super-page-runtime 2.3.22-tmp2 → 2.3.23
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/ai-chat-util.js +16 -0
- package/dist/es/components/runtime/utils/{anchor-util.mjs → anchor-util.js} +5 -5
- package/dist/es/components/runtime/utils/api/api-util.js +4 -0
- package/dist/es/components/runtime/utils/api/{page-expose-util.mjs → page-expose-util.js} +27 -26
- package/dist/es/components/runtime/utils/assemblys-config.js +20 -0
- package/dist/es/components/runtime/utils/charts/{chart-columnline-util.mjs → chart-columnline-util.js} +4 -4
- package/dist/es/components/runtime/utils/charts/{chart-gauge-util.mjs → chart-gauge-util.js} +9 -9
- package/dist/es/components/runtime/utils/charts/{chart-pie-util.mjs → chart-pie-util.js} +11 -11
- package/dist/es/components/runtime/utils/charts/{chart-radar-util.mjs → chart-radar-util.js} +4 -4
- package/dist/es/components/runtime/utils/charts/{chart-scatter-util.mjs → chart-scatter-util.js} +12 -12
- package/dist/es/components/runtime/utils/charts/{chart-util.mjs → chart-util.js} +13 -13
- package/dist/es/components/runtime/utils/{common-util.mjs → common-util.js} +14 -13
- package/dist/es/components/runtime/utils/events/{event-util.mjs → event-util.js} +95 -94
- package/dist/es/components/runtime/utils/events/{print-label.mjs → print-label.js} +2 -2
- package/dist/es/components/runtime/utils/events/standard-event.js +1169 -0
- package/dist/es/components/runtime/utils/events/{validator-util.mjs → validator-util.js} +39 -35
- package/dist/{lib/components/runtime/utils/form/scan-util.cjs → es/components/runtime/utils/form/scan-util.js} +9 -6
- package/dist/es/components/runtime/utils/i18n-util.js +14 -0
- package/dist/es/components/runtime/utils/page-helper-util.js +387 -0
- package/dist/es/components/runtime/utils/{page-init-util.mjs → page-init-util.js} +104 -102
- package/dist/es/components/runtime/utils/{page-store.mjs → page-store.js} +7 -7
- package/dist/es/components/runtime/utils/{store-util.mjs → store-util.js} +1 -1
- package/dist/es/components/runtime/utils/{table-utils.mjs → table-utils.js} +16 -16
- package/dist/es/components/runtime/utils/tree-utils.js +73 -0
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/button/button/{button-runtime.vue2.mjs → button-runtime.vue2.js} +5 -5
- package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue.mjs → buttongroup-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/button/button-group/{buttongroup-runtime.vue2.mjs → buttongroup-runtime.vue2.js} +5 -5
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/button/dropdown/{dropdown-runtime.vue2.mjs → dropdown-runtime.vue2.js} +7 -7
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +6 -0
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +21 -0
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +7 -0
- package/dist/es/components/runtime/views/assemblys/chart/column-line/{column-line-runtime.vue2.mjs → column-line-runtime.vue2.js} +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header.vue.mjs → common-chart-header.vue.js} +5 -5
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +7 -0
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +64 -0
- package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue.mjs → gauge-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/gauge/{gauge-runtime.vue2.mjs → gauge-runtime.vue2.js} +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue.mjs → pie-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/pie/{pie-runtime.vue2.mjs → pie-runtime.vue2.js} +8 -8
- package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue.mjs → radar-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/radar/{radar-runtime.vue2.mjs → radar-runtime.vue2.js} +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue.mjs → scatter-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/scatter/{scatter-runtime.vue2.mjs → scatter-runtime.vue2.js} +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/table/{chart-table-util.mjs → chart-table-util.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/table/{group-column-item.vue.mjs → group-column-item.vue.js} +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/chart/table/{group-column.vue.mjs → group-column.vue.js} +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/chart/table/{normal-column.vue.mjs → normal-column.vue.js} +17 -13
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/chart/table/{table-runtime.vue2.mjs → table-runtime.vue2.js} +9 -9
- package/dist/es/components/runtime/views/assemblys/common/{event-call-component.vue.mjs → event-call-component.vue.js} +2 -2
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/common/{export-form-report-dialog.vue.mjs → export-form-report-dialog.vue.js} +2 -2
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/common/{file-task-notice.vue.mjs → file-task-notice.vue.js} +1 -1
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +32 -0
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/common/{remove-signer-dialog.vue.mjs → remove-signer-dialog.vue.js} +1 -1
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/common/{remove-transactor-dialog.vue.mjs → remove-transactor-dialog.vue.js} +1 -1
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/common/{save-chart-condition-dialog.vue.mjs → save-chart-condition-dialog.vue.js} +2 -2
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue.mjs → card-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/container/card/{card-runtime.vue2.mjs → card-runtime.vue2.js} +6 -6
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/container/collapse/{collapse-runtime.vue2.mjs → collapse-runtime.vue2.js} +8 -8
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/container/container/{container-runtime.vue2.mjs → container-runtime.vue2.js} +6 -6
- package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue.mjs → FixedBox.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue.mjs → YxAffix.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/container/flex/{flex-runtime.vue2.mjs → flex-runtime.vue2.js} +7 -7
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/container/form/{form-runtime.vue2.mjs → form-runtime.vue2.js} +7 -7
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +14 -0
- package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue.mjs → tabs-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tabs/{tabs-runtime.vue2.mjs → tabs-runtime.vue2.js} +7 -7
- package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue.mjs → tools-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tools/{tools-runtime.vue2.mjs → tools-runtime.vue2.js} +4 -4
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/data/bar-code/{barcode-runtime.vue2.mjs → barcode-runtime.vue2.js} +19 -19
- package/dist/es/components/runtime/views/assemblys/data/table/{main-table-runtime.vue.mjs → main-table-runtime.vue.js} +34 -34
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/data/table/{sub-table-runtime.vue.mjs → sub-table-runtime.vue.js} +74 -74
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/data/table/{table-runtime.vue2.mjs → table-runtime.vue2.js} +31 -31
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +7 -0
- package/dist/es/components/runtime/views/assemblys/data/tree/{tree-runtime.vue2.mjs → tree-runtime.vue2.js} +31 -31
- package/dist/es/components/runtime/views/assemblys/error-render.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/checkbox/{checkbox-runtime.vue2.mjs → checkbox-runtime.vue2.js} +9 -9
- package/dist/es/components/runtime/views/assemblys/form/common/{title-suffix-element.vue.mjs → title-suffix-element.vue.js} +4 -4
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/custom/{custom-runtime.vue2.mjs → custom-runtime.vue2.js} +14 -14
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/date-picker/{datepicker-runtime.vue2.mjs → datepicker-runtime.vue2.js} +10 -10
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +55 -0
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/divider/{divider-runtime.vue2.mjs → divider-runtime.vue2.js} +5 -5
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/file-upload/{fileupload-runtime.vue2.mjs → fileupload-runtime.vue2.js} +22 -20
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/input-number/{input-number-runtime.vue2.mjs → input-number-runtime.vue2.js} +9 -9
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/input-text/{inputtext-runtime.vue2.mjs → inputtext-runtime.vue2.js} +34 -33
- package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue.mjs → label-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/form/label/{label-runtime.vue2.mjs → label-runtime.vue2.js} +8 -8
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/link/{link-runtime.vue2.mjs → link-runtime.vue2.js} +8 -8
- package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue.mjs → placeholder-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/form/placeholder/{placeholder-runtime.vue2.mjs → placeholder-runtime.vue2.js} +1 -1
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/radio/{radio-runtime.vue2.mjs → radio-runtime.vue2.js} +8 -8
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +8 -0
- package/dist/es/components/runtime/views/assemblys/form/rich-text/{richtext-runtime.vue2.mjs → richtext-runtime.vue2.js} +7 -7
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/select/{select-runtime.vue2.mjs → select-runtime.vue2.js} +10 -10
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/{separatelabel-runtime.vue2.mjs → separatelabel-runtime.vue2.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/switch/{switch-runtime.vue2.mjs → switch-runtime.vue2.js} +9 -9
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/tag/{tag-runtime.vue2.mjs → tag-runtime.vue2.js} +15 -15
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/textarea/{textarea-runtime.vue2.mjs → textarea-runtime.vue2.js} +9 -9
- package/dist/es/components/runtime/views/assemblys/{home-chart-render.vue.mjs → home-chart-render.vue.js} +11 -11
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/{object-render.vue.mjs → object-render.vue.js} +15 -15
- package/dist/es/components/runtime/views/assemblys/object-render.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +6 -0
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue.mjs → workflow-opinion-box.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/component/{workflow-opinion-box.vue2.mjs → workflow-opinion-box.vue2.js} +7 -7
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue.mjs → extract-workflow-runtime-dialog.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime-dialog.vue2.mjs → extract-workflow-runtime-dialog.vue2.js} +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue.mjs → extract-workflow-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/{extract-workflow-runtime.vue2.mjs → extract-workflow-runtime.vue2.js} +6 -6
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/{pictureflow-runtime.vue2.mjs → pictureflow-runtime.vue2.js} +9 -9
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/{textflow-runtime.vue2.mjs → textflow-runtime.vue2.js} +7 -7
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue.mjs → workflowbutton-runtime.vue.js} +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/{workflowbutton-runtime.vue2.mjs → workflowbutton-runtime.vue2.js} +4 -4
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +18 -0
- package/dist/es/components/runtime/views/{home-chart.vue.mjs → home-chart.vue.js} +8 -8
- package/dist/es/components/runtime/views/home-chart.vue2.js +4 -0
- package/dist/es/components/runtime/views/{super-page-dialog.vue.mjs → super-page-dialog.vue.js} +1 -1
- package/dist/es/components/runtime/views/super-page-dialog.vue3.js +5 -0
- package/dist/es/components/runtime/views/super-page.vue.js +7 -0
- package/dist/es/components/runtime/views/{super-page.vue2.mjs → super-page.vue2.js} +94 -90
- package/dist/es/{index.mjs → index.js} +12 -12
- package/dist/es/style.css +137 -137
- package/dist/es.zip +0 -0
- package/package.json +4 -5
- package/dist/es/components/runtime/utils/ai-chat-util.mjs +0 -16
- package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
- package/dist/es/components/runtime/utils/assemblys-config.mjs +0 -20
- package/dist/es/components/runtime/utils/events/standard-event.mjs +0 -1166
- package/dist/es/components/runtime/utils/form/scan-util.mjs +0 -93
- package/dist/es/components/runtime/utils/i18n-util.mjs +0 -14
- package/dist/es/components/runtime/utils/page-helper-util.mjs +0 -386
- package/dist/es/components/runtime/utils/tree-utils.mjs +0 -68
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +0 -6
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +0 -21
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +0 -7
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +0 -7
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +0 -59
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +0 -27
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +0 -14
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +0 -7
- package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.mjs +0 -55
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +0 -8
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +0 -6
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +0 -4
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +0 -18
- package/dist/es/components/runtime/views/home-chart.vue2.mjs +0 -4
- package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +0 -5
- package/dist/es/components/runtime/views/super-page.vue.mjs +0 -7
- package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +0 -6
- package/dist/lib/assets/chart-themes/bar-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/bar-theme.d.ts +0 -6
- package/dist/lib/assets/chart-themes/gauge-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/gauge-theme.d.ts +0 -6
- package/dist/lib/assets/chart-themes/pie-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/pie-theme.d.ts +0 -6
- package/dist/lib/assets/chart-themes/radar-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/radar-theme.d.ts +0 -6
- package/dist/lib/assets/chart-themes/scatter-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/scatter-theme.d.ts +0 -6
- package/dist/lib/assets/file.png.cjs +0 -2
- package/dist/lib/assets/folder.png.cjs +0 -2
- package/dist/lib/components/runtime/index.d.ts +0 -5
- package/dist/lib/components/runtime/utils/ai-chat-util.cjs +0 -13
- package/dist/lib/components/runtime/utils/anchor-util.cjs +0 -62
- package/dist/lib/components/runtime/utils/anchor-util.d.ts +0 -13
- package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
- package/dist/lib/components/runtime/utils/api/api-util.d.ts +0 -1
- package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +0 -169
- package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +0 -1
- package/dist/lib/components/runtime/utils/assemblys-config.cjs +0 -16
- package/dist/lib/components/runtime/utils/barcode-util.cjs +0 -10
- package/dist/lib/components/runtime/utils/barcode-util.d.ts +0 -8
- package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +0 -137
- package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +0 -34
- package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +0 -78
- package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +0 -52
- package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +0 -43
- package/dist/lib/components/runtime/utils/charts/chart-util.cjs +0 -244
- package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +0 -115
- package/dist/lib/components/runtime/utils/common-util.cjs +0 -91
- package/dist/lib/components/runtime/utils/common-util.d.ts +0 -33
- package/dist/lib/components/runtime/utils/eventBus.cjs +0 -3
- package/dist/lib/components/runtime/utils/eventBus.d.ts +0 -7
- package/dist/lib/components/runtime/utils/events/event-util.cjs +0 -345
- package/dist/lib/components/runtime/utils/events/event-util.d.ts +0 -92
- package/dist/lib/components/runtime/utils/events/print-label.cjs +0 -97
- package/dist/lib/components/runtime/utils/events/print-label.d.ts +0 -5
- package/dist/lib/components/runtime/utils/events/standard-event.cjs +0 -1101
- package/dist/lib/components/runtime/utils/events/standard-event.d.ts +0 -99
- package/dist/lib/components/runtime/utils/events/validator-util.cjs +0 -296
- package/dist/lib/components/runtime/utils/events/validator-util.d.ts +0 -25
- package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +0 -34
- package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +0 -7
- package/dist/lib/components/runtime/utils/global-refs.cjs +0 -42
- package/dist/lib/components/runtime/utils/global-refs.d.ts +0 -65
- package/dist/lib/components/runtime/utils/i18n-util.cjs +0 -11
- package/dist/lib/components/runtime/utils/i18n-util.d.ts +0 -1
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +0 -4
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +0 -247
- package/dist/lib/components/runtime/utils/page-helper-util.cjs +0 -354
- package/dist/lib/components/runtime/utils/page-helper-util.d.ts +0 -174
- package/dist/lib/components/runtime/utils/page-init-util.cjs +0 -244
- package/dist/lib/components/runtime/utils/page-init-util.d.ts +0 -49
- package/dist/lib/components/runtime/utils/page-permission-util.cjs +0 -26
- package/dist/lib/components/runtime/utils/page-permission-util.d.ts +0 -26
- package/dist/lib/components/runtime/utils/page-store.cjs +0 -50
- package/dist/lib/components/runtime/utils/page-store.d.ts +0 -58
- package/dist/lib/components/runtime/utils/store-util.cjs +0 -11
- package/dist/lib/components/runtime/utils/store-util.d.ts +0 -15
- package/dist/lib/components/runtime/utils/store.cjs +0 -3
- package/dist/lib/components/runtime/utils/store.d.ts +0 -2
- package/dist/lib/components/runtime/utils/table-utils.cjs +0 -68
- package/dist/lib/components/runtime/utils/table-utils.d.ts +0 -36
- package/dist/lib/components/runtime/utils/tree-utils.cjs +0 -54
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +0 -24
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +0 -17
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +0 -35
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +0 -17
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +0 -41
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +0 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +0 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +0 -53
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +0 -48
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +0 -24
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +0 -34
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +0 -24
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +0 -24
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +0 -402
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +0 -121
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +0 -6
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +0 -36
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +0 -13
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +0 -249
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +0 -16
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.d.ts +0 -5
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +0 -32
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -28
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +0 -32
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +0 -27
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +0 -19
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +0 -59
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +0 -12
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -35
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +0 -21
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +0 -26
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +0 -13
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +0 -35
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +0 -30
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +0 -31
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +0 -15
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -26
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +0 -21
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +0 -17
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +0 -15
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +0 -27
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +0 -94
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +0 -79
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +0 -15
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +0 -12
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +0 -88
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +0 -43
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +0 -59
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +0 -382
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +0 -322
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +0 -81
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +0 -124
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +0 -22
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +0 -57
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +0 -35
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +0 -57
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +0 -91
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +0 -47
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +0 -65
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +0 -70
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +0 -31
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +0 -26
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +0 -13
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +0 -75
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +0 -188
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +0 -130
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +0 -11
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +0 -29
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +0 -38
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +0 -73
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +0 -17
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +0 -132
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +0 -17
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.d.ts +0 -14
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +0 -14
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +0 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +0 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +0 -34
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +0 -17
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +0 -19
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +0 -14
- package/dist/lib/components/runtime/views/home-chart.vue.cjs +0 -38
- package/dist/lib/components/runtime/views/home-chart.vue.d.ts +0 -23
- package/dist/lib/components/runtime/views/home-chart.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +0 -23
- package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +0 -40
- package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +0 -3
- package/dist/lib/components/runtime/views/super-page.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/super-page.vue.d.ts +0 -135
- package/dist/lib/components/runtime/views/super-page.vue2.cjs +0 -264
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/i18n/langs/cn.cjs +0 -2
- package/dist/lib/i18n/langs/en.cjs +0 -2
- package/dist/lib/index.cjs +0 -6
- package/dist/lib/index.d.ts +0 -16
- package/dist/lib/style.css +0 -996
- package/dist/umd/favicon.ico +0 -0
- package/dist/umd/index.full.min.js +0 -7429
- package/dist/umd/style.css +0 -996
- /package/dist/es/_virtual/{_plugin-vue_export-helper.mjs → _plugin-vue_export-helper.js} +0 -0
- /package/dist/es/assets/chart-themes/{bar-theme.mjs → bar-theme.js} +0 -0
- /package/dist/es/assets/chart-themes/{gauge-theme.mjs → gauge-theme.js} +0 -0
- /package/dist/es/assets/chart-themes/{pie-theme.mjs → pie-theme.js} +0 -0
- /package/dist/es/assets/chart-themes/{radar-theme.mjs → radar-theme.js} +0 -0
- /package/dist/es/assets/chart-themes/{scatter-theme.mjs → scatter-theme.js} +0 -0
- /package/dist/es/assets/{file.png.mjs → file.png.js} +0 -0
- /package/dist/es/assets/{folder.png.mjs → folder.png.js} +0 -0
- /package/dist/es/components/runtime/utils/{barcode-util.mjs → barcode-util.js} +0 -0
- /package/dist/es/components/runtime/utils/{eventBus.mjs → eventBus.js} +0 -0
- /package/dist/es/components/runtime/utils/form/{date-shortcuts.mjs → date-shortcuts.js} +0 -0
- /package/dist/es/components/runtime/utils/{global-refs.mjs → global-refs.js} +0 -0
- /package/dist/es/components/runtime/utils/interfaces/{page-design-types.mjs → page-design-types.js} +0 -0
- /package/dist/es/components/runtime/utils/{page-permission-util.mjs → page-permission-util.js} +0 -0
- /package/dist/es/components/runtime/utils/{store.mjs → store.js} +0 -0
- /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-breadcrumb.vue.mjs → common-chart-header-breadcrumb.vue.js} +0 -0
- /package/dist/es/components/runtime/views/assemblys/chart/common/{common-chart-header-group.vue.mjs → common-chart-header-group.vue.js} +0 -0
- /package/dist/es/components/runtime/views/assemblys/chart/table/{table-pageination.vue.mjs → table-pageination.vue.js} +0 -0
- /package/dist/es/components/runtime/views/assemblys/common/{remove-signer-table.vue.mjs → remove-signer-table.vue.js} +0 -0
- /package/dist/es/components/runtime/views/assemblys/common/{task-informition-dialog.vue.mjs → task-informition-dialog.vue.js} +0 -0
- /package/dist/es/components/runtime/views/assemblys/container/fixed/{FixedBox.vue2.mjs → FixedBox.vue2.js} +0 -0
- /package/dist/es/components/runtime/views/assemblys/container/fixed/{YxAffix.vue2.mjs → YxAffix.vue2.js} +0 -0
- /package/dist/es/components/runtime/views/assemblys/{error-render.vue.mjs → error-render.vue.js} +0 -0
- /package/dist/es/i18n/langs/{cn.mjs → cn.js} +0 -0
- /package/dist/es/i18n/langs/{en.mjs → en.js} +0 -0
package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as o, onUnmounted as a, resolveComponent as i, createBlock as n, openBlock as l, withCtx as r, createElementVNode as s, createVNode as u, createTextVNode as p, createCommentVNode as c, createElementBlock as g, Fragment as m, renderList as d } from "vue";
|
|
2
|
-
import f from "../../object-render.vue.mjs";
|
|
3
|
-
import { updateChartDatasources as v, getValueFromVariable as y } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
-
import { ElLoading as h, ElMessage as C } from "element-plus";
|
|
5
|
-
import { http as S } from "agilebuilder-ui";
|
|
6
|
-
import "async-validator";
|
|
7
|
-
import "../../../../utils/global-refs.mjs";
|
|
8
|
-
import "../../../../utils/eventBus.mjs";
|
|
9
|
-
import "../../../../utils/page-store.mjs";
|
|
10
|
-
import "vue-i18n";
|
|
11
|
-
import "axios";
|
|
12
|
-
import "../../../../utils/events/print-label.mjs";
|
|
13
|
-
const _ = { style: { overflow: "auto", height: "calc(100vh - 140px)" }, ref: "dialogBody" }, O = { class: "dialog-footer" }, x = e({ __name: "common-homepage-search", props: { configure: { type: Object, required: true }, pageContext: { type: Object, default: () => {
|
|
14
|
-
} } }, setup(e2, { expose: x2 }) {
|
|
15
|
-
const b = e2, N = t(false), J = t({}), j = t(0);
|
|
16
|
-
let I;
|
|
17
|
-
o(() => {
|
|
18
|
-
I = setTimeout(() => {
|
|
19
|
-
J.value = JSON.parse(JSON.stringify(b.pageContext.entity));
|
|
20
|
-
}, 200);
|
|
21
|
-
}), a(() => {
|
|
22
|
-
I && clearTimeout(I);
|
|
23
|
-
});
|
|
24
|
-
const k = t([]), w = () => {
|
|
25
|
-
N.value = false;
|
|
26
|
-
}, T = () => {
|
|
27
|
-
const e3 = h.service({ lock: true, text: "Loading", background: "rgba(0, 0, 0, 0.7)" });
|
|
28
|
-
v(b.pageContext, b.pageContext.initChartServiceConfigs, null, false).then(() => {
|
|
29
|
-
N.value = false;
|
|
30
|
-
}).finally(() => {
|
|
31
|
-
N.value = false, e3.close();
|
|
32
|
-
});
|
|
33
|
-
};
|
|
34
|
-
function H() {
|
|
35
|
-
b.pageContext.entity = JSON.parse(JSON.stringify(J.value)), j.value++;
|
|
36
|
-
}
|
|
37
|
-
function A() {
|
|
38
|
-
const e3 = {};
|
|
39
|
-
b.pageContext.variables.forEach((t3) => {
|
|
40
|
-
const o3 = "${page." + t3.name + "}";
|
|
41
|
-
e3[o3] = y(b.pageContext.entity, o3, null);
|
|
42
|
-
});
|
|
43
|
-
let t2 = window.localStorage.getItem("HOME_MY_CHARTS_CONDITIONS"), o2 = {};
|
|
44
|
-
t2 && (o2 = JSON.parse(t2)), o2[b.configure.homeChartSettingUserId] = e3;
|
|
45
|
-
const a2 = JSON.stringify(e3);
|
|
46
|
-
window.localStorage.setItem("HOME_MY_CHARTS_CONDITIONS", JSON.stringify(o2)), J.value = JSON.parse(JSON.stringify(b.pageContext.entity)), S.post(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-settings/search-conditions", { id: b.configure.homeChartSettingUserId, searchConditionsJson: a2 }).then((e4) => {
|
|
47
|
-
C.success("保存成功"), T();
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
return x2({ openSearch: () => {
|
|
51
|
-
N.value = true, k.value = b.configure.pushHomepage.searchConditions;
|
|
52
|
-
} }), (t2, o2) => {
|
|
53
|
-
const a2 = i("el-empty"), v2 = i("el-form"), y2 = i("el-button"), h2 = i("el-dialog");
|
|
54
|
-
return l(), n(h2, { modelValue: N.value, "onUpdate:modelValue": o2[0] || (o2[0] = (e3) => N.value = e3), title: "筛选", close: w, "append-to-body": "", fullscreen: "", top: "40vh", append: "", width: "70%", draggable: "" }, { default: r(() => [s("div", _, [k.value && 0 !== k.value.length ? c("", true) : (l(), n(a2, { key: 0, description: "未设置筛选条件", "image-size": 50 })), (l(), n(v2, { key: j.value }, { default: r(() => [(l(true), g(m, null, d(k.value, (t3) => (l(), n(f, { key: t3.uuid, configure: t3, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"]))), 128))]), _: 1 }))], 512)]), footer: r(() => [s("div", O, [u(y2, { type: "primary", onClick: T }, { default: r(() => o2[1] || (o2[1] = [p(" 确定 ", -1)])), _: 1, __: [1] }), u(y2, { type: "default", onClick: H }, { default: r(() => o2[2] || (o2[2] = [p("重置", -1)])), _: 1, __: [2] }), u(y2, { type: "primary", onClick: A }, { default: r(() => o2[3] || (o2[3] = [p(" 保存为默认条件 ", -1)])), _: 1, __: [3] })])]), _: 1 }, 8, ["modelValue"]);
|
|
55
|
-
};
|
|
56
|
-
} });
|
|
57
|
-
export {
|
|
58
|
-
x as default
|
|
59
|
-
};
|
package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { defineComponent as e, createElementBlock as t, openBlock as i, normalizeStyle as r, createCommentVNode as n, toDisplayString as a, unref as s, Fragment as l, renderList as u } from "vue";
|
|
2
|
-
import "agilebuilder-ui";
|
|
3
|
-
import "dayjs";
|
|
4
|
-
import "../../../utils/global-refs.mjs";
|
|
5
|
-
import "element-plus";
|
|
6
|
-
import "../../../utils/eventBus.mjs";
|
|
7
|
-
import "axios";
|
|
8
|
-
import "async-validator";
|
|
9
|
-
import "../../../utils/page-store.mjs";
|
|
10
|
-
import { useI18n as p } from "vue-i18n";
|
|
11
|
-
import "../../../utils/events/print-label.mjs";
|
|
12
|
-
const o = { key: 1 }, d = ["innerHTML"], m = { key: 2 }, g = e({ __name: "format-file-task-notice-message", props: { message: { type: Boolean, default: false }, createdTime: { type: Number, default: null }, endTime: { type: Number, default: null }, serverPath: { type: String, default: null }, fileName: { type: String, default: null }, backendUrl: { type: String, default: null } }, setup(e2) {
|
|
13
|
-
const { t: g2 } = p(), f = e2, y = 0.6 * window.innerHeight;
|
|
14
|
-
function c(e3) {
|
|
15
|
-
if (!e3) return "";
|
|
16
|
-
const t2 = new Date(e3);
|
|
17
|
-
return `${t2.getFullYear()}-${String(t2.getMonth() + 1).padStart(2, "0")}-${String(t2.getDate()).padStart(2, "0")} ${String(t2.getHours()).padStart(2, "0")}:${String(t2.getMinutes()).padStart(2, "0")}:${String(t2.getSeconds()).padStart(2, "0")}`;
|
|
18
|
-
}
|
|
19
|
-
function S() {
|
|
20
|
-
let e3 = f.message;
|
|
21
|
-
return e3 ? e3.split("~~") : [];
|
|
22
|
-
}
|
|
23
|
-
return (p2, f2) => (i(), t("div", { style: r("padding-top: 10px;width: 100%;overflow-y:auto;max-height:" + y + "px;") }, [e2.createdTime ? (i(), t("div", { key: 0, style: r(e2.serverPath ? "padding-top: 10px" : "") }, a(c(e2.createdTime) + s(g2)("superPageRuntimeMessage.startExecute")), 5)) : n("", true), e2.message ? (i(), t("div", o, [(i(true), t(l, null, u(S(), (e3, r2) => (i(), t("div", { key: r2, style: { "padding-top": "10px" }, innerHTML: e3 }, null, 8, d))), 128))])) : n("", true), e2.endTime ? (i(), t("div", m, a(c(e2.endTime) + s(g2)("superPageRuntimeMessage.endExecute")), 1)) : n("", true)], 4));
|
|
24
|
-
} });
|
|
25
|
-
export {
|
|
26
|
-
g as default
|
|
27
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as n, nextTick as r, createElementBlock as i, openBlock as o, normalizeStyle as s, normalizeClass as a, unref as u } from "vue";
|
|
2
|
-
import "../../../../utils/global-refs.mjs";
|
|
3
|
-
import { handleAfterInitEvent as l } from "../../../../utils/events/event-util.mjs";
|
|
4
|
-
const f = ["src"], m = e({ __name: "iframe-runtime", props: { pageContext: {}, configure: {}, indexObj: {}, selectWidget: {} }, setup(e2) {
|
|
5
|
-
const m2 = e2, p = t(null), c = m2.configure.runtime ? m2.configure.runtime : {}, g = c.style, x = c.class;
|
|
6
|
-
return n(() => {
|
|
7
|
-
r(() => {
|
|
8
|
-
l(null, m2.pageContext, m2.configure, { componentRef: p.value, entity: m2.pageContext.entity.data, pageData: m2.pageContext.entity.page });
|
|
9
|
-
});
|
|
10
|
-
}), (e3, t2) => (o(), i("iframe", { ref_key: "thisRef", ref: p, src: e3.configure.props.src, class: a(["amb-widget-container-iframe", u(x)]), style: s(u(g)) }, null, 14, f));
|
|
11
|
-
} });
|
|
12
|
-
export {
|
|
13
|
-
m as default
|
|
14
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as l, nextTick as o, computed as n, watch as i, resolveComponent as p, createBlock as a, openBlock as u, normalizeStyle as r, normalizeClass as s, unref as d, withCtx as m, createVNode as f, createElementBlock as c, createCommentVNode as g, Fragment as v, createTextVNode as y, toDisplayString as x } from "vue";
|
|
2
|
-
import { getFormModelFields as C } from "../../../../utils/page-init-util.mjs";
|
|
3
|
-
import { handleAfterInitEvent as h, handleFormEvent as S } from "../../../../utils/events/event-util.mjs";
|
|
4
|
-
import F from "../common/title-suffix-element.vue.mjs";
|
|
5
|
-
import { $t as b } from "../../../../utils/i18n-util.mjs";
|
|
6
|
-
import { setVariableValue as k, getVariableValue as R, getFormPropName as j, getValueFromVariable as _ } from "../../../../utils/page-helper-util.mjs";
|
|
7
|
-
import { addRequiredClassUtil as I } from "../../../../utils/common-util.mjs";
|
|
8
|
-
const T = e({ __name: "depttree-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: T2 }) {
|
|
9
|
-
const q = e2, w = t(null), z = t([]), M = q.pageContext.entity ? q.pageContext.entity : {};
|
|
10
|
-
M.data || (M.data = {});
|
|
11
|
-
const O = M.data, $ = M.page;
|
|
12
|
-
let D = C(q.pageContext, q.configure);
|
|
13
|
-
const E = D.length > 0 ? D[D.length - 1] : q.configure.uuid, V = q.configure.runtime ? q.configure.runtime : {}, W = t(V.props ? V.props : {}), A = V.style, B = V.class, G = V.headerStyle, H = V.titleExceedStyle;
|
|
14
|
-
V.props.deptScope && ("field" == V.props.deptScope && V.props.deptScopeField ? (Y(), function(e3, t2) {
|
|
15
|
-
if (0 === e3.indexOf("${fixed.")) return;
|
|
16
|
-
const l2 = e3.match(/\${(.*?)}/);
|
|
17
|
-
if (!l2) return;
|
|
18
|
-
const o2 = l2 ? l2[1].split(".") : [];
|
|
19
|
-
o2 && o2.length > 0 && i(() => o2.reduce((e4, t3) => e4[t3], q.pageContext.entity), (e4, l3) => {
|
|
20
|
-
t2(e4, l3);
|
|
21
|
-
});
|
|
22
|
-
}(V.props.deptScopeField, (e3, t2) => {
|
|
23
|
-
Y();
|
|
24
|
-
})) : "depts" == V.props.deptScope && V.props.deptScopeCodes && (z.value = V.props.deptScopeCodes.split(",")));
|
|
25
|
-
const J = t(null), K = t(null), L = t(null);
|
|
26
|
-
l(() => {
|
|
27
|
-
o(() => {
|
|
28
|
-
const e3 = O ? O[E] : null;
|
|
29
|
-
h(e3, q.pageContext, q.configure, { formItemRef: J.value, componentRef: K.value, titleRef: L.value, value: e3, entity: q.pageContext.entity.data, pageData: q.pageContext.entity.page });
|
|
30
|
-
});
|
|
31
|
-
});
|
|
32
|
-
const N = n({ get: () => R(M, D), set(e3) {
|
|
33
|
-
k(M, D, e3), null != e3 && (w.value = "");
|
|
34
|
-
} }), P = W.value.autoSetFields ? W.value.autoSetFields : [];
|
|
35
|
-
let Q = null;
|
|
36
|
-
function U(e3, t2) {
|
|
37
|
-
Q ? Q === e3 && (D.length > 0 ? S(R(M, D), q.pageContext, q.configure, "change") : S(t2, q.pageContext, q.configure, "change")) : e3 === E && S(t2, q.pageContext, q.configure, "change");
|
|
38
|
-
}
|
|
39
|
-
function X() {
|
|
40
|
-
S(null, q.pageContext, q.configure, "click");
|
|
41
|
-
}
|
|
42
|
-
function Y() {
|
|
43
|
-
const e3 = _(q.pageContext.entity, V.props.deptScopeField);
|
|
44
|
-
z.value = e3 ? e3.split(",") : [];
|
|
45
|
-
}
|
|
46
|
-
return P.length - 1 > 0 && P[P.length - 1] && P[P.length - 1].model && (Q = j(P[P.length - 1].model)), T2({ addRequiredClass: function() {
|
|
47
|
-
w.value = I();
|
|
48
|
-
} }), (e3, t2) => {
|
|
49
|
-
const l2 = p("OrganizationInput"), o2 = p("el-form-item");
|
|
50
|
-
return u(), a(o2, { ref_key: "formItemRef", ref: J, required: W.value.required, class: s(d(B) + (w.value ? " " + w.value : "")), "label-width": W.value.labelWidth, style: r(d(A)) }, { label: m(() => [W.value.tittleShow ? (u(), c("div", { key: 0, ref_key: "titleRef", ref: L, style: r({ ...d(G), ...d(H) }) }, [W.value.prefixType ? (u(), a(F, { key: 0, pageContext: e3.pageContext, property: W.value }, null, 8, ["pageContext", "property"])) : (u(), c(v, { key: 1 }, [y(x(d(b)(W.value.title)), 1)], 64))], 4)) : g("", true)]), default: m(() => [f(l2, { ref_key: "componentRef", ref: K, disabled: "disabled" == W.value.state, multiple: W.value.multiple, treeType: W.value.treeType, value: N.value, models: d(O), departmentInfo: z.value, limitFilterColumn: W.value.limitFilterColumn, pageModels: d($), fields: d(P), size: W.value.size, separator: W.value.separator, onSetValue: U, onShowTree: X }, null, 8, ["disabled", "multiple", "treeType", "value", "models", "departmentInfo", "limitFilterColumn", "pageModels", "fields", "size", "separator"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
51
|
-
};
|
|
52
|
-
} });
|
|
53
|
-
export {
|
|
54
|
-
T as default
|
|
55
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { defineComponent as o, createBlock as t, openBlock as e } from "vue";
|
|
2
|
-
import p from "./workflow/component/workflow-opinion-box.vue.mjs";
|
|
3
|
-
const n = o({ __name: "page-bottom", props: { pageContext: {} }, setup: (o2) => (o3, n2) => (e(), t(p, { pageContext: o3.pageContext }, null, 8, ["pageContext"])) });
|
|
4
|
-
export {
|
|
5
|
-
n as default
|
|
6
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { defineComponent as t, ref as e, onMounted as n, createElementBlock as a, createCommentVNode as o, openBlock as p, normalizeClass as i, unref as r, createElementVNode as u, normalizeStyle as s, toDisplayString as l } from "vue";
|
|
2
|
-
import { getFormModelFields as g } from "../../../../utils/page-init-util.mjs";
|
|
3
|
-
import { getVariableValue as C, setVariableValue as c } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
-
const m = t({ __name: "workflownode-runtime", props: { pageContext: {}, configure: {} }, setup(t2, { expose: m2 }) {
|
|
5
|
-
const x = t2, y = e(false), f = x.pageContext.entity ? x.pageContext.entity : {};
|
|
6
|
-
let T = g(x.pageContext, x.configure);
|
|
7
|
-
const d = x.configure.runtime ? x.configure.runtime : {}, _ = e(d.props ? d.props : {}), v = d.class, E = d.headerStyle;
|
|
8
|
-
let R = e("");
|
|
9
|
-
return "form" === x.pageContext.pageType && x.pageContext.entity && x.pageContext.entity.data && ("EXTRACT" === x.pageContext.entity.data.PROCESS_STATE || "EXTRACT" === x.pageContext.entity.data.process_state ? R.value = "抽单办理中" : R.value = x.pageContext.entity.data.CURRENT_ACTIVITY_NAME || x.pageContext.entity.data.current_activity_name, y.value = !!x.pageContext.entity.data.WORKFLOW_ID), n(() => {
|
|
10
|
-
}), m2({ getValue: function() {
|
|
11
|
-
return C(f, T);
|
|
12
|
-
}, setValue: function(t3) {
|
|
13
|
-
return c(f, T, t3);
|
|
14
|
-
} }), (t3, e2) => y.value ? (p(), a("span", { key: 0, class: i(r(v)) }, [u("span", { style: s(r(E)) }, [u("span", null, l(_.value.title), 1), u("span", null, l(r(R)), 1)], 4)], 2)) : o("", true);
|
|
15
|
-
} });
|
|
16
|
-
export {
|
|
17
|
-
m as default
|
|
18
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
module.exports = { theme1: { color: ["#43C2C0", "#978DEB", "#FFBC5D", "#50ADFC", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme2: { color: ["#5FC8FB", "#9DE3CE", "#FFB47B", "#F88D7D", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme3: { color: ["#95C0F7", "#D3DE8F", "#61D4EB", "#F0BB50", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] } };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
module.exports = { theme1: { color: ["red", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme2: { color: ["yellow", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme3: { color: ["green", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] } };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
module.exports = { theme1: { color: ["#50ADFC", "#FFBC5D", "#FF8484", "#978DEB", "#43C2C0", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme2: { color: ["#5FC8FB", "#FFB47B", "#FFE101", "#F97C6D", "#8CD193", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme3: { color: ["#D3DE8F", "#F961B0", "#F0BB50", "#978DEB", "#95C0F7", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] } };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
module.exports = { theme1: { color: ["#50ADFC", "#978DEB", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme2: { color: ["#5FC8FB", "#95A4DF", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme3: { color: ["#D3DE8F", "#61D4EB", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] } };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
module.exports = { theme1: { color: ["red", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme2: { color: ["yellow", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] }, theme3: { color: ["green", "#5470c6", "#91cc75", "#fac858", "#ee6666", "#73c0de", "#3ba272", "#fc8452", "#9a60b4", "#ea7ccc"] } };
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
module.exports = "data:image/png;base64,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";
|