@farris/jit-engine 1.3.314 → 1.3.315
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/README.md +1 -5
- package/bin/index.js +12 -85
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +1 -2
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-filter-generator.js +8 -8
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +2 -2
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +19 -17
- 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-provider-generator.js +9 -9
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +34 -34
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +17 -17
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +25 -25
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +51 -51
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +19 -19
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +31 -31
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/app-vue-generator.js +7 -33
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/app-vue-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +6 -6
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +23 -23
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +47 -47
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +20 -20
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js +7 -11
- 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 +15 -15
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +31 -31
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +38 -38
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +20 -20
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +11 -11
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +18 -18
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +9 -9
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-app-index-vue-parameter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js +7 -21
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js +7 -4
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js +7 -4
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js +2 -21
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js +2 -29
- 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 +2 -15
- 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 +7 -4
- 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 +2 -12
- 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 +2 -14
- 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 +2 -12
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js +2 -2
- 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 +2 -12
- 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 +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js +2 -53
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js +2 -26
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-binding.js +1 -6
- package/lib/mobileapp/vue/domstructure/ui/common/vue-binding.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js +1 -5
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-variable.js +0 -4
- package/lib/mobileapp/vue/domstructure/ui/common/vue-variable.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/card.js +2 -32
- package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js +7 -4
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js +2 -2
- 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 +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js +7 -4
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-container.js +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +7 -14
- package/lib/mobileapp/vue/domstructure/ui/container/vue-section.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js +3 -32
- 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 +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js +9 -23
- 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/staff-info.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js +2 -20
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +3 -37
- package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/custom-box.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/custom-box.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/index.js +0 -1
- package/lib/mobileapp/vue/domstructure/ui/input/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js +2 -14
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/number.js +3 -13
- package/lib/mobileapp/vue/domstructure/ui/input/number.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker-relation.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/picker-relation.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js +2 -20
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js +2 -20
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js +2 -34
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js.map +1 -1
- package/lib/mobileapp/vue/jit-engine-executor/mobile-vue-engine-executor.js.map +1 -1
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +1 -5
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js.map +1 -1
- package/lib/mobileapp/vue/static/.editorconfig +9 -9
- package/lib/mobileapp/vue/static/.npmignore +13 -0
- package/lib/mobileapp/vue/static/.prettierrc +6 -6
- package/lib/mobileapp/vue/static/README.md +18 -18
- package/lib/mobileapp/vue/static/babel.config.js +13 -13
- package/lib/mobileapp/vue/static/src/app.vue +4 -25
- package/lib/mobileapp/vue/static/src/main.ts +9 -9
- package/lib/mobileapp/vue/static/src/shims-vue.d.ts +32 -32
- package/lib/mobileapp/vue/static/tsconfig.json +20 -20
- package/lib/mobileapp/vue/task/vue-recursiveGenerateDevkit.js +4 -12
- package/lib/mobileapp/vue/task/vue-recursiveGenerateDevkit.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js +1 -4
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js +10 -10
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +2 -2
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/index.js +0 -1
- package/lib/mobileapp/vue/utility/index.js.map +1 -1
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +2 -2
- package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +2 -2
- package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +1 -1
- package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +21 -21
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js +0 -2
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-object-creator.js +0 -22
- package/lib/mobileapp/vue/utility/vue-object-creator.js.map +1 -1
- package/lib/template/ui/mobilevue/action-bar.pug +10 -10
- package/lib/template/ui/mobilevue/approval-comments.pug +1 -1
- package/lib/template/ui/mobilevue/approval-info.pug +8 -2
- package/lib/template/ui/mobilevue/approval-logs.pug +1 -1
- package/lib/template/ui/mobilevue/{picker-area.pug → area-picker.pug} +5 -6
- package/lib/template/ui/mobilevue/attachment-file.pug +1 -1
- package/lib/template/ui/mobilevue/banner.pug +4 -4
- package/lib/template/ui/mobilevue/button.pug +1 -1
- package/lib/template/ui/mobilevue/calendar-input.pug +4 -5
- package/lib/template/ui/mobilevue/card.pug +2 -2
- package/lib/template/ui/mobilevue/checkbox-group.pug +4 -4
- package/lib/template/ui/mobilevue/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue/custom-box.pug +4 -6
- package/lib/template/ui/mobilevue/date-time-picker.pug +5 -7
- package/lib/template/ui/mobilevue/field-set.pug +2 -3
- package/lib/template/ui/mobilevue/filter.pug +2 -2
- package/lib/template/ui/mobilevue/html-preview.pug +1 -1
- package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
- package/lib/template/ui/mobilevue/list-view.pug +1 -4
- package/lib/template/ui/mobilevue/lookup-department.pug +5 -7
- package/lib/template/ui/mobilevue/lookup-employee.pug +7 -10
- package/lib/template/ui/mobilevue/lookup-input.pug +7 -9
- package/lib/template/ui/mobilevue/nav-bar.pug +1 -1
- package/lib/template/ui/mobilevue/number.pug +5 -8
- package/lib/template/ui/mobilevue/picker-relation.pug +3 -5
- package/lib/template/ui/mobilevue/picker.pug +6 -6
- package/lib/template/ui/mobilevue/radio-group.pug +4 -4
- package/lib/template/ui/mobilevue/rich-text-editor.pug +6 -8
- package/lib/template/ui/mobilevue/schedule.pug +1 -1
- package/lib/template/ui/mobilevue/scroll-navbar.pug +1 -1
- package/lib/template/ui/mobilevue/search.pug +1 -1
- package/lib/template/ui/mobilevue/section.pug +1 -1
- package/lib/template/ui/mobilevue/sidebar-item.pug +9 -9
- package/lib/template/ui/mobilevue/sidebar.pug +11 -11
- package/lib/template/ui/mobilevue/staff-info.pug +1 -1
- package/lib/template/ui/mobilevue/static-text.pug +1 -1
- package/lib/template/ui/mobilevue/steps.pug +8 -8
- package/lib/template/ui/mobilevue/switch.pug +4 -5
- package/lib/template/ui/mobilevue/tab-bar.pug +1 -1
- package/lib/template/ui/mobilevue/tabpage.pug +3 -1
- package/lib/template/ui/mobilevue/text-area.pug +4 -5
- package/lib/template/ui/mobilevue/text-box-external.pug +4 -6
- package/lib/template/ui/mobilevue/text-box.pug +5 -8
- package/lib/template/ui/mobilevue/text-scan.pug +4 -6
- package/lib/template/ui/mobilevue/text-telphone.pug +3 -13
- package/lib/template/ui/mobilevue/toolbar-area.pug +1 -1
- package/lib/template/ui/mobilevue/toolbar-item.pug +1 -1
- package/lib/template/ui/mobilevue/toolbar.pug +5 -5
- package/lib/utility/devkit/component-external-container-parameter-creator.js +91 -86
- package/lib/utility/devkit/component-external-container-parameter-creator.js.map +1 -1
- package/lib/utility/devkit/component-external-container-parameter.js +12 -12
- package/lib/utility/devkit/component-external-container-parameter.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/component-external-container-parameter-collector.js +82 -81
- package/lib/utility/devkit/component-parameter-collector/component-external-container-parameter-collector.js.map +1 -1
- package/package.json +1 -2
- package/lib/command/check.js +0 -102
- package/lib/command/check.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js +0 -16
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.js +0 -24
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js +0 -16
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.js +0 -15
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js +0 -33
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js +0 -41
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker-city.js +0 -46
- package/lib/mobileapp/vue/domstructure/ui/input/picker-city.js.map +0 -1
- package/lib/mobileapp/vue/utility/i18n/i18n-resource-manager.js +0 -121
- package/lib/mobileapp/vue/utility/i18n/i18n-resource-manager.js.map +0 -1
- package/lib/mobileapp/vue/utility/i18n/index.js +0 -14
- package/lib/mobileapp/vue/utility/i18n/index.js.map +0 -1
- package/lib/template/ui/mobilevue/icon.pug +0 -11
- package/lib/template/ui/mobilevue/picker-city.pug +0 -65
|
@@ -1,82 +1,83 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ComponentExternalContainerParameterCollector = void 0;
|
|
4
|
-
const toolhepler_1 = require("../../toolhepler");
|
|
5
|
-
const abstract_component_parameter_collector_1 = require("./abstract-component-parameter-collector");
|
|
6
|
-
const event_token_generator_1 = require("../../event-token-generator");
|
|
7
|
-
class ComponentExternalContainerParameterCollector extends abstract_component_parameter_collector_1.AbstractComponentParameterCollector {
|
|
8
|
-
collect(value, options) {
|
|
9
|
-
const componentExternalContainers = [];
|
|
10
|
-
this.collectionComponentExternalContainers(value, componentExternalContainers, options === null || options === void 0 ? void 0 : options.externalComponentNameSpace, options === null || options === void 0 ? void 0 : options.ui);
|
|
11
|
-
return componentExternalContainers;
|
|
12
|
-
}
|
|
13
|
-
collectionComponentExternalContainers(component, externalContainers, externalComponentNameSpace, ui) {
|
|
14
|
-
const contents = component.contents;
|
|
15
|
-
if (contents && contents.length) {
|
|
16
|
-
contents.forEach((element) => {
|
|
17
|
-
this.collectionComponentExternalContainers(element, externalContainers, externalComponentNameSpace, ui);
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
if (component && (component.type == 'ExternalContainer' || component.type == "ModalContainer") && toolhepler_1.ToolHelper.isArray(ui.module.externalComponents, false)) {
|
|
21
|
-
const externalCmp = component.externalCmp;
|
|
22
|
-
const findExternalComponent = ui.module.externalComponents.find((t) => {
|
|
23
|
-
return t.id == externalCmp;
|
|
24
|
-
});
|
|
25
|
-
if (findExternalComponent) {
|
|
26
|
-
findExternalComponent["useIsolateJs"] = component.useIsolateJs;
|
|
27
|
-
const componentExternalContainerParameter = {
|
|
28
|
-
parentModuleCode: ui.module.code,
|
|
29
|
-
id: findExternalComponent.id,
|
|
30
|
-
type: component.type,
|
|
31
|
-
useIsolateJs: component.useIsolateJs,
|
|
32
|
-
name: findExternalComponent.name,
|
|
33
|
-
code: findExternalComponent.code,
|
|
34
|
-
fileName: findExternalComponent.fileName,
|
|
35
|
-
filePath: findExternalComponent.filePath,
|
|
36
|
-
declarations: findExternalComponent.declarations,
|
|
37
|
-
subscriptions: this.getSubscriptions(findExternalComponent.id, ui),
|
|
38
|
-
containerId: findExternalComponent.containerId,
|
|
39
|
-
serviceUnitPath: findExternalComponent.serviceUnitPath,
|
|
40
|
-
projectName: findExternalComponent.projectName,
|
|
41
|
-
contentType: findExternalComponent.contentType,
|
|
42
|
-
url: findExternalComponent.url
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ComponentExternalContainerParameterCollector = void 0;
|
|
4
|
+
const toolhepler_1 = require("../../toolhepler");
|
|
5
|
+
const abstract_component_parameter_collector_1 = require("./abstract-component-parameter-collector");
|
|
6
|
+
const event_token_generator_1 = require("../../event-token-generator");
|
|
7
|
+
class ComponentExternalContainerParameterCollector extends abstract_component_parameter_collector_1.AbstractComponentParameterCollector {
|
|
8
|
+
collect(value, options) {
|
|
9
|
+
const componentExternalContainers = [];
|
|
10
|
+
this.collectionComponentExternalContainers(value, componentExternalContainers, options === null || options === void 0 ? void 0 : options.externalComponentNameSpace, options === null || options === void 0 ? void 0 : options.ui);
|
|
11
|
+
return componentExternalContainers;
|
|
12
|
+
}
|
|
13
|
+
collectionComponentExternalContainers(component, externalContainers, externalComponentNameSpace, ui) {
|
|
14
|
+
const contents = component.contents;
|
|
15
|
+
if (contents && contents.length) {
|
|
16
|
+
contents.forEach((element) => {
|
|
17
|
+
this.collectionComponentExternalContainers(element, externalContainers, externalComponentNameSpace, ui);
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
if (component && (component.type == 'ExternalContainer' || component.type == "ModalContainer") && toolhepler_1.ToolHelper.isArray(ui.module.externalComponents, false)) {
|
|
21
|
+
const externalCmp = component.externalCmp;
|
|
22
|
+
const findExternalComponent = ui.module.externalComponents.find((t) => {
|
|
23
|
+
return t.id == externalCmp;
|
|
24
|
+
});
|
|
25
|
+
if (findExternalComponent) {
|
|
26
|
+
findExternalComponent["useIsolateJs"] = component.useIsolateJs;
|
|
27
|
+
const componentExternalContainerParameter = {
|
|
28
|
+
parentModuleCode: ui.module.code,
|
|
29
|
+
id: findExternalComponent.id,
|
|
30
|
+
type: component.type,
|
|
31
|
+
useIsolateJs: component.useIsolateJs,
|
|
32
|
+
name: findExternalComponent.name,
|
|
33
|
+
code: findExternalComponent.code,
|
|
34
|
+
fileName: findExternalComponent.fileName,
|
|
35
|
+
filePath: findExternalComponent.filePath,
|
|
36
|
+
declarations: findExternalComponent.declarations,
|
|
37
|
+
subscriptions: this.getSubscriptions(findExternalComponent.id, ui),
|
|
38
|
+
containerId: findExternalComponent.containerId,
|
|
39
|
+
serviceUnitPath: findExternalComponent.serviceUnitPath,
|
|
40
|
+
projectName: findExternalComponent.projectName,
|
|
41
|
+
contentType: findExternalComponent.contentType,
|
|
42
|
+
url: findExternalComponent.url,
|
|
43
|
+
rtcFileRelativePath: findExternalComponent.rtcFileRelativePath
|
|
44
|
+
};
|
|
45
|
+
externalContainers.push(componentExternalContainerParameter);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
modifyExternalDeclarations(externalComponent, parentSubscriptions, parentModuleCode) {
|
|
50
|
+
if (toolhepler_1.ToolHelper.isArray(parentSubscriptions, false) && externalComponent && externalComponent.declarations && toolhepler_1.ToolHelper.isArray(externalComponent.declarations.events, false)) {
|
|
51
|
+
externalComponent.declarations.events.forEach((t) => {
|
|
52
|
+
const findParentSubscription = parentSubscriptions.find((parentSub) => {
|
|
53
|
+
return parentSub["sourceComponent"] == externalComponent.id && parentSub["subscribeOn"] == t["code"];
|
|
54
|
+
});
|
|
55
|
+
if (findParentSubscription) {
|
|
56
|
+
const generatedToken = event_token_generator_1.EventTokenGenerator.generateToken(parentModuleCode, externalComponent["code"]);
|
|
57
|
+
t["token"] = generatedToken;
|
|
58
|
+
findParentSubscription["token"] = generatedToken;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
getSubscriptions(sourceComponent, ui) {
|
|
64
|
+
if (!ui || !ui.module || toolhepler_1.ToolHelper.isArray(ui.module.subscriptions, false) == false) {
|
|
65
|
+
return;
|
|
66
|
+
}
|
|
67
|
+
const filterSubscriptions = ui.module.subscriptions.filter((t) => {
|
|
68
|
+
return t.targetComponent == sourceComponent;
|
|
69
|
+
});
|
|
70
|
+
return filterSubscriptions;
|
|
71
|
+
}
|
|
72
|
+
modifyParentDeclarationsToken(declarations, parentModuleCode, externalComponentCode) {
|
|
73
|
+
if (declarations && toolhepler_1.ToolHelper.isArray(declarations.events, false)) {
|
|
74
|
+
declarations.events.forEach((t) => {
|
|
75
|
+
if (!t.token) {
|
|
76
|
+
t.token = event_token_generator_1.EventTokenGenerator.generateToken(parentModuleCode, externalComponentCode);
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.ComponentExternalContainerParameterCollector = ComponentExternalContainerParameterCollector;
|
|
82
83
|
//# sourceMappingURL=component-external-container-parameter-collector.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component-external-container-parameter-collector.js","sourceRoot":"","sources":["../../../../src/utility/devkit/component-parameter-collector/component-external-container-parameter-collector.ts"],"names":[],"mappings":";;;AAAA,iDAA8C;AAE9C,qGAA+F;AAG/F,uEAAkE;AAKlE,MAAa,4CAA6C,SAAQ,4EAAmC;IACjG,OAAO,CAAC,KAAU,EAAE,OAA4C;QAC5D,MAAM,2BAA2B,GAA0C,EAAE,CAAC;QAC9E,IAAI,CAAC,qCAAqC,CAAC,KAAK,EAAE,2BAA2B,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,0BAA0B,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,EAAE,CAAC,CAAC;QACjI,OAAO,2BAA2B,CAAC;IACvC,CAAC;IAWO,qCAAqC,CAAC,SAAc,EAAE,kBAAyD,EAAE,0BAAkC,EAAE,EAAO;QAChK,MAAM,QAAQ,GAAG,SAAS,CAAC,QAAQ,CAAC;QACpC,IAAI,QAAQ,IAAI,QAAQ,CAAC,MAAM,EAAE;YAC7B,QAAQ,CAAC,OAAO,CAAC,CAAC,OAAY,EAAE,EAAE;gBAC9B,IAAI,CAAC,qCAAqC,CAAC,OAAO,EAAE,kBAAkB,EAAE,0BAA0B,EAAE,EAAE,CAAC,CAAC;YAC5G,CAAC,CAAC,CAAC;SACN;QACD,IAAI,SAAS,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,mBAAmB,IAAI,SAAS,CAAC,IAAI,IAAI,gBAAgB,CAAC,IAAI,uBAAU,CAAC,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,kBAAkB,EAAE,KAAK,CAAC,EAAE;YACvJ,MAAM,WAAW,GAAW,SAAS,CAAC,WAAW,CAAC;YAClD,MAAM,qBAAqB,GAAG,EAAE,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAAM,EAAE,EAAE;gBACvE,OAAO,CAAC,CAAC,EAAE,IAAI,WAAW,CAAC;YAC/B,CAAC,CAAC,CAAC;YACH,IAAI,qBAAqB,EAAE;gBAEvB,qBAAqB,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC;gBAM/D,MAAM,mCAAmC,GAAwC;oBAC7E,gBAAgB,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI;oBAChC,EAAE,EAAE,qBAAqB,CAAC,EAAE;oBAC5B,IAAI,EAAE,SAAS,CAAC,IAAI;oBACpB,YAAY,EAAE,SAAS,CAAC,YAAY;oBACpC,IAAI,EAAE,qBAAqB,CAAC,IAAI;oBAChC,IAAI,EAAE,qBAAqB,CAAC,IAAI;oBAChC,QAAQ,EAAE,qBAAqB,CAAC,QAAQ;oBACxC,QAAQ,EAAE,qBAAqB,CAAC,QAAQ;oBACxC,YAAY,EAAE,qBAAqB,CAAC,YAAY;oBAChD,aAAa,EAAE,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,CAAC,EAAE,EAAE,EAAE,CAAC;oBAClE,WAAW,EAAE,qBAAqB,CAAC,WAAW;oBAC9C,eAAe,EAAE,qBAAqB,CAAC,eAAe;oBACtD,WAAW,EAAE,qBAAqB,CAAC,WAAW;oBAC9C,WAAW,EAAE,qBAAqB,CAAC,WAAW;oBAC9C,GAAG,EAAE,qBAAqB,CAAC,GAAG;
|
|
1
|
+
{"version":3,"file":"component-external-container-parameter-collector.js","sourceRoot":"","sources":["../../../../src/utility/devkit/component-parameter-collector/component-external-container-parameter-collector.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farris/jit-engine",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.315",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"lodash": "^4.17.10",
|
|
37
37
|
"prettier": "^1.18.2",
|
|
38
38
|
"pug": "^2.0.0-rc.4",
|
|
39
|
-
"read-package-tree": "^5.3.1",
|
|
40
39
|
"typescript-ioc": "^1.2.4",
|
|
41
40
|
"yargs": "^12.0.1"
|
|
42
41
|
},
|
package/lib/command/check.js
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.checkVersion = void 0;
|
|
4
|
-
function checkVersion(dir, callback) {
|
|
5
|
-
let output = {
|
|
6
|
-
needUpdate: false,
|
|
7
|
-
updateList: []
|
|
8
|
-
};
|
|
9
|
-
const readPackageTree = require('read-package-tree');
|
|
10
|
-
readPackageTree(dir, (_err, physicalTree) => {
|
|
11
|
-
try {
|
|
12
|
-
const nodes = physicalTree.children;
|
|
13
|
-
let map = new Map();
|
|
14
|
-
for (const key in nodes) {
|
|
15
|
-
if (nodes.hasOwnProperty(key)) {
|
|
16
|
-
const element = nodes[key];
|
|
17
|
-
const packageData = element.package || {};
|
|
18
|
-
const id = packageData['_id'];
|
|
19
|
-
if (id) {
|
|
20
|
-
const atIndex = id.lastIndexOf('@');
|
|
21
|
-
const prefix = id.slice(0, atIndex);
|
|
22
|
-
const suffix = id.slice(atIndex + 1);
|
|
23
|
-
map.set(prefix, suffix);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
const packageJson = physicalTree.package;
|
|
28
|
-
if (packageJson) {
|
|
29
|
-
const dependencies = packageJson.dependencies;
|
|
30
|
-
Object.keys(dependencies).forEach((key) => {
|
|
31
|
-
if (key.startsWith('@farris') || key.startsWith('@gsp')) {
|
|
32
|
-
if (dependencies.hasOwnProperty(key)) {
|
|
33
|
-
const packageJsonVersion = dependencies[key];
|
|
34
|
-
const nodeModulesVersion = map.get(key);
|
|
35
|
-
if (nodeModulesVersion) {
|
|
36
|
-
if (packageJsonVersion !== nodeModulesVersion && !isValidVersion(nodeModulesVersion, packageJsonVersion)) {
|
|
37
|
-
const info = {
|
|
38
|
-
name: key,
|
|
39
|
-
nodeModulesVersion: nodeModulesVersion,
|
|
40
|
-
packageJsonVersion: packageJsonVersion
|
|
41
|
-
};
|
|
42
|
-
output.needUpdate = true;
|
|
43
|
-
output.updateList.push(info);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
else {
|
|
47
|
-
const info = {
|
|
48
|
-
name: key,
|
|
49
|
-
nodeModulesVersion: "",
|
|
50
|
-
packageJsonVersion: packageJsonVersion
|
|
51
|
-
};
|
|
52
|
-
output.needUpdate = true;
|
|
53
|
-
output.updateList.push(info);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
});
|
|
58
|
-
if (output && output.needUpdate) {
|
|
59
|
-
console.log('The node_modules need to be updated, with the following update list:');
|
|
60
|
-
const updateList = output.updateList;
|
|
61
|
-
updateList.forEach((item) => {
|
|
62
|
-
console.log(item.name + '@' + item.packageJsonVersion);
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
callback(output);
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
catch (error) {
|
|
69
|
-
output.needUpdate = false;
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
exports.checkVersion = checkVersion;
|
|
74
|
-
function isValidVersion(versionToCheck, rangeSpecifier) {
|
|
75
|
-
let minVersion, maxMajor;
|
|
76
|
-
if (rangeSpecifier.startsWith('^')) {
|
|
77
|
-
const [major, minor, patch] = rangeSpecifier.slice(1).split('.').map(Number);
|
|
78
|
-
minVersion = `${major}.${minor}.${patch}`;
|
|
79
|
-
maxMajor = major + 1;
|
|
80
|
-
}
|
|
81
|
-
else {
|
|
82
|
-
return false;
|
|
83
|
-
}
|
|
84
|
-
function parseVersion(v) {
|
|
85
|
-
return v.split('.').map(Number);
|
|
86
|
-
}
|
|
87
|
-
const parsedVersionToCheck = parseVersion(versionToCheck);
|
|
88
|
-
const parsedMinVersion = parseVersion(minVersion);
|
|
89
|
-
for (let i = 0; i < parsedMinVersion.length; i++) {
|
|
90
|
-
if (parsedVersionToCheck[i] < parsedMinVersion[i])
|
|
91
|
-
return false;
|
|
92
|
-
if (parsedVersionToCheck[i] > parsedMinVersion[i])
|
|
93
|
-
break;
|
|
94
|
-
}
|
|
95
|
-
if (parsedVersionToCheck[0] === parsedMinVersion[0]) {
|
|
96
|
-
}
|
|
97
|
-
else if (parsedVersionToCheck[0] >= maxMajor) {
|
|
98
|
-
return false;
|
|
99
|
-
}
|
|
100
|
-
return true;
|
|
101
|
-
}
|
|
102
|
-
//# sourceMappingURL=check.js.map
|
package/lib/command/check.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"check.js","sourceRoot":"","sources":["../../src/command/check.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
-
}) : (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
o[k2] = m[k];
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./vue-module-context"), exports);
|
|
14
|
-
__exportStar(require("./vue-component-context"), exports);
|
|
15
|
-
__exportStar(require("./vue-ui-node-context"), exports);
|
|
16
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/internal-entity/contexts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uDAAqC;AACrC,0DAAwC;AACxC,wDAAsC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueBaseContext = void 0;
|
|
4
|
-
class VueBaseContext {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.params = new Map();
|
|
7
|
-
}
|
|
8
|
-
setParam(key, val) {
|
|
9
|
-
this.params.set(key, val);
|
|
10
|
-
}
|
|
11
|
-
setParams(paramsObj) {
|
|
12
|
-
if (!paramsObj) {
|
|
13
|
-
return;
|
|
14
|
-
}
|
|
15
|
-
Object.keys(paramsObj).forEach((key) => {
|
|
16
|
-
this.setParam(key, paramsObj[key]);
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
getParam(key) {
|
|
20
|
-
return this.params.get(key);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
exports.VueBaseContext = VueBaseContext;
|
|
24
|
-
//# sourceMappingURL=vue-base-context.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-base-context.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.ts"],"names":[],"mappings":";;;AAIA,MAAM,cAAc;IAApB;QAKU,WAAM,GAAG,IAAI,GAAG,EAAE,CAAC;IA4B7B,CAAC;IAvBQ,QAAQ,CAAC,GAAW,EAAE,GAAQ;QACnC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;IAC5B,CAAC;IAKM,SAAS,CAAC,SAA+B;QAC9C,IAAI,CAAC,SAAS,EAAE;YACd,OAAO;SACR;QAED,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC,GAAW,EAAE,EAAE;YAC7C,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;QACrC,CAAC,CAAC,CAAC;IACL,CAAC;IAKM,QAAQ,CAAC,GAAW;QACzB,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC9B,CAAC;CACF;AAEQ,wCAAc"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueComponentContext = void 0;
|
|
4
|
-
const vue_base_context_1 = require("./vue-base-context");
|
|
5
|
-
class VueComponentContext extends vue_base_context_1.VueBaseContext {
|
|
6
|
-
constructor(componentInstance, moduleContext) {
|
|
7
|
-
super();
|
|
8
|
-
this.componentInstance = componentInstance;
|
|
9
|
-
this.moduleContext = moduleContext;
|
|
10
|
-
}
|
|
11
|
-
getModuleContext() {
|
|
12
|
-
return this.moduleContext;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
exports.VueComponentContext = VueComponentContext;
|
|
16
|
-
//# sourceMappingURL=vue-component-context.js.map
|
package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-component-context.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAMpD,MAAM,mBAAoB,SAAQ,iCAAc;IAe9C,YAAY,iBAAsB,EAAE,aAA+B;QACjE,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAC3C,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;IACrC,CAAC;IAMM,gBAAgB;QACrB,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;CAEF;AAEQ,kDAAmB"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueModuleContext = void 0;
|
|
4
|
-
const vue_base_context_1 = require("./vue-base-context");
|
|
5
|
-
class VueModuleContext extends vue_base_context_1.VueBaseContext {
|
|
6
|
-
constructor(formDom) {
|
|
7
|
-
super();
|
|
8
|
-
this.formDom = formDom;
|
|
9
|
-
}
|
|
10
|
-
getOptions() {
|
|
11
|
-
return this.formDom.options;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
exports.VueModuleContext = VueModuleContext;
|
|
15
|
-
//# sourceMappingURL=vue-module-context.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-module-context.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAOpD,MAAM,gBAAiB,SAAQ,iCAAc;IAU3C,YAAY,OAAY;QACtB,KAAK,EAAE,CAAC;QAER,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;IAKM,UAAU;QACf,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;IAC9B,CAAC;CAEF;AAEQ,4CAAgB"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueUINodeContext = void 0;
|
|
4
|
-
const vue_base_context_1 = require("./vue-base-context");
|
|
5
|
-
class VueUINodeContext extends vue_base_context_1.VueBaseContext {
|
|
6
|
-
constructor(parentNodeInstance) {
|
|
7
|
-
super();
|
|
8
|
-
this.parentNodeInstance = parentNodeInstance;
|
|
9
|
-
}
|
|
10
|
-
getModuleContext() {
|
|
11
|
-
const parentNodeContext = this.getParentContext();
|
|
12
|
-
if (!parentNodeContext) {
|
|
13
|
-
return null;
|
|
14
|
-
}
|
|
15
|
-
return parentNodeContext.getModuleContext();
|
|
16
|
-
}
|
|
17
|
-
getParentInstance() {
|
|
18
|
-
return this.parentNodeInstance;
|
|
19
|
-
}
|
|
20
|
-
getParentContext() {
|
|
21
|
-
if (!this.parentNodeInstance) {
|
|
22
|
-
return null;
|
|
23
|
-
}
|
|
24
|
-
if (this.parentNodeInstance.componentContext) {
|
|
25
|
-
return this.parentNodeInstance.componentContext;
|
|
26
|
-
}
|
|
27
|
-
else {
|
|
28
|
-
return this.parentNodeInstance.getContext();
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.VueUINodeContext = VueUINodeContext;
|
|
33
|
-
//# sourceMappingURL=vue-ui-node-context.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-ui-node-context.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.ts"],"names":[],"mappings":";;;AACA,yDAAmD;AAOnD,MAAM,gBAAiB,SAAQ,iCAAc;IAiB3C,YAAY,kBAA0C;QACpD,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;IAC/C,CAAC;IAMM,gBAAgB;QACrB,MAAM,iBAAiB,GAAG,IAAI,CAAC,gBAAgB,EAAE,CAAC;QAClD,IAAI,CAAC,iBAAiB,EAAE;YACtB,OAAO,IAAI,CAAC;SACb;QAED,OAAO,iBAAiB,CAAC,gBAAgB,EAAE,CAAC;IAC9C,CAAC;IAKM,iBAAiB;QACtB,OAAO,IAAI,CAAC,kBAAkB,CAAC;IACjC,CAAC;IAKM,gBAAgB;QACrB,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE;YAC5B,OAAO,IAAI,CAAC;SACb;QAED,IAAI,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,EAAE;YAC5C,OAAO,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC;SACjD;aAAM;YACL,OAAQ,IAAI,CAAC,kBAAuC,CAAC,UAAU,EAAE,CAAC;SACnE;IACH,CAAC;CAEF;AAEQ,4CAAgB"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueIcon = void 0;
|
|
4
|
-
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
-
class VueIcon extends vue_base_component_1.VueBaseComponent {
|
|
6
|
-
constructor(param, context) {
|
|
7
|
-
var _a;
|
|
8
|
-
super(param, context);
|
|
9
|
-
this.round = true;
|
|
10
|
-
this.block = true;
|
|
11
|
-
let obj;
|
|
12
|
-
if (typeof param === 'string') {
|
|
13
|
-
obj = JSON.parse(param);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
obj = param;
|
|
17
|
-
}
|
|
18
|
-
if (!obj) {
|
|
19
|
-
return;
|
|
20
|
-
}
|
|
21
|
-
const keys = 'iconName, iconSize, iconColor';
|
|
22
|
-
Object.keys(obj).forEach(key => {
|
|
23
|
-
if (keys.includes(key)) {
|
|
24
|
-
switch (key) {
|
|
25
|
-
case 'iconSize':
|
|
26
|
-
this.appearance.style += `font-size: ${obj[key]};`;
|
|
27
|
-
break;
|
|
28
|
-
case 'iconColor':
|
|
29
|
-
this.appearance.style += `color: ${obj[key]};`;
|
|
30
|
-
break;
|
|
31
|
-
default:
|
|
32
|
-
this[key] = obj[key];
|
|
33
|
-
break;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
((_a = this.size) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.size.getStyle());
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
exports.VueIcon = VueIcon;
|
|
41
|
-
//# sourceMappingURL=icon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/icon/icon.ts"],"names":[],"mappings":";;;AAEA,iEAA4D;AAE5D,MAAa,OAAQ,SAAQ,qCAAgB;IASzC,YAAY,KAAU,EAAE,OAAyB;;QAC7C,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAR1B,UAAK,GAAG,IAAI,CAAC;QACb,UAAK,GAAG,IAAI,CAAC;QAST,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,+BAA+B,CAAC;QAC7C,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,QAAQ,GAAG,EAAE;oBACT,KAAK,UAAU;wBACX,IAAI,CAAC,UAAU,CAAC,KAAK,IAAI,cAAc,GAAG,CAAC,GAAG,CAAC,GAAG,CAAA;wBAClD,MAAM;oBACV,KAAK,WAAW;wBACZ,IAAI,CAAC,UAAU,CAAC,KAAK,IAAI,UAAU,GAAG,CAAC,GAAG,CAAC,GAAG,CAAA;wBAC9C,MAAM;oBACV;wBACI,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;wBACrB,MAAM;iBACb;aACJ;QACL,CAAC,CAAC,CAAC;QACH,CAAA,MAAA,IAAI,CAAC,IAAI,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAA;IAC9D,CAAC;CAGJ;AA3CD,0BA2CC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
-
}) : (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
o[k2] = m[k];
|
|
8
|
-
}));
|
|
9
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./icon"), exports);
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/icon/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAwB"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueCityPicker = void 0;
|
|
4
|
-
const vue_variable_1 = require("../common/vue-variable");
|
|
5
|
-
const common_1 = require("./common");
|
|
6
|
-
class VueCityPicker extends common_1.VueInputComponent {
|
|
7
|
-
constructor(param, context) {
|
|
8
|
-
super(param, context);
|
|
9
|
-
let obj;
|
|
10
|
-
if (typeof param === 'string') {
|
|
11
|
-
obj = JSON.parse(param);
|
|
12
|
-
}
|
|
13
|
-
else {
|
|
14
|
-
obj = param;
|
|
15
|
-
}
|
|
16
|
-
if (!obj) {
|
|
17
|
-
return;
|
|
18
|
-
}
|
|
19
|
-
const keys = 'request,data,hotCity';
|
|
20
|
-
Object.keys(obj).forEach(key => {
|
|
21
|
-
if (keys.includes(key) && obj[key]) {
|
|
22
|
-
switch (key) {
|
|
23
|
-
case 'request':
|
|
24
|
-
this[key] = this.stringify(obj[key], 'formater');
|
|
25
|
-
break;
|
|
26
|
-
case 'data':
|
|
27
|
-
this[key] = new vue_variable_1.VueVariable(obj[key]);
|
|
28
|
-
break;
|
|
29
|
-
case 'hotCity':
|
|
30
|
-
if (obj[key].type === 'static') {
|
|
31
|
-
this[key] = new vue_variable_1.VueVariable(obj[key].data);
|
|
32
|
-
}
|
|
33
|
-
else {
|
|
34
|
-
this[key] = new vue_variable_1.VueVariable(obj[key].dataSource);
|
|
35
|
-
}
|
|
36
|
-
break;
|
|
37
|
-
default:
|
|
38
|
-
this[key] = obj[key];
|
|
39
|
-
break;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.VueCityPicker = VueCityPicker;
|
|
46
|
-
//# sourceMappingURL=picker-city.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"picker-city.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/picker-city.ts"],"names":[],"mappings":";;;AACA,yDAAqD;AACrD,qCAA6C;AAE7C,MAAa,aAAc,SAAQ,0BAAiB;IAGhD,YAAY,KAAU,EAAE,OAAyB;QAC7C,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAEtB,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,sBAAsB,CAAC;QACpC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE;gBAChC,QAAQ,GAAG,EAAE;oBACT,KAAK,SAAS;wBACV,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAA;wBAChD,MAAM;oBACV,KAAK,MAAM;wBACP,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;wBACrC,MAAM;oBACV,KAAK,SAAS;wBACV,IAAG,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,KAAK,QAAQ,EAAE;4BAC3B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAA;yBAC7C;6BAAM;4BACH,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,CAAA;yBACnD;wBACD,MAAM;oBACV;wBACI,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;wBACrB,MAAM;iBACb;aAEJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA5CD,sCA4CC"}
|