Update config, BasaltLS definitions, bundle and changelog

This commit is contained in:
github-actions[bot]
2025-09-30 17:23:26 +00:00
parent 054bb8b142
commit 79c05a9228
3 changed files with 4457 additions and 4446 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,439 +1,439 @@
return {
["metadata"] = {
["generated"] = "Tue Sep 30 17:23:24 2025",
["version"] = "2.0",
},
["categories"] = {
["plugins"] = {
["description"] = "Plugins",
["files"] = {
["theme"] = {
["default"] = true,
["requires"] = {
},
["size"] = 7042,
["description"] = "",
["path"] = "plugins/theme.lua",
},
["debug"] = {
["default"] = true,
["requires"] = {
},
["size"] = 6250,
["description"] = "",
["path"] = "plugins/debug.lua",
},
["benchmark"] = {
["default"] = true,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 12581,
["description"] = "",
["path"] = "plugins/benchmark.lua",
},
["state"] = {
["default"] = true,
["requires"] = {
[1] = "Container",
},
["size"] = 6896,
["description"] = "",
["path"] = "plugins/state.lua",
},
["xml"] = {
["default"] = true,
["requires"] = {
},
["size"] = 9940,
["description"] = "",
["path"] = "plugins/xml.lua",
},
["canvas"] = {
["default"] = true,
["requires"] = {
},
["size"] = 7873,
["description"] = "",
["path"] = "plugins/canvas.lua",
},
["reactive"] = {
["default"] = true,
["requires"] = {
},
["size"] = 7580,
["description"] = "",
["path"] = "plugins/reactive.lua",
},
["animation"] = {
["default"] = true,
["requires"] = {
},
["size"] = 18421,
["description"] = "",
["path"] = "plugins/animation.lua",
},
},
},
["libraries"] = {
["description"] = "Libraries",
["files"] = {
["colorHex"] = {
["default"] = true,
["requires"] = {
},
["size"] = 132,
["description"] = "",
["path"] = "libraries/colorHex.lua",
},
["utils"] = {
["default"] = true,
["requires"] = {
},
["size"] = 2661,
["description"] = "",
["path"] = "libraries/utils.lua",
},
["expect"] = {
["default"] = true,
["requires"] = {
},
["size"] = 846,
["description"] = "",
["path"] = "libraries/expect.lua",
},
},
},
["elements"] = {
["description"] = "UI Elements",
["files"] = {
["BarChart"] = {
["default"] = true,
["requires"] = {
},
["size"] = 3590,
["description"] = "",
["path"] = "elements/BarChart.lua",
},
["Tree"] = {
["default"] = true,
["Display"] = {
["size"] = 5071,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 7942,
["description"] = "",
["path"] = "elements/Tree.lua",
["description"] = "The Display is a special element which uses the CC Window API which you can use.",
["path"] = "elements/Display.lua",
["default"] = false,
},
["Frame"] = {
["Input"] = {
["size"] = 9558,
["requires"] = {
[1] = "VisualElement",
},
["description"] = "A text input field with various features",
["path"] = "elements/Input.lua",
["default"] = true,
},
["BigFont"] = {
["size"] = 21649,
["requires"] = {
[1] = "VisualElement",
},
["description"] = "",
["path"] = "elements/BigFont.lua",
["default"] = false,
},
["FlexBox"] = {
["size"] = 32431,
["requires"] = {
[1] = "Container",
},
["size"] = 6508,
["description"] = "A frame element that serves as a grouping container for other elements.",
["path"] = "elements/Frame.lua",
},
["TextBox"] = {
["default"] = false,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 43466,
["description"] = "A multi-line text editor component with cursor support and text manipulation features",
["path"] = "elements/TextBox.lua",
["description"] = "A flexbox container that arranges its children in a flexible layout.",
["path"] = "elements/FlexBox.lua",
["default"] = true,
},
["Button"] = {
["default"] = true,
["size"] = 2540,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 2540,
["description"] = "The Button is a standard button element with click handling and state management.",
["path"] = "elements/Button.lua",
},
["TabControl"] = {
["default"] = true,
},
["List"] = {
["size"] = 8758,
["requires"] = {
[1] = "VisualElement",
},
["description"] = "A scrollable list of selectable items",
["path"] = "elements/List.lua",
["default"] = true,
},
["BaseFrame"] = {
["size"] = 9017,
["requires"] = {
[1] = "Container",
},
["size"] = 15300,
["description"] = "A TabControl element that provides tabbed interface with multiple content areas.",
["path"] = "elements/TabControl.lua",
},
["Switch"] = {
["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",
["default"] = true,
},
["Tree"] = {
["size"] = 7942,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 3269,
["description"] = "The Switch is a standard Switch element with click handling and state management.",
["path"] = "elements/Switch.lua",
["description"] = "",
["path"] = "elements/Tree.lua",
["default"] = true,
},
["Label"] = {
["size"] = 3092,
["requires"] = {
[1] = "VisualElement",
},
["description"] = "A simple text display element that automatically resizes its width based on the text content.",
["path"] = "elements/Label.lua",
["default"] = true,
},
["BaseElement"] = {
["size"] = 10012,
["requires"] = {
},
["description"] = "The base class for all UI elements in Basalt.",
["path"] = "elements/BaseElement.lua",
["default"] = true,
},
["Table"] = {
["size"] = 16214,
["requires"] = {
[1] = "VisualElement",
},
["description"] = "",
["path"] = "elements/Table.lua",
["default"] = true,
},
["Graph"] = {
["size"] = 6989,
["requires"] = {
},
["description"] = "A point based graph element",
["path"] = "elements/Graph.lua",
["default"] = false,
},
["VisualElement"] = {
["default"] = true,
["size"] = 22480,
["requires"] = {
[1] = "BaseElement",
},
["size"] = 22480,
["description"] = "The Visual Element class which is the base class for all visual UI elements",
["path"] = "elements/VisualElement.lua",
},
["Input"] = {
["default"] = true,
},
["Program"] = {
["size"] = 11430,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 9558,
["description"] = "A text input field with various features",
["path"] = "elements/Input.lua",
},
["Display"] = {
["default"] = false,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 5071,
["description"] = "The Display is a special element which uses the CC Window API which you can use.",
["path"] = "elements/Display.lua",
},
["LineChart"] = {
["default"] = false,
["requires"] = {
},
["size"] = 3227,
["description"] = "",
["path"] = "elements/LineChart.lua",
},
["BaseElement"] = {
["path"] = "elements/Program.lua",
["default"] = true,
["requires"] = {
},
["size"] = 10012,
["description"] = "The base class for all UI elements in Basalt.",
["path"] = "elements/BaseElement.lua",
},
["DropDown"] = {
["default"] = false,
["size"] = 6359,
["requires"] = {
[1] = "List",
},
["size"] = 6359,
["description"] = "A DropDown menu that shows a list of selectable items",
["path"] = "elements/DropDown.lua",
["default"] = false,
},
["Menu"] = {
["default"] = true,
["requires"] = {
[1] = "List",
},
["size"] = 4679,
["description"] = "A horizontal menu bar with selectable items.",
["path"] = "elements/Menu.lua",
},
["BaseFrame"] = {
["default"] = true,
["Frame"] = {
["size"] = 6508,
["requires"] = {
[1] = "Container",
},
["size"] = 9017,
["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",
},
["Slider"] = {
["description"] = "A frame element that serves as a grouping container for other elements.",
["path"] = "elements/Frame.lua",
["default"] = true,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 4977,
["description"] = "",
["path"] = "elements/Slider.lua",
},
["Program"] = {
["default"] = true,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 11430,
["description"] = "",
["path"] = "elements/Program.lua",
},
["ScrollBar"] = {
["default"] = true,
["size"] = 9665,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 9665,
["description"] = "A ScrollBar element that can be attached to other elements to control their scroll properties.",
["path"] = "elements/ScrollBar.lua",
["default"] = true,
},
["BigFont"] = {
["LineChart"] = {
["size"] = 3227,
["requires"] = {
},
["description"] = "",
["path"] = "elements/LineChart.lua",
["default"] = false,
},
["Container"] = {
["size"] = 26148,
["requires"] = {
[1] = "VisualElement",
},
["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",
["default"] = true,
},
["TextBox"] = {
["size"] = 43466,
["requires"] = {
[1] = "VisualElement",
},
["description"] = "A multi-line text editor component with cursor support and text manipulation features",
["path"] = "elements/TextBox.lua",
["default"] = false,
},
["Slider"] = {
["size"] = 4977,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 21649,
["description"] = "",
["path"] = "elements/BigFont.lua",
["path"] = "elements/Slider.lua",
["default"] = true,
},
["Menu"] = {
["size"] = 4679,
["requires"] = {
[1] = "List",
},
["description"] = "A horizontal menu bar with selectable items.",
["path"] = "elements/Menu.lua",
["default"] = true,
},
["Switch"] = {
["size"] = 3269,
["requires"] = {
[1] = "VisualElement",
},
["description"] = "The Switch is a standard Switch element with click handling and state management.",
["path"] = "elements/Switch.lua",
["default"] = true,
},
["BarChart"] = {
["size"] = 3590,
["requires"] = {
},
["description"] = "",
["path"] = "elements/BarChart.lua",
["default"] = true,
},
["ProgressBar"] = {
["default"] = true,
["size"] = 3397,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 3397,
["description"] = "",
["path"] = "elements/ProgressBar.lua",
},
["Graph"] = {
["default"] = false,
["requires"] = {
},
["size"] = 6989,
["description"] = "A point based graph element",
["path"] = "elements/Graph.lua",
},
["List"] = {
["default"] = true,
},
["Timer"] = {
["size"] = 2914,
["requires"] = {
[1] = "BaseElement",
},
["description"] = "",
["path"] = "elements/Timer.lua",
["default"] = true,
},
["TabControl"] = {
["size"] = 15300,
["requires"] = {
[1] = "Container",
},
["description"] = "A TabControl element that provides tabbed interface with multiple content areas.",
["path"] = "elements/TabControl.lua",
["default"] = true,
},
["Image"] = {
["size"] = 15125,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 8758,
["description"] = "A scrollable list of selectable items",
["path"] = "elements/List.lua",
["description"] = "An element that displays an image in bimg format",
["path"] = "elements/Image.lua",
["default"] = false,
},
["CheckBox"] = {
["size"] = 3731,
["requires"] = {
},
["description"] = "This is a checkbox. It is a visual element that can be checked.",
["path"] = "elements/CheckBox.lua",
["default"] = true,
},
["ComboBox"] = {
["default"] = false,
["size"] = 15122,
["requires"] = {
[1] = "DropDown",
},
["size"] = 15122,
["description"] = "A ComboBox that combines dropdown selection with editable text input",
["path"] = "elements/ComboBox.lua",
},
["CheckBox"] = {
["default"] = true,
["requires"] = {
},
["size"] = 3731,
["description"] = "This is a checkbox. It is a visual element that can be checked.",
["path"] = "elements/CheckBox.lua",
},
["Label"] = {
["default"] = true,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 3092,
["description"] = "A simple text display element that automatically resizes its width based on the text content.",
["path"] = "elements/Label.lua",
},
["Table"] = {
["default"] = true,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 16214,
["description"] = "",
["path"] = "elements/Table.lua",
},
["Container"] = {
["default"] = true,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 25963,
["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",
},
["Timer"] = {
["default"] = true,
["requires"] = {
[1] = "BaseElement",
},
["size"] = 2914,
["description"] = "",
["path"] = "elements/Timer.lua",
},
["Image"] = {
["default"] = false,
["requires"] = {
[1] = "VisualElement",
},
["size"] = 15125,
["description"] = "An element that displays an image in bimg format",
["path"] = "elements/Image.lua",
},
["FlexBox"] = {
},
["description"] = "UI Elements",
},
["plugins"] = {
["files"] = {
["reactive"] = {
["size"] = 8619,
["requires"] = {
},
["description"] = "",
["path"] = "plugins/reactive.lua",
["default"] = true,
},
["theme"] = {
["size"] = 7042,
["requires"] = {
},
["description"] = "",
["path"] = "plugins/theme.lua",
["default"] = true,
},
["xml"] = {
["size"] = 9940,
["requires"] = {
},
["description"] = "",
["path"] = "plugins/xml.lua",
["default"] = true,
},
["state"] = {
["size"] = 6896,
["requires"] = {
[1] = "Container",
},
["size"] = 32431,
["description"] = "A flexbox container that arranges its children in a flexible layout.",
["path"] = "elements/FlexBox.lua",
["description"] = "",
["path"] = "plugins/state.lua",
["default"] = true,
},
["canvas"] = {
["size"] = 7873,
["requires"] = {
},
["description"] = "",
["path"] = "plugins/canvas.lua",
["default"] = true,
},
["animation"] = {
["size"] = 18421,
["requires"] = {
},
["description"] = "",
["path"] = "plugins/animation.lua",
["default"] = true,
},
["debug"] = {
["size"] = 6250,
["requires"] = {
},
["description"] = "",
["path"] = "plugins/debug.lua",
["default"] = true,
},
["benchmark"] = {
["size"] = 12581,
["requires"] = {
[1] = "VisualElement",
},
["description"] = "",
["path"] = "plugins/benchmark.lua",
["default"] = true,
},
},
["description"] = "Plugins",
},
["libraries"] = {
["files"] = {
["expect"] = {
["size"] = 846,
["requires"] = {
},
["description"] = "",
["path"] = "libraries/expect.lua",
["default"] = true,
},
["colorHex"] = {
["size"] = 132,
["requires"] = {
},
["description"] = "",
["path"] = "libraries/colorHex.lua",
["default"] = true,
},
["utils"] = {
["size"] = 2661,
["requires"] = {
},
["description"] = "",
["path"] = "libraries/utils.lua",
["default"] = true,
},
},
["description"] = "Libraries",
},
["core"] = {
["description"] = "Core Files",
["files"] = {
["propertySystem"] = {
["default"] = true,
["requires"] = {
},
["size"] = 15524,
["description"] = "",
["path"] = "propertySystem.lua",
},
["main"] = {
["default"] = true,
["size"] = 14085,
["requires"] = {
},
["size"] = 14085,
["description"] = "",
["path"] = "main.lua",
},
["log"] = {
["default"] = true,
["requires"] = {
},
["size"] = 3142,
["description"] = "",
["path"] = "log.lua",
},
["errorManager"] = {
["default"] = true,
["requires"] = {
},
["size"] = 3789,
["description"] = "",
["path"] = "errorManager.lua",
},
["elementManager"] = {
["default"] = true,
["requires"] = {
},
["size"] = 6297,
["description"] = "",
["path"] = "elementManager.lua",
},
["init"] = {
["default"] = true,
["size"] = 622,
["requires"] = {
},
["size"] = 622,
["description"] = "",
["path"] = "init.lua",
},
["render"] = {
["default"] = true,
},
["errorManager"] = {
["size"] = 3789,
["requires"] = {
},
["description"] = "",
["path"] = "errorManager.lua",
["default"] = true,
},
["log"] = {
["size"] = 3142,
["requires"] = {
},
["description"] = "",
["path"] = "log.lua",
["default"] = true,
},
["render"] = {
["size"] = 12422,
["requires"] = {
},
["description"] = "",
["path"] = "render.lua",
["default"] = true,
},
["elementManager"] = {
["size"] = 6297,
["requires"] = {
},
["description"] = "",
["path"] = "elementManager.lua",
["default"] = true,
},
["propertySystem"] = {
["size"] = 15524,
["requires"] = {
},
["description"] = "",
["path"] = "propertySystem.lua",
["default"] = true,
},
},
["description"] = "Core Files",
},
},
["metadata"] = {
["generated"] = "Tue Sep 30 12:42:47 2025",
["version"] = "2.0",
},
}

View File

@@ -1544,9 +1544,11 @@ not self.get("childrenEventsSorted")then for bc in pairs(self._values.childrenEv
self:sortChildrenEvents(bc)end end;for bc,cc in ipairs(self.get("visibleChildren"))do if cc==self then
_b.error("CIRCULAR REFERENCE DETECTED!")return end;cc:render()
cc:postRender()end end
function db:destroy()if not self:isType("BaseFrame")then ab.destroy(self)
return self else _b.header="Basalt Error"
_b.error("Cannot destroy a BaseFrame.")end end;return db end
function db:destroy()
if not self:isType("BaseFrame")then
for bc,cc in
ipairs(self._values.children)do if cc.destroy then cc:destroy()end end;self:removeAllObservers()ab.destroy(self)return self else
_b.header="Basalt Error"_b.error("Cannot destroy a BaseFrame.")end end;return db end
project["elements/Tree.lua"] = function(...) local _a=require("elements/VisualElement")local aa=string.sub
local ba=setmetatable({},_a)ba.__index=ba
ba.defineProperty(ba,"nodes",{default={},type="table",canTriggerRender=true,setter=function(da,_b)if#_b>0 then
@@ -2650,73 +2652,82 @@ 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 ab=require("errorManager")
local bb=require("propertySystem")local cb={colors=true,math=true,clamp=true,round=true}
local db={clamp=function(ad,bd,cd)return
math.min(math.max(ad,bd),cd)end,round=function(ad)
return math.floor(ad+0.5)end,floor=math.floor,ceil=math.ceil,abs=math.abs}
local function _c(ad,bd,cd)ad=ad:gsub("^{(.+)}$","%1")
ad=ad:gsub("([%w_]+)%$([%w_]+)",function(b_a,c_a)
if b_a=="self"then return
string.format('__getState("%s")',c_a)elseif b_a=="parent"then return
string.format('__getParentState("%s")',c_a)else return
string.format('__getElementState("%s", "%s")',b_a,c_a)end end)
ad=ad:gsub("([%w_]+)%.([%w_]+)",function(b_a,c_a)if cb[b_a]then return b_a.."."..c_a end;if
tonumber(b_a)then return b_a.."."..c_a end;return
string.format('__getProperty("%s", "%s")',b_a,c_a)end)
local dd=setmetatable({colors=colors,math=math,tostring=tostring,tonumber=tonumber,__getState=function(b_a)return bd:getState(b_a)end,__getParentState=function(b_a)return
bd.parent:getState(b_a)end,__getElementState=function(b_a,c_a)if tonumber(b_a)then return nil end
local d_a=bd:getBaseFrame():getChild(b_a)if not d_a then ab.header="Reactive evaluation error"
ab.error("Could not find element: "..b_a)return nil end;return
d_a:getState(c_a).value end,__getProperty=function(b_a,c_a)if
tonumber(b_a)then return nil end
if b_a=="self"then return bd.get(c_a)elseif b_a=="parent"then return
bd.parent.get(c_a)else local d_a=bd.parent:getChild(b_a)if not d_a then
ab.header="Reactive evaluation error"
ab.error("Could not find element: "..b_a)return nil end
return d_a.get(c_a)end end},{__index=db})if(bd._properties[cd].type=="string")then
ad="tostring("..ad..")"elseif(bd._properties[cd].type=="number")then
ad="tonumber("..ad..")"end;local __a,a_a=load("return "..
ad,"reactive","t",dd)
if not __a then
ab.header="Reactive evaluation error"ab.error("Invalid expression: "..a_a)return
function()return nil end end;return __a end
local function ac(ad,bd)
for cd in ad:gmatch("([%w_]+)%.")do
if not cb[cd]then
if cd=="self"then elseif cd=="parent"then
if not bd.parent then
ab.header="Reactive evaluation error"ab.error("No parent element available")return false end else
if(tonumber(cd)==nil)then local dd=bd.parent:getChild(cd)if not dd then
ab.header="Reactive evaluation error"
ab.error("Referenced element not found: "..cd)return false end end end end end;return true end;local bc=setmetatable({},{__mode="k"})
local cc=setmetatable({},{__mode="k",__index=function(ad,bd)ad[bd]={}
return ad[bd]end})
local function dc(ad,bd,cd)
if cc[ad][cd]then for __a,a_a in ipairs(cc[ad][cd])do
a_a.target:removeObserver(a_a.property,a_a.callback)end end;local dd={}
for __a,a_a in bd:gmatch("([%w_]+)%.([%w_]+)")do
if not cb[__a]then local b_a;if __a=="self"then b_a=ad elseif
__a=="parent"then b_a=ad.parent else
b_a=ad:getBaseFrame():getChild(__a)end;if b_a then
local c_a={target=b_a,property=a_a,callback=function()
ad:updateRender()end}b_a:observe(a_a,c_a.callback)
table.insert(dd,c_a)end end end;cc[ad][cd]=dd end
bb.addSetterHook(function(ad,bd,cd,dd)
if type(cd)=="string"and cd:match("^{.+}$")then
local __a=cd:gsub("^{(.+)}$","%1")if not ac(__a,ad)then return dd.default end;dc(ad,__a,bd)if
not bc[ad]then bc[ad]={}end;if not bc[ad][cd]then local a_a=_c(cd,ad,bd)
bc[ad][cd]=a_a 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 return dd.get(aaa)elseif _aa=="parent"then return
dd.parent.get(aaa)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
return baa.get(aaa)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
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={target=_aa,property=d_a,callback=function()cd:updateRender()end}_aa:observe(d_a,aaa.callback)
table.insert(b_a,aaa)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
return
function(a_a)local b_a,c_a=pcall(bc[ad][cd])
if not b_a then
ab.header="Reactive evaluation error"
if type(c_a)=="string"then
ab.error("Error evaluating expression: "..c_a)else ab.error("Error evaluating expression")end;return dd.default end;return c_a end end end)local _d={}
_d.hooks={destroy=function(ad)
if cc[ad]then
for bd,cd in pairs(cc[ad])do for dd,__a in ipairs(cd)do
__a.target:removeObserver(__a.property,__a.callback)end end;cc[ad]=nil end end}return{BaseElement=_d} end
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
project["plugins/state.lua"] = function(...) local _a=require("propertySystem")
local aa=require("errorManager")local ba={}function ba.setup(da)
da.defineProperty(da,"states",{default={},type="table"})