@farris/jit-engine 1.3.280 → 1.3.281
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/lib/mobileapp/vue/code-generator/app-manager/vue-app-model-provider-manager.js +17 -17
- package/lib/mobileapp/vue/code-generator/app-manager/vue-app-modelentity-manager.js +17 -17
- package/lib/mobileapp/vue/code-generator/app-manager/vue-app-modelproxy-manager.js +17 -17
- package/lib/mobileapp/vue/code-generator/app-manager/vue-app-modelrepository-manager.js +20 -20
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-expression-manager.js +17 -17
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-i18n-manager.js +18 -0
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-i18n-manager.js.map +1 -0
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +64 -65
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-router-manager.js +30 -30
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-services-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-validation-rule-manager.js +16 -16
- package/lib/mobileapp/vue/code-generator/devkit-manager/devkit-file-manager.js +12 -12
- package/lib/mobileapp/vue/code-generator/devkit-manager/devkit-parameter-generator.js +6 -6
- package/lib/mobileapp/vue/code-generator/devkit-manager/index.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator/abstract-file-generator.js +24 -24
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/index.js +13 -13
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js +73 -73
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-filter-generator.js +16 -16
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-extraImports-generator.js +18 -18
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +17 -17
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +95 -106
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-entity-generator.js +192 -192
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +28 -28
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +92 -92
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-repository-generator.js +63 -63
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +41 -41
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-services.js +19 -19
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-validation-rule.js +35 -35
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-context.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-factory.js +38 -38
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-manager.js +13 -13
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-response.js +15 -15
- package/lib/mobileapp/vue/code-generator/file-generator/file-generator-type.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/i-file-generator.js +2 -2
- package/lib/mobileapp/vue/code-generator/file-generator/index.js +15 -15
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +19 -19
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js +220 -220
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-form-generator.js +133 -133
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +74 -74
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +81 -81
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +53 -53
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-uistate-generator.js +115 -115
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +64 -64
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/app-vue-generator.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/farris-config-generator.js +54 -54
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +17 -17
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +13 -13
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js +66 -70
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +13 -13
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +13 -13
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +14 -14
- package/lib/mobileapp/vue/code-generator/file-generator-filter.js +17 -17
- package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js +43 -43
- package/lib/mobileapp/vue/code-generator/index.js +14 -14
- package/lib/mobileapp/vue/code-generator/page-manager/page-binding-data-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/page-manager/page-command-handler-manager.js +20 -20
- package/lib/mobileapp/vue/code-generator/page-manager/page-component-manager.js +46 -46
- package/lib/mobileapp/vue/code-generator/page-manager/page-form-manager.js +20 -20
- package/lib/mobileapp/vue/code-generator/page-manager/page-parameter-generator.js +13 -13
- package/lib/mobileapp/vue/code-generator/page-manager/page-provider-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/page-manager/page-statemachine-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/page-manager/page-uistate-manager.js +10 -10
- package/lib/mobileapp/vue/code-generator/page-manager/page-viewmodel-manager.js +21 -21
- package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js +58 -58
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +45 -45
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +49 -49
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +53 -53
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +37 -37
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +31 -31
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-command-config.js +79 -79
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-handler.js +36 -36
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-link.js +22 -22
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-parameter-description.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-parameter.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/command/vue-shortcut.js +27 -27
- package/lib/mobileapp/vue/domstructure/devkit/component/index.js +14 -14
- package/lib/mobileapp/vue/domstructure/devkit/component/vue-component-ref.js +40 -40
- package/lib/mobileapp/vue/domstructure/devkit/component/vue-component.js +45 -45
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-dynamic-object.js +10 -10
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-entity.js +69 -69
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-enum.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-field.js +49 -49
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-list.js +10 -10
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-object.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/entity/vue-valid-rule.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/form/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-child-form.js +33 -33
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-control.js +98 -98
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-form-config.js +40 -40
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-form-type.js +8 -8
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-form-valid-rule.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/i-devkit-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/devkit/index.js +17 -17
- package/lib/mobileapp/vue/domstructure/devkit/module/vue-language-config.js +19 -19
- package/lib/mobileapp/vue/domstructure/devkit/module/vue-module.js +32 -32
- package/lib/mobileapp/vue/domstructure/devkit/repository/vue-repository.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/routing/routing.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/service/vue-service.js +40 -40
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/vue-action.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/vue-render-state.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/vue-state.js +24 -24
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/vue-statemachine.js +47 -47
- package/lib/mobileapp/vue/domstructure/devkit/states/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/states/vue-states.js +68 -68
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/vue-viewmodel.js +117 -117
- package/lib/mobileapp/vue/domstructure/devkit/vue-appmodule.js +30 -30
- package/lib/mobileapp/vue/domstructure/devkit/vue-devkit.js +71 -71
- package/lib/mobileapp/vue/domstructure/devkit/vue-solution.js +38 -38
- package/lib/mobileapp/vue/domstructure/i-entity-tojson.js +2 -2
- package/lib/mobileapp/vue/domstructure/i-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/index.js +14 -14
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js +15 -15
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.js +23 -23
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js +15 -15
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.js +14 -14
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js +32 -32
- package/lib/mobileapp/vue/domstructure/internal-entity/i-project-data.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-convertor.js +10 -10
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +41 -41
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +24 -24
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +24 -24
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-app-index-vue-parameter.js +6 -6
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-app-index-vue-parameter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-app-router-entity.js +14 -14
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-engine-context.js +6 -6
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-page-component-generate-parameter.js +6 -6
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js +56 -56
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js +38 -48
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js +40 -40
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js +20 -20
- package/lib/mobileapp/vue/domstructure/ui/{card → basic/label}/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js +35 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js +44 -58
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js +38 -48
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js +14 -14
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js +41 -38
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js +41 -38
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js +35 -54
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/{data/fields → basic/tag}/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js +15 -15
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js +36 -36
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.js +31 -44
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.js +41 -38
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-comments.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-comments.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-info.js +26 -38
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-info.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js +45 -55
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js +15 -15
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js +33 -43
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js +28 -28
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js +17 -17
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js +38 -87
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/business/index.js +16 -16
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js +31 -31
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-appearance.js +24 -24
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js +38 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-binding.js +41 -46
- package/lib/mobileapp/vue/domstructure/ui/common/vue-binding.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js +29 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-display.js +48 -48
- package/lib/mobileapp/vue/domstructure/ui/common/vue-margin.js +30 -30
- package/lib/mobileapp/vue/domstructure/ui/common/vue-padding.js +30 -30
- package/lib/mobileapp/vue/domstructure/ui/common/vue-position.js +38 -38
- package/lib/mobileapp/vue/domstructure/ui/common/vue-size.js +30 -30
- package/lib/mobileapp/vue/domstructure/ui/common/vue-state.js +22 -22
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js +31 -35
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-variable.js +61 -65
- package/lib/mobileapp/vue/domstructure/ui/common/vue-variable.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/card.js +39 -69
- package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js +26 -36
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/index.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js +49 -46
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js +33 -33
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js +17 -17
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js +35 -35
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js +48 -45
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/{text-box/text-box.js → container/vue-layout-container-col.js} +6 -6
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/{html-preview/html-preview.js → container/vue-layout-container-row.js} +6 -6
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/{picker/area-picker.js → container/vue-layout-container.js} +6 -6
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-container.js +11 -11
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-content-container.js +11 -11
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-content-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-footer-container.js +11 -11
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-footer-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-header-container.js +11 -11
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-header-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-section.js +45 -42
- package/lib/mobileapp/vue/domstructure/ui/container/vue-section.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js +26 -36
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/{lookup/lookup-department.js → container/vue-template-container.js} +7 -6
- package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js +57 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/{data → display/avatar}/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/banner/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js +32 -32
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js +14 -14
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js +31 -60
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/index.js +18 -18
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js +54 -68
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js +48 -58
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js +13 -13
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/{button → display/text}/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/text/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js +47 -0
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/i-ui-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/index.js +17 -17
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js +32 -32
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js +35 -53
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +79 -104
- package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/custom-box.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/custom-box.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js +33 -33
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/index.js +32 -33
- package/lib/mobileapp/vue/domstructure/ui/input/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js +36 -36
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js +36 -36
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js +32 -32
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/number.js +26 -36
- package/lib/mobileapp/vue/domstructure/ui/input/number.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker-city.js +45 -45
- package/lib/mobileapp/vue/domstructure/ui/input/picker-relation.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/picker-relation.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js +35 -53
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js +35 -53
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js +41 -41
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js +26 -26
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js +93 -121
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js.map +1 -1
- package/lib/mobileapp/vue/jit-engine-executor/index.js +13 -13
- package/lib/mobileapp/vue/jit-engine-executor/mobile-vue-engine-executor.js +42 -42
- package/lib/mobileapp/vue/jit-engine-executor/mobile-vue-engine-executor.js.map +1 -1
- package/lib/mobileapp/vue/pug-generator/i-pug-generator.js +2 -2
- package/lib/mobileapp/vue/pug-generator/index.js +15 -15
- package/lib/mobileapp/vue/pug-generator/pug-generator-context.js +10 -10
- package/lib/mobileapp/vue/pug-generator/pug-generator-manager.js +18 -18
- package/lib/mobileapp/vue/pug-generator/pug-generator-response.js +14 -14
- package/lib/mobileapp/vue/pug-generator/pug-generator.js +25 -25
- package/lib/mobileapp/vue/pug-generator/pug-template-type-enum.js +8 -8
- package/lib/mobileapp/vue/pug-template/config/devkit-template-config.js +19 -19
- package/lib/mobileapp/vue/pug-template/config/template-config-manager.js +25 -25
- package/lib/mobileapp/vue/pug-template/config/template-config-parameter.js +9 -9
- package/lib/mobileapp/vue/pug-template/config/template-config-type-enum.js +8 -8
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +161 -165
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js.map +1 -1
- package/lib/mobileapp/vue/pug-template/pug-template-manager.js +20 -20
- package/lib/mobileapp/vue/sourcefile-operation/abstract-sourcefile-operation.js +39 -39
- package/lib/mobileapp/vue/sourcefile-operation/command-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue/sourcefile-operation/eapi-soucefile-operation.js +17 -17
- package/lib/mobileapp/vue/sourcefile-operation/frm-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue/sourcefile-operation/i-sourcefile-operation.js +2 -2
- package/lib/mobileapp/vue/sourcefile-operation/pageflow-sourcefile-operation.js +13 -13
- package/lib/mobileapp/vue/sourcefile-operation/resource-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-factory.js +42 -42
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-manager-parameter.js +13 -13
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-manager.js +29 -29
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-options.js +16 -16
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-response.js +14 -14
- package/lib/mobileapp/vue/sourcefile-operation/sourcefile-operation-type.js +12 -12
- package/lib/mobileapp/vue/sourcefile-operation/statemachine-sourcefile-operation.js +15 -15
- package/lib/mobileapp/vue/static/src/app.vue +7 -7
- package/lib/mobileapp/vue/task/vue-engine-task.js +82 -82
- package/lib/mobileapp/vue/task/vue-recursiveGenerateDevkit.js +293 -301
- package/lib/mobileapp/vue/task/vue-recursiveGenerateDevkit.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js +121 -124
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js +126 -126
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-devkit-creator.js +21 -21
- package/lib/mobileapp/vue/utility/devkit/vue-devkit-object-name-creator.js +52 -52
- package/lib/mobileapp/vue/utility/devkit/vue-entities-creator.js +40 -40
- package/lib/mobileapp/vue/utility/devkit/vue-entity-creator.js +46 -46
- package/lib/mobileapp/vue/utility/devkit/vue-entity-name-creator.js +14 -10
- package/lib/mobileapp/vue/utility/devkit/vue-entity-name-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-field-creator.js +222 -222
- package/lib/mobileapp/vue/utility/devkit/vue-form-creator.js +91 -91
- package/lib/mobileapp/vue/utility/devkit/vue-handlers-creator.js +38 -38
- package/lib/mobileapp/vue/utility/devkit/vue-module-creator.js +56 -56
- package/lib/mobileapp/vue/utility/devkit/vue-repository-creator.js +46 -46
- package/lib/mobileapp/vue/utility/devkit/vue-routing-creator.js +15 -15
- package/lib/mobileapp/vue/utility/devkit/vue-statemachine-creator.js +39 -39
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +674 -672
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/helper/fs-helper.js +6 -6
- package/lib/mobileapp/vue/utility/helper/json-helper.js +6 -6
- package/lib/mobileapp/vue/utility/helper/string-helper.js +6 -6
- package/lib/mobileapp/vue/utility/i18n/i18n-resource-manager.js +120 -120
- package/lib/mobileapp/vue/utility/i18n/index.js +13 -13
- package/lib/mobileapp/vue/utility/index.js +15 -16
- package/lib/mobileapp/vue/utility/index.js.map +1 -1
- package/lib/mobileapp/vue/utility/mobileapp-vue-constant.js +41 -41
- package/lib/mobileapp/vue/utility/parameter-collector/abstract-vue-parameter-collector.js +6 -6
- package/lib/mobileapp/vue/utility/parameter-collector/i-vue-parameter-collector.js +2 -2
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js +13 -13
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-control-collector-parameter.js +34 -34
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-control-collector.js +49 -49
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-collector.js +35 -35
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +28 -28
- package/lib/mobileapp/vue/utility/parameter-collector/vue-parameter-collector-options.js +6 -6
- package/lib/mobileapp/vue/utility/parameter-collector/vue-parameter-collector.response.js +9 -9
- package/lib/mobileapp/vue/utility/return-response.js +11 -11
- package/lib/mobileapp/vue/utility/template-generator/abstract-page-generator.js +14 -14
- package/lib/mobileapp/vue/utility/template-generator/page-child-component-generator.js +18 -18
- package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +22 -22
- package/lib/mobileapp/vue/utility/template-generator/page-component-external-generator.js +38 -38
- package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +17 -17
- package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +48 -48
- package/lib/mobileapp/vue/utility/type-convert.js +33 -33
- package/lib/mobileapp/vue/utility/vue-config-helper.js +31 -31
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js +80 -82
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-control-dom-type-mapping.js +47 -47
- package/lib/mobileapp/vue/utility/vue-event-viewmodel-modifier.js +103 -103
- package/lib/mobileapp/vue/utility/vue-object-creator.js +34 -56
- package/lib/mobileapp/vue/utility/vue-object-creator.js.map +1 -1
- package/lib/template/ui/mobilevue/approval-comments.pug +10 -10
- package/lib/template/ui/mobilevue/approval-info.pug +18 -18
- package/lib/template/ui/mobilevue/approval-logs.pug +11 -11
- package/lib/template/ui/mobilevue/area-picker.pug +54 -54
- package/lib/template/ui/mobilevue/attachment-entry.pug +17 -17
- package/lib/template/ui/mobilevue/attachment-file.pug +1 -1
- package/lib/template/ui/mobilevue/attachment-uploader.pug +18 -18
- package/lib/template/ui/mobilevue/attachment.pug +28 -28
- package/lib/template/ui/mobilevue/avatar.pug +19 -0
- package/lib/template/ui/mobilevue/button.pug +23 -23
- package/lib/template/ui/mobilevue/calendar-input.pug +63 -64
- package/lib/template/ui/mobilevue/calendar.pug +30 -30
- package/lib/template/ui/mobilevue/card.pug +19 -19
- package/lib/template/ui/mobilevue/checkbox-group.pug +53 -53
- package/lib/template/ui/mobilevue/container.pug +9 -9
- package/lib/template/ui/mobilevue/contentcontainer.pug +11 -11
- package/lib/template/ui/mobilevue/custom-box.pug +58 -60
- package/lib/template/ui/mobilevue/date-time-picker.pug +57 -59
- package/lib/template/ui/mobilevue/field-set.pug +14 -14
- package/lib/template/ui/mobilevue/filter.pug +23 -23
- package/lib/template/ui/mobilevue/form.pug +9 -9
- package/lib/template/ui/mobilevue/html-preview.pug +25 -25
- package/lib/template/ui/mobilevue/icon.pug +10 -10
- package/lib/template/ui/mobilevue/image.pug +11 -11
- package/lib/template/ui/mobilevue/label.pug +9 -12
- package/lib/template/ui/mobilevue/layout-container-col.pug +11 -0
- package/lib/template/ui/mobilevue/layout-container-row.pug +12 -0
- package/lib/template/ui/mobilevue/layout-container.pug +11 -0
- package/lib/template/ui/mobilevue/list-view.pug +84 -84
- package/lib/template/ui/mobilevue/lookup-department.pug +94 -96
- package/lib/template/ui/mobilevue/lookup-employee.pug +95 -97
- package/lib/template/ui/mobilevue/lookup-input.pug +95 -97
- package/lib/template/ui/mobilevue/nav-bar.pug +30 -30
- package/lib/template/ui/mobilevue/number.pug +50 -52
- package/lib/template/ui/mobilevue/picker-area.pug +55 -55
- package/lib/template/ui/mobilevue/picker-city.pug +64 -64
- package/lib/template/ui/mobilevue/picker-relation.pug +33 -35
- package/lib/template/ui/mobilevue/picker.pug +60 -60
- package/lib/template/ui/mobilevue/radio-group.pug +54 -54
- package/lib/template/ui/mobilevue/rich-text-editor.pug +57 -59
- package/lib/template/ui/mobilevue/schedule.pug +13 -13
- package/lib/template/ui/mobilevue/scroll-navbar.pug +13 -13
- package/lib/template/ui/mobilevue/search.pug +19 -19
- package/lib/template/ui/mobilevue/section.pug +33 -33
- package/lib/template/ui/mobilevue/staff-info.pug +12 -12
- package/lib/template/ui/mobilevue/switch.pug +45 -45
- package/lib/template/ui/mobilevue/tab-bar.pug +13 -13
- package/lib/template/ui/mobilevue/tabpage.pug +14 -12
- package/lib/template/ui/mobilevue/tabs.pug +16 -16
- package/lib/template/ui/mobilevue/tag.pug +33 -0
- package/lib/template/ui/mobilevue/text-area.pug +46 -47
- package/lib/template/ui/mobilevue/text-box-external.pug +66 -68
- package/lib/template/ui/mobilevue/text-box.pug +60 -62
- package/lib/template/ui/mobilevue/text-scan.pug +53 -55
- package/lib/template/ui/mobilevue/text-telphone.pug +36 -38
- package/lib/template/ui/mobilevue/text.pug +105 -0
- package/lib/template/ui/mobilevue/toolbar-area.pug +9 -9
- package/lib/template/ui/mobilevue/toolbar-item.pug +15 -15
- package/package.json +1 -1
- package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +0 -57
- package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +0 -46
- package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/approval/index.js +0 -15
- package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +0 -29
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +0 -29
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +0 -18
- package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/banner/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/button/button.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +0 -28
- package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +0 -16
- package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +0 -32
- package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/card/card.js +0 -45
- package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +0 -32
- package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +0 -57
- package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +0 -33
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +0 -15
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +0 -56
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +0 -38
- package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +0 -28
- package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js +0 -42
- package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +0 -41
- package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/filter/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +0 -42
- package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/footer/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/image/image.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/image/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +0 -39
- package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +0 -16
- package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +0 -33
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +0 -45
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/number/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/number/number.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/picker/index.js +0 -15
- package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/radio/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +0 -32
- package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/section/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +0 -46
- package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +0 -15
- package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +0 -42
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +0 -42
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +0 -49
- package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/switch/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/tab/index.js +0 -16
- package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +0 -33
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +0 -45
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +0 -45
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +0 -37
- package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +0 -17
- package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +0 -16
- package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +0 -35
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +0 -32
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +0 -42
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +0 -81
- package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/i-project-data.js +0 -3
- package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/page-flow/index.js +0 -14
- package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +0 -11
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +0 -44
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +0 -27
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +0 -27
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +0 -7
- package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +0 -15
- package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +0 -7
- package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +0 -1
- package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +0 -7
- package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +0 -1
- package/lib/mobileapp/vue/static/.npmignore +0 -13
- package/lib/template/ui/mobilevue/footer.pug +0 -10
- package/lib/template/ui/mobilevue/vant-tabpage.pug +0 -6
- package/lib/template/ui/mobilevue/vant-tabs.pug +0 -6
|
@@ -1,47 +1,42 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueBinding = void 0;
|
|
4
|
-
class VueBinding {
|
|
5
|
-
constructor(param) {
|
|
6
|
-
let obj;
|
|
7
|
-
if (typeof param === 'string') {
|
|
8
|
-
obj = JSON.parse(param);
|
|
9
|
-
}
|
|
10
|
-
else {
|
|
11
|
-
obj = param;
|
|
12
|
-
}
|
|
13
|
-
if (!obj) {
|
|
14
|
-
return;
|
|
15
|
-
}
|
|
16
|
-
const keys = 'type,target,path';
|
|
17
|
-
Object.keys(obj).forEach(key => {
|
|
18
|
-
if (keys.includes(key)) {
|
|
19
|
-
this[key] = obj[key];
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
toJSON() {
|
|
24
|
-
return {
|
|
25
|
-
"type": this.type,
|
|
26
|
-
"target": this.target,
|
|
27
|
-
"path": this.path
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
toString() {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"path": this.path
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.VueBinding = VueBinding;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueBinding = void 0;
|
|
4
|
+
class VueBinding {
|
|
5
|
+
constructor(param) {
|
|
6
|
+
let obj;
|
|
7
|
+
if (typeof param === 'string') {
|
|
8
|
+
obj = JSON.parse(param);
|
|
9
|
+
}
|
|
10
|
+
else {
|
|
11
|
+
obj = param;
|
|
12
|
+
}
|
|
13
|
+
if (!obj) {
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
const keys = 'type,target,path';
|
|
17
|
+
Object.keys(obj).forEach(key => {
|
|
18
|
+
if (keys.includes(key)) {
|
|
19
|
+
this[key] = obj[key];
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
toJSON() {
|
|
24
|
+
return {
|
|
25
|
+
"type": this.type,
|
|
26
|
+
"target": this.target,
|
|
27
|
+
"path": this.path
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
toString() {
|
|
31
|
+
return JSON.stringify(this.toJSON());
|
|
32
|
+
}
|
|
33
|
+
toAbstractDom() {
|
|
34
|
+
return {
|
|
35
|
+
"type": this.type,
|
|
36
|
+
"target": this.target,
|
|
37
|
+
"path": this.path
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.VueBinding = VueBinding;
|
|
47
42
|
//# sourceMappingURL=vue-binding.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-binding.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-binding.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"vue-binding.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-binding.ts"],"names":[],"mappings":";;;AAEA,MAAa,UAAU;IAMnB,YAAY,KAAmB;QAC3B,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG,kBAAkB,CAAC;QAChC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;IAED,MAAM;QACF,OAAO;YACH,MAAM,EAAE,IAAI,CAAC,IAAI;YACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;YACrB,MAAM,EAAE,IAAI,CAAC,IAAI;SACpB,CAAC;IACN,CAAC;IAED,QAAQ;QACJ,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;IACzC,CAAC;IAED,aAAa;QACT,OAAO;YACH,MAAM,EAAE,IAAI,CAAC,IAAI;YACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;YACrB,MAAM,EAAE,IAAI,CAAC,IAAI;SACpB,CAAC;IACN,CAAC;CACJ;AA7CD,gCA6CC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueBorderRadius = void 0;
|
|
4
|
+
class VueBorderRadius {
|
|
5
|
+
constructor(param) {
|
|
6
|
+
this.keys = 'topLeft,topRight,bottomLeft,bottomRight';
|
|
7
|
+
let obj;
|
|
8
|
+
if (typeof param === 'string') {
|
|
9
|
+
return;
|
|
10
|
+
}
|
|
11
|
+
else {
|
|
12
|
+
obj = param;
|
|
13
|
+
}
|
|
14
|
+
if (!obj) {
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
Object.keys(obj).forEach(key => {
|
|
18
|
+
if (this.keys.includes(key)) {
|
|
19
|
+
this[key] = obj[key];
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
getStyle() {
|
|
24
|
+
const { topLeft = 0, topRight = 0, bottomLeft = 0, bottomRight = 0 } = this;
|
|
25
|
+
return `border-radius: ${topLeft}px ${topRight}px ${bottomLeft}px ${bottomRight}px;`;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.VueBorderRadius = VueBorderRadius;
|
|
29
|
+
//# sourceMappingURL=vue-border-radius.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-border-radius.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-border-radius.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAKxB,YAAY,KAAmB;QAFvB,SAAI,GAAG,yCAAyC,CAAC;QAGrD,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAE3B,OAAM;SACT;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QACD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACzB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;IACD,QAAQ;QACJ,MAAM,EAAE,OAAO,GAAG,CAAC,EAAE,QAAQ,GAAG,CAAC,EAAE,UAAU,GAAG,CAAC,EAAE,WAAW,GAAG,CAAC,EAAE,GAAG,IAAI,CAAA;QAC3E,OAAO,kBAAkB,OAAO,MAAM,QAAQ,MAAM,UAAU,MAAM,WAAW,KAAK,CAAA;IACxF,CAAC;CACJ;AA3BD,0CA2BC"}
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueFlex = void 0;
|
|
4
|
-
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
-
class VueFlex {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
this.keys = 'direction,wrap,justifyContent,alignItems';
|
|
8
|
-
let obj;
|
|
9
|
-
if (typeof param === 'string') {
|
|
10
|
-
obj = JSON.parse(param);
|
|
11
|
-
}
|
|
12
|
-
else {
|
|
13
|
-
obj = param;
|
|
14
|
-
}
|
|
15
|
-
if (!obj) {
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
Object.keys(obj).forEach((key) => {
|
|
19
|
-
if (this.keys.includes(key)) {
|
|
20
|
-
this[key] = obj[key];
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
getClass() {
|
|
25
|
-
return 'd-flex ' + this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
-
return this.mapping(key, this[key]);
|
|
27
|
-
}).join(' ');
|
|
28
|
-
}
|
|
29
|
-
mapping(key, value) {
|
|
30
|
-
let result = '';
|
|
31
|
-
switch (key) {
|
|
32
|
-
case 'direction':
|
|
33
|
-
result = 'flex-' + value;
|
|
34
|
-
break;
|
|
35
|
-
case 'wrap':
|
|
36
|
-
result = value ? 'flex-wrap' : 'flex-nowrap';
|
|
37
|
-
break;
|
|
38
|
-
case 'justifyContent':
|
|
39
|
-
result = 'justify-content-' + value;
|
|
40
|
-
break;
|
|
41
|
-
case 'alignItems':
|
|
42
|
-
result = 'align-items-' + value;
|
|
43
|
-
break;
|
|
44
|
-
}
|
|
45
|
-
return result;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
exports.VueFlex = VueFlex;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueFlex = void 0;
|
|
4
|
+
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
+
class VueFlex {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
this.keys = 'direction,wrap,justifyContent,alignItems';
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = JSON.parse(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
Object.keys(obj).forEach((key) => {
|
|
19
|
+
if (this.keys.includes(key)) {
|
|
20
|
+
this[key] = obj[key];
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
getClass() {
|
|
25
|
+
return 'd-flex ' + this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
+
return this.mapping(key, this[key]);
|
|
27
|
+
}).join(' ');
|
|
28
|
+
}
|
|
29
|
+
mapping(key, value) {
|
|
30
|
+
let result = '';
|
|
31
|
+
switch (key) {
|
|
32
|
+
case 'direction':
|
|
33
|
+
result = 'flex-' + value;
|
|
34
|
+
break;
|
|
35
|
+
case 'wrap':
|
|
36
|
+
result = value ? 'flex-wrap' : 'flex-nowrap';
|
|
37
|
+
break;
|
|
38
|
+
case 'justifyContent':
|
|
39
|
+
result = 'justify-content-' + value;
|
|
40
|
+
break;
|
|
41
|
+
case 'alignItems':
|
|
42
|
+
result = 'align-items-' + value;
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
return result;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.VueFlex = VueFlex;
|
|
49
49
|
//# sourceMappingURL=vue-display.js.map
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueMargin = void 0;
|
|
4
|
-
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
-
class VueMargin {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
this.keys = 'top,bottom,left,right';
|
|
8
|
-
let obj;
|
|
9
|
-
if (typeof param === 'string') {
|
|
10
|
-
obj = JSON.parse(param);
|
|
11
|
-
}
|
|
12
|
-
else {
|
|
13
|
-
obj = param;
|
|
14
|
-
}
|
|
15
|
-
if (!obj) {
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
Object.keys(obj).forEach(key => {
|
|
19
|
-
if (this.keys.includes(key)) {
|
|
20
|
-
this[key] = obj[key];
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
getStyle() {
|
|
25
|
-
return this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
-
return `margin-${key}: ${this[key]}px;`;
|
|
27
|
-
}).join(' ');
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
exports.VueMargin = VueMargin;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueMargin = void 0;
|
|
4
|
+
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
+
class VueMargin {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
this.keys = 'top,bottom,left,right';
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = JSON.parse(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
Object.keys(obj).forEach(key => {
|
|
19
|
+
if (this.keys.includes(key)) {
|
|
20
|
+
this[key] = obj[key];
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
getStyle() {
|
|
25
|
+
return this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
+
return `margin-${key}: ${this[key]}px;`;
|
|
27
|
+
}).join(' ');
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.VueMargin = VueMargin;
|
|
31
31
|
//# sourceMappingURL=vue-margin.js.map
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VuePadding = void 0;
|
|
4
|
-
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
-
class VuePadding {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
this.keys = 'top,bottom,left,right';
|
|
8
|
-
let obj;
|
|
9
|
-
if (typeof param === 'string') {
|
|
10
|
-
obj = JSON.parse(param);
|
|
11
|
-
}
|
|
12
|
-
else {
|
|
13
|
-
obj = param;
|
|
14
|
-
}
|
|
15
|
-
if (!obj) {
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
Object.keys(obj).forEach(key => {
|
|
19
|
-
if (this.keys.includes(key)) {
|
|
20
|
-
this[key] = obj[key];
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
getStyle() {
|
|
25
|
-
return this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
-
return `padding-${key}: ${this[key]}px;`;
|
|
27
|
-
}).join(' ');
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
exports.VuePadding = VuePadding;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VuePadding = void 0;
|
|
4
|
+
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
+
class VuePadding {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
this.keys = 'top,bottom,left,right';
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = JSON.parse(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
Object.keys(obj).forEach(key => {
|
|
19
|
+
if (this.keys.includes(key)) {
|
|
20
|
+
this[key] = obj[key];
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
getStyle() {
|
|
25
|
+
return this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
+
return `padding-${key}: ${this[key]}px;`;
|
|
27
|
+
}).join(' ');
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.VuePadding = VuePadding;
|
|
31
31
|
//# sourceMappingURL=vue-padding.js.map
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VuePosition = void 0;
|
|
4
|
-
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
-
class VuePosition {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
this.keys = 'type,top,bottom,left,right,zIndex';
|
|
8
|
-
let obj;
|
|
9
|
-
if (typeof param === 'string') {
|
|
10
|
-
return;
|
|
11
|
-
}
|
|
12
|
-
else {
|
|
13
|
-
obj = param;
|
|
14
|
-
}
|
|
15
|
-
if (!obj) {
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
Object.keys(obj).forEach(key => {
|
|
19
|
-
if (this.keys.includes(key)) {
|
|
20
|
-
this[key] = obj[key];
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
getStyle() {
|
|
25
|
-
return this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
-
if (key === 'type') {
|
|
27
|
-
return `position: ${this[key]};`;
|
|
28
|
-
}
|
|
29
|
-
else if (key === 'zIndex') {
|
|
30
|
-
return `z-index: ${this[key]};`;
|
|
31
|
-
}
|
|
32
|
-
else {
|
|
33
|
-
return `${key}: ${this[key]}px;`;
|
|
34
|
-
}
|
|
35
|
-
}).join(' ');
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
exports.VuePosition = VuePosition;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VuePosition = void 0;
|
|
4
|
+
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
+
class VuePosition {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
this.keys = 'type,top,bottom,left,right,zIndex';
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
return;
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
Object.keys(obj).forEach(key => {
|
|
19
|
+
if (this.keys.includes(key)) {
|
|
20
|
+
this[key] = obj[key];
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
getStyle() {
|
|
25
|
+
return this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
+
if (key === 'type') {
|
|
27
|
+
return `position: ${this[key]};`;
|
|
28
|
+
}
|
|
29
|
+
else if (key === 'zIndex') {
|
|
30
|
+
return `z-index: ${this[key]};`;
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
return `${key}: ${this[key]}px;`;
|
|
34
|
+
}
|
|
35
|
+
}).join(' ');
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.VuePosition = VuePosition;
|
|
39
39
|
//# sourceMappingURL=vue-position.js.map
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueSize = void 0;
|
|
4
|
-
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
-
class VueSize {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
this.keys = 'width,height';
|
|
8
|
-
let obj;
|
|
9
|
-
if (typeof param === 'string') {
|
|
10
|
-
obj = JSON.parse(param);
|
|
11
|
-
}
|
|
12
|
-
else {
|
|
13
|
-
obj = param;
|
|
14
|
-
}
|
|
15
|
-
if (!obj) {
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
Object.keys(obj).forEach(key => {
|
|
19
|
-
if (this.keys.includes(key)) {
|
|
20
|
-
this[key] = obj[key];
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
getStyle() {
|
|
25
|
-
return this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
-
return `${key}: ${this[key]}px;`;
|
|
27
|
-
}).join(' ');
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
exports.VueSize = VueSize;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueSize = void 0;
|
|
4
|
+
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
+
class VueSize {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
this.keys = 'width,height';
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = JSON.parse(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
Object.keys(obj).forEach(key => {
|
|
19
|
+
if (this.keys.includes(key)) {
|
|
20
|
+
this[key] = obj[key];
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
getStyle() {
|
|
25
|
+
return this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
+
return `${key}: ${this[key]}px;`;
|
|
27
|
+
}).join(' ');
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.VueSize = VueSize;
|
|
31
31
|
//# sourceMappingURL=vue-size.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueState = void 0;
|
|
4
|
-
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
-
const vue_variable_1 = require("./vue-variable");
|
|
6
|
-
class VueState extends vue_variable_1.VueVariable {
|
|
7
|
-
constructor(param, name, context) {
|
|
8
|
-
super(param);
|
|
9
|
-
if (!toolhepler_1.ToolHelper.isDef(param)) {
|
|
10
|
-
this.value = true;
|
|
11
|
-
return;
|
|
12
|
-
}
|
|
13
|
-
if (toolhepler_1.ToolHelper.isString(param)) {
|
|
14
|
-
this.value = param;
|
|
15
|
-
return;
|
|
16
|
-
}
|
|
17
|
-
if (this.type == "Expression") {
|
|
18
|
-
this.value = `form.${context.binding.path}.${name}`;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
exports.VueState = VueState;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueState = void 0;
|
|
4
|
+
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
+
const vue_variable_1 = require("./vue-variable");
|
|
6
|
+
class VueState extends vue_variable_1.VueVariable {
|
|
7
|
+
constructor(param, name, context) {
|
|
8
|
+
super(param);
|
|
9
|
+
if (!toolhepler_1.ToolHelper.isDef(param)) {
|
|
10
|
+
this.value = true;
|
|
11
|
+
return;
|
|
12
|
+
}
|
|
13
|
+
if (toolhepler_1.ToolHelper.isString(param)) {
|
|
14
|
+
this.value = param;
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
if (this.type == "Expression") {
|
|
18
|
+
this.value = `form.${context.binding.path}.${name}`;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.VueState = VueState;
|
|
23
23
|
//# sourceMappingURL=vue-state.js.map
|
|
@@ -1,36 +1,32 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueToolbar = void 0;
|
|
4
|
-
const vue_state_1 = require("./vue-state");
|
|
5
|
-
class VueToolbar {
|
|
6
|
-
constructor(param, variables
|
|
7
|
-
this.keys = ['id', 'text', 'type', 'icon', 'iconType', 'click', 'visible', 'disable'];
|
|
8
|
-
this.variables = ['click', 'visible', 'disable'];
|
|
9
|
-
this.param = param;
|
|
10
|
-
variables && (this.variables = variables);
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
.
|
|
18
|
-
.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
return '[' + this.initItem() + ']';
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
exports.VueToolbar = VueToolbar;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueToolbar = void 0;
|
|
4
|
+
const vue_state_1 = require("./vue-state");
|
|
5
|
+
class VueToolbar {
|
|
6
|
+
constructor(param, variables) {
|
|
7
|
+
this.keys = ['id', 'text', 'type', 'icon', 'iconType', 'click', 'visible', 'disable'];
|
|
8
|
+
this.variables = ['click', 'visible', 'disable'];
|
|
9
|
+
this.param = param;
|
|
10
|
+
variables && (this.variables = variables);
|
|
11
|
+
}
|
|
12
|
+
initItem() {
|
|
13
|
+
const { items = [] } = this.param;
|
|
14
|
+
return items.map((item) => {
|
|
15
|
+
return '{' + Object.keys(item)
|
|
16
|
+
.filter(key => this.keys.includes(key))
|
|
17
|
+
.map(key => {
|
|
18
|
+
if (this.variables.includes(key)) {
|
|
19
|
+
return `'${key}': ${new vue_state_1.VueState(item[key]).value}`;
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
return `'${key}': '${item[key]}'`;
|
|
23
|
+
}
|
|
24
|
+
}).join(',') + '}';
|
|
25
|
+
}).join(',');
|
|
26
|
+
}
|
|
27
|
+
toString() {
|
|
28
|
+
return '[' + this.initItem() + ']';
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
exports.VueToolbar = VueToolbar;
|
|
36
32
|
//# sourceMappingURL=vue-toolbar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-toolbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-toolbar.ts"],"names":[],"mappings":";;;AAAA,2CAAuC;AAEvC,MAAa,UAAU;IAIrB,YAAY,
|
|
1
|
+
{"version":3,"file":"vue-toolbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-toolbar.ts"],"names":[],"mappings":";;;AAAA,2CAAuC;AAEvC,MAAa,UAAU;IAIrB,YAAY,KAA6B,EAAE,SAAoB;QAH/D,SAAI,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;QACjF,cAAS,GAAG,CAAC,OAAO,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;QAG1C,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;QAClB,SAAS,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,CAAA;IAC3C,CAAC;IACD,QAAQ;QACN,MAAM,EAAE,KAAK,GAAG,EAAE,EAAE,GAAG,IAAI,CAAC,KAAK,CAAA;QACjC,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAS,EAAC,EAAE;YAC5B,OAAO,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;iBAC3B,MAAM,CAAC,GAAG,CAAA,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;iBACrC,GAAG,CAAC,GAAG,CAAA,EAAE;gBACR,IAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;oBAC/B,OAAO,IAAI,GAAG,MAAM,IAAI,oBAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,EAAE,CAAA;iBACpD;qBAAM;oBACL,OAAO,IAAI,GAAG,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAA;iBAClC;YACH,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAA;QACtB,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;IACd,CAAC;IACD,QAAQ;QACN,OAAO,GAAG,GAAG,IAAI,CAAC,QAAQ,EAAE,GAAG,GAAG,CAAA;IACpC,CAAC;CACF;AAzBD,gCAyBC"}
|