Merge branch 'main' of https://github.com/Pyroxenium/Basalt2
This commit is contained in:
10116
BasaltLS.lua
10116
BasaltLS.lua
File diff suppressed because it is too large
Load Diff
760
config.lua
760
config.lua
@@ -1,509 +1,509 @@
|
||||
return {
|
||||
["metadata"] = {
|
||||
["generated"] = "Sun Nov 2 17:37:23 2025",
|
||||
["version"] = "2.0",
|
||||
},
|
||||
["categories"] = {
|
||||
["plugins"] = {
|
||||
["description"] = "Plugins",
|
||||
["elements"] = {
|
||||
["files"] = {
|
||||
["canvas"] = {
|
||||
["description"] = "",
|
||||
["size"] = 7873,
|
||||
["default"] = true,
|
||||
["path"] = "plugins/canvas.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["animation"] = {
|
||||
["description"] = "",
|
||||
["size"] = 18421,
|
||||
["default"] = true,
|
||||
["path"] = "plugins/animation.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["reactive"] = {
|
||||
["description"] = "",
|
||||
["size"] = 11028,
|
||||
["default"] = true,
|
||||
["path"] = "plugins/reactive.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["debug"] = {
|
||||
["description"] = "",
|
||||
["size"] = 6250,
|
||||
["default"] = true,
|
||||
["path"] = "plugins/debug.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["theme"] = {
|
||||
["description"] = "",
|
||||
["size"] = 6775,
|
||||
["default"] = true,
|
||||
["path"] = "plugins/theme.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["benchmark"] = {
|
||||
["description"] = "",
|
||||
["size"] = 12581,
|
||||
["default"] = true,
|
||||
["path"] = "plugins/benchmark.lua",
|
||||
["Label"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A simple text display element that automatically resizes its width based on the text content.",
|
||||
["size"] = 3092,
|
||||
["path"] = "elements/Label.lua",
|
||||
},
|
||||
["xml"] = {
|
||||
["BarChart"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 14042,
|
||||
["default"] = true,
|
||||
["path"] = "plugins/xml.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
["size"] = 3507,
|
||||
["path"] = "elements/BarChart.lua",
|
||||
},
|
||||
},
|
||||
},
|
||||
["libraries"] = {
|
||||
["description"] = "Libraries",
|
||||
["files"] = {
|
||||
["utils"] = {
|
||||
["Breadcrumb"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 2661,
|
||||
["default"] = true,
|
||||
["path"] = "libraries/utils.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
["size"] = 4314,
|
||||
["path"] = "elements/Breadcrumb.lua",
|
||||
},
|
||||
["collectionentry"] = {
|
||||
["description"] = "",
|
||||
["size"] = 3551,
|
||||
["default"] = true,
|
||||
["path"] = "libraries/collectionentry.lua",
|
||||
["Container"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["expect"] = {
|
||||
["description"] = "",
|
||||
["size"] = 846,
|
||||
["default"] = true,
|
||||
["path"] = "libraries/expect.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["colorHex"] = {
|
||||
["description"] = "",
|
||||
["size"] = 132,
|
||||
["default"] = true,
|
||||
["path"] = "libraries/colorHex.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
["elements"] = {
|
||||
["description"] = "UI Elements",
|
||||
["files"] = {
|
||||
["TabControl"] = {
|
||||
["description"] = "A TabControl element that provides tabbed interface with multiple content areas.",
|
||||
["size"] = 20903,
|
||||
["default"] = true,
|
||||
["path"] = "elements/TabControl.lua",
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
["description"] = "The container class. It is a visual element that can contain other elements. It is the base class for all containers",
|
||||
["size"] = 27534,
|
||||
["path"] = "elements/Container.lua",
|
||||
},
|
||||
["Display"] = {
|
||||
["description"] = "The Display is a special element which uses the CC Window API which you can use.",
|
||||
["size"] = 4668,
|
||||
["default"] = false,
|
||||
["path"] = "elements/Display.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = false,
|
||||
["description"] = "The Display is a special element which uses the CC Window API which you can use.",
|
||||
["size"] = 4668,
|
||||
["path"] = "elements/Display.lua",
|
||||
},
|
||||
["DropDown"] = {
|
||||
["description"] = "A DropDown menu that shows a list of selectable items",
|
||||
["size"] = 7887,
|
||||
["default"] = false,
|
||||
["path"] = "elements/DropDown.lua",
|
||||
["requires"] = {
|
||||
[1] = "List",
|
||||
},
|
||||
["default"] = false,
|
||||
["description"] = "A DropDown menu that shows a list of selectable items",
|
||||
["size"] = 7887,
|
||||
["path"] = "elements/DropDown.lua",
|
||||
},
|
||||
["Collection"] = {
|
||||
["description"] = "A collection of items",
|
||||
["size"] = 7778,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Collection.lua",
|
||||
["Slider"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["Table"] = {
|
||||
["description"] = "",
|
||||
["size"] = 25362,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Table.lua",
|
||||
["description"] = "",
|
||||
["size"] = 4977,
|
||||
["path"] = "elements/Slider.lua",
|
||||
},
|
||||
["Menu"] = {
|
||||
["requires"] = {
|
||||
[1] = "List",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A horizontal menu bar with selectable items.",
|
||||
["size"] = 8582,
|
||||
["path"] = "elements/Menu.lua",
|
||||
},
|
||||
["List"] = {
|
||||
["requires"] = {
|
||||
[1] = "Collection",
|
||||
},
|
||||
},
|
||||
["Container"] = {
|
||||
["description"] = "The container class. It is a visual element that can contain other elements. It is the base class for all containers",
|
||||
["size"] = 27481,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Container.lua",
|
||||
["description"] = "A scrollable list of selectable items",
|
||||
["size"] = 15474,
|
||||
["path"] = "elements/List.lua",
|
||||
},
|
||||
["Image"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = false,
|
||||
["description"] = "An element that displays an image in bimg format",
|
||||
["size"] = 15117,
|
||||
["path"] = "elements/Image.lua",
|
||||
},
|
||||
["Timer"] = {
|
||||
["description"] = "",
|
||||
["size"] = 2914,
|
||||
["ProgressBar"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["path"] = "elements/Timer.lua",
|
||||
["description"] = "",
|
||||
["size"] = 3398,
|
||||
["path"] = "elements/ProgressBar.lua",
|
||||
},
|
||||
["BaseFrame"] = {
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "This is the base frame class. It is the root element of all elements and the only element without a parent.",
|
||||
["size"] = 9017,
|
||||
["path"] = "elements/BaseFrame.lua",
|
||||
},
|
||||
["Input"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A text input field with various features",
|
||||
["size"] = 9200,
|
||||
["path"] = "elements/Input.lua",
|
||||
},
|
||||
["Switch"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "The Switch is a standard Switch element with click handling and state management.",
|
||||
["size"] = 3269,
|
||||
["path"] = "elements/Switch.lua",
|
||||
},
|
||||
["Toast"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A toast notification element that displays temporary messages.",
|
||||
["size"] = 7917,
|
||||
["path"] = "elements/Toast.lua",
|
||||
},
|
||||
["Graph"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = false,
|
||||
["description"] = "A point based graph element",
|
||||
["size"] = 6933,
|
||||
["path"] = "elements/Graph.lua",
|
||||
},
|
||||
["TabControl"] = {
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A TabControl element that provides tabbed interface with multiple content areas.",
|
||||
["size"] = 20903,
|
||||
["path"] = "elements/TabControl.lua",
|
||||
},
|
||||
["ContextMenu"] = {
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A ContextMenu element that displays a menu with items and submenus.",
|
||||
["size"] = 10636,
|
||||
["path"] = "elements/ContextMenu.lua",
|
||||
},
|
||||
["Collection"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A collection of items",
|
||||
["size"] = 7778,
|
||||
["path"] = "elements/Collection.lua",
|
||||
},
|
||||
["VisualElement"] = {
|
||||
["requires"] = {
|
||||
[1] = "BaseElement",
|
||||
},
|
||||
},
|
||||
["Menu"] = {
|
||||
["description"] = "A horizontal menu bar with selectable items.",
|
||||
["size"] = 8582,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Menu.lua",
|
||||
["requires"] = {
|
||||
[1] = "List",
|
||||
},
|
||||
["description"] = "The Visual Element class which is the base class for all visual UI elements",
|
||||
["size"] = 43389,
|
||||
["path"] = "elements/VisualElement.lua",
|
||||
},
|
||||
["Breadcrumb"] = {
|
||||
["description"] = "",
|
||||
["size"] = 4314,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Breadcrumb.lua",
|
||||
["Frame"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
[1] = "Container",
|
||||
},
|
||||
},
|
||||
["Dialog"] = {
|
||||
["description"] = "A dialog overlay system with common presets (alert, confirm, prompt).",
|
||||
["size"] = 8878,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Dialog.lua",
|
||||
["requires"] = {
|
||||
[1] = "Frame",
|
||||
},
|
||||
["description"] = "A frame element that serves as a grouping container for other elements.",
|
||||
["size"] = 6646,
|
||||
["path"] = "elements/Frame.lua",
|
||||
},
|
||||
["ComboBox"] = {
|
||||
["description"] = "A ComboBox that combines dropdown selection with editable text input",
|
||||
["size"] = 14752,
|
||||
["default"] = false,
|
||||
["path"] = "elements/ComboBox.lua",
|
||||
["requires"] = {
|
||||
[1] = "DropDown",
|
||||
},
|
||||
},
|
||||
["BaseElement"] = {
|
||||
["description"] = "The base class for all UI elements in Basalt.",
|
||||
["size"] = 13870,
|
||||
["default"] = true,
|
||||
["path"] = "elements/BaseElement.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["LineChart"] = {
|
||||
["description"] = "",
|
||||
["size"] = 3171,
|
||||
["default"] = false,
|
||||
["path"] = "elements/LineChart.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
["description"] = "A ComboBox that combines dropdown selection with editable text input",
|
||||
["size"] = 14752,
|
||||
["path"] = "elements/ComboBox.lua",
|
||||
},
|
||||
["BigFont"] = {
|
||||
["description"] = "",
|
||||
["size"] = 21551,
|
||||
["default"] = false,
|
||||
["path"] = "elements/BigFont.lua",
|
||||
["Button"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["VisualElement"] = {
|
||||
["description"] = "The Visual Element class which is the base class for all visual UI elements",
|
||||
["size"] = 43389,
|
||||
["default"] = true,
|
||||
["path"] = "elements/VisualElement.lua",
|
||||
["requires"] = {
|
||||
[1] = "BaseElement",
|
||||
},
|
||||
},
|
||||
["ContextMenu"] = {
|
||||
["description"] = "A ContextMenu element that displays a menu with items and submenus.",
|
||||
["size"] = 10636,
|
||||
["default"] = true,
|
||||
["path"] = "elements/ContextMenu.lua",
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
["description"] = "The Button is a standard button element with click handling and state management.",
|
||||
["size"] = 2437,
|
||||
["path"] = "elements/Button.lua",
|
||||
},
|
||||
["Accordion"] = {
|
||||
["description"] = "An Accordion element that provides collapsible panels with headers.",
|
||||
["size"] = 14913,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Accordion.lua",
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "An Accordion element that provides collapsible panels with headers.",
|
||||
["size"] = 14913,
|
||||
["path"] = "elements/Accordion.lua",
|
||||
},
|
||||
["BaseElement"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "The base class for all UI elements in Basalt.",
|
||||
["size"] = 13870,
|
||||
["path"] = "elements/BaseElement.lua",
|
||||
},
|
||||
["SideNav"] = {
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A SideNav element that provides sidebar navigation with multiple content areas.",
|
||||
["size"] = 22135,
|
||||
["path"] = "elements/SideNav.lua",
|
||||
},
|
||||
["TextBox"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = false,
|
||||
["description"] = "A multi-line text editor component with cursor support and text manipulation features",
|
||||
["size"] = 43530,
|
||||
["path"] = "elements/TextBox.lua",
|
||||
},
|
||||
["LineChart"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = false,
|
||||
["description"] = "",
|
||||
["size"] = 3171,
|
||||
["path"] = "elements/LineChart.lua",
|
||||
},
|
||||
["ScrollBar"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A ScrollBar element that can be attached to other elements to control their scroll properties.",
|
||||
["size"] = 9665,
|
||||
["path"] = "elements/ScrollBar.lua",
|
||||
},
|
||||
["CheckBox"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "This is a checkbox. It is a visual element that can be checked.",
|
||||
["size"] = 3700,
|
||||
["default"] = true,
|
||||
["path"] = "elements/CheckBox.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["Toast"] = {
|
||||
["description"] = "A toast notification element that displays temporary messages.",
|
||||
["size"] = 7917,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Toast.lua",
|
||||
["BigFont"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["Input"] = {
|
||||
["description"] = "A text input field with various features",
|
||||
["size"] = 9200,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Input.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["Slider"] = {
|
||||
["description"] = "",
|
||||
["size"] = 4977,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Slider.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["Graph"] = {
|
||||
["description"] = "A point based graph element",
|
||||
["size"] = 6933,
|
||||
["default"] = false,
|
||||
["path"] = "elements/Graph.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
["description"] = "",
|
||||
["size"] = 21551,
|
||||
["path"] = "elements/BigFont.lua",
|
||||
},
|
||||
["List"] = {
|
||||
["description"] = "A scrollable list of selectable items",
|
||||
["size"] = 15474,
|
||||
["default"] = true,
|
||||
["path"] = "elements/List.lua",
|
||||
["Table"] = {
|
||||
["requires"] = {
|
||||
[1] = "Collection",
|
||||
},
|
||||
},
|
||||
["ScrollBar"] = {
|
||||
["description"] = "A ScrollBar element that can be attached to other elements to control their scroll properties.",
|
||||
["size"] = 9665,
|
||||
["default"] = true,
|
||||
["path"] = "elements/ScrollBar.lua",
|
||||
["description"] = "",
|
||||
["size"] = 25362,
|
||||
["path"] = "elements/Table.lua",
|
||||
},
|
||||
["Timer"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
[1] = "BaseElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 2914,
|
||||
["path"] = "elements/Timer.lua",
|
||||
},
|
||||
["ScrollFrame"] = {
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "A scrollable container that automatically displays scrollbars when content overflows.",
|
||||
["size"] = 16330,
|
||||
["default"] = true,
|
||||
["path"] = "elements/ScrollFrame.lua",
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
},
|
||||
["ProgressBar"] = {
|
||||
["description"] = "",
|
||||
["size"] = 3398,
|
||||
["default"] = true,
|
||||
["path"] = "elements/ProgressBar.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["Frame"] = {
|
||||
["description"] = "A frame element that serves as a grouping container for other elements.",
|
||||
["size"] = 6646,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Frame.lua",
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
},
|
||||
["Image"] = {
|
||||
["description"] = "An element that displays an image in bimg format",
|
||||
["size"] = 15117,
|
||||
["default"] = false,
|
||||
["path"] = "elements/Image.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["Switch"] = {
|
||||
["description"] = "The Switch is a standard Switch element with click handling and state management.",
|
||||
["size"] = 3269,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Switch.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["Button"] = {
|
||||
["description"] = "The Button is a standard button element with click handling and state management.",
|
||||
["size"] = 2437,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Button.lua",
|
||||
["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.",
|
||||
["size"] = 9017,
|
||||
["default"] = true,
|
||||
["path"] = "elements/BaseFrame.lua",
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
},
|
||||
["Tree"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 22144,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Tree.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["SideNav"] = {
|
||||
["description"] = "A SideNav element that provides sidebar navigation with multiple content areas.",
|
||||
["size"] = 22135,
|
||||
["default"] = true,
|
||||
["path"] = "elements/SideNav.lua",
|
||||
["requires"] = {
|
||||
[1] = "Container",
|
||||
},
|
||||
},
|
||||
["Program"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 12730,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Program.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["BarChart"] = {
|
||||
["description"] = "",
|
||||
["size"] = 3507,
|
||||
["Dialog"] = {
|
||||
["requires"] = {
|
||||
[1] = "Frame",
|
||||
},
|
||||
["default"] = true,
|
||||
["path"] = "elements/BarChart.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["TextBox"] = {
|
||||
["description"] = "A multi-line text editor component with cursor support and text manipulation features",
|
||||
["size"] = 43530,
|
||||
["default"] = false,
|
||||
["path"] = "elements/TextBox.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
},
|
||||
["Label"] = {
|
||||
["description"] = "A simple text display element that automatically resizes its width based on the text content.",
|
||||
["size"] = 3092,
|
||||
["default"] = true,
|
||||
["path"] = "elements/Label.lua",
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["description"] = "A dialog overlay system with common presets (alert, confirm, prompt).",
|
||||
["size"] = 8878,
|
||||
["path"] = "elements/Dialog.lua",
|
||||
},
|
||||
},
|
||||
["description"] = "UI Elements",
|
||||
},
|
||||
["plugins"] = {
|
||||
["files"] = {
|
||||
["benchmark"] = {
|
||||
["requires"] = {
|
||||
[1] = "VisualElement",
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 12581,
|
||||
["path"] = "plugins/benchmark.lua",
|
||||
},
|
||||
["animation"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 18421,
|
||||
["path"] = "plugins/animation.lua",
|
||||
},
|
||||
["debug"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 6250,
|
||||
["path"] = "plugins/debug.lua",
|
||||
},
|
||||
["canvas"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 7873,
|
||||
["path"] = "plugins/canvas.lua",
|
||||
},
|
||||
["theme"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 6775,
|
||||
["path"] = "plugins/theme.lua",
|
||||
},
|
||||
["xml"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 14042,
|
||||
["path"] = "plugins/xml.lua",
|
||||
},
|
||||
["reactive"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 11845,
|
||||
["path"] = "plugins/reactive.lua",
|
||||
},
|
||||
},
|
||||
["description"] = "Plugins",
|
||||
},
|
||||
["core"] = {
|
||||
["description"] = "Core Files",
|
||||
["files"] = {
|
||||
["main"] = {
|
||||
["description"] = "",
|
||||
["size"] = 19883,
|
||||
["default"] = true,
|
||||
["path"] = "main.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["errorManager"] = {
|
||||
["description"] = "",
|
||||
["size"] = 3789,
|
||||
["default"] = true,
|
||||
["path"] = "errorManager.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["propertySystem"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 18186,
|
||||
["default"] = true,
|
||||
["path"] = "propertySystem.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["init"] = {
|
||||
["description"] = "",
|
||||
["size"] = 622,
|
||||
["default"] = true,
|
||||
["path"] = "init.lua",
|
||||
["errorManager"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 3789,
|
||||
["path"] = "errorManager.lua",
|
||||
},
|
||||
["layoutManager"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 2488,
|
||||
["default"] = true,
|
||||
["path"] = "layoutManager.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["render"] = {
|
||||
["description"] = "",
|
||||
["size"] = 12422,
|
||||
["default"] = true,
|
||||
["path"] = "render.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
},
|
||||
["log"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 3142,
|
||||
["default"] = true,
|
||||
["path"] = "log.lua",
|
||||
},
|
||||
["init"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 622,
|
||||
["path"] = "init.lua",
|
||||
},
|
||||
["render"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 12422,
|
||||
["path"] = "render.lua",
|
||||
},
|
||||
["elementManager"] = {
|
||||
["description"] = "",
|
||||
["size"] = 15411,
|
||||
["default"] = true,
|
||||
["path"] = "elementManager.lua",
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 15411,
|
||||
["path"] = "elementManager.lua",
|
||||
},
|
||||
["main"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 19883,
|
||||
["path"] = "main.lua",
|
||||
},
|
||||
},
|
||||
["description"] = "Core Files",
|
||||
},
|
||||
["libraries"] = {
|
||||
["files"] = {
|
||||
["expect"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 846,
|
||||
["path"] = "libraries/expect.lua",
|
||||
},
|
||||
["utils"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 2661,
|
||||
["path"] = "libraries/utils.lua",
|
||||
},
|
||||
["collectionentry"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 3551,
|
||||
["path"] = "libraries/collectionentry.lua",
|
||||
},
|
||||
["colorHex"] = {
|
||||
["requires"] = {
|
||||
},
|
||||
["default"] = true,
|
||||
["description"] = "",
|
||||
["size"] = 132,
|
||||
["path"] = "libraries/colorHex.lua",
|
||||
},
|
||||
},
|
||||
["description"] = "Libraries",
|
||||
},
|
||||
},
|
||||
["metadata"] = {
|
||||
["version"] = "2.0",
|
||||
["generated"] = "Sun Nov 2 09:56:24 2025",
|
||||
},
|
||||
}
|
||||
@@ -1732,9 +1732,10 @@ bc.class=db;return bc end
|
||||
function db:init(bc,cc)
|
||||
ab.init(self,bc,cc)self.set("type","Container")
|
||||
self:observe("width",function()
|
||||
self.set("childrenSorted",false)self.set("childrenEventsSorted",false)end)
|
||||
self.set("childrenSorted",false)self.set("childrenEventsSorted",false)
|
||||
self:updateRender()end)
|
||||
self:observe("height",function()self.set("childrenSorted",false)
|
||||
self.set("childrenEventsSorted",false)end)end
|
||||
self.set("childrenEventsSorted",false)self:updateRender()end)end
|
||||
function db:isChildVisible(bc)
|
||||
if not bc:isType("VisualElement")then return false end;if(bc.get("visible")==false)then return false end;if(bc._destroyed)then return
|
||||
false end
|
||||
@@ -1759,9 +1760,9 @@ function db:clear()self.set("children",{})
|
||||
self.set("childrenEvents",{})self.set("visibleChildren",{})
|
||||
self.set("visibleChildrenEvents",{})self.set("childrenSorted",true)
|
||||
self.set("childrenEventsSorted",true)return self end
|
||||
function db:sortChildren()
|
||||
self.set("visibleChildren",_c(self,self._values.children))self.set("childrenSorted",true)if self._layoutInstance then
|
||||
self:updateLayout()end;return self end
|
||||
function db:sortChildren()self.set("childrenSorted",true)if self._layoutInstance then
|
||||
self:updateLayout()end
|
||||
self.set("visibleChildren",_c(self,self._values.children))return self end
|
||||
function db:sortChildrenEvents(bc)if self._values.childrenEvents[bc]then
|
||||
self._values.visibleChildrenEvents[bc]=_c(self,self._values.childrenEvents[bc])end
|
||||
self.set("childrenEventsSorted",true)return self end
|
||||
@@ -3471,102 +3472,108 @@ if bd then local cd=bd.readAll()bd.close()
|
||||
cb.default=textutils.unserializeJSON(cd)if not cb.default then
|
||||
ab.error("Failed to load theme from "..ad)end else
|
||||
ab.error("Could not open theme file: "..ad)end end;return{BaseElement=_c,API=_d} end
|
||||
project["plugins/reactive.lua"] = function(...) local bb=require("errorManager")
|
||||
local cb=require("propertySystem")local db={colors=true,math=true,clamp=true,round=true}
|
||||
local _c={clamp=function(cd,dd,__a)return
|
||||
math.min(math.max(cd,dd),__a)end,round=function(cd)
|
||||
return math.floor(cd+0.5)end,floor=math.floor,ceil=math.ceil,abs=math.abs}
|
||||
local function ac(cd)return
|
||||
{parent=cd:find("parent%."),self=cd:find("self%."),other=cd:find("[^(parent)][^(self)]%.")}end
|
||||
local function bc(cd,dd,__a)local a_a=ac(cd)
|
||||
if a_a.parent and not dd.parent then
|
||||
bb.header="Reactive evaluation error"
|
||||
bb.error("Expression uses parent but no parent available")return function()return nil end end;cd=cd:gsub("^{(.+)}$","%1")
|
||||
cd=cd:gsub("([%w_]+)%$([%w_]+)",function(_aa,aaa)
|
||||
if _aa=="self"then return
|
||||
string.format('__getState("%s")',aaa)elseif _aa=="parent"then return
|
||||
string.format('__getParentState("%s")',aaa)else return
|
||||
string.format('__getElementState("%s", "%s")',_aa,aaa)end end)
|
||||
cd=cd:gsub("([%w_]+)%.([%w_]+)",function(_aa,aaa)if db[_aa]then return _aa.."."..aaa end;if
|
||||
tonumber(_aa)then return _aa.."."..aaa end;return
|
||||
string.format('__getProperty("%s", "%s")',_aa,aaa)end)
|
||||
local b_a=setmetatable({colors=colors,math=math,tostring=tostring,tonumber=tonumber,__getState=function(_aa)return dd:getState(_aa)end,__getParentState=function(_aa)return
|
||||
dd.parent:getState(_aa)end,__getElementState=function(_aa,aaa)if tonumber(_aa)then return nil end
|
||||
local baa=dd:getBaseFrame():getChild(_aa)if not baa then bb.header="Reactive evaluation error"
|
||||
bb.error("Could not find element: ".._aa)return nil end;return
|
||||
baa:getState(aaa).value end,__getProperty=function(_aa,aaa)if
|
||||
tonumber(_aa)then return nil end
|
||||
if _aa=="self"then
|
||||
if dd._properties[aaa]then return dd.get(aaa)end;if dd._registeredStates and dd._registeredStates[aaa]then return
|
||||
dd:hasState(aaa)end
|
||||
local baa=dd.get("states")if baa and baa[aaa]~=nil then return true end
|
||||
bb.header="Reactive evaluation error"
|
||||
bb.error("Property or state '"..
|
||||
aaa.."' not found in element '"..dd:getType().."'")return nil elseif _aa=="parent"then if dd.parent._properties[aaa]then
|
||||
return dd.parent.get(aaa)end
|
||||
if dd.parent._registeredStates and
|
||||
dd.parent._registeredStates[aaa]then return dd.parent:hasState(aaa)end;local baa=dd.parent.get("states")if baa and baa[aaa]~=nil then
|
||||
return true end;bb.header="Reactive evaluation error"
|
||||
bb.error(
|
||||
"Property or state '"..aaa.."' not found in parent element")return nil else local baa=dd.parent:getChild(_aa)if not baa then
|
||||
bb.header="Reactive evaluation error"
|
||||
bb.error("Could not find element: ".._aa)return nil end;if
|
||||
baa._properties[aaa]then return baa.get(aaa)end
|
||||
if baa._registeredStates and
|
||||
baa._registeredStates[aaa]then return baa:hasState(aaa)end;local caa=baa.get("states")
|
||||
if caa and caa[aaa]~=nil then return true end;bb.header="Reactive evaluation error"
|
||||
bb.error("Property or state '"..aaa..
|
||||
"' not found in element '".._aa.."'")return nil end end},{__index=_c})if(dd._properties[__a].type=="string")then
|
||||
cd="tostring("..cd..")"elseif(dd._properties[__a].type=="number")then
|
||||
cd="tonumber("..cd..")"end;local c_a,d_a=load(
|
||||
"return "..cd,"reactive","t",b_a)
|
||||
if not c_a then
|
||||
bb.header="Reactive evaluation error"bb.error("Invalid expression: "..d_a)return
|
||||
function()return nil end end;return c_a end
|
||||
local function cc(cd,dd)
|
||||
for __a in cd:gmatch("([%w_]+)%.")do
|
||||
if not db[__a]then
|
||||
if __a=="self"then elseif __a=="parent"then
|
||||
if not dd.parent then
|
||||
bb.header="Reactive evaluation error"bb.error("No parent element available")return false end else
|
||||
if(tonumber(__a)==nil)then local a_a=dd.parent:getChild(__a)if not a_a then
|
||||
bb.header="Reactive evaluation error"
|
||||
bb.error("Referenced element not found: "..__a)return false end end end end end;return true end;local dc=setmetatable({},{__mode="k"})
|
||||
local _d=setmetatable({},{__mode="k",__index=function(cd,dd)cd[dd]={}
|
||||
return cd[dd]end})
|
||||
local function ad(cd,dd,__a)local a_a=ac(dd)
|
||||
if _d[cd][__a]then for c_a,d_a in ipairs(_d[cd][__a])do
|
||||
d_a.target:removeObserver(d_a.property,d_a.callback)end end;local b_a={}
|
||||
for c_a,d_a in dd:gmatch("([%w_]+)%.([%w_]+)")do
|
||||
if not db[c_a]then local _aa
|
||||
project["plugins/reactive.lua"] = function(...) local cb=require("errorManager")
|
||||
local db=require("propertySystem")local _c={colors=true,math=true,clamp=true,round=true}
|
||||
local ac={clamp=function(__a,a_a,b_a)return
|
||||
math.min(math.max(__a,a_a),b_a)end,round=function(__a)
|
||||
return math.floor(__a+0.5)end,floor=math.floor,ceil=math.ceil,abs=math.abs}
|
||||
local function bc(__a)return
|
||||
{parent=__a:find("parent%."),self=__a:find("self%."),other=__a:find("[^(parent)][^(self)]%.")}end
|
||||
local function cc(__a,a_a,b_a)local c_a=bc(__a)
|
||||
if c_a.parent and not a_a.parent then
|
||||
cb.header="Reactive evaluation error"
|
||||
cb.error("Expression uses parent but no parent available")return function()return nil end end;__a=__a:gsub("^{(.+)}$","%1")
|
||||
__a=__a:gsub("([%w_]+)%$([%w_]+)",function(baa,caa)
|
||||
if baa=="self"then return
|
||||
string.format('__getState("%s")',caa)elseif baa=="parent"then return
|
||||
string.format('__getParentState("%s")',caa)else return
|
||||
string.format('__getElementState("%s", "%s")',baa,caa)end end)
|
||||
__a=__a:gsub("([%w_]+)%.([%w_]+)",function(baa,caa)if _c[baa]then return baa.."."..caa end;if
|
||||
tonumber(baa)then return baa.."."..caa end;return
|
||||
string.format('__getProperty("%s", "%s")',baa,caa)end)
|
||||
local d_a=setmetatable({colors=colors,math=math,tostring=tostring,tonumber=tonumber,__getState=function(baa)return a_a:getState(baa)end,__getParentState=function(baa)return
|
||||
a_a.parent:getState(baa)end,__getElementState=function(baa,caa)if tonumber(baa)then return nil end
|
||||
local daa=a_a:getBaseFrame():getChild(baa)if not daa then cb.header="Reactive evaluation error"
|
||||
cb.error("Could not find element: "..baa)return nil end;return
|
||||
daa:getState(caa).value end,__getProperty=function(baa,caa)if
|
||||
tonumber(baa)then return nil end
|
||||
if baa=="self"then if a_a._properties[caa]then
|
||||
return a_a.get(caa)end;if
|
||||
a_a._registeredStates and a_a._registeredStates[caa]then return a_a:hasState(caa)end
|
||||
local daa=a_a.get("states")if daa and daa[caa]~=nil then return true end
|
||||
cb.header="Reactive evaluation error"
|
||||
cb.error("Property or state '"..caa..
|
||||
"' not found in element '"..a_a:getType().."'")return nil elseif baa=="parent"then if a_a.parent._properties[caa]then return
|
||||
a_a.parent.get(caa)end;if a_a.parent._registeredStates and
|
||||
a_a.parent._registeredStates[caa]then
|
||||
return a_a.parent:hasState(caa)end
|
||||
local daa=a_a.parent.get("states")if daa and daa[caa]~=nil then return true end
|
||||
cb.header="Reactive evaluation error"
|
||||
cb.error("Property or state '"..caa.."' not found in parent element")return nil else local daa=a_a.parent:getChild(baa)if not daa then
|
||||
cb.header="Reactive evaluation error"
|
||||
cb.error("Could not find element: "..baa)return nil end;if
|
||||
daa._properties[caa]then return daa.get(caa)end
|
||||
if daa._registeredStates and
|
||||
daa._registeredStates[caa]then return daa:hasState(caa)end;local _ba=daa.get("states")
|
||||
if _ba and _ba[caa]~=nil then return true end;cb.header="Reactive evaluation error"
|
||||
cb.error("Property or state '"..caa..
|
||||
"' not found in element '"..baa.."'")return nil end end},{__index=ac})if(a_a._properties[b_a].type=="string")then
|
||||
__a="tostring("..__a..")"elseif(a_a._properties[b_a].type=="number")then
|
||||
__a="tonumber("..__a..")"end;local _aa,aaa=load(
|
||||
"return "..__a,"reactive","t",d_a)
|
||||
if not _aa then
|
||||
cb.header="Reactive evaluation error"cb.error("Invalid expression: "..aaa)return
|
||||
function()return nil end end;return _aa end
|
||||
local function dc(__a,a_a)
|
||||
for b_a in __a:gmatch("([%w_]+)%.")do
|
||||
if not _c[b_a]then
|
||||
if b_a=="self"then elseif b_a=="parent"then
|
||||
if not a_a.parent then
|
||||
cb.header="Reactive evaluation error"cb.error("No parent element available")return false end else
|
||||
if(tonumber(b_a)==nil)then local c_a=a_a.parent:getChild(b_a)if not c_a then
|
||||
cb.header="Reactive evaluation error"
|
||||
cb.error("Referenced element not found: "..b_a)return false end end end end end;return true end;local _d=setmetatable({},{__mode="k"})
|
||||
local ad=setmetatable({},{__mode="k",__index=function(__a,a_a)__a[a_a]={}return
|
||||
__a[a_a]end})
|
||||
local bd=setmetatable({},{__mode="k",__index=function(__a,a_a)__a[a_a]={}return __a[a_a]end})
|
||||
local function cd(__a,a_a,b_a)local c_a=bc(a_a)
|
||||
if ad[__a][b_a]then for _aa,aaa in ipairs(ad[__a][b_a])do
|
||||
aaa.target:removeObserver(aaa.property,aaa.callback)end end;local d_a={}
|
||||
for _aa,aaa in a_a:gmatch("([%w_]+)%.([%w_]+)")do
|
||||
if not _c[_aa]then local baa
|
||||
if
|
||||
c_a=="self"and a_a.self then _aa=cd elseif c_a=="parent"and a_a.parent then _aa=cd.parent elseif a_a.other then
|
||||
_aa=cd:getBaseFrame():getChild(c_a)end
|
||||
if _aa then local aaa=false
|
||||
if _aa._properties[d_a]then aaa=false elseif _aa._registeredStates and
|
||||
_aa._registeredStates[d_a]then aaa=true else local caa=_aa.get("states")if caa and
|
||||
caa[d_a]~=nil then aaa=true end end
|
||||
local baa={target=_aa,property=aaa and"states"or d_a,callback=function()cd:updateRender()end}_aa:observe(baa.property,baa.callback)
|
||||
table.insert(b_a,baa)end end end;_d[cd][__a]=b_a end
|
||||
cb.addSetterHook(function(cd,dd,__a,a_a)
|
||||
if type(__a)=="string"and __a:match("^{.+}$")then
|
||||
local b_a=__a:gsub("^{(.+)}$","%1")local c_a=ac(b_a)
|
||||
if c_a.parent and not cd.parent then return a_a.default end;if not cc(b_a,cd)then return a_a.default end;ad(cd,b_a,dd)if not
|
||||
dc[cd]then dc[cd]={}end;if not dc[cd][__a]then local d_a=bc(__a,cd,dd)
|
||||
dc[cd][__a]=d_a end
|
||||
_aa=="self"and c_a.self then baa=__a elseif _aa=="parent"and c_a.parent then baa=__a.parent elseif c_a.other then
|
||||
baa=__a:getBaseFrame():getChild(_aa)end
|
||||
if baa then local caa=false
|
||||
if baa._properties[aaa]then caa=false elseif baa._registeredStates and
|
||||
baa._registeredStates[aaa]then caa=true else local _ba=baa.get("states")if _ba and
|
||||
_ba[aaa]~=nil then caa=true end end
|
||||
local daa={target=baa,property=caa and"states"or aaa,callback=function()local _ba=bd[__a][b_a]local aba=__a.get(b_a)
|
||||
if
|
||||
_ba~=aba then bd[__a][b_a]=aba
|
||||
if
|
||||
__a._observers and __a._observers[b_a]then for bba,cba in ipairs(__a._observers[b_a])do cba()end end;__a:updateRender()end end}baa:observe(daa.property,daa.callback)
|
||||
table.insert(d_a,daa)end end end;ad[__a][b_a]=d_a end
|
||||
db.addSetterHook(function(__a,a_a,b_a,c_a)
|
||||
if type(b_a)=="string"and b_a:match("^{.+}$")then
|
||||
local d_a=b_a:gsub("^{(.+)}$","%1")local _aa=bc(d_a)
|
||||
if _aa.parent and not __a.parent then return c_a.default end;if not dc(d_a,__a)then return c_a.default end
|
||||
cd(__a,d_a,a_a)if not _d[__a]then _d[__a]={}end;if not _d[__a][b_a]then
|
||||
local aaa=cc(b_a,__a,a_a)_d[__a][b_a]=aaa end
|
||||
return
|
||||
function(d_a)if
|
||||
cd._destroyed or(c_a.parent and not cd.parent)then return a_a.default end
|
||||
local _aa,aaa=pcall(dc[cd][__a])
|
||||
if not _aa then if aaa and aaa:match("attempt to index.-nil value")then return
|
||||
a_a.default end
|
||||
bb.header="Reactive evaluation error"
|
||||
if type(aaa)=="string"then
|
||||
bb.error("Error evaluating expression: "..aaa)else bb.error("Error evaluating expression")end;return a_a.default end;return aaa end end end)local bd={}
|
||||
bd.hooks={destroy=function(cd)
|
||||
if _d[cd]then
|
||||
for dd,__a in pairs(_d[cd])do for a_a,b_a in ipairs(__a)do
|
||||
b_a.target:removeObserver(b_a.property,b_a.callback)end end;_d[cd]=nil;dc[cd]=nil end end}return{BaseElement=bd} end
|
||||
function(aaa)
|
||||
if __a._destroyed or(_aa.parent and not
|
||||
__a.parent)then return c_a.default end;local baa,caa=pcall(_d[__a][b_a])
|
||||
if not baa then
|
||||
if caa and
|
||||
caa:match("attempt to index.-nil value")then return c_a.default end;cb.header="Reactive evaluation error"if type(caa)=="string"then cb.error(
|
||||
"Error evaluating expression: "..caa)else
|
||||
cb.error("Error evaluating expression")end
|
||||
return c_a.default end;bd[__a][a_a]=caa;return caa end end end)local dd={}
|
||||
dd.hooks={destroy=function(__a)
|
||||
if ad[__a]then
|
||||
for a_a,b_a in pairs(ad[__a])do for c_a,d_a in ipairs(b_a)do
|
||||
d_a.target:removeObserver(d_a.property,d_a.callback)end end;ad[__a]=nil;bd[__a]=nil;_d[__a]=nil end end}return{BaseElement=dd} end
|
||||
project["plugins/xml.lua"] = function(...) local bb=require("errorManager")local cb=require("log")
|
||||
local db={new=function(cd)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user