super-page-runtime 2.3.22-tmp2 → 2.3.22-tmp3
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.mjs +4 -4
- package/dist/es/components/runtime/utils/ai-chat-util.mjs +12 -12
- package/dist/es/components/runtime/utils/anchor-util.mjs +49 -49
- package/dist/es/components/runtime/utils/api/page-expose-util.mjs +142 -147
- package/dist/es/components/runtime/utils/assemblys-config.mjs +12 -13
- package/dist/es/components/runtime/utils/barcode-util.mjs +9 -9
- package/dist/es/components/runtime/utils/charts/chart-columnline-util.mjs +122 -121
- package/dist/es/components/runtime/utils/charts/chart-gauge-util.mjs +32 -32
- package/dist/es/components/runtime/utils/charts/chart-pie-util.mjs +71 -70
- package/dist/es/components/runtime/utils/charts/chart-radar-util.mjs +48 -48
- package/dist/es/components/runtime/utils/charts/chart-scatter-util.mjs +38 -38
- package/dist/es/components/runtime/utils/charts/chart-util.mjs +220 -223
- package/dist/es/components/runtime/utils/common-util.mjs +91 -94
- package/dist/es/components/runtime/utils/eventBus.mjs +3 -3
- package/dist/es/components/runtime/utils/events/event-util.mjs +341 -356
- package/dist/es/components/runtime/utils/events/print-label.mjs +75 -75
- package/dist/es/components/runtime/utils/events/standard-event.mjs +957 -1012
- package/dist/es/components/runtime/utils/events/validator-util.mjs +251 -269
- package/dist/es/components/runtime/utils/form/date-shortcuts.mjs +26 -26
- package/dist/es/components/runtime/utils/form/scan-util.mjs +51 -56
- package/dist/es/components/runtime/utils/global-refs.mjs +52 -53
- package/dist/es/components/runtime/utils/i18n-util.mjs +11 -11
- package/dist/es/components/runtime/utils/interfaces/page-design-types.mjs +2 -2
- package/dist/es/components/runtime/utils/page-helper-util.mjs +246 -255
- package/dist/es/components/runtime/utils/page-init-util.mjs +204 -222
- package/dist/es/components/runtime/utils/page-permission-util.mjs +20 -21
- package/dist/es/components/runtime/utils/page-store.mjs +38 -38
- package/dist/es/components/runtime/utils/store-util.mjs +9 -9
- package/dist/es/components/runtime/utils/table-utils.mjs +69 -74
- package/dist/es/components/runtime/utils/tree-utils.mjs +43 -53
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.mjs +22 -22
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.mjs +16 -16
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.mjs +32 -32
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +15 -16
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.mjs +44 -44
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.mjs +10 -10
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.mjs +9 -9
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.mjs +46 -47
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +39 -46
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.mjs +28 -28
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.mjs +37 -37
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.mjs +28 -28
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.mjs +28 -28
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.mjs +220 -231
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.mjs +7 -7
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.mjs +24 -33
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.mjs +10 -10
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.mjs +208 -215
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.mjs +14 -14
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.mjs +28 -29
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.mjs +24 -26
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +13 -22
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.mjs +13 -12
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.mjs +16 -17
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.mjs +14 -13
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.mjs +23 -23
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.mjs +13 -13
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.mjs +24 -24
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.mjs +15 -16
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.mjs +12 -13
- package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.mjs +21 -21
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.mjs +58 -58
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.mjs +18 -18
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.mjs +15 -15
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +9 -10
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.mjs +79 -79
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.mjs +39 -40
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.mjs +55 -55
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.mjs +289 -309
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.mjs +254 -261
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.mjs +64 -66
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.mjs +109 -111
- package/dist/es/components/runtime/views/assemblys/error-render.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.mjs +49 -50
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.mjs +31 -33
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.mjs +56 -56
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.mjs +80 -80
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.mjs +45 -45
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.mjs +19 -19
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.mjs +60 -60
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.mjs +23 -23
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.mjs +67 -68
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.mjs +32 -33
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.mjs +25 -25
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.mjs +11 -11
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.mjs +64 -64
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.mjs +154 -158
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.mjs +105 -111
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.mjs +12 -12
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.mjs +30 -30
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.mjs +36 -37
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.mjs +23 -23
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.mjs +62 -73
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/object-render.vue.mjs +113 -124
- package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.mjs +21 -21
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.mjs +19 -19
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.mjs +29 -29
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.mjs +16 -16
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.mjs +18 -18
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.mjs +20 -21
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +15 -15
- package/dist/es/components/runtime/views/home-chart.vue.mjs +38 -39
- package/dist/es/components/runtime/views/home-chart.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/super-page-dialog.vue.mjs +18 -18
- package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +2 -2
- package/dist/es/components/runtime/views/super-page.vue.mjs +4 -4
- package/dist/es/components/runtime/views/super-page.vue2.mjs +234 -237
- package/dist/es/index.mjs +27 -27
- package/dist/es/style.css +1 -996
- package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +1 -6
- package/dist/lib/assets/chart-themes/bar-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/gauge-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/pie-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/radar-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/scatter-theme.cjs +1 -2
- package/dist/lib/assets/file.png.cjs +1 -2
- package/dist/lib/assets/folder.png.cjs +1 -2
- package/dist/lib/components/runtime/utils/ai-chat-util.cjs +1 -13
- package/dist/lib/components/runtime/utils/anchor-util.cjs +1 -62
- package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +1 -169
- package/dist/lib/components/runtime/utils/assemblys-config.cjs +1 -16
- package/dist/lib/components/runtime/utils/barcode-util.cjs +1 -10
- package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +2 -137
- package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +1 -34
- package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +2 -78
- package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +1 -52
- package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +1 -43
- package/dist/lib/components/runtime/utils/charts/chart-util.cjs +1 -244
- package/dist/lib/components/runtime/utils/common-util.cjs +1 -91
- package/dist/lib/components/runtime/utils/eventBus.cjs +1 -3
- package/dist/lib/components/runtime/utils/events/event-util.cjs +1 -345
- package/dist/lib/components/runtime/utils/events/print-label.cjs +1 -97
- package/dist/lib/components/runtime/utils/events/standard-event.cjs +1 -1101
- package/dist/lib/components/runtime/utils/events/validator-util.cjs +1 -296
- package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +1 -34
- package/dist/lib/components/runtime/utils/form/scan-util.cjs +1 -90
- package/dist/lib/components/runtime/utils/global-refs.cjs +1 -42
- package/dist/lib/components/runtime/utils/i18n-util.cjs +1 -11
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +1 -4
- package/dist/lib/components/runtime/utils/page-helper-util.cjs +1 -354
- package/dist/lib/components/runtime/utils/page-init-util.cjs +1 -244
- package/dist/lib/components/runtime/utils/page-permission-util.cjs +1 -26
- package/dist/lib/components/runtime/utils/page-store.cjs +1 -50
- package/dist/lib/components/runtime/utils/store-util.cjs +1 -11
- package/dist/lib/components/runtime/utils/store.cjs +1 -3
- package/dist/lib/components/runtime/utils/table-utils.cjs +1 -68
- package/dist/lib/components/runtime/utils/tree-utils.cjs +1 -54
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +1 -35
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +1 -41
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +1 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +1 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +1 -53
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +1 -48
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +1 -34
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +1 -402
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +1 -6
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +1 -36
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +1 -13
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +1 -249
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +1 -16
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +1 -32
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +1 -32
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +1 -19
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +1 -12
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +1 -21
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +1 -13
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +1 -30
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +1 -15
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +1 -21
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +1 -15
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +1 -27
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +1 -79
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +1 -15
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +1 -12
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +1 -88
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +1 -43
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +1 -59
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +1 -382
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +1 -322
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +1 -81
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +1 -124
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +1 -57
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +1 -35
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +1 -57
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +1 -91
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +1 -47
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +1 -65
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +1 -70
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +1 -31
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +1 -26
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +1 -13
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +1 -75
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +1 -188
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +1 -130
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +1 -11
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +1 -29
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +1 -38
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +1 -73
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +1 -132
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +1 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +1 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +1 -34
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +1 -19
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +1 -14
- package/dist/lib/components/runtime/views/home-chart.vue.cjs +1 -38
- package/dist/lib/components/runtime/views/home-chart.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +1 -23
- package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +1 -3
- package/dist/lib/components/runtime/views/super-page.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/super-page.vue2.cjs +1 -264
- package/dist/lib/i18n/langs/cn.cjs +1 -2
- package/dist/lib/i18n/langs/en.cjs +1 -2
- package/dist/lib/index.cjs +1 -6
- package/dist/lib/style.css +1 -996
- package/dist/umd/index.full.min.js +3 -7429
- package/dist/umd/style.css +1 -996
- package/package.json +77 -76
- package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
- package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
|
@@ -1,272 +1,254 @@
|
|
|
1
|
-
import { http as
|
|
2
|
-
import { getAdditionalParamMap as
|
|
3
|
-
import { PageDimensions as
|
|
4
|
-
import { getFormPropName as
|
|
5
|
-
import { functions as
|
|
6
|
-
import {
|
|
7
|
-
import { packageCustomValidator as
|
|
8
|
-
function
|
|
9
|
-
return new Promise((
|
|
10
|
-
(function(
|
|
11
|
-
return
|
|
12
|
-
})(
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
import { http as b, isMobileBrowser as k, getSessionCache as v } from "agilebuilder-ui";
|
|
2
|
+
import { getAdditionalParamMap as A } from "./events/standard-event.mjs";
|
|
3
|
+
import { PageDimensions as g } from "./interfaces/page-design-types.mjs";
|
|
4
|
+
import { getFormPropName as I, formatVariableValue as R, setVariableValue as w, getVariableValue as T } from "./page-helper-util.mjs";
|
|
5
|
+
import { functions as f } from "./api/page-expose-util.mjs";
|
|
6
|
+
import { deepCopy as V, isWorkflowPage as O } from "./common-util.mjs";
|
|
7
|
+
import { packageCustomValidator as F } from "./events/validator-util.mjs";
|
|
8
|
+
function $(e) {
|
|
9
|
+
return new Promise((t, o) => {
|
|
10
|
+
(function(s) {
|
|
11
|
+
return b.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime/" + s);
|
|
12
|
+
})(e).then((s) => {
|
|
13
|
+
s ? C().then((n) => {
|
|
14
|
+
n && (s.systemParam = m(n)), E(s.listViewTableName, s.listViewTablePublishVersion).then((i) => {
|
|
15
|
+
i ? (s.contextParam = m(i.contextParam), s.branchFieldAuth = i.branchFieldAuth, s.isWorkflowEntity = i.isWorkflowEntity, s.dataTypeMaps = i.dataTypeMaps, t(s)) : t(null);
|
|
16
16
|
});
|
|
17
17
|
}).catch(() => {
|
|
18
|
-
|
|
19
|
-
}) :
|
|
18
|
+
t(s);
|
|
19
|
+
}) : t(null);
|
|
20
20
|
});
|
|
21
21
|
});
|
|
22
22
|
}
|
|
23
|
-
function
|
|
24
|
-
return new Promise((
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}).catch((
|
|
29
|
-
|
|
30
|
-
}) :
|
|
31
|
-
|
|
32
|
-
}).catch((
|
|
33
|
-
|
|
23
|
+
function H(e, t) {
|
|
24
|
+
return new Promise((o, s) => {
|
|
25
|
+
e ? C().then((n) => {
|
|
26
|
+
n && (e.systemParam = m(n)), e.tableRuntimes && Object.keys(e.tableRuntimes).length > 0 ? j(e, t, e.systemVersion).then((i) => {
|
|
27
|
+
e.contextParam = m(i.contextParam), e.branchFieldAuth = i.branchFieldAuth, e.isWorkflowEntity = i.isWorkflowEntity, e.dataTypeMaps = i.dataTypeMaps, e.superGridItems = i.superGrids, o(e);
|
|
28
|
+
}).catch((i) => {
|
|
29
|
+
s(i);
|
|
30
|
+
}) : E("", "").then((i) => {
|
|
31
|
+
i ? (e.contextParam = m(i.contextParam), e.branchFieldAuth = i.branchFieldAuth, e.isWorkflowEntity = i.isWorkflowEntity, e.dataTypeMaps = i.dataTypeMaps, o(e)) : o(null);
|
|
32
|
+
}).catch((i) => {
|
|
33
|
+
s(i);
|
|
34
34
|
});
|
|
35
|
-
}) :
|
|
35
|
+
}) : o(null);
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
|
-
function
|
|
39
|
-
let
|
|
40
|
-
return
|
|
41
|
-
}
|
|
42
|
-
function
|
|
43
|
-
return
|
|
44
|
-
}
|
|
45
|
-
function
|
|
46
|
-
var
|
|
47
|
-
if (
|
|
48
|
-
const
|
|
49
|
-
if (
|
|
50
|
-
let
|
|
51
|
-
"string"
|
|
52
|
-
}
|
|
53
|
-
if (
|
|
54
|
-
const
|
|
55
|
-
for (const
|
|
56
|
-
}
|
|
57
|
-
return function(
|
|
58
|
-
if (
|
|
59
|
-
|
|
60
|
-
const
|
|
61
|
-
|
|
62
|
-
} else
|
|
63
|
-
}(
|
|
64
|
-
const
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
function h(e2) {
|
|
38
|
+
function E(e, t) {
|
|
39
|
+
let o = "";
|
|
40
|
+
return e && t && (o = "?listViewTableName=" + e + "&listViewTablePublishVersion=" + t), b.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime-param" + o);
|
|
41
|
+
}
|
|
42
|
+
function C() {
|
|
43
|
+
return b.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/system-param");
|
|
44
|
+
}
|
|
45
|
+
function z(e) {
|
|
46
|
+
var o, s, n;
|
|
47
|
+
if (e == null) return null;
|
|
48
|
+
const t = { uuid: e.uuid, name: e.name, label: e.label, code: e.code, version: e.version, dimensions: e.dimensions, systemCode: e.systemCode, systemVersion: e.systemVersion, backendUrl: e.backendUrl, rules: {}, tableUuids: e.tableUuids, listCodesMap: e.listCodesMap, listCodesInitSearchForm: e.listCodesInitSearchForm, formNoRuleCode: e.props ? e.props.formNoRuleCode : null, judgeHeavyList: x(e), pageType: e.pageType, beanName: e.props ? e.props.beanName : null, importBeanName: e.props ? e.props.importBeanName : null, subTablePageInfo: e.subTablePageInfo, workflowCode: e.workflowCode, workflowVersion: e.workflowVersion, refercePropMap: (o = e.runtime) == null ? void 0 : o.refercePropMap, subTableWatchProps: e.subTableWatchProps, dataTypeMaps: e.dataTypeMaps, isWorkflowEntity: ((s = e.props) == null ? void 0 : s.activeWorkflow) !== void 0 ? (n = e.props) == null ? void 0 : n.activeWorkflow : e.isWorkflowEntity, allChartUuids: e.allChartUuids, branchFieldAuth: e.branchFieldAuth, entity: { data: {}, task: {}, request: {}, page: {}, context: e.contextParam, system: e.systemParam }, propTitleMap: {} };
|
|
49
|
+
if (e.props && e.props.notIdInitializationList) {
|
|
50
|
+
let i = e.props.notIdInitializationList;
|
|
51
|
+
typeof i == "string" && (i = JSON.parse(i)), i.length > 0 && (t.notIdInitializationList = i);
|
|
52
|
+
}
|
|
53
|
+
if (e.variables) {
|
|
54
|
+
const i = t.entity.page;
|
|
55
|
+
for (const r of e.variables) r.name && (r.isArrayElement ? i[r.name] = [] : r.defaultValue ? i[r.name] = r.defaultValue : i[r.name] = void 0);
|
|
56
|
+
}
|
|
57
|
+
return function(i) {
|
|
58
|
+
if (k()) {
|
|
59
|
+
i.entity.page._isMobile = "true";
|
|
60
|
+
const r = navigator ? navigator.userAgent : null;
|
|
61
|
+
r ? r.indexOf(" uni-app ") > 0 ? (i.entity.page._isMobileApp = "true", i.entity.page._isMobileBrowser = "false") : (i.entity.page._isMobileApp = "false", i.entity.page._isMobileBrowser = "true") : (i.entity.page._isMobileApp = "false", i.entity.page._isMobileBrowser = "false");
|
|
62
|
+
} else i.entity.page._isMobile = "false";
|
|
63
|
+
}(t), Object.assign(t, e), t.dimensions = function() {
|
|
64
|
+
const i = window.outerWidth;
|
|
65
|
+
return i ? i > 768 ? g.PC : i > 414 ? g.IPAD : g.PHONE : g.PC;
|
|
66
|
+
}(), t.events = e.runtime && e.runtime.events ? e.runtime.events : [], t;
|
|
67
|
+
}
|
|
68
|
+
function m(e) {
|
|
70
69
|
try {
|
|
71
|
-
const
|
|
72
|
-
if (!
|
|
70
|
+
const t = function(o) {
|
|
71
|
+
if (!o) return o;
|
|
73
72
|
try {
|
|
74
|
-
const
|
|
75
|
-
return window.CryptoJS.AES.decrypt(
|
|
76
|
-
} catch
|
|
77
|
-
return
|
|
73
|
+
const s = window.CryptoJS.enc.Latin1.parse("qwertyuasdfgh456"), n = window.CryptoJS.enc.Latin1.parse("1234567812345678");
|
|
74
|
+
return window.CryptoJS.AES.decrypt(o, s, { iv: n, mode: window.CryptoJS.mode.CBC, padding: window.CryptoJS.pad.ZeroPadding }).toString(CryptoJS.enc.Utf8);
|
|
75
|
+
} catch {
|
|
76
|
+
return o;
|
|
78
77
|
}
|
|
79
|
-
}(
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
return e2;
|
|
78
|
+
}(e);
|
|
79
|
+
return t ? JSON.parse(t) : {};
|
|
80
|
+
} catch {
|
|
81
|
+
return e;
|
|
84
82
|
}
|
|
85
83
|
}
|
|
86
|
-
function
|
|
84
|
+
function x(e) {
|
|
87
85
|
try {
|
|
88
|
-
return
|
|
89
|
-
|
|
90
|
-
}),
|
|
91
|
-
} catch (
|
|
92
|
-
console.error("getJudgeHeavyList error:",
|
|
86
|
+
return e.props && e.props.judgeHeavyList.length > 0 ? (e.props.judgeHeavyList.forEach((t) => {
|
|
87
|
+
t.duplicateFieldList && t.duplicateFieldList.length > 0 && (t.duplicateFieldList = t.duplicateFieldList.map((o) => typeof o == "string" ? { propDbName: o } : o));
|
|
88
|
+
}), e.props.judgeHeavyList) : null;
|
|
89
|
+
} catch (t) {
|
|
90
|
+
console.error("getJudgeHeavyList error:", t);
|
|
93
91
|
}
|
|
94
92
|
}
|
|
95
|
-
function
|
|
96
|
-
let
|
|
93
|
+
function G(e) {
|
|
94
|
+
let t = decodeURI(window.location.href);
|
|
97
95
|
try {
|
|
98
|
-
window.top && !Array.isArray(window.top) && (
|
|
99
|
-
} catch
|
|
100
|
-
}
|
|
101
|
-
if (
|
|
102
|
-
|
|
103
|
-
const
|
|
104
|
-
for (const
|
|
105
|
-
const
|
|
106
|
-
let
|
|
107
|
-
if (
|
|
108
|
-
const
|
|
109
|
-
|
|
96
|
+
window.top && !Array.isArray(window.top) && (t = decodeURI(window.top.location.href));
|
|
97
|
+
} catch {
|
|
98
|
+
}
|
|
99
|
+
if (t && t.includes("?")) {
|
|
100
|
+
t = t.substring(t.lastIndexOf("?") + 1);
|
|
101
|
+
const o = t.split("&");
|
|
102
|
+
for (const s of o) {
|
|
103
|
+
const n = s.split("=");
|
|
104
|
+
let i = n[0];
|
|
105
|
+
if (i) {
|
|
106
|
+
const r = n.length > 1 ? n[1] : "";
|
|
107
|
+
i.indexOf("ai__") >= 0 && (i = i.substring(i.indexOf("ai__") + 4)), e[i] = r;
|
|
110
108
|
}
|
|
111
109
|
}
|
|
112
110
|
}
|
|
113
|
-
e2._t_;
|
|
114
111
|
}
|
|
115
|
-
function
|
|
116
|
-
|
|
117
|
-
Object.assign(t2, e2);
|
|
118
|
-
C(e2.paramStoreId, t2), delete e2.paramStoreId, e2.jumpMode && (t2.jumpMode = e2.jumpMode);
|
|
119
|
-
}
|
|
112
|
+
function Z(e, t) {
|
|
113
|
+
e && (Object.assign(t, e), M(e.paramStoreId, t), delete e.paramStoreId, e.jumpMode && (t.jumpMode = e.jumpMode));
|
|
120
114
|
}
|
|
121
|
-
function
|
|
122
|
-
|
|
123
|
-
Object.assign(t2, e2.query);
|
|
124
|
-
C(e2.query.paramStoreId, t2);
|
|
125
|
-
}
|
|
115
|
+
function K(e, t) {
|
|
116
|
+
e && (e.params && Object.assign(t, e.params), e.query, e.query) && (Object.assign(t, e.query), M(e.query.paramStoreId, t));
|
|
126
117
|
}
|
|
127
|
-
function
|
|
128
|
-
if (
|
|
129
|
-
const
|
|
130
|
-
if (
|
|
131
|
-
const
|
|
132
|
-
Object.assign(
|
|
118
|
+
function M(e, t) {
|
|
119
|
+
if (e) {
|
|
120
|
+
const o = v(e);
|
|
121
|
+
if (o) {
|
|
122
|
+
const s = JSON.parse(o);
|
|
123
|
+
Object.assign(t, s);
|
|
133
124
|
}
|
|
134
125
|
}
|
|
135
126
|
}
|
|
136
|
-
function
|
|
137
|
-
let
|
|
138
|
-
|
|
139
|
-
let
|
|
140
|
-
return
|
|
141
|
-
}
|
|
142
|
-
function
|
|
143
|
-
var
|
|
144
|
-
const
|
|
145
|
-
if (
|
|
146
|
-
let
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
if (null != r3 && "" !== r3) {
|
|
159
|
-
a(s2, i2, r3);
|
|
127
|
+
function S(e, t) {
|
|
128
|
+
let o, s = t;
|
|
129
|
+
t || (o = e.props.base ? e.props.base : {}, s = o.prop);
|
|
130
|
+
let n = null;
|
|
131
|
+
return t && !t.startsWith("${") ? n = ["data", t] : !e || s && s.startsWith("${") ? s.startsWith("${") ? (s = s.substring(2, s.length - 1), n = s.split("."), e && n.length < 2 && (n = [e.uuid])) : e && (n = ["page", e.uuid]) : n = ["page", e.uuid], n || e ? n : ["temp"];
|
|
132
|
+
}
|
|
133
|
+
function Q(e, t, o) {
|
|
134
|
+
var i;
|
|
135
|
+
const s = S(t, o), n = e.entity;
|
|
136
|
+
if (n.data.ID == null && n.data.id == null) {
|
|
137
|
+
let r, u, a = !1;
|
|
138
|
+
if (t && (r = t.props.base ? t.props.base : {}, u = t.name, a = r.multiple), T(n, s) == null) {
|
|
139
|
+
const l = r ? r.defaultValue : null;
|
|
140
|
+
if (l) try {
|
|
141
|
+
const d = P(e, l, u, a);
|
|
142
|
+
if (d != null && d !== "") w(n, s, d);
|
|
143
|
+
else if (((i = r.moreDefaultValue) == null ? void 0 : i.length) > 0) {
|
|
144
|
+
const c = r.moreDefaultValue;
|
|
145
|
+
for (let h = 0; h < c.length; h++) {
|
|
146
|
+
const y = P(e, c[h], u, a);
|
|
147
|
+
if (y != null && y !== "") {
|
|
148
|
+
w(n, s, y);
|
|
160
149
|
break;
|
|
161
150
|
}
|
|
162
151
|
}
|
|
163
152
|
}
|
|
164
|
-
} catch (
|
|
165
|
-
console.error("设置默认值出错:",
|
|
153
|
+
} catch (d) {
|
|
154
|
+
console.error("设置默认值出错:", s, d);
|
|
166
155
|
}
|
|
167
156
|
}
|
|
168
157
|
}
|
|
169
|
-
return
|
|
170
|
-
}
|
|
171
|
-
function
|
|
172
|
-
let
|
|
173
|
-
if (
|
|
174
|
-
let
|
|
175
|
-
"checkbox"
|
|
176
|
-
}
|
|
177
|
-
return
|
|
178
|
-
}
|
|
179
|
-
function
|
|
180
|
-
var
|
|
181
|
-
if (
|
|
182
|
-
const
|
|
183
|
-
if (
|
|
184
|
-
if (
|
|
185
|
-
const
|
|
186
|
-
for (let
|
|
187
|
-
const
|
|
188
|
-
let
|
|
189
|
-
|
|
190
|
-
else if ("standard" === r2) a2 = t2.code + "." + o2;
|
|
191
|
-
else {
|
|
192
|
-
a2 = "custom" === T(o2, t2).type ? o2 : t2.code + "." + o2;
|
|
193
|
-
}
|
|
194
|
-
n2.includes(a2) || n2.push(a2);
|
|
158
|
+
return s;
|
|
159
|
+
}
|
|
160
|
+
function P(e, t, o, s) {
|
|
161
|
+
let n;
|
|
162
|
+
if (t && (n = R(e, t), n != null && n != null && o)) {
|
|
163
|
+
let i = !1;
|
|
164
|
+
o == "checkbox" ? i = !0 : o == "select" && (i = s), i && (n = (n + "").split(","));
|
|
165
|
+
}
|
|
166
|
+
return n;
|
|
167
|
+
}
|
|
168
|
+
function X(e, t) {
|
|
169
|
+
var s, n;
|
|
170
|
+
if (((n = (s = e.props) == null ? void 0 : s.base) == null ? void 0 : n.isPermission) === !1) return "true";
|
|
171
|
+
const o = [];
|
|
172
|
+
if (e.autoPermissions) for (const i of e.autoPermissions) o.push(t.code + "." + i.simpleCode);
|
|
173
|
+
if (e.functionCodes) {
|
|
174
|
+
const i = e.sourceTypes ? e.sourceTypes : [], r = e.functionCodes;
|
|
175
|
+
for (let u = 0; u < r.length; u++) {
|
|
176
|
+
const a = r[u], p = u < i.length ? i[u] : "";
|
|
177
|
+
let l = "";
|
|
178
|
+
p == "service" ? l = a : p === "standard" ? l = t.code + "." + a : l = W(a, t).type === "custom" ? a : t.code + "." + a, o.includes(l) || o.push(l);
|
|
195
179
|
}
|
|
196
180
|
}
|
|
197
|
-
return
|
|
181
|
+
return o.join(",");
|
|
198
182
|
}
|
|
199
|
-
function
|
|
200
|
-
const
|
|
201
|
-
if (
|
|
202
|
-
for (let
|
|
183
|
+
function W(e, t) {
|
|
184
|
+
const o = t.pagePermissions;
|
|
185
|
+
if (o && o.length > 0) {
|
|
186
|
+
for (let s = 0; s < o.length; s++) if (o[s].simpleCode === e) return o[s];
|
|
203
187
|
}
|
|
204
188
|
return null;
|
|
205
189
|
}
|
|
206
|
-
function j(
|
|
207
|
-
const
|
|
208
|
-
let
|
|
209
|
-
const
|
|
210
|
-
return
|
|
211
|
-
}
|
|
212
|
-
const
|
|
213
|
-
function
|
|
214
|
-
var
|
|
215
|
-
const
|
|
216
|
-
let
|
|
217
|
-
if (
|
|
218
|
-
const
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
if (
|
|
222
|
-
const
|
|
223
|
-
if (
|
|
224
|
-
|
|
225
|
-
}),
|
|
226
|
-
const
|
|
227
|
-
if (!
|
|
228
|
-
let
|
|
229
|
-
if (!
|
|
230
|
-
const
|
|
231
|
-
if (
|
|
232
|
-
|
|
190
|
+
function j(e, t, o) {
|
|
191
|
+
const s = e.tableRuntimes, n = A(t);
|
|
192
|
+
let i;
|
|
193
|
+
const r = e.code;
|
|
194
|
+
return n && Object.keys(n) > 0 && (i = JSON.stringify(n)), b.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes: s, additionalParamMapJson: i, pageCode: r, publishVersion: o, pageType: e.pageType });
|
|
195
|
+
}
|
|
196
|
+
const q = ["button-detail", "print-label"];
|
|
197
|
+
function Y(e, t, o) {
|
|
198
|
+
var r, u;
|
|
199
|
+
const s = t.props && t.props.base ? t.props.base.prop : null, n = O(e);
|
|
200
|
+
let i = !1;
|
|
201
|
+
if (n && q.indexOf(t.name) < 0 && e.fieldPermissionMap) {
|
|
202
|
+
const a = e.fieldPermissionMap.get("all_fields");
|
|
203
|
+
(a == null ? void 0 : a.canEdit) === !1 && ((r = t.runtime) != null && r.props) && (t.runtime.props.state = "disabled", i = !0);
|
|
204
|
+
}
|
|
205
|
+
if (s) {
|
|
206
|
+
const a = I(s);
|
|
207
|
+
if (e.rules || (e.rules = {}), t.props.rules && t.props.rules.length > 0 && (e.rules[a] || (e.rules[a] = []), t.props.rules.forEach((p) => {
|
|
208
|
+
F(p), !o && p && p.required && (p.required = !1);
|
|
209
|
+
}), e.rules[a] = t.props.rules), n && !i && t.name !== "button-detail" && e.fieldPermissionMap) {
|
|
210
|
+
const p = e.fieldPermissionMap.get(a);
|
|
211
|
+
if (!o && e.workflowRules && (e.workflowRules[a] || e.workflowRules.rules && e.workflowRules.rules[a])) {
|
|
212
|
+
let l = e.workflowRules[a];
|
|
213
|
+
if (!l && e.workflowRules.rules && (l = e.workflowRules.rules[a]), l && Array.isArray(l) && l.length > 0) for (let d = 0; d < l.length; d++) {
|
|
214
|
+
const c = l[d];
|
|
215
|
+
if (c && c.required) {
|
|
216
|
+
c.required = !1;
|
|
233
217
|
break;
|
|
234
218
|
}
|
|
235
219
|
}
|
|
236
|
-
else
|
|
220
|
+
else l && l.required && (l.required = !1);
|
|
237
221
|
}
|
|
238
|
-
|
|
222
|
+
t.runtime.props || (t.runtime.props = {}), p ? (!o && p.canEdit && (p.canEdit = !1), p.canEdit === !1 ? t.runtime.props.state = "disabled" : p.canEdit && (t.runtime.props.state = "", t.runtime.props.required = !0)) : t.runtime.props.state = "";
|
|
239
223
|
}
|
|
240
|
-
(
|
|
224
|
+
(u = t.props) != null && u.customRuleEvents && (e.customRuleEvents || (e.customRuleEvents = []), e.customRuleEvents.push({ prop: a, events: t.props.customRuleEvents }));
|
|
241
225
|
}
|
|
242
226
|
}
|
|
243
|
-
function
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
});
|
|
256
|
-
}
|
|
227
|
+
function ee(e, t) {
|
|
228
|
+
e.initInfo && ["dynamicControlFormEdit", "disableElement", "enableElement", "hideElement", "showElement"].forEach((o) => {
|
|
229
|
+
const s = e.initInfo[o];
|
|
230
|
+
if (s) if (o === "dynamicControlFormEdit") {
|
|
231
|
+
let n = s.filter((i) => i.name === "_all_fields" || i.name === t);
|
|
232
|
+
if (n && n.length > 0 && (n = n.filter((i) => i.name === "_all_fields"), n && n.length > 0)) {
|
|
233
|
+
const i = V(n[0]);
|
|
234
|
+
i.name = t, n = [i];
|
|
235
|
+
}
|
|
236
|
+
f.dynamicControlFormEdit(e, n, !1);
|
|
237
|
+
} else o === "disableElement" ? s.indexOf(t) >= 0 && f.disableElement(e, [t], !1) : o === "enableElement" ? s.indexOf(t) >= 0 && f.enableElement(e, [t], !1) : o === "hideElement" ? s.indexOf(t) >= 0 && f.hideElement(e, [t], !1) : o === "showElement" && s.indexOf(t) >= 0 && f.showElement(e, [t], !1);
|
|
238
|
+
});
|
|
257
239
|
}
|
|
258
240
|
export {
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
241
|
+
ee as controlObjectRenderState,
|
|
242
|
+
z as convertToPageContext,
|
|
243
|
+
P as getDefaultValue,
|
|
244
|
+
Q as getFormModelFields,
|
|
245
|
+
S as getModelFields,
|
|
246
|
+
X as getPermissionCodes,
|
|
247
|
+
G as packageAdditionalMapWithLocationSearch,
|
|
248
|
+
Z as packageAdditionalMapWithPageRequest,
|
|
249
|
+
K as packageAdditionalMapWithRoute,
|
|
250
|
+
Y as packageFormRules,
|
|
251
|
+
$ as queryPageDesignByCode,
|
|
252
|
+
H as queryPageDesignWhenPreview,
|
|
271
253
|
j as queryPageSuperGrids
|
|
272
254
|
};
|
|
@@ -1,30 +1,29 @@
|
|
|
1
|
-
var
|
|
2
|
-
const
|
|
3
|
-
function
|
|
4
|
-
return
|
|
1
|
+
var c = ((o) => (o.AUTHENTICATED = "AUTHENTICATED", o.ANONYMOUS = "ANONYMOUS", o.AUTHORIZED = "AUTHORIZED", o))(c || {});
|
|
2
|
+
const a = { page: { label: "页面", functions: [{ label: "页面", path: "temp" }] }, gets: { group: "表单标准功能", label: "获取表单数据", functions: [{ funcType: "AUTHENTICATED", path: "/commons/gets$POST" }] }, workflowGets: { group: "标准流程", label: "获取表单及流程数据", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/gets$POST" }] }, save: { group: "表单标准功能", label: "暂存", functions: [{ code: "create", label: "暂存", path: "/commons$POST" }, { code: "update", label: "修改", path: "/commons$POST" }] }, submit: { group: "表单标准功能", label: "提交", functions: [{ path: "/commons/submits$POST" }] }, exportForm: { group: "表单标准功能", label: "导出报告", functions: [{ path: "/commons/export-reports$POST" }] }, exportPDF: { group: "表单标准功能", label: "导出PDF", functions: [{ path: "/commons/exportPDF$POST" }] }, agree: { group: "表单标准功能", label: "同意", functions: [{ path: "/commons/approves$POST" }] }, disagree: { group: "表单标准功能", label: "不同意", functions: [{ path: "/commons/refuses$POST" }] }, back: { group: "表单标准功能", label: "返回", functions: [] }, workflowSave: { group: "流程表单功能", label: "暂存", functions: [{ label: "暂存", code: "save", funcType: "AUTHENTICATED", path: "/workflow-commons$POST" }, { label: "修改", code: "update", funcType: "AUTHENTICATED", path: "/workflow-commons$PUT" }] }, workflowStart: { group: "流程表单功能", label: "起草", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/start$POST" }] }, submitProcess: { group: "流程表单功能", label: "提交流程", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/submit$POST" }] }, submitTask: { group: "流程表单功能", label: "提交任务", functions: [{ funcType: "AUTHENTICATED", code: "completeTask.submit", path: "/workflow-commons/complete-tasks$POST" }] }, approve: { group: "流程表单功能", label: "同意", functions: [{ funcType: "AUTHENTICATED", code: "completeTask.approve", path: "/workflow-commons/complete-tasks$POST" }] }, refuse: { group: "流程表单功能", label: "不同意", functions: [{ funcType: "AUTHENTICATED", code: "completeTask.refuse", path: "/workflow-commons/complete-tasks$POST" }] }, assign: { group: "流程表单功能", label: "指派", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/assigns$POST" }] }, drawTask: { group: "流程表单功能", label: "领取", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/draw-tasks$POST" }] }, abandonReceive: { group: "流程表单功能", label: "放弃领取", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/abandon-receives$POST" }] }, readed: { group: "流程表单功能", label: "已阅", functions: [{ funcType: "AUTHENTICATED", code: "completeTask.readed", path: "/workflow-commons/complete-tasks$POST" }] }, agreement: { group: "流程表单功能", label: "赞成", functions: [{ funcType: "AUTHENTICATED", code: "completeTask.agreement", path: "/workflow-commons/complete-tasks$POST" }] }, oppose: { group: "流程表单功能", label: "反对", functions: [{ funcType: "AUTHENTICATED", code: "completeTask.oppose", path: "/workflow-commons/complete-tasks$POST" }] }, kiken: { group: "流程表单功能", label: "弃权", functions: [{ funcType: "AUTHENTICATED", code: "completeTask.kiken", path: "/workflow-commons/complete-tasks$POST" }] }, addSigner: { group: "流程表单功能", label: "加签", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/add-signers$POST" }] }, removeSigner: { group: "流程表单功能", label: "减签", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/remove-signers$POST" }, { code: "getRemoveSigners", label: "获取可减签人员", funcType: "AUTHENTICATED", path: "/workflow-commons/get-remove-signers$POST" }] }, copyTask: { group: "流程表单功能", label: "抄送", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/copies$POST" }] }, retrieveTask: { group: "流程表单功能", label: "取回", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/retrieves$POST" }] }, returnToPreviousTask: { group: "流程表单功能", label: "驳回", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/return-to-previous-tasks$POST" }] }, returnTaskTo: { group: "流程表单功能", label: "退回", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/returnTaskTo$POST" }, { code: "returnableTaskInformation", label: "获取可退回环节信息", funcType: "AUTHENTICATED", path: "/workflow-commons/returnable-task/{taskId}$POST" }] }, endInstance: { group: "流程表单功能", label: "强制结束", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/end-instance$POST" }] }, extractWorkflow: { group: "流程表单功能", label: "抽单", functions: [{ label: "发起抽单", code: "initiateExtract", funcType: "AUTHENTICATED", path: "/workflow-commons/initiate-extract$POST" }] }, cancelExtractWorkflow: { group: "流程表单功能", label: "取消抽单", functions: [{ label: "取消抽单", code: "cancelExtract", funcType: "AUTHENTICATED", path: "/workflow-commons/cancel-extract$POST" }] }, approveExtractWorkflow: { group: "流程表单功能", label: "同意抽单", functions: [{ label: "同意抽单", code: "approveExtract", funcType: "AUTHENTICATED", path: "/workflow-commons/approve-extract$POST" }] }, refuseExtractWorkflow: { group: "流程表单功能", label: "不同意抽单", functions: [{ label: "不同意抽单", code: "refuseExtract", funcType: "AUTHENTICATED", path: "/workflow-commons/refuse-extract$POST" }] }, listData: { group: "列表功能", label: "列表数据", functions: [{ funcType: "AUTHENTICATED", path: "/commons/list$POST" }] }, listSubData: { group: "列表功能", label: "列表子级", functions: [{ funcType: "AUTHENTICATED", path: "/commons/list-subs$POST" }] }, saveList: { group: "列表功能", label: "暂存", props: { base: { type: "info", plain: !0 } }, functions: [{ code: "create", label: "暂存", path: "/commons$POST" }, { funcType: "AUTHENTICATED", code: "update", label: "修改", path: "/commons$POST" }] }, delete: { group: "列表功能", label: "删除", props: { base: { type: "danger", plain: !0 } }, functions: [{ path: "/commons/{tableName}$DELETE" }] }, submitList: { group: "列表功能", label: "提交", props: { base: { type: "primary" } }, functions: [{ path: "/commons/batch-submits$POST" }] }, agreeList: { group: "列表功能", label: "同意", props: { base: { type: "success", plain: !0 } }, functions: [{ path: "/commons/batch-approves$POST" }] }, disagreeList: { group: "列表功能", label: "不同意", props: { base: { type: "danger", plain: !0 } }, functions: [{ path: "/commons/batch-refuses$POST" }] }, import: { group: "列表功能", label: "导入", props: { base: { type: "primary", plain: !0 } }, functions: [{ path: "/commons/import-data$POST" }] }, export: { group: "列表功能", label: "导出", props: { base: { type: "success", plain: !0 } }, functions: [{ path: "/commons/export-list-data$POST" }] }, search: { group: "列表功能", label: "查询", functions: [] }, showMobileSearch: { group: "列表功能", label: "显示移动端查询区域", functions: [] }, downloadTemplate: { group: "列表功能", label: "下载导入模板", functions: [{ path: "/commons/download-files$GET" }] }, lineEditCreate: { group: "列表行编辑功能", label: "新建", props: { base: { type: "primary" } }, functions: [{ code: "create", label: "暂存", path: "/commons$POST" }] }, lineEditSave: { group: "列表行编辑功能", label: "保存", props: { base: { type: "success", text: !0 } }, functions: [{ code: "create", label: "保存", path: "/commons$POST" }, { code: "update", label: "修改", path: "/commons$POST" }] }, lineEditDelete: { group: "列表行编辑功能", label: "删除", props: { base: { type: "danger", text: !0 } }, functions: [{ code: "delete", path: "/commons/{tableName}$DELETE" }] }, lineEditUpdate: { group: "列表行编辑功能", label: "修改", props: { base: { type: "primary", text: !0 } }, functions: [{ code: "update", label: "修改", path: "/commons$POST" }] }, restoreEdit: { group: "列表行编辑功能", label: "取消", props: { base: { type: "info", text: !0 } }, functions: [] }, addTransactor: { group: "流程表单功能", label: "增加办理人", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/add-transactors$POST" }] }, removeTransactor: { group: "流程表单功能", label: "减少办理人", functions: [{ funcType: "AUTHENTICATED", path: "/workflow-commons/remove-transactors$POST" }, { code: "getRemoveTransactors", label: "获取可减少办理人员", funcType: "AUTHENTICATED", path: "/workflow-commons/get-remove-transactors$POST" }] } }, p = {};
|
|
3
|
+
function r(o) {
|
|
4
|
+
return o ? a[o] : void 0;
|
|
5
5
|
}
|
|
6
|
-
function
|
|
7
|
-
if (!
|
|
8
|
-
let
|
|
9
|
-
if (
|
|
10
|
-
for (const
|
|
11
|
-
const
|
|
12
|
-
if (
|
|
13
|
-
for (const
|
|
14
|
-
if (
|
|
15
|
-
|
|
6
|
+
function l(o) {
|
|
7
|
+
if (!o) return;
|
|
8
|
+
let e = p[o];
|
|
9
|
+
if (e == null) {
|
|
10
|
+
for (const n in a) {
|
|
11
|
+
const s = a[n].functions;
|
|
12
|
+
if (s) {
|
|
13
|
+
for (const t of s)
|
|
14
|
+
if (o === (t.code ? t.code : n)) {
|
|
15
|
+
e = t;
|
|
16
16
|
break;
|
|
17
17
|
}
|
|
18
|
-
|
|
19
|
-
if (a2) break;
|
|
18
|
+
if (e) break;
|
|
20
19
|
}
|
|
21
20
|
}
|
|
22
|
-
|
|
21
|
+
p[o] = e || "";
|
|
23
22
|
}
|
|
24
|
-
return
|
|
23
|
+
return e || void 0;
|
|
25
24
|
}
|
|
26
25
|
export {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
c as FuncType,
|
|
27
|
+
l as getFunctionInfo,
|
|
28
|
+
r as getStandPermissionInfo
|
|
30
29
|
};
|