Update config, BasaltLS definitions, bundle and changelog
This commit is contained in:
6693
BasaltLS.lua
6693
BasaltLS.lua
File diff suppressed because it is too large
Load Diff
628
config.lua
628
config.lua
@@ -1,61 +1,136 @@
|
|||||||
return {
|
return {
|
||||||
|
["metadata"] = {
|
||||||
|
["version"] = "2.0",
|
||||||
|
["generated"] = "Sun Apr 6 04:52:09 2025",
|
||||||
|
},
|
||||||
["categories"] = {
|
["categories"] = {
|
||||||
["core"] = {
|
["core"] = {
|
||||||
["description"] = "Core Files",
|
["description"] = "Core Files",
|
||||||
["files"] = {
|
["files"] = {
|
||||||
["elementManager"] = {
|
["log"] = {
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elementManager.lua",
|
|
||||||
["size"] = 6297,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "log.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 3142,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["main"] = {
|
["elementManager"] = {
|
||||||
["description"] = "",
|
|
||||||
["path"] = "main.lua",
|
|
||||||
["size"] = 10282,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "elementManager.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 6297,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["render"] = {
|
["render"] = {
|
||||||
["description"] = "",
|
["default"] = true,
|
||||||
["path"] = "render.lua",
|
["path"] = "render.lua",
|
||||||
|
["description"] = "",
|
||||||
["size"] = 12422,
|
["size"] = 12422,
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["init"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "init.lua",
|
|
||||||
["size"] = 583,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["log"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "log.lua",
|
|
||||||
["size"] = 3142,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["errorManager"] = {
|
["errorManager"] = {
|
||||||
["description"] = "",
|
|
||||||
["path"] = "errorManager.lua",
|
|
||||||
["size"] = 3789,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "errorManager.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 3789,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["main"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "main.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 10388,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["init"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "init.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 583,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["propertySystem"] = {
|
["propertySystem"] = {
|
||||||
["description"] = "",
|
|
||||||
["path"] = "propertySystem.lua",
|
|
||||||
["size"] = 15224,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "propertySystem.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 15224,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["plugins"] = {
|
||||||
|
["description"] = "Plugins",
|
||||||
|
["files"] = {
|
||||||
|
["xml"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "plugins/xml.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 9901,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["reactive"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "plugins/reactive.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 7193,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["state"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "plugins/state.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 6926,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "Container",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["theme"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "plugins/theme.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 5901,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["animation"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "plugins/animation.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 14749,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["benchmark"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "plugins/benchmark.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 12581,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["debug"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "plugins/debug.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 6250,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["canvas"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "plugins/canvas.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 8002,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -64,241 +139,241 @@ return {
|
|||||||
["elements"] = {
|
["elements"] = {
|
||||||
["description"] = "UI Elements",
|
["description"] = "UI Elements",
|
||||||
["files"] = {
|
["files"] = {
|
||||||
["Button"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/Button.lua",
|
|
||||||
["size"] = 1632,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Menu"] = {
|
|
||||||
["description"] = "A horizontal menu bar with selectable items.",
|
|
||||||
["path"] = "elements/Menu.lua",
|
|
||||||
["size"] = 4657,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "List",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["BigFont"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/BigFont.lua",
|
|
||||||
["size"] = 20926,
|
|
||||||
["default"] = false,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["TextBox"] = {
|
["TextBox"] = {
|
||||||
["description"] = "A multi-line text editor component with cursor support and text manipulation features",
|
["default"] = false,
|
||||||
["path"] = "elements/TextBox.lua",
|
["path"] = "elements/TextBox.lua",
|
||||||
|
["description"] = "A multi-line text editor component with cursor support and text manipulation features",
|
||||||
["size"] = 10904,
|
["size"] = 10904,
|
||||||
["default"] = false,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Dropdown"] = {
|
|
||||||
["description"] = "A dropdown menu that shows a list of selectable items",
|
|
||||||
["path"] = "elements/Dropdown.lua",
|
|
||||||
["size"] = 6333,
|
|
||||||
["default"] = false,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "List",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Table"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/Table.lua",
|
|
||||||
["size"] = 8657,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Slider"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/Slider.lua",
|
|
||||||
["size"] = 4676,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["LineChart"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/LineChart.lua",
|
|
||||||
["size"] = 3200,
|
|
||||||
["default"] = false,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Graph"] = {
|
|
||||||
["description"] = "A point based graph element",
|
|
||||||
["path"] = "elements/Graph.lua",
|
|
||||||
["size"] = 6925,
|
|
||||||
["default"] = false,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["ProgressBar"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/ProgressBar.lua",
|
|
||||||
["size"] = 3368,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Program"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/Program.lua",
|
|
||||||
["size"] = 6295,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Input"] = {
|
|
||||||
["description"] = "A text input field with various features",
|
|
||||||
["path"] = "elements/Input.lua",
|
|
||||||
["size"] = 8774,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["BaseFrame"] = {
|
|
||||||
["description"] = "This is the base frame class. It is the root element of all elements and the only element without a parent.",
|
|
||||||
["path"] = "elements/BaseFrame.lua",
|
|
||||||
["size"] = 8439,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "Container",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Switch"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/Switch.lua",
|
|
||||||
["size"] = 1354,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Tree"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/Tree.lua",
|
|
||||||
["size"] = 7919,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Frame"] = {
|
|
||||||
["description"] = "A frame element that serves as a grouping container for other elements.",
|
|
||||||
["path"] = "elements/Frame.lua",
|
|
||||||
["size"] = 4435,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "Container",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Image"] = {
|
|
||||||
["description"] = "An element that displays an image in bimg format",
|
|
||||||
["path"] = "elements/Image.lua",
|
|
||||||
["size"] = 15102,
|
|
||||||
["default"] = false,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Scrollbar"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/Scrollbar.lua",
|
|
||||||
["size"] = 9164,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Display"] = {
|
|
||||||
["description"] = "The Display is a special element which uses the cc window API which you can use.",
|
|
||||||
["path"] = "elements/Display.lua",
|
|
||||||
["size"] = 4218,
|
|
||||||
["default"] = false,
|
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
[1] = "VisualElement",
|
[1] = "VisualElement",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["BarChart"] = {
|
["BarChart"] = {
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/BarChart.lua",
|
|
||||||
["size"] = 3164,
|
|
||||||
["default"] = false,
|
["default"] = false,
|
||||||
|
["path"] = "elements/BarChart.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 3164,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["Container"] = {
|
["Switch"] = {
|
||||||
["description"] = "The container class. It is a visual element that can contain other elements. It is the base class for all containers",
|
|
||||||
["path"] = "elements/Container.lua",
|
|
||||||
["size"] = 24805,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "elements/Switch.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 1354,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
[1] = "VisualElement",
|
[1] = "VisualElement",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["List"] = {
|
["Frame"] = {
|
||||||
["description"] = "A scrollable list of selectable items",
|
|
||||||
["path"] = "elements/List.lua",
|
|
||||||
["size"] = 8680,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["Flexbox"] = {
|
|
||||||
["description"] = "A flexbox container that arranges its children in a flexible layout.",
|
|
||||||
["path"] = "elements/Flexbox.lua",
|
|
||||||
["size"] = 12190,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "elements/Frame.lua",
|
||||||
|
["description"] = "A frame element that serves as a grouping container for other elements.",
|
||||||
|
["size"] = 4435,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
[1] = "Container",
|
[1] = "Container",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["VisualElement"] = {
|
["VisualElement"] = {
|
||||||
["description"] = "The Visual Element class which is the base class for all visual UI elements",
|
|
||||||
["path"] = "elements/VisualElement.lua",
|
|
||||||
["size"] = 17732,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "elements/VisualElement.lua",
|
||||||
|
["description"] = "The Visual Element class which is the base class for all visual UI elements",
|
||||||
|
["size"] = 17732,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
[1] = "BaseElement",
|
[1] = "BaseElement",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["BaseElement"] = {
|
["Menu"] = {
|
||||||
["description"] = "The base class for all UI elements in Basalt.",
|
|
||||||
["path"] = "elements/BaseElement.lua",
|
|
||||||
["size"] = 9402,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "elements/Menu.lua",
|
||||||
|
["description"] = "A horizontal menu bar with selectable items.",
|
||||||
|
["size"] = 4657,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "List",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Dropdown"] = {
|
||||||
|
["default"] = false,
|
||||||
|
["path"] = "elements/Dropdown.lua",
|
||||||
|
["description"] = "A dropdown menu that shows a list of selectable items",
|
||||||
|
["size"] = 6333,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "List",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Graph"] = {
|
||||||
|
["default"] = false,
|
||||||
|
["path"] = "elements/Graph.lua",
|
||||||
|
["description"] = "A point based graph element",
|
||||||
|
["size"] = 6967,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["Checkbox"] = {
|
["List"] = {
|
||||||
["description"] = "",
|
|
||||||
["path"] = "elements/Checkbox.lua",
|
|
||||||
["size"] = 2872,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "elements/List.lua",
|
||||||
|
["description"] = "A scrollable list of selectable items",
|
||||||
|
["size"] = 8680,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Flexbox"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Flexbox.lua",
|
||||||
|
["description"] = "A flexbox container that arranges its children in a flexible layout.",
|
||||||
|
["size"] = 12190,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "Container",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Checkbox"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Checkbox.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 2872,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["ProgressBar"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/ProgressBar.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 3368,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Scrollbar"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Scrollbar.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 9164,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
[1] = "VisualElement",
|
[1] = "VisualElement",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["Label"] = {
|
["Label"] = {
|
||||||
["description"] = "A simple text display element that automatically resizes its width based on the text content.",
|
|
||||||
["path"] = "elements/Label.lua",
|
|
||||||
["size"] = 3069,
|
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "elements/Label.lua",
|
||||||
|
["description"] = "A simple text display element that automatically resizes its width based on the text content.",
|
||||||
|
["size"] = 3069,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Program"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Program.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 6295,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Container"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Container.lua",
|
||||||
|
["description"] = "The container class. It is a visual element that can contain other elements. It is the base class for all containers",
|
||||||
|
["size"] = 24654,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Table"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Table.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 8657,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["BaseFrame"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/BaseFrame.lua",
|
||||||
|
["description"] = "This is the base frame class. It is the root element of all elements and the only element without a parent.",
|
||||||
|
["size"] = 8439,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "Container",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Tree"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Tree.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 7919,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["BigFont"] = {
|
||||||
|
["default"] = false,
|
||||||
|
["path"] = "elements/BigFont.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 20926,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["BaseElement"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/BaseElement.lua",
|
||||||
|
["description"] = "The base class for all UI elements in Basalt.",
|
||||||
|
["size"] = 9402,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Slider"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Slider.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 4676,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Image"] = {
|
||||||
|
["default"] = false,
|
||||||
|
["path"] = "elements/Image.lua",
|
||||||
|
["description"] = "An element that displays an image in bimg format",
|
||||||
|
["size"] = 15102,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Display"] = {
|
||||||
|
["default"] = false,
|
||||||
|
["path"] = "elements/Display.lua",
|
||||||
|
["description"] = "The Display is a special element which uses the cc window API which you can use.",
|
||||||
|
["size"] = 4218,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Button"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Button.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 1632,
|
||||||
|
["requires"] = {
|
||||||
|
[1] = "VisualElement",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["LineChart"] = {
|
||||||
|
["default"] = false,
|
||||||
|
["path"] = "elements/LineChart.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 3200,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["Input"] = {
|
||||||
|
["default"] = true,
|
||||||
|
["path"] = "elements/Input.lua",
|
||||||
|
["description"] = "A text input field with various features",
|
||||||
|
["size"] = 8774,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
[1] = "VisualElement",
|
[1] = "VisualElement",
|
||||||
},
|
},
|
||||||
@@ -309,105 +384,30 @@ return {
|
|||||||
["description"] = "Libraries",
|
["description"] = "Libraries",
|
||||||
["files"] = {
|
["files"] = {
|
||||||
["expect"] = {
|
["expect"] = {
|
||||||
["description"] = "",
|
["default"] = true,
|
||||||
["path"] = "libraries/expect.lua",
|
["path"] = "libraries/expect.lua",
|
||||||
["size"] = 846,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["colorHex"] = {
|
|
||||||
["description"] = "",
|
["description"] = "",
|
||||||
["path"] = "libraries/colorHex.lua",
|
["size"] = 846,
|
||||||
["size"] = 132,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["utils"] = {
|
["utils"] = {
|
||||||
["description"] = "",
|
["default"] = true,
|
||||||
["path"] = "libraries/utils.lua",
|
["path"] = "libraries/utils.lua",
|
||||||
|
["description"] = "",
|
||||||
["size"] = 2661,
|
["size"] = 2661,
|
||||||
|
["requires"] = {
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["colorHex"] = {
|
||||||
["default"] = true,
|
["default"] = true,
|
||||||
|
["path"] = "libraries/colorHex.lua",
|
||||||
|
["description"] = "",
|
||||||
|
["size"] = 132,
|
||||||
["requires"] = {
|
["requires"] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["plugins"] = {
|
|
||||||
["description"] = "Plugins",
|
|
||||||
["files"] = {
|
|
||||||
["reactive"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "plugins/reactive.lua",
|
|
||||||
["size"] = 6962,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["theme"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "plugins/theme.lua",
|
|
||||||
["size"] = 5901,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["debug"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "plugins/debug.lua",
|
|
||||||
["size"] = 6250,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["xml"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "plugins/xml.lua",
|
|
||||||
["size"] = 9901,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["state"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "plugins/state.lua",
|
|
||||||
["size"] = 6926,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "Container",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["benchmark"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "plugins/benchmark.lua",
|
|
||||||
["size"] = 12497,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
[1] = "VisualElement",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["canvas"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "plugins/canvas.lua",
|
|
||||||
["size"] = 8002,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["animation"] = {
|
|
||||||
["description"] = "",
|
|
||||||
["path"] = "plugins/animation.lua",
|
|
||||||
["size"] = 14749,
|
|
||||||
["default"] = true,
|
|
||||||
["requires"] = {
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
["metadata"] = {
|
|
||||||
["generated"] = "Sat Apr 5 22:57:43 2025",
|
|
||||||
["version"] = "2.0",
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@@ -1815,9 +1815,11 @@ c_a[a_a]:dispatchEvent(aca,...)elseif(cba[aca])then
|
|||||||
if(b_a~=nil)then b_a:dispatchEvent(aca,...)end else
|
if(b_a~=nil)then b_a:dispatchEvent(aca,...)end else
|
||||||
for bca,cca in pairs(c_a)do cca:dispatchEvent(aca,...)end end
|
for bca,cca in pairs(c_a)do cca:dispatchEvent(aca,...)end end
|
||||||
for bca,cca in ipairs(__a._schedule)do
|
for bca,cca in ipairs(__a._schedule)do
|
||||||
|
if
|
||||||
|
(coroutine.status(cca.coroutine)=="suspended")then
|
||||||
if(aca==cca.filter)or(cca.filter==nil)then
|
if(aca==cca.filter)or(cca.filter==nil)then
|
||||||
local dca,_da=coroutine.resume(cca.coroutine,aca,...)
|
local dca,_da=coroutine.resume(cca.coroutine,aca,...)
|
||||||
if(not dca)then bd.header="Basalt Schedule Error"bd.error(_da)end;cca.filter=_da end;if(coroutine.status(cca.coroutine)=="dead")then
|
if(not dca)then bd.header="Basalt Schedule Error"bd.error(_da)end;cca.filter=_da end end;if(coroutine.status(cca.coroutine)=="dead")then
|
||||||
__a.removeSchedule(cca.coroutine)end end;if __a._events[aca]then
|
__a.removeSchedule(cca.coroutine)end end;if __a._events[aca]then
|
||||||
for bca,cca in ipairs(__a._events[aca])do cca(...)end end end;local function _ca()
|
for bca,cca in ipairs(__a._events[aca])do cca(...)end end end;local function _ca()
|
||||||
for aca,bca in pairs(c_a)do bca:render()bca:postRender()end end
|
for aca,bca in pairs(c_a)do bca:render()bca:postRender()end end
|
||||||
|
|||||||
Reference in New Issue
Block a user