@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,2299 @@
|
|
|
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>View | @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_view.html">page/View</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="page_view.view.html">View</a>
|
|
62
|
+
</li>
|
|
63
|
+
</ul>
|
|
64
|
+
<h1>Class View</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="page_block.block.html" class="tsd-signature-type" data-tsd-kind="Class">Block</a>
|
|
83
|
+
<ul class="tsd-hierarchy">
|
|
84
|
+
<li>
|
|
85
|
+
<span class="target">View</span>
|
|
86
|
+
</li>
|
|
87
|
+
</ul>
|
|
88
|
+
</li>
|
|
89
|
+
</ul>
|
|
90
|
+
</section>
|
|
91
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
92
|
+
<h2>Index</h2>
|
|
93
|
+
<section class="tsd-panel tsd-index-panel">
|
|
94
|
+
<div class="tsd-index-content">
|
|
95
|
+
<section class="tsd-index-section ">
|
|
96
|
+
<h3>Constructors</h3>
|
|
97
|
+
<ul class="tsd-index-list">
|
|
98
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
99
|
+
</ul>
|
|
100
|
+
</section>
|
|
101
|
+
<section class="tsd-index-section ">
|
|
102
|
+
<h3>Properties</h3>
|
|
103
|
+
<ul class="tsd-index-list">
|
|
104
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#_def" class="tsd-kind-icon">$def</a></li>
|
|
105
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#_html" class="tsd-kind-icon">$html</a></li>
|
|
106
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="page_view.view.html#json_excluded_keys" class="tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS</a></li>
|
|
107
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#_cachetimestamp" class="tsd-kind-icon">_cache<wbr>Timestamp</a></li>
|
|
108
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="page_view.view.html#_mutable" class="tsd-kind-icon">_mutable</a></li>
|
|
109
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#_uuid" class="tsd-kind-icon">_uuid</a></li>
|
|
110
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#children" class="tsd-kind-icon">children</a></li>
|
|
111
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#code" class="tsd-kind-icon">code</a></li>
|
|
112
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#contentpromise" class="tsd-kind-icon">content<wbr>Promise</a></li>
|
|
113
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#createdby" class="tsd-kind-icon">created<wbr>By</a></li>
|
|
114
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#createdtime" class="tsd-kind-icon">created<wbr>Time</a></li>
|
|
115
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#crumb" class="tsd-kind-icon">crumb</a></li>
|
|
116
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#definition" class="tsd-kind-icon">definition</a></li>
|
|
117
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#editable" class="tsd-kind-icon">editable</a></li>
|
|
118
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#editing" class="tsd-kind-icon">editing</a></li>
|
|
119
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#expanded" class="tsd-kind-icon">expanded</a></li>
|
|
120
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#first" class="tsd-kind-icon">first</a></li>
|
|
121
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="page_view.view.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_view.view.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_view.view.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_view.view.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_view.view.html#loading" class="tsd-kind-icon">loading</a></li>
|
|
126
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#morechildrenfields" class="tsd-kind-icon">more<wbr>Children<wbr>Fields</a></li>
|
|
127
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="page_view.view.html#name" class="tsd-kind-icon">name</a></li>
|
|
128
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#page" class="tsd-kind-icon">page</a></li>
|
|
129
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#parent" class="tsd-kind-icon">parent</a></li>
|
|
130
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#parentid" class="tsd-kind-icon">parent<wbr>Id</a></li>
|
|
131
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#path" class="tsd-kind-icon">path</a></li>
|
|
132
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="page_view.view.html#script" class="tsd-kind-icon">script</a></li>
|
|
133
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#style" class="tsd-kind-icon">style</a></li>
|
|
134
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="page_view.view.html#temppath" class="tsd-kind-icon">temp<wbr>Path</a></li>
|
|
135
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#template" class="tsd-kind-icon">template</a></li>
|
|
136
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="page_view.view.html#title" class="tsd-kind-icon">title</a></li>
|
|
137
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#updatedby" class="tsd-kind-icon">updated<wbr>By</a></li>
|
|
138
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#updatedtime" class="tsd-kind-icon">updated<wbr>Time</a></li>
|
|
139
|
+
</ul>
|
|
140
|
+
</section>
|
|
141
|
+
<section class="tsd-index-section ">
|
|
142
|
+
<h3>Methods</h3>
|
|
143
|
+
<ul class="tsd-index-list">
|
|
144
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="page_view.view.html#_onchange" class="tsd-kind-icon">_on<wbr>Change</a></li>
|
|
145
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="page_view.view.html#_syncdef" class="tsd-kind-icon">_sync<wbr>Def</a></li>
|
|
146
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#addview" class="tsd-kind-icon">add<wbr>View</a></li>
|
|
147
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#assign" class="tsd-kind-icon">assign</a></li>
|
|
148
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#attachnodepath" class="tsd-kind-icon">attach<wbr>Node<wbr>Path</a></li>
|
|
149
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#create" class="tsd-kind-icon">create</a></li>
|
|
150
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#deeppick" class="tsd-kind-icon">deep<wbr>Pick</a></li>
|
|
151
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#delete" class="tsd-kind-icon">delete</a></li>
|
|
152
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#emit" class="tsd-kind-icon">emit</a></li>
|
|
153
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#emitvertexidtonamechange" class="tsd-kind-icon">emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</a></li>
|
|
154
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#findelementbyattr" class="tsd-kind-icon">find<wbr>Element<wbr>ByAttr</a></li>
|
|
155
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#findelementbynodepath" class="tsd-kind-icon">find<wbr>Element<wbr>ByNode<wbr>Path</a></li>
|
|
156
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#findelementbytag" class="tsd-kind-icon">find<wbr>Element<wbr>ByTag</a></li>
|
|
157
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#findusage" class="tsd-kind-icon">find<wbr>Usage</a></li>
|
|
158
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#iscontentloaded" class="tsd-kind-icon">is<wbr>Content<wbr>Loaded</a></li>
|
|
159
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#load" class="tsd-kind-icon">load</a></li>
|
|
160
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#loadall" class="tsd-kind-icon">load<wbr>All</a></li>
|
|
161
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#mergeblock" class="tsd-kind-icon">merge<wbr>Block</a></li>
|
|
162
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#off" class="tsd-kind-icon">off</a></li>
|
|
163
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#on" class="tsd-kind-icon">on</a></li>
|
|
164
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#once" class="tsd-kind-icon">once</a></li>
|
|
165
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#parseall" class="tsd-kind-icon">parse<wbr>All</a></li>
|
|
166
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#parsedefinition" class="tsd-kind-icon">parse<wbr>Definition</a></li>
|
|
167
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#parsetemplate" class="tsd-kind-icon">parse<wbr>Template</a></li>
|
|
168
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#pick" class="tsd-kind-icon">pick</a></li>
|
|
169
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#plainassign" class="tsd-kind-icon">plain<wbr>Assign</a></li>
|
|
170
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#setasfirst" class="tsd-kind-icon">set<wbr>AsFirst</a></li>
|
|
171
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#setcrumb" class="tsd-kind-icon">set<wbr>Crumb</a></li>
|
|
172
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#setname" class="tsd-kind-icon">set<wbr>Name</a></li>
|
|
173
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#settitle" class="tsd-kind-icon">set<wbr>Title</a></li>
|
|
174
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#todesignervue" class="tsd-kind-icon">to<wbr>Designer<wbr>Vue</a></li>
|
|
175
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#tojson" class="tsd-kind-icon">toJSON</a></li>
|
|
176
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="page_view.view.html#toplainjson" class="tsd-kind-icon">to<wbr>PlainJSON</a></li>
|
|
177
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#toscript" class="tsd-kind-icon">to<wbr>Script</a></li>
|
|
178
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#tovue" class="tsd-kind-icon">to<wbr>Vue</a></li>
|
|
179
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#tovueoptions" class="tsd-kind-icon">to<wbr>Vue<wbr>Options</a></li>
|
|
180
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="page_view.view.html#update" class="tsd-kind-icon">update</a></li>
|
|
181
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="page_view.view.html#from" class="tsd-kind-icon">from</a></li>
|
|
182
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="page_view.view.html#fromtemplate" class="tsd-kind-icon">from<wbr>Template</a></li>
|
|
183
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="page_view.view.html#getvertexbyref" class="tsd-kind-icon">get<wbr>Vertex<wbr>ByRef</a></li>
|
|
184
|
+
</ul>
|
|
185
|
+
</section>
|
|
186
|
+
</div>
|
|
187
|
+
</section>
|
|
188
|
+
</section>
|
|
189
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
190
|
+
<h2>Constructors</h2>
|
|
191
|
+
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
192
|
+
<a name="constructor" class="tsd-anchor"></a>
|
|
193
|
+
<h3>constructor</h3>
|
|
194
|
+
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
195
|
+
<li class="tsd-signature tsd-kind-icon">new <wbr>View<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_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a></li>
|
|
196
|
+
</ul>
|
|
197
|
+
<ul class="tsd-descriptions">
|
|
198
|
+
<li class="tsd-description">
|
|
199
|
+
<aside class="tsd-sources">
|
|
200
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#constructor">constructor</a></p>
|
|
201
|
+
<ul>
|
|
202
|
+
<li>Defined in page/View.ts:116</li>
|
|
203
|
+
</ul>
|
|
204
|
+
</aside>
|
|
205
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
206
|
+
<ul class="tsd-parameters">
|
|
207
|
+
<li>
|
|
208
|
+
<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_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span></h5>
|
|
209
|
+
<div class="tsd-comment tsd-typography">
|
|
210
|
+
<p>需要合并的部分参数</p>
|
|
211
|
+
</div>
|
|
212
|
+
</li>
|
|
213
|
+
</ul>
|
|
214
|
+
<h4 class="tsd-returns-title">Returns <a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a></h4>
|
|
215
|
+
</li>
|
|
216
|
+
</ul>
|
|
217
|
+
</section>
|
|
218
|
+
</section>
|
|
219
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
220
|
+
<h2>Properties</h2>
|
|
221
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
222
|
+
<a name="_def" class="tsd-anchor"></a>
|
|
223
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> $def</h3>
|
|
224
|
+
<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>
|
|
225
|
+
<aside class="tsd-sources">
|
|
226
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#_def">$def</a></p>
|
|
227
|
+
<ul>
|
|
228
|
+
<li>Defined in page/Block.ts:46</li>
|
|
229
|
+
</ul>
|
|
230
|
+
</aside>
|
|
231
|
+
<div class="tsd-comment tsd-typography">
|
|
232
|
+
<div class="lead">
|
|
233
|
+
<p>逻辑相关定义</p>
|
|
234
|
+
</div>
|
|
235
|
+
</div>
|
|
236
|
+
<div class="tsd-type-declaration">
|
|
237
|
+
<h4>Type declaration</h4>
|
|
238
|
+
<ul class="tsd-parameters">
|
|
239
|
+
<li class="tsd-parameter">
|
|
240
|
+
<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>
|
|
241
|
+
</li>
|
|
242
|
+
<li class="tsd-parameter">
|
|
243
|
+
<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>
|
|
244
|
+
</li>
|
|
245
|
+
<li class="tsd-parameter">
|
|
246
|
+
<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>
|
|
247
|
+
</li>
|
|
248
|
+
<li class="tsd-parameter">
|
|
249
|
+
<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>
|
|
250
|
+
</li>
|
|
251
|
+
</ul>
|
|
252
|
+
</div>
|
|
253
|
+
</section>
|
|
254
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
255
|
+
<a name="_html" class="tsd-anchor"></a>
|
|
256
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> $html</h3>
|
|
257
|
+
<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>
|
|
258
|
+
<aside class="tsd-sources">
|
|
259
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#_html">$html</a></p>
|
|
260
|
+
<ul>
|
|
261
|
+
<li>Defined in page/Block.ts:36</li>
|
|
262
|
+
</ul>
|
|
263
|
+
</aside>
|
|
264
|
+
<div class="tsd-comment tsd-typography">
|
|
265
|
+
<div class="lead">
|
|
266
|
+
<p>模板 AST</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="json_excluded_keys" class="tsd-anchor"></a>
|
|
272
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> JSON_<wbr>EXCLUDED_<wbr>KEYS</h3>
|
|
273
|
+
<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>
|
|
274
|
+
<aside class="tsd-sources">
|
|
275
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#json_excluded_keys">JSON_EXCLUDED_KEYS</a></p>
|
|
276
|
+
<ul>
|
|
277
|
+
<li>Defined in common/Vertex.ts:27</li>
|
|
278
|
+
</ul>
|
|
279
|
+
</aside>
|
|
280
|
+
<div class="tsd-comment tsd-typography">
|
|
281
|
+
<div class="lead">
|
|
282
|
+
<p>toJSON 时需要去除的键,为了避免出现 CircularJSON</p>
|
|
283
|
+
</div>
|
|
284
|
+
</div>
|
|
285
|
+
</section>
|
|
286
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
287
|
+
<a name="_cachetimestamp" class="tsd-anchor"></a>
|
|
288
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> _cache<wbr>Timestamp</h3>
|
|
289
|
+
<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>
|
|
290
|
+
<aside class="tsd-sources">
|
|
291
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#_cachetimestamp">_cacheTimestamp</a></p>
|
|
292
|
+
<ul>
|
|
293
|
+
<li>Defined in common/Vertex.ts:43</li>
|
|
294
|
+
</ul>
|
|
295
|
+
</aside>
|
|
296
|
+
<div class="tsd-comment tsd-typography">
|
|
297
|
+
<div class="lead">
|
|
298
|
+
<p>前端记录缓存的时间戳</p>
|
|
299
|
+
</div>
|
|
300
|
+
</div>
|
|
301
|
+
</section>
|
|
302
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
303
|
+
<a name="_mutable" class="tsd-anchor"></a>
|
|
304
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _mutable</h3>
|
|
305
|
+
<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>
|
|
306
|
+
<aside class="tsd-sources">
|
|
307
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#_mutable">_mutable</a></p>
|
|
308
|
+
<ul>
|
|
309
|
+
<li>Defined in common/Vertex.ts:17</li>
|
|
310
|
+
</ul>
|
|
311
|
+
</aside>
|
|
312
|
+
<div class="tsd-comment tsd-typography">
|
|
313
|
+
<div class="lead">
|
|
314
|
+
<p>可修改标志,内部属性
|
|
315
|
+
标记在构造函数结束后是否可修改</p>
|
|
316
|
+
</div>
|
|
317
|
+
</div>
|
|
318
|
+
</section>
|
|
319
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
320
|
+
<a name="_uuid" class="tsd-anchor"></a>
|
|
321
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> _uuid</h3>
|
|
322
|
+
<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>
|
|
323
|
+
<aside class="tsd-sources">
|
|
324
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#_uuid">_uuid</a></p>
|
|
325
|
+
<ul>
|
|
326
|
+
<li>Defined in common/Vertex.ts:38</li>
|
|
327
|
+
</ul>
|
|
328
|
+
</aside>
|
|
329
|
+
<div class="tsd-comment tsd-typography">
|
|
330
|
+
<div class="lead">
|
|
331
|
+
<p>唯一 uuid
|
|
332
|
+
目前主要用于前端 Debug 区分两个实例</p>
|
|
333
|
+
</div>
|
|
334
|
+
</div>
|
|
335
|
+
</section>
|
|
336
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
337
|
+
<a name="children" class="tsd-anchor"></a>
|
|
338
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> children</h3>
|
|
339
|
+
<div class="tsd-signature tsd-kind-icon">children<span class="tsd-signature-symbol">:</span> <a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
340
|
+
<aside class="tsd-sources">
|
|
341
|
+
<ul>
|
|
342
|
+
<li>Defined in page/View.ts:94</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">
|
|
352
|
+
<a name="code" class="tsd-anchor"></a>
|
|
353
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> code</h3>
|
|
354
|
+
<div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
355
|
+
<aside class="tsd-sources">
|
|
356
|
+
<ul>
|
|
357
|
+
<li>Defined in page/View.ts:52</li>
|
|
358
|
+
</ul>
|
|
359
|
+
</aside>
|
|
360
|
+
<div class="tsd-comment tsd-typography">
|
|
361
|
+
<div class="lead">
|
|
362
|
+
<p>唯一标识码</p>
|
|
363
|
+
</div>
|
|
364
|
+
</div>
|
|
365
|
+
</section>
|
|
366
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
367
|
+
<a name="contentpromise" class="tsd-anchor"></a>
|
|
368
|
+
<h3>content<wbr>Promise</h3>
|
|
369
|
+
<div class="tsd-signature tsd-kind-icon">content<wbr>Promise<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><span class="tsd-signature-symbol"> = ...</span></div>
|
|
370
|
+
<aside class="tsd-sources">
|
|
371
|
+
<ul>
|
|
372
|
+
<li>Defined in page/View.ts:100</li>
|
|
373
|
+
</ul>
|
|
374
|
+
</aside>
|
|
375
|
+
<div class="tsd-comment tsd-typography">
|
|
376
|
+
<div class="lead">
|
|
377
|
+
<p>正在请求的 Promise
|
|
378
|
+
前端 UI 状态</p>
|
|
379
|
+
</div>
|
|
380
|
+
</div>
|
|
381
|
+
</section>
|
|
382
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
383
|
+
<a name="createdby" class="tsd-anchor"></a>
|
|
384
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> created<wbr>By</h3>
|
|
385
|
+
<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>
|
|
386
|
+
<aside class="tsd-sources">
|
|
387
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#createdby">createdBy</a></p>
|
|
388
|
+
<ul>
|
|
389
|
+
<li>Defined in common/Vertex.ts:53</li>
|
|
390
|
+
</ul>
|
|
391
|
+
</aside>
|
|
392
|
+
<div class="tsd-comment tsd-typography">
|
|
393
|
+
<div class="lead">
|
|
394
|
+
<p>创建人</p>
|
|
395
|
+
</div>
|
|
396
|
+
</div>
|
|
397
|
+
</section>
|
|
398
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
399
|
+
<a name="createdtime" class="tsd-anchor"></a>
|
|
400
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> created<wbr>Time</h3>
|
|
401
|
+
<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>
|
|
402
|
+
<aside class="tsd-sources">
|
|
403
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#createdtime">createdTime</a></p>
|
|
404
|
+
<ul>
|
|
405
|
+
<li>Defined in common/Vertex.ts:58</li>
|
|
406
|
+
</ul>
|
|
407
|
+
</aside>
|
|
408
|
+
<div class="tsd-comment tsd-typography">
|
|
409
|
+
<div class="lead">
|
|
410
|
+
<p>创建时间</p>
|
|
411
|
+
</div>
|
|
412
|
+
</div>
|
|
413
|
+
</section>
|
|
414
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
415
|
+
<a name="crumb" class="tsd-anchor"></a>
|
|
416
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> crumb</h3>
|
|
417
|
+
<div class="tsd-signature tsd-kind-icon">crumb<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
418
|
+
<aside class="tsd-sources">
|
|
419
|
+
<ul>
|
|
420
|
+
<li>Defined in page/View.ts:62</li>
|
|
421
|
+
</ul>
|
|
422
|
+
</aside>
|
|
423
|
+
<div class="tsd-comment tsd-typography">
|
|
424
|
+
<div class="lead">
|
|
425
|
+
<p>面包屑</p>
|
|
426
|
+
</div>
|
|
427
|
+
</div>
|
|
428
|
+
</section>
|
|
429
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
430
|
+
<a name="definition" class="tsd-anchor"></a>
|
|
431
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> definition</h3>
|
|
432
|
+
<div class="tsd-signature tsd-kind-icon">definition<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
433
|
+
<aside class="tsd-sources">
|
|
434
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#definition">definition</a></p>
|
|
435
|
+
<ul>
|
|
436
|
+
<li>Defined in page/Block.ts:41</li>
|
|
437
|
+
</ul>
|
|
438
|
+
</aside>
|
|
439
|
+
<div class="tsd-comment tsd-typography">
|
|
440
|
+
<div class="lead">
|
|
441
|
+
<p>定义源码</p>
|
|
442
|
+
</div>
|
|
443
|
+
</div>
|
|
444
|
+
</section>
|
|
445
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
446
|
+
<a name="editable" class="tsd-anchor"></a>
|
|
447
|
+
<h3>editable</h3>
|
|
448
|
+
<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>
|
|
449
|
+
<aside class="tsd-sources">
|
|
450
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#editable">editable</a></p>
|
|
451
|
+
<ul>
|
|
452
|
+
<li>Defined in common/Vertex.ts:77</li>
|
|
453
|
+
</ul>
|
|
454
|
+
</aside>
|
|
455
|
+
<div class="tsd-comment tsd-typography">
|
|
456
|
+
<div class="lead">
|
|
457
|
+
<p>是否可编辑</p>
|
|
458
|
+
</div>
|
|
459
|
+
</div>
|
|
460
|
+
</section>
|
|
461
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
462
|
+
<a name="editing" class="tsd-anchor"></a>
|
|
463
|
+
<h3>editing</h3>
|
|
464
|
+
<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>
|
|
465
|
+
<aside class="tsd-sources">
|
|
466
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#editing">editing</a></p>
|
|
467
|
+
<ul>
|
|
468
|
+
<li>Defined in common/Vertex.ts:83</li>
|
|
469
|
+
</ul>
|
|
470
|
+
</aside>
|
|
471
|
+
<div class="tsd-comment tsd-typography">
|
|
472
|
+
<div class="lead">
|
|
473
|
+
<p>是否正在编辑
|
|
474
|
+
前端 UI 状态</p>
|
|
475
|
+
</div>
|
|
476
|
+
</div>
|
|
477
|
+
</section>
|
|
478
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
479
|
+
<a name="expanded" class="tsd-anchor"></a>
|
|
480
|
+
<h3>expanded</h3>
|
|
481
|
+
<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>
|
|
482
|
+
<aside class="tsd-sources">
|
|
483
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#expanded">expanded</a></p>
|
|
484
|
+
<ul>
|
|
485
|
+
<li>Defined in common/Vertex.ts:95</li>
|
|
486
|
+
</ul>
|
|
487
|
+
</aside>
|
|
488
|
+
<div class="tsd-comment tsd-typography">
|
|
489
|
+
<div class="lead">
|
|
490
|
+
<p>节点是否为展开状态
|
|
491
|
+
前端 UI 状态</p>
|
|
492
|
+
</div>
|
|
493
|
+
</div>
|
|
494
|
+
</section>
|
|
495
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
496
|
+
<a name="first" class="tsd-anchor"></a>
|
|
497
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> first</h3>
|
|
498
|
+
<div class="tsd-signature tsd-kind-icon">first<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
499
|
+
<aside class="tsd-sources">
|
|
500
|
+
<ul>
|
|
501
|
+
<li>Defined in page/View.ts:67</li>
|
|
502
|
+
</ul>
|
|
503
|
+
</aside>
|
|
504
|
+
<div class="tsd-comment tsd-typography">
|
|
505
|
+
<div class="lead">
|
|
506
|
+
<p>是否为默认跳转页</p>
|
|
507
|
+
</div>
|
|
508
|
+
</div>
|
|
509
|
+
</section>
|
|
510
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
511
|
+
<a name="id" class="tsd-anchor"></a>
|
|
512
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> id</h3>
|
|
513
|
+
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
514
|
+
<aside class="tsd-sources">
|
|
515
|
+
<p>Overrides <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#id">id</a></p>
|
|
516
|
+
<ul>
|
|
517
|
+
<li>Defined in page/View.ts:30</li>
|
|
518
|
+
</ul>
|
|
519
|
+
</aside>
|
|
520
|
+
<div class="tsd-comment tsd-typography">
|
|
521
|
+
<div class="lead">
|
|
522
|
+
<p>子页面 Id</p>
|
|
523
|
+
</div>
|
|
524
|
+
</div>
|
|
525
|
+
</section>
|
|
526
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
527
|
+
<a name="ideversion" class="tsd-anchor"></a>
|
|
528
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> ide<wbr>Version</h3>
|
|
529
|
+
<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>
|
|
530
|
+
<aside class="tsd-sources">
|
|
531
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#ideversion">ideVersion</a></p>
|
|
532
|
+
<ul>
|
|
533
|
+
<li>Defined in common/Vertex.ts:73</li>
|
|
534
|
+
</ul>
|
|
535
|
+
</aside>
|
|
536
|
+
<div class="tsd-comment tsd-typography">
|
|
537
|
+
<div class="lead">
|
|
538
|
+
<p>IDE 版本</p>
|
|
539
|
+
</div>
|
|
540
|
+
</div>
|
|
541
|
+
</section>
|
|
542
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
543
|
+
<a name="isleaf" class="tsd-anchor"></a>
|
|
544
|
+
<h3>is<wbr>Leaf</h3>
|
|
545
|
+
<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>
|
|
546
|
+
<aside class="tsd-sources">
|
|
547
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#isleaf">isLeaf</a></p>
|
|
548
|
+
<ul>
|
|
549
|
+
<li>Defined in common/Vertex.ts:101</li>
|
|
550
|
+
</ul>
|
|
551
|
+
</aside>
|
|
552
|
+
<div class="tsd-comment tsd-typography">
|
|
553
|
+
<div class="lead">
|
|
554
|
+
<p>是否为叶子节点
|
|
555
|
+
前端 UI 状态</p>
|
|
556
|
+
</div>
|
|
557
|
+
</div>
|
|
558
|
+
</section>
|
|
559
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
560
|
+
<a name="level" class="tsd-anchor"></a>
|
|
561
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> level</h3>
|
|
562
|
+
<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>
|
|
563
|
+
<aside class="tsd-sources">
|
|
564
|
+
<p>Overrides <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#level">level</a></p>
|
|
565
|
+
<ul>
|
|
566
|
+
<li>Defined in page/View.ts:25</li>
|
|
567
|
+
</ul>
|
|
568
|
+
</aside>
|
|
569
|
+
<div class="tsd-comment tsd-typography">
|
|
570
|
+
<div class="lead">
|
|
571
|
+
<p>概念类型</p>
|
|
572
|
+
</div>
|
|
573
|
+
</div>
|
|
574
|
+
</section>
|
|
575
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
576
|
+
<a name="loading" class="tsd-anchor"></a>
|
|
577
|
+
<h3>loading</h3>
|
|
578
|
+
<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>
|
|
579
|
+
<aside class="tsd-sources">
|
|
580
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#loading">loading</a></p>
|
|
581
|
+
<ul>
|
|
582
|
+
<li>Defined in common/Vertex.ts:89</li>
|
|
583
|
+
</ul>
|
|
584
|
+
</aside>
|
|
585
|
+
<div class="tsd-comment tsd-typography">
|
|
586
|
+
<div class="lead">
|
|
587
|
+
<p>是否正在请求
|
|
588
|
+
前端 UI 状态</p>
|
|
589
|
+
</div>
|
|
590
|
+
</div>
|
|
591
|
+
</section>
|
|
592
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
593
|
+
<a name="morechildrenfields" class="tsd-anchor"></a>
|
|
594
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> more<wbr>Children<wbr>Fields</h3>
|
|
595
|
+
<div class="tsd-signature tsd-kind-icon">more<wbr>Children<wbr>Fields<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></div>
|
|
596
|
+
<aside class="tsd-sources">
|
|
597
|
+
<ul>
|
|
598
|
+
<li>Defined in page/View.ts:116</li>
|
|
599
|
+
</ul>
|
|
600
|
+
</aside>
|
|
601
|
+
<div class="tsd-comment tsd-typography">
|
|
602
|
+
<div class="lead">
|
|
603
|
+
<p>树组件的子节点字段</p>
|
|
604
|
+
</div>
|
|
605
|
+
</div>
|
|
606
|
+
</section>
|
|
607
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
608
|
+
<a name="name" class="tsd-anchor"></a>
|
|
609
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> name</h3>
|
|
610
|
+
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
611
|
+
<aside class="tsd-sources">
|
|
612
|
+
<p>Overrides <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#name">name</a></p>
|
|
613
|
+
<ul>
|
|
614
|
+
<li>Defined in page/View.ts:35</li>
|
|
615
|
+
</ul>
|
|
616
|
+
</aside>
|
|
617
|
+
<div class="tsd-comment tsd-typography">
|
|
618
|
+
<div class="lead">
|
|
619
|
+
<p>子页面名称</p>
|
|
620
|
+
</div>
|
|
621
|
+
</div>
|
|
622
|
+
</section>
|
|
623
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
624
|
+
<a name="page" class="tsd-anchor"></a>
|
|
625
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> page</h3>
|
|
626
|
+
<div class="tsd-signature tsd-kind-icon">page<span class="tsd-signature-symbol">:</span> <a href="page_page.page.html" class="tsd-signature-type" data-tsd-kind="Class">Page</a><span class="tsd-signature-symbol"> = ...</span></div>
|
|
627
|
+
<aside class="tsd-sources">
|
|
628
|
+
<ul>
|
|
629
|
+
<li>Defined in page/View.ts:83</li>
|
|
630
|
+
</ul>
|
|
631
|
+
</aside>
|
|
632
|
+
<div class="tsd-comment tsd-typography">
|
|
633
|
+
<div class="lead">
|
|
634
|
+
<p>所属页面</p>
|
|
635
|
+
</div>
|
|
636
|
+
</div>
|
|
637
|
+
</section>
|
|
638
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
639
|
+
<a name="parent" class="tsd-anchor"></a>
|
|
640
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> parent</h3>
|
|
641
|
+
<div class="tsd-signature tsd-kind-icon">parent<span class="tsd-signature-symbol">:</span> <a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol"> = ...</span></div>
|
|
642
|
+
<aside class="tsd-sources">
|
|
643
|
+
<ul>
|
|
644
|
+
<li>Defined in page/View.ts:89</li>
|
|
645
|
+
</ul>
|
|
646
|
+
</aside>
|
|
647
|
+
<div class="tsd-comment tsd-typography">
|
|
648
|
+
<div class="lead">
|
|
649
|
+
<p>父级子页面</p>
|
|
650
|
+
</div>
|
|
651
|
+
</div>
|
|
652
|
+
</section>
|
|
653
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
654
|
+
<a name="parentid" class="tsd-anchor"></a>
|
|
655
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> parent<wbr>Id</h3>
|
|
656
|
+
<div class="tsd-signature tsd-kind-icon">parent<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
657
|
+
<aside class="tsd-sources">
|
|
658
|
+
<ul>
|
|
659
|
+
<li>Defined in page/View.ts:72</li>
|
|
660
|
+
</ul>
|
|
661
|
+
</aside>
|
|
662
|
+
<div class="tsd-comment tsd-typography">
|
|
663
|
+
<div class="lead">
|
|
664
|
+
<p>子页面 Id</p>
|
|
665
|
+
</div>
|
|
666
|
+
</div>
|
|
667
|
+
</section>
|
|
668
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
669
|
+
<a name="path" class="tsd-anchor"></a>
|
|
670
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> path</h3>
|
|
671
|
+
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
672
|
+
<aside class="tsd-sources">
|
|
673
|
+
<ul>
|
|
674
|
+
<li>Defined in page/View.ts:40</li>
|
|
675
|
+
</ul>
|
|
676
|
+
</aside>
|
|
677
|
+
<div class="tsd-comment tsd-typography">
|
|
678
|
+
<div class="lead">
|
|
679
|
+
<p>前端路径,不带 page 名</p>
|
|
680
|
+
</div>
|
|
681
|
+
</div>
|
|
682
|
+
</section>
|
|
683
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
684
|
+
<a name="script" class="tsd-anchor"></a>
|
|
685
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> script</h3>
|
|
686
|
+
<div class="tsd-signature tsd-kind-icon">script<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
687
|
+
<aside class="tsd-sources">
|
|
688
|
+
<p>Overrides <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#script">script</a></p>
|
|
689
|
+
<ul>
|
|
690
|
+
<li>Defined in page/View.ts:77</li>
|
|
691
|
+
</ul>
|
|
692
|
+
</aside>
|
|
693
|
+
<div class="tsd-comment tsd-typography">
|
|
694
|
+
<div class="lead">
|
|
695
|
+
<p>附加的 script</p>
|
|
696
|
+
</div>
|
|
697
|
+
</div>
|
|
698
|
+
</section>
|
|
699
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
700
|
+
<a name="style" class="tsd-anchor"></a>
|
|
701
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> style</h3>
|
|
702
|
+
<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
703
|
+
<aside class="tsd-sources">
|
|
704
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#style">style</a></p>
|
|
705
|
+
<ul>
|
|
706
|
+
<li>Defined in page/Block.ts:62</li>
|
|
707
|
+
</ul>
|
|
708
|
+
</aside>
|
|
709
|
+
<div class="tsd-comment tsd-typography">
|
|
710
|
+
<div class="lead">
|
|
711
|
+
<p>样式补充
|
|
712
|
+
最好直接在标签上添加逻辑,这里只是偶尔做额外补充</p>
|
|
713
|
+
</div>
|
|
714
|
+
</div>
|
|
715
|
+
</section>
|
|
716
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
717
|
+
<a name="temppath" class="tsd-anchor"></a>
|
|
718
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> temp<wbr>Path</h3>
|
|
719
|
+
<div class="tsd-signature tsd-kind-icon">temp<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
720
|
+
<aside class="tsd-sources">
|
|
721
|
+
<ul>
|
|
722
|
+
<li>Defined in page/View.ts:47</li>
|
|
723
|
+
</ul>
|
|
724
|
+
</aside>
|
|
725
|
+
<div class="tsd-comment tsd-typography">
|
|
726
|
+
<div class="lead">
|
|
727
|
+
<p>前后端路径
|
|
728
|
+
由于 name 会改的关系,尽量不要用</p>
|
|
729
|
+
</div>
|
|
730
|
+
<dl class="tsd-comment-tags">
|
|
731
|
+
<dt>deprecated</dt>
|
|
732
|
+
<dd></dd>
|
|
733
|
+
</dl>
|
|
734
|
+
</div>
|
|
735
|
+
</section>
|
|
736
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
737
|
+
<a name="template" class="tsd-anchor"></a>
|
|
738
|
+
<h3>template</h3>
|
|
739
|
+
<div class="tsd-signature tsd-kind-icon">template<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
740
|
+
<aside class="tsd-sources">
|
|
741
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#template">template</a></p>
|
|
742
|
+
<ul>
|
|
743
|
+
<li>Defined in page/Block.ts:31</li>
|
|
744
|
+
</ul>
|
|
745
|
+
</aside>
|
|
746
|
+
<div class="tsd-comment tsd-typography">
|
|
747
|
+
<div class="lead">
|
|
748
|
+
<p>模板源码</p>
|
|
749
|
+
</div>
|
|
750
|
+
</div>
|
|
751
|
+
</section>
|
|
752
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
753
|
+
<a name="title" class="tsd-anchor"></a>
|
|
754
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> title</h3>
|
|
755
|
+
<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
756
|
+
<aside class="tsd-sources">
|
|
757
|
+
<p>Overrides <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#title">title</a></p>
|
|
758
|
+
<ul>
|
|
759
|
+
<li>Defined in page/View.ts:57</li>
|
|
760
|
+
</ul>
|
|
761
|
+
</aside>
|
|
762
|
+
<div class="tsd-comment tsd-typography">
|
|
763
|
+
<div class="lead">
|
|
764
|
+
<p>标题</p>
|
|
765
|
+
</div>
|
|
766
|
+
</div>
|
|
767
|
+
</section>
|
|
768
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
769
|
+
<a name="updatedby" class="tsd-anchor"></a>
|
|
770
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> updated<wbr>By</h3>
|
|
771
|
+
<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>
|
|
772
|
+
<aside class="tsd-sources">
|
|
773
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#updatedby">updatedBy</a></p>
|
|
774
|
+
<ul>
|
|
775
|
+
<li>Defined in common/Vertex.ts:63</li>
|
|
776
|
+
</ul>
|
|
777
|
+
</aside>
|
|
778
|
+
<div class="tsd-comment tsd-typography">
|
|
779
|
+
<div class="lead">
|
|
780
|
+
<p>修改人</p>
|
|
781
|
+
</div>
|
|
782
|
+
</div>
|
|
783
|
+
</section>
|
|
784
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
785
|
+
<a name="updatedtime" class="tsd-anchor"></a>
|
|
786
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> updated<wbr>Time</h3>
|
|
787
|
+
<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>
|
|
788
|
+
<aside class="tsd-sources">
|
|
789
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#updatedtime">updatedTime</a></p>
|
|
790
|
+
<ul>
|
|
791
|
+
<li>Defined in common/Vertex.ts:68</li>
|
|
792
|
+
</ul>
|
|
793
|
+
</aside>
|
|
794
|
+
<div class="tsd-comment tsd-typography">
|
|
795
|
+
<div class="lead">
|
|
796
|
+
<p>修改时间</p>
|
|
797
|
+
</div>
|
|
798
|
+
</div>
|
|
799
|
+
</section>
|
|
800
|
+
</section>
|
|
801
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
802
|
+
<h2>Methods</h2>
|
|
803
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
804
|
+
<a name="_onchange" class="tsd-anchor"></a>
|
|
805
|
+
<h3><span class="tsd-flag ts-flagPrivate">Private</span> _on<wbr>Change</h3>
|
|
806
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
807
|
+
<li class="tsd-signature tsd-kind-icon">_on<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">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
808
|
+
</ul>
|
|
809
|
+
<ul class="tsd-descriptions">
|
|
810
|
+
<li class="tsd-description">
|
|
811
|
+
<aside class="tsd-sources">
|
|
812
|
+
<ul>
|
|
813
|
+
<li>Defined in page/View.ts:131</li>
|
|
814
|
+
</ul>
|
|
815
|
+
</aside>
|
|
816
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
817
|
+
</li>
|
|
818
|
+
</ul>
|
|
819
|
+
</section>
|
|
820
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
821
|
+
<a name="_syncdef" class="tsd-anchor"></a>
|
|
822
|
+
<h3><span class="tsd-flag ts-flagPrivate">Private</span> _sync<wbr>Def</h3>
|
|
823
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
824
|
+
<li class="tsd-signature tsd-kind-icon">_sync<wbr>Def<span class="tsd-signature-symbol">(</span>$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><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
825
|
+
</ul>
|
|
826
|
+
<ul class="tsd-descriptions">
|
|
827
|
+
<li class="tsd-description">
|
|
828
|
+
<aside class="tsd-sources">
|
|
829
|
+
<ul>
|
|
830
|
+
<li>Defined in page/View.ts:629</li>
|
|
831
|
+
</ul>
|
|
832
|
+
</aside>
|
|
833
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
834
|
+
<ul class="tsd-parameters">
|
|
835
|
+
<li>
|
|
836
|
+
<h5>$def: <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></h5>
|
|
837
|
+
<ul class="tsd-parameters">
|
|
838
|
+
<li class="tsd-parameter">
|
|
839
|
+
<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>
|
|
840
|
+
</li>
|
|
841
|
+
<li class="tsd-parameter">
|
|
842
|
+
<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>
|
|
843
|
+
</li>
|
|
844
|
+
<li class="tsd-parameter">
|
|
845
|
+
<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>
|
|
846
|
+
</li>
|
|
847
|
+
<li class="tsd-parameter">
|
|
848
|
+
<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>
|
|
849
|
+
</li>
|
|
850
|
+
</ul>
|
|
851
|
+
</li>
|
|
852
|
+
</ul>
|
|
853
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
854
|
+
</li>
|
|
855
|
+
</ul>
|
|
856
|
+
</section>
|
|
857
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
858
|
+
<a name="addview" class="tsd-anchor"></a>
|
|
859
|
+
<h3>add<wbr>View</h3>
|
|
860
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
861
|
+
<li class="tsd-signature tsd-kind-icon">add<wbr>View<span class="tsd-signature-symbol">(</span>view<span class="tsd-signature-symbol">: </span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><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><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span></li>
|
|
862
|
+
</ul>
|
|
863
|
+
<ul class="tsd-descriptions">
|
|
864
|
+
<li class="tsd-description">
|
|
865
|
+
<aside class="tsd-sources">
|
|
866
|
+
<ul>
|
|
867
|
+
<li>Defined in page/View.ts:394</li>
|
|
868
|
+
</ul>
|
|
869
|
+
</aside>
|
|
870
|
+
<div class="tsd-comment tsd-typography">
|
|
871
|
+
<div class="lead">
|
|
872
|
+
<p>添加子页面</p>
|
|
873
|
+
</div>
|
|
874
|
+
</div>
|
|
875
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
876
|
+
<ul class="tsd-parameters">
|
|
877
|
+
<li>
|
|
878
|
+
<h5>view: <a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a></h5>
|
|
879
|
+
<div class="tsd-comment tsd-typography">
|
|
880
|
+
</div>
|
|
881
|
+
</li>
|
|
882
|
+
</ul>
|
|
883
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span></h4>
|
|
884
|
+
</li>
|
|
885
|
+
</ul>
|
|
886
|
+
</section>
|
|
887
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
888
|
+
<a name="assign" class="tsd-anchor"></a>
|
|
889
|
+
<h3>assign</h3>
|
|
890
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
891
|
+
<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>
|
|
892
|
+
</ul>
|
|
893
|
+
<ul class="tsd-descriptions">
|
|
894
|
+
<li class="tsd-description">
|
|
895
|
+
<aside class="tsd-sources">
|
|
896
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#assign">assign</a></p>
|
|
897
|
+
<ul>
|
|
898
|
+
<li>Defined in common/Vertex.ts:116</li>
|
|
899
|
+
</ul>
|
|
900
|
+
</aside>
|
|
901
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
902
|
+
<ul class="tsd-parameters">
|
|
903
|
+
<li>
|
|
904
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
905
|
+
</li>
|
|
906
|
+
</ul>
|
|
907
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
908
|
+
</li>
|
|
909
|
+
</ul>
|
|
910
|
+
</section>
|
|
911
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
912
|
+
<a name="attachnodepath" class="tsd-anchor"></a>
|
|
913
|
+
<h3>attach<wbr>Node<wbr>Path</h3>
|
|
914
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
915
|
+
<li class="tsd-signature tsd-kind-icon">attach<wbr>Node<wbr>Path<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>
|
|
916
|
+
</ul>
|
|
917
|
+
<ul class="tsd-descriptions">
|
|
918
|
+
<li class="tsd-description">
|
|
919
|
+
<aside class="tsd-sources">
|
|
920
|
+
<ul>
|
|
921
|
+
<li>Defined in page/View.ts:213</li>
|
|
922
|
+
</ul>
|
|
923
|
+
</aside>
|
|
924
|
+
<div class="tsd-comment tsd-typography">
|
|
925
|
+
<div class="lead">
|
|
926
|
+
<p>后续改为根据 id 查找 Element</p>
|
|
927
|
+
</div>
|
|
928
|
+
<dl class="tsd-comment-tags">
|
|
929
|
+
<dt>deprecated</dt>
|
|
930
|
+
<dd></dd>
|
|
931
|
+
</dl>
|
|
932
|
+
</div>
|
|
933
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
934
|
+
</li>
|
|
935
|
+
</ul>
|
|
936
|
+
</section>
|
|
937
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
938
|
+
<a name="create" class="tsd-anchor"></a>
|
|
939
|
+
<h3>create</h3>
|
|
940
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
941
|
+
<li class="tsd-signature tsd-kind-icon">create<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><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span></li>
|
|
942
|
+
</ul>
|
|
943
|
+
<ul class="tsd-descriptions">
|
|
944
|
+
<li class="tsd-description">
|
|
945
|
+
<aside class="tsd-sources">
|
|
946
|
+
<ul>
|
|
947
|
+
<li>Defined in page/View.ts:261</li>
|
|
948
|
+
</ul>
|
|
949
|
+
</aside>
|
|
950
|
+
<div class="tsd-comment tsd-typography">
|
|
951
|
+
<div class="lead">
|
|
952
|
+
<p>添加子页面</p>
|
|
953
|
+
</div>
|
|
954
|
+
</div>
|
|
955
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span></h4>
|
|
956
|
+
</li>
|
|
957
|
+
</ul>
|
|
958
|
+
</section>
|
|
959
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
960
|
+
<a name="deeppick" class="tsd-anchor"></a>
|
|
961
|
+
<h3>deep<wbr>Pick</h3>
|
|
962
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
963
|
+
<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>
|
|
964
|
+
</ul>
|
|
965
|
+
<ul class="tsd-descriptions">
|
|
966
|
+
<li class="tsd-description">
|
|
967
|
+
<aside class="tsd-sources">
|
|
968
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#deeppick">deepPick</a></p>
|
|
969
|
+
<ul>
|
|
970
|
+
<li>Defined in common/Vertex.ts:183</li>
|
|
971
|
+
</ul>
|
|
972
|
+
</aside>
|
|
973
|
+
<div class="tsd-comment tsd-typography">
|
|
974
|
+
<div class="lead">
|
|
975
|
+
<p>从对象中深度获取</p>
|
|
976
|
+
</div>
|
|
977
|
+
<dl class="tsd-comment-tags">
|
|
978
|
+
<dt>example</dt>
|
|
979
|
+
<dd><p>比如一般后端返回只是添加了个 id</p>
|
|
980
|
+
<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>
|
|
981
|
+
</code></pre>
|
|
982
|
+
</dd>
|
|
983
|
+
</dl>
|
|
984
|
+
</div>
|
|
985
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
986
|
+
<ul class="tsd-parameters">
|
|
987
|
+
<li>
|
|
988
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
989
|
+
</li>
|
|
990
|
+
<li>
|
|
991
|
+
<h5>keys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
992
|
+
</li>
|
|
993
|
+
</ul>
|
|
994
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
995
|
+
</li>
|
|
996
|
+
</ul>
|
|
997
|
+
</section>
|
|
998
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
999
|
+
<a name="delete" class="tsd-anchor"></a>
|
|
1000
|
+
<h3>delete</h3>
|
|
1001
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1002
|
+
<li class="tsd-signature tsd-kind-icon">delete<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">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1003
|
+
</ul>
|
|
1004
|
+
<ul class="tsd-descriptions">
|
|
1005
|
+
<li class="tsd-description">
|
|
1006
|
+
<aside class="tsd-sources">
|
|
1007
|
+
<ul>
|
|
1008
|
+
<li>Defined in page/View.ts:287</li>
|
|
1009
|
+
</ul>
|
|
1010
|
+
</aside>
|
|
1011
|
+
<div class="tsd-comment tsd-typography">
|
|
1012
|
+
<div class="lead">
|
|
1013
|
+
<p>删除子页面</p>
|
|
1014
|
+
</div>
|
|
1015
|
+
</div>
|
|
1016
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1017
|
+
</li>
|
|
1018
|
+
</ul>
|
|
1019
|
+
</section>
|
|
1020
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1021
|
+
<a name="emit" class="tsd-anchor"></a>
|
|
1022
|
+
<h3>emit</h3>
|
|
1023
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1024
|
+
<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>
|
|
1025
|
+
</ul>
|
|
1026
|
+
<ul class="tsd-descriptions">
|
|
1027
|
+
<li class="tsd-description">
|
|
1028
|
+
<aside class="tsd-sources">
|
|
1029
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#emit">emit</a></p>
|
|
1030
|
+
<ul>
|
|
1031
|
+
<li>Defined in common/EventEmitter.ts:50</li>
|
|
1032
|
+
</ul>
|
|
1033
|
+
</aside>
|
|
1034
|
+
<div class="tsd-comment tsd-typography">
|
|
1035
|
+
<div class="lead">
|
|
1036
|
+
<p>触发事件</p>
|
|
1037
|
+
</div>
|
|
1038
|
+
</div>
|
|
1039
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1040
|
+
<ul class="tsd-parameters">
|
|
1041
|
+
<li>
|
|
1042
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
1043
|
+
<div class="tsd-comment tsd-typography">
|
|
1044
|
+
<p>事件名</p>
|
|
1045
|
+
</div>
|
|
1046
|
+
</li>
|
|
1047
|
+
<li>
|
|
1048
|
+
<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>
|
|
1049
|
+
<div class="tsd-comment tsd-typography">
|
|
1050
|
+
<p>事件参数</p>
|
|
1051
|
+
</div>
|
|
1052
|
+
</li>
|
|
1053
|
+
</ul>
|
|
1054
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1055
|
+
</li>
|
|
1056
|
+
</ul>
|
|
1057
|
+
</section>
|
|
1058
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1059
|
+
<a name="emitvertexidtonamechange" class="tsd-anchor"></a>
|
|
1060
|
+
<h3>emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</h3>
|
|
1061
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1062
|
+
<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>
|
|
1063
|
+
</ul>
|
|
1064
|
+
<ul class="tsd-descriptions">
|
|
1065
|
+
<li class="tsd-description">
|
|
1066
|
+
<aside class="tsd-sources">
|
|
1067
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#emitvertexidtonamechange">emitVertexIdToNameChange</a></p>
|
|
1068
|
+
<ul>
|
|
1069
|
+
<li>Defined in common/Vertex.ts:131</li>
|
|
1070
|
+
</ul>
|
|
1071
|
+
</aside>
|
|
1072
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1073
|
+
</li>
|
|
1074
|
+
</ul>
|
|
1075
|
+
</section>
|
|
1076
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1077
|
+
<a name="findelementbyattr" class="tsd-anchor"></a>
|
|
1078
|
+
<h3>find<wbr>Element<wbr>ByAttr</h3>
|
|
1079
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1080
|
+
<li class="tsd-signature tsd-kind-icon">find<wbr>Element<wbr>ByAttr<span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, value<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="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a></li>
|
|
1081
|
+
</ul>
|
|
1082
|
+
<ul class="tsd-descriptions">
|
|
1083
|
+
<li class="tsd-description">
|
|
1084
|
+
<aside class="tsd-sources">
|
|
1085
|
+
<ul>
|
|
1086
|
+
<li>Defined in page/View.ts:254</li>
|
|
1087
|
+
</ul>
|
|
1088
|
+
</aside>
|
|
1089
|
+
<div class="tsd-comment tsd-typography">
|
|
1090
|
+
<div class="lead">
|
|
1091
|
+
<p>根据属性查找元素</p>
|
|
1092
|
+
</div>
|
|
1093
|
+
</div>
|
|
1094
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1095
|
+
<ul class="tsd-parameters">
|
|
1096
|
+
<li>
|
|
1097
|
+
<h5>name: <span class="tsd-signature-type">string</span></h5>
|
|
1098
|
+
</li>
|
|
1099
|
+
<li>
|
|
1100
|
+
<h5>value: <span class="tsd-signature-type">string</span></h5>
|
|
1101
|
+
<div class="tsd-comment tsd-typography">
|
|
1102
|
+
</div>
|
|
1103
|
+
</li>
|
|
1104
|
+
</ul>
|
|
1105
|
+
<h4 class="tsd-returns-title">Returns <a href="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a></h4>
|
|
1106
|
+
</li>
|
|
1107
|
+
</ul>
|
|
1108
|
+
</section>
|
|
1109
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1110
|
+
<a name="findelementbynodepath" class="tsd-anchor"></a>
|
|
1111
|
+
<h3>find<wbr>Element<wbr>ByNode<wbr>Path</h3>
|
|
1112
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1113
|
+
<li class="tsd-signature tsd-kind-icon">find<wbr>Element<wbr>ByNode<wbr>Path<span class="tsd-signature-symbol">(</span>nodePath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, node<span class="tsd-signature-symbol">?: </span><a href="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a></li>
|
|
1114
|
+
</ul>
|
|
1115
|
+
<ul class="tsd-descriptions">
|
|
1116
|
+
<li class="tsd-description">
|
|
1117
|
+
<aside class="tsd-sources">
|
|
1118
|
+
<ul>
|
|
1119
|
+
<li>Defined in page/View.ts:231</li>
|
|
1120
|
+
</ul>
|
|
1121
|
+
</aside>
|
|
1122
|
+
<div class="tsd-comment tsd-typography">
|
|
1123
|
+
<div class="lead">
|
|
1124
|
+
<p>根据路径查找子节点</p>
|
|
1125
|
+
</div>
|
|
1126
|
+
<dl class="tsd-comment-tags">
|
|
1127
|
+
<dt>examples</dt>
|
|
1128
|
+
<dd><ul>
|
|
1129
|
+
<li>findElementByNodePath('', root) 指根节点本身</li>
|
|
1130
|
+
<li>findElementByNodePath('/', root) 指根节点本身</li>
|
|
1131
|
+
<li>findElementByNodePath('/0', root) 指第0个子节点</li>
|
|
1132
|
+
<li>findElementByNodePath('/2/1', root) 指第2个子节点的第1个子节点</li>
|
|
1133
|
+
</ul>
|
|
1134
|
+
</dd>
|
|
1135
|
+
</dl>
|
|
1136
|
+
</div>
|
|
1137
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1138
|
+
<ul class="tsd-parameters">
|
|
1139
|
+
<li>
|
|
1140
|
+
<h5>nodePath: <span class="tsd-signature-type">string</span></h5>
|
|
1141
|
+
<div class="tsd-comment tsd-typography">
|
|
1142
|
+
<p>节点路径,/1/2 表示根节点的第1个子节点的第2个子节点</p>
|
|
1143
|
+
</div>
|
|
1144
|
+
</li>
|
|
1145
|
+
<li>
|
|
1146
|
+
<h5>node: <a href="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1147
|
+
<div class="tsd-comment tsd-typography">
|
|
1148
|
+
<p>查找的起始节点</p>
|
|
1149
|
+
</div>
|
|
1150
|
+
</li>
|
|
1151
|
+
</ul>
|
|
1152
|
+
<h4 class="tsd-returns-title">Returns <a href="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a></h4>
|
|
1153
|
+
</li>
|
|
1154
|
+
</ul>
|
|
1155
|
+
</section>
|
|
1156
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1157
|
+
<a name="findelementbytag" class="tsd-anchor"></a>
|
|
1158
|
+
<h3>find<wbr>Element<wbr>ByTag</h3>
|
|
1159
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1160
|
+
<li class="tsd-signature tsd-kind-icon">find<wbr>Element<wbr>ByTag<span class="tsd-signature-symbol">(</span>tag<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="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a></li>
|
|
1161
|
+
</ul>
|
|
1162
|
+
<ul class="tsd-descriptions">
|
|
1163
|
+
<li class="tsd-description">
|
|
1164
|
+
<aside class="tsd-sources">
|
|
1165
|
+
<ul>
|
|
1166
|
+
<li>Defined in page/View.ts:246</li>
|
|
1167
|
+
</ul>
|
|
1168
|
+
</aside>
|
|
1169
|
+
<div class="tsd-comment tsd-typography">
|
|
1170
|
+
<div class="lead">
|
|
1171
|
+
<p>根据标签查找元素</p>
|
|
1172
|
+
</div>
|
|
1173
|
+
</div>
|
|
1174
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1175
|
+
<ul class="tsd-parameters">
|
|
1176
|
+
<li>
|
|
1177
|
+
<h5>tag: <span class="tsd-signature-type">string</span></h5>
|
|
1178
|
+
<div class="tsd-comment tsd-typography">
|
|
1179
|
+
</div>
|
|
1180
|
+
</li>
|
|
1181
|
+
</ul>
|
|
1182
|
+
<h4 class="tsd-returns-title">Returns <a href="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a></h4>
|
|
1183
|
+
</li>
|
|
1184
|
+
</ul>
|
|
1185
|
+
</section>
|
|
1186
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1187
|
+
<a name="findusage" class="tsd-anchor"></a>
|
|
1188
|
+
<h3>find<wbr>Usage</h3>
|
|
1189
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1190
|
+
<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>
|
|
1191
|
+
</ul>
|
|
1192
|
+
<ul class="tsd-descriptions">
|
|
1193
|
+
<li class="tsd-description">
|
|
1194
|
+
<aside class="tsd-sources">
|
|
1195
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#findusage">findUsage</a></p>
|
|
1196
|
+
<ul>
|
|
1197
|
+
<li>Defined in common/Vertex.ts:242</li>
|
|
1198
|
+
</ul>
|
|
1199
|
+
</aside>
|
|
1200
|
+
<div class="tsd-comment tsd-typography">
|
|
1201
|
+
<div class="lead">
|
|
1202
|
+
<p>查找引用</p>
|
|
1203
|
+
</div>
|
|
1204
|
+
</div>
|
|
1205
|
+
<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>
|
|
1206
|
+
</li>
|
|
1207
|
+
</ul>
|
|
1208
|
+
</section>
|
|
1209
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1210
|
+
<a name="iscontentloaded" class="tsd-anchor"></a>
|
|
1211
|
+
<h3>is<wbr>Content<wbr>Loaded</h3>
|
|
1212
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1213
|
+
<li class="tsd-signature tsd-kind-icon">is<wbr>Content<wbr>Loaded<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
|
|
1214
|
+
</ul>
|
|
1215
|
+
<ul class="tsd-descriptions">
|
|
1216
|
+
<li class="tsd-description">
|
|
1217
|
+
<aside class="tsd-sources">
|
|
1218
|
+
<ul>
|
|
1219
|
+
<li>Defined in page/View.ts:206</li>
|
|
1220
|
+
</ul>
|
|
1221
|
+
</aside>
|
|
1222
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
1223
|
+
</li>
|
|
1224
|
+
</ul>
|
|
1225
|
+
</section>
|
|
1226
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1227
|
+
<a name="load" class="tsd-anchor"></a>
|
|
1228
|
+
<h3>load</h3>
|
|
1229
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1230
|
+
<li class="tsd-signature tsd-kind-icon">load<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>
|
|
1231
|
+
</ul>
|
|
1232
|
+
<ul class="tsd-descriptions">
|
|
1233
|
+
<li class="tsd-description">
|
|
1234
|
+
<aside class="tsd-sources">
|
|
1235
|
+
<ul>
|
|
1236
|
+
<li>Defined in page/View.ts:152</li>
|
|
1237
|
+
</ul>
|
|
1238
|
+
</aside>
|
|
1239
|
+
<div class="tsd-comment tsd-typography">
|
|
1240
|
+
<div class="lead">
|
|
1241
|
+
<p>在 mergeBlock 的情况下使用
|
|
1242
|
+
在 loadDetail 的情况下使用</p>
|
|
1243
|
+
</div>
|
|
1244
|
+
</div>
|
|
1245
|
+
<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>
|
|
1246
|
+
</li>
|
|
1247
|
+
</ul>
|
|
1248
|
+
</section>
|
|
1249
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1250
|
+
<a name="loadall" class="tsd-anchor"></a>
|
|
1251
|
+
<h3>load<wbr>All</h3>
|
|
1252
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1253
|
+
<li class="tsd-signature tsd-kind-icon">load<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">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
1254
|
+
</ul>
|
|
1255
|
+
<ul class="tsd-descriptions">
|
|
1256
|
+
<li class="tsd-description">
|
|
1257
|
+
<aside class="tsd-sources">
|
|
1258
|
+
<ul>
|
|
1259
|
+
<li>Defined in page/View.ts:184</li>
|
|
1260
|
+
</ul>
|
|
1261
|
+
</aside>
|
|
1262
|
+
<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>
|
|
1263
|
+
</li>
|
|
1264
|
+
</ul>
|
|
1265
|
+
</section>
|
|
1266
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1267
|
+
<a name="mergeblock" class="tsd-anchor"></a>
|
|
1268
|
+
<h3>merge<wbr>Block</h3>
|
|
1269
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1270
|
+
<li class="tsd-signature tsd-kind-icon">merge<wbr>Block<span class="tsd-signature-symbol">(</span>code<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, nodePath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, position<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, parentNodePath<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">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1271
|
+
</ul>
|
|
1272
|
+
<ul class="tsd-descriptions">
|
|
1273
|
+
<li class="tsd-description">
|
|
1274
|
+
<aside class="tsd-sources">
|
|
1275
|
+
<ul>
|
|
1276
|
+
<li>Defined in page/View.ts:484</li>
|
|
1277
|
+
</ul>
|
|
1278
|
+
</aside>
|
|
1279
|
+
<div class="tsd-comment tsd-typography">
|
|
1280
|
+
<div class="lead">
|
|
1281
|
+
<p>合并代码</p>
|
|
1282
|
+
</div>
|
|
1283
|
+
</div>
|
|
1284
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1285
|
+
<ul class="tsd-parameters">
|
|
1286
|
+
<li>
|
|
1287
|
+
<h5>code: <span class="tsd-signature-type">string</span></h5>
|
|
1288
|
+
</li>
|
|
1289
|
+
<li>
|
|
1290
|
+
<h5>nodePath: <span class="tsd-signature-type">string</span></h5>
|
|
1291
|
+
</li>
|
|
1292
|
+
<li>
|
|
1293
|
+
<h5>position: <span class="tsd-signature-type">string</span></h5>
|
|
1294
|
+
</li>
|
|
1295
|
+
<li>
|
|
1296
|
+
<h5>parentNodePath: <span class="tsd-signature-type">string</span></h5>
|
|
1297
|
+
</li>
|
|
1298
|
+
</ul>
|
|
1299
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1300
|
+
</li>
|
|
1301
|
+
</ul>
|
|
1302
|
+
</section>
|
|
1303
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1304
|
+
<a name="off" class="tsd-anchor"></a>
|
|
1305
|
+
<h3>off</h3>
|
|
1306
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1307
|
+
<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>
|
|
1308
|
+
</ul>
|
|
1309
|
+
<ul class="tsd-descriptions">
|
|
1310
|
+
<li class="tsd-description">
|
|
1311
|
+
<aside class="tsd-sources">
|
|
1312
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#off">off</a></p>
|
|
1313
|
+
<ul>
|
|
1314
|
+
<li>Defined in common/EventEmitter.ts:26</li>
|
|
1315
|
+
</ul>
|
|
1316
|
+
</aside>
|
|
1317
|
+
<div class="tsd-comment tsd-typography">
|
|
1318
|
+
<div class="lead">
|
|
1319
|
+
<p>取消监听事件</p>
|
|
1320
|
+
</div>
|
|
1321
|
+
</div>
|
|
1322
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1323
|
+
<ul class="tsd-parameters">
|
|
1324
|
+
<li>
|
|
1325
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
1326
|
+
<div class="tsd-comment tsd-typography">
|
|
1327
|
+
<p>事件名</p>
|
|
1328
|
+
</div>
|
|
1329
|
+
</li>
|
|
1330
|
+
<li>
|
|
1331
|
+
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
|
|
1332
|
+
<div class="tsd-comment tsd-typography">
|
|
1333
|
+
<p>监听器</p>
|
|
1334
|
+
</div>
|
|
1335
|
+
</li>
|
|
1336
|
+
</ul>
|
|
1337
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1338
|
+
</li>
|
|
1339
|
+
</ul>
|
|
1340
|
+
</section>
|
|
1341
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1342
|
+
<a name="on" class="tsd-anchor"></a>
|
|
1343
|
+
<h3>on</h3>
|
|
1344
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1345
|
+
<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>
|
|
1346
|
+
</ul>
|
|
1347
|
+
<ul class="tsd-descriptions">
|
|
1348
|
+
<li class="tsd-description">
|
|
1349
|
+
<aside class="tsd-sources">
|
|
1350
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#on">on</a></p>
|
|
1351
|
+
<ul>
|
|
1352
|
+
<li>Defined in common/EventEmitter.ts:13</li>
|
|
1353
|
+
</ul>
|
|
1354
|
+
</aside>
|
|
1355
|
+
<div class="tsd-comment tsd-typography">
|
|
1356
|
+
<div class="lead">
|
|
1357
|
+
<p>监听事件</p>
|
|
1358
|
+
</div>
|
|
1359
|
+
</div>
|
|
1360
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1361
|
+
<ul class="tsd-parameters">
|
|
1362
|
+
<li>
|
|
1363
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
1364
|
+
<div class="tsd-comment tsd-typography">
|
|
1365
|
+
<p>事件名</p>
|
|
1366
|
+
</div>
|
|
1367
|
+
</li>
|
|
1368
|
+
<li>
|
|
1369
|
+
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
|
|
1370
|
+
<div class="tsd-comment tsd-typography">
|
|
1371
|
+
<p>监听器</p>
|
|
1372
|
+
</div>
|
|
1373
|
+
</li>
|
|
1374
|
+
</ul>
|
|
1375
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1376
|
+
</li>
|
|
1377
|
+
</ul>
|
|
1378
|
+
</section>
|
|
1379
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1380
|
+
<a name="once" class="tsd-anchor"></a>
|
|
1381
|
+
<h3>once</h3>
|
|
1382
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1383
|
+
<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>
|
|
1384
|
+
</ul>
|
|
1385
|
+
<ul class="tsd-descriptions">
|
|
1386
|
+
<li class="tsd-description">
|
|
1387
|
+
<aside class="tsd-sources">
|
|
1388
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#once">once</a></p>
|
|
1389
|
+
<ul>
|
|
1390
|
+
<li>Defined in common/EventEmitter.ts:38</li>
|
|
1391
|
+
</ul>
|
|
1392
|
+
</aside>
|
|
1393
|
+
<div class="tsd-comment tsd-typography">
|
|
1394
|
+
<div class="lead">
|
|
1395
|
+
<p>只监听一次事件</p>
|
|
1396
|
+
</div>
|
|
1397
|
+
</div>
|
|
1398
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1399
|
+
<ul class="tsd-parameters">
|
|
1400
|
+
<li>
|
|
1401
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
1402
|
+
<div class="tsd-comment tsd-typography">
|
|
1403
|
+
<p>事件名</p>
|
|
1404
|
+
</div>
|
|
1405
|
+
</li>
|
|
1406
|
+
<li>
|
|
1407
|
+
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
|
|
1408
|
+
<div class="tsd-comment tsd-typography">
|
|
1409
|
+
<p>监听器</p>
|
|
1410
|
+
</div>
|
|
1411
|
+
</li>
|
|
1412
|
+
</ul>
|
|
1413
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1414
|
+
</li>
|
|
1415
|
+
</ul>
|
|
1416
|
+
</section>
|
|
1417
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1418
|
+
<a name="parseall" class="tsd-anchor"></a>
|
|
1419
|
+
<h3>parse<wbr>All</h3>
|
|
1420
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1421
|
+
<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>
|
|
1422
|
+
</ul>
|
|
1423
|
+
<ul class="tsd-descriptions">
|
|
1424
|
+
<li class="tsd-description">
|
|
1425
|
+
<aside class="tsd-sources">
|
|
1426
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#parseall">parseAll</a></p>
|
|
1427
|
+
<ul>
|
|
1428
|
+
<li>Defined in page/Block.ts:93</li>
|
|
1429
|
+
</ul>
|
|
1430
|
+
</aside>
|
|
1431
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1432
|
+
</li>
|
|
1433
|
+
</ul>
|
|
1434
|
+
</section>
|
|
1435
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1436
|
+
<a name="parsedefinition" class="tsd-anchor"></a>
|
|
1437
|
+
<h3>parse<wbr>Definition</h3>
|
|
1438
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1439
|
+
<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>
|
|
1440
|
+
</ul>
|
|
1441
|
+
<ul class="tsd-descriptions">
|
|
1442
|
+
<li class="tsd-description">
|
|
1443
|
+
<aside class="tsd-sources">
|
|
1444
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#parsedefinition">parseDefinition</a></p>
|
|
1445
|
+
<ul>
|
|
1446
|
+
<li>Defined in page/Block.ts:87</li>
|
|
1447
|
+
</ul>
|
|
1448
|
+
</aside>
|
|
1449
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1450
|
+
<ul class="tsd-parameters">
|
|
1451
|
+
<li>
|
|
1452
|
+
<h5>definition: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1453
|
+
</li>
|
|
1454
|
+
</ul>
|
|
1455
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1456
|
+
</li>
|
|
1457
|
+
</ul>
|
|
1458
|
+
</section>
|
|
1459
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1460
|
+
<a name="parsetemplate" class="tsd-anchor"></a>
|
|
1461
|
+
<h3>parse<wbr>Template</h3>
|
|
1462
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1463
|
+
<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>
|
|
1464
|
+
</ul>
|
|
1465
|
+
<ul class="tsd-descriptions">
|
|
1466
|
+
<li class="tsd-description">
|
|
1467
|
+
<aside class="tsd-sources">
|
|
1468
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#parsetemplate">parseTemplate</a></p>
|
|
1469
|
+
<ul>
|
|
1470
|
+
<li>Defined in page/Block.ts:81</li>
|
|
1471
|
+
</ul>
|
|
1472
|
+
</aside>
|
|
1473
|
+
<div class="tsd-comment tsd-typography">
|
|
1474
|
+
<div class="lead">
|
|
1475
|
+
<p>从模板解析出 AST</p>
|
|
1476
|
+
</div>
|
|
1477
|
+
</div>
|
|
1478
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1479
|
+
<ul class="tsd-parameters">
|
|
1480
|
+
<li>
|
|
1481
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> template: <span class="tsd-signature-type">string</span></h5>
|
|
1482
|
+
<div class="tsd-comment tsd-typography">
|
|
1483
|
+
<p>模板代码</p>
|
|
1484
|
+
</div>
|
|
1485
|
+
</li>
|
|
1486
|
+
</ul>
|
|
1487
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1488
|
+
</li>
|
|
1489
|
+
</ul>
|
|
1490
|
+
</section>
|
|
1491
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1492
|
+
<a name="pick" class="tsd-anchor"></a>
|
|
1493
|
+
<h3>pick</h3>
|
|
1494
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1495
|
+
<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>
|
|
1496
|
+
</ul>
|
|
1497
|
+
<ul class="tsd-descriptions">
|
|
1498
|
+
<li class="tsd-description">
|
|
1499
|
+
<aside class="tsd-sources">
|
|
1500
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#pick">pick</a></p>
|
|
1501
|
+
<ul>
|
|
1502
|
+
<li>Defined in common/Vertex.ts:162</li>
|
|
1503
|
+
</ul>
|
|
1504
|
+
</aside>
|
|
1505
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1506
|
+
<ul class="tsd-parameters">
|
|
1507
|
+
<li>
|
|
1508
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
1509
|
+
</li>
|
|
1510
|
+
<li>
|
|
1511
|
+
<h5>keys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1512
|
+
</li>
|
|
1513
|
+
</ul>
|
|
1514
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1515
|
+
</li>
|
|
1516
|
+
</ul>
|
|
1517
|
+
</section>
|
|
1518
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1519
|
+
<a name="plainassign" class="tsd-anchor"></a>
|
|
1520
|
+
<h3>plain<wbr>Assign</h3>
|
|
1521
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1522
|
+
<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>
|
|
1523
|
+
</ul>
|
|
1524
|
+
<ul class="tsd-descriptions">
|
|
1525
|
+
<li class="tsd-description">
|
|
1526
|
+
<aside class="tsd-sources">
|
|
1527
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#plainassign">plainAssign</a></p>
|
|
1528
|
+
<ul>
|
|
1529
|
+
<li>Defined in common/Vertex.ts:143</li>
|
|
1530
|
+
</ul>
|
|
1531
|
+
</aside>
|
|
1532
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1533
|
+
<ul class="tsd-parameters">
|
|
1534
|
+
<li>
|
|
1535
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
1536
|
+
</li>
|
|
1537
|
+
</ul>
|
|
1538
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1539
|
+
</li>
|
|
1540
|
+
</ul>
|
|
1541
|
+
</section>
|
|
1542
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1543
|
+
<a name="setasfirst" class="tsd-anchor"></a>
|
|
1544
|
+
<h3>set<wbr>AsFirst</h3>
|
|
1545
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1546
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>AsFirst<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">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1547
|
+
</ul>
|
|
1548
|
+
<ul class="tsd-descriptions">
|
|
1549
|
+
<li class="tsd-description">
|
|
1550
|
+
<aside class="tsd-sources">
|
|
1551
|
+
<ul>
|
|
1552
|
+
<li>Defined in page/View.ts:379</li>
|
|
1553
|
+
</ul>
|
|
1554
|
+
</aside>
|
|
1555
|
+
<div class="tsd-comment tsd-typography">
|
|
1556
|
+
<div class="lead">
|
|
1557
|
+
<p>设置该子页面为默认跳转页</p>
|
|
1558
|
+
</div>
|
|
1559
|
+
</div>
|
|
1560
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1561
|
+
</li>
|
|
1562
|
+
</ul>
|
|
1563
|
+
</section>
|
|
1564
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1565
|
+
<a name="setcrumb" class="tsd-anchor"></a>
|
|
1566
|
+
<h3>set<wbr>Crumb</h3>
|
|
1567
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1568
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>Crumb<span class="tsd-signature-symbol">(</span>crumb<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">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1569
|
+
</ul>
|
|
1570
|
+
<ul class="tsd-descriptions">
|
|
1571
|
+
<li class="tsd-description">
|
|
1572
|
+
<aside class="tsd-sources">
|
|
1573
|
+
<ul>
|
|
1574
|
+
<li>Defined in page/View.ts:366</li>
|
|
1575
|
+
</ul>
|
|
1576
|
+
</aside>
|
|
1577
|
+
<div class="tsd-comment tsd-typography">
|
|
1578
|
+
<div class="lead">
|
|
1579
|
+
<p>设置子页面面包屑</p>
|
|
1580
|
+
</div>
|
|
1581
|
+
</div>
|
|
1582
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1583
|
+
<ul class="tsd-parameters">
|
|
1584
|
+
<li>
|
|
1585
|
+
<h5>crumb: <span class="tsd-signature-type">string</span></h5>
|
|
1586
|
+
<div class="tsd-comment tsd-typography">
|
|
1587
|
+
<p>面包屑</p>
|
|
1588
|
+
</div>
|
|
1589
|
+
</li>
|
|
1590
|
+
</ul>
|
|
1591
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1592
|
+
</li>
|
|
1593
|
+
</ul>
|
|
1594
|
+
</section>
|
|
1595
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1596
|
+
<a name="setname" class="tsd-anchor"></a>
|
|
1597
|
+
<h3>set<wbr>Name</h3>
|
|
1598
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1599
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>Name<span class="tsd-signature-symbol">(</span>name<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">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1600
|
+
</ul>
|
|
1601
|
+
<ul class="tsd-descriptions">
|
|
1602
|
+
<li class="tsd-description">
|
|
1603
|
+
<aside class="tsd-sources">
|
|
1604
|
+
<ul>
|
|
1605
|
+
<li>Defined in page/View.ts:321</li>
|
|
1606
|
+
</ul>
|
|
1607
|
+
</aside>
|
|
1608
|
+
<div class="tsd-comment tsd-typography">
|
|
1609
|
+
<div class="lead">
|
|
1610
|
+
<p>设置子页面名称
|
|
1611
|
+
如果为顶级子页面,会同时设置 Page 的属性</p>
|
|
1612
|
+
</div>
|
|
1613
|
+
</div>
|
|
1614
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1615
|
+
<ul class="tsd-parameters">
|
|
1616
|
+
<li>
|
|
1617
|
+
<h5>name: <span class="tsd-signature-type">string</span></h5>
|
|
1618
|
+
<div class="tsd-comment tsd-typography">
|
|
1619
|
+
<p>名称</p>
|
|
1620
|
+
</div>
|
|
1621
|
+
</li>
|
|
1622
|
+
</ul>
|
|
1623
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1624
|
+
</li>
|
|
1625
|
+
</ul>
|
|
1626
|
+
</section>
|
|
1627
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1628
|
+
<a name="settitle" class="tsd-anchor"></a>
|
|
1629
|
+
<h3>set<wbr>Title</h3>
|
|
1630
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1631
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>Title<span class="tsd-signature-symbol">(</span>title<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">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
1632
|
+
</ul>
|
|
1633
|
+
<ul class="tsd-descriptions">
|
|
1634
|
+
<li class="tsd-description">
|
|
1635
|
+
<aside class="tsd-sources">
|
|
1636
|
+
<ul>
|
|
1637
|
+
<li>Defined in page/View.ts:348</li>
|
|
1638
|
+
</ul>
|
|
1639
|
+
</aside>
|
|
1640
|
+
<div class="tsd-comment tsd-typography">
|
|
1641
|
+
<div class="lead">
|
|
1642
|
+
<p>设置子页面标题
|
|
1643
|
+
如果为顶级子页面,会同时设置 Page 的属性</p>
|
|
1644
|
+
</div>
|
|
1645
|
+
</div>
|
|
1646
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1647
|
+
<ul class="tsd-parameters">
|
|
1648
|
+
<li>
|
|
1649
|
+
<h5>title: <span class="tsd-signature-type">string</span></h5>
|
|
1650
|
+
<div class="tsd-comment tsd-typography">
|
|
1651
|
+
<p>标题</p>
|
|
1652
|
+
</div>
|
|
1653
|
+
</li>
|
|
1654
|
+
</ul>
|
|
1655
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
1656
|
+
</li>
|
|
1657
|
+
</ul>
|
|
1658
|
+
</section>
|
|
1659
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1660
|
+
<a name="todesignervue" class="tsd-anchor"></a>
|
|
1661
|
+
<h3>to<wbr>Designer<wbr>Vue</h3>
|
|
1662
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1663
|
+
<li class="tsd-signature tsd-kind-icon">to<wbr>Designer<wbr>Vue<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/page_element.elementtovueoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ElementToVueOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
1664
|
+
</ul>
|
|
1665
|
+
<ul class="tsd-descriptions">
|
|
1666
|
+
<li class="tsd-description">
|
|
1667
|
+
<aside class="tsd-sources">
|
|
1668
|
+
<ul>
|
|
1669
|
+
<li>Defined in page/View.ts:459</li>
|
|
1670
|
+
</ul>
|
|
1671
|
+
</aside>
|
|
1672
|
+
<div class="tsd-comment tsd-typography">
|
|
1673
|
+
<div class="lead">
|
|
1674
|
+
<p>转换成设计器中使用的 Vue 文件</p>
|
|
1675
|
+
</div>
|
|
1676
|
+
</div>
|
|
1677
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1678
|
+
<ul class="tsd-parameters">
|
|
1679
|
+
<li>
|
|
1680
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/page_element.elementtovueoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ElementToVueOptions</a></h5>
|
|
1681
|
+
<div class="tsd-comment tsd-typography">
|
|
1682
|
+
</div>
|
|
1683
|
+
</li>
|
|
1684
|
+
</ul>
|
|
1685
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
1686
|
+
</li>
|
|
1687
|
+
</ul>
|
|
1688
|
+
</section>
|
|
1689
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1690
|
+
<a name="tojson" class="tsd-anchor"></a>
|
|
1691
|
+
<h3>toJSON</h3>
|
|
1692
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1693
|
+
<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>
|
|
1694
|
+
</ul>
|
|
1695
|
+
<ul class="tsd-descriptions">
|
|
1696
|
+
<li class="tsd-description">
|
|
1697
|
+
<aside class="tsd-sources">
|
|
1698
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#tojson">toJSON</a></p>
|
|
1699
|
+
<ul>
|
|
1700
|
+
<li>Defined in common/Vertex.ts:209</li>
|
|
1701
|
+
</ul>
|
|
1702
|
+
</aside>
|
|
1703
|
+
<div class="tsd-comment tsd-typography">
|
|
1704
|
+
<div class="lead">
|
|
1705
|
+
<p>去除循环依赖,转为纯 JSON</p>
|
|
1706
|
+
</div>
|
|
1707
|
+
</div>
|
|
1708
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1709
|
+
<ul class="tsd-parameters">
|
|
1710
|
+
<li>
|
|
1711
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parentKey: <span class="tsd-signature-type">string</span></h5>
|
|
1712
|
+
<div class="tsd-comment tsd-typography">
|
|
1713
|
+
<p>外面的 key</p>
|
|
1714
|
+
</div>
|
|
1715
|
+
</li>
|
|
1716
|
+
<li>
|
|
1717
|
+
<h5>excludedKeys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1718
|
+
<div class="tsd-comment tsd-typography">
|
|
1719
|
+
<p>需要额外排除的 keys</p>
|
|
1720
|
+
</div>
|
|
1721
|
+
</li>
|
|
1722
|
+
</ul>
|
|
1723
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
1724
|
+
</li>
|
|
1725
|
+
</ul>
|
|
1726
|
+
</section>
|
|
1727
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1728
|
+
<a name="toplainjson" class="tsd-anchor"></a>
|
|
1729
|
+
<h3>to<wbr>PlainJSON</h3>
|
|
1730
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1731
|
+
<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>
|
|
1732
|
+
</ul>
|
|
1733
|
+
<ul class="tsd-descriptions">
|
|
1734
|
+
<li class="tsd-description">
|
|
1735
|
+
<aside class="tsd-sources">
|
|
1736
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#toplainjson">toPlainJSON</a></p>
|
|
1737
|
+
<ul>
|
|
1738
|
+
<li>Defined in common/Vertex.ts:225</li>
|
|
1739
|
+
</ul>
|
|
1740
|
+
</aside>
|
|
1741
|
+
<div class="tsd-comment tsd-typography">
|
|
1742
|
+
<div class="lead">
|
|
1743
|
+
<p>转为单层的 JSON</p>
|
|
1744
|
+
</div>
|
|
1745
|
+
</div>
|
|
1746
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1747
|
+
<ul class="tsd-parameters">
|
|
1748
|
+
<li>
|
|
1749
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parentKey: <span class="tsd-signature-type">string</span></h5>
|
|
1750
|
+
<div class="tsd-comment tsd-typography">
|
|
1751
|
+
<p>外面的 key</p>
|
|
1752
|
+
</div>
|
|
1753
|
+
</li>
|
|
1754
|
+
<li>
|
|
1755
|
+
<h5>excludedKeys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1756
|
+
<div class="tsd-comment tsd-typography">
|
|
1757
|
+
<p>需要额外排除的 keys</p>
|
|
1758
|
+
</div>
|
|
1759
|
+
</li>
|
|
1760
|
+
</ul>
|
|
1761
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
1762
|
+
</li>
|
|
1763
|
+
</ul>
|
|
1764
|
+
</section>
|
|
1765
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1766
|
+
<a name="toscript" class="tsd-anchor"></a>
|
|
1767
|
+
<h3>to<wbr>Script</h3>
|
|
1768
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1769
|
+
<li class="tsd-signature tsd-kind-icon">to<wbr>Script<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/page_element.elementtovueoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ElementToVueOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
1770
|
+
</ul>
|
|
1771
|
+
<ul class="tsd-descriptions">
|
|
1772
|
+
<li class="tsd-description">
|
|
1773
|
+
<aside class="tsd-sources">
|
|
1774
|
+
<ul>
|
|
1775
|
+
<li>Defined in page/View.ts:409</li>
|
|
1776
|
+
</ul>
|
|
1777
|
+
</aside>
|
|
1778
|
+
<div class="tsd-comment tsd-typography">
|
|
1779
|
+
<div class="lead">
|
|
1780
|
+
<p>转换成 Vue 中需要的 JS 代码</p>
|
|
1781
|
+
</div>
|
|
1782
|
+
<dl class="tsd-comment-tags">
|
|
1783
|
+
<dt>todo</dt>
|
|
1784
|
+
<dd><p>这一版先做成 componentOptions 式的,后面再美化</p>
|
|
1785
|
+
</dd>
|
|
1786
|
+
</dl>
|
|
1787
|
+
</div>
|
|
1788
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1789
|
+
<ul class="tsd-parameters">
|
|
1790
|
+
<li>
|
|
1791
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/page_element.elementtovueoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ElementToVueOptions</a></h5>
|
|
1792
|
+
</li>
|
|
1793
|
+
</ul>
|
|
1794
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
1795
|
+
</li>
|
|
1796
|
+
</ul>
|
|
1797
|
+
</section>
|
|
1798
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1799
|
+
<a name="tovue" class="tsd-anchor"></a>
|
|
1800
|
+
<h3>to<wbr>Vue</h3>
|
|
1801
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1802
|
+
<li class="tsd-signature tsd-kind-icon">to<wbr>Vue<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/page_element.elementtovueoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ElementToVueOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
1803
|
+
</ul>
|
|
1804
|
+
<ul class="tsd-descriptions">
|
|
1805
|
+
<li class="tsd-description">
|
|
1806
|
+
<aside class="tsd-sources">
|
|
1807
|
+
<ul>
|
|
1808
|
+
<li>Defined in page/View.ts:445</li>
|
|
1809
|
+
</ul>
|
|
1810
|
+
</aside>
|
|
1811
|
+
<div class="tsd-comment tsd-typography">
|
|
1812
|
+
<div class="lead">
|
|
1813
|
+
<p>转换成 Vue 文件</p>
|
|
1814
|
+
</div>
|
|
1815
|
+
</div>
|
|
1816
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1817
|
+
<ul class="tsd-parameters">
|
|
1818
|
+
<li>
|
|
1819
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/page_element.elementtovueoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ElementToVueOptions</a></h5>
|
|
1820
|
+
</li>
|
|
1821
|
+
</ul>
|
|
1822
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
1823
|
+
</li>
|
|
1824
|
+
</ul>
|
|
1825
|
+
</section>
|
|
1826
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1827
|
+
<a name="tovueoptions" class="tsd-anchor"></a>
|
|
1828
|
+
<h3>to<wbr>Vue<wbr>Options</h3>
|
|
1829
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1830
|
+
<li class="tsd-signature tsd-kind-icon">to<wbr>Vue<wbr>Options<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/page_element.elementtovueoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ElementToVueOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>script<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><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></li>
|
|
1831
|
+
</ul>
|
|
1832
|
+
<ul class="tsd-descriptions">
|
|
1833
|
+
<li class="tsd-description">
|
|
1834
|
+
<aside class="tsd-sources">
|
|
1835
|
+
<ul>
|
|
1836
|
+
<li>Defined in page/View.ts:473</li>
|
|
1837
|
+
</ul>
|
|
1838
|
+
</aside>
|
|
1839
|
+
<div class="tsd-comment tsd-typography">
|
|
1840
|
+
<div class="lead">
|
|
1841
|
+
<p>转换成 VueOptions</p>
|
|
1842
|
+
</div>
|
|
1843
|
+
<dl class="tsd-comment-tags">
|
|
1844
|
+
<dt>todo</dt>
|
|
1845
|
+
<dd><p>后面 template 可以优化成 render 函数</p>
|
|
1846
|
+
</dd>
|
|
1847
|
+
</dl>
|
|
1848
|
+
</div>
|
|
1849
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1850
|
+
<ul class="tsd-parameters">
|
|
1851
|
+
<li>
|
|
1852
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/page_element.elementtovueoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ElementToVueOptions</a></h5>
|
|
1853
|
+
</li>
|
|
1854
|
+
</ul>
|
|
1855
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">{ </span>script<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><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></h4>
|
|
1856
|
+
<ul class="tsd-parameters">
|
|
1857
|
+
<li class="tsd-parameter">
|
|
1858
|
+
<h5>script<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
1859
|
+
</li>
|
|
1860
|
+
<li class="tsd-parameter">
|
|
1861
|
+
<h5>template<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
1862
|
+
</li>
|
|
1863
|
+
</ul>
|
|
1864
|
+
</li>
|
|
1865
|
+
</ul>
|
|
1866
|
+
</section>
|
|
1867
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
1868
|
+
<a name="update" class="tsd-anchor"></a>
|
|
1869
|
+
<h3>update</h3>
|
|
1870
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
1871
|
+
<li class="tsd-signature tsd-kind-icon">update<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><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span></li>
|
|
1872
|
+
</ul>
|
|
1873
|
+
<ul class="tsd-descriptions">
|
|
1874
|
+
<li class="tsd-description">
|
|
1875
|
+
<aside class="tsd-sources">
|
|
1876
|
+
<ul>
|
|
1877
|
+
<li>Defined in page/View.ts:306</li>
|
|
1878
|
+
</ul>
|
|
1879
|
+
</aside>
|
|
1880
|
+
<div class="tsd-comment tsd-typography">
|
|
1881
|
+
<div class="lead">
|
|
1882
|
+
<p>修改子页面</p>
|
|
1883
|
+
</div>
|
|
1884
|
+
</div>
|
|
1885
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span></h4>
|
|
1886
|
+
</li>
|
|
1887
|
+
</ul>
|
|
1888
|
+
</section>
|
|
1889
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1890
|
+
<a name="from" class="tsd-anchor"></a>
|
|
1891
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> from</h3>
|
|
1892
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1893
|
+
<li class="tsd-signature tsd-kind-icon">from<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, parent<span class="tsd-signature-symbol">: </span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a>, page<span class="tsd-signature-symbol">: </span><a href="page_page.page.html" class="tsd-signature-type" data-tsd-kind="Class">Page</a>, currentView<span class="tsd-signature-symbol">?: </span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a></li>
|
|
1894
|
+
</ul>
|
|
1895
|
+
<ul class="tsd-descriptions">
|
|
1896
|
+
<li class="tsd-description">
|
|
1897
|
+
<aside class="tsd-sources">
|
|
1898
|
+
<ul>
|
|
1899
|
+
<li>Defined in page/View.ts:651</li>
|
|
1900
|
+
</ul>
|
|
1901
|
+
</aside>
|
|
1902
|
+
<div class="tsd-comment tsd-typography">
|
|
1903
|
+
<div class="lead">
|
|
1904
|
+
<p>从后端 JSON 生成规范的 View 对象</p>
|
|
1905
|
+
</div>
|
|
1906
|
+
</div>
|
|
1907
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1908
|
+
<ul class="tsd-parameters">
|
|
1909
|
+
<li>
|
|
1910
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
1911
|
+
</li>
|
|
1912
|
+
<li>
|
|
1913
|
+
<h5>parent: <a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a></h5>
|
|
1914
|
+
</li>
|
|
1915
|
+
<li>
|
|
1916
|
+
<h5>page: <a href="page_page.page.html" class="tsd-signature-type" data-tsd-kind="Class">Page</a></h5>
|
|
1917
|
+
</li>
|
|
1918
|
+
<li>
|
|
1919
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> currentView: <a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a></h5>
|
|
1920
|
+
<div class="tsd-comment tsd-typography">
|
|
1921
|
+
<p>方便构建子对象时关联,主要在 load 中使用</p>
|
|
1922
|
+
</div>
|
|
1923
|
+
</li>
|
|
1924
|
+
</ul>
|
|
1925
|
+
<h4 class="tsd-returns-title">Returns <a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a></h4>
|
|
1926
|
+
</li>
|
|
1927
|
+
</ul>
|
|
1928
|
+
</section>
|
|
1929
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1930
|
+
<a name="fromtemplate" class="tsd-anchor"></a>
|
|
1931
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Template</h3>
|
|
1932
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1933
|
+
<li class="tsd-signature tsd-kind-icon">from<wbr>Template<span class="tsd-signature-symbol">(</span>templateName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, parent<span class="tsd-signature-symbol">: </span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a>, page<span class="tsd-signature-symbol">: </span><a href="page_page.page.html" class="tsd-signature-type" data-tsd-kind="Class">Page</a><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><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span></li>
|
|
1934
|
+
</ul>
|
|
1935
|
+
<ul class="tsd-descriptions">
|
|
1936
|
+
<li class="tsd-description">
|
|
1937
|
+
<aside class="tsd-sources">
|
|
1938
|
+
<ul>
|
|
1939
|
+
<li>Defined in page/View.ts:679</li>
|
|
1940
|
+
</ul>
|
|
1941
|
+
</aside>
|
|
1942
|
+
<div class="tsd-comment tsd-typography">
|
|
1943
|
+
<div class="lead">
|
|
1944
|
+
<p>按照模板创建</p>
|
|
1945
|
+
</div>
|
|
1946
|
+
</div>
|
|
1947
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1948
|
+
<ul class="tsd-parameters">
|
|
1949
|
+
<li>
|
|
1950
|
+
<h5>templateName: <span class="tsd-signature-type">string</span></h5>
|
|
1951
|
+
</li>
|
|
1952
|
+
<li>
|
|
1953
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
1954
|
+
</li>
|
|
1955
|
+
<li>
|
|
1956
|
+
<h5>parent: <a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a></h5>
|
|
1957
|
+
</li>
|
|
1958
|
+
<li>
|
|
1959
|
+
<h5>page: <a href="page_page.page.html" class="tsd-signature-type" data-tsd-kind="Class">Page</a></h5>
|
|
1960
|
+
</li>
|
|
1961
|
+
</ul>
|
|
1962
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="page_view.view.html" class="tsd-signature-type" data-tsd-kind="Class">View</a><span class="tsd-signature-symbol">></span></h4>
|
|
1963
|
+
</li>
|
|
1964
|
+
</ul>
|
|
1965
|
+
</section>
|
|
1966
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
1967
|
+
<a name="getvertexbyref" class="tsd-anchor"></a>
|
|
1968
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Vertex<wbr>ByRef</h3>
|
|
1969
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
1970
|
+
<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>
|
|
1971
|
+
</ul>
|
|
1972
|
+
<ul class="tsd-descriptions">
|
|
1973
|
+
<li class="tsd-description">
|
|
1974
|
+
<aside class="tsd-sources">
|
|
1975
|
+
<p>Inherited from <a href="page_block.block.html">Block</a>.<a href="page_block.block.html#getvertexbyref">getVertexByRef</a></p>
|
|
1976
|
+
<ul>
|
|
1977
|
+
<li>Defined in common/Vertex.ts:256</li>
|
|
1978
|
+
</ul>
|
|
1979
|
+
</aside>
|
|
1980
|
+
<div class="tsd-comment tsd-typography">
|
|
1981
|
+
<div class="lead">
|
|
1982
|
+
<p>通过 Ref 去查找点</p>
|
|
1983
|
+
</div>
|
|
1984
|
+
</div>
|
|
1985
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1986
|
+
<ul class="tsd-parameters">
|
|
1987
|
+
<li>
|
|
1988
|
+
<h5>ref: <span class="tsd-signature-type">string</span></h5>
|
|
1989
|
+
<div class="tsd-comment tsd-typography">
|
|
1990
|
+
</div>
|
|
1991
|
+
</li>
|
|
1992
|
+
</ul>
|
|
1993
|
+
<h4 class="tsd-returns-title">Returns <a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a></h4>
|
|
1994
|
+
</li>
|
|
1995
|
+
</ul>
|
|
1996
|
+
</section>
|
|
1997
|
+
</section>
|
|
1998
|
+
</div>
|
|
1999
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
2000
|
+
<nav class="tsd-navigation primary">
|
|
2001
|
+
<ul>
|
|
2002
|
+
<li class=" ">
|
|
2003
|
+
<a href="../modules.html">Exports</a>
|
|
2004
|
+
</li>
|
|
2005
|
+
<li class="current tsd-kind-module">
|
|
2006
|
+
<a href="../modules/page_view.html">page/<wbr>View</a>
|
|
2007
|
+
</li>
|
|
2008
|
+
</ul>
|
|
2009
|
+
</nav>
|
|
2010
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
2011
|
+
<ul class="before-current">
|
|
2012
|
+
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
2013
|
+
<a href="../modules/page_view.html#default" class="tsd-kind-icon">default</a>
|
|
2014
|
+
</li>
|
|
2015
|
+
</ul>
|
|
2016
|
+
<ul class="current">
|
|
2017
|
+
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
2018
|
+
<a href="page_view.view.html" class="tsd-kind-icon">View</a>
|
|
2019
|
+
<ul>
|
|
2020
|
+
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
2021
|
+
<a href="page_view.view.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
2022
|
+
</li>
|
|
2023
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2024
|
+
<a href="page_view.view.html#_def" class="tsd-kind-icon">$def</a>
|
|
2025
|
+
</li>
|
|
2026
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2027
|
+
<a href="page_view.view.html#_html" class="tsd-kind-icon">$html</a>
|
|
2028
|
+
</li>
|
|
2029
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
2030
|
+
<a href="page_view.view.html#json_excluded_keys" class="tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS</a>
|
|
2031
|
+
</li>
|
|
2032
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2033
|
+
<a href="page_view.view.html#_cachetimestamp" class="tsd-kind-icon">_cache<wbr>Timestamp</a>
|
|
2034
|
+
</li>
|
|
2035
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
2036
|
+
<a href="page_view.view.html#_mutable" class="tsd-kind-icon">_mutable</a>
|
|
2037
|
+
</li>
|
|
2038
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2039
|
+
<a href="page_view.view.html#_uuid" class="tsd-kind-icon">_uuid</a>
|
|
2040
|
+
</li>
|
|
2041
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2042
|
+
<a href="page_view.view.html#children" class="tsd-kind-icon">children</a>
|
|
2043
|
+
</li>
|
|
2044
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2045
|
+
<a href="page_view.view.html#code" class="tsd-kind-icon">code</a>
|
|
2046
|
+
</li>
|
|
2047
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2048
|
+
<a href="page_view.view.html#contentpromise" class="tsd-kind-icon">content<wbr>Promise</a>
|
|
2049
|
+
</li>
|
|
2050
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2051
|
+
<a href="page_view.view.html#createdby" class="tsd-kind-icon">created<wbr>By</a>
|
|
2052
|
+
</li>
|
|
2053
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2054
|
+
<a href="page_view.view.html#createdtime" class="tsd-kind-icon">created<wbr>Time</a>
|
|
2055
|
+
</li>
|
|
2056
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2057
|
+
<a href="page_view.view.html#crumb" class="tsd-kind-icon">crumb</a>
|
|
2058
|
+
</li>
|
|
2059
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2060
|
+
<a href="page_view.view.html#definition" class="tsd-kind-icon">definition</a>
|
|
2061
|
+
</li>
|
|
2062
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2063
|
+
<a href="page_view.view.html#editable" class="tsd-kind-icon">editable</a>
|
|
2064
|
+
</li>
|
|
2065
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2066
|
+
<a href="page_view.view.html#editing" class="tsd-kind-icon">editing</a>
|
|
2067
|
+
</li>
|
|
2068
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2069
|
+
<a href="page_view.view.html#expanded" class="tsd-kind-icon">expanded</a>
|
|
2070
|
+
</li>
|
|
2071
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2072
|
+
<a href="page_view.view.html#first" class="tsd-kind-icon">first</a>
|
|
2073
|
+
</li>
|
|
2074
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
2075
|
+
<a href="page_view.view.html#id" class="tsd-kind-icon">id</a>
|
|
2076
|
+
</li>
|
|
2077
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2078
|
+
<a href="page_view.view.html#ideversion" class="tsd-kind-icon">ide<wbr>Version</a>
|
|
2079
|
+
</li>
|
|
2080
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2081
|
+
<a href="page_view.view.html#isleaf" class="tsd-kind-icon">is<wbr>Leaf</a>
|
|
2082
|
+
</li>
|
|
2083
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
2084
|
+
<a href="page_view.view.html#level" class="tsd-kind-icon">level</a>
|
|
2085
|
+
</li>
|
|
2086
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2087
|
+
<a href="page_view.view.html#loading" class="tsd-kind-icon">loading</a>
|
|
2088
|
+
</li>
|
|
2089
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2090
|
+
<a href="page_view.view.html#morechildrenfields" class="tsd-kind-icon">more<wbr>Children<wbr>Fields</a>
|
|
2091
|
+
</li>
|
|
2092
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
2093
|
+
<a href="page_view.view.html#name" class="tsd-kind-icon">name</a>
|
|
2094
|
+
</li>
|
|
2095
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2096
|
+
<a href="page_view.view.html#page" class="tsd-kind-icon">page</a>
|
|
2097
|
+
</li>
|
|
2098
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2099
|
+
<a href="page_view.view.html#parent" class="tsd-kind-icon">parent</a>
|
|
2100
|
+
</li>
|
|
2101
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2102
|
+
<a href="page_view.view.html#parentid" class="tsd-kind-icon">parent<wbr>Id</a>
|
|
2103
|
+
</li>
|
|
2104
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2105
|
+
<a href="page_view.view.html#path" class="tsd-kind-icon">path</a>
|
|
2106
|
+
</li>
|
|
2107
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
2108
|
+
<a href="page_view.view.html#script" class="tsd-kind-icon">script</a>
|
|
2109
|
+
</li>
|
|
2110
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2111
|
+
<a href="page_view.view.html#style" class="tsd-kind-icon">style</a>
|
|
2112
|
+
</li>
|
|
2113
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
2114
|
+
<a href="page_view.view.html#temppath" class="tsd-kind-icon">temp<wbr>Path</a>
|
|
2115
|
+
</li>
|
|
2116
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2117
|
+
<a href="page_view.view.html#template" class="tsd-kind-icon">template</a>
|
|
2118
|
+
</li>
|
|
2119
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
2120
|
+
<a href="page_view.view.html#title" class="tsd-kind-icon">title</a>
|
|
2121
|
+
</li>
|
|
2122
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2123
|
+
<a href="page_view.view.html#updatedby" class="tsd-kind-icon">updated<wbr>By</a>
|
|
2124
|
+
</li>
|
|
2125
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
2126
|
+
<a href="page_view.view.html#updatedtime" class="tsd-kind-icon">updated<wbr>Time</a>
|
|
2127
|
+
</li>
|
|
2128
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
2129
|
+
<a href="page_view.view.html#_onchange" class="tsd-kind-icon">_on<wbr>Change</a>
|
|
2130
|
+
</li>
|
|
2131
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
2132
|
+
<a href="page_view.view.html#_syncdef" class="tsd-kind-icon">_sync<wbr>Def</a>
|
|
2133
|
+
</li>
|
|
2134
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2135
|
+
<a href="page_view.view.html#addview" class="tsd-kind-icon">add<wbr>View</a>
|
|
2136
|
+
</li>
|
|
2137
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2138
|
+
<a href="page_view.view.html#assign" class="tsd-kind-icon">assign</a>
|
|
2139
|
+
</li>
|
|
2140
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2141
|
+
<a href="page_view.view.html#attachnodepath" class="tsd-kind-icon">attach<wbr>Node<wbr>Path</a>
|
|
2142
|
+
</li>
|
|
2143
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2144
|
+
<a href="page_view.view.html#create" class="tsd-kind-icon">create</a>
|
|
2145
|
+
</li>
|
|
2146
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2147
|
+
<a href="page_view.view.html#deeppick" class="tsd-kind-icon">deep<wbr>Pick</a>
|
|
2148
|
+
</li>
|
|
2149
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2150
|
+
<a href="page_view.view.html#delete" class="tsd-kind-icon">delete</a>
|
|
2151
|
+
</li>
|
|
2152
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2153
|
+
<a href="page_view.view.html#emit" class="tsd-kind-icon">emit</a>
|
|
2154
|
+
</li>
|
|
2155
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2156
|
+
<a href="page_view.view.html#emitvertexidtonamechange" class="tsd-kind-icon">emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</a>
|
|
2157
|
+
</li>
|
|
2158
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2159
|
+
<a href="page_view.view.html#findelementbyattr" class="tsd-kind-icon">find<wbr>Element<wbr>ByAttr</a>
|
|
2160
|
+
</li>
|
|
2161
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2162
|
+
<a href="page_view.view.html#findelementbynodepath" class="tsd-kind-icon">find<wbr>Element<wbr>ByNode<wbr>Path</a>
|
|
2163
|
+
</li>
|
|
2164
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2165
|
+
<a href="page_view.view.html#findelementbytag" class="tsd-kind-icon">find<wbr>Element<wbr>ByTag</a>
|
|
2166
|
+
</li>
|
|
2167
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2168
|
+
<a href="page_view.view.html#findusage" class="tsd-kind-icon">find<wbr>Usage</a>
|
|
2169
|
+
</li>
|
|
2170
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2171
|
+
<a href="page_view.view.html#iscontentloaded" class="tsd-kind-icon">is<wbr>Content<wbr>Loaded</a>
|
|
2172
|
+
</li>
|
|
2173
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2174
|
+
<a href="page_view.view.html#load" class="tsd-kind-icon">load</a>
|
|
2175
|
+
</li>
|
|
2176
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2177
|
+
<a href="page_view.view.html#loadall" class="tsd-kind-icon">load<wbr>All</a>
|
|
2178
|
+
</li>
|
|
2179
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2180
|
+
<a href="page_view.view.html#mergeblock" class="tsd-kind-icon">merge<wbr>Block</a>
|
|
2181
|
+
</li>
|
|
2182
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2183
|
+
<a href="page_view.view.html#off" class="tsd-kind-icon">off</a>
|
|
2184
|
+
</li>
|
|
2185
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2186
|
+
<a href="page_view.view.html#on" class="tsd-kind-icon">on</a>
|
|
2187
|
+
</li>
|
|
2188
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2189
|
+
<a href="page_view.view.html#once" class="tsd-kind-icon">once</a>
|
|
2190
|
+
</li>
|
|
2191
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2192
|
+
<a href="page_view.view.html#parseall" class="tsd-kind-icon">parse<wbr>All</a>
|
|
2193
|
+
</li>
|
|
2194
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2195
|
+
<a href="page_view.view.html#parsedefinition" class="tsd-kind-icon">parse<wbr>Definition</a>
|
|
2196
|
+
</li>
|
|
2197
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2198
|
+
<a href="page_view.view.html#parsetemplate" class="tsd-kind-icon">parse<wbr>Template</a>
|
|
2199
|
+
</li>
|
|
2200
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2201
|
+
<a href="page_view.view.html#pick" class="tsd-kind-icon">pick</a>
|
|
2202
|
+
</li>
|
|
2203
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2204
|
+
<a href="page_view.view.html#plainassign" class="tsd-kind-icon">plain<wbr>Assign</a>
|
|
2205
|
+
</li>
|
|
2206
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2207
|
+
<a href="page_view.view.html#setasfirst" class="tsd-kind-icon">set<wbr>AsFirst</a>
|
|
2208
|
+
</li>
|
|
2209
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2210
|
+
<a href="page_view.view.html#setcrumb" class="tsd-kind-icon">set<wbr>Crumb</a>
|
|
2211
|
+
</li>
|
|
2212
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2213
|
+
<a href="page_view.view.html#setname" class="tsd-kind-icon">set<wbr>Name</a>
|
|
2214
|
+
</li>
|
|
2215
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2216
|
+
<a href="page_view.view.html#settitle" class="tsd-kind-icon">set<wbr>Title</a>
|
|
2217
|
+
</li>
|
|
2218
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2219
|
+
<a href="page_view.view.html#todesignervue" class="tsd-kind-icon">to<wbr>Designer<wbr>Vue</a>
|
|
2220
|
+
</li>
|
|
2221
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2222
|
+
<a href="page_view.view.html#tojson" class="tsd-kind-icon">toJSON</a>
|
|
2223
|
+
</li>
|
|
2224
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
2225
|
+
<a href="page_view.view.html#toplainjson" class="tsd-kind-icon">to<wbr>PlainJSON</a>
|
|
2226
|
+
</li>
|
|
2227
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2228
|
+
<a href="page_view.view.html#toscript" class="tsd-kind-icon">to<wbr>Script</a>
|
|
2229
|
+
</li>
|
|
2230
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2231
|
+
<a href="page_view.view.html#tovue" class="tsd-kind-icon">to<wbr>Vue</a>
|
|
2232
|
+
</li>
|
|
2233
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2234
|
+
<a href="page_view.view.html#tovueoptions" class="tsd-kind-icon">to<wbr>Vue<wbr>Options</a>
|
|
2235
|
+
</li>
|
|
2236
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
2237
|
+
<a href="page_view.view.html#update" class="tsd-kind-icon">update</a>
|
|
2238
|
+
</li>
|
|
2239
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
2240
|
+
<a href="page_view.view.html#from" class="tsd-kind-icon">from</a>
|
|
2241
|
+
</li>
|
|
2242
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
2243
|
+
<a href="page_view.view.html#fromtemplate" class="tsd-kind-icon">from<wbr>Template</a>
|
|
2244
|
+
</li>
|
|
2245
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
2246
|
+
<a href="page_view.view.html#getvertexbyref" class="tsd-kind-icon">get<wbr>Vertex<wbr>ByRef</a>
|
|
2247
|
+
</li>
|
|
2248
|
+
</ul>
|
|
2249
|
+
</li>
|
|
2250
|
+
</ul>
|
|
2251
|
+
<ul class="after-current">
|
|
2252
|
+
</ul>
|
|
2253
|
+
</nav>
|
|
2254
|
+
</div>
|
|
2255
|
+
</div>
|
|
2256
|
+
</div>
|
|
2257
|
+
<footer class="with-border-bottom">
|
|
2258
|
+
<div class="container">
|
|
2259
|
+
<h2>Legend</h2>
|
|
2260
|
+
<div class="tsd-legend-group">
|
|
2261
|
+
<ul class="tsd-legend">
|
|
2262
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
2263
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
2264
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
2265
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
2266
|
+
</ul>
|
|
2267
|
+
<ul class="tsd-legend">
|
|
2268
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
2269
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
2270
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
2271
|
+
</ul>
|
|
2272
|
+
<ul class="tsd-legend">
|
|
2273
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
2274
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
2275
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
2276
|
+
</ul>
|
|
2277
|
+
<ul class="tsd-legend">
|
|
2278
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
2279
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
2280
|
+
</ul>
|
|
2281
|
+
<ul class="tsd-legend">
|
|
2282
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
2283
|
+
</ul>
|
|
2284
|
+
<ul class="tsd-legend">
|
|
2285
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
2286
|
+
</ul>
|
|
2287
|
+
<ul class="tsd-legend">
|
|
2288
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
2289
|
+
</ul>
|
|
2290
|
+
</div>
|
|
2291
|
+
</div>
|
|
2292
|
+
</footer>
|
|
2293
|
+
<div class="container tsd-generator">
|
|
2294
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
2295
|
+
</div>
|
|
2296
|
+
<div class="overlay"></div>
|
|
2297
|
+
<script src="../assets/js/main.js"></script>
|
|
2298
|
+
</body>
|
|
2299
|
+
</html>
|