@farris/jit-engine 1.3.282 → 1.3.284
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 +1 -4
- package/bin/index.js +0 -0
- package/ioc.config +0 -0
- package/lib/.DS_Store +0 -0
- package/lib/domstructure/devkit/section-toolbar/farris-section-toolbar-item.js +1 -8
- package/lib/domstructure/devkit/section-toolbar/farris-section-toolbar-item.js.map +1 -1
- package/lib/domstructure/devkit/tab-toolbar/farris-tab-toolbar-Item.js +1 -8
- package/lib/domstructure/devkit/tab-toolbar/farris-tab-toolbar-Item.js.map +1 -1
- package/lib/domstructure/ui/commands/button.js +0 -6
- package/lib/domstructure/ui/commands/button.js.map +1 -1
- package/lib/domstructure/ui/commands/toolbar.js +0 -2
- package/lib/domstructure/ui/commands/toolbar.js.map +1 -1
- package/lib/domstructure/ui/common/basecomponent.js +0 -11
- package/lib/domstructure/ui/common/basecomponent.js.map +1 -1
- package/lib/domstructure/ui/data/fields/form/form_field.js +16 -17
- package/lib/domstructure/ui/data/fields/form/form_field.js.map +1 -1
- package/lib/domstructure/ui/section/section.js +0 -2
- package/lib/domstructure/ui/section/section.js.map +1 -1
- package/lib/domstructure/ui/table/farris-table-column.js.map +1 -1
- package/lib/domstructure/ui/table/farris-table-static-text.js.map +1 -1
- package/lib/domstructure/ui/tabs/farris-tabs.js +0 -2
- package/lib/domstructure/ui/tabs/farris-tabs.js.map +1 -1
- package/lib/mobileapp/.DS_Store +0 -0
- package/lib/mobileapp/index.js +21 -21
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-filter-generator.js +8 -8
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +2 -2
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +9 -9
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +34 -34
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-router-generator.js +17 -17
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-bindingdata-generator.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-handler-generator.js +25 -25
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-provider-generator.js +51 -51
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-statemachine-generator.js +19 -19
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-viewmodel-generator.js +31 -31
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/app-vue-generator.js +7 -7
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/babel-config-js-generator.js +6 -6
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/gitignore-generator.js +23 -23
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/main-ts-generator.js +11 -11
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js +47 -47
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/readme-md-generator.js +20 -20
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js +1 -3
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +15 -15
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +31 -31
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js +38 -38
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js +20 -20
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-content.js +11 -11
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +18 -18
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +13 -13
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy-service.js +9 -9
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/vue-bef-proxy.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-entity.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-page.js +2 -2
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/vue-page-flow-project.js +2 -2
- package/lib/mobileapp/vue/domstructure/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/{container/vue-layout-container-row.js → banner/vue-banner.js} +6 -6
- 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/{display/avatar → button}/index.js +1 -1
- 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/{container/vue-template-container.js → calendar/calendar.js} +6 -7
- 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/{basic/icon → card}/index.js +1 -1
- 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/{basic/tag → data/fields}/index.js +1 -1
- 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/{container/vue-layout-container.js → html-preview/html-preview.js} +6 -6
- 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/{basic/label → image}/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/image/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +0 -1
- package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/list-view/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/list-view/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js +39 -0
- package/lib/mobileapp/vue/domstructure/ui/list-view/vue-list-view.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-department.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-employee.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js +33 -0
- package/lib/mobileapp/vue/domstructure/ui/lookup/lookup-input.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js +45 -0
- package/lib/mobileapp/vue/domstructure/ui/nav-bar/vue-nav-bar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/number/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/number/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/number/number.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/number/number.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/area-picker.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/index.js +15 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/picker.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/picker/picker.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/radio/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/radio/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js +32 -0
- package/lib/mobileapp/vue/domstructure/ui/radio/radio-group.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/rich-text-editor/rich-text-editor.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/section/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/section/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js +46 -0
- package/lib/mobileapp/vue/domstructure/ui/section/vue-section.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js +15 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar-item.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/sidebar/sidebar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/staff-info/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js +49 -0
- package/lib/mobileapp/vue/domstructure/ui/staff-info/staff-info.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/static-text/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/static-text/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/static-text/static-text.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/switch/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/switch/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/switch/switch-input.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js +33 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-bar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js +45 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tab-page.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js +45 -0
- package/lib/mobileapp/vue/domstructure/ui/tab/vue-tabs.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/text-area/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/text-area/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js +37 -0
- package/lib/mobileapp/vue/domstructure/ui/text-area/text-area.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/{internal-entity/contexts → ui/text-box}/index.js +4 -3
- 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/{container/vue-layout-container-col.js → text-box/text-box.js} +6 -6
- 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/.editorconfig +9 -9
- package/lib/mobileapp/vue/static/{.gitignore → .npmignore} +13 -13
- package/lib/mobileapp/vue/static/.prettierrc +6 -6
- package/lib/mobileapp/vue/static/README.md +18 -18
- package/lib/mobileapp/vue/static/babel.config.js +13 -13
- package/lib/mobileapp/vue/static/src/main.ts +9 -9
- package/lib/mobileapp/vue/static/src/shims-vue.d.ts +32 -32
- package/lib/mobileapp/vue/static/tsconfig.json +20 -20
- package/lib/mobileapp/vue/utility/devkit/vue-entity-name-creator.js +0 -4
- package/lib/mobileapp/vue/utility/devkit/vue-entity-name-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +2 -9
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +2 -2
- package/lib/mobileapp/vue/utility/template-generator/page-component-control-generator.js +2 -2
- package/lib/mobileapp/vue/utility/template-generator/page-component-ref-generator.js +1 -1
- package/lib/mobileapp/vue/utility/template-generator/page-statemachine-generator.js +21 -21
- package/lib/mobileapp/vue2/code-generator/app-manager/vue-app-model-provider-manager.js +17 -17
- package/lib/mobileapp/vue2/code-generator/app-manager/vue-app-modelentity-manager.js +17 -17
- package/lib/mobileapp/vue2/code-generator/app-manager/vue-app-modelproxy-manager.js +17 -17
- package/lib/mobileapp/vue2/code-generator/app-manager/vue-app-modelrepository-manager.js +20 -20
- package/lib/mobileapp/vue2/code-generator/devkit-manager/app-indexvue-manager.js +59 -59
- package/lib/mobileapp/vue2/code-generator/devkit-manager/app-router-manager.js +30 -30
- package/lib/mobileapp/vue2/code-generator/devkit-manager/devkit-file-manager.js +12 -12
- package/lib/mobileapp/vue2/code-generator/devkit-manager/devkit-parameter-generator.js +6 -6
- package/lib/mobileapp/vue2/code-generator/devkit-manager/index.js +14 -14
- package/lib/mobileapp/vue2/code-generator/file-generator/abstract-file-generator.js +21 -21
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/index.js +13 -13
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-filter-generator.js +24 -24
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-index-extraImports-generator.js +18 -18
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-index-resource-generator.js +19 -19
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js +54 -54
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-model-entity-generator.js +168 -168
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-model-provider-generator.js +37 -37
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-model-proxy-generator.js +126 -126
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-model-repository-generator.js +51 -51
- package/lib/mobileapp/vue2/code-generator/file-generator/app-generator/vue-app-router-generator.js +51 -51
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-context.js +14 -14
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-factory.js +69 -69
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-manager.js +13 -13
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-response.js +15 -15
- package/lib/mobileapp/vue2/code-generator/file-generator/file-generator-type.js +19 -19
- package/lib/mobileapp/vue2/code-generator/file-generator/i-file-generator.js +2 -2
- package/lib/mobileapp/vue2/code-generator/file-generator/index.js +15 -15
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-bindingdata-generator.js +30 -30
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-component-generator.js +125 -125
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-form-generator.js +115 -115
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-handler-generator.js +99 -99
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-provider-generator.js +110 -110
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-statemachine-generator.js +72 -72
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-uistate-generator.js +61 -61
- package/lib/mobileapp/vue2/code-generator/file-generator/page-generator/page-viewmodel-generator.js +95 -95
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/app-vue-generator.js +23 -23
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/babel-config-js-generator.js +20 -20
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/gitignore-generator.js +37 -37
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/main-ts-generator.js +25 -25
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/package-json-generator.js +55 -55
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/readme-md-generator.js +33 -33
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/router-generator.js +55 -55
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/shims-tsx-d-ts-generator.js +28 -28
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/shimx-vue-d-ts-generator.js +44 -44
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/tsconfig-json-generator.js +52 -52
- package/lib/mobileapp/vue2/code-generator/file-generator/project-generator/vue-config-js-generator.js +34 -34
- package/lib/mobileapp/vue2/code-generator/file-generator-filter.js +17 -17
- package/lib/mobileapp/vue2/code-generator/file-generator-path-manager.js +43 -43
- package/lib/mobileapp/vue2/code-generator/index.js +14 -14
- package/lib/mobileapp/vue2/code-generator/page-manager/page-binding-data-manager.js +21 -21
- package/lib/mobileapp/vue2/code-generator/page-manager/page-command-handler-manager.js +20 -20
- package/lib/mobileapp/vue2/code-generator/page-manager/page-component-manager.js +42 -42
- package/lib/mobileapp/vue2/code-generator/page-manager/page-form-manager.js +20 -20
- package/lib/mobileapp/vue2/code-generator/page-manager/page-parameter-generator.js +13 -13
- package/lib/mobileapp/vue2/code-generator/page-manager/page-provider-manager.js +21 -21
- package/lib/mobileapp/vue2/code-generator/page-manager/page-statemachine-manager.js +21 -21
- package/lib/mobileapp/vue2/code-generator/page-manager/page-uistate-manager.js +10 -10
- package/lib/mobileapp/vue2/code-generator/page-manager/page-viewmodel-manager.js +21 -21
- package/lib/mobileapp/vue2/code-generator/workspace-manager/workspace-file-manager.js +63 -63
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy-content.js +56 -56
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy-operation-parameter.js +67 -67
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy-operation.js +66 -66
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy-service.js +46 -46
- package/lib/mobileapp/vue2/domstructure/devkit/befproxy/vue-bef-proxy.js +33 -33
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-command-config.js +79 -79
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-handler.js +36 -36
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-link.js +22 -22
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-parameter-description.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-parameter.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/command/vue-shortcut.js +27 -27
- package/lib/mobileapp/vue2/domstructure/devkit/component/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/devkit/component/vue-component-ref.js +40 -40
- package/lib/mobileapp/vue2/domstructure/devkit/component/vue-component.js +45 -45
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-dynamic-object.js +10 -10
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-entity.js +61 -61
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-enum.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-field.js +49 -49
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-list.js +10 -10
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-object.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/entity/vue-valid-rule.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/form/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-child-form.js +33 -33
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-control.js +39 -39
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-form-config.js +40 -40
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-form-type.js +8 -8
- package/lib/mobileapp/vue2/domstructure/devkit/form/vue-form-valid-rule.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/i-devkit-entity.js +2 -2
- package/lib/mobileapp/vue2/domstructure/devkit/index.js +17 -17
- package/lib/mobileapp/vue2/domstructure/devkit/module/vue-language-config.js +19 -19
- package/lib/mobileapp/vue2/domstructure/devkit/module/vue-module.js +32 -32
- package/lib/mobileapp/vue2/domstructure/devkit/repository/vue-repository.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/routing/routing.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/service/vue-service.js +40 -40
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/vue-action.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/vue-render-state.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/vue-state.js +24 -24
- package/lib/mobileapp/vue2/domstructure/devkit/statemachine/vue-statemachine.js +47 -47
- package/lib/mobileapp/vue2/domstructure/devkit/states/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/states/vue-states.js +57 -57
- package/lib/mobileapp/vue2/domstructure/devkit/viewmodel/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/devkit/viewmodel/vue-viewmodel.js +123 -123
- package/lib/mobileapp/vue2/domstructure/devkit/vue-appmodule.js +30 -30
- package/lib/mobileapp/vue2/domstructure/devkit/vue-devkit.js +71 -71
- package/lib/mobileapp/vue2/domstructure/devkit/vue-solution.js +38 -38
- package/lib/mobileapp/vue2/domstructure/i-entity-tojson.js +2 -2
- package/lib/mobileapp/vue2/domstructure/i-entity.js +2 -2
- package/lib/mobileapp/vue2/domstructure/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/action-bar/action-bar.js +55 -55
- package/lib/mobileapp/vue2/domstructure/ui/action-bar/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/attachment/attachment-entry.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/attachment/attachment.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/attachment/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/button/button.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/button/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/calendar/calendar.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/calendar/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/calendar/schedule.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/checkbox/checkbox-group.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/checkbox/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/common/vue-appearance.js +24 -24
- package/lib/mobileapp/vue2/domstructure/ui/common/vue-binding.js +41 -41
- package/lib/mobileapp/vue2/domstructure/ui/common/vue-size.js +24 -24
- package/lib/mobileapp/vue2/domstructure/ui/common/vue-visible.js +56 -56
- package/lib/mobileapp/vue2/domstructure/ui/container/index.js +16 -16
- package/lib/mobileapp/vue2/domstructure/ui/container/vue-container.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/container/vue-content-container.js +41 -41
- package/lib/mobileapp/vue2/domstructure/ui/container/vue-form.js +35 -35
- package/lib/mobileapp/vue2/domstructure/ui/container/vue-item-container.js +48 -48
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/form/display/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/form/display/vue-display-fiels.js +32 -32
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/form/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/form/vue-form-field.js +55 -55
- package/lib/mobileapp/vue2/domstructure/ui/data/fields/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/data/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/data/vue-data.js +37 -37
- package/lib/mobileapp/vue2/domstructure/ui/date-time-picker/date-picker.js +27 -27
- package/lib/mobileapp/vue2/domstructure/ui/date-time-picker/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/field-set/field-set.js +41 -41
- package/lib/mobileapp/vue2/domstructure/ui/field-set/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/filter/filter.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/filter/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/footer/footer.js +41 -41
- package/lib/mobileapp/vue2/domstructure/ui/footer/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/html-template/html-template.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/html-template/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/i-ui-entity.js +2 -2
- package/lib/mobileapp/vue2/domstructure/ui/image/image.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/image/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/index.js +37 -37
- package/lib/mobileapp/vue2/domstructure/ui/list-view/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/list-view/vue-list-view.js +37 -37
- package/lib/mobileapp/vue2/domstructure/ui/lookup/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/lookup/lookup-input.js +27 -27
- package/lib/mobileapp/vue2/domstructure/ui/nav-bar/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/nav-bar/vue-nav-bar.js +44 -44
- package/lib/mobileapp/vue2/domstructure/ui/number/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/number/number.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/picker/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/picker/picker.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/radio/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/radio/radio-group.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/section/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/section/vue-section.js +45 -45
- package/lib/mobileapp/vue2/domstructure/ui/switch/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/switch/switch-input.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/tab/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/tab/vue-tab-page.js +44 -44
- package/lib/mobileapp/vue2/domstructure/ui/tab/vue-tabs.js +44 -44
- package/lib/mobileapp/vue2/domstructure/ui/text-area/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/text-area/text-area.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/text-box/index.js +13 -13
- package/lib/mobileapp/vue2/domstructure/ui/text-box/text-box.js +26 -26
- package/lib/mobileapp/vue2/domstructure/ui/toolbar/index.js +14 -14
- package/lib/mobileapp/vue2/domstructure/ui/toolbar/vue-toolbar-item.js +31 -31
- package/lib/mobileapp/vue2/domstructure/ui/toolbar/vue-toolbar.js +44 -44
- package/lib/mobileapp/vue2/domstructure/ui/vue-base-component.js +47 -47
- package/lib/mobileapp/vue2/domstructure/ui/vue-input-component.js +27 -27
- package/lib/mobileapp/vue2/internal-entity/i-project-data.js +2 -2
- package/lib/mobileapp/vue2/internal-entity/page-flow/index.js +13 -13
- package/lib/mobileapp/vue2/internal-entity/page-flow/vue-page-flow-convertor.js +10 -10
- package/lib/mobileapp/vue2/internal-entity/page-flow/vue-page-flow-entity.js +43 -43
- package/lib/mobileapp/vue2/internal-entity/page-flow/vue-page-flow-page.js +26 -26
- package/lib/mobileapp/vue2/internal-entity/page-flow/vue-page-flow-project.js +26 -26
- package/lib/mobileapp/vue2/internal-entity/vue-app-index-vue-parameter.js +6 -6
- package/lib/mobileapp/vue2/internal-entity/vue-app-router-entity.js +14 -14
- package/lib/mobileapp/vue2/internal-entity/vue-engine-context.js +6 -6
- package/lib/mobileapp/vue2/internal-entity/vue-page-component-generate-parameter.js +6 -6
- package/lib/mobileapp/vue2/jit-engine-executor/index.js +13 -13
- package/lib/mobileapp/vue2/jit-engine-executor/mobile-vue-engine-executor.js +42 -42
- package/lib/mobileapp/vue2/pug-generator/i-pug-generator.js +2 -2
- package/lib/mobileapp/vue2/pug-generator/index.js +15 -15
- package/lib/mobileapp/vue2/pug-generator/pug-generator-context.js +10 -10
- package/lib/mobileapp/vue2/pug-generator/pug-generator-manager.js +18 -18
- package/lib/mobileapp/vue2/pug-generator/pug-generator-response.js +14 -14
- package/lib/mobileapp/vue2/pug-generator/pug-generator.js +25 -25
- package/lib/mobileapp/vue2/pug-generator/pug-template-type-enum.js +8 -8
- package/lib/mobileapp/vue2/pug-template/config/devkit-template-config.js +19 -19
- package/lib/mobileapp/vue2/pug-template/config/template-config-manager.js +25 -25
- package/lib/mobileapp/vue2/pug-template/config/template-config-parameter.js +9 -9
- package/lib/mobileapp/vue2/pug-template/config/template-config-type-enum.js +8 -8
- package/lib/mobileapp/vue2/pug-template/config/ui-template-config.js +104 -104
- package/lib/mobileapp/vue2/pug-template/pug-template-manager.js +20 -20
- package/lib/mobileapp/vue2/sourcefile-operation/abstract-sourcefile-operation.js +39 -39
- package/lib/mobileapp/vue2/sourcefile-operation/command-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue2/sourcefile-operation/eapi-soucefile-operation.js +17 -17
- package/lib/mobileapp/vue2/sourcefile-operation/frm-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue2/sourcefile-operation/i-sourcefile-operation.js +2 -2
- package/lib/mobileapp/vue2/sourcefile-operation/pageflow-sourcefile-operation.js +13 -13
- package/lib/mobileapp/vue2/sourcefile-operation/resource-sourcefile-operation.js +14 -14
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-factory.js +42 -42
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-manager-parameter.js +13 -13
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-manager.js +29 -29
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-options.js +16 -16
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-response.js +14 -14
- package/lib/mobileapp/vue2/sourcefile-operation/sourcefile-operation-type.js +12 -12
- package/lib/mobileapp/vue2/sourcefile-operation/statemachine-sourcefile-operation.js +15 -15
- package/lib/mobileapp/vue2/static/public/index.html +23 -23
- package/lib/mobileapp/vue2/task/vue-engine-task.js +79 -79
- package/lib/mobileapp/vue2/task/vue-recursiveGenerateDevkit.js +278 -278
- package/lib/mobileapp/vue2/utility/devkit/form-file-executor.js +115 -115
- package/lib/mobileapp/vue2/utility/devkit/vue-component-creator.js +118 -118
- package/lib/mobileapp/vue2/utility/devkit/vue-devkit-creator.js +21 -21
- package/lib/mobileapp/vue2/utility/devkit/vue-devkit-object-name-creator.js +52 -52
- package/lib/mobileapp/vue2/utility/devkit/vue-entities-creator.js +26 -26
- package/lib/mobileapp/vue2/utility/devkit/vue-entity-creator.js +44 -44
- package/lib/mobileapp/vue2/utility/devkit/vue-entity-name-creator.js +10 -10
- package/lib/mobileapp/vue2/utility/devkit/vue-field-creator.js +220 -220
- package/lib/mobileapp/vue2/utility/devkit/vue-form-creator.js +72 -72
- package/lib/mobileapp/vue2/utility/devkit/vue-handlers-creator.js +38 -38
- package/lib/mobileapp/vue2/utility/devkit/vue-module-creator.js +56 -56
- package/lib/mobileapp/vue2/utility/devkit/vue-repository-creator.js +46 -46
- package/lib/mobileapp/vue2/utility/devkit/vue-routing-creator.js +15 -15
- package/lib/mobileapp/vue2/utility/devkit/vue-statemachine-creator.js +39 -39
- package/lib/mobileapp/vue2/utility/devkit/vue-viewmodels-creator.js +412 -412
- package/lib/mobileapp/vue2/utility/helper/fs-helper.js +6 -6
- package/lib/mobileapp/vue2/utility/helper/json-helper.js +6 -6
- package/lib/mobileapp/vue2/utility/helper/string-helper.js +6 -6
- package/lib/mobileapp/vue2/utility/index.js +15 -15
- package/lib/mobileapp/vue2/utility/mobileapp-vue-constant.js +40 -40
- package/lib/mobileapp/vue2/utility/parameter-collector/abstract-vue-parameter-collector.js +6 -6
- package/lib/mobileapp/vue2/utility/parameter-collector/i-vue-parameter-collector.js +2 -2
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/index.js +13 -13
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/page-component-control-collector-parameter.js +34 -34
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/page-component-control-collector.js +51 -51
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/page-component-ref-collector.js +35 -35
- package/lib/mobileapp/vue2/utility/parameter-collector/page-component-collector/page-component-ref-parameter.js +30 -30
- package/lib/mobileapp/vue2/utility/parameter-collector/vue-parameter-collector-options.js +6 -6
- package/lib/mobileapp/vue2/utility/parameter-collector/vue-parameter-collector.response.js +9 -9
- package/lib/mobileapp/vue2/utility/return-response.js +11 -11
- package/lib/mobileapp/vue2/utility/template-generator/abstract-page-generator.js +14 -14
- package/lib/mobileapp/vue2/utility/template-generator/page-child-component-generator.js +21 -21
- package/lib/mobileapp/vue2/utility/template-generator/page-component-control-generator.js +24 -24
- package/lib/mobileapp/vue2/utility/template-generator/page-component-ref-generator.js +18 -18
- package/lib/mobileapp/vue2/utility/template-generator/page-statemachine-generator.js +69 -69
- package/lib/mobileapp/vue2/utility/type-convert.js +33 -33
- package/lib/mobileapp/vue2/utility/vue-config-helper.js +31 -31
- package/lib/mobileapp/vue2/utility/vue-content-type-creator.js +45 -45
- package/lib/mobileapp/vue2/utility/vue-control-dom-type-mapping.js +47 -47
- package/lib/mobileapp/vue2/utility/vue-event-viewmodel-modifier.js +103 -103
- package/lib/mobileapp/vue2/utility/vue-object-creator.js +34 -34
- package/lib/template/.DS_Store +0 -0
- package/lib/template/ui/.DS_Store +0 -0
- package/lib/template/ui/kendo/button.pug +1 -7
- package/lib/template/ui/kendo/checkbox.pug +7 -27
- package/lib/template/ui/kendo/checkboxgroup.pug +6 -18
- package/lib/template/ui/kendo/farris-checkbox-group.pug +7 -36
- package/lib/template/ui/kendo/farris-combo-list.pug +8 -48
- package/lib/template/ui/kendo/farris-combo-lookup.pug +8 -23
- package/lib/template/ui/kendo/farris-datepicker.pug +8 -22
- package/lib/template/ui/kendo/farris-number-range.pug +7 -37
- package/lib/template/ui/kendo/farris-number-spinner.pug +23 -43
- package/lib/template/ui/kendo/farris-switch.pug +7 -29
- package/lib/template/ui/kendo/farris-tags.pug +6 -6
- package/lib/template/ui/kendo/farris-time-picker.pug +7 -38
- package/lib/template/ui/kendo/farris-time-spinner.pug +6 -29
- package/lib/template/ui/kendo/farristabs.pug +1 -12
- package/lib/template/ui/kendo/image.pug +1 -1
- package/lib/template/ui/kendo/input-group.pug +6 -6
- package/lib/template/ui/kendo/language-textbox.pug +7 -29
- package/lib/template/ui/kendo/lookup-employee.pug +10 -23
- package/lib/template/ui/kendo/lookup.pug +8 -23
- package/lib/template/ui/kendo/multitextbox.pug +7 -41
- package/lib/template/ui/kendo/organization-selector.pug +10 -23
- package/lib/template/ui/kendo/radiobox.pug +1 -13
- package/lib/template/ui/kendo/radioboxgroup.pug +7 -32
- package/lib/template/ui/kendo/richtextbox.pug +6 -6
- package/lib/template/ui/kendo/section.pug +1 -14
- package/lib/template/ui/kendo/table/checkbox.pug +3 -3
- package/lib/template/ui/kendo/table/checkboxgroup.pug +1 -1
- package/lib/template/ui/kendo/table/combobox.pug +3 -3
- package/lib/template/ui/kendo/table/datepicker.pug +2 -2
- package/lib/template/ui/kendo/table/employee-selector.pug +1 -1
- package/lib/template/ui/kendo/table/farris-avatar.pug +1 -1
- package/lib/template/ui/kendo/table/farris-checkbox-group.pug +2 -2
- package/lib/template/ui/kendo/table/farris-combo-list.pug +3 -3
- package/lib/template/ui/kendo/table/farris-combo-lookup.pug +2 -2
- package/lib/template/ui/kendo/table/farris-datepicker.pug +2 -2
- package/lib/template/ui/kendo/table/farris-number-range.pug +2 -13
- package/lib/template/ui/kendo/table/farris-number-spinner.pug +2 -17
- package/lib/template/ui/kendo/table/farris-static-text.pug +2 -2
- package/lib/template/ui/kendo/table/farris-switch.pug +2 -11
- package/lib/template/ui/kendo/table/farris-tags.pug +1 -8
- package/lib/template/ui/kendo/table/farris-time-picker.pug +2 -2
- package/lib/template/ui/kendo/table/farris-time-spinner.pug +1 -1
- package/lib/template/ui/kendo/table/input-group.pug +2 -2
- package/lib/template/ui/kendo/table/language-textbox.pug +2 -2
- package/lib/template/ui/kendo/table/lookup-employee.pug +1 -1
- package/lib/template/ui/kendo/table/lookup.pug +22 -22
- package/lib/template/ui/kendo/table/multi-select.pug +1 -1
- package/lib/template/ui/kendo/table/multitextbox.pug +2 -2
- package/lib/template/ui/kendo/table/numericbox.pug +2 -12
- package/lib/template/ui/kendo/table/organization-selector.pug +1 -1
- package/lib/template/ui/kendo/table/radiobox.pug +1 -1
- package/lib/template/ui/kendo/table/radioboxgroup.pug +2 -2
- package/lib/template/ui/kendo/table/richtextbox.pug +1 -1
- package/lib/template/ui/kendo/table/select.pug +2 -10
- package/lib/template/ui/kendo/table/switch.pug +2 -11
- package/lib/template/ui/kendo/table/textbox.pug +3 -3
- package/lib/template/ui/kendo/table/timebox.pug +1 -9
- package/lib/template/ui/kendo/table/timepicker.pug +1 -5
- package/lib/template/ui/kendo/table/tinymcerichtextbox.pug +1 -1
- package/lib/template/ui/kendo/textbox.pug +7 -31
- package/lib/template/ui/kendo/toolbar.pug +2 -6
- package/lib/template/ui/mobilevue/action-bar.pug +10 -10
- package/lib/template/ui/mobilevue/banner.pug +4 -4
- package/lib/template/ui/mobilevue/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue/footer.pug +10 -0
- package/lib/template/ui/mobilevue/form.pug +0 -2
- package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
- package/lib/template/ui/mobilevue/label.pug +12 -9
- package/lib/template/ui/mobilevue/sidebar-item.pug +9 -9
- package/lib/template/ui/mobilevue/sidebar.pug +11 -11
- package/lib/template/ui/mobilevue/static-text.pug +1 -1
- package/lib/template/ui/mobilevue/steps.pug +8 -8
- 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/template/ui/mobilevue2/action-bar.pug +10 -10
- package/lib/template/ui/mobilevue2/attachment-entry.pug +8 -8
- package/lib/template/ui/mobilevue2/attachment.pug +13 -13
- package/lib/template/ui/mobilevue2/button.pug +11 -11
- package/lib/template/ui/mobilevue2/calendar.pug +11 -11
- package/lib/template/ui/mobilevue2/checkbox-group.pug +11 -11
- package/lib/template/ui/mobilevue2/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue2/contentcontainer.pug +4 -4
- package/lib/template/ui/mobilevue2/date-time-picker.pug +27 -27
- package/lib/template/ui/mobilevue2/field-set.pug +29 -29
- package/lib/template/ui/mobilevue2/filter.pug +8 -8
- package/lib/template/ui/mobilevue2/footer.pug +10 -10
- package/lib/template/ui/mobilevue2/form.pug +11 -11
- package/lib/template/ui/mobilevue2/image.pug +11 -11
- package/lib/template/ui/mobilevue2/label.pug +19 -19
- package/lib/template/ui/mobilevue2/list-view.pug +37 -37
- package/lib/template/ui/mobilevue2/lookup-input.pug +40 -40
- package/lib/template/ui/mobilevue2/nav-bar.pug +10 -10
- package/lib/template/ui/mobilevue2/number.pug +27 -27
- package/lib/template/ui/mobilevue2/picker.pug +29 -29
- package/lib/template/ui/mobilevue2/radio-group.pug +29 -29
- package/lib/template/ui/mobilevue2/schedule.pug +8 -8
- package/lib/template/ui/mobilevue2/section.pug +15 -15
- package/lib/template/ui/mobilevue2/steps.pug +8 -8
- package/lib/template/ui/mobilevue2/switch.pug +16 -16
- package/lib/template/ui/mobilevue2/tabpage.pug +6 -6
- package/lib/template/ui/mobilevue2/tabs.pug +9 -9
- package/lib/template/ui/mobilevue2/text-area.pug +23 -23
- package/lib/template/ui/mobilevue2/text-box.pug +25 -25
- package/lib/template/ui/mobilevue2/toolbar-item.pug +6 -6
- package/lib/template/ui/mobilevue2/toolbar.pug +3 -3
- package/lib/template/ui/mobilevue2/vant-tabpage.pug +5 -5
- package/lib/template/ui/mobilevue2/vant-tabs.pug +5 -5
- package/lib/utility/behavior/behavior-manager.js +0 -36
- package/lib/utility/behavior/behavior-manager.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/farris-section-collector.js +1 -3
- package/lib/utility/devkit/component-parameter-collector/farris-section-collector.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/farris-tabs-collector.js +0 -2
- package/lib/utility/devkit/component-parameter-collector/farris-tabs-collector.js.map +1 -1
- package/lib/utility/devkit/component-parameter-collector/toolbar-collector.js +3 -7
- package/lib/utility/devkit/component-parameter-collector/toolbar-collector.js.map +1 -1
- package/lib/utility/devkit/form-file-executor.js +0 -2
- package/lib/utility/devkit/form-file-executor.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-farristabs-parameter-generator.js +29 -32
- package/lib/utility/template-generator/devkit/component-generator/component-farristabs-parameter-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-import-generator.js +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js +0 -1
- package/lib/utility/template-generator/devkit/component-generator/component-provider-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-section-parameter-generator.js +36 -19
- package/lib/utility/template-generator/devkit/component-generator/component-section-parameter-generator.js.map +1 -1
- package/lib/utility/template-generator/devkit/component-generator/component-toolbar-parameter-generator.js +19 -63
- package/lib/utility/template-generator/devkit/component-generator/component-toolbar-parameter-generator.js.map +1 -1
- package/lib/utility/template-generator/project/angularJson-generator.js +0 -1
- package/lib/utility/template-generator/project/angularJson-generator.js.map +1 -1
- package/lib/utility/template-generator/project-app/app-module-ts-generator.js +1 -5
- package/lib/utility/template-generator/project-app/app-module-ts-generator.js.map +1 -1
- package/package.json +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-i18n-manager.js +0 -18
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-i18n-manager.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.js +0 -24
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-base-context.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js +0 -16
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-component-context.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.js +0 -15
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-module-context.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js +0 -33
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/vue-ui-node-context.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js +0 -41
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js +0 -35
- package/lib/mobileapp/vue/domstructure/ui/basic/label/label.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js +0 -42
- package/lib/mobileapp/vue/domstructure/ui/basic/tag/tag.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js +0 -38
- package/lib/mobileapp/vue/domstructure/ui/common/vue-background.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js +0 -29
- package/lib/mobileapp/vue/domstructure/ui/common/vue-border-radius.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-layout-container.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-template-container.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js +0 -57
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/avatar.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/display/avatar/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/display/text/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/display/text/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js +0 -47
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker-city.js +0 -46
- package/lib/mobileapp/vue/domstructure/ui/input/picker-city.js.map +0 -1
- package/lib/mobileapp/vue/utility/i18n/i18n-resource-manager.js +0 -121
- package/lib/mobileapp/vue/utility/i18n/i18n-resource-manager.js.map +0 -1
- package/lib/mobileapp/vue/utility/i18n/index.js +0 -14
- package/lib/mobileapp/vue/utility/i18n/index.js.map +0 -1
- package/lib/template/ui/mobilevue/avatar.pug +0 -19
- package/lib/template/ui/mobilevue/icon.pug +0 -11
- package/lib/template/ui/mobilevue/layout-container-col.pug +0 -11
- package/lib/template/ui/mobilevue/layout-container-row.pug +0 -12
- package/lib/template/ui/mobilevue/layout-container.pug +0 -11
- package/lib/template/ui/mobilevue/picker-area.pug +0 -56
- package/lib/template/ui/mobilevue/picker-city.pug +0 -65
- package/lib/template/ui/mobilevue/tag.pug +0 -33
- package/lib/template/ui/mobilevue/text.pug +0 -105
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/icon/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yCAAwB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/label/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAAyB"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueLabel = void 0;
|
|
4
|
-
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
-
class VueLabel extends vue_base_component_1.VueBaseComponent {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
var _a;
|
|
8
|
-
super(param);
|
|
9
|
-
this.round = true;
|
|
10
|
-
this.block = true;
|
|
11
|
-
let obj;
|
|
12
|
-
if (typeof param === 'string') {
|
|
13
|
-
obj = JSON.parse(param);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
obj = param;
|
|
17
|
-
}
|
|
18
|
-
if (!obj) {
|
|
19
|
-
return;
|
|
20
|
-
}
|
|
21
|
-
const keys = 'text,fontSize,fontWeight,lineHeight,semanticColor';
|
|
22
|
-
Object.keys(obj).forEach(key => {
|
|
23
|
-
if (keys.includes(key)) {
|
|
24
|
-
this[key] = obj[key];
|
|
25
|
-
}
|
|
26
|
-
});
|
|
27
|
-
this.fontSize && this.addStyle(`font-size: ${this.fontSize}px;`);
|
|
28
|
-
this.fontWeight && this.addStyle(`font-weight: ${this.fontWeight};`);
|
|
29
|
-
this.lineHeight && this.addStyle(`line-height: ${this.lineHeight}px;`);
|
|
30
|
-
this.semanticColor && this.addStyle(`color: ${this.semanticColor};`);
|
|
31
|
-
((_a = this.padding) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.padding.getStyle());
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
exports.VueLabel = VueLabel;
|
|
35
|
-
//# sourceMappingURL=label.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"label.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/label/label.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,QAAS,SAAQ,qCAAgB;IAS1C,YAAY,KAAU;;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QARjB,UAAK,GAAG,IAAI,CAAC;QACb,UAAK,GAAG,IAAI,CAAC;QAST,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,mDAAmD,CAAC;QACjE,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,CAAA;QACF,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,cAAc,IAAI,CAAC,QAAQ,KAAK,CAAC,CAAA;QAChE,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,QAAQ,CAAC,gBAAgB,IAAI,CAAC,UAAU,GAAG,CAAC,CAAA;QACpE,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,QAAQ,CAAC,gBAAgB,IAAI,CAAC,UAAU,KAAK,CAAC,CAAA;QACtE,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,QAAQ,CAAC,UAAU,IAAI,CAAC,aAAa,GAAG,CAAC,CAAA;QACpE,CAAA,MAAA,IAAI,CAAC,OAAO,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAA;IACpE,CAAC;CAGJ;AArCD,4BAqCC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/tag/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wCAAuB"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueTag = void 0;
|
|
4
|
-
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
-
class VueTag extends vue_base_component_1.VueBaseComponent {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
super(param);
|
|
8
|
-
this.round = true;
|
|
9
|
-
this.block = true;
|
|
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 = 'displayType, binding,formatter, tagSize, tagColor';
|
|
21
|
-
Object.keys(obj).forEach(key => {
|
|
22
|
-
if (keys.includes(key)) {
|
|
23
|
-
this[key] = obj[key];
|
|
24
|
-
}
|
|
25
|
-
if (key === 'formatter') {
|
|
26
|
-
if (obj[key]) {
|
|
27
|
-
for (const prop in obj[key]) {
|
|
28
|
-
if (obj[key][prop] === null || obj[key][prop] === undefined || obj[key][prop] === '') {
|
|
29
|
-
delete obj[key][prop];
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
if (obj[key]['dateFormat']) {
|
|
33
|
-
obj[key]['format'] = obj[key]['dateFormat'];
|
|
34
|
-
delete obj[key]['dateFormat'];
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
exports.VueTag = VueTag;
|
|
42
|
-
//# sourceMappingURL=tag.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/tag/tag.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,MAAO,SAAQ,qCAAgB;IASxC,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QARjB,UAAK,GAAG,IAAI,CAAC;QACb,UAAK,GAAG,IAAI,CAAC;QAST,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,mDAAmD,CAAC;QACjE,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;YACD,IAAI,GAAG,KAAK,WAAW,EAAE;gBACrB,IAAG,GAAG,CAAC,GAAG,CAAC,EAAC;oBACR,KAAK,MAAM,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE;wBACzB,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,SAAS,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,EAAE;4BACpF,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;yBACvB;qBACJ;oBACD,IAAG,GAAG,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,EAAC;wBACtB,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC;wBAC5C,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC;qBACjC;iBACJ;aACJ;QAEL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA9CD,wBA8CC"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueBackground = void 0;
|
|
4
|
-
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
-
class VueBackground {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
this.keys = 'type, color,image, gradient, position,repeat,size';
|
|
8
|
-
let obj;
|
|
9
|
-
if (typeof param === 'string') {
|
|
10
|
-
return;
|
|
11
|
-
}
|
|
12
|
-
else {
|
|
13
|
-
obj = param;
|
|
14
|
-
}
|
|
15
|
-
if (!obj) {
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
Object.keys(obj).forEach(key => {
|
|
19
|
-
if (this.keys.includes(key)) {
|
|
20
|
-
this[key] = obj[key];
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
getStyle() {
|
|
25
|
-
const config = [this.type, 'position', 'repeat', 'size'];
|
|
26
|
-
return config.filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
27
|
-
if (key === 'image') {
|
|
28
|
-
return `background-${key}: url(${this[key]});`;
|
|
29
|
-
}
|
|
30
|
-
else if (key === 'gradient') {
|
|
31
|
-
return `background-image: ${this[key]};`;
|
|
32
|
-
}
|
|
33
|
-
return `background-${key}: ${this[key]};`;
|
|
34
|
-
}).join(' ');
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
exports.VueBackground = VueBackground;
|
|
38
|
-
//# sourceMappingURL=vue-background.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-background.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-background.ts"],"names":[],"mappings":";;;AAAA,kEAA+D;AAE/D,MAAa,aAAa;IAKtB,YAAY,KAAmB;QAFvB,SAAI,GAAG,mDAAmD,CAAC;QAG/D,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAE3B,OAAM;SACT;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QACD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACzB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;IACD,QAAQ;QACJ,MAAM,MAAM,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,UAAU,EAAC,QAAQ,EAAC,MAAM,CAAC,CAAA;QAEtD,OAAO,MAAM,CAAC,MAAM,CAAC,GAAG,CAAA,EAAE,CAAC,uBAAU,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;YAEhE,IAAG,GAAG,KAAK,OAAO,EAAC;gBACf,OAAO,cAAc,GAAG,SAAS,IAAI,CAAC,GAAG,CAAC,IAAI,CAAA;aACjD;iBAAM,IAAG,GAAG,KAAK,UAAU,EAAE;gBAC1B,OAAO,qBAAqB,IAAI,CAAC,GAAG,CAAC,GAAG,CAAA;aAC3C;YACD,OAAO,cAAc,GAAG,KAAK,IAAI,CAAC,GAAG,CAAC,GAAG,CAAA;QAC7C,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;IAChB,CAAC;CACJ;AApCD,sCAoCC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueBorderRadius = void 0;
|
|
4
|
-
class VueBorderRadius {
|
|
5
|
-
constructor(param) {
|
|
6
|
-
this.keys = 'topLeft,topRight,bottomLeft,bottomRight';
|
|
7
|
-
let obj;
|
|
8
|
-
if (typeof param === 'string') {
|
|
9
|
-
return;
|
|
10
|
-
}
|
|
11
|
-
else {
|
|
12
|
-
obj = param;
|
|
13
|
-
}
|
|
14
|
-
if (!obj) {
|
|
15
|
-
return;
|
|
16
|
-
}
|
|
17
|
-
Object.keys(obj).forEach(key => {
|
|
18
|
-
if (this.keys.includes(key)) {
|
|
19
|
-
this[key] = obj[key];
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
getStyle() {
|
|
24
|
-
const { topLeft = 0, topRight = 0, bottomLeft = 0, bottomRight = 0 } = this;
|
|
25
|
-
return `border-radius: ${topLeft}px ${topRight}px ${bottomLeft}px ${bottomRight}px;`;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
exports.VueBorderRadius = VueBorderRadius;
|
|
29
|
-
//# sourceMappingURL=vue-border-radius.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-border-radius.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-border-radius.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAKxB,YAAY,KAAmB;QAFvB,SAAI,GAAG,yCAAyC,CAAC;QAGrD,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAE3B,OAAM;SACT;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QACD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACzB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;IACD,QAAQ;QACJ,MAAM,EAAE,OAAO,GAAG,CAAC,EAAE,QAAQ,GAAG,CAAC,EAAE,UAAU,GAAG,CAAC,EAAE,WAAW,GAAG,CAAC,EAAE,GAAG,IAAI,CAAA;QAC3E,OAAO,kBAAkB,OAAO,MAAM,QAAQ,MAAM,UAAU,MAAM,WAAW,KAAK,CAAA;IACxF,CAAC;CACJ;AA3BD,0CA2BC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-layout-container-col.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-layout-container-col.ts"],"names":[],"mappings":";;;AACA,mDAA+C;AAE/C,MAAa,qBAAsB,SAAQ,4BAAY;IAGnD,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,MAAM,IAAI,GAAG,UAAU,CAAC;QACxB,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;IAEP,CAAC;CACJ;AAxBD,sDAwBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-layout-container-row.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-layout-container-row.ts"],"names":[],"mappings":";;;AACA,mDAA+C;AAE/C,MAAa,qBAAsB,SAAQ,4BAAY;IAGnD,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,MAAM,IAAI,GAAG,mBAAmB,CAAC;QACjC,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;AAvBD,sDAuBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-layout-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-layout-container.ts"],"names":[],"mappings":";;;AAAA,mDAA+C;AAE/C,MAAa,kBAAmB,SAAQ,4BAAY;IAGhD,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,MAAM,IAAI,GAAG,QAAQ,CAAC;QACtB,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;IAEP,CAAC;CACJ;AAxBD,gDAwBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-template-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-template-container.ts"],"names":[],"mappings":";;;AAAA,mDAA+C;AAI/C,MAAa,oBAAqB,SAAQ,4BAAY;IAIlD,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,sBAAsB,CAAC;QACpC,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;QAEH,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAA;IAC3C,CAAC;CACJ;AA3BD,oDA2BC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueAvatar = void 0;
|
|
4
|
-
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
-
class VueAvatar extends vue_base_component_1.VueBaseComponent {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
var _a;
|
|
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 = `id,fit,border,srcMode,sysUserId,dynamicSrc,attachId,rootId,avatarText,width,height`;
|
|
20
|
-
Object.keys(obj).forEach((key) => {
|
|
21
|
-
if (keys.includes(key)) {
|
|
22
|
-
switch (key) {
|
|
23
|
-
case 'sysUserId':
|
|
24
|
-
this.sysUserId =
|
|
25
|
-
obj.sysUserId && obj.sysUserId.bindingPath
|
|
26
|
-
? 'currentEntityData.' + obj.sysUserId.bindingPath
|
|
27
|
-
: undefined;
|
|
28
|
-
break;
|
|
29
|
-
case 'attachId':
|
|
30
|
-
this.attachId =
|
|
31
|
-
obj.attachId && obj.attachId.bindingPath
|
|
32
|
-
? 'currentEntityData.' + obj.attachId.bindingPath
|
|
33
|
-
: undefined;
|
|
34
|
-
break;
|
|
35
|
-
case 'dynamicSrc':
|
|
36
|
-
this.dynamicSrc =
|
|
37
|
-
obj.dynamicSrc && obj.dynamicSrc.bindingPath
|
|
38
|
-
? 'currentEntityData.' + obj.dynamicSrc.bindingPath
|
|
39
|
-
: undefined;
|
|
40
|
-
break;
|
|
41
|
-
case 'avatarText':
|
|
42
|
-
this.avatarText =
|
|
43
|
-
obj.avatarText && obj.avatarText.bindingPath
|
|
44
|
-
? 'currentEntityData.' + obj.avatarText.bindingPath
|
|
45
|
-
: undefined;
|
|
46
|
-
break;
|
|
47
|
-
default:
|
|
48
|
-
this[key] = obj[key];
|
|
49
|
-
break;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
((_a = this.margin) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.margin.getStyle());
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
exports.VueAvatar = VueAvatar;
|
|
57
|
-
//# sourceMappingURL=avatar.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/display/avatar/avatar.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,SAAU,SAAQ,qCAAgB;IAG7C,YAAY,KAAmB;;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAA;QACZ,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,oFAAoF,CAAA;QACjG,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,WAAW;wBACd,IAAI,CAAC,SAAS;4BACZ,GAAG,CAAC,SAAS,IAAI,GAAG,CAAC,SAAS,CAAC,WAAW;gCACxC,CAAC,CAAC,oBAAoB,GAAG,GAAG,CAAC,SAAS,CAAC,WAAW;gCAClD,CAAC,CAAC,SAAS,CAAA;wBACf,MAAK;oBACP,KAAK,UAAU;wBACb,IAAI,CAAC,QAAQ;4BACX,GAAG,CAAC,QAAQ,IAAI,GAAG,CAAC,QAAQ,CAAC,WAAW;gCACtC,CAAC,CAAC,oBAAoB,GAAG,GAAG,CAAC,QAAQ,CAAC,WAAW;gCACjD,CAAC,CAAC,SAAS,CAAA;wBACf,MAAK;oBACP,KAAK,YAAY;wBACf,IAAI,CAAC,UAAU;4BACb,GAAG,CAAC,UAAU,IAAI,GAAG,CAAC,UAAU,CAAC,WAAW;gCAC1C,CAAC,CAAC,oBAAoB,GAAG,GAAG,CAAC,UAAU,CAAC,WAAW;gCACnD,CAAC,CAAC,SAAS,CAAA;wBACf,MAAK;oBACP,KAAK,YAAY;wBACf,IAAI,CAAC,UAAU;4BACb,GAAG,CAAC,UAAU,IAAI,GAAG,CAAC,UAAU,CAAC,WAAW;gCAC1C,CAAC,CAAC,oBAAoB,GAAG,GAAG,CAAC,UAAU,CAAC,WAAW;gCACnD,CAAC,CAAC,SAAS,CAAA;wBACf,MAAK;oBACP;wBACE,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;wBACpB,MAAK;iBACR;aACF;QACH,CAAC,CAAC,CAAA;QAEF,CAAA,MAAA,IAAI,CAAC,MAAM,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAA;IAEhE,CAAC;CACF;AAtDD,8BAsDC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/display/avatar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAAyB"}
|
|
@@ -1,14 +0,0 @@
|
|
|
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-text"), exports);
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/display/text/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueText = void 0;
|
|
4
|
-
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
-
class VueText extends vue_base_component_1.VueBaseComponent {
|
|
6
|
-
constructor(param) {
|
|
7
|
-
var _a, _b;
|
|
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 = `demoText,textTheme,lineHeight,fontWeight,binding,displayType,wrapPosition,color,formatter,fontSize
|
|
20
|
-
,enableLabel,labelText,labelSize,labelFontSize,labelFontWeight,labelColor,labelWidth,click,textTheme`;
|
|
21
|
-
Object.keys(obj).forEach(key => {
|
|
22
|
-
if (keys.includes(key)) {
|
|
23
|
-
if (key === 'formatter') {
|
|
24
|
-
if (obj[key]) {
|
|
25
|
-
for (const prop in obj[key]) {
|
|
26
|
-
if (obj[key][prop] === null || obj[key][prop] === undefined || obj[key][prop] === '') {
|
|
27
|
-
delete obj[key][prop];
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
if (obj[key]['dateFormat']) {
|
|
31
|
-
obj[key]['format'] = obj[key]['dateFormat'];
|
|
32
|
-
delete obj[key]['dateFormat'];
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
this[key] = obj[key];
|
|
36
|
-
}
|
|
37
|
-
else {
|
|
38
|
-
this[key] = obj[key];
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
((_a = this.padding) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.padding.getStyle());
|
|
43
|
-
((_b = this.margin) === null || _b === void 0 ? void 0 : _b.getStyle) && this.addStyle(this.margin.getStyle());
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
exports.VueText = VueText;
|
|
47
|
-
//# sourceMappingURL=vue-text.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vue-text.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/display/text/vue-text.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,OAAQ,SAAQ,qCAAgB;IAiBzC,YAAY,KAAU;;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,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,GAAI;6GACuF,CAAC;QACtG,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,WAAW,EAAE;oBACrB,IAAG,GAAG,CAAC,GAAG,CAAC,EAAC;wBACR,KAAK,MAAM,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE;4BACzB,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,SAAS,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,EAAE;gCACpF,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;6BACvB;yBACJ;wBACD,IAAG,GAAG,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,EAAC;4BACtB,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC;4BAC5C,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC,YAAY,CAAC,CAAC;yBACjC;qBACJ;oBAED,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBAExB;qBAAO;oBACJ,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;QACH,CAAA,MAAA,IAAI,CAAC,OAAO,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAA;QAChE,CAAA,MAAA,IAAI,CAAC,MAAM,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAA;IAClE,CAAC;CACJ;AA1DD,0BA0DC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VueCityPicker = void 0;
|
|
4
|
-
const vue_variable_1 = require("../common/vue-variable");
|
|
5
|
-
const common_1 = require("./common");
|
|
6
|
-
class VueCityPicker extends common_1.VueInputComponent {
|
|
7
|
-
constructor(param, context) {
|
|
8
|
-
super(param, context);
|
|
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 = 'request,data,hotCity';
|
|
20
|
-
Object.keys(obj).forEach(key => {
|
|
21
|
-
if (keys.includes(key) && obj[key]) {
|
|
22
|
-
switch (key) {
|
|
23
|
-
case 'request':
|
|
24
|
-
this[key] = this.stringify(obj[key], 'formater');
|
|
25
|
-
break;
|
|
26
|
-
case 'data':
|
|
27
|
-
this[key] = new vue_variable_1.VueVariable(obj[key]);
|
|
28
|
-
break;
|
|
29
|
-
case 'hotCity':
|
|
30
|
-
if (obj[key].type === 'static') {
|
|
31
|
-
this[key] = new vue_variable_1.VueVariable(obj[key].data);
|
|
32
|
-
}
|
|
33
|
-
else {
|
|
34
|
-
this[key] = new vue_variable_1.VueVariable(obj[key].dataSource);
|
|
35
|
-
}
|
|
36
|
-
break;
|
|
37
|
-
default:
|
|
38
|
-
this[key] = obj[key];
|
|
39
|
-
break;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
});
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.VueCityPicker = VueCityPicker;
|
|
46
|
-
//# sourceMappingURL=picker-city.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"picker-city.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/picker-city.ts"],"names":[],"mappings":";;;AACA,yDAAqD;AACrD,qCAA6C;AAE7C,MAAa,aAAc,SAAQ,0BAAiB;IAGhD,YAAY,KAAU,EAAE,OAAyB;QAC7C,KAAK,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QAEtB,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,sBAAsB,CAAC;QACpC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE;gBAChC,QAAQ,GAAG,EAAE;oBACT,KAAK,SAAS;wBACV,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,CAAC,CAAA;wBAChD,MAAM;oBACV,KAAK,MAAM;wBACP,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;wBACrC,MAAM;oBACV,KAAK,SAAS;wBACV,IAAG,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,KAAK,QAAQ,EAAE;4BAC3B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAA;yBAC7C;6BAAM;4BACH,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,CAAA;yBACnD;wBACD,MAAM;oBACV;wBACI,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;wBACrB,MAAM;iBACb;aAEJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA5CD,sCA4CC"}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.I18nResourceManager = void 0;
|
|
4
|
-
const build_file_version_constants_1 = require("../../../../utility/build-file-version/build-file-version-constants");
|
|
5
|
-
const build_file_version_manager_1 = require("../../../../utility/build-file-version/build-file-version-manager");
|
|
6
|
-
const directory_file_helper_1 = require("../../../../utility/directory-file-helper");
|
|
7
|
-
const logger_helper_1 = require("../../../../utility/logger/logger-helper");
|
|
8
|
-
const toolhepler_1 = require("../../../../utility/toolhepler");
|
|
9
|
-
class I18nResourceManager {
|
|
10
|
-
static generateI18nResourceId(id, prefix) {
|
|
11
|
-
if (prefix) {
|
|
12
|
-
return prefix + "/" + id;
|
|
13
|
-
}
|
|
14
|
-
return id;
|
|
15
|
-
}
|
|
16
|
-
static generateI18nResourceIdWithoutPrefix(id) {
|
|
17
|
-
return this.generateI18nResourceId(id, null);
|
|
18
|
-
}
|
|
19
|
-
static wrapStringWithSingleQuotes(str) {
|
|
20
|
-
if (!str) {
|
|
21
|
-
return str;
|
|
22
|
-
}
|
|
23
|
-
return `'${str}'`;
|
|
24
|
-
}
|
|
25
|
-
static generateSimpleAttrI18nVal(component, attrName, prefix) {
|
|
26
|
-
const componentType = component.type;
|
|
27
|
-
const componentId = component.id;
|
|
28
|
-
const attrVal = component[attrName];
|
|
29
|
-
const i18nAttrResourceId = this.generateI18nResourceId(`${componentType}/${componentId}/${attrName}`, prefix);
|
|
30
|
-
const i18nAttrVal = `$transform('${i18nAttrResourceId}','${attrVal}')`;
|
|
31
|
-
return i18nAttrVal;
|
|
32
|
-
}
|
|
33
|
-
static getI18nTitle(component, prefix) {
|
|
34
|
-
const i18nTitle = this.generateSimpleAttrI18nVal(component, 'title', prefix);
|
|
35
|
-
return i18nTitle;
|
|
36
|
-
}
|
|
37
|
-
static generateSimpleAttrI18nValWithoutType(component, attrName, componentId, prefix) {
|
|
38
|
-
const attrVal = component[attrName];
|
|
39
|
-
const i18nAttrResourceId = this.generateI18nResourceId(`${componentId}/${attrName}`, prefix);
|
|
40
|
-
const i18nAttrVal = `$transform('${i18nAttrResourceId}','${attrVal}')`;
|
|
41
|
-
return i18nAttrVal;
|
|
42
|
-
}
|
|
43
|
-
static generateEnumAttrI18nVal(component, item) {
|
|
44
|
-
const componentType = component.type;
|
|
45
|
-
const componentId = component.id;
|
|
46
|
-
const attrName = item[component.textField];
|
|
47
|
-
const attrVal = item[component.valueField];
|
|
48
|
-
let attr = 'enumData';
|
|
49
|
-
if (componentType === 'CheckGroup') {
|
|
50
|
-
attr = 'items';
|
|
51
|
-
}
|
|
52
|
-
const i18nAttrResourceId = this.generateI18nResourceId(`${componentType}/${componentId}/${attr}/${attrVal}`, '');
|
|
53
|
-
const i18nAttrVal = `$transform('${i18nAttrResourceId}','${attrName}')`;
|
|
54
|
-
return i18nAttrVal;
|
|
55
|
-
}
|
|
56
|
-
static getI18nToolbarItemText(toolbarItem, prefix) {
|
|
57
|
-
const componentId = toolbarItem.id;
|
|
58
|
-
const i18nText = this.generateSimpleAttrI18nValWithoutType(toolbarItem, "text", componentId, prefix);
|
|
59
|
-
return i18nText;
|
|
60
|
-
}
|
|
61
|
-
static getI18nTabbarItemTitle(toolbarItem, prefix) {
|
|
62
|
-
const componentId = toolbarItem.name;
|
|
63
|
-
const i18nText = this.generateSimpleAttrI18nValWithoutType(toolbarItem, "title", componentId, prefix);
|
|
64
|
-
return i18nText;
|
|
65
|
-
}
|
|
66
|
-
static getI18nInputPlaceholder(input, prefix) {
|
|
67
|
-
const i18nPlaceholder = this.generateSimpleAttrI18nVal(input, 'placeholder', prefix);
|
|
68
|
-
return i18nPlaceholder;
|
|
69
|
-
}
|
|
70
|
-
static getI18nEnumField(input, item) {
|
|
71
|
-
const i18nPlaceholder = this.generateEnumAttrI18nVal(input, item);
|
|
72
|
-
return i18nPlaceholder;
|
|
73
|
-
}
|
|
74
|
-
static getI18nEventsTitle(input, item) {
|
|
75
|
-
const i18nAttrResourceId = this.generateI18nResourceId(`${input.type}/${input.id}/events/${item.id}/title`, null);
|
|
76
|
-
const i18nAttrVal = `$transform('${i18nAttrResourceId}','${item.title}')`;
|
|
77
|
-
return i18nAttrVal;
|
|
78
|
-
}
|
|
79
|
-
static getI18nEventsContent(input, item) {
|
|
80
|
-
const i18nAttrResourceId = this.generateI18nResourceId(`${input.type}/${input.id}/events/${item.id}/content`, null);
|
|
81
|
-
const i18nAttrVal = `$transform('${i18nAttrResourceId}','${item.content}')`;
|
|
82
|
-
return i18nAttrVal;
|
|
83
|
-
}
|
|
84
|
-
static getI18nQuerySchemeEnumValues(component, prefix) {
|
|
85
|
-
const i18nAttrResourceId = this.generateI18nResourceId(`${component.value}`, prefix);
|
|
86
|
-
const i18nAttrVal = `$transform('${i18nAttrResourceId}','${component.name}')`;
|
|
87
|
-
return i18nAttrVal;
|
|
88
|
-
}
|
|
89
|
-
static getI18nuerySchemeName(fieldConfig, prefix) {
|
|
90
|
-
const componentId = fieldConfig.id;
|
|
91
|
-
const i18nText = this.generateSimpleAttrI18nValWithoutType(fieldConfig, "name", componentId, prefix);
|
|
92
|
-
return i18nText;
|
|
93
|
-
}
|
|
94
|
-
static getI18nuerySchemePlaceholder(control, prefix) {
|
|
95
|
-
const placeholder = control.placeholder;
|
|
96
|
-
const i18nAttrVal = `$transform('${prefix}/placeholder','${placeholder}')`;
|
|
97
|
-
return i18nAttrVal;
|
|
98
|
-
}
|
|
99
|
-
static copyI18nFolder(sourceBasePath, formModuleCode, targetBasePath, projectName) {
|
|
100
|
-
const sourcePath = `${sourceBasePath}/i18n/${formModuleCode.toLowerCase()}/i18n`;
|
|
101
|
-
let targetPath = `${targetBasePath}/src/assets/${formModuleCode.toLowerCase()}/i18n`;
|
|
102
|
-
if (directory_file_helper_1.DirectoryFileHelper.isExists(sourcePath)) {
|
|
103
|
-
directory_file_helper_1.DirectoryFileHelper.copyDir(sourcePath, targetPath, (error) => {
|
|
104
|
-
logger_helper_1.LoggerHelper.log(`copy i18n folder failed, the path is ${sourcePath}, error message is ${error}`);
|
|
105
|
-
});
|
|
106
|
-
return;
|
|
107
|
-
if (directory_file_helper_1.DirectoryFileHelper.isExists(targetPath)) {
|
|
108
|
-
const files = directory_file_helper_1.DirectoryFileHelper.getFilesInDir(targetPath);
|
|
109
|
-
if (toolhepler_1.ToolHelper.isArray(files, false)) {
|
|
110
|
-
files.map((file) => {
|
|
111
|
-
const fileContent = directory_file_helper_1.DirectoryFileHelper.readFile(toolhepler_1.ToolHelper.pathJoinAndnormalize(targetPath, file));
|
|
112
|
-
const i18nVersionKey = `${formModuleCode.toLocaleLowerCase()}/${file}`;
|
|
113
|
-
build_file_version_manager_1.BuildFileVersionManager.updateBuildFileVersionWithFileContent(build_file_version_constants_1.BuildFileVersionContants.I18nCategory, i18nVersionKey, fileContent);
|
|
114
|
-
});
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
exports.I18nResourceManager = I18nResourceManager;
|
|
121
|
-
//# sourceMappingURL=i18n-resource-manager.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i18n-resource-manager.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/utility/i18n/i18n-resource-manager.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +0,0 @@
|
|
|
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("./i18n-resource-manager"), exports);
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/utility/i18n/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0DAAwC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
-var attrs = {};
|
|
2
|
-
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
-
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
-
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
5
|
-
div(
|
|
6
|
-
v-if!=""+visible
|
|
7
|
-
)
|
|
8
|
-
fm-avatar(
|
|
9
|
-
fit!=variable.fit?"" + variable.fit:undefined
|
|
10
|
-
border!=variable.border?"" + variable.border:undefined
|
|
11
|
-
srcMode!=variable.srcMode?"" + variable.srcMode:undefined
|
|
12
|
-
:sysUserId!=variable.sysUserId?"" + variable.sysUserId:undefined
|
|
13
|
-
:dynamicSrc!=variable.dynamicSrc?"" + variable.dynamicSrc:undefined
|
|
14
|
-
:attachId!=variable.attachId?"" + variable.attachId:undefined
|
|
15
|
-
rootId!=variable.rootId?"" + variable.rootId:undefined
|
|
16
|
-
:avatarText !=variable.avatarText?"" + variable.avatarText:undefined
|
|
17
|
-
width!=variable.width?"" + variable.width:undefined
|
|
18
|
-
height!=variable.height?"" + variable.height:undefined
|
|
19
|
-
)&attributes(attrs)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
-var attrs = {};
|
|
3
|
-
-attrs.class = variable.appearance && variable.appearance.class;
|
|
4
|
-
-attrs.style = variable.appearance && variable.appearance.style;
|
|
5
|
-
- var visible = variable.visible ? String(variable.visible.value) : undefined;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
fm-icon(
|
|
9
|
-
v-if=visible
|
|
10
|
-
name=variable.name ? String(variable.iconName) : undefined;
|
|
11
|
-
)&attributes(attrs)
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-var attrs = {};
|
|
2
|
-
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
-
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
-
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
5
|
-
|
|
6
|
-
fm-layout-column(
|
|
7
|
-
v-if=visible
|
|
8
|
-
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
9
|
-
width=variable.colWidth ? String(variable.colWidth) : undefined
|
|
10
|
-
)&attributes(attrs)
|
|
11
|
-
| {{content}}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
-var attrs = {};
|
|
2
|
-
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
-
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
-
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
5
|
-
|
|
6
|
-
fm-layout-row(
|
|
7
|
-
v-if=visible
|
|
8
|
-
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
9
|
-
height=variable.rowHeight ? String(variable.rowHeight) : undefined
|
|
10
|
-
:gutter=variable.gutter ? String(variable.gutter) : undefined
|
|
11
|
-
)&attributes(attrs)
|
|
12
|
-
| {{content}}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-var attrs = {};
|
|
2
|
-
-attrs.class = variable.appearance && variable.appearance.class;
|
|
3
|
-
-attrs.style = variable.appearance && variable.appearance.style;
|
|
4
|
-
-var visible = variable.visible ? String(variable.visible.value) : 'false';
|
|
5
|
-
|
|
6
|
-
fm-layout(
|
|
7
|
-
v-if=visible
|
|
8
|
-
id=variable.replacedId ? String(variable.replacedId) : undefined
|
|
9
|
-
:gutter=variable.gutter ? String(variable.gutter) : undefined
|
|
10
|
-
)&attributes(attrs)
|
|
11
|
-
| {{content}}
|