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,23 +1,23 @@
|
|
|
1
1
|
import { defineComponent as e, computed as t, ref as r, onMounted as a, watch as o, resolveComponent as l, createBlock as n, openBlock as u, normalizeStyle as i, normalizeClass as s, unref as c, withCtx as p, createElementBlock as m, createCommentVNode as f, toDisplayString as g } from "vue";
|
|
2
2
|
import d from "qrcode";
|
|
3
3
|
import v from "jsbarcode";
|
|
4
|
-
import { getFormModelFields as y } from "../../../../utils/page-init-util.
|
|
5
|
-
import { generateCodeByRule as b } from "../../../../utils/barcode-util.
|
|
6
|
-
import { setVariableValue as h, getVariableValue as x } from "../../../../utils/page-helper-util.
|
|
7
|
-
import { handleEvent as C } from "../../../../utils/events/event-util.
|
|
8
|
-
import
|
|
9
|
-
import { $t as R } from "../../../../utils/i18n-util.
|
|
4
|
+
import { getFormModelFields as y } from "../../../../utils/page-init-util.js";
|
|
5
|
+
import { generateCodeByRule as b } from "../../../../utils/barcode-util.js";
|
|
6
|
+
import { setVariableValue as h, getVariableValue as x } from "../../../../utils/page-helper-util.js";
|
|
7
|
+
import { handleEvent as C } from "../../../../utils/events/event-util.js";
|
|
8
|
+
import w from "agilebuilder-ui/src/utils/request";
|
|
9
|
+
import { $t as R } from "../../../../utils/i18n-util.js";
|
|
10
10
|
const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: D2 }) {
|
|
11
|
-
const
|
|
12
|
-
let
|
|
13
|
-
const A = t({ get: () => x(
|
|
14
|
-
h(
|
|
15
|
-
} }), E =
|
|
11
|
+
const q = e2, N = q.pageContext.entity ? q.pageContext.entity : {};
|
|
12
|
+
let k = y(q.pageContext, q.configure);
|
|
13
|
+
const A = t({ get: () => x(N, k), set(e3) {
|
|
14
|
+
h(N, k, e3);
|
|
15
|
+
} }), E = q.configure.runtime ? q.configure.runtime : {}, _ = r(E.props ? E.props : {}), O = E.style, P = E.class, S = E.headerStyle, $ = r(""), I = r(null), Q = r(_.value.brCodeFormat ?? "CODE128"), V = r([]);
|
|
16
16
|
function F(e3) {
|
|
17
|
-
return h(
|
|
17
|
+
return h(N, k, e3);
|
|
18
18
|
}
|
|
19
19
|
function J(e3) {
|
|
20
|
-
L(e3), F(e3), C(e3,
|
|
20
|
+
L(e3), F(e3), C(e3, q.pageContext, q.configure, "change", { entity: N });
|
|
21
21
|
}
|
|
22
22
|
function L(e3) {
|
|
23
23
|
var t2;
|
|
@@ -33,23 +33,23 @@ const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {},
|
|
|
33
33
|
}
|
|
34
34
|
return a(() => {
|
|
35
35
|
_.value.generateRule && ("fixed" === _.value.generateRuleType ? (V.value = Array.from(_.value.generateRule.matchAll(/\$\{(\w+)\}/g), (e3) => e3[1]), V.value.forEach((e3) => {
|
|
36
|
-
o(() =>
|
|
36
|
+
o(() => q.pageContext.entity.data[e3], (e4, t2) => {
|
|
37
37
|
null != e4 && function() {
|
|
38
38
|
let e5 = true;
|
|
39
39
|
V.value.forEach((t3) => {
|
|
40
|
-
|
|
40
|
+
q.pageContext.entity.data[t3] || (e5 = false);
|
|
41
41
|
}), e5 && J(function(e6, t3) {
|
|
42
42
|
const r2 = /\$\{(\w+)\}/g;
|
|
43
43
|
return e6.replace(r2, (e7, r3) => t3.hasOwnProperty(r3) ? t3[r3] : e7);
|
|
44
|
-
}(_.value.generateRule,
|
|
44
|
+
}(_.value.generateRule, q.pageContext.entity.data));
|
|
45
45
|
}();
|
|
46
46
|
});
|
|
47
47
|
})) : w.get(window.$vueApp.config.globalProperties.baseAPI + "/dc/setting-barcode-models/by-code/" + _.value.generateRule).then((e3) => {
|
|
48
48
|
const t2 = JSON.parse(e3.barcodeModelItems);
|
|
49
49
|
t2.forEach((e4) => {
|
|
50
|
-
"-1" !== e4.propDbName && -1 !== e4.propDbName && (V.value.push(e4.propDbName), o(() =>
|
|
50
|
+
"-1" !== e4.propDbName && -1 !== e4.propDbName && (V.value.push(e4.propDbName), o(() => q.pageContext.entity.data[e4.propDbName], (e5, r2) => {
|
|
51
51
|
if (null != e5) {
|
|
52
|
-
const e6 = b(t2,
|
|
52
|
+
const e6 = b(t2, q.pageContext.entity.data);
|
|
53
53
|
e6 && J(e6);
|
|
54
54
|
}
|
|
55
55
|
}));
|
|
@@ -58,7 +58,7 @@ const j = ["src"], D = e({ __name: "barcode-runtime", props: { pageContext: {},
|
|
|
58
58
|
console.error("获取条码规则失败:", e3);
|
|
59
59
|
})), A.value && L(A.value);
|
|
60
60
|
}), D2({ getValue: function() {
|
|
61
|
-
return x(
|
|
61
|
+
return x(N, k);
|
|
62
62
|
}, setValue: F }), (e3, t2) => {
|
|
63
63
|
const r2 = l("el-form-item");
|
|
64
64
|
return u(), n(r2, { required: !!_.value.required, class: s(c(P)), "label-width": _.value.labelWidth, style: i(c(O)) }, { label: p(() => [_.value.tittleShow ? (u(), m("div", { key: 0, style: i({ ...c(S) }) }, g(c(R)(_.value.title)), 5)) : f("", true)]), default: p(() => ["QR-code" === _.value.type ? (u(), m("img", { key: 0, src: $.value }, null, 8, j)) : (u(), m("canvas", { key: 1, ref_key: "barcode", ref: I }, null, 512))]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as e, ref as t, onMounted as n, watch as o, onUnmounted as i, resolveComponent as a, createElementBlock as l, openBlock as r, unref as u, createVNode as s } from "vue";
|
|
2
|
-
import { setTableEvents as c, canExecuteButton as p, doAfterClickEvent as d, doBeforeClickEvent as f, gridSelectRecord as g, gridSelectAllRecords as m, gridSelectionChange as v, cellClick as h, cellDblClick as b, rowClick as
|
|
3
|
-
import { getBaseUrl as E, getListCode as T, getRealRestApiPath as O, isWorkflowPage as R, isVariableInvalidValue as k } from "../../../../utils/common-util.
|
|
4
|
-
import { getAdditionalParamMap as I, getSaveFormRequestWithRow as V, standardEvents as j } from "../../../../utils/events/standard-event.
|
|
5
|
-
import { isMobileBrowser as N, isPromise as
|
|
6
|
-
import { getOperationButtons as
|
|
7
|
-
import H from "../../../../utils/eventBus.
|
|
8
|
-
import { getDefaultValue as U } from "../../../../utils/page-init-util.
|
|
9
|
-
import { getSizeConfig as M, caculateShowCondition as
|
|
10
|
-
import { getComponentRefByCode as
|
|
11
|
-
import { getRowStyleUtil as
|
|
2
|
+
import { setTableEvents as c, canExecuteButton as p, doAfterClickEvent as d, doBeforeClickEvent as f, gridSelectRecord as g, gridSelectAllRecords as m, gridSelectionChange as v, cellClick as h, cellDblClick as b, rowClick as w, rowDblClick as S, headerClick as C, getEventNameByType as y, getEventFuncByType as x, getHandleEvent as D } from "../../../../utils/events/event-util.js";
|
|
3
|
+
import { getBaseUrl as E, getListCode as T, getRealRestApiPath as O, isWorkflowPage as R, isVariableInvalidValue as k } from "../../../../utils/common-util.js";
|
|
4
|
+
import { getAdditionalParamMap as I, getSaveFormRequestWithRow as V, standardEvents as j } from "../../../../utils/events/standard-event.js";
|
|
5
|
+
import { isMobileBrowser as N, isPromise as P } from "agilebuilder-ui/src/utils/common-util";
|
|
6
|
+
import { getOperationButtons as B, popupToPage as F } from "../../../../utils/table-utils.js";
|
|
7
|
+
import H from "../../../../utils/eventBus.js";
|
|
8
|
+
import { getDefaultValue as U } from "../../../../utils/page-init-util.js";
|
|
9
|
+
import { getSizeConfig as M, caculateShowCondition as $, decomposeVariable as _ } from "../../../../utils/page-helper-util.js";
|
|
10
|
+
import { getComponentRefByCode as A } from "../../../../utils/global-refs.js";
|
|
11
|
+
import { getRowStyleUtil as L, getCellStyleUtil as G, getHeaderCellStyleUtil as z } from "../../chart/table/chart-table-util.js";
|
|
12
12
|
const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(e2, { expose: q2, emit: Q }) {
|
|
13
13
|
const Y = e2, J = Y.pageContext;
|
|
14
14
|
let K = Y.configure;
|
|
@@ -19,18 +19,18 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
19
19
|
ie || (ie = window.$vueApp.config.globalProperties.baseURL);
|
|
20
20
|
const ae = t({}), le = [], re = t({});
|
|
21
21
|
re.value = function() {
|
|
22
|
-
var _a;
|
|
22
|
+
var _a, _b, _c;
|
|
23
23
|
const e3 = J.systemCode, t2 = J.code;
|
|
24
24
|
let n2 = K.props && K.props.dataOrigin && "[]" !== K.props.dataOrigin.sqlFilterCondition ? K.props.dataOrigin.sqlFilterCondition : null;
|
|
25
25
|
null == n2 && (n2 = []);
|
|
26
|
-
const o2 = (_a = K.props) == null ? void 0 : _a.dataOrigin.principalLinkage, i2 = { isSql: true, optionTableHeight: 0, rowKeyProp: o2, extraParam: { beanName: J.beanName, functionCode: t2 + ".listData", tableName: oe, systemCode: e3, pageCode: J.code, pageVersion: J.version, isMobile: N() }, initSearchForm: n2, lineEditOptions: { aftersaveIsCreateRow: false, autoSave: false, enter: Ce, esc: Te }, indexContinuous: !(!K.props || !K.props.otherSettings) && K.props.otherSettings.serialNumberContinuous, initSearch: !K.props || false !== K.props.dataOrigin.initializationQuery, resizeHeight: Ne, pageCode: J.code, pageVersion: J.version, additionalParamMap: I(J), showOverflowTooltip:
|
|
26
|
+
const o2 = (_a = K.props) == null ? void 0 : _a.dataOrigin.principalLinkage, i2 = { isSql: true, optionTableHeight: 0, rowKeyProp: o2, extraParam: { beanName: J.beanName, functionCode: t2 + ".listData", tableName: oe, systemCode: e3, pageCode: J.code, pageVersion: J.version, isMobile: N() }, initSearchForm: n2, lineEditOptions: { aftersaveIsCreateRow: false, autoSave: false, enter: Ce, esc: Te }, indexContinuous: !(!K.props || !K.props.otherSettings) && K.props.otherSettings.serialNumberContinuous, initSearch: !K.props || false !== K.props.dataOrigin.initializationQuery, resizeHeight: Ne, pageCode: J.code, pageVersion: J.version, additionalParamMap: I(J), showOverflowTooltip: (_c = (_b = K == null ? void 0 : K.props) == null ? void 0 : _b.otherSettings) == null ? void 0 : _c.showOverflowTooltip, isEnableEnterEvent: K.props && K.props.otherSettings && K.props.otherSettings.isEnableEnterEvent, isWithDataPermission: !!(K.props && K.props.otherSettings && K.props.otherSettings.isWithDataPermission) && K.props.otherSettings.isWithDataPermission, pageDevMode: false, isWorkflowEntity: R(J), tableClass: ee, tableStyle: Z, pageContext: J, configureObj: K, backendUrl: ie, cellStyleRender: Qe, rowStyleRender: qe, titleStyleRender: Ye, validateEitConditions: Ze };
|
|
27
27
|
return function(e4) {
|
|
28
28
|
var _a2;
|
|
29
29
|
((_a2 = K.props.highOrder) == null ? void 0 : _a2.mergeFields) && K.props.highOrder.mergeFields.length > 0 && (e4.mergeFields = K.props.highOrder.mergeFields.join(","));
|
|
30
30
|
}(i2), function(e4) {
|
|
31
31
|
const t3 = [];
|
|
32
32
|
e4.operations || (e4.operations = {});
|
|
33
|
-
|
|
33
|
+
B(J, K, t3, xe), e4.operations.operation = t3;
|
|
34
34
|
}(i2), function(e4) {
|
|
35
35
|
K.props && K.props.dataOrigin && K.props.dataOrigin.sortField && (e4.initSortInfo = [], K.props.dataOrigin.sortField.forEach((t3) => {
|
|
36
36
|
const n3 = { order: "desc" === t3.type ? "desc" : "asc" };
|
|
@@ -59,16 +59,16 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
59
59
|
let e3 = ie + "/dsc/commons/list";
|
|
60
60
|
e3 && (e3 = O(e3, te, ne, J.isTest));
|
|
61
61
|
return e3;
|
|
62
|
-
}(), pe = T(J.code, J.version, K.uuid), de = J.code + "_" + pe, fe = t([]), ge = J.entity.page, me = t({ data: [] }), ve = J.superGridItems, he = ve ? ve[K.uuid] : null, be = t(false),
|
|
63
|
-
function
|
|
62
|
+
}(), pe = T(J.code, J.version, K.uuid), de = J.code + "_" + pe, fe = t([]), ge = J.entity.page, me = t({ data: [] }), ve = J.superGridItems, he = ve ? ve[K.uuid] : null, be = t(false), we = Q;
|
|
63
|
+
function Se() {
|
|
64
64
|
K.props.linkages && K.props.linkages.length > 0 && (K.props.linkages.forEach((e3) => {
|
|
65
|
-
const t2 =
|
|
65
|
+
const t2 = _(e3.fieldName);
|
|
66
66
|
t2 && t2.length > 1 && le.push(t2[1]);
|
|
67
67
|
}), le.length > 0 && function() {
|
|
68
68
|
let e3 = [];
|
|
69
69
|
Y.pageContext.toolsInputComponents && Y.pageContext.toolsInputComponents.length > 0 && Y.pageContext.toolsInputComponents.forEach((t2) => {
|
|
70
70
|
if (K.props.linkages.some((e4) => e4.fieldName === t2.prop) && t2.defaultValue) {
|
|
71
|
-
const n2 =
|
|
71
|
+
const n2 = _(t2.prop);
|
|
72
72
|
n2 && n2.length > 1 && e3.push(n2[1]);
|
|
73
73
|
}
|
|
74
74
|
});
|
|
@@ -105,7 +105,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
105
105
|
if (ae.value[n2] = e3, "lineEditSave" === n2 ? t2 = ye : "restoreEdit" === n2 ? t2 = Oe : "lineEditUpdate" === n2 ? t2 = Re : "lineEditDelete" === n2 && (t2 = Ie), !t2) {
|
|
106
106
|
t2 = x(J, e3.events, "click");
|
|
107
107
|
}
|
|
108
|
-
} else ae.value[e3.uuid] = e3, t2 =
|
|
108
|
+
} else ae.value[e3.uuid] = e3, t2 = Be;
|
|
109
109
|
return { onClick: t2, eventName: n2 };
|
|
110
110
|
}
|
|
111
111
|
function De({ row: e3, columns: t2, additionalParamMap: n2 }) {
|
|
@@ -132,7 +132,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
132
132
|
a2.props.base.tableUuid = l2.uuid;
|
|
133
133
|
const r2 = f(J, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
|
|
134
134
|
if (!r2) return;
|
|
135
|
-
|
|
135
|
+
P(r2) ? r2.then((e4) => {
|
|
136
136
|
e4 && se.value.restoreRow(i2, pe);
|
|
137
137
|
}) : se.value.restoreRow(i2, pe);
|
|
138
138
|
d(J, K, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
|
|
@@ -141,7 +141,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
141
141
|
const a2 = ae.value.lineEditUpdate, l2 = K;
|
|
142
142
|
a2.props.base.tableUuid = l2.uuid;
|
|
143
143
|
const r2 = f(J, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
|
|
144
|
-
r2 && (
|
|
144
|
+
r2 && (P(r2) ? r2.then((l3) => {
|
|
145
145
|
l3 && ke(e3, t2, n2, o2, i2, a2);
|
|
146
146
|
}) : ke(e3, t2, n2, o2, i2, a2));
|
|
147
147
|
}
|
|
@@ -159,7 +159,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
159
159
|
const a2 = ae.value.lineEditDelete, l2 = K;
|
|
160
160
|
a2.props.base.tableUuid = l2.uuid;
|
|
161
161
|
const r2 = f(J, a2, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
|
|
162
|
-
r2 && (
|
|
162
|
+
r2 && (P(r2) ? r2.then((l3) => {
|
|
163
163
|
l3 && Ve(e3, t2, n2, o2, i2, a2);
|
|
164
164
|
}) : Ve(e3, t2, n2, o2, i2, a2));
|
|
165
165
|
}
|
|
@@ -200,13 +200,13 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
200
200
|
se.value.toolbarRefresh(null, null, n2);
|
|
201
201
|
}
|
|
202
202
|
function Ne(e3) {
|
|
203
|
-
const t2 =
|
|
203
|
+
const t2 = Pe();
|
|
204
204
|
if (t2) {
|
|
205
205
|
let n2 = 0;
|
|
206
206
|
return e3.searchHeight && (n2 = e3.searchHeight), t2 - 10 - n2;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
function
|
|
209
|
+
function Pe() {
|
|
210
210
|
if (!se.value) return;
|
|
211
211
|
const e3 = M(Y.pageContext, Y.configure);
|
|
212
212
|
if (e3) {
|
|
@@ -219,7 +219,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
219
219
|
if (e3.fixHeight && se.value && (se.value.tableHeight = e3.fixHeight), e3.maxHeight) return e3.maxHeight;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
function
|
|
222
|
+
function Be(e3, t2, n2, o2, i2, a2) {
|
|
223
223
|
const l2 = { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2, button: a2, id: n2.ID ? n2.ID : n2.id }, r2 = ae.value[a2.sourceButton.uuid], u2 = K;
|
|
224
224
|
r2.props.base.tableUuid = u2.uuid, D(null, J, r2, "click", l2);
|
|
225
225
|
}
|
|
@@ -237,18 +237,18 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
237
237
|
function Me(e3) {
|
|
238
238
|
v(J, K, { newSelection: e3 });
|
|
239
239
|
}
|
|
240
|
-
function
|
|
240
|
+
function $e(e3, t2, n2, o2) {
|
|
241
241
|
h(J, K, { row: e3, column: t2, cell: n2, event: o2 });
|
|
242
242
|
}
|
|
243
|
-
function
|
|
243
|
+
function _e(e3, t2, n2, o2) {
|
|
244
244
|
b(J, K, { row: e3, column: t2, cell: n2, event: o2 });
|
|
245
245
|
}
|
|
246
|
-
function _e(e3, t2, n2) {
|
|
247
|
-
S(J, K, { row: e3, column: t2, event: n2 });
|
|
248
|
-
}
|
|
249
246
|
function Ae(e3, t2, n2) {
|
|
250
247
|
w(J, K, { row: e3, column: t2, event: n2 });
|
|
251
248
|
}
|
|
249
|
+
function Le(e3, t2, n2) {
|
|
250
|
+
S(J, K, { row: e3, column: t2, event: n2 });
|
|
251
|
+
}
|
|
252
252
|
function Ge(e3, t2) {
|
|
253
253
|
C(J, K, { column: e3, event: t2 });
|
|
254
254
|
}
|
|
@@ -259,7 +259,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
259
259
|
be.value = true;
|
|
260
260
|
}
|
|
261
261
|
function qe(e3) {
|
|
262
|
-
return
|
|
262
|
+
return L(e3, [], Y);
|
|
263
263
|
}
|
|
264
264
|
function Qe(e3) {
|
|
265
265
|
return G(e3, e3.cellStyle, Y);
|
|
@@ -291,7 +291,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
291
291
|
se.value.pickFileDone(e4);
|
|
292
292
|
}), H.$on(pe + "-scanDone", (e4) => {
|
|
293
293
|
se.value.scanDone(e4);
|
|
294
|
-
}), re.value.formSetMaxHeight =
|
|
294
|
+
}), re.value.formSetMaxHeight = Pe(), re.value && re.value.configureObj.props.base && re.value.configureObj.props.base.isSafeDelete && we("setSafeDeleteTableCode", re.value.extraParam.tableName);
|
|
295
295
|
}), o(() => Y.pageContext.searchFormData, (e3) => {
|
|
296
296
|
me.value.data = e3;
|
|
297
297
|
}), o(() => Y.pageContext.entity.data, (e3) => {
|
|
@@ -308,10 +308,10 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
308
308
|
};
|
|
309
309
|
function Ze({ row: e3, editConditions: t2 }) {
|
|
310
310
|
let n2 = true;
|
|
311
|
-
return t2 && t2.length > 0 && (n2 =
|
|
311
|
+
return t2 && t2.length > 0 && (n2 = $(Y.pageContext, t2, e3)), n2;
|
|
312
312
|
}
|
|
313
313
|
function et(e3, t2) {
|
|
314
|
-
const n2 =
|
|
314
|
+
const n2 = A(Y.pageContext, t2);
|
|
315
315
|
if (n2) {
|
|
316
316
|
const t3 = n2.getConfigure();
|
|
317
317
|
if ("datePicker" === t3.name) {
|
|
@@ -373,7 +373,7 @@ const W = ["id"], q = e({ __name: "main-table-runtime", props: { pageContext: {}
|
|
|
373
373
|
return (_a = se.value) == null ? void 0 : _a.getColumns();
|
|
374
374
|
} }), (e3, t2) => {
|
|
375
375
|
const n2 = a("super-grid");
|
|
376
|
-
return r(), l("div", { ref_key: "tableDivRef", ref: ue, id: u(pe) + "_tableDiv" }, [s(n2, { ref_key: "gridRef", ref: se, url: u(ce), options: re.value, code: u(pe), settings: u(he), "search-form-info": me.value, "list-toolbar-form-data": u(ge), isDialog: u(J).isDialog, onSelect: He, onSelectAll: Ue, onSelectionChange: Me, onCellClick:
|
|
376
|
+
return r(), l("div", { ref_key: "tableDivRef", ref: ue, id: u(pe) + "_tableDiv" }, [s(n2, { ref_key: "gridRef", ref: se, url: u(ce), options: re.value, code: u(pe), settings: u(he), "search-form-info": me.value, "list-toolbar-form-data": u(ge), isDialog: u(J).isDialog, onSelect: He, onSelectAll: Ue, onSelectionChange: Me, onCellClick: $e, onCellDblclick: _e, onRowClick: Ae, onRowDblclick: Le, onHeaderClick: Ge, onRefresh: ze, onNewOpenGridDialog: u(F), onCanShowMobileSearch: We, onGridOnmounted: Se }, null, 8, ["url", "options", "code", "settings", "search-form-info", "list-toolbar-form-data", "isDialog", "onNewOpenGridDialog"])], 8, W);
|
|
377
377
|
};
|
|
378
378
|
} });
|
|
379
379
|
export {
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import { defineComponent as e, ref as t, onMounted as n, onUnmounted as o, resolveComponent as l, createElementBlock as i, openBlock as a, createBlock as u, createCommentVNode as r, unref as s } from "vue";
|
|
2
|
-
import { setTableEvents as c, gridSelectRecord as p, gridSelectAllRecords as d, gridSelectionChange as f, cellClick as b, cellDblClick as g, rowClick as m, rowDblClick as v, headerClick as h, getHandleEvent as S } from "../../../../utils/events/event-util.
|
|
3
|
-
import { caculateShowCondition as w, setVariableValue as T, getVariableValue as x, getSizeConfig as C } from "../../../../utils/page-helper-util.
|
|
4
|
-
import { getModelFields as D, getDefaultValue as y } from "../../../../utils/page-init-util.
|
|
5
|
-
import P from "../../../../utils/eventBus.
|
|
6
|
-
import { popupToPage as R, getOperationButtons as I } from "../../../../utils/table-utils.
|
|
7
|
-
import { getListCode as O, getBaseUrl as
|
|
8
|
-
import { getAdditionalParamMap as
|
|
9
|
-
import { getRowStyleUtil as A, getCellStyleUtil as M, getHeaderCellStyleUtil as E } from "../../chart/table/chart-table-util.
|
|
2
|
+
import { setTableEvents as c, gridSelectRecord as p, gridSelectAllRecords as d, gridSelectionChange as f, cellClick as b, cellDblClick as g, rowClick as m, rowDblClick as v, headerClick as h, getHandleEvent as S } from "../../../../utils/events/event-util.js";
|
|
3
|
+
import { caculateShowCondition as w, setVariableValue as T, getVariableValue as x, getSizeConfig as C } from "../../../../utils/page-helper-util.js";
|
|
4
|
+
import { getModelFields as D, getDefaultValue as y } from "../../../../utils/page-init-util.js";
|
|
5
|
+
import P from "../../../../utils/eventBus.js";
|
|
6
|
+
import { popupToPage as R, getOperationButtons as I } from "../../../../utils/table-utils.js";
|
|
7
|
+
import { getListCode as O, getBaseUrl as _ } from "../../../../utils/common-util.js";
|
|
8
|
+
import { getAdditionalParamMap as k } from "../../../../utils/events/standard-event.js";
|
|
9
|
+
import { getRowStyleUtil as A, getCellStyleUtil as M, getHeaderCellStyleUtil as E } from "../../chart/table/chart-table-util.js";
|
|
10
10
|
const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(e2, { expose: F2, emit: $ }) {
|
|
11
11
|
var _a;
|
|
12
12
|
const j = e2, z = j.pageContext;
|
|
13
|
-
let
|
|
14
|
-
const
|
|
15
|
-
z.isTest ?
|
|
16
|
-
const
|
|
17
|
-
let Y = D(j.configure,
|
|
13
|
+
let N = j.configure;
|
|
14
|
+
const V = j.configure.runtime ? j.configure.runtime : {};
|
|
15
|
+
z.isTest ? V.value = j.configure.runtime ? j.configure.runtime : {} : z.tableRuntimes && z.tableRuntimes[N.uuid] && (N = JSON.parse(z.tableRuntimes[N.uuid].configure), V.value = N.runtime ? N.runtime : {});
|
|
16
|
+
const G = O(z.code, z.version, N.uuid), H = z.entity.data, L = N.code ? N.code : G, U = k(z), B = V && V.events ? V.events : [], q = t([]), J = z.superGridItems, K = J ? J[N.uuid] : null, Q = V.style, W = V.class, X = j.pageContext.entity ? j.pageContext.entity : {};
|
|
17
|
+
let Y = D(j.configure, L), Z = _(z.backendUrl, z.isTest);
|
|
18
18
|
Z || (Z = window.$vueApp.config.globalProperties.baseURL);
|
|
19
19
|
const ee = t(false);
|
|
20
20
|
let te = t(0);
|
|
21
|
-
const ne = (_a =
|
|
21
|
+
const ne = (_a = N.props) == null ? void 0 : _a.dataOrigin.principalLinkage, oe = t({}), le = $;
|
|
22
22
|
oe.value = function() {
|
|
23
|
-
var _a2, _b;
|
|
24
|
-
const e3 = { title: (
|
|
25
|
-
return Q && (e3.tableStyle = Q), W && (e3.tableClass = W),
|
|
26
|
-
const t2 =
|
|
23
|
+
var _a2, _b, _c, _d;
|
|
24
|
+
const e3 = { title: (N == null ? void 0 : N.title) || null, isSql: true, subTableData: null, rowKeyProp: ne, extraParam: {}, operations: {}, hiddenColumns: [], pageCode: z.code, pageVersion: z.version, pageContext: z, configureObj: N, showPageArea: false, showRowForm: false, showOverflowTooltip: (_b = (_a2 = N == null ? void 0 : N.props) == null ? void 0 : _a2.otherSettings) == null ? void 0 : _b.showOverflowTooltip, backendUrl: Z, cellStyleRender: He, rowStyleRender: Ge, titleStyleRender: Le, allEditable: (_d = (_c = N.props) == null ? void 0 : _c.base) == null ? void 0 : _d.allEditable };
|
|
25
|
+
return Q && (e3.tableStyle = Q), W && (e3.tableClass = W), N.props && N.props.base && true === N.props.base.subPaging ? e3.showPageArea = true : e3.showPageArea = false, N.props.base.showRowForm && (e3.showRowForm = N.props.base.showRowForm), function(e4) {
|
|
26
|
+
const t2 = N.props ? N.props.dataOrigin : {};
|
|
27
27
|
if (t2.treeTable) {
|
|
28
28
|
let n2;
|
|
29
29
|
const o2 = t2.rowKey;
|
|
@@ -38,23 +38,23 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
38
38
|
}();
|
|
39
39
|
const ie = t(null);
|
|
40
40
|
function ae() {
|
|
41
|
-
ie.value && (oe.value.subTableData = null, ie.value.reloadSubTableData(
|
|
41
|
+
ie.value && (oe.value.subTableData = null, ie.value.reloadSubTableData(G));
|
|
42
42
|
}
|
|
43
43
|
function ue(e3, t2) {
|
|
44
|
-
if (t2 || (t2 = oe.value), void 0 === e3 && (e3 = re()), t2.isPageInfo = false, t2.isFormSubTable = true, t2.canRrefreshSubtableData = e3, t2.getFormData = se, t2.getGridData = ce, t2.extraParam.subTableListViewCode =
|
|
44
|
+
if (t2 || (t2 = oe.value), void 0 === e3 && (e3 = re()), t2.isPageInfo = false, t2.isFormSubTable = true, t2.canRrefreshSubtableData = e3, t2.getFormData = se, t2.getGridData = ce, t2.extraParam.subTableListViewCode = G, t2.extraParam.beanName = z.beanName, t2.extraParam.subtableSetting = N.props && N.props.otherSettings ? JSON.stringify(N.props.otherSettings) : null, t2.extraParam.additionalParamMap = U, t2.extraParam.entityMap = z.entity.data, t2.extraParam.contextMap = z.entity.context, t2.extraParam.taskMap = z.entity.task, !(N.props && N.props.base && N.props.base.showOperation)) {
|
|
45
45
|
let e4 = t2.hiddenColumns;
|
|
46
46
|
e4 ? e4.push("operation") : e4 = ["operation"], t2.hiddenColumns = e4;
|
|
47
47
|
}
|
|
48
|
-
t2.showOperationButton = !(!
|
|
49
|
-
let n2 = C(z,
|
|
50
|
-
n2 && n2.fixHeight && (t2.formSetHeight = n2.fixHeight), n2 && n2.maxHeight && (t2.formSetMaxHeight = n2.maxHeight), t2.validateEitConditions =
|
|
48
|
+
t2.showOperationButton = !(!N.props || !N.props.base) && N.props.base.showOperation, t2.isPdfEditor = false, t2.tableRecordMaxNum = N.props && N.props.otherSettings ? N.props.otherSettings.tableRecordMaxNum : null;
|
|
49
|
+
let n2 = C(z, N);
|
|
50
|
+
n2 && n2.fixHeight && (t2.formSetHeight = n2.fixHeight), n2 && n2.maxHeight && (t2.formSetMaxHeight = n2.maxHeight), t2.validateEitConditions = Ue;
|
|
51
51
|
}
|
|
52
52
|
function re() {
|
|
53
|
-
if (
|
|
54
|
-
if (
|
|
53
|
+
if (N.props && N.props.otherSettings) {
|
|
54
|
+
if (N.props.otherSettings.sourceQueryTableData && N.props.otherSettings.timeToInitializeSubTable && N.props.otherSettings.timeToInitializeSubTable.length > 0) {
|
|
55
55
|
let e3 = false;
|
|
56
|
-
if (-1 !==
|
|
57
|
-
const t2 =
|
|
56
|
+
if (-1 !== N.props.otherSettings.timeToInitializeSubTable.indexOf("create") && (e3 = !H.id && !H.ID), -1 !== N.props.otherSettings.timeToInitializeSubTable.indexOf("noData")) {
|
|
57
|
+
const t2 = H[L];
|
|
58
58
|
(!t2 || t2.length <= 0) && (e3 = true);
|
|
59
59
|
}
|
|
60
60
|
return e3;
|
|
@@ -79,7 +79,7 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
79
79
|
e4 || (e4 = oe.value);
|
|
80
80
|
const t3 = z.fieldPermissionMap, n2 = z.actionPermissionMap;
|
|
81
81
|
if (t3 && null != t3) {
|
|
82
|
-
let n3 = t3.get(
|
|
82
|
+
let n3 = t3.get(L);
|
|
83
83
|
if (!n3) {
|
|
84
84
|
const e5 = t3.get("all_fields");
|
|
85
85
|
e5 && (n3 = [e5]);
|
|
@@ -87,12 +87,12 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
87
87
|
e4.validateRules = n3 || null;
|
|
88
88
|
}
|
|
89
89
|
if (n2 && null != n2) {
|
|
90
|
-
let t4 = n2.get(
|
|
90
|
+
let t4 = n2.get(L);
|
|
91
91
|
t4 || (t4 = n2.get("all_sub_tables")), e4.actionPermission = t4;
|
|
92
92
|
}
|
|
93
93
|
e4.operations || (e4.operations = {});
|
|
94
94
|
const o2 = function() {
|
|
95
|
-
let e5 = [], t4 = w(j.pageContext,
|
|
95
|
+
let e5 = [], t4 = w(j.pageContext, N.props.base.showOperationCondition);
|
|
96
96
|
if (t4 && Se(null, null, null, null, null, true, "canAdd")) {
|
|
97
97
|
const t5 = { props: { elementType: "el-button", icon: "Plus", type: "primary", circle: true, size: "mini", permission: "true" }, onClick: Ce, isShow: we };
|
|
98
98
|
e5.push(t5);
|
|
@@ -101,18 +101,18 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
101
101
|
const t5 = { props: { elementType: "el-button", icon: "Minus", type: "danger", circle: true, size: "mini", permission: "true" }, onClick: De, isShow: xe };
|
|
102
102
|
e5.push(t5);
|
|
103
103
|
}
|
|
104
|
-
return I(z,
|
|
104
|
+
return I(z, N, e5, ve), e5;
|
|
105
105
|
}();
|
|
106
106
|
e4.operations.operation = o2, e4.subTableCanAdd = Se(null, null, null, null, null, true, "canAdd"), e4.subTableCanDelete = Se(null, null, null, null, null, true, "canDelete");
|
|
107
|
-
}(e3), c(e3,
|
|
107
|
+
}(e3), c(e3, B, z, N);
|
|
108
108
|
const t2 = z.customEvents;
|
|
109
109
|
t2 && (e3.eventCallBack = t2), ee.value = true, ge();
|
|
110
110
|
}
|
|
111
111
|
function ge() {
|
|
112
|
-
z.tableUuids || (z.tableUuids = []), z.tableUuids.indexOf(
|
|
112
|
+
z.tableUuids || (z.tableUuids = []), z.tableUuids.indexOf(N.uuid) < 0 && z.tableUuids.push(N.uuid);
|
|
113
113
|
}
|
|
114
114
|
n(() => {
|
|
115
|
-
const e3 =
|
|
115
|
+
const e3 = N.uuid, t2 = z.subTableWatchProps;
|
|
116
116
|
P.$on("_refreshSubTable_" + e3, (n2) => {
|
|
117
117
|
const o2 = n2.propName;
|
|
118
118
|
if (t2 && t2[e3] && t2[e3].length > 0) {
|
|
@@ -122,19 +122,19 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
122
122
|
ae();
|
|
123
123
|
}), P.$on("_refreshChildData_" + e3, (e4) => {
|
|
124
124
|
!function(e5) {
|
|
125
|
-
|
|
126
|
-
ie.value && (ie.value.refreshChildData(
|
|
125
|
+
Ve(e5), de = setTimeout(() => {
|
|
126
|
+
ie.value && (ie.value.refreshChildData(G, e5, N.props && N.props.base && true === N.props.base.subPaging), oe.value.extraParam.entityMap = z.entity.data);
|
|
127
127
|
}, 10);
|
|
128
128
|
}(e4);
|
|
129
|
-
}), P.$on(
|
|
129
|
+
}), P.$on(G + "-pickFileDone", (e4) => {
|
|
130
130
|
ie.value.pickFileDone(e4);
|
|
131
|
-
}), P.$on(
|
|
131
|
+
}), P.$on(G + "-scanDone", (e4) => {
|
|
132
132
|
ie.value.scanDone(e4);
|
|
133
133
|
}), oe.value && oe.value.configureObj.props.base && oe.value.configureObj.props.base.isSafeDelete && le("setSafeDeleteTableCode", oe.value.extraParam.tableName);
|
|
134
134
|
}), o(() => {
|
|
135
135
|
pe && clearTimeout(pe), de && clearTimeout(de);
|
|
136
|
-
const e3 =
|
|
137
|
-
P.$off("_refreshSubTable_" + e3), P.$off("_refreshSubTableHandle_" + e3), P.$off("_refreshChildData_" + e3), P.$off(
|
|
136
|
+
const e3 = N.uuid;
|
|
137
|
+
P.$off("_refreshSubTable_" + e3), P.$off("_refreshSubTableHandle_" + e3), P.$off("_refreshChildData_" + e3), P.$off(G + "-pickFileDone"), P.$off(G + "-scanDone");
|
|
138
138
|
});
|
|
139
139
|
const me = t({});
|
|
140
140
|
function ve(e3) {
|
|
@@ -142,27 +142,27 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
142
142
|
return me.value[e3.uuid] = e3, he;
|
|
143
143
|
}
|
|
144
144
|
function he(e3, t2, n2, o2, l2, i2) {
|
|
145
|
-
const a2 = { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: l2, button: i2, id: n2.ID ? n2.ID : n2.id }, u2 = me.value[i2.sourceButton.uuid], r2 =
|
|
145
|
+
const a2 = { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: l2, button: i2, id: n2.ID ? n2.ID : n2.id }, u2 = me.value[i2.sourceButton.uuid], r2 = N;
|
|
146
146
|
u2.props.base.tableUuid = r2.uuid, S(null, z, u2, "click", a2);
|
|
147
147
|
}
|
|
148
148
|
function Se(e3, t2, n2, o2, l2, i2, a2) {
|
|
149
149
|
a2 || (a2 = "canAdd");
|
|
150
|
-
if (!w(j.pageContext,
|
|
150
|
+
if (!w(j.pageContext, N.props.base.showOperationCondition)) return false;
|
|
151
151
|
const u2 = z.fieldPermissionMap, r2 = z.actionPermissionMap;
|
|
152
152
|
let s2 = true;
|
|
153
153
|
if (u2 && null !== u2) {
|
|
154
154
|
const e4 = u2.get("all_fields");
|
|
155
155
|
void 0 === e4 || false !== e4.canEdit || void 0 !== e4.rowIndexes && null !== e4.rowIndexes && 0 !== e4.rowIndexes.length || (s2 = false);
|
|
156
156
|
}
|
|
157
|
-
if (true === s2 &&
|
|
158
|
-
let e4 = r2.get(
|
|
157
|
+
if (true === s2 && L && r2 && null !== r2) {
|
|
158
|
+
let e4 = r2.get(L);
|
|
159
159
|
e4 || (e4 = r2.get("all_sub_tables")), e4 && void 0 !== e4[a2] && false === e4[a2] && (s2 = false);
|
|
160
160
|
}
|
|
161
161
|
return s2;
|
|
162
162
|
}
|
|
163
163
|
function we(e3, t2, n2, o2, l2, i2) {
|
|
164
164
|
let a2 = Se(0, 0, 0, 0, 0, 0, "canAdd");
|
|
165
|
-
return true === a2 && (a2 = w(j.pageContext,
|
|
165
|
+
return true === a2 && (a2 = w(j.pageContext, N.props.base.showAddBtnCondition, n2)), a2;
|
|
166
166
|
}
|
|
167
167
|
function Te(e3, t2, n2, o2, l2, i2) {
|
|
168
168
|
const a2 = z.fieldPermissionMap, u2 = z.actionPermissionMap;
|
|
@@ -171,8 +171,8 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
171
171
|
const e4 = a2.get("all_fields");
|
|
172
172
|
void 0 === e4 || false !== e4.canEdit || void 0 !== e4.rowIndexes && null !== e4.rowIndexes && 0 !== e4.rowIndexes.length || (r2 = false);
|
|
173
173
|
}
|
|
174
|
-
if (true === r2 &&
|
|
175
|
-
let e4 = u2.get(
|
|
174
|
+
if (true === r2 && L && u2 && null !== u2) {
|
|
175
|
+
let e4 = u2.get(L);
|
|
176
176
|
if (e4 || (e4 = u2.get("all_sub_tables")), e4 && void 0 !== e4.canDelete && false === e4.canDelete && (r2 = false), e4 && void 0 !== e4.canDelete && true === e4.canDelete && e4.deleteRowIndexes) if (e4.deleteRowIndexes.length > 0) if (i2) r2 = true;
|
|
177
177
|
else {
|
|
178
178
|
const t3 = function(e5) {
|
|
@@ -186,19 +186,19 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
186
186
|
}
|
|
187
187
|
function xe(e3, t2, n2, o2, l2, i2) {
|
|
188
188
|
let a2 = Te(0, 0, n2, 0, 0, i2);
|
|
189
|
-
return true === a2 && (a2 = w(j.pageContext,
|
|
189
|
+
return true === a2 && (a2 = w(j.pageContext, N.props.base.showDeleteBtnCondition, n2)), a2;
|
|
190
190
|
}
|
|
191
191
|
function Ce(e3, t2, n2, o2, l2) {
|
|
192
|
-
ie.value.createRow(
|
|
192
|
+
ie.value.createRow(G, {}, { getDefaultValueFunc: y }, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: l2 });
|
|
193
193
|
}
|
|
194
194
|
function De(e3, t2, n2, o2, l2) {
|
|
195
|
-
ie.value.deleteRow(l2,
|
|
195
|
+
ie.value.deleteRow(l2, G, false);
|
|
196
196
|
}
|
|
197
197
|
function ye(e3) {
|
|
198
198
|
T(X, Y, e3);
|
|
199
199
|
}
|
|
200
200
|
function Pe(e3) {
|
|
201
|
-
z.subTablePageInfo || (z.subTablePageInfo = {}), z.subTablePageInfo[
|
|
201
|
+
z.subTablePageInfo || (z.subTablePageInfo = {}), z.subTablePageInfo[L] || (z.subTablePageInfo[L] = {}), z.subTablePageInfo[L].pageSize = e3;
|
|
202
202
|
}
|
|
203
203
|
function Re(e3) {
|
|
204
204
|
const t2 = e3.key, n2 = e3.value;
|
|
@@ -212,62 +212,62 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
212
212
|
const t2 = z.entity.data;
|
|
213
213
|
if (e3) for (const n2 in e3) t2[n2] = e3[n2];
|
|
214
214
|
}
|
|
215
|
-
function
|
|
215
|
+
function _e(e3, t2) {
|
|
216
216
|
if (void 0 !== t2) {
|
|
217
217
|
q.value = e3;
|
|
218
|
-
p(z,
|
|
218
|
+
p(z, N, { selection: e3, row: t2 });
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
|
-
function
|
|
221
|
+
function ke(e3) {
|
|
222
222
|
q.value = e3;
|
|
223
|
-
d(z,
|
|
223
|
+
d(z, N, { selection: e3 });
|
|
224
224
|
}
|
|
225
225
|
function Ae(e3) {
|
|
226
|
-
f(z,
|
|
226
|
+
f(z, N, { newSelection: e3 });
|
|
227
227
|
}
|
|
228
228
|
function Me(e3, t2, n2, o2) {
|
|
229
|
-
b(z,
|
|
229
|
+
b(z, N, { row: e3, column: t2, cell: n2, event: o2 });
|
|
230
230
|
}
|
|
231
231
|
function Ee(e3, t2, n2, o2) {
|
|
232
|
-
g(z,
|
|
232
|
+
g(z, N, { row: e3, column: t2, cell: n2, event: o2 });
|
|
233
233
|
}
|
|
234
234
|
function Fe(e3, t2, n2) {
|
|
235
|
-
m(z,
|
|
235
|
+
m(z, N, { row: e3, column: t2, event: n2 });
|
|
236
236
|
}
|
|
237
237
|
function $e(e3, t2, n2) {
|
|
238
|
-
v(z,
|
|
238
|
+
v(z, N, { row: e3, column: t2, event: n2 });
|
|
239
239
|
}
|
|
240
240
|
function je(e3, t2) {
|
|
241
|
-
h(z,
|
|
241
|
+
h(z, N, { column: e3, event: t2 });
|
|
242
242
|
}
|
|
243
243
|
function ze(e3) {
|
|
244
244
|
z.entity.data = e3;
|
|
245
245
|
}
|
|
246
|
-
function
|
|
246
|
+
function Ne() {
|
|
247
247
|
return x(X, Y);
|
|
248
248
|
}
|
|
249
|
-
function
|
|
249
|
+
function Ve(e3) {
|
|
250
250
|
return T(X, Y, e3);
|
|
251
251
|
}
|
|
252
|
-
function
|
|
252
|
+
function Ge(e3) {
|
|
253
253
|
return A(e3, null, j);
|
|
254
254
|
}
|
|
255
|
-
function
|
|
255
|
+
function He(e3) {
|
|
256
256
|
return M(e3, e3.cellStyle, j);
|
|
257
257
|
}
|
|
258
|
-
function
|
|
258
|
+
function Le(e3) {
|
|
259
259
|
const t2 = e3.titleStyle, n2 = j.configure.style.titleStyle;
|
|
260
260
|
return E(e3, { cellTitleStyle: t2, titleStyle: n2 }, j);
|
|
261
261
|
}
|
|
262
|
-
function
|
|
262
|
+
function Ue({ row: e3, editConditions: t2 }) {
|
|
263
263
|
let n2 = true;
|
|
264
264
|
return t2 && t2.length > 0 && (n2 = w(j.pageContext, t2, e3)), n2;
|
|
265
265
|
}
|
|
266
266
|
return function(e3) {
|
|
267
267
|
const t2 = re();
|
|
268
|
-
t2 ? fe(t2, e3) : (ue(t2, e3), e3.isPageInfo = false, e3.subTableData =
|
|
268
|
+
t2 ? fe(t2, e3) : (ue(t2, e3), e3.isPageInfo = false, e3.subTableData = Ne(), be(e3));
|
|
269
269
|
}(oe.value), F2({ createRow: function() {
|
|
270
|
-
return ie.value.createRow(
|
|
270
|
+
return ie.value.createRow(G);
|
|
271
271
|
}, getSelections: function() {
|
|
272
272
|
return q.value;
|
|
273
273
|
}, getSelectionIds: function() {
|
|
@@ -278,11 +278,11 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
278
278
|
}, clearSelections: function() {
|
|
279
279
|
q.value = [];
|
|
280
280
|
}, getTableConfigure: function() {
|
|
281
|
-
return
|
|
281
|
+
return N;
|
|
282
282
|
}, validatorSunTableListData: function() {
|
|
283
283
|
return ie.value.validatorSunTableListData();
|
|
284
|
-
}, getValue:
|
|
285
|
-
if (ie.value) return ie.value.getTableSelectOptions(
|
|
284
|
+
}, getValue: Ne, setValue: Ve, getTableSelectOptions: function() {
|
|
285
|
+
if (ie.value) return ie.value.getTableSelectOptions(G);
|
|
286
286
|
}, dynamicControlTableEdit: function(e3, t2, n2) {
|
|
287
287
|
ie.value && ie.value.dynamicControlTableEdit(e3, t2, n2);
|
|
288
288
|
}, doLayout: function(e3) {
|
|
@@ -310,13 +310,13 @@ const F = e({ __name: "sub-table-runtime", props: { pageContext: {}, configure:
|
|
|
310
310
|
return (_a2 = ie.value) == null ? void 0 : _a2.getTableData();
|
|
311
311
|
}, addRequiredClass: function(e3, t2, n2) {
|
|
312
312
|
var _a2;
|
|
313
|
-
(_a2 = ie.value) == null ? void 0 : _a2.addRequiredClass(e3,
|
|
313
|
+
(_a2 = ie.value) == null ? void 0 : _a2.addRequiredClass(e3, G, t2, n2);
|
|
314
314
|
}, getColumns: function() {
|
|
315
315
|
var _a2;
|
|
316
316
|
return (_a2 = ie.value) == null ? void 0 : _a2.getColumns();
|
|
317
317
|
} }), (e3, t2) => {
|
|
318
318
|
const n2 = l("super-grid");
|
|
319
|
-
return a(), i("div", null, [ee.value ? (a(), u(n2, { key: 0, ref_key: "gridRef", ref: ie, url: s(Z) + "/dsc/commons/sub-table", options: oe.value, code: s(
|
|
319
|
+
return a(), i("div", null, [ee.value ? (a(), u(n2, { key: 0, ref_key: "gridRef", ref: ie, url: s(Z) + "/dsc/commons/sub-table", options: oe.value, code: s(G), settings: s(K), isDialog: s(z).isDialog, onSelect: _e, onSelectAll: ke, onSelectionChange: Ae, onCellClick: Me, onCellDblclick: Ee, onRowClick: Fe, onRowDblclick: $e, onHeaderClick: je, onFnProhibitToEdit: Ie, onChangeGridData: ye, onReloadGrid: fe, onRefresMainTableFields: Oe, onSetSelectOptions: Re, onChangeRowsPerPage: Pe, onNewOpenGridDialog: s(R), onChangeFormData: ze }, null, 8, ["url", "options", "code", "settings", "isDialog", "onNewOpenGridDialog"])) : r("", true)]);
|
|
320
320
|
};
|
|
321
321
|
} });
|
|
322
322
|
export {
|