super-page-runtime 2.3.20-sit2 → 2.3.21-tmp1
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/components/runtime/utils/api/page-expose-util.js +124 -133
- package/dist/es/components/runtime/utils/events/event-util.js +3 -3
- package/dist/es/components/runtime/utils/events/print-label.js +26 -25
- package/dist/es/components/runtime/utils/events/standard-event.js +568 -584
- package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
- package/dist/es/components/runtime/utils/page-init-util.js +11 -9
- package/dist/es/components/runtime/utils/table-utils.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +10 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +8 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +17 -17
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +98 -93
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +3 -2
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +11 -9
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +2 -0
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +12 -10
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +8 -8
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +15 -15
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +34 -34
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +35 -34
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +5 -3
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +17 -15
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +13 -22
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +1 -0
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +76 -75
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +76 -76
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +6 -0
- package/dist/lib/assets/chart-themes/bar-theme.js +2 -0
- package/dist/lib/assets/chart-themes/gauge-theme.js +2 -0
- package/dist/lib/assets/chart-themes/pie-theme.js +2 -0
- package/dist/lib/assets/chart-themes/radar-theme.js +2 -0
- package/dist/lib/assets/chart-themes/scatter-theme.js +2 -0
- package/dist/lib/assets/file.png.js +2 -0
- package/dist/lib/assets/folder.png.js +2 -0
- package/dist/lib/components/runtime/utils/ai-chat-util.js +13 -0
- package/dist/lib/components/runtime/utils/anchor-util.js +62 -0
- package/dist/lib/components/runtime/utils/api/api-util.js +3 -0
- package/dist/lib/components/runtime/utils/api/page-expose-util.js +169 -0
- package/dist/lib/components/runtime/utils/assemblys-config.js +16 -0
- package/dist/lib/components/runtime/utils/barcode-util.js +10 -0
- package/dist/lib/components/runtime/utils/charts/chart-columnline-util.js +137 -0
- package/dist/lib/components/runtime/utils/charts/chart-gauge-util.js +34 -0
- package/dist/lib/components/runtime/utils/charts/chart-pie-util.js +78 -0
- package/dist/lib/components/runtime/utils/charts/chart-radar-util.js +52 -0
- package/dist/lib/components/runtime/utils/charts/chart-scatter-util.js +43 -0
- package/dist/lib/components/runtime/utils/charts/chart-util.js +244 -0
- package/dist/lib/components/runtime/utils/common-util.js +91 -0
- package/dist/lib/components/runtime/utils/eventBus.js +3 -0
- package/dist/lib/components/runtime/utils/events/event-util.js +345 -0
- package/dist/lib/components/runtime/utils/events/print-label.js +97 -0
- package/dist/lib/components/runtime/utils/events/standard-event.js +1101 -0
- package/dist/lib/components/runtime/utils/events/validator-util.js +296 -0
- package/dist/lib/components/runtime/utils/form/date-shortcuts.js +34 -0
- package/dist/lib/components/runtime/utils/form/scan-util.js +90 -0
- package/dist/lib/components/runtime/utils/global-refs.js +42 -0
- package/dist/lib/components/runtime/utils/i18n-util.js +11 -0
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.js +4 -0
- package/dist/lib/components/runtime/utils/page-helper-util.js +354 -0
- package/dist/lib/components/runtime/utils/page-init-util.js +244 -0
- package/dist/lib/components/runtime/utils/page-permission-util.js +26 -0
- package/dist/lib/components/runtime/utils/page-store.js +50 -0
- package/dist/lib/components/runtime/utils/store-util.js +11 -0
- package/dist/lib/components/runtime/utils/store.js +3 -0
- package/dist/lib/components/runtime/utils/table-utils.js +68 -0
- package/dist/lib/components/runtime/utils/tree-utils.js +54 -0
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +24 -0
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +17 -0
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +35 -0
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +17 -0
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +41 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.js +11 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +11 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +53 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +48 -0
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +24 -0
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +34 -0
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +24 -0
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +24 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.js +402 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.js +6 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.js +36 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.js +13 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +249 -0
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.js +16 -0
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +32 -0
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.js +32 -0
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +19 -0
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +12 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.js +21 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.js +13 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +30 -0
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +15 -0
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +21 -0
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +17 -0
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +15 -0
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.js +27 -0
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +79 -0
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +20 -0
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +15 -0
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +12 -0
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +88 -0
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +43 -0
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +59 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +382 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +322 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +81 -0
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +124 -0
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +57 -0
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +35 -0
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +57 -0
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +91 -0
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +47 -0
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +20 -0
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +65 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +20 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +70 -0
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +31 -0
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +26 -0
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +13 -0
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +75 -0
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +188 -0
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +130 -0
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +11 -0
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +29 -0
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +38 -0
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +20 -0
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.js +73 -0
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +132 -0
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +23 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +23 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +34 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.js +17 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.js +20 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +5 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +19 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +14 -0
- package/dist/lib/components/runtime/views/home-chart.vue.js +38 -0
- package/dist/lib/components/runtime/views/home-chart.vue2.js +3 -0
- package/dist/lib/components/runtime/views/super-page-dialog.vue.js +23 -0
- package/dist/lib/components/runtime/views/super-page-dialog.vue3.js +3 -0
- package/dist/lib/components/runtime/views/super-page.vue.js +5 -0
- package/dist/lib/components/runtime/views/super-page.vue2.js +264 -0
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/i18n/langs/cn.js +2 -0
- package/dist/lib/i18n/langs/en.js +2 -0
- package/dist/lib/index.js +6 -0
- package/dist/lib/style.css +996 -0
- package/dist/umd/favicon.ico +0 -0
- package/dist/umd/index.full.min.js +7429 -0
- package/dist/umd/style.css +996 -0
- package/package.json +2 -2
- package/dist/es/components/runtime/utils/events/data-backfill-util.d.ts +0 -27
- package/dist/es/components/runtime/utils/events/data-backfill-util.js +0 -39
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const e = require("vue"), a = require("./assemblys/object-render.vue.js"), t = require("../utils/page-helper-util.js"), l = require("../utils/page-init-util.js"), n = require("../utils/global-refs.js"), o = require("../utils/events/event-util.js"), u = require("./assemblys/common/export-form-report-dialog.vue.js"), r = require("./assemblys/common/task-informition-dialog.vue.js"), i = require("./assemblys/common/remove-signer-dialog.vue.js"), s = require("./assemblys/common/remove-transactor-dialog.vue.js"), v = require("../utils/eventBus.js"), p = require("../utils/events/standard-event.js");
|
|
3
|
+
require("../utils/api/api-util.js");
|
|
4
|
+
const c = require("element-plus"), m = require("vue-i18n"), d = require("agilebuilder-ui"), g = require("../utils/events/validator-util.js"), f = require("./super-page-dialog.vue.js");
|
|
5
|
+
;/* empty css */
|
|
6
|
+
const y = require("vue-router"), C = require("agilebuilder-ui/src/utils/jump-page-utils"), h = require("agilebuilder-ui/src/utils/auth"), k = require("../utils/common-util.js"), P = require("agilebuilder-ui/src/utils/common-util"), q = require("../utils/page-store.js"), b = require("agilebuilder-ui/src/store"), j = require("./assemblys/common/save-chart-condition-dialog.vue.js"), x = require("../utils/ai-chat-util.js"), T = require("./assemblys/page-bottom.vue.js"), D = require("./assemblys/common/event-call-component.vue.js"), N = require("../utils/anchor-util.js"), S = e.defineComponent({ __name: "super-page", props: { pageCode: { type: String, required: false }, pageVersion: { type: Number, required: false }, pageId: { type: Number, required: false }, dataId: { type: Number, required: false }, pageDesign: { type: Object, required: false }, isTest: { type: Boolean, required: false }, dimensions: { type: String, required: false }, publishVersion: { type: Number, required: false }, taskId: { type: Number, required: false }, pageRequest: { type: Object, required: false }, contentHeight: { type: [String, Number], default: null }, isDialog: { type: Boolean, required: false }, isPreview: { type: Boolean, required: false } }, emits: ["open", "opened", "close", "closed"], setup(S2, { expose: $, emit: R }) {
|
|
7
|
+
const w = q.usePageContextStore(), { t: B } = m.useI18n(), F = S2, M = e.ref(false), I = e.ref(""), E = { list: "list-page-container", form: "form-page-container" }, O = e.ref(null), V = e.ref([]), _ = e.ref(""), A = e.ref({}), W = e.ref(null), U = e.ref(null), L = e.ref(false), z = e.ref(false), J = e.ref(false), H = e.ref(false), Q = e.ref(false), G = e.ref(false), K = e.ref(null), X = e.ref(false), Y = e.ref([]), Z = e.ref([]), ee = e.ref([]), ae = e.ref(false), te = e.ref(false), le = e.ref(null), ne = e.ref(false), oe = e.ref(false), ue = e.ref(null), re = e.ref(null), ie = e.ref(null), se = e.ref(null);
|
|
8
|
+
let ve = e.ref(null);
|
|
9
|
+
const pe = e.ref(null), ce = e.ref(null), me = y.useRoute(), de = e.ref(0), ge = P.isMobileBrowser();
|
|
10
|
+
let fe, ye;
|
|
11
|
+
const Ce = e.ref(false), he = e.ref(null), ke = e.ref(false), Pe = e.ref(null);
|
|
12
|
+
function qe(e2) {
|
|
13
|
+
const a2 = l.convertToPageContext(e2);
|
|
14
|
+
return a2.isTest = F.isTest, a2.isTest && F.dimensions && (a2.dimensions = F.dimensions), F.isDialog || (l.packageAdditionalMapWithLocationSearch(a2.entity.request), l.packageAdditionalMapWithRoute(me, a2.entity.request)), l.packageAdditionalMapWithPageRequest(F.pageRequest, a2.entity.request), a2;
|
|
15
|
+
}
|
|
16
|
+
function be(a2) {
|
|
17
|
+
var _a;
|
|
18
|
+
const l2 = qe(a2);
|
|
19
|
+
if (ve.value = l2, null == ve.value) return;
|
|
20
|
+
ve.value.isDialog = true === F.isDialog, I.value = E[ve.value.pageType] ?? "", fe = setTimeout(() => {
|
|
21
|
+
!function(e2, a3) {
|
|
22
|
+
if (!a3 || 0 == a3.length) return;
|
|
23
|
+
const l3 = a3.filter((e3) => "remote" != e3.filterType);
|
|
24
|
+
l3 && l3.length > 0 && t.updateOptionDatasources(e2, l3, void 0);
|
|
25
|
+
}(ve.value, a2.initOptionConfigs);
|
|
26
|
+
}, 0), ye = setTimeout(() => {
|
|
27
|
+
a2.initChartServiceConfigs, function(e2, a3) {
|
|
28
|
+
if (!a3 || 0 == a3.length) return;
|
|
29
|
+
if (e2.initChartData = {}, e2.initChartData.data = k.deepCopy(e2.entity.data), e2.initChartData.page = k.deepCopy(e2.entity.page), a3 && a3.length > 0) {
|
|
30
|
+
const l3 = a3.filter((e3) => false !== e3.initializationQuery);
|
|
31
|
+
t.updateChartDatasources(e2, l3, null, true);
|
|
32
|
+
}
|
|
33
|
+
}(ve.value, a2.initChartServiceConfigs);
|
|
34
|
+
}, 200), ve.value.initDataSources = [], n.initComponentRefState(ve.value), V.value = ve.value.items ? ve.value.items : [];
|
|
35
|
+
const u2 = ve.value.runtime ? ve.value.runtime : {};
|
|
36
|
+
_.value = u2.class, A.value = u2.style, o.initPageEvents(a2, ve.value), g.i18nValidateRulesMessage(ve.value.rules), o.handleEvent(null, ve.value, a2, "beforeload");
|
|
37
|
+
const r2 = ve.value.code;
|
|
38
|
+
return w.setPageContext(ve.value), K.value = r2 + "_", v.$on(K.value + "export-form-report", (e2) => {
|
|
39
|
+
U.value = e2, pe.value = e2.configureObj, ce.value = e2.pageContext, ke.value = false, L.value = true;
|
|
40
|
+
}), v.$on(K.value + "export-pdf-report", (e2) => {
|
|
41
|
+
U.value = e2, pe.value = e2.configureObj, ce.value = e2.pageContext, ke.value = true, L.value = true;
|
|
42
|
+
}), v.$on(K.value + "import-file", (e2) => {
|
|
43
|
+
U.value = e2, Se.value.click();
|
|
44
|
+
}), v.$on(K.value + "assign-task", (e2) => {
|
|
45
|
+
U.value = e2, Q.value = true, G.value = false;
|
|
46
|
+
}), v.$on(K.value + "copy-task", (e2) => {
|
|
47
|
+
U.value = e2, H.value = true, G.value = true;
|
|
48
|
+
}), v.$on(K.value + "add-signer", (e2) => {
|
|
49
|
+
U.value = e2, z.value = true, G.value = true;
|
|
50
|
+
}), v.$on(K.value + "choose-return-node", (e2) => {
|
|
51
|
+
U.value = e2, p.getTaskInformitions(e2).then((e3) => {
|
|
52
|
+
Y.value = e3, X.value = true;
|
|
53
|
+
}).catch((e3) => {
|
|
54
|
+
X.value = false;
|
|
55
|
+
});
|
|
56
|
+
}), v.$on(K.value + "remove-signer", (e2) => {
|
|
57
|
+
U.value = e2, p.getRemoveSigner(e2).then((a3) => {
|
|
58
|
+
le.value = e2.pageContext.completeTaskParam.taskId, Z.value = a3, ae.value = true;
|
|
59
|
+
}).catch((e3) => {
|
|
60
|
+
ae.value = false;
|
|
61
|
+
});
|
|
62
|
+
}), v.$on(K.value + "add-transactor", (e2) => {
|
|
63
|
+
U.value = e2, J.value = true, G.value = true;
|
|
64
|
+
}), v.$on(K.value + "remove-transactor", (e2) => {
|
|
65
|
+
U.value = e2, p.getRemoveTransactor(e2).then((a3) => {
|
|
66
|
+
le.value = e2.pageContext.completeTaskParam.taskId, ee.value = a3, te.value = true;
|
|
67
|
+
}).catch((e3) => {
|
|
68
|
+
te.value = false;
|
|
69
|
+
});
|
|
70
|
+
}), v.$on(K.value + "prohibit-edit", (e2) => {
|
|
71
|
+
}), v.$on(K.value + "open-dialog", (e2) => {
|
|
72
|
+
var a3, t2, l3;
|
|
73
|
+
re.value = e2.pageContext, ie.value = e2.configureObj, se.value = e2.eventParams, a3 = ie.value, t2 = se.value, l3 = e2.jumpPageSetting, function(e3, a4, t3) {
|
|
74
|
+
return new Promise((l4, n2) => {
|
|
75
|
+
var _a2;
|
|
76
|
+
if (t3) l4(t3);
|
|
77
|
+
else {
|
|
78
|
+
const t4 = e3 && e3.props && e3.props.linkPage ? e3.props.linkPage : null;
|
|
79
|
+
if (t4 && t4.jumpPageUrl) {
|
|
80
|
+
false !== t4.isNewPage && true !== t4.isNewPage && (t4.isNewPage = true);
|
|
81
|
+
const e4 = p.getAdditionalParamMap(ve), n3 = !!((_a2 = ie.value.props.linkPage) == null ? void 0 : _a2.isNeedId);
|
|
82
|
+
ie.value;
|
|
83
|
+
let o2 = n3 && a4 ? a4.id : null, u3 = n3 && a4 ? a4.ids : null, r3 = a4 ? a4.selections : [], i2 = a4 ? a4.row : null;
|
|
84
|
+
if (!i2) if (i2 = {}, r3 && r3.length > 0) i2 = r3[0];
|
|
85
|
+
else {
|
|
86
|
+
const e5 = re.value.entity.data, a5 = re.value.entity.page;
|
|
87
|
+
a5 && Object.assign(i2, a5), e5 && Object.assign(i2, e5);
|
|
88
|
+
}
|
|
89
|
+
const s2 = k.deepCopy(re.value.entity.page);
|
|
90
|
+
t4._pageData = s2, C.jumpToPage(t4, null, o2, i2, e4, u3).then((e5) => {
|
|
91
|
+
e5.isNeedId = n3, l4(e5);
|
|
92
|
+
});
|
|
93
|
+
} else l4(false);
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
}(a3, t2, l3).then((e3) => {
|
|
97
|
+
if (e3) {
|
|
98
|
+
let t3 = {};
|
|
99
|
+
const l4 = a3 && a3.props && a3.props.linkPage ? a3.props.linkPage : null;
|
|
100
|
+
l4 && Object.assign(t3, k.deepCopy(l4)), Object.assign(t3, e3), k.refreshMobileDialogType(t3, ge);
|
|
101
|
+
const n2 = t3.jumpMode, o2 = t3;
|
|
102
|
+
if (se.value || (se.value = {}), se.value.paramStoreId = t3.paramStoreId, o2.parentPageCode = re.value.code, o2.parentPageVersion = re.value.version, o2.isNewPage = true, "popup" === n2 || "refresh" === n2) {
|
|
103
|
+
const e4 = o2.linkType;
|
|
104
|
+
(function(e5, a4) {
|
|
105
|
+
const t4 = h.getUsername();
|
|
106
|
+
return new Promise((l5, n3) => {
|
|
107
|
+
if (t4) if ("popup" !== a4 && !ge || re.value.systemCode === e5.customSystem) l5(true);
|
|
108
|
+
else if (e5.customSystem) {
|
|
109
|
+
const a5 = e5.customSystem;
|
|
110
|
+
b.dispatch("getCurrentUserPermissions", { loginName: t4, systemCode: a5 }).then(() => {
|
|
111
|
+
l5(true);
|
|
112
|
+
}).catch(() => {
|
|
113
|
+
l5(true);
|
|
114
|
+
});
|
|
115
|
+
} else c.ElMessage({ showClose: true, type: "error", message: B("superPageRuntimeMessage.popMsg") }), console.error("弹框参数缺少customSystem参数,parentPageContext.value.systemCode={}", re.value.systemCode), l5(false);
|
|
116
|
+
else l5(true);
|
|
117
|
+
});
|
|
118
|
+
})(o2, n2).then((a4) => {
|
|
119
|
+
a4 && (ge && (re.value.systemCode !== o2.customSystem || e4 && "url" === e4) ? (o2._isIframe = true, "refresh" === n2 && (o2.dialogType = "drawer", o2.jumpPageWidth = "100%"), ue.value = o2, oe.value = true) : (o2._isIframe = false, "popup" === n2 ? (ue.value = o2, oe.value = true) : "refresh" === n2 && Fe.push({ path: "/dsc/page", query: o2 })));
|
|
120
|
+
}), v.$on(K.value + "close-dialog", (e5) => {
|
|
121
|
+
!function(e6) {
|
|
122
|
+
const a4 = e6.jumpMode;
|
|
123
|
+
a4 && "popup" === a4 ? Me(e6) : Fe.go(-1);
|
|
124
|
+
}(e5);
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
} else console.error("页面配置信息不存在");
|
|
128
|
+
});
|
|
129
|
+
}), v.$on(K.value + "save-chart-condition", (e2) => {
|
|
130
|
+
Ce.value = true;
|
|
131
|
+
}), v.$on("pageLoaded", () => {
|
|
132
|
+
const e2 = { runtime: { events: ve.value.events }, systemCode: "", systemVersion: 0, code: "", version: 0, workflowCode: "", workflowVersion: 0, name: "", uuid: "", label: "" };
|
|
133
|
+
o.handleEvent(null, ve.value, e2, "load"), N.scrollIntoViewWithContainer(w.getAutoAnchorComponentConditions(), ve.value);
|
|
134
|
+
}), v.$on(K.value + "event-call-component", (e2) => {
|
|
135
|
+
var _a2;
|
|
136
|
+
(_a2 = Pe.value) == null ? void 0 : _a2.renderComponent(e2.componentName, e2.componentProps);
|
|
137
|
+
}), e.watch(() => ve.value.isRefresh, (e2) => {
|
|
138
|
+
e2 && (de.value++, ve.value.isRefresh = false);
|
|
139
|
+
}), p.getFormData(ve.value, null, (_a = F.pageRequest) == null ? void 0 : _a.isNeedId);
|
|
140
|
+
}
|
|
141
|
+
const je = e.getCurrentInstance();
|
|
142
|
+
function xe() {
|
|
143
|
+
e.nextTick(() => {
|
|
144
|
+
var _a, _b;
|
|
145
|
+
const e2 = O.value.parentNode ? O.value.parentNode : O.value;
|
|
146
|
+
ve.value && (ve.value.pageRuntimeStyle || (ve.value.pageRuntimeStyle = {}), F.contentHeight, ve.value.pageRuntimeStyle.height = F.contentHeight ?? ((_b = (_a = e2 == null ? void 0 : e2.getBoundingClientRect) == null ? void 0 : _a.call(e2)) == null ? void 0 : _b.height) ?? 0);
|
|
147
|
+
});
|
|
148
|
+
}
|
|
149
|
+
function Te() {
|
|
150
|
+
const e2 = ve.value.entity.data, a2 = null == e2.ID ? e2.id : e2.ID;
|
|
151
|
+
me.query && me.query._t_ && a2 && h.setSessionCache(me.query._t_ + "_id", a2);
|
|
152
|
+
}
|
|
153
|
+
function De() {
|
|
154
|
+
L.value = false, U.value = null;
|
|
155
|
+
}
|
|
156
|
+
function Ne(e2, a2) {
|
|
157
|
+
p.exportFormReport(U.value.pageContext, U.value.configureObj, a2, ke.value);
|
|
158
|
+
}
|
|
159
|
+
e.onMounted(() => {
|
|
160
|
+
!function() {
|
|
161
|
+
if (w.resetComponentCounters(), w.resetAutoAnchorComponentConditions(), F.isPreview && F.pageDesign) {
|
|
162
|
+
M.value = true;
|
|
163
|
+
let e2 = F.pageDesign;
|
|
164
|
+
const a2 = qe(e2);
|
|
165
|
+
l.queryPageDesignWhenPreview(e2, a2).then((a3) => {
|
|
166
|
+
e2.contextParam = a3.contextParam, e2.branchFieldAuth = a3.branchFieldAuth, e2.systemParam = a3.systemParam, e2.isWorkflowEntity = a3.isWorkflowEntity, e2.dataTypeMaps = a3.dataTypeMaps, W.value = e2, be(e2).then(() => {
|
|
167
|
+
Te(), ne.value = true, p.doFileTaskFunc(ve.value), xe();
|
|
168
|
+
});
|
|
169
|
+
}).finally(() => {
|
|
170
|
+
M.value = false;
|
|
171
|
+
});
|
|
172
|
+
} else F.pageCode && (M.value = true, l.queryPageDesignByCode(F.pageCode).then((e2) => {
|
|
173
|
+
if (e2 && e2.designJson) {
|
|
174
|
+
const a2 = e2.designJson, t2 = JSON.parse(a2);
|
|
175
|
+
t2.contextParam = e2.contextParam, t2.branchFieldAuth = e2.branchFieldAuth, t2.systemParam = e2.systemParam, t2.isWorkflowEntity = e2.isWorkflowEntity, t2.dataTypeMaps = e2.dataTypeMaps, W.value = t2, be(t2).then(() => {
|
|
176
|
+
Te(), ne.value = true, p.doFileTaskFunc(ve.value), xe();
|
|
177
|
+
});
|
|
178
|
+
}
|
|
179
|
+
}).catch((e2) => {
|
|
180
|
+
M.value = false;
|
|
181
|
+
}).finally(() => {
|
|
182
|
+
M.value = false, "form" === ve.value.pageType && x.default.setPageToChatStore(je, ve.value);
|
|
183
|
+
}));
|
|
184
|
+
}();
|
|
185
|
+
}), e.onUpdated(() => {
|
|
186
|
+
e.nextTick(() => {
|
|
187
|
+
ve.value && O.value && n.addComponentRef(ve.value, "-1", O);
|
|
188
|
+
});
|
|
189
|
+
}), e.onUnmounted(() => {
|
|
190
|
+
n.removePageAllRef(ve.value), W.value && o.removeCustomFuncFromWindow(W.value), v.$off(K.value + "export-form-report"), v.$off(K.value + "export-pdf-report"), v.$off(K.value + "import-file"), v.$off(K.value + "assign-task"), v.$off(K.value + "copy-task"), v.$off(K.value + "add-signer"), v.$off(K.value + "choose-return-node"), v.$off(K.value + "remove-signer"), v.$off(K.value + "prohibit-edit"), v.$off(K.value + "open-dialog"), v.$off(K.value + "save-chart-condition"), v.$off("pageLoaded"), ve.value && o.handleEvent(null, ve.value, ve.value, "onUnmounted"), fe && clearTimeout(fe), ye && clearTimeout(ye);
|
|
191
|
+
});
|
|
192
|
+
const Se = e.ref(null);
|
|
193
|
+
function $e(e2) {
|
|
194
|
+
true === z.value && (z.value = false, p.doAddSigner(U.value, e2)), true === H.value && (H.value = false, p.doCreateCopyTask(U.value, e2)), true === Q.value && (Q.value = false, p.doAssign(U.value, e2)), true === J.value && (J.value = false, p.doAddTransactor(U.value, e2));
|
|
195
|
+
}
|
|
196
|
+
function Re(e2) {
|
|
197
|
+
Y.value = [], X.value = false, p.doReturnTaskTo(U.value, e2);
|
|
198
|
+
}
|
|
199
|
+
function we(e2) {
|
|
200
|
+
Z.value = [], ae.value = false, p.doRemoveSigners(U.value, e2);
|
|
201
|
+
}
|
|
202
|
+
function Be(e2) {
|
|
203
|
+
ee.value = [], te.value = false, p.doRemoveTransactors(U.value, e2);
|
|
204
|
+
}
|
|
205
|
+
const Fe = y.useRouter();
|
|
206
|
+
function Me(e2) {
|
|
207
|
+
var _a, _b;
|
|
208
|
+
const a2 = ue.value.closeEvent, t2 = ue.value.isRefreshWhenClosePopup;
|
|
209
|
+
let l2, n2;
|
|
210
|
+
const u2 = re.value.tableName;
|
|
211
|
+
let r2;
|
|
212
|
+
const i2 = se.value.columnProp ? se.value.columnProp : null;
|
|
213
|
+
if (i2) {
|
|
214
|
+
const e3 = (_b = (_a = ie.value) == null ? void 0 : _a.items) == null ? void 0 : _b.filter((e4) => {
|
|
215
|
+
var _a2, _b2, _c, _d;
|
|
216
|
+
return ((_b2 = (_a2 = e4.props) == null ? void 0 : _a2.base) == null ? void 0 : _b2.prop) && ((_d = (_c = e4.props) == null ? void 0 : _c.base) == null ? void 0 : _d.prop) === i2;
|
|
217
|
+
});
|
|
218
|
+
r2 = e3 && e3.length > 0 ? e3[0] : null;
|
|
219
|
+
} else r2 = ie.value;
|
|
220
|
+
if (e2) {
|
|
221
|
+
const a3 = e2.isNeedValueMapping;
|
|
222
|
+
l2 = e2.dataModel, n2 = e2.sourceTableName, a3 && p.updateValuesWhenCloseDialog(re.value, r2, l2, n2, ue.value ? ue.value.valueMappings : null);
|
|
223
|
+
}
|
|
224
|
+
o.handleEvent(null, re.value, r2, "closePopup", { sourceModel: l2, sourceTableName: n2, jumpPageSetting: ue.value, entity: re.value.entity.data, targetTableName: u2, pageContext: ve.value, parentPageContext: re.value, parentConfigureObj: r2, columnProp: i2 }), function(e3, a3, t3) {
|
|
225
|
+
if (e3) {
|
|
226
|
+
const l3 = o.getCustomFunc(re.value, e3);
|
|
227
|
+
l3 && l3.apply(l3, [{ pageContext: ve.value, parentPageContext: re.value, parentConfigureObj: t3, jumpPageSetting: ue.value, columnProp: a3 }]);
|
|
228
|
+
}
|
|
229
|
+
}(a2, i2, r2), p.refreshFormOrListPage(re.value, ie.value, t2, void 0 !== t2 && false === t2 ? "noOperation" : null), re.value = null, ie.value = null, se.value = null, v.$off(K.value + "close-dialog"), oe.value = false;
|
|
230
|
+
}
|
|
231
|
+
function Ie(e2) {
|
|
232
|
+
p.saveChartConditionBase(ve.value, e2).then((e3) => {
|
|
233
|
+
c.ElMessage({ showClose: true, type: "success", message: B("superPageRuntimeMessage.successfulSave") }), he.value.refreshConditionList();
|
|
234
|
+
});
|
|
235
|
+
}
|
|
236
|
+
function Ee(e2) {
|
|
237
|
+
const a2 = e2.queryCondition;
|
|
238
|
+
let t2 = {};
|
|
239
|
+
a2 && (t2 = JSON.parse(a2)), t2 && t2.data && Object.assign(ve.value.entity.data, t2.data), t2 && t2.page && Object.assign(ve.value.entity.page, t2.page), Ce.value = false;
|
|
240
|
+
}
|
|
241
|
+
return $({ pickFileDone: function(e2) {
|
|
242
|
+
let a2 = e2.componentId, t2 = e2.listCode;
|
|
243
|
+
(a2 || t2) && (t2 ? v.$emit(t2 + "-pickFileDone", e2) : v.$emit(a2 + "-pickFileDone", e2));
|
|
244
|
+
}, uploadFileDone: function(e2) {
|
|
245
|
+
let a2 = e2.componentId, t2 = e2.listCode;
|
|
246
|
+
(a2 || t2) && (t2 ? v.$emit(t2 + "-uploadFileDone", e2) : v.$emit(a2 + "-uploadFileDone", e2));
|
|
247
|
+
}, scanDone: function(e2) {
|
|
248
|
+
let a2 = e2.componentId, t2 = e2.listCode;
|
|
249
|
+
(a2 || t2) && (t2 ? v.$emit(t2 + "-scanDone", e2) : v.$emit(a2 + "-scanDone", e2));
|
|
250
|
+
}, getFormFormatData: function() {
|
|
251
|
+
return x.default.getFormFormatDataUtil(ve.value);
|
|
252
|
+
} }), (t2, l2) => {
|
|
253
|
+
const n2 = e.resolveDirective("loading");
|
|
254
|
+
return e.withDirectives((e.openBlock(), e.createElementBlock("div", { class: e.normalizeClass(["app-container runtime-page-container", [I.value]]), "element-loading-text": "拼命加载中" }, [ne.value ? (e.openBlock(), e.createElementBlock("div", { ref_key: "thisRef", ref: O, key: de.value, class: e.normalizeClass(["runtime-page-container-view", _.value]), style: e.normalizeStyle(A.value) }, [(e.openBlock(true), e.createElementBlock(e.Fragment, null, e.renderList(V.value, (t3, l3) => (e.openBlock(), e.createBlock(a, { key: t3.uuid, configure: t3, pageContext: e.unref(ve) }, null, 8, ["configure", "pageContext"]))), 128)), e.createVNode(T, { pageContext: e.unref(ve) }, null, 8, ["pageContext"]), L.value ? (e.openBlock(), e.createBlock(u, { key: 0, configure: pe.value, pageContext: ce.value, onClose: De, onExport: Ne }, null, 8, ["configure", "pageContext"])) : e.createCommentVNode("", true), e.createElementVNode("input", { ref_key: "_selectFile_", ref: Se, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: l2[0] || (l2[0] = (e2) => function() {
|
|
255
|
+
if (U.value) {
|
|
256
|
+
if (!Se.value) return;
|
|
257
|
+
if ("" === Se.value.value || null === Se.value.value) return;
|
|
258
|
+
const e3 = Se.value.files[0];
|
|
259
|
+
e3 ? (Se.value.value = null, p.doImportFinally(U.value, e3)) : c.ElMessage({ showClose: true, type: "warning", message: B("superPageRuntimeMessage.noFileSelected") });
|
|
260
|
+
}
|
|
261
|
+
}()) }, null, 544), z.value || H.value || Q.value || J.value ? (e.openBlock(), e.createBlock(e.unref(d.DepartmentUserTree), { key: 1, width: "60%", multiple: G.value, onClose: $e }, null, 8, ["multiple"])) : e.createCommentVNode("", true), X.value ? (e.openBlock(), e.createBlock(r, { key: 2, "task-informitions": Y.value, onClose: l2[1] || (l2[1] = (e2) => X.value = false), onResult: Re }, null, 8, ["task-informitions"])) : e.createCommentVNode("", true), ae.value ? (e.openBlock(), e.createBlock(i, { key: 3, "task-id": le.value, "active-tasks": Z.value, onClose: l2[2] || (l2[2] = (e2) => ae.value = false), onResult: we }, null, 8, ["task-id", "active-tasks"])) : e.createCommentVNode("", true), te.value ? (e.openBlock(), e.createBlock(s, { key: 4, "task-id": le.value, "transactor-info": ee.value, onClose: l2[3] || (l2[3] = (e2) => te.value = false), onResult: Be }, null, 8, ["task-id", "transactor-info"])) : e.createCommentVNode("", true), oe.value ? (e.openBlock(), e.createBlock(f, { key: 5, parentPageContext: re.value, parentPageEventParams: se.value, jumpPageSetting: ue.value, onClose: l2[4] || (l2[4] = (e2) => Me()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : e.createCommentVNode("", true), Ce.value ? (e.openBlock(), e.createBlock(j, { key: 6, ref_key: "chartCondtionRef", ref: he, pageContext: e.unref(ve), onClose: l2[5] || (l2[5] = (e2) => Ce.value = false), onSave: Ie, onConfirm: Ee }, null, 8, ["pageContext"])) : e.createCommentVNode("", true), e.createVNode(D, { ref_key: "eventCallComponentRef", ref: Pe }, null, 512)], 6)) : e.createCommentVNode("", true)], 2)), [[n2, M.value]]);
|
|
262
|
+
};
|
|
263
|
+
} });
|
|
264
|
+
module.exports = S;
|
|
Binary file
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
module.exports = { superPageRuntimeMessage: { successfulSave: "保存成功", recordLine: "第 {row} 行记录", tableListSubTableDataVerificationFailed: "表单子表数据校验失败", formDataVerificationFailed: "表单数据校验失败", successfulOperation: "操作成功", selectTemplate: "选择模板", temlpate: "模板", operating: "操作", export: "导出", tips: "提示", sure: "确定", cancel: "取消", whetherToConfirmSubmit: "确定{name}吗?", whetherToConfirmAgree: "确定{name}吗?", whetherToConfirmDisagree: "确定{name}吗?", pleaseSelectRecord: "请选择记录", whetherToConfirmDeletion: "确定删除吗?", successfulDelete: "删除成功", noFileSelected: "请选择一个文件", asyncImport: "正在异步导入,请等待消息通知!", successfulImport: "导入成功", thePreconditionOfTheButtonTo: "该按钮前置条件为[{message}]", onlyOneRecordCanBeselected: "只能选择一条记录", selectAtLeastOneRecord: "请至少选择一条记录", requestPathEmpty: "后台请求路径为空", successfulSubmit: "提交成功", successfulCompleteTask: "任务办理成功", successfulAssign: "指派任务成功", successfulRetrieve: "取回任务成功", successfulDrawTask: "领取任务成功", successfulAbandonReceive: "放弃任务成功", successfulReturnToPreviousTask: "退回上一环节成功", successfulEndInstance: "强制结束流程成功", selectNode: "选择环节", nodeName: "环节名称", nodeId: "环节编码", pleaseSelectNode: "请选择环节", successfulReturnTaskTo: "退回成功", selectRemoveUsers: "选择减签任务", transactorName: "办理人姓名", transactor: "办理人登录名", trustorName: "委托人姓名", pleaseSelectRemoverUsers: "请选择减签用户", required: "{label}必填", formatMismatch: "{label}格式不匹配", overMaxLength: "{label}最多只能输入{value}字符", limitMinLength: "{label}至少输入{value}字符", flowNotStart: "流程未提交", pleaseInputOpinion: "请输入意见", opinion: "意见", pleaseInputRemark: "请输入备注", remark: "备注", pleaseSelectCondition: "请选择条件", pleaseInputConditionName: "请输入条件名称", conditionName: "名称", save: "保存", saveCondition: "保存条件", popMsg: "弹框参数缺少customSystem参数", noChartSetting: "未查询到图表定义", xxxNotEmpty: "{label}不能为空", successfulStart: "起草成功", successfulInitiateExtract: "发起成功", successfulCancelExtract: "取消成功", taskMeaage1: "当前任务为子流程,不能进行减少办理人操作", taskMeaage2: "当前流程已结束或已取消或当前任务为并发环节,不能进行减少办理人操作", taskMeaage3: "当前任务只有一个办理人,不能再减少", taskMeaage4: "流程已结束或有并发环节,无法跳转环节", taskMeaage5: "以下任务请使用修改办理人", delTransactor: "减少办理人", handledBy: "办理人为", pleaseSelectRemoverTransactors: "请选择要减少的办理人", copySuccess: "复制成功", transactorNames: "办理人姓名", logTip: "日志提示", hasReadTip: "已读", success: "成功", fail: "失败", partSucess: "部分成功", doing: "进行中", asyncExportType: "异步导出", asyncImportType: "异步导入", startExecute: "开始执行", endExecute: "执行结束" }, chartMessage: { saveAsImage: "保存为图片", restore: "还原", dataView: "数据视图", zoomIn: "放大", zoomOut: "缩小", magicType: "动态类型切换", brush: "刷选", close: "关闭", refresh: "刷新" } };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
module.exports = { superPageRuntimeMessage: { successfulSave: "Save succeeded", recordLine: "Record line {row}", tableListSubTableDataVerificationFailed: "Table List Sub Table Data Verification Failed", formDataVerificationFailed: "Form Data Verification Failed", successfulOperation: "Operation successful", selectTemplate: "Select Template", temlpate: "Template", operating: "Operate", export: "Export", tips: "Tip", sure: "Sure", cancel: "Cancel", whetherToConfirmSubmit: "Are you sure to {name}?", whetherToConfirmAgree: "Are you sure to {name}?", whetherToConfirmDisagree: "Are you sure to {name}?", pleaseSelectRecord: "Please select the record", whetherToConfirmDeletion: "Are you sure to delete?", successfulDelete: "Delete succeeded", noFileSelected: "Please select a file", asyncImport: "Asynchronous import, please wait for message notification!", successfulImport: "Import succeeded", thePreconditionOfTheButtonTo: "The Precondition Of The Button To [{message}]", onlyOneRecordCanBeselected: "Only One Record Can Be Selected", selectAtLeastOneRecord: "Please Select At Least One Record", requestPathEmpty: "Backend request path is empty", successfulSubmit: "Submit succeeded", successfulCompleteTask: "Task handled successfully", successfulAssign: "Task assigned successfully", successfulRetrieve: "Retrieve task succeeded", successfulDrawTask: "Task received successfully", successfulAbandonReceive: "The task was abandoned successfully", successfulReturnToPreviousTask: "Successfully returned to the previous phase", successfulEndInstance: "Forced to end the process successfully", selectNode: "Select Node", nodeName: "Node Name", nodeId: "Node Code", pleaseSelectNode: "Please Select Node", successfulReturnTaskTo: "Returned successfully", selectRemoveUsers: "Select Remove Task", transactorName: "Transactor Name", transactor: "Transactor Loginname", trustorName: "Trustor Name", pleaseSelectRemoverUsers: "Please select remove task", required: "{label} is required", formatMismatch: "{label} Format mismatch", overMaxLength: "{label} can only input a maximum of {value} characters", limitMinLength: "Enter at least {value} characters for {label}", flowNotStart: "Workflow Not Started", pleaseInputOpinion: "Please input opinion", opinion: "Opinion", pleaseInputRemark: "Please input remark", remark: "Remark", pleaseSelectCondition: "Please select condition", pleaseInputConditionName: "Please input condition name", conditionName: "Name", save: "Save", saveCondition: "Save Condition", popMsg: "Pop dialog lost the parameter of customSystem", noChartSetting: "No chart setting found", xxxNotEmpty: "{label}Not Empty", successfulStart: "Start succeeded", successfulInitiateExtract: "Initiate succeeded", successfulCancelExtract: "Cancel succeeded", taskMeaage1: "The Current Task Is A Subprocess And Cannot Reduce The Handler", taskMeaage2: "The Current Process Has Been Completed Or Cancelled, Or The Current Task Is A Concurrent Phase, So It Is Not Allowed To Reduce The Handler", taskMeaage3: "The Current Task Has Only One Handler And Cannot Be Reduced Any More", taskMeaage4: "The Process Has Been Completed Or There Are Concurrent Phases, Unable To Jump", taskMeaage5: "Please Modify The Handler For The Following Tasks", delTransactor: "Remove Transactor", handledBy: "Handled By", pleaseSelectRemoverTransactors: "Please select the remove transactor", copySuccess: "Copy successful", transactorNames: "Transactor Name", logTip: "Log Tip", hasReadTip: "Readed", success: "Success", fail: "Fail", partSucess: "Part Success", doing: "Running", asyncExportType: "Async Export", asyncImportType: "Async Import", startExecute: "Start Excute", endExecute: "End Excute" }, chartMessage: { saveAsImage: "Save as Image", restore: "Restore", dataView: "Data View", zoomIn: "Zoom In", zoomOut: "Zoom Out", magicType: "Magic Type", brush: "Brush" } };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const e = require("./components/runtime/views/super-page.vue.js"), t = require("./components/runtime/views/super-page-dialog.vue.js");
|
|
4
|
+
;/* empty css */
|
|
5
|
+
const o = require("./components/runtime/views/home-chart.vue.js"), s = require("./components/runtime/utils/page-helper-util.js"), r = require("./components/runtime/utils/page-permission-util.js"), n = require("./components/runtime/utils/charts/chart-util.js"), i = require("./i18n/langs/cn.js"), u = require("./i18n/langs/en.js"), p = require("./components/runtime/utils/form/date-shortcuts.js"), m = require("./components/runtime/utils/common-util.js"), g = require("./components/runtime/views/assemblys/container/fixed/YxAffix.vue.js");
|
|
6
|
+
exports.SuperPageNew = e, exports.SuperPageDialogNew = t, exports.HomeChart = o, exports.getComponentOptionConfigs = s.getComponentOptionConfigs, exports.getComponentOptionConfigsBase = s.getComponentOptionConfigsBase, exports.FuncType = r.FuncType, exports.getFunctionInfo = r.getFunctionInfo, exports.getStandPermissionInfo = r.getStandPermissionInfo, exports.getCustomTheme = n.getCustomTheme, exports.getCustomThemeOptions = n.getCustomThemeOptions, exports.getNumFormatterForChart = n.getNumFormatter, exports.cn = i, exports.en = u, exports.getDateShortCuts = p.getDateShortCuts, exports.getListCode = m.getListCode, exports.YxAffix = g;
|