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
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { setActiveMenuToChatAiStore as e, setPageInfoToChatStore as t } from "agilebuilder-ui/src/utils/chat-ai-util.ts";
|
|
2
|
+
import { functions as o } from "./api/page-expose-util.js";
|
|
3
|
+
function a(e2) {
|
|
4
|
+
const t2 = o.getFormViewData(e2), a2 = e2.propTitleMap, r2 = {};
|
|
5
|
+
for (const e3 in t2) Array.isArray(t2[e3]) || a2 && a2[e3] && (r2[a2[e3]] = t2[e3]);
|
|
6
|
+
return r2;
|
|
7
|
+
}
|
|
8
|
+
function r(o2, a2) {
|
|
9
|
+
o2 && (e({ menuCode: a2.menuCode, menuName: a2.label }), t(a2, { instance: o2, exposeProxy: o2.exposeProxy, pageType: a2.pageType }));
|
|
10
|
+
}
|
|
11
|
+
const i = { getFormFormatDataUtil: a, setPageToChatStore: r };
|
|
12
|
+
export {
|
|
13
|
+
i as default,
|
|
14
|
+
a as getFormFormatDataUtil,
|
|
15
|
+
r as setPageToChatStore
|
|
16
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { caculateShowCondition as t } from "./page-helper-util.
|
|
2
|
-
import { getComponentRefByCode as o, getComponentRef as e } from "./global-refs.
|
|
1
|
+
import { caculateShowCondition as t } from "./page-helper-util.js";
|
|
2
|
+
import { getComponentRefByCode as o, getComponentRef as e } from "./global-refs.js";
|
|
3
3
|
import { nextTick as n } from "vue";
|
|
4
4
|
function l(t2, o2) {
|
|
5
5
|
const l2 = e(t2, o2);
|
|
@@ -28,7 +28,7 @@ function c(o2, n2) {
|
|
|
28
28
|
function r(t2, o2 = {}) {
|
|
29
29
|
const { checkInterval: e2 = 50, stableCount: l2 = 2, maxWaitTime: i2 = 3e3 } = o2;
|
|
30
30
|
let c2 = -1, r2 = 0, s2 = 0;
|
|
31
|
-
const
|
|
31
|
+
const u = () => {
|
|
32
32
|
const o3 = document.documentElement.scrollHeight || document.body.scrollHeight;
|
|
33
33
|
if (o3 === c2) {
|
|
34
34
|
if (r2++, r2 >= l2) return void n(() => {
|
|
@@ -37,10 +37,10 @@ function r(t2, o2 = {}) {
|
|
|
37
37
|
} else c2 = o3, r2 = 0;
|
|
38
38
|
s2 += e2, s2 >= i2 ? n(() => {
|
|
39
39
|
t2();
|
|
40
|
-
}) : setTimeout(
|
|
40
|
+
}) : setTimeout(u, e2);
|
|
41
41
|
};
|
|
42
42
|
n(() => {
|
|
43
|
-
|
|
43
|
+
u();
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
46
|
function s(t2) {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ElMessage as e, ElMessageBox as s } from "element-plus";
|
|
2
|
+
import { functions as o } from "./page-expose-util.js";
|
|
3
|
+
import { standardEvents as t } from "../events/standard-event.js";
|
|
4
|
+
o.standardEvents = t, window.$PageUtil = o, window.$message = e, window.$messageBox = s;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as o, setValueForVariableName as i } from "../page-helper-util.
|
|
2
|
-
import { getComponentRef as a, getComponentRefByCode as r } from "../global-refs.
|
|
3
|
-
import s from "../eventBus.
|
|
4
|
-
import
|
|
5
|
-
import { getFormData as
|
|
6
|
-
import { dynamicControlTableEdit as
|
|
7
|
-
import { deepCopy as
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
1
|
+
import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as o, setValueForVariableName as i } from "../page-helper-util.js";
|
|
2
|
+
import { getComponentRef as a, getComponentRefByCode as r } from "../global-refs.js";
|
|
3
|
+
import s from "../eventBus.js";
|
|
4
|
+
import l from "agilebuilder-ui/src/utils/request";
|
|
5
|
+
import { getFormData as c, getAdditionalParamMap as u, refreshPage as m } from "../events/standard-event.js";
|
|
6
|
+
import { dynamicControlTableEdit as f, disabledAllFields as p, updateFormItemEditState as d } from "../events/validator-util.js";
|
|
7
|
+
import { deepCopy as g, getBaseUrl as y } from "../common-util.js";
|
|
8
|
+
import { replacePrefix as b, isMobileBrowser as h } from "agilebuilder-ui/src/utils/common-util";
|
|
9
|
+
import { getFormModelFields as E, getModelFields as C } from "../page-init-util.js";
|
|
10
|
+
import { getCustomFunc as P } from "../events/event-util.js";
|
|
11
|
+
import { isHasFieldPermissionAuth as k } from "../table-utils.js";
|
|
12
|
+
import { scrollIntoComponentWithCode as T, scrollIntoComponentWithUuid as $ } from "../anchor-util.js";
|
|
12
13
|
const v = { showElement: function(e2, t2, n2) {
|
|
13
14
|
n2 ? A(e2, "showElement", t2) : t2.forEach((t3) => {
|
|
14
15
|
const n3 = r(e2, t3);
|
|
@@ -48,20 +49,20 @@ const v = { showElement: function(e2, t2, n2) {
|
|
|
48
49
|
i(e2.entity, o2.startsWith("${") ? o2 : "${" + t2 + "." + o2 + "}", n2[o2]);
|
|
49
50
|
});
|
|
50
51
|
}, dynamicControlFormEdit: function(e2, t2, n2) {
|
|
51
|
-
n2 ? A(e2, "dynamicControlFormEdit", t2) :
|
|
52
|
+
n2 ? A(e2, "dynamicControlFormEdit", t2) : d(e2, t2);
|
|
52
53
|
}, disabledAllFields(e2) {
|
|
53
|
-
|
|
54
|
+
p(e2);
|
|
54
55
|
}, dynamicControlTableEdit(e2, t2, n2) {
|
|
55
|
-
|
|
56
|
+
f(e2, t2, n2);
|
|
56
57
|
}, executeServiceFlow: function(e2, t2, n2) {
|
|
57
58
|
const o2 = e2.code;
|
|
58
|
-
n2 || (n2 = { entity: e2.entity.data, serviceVariables: {}, requestParams:
|
|
59
|
-
const i2 = e2.backendUrl, a2 =
|
|
60
|
-
return
|
|
59
|
+
n2 || (n2 = { entity: e2.entity.data, serviceVariables: {}, requestParams: u(e2), taskParamMap: e2.entity.task, dynamicDimensionValue: [], dynamicSortValue: "" }), n2.entity || (n2.entity = e2.entity.data), n2.requestParams || (n2.requestParams = u(e2)), n2.taskParamMap || (n2.taskParamMap = e2.entity.task);
|
|
60
|
+
const i2 = e2.backendUrl, a2 = y(i2, e2.isTest);
|
|
61
|
+
return l.post(`${a2}/dsc/service-flow/execute/${o2}/${t2}`, n2);
|
|
61
62
|
}, openPage: function(e2, t2) {
|
|
62
63
|
s.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
|
|
63
64
|
}, refreshPage: function(e2, t2) {
|
|
64
|
-
|
|
65
|
+
m(e2, t2);
|
|
65
66
|
}, refreshSubTableHandle: function(e2, t2) {
|
|
66
67
|
let n2;
|
|
67
68
|
const o2 = r(e2, t2);
|
|
@@ -78,12 +79,12 @@ const v = { showElement: function(e2, t2, n2) {
|
|
|
78
79
|
e3 && e3.uuid && e3.name && "table" === e3.name && (o2 = e3.uuid);
|
|
79
80
|
}
|
|
80
81
|
o2 ? s.$emit("_refreshChildData_" + o2, n2) : console.error("tableUUid is undefined");
|
|
81
|
-
}, getServerConfigValue: (e2) => window.$vueApp.config.globalProperties[e2], getBackendUrl: (e2) =>
|
|
82
|
-
const n2 =
|
|
82
|
+
}, getServerConfigValue: (e2) => window.$vueApp.config.globalProperties[e2], getBackendUrl: (e2) => y(e2.backendUrl, false), getPlateBackendUrl: () => window.$vueApp.config.globalProperties.baseAPI, getEntity: (e2) => e2.entity.data, getEntityValue: (e2, t2) => e2.entity.data ? e2.entity.data[t2] : null, getPageData: (e2) => e2.entity.page, getPageDataValue: (e2, t2) => e2.entity.page ? e2.entity.page[t2] : null, getAdditionalParams: (e2) => u(e2), getAdditionalParamValue(e2, t2) {
|
|
83
|
+
const n2 = u(e2);
|
|
83
84
|
return n2 ? n2[t2] : null;
|
|
84
|
-
}, isMobile: () =>
|
|
85
|
+
}, isMobile: () => h(), getComponentRefByProp: (e2, t2) => r(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(i2) {
|
|
85
86
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
|
|
86
|
-
const r2 = i2.entity ? i2.entity : {}, s2 =
|
|
87
|
+
const r2 = i2.entity ? i2.entity : {}, s2 = g(r2), l2 = e(i2);
|
|
87
88
|
for (const e2 in l2) {
|
|
88
89
|
const r3 = t(i2, e2), l3 = a(i2, e2);
|
|
89
90
|
if (l3) {
|
|
@@ -111,15 +112,15 @@ const v = { showElement: function(e2, t2, n2) {
|
|
|
111
112
|
if (e2.indexOf("__") > 0 && (t2 = e2.substring(e2.lastIndexOf("__") + 2)), t2) {
|
|
112
113
|
const o2 = a(i2, t2);
|
|
113
114
|
if (o2) {
|
|
114
|
-
const t3 = o2.getConfigure(), i3 = t3.code ? t3.code : e2, a2 = C(t3, i3), r3 = n(s2, a2), l3 = o2.getTableSelectOptions(e2), c3 = o2.getColumns(),
|
|
115
|
+
const t3 = o2.getConfigure(), i3 = t3.code ? t3.code : e2, a2 = C(t3, i3), r3 = n(s2, a2), l3 = o2.getTableSelectOptions(e2), c3 = o2.getColumns(), u2 = {}, m2 = {};
|
|
115
116
|
c3 && c3.length > 0 && c3.forEach((e3) => {
|
|
116
|
-
"DATE" !== e3.dataType && "TIME" !== e3.dataType || (
|
|
117
|
-
}),
|
|
117
|
+
"DATE" !== e3.dataType && "TIME" !== e3.dataType || (m2[e3.prop] = e3);
|
|
118
|
+
}), u2.formatDateColumns = m2, j(l3, r3, u2, o2);
|
|
118
119
|
}
|
|
119
120
|
}
|
|
120
121
|
}
|
|
121
122
|
return s2.data;
|
|
122
|
-
}, getFormData: (e2, t2) =>
|
|
123
|
+
}, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => P(e2, t2), replaceUrlPrefix: (e2) => b(e2), isHasFieldAuthPermission: (e2) => {
|
|
123
124
|
var _a, _b, _c, _d;
|
|
124
125
|
return !(void 0 !== ((_b = (_a = e2 == null ? void 0 : e2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.isHasFieldAuthPermission) && !((_d = (_c = e2 == null ? void 0 : e2.props) == null ? void 0 : _c.base) == null ? void 0 : _d.isHasFieldAuthPermission));
|
|
125
126
|
}, isHasFieldAuth(e2, t2) {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { defineAsyncComponent as e } from "vue";
|
|
2
|
+
import { usePageContextStore as t } from "./page-store.js";
|
|
3
|
+
const m = [{ name: "container", label: "容器", icon: "assets/images/group-container.png", items: [{ name: "form", label: "表单", runtimeComponent: e(() => import("../views/assemblys/container/form/form-runtime.vue.js")) }, { name: "card", label: "卡片", runtimeComponent: e(() => import("../views/assemblys/container/card/card-runtime.vue.js")) }, { name: "collapse", label: "折叠面板", runtimeComponent: e(() => import("../views/assemblys/container/collapse/collapse-runtime.vue.js")) }, { name: "layout", label: "Flex", runtimeComponent: e(() => import("../views/assemblys/container/flex/flex-runtime.vue.js")) }, { name: "tabs", label: "Tabs", runtimeComponent: e(() => import("../views/assemblys/container/tabs/tabs-runtime.vue.js")) }, { name: "tools", label: "工具栏", runtimeComponent: e(() => import("../views/assemblys/container/tools/tools-runtime.vue.js")) }, { name: "iframe", label: "Iframe", runtimeComponent: e(() => import("../views/assemblys/container/iframe/iframe-runtime.vue.js")) }, { name: "container", label: "布局", runtimeComponent: e(() => import("../views/assemblys/container/container/container-runtime.vue.js")) }] }, { name: "form", label: "表单", items: [{ name: "input-text", label: "文本框", runtimeComponent: e(() => import("../views/assemblys/form/input-text/inputtext-runtime.vue.js")) }, { name: "select", label: "下拉框", runtimeComponent: e(() => import("../views/assemblys/form/select/select-runtime.vue.js")) }, { name: "radio", label: "单选框", runtimeComponent: e(() => import("../views/assemblys/form/radio/radio-runtime.vue.js")) }, { name: "checkbox", label: "复选框", runtimeComponent: e(() => import("../views/assemblys/form/checkbox/checkbox-runtime.vue.js")) }, { name: "textarea", label: "文本域", runtimeComponent: e(() => import("../views/assemblys/form/textarea/textarea-runtime.vue.js")) }, { name: "datePicker", label: "日期/时间", runtimeComponent: e(() => import("../views/assemblys/form/date-picker/datepicker-runtime.vue.js")) }, { name: "switch", label: "开关", runtimeComponent: e(() => import("../views/assemblys/form/switch/switch-runtime.vue.js")) }, { name: "inputNumber", label: "计数器", runtimeComponent: e(() => import("../views/assemblys/form/input-number/input-number-runtime.vue.js")) }, { name: "tag", label: "标签", runtimeComponent: e(() => import("../views/assemblys/form/tag/tag-runtime.vue.js")) }, { name: "richText", label: "富文本", runtimeComponent: e(() => import("../views/assemblys/form/rich-text/richtext-runtime.vue.js")) }, { name: "divider", label: "分割线", runtimeComponent: e(() => import("../views/assemblys/form/divider/divider-runtime.vue.js")) }, { name: "separatelabel", label: "分割标签", runtimeComponent: e(() => import("../views/assemblys/form/separatelabel/separatelabel-runtime.vue.js")) }, { name: "placeholder", label: "占位符", runtimeComponent: e(() => import("../views/assemblys/form/placeholder/placeholder-runtime.vue.js")) }, { name: "link", label: "链接", runtimeComponent: e(() => import("../views/assemblys/form/link/link-runtime.vue.js")) }, { name: "label", label: "Label组件", runtimeComponent: e(() => import("../views/assemblys/form/label/label-runtime.vue.js")) }, { name: "dept-tree", label: "组织树", runtimeComponent: e(() => import("../views/assemblys/form/dept-tree/depttree-runtime.vue.js")) }, { name: "file-upload", label: "文件上传", runtimeComponent: e(() => import("../views/assemblys/form/file-upload/fileupload-runtime.vue.js")) }] }, { name: "button", label: "按钮", items: [{ name: "button-detail", label: "按钮", runtimeComponent: e(() => import("../views/assemblys/button/button/button-runtime.vue.js")) }, { name: "button-group", label: "按钮组", runtimeComponent: e(() => import("../views/assemblys/button/button-group/buttongroup-runtime.vue.js")) }, { name: "dropdown", label: "下拉菜单", runtimeComponent: e(() => import("../views/assemblys/button/dropdown/dropdown-runtime.vue.js")) }, { name: "print-label", label: "打印标签", runtimeComponent: e(() => import("../views/assemblys/button/print-label/printlabel-runtime.vue.js")) }, { name: "export-pdf", label: "打印标签", runtimeComponent: e(() => import("../views/assemblys/button/export-pdf/exportpdf-runtime.vue.js")) }] }, { name: "workflow", label: "工作流", items: [{ name: "workflow-button", label: "工作流按钮", runtimeComponent: e(() => import("../views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js")) }, { name: "picture-flow", label: "图形历史", runtimeComponent: e(() => import("../views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.js")) }, { name: "text-flow", label: "文本历史", runtimeComponent: e(() => import("../views/assemblys/workflow/text-history/textflow-runtime.vue.js")) }, { name: "workflow-node", label: "流程环节", runtimeComponent: e(() => import("../views/assemblys/workflow/workflow-node/workflownode-runtime.vue.js")) }, { name: "extract-workflow", label: "抽单", runtimeComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.js")) }, { name: "extract-workflow-dialog", label: "抽单Dialog", runtimeComponent: e(() => import("../views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.js")) }] }, { name: "chart", label: "统计图", items: [{ name: "chart-column-line", label: "柱/折图", runtimeComponent: e(() => import("../views/assemblys/chart/column-line/column-line-runtime.vue.js")) }, { name: "chart-pie", label: "饼图", runtimeComponent: e(() => import("../views/assemblys/chart/pie/pie-runtime.vue.js")) }, { name: "chart-gauge", label: "仪表盘", runtimeComponent: e(() => import("../views/assemblys/chart/gauge/gauge-runtime.vue.js")) }, { name: "chart-radar", label: "雷达图", runtimeComponent: e(() => import("../views/assemblys/chart/radar/radar-runtime.vue.js")) }, { name: "chart-scatter", label: "散点图", runtimeComponent: e(() => import("../views/assemblys/chart/scatter/scatter-runtime.vue.js")) }, { name: "statistical-table", label: "统计表格", runtimeComponent: e(() => import("../views/assemblys/chart/table/table-runtime.vue.js")) }] }, { name: "data", label: "数据", items: [{ name: "table", label: "表格", runtimeComponent: e(() => import("../views/assemblys/data/table/table-runtime.vue.js")) }, { name: "tree", label: "树控件", runtimeComponent: e(() => import("../views/assemblys/data/tree/tree-runtime.vue.js")) }, { name: "bar-code", label: "条码", runtimeComponent: e(() => import("../views/assemblys/data/bar-code/barcode-runtime.vue.js")) }] }, { name: "other", label: "其他", items: [{ name: "custom", label: "自定义", runtimeComponent: e(() => import("../views/assemblys/form/custom/custom-runtime.vue.js")) }] }];
|
|
4
|
+
function n(e2) {
|
|
5
|
+
if (!e2) return null;
|
|
6
|
+
for (let n2 = 0; n2 < m.length; n2++) {
|
|
7
|
+
let o = m[n2].items;
|
|
8
|
+
for (let m2 = 0; m2 < o.length; m2++) {
|
|
9
|
+
let n3 = o[m2];
|
|
10
|
+
if (n3.name == e2) {
|
|
11
|
+
return t().countComponentsTotalNmber(), n3.runtimeComponent;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
return null;
|
|
16
|
+
}
|
|
17
|
+
export {
|
|
18
|
+
m as assemblyGroups,
|
|
19
|
+
n as getRuntimeComponentByName
|
|
20
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { getValueFromSource as e, formatVariableValue as t, setValueForVariableName as i } from "../page-helper-util.
|
|
2
|
-
import { deepCopy as s } from "../common-util.
|
|
3
|
-
import { setDefaultGrid as o, CommonName as a, caculateFormulaValue as l, sortDatas as n, limitDatas as r, executeChartFormula as u, formatToolboxI18n as c } from "./chart-util.
|
|
4
|
-
import { handleChartEvent as d } from "../events/event-util.
|
|
1
|
+
import { getValueFromSource as e, formatVariableValue as t, setValueForVariableName as i } from "../page-helper-util.js";
|
|
2
|
+
import { deepCopy as s } from "../common-util.js";
|
|
3
|
+
import { setDefaultGrid as o, CommonName as a, caculateFormulaValue as l, sortDatas as n, limitDatas as r, executeChartFormula as u, formatToolboxI18n as c } from "./chart-util.js";
|
|
4
|
+
import { handleChartEvent as d } from "../events/event-util.js";
|
|
5
5
|
function f(f2, p, m, h) {
|
|
6
6
|
if (!h || !h.result) return;
|
|
7
7
|
o(m), m.tooltip || (m.tooltip = {}), d(f2, p, "beforeUpdateChart", m, { resultData: h });
|
package/dist/es/components/runtime/utils/charts/{chart-gauge-util.mjs → chart-gauge-util.js}
RENAMED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { formatVariableValue as e, getValueFromSource as t } from "../page-helper-util.
|
|
2
|
-
import { deepCopy as o } from "../common-util.
|
|
3
|
-
import { setDefaultGrid as r, formatToolboxI18n as s } from "./chart-util.
|
|
4
|
-
import { handleChartEvent as l } from "../events/event-util.
|
|
1
|
+
import { formatVariableValue as e, getValueFromSource as t } from "../page-helper-util.js";
|
|
2
|
+
import { deepCopy as o } from "../common-util.js";
|
|
3
|
+
import { setDefaultGrid as r, formatToolboxI18n as s } from "./chart-util.js";
|
|
4
|
+
import { handleChartEvent as l } from "../events/event-util.js";
|
|
5
5
|
function i(i2, p, a, n) {
|
|
6
6
|
if (!n || !n.result) return;
|
|
7
7
|
l(i2, p, "beforeUpdateChart", a, { resultData: n }), r(a);
|
|
8
|
-
const u = n && n.result ? n.result : {},
|
|
9
|
-
let
|
|
10
|
-
|
|
8
|
+
const u = n && n.result ? n.result : {}, c = p.serviceDataField;
|
|
9
|
+
let m = null;
|
|
10
|
+
c ? m = u[c] : u && (m = [u]), m || (m = []);
|
|
11
11
|
const d = p.props ? p.props.nameSource : void 0, f = p.props ? p.props.nameField : void 0, h = p.props ? p.props.nameFixed : void 0, v = p.props ? p.props.yaxisField : void 0, g = [f], F = [], j = [];
|
|
12
|
-
for (const o2 of
|
|
12
|
+
for (const o2 of m) {
|
|
13
13
|
if (!o2) continue;
|
|
14
14
|
let r2 = null;
|
|
15
15
|
r2 = "fixed" == d ? e(i2, h) : t(o2, f, void 0), F.push(r2);
|
|
@@ -31,7 +31,7 @@ function i(i2, p, a, n) {
|
|
|
31
31
|
S.push(t2);
|
|
32
32
|
}
|
|
33
33
|
const y = o(x);
|
|
34
|
-
y[0].data = S, a.series = [y[0]], s(a), l(i2, p, "afterUpdateChart", a, { resultData: n }), p.groupFields = g, p.cacheDatas =
|
|
34
|
+
y[0].data = S, a.series = [y[0]], s(a), l(i2, p, "afterUpdateChart", a, { resultData: n }), p.groupFields = g, p.cacheDatas = m, p.rawResult = n;
|
|
35
35
|
}
|
|
36
36
|
export {
|
|
37
37
|
i as updateChartOption
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { getValueFromSource as o, setValueForVariableName as t } from "../page-helper-util.
|
|
2
|
-
import { deepCopy as e } from "../common-util.
|
|
3
|
-
import { setDefaultGrid as r, CommonName as s, caculateFormulaValue as l, executeChartFormula as n, sortDatas as p, limitDatas as i, formatToolboxI18n as a } from "./chart-util.
|
|
4
|
-
import { handleChartEvent as u } from "../events/event-util.
|
|
5
|
-
function c(c2, f,
|
|
6
|
-
if (!
|
|
7
|
-
u(c2, f, "beforeUpdateChart",
|
|
8
|
-
const h =
|
|
9
|
-
let d =
|
|
1
|
+
import { getValueFromSource as o, setValueForVariableName as t } from "../page-helper-util.js";
|
|
2
|
+
import { deepCopy as e } from "../common-util.js";
|
|
3
|
+
import { setDefaultGrid as r, CommonName as s, caculateFormulaValue as l, executeChartFormula as n, sortDatas as p, limitDatas as i, formatToolboxI18n as a } from "./chart-util.js";
|
|
4
|
+
import { handleChartEvent as u } from "../events/event-util.js";
|
|
5
|
+
function c(c2, f, g, m) {
|
|
6
|
+
if (!m || !m.result) return;
|
|
7
|
+
u(c2, f, "beforeUpdateChart", g, { resultData: m }), r(g);
|
|
8
|
+
const h = m && m.result ? m.result : {};
|
|
9
|
+
let d = m && m.groupValue ? m.groupValue : void 0;
|
|
10
10
|
const y = f.serviceDataField;
|
|
11
11
|
let v = null;
|
|
12
12
|
y ? v = h[y] : h && (v = Array.isArray(h) ? h : [h]), v || (v = []);
|
|
@@ -73,9 +73,9 @@ function c(c2, f, m, g) {
|
|
|
73
73
|
I.push(t2);
|
|
74
74
|
}
|
|
75
75
|
const V = e(b);
|
|
76
|
-
V[0].data = I,
|
|
76
|
+
V[0].data = I, g.series = [V[0]], a(g);
|
|
77
77
|
const G = f.props ? f.props.selGroupVariable : null;
|
|
78
|
-
!(f.props ? f.props.enableDrill : null) && G && (f.highlightInfos = [], t(c2.entity, G, null)), u(c2, f, "afterUpdateChart",
|
|
78
|
+
!(f.props ? f.props.enableDrill : null) && G && (f.highlightInfos = [], t(c2.entity, G, null)), u(c2, f, "afterUpdateChart", g, { resultData: m }), f.groupFields = F, f.cacheDatas = v, f.rawResult = m;
|
|
79
79
|
}
|
|
80
80
|
export {
|
|
81
81
|
c as updateChartOption
|
package/dist/es/components/runtime/utils/charts/{chart-radar-util.mjs → chart-radar-util.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { getValueFromSource as e } from "../page-helper-util.
|
|
2
|
-
import { deepCopy as t } from "../common-util.
|
|
3
|
-
import { setDefaultGrid as o, caculateFormulaValue as a, executeChartFormula as i, formatToolboxI18n as r } from "./chart-util.
|
|
4
|
-
import { handleChartEvent as s } from "../events/event-util.
|
|
1
|
+
import { getValueFromSource as e } from "../page-helper-util.js";
|
|
2
|
+
import { deepCopy as t } from "../common-util.js";
|
|
3
|
+
import { setDefaultGrid as o, caculateFormulaValue as a, executeChartFormula as i, formatToolboxI18n as r } from "./chart-util.js";
|
|
4
|
+
import { handleChartEvent as s } from "../events/event-util.js";
|
|
5
5
|
function l(l2, u, f, d) {
|
|
6
6
|
if (!d || !d.result) return;
|
|
7
7
|
s(l2, u, "beforeUpdateChart", f, { resultData: d }), o(f);
|
package/dist/es/components/runtime/utils/charts/{chart-scatter-util.mjs → chart-scatter-util.js}
RENAMED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { getValueFromSource as o } from "../page-helper-util.
|
|
2
|
-
import { deepCopy as s } from "../common-util.
|
|
3
|
-
import { setDefaultGrid as e, caculateFormulaValue as i, executeChartFormula as t, formatToolboxI18n as r } from "./chart-util.
|
|
4
|
-
import { handleChartEvent as a } from "../events/event-util.
|
|
1
|
+
import { getValueFromSource as o } from "../page-helper-util.js";
|
|
2
|
+
import { deepCopy as s } from "../common-util.js";
|
|
3
|
+
import { setDefaultGrid as e, caculateFormulaValue as i, executeChartFormula as t, formatToolboxI18n as r } from "./chart-util.js";
|
|
4
|
+
import { handleChartEvent as a } from "../events/event-util.js";
|
|
5
5
|
function l(l2, u, f, c) {
|
|
6
6
|
if (!c || !c.result) return;
|
|
7
7
|
a(l2, u, "beforeUpdateChart", f, { resultData: c }), e(f);
|
|
8
|
-
const d = c && c.result ? c.result : {},
|
|
9
|
-
let
|
|
10
|
-
|
|
11
|
-
const
|
|
12
|
-
for (const o2 of
|
|
8
|
+
const d = c && c.result ? c.result : {}, n = u.serviceDataField;
|
|
9
|
+
let p = null;
|
|
10
|
+
n ? p = d[n] : d && (p = Array.isArray(d) ? d : [d]), p || (p = []);
|
|
11
|
+
const m = u.items ? u.items : [], x = [], y = {};
|
|
12
|
+
for (const o2 of m) {
|
|
13
13
|
const s2 = o2.props ? o2.props : {}, e2 = o2.props ? o2.style : {}, i2 = s2.xaxisField, t2 = s2.sizeField, r2 = { uuid: o2.uuid, xaxisField: i2, yaxisField: s2.yaxisField, yaxisSource: s2.yaxisSource, formula: s2.formula, sizeField: t2, symbolSize: e2.symbolSize, data: [] };
|
|
14
14
|
x.push(r2), y[r2.uuid] = r2;
|
|
15
15
|
}
|
|
16
|
-
const h = [], F = i(
|
|
16
|
+
const h = [], F = i(m, p, h);
|
|
17
17
|
for (const o2 of x) if ("formula" === o2.yaxisSource) {
|
|
18
18
|
let s2 = o2.formula ? o2.formula : "";
|
|
19
19
|
for (const o3 in F) s2 = s2.replace(new RegExp(o3.replace("$", "\\$"), "g"), F[o3]);
|
|
20
20
|
o2.formula = s2;
|
|
21
21
|
}
|
|
22
22
|
const v = {};
|
|
23
|
-
for (const s2 of
|
|
23
|
+
for (const s2 of p) if (s2) {
|
|
24
24
|
for (const e2 of h) {
|
|
25
25
|
const i2 = o(s2, e2, void 0);
|
|
26
26
|
let t2 = v[e2];
|
|
@@ -40,7 +40,7 @@ function l(l2, u, f, c) {
|
|
|
40
40
|
const s2 = y[o2.uuid];
|
|
41
41
|
o2.data = s2.data;
|
|
42
42
|
}
|
|
43
|
-
f.series = z, r(f), a(l2, u, "afterUpdateChart", f, { resultData: c }), u.cacheDatas =
|
|
43
|
+
f.series = z, r(f), a(l2, u, "afterUpdateChart", f, { resultData: c }), u.cacheDatas = p, u.rawResult = c;
|
|
44
44
|
}
|
|
45
45
|
export {
|
|
46
46
|
l as updateChartOption
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import t from "../../../../assets/chart-themes/bar-theme.
|
|
2
|
-
import e from "../../../../assets/chart-themes/gauge-theme.
|
|
3
|
-
import n from "../../../../assets/chart-themes/pie-theme.
|
|
4
|
-
import i from "../../../../assets/chart-themes/radar-theme.
|
|
5
|
-
import s from "../../../../assets/chart-themes/scatter-theme.
|
|
6
|
-
import { getDefaultValue as r } from "../page-init-util.
|
|
7
|
-
import { getValueFromSource as o, setValueForVariableName as a, getParamNames as l, formatVariableValue as c, getValueFromVariable as f, setVariableValue as u } from "../page-helper-util.
|
|
8
|
-
import { getI18n as d } from "agilebuilder-ui";
|
|
9
|
-
import { appendDefaultMethods as p } from "../events/event-util.
|
|
1
|
+
import t from "../../../../assets/chart-themes/bar-theme.js";
|
|
2
|
+
import e from "../../../../assets/chart-themes/gauge-theme.js";
|
|
3
|
+
import n from "../../../../assets/chart-themes/pie-theme.js";
|
|
4
|
+
import i from "../../../../assets/chart-themes/radar-theme.js";
|
|
5
|
+
import s from "../../../../assets/chart-themes/scatter-theme.js";
|
|
6
|
+
import { getDefaultValue as r } from "../page-init-util.js";
|
|
7
|
+
import { getValueFromSource as o, setValueForVariableName as a, getParamNames as l, formatVariableValue as c, getValueFromVariable as f, setVariableValue as u } from "../page-helper-util.js";
|
|
8
|
+
import { getI18n as d } from "agilebuilder-ui/src/utils/util";
|
|
9
|
+
import { appendDefaultMethods as p } from "../events/event-util.js";
|
|
10
10
|
var h = ((t2) => (t2.X_FIELD_NAME = "__x", t2.Y_TEMP_NAME = "__y", t2))(h || {});
|
|
11
|
-
function
|
|
11
|
+
function g(r2, o2 = "bar") {
|
|
12
12
|
return "bar" === o2 ? t[r2] : "gauge" === o2 ? e[r2] : "pie" === o2 ? n[r2] : "radar" === o2 ? i[r2] : "scatter" === o2 ? s[r2] : t[r2];
|
|
13
13
|
}
|
|
14
|
-
function
|
|
14
|
+
function m() {
|
|
15
15
|
return [{ value: "theme1", label: "主题1" }, { value: "theme2", label: "主题2" }, { value: "theme3", label: "主题3" }];
|
|
16
16
|
}
|
|
17
17
|
function x(t2, e2, n2, i2, s2) {
|
|
@@ -268,8 +268,8 @@ export {
|
|
|
268
268
|
$ as exportCommonChart,
|
|
269
269
|
E as formatToolboxI18n,
|
|
270
270
|
k as getAvgValue,
|
|
271
|
-
|
|
272
|
-
|
|
271
|
+
g as getCustomTheme,
|
|
272
|
+
m as getCustomThemeOptions,
|
|
273
273
|
A as getMaxValue,
|
|
274
274
|
_ as getMinValue,
|
|
275
275
|
x as getNumFormatter,
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { getSystemBackendUrl as e
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { getSystemBackendUrl as e } from "agilebuilder-ui/src/utils/common-util";
|
|
2
|
+
import { getLanguageWithLocale as t } from "agilebuilder-ui/src/utils/util";
|
|
3
|
+
import { ExpressionEvaluator as n } from "../views/assemblys/chart/table/chart-table-util.js";
|
|
4
|
+
import { getCustomFunc as r } from "./events/event-util.js";
|
|
4
5
|
function o(e2) {
|
|
5
6
|
return "function" == typeof Array.isArray ? Array.isArray(e2) : "[object Array]" === Object.prototype.toString.call(e2);
|
|
6
7
|
}
|
|
@@ -21,7 +22,7 @@ function u(e2, t2, n2, r2) {
|
|
|
21
22
|
}
|
|
22
23
|
return o2;
|
|
23
24
|
}
|
|
24
|
-
function
|
|
25
|
+
function l(e2, o2, i2) {
|
|
25
26
|
if (!e2 || 0 === e2.length) return e2;
|
|
26
27
|
let u2 = e2;
|
|
27
28
|
if (Array.isArray(e2)) {
|
|
@@ -38,20 +39,20 @@ function a(e2, o2, i2) {
|
|
|
38
39
|
});
|
|
39
40
|
}), i3;
|
|
40
41
|
}(e2, o2, i2));
|
|
41
|
-
const
|
|
42
|
+
const l2 = t(), a2 = [], s2 = [], p2 = "~-~-";
|
|
42
43
|
return u2.forEach((e3) => {
|
|
43
44
|
const t2 = e3.templateName;
|
|
44
45
|
if (t2.indexOf(p2) > 0) {
|
|
45
46
|
const n2 = t2.substring(0, t2.indexOf(p2)), r2 = t2.substring(t2.indexOf(p2) + p2.length, t2.lastIndexOf(p2)), o3 = t2.substring(t2.lastIndexOf(p2) + p2.length);
|
|
46
|
-
|
|
47
|
-
} else
|
|
48
|
-
}),
|
|
47
|
+
l2 === r2 && s2.indexOf(n2) < 0 && (a2.push({ templateUuid: e3.templateUuid, templateName: o3 }), s2.push(n2));
|
|
48
|
+
} else a2.push(e3);
|
|
49
|
+
}), a2;
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
|
-
function
|
|
52
|
+
function a(e2) {
|
|
52
53
|
return e2.toLowerCase().replace(/( |^)[a-z]/g, (e3) => e3.toUpperCase());
|
|
53
54
|
}
|
|
54
|
-
function
|
|
55
|
+
function s(e2, t2, n2) {
|
|
55
56
|
return "V" + t2 + "__" + e2 + "__" + n2;
|
|
56
57
|
}
|
|
57
58
|
function p(e2) {
|
|
@@ -105,7 +106,7 @@ export {
|
|
|
105
106
|
y as addRequiredClassUtil,
|
|
106
107
|
p as deepCopy,
|
|
107
108
|
i as getBaseUrl,
|
|
108
|
-
|
|
109
|
+
s as getListCode,
|
|
109
110
|
c as getPropClassName,
|
|
110
111
|
u as getRealRestApiPath,
|
|
111
112
|
f as getWorkflowId,
|
|
@@ -113,7 +114,7 @@ export {
|
|
|
113
114
|
d as isNumber,
|
|
114
115
|
h as isVariableInvalidValue,
|
|
115
116
|
m as isWorkflowPage,
|
|
116
|
-
|
|
117
|
+
l as packageTemplateFiles,
|
|
117
118
|
g as refreshMobileDialogType,
|
|
118
|
-
|
|
119
|
+
a as upperFirstCase
|
|
119
120
|
};
|