super-page-runtime 2.3.22-tmp2 → 2.3.22-tmp4
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/package.json +76 -76
- package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
- package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +0 -6
- package/dist/lib/assets/chart-themes/bar-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/bar-theme.d.ts +0 -6
- package/dist/lib/assets/chart-themes/gauge-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/gauge-theme.d.ts +0 -6
- package/dist/lib/assets/chart-themes/pie-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/pie-theme.d.ts +0 -6
- package/dist/lib/assets/chart-themes/radar-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/radar-theme.d.ts +0 -6
- package/dist/lib/assets/chart-themes/scatter-theme.cjs +0 -2
- package/dist/lib/assets/chart-themes/scatter-theme.d.ts +0 -6
- package/dist/lib/assets/file.png.cjs +0 -2
- package/dist/lib/assets/folder.png.cjs +0 -2
- package/dist/lib/components/runtime/index.d.ts +0 -5
- package/dist/lib/components/runtime/utils/ai-chat-util.cjs +0 -13
- package/dist/lib/components/runtime/utils/anchor-util.cjs +0 -62
- package/dist/lib/components/runtime/utils/anchor-util.d.ts +0 -13
- package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
- package/dist/lib/components/runtime/utils/api/api-util.d.ts +0 -1
- package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +0 -169
- package/dist/lib/components/runtime/utils/api/page-expose-util.d.ts +0 -1
- package/dist/lib/components/runtime/utils/assemblys-config.cjs +0 -16
- package/dist/lib/components/runtime/utils/barcode-util.cjs +0 -10
- package/dist/lib/components/runtime/utils/barcode-util.d.ts +0 -8
- package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +0 -137
- package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +0 -34
- package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +0 -78
- package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +0 -52
- package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +0 -43
- package/dist/lib/components/runtime/utils/charts/chart-util.cjs +0 -244
- package/dist/lib/components/runtime/utils/charts/chart-util.d.ts +0 -115
- package/dist/lib/components/runtime/utils/common-util.cjs +0 -91
- package/dist/lib/components/runtime/utils/common-util.d.ts +0 -33
- package/dist/lib/components/runtime/utils/eventBus.cjs +0 -3
- package/dist/lib/components/runtime/utils/eventBus.d.ts +0 -7
- package/dist/lib/components/runtime/utils/events/event-util.cjs +0 -345
- package/dist/lib/components/runtime/utils/events/event-util.d.ts +0 -92
- package/dist/lib/components/runtime/utils/events/print-label.cjs +0 -97
- package/dist/lib/components/runtime/utils/events/print-label.d.ts +0 -5
- package/dist/lib/components/runtime/utils/events/standard-event.cjs +0 -1101
- package/dist/lib/components/runtime/utils/events/standard-event.d.ts +0 -99
- package/dist/lib/components/runtime/utils/events/validator-util.cjs +0 -296
- package/dist/lib/components/runtime/utils/events/validator-util.d.ts +0 -25
- package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +0 -34
- package/dist/lib/components/runtime/utils/form/date-shortcuts.d.ts +0 -7
- package/dist/lib/components/runtime/utils/form/scan-util.cjs +0 -90
- package/dist/lib/components/runtime/utils/global-refs.cjs +0 -42
- package/dist/lib/components/runtime/utils/global-refs.d.ts +0 -65
- package/dist/lib/components/runtime/utils/i18n-util.cjs +0 -11
- package/dist/lib/components/runtime/utils/i18n-util.d.ts +0 -1
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +0 -4
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +0 -247
- package/dist/lib/components/runtime/utils/page-helper-util.cjs +0 -354
- package/dist/lib/components/runtime/utils/page-helper-util.d.ts +0 -174
- package/dist/lib/components/runtime/utils/page-init-util.cjs +0 -244
- package/dist/lib/components/runtime/utils/page-init-util.d.ts +0 -49
- package/dist/lib/components/runtime/utils/page-permission-util.cjs +0 -26
- package/dist/lib/components/runtime/utils/page-permission-util.d.ts +0 -26
- package/dist/lib/components/runtime/utils/page-store.cjs +0 -50
- package/dist/lib/components/runtime/utils/page-store.d.ts +0 -58
- package/dist/lib/components/runtime/utils/store-util.cjs +0 -11
- package/dist/lib/components/runtime/utils/store-util.d.ts +0 -15
- package/dist/lib/components/runtime/utils/store.cjs +0 -3
- package/dist/lib/components/runtime/utils/store.d.ts +0 -2
- package/dist/lib/components/runtime/utils/table-utils.cjs +0 -68
- package/dist/lib/components/runtime/utils/table-utils.d.ts +0 -36
- package/dist/lib/components/runtime/utils/tree-utils.cjs +0 -54
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +0 -24
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +0 -17
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +0 -35
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +0 -17
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +0 -41
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +0 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +0 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +0 -53
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +0 -48
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +0 -24
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +0 -34
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +0 -24
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +0 -24
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +0 -402
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.d.ts +0 -121
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +0 -6
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +0 -36
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +0 -13
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +0 -249
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +0 -16
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.d.ts +0 -5
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +0 -32
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -28
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +0 -32
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +0 -27
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +0 -19
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +0 -59
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +0 -12
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -35
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +0 -21
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.d.ts +0 -26
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +0 -13
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.d.ts +0 -35
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +0 -30
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.d.ts +0 -31
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +0 -15
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -26
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +0 -21
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +0 -17
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +0 -15
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +0 -27
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.d.ts +0 -94
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +0 -79
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +0 -15
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +0 -12
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +0 -88
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +0 -43
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +0 -59
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +0 -382
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +0 -322
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +0 -81
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +0 -124
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +0 -22
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +0 -57
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +0 -35
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +0 -57
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +0 -91
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +0 -47
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +0 -65
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +0 -70
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +0 -31
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +0 -26
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +0 -13
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +0 -75
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +0 -188
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +0 -130
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +0 -11
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +0 -29
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +0 -38
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +0 -73
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.d.ts +0 -17
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +0 -132
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +0 -17
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.d.ts +0 -14
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +0 -14
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +0 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +0 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +0 -34
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +0 -17
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +0 -20
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +0 -19
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +0 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +0 -14
- package/dist/lib/components/runtime/views/home-chart.vue.cjs +0 -38
- package/dist/lib/components/runtime/views/home-chart.vue.d.ts +0 -23
- package/dist/lib/components/runtime/views/home-chart.vue2.cjs +0 -3
- package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +0 -23
- package/dist/lib/components/runtime/views/super-page-dialog.vue.d.ts +0 -40
- package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +0 -3
- package/dist/lib/components/runtime/views/super-page.vue.cjs +0 -5
- package/dist/lib/components/runtime/views/super-page.vue.d.ts +0 -135
- package/dist/lib/components/runtime/views/super-page.vue2.cjs +0 -264
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/i18n/langs/cn.cjs +0 -2
- package/dist/lib/i18n/langs/en.cjs +0 -2
- package/dist/lib/index.cjs +0 -6
- package/dist/lib/index.d.ts +0 -16
- package/dist/lib/style.css +0 -996
- package/dist/umd/favicon.ico +0 -0
- package/dist/umd/index.full.min.js +0 -7429
- package/dist/umd/style.css +0 -996
package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.mjs
CHANGED
|
@@ -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 F, ref as s, computed as S, onMounted as E, nextTick as I, resolveComponent as y, createBlock as x, openBlock as i, normalizeStyle as C, normalizeClass as T, unref as o, withCtx as h, createVNode as D, createElementBlock as b, createCommentVNode as N, 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 G } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { handleAfterInitEvent as $, handleFormEvent as m } 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 = F({ __name: "input-number-runtime", props: { pageContext: {}, configure: {} }, setup(k, { expose: V }) {
|
|
9
|
+
const a = k, u = s(null), d = a.pageContext.entity ? a.pageContext.entity : {};
|
|
10
|
+
let c = W(a.pageContext, a.configure);
|
|
11
|
+
const p = S({ get: () => G(d, c), set(t) {
|
|
12
|
+
j(d, c, t), t != null && (u.value = "");
|
|
13
|
+
} }), r = a.configure.runtime ? a.configure.runtime : {}, R = r.style, _ = r.class, q = r.headerStyle, w = r.titleExceedStyle, e = s(r.props ? r.props : {}), f = s(null), g = s(null), v = s(null);
|
|
14
|
+
return E(() => {
|
|
15
|
+
I(() => {
|
|
16
|
+
const t = p.value;
|
|
17
|
+
$(t, a.pageContext, a.configure, { formItemRef: f.value, componentRef: g.value, titleRef: v.value, value: t, entity: a.pageContext.entity.data, pageData: a.pageContext.entity.page });
|
|
18
18
|
});
|
|
19
|
-
}),
|
|
20
|
-
|
|
21
|
-
} }), (
|
|
22
|
-
const
|
|
23
|
-
return i(),
|
|
19
|
+
}), V({ addRequiredClass: function() {
|
|
20
|
+
u.value = K();
|
|
21
|
+
} }), (t, l) => {
|
|
22
|
+
const z = y("el-input-number"), B = y("el-form-item");
|
|
23
|
+
return i(), x(B, { ref_key: "formItemRef", ref: f, required: e.value.required, class: T(o(_) + (u.value ? " " + u.value : "")), "label-width": e.value.labelWidth, style: C(o(R)) }, { label: h(() => [e.value.tittleShow ? (i(), b("div", { key: 0, ref_key: "titleRef", ref: v, style: C({ ...o(q), ...o(w) }) }, [e.value.prefixType ? (i(), x(H, { key: 0, pageContext: t.pageContext, property: e.value }, null, 8, ["pageContext", "property"])) : (i(), b(U, { key: 1 }, [A(M(o(J)(e.value.title)), 1)], 64))], 4)) : N("", !0)]), default: h(() => [D(z, { ref_key: "componentRef", ref: g, disabled: e.value.state === "disabled", readonly: e.value.state === "readonly", controls: e.value.showButton, size: e.value.size, placeholder: e.value.placeholder, modelValue: p.value, "onUpdate:modelValue": l[0] || (l[0] = (n) => p.value = n), precision: e.value.precision, step: e.value.step, min: e.value.min, max: e.value.max, onChange: l[1] || (l[1] = (n) => o(m)(n, t.pageContext, t.configure, "change")), onBlur: l[2] || (l[2] = (n) => o(m)(n, t.pageContext, t.configure, "blur")), onFocus: l[3] || (l[3] = (n) => o(m)(n, t.pageContext, t.configure, "focus")) }, null, 8, ["disabled", "readonly", "controls", "size", "placeholder", "modelValue", "precision", "step", "min", "max"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
24
24
|
};
|
|
25
25
|
} });
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
ee as default
|
|
28
28
|
};
|
package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.mjs
CHANGED
|
@@ -1,81 +1,80 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isMobileBrowser as
|
|
3
|
-
import { getFormModelFields as
|
|
4
|
-
import {
|
|
5
|
-
import { handleFormEvent as
|
|
6
|
-
import { formatScanRuleSets as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { $t as
|
|
10
|
-
import { addRequiredClassUtil as
|
|
11
|
-
const
|
|
12
|
-
var
|
|
13
|
-
const
|
|
14
|
-
let
|
|
15
|
-
if (
|
|
16
|
-
const
|
|
17
|
-
|
|
1
|
+
import { defineComponent as ue, ref as u, computed as re, onMounted as se, nextTick as ie, onUnmounted as ce, watch as pe, resolveComponent as F, createBlock as c, openBlock as s, normalizeStyle as j, normalizeClass as fe, unref as o, withCtx as y, createVNode as ve, createCommentVNode as p, createSlots as de, createTextVNode as m, toDisplayString as x, createElementBlock as W, Fragment as ye } from "vue";
|
|
2
|
+
import { isMobileBrowser as ge, SuperIcon as C } from "agilebuilder-ui";
|
|
3
|
+
import { getFormModelFields as me } from "../../../../utils/page-init-util.mjs";
|
|
4
|
+
import { isNumberDataType as xe, setVariableValue as M, getVariableValue as O, getModelFieldFromPageContext as Ce } from "../../../../utils/page-helper-util.mjs";
|
|
5
|
+
import { handleFormEvent as f, handleAfterInitEvent as ke, doSuffixOrPrefixClickEvent as h } from "../../../../utils/events/event-util.mjs";
|
|
6
|
+
import { formatScanRuleSets as Ve, analysisScanValue as Te, setScanAnalysisValue as we } from "../../../../utils/form/scan-util.mjs";
|
|
7
|
+
import Ie from "../common/title-suffix-element.vue.mjs";
|
|
8
|
+
import G from "../../../../utils/eventBus.mjs";
|
|
9
|
+
import { $t as k } from "../../../../utils/i18n-util.mjs";
|
|
10
|
+
import { addRequiredClassUtil as he } from "../../../../utils/common-util.mjs";
|
|
11
|
+
const ze = ue({ __name: "inputtext-runtime", props: { pageContext: {}, configure: {} }, setup(H, { expose: K }) {
|
|
12
|
+
var L, U, $;
|
|
13
|
+
const l = H, v = l.pageContext.entity ? l.pageContext.entity : {}, D = u("text");
|
|
14
|
+
let r = me(l.pageContext, l.configure);
|
|
15
|
+
if (l.pageContext.modelFieldsMap) {
|
|
16
|
+
const a = Ce(r, l.pageContext);
|
|
17
|
+
a && (D.value = xe(a.dataType) ? "number" : "text");
|
|
18
18
|
}
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
} }),
|
|
22
|
-
let
|
|
23
|
-
const
|
|
24
|
-
|
|
25
|
-
let
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
t2 && q(L.pageContext, t2.scanSet, t2.params);
|
|
19
|
+
const b = u(ge()), Q = l.pageContext.code, g = u(r && r.length > 0 ? Q + "__" + r.join("__") : null), V = u(null), i = re({ get: () => O(v, r), set(a) {
|
|
20
|
+
M(v, r, a), a != null && a !== "" && (V.value = "");
|
|
21
|
+
} }), P = u(null), q = u(null), z = u(null), d = l.configure.runtime ? l.configure.runtime : {}, e = u(d.props ? d.props : {}), B = u(!!((L = e.value.scan) != null && L.enable));
|
|
22
|
+
let T = !1;
|
|
23
|
+
const E = window.localStorage.getItem("auth_source");
|
|
24
|
+
E && E === "dingtalk" && (T = !0);
|
|
25
|
+
let S = "";
|
|
26
|
+
S = navigator.userAgent.indexOf(" uni-app ") > 0 ? "app" : "browser";
|
|
27
|
+
const J = !(!b.value || !S || S !== "app"), _ = u(!!((J || T) && B.value || b.value && B.value && window.location.protocol === "https:"));
|
|
28
|
+
let A = {};
|
|
29
|
+
(U = e.value.scan) != null && U.enable && (($ = e.value.scan.ruleList) == null ? void 0 : $.length) > 0 && (Ve(e.value.scan.ruleList).then((a) => {
|
|
30
|
+
A = a;
|
|
31
|
+
}), pe(() => i.value, (a) => {
|
|
32
|
+
a = a.trim();
|
|
33
|
+
const n = Te(a, A);
|
|
34
|
+
n && we(l.pageContext, n.scanSet, n.params);
|
|
36
35
|
}));
|
|
37
|
-
const
|
|
38
|
-
function
|
|
39
|
-
return
|
|
36
|
+
const X = d.style, Y = d.class, Z = d.headerStyle, ee = d.titleExceedStyle;
|
|
37
|
+
function N(a) {
|
|
38
|
+
return M(v, r, a);
|
|
40
39
|
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}),
|
|
45
|
-
var
|
|
46
|
-
const
|
|
47
|
-
|
|
40
|
+
se(() => {
|
|
41
|
+
G.$on(g.value + "-scanDone", (a) => {
|
|
42
|
+
g.value, JSON.stringify(a), N(a.result), f(a.result, l.pageContext, l.configure, "afterScanDone");
|
|
43
|
+
}), ie(() => {
|
|
44
|
+
var n;
|
|
45
|
+
const a = i.value;
|
|
46
|
+
ke(a, l.pageContext, l.configure, { formItemRef: P.value, componentRef: q.value, titleRef: z.value, value: a, entity: l.pageContext.entity.data, pageData: l.pageContext.entity.page }), _.value && ((n = e.value.scan) != null && n.autoOpen) && R();
|
|
48
47
|
});
|
|
49
|
-
}),
|
|
50
|
-
|
|
48
|
+
}), ce(() => {
|
|
49
|
+
G.$off(g.value + "-scanDone");
|
|
51
50
|
});
|
|
52
|
-
const
|
|
53
|
-
function
|
|
54
|
-
if (
|
|
55
|
-
const
|
|
56
|
-
|
|
57
|
-
} else if (
|
|
51
|
+
const w = u(!1);
|
|
52
|
+
function R() {
|
|
53
|
+
if (J || T) {
|
|
54
|
+
const a = { type: "scan", componentId: g.value, systemCode: l.pageContext.systemCode };
|
|
55
|
+
T && (a.type = "dingTalkScan"), window.parent.parent ? (window.parent.parent, window.parent.parent.postMessage(JSON.stringify(a), "*")) : window.parent && (window.parent, window.parent.postMessage(JSON.stringify(a), "*"));
|
|
56
|
+
} else if (b.value) if (window.location.protocol === "https:") w.value = !0;
|
|
58
57
|
else {
|
|
59
|
-
const
|
|
60
|
-
window.parent.postMessage(JSON.stringify(
|
|
58
|
+
const a = { type: "scan", componentId: g.value, systemCode: l.pageContext.systemCode };
|
|
59
|
+
window.parent.postMessage(JSON.stringify(a), "*");
|
|
61
60
|
}
|
|
62
|
-
else
|
|
61
|
+
else w.value = !0;
|
|
63
62
|
}
|
|
64
|
-
function
|
|
65
|
-
|
|
63
|
+
function ae(a) {
|
|
64
|
+
w.value = !1, N(a);
|
|
66
65
|
}
|
|
67
|
-
return
|
|
68
|
-
return
|
|
69
|
-
}, setValue:
|
|
70
|
-
|
|
71
|
-
} }), (
|
|
72
|
-
const
|
|
73
|
-
return
|
|
74
|
-
let
|
|
75
|
-
|
|
76
|
-
}(
|
|
66
|
+
return K({ getValue: function() {
|
|
67
|
+
return O(v, r);
|
|
68
|
+
}, setValue: N, scanClick: R, addRequiredClass: function() {
|
|
69
|
+
V.value = he();
|
|
70
|
+
} }), (a, n) => {
|
|
71
|
+
const ne = F("el-input"), oe = F("scan-code-input-browser"), le = F("el-form-item");
|
|
72
|
+
return s(), c(le, { ref_key: "formItemRef", ref: P, required: !!e.value.required, class: fe(o(Y) + (V.value ? " " + V.value : "")), "label-width": e.value.labelWidth, style: j(o(X)) }, { label: y(() => [e.value.tittleShow ? (s(), W("div", { key: 0, ref_key: "titleRef", ref: z, style: j({ ...o(Z), ...o(ee) }) }, [e.value.prefixType ? (s(), c(Ie, { key: 0, pageContext: a.pageContext, property: e.value }, null, 8, ["pageContext", "property"])) : (s(), W(ye, { key: 1 }, [m(x(o(k)(e.value.title)), 1)], 64))], 4)) : p("", !0)]), default: y(() => [ve(ne, { ref_key: "componentRef", ref: q, disabled: e.value.state === "disabled", readonly: e.value.state === "readonly", size: e.value.size, clearable: e.value.clearable, placeholder: e.value.placeholder, maxlength: e.value.maxLength, "show-word-limit": e.value.showInputNum, type: D.value, modelValue: i.value, "onUpdate:modelValue": n[5] || (n[5] = (t) => i.value = t), onInput: n[6] || (n[6] = (t) => o(f)(t, a.pageContext, a.configure, "input")), onChange: n[7] || (n[7] = (t) => o(f)(t, a.pageContext, a.configure, "change")), onBlur: n[8] || (n[8] = (t) => function(te) {
|
|
73
|
+
let I = O(v, r);
|
|
74
|
+
I != null && (I = I.trim()), M(v, r, I), f(te, l.pageContext, l.configure, "blur");
|
|
75
|
+
}(t)), onFocus: n[9] || (n[9] = (t) => o(f)(t, a.pageContext, a.configure, "focus")), onClick: n[10] || (n[10] = (t) => o(f)(t, a.pageContext, a.configure, "click")), onClear: n[11] || (n[11] = (t) => o(f)(t, a.pageContext, a.configure, "clear")) }, de({ _: 2 }, [e.value.iconPosition != "outer" && (e.value.preIconType && e.value.preIconValue || e.value.preText) ? { name: "prefix", fn: y(() => [e.value.preIconType && e.value.preIconValue ? (s(), c(o(C), { key: 0, style: { cursor: "pointer" }, iconType: e.value.preIconType, iconValue: e.value.preIconValue, onClick: n[0] || (n[0] = (t) => o(h)(i.value, a.pageContext, a.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : p("", !0), m(" " + x(o(k)(e.value.preText)), 1)]), key: "0" } : void 0, e.value.iconPosition == "outer" && (e.value.preIconType && e.value.preIconValue || e.value.preText) ? { name: "prepend", fn: y(() => [e.value.preIconType && e.value.preIconValue ? (s(), c(o(C), { key: 0, style: { cursor: "pointer" }, iconType: e.value.preIconType, iconValue: e.value.preIconValue, onClick: n[1] || (n[1] = (t) => o(h)(i.value, a.pageContext, a.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : p("", !0), m(" " + x(o(k)(e.value.preText)), 1)]), key: "1" } : void 0, e.value.iconPosition != "outer" && (e.value.sufIconType && e.value.sufIconValue || e.value.sufText) ? { name: "suffix", fn: y(() => [e.value.sufIconType && e.value.sufIconValue ? (s(), c(o(C), { key: 0, style: { cursor: "pointer" }, iconType: e.value.sufIconType, iconValue: e.value.sufIconValue, onClick: n[2] || (n[2] = (t) => o(h)(i.value, a.pageContext, a.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : p("", !0), m(" " + x(o(k)(e.value.sufText)), 1)]), key: "2" } : void 0, _.value || e.value.iconPosition == "outer" && (e.value.sufIconType && e.value.sufIconValue || e.value.sufText) ? { name: "append", fn: y(() => [_.value ? (s(), c(o(C), { key: 0, style: { cursor: "pointer" }, iconValue: "fa-barcode", onClick: n[3] || (n[3] = (t) => R()) })) : p("", !0), e.value.sufIconType && e.value.sufIconValue ? (s(), c(o(C), { key: 1, style: { cursor: "pointer" }, iconType: e.value.sufIconType, iconValue: e.value.sufIconValue, onClick: n[4] || (n[4] = (t) => o(h)(i.value, a.pageContext, a.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : p("", !0), m(" " + x(o(k)(e.value.sufText)), 1)]), key: "3" } : void 0]), 1032, ["disabled", "readonly", "size", "clearable", "placeholder", "maxlength", "show-word-limit", "type", "modelValue"]), w.value ? (s(), c(oe, { key: 0, onClose: ae })) : p("", !0)]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
77
76
|
};
|
|
78
77
|
} });
|
|
79
78
|
export {
|
|
80
|
-
|
|
79
|
+
ze as default
|
|
81
80
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./label-runtime.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const m = t(o, [["__scopeId", "data-v-2ffad4a6"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|
|
@@ -1,38 +1,37 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { getFormModelFields as
|
|
3
|
-
import { getVariableValue as
|
|
4
|
-
import { SuperIcon as
|
|
5
|
-
import { getCustomFunc as
|
|
6
|
-
import { $t as
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
let P =
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
T(e3, R.pageContext, R.configure, { formItemRef: H.value, componentRef: J.value, titleRef: K.value, value: e3, entity: R.pageContext.entity.data, pageData: R.pageContext.entity.page });
|
|
1
|
+
import { defineComponent as A, ref as p, computed as O, onMounted as D, nextTick as M, resolveComponent as W, createElementBlock as s, createBlock as k, openBlock as o, normalizeStyle as c, normalizeClass as f, unref as l, createElementVNode as v, toDisplayString as i, withCtx as b, createCommentVNode as r, createTextVNode as S } from "vue";
|
|
2
|
+
import { getFormModelFields as G } from "../../../../utils/page-init-util.mjs";
|
|
3
|
+
import { getVariableValue as H, formatValueByType as J } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { SuperIcon as R } from "agilebuilder-ui";
|
|
5
|
+
import { getCustomFunc as K, handleAfterInitEvent as $, handleFormEvent as E } from "../../../../utils/events/event-util.mjs";
|
|
6
|
+
import { $t as C } from "../../../../utils/i18n-util.mjs";
|
|
7
|
+
const L = { style: { width: "100%", "text-align": "center", "font-weight": "700", "font-size": "24px" } }, Q = { style: { overflow: "hidden", "white-space": "nowrap" } }, U = ["title"], ae = A({ __name: "label-runtime", props: { pageContext: {}, configure: {} }, setup(F, { expose: B }) {
|
|
8
|
+
const a = F, N = a.pageContext.entity ? a.pageContext.entity : {};
|
|
9
|
+
let P = G(a.pageContext, a.configure);
|
|
10
|
+
const u = a.configure.runtime ? a.configure.runtime : {}, T = u.style, w = u.class, j = u.headerStyle, q = u.appendClass, V = u.appendStyle, z = u.titleExceedStyle, e = p(u.props ? u.props : {}), m = p(e.value.options ? e.value.options : []), d = e.value.formatType;
|
|
11
|
+
e.value;
|
|
12
|
+
const y = O(() => {
|
|
13
|
+
let t = H(N, P);
|
|
14
|
+
if (d) if (e.value.hasOptions) {
|
|
15
|
+
let n = null;
|
|
16
|
+
m.value && (n = m.value.filter((x) => x.value == t)), n && n.length > 0 && (t = n[0].label);
|
|
17
|
+
} else if (d === "custom") {
|
|
18
|
+
const n = K(a.pageContext, e.value.formatFunc);
|
|
19
|
+
n && (t = n.apply(n, [{ pageContext: a.pageContext, configureObj: a.configure, value: t }]));
|
|
20
|
+
} else t = J(t, d, e.value);
|
|
21
|
+
return t = t ?? "", t;
|
|
22
|
+
}), I = p(null), _ = p(null), g = p(null);
|
|
23
|
+
return D(() => {
|
|
24
|
+
M(() => {
|
|
25
|
+
const t = y.value;
|
|
26
|
+
$(t, a.pageContext, a.configure, { formItemRef: I.value, componentRef: _.value, titleRef: g.value, value: t, entity: a.pageContext.entity.data, pageData: a.pageContext.entity.page });
|
|
28
27
|
});
|
|
29
|
-
}),
|
|
30
|
-
|
|
31
|
-
} }), (
|
|
32
|
-
const
|
|
33
|
-
return
|
|
28
|
+
}), B({ updateOptions: function(t) {
|
|
29
|
+
m.value = t || [];
|
|
30
|
+
} }), (t, n) => {
|
|
31
|
+
const x = W("el-form-item");
|
|
32
|
+
return e.value.whetherTittle ? (o(), s("div", { key: 0, ref_key: "titleRef", ref: g, class: f(l(w)), style: c(l(T)) }, [v("div", L, i(e.value.title), 1)], 6)) : e.value.tittleShow ? (o(), k(x, { key: 1, ref_key: "formItemRef", ref: I, required: !!e.value.required, class: f([l(w), e.value.contentAlign ? "form-item-align-" + e.value.contentAlign : e.value.showType === "formNo" ? "form-item-align-flex-end" : ""]), "label-width": e.value.labelWidth, style: c(l(T)) }, { label: b(() => [e.value.tittleShow ? (o(), s("div", { key: 0, ref_key: "titleRef", ref: g, style: c({ ...l(j), ...l(z) }) }, i(l(C)(e.value.title)), 5)) : r("", !0)]), default: b(() => [v("div", { style: { display: "flex", width: "100%", "justify-content": "space-between" }, ref_key: "componentRef", ref: _, onClick: n[0] || (n[0] = (h) => l(E)(h, t.pageContext, t.configure, "click")) }, [v("span", Q, [e.value.preIconValue || e.value.preText ? (o(), s("span", { key: 0, class: f({ "el-input__suffix": e.value.iconPosition != "outer", "el-input-group__append": e.value.iconPosition == "outer" }), style: c(l(V)) }, [e.value.preIconType && e.value.preIconValue ? (o(), k(l(R), { key: 0, iconType: e.value.preIconType, iconValue: e.value.preIconValue }, null, 8, ["iconType", "iconValue"])) : r("", !0), S(" " + i(l(C)(e.value.preText)), 1)], 6)) : r("", !0), S(" " + i(y.value), 1)]), e.value.sufIconValue || e.value.sufText ? (o(), s("span", { key: 0, class: f({ "el-input__suffix": e.value.iconPosition != "outer", "el-input-group__append": e.value.iconPosition == "outer" }) }, [e.value.sufIconType && e.value.sufIconValue ? (o(), k(l(R), { key: 0, style: {}, iconType: e.value.sufIconType, iconValue: e.value.sufIconValue }, null, 8, ["iconType", "iconValue"])) : r("", !0), v("span", null, " " + i(l(C)(e.value.sufText)), 1)], 2)) : r("", !0)], 512)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : (o(), s("span", { key: 2, style: { display: "flex", "justify-content": "space-between" }, onClick: n[1] || (n[1] = (h) => l(E)(h, t.pageContext, t.configure, "click")) }, [v("span", { style: { overflow: "hidden", "white-space": "nowrap" }, title: y.value }, i(e.value.prefixIcon) + " " + i(y.value), 9, U), e.value.suffixTxt ? (o(), s("span", { key: 0, class: f(l(q)), style: c(l(V)) }, i(e.value.suffixTxt), 7)) : r("", !0)]));
|
|
34
33
|
};
|
|
35
34
|
} });
|
|
36
35
|
export {
|
|
37
|
-
|
|
36
|
+
ae as default
|
|
38
37
|
};
|
|
@@ -1,32 +1,32 @@
|
|
|
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
|
-
|
|
9
|
-
let
|
|
10
|
-
const
|
|
11
|
-
let
|
|
12
|
-
return
|
|
1
|
+
import { defineComponent as D, ref as o, computed as C, onMounted as E, nextTick as N, resolveComponent as s, createBlock as A, openBlock as k, normalizeStyle as x, normalizeClass as F, unref as a, withCtx as r, createVNode as b, createTextVNode as M, toDisplayString as _, createElementBlock as T, createCommentVNode as W } from "vue";
|
|
2
|
+
import { getFormModelFields as j } from "../../../../utils/page-init-util.mjs";
|
|
3
|
+
import { getVariableValue as h } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { handleAfterInitEvent as q, handleEvent as G } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
import { $t as H } from "../../../../utils/i18n-util.mjs";
|
|
6
|
+
const Q = D({ __name: "link-runtime", props: { pageContext: {}, configure: {} }, setup(R) {
|
|
7
|
+
const t = R, u = j(t.pageContext, t.configure), n = t.configure.runtime ? t.configure.runtime : {}, V = n.style, w = n.class, S = n.headerStyle, l = o(n.props ? n.props : {});
|
|
8
|
+
l.value;
|
|
9
|
+
let p = l.value.formatting;
|
|
10
|
+
const f = t.pageContext.entity ? t.pageContext.entity : {}, c = C(() => {
|
|
11
|
+
let e = h(f, u);
|
|
12
|
+
return e = e == null || e == null ? "" : e, p && (e = p.replace(/\${value}/g, e)), e;
|
|
13
13
|
});
|
|
14
|
-
let
|
|
15
|
-
|
|
16
|
-
let
|
|
17
|
-
return
|
|
14
|
+
let d = l.value.tooltip, i = null;
|
|
15
|
+
d && (i = C(() => {
|
|
16
|
+
let e = h(f, u);
|
|
17
|
+
return e = e == null || e == null ? "" : e, d.replace(/\${value}/g, e);
|
|
18
18
|
}));
|
|
19
|
-
const
|
|
20
|
-
return
|
|
21
|
-
|
|
22
|
-
const
|
|
23
|
-
|
|
19
|
+
const m = o(null), g = o(null), v = o(null);
|
|
20
|
+
return E(() => {
|
|
21
|
+
N(() => {
|
|
22
|
+
const e = c.value;
|
|
23
|
+
q(e, t.pageContext, t.configure, { formItemRef: m.value, componentRef: g.value, titleRef: v.value, value: e, entity: t.pageContext.entity.data, pageData: t.pageContext.entity.page });
|
|
24
24
|
});
|
|
25
|
-
}), (
|
|
26
|
-
const
|
|
27
|
-
return
|
|
25
|
+
}), (e, y) => {
|
|
26
|
+
const B = s("el-link"), I = s("el-tooltip"), $ = s("el-form-item");
|
|
27
|
+
return k(), A($, { ref_key: "formItemRef", ref: m, class: F(a(w)), "label-width": l.value.labelWidth, style: x(a(V)) }, { label: r(() => [l.value.tittleShow ? (k(), T("div", { key: 0, ref_key: "titleRef", ref: v, style: x({ ...a(S) }) }, _(a(H)(l.value.title)), 5)) : W("", !0)]), default: r(() => [b(I, { disabled: !a(i), content: a(i) }, { default: r(() => [b(B, { ref_key: "componentRef", ref: g, disabled: l.value.state === "disabled", type: l.value.type, underline: l.value.underline, onClick: y[0] || (y[0] = (z) => a(G)(z, e.pageContext, e.configure, "click", { skipValidate: !0 })) }, { default: r(() => [M(_(c.value), 1)]), _: 1 }, 8, ["disabled", "type", "underline"])]), _: 1 }, 8, ["disabled", "content"])]), _: 1 }, 8, ["class", "label-width", "style"]);
|
|
28
28
|
};
|
|
29
29
|
} });
|
|
30
30
|
export {
|
|
31
|
-
|
|
31
|
+
Q as default
|
|
32
32
|
};
|
package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./placeholder-runtime.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const a = r(o, [["__scopeId", "data-v-96fc65d8"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { handleAfterInitEvent as
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
return
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { defineComponent as m, ref as o, onMounted as c, nextTick as u, resolveComponent as p, createBlock as g, openBlock as d, normalizeStyle as y, normalizeClass as x, unref as r, withCtx as C, createElementVNode as h } from "vue";
|
|
2
|
+
import { handleAfterInitEvent as v } from "../../../../utils/events/event-util.mjs";
|
|
3
|
+
const w = m({ __name: "placeholder-runtime", props: { pageContext: {}, configure: {} }, setup(s) {
|
|
4
|
+
const e = s, t = e.configure.runtime ? e.configure.runtime : {}, l = t.style, f = t.class, n = o(null), a = o(null);
|
|
5
|
+
return c(() => {
|
|
6
|
+
u(() => {
|
|
7
|
+
v(null, e.pageContext, e.configure, { formItemRef: n.value, componentRef: a.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
|
|
8
8
|
});
|
|
9
|
-
}), (
|
|
10
|
-
const
|
|
11
|
-
return
|
|
9
|
+
}), (k, _) => {
|
|
10
|
+
const i = p("el-form-item");
|
|
11
|
+
return d(), g(i, { ref_key: "formItemRef", ref: n, class: x(r(f)), style: y(r(l)) }, { default: C(() => [h("div", { ref_key: "componentRef", ref: a, style: { width: "100%", height: "100%" } }, " ", 512)]), _: 1 }, 8, ["class", "style"]);
|
|
12
12
|
};
|
|
13
13
|
} });
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
w as default
|
|
16
16
|
};
|