@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,1679 @@
|
|
|
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>ProcessComponentVariable | @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/process_processcomponentvariable.html">process/ProcessComponentVariable</a>
|
|
59
|
+
</li>
|
|
60
|
+
<li>
|
|
61
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html">ProcessComponentVariable</a>
|
|
62
|
+
</li>
|
|
63
|
+
</ul>
|
|
64
|
+
<h1>Class ProcessComponentVariable</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="logic_variable.variable.html" class="tsd-signature-type" data-tsd-kind="Class">Variable</a>
|
|
83
|
+
<ul class="tsd-hierarchy">
|
|
84
|
+
<li>
|
|
85
|
+
<span class="target">ProcessComponentVariable</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="process_processcomponentvariable.processcomponentvariable.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 tsd-is-protected"><a href="process_processcomponentvariable.processcomponentvariable.html#json_excluded_keys" class="tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS</a></li>
|
|
105
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#_cachetimestamp" class="tsd-kind-icon">_cache<wbr>Timestamp</a></li>
|
|
106
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="process_processcomponentvariable.processcomponentvariable.html#_mutable" class="tsd-kind-icon">_mutable</a></li>
|
|
107
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#_posindex" class="tsd-kind-icon">_pos<wbr>Index</a></li>
|
|
108
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#_uuid" class="tsd-kind-icon">_uuid</a></li>
|
|
109
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#code" class="tsd-kind-icon">code</a></li>
|
|
110
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#createdby" class="tsd-kind-icon">created<wbr>By</a></li>
|
|
111
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#createdtime" class="tsd-kind-icon">created<wbr>Time</a></li>
|
|
112
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#defaultvalue" class="tsd-kind-icon">default<wbr>Value</a></li>
|
|
113
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#description" class="tsd-kind-icon">description</a></li>
|
|
114
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#editable" class="tsd-kind-icon">editable</a></li>
|
|
115
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#editing" class="tsd-kind-icon">editing</a></li>
|
|
116
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#expanded" class="tsd-kind-icon">expanded</a></li>
|
|
117
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#id" class="tsd-kind-icon">id</a></li>
|
|
118
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#ideversion" class="tsd-kind-icon">ide<wbr>Version</a></li>
|
|
119
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#isleaf" class="tsd-kind-icon">is<wbr>Leaf</a></li>
|
|
120
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#level" class="tsd-kind-icon">level</a></li>
|
|
121
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#loading" class="tsd-kind-icon">loading</a></li>
|
|
122
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#logic" class="tsd-kind-icon">logic</a></li>
|
|
123
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#logicid" class="tsd-kind-icon">logic<wbr>Id</a></li>
|
|
124
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#name" class="tsd-kind-icon">name</a></li>
|
|
125
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="process_processcomponentvariable.processcomponentvariable.html#parentid" class="tsd-kind-icon">parent<wbr>Id</a></li>
|
|
126
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="process_processcomponentvariable.processcomponentvariable.html#processcomponent" class="tsd-kind-icon">process<wbr>Component</a></li>
|
|
127
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#required" class="tsd-kind-icon">required</a></li>
|
|
128
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#schema" class="tsd-kind-icon">schema</a></li>
|
|
129
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#schemachildren" class="tsd-kind-icon">schema<wbr>Children</a></li>
|
|
130
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#type" class="tsd-kind-icon">type</a></li>
|
|
131
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#updatedby" class="tsd-kind-icon">updated<wbr>By</a></li>
|
|
132
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#updatedtime" class="tsd-kind-icon">updated<wbr>Time</a></li>
|
|
133
|
+
</ul>
|
|
134
|
+
</section>
|
|
135
|
+
<section class="tsd-index-section ">
|
|
136
|
+
<h3>Methods</h3>
|
|
137
|
+
<ul class="tsd-index-list">
|
|
138
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#assign" class="tsd-kind-icon">assign</a></li>
|
|
139
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#create" class="tsd-kind-icon">create</a></li>
|
|
140
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#deeppick" class="tsd-kind-icon">deep<wbr>Pick</a></li>
|
|
141
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#delete" class="tsd-kind-icon">delete</a></li>
|
|
142
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#emit" class="tsd-kind-icon">emit</a></li>
|
|
143
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#emitvertexidtonamechange" class="tsd-kind-icon">emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</a></li>
|
|
144
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#findusage" class="tsd-kind-icon">find<wbr>Usage</a></li>
|
|
145
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#gencode" class="tsd-kind-icon">gen<wbr>Code</a></li>
|
|
146
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#genschemachildren" class="tsd-kind-icon">gen<wbr>Schema<wbr>Children</a></li>
|
|
147
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#getschemausage" class="tsd-kind-icon">get<wbr>Schema<wbr>Usage</a></li>
|
|
148
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#off" class="tsd-kind-icon">off</a></li>
|
|
149
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#on" class="tsd-kind-icon">on</a></li>
|
|
150
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#once" class="tsd-kind-icon">once</a></li>
|
|
151
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#pick" class="tsd-kind-icon">pick</a></li>
|
|
152
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#plainassign" class="tsd-kind-icon">plain<wbr>Assign</a></li>
|
|
153
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#setaslist" class="tsd-kind-icon">set<wbr>AsList</a></li>
|
|
154
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#setdatatype" class="tsd-kind-icon">set<wbr>Data<wbr>Type</a></li>
|
|
155
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#setdefaultvalue" class="tsd-kind-icon">set<wbr>Default<wbr>Value</a></li>
|
|
156
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#setdescription" class="tsd-kind-icon">set<wbr>Description</a></li>
|
|
157
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#setname" class="tsd-kind-icon">set<wbr>Name</a></li>
|
|
158
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#setrequired" class="tsd-kind-icon">set<wbr>Required</a></li>
|
|
159
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#tojson" class="tsd-kind-icon">toJSON</a></li>
|
|
160
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="process_processcomponentvariable.processcomponentvariable.html#toplainjson" class="tsd-kind-icon">to<wbr>PlainJSON</a></li>
|
|
161
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="process_processcomponentvariable.processcomponentvariable.html#update" class="tsd-kind-icon">update</a></li>
|
|
162
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static"><a href="process_processcomponentvariable.processcomponentvariable.html#from" class="tsd-kind-icon">from</a></li>
|
|
163
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="process_processcomponentvariable.processcomponentvariable.html#getvertexbyref" class="tsd-kind-icon">get<wbr>Vertex<wbr>ByRef</a></li>
|
|
164
|
+
</ul>
|
|
165
|
+
</section>
|
|
166
|
+
</div>
|
|
167
|
+
</section>
|
|
168
|
+
</section>
|
|
169
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
170
|
+
<h2>Constructors</h2>
|
|
171
|
+
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
172
|
+
<a name="constructor" class="tsd-anchor"></a>
|
|
173
|
+
<h3>constructor</h3>
|
|
174
|
+
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
175
|
+
<li class="tsd-signature tsd-kind-icon">new <wbr>Process<wbr>Component<wbr>Variable<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="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a></li>
|
|
176
|
+
</ul>
|
|
177
|
+
<ul class="tsd-descriptions">
|
|
178
|
+
<li class="tsd-description">
|
|
179
|
+
<aside class="tsd-sources">
|
|
180
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#constructor">constructor</a></p>
|
|
181
|
+
<ul>
|
|
182
|
+
<li>Defined in process/ProcessComponentVariable.ts:36</li>
|
|
183
|
+
</ul>
|
|
184
|
+
</aside>
|
|
185
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
186
|
+
<ul class="tsd-parameters">
|
|
187
|
+
<li>
|
|
188
|
+
<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="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a><span class="tsd-signature-symbol">></span></h5>
|
|
189
|
+
<div class="tsd-comment tsd-typography">
|
|
190
|
+
<p>需要合并的部分参数</p>
|
|
191
|
+
</div>
|
|
192
|
+
</li>
|
|
193
|
+
</ul>
|
|
194
|
+
<h4 class="tsd-returns-title">Returns <a href="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a></h4>
|
|
195
|
+
</li>
|
|
196
|
+
</ul>
|
|
197
|
+
</section>
|
|
198
|
+
</section>
|
|
199
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
200
|
+
<h2>Properties</h2>
|
|
201
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
202
|
+
<a name="json_excluded_keys" class="tsd-anchor"></a>
|
|
203
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> JSON_<wbr>EXCLUDED_<wbr>KEYS</h3>
|
|
204
|
+
<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>
|
|
205
|
+
<aside class="tsd-sources">
|
|
206
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#json_excluded_keys">JSON_EXCLUDED_KEYS</a></p>
|
|
207
|
+
<ul>
|
|
208
|
+
<li>Defined in common/Vertex.ts:27</li>
|
|
209
|
+
</ul>
|
|
210
|
+
</aside>
|
|
211
|
+
<div class="tsd-comment tsd-typography">
|
|
212
|
+
<div class="lead">
|
|
213
|
+
<p>toJSON 时需要去除的键,为了避免出现 CircularJSON</p>
|
|
214
|
+
</div>
|
|
215
|
+
</div>
|
|
216
|
+
</section>
|
|
217
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
218
|
+
<a name="_cachetimestamp" class="tsd-anchor"></a>
|
|
219
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> _cache<wbr>Timestamp</h3>
|
|
220
|
+
<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>
|
|
221
|
+
<aside class="tsd-sources">
|
|
222
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#_cachetimestamp">_cacheTimestamp</a></p>
|
|
223
|
+
<ul>
|
|
224
|
+
<li>Defined in common/Vertex.ts:43</li>
|
|
225
|
+
</ul>
|
|
226
|
+
</aside>
|
|
227
|
+
<div class="tsd-comment tsd-typography">
|
|
228
|
+
<div class="lead">
|
|
229
|
+
<p>前端记录缓存的时间戳</p>
|
|
230
|
+
</div>
|
|
231
|
+
</div>
|
|
232
|
+
</section>
|
|
233
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
234
|
+
<a name="_mutable" class="tsd-anchor"></a>
|
|
235
|
+
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _mutable</h3>
|
|
236
|
+
<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>
|
|
237
|
+
<aside class="tsd-sources">
|
|
238
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#_mutable">_mutable</a></p>
|
|
239
|
+
<ul>
|
|
240
|
+
<li>Defined in common/Vertex.ts:17</li>
|
|
241
|
+
</ul>
|
|
242
|
+
</aside>
|
|
243
|
+
<div class="tsd-comment tsd-typography">
|
|
244
|
+
<div class="lead">
|
|
245
|
+
<p>可修改标志,内部属性
|
|
246
|
+
标记在构造函数结束后是否可修改</p>
|
|
247
|
+
</div>
|
|
248
|
+
</div>
|
|
249
|
+
</section>
|
|
250
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
251
|
+
<a name="_posindex" class="tsd-anchor"></a>
|
|
252
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> _pos<wbr>Index</h3>
|
|
253
|
+
<div class="tsd-signature tsd-kind-icon">_pos<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
254
|
+
<aside class="tsd-sources">
|
|
255
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#_posindex">_posIndex</a></p>
|
|
256
|
+
<ul>
|
|
257
|
+
<li>Defined in logic/BaseVariable.ts:72</li>
|
|
258
|
+
</ul>
|
|
259
|
+
</aside>
|
|
260
|
+
<div class="tsd-comment tsd-typography">
|
|
261
|
+
<div class="lead">
|
|
262
|
+
<p>位置</p>
|
|
263
|
+
</div>
|
|
264
|
+
</div>
|
|
265
|
+
</section>
|
|
266
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
267
|
+
<a name="_uuid" class="tsd-anchor"></a>
|
|
268
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> _uuid</h3>
|
|
269
|
+
<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>
|
|
270
|
+
<aside class="tsd-sources">
|
|
271
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#_uuid">_uuid</a></p>
|
|
272
|
+
<ul>
|
|
273
|
+
<li>Defined in common/Vertex.ts:38</li>
|
|
274
|
+
</ul>
|
|
275
|
+
</aside>
|
|
276
|
+
<div class="tsd-comment tsd-typography">
|
|
277
|
+
<div class="lead">
|
|
278
|
+
<p>唯一 uuid
|
|
279
|
+
目前主要用于前端 Debug 区分两个实例</p>
|
|
280
|
+
</div>
|
|
281
|
+
</div>
|
|
282
|
+
</section>
|
|
283
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
284
|
+
<a name="code" class="tsd-anchor"></a>
|
|
285
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> code</h3>
|
|
286
|
+
<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>
|
|
287
|
+
<aside class="tsd-sources">
|
|
288
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#code">code</a></p>
|
|
289
|
+
<ul>
|
|
290
|
+
<li>Defined in logic/BaseVariable.ts:57</li>
|
|
291
|
+
</ul>
|
|
292
|
+
</aside>
|
|
293
|
+
<div class="tsd-comment tsd-typography">
|
|
294
|
+
<div class="lead">
|
|
295
|
+
<p>代码唯一标识</p>
|
|
296
|
+
</div>
|
|
297
|
+
</div>
|
|
298
|
+
</section>
|
|
299
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
300
|
+
<a name="createdby" class="tsd-anchor"></a>
|
|
301
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> created<wbr>By</h3>
|
|
302
|
+
<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>
|
|
303
|
+
<aside class="tsd-sources">
|
|
304
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#createdby">createdBy</a></p>
|
|
305
|
+
<ul>
|
|
306
|
+
<li>Defined in common/Vertex.ts:53</li>
|
|
307
|
+
</ul>
|
|
308
|
+
</aside>
|
|
309
|
+
<div class="tsd-comment tsd-typography">
|
|
310
|
+
<div class="lead">
|
|
311
|
+
<p>创建人</p>
|
|
312
|
+
</div>
|
|
313
|
+
</div>
|
|
314
|
+
</section>
|
|
315
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
316
|
+
<a name="createdtime" class="tsd-anchor"></a>
|
|
317
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> created<wbr>Time</h3>
|
|
318
|
+
<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>
|
|
319
|
+
<aside class="tsd-sources">
|
|
320
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#createdtime">createdTime</a></p>
|
|
321
|
+
<ul>
|
|
322
|
+
<li>Defined in common/Vertex.ts:58</li>
|
|
323
|
+
</ul>
|
|
324
|
+
</aside>
|
|
325
|
+
<div class="tsd-comment tsd-typography">
|
|
326
|
+
<div class="lead">
|
|
327
|
+
<p>创建时间</p>
|
|
328
|
+
</div>
|
|
329
|
+
</div>
|
|
330
|
+
</section>
|
|
331
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
332
|
+
<a name="defaultvalue" class="tsd-anchor"></a>
|
|
333
|
+
<h3>default<wbr>Value</h3>
|
|
334
|
+
<div class="tsd-signature tsd-kind-icon">default<wbr>Value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
335
|
+
<aside class="tsd-sources">
|
|
336
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#defaultvalue">defaultValue</a></p>
|
|
337
|
+
<ul>
|
|
338
|
+
<li>Defined in process/ProcessComponentVariable.ts:36</li>
|
|
339
|
+
</ul>
|
|
340
|
+
</aside>
|
|
341
|
+
<div class="tsd-comment tsd-typography">
|
|
342
|
+
<div class="lead">
|
|
343
|
+
<p>默认值
|
|
344
|
+
按 JSON string 处理</p>
|
|
345
|
+
<ul>
|
|
346
|
+
<li>string: 666 -> '666'</li>
|
|
347
|
+
<li>string: true -> 'true'</li>
|
|
348
|
+
<li>number: 666 -> 666</li>
|
|
349
|
+
<li>boolean: true -> true</li>
|
|
350
|
+
</ul>
|
|
351
|
+
</div>
|
|
352
|
+
</div>
|
|
353
|
+
</section>
|
|
354
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
355
|
+
<a name="description" class="tsd-anchor"></a>
|
|
356
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> description</h3>
|
|
357
|
+
<div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
358
|
+
<aside class="tsd-sources">
|
|
359
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#description">description</a></p>
|
|
360
|
+
<ul>
|
|
361
|
+
<li>Defined in logic/BaseVariable.ts:67</li>
|
|
362
|
+
</ul>
|
|
363
|
+
</aside>
|
|
364
|
+
<div class="tsd-comment tsd-typography">
|
|
365
|
+
<div class="lead">
|
|
366
|
+
<p>描述</p>
|
|
367
|
+
</div>
|
|
368
|
+
</div>
|
|
369
|
+
</section>
|
|
370
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
371
|
+
<a name="editable" class="tsd-anchor"></a>
|
|
372
|
+
<h3>editable</h3>
|
|
373
|
+
<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>
|
|
374
|
+
<aside class="tsd-sources">
|
|
375
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#editable">editable</a></p>
|
|
376
|
+
<ul>
|
|
377
|
+
<li>Defined in common/Vertex.ts:77</li>
|
|
378
|
+
</ul>
|
|
379
|
+
</aside>
|
|
380
|
+
<div class="tsd-comment tsd-typography">
|
|
381
|
+
<div class="lead">
|
|
382
|
+
<p>是否可编辑</p>
|
|
383
|
+
</div>
|
|
384
|
+
</div>
|
|
385
|
+
</section>
|
|
386
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
387
|
+
<a name="editing" class="tsd-anchor"></a>
|
|
388
|
+
<h3>editing</h3>
|
|
389
|
+
<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>
|
|
390
|
+
<aside class="tsd-sources">
|
|
391
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#editing">editing</a></p>
|
|
392
|
+
<ul>
|
|
393
|
+
<li>Defined in common/Vertex.ts:83</li>
|
|
394
|
+
</ul>
|
|
395
|
+
</aside>
|
|
396
|
+
<div class="tsd-comment tsd-typography">
|
|
397
|
+
<div class="lead">
|
|
398
|
+
<p>是否正在编辑
|
|
399
|
+
前端 UI 状态</p>
|
|
400
|
+
</div>
|
|
401
|
+
</div>
|
|
402
|
+
</section>
|
|
403
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
404
|
+
<a name="expanded" class="tsd-anchor"></a>
|
|
405
|
+
<h3>expanded</h3>
|
|
406
|
+
<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>
|
|
407
|
+
<aside class="tsd-sources">
|
|
408
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#expanded">expanded</a></p>
|
|
409
|
+
<ul>
|
|
410
|
+
<li>Defined in common/Vertex.ts:95</li>
|
|
411
|
+
</ul>
|
|
412
|
+
</aside>
|
|
413
|
+
<div class="tsd-comment tsd-typography">
|
|
414
|
+
<div class="lead">
|
|
415
|
+
<p>节点是否为展开状态
|
|
416
|
+
前端 UI 状态</p>
|
|
417
|
+
</div>
|
|
418
|
+
</div>
|
|
419
|
+
</section>
|
|
420
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
421
|
+
<a name="id" class="tsd-anchor"></a>
|
|
422
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> id</h3>
|
|
423
|
+
<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>
|
|
424
|
+
<aside class="tsd-sources">
|
|
425
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#id">id</a></p>
|
|
426
|
+
<ul>
|
|
427
|
+
<li>Defined in logic/BaseVariable.ts:52</li>
|
|
428
|
+
</ul>
|
|
429
|
+
</aside>
|
|
430
|
+
<div class="tsd-comment tsd-typography">
|
|
431
|
+
<div class="lead">
|
|
432
|
+
<p>Id</p>
|
|
433
|
+
</div>
|
|
434
|
+
</div>
|
|
435
|
+
</section>
|
|
436
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
437
|
+
<a name="ideversion" class="tsd-anchor"></a>
|
|
438
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> ide<wbr>Version</h3>
|
|
439
|
+
<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>
|
|
440
|
+
<aside class="tsd-sources">
|
|
441
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#ideversion">ideVersion</a></p>
|
|
442
|
+
<ul>
|
|
443
|
+
<li>Defined in common/Vertex.ts:73</li>
|
|
444
|
+
</ul>
|
|
445
|
+
</aside>
|
|
446
|
+
<div class="tsd-comment tsd-typography">
|
|
447
|
+
<div class="lead">
|
|
448
|
+
<p>IDE 版本</p>
|
|
449
|
+
</div>
|
|
450
|
+
</div>
|
|
451
|
+
</section>
|
|
452
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
453
|
+
<a name="isleaf" class="tsd-anchor"></a>
|
|
454
|
+
<h3>is<wbr>Leaf</h3>
|
|
455
|
+
<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"> = true</span></div>
|
|
456
|
+
<aside class="tsd-sources">
|
|
457
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#isleaf">isLeaf</a></p>
|
|
458
|
+
<ul>
|
|
459
|
+
<li>Defined in logic/BaseVariable.ts:102</li>
|
|
460
|
+
</ul>
|
|
461
|
+
</aside>
|
|
462
|
+
<div class="tsd-comment tsd-typography">
|
|
463
|
+
<div class="lead">
|
|
464
|
+
<p>节点是否为叶子节点
|
|
465
|
+
前端 UI 状态</p>
|
|
466
|
+
</div>
|
|
467
|
+
</div>
|
|
468
|
+
</section>
|
|
469
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
470
|
+
<a name="level" class="tsd-anchor"></a>
|
|
471
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> level</h3>
|
|
472
|
+
<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>
|
|
473
|
+
<aside class="tsd-sources">
|
|
474
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#level">level</a></p>
|
|
475
|
+
<ul>
|
|
476
|
+
<li>Defined in process/ProcessComponentVariable.ts:16</li>
|
|
477
|
+
</ul>
|
|
478
|
+
</aside>
|
|
479
|
+
<div class="tsd-comment tsd-typography">
|
|
480
|
+
<div class="lead">
|
|
481
|
+
<p>概念类型</p>
|
|
482
|
+
</div>
|
|
483
|
+
</div>
|
|
484
|
+
</section>
|
|
485
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
486
|
+
<a name="loading" class="tsd-anchor"></a>
|
|
487
|
+
<h3>loading</h3>
|
|
488
|
+
<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>
|
|
489
|
+
<aside class="tsd-sources">
|
|
490
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#loading">loading</a></p>
|
|
491
|
+
<ul>
|
|
492
|
+
<li>Defined in common/Vertex.ts:89</li>
|
|
493
|
+
</ul>
|
|
494
|
+
</aside>
|
|
495
|
+
<div class="tsd-comment tsd-typography">
|
|
496
|
+
<div class="lead">
|
|
497
|
+
<p>是否正在请求
|
|
498
|
+
前端 UI 状态</p>
|
|
499
|
+
</div>
|
|
500
|
+
</div>
|
|
501
|
+
</section>
|
|
502
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
503
|
+
<a name="logic" class="tsd-anchor"></a>
|
|
504
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> logic</h3>
|
|
505
|
+
<div class="tsd-signature tsd-kind-icon">logic<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></div>
|
|
506
|
+
<aside class="tsd-sources">
|
|
507
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#logic">logic</a></p>
|
|
508
|
+
<ul>
|
|
509
|
+
<li>Defined in logic/BaseVariable.ts:83</li>
|
|
510
|
+
</ul>
|
|
511
|
+
</aside>
|
|
512
|
+
<div class="tsd-comment tsd-typography">
|
|
513
|
+
<div class="lead">
|
|
514
|
+
<p>逻辑</p>
|
|
515
|
+
</div>
|
|
516
|
+
</div>
|
|
517
|
+
</section>
|
|
518
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
519
|
+
<a name="logicid" class="tsd-anchor"></a>
|
|
520
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> logic<wbr>Id</h3>
|
|
521
|
+
<div class="tsd-signature tsd-kind-icon">logic<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
522
|
+
<aside class="tsd-sources">
|
|
523
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#logicid">logicId</a></p>
|
|
524
|
+
<ul>
|
|
525
|
+
<li>Defined in logic/BaseVariable.ts:77</li>
|
|
526
|
+
</ul>
|
|
527
|
+
</aside>
|
|
528
|
+
<div class="tsd-comment tsd-typography">
|
|
529
|
+
<div class="lead">
|
|
530
|
+
<p>逻辑Id</p>
|
|
531
|
+
</div>
|
|
532
|
+
</div>
|
|
533
|
+
</section>
|
|
534
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
535
|
+
<a name="name" class="tsd-anchor"></a>
|
|
536
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> name</h3>
|
|
537
|
+
<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>
|
|
538
|
+
<aside class="tsd-sources">
|
|
539
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#name">name</a></p>
|
|
540
|
+
<ul>
|
|
541
|
+
<li>Defined in logic/BaseVariable.ts:62</li>
|
|
542
|
+
</ul>
|
|
543
|
+
</aside>
|
|
544
|
+
<div class="tsd-comment tsd-typography">
|
|
545
|
+
<div class="lead">
|
|
546
|
+
<p>名称</p>
|
|
547
|
+
</div>
|
|
548
|
+
</div>
|
|
549
|
+
</section>
|
|
550
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
551
|
+
<a name="parentid" class="tsd-anchor"></a>
|
|
552
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> parent<wbr>Id</h3>
|
|
553
|
+
<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>
|
|
554
|
+
<aside class="tsd-sources">
|
|
555
|
+
<ul>
|
|
556
|
+
<li>Defined in process/ProcessComponentVariable.ts:21</li>
|
|
557
|
+
</ul>
|
|
558
|
+
</aside>
|
|
559
|
+
<div class="tsd-comment tsd-typography">
|
|
560
|
+
<div class="lead">
|
|
561
|
+
<p>流程组件 Id</p>
|
|
562
|
+
</div>
|
|
563
|
+
</div>
|
|
564
|
+
</section>
|
|
565
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
566
|
+
<a name="processcomponent" class="tsd-anchor"></a>
|
|
567
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> process<wbr>Component</h3>
|
|
568
|
+
<div class="tsd-signature tsd-kind-icon">process<wbr>Component<span class="tsd-signature-symbol">:</span> <a href="process_processcomponent.processcomponent.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponent</a><span class="tsd-signature-symbol"> = ...</span></div>
|
|
569
|
+
<aside class="tsd-sources">
|
|
570
|
+
<ul>
|
|
571
|
+
<li>Defined in process/ProcessComponentVariable.ts:27</li>
|
|
572
|
+
</ul>
|
|
573
|
+
</aside>
|
|
574
|
+
<div class="tsd-comment tsd-typography">
|
|
575
|
+
<div class="lead">
|
|
576
|
+
<p>流程组件</p>
|
|
577
|
+
</div>
|
|
578
|
+
</div>
|
|
579
|
+
</section>
|
|
580
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
581
|
+
<a name="required" class="tsd-anchor"></a>
|
|
582
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> required</h3>
|
|
583
|
+
<div class="tsd-signature tsd-kind-icon">required<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
584
|
+
<aside class="tsd-sources">
|
|
585
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#required">required</a></p>
|
|
586
|
+
<ul>
|
|
587
|
+
<li>Defined in logic/BaseVariable.ts:97</li>
|
|
588
|
+
</ul>
|
|
589
|
+
</aside>
|
|
590
|
+
<div class="tsd-comment tsd-typography">
|
|
591
|
+
<div class="lead">
|
|
592
|
+
<p>是否必须</p>
|
|
593
|
+
</div>
|
|
594
|
+
</div>
|
|
595
|
+
</section>
|
|
596
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
597
|
+
<a name="schema" class="tsd-anchor"></a>
|
|
598
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> schema</h3>
|
|
599
|
+
<div class="tsd-signature tsd-kind-icon">schema<span class="tsd-signature-symbol">:</span> <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a><span class="tsd-signature-symbol"> = ...</span></div>
|
|
600
|
+
<aside class="tsd-sources">
|
|
601
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#schema">schema</a></p>
|
|
602
|
+
<ul>
|
|
603
|
+
<li>Defined in logic/BaseVariable.ts:88</li>
|
|
604
|
+
</ul>
|
|
605
|
+
</aside>
|
|
606
|
+
<div class="tsd-comment tsd-typography">
|
|
607
|
+
<div class="lead">
|
|
608
|
+
<p>描述</p>
|
|
609
|
+
</div>
|
|
610
|
+
</div>
|
|
611
|
+
</section>
|
|
612
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
613
|
+
<a name="schemachildren" class="tsd-anchor"></a>
|
|
614
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> schema<wbr>Children</h3>
|
|
615
|
+
<div class="tsd-signature tsd-kind-icon">schema<wbr>Children<span class="tsd-signature-symbol">:</span> <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
616
|
+
<aside class="tsd-sources">
|
|
617
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#schemachildren">schemaChildren</a></p>
|
|
618
|
+
<ul>
|
|
619
|
+
<li>Defined in logic/BaseVariable.ts:92</li>
|
|
620
|
+
</ul>
|
|
621
|
+
</aside>
|
|
622
|
+
</section>
|
|
623
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
624
|
+
<a name="type" class="tsd-anchor"></a>
|
|
625
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> type</h3>
|
|
626
|
+
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Identifier"</span><span class="tsd-signature-symbol"> = 'Identifier'</span></div>
|
|
627
|
+
<aside class="tsd-sources">
|
|
628
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#type">type</a></p>
|
|
629
|
+
<ul>
|
|
630
|
+
<li>Defined in logic/BaseVariable.ts:47</li>
|
|
631
|
+
</ul>
|
|
632
|
+
</aside>
|
|
633
|
+
<div class="tsd-comment tsd-typography">
|
|
634
|
+
<div class="lead">
|
|
635
|
+
<p>参数类型
|
|
636
|
+
这里暂时用不到,固定</p>
|
|
637
|
+
</div>
|
|
638
|
+
</div>
|
|
639
|
+
</section>
|
|
640
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
641
|
+
<a name="updatedby" class="tsd-anchor"></a>
|
|
642
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> updated<wbr>By</h3>
|
|
643
|
+
<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>
|
|
644
|
+
<aside class="tsd-sources">
|
|
645
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#updatedby">updatedBy</a></p>
|
|
646
|
+
<ul>
|
|
647
|
+
<li>Defined in common/Vertex.ts:63</li>
|
|
648
|
+
</ul>
|
|
649
|
+
</aside>
|
|
650
|
+
<div class="tsd-comment tsd-typography">
|
|
651
|
+
<div class="lead">
|
|
652
|
+
<p>修改人</p>
|
|
653
|
+
</div>
|
|
654
|
+
</div>
|
|
655
|
+
</section>
|
|
656
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
657
|
+
<a name="updatedtime" class="tsd-anchor"></a>
|
|
658
|
+
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> updated<wbr>Time</h3>
|
|
659
|
+
<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>
|
|
660
|
+
<aside class="tsd-sources">
|
|
661
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#updatedtime">updatedTime</a></p>
|
|
662
|
+
<ul>
|
|
663
|
+
<li>Defined in common/Vertex.ts:68</li>
|
|
664
|
+
</ul>
|
|
665
|
+
</aside>
|
|
666
|
+
<div class="tsd-comment tsd-typography">
|
|
667
|
+
<div class="lead">
|
|
668
|
+
<p>修改时间</p>
|
|
669
|
+
</div>
|
|
670
|
+
</div>
|
|
671
|
+
</section>
|
|
672
|
+
</section>
|
|
673
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
674
|
+
<h2>Methods</h2>
|
|
675
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
676
|
+
<a name="assign" class="tsd-anchor"></a>
|
|
677
|
+
<h3>assign</h3>
|
|
678
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
679
|
+
<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>
|
|
680
|
+
</ul>
|
|
681
|
+
<ul class="tsd-descriptions">
|
|
682
|
+
<li class="tsd-description">
|
|
683
|
+
<aside class="tsd-sources">
|
|
684
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#assign">assign</a></p>
|
|
685
|
+
<ul>
|
|
686
|
+
<li>Defined in logic/BaseVariable.ts:111</li>
|
|
687
|
+
</ul>
|
|
688
|
+
</aside>
|
|
689
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
690
|
+
<ul class="tsd-parameters">
|
|
691
|
+
<li>
|
|
692
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
693
|
+
</li>
|
|
694
|
+
</ul>
|
|
695
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
696
|
+
</li>
|
|
697
|
+
</ul>
|
|
698
|
+
</section>
|
|
699
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
700
|
+
<a name="create" class="tsd-anchor"></a>
|
|
701
|
+
<h3>create</h3>
|
|
702
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
703
|
+
<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="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a><span class="tsd-signature-symbol">></span></li>
|
|
704
|
+
</ul>
|
|
705
|
+
<ul class="tsd-descriptions">
|
|
706
|
+
<li class="tsd-description">
|
|
707
|
+
<aside class="tsd-sources">
|
|
708
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#create">create</a></p>
|
|
709
|
+
<ul>
|
|
710
|
+
<li>Defined in process/ProcessComponentVariable.ts:51</li>
|
|
711
|
+
</ul>
|
|
712
|
+
</aside>
|
|
713
|
+
<div class="tsd-comment tsd-typography">
|
|
714
|
+
<div class="lead">
|
|
715
|
+
<p>添加流程组件局部变量</p>
|
|
716
|
+
</div>
|
|
717
|
+
</div>
|
|
718
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a><span class="tsd-signature-symbol">></span></h4>
|
|
719
|
+
</li>
|
|
720
|
+
</ul>
|
|
721
|
+
</section>
|
|
722
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
723
|
+
<a name="deeppick" class="tsd-anchor"></a>
|
|
724
|
+
<h3>deep<wbr>Pick</h3>
|
|
725
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
726
|
+
<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>
|
|
727
|
+
</ul>
|
|
728
|
+
<ul class="tsd-descriptions">
|
|
729
|
+
<li class="tsd-description">
|
|
730
|
+
<aside class="tsd-sources">
|
|
731
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#deeppick">deepPick</a></p>
|
|
732
|
+
<ul>
|
|
733
|
+
<li>Defined in common/Vertex.ts:183</li>
|
|
734
|
+
</ul>
|
|
735
|
+
</aside>
|
|
736
|
+
<div class="tsd-comment tsd-typography">
|
|
737
|
+
<div class="lead">
|
|
738
|
+
<p>从对象中深度获取</p>
|
|
739
|
+
</div>
|
|
740
|
+
<dl class="tsd-comment-tags">
|
|
741
|
+
<dt>example</dt>
|
|
742
|
+
<dd><p>比如一般后端返回只是添加了个 id</p>
|
|
743
|
+
<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>
|
|
744
|
+
</code></pre>
|
|
745
|
+
</dd>
|
|
746
|
+
</dl>
|
|
747
|
+
</div>
|
|
748
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
749
|
+
<ul class="tsd-parameters">
|
|
750
|
+
<li>
|
|
751
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
752
|
+
</li>
|
|
753
|
+
<li>
|
|
754
|
+
<h5>keys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
755
|
+
</li>
|
|
756
|
+
</ul>
|
|
757
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
758
|
+
</li>
|
|
759
|
+
</ul>
|
|
760
|
+
</section>
|
|
761
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
762
|
+
<a name="delete" class="tsd-anchor"></a>
|
|
763
|
+
<h3>delete</h3>
|
|
764
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
765
|
+
<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>
|
|
766
|
+
</ul>
|
|
767
|
+
<ul class="tsd-descriptions">
|
|
768
|
+
<li class="tsd-description">
|
|
769
|
+
<aside class="tsd-sources">
|
|
770
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#delete">delete</a></p>
|
|
771
|
+
<ul>
|
|
772
|
+
<li>Defined in process/ProcessComponentVariable.ts:64</li>
|
|
773
|
+
</ul>
|
|
774
|
+
</aside>
|
|
775
|
+
<div class="tsd-comment tsd-typography">
|
|
776
|
+
<div class="lead">
|
|
777
|
+
<p>删除流程组件局部变量</p>
|
|
778
|
+
</div>
|
|
779
|
+
</div>
|
|
780
|
+
<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>
|
|
781
|
+
</li>
|
|
782
|
+
</ul>
|
|
783
|
+
</section>
|
|
784
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
785
|
+
<a name="emit" class="tsd-anchor"></a>
|
|
786
|
+
<h3>emit</h3>
|
|
787
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
788
|
+
<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>
|
|
789
|
+
</ul>
|
|
790
|
+
<ul class="tsd-descriptions">
|
|
791
|
+
<li class="tsd-description">
|
|
792
|
+
<aside class="tsd-sources">
|
|
793
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#emit">emit</a></p>
|
|
794
|
+
<ul>
|
|
795
|
+
<li>Defined in common/EventEmitter.ts:50</li>
|
|
796
|
+
</ul>
|
|
797
|
+
</aside>
|
|
798
|
+
<div class="tsd-comment tsd-typography">
|
|
799
|
+
<div class="lead">
|
|
800
|
+
<p>触发事件</p>
|
|
801
|
+
</div>
|
|
802
|
+
</div>
|
|
803
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
804
|
+
<ul class="tsd-parameters">
|
|
805
|
+
<li>
|
|
806
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
807
|
+
<div class="tsd-comment tsd-typography">
|
|
808
|
+
<p>事件名</p>
|
|
809
|
+
</div>
|
|
810
|
+
</li>
|
|
811
|
+
<li>
|
|
812
|
+
<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>
|
|
813
|
+
<div class="tsd-comment tsd-typography">
|
|
814
|
+
<p>事件参数</p>
|
|
815
|
+
</div>
|
|
816
|
+
</li>
|
|
817
|
+
</ul>
|
|
818
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
819
|
+
</li>
|
|
820
|
+
</ul>
|
|
821
|
+
</section>
|
|
822
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
823
|
+
<a name="emitvertexidtonamechange" class="tsd-anchor"></a>
|
|
824
|
+
<h3>emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</h3>
|
|
825
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
826
|
+
<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>
|
|
827
|
+
</ul>
|
|
828
|
+
<ul class="tsd-descriptions">
|
|
829
|
+
<li class="tsd-description">
|
|
830
|
+
<aside class="tsd-sources">
|
|
831
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#emitvertexidtonamechange">emitVertexIdToNameChange</a></p>
|
|
832
|
+
<ul>
|
|
833
|
+
<li>Defined in common/Vertex.ts:131</li>
|
|
834
|
+
</ul>
|
|
835
|
+
</aside>
|
|
836
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
837
|
+
</li>
|
|
838
|
+
</ul>
|
|
839
|
+
</section>
|
|
840
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
841
|
+
<a name="findusage" class="tsd-anchor"></a>
|
|
842
|
+
<h3>find<wbr>Usage</h3>
|
|
843
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
844
|
+
<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>
|
|
845
|
+
</ul>
|
|
846
|
+
<ul class="tsd-descriptions">
|
|
847
|
+
<li class="tsd-description">
|
|
848
|
+
<aside class="tsd-sources">
|
|
849
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#findusage">findUsage</a></p>
|
|
850
|
+
<ul>
|
|
851
|
+
<li>Defined in common/Vertex.ts:242</li>
|
|
852
|
+
</ul>
|
|
853
|
+
</aside>
|
|
854
|
+
<div class="tsd-comment tsd-typography">
|
|
855
|
+
<div class="lead">
|
|
856
|
+
<p>查找引用</p>
|
|
857
|
+
</div>
|
|
858
|
+
</div>
|
|
859
|
+
<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>
|
|
860
|
+
</li>
|
|
861
|
+
</ul>
|
|
862
|
+
</section>
|
|
863
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
864
|
+
<a name="gencode" class="tsd-anchor"></a>
|
|
865
|
+
<h3>gen<wbr>Code</h3>
|
|
866
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
867
|
+
<li class="tsd-signature tsd-kind-icon">gen<wbr>Code<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
868
|
+
</ul>
|
|
869
|
+
<ul class="tsd-descriptions">
|
|
870
|
+
<li class="tsd-description">
|
|
871
|
+
<aside class="tsd-sources">
|
|
872
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#gencode">genCode</a></p>
|
|
873
|
+
<ul>
|
|
874
|
+
<li>Defined in process/ProcessComponentVariable.ts:44</li>
|
|
875
|
+
</ul>
|
|
876
|
+
</aside>
|
|
877
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
878
|
+
</li>
|
|
879
|
+
</ul>
|
|
880
|
+
</section>
|
|
881
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
882
|
+
<a name="genschemachildren" class="tsd-anchor"></a>
|
|
883
|
+
<h3>gen<wbr>Schema<wbr>Children</h3>
|
|
884
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
885
|
+
<li class="tsd-signature tsd-kind-icon">gen<wbr>Schema<wbr>Children<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>
|
|
886
|
+
</ul>
|
|
887
|
+
<ul class="tsd-descriptions">
|
|
888
|
+
<li class="tsd-description">
|
|
889
|
+
<aside class="tsd-sources">
|
|
890
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#genschemachildren">genSchemaChildren</a></p>
|
|
891
|
+
<ul>
|
|
892
|
+
<li>Defined in logic/BaseVariable.ts:121</li>
|
|
893
|
+
</ul>
|
|
894
|
+
</aside>
|
|
895
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
896
|
+
</li>
|
|
897
|
+
</ul>
|
|
898
|
+
</section>
|
|
899
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
900
|
+
<a name="getschemausage" class="tsd-anchor"></a>
|
|
901
|
+
<h3>get<wbr>Schema<wbr>Usage</h3>
|
|
902
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
903
|
+
<li class="tsd-signature tsd-kind-icon">get<wbr>Schema<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>
|
|
904
|
+
</ul>
|
|
905
|
+
<ul class="tsd-descriptions">
|
|
906
|
+
<li class="tsd-description">
|
|
907
|
+
<aside class="tsd-sources">
|
|
908
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#getschemausage">getSchemaUsage</a></p>
|
|
909
|
+
<ul>
|
|
910
|
+
<li>Defined in process/ProcessComponentVariable.ts:143</li>
|
|
911
|
+
</ul>
|
|
912
|
+
</aside>
|
|
913
|
+
<div class="tsd-comment tsd-typography">
|
|
914
|
+
<div class="lead">
|
|
915
|
+
<p>查找schema 顶点被引用的流程顶点列表</p>
|
|
916
|
+
</div>
|
|
917
|
+
</div>
|
|
918
|
+
<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>
|
|
919
|
+
</li>
|
|
920
|
+
</ul>
|
|
921
|
+
</section>
|
|
922
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
923
|
+
<a name="off" class="tsd-anchor"></a>
|
|
924
|
+
<h3>off</h3>
|
|
925
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
926
|
+
<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>
|
|
927
|
+
</ul>
|
|
928
|
+
<ul class="tsd-descriptions">
|
|
929
|
+
<li class="tsd-description">
|
|
930
|
+
<aside class="tsd-sources">
|
|
931
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#off">off</a></p>
|
|
932
|
+
<ul>
|
|
933
|
+
<li>Defined in common/EventEmitter.ts:26</li>
|
|
934
|
+
</ul>
|
|
935
|
+
</aside>
|
|
936
|
+
<div class="tsd-comment tsd-typography">
|
|
937
|
+
<div class="lead">
|
|
938
|
+
<p>取消监听事件</p>
|
|
939
|
+
</div>
|
|
940
|
+
</div>
|
|
941
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
942
|
+
<ul class="tsd-parameters">
|
|
943
|
+
<li>
|
|
944
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
945
|
+
<div class="tsd-comment tsd-typography">
|
|
946
|
+
<p>事件名</p>
|
|
947
|
+
</div>
|
|
948
|
+
</li>
|
|
949
|
+
<li>
|
|
950
|
+
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
|
|
951
|
+
<div class="tsd-comment tsd-typography">
|
|
952
|
+
<p>监听器</p>
|
|
953
|
+
</div>
|
|
954
|
+
</li>
|
|
955
|
+
</ul>
|
|
956
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
957
|
+
</li>
|
|
958
|
+
</ul>
|
|
959
|
+
</section>
|
|
960
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
961
|
+
<a name="on" class="tsd-anchor"></a>
|
|
962
|
+
<h3>on</h3>
|
|
963
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
964
|
+
<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>
|
|
965
|
+
</ul>
|
|
966
|
+
<ul class="tsd-descriptions">
|
|
967
|
+
<li class="tsd-description">
|
|
968
|
+
<aside class="tsd-sources">
|
|
969
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#on">on</a></p>
|
|
970
|
+
<ul>
|
|
971
|
+
<li>Defined in common/EventEmitter.ts:13</li>
|
|
972
|
+
</ul>
|
|
973
|
+
</aside>
|
|
974
|
+
<div class="tsd-comment tsd-typography">
|
|
975
|
+
<div class="lead">
|
|
976
|
+
<p>监听事件</p>
|
|
977
|
+
</div>
|
|
978
|
+
</div>
|
|
979
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
980
|
+
<ul class="tsd-parameters">
|
|
981
|
+
<li>
|
|
982
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
983
|
+
<div class="tsd-comment tsd-typography">
|
|
984
|
+
<p>事件名</p>
|
|
985
|
+
</div>
|
|
986
|
+
</li>
|
|
987
|
+
<li>
|
|
988
|
+
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
|
|
989
|
+
<div class="tsd-comment tsd-typography">
|
|
990
|
+
<p>监听器</p>
|
|
991
|
+
</div>
|
|
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 tsd-is-inherited">
|
|
999
|
+
<a name="once" class="tsd-anchor"></a>
|
|
1000
|
+
<h3>once</h3>
|
|
1001
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1002
|
+
<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>
|
|
1003
|
+
</ul>
|
|
1004
|
+
<ul class="tsd-descriptions">
|
|
1005
|
+
<li class="tsd-description">
|
|
1006
|
+
<aside class="tsd-sources">
|
|
1007
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#once">once</a></p>
|
|
1008
|
+
<ul>
|
|
1009
|
+
<li>Defined in common/EventEmitter.ts:38</li>
|
|
1010
|
+
</ul>
|
|
1011
|
+
</aside>
|
|
1012
|
+
<div class="tsd-comment tsd-typography">
|
|
1013
|
+
<div class="lead">
|
|
1014
|
+
<p>只监听一次事件</p>
|
|
1015
|
+
</div>
|
|
1016
|
+
</div>
|
|
1017
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1018
|
+
<ul class="tsd-parameters">
|
|
1019
|
+
<li>
|
|
1020
|
+
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
|
|
1021
|
+
<div class="tsd-comment tsd-typography">
|
|
1022
|
+
<p>事件名</p>
|
|
1023
|
+
</div>
|
|
1024
|
+
</li>
|
|
1025
|
+
<li>
|
|
1026
|
+
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
|
|
1027
|
+
<div class="tsd-comment tsd-typography">
|
|
1028
|
+
<p>监听器</p>
|
|
1029
|
+
</div>
|
|
1030
|
+
</li>
|
|
1031
|
+
</ul>
|
|
1032
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1033
|
+
</li>
|
|
1034
|
+
</ul>
|
|
1035
|
+
</section>
|
|
1036
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1037
|
+
<a name="pick" class="tsd-anchor"></a>
|
|
1038
|
+
<h3>pick</h3>
|
|
1039
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1040
|
+
<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>
|
|
1041
|
+
</ul>
|
|
1042
|
+
<ul class="tsd-descriptions">
|
|
1043
|
+
<li class="tsd-description">
|
|
1044
|
+
<aside class="tsd-sources">
|
|
1045
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#pick">pick</a></p>
|
|
1046
|
+
<ul>
|
|
1047
|
+
<li>Defined in common/Vertex.ts:162</li>
|
|
1048
|
+
</ul>
|
|
1049
|
+
</aside>
|
|
1050
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1051
|
+
<ul class="tsd-parameters">
|
|
1052
|
+
<li>
|
|
1053
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
1054
|
+
</li>
|
|
1055
|
+
<li>
|
|
1056
|
+
<h5>keys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1057
|
+
</li>
|
|
1058
|
+
</ul>
|
|
1059
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1060
|
+
</li>
|
|
1061
|
+
</ul>
|
|
1062
|
+
</section>
|
|
1063
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1064
|
+
<a name="plainassign" class="tsd-anchor"></a>
|
|
1065
|
+
<h3>plain<wbr>Assign</h3>
|
|
1066
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1067
|
+
<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>
|
|
1068
|
+
</ul>
|
|
1069
|
+
<ul class="tsd-descriptions">
|
|
1070
|
+
<li class="tsd-description">
|
|
1071
|
+
<aside class="tsd-sources">
|
|
1072
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#plainassign">plainAssign</a></p>
|
|
1073
|
+
<ul>
|
|
1074
|
+
<li>Defined in common/Vertex.ts:143</li>
|
|
1075
|
+
</ul>
|
|
1076
|
+
</aside>
|
|
1077
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1078
|
+
<ul class="tsd-parameters">
|
|
1079
|
+
<li>
|
|
1080
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
1081
|
+
</li>
|
|
1082
|
+
</ul>
|
|
1083
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
1084
|
+
</li>
|
|
1085
|
+
</ul>
|
|
1086
|
+
</section>
|
|
1087
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1088
|
+
<a name="setaslist" class="tsd-anchor"></a>
|
|
1089
|
+
<h3>set<wbr>AsList</h3>
|
|
1090
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1091
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>AsList<span class="tsd-signature-symbol">(</span>isArray<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</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>
|
|
1092
|
+
</ul>
|
|
1093
|
+
<ul class="tsd-descriptions">
|
|
1094
|
+
<li class="tsd-description">
|
|
1095
|
+
<aside class="tsd-sources">
|
|
1096
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#setaslist">setAsList</a></p>
|
|
1097
|
+
<ul>
|
|
1098
|
+
<li>Defined in process/ProcessComponentVariable.ts:123</li>
|
|
1099
|
+
</ul>
|
|
1100
|
+
</aside>
|
|
1101
|
+
<div class="tsd-comment tsd-typography">
|
|
1102
|
+
<div class="lead">
|
|
1103
|
+
<p>设置流程组件局部变量是否为列表</p>
|
|
1104
|
+
</div>
|
|
1105
|
+
</div>
|
|
1106
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1107
|
+
<ul class="tsd-parameters">
|
|
1108
|
+
<li>
|
|
1109
|
+
<h5>isArray: <span class="tsd-signature-type">boolean</span></h5>
|
|
1110
|
+
<div class="tsd-comment tsd-typography">
|
|
1111
|
+
</div>
|
|
1112
|
+
</li>
|
|
1113
|
+
</ul>
|
|
1114
|
+
<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>
|
|
1115
|
+
</li>
|
|
1116
|
+
</ul>
|
|
1117
|
+
</section>
|
|
1118
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1119
|
+
<a name="setdatatype" class="tsd-anchor"></a>
|
|
1120
|
+
<h3>set<wbr>Data<wbr>Type</h3>
|
|
1121
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1122
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>Data<wbr>Type<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><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>
|
|
1123
|
+
</ul>
|
|
1124
|
+
<ul class="tsd-descriptions">
|
|
1125
|
+
<li class="tsd-description">
|
|
1126
|
+
<aside class="tsd-sources">
|
|
1127
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#setdatatype">setDataType</a></p>
|
|
1128
|
+
<ul>
|
|
1129
|
+
<li>Defined in process/ProcessComponentVariable.ts:111</li>
|
|
1130
|
+
</ul>
|
|
1131
|
+
</aside>
|
|
1132
|
+
<div class="tsd-comment tsd-typography">
|
|
1133
|
+
<div class="lead">
|
|
1134
|
+
<p>设置流程组件局部变量的数据类型</p>
|
|
1135
|
+
</div>
|
|
1136
|
+
</div>
|
|
1137
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1138
|
+
<ul class="tsd-parameters">
|
|
1139
|
+
<li>
|
|
1140
|
+
<h5>$ref: <span class="tsd-signature-type">string</span></h5>
|
|
1141
|
+
<div class="tsd-comment tsd-typography">
|
|
1142
|
+
<p>数据类型</p>
|
|
1143
|
+
</div>
|
|
1144
|
+
</li>
|
|
1145
|
+
</ul>
|
|
1146
|
+
<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>
|
|
1147
|
+
</li>
|
|
1148
|
+
</ul>
|
|
1149
|
+
</section>
|
|
1150
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1151
|
+
<a name="setdefaultvalue" class="tsd-anchor"></a>
|
|
1152
|
+
<h3>set<wbr>Default<wbr>Value</h3>
|
|
1153
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1154
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>Default<wbr>Value<span class="tsd-signature-symbol">(</span>defaultValue<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>
|
|
1155
|
+
</ul>
|
|
1156
|
+
<ul class="tsd-descriptions">
|
|
1157
|
+
<li class="tsd-description">
|
|
1158
|
+
<aside class="tsd-sources">
|
|
1159
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#setdefaultvalue">setDefaultValue</a></p>
|
|
1160
|
+
<ul>
|
|
1161
|
+
<li>Defined in process/ProcessComponentVariable.ts:135</li>
|
|
1162
|
+
</ul>
|
|
1163
|
+
</aside>
|
|
1164
|
+
<div class="tsd-comment tsd-typography">
|
|
1165
|
+
<div class="lead">
|
|
1166
|
+
<p>设置流程组件局部变量的默认值</p>
|
|
1167
|
+
</div>
|
|
1168
|
+
</div>
|
|
1169
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1170
|
+
<ul class="tsd-parameters">
|
|
1171
|
+
<li>
|
|
1172
|
+
<h5>defaultValue: <span class="tsd-signature-type">string</span></h5>
|
|
1173
|
+
<div class="tsd-comment tsd-typography">
|
|
1174
|
+
<p>默认值</p>
|
|
1175
|
+
</div>
|
|
1176
|
+
</li>
|
|
1177
|
+
</ul>
|
|
1178
|
+
<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>
|
|
1179
|
+
</li>
|
|
1180
|
+
</ul>
|
|
1181
|
+
</section>
|
|
1182
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1183
|
+
<a name="setdescription" class="tsd-anchor"></a>
|
|
1184
|
+
<h3>set<wbr>Description</h3>
|
|
1185
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1186
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>Description<span class="tsd-signature-symbol">(</span>description<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>
|
|
1187
|
+
</ul>
|
|
1188
|
+
<ul class="tsd-descriptions">
|
|
1189
|
+
<li class="tsd-description">
|
|
1190
|
+
<aside class="tsd-sources">
|
|
1191
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#setdescription">setDescription</a></p>
|
|
1192
|
+
<ul>
|
|
1193
|
+
<li>Defined in process/ProcessComponentVariable.ts:101</li>
|
|
1194
|
+
</ul>
|
|
1195
|
+
</aside>
|
|
1196
|
+
<div class="tsd-comment tsd-typography">
|
|
1197
|
+
<div class="lead">
|
|
1198
|
+
<p>设置流程组件局部变量描述</p>
|
|
1199
|
+
</div>
|
|
1200
|
+
</div>
|
|
1201
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1202
|
+
<ul class="tsd-parameters">
|
|
1203
|
+
<li>
|
|
1204
|
+
<h5>description: <span class="tsd-signature-type">string</span></h5>
|
|
1205
|
+
<div class="tsd-comment tsd-typography">
|
|
1206
|
+
<p>描述</p>
|
|
1207
|
+
</div>
|
|
1208
|
+
</li>
|
|
1209
|
+
</ul>
|
|
1210
|
+
<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>
|
|
1211
|
+
</li>
|
|
1212
|
+
</ul>
|
|
1213
|
+
</section>
|
|
1214
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1215
|
+
<a name="setname" class="tsd-anchor"></a>
|
|
1216
|
+
<h3>set<wbr>Name</h3>
|
|
1217
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1218
|
+
<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>
|
|
1219
|
+
</ul>
|
|
1220
|
+
<ul class="tsd-descriptions">
|
|
1221
|
+
<li class="tsd-description">
|
|
1222
|
+
<aside class="tsd-sources">
|
|
1223
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#setname">setName</a></p>
|
|
1224
|
+
<ul>
|
|
1225
|
+
<li>Defined in process/ProcessComponentVariable.ts:90</li>
|
|
1226
|
+
</ul>
|
|
1227
|
+
</aside>
|
|
1228
|
+
<div class="tsd-comment tsd-typography">
|
|
1229
|
+
<div class="lead">
|
|
1230
|
+
<p>设置流程组件局部变量名称</p>
|
|
1231
|
+
</div>
|
|
1232
|
+
</div>
|
|
1233
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1234
|
+
<ul class="tsd-parameters">
|
|
1235
|
+
<li>
|
|
1236
|
+
<h5>name: <span class="tsd-signature-type">string</span></h5>
|
|
1237
|
+
<div class="tsd-comment tsd-typography">
|
|
1238
|
+
<p>名称</p>
|
|
1239
|
+
</div>
|
|
1240
|
+
</li>
|
|
1241
|
+
</ul>
|
|
1242
|
+
<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>
|
|
1243
|
+
</li>
|
|
1244
|
+
</ul>
|
|
1245
|
+
</section>
|
|
1246
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1247
|
+
<a name="setrequired" class="tsd-anchor"></a>
|
|
1248
|
+
<h3>set<wbr>Required</h3>
|
|
1249
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1250
|
+
<li class="tsd-signature tsd-kind-icon">set<wbr>Required<span class="tsd-signature-symbol">(</span>required<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</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>
|
|
1251
|
+
</ul>
|
|
1252
|
+
<ul class="tsd-descriptions">
|
|
1253
|
+
<li class="tsd-description">
|
|
1254
|
+
<aside class="tsd-sources">
|
|
1255
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#setrequired">setRequired</a></p>
|
|
1256
|
+
<ul>
|
|
1257
|
+
<li>Defined in logic/Variable.ts:206</li>
|
|
1258
|
+
</ul>
|
|
1259
|
+
</aside>
|
|
1260
|
+
<div class="tsd-comment tsd-typography">
|
|
1261
|
+
<div class="lead">
|
|
1262
|
+
<p>设置逻辑局部变量是否必须</p>
|
|
1263
|
+
</div>
|
|
1264
|
+
</div>
|
|
1265
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1266
|
+
<ul class="tsd-parameters">
|
|
1267
|
+
<li>
|
|
1268
|
+
<h5>required: <span class="tsd-signature-type">boolean</span></h5>
|
|
1269
|
+
<div class="tsd-comment tsd-typography">
|
|
1270
|
+
<p>必须</p>
|
|
1271
|
+
</div>
|
|
1272
|
+
</li>
|
|
1273
|
+
</ul>
|
|
1274
|
+
<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>
|
|
1275
|
+
</li>
|
|
1276
|
+
</ul>
|
|
1277
|
+
</section>
|
|
1278
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1279
|
+
<a name="tojson" class="tsd-anchor"></a>
|
|
1280
|
+
<h3>toJSON</h3>
|
|
1281
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1282
|
+
<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>
|
|
1283
|
+
</ul>
|
|
1284
|
+
<ul class="tsd-descriptions">
|
|
1285
|
+
<li class="tsd-description">
|
|
1286
|
+
<aside class="tsd-sources">
|
|
1287
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#tojson">toJSON</a></p>
|
|
1288
|
+
<ul>
|
|
1289
|
+
<li>Defined in common/Vertex.ts:209</li>
|
|
1290
|
+
</ul>
|
|
1291
|
+
</aside>
|
|
1292
|
+
<div class="tsd-comment tsd-typography">
|
|
1293
|
+
<div class="lead">
|
|
1294
|
+
<p>去除循环依赖,转为纯 JSON</p>
|
|
1295
|
+
</div>
|
|
1296
|
+
</div>
|
|
1297
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1298
|
+
<ul class="tsd-parameters">
|
|
1299
|
+
<li>
|
|
1300
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parentKey: <span class="tsd-signature-type">string</span></h5>
|
|
1301
|
+
<div class="tsd-comment tsd-typography">
|
|
1302
|
+
<p>外面的 key</p>
|
|
1303
|
+
</div>
|
|
1304
|
+
</li>
|
|
1305
|
+
<li>
|
|
1306
|
+
<h5>excludedKeys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1307
|
+
<div class="tsd-comment tsd-typography">
|
|
1308
|
+
<p>需要额外排除的 keys</p>
|
|
1309
|
+
</div>
|
|
1310
|
+
</li>
|
|
1311
|
+
</ul>
|
|
1312
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
1313
|
+
</li>
|
|
1314
|
+
</ul>
|
|
1315
|
+
</section>
|
|
1316
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1317
|
+
<a name="toplainjson" class="tsd-anchor"></a>
|
|
1318
|
+
<h3>to<wbr>PlainJSON</h3>
|
|
1319
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1320
|
+
<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>
|
|
1321
|
+
</ul>
|
|
1322
|
+
<ul class="tsd-descriptions">
|
|
1323
|
+
<li class="tsd-description">
|
|
1324
|
+
<aside class="tsd-sources">
|
|
1325
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#toplainjson">toPlainJSON</a></p>
|
|
1326
|
+
<ul>
|
|
1327
|
+
<li>Defined in common/Vertex.ts:225</li>
|
|
1328
|
+
</ul>
|
|
1329
|
+
</aside>
|
|
1330
|
+
<div class="tsd-comment tsd-typography">
|
|
1331
|
+
<div class="lead">
|
|
1332
|
+
<p>转为单层的 JSON</p>
|
|
1333
|
+
</div>
|
|
1334
|
+
</div>
|
|
1335
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1336
|
+
<ul class="tsd-parameters">
|
|
1337
|
+
<li>
|
|
1338
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parentKey: <span class="tsd-signature-type">string</span></h5>
|
|
1339
|
+
<div class="tsd-comment tsd-typography">
|
|
1340
|
+
<p>外面的 key</p>
|
|
1341
|
+
</div>
|
|
1342
|
+
</li>
|
|
1343
|
+
<li>
|
|
1344
|
+
<h5>excludedKeys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
|
|
1345
|
+
<div class="tsd-comment tsd-typography">
|
|
1346
|
+
<p>需要额外排除的 keys</p>
|
|
1347
|
+
</div>
|
|
1348
|
+
</li>
|
|
1349
|
+
</ul>
|
|
1350
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
1351
|
+
</li>
|
|
1352
|
+
</ul>
|
|
1353
|
+
</section>
|
|
1354
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1355
|
+
<a name="update" class="tsd-anchor"></a>
|
|
1356
|
+
<h3>update</h3>
|
|
1357
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1358
|
+
<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="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a><span class="tsd-signature-symbol">></span></li>
|
|
1359
|
+
</ul>
|
|
1360
|
+
<ul class="tsd-descriptions">
|
|
1361
|
+
<li class="tsd-description">
|
|
1362
|
+
<aside class="tsd-sources">
|
|
1363
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#update">update</a></p>
|
|
1364
|
+
<ul>
|
|
1365
|
+
<li>Defined in process/ProcessComponentVariable.ts:78</li>
|
|
1366
|
+
</ul>
|
|
1367
|
+
</aside>
|
|
1368
|
+
<div class="tsd-comment tsd-typography">
|
|
1369
|
+
<div class="lead">
|
|
1370
|
+
<p>修改流程组件局部变量</p>
|
|
1371
|
+
</div>
|
|
1372
|
+
</div>
|
|
1373
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a><span class="tsd-signature-symbol">></span></h4>
|
|
1374
|
+
</li>
|
|
1375
|
+
</ul>
|
|
1376
|
+
</section>
|
|
1377
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static">
|
|
1378
|
+
<a name="from" class="tsd-anchor"></a>
|
|
1379
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> from</h3>
|
|
1380
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static">
|
|
1381
|
+
<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>, processComponent<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><a href="process_processcomponent.processcomponent.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponent</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a></li>
|
|
1382
|
+
</ul>
|
|
1383
|
+
<ul class="tsd-descriptions">
|
|
1384
|
+
<li class="tsd-description">
|
|
1385
|
+
<aside class="tsd-sources">
|
|
1386
|
+
<p>Overrides <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#from">from</a></p>
|
|
1387
|
+
<ul>
|
|
1388
|
+
<li>Defined in process/ProcessComponentVariable.ts:155</li>
|
|
1389
|
+
</ul>
|
|
1390
|
+
</aside>
|
|
1391
|
+
<div class="tsd-comment tsd-typography">
|
|
1392
|
+
<div class="lead">
|
|
1393
|
+
<p>从后端 JSON 生成规范的 ProcessComponentVariable 对象</p>
|
|
1394
|
+
</div>
|
|
1395
|
+
</div>
|
|
1396
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1397
|
+
<ul class="tsd-parameters">
|
|
1398
|
+
<li>
|
|
1399
|
+
<h5>source: <span class="tsd-signature-type">any</span></h5>
|
|
1400
|
+
</li>
|
|
1401
|
+
<li>
|
|
1402
|
+
<h5>processComponent: <a href="logic_logic.logic.html" class="tsd-signature-type" data-tsd-kind="Class">Logic</a><span class="tsd-signature-symbol"> | </span><a href="process_processcomponent.processcomponent.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponent</a></h5>
|
|
1403
|
+
</li>
|
|
1404
|
+
</ul>
|
|
1405
|
+
<h4 class="tsd-returns-title">Returns <a href="process_processcomponentvariable.processcomponentvariable.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentVariable</a></h4>
|
|
1406
|
+
</li>
|
|
1407
|
+
</ul>
|
|
1408
|
+
</section>
|
|
1409
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
1410
|
+
<a name="getvertexbyref" class="tsd-anchor"></a>
|
|
1411
|
+
<h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Vertex<wbr>ByRef</h3>
|
|
1412
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
1413
|
+
<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>
|
|
1414
|
+
</ul>
|
|
1415
|
+
<ul class="tsd-descriptions">
|
|
1416
|
+
<li class="tsd-description">
|
|
1417
|
+
<aside class="tsd-sources">
|
|
1418
|
+
<p>Inherited from <a href="logic_variable.variable.html">Variable</a>.<a href="logic_variable.variable.html#getvertexbyref">getVertexByRef</a></p>
|
|
1419
|
+
<ul>
|
|
1420
|
+
<li>Defined in common/Vertex.ts:256</li>
|
|
1421
|
+
</ul>
|
|
1422
|
+
</aside>
|
|
1423
|
+
<div class="tsd-comment tsd-typography">
|
|
1424
|
+
<div class="lead">
|
|
1425
|
+
<p>通过 Ref 去查找点</p>
|
|
1426
|
+
</div>
|
|
1427
|
+
</div>
|
|
1428
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1429
|
+
<ul class="tsd-parameters">
|
|
1430
|
+
<li>
|
|
1431
|
+
<h5>ref: <span class="tsd-signature-type">string</span></h5>
|
|
1432
|
+
<div class="tsd-comment tsd-typography">
|
|
1433
|
+
</div>
|
|
1434
|
+
</li>
|
|
1435
|
+
</ul>
|
|
1436
|
+
<h4 class="tsd-returns-title">Returns <a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a></h4>
|
|
1437
|
+
</li>
|
|
1438
|
+
</ul>
|
|
1439
|
+
</section>
|
|
1440
|
+
</section>
|
|
1441
|
+
</div>
|
|
1442
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
1443
|
+
<nav class="tsd-navigation primary">
|
|
1444
|
+
<ul>
|
|
1445
|
+
<li class=" ">
|
|
1446
|
+
<a href="../modules.html">Exports</a>
|
|
1447
|
+
</li>
|
|
1448
|
+
<li class="current tsd-kind-module">
|
|
1449
|
+
<a href="../modules/process_processcomponentvariable.html">process/<wbr>Process<wbr>Component<wbr>Variable</a>
|
|
1450
|
+
</li>
|
|
1451
|
+
</ul>
|
|
1452
|
+
</nav>
|
|
1453
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
1454
|
+
<ul class="before-current">
|
|
1455
|
+
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
1456
|
+
<a href="../modules/process_processcomponentvariable.html#default" class="tsd-kind-icon">default</a>
|
|
1457
|
+
</li>
|
|
1458
|
+
</ul>
|
|
1459
|
+
<ul class="current">
|
|
1460
|
+
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
1461
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html" class="tsd-kind-icon">Process<wbr>Component<wbr>Variable</a>
|
|
1462
|
+
<ul>
|
|
1463
|
+
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
1464
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
1465
|
+
</li>
|
|
1466
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1467
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#json_excluded_keys" class="tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS</a>
|
|
1468
|
+
</li>
|
|
1469
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1470
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#_cachetimestamp" class="tsd-kind-icon">_cache<wbr>Timestamp</a>
|
|
1471
|
+
</li>
|
|
1472
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
1473
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#_mutable" class="tsd-kind-icon">_mutable</a>
|
|
1474
|
+
</li>
|
|
1475
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1476
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#_posindex" class="tsd-kind-icon">_pos<wbr>Index</a>
|
|
1477
|
+
</li>
|
|
1478
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1479
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#_uuid" class="tsd-kind-icon">_uuid</a>
|
|
1480
|
+
</li>
|
|
1481
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1482
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#code" class="tsd-kind-icon">code</a>
|
|
1483
|
+
</li>
|
|
1484
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1485
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#createdby" class="tsd-kind-icon">created<wbr>By</a>
|
|
1486
|
+
</li>
|
|
1487
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1488
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#createdtime" class="tsd-kind-icon">created<wbr>Time</a>
|
|
1489
|
+
</li>
|
|
1490
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
1491
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#defaultvalue" class="tsd-kind-icon">default<wbr>Value</a>
|
|
1492
|
+
</li>
|
|
1493
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1494
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#description" class="tsd-kind-icon">description</a>
|
|
1495
|
+
</li>
|
|
1496
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1497
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#editable" class="tsd-kind-icon">editable</a>
|
|
1498
|
+
</li>
|
|
1499
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1500
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#editing" class="tsd-kind-icon">editing</a>
|
|
1501
|
+
</li>
|
|
1502
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1503
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#expanded" class="tsd-kind-icon">expanded</a>
|
|
1504
|
+
</li>
|
|
1505
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1506
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#id" class="tsd-kind-icon">id</a>
|
|
1507
|
+
</li>
|
|
1508
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1509
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#ideversion" class="tsd-kind-icon">ide<wbr>Version</a>
|
|
1510
|
+
</li>
|
|
1511
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1512
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#isleaf" class="tsd-kind-icon">is<wbr>Leaf</a>
|
|
1513
|
+
</li>
|
|
1514
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
1515
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#level" class="tsd-kind-icon">level</a>
|
|
1516
|
+
</li>
|
|
1517
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1518
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#loading" class="tsd-kind-icon">loading</a>
|
|
1519
|
+
</li>
|
|
1520
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1521
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#logic" class="tsd-kind-icon">logic</a>
|
|
1522
|
+
</li>
|
|
1523
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1524
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#logicid" class="tsd-kind-icon">logic<wbr>Id</a>
|
|
1525
|
+
</li>
|
|
1526
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1527
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#name" class="tsd-kind-icon">name</a>
|
|
1528
|
+
</li>
|
|
1529
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
1530
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#parentid" class="tsd-kind-icon">parent<wbr>Id</a>
|
|
1531
|
+
</li>
|
|
1532
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
1533
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#processcomponent" class="tsd-kind-icon">process<wbr>Component</a>
|
|
1534
|
+
</li>
|
|
1535
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1536
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#required" class="tsd-kind-icon">required</a>
|
|
1537
|
+
</li>
|
|
1538
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1539
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#schema" class="tsd-kind-icon">schema</a>
|
|
1540
|
+
</li>
|
|
1541
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1542
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#schemachildren" class="tsd-kind-icon">schema<wbr>Children</a>
|
|
1543
|
+
</li>
|
|
1544
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1545
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#type" class="tsd-kind-icon">type</a>
|
|
1546
|
+
</li>
|
|
1547
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1548
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#updatedby" class="tsd-kind-icon">updated<wbr>By</a>
|
|
1549
|
+
</li>
|
|
1550
|
+
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
|
|
1551
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#updatedtime" class="tsd-kind-icon">updated<wbr>Time</a>
|
|
1552
|
+
</li>
|
|
1553
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1554
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#assign" class="tsd-kind-icon">assign</a>
|
|
1555
|
+
</li>
|
|
1556
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1557
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#create" class="tsd-kind-icon">create</a>
|
|
1558
|
+
</li>
|
|
1559
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1560
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#deeppick" class="tsd-kind-icon">deep<wbr>Pick</a>
|
|
1561
|
+
</li>
|
|
1562
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1563
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#delete" class="tsd-kind-icon">delete</a>
|
|
1564
|
+
</li>
|
|
1565
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1566
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#emit" class="tsd-kind-icon">emit</a>
|
|
1567
|
+
</li>
|
|
1568
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1569
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#emitvertexidtonamechange" class="tsd-kind-icon">emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</a>
|
|
1570
|
+
</li>
|
|
1571
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1572
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#findusage" class="tsd-kind-icon">find<wbr>Usage</a>
|
|
1573
|
+
</li>
|
|
1574
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1575
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#gencode" class="tsd-kind-icon">gen<wbr>Code</a>
|
|
1576
|
+
</li>
|
|
1577
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1578
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#genschemachildren" class="tsd-kind-icon">gen<wbr>Schema<wbr>Children</a>
|
|
1579
|
+
</li>
|
|
1580
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1581
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#getschemausage" class="tsd-kind-icon">get<wbr>Schema<wbr>Usage</a>
|
|
1582
|
+
</li>
|
|
1583
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1584
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#off" class="tsd-kind-icon">off</a>
|
|
1585
|
+
</li>
|
|
1586
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1587
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#on" class="tsd-kind-icon">on</a>
|
|
1588
|
+
</li>
|
|
1589
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1590
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#once" class="tsd-kind-icon">once</a>
|
|
1591
|
+
</li>
|
|
1592
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1593
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#pick" class="tsd-kind-icon">pick</a>
|
|
1594
|
+
</li>
|
|
1595
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1596
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#plainassign" class="tsd-kind-icon">plain<wbr>Assign</a>
|
|
1597
|
+
</li>
|
|
1598
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1599
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#setaslist" class="tsd-kind-icon">set<wbr>AsList</a>
|
|
1600
|
+
</li>
|
|
1601
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1602
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#setdatatype" class="tsd-kind-icon">set<wbr>Data<wbr>Type</a>
|
|
1603
|
+
</li>
|
|
1604
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1605
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#setdefaultvalue" class="tsd-kind-icon">set<wbr>Default<wbr>Value</a>
|
|
1606
|
+
</li>
|
|
1607
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1608
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#setdescription" class="tsd-kind-icon">set<wbr>Description</a>
|
|
1609
|
+
</li>
|
|
1610
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1611
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#setname" class="tsd-kind-icon">set<wbr>Name</a>
|
|
1612
|
+
</li>
|
|
1613
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1614
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#setrequired" class="tsd-kind-icon">set<wbr>Required</a>
|
|
1615
|
+
</li>
|
|
1616
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1617
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#tojson" class="tsd-kind-icon">toJSON</a>
|
|
1618
|
+
</li>
|
|
1619
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
1620
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#toplainjson" class="tsd-kind-icon">to<wbr>PlainJSON</a>
|
|
1621
|
+
</li>
|
|
1622
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
1623
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#update" class="tsd-kind-icon">update</a>
|
|
1624
|
+
</li>
|
|
1625
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static">
|
|
1626
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#from" class="tsd-kind-icon">from</a>
|
|
1627
|
+
</li>
|
|
1628
|
+
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
1629
|
+
<a href="process_processcomponentvariable.processcomponentvariable.html#getvertexbyref" class="tsd-kind-icon">get<wbr>Vertex<wbr>ByRef</a>
|
|
1630
|
+
</li>
|
|
1631
|
+
</ul>
|
|
1632
|
+
</li>
|
|
1633
|
+
</ul>
|
|
1634
|
+
<ul class="after-current">
|
|
1635
|
+
</ul>
|
|
1636
|
+
</nav>
|
|
1637
|
+
</div>
|
|
1638
|
+
</div>
|
|
1639
|
+
</div>
|
|
1640
|
+
<footer class="with-border-bottom">
|
|
1641
|
+
<div class="container">
|
|
1642
|
+
<h2>Legend</h2>
|
|
1643
|
+
<div class="tsd-legend-group">
|
|
1644
|
+
<ul class="tsd-legend">
|
|
1645
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
1646
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
1647
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
1648
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
1649
|
+
</ul>
|
|
1650
|
+
<ul class="tsd-legend">
|
|
1651
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
1652
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
1653
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
1654
|
+
</ul>
|
|
1655
|
+
<ul class="tsd-legend">
|
|
1656
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
1657
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
1658
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
1659
|
+
</ul>
|
|
1660
|
+
<ul class="tsd-legend">
|
|
1661
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
1662
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
1663
|
+
</ul>
|
|
1664
|
+
<ul class="tsd-legend">
|
|
1665
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
1666
|
+
</ul>
|
|
1667
|
+
<ul class="tsd-legend">
|
|
1668
|
+
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
1669
|
+
</ul>
|
|
1670
|
+
</div>
|
|
1671
|
+
</div>
|
|
1672
|
+
</footer>
|
|
1673
|
+
<div class="container tsd-generator">
|
|
1674
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
1675
|
+
</div>
|
|
1676
|
+
<div class="overlay"></div>
|
|
1677
|
+
<script src="../assets/js/main.js"></script>
|
|
1678
|
+
</body>
|
|
1679
|
+
</html>
|