@farris/jit-engine 1.3.308 → 1.3.310
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 +3 -11
- package/bin/index.js +12 -91
- package/lib/domstructure/ui/approve-comments/approval-comments.js +2 -7
- package/lib/domstructure/ui/approve-comments/approval-comments.js.map +1 -1
- package/lib/domstructure/ui/approve-logs/approval-logs.js.map +1 -1
- 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 +6 -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 -7
- 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 +3 -31
- 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-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/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 +7 -37
- 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 +2 -16
- 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/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 -2
- 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 -37
- 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 -19
- 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/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 -9
- 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/task/recursiveGenerateDevkit.js +471 -471
- package/lib/task/recursiveGenerateDevkit.js.map +1 -1
- package/lib/template/ui/kendo/approval-comments.pug +1 -2
- package/lib/template/ui/kendo/approve-logs.pug +1 -1
- package/lib/template/ui/mobileapprove/statictext-for-mobileapprove.pug +13 -16
- 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 +3 -3
- package/lib/template/ui/mobilevue/approval-logs.pug +1 -1
- package/lib/template/ui/mobilevue/area-picker.pug +3 -4
- 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 +3 -4
- package/lib/template/ui/mobilevue/card.pug +2 -2
- package/lib/template/ui/mobilevue/checkbox-group.pug +3 -3
- package/lib/template/ui/mobilevue/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue/custom-box.pug +3 -5
- package/lib/template/ui/mobilevue/date-time-picker.pug +3 -5
- 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 +7 -8
- package/lib/template/ui/mobilevue/lookup-department.pug +3 -5
- package/lib/template/ui/mobilevue/lookup-employee.pug +4 -4
- package/lib/template/ui/mobilevue/lookup-input.pug +3 -5
- 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 +2 -4
- package/lib/template/ui/mobilevue/picker.pug +4 -4
- package/lib/template/ui/mobilevue/radio-group.pug +3 -3
- package/lib/template/ui/mobilevue/rich-text-editor.pug +5 -7
- 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 +3 -4
- 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 +3 -4
- package/lib/template/ui/mobilevue/text-box-external.pug +3 -5
- package/lib/template/ui/mobilevue/text-box.pug +5 -11
- package/lib/template/ui/mobilevue/text-scan.pug +3 -5
- package/lib/template/ui/mobilevue/text-telphone.pug +2 -4
- 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/mobile-approve/entity/static-text-for-mobileapprove.js +1 -1
- package/lib/utility/mobile-approve/entity/static-text-for-mobileapprove.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/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/tag.pug +0 -33
- package/lib/template/ui/mobilevue/text.pug +0 -105
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
4
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
5
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
6
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
7
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
6
8
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
9
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
8
10
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -11,16 +13,12 @@
|
|
|
11
13
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
12
14
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
16
|
div(
|
|
17
17
|
v-if=visible
|
|
18
18
|
class="fm-input-wrapper"
|
|
19
19
|
)
|
|
20
20
|
fm-lookup-input(
|
|
21
21
|
v-model=binding
|
|
22
|
-
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
24
22
|
:required=require
|
|
25
23
|
:readonly=readonly
|
|
26
24
|
:disabled=disable
|
|
@@ -93,6 +91,6 @@ div(
|
|
|
93
91
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
94
92
|
<fm-icon name="s-illustrate-o"/>
|
|
95
93
|
<template #content>
|
|
96
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
94
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
97
95
|
</template>
|
|
98
96
|
</fm-popover>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
fm-navbar(
|
|
7
7
|
v-if=visible
|
|
8
8
|
id=variable.replaceId
|
|
9
|
-
|
|
9
|
+
title=variable.title?""+variable.title:undefined
|
|
10
10
|
:leftArrow=variable.leftArrow!==undefined?""+variable.leftArrow:undefined
|
|
11
11
|
@click-left=variable.leftClick?""+variable.leftClick:undefined
|
|
12
12
|
@click-right=variable.rightClick?""+variable.rightClick:undefined
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
5
5
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
6
6
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
8
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
7
9
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
8
10
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
9
11
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -12,30 +14,25 @@
|
|
|
12
14
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
13
15
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
14
16
|
|
|
15
|
-
|
|
16
|
-
|
|
17
17
|
div(
|
|
18
18
|
v-if=visible
|
|
19
19
|
class="fm-input-wrapper"
|
|
20
20
|
)
|
|
21
21
|
fm-input(
|
|
22
22
|
v-model=binding
|
|
23
|
-
:label = variable.title? variable.i18nTitle : undefined
|
|
24
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
25
23
|
:required=require
|
|
26
24
|
:readonly=readonly
|
|
27
25
|
:disabled=disable
|
|
28
|
-
input-align="right"
|
|
29
26
|
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
30
27
|
:clearable!=variable.clearable?variable.clearable+"":undefined
|
|
31
28
|
:is-link!=variable.isLink?variable.isLink+"":undefined
|
|
32
29
|
:minValue!=variable.minValue?variable.minValue+"":undefined
|
|
33
30
|
:maxValue!=variable.maxValue?variable.maxValue+"":undefined
|
|
34
|
-
:enableNull!=variable.enableNull?variable.enableNull+"":undefined
|
|
35
31
|
:precision=variable.precision || variable.precision===0?variable.precision+"":undefined
|
|
32
|
+
input-align="right"
|
|
36
33
|
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
37
34
|
direction=variable.direction?variable.direction+"":undefined
|
|
38
|
-
|
|
35
|
+
extra=variable.suffix?variable.suffix+"":undefined
|
|
39
36
|
:error-message!=variable.errorMessage
|
|
40
37
|
error-message-align=variable.errorMessage ? "right" : undefined
|
|
41
38
|
)&attributes(attrs)
|
|
@@ -48,6 +45,6 @@ div(
|
|
|
48
45
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
49
46
|
<fm-icon name="s-illustrate-o"/>
|
|
50
47
|
<template #content>
|
|
51
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
48
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
52
49
|
</template>
|
|
53
50
|
</fm-popover>
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
4
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
5
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
6
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
7
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
6
8
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
9
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
8
10
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -11,16 +13,12 @@
|
|
|
11
13
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
12
14
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
16
|
div(
|
|
17
17
|
v-if=visible
|
|
18
18
|
class="fm-input-wrapper"
|
|
19
19
|
)
|
|
20
20
|
fm-link-relation(
|
|
21
21
|
v-model=binding
|
|
22
|
-
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
24
22
|
:required=require
|
|
25
23
|
:readonly=readonly
|
|
26
24
|
:disabled=disable
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
4
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
5
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
6
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
7
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
6
8
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
9
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
8
10
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -10,7 +12,7 @@
|
|
|
10
12
|
-var readonly = variable.readonly ? String(variable.readonly.value) : undefined;
|
|
11
13
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
12
14
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
13
|
-
-var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.
|
|
15
|
+
-var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.enumData
|
|
14
16
|
-var showDisabledItem = variable.showDisabledItem === false ? "false" : "true";
|
|
15
17
|
|
|
16
18
|
div(
|
|
@@ -19,8 +21,6 @@ div(
|
|
|
19
21
|
)
|
|
20
22
|
fm-picker(
|
|
21
23
|
v-model=binding
|
|
22
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
23
|
-
:label = variable.title? variable.i18nTitle : undefined
|
|
24
24
|
:required=require
|
|
25
25
|
:readonly=readonly
|
|
26
26
|
:disabled=disable
|
|
@@ -56,6 +56,6 @@ div(
|
|
|
56
56
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
57
57
|
<fm-icon name="s-illustrate-o"/>
|
|
58
58
|
<template #content>
|
|
59
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
59
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
60
60
|
</template>
|
|
61
61
|
</fm-popover>
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
-var attrs = {};
|
|
3
3
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
4
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
5
6
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
6
7
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
7
8
|
-var checkerStyle = variable.checkerWidth ? { width: variable.checkerWidth + 'px' } : undefined
|
|
@@ -13,7 +14,7 @@
|
|
|
13
14
|
-var inputDirection = variable.displayType !== 'button' ? 'vertical' : variable.direction
|
|
14
15
|
-var direction = variable.displayType === 'button' ? 'horizontal' : variable.direction
|
|
15
16
|
-var groupClass = inputDirection === 'horizontal' ? 'd-flex justify-content-end' : undefined
|
|
16
|
-
-var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.
|
|
17
|
+
-var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.enumData
|
|
17
18
|
|
|
18
19
|
div(
|
|
19
20
|
v-if=visible
|
|
@@ -21,7 +22,6 @@ div(
|
|
|
21
22
|
)
|
|
22
23
|
fm-input(
|
|
23
24
|
center
|
|
24
|
-
:label = variable.title? variable.i18nTitle: undefined
|
|
25
25
|
:required=require
|
|
26
26
|
input-align="right"
|
|
27
27
|
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
@@ -49,6 +49,6 @@ div(
|
|
|
49
49
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
50
50
|
<fm-icon name="s-illustrate-o"/>
|
|
51
51
|
<template #content>
|
|
52
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
52
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
53
53
|
</template>
|
|
54
54
|
</fm-popover>
|
|
@@ -14,15 +14,13 @@
|
|
|
14
14
|
-readonly = readonly && readonly !== 'false' ? readonly : disable
|
|
15
15
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
17
|
if(variable.noInput)
|
|
20
18
|
fm-rich-editor(
|
|
21
19
|
v-if=visible
|
|
22
|
-
v-model=binding
|
|
20
|
+
v-model=binding
|
|
23
21
|
:readonly=readonly
|
|
24
22
|
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
25
|
-
|
|
23
|
+
placeholder=placeholder
|
|
26
24
|
position=variable.position ?""+variable.position:undefined
|
|
27
25
|
:border=variable.border ?""+variable.border:"false"
|
|
28
26
|
)&attributes(attrs)
|
|
@@ -35,7 +33,7 @@ else
|
|
|
35
33
|
id=id
|
|
36
34
|
class="fm-input-vertical"
|
|
37
35
|
:required=require
|
|
38
|
-
|
|
36
|
+
label=label
|
|
39
37
|
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
40
38
|
:error-message!=variable.errorMessage
|
|
41
39
|
error-message-align=variable.errorMessage ? "right" : undefined
|
|
@@ -43,9 +41,9 @@ else
|
|
|
43
41
|
template(#value)
|
|
44
42
|
fm-rich-editor(
|
|
45
43
|
v-model=binding
|
|
46
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
47
44
|
:readonly=readonly
|
|
48
45
|
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
46
|
+
placeholder=placeholder
|
|
49
47
|
position=variable.position ?""+variable.position:undefined
|
|
50
48
|
:border=variable.border ?""+variable.border:"false"
|
|
51
49
|
)
|
|
@@ -55,6 +53,6 @@ else
|
|
|
55
53
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
56
54
|
<fm-icon name="s-illustrate-o"/>
|
|
57
55
|
<template #content>
|
|
58
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
56
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
59
57
|
</template>
|
|
60
58
|
</fm-popover>
|
|
@@ -8,7 +8,7 @@ fm-scheadule(
|
|
|
8
8
|
v-if=visible
|
|
9
9
|
:startTime=variable.startTime?""+variable.startTime:undefined
|
|
10
10
|
:endTime=variable.endTime?""+variable.endTime:undefined
|
|
11
|
-
:events=variable.events?variable.
|
|
11
|
+
:events=variable.events?variable.events:undefined
|
|
12
12
|
eventColor=variable.eventColor?""+variable.eventColor:undefined
|
|
13
13
|
@event-click=variable.onEventClick?""+variable.onEventClick:undefined
|
|
14
14
|
)&attributes(attrs)
|
|
@@ -7,7 +7,7 @@ fm-scroll-navbar(
|
|
|
7
7
|
v-if=visible
|
|
8
8
|
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
9
9
|
contentRef=variable.scrollContainer?""+variable.scrollContainer:undefined
|
|
10
|
-
:itemRef=variable.scrollItems?""+variable.
|
|
10
|
+
:itemRef=variable.scrollItems?""+variable.scrollItems:undefined
|
|
11
11
|
:alwaysShow=variable.alwaysShow?""+variable.alwaysShow:undefined
|
|
12
12
|
:extendable=variable.extendable?""+variable.extendable:undefined
|
|
13
13
|
extendTitle=variable.extendTitle?""+variable.extendTitle:undefined
|
|
@@ -13,7 +13,7 @@ fm-search(
|
|
|
13
13
|
:disabled=disabled
|
|
14
14
|
:modelValue=value
|
|
15
15
|
:clearable=variable.clearable?String(variable.clearable):undefined
|
|
16
|
-
|
|
16
|
+
placeholder=variable.placeholder?String(variable.placeholder):undefined
|
|
17
17
|
shape=variable.shape?String(variable.shape):undefined
|
|
18
18
|
@input=variable.change?String(variable.change):undefined
|
|
19
19
|
@search=variable.search?String(variable.search):undefined
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
fm-sidebar-item(
|
|
2
|
-
id=variable.id?"" + variable.id:undefined
|
|
3
|
-
v-if=variable.visible?variable.visible+"":"false"
|
|
4
|
-
style=(variable.appearance && variable.appearance.style)
|
|
5
|
-
class=(variable.appearance && variable.appearance.class)
|
|
6
|
-
title=variable.title?"" + variable.title:undefined
|
|
7
|
-
name=variable.name?"" + variable.name:undefined
|
|
8
|
-
)
|
|
9
|
-
| {{content}}
|
|
1
|
+
fm-sidebar-item(
|
|
2
|
+
id=variable.id?"" + variable.id:undefined
|
|
3
|
+
v-if=variable.visible?variable.visible+"":"false"
|
|
4
|
+
style=(variable.appearance && variable.appearance.style)
|
|
5
|
+
class=(variable.appearance && variable.appearance.class)
|
|
6
|
+
title=variable.title?"" + variable.title:undefined
|
|
7
|
+
name=variable.name?"" + variable.name:undefined
|
|
8
|
+
)
|
|
9
|
+
| {{content}}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
fm-sidebar(
|
|
2
|
-
id=variable.id?"" + variable.id:undefined
|
|
3
|
-
v-if=variable.visible?variable.visible+"":"false"
|
|
4
|
-
style=(variable.appearance && variable.appearance.style)
|
|
5
|
-
class=(variable.appearance && variable.appearance.class)
|
|
6
|
-
modelValue=variable.selected?"" + variable.selected:undefined
|
|
7
|
-
sidebarWidth=variable.sidebarWidth?"" + variable.sidebarWidth:undefined
|
|
8
|
-
@change=variable.change?"" + variable.change:undefined
|
|
9
|
-
)
|
|
10
|
-
| {{content}}
|
|
11
|
-
|
|
1
|
+
fm-sidebar(
|
|
2
|
+
id=variable.id?"" + variable.id:undefined
|
|
3
|
+
v-if=variable.visible?variable.visible+"":"false"
|
|
4
|
+
style=(variable.appearance && variable.appearance.style)
|
|
5
|
+
class=(variable.appearance && variable.appearance.class)
|
|
6
|
+
modelValue=variable.selected?"" + variable.selected:undefined
|
|
7
|
+
sidebarWidth=variable.sidebarWidth?"" + variable.sidebarWidth:undefined
|
|
8
|
+
@change=variable.change?"" + variable.change:undefined
|
|
9
|
+
)
|
|
10
|
+
| {{content}}
|
|
11
|
+
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
fm-staff-info(
|
|
7
7
|
v-if=visible
|
|
8
|
-
|
|
8
|
+
title!=variable.titleText?"" + variable.titleText:undefined
|
|
9
9
|
:name!=variable.staffName?"" + variable.staffName:undefined
|
|
10
10
|
:sub-title!=variable.departmentName?"" + variable.departmentName:undefined
|
|
11
11
|
:staffId!=variable.staffId?"" + variable.staffId:undefined
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
div(class="fm-static-text-common")
|
|
1
|
+
div(class="fm-static-text-common")
|
|
2
2
|
| !{variable.html}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
fm-steps(
|
|
2
|
-
class=(variable.appearance && variable.appearance.class)
|
|
3
|
-
style=(variable.appearance && variable.appearance.style)
|
|
4
|
-
v-if=variable.visible?variable.visible+"":"false"
|
|
5
|
-
:steps=variable.size?""+variable.size:undefined
|
|
6
|
-
direction=variable.size?""+variable.size:undefined
|
|
7
|
-
:current=variable.size?""+variable.size:undefined
|
|
8
|
-
:fill=variable.size?""+variable.size:undefined
|
|
1
|
+
fm-steps(
|
|
2
|
+
class=(variable.appearance && variable.appearance.class)
|
|
3
|
+
style=(variable.appearance && variable.appearance.style)
|
|
4
|
+
v-if=variable.visible?variable.visible+"":"false"
|
|
5
|
+
:steps=variable.size?""+variable.size:undefined
|
|
6
|
+
direction=variable.size?""+variable.size:undefined
|
|
7
|
+
:current=variable.size?""+variable.size:undefined
|
|
8
|
+
:fill=variable.size?""+variable.size:undefined
|
|
9
9
|
)
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
5
5
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
6
6
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
8
|
+
-attrs.title = variable.title? String(variable.title) : undefined
|
|
7
9
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
8
10
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
9
11
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -18,12 +20,9 @@ div(
|
|
|
18
20
|
)
|
|
19
21
|
fm-switch-cell(
|
|
20
22
|
v-model=binding
|
|
21
|
-
:title = variable.title? variable.i18nTitle: undefined
|
|
22
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
23
23
|
:required=require
|
|
24
24
|
:readonly=readonly
|
|
25
25
|
:disabled=disable
|
|
26
|
-
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
27
26
|
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
28
27
|
size=variable.size?""+variable.size:undefined
|
|
29
28
|
)&attributes(attrs)
|
|
@@ -42,6 +41,6 @@ div(
|
|
|
42
41
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
43
42
|
<fm-icon name="s-illustrate-o"/>
|
|
44
43
|
<template #content>
|
|
45
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
44
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
46
45
|
</template>
|
|
47
46
|
</fm-popover>
|
|
@@ -8,8 +8,7 @@ fm-tab-bar(
|
|
|
8
8
|
v-if=visible
|
|
9
9
|
type=variable.displayType?variable.displayType:undefined
|
|
10
10
|
:modelValue=binding
|
|
11
|
-
:items=variable.items?variable.
|
|
12
|
-
direction=variable.direction?variable.direction:undefined
|
|
11
|
+
:items=variable.items?variable.items:undefined
|
|
13
12
|
@change=variable.change?String(variable.change):undefined
|
|
14
13
|
)&attributes(attrs)
|
|
15
14
|
| {{content}}
|
|
@@ -4,10 +4,12 @@
|
|
|
4
4
|
-attrs.name = variable.replacedId ? String(variable.replacedId) : undefined;
|
|
5
5
|
-var bindTitle = variable.bindTitle ? variable.bindTitle.path ? 'uiState.' + variable.bindTitle.path : variable.bindTitle : undefined
|
|
6
6
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
7
|
+
-var title = !bindTitle && variable.title ? String(variable.title) : undefined
|
|
7
8
|
|
|
8
9
|
fm-tab(
|
|
9
10
|
v-if=visible
|
|
10
|
-
|
|
11
|
+
title= title
|
|
12
|
+
:title=bindTitle
|
|
11
13
|
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
12
14
|
)&attributes(attrs)
|
|
13
15
|
| {{content}}
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
5
5
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
6
6
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
8
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
7
9
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
8
10
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
9
11
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -12,15 +14,12 @@
|
|
|
12
14
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
13
15
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
14
16
|
|
|
15
|
-
|
|
16
17
|
div(
|
|
17
18
|
v-if=visible
|
|
18
19
|
class="fm-input-wrapper"
|
|
19
20
|
)
|
|
20
21
|
fm-input(
|
|
21
22
|
v-model=binding
|
|
22
|
-
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
24
23
|
:required=require
|
|
25
24
|
:readonly=readonly
|
|
26
25
|
:disabled=disable
|
|
@@ -42,6 +41,6 @@ div(
|
|
|
42
41
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
43
42
|
<fm-icon name="s-illustrate-o"/>
|
|
44
43
|
<template #content>
|
|
45
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
44
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
46
45
|
</template>
|
|
47
46
|
</fm-popover>
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
5
5
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
6
6
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
8
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
7
9
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
8
10
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
9
11
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -13,8 +15,6 @@
|
|
|
13
15
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
14
16
|
|
|
15
17
|
|
|
16
|
-
|
|
17
|
-
|
|
18
18
|
div(
|
|
19
19
|
v-if=visible
|
|
20
20
|
class="fm-input-wrapper"
|
|
@@ -22,8 +22,6 @@ div(
|
|
|
22
22
|
fm-input(
|
|
23
23
|
ref=variable.id?"" + variable.id:undefined
|
|
24
24
|
v-model=binding
|
|
25
|
-
:label = variable.title? variable.i18nTitle : undefined
|
|
26
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
27
25
|
:required=require
|
|
28
26
|
:readonly=readonly
|
|
29
27
|
:disabled=disable
|
|
@@ -62,7 +60,7 @@ div(
|
|
|
62
60
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
63
61
|
<fm-icon name="s-illustrate-o"/>
|
|
64
62
|
<template #content>
|
|
65
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
63
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
66
64
|
</template>
|
|
67
65
|
</fm-popover>
|
|
68
66
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
//- -variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
|
|
2
2
|
-var attrs = {};
|
|
3
|
-
-attrs.type =
|
|
3
|
+
-attrs.type = "text"
|
|
4
4
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
5
5
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
6
6
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
8
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
7
9
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
8
10
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
9
11
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -12,30 +14,22 @@
|
|
|
12
14
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
13
15
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
14
16
|
|
|
15
|
-
|
|
16
|
-
|
|
17
17
|
div(
|
|
18
18
|
v-if=visible
|
|
19
19
|
class="fm-input-wrapper"
|
|
20
20
|
)
|
|
21
21
|
fm-input(
|
|
22
22
|
v-model=binding
|
|
23
|
-
:label = variable.title? variable.i18nTitle : undefined
|
|
24
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
25
23
|
:required=require
|
|
26
24
|
:readonly=readonly
|
|
27
25
|
:disabled=disable
|
|
28
|
-
input-align="right"
|
|
29
26
|
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
30
27
|
:clearable!=variable.clearable?variable.clearable+"":undefined
|
|
31
28
|
:is-link!=variable.isLink?variable.isLink+"":undefined
|
|
32
29
|
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
33
30
|
:formatter=variable.formatter?variable.formatter+"":undefined
|
|
34
|
-
:minValue!=variable.minValue?variable.minValue+"":undefined
|
|
35
|
-
:maxValue!=variable.maxValue?variable.maxValue+"":undefined
|
|
36
|
-
:enableNull!=variable.enableNull?variable.enableNull+"":undefined
|
|
37
|
-
:precision=variable.precision || variable.precision===0?variable.precision+"":undefined
|
|
38
31
|
direction=variable.direction?variable.direction+"":undefined
|
|
32
|
+
input-align="right"
|
|
39
33
|
extra=variable.suffix?variable.suffix+"":undefined
|
|
40
34
|
:error-message!=variable.errorMessage
|
|
41
35
|
error-message-align=variable.errorMessage ? "right" : undefined
|
|
@@ -60,7 +54,7 @@ div(
|
|
|
60
54
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
61
55
|
<fm-icon name="s-illustrate-o"/>
|
|
62
56
|
<template #content>
|
|
63
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
57
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
64
58
|
</template>
|
|
65
59
|
</fm-popover>
|
|
66
60
|
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
4
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
5
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
6
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
7
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
6
8
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
9
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
8
10
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -11,16 +13,12 @@
|
|
|
11
13
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
12
14
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
16
|
div(
|
|
17
17
|
v-if=visible
|
|
18
18
|
class="fm-input-wrapper"
|
|
19
19
|
)
|
|
20
20
|
fm-scan-input(
|
|
21
21
|
v-model=binding
|
|
22
|
-
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
24
22
|
:required=require
|
|
25
23
|
:readonly=readonly
|
|
26
24
|
:disabled=disable
|
|
@@ -49,7 +47,7 @@ div(
|
|
|
49
47
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
50
48
|
<fm-icon name="s-illustrate-o"/>
|
|
51
49
|
<template #content>
|
|
52
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
50
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
53
51
|
</template>
|
|
54
52
|
</fm-popover>
|
|
55
53
|
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
4
|
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
5
|
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
6
|
+
-attrs.placeholder = variable.placeholder? String(variable.placeholder) : undefined
|
|
7
|
+
-attrs.label = variable.title? String(variable.title) : undefined
|
|
6
8
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
9
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
8
10
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -11,16 +13,12 @@
|
|
|
11
13
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
12
14
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
13
15
|
|
|
14
|
-
|
|
15
|
-
|
|
16
16
|
div(
|
|
17
17
|
v-if=visible
|
|
18
18
|
class="fm-input-wrapper"
|
|
19
19
|
)
|
|
20
20
|
fm-telphone-input(
|
|
21
21
|
v-model=binding
|
|
22
|
-
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
-
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
24
22
|
:required=require
|
|
25
23
|
:readonly=readonly
|
|
26
24
|
:disabled=disable
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
div(
|
|
2
|
-
v-if=variable.visible?variable.visible+"":"false"
|
|
3
|
-
class=(variable.appearance && variable.appearance.class)
|
|
4
|
-
style=(variable.appearance && variable.appearance.style)
|
|
5
|
-
)
|
|
1
|
+
div(
|
|
2
|
+
v-if=variable.visible?variable.visible+"":"false"
|
|
3
|
+
class=(variable.appearance && variable.appearance.class)
|
|
4
|
+
style=(variable.appearance && variable.appearance.style)
|
|
5
|
+
)
|
|
6
6
|
| {{content}}
|
|
@@ -19,7 +19,7 @@ class StaticTextForMobileApprove extends base_mobile_approve_1.BaseMobileApprove
|
|
|
19
19
|
if (!obj) {
|
|
20
20
|
return;
|
|
21
21
|
}
|
|
22
|
-
const keys = 'title,binding,precision,format,dataType,enumData,isDetail,highlight,panelCollapseVisible,multipleSelect,multipleSelectSeparator,advancedSetting
|
|
22
|
+
const keys = 'title,binding,precision,format,dataType,enumData,isDetail,highlight,panelCollapseVisible,multipleSelect,multipleSelectSeparator,advancedSetting';
|
|
23
23
|
Object.keys(obj).forEach(key => {
|
|
24
24
|
if (keys.includes(key)) {
|
|
25
25
|
if (key == "binding") {
|