super-page-runtime 3.0.6 → 3.0.7
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/components/{super-page → runtime}/utils/api/api-util.js +3 -3
- package/dist/es/components/{super-page → runtime}/utils/assemblys-config.js +1 -1
- package/dist/es/components/{super-page → runtime}/utils/common-util.js +2 -2
- package/dist/es/components/{super-page → runtime}/utils/eventBus.js +1 -1
- package/dist/es/components/{super-page → runtime}/utils/events/event-util.js +3 -3
- package/dist/es/components/{super-page → runtime}/utils/events/standard-event.js +6 -7
- package/dist/es/components/{super-page → runtime}/utils/events/validator-util.js +4 -4
- package/dist/es/components/{super-page → runtime}/utils/global-refs.js +1 -1
- package/dist/es/components/{super-page → runtime}/utils/page-helper-util.js +3 -3
- package/dist/es/components/{super-page → runtime}/utils/page-init-util.js +2 -2
- package/dist/es/components/{super-page → runtime}/utils/table-utils.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/button/button/button-runtime.vue2.js +3 -3
- package/dist/es/components/{super-page → runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +54 -0
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +50 -0
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +51 -0
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +51 -0
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +52 -0
- package/dist/es/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue.js +3 -3
- package/dist/es/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue.js +3 -3
- package/dist/es/components/{super-page → runtime}/views/assemblys/container/card/card-runtime.vue2.js +4 -4
- package/dist/es/components/{super-page → runtime}/views/assemblys/container/collapse/collapse-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/container/container/container-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/container/flex/flex-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/container/form/form-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/container/tabs/tabs-runtime.vue2.js +6 -6
- package/dist/es/components/{super-page → runtime}/views/assemblys/container/tools/tools-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/main-table-runtime.vue.js +3 -3
- package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/sub-table-runtime.vue.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/table-runtime.vue2.js +5 -6
- package/dist/es/components/{super-page → runtime}/views/assemblys/error-render.vue.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +4 -5
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/input-number/input-number-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/input-text/inputtext-runtime.vue2.js +6 -6
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/label/label-runtime.vue2.js +4 -4
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/link/link-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/radio/radio-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/rich-text/richtext-runtime.vue2.js +3 -5
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/select/select-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/switch/switch-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/tag/tag-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/form/textarea/textarea-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/object-render.vue.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
- package/dist/es/components/{super-page → runtime}/views/super-page.vue.js +6 -7
- package/dist/es/components/super-page-dialog/super-page-dialog.vue.js +2 -2
- package/dist/es/components/wf-editor/wf-editor.vue.js +1 -1
- package/dist/es/index.d.ts +1 -1
- package/dist/es/index.js +1 -1
- package/dist/favicon.ico +0 -0
- package/dist/lib/components/{super-page → runtime}/utils/api/api-util.js +12 -12
- package/dist/lib/components/{super-page → runtime}/utils/assemblys-config.js +35 -35
- package/dist/lib/components/{super-page → runtime}/utils/common-util.js +4 -4
- package/dist/lib/components/{super-page → runtime}/utils/eventBus.js +1 -1
- package/dist/lib/components/{super-page → runtime}/utils/events/event-util.js +8 -8
- package/dist/lib/components/{super-page → runtime}/utils/events/standard-event.js +105 -106
- package/dist/lib/components/{super-page → runtime}/utils/events/validator-util.js +15 -15
- package/dist/lib/components/{super-page → runtime}/utils/global-refs.js +1 -1
- package/dist/lib/components/{super-page → runtime}/utils/page-helper-util.js +8 -8
- package/dist/lib/components/{super-page → runtime}/utils/page-init-util.js +5 -5
- package/dist/lib/components/{super-page → runtime}/utils/table-utils.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +54 -0
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +35 -0
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +110 -0
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +53 -0
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +49 -0
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +50 -0
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +50 -0
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +51 -0
- package/dist/lib/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue.js +21 -21
- package/dist/lib/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue.js +30 -30
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +104 -0
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +72 -0
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +74 -0
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +79 -0
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +43 -0
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +44 -0
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +30 -0
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +69 -0
- package/dist/lib/components/{super-page → runtime}/views/assemblys/container/tools/tools-runtime.vue2.js +12 -12
- package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/main-table-runtime.vue.js +26 -26
- package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/sub-table-runtime.vue.js +15 -15
- package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/table-runtime.vue2.js +11 -12
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +22 -0
- package/dist/lib/components/{super-page → runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +24 -24
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +82 -0
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +40 -0
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +74 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +127 -0
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +127 -0
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +77 -0
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +29 -0
- package/dist/lib/components/{super-page → runtime}/views/assemblys/form/radio/radio-runtime.vue2.js +25 -25
- package/dist/lib/components/{super-page → runtime}/views/assemblys/form/rich-text/richtext-runtime.vue2.js +37 -39
- package/dist/lib/components/{super-page → runtime}/views/assemblys/form/select/select-runtime.vue2.js +41 -41
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +65 -0
- package/dist/lib/components/{super-page → runtime}/views/assemblys/object-render.vue.js +18 -18
- package/dist/lib/components/{super-page → runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +9 -9
- package/dist/lib/components/{super-page → runtime}/views/super-page.vue.js +60 -61
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue.js +14 -14
- package/dist/lib/components/wf-editor/wf-editor.vue.js +4 -4
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/super-page-runtime.umd.js +213932 -0
- package/package.json +3 -4
- package/dist/es/_virtual/AttributeMap.js +0 -4
- package/dist/es/_virtual/Delta.js +0 -4
- package/dist/es/_virtual/Op.js +0 -4
- package/dist/es/_virtual/OpIterator.js +0 -4
- package/dist/es/_virtual/__vite-browser-external.js +0 -4
- package/dist/es/_virtual/_commonjsHelpers.js +0 -8
- package/dist/es/_virtual/dayjs.min.js +0 -4
- package/dist/es/_virtual/index.js +0 -4
- package/dist/es/_virtual/index2.js +0 -4
- package/dist/es/_virtual/index3.js +0 -4
- package/dist/es/components/super-page/views/assemblys/chart/column-line/column-line-runtime.vue2.js +0 -60
- package/dist/es/components/super-page/views/assemblys/chart/gauge/gauge-runtime.vue2.js +0 -53
- package/dist/es/components/super-page/views/assemblys/chart/pie/pie-runtime.vue2.js +0 -55
- package/dist/es/components/super-page/views/assemblys/chart/radar/radar-runtime.vue2.js +0 -55
- package/dist/es/components/super-page/views/assemblys/chart/scatter/scatter-runtime.vue2.js +0 -57
- package/dist/lib/_virtual/AttributeMap.js +0 -4
- package/dist/lib/_virtual/Delta.js +0 -4
- package/dist/lib/_virtual/Op.js +0 -4
- package/dist/lib/_virtual/OpIterator.js +0 -4
- package/dist/lib/_virtual/__vite-browser-external.js +0 -3
- package/dist/lib/_virtual/_commonjsHelpers.js +0 -8
- package/dist/lib/_virtual/dayjs.min.js +0 -4
- package/dist/lib/_virtual/index.js +0 -4
- package/dist/lib/_virtual/index2.js +0 -4
- package/dist/lib/_virtual/index3.js +0 -4
- package/dist/lib/components/super-page/views/assemblys/button/button/button-runtime.vue2.js +0 -54
- package/dist/lib/components/super-page/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +0 -35
- package/dist/lib/components/super-page/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +0 -110
- package/dist/lib/components/super-page/views/assemblys/chart/column-line/column-line-runtime.vue2.js +0 -59
- package/dist/lib/components/super-page/views/assemblys/chart/gauge/gauge-runtime.vue2.js +0 -52
- package/dist/lib/components/super-page/views/assemblys/chart/pie/pie-runtime.vue2.js +0 -54
- package/dist/lib/components/super-page/views/assemblys/chart/radar/radar-runtime.vue2.js +0 -54
- package/dist/lib/components/super-page/views/assemblys/chart/scatter/scatter-runtime.vue2.js +0 -56
- package/dist/lib/components/super-page/views/assemblys/common/task-informition-dialog.vue.js +0 -104
- package/dist/lib/components/super-page/views/assemblys/container/card/card-runtime.vue2.js +0 -72
- package/dist/lib/components/super-page/views/assemblys/container/collapse/collapse-runtime.vue2.js +0 -74
- package/dist/lib/components/super-page/views/assemblys/container/container/container-runtime.vue2.js +0 -79
- package/dist/lib/components/super-page/views/assemblys/container/flex/flex-runtime.vue2.js +0 -43
- package/dist/lib/components/super-page/views/assemblys/container/form/form-runtime.vue2.js +0 -44
- package/dist/lib/components/super-page/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -30
- package/dist/lib/components/super-page/views/assemblys/container/tabs/tabs-runtime.vue2.js +0 -69
- package/dist/lib/components/super-page/views/assemblys/error-render.vue.js +0 -22
- package/dist/lib/components/super-page/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +0 -82
- package/dist/lib/components/super-page/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +0 -64
- package/dist/lib/components/super-page/views/assemblys/form/divider/divider-runtime.vue2.js +0 -40
- package/dist/lib/components/super-page/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +0 -74
- package/dist/lib/components/super-page/views/assemblys/form/input-number/input-number-runtime.vue2.js +0 -63
- package/dist/lib/components/super-page/views/assemblys/form/input-text/inputtext-runtime.vue2.js +0 -127
- package/dist/lib/components/super-page/views/assemblys/form/label/label-runtime.vue2.js +0 -127
- package/dist/lib/components/super-page/views/assemblys/form/link/link-runtime.vue2.js +0 -77
- package/dist/lib/components/super-page/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +0 -29
- package/dist/lib/components/super-page/views/assemblys/form/switch/switch-runtime.vue2.js +0 -63
- package/dist/lib/components/super-page/views/assemblys/form/tag/tag-runtime.vue2.js +0 -63
- package/dist/lib/components/super-page/views/assemblys/form/textarea/textarea-runtime.vue2.js +0 -65
- /package/dist/es/components/{super-page → runtime}/index.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/index.js +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/api/api-util.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/charts/chart-util.js +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/common-util.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/eventBus.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/events/event-util.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/events/standard-event.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/events/validator-util.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/global-refs.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/interfaces/page-design-types.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/interfaces/page-design-types.js +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/page-helper-util.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/page-init-util.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/store-util.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/store-util.js +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/store.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/utils/store.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/button/button/button-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/pie/pie-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/radar/radar-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue2.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue2.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue2.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/container/card/card-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/container/container/container-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/container/flex/flex-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/container/form/form-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/container/tabs/tabs-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/container/tools/tools-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/main-table-runtime.vue2.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/data/table/table-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/error-render.vue.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/error-render.vue2.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/divider/divider-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/label/label-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/link/link-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/radio/radio-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/select/select-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/switch/switch-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/tag/tag-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/object-render.vue.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/object-render.vue2.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -0
- /package/dist/es/components/{super-page → runtime}/views/super-page.vue.d.ts +0 -0
- /package/dist/es/components/{super-page → runtime}/views/super-page.vue2.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/index.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/index.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/api/api-util.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/charts/chart-util.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/common-util.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/eventBus.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/events/event-util.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/events/standard-event.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/events/validator-util.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/global-refs.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/interfaces/page-design-types.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/interfaces/page-design-types.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/page-helper-util.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/page-init-util.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/store-util.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/store-util.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/store.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/utils/store.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/button/button/button-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/button/button-group/buttongroup-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/button/dropdown/dropdown-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/column-line/column-line-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/gauge/gauge-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/pie/pie-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/radar/radar-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/chart/scatter/scatter-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/export-form-report-dialog.vue2.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/remove-signer-dialog.vue2.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/common/task-informition-dialog.vue2.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/card/card-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/collapse/collapse-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/container/container-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/flex/flex-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/form/form-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/iframe/iframe-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/tabs/tabs-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/container/tools/tools-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/main-table-runtime.vue2.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/sub-table-runtime.vue2.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/data/table/table-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/error-render.vue.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/error-render.vue2.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/checkbox/checkbox-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/date-picker/datepicker-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/dept-tree/depttree-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/divider/divider-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/file-upload/fileupload-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/input-number/input-number-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/input-text/inputtext-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/label/label-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/link/link-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/placeholder/placeholder-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/radio/radio-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/rich-text/richtext-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/select/select-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/switch/switch-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/tag/tag-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/form/textarea/textarea-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/object-render.vue.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/object-render.vue2.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/super-page.vue.d.ts +0 -0
- /package/dist/lib/components/{super-page → runtime}/views/super-page.vue2.js +0 -0
package/dist/lib/components/super-page/views/assemblys/button/dropdown/dropdown-runtime.vue2.js
DELETED
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const Vue = require("vue");
|
|
3
|
-
const index = require("../../../../../../node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.4.21/node_modules/@element-plus/icons-vue/dist/index.js");
|
|
4
|
-
const pageHelperUtil = require("../../../../utils/page-helper-util.js");
|
|
5
|
-
const _hoisted_1 = { key: 1 };
|
|
6
|
-
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
7
|
-
__name: "dropdown-runtime",
|
|
8
|
-
props: {
|
|
9
|
-
pageContext: {},
|
|
10
|
-
configure: {}
|
|
11
|
-
},
|
|
12
|
-
setup(__props) {
|
|
13
|
-
const props = __props;
|
|
14
|
-
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
15
|
-
const runtimeStyle = runtimeInfo.style;
|
|
16
|
-
const runtimeClass = runtimeInfo.class;
|
|
17
|
-
const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
|
|
18
|
-
let listOptions = null;
|
|
19
|
-
const dataOrigin = props.configure.props && props.configure.props.dataOrigin ? props.configure.props.dataOrigin : {};
|
|
20
|
-
const valueType = dataOrigin.optionValueSetType;
|
|
21
|
-
if (valueType == "variable") {
|
|
22
|
-
listOptions = Vue.computed(() => {
|
|
23
|
-
let options;
|
|
24
|
-
const menuValues = pageHelperUtil.formatVariableValue(props.pageContext, designProperty.menuField);
|
|
25
|
-
if (menuValues && Array.isArray(menuValues)) {
|
|
26
|
-
options = menuValues;
|
|
27
|
-
for (let i = 0; i < options.length; i++) {
|
|
28
|
-
const option = options[i];
|
|
29
|
-
if (!option.label) {
|
|
30
|
-
option.label = i + 1;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
} else {
|
|
34
|
-
const strs = (menuValues ? menuValues + "" : "").trim().split(",");
|
|
35
|
-
options = [];
|
|
36
|
-
for (let str of strs) {
|
|
37
|
-
options.push({
|
|
38
|
-
value: str,
|
|
39
|
-
label: str
|
|
40
|
-
});
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
return options;
|
|
44
|
-
});
|
|
45
|
-
} else {
|
|
46
|
-
listOptions = Vue.ref(designProperty.options ? designProperty.options : []);
|
|
47
|
-
}
|
|
48
|
-
return (_ctx, _cache) => {
|
|
49
|
-
const _component_el_button = Vue.resolveComponent("el-button");
|
|
50
|
-
const _component_el_icon = Vue.resolveComponent("el-icon");
|
|
51
|
-
const _component_el_text = Vue.resolveComponent("el-text");
|
|
52
|
-
const _component_el_dropdown_item = Vue.resolveComponent("el-dropdown-item");
|
|
53
|
-
const _component_el_dropdown_menu = Vue.resolveComponent("el-dropdown-menu");
|
|
54
|
-
const _component_el_dropdown = Vue.resolveComponent("el-dropdown");
|
|
55
|
-
return Vue.openBlock(), Vue.createBlock(_component_el_dropdown, {
|
|
56
|
-
class: Vue.normalizeClass(Vue.unref(runtimeClass)),
|
|
57
|
-
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
58
|
-
placement: Vue.unref(designProperty).placement,
|
|
59
|
-
"split-button": Vue.unref(designProperty).splitButton,
|
|
60
|
-
disabled: Vue.unref(designProperty).state === "disabled",
|
|
61
|
-
type: Vue.unref(designProperty).buttonType,
|
|
62
|
-
size: Vue.unref(designProperty).size,
|
|
63
|
-
trigger: Vue.unref(designProperty).trigger
|
|
64
|
-
}, {
|
|
65
|
-
dropdown: Vue.withCtx(() => [
|
|
66
|
-
Vue.createVNode(_component_el_dropdown_menu, null, {
|
|
67
|
-
default: Vue.withCtx(() => [
|
|
68
|
-
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(Vue.unref(listOptions), (item, index2) => {
|
|
69
|
-
return Vue.openBlock(), Vue.createBlock(_component_el_dropdown_item, { key: item }, {
|
|
70
|
-
default: Vue.withCtx(() => [
|
|
71
|
-
Vue.createTextVNode(Vue.toDisplayString(item.label), 1)
|
|
72
|
-
]),
|
|
73
|
-
_: 2
|
|
74
|
-
}, 1024);
|
|
75
|
-
}), 128))
|
|
76
|
-
]),
|
|
77
|
-
_: 1
|
|
78
|
-
})
|
|
79
|
-
]),
|
|
80
|
-
default: Vue.withCtx(() => [
|
|
81
|
-
Vue.unref(designProperty).triggerElement === "button" ? (Vue.openBlock(), Vue.createElementBlock(Vue.Fragment, { key: 0 }, [
|
|
82
|
-
!Vue.unref(designProperty).splitButton ? (Vue.openBlock(), Vue.createBlock(_component_el_button, {
|
|
83
|
-
key: 0,
|
|
84
|
-
size: Vue.unref(designProperty).size,
|
|
85
|
-
type: Vue.unref(designProperty).buttonType
|
|
86
|
-
}, {
|
|
87
|
-
default: Vue.withCtx(() => [
|
|
88
|
-
Vue.createTextVNode(Vue.toDisplayString(Vue.unref(designProperty).title), 1)
|
|
89
|
-
]),
|
|
90
|
-
_: 1
|
|
91
|
-
}, 8, ["size", "type"])) : (Vue.openBlock(), Vue.createElementBlock("span", _hoisted_1, Vue.toDisplayString(Vue.unref(designProperty).title), 1))
|
|
92
|
-
], 64)) : (Vue.openBlock(), Vue.createBlock(_component_el_text, { key: 1 }, {
|
|
93
|
-
default: Vue.withCtx(() => [
|
|
94
|
-
Vue.createTextVNode(Vue.toDisplayString(Vue.unref(designProperty).title) + " ", 1),
|
|
95
|
-
Vue.createVNode(_component_el_icon, null, {
|
|
96
|
-
default: Vue.withCtx(() => [
|
|
97
|
-
Vue.createVNode(Vue.unref(index.ArrowDown))
|
|
98
|
-
]),
|
|
99
|
-
_: 1
|
|
100
|
-
})
|
|
101
|
-
]),
|
|
102
|
-
_: 1
|
|
103
|
-
}))
|
|
104
|
-
]),
|
|
105
|
-
_: 1
|
|
106
|
-
}, 8, ["class", "style", "placement", "split-button", "disabled", "type", "size", "trigger"]);
|
|
107
|
-
};
|
|
108
|
-
}
|
|
109
|
-
});
|
|
110
|
-
module.exports = _sfc_main;
|
package/dist/lib/components/super-page/views/assemblys/chart/column-line/column-line-runtime.vue2.js
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const Vue = require("vue");
|
|
3
|
-
const chartUtil = require("../../../../utils/charts/chart-util.js");
|
|
4
|
-
const index_esm_min = require("../../../../../../node_modules/.pnpm/vue-echarts@6.6.9_echarts@5.5.0_vue@3.4.21/node_modules/vue-echarts/dist/index.esm.min.js");
|
|
5
|
-
const extension = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/extension.js");
|
|
6
|
-
const installCanvasRenderer = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/renderer/installCanvasRenderer.js");
|
|
7
|
-
const install = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/chart/line/install.js");
|
|
8
|
-
const install$1 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/grid/install.js");
|
|
9
|
-
const install$2 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/legend/install.js");
|
|
10
|
-
const install$3 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/title/install.js");
|
|
11
|
-
const install$4 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/tooltip/install.js");
|
|
12
|
-
const install$5 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/chart/bar/install.js");
|
|
13
|
-
const install$6 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/toolbox/install.js");
|
|
14
|
-
const install$7 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/dataZoom/install.js");
|
|
15
|
-
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
16
|
-
__name: "column-line-runtime",
|
|
17
|
-
props: {
|
|
18
|
-
pageContext: {},
|
|
19
|
-
configure: {}
|
|
20
|
-
},
|
|
21
|
-
setup(__props) {
|
|
22
|
-
extension.use([
|
|
23
|
-
installCanvasRenderer.install,
|
|
24
|
-
install.install,
|
|
25
|
-
install$1.install,
|
|
26
|
-
install$2.install,
|
|
27
|
-
install$3.install,
|
|
28
|
-
install$4.install,
|
|
29
|
-
install$5.install,
|
|
30
|
-
install$6.install,
|
|
31
|
-
install$7.install
|
|
32
|
-
]);
|
|
33
|
-
const props = __props;
|
|
34
|
-
const thisRef = Vue.ref(null);
|
|
35
|
-
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
36
|
-
const runtimeStyle = runtimeInfo.style;
|
|
37
|
-
const runtimeClass = runtimeInfo.class;
|
|
38
|
-
const chartOption = runtimeInfo.chartOption;
|
|
39
|
-
console.log("chartOption-runtime", chartOption);
|
|
40
|
-
const configureProps = props.configure.props ? props.configure.props : {};
|
|
41
|
-
const customTheme = chartUtil.getCustomTheme(configureProps.customTheme);
|
|
42
|
-
return (_ctx, _cache) => {
|
|
43
|
-
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
44
|
-
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
45
|
-
class: Vue.normalizeClass([Vue.unref(runtimeClass), "amb-widget-chart"]),
|
|
46
|
-
ref_key: "thisRef",
|
|
47
|
-
ref: thisRef
|
|
48
|
-
}, [
|
|
49
|
-
Vue.createVNode(Vue.unref(index_esm_min.default), {
|
|
50
|
-
ref: "chartRef",
|
|
51
|
-
theme: Vue.unref(customTheme),
|
|
52
|
-
option: Vue.unref(chartOption),
|
|
53
|
-
autoresize: ""
|
|
54
|
-
}, null, 8, ["theme", "option"])
|
|
55
|
-
], 6);
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
});
|
|
59
|
-
module.exports = _sfc_main;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const Vue = require("vue");
|
|
3
|
-
const chartUtil = require("../../../../utils/charts/chart-util.js");
|
|
4
|
-
const index_esm_min = require("../../../../../../node_modules/.pnpm/vue-echarts@6.6.9_echarts@5.5.0_vue@3.4.21/node_modules/vue-echarts/dist/index.esm.min.js");
|
|
5
|
-
const install = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/chart/gauge/install.js");
|
|
6
|
-
const extension = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/extension.js");
|
|
7
|
-
const installCanvasRenderer = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/renderer/installCanvasRenderer.js");
|
|
8
|
-
const install$1 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/grid/install.js");
|
|
9
|
-
const install$2 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/title/install.js");
|
|
10
|
-
const install$3 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/tooltip/install.js");
|
|
11
|
-
const install$4 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/toolbox/install.js");
|
|
12
|
-
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
13
|
-
__name: "gauge-runtime",
|
|
14
|
-
props: {
|
|
15
|
-
pageContext: {},
|
|
16
|
-
configure: {}
|
|
17
|
-
},
|
|
18
|
-
setup(__props) {
|
|
19
|
-
extension.use([
|
|
20
|
-
installCanvasRenderer.install,
|
|
21
|
-
install.install,
|
|
22
|
-
install$1.install,
|
|
23
|
-
install$2.install,
|
|
24
|
-
install$3.install,
|
|
25
|
-
install$4.install
|
|
26
|
-
]);
|
|
27
|
-
const props = __props;
|
|
28
|
-
const thisRef = Vue.ref(null);
|
|
29
|
-
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
30
|
-
const runtimeStyle = runtimeInfo.style;
|
|
31
|
-
const runtimeClass = runtimeInfo.class;
|
|
32
|
-
const chartOption = runtimeInfo.chartOption;
|
|
33
|
-
const configureProps = props.configure.props ? props.configure.props : {};
|
|
34
|
-
const customTheme = chartUtil.getCustomTheme(configureProps.customTheme);
|
|
35
|
-
return (_ctx, _cache) => {
|
|
36
|
-
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
37
|
-
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
38
|
-
class: Vue.normalizeClass([Vue.unref(runtimeClass), "amb-widget-chart"]),
|
|
39
|
-
ref_key: "thisRef",
|
|
40
|
-
ref: thisRef
|
|
41
|
-
}, [
|
|
42
|
-
Vue.createVNode(Vue.unref(index_esm_min.default), {
|
|
43
|
-
ref: "chartRef",
|
|
44
|
-
theme: Vue.unref(customTheme),
|
|
45
|
-
option: Vue.unref(chartOption),
|
|
46
|
-
autoresize: ""
|
|
47
|
-
}, null, 8, ["theme", "option"])
|
|
48
|
-
], 6);
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
});
|
|
52
|
-
module.exports = _sfc_main;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const Vue = require("vue");
|
|
3
|
-
const chartUtil = require("../../../../utils/charts/chart-util.js");
|
|
4
|
-
const index_esm_min = require("../../../../../../node_modules/.pnpm/vue-echarts@6.6.9_echarts@5.5.0_vue@3.4.21/node_modules/vue-echarts/dist/index.esm.min.js");
|
|
5
|
-
const install = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/chart/pie/install.js");
|
|
6
|
-
const extension = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/extension.js");
|
|
7
|
-
const installCanvasRenderer = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/renderer/installCanvasRenderer.js");
|
|
8
|
-
const install$1 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/grid/install.js");
|
|
9
|
-
const install$2 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/legend/install.js");
|
|
10
|
-
const install$3 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/title/install.js");
|
|
11
|
-
const install$4 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/tooltip/install.js");
|
|
12
|
-
const install$5 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/toolbox/install.js");
|
|
13
|
-
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
14
|
-
__name: "pie-runtime",
|
|
15
|
-
props: {
|
|
16
|
-
pageContext: {},
|
|
17
|
-
configure: {}
|
|
18
|
-
},
|
|
19
|
-
setup(__props) {
|
|
20
|
-
extension.use([
|
|
21
|
-
installCanvasRenderer.install,
|
|
22
|
-
install.install,
|
|
23
|
-
install$1.install,
|
|
24
|
-
install$2.install,
|
|
25
|
-
install$3.install,
|
|
26
|
-
install$4.install,
|
|
27
|
-
install$5.install
|
|
28
|
-
]);
|
|
29
|
-
const props = __props;
|
|
30
|
-
const thisRef = Vue.ref(null);
|
|
31
|
-
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
32
|
-
const runtimeStyle = runtimeInfo.style;
|
|
33
|
-
const runtimeClass = runtimeInfo.class;
|
|
34
|
-
const chartOption = runtimeInfo.chartOption;
|
|
35
|
-
const configureProps = props.configure.props ? props.configure.props : {};
|
|
36
|
-
const customTheme = chartUtil.getCustomTheme(configureProps.customTheme);
|
|
37
|
-
return (_ctx, _cache) => {
|
|
38
|
-
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
39
|
-
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
40
|
-
class: Vue.normalizeClass([Vue.unref(runtimeClass), "amb-widget-chart"]),
|
|
41
|
-
ref_key: "thisRef",
|
|
42
|
-
ref: thisRef
|
|
43
|
-
}, [
|
|
44
|
-
Vue.createVNode(Vue.unref(index_esm_min.default), {
|
|
45
|
-
ref: "chartRef",
|
|
46
|
-
theme: Vue.unref(customTheme),
|
|
47
|
-
option: Vue.unref(chartOption),
|
|
48
|
-
autoresize: ""
|
|
49
|
-
}, null, 8, ["theme", "option"])
|
|
50
|
-
], 6);
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
module.exports = _sfc_main;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const Vue = require("vue");
|
|
3
|
-
const chartUtil = require("../../../../utils/charts/chart-util.js");
|
|
4
|
-
const index_esm_min = require("../../../../../../node_modules/.pnpm/vue-echarts@6.6.9_echarts@5.5.0_vue@3.4.21/node_modules/vue-echarts/dist/index.esm.min.js");
|
|
5
|
-
const install = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/chart/radar/install.js");
|
|
6
|
-
const extension = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/extension.js");
|
|
7
|
-
const installCanvasRenderer = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/renderer/installCanvasRenderer.js");
|
|
8
|
-
const install$1 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/grid/install.js");
|
|
9
|
-
const install$2 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/title/install.js");
|
|
10
|
-
const install$3 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/tooltip/install.js");
|
|
11
|
-
const install$4 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/toolbox/install.js");
|
|
12
|
-
const install$5 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/legend/install.js");
|
|
13
|
-
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
14
|
-
__name: "radar-runtime",
|
|
15
|
-
props: {
|
|
16
|
-
pageContext: {},
|
|
17
|
-
configure: {}
|
|
18
|
-
},
|
|
19
|
-
setup(__props) {
|
|
20
|
-
extension.use([
|
|
21
|
-
installCanvasRenderer.install,
|
|
22
|
-
install.install,
|
|
23
|
-
install$1.install,
|
|
24
|
-
install$2.install,
|
|
25
|
-
install$3.install,
|
|
26
|
-
install$4.install,
|
|
27
|
-
install$5.install
|
|
28
|
-
]);
|
|
29
|
-
const props = __props;
|
|
30
|
-
const thisRef = Vue.ref(null);
|
|
31
|
-
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
32
|
-
const runtimeStyle = runtimeInfo.style;
|
|
33
|
-
const runtimeClass = runtimeInfo.class;
|
|
34
|
-
const chartOption = runtimeInfo.chartOption;
|
|
35
|
-
const configureProps = props.configure.props ? props.configure.props : {};
|
|
36
|
-
const customTheme = chartUtil.getCustomTheme(configureProps.customTheme);
|
|
37
|
-
return (_ctx, _cache) => {
|
|
38
|
-
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
39
|
-
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
40
|
-
class: Vue.normalizeClass([Vue.unref(runtimeClass), "amb-widget-chart"]),
|
|
41
|
-
ref_key: "thisRef",
|
|
42
|
-
ref: thisRef
|
|
43
|
-
}, [
|
|
44
|
-
Vue.createVNode(Vue.unref(index_esm_min.default), {
|
|
45
|
-
ref: "chartRef",
|
|
46
|
-
theme: Vue.unref(customTheme),
|
|
47
|
-
option: Vue.unref(chartOption),
|
|
48
|
-
autoresize: ""
|
|
49
|
-
}, null, 8, ["theme", "option"])
|
|
50
|
-
], 6);
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
module.exports = _sfc_main;
|
package/dist/lib/components/super-page/views/assemblys/chart/scatter/scatter-runtime.vue2.js
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const Vue = require("vue");
|
|
3
|
-
const chartUtil = require("../../../../utils/charts/chart-util.js");
|
|
4
|
-
const index_esm_min = require("../../../../../../node_modules/.pnpm/vue-echarts@6.6.9_echarts@5.5.0_vue@3.4.21/node_modules/vue-echarts/dist/index.esm.min.js");
|
|
5
|
-
const install = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/chart/scatter/install.js");
|
|
6
|
-
const extension = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/extension.js");
|
|
7
|
-
const installCanvasRenderer = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/renderer/installCanvasRenderer.js");
|
|
8
|
-
const install$1 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/grid/install.js");
|
|
9
|
-
const install$2 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/legend/install.js");
|
|
10
|
-
const install$3 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/title/install.js");
|
|
11
|
-
const install$4 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/tooltip/install.js");
|
|
12
|
-
const install$5 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/toolbox/install.js");
|
|
13
|
-
const install$6 = require("../../../../../../node_modules/.pnpm/echarts@5.5.0/node_modules/echarts/lib/component/dataZoom/install.js");
|
|
14
|
-
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
15
|
-
__name: "scatter-runtime",
|
|
16
|
-
props: {
|
|
17
|
-
pageContext: {},
|
|
18
|
-
configure: {}
|
|
19
|
-
},
|
|
20
|
-
setup(__props) {
|
|
21
|
-
extension.use([
|
|
22
|
-
installCanvasRenderer.install,
|
|
23
|
-
install.install,
|
|
24
|
-
install$1.install,
|
|
25
|
-
install$2.install,
|
|
26
|
-
install$3.install,
|
|
27
|
-
install$4.install,
|
|
28
|
-
install$5.install,
|
|
29
|
-
install$6.install
|
|
30
|
-
]);
|
|
31
|
-
const props = __props;
|
|
32
|
-
const thisRef = Vue.ref(null);
|
|
33
|
-
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
34
|
-
const runtimeStyle = runtimeInfo.style;
|
|
35
|
-
const runtimeClass = runtimeInfo.class;
|
|
36
|
-
const chartOption = runtimeInfo.chartOption;
|
|
37
|
-
const configureProps = props.configure.props ? props.configure.props : {};
|
|
38
|
-
const customTheme = chartUtil.getCustomTheme(configureProps.customTheme);
|
|
39
|
-
return (_ctx, _cache) => {
|
|
40
|
-
return Vue.openBlock(), Vue.createElementBlock("div", {
|
|
41
|
-
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
42
|
-
class: Vue.normalizeClass([Vue.unref(runtimeClass), "amb-widget-chart"]),
|
|
43
|
-
ref_key: "thisRef",
|
|
44
|
-
ref: thisRef
|
|
45
|
-
}, [
|
|
46
|
-
Vue.createVNode(Vue.unref(index_esm_min.default), {
|
|
47
|
-
ref: "chartRef",
|
|
48
|
-
theme: Vue.unref(customTheme),
|
|
49
|
-
option: Vue.unref(chartOption),
|
|
50
|
-
autoresize: ""
|
|
51
|
-
}, null, 8, ["theme", "option"])
|
|
52
|
-
], 6);
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
});
|
|
56
|
-
module.exports = _sfc_main;
|
package/dist/lib/components/super-page/views/assemblys/common/task-informition-dialog.vue.js
DELETED
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const Vue = require("vue");
|
|
3
|
-
const vueI18n = require("../../../../../node_modules/.pnpm/vue-i18n@9.10.2_vue@3.4.21/node_modules/vue-i18n/dist/vue-i18n.js");
|
|
4
|
-
const index = require("../../../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/message/index.js");
|
|
5
|
-
const _hoisted_1 = { class: "dialog-footer" };
|
|
6
|
-
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
7
|
-
__name: "task-informition-dialog",
|
|
8
|
-
props: {
|
|
9
|
-
taskInformitions: {
|
|
10
|
-
type: Array,
|
|
11
|
-
default: null
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
emits: ["open", "opend", "close", "closed", "result"],
|
|
15
|
-
setup(__props, { emit: __emit }) {
|
|
16
|
-
const { t } = vueI18n.useI18n();
|
|
17
|
-
const emits = __emit;
|
|
18
|
-
const selections = Vue.ref([]);
|
|
19
|
-
function selectNode() {
|
|
20
|
-
if (selections.value.length === 0 || selections.value.length > 1) {
|
|
21
|
-
index.ElMessage({
|
|
22
|
-
showClose: true,
|
|
23
|
-
type: "warning",
|
|
24
|
-
message: t("superPageRuntimeMessage.pleaseSelectNode")
|
|
25
|
-
});
|
|
26
|
-
return;
|
|
27
|
-
}
|
|
28
|
-
emits("result", this.selections[0]);
|
|
29
|
-
}
|
|
30
|
-
function select(selection) {
|
|
31
|
-
selections.value = selection;
|
|
32
|
-
}
|
|
33
|
-
return (_ctx, _cache) => {
|
|
34
|
-
const _component_el_table_column = Vue.resolveComponent("el-table-column");
|
|
35
|
-
const _component_el_table = Vue.resolveComponent("el-table");
|
|
36
|
-
const _component_el_button = Vue.resolveComponent("el-button");
|
|
37
|
-
const _component_el_dialog = Vue.resolveComponent("el-dialog");
|
|
38
|
-
return Vue.openBlock(), Vue.createElementBlock("div", null, [
|
|
39
|
-
Vue.createVNode(_component_el_dialog, {
|
|
40
|
-
"model-value": "",
|
|
41
|
-
title: _ctx.$t("superPageRuntimeMessage.selectNode"),
|
|
42
|
-
"close-on-click-modal": false,
|
|
43
|
-
"append-to-body": "",
|
|
44
|
-
width: "30%",
|
|
45
|
-
"max-height": "400",
|
|
46
|
-
onOpen: _cache[1] || (_cache[1] = ($event) => emits("open")),
|
|
47
|
-
onOpend: _cache[2] || (_cache[2] = ($event) => emits("opend")),
|
|
48
|
-
onClose: _cache[3] || (_cache[3] = ($event) => emits("close")),
|
|
49
|
-
onClosed: _cache[4] || (_cache[4] = ($event) => emits("closed"))
|
|
50
|
-
}, {
|
|
51
|
-
footer: Vue.withCtx(() => [
|
|
52
|
-
Vue.createElementVNode("div", _hoisted_1, [
|
|
53
|
-
Vue.createVNode(_component_el_button, {
|
|
54
|
-
type: "primary",
|
|
55
|
-
onClick: selectNode
|
|
56
|
-
}, {
|
|
57
|
-
default: Vue.withCtx(() => [
|
|
58
|
-
Vue.createTextVNode(Vue.toDisplayString(_ctx.$t("superPageRuntimeMessage.sure")), 1)
|
|
59
|
-
]),
|
|
60
|
-
_: 1
|
|
61
|
-
}),
|
|
62
|
-
Vue.createVNode(_component_el_button, {
|
|
63
|
-
onClick: _cache[0] || (_cache[0] = ($event) => emits("close"))
|
|
64
|
-
}, {
|
|
65
|
-
default: Vue.withCtx(() => [
|
|
66
|
-
Vue.createTextVNode(Vue.toDisplayString(_ctx.$t("superPageRuntimeMessage.cancel")), 1)
|
|
67
|
-
]),
|
|
68
|
-
_: 1
|
|
69
|
-
})
|
|
70
|
-
])
|
|
71
|
-
]),
|
|
72
|
-
default: Vue.withCtx(() => [
|
|
73
|
-
Vue.createVNode(_component_el_table, {
|
|
74
|
-
data: __props.taskInformitions,
|
|
75
|
-
border: "",
|
|
76
|
-
style: { "width": "100%" },
|
|
77
|
-
onSelect: select
|
|
78
|
-
}, {
|
|
79
|
-
default: Vue.withCtx(() => [
|
|
80
|
-
Vue.createVNode(_component_el_table_column, {
|
|
81
|
-
type: "selection",
|
|
82
|
-
width: "55"
|
|
83
|
-
}),
|
|
84
|
-
Vue.createVNode(_component_el_table_column, {
|
|
85
|
-
prop: "nodeName",
|
|
86
|
-
label: _ctx.$t("superPageRuntimeMessage.nodeName"),
|
|
87
|
-
width: "180"
|
|
88
|
-
}, null, 8, ["label"]),
|
|
89
|
-
Vue.createVNode(_component_el_table_column, {
|
|
90
|
-
prop: "nodeId",
|
|
91
|
-
label: _ctx.$t("superPageRuntimeMessage.nodeId"),
|
|
92
|
-
width: "180"
|
|
93
|
-
}, null, 8, ["label"])
|
|
94
|
-
]),
|
|
95
|
-
_: 1
|
|
96
|
-
}, 8, ["data"])
|
|
97
|
-
]),
|
|
98
|
-
_: 1
|
|
99
|
-
}, 8, ["title"])
|
|
100
|
-
]);
|
|
101
|
-
};
|
|
102
|
-
}
|
|
103
|
-
});
|
|
104
|
-
module.exports = _sfc_main;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const Vue = require("vue");
|
|
3
|
-
const superUi = require("../../../../../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/lib/super-ui.js");
|
|
4
|
-
const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
|
|
5
|
-
const index = require("../../../../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/card/index.js");
|
|
6
|
-
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
7
|
-
__name: "card-runtime",
|
|
8
|
-
props: {
|
|
9
|
-
pageContext: {},
|
|
10
|
-
configure: {}
|
|
11
|
-
},
|
|
12
|
-
setup(__props, { expose: __expose }) {
|
|
13
|
-
const props = __props;
|
|
14
|
-
if (!props.configure.items) {
|
|
15
|
-
props.configure.items = [];
|
|
16
|
-
}
|
|
17
|
-
const thisRef = Vue.ref(null);
|
|
18
|
-
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
19
|
-
const runtimeStyle = runtimeInfo.style;
|
|
20
|
-
const runtimeClass = runtimeInfo.class;
|
|
21
|
-
const headerStyle = runtimeInfo.headerStyle;
|
|
22
|
-
const contentClass = runtimeInfo.contentClass;
|
|
23
|
-
function test() {
|
|
24
|
-
props.configure.props.title = "teee";
|
|
25
|
-
}
|
|
26
|
-
__expose({
|
|
27
|
-
test
|
|
28
|
-
});
|
|
29
|
-
return (_ctx, _cache) => {
|
|
30
|
-
return Vue.openBlock(), Vue.createBlock(Vue.unref(index.ElCard), {
|
|
31
|
-
ref_key: "thisRef",
|
|
32
|
-
ref: thisRef,
|
|
33
|
-
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
34
|
-
class: Vue.normalizeClass(Vue.unref(runtimeClass))
|
|
35
|
-
}, Vue.createSlots({
|
|
36
|
-
default: Vue.withCtx(() => [
|
|
37
|
-
Vue.createElementVNode("div", {
|
|
38
|
-
class: Vue.normalizeClass(Vue.unref(contentClass))
|
|
39
|
-
}, [
|
|
40
|
-
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (element, itemIndex) => {
|
|
41
|
-
return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
42
|
-
key: element.uuid,
|
|
43
|
-
pageContext: _ctx.pageContext,
|
|
44
|
-
configure: element
|
|
45
|
-
}, null, 8, ["pageContext", "configure"]);
|
|
46
|
-
}), 128))
|
|
47
|
-
], 2)
|
|
48
|
-
]),
|
|
49
|
-
_: 2
|
|
50
|
-
}, [
|
|
51
|
-
_ctx.configure.props.base.tittleShow ? {
|
|
52
|
-
name: "header",
|
|
53
|
-
fn: Vue.withCtx(() => [
|
|
54
|
-
Vue.createElementVNode("div", {
|
|
55
|
-
style: Vue.normalizeStyle(Vue.unref(headerStyle))
|
|
56
|
-
}, [
|
|
57
|
-
_ctx.configure.props.iconType && _ctx.configure.props.iconValue ? (Vue.openBlock(), Vue.createBlock(Vue.unref(superUi.SuperIcon), {
|
|
58
|
-
key: 0,
|
|
59
|
-
iconType: _ctx.configure.props.iconType,
|
|
60
|
-
iconValue: _ctx.configure.props.iconValue,
|
|
61
|
-
style: { "margin-right": "2px" }
|
|
62
|
-
}, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
|
|
63
|
-
Vue.createTextVNode(" " + Vue.toDisplayString(_ctx.configure.props.base.title), 1)
|
|
64
|
-
], 4)
|
|
65
|
-
]),
|
|
66
|
-
key: "0"
|
|
67
|
-
} : void 0
|
|
68
|
-
]), 1032, ["style", "class"]);
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
module.exports = _sfc_main;
|
package/dist/lib/components/super-page/views/assemblys/container/collapse/collapse-runtime.vue2.js
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const Vue = require("vue");
|
|
3
|
-
const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
|
|
4
|
-
require("../../../../utils/global-refs.js");
|
|
5
|
-
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
6
|
-
__name: "collapse-runtime",
|
|
7
|
-
props: {
|
|
8
|
-
pageContext: {},
|
|
9
|
-
configure: {}
|
|
10
|
-
},
|
|
11
|
-
setup(__props) {
|
|
12
|
-
const props = __props;
|
|
13
|
-
if (!props.configure.props) {
|
|
14
|
-
props.configure.props = {};
|
|
15
|
-
}
|
|
16
|
-
const activeName = props.configure.props.defaultOpens ? props.configure.props.defaultOpens : [1];
|
|
17
|
-
const accordion = props.configure.props.accordion ? true : false;
|
|
18
|
-
const thisRef = Vue.ref(null);
|
|
19
|
-
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
20
|
-
const runtimeStyle = runtimeInfo.style;
|
|
21
|
-
const runtimeClass = runtimeInfo.class;
|
|
22
|
-
const headerStyle = runtimeInfo.headerStyle;
|
|
23
|
-
return (_ctx, _cache) => {
|
|
24
|
-
const _component_SuperIcon = Vue.resolveComponent("SuperIcon");
|
|
25
|
-
const _component_el_collapse_item = Vue.resolveComponent("el-collapse-item");
|
|
26
|
-
const _component_el_collapse = Vue.resolveComponent("el-collapse");
|
|
27
|
-
return Vue.openBlock(), Vue.createBlock(_component_el_collapse, {
|
|
28
|
-
ref_key: "thisRef",
|
|
29
|
-
ref: thisRef,
|
|
30
|
-
modelValue: Vue.unref(activeName),
|
|
31
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => Vue.isRef(activeName) ? activeName.value = $event : null),
|
|
32
|
-
style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
|
|
33
|
-
accordion: Vue.unref(accordion),
|
|
34
|
-
class: Vue.normalizeClass(Vue.unref(runtimeClass))
|
|
35
|
-
}, {
|
|
36
|
-
default: Vue.withCtx(() => [
|
|
37
|
-
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (item, index) => {
|
|
38
|
-
return Vue.openBlock(), Vue.createBlock(_component_el_collapse_item, {
|
|
39
|
-
name: item.index
|
|
40
|
-
}, {
|
|
41
|
-
title: Vue.withCtx(() => [
|
|
42
|
-
Vue.createElementVNode("div", {
|
|
43
|
-
style: Vue.normalizeStyle([Vue.unref(headerStyle), { "width": "100%" }])
|
|
44
|
-
}, [
|
|
45
|
-
item.iconType && item.iconValue ? (Vue.openBlock(), Vue.createBlock(_component_SuperIcon, {
|
|
46
|
-
key: 0,
|
|
47
|
-
iconType: item.iconType,
|
|
48
|
-
iconValue: item.iconValue,
|
|
49
|
-
style: { "margin-right": "2px" }
|
|
50
|
-
}, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
|
|
51
|
-
Vue.createTextVNode(" " + Vue.toDisplayString(item.label), 1)
|
|
52
|
-
], 4)
|
|
53
|
-
]),
|
|
54
|
-
default: Vue.withCtx(() => [
|
|
55
|
-
Vue.createElementVNode("div", null, [
|
|
56
|
-
(Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(item.items, (element, itemIndex) => {
|
|
57
|
-
return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
|
|
58
|
-
key: element.uuid,
|
|
59
|
-
configure: element,
|
|
60
|
-
pageContext: _ctx.pageContext
|
|
61
|
-
}, null, 8, ["configure", "pageContext"]);
|
|
62
|
-
}), 128))
|
|
63
|
-
])
|
|
64
|
-
]),
|
|
65
|
-
_: 2
|
|
66
|
-
}, 1032, ["name"]);
|
|
67
|
-
}), 256))
|
|
68
|
-
]),
|
|
69
|
-
_: 1
|
|
70
|
-
}, 8, ["modelValue", "style", "accordion", "class"]);
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
module.exports = _sfc_main;
|