@lcap/nasl 0.3.9-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DEVELOPMENT.md +58 -0
- package/README.md +11 -0
- package/analysis/mergeBlock/README.md +14 -0
- package/analysis/mergeBlock/raw1.json +0 -0
- package/analysis/mergeBlock/raw2.json +2522 -0
- package/analysis/mergeBlock/raw3.json +505 -0
- package/analysis/mergeBlock/req2.json +2219 -0
- package/analysis/mergeBlock/req3.json +462 -0
- package/analysis/mergeBlock/script.js +159 -0
- package/docs/assets/css/main.css +2638 -0
- package/docs/assets/js/main.js +248 -0
- package/docs/assets/js/search.js +1 -0
- package/docs/classes/app_app.app.html +1359 -0
- package/docs/classes/app_service.microservice.html +1572 -0
- package/docs/classes/app_service.service.html +1233 -0
- package/docs/classes/app_service.webservice.html +1635 -0
- package/docs/classes/common_eventemitter.eventemitter.html +387 -0
- package/docs/classes/common_vertex.vertex.html +1086 -0
- package/docs/classes/data_datanode.datanode.html +1157 -0
- package/docs/classes/data_entity.entity.html +1656 -0
- package/docs/classes/data_entityproperty.entityproperty.html +1903 -0
- package/docs/classes/data_enum.enum.html +1402 -0
- package/docs/classes/data_enumitem.enumitem.html +1252 -0
- package/docs/classes/data_interface.interface.html +1673 -0
- package/docs/classes/data_structure.structure.html +1427 -0
- package/docs/classes/data_structureproperty.structureproperty.html +1656 -0
- package/docs/classes/logic_basevariable.basevariable.html +1261 -0
- package/docs/classes/logic_logic.logic.html +1639 -0
- package/docs/classes/logic_logicitem.expressionnode.html +1982 -0
- package/docs/classes/logic_logicitem.logicitem.html +1828 -0
- package/docs/classes/logic_logicitem.logicnode.html +2229 -0
- package/docs/classes/logic_param.param.html +1707 -0
- package/docs/classes/logic_return.return.html +1605 -0
- package/docs/classes/logic_variable.variable.html +1631 -0
- package/docs/classes/nuims_nuims.nuims.html +596 -0
- package/docs/classes/page_attr.attr.html +1335 -0
- package/docs/classes/page_block.block.html +1272 -0
- package/docs/classes/page_directive.directive.html +1350 -0
- package/docs/classes/page_element.element.html +2118 -0
- package/docs/classes/page_event.event.html +1284 -0
- package/docs/classes/page_lifecycle.lifecycle.html +1286 -0
- package/docs/classes/page_page.page.html +1389 -0
- package/docs/classes/page_view.view.html +2299 -0
- package/docs/classes/page_viewparam.viewparam.html +1727 -0
- package/docs/classes/page_viewvariable.viewvariable.html +1668 -0
- package/docs/classes/process_process.process.html +1532 -0
- package/docs/classes/process_processcomponent.processcomponent.html +1589 -0
- package/docs/classes/process_processcomponentattribute.processcomponentattribute.html +1236 -0
- package/docs/classes/process_processcomponentproperty.processcomponentproperty.html +1727 -0
- package/docs/classes/process_processcomponentreturn.processcomponentreturn.html +1704 -0
- package/docs/classes/process_processcomponentvariable.processcomponentvariable.html +1679 -0
- package/docs/classes/process_processinterface.processinterface.html +1462 -0
- package/docs/classes/process_processparam.processparam.html +1778 -0
- package/docs/classes/process_processproperty.processproperty.html +1727 -0
- package/docs/classes/process_processreturn.processreturn.html +1678 -0
- package/docs/enums/app_service.service_type.html +186 -0
- package/docs/enums/data_basictypes.basic_type.html +312 -0
- package/docs/enums/index.level_enum.html +655 -0
- package/docs/enums/logic_logicitem.logic_type.html +441 -0
- package/docs/index.html +313 -0
- package/docs/interfaces/app_service.assetsinfo.html +209 -0
- package/docs/interfaces/common_packagejson.default.html +431 -0
- package/docs/interfaces/data_entity.resolver.html +228 -0
- package/docs/interfaces/data_entityproperty.display.html +214 -0
- package/docs/interfaces/data_schema.arrayschema.html +306 -0
- package/docs/interfaces/data_schema.baseschema.html +361 -0
- package/docs/interfaces/data_schema.basicrefschema.html +362 -0
- package/docs/interfaces/data_schema.basicschema.html +334 -0
- package/docs/interfaces/data_schema.booleanschema.html +306 -0
- package/docs/interfaces/data_schema.enumitemschema.html +225 -0
- package/docs/interfaces/data_schema.enumschema.html +306 -0
- package/docs/interfaces/data_schema.integerschema.html +334 -0
- package/docs/interfaces/data_schema.mapschema.html +320 -0
- package/docs/interfaces/data_schema.numberschema.html +334 -0
- package/docs/interfaces/data_schema.objectschema.html +313 -0
- package/docs/interfaces/data_schema.refschema.html +332 -0
- package/docs/interfaces/data_schema.schema.html +511 -0
- package/docs/interfaces/data_schema.setschema.html +306 -0
- package/docs/interfaces/data_schema.stringschema.html +334 -0
- package/docs/interfaces/history.historyrecord.html +183 -0
- package/docs/interfaces/index.arrayschema.html +261 -0
- package/docs/interfaces/index.baseschema.html +236 -0
- package/docs/interfaces/index.basicrefschema.html +317 -0
- package/docs/interfaces/index.basicschema.html +289 -0
- package/docs/interfaces/index.booleanschema.html +261 -0
- package/docs/interfaces/index.enumitemschema.html +180 -0
- package/docs/interfaces/index.enumschema.html +261 -0
- package/docs/interfaces/index.integerschema.html +289 -0
- package/docs/interfaces/index.mapschema.html +275 -0
- package/docs/interfaces/index.numberschema.html +289 -0
- package/docs/interfaces/index.objectschema.html +261 -0
- package/docs/interfaces/index.refschema.html +287 -0
- package/docs/interfaces/index.schema.html +459 -0
- package/docs/interfaces/index.setschema.html +261 -0
- package/docs/interfaces/index.stringschema.html +289 -0
- package/docs/interfaces/page_element.elementtovueoptions.html +283 -0
- package/docs/interfaces/typecheck.typecheckrecord.html +211 -0
- package/docs/interfaces/utils.inode.html +212 -0
- package/docs/interfaces/utils.inodeinfo.html +295 -0
- package/docs/interfaces/utils_traverse.inode.html +191 -0
- package/docs/interfaces/utils_traverse.inodeinfo.html +274 -0
- package/docs/modules/app_app.html +149 -0
- package/docs/modules/app_service.html +175 -0
- package/docs/modules/cachedata.html +198 -0
- package/docs/modules/common_eventemitter.html +192 -0
- package/docs/modules/common_packagejson.html +132 -0
- package/docs/modules/common_vertex.html +149 -0
- package/docs/modules/config.html +168 -0
- package/docs/modules/data_basictypes.html +271 -0
- package/docs/modules/data_datanode.html +149 -0
- package/docs/modules/data_datatypes.html +196 -0
- package/docs/modules/data_datatypeutils.html +430 -0
- package/docs/modules/data_entity.html +158 -0
- package/docs/modules/data_entityproperty.html +158 -0
- package/docs/modules/data_entityutils.html +342 -0
- package/docs/modules/data_enum.html +149 -0
- package/docs/modules/data_enumitem.html +149 -0
- package/docs/modules/data_interface.html +149 -0
- package/docs/modules/data_schema.html +205 -0
- package/docs/modules/data_structure.html +149 -0
- package/docs/modules/data_structureproperty.html +149 -0
- package/docs/modules/data_systemtypes.html +167 -0
- package/docs/modules/decorators.html +333 -0
- package/docs/modules/eventbus.html +116 -0
- package/docs/modules/generator.html +749 -0
- package/docs/modules/generator_data.html +495 -0
- package/docs/modules/generator_hotreload.html +200 -0
- package/docs/modules/generator_load.html +247 -0
- package/docs/modules/generator_page.html +200 -0
- package/docs/modules/history.html +200 -0
- package/docs/modules/index.html +1163 -0
- package/docs/modules/logic_basevariable.html +238 -0
- package/docs/modules/logic_callinterface.html +116 -0
- package/docs/modules/logic_logic.html +149 -0
- package/docs/modules/logic_logicitem.html +220 -0
- package/docs/modules/logic_param.html +149 -0
- package/docs/modules/logic_return.html +149 -0
- package/docs/modules/logic_tools.html +326 -0
- package/docs/modules/logic_translator.html +158 -0
- package/docs/modules/logic_variable.html +149 -0
- package/docs/modules/nuims_nuims.html +149 -0
- package/docs/modules/page_attr.html +149 -0
- package/docs/modules/page_block.html +149 -0
- package/docs/modules/page_directive.html +149 -0
- package/docs/modules/page_element.html +158 -0
- package/docs/modules/page_event.html +149 -0
- package/docs/modules/page_lifecycle.html +149 -0
- package/docs/modules/page_page.html +149 -0
- package/docs/modules/page_view.html +149 -0
- package/docs/modules/page_viewparam.html +149 -0
- package/docs/modules/page_viewvariable.html +149 -0
- package/docs/modules/process_process.html +149 -0
- package/docs/modules/process_processcomponent.html +149 -0
- package/docs/modules/process_processcomponentattribute.html +149 -0
- package/docs/modules/process_processcomponentproperty.html +149 -0
- package/docs/modules/process_processcomponentreturn.html +149 -0
- package/docs/modules/process_processcomponentvariable.html +149 -0
- package/docs/modules/process_processinterface.html +149 -0
- package/docs/modules/process_processparam.html +149 -0
- package/docs/modules/process_processproperty.html +149 -0
- package/docs/modules/process_processreturn.html +149 -0
- package/docs/modules/typecheck.html +269 -0
- package/docs/modules/utils.html +536 -0
- package/docs/modules/utils_logger.html +172 -0
- package/docs/modules/utils_string.html +347 -0
- package/docs/modules/utils_traverse.html +248 -0
- package/docs/modules.html +377 -0
- package/docs-build/style.css +3 -0
- package/docs-build/typedoc.json +8 -0
- package/index.js +12 -0
- package/module/base.js +11 -0
- package/out/service/app/api.d.ts +75 -0
- package/out/service/app/api.js +87 -0
- package/out/service/app/api.js.map +1 -0
- package/out/service/app/index.d.ts +2 -0
- package/out/service/app/index.js +10 -0
- package/out/service/app/index.js.map +1 -0
- package/out/service/assets/asset.d.ts +104 -0
- package/out/service/assets/asset.js +78 -0
- package/out/service/assets/asset.js.map +1 -0
- package/out/service/assets/block.d.ts +9 -0
- package/out/service/assets/block.js +11 -0
- package/out/service/assets/block.js.map +1 -0
- package/out/service/assets/index.d.ts +2 -0
- package/out/service/assets/index.js +12 -0
- package/out/service/assets/index.js.map +1 -0
- package/out/service/common/findUsage.d.ts +9 -0
- package/out/service/common/findUsage.js +11 -0
- package/out/service/common/findUsage.js.map +1 -0
- package/out/service/common/index.d.ts +2 -0
- package/out/service/common/index.js +12 -0
- package/out/service/common/index.js.map +1 -0
- package/out/service/common/preprocess.d.ts +14 -0
- package/out/service/common/preprocess.js +75 -0
- package/out/service/common/preprocess.js.map +1 -0
- package/out/service/common/schema.d.ts +9 -0
- package/out/service/common/schema.js +12 -0
- package/out/service/common/schema.js.map +1 -0
- package/out/service/create/add.configs.d.ts +1 -0
- package/out/service/create/add.configs.js +68 -0
- package/out/service/create/add.configs.js.map +1 -0
- package/out/service/create/errHandles.d.ts +18 -0
- package/out/service/create/errHandles.js +40 -0
- package/out/service/create/errHandles.js.map +1 -0
- package/out/service/create/index.d.ts +1 -0
- package/out/service/create/index.js +72 -0
- package/out/service/create/index.js.map +1 -0
- package/out/service/data/api.d.ts +36 -0
- package/out/service/data/api.js +36 -0
- package/out/service/data/api.js.map +1 -0
- package/out/service/data/entity.d.ts +135 -0
- package/out/service/data/entity.js +103 -0
- package/out/service/data/entity.js.map +1 -0
- package/out/service/data/enum.d.ts +63 -0
- package/out/service/data/enum.js +55 -0
- package/out/service/data/enum.js.map +1 -0
- package/out/service/data/enumProperty.d.ts +28 -0
- package/out/service/data/enumProperty.js +23 -0
- package/out/service/data/enumProperty.js.map +1 -0
- package/out/service/data/generic.d.ts +9 -0
- package/out/service/data/generic.js +11 -0
- package/out/service/data/generic.js.map +1 -0
- package/out/service/data/index.d.ts +8 -0
- package/out/service/data/index.js +23 -0
- package/out/service/data/index.js.map +1 -0
- package/out/service/data/interface.d.ts +67 -0
- package/out/service/data/interface.js +58 -0
- package/out/service/data/interface.js.map +1 -0
- package/out/service/data/structure.d.ts +92 -0
- package/out/service/data/structure.js +77 -0
- package/out/service/data/structure.js.map +1 -0
- package/out/service/logic/index.d.ts +2 -0
- package/out/service/logic/index.js +14 -0
- package/out/service/logic/index.js.map +1 -0
- package/out/service/logic/logic.d.ts +121 -0
- package/out/service/logic/logic.js +90 -0
- package/out/service/logic/logic.js.map +1 -0
- package/out/service/logic/param.d.ts +37 -0
- package/out/service/logic/param.js +29 -0
- package/out/service/logic/param.js.map +1 -0
- package/out/service/nuims/api.d.ts +264 -0
- package/out/service/nuims/api.js +194 -0
- package/out/service/nuims/api.js.map +1 -0
- package/out/service/nuims/index.d.ts +2 -0
- package/out/service/nuims/index.js +17 -0
- package/out/service/nuims/index.js.map +1 -0
- package/out/service/page/api.d.ts +186 -0
- package/out/service/page/api.js +1376 -0
- package/out/service/page/api.js.map +1 -0
- package/out/service/page/attribute.d.ts +28 -0
- package/out/service/page/attribute.js +23 -0
- package/out/service/page/attribute.js.map +1 -0
- package/out/service/page/directive.d.ts +28 -0
- package/out/service/page/directive.js +23 -0
- package/out/service/page/directive.js.map +1 -0
- package/out/service/page/element.d.ts +36 -0
- package/out/service/page/element.js +36 -0
- package/out/service/page/element.js.map +1 -0
- package/out/service/page/event.d.ts +28 -0
- package/out/service/page/event.js +23 -0
- package/out/service/page/event.js.map +1 -0
- package/out/service/page/index.d.ts +8 -0
- package/out/service/page/index.js +23 -0
- package/out/service/page/index.js.map +1 -0
- package/out/service/page/lifecycle.d.ts +28 -0
- package/out/service/page/lifecycle.js +23 -0
- package/out/service/page/lifecycle.js.map +1 -0
- package/out/service/page/templates.d.ts +14 -0
- package/out/service/page/templates.js +70 -0
- package/out/service/page/templates.js.map +1 -0
- package/out/service/page/view.d.ts +130 -0
- package/out/service/page/view.js +116 -0
- package/out/service/page/view.js.map +1 -0
- package/out/service/process/api.d.ts +136 -0
- package/out/service/process/api.js +95 -0
- package/out/service/process/api.js.map +1 -0
- package/out/service/process/index.d.ts +2 -0
- package/out/service/process/index.js +10 -0
- package/out/service/process/index.js.map +1 -0
- package/out/service/undoredo/api.d.ts +36 -0
- package/out/service/undoredo/api.js +29 -0
- package/out/service/undoredo/api.js.map +1 -0
- package/out/service/undoredo/index.d.ts +2 -0
- package/out/service/undoredo/index.js +10 -0
- package/out/service/undoredo/index.js.map +1 -0
- package/out/service/webFile/api.d.ts +45 -0
- package/out/service/webFile/api.js +35 -0
- package/out/service/webFile/api.js.map +1 -0
- package/out/service/webFile/index.d.ts +3 -0
- package/out/service/webFile/index.js +27 -0
- package/out/service/webFile/index.js.map +1 -0
- package/out/service/webFile/loadCache.d.ts +18 -0
- package/out/service/webFile/loadCache.js +17 -0
- package/out/service/webFile/loadCache.js.map +1 -0
- package/out/test/fixtures/env.d.ts +5 -0
- package/out/test/fixtures/env.js +21 -0
- package/out/test/fixtures/env.js.map +1 -0
- package/out/test/units/app/App.spec.d.ts +1 -0
- package/out/test/units/app/App.spec.js +17 -0
- package/out/test/units/app/App.spec.js.map +1 -0
- package/out/test/units/app/Service.spec.d.ts +1 -0
- package/out/test/units/app/Service.spec.js +24 -0
- package/out/test/units/app/Service.spec.js.map +1 -0
- package/out/test/units/common/Vertex.spec.d.ts +1 -0
- package/out/test/units/common/Vertex.spec.js +44 -0
- package/out/test/units/common/Vertex.spec.js.map +1 -0
- package/out/test/units/config.spec.d.ts +1 -0
- package/out/test/units/config.spec.js +12 -0
- package/out/test/units/config.spec.js.map +1 -0
- package/out/test/units/data/Entity.spec.d.ts +1 -0
- package/out/test/units/data/Entity.spec.js +12 -0
- package/out/test/units/data/Entity.spec.js.map +1 -0
- package/out/test/units/login.spec.d.ts +1 -0
- package/out/test/units/login.spec.js +12 -0
- package/out/test/units/login.spec.js.map +1 -0
- package/out/test/units/page/Block.spec.d.ts +1 -0
- package/out/test/units/page/Block.spec.js +34 -0
- package/out/test/units/page/Block.spec.js.map +1 -0
- package/out/test/units/page/Element.spec.d.ts +1 -0
- package/out/test/units/page/Element.spec.js +44 -0
- package/out/test/units/page/Element.spec.js.map +1 -0
- package/out/test/units/temp/temp.spec.d.ts +1 -0
- package/out/test/units/temp/temp.spec.js +68 -0
- package/out/test/units/temp/temp.spec.js.map +1 -0
- package/out/types/app/App.d.ts +135 -0
- package/out/types/app/App.js +304 -0
- package/out/types/app/App.js.map +1 -0
- package/out/types/app/History.d.ts +36 -0
- package/out/types/app/History.js +365 -0
- package/out/types/app/History.js.map +1 -0
- package/out/types/app/Service.d.ts +247 -0
- package/out/types/app/Service.js +846 -0
- package/out/types/app/Service.js.map +1 -0
- package/out/types/cacheData.d.ts +4 -0
- package/out/types/cacheData.js +34 -0
- package/out/types/cacheData.js.map +1 -0
- package/out/types/common/ComponentAPI.d.ts +110 -0
- package/out/types/common/ComponentAPI.js +3 -0
- package/out/types/common/ComponentAPI.js.map +1 -0
- package/out/types/common/EventEmitter.d.ts +29 -0
- package/out/types/common/EventEmitter.js +66 -0
- package/out/types/common/EventEmitter.js.map +1 -0
- package/out/types/common/PackageJSON.d.ts +32 -0
- package/out/types/common/PackageJSON.js +3 -0
- package/out/types/common/PackageJSON.js.map +1 -0
- package/out/types/common/Vertex.d.ts +125 -0
- package/out/types/common/Vertex.js +283 -0
- package/out/types/common/Vertex.js.map +1 -0
- package/out/types/config.d.ts +24 -0
- package/out/types/config.js +22 -0
- package/out/types/config.js.map +1 -0
- package/out/types/data/DataNode.d.ts +24 -0
- package/out/types/data/DataNode.js +52 -0
- package/out/types/data/DataNode.js.map +1 -0
- package/out/types/data/Entity.d.ts +121 -0
- package/out/types/data/Entity.js +528 -0
- package/out/types/data/Entity.js.map +1 -0
- package/out/types/data/EntityIndex.d.ts +87 -0
- package/out/types/data/EntityIndex.js +262 -0
- package/out/types/data/EntityIndex.js.map +1 -0
- package/out/types/data/EntityProperty.d.ts +191 -0
- package/out/types/data/EntityProperty.js +568 -0
- package/out/types/data/EntityProperty.js.map +1 -0
- package/out/types/data/Enum.d.ts +92 -0
- package/out/types/data/Enum.js +262 -0
- package/out/types/data/Enum.js.map +1 -0
- package/out/types/data/EnumItem.d.ts +57 -0
- package/out/types/data/EnumItem.js +170 -0
- package/out/types/data/EnumItem.js.map +1 -0
- package/out/types/data/GlobalLogicNode.d.ts +44 -0
- package/out/types/data/GlobalLogicNode.js +194 -0
- package/out/types/data/GlobalLogicNode.js.map +1 -0
- package/out/types/data/Interface.d.ts +153 -0
- package/out/types/data/Interface.js +480 -0
- package/out/types/data/Interface.js.map +1 -0
- package/out/types/data/Schema.d.ts +121 -0
- package/out/types/data/Schema.js +3 -0
- package/out/types/data/Schema.js.map +1 -0
- package/out/types/data/Structure.d.ts +104 -0
- package/out/types/data/Structure.js +319 -0
- package/out/types/data/Structure.js.map +1 -0
- package/out/types/data/StructureProperty.d.ts +134 -0
- package/out/types/data/StructureProperty.js +380 -0
- package/out/types/data/StructureProperty.js.map +1 -0
- package/out/types/data/basicTypes.d.ts +25 -0
- package/out/types/data/basicTypes.js +77 -0
- package/out/types/data/basicTypes.js.map +1 -0
- package/out/types/data/dataTypeUtils.d.ts +94 -0
- package/out/types/data/dataTypeUtils.js +441 -0
- package/out/types/data/dataTypeUtils.js.map +1 -0
- package/out/types/data/dataTypes.d.ts +21 -0
- package/out/types/data/dataTypes.js +64 -0
- package/out/types/data/dataTypes.js.map +1 -0
- package/out/types/data/entityUtils.d.ts +164 -0
- package/out/types/data/entityUtils.js +632 -0
- package/out/types/data/entityUtils.js.map +1 -0
- package/out/types/data/genBlock/builtInFunctions.json +545 -0
- package/out/types/data/genBlock/genCallComponentLogic.d.ts +20 -0
- package/out/types/data/genBlock/genCallComponentLogic.js +32 -0
- package/out/types/data/genBlock/genCallComponentLogic.js.map +1 -0
- package/out/types/data/genBlock/genCallInterface.d.ts +41 -0
- package/out/types/data/genBlock/genCallInterface.js +86 -0
- package/out/types/data/genBlock/genCallInterface.js.map +1 -0
- package/out/types/data/genBlock/genCreateBlock.d.ts +10 -0
- package/out/types/data/genBlock/genCreateBlock.js +313 -0
- package/out/types/data/genBlock/genCreateBlock.js.map +1 -0
- package/out/types/data/genBlock/genCurdBlock.d.ts +4 -0
- package/out/types/data/genBlock/genCurdBlock.js +648 -0
- package/out/types/data/genBlock/genCurdBlock.js.map +1 -0
- package/out/types/data/genBlock/genEnumSelectBlock.d.ts +10 -0
- package/out/types/data/genBlock/genEnumSelectBlock.js +23 -0
- package/out/types/data/genBlock/genEnumSelectBlock.js.map +1 -0
- package/out/types/data/genBlock/genGetBlock.d.ts +6 -0
- package/out/types/data/genBlock/genGetBlock.js +151 -0
- package/out/types/data/genBlock/genGetBlock.js.map +1 -0
- package/out/types/data/genBlock/genGridViewBlock.d.ts +136 -0
- package/out/types/data/genBlock/genGridViewBlock.js +263 -0
- package/out/types/data/genBlock/genGridViewBlock.js.map +1 -0
- package/out/types/data/genBlock/genListViewBlock.d.ts +63 -0
- package/out/types/data/genBlock/genListViewBlock.js +110 -0
- package/out/types/data/genBlock/genListViewBlock.js.map +1 -0
- package/out/types/data/genBlock/genQueryComponent.d.ts +316 -0
- package/out/types/data/genBlock/genQueryComponent.js +470 -0
- package/out/types/data/genBlock/genQueryComponent.js.map +1 -0
- package/out/types/data/genBlock/genSelectBlock.d.ts +63 -0
- package/out/types/data/genBlock/genSelectBlock.js +106 -0
- package/out/types/data/genBlock/genSelectBlock.js.map +1 -0
- package/out/types/data/genBlock/genTableBlock.d.ts +136 -0
- package/out/types/data/genBlock/genTableBlock.js +255 -0
- package/out/types/data/genBlock/genTableBlock.js.map +1 -0
- package/out/types/data/genBlock/genUpdateBlock.d.ts +6 -0
- package/out/types/data/genBlock/genUpdateBlock.js +384 -0
- package/out/types/data/genBlock/genUpdateBlock.js.map +1 -0
- package/out/types/data/genBlock/index.d.ts +15 -0
- package/out/types/data/genBlock/index.js +29 -0
- package/out/types/data/genBlock/index.js.map +1 -0
- package/out/types/data/genBlock/utils.d.ts +92 -0
- package/out/types/data/genBlock/utils.js +187 -0
- package/out/types/data/genBlock/utils.js.map +1 -0
- package/out/types/data/genericTypes.d.ts +40 -0
- package/out/types/data/genericTypes.js +145 -0
- package/out/types/data/genericTypes.js.map +1 -0
- package/out/types/data/systemTypes.d.ts +9 -0
- package/out/types/data/systemTypes.js +1516 -0
- package/out/types/data/systemTypes.js.map +1 -0
- package/out/types/decorators/index.d.ts +25 -0
- package/out/types/decorators/index.js +57 -0
- package/out/types/decorators/index.js.map +1 -0
- package/out/types/eventBus.d.ts +1 -0
- package/out/types/eventBus.js +5 -0
- package/out/types/eventBus.js.map +1 -0
- package/out/types/generator/data.d.ts +36 -0
- package/out/types/generator/data.js +197 -0
- package/out/types/generator/data.js.map +1 -0
- package/out/types/generator/hotReload.d.ts +12 -0
- package/out/types/generator/hotReload.js +39 -0
- package/out/types/generator/hotReload.js.map +1 -0
- package/out/types/generator/index.d.ts +4 -0
- package/out/types/generator/index.js +17 -0
- package/out/types/generator/index.js.map +1 -0
- package/out/types/generator/load.d.ts +8 -0
- package/out/types/generator/load.js +92 -0
- package/out/types/generator/load.js.map +1 -0
- package/out/types/generator/page.d.ts +11 -0
- package/out/types/generator/page.js +42 -0
- package/out/types/generator/page.js.map +1 -0
- package/out/types/history.d.ts +10 -0
- package/out/types/history.js +13 -0
- package/out/types/history.js.map +1 -0
- package/out/types/index.d.ts +142 -0
- package/out/types/index.js +221 -0
- package/out/types/index.js.map +1 -0
- package/out/types/logic/BaseVariable.d.ts +75 -0
- package/out/types/logic/BaseVariable.js +159 -0
- package/out/types/logic/BaseVariable.js.map +1 -0
- package/out/types/logic/CallInterface.d.ts +1 -0
- package/out/types/logic/CallInterface.js +9 -0
- package/out/types/logic/CallInterface.js.map +1 -0
- package/out/types/logic/Logic.d.ts +148 -0
- package/out/types/logic/Logic.js +481 -0
- package/out/types/logic/Logic.js.map +1 -0
- package/out/types/logic/LogicItem.d.ts +319 -0
- package/out/types/logic/LogicItem.js +1278 -0
- package/out/types/logic/LogicItem.js.map +1 -0
- package/out/types/logic/Param.d.ts +85 -0
- package/out/types/logic/Param.js +357 -0
- package/out/types/logic/Param.js.map +1 -0
- package/out/types/logic/Return.d.ts +73 -0
- package/out/types/logic/Return.js +326 -0
- package/out/types/logic/Return.js.map +1 -0
- package/out/types/logic/Variable.d.ts +72 -0
- package/out/types/logic/Variable.js +317 -0
- package/out/types/logic/Variable.js.map +1 -0
- package/out/types/logic/expressions/BinaryExpression.d.ts +27 -0
- package/out/types/logic/expressions/BinaryExpression.js +56 -0
- package/out/types/logic/expressions/BinaryExpression.js.map +1 -0
- package/out/types/logic/expressions/BooleanLiteral.d.ts +19 -0
- package/out/types/logic/expressions/BooleanLiteral.js +42 -0
- package/out/types/logic/expressions/BooleanLiteral.js.map +1 -0
- package/out/types/logic/expressions/Identifier.d.ts +28 -0
- package/out/types/logic/expressions/Identifier.js +57 -0
- package/out/types/logic/expressions/Identifier.js.map +1 -0
- package/out/types/logic/expressions/LogicalExpression.d.ts +27 -0
- package/out/types/logic/expressions/LogicalExpression.js +56 -0
- package/out/types/logic/expressions/LogicalExpression.js.map +1 -0
- package/out/types/logic/expressions/MemberExpression.d.ts +23 -0
- package/out/types/logic/expressions/MemberExpression.js +52 -0
- package/out/types/logic/expressions/MemberExpression.js.map +1 -0
- package/out/types/logic/expressions/NullLiteral.d.ts +15 -0
- package/out/types/logic/expressions/NullLiteral.js +35 -0
- package/out/types/logic/expressions/NullLiteral.js.map +1 -0
- package/out/types/logic/expressions/NumericLiteral.d.ts +19 -0
- package/out/types/logic/expressions/NumericLiteral.js +42 -0
- package/out/types/logic/expressions/NumericLiteral.js.map +1 -0
- package/out/types/logic/expressions/StringLiteral.d.ts +19 -0
- package/out/types/logic/expressions/StringLiteral.js +42 -0
- package/out/types/logic/expressions/StringLiteral.js.map +1 -0
- package/out/types/logic/expressions/UnaryExpression.d.ts +23 -0
- package/out/types/logic/expressions/UnaryExpression.js +49 -0
- package/out/types/logic/expressions/UnaryExpression.js.map +1 -0
- package/out/types/logic/expressions/Unparsed.d.ts +19 -0
- package/out/types/logic/expressions/Unparsed.js +42 -0
- package/out/types/logic/expressions/Unparsed.js.map +1 -0
- package/out/types/logic/nodes/AssignmentExpression.d.ts +23 -0
- package/out/types/logic/nodes/AssignmentExpression.js +49 -0
- package/out/types/logic/nodes/AssignmentExpression.js.map +1 -0
- package/out/types/logic/nodes/BuiltInFuncParam.d.ts +27 -0
- package/out/types/logic/nodes/BuiltInFuncParam.js +56 -0
- package/out/types/logic/nodes/BuiltInFuncParam.js.map +1 -0
- package/out/types/logic/nodes/BuiltInFunction.d.ts +24 -0
- package/out/types/logic/nodes/BuiltInFunction.js +55 -0
- package/out/types/logic/nodes/BuiltInFunction.js.map +1 -0
- package/out/types/logic/nodes/CallConsoleLog.d.ts +19 -0
- package/out/types/logic/nodes/CallConsoleLog.js +42 -0
- package/out/types/logic/nodes/CallConsoleLog.js.map +1 -0
- package/out/types/logic/nodes/CallGraphQL.d.ts +28 -0
- package/out/types/logic/nodes/CallGraphQL.js +56 -0
- package/out/types/logic/nodes/CallGraphQL.js.map +1 -0
- package/out/types/logic/nodes/CallInterParam.d.ts +23 -0
- package/out/types/logic/nodes/CallInterParam.js +49 -0
- package/out/types/logic/nodes/CallInterParam.js.map +1 -0
- package/out/types/logic/nodes/CallInterface.d.ts +24 -0
- package/out/types/logic/nodes/CallInterface.js +49 -0
- package/out/types/logic/nodes/CallInterface.js.map +1 -0
- package/out/types/logic/nodes/CallLogic.d.ts +24 -0
- package/out/types/logic/nodes/CallLogic.js +55 -0
- package/out/types/logic/nodes/CallLogic.js.map +1 -0
- package/out/types/logic/nodes/CallMessageShow.d.ts +27 -0
- package/out/types/logic/nodes/CallMessageShow.js +56 -0
- package/out/types/logic/nodes/CallMessageShow.js.map +1 -0
- package/out/types/logic/nodes/Comment.d.ts +19 -0
- package/out/types/logic/nodes/Comment.js +42 -0
- package/out/types/logic/nodes/Comment.js.map +1 -0
- package/out/types/logic/nodes/CronJob.d.ts +19 -0
- package/out/types/logic/nodes/CronJob.js +42 -0
- package/out/types/logic/nodes/CronJob.js.map +1 -0
- package/out/types/logic/nodes/DBQuery.d.ts +19 -0
- package/out/types/logic/nodes/DBQuery.js +42 -0
- package/out/types/logic/nodes/DBQuery.js.map +1 -0
- package/out/types/logic/nodes/Destination.d.ts +32 -0
- package/out/types/logic/nodes/Destination.js +73 -0
- package/out/types/logic/nodes/Destination.js.map +1 -0
- package/out/types/logic/nodes/DestinationParam.d.ts +24 -0
- package/out/types/logic/nodes/DestinationParam.js +49 -0
- package/out/types/logic/nodes/DestinationParam.js.map +1 -0
- package/out/types/logic/nodes/End.d.ts +15 -0
- package/out/types/logic/nodes/End.js +36 -0
- package/out/types/logic/nodes/End.js.map +1 -0
- package/out/types/logic/nodes/ForEachStatement.d.ts +40 -0
- package/out/types/logic/nodes/ForEachStatement.js +77 -0
- package/out/types/logic/nodes/ForEachStatement.js.map +1 -0
- package/out/types/logic/nodes/IfStatement.d.ts +27 -0
- package/out/types/logic/nodes/IfStatement.js +56 -0
- package/out/types/logic/nodes/IfStatement.js.map +1 -0
- package/out/types/logic/nodes/JSBlock.d.ts +19 -0
- package/out/types/logic/nodes/JSBlock.js +46 -0
- package/out/types/logic/nodes/JSBlock.js.map +1 -0
- package/out/types/logic/nodes/JSONDeserialize.d.ts +19 -0
- package/out/types/logic/nodes/JSONDeserialize.js +42 -0
- package/out/types/logic/nodes/JSONDeserialize.js.map +1 -0
- package/out/types/logic/nodes/JSONSerialize.d.ts +19 -0
- package/out/types/logic/nodes/JSONSerialize.js +42 -0
- package/out/types/logic/nodes/JSONSerialize.js.map +1 -0
- package/out/types/logic/nodes/ProcessOutcome.d.ts +27 -0
- package/out/types/logic/nodes/ProcessOutcome.js +56 -0
- package/out/types/logic/nodes/ProcessOutcome.js.map +1 -0
- package/out/types/logic/nodes/Start.d.ts +15 -0
- package/out/types/logic/nodes/Start.js +35 -0
- package/out/types/logic/nodes/Start.js.map +1 -0
- package/out/types/logic/nodes/SwitchCase.d.ts +23 -0
- package/out/types/logic/nodes/SwitchCase.js +49 -0
- package/out/types/logic/nodes/SwitchCase.js.map +1 -0
- package/out/types/logic/nodes/SwitchStatement.d.ts +20 -0
- package/out/types/logic/nodes/SwitchStatement.js +42 -0
- package/out/types/logic/nodes/SwitchStatement.js.map +1 -0
- package/out/types/logic/nodes/TypeNote.d.ts +19 -0
- package/out/types/logic/nodes/TypeNote.js +42 -0
- package/out/types/logic/nodes/TypeNote.js.map +1 -0
- package/out/types/logic/nodes/WhileStatement.d.ts +23 -0
- package/out/types/logic/nodes/WhileStatement.js +49 -0
- package/out/types/logic/nodes/WhileStatement.js.map +1 -0
- package/out/types/logic/tools.d.ts +15 -0
- package/out/types/logic/tools.js +164 -0
- package/out/types/logic/tools.js.map +1 -0
- package/out/types/logic/translator.d.ts +1 -0
- package/out/types/logic/translator.js +595 -0
- package/out/types/logic/translator.js.map +1 -0
- package/out/types/login.d.ts +7 -0
- package/out/types/login.js +39 -0
- package/out/types/login.js.map +1 -0
- package/out/types/nuims/Nuims.d.ts +128 -0
- package/out/types/nuims/Nuims.js +439 -0
- package/out/types/nuims/Nuims.js.map +1 -0
- package/out/types/page/Attr.d.ts +79 -0
- package/out/types/page/Attr.js +217 -0
- package/out/types/page/Attr.js.map +1 -0
- package/out/types/page/Block.d.ts +65 -0
- package/out/types/page/Block.js +82 -0
- package/out/types/page/Block.js.map +1 -0
- package/out/types/page/Directive.d.ts +78 -0
- package/out/types/page/Directive.js +202 -0
- package/out/types/page/Directive.js.map +1 -0
- package/out/types/page/Element.d.ts +239 -0
- package/out/types/page/Element.js +1322 -0
- package/out/types/page/Element.js.map +1 -0
- package/out/types/page/Event.d.ts +63 -0
- package/out/types/page/Event.js +212 -0
- package/out/types/page/Event.js.map +1 -0
- package/out/types/page/Lifecycle.d.ts +58 -0
- package/out/types/page/Lifecycle.js +192 -0
- package/out/types/page/Lifecycle.js.map +1 -0
- package/out/types/page/Page.d.ts +90 -0
- package/out/types/page/Page.js +379 -0
- package/out/types/page/Page.js.map +1 -0
- package/out/types/page/View.d.ts +235 -0
- package/out/types/page/View.js +1065 -0
- package/out/types/page/View.js.map +1 -0
- package/out/types/page/ViewParam.d.ts +72 -0
- package/out/types/page/ViewParam.js +277 -0
- package/out/types/page/ViewParam.js.map +1 -0
- package/out/types/page/ViewVariable.d.ts +73 -0
- package/out/types/page/ViewVariable.js +287 -0
- package/out/types/page/ViewVariable.js.map +1 -0
- package/out/types/process/Process.d.ts +118 -0
- package/out/types/process/Process.js +357 -0
- package/out/types/process/Process.js.map +1 -0
- package/out/types/process/ProcessComponent.d.ts +133 -0
- package/out/types/process/ProcessComponent.js +339 -0
- package/out/types/process/ProcessComponent.js.map +1 -0
- package/out/types/process/ProcessComponentAttribute.d.ts +63 -0
- package/out/types/process/ProcessComponentAttribute.js +163 -0
- package/out/types/process/ProcessComponentAttribute.js.map +1 -0
- package/out/types/process/ProcessComponentProperty.d.ts +37 -0
- package/out/types/process/ProcessComponentProperty.js +81 -0
- package/out/types/process/ProcessComponentProperty.js.map +1 -0
- package/out/types/process/ProcessComponentReturn.d.ts +77 -0
- package/out/types/process/ProcessComponentReturn.js +260 -0
- package/out/types/process/ProcessComponentReturn.js.map +1 -0
- package/out/types/process/ProcessComponentVariable.d.ts +78 -0
- package/out/types/process/ProcessComponentVariable.js +252 -0
- package/out/types/process/ProcessComponentVariable.js.map +1 -0
- package/out/types/process/ProcessInterface.d.ts +112 -0
- package/out/types/process/ProcessInterface.js +227 -0
- package/out/types/process/ProcessInterface.js.map +1 -0
- package/out/types/process/ProcessParam.d.ts +77 -0
- package/out/types/process/ProcessParam.js +259 -0
- package/out/types/process/ProcessParam.js.map +1 -0
- package/out/types/process/ProcessProperty.d.ts +37 -0
- package/out/types/process/ProcessProperty.js +81 -0
- package/out/types/process/ProcessProperty.js.map +1 -0
- package/out/types/process/ProcessReturn.d.ts +73 -0
- package/out/types/process/ProcessReturn.js +237 -0
- package/out/types/process/ProcessReturn.js.map +1 -0
- package/out/types/typeCheck.d.ts +30 -0
- package/out/types/typeCheck.js +81 -0
- package/out/types/typeCheck.js.map +1 -0
- package/out/types/utils/index.d.ts +25 -0
- package/out/types/utils/index.js +81 -0
- package/out/types/utils/index.js.map +1 -0
- package/out/types/utils/logger.d.ts +3 -0
- package/out/types/utils/logger.js +14 -0
- package/out/types/utils/logger.js.map +1 -0
- package/out/types/utils/string.d.ts +34 -0
- package/out/types/utils/string.js +62 -0
- package/out/types/utils/string.js.map +1 -0
- package/out/types/utils/traverse.d.ts +35 -0
- package/out/types/utils/traverse.js +126 -0
- package/out/types/utils/traverse.js.map +1 -0
- package/package.json +64 -0
- package/spec/conceptMap.json +3310 -0
- package/spec/spec.yaml +416 -0
- package/spec-build/index.ts +98 -0
- package/src/routes.map.js +5 -0
- package/src/service/app/api.js +84 -0
- package/src/service/app/index.d.tmp +16 -0
- package/src/service/app/index.js +6 -0
- package/src/service/assets/asset.js +76 -0
- package/src/service/assets/block.js +8 -0
- package/src/service/assets/index.js +7 -0
- package/src/service/common/findUsage.js +8 -0
- package/src/service/common/index.js +6 -0
- package/src/service/common/preprocess.js +54 -0
- package/src/service/common/schema.js +9 -0
- package/src/service/create/add.configs.js +66 -0
- package/src/service/create/errHandles.js +42 -0
- package/src/service/create/index.js +74 -0
- package/src/service/data/api.js +33 -0
- package/src/service/data/entity.js +101 -0
- package/src/service/data/enum.js +53 -0
- package/src/service/data/enumProperty.js +20 -0
- package/src/service/data/generic.js +8 -0
- package/src/service/data/index.js +18 -0
- package/src/service/data/interface.js +56 -0
- package/src/service/data/structure.js +75 -0
- package/src/service/logic/index.js +11 -0
- package/src/service/logic/logic.js +88 -0
- package/src/service/logic/param.js +26 -0
- package/src/service/nuims/api.js +192 -0
- package/src/service/nuims/index.js +13 -0
- package/src/service/page/api.js +1374 -0
- package/src/service/page/attribute.js +20 -0
- package/src/service/page/directive.js +20 -0
- package/src/service/page/element.js +34 -0
- package/src/service/page/event.js +20 -0
- package/src/service/page/index.js +19 -0
- package/src/service/page/lifecycle.js +20 -0
- package/src/service/page/templates.ts +72 -0
- package/src/service/page/view.js +116 -0
- package/src/service/process/api.js +92 -0
- package/src/service/process/index.js +6 -0
- package/src/service/undoredo/api.js +26 -0
- package/src/service/undoredo/index.js +6 -0
- package/src/service/webFile/api.js +32 -0
- package/src/service/webFile/index.d.tmp +62 -0
- package/src/service/webFile/index.js +23 -0
- package/src/service/webFile/loadCache.js +14 -0
- package/src/test/fixtures/env.ts +21 -0
- package/src/test/units/app/App.spec.ts +16 -0
- package/src/test/units/app/Service.spec.ts +31 -0
- package/src/test/units/common/Vertex.spec.ts +25 -0
- package/src/test/units/data/Entity.spec.ts +10 -0
- package/src/test/units/login.spec.ts +10 -0
- package/src/test/units/page/Block.spec.ts +15 -0
- package/src/test/units/page/Element.spec.ts +45 -0
- package/src/test/units/page/example.dashboard.html +46 -0
- package/src/test/units/page/example.view1.html +63 -0
- package/src/test/units/temp/temp.spec.ts +66 -0
- package/src/types/app/App.ts +267 -0
- package/src/types/app/History.ts +388 -0
- package/src/types/app/Service.ts +920 -0
- package/src/types/cacheData.ts +33 -0
- package/src/types/common/ComponentAPI.ts +103 -0
- package/src/types/common/EventEmitter.ts +56 -0
- package/src/types/common/PackageJSON.ts +22 -0
- package/src/types/common/Vertex.ts +265 -0
- package/src/types/config.ts +22 -0
- package/src/types/data/DataNode.ts +37 -0
- package/src/types/data/Entity.ts +516 -0
- package/src/types/data/EntityIndex.ts +238 -0
- package/src/types/data/EntityProperty.ts +507 -0
- package/src/types/data/Enum.ts +235 -0
- package/src/types/data/EnumItem.ts +156 -0
- package/src/types/data/GlobalLogicNode.ts +201 -0
- package/src/types/data/Interface.ts +435 -0
- package/src/types/data/Schema.ts +133 -0
- package/src/types/data/Structure.ts +300 -0
- package/src/types/data/StructureProperty.ts +332 -0
- package/src/types/data/basicTypes.ts +76 -0
- package/src/types/data/dataTypeUtils.ts +426 -0
- package/src/types/data/dataTypes.ts +68 -0
- package/src/types/data/entityUtils.ts +681 -0
- package/src/types/data/genBlock/builtInFunctions.json +545 -0
- package/src/types/data/genBlock/genCallComponentLogic.ts +28 -0
- package/src/types/data/genBlock/genCallInterface.ts +87 -0
- package/src/types/data/genBlock/genCreateBlock.ts +306 -0
- package/src/types/data/genBlock/genCurdBlock.ts +654 -0
- package/src/types/data/genBlock/genEnumSelectBlock.ts +21 -0
- package/src/types/data/genBlock/genGetBlock.ts +160 -0
- package/src/types/data/genBlock/genGridViewBlock.ts +305 -0
- package/src/types/data/genBlock/genListViewBlock.ts +130 -0
- package/src/types/data/genBlock/genQueryComponent.ts +492 -0
- package/src/types/data/genBlock/genSelectBlock.ts +123 -0
- package/src/types/data/genBlock/genTableBlock.ts +300 -0
- package/src/types/data/genBlock/genUpdateBlock.ts +391 -0
- package/src/types/data/genBlock/index.ts +18 -0
- package/src/types/data/genBlock/utils.ts +214 -0
- package/src/types/data/genericTypes.ts +147 -0
- package/src/types/data/systemTypes.ts +1515 -0
- package/src/types/decorators/index.ts +52 -0
- package/src/types/generator/data.ts +206 -0
- package/src/types/generator/hotReload.ts +31 -0
- package/src/types/generator/index.ts +4 -0
- package/src/types/generator/load.ts +97 -0
- package/src/types/generator/page.ts +37 -0
- package/src/types/history.ts +14 -0
- package/src/types/index.ts +161 -0
- package/src/types/logic/BaseVariable.ts +130 -0
- package/src/types/logic/Logic.ts +442 -0
- package/src/types/logic/LogicItem.ts +1257 -0
- package/src/types/logic/Param.ts +328 -0
- package/src/types/logic/Return.ts +305 -0
- package/src/types/logic/Variable.ts +294 -0
- package/src/types/logic/expressions/BinaryExpression.ts +35 -0
- package/src/types/logic/expressions/BooleanLiteral.ts +25 -0
- package/src/types/logic/expressions/Identifier.ts +36 -0
- package/src/types/logic/expressions/LogicalExpression.ts +35 -0
- package/src/types/logic/expressions/MemberExpression.ts +33 -0
- package/src/types/logic/expressions/NullLiteral.ts +20 -0
- package/src/types/logic/expressions/NumericLiteral.ts +25 -0
- package/src/types/logic/expressions/StringLiteral.ts +25 -0
- package/src/types/logic/expressions/UnaryExpression.ts +30 -0
- package/src/types/logic/expressions/Unparsed.ts +25 -0
- package/src/types/logic/nodes/AssignmentExpression.ts +30 -0
- package/src/types/logic/nodes/BuiltInFuncParam.ts +35 -0
- package/src/types/logic/nodes/BuiltInFunction.ts +39 -0
- package/src/types/logic/nodes/CallConsoleLog.ts +25 -0
- package/src/types/logic/nodes/CallGraphQL.ts +36 -0
- package/src/types/logic/nodes/CallInterParam.ts +30 -0
- package/src/types/logic/nodes/CallInterface.ts +31 -0
- package/src/types/logic/nodes/CallLogic.ts +39 -0
- package/src/types/logic/nodes/CallMessageShow.ts +35 -0
- package/src/types/logic/nodes/Comment.ts +25 -0
- package/src/types/logic/nodes/CronJob.ts +25 -0
- package/src/types/logic/nodes/DBQuery.ts +25 -0
- package/src/types/logic/nodes/Destination.ts +52 -0
- package/src/types/logic/nodes/DestinationParam.ts +31 -0
- package/src/types/logic/nodes/End.ts +21 -0
- package/src/types/logic/nodes/ForEachStatement.ts +52 -0
- package/src/types/logic/nodes/IfStatement.ts +35 -0
- package/src/types/logic/nodes/JSBlock.ts +29 -0
- package/src/types/logic/nodes/JSONDeserialize.ts +25 -0
- package/src/types/logic/nodes/JSONSerialize.ts +25 -0
- package/src/types/logic/nodes/ProcessOutcome.ts +35 -0
- package/src/types/logic/nodes/Start.ts +20 -0
- package/src/types/logic/nodes/SwitchCase.ts +30 -0
- package/src/types/logic/nodes/SwitchStatement.ts +26 -0
- package/src/types/logic/nodes/TypeNote.ts +25 -0
- package/src/types/logic/nodes/WhileStatement.ts +30 -0
- package/src/types/logic/tools.js +170 -0
- package/src/types/logic/translator.js +636 -0
- package/src/types/logic/translator_backup.js +643 -0
- package/src/types/login.ts +36 -0
- package/src/types/nuims/Nuims.ts +493 -0
- package/src/types/page/Attr.ts +217 -0
- package/src/types/page/Block.ts +103 -0
- package/src/types/page/Directive.ts +208 -0
- package/src/types/page/Element.ts +1320 -0
- package/src/types/page/Event.ts +191 -0
- package/src/types/page/Lifecycle.ts +172 -0
- package/src/types/page/Page.ts +363 -0
- package/src/types/page/View.ts +1089 -0
- package/src/types/page/ViewParam.ts +265 -0
- package/src/types/page/ViewVariable.ts +274 -0
- package/src/types/process/Process.ts +306 -0
- package/src/types/process/ProcessComponent.ts +276 -0
- package/src/types/process/ProcessComponentAttribute.ts +131 -0
- package/src/types/process/ProcessComponentProperty.ts +68 -0
- package/src/types/process/ProcessComponentReturn.ts +235 -0
- package/src/types/process/ProcessComponentVariable.ts +225 -0
- package/src/types/process/ProcessInterface.ts +175 -0
- package/src/types/process/ProcessParam.ts +234 -0
- package/src/types/process/ProcessProperty.ts +69 -0
- package/src/types/process/ProcessReturn.ts +210 -0
- package/src/types/typeCheck.ts +109 -0
- package/src/types/utils/index.ts +82 -0
- package/src/types/utils/logger.ts +8 -0
- package/src/types/utils/string.ts +56 -0
- package/src/types/utils/traverse.ts +160 -0
- package/src/views/components/lcap-json-view/README.md +80 -0
- package/src/views/components/lcap-json-view/index.js +9 -0
- package/src/views/components/lcap-json-view/index.vue +61 -0
- package/src/views/components/lcap-json-view/node.vue +328 -0
- package/src/views/components/lcap-json-view/utils.js +41 -0
- package/src/views/examples/index.vue +44 -0
- package/src/views/examples/logic.json +1576 -0
- package/src/views/index.vue +28 -0
- package/src/views/specification/README.md +10 -0
- package/src/views/specification/conceptTree.js +1179 -0
- package/src/views/specification/index.vue +255 -0
- package/src/views/theme.css +138 -0
- package/tsconfig.json +34 -0
|
@@ -0,0 +1,1272 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>Block | @lcap/asl</title>
|
|
7
|
+
<meta name="description" content="Documentation for @lcap/asl">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<header>
|
|
14
|
+
<div class="tsd-page-toolbar">
|
|
15
|
+
<div class="container">
|
|
16
|
+
<div class="table-wrap">
|
|
17
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
+
<div class="field">
|
|
19
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
+
<input id="tsd-search-field" type="text" />
|
|
21
|
+
</div>
|
|
22
|
+
<ul class="results">
|
|
23
|
+
<li class="state loading">Preparing search index...</li>
|
|
24
|
+
<li class="state failure">The search index is not available</li>
|
|
25
|
+
</ul>
|
|
26
|
+
<a href="../index.html" class="title">@lcap/asl</a>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="table-cell" id="tsd-widgets">
|
|
29
|
+
<div id="tsd-filter">
|
|
30
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
+
<div class="tsd-filter-group">
|
|
32
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
+
<span class="tsd-select-label">All</span>
|
|
34
|
+
<ul class="tsd-select-list">
|
|
35
|
+
<li data-value="public">Public</li>
|
|
36
|
+
<li data-value="protected">Public/Protected</li>
|
|
37
|
+
<li data-value="private" class="selected">All</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
+
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
+
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="tsd-page-title">
|
|
52
|
+
<div class="container">
|
|
53
|
+
<ul class="tsd-breadcrumb">
|
|
54
|
+
<li>
|
|
55
|
+
<a href="../modules.html">@lcap/asl</a>
|
|
56
|
+
</li>
|
|
57
|
+
<li>
|
|
58
|
+
<a href="../modules/page_block.html">page/Block</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="page_block.block.html">Block</a>
|
|
62
|
+
</li>
|
|
63
|
+
</ul>
|
|
64
|
+
<h1>Class Block</h1>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
</header>
|
|
68
|
+
<div class="container container-main">
|
|
69
|
+
<div class="row">
|
|
70
|
+
<div class="col-8 col-content">
|
|
71
|
+
<section class="tsd-panel tsd-comment">
|
|
72
|
+
<div class="tsd-comment tsd-typography">
|
|
73
|
+
<div class="lead">
|
|
74
|
+
<p>区块类</p>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
</section>
|
|
78
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
79
|
+
<h3>Hierarchy</h3>
|
|
80
|
+
<ul class="tsd-hierarchy">
|
|
81
|
+
<li>
|
|
82
|
+
<a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a>
|
|
83
|
+
<ul class="tsd-hierarchy">
|
|
84
|
+
<li>
|
|
85
|
+
<span class="target">Block</span>
|
|
86
|
+
<ul class="tsd-hierarchy">
|
|
87
|
+
<li>
|
|
88
|
+
<a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a>
|
|
89
|
+
</li>
|
|
90
|
+
</ul>
|
|
91
|
+
</li>
|
|
92
|
+
</ul>
|
|
93
|
+
</li>
|
|
94
|
+
</ul>
|
|
95
|
+
</section>
|
|
96
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
97
|
+
<h2>Index</h2>
|
|
98
|
+
<section class="tsd-panel tsd-index-panel">
|
|
99
|
+
<div class="tsd-index-content">
|
|
100
|
+
<section class="tsd-index-section ">
|
|
101
|
+
<h3>Constructors</h3>
|
|
102
|
+
<ul class="tsd-index-list">
|
|
103
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
104
|
+
</ul>
|
|
105
|
+
</section>
|
|
106
|
+
<section class="tsd-index-section ">
|
|
107
|
+
<h3>Properties</h3>
|
|
108
|
+
<ul class="tsd-index-list">
|
|
109
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_block.block.html#_def" class="tsd-kind-icon">$def</a></li>
|
|
110
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_block.block.html#_html" class="tsd-kind-icon">$html</a></li>
|
|
111
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="page_block.block.html#json_excluded_keys" class="tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS</a></li>
|
|
112
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#_cachetimestamp" class="tsd-kind-icon">_cache<wbr>Timestamp</a></li>
|
|
113
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="page_block.block.html#_mutable" class="tsd-kind-icon">_mutable</a></li>
|
|
114
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#_uuid" class="tsd-kind-icon">_uuid</a></li>
|
|
115
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#createdby" class="tsd-kind-icon">created<wbr>By</a></li>
|
|
116
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#createdtime" class="tsd-kind-icon">created<wbr>Time</a></li>
|
|
117
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_block.block.html#definition" class="tsd-kind-icon">definition</a></li>
|
|
118
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#editable" class="tsd-kind-icon">editable</a></li>
|
|
119
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#editing" class="tsd-kind-icon">editing</a></li>
|
|
120
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#expanded" class="tsd-kind-icon">expanded</a></li>
|
|
121
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="page_block.block.html#id" class="tsd-kind-icon">id</a></li>
|
|
122
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#ideversion" class="tsd-kind-icon">ide<wbr>Version</a></li>
|
|
123
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#isleaf" class="tsd-kind-icon">is<wbr>Leaf</a></li>
|
|
124
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="page_block.block.html#level" class="tsd-kind-icon">level</a></li>
|
|
125
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#loading" class="tsd-kind-icon">loading</a></li>
|
|
126
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="page_block.block.html#name" class="tsd-kind-icon">name</a></li>
|
|
127
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_block.block.html#script" class="tsd-kind-icon">script</a></li>
|
|
128
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_block.block.html#style" class="tsd-kind-icon">style</a></li>
|
|
129
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_block.block.html#template" class="tsd-kind-icon">template</a></li>
|
|
130
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_block.block.html#title" class="tsd-kind-icon">title</a></li>
|
|
131
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#updatedby" class="tsd-kind-icon">updated<wbr>By</a></li>
|
|
132
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#updatedtime" class="tsd-kind-icon">updated<wbr>Time</a></li>
|
|
133
|
+
</ul>
|
|
134
|
+
</section>
|
|
135
|
+
<section class="tsd-index-section ">
|
|
136
|
+
<h3>Methods</h3>
|
|
137
|
+
<ul class="tsd-index-list">
|
|
138
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#assign" class="tsd-kind-icon">assign</a></li>
|
|
139
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#deeppick" class="tsd-kind-icon">deep<wbr>Pick</a></li>
|
|
140
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#emit" class="tsd-kind-icon">emit</a></li>
|
|
141
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#emitvertexidtonamechange" class="tsd-kind-icon">emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</a></li>
|
|
142
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#findusage" class="tsd-kind-icon">find<wbr>Usage</a></li>
|
|
143
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#off" class="tsd-kind-icon">off</a></li>
|
|
144
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#on" class="tsd-kind-icon">on</a></li>
|
|
145
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#once" class="tsd-kind-icon">once</a></li>
|
|
146
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_block.block.html#parseall" class="tsd-kind-icon">parse<wbr>All</a></li>
|
|
147
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_block.block.html#parsedefinition" class="tsd-kind-icon">parse<wbr>Definition</a></li>
|
|
148
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_block.block.html#parsetemplate" class="tsd-kind-icon">parse<wbr>Template</a></li>
|
|
149
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#pick" class="tsd-kind-icon">pick</a></li>
|
|
150
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#plainassign" class="tsd-kind-icon">plain<wbr>Assign</a></li>
|
|
151
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#tojson" class="tsd-kind-icon">toJSON</a></li>
|
|
152
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_block.block.html#toplainjson" class="tsd-kind-icon">to<wbr>PlainJSON</a></li>
|
|
153
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="page_block.block.html#getvertexbyref" class="tsd-kind-icon">get<wbr>Vertex<wbr>ByRef</a></li>
|
|
154
|
+
</ul>
|
|
155
|
+
</section>
|
|
156
|
+
</div>
|
|
157
|
+
</section>
|
|
158
|
+
</section>
|
|
159
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
160
|
+
<h2>Constructors</h2>
|
|
161
|
+
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
162
|
+
<a name="constructor" class="tsd-anchor"></a>
|
|
163
|
+
<h3>constructor</h3>
|
|
164
|
+
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
165
|
+
<li class="tsd-signature tsd-kind-icon">new <wbr>Block<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><a href="page_block.block.html" class="tsd-signature-type" data-tsd-kind="Class">Block</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="page_block.block.html" class="tsd-signature-type" data-tsd-kind="Class">Block</a></li>
|
|
166
|
+
</ul>
|
|
167
|
+
<ul class="tsd-descriptions">
|
|
168
|
+
<li class="tsd-description">
|
|
169
|
+
<aside class="tsd-sources">
|
|
170
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#constructor">constructor</a></p>
|
|
171
|
+
<ul>
|
|
172
|
+
<li>Defined in page/Block.ts:68</li>
|
|
173
|
+
</ul>
|
|
174
|
+
</aside>
|
|
175
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
176
|
+
<ul class="tsd-parameters">
|
|
177
|
+
<li>
|
|
178
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> source: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><a href="page_block.block.html" class="tsd-signature-type" data-tsd-kind="Class">Block</a><span class="tsd-signature-symbol">></span></h5>
|
|
179
|
+
<div class="tsd-comment tsd-typography">
|
|
180
|
+
<p>需要合并的部分参数</p>
|
|
181
|
+
</div>
|
|
182
|
+
</li>
|
|
183
|
+
</ul>
|
|
184
|
+
<h4 class="tsd-returns-title">Returns <a href="page_block.block.html" class="tsd-signature-type" data-tsd-kind="Class">Block</a></h4>
|
|
185
|
+
</li>
|
|
186
|
+
</ul>
|
|
187
|
+
</section>
|
|
188
|
+
</section>
|
|
189
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
190
|
+
<h2>Properties</h2>
|
|
191
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
192
|
+
<a name="_def" class="tsd-anchor"></a>
|
|
193
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> $def</h3>
|
|
194
|
+
<div class="tsd-signature tsd-kind-icon">$def<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>lifecycles<span class="tsd-signature-symbol">: </span><a href="page_lifecycle.lifecycle.html" class="tsd-signature-type" data-tsd-kind="Class">Lifecycle</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>logics<span class="tsd-signature-symbol">: </span><a href="logic_logic.logic.html" class="tsd-signature-type" data-tsd-kind="Class">Logic</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>params<span class="tsd-signature-symbol">: </span><a href="page_viewparam.viewparam.html" class="tsd-signature-type" data-tsd-kind="Class">ViewParam</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>variables<span class="tsd-signature-symbol">: </span><a href="logic_variable.variable.html" class="tsd-signature-type" data-tsd-kind="Class">Variable</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
195
|
+
<aside class="tsd-sources">
|
|
196
|
+
<ul>
|
|
197
|
+
<li>Defined in page/Block.ts:46</li>
|
|
198
|
+
</ul>
|
|
199
|
+
</aside>
|
|
200
|
+
<div class="tsd-comment tsd-typography">
|
|
201
|
+
<div class="lead">
|
|
202
|
+
<p>逻辑相关定义</p>
|
|
203
|
+
</div>
|
|
204
|
+
</div>
|
|
205
|
+
<div class="tsd-type-declaration">
|
|
206
|
+
<h4>Type declaration</h4>
|
|
207
|
+
<ul class="tsd-parameters">
|
|
208
|
+
<li class="tsd-parameter">
|
|
209
|
+
<h5>lifecycles<span class="tsd-signature-symbol">: </span><a href="page_lifecycle.lifecycle.html" class="tsd-signature-type" data-tsd-kind="Class">Lifecycle</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
210
|
+
</li>
|
|
211
|
+
<li class="tsd-parameter">
|
|
212
|
+
<h5>logics<span class="tsd-signature-symbol">: </span><a href="logic_logic.logic.html" class="tsd-signature-type" data-tsd-kind="Class">Logic</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
213
|
+
</li>
|
|
214
|
+
<li class="tsd-parameter">
|
|
215
|
+
<h5>params<span class="tsd-signature-symbol">: </span><a href="page_viewparam.viewparam.html" class="tsd-signature-type" data-tsd-kind="Class">ViewParam</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
216
|
+
</li>
|
|
217
|
+
<li class="tsd-parameter">
|
|
218
|
+
<h5>variables<span class="tsd-signature-symbol">: </span><a href="logic_variable.variable.html" class="tsd-signature-type" data-tsd-kind="Class">Variable</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
219
|
+
</li>
|
|
220
|
+
</ul>
|
|
221
|
+
</div>
|
|
222
|
+
</section>
|
|
223
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
224
|
+
<a name="_html" class="tsd-anchor"></a>
|
|
225
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> $html</h3>
|
|
226
|
+
<div class="tsd-signature tsd-kind-icon">$html<span class="tsd-signature-symbol">:</span> <a href="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a></div>
|
|
227
|
+
<aside class="tsd-sources">
|
|
228
|
+
<ul>
|
|
229
|
+
<li>Defined in page/Block.ts:36</li>
|
|
230
|
+
</ul>
|
|
231
|
+
</aside>
|
|
232
|
+
<div class="tsd-comment tsd-typography">
|
|
233
|
+
<div class="lead">
|
|
234
|
+
<p>模板 AST</p>
|
|
235
|
+
</div>
|
|
236
|
+
</div>
|
|
237
|
+
</section>
|
|
238
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
239
|
+
<a name="json_excluded_keys" class="tsd-anchor"></a>
|
|
240
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> JSON_<wbr>EXCLUDED_<wbr>KEYS</h3>
|
|
241
|
+
<div class="tsd-signature tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Set</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></div>
|
|
242
|
+
<aside class="tsd-sources">
|
|
243
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#json_excluded_keys">JSON_EXCLUDED_KEYS</a></p>
|
|
244
|
+
<ul>
|
|
245
|
+
<li>Defined in common/Vertex.ts:27</li>
|
|
246
|
+
</ul>
|
|
247
|
+
</aside>
|
|
248
|
+
<div class="tsd-comment tsd-typography">
|
|
249
|
+
<div class="lead">
|
|
250
|
+
<p>toJSON 时需要去除的键,为了避免出现 CircularJSON</p>
|
|
251
|
+
</div>
|
|
252
|
+
</div>
|
|
253
|
+
</section>
|
|
254
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
255
|
+
<a name="_cachetimestamp" class="tsd-anchor"></a>
|
|
256
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> _cache<wbr>Timestamp</h3>
|
|
257
|
+
<div class="tsd-signature tsd-kind-icon">_cache<wbr>Timestamp<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
258
|
+
<aside class="tsd-sources">
|
|
259
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#_cachetimestamp">_cacheTimestamp</a></p>
|
|
260
|
+
<ul>
|
|
261
|
+
<li>Defined in common/Vertex.ts:43</li>
|
|
262
|
+
</ul>
|
|
263
|
+
</aside>
|
|
264
|
+
<div class="tsd-comment tsd-typography">
|
|
265
|
+
<div class="lead">
|
|
266
|
+
<p>前端记录缓存的时间戳</p>
|
|
267
|
+
</div>
|
|
268
|
+
</div>
|
|
269
|
+
</section>
|
|
270
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
271
|
+
<a name="_mutable" class="tsd-anchor"></a>
|
|
272
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _mutable</h3>
|
|
273
|
+
<div class="tsd-signature tsd-kind-icon">_mutable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div>
|
|
274
|
+
<aside class="tsd-sources">
|
|
275
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#_mutable">_mutable</a></p>
|
|
276
|
+
<ul>
|
|
277
|
+
<li>Defined in common/Vertex.ts:17</li>
|
|
278
|
+
</ul>
|
|
279
|
+
</aside>
|
|
280
|
+
<div class="tsd-comment tsd-typography">
|
|
281
|
+
<div class="lead">
|
|
282
|
+
<p>可修改标志,内部属性
|
|
283
|
+
标记在构造函数结束后是否可修改</p>
|
|
284
|
+
</div>
|
|
285
|
+
</div>
|
|
286
|
+
</section>
|
|
287
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
288
|
+
<a name="_uuid" class="tsd-anchor"></a>
|
|
289
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> _uuid</h3>
|
|
290
|
+
<div class="tsd-signature tsd-kind-icon">_uuid<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
291
|
+
<aside class="tsd-sources">
|
|
292
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#_uuid">_uuid</a></p>
|
|
293
|
+
<ul>
|
|
294
|
+
<li>Defined in common/Vertex.ts:38</li>
|
|
295
|
+
</ul>
|
|
296
|
+
</aside>
|
|
297
|
+
<div class="tsd-comment tsd-typography">
|
|
298
|
+
<div class="lead">
|
|
299
|
+
<p>唯一 uuid
|
|
300
|
+
目前主要用于前端 Debug 区分两个实例</p>
|
|
301
|
+
</div>
|
|
302
|
+
</div>
|
|
303
|
+
</section>
|
|
304
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
305
|
+
<a name="createdby" class="tsd-anchor"></a>
|
|
306
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> created<wbr>By</h3>
|
|
307
|
+
<div class="tsd-signature tsd-kind-icon">created<wbr>By<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
308
|
+
<aside class="tsd-sources">
|
|
309
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#createdby">createdBy</a></p>
|
|
310
|
+
<ul>
|
|
311
|
+
<li>Defined in common/Vertex.ts:53</li>
|
|
312
|
+
</ul>
|
|
313
|
+
</aside>
|
|
314
|
+
<div class="tsd-comment tsd-typography">
|
|
315
|
+
<div class="lead">
|
|
316
|
+
<p>创建人</p>
|
|
317
|
+
</div>
|
|
318
|
+
</div>
|
|
319
|
+
</section>
|
|
320
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
321
|
+
<a name="createdtime" class="tsd-anchor"></a>
|
|
322
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> created<wbr>Time</h3>
|
|
323
|
+
<div class="tsd-signature tsd-kind-icon">created<wbr>Time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
324
|
+
<aside class="tsd-sources">
|
|
325
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#createdtime">createdTime</a></p>
|
|
326
|
+
<ul>
|
|
327
|
+
<li>Defined in common/Vertex.ts:58</li>
|
|
328
|
+
</ul>
|
|
329
|
+
</aside>
|
|
330
|
+
<div class="tsd-comment tsd-typography">
|
|
331
|
+
<div class="lead">
|
|
332
|
+
<p>创建时间</p>
|
|
333
|
+
</div>
|
|
334
|
+
</div>
|
|
335
|
+
</section>
|
|
336
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
337
|
+
<a name="definition" class="tsd-anchor"></a>
|
|
338
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> definition</h3>
|
|
339
|
+
<div class="tsd-signature tsd-kind-icon">definition<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
340
|
+
<aside class="tsd-sources">
|
|
341
|
+
<ul>
|
|
342
|
+
<li>Defined in page/Block.ts:41</li>
|
|
343
|
+
</ul>
|
|
344
|
+
</aside>
|
|
345
|
+
<div class="tsd-comment tsd-typography">
|
|
346
|
+
<div class="lead">
|
|
347
|
+
<p>定义源码</p>
|
|
348
|
+
</div>
|
|
349
|
+
</div>
|
|
350
|
+
</section>
|
|
351
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
352
|
+
<a name="editable" class="tsd-anchor"></a>
|
|
353
|
+
<h3>editable</h3>
|
|
354
|
+
<div class="tsd-signature tsd-kind-icon">editable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div>
|
|
355
|
+
<aside class="tsd-sources">
|
|
356
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#editable">editable</a></p>
|
|
357
|
+
<ul>
|
|
358
|
+
<li>Defined in common/Vertex.ts:77</li>
|
|
359
|
+
</ul>
|
|
360
|
+
</aside>
|
|
361
|
+
<div class="tsd-comment tsd-typography">
|
|
362
|
+
<div class="lead">
|
|
363
|
+
<p>是否可编辑</p>
|
|
364
|
+
</div>
|
|
365
|
+
</div>
|
|
366
|
+
</section>
|
|
367
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
368
|
+
<a name="editing" class="tsd-anchor"></a>
|
|
369
|
+
<h3>editing</h3>
|
|
370
|
+
<div class="tsd-signature tsd-kind-icon">editing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
|
|
371
|
+
<aside class="tsd-sources">
|
|
372
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#editing">editing</a></p>
|
|
373
|
+
<ul>
|
|
374
|
+
<li>Defined in common/Vertex.ts:83</li>
|
|
375
|
+
</ul>
|
|
376
|
+
</aside>
|
|
377
|
+
<div class="tsd-comment tsd-typography">
|
|
378
|
+
<div class="lead">
|
|
379
|
+
<p>是否正在编辑
|
|
380
|
+
前端 UI 状态</p>
|
|
381
|
+
</div>
|
|
382
|
+
</div>
|
|
383
|
+
</section>
|
|
384
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
385
|
+
<a name="expanded" class="tsd-anchor"></a>
|
|
386
|
+
<h3>expanded</h3>
|
|
387
|
+
<div class="tsd-signature tsd-kind-icon">expanded<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
|
|
388
|
+
<aside class="tsd-sources">
|
|
389
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#expanded">expanded</a></p>
|
|
390
|
+
<ul>
|
|
391
|
+
<li>Defined in common/Vertex.ts:95</li>
|
|
392
|
+
</ul>
|
|
393
|
+
</aside>
|
|
394
|
+
<div class="tsd-comment tsd-typography">
|
|
395
|
+
<div class="lead">
|
|
396
|
+
<p>节点是否为展开状态
|
|
397
|
+
前端 UI 状态</p>
|
|
398
|
+
</div>
|
|
399
|
+
</div>
|
|
400
|
+
</section>
|
|
401
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
402
|
+
<a name="id" class="tsd-anchor"></a>
|
|
403
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> id</h3>
|
|
404
|
+
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
405
|
+
<aside class="tsd-sources">
|
|
406
|
+
<p>Overrides <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#id">id</a></p>
|
|
407
|
+
<ul>
|
|
408
|
+
<li>Defined in page/Block.ts:17</li>
|
|
409
|
+
</ul>
|
|
410
|
+
</aside>
|
|
411
|
+
<div class="tsd-comment tsd-typography">
|
|
412
|
+
<div class="lead">
|
|
413
|
+
<p>子页面 Id</p>
|
|
414
|
+
</div>
|
|
415
|
+
</div>
|
|
416
|
+
</section>
|
|
417
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
418
|
+
<a name="ideversion" class="tsd-anchor"></a>
|
|
419
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> ide<wbr>Version</h3>
|
|
420
|
+
<div class="tsd-signature tsd-kind-icon">ide<wbr>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
421
|
+
<aside class="tsd-sources">
|
|
422
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#ideversion">ideVersion</a></p>
|
|
423
|
+
<ul>
|
|
424
|
+
<li>Defined in common/Vertex.ts:73</li>
|
|
425
|
+
</ul>
|
|
426
|
+
</aside>
|
|
427
|
+
<div class="tsd-comment tsd-typography">
|
|
428
|
+
<div class="lead">
|
|
429
|
+
<p>IDE 版本</p>
|
|
430
|
+
</div>
|
|
431
|
+
</div>
|
|
432
|
+
</section>
|
|
433
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
434
|
+
<a name="isleaf" class="tsd-anchor"></a>
|
|
435
|
+
<h3>is<wbr>Leaf</h3>
|
|
436
|
+
<div class="tsd-signature tsd-kind-icon">is<wbr>Leaf<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
|
|
437
|
+
<aside class="tsd-sources">
|
|
438
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#isleaf">isLeaf</a></p>
|
|
439
|
+
<ul>
|
|
440
|
+
<li>Defined in common/Vertex.ts:101</li>
|
|
441
|
+
</ul>
|
|
442
|
+
</aside>
|
|
443
|
+
<div class="tsd-comment tsd-typography">
|
|
444
|
+
<div class="lead">
|
|
445
|
+
<p>是否为叶子节点
|
|
446
|
+
前端 UI 状态</p>
|
|
447
|
+
</div>
|
|
448
|
+
</div>
|
|
449
|
+
</section>
|
|
450
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
451
|
+
<a name="level" class="tsd-anchor"></a>
|
|
452
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> level</h3>
|
|
453
|
+
<div class="tsd-signature tsd-kind-icon">level<span class="tsd-signature-symbol">:</span> <a href="../enums/index.level_enum.html" class="tsd-signature-type" data-tsd-kind="Enumeration">LEVEL_ENUM</a><span class="tsd-signature-symbol"> = ...</span></div>
|
|
454
|
+
<aside class="tsd-sources">
|
|
455
|
+
<p>Overrides <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#level">level</a></p>
|
|
456
|
+
<ul>
|
|
457
|
+
<li>Defined in page/Block.ts:12</li>
|
|
458
|
+
</ul>
|
|
459
|
+
</aside>
|
|
460
|
+
<div class="tsd-comment tsd-typography">
|
|
461
|
+
<div class="lead">
|
|
462
|
+
<p>概念类型</p>
|
|
463
|
+
</div>
|
|
464
|
+
</div>
|
|
465
|
+
</section>
|
|
466
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
467
|
+
<a name="loading" class="tsd-anchor"></a>
|
|
468
|
+
<h3>loading</h3>
|
|
469
|
+
<div class="tsd-signature tsd-kind-icon">loading<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
|
|
470
|
+
<aside class="tsd-sources">
|
|
471
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#loading">loading</a></p>
|
|
472
|
+
<ul>
|
|
473
|
+
<li>Defined in common/Vertex.ts:89</li>
|
|
474
|
+
</ul>
|
|
475
|
+
</aside>
|
|
476
|
+
<div class="tsd-comment tsd-typography">
|
|
477
|
+
<div class="lead">
|
|
478
|
+
<p>是否正在请求
|
|
479
|
+
前端 UI 状态</p>
|
|
480
|
+
</div>
|
|
481
|
+
</div>
|
|
482
|
+
</section>
|
|
483
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
484
|
+
<a name="name" class="tsd-anchor"></a>
|
|
485
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> name</h3>
|
|
486
|
+
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
487
|
+
<aside class="tsd-sources">
|
|
488
|
+
<p>Overrides <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#name">name</a></p>
|
|
489
|
+
<ul>
|
|
490
|
+
<li>Defined in page/Block.ts:22</li>
|
|
491
|
+
</ul>
|
|
492
|
+
</aside>
|
|
493
|
+
<div class="tsd-comment tsd-typography">
|
|
494
|
+
<div class="lead">
|
|
495
|
+
<p>子页面标识(路径)</p>
|
|
496
|
+
</div>
|
|
497
|
+
</div>
|
|
498
|
+
</section>
|
|
499
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
500
|
+
<a name="script" class="tsd-anchor"></a>
|
|
501
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> script</h3>
|
|
502
|
+
<div class="tsd-signature tsd-kind-icon">script<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
503
|
+
<aside class="tsd-sources">
|
|
504
|
+
<ul>
|
|
505
|
+
<li>Defined in page/Block.ts:68</li>
|
|
506
|
+
</ul>
|
|
507
|
+
</aside>
|
|
508
|
+
<div class="tsd-comment tsd-typography">
|
|
509
|
+
<div class="lead">
|
|
510
|
+
<p>逻辑补充
|
|
511
|
+
最好直接使用逻辑 ASL,这里只是偶尔做代码补充</p>
|
|
512
|
+
</div>
|
|
513
|
+
</div>
|
|
514
|
+
</section>
|
|
515
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
516
|
+
<a name="style" class="tsd-anchor"></a>
|
|
517
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> style</h3>
|
|
518
|
+
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
519
|
+
<aside class="tsd-sources">
|
|
520
|
+
<ul>
|
|
521
|
+
<li>Defined in page/Block.ts:62</li>
|
|
522
|
+
</ul>
|
|
523
|
+
</aside>
|
|
524
|
+
<div class="tsd-comment tsd-typography">
|
|
525
|
+
<div class="lead">
|
|
526
|
+
<p>样式补充
|
|
527
|
+
最好直接在标签上添加逻辑,这里只是偶尔做额外补充</p>
|
|
528
|
+
</div>
|
|
529
|
+
</div>
|
|
530
|
+
</section>
|
|
531
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
532
|
+
<a name="template" class="tsd-anchor"></a>
|
|
533
|
+
<h3>template</h3>
|
|
534
|
+
<div class="tsd-signature tsd-kind-icon">template<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
535
|
+
<aside class="tsd-sources">
|
|
536
|
+
<ul>
|
|
537
|
+
<li>Defined in page/Block.ts:31</li>
|
|
538
|
+
</ul>
|
|
539
|
+
</aside>
|
|
540
|
+
<div class="tsd-comment tsd-typography">
|
|
541
|
+
<div class="lead">
|
|
542
|
+
<p>模板源码</p>
|
|
543
|
+
</div>
|
|
544
|
+
</div>
|
|
545
|
+
</section>
|
|
546
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
547
|
+
<a name="title" class="tsd-anchor"></a>
|
|
548
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> title</h3>
|
|
549
|
+
<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
550
|
+
<aside class="tsd-sources">
|
|
551
|
+
<ul>
|
|
552
|
+
<li>Defined in page/Block.ts:27</li>
|
|
553
|
+
</ul>
|
|
554
|
+
</aside>
|
|
555
|
+
<div class="tsd-comment tsd-typography">
|
|
556
|
+
<div class="lead">
|
|
557
|
+
<p>标题</p>
|
|
558
|
+
</div>
|
|
559
|
+
</div>
|
|
560
|
+
</section>
|
|
561
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
562
|
+
<a name="updatedby" class="tsd-anchor"></a>
|
|
563
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> updated<wbr>By</h3>
|
|
564
|
+
<div class="tsd-signature tsd-kind-icon">updated<wbr>By<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
565
|
+
<aside class="tsd-sources">
|
|
566
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#updatedby">updatedBy</a></p>
|
|
567
|
+
<ul>
|
|
568
|
+
<li>Defined in common/Vertex.ts:63</li>
|
|
569
|
+
</ul>
|
|
570
|
+
</aside>
|
|
571
|
+
<div class="tsd-comment tsd-typography">
|
|
572
|
+
<div class="lead">
|
|
573
|
+
<p>修改人</p>
|
|
574
|
+
</div>
|
|
575
|
+
</div>
|
|
576
|
+
</section>
|
|
577
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
578
|
+
<a name="updatedtime" class="tsd-anchor"></a>
|
|
579
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> updated<wbr>Time</h3>
|
|
580
|
+
<div class="tsd-signature tsd-kind-icon">updated<wbr>Time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
581
|
+
<aside class="tsd-sources">
|
|
582
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#updatedtime">updatedTime</a></p>
|
|
583
|
+
<ul>
|
|
584
|
+
<li>Defined in common/Vertex.ts:68</li>
|
|
585
|
+
</ul>
|
|
586
|
+
</aside>
|
|
587
|
+
<div class="tsd-comment tsd-typography">
|
|
588
|
+
<div class="lead">
|
|
589
|
+
<p>修改时间</p>
|
|
590
|
+
</div>
|
|
591
|
+
</div>
|
|
592
|
+
</section>
|
|
593
|
+
</section>
|
|
594
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
595
|
+
<h2>Methods</h2>
|
|
596
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
597
|
+
<a name="assign" class="tsd-anchor"></a>
|
|
598
|
+
<h3>assign</h3>
|
|
599
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
600
|
+
<li class="tsd-signature tsd-kind-icon">assign<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
601
|
+
</ul>
|
|
602
|
+
<ul class="tsd-descriptions">
|
|
603
|
+
<li class="tsd-description">
|
|
604
|
+
<aside class="tsd-sources">
|
|
605
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#assign">assign</a></p>
|
|
606
|
+
<ul>
|
|
607
|
+
<li>Defined in common/Vertex.ts:116</li>
|
|
608
|
+
</ul>
|
|
609
|
+
</aside>
|
|
610
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
611
|
+
<ul class="tsd-parameters">
|
|
612
|
+
<li>
|
|
613
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
614
|
+
</li>
|
|
615
|
+
</ul>
|
|
616
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
617
|
+
</li>
|
|
618
|
+
</ul>
|
|
619
|
+
</section>
|
|
620
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
621
|
+
<a name="deeppick" class="tsd-anchor"></a>
|
|
622
|
+
<h3>deep<wbr>Pick</h3>
|
|
623
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
624
|
+
<li class="tsd-signature tsd-kind-icon">deep<wbr>Pick<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, keys<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
625
|
+
</ul>
|
|
626
|
+
<ul class="tsd-descriptions">
|
|
627
|
+
<li class="tsd-description">
|
|
628
|
+
<aside class="tsd-sources">
|
|
629
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#deeppick">deepPick</a></p>
|
|
630
|
+
<ul>
|
|
631
|
+
<li>Defined in common/Vertex.ts:183</li>
|
|
632
|
+
</ul>
|
|
633
|
+
</aside>
|
|
634
|
+
<div class="tsd-comment tsd-typography">
|
|
635
|
+
<div class="lead">
|
|
636
|
+
<p>从对象中深度获取</p>
|
|
637
|
+
</div>
|
|
638
|
+
<dl class="tsd-comment-tags">
|
|
639
|
+
<dt>example</dt>
|
|
640
|
+
<dd><p>比如一般后端返回只是添加了个 id</p>
|
|
641
|
+
<pre><code><span style="color: #0000FF">this</span><span style="color: #000000">.</span><span style="color: #795E26">deepPick</span><span style="color: #000000">(</span><span style="color: #001080">result</span><span style="color: #000000">, [</span><span style="color: #A31515">'id'</span><span style="color: #000000">])</span>
|
|
642
|
+
</code></pre>
|
|
643
|
+
</dd>
|
|
644
|
+
</dl>
|
|
645
|
+
</div>
|
|
646
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
647
|
+
<ul class="tsd-parameters">
|
|
648
|
+
<li>
|
|
649
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
650
|
+
</li>
|
|
651
|
+
<li>
|
|
652
|
+
<h5>keys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
653
|
+
</li>
|
|
654
|
+
</ul>
|
|
655
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
656
|
+
</li>
|
|
657
|
+
</ul>
|
|
658
|
+
</section>
|
|
659
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
660
|
+
<a name="emit" class="tsd-anchor"></a>
|
|
661
|
+
<h3>emit</h3>
|
|
662
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
663
|
+
<li class="tsd-signature tsd-kind-icon">emit<span class="tsd-signature-symbol">(</span>eventName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, <span class="tsd-signature-symbol">...</span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
664
|
+
</ul>
|
|
665
|
+
<ul class="tsd-descriptions">
|
|
666
|
+
<li class="tsd-description">
|
|
667
|
+
<aside class="tsd-sources">
|
|
668
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#emit">emit</a></p>
|
|
669
|
+
<ul>
|
|
670
|
+
<li>Defined in common/EventEmitter.ts:50</li>
|
|
671
|
+
</ul>
|
|
672
|
+
</aside>
|
|
673
|
+
<div class="tsd-comment tsd-typography">
|
|
674
|
+
<div class="lead">
|
|
675
|
+
<p>触发事件</p>
|
|
676
|
+
</div>
|
|
677
|
+
</div>
|
|
678
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
679
|
+
<ul class="tsd-parameters">
|
|
680
|
+
<li>
|
|
681
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
682
|
+
<div class="tsd-comment tsd-typography">
|
|
683
|
+
<p>事件名</p>
|
|
684
|
+
</div>
|
|
685
|
+
</li>
|
|
686
|
+
<li>
|
|
687
|
+
<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>args: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
688
|
+
<div class="tsd-comment tsd-typography">
|
|
689
|
+
<p>事件参数</p>
|
|
690
|
+
</div>
|
|
691
|
+
</li>
|
|
692
|
+
</ul>
|
|
693
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
694
|
+
</li>
|
|
695
|
+
</ul>
|
|
696
|
+
</section>
|
|
697
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
698
|
+
<a name="emitvertexidtonamechange" class="tsd-anchor"></a>
|
|
699
|
+
<h3>emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</h3>
|
|
700
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
701
|
+
<li class="tsd-signature tsd-kind-icon">emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
702
|
+
</ul>
|
|
703
|
+
<ul class="tsd-descriptions">
|
|
704
|
+
<li class="tsd-description">
|
|
705
|
+
<aside class="tsd-sources">
|
|
706
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#emitvertexidtonamechange">emitVertexIdToNameChange</a></p>
|
|
707
|
+
<ul>
|
|
708
|
+
<li>Defined in common/Vertex.ts:131</li>
|
|
709
|
+
</ul>
|
|
710
|
+
</aside>
|
|
711
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
712
|
+
</li>
|
|
713
|
+
</ul>
|
|
714
|
+
</section>
|
|
715
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
716
|
+
<a name="findusage" class="tsd-anchor"></a>
|
|
717
|
+
<h3>find<wbr>Usage</h3>
|
|
718
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
719
|
+
<li class="tsd-signature tsd-kind-icon">find<wbr>Usage<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
720
|
+
</ul>
|
|
721
|
+
<ul class="tsd-descriptions">
|
|
722
|
+
<li class="tsd-description">
|
|
723
|
+
<aside class="tsd-sources">
|
|
724
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#findusage">findUsage</a></p>
|
|
725
|
+
<ul>
|
|
726
|
+
<li>Defined in common/Vertex.ts:242</li>
|
|
727
|
+
</ul>
|
|
728
|
+
</aside>
|
|
729
|
+
<div class="tsd-comment tsd-typography">
|
|
730
|
+
<div class="lead">
|
|
731
|
+
<p>查找引用</p>
|
|
732
|
+
</div>
|
|
733
|
+
</div>
|
|
734
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
735
|
+
</li>
|
|
736
|
+
</ul>
|
|
737
|
+
</section>
|
|
738
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
739
|
+
<a name="off" class="tsd-anchor"></a>
|
|
740
|
+
<h3>off</h3>
|
|
741
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
742
|
+
<li class="tsd-signature tsd-kind-icon">off<span class="tsd-signature-symbol">(</span>eventName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, listener<span class="tsd-signature-symbol">: </span><a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
743
|
+
</ul>
|
|
744
|
+
<ul class="tsd-descriptions">
|
|
745
|
+
<li class="tsd-description">
|
|
746
|
+
<aside class="tsd-sources">
|
|
747
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#off">off</a></p>
|
|
748
|
+
<ul>
|
|
749
|
+
<li>Defined in common/EventEmitter.ts:26</li>
|
|
750
|
+
</ul>
|
|
751
|
+
</aside>
|
|
752
|
+
<div class="tsd-comment tsd-typography">
|
|
753
|
+
<div class="lead">
|
|
754
|
+
<p>取消监听事件</p>
|
|
755
|
+
</div>
|
|
756
|
+
</div>
|
|
757
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
758
|
+
<ul class="tsd-parameters">
|
|
759
|
+
<li>
|
|
760
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
761
|
+
<div class="tsd-comment tsd-typography">
|
|
762
|
+
<p>事件名</p>
|
|
763
|
+
</div>
|
|
764
|
+
</li>
|
|
765
|
+
<li>
|
|
766
|
+
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
|
|
767
|
+
<div class="tsd-comment tsd-typography">
|
|
768
|
+
<p>监听器</p>
|
|
769
|
+
</div>
|
|
770
|
+
</li>
|
|
771
|
+
</ul>
|
|
772
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
773
|
+
</li>
|
|
774
|
+
</ul>
|
|
775
|
+
</section>
|
|
776
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
777
|
+
<a name="on" class="tsd-anchor"></a>
|
|
778
|
+
<h3>on</h3>
|
|
779
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
780
|
+
<li class="tsd-signature tsd-kind-icon">on<span class="tsd-signature-symbol">(</span>eventName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, listener<span class="tsd-signature-symbol">: </span><a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
781
|
+
</ul>
|
|
782
|
+
<ul class="tsd-descriptions">
|
|
783
|
+
<li class="tsd-description">
|
|
784
|
+
<aside class="tsd-sources">
|
|
785
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#on">on</a></p>
|
|
786
|
+
<ul>
|
|
787
|
+
<li>Defined in common/EventEmitter.ts:13</li>
|
|
788
|
+
</ul>
|
|
789
|
+
</aside>
|
|
790
|
+
<div class="tsd-comment tsd-typography">
|
|
791
|
+
<div class="lead">
|
|
792
|
+
<p>监听事件</p>
|
|
793
|
+
</div>
|
|
794
|
+
</div>
|
|
795
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
796
|
+
<ul class="tsd-parameters">
|
|
797
|
+
<li>
|
|
798
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
799
|
+
<div class="tsd-comment tsd-typography">
|
|
800
|
+
<p>事件名</p>
|
|
801
|
+
</div>
|
|
802
|
+
</li>
|
|
803
|
+
<li>
|
|
804
|
+
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
|
|
805
|
+
<div class="tsd-comment tsd-typography">
|
|
806
|
+
<p>监听器</p>
|
|
807
|
+
</div>
|
|
808
|
+
</li>
|
|
809
|
+
</ul>
|
|
810
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
811
|
+
</li>
|
|
812
|
+
</ul>
|
|
813
|
+
</section>
|
|
814
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
815
|
+
<a name="once" class="tsd-anchor"></a>
|
|
816
|
+
<h3>once</h3>
|
|
817
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
818
|
+
<li class="tsd-signature tsd-kind-icon">once<span class="tsd-signature-symbol">(</span>eventName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, listener<span class="tsd-signature-symbol">: </span><a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
819
|
+
</ul>
|
|
820
|
+
<ul class="tsd-descriptions">
|
|
821
|
+
<li class="tsd-description">
|
|
822
|
+
<aside class="tsd-sources">
|
|
823
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#once">once</a></p>
|
|
824
|
+
<ul>
|
|
825
|
+
<li>Defined in common/EventEmitter.ts:38</li>
|
|
826
|
+
</ul>
|
|
827
|
+
</aside>
|
|
828
|
+
<div class="tsd-comment tsd-typography">
|
|
829
|
+
<div class="lead">
|
|
830
|
+
<p>只监听一次事件</p>
|
|
831
|
+
</div>
|
|
832
|
+
</div>
|
|
833
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
834
|
+
<ul class="tsd-parameters">
|
|
835
|
+
<li>
|
|
836
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
837
|
+
<div class="tsd-comment tsd-typography">
|
|
838
|
+
<p>事件名</p>
|
|
839
|
+
</div>
|
|
840
|
+
</li>
|
|
841
|
+
<li>
|
|
842
|
+
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
|
|
843
|
+
<div class="tsd-comment tsd-typography">
|
|
844
|
+
<p>监听器</p>
|
|
845
|
+
</div>
|
|
846
|
+
</li>
|
|
847
|
+
</ul>
|
|
848
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
849
|
+
</li>
|
|
850
|
+
</ul>
|
|
851
|
+
</section>
|
|
852
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
853
|
+
<a name="parseall" class="tsd-anchor"></a>
|
|
854
|
+
<h3>parse<wbr>All</h3>
|
|
855
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
856
|
+
<li class="tsd-signature tsd-kind-icon">parse<wbr>All<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
857
|
+
</ul>
|
|
858
|
+
<ul class="tsd-descriptions">
|
|
859
|
+
<li class="tsd-description">
|
|
860
|
+
<aside class="tsd-sources">
|
|
861
|
+
<ul>
|
|
862
|
+
<li>Defined in page/Block.ts:93</li>
|
|
863
|
+
</ul>
|
|
864
|
+
</aside>
|
|
865
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
866
|
+
</li>
|
|
867
|
+
</ul>
|
|
868
|
+
</section>
|
|
869
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
870
|
+
<a name="parsedefinition" class="tsd-anchor"></a>
|
|
871
|
+
<h3>parse<wbr>Definition</h3>
|
|
872
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
873
|
+
<li class="tsd-signature tsd-kind-icon">parse<wbr>Definition<span class="tsd-signature-symbol">(</span>definition<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
874
|
+
</ul>
|
|
875
|
+
<ul class="tsd-descriptions">
|
|
876
|
+
<li class="tsd-description">
|
|
877
|
+
<aside class="tsd-sources">
|
|
878
|
+
<ul>
|
|
879
|
+
<li>Defined in page/Block.ts:87</li>
|
|
880
|
+
</ul>
|
|
881
|
+
</aside>
|
|
882
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
883
|
+
<ul class="tsd-parameters">
|
|
884
|
+
<li>
|
|
885
|
+
<h5>definition: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
886
|
+
</li>
|
|
887
|
+
</ul>
|
|
888
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
889
|
+
</li>
|
|
890
|
+
</ul>
|
|
891
|
+
</section>
|
|
892
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
893
|
+
<a name="parsetemplate" class="tsd-anchor"></a>
|
|
894
|
+
<h3>parse<wbr>Template</h3>
|
|
895
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
896
|
+
<li class="tsd-signature tsd-kind-icon">parse<wbr>Template<span class="tsd-signature-symbol">(</span>template<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
897
|
+
</ul>
|
|
898
|
+
<ul class="tsd-descriptions">
|
|
899
|
+
<li class="tsd-description">
|
|
900
|
+
<aside class="tsd-sources">
|
|
901
|
+
<ul>
|
|
902
|
+
<li>Defined in page/Block.ts:81</li>
|
|
903
|
+
</ul>
|
|
904
|
+
</aside>
|
|
905
|
+
<div class="tsd-comment tsd-typography">
|
|
906
|
+
<div class="lead">
|
|
907
|
+
<p>从模板解析出 AST</p>
|
|
908
|
+
</div>
|
|
909
|
+
</div>
|
|
910
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
911
|
+
<ul class="tsd-parameters">
|
|
912
|
+
<li>
|
|
913
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> template: <span class="tsd-signature-type">string</span></h5>
|
|
914
|
+
<div class="tsd-comment tsd-typography">
|
|
915
|
+
<p>模板代码</p>
|
|
916
|
+
</div>
|
|
917
|
+
</li>
|
|
918
|
+
</ul>
|
|
919
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
920
|
+
</li>
|
|
921
|
+
</ul>
|
|
922
|
+
</section>
|
|
923
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
924
|
+
<a name="pick" class="tsd-anchor"></a>
|
|
925
|
+
<h3>pick</h3>
|
|
926
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
927
|
+
<li class="tsd-signature tsd-kind-icon">pick<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, keys<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
928
|
+
</ul>
|
|
929
|
+
<ul class="tsd-descriptions">
|
|
930
|
+
<li class="tsd-description">
|
|
931
|
+
<aside class="tsd-sources">
|
|
932
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#pick">pick</a></p>
|
|
933
|
+
<ul>
|
|
934
|
+
<li>Defined in common/Vertex.ts:162</li>
|
|
935
|
+
</ul>
|
|
936
|
+
</aside>
|
|
937
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
938
|
+
<ul class="tsd-parameters">
|
|
939
|
+
<li>
|
|
940
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
941
|
+
</li>
|
|
942
|
+
<li>
|
|
943
|
+
<h5>keys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
944
|
+
</li>
|
|
945
|
+
</ul>
|
|
946
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
947
|
+
</li>
|
|
948
|
+
</ul>
|
|
949
|
+
</section>
|
|
950
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
951
|
+
<a name="plainassign" class="tsd-anchor"></a>
|
|
952
|
+
<h3>plain<wbr>Assign</h3>
|
|
953
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
954
|
+
<li class="tsd-signature tsd-kind-icon">plain<wbr>Assign<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
955
|
+
</ul>
|
|
956
|
+
<ul class="tsd-descriptions">
|
|
957
|
+
<li class="tsd-description">
|
|
958
|
+
<aside class="tsd-sources">
|
|
959
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#plainassign">plainAssign</a></p>
|
|
960
|
+
<ul>
|
|
961
|
+
<li>Defined in common/Vertex.ts:143</li>
|
|
962
|
+
</ul>
|
|
963
|
+
</aside>
|
|
964
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
965
|
+
<ul class="tsd-parameters">
|
|
966
|
+
<li>
|
|
967
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
968
|
+
</li>
|
|
969
|
+
</ul>
|
|
970
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
971
|
+
</li>
|
|
972
|
+
</ul>
|
|
973
|
+
</section>
|
|
974
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
975
|
+
<a name="tojson" class="tsd-anchor"></a>
|
|
976
|
+
<h3>toJSON</h3>
|
|
977
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
978
|
+
<li class="tsd-signature tsd-kind-icon">toJSON<span class="tsd-signature-symbol">(</span>parentKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, excludedKeys<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
|
|
979
|
+
</ul>
|
|
980
|
+
<ul class="tsd-descriptions">
|
|
981
|
+
<li class="tsd-description">
|
|
982
|
+
<aside class="tsd-sources">
|
|
983
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#tojson">toJSON</a></p>
|
|
984
|
+
<ul>
|
|
985
|
+
<li>Defined in common/Vertex.ts:209</li>
|
|
986
|
+
</ul>
|
|
987
|
+
</aside>
|
|
988
|
+
<div class="tsd-comment tsd-typography">
|
|
989
|
+
<div class="lead">
|
|
990
|
+
<p>去除循环依赖,转为纯 JSON</p>
|
|
991
|
+
</div>
|
|
992
|
+
</div>
|
|
993
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
994
|
+
<ul class="tsd-parameters">
|
|
995
|
+
<li>
|
|
996
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parentKey: <span class="tsd-signature-type">string</span></h5>
|
|
997
|
+
<div class="tsd-comment tsd-typography">
|
|
998
|
+
<p>外面的 key</p>
|
|
999
|
+
</div>
|
|
1000
|
+
</li>
|
|
1001
|
+
<li>
|
|
1002
|
+
<h5>excludedKeys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1003
|
+
<div class="tsd-comment tsd-typography">
|
|
1004
|
+
<p>需要额外排除的 keys</p>
|
|
1005
|
+
</div>
|
|
1006
|
+
</li>
|
|
1007
|
+
</ul>
|
|
1008
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
1009
|
+
</li>
|
|
1010
|
+
</ul>
|
|
1011
|
+
</section>
|
|
1012
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1013
|
+
<a name="toplainjson" class="tsd-anchor"></a>
|
|
1014
|
+
<h3>to<wbr>PlainJSON</h3>
|
|
1015
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1016
|
+
<li class="tsd-signature tsd-kind-icon">to<wbr>PlainJSON<span class="tsd-signature-symbol">(</span>parentKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, excludedKeys<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
|
|
1017
|
+
</ul>
|
|
1018
|
+
<ul class="tsd-descriptions">
|
|
1019
|
+
<li class="tsd-description">
|
|
1020
|
+
<aside class="tsd-sources">
|
|
1021
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#toplainjson">toPlainJSON</a></p>
|
|
1022
|
+
<ul>
|
|
1023
|
+
<li>Defined in common/Vertex.ts:225</li>
|
|
1024
|
+
</ul>
|
|
1025
|
+
</aside>
|
|
1026
|
+
<div class="tsd-comment tsd-typography">
|
|
1027
|
+
<div class="lead">
|
|
1028
|
+
<p>转为单层的 JSON</p>
|
|
1029
|
+
</div>
|
|
1030
|
+
</div>
|
|
1031
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1032
|
+
<ul class="tsd-parameters">
|
|
1033
|
+
<li>
|
|
1034
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parentKey: <span class="tsd-signature-type">string</span></h5>
|
|
1035
|
+
<div class="tsd-comment tsd-typography">
|
|
1036
|
+
<p>外面的 key</p>
|
|
1037
|
+
</div>
|
|
1038
|
+
</li>
|
|
1039
|
+
<li>
|
|
1040
|
+
<h5>excludedKeys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1041
|
+
<div class="tsd-comment tsd-typography">
|
|
1042
|
+
<p>需要额外排除的 keys</p>
|
|
1043
|
+
</div>
|
|
1044
|
+
</li>
|
|
1045
|
+
</ul>
|
|
1046
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
1047
|
+
</li>
|
|
1048
|
+
</ul>
|
|
1049
|
+
</section>
|
|
1050
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
1051
|
+
<a name="getvertexbyref" class="tsd-anchor"></a>
|
|
1052
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Vertex<wbr>ByRef</h3>
|
|
1053
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
1054
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Vertex<wbr>ByRef<span class="tsd-signature-symbol">(</span>ref<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a></li>
|
|
1055
|
+
</ul>
|
|
1056
|
+
<ul class="tsd-descriptions">
|
|
1057
|
+
<li class="tsd-description">
|
|
1058
|
+
<aside class="tsd-sources">
|
|
1059
|
+
<p>Inherited from <a href="common_vertex.vertex.html">Vertex</a>.<a href="common_vertex.vertex.html#getvertexbyref">getVertexByRef</a></p>
|
|
1060
|
+
<ul>
|
|
1061
|
+
<li>Defined in common/Vertex.ts:256</li>
|
|
1062
|
+
</ul>
|
|
1063
|
+
</aside>
|
|
1064
|
+
<div class="tsd-comment tsd-typography">
|
|
1065
|
+
<div class="lead">
|
|
1066
|
+
<p>通过 Ref 去查找点</p>
|
|
1067
|
+
</div>
|
|
1068
|
+
</div>
|
|
1069
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1070
|
+
<ul class="tsd-parameters">
|
|
1071
|
+
<li>
|
|
1072
|
+
<h5>ref: <span class="tsd-signature-type">string</span></h5>
|
|
1073
|
+
<div class="tsd-comment tsd-typography">
|
|
1074
|
+
</div>
|
|
1075
|
+
</li>
|
|
1076
|
+
</ul>
|
|
1077
|
+
<h4 class="tsd-returns-title">Returns <a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a></h4>
|
|
1078
|
+
</li>
|
|
1079
|
+
</ul>
|
|
1080
|
+
</section>
|
|
1081
|
+
</section>
|
|
1082
|
+
</div>
|
|
1083
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
1084
|
+
<nav class="tsd-navigation primary">
|
|
1085
|
+
<ul>
|
|
1086
|
+
<li class=" ">
|
|
1087
|
+
<a href="../modules.html">Exports</a>
|
|
1088
|
+
</li>
|
|
1089
|
+
<li class="current tsd-kind-module">
|
|
1090
|
+
<a href="../modules/page_block.html">page/<wbr>Block</a>
|
|
1091
|
+
</li>
|
|
1092
|
+
</ul>
|
|
1093
|
+
</nav>
|
|
1094
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
1095
|
+
<ul class="before-current">
|
|
1096
|
+
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
1097
|
+
<a href="../modules/page_block.html#default" class="tsd-kind-icon">default</a>
|
|
1098
|
+
</li>
|
|
1099
|
+
</ul>
|
|
1100
|
+
<ul class="current">
|
|
1101
|
+
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
1102
|
+
<a href="page_block.block.html" class="tsd-kind-icon">Block</a>
|
|
1103
|
+
<ul>
|
|
1104
|
+
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
1105
|
+
<a href="page_block.block.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
1106
|
+
</li>
|
|
1107
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
1108
|
+
<a href="page_block.block.html#_def" class="tsd-kind-icon">$def</a>
|
|
1109
|
+
</li>
|
|
1110
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
1111
|
+
<a href="page_block.block.html#_html" class="tsd-kind-icon">$html</a>
|
|
1112
|
+
</li>
|
|
1113
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1114
|
+
<a href="page_block.block.html#json_excluded_keys" class="tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS</a>
|
|
1115
|
+
</li>
|
|
1116
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1117
|
+
<a href="page_block.block.html#_cachetimestamp" class="tsd-kind-icon">_cache<wbr>Timestamp</a>
|
|
1118
|
+
</li>
|
|
1119
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1120
|
+
<a href="page_block.block.html#_mutable" class="tsd-kind-icon">_mutable</a>
|
|
1121
|
+
</li>
|
|
1122
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1123
|
+
<a href="page_block.block.html#_uuid" class="tsd-kind-icon">_uuid</a>
|
|
1124
|
+
</li>
|
|
1125
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1126
|
+
<a href="page_block.block.html#createdby" class="tsd-kind-icon">created<wbr>By</a>
|
|
1127
|
+
</li>
|
|
1128
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1129
|
+
<a href="page_block.block.html#createdtime" class="tsd-kind-icon">created<wbr>Time</a>
|
|
1130
|
+
</li>
|
|
1131
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
1132
|
+
<a href="page_block.block.html#definition" class="tsd-kind-icon">definition</a>
|
|
1133
|
+
</li>
|
|
1134
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1135
|
+
<a href="page_block.block.html#editable" class="tsd-kind-icon">editable</a>
|
|
1136
|
+
</li>
|
|
1137
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1138
|
+
<a href="page_block.block.html#editing" class="tsd-kind-icon">editing</a>
|
|
1139
|
+
</li>
|
|
1140
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1141
|
+
<a href="page_block.block.html#expanded" class="tsd-kind-icon">expanded</a>
|
|
1142
|
+
</li>
|
|
1143
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
1144
|
+
<a href="page_block.block.html#id" class="tsd-kind-icon">id</a>
|
|
1145
|
+
</li>
|
|
1146
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1147
|
+
<a href="page_block.block.html#ideversion" class="tsd-kind-icon">ide<wbr>Version</a>
|
|
1148
|
+
</li>
|
|
1149
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1150
|
+
<a href="page_block.block.html#isleaf" class="tsd-kind-icon">is<wbr>Leaf</a>
|
|
1151
|
+
</li>
|
|
1152
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
1153
|
+
<a href="page_block.block.html#level" class="tsd-kind-icon">level</a>
|
|
1154
|
+
</li>
|
|
1155
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1156
|
+
<a href="page_block.block.html#loading" class="tsd-kind-icon">loading</a>
|
|
1157
|
+
</li>
|
|
1158
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
1159
|
+
<a href="page_block.block.html#name" class="tsd-kind-icon">name</a>
|
|
1160
|
+
</li>
|
|
1161
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
1162
|
+
<a href="page_block.block.html#script" class="tsd-kind-icon">script</a>
|
|
1163
|
+
</li>
|
|
1164
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
1165
|
+
<a href="page_block.block.html#style" class="tsd-kind-icon">style</a>
|
|
1166
|
+
</li>
|
|
1167
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
1168
|
+
<a href="page_block.block.html#template" class="tsd-kind-icon">template</a>
|
|
1169
|
+
</li>
|
|
1170
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
1171
|
+
<a href="page_block.block.html#title" class="tsd-kind-icon">title</a>
|
|
1172
|
+
</li>
|
|
1173
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1174
|
+
<a href="page_block.block.html#updatedby" class="tsd-kind-icon">updated<wbr>By</a>
|
|
1175
|
+
</li>
|
|
1176
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1177
|
+
<a href="page_block.block.html#updatedtime" class="tsd-kind-icon">updated<wbr>Time</a>
|
|
1178
|
+
</li>
|
|
1179
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1180
|
+
<a href="page_block.block.html#assign" class="tsd-kind-icon">assign</a>
|
|
1181
|
+
</li>
|
|
1182
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1183
|
+
<a href="page_block.block.html#deeppick" class="tsd-kind-icon">deep<wbr>Pick</a>
|
|
1184
|
+
</li>
|
|
1185
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1186
|
+
<a href="page_block.block.html#emit" class="tsd-kind-icon">emit</a>
|
|
1187
|
+
</li>
|
|
1188
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1189
|
+
<a href="page_block.block.html#emitvertexidtonamechange" class="tsd-kind-icon">emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</a>
|
|
1190
|
+
</li>
|
|
1191
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1192
|
+
<a href="page_block.block.html#findusage" class="tsd-kind-icon">find<wbr>Usage</a>
|
|
1193
|
+
</li>
|
|
1194
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1195
|
+
<a href="page_block.block.html#off" class="tsd-kind-icon">off</a>
|
|
1196
|
+
</li>
|
|
1197
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1198
|
+
<a href="page_block.block.html#on" class="tsd-kind-icon">on</a>
|
|
1199
|
+
</li>
|
|
1200
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1201
|
+
<a href="page_block.block.html#once" class="tsd-kind-icon">once</a>
|
|
1202
|
+
</li>
|
|
1203
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
1204
|
+
<a href="page_block.block.html#parseall" class="tsd-kind-icon">parse<wbr>All</a>
|
|
1205
|
+
</li>
|
|
1206
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
1207
|
+
<a href="page_block.block.html#parsedefinition" class="tsd-kind-icon">parse<wbr>Definition</a>
|
|
1208
|
+
</li>
|
|
1209
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
1210
|
+
<a href="page_block.block.html#parsetemplate" class="tsd-kind-icon">parse<wbr>Template</a>
|
|
1211
|
+
</li>
|
|
1212
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1213
|
+
<a href="page_block.block.html#pick" class="tsd-kind-icon">pick</a>
|
|
1214
|
+
</li>
|
|
1215
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1216
|
+
<a href="page_block.block.html#plainassign" class="tsd-kind-icon">plain<wbr>Assign</a>
|
|
1217
|
+
</li>
|
|
1218
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1219
|
+
<a href="page_block.block.html#tojson" class="tsd-kind-icon">toJSON</a>
|
|
1220
|
+
</li>
|
|
1221
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1222
|
+
<a href="page_block.block.html#toplainjson" class="tsd-kind-icon">to<wbr>PlainJSON</a>
|
|
1223
|
+
</li>
|
|
1224
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
1225
|
+
<a href="page_block.block.html#getvertexbyref" class="tsd-kind-icon">get<wbr>Vertex<wbr>ByRef</a>
|
|
1226
|
+
</li>
|
|
1227
|
+
</ul>
|
|
1228
|
+
</li>
|
|
1229
|
+
</ul>
|
|
1230
|
+
<ul class="after-current">
|
|
1231
|
+
</ul>
|
|
1232
|
+
</nav>
|
|
1233
|
+
</div>
|
|
1234
|
+
</div>
|
|
1235
|
+
</div>
|
|
1236
|
+
<footer class="with-border-bottom">
|
|
1237
|
+
<div class="container">
|
|
1238
|
+
<h2>Legend</h2>
|
|
1239
|
+
<div class="tsd-legend-group">
|
|
1240
|
+
<ul class="tsd-legend">
|
|
1241
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
1242
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
1243
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
1244
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
1245
|
+
</ul>
|
|
1246
|
+
<ul class="tsd-legend">
|
|
1247
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
1248
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
1249
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
1250
|
+
</ul>
|
|
1251
|
+
<ul class="tsd-legend">
|
|
1252
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
1253
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
1254
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
1255
|
+
</ul>
|
|
1256
|
+
<ul class="tsd-legend">
|
|
1257
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
1258
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
1259
|
+
</ul>
|
|
1260
|
+
<ul class="tsd-legend">
|
|
1261
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
1262
|
+
</ul>
|
|
1263
|
+
</div>
|
|
1264
|
+
</div>
|
|
1265
|
+
</footer>
|
|
1266
|
+
<div class="container tsd-generator">
|
|
1267
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
1268
|
+
</div>
|
|
1269
|
+
<div class="overlay"></div>
|
|
1270
|
+
<script src="../assets/js/main.js"></script>
|
|
1271
|
+
</body>
|
|
1272
|
+
</html>
|