@farris/jit-engine 1.3.254 → 1.3.255
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 +9 -1
- package/lib/domstructure/devkit/devkit.js +4 -1
- package/lib/domstructure/devkit/devkit.js.map +1 -1
- package/lib/domstructure/devkit/module/module.js +2 -1
- package/lib/domstructure/devkit/module/module.js.map +1 -1
- package/lib/domstructure/devkit/viewmodel/component/component.js +1 -1
- package/lib/domstructure/devkit/viewmodel/component/component.js.map +1 -1
- package/lib/domstructure/devkit/viewmodel/viewmodel.js +2 -0
- package/lib/domstructure/devkit/viewmodel/viewmodel.js.map +1 -1
- package/lib/domstructure/ui/light-listfilter/farris-light-listfilter.js +3 -2
- package/lib/domstructure/ui/light-listfilter/farris-light-listfilter.js.map +1 -1
- package/lib/domstructure/ui/list-filter/farris-list-filter.js +3 -2
- package/lib/domstructure/ui/list-filter/farris-list-filter.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/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 +57 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.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/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/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/static/.gitignore +13 -0
- package/lib/template/ui/kendo/farris-light-list-filter.pug +2 -1
- package/lib/template/ui/kendo/farris-list-filter.pug +2 -1
- package/lib/template/ui/kendo/multi-select.pug +1 -1
- package/lib/template/ui/kendo/table/multi-select.pug +1 -1
- package/lib/template/ui/mobilevue/action-bar.pug +10 -10
- package/lib/template/ui/mobilevue/approval-info.pug +18 -18
- package/lib/template/ui/mobilevue/approval-logs.pug +11 -11
- package/lib/template/ui/mobilevue/attachment-entry.pug +17 -17
- package/lib/template/ui/mobilevue/attachment-uploader.pug +18 -18
- package/lib/template/ui/mobilevue/attachment.pug +28 -28
- package/lib/template/ui/mobilevue/banner.pug +4 -4
- package/lib/template/ui/mobilevue/button.pug +22 -22
- package/lib/template/ui/mobilevue/calendar.pug +30 -30
- package/lib/template/ui/mobilevue/card.pug +19 -19
- package/lib/template/ui/mobilevue/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue/container.pug +9 -9
- package/lib/template/ui/mobilevue/contentcontainer.pug +11 -11
- package/lib/template/ui/mobilevue/field-set.pug +14 -14
- package/lib/template/ui/mobilevue/filter.pug +23 -23
- package/lib/template/ui/mobilevue/footer.pug +10 -0
- package/lib/template/ui/mobilevue/form.pug +7 -7
- package/lib/template/ui/mobilevue/html-preview.pug +25 -25
- package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
- package/lib/template/ui/mobilevue/label.pug +15 -0
- package/lib/template/ui/mobilevue/nav-bar.pug +30 -30
- package/lib/template/ui/mobilevue/rich-text-editor.pug +57 -57
- package/lib/template/ui/mobilevue/schedule.pug +13 -13
- package/lib/template/ui/mobilevue/scroll-navbar.pug +13 -13
- package/lib/template/ui/mobilevue/search.pug +19 -19
- package/lib/template/ui/mobilevue/section.pug +33 -33
- package/lib/template/ui/mobilevue/sidebar-item.pug +9 -9
- package/lib/template/ui/mobilevue/sidebar.pug +11 -11
- package/lib/template/ui/mobilevue/staff-info.pug +12 -12
- package/lib/template/ui/mobilevue/static-text.pug +1 -1
- package/lib/template/ui/mobilevue/steps.pug +8 -8
- package/lib/template/ui/mobilevue/switch.pug +45 -45
- package/lib/template/ui/mobilevue/tabpage.pug +14 -14
- package/lib/template/ui/mobilevue/tabs.pug +16 -16
- package/lib/template/ui/mobilevue/toolbar-area.pug +9 -9
- package/lib/template/ui/mobilevue/toolbar-item.pug +14 -14
- package/lib/template/ui/mobilevue/toolbar.pug +5 -5
- package/lib/template/ui/mobilevue/vant-tabpage.pug +6 -0
- package/lib/template/ui/mobilevue/vant-tabs.pug +6 -0
- package/lib/utility/aif-check.js +13 -0
- package/lib/utility/aif-check.js.map +1 -0
- package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js +2 -1
- package/lib/utility/devkit/component-parameter-collector/farris-datagrid-collector.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js +3 -0
- package/lib/utility/devkit/component-parameter-collector/farris-list-filter-parameter-collector.js.map +1 -1
- package/lib/utility/devkit/form-file-executor.js +11 -5
- package/lib/utility/devkit/form-file-executor.js.map +1 -1
- package/lib/utility/devkit/module-creator.js +3 -0
- package/lib/utility/devkit/module-creator.js.map +1 -1
- package/lib/utility/devkit/viewmodels-creator.js +6 -0
- package/lib/utility/devkit/viewmodels-creator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js +29 -1
- package/lib/utility/template-generator/devkit/component-generator/component-farrisgrid-parameter-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js +5 -0
- package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js +5 -0
- package/lib/utility/template-generator/devkit/component-generator/component-listfilter-parameter-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js +4 -0
- package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/module-generator/module-import-statement-generator.js +5 -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 +7 -0
- package/lib/utility/template-generator/devkit/module-generator/module-imports-statement-generator.js.map +1 -1
- package/package.json +55 -55
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueToolBar = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../vue-base-component");
|
|
5
|
+
const vue_content_type_creator_1 = require("../../../utility/vue-content-type-creator");
|
|
6
|
+
const vue_object_creator_1 = require("../../../utility/vue-object-creator");
|
|
7
|
+
class VueToolBar extends vue_base_component_1.VueBaseComponent {
|
|
8
|
+
constructor(param) {
|
|
9
|
+
super(param);
|
|
10
|
+
let obj;
|
|
11
|
+
if (typeof param === 'string') {
|
|
12
|
+
obj = JSON.parse(param);
|
|
13
|
+
}
|
|
14
|
+
else {
|
|
15
|
+
obj = param;
|
|
16
|
+
}
|
|
17
|
+
if (!obj) {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
this.contents = [];
|
|
21
|
+
const keys = 'contents,title,visible';
|
|
22
|
+
Object.keys(obj).forEach(key => {
|
|
23
|
+
if (keys.includes(key)) {
|
|
24
|
+
if (key === 'contents') {
|
|
25
|
+
obj[key].forEach((item) => {
|
|
26
|
+
const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
|
|
27
|
+
const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
|
|
28
|
+
if (domObj) {
|
|
29
|
+
const domValue = new domObj(item);
|
|
30
|
+
this.contents.push(domValue);
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this[key] = obj[key];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.VueToolBar = VueToolBar;
|
|
42
|
+
//# sourceMappingURL=vue-toolbar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-toolbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/toolbar/vue-toolbar.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,wFAAkF;AAClF,4EAAuE;AAEvE,MAAa,UAAW,SAAQ,qCAAgB;IAI5C,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QACD,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,wBAAwB,CAAC;QACtC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,KAAK,UAAU,EAAE;oBACpB,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;wBAC3B,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;wBACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;wBACrF,IAAI,MAAM,EAAE;4BACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;4BAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;yBAChC;oBACL,CAAC,CAAC,CAAC;iBACN;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IA8BP,CAAC;CACJ;AAhED,gCAgEC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueInputComponent = void 0;
|
|
4
|
+
const toolhepler_1 = require("../../../../utility/toolhepler");
|
|
5
|
+
const vue_base_component_1 = require("./vue-base-component");
|
|
6
|
+
class VueInputComponent extends vue_base_component_1.VueBaseComponent {
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
9
|
+
let obj;
|
|
10
|
+
if (typeof param === 'string') {
|
|
11
|
+
obj = JSON.parse(param);
|
|
12
|
+
}
|
|
13
|
+
else {
|
|
14
|
+
obj = param;
|
|
15
|
+
}
|
|
16
|
+
if (!obj) {
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
const keys = [
|
|
20
|
+
'id',
|
|
21
|
+
'title',
|
|
22
|
+
'visible',
|
|
23
|
+
'disable',
|
|
24
|
+
'readonly',
|
|
25
|
+
'editable',
|
|
26
|
+
'require',
|
|
27
|
+
'placeholder',
|
|
28
|
+
'labelWidth',
|
|
29
|
+
'direction',
|
|
30
|
+
'binding',
|
|
31
|
+
'labelTips',
|
|
32
|
+
'modelValue',
|
|
33
|
+
'minValue',
|
|
34
|
+
'maxValue',
|
|
35
|
+
'change',
|
|
36
|
+
'isTextArea',
|
|
37
|
+
'validationRules',
|
|
38
|
+
'leftTemplate',
|
|
39
|
+
'labelTemplate',
|
|
40
|
+
'inputTemplate',
|
|
41
|
+
'rightTemplate',
|
|
42
|
+
'extraTemplate',
|
|
43
|
+
];
|
|
44
|
+
Object.keys(obj).forEach((key) => {
|
|
45
|
+
if (keys.includes(key)) {
|
|
46
|
+
switch (key) {
|
|
47
|
+
case 'visible':
|
|
48
|
+
this[key] = this.formatValue(obj[key], 'visible');
|
|
49
|
+
break;
|
|
50
|
+
case 'readonly':
|
|
51
|
+
this[key] = this.formatValue(obj[key], 'readonly');
|
|
52
|
+
break;
|
|
53
|
+
case 'require':
|
|
54
|
+
this[key] = this.formatValue(obj[key], 'required');
|
|
55
|
+
break;
|
|
56
|
+
default:
|
|
57
|
+
this[key] = obj[key];
|
|
58
|
+
break;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
this.errorMessage =
|
|
63
|
+
this.binding && this.binding.path
|
|
64
|
+
? `form.${this.binding.path}.validationResult && form.${this.binding.path}.validationResult.message`
|
|
65
|
+
: undefined;
|
|
66
|
+
this.className =
|
|
67
|
+
(this.appearance.class ? this.appearance.class : '') +
|
|
68
|
+
' ' +
|
|
69
|
+
(this.direction === 'vertical' ? 'fm-input-vertical' : '');
|
|
70
|
+
}
|
|
71
|
+
formatValue(value, name) {
|
|
72
|
+
if (value && toolhepler_1.ToolHelper.isObject(value)) {
|
|
73
|
+
if (value.type === 'Expression') {
|
|
74
|
+
return `form.${this.binding.path}.${name}`;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
return value;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.VueInputComponent = VueInputComponent;
|
|
81
|
+
//# sourceMappingURL=vue-input-component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-input-component.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/domstructure/ui/vue-input-component.ts"],"names":[],"mappings":";;;AAAA,+DAA2D;AAC3D,6DAAuD;AAEvD,MAAa,iBAAkB,SAAQ,qCAAgB;IASrD,YAAY,KAAU;QACpB,KAAK,CAAC,KAAK,CAAC,CAAA;QAEZ,IAAI,GAAQ,CAAA;QACZ,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QAED,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAG;YACX,IAAI;YACJ,OAAO;YACP,SAAS;YACT,SAAS;YACT,UAAU;YACV,UAAU;YACV,SAAS;YACT,aAAa;YACb,YAAY;YACZ,WAAW;YACX,SAAS;YACT,WAAW;YACX,YAAY;YACZ,UAAU;YACV,UAAU;YACV,QAAQ;YACR,YAAY;YACZ,iBAAiB;YACjB,cAAc;YACd,eAAe;YACf,eAAe;YACf,eAAe;YACf,eAAe;SAChB,CAAA;QACD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,QAAQ,GAAG,EAAE;oBACX,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,SAAS,CAAC,CAAA;wBACjD,MAAK;oBACP,KAAK,UAAU;wBACb,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAA;wBAClD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAA;wBAClD,MAAK;oBACP;wBACE,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;wBACpB,MAAK;iBACR;aACF;QACH,CAAC,CAAC,CAAA;QACF,IAAI,CAAC,YAAY;YACf,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI;gBAC/B,CAAC,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,6BAA6B,IAAI,CAAC,OAAO,CAAC,IAAI,2BAA2B;gBACpG,CAAC,CAAC,SAAS,CAAA;QACf,IAAI,CAAC,SAAS;YACZ,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;gBACpD,GAAG;gBACH,CAAC,IAAI,CAAC,SAAS,KAAK,UAAU,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC9D,CAAC;IACD,WAAW,CAAC,KAAU,EAAE,IAAY;QAClC,IAAI,KAAK,IAAI,uBAAU,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;YACvC,IAAI,KAAK,CAAC,IAAI,KAAK,YAAY,EAAE;gBAC/B,OAAO,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,IAAI,EAAE,CAAA;aAC3C;SACF;QACD,OAAO,KAAK,CAAA;IACd,CAAC;CACF;AAnFD,8CAmFC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i-project-data.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/i-project-data.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./vue-page-flow-entity"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAwC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VuePageFlowConvertor = void 0;
|
|
4
|
+
const vue_page_flow_entity_1 = require("./vue-page-flow-entity");
|
|
5
|
+
class VuePageFlowConvertor {
|
|
6
|
+
static convert(pageFlowParameter) {
|
|
7
|
+
return new vue_page_flow_entity_1.VuePageFlowEntity(pageFlowParameter);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.VuePageFlowConvertor = VuePageFlowConvertor;
|
|
11
|
+
//# sourceMappingURL=vue-page-flow-convertor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-page-flow-convertor.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-convertor.ts"],"names":[],"mappings":";;;AAAA,iEAA2D;AAE3D,MAAa,oBAAoB;IAC7B,MAAM,CAAC,OAAO,CAAC,iBAAsB;QACjC,OAAO,IAAI,wCAAiB,CAAC,iBAAiB,CAAC,CAAC;IACpD,CAAC;CACJ;AAJD,oDAIC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VuePageFlowEntity = void 0;
|
|
4
|
+
const vue_page_flow_project_1 = require("./vue-page-flow-project");
|
|
5
|
+
const vue_page_flow_page_1 = require("./vue-page-flow-page");
|
|
6
|
+
const utility_1 = require("../../../../utility");
|
|
7
|
+
class VuePageFlowEntity {
|
|
8
|
+
constructor(param) {
|
|
9
|
+
this.pages = [];
|
|
10
|
+
let obj;
|
|
11
|
+
if (typeof param === 'string') {
|
|
12
|
+
obj = JSON.parse(param);
|
|
13
|
+
}
|
|
14
|
+
else {
|
|
15
|
+
obj = param;
|
|
16
|
+
}
|
|
17
|
+
if (!obj) {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const keys = `
|
|
21
|
+
id,project,pages,entry
|
|
22
|
+
`;
|
|
23
|
+
Object.keys(obj).forEach(key => {
|
|
24
|
+
if (keys.includes(key)) {
|
|
25
|
+
if (key == "project") {
|
|
26
|
+
this.project = new vue_page_flow_project_1.VuePageFlowProject(obj[key]);
|
|
27
|
+
}
|
|
28
|
+
else if (key == "pages") {
|
|
29
|
+
this.pages = [];
|
|
30
|
+
if (utility_1.ToolHelper.isArray(obj[key], false)) {
|
|
31
|
+
obj[key].forEach((item) => {
|
|
32
|
+
this.pages.push(new vue_page_flow_page_1.VuePageFlowPage(item));
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
this[key] = obj[key];
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.VuePageFlowEntity = VuePageFlowEntity;
|
|
44
|
+
//# sourceMappingURL=vue-page-flow-entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-page-flow-entity.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-entity.ts"],"names":[],"mappings":";;;AAAA,mEAA6D;AAC7D,6DAAuD;AACvD,iDAAiD;AAQjD,MAAa,iBAAiB;IAM1B,YAAY,KAAmB;QAH/B,UAAK,GAAsB,EAAE,CAAC;QAI1B,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG;;SAEZ,CAAC;QACF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,IAAI,SAAS,EAAE;oBAClB,IAAI,CAAC,OAAO,GAAG,IAAI,0CAAkB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACnD;qBAAM,IAAI,GAAG,IAAI,OAAO,EAAE;oBACvB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;oBAChB,IAAI,oBAAU,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,EAAE;wBACrC,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;4BAC3B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,oCAAe,CAAC,IAAI,CAAC,CAAC,CAAC;wBAC/C,CAAC,CAAC,CAAC;qBACN;iBACJ;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AAtCD,8CAsCC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VuePageFlowPage = void 0;
|
|
4
|
+
class VuePageFlowPage {
|
|
5
|
+
constructor(param) {
|
|
6
|
+
let obj;
|
|
7
|
+
if (typeof param === 'string') {
|
|
8
|
+
obj = JSON.parse(param);
|
|
9
|
+
}
|
|
10
|
+
else {
|
|
11
|
+
obj = param;
|
|
12
|
+
}
|
|
13
|
+
if (!obj) {
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
const keys = `
|
|
17
|
+
id,code,name,fileName,relativePath,routeUri,children,routeParams
|
|
18
|
+
`;
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VuePageFlowPage = VuePageFlowPage;
|
|
27
|
+
//# sourceMappingURL=vue-page-flow-page.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-page-flow-page.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-page.ts"],"names":[],"mappings":";;;AAMA,MAAa,eAAe;IASxB,YAAY,KAAmB;QAC3B,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG;;SAEZ,CAAC;QACF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AA9BD,0CA8BC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VuePageFlowProject = void 0;
|
|
4
|
+
class VuePageFlowProject {
|
|
5
|
+
constructor(param) {
|
|
6
|
+
let obj;
|
|
7
|
+
if (typeof param === 'string') {
|
|
8
|
+
obj = JSON.parse(param);
|
|
9
|
+
}
|
|
10
|
+
else {
|
|
11
|
+
obj = param;
|
|
12
|
+
}
|
|
13
|
+
if (!obj) {
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
const keys = `
|
|
17
|
+
name
|
|
18
|
+
`;
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VuePageFlowProject = VuePageFlowProject;
|
|
27
|
+
//# sourceMappingURL=vue-page-flow-project.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-page-flow-project.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/internal-entity/page-flow/vue-page-flow-project.ts"],"names":[],"mappings":";;;AACA,MAAa,kBAAkB;IAG3B,YAAY,KAAmB;QAC3B,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QAED,MAAM,IAAI,GAAG;;SAEZ,CAAC;QACF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AAxBD,gDAwBC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueAppIndexVueParameter = void 0;
|
|
4
|
+
class VueAppIndexVueParameter {
|
|
5
|
+
}
|
|
6
|
+
exports.VueAppIndexVueParameter = VueAppIndexVueParameter;
|
|
7
|
+
//# sourceMappingURL=vue-app-index-vue-parameter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-app-index-vue-parameter.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-app-index-vue-parameter.ts"],"names":[],"mappings":";;;AACA,MAAa,uBAAuB;CAoDnC;AApDD,0DAoDC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueAppRouterEntity = exports.VueAppRouterPageEntity = void 0;
|
|
4
|
+
class VueAppRouterPageEntity {
|
|
5
|
+
}
|
|
6
|
+
exports.VueAppRouterPageEntity = VueAppRouterPageEntity;
|
|
7
|
+
class VueAppRouterEntity {
|
|
8
|
+
constructor(formPath, formName, formImportPath) {
|
|
9
|
+
this.formPath = formPath;
|
|
10
|
+
this.formName = formName;
|
|
11
|
+
this.formImportPath = formImportPath;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
exports.VueAppRouterEntity = VueAppRouterEntity;
|
|
15
|
+
//# sourceMappingURL=vue-app-router-entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-app-router-entity.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-app-router-entity.ts"],"names":[],"mappings":";;;AACA,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AAQD,MAAa,kBAAkB;IAM3B,YAAY,QAAgB,EAAE,QAAgB,EAAE,cAAsB;QAClE,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;IACzC,CAAC;CACJ;AAXD,gDAWC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-engine-context.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-engine-context.ts"],"names":[],"mappings":";;;AAIA,MAAa,gBAAgB;CA2B5B;AA3BD,4CA2BC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VuePageComponentGenerateParameter = void 0;
|
|
4
|
+
class VuePageComponentGenerateParameter {
|
|
5
|
+
}
|
|
6
|
+
exports.VuePageComponentGenerateParameter = VuePageComponentGenerateParameter;
|
|
7
|
+
//# sourceMappingURL=vue-page-component-generate-parameter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-page-component-generate-parameter.js","sourceRoot":"","sources":["../../../../src/mobileapp/vue/internal-entity/vue-page-component-generate-parameter.ts"],"names":[],"mappings":";;;AASA,MAAa,iCAAiC;CAkD7C;AAlDD,8EAkDC"}
|
|
@@ -7,4 +7,5 @@ farris-filter(id=variable.replacedId class=(variable.appearance && variable.appe
|
|
|
7
7
|
'[showReminder]'=variable.showReminder?""+variable.showReminder.value:undefined '[floatFilter]'=variable.showExtendInSidebar?""+variable.showExtendInSidebar.value:undefined
|
|
8
8
|
'[filterList]'!=variable.filterListLang?""+variable.filterListLang:undefined '(query)'=variable.query?variable.query+"":undefined '*ngIf'!=variable.visible?""+variable.visible.value:undefined
|
|
9
9
|
'filterRef' '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[defaultValue]'!=variable.binding?""+variable.binding.value:undefined '[clearSelectedText]'=variable.selectedText?""+variable.selectedText:undefined
|
|
10
|
-
'(searchChange)'=variable.searchChange?""+variable.searchChange:undefined '(resetChange)'=variable.clear?variable.clear+"":undefined
|
|
10
|
+
'(searchChange)'=variable.searchChange?""+variable.searchChange:undefined '(resetChange)'=variable.clear?variable.clear+"":undefined
|
|
11
|
+
'[defaultEmptyValueSearch]'=(variable.defaultEmptyValueSearch || variable.defaultEmptyValueSearch == false)?variable.defaultEmptyValueSearch+"":undefined )&attributes(attrs)
|
|
@@ -8,4 +8,5 @@ farris-list-filter(id=variable.replacedId class=(variable.appearance && variable
|
|
|
8
8
|
'[alLeft]'=(variable.alLeft || variable.alLeft == false)?variable.alLeft+"":undefined '[autoWidth]'=(variable.autoWidth || variable.autoWidth ==false )?variable.autoWidth+"":undefined
|
|
9
9
|
'[autoLabel]'=(variable.autoLabel || variable.autoLabel == false)?variable.autoLabel+"":undefined '(query)'=variable.query?variable.query+"":undefined '*ngIf'!=variable.visible?""+variable.visible.value:undefined
|
|
10
10
|
'[filterClass]'=variable.filterClass?"'"+variable.filterClass+"'":undefined '[tab-index]'=(variable.tabindex || variable.tabindex ==0)?""+variable.tabindex:undefined '[defaultValue]'!=variable.binding?""+variable.binding.value:undefined
|
|
11
|
-
'listFilterRef' '(searchChange)'=variable.searchChange?""+variable.searchChange:undefined '(clear)'=variable.clear?variable.clear+"":undefined
|
|
11
|
+
'listFilterRef' '(searchChange)'=variable.searchChange?""+variable.searchChange:undefined '(clear)'=variable.clear?variable.clear+"":undefined
|
|
12
|
+
'[defaultEmptyValueSearch]'=(variable.defaultEmptyValueSearch || variable.defaultEmptyValueSearch == false)?variable.defaultEmptyValueSearch+"":undefined )&attributes(attrs)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
-variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
|
|
2
|
-
|
|
3
|
-
fm-action-bar(
|
|
4
|
-
v-if=variable.visible?variable.visible+"":"false"
|
|
5
|
-
style=(variable.appearance && variable.appearance.style)
|
|
6
|
-
class=(variable.appearance && variable.appearance.class)
|
|
7
|
-
id=variable.id?"" + variable.id:undefined
|
|
8
|
-
:btns=variable.btns?"" + variable.btns:undefined
|
|
9
|
-
)
|
|
10
|
-
|
|
1
|
+
-variable.readonly = variable.readonly?String(variable.readonly).replace(/"/g, "'")+"":undefined;
|
|
2
|
+
|
|
3
|
+
fm-action-bar(
|
|
4
|
+
v-if=variable.visible?variable.visible+"":"false"
|
|
5
|
+
style=(variable.appearance && variable.appearance.style)
|
|
6
|
+
class=(variable.appearance && variable.appearance.class)
|
|
7
|
+
id=variable.id?"" + variable.id:undefined
|
|
8
|
+
:btns=variable.btns?"" + variable.btns:undefined
|
|
9
|
+
)
|
|
10
|
+
|
|
@@ -1,19 +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
|
-
-var noticeText = `流程编号${variable.code},发布于${variable.releaseDate}`
|
|
6
|
-
|
|
7
|
-
fm-approval-info(
|
|
8
|
-
v-if=visible
|
|
9
|
-
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
-
code=variable.code?""+variable.code:undefined
|
|
11
|
-
name=variable.name?""+variable.name:undefined
|
|
12
|
-
releaseDate=variable.releaseDate?""+variable.releaseDate:undefined
|
|
13
|
-
description=variable.description?""+variable.description:undefined
|
|
14
|
-
)&attributes(attrs)
|
|
15
|
-
template(v-slot="slotProps")
|
|
16
|
-
fm-notice-bar(mode="link" class="fm-approval-info-notice-bar")
|
|
17
|
-
| !{noticeText}
|
|
18
|
-
template(#right)
|
|
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
|
+
-var noticeText = `流程编号${variable.code},发布于${variable.releaseDate}`
|
|
6
|
+
|
|
7
|
+
fm-approval-info(
|
|
8
|
+
v-if=visible
|
|
9
|
+
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
+
code=variable.code?""+variable.code:undefined
|
|
11
|
+
name=variable.name?""+variable.name:undefined
|
|
12
|
+
releaseDate=variable.releaseDate?""+variable.releaseDate:undefined
|
|
13
|
+
description=variable.description?""+variable.description:undefined
|
|
14
|
+
)&attributes(attrs)
|
|
15
|
+
template(v-slot="slotProps")
|
|
16
|
+
fm-notice-bar(mode="link" class="fm-approval-info-notice-bar")
|
|
17
|
+
| !{noticeText}
|
|
18
|
+
template(#right)
|
|
19
19
|
<span @click="slotProps.show">查看流程说明</span>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
-var attrs = {};
|
|
3
|
-
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
|
-
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
|
-
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
6
|
-
|
|
7
|
-
approval-logs(
|
|
8
|
-
v-if=visible
|
|
9
|
-
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
-
title=variable.title?""+variable.title:undefined
|
|
11
|
-
:dataId=variable.dataId ?""+variable.dataId:undefined
|
|
1
|
+
|
|
2
|
+
-var attrs = {};
|
|
3
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
6
|
+
|
|
7
|
+
approval-logs(
|
|
8
|
+
v-if=visible
|
|
9
|
+
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
+
title=variable.title?""+variable.title:undefined
|
|
11
|
+
:dataId=variable.dataId ?""+variable.dataId:undefined
|
|
12
12
|
)
|
|
@@ -1,18 +1,18 @@
|
|
|
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
|
-
- var fileList = variable.attachmentPath ? `$filterAttachment(entityListData,'${variable.attachmentPath}','${variable.rootId}')` : '[]'
|
|
6
|
-
fm-attachment-entry(
|
|
7
|
-
v-if=visible
|
|
8
|
-
:fileList=fileList
|
|
9
|
-
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
-
:disabled=variable.disabled?"" + variable.disabled:undefined
|
|
11
|
-
:removable=variable.removable?"" + variable.removable:undefined
|
|
12
|
-
rootId=variable.rootId?"" + variable.rootId:undefined
|
|
13
|
-
direction=variable.direction?"" + variable.direction:undefined
|
|
14
|
-
:externalVideoUrl=variable.externalVideoUrl?"" + variable.externalVideoUrl:undefined
|
|
15
|
-
@remove=variable.remove?"" + variable.remove:undefined
|
|
16
|
-
@upload=variable.upload?"" + variable.upload:undefined
|
|
17
|
-
@selectChange=variable.selectChange? "" + variable.selectChange:undefined
|
|
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
|
+
- var fileList = variable.attachmentPath ? `$filterAttachment(entityListData,'${variable.attachmentPath}','${variable.rootId}')` : '[]'
|
|
6
|
+
fm-attachment-entry(
|
|
7
|
+
v-if=visible
|
|
8
|
+
:fileList=fileList
|
|
9
|
+
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
+
:disabled=variable.disabled?"" + variable.disabled:undefined
|
|
11
|
+
:removable=variable.removable?"" + variable.removable:undefined
|
|
12
|
+
rootId=variable.rootId?"" + variable.rootId:undefined
|
|
13
|
+
direction=variable.direction?"" + variable.direction:undefined
|
|
14
|
+
:externalVideoUrl=variable.externalVideoUrl?"" + variable.externalVideoUrl:undefined
|
|
15
|
+
@remove=variable.remove?"" + variable.remove:undefined
|
|
16
|
+
@upload=variable.upload?"" + variable.upload:undefined
|
|
17
|
+
@selectChange=variable.selectChange? "" + variable.selectChange:undefined
|
|
18
18
|
)&attributes(attrs)
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
- var fileList = `$formatUtils.attachInfo(currentEntityData.${variable.binding.bindingPath},'${variable.rootId}')`
|
|
2
|
-
|
|
3
|
-
fm-attachment-uploader(
|
|
4
|
-
style!=(variable.appearance && variable.appearance.style)
|
|
5
|
-
class!=(variable.appearance && variable.appearance.class)
|
|
6
|
-
v-if!=variable.visible?variable.visible+"":"false"
|
|
7
|
-
title=variable.title?variable.title+"":undefined
|
|
8
|
-
:fileList!=fileList
|
|
9
|
-
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
-
parentDirName!=variable.parentDirName?variable.parentDirName+"":undefined
|
|
11
|
-
rootId!=variable.rootId?variable.rootId+"":undefined
|
|
12
|
-
attachmentPath!=variable.attachmentPath?variable.attachmentPath+"":undefined
|
|
13
|
-
:maxSize!=variable.maxSize?"" + variable.maxSize:undefined
|
|
14
|
-
:maxCount!=variable.maxCount?"" + variable.maxCount:undefined
|
|
15
|
-
:sizeList!=variable.sizeList?"" + variable.sizeList:undefined
|
|
16
|
-
:allowMaxSize!=variable.allowMaxSize?"" + variable.allowMaxSize:undefined
|
|
17
|
-
:allowMaxCount!=variable.allowMaxCount?"" + variable.allowMaxCount:undefined
|
|
18
|
-
:uploadOptions!=variable.uploadOptions?"" + variable.uploadOptions:undefined
|
|
1
|
+
- var fileList = `$formatUtils.attachInfo(currentEntityData.${variable.binding.bindingPath},'${variable.rootId}')`
|
|
2
|
+
|
|
3
|
+
fm-attachment-uploader(
|
|
4
|
+
style!=(variable.appearance && variable.appearance.style)
|
|
5
|
+
class!=(variable.appearance && variable.appearance.class)
|
|
6
|
+
v-if!=variable.visible?variable.visible+"":"false"
|
|
7
|
+
title=variable.title?variable.title+"":undefined
|
|
8
|
+
:fileList!=fileList
|
|
9
|
+
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
10
|
+
parentDirName!=variable.parentDirName?variable.parentDirName+"":undefined
|
|
11
|
+
rootId!=variable.rootId?variable.rootId+"":undefined
|
|
12
|
+
attachmentPath!=variable.attachmentPath?variable.attachmentPath+"":undefined
|
|
13
|
+
:maxSize!=variable.maxSize?"" + variable.maxSize:undefined
|
|
14
|
+
:maxCount!=variable.maxCount?"" + variable.maxCount:undefined
|
|
15
|
+
:sizeList!=variable.sizeList?"" + variable.sizeList:undefined
|
|
16
|
+
:allowMaxSize!=variable.allowMaxSize?"" + variable.allowMaxSize:undefined
|
|
17
|
+
:allowMaxCount!=variable.allowMaxCount?"" + variable.allowMaxCount:undefined
|
|
18
|
+
:uploadOptions!=variable.uploadOptions?"" + variable.uploadOptions:undefined
|
|
19
19
|
)
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
-var attrs = {};
|
|
2
|
-
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
-
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
-
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
5
|
-
|
|
6
|
-
- var fileList = variable.attachmentPath ? `$filterAttachment(entityListData,'${variable.attachmentPath}','${variable.rootId}')` : '[]'
|
|
7
|
-
|
|
8
|
-
fm-attachment(
|
|
9
|
-
v-if=visible
|
|
10
|
-
ref=variable.replacedId
|
|
11
|
-
:fileList=fileList
|
|
12
|
-
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
13
|
-
:multiple=variable.multiple?"" + variable.multiple:undefined
|
|
14
|
-
accept=variable.accept?"" + variable.accept:undefined
|
|
15
|
-
parentDirName=variable.parentDirName? "" + variable.parentDirName:undefined
|
|
16
|
-
rootId=variable.rootId? "" + variable.rootId:undefined
|
|
17
|
-
pattern=variable.pattern? "" + variable.pattern:undefined
|
|
18
|
-
:disabled=variable.disabled?"" + variable.disabled:undefined
|
|
19
|
-
:cloudPlus =variable.cloudPlus ?"" + variable.cloudPlus:undefined
|
|
20
|
-
:ccWork =variable.ccWork ?"" + variable.ccWork :undefined
|
|
21
|
-
:externalVideoUrl=variable.externalVideoUrl?"" + variable.externalVideoUrl:undefined
|
|
22
|
-
:useWatermark=variable.useWatermark?"" + variable.useWatermark:undefined
|
|
23
|
-
:watermarkcontentMode=variable.watermarkcontentMode? "" + variable.showWMLocation:undefined
|
|
24
|
-
:customWatermarkContent=variable.customWatermarkContent ?"" + variable.showWMDate:undefined
|
|
25
|
-
:watermarkStyle=variable.watermarkStyle?"" + variable.watermarkStyle:undefined
|
|
26
|
-
@afterAppendFile=variable.afterAppendFile?"" + variable.afterAppendFile:undefined
|
|
27
|
-
@remove=variable.remove? "" + variable.remove:undefined
|
|
28
|
-
@selectChange=variable.selectChange? "" + variable.selectChange:undefined
|
|
1
|
+
-var attrs = {};
|
|
2
|
+
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
+
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
+
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
5
|
+
|
|
6
|
+
- var fileList = variable.attachmentPath ? `$filterAttachment(entityListData,'${variable.attachmentPath}','${variable.rootId}')` : '[]'
|
|
7
|
+
|
|
8
|
+
fm-attachment(
|
|
9
|
+
v-if=visible
|
|
10
|
+
ref=variable.replacedId
|
|
11
|
+
:fileList=fileList
|
|
12
|
+
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
13
|
+
:multiple=variable.multiple?"" + variable.multiple:undefined
|
|
14
|
+
accept=variable.accept?"" + variable.accept:undefined
|
|
15
|
+
parentDirName=variable.parentDirName? "" + variable.parentDirName:undefined
|
|
16
|
+
rootId=variable.rootId? "" + variable.rootId:undefined
|
|
17
|
+
pattern=variable.pattern? "" + variable.pattern:undefined
|
|
18
|
+
:disabled=variable.disabled?"" + variable.disabled:undefined
|
|
19
|
+
:cloudPlus =variable.cloudPlus ?"" + variable.cloudPlus:undefined
|
|
20
|
+
:ccWork =variable.ccWork ?"" + variable.ccWork :undefined
|
|
21
|
+
:externalVideoUrl=variable.externalVideoUrl?"" + variable.externalVideoUrl:undefined
|
|
22
|
+
:useWatermark=variable.useWatermark?"" + variable.useWatermark:undefined
|
|
23
|
+
:watermarkcontentMode=variable.watermarkcontentMode? "" + variable.showWMLocation:undefined
|
|
24
|
+
:customWatermarkContent=variable.customWatermarkContent ?"" + variable.showWMDate:undefined
|
|
25
|
+
:watermarkStyle=variable.watermarkStyle?"" + variable.watermarkStyle:undefined
|
|
26
|
+
@afterAppendFile=variable.afterAppendFile?"" + variable.afterAppendFile:undefined
|
|
27
|
+
@remove=variable.remove? "" + variable.remove:undefined
|
|
28
|
+
@selectChange=variable.selectChange? "" + variable.selectChange:undefined
|
|
29
29
|
)&attributes(attrs)
|