@farris/jit-engine 1.3.308 → 1.3.311
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 +6 -10
- 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 -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
package/lib/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router-generator.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.ts"],"names":[],"mappings":";;;AAEA,wEAAmE;AACnE,wEAAmE;AAGnE,0FAAqF;
|
|
1
|
+
{"version":3,"file":"router-generator.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/code-generator/file-generator/project-generator/router-generator.ts"],"names":[],"mappings":";;;AAEA,wEAAmE;AACnE,wEAAmE;AAGnE,0FAAqF;AAYrF,MAAa,eAAgB,SAAQ,+CAAqB;IACtD,QAAQ,CAAC,OAA6B;QAClC,MAAM,QAAQ,GAA0B,+CAAqB,CAAC,mBAAmB,EAAE,CAAC;QACpF,MAAM,aAAa,GAAe,OAAO,CAAC,iBAAiB,CAAA;QAC3D,IAAI,cAAc,GACd;;;CAGX,CAAC;QAEM,MAAM,oBAAoB,GAAG,mBAAmB,CAAC;QAEjD,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAqB,EAAE,EAAE;YAC3D,MAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,CAAA;YACpC,cAAc,IAAI;SACrB,iDAAsB,CAAC,4BAA4B,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,iDAAsB,CAAC,cAAc,CAAC,IAAI,CAAC;2BACzG,IAAI,CAAC,IAAI,GAAG,oBAAoB,oBAAoB,iDAAsB,CAAC,cAAc,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACpI,CAAC,CAAC,CAAC;QAGH,cAAc,IAAI;;sBAEJ,CAAC;QAEf,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAqB,EAAE,KAAa,EAAE,EAAE;YAC1E,cAAc,IAAI;;kBAEZ,IAAI,CAAC,kCAAkC,CAAC,IAAI,CAAC;iBAC9C,IAAI,CAAC,kCAAkC,CAAC,IAAI,CAAC;qBACzC,iDAAsB,CAAC,4BAA4B,CAAC,IAAI,CAAC,IAAI,CAAC;kBACjE,IAAI,CAAC,OAAO,CAAC,IAAI,EAAC,aAAa,CAAC;oBAC9B,IAAI,CAAC,IAAI,GAAG,oBAAoB;MAC9C,CAAC;YACK,IAAI,KAAK,GAAG,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;gBACjD,cAAc,IAAI,GAAG,CAAC;aACzB;QACL,CAAC,CAAC,CAAC;QAEH,cAAc,IAAI;GACvB,CAAC;QAEI,cAAc,IAAI;;;;;;;;;;;CAWzB,CAAC;QAGM,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,QAAQ,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;QAE9D,OAAO,QAAQ,CAAC;IACpB,CAAC;IAWO,kCAAkC,CAAC,IAAqB;QAC5D,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;IACrD,CAAC;IAEO,OAAO,CAAC,IAAoB,EAAC,aAAyB;QAC1D,MAAM,SAAS,GAAO,aAAa,CAAC,IAAI,CAAC,SAAS,CAAA,EAAE,CAAA,SAAS,CAAC,OAAO,CAAC,UAAU,KAAK,IAAI,CAAC,IAAI,CAAC,CAAC;QAChG,IAAG,IAAI,CAAC,IAAI,IAAI,SAAS,IAAI,SAAS,CAAC,EAAE,IAAI,SAAS,CAAC,EAAE,CAAC,OAAO,IAAI,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,kBAAkB,IAAI,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC,MAAM,EAAC;YAC3J,OAAO,2BAA2B,CAAA;SACrC;aAAI;YACD,OAAO,EAAE,CAAA;SAEZ;IACL,CAAC;CACJ;AAlFD,0CAkFC"}
|
|
@@ -5,21 +5,21 @@ const abstract_file_generator_1 = require("../abstract-file-generator");
|
|
|
5
5
|
class ShimxTsxDTsGenerator extends abstract_file_generator_1.AbstractFileGenerator {
|
|
6
6
|
generate(context) {
|
|
7
7
|
const response = this.getDefaultFileGeneratorResponse();
|
|
8
|
-
const initJson = `
|
|
9
|
-
import Vue, { VNode } from 'vue'
|
|
10
|
-
|
|
11
|
-
declare global {
|
|
12
|
-
namespace JSX {
|
|
13
|
-
// tslint:disable no-empty-interface
|
|
14
|
-
interface Element extends VNode {}
|
|
15
|
-
// tslint:disable no-empty-interface
|
|
16
|
-
interface ElementClass extends Vue {}
|
|
17
|
-
interface IntrinsicElements {
|
|
18
|
-
[elem: string]: any;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
8
|
+
const initJson = `
|
|
9
|
+
import Vue, { VNode } from 'vue'
|
|
10
|
+
|
|
11
|
+
declare global {
|
|
12
|
+
namespace JSX {
|
|
13
|
+
// tslint:disable no-empty-interface
|
|
14
|
+
interface Element extends VNode {}
|
|
15
|
+
// tslint:disable no-empty-interface
|
|
16
|
+
interface ElementClass extends Vue {}
|
|
17
|
+
interface IntrinsicElements {
|
|
18
|
+
[elem: string]: any;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
23
|
`;
|
|
24
24
|
this.createFile(context.basePath, context.fileName, initJson);
|
|
25
25
|
return response;
|
|
@@ -5,37 +5,37 @@ const abstract_file_generator_1 = require("../abstract-file-generator");
|
|
|
5
5
|
class ShimxVueDTsGenerator extends abstract_file_generator_1.AbstractFileGenerator {
|
|
6
6
|
generate(context) {
|
|
7
7
|
const response = this.getDefaultFileGeneratorResponse();
|
|
8
|
-
const initJson = `
|
|
9
|
-
import Vue from 'vue';
|
|
10
|
-
import { App, AppOptions, ViewModel, ViewModelOptions } from '@farris/mobile-devkit';
|
|
11
|
-
|
|
12
|
-
declare module '*.vue' {
|
|
13
|
-
export default Vue
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
declare module 'vue/types/vue' {
|
|
17
|
-
|
|
18
|
-
interface Vue {
|
|
19
|
-
|
|
20
|
-
$app: App;
|
|
21
|
-
|
|
22
|
-
$viewModel: ViewModel;
|
|
23
|
-
|
|
24
|
-
$createApp(options: AppOptions): void;
|
|
25
|
-
|
|
26
|
-
$getApp(): App;
|
|
27
|
-
|
|
28
|
-
$createViewModel(options: ViewModelOptions): void;
|
|
29
|
-
|
|
30
|
-
$getViewModel(): ViewModel;
|
|
31
|
-
|
|
32
|
-
[key: string]:any;
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
8
|
+
const initJson = `
|
|
9
|
+
import Vue from 'vue';
|
|
10
|
+
import { App, AppOptions, ViewModel, ViewModelOptions } from '@farris/mobile-devkit';
|
|
11
|
+
|
|
12
|
+
declare module '*.vue' {
|
|
13
|
+
export default Vue
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
declare module 'vue/types/vue' {
|
|
17
|
+
|
|
18
|
+
interface Vue {
|
|
19
|
+
|
|
20
|
+
$app: App;
|
|
21
|
+
|
|
22
|
+
$viewModel: ViewModel;
|
|
23
|
+
|
|
24
|
+
$createApp(options: AppOptions): void;
|
|
25
|
+
|
|
26
|
+
$getApp(): App;
|
|
27
|
+
|
|
28
|
+
$createViewModel(options: ViewModelOptions): void;
|
|
29
|
+
|
|
30
|
+
$getViewModel(): ViewModel;
|
|
31
|
+
|
|
32
|
+
[key: string]:any;
|
|
33
|
+
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
39
|
`;
|
|
40
40
|
this.createFile(context.basePath, context.fileName, initJson);
|
|
41
41
|
return response;
|
package/lib/mobileapp/vue/code-generator/file-generator/project-generator/tsconfig-json-generator.js
CHANGED
|
@@ -6,44 +6,44 @@ const abstract_file_generator_1 = require("../abstract-file-generator");
|
|
|
6
6
|
class TsConfigJsonGenerator extends abstract_file_generator_1.AbstractFileGenerator {
|
|
7
7
|
generate(context) {
|
|
8
8
|
const response = file_generator_response_1.FileGeneratorResponse.getNewEmptyInstance();
|
|
9
|
-
const initTsConfigJson = `{
|
|
10
|
-
"compilerOptions": {
|
|
11
|
-
"target": "esnext",
|
|
12
|
-
"module": "esnext",
|
|
13
|
-
"strict": false,
|
|
14
|
-
"jsx": "preserve",
|
|
15
|
-
"importHelpers": true,
|
|
16
|
-
"moduleResolution": "node",
|
|
17
|
-
"esModuleInterop": true,
|
|
18
|
-
"allowSyntheticDefaultImports": true,
|
|
19
|
-
"experimentalDecorators": true,
|
|
20
|
-
"sourceMap": true,
|
|
21
|
-
"baseUrl": ".",
|
|
22
|
-
"types": [
|
|
23
|
-
"webpack-env"
|
|
24
|
-
],
|
|
25
|
-
"paths": {
|
|
26
|
-
"@/*": [
|
|
27
|
-
"src/*"
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
"lib": [
|
|
31
|
-
"esnext",
|
|
32
|
-
"dom",
|
|
33
|
-
"dom.iterable",
|
|
34
|
-
"scripthost"
|
|
35
|
-
]
|
|
36
|
-
},
|
|
37
|
-
"include": [
|
|
38
|
-
"src/**/*.ts",
|
|
39
|
-
"src/**/*.tsx",
|
|
40
|
-
"src/**/*.vue",
|
|
41
|
-
"tests/**/*.ts",
|
|
42
|
-
"tests/**/*.tsx"
|
|
43
|
-
],
|
|
44
|
-
"exclude": [
|
|
45
|
-
"node_modules"
|
|
46
|
-
]
|
|
9
|
+
const initTsConfigJson = `{
|
|
10
|
+
"compilerOptions": {
|
|
11
|
+
"target": "esnext",
|
|
12
|
+
"module": "esnext",
|
|
13
|
+
"strict": false,
|
|
14
|
+
"jsx": "preserve",
|
|
15
|
+
"importHelpers": true,
|
|
16
|
+
"moduleResolution": "node",
|
|
17
|
+
"esModuleInterop": true,
|
|
18
|
+
"allowSyntheticDefaultImports": true,
|
|
19
|
+
"experimentalDecorators": true,
|
|
20
|
+
"sourceMap": true,
|
|
21
|
+
"baseUrl": ".",
|
|
22
|
+
"types": [
|
|
23
|
+
"webpack-env"
|
|
24
|
+
],
|
|
25
|
+
"paths": {
|
|
26
|
+
"@/*": [
|
|
27
|
+
"src/*"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
"lib": [
|
|
31
|
+
"esnext",
|
|
32
|
+
"dom",
|
|
33
|
+
"dom.iterable",
|
|
34
|
+
"scripthost"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"include": [
|
|
38
|
+
"src/**/*.ts",
|
|
39
|
+
"src/**/*.tsx",
|
|
40
|
+
"src/**/*.vue",
|
|
41
|
+
"tests/**/*.ts",
|
|
42
|
+
"tests/**/*.tsx"
|
|
43
|
+
],
|
|
44
|
+
"exclude": [
|
|
45
|
+
"node_modules"
|
|
46
|
+
]
|
|
47
47
|
}`;
|
|
48
48
|
this.createFile(context.basePath, context.fileName, initTsConfigJson);
|
|
49
49
|
return response;
|
package/lib/mobileapp/vue/code-generator/file-generator/project-generator/vue-config-js-generator.js
CHANGED
|
@@ -6,26 +6,26 @@ const abstract_file_generator_1 = require("../abstract-file-generator");
|
|
|
6
6
|
class VueConfigJsGenerator extends abstract_file_generator_1.AbstractFileGenerator {
|
|
7
7
|
generate(context) {
|
|
8
8
|
const response = file_generator_response_1.FileGeneratorResponse.getNewEmptyInstance();
|
|
9
|
-
const initTsConfigJson = `
|
|
10
|
-
module.exports = {
|
|
11
|
-
publicPath: './',
|
|
12
|
-
outputDir: 'dist-rollup/${context.metaDataConfig.projectName.toLowerCase()}',
|
|
13
|
-
assetsDir: 'static',
|
|
14
|
-
indexPath: "index.html",
|
|
15
|
-
runtimeCompiler: false,
|
|
16
|
-
productionSourceMap: false,
|
|
17
|
-
configureWebpack: {
|
|
18
|
-
devtool: 'source-map'
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* 打包检测打包内容
|
|
22
|
-
*/
|
|
23
|
-
// chainWebpack: config => {
|
|
24
|
-
// config
|
|
25
|
-
// .plugin('webpack-bundle-analyzer')
|
|
26
|
-
// .use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin)
|
|
27
|
-
// }
|
|
28
|
-
}
|
|
9
|
+
const initTsConfigJson = `
|
|
10
|
+
module.exports = {
|
|
11
|
+
publicPath: './',
|
|
12
|
+
outputDir: 'dist-rollup/${context.metaDataConfig.projectName.toLowerCase()}',
|
|
13
|
+
assetsDir: 'static',
|
|
14
|
+
indexPath: "index.html",
|
|
15
|
+
runtimeCompiler: false,
|
|
16
|
+
productionSourceMap: false,
|
|
17
|
+
configureWebpack: {
|
|
18
|
+
devtool: 'source-map'
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* 打包检测打包内容
|
|
22
|
+
*/
|
|
23
|
+
// chainWebpack: config => {
|
|
24
|
+
// config
|
|
25
|
+
// .plugin('webpack-bundle-analyzer')
|
|
26
|
+
// .use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin)
|
|
27
|
+
// }
|
|
28
|
+
}
|
|
29
29
|
`;
|
|
30
30
|
this.createFile(context.basePath, context.fileName, initTsConfigJson);
|
|
31
31
|
return response;
|
|
@@ -15,17 +15,17 @@ class VueBefProxyContent {
|
|
|
15
15
|
if (!obj) {
|
|
16
16
|
return;
|
|
17
17
|
}
|
|
18
|
-
const keys = `
|
|
19
|
-
Id,
|
|
20
|
-
Code,
|
|
21
|
-
Name,
|
|
22
|
-
Version,
|
|
23
|
-
Description,
|
|
24
|
-
BizObject,
|
|
25
|
-
CriticalApplication,
|
|
26
|
-
ServiceUnit,
|
|
27
|
-
RouteUrl,
|
|
28
|
-
Service
|
|
18
|
+
const keys = `
|
|
19
|
+
Id,
|
|
20
|
+
Code,
|
|
21
|
+
Name,
|
|
22
|
+
Version,
|
|
23
|
+
Description,
|
|
24
|
+
BizObject,
|
|
25
|
+
CriticalApplication,
|
|
26
|
+
ServiceUnit,
|
|
27
|
+
RouteUrl,
|
|
28
|
+
Service
|
|
29
29
|
`;
|
|
30
30
|
Object.keys(obj).forEach(key => {
|
|
31
31
|
if (keys.includes(key)) {
|
|
@@ -14,24 +14,24 @@ class VueBefProxyOperationParameter {
|
|
|
14
14
|
if (!obj) {
|
|
15
15
|
return;
|
|
16
16
|
}
|
|
17
|
-
const keys = `Id,
|
|
18
|
-
Code,
|
|
19
|
-
Name,
|
|
20
|
-
Description,
|
|
21
|
-
IsCollection,
|
|
22
|
-
IsRetVal,
|
|
23
|
-
IsBasicType,
|
|
24
|
-
ModelId,
|
|
25
|
-
ModelCode,
|
|
26
|
-
ModelName,
|
|
27
|
-
RefId,
|
|
28
|
-
RefCode,
|
|
29
|
-
RefName,
|
|
30
|
-
RefPath,
|
|
31
|
-
RefFileName,
|
|
32
|
-
ModelType,
|
|
33
|
-
In,
|
|
34
|
-
IsRequired,
|
|
17
|
+
const keys = `Id,
|
|
18
|
+
Code,
|
|
19
|
+
Name,
|
|
20
|
+
Description,
|
|
21
|
+
IsCollection,
|
|
22
|
+
IsRetVal,
|
|
23
|
+
IsBasicType,
|
|
24
|
+
ModelId,
|
|
25
|
+
ModelCode,
|
|
26
|
+
ModelName,
|
|
27
|
+
RefId,
|
|
28
|
+
RefCode,
|
|
29
|
+
RefName,
|
|
30
|
+
RefPath,
|
|
31
|
+
RefFileName,
|
|
32
|
+
ModelType,
|
|
33
|
+
In,
|
|
34
|
+
IsRequired,
|
|
35
35
|
ListDeepth`;
|
|
36
36
|
Object.keys(obj).forEach(key => {
|
|
37
37
|
if (keys.includes(key)) {
|
|
@@ -16,19 +16,19 @@ class VueBefProxyOperation {
|
|
|
16
16
|
if (!obj) {
|
|
17
17
|
return;
|
|
18
18
|
}
|
|
19
|
-
const keys = `
|
|
20
|
-
Id,
|
|
21
|
-
Code,
|
|
22
|
-
Name,
|
|
23
|
-
Description,
|
|
24
|
-
HttpMethod,
|
|
25
|
-
Template,
|
|
26
|
-
IsDeprecated,
|
|
27
|
-
ResourceOpId,
|
|
28
|
-
AssemblyInfo,
|
|
29
|
-
Extend1,
|
|
30
|
-
Extend2,
|
|
31
|
-
Parameters
|
|
19
|
+
const keys = `
|
|
20
|
+
Id,
|
|
21
|
+
Code,
|
|
22
|
+
Name,
|
|
23
|
+
Description,
|
|
24
|
+
HttpMethod,
|
|
25
|
+
Template,
|
|
26
|
+
IsDeprecated,
|
|
27
|
+
ResourceOpId,
|
|
28
|
+
AssemblyInfo,
|
|
29
|
+
Extend1,
|
|
30
|
+
Extend2,
|
|
31
|
+
Parameters
|
|
32
32
|
`;
|
|
33
33
|
Object.keys(obj).forEach(key => {
|
|
34
34
|
if (keys.includes(key)) {
|
|
@@ -16,15 +16,15 @@ class VueBefProxyService {
|
|
|
16
16
|
if (!obj) {
|
|
17
17
|
return;
|
|
18
18
|
}
|
|
19
|
-
const keys = `
|
|
20
|
-
Id,
|
|
21
|
-
ResourceId,
|
|
22
|
-
ResourceType,
|
|
23
|
-
ResourceCode,
|
|
24
|
-
ResourceName,
|
|
25
|
-
ResourcePath,
|
|
26
|
-
ResourceFileName,
|
|
27
|
-
Operations
|
|
19
|
+
const keys = `
|
|
20
|
+
Id,
|
|
21
|
+
ResourceId,
|
|
22
|
+
ResourceType,
|
|
23
|
+
ResourceCode,
|
|
24
|
+
ResourceName,
|
|
25
|
+
ResourcePath,
|
|
26
|
+
ResourceFileName,
|
|
27
|
+
Operations
|
|
28
28
|
`;
|
|
29
29
|
Object.keys(obj).forEach(key => {
|
|
30
30
|
if (keys.includes(key)) {
|
|
@@ -13,8 +13,8 @@ class VuePageFlowPage {
|
|
|
13
13
|
if (!obj) {
|
|
14
14
|
return;
|
|
15
15
|
}
|
|
16
|
-
const keys = `
|
|
17
|
-
id,code,name,fileName,relativePath,routeUri,children,routeParams
|
|
16
|
+
const keys = `
|
|
17
|
+
id,code,name,fileName,relativePath,routeUri,children,routeParams
|
|
18
18
|
`;
|
|
19
19
|
Object.keys(obj).forEach(key => {
|
|
20
20
|
if (keys.includes(key)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-app-index-vue-parameter.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/domstructure/internal-entity/vue-app-index-vue-parameter.ts"],"names":[],"mappings":";;;AACA,MAAa,uBAAuB;
|
|
1
|
+
{"version":3,"file":"vue-app-index-vue-parameter.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/domstructure/internal-entity/vue-app-index-vue-parameter.ts"],"names":[],"mappings":";;;AACA,MAAa,uBAAuB;CA2EnC;AA3ED,0DA2EC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueActionBar = void 0;
|
|
4
4
|
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
5
|
class VueActionBar 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);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action-bar.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;
|
|
1
|
+
{"version":3,"file":"action-bar.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,YAAa,SAAQ,qCAAgB;IAKhD,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,0BAA0B,CAAA;QACvC,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;oBACrB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,CAAA;iBAC3D;qBAAM;oBACL,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;iBACrB;aACF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;IACD,OAAO,CAAC,KAAY;QAClB,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YACxB,OAAO;gBACL,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI;gBAClC,IAAI,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI;gBAC1C,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAA,CAAC,CAAC,GAAE,EAAE,GAAC,CAAC;gBACxC,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAA,CAAC,CAAC,KAAK;gBAC9C,OAAO,EAAE,IAAI,CAAC,OAAO,KAAK,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAA,CAAC,CAAC,IAAI;gBACpD,IAAI,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS;aAChD,CAAA;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;IACD,QAAQ,CAAC,GAAU;QACjB,OAAO,IACH,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;YACV,MAAM,IAAI,GAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YAC/B,OAAO,IACH,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;gBACX,IAAG,GAAG,KAAG,SAAS,IAAI,GAAG,KAAG,UAAU,EAAE;oBACpC,OAAO,IAAI,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,EAAE,CAAA;iBACjC;qBAAM;oBACH,OAAO,IAAI,GAAG,OAAO,GAAG,CAAC,GAAG,CAAC,GAAG,CAAA;iBACnC;YACL,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CACf,GAAG,CAAA;QACP,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CACf,GAAG,CAAA;IACL,CAAC;CACF;AA1DD,oCA0DC"}
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VueButton = void 0;
|
|
4
|
-
const i18n_1 = require("../../../../utility/i18n");
|
|
5
4
|
const vue_state_1 = require("../../common/vue-state");
|
|
6
5
|
const vue_base_component_1 = require("../../vue-base-component");
|
|
7
6
|
class VueButton extends vue_base_component_1.VueBaseComponent {
|
|
8
|
-
constructor(param
|
|
7
|
+
constructor(param) {
|
|
9
8
|
var _a;
|
|
10
|
-
super(param
|
|
9
|
+
super(param);
|
|
11
10
|
this.round = true;
|
|
12
11
|
this.block = true;
|
|
13
12
|
let obj;
|
|
@@ -34,15 +33,6 @@ class VueButton extends vue_base_component_1.VueBaseComponent {
|
|
|
34
33
|
}
|
|
35
34
|
});
|
|
36
35
|
((_a = this.size) === null || _a === void 0 ? void 0 : _a.getStyle) && this.addStyle(this.size.getStyle());
|
|
37
|
-
this.initI18nAttrs();
|
|
38
|
-
}
|
|
39
|
-
initI18nAttrs() {
|
|
40
|
-
if (this.enableI18n) {
|
|
41
|
-
this.i18nText = `{{ ${i18n_1.I18nResourceManager.generateSimpleAttrI18nVal(this, 'text', this.resourcePrefix)} }}`;
|
|
42
|
-
}
|
|
43
|
-
else {
|
|
44
|
-
this.i18nText = this.text;
|
|
45
|
-
}
|
|
46
36
|
}
|
|
47
37
|
}
|
|
48
38
|
exports.VueButton = VueButton;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/button/button.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"button.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/button/button.ts"],"names":[],"mappings":";;;AAAA,sDAAkD;AAClD,iEAA4D;AAE5D,MAAa,SAAU,SAAQ,qCAAgB;IAS3C,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,qFAAqF,CAAC;QACnG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,QAAQ,GAAG,EAAE;oBACT,KAAK,UAAU;wBACX,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;wBAClC,MAAM;oBAEV;wBACI,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;wBACrB,MAAM;iBACb;aACJ;QACL,CAAC,CAAC,CAAC;QACH,CAAA,MAAA,IAAI,CAAC,IAAI,0CAAE,QAAQ,KAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAA;IAC9D,CAAC;CAGJ;AAzCD,8BAyCC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueImage = void 0;
|
|
4
4
|
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
5
|
class VueImage 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);
|
|
@@ -15,26 +15,10 @@ class VueImage extends vue_base_component_1.VueBaseComponent {
|
|
|
15
15
|
if (!obj) {
|
|
16
16
|
return;
|
|
17
17
|
}
|
|
18
|
-
const keys =
|
|
19
|
-
Object.keys(obj).forEach(
|
|
18
|
+
const keys = 'text,disabled,src,click,visible,fit,width,height';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
20
|
if (keys.includes(key)) {
|
|
21
|
-
|
|
22
|
-
case 'attachId':
|
|
23
|
-
this.attachId =
|
|
24
|
-
obj.attachId && obj.attachId.bindingPath
|
|
25
|
-
? 'currentEntityData.' + obj.attachId.bindingPath
|
|
26
|
-
: undefined;
|
|
27
|
-
break;
|
|
28
|
-
case 'dynamicSrc':
|
|
29
|
-
this.dynamicSrc =
|
|
30
|
-
obj.dynamicSrc && obj.dynamicSrc.bindingPath
|
|
31
|
-
? 'currentEntityData.' + obj.dynamicSrc.bindingPath
|
|
32
|
-
: undefined;
|
|
33
|
-
break;
|
|
34
|
-
default:
|
|
35
|
-
this[key] = obj[key];
|
|
36
|
-
break;
|
|
37
|
-
}
|
|
21
|
+
this[key] = obj[key];
|
|
38
22
|
}
|
|
39
23
|
});
|
|
40
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/image/image.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;
|
|
1
|
+
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/image/image.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,QAAS,SAAQ,qCAAgB;IAU1C,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,GAAG,kDAAkD,CAAC;QAChE,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,4BAiCC"}
|
|
@@ -18,7 +18,4 @@ __exportStar(require("./action-bar"), exports);
|
|
|
18
18
|
__exportStar(require("./image"), exports);
|
|
19
19
|
__exportStar(require("./sidebar"), exports);
|
|
20
20
|
__exportStar(require("./search"), exports);
|
|
21
|
-
__exportStar(require("./icon"), exports);
|
|
22
|
-
__exportStar(require("./tag"), exports);
|
|
23
|
-
__exportStar(require("./label"), exports);
|
|
24
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/basic/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA0B;AAC1B,wCAAsB;AACtB,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,0CAAwB;AACxB,4CAA0B;AAC1B,2CAAyB
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/basic/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA0B;AAC1B,wCAAsB;AACtB,4CAA0B;AAC1B,2CAAyB;AACzB,+CAA6B;AAC7B,0CAAwB;AACxB,4CAA0B;AAC1B,2CAAyB"}
|
|
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VueNavBar = void 0;
|
|
4
4
|
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
5
|
const utility_1 = require("../../../../../../utility");
|
|
6
|
+
const vue_content_type_creator_1 = require("../../../../utility/vue-content-type-creator");
|
|
6
7
|
const vue_object_creator_1 = require("../../../../utility/vue-object-creator");
|
|
7
|
-
const i18n_1 = require("../../../../utility/i18n");
|
|
8
8
|
class VueNavBar extends vue_base_component_1.VueBaseComponent {
|
|
9
|
-
constructor(param
|
|
10
|
-
super(param
|
|
9
|
+
constructor(param) {
|
|
10
|
+
super(param);
|
|
11
11
|
let obj;
|
|
12
12
|
if (typeof param === 'string') {
|
|
13
13
|
obj = JSON.parse(param);
|
|
@@ -24,12 +24,11 @@ class VueNavBar extends vue_base_component_1.VueBaseComponent {
|
|
|
24
24
|
if (key == "toolbar") {
|
|
25
25
|
if (obj[key] && utility_1.ToolHelper.isArray(obj[key].items)) {
|
|
26
26
|
this.toolbar = Object.assign(Object.assign({}, obj[key]), { items: [] });
|
|
27
|
-
const toolbarItemParams = {
|
|
28
|
-
resourceIdPrefix: this.getToolbarItemResourceIdPrefix()
|
|
29
|
-
};
|
|
30
27
|
obj[key].items.forEach((item) => {
|
|
31
|
-
const
|
|
32
|
-
|
|
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);
|
|
33
32
|
this.toolbar.items.push(domValue);
|
|
34
33
|
}
|
|
35
34
|
});
|
|
@@ -40,19 +39,6 @@ class VueNavBar extends vue_base_component_1.VueBaseComponent {
|
|
|
40
39
|
}
|
|
41
40
|
}
|
|
42
41
|
});
|
|
43
|
-
this.initI18nAttrs();
|
|
44
|
-
}
|
|
45
|
-
initI18nAttrs() {
|
|
46
|
-
if (this.enableI18n) {
|
|
47
|
-
this.i18nTitle = i18n_1.I18nResourceManager.getI18nTitle(this, this.resourcePrefix);
|
|
48
|
-
}
|
|
49
|
-
else {
|
|
50
|
-
this.i18nTitle = i18n_1.I18nResourceManager.wrapStringWithSingleQuotes(this.title);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
getToolbarItemResourceIdPrefix() {
|
|
54
|
-
const prefix = `${this.type}/${this.id}/toolbar/items`;
|
|
55
|
-
return prefix;
|
|
56
42
|
}
|
|
57
43
|
}
|
|
58
44
|
exports.VueNavBar = VueNavBar;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vue-nav-bar.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAC5D,uDAAuD;
|
|
1
|
+
{"version":3,"file":"vue-nav-bar.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAC5D,uDAAuD;AACvD,2FAAqF;AACrF,+EAA0E;AAE1E,MAAa,SAAU,SAAQ,qCAAgB;IAY3C,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,GAAG,0GAA0G,CAAC;QACxH,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,IAAI,SAAS,EAAE;oBAClB,IAAI,GAAG,CAAC,GAAG,CAAC,IAAI,oBAAU,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,EAAE;wBAChD,IAAI,CAAC,OAAO,mCAAQ,GAAG,CAAC,GAAG,CAAC,KAAE,KAAK,EAAE,EAAE,GAAE,CAAC;wBAE1C,GAAG,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;4BACjC,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;4BACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;4BACrF,IAAI,MAAM,EAAE;gCACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;gCAClC,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;6BACrC;wBACL,CAAC,CAAC,CAAC;qBACN;iBACJ;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAlDD,8BAkDC"}
|