super-page-runtime 2.3.22-tmp2 → 2.3.22-tmp3
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/_virtual/_plugin-vue_export-helper.mjs +4 -4
- package/dist/es/components/runtime/utils/ai-chat-util.mjs +12 -12
- package/dist/es/components/runtime/utils/anchor-util.mjs +49 -49
- package/dist/es/components/runtime/utils/api/page-expose-util.mjs +142 -147
- package/dist/es/components/runtime/utils/assemblys-config.mjs +12 -13
- package/dist/es/components/runtime/utils/barcode-util.mjs +9 -9
- package/dist/es/components/runtime/utils/charts/chart-columnline-util.mjs +122 -121
- package/dist/es/components/runtime/utils/charts/chart-gauge-util.mjs +32 -32
- package/dist/es/components/runtime/utils/charts/chart-pie-util.mjs +71 -70
- package/dist/es/components/runtime/utils/charts/chart-radar-util.mjs +48 -48
- package/dist/es/components/runtime/utils/charts/chart-scatter-util.mjs +38 -38
- package/dist/es/components/runtime/utils/charts/chart-util.mjs +220 -223
- package/dist/es/components/runtime/utils/common-util.mjs +91 -94
- package/dist/es/components/runtime/utils/eventBus.mjs +3 -3
- package/dist/es/components/runtime/utils/events/event-util.mjs +341 -356
- package/dist/es/components/runtime/utils/events/print-label.mjs +75 -75
- package/dist/es/components/runtime/utils/events/standard-event.mjs +957 -1012
- package/dist/es/components/runtime/utils/events/validator-util.mjs +251 -269
- package/dist/es/components/runtime/utils/form/date-shortcuts.mjs +26 -26
- package/dist/es/components/runtime/utils/form/scan-util.mjs +51 -56
- package/dist/es/components/runtime/utils/global-refs.mjs +52 -53
- package/dist/es/components/runtime/utils/i18n-util.mjs +11 -11
- package/dist/es/components/runtime/utils/interfaces/page-design-types.mjs +2 -2
- package/dist/es/components/runtime/utils/page-helper-util.mjs +246 -255
- package/dist/es/components/runtime/utils/page-init-util.mjs +204 -222
- package/dist/es/components/runtime/utils/page-permission-util.mjs +20 -21
- package/dist/es/components/runtime/utils/page-store.mjs +38 -38
- package/dist/es/components/runtime/utils/store-util.mjs +9 -9
- package/dist/es/components/runtime/utils/table-utils.mjs +69 -74
- package/dist/es/components/runtime/utils/tree-utils.mjs +43 -53
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.mjs +22 -22
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.mjs +16 -16
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.mjs +32 -32
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +15 -16
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.mjs +44 -44
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.mjs +10 -10
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.mjs +9 -9
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.mjs +46 -47
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +39 -46
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.mjs +28 -28
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.mjs +37 -37
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.mjs +28 -28
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.mjs +28 -28
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.mjs +220 -231
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.mjs +7 -7
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.mjs +24 -33
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.mjs +10 -10
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.mjs +208 -215
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.mjs +14 -14
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.mjs +28 -29
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.mjs +24 -26
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +13 -22
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.mjs +13 -12
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.mjs +16 -17
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.mjs +14 -13
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.mjs +23 -23
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.mjs +13 -13
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.mjs +24 -24
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.mjs +15 -16
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.mjs +12 -13
- package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.mjs +21 -21
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.mjs +58 -58
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.mjs +18 -18
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.mjs +15 -15
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +9 -10
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.mjs +79 -79
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.mjs +39 -40
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.mjs +55 -55
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.mjs +289 -309
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.mjs +254 -261
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.mjs +64 -66
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.mjs +109 -111
- package/dist/es/components/runtime/views/assemblys/error-render.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.mjs +49 -50
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.mjs +31 -33
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.mjs +56 -56
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.mjs +80 -80
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.mjs +45 -45
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.mjs +19 -19
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.mjs +60 -60
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.mjs +23 -23
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.mjs +67 -68
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.mjs +32 -33
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.mjs +25 -25
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.mjs +11 -11
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.mjs +64 -64
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.mjs +154 -158
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.mjs +105 -111
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.mjs +12 -12
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.mjs +30 -30
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.mjs +36 -37
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.mjs +23 -23
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.mjs +62 -73
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/object-render.vue.mjs +113 -124
- package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.mjs +21 -21
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.mjs +19 -19
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.mjs +29 -29
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.mjs +16 -16
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.mjs +18 -18
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.mjs +20 -21
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +15 -15
- package/dist/es/components/runtime/views/home-chart.vue.mjs +38 -39
- package/dist/es/components/runtime/views/home-chart.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/super-page-dialog.vue.mjs +18 -18
- package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +2 -2
- package/dist/es/components/runtime/views/super-page.vue.mjs +4 -4
- package/dist/es/components/runtime/views/super-page.vue2.mjs +234 -237
- package/dist/es/index.mjs +27 -27
- package/dist/es/style.css +1 -996
- package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +1 -6
- package/dist/lib/assets/chart-themes/bar-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/gauge-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/pie-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/radar-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/scatter-theme.cjs +1 -2
- package/dist/lib/assets/file.png.cjs +1 -2
- package/dist/lib/assets/folder.png.cjs +1 -2
- package/dist/lib/components/runtime/utils/ai-chat-util.cjs +1 -13
- package/dist/lib/components/runtime/utils/anchor-util.cjs +1 -62
- package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +1 -169
- package/dist/lib/components/runtime/utils/assemblys-config.cjs +1 -16
- package/dist/lib/components/runtime/utils/barcode-util.cjs +1 -10
- package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +2 -137
- package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +1 -34
- package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +2 -78
- package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +1 -52
- package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +1 -43
- package/dist/lib/components/runtime/utils/charts/chart-util.cjs +1 -244
- package/dist/lib/components/runtime/utils/common-util.cjs +1 -91
- package/dist/lib/components/runtime/utils/eventBus.cjs +1 -3
- package/dist/lib/components/runtime/utils/events/event-util.cjs +1 -345
- package/dist/lib/components/runtime/utils/events/print-label.cjs +1 -97
- package/dist/lib/components/runtime/utils/events/standard-event.cjs +1 -1101
- package/dist/lib/components/runtime/utils/events/validator-util.cjs +1 -296
- package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +1 -34
- package/dist/lib/components/runtime/utils/form/scan-util.cjs +1 -90
- package/dist/lib/components/runtime/utils/global-refs.cjs +1 -42
- package/dist/lib/components/runtime/utils/i18n-util.cjs +1 -11
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +1 -4
- package/dist/lib/components/runtime/utils/page-helper-util.cjs +1 -354
- package/dist/lib/components/runtime/utils/page-init-util.cjs +1 -244
- package/dist/lib/components/runtime/utils/page-permission-util.cjs +1 -26
- package/dist/lib/components/runtime/utils/page-store.cjs +1 -50
- package/dist/lib/components/runtime/utils/store-util.cjs +1 -11
- package/dist/lib/components/runtime/utils/store.cjs +1 -3
- package/dist/lib/components/runtime/utils/table-utils.cjs +1 -68
- package/dist/lib/components/runtime/utils/tree-utils.cjs +1 -54
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +1 -35
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +1 -41
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +1 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +1 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +1 -53
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +1 -48
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +1 -34
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +1 -402
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +1 -6
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +1 -36
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +1 -13
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +1 -249
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +1 -16
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +1 -32
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +1 -32
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +1 -19
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +1 -12
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +1 -21
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +1 -13
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +1 -30
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +1 -15
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +1 -21
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +1 -15
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +1 -27
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +1 -79
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +1 -15
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +1 -12
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +1 -88
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +1 -43
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +1 -59
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +1 -382
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +1 -322
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +1 -81
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +1 -124
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +1 -57
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +1 -35
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +1 -57
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +1 -91
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +1 -47
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +1 -65
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +1 -70
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +1 -31
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +1 -26
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +1 -13
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +1 -75
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +1 -188
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +1 -130
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +1 -11
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +1 -29
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +1 -38
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +1 -73
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +1 -132
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +1 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +1 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +1 -34
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +1 -19
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +1 -14
- package/dist/lib/components/runtime/views/home-chart.vue.cjs +1 -38
- package/dist/lib/components/runtime/views/home-chart.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +1 -23
- package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +1 -3
- package/dist/lib/components/runtime/views/super-page.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/super-page.vue2.cjs +1 -264
- package/dist/lib/i18n/langs/cn.cjs +1 -2
- package/dist/lib/i18n/langs/en.cjs +1 -2
- package/dist/lib/index.cjs +1 -6
- package/dist/lib/style.css +1 -996
- package/dist/umd/index.full.min.js +3 -7429
- package/dist/umd/style.css +1 -996
- package/package.json +77 -76
- package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
- package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
|
@@ -1,381 +1,361 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { setTableEvents as
|
|
3
|
-
import { getBaseUrl as
|
|
4
|
-
import { getAdditionalParamMap as
|
|
5
|
-
import { isMobileBrowser as
|
|
6
|
-
import { getOperationButtons as
|
|
7
|
-
import
|
|
8
|
-
import { getDefaultValue as
|
|
9
|
-
import { getSizeConfig as
|
|
10
|
-
import { getComponentRefByCode as
|
|
11
|
-
import { getRowStyleUtil as
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
let
|
|
15
|
-
const
|
|
16
|
-
|
|
17
|
-
const
|
|
18
|
-
let
|
|
19
|
-
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
var
|
|
23
|
-
const
|
|
24
|
-
let
|
|
25
|
-
|
|
26
|
-
const
|
|
27
|
-
return function(
|
|
28
|
-
var
|
|
29
|
-
(
|
|
30
|
-
}(
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
n3.prop = t3.name, e4.initSortInfo.push(n3);
|
|
1
|
+
import { defineComponent as Be, ref as h, onMounted as Pe, watch as O, onUnmounted as Ne, resolveComponent as Ue, createElementBlock as Fe, openBlock as He, unref as S, createVNode as Me } from "vue";
|
|
2
|
+
import { setTableEvents as Ae, canExecuteButton as N, doAfterClickEvent as I, doBeforeClickEvent as V, gridSelectRecord as je, gridSelectAllRecords as Le, gridSelectionChange as _e, cellClick as $e, cellDblClick as ze, rowClick as Ge, rowDblClick as We, headerClick as qe, getEventNameByType as Ye, getEventFuncByType as Je, getHandleEvent as Ke } from "../../../../utils/events/event-util.mjs";
|
|
3
|
+
import { getBaseUrl as Qe, getListCode as Xe, getRealRestApiPath as Ze, isWorkflowPage as et, isVariableInvalidValue as W } from "../../../../utils/common-util.mjs";
|
|
4
|
+
import { getAdditionalParamMap as tt, getSaveFormRequestWithRow as nt, standardEvents as ot } from "../../../../utils/events/standard-event.mjs";
|
|
5
|
+
import { isMobileBrowser as at, isPromise as U } from "agilebuilder-ui";
|
|
6
|
+
import { getOperationButtons as it, popupToPage as lt } from "../../../../utils/table-utils.mjs";
|
|
7
|
+
import v from "../../../../utils/eventBus.mjs";
|
|
8
|
+
import { getDefaultValue as rt } from "../../../../utils/page-init-util.mjs";
|
|
9
|
+
import { getSizeConfig as st, caculateShowCondition as ut, decomposeVariable as q } from "../../../../utils/page-helper-util.mjs";
|
|
10
|
+
import { getComponentRefByCode as ct } from "../../../../utils/global-refs.mjs";
|
|
11
|
+
import { getRowStyleUtil as pt, getCellStyleUtil as dt, getHeaderCellStyleUtil as ft } from "../../chart/table/chart-table-util.mjs";
|
|
12
|
+
const gt = ["id"], Tt = Be({ __name: "main-table-runtime", props: { pageContext: {}, configure: {} }, emits: ["setSafeDeleteTableCode"], setup(Y, { expose: J, emit: K }) {
|
|
13
|
+
const p = Y, a = p.pageContext;
|
|
14
|
+
let o = p.configure;
|
|
15
|
+
const T = h({});
|
|
16
|
+
a.isTest ? T.value = p.configure.runtime ? p.configure.runtime : {} : a.tableRuntimes && a.tableRuntimes[o.uuid] && (o = JSON.parse(a.tableRuntimes[o.uuid].configure), T.value = o.runtime ? o.runtime : {});
|
|
17
|
+
const Q = T.value.style, X = T.value.class, Z = a.systemCode, ee = a.backendUrl, te = o.props && o.props.dataOrigin && o.props.dataOrigin.tableName;
|
|
18
|
+
let y = Qe(a.backendUrl, a.isTest);
|
|
19
|
+
y || (y = window.$vueApp.config.globalProperties.baseURL);
|
|
20
|
+
const g = h({}), x = [], m = h({});
|
|
21
|
+
m.value = function() {
|
|
22
|
+
var c;
|
|
23
|
+
const e = a.systemCode, t = a.code;
|
|
24
|
+
let n = o.props && o.props.dataOrigin && o.props.dataOrigin.sqlFilterCondition !== "[]" ? o.props.dataOrigin.sqlFilterCondition : null;
|
|
25
|
+
n == null && (n = []);
|
|
26
|
+
const i = (c = o.props) == null ? void 0 : c.dataOrigin.principalLinkage, s = { isSql: !0, optionTableHeight: 0, rowKeyProp: i, extraParam: { beanName: a.beanName, functionCode: t + ".listData", tableName: te, systemCode: e, pageCode: a.code, pageVersion: a.version, isMobile: at() }, initSearchForm: n, lineEditOptions: { aftersaveIsCreateRow: !1, autoSave: !1, enter: re, esc: pe }, indexContinuous: !(!o.props || !o.props.otherSettings) && o.props.otherSettings.serialNumberContinuous, initSearch: !o.props || o.props.dataOrigin.initializationQuery !== !1, resizeHeight: ge, pageCode: a.code, pageVersion: a.version, additionalParamMap: tt(a), showOverflowTooltip: !(!o.props || !o.props.otherSettings || o.props.otherSettings.isBreakLine !== void 0 && o.props.otherSettings.isBreakLine !== !1), isEnableEnterEvent: o.props && o.props.otherSettings && o.props.otherSettings.isEnableEnterEvent, isWithDataPermission: !!(o.props && o.props.otherSettings && o.props.otherSettings.isWithDataPermission) && o.props.otherSettings.isWithDataPermission, pageDevMode: !1, isWorkflowEntity: et(a), tableClass: X, tableStyle: Q, pageContext: a, configureObj: o, backendUrl: y, cellStyleRender: Te, rowStyleRender: De, titleStyleRender: ke, validateEitConditions: Oe };
|
|
27
|
+
return function(r) {
|
|
28
|
+
var l;
|
|
29
|
+
(l = o.props.highOrder) != null && l.mergeFields && o.props.highOrder.mergeFields.length > 0 && (r.mergeFields = o.props.highOrder.mergeFields.join(","));
|
|
30
|
+
}(s), function(r) {
|
|
31
|
+
const l = [];
|
|
32
|
+
r.operations || (r.operations = {}), it(a, o, l, se), r.operations.operation = l;
|
|
33
|
+
}(s), function(r) {
|
|
34
|
+
o.props && o.props.dataOrigin && o.props.dataOrigin.sortField && (r.initSortInfo = [], o.props.dataOrigin.sortField.forEach((l) => {
|
|
35
|
+
const d = { order: l.type === "desc" ? "desc" : "asc" };
|
|
36
|
+
d.prop = l.name, r.initSortInfo.push(d);
|
|
38
37
|
}));
|
|
39
|
-
}(
|
|
40
|
-
const
|
|
41
|
-
if (
|
|
42
|
-
let
|
|
43
|
-
const
|
|
44
|
-
if (
|
|
45
|
-
const
|
|
46
|
-
|
|
47
|
-
const
|
|
48
|
-
|
|
38
|
+
}(s), function(r) {
|
|
39
|
+
const l = o.props ? o.props.dataOrigin : {};
|
|
40
|
+
if (l.treeTable) {
|
|
41
|
+
let d;
|
|
42
|
+
const b = l.rowKey;
|
|
43
|
+
if (d = b && b.indexOf("~~") > 0 ? b.substring(b.indexOf("~~") + 2) : b, r.parentProp = d, l.checkStrictly && (r.checkStrictly = l.checkStrictly), r.parentProp) {
|
|
44
|
+
const R = l.lazy, C = l.defaultExpandAll;
|
|
45
|
+
r.lazy = R == null || R, r.defaultExpandAll = C != null && C;
|
|
46
|
+
const Ve = { parentProp: d, lazy: r.lazy, defaultExpandAll: r.defaultExpandAll };
|
|
47
|
+
r.extraParam.listViewTreeSetting = JSON.stringify(Ve), r.subRowUrl = y + "/dsc/commons/list-subs";
|
|
49
48
|
}
|
|
50
49
|
}
|
|
51
|
-
}(
|
|
52
|
-
const
|
|
53
|
-
|
|
54
|
-
const
|
|
55
|
-
|
|
56
|
-
}(
|
|
50
|
+
}(s), function(r) {
|
|
51
|
+
const l = o.runtime && o.runtime.events ? o.runtime.events : [];
|
|
52
|
+
Ae(r, l, a, o);
|
|
53
|
+
const d = a.customEvents;
|
|
54
|
+
d && (r.eventCallBack = d);
|
|
55
|
+
}(s), s;
|
|
57
56
|
}();
|
|
58
|
-
const
|
|
59
|
-
let
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
n2 && n2.length > 1 && e3.push(n2[1]);
|
|
57
|
+
const k = h(), u = h(), ne = function() {
|
|
58
|
+
let e = y + "/dsc/commons/list";
|
|
59
|
+
return e && (e = Ze(e, Z, ee, a.isTest)), e;
|
|
60
|
+
}(), f = Xe(a.code, a.version, o.uuid), E = a.code + "_" + f, w = h([]), oe = a.entity.page, F = h({ data: [] }), H = a.superGridItems, ae = H ? H[o.uuid] : null, M = h(!1), ie = K;
|
|
61
|
+
function le() {
|
|
62
|
+
o.props.linkages && o.props.linkages.length > 0 && (o.props.linkages.forEach((e) => {
|
|
63
|
+
const t = q(e.fieldName);
|
|
64
|
+
t && t.length > 1 && x.push(t[1]);
|
|
65
|
+
}), x.length > 0 && function() {
|
|
66
|
+
let e = [];
|
|
67
|
+
if (p.pageContext.toolsInputComponents && p.pageContext.toolsInputComponents.length > 0 && p.pageContext.toolsInputComponents.forEach((t) => {
|
|
68
|
+
if (o.props.linkages.some((n) => n.fieldName === t.prop) && t.defaultValue) {
|
|
69
|
+
const n = q(t.prop);
|
|
70
|
+
n && n.length > 1 && e.push(n[1]);
|
|
73
71
|
}
|
|
74
|
-
});
|
|
75
|
-
if (0 === e3.length) Ke();
|
|
72
|
+
}), e.length === 0) G();
|
|
76
73
|
else {
|
|
77
|
-
const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
const
|
|
81
|
-
|
|
82
|
-
}, { immediate:
|
|
74
|
+
const t = P();
|
|
75
|
+
e = e.filter((n) => W(t, n)), e.length === 0 ? (D(t), G()) : x.forEach((n) => {
|
|
76
|
+
O(() => p.pageContext.entity.page[n], () => {
|
|
77
|
+
const i = P();
|
|
78
|
+
e.length === 0 ? D(i) : (e = e.filter((s) => W(i, s)), e.length === 0 && D(i));
|
|
79
|
+
}, { immediate: !0 });
|
|
83
80
|
});
|
|
84
81
|
}
|
|
85
82
|
}());
|
|
86
83
|
}
|
|
87
|
-
function
|
|
88
|
-
|
|
84
|
+
function re({ rowIndex: e, column: t, row: n, orgRow: i }) {
|
|
85
|
+
A(null, null, n, t, e);
|
|
89
86
|
}
|
|
90
|
-
function
|
|
91
|
-
const
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
87
|
+
function A(e, t, n, i, s) {
|
|
88
|
+
const c = g.value.lineEditSave, r = o;
|
|
89
|
+
c.props.base.tableUuid = r.uuid, m.value.lineEditOptions.beforeSave = ue, a.editData = n, N({ pageContext: a, configureObj: c }).then((l) => {
|
|
90
|
+
l.canExecute === !0 && (m.value.lineEditOptions.saveRow = ce, u.value.saveRow(s, f).then(() => {
|
|
91
|
+
I(a, c, { originalValue: e, formatValue: t, row: n, column: i, rowIndex: s });
|
|
95
92
|
}));
|
|
96
93
|
}).finally(() => {
|
|
97
|
-
|
|
94
|
+
a.editData = null;
|
|
98
95
|
});
|
|
99
96
|
}
|
|
100
|
-
function
|
|
101
|
-
if (!
|
|
102
|
-
let
|
|
103
|
-
const
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
return l2.props.base.tableUuid = r2.uuid, new Promise((t3, n3) => {
|
|
119
|
-
const i3 = { tableName: r2.props.dataOrigin.tableName };
|
|
120
|
-
V(J, l2, "/dsc/commons", false, a2, o2, e3, i3).then((e4) => {
|
|
121
|
-
t3(e4 ? e4.entity : {});
|
|
122
|
-
}).catch((e4) => {
|
|
123
|
-
n3(e4);
|
|
97
|
+
function se(e) {
|
|
98
|
+
if (!e) return;
|
|
99
|
+
let t;
|
|
100
|
+
const n = Ye(e.events, "click");
|
|
101
|
+
return n ? (g.value[n] = e, n === "lineEditSave" ? t = A : n === "restoreEdit" ? t = B : n === "lineEditUpdate" ? t = de : n === "lineEditDelete" && (t = fe), !t && (t = Je(a, e.events, "click"))) : (g.value[e.uuid] = e, t = me), { onClick: t, eventName: n };
|
|
102
|
+
}
|
|
103
|
+
function ue({ row: e, columns: t, additionalParamMap: n }) {
|
|
104
|
+
const i = g.value.lineEditSave, s = o;
|
|
105
|
+
return i.props.base.tableUuid = s.uuid, V(a, i, { row: e, columns: t });
|
|
106
|
+
}
|
|
107
|
+
function ce({ row: e, columns: t, dataTypeMap: n, dynamicColumnInfo: i, additionalParamMap: s, mainDefaultValueColumns: c }) {
|
|
108
|
+
const r = g.value.lineEditSave, l = o;
|
|
109
|
+
return r.props.base.tableUuid = l.uuid, new Promise((d, b) => {
|
|
110
|
+
const R = { tableName: l.props.dataOrigin.tableName };
|
|
111
|
+
nt(a, r, "/dsc/commons", !1, c, i, e, R).then((C) => {
|
|
112
|
+
d(C ? C.entity : {});
|
|
113
|
+
}).catch((C) => {
|
|
114
|
+
b(C);
|
|
124
115
|
});
|
|
125
116
|
});
|
|
126
117
|
}
|
|
127
|
-
function
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
function
|
|
131
|
-
const
|
|
132
|
-
|
|
133
|
-
const
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
const
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
J.editData = n2, p({ pageContext: J, configureObj: a2 }).then((a3) => {
|
|
150
|
-
if (true === a3.canExecute) {
|
|
151
|
-
se.value.editRow(i2, pe);
|
|
152
|
-
d(J, K, { originalValue: e3, formatValue: t2, row: n2, column: o2, rowIndex: i2 });
|
|
153
|
-
}
|
|
118
|
+
function pe({ rowIndex: e, column: t, row: n, orgRow: i }) {
|
|
119
|
+
B(null, null, n, t, e);
|
|
120
|
+
}
|
|
121
|
+
function B(e, t, n, i, s) {
|
|
122
|
+
const c = g.value.restoreEdit, r = o;
|
|
123
|
+
c.props.base.tableUuid = r.uuid;
|
|
124
|
+
const l = V(a, c, { originalValue: e, formatValue: t, row: n, column: i, rowIndex: s });
|
|
125
|
+
l && (U(l) ? l.then((d) => {
|
|
126
|
+
d && u.value.restoreRow(s, f);
|
|
127
|
+
}) : u.value.restoreRow(s, f), I(a, o, { originalValue: e, formatValue: t, row: n, column: i, rowIndex: s }));
|
|
128
|
+
}
|
|
129
|
+
function de(e, t, n, i, s) {
|
|
130
|
+
const c = g.value.lineEditUpdate, r = o;
|
|
131
|
+
c.props.base.tableUuid = r.uuid;
|
|
132
|
+
const l = V(a, c, { originalValue: e, formatValue: t, row: n, column: i, rowIndex: s });
|
|
133
|
+
l && (U(l) ? l.then((d) => {
|
|
134
|
+
d && j(e, t, n, i, s, c);
|
|
135
|
+
}) : j(e, t, n, i, s, c));
|
|
136
|
+
}
|
|
137
|
+
function j(e, t, n, i, s, c) {
|
|
138
|
+
a.editData = n, N({ pageContext: a, configureObj: c }).then((r) => {
|
|
139
|
+
r.canExecute === !0 && (u.value.editRow(s, f), I(a, o, { originalValue: e, formatValue: t, row: n, column: i, rowIndex: s }));
|
|
154
140
|
}).finally(() => {
|
|
155
|
-
|
|
141
|
+
a.editData = null;
|
|
156
142
|
});
|
|
157
143
|
}
|
|
158
|
-
function
|
|
159
|
-
const
|
|
160
|
-
|
|
161
|
-
const
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}) :
|
|
165
|
-
}
|
|
166
|
-
function
|
|
167
|
-
|
|
168
|
-
if (
|
|
169
|
-
const
|
|
170
|
-
|
|
144
|
+
function fe(e, t, n, i, s) {
|
|
145
|
+
const c = g.value.lineEditDelete, r = o;
|
|
146
|
+
c.props.base.tableUuid = r.uuid;
|
|
147
|
+
const l = V(a, c, { originalValue: e, formatValue: t, row: n, column: i, rowIndex: s });
|
|
148
|
+
l && (U(l) ? l.then((d) => {
|
|
149
|
+
d && L(e, t, n, i, s, c);
|
|
150
|
+
}) : L(e, t, n, i, s, c));
|
|
151
|
+
}
|
|
152
|
+
function L(e, t, n, i, s, c) {
|
|
153
|
+
n.id || n.ID ? (a.editData = n, N({ pageContext: a, configureObj: c }).then((r) => {
|
|
154
|
+
if (r.canExecute === !0) {
|
|
155
|
+
const l = [];
|
|
156
|
+
n.id ? l.push(n.id) : l.push(n.ID), ot.delete({ pageContext: a, configureObj: c, ids: l });
|
|
171
157
|
}
|
|
172
158
|
}).finally(() => {
|
|
173
|
-
|
|
174
|
-
});
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
const e4 = [];
|
|
189
|
-
for (var i2 = 0; i2 < a2.length; i2++) {
|
|
190
|
-
const n3 = {};
|
|
191
|
-
n3.leftBracket = 0 === i2 ? "((" : "(", n3.propName = o2, n3.propDbName = o2, n3.dataType = t2[o2] ? t2[o2] : "TEXT", n3.operator = "EQ", n3.propValue = a2[i2], i2 === a2.length - 1 ? (n3.rightBracket = "))", n3.joinSign = "and") : (n3.rightBracket = ")", n3.joinSign = "or"), e4.push(n3);
|
|
159
|
+
a.editData = null;
|
|
160
|
+
})) : (B(e, t, n, i, s), I(a, o, { originalValue: e, formatValue: t, row: n, column: i, rowIndex: s }));
|
|
161
|
+
}
|
|
162
|
+
function D(e) {
|
|
163
|
+
if (!a.dataTypeMaps) return;
|
|
164
|
+
const t = a.dataTypeMaps;
|
|
165
|
+
let n = [];
|
|
166
|
+
if (e) for (var i in e) {
|
|
167
|
+
const c = e[i];
|
|
168
|
+
if (c != null && c !== "") if (c instanceof Array) {
|
|
169
|
+
if (c.length > 0) {
|
|
170
|
+
const r = [];
|
|
171
|
+
for (var s = 0; s < c.length; s++) {
|
|
172
|
+
const l = {};
|
|
173
|
+
l.leftBracket = s === 0 ? "((" : "(", l.propName = i, l.propDbName = i, l.dataType = t[i] ? t[i] : "TEXT", l.operator = "EQ", l.propValue = c[s], s === c.length - 1 ? (l.rightBracket = "))", l.joinSign = "and") : (l.rightBracket = ")", l.joinSign = "or"), r.push(l);
|
|
192
174
|
}
|
|
193
|
-
|
|
175
|
+
n = n.concat(r);
|
|
194
176
|
}
|
|
195
177
|
} else {
|
|
196
|
-
const
|
|
197
|
-
|
|
178
|
+
const r = { leftBracket: "(" };
|
|
179
|
+
r.propName = i, r.propDbName = i, r.dataType = t[i] ? t[i] : "TEXT", r.operator = "EQ", r.propValue = c, Ie(r, i), r.rightBracket = ")", r.joinSign = "and", n.push(r);
|
|
198
180
|
}
|
|
199
181
|
}
|
|
200
|
-
|
|
182
|
+
u.value.toolbarRefresh(null, null, n);
|
|
201
183
|
}
|
|
202
|
-
function
|
|
203
|
-
const
|
|
204
|
-
if (
|
|
205
|
-
let
|
|
206
|
-
return
|
|
184
|
+
function ge(e) {
|
|
185
|
+
const t = _();
|
|
186
|
+
if (t) {
|
|
187
|
+
let n = 0;
|
|
188
|
+
return e.searchHeight && (n = e.searchHeight), t - 10 - n;
|
|
207
189
|
}
|
|
208
190
|
}
|
|
209
|
-
function
|
|
210
|
-
if (!
|
|
211
|
-
const
|
|
212
|
-
if (
|
|
213
|
-
if (
|
|
214
|
-
let
|
|
215
|
-
if (
|
|
216
|
-
const
|
|
217
|
-
return window.innerHeight -
|
|
191
|
+
function _() {
|
|
192
|
+
if (!u.value) return;
|
|
193
|
+
const e = st(p.pageContext, p.configure);
|
|
194
|
+
if (e) {
|
|
195
|
+
if (e.isCalcHeight) {
|
|
196
|
+
let t = u.value.$el;
|
|
197
|
+
if (t || (t = u.value), !t) return;
|
|
198
|
+
const n = t.getBoundingClientRect();
|
|
199
|
+
return window.innerHeight - n.y - 90;
|
|
218
200
|
}
|
|
219
|
-
if (
|
|
201
|
+
if (e.fixHeight && u.value && (u.value.tableHeight = e.fixHeight), e.maxHeight) return e.maxHeight;
|
|
220
202
|
}
|
|
221
203
|
}
|
|
222
|
-
function
|
|
223
|
-
const
|
|
224
|
-
|
|
204
|
+
function me(e, t, n, i, s, c) {
|
|
205
|
+
const r = { originalValue: e, formatValue: t, row: n, column: i, rowIndex: s, button: c, id: n.ID ? n.ID : n.id }, l = g.value[c.sourceButton.uuid], d = o;
|
|
206
|
+
l.props.base.tableUuid = d.uuid, Ke(null, a, l, "click", r);
|
|
225
207
|
}
|
|
226
|
-
function
|
|
227
|
-
"close_open_win"
|
|
208
|
+
function $(e) {
|
|
209
|
+
e.data === "close_open_win" && u.value && u.value.refresh();
|
|
228
210
|
}
|
|
229
|
-
function
|
|
230
|
-
|
|
231
|
-
g(J, K, { selection: e3, row: t2 });
|
|
211
|
+
function ve(e, t) {
|
|
212
|
+
w.value = e, je(a, o, { selection: e, row: t });
|
|
232
213
|
}
|
|
233
|
-
function
|
|
234
|
-
|
|
235
|
-
m(J, K, { selection: e3 });
|
|
214
|
+
function he(e) {
|
|
215
|
+
w.value = e, Le(a, o, { selection: e });
|
|
236
216
|
}
|
|
237
|
-
function
|
|
238
|
-
|
|
217
|
+
function be(e) {
|
|
218
|
+
_e(a, o, { newSelection: e });
|
|
239
219
|
}
|
|
240
|
-
function
|
|
241
|
-
|
|
220
|
+
function Ce(e, t, n, i) {
|
|
221
|
+
$e(a, o, { row: e, column: t, cell: n, event: i });
|
|
242
222
|
}
|
|
243
|
-
function
|
|
244
|
-
|
|
223
|
+
function Se(e, t, n, i) {
|
|
224
|
+
ze(a, o, { row: e, column: t, cell: n, event: i });
|
|
245
225
|
}
|
|
246
|
-
function
|
|
247
|
-
|
|
226
|
+
function we(e, t, n) {
|
|
227
|
+
Ge(a, o, { row: e, column: t, event: n });
|
|
248
228
|
}
|
|
249
|
-
function
|
|
250
|
-
|
|
229
|
+
function ye(e, t, n) {
|
|
230
|
+
We(a, o, { row: e, column: t, event: n });
|
|
251
231
|
}
|
|
252
|
-
function
|
|
253
|
-
|
|
232
|
+
function xe(e, t) {
|
|
233
|
+
qe(a, o, { column: e, event: t });
|
|
254
234
|
}
|
|
255
|
-
function
|
|
256
|
-
|
|
235
|
+
function z() {
|
|
236
|
+
w.value = [];
|
|
257
237
|
}
|
|
258
|
-
function
|
|
259
|
-
|
|
238
|
+
function Ee(e) {
|
|
239
|
+
M.value = !0;
|
|
260
240
|
}
|
|
261
|
-
function
|
|
262
|
-
return
|
|
241
|
+
function De(e) {
|
|
242
|
+
return pt(e, [], p);
|
|
263
243
|
}
|
|
264
|
-
function
|
|
265
|
-
return
|
|
244
|
+
function Te(e) {
|
|
245
|
+
return dt(e, e.cellStyle, p);
|
|
266
246
|
}
|
|
267
|
-
function
|
|
268
|
-
const
|
|
269
|
-
return
|
|
247
|
+
function ke(e) {
|
|
248
|
+
const t = e.titleStyle, n = p.configure.style.titleStyle;
|
|
249
|
+
return ft(e, { cellTitleStyle: t, titleStyle: n }, p);
|
|
270
250
|
}
|
|
271
|
-
function
|
|
272
|
-
const
|
|
273
|
-
return
|
|
274
|
-
|
|
275
|
-
}),
|
|
251
|
+
function P() {
|
|
252
|
+
const e = {};
|
|
253
|
+
return x.forEach((t) => {
|
|
254
|
+
e[t] = p.pageContext.entity.page[t];
|
|
255
|
+
}), e;
|
|
276
256
|
}
|
|
277
|
-
function
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
257
|
+
function G() {
|
|
258
|
+
x.forEach((e) => {
|
|
259
|
+
O(() => p.pageContext.entity.page[e], () => {
|
|
260
|
+
D(P());
|
|
281
261
|
});
|
|
282
262
|
});
|
|
283
263
|
}
|
|
284
|
-
|
|
285
|
-
const
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
}),
|
|
289
|
-
|
|
290
|
-
}),
|
|
291
|
-
|
|
292
|
-
}),
|
|
293
|
-
|
|
294
|
-
}),
|
|
295
|
-
}),
|
|
296
|
-
|
|
297
|
-
}),
|
|
298
|
-
|
|
299
|
-
}),
|
|
300
|
-
window.removeEventListener("message",
|
|
264
|
+
Pe(() => {
|
|
265
|
+
const e = Re();
|
|
266
|
+
u.value && e && e.distanceToBottom && (u.value.tableHeight = e.distanceToBottom - 110), p.pageContext.pageRuntimeStyle && p.pageContext.pageRuntimeStyle.height, window.addEventListener("message", $), v.$on(E + "-close-component-page-dialog", function({ jumpInfo: t, popEntity: n, popPageCode: i }) {
|
|
267
|
+
u.value.closePageDialog({ entity: n, pageCode: i, jumpInfo: t });
|
|
268
|
+
}), v.$on(E + "_close-dialog-get-entity", () => {
|
|
269
|
+
v.$emit(E + "_close-super-dialog");
|
|
270
|
+
}), v.$on(f + "-pickFileDone", (t) => {
|
|
271
|
+
u.value.pickFileDone(t);
|
|
272
|
+
}), v.$on(f + "-scanDone", (t) => {
|
|
273
|
+
u.value.scanDone(t);
|
|
274
|
+
}), m.value.formSetMaxHeight = _(), m.value && m.value.configureObj.props.base && m.value.configureObj.props.base.isSafeDelete && ie("setSafeDeleteTableCode", m.value.extraParam.tableName);
|
|
275
|
+
}), O(() => p.pageContext.searchFormData, (e) => {
|
|
276
|
+
F.value.data = e;
|
|
277
|
+
}), O(() => p.pageContext.entity.data, (e) => {
|
|
278
|
+
D(p.pageContext.entity.data);
|
|
279
|
+
}), Ne(() => {
|
|
280
|
+
window.removeEventListener("message", $), v.$off(E + "-close-component-page-dialog"), v.$off(E + "_close-dialog-get-entity"), v.$off(f + "-pickFileDone"), v.$off(f + "-scanDone");
|
|
301
281
|
});
|
|
302
|
-
const
|
|
303
|
-
if (!
|
|
304
|
-
let
|
|
305
|
-
if (!
|
|
306
|
-
const
|
|
307
|
-
return { distanceToTop:
|
|
282
|
+
const Re = () => {
|
|
283
|
+
if (!k.value) return null;
|
|
284
|
+
let e = k.value.closest(".app-container");
|
|
285
|
+
if (!e) return null;
|
|
286
|
+
const t = k.value.getBoundingClientRect(), n = e.getBoundingClientRect(), i = window.scrollY;
|
|
287
|
+
return { distanceToTop: t.top + i - n.top, distanceToBottom: n.bottom - t.top };
|
|
308
288
|
};
|
|
309
|
-
function
|
|
310
|
-
let
|
|
311
|
-
return
|
|
312
|
-
}
|
|
313
|
-
function
|
|
314
|
-
const
|
|
315
|
-
if (
|
|
316
|
-
const
|
|
317
|
-
if ("datePicker"
|
|
318
|
-
const
|
|
319
|
-
|
|
289
|
+
function Oe({ row: e, editConditions: t }) {
|
|
290
|
+
let n = !0;
|
|
291
|
+
return t && t.length > 0 && (n = ut(p.pageContext, t, e)), n;
|
|
292
|
+
}
|
|
293
|
+
function Ie(e, t) {
|
|
294
|
+
const n = ct(p.pageContext, t);
|
|
295
|
+
if (n) {
|
|
296
|
+
const i = n.getConfigure();
|
|
297
|
+
if (i.name === "datePicker") {
|
|
298
|
+
const s = i.runtime.props.dateType;
|
|
299
|
+
e.dateFormatType = s === "year" ? "YEAR" : s === "month" ? "MONTH" : "DAY";
|
|
320
300
|
}
|
|
321
301
|
}
|
|
322
302
|
}
|
|
323
|
-
return
|
|
324
|
-
return
|
|
303
|
+
return J({ refresh: function(e, t, n, i) {
|
|
304
|
+
return u.value.refresh(e, t, n, i);
|
|
325
305
|
}, createRow: function() {
|
|
326
|
-
return
|
|
327
|
-
}, clearSelections:
|
|
328
|
-
return
|
|
306
|
+
return u.value.createRow(f, {}, { getDefaultValueFunc: rt });
|
|
307
|
+
}, clearSelections: z, getSelections: function() {
|
|
308
|
+
return w.value;
|
|
329
309
|
}, getSelectionIds: function() {
|
|
330
|
-
const
|
|
331
|
-
return
|
|
332
|
-
|
|
333
|
-
}),
|
|
310
|
+
const e = [];
|
|
311
|
+
return w.value !== null && w.value.forEach((t) => {
|
|
312
|
+
e.push(t.id ? t.id : t.ID ? t.ID : null);
|
|
313
|
+
}), e;
|
|
334
314
|
}, getTableConfigure: function() {
|
|
335
|
-
return
|
|
336
|
-
}, isDeleteChange: function(
|
|
337
|
-
|
|
315
|
+
return o;
|
|
316
|
+
}, isDeleteChange: function(e) {
|
|
317
|
+
u.value.isDeleteChange(e);
|
|
338
318
|
}, validatorSunTableListData: function() {
|
|
339
|
-
return
|
|
319
|
+
return u.value.validatorSunTableListData();
|
|
340
320
|
}, showMobileSearch: function() {
|
|
341
|
-
|
|
321
|
+
M.value && u.value.showMobileSearch();
|
|
342
322
|
}, getTableSelectOptions: function() {
|
|
343
|
-
if (
|
|
344
|
-
}, dynamicControlTableEdit: function(
|
|
345
|
-
|
|
346
|
-
}, doLayout: function(
|
|
347
|
-
|
|
348
|
-
}, changeOperationAddState: function(
|
|
349
|
-
}, scrollTo: function(
|
|
350
|
-
|
|
351
|
-
}, setScrollTop: function(
|
|
352
|
-
|
|
353
|
-
}, setScrollLeft: function(
|
|
354
|
-
|
|
323
|
+
if (u.value) return u.value.getTableSelectOptions(f);
|
|
324
|
+
}, dynamicControlTableEdit: function(e, t, n) {
|
|
325
|
+
u.value && u.value.dynamicControlTableEdit(e, t, n);
|
|
326
|
+
}, doLayout: function(e) {
|
|
327
|
+
u.value && u.value.doLayout(e);
|
|
328
|
+
}, changeOperationAddState: function(e) {
|
|
329
|
+
}, scrollTo: function(e, t) {
|
|
330
|
+
u.value && u.value.scrollTo(e, t);
|
|
331
|
+
}, setScrollTop: function(e) {
|
|
332
|
+
u.value && u.value.setScrollTop(e);
|
|
333
|
+
}, setScrollLeft: function(e) {
|
|
334
|
+
u.value && u.value.setScrollLeft(e);
|
|
355
335
|
}, getSuperGridRef: function() {
|
|
356
|
-
return
|
|
336
|
+
return u.value;
|
|
357
337
|
}, getSuperGridTableRef: function() {
|
|
358
|
-
return
|
|
359
|
-
}, setCurrentRowIndex: function(
|
|
360
|
-
var
|
|
361
|
-
(
|
|
362
|
-
}, setScrollTopByRowIndex: function(
|
|
363
|
-
var
|
|
364
|
-
(
|
|
338
|
+
return u.value.getSuperGridTableRef();
|
|
339
|
+
}, setCurrentRowIndex: function(e) {
|
|
340
|
+
var t;
|
|
341
|
+
(t = u.value) == null || t.setCurrentRowIndex(e);
|
|
342
|
+
}, setScrollTopByRowIndex: function(e) {
|
|
343
|
+
var t;
|
|
344
|
+
(t = u.value) == null || t.setScrollTopByRowIndex(e);
|
|
365
345
|
}, getTableData: function() {
|
|
366
|
-
var
|
|
367
|
-
return (
|
|
368
|
-
}, handleSearch: function(
|
|
369
|
-
var
|
|
370
|
-
return (
|
|
346
|
+
var e;
|
|
347
|
+
return (e = u.value) == null ? void 0 : e.getTableData();
|
|
348
|
+
}, handleSearch: function(e, t) {
|
|
349
|
+
var n;
|
|
350
|
+
return (n = u.value) == null ? void 0 : n.handleSearch(e, t);
|
|
371
351
|
}, getColumns: function() {
|
|
372
|
-
var
|
|
373
|
-
return (
|
|
374
|
-
} }), (
|
|
375
|
-
const
|
|
376
|
-
return
|
|
352
|
+
var e;
|
|
353
|
+
return (e = u.value) == null ? void 0 : e.getColumns();
|
|
354
|
+
} }), (e, t) => {
|
|
355
|
+
const n = Ue("super-grid");
|
|
356
|
+
return He(), Fe("div", { ref_key: "tableDivRef", ref: k, id: S(f) + "_tableDiv" }, [Me(n, { ref_key: "gridRef", ref: u, url: S(ne), options: m.value, code: S(f), settings: S(ae), "search-form-info": F.value, "list-toolbar-form-data": S(oe), isDialog: S(a).isDialog, onSelect: ve, onSelectAll: he, onSelectionChange: be, onCellClick: Ce, onCellDblclick: Se, onRowClick: we, onRowDblclick: ye, onHeaderClick: xe, onRefresh: z, onNewOpenGridDialog: S(lt), onCanShowMobileSearch: Ee, onGridOnmounted: le }, null, 8, ["url", "options", "code", "settings", "search-form-info", "list-toolbar-form-data", "isDialog", "onNewOpenGridDialog"])], 8, gt);
|
|
377
357
|
};
|
|
378
358
|
} });
|
|
379
359
|
export {
|
|
380
|
-
|
|
360
|
+
Tt as default
|
|
381
361
|
};
|