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
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const e = require("vue"), r = require("../../../../utils/charts/chart-util.cjs"), t = require("../../../../utils/charts/chart-pie-util.cjs"), o = require("../../../../utils/events/event-util.cjs"), n = require("../../../../utils/page-helper-util.cjs"), a = require("../common/common-chart-header.vue.cjs"), u = require("echarts/core"), i = require("echarts/renderers"), l = require("echarts/charts"), c = require("echarts/components"), s = require("vue-echarts"), p = e.defineComponent({ __name: "pie-runtime", props: { pageContext: {}, configure: {} }, setup(p2, { expose: h }) {
|
|
3
|
-
u.use([i.CanvasRenderer, l.PieChart, c.GridComponent, c.LegendComponent, c.TitleComponent, c.TooltipComponent, c.ToolboxComponent]);
|
|
4
|
-
const g = p2, f = e.ref(null), m = e.ref(), d = e.ref(null), C = g.configure.props ? g.configure.props.enableDrill : null, v = g.configure.props ? g.configure.props.drillEndTrigger : null, x = g.configure.props ? g.configure.props.linkPage : null, k = g.configure.runtime ? g.configure.runtime : {}, q = k.style, R = k.class, D = k.dataConfig, V = k.headerInfo ? k.headerInfo : {}, b = k.chartOption, j = g.configure.props ? g.configure.props : {}, y = r.getCustomTheme(j.customTheme);
|
|
5
|
-
function w(e2) {
|
|
6
|
-
"clearDrill" == v ? d.value && d.value.closeDrill && d.value.closeDrill(0) : "clickEvent" == v && P();
|
|
7
|
-
}
|
|
8
|
-
function P() {
|
|
9
|
-
x && x.jumpPageUrl && o.doClickJumpPageEvent(g.pageContext, g.configure, void 0);
|
|
10
|
-
}
|
|
11
|
-
r.initChartOption(g.configure, b), e.onMounted(() => {
|
|
12
|
-
const e2 = n.getChartDatasFromPage(g.pageContext, g.configure);
|
|
13
|
-
e2 && _(e2), m.value && (C || x && x.jumpPageUrl) && m.value.chart.on("click", function(e3) {
|
|
14
|
-
C ? d.value && d.value.drill && d.value.drill(e3, g.configure.cacheDatas) : P();
|
|
15
|
-
}), !C && g.configure.clickSet && m.value && r.monitorChartClickToVariable(g.pageContext, g.configure, m.value.chart);
|
|
16
|
-
});
|
|
17
|
-
let T = V.groupValue;
|
|
18
|
-
function E(e2) {
|
|
19
|
-
D && (true !== e2 && (D.autoRefresh = true), n.updateChartDatasources(g.pageContext, [D], V.drillParams));
|
|
20
|
-
}
|
|
21
|
-
e.watch(V, () => {
|
|
22
|
-
T != V.groupValue && (T = V.groupValue, D && (D.services[0].groupValue = V.groupValue), E(false));
|
|
23
|
-
});
|
|
24
|
-
const S = V.monitorFields;
|
|
25
|
-
function _(e2) {
|
|
26
|
-
e2 || (e2 = []), Array.isArray(e2) && (e2 = e2.length > 0 ? e2[0] : {}), e2 || (e2 = {}), e2.hasRender ? e2.hasRender = true : (e2.hasRender = true, D.autoRefresh || (T = e2.groupValue, T && "checkbox" !== V.groupComponent && (T = T.join(",")), V.groupValue = T), D.autoRefresh && C || r.clearChartSelected(g.pageContext, g.configure, m.value.chart), D.autoRefresh = false, t.updateChartOption(g.pageContext, g.configure, b, e2), m.value && m.value.setOption(b, true));
|
|
27
|
-
}
|
|
28
|
-
return n.monitorFieldChange(g.pageContext, S, () => {
|
|
29
|
-
E(true);
|
|
30
|
-
}), h({ updateChartDatas: _, exportChart: function() {
|
|
31
|
-
return r.exportCommonChart(m.value, V);
|
|
32
|
-
} }), (r2, t2) => (e.openBlock(), e.createElementBlock("div", { style: e.normalizeStyle(e.unref(q)), class: e.normalizeClass([e.unref(R), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: f }, [e.withDirectives(e.createVNode(a, { ref_key: "headerRef", ref: d, headerInfo: e.unref(V), configure: r2.configure, pageContext: r2.pageContext, onDrillEnd: w, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[e.vShow, e.unref(V).showHeader || r2.pageContext.showHomepageSearch]]), e.createVNode(e.unref(s), { ref_key: "chartRef", ref: m, class: "amb-chart-content", theme: e.unref(y), option: e.unref(b), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
33
|
-
} });
|
|
34
|
-
module.exports = p;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const e = require("vue"), r = require("../../../../utils/charts/chart-util.cjs"), t = require("../../../../utils/page-helper-util.cjs"), o = require("../../../../utils/charts/chart-radar-util.cjs"), a = require("../common/common-chart-header.vue.cjs"), n = require("echarts/core"), u = require("echarts/renderers"), i = require("echarts/charts"), s = require("echarts/components"), c = require("vue-echarts"), h = e.defineComponent({ __name: "radar-runtime", props: { pageContext: {}, configure: {} }, setup(h2, { expose: l }) {
|
|
3
|
-
n.use([u.CanvasRenderer, i.RadarChart, s.GridComponent, s.TitleComponent, s.TooltipComponent, s.ToolboxComponent, s.LegendComponent]);
|
|
4
|
-
const p = h2, f = e.ref(null), m = e.ref(), g = e.ref(null), d = p.configure.runtime ? p.configure.runtime : {}, C = d.style, x = d.class, v = d.dataConfig, q = d.headerInfo ? d.headerInfo : {}, y = d.chartOption, R = p.configure.props ? p.configure.props : {}, w = r.getCustomTheme(R.customTheme);
|
|
5
|
-
r.initChartOption(p.configure, y), e.onMounted(() => {
|
|
6
|
-
const e2 = t.getChartDatasFromPage(p.pageContext, p.configure);
|
|
7
|
-
e2 && T(e2);
|
|
8
|
-
});
|
|
9
|
-
let V = q.groupValue;
|
|
10
|
-
function b() {
|
|
11
|
-
v && t.updateChartDatasources(p.pageContext, [v], q.drillParams);
|
|
12
|
-
}
|
|
13
|
-
e.watch(q, () => {
|
|
14
|
-
V != q.groupValue && (V = q.groupValue, v && (v.services[0].groupValue = q.groupValue), b());
|
|
15
|
-
});
|
|
16
|
-
const k = q.monitorFields;
|
|
17
|
-
function T(e2) {
|
|
18
|
-
e2 || (e2 = []), Array.isArray(e2) && (e2 = e2.length > 0 ? e2[0] : {}), e2 || (e2 = {}), e2.hasRender ? e2.hasRender = true : (e2.hasRender = true, o.updateChartOption(p.pageContext, p.configure, y, e2), m.value && m.value.setOption(y, true));
|
|
19
|
-
}
|
|
20
|
-
return t.monitorFieldChange(p.pageContext, k, b), l({ updateChartDatas: T, exportChart: function() {
|
|
21
|
-
return r.exportCommonChart(m.value, q);
|
|
22
|
-
} }), (r2, t2) => (e.openBlock(), e.createElementBlock("div", { style: e.normalizeStyle(e.unref(C)), class: e.normalizeClass([e.unref(x), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: f }, [e.withDirectives(e.createVNode(a, { ref_key: "headerRef", ref: g, headerInfo: e.unref(q), configure: r2.configure, pageContext: r2.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[e.vShow, e.unref(q).showHeader || r2.pageContext.showHomepageSearch]]), e.createVNode(e.unref(c), { ref_key: "chartRef", ref: m, class: "amb-chart-content", theme: e.unref(w), option: e.unref(y), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
23
|
-
} });
|
|
24
|
-
module.exports = h;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const e = require("vue"), r = require("../../../../utils/charts/chart-util.cjs"), t = require("../../../../utils/page-helper-util.cjs"), o = require("../../../../utils/charts/chart-scatter-util.cjs"), n = require("../common/common-chart-header.vue.cjs"), a = require("echarts/core"), u = require("echarts/renderers"), i = require("echarts/charts"), s = require("echarts/components"), c = require("vue-echarts"), h = e.defineComponent({ __name: "scatter-runtime", props: { pageContext: {}, configure: {} }, setup(h2, { expose: l }) {
|
|
3
|
-
a.use([u.CanvasRenderer, i.ScatterChart, s.GridComponent, s.LegendComponent, s.TitleComponent, s.TooltipComponent, s.ToolboxComponent, s.DataZoomComponent]);
|
|
4
|
-
const p = h2, f = e.ref(null), m = e.ref(), g = e.ref(null), d = p.configure.runtime ? p.configure.runtime : {}, C = d.style, x = d.class, v = d.dataConfig, q = d.headerInfo ? d.headerInfo : {}, y = d.chartOption, w = p.configure.props ? p.configure.props : {}, R = r.getCustomTheme(w.customTheme);
|
|
5
|
-
r.initChartOption(p.configure, y), e.onMounted(() => {
|
|
6
|
-
const e2 = t.getChartDatasFromPage(p.pageContext, p.configure);
|
|
7
|
-
e2 && D(e2);
|
|
8
|
-
});
|
|
9
|
-
let V = q.groupValue;
|
|
10
|
-
function b() {
|
|
11
|
-
v && t.updateChartDatasources(p.pageContext, [v], q.drillParams);
|
|
12
|
-
}
|
|
13
|
-
e.watch(q, () => {
|
|
14
|
-
V != q.groupValue && (V = q.groupValue, v && (v.services[0].groupValue = q.groupValue), b());
|
|
15
|
-
});
|
|
16
|
-
const k = q.monitorFields;
|
|
17
|
-
function D(e2) {
|
|
18
|
-
e2 || (e2 = []), Array.isArray(e2) && (e2 = e2.length > 0 ? e2[0] : {}), e2 || (e2 = {}), e2.hasRender ? e2.hasRender = true : (e2.hasRender = true, o.updateChartOption(p.pageContext, p.configure, y, e2), m.value && m.value.setOption(y, true));
|
|
19
|
-
}
|
|
20
|
-
return t.monitorFieldChange(p.pageContext, k, b), l({ updateChartDatas: D, exportChart: function() {
|
|
21
|
-
return r.exportCommonChart(m.value, q);
|
|
22
|
-
} }), (r2, t2) => (e.openBlock(), e.createElementBlock("div", { style: e.normalizeStyle(e.unref(C)), class: e.normalizeClass([e.unref(x), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: f }, [e.withDirectives(e.createVNode(n, { ref_key: "headerRef", ref: g, headerInfo: e.unref(q), configure: r2.configure, pageContext: r2.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[e.vShow, e.unref(q).showHeader || r2.pageContext.showHomepageSearch]]), e.createVNode(e.unref(c), { ref_key: "chartRef", ref: m, class: "amb-chart-content", theme: e.unref(R), option: e.unref(y), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
23
|
-
} });
|
|
24
|
-
module.exports = h;
|
|
@@ -1,402 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const pageHelperUtil = require("../../../../utils/page-helper-util.cjs"), eventUtil = require("../../../../utils/events/event-util.cjs"), chartUtil = require("../../../../utils/charts/chart-util.cjs");
|
|
4
|
-
class ExpressionEvaluator {
|
|
5
|
-
static evaluate(e, t, r) {
|
|
6
|
-
if (t && t.length > 0) {
|
|
7
|
-
const e2 = t[t.length - 1];
|
|
8
|
-
e2.joinSign && (e2.joinSign = "");
|
|
9
|
-
}
|
|
10
|
-
const o = t.map((t2) => this.createExpression(e, t2, r)).join(" ");
|
|
11
|
-
return this.evaluateExpression(o);
|
|
12
|
-
}
|
|
13
|
-
static createExpression(e, t, r) {
|
|
14
|
-
const { propName: o, operator: n, propValue: a, leftBracket: l, rightBracket: s, joinSign: i, dataType: c } = t;
|
|
15
|
-
if (!o || "" === o) return "";
|
|
16
|
-
const u = pageHelperUtil.getValueFromVariable(e.entity, o, r);
|
|
17
|
-
let p = `${l} ${this.getComparisonExpression(u, t, pageHelperUtil.getValueFromVariable(e.entity, a, r))} ${s}`;
|
|
18
|
-
return i && ("and" === i || "AND" === i ? p += "&&" : "or" !== i && "OR" !== i || (p += "||")), p.trim();
|
|
19
|
-
}
|
|
20
|
-
static getComparisonExpression(e, t, r) {
|
|
21
|
-
const { dataType: o, variableIsNull: n } = t;
|
|
22
|
-
let a = t.operator;
|
|
23
|
-
a || (a = "EQ");
|
|
24
|
-
let l = this.parseValue(e, o);
|
|
25
|
-
const s = this.parseValue(r, o);
|
|
26
|
-
if (null == s && n) {
|
|
27
|
-
if (null == l && (l = "null"), "null" === n) return `${l} === null`;
|
|
28
|
-
if ("ignore" === n) return "1=1";
|
|
29
|
-
if ("notequal" === n) return "1!=1";
|
|
30
|
-
}
|
|
31
|
-
switch (a) {
|
|
32
|
-
case "EQ":
|
|
33
|
-
return `${l} === ${s}`;
|
|
34
|
-
case "GT":
|
|
35
|
-
return `${l} > ${s}`;
|
|
36
|
-
case "LT":
|
|
37
|
-
return `${l} < ${s}`;
|
|
38
|
-
case "GET":
|
|
39
|
-
return `${l} >= ${s}`;
|
|
40
|
-
case "LET":
|
|
41
|
-
return `${l} <= ${s}`;
|
|
42
|
-
case "NET":
|
|
43
|
-
return `${l} !== ${s}`;
|
|
44
|
-
case "CONTAIN":
|
|
45
|
-
return `${l}.includes(${s})`;
|
|
46
|
-
case "NOT_CONTAIN":
|
|
47
|
-
return `!${l}.includes(${s})`;
|
|
48
|
-
case "IS_NULL":
|
|
49
|
-
return `${l} === null`;
|
|
50
|
-
case "IS_NOT_NULL":
|
|
51
|
-
return `${l} !== null`;
|
|
52
|
-
case "IN":
|
|
53
|
-
if ("TEXT" === o) {
|
|
54
|
-
return `${s.split(",")}.includes(${l})`;
|
|
55
|
-
}
|
|
56
|
-
return `[${s}].includes(${l})`;
|
|
57
|
-
default:
|
|
58
|
-
throw new Error(`比较符号不匹配: ${a}`);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
static changeDataType(e) {
|
|
62
|
-
let t = e;
|
|
63
|
-
if (e) {
|
|
64
|
-
if ("TEXT" === e) t = "string";
|
|
65
|
-
else if ("DATE" === e || "TIME" === e) t = "date";
|
|
66
|
-
else if ("DOUBLE" === e || "FLOAT" === e || "INTEGER" === e || "LONG" === e) t = "number";
|
|
67
|
-
else if ("BOOLEAN" === e) return "boolean";
|
|
68
|
-
}
|
|
69
|
-
return t;
|
|
70
|
-
}
|
|
71
|
-
static parseValue(e, t) {
|
|
72
|
-
if (t = this.changeDataType(t), null == e) return null;
|
|
73
|
-
switch (t) {
|
|
74
|
-
case "number":
|
|
75
|
-
return getNumberValue(e);
|
|
76
|
-
case "date":
|
|
77
|
-
return new Date(e).getTime();
|
|
78
|
-
case "string":
|
|
79
|
-
default:
|
|
80
|
-
return `"${e}"`;
|
|
81
|
-
case "boolean":
|
|
82
|
-
return "true" === e || true === e || 1 === e;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
static evaluateExpression(expression) {
|
|
86
|
-
try {
|
|
87
|
-
return eval(expression);
|
|
88
|
-
} catch (e) {
|
|
89
|
-
return console.error("表达式错误:", expression, e), false;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
function getNumberValue(e) {
|
|
94
|
-
if (isNumber(e)) return Number(e);
|
|
95
|
-
if (e && e.indexOf(",") > 0) {
|
|
96
|
-
const t = e.split(","), r = [];
|
|
97
|
-
for (let e2 = 0; e2 < t.length; e2++) r.push(Number(t[e2]));
|
|
98
|
-
return r;
|
|
99
|
-
}
|
|
100
|
-
return e;
|
|
101
|
-
}
|
|
102
|
-
function isNumber(e) {
|
|
103
|
-
return "number" == typeof e && !isNaN(e);
|
|
104
|
-
}
|
|
105
|
-
function getSummaryTitleColumn(e) {
|
|
106
|
-
var _a;
|
|
107
|
-
const t = {};
|
|
108
|
-
return ((_a = e.props.summaries) == null ? void 0 : _a.titleColumn) && e.props.summaries.titleColumn.length > 0 && e.props.summaries.titleColumn.forEach((e2) => {
|
|
109
|
-
t[e2.prop] = e2;
|
|
110
|
-
}), t;
|
|
111
|
-
}
|
|
112
|
-
function getSummaryDataColumn(e, t) {
|
|
113
|
-
var _a;
|
|
114
|
-
const r = {};
|
|
115
|
-
return ((_a = e.props.summaries) == null ? void 0 : _a.dataColumn) && e.props.summaries.dataColumn.length > 0 && e.props.summaries.dataColumn.forEach((o) => {
|
|
116
|
-
var _a2;
|
|
117
|
-
const n = (_a2 = e.items) == null ? void 0 : _a2.find((e2) => o.prop === e2.props.base.prop);
|
|
118
|
-
n && ("table" === t && n.props.base.tableSummary || "group" === t && n.props.base.groupSummary) && (r[o.prop] = o);
|
|
119
|
-
}), r;
|
|
120
|
-
}
|
|
121
|
-
function summaryStatistics(e, t, r, o) {
|
|
122
|
-
let n = "";
|
|
123
|
-
const a = e.summaryMode, l = t.map((e2) => Number(e2[r])).filter((e2) => !Number.isNaN(e2));
|
|
124
|
-
if (l.length > 0) if ("custom" === a) {
|
|
125
|
-
const a2 = eventUtil.getCustomFunc(o, e.customFunc);
|
|
126
|
-
if (a2) try {
|
|
127
|
-
const e2 = a2.apply(a2, [{ data: t, prop: r }]);
|
|
128
|
-
n = e2 ? ` ${e2}` : " N/A";
|
|
129
|
-
} catch (e2) {
|
|
130
|
-
console.error("自定义函数脚本错误:", t, e2);
|
|
131
|
-
}
|
|
132
|
-
else n = " N/A";
|
|
133
|
-
} else switch (a) {
|
|
134
|
-
case "sum":
|
|
135
|
-
n = ` ${l.reduce((e2, t2) => e2 + t2, 0)}`;
|
|
136
|
-
break;
|
|
137
|
-
case "avg":
|
|
138
|
-
n = " " + l.reduce((e2, t2) => e2 + t2, 0) / l.length;
|
|
139
|
-
break;
|
|
140
|
-
case "min":
|
|
141
|
-
n = ` ${Math.min(...l)}`;
|
|
142
|
-
break;
|
|
143
|
-
case "max":
|
|
144
|
-
n = ` ${Math.max(...l)}`;
|
|
145
|
-
break;
|
|
146
|
-
default:
|
|
147
|
-
n = " N/A";
|
|
148
|
-
}
|
|
149
|
-
else n = " N/A";
|
|
150
|
-
return n;
|
|
151
|
-
}
|
|
152
|
-
function replacePlaceholders(e, t) {
|
|
153
|
-
if (e) return e.replace(/\$\{row\.(\w+)\}/g, (e2, r) => Object.prototype.hasOwnProperty.call(t, r) ? t[r] : "");
|
|
154
|
-
}
|
|
155
|
-
function getHeaderCellStyleUtil(e, t, r) {
|
|
156
|
-
var _a;
|
|
157
|
-
const o = {};
|
|
158
|
-
e.column.property && ((_a = t.titleStyle) == null ? void 0 : _a.forEach((t2) => {
|
|
159
|
-
if (t2.field && t2.field.includes(e.column.property)) if (t2.scopeFunc) {
|
|
160
|
-
const n2 = eventUtil.getCustomFunc(r.pageContext, t2.scopeFunc);
|
|
161
|
-
if (n2) try {
|
|
162
|
-
false !== n2.apply(n2, [{ item: t2, data: e }]) && copyStyle(o, t2);
|
|
163
|
-
} catch (r2) {
|
|
164
|
-
console.error("自定义函数脚本错误:", t2, e, r2);
|
|
165
|
-
}
|
|
166
|
-
} else copyStyle(o, t2);
|
|
167
|
-
}));
|
|
168
|
-
const n = getCellStyleUtil(e, t.cellTitleStyle, r);
|
|
169
|
-
return n && Object.assign(o, n), o;
|
|
170
|
-
}
|
|
171
|
-
function getRowStyleUtil(e, t, r) {
|
|
172
|
-
const o = {};
|
|
173
|
-
if (r.configure.style.rowStyle) for (let t2 = 0; t2 < r.configure.style.rowStyle.length; t2++) {
|
|
174
|
-
const n = r.configure.style.rowStyle[t2];
|
|
175
|
-
if (n.scopeFunc) {
|
|
176
|
-
const t3 = eventUtil.getCustomFunc(r.pageContext, n.scopeFunc);
|
|
177
|
-
if (t3) try {
|
|
178
|
-
const r2 = t3.apply(t3, [{ data: e }]);
|
|
179
|
-
null != r2 && false !== r2 && copyStyle(o, n);
|
|
180
|
-
} catch (t4) {
|
|
181
|
-
console.error("自定义函数脚本错误:", e, t4);
|
|
182
|
-
}
|
|
183
|
-
} else if (n.matchingCondition) {
|
|
184
|
-
const t3 = ExpressionEvaluator.evaluate(r.pageContext, n.matchingCondition, e.row);
|
|
185
|
-
(t3 || void 0 === t3) && copyStyle(o, n);
|
|
186
|
-
} else copyStyle(o, n);
|
|
187
|
-
}
|
|
188
|
-
if (t && t.length > 0 && -1 !== t.indexOf(e.rowIndex)) {
|
|
189
|
-
const e2 = {};
|
|
190
|
-
if (r.configure.style.collectStyle && r.configure.style.collectStyle.length > 0) for (let t2 = 0; t2 < r.configure.style.collectStyle.length; t2++) {
|
|
191
|
-
copyStyle(e2, r.configure.style.collectStyle[t2]);
|
|
192
|
-
}
|
|
193
|
-
return 0 === Object.keys(e2).length && (e2["background-color"] = "var(--el-table-row-hover-bg-color)"), e2;
|
|
194
|
-
}
|
|
195
|
-
return o;
|
|
196
|
-
}
|
|
197
|
-
function getCellStyleUtil(e, t, r) {
|
|
198
|
-
const o = {};
|
|
199
|
-
if (t) for (let n = 0; n < t.length; n++) {
|
|
200
|
-
const a = t[n];
|
|
201
|
-
if (isSetStyle(a)) if (a.scopeFunc) {
|
|
202
|
-
const t2 = eventUtil.getCustomFunc(r.pageContext, a.scopeFunc);
|
|
203
|
-
if (t2) try {
|
|
204
|
-
false !== t2.apply(t2, [{ data: e }]) && copyStyle(o, a);
|
|
205
|
-
} catch (t3) {
|
|
206
|
-
console.error("自定义函数脚本错误:", e, t3);
|
|
207
|
-
}
|
|
208
|
-
} else if (a.matchingCondition) {
|
|
209
|
-
const t2 = ExpressionEvaluator.evaluate(r.pageContext, a.matchingCondition, e.row);
|
|
210
|
-
(t2 || void 0 === t2) && copyStyle(o, a);
|
|
211
|
-
} else copyStyle(o, a);
|
|
212
|
-
}
|
|
213
|
-
return o;
|
|
214
|
-
}
|
|
215
|
-
function isSetStyle(e) {
|
|
216
|
-
let t;
|
|
217
|
-
return e.customStyle && (t = JSON.parse(e.customStyle)), !!(e.style && Object.keys(e.style).length > 0 || t && Object.keys(t).length > 0);
|
|
218
|
-
}
|
|
219
|
-
function copyStyle(e, t) {
|
|
220
|
-
Object.assign(e, t.style), t.customStyle && Object.assign(e, JSON.parse(t.customStyle));
|
|
221
|
-
}
|
|
222
|
-
function rowDataToColumn(e, t, r) {
|
|
223
|
-
const o = t.props.dataOrigin.groupField, n = t.props.dataOrigin.rowToColumn.titleColumns, a = t.props.dataOrigin.rowToColumn.dataColumns, l = [], s = {};
|
|
224
|
-
if (o && o.length > 0) e.forEach((e2) => {
|
|
225
|
-
const t2 = o.map((t3) => e2[t3]).join("|");
|
|
226
|
-
if (!s[t2]) {
|
|
227
|
-
const r2 = {};
|
|
228
|
-
o.forEach((t3) => r2[t3] = e2[t3]), s[t2] = r2, l.push(r2);
|
|
229
|
-
}
|
|
230
|
-
a.forEach((r2) => {
|
|
231
|
-
const o2 = `${n.map((t3) => e2[t3]).join("")}${r2}`;
|
|
232
|
-
s[t2][o2] = e2[r2];
|
|
233
|
-
});
|
|
234
|
-
});
|
|
235
|
-
else {
|
|
236
|
-
const t2 = [];
|
|
237
|
-
e.forEach((e2) => {
|
|
238
|
-
n.forEach((r2) => {
|
|
239
|
-
e2[r2] && t2.push(e2[r2]);
|
|
240
|
-
});
|
|
241
|
-
}), a.forEach((t3) => {
|
|
242
|
-
const o2 = {}, a2 = r.find((e2) => {
|
|
243
|
-
var _a, _b;
|
|
244
|
-
return ((_b = (_a = e2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.prop) === t3;
|
|
245
|
-
});
|
|
246
|
-
a2 && (o2.$GroupColumn = a2.props.base.name), e.forEach((e2) => {
|
|
247
|
-
n.forEach((r2) => {
|
|
248
|
-
const n2 = e2[r2], a3 = e2[t3];
|
|
249
|
-
o2[n2] = a3;
|
|
250
|
-
});
|
|
251
|
-
}), l.push(o2);
|
|
252
|
-
});
|
|
253
|
-
}
|
|
254
|
-
return l;
|
|
255
|
-
}
|
|
256
|
-
function colDataToRow(e, t) {
|
|
257
|
-
const r = t.props.dataOrigin.groupField, o = t.props.dataOrigin.columnToRow.titleColumns, n = t.props.dataOrigin.columnToRow.dataColumns, a = t.props.dataOrigin.columnToRow.transColumns, l = t.props.dataOrigin.columnToRow.dataColumnsMapping;
|
|
258
|
-
if (0 === e.length) return e;
|
|
259
|
-
const s = [], i = groupBy(e, r), c = n.reduce((e2, t2) => t2.columns.length > e2.columns.length ? t2 : e2, n[0]), u = n.reduce((e2, t2) => (t2.columns.forEach((r2) => {
|
|
260
|
-
e2[r2] = t2.prop;
|
|
261
|
-
}), e2), {});
|
|
262
|
-
return i.forEach((e2) => {
|
|
263
|
-
c.columns.forEach((t2) => {
|
|
264
|
-
const i2 = c.prop, p = {};
|
|
265
|
-
if (r.forEach((t3) => {
|
|
266
|
-
p[t3] = e2[t3];
|
|
267
|
-
}), p[i2] = e2[t2], n.length > 1) {
|
|
268
|
-
const r2 = l.find((e3) => e3.props.includes(t2));
|
|
269
|
-
r2 && r2.props.length > 1 && r2.props.forEach((r3) => {
|
|
270
|
-
r3 !== t2 && u[r3] && (p[u[r3]] = e2[r3]);
|
|
271
|
-
});
|
|
272
|
-
}
|
|
273
|
-
o.forEach((e3) => {
|
|
274
|
-
const r2 = a.filter((t3) => t3.relatedTitle === e3.prop);
|
|
275
|
-
let o2 = false;
|
|
276
|
-
r2 && r2.length > 0 && r2.forEach((r3) => {
|
|
277
|
-
if (r3.columns.includes(t2)) return p[e3.prop] = r3.label, void (o2 = true);
|
|
278
|
-
}), o2 || (p[e3.prop] = t2);
|
|
279
|
-
}), s.push(p);
|
|
280
|
-
});
|
|
281
|
-
}), s;
|
|
282
|
-
}
|
|
283
|
-
function getColumnToRowTableConfig(e) {
|
|
284
|
-
const t = e.items, r = e.props.dataOrigin.groupField, o = e.props.dataOrigin.columnToRow.titleColumns, n = e.props.dataOrigin.columnToRow.dataColumns, a = [];
|
|
285
|
-
r && r.length > 0 && r.forEach((e2) => {
|
|
286
|
-
if (t) {
|
|
287
|
-
const r2 = t.find((t2) => t2.props.base.prop === e2);
|
|
288
|
-
r2 && a.push(r2);
|
|
289
|
-
}
|
|
290
|
-
});
|
|
291
|
-
return [...o, ...n].forEach((e2) => {
|
|
292
|
-
if (t) {
|
|
293
|
-
const r2 = t.find((t2) => t2.props.base.prop === e2);
|
|
294
|
-
r2 ? a.push(r2) : a.push({ uuid: (/* @__PURE__ */ new Date()).getTime(), name: "", props: { base: { prop: e2.prop, name: e2.title, sortable: true, headerAlign: "center", align: "center", fixed: false, visible: true, dataType: "string" }, format: {}, size: { pc: {} } }, style: {}, componentIndex: 0, runtime: { common: { class: "", style: { pc_style: {}, pc_class: "" } } } });
|
|
295
|
-
}
|
|
296
|
-
}), a;
|
|
297
|
-
}
|
|
298
|
-
function groupBy(e, t) {
|
|
299
|
-
const r = {};
|
|
300
|
-
return e.forEach((e2) => {
|
|
301
|
-
const o = t.map((t2) => e2[t2]).join("|");
|
|
302
|
-
r[o] || (r[o] = { ...e2, records: [] }, t.forEach((t2, n) => {
|
|
303
|
-
r[o][t2] = e2[t2];
|
|
304
|
-
})), r[o].records.push(e2);
|
|
305
|
-
}), Object.values(r).map((e2) => ({ ...e2, records: void 0 }));
|
|
306
|
-
}
|
|
307
|
-
function getIndexColumn() {
|
|
308
|
-
return { props: { base: { name: "序号", prop: "$index", columnWidth: 80, sortable: true, visible: true, displayOrder: 1, alignTitle: "center", alignContent: "center" } }, events: [], style: { titleFont: {}, contentFont: {}, width: {}, background: {}, tableCell: [{ type: "", model: "" }], conentPadding: {}, tittlePadding: {}, border: {}, shadow: {}, tittleClass: "" } };
|
|
309
|
-
}
|
|
310
|
-
function getNewColumnConfig(e, t, r, o) {
|
|
311
|
-
return { uuid: (/* @__PURE__ */ new Date()).getTime(), name: "", props: { base: { prop: e, name: t, displayOrder: r, sortable: true, headerAlign: "center", align: "center", fixed: false, visible: true, dataType: o }, format: {}, size: { pc: {} } }, style: {}, componentIndex: 0, runtime: { common: { class: "", style: { pc_style: {}, pc_class: "" } } } };
|
|
312
|
-
}
|
|
313
|
-
function computeFormula(itemConfs, datas, entity) {
|
|
314
|
-
Object.keys(itemConfs).forEach((key) => {
|
|
315
|
-
const paramNames = pageHelperUtil.getParamNames(itemConfs[key]);
|
|
316
|
-
datas.forEach((data, index) => {
|
|
317
|
-
const totalValueMap = {};
|
|
318
|
-
for (const e of paramNames) if (e.startsWith("${min.")) totalValueMap[e] = chartUtil.getMinValue(datas, getFieldName(e));
|
|
319
|
-
else if (e.startsWith("${max.")) totalValueMap[e] = chartUtil.getMaxValue(datas, getFieldName(e));
|
|
320
|
-
else if (e.startsWith("${sum.")) totalValueMap[e] = chartUtil.getSumValue(datas, getFieldName(e));
|
|
321
|
-
else if (e.startsWith("${avg.")) totalValueMap[e] = chartUtil.getAvgValue(datas, getFieldName(e));
|
|
322
|
-
else if (e.startsWith("${add.")) {
|
|
323
|
-
const t = getFieldName(e);
|
|
324
|
-
let r = 0;
|
|
325
|
-
try {
|
|
326
|
-
r = Number(data[t]), datas.slice(0, index).forEach((e2) => {
|
|
327
|
-
r += Number(e2[t]);
|
|
328
|
-
});
|
|
329
|
-
} catch (e2) {
|
|
330
|
-
console.error("计算错误:", e2), r = 0;
|
|
331
|
-
}
|
|
332
|
-
totalValueMap[e] = r;
|
|
333
|
-
} else (e.startsWith("${page.") || e.startsWith("${data.") || e.startsWith("${row.") || e.startsWith("${request.") || e.startsWith("${context.") || e.startsWith("${system.") || e.startsWith("${fixed.")) && (totalValueMap[e] = pageHelperUtil.getValueFromVariable(entity, e, data));
|
|
334
|
-
let expr = itemConfs[key];
|
|
335
|
-
Object.keys(totalValueMap).forEach((e) => {
|
|
336
|
-
expr.indexOf(e) > -1 && (expr = expr.replaceAll(e, totalValueMap[e]));
|
|
337
|
-
});
|
|
338
|
-
for (const e of paramNames) expr.indexOf(e) > -1 && (expr = expr.replaceAll(e, 0));
|
|
339
|
-
try {
|
|
340
|
-
data[key] = eval(expr);
|
|
341
|
-
} catch (e) {
|
|
342
|
-
console.error(itemConfs[key] + " 计算错误, 替换后表达式为:" + expr, e), data[key] = 0;
|
|
343
|
-
}
|
|
344
|
-
});
|
|
345
|
-
});
|
|
346
|
-
}
|
|
347
|
-
function getFieldName(e) {
|
|
348
|
-
return e.substring(6, e.length - 1);
|
|
349
|
-
}
|
|
350
|
-
function formatColContent(e, t, r, o, n) {
|
|
351
|
-
const a = e[r.props.base.prop];
|
|
352
|
-
switch (t.type) {
|
|
353
|
-
case "number":
|
|
354
|
-
return formatNumber(a, t);
|
|
355
|
-
case "currency":
|
|
356
|
-
return formatCurrency(a, t);
|
|
357
|
-
case "percent":
|
|
358
|
-
return formatPercent(a, t);
|
|
359
|
-
case "custom":
|
|
360
|
-
return formatCustomFunc(e, t, r, o, n);
|
|
361
|
-
default:
|
|
362
|
-
return a;
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
function formatNumber(e, t) {
|
|
366
|
-
let r = e;
|
|
367
|
-
return r || (r = 0), t.scientific && (r = Number(e).toExponential(t.scientificNum)), t.decimalDigit && (r = Number(e).toFixed(t.decimalDigit)), t.thousandsSeparator && (r = r.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")), t.symbol && (r = `${t.symbol} ${r}`), r;
|
|
368
|
-
}
|
|
369
|
-
function formatCurrency(e, t) {
|
|
370
|
-
let r = e;
|
|
371
|
-
return r || (r = 0), t.decimalDigit && (r = Number(e).toFixed(t.decimalDigit)), t.symbol && (r = `${t.symbol} ${r}`), r;
|
|
372
|
-
}
|
|
373
|
-
function formatPercent(e, t) {
|
|
374
|
-
let r = e;
|
|
375
|
-
return r || (r = 0), t.decimalDigit && (r = Number(e).toFixed(t.decimalDigit)), r + " %";
|
|
376
|
-
}
|
|
377
|
-
function formatCustomFunc(e, t, r, o, n) {
|
|
378
|
-
const a = eventUtil.getCustomFunc(o, t.customFunc);
|
|
379
|
-
if (a) {
|
|
380
|
-
try {
|
|
381
|
-
return a.apply(a, [{ pageContext: o, configureObj: n, row: e, prop: r.props.base.prop }]);
|
|
382
|
-
} catch (t2) {
|
|
383
|
-
console.error("自定义函数脚本错误:", e, t2);
|
|
384
|
-
}
|
|
385
|
-
return "";
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
function mergeRowByProperty(e, t, r, o, n) {
|
|
389
|
-
const a = e[o];
|
|
390
|
-
let l = 1, s = true;
|
|
391
|
-
for (let e2 = r - 1; e2 >= 0; e2--) {
|
|
392
|
-
if (n[e2][o] === a) {
|
|
393
|
-
s = false;
|
|
394
|
-
break;
|
|
395
|
-
}
|
|
396
|
-
break;
|
|
397
|
-
}
|
|
398
|
-
if (!s) return [0, 0];
|
|
399
|
-
for (let e2 = r + 1; e2 < n.length && n[e2][o] === a; e2++) l++;
|
|
400
|
-
return [l, 1];
|
|
401
|
-
}
|
|
402
|
-
exports.ExpressionEvaluator = ExpressionEvaluator, exports.colDataToRow = colDataToRow, exports.computeFormula = computeFormula, exports.formatColContent = formatColContent, exports.getCellStyleUtil = getCellStyleUtil, exports.getColumnToRowTableConfig = getColumnToRowTableConfig, exports.getHeaderCellStyleUtil = getHeaderCellStyleUtil, exports.getIndexColumn = getIndexColumn, exports.getNewColumnConfig = getNewColumnConfig, exports.getRowStyleUtil = getRowStyleUtil, exports.getSummaryDataColumn = getSummaryDataColumn, exports.getSummaryTitleColumn = getSummaryTitleColumn, exports.mergeRowByProperty = mergeRowByProperty, exports.replacePlaceholders = replacePlaceholders, exports.rowDataToColumn = rowDataToColumn, exports.summaryStatistics = summaryStatistics;
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import { Component, PageContext } from '../../../../utils/interfaces/page-design-types';
|
|
2
|
-
|
|
3
|
-
type Condition = {
|
|
4
|
-
propValueType: string;
|
|
5
|
-
joinSign: string;
|
|
6
|
-
dataType: 'number' | 'date' | 'string' | 'boolean' | 'TEXT' | 'DATE' | 'TIME' | 'DOUBLE' | 'FLOAT' | 'INTEGER' | 'LONG';
|
|
7
|
-
rightBracket: string;
|
|
8
|
-
leftBracket: string;
|
|
9
|
-
propValue: string;
|
|
10
|
-
propName: string;
|
|
11
|
-
operator: 'GT' | 'LT' | 'GET' | 'LET' | 'NET' | 'CONTAIN' | 'NOT_CONTAIN' | 'IS_NULL' | 'IS_NOT_NULL';
|
|
12
|
-
variableIsNull?: string;
|
|
13
|
-
};
|
|
14
|
-
type Data = Record<string, any>;
|
|
15
|
-
export declare class ExpressionEvaluator {
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @param pageContext 页面上下文
|
|
19
|
-
* @param conditions 条件集合
|
|
20
|
-
* @param data 数据对象,一般是行数据
|
|
21
|
-
* @returns
|
|
22
|
-
*/
|
|
23
|
-
static evaluate(pageContext: PageContext, conditions: Condition[], data?: Data): boolean;
|
|
24
|
-
private static createExpression;
|
|
25
|
-
private static getComparisonExpression;
|
|
26
|
-
private static changeDataType;
|
|
27
|
-
private static parseValue;
|
|
28
|
-
private static evaluateExpression;
|
|
29
|
-
}
|
|
30
|
-
export declare function getSummaryTitleColumn(configure: Component): any;
|
|
31
|
-
export declare function getSummaryDataColumn(configure: Component, type: string): any;
|
|
32
|
-
/**
|
|
33
|
-
*
|
|
34
|
-
* @param summaryColumn configure.props.summaries.dataColumn中保存的对应属性的配置
|
|
35
|
-
* @param data 数组数据
|
|
36
|
-
* @param column el-table传递的column
|
|
37
|
-
* @param pageContext 页面上下文
|
|
38
|
-
* @returns
|
|
39
|
-
*/
|
|
40
|
-
export declare function summaryStatistics(summaryColumn: any, data: any, prop: string, pageContext: PageContext): string;
|
|
41
|
-
export declare function replacePlaceholders(template: string, data: {
|
|
42
|
-
[key: string]: any;
|
|
43
|
-
}): string;
|
|
44
|
-
export declare function getHeaderCellStyleUtil(data: any, runtimeStyle: any, props: any): any;
|
|
45
|
-
export declare function getRowStyleUtil(data: any, groupSummaryDataRowIndex: number[], props: any): any;
|
|
46
|
-
export declare function getCellStyleUtil(data: any, cellStyles: any, props: any): {};
|
|
47
|
-
export declare function rowDataToColumn(data: any, configure: Component, sourceTableColumnsConfig: any): any;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @param data 数据
|
|
51
|
-
* @param configure
|
|
52
|
-
* @returns
|
|
53
|
-
*/
|
|
54
|
-
export declare function colDataToRow(data: any, configure: Component): any;
|
|
55
|
-
export declare function getColumnToRowTableConfig(configure: Component): any;
|
|
56
|
-
export declare function getIndexColumn(): {
|
|
57
|
-
props: {
|
|
58
|
-
base: {
|
|
59
|
-
name: string;
|
|
60
|
-
prop: string;
|
|
61
|
-
columnWidth: number;
|
|
62
|
-
sortable: boolean;
|
|
63
|
-
visible: boolean;
|
|
64
|
-
displayOrder: number;
|
|
65
|
-
alignTitle: string;
|
|
66
|
-
alignContent: string;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
events: any[];
|
|
70
|
-
style: {
|
|
71
|
-
titleFont: {};
|
|
72
|
-
contentFont: {};
|
|
73
|
-
width: {};
|
|
74
|
-
background: {};
|
|
75
|
-
tableCell: {
|
|
76
|
-
type: string;
|
|
77
|
-
model: string;
|
|
78
|
-
}[];
|
|
79
|
-
conentPadding: {};
|
|
80
|
-
tittlePadding: {};
|
|
81
|
-
border: {};
|
|
82
|
-
shadow: {};
|
|
83
|
-
tittleClass: string;
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
export declare function getNewColumnConfig(prop: string, name: string, displayOrder: number, dataType: string): {
|
|
87
|
-
uuid: number;
|
|
88
|
-
name: string;
|
|
89
|
-
props: {
|
|
90
|
-
base: {
|
|
91
|
-
prop: string;
|
|
92
|
-
name: string;
|
|
93
|
-
displayOrder: number;
|
|
94
|
-
sortable: boolean;
|
|
95
|
-
headerAlign: string;
|
|
96
|
-
align: string;
|
|
97
|
-
fixed: boolean;
|
|
98
|
-
visible: boolean;
|
|
99
|
-
dataType: string;
|
|
100
|
-
};
|
|
101
|
-
format: {};
|
|
102
|
-
size: {
|
|
103
|
-
pc: {};
|
|
104
|
-
};
|
|
105
|
-
};
|
|
106
|
-
style: {};
|
|
107
|
-
componentIndex: number;
|
|
108
|
-
runtime: {
|
|
109
|
-
common: {
|
|
110
|
-
class: string;
|
|
111
|
-
style: {
|
|
112
|
-
pc_style: {};
|
|
113
|
-
pc_class: string;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
export declare function computeFormula(itemConfs: any, datas: any, entity: any): void;
|
|
119
|
-
export declare function formatColContent(row: any, format: any, column: any, pageContext: any, configure: any): any;
|
|
120
|
-
export declare function mergeRowByProperty(row: any, column: any, rowIndex: number, property: string, data: any): number[];
|
|
121
|
-
export {};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const e = require("vue"), o = require("./group-column.vue.cjs"), u = e.defineComponent({ __name: "group-column-item", props: { configure: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, groupColumnItem: { type: Object, default: () => ({}) }, columnsConfigKeyValues: { type: Object, default: () => ({}) } }, setup: (u2) => (t, n) => (e.openBlock(), e.createBlock(o, { configure: u2.configure, pageContext: u2.pageContext, groupColumn: u2.groupColumnItem, columnsConfigKeyValues: u2.columnsConfigKeyValues }, null, 8, ["configure", "pageContext", "groupColumn", "columnsConfigKeyValues"])) });
|
|
3
|
-
module.exports = u;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const e = require("vue"), o = require("./normal-column.vue.cjs"), n = require("./group-column-item.vue.cjs"), t = e.defineComponent({ __name: "group-column", props: { configure: { type: Object, default: () => ({}) }, pageContext: { type: Object, default: () => ({}) }, groupColumn: { type: Object, default: () => ({}) }, columnsConfigKeyValues: { type: Object, default: () => ({}) } }, setup: (t2) => (l, u) => {
|
|
3
|
-
const c = e.resolveComponent("el-table-column");
|
|
4
|
-
return e.openBlock(), e.createBlock(c, { "header-align": "center" }, { header: e.withCtx(() => [e.createTextVNode(e.toDisplayString(t2.groupColumn.titleText), 1)]), default: e.withCtx(() => [t2.groupColumn.children && t2.groupColumn.children.length > 0 ? (e.openBlock(true), e.createElementBlock(e.Fragment, { key: 0 }, e.renderList(t2.groupColumn.children, (l2, u2) => (e.openBlock(), e.createElementBlock(e.Fragment, { key: u2 }, [l2.children && l2.children.length > 0 ? (e.openBlock(), e.createBlock(n, { key: u2, configure: t2.configure, pageContext: t2.pageContext, groupColumnItem: l2, columnsConfigKeyValues: t2.columnsConfigKeyValues }, null, 8, ["configure", "pageContext", "groupColumnItem", "columnsConfigKeyValues"])) : (e.openBlock(), e.createBlock(o, { key: 1, pageContext: t2.pageContext, configure: t2.configure, column: t2.columnsConfigKeyValues[l2.columnUuid] }, null, 8, ["pageContext", "configure", "column"]))], 64))), 128)) : e.createCommentVNode("", true)]), _: 1 });
|
|
5
|
-
} });
|
|
6
|
-
module.exports = t;
|