super-page-runtime 1.0.7 → 1.0.9
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/dist/es/_virtual/_plugin-vue_export-helper.js +0 -1
- package/dist/es/assets/chart-themes/theme1.js +0 -1
- package/dist/es/assets/chart-themes/theme2.js +0 -1
- package/dist/es/assets/chart-themes/theme3.js +0 -1
- package/dist/es/components/runtime/index.d.ts +3 -0
- package/dist/es/components/runtime/index.js +0 -1
- package/dist/es/components/runtime/utils/api/api-util.d.ts +11 -0
- package/dist/es/components/runtime/utils/api/api-util.js +0 -1
- package/dist/es/components/runtime/utils/assemblys-config.js +0 -1
- package/dist/es/components/runtime/utils/charts/chart-util.js +0 -1
- package/dist/es/components/runtime/utils/common-util.d.ts +11 -0
- package/dist/es/components/runtime/utils/common-util.js +0 -1
- package/dist/es/components/runtime/utils/events/event-util.d.ts +48 -0
- package/dist/es/components/runtime/utils/events/event-util.js +0 -1
- package/dist/es/components/runtime/utils/events/standard-event.d.ts +61 -0
- package/dist/es/components/runtime/utils/events/standard-event.js +0 -1
- package/dist/es/components/runtime/utils/events/validator-util.d.ts +4 -0
- package/dist/es/components/runtime/utils/events/validator-util.js +0 -1
- package/dist/es/components/runtime/utils/global-refs.d.ts +59 -0
- package/dist/es/components/runtime/utils/global-refs.js +0 -1
- package/dist/es/components/runtime/utils/interfaces/page-design-types.d.ts +221 -0
- package/dist/es/components/runtime/utils/interfaces/page-design-types.js +0 -1
- package/dist/es/components/runtime/utils/page-helper-util.d.ts +87 -0
- package/dist/es/components/runtime/utils/page-helper-util.js +0 -1
- package/dist/es/components/runtime/utils/page-init-util.d.ts +38 -0
- package/dist/es/components/runtime/utils/page-init-util.js +0 -1
- package/dist/es/components/runtime/utils/store-util.d.ts +15 -0
- package/dist/es/components/runtime/utils/store-util.js +0 -1
- package/dist/es/components/runtime/utils/store.d.ts +2 -0
- package/dist/es/components/runtime/utils/store.js +0 -1
- package/dist/es/components/runtime/utils/table-utils.js +0 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +24 -0
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
- package/dist/es/components/runtime/views/assemblys/error-render.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/super-page.vue.d.ts +91 -0
- package/dist/es/components/runtime/views/super-page.vue.js +0 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +0 -1
- package/dist/es/components/super-page-dialog/index.d.ts +3 -0
- package/dist/es/components/super-page-dialog/index.js +0 -1
- package/dist/es/components/super-page-dialog/super-page-dialog.vue.d.ts +36 -0
- package/dist/es/components/super-page-dialog/super-page-dialog.vue.js +0 -1
- package/dist/es/components/super-page-dialog/super-page-dialog.vue2.js +0 -1
- package/dist/es/components/wf-editor/index.d.ts +3 -0
- package/dist/es/components/wf-editor/index.js +0 -1
- package/dist/es/components/wf-editor/wf-editor.vue.d.ts +2 -0
- package/dist/es/components/wf-editor/wf-editor.vue.js +1 -2
- package/dist/es/index.d.ts +5 -0
- package/dist/es/index.js +6 -14
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +0 -1
- package/dist/lib/assets/chart-themes/theme1.js +0 -1
- package/dist/lib/assets/chart-themes/theme2.js +0 -1
- package/dist/lib/assets/chart-themes/theme3.js +0 -1
- package/dist/lib/components/runtime/index.d.ts +3 -0
- package/dist/lib/components/runtime/index.js +0 -1
- package/dist/lib/components/runtime/utils/api/api-util.d.ts +11 -0
- package/dist/lib/components/runtime/utils/api/api-util.js +0 -1
- package/dist/lib/components/runtime/utils/assemblys-config.js +0 -1
- package/dist/lib/components/runtime/utils/charts/chart-util.js +0 -1
- package/dist/lib/components/runtime/utils/common-util.d.ts +11 -0
- package/dist/lib/components/runtime/utils/common-util.js +0 -1
- package/dist/lib/components/runtime/utils/events/event-util.d.ts +48 -0
- package/dist/lib/components/runtime/utils/events/event-util.js +0 -1
- package/dist/lib/components/runtime/utils/events/standard-event.d.ts +61 -0
- package/dist/lib/components/runtime/utils/events/standard-event.js +0 -1
- package/dist/lib/components/runtime/utils/events/validator-util.d.ts +4 -0
- package/dist/lib/components/runtime/utils/events/validator-util.js +0 -1
- package/dist/lib/components/runtime/utils/global-refs.d.ts +59 -0
- package/dist/lib/components/runtime/utils/global-refs.js +0 -1
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +221 -0
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.js +0 -1
- package/dist/lib/components/runtime/utils/page-helper-util.d.ts +87 -0
- package/dist/lib/components/runtime/utils/page-helper-util.js +0 -1
- package/dist/lib/components/runtime/utils/page-init-util.d.ts +38 -0
- package/dist/lib/components/runtime/utils/page-init-util.js +0 -1
- package/dist/lib/components/runtime/utils/store-util.d.ts +15 -0
- package/dist/lib/components/runtime/utils/store-util.js +0 -1
- package/dist/lib/components/runtime/utils/store.d.ts +2 -0
- package/dist/lib/components/runtime/utils/store.js +0 -1
- package/dist/lib/components/runtime/utils/table-utils.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +24 -0
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/super-page.vue.d.ts +91 -0
- package/dist/lib/components/runtime/views/super-page.vue.js +0 -1
- package/dist/lib/components/runtime/views/super-page.vue2.js +0 -1
- package/dist/lib/components/super-page-dialog/index.d.ts +3 -0
- package/dist/lib/components/super-page-dialog/index.js +0 -1
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue.d.ts +36 -0
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue.js +0 -1
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue2.js +0 -1
- package/dist/lib/components/wf-editor/index.d.ts +3 -0
- package/dist/lib/components/wf-editor/index.js +0 -1
- package/dist/lib/components/wf-editor/wf-editor.vue.d.ts +2 -0
- package/dist/lib/components/wf-editor/wf-editor.vue.js +1 -2
- package/dist/lib/index.d.ts +5 -0
- package/dist/lib/index.js +1 -9
- package/package.json +1 -1
- package/dist/es/_virtual/_plugin-vue_export-helper.js.map +0 -1
- package/dist/es/assets/chart-themes/theme1.js.map +0 -1
- package/dist/es/assets/chart-themes/theme2.js.map +0 -1
- package/dist/es/assets/chart-themes/theme3.js.map +0 -1
- package/dist/es/components/runtime/index.js.map +0 -1
- package/dist/es/components/runtime/utils/api/api-util.js.map +0 -1
- package/dist/es/components/runtime/utils/assemblys-config.js.map +0 -1
- package/dist/es/components/runtime/utils/charts/chart-util.js.map +0 -1
- package/dist/es/components/runtime/utils/common-util.js.map +0 -1
- package/dist/es/components/runtime/utils/events/event-util.js.map +0 -1
- package/dist/es/components/runtime/utils/events/standard-event.js.map +0 -1
- package/dist/es/components/runtime/utils/events/validator-util.js.map +0 -1
- package/dist/es/components/runtime/utils/global-refs.js.map +0 -1
- package/dist/es/components/runtime/utils/interfaces/page-design-types.js.map +0 -1
- package/dist/es/components/runtime/utils/page-helper-util.js.map +0 -1
- package/dist/es/components/runtime/utils/page-init-util.js.map +0 -1
- package/dist/es/components/runtime/utils/store-util.js.map +0 -1
- package/dist/es/components/runtime/utils/store.js.map +0 -1
- package/dist/es/components/runtime/utils/table-utils.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/error-render.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/error-render.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/object-render.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js.map +0 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js.map +0 -1
- package/dist/es/components/runtime/views/super-page.vue.js.map +0 -1
- package/dist/es/components/runtime/views/super-page.vue2.js.map +0 -1
- package/dist/es/components/super-page-dialog/index.js.map +0 -1
- package/dist/es/components/super-page-dialog/super-page-dialog.vue.js.map +0 -1
- package/dist/es/components/super-page-dialog/super-page-dialog.vue2.js.map +0 -1
- package/dist/es/components/wf-editor/index.js.map +0 -1
- package/dist/es/components/wf-editor/wf-editor.vue.js.map +0 -1
- package/dist/es/components/wf-editor/wf-editor.vue2.js +0 -2
- package/dist/es/components/wf-editor/wf-editor.vue2.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/lib/_virtual/_plugin-vue_export-helper.js.map +0 -1
- package/dist/lib/assets/chart-themes/theme1.js.map +0 -1
- package/dist/lib/assets/chart-themes/theme2.js.map +0 -1
- package/dist/lib/assets/chart-themes/theme3.js.map +0 -1
- package/dist/lib/components/runtime/index.js.map +0 -1
- package/dist/lib/components/runtime/utils/api/api-util.js.map +0 -1
- package/dist/lib/components/runtime/utils/assemblys-config.js.map +0 -1
- package/dist/lib/components/runtime/utils/charts/chart-util.js.map +0 -1
- package/dist/lib/components/runtime/utils/common-util.js.map +0 -1
- package/dist/lib/components/runtime/utils/events/event-util.js.map +0 -1
- package/dist/lib/components/runtime/utils/events/standard-event.js.map +0 -1
- package/dist/lib/components/runtime/utils/events/validator-util.js.map +0 -1
- package/dist/lib/components/runtime/utils/global-refs.js.map +0 -1
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.js.map +0 -1
- package/dist/lib/components/runtime/utils/page-helper-util.js.map +0 -1
- package/dist/lib/components/runtime/utils/page-init-util.js.map +0 -1
- package/dist/lib/components/runtime/utils/store-util.js.map +0 -1
- package/dist/lib/components/runtime/utils/store.js.map +0 -1
- package/dist/lib/components/runtime/utils/table-utils.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js.map +0 -1
- package/dist/lib/components/runtime/views/super-page.vue.js.map +0 -1
- package/dist/lib/components/runtime/views/super-page.vue2.js.map +0 -1
- package/dist/lib/components/super-page-dialog/index.js.map +0 -1
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue.js.map +0 -1
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue2.js.map +0 -1
- package/dist/lib/components/wf-editor/index.js.map +0 -1
- package/dist/lib/components/wf-editor/wf-editor.vue.js.map +0 -1
- package/dist/lib/components/wf-editor/wf-editor.vue2.js +0 -2
- package/dist/lib/components/wf-editor/wf-editor.vue2.js.map +0 -1
- package/dist/lib/index.js.map +0 -1
- /package/dist/es/{style.css → components/wf-editor/wf-editor.css} +0 -0
- /package/dist/lib/{style.css → components/wf-editor/wf-editor.css} +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PageContext, Component } from '../../utils/interfaces/page-design-types';
|
|
2
|
+
|
|
3
|
+
interface MyProps {
|
|
4
|
+
pageContext: PageContext;
|
|
5
|
+
configure: Component;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<MyProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MyProps>>>, {}, {}>;
|
|
8
|
+
export default _default;
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
+
} : {
|
|
14
|
+
type: import('vue').PropType<T[K]>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { PageDesign } from '../utils/interfaces/page-design-types';
|
|
3
|
+
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
pageCode: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: false;
|
|
8
|
+
};
|
|
9
|
+
pageVersion: {
|
|
10
|
+
type: NumberConstructor;
|
|
11
|
+
required: false;
|
|
12
|
+
};
|
|
13
|
+
pageId: {
|
|
14
|
+
type: NumberConstructor;
|
|
15
|
+
required: false;
|
|
16
|
+
};
|
|
17
|
+
dataIds: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
pageDesign: {
|
|
22
|
+
type: PropType<PageDesign>;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
isTest: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
29
|
+
publishVersion: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
required: false;
|
|
32
|
+
};
|
|
33
|
+
taskId: {
|
|
34
|
+
type: NumberConstructor;
|
|
35
|
+
required: false;
|
|
36
|
+
};
|
|
37
|
+
pageRequest: {
|
|
38
|
+
type: ObjectConstructor;
|
|
39
|
+
required: false;
|
|
40
|
+
};
|
|
41
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
42
|
+
close: (...args: any[]) => void;
|
|
43
|
+
open: (...args: any[]) => void;
|
|
44
|
+
closed: (...args: any[]) => void;
|
|
45
|
+
opened: (...args: any[]) => void;
|
|
46
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
47
|
+
pageCode: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
required: false;
|
|
50
|
+
};
|
|
51
|
+
pageVersion: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
required: false;
|
|
54
|
+
};
|
|
55
|
+
pageId: {
|
|
56
|
+
type: NumberConstructor;
|
|
57
|
+
required: false;
|
|
58
|
+
};
|
|
59
|
+
dataIds: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
required: false;
|
|
62
|
+
};
|
|
63
|
+
pageDesign: {
|
|
64
|
+
type: PropType<PageDesign>;
|
|
65
|
+
required: false;
|
|
66
|
+
};
|
|
67
|
+
isTest: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
required: false;
|
|
70
|
+
};
|
|
71
|
+
publishVersion: {
|
|
72
|
+
type: NumberConstructor;
|
|
73
|
+
required: false;
|
|
74
|
+
};
|
|
75
|
+
taskId: {
|
|
76
|
+
type: NumberConstructor;
|
|
77
|
+
required: false;
|
|
78
|
+
};
|
|
79
|
+
pageRequest: {
|
|
80
|
+
type: ObjectConstructor;
|
|
81
|
+
required: false;
|
|
82
|
+
};
|
|
83
|
+
}>> & {
|
|
84
|
+
onClose?: (...args: any[]) => any;
|
|
85
|
+
onOpen?: (...args: any[]) => any;
|
|
86
|
+
onClosed?: (...args: any[]) => any;
|
|
87
|
+
onOpened?: (...args: any[]) => any;
|
|
88
|
+
}, {
|
|
89
|
+
isTest: boolean;
|
|
90
|
+
}, {}>;
|
|
91
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
interface MyProps {
|
|
2
|
+
parentPageContext: {
|
|
3
|
+
type: Object;
|
|
4
|
+
default: null;
|
|
5
|
+
};
|
|
6
|
+
parentPageEventParams: {
|
|
7
|
+
type: Object;
|
|
8
|
+
default: null;
|
|
9
|
+
};
|
|
10
|
+
jumpPageSetting: {
|
|
11
|
+
type: Object;
|
|
12
|
+
default: null;
|
|
13
|
+
};
|
|
14
|
+
isTest?: boolean;
|
|
15
|
+
}
|
|
16
|
+
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<MyProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
close: (...args: any[]) => void;
|
|
18
|
+
open: (...args: any[]) => void;
|
|
19
|
+
closed: (...args: any[]) => void;
|
|
20
|
+
opened: (...args: any[]) => void;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MyProps>>> & {
|
|
22
|
+
onClose?: (...args: any[]) => any;
|
|
23
|
+
onOpen?: (...args: any[]) => any;
|
|
24
|
+
onClosed?: (...args: any[]) => any;
|
|
25
|
+
onOpened?: (...args: any[]) => any;
|
|
26
|
+
}, {}, {}>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, pushScopeId, popScopeId, createElementVNode } from "vue";
|
|
2
|
-
|
|
2
|
+
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const _sfc_main = {};
|
|
5
5
|
const _withScopeId = (n) => (pushScopeId("data-v-dfafa4ba"), n = n(), popScopeId(), n);
|
|
@@ -14,4 +14,3 @@ const WfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]
|
|
|
14
14
|
export {
|
|
15
15
|
WfEditor as default
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=wf-editor.vue.js.map
|
package/dist/es/index.js
CHANGED
|
@@ -1,16 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const components = [_sfc_main, _sfc_main$1, WfEditor];
|
|
5
|
-
const install = (app) => {
|
|
6
|
-
components.forEach((component) => {
|
|
7
|
-
app.component(component.name, component);
|
|
8
|
-
});
|
|
9
|
-
};
|
|
1
|
+
import { default as default2 } from "./components/runtime/views/super-page.vue.js";
|
|
2
|
+
import { default as default3 } from "./components/super-page-dialog/super-page-dialog.vue.js";
|
|
3
|
+
import { default as default4 } from "./components/wf-editor/wf-editor.vue.js";
|
|
10
4
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
WfEditor
|
|
14
|
-
install as default
|
|
5
|
+
default2 as SuperPage,
|
|
6
|
+
default3 as SuperPageDialog,
|
|
7
|
+
default4 as WfEditor
|
|
15
8
|
};
|
|
16
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 设值自定义校验规则。推荐在按钮的beforeValidateForm事件中调用该方法。
|
|
3
|
+
* @param params 事件中的params参数
|
|
4
|
+
* @param customRules 自定义的校验规则
|
|
5
|
+
*/
|
|
6
|
+
export declare function setCustomRules(pageContext: any, customRules: any): void;
|
|
7
|
+
/**
|
|
8
|
+
* 获得表单数据
|
|
9
|
+
* @param pageContext
|
|
10
|
+
*/
|
|
11
|
+
export declare function getData(pageContext: any): Promise<unknown>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare function isArrayFn(value: any): boolean;
|
|
2
|
+
export declare function getBaseUrl(system: any): any;
|
|
3
|
+
export declare function getRealRestApiPath(orgRestApiPath: any, system: any): any;
|
|
4
|
+
/**
|
|
5
|
+
* 封装模板文件列表
|
|
6
|
+
* @param templateFiles
|
|
7
|
+
* @returns
|
|
8
|
+
*/
|
|
9
|
+
export declare function packageTemplateFiles(templateFiles: any): any;
|
|
10
|
+
export declare function upperFirstCase(str: any): any;
|
|
11
|
+
export declare function getListCode(pageCode: any, pageVersion: any, tableUuid: any): string;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { PageDesign, Component, PageContext } from '../interfaces/page-design-types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* 缓存页面事件,并转为Function对象,并绑定自定义方法到window对象上
|
|
5
|
+
* @param pageDesign
|
|
6
|
+
*/
|
|
7
|
+
export declare function initPageEvents(pageDesign: PageDesign, pageContext: PageContext): void;
|
|
8
|
+
/**
|
|
9
|
+
* 页面销毁时,将window上注册的函数移除掉
|
|
10
|
+
* @param pageDesign
|
|
11
|
+
*/
|
|
12
|
+
export declare function removeCustomFuncFromWindow(pageDesign: PageDesign): void;
|
|
13
|
+
export declare function handleEvent($event: any, pageContext: PageContext, configure: Component, eventType: string, otherParams?: object): any;
|
|
14
|
+
export declare function getHandleEvent($event: any, pageContext: PageContext, configure: Component, eventType: string, otherParams?: object): any;
|
|
15
|
+
export declare function doBeforeClickEvent(pageContext: PageContext, configure: Component, otherParams?: object): any;
|
|
16
|
+
export declare function doAfterClickEvent(pageContext: PageContext, configure: Component, otherParams?: object): void;
|
|
17
|
+
/**
|
|
18
|
+
* 获得事件Function对象
|
|
19
|
+
* @param events 该组件所有事件集合
|
|
20
|
+
* @param eventType change、click等事件类型
|
|
21
|
+
*/
|
|
22
|
+
export declare function getEventFuncByType(pageContext: PageContext, events: Array<any>, eventType: string): any;
|
|
23
|
+
/**
|
|
24
|
+
* 获得事件Function对象
|
|
25
|
+
* @param events 该组件所有事件集合
|
|
26
|
+
* @param eventType change、click等事件类型
|
|
27
|
+
*/
|
|
28
|
+
export declare function getClickEventFuncByType(pageContext: PageContext, events: Array<any>, eventType: string): {
|
|
29
|
+
func: any;
|
|
30
|
+
isStandard: boolean;
|
|
31
|
+
event: any;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* 按钮是否可执行条件解析
|
|
35
|
+
* @param params
|
|
36
|
+
* @returns
|
|
37
|
+
*/
|
|
38
|
+
export declare function canExecuteButton(params: any): Promise<unknown>;
|
|
39
|
+
export declare function canVisibleComponent(params: any): Promise<unknown>;
|
|
40
|
+
export declare function setTableEvents(options: any, tableEvents: any, pageContext: any, configureObj: any): void;
|
|
41
|
+
export declare function gridSelectRecord(pageContext: any, configureObj: any, params: any): any;
|
|
42
|
+
export declare function gridSelectAllRecords(pageContext: any, configureObj: any, params: any): any;
|
|
43
|
+
export declare function gridSelectionChange(pageContext: any, configureObj: any, params: any): any;
|
|
44
|
+
export declare function cellClick(pageContext: any, configureObj: any, params: any): any;
|
|
45
|
+
export declare function cellDblClick(pageContext: any, configureObj: any, params: any): any;
|
|
46
|
+
export declare function rowClick(pageContext: any, configureObj: any, params: any): any;
|
|
47
|
+
export declare function rowDblClick(pageContext: any, configureObj: any, params: any): any;
|
|
48
|
+
export declare function headerClick(pageContext: any, configureObj: any, params: any): any;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export declare const standardEvents: {
|
|
2
|
+
save: (params: any) => Promise<unknown>;
|
|
3
|
+
saveList: (params: any) => Promise<unknown>;
|
|
4
|
+
exportForm: (params: any) => void;
|
|
5
|
+
exportPDF: (params: any) => void;
|
|
6
|
+
submit: (params: any) => Promise<unknown>;
|
|
7
|
+
submitList: (params: any) => Promise<unknown>;
|
|
8
|
+
agree: (params: any) => Promise<unknown>;
|
|
9
|
+
agreeList: (params: any) => Promise<unknown>;
|
|
10
|
+
disagree: (params: any) => Promise<unknown>;
|
|
11
|
+
disagreeList: (params: any) => Promise<unknown>;
|
|
12
|
+
back: (params: any) => void;
|
|
13
|
+
delete: (params: any) => Promise<unknown>;
|
|
14
|
+
downloadTemplate: (params: any) => void;
|
|
15
|
+
import: (params: any) => void;
|
|
16
|
+
export: (params: any) => Promise<unknown>;
|
|
17
|
+
search: (params: any) => void;
|
|
18
|
+
workflowSave: (params: any) => Promise<unknown>;
|
|
19
|
+
submitProcess: (params: any) => Promise<unknown>;
|
|
20
|
+
submitTask: (params: any) => Promise<unknown>;
|
|
21
|
+
approve: (params: any) => Promise<unknown>;
|
|
22
|
+
refuse: (params: any) => Promise<unknown>;
|
|
23
|
+
readed: (params: any) => Promise<unknown>;
|
|
24
|
+
agreement: (params: any) => Promise<unknown>;
|
|
25
|
+
oppose: (params: any) => Promise<unknown>;
|
|
26
|
+
kiken: (params: any) => Promise<unknown>;
|
|
27
|
+
assign: (params: any) => void;
|
|
28
|
+
copyTask: (params: any) => void;
|
|
29
|
+
addSigner: (params: any) => void;
|
|
30
|
+
drawTask: (params: any) => Promise<unknown>;
|
|
31
|
+
abandonReceive: (params: any) => Promise<unknown>;
|
|
32
|
+
returnToPreviousTask: (params: any) => Promise<unknown>;
|
|
33
|
+
endInstance: (params: any) => Promise<unknown>;
|
|
34
|
+
returnTaskTo: (params: any) => void;
|
|
35
|
+
removeSigner: (params: any) => void;
|
|
36
|
+
retrieveTask: (params: any) => Promise<unknown>;
|
|
37
|
+
viewDetail: (params: any) => void;
|
|
38
|
+
lineEditCreate: (params: any) => void;
|
|
39
|
+
};
|
|
40
|
+
export declare function exportFormReport(pageContext: any, configureObj: any, templateFile: any, isPdf: any): void;
|
|
41
|
+
export declare function getSaveFormRequest(pageContext: any, configureObj: any, url: any, isUnControlVersion: any, mainDefaultValueColumns: any, dynamicColumnInfo: any): any;
|
|
42
|
+
/**
|
|
43
|
+
* 按钮执行后页面处理方式:刷新、关闭弹框等等
|
|
44
|
+
* @param pageContext
|
|
45
|
+
* @param configureObj
|
|
46
|
+
* @param data
|
|
47
|
+
* @param successTip
|
|
48
|
+
* @param isListButton
|
|
49
|
+
*/
|
|
50
|
+
export declare function dealAfterOperate(pageContext: any, configureObj: any, data: any, successTip: any, isListButton?: boolean): void;
|
|
51
|
+
export declare function doImportFinally(params: any, fileObj: any): void;
|
|
52
|
+
export declare function judgeDataNumber(buttonConfigureObj: any, ids: any): boolean;
|
|
53
|
+
export declare function dealCompleteTaskParam(commonEntity: any, isInit: any, pageContext: any, params?: any, operationResult?: any): boolean;
|
|
54
|
+
export declare function doAssign(params: any, selectNodeInfo: any): void;
|
|
55
|
+
export declare function doAddSigner(params: any, selectNodeInfo: any): void;
|
|
56
|
+
export declare function doCreateCopyTask(params: any, selectNodeInfo: any): void;
|
|
57
|
+
export declare function getTaskInformitions(params: any): any;
|
|
58
|
+
export declare function doReturnTaskTo(params: any, selectTaskNode: any): void;
|
|
59
|
+
export declare function getRemoveSigner(params: any): any;
|
|
60
|
+
export declare function doRemoveSigners(params: any, selectRemoveTasks: any): void;
|
|
61
|
+
export declare function isVisibleWorkflowButton(standardEventName: any, buttonInfo: any, completeTaskParam: any): boolean;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare function setObjectPropRule(prop: any, rules: any, leafRule: any): {};
|
|
2
|
+
export declare function validator(entity: any, rules: any, columns: any, rowIndex: any, isSql: any): any;
|
|
3
|
+
export declare function validateDataModelFunc(pageContext: any, configureObj: any, isEnableRequired: any): Promise<unknown>;
|
|
4
|
+
export declare function i18nValidateRulesMessage(rules: any): {};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { PageContext } from './interfaces/page-design-types';
|
|
2
|
+
|
|
3
|
+
declare global {
|
|
4
|
+
interface Window {
|
|
5
|
+
globalRefs: any;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* 添加组件引用对象
|
|
10
|
+
* @param pageContext 页面运行时对象
|
|
11
|
+
* @param componentIndex 对象ID
|
|
12
|
+
* @param refObj 引用对象
|
|
13
|
+
* @returns
|
|
14
|
+
*/
|
|
15
|
+
export declare function addComponentRef(pageContext: PageContext, componentUuid: string, refObj: any): any;
|
|
16
|
+
/**
|
|
17
|
+
* 添加组件引用对象
|
|
18
|
+
* @param pageContext 页面运行时对象
|
|
19
|
+
* @param componentIndex 对象ID
|
|
20
|
+
* @param refObj 引用对象
|
|
21
|
+
* @returns
|
|
22
|
+
*/
|
|
23
|
+
export declare function addComponentRefByCode(pageContext: PageContext, componentCode: string, refObj: any): any;
|
|
24
|
+
/**
|
|
25
|
+
* 获取组件引用对象
|
|
26
|
+
* @param pageDesign 页面设计对象
|
|
27
|
+
* @param componentIndex 对象ID
|
|
28
|
+
* @returns
|
|
29
|
+
*/
|
|
30
|
+
export declare function getComponentRef(pageContext: PageContext, componentUuid: string): any;
|
|
31
|
+
/**
|
|
32
|
+
* 根据编码获取组件引用对象
|
|
33
|
+
* @param pageDesign 页面设计对象
|
|
34
|
+
* @param componentCode 对象code
|
|
35
|
+
* @returns
|
|
36
|
+
*/
|
|
37
|
+
export declare function getComponentRefByCode(pageContext: PageContext, componentCode: string): any;
|
|
38
|
+
/**
|
|
39
|
+
* 移除组件引用对象
|
|
40
|
+
* @param pageDesign 页面设计对象
|
|
41
|
+
* @param componentIndex 对象ID
|
|
42
|
+
* @param refObj 引用对象
|
|
43
|
+
* @returns
|
|
44
|
+
*/
|
|
45
|
+
export declare function removeComponentRef(pageContext: PageContext, componentUuid: string): any;
|
|
46
|
+
/**
|
|
47
|
+
* 移除页面所有引用
|
|
48
|
+
* @param pageDesign 页面设计对象
|
|
49
|
+
* @param componentIndex 对象ID
|
|
50
|
+
* @param refObj 引用对象
|
|
51
|
+
* @returns
|
|
52
|
+
*/
|
|
53
|
+
export declare function removePageAllRef(pageContext: PageContext): void;
|
|
54
|
+
/**
|
|
55
|
+
* 初始化页面引用对象
|
|
56
|
+
* @param pageCode
|
|
57
|
+
* @param pageVersion
|
|
58
|
+
*/
|
|
59
|
+
export declare function initComponentRefState(pageContext: PageContext): void;
|