super-page-runtime 2.3.22-tmp2 → 2.3.22-tmp3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/_virtual/_plugin-vue_export-helper.mjs +4 -4
- package/dist/es/components/runtime/utils/ai-chat-util.mjs +12 -12
- package/dist/es/components/runtime/utils/anchor-util.mjs +49 -49
- package/dist/es/components/runtime/utils/api/page-expose-util.mjs +142 -147
- package/dist/es/components/runtime/utils/assemblys-config.mjs +12 -13
- package/dist/es/components/runtime/utils/barcode-util.mjs +9 -9
- package/dist/es/components/runtime/utils/charts/chart-columnline-util.mjs +122 -121
- package/dist/es/components/runtime/utils/charts/chart-gauge-util.mjs +32 -32
- package/dist/es/components/runtime/utils/charts/chart-pie-util.mjs +71 -70
- package/dist/es/components/runtime/utils/charts/chart-radar-util.mjs +48 -48
- package/dist/es/components/runtime/utils/charts/chart-scatter-util.mjs +38 -38
- package/dist/es/components/runtime/utils/charts/chart-util.mjs +220 -223
- package/dist/es/components/runtime/utils/common-util.mjs +91 -94
- package/dist/es/components/runtime/utils/eventBus.mjs +3 -3
- package/dist/es/components/runtime/utils/events/event-util.mjs +341 -356
- package/dist/es/components/runtime/utils/events/print-label.mjs +75 -75
- package/dist/es/components/runtime/utils/events/standard-event.mjs +957 -1012
- package/dist/es/components/runtime/utils/events/validator-util.mjs +251 -269
- package/dist/es/components/runtime/utils/form/date-shortcuts.mjs +26 -26
- package/dist/es/components/runtime/utils/form/scan-util.mjs +51 -56
- package/dist/es/components/runtime/utils/global-refs.mjs +52 -53
- package/dist/es/components/runtime/utils/i18n-util.mjs +11 -11
- package/dist/es/components/runtime/utils/interfaces/page-design-types.mjs +2 -2
- package/dist/es/components/runtime/utils/page-helper-util.mjs +246 -255
- package/dist/es/components/runtime/utils/page-init-util.mjs +204 -222
- package/dist/es/components/runtime/utils/page-permission-util.mjs +20 -21
- package/dist/es/components/runtime/utils/page-store.mjs +38 -38
- package/dist/es/components/runtime/utils/store-util.mjs +9 -9
- package/dist/es/components/runtime/utils/table-utils.mjs +69 -74
- package/dist/es/components/runtime/utils/tree-utils.mjs +43 -53
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.mjs +22 -22
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.mjs +16 -16
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.mjs +32 -32
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.mjs +15 -16
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.mjs +44 -44
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.mjs +10 -10
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.mjs +9 -9
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.mjs +46 -47
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.mjs +39 -46
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.mjs +28 -28
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.mjs +37 -37
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.mjs +28 -28
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.mjs +28 -28
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.mjs +220 -231
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.mjs +7 -7
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.mjs +24 -33
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.mjs +10 -10
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.mjs +208 -215
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.mjs +14 -14
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.mjs +28 -29
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.mjs +24 -26
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.mjs +13 -22
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.mjs +13 -12
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.mjs +16 -17
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.mjs +14 -13
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.mjs +23 -23
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.mjs +13 -13
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.mjs +24 -24
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.mjs +15 -16
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.mjs +12 -13
- package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.mjs +21 -21
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.mjs +58 -58
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.mjs +18 -18
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.mjs +15 -15
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.mjs +9 -10
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.mjs +79 -79
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.mjs +39 -40
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.mjs +55 -55
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.mjs +289 -309
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.mjs +254 -261
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.mjs +64 -66
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.mjs +109 -111
- package/dist/es/components/runtime/views/assemblys/error-render.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/error-render.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.mjs +49 -50
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.mjs +31 -33
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.mjs +56 -56
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.mjs +80 -80
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.mjs +45 -45
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.mjs +19 -19
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.mjs +60 -60
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.mjs +23 -23
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.mjs +67 -68
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.mjs +32 -33
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.mjs +25 -25
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.mjs +11 -11
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.mjs +64 -64
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.mjs +154 -158
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.mjs +105 -111
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.mjs +12 -12
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.mjs +30 -30
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.mjs +36 -37
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.mjs +23 -23
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.mjs +62 -73
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/object-render.vue.mjs +113 -124
- package/dist/es/components/runtime/views/assemblys/object-render.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.mjs +4 -4
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.mjs +21 -21
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.mjs +19 -19
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.mjs +3 -3
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.mjs +29 -29
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.mjs +16 -16
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.mjs +18 -18
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.mjs +20 -21
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.mjs +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.mjs +15 -15
- package/dist/es/components/runtime/views/home-chart.vue.mjs +38 -39
- package/dist/es/components/runtime/views/home-chart.vue2.mjs +2 -2
- package/dist/es/components/runtime/views/super-page-dialog.vue.mjs +18 -18
- package/dist/es/components/runtime/views/super-page-dialog.vue3.mjs +2 -2
- package/dist/es/components/runtime/views/super-page.vue.mjs +4 -4
- package/dist/es/components/runtime/views/super-page.vue2.mjs +234 -237
- package/dist/es/index.mjs +27 -27
- package/dist/es/style.css +1 -996
- package/dist/lib/_virtual/_plugin-vue_export-helper.cjs +1 -6
- package/dist/lib/assets/chart-themes/bar-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/gauge-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/pie-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/radar-theme.cjs +1 -2
- package/dist/lib/assets/chart-themes/scatter-theme.cjs +1 -2
- package/dist/lib/assets/file.png.cjs +1 -2
- package/dist/lib/assets/folder.png.cjs +1 -2
- package/dist/lib/components/runtime/utils/ai-chat-util.cjs +1 -13
- package/dist/lib/components/runtime/utils/anchor-util.cjs +1 -62
- package/dist/lib/components/runtime/utils/api/page-expose-util.cjs +1 -169
- package/dist/lib/components/runtime/utils/assemblys-config.cjs +1 -16
- package/dist/lib/components/runtime/utils/barcode-util.cjs +1 -10
- package/dist/lib/components/runtime/utils/charts/chart-columnline-util.cjs +2 -137
- package/dist/lib/components/runtime/utils/charts/chart-gauge-util.cjs +1 -34
- package/dist/lib/components/runtime/utils/charts/chart-pie-util.cjs +2 -78
- package/dist/lib/components/runtime/utils/charts/chart-radar-util.cjs +1 -52
- package/dist/lib/components/runtime/utils/charts/chart-scatter-util.cjs +1 -43
- package/dist/lib/components/runtime/utils/charts/chart-util.cjs +1 -244
- package/dist/lib/components/runtime/utils/common-util.cjs +1 -91
- package/dist/lib/components/runtime/utils/eventBus.cjs +1 -3
- package/dist/lib/components/runtime/utils/events/event-util.cjs +1 -345
- package/dist/lib/components/runtime/utils/events/print-label.cjs +1 -97
- package/dist/lib/components/runtime/utils/events/standard-event.cjs +1 -1101
- package/dist/lib/components/runtime/utils/events/validator-util.cjs +1 -296
- package/dist/lib/components/runtime/utils/form/date-shortcuts.cjs +1 -34
- package/dist/lib/components/runtime/utils/form/scan-util.cjs +1 -90
- package/dist/lib/components/runtime/utils/global-refs.cjs +1 -42
- package/dist/lib/components/runtime/utils/i18n-util.cjs +1 -11
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.cjs +1 -4
- package/dist/lib/components/runtime/utils/page-helper-util.cjs +1 -354
- package/dist/lib/components/runtime/utils/page-init-util.cjs +1 -244
- package/dist/lib/components/runtime/utils/page-permission-util.cjs +1 -26
- package/dist/lib/components/runtime/utils/page-store.cjs +1 -50
- package/dist/lib/components/runtime/utils/store-util.cjs +1 -11
- package/dist/lib/components/runtime/utils/store.cjs +1 -3
- package/dist/lib/components/runtime/utils/table-utils.cjs +1 -68
- package/dist/lib/components/runtime/utils/tree-utils.cjs +1 -54
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.cjs +1 -35
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.cjs +1 -41
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.cjs +1 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.cjs +1 -11
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue.cjs +1 -53
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.cjs +1 -48
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.cjs +1 -34
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.cjs +1 -24
- package/dist/lib/components/runtime/views/assemblys/chart/table/chart-table-util.cjs +1 -402
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column-item.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue.cjs +1 -6
- package/dist/lib/components/runtime/views/assemblys/chart/table/group-column.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue.cjs +1 -36
- package/dist/lib/components/runtime/views/assemblys/chart/table/normal-column.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue.cjs +1 -13
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-pageination.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/chart/table/table-runtime.vue2.cjs +1 -249
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue.cjs +1 -16
- package/dist/lib/components/runtime/views/assemblys/common/event-call-component.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.cjs +1 -32
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue.cjs +1 -32
- package/dist/lib/components/runtime/views/assemblys/common/file-task-notice.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.cjs +1 -19
- package/dist/lib/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.cjs +1 -12
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue.cjs +1 -21
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-table.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.cjs +1 -13
- package/dist/lib/components/runtime/views/assemblys/common/remove-transactor-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.cjs +1 -30
- package/dist/lib/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.cjs +1 -15
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.cjs +1 -21
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.cjs +1 -15
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.cjs +1 -27
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.cjs +1 -79
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.cjs +1 -15
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.cjs +1 -12
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.cjs +1 -88
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.cjs +1 -43
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.cjs +1 -59
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.cjs +1 -382
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.cjs +1 -322
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.cjs +1 -81
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.cjs +1 -124
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.cjs +1 -57
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue.cjs +1 -35
- package/dist/lib/components/runtime/views/assemblys/form/common/title-suffix-element.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.cjs +1 -57
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.cjs +1 -91
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.cjs +1 -47
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.cjs +1 -65
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.cjs +1 -70
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.cjs +1 -31
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.cjs +1 -26
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.cjs +1 -13
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.cjs +1 -75
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.cjs +1 -188
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.cjs +1 -130
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.cjs +1 -11
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.cjs +1 -29
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.cjs +1 -38
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue.cjs +1 -73
- package/dist/lib/components/runtime/views/assemblys/home-chart-render.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.cjs +1 -132
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/page-bottom.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.cjs +1 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.cjs +1 -23
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.cjs +1 -34
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.cjs +1 -17
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.cjs +1 -20
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.cjs +1 -19
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue.cjs +1 -3
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.cjs +1 -14
- package/dist/lib/components/runtime/views/home-chart.vue.cjs +1 -38
- package/dist/lib/components/runtime/views/home-chart.vue2.cjs +1 -3
- package/dist/lib/components/runtime/views/super-page-dialog.vue.cjs +1 -23
- package/dist/lib/components/runtime/views/super-page-dialog.vue3.cjs +1 -3
- package/dist/lib/components/runtime/views/super-page.vue.cjs +1 -5
- package/dist/lib/components/runtime/views/super-page.vue2.cjs +1 -264
- package/dist/lib/i18n/langs/cn.cjs +1 -2
- package/dist/lib/i18n/langs/en.cjs +1 -2
- package/dist/lib/index.cjs +1 -6
- package/dist/lib/style.css +1 -996
- package/dist/umd/index.full.min.js +3 -7429
- package/dist/umd/style.css +1 -996
- package/package.json +77 -76
- package/dist/es/components/runtime/utils/api/api-util.mjs +0 -4
- package/dist/lib/components/runtime/utils/api/api-util.cjs +0 -3
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ElCard as
|
|
3
|
-
import { SuperIcon as
|
|
4
|
-
import { ArrowUp as
|
|
5
|
-
import
|
|
6
|
-
import { $t as
|
|
7
|
-
import { handleAfterInitEvent as
|
|
8
|
-
const
|
|
9
|
-
var
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
const
|
|
13
|
-
var
|
|
14
|
-
return [
|
|
15
|
-
}),
|
|
16
|
-
return
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { defineComponent as b, computed as T, ref as g, onMounted as E, nextTick as _, resolveComponent as z, createBlock as s, openBlock as n, unref as t, normalizeClass as A, normalizeStyle as i, createSlots as B, withCtx as d, createElementVNode as l, createElementBlock as D, Fragment as N, renderList as R, createCommentVNode as y, createTextVNode as F, toDisplayString as I } from "vue";
|
|
2
|
+
import { ElCard as j } from "element-plus";
|
|
3
|
+
import { SuperIcon as q } from "agilebuilder-ui";
|
|
4
|
+
import { ArrowUp as G, ArrowDown as L } from "@element-plus/icons-vue";
|
|
5
|
+
import M from "../../object-render.vue.mjs";
|
|
6
|
+
import { $t as U } from "../../../../utils/i18n-util.mjs";
|
|
7
|
+
import { handleAfterInitEvent as $ } from "../../../../utils/events/event-util.mjs";
|
|
8
|
+
const Z = b({ __name: "card-runtime", props: { pageContext: {}, configure: {} }, setup(x, { expose: v }) {
|
|
9
|
+
var u, f;
|
|
10
|
+
const e = x;
|
|
11
|
+
e.configure.items || (e.configure.items = []);
|
|
12
|
+
const c = T(() => {
|
|
13
|
+
var o;
|
|
14
|
+
return [!0, void 0].includes((o = e.configure.props) == null ? void 0 : o.isCollapse);
|
|
15
|
+
}), p = g(null), a = g(!((u = e.configure.props) != null && u.isCollapse) || ((f = e.configure.props) == null ? void 0 : f.isCollapseShow) !== !1), r = e.configure.runtime ? e.configure.runtime : {}, C = r.style, k = r.class, w = r.headerStyle, h = r.contentStyle, S = () => c.value && (a.value = !a.value);
|
|
16
|
+
return E(() => {
|
|
17
|
+
_(() => {
|
|
18
|
+
$(null, e.pageContext, e.configure, { componentRef: p.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
|
|
19
19
|
});
|
|
20
|
-
}),
|
|
21
|
-
|
|
22
|
-
} }), (
|
|
23
|
-
const
|
|
24
|
-
return
|
|
20
|
+
}), v({ test: function() {
|
|
21
|
+
e.configure.props.title = "teee";
|
|
22
|
+
} }), (o, H) => {
|
|
23
|
+
const V = z("el-link");
|
|
24
|
+
return n(), s(t(j), { ref_key: "thisRef", ref: p, style: i(t(C)), "data-collapse": String(a.value), class: A(["yx-card-box-view-main", t(k)]) }, B({ default: d(() => [l("div", { class: "yx-card-box-view-context", style: i(t(h)) }, [(n(!0), D(N, null, R(o.configure.items, (m, J) => (n(), s(M, { key: m.uuid, pageContext: o.pageContext, configure: m }, null, 8, ["pageContext", "configure"]))), 128))], 4)]), _: 2 }, [o.configure.props.base.tittleShow ? { name: "header", fn: d(() => [l("div", { class: "yx-card-box-view-header", onClick: S }, [l("div", { class: "yx-card-box-view-title", style: i(t(w)) }, [o.configure.props.iconType && o.configure.props.iconValue ? (n(), s(t(q), { key: 0, iconType: o.configure.props.iconType, iconValue: o.configure.props.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : y("", !0), F(" " + I(t(U)(o.configure.props.base.title)), 1)], 4), c.value ? (n(), s(V, { key: 0, underline: !1, icon: a.value ? t(G) : t(L), style: { margin: "-15px 0", "z-index": "1" } }, null, 8, ["icon"])) : y("", !0)])]), key: "0" } : void 0]), 1032, ["style", "data-collapse", "class"]);
|
|
25
25
|
};
|
|
26
26
|
} });
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
Z as default
|
|
29
29
|
};
|
package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.mjs
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import "../../../../utils/
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
j(null, _2.pageContext, _2.configure, { componentRef: b.value, entity: _2.pageContext.entity.data, pageData: _2.pageContext.entity.page });
|
|
1
|
+
import { defineComponent as R, ref as B, onMounted as E, nextTick as N, resolveComponent as s, createBlock as n, openBlock as o, normalizeClass as O, unref as a, normalizeStyle as f, isRef as b, withCtx as i, createElementBlock as d, Fragment as g, renderList as y, createElementVNode as x, createCommentVNode as w, createTextVNode as z, toDisplayString as D } from "vue";
|
|
2
|
+
import I from "../../object-render.vue.mjs";
|
|
3
|
+
import { $t as j } from "../../../../utils/i18n-util.mjs";
|
|
4
|
+
import { handleAfterInitEvent as A } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
const G = R({ __name: "collapse-runtime", props: { pageContext: {}, configure: {} }, setup(C) {
|
|
6
|
+
const e = C;
|
|
7
|
+
e.configure.props || (e.configure.props = {});
|
|
8
|
+
const l = e.configure.props.defaultOpens ? e.configure.props.defaultOpens : [1], V = !!e.configure.props.accordion, c = B(null), r = e.configure.runtime ? e.configure.runtime : {}, h = r.style, k = r.class, v = r.headerStyle;
|
|
9
|
+
return E(() => {
|
|
10
|
+
N(() => {
|
|
11
|
+
A(null, e.pageContext, e.configure, { componentRef: c.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
|
|
13
12
|
});
|
|
14
|
-
}), (
|
|
15
|
-
const
|
|
16
|
-
return
|
|
13
|
+
}), (u, p) => {
|
|
14
|
+
const T = s("SuperIcon"), _ = s("el-collapse-item"), S = s("el-collapse");
|
|
15
|
+
return o(), n(S, { ref_key: "thisRef", ref: c, modelValue: a(l), "onUpdate:modelValue": p[0] || (p[0] = (t) => b(l) ? l.value = t : null), style: f(a(h)), accordion: a(V), class: O(a(k)) }, { default: i(() => [(o(!0), d(g, null, y(u.configure.items, (t, F) => (o(), n(_, { name: t.index }, { title: i(() => [x("div", { style: f([a(v), { width: "100%" }]) }, [t.iconType && t.iconValue ? (o(), n(T, { key: 0, iconType: t.iconType, iconValue: t.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : w("", !0), z(" " + D(a(j)(t.label)), 1)], 4)]), default: i(() => [x("div", null, [(o(!0), d(g, null, y(t.items, (m, L) => (o(), n(I, { key: m.uuid, configure: m, pageContext: u.pageContext }, null, 8, ["configure", "pageContext"]))), 128))])]), _: 2 }, 1032, ["name"]))), 256))]), _: 1 }, 8, ["modelValue", "style", "accordion", "class"]);
|
|
17
16
|
};
|
|
18
17
|
} });
|
|
19
18
|
export {
|
|
20
|
-
|
|
19
|
+
G as default
|
|
21
20
|
};
|
package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.mjs
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import "../../../../utils/
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
d(null, C2.pageContext, C2.configure, { componentRef: _.value, entity: C2.pageContext.entity.data, pageData: C2.pageContext.entity.page });
|
|
1
|
+
import { defineComponent as B, ref as S, onMounted as z, nextTick as E, resolveComponent as u, createBlock as a, openBlock as e, withCtx as r, createCommentVNode as C, createVNode as L, normalizeStyle as i, unref as s, createElementBlock as f, Fragment as g, renderList as c, normalizeClass as N } from "vue";
|
|
2
|
+
import p from "../../object-render.vue.mjs";
|
|
3
|
+
import { handleAfterInitEvent as V } from "../../../../utils/events/event-util.mjs";
|
|
4
|
+
const I = B({ __name: "container-runtime", props: { pageContext: {}, configure: {} }, setup(x) {
|
|
5
|
+
const o = x, m = S(null), l = o.configure.runtime ? o.configure.runtime : {}, k = l.leftStyle, _ = l.rightStyle, h = l.style, v = l.class;
|
|
6
|
+
return z(() => {
|
|
7
|
+
E(() => {
|
|
8
|
+
V(null, o.pageContext, o.configure, { componentRef: m.value, entity: o.pageContext.entity.data, pageData: o.pageContext.entity.page });
|
|
10
9
|
});
|
|
11
|
-
}), (
|
|
12
|
-
const
|
|
13
|
-
return
|
|
10
|
+
}), (t, j) => {
|
|
11
|
+
const d = u("el-aside"), R = u("el-main"), A = u("el-container");
|
|
12
|
+
return e(), a(A, { ref_key: "thisRef", ref: m }, { default: r(() => [t.configure.props.useLeft ? (e(), a(d, { key: 0, style: i(s(k)) }, { default: r(() => [(e(!0), f(g, null, c(t.configure.leftAslides, (n, y) => (e(), a(p, { key: n.uuid, pageContext: t.pageContext, configure: n }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : C("", !0), L(R, { style: i(s(h)), class: N(s(v)) }, { default: r(() => [(e(!0), f(g, null, c(t.configure.items, (n, y) => (e(), a(p, { key: n.uuid, pageContext: t.pageContext, configure: n }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style", "class"]), t.configure.props.useRight ? (e(), a(d, { key: 1, style: i(s(_)) }, { default: r(() => [(e(!0), f(g, null, c(t.configure.rightAslides, (n, y) => (e(), a(p, { key: n.uuid, pageContext: t.pageContext, configure: n }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["style"])) : C("", !0)]), _: 1 }, 512);
|
|
14
13
|
};
|
|
15
14
|
} });
|
|
16
15
|
export {
|
|
17
|
-
|
|
16
|
+
I as default
|
|
18
17
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./FixedBox.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import r from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const a = r(o, [["__scopeId", "data-v-9b488f43"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as v, ref as l, onMounted as h, nextTick as m, onUnmounted as w, watch as y, createElementBlock as g, openBlock as E, normalizeStyle as p, normalizeClass as z, createElementVNode as B, renderSlot as F } from "vue";
|
|
2
|
+
const b = v({ __name: "FixedBox", props: { isFixed: { type: Boolean, default: !0 }, position: { type: String, default: "top" }, offset: { type: Number, default: 0 } }, setup(x) {
|
|
3
|
+
const i = x, c = l(null), n = l(null), d = l({}), f = l({}), o = [], a = () => {
|
|
4
4
|
(() => {
|
|
5
|
-
var
|
|
6
|
-
if (
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
} else
|
|
5
|
+
var t, e;
|
|
6
|
+
if (n.value) {
|
|
7
|
+
const s = (e = (t = c.value) == null ? void 0 : t.getBoundingClientRect) == null ? void 0 : e.call(t), u = n.value.getBoundingClientRect();
|
|
8
|
+
d.value = { width: "100%", height: `${u.height}px` }, f.value = { width: `${(s == null ? void 0 : s.width) ?? u.width}px`, position: i.isFixed ? "fixed" : "static", [i.position]: `${i.offset}px`, left: `${(s == null ? void 0 : s.left) ?? u.left}px`, zIndex: 100, pointerEvents: "auto" };
|
|
9
|
+
} else d.value = {}, f.value = {};
|
|
10
10
|
})();
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
if (
|
|
14
|
-
const
|
|
15
|
-
|
|
11
|
+
}, r = (t) => {
|
|
12
|
+
t ? ((() => {
|
|
13
|
+
if (o.forEach((e) => e.disconnect()), o.length = 0, n.value) {
|
|
14
|
+
const e = new ResizeObserver(a);
|
|
15
|
+
e.observe(n.value), o.push(e);
|
|
16
16
|
}
|
|
17
|
-
})(), window.addEventListener("resize",
|
|
17
|
+
})(), window.addEventListener("resize", a)) : (window.removeEventListener("resize", a), o.forEach((e) => e.disconnect())), a();
|
|
18
18
|
};
|
|
19
|
-
return
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
return h(() => {
|
|
20
|
+
m(() => {
|
|
21
|
+
r(i.isFixed);
|
|
22
22
|
});
|
|
23
|
-
}),
|
|
24
|
-
|
|
25
|
-
}),
|
|
23
|
+
}), w(() => {
|
|
24
|
+
r(!1);
|
|
25
|
+
}), y(() => i.isFixed, r), (t, e) => (E(), g("div", { ref_key: "fixedMaxRef", ref: c, class: z(["yx-fixed-box-main", { [`is-${x.position}`]: !0, "is-fixed": i.isFixed }]), style: p(d.value) }, [B("div", { ref_key: "fixedRef", ref: n, class: "yx-fixed-box-container", style: p(f.value) }, [F(t.$slots, "default", {}, void 0, !0)], 4)], 6));
|
|
26
26
|
} });
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
b as default
|
|
29
29
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./YxAffix.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import r from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const p = r(o, [["__scopeId", "data-v-a994b02d"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,81 +1,81 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
},
|
|
1
|
+
import { defineComponent as U, ref as i, onMounted as q, nextTick as C, onUnmounted as A, watchEffect as O, computed as P, resolveDirective as W, createElementBlock as R, openBlock as k, normalizeStyle as L, withDirectives as Y, normalizeClass as j, renderSlot as G } from "vue";
|
|
2
|
+
const K = U({ __name: "YxAffix", props: { offset: { type: Number, default: 0 }, position: { type: String, default: "top", validator: (d) => ["top", "bottom"].includes(d) }, target: { type: [String, HTMLElement], default: () => window }, autoDetectParentScroll: { type: Boolean, default: !0 }, stickyInScrollContainer: { type: Boolean, default: !0 }, zIndex: { type: Number, default: 100 }, enableIntervalUpdate: { type: Boolean, default: !0 }, enableIntervalTime: { type: Number, default: 2e3 } }, emits: ["change"], setup(d, { emit: F }) {
|
|
3
|
+
const o = d, $ = F, v = i(null), a = i(null), l = i(!1), r = i({}), p = i([]), m = i(window), h = i(0), g = i(null), D = (e) => {
|
|
4
|
+
e.contentRect.height && (r.value.height = e.contentRect.height);
|
|
5
|
+
}, w = () => {
|
|
6
6
|
try {
|
|
7
|
-
if (!
|
|
8
|
-
const
|
|
9
|
-
if (
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
} else if (
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
if (!
|
|
16
|
-
const
|
|
17
|
-
return { isTop:
|
|
18
|
-
})(
|
|
19
|
-
|
|
7
|
+
if (!a.value) return;
|
|
8
|
+
const e = a.value.getBoundingClientRect(), t = m.value;
|
|
9
|
+
if (t === window) {
|
|
10
|
+
const n = o.position === "top" ? e.top <= o.offset : e.bottom >= window.innerHeight - o.offset;
|
|
11
|
+
h.value = 0, T(n, e);
|
|
12
|
+
} else if (o.stickyInScrollContainer) {
|
|
13
|
+
const n = t.getBoundingClientRect(), { isFixTop: y, isFixBottom: H, containerOffset: M } = ((s) => {
|
|
14
|
+
const f = ["top"].includes(o.position), c = ["bottom"].includes(o.position);
|
|
15
|
+
if (!v.value) return { isTop: f, isBottom: c };
|
|
16
|
+
const b = v.value.getBoundingClientRect(), B = b.top - s.top, N = b.left - s.left, I = s.height - b.height - B, S = s.top, z = window.innerHeight - s.bottom;
|
|
17
|
+
return { isTop: f, isBottom: c, containerTop: S, containerBottom: z, containerOffset: f ? S : c ? z : 0, offsetTop: B, offsetLeft: N, offsetBottom: I, isFixTop: f && B < 0, isFixBottom: c && I < 0 };
|
|
18
|
+
})(n);
|
|
19
|
+
h.value = M ?? 0, T(y || H || !1, e);
|
|
20
20
|
}
|
|
21
|
-
} catch (
|
|
22
|
-
console.error(
|
|
21
|
+
} catch (e) {
|
|
22
|
+
console.error(e);
|
|
23
23
|
}
|
|
24
|
-
},
|
|
25
|
-
var
|
|
26
|
-
|
|
27
|
-
},
|
|
28
|
-
requestAnimationFrame(
|
|
24
|
+
}, T = (e, t) => {
|
|
25
|
+
var n;
|
|
26
|
+
t.height && (e === l.value && ((n = r.value) == null ? void 0 : n.height) === `${t.height}px` || (l.value = e, $("change", e), r.value = e ? { width: "100%", height: `${t.height}px` } : {}));
|
|
27
|
+
}, u = () => {
|
|
28
|
+
requestAnimationFrame(w);
|
|
29
29
|
};
|
|
30
|
-
let
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
let x;
|
|
31
|
+
const E = () => {
|
|
32
|
+
l.value = !1, clearTimeout(x), x = window.setTimeout(() => {
|
|
33
|
+
w();
|
|
34
34
|
}, 100);
|
|
35
35
|
};
|
|
36
|
-
|
|
36
|
+
q(() => {
|
|
37
37
|
setTimeout(() => {
|
|
38
|
-
|
|
38
|
+
C(() => {
|
|
39
39
|
try {
|
|
40
|
-
|
|
41
|
-
const
|
|
42
|
-
if (
|
|
43
|
-
const
|
|
44
|
-
let
|
|
45
|
-
for (;
|
|
46
|
-
const { overflowY:
|
|
47
|
-
/(auto|scroll)/.test(
|
|
40
|
+
o.enableIntervalUpdate && (g.value = setInterval(u, o.enableIntervalTime));
|
|
41
|
+
const e = (() => {
|
|
42
|
+
if (o.autoDetectParentScroll && a.value) {
|
|
43
|
+
const t = [];
|
|
44
|
+
let n = a.value.parentElement;
|
|
45
|
+
for (; n && n !== document.body; ) {
|
|
46
|
+
const { overflowY: y } = window.getComputedStyle(n);
|
|
47
|
+
/(auto|scroll)/.test(y) && t.push(n), n = n.parentElement;
|
|
48
48
|
}
|
|
49
|
-
return [...
|
|
49
|
+
return [...t, window];
|
|
50
50
|
}
|
|
51
|
-
if (
|
|
52
|
-
const
|
|
53
|
-
return [...
|
|
51
|
+
if (typeof o.target == "string") {
|
|
52
|
+
const t = document.querySelector(o.target);
|
|
53
|
+
return [...t ? [t] : [], window];
|
|
54
54
|
}
|
|
55
55
|
return [window];
|
|
56
56
|
})();
|
|
57
|
-
|
|
58
|
-
} catch (
|
|
59
|
-
console.error(
|
|
57
|
+
p.value = e, m.value = e[0], p.value.forEach((t) => t.addEventListener("scroll", u)), window.addEventListener("resize", E), w();
|
|
58
|
+
} catch (e) {
|
|
59
|
+
console.error(e);
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
62
|
}, 100);
|
|
63
|
-
}),
|
|
64
|
-
|
|
65
|
-
}),
|
|
66
|
-
|
|
67
|
-
|
|
63
|
+
}), A(() => {
|
|
64
|
+
m.value && p.value.forEach((e) => e.removeEventListener("scroll", u)), window.removeEventListener("resize", E), clearTimeout(x), g.value && clearInterval(g.value);
|
|
65
|
+
}), O(() => {
|
|
66
|
+
C(() => {
|
|
67
|
+
u();
|
|
68
68
|
});
|
|
69
69
|
});
|
|
70
|
-
const
|
|
71
|
-
var
|
|
72
|
-
return
|
|
70
|
+
const _ = P(() => {
|
|
71
|
+
var e, t;
|
|
72
|
+
return l.value && ((e = a.value) != null && e.offsetWidth) ? { position: "fixed", width: `${(t = a.value) == null ? void 0 : t.offsetWidth}px`, zIndex: o.zIndex, [o.position]: `${o.offset + h.value}px` } : { position: "relative" };
|
|
73
73
|
});
|
|
74
|
-
return (
|
|
75
|
-
const
|
|
76
|
-
return
|
|
74
|
+
return (e, t) => {
|
|
75
|
+
const n = W("resize");
|
|
76
|
+
return k(), R("div", { ref_key: "affixMainRef", ref: v, class: "yx-affix", style: L({ height: l.value ? r.value.height : void 0 }) }, [Y((k(), R("div", { ref_key: "affixRef", ref: a, style: L(_.value), class: j([{ "is-fixed": l.value, "is-top": o.position === "top", "is-bottom": o.position === "bottom" }, "yx-affix-content"]) }, [G(e.$slots, "default", {}, void 0, !0)], 6)), [[n, D]])], 4);
|
|
77
77
|
};
|
|
78
78
|
} });
|
|
79
79
|
export {
|
|
80
|
-
|
|
80
|
+
K as default
|
|
81
81
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import { PageDimensions as
|
|
4
|
-
import { handleAfterInitEvent as
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
if (
|
|
8
|
-
const
|
|
9
|
-
for (let
|
|
10
|
-
const
|
|
11
|
-
|
|
1
|
+
import { defineComponent as h, ref as f, onMounted as v, nextTick as S, resolveComponent as m, createBlock as p, openBlock as r, normalizeClass as _, normalizeStyle as c, unref as g, withCtx as y, createElementBlock as w, Fragment as k, renderList as j, withDirectives as B, createVNode as D, vShow as b } from "vue";
|
|
2
|
+
import z from "../../object-render.vue.mjs";
|
|
3
|
+
import { PageDimensions as E } from "../../../../utils/interfaces/page-design-types.mjs";
|
|
4
|
+
import { handleAfterInitEvent as F } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
const J = h({ __name: "flex-runtime", props: { pageContext: {}, configure: {} }, setup(x) {
|
|
6
|
+
const e = x, u = f(null), l = e.configure.runtime ? e.configure.runtime : {}, d = l.style, C = l.class, i = f(l.props ? l.props : {});
|
|
7
|
+
if (e.configure.items) {
|
|
8
|
+
const o = e.pageContext && e.pageContext.dimensions ? e.pageContext.dimensions : E.PC;
|
|
9
|
+
for (let s of e.configure.items) {
|
|
10
|
+
const a = s.runtime && s.runtime.common ? s.runtime.common : {}, n = a.style ? a.style[o + "_style"] : void 0, t = {};
|
|
11
|
+
n && (s.flexSpan = n.flexSpan ? n.flexSpan : -2, Object.assign(t, n), delete t.height, delete n.width), s.itemStyle = t, a.style && (a.style[o + "_class"] = "");
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
return
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
return v(() => {
|
|
15
|
+
S(() => {
|
|
16
|
+
F(null, e.pageContext, e.configure, { componentRef: u.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
|
|
17
17
|
});
|
|
18
|
-
}), (
|
|
19
|
-
const
|
|
20
|
-
return
|
|
18
|
+
}), (o, s) => {
|
|
19
|
+
const a = m("el-col"), n = m("el-row");
|
|
20
|
+
return r(), p(n, { ref_key: "thisRef", ref: u, justify: i.value.flexJustify, gutter: i.value.flexGutter, align: i.value.alignItems, style: c([{ display: "flex" }, g(d)]), class: _(g(C)) }, { default: y(() => [(r(!0), w(k, null, j(o.configure.items, (t, I) => B((r(), p(a, { key: t.uuid, style: c(t.itemStyle), span: t.flexSpan }, { default: y(() => [D(z, { pageContext: o.pageContext, configure: t }, null, 8, ["pageContext", "configure"])]), _: 2 }, 1032, ["style", "span"])), [[b, t._dynamicShowFlag]])), 128))]), _: 1 }, 8, ["justify", "gutter", "align", "style", "class"]);
|
|
21
21
|
};
|
|
22
22
|
} });
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
J as default
|
|
25
25
|
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import { PageDimensions as
|
|
4
|
-
import { handleFormEvent as
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
const
|
|
9
|
-
return
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { defineComponent as v, ref as a, onMounted as b, nextTick as k, resolveComponent as h, createElementBlock as i, openBlock as s, createVNode as z, normalizeClass as S, normalizeStyle as f, unref as n, withCtx as w, createCommentVNode as P, toDisplayString as _, Fragment as B, renderList as D, createBlock as E } from "vue";
|
|
2
|
+
import F from "../../object-render.vue.mjs";
|
|
3
|
+
import { PageDimensions as c } from "../../../../utils/interfaces/page-design-types.mjs";
|
|
4
|
+
import { handleFormEvent as N } from "../../../../utils/events/event-util.mjs";
|
|
5
|
+
const M = v({ __name: "form-runtime", props: { pageContext: {}, configure: {} }, setup(g) {
|
|
6
|
+
const e = g;
|
|
7
|
+
e.configure.items || (e.configure.items = []);
|
|
8
|
+
const t = e.configure.runtime ? e.configure.runtime : {}, o = t.props ? t.props : {}, d = a(t.style ? t.style : {}), C = t.class, y = a(t.titleStyle ? t.titleStyle : {}), l = a(o.labelPosition), r = a(null), m = e.pageContext && e.pageContext.dimensions ? e.pageContext.dimensions : c.PC;
|
|
9
|
+
return m && m === c.PHONE && (l.value = "top"), b(() => {
|
|
10
|
+
k(() => {
|
|
11
|
+
N(null, e.pageContext, e.configure, "afterFormLoad", { componentRef: r.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
|
|
12
12
|
});
|
|
13
|
-
}), (
|
|
14
|
-
const
|
|
15
|
-
return s(),
|
|
13
|
+
}), (p, T) => {
|
|
14
|
+
const x = h("el-form");
|
|
15
|
+
return s(), i("div", null, [z(x, { ref_key: "thisRef", ref: r, "label-width": n(o).labelWidth, "label-position": l.value, size: n(o).componentSize, style: f(d.value), class: S(n(C)) }, { default: w(() => [n(o).formTitle ? (s(), i("div", { key: 0, class: "amb-widget-form-title", style: f(y.value) }, _(n(o).formTitle), 5)) : P("", !0), (s(!0), i(B, null, D(p.configure.items, (u, L) => (s(), E(F, { key: u.uuid, pageContext: p.pageContext, configure: u }, null, 8, ["pageContext", "configure"]))), 128))]), _: 1 }, 8, ["label-width", "label-position", "size", "style", "class"])]);
|
|
16
16
|
};
|
|
17
17
|
} });
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
M as default
|
|
20
20
|
};
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import "../../../../utils/
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
l(null, m2.pageContext, m2.configure, { componentRef: p.value, entity: m2.pageContext.entity.data, pageData: m2.pageContext.entity.page });
|
|
1
|
+
import { defineComponent as l, ref as c, onMounted as f, nextTick as m, createElementBlock as p, openBlock as u, normalizeStyle as g, normalizeClass as d, unref as a } from "vue";
|
|
2
|
+
import { handleAfterInitEvent as x } from "../../../../utils/events/event-util.mjs";
|
|
3
|
+
const y = ["src"], b = l({ __name: "iframe-runtime", props: { pageContext: {}, configure: {}, indexObj: {}, selectWidget: {} }, setup(r) {
|
|
4
|
+
const e = r, t = c(null), n = e.configure.runtime ? e.configure.runtime : {}, o = n.style, s = n.class;
|
|
5
|
+
return f(() => {
|
|
6
|
+
m(() => {
|
|
7
|
+
x(null, e.pageContext, e.configure, { componentRef: t.value, entity: e.pageContext.entity.data, pageData: e.pageContext.entity.page });
|
|
9
8
|
});
|
|
10
|
-
}), (
|
|
9
|
+
}), (i, C) => (u(), p("iframe", { ref_key: "thisRef", ref: t, src: i.configure.props.src, class: d(["amb-widget-container-iframe", a(s)]), style: g(a(o)) }, null, 14, y));
|
|
11
10
|
} });
|
|
12
11
|
export {
|
|
13
|
-
|
|
12
|
+
b as default
|
|
14
13
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./tabs-runtime.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const
|
|
4
|
+
const m = t(o, [["__scopeId", "data-v-df9efce2"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|