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
package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs
CHANGED
|
@@ -1,59 +1,52 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import { updateChartDatasources as
|
|
4
|
-
import { ElLoading as
|
|
5
|
-
import { http as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
const _ = { style: { overflow: "auto", height: "calc(100vh - 140px)" }, ref: "dialogBody" }, O = { class: "dialog-footer" }, x = e({ __name: "common-homepage-search", props: { configure: { type: Object, required: true }, pageContext: { type: Object, default: () => {
|
|
14
|
-
} } }, setup(e2, { expose: x2 }) {
|
|
15
|
-
const b = e2, N = t(false), J = t({}), j = t(0);
|
|
16
|
-
let I;
|
|
17
|
-
o(() => {
|
|
18
|
-
I = setTimeout(() => {
|
|
19
|
-
J.value = JSON.parse(JSON.stringify(b.pageContext.entity));
|
|
1
|
+
import { defineComponent as J, ref as p, onMounted as w, onUnmounted as I, resolveComponent as g, createBlock as d, openBlock as s, withCtx as r, createElementVNode as x, createVNode as h, createTextVNode as v, createCommentVNode as V, createElementBlock as T, Fragment as E, renderList as H } from "vue";
|
|
2
|
+
import M from "../../object-render.vue.mjs";
|
|
3
|
+
import { updateChartDatasources as A, getValueFromVariable as B } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { ElLoading as U, ElMessage as j } from "element-plus";
|
|
5
|
+
import { http as D } from "agilebuilder-ui";
|
|
6
|
+
const L = { style: { overflow: "auto", height: "calc(100vh - 140px)" }, ref: "dialogBody" }, F = { class: "dialog-footer" }, z = J({ __name: "common-homepage-search", props: { configure: { type: Object, required: !0 }, pageContext: { type: Object, default: () => {
|
|
7
|
+
} } }, setup(y, { expose: N }) {
|
|
8
|
+
const t = y, a = p(!1), m = p({}), S = p(0);
|
|
9
|
+
let f;
|
|
10
|
+
w(() => {
|
|
11
|
+
f = setTimeout(() => {
|
|
12
|
+
m.value = JSON.parse(JSON.stringify(t.pageContext.entity));
|
|
20
13
|
}, 200);
|
|
21
|
-
}),
|
|
22
|
-
|
|
14
|
+
}), I(() => {
|
|
15
|
+
f && clearTimeout(f);
|
|
23
16
|
});
|
|
24
|
-
const
|
|
25
|
-
|
|
26
|
-
},
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
|
|
17
|
+
const i = p([]), O = () => {
|
|
18
|
+
a.value = !1;
|
|
19
|
+
}, _ = () => {
|
|
20
|
+
const o = U.service({ lock: !0, text: "Loading", background: "rgba(0, 0, 0, 0.7)" });
|
|
21
|
+
A(t.pageContext, t.pageContext.initChartServiceConfigs, null, !1).then(() => {
|
|
22
|
+
a.value = !1;
|
|
30
23
|
}).finally(() => {
|
|
31
|
-
|
|
24
|
+
a.value = !1, o.close();
|
|
32
25
|
});
|
|
33
26
|
};
|
|
34
|
-
function
|
|
35
|
-
|
|
27
|
+
function b() {
|
|
28
|
+
t.pageContext.entity = JSON.parse(JSON.stringify(m.value)), S.value++;
|
|
36
29
|
}
|
|
37
|
-
function
|
|
38
|
-
const
|
|
39
|
-
|
|
40
|
-
const
|
|
41
|
-
|
|
30
|
+
function k() {
|
|
31
|
+
const o = {};
|
|
32
|
+
t.pageContext.variables.forEach((n) => {
|
|
33
|
+
const c = "${page." + n.name + "}";
|
|
34
|
+
o[c] = B(t.pageContext.entity, c, null);
|
|
42
35
|
});
|
|
43
|
-
let
|
|
44
|
-
|
|
45
|
-
const
|
|
46
|
-
window.localStorage.setItem("HOME_MY_CHARTS_CONDITIONS", JSON.stringify(
|
|
47
|
-
|
|
36
|
+
let e = window.localStorage.getItem("HOME_MY_CHARTS_CONDITIONS"), l = {};
|
|
37
|
+
e && (l = JSON.parse(e)), l[t.configure.homeChartSettingUserId] = o;
|
|
38
|
+
const C = JSON.stringify(o);
|
|
39
|
+
window.localStorage.setItem("HOME_MY_CHARTS_CONDITIONS", JSON.stringify(l)), m.value = JSON.parse(JSON.stringify(t.pageContext.entity)), D.post(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-settings/search-conditions", { id: t.configure.homeChartSettingUserId, searchConditionsJson: C }).then((n) => {
|
|
40
|
+
j.success("保存成功"), _();
|
|
48
41
|
});
|
|
49
42
|
}
|
|
50
|
-
return
|
|
51
|
-
|
|
52
|
-
} }), (
|
|
53
|
-
const
|
|
54
|
-
return
|
|
43
|
+
return N({ openSearch: () => {
|
|
44
|
+
a.value = !0, i.value = t.configure.pushHomepage.searchConditions;
|
|
45
|
+
} }), (o, e) => {
|
|
46
|
+
const l = g("el-empty"), C = g("el-form"), n = g("el-button"), c = g("el-dialog");
|
|
47
|
+
return s(), d(c, { modelValue: a.value, "onUpdate:modelValue": e[0] || (e[0] = (u) => a.value = u), title: "筛选", close: O, "append-to-body": "", fullscreen: "", top: "40vh", append: "", width: "70%", draggable: "" }, { default: r(() => [x("div", L, [i.value && i.value.length !== 0 ? V("", !0) : (s(), d(l, { key: 0, description: "未设置筛选条件", "image-size": 50 })), (s(), d(C, { key: S.value }, { default: r(() => [(s(!0), T(E, null, H(i.value, (u) => (s(), d(M, { key: u.uuid, configure: u, pageContext: y.pageContext }, null, 8, ["configure", "pageContext"]))), 128))]), _: 1 }))], 512)]), footer: r(() => [x("div", F, [h(n, { type: "primary", onClick: _ }, { default: r(() => e[1] || (e[1] = [v(" 确定 ", -1)])), _: 1, __: [1] }), h(n, { type: "default", onClick: b }, { default: r(() => e[2] || (e[2] = [v("重置", -1)])), _: 1, __: [2] }), h(n, { type: "primary", onClick: k }, { default: r(() => e[3] || (e[3] = [v(" 保存为默认条件 ", -1)])), _: 1, __: [3] })])]), _: 1 }, 8, ["modelValue"]);
|
|
55
48
|
};
|
|
56
49
|
} });
|
|
57
50
|
export {
|
|
58
|
-
|
|
51
|
+
z as default
|
|
59
52
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./gauge-runtime.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const p = t(o, [["__scopeId", "data-v-6f349ab2"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { updateChartOption as
|
|
5
|
-
import
|
|
6
|
-
import { use as
|
|
7
|
-
import { CanvasRenderer as
|
|
8
|
-
import { GaugeChart as
|
|
9
|
-
import { GridComponent as
|
|
10
|
-
import
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
const
|
|
16
|
-
|
|
1
|
+
import { defineComponent as R, ref as p, onMounted as b, watch as V, createElementBlock as k, openBlock as T, normalizeClass as _, normalizeStyle as D, unref as t, withDirectives as I, createVNode as c, vShow as O } from "vue";
|
|
2
|
+
import { initChartOption as z, getCustomTheme as F, exportCommonChart as S } from "../../../../utils/charts/chart-util.mjs";
|
|
3
|
+
import { updateChartDatasources as A, monitorFieldChange as B, getChartDatasFromPage as G } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { updateChartOption as H } from "../../../../utils/charts/chart-gauge-util.mjs";
|
|
5
|
+
import P from "../common/common-chart-header.vue.mjs";
|
|
6
|
+
import { use as E } from "echarts/core";
|
|
7
|
+
import { CanvasRenderer as j } from "echarts/renderers";
|
|
8
|
+
import { GaugeChart as q } from "echarts/charts";
|
|
9
|
+
import { GridComponent as J, TitleComponent as K, TooltipComponent as L, ToolboxComponent as M } from "echarts/components";
|
|
10
|
+
import N from "vue-echarts";
|
|
11
|
+
const re = R({ __name: "gauge-runtime", props: { pageContext: {}, configure: {} }, setup(l, { expose: g }) {
|
|
12
|
+
E([j, q, J, K, L, M]);
|
|
13
|
+
const o = l, h = p(null), n = p(), C = p(null), r = o.configure.runtime ? o.configure.runtime : {}, d = r.style, x = r.class, s = r.dataConfig, a = r.headerInfo ? r.headerInfo : {}, i = r.chartOption, v = o.configure.props ? o.configure.props : {}, y = F(v.customTheme);
|
|
14
|
+
z(o.configure, i), b(() => {
|
|
15
|
+
const e = G(o.pageContext, o.configure);
|
|
16
|
+
e && f(e);
|
|
17
17
|
});
|
|
18
|
-
let
|
|
19
|
-
function
|
|
20
|
-
|
|
18
|
+
let m = a.groupValue;
|
|
19
|
+
function u() {
|
|
20
|
+
s && A(o.pageContext, [s], a.drillParams);
|
|
21
21
|
}
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
V(a, () => {
|
|
23
|
+
m != a.groupValue && (m = a.groupValue, s && (s.services[0].groupValue = a.groupValue), u());
|
|
24
24
|
});
|
|
25
|
-
const
|
|
26
|
-
function
|
|
27
|
-
|
|
25
|
+
const w = a.monitorFields;
|
|
26
|
+
function f(e) {
|
|
27
|
+
e || (e = []), Array.isArray(e) && (e = e.length > 0 ? e[0] : {}), e || (e = {}), e.hasRender ? e.hasRender = !0 : (e.hasRender = !0, H(o.pageContext, o.configure, i, e), n.value && n.value.setOption(i, !0));
|
|
28
28
|
}
|
|
29
|
-
return
|
|
30
|
-
return
|
|
31
|
-
} }), (
|
|
29
|
+
return B(o.pageContext, w, u), g({ updateChartDatas: f, exportChart: function() {
|
|
30
|
+
return S(n.value, a);
|
|
31
|
+
} }), (e, Q) => (T(), k("div", { style: D(t(d)), class: _([t(x), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: h }, [I(c(P, { ref_key: "headerRef", ref: C, headerInfo: t(a), configure: e.configure, pageContext: e.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[O, t(a).showHeader || e.pageContext.showHomepageSearch]]), c(t(N), { ref_key: "chartRef", ref: n, class: "amb-chart-content", theme: t(y), option: t(i), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
32
32
|
} });
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
re as default
|
|
35
35
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./pie-runtime.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const p = t(o, [["__scopeId", "data-v-6a38f7d4"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import { updateChartOption as
|
|
4
|
-
import { doClickJumpPageEvent as
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import { use as
|
|
8
|
-
import { CanvasRenderer as
|
|
9
|
-
import { PieChart as
|
|
10
|
-
import { GridComponent as
|
|
11
|
-
import
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
const
|
|
15
|
-
function
|
|
16
|
-
"clearDrill"
|
|
1
|
+
import { defineComponent as T, ref as f, onMounted as E, watch as S, createElementBlock as _, openBlock as I, normalizeClass as O, normalizeStyle as j, unref as l, withDirectives as z, createVNode as v, vShow as F } from "vue";
|
|
2
|
+
import { initChartOption as A, monitorChartClickToVariable as B, clearChartSelected as H, getCustomTheme as U, exportCommonChart as G } from "../../../../utils/charts/chart-util.mjs";
|
|
3
|
+
import { updateChartOption as J } from "../../../../utils/charts/chart-pie-util.mjs";
|
|
4
|
+
import { doClickJumpPageEvent as L } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
import { updateChartDatasources as M, monitorFieldChange as N, getChartDatasFromPage as q } from "../../../../utils/page-helper-util.mjs";
|
|
6
|
+
import K from "../common/common-chart-header.vue.mjs";
|
|
7
|
+
import { use as Q } from "echarts/core";
|
|
8
|
+
import { CanvasRenderer as W } from "echarts/renderers";
|
|
9
|
+
import { PieChart as X } from "echarts/charts";
|
|
10
|
+
import { GridComponent as Y, LegendComponent as Z, TitleComponent as $, TooltipComponent as ee, ToolboxComponent as oe } from "echarts/components";
|
|
11
|
+
import re from "vue-echarts";
|
|
12
|
+
const me = T({ __name: "pie-runtime", props: { pageContext: {}, configure: {} }, setup(x, { expose: k }) {
|
|
13
|
+
Q([W, X, Y, Z, $, ee, oe]);
|
|
14
|
+
const e = x, R = f(null), a = f(), n = f(null), s = e.configure.props ? e.configure.props.enableDrill : null, g = e.configure.props ? e.configure.props.drillEndTrigger : null, p = e.configure.props ? e.configure.props.linkPage : null, u = e.configure.runtime ? e.configure.runtime : {}, D = u.style, b = u.class, t = u.dataConfig, r = u.headerInfo ? u.headerInfo : {}, c = u.chartOption, V = e.configure.props ? e.configure.props : {}, y = U(V.customTheme);
|
|
15
|
+
function w(o) {
|
|
16
|
+
g == "clearDrill" ? n.value && n.value.closeDrill && n.value.closeDrill(0) : g == "clickEvent" && m();
|
|
17
17
|
}
|
|
18
|
-
function
|
|
19
|
-
|
|
18
|
+
function m() {
|
|
19
|
+
p && p.jumpPageUrl && L(e.pageContext, e.configure, void 0);
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
const
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}), !
|
|
21
|
+
A(e.configure, c), E(() => {
|
|
22
|
+
const o = q(e.pageContext, e.configure);
|
|
23
|
+
o && C(o), a.value && (s || p && p.jumpPageUrl) && a.value.chart.on("click", function(d) {
|
|
24
|
+
s ? n.value && n.value.drill && n.value.drill(d, e.configure.cacheDatas) : m();
|
|
25
|
+
}), !s && e.configure.clickSet && a.value && B(e.pageContext, e.configure, a.value.chart);
|
|
26
26
|
});
|
|
27
|
-
let
|
|
28
|
-
function
|
|
29
|
-
|
|
27
|
+
let i = r.groupValue;
|
|
28
|
+
function h(o) {
|
|
29
|
+
t && (o !== !0 && (t.autoRefresh = !0), M(e.pageContext, [t], r.drillParams));
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
S(r, () => {
|
|
32
|
+
i != r.groupValue && (i = r.groupValue, t && (t.services[0].groupValue = r.groupValue), h(!1));
|
|
33
33
|
});
|
|
34
|
-
const
|
|
35
|
-
function
|
|
36
|
-
|
|
34
|
+
const P = r.monitorFields;
|
|
35
|
+
function C(o) {
|
|
36
|
+
o || (o = []), Array.isArray(o) && (o = o.length > 0 ? o[0] : {}), o || (o = {}), o.hasRender ? o.hasRender = !0 : (o.hasRender = !0, t.autoRefresh || (i = o.groupValue, i && r.groupComponent !== "checkbox" && (i = i.join(",")), r.groupValue = i), t.autoRefresh && s || H(e.pageContext, e.configure, a.value.chart), t.autoRefresh = !1, J(e.pageContext, e.configure, c, o), a.value && a.value.setOption(c, !0));
|
|
37
37
|
}
|
|
38
|
-
return
|
|
39
|
-
|
|
40
|
-
}),
|
|
41
|
-
return
|
|
42
|
-
} }), (
|
|
38
|
+
return N(e.pageContext, P, () => {
|
|
39
|
+
h(!0);
|
|
40
|
+
}), k({ updateChartDatas: C, exportChart: function() {
|
|
41
|
+
return G(a.value, r);
|
|
42
|
+
} }), (o, d) => (I(), _("div", { style: j(l(D)), class: O([l(b), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: R }, [z(v(K, { ref_key: "headerRef", ref: n, headerInfo: l(r), configure: o.configure, pageContext: o.pageContext, onDrillEnd: w, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[F, l(r).showHeader || o.pageContext.showHomepageSearch]]), v(l(re), { ref_key: "chartRef", ref: a, class: "amb-chart-content", theme: l(y), option: l(c), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
43
43
|
} });
|
|
44
44
|
export {
|
|
45
|
-
|
|
45
|
+
me as default
|
|
46
46
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./radar-runtime.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const p = t(o, [["__scopeId", "data-v-42f5f123"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { updateChartOption as
|
|
5
|
-
import
|
|
6
|
-
import { use as
|
|
7
|
-
import { CanvasRenderer as
|
|
8
|
-
import { RadarChart as
|
|
9
|
-
import { GridComponent as
|
|
10
|
-
import
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
const
|
|
16
|
-
|
|
1
|
+
import { defineComponent as w, ref as p, onMounted as b, watch as V, createElementBlock as k, openBlock as T, normalizeClass as _, normalizeStyle as D, unref as t, withDirectives as I, createVNode as c, vShow as O } from "vue";
|
|
2
|
+
import { initChartOption as z, getCustomTheme as F, exportCommonChart as S } from "../../../../utils/charts/chart-util.mjs";
|
|
3
|
+
import { updateChartDatasources as A, monitorFieldChange as B, getChartDatasFromPage as H } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { updateChartOption as P } from "../../../../utils/charts/chart-radar-util.mjs";
|
|
5
|
+
import E from "../common/common-chart-header.vue.mjs";
|
|
6
|
+
import { use as G } from "echarts/core";
|
|
7
|
+
import { CanvasRenderer as L } from "echarts/renderers";
|
|
8
|
+
import { RadarChart as M } from "echarts/charts";
|
|
9
|
+
import { GridComponent as j, TitleComponent as q, TooltipComponent as J, ToolboxComponent as K, LegendComponent as N } from "echarts/components";
|
|
10
|
+
import Q from "vue-echarts";
|
|
11
|
+
const ne = w({ __name: "radar-runtime", props: { pageContext: {}, configure: {} }, setup(l, { expose: h }) {
|
|
12
|
+
G([L, M, j, q, J, K, N]);
|
|
13
|
+
const o = l, g = p(null), n = p(), d = p(null), r = o.configure.runtime ? o.configure.runtime : {}, C = r.style, x = r.class, s = r.dataConfig, a = r.headerInfo ? r.headerInfo : {}, i = r.chartOption, v = o.configure.props ? o.configure.props : {}, y = F(v.customTheme);
|
|
14
|
+
z(o.configure, i), b(() => {
|
|
15
|
+
const e = H(o.pageContext, o.configure);
|
|
16
|
+
e && f(e);
|
|
17
17
|
});
|
|
18
|
-
let
|
|
19
|
-
function
|
|
20
|
-
|
|
18
|
+
let m = a.groupValue;
|
|
19
|
+
function u() {
|
|
20
|
+
s && A(o.pageContext, [s], a.drillParams);
|
|
21
21
|
}
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
V(a, () => {
|
|
23
|
+
m != a.groupValue && (m = a.groupValue, s && (s.services[0].groupValue = a.groupValue), u());
|
|
24
24
|
});
|
|
25
|
-
const
|
|
26
|
-
function
|
|
27
|
-
|
|
25
|
+
const R = a.monitorFields;
|
|
26
|
+
function f(e) {
|
|
27
|
+
e || (e = []), Array.isArray(e) && (e = e.length > 0 ? e[0] : {}), e || (e = {}), e.hasRender ? e.hasRender = !0 : (e.hasRender = !0, P(o.pageContext, o.configure, i, e), n.value && n.value.setOption(i, !0));
|
|
28
28
|
}
|
|
29
|
-
return
|
|
30
|
-
return
|
|
31
|
-
} }), (
|
|
29
|
+
return B(o.pageContext, R, u), h({ updateChartDatas: f, exportChart: function() {
|
|
30
|
+
return S(n.value, a);
|
|
31
|
+
} }), (e, U) => (T(), k("div", { style: D(t(C)), class: _([t(x), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: g }, [I(c(E, { ref_key: "headerRef", ref: d, headerInfo: t(a), configure: e.configure, pageContext: e.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[O, t(a).showHeader || e.pageContext.showHomepageSearch]]), c(t(Q), { ref_key: "chartRef", ref: n, class: "amb-chart-content", theme: t(y), option: t(i), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
32
32
|
} });
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
ne as default
|
|
35
35
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./scatter-runtime.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const p = t(o, [["__scopeId", "data-v-4a36176c"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { updateChartOption as
|
|
5
|
-
import
|
|
6
|
-
import { use as
|
|
7
|
-
import { CanvasRenderer as
|
|
8
|
-
import { ScatterChart as
|
|
9
|
-
import { GridComponent as
|
|
10
|
-
import
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
const
|
|
16
|
-
|
|
1
|
+
import { defineComponent as R, ref as p, onMounted as b, watch as V, createElementBlock as k, openBlock as D, normalizeClass as T, normalizeStyle as _, unref as a, withDirectives as I, createVNode as c, vShow as O } from "vue";
|
|
2
|
+
import { initChartOption as S, getCustomTheme as z, exportCommonChart as F } from "../../../../utils/charts/chart-util.mjs";
|
|
3
|
+
import { updateChartDatasources as A, monitorFieldChange as B, getChartDatasFromPage as H } from "../../../../utils/page-helper-util.mjs";
|
|
4
|
+
import { updateChartOption as P } from "../../../../utils/charts/chart-scatter-util.mjs";
|
|
5
|
+
import E from "../common/common-chart-header.vue.mjs";
|
|
6
|
+
import { use as G } from "echarts/core";
|
|
7
|
+
import { CanvasRenderer as L } from "echarts/renderers";
|
|
8
|
+
import { ScatterChart as M } from "echarts/charts";
|
|
9
|
+
import { GridComponent as N, LegendComponent as j, TitleComponent as q, TooltipComponent as J, ToolboxComponent as K, DataZoomComponent as Z } from "echarts/components";
|
|
10
|
+
import Q from "vue-echarts";
|
|
11
|
+
const se = R({ __name: "scatter-runtime", props: { pageContext: {}, configure: {} }, setup(l, { expose: h }) {
|
|
12
|
+
G([L, M, N, j, q, J, K, Z]);
|
|
13
|
+
const o = l, g = p(null), n = p(), C = p(null), r = o.configure.runtime ? o.configure.runtime : {}, d = r.style, x = r.class, s = r.dataConfig, t = r.headerInfo ? r.headerInfo : {}, i = r.chartOption, v = o.configure.props ? o.configure.props : {}, y = z(v.customTheme);
|
|
14
|
+
S(o.configure, i), b(() => {
|
|
15
|
+
const e = H(o.pageContext, o.configure);
|
|
16
|
+
e && f(e);
|
|
17
17
|
});
|
|
18
|
-
let
|
|
19
|
-
function
|
|
20
|
-
|
|
18
|
+
let m = t.groupValue;
|
|
19
|
+
function u() {
|
|
20
|
+
s && A(o.pageContext, [s], t.drillParams);
|
|
21
21
|
}
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
V(t, () => {
|
|
23
|
+
m != t.groupValue && (m = t.groupValue, s && (s.services[0].groupValue = t.groupValue), u());
|
|
24
24
|
});
|
|
25
|
-
const
|
|
26
|
-
function
|
|
27
|
-
|
|
25
|
+
const w = t.monitorFields;
|
|
26
|
+
function f(e) {
|
|
27
|
+
e || (e = []), Array.isArray(e) && (e = e.length > 0 ? e[0] : {}), e || (e = {}), e.hasRender ? e.hasRender = !0 : (e.hasRender = !0, P(o.pageContext, o.configure, i, e), n.value && n.value.setOption(i, !0));
|
|
28
28
|
}
|
|
29
|
-
return
|
|
30
|
-
return
|
|
31
|
-
} }), (
|
|
29
|
+
return B(o.pageContext, w, u), h({ updateChartDatas: f, exportChart: function() {
|
|
30
|
+
return F(n.value, t);
|
|
31
|
+
} }), (e, U) => (D(), k("div", { style: _(a(d)), class: T([a(x), "amb-widget-chart amb-widget-flex amb-chart-container"]), ref_key: "thisRef", ref: g }, [I(c(E, { ref_key: "headerRef", ref: C, headerInfo: a(t), configure: e.configure, pageContext: e.pageContext, class: "amb-chart-header" }, null, 8, ["headerInfo", "configure", "pageContext"]), [[O, a(t).showHeader || e.pageContext.showHomepageSearch]]), c(a(Q), { ref_key: "chartRef", ref: n, class: "amb-chart-content", theme: a(y), option: a(i), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
32
32
|
} });
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
se as default
|
|
35
35
|
};
|