@farris/jit-engine 1.3.183 → 1.3.185
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/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-indexvue-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-router-manager.js +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/app-router-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/devkit-manager/index.js +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/index.js +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-expression.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/app-generator/vue-app-validation-rule.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/index.js +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js +2 -1
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-component-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-form-generator.js +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/page-generator/page-form-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator/project-generator/package-json-generator.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/file-generator-path-manager.js +1 -1
- package/lib/mobileapp/vue/code-generator/index.js +1 -1
- package/lib/mobileapp/vue/code-generator/page-manager/page-component-manager.js +4 -0
- package/lib/mobileapp/vue/code-generator/page-manager/page-component-manager.js.map +1 -1
- package/lib/mobileapp/vue/code-generator/workspace-manager/workspace-file-manager.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/befproxy/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/component/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/component/vue-component.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/component/vue-component.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/form/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-control.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/form/vue-control.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/statemachine/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/states/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/devkit/viewmodel/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/page-flow/index.js +1 -1
- package/lib/mobileapp/vue/domstructure/internal-entity/vue-page-component-generate-parameter.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js +57 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/action-bar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/action-bar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js +39 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/button/button.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/button/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/image/image.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/image/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js +21 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js +45 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/nav-bar/vue-nav-bar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/search/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js +39 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/search/search.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js +15 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js +36 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js +35 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.js +32 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-info.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-info.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js +46 -0
- package/lib/mobileapp/vue/domstructure/ui/business/approval/approval-logs.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js +15 -0
- package/lib/mobileapp/vue/domstructure/ui/business/approval/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-entry.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js +29 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-file.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment-uploader.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js +29 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/attachment.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/image-uploader.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js +18 -0
- package/lib/mobileapp/vue/domstructure/ui/business/attachment/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js +39 -0
- package/lib/mobileapp/vue/domstructure/ui/business/filter/filter.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/business/filter/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/business/index.js +16 -0
- package/lib/mobileapp/vue/domstructure/ui/business/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-position.js +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-position.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-size.js +8 -2
- package/lib/mobileapp/vue/domstructure/ui/common/vue-size.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-state.js +6 -3
- package/lib/mobileapp/vue/domstructure/ui/common/vue-state.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js +23 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-toolbar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js +3 -49
- package/lib/mobileapp/vue/domstructure/ui/common/vue-visible.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/card.js +36 -0
- package/lib/mobileapp/vue/domstructure/ui/container/card.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/container/field-set.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/index.js +10 -1
- package/lib/mobileapp/vue/domstructure/ui/container/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/section/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/container/section/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/section/vue-section.js +46 -0
- package/lib/mobileapp/vue/domstructure/ui/container/section/vue-section.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js +25 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-content-container.js +9 -17
- 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 +2 -2
- package/lib/mobileapp/vue/domstructure/ui/container/vue-float-container.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tab-page.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/container/vue-tabs.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/banner/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/banner/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/display/banner/vue-banner.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/calendar.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js +15 -0
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js +32 -0
- package/lib/mobileapp/vue/domstructure/ui/display/calendar/schedule.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/html-template.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/html-template/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/index.js +19 -0
- package/lib/mobileapp/vue/domstructure/ui/display/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js +55 -0
- package/lib/mobileapp/vue/domstructure/ui/display/list-view/vue-list-view.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js +49 -0
- package/lib/mobileapp/vue/domstructure/ui/display/staff-info/staff-info.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js +14 -0
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/display/static-text/static-text.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/index.js +5 -33
- package/lib/mobileapp/vue/domstructure/ui/index.js.map +1 -1
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/area-picker.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js +28 -0
- package/lib/mobileapp/vue/domstructure/ui/input/calendar-input.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js +36 -0
- package/lib/mobileapp/vue/domstructure/ui/input/checkbox-group.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/common.js +83 -0
- package/lib/mobileapp/vue/domstructure/ui/input/common.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js +34 -0
- package/lib/mobileapp/vue/domstructure/ui/input/date-picker.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/html-preview.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/index.js +31 -0
- package/lib/mobileapp/vue/domstructure/ui/input/index.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-department.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-employee.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js +33 -0
- package/lib/mobileapp/vue/domstructure/ui/input/lookup-input.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/number.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/number.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js +36 -0
- package/lib/mobileapp/vue/domstructure/ui/input/picker.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js +36 -0
- package/lib/mobileapp/vue/domstructure/ui/input/radio-group.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/rich-text-editor.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/switch-input.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js +42 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-area.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-box-external.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-box.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-scan.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js +27 -0
- package/lib/mobileapp/vue/domstructure/ui/input/text-telphone.js.map +1 -0
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js +51 -7
- package/lib/mobileapp/vue/domstructure/ui/vue-base-component.js.map +1 -1
- package/lib/mobileapp/vue/jit-engine-executor/index.js +1 -1
- package/lib/mobileapp/vue/pug-generator/index.js +1 -1
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js +72 -67
- package/lib/mobileapp/vue/pug-template/config/ui-template-config.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js +2 -0
- package/lib/mobileapp/vue/utility/devkit/vue-component-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-form-creator.js +46 -30
- package/lib/mobileapp/vue/utility/devkit/vue-form-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/devkit/vue-viewmodels-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/index.js +1 -1
- package/lib/mobileapp/vue/utility/parameter-collector/page-component-collector/index.js +1 -1
- package/lib/mobileapp/vue/utility/template-generator/page-child-component-generator.js +1 -4
- package/lib/mobileapp/vue/utility/template-generator/page-child-component-generator.js.map +1 -1
- package/lib/mobileapp/vue/utility/template-generator/page-component-external-generator.js +39 -0
- package/lib/mobileapp/vue/utility/template-generator/page-component-external-generator.js.map +1 -0
- package/lib/mobileapp/vue/utility/type-convert.js +2 -1
- package/lib/mobileapp/vue/utility/type-convert.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js +47 -40
- package/lib/mobileapp/vue/utility/vue-content-type-creator.js.map +1 -1
- package/lib/mobileapp/vue/utility/vue-object-creator.js +1 -1
- package/lib/template/ui/mobilevue/area-picker.pug +29 -14
- package/lib/template/ui/mobilevue/button.pug +18 -12
- package/lib/template/ui/mobilevue/calendar-input.pug +41 -10
- package/lib/template/ui/mobilevue/card.pug +11 -8
- package/lib/template/ui/mobilevue/checkbox-group.pug +29 -14
- package/lib/template/ui/mobilevue/container.pug +10 -0
- package/lib/template/ui/mobilevue/contentcontainer.pug +6 -6
- package/lib/template/ui/mobilevue/date-time-picker.pug +33 -15
- package/lib/template/ui/mobilevue/field-set.pug +14 -33
- package/lib/template/ui/mobilevue/filter.pug +12 -9
- package/lib/template/ui/mobilevue/fm-staff-info.pug +10 -0
- package/lib/template/ui/mobilevue/form.pug +6 -10
- package/lib/template/ui/mobilevue/list-view.pug +39 -27
- package/lib/template/ui/mobilevue/lookup-department.pug +26 -14
- package/lib/template/ui/mobilevue/lookup-employee.pug +26 -14
- package/lib/template/ui/mobilevue/lookup-input.pug +29 -19
- package/lib/template/ui/mobilevue/nav-bar.pug +7 -5
- package/lib/template/ui/mobilevue/number.pug +24 -15
- package/lib/template/ui/mobilevue/page-content-container.pug +10 -0
- package/lib/template/ui/mobilevue/page-footer-container.pug +10 -0
- package/lib/template/ui/mobilevue/page-header-container.pug +10 -0
- package/lib/template/ui/mobilevue/picker.pug +31 -15
- package/lib/template/ui/mobilevue/radio-group.pug +28 -14
- package/lib/template/ui/mobilevue/rich-text-editor.pug +33 -22
- package/lib/template/ui/mobilevue/search.pug +20 -0
- package/lib/template/ui/mobilevue/section.pug +2 -6
- package/lib/template/ui/mobilevue/switch.pug +32 -10
- package/lib/template/ui/mobilevue/tab-bar.pug +12 -6
- package/lib/template/ui/mobilevue/tabpage.pug +12 -7
- package/lib/template/ui/mobilevue/tabs.pug +11 -7
- package/lib/template/ui/mobilevue/text-area.pug +23 -14
- package/lib/template/ui/mobilevue/text-box-external.pug +24 -14
- package/lib/template/ui/mobilevue/text-box.pug +24 -15
- package/lib/template/ui/mobilevue/text-scan.pug +40 -14
- package/lib/template/ui/mobilevue/text-telphone.pug +22 -13
- package/lib/template/ui/mobilevue/toolbar-area.pug +8 -5
- package/lib/template/ui/mobilevue/toolbar-item.pug +9 -1
- package/package.json +3 -2
- package/lib/mobileapp/vue/static/.gitignore +0 -13
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./nav-bar"), exports);
|
|
14
|
+
__exportStar(require("./tab"), exports);
|
|
15
|
+
__exportStar(require("./toolbar"), exports);
|
|
16
|
+
__exportStar(require("./button"), exports);
|
|
17
|
+
__exportStar(require("./action-bar"), exports);
|
|
18
|
+
__exportStar(require("./image"), exports);
|
|
19
|
+
__exportStar(require("./sidebar"), exports);
|
|
20
|
+
__exportStar(require("./search"), exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./vue-nav-bar"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/nav-bar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA+B"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueNavBar = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
+
const utility_1 = require("../../../../../../utility");
|
|
6
|
+
const vue_content_type_creator_1 = require("../../../../utility/vue-content-type-creator");
|
|
7
|
+
const vue_object_creator_1 = require("../../../../utility/vue-object-creator");
|
|
8
|
+
class VueNavBar extends vue_base_component_1.VueBaseComponent {
|
|
9
|
+
constructor(param) {
|
|
10
|
+
super(param);
|
|
11
|
+
let obj;
|
|
12
|
+
if (typeof param === 'string') {
|
|
13
|
+
obj = JSON.parse(param);
|
|
14
|
+
}
|
|
15
|
+
else {
|
|
16
|
+
obj = param;
|
|
17
|
+
}
|
|
18
|
+
if (!obj) {
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
const keys = 'title,leftArrow,leftText,rightText,leftClick,rightClick,toolbar,leftTemplate,rightTemplate,titleTemplate';
|
|
22
|
+
Object.keys(obj).forEach(key => {
|
|
23
|
+
if (keys.includes(key)) {
|
|
24
|
+
if (key == "toolbar") {
|
|
25
|
+
if (obj[key] && utility_1.ToolHelper.isArray(obj[key].items)) {
|
|
26
|
+
this.toolbar = Object.assign(Object.assign({}, obj[key]), { items: [] });
|
|
27
|
+
obj[key].items.forEach((item) => {
|
|
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);
|
|
32
|
+
this.toolbar.items.push(domValue);
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
else {
|
|
38
|
+
this[key] = obj[key];
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.VueNavBar = VueNavBar;
|
|
45
|
+
//# sourceMappingURL=vue-nav-bar.js.map
|
|
@@ -0,0 +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;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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./search"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/search/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAAyB"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueSearchBox = void 0;
|
|
4
|
+
const vue_state_1 = require("../../common/vue-state");
|
|
5
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
6
|
+
class VueSearchBox extends vue_base_component_1.VueBaseComponent {
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
9
|
+
let obj;
|
|
10
|
+
if (typeof param === 'string') {
|
|
11
|
+
obj = JSON.parse(param);
|
|
12
|
+
}
|
|
13
|
+
else {
|
|
14
|
+
obj = param;
|
|
15
|
+
}
|
|
16
|
+
if (!obj) {
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
const keys = 'placeholder,shape,readonly,disable,clearable,fill';
|
|
20
|
+
Object.keys(obj).forEach((key) => {
|
|
21
|
+
if (keys.includes(key)) {
|
|
22
|
+
switch (key) {
|
|
23
|
+
case 'readonly':
|
|
24
|
+
this[key] = new vue_state_1.VueState(obj[key], 'readonly', obj);
|
|
25
|
+
break;
|
|
26
|
+
case 'disable':
|
|
27
|
+
this[key] = new vue_state_1.VueState(obj[key], 'disabled', obj);
|
|
28
|
+
break;
|
|
29
|
+
default:
|
|
30
|
+
this[key] = obj[key];
|
|
31
|
+
break;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
});
|
|
35
|
+
this.fill && this.addClass('flex-fill');
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.VueSearchBox = VueSearchBox;
|
|
39
|
+
//# sourceMappingURL=search.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/search/search.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AACjD,iEAA4D;AAE5D,MAAa,YAAa,SAAQ,qCAAgB;IAChD,YAAY,KAAmB;QAC7B,KAAK,CAAC,KAAK,CAAC,CAAA;QACZ,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;SACxB;aAAM;YACL,GAAG,GAAG,KAAK,CAAA;SACZ;QACD,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QACD,MAAM,IAAI,GAAG,mDAAmD,CAAA;QAChE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,QAAQ,GAAG,EAAE;oBACX,KAAK,UAAU;wBACb,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,MAAK;oBACP,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;wBACnD,MAAK;oBACP;wBACE,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;wBACpB,MAAK;iBACR;aACF;QACH,CAAC,CAAC,CAAA;QACF,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAA;IACzC,CAAC;CACF;AA9BD,oCA8BC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./sidebar"), exports);
|
|
14
|
+
__exportStar(require("./sidebar-item"), exports);
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/sidebar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA2B;AAC3B,iDAAgC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueSidebarItem = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
+
const vue_content_type_creator_1 = require("../../../../utility/vue-content-type-creator");
|
|
6
|
+
const vue_object_creator_1 = require("../../../../utility/vue-object-creator");
|
|
7
|
+
class VueSidebarItem extends vue_base_component_1.VueBaseComponent {
|
|
8
|
+
constructor(param) {
|
|
9
|
+
super(param);
|
|
10
|
+
let obj;
|
|
11
|
+
if (typeof param === 'string') {
|
|
12
|
+
obj = JSON.parse(param);
|
|
13
|
+
}
|
|
14
|
+
else {
|
|
15
|
+
obj = param;
|
|
16
|
+
}
|
|
17
|
+
if (!obj) {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
this.contents = [];
|
|
21
|
+
const keys = 'title,visible,name,contents';
|
|
22
|
+
Object.keys(obj).forEach(key => {
|
|
23
|
+
if (keys.includes(key)) {
|
|
24
|
+
if (key === 'contents') {
|
|
25
|
+
obj[key].forEach((item) => {
|
|
26
|
+
const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
|
|
27
|
+
const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
|
|
28
|
+
if (domObj) {
|
|
29
|
+
const domValue = new domObj(item);
|
|
30
|
+
this.contents.push(domValue);
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this[key] = obj[key];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.VueSidebarItem = VueSidebarItem;
|
|
42
|
+
//# sourceMappingURL=sidebar-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar-item.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar-item.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAC5D,2FAAqF;AACrF,+EAA0E;AAE1E,MAAa,cAAe,SAAQ,qCAAgB;IAIhD,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,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,6BAA6B,CAAC;QAC3C,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,KAAK,UAAU,EAAE;oBACpB,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;wBAC3B,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;wBACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;wBACrF,IAAI,MAAM,EAAE;4BACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;4BAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;yBAChC;oBACL,CAAC,CAAC,CAAC;iBACN;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAtCD,wCAsCC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueSidebar = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
+
const vue_content_type_creator_1 = require("../../../../utility/vue-content-type-creator");
|
|
6
|
+
const vue_object_creator_1 = require("../../../../utility/vue-object-creator");
|
|
7
|
+
class VueSidebar extends vue_base_component_1.VueBaseComponent {
|
|
8
|
+
constructor(param) {
|
|
9
|
+
super(param);
|
|
10
|
+
let obj;
|
|
11
|
+
if (typeof param === 'string') {
|
|
12
|
+
obj = JSON.parse(param);
|
|
13
|
+
}
|
|
14
|
+
else {
|
|
15
|
+
obj = param;
|
|
16
|
+
}
|
|
17
|
+
if (!obj) {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
this.contents = [];
|
|
21
|
+
const keys = 'selected,visible,contents, change';
|
|
22
|
+
Object.keys(obj).forEach(key => {
|
|
23
|
+
if (keys.includes(key)) {
|
|
24
|
+
if (key === 'contents') {
|
|
25
|
+
obj[key].forEach((item) => {
|
|
26
|
+
const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
|
|
27
|
+
const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
|
|
28
|
+
if (domObj) {
|
|
29
|
+
const domValue = new domObj(item);
|
|
30
|
+
this.contents.push(domValue);
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this[key] = obj[key];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.VueSidebar = VueSidebar;
|
|
42
|
+
//# sourceMappingURL=sidebar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/sidebar/sidebar.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAC5D,2FAAqF;AACrF,+EAA0E;AAE1E,MAAa,UAAW,SAAQ,qCAAgB;IAM5C,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,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,mCAAmC,CAAC;QACjD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,KAAK,UAAU,EAAE;oBACpB,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;wBAC3B,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;wBACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;wBACrF,IAAI,MAAM,EAAE;4BACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;4BAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;yBAChC;oBACL,CAAC,CAAC,CAAC;iBACN;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAxCD,gCAwCC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./vue-tab-bar"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/tab/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA6B"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueTabBar = void 0;
|
|
4
|
+
const vue_state_1 = require("../../common/vue-state");
|
|
5
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
6
|
+
class VueTabBar extends vue_base_component_1.VueBaseComponent {
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
9
|
+
let obj;
|
|
10
|
+
if (typeof param === 'string') {
|
|
11
|
+
obj = JSON.parse(param);
|
|
12
|
+
}
|
|
13
|
+
else {
|
|
14
|
+
obj = param;
|
|
15
|
+
}
|
|
16
|
+
if (!obj) {
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
const keys = 'binding,displayType,items,change';
|
|
20
|
+
Object.keys(obj).forEach(key => {
|
|
21
|
+
if (keys.includes(key)) {
|
|
22
|
+
if (key === 'binding') {
|
|
23
|
+
this[key] = new vue_state_1.VueState(obj[key]);
|
|
24
|
+
}
|
|
25
|
+
else if (key === 'items') {
|
|
26
|
+
this.items = (obj === null || obj === void 0 ? void 0 : obj.items) ? JSON.stringify(obj.items) : undefined;
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
this[key] = obj[key];
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
exports.VueTabBar = VueTabBar;
|
|
36
|
+
//# sourceMappingURL=vue-tab-bar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-tab-bar.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/tab/vue-tab-bar.ts"],"names":[],"mappings":";;;AAAA,sDAAkD;AAClD,iEAA4D;AAE5D,MAAa,SAAU,SAAQ,qCAAgB;IAM3C,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,kCAAkC,CAAC;QAEhD,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,SAAS,EAAE;oBACnB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBACrC;qBAAM,IAAI,GAAG,KAAK,OAAO,EAAE;oBACxB,IAAI,CAAC,KAAK,GAAG,CAAA,GAAG,aAAH,GAAG,uBAAH,GAAG,CAAE,KAAK,EAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;iBACnE;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CACJ;AAlCD,8BAkCC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./vue-toolbar"), exports);
|
|
14
|
+
__exportStar(require("./vue-toolbar-item"), exports);
|
|
15
|
+
__exportStar(require("./vue-toolbar-area"), exports);
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/toolbar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA8B;AAC9B,qDAAmC;AACnC,qDAAmC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueToolBarArea = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
+
class VueToolBarArea extends vue_base_component_1.VueBaseComponent {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = JSON.parse(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
const keys = 'displayType,items';
|
|
19
|
+
Object.keys(obj).forEach((key) => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
if (key === 'items') {
|
|
22
|
+
const target = obj[key] ? JSON.stringify(obj[key]) : '';
|
|
23
|
+
this[key] = target.replace(/(click":)("[A-Za-z0-9]+")/g, (arg1, arg2, arg3) => {
|
|
24
|
+
return arg2 + arg3.replace(/"/g, "");
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
this[key] = obj[key];
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
exports.VueToolBarArea = VueToolBarArea;
|
|
35
|
+
//# sourceMappingURL=vue-toolbar-area.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-toolbar-area.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-area.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,cAAe,SAAQ,qCAAgB;IAIlD,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;QACD,MAAM,IAAI,GAAG,mBAAmB,CAAA;QAChC,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,OAAO,EAAE;oBACnB,MAAM,MAAM,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;oBACvD,IAAI,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,OAAO,CAAC,4BAA4B,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,EAAE;wBAC3E,OAAQ,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAA;oBACvC,CAAC,CAAC,CAAA;iBACH;qBAAM;oBACL,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAA;iBACrB;aACF;QACH,CAAC,CAAC,CAAA;IACJ,CAAC;CACF;AA9BD,wCA8BC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueToolBarItem = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
+
class VueToolBarItem extends vue_base_component_1.VueBaseComponent {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = JSON.parse(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
const keys = 'disable,style,text,click,iconType';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
if (key == "iconType") {
|
|
22
|
+
this[key] = obj[key] ? 'fm-icon fm-icon-' + obj[key].toLowerCase() : '';
|
|
23
|
+
}
|
|
24
|
+
else {
|
|
25
|
+
this[key] = obj[key];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
exports.VueToolBarItem = VueToolBarItem;
|
|
32
|
+
//# sourceMappingURL=vue-toolbar-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-toolbar-item.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar-item.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,cAAe,SAAQ,qCAAgB;IAOhD,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,mCAAmC,CAAC;QACjD,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,UAAU,EAAE;oBACnB,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,kBAAkB,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;iBAC3E;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAEJ;AAhCD,wCAgCC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueToolBar = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
+
const vue_content_type_creator_1 = require("../../../../utility/vue-content-type-creator");
|
|
6
|
+
const vue_object_creator_1 = require("../../../../utility/vue-object-creator");
|
|
7
|
+
class VueToolBar extends vue_base_component_1.VueBaseComponent {
|
|
8
|
+
constructor(param) {
|
|
9
|
+
super(param);
|
|
10
|
+
let obj;
|
|
11
|
+
if (typeof param === 'string') {
|
|
12
|
+
obj = JSON.parse(param);
|
|
13
|
+
}
|
|
14
|
+
else {
|
|
15
|
+
obj = param;
|
|
16
|
+
}
|
|
17
|
+
if (!obj) {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
this.contents = [];
|
|
21
|
+
const keys = 'contents,title,visible';
|
|
22
|
+
Object.keys(obj).forEach(key => {
|
|
23
|
+
if (keys.includes(key)) {
|
|
24
|
+
if (key === 'contents') {
|
|
25
|
+
obj[key].forEach((item) => {
|
|
26
|
+
const contentType = vue_content_type_creator_1.VueContentTypeCreator.create(item.type, item.controlSource, item);
|
|
27
|
+
const domObj = vue_object_creator_1.VueObjectCreator.createObjectByType(contentType, this.resourcePrefix);
|
|
28
|
+
if (domObj) {
|
|
29
|
+
const domValue = new domObj(item);
|
|
30
|
+
this.contents.push(domValue);
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this[key] = obj[key];
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
exports.VueToolBar = VueToolBar;
|
|
42
|
+
//# sourceMappingURL=vue-toolbar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vue-toolbar.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/basic/toolbar/vue-toolbar.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAC5D,2FAAqF;AACrF,+EAA0E;AAE1E,MAAa,UAAW,SAAQ,qCAAgB;IAI5C,YAAY,KAAmB;QAC3B,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,GAAQ,CAAC;QACb,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC3B,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SAC3B;aAAM;YACH,GAAG,GAAG,KAAK,CAAC;SACf;QAED,IAAI,CAAC,GAAG,EAAE;YACN,OAAO;SACV;QACD,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,MAAM,IAAI,GAAG,wBAAwB,CAAC;QACtC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAI,GAAG,KAAK,UAAU,EAAE;oBACpB,GAAG,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,IAAS,EAAE,EAAE;wBAC3B,MAAM,WAAW,GAAG,gDAAqB,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;wBACtF,MAAM,MAAM,GAAG,qCAAgB,CAAC,kBAAkB,CAAC,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;wBACrF,IAAI,MAAM,EAAE;4BACR,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAC;4BAClC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;yBAChC;oBACL,CAAC,CAAC,CAAC;iBACN;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IA8BP,CAAC;CACJ;AAhED,gCAgEC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueApprovalInfo = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
+
class VueApprovalInfo extends vue_base_component_1.VueBaseComponent {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = JSON.parse(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
const keys = 'visible,code,name,icon,releaseDate,description';
|
|
19
|
+
Object.keys(obj).forEach((key) => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VueApprovalInfo = VueApprovalInfo;
|
|
27
|
+
//# sourceMappingURL=approval-info.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approval-info.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/approval/approval-info.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,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,gDAAgD,CAAA;QAC7D,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;AAxBD,0CAwBC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueApprovalLogs = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
+
class VueApprovalLogs extends vue_base_component_1.VueBaseComponent {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = JSON.parse(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
const keys = 'visible,title,dataId';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
if (key === 'dataId') {
|
|
22
|
+
let dataType = '';
|
|
23
|
+
switch (obj.dataId.type.toLowerCase()) {
|
|
24
|
+
case 'form':
|
|
25
|
+
dataType = 'currentEntityData';
|
|
26
|
+
break;
|
|
27
|
+
case 'variable':
|
|
28
|
+
dataType = 'uiState';
|
|
29
|
+
break;
|
|
30
|
+
default:
|
|
31
|
+
dataType = 'currentEntityData';
|
|
32
|
+
break;
|
|
33
|
+
}
|
|
34
|
+
const bindingPath = obj.dataId.bindingPath;
|
|
35
|
+
const dataId = bindingPath ? `${dataType}.${obj.dataId.bindingPath}` : undefined;
|
|
36
|
+
this[key] = dataId;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
this[key] = obj[key];
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.VueApprovalLogs = VueApprovalLogs;
|
|
46
|
+
//# sourceMappingURL=approval-logs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approval-logs.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/approval/approval-logs.ts"],"names":[],"mappings":";;;AAAA,iEAA4D;AAE5D,MAAa,eAAgB,SAAQ,qCAAgB;IAGjD,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,sBAAsB,CAAC;QACpC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAK,QAAQ,EAAE;oBACjB,IAAI,QAAQ,GAAG,EAAE,CAAA;oBACjB,QAAQ,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE;wBACnC,KAAK,MAAM;4BACP,QAAQ,GAAG,mBAAmB,CAAA;4BAC9B,MAAM;wBACV,KAAK,UAAU;4BACX,QAAQ,GAAG,SAAS,CAAA;4BACpB,MAAM;wBACV;4BACI,QAAQ,GAAG,mBAAmB,CAAA;4BAC9B,MAAM;qBACb;oBACD,MAAM,WAAW,GAAG,GAAG,CAAC,MAAM,CAAC,WAAW,CAAA;oBAC1C,MAAM,MAAM,GAAG,WAAW,CAAC,CAAC,CAAC,GAAG,QAAQ,IAAI,GAAG,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAA;oBAChF,IAAI,CAAC,GAAG,CAAC,GAAG,MAAM,CAAA;iBACrB;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA5CD,0CA4CC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./approval-logs"), exports);
|
|
14
|
+
__exportStar(require("./approval-info"), exports);
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/mobileapp/vue/domstructure/ui/business/approval/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAAiC;AACjC,kDAAiC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueAttachmentEntry = void 0;
|
|
4
|
+
const vue_base_component_1 = require("../../vue-base-component");
|
|
5
|
+
class VueAttachmentEntry extends vue_base_component_1.VueBaseComponent {
|
|
6
|
+
constructor(param) {
|
|
7
|
+
super(param);
|
|
8
|
+
let obj;
|
|
9
|
+
if (typeof param === 'string') {
|
|
10
|
+
obj = JSON.parse(param);
|
|
11
|
+
}
|
|
12
|
+
else {
|
|
13
|
+
obj = param;
|
|
14
|
+
}
|
|
15
|
+
if (!obj) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
const keys = 'visible,attachmentPath,removable,upload,selectChange,remove,binding,disabled,rootId,direction,externalVideoUrl';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VueAttachmentEntry = VueAttachmentEntry;
|
|
27
|
+
//# sourceMappingURL=attachment-entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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,gHAAgH,CAAC;QAC9H,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"}
|