@farris/jit-engine 1.3.269 → 1.3.271
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 +4 -0
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +2 -1
- 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-index-vue-generator.js +17 -6
- 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/project-generator/router-generator.js +11 -7
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.js +24 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js +16 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.js +15 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js +33 -0
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js.map +1 -0
- 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 +12 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js +41 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js +35 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js +21 -7
- 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 +12 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js +4 -7
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js +4 -7
- 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 +21 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js +2 -2
- 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 +15 -2
- 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 +4 -7
- 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 -2
- 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 +14 -2
- 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 +12 -2
- 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 +12 -2
- 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 +51 -2
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js +38 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-binding.js +6 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-binding.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js +29 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-variable.js +4 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-variable.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/card.js +32 -2
- package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js +4 -7
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js +4 -7
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-container.js +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 +4 -7
- package/lib/mobileapp/vue/domstructure/ui/container/vue-section.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js +12 -2
- 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/container/vue-template-container.js +28 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js +57 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js.map +1 -0
- 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 +32 -3
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js +22 -8
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/show-image/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js +46 -0
- package/lib/mobileapp/vue/domstructure/ui/display/show-image/show-image.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js +12 -2
- 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/display/text/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/text/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js +47 -0
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/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 +20 -2
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +28 -2
- 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 +1 -0
- 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 -2
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/number.js +12 -2
- package/lib/mobileapp/vue/domstructure/ui/input/number.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker-city.js +46 -0
- package/lib/mobileapp/vue/domstructure/ui/input/picker-city.js.map +1 -0
- 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 +20 -2
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js +20 -2
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js +30 -2
- 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 +5 -1
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js.map +1 -1
- package/lib/mobileapp/vue/task/vue-recursiveGenerateDevkit.js +12 -4
- package/lib/mobileapp/vue/task/vue-recursiveGenerateDevkit.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js +4 -1
- 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 +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/i18n/i18n-resource-manager.js +121 -0
- package/lib/mobileapp/vue/utility/i18n/i18n-resource-manager.js.map +1 -0
- package/lib/mobileapp/vue/utility/i18n/index.js +14 -0
- package/lib/mobileapp/vue/utility/i18n/index.js.map +1 -0
- package/lib/mobileapp/vue/utility/index.js +1 -0
- package/lib/mobileapp/vue/utility/index.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js +2 -0
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-object-creator.js +22 -0
- package/lib/mobileapp/vue/utility/vue-object-creator.js.map +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 +0 -2
- package/lib/template/ui/mobilevue/attachment-file.pug +1 -1
- package/lib/template/ui/mobilevue/avatar.pug +19 -0
- package/lib/template/ui/mobilevue/button.pug +1 -1
- package/lib/template/ui/mobilevue/calendar-input.pug +4 -3
- package/lib/template/ui/mobilevue/card.pug +2 -2
- package/lib/template/ui/mobilevue/checkbox-group.pug +3 -3
- package/lib/template/ui/mobilevue/common/text-common.pug +80 -0
- package/lib/template/ui/mobilevue/custom-box.pug +5 -3
- package/lib/template/ui/mobilevue/date-time-picker.pug +5 -3
- package/lib/template/ui/mobilevue/field-set.pug +1 -1
- package/lib/template/ui/mobilevue/filter.pug +2 -2
- package/lib/template/ui/mobilevue/fm-staff-info.pug +10 -0
- package/lib/template/ui/mobilevue/html-preview.pug +1 -1
- package/lib/template/ui/mobilevue/icon.pug +11 -0
- package/lib/template/ui/mobilevue/label.pug +9 -12
- package/lib/template/ui/mobilevue/layout-container-col.pug +11 -0
- package/lib/template/ui/mobilevue/layout-container-row.pug +12 -0
- package/lib/template/ui/mobilevue/layout-container.pug +11 -0
- package/lib/template/ui/mobilevue/list-view.pug +1 -1
- package/lib/template/ui/mobilevue/lookup-department.pug +5 -3
- package/lib/template/ui/mobilevue/lookup-employee.pug +5 -3
- package/lib/template/ui/mobilevue/lookup-input.pug +5 -3
- package/lib/template/ui/mobilevue/nav-bar.pug +1 -1
- package/lib/template/ui/mobilevue/number.pug +6 -4
- package/lib/template/ui/mobilevue/page-content-container.pug +10 -0
- package/lib/template/ui/mobilevue/page-footer-container.pug +10 -0
- package/lib/template/ui/mobilevue/page-header-container.pug +10 -0
- package/lib/template/ui/mobilevue/picker-area.pug +56 -0
- package/lib/template/ui/mobilevue/picker-city.pug +62 -0
- package/lib/template/ui/mobilevue/picker-relation.pug +4 -2
- 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 +7 -5
- package/lib/template/ui/mobilevue/schedule.pug +1 -1
- package/lib/template/ui/mobilevue/search.pug +1 -1
- package/lib/template/ui/mobilevue/show-image.pug +22 -0
- package/lib/template/ui/mobilevue/staff-info.pug +1 -1
- package/lib/template/ui/mobilevue/switch.pug +3 -3
- package/lib/template/ui/mobilevue/tab-bar.pug +1 -1
- package/lib/template/ui/mobilevue/tabpage.pug +1 -3
- package/lib/template/ui/mobilevue/tag.pug +33 -0
- package/lib/template/ui/mobilevue/text-area.pug +4 -3
- package/lib/template/ui/mobilevue/text-box-external.pug +5 -3
- package/lib/template/ui/mobilevue/text-box.pug +5 -3
- package/lib/template/ui/mobilevue/text-scan.pug +5 -3
- package/lib/template/ui/mobilevue/text-telphone.pug +4 -2
- package/lib/template/ui/mobilevue/text.pug +118 -0
- package/lib/template/ui/mobilevue/toolbar-item.pug +1 -1
- package/package.json +1 -1
- package/lib/mobileapp/vue/static/.npmignore +0 -13
|
@@ -3,8 +3,6 @@
|
|
|
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
|
|
8
6
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
9
7
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
10
8
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -15,12 +13,16 @@
|
|
|
15
13
|
-var minValue = variable.minValue ? String(variable.minValue.value) : undefined;
|
|
16
14
|
-var maxValue = variable.maxValue ? String(variable.maxValue.value) : undefined;
|
|
17
15
|
|
|
16
|
+
|
|
17
|
+
|
|
18
18
|
div(
|
|
19
19
|
v-if=visible
|
|
20
20
|
class="fm-input-wrapper"
|
|
21
21
|
)
|
|
22
22
|
fm-datetime-picker(
|
|
23
23
|
v-model=binding
|
|
24
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
25
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
24
26
|
:required=require
|
|
25
27
|
:readonly=readonly
|
|
26
28
|
:disabled=disable
|
|
@@ -53,6 +55,6 @@ div(
|
|
|
53
55
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
54
56
|
<fm-icon name="s-illustrate-o"/>
|
|
55
57
|
<template #content>
|
|
56
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
58
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
57
59
|
</template>
|
|
58
60
|
</fm-popover>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
fm-collapse-item(
|
|
7
7
|
v-if=visible
|
|
8
8
|
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
9
|
-
title=variable.title?
|
|
9
|
+
:title=variable.title?variable.i18nTitle : undefined
|
|
10
10
|
position=variable.isInner ? 'bottom' : 'top'
|
|
11
11
|
:collapse=variable.collapse?String(variable.collapse): undefined
|
|
12
12
|
)&attributes(attrs)
|
|
@@ -12,10 +12,10 @@ fm-filter(
|
|
|
12
12
|
v-model=variable.binding?""+variable.binding:undefined
|
|
13
13
|
type=variable.showType?""+variable.showType:undefined
|
|
14
14
|
position=variable.position?""+variable.position:undefined
|
|
15
|
-
placeholder=variable.placeholder?
|
|
15
|
+
:placeholder=variable.placeholder?variable.i18nPlaceholder:undefined
|
|
16
16
|
:searchBoxValue=variable.searchBoxValue?""+variable.searchBoxValue:undefined
|
|
17
17
|
:useSearch=variable.useSearch?""+variable.useSearch:undefined
|
|
18
|
-
:fieldConfigs=variable.fieldConfigs?
|
|
18
|
+
:fieldConfigs=variable.fieldConfigs?variable.i18nFieldConfigs:[]
|
|
19
19
|
@confirm=variable.onQuery?""+variable.onQuery:undefined
|
|
20
20
|
@searchBoxChange=variable.searchBoxChange?""+variable.searchBoxChange:undefined
|
|
21
21
|
)&attributes(attrs)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
fm-staff-info(
|
|
2
|
+
v-if!=variable.visible?variable.visible+"":"false"
|
|
3
|
+
style!=(variable.appearance && variable.appearance.style)
|
|
4
|
+
class!=(variable.appearance && variable.appearance.class)
|
|
5
|
+
:name!=variable.staffName?"" + variable.name:undefined
|
|
6
|
+
:title!=variable.titleText?"" + variable.titleText:undefined
|
|
7
|
+
:sub-title!=variable.departmentName?"" + variable.department:undefined
|
|
8
|
+
:staffId!=variable.staffId?"" + variable.staffId:undefined
|
|
9
|
+
avatarType!=variable.avatarType?"" + variable.avatarType:undefined
|
|
10
|
+
)
|
|
@@ -20,6 +20,6 @@ div(
|
|
|
20
20
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
21
21
|
<fm-icon name="s-illustrate-o"/>
|
|
22
22
|
<template #content>
|
|
23
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
23
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
24
24
|
</template>
|
|
25
25
|
</fm-popover>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
-var attrs = {};
|
|
3
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
|
+
- var visible = variable.visible ? String(variable.visible.value) : undefined;
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
fm-icon(
|
|
9
|
+
v-if=visible
|
|
10
|
+
name=variable.name ? String(variable.iconName) : undefined;
|
|
11
|
+
)&attributes(attrs)
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
-var attrs = {};
|
|
3
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
|
+
- var visible = variable.visible ? String(variable.visible.value) : undefined;
|
|
3
6
|
|
|
4
|
-
-var hasBinding = false;
|
|
5
|
-
if (variable.binding && variable.binding.type == 'Variable')
|
|
6
|
-
-hasBinding = true;
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
else
|
|
14
|
-
|{{variable.binding.value}}
|
|
15
|
-
= '\n'
|
|
8
|
+
span(
|
|
9
|
+
v-if=visible
|
|
10
|
+
)&attributes(attrs)
|
|
11
|
+
| !{variable.text}
|
|
12
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-var attrs = {};
|
|
2
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
5
|
+
|
|
6
|
+
fm-layout-column(
|
|
7
|
+
v-if=visible
|
|
8
|
+
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
9
|
+
width=variable.colWidth ? String(variable.colWidth) : undefined
|
|
10
|
+
)&attributes(attrs)
|
|
11
|
+
| {{content}}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
-var attrs = {};
|
|
2
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
5
|
+
|
|
6
|
+
fm-layout-row(
|
|
7
|
+
v-if=visible
|
|
8
|
+
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
9
|
+
height=variable.rowHeight ? String(variable.rowHeight) : undefined
|
|
10
|
+
:gutter=variable.gutter ? String(variable.gutter) : undefined
|
|
11
|
+
)&attributes(attrs)
|
|
12
|
+
| {{content}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-var attrs = {};
|
|
2
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
5
|
+
|
|
6
|
+
fm-layout(
|
|
7
|
+
v-if=visible
|
|
8
|
+
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
9
|
+
:gutter=variable.gutter ? String(variable.gutter) : undefined
|
|
10
|
+
)&attributes(attrs)
|
|
11
|
+
| {{content}}
|
|
@@ -70,7 +70,7 @@ fm-listview(
|
|
|
70
70
|
class=item.appearance && item.appearance.class? item.appearance.class + " fm-list-view-swipe-toolbar" : "fm-list-view-swipe-toolbar"
|
|
71
71
|
style!=item.appearance && item.appearance.style
|
|
72
72
|
@click.stop=item.click?item.click+"({ swipecellClose: close })":undefined
|
|
73
|
-
)=item.
|
|
73
|
+
)=item.i18nText
|
|
74
74
|
div(
|
|
75
75
|
class="fm-listview-item-tmpl-wrapper"
|
|
76
76
|
@click=variable.listClick?""+variable.listClick:undefined
|
|
@@ -3,8 +3,6 @@
|
|
|
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
|
|
8
6
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
9
7
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
10
8
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -13,12 +11,16 @@
|
|
|
13
11
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
14
12
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
15
13
|
|
|
14
|
+
|
|
15
|
+
|
|
16
16
|
div(
|
|
17
17
|
v-if=visible
|
|
18
18
|
class="fm-input-wrapper"
|
|
19
19
|
)
|
|
20
20
|
fm-lookup-department(
|
|
21
21
|
v-model=binding
|
|
22
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
22
24
|
:required=require
|
|
23
25
|
:readonly=readonly
|
|
24
26
|
:disabled=disable
|
|
@@ -90,6 +92,6 @@ div(
|
|
|
90
92
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
91
93
|
<fm-icon name="s-illustrate-o"/>
|
|
92
94
|
<template #content>
|
|
93
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
95
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
94
96
|
</template>
|
|
95
97
|
</fm-popover>
|
|
@@ -3,8 +3,6 @@
|
|
|
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
|
|
8
6
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
9
7
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
10
8
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -13,12 +11,16 @@
|
|
|
13
11
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
14
12
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
15
13
|
|
|
14
|
+
|
|
15
|
+
|
|
16
16
|
div(
|
|
17
17
|
v-if=visible
|
|
18
18
|
class="fm-input-wrapper"
|
|
19
19
|
)
|
|
20
20
|
fm-lookup-employee(
|
|
21
21
|
v-model=binding
|
|
22
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
23
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
22
24
|
:required=require
|
|
23
25
|
:readonly=readonly
|
|
24
26
|
:disabled=disable
|
|
@@ -91,6 +93,6 @@ div(
|
|
|
91
93
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
92
94
|
<fm-icon name="s-illustrate-o"/>
|
|
93
95
|
<template #content>
|
|
94
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
96
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
95
97
|
</template>
|
|
96
98
|
</fm-popover>
|
|
@@ -3,8 +3,6 @@
|
|
|
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
|
|
8
6
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
9
7
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
10
8
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -13,12 +11,16 @@
|
|
|
13
11
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
14
12
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
15
13
|
|
|
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
|
|
22
24
|
:required=require
|
|
23
25
|
:readonly=readonly
|
|
24
26
|
:disabled=disable
|
|
@@ -91,6 +93,6 @@ div(
|
|
|
91
93
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
92
94
|
<fm-icon name="s-illustrate-o"/>
|
|
93
95
|
<template #content>
|
|
94
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
96
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
95
97
|
</template>
|
|
96
98
|
</fm-popover>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
fm-navbar(
|
|
7
7
|
v-if=visible
|
|
8
8
|
id=variable.replaceId
|
|
9
|
-
title=variable.title?
|
|
9
|
+
:title=variable.title ? variable.i18nTitle : 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,8 +4,6 @@
|
|
|
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
|
|
9
7
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
10
8
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
11
9
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -14,12 +12,16 @@
|
|
|
14
12
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
15
13
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
16
14
|
|
|
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
|
|
23
25
|
:required=require
|
|
24
26
|
:readonly=readonly
|
|
25
27
|
:disabled=disable
|
|
@@ -32,7 +34,7 @@ div(
|
|
|
32
34
|
input-align="right"
|
|
33
35
|
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
34
36
|
direction=variable.direction?variable.direction+"":undefined
|
|
35
|
-
extra=variable.suffix?variable.
|
|
37
|
+
:extra=variable.suffix?variable.i18nSuffix:undefined
|
|
36
38
|
:error-message!=variable.errorMessage
|
|
37
39
|
error-message-align=variable.errorMessage ? "right" : undefined
|
|
38
40
|
)&attributes(attrs)
|
|
@@ -45,6 +47,6 @@ div(
|
|
|
45
47
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
46
48
|
<fm-icon name="s-illustrate-o"/>
|
|
47
49
|
<template #content>
|
|
48
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
50
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
49
51
|
</template>
|
|
50
52
|
</fm-popover>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
-var attrs = {};
|
|
2
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
+
-var visible = variable.visible ? variable.visible.value : undefined;
|
|
5
|
+
|
|
6
|
+
div(
|
|
7
|
+
v-if=visible
|
|
8
|
+
id=variable.replacedId?""+variable.replacedId:undefined
|
|
9
|
+
)&attributes(attrs)
|
|
10
|
+
| {{content}}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
-var attrs = {};
|
|
2
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
+
-var visible = variable.visible ? variable.visible.value : undefined;
|
|
5
|
+
|
|
6
|
+
div(
|
|
7
|
+
v-if=visible
|
|
8
|
+
id=variable.replacedId?""+variable.replacedId:undefined
|
|
9
|
+
)&attributes(attrs)
|
|
10
|
+
| {{content}}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
-var attrs = {};
|
|
2
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
+
-var visible = variable.visible ? variable.visible.value : undefined;
|
|
5
|
+
|
|
6
|
+
div(
|
|
7
|
+
v-if=visible
|
|
8
|
+
id=variable.replacedId?""+variable.replacedId:undefined
|
|
9
|
+
)&attributes(attrs)
|
|
10
|
+
| {{content}}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
//- -variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
|
|
2
|
+
-var attrs = {};
|
|
3
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
|
+
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
6
|
+
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
+
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
8
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
9
|
+
-var require = variable.require ? String(variable.require.value) : undefined;
|
|
10
|
+
-var readonly = variable.readonly ? String(variable.readonly.value) : undefined;
|
|
11
|
+
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
12
|
+
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
div(
|
|
16
|
+
v-if=visible
|
|
17
|
+
class="fm-input-wrapper"
|
|
18
|
+
)
|
|
19
|
+
fm-area-picker(
|
|
20
|
+
v-model=binding
|
|
21
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
22
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
23
|
+
:required=require
|
|
24
|
+
:readonly=readonly
|
|
25
|
+
:disabled=disable
|
|
26
|
+
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
27
|
+
direction=variable.direction?variable.direction+"":undefined
|
|
28
|
+
title=variable.title?""+variable.title:undefined
|
|
29
|
+
input-align="right"
|
|
30
|
+
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
31
|
+
:columns-num!=variable.displayType?variable.displayType+"":undefined
|
|
32
|
+
:error-message!=variable.errorMessage
|
|
33
|
+
error-message-align=variable.errorMessage ? "right" : undefined
|
|
34
|
+
@change=variable.change ? String(variable.change) : undefined
|
|
35
|
+
)&attributes(attrs)
|
|
36
|
+
if(variable.leftTemplate)
|
|
37
|
+
template(#left-icon)
|
|
38
|
+
| !{variable.leftTemplate}
|
|
39
|
+
if(variable.rightTemplate)
|
|
40
|
+
template(#right-icon)
|
|
41
|
+
| !{variable.rightTemplate}
|
|
42
|
+
if(variable.extraTemplate)
|
|
43
|
+
template(#extra)
|
|
44
|
+
| !{variable.extraTemplate}
|
|
45
|
+
if(variable.valueTemplate)
|
|
46
|
+
template(v-slot:value="slotProps")
|
|
47
|
+
| !{variable.valueTemplate}
|
|
48
|
+
if(variable.labelTips)
|
|
49
|
+
template(#title)
|
|
50
|
+
<span>!{variable.title}</span>
|
|
51
|
+
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
52
|
+
<fm-icon name="s-illustrate-o"/>
|
|
53
|
+
<template #content>
|
|
54
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
55
|
+
</template>
|
|
56
|
+
</fm-popover>
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
//- -variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
|
|
2
|
+
-var attrs = {};
|
|
3
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
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
|
|
8
|
+
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
9
|
+
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
10
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
11
|
+
-var require = variable.require ? String(variable.require.value) : undefined;
|
|
12
|
+
-var readonly = variable.readonly ? String(variable.readonly.value) : undefined;
|
|
13
|
+
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
14
|
+
-var request = variable.request ? String(variable.request) : undefined;
|
|
15
|
+
-var data = variable.data ? String(variable.data.value) : undefined;
|
|
16
|
+
-var hotCity = variable.hotCity.value ? String(variable.hotCity.value) : undefined;
|
|
17
|
+
//- -var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
18
|
+
-var bindingtext = variable.bindingtext ? String(variable.bindingtext) : undefined
|
|
19
|
+
-var bindingvalue = variable.bindingvalue ? String(variable.bindingvalue) : undefined
|
|
20
|
+
|
|
21
|
+
div(
|
|
22
|
+
v-if=visible
|
|
23
|
+
class="fm-input-wrapper"
|
|
24
|
+
)
|
|
25
|
+
fm-city-picker(
|
|
26
|
+
v-model:text=bindingtext
|
|
27
|
+
v-model:value=bindingvalue
|
|
28
|
+
:required=require
|
|
29
|
+
:readonly=readonly
|
|
30
|
+
:disabled=disable
|
|
31
|
+
:data=data
|
|
32
|
+
:request=request
|
|
33
|
+
:hotCity=hotCity
|
|
34
|
+
input-align="right"
|
|
35
|
+
title=variable.title?""+variable.title:undefined
|
|
36
|
+
direction=variable.direction?variable.direction+"":undefined
|
|
37
|
+
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
38
|
+
:error-message!=variable.errorMessage
|
|
39
|
+
error-message-align=variable.errorMessage ? "right" : undefined
|
|
40
|
+
@change=variable.change ? String(variable.change) : undefined
|
|
41
|
+
)&attributes(attrs)
|
|
42
|
+
if(variable.leftTemplate)
|
|
43
|
+
template(#left-icon)
|
|
44
|
+
| !{variable.leftTemplate}
|
|
45
|
+
if(variable.rightTemplate)
|
|
46
|
+
template(#right-icon)
|
|
47
|
+
| !{variable.rightTemplate}
|
|
48
|
+
if(variable.extraTemplate)
|
|
49
|
+
template(#extra)
|
|
50
|
+
| !{variable.extraTemplate}
|
|
51
|
+
if(variable.valueTemplate)
|
|
52
|
+
template(v-slot:value="slotProps")
|
|
53
|
+
| !{variable.valueTemplate}
|
|
54
|
+
if(variable.labelTips)
|
|
55
|
+
template(#title)
|
|
56
|
+
<span>!{variable.title}</span>
|
|
57
|
+
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
58
|
+
<fm-icon name="s-illustrate-o"/>
|
|
59
|
+
<template #content>
|
|
60
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
61
|
+
</template>
|
|
62
|
+
</fm-popover>
|
|
@@ -3,8 +3,6 @@
|
|
|
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
|
|
8
6
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
9
7
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
10
8
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -13,12 +11,16 @@
|
|
|
13
11
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
14
12
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
15
13
|
|
|
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
|
|
22
24
|
:required=require
|
|
23
25
|
:readonly=readonly
|
|
24
26
|
:disabled=disable
|
|
@@ -3,8 +3,6 @@
|
|
|
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
|
|
8
6
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
9
7
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
10
8
|
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
@@ -12,7 +10,7 @@
|
|
|
12
10
|
-var readonly = variable.readonly ? String(variable.readonly.value) : undefined;
|
|
13
11
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
14
12
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
15
|
-
-var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.
|
|
13
|
+
-var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.i18nEnumData
|
|
16
14
|
-var showDisabledItem = variable.showDisabledItem === false ? "false" : "true";
|
|
17
15
|
|
|
18
16
|
div(
|
|
@@ -21,6 +19,8 @@ div(
|
|
|
21
19
|
)
|
|
22
20
|
fm-picker(
|
|
23
21
|
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.i18nLabelTips}</span></div>
|
|
60
60
|
</template>
|
|
61
61
|
</fm-popover>
|
|
@@ -2,7 +2,6 @@
|
|
|
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
|
|
6
5
|
-attrs.ref = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
6
|
-attrs.bindingpath = variable.binding && variable.binding.path ? variable.binding.path : undefined
|
|
8
7
|
-var checkerStyle = variable.checkerWidth ? { width: variable.checkerWidth + 'px' } : undefined
|
|
@@ -14,7 +13,7 @@
|
|
|
14
13
|
-var inputDirection = variable.displayType !== 'button' ? 'vertical' : variable.direction
|
|
15
14
|
-var direction = variable.displayType === 'button' ? 'horizontal' : variable.direction
|
|
16
15
|
-var groupClass = inputDirection === 'horizontal' ? 'd-flex justify-content-end' : undefined
|
|
17
|
-
-var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.
|
|
16
|
+
-var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.i18nEnumData
|
|
18
17
|
|
|
19
18
|
div(
|
|
20
19
|
v-if=visible
|
|
@@ -22,6 +21,7 @@ div(
|
|
|
22
21
|
)
|
|
23
22
|
fm-input(
|
|
24
23
|
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.i18nLabelTips}</span></div>
|
|
53
53
|
</template>
|
|
54
54
|
</fm-popover>
|
|
@@ -14,13 +14,15 @@
|
|
|
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
|
+
|
|
17
19
|
if(variable.noInput)
|
|
18
20
|
fm-rich-editor(
|
|
19
21
|
v-if=visible
|
|
20
|
-
v-model=binding
|
|
22
|
+
v-model=binding
|
|
21
23
|
:readonly=readonly
|
|
22
24
|
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
23
|
-
placeholder=placeholder
|
|
25
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
24
26
|
position=variable.position ?""+variable.position:undefined
|
|
25
27
|
:border=variable.border ?""+variable.border:"false"
|
|
26
28
|
)&attributes(attrs)
|
|
@@ -33,7 +35,7 @@ else
|
|
|
33
35
|
id=id
|
|
34
36
|
class="fm-input-vertical"
|
|
35
37
|
:required=require
|
|
36
|
-
label=
|
|
38
|
+
:label = variable.title? variable.i18nTitle : undefined
|
|
37
39
|
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
38
40
|
:error-message!=variable.errorMessage
|
|
39
41
|
error-message-align=variable.errorMessage ? "right" : undefined
|
|
@@ -41,9 +43,9 @@ else
|
|
|
41
43
|
template(#value)
|
|
42
44
|
fm-rich-editor(
|
|
43
45
|
v-model=binding
|
|
46
|
+
:placeholder = variable.placeholder? variable.i18nPlaceholder : undefined
|
|
44
47
|
:readonly=readonly
|
|
45
48
|
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
46
|
-
placeholder=placeholder
|
|
47
49
|
position=variable.position ?""+variable.position:undefined
|
|
48
50
|
:border=variable.border ?""+variable.border:"false"
|
|
49
51
|
)
|
|
@@ -53,6 +55,6 @@ else
|
|
|
53
55
|
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
54
56
|
<fm-icon name="s-illustrate-o"/>
|
|
55
57
|
<template #content>
|
|
56
|
-
<div class="fm-input-label-tips-content"><span>!{variable.
|
|
58
|
+
<div class="fm-input-label-tips-content"><span>!{variable.i18nLabelTips}</span></div>
|
|
57
59
|
</template>
|
|
58
60
|
</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.i18nEvents:undefined
|
|
12
12
|
eventColor=variable.eventColor?""+variable.eventColor:undefined
|
|
13
13
|
@event-click=variable.onEventClick?""+variable.onEventClick:undefined
|
|
14
14
|
)&attributes(attrs)
|
|
@@ -13,7 +13,7 @@ fm-search(
|
|
|
13
13
|
:disabled=disabled
|
|
14
14
|
:modelValue=value
|
|
15
15
|
:clearable=variable.clearable?String(variable.clearable):undefined
|
|
16
|
-
placeholder=variable.placeholder?
|
|
16
|
+
:placeholder=variable.placeholder?variable.i18nPlaceholder: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
|