First commit

This commit is contained in:
2025-12-25 11:16:59 +01:00
commit 0c5ca09a63
720 changed files with 329234 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
export default new Array(
"extendDefaultObject",
"exposeMethodsToObject",
"getID",
"getFirstID",
"getApplicationPath",
"getChildren",
"getProperties",
"getParentWithTable",
"getRoot",
"getCore",
"getExtendedClass",
"getExtendedClassName",
"parents",
"getAll",
"getObjectsByClassName",
"isTable",
"extendsTable",
"extendsClass",
"extend",
"setApplicationPath",
"getApplicationPathString",
"setID",
"setApplicationID",
"setParent",
"setUser",
"setUserChildren",
"isHidden",
"syncAllChildren",
"prepend",
"add",
"remove",
"serialize",
"clean",
"clear",
"hide",
"show",
"hideChildren",
"showChildren",
"processGridElement",
"allow",
"isAllowed",
"updatePermissions",
"log",
"updateElementContent",
"computePermissions",
"showParents",
"simpleClone",
"updateProperties",
"extendsClassWorking",
"getExtends",
"getExtendObjects",
"isVisible",
"getProperties",
"__defineGetter__",
"__defineSetter__",
"hasOwnProperty",
"__lookupGetter__",
"__lookupSetter__",
"isPrototypeOf",
"propertyIsEnumerable",
"toString",
"valueOf",
"toLocaleString",
"__proto__",
"collection" );