@farris/jit-engine 1.3.313 → 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 +5 -21
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js +0 -3
- package/lib/mobileapp/vue/domstructure/ui/basic/index.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 +3 -22
- 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 +4 -34
- 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-position.js +5 -2
- package/lib/mobileapp/vue/domstructure/ui/common/vue-position.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/index.js +0 -4
- package/lib/mobileapp/vue/domstructure/ui/container/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js +7 -13
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js +8 -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 +8 -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/index.js +0 -2
- package/lib/mobileapp/vue/domstructure/ui/display/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js +8 -38
- 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 -14
- 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 -3
- 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 -44
- 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 +2 -22
- 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 -24
- 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 -10
- 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/image.pug +9 -19
- package/lib/template/ui/mobilevue/list-view.pug +5 -9
- package/lib/template/ui/mobilevue/lookup-department.pug +5 -7
- package/lib/template/ui/mobilevue/lookup-employee.pug +8 -9
- 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 -10
- 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 -2
- 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 +7 -14
- 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 -42
- 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/basic/label/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js +0 -35
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js +0 -42
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js +0 -38
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js +0 -29
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js +0 -27
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js +0 -28
- package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js +0 -57
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/display/text/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/display/text/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js +0 -50
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.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/avatar.pug +0 -19
- package/lib/template/ui/mobilevue/icon.pug +0 -12
- package/lib/template/ui/mobilevue/label.pug +0 -12
- package/lib/template/ui/mobilevue/layout-container-col.pug +0 -11
- package/lib/template/ui/mobilevue/layout-container-row.pug +0 -12
- package/lib/template/ui/mobilevue/layout-container.pug +0 -11
- package/lib/template/ui/mobilevue/picker-city.pug +0 -65
- package/lib/template/ui/mobilevue/tag.pug +0 -33
- package/lib/template/ui/mobilevue/text.pug +0 -105
|
@@ -3,10 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueCheckboxGroup = void 0;
|
|
4
4
|
const vue_variable_1 = require("../common/vue-variable");
|
|
5
5
|
const common_1 = require("./common");
|
|
6
|
-
const i18n_1 = require("../../../utility/i18n");
|
|
7
6
|
class VueCheckboxGroup extends common_1.VueInputComponent {
|
|
8
|
-
constructor(param
|
|
9
|
-
super(param
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
10
9
|
let obj;
|
|
11
10
|
if (typeof param === 'string') {
|
|
12
11
|
obj = JSON.parse(param);
|
|
@@ -31,23 +30,6 @@ class VueCheckboxGroup extends common_1.VueInputComponent {
|
|
|
31
30
|
}
|
|
32
31
|
}
|
|
33
32
|
});
|
|
34
|
-
this.initI18nAttrs();
|
|
35
|
-
}
|
|
36
|
-
initI18nAttrs() {
|
|
37
|
-
if (this.enableI18n && this.items && this.textField && this.valueField) {
|
|
38
|
-
const enumDataArray = JSON.parse(this.items);
|
|
39
|
-
enumDataArray.forEach((enumDataItem) => {
|
|
40
|
-
if (this.textField) {
|
|
41
|
-
enumDataItem[this.textField] = i18n_1.I18nResourceManager.getI18nEnumField(this, enumDataItem);
|
|
42
|
-
}
|
|
43
|
-
});
|
|
44
|
-
this.i18nEnumData = JSON.stringify(enumDataArray).replace(/"\$transform\(.*?\)"/g, (arg1, arg2, arg3) => {
|
|
45
|
-
return arg1.replace(/"/g, '');
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
else {
|
|
49
|
-
this.i18nEnumData = this.items;
|
|
50
|
-
}
|
|
51
33
|
}
|
|
52
34
|
}
|
|
53
35
|
exports.VueCheckboxGroup = VueCheckboxGroup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-group.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/checkbox-group.ts"],"names":[],"mappings":";;;AAAA,yDAAqD;
|
|
1
|
+
{"version":3,"file":"checkbox-group.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/checkbox-group.ts"],"names":[],"mappings":";;;AAAA,yDAAqD;AACrD,qCAA6C;AAE7C,MAAa,gBAAiB,SAAQ,0BAAiB;IASnD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,6FAA6F,CAAC;QAC3G,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAI,OAAO,EAAG;oBAChB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACxC;qBAAM,IAAG,GAAG,KAAK,gBAAgB,EAAC;oBAC/B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBACxC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAtCD,4CAsCC"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VueInputComponent = void 0;
|
|
4
|
-
const i18n_1 = require("../../../utility/i18n");
|
|
5
4
|
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
6
|
-
const vue_binding_1 = require("../common/vue-binding");
|
|
7
5
|
const vue_state_1 = require("./../common/vue-state");
|
|
8
6
|
const vue_base_component_1 = require("./../vue-base-component");
|
|
9
7
|
class VueInputComponent extends vue_base_component_1.VueBaseComponent {
|
|
10
|
-
constructor(param
|
|
8
|
+
constructor(param) {
|
|
11
9
|
var _a;
|
|
12
|
-
super(param
|
|
10
|
+
super(param);
|
|
13
11
|
let obj;
|
|
14
12
|
if (typeof param === 'string') {
|
|
15
13
|
obj = JSON.parse(param);
|
|
@@ -32,7 +30,6 @@ class VueInputComponent extends vue_base_component_1.VueBaseComponent {
|
|
|
32
30
|
'labelWidth',
|
|
33
31
|
'direction',
|
|
34
32
|
'binding',
|
|
35
|
-
'bindings',
|
|
36
33
|
'labelTips',
|
|
37
34
|
'modelValue',
|
|
38
35
|
'minValue',
|
|
@@ -46,10 +43,7 @@ class VueInputComponent extends vue_base_component_1.VueBaseComponent {
|
|
|
46
43
|
'rightTemplate',
|
|
47
44
|
'extraTemplate',
|
|
48
45
|
'formatter',
|
|
49
|
-
'path'
|
|
50
|
-
'maxLength',
|
|
51
|
-
'updateOn',
|
|
52
|
-
"clearable"
|
|
46
|
+
'path'
|
|
53
47
|
];
|
|
54
48
|
Object.keys(obj).forEach((key) => {
|
|
55
49
|
if (keys.includes(key)) {
|
|
@@ -63,43 +57,15 @@ class VueInputComponent extends vue_base_component_1.VueBaseComponent {
|
|
|
63
57
|
case 'disable':
|
|
64
58
|
this[key] = new vue_state_1.VueState(obj[key], 'disabled', obj);
|
|
65
59
|
break;
|
|
66
|
-
case 'binding':
|
|
67
|
-
this[key] = new vue_binding_1.VueBinding(obj[key]);
|
|
68
|
-
break;
|
|
69
|
-
case 'bindings':
|
|
70
|
-
obj[key] && Object.keys(obj[key]).forEach((k) => {
|
|
71
|
-
const name = 'binding' + k;
|
|
72
|
-
const value = obj[key][k];
|
|
73
|
-
this[name] = new vue_binding_1.VueBinding(value).toString();
|
|
74
|
-
});
|
|
75
|
-
break;
|
|
76
60
|
default:
|
|
77
61
|
this[key] = obj[key];
|
|
78
62
|
break;
|
|
79
63
|
}
|
|
80
64
|
}
|
|
81
65
|
});
|
|
82
|
-
if (!this.maxLength || typeof this.maxLength !== 'number' || this.maxLength <= 0) {
|
|
83
|
-
this.maxLength = undefined;
|
|
84
|
-
}
|
|
85
66
|
this.errorMessage = ((_a = this.binding) === null || _a === void 0 ? void 0 : _a.path)
|
|
86
67
|
? `form.${this.binding.path}.validationResult && form.${this.binding.path}.validationResult.message`
|
|
87
68
|
: undefined;
|
|
88
|
-
this.initCommonI18nAttrs();
|
|
89
|
-
}
|
|
90
|
-
initCommonI18nAttrs() {
|
|
91
|
-
if (this.enableI18n) {
|
|
92
|
-
this.i18nTitle = i18n_1.I18nResourceManager.getI18nTitle(this, this.resourcePrefix);
|
|
93
|
-
this.i18nTitleWithBrace = `{{${i18n_1.I18nResourceManager.getI18nTitle(this, this.resourcePrefix)}}}`;
|
|
94
|
-
this.i18nLabelTips = `{{${i18n_1.I18nResourceManager.generateSimpleAttrI18nVal(this, 'labelTips', this.resourcePrefix)}}}`;
|
|
95
|
-
this.i18nPlaceholder = i18n_1.I18nResourceManager.getI18nInputPlaceholder(this, this.resourcePrefix);
|
|
96
|
-
}
|
|
97
|
-
else {
|
|
98
|
-
this.i18nTitle = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.title);
|
|
99
|
-
this.i18nTitleWithBrace = this.title;
|
|
100
|
-
this.i18nLabelTips = this.labelTips;
|
|
101
|
-
this.i18nPlaceholder = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.placeholder);
|
|
102
|
-
}
|
|
103
69
|
}
|
|
104
70
|
getValue(data) {
|
|
105
71
|
if (data && toolhepler_1.ToolHelper.isObject(data)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/common.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/common.ts"],"names":[],"mappings":";;;AAAA,kEAA8D;AAC9D,qDAAgD;AAChD,gEAA0D;AAE1D,MAAa,iBAAkB,SAAQ,qCAAgB;IAGrD,YAAY,KAAU;;QACpB,KAAK,CAAC,KAAK,CAAC,CAAA;QAEZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QACD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAA;QACd,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAG;YACX,IAAI;YACJ,OAAO;YACP,SAAS;YACT,UAAU;YACV,UAAU;YACV,SAAS;YACT,aAAa;YACb,YAAY;YACZ,WAAW;YACX,SAAS;YACT,WAAW;YACX,YAAY;YACZ,UAAU;YACV,UAAU;YACV,QAAQ;YACR,YAAY;YACZ,iBAAiB;YACjB,cAAc;YACd,eAAe;YACf,eAAe;YACf,eAAe;YACf,eAAe;YACf,WAAW;YACX,MAAM;SACP,CAAA;QACD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,QAAQ,GAAG,EAAE;oBACX,KAAK,UAAU;wBACb,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,MAAK;oBACP;wBACE,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;wBACpB,MAAK;iBACR;aACF;QACH,CAAC,CAAC,CAAA;QACF,IAAI,CAAC,YAAY,GAAG,CAAA,MAAA,IAAI,CAAC,OAAO,0CAAE,IAAI;YACpC,CAAC,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,6BAA6B,IAAI,CAAC,OAAO,CAAC,IAAI,2BAA2B;YACpG,CAAC,CAAC,SAAS,CAAA;IAEf,CAAC;IAcD,QAAQ,CAAC,IAAS;QAChB,IAAG,IAAI,IAAI,uBAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;YACpC,IAAI,IAAI,CAAC,IAAI,IAAI,UAAU,EAAE;gBAC3B,OAAO,IAAI,CAAC,KAAK,CAAA;aAClB;SACF;QACD,OAAO,IAAI,CAAA;IACb,CAAC;CACF;AAvFD,8CAuFC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueCustomBox = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VueCustomBox extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"custom-box.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/custom-box.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;
|
|
1
|
+
{"version":3,"file":"custom-box.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/custom-box.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,YAAa,SAAQ,0BAAiB;IAa/C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,oBAAoB,CAAC;QAClC,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;CAGJ;AApCD,oCAoCC"}
|
|
@@ -4,8 +4,8 @@ exports.VueDatePicker = void 0;
|
|
|
4
4
|
const vue_variable_1 = require("../common/vue-variable");
|
|
5
5
|
const common_1 = require("./common");
|
|
6
6
|
class VueDatePicker extends common_1.VueInputComponent {
|
|
7
|
-
constructor(param
|
|
8
|
-
super(param
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
9
9
|
this.showType = 'date';
|
|
10
10
|
let obj;
|
|
11
11
|
if (typeof param === 'string') {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-picker.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/date-picker.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"date-picker.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/date-picker.ts"],"names":[],"mappings":";;;AAAA,yDAAqD;AACrD,qCAA6C;AAE7C,MAAa,aAAc,SAAQ,0BAAiB;IAchD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAPjB,aAAQ,GAAW,MAAM,CAAC;QAStB,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,oDAAoD,CAAC;QAClE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAK,UAAU,IAAI,GAAG,KAAK,UAAU,EAAE;oBACzC,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,IAAI,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACrD;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAzCD,sCAyCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueHtmlPreview = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VueHtmlPreview extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"html-preview.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/html-preview.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"html-preview.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/html-preview.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,cAAe,SAAQ,0BAAiB;IAMjD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,EAAE,CAAC;QAChB,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;CAGJ;AA7BD,wCA6BC"}
|
|
@@ -30,5 +30,4 @@ __exportStar(require("./text-scan"), exports);
|
|
|
30
30
|
__exportStar(require("./text-telphone"), exports);
|
|
31
31
|
__exportStar(require("./custom-box"), exports);
|
|
32
32
|
__exportStar(require("./picker-relation"), exports);
|
|
33
|
-
__exportStar(require("./picker-city"), exports);
|
|
34
33
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA8B;AAC9B,mDAAiC;AACjC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,sDAAoC;AACpC,oDAAkC;AAClC,iDAA+B;AAC/B,2CAAyB;AACzB,2CAAyB;AACzB,gDAA8B;AAC9B,qDAAmC;AACnC,iDAA+B;AAC/B,8CAA4B;AAC5B,6CAA2B;AAC3B,sDAAoC;AACpC,8CAA4B;AAC5B,kDAAgC;AAChC,+CAA6B;AAC7B,oDAAiC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA8B;AAC9B,mDAAiC;AACjC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,sDAAoC;AACpC,oDAAkC;AAClC,iDAA+B;AAC/B,2CAAyB;AACzB,2CAAyB;AACzB,gDAA8B;AAC9B,qDAAmC;AACnC,iDAA+B;AAC/B,8CAA4B;AAC5B,6CAA2B;AAC3B,sDAAoC;AACpC,8CAA4B;AAC5B,kDAAgC;AAChC,+CAA6B;AAC7B,oDAAiC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueLookupDepartment = void 0;
|
|
4
4
|
const lookup_input_1 = require("./lookup-input");
|
|
5
5
|
class VueLookupDepartment extends lookup_input_1.VueLookupInput {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-department.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/lookup-department.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"lookup-department.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/lookup-department.ts"],"names":[],"mappings":";;;AAAA,iDAAgD;AAEhD,MAAa,mBAAoB,SAAQ,6BAAc;IAGnD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,IAAI,CAAC,OAAO,GAAG,EAAE,CAAA;QACjB,MAAM,IAAI,GAAG,oEAAoE,CAAC;QAClF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAK,qBAAqB,EAAE;oBAC9B,IAAI,CAAC,OAAO,CAAC,kBAAkB,GAAG,GAAG,CAAC,mBAAmB,CAAA;iBAC5D;qBAAM,IAAG,GAAG,KAAK,oBAAoB,EAAE;oBACpC,IAAI,CAAC,OAAO,CAAC,kBAAkB,GAAG,GAAG,CAAC,kBAAkB,CAAA;iBAC3D;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;IAC/C,CAAC;CAGJ;AAlCD,kDAkCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueLookupEmployee = void 0;
|
|
4
4
|
const lookup_input_1 = require("./lookup-input");
|
|
5
5
|
class VueLookupEmployee extends lookup_input_1.VueLookupInput {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-employee.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/lookup-employee.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"lookup-employee.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/lookup-employee.ts"],"names":[],"mappings":";;;AAAA,iDAAgD;AAEhD,MAAa,iBAAkB,SAAQ,6BAAc;IAGjD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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;QACD,IAAI,CAAC,OAAO,GAAG,EAAE,CAAA;QACjB,MAAM,IAAI,GAAG,+EAA+E,CAAC;QAC7F,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAK,qBAAqB,EAAE;oBAC9B,IAAI,CAAC,OAAO,CAAC,kBAAkB,GAAG,GAAG,CAAC,mBAAmB,CAAA;iBAC5D;qBAAM,IAAG,GAAG,KAAK,oBAAoB,EAAE;oBACpC,IAAI,CAAC,OAAO,CAAC,kBAAkB,GAAG,GAAG,CAAC,kBAAkB,CAAA;iBAC3D;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;QACH,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAA;IAC/C,CAAC;CAGJ;AAjCD,8CAiCC"}
|
|
@@ -3,10 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueLookupInput = void 0;
|
|
4
4
|
const utility_1 = require("../../../../../utility");
|
|
5
5
|
const common_1 = require("./common");
|
|
6
|
-
const i18n_1 = require("../../../utility/i18n");
|
|
7
6
|
class VueLookupInput extends common_1.VueInputComponent {
|
|
8
|
-
constructor(param
|
|
9
|
-
super(param
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
10
9
|
let obj;
|
|
11
10
|
if (typeof param === 'string') {
|
|
12
11
|
obj = JSON.parse(param);
|
|
@@ -28,17 +27,6 @@ class VueLookupInput extends common_1.VueInputComponent {
|
|
|
28
27
|
}
|
|
29
28
|
}
|
|
30
29
|
});
|
|
31
|
-
this.initI18nAttrs();
|
|
32
|
-
}
|
|
33
|
-
initI18nAttrs() {
|
|
34
|
-
if (this.enableI18n) {
|
|
35
|
-
this.i18nNavTitle = `${i18n_1.I18nResourceManager.generateSimpleAttrI18nVal(this, 'navTitle', this.resourcePrefix)}`;
|
|
36
|
-
this.i18nGroupTitle = `${i18n_1.I18nResourceManager.generateSimpleAttrI18nVal(this, 'groupTitle', this.resourcePrefix)}`;
|
|
37
|
-
}
|
|
38
|
-
else {
|
|
39
|
-
this.i18nNavTitle = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.navTitle);
|
|
40
|
-
this.i18nGroupTitle = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.groupTitle);
|
|
41
|
-
}
|
|
42
30
|
}
|
|
43
31
|
}
|
|
44
32
|
exports.VueLookupInput = VueLookupInput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lookup-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/lookup-input.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"lookup-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/lookup-input.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,qCAA6C;AAE7C,MAAa,cAAe,SAAQ,0BAAiB;IA0BjD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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;;oLAE+J,CAAC;QAC7K,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;gBACrB,IAAG,CAAC,cAAc,EAAC,cAAc,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;oBAC9C,IAAI,CAAC,GAAG,CAAC,GAAG,oBAAU,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;iBAChE;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAtDD,wCAsDC"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VueNumber = void 0;
|
|
4
|
-
const i18n_1 = require("../../../utility/i18n");
|
|
5
4
|
const common_1 = require("./common");
|
|
6
5
|
class VueNumber extends common_1.VueInputComponent {
|
|
7
|
-
constructor(param
|
|
8
|
-
super(param
|
|
9
|
-
this.inputType = 'number';
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
10
8
|
let obj;
|
|
11
9
|
if (typeof param === 'string') {
|
|
12
10
|
obj = JSON.parse(param);
|
|
@@ -17,21 +15,12 @@ class VueNumber extends common_1.VueInputComponent {
|
|
|
17
15
|
if (!obj) {
|
|
18
16
|
return;
|
|
19
17
|
}
|
|
20
|
-
const keys = 'precision,
|
|
18
|
+
const keys = 'precision,suffix,extra';
|
|
21
19
|
Object.keys(obj).forEach(key => {
|
|
22
20
|
if (keys.includes(key)) {
|
|
23
21
|
this[key] = obj[key];
|
|
24
22
|
}
|
|
25
23
|
});
|
|
26
|
-
this.initI18nAttrs();
|
|
27
|
-
}
|
|
28
|
-
initI18nAttrs() {
|
|
29
|
-
if (this.enableI18n) {
|
|
30
|
-
this.i18nSuffix = i18n_1.I18nResourceManager.generateSimpleAttrI18nVal(this, 'suffix', this.resourcePrefix);
|
|
31
|
-
}
|
|
32
|
-
else {
|
|
33
|
-
this.i18nSuffix = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.suffix);
|
|
34
|
-
}
|
|
35
24
|
}
|
|
36
25
|
}
|
|
37
26
|
exports.VueNumber = VueNumber;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/number.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"number.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/number.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,SAAU,SAAQ,0BAAiB;IAgB5C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,wBAAwB,CAAC;QACtC,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;CAGJ;AAvCD,8BAuCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VuePickerRelation = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VuePickerRelation extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"picker-relation.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/picker-relation.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"picker-relation.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/picker-relation.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,iBAAkB,SAAQ,0BAAiB;IAGpD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,2BAA2B,CAAC;QACzC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACtB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA1BD,8CA0BC"}
|
|
@@ -3,10 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VuePicker = void 0;
|
|
4
4
|
const vue_variable_1 = require("../common/vue-variable");
|
|
5
5
|
const common_1 = require("./common");
|
|
6
|
-
const i18n_1 = require("../../../utility/i18n");
|
|
7
6
|
class VuePicker extends common_1.VueInputComponent {
|
|
8
|
-
constructor(param
|
|
9
|
-
super(param
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
10
9
|
let obj;
|
|
11
10
|
if (typeof param === 'string') {
|
|
12
11
|
obj = JSON.parse(param);
|
|
@@ -31,23 +30,6 @@ class VuePicker extends common_1.VueInputComponent {
|
|
|
31
30
|
}
|
|
32
31
|
}
|
|
33
32
|
});
|
|
34
|
-
this.initI18nAttrs();
|
|
35
|
-
}
|
|
36
|
-
initI18nAttrs() {
|
|
37
|
-
if (this.enableI18n && this.enumData && this.textField && this.valueField) {
|
|
38
|
-
const enumDataArray = JSON.parse(this.enumData);
|
|
39
|
-
enumDataArray.forEach((enumDataItem) => {
|
|
40
|
-
if (this.textField) {
|
|
41
|
-
enumDataItem[this.textField] = i18n_1.I18nResourceManager.getI18nEnumField(this, enumDataItem);
|
|
42
|
-
}
|
|
43
|
-
});
|
|
44
|
-
this.i18nEnumData = JSON.stringify(enumDataArray).replace(/"\$transform\(.*?\)"/g, (arg1, arg2, arg3) => {
|
|
45
|
-
return arg1.replace(/"/g, '');
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
else {
|
|
49
|
-
this.i18nEnumData = this.enumData;
|
|
50
|
-
}
|
|
51
33
|
}
|
|
52
34
|
}
|
|
53
35
|
exports.VuePicker = VuePicker;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"picker.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/picker.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"picker.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/picker.ts"],"names":[],"mappings":";;;AAAA,yDAAqD;AACrD,qCAA6C;AAE7C,MAAa,SAAU,SAAQ,0BAAiB;IAgB5C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,oGAAoG,CAAC;QAClH,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAI,UAAU,EAAE;oBAClB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACxC;qBAAM,IAAG,GAAG,KAAK,gBAAgB,EAAC;oBAC/B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBACxC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAEJ;AA5CD,8BA4CC"}
|
|
@@ -3,10 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueRadioGroup = void 0;
|
|
4
4
|
const vue_variable_1 = require("../common/vue-variable");
|
|
5
5
|
const common_1 = require("./common");
|
|
6
|
-
const i18n_1 = require("../../../utility/i18n");
|
|
7
6
|
class VueRadioGroup extends common_1.VueInputComponent {
|
|
8
|
-
constructor(param
|
|
9
|
-
super(param
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
10
9
|
let obj;
|
|
11
10
|
if (typeof param === 'string') {
|
|
12
11
|
obj = JSON.parse(param);
|
|
@@ -31,23 +30,6 @@ class VueRadioGroup extends common_1.VueInputComponent {
|
|
|
31
30
|
}
|
|
32
31
|
}
|
|
33
32
|
});
|
|
34
|
-
this.initI18nAttrs();
|
|
35
|
-
}
|
|
36
|
-
initI18nAttrs() {
|
|
37
|
-
if (this.enableI18n && this.enumData && this.textField && this.valueField) {
|
|
38
|
-
const enumDataArray = JSON.parse(this.enumData);
|
|
39
|
-
enumDataArray.forEach((enumDataItem) => {
|
|
40
|
-
if (this.textField) {
|
|
41
|
-
enumDataItem[this.textField] = `${i18n_1.I18nResourceManager.getI18nEnumField(this, enumDataItem)}`;
|
|
42
|
-
}
|
|
43
|
-
});
|
|
44
|
-
this.i18nEnumData = JSON.stringify(enumDataArray).replace(/"\$transform\(.*?\)"/g, (arg1, arg2, arg3) => {
|
|
45
|
-
return arg1.replace(/"/g, '');
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
else {
|
|
49
|
-
this.i18nEnumData = this.enumData;
|
|
50
|
-
}
|
|
51
33
|
}
|
|
52
34
|
}
|
|
53
35
|
exports.VueRadioGroup = VueRadioGroup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/radio-group.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/radio-group.ts"],"names":[],"mappings":";;;AAAA,yDAAqD;AACrD,qCAA6C;AAE7C,MAAa,aAAc,SAAQ,0BAAiB;IAShD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,gGAAgG,CAAC;QAC9G,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAI,UAAU,EAAE;oBAClB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACxC;qBAAM,IAAG,GAAG,KAAK,gBAAgB,EAAC;oBAC/B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBACxC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAtCD,sCAsCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueRichTextEditor = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VueRichTextEditor extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich-text-editor.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/rich-text-editor.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"rich-text-editor.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/rich-text-editor.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,iBAAkB,SAAQ,0BAAiB;IAQpD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,gBAAgB,CAAC;QAC9B,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;CAGJ;AA/BD,8CA+BC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueSwitchInput = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VueSwitchInput extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/switch-input.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"switch-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/switch-input.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,cAAe,SAAQ,0BAAiB;IAWjD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,MAAM,CAAC;QACpB,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;CAGJ;AAlCD,wCAkCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueTextArea = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VueTextArea extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-area.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-area.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"text-area.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-area.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,WAAY,SAAQ,0BAAiB;IAY9C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,kCAAkC,CAAC;QAChD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAK,WAAW,EAAE;oBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBACtC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;QACH,IAAG,IAAI,CAAC,QAAQ,EAAE;YACd,MAAM,QAAQ,GAAQ,EAAE,CAAA;YACxB,IAAG,GAAG,CAAC,iBAAiB,EAAE;gBACtB,QAAQ,CAAC,SAAS,GAAG,GAAG,CAAC,iBAAiB,CAAA;aAC7C;YACD,IAAG,GAAG,CAAC,iBAAiB,EAAE;gBACtB,QAAQ,CAAC,SAAS,GAAG,GAAG,CAAC,iBAAiB,CAAA;aAC7C;YACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAA;SAC3C;IACL,CAAC;CAGJ;AAjDD,kCAiDC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueTextBoxExternal = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VueTextBoxExternal extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-box-external.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-box-external.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"text-box-external.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-box-external.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,kBAAmB,SAAQ,0BAAiB;IAarD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,0GAA0G,CAAC;QACxH,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;CAGJ;AApCD,gDAoCC"}
|
|
@@ -3,9 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueTextBox = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VueTextBox extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
8
|
-
this.inputType = 'text';
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
9
8
|
let obj;
|
|
10
9
|
if (typeof param === 'string') {
|
|
11
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-box.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-box.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"text-box.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-box.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,UAAW,SAAQ,0BAAiB;IAa7C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,OAAO,CAAC;QACrB,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;CAGJ;AApCD,gCAoCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueTextScan = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VueTextScan extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-scan.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-scan.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"text-scan.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-scan.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,WAAY,SAAQ,0BAAiB;IAa9C,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,EAAE,CAAC;QAChB,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;CAGJ;AApCD,kCAoCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueTextTelphone = void 0;
|
|
4
4
|
const common_1 = require("./common");
|
|
5
5
|
class VueTextTelphone extends common_1.VueInputComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-telphone.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-telphone.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"text-telphone.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/text-telphone.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,eAAgB,SAAQ,0BAAiB;IAalD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,EAAE,CAAC;QAChB,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;CAGJ;AApCD,0CAoCC"}
|