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,93 +0,0 @@
|
|
|
1
|
-
import { http } from "agilebuilder-ui";
|
|
2
|
-
import { setValueForVariableName } from "../page-helper-util.mjs";
|
|
3
|
-
function formatScanRuleSets(e) {
|
|
4
|
-
const t = {};
|
|
5
|
-
return e.forEach((e2) => {
|
|
6
|
-
"group" === e2.type ? e2.outs.forEach((e3) => {
|
|
7
|
-
t[e3.ruleCode] || (t[e3.ruleCode] = { outs: [], adaptations: [] }), t[e3.ruleCode].outs.push(e3);
|
|
8
|
-
}) : t[e2.code] = { outs: e2.outs, adaptations: [] };
|
|
9
|
-
}), packageScanRuleSets(t);
|
|
10
|
-
}
|
|
11
|
-
function packageScanRuleSets(e) {
|
|
12
|
-
return new Promise((t, a) => {
|
|
13
|
-
Object.keys(e).length > 0 ? http.post(window.$vueApp.config.globalProperties.baseAPI + "/dc/setting-barcode-analysis/by-codes", Object.keys(e)).then((a2) => {
|
|
14
|
-
a2.forEach((a3) => {
|
|
15
|
-
const n = JSON.parse(a3.barcodeAnalysisOuts), s = /* @__PURE__ */ new Set(), l = {};
|
|
16
|
-
e[a3.code].outs.forEach((e2) => {
|
|
17
|
-
s.add(e2.returnedValue), l[e2.returnedValue] = e2.pageVariable;
|
|
18
|
-
});
|
|
19
|
-
const i2 = [];
|
|
20
|
-
n.forEach((e2) => {
|
|
21
|
-
s.has(e2.code) && (e2.pageVariable = l[e2.code], i2.push(e2));
|
|
22
|
-
}), e[a3.code].outs = i2, e[a3.code].adaptations = JSON.parse(a3.barcodeAnalysisAdaptations), t(e);
|
|
23
|
-
});
|
|
24
|
-
}) : t(null);
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
function analysisScanValue(scanValue, scanRuleSets) {
|
|
28
|
-
if (!scanValue) return null;
|
|
29
|
-
const scanSets = Object.values(scanRuleSets);
|
|
30
|
-
for (let i = 0; i < scanSets.length; i++) {
|
|
31
|
-
const scanSet = scanSets[i], adaptations = scanSet.adaptations;
|
|
32
|
-
let validStr = "";
|
|
33
|
-
for (let e = 0; e < adaptations.length; e++) {
|
|
34
|
-
const t = adaptations[e], a = _getScanIndexs(scanValue, t.startIndex, t.endIndex), n = a[0], s = a[1];
|
|
35
|
-
let l = scanValue.substring(n, s), i2 = t.value, r = t.operate;
|
|
36
|
-
if ("times" == r) {
|
|
37
|
-
const e2 = l.split(null == i2 ? "" : i2).length - 1;
|
|
38
|
-
i2 = e2, l = t.times, r = "=";
|
|
39
|
-
}
|
|
40
|
-
if ((isNaN(l) || isNaN(i2)) && (l = "'" + l + "'", i2 = "'" + i2 + "'"), t.leftBracket && (validStr += t.leftBracket), "<>" == r ? r = "!=" : "=" == r && (r = "=="), "include" == r || "notinclude" == r ? (validStr += l + ".indexOf(" + i2 + ")", validStr += "include" == r ? ">-1" : "<0") : validStr += l + r + i2, t.rightBracket && (validStr += t.rightBracket), t.joinStr && e + 1 < adaptations.length) {
|
|
41
|
-
const e2 = "and" == t.joinStr ? "&&" : "||";
|
|
42
|
-
validStr += e2;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
let res = false;
|
|
46
|
-
if (validStr) try {
|
|
47
|
-
res = eval("(" + validStr + ")");
|
|
48
|
-
} catch (e) {
|
|
49
|
-
}
|
|
50
|
-
else res = true;
|
|
51
|
-
if (res) return executeAnalysisForScan(scanValue, scanSet);
|
|
52
|
-
}
|
|
53
|
-
return null;
|
|
54
|
-
}
|
|
55
|
-
function executeAnalysisForScan(e, t) {
|
|
56
|
-
if (!t || !e) return;
|
|
57
|
-
const a = t.outs, n = {};
|
|
58
|
-
return a.forEach((t2) => {
|
|
59
|
-
const a2 = t2.fieldName;
|
|
60
|
-
if (null != t2.fixedValue) n[a2] = t2.fixedValue;
|
|
61
|
-
else {
|
|
62
|
-
let s = e;
|
|
63
|
-
if (t2.splitChar && t2.splitNum) {
|
|
64
|
-
const a3 = (t2.splitChar, t2.splitChar), n2 = e.split(a3), l = t2.splitNum < 1 ? 1 : t2.splitNum;
|
|
65
|
-
s = l <= n2.length ? n2[l - 1] : "";
|
|
66
|
-
}
|
|
67
|
-
if (t2.splitChar2 && t2.splitNum2) {
|
|
68
|
-
const e2 = (t2.splitChar2, t2.splitChar2), a3 = s.split(e2), n2 = t2.splitNum2 < 1 ? 1 : t2.splitNum2;
|
|
69
|
-
s = n2 <= a3.length ? a3[n2 - 1] : "";
|
|
70
|
-
}
|
|
71
|
-
if (s.length > 0) {
|
|
72
|
-
const e2 = _getScanIndexs(s, t2.startIndex, t2.endIndex), a3 = e2[0], n2 = e2[1];
|
|
73
|
-
s = s.substring(a3, n2);
|
|
74
|
-
}
|
|
75
|
-
n[a2] = s;
|
|
76
|
-
}
|
|
77
|
-
}), { value: e, params: n, scanSet: t };
|
|
78
|
-
}
|
|
79
|
-
function _getScanIndexs(e, t, a) {
|
|
80
|
-
return t = (t = (t = null == t ? 0 : t - 1) < 0 ? 0 : t) > e.length - 1 ? e.length - 1 : t, (a = (a = (a = null == a ? e.length : a) > e.length ? e.length : a) < 1 ? 1 : a) < t && (a = t), [t, a];
|
|
81
|
-
}
|
|
82
|
-
function setScanAnalysisValue(e, t, a) {
|
|
83
|
-
if (!t) return;
|
|
84
|
-
t.outs.forEach((t2) => {
|
|
85
|
-
const n = t2.fieldName, s = a[n];
|
|
86
|
-
setValueForVariableName(e.entity, t2.pageVariable, s);
|
|
87
|
-
});
|
|
88
|
-
}
|
|
89
|
-
export {
|
|
90
|
-
analysisScanValue,
|
|
91
|
-
formatScanRuleSets,
|
|
92
|
-
setScanAnalysisValue
|
|
93
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { usePageContextStore as t } from "./page-store.mjs";
|
|
2
|
-
import { i18nUtil as e } from "agilebuilder-ui";
|
|
3
|
-
import { useI18n as o } from "vue-i18n";
|
|
4
|
-
let r = null, n = null;
|
|
5
|
-
const l = (l2, ...m) => {
|
|
6
|
-
n || (n = o());
|
|
7
|
-
const s = t().pageContext;
|
|
8
|
-
if (null === r && (r = !!e.getEnableI18nState(s.systemCode)), !r) return l2;
|
|
9
|
-
const i = `${s.systemCode}.${l2}`, u = n.t(i, m || []);
|
|
10
|
-
return u !== i ? u : l2;
|
|
11
|
-
};
|
|
12
|
-
export {
|
|
13
|
-
l as $t
|
|
14
|
-
};
|
|
@@ -1,386 +0,0 @@
|
|
|
1
|
-
import { executeExpression, http } from "agilebuilder-ui";
|
|
2
|
-
import dayjs from "dayjs";
|
|
3
|
-
import { getComponentRef } from "./global-refs.mjs";
|
|
4
|
-
import { watch } from "vue";
|
|
5
|
-
import { deepCopy, getBaseUrl } from "./common-util.mjs";
|
|
6
|
-
function getComponentOptionConfigs(e, t, n, o) {
|
|
7
|
-
return getComponentOptionConfigsBase(e, (t == null ? void 0 : t.systemCode) ? t.systemCode : n, (t == null ? void 0 : t.systemVersion) ? t == null ? void 0 : t.systemVersion : o);
|
|
8
|
-
}
|
|
9
|
-
function getComponentOptionConfigsBase(e, t, n) {
|
|
10
|
-
if (!e.props || !e.props.dataOrigin) return;
|
|
11
|
-
if (e.name && "table" === e.name) return;
|
|
12
|
-
const o = e.props.dataOrigin, a = { uuid: e.uuid };
|
|
13
|
-
if ("optionGroup" == o.optionValueSetType) a.type = "optionGroup", a.props = { code: o.optionGroup };
|
|
14
|
-
else if ("dynamicData" == o.optionValueSetType) a.type = "dynamicData", a.filterType = o.filterType, a.props = { code: o.dynamicDataSourceCode };
|
|
15
|
-
else if ("dataTable" == o.optionValueSetType) {
|
|
16
|
-
a.filterType = o.filterType;
|
|
17
|
-
const e2 = getTableQueryInfo(o, t, n);
|
|
18
|
-
Object.assign(a, e2);
|
|
19
|
-
} else if ("service" == o.optionValueSetType) {
|
|
20
|
-
a.filterType = o.filterType;
|
|
21
|
-
const e2 = getServiceQueryInfo(o, t, n);
|
|
22
|
-
Object.assign(a, e2);
|
|
23
|
-
}
|
|
24
|
-
return a.type ? a : void 0;
|
|
25
|
-
}
|
|
26
|
-
function getTableQueryInfo(e, t, n) {
|
|
27
|
-
const o = { type: "dataTable" };
|
|
28
|
-
if (o.valueLabelSwitch = !!e.valueLabelSwitch, o.props = { tableName: e.tableName, systemCode: e.tableSysCode ? e.tableSysCode : t, systemVersion: e.tableSysVersion ? e.tableSysVersion : n }, e.sortFields) {
|
|
29
|
-
const t2 = [];
|
|
30
|
-
for (const n2 of e.sortFields) n2.name && t2.push({ prop: n2.name, order: n2.type ? n2.type : "asc" });
|
|
31
|
-
o.props.sorts = t2;
|
|
32
|
-
}
|
|
33
|
-
const a = [];
|
|
34
|
-
if (e.filterList) {
|
|
35
|
-
const t2 = [];
|
|
36
|
-
for (const n2 of e.filterList) {
|
|
37
|
-
if (!n2.propName) continue;
|
|
38
|
-
n2.propDbName || (n2.propDbName = n2.propName);
|
|
39
|
-
const e2 = {};
|
|
40
|
-
Object.assign(e2, n2);
|
|
41
|
-
const o2 = getParamNames(n2.propValue);
|
|
42
|
-
for (const e3 of o2) e3 && (e3.startsWith("${data.") || e3.startsWith("${task.") || e3.startsWith("${page.")) && (a.includes(e3) || a.push(e3));
|
|
43
|
-
n2.propValue, t2.push(e2);
|
|
44
|
-
}
|
|
45
|
-
o.props.searchForm = t2;
|
|
46
|
-
}
|
|
47
|
-
o.props.monitorFields = a;
|
|
48
|
-
const r = [];
|
|
49
|
-
if (e.tableValueField && (o.props.valueField = e.tableValueField), e.tableLableField && -1 == r.indexOf(e.tableLableField) && (o.props.lableField = e.tableLableField), e.autoSets) for (const t2 of e.autoSets) t2.source && -1 == r.indexOf(t2.source) && r.push(t2.source);
|
|
50
|
-
return o.props.queryFields = r, o.props.pageSize = e.displayQuantity, o;
|
|
51
|
-
}
|
|
52
|
-
function getServiceQueryInfo(e, t, n) {
|
|
53
|
-
const o = { type: "service" };
|
|
54
|
-
if (o.valueLabelSwitch = !!e.valueLabelSwitch, o.props = { serivceCode: e.serviceCode, systemCode: e.tableSysCode ? e.tableSysCode : t, systemVersion: e.tableSysVersion ? e.tableSysVersion : n }, e.serviceInputs) {
|
|
55
|
-
const t2 = [];
|
|
56
|
-
for (const n2 of e.serviceInputs) {
|
|
57
|
-
if (!n2.name || n2.value) continue;
|
|
58
|
-
const e2 = {};
|
|
59
|
-
Object.assign(e2, n2), t2.push(e2);
|
|
60
|
-
}
|
|
61
|
-
o.props.inputs = t2;
|
|
62
|
-
}
|
|
63
|
-
return o.props.dataSetField = e.serviceDataSetField, o.props.valueField = e.serviceValueField, o.props.labelField = e.serviceLabelField, o;
|
|
64
|
-
}
|
|
65
|
-
function updateChartDatasources(e, t, n, o) {
|
|
66
|
-
return new Promise((a, r) => {
|
|
67
|
-
if (!t || 0 == t.length) return void r(new Error("无需查询的统计图配置!"));
|
|
68
|
-
const s = deepCopy(t);
|
|
69
|
-
s.forEach((t2) => {
|
|
70
|
-
const n2 = t2.services;
|
|
71
|
-
if (n2 && n2.length > 0) {
|
|
72
|
-
const t3 = n2[0].serviceInputs;
|
|
73
|
-
t3 && (n2[0].serviceInParams = {}, t3.forEach((t4) => {
|
|
74
|
-
const o2 = t4.name, a2 = t4.value;
|
|
75
|
-
n2[0].serviceInParams[o2] = getValueFromVariable(e.entity, a2);
|
|
76
|
-
}), delete n2[0].serviceInputs);
|
|
77
|
-
}
|
|
78
|
-
});
|
|
79
|
-
const i = e.entity ? e.entity : {}, u = {};
|
|
80
|
-
i.request && Object.assign(u, i.request), i.page && Object.assign(u, i.page), n && Object.assign(u, n);
|
|
81
|
-
const l = {};
|
|
82
|
-
i.task && Object.assign(l, i.task);
|
|
83
|
-
const c = { entityMap: i.data, additionalParamMap: u, taskMap: l, dataSourceList: s, systemCode: e.systemCode, pageCode: e.code }, p = e.backendUrl, f = getBaseUrl(p, e.isTest) + "/common/common-data/find-chart-datas";
|
|
84
|
-
http.post(f, c, { headers: { customSystem: e.systemCode } }).then((t2) => {
|
|
85
|
-
var _a, _b;
|
|
86
|
-
e.chartDataSourceMap || (e.chartDataSourceMap = {});
|
|
87
|
-
for (const n2 in t2) {
|
|
88
|
-
e.chartDataSourceMap[n2] = t2[n2];
|
|
89
|
-
const a2 = getComponentRef(e, n2);
|
|
90
|
-
if (a2) {
|
|
91
|
-
const r2 = a2.getConfigure();
|
|
92
|
-
if ((!o || r2 && (void 0 === r2.initializationQuery || r2.initializationQuery)) && a2.updateChartDatas && (a2.updateChartDatas(t2[n2]), (_b = (_a = r2.runtime) == null ? void 0 : _a.dataConfig) == null ? void 0 : _b.resultSet)) {
|
|
93
|
-
const o2 = t2[n2] && t2[n2].length > 0 ? t2[n2][0] : {}, a3 = o2 && o2.result ? o2.result : {};
|
|
94
|
-
let s2 = null;
|
|
95
|
-
r2.serviceDataField ? s2 = a3[r2.serviceDataField] : a3 && (s2 = Array.isArray(a3) ? a3 : [a3]), s2 || (s2 = []), setValueForVariableName(e.entity, r2.runtime.dataConfig.resultSet, s2);
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
a(t2);
|
|
100
|
-
}).catch((e2) => {
|
|
101
|
-
r(e2);
|
|
102
|
-
});
|
|
103
|
-
});
|
|
104
|
-
}
|
|
105
|
-
function updateChartDatasourcesByComponent(e, t) {
|
|
106
|
-
const n = e.initChartServiceConfigs.find((e2) => e2.uuid === t);
|
|
107
|
-
n && updateChartDatasources(e, [n], null, false);
|
|
108
|
-
}
|
|
109
|
-
function updateOptionDatasources(e, t, n) {
|
|
110
|
-
return new Promise((o, a) => {
|
|
111
|
-
if (!t || 0 == t.length) return void a(new Error("无需查询的配置!"));
|
|
112
|
-
const r = e.entity ? e.entity : {}, s = {};
|
|
113
|
-
r.request && Object.assign(s, r.request), r.page && Object.assign(s, r.page), s.query = n;
|
|
114
|
-
const i = { entityMap: r.data, additionalParamMap: s, dataSourceList: t, systemCode: e.systemCode, query: n }, u = e.backendUrl, l = getBaseUrl(u, e.isTest) + "/common/common-data/find-datas";
|
|
115
|
-
http.post(l, i).then((t2) => {
|
|
116
|
-
e.optionSourceMap || (e.optionSourceMap = {});
|
|
117
|
-
for (const n2 in t2) {
|
|
118
|
-
e.optionSourceMap[n2] = t2[n2];
|
|
119
|
-
const o2 = getComponentRef(e, n2);
|
|
120
|
-
o2 && o2.updateOptions && o2.updateOptions(t2[n2]);
|
|
121
|
-
}
|
|
122
|
-
o(t2);
|
|
123
|
-
}).catch((e2) => {
|
|
124
|
-
a(e2);
|
|
125
|
-
});
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
function getOptionDatasFromPage(e, t) {
|
|
129
|
-
return getComponentOptionDatasFromPage(e, t.uuid);
|
|
130
|
-
}
|
|
131
|
-
function getComponentOptionDatasFromPage(e, t) {
|
|
132
|
-
const n = getOptionDatasSourceMap(e)[t];
|
|
133
|
-
return n || [];
|
|
134
|
-
}
|
|
135
|
-
function getOptionDatasSourceMap(e) {
|
|
136
|
-
if (!e || !e.optionSourceMap) return {};
|
|
137
|
-
const t = e.optionSourceMap;
|
|
138
|
-
return t || {};
|
|
139
|
-
}
|
|
140
|
-
function getChartDatasFromPage(e, t) {
|
|
141
|
-
if (!e || !e.chartDataSourceMap || !t) return null;
|
|
142
|
-
return e.chartDataSourceMap[t.uuid];
|
|
143
|
-
}
|
|
144
|
-
function queryOptionDatasources(e, t, n) {
|
|
145
|
-
return updateOptionDatasources(e, t ? [t] : [], n);
|
|
146
|
-
}
|
|
147
|
-
function autoSetAfterSelect(e, t, n, o, a = []) {
|
|
148
|
-
if (!n || 0 == n.length) return;
|
|
149
|
-
const r = t.entity ? t.entity : {};
|
|
150
|
-
for (const e2 of n) {
|
|
151
|
-
if (!e2.source || !e2.target || a.includes(e2.target)) continue;
|
|
152
|
-
const t2 = getValuesByField(o, e2.source);
|
|
153
|
-
let n2 = e2.target;
|
|
154
|
-
if (!n2 || !n2.startsWith("${")) continue;
|
|
155
|
-
n2 = n2.substring(2, n2.length - 1);
|
|
156
|
-
const s = n2.split(".");
|
|
157
|
-
setVariableValue(r, s, null == t2 ? null : t2.join(","));
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
function getValuesByField(e, t) {
|
|
161
|
-
if (e) {
|
|
162
|
-
const n = [];
|
|
163
|
-
for (const o of e) {
|
|
164
|
-
let e2 = o[t];
|
|
165
|
-
null != e2 && null != e2 || (e2 = ""), n.push(e2);
|
|
166
|
-
}
|
|
167
|
-
return n;
|
|
168
|
-
}
|
|
169
|
-
return null;
|
|
170
|
-
}
|
|
171
|
-
function getVariableValue(e, t) {
|
|
172
|
-
if (!e || !t || 0 == t.length) return;
|
|
173
|
-
let n = e;
|
|
174
|
-
for (let e2 = 0; e2 < t.length; e2++) {
|
|
175
|
-
if (null == n) return n;
|
|
176
|
-
n = n[t[e2]];
|
|
177
|
-
}
|
|
178
|
-
return n;
|
|
179
|
-
}
|
|
180
|
-
function setValueForVariableName(e, t, n) {
|
|
181
|
-
if (!t || !t.startsWith("${")) return;
|
|
182
|
-
setVariableValue(e, (t = t.substring(2, t.length - 1)).split("."), n);
|
|
183
|
-
}
|
|
184
|
-
function setVariableValue(e, t, n) {
|
|
185
|
-
if (!e || !t || 0 == t.length) return;
|
|
186
|
-
let o = e;
|
|
187
|
-
for (let e2 = 0; e2 < t.length; e2++) {
|
|
188
|
-
const a = t[e2];
|
|
189
|
-
e2 + 1 === t.length ? o[a] = void 0 === n ? null : n : (void 0 === o[a] && (o[a] = {}), o = o[a]);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
function setVariableValueWithProp(e, t, n) {
|
|
193
|
-
if (!e || !t) return;
|
|
194
|
-
setVariableValue(e, t.split("."), n);
|
|
195
|
-
}
|
|
196
|
-
function formatVariableValue(e, t) {
|
|
197
|
-
if (!e || "" == t || null == t || null == t) return t;
|
|
198
|
-
const n = e.entity ? e.entity : {}, o = getParamNames(t);
|
|
199
|
-
for (const e2 in o) {
|
|
200
|
-
const a = o[e2], r = getValueFromVariable(n, a);
|
|
201
|
-
if (r && "[object Date]" === Object.prototype.toString.call(r)) return dayjs(r).format("YYYY-MM-DD HH:mm:ss");
|
|
202
|
-
if (r && "number" == typeof r) return r;
|
|
203
|
-
t = t.replace(a, null == r ? "" : r);
|
|
204
|
-
}
|
|
205
|
-
return t;
|
|
206
|
-
}
|
|
207
|
-
function getParamNames(e) {
|
|
208
|
-
if (!e) return [];
|
|
209
|
-
const t = e.match(/\$\{[^\{|\}]+\}/g);
|
|
210
|
-
return t || [];
|
|
211
|
-
}
|
|
212
|
-
function formatValueByType(e, t, n) {
|
|
213
|
-
if (!t || "" == e || null == e || null == e) return e;
|
|
214
|
-
if (n = n || {}, "number" == t || "percent" == t) {
|
|
215
|
-
if (isNaN(e)) return e;
|
|
216
|
-
let o = parseInt(n.decimalDigit);
|
|
217
|
-
if ((null == o || isNaN(o)) && (o = -1), e = parseFloat(e), "percent" == t && (e *= 100), o > -1 && (e = parseFloat(e.toFixed(o))), "percent" == t) e += "%";
|
|
218
|
-
else {
|
|
219
|
-
if (n.thousandsSeparator) {
|
|
220
|
-
const t2 = e.toString().split(".");
|
|
221
|
-
t2[0] = t2[0].replace(/\B(?=(\d{3})+(?!\d))/g, ","), e = t2.length > 1 ? t2.join(".") : t2[0];
|
|
222
|
-
}
|
|
223
|
-
n.symbol && (e = n.symbol + "" + e);
|
|
224
|
-
}
|
|
225
|
-
return e;
|
|
226
|
-
}
|
|
227
|
-
if ("date" == t || "time" == t) {
|
|
228
|
-
let o = "";
|
|
229
|
-
return "date" == t ? (o = n.dateFormat, o || (o = "YYYY-MM-DD")) : (o = n.timeFormat, o || (o = "HH:mm:ss")), dayjs(e).format(o);
|
|
230
|
-
}
|
|
231
|
-
return "custom" == t && n.formatEventUuid, e;
|
|
232
|
-
}
|
|
233
|
-
function getValueFromVariable(e, t, n) {
|
|
234
|
-
if (null == t || null == t) return t;
|
|
235
|
-
if (t.startsWith("${") && t.endsWith("}")) {
|
|
236
|
-
let o = t.substring(2, t.length - 1), a = null, r = null;
|
|
237
|
-
if (o.startsWith("data.")) o = o.substring(5), r = e.data, a = "data";
|
|
238
|
-
else if (o.startsWith("page.")) o = o.substring(5), a = "page", r = e.page;
|
|
239
|
-
else if (o.startsWith("task.")) o = o.substring(5), a = "task", r = e.task;
|
|
240
|
-
else if (o.startsWith("request.")) o = o.substring(8), a = "request", r = e.request;
|
|
241
|
-
else if (o.startsWith("context.")) o = o.substring(8), a = "context", r = e.context;
|
|
242
|
-
else if (o.startsWith("system.")) o = o.substring(7), a = "system", r = e.system;
|
|
243
|
-
else {
|
|
244
|
-
if (o.startsWith("fixed.")) return o.substring(6);
|
|
245
|
-
o.startsWith("row.") && (o = o.substring(4), r = n, a = "row");
|
|
246
|
-
}
|
|
247
|
-
return o ? getValueFromSource(r, o, a) : "";
|
|
248
|
-
}
|
|
249
|
-
return t;
|
|
250
|
-
}
|
|
251
|
-
function getValueFromSource(e, t, n) {
|
|
252
|
-
if ("context" != n && !e || !t) return;
|
|
253
|
-
const o = t.indexOf(".");
|
|
254
|
-
if (o > -1) {
|
|
255
|
-
const a = t.substring(0, o), r = t.substring(o + 1);
|
|
256
|
-
let s = e[a];
|
|
257
|
-
return s && Array.isArray(s) && s.length > 0 && (s = s[0]), getValueFromSource(s, r, n);
|
|
258
|
-
}
|
|
259
|
-
if ("context" == n) {
|
|
260
|
-
if ("currentDate" == t || "currentTime" == t) return /* @__PURE__ */ new Date();
|
|
261
|
-
if (t.startsWith("currentDate") && t.length > 11) {
|
|
262
|
-
const e2 = t.substring(11), n2 = e2.substring(0, 1);
|
|
263
|
-
let o2 = parseInt(e2.substring(1, e2.length - 1), 10);
|
|
264
|
-
const a = e2.substring(e2.length - 1), r = /* @__PURE__ */ new Date();
|
|
265
|
-
return o2 = "+" === n2 ? o2 : -o2, "d" === a || "w" === a ? (o2 = "w" === a ? 7 * o2 : o2, r.setDate(r.getDate() + o2)) : "m" === a ? r.setMonth(r.getMonth() + o2) : "y" === a && r.setFullYear(r.getFullYear() + o2), r;
|
|
266
|
-
}
|
|
267
|
-
if (!e) return;
|
|
268
|
-
}
|
|
269
|
-
return e[t];
|
|
270
|
-
}
|
|
271
|
-
function caculateShowCondition(pageContext, showConditions, row) {
|
|
272
|
-
if (!showConditions || 0 == showConditions.length || !pageContext || !pageContext.entity) return true;
|
|
273
|
-
const entityData = pageContext.entity;
|
|
274
|
-
let conditions = "";
|
|
275
|
-
const maxLen = showConditions.length;
|
|
276
|
-
for (let e = 0; e < maxLen; e++) {
|
|
277
|
-
const t = showConditions[e], n = t.propName;
|
|
278
|
-
let o = t.operator;
|
|
279
|
-
if (!n || "" === n) continue;
|
|
280
|
-
o || (o = "EQ");
|
|
281
|
-
const a = getValueFromVariable(entityData, n, row);
|
|
282
|
-
let r = getValueFromVariable(entityData, t.propValue, row);
|
|
283
|
-
const s = t.dataType;
|
|
284
|
-
"CONTAIN" != o && "NOT_CONTAIN" != o || a && !a.includes && (o = "CONTAIN" == o ? "EQ" : "NET");
|
|
285
|
-
let i = t.variableIsNull, u;
|
|
286
|
-
if (i || (i = "null"), "IS_NULL" !== o && "IS_NOT_NULL" !== o && (void 0 !== r && "" !== r || (r = null, "null" === i ? o = "IS_NULL" : "notequal" === i ? o = "IS_NOT_NULL" : u = true)), null == u) try {
|
|
287
|
-
u = executeExpression(a, o, r, s);
|
|
288
|
-
} catch (e2) {
|
|
289
|
-
u = false;
|
|
290
|
-
}
|
|
291
|
-
const l = t.leftBracket, c = t.rightBracket;
|
|
292
|
-
let p = t.joinSign;
|
|
293
|
-
if (l && null !== l && "" !== l && (conditions += l, conditions += " "), conditions += u + " ", c && null !== c && "" !== c && (conditions += c, conditions += " "), e < maxLen - 1 && p && null !== p && "" !== p) {
|
|
294
|
-
const e2 = p.toLowerCase();
|
|
295
|
-
"and" === e2 ? p = e2.replace("and", "&&") : "or" === e2 && (p = e2.replace("or", "||")), conditions += p + " ";
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
return !conditions || eval("(" + conditions + ")");
|
|
299
|
-
}
|
|
300
|
-
function monitorFieldChange(e, t, n) {
|
|
301
|
-
if (!n || !e || !t || 0 == t.length) return;
|
|
302
|
-
const o = [], a = [];
|
|
303
|
-
for (let e2 of t) if (e2.startsWith("${")) {
|
|
304
|
-
e2 = e2.substring(2, e2.length - 1);
|
|
305
|
-
const t2 = e2.split(".");
|
|
306
|
-
"page" !== t2[0] && "task" !== t2[0] && "data" !== t2[0] || (o.push(t2), a.includes(t2[0]) || a.push(t2[0]));
|
|
307
|
-
}
|
|
308
|
-
let r = getMonitorFieldValues(o, e.entity), s = false;
|
|
309
|
-
for (const t2 of a) watch(e.entity[t2], () => {
|
|
310
|
-
s && clearTimeout(s), s = setTimeout(function() {
|
|
311
|
-
const t3 = getMonitorFieldValues(o, e.entity);
|
|
312
|
-
r != t3 && (r = t3, n());
|
|
313
|
-
}, 200);
|
|
314
|
-
});
|
|
315
|
-
}
|
|
316
|
-
function getMonitorFieldValues(e, t) {
|
|
317
|
-
let n = "";
|
|
318
|
-
for (const o of e) n += "_" + getVariableValue(t, o);
|
|
319
|
-
return n;
|
|
320
|
-
}
|
|
321
|
-
function getFormPropName(e) {
|
|
322
|
-
return e && e.indexOf("${") >= 0 ? e.substring(e.indexOf(".") + 1, e.lastIndexOf("}")) : e;
|
|
323
|
-
}
|
|
324
|
-
function getSizeConfig(e, t) {
|
|
325
|
-
const n = getPageModeType(e);
|
|
326
|
-
let o;
|
|
327
|
-
return t.props && t.props.size && t.props.size[n] && (o = t.props.size[n]), !o && t.props && t.props.size && (o = t.props.size.pc), o;
|
|
328
|
-
}
|
|
329
|
-
function getPageModeType(e) {
|
|
330
|
-
let t = e.dimensions;
|
|
331
|
-
return t || (t = "pc"), t;
|
|
332
|
-
}
|
|
333
|
-
function isPromise(e) {
|
|
334
|
-
return e && "[object Promise]" === Object.prototype.toString.call(e);
|
|
335
|
-
}
|
|
336
|
-
function decomposeVariable(e) {
|
|
337
|
-
if (!e) return [];
|
|
338
|
-
const t = e.match(/\${(.*?)}/);
|
|
339
|
-
return t ? t[1].split(".") : [];
|
|
340
|
-
}
|
|
341
|
-
function getModelFieldFromPageContext(e, t) {
|
|
342
|
-
if (!t.modelFieldsMap) return;
|
|
343
|
-
let n = null;
|
|
344
|
-
for (let o = 0; o < e.length; o++) {
|
|
345
|
-
const a = e[o];
|
|
346
|
-
o + 1 === e.length && (n = t.modelFieldsMap[a]);
|
|
347
|
-
}
|
|
348
|
-
return n;
|
|
349
|
-
}
|
|
350
|
-
function isNumberDataType(e) {
|
|
351
|
-
return "INTEGER" === e || "LONG" === e || "DOUBLE" === e || "FLOAT_COM" === e;
|
|
352
|
-
}
|
|
353
|
-
function isDateDataType(e) {
|
|
354
|
-
return "DATE" === (e = e ? e.toUpperCase() : "") || "TIME" === e || "DATETIME" === e || "TIMESTAMP" === e;
|
|
355
|
-
}
|
|
356
|
-
export {
|
|
357
|
-
autoSetAfterSelect,
|
|
358
|
-
caculateShowCondition,
|
|
359
|
-
decomposeVariable,
|
|
360
|
-
formatValueByType,
|
|
361
|
-
formatVariableValue,
|
|
362
|
-
getChartDatasFromPage,
|
|
363
|
-
getComponentOptionConfigs,
|
|
364
|
-
getComponentOptionConfigsBase,
|
|
365
|
-
getComponentOptionDatasFromPage,
|
|
366
|
-
getFormPropName,
|
|
367
|
-
getModelFieldFromPageContext,
|
|
368
|
-
getOptionDatasFromPage,
|
|
369
|
-
getOptionDatasSourceMap,
|
|
370
|
-
getParamNames,
|
|
371
|
-
getSizeConfig,
|
|
372
|
-
getValueFromSource,
|
|
373
|
-
getValueFromVariable,
|
|
374
|
-
getVariableValue,
|
|
375
|
-
isDateDataType,
|
|
376
|
-
isNumberDataType,
|
|
377
|
-
isPromise,
|
|
378
|
-
monitorFieldChange,
|
|
379
|
-
queryOptionDatasources,
|
|
380
|
-
setValueForVariableName,
|
|
381
|
-
setVariableValue,
|
|
382
|
-
setVariableValueWithProp,
|
|
383
|
-
updateChartDatasources,
|
|
384
|
-
updateChartDatasourcesByComponent,
|
|
385
|
-
updateOptionDatasources
|
|
386
|
-
};
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { getBaseUrl as e, getRealRestApiPath as t } from "./common-util.mjs";
|
|
2
|
-
import { http as a } from "agilebuilder-ui";
|
|
3
|
-
import "./eventBus.mjs";
|
|
4
|
-
import { getPermissionCodes as o } from "./page-init-util.mjs";
|
|
5
|
-
import "element-plus";
|
|
6
|
-
import "./global-refs.mjs";
|
|
7
|
-
import "axios";
|
|
8
|
-
import "dayjs";
|
|
9
|
-
import "vue";
|
|
10
|
-
import "./events/print-label.mjs";
|
|
11
|
-
import "./page-store.mjs";
|
|
12
|
-
import "vue-i18n";
|
|
13
|
-
import "async-validator";
|
|
14
|
-
function n(n2, r2, s2, i2, p2) {
|
|
15
|
-
return new Promise((s3, i3) => {
|
|
16
|
-
var _a, _b;
|
|
17
|
-
if (r2 && ((_a = r2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) if ("beanName" === ((_b = r2.props.dataOrigin) == null ? void 0 : _b.optionValueSetType)) {
|
|
18
|
-
const i4 = n2.backendUrl, m = n2.systemCode, d = o(r2, n2);
|
|
19
|
-
let l = e(i4, n2.isTest) + "/dsc/commons/load-tree-node";
|
|
20
|
-
l = t(l, m, i4, n2.isTest);
|
|
21
|
-
const c = { pageCode: n2.code, pageVersion: n2.version, tableName: n2.tableName, systemCode: m, functionCode: d, beanName: n2.beanName };
|
|
22
|
-
r2.props.dataOrigin.beanName && (c.beanName = r2.props.dataOrigin.beanName), p2 && Object.assign(c, p2), a.post(l, c).then((e2) => {
|
|
23
|
-
s3(e2);
|
|
24
|
-
});
|
|
25
|
-
} else {
|
|
26
|
-
const e2 = (r2.runtime ? r2.runtime : {}).props;
|
|
27
|
-
e2 && e2.staticData ? s3(e2.staticData) : s3([]);
|
|
28
|
-
}
|
|
29
|
-
else s3([]);
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
const r = (t2, o2, n2) => new Promise((r2, s2) => {
|
|
33
|
-
var _a;
|
|
34
|
-
if ("beanName" === ((_a = o2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) {
|
|
35
|
-
const s3 = n2.backendUrl, i2 = e(s3, n2.isTest) + "/dsc/commons/tree-node", m = p(false, t2, o2, n2);
|
|
36
|
-
a.delete(i2, { data: m }).then((e2) => {
|
|
37
|
-
r2(e2);
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
}), s = (t2, o2, n2) => new Promise((r2, s2) => {
|
|
41
|
-
var _a;
|
|
42
|
-
if ("beanName" === ((_a = o2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) {
|
|
43
|
-
const s3 = n2.backendUrl, i2 = e(s3, n2.isTest) + "/dsc/commons/tree-node", m = p(true, t2, o2, n2);
|
|
44
|
-
a.post(i2, m).then((e2) => {
|
|
45
|
-
r2(e2);
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
}), i = (t2, o2, n2) => new Promise((r2, s2) => {
|
|
49
|
-
var _a;
|
|
50
|
-
if ("beanName" === ((_a = o2.props.dataOrigin) == null ? void 0 : _a.optionValueSetType)) {
|
|
51
|
-
const s3 = n2.backendUrl, i2 = e(s3, n2.isTest) + "/dsc/commons/tree-node";
|
|
52
|
-
a.put(i2, p(false, t2, o2, n2)).then((e2) => {
|
|
53
|
-
r2(e2);
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
function p(e2, t2, a2, o2) {
|
|
58
|
-
const n2 = JSON.parse(JSON.stringify(t2.data));
|
|
59
|
-
e2 && (n2.nodeId = null);
|
|
60
|
-
const r2 = { pageCode: o2.code, pageVersion: o2.version, systemCode: o2.systemCode, beanName: o2.beanName, tableName: a2.props.base.treeTableName, treeLabelProp: a2.props.base.treeLabelProp, treeParentIdProp: a2.props.base.treeParentIdProp, currentNode: n2, parentNode: null };
|
|
61
|
-
return a2.props.dataOrigin.beanName && (r2.beanName = a2.props.dataOrigin.beanName), t2.parent && t2.parent.level > 0 && (r2.parentNode = t2.parent.data), r2;
|
|
62
|
-
}
|
|
63
|
-
export {
|
|
64
|
-
s as createTreeNode,
|
|
65
|
-
r as deleteNode,
|
|
66
|
-
n as getMenuTreeData,
|
|
67
|
-
i as updateTreeNode
|
|
68
|
-
};
|
package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { defineComponent as e, createBlock as t, openBlock as o } from "vue";
|
|
2
|
-
import n from "../button/button-runtime.vue2.mjs";
|
|
3
|
-
const r = e({ __name: "exportpdf-runtime", props: { pageContext: {}, configure: {} }, setup: (e2) => (e3, r2) => (o(), t(n, { configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["configure", "pageContext"])) });
|
|
4
|
-
export {
|
|
5
|
-
r as default
|
|
6
|
-
};
|
package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onMounted as l, nextTick as n, resolveComponent as u, createBlock as o, openBlock as a, normalizeStyle as i, normalizeClass as p, unref as r, withCtx as s, createElementBlock as m, Fragment as g, createTextVNode as c, toDisplayString as f, createVNode as v, renderList as d } from "vue";
|
|
2
|
-
import "agilebuilder-ui";
|
|
3
|
-
import { handleAfterInitEvent as y, handleEvent as b } from "../../../../utils/events/event-util.mjs";
|
|
4
|
-
import k from "../button/button-runtime.vue2.mjs";
|
|
5
|
-
import { $t as C } from "../../../../utils/i18n-util.mjs";
|
|
6
|
-
const x = { key: 1 }, _ = e({ __name: "printlabel-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
|
|
7
|
-
const _2 = e2, w = _2.configure.runtime ? _2.configure.runtime : {}, z = t(w.props ? w.props : {}), j = t(false);
|
|
8
|
-
z.value.template && z.value.template.length > 1 && (j.value = true);
|
|
9
|
-
const B = w.style, D = w.class, R = t(null);
|
|
10
|
-
return l(() => {
|
|
11
|
-
n(() => {
|
|
12
|
-
j.value && y(null, _2.pageContext, _2.configure, { componentRef: R.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
|
|
13
|
-
});
|
|
14
|
-
}), (e3, t2) => {
|
|
15
|
-
const l2 = u("el-button"), n2 = u("ArrowDown"), y2 = u("el-icon"), _3 = u("el-text"), w2 = u("el-dropdown-item"), T = u("el-dropdown-menu"), h = u("el-dropdown");
|
|
16
|
-
return j.value ? (a(), o(h, { key: 1, ref_key: "componentRef", ref: R, class: p(r(D)), style: i(r(B)), placement: z.value.placement, "split-button": z.value.splitButton, disabled: "disabled" === z.value.state, type: z.value.buttonType, size: z.value.size, trigger: z.value.trigger }, { dropdown: s(() => [v(T, null, { default: s(() => [(a(true), m(g, null, d(z.value.template, (t3, l3) => (a(), o(w2, { key: t3, onClick: (l4) => r(b)(l4, e3.pageContext, e3.configure, "click", { menuItem: t3 }) }, { default: s(() => [c(f(r(C)(t3.label)), 1)]), _: 2 }, 1032, ["onClick"]))), 128))]), _: 1 })]), default: s(() => ["button" === z.value.triggerElement ? (a(), m(g, { key: 0 }, [z.value.splitButton ? (a(), m("span", x, f(r(C)(z.value.title)), 1)) : (a(), o(l2, { key: 0, size: z.value.size, type: z.value.buttonType, onClick: t2[0] || (t2[0] = (t3) => r(b)(t3, e3.pageContext, e3.configure, "menuClick")) }, { default: s(() => [c(f(r(C)(z.value.title)), 1)]), _: 1 }, 8, ["size", "type"]))], 64)) : (a(), o(_3, { key: 1 }, { default: s(() => [c(f(r(C)(z.value.title)) + " ", 1), v(y2, null, { default: s(() => [v(n2)]), _: 1 })]), _: 1 }))]), _: 1 }, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"])) : (a(), o(k, { key: 0, configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["configure", "pageContext"]));
|
|
17
|
-
};
|
|
18
|
-
} });
|
|
19
|
-
export {
|
|
20
|
-
_ as default
|
|
21
|
-
};
|