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,142 +1,136 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { setVariableValue as
|
|
3
|
-
import { getFormModelFields as
|
|
4
|
-
import { handleFormEvent as
|
|
5
|
-
import
|
|
6
|
-
import { $t as
|
|
7
|
-
import { addRequiredClassUtil as
|
|
8
|
-
import { CopyDocument as
|
|
9
|
-
import
|
|
10
|
-
import { ElMessage as
|
|
11
|
-
import { useI18n as
|
|
12
|
-
const
|
|
13
|
-
const { t:
|
|
14
|
-
let
|
|
15
|
-
const
|
|
16
|
-
let
|
|
17
|
-
const
|
|
18
|
-
function
|
|
19
|
-
let
|
|
20
|
-
return
|
|
1
|
+
import { defineComponent as oe, ref as s, computed as ne, watch as re, onUnmounted as ue, onMounted as se, nextTick as ie, resolveComponent as d, createBlock as A, openBlock as i, normalizeStyle as K, normalizeClass as pe, unref as p, withCtx as c, createVNode as S, createElementVNode as k, withKeys as ce, withModifiers as fe, createElementBlock as _, Fragment as M, renderList as ge, createCommentVNode as W, toDisplayString as E, createTextVNode as ve } from "vue";
|
|
2
|
+
import { setVariableValue as me, getOptionDatasFromPage as de, queryOptionDatasources as $, autoSetAfterSelect as he, getVariableValue as L } from "../../../../utils/page-helper-util.mjs";
|
|
3
|
+
import { getFormModelFields as ye } from "../../../../utils/page-init-util.mjs";
|
|
4
|
+
import { handleFormEvent as G, handleAfterInitEvent as xe } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
import Ce from "../common/title-suffix-element.vue.mjs";
|
|
6
|
+
import { $t as be } from "../../../../utils/i18n-util.mjs";
|
|
7
|
+
import { addRequiredClassUtil as we } from "../../../../utils/common-util.mjs";
|
|
8
|
+
import { CopyDocument as Se } from "@element-plus/icons-vue";
|
|
9
|
+
import ke from "clipboard";
|
|
10
|
+
import { ElMessage as _e } from "element-plus";
|
|
11
|
+
import { useI18n as Ve } from "vue-i18n";
|
|
12
|
+
const Te = { style: { "padding-left": "5px" } }, Ae = { style: { width: "100%" } }, Me = { style: { float: "left" } }, Ee = { style: { float: "right", color: "var(--el-text-color-secondary)", "font-size": "13px" } }, Ke = oe({ __name: "select-runtime", props: { pageContext: {}, configure: {} }, setup(H, { expose: J }) {
|
|
13
|
+
const { t: Q } = Ve(), o = H, h = s(null), y = o.pageContext.entity ? o.pageContext.entity : {};
|
|
14
|
+
let R = ye(o.pageContext, o.configure);
|
|
15
|
+
const f = o.configure.runtime ? o.configure.runtime : {}, X = f.style, Y = f.class, Z = f.headerStyle, ee = f.titleExceedStyle, l = s(f.props ? f.props : {});
|
|
16
|
+
let D = [];
|
|
17
|
+
const I = "copyBtn_" + o.configure.uuid + "_" + (/* @__PURE__ */ new Date()).getTime();
|
|
18
|
+
function x() {
|
|
19
|
+
let e = L(y, R);
|
|
20
|
+
return e != null && (e = String(e)), l.value.multiple && (e = e ? String(e).split(",") : []), e;
|
|
21
21
|
}
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
|
|
25
|
-
let
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
re.value = false;
|
|
41
|
-
}).then((e4) => {
|
|
42
|
-
re.value = false;
|
|
22
|
+
const g = ne({ get: () => x(), set(e) {
|
|
23
|
+
const t = x();
|
|
24
|
+
D = Array.isArray(t) ? [...t] : t;
|
|
25
|
+
let a = e;
|
|
26
|
+
l.value.multiple && (a = l.value.arrayValue ? Array.isArray(e) ? e : e ? String(e).split(",") : [] : Array.isArray(e) ? e.length > 0 ? e.join(",") : "" : e ?? ""), a === void 0 && (a = null), me(y, R, a), a != null && (h.value = "");
|
|
27
|
+
} }), n = s(l.value.options ? l.value.options : []), q = de(o.pageContext, o.configure);
|
|
28
|
+
q.length > 0 && (n.value = q);
|
|
29
|
+
const v = s(!1), C = o.configure.props && o.configure.props.dataOrigin ? o.configure.props.dataOrigin : {}, V = C.optionValueSetType;
|
|
30
|
+
let b = [];
|
|
31
|
+
const T = l.value.optionconfigInfo ? l.value.optionconfigInfo : {};
|
|
32
|
+
if (V == "dynamicData" || V == "dataTable" || V == "service") {
|
|
33
|
+
if (C.filterType == "remote") {
|
|
34
|
+
let e;
|
|
35
|
+
l.value.filterable = !0, l.value.remote = !0, l.value.remoteShowSuffix = !0, l.value.remoteMethod = function(t) {
|
|
36
|
+
e !== t && (e = t, v.value = !0, $(o.pageContext, T, t).then((a) => {
|
|
37
|
+
v.value = !1;
|
|
38
|
+
}).then((a) => {
|
|
39
|
+
v.value = !1;
|
|
43
40
|
}));
|
|
44
41
|
};
|
|
45
42
|
}
|
|
46
|
-
if (
|
|
43
|
+
if (C.autoSets) for (let e of C.autoSets) e.source && b.push(e);
|
|
47
44
|
}
|
|
48
|
-
|
|
49
|
-
let
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
let o2 = {};
|
|
54
|
-
t2 && (o2.extendParams = t2);
|
|
55
|
-
o2.options = ue.value, o2.oldValue = te, V(e3, G.pageContext, G.configure, "change", o2);
|
|
45
|
+
o.configure && o.configure.props && o.configure.props.base && o.configure.props.base.optionProp && b.push({ source: "label", target: o.configure.props.base.optionProp }), l.value.changeMethod = function(e) {
|
|
46
|
+
let t, a = null;
|
|
47
|
+
n.value && e != null && e != null && (a = n.value.filter((w) => Array.isArray(e) ? e.includes(w.value) : e === w.value)), b.length > 0 && he(o.configure, o.pageContext, b, a, [l.value.prop]), a && a.length > 0 && (t = a[0]);
|
|
48
|
+
let r = {};
|
|
49
|
+
t && (r.extendParams = t), r.options = n.value, r.oldValue = D, G(e, o.pageContext, o.configure, "change", r);
|
|
56
50
|
};
|
|
57
|
-
const
|
|
58
|
-
if (
|
|
59
|
-
const
|
|
60
|
-
for (let
|
|
61
|
-
|
|
62
|
-
const
|
|
63
|
-
"page"
|
|
51
|
+
const z = l.value.monitorFields, F = [];
|
|
52
|
+
if (z) {
|
|
53
|
+
const e = [];
|
|
54
|
+
for (let t of z) if (t.startsWith("${")) {
|
|
55
|
+
t = t.substring(2, t.length - 1);
|
|
56
|
+
const a = t.split(".");
|
|
57
|
+
a[0] !== "page" && a[0] !== "task" && a[0] !== "data" || (F.push(a), e.includes(a[0]) || e.push(a[0]));
|
|
64
58
|
}
|
|
65
|
-
for (let
|
|
66
|
-
|
|
59
|
+
for (let t of e) re(y[t], () => {
|
|
60
|
+
te();
|
|
67
61
|
});
|
|
68
62
|
}
|
|
69
|
-
let
|
|
70
|
-
function
|
|
71
|
-
|
|
72
|
-
const
|
|
73
|
-
let
|
|
74
|
-
for (let
|
|
75
|
-
return
|
|
63
|
+
let O = "", m = !1;
|
|
64
|
+
function te() {
|
|
65
|
+
m && clearTimeout(m), m = setTimeout(function() {
|
|
66
|
+
const e = function() {
|
|
67
|
+
let t = [];
|
|
68
|
+
for (let a of F) t.push(L(y, a));
|
|
69
|
+
return t.join(",");
|
|
76
70
|
}();
|
|
77
|
-
|
|
78
|
-
|
|
71
|
+
e != O && (O = e, T.watchAttrValue = e, $(o.pageContext, T, void 0).then((t) => {
|
|
72
|
+
v.value = !1;
|
|
79
73
|
}));
|
|
80
74
|
}, 200);
|
|
81
75
|
}
|
|
82
|
-
|
|
83
|
-
|
|
76
|
+
ue(() => {
|
|
77
|
+
m && clearTimeout(m);
|
|
84
78
|
});
|
|
85
|
-
let
|
|
86
|
-
const
|
|
87
|
-
function
|
|
88
|
-
const
|
|
89
|
-
if (
|
|
90
|
-
let
|
|
91
|
-
return "string"
|
|
92
|
-
|
|
93
|
-
}) :
|
|
94
|
-
|
|
95
|
-
|
|
79
|
+
let P = !1;
|
|
80
|
+
const B = s(null), N = s(null), j = s(null);
|
|
81
|
+
function U() {
|
|
82
|
+
const e = x();
|
|
83
|
+
if (e != null && e !== "" && e.length > 0) {
|
|
84
|
+
let t = "";
|
|
85
|
+
return typeof e == "string" ? n.value.length > 0 ? n.value.forEach((a) => {
|
|
86
|
+
a.value === e && (t = a.label);
|
|
87
|
+
}) : t = e : n.value.length > 0 ? (n.value.forEach((a) => {
|
|
88
|
+
e.forEach((r) => {
|
|
89
|
+
a.value === r && (t = t + a.label + ",");
|
|
96
90
|
});
|
|
97
|
-
}),
|
|
91
|
+
}), t = t.slice(0, t.length - 1)) : t = e.join(","), t;
|
|
98
92
|
}
|
|
99
93
|
}
|
|
100
|
-
return
|
|
101
|
-
const
|
|
102
|
-
return
|
|
94
|
+
return se(() => {
|
|
95
|
+
const e = new ke("#" + I, { text: function() {
|
|
96
|
+
return U();
|
|
103
97
|
} });
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}),
|
|
107
|
-
console.error("复制失败",
|
|
108
|
-
}),
|
|
109
|
-
const
|
|
110
|
-
|
|
98
|
+
e.on("success", () => {
|
|
99
|
+
_e({ showClose: !0, type: "success", message: Q("superPageRuntimeMessage.copySuccess") });
|
|
100
|
+
}), e.on("error", (t) => {
|
|
101
|
+
console.error("复制失败", t);
|
|
102
|
+
}), ie(() => {
|
|
103
|
+
const t = g.value;
|
|
104
|
+
xe(t, o.pageContext, o.configure, { formItemRef: B.value, componentRef: N.value, titleRef: j.value, value: t, entity: o.pageContext.entity.data, pageData: o.pageContext.entity.page });
|
|
111
105
|
});
|
|
112
|
-
}),
|
|
113
|
-
if (
|
|
114
|
-
const
|
|
115
|
-
if (
|
|
116
|
-
let
|
|
117
|
-
for (let
|
|
118
|
-
|
|
106
|
+
}), J({ updateOptions: function(e) {
|
|
107
|
+
if (n.value = e || [], !P) {
|
|
108
|
+
const t = x();
|
|
109
|
+
if (t != null && t !== "" && n.value.length > 0) {
|
|
110
|
+
let a = !1;
|
|
111
|
+
for (let r of n.value) if (r.value == t) {
|
|
112
|
+
a = !0;
|
|
119
113
|
break;
|
|
120
114
|
}
|
|
121
|
-
if (!
|
|
122
|
-
for (let
|
|
123
|
-
|
|
115
|
+
if (!a) {
|
|
116
|
+
for (let r of n.value) if (r.label == t) {
|
|
117
|
+
g.value = r.value;
|
|
124
118
|
break;
|
|
125
119
|
}
|
|
126
120
|
}
|
|
127
121
|
}
|
|
128
122
|
}
|
|
129
|
-
|
|
123
|
+
P = !0;
|
|
130
124
|
}, addRequiredClass: function() {
|
|
131
|
-
|
|
132
|
-
}, getSelectItemsTitle:
|
|
133
|
-
return
|
|
134
|
-
} }), (
|
|
135
|
-
const
|
|
136
|
-
return
|
|
137
|
-
}, ["stop"]), ["space"])), onChange:
|
|
125
|
+
h.value = we();
|
|
126
|
+
}, getSelectItemsTitle: U, getOptions: function() {
|
|
127
|
+
return n.value;
|
|
128
|
+
} }), (e, t) => {
|
|
129
|
+
const a = d("el-icon"), r = d("el-option"), w = d("el-select"), le = d("el-popover"), ae = d("el-form-item");
|
|
130
|
+
return i(), A(ae, { ref_key: "formItemRef", ref: B, required: !!l.value.required, class: pe(p(Y) + (h.value ? " " + h.value : "")), "label-width": l.value.labelWidth, style: K(p(X)) }, { label: c(() => [l.value.tittleShow ? (i(), _("div", { key: 0, ref_key: "titleRef", ref: j, style: K({ ...p(Z), ...p(ee) }) }, [l.value.prefixType ? (i(), A(Ce, { key: 0, pageContext: e.pageContext, property: l.value }, null, 8, ["pageContext", "property"])) : (i(), _(M, { key: 1 }, [ve(E(p(be)(l.value.title)), 1)], 64))], 4)) : W("", !0)]), default: c(() => [S(le, { placement: "top", trigger: "hover" }, { reference: c(() => [k("div", Ae, [S(w, { ref_key: "componentRef", ref: N, style: { width: "100%" }, disabled: l.value.state === "disabled", size: l.value.size, clearable: l.value.clearable, multiple: l.value.multiple, "collapse-tags": l.value.collapseTags, "collapse-tags-tooltip": l.value.collapseTagsTooltip, filterable: l.value.filterable, "allow-create": l.value.allowCreate, placeholder: l.value.placeholder, "remote-show-suffix": l.value.remoteShowSuffix, remote: l.value.remote, "remote-method": l.value.remoteMethod, loading: v.value, onKeydown: t[0] || (t[0] = ce(fe(() => {
|
|
131
|
+
}, ["stop"]), ["space"])), onChange: l.value.changeMethod, onClear: l.value.changeMethod, modelValue: g.value, "onUpdate:modelValue": t[1] || (t[1] = (u) => g.value = u) }, { default: c(() => [(i(!0), _(M, null, ge(n.value, (u) => (i(), A(r, { key: u.value, label: u.label, value: u.value, onClick: (Re) => p(G)(u.value, e.pageContext, e.configure, "click", { values: g.value }) }, { default: c(() => [u._description_ ? (i(), _(M, { key: 0 }, [k("span", Me, E(u.label), 1), k("span", Ee, E(u._description_), 1)], 64)) : W("", !0)]), _: 2 }, 1032, ["label", "value", "onClick"]))), 128))]), _: 1 }, 8, ["disabled", "size", "clearable", "multiple", "collapse-tags", "collapse-tags-tooltip", "filterable", "allow-create", "placeholder", "remote-show-suffix", "remote", "remote-method", "loading", "onChange", "onClear", "modelValue"])])]), default: c(() => [k("span", Te, [S(a, { id: I }, { default: c(() => [S(p(Se))]), _: 1 })])]), _: 1 })]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
138
132
|
};
|
|
139
133
|
} });
|
|
140
134
|
export {
|
|
141
|
-
|
|
135
|
+
Ke as default
|
|
142
136
|
};
|
package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { SuperIcon as
|
|
3
|
-
import { $t as
|
|
4
|
-
import { handleAfterInitEvent as
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
return
|
|
8
|
-
|
|
9
|
-
const
|
|
10
|
-
|
|
1
|
+
import { defineComponent as m, ref as g, onMounted as y, nextTick as d, createElementBlock as x, openBlock as r, normalizeClass as C, normalizeStyle as s, unref as a, createElementVNode as V, createBlock as b, createCommentVNode as T, createTextVNode as k, toDisplayString as v } from "vue";
|
|
2
|
+
import { SuperIcon as h } from "agilebuilder-ui";
|
|
3
|
+
import { $t as i } from "../../../../utils/i18n-util.mjs";
|
|
4
|
+
import { handleAfterInitEvent as S } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
const D = m({ __name: "separatelabel-runtime", props: { pageContext: {}, configure: {} }, setup(p, { expose: l }) {
|
|
6
|
+
const t = p, n = g(null), o = t.configure.runtime ? t.configure.runtime : {}, c = o.style, u = o.class, f = o.headerStyle;
|
|
7
|
+
return y(() => {
|
|
8
|
+
d(() => {
|
|
9
|
+
const e = i(t.configure.props.base.title);
|
|
10
|
+
S(e, t.pageContext, t.configure, { componentRef: n.value, value: e, entity: t.pageContext.entity.data, pageData: t.pageContext.entity.page });
|
|
11
11
|
});
|
|
12
|
-
}),
|
|
12
|
+
}), l({}), (e, B) => (r(), x("div", { style: s(a(c)), class: C([a(u), "amb-widget-separatelabel"]), ref_key: "thisRef", ref: n }, [V("div", { class: "label", style: s(a(f)) }, [e.configure.props.iconType && e.configure.props.iconValue ? (r(), b(a(h), { key: 0, iconType: e.configure.props.iconType, iconValue: e.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : T("", !0), k(" " + v(a(i)(e.configure.props.base.title)), 1)], 4)], 6));
|
|
13
13
|
} });
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
D as default
|
|
16
16
|
};
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { getFormModelFields as
|
|
3
|
-
import {
|
|
4
|
-
import { handleAfterInitEvent as
|
|
5
|
-
import { $t as
|
|
6
|
-
import { addRequiredClassUtil as
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
let
|
|
10
|
-
const
|
|
11
|
-
let
|
|
12
|
-
function
|
|
13
|
-
return void 0
|
|
1
|
+
import { defineComponent as B, ref as o, computed as F, onMounted as I, nextTick as T, resolveComponent as y, createBlock as D, openBlock as x, normalizeStyle as m, normalizeClass as U, unref as i, withCtx as h, createVNode as W, createElementBlock as A, createCommentVNode as M, toDisplayString as N } from "vue";
|
|
2
|
+
import { getFormModelFields as O } from "../../../../utils/page-init-util.mjs";
|
|
3
|
+
import { setVariableValue as j, getVariableValue as C } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { handleAfterInitEvent as $, handleFormEvent as G } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
import { $t as H } from "../../../../utils/i18n-util.mjs";
|
|
6
|
+
import { addRequiredClassUtil as J } from "../../../../utils/common-util.mjs";
|
|
7
|
+
const Z = B({ __name: "switch-runtime", props: { pageContext: {}, configure: {} }, setup(b, { expose: w }) {
|
|
8
|
+
const t = b, v = o(null), r = t.pageContext.entity ? t.pageContext.entity : {};
|
|
9
|
+
let c = O(t.pageContext, t.configure);
|
|
10
|
+
const l = t.configure.runtime ? t.configure.runtime : {}, k = l.style, R = l.class, S = l.headerStyle, _ = l.titleExceedStyle, a = o(l.props ? l.props : {});
|
|
11
|
+
let u = C(r, c);
|
|
12
|
+
function n(e) {
|
|
13
|
+
return a.value[e] !== void 0 && a.value[e] !== null && a.value[e] !== "";
|
|
14
14
|
}
|
|
15
|
-
|
|
16
|
-
const
|
|
17
|
-
let
|
|
18
|
-
return
|
|
19
|
-
}, set(
|
|
20
|
-
|
|
21
|
-
} }),
|
|
22
|
-
return
|
|
23
|
-
|
|
24
|
-
const
|
|
25
|
-
|
|
15
|
+
u == null || typeof u != "number" || u + "" != "1" && u + "" != "0" || (n("activeValue") || (a.value.activeValue = 1), n("inactiveValue") || (a.value.inactiveValue = 0)), u != null && typeof u == "boolean" && (n("activeValue") || (a.value.activeValue = !0), n("inactiveValue") || (a.value.inactiveValue = !1)), n("activeValue") || (a.value.activeValue = !0), n("inactiveValue") || (a.value.inactiveValue = !1);
|
|
16
|
+
const q = l.switchStyle, d = F({ get() {
|
|
17
|
+
let e = C(r, c);
|
|
18
|
+
return e != null && (a.value.activeValue === !0 ? (e + "" == "1" && (e = !0), e + "" == "0" && (e = !1)) : a.value.activeValue === 1 ? (e + "" == "true" && (e = 1), e + "" == "false" && (e = 0)) : e += ""), e;
|
|
19
|
+
}, set(e) {
|
|
20
|
+
e != null && (a.value.activeValue === !0 ? (e + "" == "1" && (e = !0), e + "" == "0" && (e = !1)) : a.value.activeValue === 1 ? (e + "" == "true" && (e = 1), e + "" == "false" && (e = 0)) : e += ""), j(r, c, e), e != null && (v.value = "");
|
|
21
|
+
} }), p = o(null), V = o(null), g = o(null);
|
|
22
|
+
return I(() => {
|
|
23
|
+
T(() => {
|
|
24
|
+
const e = d.value;
|
|
25
|
+
$(e, t.pageContext, t.configure, { formItemRef: p.value, componentRef: V.value, titleRef: g.value, value: e, entity: t.pageContext.entity.data, pageData: t.pageContext.entity.page });
|
|
26
26
|
});
|
|
27
|
-
}),
|
|
28
|
-
|
|
29
|
-
} }), (
|
|
30
|
-
const
|
|
31
|
-
return
|
|
27
|
+
}), w({ addRequiredClass: function() {
|
|
28
|
+
v.value = J();
|
|
29
|
+
} }), (e, s) => {
|
|
30
|
+
const z = y("el-switch"), E = y("el-form-item");
|
|
31
|
+
return x(), D(E, { ref_key: "formItemRef", ref: p, required: a.value.required, class: U(i(R) + (v.value ? " " + v.value : "")), "label-width": a.value.labelWidth, style: m(i(k)) }, { label: h(() => [a.value.tittleShow ? (x(), A("div", { key: 0, ref_key: "titleRef", ref: g, style: m({ ...i(S), ...i(_) }) }, N(i(H)(a.value.title)), 5)) : M("", !0)]), default: h(() => [W(z, { ref_key: "componentRef", ref: V, disabled: a.value.state === "disabled", "active-value": a.value.activeValue, "active-text": a.value.activeText, "inactive-value": a.value.inactiveValue, "inactive-text": a.value.inactiveText, width: a.value.offOnWidth, size: a.value.size, style: m(i(q)), modelValue: d.value, "onUpdate:modelValue": s[0] || (s[0] = (f) => d.value = f), onChange: s[1] || (s[1] = (f) => i(G)(f, e.pageContext, e.configure, "change")) }, null, 8, ["disabled", "active-value", "active-text", "inactive-value", "inactive-text", "width", "size", "style", "modelValue"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
32
32
|
};
|
|
33
33
|
} });
|
|
34
34
|
export {
|
|
35
|
-
|
|
35
|
+
Z as default
|
|
36
36
|
};
|
|
@@ -1,44 +1,43 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { getFormModelFields as
|
|
3
|
-
import { getVariableValue as
|
|
4
|
-
import { handleAfterInitEvent as
|
|
5
|
-
import { $t as
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
let
|
|
9
|
-
const
|
|
10
|
-
let
|
|
11
|
-
|
|
12
|
-
const
|
|
13
|
-
let
|
|
14
|
-
for (const
|
|
15
|
-
if (
|
|
16
|
-
const
|
|
17
|
-
|
|
1
|
+
import { defineComponent as B, ref as g, computed as D, onMounted as M, nextTick as N, resolveComponent as k, createBlock as _, openBlock as c, normalizeStyle as z, normalizeClass as O, unref as s, withCtx as y, createElementBlock as A, Fragment as T, renderList as W, createTextVNode as L, toDisplayString as S, createCommentVNode as G } from "vue";
|
|
2
|
+
import { getFormModelFields as H } from "../../../../utils/page-init-util.mjs";
|
|
3
|
+
import { getVariableValue as V, setVariableValue as J } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { handleAfterInitEvent as K, handleFormEvent as w } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
import { $t as P } from "../../../../utils/i18n-util.mjs";
|
|
6
|
+
const ee = B({ __name: "tag-runtime", props: { pageContext: {}, configure: {} }, setup(E) {
|
|
7
|
+
const e = E, p = H(e.pageContext, e.configure), n = e.configure.runtime ? e.configure.runtime : {}, R = n.style, q = n.class, F = n.headerStyle, I = n.titleExceedStyle, a = g(n.props ? n.props : {});
|
|
8
|
+
let d = a.value.formatting;
|
|
9
|
+
const f = e.pageContext.entity ? e.pageContext.entity : {}, v = D(() => {
|
|
10
|
+
let t = V(f, p);
|
|
11
|
+
t == null && (t = []), Array.isArray(t) || (t = (t + "").split(","));
|
|
12
|
+
const i = [];
|
|
13
|
+
let u = 1;
|
|
14
|
+
for (const r of t) {
|
|
15
|
+
if (r == null || r === "") continue;
|
|
16
|
+
const o = { value: r, label: r };
|
|
17
|
+
d && (o.label = d.replace(/\${value}/g, o.value).replace(/\${no}/g, u)), i.push(o), u++;
|
|
18
18
|
}
|
|
19
|
-
return
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
h(e3, j2.pageContext, j2.configure, { formItemRef: O.value, titleRef: W.value, value: e3, entity: j2.pageContext.entity.data, pageData: j2.pageContext.entity.page });
|
|
19
|
+
return i;
|
|
20
|
+
}), C = g(null), x = g(null);
|
|
21
|
+
return M(() => {
|
|
22
|
+
N(() => {
|
|
23
|
+
const t = v.value;
|
|
24
|
+
K(t, e.pageContext, e.configure, { formItemRef: C.value, titleRef: x.value, value: t, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
|
|
26
25
|
});
|
|
27
|
-
}), (
|
|
28
|
-
const
|
|
29
|
-
return
|
|
30
|
-
if (
|
|
31
|
-
let
|
|
32
|
-
|
|
33
|
-
const
|
|
34
|
-
|
|
35
|
-
const
|
|
36
|
-
|
|
26
|
+
}), (t, i) => {
|
|
27
|
+
const u = k("el-tag"), r = k("el-form-item");
|
|
28
|
+
return c(), _(r, { ref_key: "formItemRef", ref: C, required: a.value.required, class: O(s(q)), "label-width": a.value.labelWidth, style: z(s(R)) }, { label: y(() => [a.value.tittleShow ? (c(), A("div", { key: 0, ref_key: "titleRef", ref: x, style: z({ ...s(F), ...s(I) }) }, S(s(P)(a.value.title)), 5)) : G("", !0)]), default: y(() => [(c(!0), A(T, null, W(v.value, (o) => (c(), _(u, { key: o, size: a.value.size, closable: a.value.closable, type: a.value.type, style: { "margin-right": "4px" }, onClose: (m) => function($, j) {
|
|
29
|
+
if (a.value.closable) {
|
|
30
|
+
let l = V(f, p);
|
|
31
|
+
l == null && (l = []);
|
|
32
|
+
const b = Array.isArray(l);
|
|
33
|
+
b || (l = (l + "").split(","));
|
|
34
|
+
const h = l.indexOf(j.value);
|
|
35
|
+
h > -1 && l.splice(h, 1), b || (l = l.join(",")), J(f, p, l);
|
|
37
36
|
}
|
|
38
|
-
|
|
39
|
-
}(
|
|
37
|
+
w($, e.pageContext, e.configure, "remove");
|
|
38
|
+
}(m, o), onClick: i[0] || (i[0] = (m) => s(w)(m, t.pageContext, t.configure, "click")) }, { default: y(() => [L(S(o.label), 1)]), _: 2 }, 1032, ["size", "closable", "type", "onClose"]))), 128))]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
40
39
|
};
|
|
41
40
|
} });
|
|
42
41
|
export {
|
|
43
|
-
|
|
42
|
+
ee as default
|
|
44
43
|
};
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { getFormModelFields as
|
|
3
|
-
import { setVariableValue as
|
|
4
|
-
import { handleAfterInitEvent as
|
|
5
|
-
import
|
|
6
|
-
import { $t as
|
|
7
|
-
import { addRequiredClassUtil as
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
let
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
} }),
|
|
14
|
-
return
|
|
15
|
-
|
|
16
|
-
const
|
|
17
|
-
|
|
1
|
+
import { defineComponent as I, ref as u, computed as S, onMounted as B, nextTick as E, resolveComponent as y, createElementBlock as d, openBlock as p, createVNode as C, normalizeStyle as h, normalizeClass as N, unref as n, withCtx as b, createCommentVNode as T, createBlock as D, Fragment as U, createTextVNode as A, toDisplayString as M } from "vue";
|
|
2
|
+
import { getFormModelFields as W } from "../../../../utils/page-init-util.mjs";
|
|
3
|
+
import { setVariableValue as j, getVariableValue as $ } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { handleAfterInitEvent as G, handleFormEvent as s } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
import H from "../common/title-suffix-element.vue.mjs";
|
|
6
|
+
import { $t as J } from "../../../../utils/i18n-util.mjs";
|
|
7
|
+
import { addRequiredClassUtil as K } from "../../../../utils/common-util.mjs";
|
|
8
|
+
const ee = I({ __name: "textarea-runtime", props: { pageContext: {}, configure: {} }, setup(w, { expose: k }) {
|
|
9
|
+
const o = w, i = u(null), c = o.pageContext.entity ? o.pageContext.entity : {};
|
|
10
|
+
let f = W(o.pageContext, o.configure);
|
|
11
|
+
const m = S({ get: () => $(c, f), set(e) {
|
|
12
|
+
j(c, f, e), e != null && e !== "" && (i.value = "");
|
|
13
|
+
} }), r = o.configure.runtime ? o.configure.runtime : {}, a = u(r.props ? r.props : {}), V = r.style, R = r.class, _ = r.headerStyle, q = r.titleExceedStyle, g = u(null), v = u(null), x = u(null);
|
|
14
|
+
return B(() => {
|
|
15
|
+
E(() => {
|
|
16
|
+
const e = m.value;
|
|
17
|
+
G(e, o.pageContext, o.configure, { formItemRef: g.value, componentRef: v.value, titleRef: x.value, value: e, entity: o.pageContext.entity.data, pageData: o.pageContext.entity.page });
|
|
18
18
|
});
|
|
19
|
-
}),
|
|
20
|
-
|
|
21
|
-
} }), (
|
|
22
|
-
const
|
|
23
|
-
return
|
|
19
|
+
}), k({ addRequiredClass: function() {
|
|
20
|
+
i.value = K();
|
|
21
|
+
} }), (e, t) => {
|
|
22
|
+
const z = y("el-input"), F = y("el-form-item");
|
|
23
|
+
return p(), d("div", null, [C(F, { ref_key: "formItemRef", ref: g, required: !!a.value.required, class: N(n(R) + (i.value ? " " + i.value : "")), "label-width": a.value.labelWidth, style: h(n(V)) }, { label: b(() => [a.value.tittleShow ? (p(), d("div", { key: 0, ref_key: "titleRef", ref: x, style: h({ ...n(_), ...n(q) }) }, [a.value.prefixType ? (p(), D(H, { key: 0, pageContext: e.pageContext, property: a.value }, null, 8, ["pageContext", "property"])) : (p(), d(U, { key: 1 }, [A(M(n(J)(a.value.title)), 1)], 64))], 4)) : T("", !0)]), default: b(() => [C(z, { ref_key: "componentRef", ref: v, disabled: a.value.state === "disabled", readonly: a.value.state === "readonly", size: a.value.size, clearable: a.value.clearable, placeholder: a.value.placeholder, modelValue: m.value, "onUpdate:modelValue": t[0] || (t[0] = (l) => m.value = l), rows: a.value.rows ? a.value.rows : 2, maxlength: a.value.maxlength, minlength: a.value.minlength, "show-word-limit": a.value.showInputNum, type: "textarea", onInput: t[1] || (t[1] = (l) => n(s)(l, e.pageContext, e.configure, "input")), onChange: t[2] || (t[2] = (l) => n(s)(l, e.pageContext, e.configure, "change")), onBlur: t[3] || (t[3] = (l) => n(s)(l, e.pageContext, e.configure, "blur")), onFocus: t[4] || (t[4] = (l) => n(s)(l, e.pageContext, e.configure, "focus")), onClick: t[5] || (t[5] = (l) => n(s)(l, e.pageContext, e.configure, "click")) }, null, 8, ["disabled", "readonly", "size", "clearable", "placeholder", "modelValue", "rows", "maxlength", "minlength", "show-word-limit"])]), _: 1 }, 8, ["required", "class", "label-width", "style"])]);
|
|
24
24
|
};
|
|
25
25
|
} });
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
ee as default
|
|
28
28
|
};
|