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,83 +1,72 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import { getRuntimeComponentByName as
|
|
4
|
-
import { PageDimensions as
|
|
5
|
-
import { addComponentRef as
|
|
6
|
-
import { getPermissionCodes as
|
|
7
|
-
import { getFormPropName as
|
|
8
|
-
import { getPropClassName as
|
|
9
|
-
import { isShowComponent as
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
let
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
const
|
|
19
|
-
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
const
|
|
23
|
-
if (
|
|
24
|
-
Object.assign(
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
const
|
|
28
|
-
|
|
1
|
+
import { defineComponent as R, ref as i, markRaw as S, onMounted as k, resolveDirective as B, withDirectives as P, createCommentVNode as _, unref as g, createBlock as D, openBlock as O, resolveDynamicComponent as j, normalizeClass as z, normalizeStyle as $, vShow as H, nextTick as W } from "vue";
|
|
2
|
+
import q from "./error-render.vue.mjs";
|
|
3
|
+
import { getRuntimeComponentByName as A } from "../../utils/assemblys-config.mjs";
|
|
4
|
+
import { PageDimensions as F } from "../../utils/interfaces/page-design-types.mjs";
|
|
5
|
+
import { addComponentRef as M, addComponentRefByCode as v } from "../../utils/global-refs.mjs";
|
|
6
|
+
import { getPermissionCodes as T, controlObjectRenderState as V } from "../../utils/page-init-util.mjs";
|
|
7
|
+
import { getFormPropName as E, getSizeConfig as G } from "../../utils/page-helper-util.mjs";
|
|
8
|
+
import { getPropClassName as I, isNumber as J } from "../../utils/common-util.mjs";
|
|
9
|
+
import { isShowComponent as K } from "../../utils/events/event-util.mjs";
|
|
10
|
+
const te = R({ __name: "home-chart-render", props: { pageContext: {}, configure: {} }, setup(y) {
|
|
11
|
+
const e = y;
|
|
12
|
+
e.configure.style == null && (e.configure.style = {});
|
|
13
|
+
const f = T(e.configure, e.pageContext);
|
|
14
|
+
e.configure && e.configure.props && e.configure.props.base && (e.configure.props.base.functionCode = f);
|
|
15
|
+
let C = i(!0), x = i(!0);
|
|
16
|
+
const c = i({});
|
|
17
|
+
c.value = S(A(e.configure.name));
|
|
18
|
+
const h = i(!0);
|
|
19
|
+
c.value == null && (c.value = q, h.value = !1);
|
|
20
|
+
const s = i(null), a = i({}), l = i(""), d = I(e.configure);
|
|
21
|
+
d && (l.value = d);
|
|
22
|
+
const u = e.configure.runtime && e.configure.runtime.common ? e.configure.runtime.common : {};
|
|
23
|
+
if (u.class && (l.value += " " + u.class), u.style) {
|
|
24
|
+
Object.assign(a.value, u.style);
|
|
25
|
+
const o = e.pageContext && e.pageContext.dimensions ? e.pageContext.dimensions : F.PC, r = u.style[o + "_style"];
|
|
26
|
+
r && Object.assign(a.value, r);
|
|
27
|
+
const t = u.style[o + "_class"];
|
|
28
|
+
t && (l.value += " " + t);
|
|
29
29
|
}
|
|
30
|
-
function
|
|
31
|
-
if (
|
|
32
|
-
|
|
33
|
-
}),
|
|
34
|
-
|
|
35
|
-
}),
|
|
36
|
-
return
|
|
37
|
-
}),
|
|
38
|
-
else if (
|
|
39
|
-
const
|
|
40
|
-
if (
|
|
41
|
-
let
|
|
42
|
-
|
|
30
|
+
function b(o) {
|
|
31
|
+
if (s.value = o, o && !o.show && (o.show = function() {
|
|
32
|
+
C.value = !0;
|
|
33
|
+
}), o && !o.hide && (o.hide = function() {
|
|
34
|
+
C.value = !1;
|
|
35
|
+
}), o && !o.getConfigure && (o.getConfigure = function() {
|
|
36
|
+
return e.configure;
|
|
37
|
+
}), e.configure.uuid && M(e.pageContext, e.configure.uuid, s), e.configure.code) v(e.pageContext, e.configure.code, s);
|
|
38
|
+
else if (e.configure.props && e.configure.props.base) {
|
|
39
|
+
const t = e.configure.props.base;
|
|
40
|
+
if (t.prop) {
|
|
41
|
+
let n = t.prop;
|
|
42
|
+
n.startsWith("${") && (n = n.substring(2, n.length - 1)), n.includes(".") && (n = n.substring(n.indexOf(".") + 1)), v(e.pageContext, n, s);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
const
|
|
46
|
-
if (
|
|
47
|
-
let
|
|
48
|
-
|
|
45
|
+
const r = e.configure.props ? e.configure.props.base : null;
|
|
46
|
+
if (r && r.prop) {
|
|
47
|
+
let t = r.prop;
|
|
48
|
+
t = E(t), V(e.pageContext, t);
|
|
49
49
|
}
|
|
50
|
-
|
|
51
|
-
if (!
|
|
52
|
-
const
|
|
53
|
-
|
|
54
|
-
let
|
|
55
|
-
|
|
56
|
-
const
|
|
57
|
-
if (!
|
|
58
|
-
const
|
|
59
|
-
let
|
|
60
|
-
|
|
50
|
+
(function() {
|
|
51
|
+
if (!s.value) return;
|
|
52
|
+
const t = G(e.pageContext, e.configure);
|
|
53
|
+
e.configure.name !== "table" && t && t.isCalcHeight && W(() => {
|
|
54
|
+
let n = s.value.$el;
|
|
55
|
+
n || (n = s.value);
|
|
56
|
+
const w = n.parentNode;
|
|
57
|
+
if (!n || !w) return;
|
|
58
|
+
const N = n.getBoundingClientRect();
|
|
59
|
+
let p = window.innerHeight - N.y - 80, m = p + "";
|
|
60
|
+
J(p) && (m = p + "px"), a.value.height = m, a.value["overflow-y"] = "auto", a.value["overflow-x"] = "hidden", e.configure.sytle || (e.configure.sytle = {}), e.configure.sytle._heightStyle = m;
|
|
61
61
|
});
|
|
62
|
-
}();
|
|
62
|
+
})();
|
|
63
63
|
}
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
if (!S.value) return;
|
|
69
|
-
let e3 = S.value.$el;
|
|
70
|
-
e3 || (e3 = S.value);
|
|
71
|
-
const o2 = e3.parentNode;
|
|
72
|
-
if (!e3 || !o2) return;
|
|
73
|
-
const t2 = H2.configure.props ? H2.configure.props : {}, n2 = H2.configure.style ? H2.configure.style : {}, i2 = t2.position;
|
|
74
|
-
"top" == i2 || "bottom" == i2 || n2.position;
|
|
75
|
-
};
|
|
76
|
-
return (e3, o2) => {
|
|
77
|
-
const t2 = i("permission");
|
|
78
|
-
return u($)(e3.configure) ? r((c(), l(g(P.value), { key: 0, ref: D, style: a(W.value), class: f(q.value), configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["style", "class", "configure", "pageContext"])), [[p, u(B)], [t2, { codes: u(N) ? u(N) : "true", systemCode: e3.pageContext.systemCode }]]) : s("", true);
|
|
64
|
+
return k(() => {
|
|
65
|
+
}), (o, r) => {
|
|
66
|
+
const t = B("permission");
|
|
67
|
+
return g(K)(o.configure) ? P((O(), D(j(c.value), { key: 0, ref: b, style: $(a.value), class: z(l.value), configure: o.configure, pageContext: o.pageContext }, null, 8, ["style", "class", "configure", "pageContext"])), [[H, g(x)], [t, { codes: g(f) ? g(f) : "true", systemCode: o.pageContext.systemCode }]]) : _("", !0);
|
|
79
68
|
};
|
|
80
69
|
} });
|
|
81
70
|
export {
|
|
82
|
-
|
|
71
|
+
te as default
|
|
83
72
|
};
|
|
@@ -1,145 +1,134 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import { getRuntimeComponentByName as
|
|
4
|
-
import { PageDimensions as
|
|
5
|
-
import { addComponentRef as
|
|
6
|
-
import { getPermissionCodes as
|
|
7
|
-
import { caculateShowCondition as
|
|
8
|
-
import { isWorkflowPage as
|
|
9
|
-
import { isShowMobileEvent as
|
|
10
|
-
import { usePageContextStore as
|
|
11
|
-
import { isHasFieldAuth as
|
|
12
|
-
import { checkPermission as
|
|
13
|
-
const
|
|
14
|
-
var
|
|
15
|
-
const
|
|
16
|
-
|
|
17
|
-
const
|
|
18
|
-
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
let
|
|
22
|
-
if (
|
|
23
|
-
let
|
|
24
|
-
((
|
|
25
|
-
var
|
|
26
|
-
let
|
|
27
|
-
if (
|
|
28
|
-
else if (
|
|
1
|
+
import { defineComponent as $, ref as a, computed as A, markRaw as z, onMounted as D, onUnmounted as E, withDirectives as W, createCommentVNode as J, unref as x, createBlock as L, openBlock as U, resolveDynamicComponent as V, normalizeClass as q, normalizeStyle as G, vShow as I, nextTick as K } from "vue";
|
|
2
|
+
import Q from "./error-render.vue.mjs";
|
|
3
|
+
import { getRuntimeComponentByName as X } from "../../utils/assemblys-config.mjs";
|
|
4
|
+
import { PageDimensions as Y } from "../../utils/interfaces/page-design-types.mjs";
|
|
5
|
+
import { addComponentRef as Z, addComponentRefByCode as y } from "../../utils/global-refs.mjs";
|
|
6
|
+
import { getPermissionCodes as ee, packageFormRules as oe, controlObjectRenderState as ne } from "../../utils/page-init-util.mjs";
|
|
7
|
+
import { caculateShowCondition as B, getFormPropName as F, getSizeConfig as te } from "../../utils/page-helper-util.mjs";
|
|
8
|
+
import { isWorkflowPage as ie, getPropClassName as se, isNumber as re } from "../../utils/common-util.mjs";
|
|
9
|
+
import { isShowMobileEvent as ae, isShowComponent as ue } from "../../utils/events/event-util.mjs";
|
|
10
|
+
import { usePageContextStore as le } from "../../utils/page-store.mjs";
|
|
11
|
+
import { isHasFieldAuth as pe } from "../../utils/table-utils.mjs";
|
|
12
|
+
import { checkPermission as ce } from "agilebuilder-ui";
|
|
13
|
+
const Pe = $({ __name: "object-render", props: { pageContext: {}, configure: {} }, setup(T) {
|
|
14
|
+
var M, N;
|
|
15
|
+
const e = T;
|
|
16
|
+
e.configure.style == null && (e.configure.style = {});
|
|
17
|
+
const w = ee(e.configure, e.pageContext);
|
|
18
|
+
e.configure && e.configure.props && e.configure.props.base && (e.configure.props.base.functionCode = w);
|
|
19
|
+
const _ = ce(w || "true", e.pageContext.systemCode), H = pe(e.pageContext, e.configure), f = _ && H;
|
|
20
|
+
e.configure && e.configure.props && e.configure.props.base && (e.configure.props.base.isHasFieldAuthPermission = f), oe(e.pageContext, e.configure, f);
|
|
21
|
+
let c = a(null), v = a(!0), h = a("");
|
|
22
|
+
if (e.configure && e.configure.props) {
|
|
23
|
+
let o = [];
|
|
24
|
+
if ((M = e.configure.props.base) != null && M.showConditions && (o = typeof e.configure.props.base.showConditions == "string" ? JSON.parse(e.configure.props.base.showConditions) : e.configure.props.base.showConditions), v = A(() => {
|
|
25
|
+
var n;
|
|
26
|
+
let t = !0;
|
|
27
|
+
if (f) if (c.value && c.value !== null) t = c.value === "show";
|
|
28
|
+
else if (ae(e.pageContext, e.configure)) if (o && o.length > 0) t = B(e.pageContext, o);
|
|
29
29
|
else {
|
|
30
|
-
const
|
|
31
|
-
|
|
30
|
+
const i = (n = e.configure.props.base) == null ? void 0 : n.state;
|
|
31
|
+
i && i === "hidden" && (t = !1);
|
|
32
32
|
}
|
|
33
|
-
else
|
|
34
|
-
else
|
|
35
|
-
return
|
|
36
|
-
})
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
t2 && false === t2.canEdit && (q.value = "disabled");
|
|
33
|
+
else t = !1;
|
|
34
|
+
else t = !1;
|
|
35
|
+
return t;
|
|
36
|
+
}), e.configure._dynamicShowFlag = v, (N = e.configure.props.base) == null ? void 0 : N.editConditions) {
|
|
37
|
+
const t = e.configure.props.base.editConditions;
|
|
38
|
+
if (t.length > 0) {
|
|
39
|
+
const n = e.configure.runtime ? e.configure.runtime : {}, i = n.props ? n.props : {};
|
|
40
|
+
if (i.rawSate = i.state, ie(e.pageContext) && e.pageContext.fieldPermissionMap) {
|
|
41
|
+
const r = e.configure.props.base;
|
|
42
|
+
if (r && r.prop) {
|
|
43
|
+
let p = r.prop;
|
|
44
|
+
p = F(p);
|
|
45
|
+
const g = e.pageContext.fieldPermissionMap.get(p);
|
|
46
|
+
g && g.canEdit === !1 && (h.value = "disabled");
|
|
48
47
|
}
|
|
49
48
|
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
return M(F2.pageContext, e4) ? "" : "disabled";
|
|
49
|
+
i.state = A({ get() {
|
|
50
|
+
return h.value === "disabled" ? h.value : B(e.pageContext, t) ? "" : "disabled";
|
|
53
51
|
}, set() {
|
|
54
52
|
} });
|
|
55
53
|
}
|
|
56
54
|
}
|
|
57
55
|
}
|
|
58
|
-
const
|
|
59
|
-
|
|
60
|
-
const
|
|
61
|
-
|
|
62
|
-
const
|
|
63
|
-
|
|
64
|
-
const
|
|
65
|
-
if (
|
|
66
|
-
Object.assign(
|
|
67
|
-
const
|
|
68
|
-
|
|
69
|
-
const
|
|
70
|
-
|
|
56
|
+
const m = a({});
|
|
57
|
+
m.value = z(X(e.configure.name));
|
|
58
|
+
const O = a(!0);
|
|
59
|
+
m.value == null && (m.value = Q, O.value = !1);
|
|
60
|
+
const s = a(null), u = a({}), d = a(""), S = se(e.configure);
|
|
61
|
+
S && (d.value = S);
|
|
62
|
+
const l = e.configure.runtime && e.configure.runtime.common ? e.configure.runtime.common : {};
|
|
63
|
+
if (l.class && (d.value += " " + l.class), l.style) {
|
|
64
|
+
Object.assign(u.value, l.style);
|
|
65
|
+
const o = e.pageContext && e.pageContext.dimensions ? e.pageContext.dimensions : Y.PC, t = l.style[o + "_style"];
|
|
66
|
+
t && Object.assign(u.value, t);
|
|
67
|
+
const n = l.style[o + "_class"];
|
|
68
|
+
n && (d.value += " " + n);
|
|
71
69
|
}
|
|
72
|
-
const
|
|
73
|
-
function
|
|
74
|
-
if (
|
|
75
|
-
|
|
76
|
-
}),
|
|
77
|
-
|
|
78
|
-
}),
|
|
79
|
-
return
|
|
80
|
-
}),
|
|
81
|
-
else if (
|
|
82
|
-
else if (
|
|
83
|
-
const
|
|
84
|
-
if (
|
|
85
|
-
let
|
|
86
|
-
|
|
70
|
+
const P = le();
|
|
71
|
+
function j(o) {
|
|
72
|
+
if (s.value = o, o && !o.show && (o.show = function() {
|
|
73
|
+
c.value = "show";
|
|
74
|
+
}), o && !o.hide && (o.hide = function() {
|
|
75
|
+
c.value = "hide";
|
|
76
|
+
}), o && !o.getConfigure && (o.getConfigure = function() {
|
|
77
|
+
return e.configure;
|
|
78
|
+
}), e.configure.uuid && Z(e.pageContext, e.configure.uuid, s), e.configure.code) y(e.pageContext, e.configure.code, s);
|
|
79
|
+
else if (e.configure.name === "table") y(e.pageContext, e.configure.uuid, s);
|
|
80
|
+
else if (e.configure.props && e.configure.props.base) {
|
|
81
|
+
const n = e.configure.props.base;
|
|
82
|
+
if (n.prop) {
|
|
83
|
+
let i = n.prop;
|
|
84
|
+
i.startsWith("${") && (i = i.substring(2, i.length - 1)), i.includes(".") && (i = i.substring(i.indexOf(".") + 1)), y(e.pageContext, i, s);
|
|
87
85
|
}
|
|
88
86
|
}
|
|
89
|
-
const
|
|
90
|
-
if (
|
|
91
|
-
let
|
|
92
|
-
|
|
87
|
+
const t = e.configure.props ? e.configure.props.base : null;
|
|
88
|
+
if (t && t.prop) {
|
|
89
|
+
let n = t.prop;
|
|
90
|
+
n = F(n), ne(e.pageContext, n), e.pageContext.propTitleMap = e.pageContext.propTitleMap || {}, e.pageContext.propTitleMap[n] = t.title ? t.title : n;
|
|
93
91
|
}
|
|
94
|
-
|
|
95
|
-
if (!
|
|
96
|
-
const
|
|
97
|
-
|
|
98
|
-
var
|
|
99
|
-
if (!((
|
|
100
|
-
const
|
|
101
|
-
if (!
|
|
102
|
-
let
|
|
103
|
-
if (!
|
|
104
|
-
const
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}, 50)) :
|
|
92
|
+
(function() {
|
|
93
|
+
if (!s.value) return;
|
|
94
|
+
const n = te(e.pageContext, e.configure);
|
|
95
|
+
e.configure.name !== "table" && n && n.isCalcHeight && K(() => {
|
|
96
|
+
var r;
|
|
97
|
+
if (!((r = s.value) != null && r.$el || s.value)) return;
|
|
98
|
+
const i = (p = 0) => {
|
|
99
|
+
if (!s.value) return;
|
|
100
|
+
let g = s.value.$el || s.value;
|
|
101
|
+
if (!g) return;
|
|
102
|
+
const R = g.getBoundingClientRect();
|
|
103
|
+
C !== null && Math.abs(R.y - C) < 1 ? k() : p < 10 ? (C = R.y, b = setTimeout(() => {
|
|
104
|
+
i(p + 1);
|
|
105
|
+
}, 50)) : k();
|
|
108
106
|
};
|
|
109
|
-
|
|
107
|
+
C = null, i();
|
|
110
108
|
});
|
|
111
|
-
}();
|
|
109
|
+
})();
|
|
112
110
|
}
|
|
113
|
-
function
|
|
114
|
-
if (!
|
|
115
|
-
let
|
|
116
|
-
|
|
117
|
-
const
|
|
118
|
-
if (!
|
|
119
|
-
const
|
|
120
|
-
let
|
|
121
|
-
window.innerHeight,
|
|
122
|
-
let
|
|
123
|
-
|
|
111
|
+
function k() {
|
|
112
|
+
if (!s.value) return;
|
|
113
|
+
let o = s.value.$el;
|
|
114
|
+
o || (o = s.value);
|
|
115
|
+
const t = o.parentNode;
|
|
116
|
+
if (!o || !t) return;
|
|
117
|
+
const n = o.getBoundingClientRect();
|
|
118
|
+
let i = window.innerHeight - n.y - 30;
|
|
119
|
+
window.innerHeight, n.y;
|
|
120
|
+
let r = i + "";
|
|
121
|
+
re(i) && (r = i + "px"), u.value.height = r, u.value["overflow-y"] = "auto", u.value["overflow-x"] = "hidden", e.configure.sytle || (e.configure.sytle = {}), e.configure.sytle._heightStyle = r;
|
|
124
122
|
}
|
|
125
|
-
|
|
126
|
-
var
|
|
127
|
-
|
|
128
|
-
}),
|
|
129
|
-
|
|
123
|
+
D(() => {
|
|
124
|
+
var o, t, n;
|
|
125
|
+
P.countComponentsLoadedNumber(), ((n = (t = (o = e.configure.props) == null ? void 0 : o.base) == null ? void 0 : t.autoAnchorConditions) == null ? void 0 : n.length) > 0 && P.setAutoAnchorComponentConditions(e.configure.uuid, e.configure.props.base.autoAnchorConditions);
|
|
126
|
+
}), E(() => {
|
|
127
|
+
b && clearTimeout(b);
|
|
130
128
|
});
|
|
131
|
-
let
|
|
132
|
-
|
|
133
|
-
if (!G.value) return;
|
|
134
|
-
let e3 = G.value.$el;
|
|
135
|
-
e3 || (e3 = G.value);
|
|
136
|
-
const o2 = e3.parentNode;
|
|
137
|
-
if (!e3 || !o2) return;
|
|
138
|
-
const t2 = F2.configure.props ? F2.configure.props : {}, n2 = F2.configure.style ? F2.configure.style : {}, i2 = t2.position;
|
|
139
|
-
"top" == i2 || "bottom" == i2 || n2.position;
|
|
140
|
-
};
|
|
141
|
-
return (e3, o2) => l(J) && l(O)(e3.configure) ? s((a(), p(c(z.value), { key: 0, ref: X, style: f(I.value), class: g(K.value), configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["style", "class", "configure", "pageContext"])), [[m, l(W)]]) : u("", true);
|
|
129
|
+
let C = null, b = null;
|
|
130
|
+
return (o, t) => x(f) && x(ue)(o.configure) ? W((U(), L(V(m.value), { key: 0, ref: j, style: G(u.value), class: q(d.value), configure: o.configure, pageContext: o.pageContext }, null, 8, ["style", "class", "configure", "pageContext"])), [[I, x(v)]]) : J("", !0);
|
|
142
131
|
} });
|
|
143
132
|
export {
|
|
144
|
-
|
|
133
|
+
Pe as default
|
|
145
134
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as o, createBlock as t, openBlock as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as o, createBlock as t, openBlock as p } from "vue";
|
|
2
|
+
import n from "./workflow/component/workflow-opinion-box.vue.mjs";
|
|
3
|
+
const g = o({ __name: "page-bottom", props: { pageContext: {} }, setup: (a) => (e, m) => (p(), t(n, { pageContext: e.pageContext }, null, 8, ["pageContext"])) });
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
g as default
|
|
6
6
|
};
|
package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./workflow-opinion-box.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const m = r(o, [["__scopeId", "data-v-cb803c7a"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|
package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.mjs
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { addRequiredClassUtil as
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
return
|
|
6
|
-
var
|
|
7
|
-
return (
|
|
8
|
-
}, (
|
|
9
|
-
|
|
10
|
-
var
|
|
11
|
-
(
|
|
12
|
-
})) :
|
|
13
|
-
}, { immediate:
|
|
14
|
-
var
|
|
15
|
-
const
|
|
16
|
-
return (
|
|
17
|
-
var
|
|
18
|
-
return [
|
|
19
|
-
|
|
1
|
+
import { defineComponent as k, ref as s, watch as C, nextTick as v, resolveComponent as f, createBlock as b, createCommentVNode as c, openBlock as d, withCtx as g, createElementVNode as n, createElementBlock as O, createTextVNode as y, normalizeClass as V, createVNode as h } from "vue";
|
|
2
|
+
import { addRequiredClassUtil as R } from "../../../../utils/common-util.mjs";
|
|
3
|
+
const B = { style: { "background-color": "#ffffff" } }, N = { class: "opinion-box-table-wrapper" }, _ = { class: "opinion-table" }, q = { class: "opinion-label" }, I = { key: 0, class: "required-star" }, T = k({ __name: "workflow-opinion-box", props: { pageContext: {} }, setup(m) {
|
|
4
|
+
const t = s(""), a = m, i = s(), l = s("");
|
|
5
|
+
return C(() => {
|
|
6
|
+
var e;
|
|
7
|
+
return (e = a.pageContext.workflowOpinion) == null ? void 0 : e.focusOpinionInput;
|
|
8
|
+
}, (e) => {
|
|
9
|
+
e ? (l.value = R(), v(() => {
|
|
10
|
+
var o;
|
|
11
|
+
(o = i.value) != null && o.focus && i.value.focus();
|
|
12
|
+
})) : l.value = "";
|
|
13
|
+
}, { immediate: !0 }), (e, o) => {
|
|
14
|
+
var p;
|
|
15
|
+
const w = f("el-input"), x = f("el-affix");
|
|
16
|
+
return (p = e.pageContext.workflowOpinion) != null && p.showOpinionBox ? (d(), b(x, { key: 0, target: ".app-container", position: "bottom", offset: 35 }, { default: g(() => {
|
|
17
|
+
var r;
|
|
18
|
+
return [n("div", B, [n("div", N, [n("table", _, [n("tbody", null, [n("tr", null, [n("td", q, [(r = e.pageContext.workflowOpinion) != null && r.isRequired ? (d(), O("span", I, "*")) : c("", !0), o[2] || (o[2] = y(" 处理意见 ", -1))]), n("td", { class: V(["opinion-input-cell", l.value]) }, [h(w, { ref_key: "opinionInputRef", ref: i, modelValue: t.value, "onUpdate:modelValue": o[0] || (o[0] = (u) => t.value = u), autosize: { minRows: 2, maxRows: 4 }, type: "textarea", placeholder: "请输入处理意见", onChange: o[1] || (o[1] = (u) => {
|
|
19
|
+
a.pageContext.workflowOpinion && (a.pageContext.workflowOpinion.opinion = t.value.trim(), a.pageContext.workflowOpinion.focusOpinionInput = !1);
|
|
20
20
|
}), class: "opinion-input" }, null, 8, ["modelValue"])], 2)])])])])])];
|
|
21
|
-
}), _: 1 })) :
|
|
21
|
+
}), _: 1 })) : c("", !0);
|
|
22
22
|
};
|
|
23
23
|
} });
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
T as default
|
|
26
26
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./extract-workflow-runtime-dialog.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const p = t(o, [["__scopeId", "data-v-a6bc44c9"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { extractWorkflowFunc as
|
|
3
|
-
import { DepartmentUserTree as
|
|
4
|
-
import { Search as
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
function
|
|
8
|
-
|
|
1
|
+
import { defineComponent as j, ref as r, onMounted as B, resolveComponent as i, createBlock as N, openBlock as k, withCtx as l, createVNode as o, createCommentVNode as D, unref as c, createElementVNode as E, createTextVNode as y } from "vue";
|
|
2
|
+
import { extractWorkflowFunc as F } from "../../../../utils/events/standard-event.mjs";
|
|
3
|
+
import { DepartmentUserTree as M } from "agilebuilder-ui";
|
|
4
|
+
import { Search as O, Delete as R } from "@element-plus/icons-vue";
|
|
5
|
+
const S = { class: "dialog-footer" }, H = j({ __name: "extract-workflow-runtime-dialog", props: { pageContext: {}, configure: {} }, emits: ["destroy"], setup(V, { emit: h }) {
|
|
6
|
+
const w = h, u = V, f = r(), s = r(!1), m = r(!0), a = r({}), p = r({ loginName: [], opinion: [] }), d = u.configure.runtime ? u.configure.runtime : {};
|
|
7
|
+
function v() {
|
|
8
|
+
s.value = !0;
|
|
9
9
|
}
|
|
10
|
-
function
|
|
11
|
-
|
|
10
|
+
function b(t) {
|
|
11
|
+
s.value = !1, a.value.loginName = t ? t.loginName : "", a.value.name = t ? t.name : "";
|
|
12
12
|
}
|
|
13
|
-
function
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
function q() {
|
|
14
|
+
f.value.validate((t, e) => {
|
|
15
|
+
t && F({ pageContext: u.pageContext, configureObj: u.configure, _value: { loginName: a.value.loginName, opinion: a.value.opinion } }).then(() => {
|
|
16
|
+
m.value = !1, w("destroy");
|
|
17
17
|
});
|
|
18
18
|
});
|
|
19
19
|
}
|
|
20
|
-
return
|
|
21
|
-
}), (
|
|
22
|
-
const
|
|
23
|
-
return
|
|
20
|
+
return d.props && (d.props.requireExtractTransactor === !0 && (p.value.loginName = [{ required: !0, message: "请选择办理人", trigger: "blur" }]), d.props.isMustOpinion === !0 && (p.value.opinion = [{ required: !0, message: "请输入意见", trigger: "change" }])), B(() => {
|
|
21
|
+
}), (t, e) => {
|
|
22
|
+
const g = i("el-icon"), _ = i("el-input"), x = i("el-form-item"), T = i("el-form"), C = i("el-button"), U = i("el-dialog");
|
|
23
|
+
return k(), N(U, { modelValue: m.value, "onUpdate:modelValue": e[5] || (e[5] = (n) => m.value = n), title: "选择办理人", width: "500" }, { footer: l(() => [E("div", S, [o(C, { onClick: e[4] || (e[4] = (n) => m.value = !1) }, { default: l(() => e[6] || (e[6] = [y("取消", -1)])), _: 1, __: [6] }), o(C, { type: "primary", onClick: q }, { default: l(() => e[7] || (e[7] = [y(" 确定 ", -1)])), _: 1, __: [7] })])]), default: l(() => [o(T, { ref_key: "ruleFormRef", ref: f, style: { "max-width": "600px" }, model: a.value, rules: p.value, "label-width": "auto" }, { default: l(() => [o(x, { label: "办理人", prop: "loginName" }, { default: l(() => [o(_, { "model-value": a.value.name, readonly: !0, type: "text", placeholder: "选择办理人", onClick: e[2] || (e[2] = (n) => v()) }, { append: l(() => [o(g, { class: "el-input__icon", onClick: e[0] || (e[0] = (n) => v()) }, { default: l(() => [o(c(O))]), _: 1 }), o(g, { class: "el-input__icon", onClick: e[1] || (e[1] = (n) => (a.value.loginName = "", void (a.value.name = ""))) }, { default: l(() => [o(c(R))]), _: 1 })]), _: 1 }, 8, ["model-value"])]), _: 1 }), o(x, { label: "意见", prop: "opinion" }, { default: l(() => [o(_, { modelValue: a.value.opinion, "onUpdate:modelValue": e[3] || (e[3] = (n) => a.value.opinion = n), type: "textarea" }, null, 8, ["modelValue"])]), _: 1 }), s.value ? (k(), N(c(M), { key: 0, width: "60%", multiple: !1, onClose: b })) : D("", !0)]), _: 1 }, 8, ["model", "rules"])]), _: 1 }, 8, ["modelValue"]);
|
|
24
24
|
};
|
|
25
25
|
} });
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
H as default
|
|
28
28
|
};
|