@farris/jit-engine 1.3.184-dev → 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/README.md +1 -1
- 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
|
@@ -7,40 +7,12 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
7
7
|
o[k2] = m[k];
|
|
8
8
|
}));
|
|
9
9
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
__exportStar(require("./container"), exports);
|
|
14
|
-
__exportStar(require("./
|
|
15
|
-
__exportStar(require("./
|
|
16
|
-
__exportStar(require("./
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./switch"), exports);
|
|
19
|
-
__exportStar(require("./text-box"), exports);
|
|
20
|
-
__exportStar(require("./date-time-picker"), exports);
|
|
21
|
-
__exportStar(require("./list-view"), exports);
|
|
22
|
-
__exportStar(require("./section"), exports);
|
|
23
|
-
__exportStar(require("./tab"), exports);
|
|
24
|
-
__exportStar(require("./toolbar"), exports);
|
|
25
|
-
__exportStar(require("./button"), exports);
|
|
26
|
-
__exportStar(require("./picker"), exports);
|
|
27
|
-
__exportStar(require("./field-set"), exports);
|
|
28
|
-
__exportStar(require("./text-area"), exports);
|
|
29
|
-
__exportStar(require("./attachment"), exports);
|
|
30
|
-
__exportStar(require("./html-template"), exports);
|
|
31
|
-
__exportStar(require("./filter"), exports);
|
|
32
|
-
__exportStar(require("./radio"), exports);
|
|
33
|
-
__exportStar(require("./action-bar"), exports);
|
|
34
|
-
__exportStar(require("./footer"), exports);
|
|
35
|
-
__exportStar(require("./image"), exports);
|
|
36
|
-
__exportStar(require("./calendar"), exports);
|
|
37
|
-
__exportStar(require("./checkbox"), exports);
|
|
38
|
-
__exportStar(require("./html-preview"), exports);
|
|
39
|
-
__exportStar(require("./card"), exports);
|
|
40
|
-
__exportStar(require("./sidebar"), exports);
|
|
41
|
-
__exportStar(require("./rich-text-editor"), exports);
|
|
42
|
-
__exportStar(require("./approval"), exports);
|
|
43
|
-
__exportStar(require("./static-text"), exports);
|
|
44
|
-
__exportStar(require("./banner"), exports);
|
|
45
|
-
__exportStar(require("./staff-info"), exports);
|
|
14
|
+
__exportStar(require("./input"), exports);
|
|
15
|
+
__exportStar(require("./basic"), exports);
|
|
16
|
+
__exportStar(require("./business"), exports);
|
|
17
|
+
__exportStar(require("./display"), exports);
|
|
46
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/domstructure/ui/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/mobileapp/vue/domstructure/ui/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,0CAAwB;AACxB,0CAAwB;AACxB,6CAA2B;AAC3B,4CAA0B"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueAreaPicker = void 0;
|
|
4
|
+
const common_1 = require("./common");
|
|
5
|
+
class VueAreaPicker extends common_1.VueInputComponent {
|
|
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';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VueAreaPicker = VueAreaPicker;
|
|
27
|
+
//# sourceMappingURL=area-picker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"area-picker.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/area-picker.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,aAAc,SAAQ,0BAAiB;IAGhD,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,aAAa,CAAC;QAC3B,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;AA1BD,sCA0BC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueCalendarInput = void 0;
|
|
4
|
+
const utility_1 = require("../../../../../utility");
|
|
5
|
+
const common_1 = require("./common");
|
|
6
|
+
class VueCalendarInput extends common_1.VueInputComponent {
|
|
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 = 'value,firstDay,title,mark,event,events,view,valueType,theme,dayClick,render,useLunar,showType';
|
|
20
|
+
Object.keys(obj).forEach(key => {
|
|
21
|
+
if (keys.includes(key)) {
|
|
22
|
+
this[key] = utility_1.ToolHelper.isDef(obj[key]) ? obj[key] + '' : undefined;
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
exports.VueCalendarInput = VueCalendarInput;
|
|
28
|
+
//# sourceMappingURL=calendar-input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/calendar-input.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,qCAA6C;AAE7C,MAAa,gBAAiB,SAAQ,0BAAiB;IAUnD,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,+FAA+F,CAAC;QAC7G,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,oBAAU,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,SAAS,CAAA;aACrE;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAjCD,4CAiCC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueCheckboxGroup = void 0;
|
|
4
|
+
const vue_state_1 = require("../common/vue-state");
|
|
5
|
+
const common_1 = require("./common");
|
|
6
|
+
class VueCheckboxGroup extends common_1.VueInputComponent {
|
|
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 = 'checkerWidth,dataSourceType,bindDataSource,items,textField,valueField,direction,displayType';
|
|
20
|
+
Object.keys(obj).forEach(key => {
|
|
21
|
+
if (keys.includes(key)) {
|
|
22
|
+
if (key === 'items') {
|
|
23
|
+
this[key] = JSON.stringify(obj[key]);
|
|
24
|
+
}
|
|
25
|
+
else if (key === 'bindDataSource') {
|
|
26
|
+
this[key] = new vue_state_1.VueState(obj[key]);
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
this[key] = obj[key];
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
exports.VueCheckboxGroup = VueCheckboxGroup;
|
|
36
|
+
//# sourceMappingURL=checkbox-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox-group.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/checkbox-group.ts"],"names":[],"mappings":";;;AAAA,mDAA+C;AAC/C,qCAA6C;AAE7C,MAAa,gBAAiB,SAAQ,0BAAiB;IASnD,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,6FAA6F,CAAC;QAC3G,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAI,OAAO,EAAG;oBAChB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACxC;qBAAM,IAAG,GAAG,KAAK,gBAAgB,EAAC;oBAC/B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBACrC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAtCD,4CAsCC"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueInputComponent = void 0;
|
|
4
|
+
const toolhepler_1 = require("../../../../../utility/toolhepler");
|
|
5
|
+
const vue_state_1 = require("./../common/vue-state");
|
|
6
|
+
const vue_base_component_1 = require("./../vue-base-component");
|
|
7
|
+
class VueInputComponent extends vue_base_component_1.VueBaseComponent {
|
|
8
|
+
constructor(param) {
|
|
9
|
+
var _a;
|
|
10
|
+
super(param);
|
|
11
|
+
let obj;
|
|
12
|
+
if (typeof param === 'string') {
|
|
13
|
+
obj = JSON.parse(param);
|
|
14
|
+
}
|
|
15
|
+
else {
|
|
16
|
+
obj = param;
|
|
17
|
+
}
|
|
18
|
+
this.obj = obj;
|
|
19
|
+
if (!obj) {
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
const keys = [
|
|
23
|
+
'id',
|
|
24
|
+
'title',
|
|
25
|
+
'visible',
|
|
26
|
+
'disable',
|
|
27
|
+
'readonly',
|
|
28
|
+
'editable',
|
|
29
|
+
'require',
|
|
30
|
+
'placeholder',
|
|
31
|
+
'labelWidth',
|
|
32
|
+
'direction',
|
|
33
|
+
'binding',
|
|
34
|
+
'labelTips',
|
|
35
|
+
'modelValue',
|
|
36
|
+
'minValue',
|
|
37
|
+
'maxValue',
|
|
38
|
+
'change',
|
|
39
|
+
'isTextArea',
|
|
40
|
+
'validationRules',
|
|
41
|
+
'leftTemplate',
|
|
42
|
+
'labelTemplate',
|
|
43
|
+
'inputTemplate',
|
|
44
|
+
'rightTemplate',
|
|
45
|
+
'extraTemplate',
|
|
46
|
+
'formatter',
|
|
47
|
+
];
|
|
48
|
+
Object.keys(obj).forEach((key) => {
|
|
49
|
+
if (keys.includes(key)) {
|
|
50
|
+
switch (key) {
|
|
51
|
+
case 'visible':
|
|
52
|
+
this[key] = new vue_state_1.VueState(obj[key], 'visible', obj);
|
|
53
|
+
break;
|
|
54
|
+
case 'readonly':
|
|
55
|
+
this[key] = new vue_state_1.VueState(obj[key], 'readonly', obj);
|
|
56
|
+
break;
|
|
57
|
+
case 'require':
|
|
58
|
+
this[key] = new vue_state_1.VueState(obj[key], 'required', obj);
|
|
59
|
+
break;
|
|
60
|
+
case 'disable':
|
|
61
|
+
this[key] = new vue_state_1.VueState(obj[key], 'disabled', obj);
|
|
62
|
+
break;
|
|
63
|
+
default:
|
|
64
|
+
this[key] = obj[key];
|
|
65
|
+
break;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
this.errorMessage = ((_a = this.binding) === null || _a === void 0 ? void 0 : _a.path)
|
|
70
|
+
? `form.${this.binding.path}.validationResult && form.${this.binding.path}.validationResult.message`
|
|
71
|
+
: undefined;
|
|
72
|
+
}
|
|
73
|
+
getValue(data) {
|
|
74
|
+
if (data && toolhepler_1.ToolHelper.isObject(data)) {
|
|
75
|
+
if (data.type == "Variable") {
|
|
76
|
+
return data.value;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
return data;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.VueInputComponent = VueInputComponent;
|
|
83
|
+
//# sourceMappingURL=common.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/common.ts"],"names":[],"mappings":";;;AAAA,kEAA8D;AAC9D,qDAAgD;AAChD,gEAA0D;AAE1D,MAAa,iBAAkB,SAAQ,qCAAgB;IAGrD,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;QACD,IAAI,CAAC,GAAG,GAAG,GAAG,CAAA;QACd,IAAI,CAAC,GAAG,EAAE;YACR,OAAM;SACP;QAED,MAAM,IAAI,GAAG;YACX,IAAI;YACJ,OAAO;YACP,SAAS;YACT,SAAS;YACT,UAAU;YACV,UAAU;YACV,SAAS;YACT,aAAa;YACb,YAAY;YACZ,WAAW;YACX,SAAS;YACT,WAAW;YACX,YAAY;YACZ,UAAU;YACV,UAAU;YACV,QAAQ;YACR,YAAY;YACZ,iBAAiB;YACjB,cAAc;YACd,eAAe;YACf,eAAe;YACf,eAAe;YACf,eAAe;YACf,WAAW;SACZ,CAAA;QACD,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACtB,QAAQ,GAAG,EAAE;oBACX,KAAK,SAAS;wBACZ,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,CAAC,CAAA;wBAClD,MAAK;oBACP,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,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,YAAY,GAAG,CAAA,MAAA,IAAI,CAAC,OAAO,0CAAE,IAAI;YACpC,CAAC,CAAC,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI,6BAA6B,IAAI,CAAC,OAAO,CAAC,IAAI,2BAA2B;YACpG,CAAC,CAAC,SAAS,CAAA;IAEf,CAAC;IAcD,QAAQ,CAAC,IAAS;QAChB,IAAG,IAAI,IAAI,uBAAU,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE;YACpC,IAAI,IAAI,CAAC,IAAI,IAAI,UAAU,EAAE;gBAC3B,OAAO,IAAI,CAAC,KAAK,CAAA;aAClB;SACF;QACD,OAAO,IAAI,CAAA;IACb,CAAC;CACF;AA1FD,8CA0FC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueDatePicker = void 0;
|
|
4
|
+
const vue_state_1 = require("../common/vue-state");
|
|
5
|
+
const common_1 = require("./common");
|
|
6
|
+
class VueDatePicker extends common_1.VueInputComponent {
|
|
7
|
+
constructor(param) {
|
|
8
|
+
super(param);
|
|
9
|
+
this.showType = 'date';
|
|
10
|
+
let obj;
|
|
11
|
+
if (typeof param === 'string') {
|
|
12
|
+
obj = JSON.parse(param);
|
|
13
|
+
}
|
|
14
|
+
else {
|
|
15
|
+
obj = param;
|
|
16
|
+
}
|
|
17
|
+
if (!obj) {
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
const keys = 'showType,format,minValue,maxValue,useCurrentSecond';
|
|
21
|
+
Object.keys(obj).forEach(key => {
|
|
22
|
+
if (keys.includes(key)) {
|
|
23
|
+
if (key === 'maxValue' || key === 'minValue') {
|
|
24
|
+
this[key] = obj[key] && new vue_state_1.VueState(obj[key]);
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
this[key] = obj[key];
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
exports.VueDatePicker = VueDatePicker;
|
|
34
|
+
//# sourceMappingURL=date-picker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-picker.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/date-picker.ts"],"names":[],"mappings":";;;AAAA,mDAA+C;AAC/C,qCAA6C;AAE7C,MAAa,aAAc,SAAQ,0BAAiB;IAchD,YAAY,KAAU;QAClB,KAAK,CAAC,KAAK,CAAC,CAAC;QAPjB,aAAQ,GAAW,MAAM,CAAC;QAStB,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,oDAAoD,CAAC;QAClE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAK,UAAU,IAAI,GAAG,KAAK,UAAU,EAAE;oBACzC,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,IAAI,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBAClD;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAzCD,sCAyCC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueHtmlPreview = void 0;
|
|
4
|
+
const common_1 = require("./common");
|
|
5
|
+
class VueHtmlPreview extends common_1.VueInputComponent {
|
|
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 = '';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VueHtmlPreview = VueHtmlPreview;
|
|
27
|
+
//# sourceMappingURL=html-preview.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"html-preview.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/html-preview.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,cAAe,SAAQ,0BAAiB;IAMjD,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,EAAE,CAAC;QAChB,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;AA7BD,wCA6BC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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("./area-picker"), exports);
|
|
14
|
+
__exportStar(require("./calendar-input"), exports);
|
|
15
|
+
__exportStar(require("./checkbox-group"), exports);
|
|
16
|
+
__exportStar(require("./date-picker"), exports);
|
|
17
|
+
__exportStar(require("./html-preview"), exports);
|
|
18
|
+
__exportStar(require("./lookup-department"), exports);
|
|
19
|
+
__exportStar(require("./lookup-employee"), exports);
|
|
20
|
+
__exportStar(require("./lookup-input"), exports);
|
|
21
|
+
__exportStar(require("./number"), exports);
|
|
22
|
+
__exportStar(require("./picker"), exports);
|
|
23
|
+
__exportStar(require("./radio-group"), exports);
|
|
24
|
+
__exportStar(require("./rich-text-editor"), exports);
|
|
25
|
+
__exportStar(require("./switch-input"), exports);
|
|
26
|
+
__exportStar(require("./text-area"), exports);
|
|
27
|
+
__exportStar(require("./text-box"), exports);
|
|
28
|
+
__exportStar(require("./text-box-external"), exports);
|
|
29
|
+
__exportStar(require("./text-scan"), exports);
|
|
30
|
+
__exportStar(require("./text-telphone"), exports);
|
|
31
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gDAA8B;AAC9B,mDAAiC;AACjC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,sDAAoC;AACpC,oDAAkC;AAClC,iDAA+B;AAC/B,2CAAyB;AACzB,2CAAyB;AACzB,gDAA8B;AAC9B,qDAAmC;AACnC,iDAA+B;AAC/B,8CAA4B;AAC5B,6CAA2B;AAC3B,sDAAoC;AACpC,8CAA4B;AAC5B,kDAAgC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueLookupDepartment = void 0;
|
|
4
|
+
const lookup_input_1 = require("./lookup-input");
|
|
5
|
+
class VueLookupDepartment extends lookup_input_1.VueLookupInput {
|
|
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 = ``;
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VueLookupDepartment = VueLookupDepartment;
|
|
27
|
+
//# sourceMappingURL=lookup-department.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lookup-department.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/lookup-department.ts"],"names":[],"mappings":";;;AAAA,iDAAgD;AAEhD,MAAa,mBAAoB,SAAQ,6BAAc;IAGnD,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,EAAE,CAAC;QAChB,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;AA1BD,kDA0BC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueLookupEmployee = void 0;
|
|
4
|
+
const lookup_input_1 = require("./lookup-input");
|
|
5
|
+
class VueLookupEmployee extends lookup_input_1.VueLookupInput {
|
|
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 = `groupTitle,dataStrategy`;
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VueLookupEmployee = VueLookupEmployee;
|
|
27
|
+
//# sourceMappingURL=lookup-employee.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lookup-employee.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/lookup-employee.ts"],"names":[],"mappings":";;;AAAA,iDAAgD;AAEhD,MAAa,iBAAkB,SAAQ,6BAAc;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,yBAAyB,CAAC;QACvC,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;AA1BD,8CA0BC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueLookupInput = void 0;
|
|
4
|
+
const utility_1 = require("../../../../../utility");
|
|
5
|
+
const common_1 = require("./common");
|
|
6
|
+
class VueLookupInput extends common_1.VueInputComponent {
|
|
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 = `value,valueChange,data,idField,textField,navTitle,navTextField,pageSize,valueField,avatarField,avatarPrefix,avatarSuffix,useLocalPagination,
|
|
20
|
+
mapFields,multiSelect,collapseLimit,onlySelectLeaf,customLeaf,fullPath,displayType,useSearch,useFavorite,dataSource,lookupPicking,lookupPicked,inputTemplate,cellTemplate,
|
|
21
|
+
clearable,loadTreeDataType,usePersonal,useRecent,personalConfig,selectedLimit,customSelectable,enableFullTree,searchField,useAvatar,groupTitle,inputTemplateName, formatter`;
|
|
22
|
+
Object.keys(obj).forEach(key => {
|
|
23
|
+
if (keys.includes(key)) {
|
|
24
|
+
this[key] = obj[key];
|
|
25
|
+
if (['avatarPrefix', 'avatarSuffix'].includes(key)) {
|
|
26
|
+
this[key] = utility_1.ToolHelper.isDef(obj[key]) ? obj[key] : undefined;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
exports.VueLookupInput = VueLookupInput;
|
|
33
|
+
//# sourceMappingURL=lookup-input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lookup-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/lookup-input.ts"],"names":[],"mappings":";;;AAAA,oDAAoD;AACpD,qCAA6C;AAE7C,MAAa,cAAe,SAAQ,0BAAiB;IA0BjD,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;;oLAE+J,CAAC;QAC7K,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;gBACrB,IAAG,CAAC,cAAc,EAAC,cAAc,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;oBAC9C,IAAI,CAAC,GAAG,CAAC,GAAG,oBAAU,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;iBAChE;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAtDD,wCAsDC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueNumber = void 0;
|
|
4
|
+
const common_1 = require("./common");
|
|
5
|
+
class VueNumber extends common_1.VueInputComponent {
|
|
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 = 'precision,suffix,extra';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VueNumber = VueNumber;
|
|
27
|
+
//# sourceMappingURL=number.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"number.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/number.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,SAAU,SAAQ,0BAAiB;IAgB5C,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,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,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;aACxB;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAvCD,8BAuCC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VuePicker = void 0;
|
|
4
|
+
const vue_state_1 = require("../common/vue-state");
|
|
5
|
+
const common_1 = require("./common");
|
|
6
|
+
class VuePicker extends common_1.VueInputComponent {
|
|
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 = 'dataSourceType,bindDataSource,enumData,idField,textField,valueField,valueTemplate';
|
|
20
|
+
Object.keys(obj).forEach(key => {
|
|
21
|
+
if (keys.includes(key)) {
|
|
22
|
+
if (key === 'enumData') {
|
|
23
|
+
this[key] = JSON.stringify(obj[key]);
|
|
24
|
+
}
|
|
25
|
+
else if (key === 'bindDataSource') {
|
|
26
|
+
this[key] = new vue_state_1.VueState(obj[key]);
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
this[key] = obj[key];
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
exports.VuePicker = VuePicker;
|
|
36
|
+
//# sourceMappingURL=picker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"picker.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/picker.ts"],"names":[],"mappings":";;;AAAA,mDAA+C;AAC/C,qCAA6C;AAE7C,MAAa,SAAU,SAAQ,0BAAiB;IAgB5C,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,mFAAmF,CAAC;QACjG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAI,UAAU,EAAE;oBAClB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACxC;qBAAM,IAAG,GAAG,KAAK,gBAAgB,EAAC;oBAC/B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBACrC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AA7CD,8BA6CC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueRadioGroup = void 0;
|
|
4
|
+
const vue_state_1 = require("../common/vue-state");
|
|
5
|
+
const common_1 = require("./common");
|
|
6
|
+
class VueRadioGroup extends common_1.VueInputComponent {
|
|
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 = 'dataSourceType,bindDataSource,enumData,textField,valueField,direction,displayType,checkerWidth';
|
|
20
|
+
Object.keys(obj).forEach(key => {
|
|
21
|
+
if (keys.includes(key)) {
|
|
22
|
+
if (key === 'enumData') {
|
|
23
|
+
this[key] = JSON.stringify(obj[key]);
|
|
24
|
+
}
|
|
25
|
+
else if (key === 'bindDataSource') {
|
|
26
|
+
this[key] = new vue_state_1.VueState(obj[key]);
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
this[key] = obj[key];
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
exports.VueRadioGroup = VueRadioGroup;
|
|
36
|
+
//# sourceMappingURL=radio-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio-group.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/radio-group.ts"],"names":[],"mappings":";;;AAAA,mDAA+C;AAC/C,qCAA6C;AAE7C,MAAa,aAAc,SAAQ,0BAAiB;IAShD,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,gGAAgG,CAAC;QAC9G,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;YAC3B,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE;gBACpB,IAAG,GAAG,KAAI,UAAU,EAAE;oBAClB,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;iBACxC;qBAAM,IAAG,GAAG,KAAK,gBAAgB,EAAC;oBAC/B,IAAI,CAAC,GAAG,CAAC,GAAG,IAAI,oBAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAA;iBACrC;qBAAM;oBACH,IAAI,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;iBACxB;aACJ;QACL,CAAC,CAAC,CAAC;IACP,CAAC;CAGJ;AAtCD,sCAsCC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueRichTextEditor = void 0;
|
|
4
|
+
const common_1 = require("./common");
|
|
5
|
+
class VueRichTextEditor extends common_1.VueInputComponent {
|
|
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 = 'border,noInput';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VueRichTextEditor = VueRichTextEditor;
|
|
27
|
+
//# sourceMappingURL=rich-text-editor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rich-text-editor.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/rich-text-editor.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,iBAAkB,SAAQ,0BAAiB;IAQpD,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,gBAAgB,CAAC;QAC9B,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;AA/BD,8CA+BC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VueSwitchInput = void 0;
|
|
4
|
+
const common_1 = require("./common");
|
|
5
|
+
class VueSwitchInput extends common_1.VueInputComponent {
|
|
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 = 'size';
|
|
19
|
+
Object.keys(obj).forEach(key => {
|
|
20
|
+
if (keys.includes(key)) {
|
|
21
|
+
this[key] = obj[key];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
exports.VueSwitchInput = VueSwitchInput;
|
|
27
|
+
//# sourceMappingURL=switch-input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch-input.js","sourceRoot":"","sources":["../../../../../../src/mobileapp/vue/domstructure/ui/input/switch-input.ts"],"names":[],"mappings":";;;AAAA,qCAA6C;AAE7C,MAAa,cAAe,SAAQ,0BAAiB;IAWjD,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,MAAM,CAAC;QACpB,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;AAlCD,wCAkCC"}
|