@farris/jit-engine 1.3.308 → 1.3.310
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 +3 -11
- package/bin/index.js +12 -91
- package/lib/domstructure/ui/approve-comments/approval-comments.js +2 -7
- package/lib/domstructure/ui/approve-comments/approval-comments.js.map +1 -1
- package/lib/domstructure/ui/approve-logs/approval-logs.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +1 -2
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-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-index-vue-generator.js +6 -17
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-index-vue-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/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 +7 -11
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js.map +1 -1
- 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/internal-entity/vue-app-index-vue-parameter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js +5 -21
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js +0 -3
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js +7 -21
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js +7 -4
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js +7 -4
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js +3 -22
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js +3 -31
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.js +2 -15
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.js +7 -4
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-comments.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-comments.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-info.js +2 -14
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-info.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js +2 -53
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js +2 -26
- package/lib/mobileapp/vue/domstructure/ui/business/scroll-navbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-position.js +5 -2
- package/lib/mobileapp/vue/domstructure/ui/common/vue-position.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js +1 -5
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/card.js +2 -32
- package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/index.js +0 -4
- package/lib/mobileapp/vue/domstructure/ui/container/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js +7 -13
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js +8 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js +8 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-form.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js +7 -4
- package/lib/mobileapp/vue/domstructure/ui/container/vue-item-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-content-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-content-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-footer-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-footer-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-header-container.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-page-header-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-section.js +7 -14
- package/lib/mobileapp/vue/domstructure/ui/container/vue-section.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js +3 -32
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/index.js +0 -2
- package/lib/mobileapp/vue/domstructure/ui/display/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js +7 -37
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js +2 -12
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js +2 -20
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +2 -16
- package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/custom-box.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/custom-box.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/number.js +3 -14
- package/lib/mobileapp/vue/domstructure/ui/input/number.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker-relation.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/picker-relation.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js +2 -20
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js +2 -20
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js +2 -3
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js +2 -2
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js +2 -37
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js.map +1 -1
- package/lib/mobileapp/vue/jit-engine-executor/mobile-vue-engine-executor.js.map +1 -1
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +1 -19
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js.map +1 -1
- package/lib/mobileapp/vue/static/.editorconfig +9 -9
- package/lib/mobileapp/vue/static/.npmignore +13 -0
- 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/task/vue-recursiveGenerateDevkit.js +4 -24
- package/lib/mobileapp/vue/task/vue-recursiveGenerateDevkit.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js +1 -4
- package/lib/mobileapp/vue/utility/devkit/form-file-executor.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js +10 -10
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js +2 -2
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/index.js +0 -1
- package/lib/mobileapp/vue/utility/index.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/vue/utility/vue-content-type-creator.js +0 -9
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-object-creator.js +0 -22
- package/lib/mobileapp/vue/utility/vue-object-creator.js.map +1 -1
- package/lib/task/recursiveGenerateDevkit.js +471 -471
- package/lib/task/recursiveGenerateDevkit.js.map +1 -1
- package/lib/template/ui/kendo/approval-comments.pug +1 -2
- package/lib/template/ui/kendo/approve-logs.pug +1 -1
- package/lib/template/ui/mobileapprove/statictext-for-mobileapprove.pug +13 -16
- package/lib/template/ui/mobilevue/action-bar.pug +10 -10
- package/lib/template/ui/mobilevue/approval-comments.pug +1 -1
- package/lib/template/ui/mobilevue/approval-info.pug +3 -3
- package/lib/template/ui/mobilevue/approval-logs.pug +1 -1
- package/lib/template/ui/mobilevue/area-picker.pug +3 -4
- package/lib/template/ui/mobilevue/attachment-file.pug +1 -1
- package/lib/template/ui/mobilevue/banner.pug +4 -4
- package/lib/template/ui/mobilevue/button.pug +1 -1
- package/lib/template/ui/mobilevue/calendar-input.pug +3 -4
- package/lib/template/ui/mobilevue/card.pug +2 -2
- package/lib/template/ui/mobilevue/checkbox-group.pug +3 -3
- package/lib/template/ui/mobilevue/component-ref.pug +3 -3
- package/lib/template/ui/mobilevue/custom-box.pug +3 -5
- package/lib/template/ui/mobilevue/date-time-picker.pug +3 -5
- package/lib/template/ui/mobilevue/field-set.pug +2 -3
- package/lib/template/ui/mobilevue/filter.pug +2 -2
- package/lib/template/ui/mobilevue/html-preview.pug +1 -1
- package/lib/template/ui/mobilevue/image-uploader.pug +15 -15
- package/lib/template/ui/mobilevue/image.pug +9 -19
- package/lib/template/ui/mobilevue/list-view.pug +7 -8
- package/lib/template/ui/mobilevue/lookup-department.pug +3 -5
- package/lib/template/ui/mobilevue/lookup-employee.pug +4 -4
- package/lib/template/ui/mobilevue/lookup-input.pug +3 -5
- package/lib/template/ui/mobilevue/nav-bar.pug +1 -1
- package/lib/template/ui/mobilevue/number.pug +5 -8
- package/lib/template/ui/mobilevue/picker-relation.pug +2 -4
- package/lib/template/ui/mobilevue/picker.pug +4 -4
- package/lib/template/ui/mobilevue/radio-group.pug +3 -3
- package/lib/template/ui/mobilevue/rich-text-editor.pug +5 -7
- package/lib/template/ui/mobilevue/schedule.pug +1 -1
- package/lib/template/ui/mobilevue/scroll-navbar.pug +1 -1
- package/lib/template/ui/mobilevue/search.pug +1 -1
- package/lib/template/ui/mobilevue/section.pug +1 -1
- 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 +1 -1
- 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 +3 -4
- package/lib/template/ui/mobilevue/tab-bar.pug +1 -2
- package/lib/template/ui/mobilevue/tabpage.pug +3 -1
- package/lib/template/ui/mobilevue/text-area.pug +3 -4
- package/lib/template/ui/mobilevue/text-box-external.pug +3 -5
- package/lib/template/ui/mobilevue/text-box.pug +5 -11
- package/lib/template/ui/mobilevue/text-scan.pug +3 -5
- package/lib/template/ui/mobilevue/text-telphone.pug +2 -4
- package/lib/template/ui/mobilevue/toolbar-area.pug +1 -1
- package/lib/template/ui/mobilevue/toolbar-item.pug +1 -1
- package/lib/template/ui/mobilevue/toolbar.pug +5 -5
- package/lib/utility/mobile-approve/entity/static-text-for-mobileapprove.js +1 -1
- package/lib/utility/mobile-approve/entity/static-text-for-mobileapprove.js.map +1 -1
- package/package.json +1 -2
- package/lib/command/check.js +0 -102
- package/lib/command/check.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/contexts/index.js +0 -16
- 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 -42
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/icon.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js +0 -14
- package/lib/mobileapp/vue/domstructure/ui/basic/icon/index.js.map +0 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/label/index.js +0 -14
- 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 +0 -14
- 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 +0 -27
- 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 +0 -27
- 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 +0 -27
- 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 +0 -28
- 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 +0 -14
- 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 -50
- package/lib/mobileapp/vue/domstructure/ui/display/text/vue-text.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 -12
- package/lib/template/ui/mobilevue/label.pug +0 -12
- 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/tag.pug +0 -33
- package/lib/template/ui/mobilevue/text.pug +0 -105
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachment-entry.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;
|
|
1
|
+
{"version":3,"file":"attachment-entry.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,kBAAmB,SAAQ,qCAAgB;IASpD,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;QAED,MAAM,IAAI,GAAG,wGAAwG,CAAC;QACtH,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;AA7BD,gDA6BC"}
|
|
@@ -3,10 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueAttachmentFile = void 0;
|
|
4
4
|
const lodash_1 = require("lodash");
|
|
5
5
|
const vue_base_component_1 = require("../../vue-base-component");
|
|
6
|
-
const i18n_1 = require("../../../../utility/i18n");
|
|
7
6
|
class VueAttachmentFile extends vue_base_component_1.VueBaseComponent {
|
|
8
|
-
constructor(param
|
|
9
|
-
super(param
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
10
9
|
let obj;
|
|
11
10
|
if (typeof param === 'string') {
|
|
12
11
|
obj = JSON.parse(param);
|
|
@@ -30,15 +29,6 @@ class VueAttachmentFile extends vue_base_component_1.VueBaseComponent {
|
|
|
30
29
|
this[key] = lodash_1.isObject(obj[key]) ? JSON.stringify(obj[key]).replace(/"/g, "'") : obj[key];
|
|
31
30
|
}
|
|
32
31
|
});
|
|
33
|
-
this.initI18nAttrs();
|
|
34
|
-
}
|
|
35
|
-
initI18nAttrs() {
|
|
36
|
-
if (this.enableI18n) {
|
|
37
|
-
this.i18nTitle = i18n_1.I18nResourceManager.getI18nTitle(this);
|
|
38
|
-
}
|
|
39
|
-
else {
|
|
40
|
-
this.i18nTitle = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.title);
|
|
41
|
-
}
|
|
42
32
|
}
|
|
43
33
|
}
|
|
44
34
|
exports.VueAttachmentFile = VueAttachmentFile;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachment-file.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AACjC,iEAA4D;
|
|
1
|
+
{"version":3,"file":"attachment-file.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AACjC,iEAA4D;AAE5D,MAAa,iBAAkB,SAAQ,qCAAgB;IAcrD,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;sJACqI,CAAA;QAClJ,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACvB,OAAO;aACR;YACD,IAAI,GAAG,KAAK,SAAS,EAAE;gBACrB,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,OAAO,GAAG,CAAC,GAAG,CAAC,KAAK,QAAQ,IAAI,OAAO,GAAG,CAAC,GAAG,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC;aAChG;iBAAM;gBACL,IAAI,CAAC,GAAG,CAAC,GAAG,iBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;aACzF;QACH,CAAC,CAAC,CAAC;IACL,CAAC;CAEF;AAzCD,8CAyCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueAttachmentUploader = void 0;
|
|
4
4
|
const attachment_file_1 = require("./attachment-file");
|
|
5
5
|
class VueAttachmentUploader extends attachment_file_1.VueAttachmentFile {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachment-uploader.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"attachment-uploader.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;AAErD,MAAa,qBAAsB,SAAQ,mCAAiB;IAE1D,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,eAAe,CAAA;QAC5B,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;aACrB;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAtBD,sDAsBC"}
|
|
@@ -4,8 +4,8 @@ exports.VueAttachment = void 0;
|
|
|
4
4
|
const lodash_1 = require("lodash");
|
|
5
5
|
const vue_base_component_1 = require("../../vue-base-component");
|
|
6
6
|
class VueAttachment extends vue_base_component_1.VueBaseComponent {
|
|
7
|
-
constructor(param
|
|
8
|
-
super(param
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
9
9
|
let obj;
|
|
10
10
|
if (typeof param === 'string') {
|
|
11
11
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachment.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/attachment.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AACjC,iEAA4D;
|
|
1
|
+
{"version":3,"file":"attachment.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/attachment.ts"],"names":[],"mappings":";;;AAAA,mCAAiC;AACjC,iEAA4D;AAE5D,MAAa,aAAc,SAAQ,qCAAgB;IAYjD,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,GAAE;mJACmI,CAAA;QAC/I,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAI,iBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;aACzF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAjCD,sCAiCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueImageUploader = void 0;
|
|
4
4
|
const attachment_file_1 = require("./attachment-file");
|
|
5
5
|
class VueImageUploader extends attachment_file_1.VueAttachmentFile {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-uploader.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"image-uploader.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;AAErD,MAAa,gBAAiB,SAAQ,mCAAiB;IAErD,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,eAAe,CAAA;QAC5B,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;aACrB;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AAtBD,4CAsBC"}
|
|
@@ -3,11 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueFilter = void 0;
|
|
4
4
|
const vue_variable_1 = require("../../common/vue-variable");
|
|
5
5
|
const vue_base_component_1 = require("../../vue-base-component");
|
|
6
|
-
const i18n_1 = require("../../../../utility/i18n");
|
|
7
|
-
const lodash_1 = require("lodash");
|
|
8
6
|
class VueFilter extends vue_base_component_1.VueBaseComponent {
|
|
9
|
-
constructor(param
|
|
10
|
-
super(param
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
11
9
|
let obj;
|
|
12
10
|
if (typeof param === 'string') {
|
|
13
11
|
obj = JSON.parse(param);
|
|
@@ -35,55 +33,6 @@ class VueFilter extends vue_base_component_1.VueBaseComponent {
|
|
|
35
33
|
}
|
|
36
34
|
}
|
|
37
35
|
});
|
|
38
|
-
this.initI18nAttrs(obj);
|
|
39
|
-
}
|
|
40
|
-
initI18nAttrs(obj) {
|
|
41
|
-
const fieldConfigs = obj['fieldConfigs'];
|
|
42
|
-
if (!this.enableI18n) {
|
|
43
|
-
this.i18nPlaceholder = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.placeholder);
|
|
44
|
-
this.i18nFieldConfigs = this.fieldConfigs;
|
|
45
|
-
return;
|
|
46
|
-
}
|
|
47
|
-
this.i18nPlaceholder = i18n_1.I18nResourceManager.getI18nInputPlaceholder(this, this.resourcePrefix);
|
|
48
|
-
if (!fieldConfigs) {
|
|
49
|
-
this.i18nFieldConfigs = this.fieldConfigs;
|
|
50
|
-
return;
|
|
51
|
-
}
|
|
52
|
-
const itemsPath = `${this.type}/${this.id}/fieldConfigs`;
|
|
53
|
-
let i18nFieldConfigArray = lodash_1.cloneDeep(fieldConfigs);
|
|
54
|
-
const attrs = ["placeholder", "enumValues"];
|
|
55
|
-
i18nFieldConfigArray.forEach((fieldConfig) => {
|
|
56
|
-
if (fieldConfig.name) {
|
|
57
|
-
fieldConfig.name = i18n_1.I18nResourceManager.getI18nuerySchemeName(fieldConfig, itemsPath);
|
|
58
|
-
}
|
|
59
|
-
if (!fieldConfig.control) {
|
|
60
|
-
return;
|
|
61
|
-
}
|
|
62
|
-
const controlPath = `${itemsPath}/${fieldConfig.id}/control`;
|
|
63
|
-
attrs.forEach(attr => {
|
|
64
|
-
if (fieldConfig.control[attr]) {
|
|
65
|
-
if (attr == 'placeholder') {
|
|
66
|
-
fieldConfig.control[attr] = i18n_1.I18nResourceManager.getI18nuerySchemePlaceholder(fieldConfig.control, controlPath);
|
|
67
|
-
}
|
|
68
|
-
else {
|
|
69
|
-
fieldConfig.control[attr].forEach((enumValue) => {
|
|
70
|
-
enumValue['name'] = i18n_1.I18nResourceManager.getI18nQuerySchemeEnumValues(enumValue, `${controlPath}/enumValues`);
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
});
|
|
76
|
-
this.i18nFieldConfigs = this.fieldConfigStringify(i18nFieldConfigArray);
|
|
77
|
-
}
|
|
78
|
-
fieldConfigStringify(fieldConfig) {
|
|
79
|
-
fieldConfig = JSON.stringify(fieldConfig);
|
|
80
|
-
fieldConfig = fieldConfig.replace(/(preEventCmd":)("[A-Za-z0-9]+")/g, (arg1, arg2, arg3) => {
|
|
81
|
-
return arg2 + arg3.replace(/"/g, '');
|
|
82
|
-
});
|
|
83
|
-
fieldConfig = fieldConfig.replace(/"\$transform\(.*?\)"/g, (arg1, arg2, arg3) => {
|
|
84
|
-
return arg1.replace(/"/g, '');
|
|
85
|
-
});
|
|
86
|
-
return fieldConfig;
|
|
87
36
|
}
|
|
88
37
|
}
|
|
89
38
|
exports.VueFilter = VueFilter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/filter/filter.ts"],"names":[],"mappings":";;;AAAA,4DAAwD;AACxD,iEAA4D;
|
|
1
|
+
{"version":3,"file":"filter.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/filter/filter.ts"],"names":[],"mappings":";;;AAAA,4DAAwD;AACxD,iEAA4D;AAE5D,MAAa,SAAU,SAAQ,qCAAgB;IAG7C,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,GACR,iJAAiJ,CAAA;QACnJ,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,GAAG,KAAK,cAAc,EAAE;oBAC1B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;oBACpC,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAC3B,kCAAkC,EAClC,CAAC,IAAY,EAAE,IAAY,EAAE,IAAY,EAAE,EAAE;wBAC3C,OAAO,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;oBACtC,CAAC,CACF,CAAA;iBACF;qBAAM,IAAI,GAAG,KAAK,cAAc,IAAI,GAAG,CAAC,GAAG,CAAC,EAAE;oBAC7C,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBAMtC;qBAAM;oBACL,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;iBACrB;aACF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AA1CD,8BA0CC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueScrollNavbar = void 0;
|
|
4
4
|
const vue_base_component_1 = require("../vue-base-component");
|
|
5
5
|
class VueScrollNavbar extends vue_base_component_1.VueBaseComponent {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -26,30 +26,6 @@ class VueScrollNavbar extends vue_base_component_1.VueBaseComponent {
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
});
|
|
29
|
-
this.initI18nAttrs();
|
|
30
|
-
}
|
|
31
|
-
initI18nAttrs() {
|
|
32
|
-
if (this.enableI18n) {
|
|
33
|
-
this.i18nScrollItems = this.getI18nScrollItems();
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
this.i18nScrollItems = this.scrollItems;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
getI18nScrollItems() {
|
|
40
|
-
const i18nItems = JSON.parse(this.scrollItems) || [];
|
|
41
|
-
i18nItems.forEach((item) => {
|
|
42
|
-
item.title = this.getI18nItemTitle(item);
|
|
43
|
-
});
|
|
44
|
-
return JSON.stringify(i18nItems).replace(/"\$transform\(.*?\)"/g, (substring) => {
|
|
45
|
-
return substring.replace(/"/g, '');
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
getI18nItemTitle(item) {
|
|
49
|
-
const itemTitle = item.title;
|
|
50
|
-
const itemResourceId = `${this.type}/${this.id}/scrollItems/${item.id}`;
|
|
51
|
-
const itemI18nTitle = `$transform('${itemResourceId}', '${itemTitle}')`;
|
|
52
|
-
return itemI18nTitle;
|
|
53
29
|
}
|
|
54
30
|
}
|
|
55
31
|
exports.VueScrollNavbar = VueScrollNavbar;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scroll-navbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/business/scroll-navbar.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;
|
|
1
|
+
{"version":3,"file":"scroll-navbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/business/scroll-navbar.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AAEzD,MAAa,eAAgB,SAAQ,qCAAgB;IAGnD,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,+DAA+D,CAAA;QAC5E,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,GAAG,KAAK,aAAa,EAAE;oBACzB,IAAI,CAAC,WAAW,GAAG,CAAA,GAAG,aAAH,GAAG,uBAAH,GAAG,CAAE,WAAW,EAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;iBACnF;qBAAM;oBACL,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;iBACrB;aACF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AA5BD,0CA4BC"}
|
|
@@ -4,7 +4,7 @@ exports.VuePosition = void 0;
|
|
|
4
4
|
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
5
|
class VuePosition {
|
|
6
6
|
constructor(param) {
|
|
7
|
-
this.keys = 'top,bottom,left,right,zIndex';
|
|
7
|
+
this.keys = 'type,top,bottom,left,right,zIndex';
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
return;
|
|
@@ -23,7 +23,10 @@ class VuePosition {
|
|
|
23
23
|
}
|
|
24
24
|
getStyle() {
|
|
25
25
|
return this.keys.split(',').filter(key => toolhepler_1.ToolHelper.isDef(this[key])).map((key) => {
|
|
26
|
-
if (key === '
|
|
26
|
+
if (key === 'type') {
|
|
27
|
+
return `position: ${this[key]};`;
|
|
28
|
+
}
|
|
29
|
+
else if (key === 'zIndex') {
|
|
27
30
|
return `z-index: ${this[key]};`;
|
|
28
31
|
}
|
|
29
32
|
else {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-position.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-position.ts"],"names":[],"mappings":";;;AAAA,kEAA+D;AAE/D,MAAa,WAAW;IASpB,YAAY,KAAmB;QAFvB,SAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"vue-position.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-position.ts"],"names":[],"mappings":";;;AAAA,kEAA+D;AAE/D,MAAa,WAAW;IASpB,YAAY,KAAmB;QAFvB,SAAI,GAAG,mCAAmC,CAAC;QAG/C,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,OAAO,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,GAAG,CAAA,EAAE,CAAC,uBAAU,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;YAC9E,IAAG,GAAG,KAAK,MAAM,EAAE;gBACf,OAAO,aAAa,IAAI,CAAC,GAAG,CAAC,GAAG,CAAA;aACnC;iBAAM,IAAG,GAAG,KAAK,QAAQ,EAAE;gBACxB,OAAO,YAAY,IAAI,CAAC,GAAG,CAAC,GAAG,CAAA;aAClC;iBAAM;gBACH,OAAQ,GAAG,GAAG,KAAK,IAAI,CAAC,GAAG,CAAC,KAAK,CAAA;aACpC;QACL,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;IAChB,CAAC;CACJ;AAtCD,kCAsCC"}
|
|
@@ -3,12 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueToolbar = void 0;
|
|
4
4
|
const vue_state_1 = require("./vue-state");
|
|
5
5
|
class VueToolbar {
|
|
6
|
-
constructor(param, variables
|
|
6
|
+
constructor(param, variables) {
|
|
7
7
|
this.keys = ['id', 'text', 'type', 'icon', 'iconType', 'click', 'visible', 'disable'];
|
|
8
8
|
this.variables = ['click', 'visible', 'disable'];
|
|
9
9
|
this.param = param;
|
|
10
10
|
variables && (this.variables = variables);
|
|
11
|
-
this.enableI18n = enableI18n;
|
|
12
11
|
}
|
|
13
12
|
initItem() {
|
|
14
13
|
const { items = [] } = this.param;
|
|
@@ -19,9 +18,6 @@ class VueToolbar {
|
|
|
19
18
|
if (this.variables.includes(key)) {
|
|
20
19
|
return `'${key}': ${new vue_state_1.VueState(item[key]).value}`;
|
|
21
20
|
}
|
|
22
|
-
else if (key === 'text') {
|
|
23
|
-
return this.enableI18n ? `'${key}': ${item[key]}` : `'${key}': '${item[key]}'`;
|
|
24
|
-
}
|
|
25
21
|
else {
|
|
26
22
|
return `'${key}': '${item[key]}'`;
|
|
27
23
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-toolbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-toolbar.ts"],"names":[],"mappings":";;;AAAA,2CAAuC;AAEvC,MAAa,UAAU;
|
|
1
|
+
{"version":3,"file":"vue-toolbar.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/common/vue-toolbar.ts"],"names":[],"mappings":";;;AAAA,2CAAuC;AAEvC,MAAa,UAAU;IAIrB,YAAY,KAA6B,EAAE,SAAoB;QAH/D,SAAI,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;QACjF,cAAS,GAAG,CAAC,OAAO,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;QAG1C,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;QAClB,SAAS,IAAI,CAAC,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC,CAAA;IAC3C,CAAC;IACD,QAAQ;QACN,MAAM,EAAE,KAAK,GAAG,EAAE,EAAE,GAAG,IAAI,CAAC,KAAK,CAAA;QACjC,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAS,EAAC,EAAE;YAC5B,OAAO,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC;iBAC3B,MAAM,CAAC,GAAG,CAAA,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;iBACrC,GAAG,CAAC,GAAG,CAAA,EAAE;gBACR,IAAG,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;oBAC/B,OAAO,IAAI,GAAG,MAAM,IAAI,oBAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,EAAE,CAAA;iBACpD;qBAAM;oBACL,OAAO,IAAI,GAAG,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAA;iBAClC;YACH,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAA;QACtB,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;IACd,CAAC;IACD,QAAQ;QACN,OAAO,GAAG,GAAG,IAAI,CAAC,QAAQ,EAAE,GAAG,GAAG,CAAA;IACpC,CAAC;CACF;AAzBD,gCAyBC"}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VueCard = void 0;
|
|
4
|
-
const lodash_1 = require("lodash");
|
|
5
4
|
const vue_toolbar_1 = require("../common/vue-toolbar");
|
|
6
5
|
const vue_container_1 = require("./vue-container");
|
|
7
|
-
const i18n_1 = require("../../../utility/i18n");
|
|
8
6
|
class VueCard extends vue_container_1.VueContainer {
|
|
9
|
-
constructor(param
|
|
7
|
+
constructor(param) {
|
|
10
8
|
var _a, _b;
|
|
11
|
-
super(param
|
|
9
|
+
super(param);
|
|
12
10
|
let obj;
|
|
13
11
|
if (typeof param === 'string') {
|
|
14
12
|
obj = JSON.parse(param);
|
|
@@ -33,38 +31,10 @@ class VueCard extends vue_container_1.VueContainer {
|
|
|
33
31
|
});
|
|
34
32
|
((_a = this.padding) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.padding.getStyle());
|
|
35
33
|
((_b = this.margin) === null || _b === void 0 ? void 0 : _b.getStyle) && this.addStyle(this.margin.getStyle());
|
|
36
|
-
this.initI18nAttrs();
|
|
37
34
|
}
|
|
38
35
|
updateValue(key) {
|
|
39
36
|
this[key] = this[key + '_originalValue'] ? new vue_toolbar_1.VueToolbar({ items: this[key + '_originalValue'] }).toString() : undefined;
|
|
40
37
|
}
|
|
41
|
-
initI18nAttrs() {
|
|
42
|
-
if (this.enableI18n) {
|
|
43
|
-
this.i18nTitle = i18n_1.I18nResourceManager.getI18nTitle(this);
|
|
44
|
-
this.i18nActions = this.getI18nActions();
|
|
45
|
-
}
|
|
46
|
-
else {
|
|
47
|
-
this.i18nTitle = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.title);
|
|
48
|
-
this.i18nActions = this.actions;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
getI18nActions() {
|
|
52
|
-
if (Array.isArray(this['actions_originalValue']) === false) {
|
|
53
|
-
return undefined;
|
|
54
|
-
}
|
|
55
|
-
const i18nActionArray = lodash_1.cloneDeep(this['actions_originalValue']);
|
|
56
|
-
i18nActionArray.forEach((action) => {
|
|
57
|
-
action.text = this.getI18nActionText(action);
|
|
58
|
-
});
|
|
59
|
-
const i18nActions = new vue_toolbar_1.VueToolbar({ items: i18nActionArray }, null, true).toString();
|
|
60
|
-
return i18nActions;
|
|
61
|
-
}
|
|
62
|
-
getI18nActionText(action) {
|
|
63
|
-
const actionText = action.text;
|
|
64
|
-
const actionResourceId = `${this.type}/${this.id}/actions/${action.id}/text`;
|
|
65
|
-
const actionI18nText = `$transform('${actionResourceId}','${actionText}')`;
|
|
66
|
-
return actionI18nText;
|
|
67
|
-
}
|
|
68
38
|
}
|
|
69
39
|
exports.VueCard = VueCard;
|
|
70
40
|
//# sourceMappingURL=card.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/card.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"card.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/card.ts"],"names":[],"mappings":";;;AAAA,uDAAkD;AAClD,mDAA8C;AAE9C,MAAa,OAAQ,SAAQ,4BAAY;IASvC,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;QACD,MAAM,IAAI,GAAG,uEAAuE,CAAA;QACpF,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,IAAI,GAAG,KAAK,SAAS,EAAE;oBAErB,IAAI,CAAC,GAAG,GAAC,gBAAgB,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;oBACtC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;iBACvB;qBAAM;oBACL,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;iBACrB;aACF;QACH,CAAC,CAAC,CAAA;QACF,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;IAChE,CAAC;IAGD,WAAW,CAAC,GAAU;QACpB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,GAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,IAAI,wBAAU,CAAC,EAAC,KAAK,EAAC,IAAI,CAAC,GAAG,GAAC,gBAAgB,CAAC,EAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,SAAS,CAAA;IACpH,CAAC;CACF;AA1CD,0BA0CC"}
|
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VueFieldSet = void 0;
|
|
4
4
|
const vue_container_1 = require("./vue-container");
|
|
5
|
-
const i18n_1 = require("../../../utility/i18n");
|
|
6
5
|
class VueFieldSet extends vue_container_1.VueContainer {
|
|
7
|
-
constructor(param
|
|
8
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
9
8
|
let obj;
|
|
10
9
|
if (typeof param === 'string') {
|
|
11
10
|
obj = JSON.parse(param);
|
|
@@ -22,15 +21,6 @@ class VueFieldSet extends vue_container_1.VueContainer {
|
|
|
22
21
|
this[key] = obj[key];
|
|
23
22
|
}
|
|
24
23
|
});
|
|
25
|
-
this.initI18nAttrs();
|
|
26
|
-
}
|
|
27
|
-
initI18nAttrs() {
|
|
28
|
-
if (this.enableI18n) {
|
|
29
|
-
this.i18nTitle = i18n_1.I18nResourceManager.getI18nTitle(this);
|
|
30
|
-
}
|
|
31
|
-
else {
|
|
32
|
-
this.i18nTitle = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.title);
|
|
33
|
-
}
|
|
34
24
|
}
|
|
35
25
|
}
|
|
36
26
|
exports.VueFieldSet = VueFieldSet;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"field-set.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/field-set.ts"],"names":[],"mappings":";;;AAAA,mDAA8C;
|
|
1
|
+
{"version":3,"file":"field-set.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/field-set.ts"],"names":[],"mappings":";;;AAAA,mDAA8C;AAE9C,MAAa,WAAY,SAAQ,4BAAY;IAWzC,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;QACD,MAAM,IAAI,GAAG,oDAAoD,CAAC;QAClE,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;CAGJ;AAjCD,kCAiCC"}
|
|
@@ -24,8 +24,4 @@ __exportStar(require("./field-set"), exports);
|
|
|
24
24
|
__exportStar(require("./vue-tab-page"), exports);
|
|
25
25
|
__exportStar(require("./vue-tabs"), exports);
|
|
26
26
|
__exportStar(require("./vue-section"), exports);
|
|
27
|
-
__exportStar(require("./vue-layout-container"), exports);
|
|
28
|
-
__exportStar(require("./vue-layout-container-row"), exports);
|
|
29
|
-
__exportStar(require("./vue-layout-container-col"), exports);
|
|
30
|
-
__exportStar(require("./vue-template-container"), exports);
|
|
31
27
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAiC;AACjC,uDAAsC;AACtC,8DAA6C;AAC7C,+DAA8C;AAC9C,8DAA6C;AAC7C,0DAAwC;AACxC,wDAAsC;AACtC,6CAA2B;AAC3B,uDAAqC;AACrC,yCAAuB;AACvB,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,gDAA8B
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAiC;AACjC,uDAAsC;AACtC,8DAA6C;AAC7C,+DAA8C;AAC9C,8DAA6C;AAC7C,0DAAwC;AACxC,wDAAsC;AACtC,6CAA2B;AAC3B,uDAAqC;AACrC,yCAAuB;AACvB,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,gDAA8B"}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VueContainer = void 0;
|
|
4
4
|
const vue_base_component_1 = require("../vue-base-component");
|
|
5
|
+
const vue_content_type_creator_1 = require("../../../utility/vue-content-type-creator");
|
|
5
6
|
const vue_object_creator_1 = require("../../../utility/vue-object-creator");
|
|
6
7
|
const vue_display_1 = require("../common/vue-display");
|
|
7
8
|
const vue_position_1 = require("../common/vue-position");
|
|
8
9
|
class VueContainer extends vue_base_component_1.VueBaseComponent {
|
|
9
|
-
constructor(param
|
|
10
|
-
|
|
11
|
-
super(param, context);
|
|
10
|
+
constructor(param) {
|
|
11
|
+
super(param);
|
|
12
12
|
let obj;
|
|
13
13
|
if (typeof param === 'string') {
|
|
14
14
|
obj = JSON.parse(param);
|
|
@@ -25,9 +25,10 @@ class VueContainer extends vue_base_component_1.VueBaseComponent {
|
|
|
25
25
|
if (keys.includes(key)) {
|
|
26
26
|
if (key === 'contents') {
|
|
27
27
|
obj[key].forEach((item) => {
|
|
28
|
-
|
|
29
|
-
const
|
|
30
|
-
if (
|
|
28
|
+
const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
|
|
29
|
+
const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
|
|
30
|
+
if (domObj) {
|
|
31
|
+
const domValue = new domObj(item);
|
|
31
32
|
this.contents.push(domValue);
|
|
32
33
|
}
|
|
33
34
|
});
|
|
@@ -43,13 +44,6 @@ class VueContainer extends vue_base_component_1.VueBaseComponent {
|
|
|
43
44
|
}
|
|
44
45
|
}
|
|
45
46
|
});
|
|
46
|
-
((_a = this.size) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.size.getStyle());
|
|
47
|
-
((_b = this.position) === null || _b === void 0 ? void 0 : _b.getStyle) && this.addStyle(this.position.getStyle());
|
|
48
|
-
((_c = this.display) === null || _c === void 0 ? void 0 : _c.getClass) && this.addClass(this.display.getClass());
|
|
49
|
-
((_d = this.padding) === null || _d === void 0 ? void 0 : _d.getStyle) && this.addStyle(this.padding.getStyle());
|
|
50
|
-
((_e = this.margin) === null || _e === void 0 ? void 0 : _e.getStyle) && this.addStyle(this.margin.getStyle());
|
|
51
|
-
((_f = this.borderRadius) === null || _f === void 0 ? void 0 : _f.getStyle) && this.addStyle(this.borderRadius.getStyle());
|
|
52
|
-
((_g = this.background) === null || _g === void 0 ? void 0 : _g.getStyle) && this.addStyle(this.background.getStyle());
|
|
53
47
|
}
|
|
54
48
|
}
|
|
55
49
|
exports.VueContainer = VueContainer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-container.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;
|
|
1
|
+
{"version":3,"file":"vue-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-container.ts"],"names":[],"mappings":";;;AAAA,8DAAyD;AACzD,wFAAkF;AAClF,4EAAuE;AACvE,uDAAgD;AAChD,yDAAqD;AACrD,MAAa,YAAa,SAAQ,qCAAgB;IAG9C,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;QAED,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,2BAA2B,CAAC;QACzC,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,IAAG,GAAG,KAAK,SAAS,IAAI,GAAG,CAAC,GAAG,CAAC,KAAK,MAAM,EAAC;oBAC/C,IAAI,CAAC,OAAO,GAAG,IAAI,qBAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;iBAC1C;qBAAM,IAAI,GAAG,KAAK,UAAU,EAAE;oBAC3B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,0BAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBACxC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IAEP,CAAC;CACJ;AAxCD,oCAwCC"}
|
|
@@ -3,8 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueContentContainer = void 0;
|
|
4
4
|
const vue_container_1 = require("./vue-container");
|
|
5
5
|
class VueContentContainer extends vue_container_1.VueContainer {
|
|
6
|
-
constructor(param
|
|
7
|
-
|
|
6
|
+
constructor(param) {
|
|
7
|
+
var _a, _b, _c, _d;
|
|
8
|
+
super(param);
|
|
8
9
|
let obj;
|
|
9
10
|
if (typeof param === 'string') {
|
|
10
11
|
obj = JSON.parse(param);
|
|
@@ -22,6 +23,11 @@ class VueContentContainer extends vue_container_1.VueContainer {
|
|
|
22
23
|
}
|
|
23
24
|
});
|
|
24
25
|
this.fill && this.addClass('flex-fill');
|
|
26
|
+
this.display && this.addClass(this.display.getClass());
|
|
27
|
+
((_a = this.size) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.size.getStyle());
|
|
28
|
+
((_b = this.position) === null || _b === void 0 ? void 0 : _b.getStyle) && this.addStyle(this.position.getStyle());
|
|
29
|
+
((_c = this.padding) === null || _c === void 0 ? void 0 : _c.getStyle) && this.addStyle(this.padding.getStyle());
|
|
30
|
+
((_d = this.margin) === null || _d === void 0 ? void 0 : _d.getStyle) && this.addStyle(this.margin.getStyle());
|
|
25
31
|
}
|
|
26
32
|
}
|
|
27
33
|
exports.VueContentContainer = VueContentContainer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-content-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-content-container.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"vue-content-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-content-container.ts"],"names":[],"mappings":";;;AAAA,mDAA+C;AAI/C,MAAa,mBAAoB,SAAQ,4BAAY;IAIjD,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,YAAY,CAAC;QAC1B,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;QACvC,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAA;QACtD,CAAA,MAAA,IAAI,CAAC,IAAI,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAA;QAC1D,CAAA,MAAA,IAAI,CAAC,QAAQ,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAA;QAClE,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;AAhCD,kDAgCC"}
|
|
@@ -3,9 +3,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueFloatContainer = void 0;
|
|
4
4
|
const vue_container_1 = require("./vue-container");
|
|
5
5
|
class VueFloatContainer extends vue_container_1.VueContainer {
|
|
6
|
-
constructor(param
|
|
7
|
-
|
|
6
|
+
constructor(param) {
|
|
7
|
+
var _a, _b, _c, _d, _e;
|
|
8
|
+
super(param);
|
|
8
9
|
this.addClass('position-absolute');
|
|
10
|
+
((_a = this.size) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.size.getStyle());
|
|
11
|
+
((_b = this.position) === null || _b === void 0 ? void 0 : _b.getStyle) && this.addStyle(this.position.getStyle());
|
|
12
|
+
((_c = this.display) === null || _c === void 0 ? void 0 : _c.getClass) && this.addClass(this.display.getClass());
|
|
13
|
+
((_d = this.padding) === null || _d === void 0 ? void 0 : _d.getStyle) && this.addStyle(this.padding.getStyle());
|
|
14
|
+
((_e = this.margin) === null || _e === void 0 ? void 0 : _e.getStyle) && this.addStyle(this.margin.getStyle());
|
|
9
15
|
}
|
|
10
16
|
}
|
|
11
17
|
exports.VueFloatContainer = VueFloatContainer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-float-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-float-container.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"vue-float-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-float-container.ts"],"names":[],"mappings":";;;AACA,mDAA+C;AAE/C,MAAa,iBAAkB,SAAQ,4BAAY;IAG/C,YAAY,KAAmB;;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,IAAI,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAA;QAClC,CAAA,MAAA,IAAI,CAAC,IAAI,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAA;QAC1D,CAAA,MAAA,IAAI,CAAC,QAAQ,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAA;QAClE,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,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;AAbD,8CAaC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueForm = void 0;
|
|
4
4
|
const vue_item_container_1 = require("./vue-item-container");
|
|
5
5
|
class VueForm extends vue_item_container_1.VueItemContainer {
|
|
6
|
-
constructor(param
|
|
7
|
-
super(param
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
8
|
let obj;
|
|
9
9
|
if (typeof param === 'string') {
|
|
10
10
|
obj = JSON.parse(param);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-form.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-form.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"vue-form.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-form.ts"],"names":[],"mappings":";;;AAAA,6DAAwD;AAExD,MAAa,OAAQ,SAAQ,qCAAgB;IAOzC,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,sCAAsC,CAAC;QACpD,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,CAAC,YAAY,IAAI,IAAI,CAAC,YAAY,IAAI,KAAK,EAAE;YAClD,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;SAC5B;IACL,CAAC;IAED,MAAM;QACF,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,EAAE,IAAI,CAAC,cAAc,EAAE,UAAU,EAAE,IAAI,CAAC,QAAQ,EAAE,cAAc,EAAE,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;IACtK,CAAC;IAED,QAAQ;QACJ,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;IACzC,CAAC;CACJ;AAxCD,0BAwCC"}
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VueItemContainer = void 0;
|
|
4
4
|
const vue_container_1 = require("./vue-container");
|
|
5
|
+
const vue_content_type_creator_1 = require("../../../utility/vue-content-type-creator");
|
|
5
6
|
const vue_object_creator_1 = require("../../../utility/vue-object-creator");
|
|
6
7
|
class VueItemContainer extends vue_container_1.VueContainer {
|
|
7
|
-
constructor(param
|
|
8
|
-
super(param
|
|
8
|
+
constructor(param) {
|
|
9
|
+
super(param);
|
|
9
10
|
let obj;
|
|
10
11
|
if (typeof param === 'string') {
|
|
11
12
|
obj = JSON.parse(param);
|
|
@@ -21,8 +22,10 @@ class VueItemContainer extends vue_container_1.VueContainer {
|
|
|
21
22
|
Object.keys(obj).forEach(key => {
|
|
22
23
|
if (keys.includes(key)) {
|
|
23
24
|
obj[key].forEach((item) => {
|
|
24
|
-
const
|
|
25
|
-
|
|
25
|
+
const generatedType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
|
|
26
|
+
const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(generatedType, this.resourcePrefix);
|
|
27
|
+
if (domObj) {
|
|
28
|
+
const domValue = new domObj(item);
|
|
26
29
|
this.contents.push(domValue);
|
|
27
30
|
}
|
|
28
31
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-item-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-item-container.ts"],"names":[],"mappings":";;;AAAA,mDAA+C;
|
|
1
|
+
{"version":3,"file":"vue-item-container.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/container/vue-item-container.ts"],"names":[],"mappings":";;;AAAA,mDAA+C;AAC/C,wFAAkF;AAClF,4EAAuE;AAGvE,MAAa,gBAAiB,SAAQ,4BAAY;IAI9C,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,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,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,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;oBAC3B,MAAM,aAAa,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;oBACxF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,aAAa,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;oBACvF,IAAI,MAAM,EAAE;wBACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;wBAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;qBAChC;gBACL,CAAC,CAAC,CAAC;aACN;QACL,CAAC,CAAC,CAAC;IACP,CAAC;IAED,MAAM;QACF,MAAM,MAAM,GAAQ,EAAE,CAAC;QACvB,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE;YACvC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;gBAChC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;YAC/B,CAAC,CAAC,CAAC;SACN;QAED,OAAO,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE,EAAE,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,CAAC,CAAC;IAC9F,CAAC;IAED,QAAQ;QACJ,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;IACzC,CAAC;CACJ;AAhDD,4CAgDC"}
|