@farris/jit-engine 1.3.188 → 1.3.192
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 -3
- package/lib/domstructure/devkit/devkit.js +12 -3
- package/lib/domstructure/devkit/devkit.js.map +1 -1
- package/lib/domstructure/devkit/module/module.js +3 -1
- package/lib/domstructure/devkit/module/module.js.map +1 -1
- package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js +1 -1
- package/lib/domstructure/ui/data/collection/farris-datagrid/farris-datagrid.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/lookup_edit.js +2 -5
- package/lib/domstructure/ui/data/fields/form/editable/inputs/reference/lookup_edit.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/editable/inputs/text/multi_text_box.js +2 -2
- package/lib/domstructure/ui/data/fields/form/editable/inputs/text/multi_text_box.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-combo-lookup.js +3 -3
- package/lib/domstructure/ui/data/fields/form/editable/inputs/value/farris-combo-lookup.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/rich-textbox.js +1 -2
- package/lib/domstructure/ui/data/fields/form/rich-textbox.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/tinymce-richtextbox.js +1 -2
- package/lib/domstructure/ui/data/fields/form/tinymce-richtextbox.js.map +1 -1
- package/lib/domstructure/ui/index.js +1 -0
- package/lib/domstructure/ui/index.js.map +1 -1
- package/lib/domstructure/ui/qr-code/index.js +14 -0
- package/lib/domstructure/ui/qr-code/index.js.map +1 -0
- package/lib/domstructure/ui/qr-code/qr-code.js +33 -0
- package/lib/domstructure/ui/qr-code/qr-code.js.map +1 -0
- package/lib/domstructure/ui/static-control/static-control-attribute.js +5 -1
- package/lib/domstructure/ui/static-control/static-control-attribute.js.map +1 -1
- package/lib/domstructure/ui/table/farris-table.js +6 -1
- package/lib/domstructure/ui/table/farris-table.js.map +1 -1
- package/lib/domstructure/ui/tabs/farris-tab-page.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +1 -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 +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/index.js +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-validation-rule.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/index.js +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js +1 -1
- package/lib/mobileapp/vue/code-generator/index.js +1 -1
- package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/component/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/form/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-control.js +7 -4
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-control.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/states/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/vue-viewmodel.js +0 -6
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/vue-viewmodel.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js +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 +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/index.js +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-visible.js +49 -3
- package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/index.js +1 -1
- 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.map +1 -1
- 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 +33 -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/banner/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js +1 -1
- 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 +44 -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 +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +1 -2
- package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js +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/{container/section → section}/vue-section.js +5 -5
- 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 +42 -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 +97 -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/{domstructure/ui/container/section → internal-entity/page-flow}/index.js +1 -1
- 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 +1 -1
- package/lib/mobileapp/vue/pug-generator/index.js +1 -1
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +1 -1
- package/lib/mobileapp/vue/static/.gitignore +13 -0
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/index.js +1 -1
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js +1 -1
- package/lib/mobileapp/vue/utility/type-convert.js +1 -2
- package/lib/mobileapp/vue/utility/type-convert.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-object-creator.js +1 -1
- package/lib/task/devkit-className-modifier.ts/AbstractDevkitClassNameModifier.js +1 -1
- package/lib/task/devkit-className-modifier.ts/AbstractDevkitClassNameModifier.js.map +1 -1
- package/lib/task/recursiveGenerateDevkit.js +4 -1
- package/lib/task/recursiveGenerateDevkit.js.map +1 -1
- package/lib/template/ui/kendo/checkbox.pug +1 -1
- package/lib/template/ui/kendo/combobox.pug +1 -1
- package/lib/template/ui/kendo/datepicker.pug +1 -1
- package/lib/template/ui/kendo/farris-checkbox-group.pug +1 -1
- package/lib/template/ui/kendo/farris-combo-list.pug +1 -1
- package/lib/template/ui/kendo/farris-combo-lookup.pug +1 -1
- package/lib/template/ui/kendo/farris-datepicker.pug +1 -1
- package/lib/template/ui/kendo/farris-number-range.pug +1 -1
- package/lib/template/ui/kendo/farris-number-spinner.pug +1 -1
- package/lib/template/ui/kendo/farris-switch.pug +1 -1
- package/lib/template/ui/kendo/farris-tags.pug +1 -1
- package/lib/template/ui/kendo/farris-time-picker.pug +1 -1
- package/lib/template/ui/kendo/farristabpage.pug +3 -0
- package/lib/template/ui/kendo/input-group.pug +1 -1
- package/lib/template/ui/kendo/language-textbox.pug +1 -1
- package/lib/template/ui/kendo/nav-tab.pug +1 -1
- package/lib/template/ui/kendo/numericbox.pug +1 -1
- package/lib/template/ui/kendo/qr-code.pug +1 -0
- package/lib/template/ui/kendo/radioboxgroup.pug +1 -1
- package/lib/template/ui/kendo/switch.pug +1 -1
- package/lib/template/ui/kendo/table/checkbox.pug +1 -1
- package/lib/template/ui/kendo/table/combobox.pug +1 -1
- package/lib/template/ui/kendo/table/datepicker.pug +1 -1
- package/lib/template/ui/kendo/table/farris-checkbox-group.pug +1 -1
- package/lib/template/ui/kendo/table/farris-combo-list.pug +1 -1
- package/lib/template/ui/kendo/table/farris-combo-lookup.pug +1 -1
- package/lib/template/ui/kendo/table/farris-datepicker.pug +1 -1
- package/lib/template/ui/kendo/table/farris-number-range.pug +1 -1
- package/lib/template/ui/kendo/table/farris-number-spinner.pug +1 -1
- package/lib/template/ui/kendo/table/farris-switch.pug +1 -1
- package/lib/template/ui/kendo/table/farris-tags.pug +1 -1
- package/lib/template/ui/kendo/table/farris-time-picker.pug +1 -1
- package/lib/template/ui/kendo/table/input-group.pug +1 -1
- package/lib/template/ui/kendo/table/language-textbox.pug +1 -1
- package/lib/template/ui/kendo/table/lookup.pug +1 -1
- package/lib/template/ui/kendo/table/numericbox.pug +1 -1
- package/lib/template/ui/kendo/table/radioboxgroup.pug +1 -1
- package/lib/template/ui/kendo/table/switch.pug +1 -1
- package/lib/template/ui/kendo/table/textbox.pug +1 -1
- package/lib/template/ui/kendo/textbox.pug +1 -1
- package/lib/template/ui/kendo/tinymcerichtextbox.pug +0 -1
- package/lib/template/ui/mobilevue/schedule.pug +8 -4
- package/lib/utility/declaration-trigger.js +65 -26
- package/lib/utility/declaration-trigger.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/component-events-collector.js +3 -1
- package/lib/utility/devkit/component-parameter-collector/component-events-collector.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/farris-input-group-collector.js +4 -1
- package/lib/utility/devkit/component-parameter-collector/farris-input-group-collector.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/query-schema-collector.js +5 -0
- package/lib/utility/devkit/component-parameter-collector/query-schema-collector.js.map +1 -1
- package/lib/utility/devkit/form-file-executor.js +6 -1
- package/lib/utility/devkit/form-file-executor.js.map +1 -1
- package/lib/utility/devkit/lookup-type-creator-factory.js +27 -0
- package/lib/utility/devkit/lookup-type-creator-factory.js.map +1 -1
- package/lib/utility/devkit/module-creator.js +6 -0
- package/lib/utility/devkit/module-creator.js.map +1 -1
- package/lib/utility/devkit-template-config.js +3 -0
- package/lib/utility/devkit-template-config.js.map +1 -1
- package/lib/utility/i18n/i18n-resource-manager.js +6 -0
- package/lib/utility/i18n/i18n-resource-manager.js.map +1 -1
- package/lib/utility/mobile-approve/entity/panel-for-mobileapprove.js +1 -1
- package/lib/utility/mobile-approve/entity/panel-for-mobileapprove.js.map +1 -1
- package/lib/utility/mobile-approve/recuresive-generate-mobileapprove.js +15 -5
- package/lib/utility/mobile-approve/recuresive-generate-mobileapprove.js.map +1 -1
- package/lib/utility/qrcode-selector-checker.js +58 -0
- package/lib/utility/qrcode-selector-checker.js.map +1 -0
- package/lib/utility/template-generator/devkit/component-generator/component-farris-inputgroup-parameter-generator.js +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-farris-inputgroup-parameter-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-queryschema-parameter-generator.js +4 -0
- package/lib/utility/template-generator/devkit/component-generator/component-queryschema-parameter-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-treegrid-parameter-generator.js +26 -6
- package/lib/utility/template-generator/devkit/component-generator/component-treegrid-parameter-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +2 -0
- package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js +2 -0
- package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js.map +1 -1
- package/lib/utility/toolhepler.js +15 -0
- package/lib/utility/toolhepler.js.map +1 -1
- package/package.json +2 -3
- package/lib/mobileapp/vue/domstructure/ui/container/section/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/container/section/vue-section.js.map +0 -1
- package/lib/template/ui/mobilevue/fm-staff-info.pug +0 -10
- package/lib/template/ui/mobilevue/page-content-container.pug +0 -10
- package/lib/template/ui/mobilevue/page-footer-container.pug +0 -10
- package/lib/template/ui/mobilevue/page-header-container.pug +0 -10
|
@@ -40,7 +40,7 @@ div(class="farris-input-wrap")
|
|
|
40
40
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
41
41
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
42
42
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
43
|
-
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
43
|
+
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
44
44
|
if(variable.titleTipsTemplate)
|
|
45
45
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
46
46
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -39,7 +39,7 @@ div(class="farris-input-wrap")
|
|
|
39
39
|
else
|
|
40
40
|
-areaAttrs['[(ngModel)]'] =variable.rowPrefix+(variable.ngModelPath);
|
|
41
41
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
42
|
-
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?variable.format:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
42
|
+
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?variable.format:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
43
43
|
if(variable.titleTipsTemplate)
|
|
44
44
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
45
45
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -36,7 +36,7 @@ div('class'='farris-input-wrap')
|
|
|
36
36
|
else
|
|
37
37
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
38
38
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
39
|
-
farris-text('[type]'="'enum'" '[data]'=variable.itemsLang?""+variable.itemsLang:undefined '[enumDelimiter]'=variable.separator?"'"+variable.separator+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
39
|
+
farris-text('[type]'="'enum'" '[data]'=variable.itemsLang?""+variable.itemsLang:undefined '[enumDelimiter]'=variable.separator?"'"+variable.separator+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
40
40
|
if(variable.titleTipsTemplate)
|
|
41
41
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
42
42
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -40,7 +40,7 @@ div(class="farris-input-wrap")
|
|
|
40
40
|
else
|
|
41
41
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
42
42
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
43
|
-
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?variable.enumDataLang:undefined '[valueField]'=variable.idField?"'"+variable.idField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
43
|
+
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?variable.enumDataLang:undefined '[valueField]'=variable.idField?"'"+variable.idField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
44
44
|
if(variable.titleTipsTemplate)
|
|
45
45
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
46
46
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -20,7 +20,7 @@ div(class="farris-input-wrap")
|
|
|
20
20
|
-attrs["farris-set-focus"]="";
|
|
21
21
|
if(variable.focusState)
|
|
22
22
|
-attrs["[focusState]"]=variable.focusState+"";
|
|
23
|
-
farris-combo-lookup(id=variable.replacedId "input-end-edit" '(selectedValues)'=variable.selectedValues?variable.selectedValues:undefined '[displayType]'=variable.displayType?"'"+variable.displayType+"'":undefined '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable.toString():undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined '[panelWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[panelHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[idField]'=variable.idField?"'"+variable.idField+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[uri]'=variable.uri?"'"+variable.uri+"'":undefined '[multiSelect]'=(variable.multiSelect || variable.multiSelect==false)?variable.multiSelect.toString():undefined '(showPanel)'=variable.onShown?variable.onShown:undefined '(hidePanel)'=variable.onHidden?variable.onHidden:undefined '(clear)'=variable.clear?variable.clear:undefined '[autoWidth]'=(variable.autoWidth||variable.autoWidth==false)?variable.autoWidth.toString():undefined '[mapFields]'=variable.mapFields?""+variable.mapFields:undefined '[beforeShow]'=variable.beforeShow?""+variable.beforeShow:undefined '[beforeHide]'=variable.beforeHide?""+variable.beforeHide:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[context]'!=variable.context?""+variable.context:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'!=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined )&attributes(attrs)
|
|
23
|
+
farris-combo-lookup(id=variable.replacedId "input-end-edit" '(selectedValues)'=variable.selectedValues?variable.selectedValues:undefined '[displayType]'=variable.displayType?"'"+variable.displayType+"'":undefined '[disabled]'!=(variable.disable||variable.disable==false)?variable.disable.toString():undefined '[editable]'=(variable.editable||variable.editable==false)?variable.editable.toString():undefined '[panelWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[panelHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[idField]'=variable.idField?"'"+variable.idField+"'":undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[uri]'=variable.uri?"'"+variable.uri+"'":undefined '[multiSelect]'=(variable.multiSelect || variable.multiSelect==false)?variable.multiSelect.toString():undefined '(showPanel)'=variable.onShown?variable.onShown:undefined '(hidePanel)'=variable.onHidden?variable.onHidden:undefined '(clear)'=variable.clear?variable.clear:undefined '[autoWidth]'=(variable.autoWidth||variable.autoWidth==false)?variable.autoWidth.toString():undefined '[mapFields]'=variable.mapFields?""+variable.mapFields:undefined '[beforeShow]'=variable.beforeShow?""+variable.beforeShow:undefined '[beforeHide]'=variable.beforeHide?""+variable.beforeHide:undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[context]'!=variable.context?""+variable.context:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[showHeader]'=variable.showHeader?""+variable.showHeader.value:undefined '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'!=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined '[loadTreeDataType]'=variable.loadTreeDataType ?"'"+variable.loadTreeDataType+"'":undefined )&attributes(attrs)
|
|
24
24
|
div(class="farris-feedback")
|
|
25
25
|
if(variable.titleTipsTemplate)
|
|
26
26
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
@@ -46,7 +46,7 @@ div(class="farris-input-wrap")
|
|
|
46
46
|
else
|
|
47
47
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
48
48
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
49
|
-
farris-text('[type]'="'date'" '[localization]'=variable.localization?""+true:undefined '[localizationType]'=variable.localization?"'"+variable.localizationType+"'":undefined "farris-text-localization"=variable.localization?"":undefined '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[format]'=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[dateRangeDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
49
|
+
farris-text('[type]'="'date'" '[localization]'=variable.localization?""+true:undefined '[localizationType]'=variable.localization?"'"+variable.localizationType+"'":undefined "farris-text-localization"=variable.localization?"":undefined '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[showType]'=(variable.showType || variable.showType==false)?""+variable.showType:undefined '[format]'=variable.dateFormat?"'"+variable.dateFormat+"'":undefined '[dateRange]'!=(variable.dateRange||variable.dateRange==false)?variable.dateRange+"":undefined '[dateRangeDelimiter]'!=variable.dateRangeDatesDelimiter?"'"+variable.dateRangeDatesDelimiter+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
50
50
|
if(variable.titleTipsTemplate)
|
|
51
51
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
52
52
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -38,7 +38,7 @@ div(class="farris-input-wrap")
|
|
|
38
38
|
else
|
|
39
39
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
40
40
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
41
|
-
farris-text('[type]'="'number'" '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
41
|
+
farris-text('[type]'="'number'" '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
42
42
|
if(variable.titleTipsTemplate)
|
|
43
43
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
44
44
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -37,7 +37,7 @@ div(class="farris-input-wrap")
|
|
|
37
37
|
else
|
|
38
38
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
39
39
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
40
|
-
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[option]'=variable.textOptionsName?variable.textOptionsName:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
40
|
+
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[textAlign]'=variable.textAlign?"'"+variable.textAlign+"'":undefined '[option]'=variable.textOptionsName?variable.textOptionsName:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
41
41
|
if(variable.titleTipsTemplate)
|
|
42
42
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
43
43
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -36,7 +36,7 @@ div(class="farris-input-wrap")
|
|
|
36
36
|
else
|
|
37
37
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
38
38
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
39
|
-
farris-text('[type]'="'boolean'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
39
|
+
farris-text('[type]'="'boolean'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
40
40
|
if(variable.titleTipsTemplate)
|
|
41
41
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
42
42
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -38,7 +38,7 @@ div(class="farris-input-wrap")
|
|
|
38
38
|
else
|
|
39
39
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
40
40
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
41
|
-
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
41
|
+
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
42
42
|
if(variable.titleTipsTemplate)
|
|
43
43
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
44
44
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -41,7 +41,7 @@ div(class="farris-input-wrap")
|
|
|
41
41
|
else
|
|
42
42
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
43
43
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
44
|
-
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
44
|
+
farris-text('[type]'="'date'" '[showTime]'=(variable.showTime || variable.showTime== false)?""+variable.showTime:undefined '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
45
45
|
if(variable.titleTipsTemplate)
|
|
46
46
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
47
47
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -35,7 +35,7 @@ div('class'='farris-input-wrap')
|
|
|
35
35
|
else
|
|
36
36
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
37
37
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
38
|
-
farris-text('[type]'="'string'" '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
38
|
+
farris-text('[type]'="'string'" '[isPassword]'=(variable.isPassword || variable.isPassword == false)?""+variable.isPassword:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
39
39
|
if(variable.titleTipsTemplate)
|
|
40
40
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
41
41
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -40,7 +40,7 @@ div(class="farris-input-wrap")
|
|
|
40
40
|
else
|
|
41
41
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
42
42
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
43
|
-
farris-text('[type]'="'string'" '[currentLanguage]'="this.lang" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
43
|
+
farris-text('[type]'="'string'" '[currentLanguage]'="this.lang" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
44
44
|
if(variable.titleTipsTemplate)
|
|
45
45
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
46
46
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -30,7 +30,7 @@ div(class="farris-input-wrap")
|
|
|
30
30
|
if(variable.focusState)
|
|
31
31
|
-attrs["[focusState]"]=variable.focusState+"";
|
|
32
32
|
-attrs['#'+variable.replacedId] = "";
|
|
33
|
-
farris-lookup-grid(id=variable.replacedId "input-end-edit" 'lookupGridRef' 'data-mapping' '[useTip]'=(variable.useTip || variable.useTip==false)?variable.useTip+"":undefined '[useFavorite]'=(variable.useFavorite || variable.useFavorite==false)?variable.useFavorite+"":undefined '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[editable]'=(variable.editable || variable.editable==false)?""+variable.editable:undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[displayType]'="'" + variable.displayType+ "'" '[uri]'="'" + (variable.dataSource && variable.dataSource.uri) + "'" '[idField]'="'" + (variable.dataSource && variable.dataSource.idField) + "'" '[mapFields]'=variable.mapFields?variable.mapFields:undefined '[singleSelect]'=(!variable.multiSelect) + "" '[pageSize]'=(variable.pageSize || 20) '[pageList]'=variable.arrPageList?variable.arrPageList:undefined '[pageIndex]'=(variable.pageIndex || 1) '[pagination]'=(variable.pagination == null | variable.pagination == undefined)?"true":variable.pagination + "" '[textField]'="'" + variable.textField + "'" '[valueField]'="'" + variable.valueField + "'" '[title]'=variable.dialogTitleLang?""+variable.dialogTitleLang:undefined '[showMaxButton]'=(variable.showMaxButton == null | variable.showMaxButton == undefined)?"true":variable.showMaxButton + "" '[showCloseButton]'=(variable.showCloseButton == null | variable.showCloseButton == undefined)?"true":variable.showCloseButton + "" '[resizable]'=(variable.resizable == null | variable.resizable == undefined)?"true":variable.resizable + "" '(clear)'=variable.clear?variable.clear:undefined '[context]'=variable.context?variable.context:undefined '[enableToSelect]'=(variable.enableToSelect || variable.enableToSelect == false)?""+variable.enableToSelect:undefined '[expandLevel]'=""+variable.expandLevel '[isRecordSize]'=(variable.isRecordSize || variable.isRecordSize == false)?""+variable.isRecordSize:undefined '[enableFullTree]'=(variable.enableFullTree || variable.enableFullTree == false)?""+variable.enableFullTree:undefined '[loadTreeDataType]'=variable.loadTreeDataType ?"'"+variable.loadTreeDataType+"'":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[dialogWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[dialogHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[enableCascade]'=variable.enableCascade?""+variable.enableCascade:undefined '[cascadeStatus]'=variable.cascadeStatus?"'"+variable.cascadeStatus+"'":undefined '[useExtendInfo]'=(variable.useExtendInfo || variable.useExtendInfo==false)?""+variable.useExtendInfo:undefined '[extInfoFields]'=variable.extInfoFields?"'"+variable.extInfoFields+"'":undefined '[extInfoFormatter]'=variable.extInfoFormatterName?""+variable.extInfoFormatterName:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[customFormatter]'=variable.customFormatterName?""+variable.customFormatterName:undefined '[selectFirstInNav]'=variable.selectFirstInNav?""+variable.selectFirstInNav.value:undefined '[loadDataWhenOpen]'=variable.loadDataWhenOpen?""+variable.loadDataWhenOpen.value:undefined '[customNavFormatter]'=variable.customNavFormatterName?""+variable.customNavFormatterName:undefined '[treeInfo]'=variable.treeInfo?variable.treeInfo:undefined '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[viewType]'=variable.viewType?"'"+variable.viewType+"'":undefined '[target]'="row" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined
|
|
33
|
+
farris-lookup-grid(id=variable.replacedId "input-end-edit" 'lookupGridRef' 'data-mapping' '[useTip]'=(variable.useTip || variable.useTip==false)?variable.useTip+"":undefined '[useFavorite]'=(variable.useFavorite || variable.useFavorite==false)?variable.useFavorite+"":undefined '[nosearch]'=variable.noSearch?""+variable.noSearch.value:undefined '[editable]'=(variable.editable || variable.editable==false)?""+variable.editable:undefined '[disabled]'!=variable.disable?variable.disable.toString():undefined '[displayType]'="'" + variable.displayType+ "'" '[uri]'="'" + (variable.dataSource && variable.dataSource.uri) + "'" '[idField]'="'" + (variable.dataSource && variable.dataSource.idField) + "'" '[mapFields]'=variable.mapFields?variable.mapFields:undefined '[singleSelect]'=(!variable.multiSelect) + "" '[pageSize]'=(variable.pageSize || 20) '[pageList]'=variable.arrPageList?variable.arrPageList:undefined '[pageIndex]'=(variable.pageIndex || 1) '[pagination]'=(variable.pagination == null | variable.pagination == undefined)?"true":variable.pagination + "" '[textField]'="'" + variable.textField + "'" '[valueField]'="'" + variable.valueField + "'" '[title]'=variable.dialogTitleLang?""+variable.dialogTitleLang:undefined '[showMaxButton]'=(variable.showMaxButton == null | variable.showMaxButton == undefined)?"true":variable.showMaxButton + "" '[showCloseButton]'=(variable.showCloseButton == null | variable.showCloseButton == undefined)?"true":variable.showCloseButton + "" '[resizable]'=(variable.resizable == null | variable.resizable == undefined)?"true":variable.resizable + "" '(clear)'=variable.clear?variable.clear:undefined '[context]'=variable.context?variable.context:undefined '[enableToSelect]'=(variable.enableToSelect || variable.enableToSelect == false)?""+variable.enableToSelect:undefined '[expandLevel]'=""+variable.expandLevel '[isRecordSize]'=(variable.isRecordSize || variable.isRecordSize == false)?""+variable.isRecordSize:undefined '[enableFullTree]'=(variable.enableFullTree || variable.enableFullTree == false)?""+variable.enableFullTree:undefined '[loadTreeDataType]'=variable.loadTreeDataType ?"'"+variable.loadTreeDataType+"'":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[enableClear]'=(variable.enableClear || variable.enableClear==false)?""+variable.enableClear:undefined '[dialogWidth]'=variable.panelWidth?""+variable.panelWidth:undefined '[dialogHeight]'=variable.panelHeight?""+variable.panelHeight:undefined '[enableCascade]'=variable.enableCascade?""+variable.enableCascade:undefined '[cascadeStatus]'=variable.cascadeStatus?"'"+variable.cascadeStatus+"'":undefined '[useExtendInfo]'=(variable.useExtendInfo || variable.useExtendInfo==false)?""+variable.useExtendInfo:undefined '[extInfoFields]'=variable.extInfoFields?"'"+variable.extInfoFields+"'":undefined '[extInfoFormatter]'=variable.extInfoFormatterName?""+variable.extInfoFormatterName:undefined '[requiredOn]'=(variable.isCustomRequire && variable.require && !variable.require.isExpression)?""+variable.require.value:undefined 'farris-dynamic-required'=(variable.isCustomRequire && variable.binding && variable.binding.path)?""+(variable.binding && variable.binding.path):undefined '[customFormatter]'=variable.customFormatterName?""+variable.customFormatterName:undefined '[selectFirstInNav]'=variable.selectFirstInNav?""+variable.selectFirstInNav.value:undefined '[loadDataWhenOpen]'=variable.loadDataWhenOpen?""+variable.loadDataWhenOpen.value:undefined '[customNavFormatter]'=variable.customNavFormatterName?""+variable.customNavFormatterName:undefined '[treeInfo]'=variable.treeInfo?variable.treeInfo:undefined '[maxLength]'=variable.maxSearchLength?""+variable.maxSearchLength:undefined '[viewType]'=variable.viewType?"'"+variable.viewType+"'":undefined '[target]'="row" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[inputAppendControlType]'=variable.originalType?"'"+variable.originalType+"'":undefined '[quickSelect]'=variable.quickSelectName?""+variable.quickSelectName:undefined)&attributes(attrs)
|
|
34
34
|
div(class="farris-feedback")
|
|
35
35
|
if(variable.isTextArea)
|
|
36
36
|
-var areaAttrs = {};
|
|
@@ -39,7 +39,7 @@ div(class="farris-input-wrap")
|
|
|
39
39
|
else
|
|
40
40
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
41
41
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
42
|
-
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
42
|
+
farris-text('[type]'="'number'" '[format]'=variable.format?"'"+variable.format+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
43
43
|
if(variable.titleTipsTemplate)
|
|
44
44
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
45
45
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -36,7 +36,7 @@ div('class'='farris-input-wrap')
|
|
|
36
36
|
else
|
|
37
37
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
38
38
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
39
|
-
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?""+variable.enumDataLang:undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
39
|
+
farris-text('[type]'="'enum'" '[data]'!=variable.enumDataLang?""+variable.enumDataLang:undefined '[valueField]'=variable.valueField?"'"+variable.valueField+"'":undefined '[textField]'=variable.textField?"'"+variable.textField+"'":undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
40
40
|
if(variable.titleTipsTemplate)
|
|
41
41
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
42
42
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -36,7 +36,7 @@ div(class="farris-input-wrap")
|
|
|
36
36
|
else
|
|
37
37
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
38
38
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
39
|
-
farris-text('[type]'="'string'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
39
|
+
farris-text('[type]'="'string'" '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
40
40
|
if(variable.titleTipsTemplate)
|
|
41
41
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
42
42
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -44,7 +44,7 @@ div(class="farris-input-wrap")
|
|
|
44
44
|
else
|
|
45
45
|
-areaAttrs['[(ngModel)]'] = variable.rowPrefix+(variable.ngModelPath);
|
|
46
46
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
47
|
-
farris-text('[type]'="'string'" '[isPassword]'=variable.isPassword?""+variable.isPassword:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
47
|
+
farris-text('[type]'="'string'" '[isPassword]'=variable.isPassword?""+variable.isPassword:undefined '[inputAppendControlType]'="'StaticText'" '[input-append]'=variable.enableAppend?""+variable.enableAppend.value:undefined '[inputAppendText]'=variable.inputAppendText?"'"+variable.inputAppendText+"'":undefined ' [inputAppendType]'=variable.inputAppendType?"'"+variable.inputAppendType+"'":undefined '[inputAppendDisabled]'=variable.inputAppendDisabled?""+variable.inputAppendDisabled.value:undefined '(inputAppendClickEvent)'=variable.inputAppendClickEvent?""+variable.inputAppendClickEvent:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
48
48
|
if(variable.titleTipsTemplate)
|
|
49
49
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
50
50
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -65,7 +65,7 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
65
65
|
-areaAttrs['[ngModelOptions]'] = "{standalone:true}";
|
|
66
66
|
else
|
|
67
67
|
-areaAttrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
68
|
-
farris-text('[type]'="'string'" '[isPassword]'=variable.isPassword?""+variable.isPassword:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined )&attributes(areaAttrs)
|
|
68
|
+
farris-text('[type]'="'string'" '[isPassword]'=variable.isPassword?""+variable.isPassword:undefined '[autoSize]'=variable.autoHeight?""+variable.autoHeight.value:undefined '[maxHeight]'=variable.maxHeight?""+variable.maxHeight:undefined )&attributes(areaAttrs)
|
|
69
69
|
if(variable.titleTipsTemplate)
|
|
70
70
|
span(class="farris-label-tips" farrisTooltip [content]=variable.titleTipsTemplateName?""+variable.titleTipsTemplateName:undefined)
|
|
71
71
|
i(class="f-icon f-icon-description-tips")
|
|
@@ -32,7 +32,6 @@ div(class=(variable.appearance && variable.appearance.class) style=(variable.app
|
|
|
32
32
|
-attrs['[ngModelOptions]'] = "{standalone:true}";
|
|
33
33
|
else
|
|
34
34
|
-attrs['formControlName'] = (variable.binding && variable.binding.path);
|
|
35
|
-
|
|
36
35
|
if(variable.hasDefaultFocus)
|
|
37
36
|
-attrs["farris-set-focus"]="";
|
|
38
37
|
if(variable.focusState)
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
+
-var attrs = {};
|
|
2
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
+
-attrs.id = variable.replacedId ? String(variable.replacedId) : undefined;
|
|
5
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
6
|
+
|
|
1
7
|
fm-scheadule(
|
|
2
|
-
|
|
3
|
-
style=(variable.appearance && variable.appearance.style)
|
|
4
|
-
v-if=variable.visible?variable.visible+"":"false"
|
|
8
|
+
v-if=visible
|
|
5
9
|
:startTime=variable.startTime?""+variable.startTime:undefined
|
|
6
10
|
:endTime=variable.endTime?""+variable.endTime:undefined
|
|
7
11
|
:events=variable.events?variable.events:undefined
|
|
8
12
|
eventColor=variable.eventColor?""+variable.eventColor:undefined
|
|
9
13
|
@event-click=variable.onEventClick?""+variable.onEventClick:undefined
|
|
10
|
-
)
|
|
14
|
+
)&attributes(attrs)
|
|
@@ -10,14 +10,15 @@ class DeclarationTrigger {
|
|
|
10
10
|
static getNewInstance() {
|
|
11
11
|
return new DeclarationTrigger();
|
|
12
12
|
}
|
|
13
|
-
modifyComponentCommand(declarations, components) {
|
|
13
|
+
modifyComponentCommand(declarations, components, viewModels) {
|
|
14
14
|
if (declarations && toolhepler_1.ToolHelper.isArray(declarations.events) == true && toolhepler_1.ToolHelper.isArray(components) == true) {
|
|
15
15
|
declarations.events.forEach((declarationEvent) => {
|
|
16
16
|
const declarationEventValidateResult = this.declarationEventValidate(declarationEvent);
|
|
17
17
|
if (declarationEventValidateResult.success == false && declarationEventValidateResult.canContinue == false) {
|
|
18
18
|
throw new Error(declarationEventValidateResult.errorMessage);
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const isFieldEvent = this.isFieldEvent(declarationEvent);
|
|
21
|
+
const declarationPath = isFieldEvent ? declarationEvent.fieldPath : declarationEvent.path;
|
|
21
22
|
const declarationPathArray = declarationPath.split(".");
|
|
22
23
|
if (declarationPathArray.length == 0) {
|
|
23
24
|
const errorMessage = `declaration event has none path.the declaration event code is ${declarationEvent.code}`;
|
|
@@ -25,15 +26,23 @@ class DeclarationTrigger {
|
|
|
25
26
|
throw new Error(errorMessage);
|
|
26
27
|
}
|
|
27
28
|
const componentId = declarationPathArray[0];
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
let selectedComponent;
|
|
30
|
+
if (!isFieldEvent) {
|
|
31
|
+
selectedComponent = components.find((com) => {
|
|
32
|
+
return com.id === componentId;
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
selectedComponent = viewModels.find((com) => {
|
|
37
|
+
return com.id === componentId;
|
|
38
|
+
});
|
|
39
|
+
}
|
|
31
40
|
let findDom;
|
|
32
41
|
if (declarationPathArray.length == 1) {
|
|
33
42
|
findDom = selectedComponent;
|
|
34
43
|
}
|
|
35
44
|
else {
|
|
36
|
-
findDom = this.rescureComponent(selectedComponent, 0, declarationPathArray, declarationEvent);
|
|
45
|
+
findDom = this.rescureComponent(selectedComponent, 0, declarationPathArray, declarationEvent, isFieldEvent);
|
|
37
46
|
}
|
|
38
47
|
if (!findDom) {
|
|
39
48
|
findDom = this.triggerValue;
|
|
@@ -41,11 +50,17 @@ class DeclarationTrigger {
|
|
|
41
50
|
if (!findDom) {
|
|
42
51
|
logger_helper_1.LoggerHelper.log(`can not find element ,the code is :${declarationEvent.code}`, logger_level_1.LoggerLevel.Warning);
|
|
43
52
|
}
|
|
44
|
-
this.modifyComponentDeclaration(findDom, declarationEvent);
|
|
53
|
+
this.modifyComponentDeclaration(findDom, declarationEvent, isFieldEvent);
|
|
45
54
|
});
|
|
46
55
|
}
|
|
47
56
|
}
|
|
48
|
-
|
|
57
|
+
isFieldEvent(eventItem) {
|
|
58
|
+
if (eventItem && eventItem.type == "fieldEvent") {
|
|
59
|
+
return true;
|
|
60
|
+
}
|
|
61
|
+
return false;
|
|
62
|
+
}
|
|
63
|
+
rescureComponent(currentValue, pathIndex, declarationPathArray, declaration, isFieldEvent) {
|
|
49
64
|
if (!currentValue || pathIndex >= declarationPathArray.length) {
|
|
50
65
|
return;
|
|
51
66
|
}
|
|
@@ -54,12 +69,12 @@ class DeclarationTrigger {
|
|
|
54
69
|
if (pathIndex < (declarationPathArray.length - 1)) {
|
|
55
70
|
pathIndex = pathIndex + 1;
|
|
56
71
|
const nextFindID = declarationPathArray[pathIndex];
|
|
57
|
-
if (currentValue.type == "ToolBar" || toolhepler_1.ToolHelper.getClassName(currentValue) == "ToolBar" || (currentValue.type == "ToolBarItem" && currentValue.items && currentValue.items.length)) {
|
|
72
|
+
if (!isFieldEvent && (currentValue.type == "ToolBar" || toolhepler_1.ToolHelper.getClassName(currentValue) == "ToolBar" || (currentValue.type == "ToolBarItem" && currentValue.items && currentValue.items.length))) {
|
|
58
73
|
if (currentValue.items && currentValue.items.length) {
|
|
59
74
|
currentValue.items.forEach((content) => {
|
|
60
75
|
if (content.id == nextFindID) {
|
|
61
76
|
if (pathIndex != declarationPathArray.length - 1) {
|
|
62
|
-
this.rescureComponent(content, pathIndex, declarationPathArray, declaration);
|
|
77
|
+
this.rescureComponent(content, pathIndex, declarationPathArray, declaration, isFieldEvent);
|
|
63
78
|
}
|
|
64
79
|
else {
|
|
65
80
|
this.triggerValue = content;
|
|
@@ -69,12 +84,12 @@ class DeclarationTrigger {
|
|
|
69
84
|
});
|
|
70
85
|
}
|
|
71
86
|
}
|
|
72
|
-
else if (currentValue.type == "TabToolbar" || toolhepler_1.ToolHelper.getClassName(currentValue) == "TabToolbar") {
|
|
87
|
+
else if (!isFieldEvent && (currentValue.type == "TabToolbar" || toolhepler_1.ToolHelper.getClassName(currentValue) == "TabToolbar")) {
|
|
73
88
|
if (currentValue.contents && currentValue.contents.length) {
|
|
74
89
|
currentValue.contents.forEach((content) => {
|
|
75
90
|
if (content.id == nextFindID) {
|
|
76
91
|
if (pathIndex != declarationPathArray.length - 1) {
|
|
77
|
-
this.rescureComponent(content, pathIndex, declarationPathArray, declaration);
|
|
92
|
+
this.rescureComponent(content, pathIndex, declarationPathArray, declaration, isFieldEvent);
|
|
78
93
|
}
|
|
79
94
|
else {
|
|
80
95
|
this.triggerValue = content;
|
|
@@ -84,17 +99,17 @@ class DeclarationTrigger {
|
|
|
84
99
|
});
|
|
85
100
|
}
|
|
86
101
|
}
|
|
87
|
-
else if (currentValue.componentType == "dataGrid") {
|
|
102
|
+
else if (!isFieldEvent && (currentValue.componentType == "dataGrid")) {
|
|
88
103
|
if (currentValue.template && currentValue.template.id == nextFindID) {
|
|
89
104
|
if (pathIndex != declarationPathArray.length - 1) {
|
|
90
|
-
this.rescureComponent(currentValue.template, pathIndex, declarationPathArray, declaration);
|
|
105
|
+
this.rescureComponent(currentValue.template, pathIndex, declarationPathArray, declaration, isFieldEvent);
|
|
91
106
|
}
|
|
92
107
|
}
|
|
93
108
|
else if (currentValue.contents && currentValue.contents.length) {
|
|
94
109
|
currentValue.contents.forEach((content) => {
|
|
95
110
|
if (content.id == nextFindID) {
|
|
96
111
|
if (pathIndex != declarationPathArray.length - 1) {
|
|
97
|
-
this.rescureComponent(content, pathIndex, declarationPathArray, declaration);
|
|
112
|
+
this.rescureComponent(content, pathIndex, declarationPathArray, declaration, isFieldEvent);
|
|
98
113
|
}
|
|
99
114
|
else {
|
|
100
115
|
this.triggerValue = content;
|
|
@@ -104,17 +119,17 @@ class DeclarationTrigger {
|
|
|
104
119
|
});
|
|
105
120
|
}
|
|
106
121
|
}
|
|
107
|
-
else if (currentValue.componentType == "Frame") {
|
|
122
|
+
else if (!isFieldEvent && currentValue.componentType == "Frame") {
|
|
108
123
|
if (currentValue.template && currentValue.template.id == nextFindID) {
|
|
109
124
|
if (pathIndex != declarationPathArray.length - 1) {
|
|
110
|
-
this.rescureComponent(currentValue.template, pathIndex, declarationPathArray, declaration);
|
|
125
|
+
this.rescureComponent(currentValue.template, pathIndex, declarationPathArray, declaration, isFieldEvent);
|
|
111
126
|
}
|
|
112
127
|
}
|
|
113
128
|
else if (currentValue.contents && currentValue.contents.length) {
|
|
114
129
|
currentValue.contents.forEach((content) => {
|
|
115
130
|
if (content.id == nextFindID) {
|
|
116
131
|
if (pathIndex != declarationPathArray.length - 1) {
|
|
117
|
-
this.rescureComponent(content, pathIndex, declarationPathArray, declaration);
|
|
132
|
+
this.rescureComponent(content, pathIndex, declarationPathArray, declaration, isFieldEvent);
|
|
118
133
|
}
|
|
119
134
|
else {
|
|
120
135
|
this.triggerValue = content;
|
|
@@ -124,15 +139,15 @@ class DeclarationTrigger {
|
|
|
124
139
|
});
|
|
125
140
|
}
|
|
126
141
|
}
|
|
127
|
-
else if ((currentValue.contents && currentValue.contents.length)) {
|
|
142
|
+
else if (!isFieldEvent && (currentValue.contents && currentValue.contents.length)) {
|
|
128
143
|
if (currentValue.type == "TabPage" && currentValue.toolbar && currentValue.toolbar.id == nextFindID) {
|
|
129
|
-
this.rescureComponent(currentValue.toolbar, pathIndex, declarationPathArray, declaration);
|
|
144
|
+
this.rescureComponent(currentValue.toolbar, pathIndex, declarationPathArray, declaration, isFieldEvent);
|
|
130
145
|
}
|
|
131
146
|
else {
|
|
132
147
|
currentValue.contents.forEach((content) => {
|
|
133
148
|
if (content.id == nextFindID) {
|
|
134
149
|
if (pathIndex != declarationPathArray.length - 1) {
|
|
135
|
-
this.rescureComponent(content, pathIndex, declarationPathArray, declaration);
|
|
150
|
+
this.rescureComponent(content, pathIndex, declarationPathArray, declaration, isFieldEvent);
|
|
136
151
|
}
|
|
137
152
|
else {
|
|
138
153
|
this.triggerValue = content;
|
|
@@ -142,6 +157,19 @@ class DeclarationTrigger {
|
|
|
142
157
|
});
|
|
143
158
|
}
|
|
144
159
|
}
|
|
160
|
+
else if (isFieldEvent && toolhepler_1.ToolHelper.isArray(currentValue.fields, false)) {
|
|
161
|
+
currentValue.fields.forEach((fieldItem) => {
|
|
162
|
+
if (fieldItem.id == nextFindID) {
|
|
163
|
+
if (pathIndex != declarationPathArray.length - 1) {
|
|
164
|
+
this.rescureComponent(fieldItem, pathIndex, declarationPathArray, declaration, isFieldEvent);
|
|
165
|
+
}
|
|
166
|
+
else {
|
|
167
|
+
this.triggerValue = fieldItem;
|
|
168
|
+
return fieldItem;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
});
|
|
172
|
+
}
|
|
145
173
|
else {
|
|
146
174
|
logger_helper_1.LoggerHelper.log("unknown declaration trigger,please call to administrator", logger_level_1.LoggerLevel.Warning);
|
|
147
175
|
}
|
|
@@ -149,7 +177,7 @@ class DeclarationTrigger {
|
|
|
149
177
|
else {
|
|
150
178
|
pathIndex = pathIndex + 1;
|
|
151
179
|
const nextFindID = declarationPathArray[pathIndex];
|
|
152
|
-
if (currentValue.type == "ToolBar") {
|
|
180
|
+
if (!isFieldEvent && currentValue.type == "ToolBar") {
|
|
153
181
|
if (currentValue.items && currentValue.items.length) {
|
|
154
182
|
currentValue.items.forEach((content) => {
|
|
155
183
|
if (content.id == nextFindID) {
|
|
@@ -160,7 +188,7 @@ class DeclarationTrigger {
|
|
|
160
188
|
}
|
|
161
189
|
}
|
|
162
190
|
else {
|
|
163
|
-
if (currentValue.contents && currentValue.contents.length) {
|
|
191
|
+
if (!isFieldEvent && (currentValue.contents && currentValue.contents.length)) {
|
|
164
192
|
currentValue.contents.forEach((content) => {
|
|
165
193
|
if (content.id == nextFindID) {
|
|
166
194
|
this.triggerValue = content;
|
|
@@ -168,16 +196,27 @@ class DeclarationTrigger {
|
|
|
168
196
|
}
|
|
169
197
|
});
|
|
170
198
|
}
|
|
199
|
+
else if (isFieldEvent && currentValue.fields && currentValue.fields.length) {
|
|
200
|
+
currentValue.fields.forEach((fieldItem) => {
|
|
201
|
+
if (fieldItem.id == nextFindID) {
|
|
202
|
+
this.triggerValue = fieldItem;
|
|
203
|
+
return fieldItem;
|
|
204
|
+
}
|
|
205
|
+
});
|
|
206
|
+
}
|
|
171
207
|
}
|
|
172
208
|
}
|
|
173
209
|
}
|
|
174
210
|
}
|
|
175
|
-
modifyComponentDeclaration(findDom, declaration) {
|
|
211
|
+
modifyComponentDeclaration(findDom, declaration, isFieldEvent) {
|
|
176
212
|
if (findDom && declaration) {
|
|
177
213
|
const declarationEvent = declaration.event;
|
|
178
214
|
const declarationCode = declaration.code;
|
|
179
215
|
const suffixDeclarationEvent = "DeclarationEvents";
|
|
180
|
-
|
|
216
|
+
let generatedTriggerValue = `this.trigger('${declarationCode.trim()}');`;
|
|
217
|
+
if (isFieldEvent) {
|
|
218
|
+
generatedTriggerValue = `trigger:${declarationCode.trim()}`;
|
|
219
|
+
}
|
|
181
220
|
const generatedDeclarationEvent = `${declarationEvent}${suffixDeclarationEvent}`;
|
|
182
221
|
let domEventValue = findDom[declarationEvent];
|
|
183
222
|
if (declarationEvent == "onInit" || declarationEvent == "afterViewInit") {
|
|
@@ -219,7 +258,7 @@ class DeclarationTrigger {
|
|
|
219
258
|
else {
|
|
220
259
|
if (domEventValue) {
|
|
221
260
|
if (domEventValue.endsWith(";") == false) {
|
|
222
|
-
if (domEventValue.endsWith("()") == false) {
|
|
261
|
+
if (!isFieldEvent && domEventValue.endsWith("()") == false) {
|
|
223
262
|
domEventValue = domEventValue + "()";
|
|
224
263
|
}
|
|
225
264
|
domEventValue = domEventValue + ";" + generatedTriggerValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"declaration-trigger.js","sourceRoot":"","sources":["../../src/utility/declaration-trigger.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"declaration-trigger.js","sourceRoot":"","sources":["../../src/utility/declaration-trigger.ts"],"names":[],"mappings":"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"}
|