@farris/jit-engine 1.4.41 → 1.4.43
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 +8 -0
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js +54 -47
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/external-service-lookup.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +5 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/index.js +5 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/index.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/index.js +5 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/index.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-entity-generator.js +2 -2
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-entity-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/index.js +5 -1
- package/lib/mobileapp/vue/code-generator/file-generator/index.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-uistate-generator.js +3 -3
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-uistate-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator-filter.js +3 -3
- package/lib/mobileapp/vue/code-generator/file-generator-filter.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js +5 -1
- package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/index.js +5 -1
- package/lib/mobileapp/vue/code-generator/index.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js +5 -1
- package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/component/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/devkit/component/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/form/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/devkit/form/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/devkit/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/states/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/devkit/states/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js +13 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js +57 -0
- package/lib/mobileapp/vue/domstructure/ui/action-bar/action-bar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/action-bar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/approval/approval-info.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js +46 -0
- package/lib/mobileapp/vue/domstructure/ui/approval/approval-logs.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/approval/index.js +15 -0
- package/lib/mobileapp/vue/domstructure/ui/approval/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-entry.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js +29 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-file.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment-uploader.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js +29 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/attachment.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/image-uploader.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/index.js +18 -0
- package/lib/mobileapp/vue/domstructure/ui/attachment/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/banner/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/banner/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/banner/vue-banner.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/index.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/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.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/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/business/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/button/button.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/button/button.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/button/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/button/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js +28 -0
- package/lib/mobileapp/vue/domstructure/ui/calendar/calendar-input.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/calendar/calendar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/calendar/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/ui/calendar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js +32 -0
- package/lib/mobileapp/vue/domstructure/ui/calendar/schedule.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/card/card.js +45 -0
- package/lib/mobileapp/vue/domstructure/ui/card/card.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/card/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/card/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js +32 -0
- package/lib/mobileapp/vue/domstructure/ui/checkbox/checkbox-group.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/checkbox/index.js.map +1 -0
- 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-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-visible.js +57 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/card.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/container/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js +19 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js +1 -0
- 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-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/data/fields/form/display/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js +33 -0
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/display/vue-display-fiels.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js +15 -0
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js +56 -0
- package/lib/mobileapp/vue/domstructure/ui/data/fields/form/vue-form-field.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/data/fields/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/data/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/data/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js +38 -0
- package/lib/mobileapp/vue/domstructure/ui/data/vue-data.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js +28 -0
- package/lib/mobileapp/vue/domstructure/ui/date-time-picker/date-picker.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/date-time-picker/index.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/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/display/banner/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/display/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.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/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.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/field-set/field-set.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/field-set/field-set.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/field-set/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/field-set/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/filter/filter.js +41 -0
- package/lib/mobileapp/vue/domstructure/ui/filter/filter.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/filter/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/filter/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/footer/footer.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/footer/footer.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/footer/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/footer/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/html-preview/html-preview.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/html-preview/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/html-template/html-template.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/html-template/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/html-template/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/image/image.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/image/image.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/image/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +7 -0
- package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/index.js +5 -1
- package/lib/mobileapp/vue/domstructure/ui/input/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +39 -0
- package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +33 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +45 -0
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/number/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/number/number.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/index.js +15 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/radio/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +32 -0
- package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/section/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +46 -0
- package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +15 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +49 -0
- package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/switch/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +33 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +45 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +45 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +37 -0
- package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/index.js +17 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-box-external.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-box.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-scan.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/text-box/text-telphone.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/ui/toolbar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js +35 -0
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-area.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js +32 -0
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar-item.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js +81 -0
- package/lib/mobileapp/vue/domstructure/ui/vue-input-component.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/i-project-data.js +3 -0
- package/lib/mobileapp/vue/internal-entity/i-project-data.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/index.js +14 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/index.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js +11 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js +44 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js +27 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js +27 -0
- package/lib/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js +7 -0
- package/lib/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js +15 -0
- package/lib/mobileapp/vue/internal-entity/vue-app-router-entity.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/vue-engine-context.js +7 -0
- package/lib/mobileapp/vue/internal-entity/vue-engine-context.js.map +1 -0
- package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js +7 -0
- package/lib/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.js.map +1 -0
- package/lib/mobileapp/vue/jit-engine-executor/index.js +5 -1
- package/lib/mobileapp/vue/jit-engine-executor/index.js.map +1 -1
- package/lib/mobileapp/vue/pug-generator/index.js +5 -1
- package/lib/mobileapp/vue/pug-generator/index.js.map +1 -1
- package/lib/mobileapp/vue/pug-generator/pug-generator-manager.js +3 -3
- package/lib/mobileapp/vue/pug-generator/pug-generator-manager.js.map +1 -1
- package/lib/mobileapp/vue/pug-template/config/devkit-template-config.js +3 -3
- package/lib/mobileapp/vue/pug-template/config/devkit-template-config.js.map +1 -1
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +8 -4
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js.map +1 -1
- package/lib/mobileapp/vue/task/vue-engine-task.js +5 -5
- package/lib/mobileapp/vue/task/vue-engine-task.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-repository-creator.js +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-repository-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +8 -4
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/i18n/index.js +5 -1
- package/lib/mobileapp/vue/utility/i18n/index.js.map +1 -1
- package/lib/mobileapp/vue/utility/index.js +5 -1
- package/lib/mobileapp/vue/utility/index.js.map +1 -1
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js +5 -1
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js.map +1 -1
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-control-collector-parameter.js +3 -3
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-control-collector-parameter.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-control-dom-type-mapping.js +4 -4
- package/lib/mobileapp/vue/utility/vue-control-dom-type-mapping.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-object-creator.js +5 -1
- package/lib/mobileapp/vue/utility/vue-object-creator.js.map +1 -1
- package/lib/template/ui/kendo/light-lookup.pug +183 -183
- package/lib/template/ui/mobilevue/area-picker.pug +55 -0
- package/lib/template/ui/mobilevue/avatar.pug +19 -0
- 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/fm-staff-info.pug +10 -0
- package/lib/template/ui/mobilevue/footer.pug +10 -0
- package/lib/template/ui/mobilevue/label.pug +12 -0
- 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/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/radio-group.pug +3 -3
- package/lib/template/ui/mobilevue/show-image.pug +22 -0
- package/lib/template/ui/mobilevue/switch.pug +1 -0
- package/lib/template/ui/mobilevue/tag.pug +33 -0
- package/lib/template/ui/mobilevue/text.pug +118 -0
- package/lib/template/ui/mobilevue/vant-tabpage.pug +6 -0
- package/lib/template/ui/mobilevue/vant-tabs.pug +6 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-control-dom-type-mapping.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/utility/vue-control-dom-type-mapping.ts"],"names":[],"mappings":";;;AAOA,MAAa,cAAc;IAkBvB,gBAAwB,CAAC;IAEzB,MAAM,CAAC,iBAAiB,CAAC,WAAmB,EAAE,aAAqB;QAC/D,MAAM,WAAW,GAAmB,IAAI,cAAc,EAAE,CAAC;QACzD,WAAW,CAAC,aAAa,GAAG,aAAa,CAAC;QAC1C,WAAW,CAAC,WAAW,GAAG,WAAW,CAAC;QACtC,OAAO,WAAW,CAAC;IACvB,CAAC;CACJ;AA1BD,wCA0BC;AAQD,MAAa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"vue-control-dom-type-mapping.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/utility/vue-control-dom-type-mapping.ts"],"names":[],"mappings":";;;AAOA,MAAa,cAAc;IAkBvB,gBAAwB,CAAC;IAEzB,MAAM,CAAC,iBAAiB,CAAC,WAAmB,EAAE,aAAqB;QAC/D,MAAM,WAAW,GAAmB,IAAI,cAAc,EAAE,CAAC;QACzD,WAAW,CAAC,aAAa,GAAG,aAAa,CAAC;QAC1C,WAAW,CAAC,WAAW,GAAG,WAAW,CAAC;QACtC,OAAO,WAAW,CAAC;IACvB,CAAC;CACJ;AA1BD,wCA0BC;AAQD,MAAa,wBAAwB;IAEjC,MAAM,CAAC,iBAAiB;QACpB,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IAKO,IAAI;QACR,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,EAAE,cAAc,CAAC,iBAAiB,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;QACvE,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,EAAE,cAAc,CAAC,iBAAiB,CAAC,QAAQ,EAAE,uBAAuB,CAAC,CAAC,CAAC;QAClG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,EAAE,cAAc,CAAC,iBAAiB,CAAC,aAAa,EAAE,uBAAuB,CAAC,CAAC,CAAC;QACvG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,aAAa,EAAE,cAAc,CAAC,iBAAiB,CAAC,UAAU,EAAE,uBAAuB,CAAC,CAAC,CAAC;QACtG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,eAAe,EAAE,cAAc,CAAC,iBAAiB,CAAC,YAAY,EAAE,uBAAuB,CAAC,CAAC,CAAC;QAC1G,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,EAAE,cAAc,CAAC,iBAAiB,CAAC,QAAQ,EAAE,uBAAuB,CAAC,CAAC,CAAC;QAClG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,EAAE,cAAc,CAAC,iBAAiB,CAAC,YAAY,EAAE,uBAAuB,CAAC,CAAC,CAAC;QACtG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,YAAY,EAAE,cAAc,CAAC,iBAAiB,CAAC,SAAS,EAAE,uBAAuB,CAAC,CAAC,CAAC;QAEpG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,eAAe,EAAE,cAAc,CAAC,iBAAiB,CAAC,YAAY,EAAE,uBAAuB,CAAC,CAAC,CAAC;QAC1G,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,gBAAgB,EAAE,cAAc,CAAC,iBAAiB,CAAC,aAAa,EAAE,uBAAuB,CAAC,CAAC,CAAC;QAE5G,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,gBAAgB,EAAE,cAAc,CAAC,iBAAiB,CAAC,QAAQ,EAAE,uBAAuB,CAAC,CAAC,CAAC;QAEvG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,EAAE,cAAc,CAAC,iBAAiB,CAAC,QAAQ,EAAE,uBAAuB,CAAC,CAAC,CAAC;QAClG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,aAAa,EAAE,cAAc,CAAC,iBAAiB,CAAC,UAAU,EAAE,uBAAuB,CAAC,CAAC,CAAC;QACtG,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,eAAe,EAAE,cAAc,CAAC,iBAAiB,CAAC,YAAY,EAAE,uBAAuB,CAAC,CAAC,CAAC;QAC1G,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,iBAAiB,EAAE,cAAc,CAAC,iBAAiB,CAAC,cAAc,EAAE,uBAAuB,CAAC,CAAC,CAAC;IAElH,CAAC;IAED;QAxBQ,WAAM,GAAgC,IAAI,GAAG,EAA0B,CAAC;QAyB5E,IAAI,CAAC,IAAI,EAAE,CAAC;IAChB,CAAC;IAQD,GAAG,CAAC,OAAe;QACf,IAAI,CAAC,OAAO,EAAE;YACV,OAAO;SACV;QACD,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;;AA9CL,4DAiDC;AAhDkB,iCAAQ,GAA6B,IAAI,wBAAwB,EAAE,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-object-creator.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/utility/vue-object-creator.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vue-object-creator.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/utility/vue-object-creator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qDAAuC;AAEvC,0EAAuG;AACvG,yEAAmE;AAQnE,MAAa,gBAAgB;IAUzB,MAAM,CAAC,kBAAkB,CAAC,IAAY,EAAE,kBAA0B;QAC9D,MAAM,GAAG,GAAG,GAAG,CAAC;QAEhB,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,CAAC,CAAC;QACrC,IAAI,QAAQ,EAAE;YACV,QAAQ,CAAC,gBAAgB,CAAC,GAAG,kBAAkB,CAAC;SACnD;QACD,OAAO,QAAQ,CAAC;IACpB,CAAC;IAMD,MAAM,CAAC,gBAAgB,CAAC,IAAY,EAAE,kBAA0B;QAC5D,MAAM,UAAU,GAAG,IAAI,CAAC,kBAAkB,CAAC,IAAI,EAAE,kBAAkB,CAAC,CAAC;QAErE,OAAO,UAAU,CAAC;IACtB,CAAC;IAOD,MAAM,CAAC,uBAAuB,CAAC,UAAe,EAAE,qBAA0B,EAAE,kBAA0B,EAAE,MAA6B;QACjI,MAAM,iBAAiB,GAAG,gDAAqB,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QACpF,IAAI,CAAC,iBAAiB,EAAE;YACpB,OAAO,IAAI,CAAC;SACf;QACD,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAAC;QACjF,IAAI,CAAC,WAAW,EAAE;YACd,OAAO,IAAI,CAAC;SACf;QAED,MAAM,cAAc,GAAG,IAAI,wBAAgB,CAAC,qBAAqB,CAAC,CAAC;QACnE,IAAI,MAAM,EAAE;YACR,cAAc,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;SACpC;QAED,MAAM,eAAe,GAAG,IAAI,WAAW,CAAC,UAAU,EAAE,cAAc,CAAC,CAAC;QAEpE,OAAO,eAAe,CAAC;IAC3B,CAAC;CACJ;AAtDD,4CAsDC"}
|
|
@@ -1,183 +1,183 @@
|
|
|
1
|
-
//- -var variable={};
|
|
2
|
-
|
|
3
|
-
-var holdPlaceOuterAttrs={};
|
|
4
|
-
-var holdPlaceInnerAttrs={};
|
|
5
|
-
-var holdPlaceEmptyAttrs={};
|
|
6
|
-
if(variable.holdPlace)
|
|
7
|
-
-holdPlaceInnerAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
|
|
8
|
-
-holdPlaceEmptyAttrs['*ngIf']=variable.visible?variable.visiblePipeSuffix?'!'+variable.visible.value+variable.visiblePipeSuffix+'':'!'+variable.visible.value+'':undefined;
|
|
9
|
-
else
|
|
10
|
-
-holdPlaceOuterAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
|
|
11
|
-
div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
|
|
12
|
-
if(variable.holdPlace)
|
|
13
|
-
div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
|
|
14
|
-
div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
|
|
15
|
-
div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
|
|
16
|
-
if (variable.title)
|
|
17
|
-
-var titleValue=variable.isStaticTitle?("'"+variable.resourceId+"'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
|
|
18
|
-
if(variable.linkedLabelEnabled)
|
|
19
|
-
label(class="col-form-label f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
20
|
-
if (variable.require)
|
|
21
|
-
span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
|
|
22
|
-
span(class="farris-label-text") {{#{titleValue}}}
|
|
23
|
-
else
|
|
24
|
-
label(class="col-form-label" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
25
|
-
if (variable.require)
|
|
26
|
-
span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
|
|
27
|
-
span(class="farris-label-text") {{#{titleValue}}}
|
|
28
|
-
div(class="farris-input-wrap")
|
|
29
|
-
-var attrs={};
|
|
30
|
-
if (variable.binding && variable.binding.type=='Variable')
|
|
31
|
-
-attrs['[(UIStateBinding)]']=variable.binding.value;
|
|
32
|
-
-attrs['name']=variable.replacedId;
|
|
33
|
-
else
|
|
34
|
-
-attrs['formControlName']=(variable.binding && variable.binding.path);
|
|
35
|
-
if (variable.lookupPicking)
|
|
36
|
-
-attrs['[dictPicking]']=variable.lookupPicking;
|
|
37
|
-
if (variable.lookupPicked)
|
|
38
|
-
-attrs['[dictPicked]']=variable.lookupPicked;
|
|
39
|
-
if (variable.beforeSelectData)
|
|
40
|
-
-attrs['[beforeSelectData]']=variable.beforeSelectData;
|
|
41
|
-
if (variable.readonly)
|
|
42
|
-
-attrs['[readonly]']=variable.readonlyPipeSuffix?variable.readonly.value+variable.readonlyPipeSuffix+"":variable.readonly.value+"";
|
|
43
|
-
if (variable.placeHolder&&variable.placeHolderResourceId)
|
|
44
|
-
-attrs['placeholder']="{{'"+variable.placeHolderResourceId+"'|lang:lang:'"+variable.placeHolder+"'}}";
|
|
45
|
-
if(variable.isTextArea)
|
|
46
|
-
if(variable.readonly && variable.readonly.isComposite)
|
|
47
|
-
-attrs["*ngIf"]="!"+variable.readonly.value;
|
|
48
|
-
else
|
|
49
|
-
-attrs["*ngIf"]="viewModel.stateMachine['editable']";
|
|
50
|
-
if(variable.hasDefaultFocus)
|
|
51
|
-
-attrs["farris-set-focus"]="";
|
|
52
|
-
if(variable.focusState)
|
|
53
|
-
-attrs["[focusState]"]=variable.focusState+"";
|
|
54
|
-
-attrs['#'+variable.replacedId]="";
|
|
55
|
-
farris-lookup-light(
|
|
56
|
-
id=variable.replacedId
|
|
57
|
-
'[
|
|
58
|
-
'[
|
|
59
|
-
'[
|
|
60
|
-
|
|
61
|
-
'[uri]'=(variable.dataSource&&variable.dataSource.uri)?"'"+variable.dataSource.uri+"'":undefined
|
|
62
|
-
'[separator]'=variable.multipleChoiceSeparator?"'"+variable.multipleChoiceSeparator.value+"'":undefined
|
|
63
|
-
'[displayType]'=(variable.displayType!=null)?"'"+variable.displayType+"'":undefined
|
|
64
|
-
'[multiSelect]'=(variable.multiSelect!=null)?variable.multiSelect+"":undefined
|
|
65
|
-
'[pageList]'=variable.arrPageList?variable.arrPageList:undefined
|
|
66
|
-
'[pageSize]'=variable.pageSize?(variable.pageSize||20):undefined
|
|
67
|
-
'[pagination]'=(variable.pagination===null||variable.pagination===undefined)?"true":variable.pagination+""
|
|
68
|
-
'[idField]'=(variable.dataSource&&variable.dataSource.idField)?"'"+variable.dataSource.idField+"'":undefined
|
|
69
|
-
'[textField]'=(variable.textField!=null)?"'"+variable.textField+"'":undefined
|
|
70
|
-
'[title]'=variable.dialogTitleLang?""+variable.dialogTitleLang:undefined
|
|
71
|
-
'[enableClear]'=(variable.enableClear||variable.enableClear===false)?""+variable.enableClear:undefined
|
|
72
|
-
'[disabled]'!=variable.disable?variable.disable.toString():undefined
|
|
73
|
-
'[pageIndex]'=(variable.pageIndex||1)
|
|
74
|
-
'[showFilterBar]'=(variable.showFilterBar||variable.showFilterBar===false)?""+variable.showFilterBar:undefined
|
|
75
|
-
'[valueField]'=(variable.valueField!=null)?"'"+variable.valueField+"'":undefined
|
|
76
|
-
)&attributes(attrs)
|
|
77
|
-
|
|
78
|
-
//- farris-lookup-light(
|
|
79
|
-
//- id=variable.replacedId
|
|
80
|
-
//- '[uri]'=(variable.dataSource&&variable.dataSource.uri)?"'"+variable.dataSource.uri+"'":undefined
|
|
81
|
-
//- '[separator]'=variable.multipleChoiceSeparator?"'"+variable.multipleChoiceSeparator.value+"'":undefined
|
|
82
|
-
//- '[displayType]'="'"+variable.displayType+"'"
|
|
83
|
-
//- '[multiSelect]'=(variable.multiSelect)+""
|
|
84
|
-
//- '[pageList]'=variable.arrPageList?variable.arrPageList:undefined
|
|
85
|
-
//- '[pageSize]'=(variable.pageSize||20)
|
|
86
|
-
//- '[pagination]'=(variable.pagination===null||variable.pagination===undefined)?"true":variable.pagination+""
|
|
87
|
-
//- '[idField]'=(variable.dataSource&&variable.dataSource.idField)?"'"+variable.dataSource.idField+"'":undefined
|
|
88
|
-
//- '[textField]'="'"+variable.textField+"'"
|
|
89
|
-
//- '[title]'=variable.dialogTitleLang?""+variable.dialogTitleLang:undefined
|
|
90
|
-
//- '[enableClear]'=(variable.enableClear||variable.enableClear===false)?""+variable.enableClear:undefined
|
|
91
|
-
//- '[disabled]'!=variable.disable?variable.disable.toString():undefined
|
|
92
|
-
//- ============================================================================================================
|
|
93
|
-
//- "input-end-edit"
|
|
94
|
-
//- 'lookupGridRef'
|
|
95
|
-
//- 'data-mapping'
|
|
96
|
-
//- ============================================================================================================
|
|
97
|
-
//- '[pageIndex]'=(variable.pageIndex||1)
|
|
98
|
-
//- '[valueField]'="'"+variable.valueField+"'"
|
|
99
|
-
//- '[mapFields]'=variable.mapFields?variable.mapFields:undefined
|
|
100
|
-
//- ============================================================================================================
|
|
101
|
-
//- ============================================================================================================
|
|
102
|
-
//- '[useTip]'=(variable.useTip||variable.useTip===false)?variable.useTip+"":undefined
|
|
103
|
-
//- '[useFavorite]'=(variable.useFavorite||variable.useFavorite===false)?variable.useFavorite+"":undefined
|
|
104
|
-
//- '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined
|
|
105
|
-
//- '[editable]'=(variable.editable||variable.editable===false)?""+variable.editable:undefined
|
|
106
|
-
//- '[showMaxButton]'=(variable.showMaxButton==null||variable.showMaxButton===undefined)?"true":variable.showMaxButton+""
|
|
107
|
-
//- '[showCloseButton]'=(variable.showCloseButton==null||variable.showCloseButton===undefined)?"true":variable.showCloseButton+""
|
|
108
|
-
//- '[resizable]'=(variable.resizable===null||variable.resizable===undefined)?"true":variable.resizable+""
|
|
109
|
-
//- '(clear)'=variable.clear?variable.clear:undefined
|
|
110
|
-
//- '[context]'=variable.context?variable.context:undefined
|
|
111
|
-
//- '[enableToSelect]'=(variable.enableToSelect||variable.enableToSelect===false)?""+variable.enableToSelect:undefined
|
|
112
|
-
//- '[expandLevel]'=""+variable.expandLevel
|
|
113
|
-
//- '[isRecordSize]'=(variable.isRecordSize||variable.isRecordSize===false)?""+variable.isRecordSize:undefined
|
|
114
|
-
//- '[enableFullTree]'=(variable.enableFullTree||variable.enableFullTree===false)?""+variable.enableFullTree:undefined
|
|
115
|
-
//- '[loadTreeDataType]'=variable.loadTreeDataType?"'"+variable.loadTreeDataType+"'":undefined
|
|
116
|
-
//- '[tab-index]'=(variable.tabindex||variable.tabindex===0)?""+variable.tabindex:undefined
|
|
117
|
-
//- '[dialogWidth]'=variable.panelWidth?""+variable.panelWidth:undefined
|
|
118
|
-
//- '[dialogHeight]'=variable.panelHeight?""+variable.panelHeight:undefined
|
|
119
|
-
//- '[enableCascade]'=variable.enableCascade?""+variable.enableCascade:undefined
|
|
120
|
-
//- '[cascadeStatus]'=variable.cascadeStatus?"'"+variable.cascadeStatus+"'":undefined
|
|
121
|
-
//- '[useExtendInfo]'=(variable.useExtendInfo||variable.useExtendInfo===false)?""+variable.useExtendInfo:undefined
|
|
122
|
-
//- '[extInfoFields]'=variable.extInfoFields?"'"+variable.extInfoFields+"'":undefined
|
|
123
|
-
//- '[extInfoFormatter]'=variable.extInfoFormatterName?""+variable.extInfoFormatterName:undefined
|
|
124
|
-
//- '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
|
|
125
|
-
//- 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined
|
|
126
|
-
//- '[customFormatter]'=variable.customFormatterName?""+variable.customFormatterName:undefined
|
|
127
|
-
//- '[selectFirstInNav]'=variable.selectFirstInNav?""+variable.selectFirstInNav.value:undefined
|
|
128
|
-
//- '[loadDataWhenOpen]'=variable.loadDataWhenOpen?""+variable.loadDataWhenOpen.value:undefined
|
|
129
|
-
//- '[customNavFormatter]'=variable.customNavFormatterName?""+variable.customNavFormatterName:undefined
|
|
130
|
-
//- '[treeInfo]'=variable.treeInfo?variable.treeInfo:undefined
|
|
131
|
-
//- '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined
|
|
132
|
-
//- '[viewType]'=variable.viewType?"'"+variable.viewType+"'":undefined
|
|
133
|
-
//- '[treeTableOptions]'=variable.treeTableOptions?variable.treeTableOptions:undefined
|
|
134
|
-
//- '[showCheckAll]'=variable.showCheckAll?""+variable.showCheckAll.value:undefined
|
|
135
|
-
//- '[quickSelect]'=variable.quickSelectName?""+variable.quickSelectName:undefined
|
|
136
|
-
//- '[treeToList]'=variable.treeToList?""+variable.treeToList.value:undefined
|
|
137
|
-
//- '[navTreeToList]'=variable.navTreeToList?""+variable.navTreeToList.value:undefined
|
|
138
|
-
//- '[showNavigation]'=variable.showNavigation?""+variable.showNavigation.value:undefined
|
|
139
|
-
//- '[showCascadeControl]'=variable.showCascadeControl?""+variable.showCascadeControl.value:undefined
|
|
140
|
-
//- '[showSelected]'=variable.showSelected?""+variable.showSelected.value:undefined
|
|
141
|
-
//- '[useNewLayout]'=variable.useNewLayout?""+variable.useNewLayout.value:undefined
|
|
142
|
-
//- '[enableMultiFieldSearch]'=variable.enableMultiFieldSearch?""+variable.enableMultiFieldSearch.value:undefined
|
|
143
|
-
//- '[showDisabledItem]'=variable.showDisabledItem?""+variable.showDisabledItem.value:undefined
|
|
144
|
-
//- '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
|
|
145
|
-
//- '[inputAppendScene]'=variable.inputAppendScene?"'"+variable.inputAppendScene+"'":undefined
|
|
146
|
-
//- '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
|
|
147
|
-
//- '[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
|
|
148
|
-
//- '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
|
|
149
|
-
//- '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined
|
|
150
|
-
//- '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined
|
|
151
|
-
//- )&attributes(attrs)
|
|
152
|
-
|
|
153
|
-
if (variable.needValid && variable.binding && variable.binding.path)
|
|
154
|
-
-var path=`viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
155
|
-
validationMessage('[errors]'!=`${path}`
|
|
156
|
-
'[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
157
|
-
div(class="farris-feedback")
|
|
158
|
-
if(variable.isTextArea)
|
|
159
|
-
-var areaAttrs={};
|
|
160
|
-
if(variable.readonly && variable.readonly.isComposite)
|
|
161
|
-
-areaAttrs["*ngIf"]=variable.readonly.value;
|
|
162
|
-
else
|
|
163
|
-
-areaAttrs["*ngIf"]="!viewModel.stateMachine['editable']";
|
|
164
|
-
if (variable.binding && variable.binding.type=='Variable')
|
|
165
|
-
-areaAttrs['[(ngModel)]']=variable.binding.value;
|
|
166
|
-
-areaAttrs['[ngModelOptions]']="{standalone:true}";
|
|
167
|
-
else
|
|
168
|
-
-areaAttrs['formControlName']=(variable.binding && variable.binding.path);
|
|
169
|
-
farris-text('[type]'="'string'" '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined
|
|
170
|
-
'[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined
|
|
171
|
-
'[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined
|
|
172
|
-
'[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
|
|
173
|
-
'[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
|
|
174
|
-
'[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
|
|
175
|
-
'[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
|
|
176
|
-
'(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
177
|
-
if(variable.titleTipsTemplate)
|
|
178
|
-
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
179
|
-
i(class="f-icon f-icon-description-tips")
|
|
180
|
-
-var tipsAttrs={};
|
|
181
|
-
-tipsAttrs['#'+variable.titleTipsTemplateName]="";
|
|
182
|
-
ng-template()&attributes(tipsAttrs)
|
|
183
|
-
|!{variable.titleTipsTemplate}
|
|
1
|
+
//- -var variable={};
|
|
2
|
+
|
|
3
|
+
-var holdPlaceOuterAttrs={};
|
|
4
|
+
-var holdPlaceInnerAttrs={};
|
|
5
|
+
-var holdPlaceEmptyAttrs={};
|
|
6
|
+
if(variable.holdPlace)
|
|
7
|
+
-holdPlaceInnerAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
|
|
8
|
+
-holdPlaceEmptyAttrs['*ngIf']=variable.visible?variable.visiblePipeSuffix?'!'+variable.visible.value+variable.visiblePipeSuffix+'':'!'+variable.visible.value+'':undefined;
|
|
9
|
+
else
|
|
10
|
+
-holdPlaceOuterAttrs["*ngIf"]=variable.visible?variable.visiblePipeSuffix?variable.visible.value+variable.visiblePipeSuffix+'':variable.visible.value+'':undefined;
|
|
11
|
+
div(class=(variable.appearance && variable.appearance.class) style=(variable.appearance && variable.appearance.style) )&attributes(holdPlaceOuterAttrs)
|
|
12
|
+
if(variable.holdPlace)
|
|
13
|
+
div(class="f-empty-input-placeholder")&attributes(holdPlaceEmptyAttrs)
|
|
14
|
+
div(class="farris-group-wrap")&attributes(holdPlaceInnerAttrs)
|
|
15
|
+
div(class="form-group farris-form-group" '[ngClass]'="{'form-group--has-tips':"+(variable.enableTitleTips?variable.enableTitleTips:false)+"}")
|
|
16
|
+
if (variable.title)
|
|
17
|
+
-var titleValue=variable.isStaticTitle?("'"+variable.resourceId+"'|lang:lang:'"+variable.defaultI18nValue+"'"):variable.dynamicTitleValue;
|
|
18
|
+
if(variable.linkedLabelEnabled)
|
|
19
|
+
label(class="col-form-label f-pretend-link f-cursor-pointer" title="{{"+titleValue+"}}" for=variable.replacedId '(click)'=variable.linkedLabelClick?variable.linkedLabelClick:undefined '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
20
|
+
if (variable.require)
|
|
21
|
+
span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
|
|
22
|
+
span(class="farris-label-text") {{#{titleValue}}}
|
|
23
|
+
else
|
|
24
|
+
label(class="col-form-label" title="{{"+titleValue+"}}" for=variable.replacedId '[style.width]'=variable.titleWidth?"'"+variable.titleWidth+"px"+"'":undefined)
|
|
25
|
+
if (variable.require)
|
|
26
|
+
span(class="farris-label-info text-danger" "*ngIf"=variable.requirePipeSuffix?""+variable.require.value+variable.requirePipeSuffix:""+variable.require.value) *
|
|
27
|
+
span(class="farris-label-text") {{#{titleValue}}}
|
|
28
|
+
div(class="farris-input-wrap")
|
|
29
|
+
-var attrs={};
|
|
30
|
+
if (variable.binding && variable.binding.type=='Variable')
|
|
31
|
+
-attrs['[(UIStateBinding)]']=variable.binding.value;
|
|
32
|
+
-attrs['name']=variable.replacedId;
|
|
33
|
+
else
|
|
34
|
+
-attrs['formControlName']=(variable.binding && variable.binding.path);
|
|
35
|
+
if (variable.lookupPicking)
|
|
36
|
+
-attrs['[dictPicking]']=variable.lookupPicking;
|
|
37
|
+
if (variable.lookupPicked)
|
|
38
|
+
-attrs['[dictPicked]']=variable.lookupPicked;
|
|
39
|
+
if (variable.beforeSelectData)
|
|
40
|
+
-attrs['[beforeSelectData]']=variable.beforeSelectData;
|
|
41
|
+
if (variable.readonly)
|
|
42
|
+
-attrs['[readonly]']=variable.readonlyPipeSuffix?variable.readonly.value+variable.readonlyPipeSuffix+"":variable.readonly.value+"";
|
|
43
|
+
if (variable.placeHolder&&variable.placeHolderResourceId)
|
|
44
|
+
-attrs['placeholder']="{{'"+variable.placeHolderResourceId+"'|lang:lang:'"+variable.placeHolder+"'}}";
|
|
45
|
+
if(variable.isTextArea)
|
|
46
|
+
if(variable.readonly && variable.readonly.isComposite)
|
|
47
|
+
-attrs["*ngIf"]="!"+variable.readonly.value;
|
|
48
|
+
else
|
|
49
|
+
-attrs["*ngIf"]="viewModel.stateMachine['editable']";
|
|
50
|
+
if(variable.hasDefaultFocus)
|
|
51
|
+
-attrs["farris-set-focus"]="";
|
|
52
|
+
if(variable.focusState)
|
|
53
|
+
-attrs["[focusState]"]=variable.focusState+"";
|
|
54
|
+
-attrs['#'+variable.replacedId]="";
|
|
55
|
+
farris-lookup-light(
|
|
56
|
+
id=variable.replacedId
|
|
57
|
+
'[custom-params]'= variable.customRequestParams?variable.customRequestParams:undefined
|
|
58
|
+
'[columns]'=variable.columns?variable.columns:[]
|
|
59
|
+
'[light-mapping]'=variable.mapFields?variable.mapFields:undefined
|
|
60
|
+
'[striped]'=!(variable.striped===null||variable.striped===undefined)?variable.striped+"":undefined
|
|
61
|
+
'[uri]'=(variable.dataSource&&variable.dataSource.uri)?"'"+variable.dataSource.uri+"'":undefined
|
|
62
|
+
'[separator]'=variable.multipleChoiceSeparator?"'"+variable.multipleChoiceSeparator.value+"'":undefined
|
|
63
|
+
'[displayType]'=(variable.displayType!=null)?"'"+variable.displayType+"'":undefined
|
|
64
|
+
'[multiSelect]'=(variable.multiSelect!=null)?variable.multiSelect+"":undefined
|
|
65
|
+
'[pageList]'=variable.arrPageList?variable.arrPageList:undefined
|
|
66
|
+
'[pageSize]'=variable.pageSize?(variable.pageSize||20):undefined
|
|
67
|
+
'[pagination]'=(variable.pagination===null||variable.pagination===undefined)?"true":variable.pagination+""
|
|
68
|
+
'[idField]'=(variable.dataSource&&variable.dataSource.idField)?"'"+variable.dataSource.idField+"'":undefined
|
|
69
|
+
'[textField]'=(variable.textField!=null)?"'"+variable.textField+"'":undefined
|
|
70
|
+
'[title]'=variable.dialogTitleLang?""+variable.dialogTitleLang:undefined
|
|
71
|
+
'[enableClear]'=(variable.enableClear||variable.enableClear===false)?""+variable.enableClear:undefined
|
|
72
|
+
'[disabled]'!=variable.disable?variable.disable.toString():undefined
|
|
73
|
+
'[pageIndex]'=(variable.pageIndex||1)
|
|
74
|
+
'[showFilterBar]'=(variable.showFilterBar||variable.showFilterBar===false)?""+variable.showFilterBar:undefined
|
|
75
|
+
'[valueField]'=(variable.valueField!=null)?"'"+variable.valueField+"'":undefined
|
|
76
|
+
)&attributes(attrs)
|
|
77
|
+
|
|
78
|
+
//- farris-lookup-light(
|
|
79
|
+
//- id=variable.replacedId
|
|
80
|
+
//- '[uri]'=(variable.dataSource&&variable.dataSource.uri)?"'"+variable.dataSource.uri+"'":undefined
|
|
81
|
+
//- '[separator]'=variable.multipleChoiceSeparator?"'"+variable.multipleChoiceSeparator.value+"'":undefined
|
|
82
|
+
//- '[displayType]'="'"+variable.displayType+"'"
|
|
83
|
+
//- '[multiSelect]'=(variable.multiSelect)+""
|
|
84
|
+
//- '[pageList]'=variable.arrPageList?variable.arrPageList:undefined
|
|
85
|
+
//- '[pageSize]'=(variable.pageSize||20)
|
|
86
|
+
//- '[pagination]'=(variable.pagination===null||variable.pagination===undefined)?"true":variable.pagination+""
|
|
87
|
+
//- '[idField]'=(variable.dataSource&&variable.dataSource.idField)?"'"+variable.dataSource.idField+"'":undefined
|
|
88
|
+
//- '[textField]'="'"+variable.textField+"'"
|
|
89
|
+
//- '[title]'=variable.dialogTitleLang?""+variable.dialogTitleLang:undefined
|
|
90
|
+
//- '[enableClear]'=(variable.enableClear||variable.enableClear===false)?""+variable.enableClear:undefined
|
|
91
|
+
//- '[disabled]'!=variable.disable?variable.disable.toString():undefined
|
|
92
|
+
//- ============================================================================================================
|
|
93
|
+
//- "input-end-edit"
|
|
94
|
+
//- 'lookupGridRef'
|
|
95
|
+
//- 'data-mapping'
|
|
96
|
+
//- ============================================================================================================
|
|
97
|
+
//- '[pageIndex]'=(variable.pageIndex||1)
|
|
98
|
+
//- '[valueField]'="'"+variable.valueField+"'"
|
|
99
|
+
//- '[mapFields]'=variable.mapFields?variable.mapFields:undefined
|
|
100
|
+
//- ============================================================================================================
|
|
101
|
+
//- ============================================================================================================
|
|
102
|
+
//- '[useTip]'=(variable.useTip||variable.useTip===false)?variable.useTip+"":undefined
|
|
103
|
+
//- '[useFavorite]'=(variable.useFavorite||variable.useFavorite===false)?variable.useFavorite+"":undefined
|
|
104
|
+
//- '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined
|
|
105
|
+
//- '[editable]'=(variable.editable||variable.editable===false)?""+variable.editable:undefined
|
|
106
|
+
//- '[showMaxButton]'=(variable.showMaxButton==null||variable.showMaxButton===undefined)?"true":variable.showMaxButton+""
|
|
107
|
+
//- '[showCloseButton]'=(variable.showCloseButton==null||variable.showCloseButton===undefined)?"true":variable.showCloseButton+""
|
|
108
|
+
//- '[resizable]'=(variable.resizable===null||variable.resizable===undefined)?"true":variable.resizable+""
|
|
109
|
+
//- '(clear)'=variable.clear?variable.clear:undefined
|
|
110
|
+
//- '[context]'=variable.context?variable.context:undefined
|
|
111
|
+
//- '[enableToSelect]'=(variable.enableToSelect||variable.enableToSelect===false)?""+variable.enableToSelect:undefined
|
|
112
|
+
//- '[expandLevel]'=""+variable.expandLevel
|
|
113
|
+
//- '[isRecordSize]'=(variable.isRecordSize||variable.isRecordSize===false)?""+variable.isRecordSize:undefined
|
|
114
|
+
//- '[enableFullTree]'=(variable.enableFullTree||variable.enableFullTree===false)?""+variable.enableFullTree:undefined
|
|
115
|
+
//- '[loadTreeDataType]'=variable.loadTreeDataType?"'"+variable.loadTreeDataType+"'":undefined
|
|
116
|
+
//- '[tab-index]'=(variable.tabindex||variable.tabindex===0)?""+variable.tabindex:undefined
|
|
117
|
+
//- '[dialogWidth]'=variable.panelWidth?""+variable.panelWidth:undefined
|
|
118
|
+
//- '[dialogHeight]'=variable.panelHeight?""+variable.panelHeight:undefined
|
|
119
|
+
//- '[enableCascade]'=variable.enableCascade?""+variable.enableCascade:undefined
|
|
120
|
+
//- '[cascadeStatus]'=variable.cascadeStatus?"'"+variable.cascadeStatus+"'":undefined
|
|
121
|
+
//- '[useExtendInfo]'=(variable.useExtendInfo||variable.useExtendInfo===false)?""+variable.useExtendInfo:undefined
|
|
122
|
+
//- '[extInfoFields]'=variable.extInfoFields?"'"+variable.extInfoFields+"'":undefined
|
|
123
|
+
//- '[extInfoFormatter]'=variable.extInfoFormatterName?""+variable.extInfoFormatterName:undefined
|
|
124
|
+
//- '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined
|
|
125
|
+
//- 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined
|
|
126
|
+
//- '[customFormatter]'=variable.customFormatterName?""+variable.customFormatterName:undefined
|
|
127
|
+
//- '[selectFirstInNav]'=variable.selectFirstInNav?""+variable.selectFirstInNav.value:undefined
|
|
128
|
+
//- '[loadDataWhenOpen]'=variable.loadDataWhenOpen?""+variable.loadDataWhenOpen.value:undefined
|
|
129
|
+
//- '[customNavFormatter]'=variable.customNavFormatterName?""+variable.customNavFormatterName:undefined
|
|
130
|
+
//- '[treeInfo]'=variable.treeInfo?variable.treeInfo:undefined
|
|
131
|
+
//- '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined
|
|
132
|
+
//- '[viewType]'=variable.viewType?"'"+variable.viewType+"'":undefined
|
|
133
|
+
//- '[treeTableOptions]'=variable.treeTableOptions?variable.treeTableOptions:undefined
|
|
134
|
+
//- '[showCheckAll]'=variable.showCheckAll?""+variable.showCheckAll.value:undefined
|
|
135
|
+
//- '[quickSelect]'=variable.quickSelectName?""+variable.quickSelectName:undefined
|
|
136
|
+
//- '[treeToList]'=variable.treeToList?""+variable.treeToList.value:undefined
|
|
137
|
+
//- '[navTreeToList]'=variable.navTreeToList?""+variable.navTreeToList.value:undefined
|
|
138
|
+
//- '[showNavigation]'=variable.showNavigation?""+variable.showNavigation.value:undefined
|
|
139
|
+
//- '[showCascadeControl]'=variable.showCascadeControl?""+variable.showCascadeControl.value:undefined
|
|
140
|
+
//- '[showSelected]'=variable.showSelected?""+variable.showSelected.value:undefined
|
|
141
|
+
//- '[useNewLayout]'=variable.useNewLayout?""+variable.useNewLayout.value:undefined
|
|
142
|
+
//- '[enableMultiFieldSearch]'=variable.enableMultiFieldSearch?""+variable.enableMultiFieldSearch.value:undefined
|
|
143
|
+
//- '[showDisabledItem]'=variable.showDisabledItem?""+variable.showDisabledItem.value:undefined
|
|
144
|
+
//- '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
|
|
145
|
+
//- '[inputAppendScene]'=variable.inputAppendScene?"'"+variable.inputAppendScene+"'":undefined
|
|
146
|
+
//- '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
|
|
147
|
+
//- '[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
|
|
148
|
+
//- '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
|
|
149
|
+
//- '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined
|
|
150
|
+
//- '[inputAppendControlType]'=variable.enableAppend?variable.originalType?"'"+variable.originalType+"'":undefined:undefined
|
|
151
|
+
//- )&attributes(attrs)
|
|
152
|
+
|
|
153
|
+
if (variable.needValid && variable.binding && variable.binding.path)
|
|
154
|
+
-var path=`viewModel.form.getCardControlErrors('${variable.binding.path}')`
|
|
155
|
+
validationMessage('[errors]'!=`${path}`
|
|
156
|
+
'[hidden]'="!viewModel.form.isShowValidationMsg" )
|
|
157
|
+
div(class="farris-feedback")
|
|
158
|
+
if(variable.isTextArea)
|
|
159
|
+
-var areaAttrs={};
|
|
160
|
+
if(variable.readonly && variable.readonly.isComposite)
|
|
161
|
+
-areaAttrs["*ngIf"]=variable.readonly.value;
|
|
162
|
+
else
|
|
163
|
+
-areaAttrs["*ngIf"]="!viewModel.stateMachine['editable']";
|
|
164
|
+
if (variable.binding && variable.binding.type=='Variable')
|
|
165
|
+
-areaAttrs['[(ngModel)]']=variable.binding.value;
|
|
166
|
+
-areaAttrs['[ngModelOptions]']="{standalone:true}";
|
|
167
|
+
else
|
|
168
|
+
-areaAttrs['formControlName']=(variable.binding && variable.binding.path);
|
|
169
|
+
farris-text('[type]'="'string'" '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined
|
|
170
|
+
'[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined
|
|
171
|
+
'[inputAppendControlType]'=variable.enableAppend?"'StaticText'":undefined
|
|
172
|
+
'[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined
|
|
173
|
+
'[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined
|
|
174
|
+
'[inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined
|
|
175
|
+
'[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined
|
|
176
|
+
'(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined)&attributes(areaAttrs)
|
|
177
|
+
if(variable.titleTipsTemplate)
|
|
178
|
+
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
179
|
+
i(class="f-icon f-icon-description-tips")
|
|
180
|
+
-var tipsAttrs={};
|
|
181
|
+
-tipsAttrs['#'+variable.titleTipsTemplateName]="";
|
|
182
|
+
ng-template()&attributes(tipsAttrs)
|
|
183
|
+
|!{variable.titleTipsTemplate}
|
|
@@ -0,0 +1,55 @@
|
|
|
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 binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
15
|
+
|
|
16
|
+
div(
|
|
17
|
+
v-if=visible
|
|
18
|
+
class="fm-input-wrapper"
|
|
19
|
+
)
|
|
20
|
+
fm-area-picker(
|
|
21
|
+
v-model=binding
|
|
22
|
+
:required=require
|
|
23
|
+
:readonly=readonly
|
|
24
|
+
:disabled=disable
|
|
25
|
+
:modelValue=variable.modelValue ? variable.modelValue+"":undefined
|
|
26
|
+
direction=variable.direction?variable.direction+"":undefined
|
|
27
|
+
title=variable.title?""+variable.title:undefined
|
|
28
|
+
input-align="right"
|
|
29
|
+
:labelWidth!=variable.labelWidth?variable.labelWidth+"":undefined
|
|
30
|
+
:columns-num!=variable.displayType?variable.displayType+"":undefined
|
|
31
|
+
:error-message!=variable.errorMessage
|
|
32
|
+
error-message-align=variable.errorMessage ? "right" : undefined
|
|
33
|
+
@change=variable.change ? String(variable.change) : undefined
|
|
34
|
+
)&attributes(attrs)
|
|
35
|
+
if(variable.leftTemplate)
|
|
36
|
+
template(#left-icon)
|
|
37
|
+
| !{variable.leftTemplate}
|
|
38
|
+
if(variable.rightTemplate)
|
|
39
|
+
template(#right-icon)
|
|
40
|
+
| !{variable.rightTemplate}
|
|
41
|
+
if(variable.extraTemplate)
|
|
42
|
+
template(#extra)
|
|
43
|
+
| !{variable.extraTemplate}
|
|
44
|
+
if(variable.valueTemplate)
|
|
45
|
+
template(v-slot:value="slotProps")
|
|
46
|
+
| !{variable.valueTemplate}
|
|
47
|
+
if(variable.labelTips)
|
|
48
|
+
template(#title)
|
|
49
|
+
<span>!{variable.title}</span>
|
|
50
|
+
<fm-popover :hasMask="false" placement="topLeft" className="fm-input-label-tips" :offset="{left: -5}">
|
|
51
|
+
<fm-icon name="s-illustrate-o"/>
|
|
52
|
+
<template #content>
|
|
53
|
+
<div class="fm-input-label-tips-content"><span>!{variable.labelTips}</span></div>
|
|
54
|
+
</template>
|
|
55
|
+
</fm-popover>
|
|
@@ -0,0 +1,19 @@
|
|
|
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
|
+
div(
|
|
6
|
+
v-if!=""+visible
|
|
7
|
+
)
|
|
8
|
+
fm-avatar(
|
|
9
|
+
fit!=variable.fit?"" + variable.fit:undefined
|
|
10
|
+
border!=variable.border?"" + variable.border:undefined
|
|
11
|
+
srcMode!=variable.srcMode?"" + variable.srcMode:undefined
|
|
12
|
+
:sysUserId!=variable.sysUserId?"" + variable.sysUserId:undefined
|
|
13
|
+
:dynamicSrc!=variable.dynamicSrc?"" + variable.dynamicSrc:undefined
|
|
14
|
+
:attachId!=variable.attachId?"" + variable.attachId:undefined
|
|
15
|
+
rootId!=variable.rootId?"" + variable.rootId:undefined
|
|
16
|
+
:avatarText !=variable.avatarText?"" + variable.avatarText:undefined
|
|
17
|
+
width!=variable.width?"" + variable.width:undefined
|
|
18
|
+
height!=variable.height?"" + variable.height:undefined
|
|
19
|
+
)&attributes(attrs)
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
-var require = variable.require ? String(variable.require.value) : undefined;
|
|
11
11
|
-var readonly = variable.readonly ? String(variable.readonly.value) : undefined;
|
|
12
12
|
-var disable = variable.disable ? String(variable.disable.value) : undefined;
|
|
13
|
-
-var inputDirection = variable.displayType
|
|
14
|
-
-var
|
|
13
|
+
-var inputDirection = variable.displayType === 'check' ? 'vertical' : variable.direction
|
|
14
|
+
-var optionsDirection = variable.displayType === 'button' ? 'horizontal' : ( variable.optionsDirection || variable.direction)
|
|
15
15
|
-var binding = variable.binding && variable.binding.path ? "form."+variable.binding.path+".value" : undefined
|
|
16
16
|
-var groupClass = inputDirection === 'horizontal' ? 'd-flex justify-content-end' : undefined
|
|
17
17
|
-var items = variable.dataSourceType === 'dynamic' ? String(variable.bindDataSource.value) : variable.i18nEnumData
|
|
@@ -40,7 +40,7 @@ div(
|
|
|
40
40
|
valueField=variable.valueField?""+variable.valueField:undefined
|
|
41
41
|
textField=variable.textField?""+variable.textField:undefined
|
|
42
42
|
:checkerStyle=checkerStyle
|
|
43
|
-
direction=
|
|
43
|
+
direction=optionsDirection?optionsDirection+"":undefined
|
|
44
44
|
type=variable.displayType?variable.displayType+"":undefined
|
|
45
45
|
)
|
|
46
46
|
if(variable.labelTips)
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
mixin getData(variable,isLabel)
|
|
2
|
+
-var attrs = {};
|
|
3
|
+
-attrs.class = isLabel?'fm-common-label ':'';
|
|
4
|
+
-attrs.class += variable.appearance && variable.appearance.class ?variable.appearance.class:'';
|
|
5
|
+
-attrs.style = variable.appearance && variable.appearance.style?variable.appearance.style:'';
|
|
6
|
+
-attrs.id = variable.replacedId? String(variable.replacedId) : undefined
|
|
7
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
8
|
+
-var binding = variable.binding? variable.binding : undefined
|
|
9
|
+
-var fontSize = variable.fontSize? String(variable.fontSize) : undefined
|
|
10
|
+
-var lineHeight = variable.lineHeight? String(variable.lineHeight) : undefined
|
|
11
|
+
-var semanticColor = variable.semanticColor? String(variable.semanticColor) : undefined
|
|
12
|
+
-var formatter = variable.formatter ? variable.formatter:{}
|
|
13
|
+
-var displayType = variable.displayType? String(variable.displayType) : undefined
|
|
14
|
+
-var formatterType = 'string'
|
|
15
|
+
-var valueStr = ''
|
|
16
|
+
-var textBindingPrefix = variable.textBindingPrefix? String(variable.textBindingPrefix):undefined
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
//--样式class
|
|
20
|
+
if(displayType)
|
|
21
|
+
if(displayType.startsWith('title-'))
|
|
22
|
+
-attrs.class = `fm-common-title fm-${displayType} ${attrs.class}`
|
|
23
|
+
if(displayType.startsWith('text-'))
|
|
24
|
+
-attrs.class = `fm-common-text fm-${displayType} ${attrs.class}`
|
|
25
|
+
|
|
26
|
+
if(semanticColor)
|
|
27
|
+
-attrs.class += ` fm-text-color-${semanticColor}`
|
|
28
|
+
|
|
29
|
+
//--内容
|
|
30
|
+
if(!isLabel)
|
|
31
|
+
if(binding && binding.type)
|
|
32
|
+
if(binding.type === 'Const')
|
|
33
|
+
-valueStr = `'${binding.value}'`;
|
|
34
|
+
if(binding.type === 'Form')
|
|
35
|
+
-valueStr = `${textBindingPrefix}${binding.bindingPath}`;
|
|
36
|
+
if(binding.type === 'LocaleVariable' || binding.type === 'RemoteVariable')
|
|
37
|
+
-valueStr = `uiState.${binding.code}`;
|
|
38
|
+
else
|
|
39
|
+
if(typeof binding==='string')
|
|
40
|
+
-valueStr = `'${binding}'`;
|
|
41
|
+
else
|
|
42
|
+
-valueStr = `uiState.${binding.fullPath}`;
|
|
43
|
+
|
|
44
|
+
if(formatter && formatter.type)
|
|
45
|
+
-formatterType = formatter.type
|
|
46
|
+
-delete formatter.type
|
|
47
|
+
-var content = `{{$formatUtils.${formatterType}(${valueStr},${JSON.stringify(formatter)})}}`
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
//--样式
|
|
51
|
+
if(attrs.style)
|
|
52
|
+
-attrs.style += `;`
|
|
53
|
+
|
|
54
|
+
if(variable.size && variable.size.width)
|
|
55
|
+
-attrs.style += `width:${variable.size.width}px;`
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
if(variable.size && variable.size.height)
|
|
59
|
+
-attrs.style += `height:${variable.size.height}px;`
|
|
60
|
+
|
|
61
|
+
if(fontSize)
|
|
62
|
+
-attrs.style += `font-size:${fontSize}px;`
|
|
63
|
+
|
|
64
|
+
if(lineHeight)
|
|
65
|
+
-attrs.style += `line-height:${lineHeight}px;`
|
|
66
|
+
|
|
67
|
+
if(isLabel)
|
|
68
|
+
label()&attributes(attrs)
|
|
69
|
+
| !{content}
|
|
70
|
+
else if(displayType && displayType.startsWith('title-'))
|
|
71
|
+
div(
|
|
72
|
+
v-if=visible
|
|
73
|
+
)&attributes(attrs)
|
|
74
|
+
| !{content}
|
|
75
|
+
else
|
|
76
|
+
span(
|
|
77
|
+
v-if=visible
|
|
78
|
+
)&attributes(attrs)
|
|
79
|
+
| !{content}
|
|
80
|
+
|