super-page-runtime 1.0.14 → 1.0.15
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/index.d.ts +5 -0
- package/dist/es/components/index.js +8 -0
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +2 -9
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +3 -9
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +4 -5
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +5 -5
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +0 -5
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +1 -5
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +10 -4
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +15 -3
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/object-render.vue.d.ts +1 -1
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +5 -5
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/super-page.vue.d.ts +1 -1
- package/dist/es/components/runtime/views/super-page.vue.js +7 -8
- package/dist/es/components/super-page-dialog/super-page-dialog.vue.js +0 -1
- package/dist/es/components/wf-editor/wf-editor.css +1 -1
- package/dist/es/components/wf-editor/wf-editor.vue.js +2 -2
- package/dist/es/src/utils/charts/chart-util.js +15 -0
- package/dist/es/{components/runtime → src}/utils/events/event-util.d.ts +1 -1
- package/dist/lib/components/index.d.ts +5 -0
- package/dist/lib/{index.js → components/index.js} +3 -3
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +1 -1
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +1 -1
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +2 -9
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +3 -9
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +0 -1
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +4 -5
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +5 -5
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +0 -5
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +1 -5
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +3 -3
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +10 -4
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +15 -3
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +1 -1
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +5 -5
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +2 -2
- package/dist/lib/components/runtime/views/super-page.vue.d.ts +1 -1
- package/dist/lib/components/runtime/views/super-page.vue.js +7 -8
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue.js +0 -1
- package/dist/lib/components/wf-editor/wf-editor.css +1 -1
- package/dist/lib/components/wf-editor/wf-editor.vue.js +2 -2
- package/dist/lib/src/utils/charts/chart-util.js +15 -0
- package/dist/lib/{components/runtime → src}/utils/events/event-util.d.ts +1 -1
- package/lib/components/index.js +8 -0
- package/package.json +3 -3
- package/src/utils/charts/chart-util.ts +41 -0
- package/src/utils/container-style-util.ts +237 -0
- package/src/{components/runtime/utils → utils}/events/event-util.ts +2 -3
- package/src/{components/runtime/utils → utils}/events/standard-event.ts +1 -1
- package/src/{components/runtime/utils → utils}/events/validator-util.ts +1 -1
- package/dist/es/components/runtime/utils/charts/chart-util.js +0 -15
- package/dist/es/index.d.ts +0 -5
- package/dist/es/index.js +0 -8
- package/dist/lib/components/runtime/utils/charts/chart-util.js +0 -15
- package/dist/lib/index.d.ts +0 -5
- package/src/App.vue +0 -9
- package/src/components/runtime/index.ts +0 -2
- package/src/components/runtime/utils/assemblys-config.js +0 -294
- package/src/components/runtime/utils/charts/chart-util.ts +0 -37
- package/src/components/runtime/utils/container-style-util.ts +0 -223
- package/src/components/runtime/views/assemblys/button/button/button-runtime.vue +0 -46
- package/src/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue +0 -27
- package/src/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue +0 -85
- package/src/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue +0 -61
- package/src/components/runtime/views/assemblys/chart/common/common-attr-assistant.vue +0 -32
- package/src/components/runtime/views/assemblys/chart/common/common-attr-base.vue +0 -60
- package/src/components/runtime/views/assemblys/chart/common/common-attr-drill.vue +0 -39
- package/src/components/runtime/views/assemblys/chart/common/common-attr-groupby.vue +0 -104
- package/src/components/runtime/views/assemblys/chart/common/common-attr-serieslist.vue +0 -145
- package/src/components/runtime/views/assemblys/chart/common/common-attr-sortby.vue +0 -119
- package/src/components/runtime/views/assemblys/chart/common/common-style-custom.vue +0 -28
- package/src/components/runtime/views/assemblys/chart/common/common-style-datazoom.vue +0 -45
- package/src/components/runtime/views/assemblys/chart/common/common-style-font-subtitle.vue +0 -78
- package/src/components/runtime/views/assemblys/chart/common/common-style-font-title.vue +0 -56
- package/src/components/runtime/views/assemblys/chart/common/common-style-grid.vue +0 -70
- package/src/components/runtime/views/assemblys/chart/common/common-style-legend.vue +0 -70
- package/src/components/runtime/views/assemblys/chart/common/common-style-tooltip.vue +0 -140
- package/src/components/runtime/views/assemblys/chart/common/common-style-xaxis.vue +0 -58
- package/src/components/runtime/views/assemblys/chart/common/common-style-yaxis.vue +0 -125
- package/src/components/runtime/views/assemblys/chart/common-series/common-attr-dataset.vue +0 -67
- package/src/components/runtime/views/assemblys/chart/common-series/common-attr-dynamic.vue +0 -57
- package/src/components/runtime/views/assemblys/chart/common-series/common-attr-testdatas.vue +0 -23
- package/src/components/runtime/views/assemblys/chart/common-series/common-style-label.vue +0 -209
- package/src/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue +0 -54
- package/src/components/runtime/views/assemblys/chart/pie/pie-runtime.vue +0 -57
- package/src/components/runtime/views/assemblys/chart/radar/radar-runtime.vue +0 -56
- package/src/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue +0 -58
- package/src/components/runtime/views/assemblys/common/common-attr-cursor.vue +0 -23
- package/src/components/runtime/views/assemblys/common/common-attr-size.vue +0 -54
- package/src/components/runtime/views/assemblys/common/common-select-table.vue +0 -287
- package/src/components/runtime/views/assemblys/common/common-style-background.vue +0 -46
- package/src/components/runtime/views/assemblys/common/common-style-border.vue +0 -37
- package/src/components/runtime/views/assemblys/common/common-style-custom.vue +0 -35
- package/src/components/runtime/views/assemblys/common/common-style-font-head.vue +0 -53
- package/src/components/runtime/views/assemblys/common/common-style-font.vue +0 -53
- package/src/components/runtime/views/assemblys/common/common-style-margin.vue +0 -34
- package/src/components/runtime/views/assemblys/common/common-style-padding.vue +0 -34
- package/src/components/runtime/views/assemblys/common/common-style-position.vue +0 -39
- package/src/components/runtime/views/assemblys/common/common-style-shadow.vue +0 -37
- package/src/components/runtime/views/assemblys/common/export-form-report-dialog.vue +0 -118
- package/src/components/runtime/views/assemblys/common/remove-signer-dialog.vue +0 -99
- package/src/components/runtime/views/assemblys/common/task-informition-dialog.vue +0 -69
- package/src/components/runtime/views/assemblys/common-attr-events.vue +0 -46
- package/src/components/runtime/views/assemblys/container/card/card-runtime.vue +0 -56
- package/src/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue +0 -56
- package/src/components/runtime/views/assemblys/container/container/container-runtime.vue +0 -50
- package/src/components/runtime/views/assemblys/container/flex/flex-runtime.vue +0 -33
- package/src/components/runtime/views/assemblys/container/form/form-runtime.vue +0 -35
- package/src/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue +0 -28
- package/src/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue +0 -51
- package/src/components/runtime/views/assemblys/container/tools/tools-runtime.vue +0 -97
- package/src/components/runtime/views/assemblys/data/bar-code/barcode-attr-base.vue +0 -110
- package/src/components/runtime/views/assemblys/data/bar-code/barcode-attr-event.vue +0 -14
- package/src/components/runtime/views/assemblys/data/bar-code/barcode-attr-style.vue +0 -25
- package/src/components/runtime/views/assemblys/data/bar-code/barcode-attr.vue +0 -29
- package/src/components/runtime/views/assemblys/data/bar-code/barcode-design.vue +0 -95
- package/src/components/runtime/views/assemblys/data/component/attr-header.vue +0 -69
- package/src/components/runtime/views/assemblys/data/component/attr-style.vue +0 -64
- package/src/components/runtime/views/assemblys/data/component/column-config.vue +0 -171
- package/src/components/runtime/views/assemblys/data/component/combinedHeader.vue +0 -96
- package/src/components/runtime/views/assemblys/data/component/composite-header.vue +0 -257
- package/src/components/runtime/views/assemblys/data/component/configuration-value.vue +0 -206
- package/src/components/runtime/views/assemblys/data/component/data-origin-tree.vue +0 -117
- package/src/components/runtime/views/assemblys/data/component/data-origin.vue +0 -260
- package/src/components/runtime/views/assemblys/data/component/formatting.vue +0 -200
- package/src/components/runtime/views/assemblys/data/component/in-parameter.vue +0 -56
- package/src/components/runtime/views/assemblys/data/component/querySetting.vue +0 -52
- package/src/components/runtime/views/assemblys/data/component/return-set-table.vue +0 -91
- package/src/components/runtime/views/assemblys/data/component/row-backgroud-color.vue +0 -58
- package/src/components/runtime/views/assemblys/data/component/select-data-table.vue +0 -86
- package/src/components/runtime/views/assemblys/data/table/main-table-runtime.vue +0 -852
- package/src/components/runtime/views/assemblys/data/table/sub-table-runtime.vue +0 -622
- package/src/components/runtime/views/assemblys/data/table/table-runtime.vue +0 -93
- package/src/components/runtime/views/assemblys/data/tree/tree-attr-base.vue +0 -137
- package/src/components/runtime/views/assemblys/data/tree/tree-attr-event.vue +0 -14
- package/src/components/runtime/views/assemblys/data/tree/tree-attr-style.vue +0 -55
- package/src/components/runtime/views/assemblys/data/tree/tree-attr.vue +0 -29
- package/src/components/runtime/views/assemblys/data/tree/tree-design.vue +0 -114
- package/src/components/runtime/views/assemblys/error-attr.vue +0 -15
- package/src/components/runtime/views/assemblys/error-render.vue +0 -17
- package/src/components/runtime/views/assemblys/form/cascader/cascader-design.vue +0 -288
- package/src/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue +0 -192
- package/src/components/runtime/views/assemblys/form/colors/colors-design.vue +0 -16
- package/src/components/runtime/views/assemblys/form/common/analytic-rule.vue +0 -148
- package/src/components/runtime/views/assemblys/form/common/attr-event.vue +0 -82
- package/src/components/runtime/views/assemblys/form/common/attr-header.vue +0 -54
- package/src/components/runtime/views/assemblys/form/common/attr-style.vue +0 -44
- package/src/components/runtime/views/assemblys/form/common/bar-code-rule.vue +0 -104
- package/src/components/runtime/views/assemblys/form/common/condition.vue +0 -147
- package/src/components/runtime/views/assemblys/form/common/data-origin.vue +0 -81
- package/src/components/runtime/views/assemblys/form/common/data-orign-in-parameter.vue +0 -64
- package/src/components/runtime/views/assemblys/form/common/dataorigin-input-table.vue +0 -106
- package/src/components/runtime/views/assemblys/form/common/default-value-setting.vue +0 -362
- package/src/components/runtime/views/assemblys/form/common/dimension-input.vue +0 -68
- package/src/components/runtime/views/assemblys/form/common/dynamic-data-source-setting.vue +0 -115
- package/src/components/runtime/views/assemblys/form/common/formatting-label.vue +0 -81
- package/src/components/runtime/views/assemblys/form/common/grid-num-select.vue +0 -43
- package/src/components/runtime/views/assemblys/form/common/icon-set-dialog.vue +0 -144
- package/src/components/runtime/views/assemblys/form/common/linkage.vue +0 -21
- package/src/components/runtime/views/assemblys/form/common/overall-height.vue +0 -20
- package/src/components/runtime/views/assemblys/form/common/overall-width.vue +0 -48
- package/src/components/runtime/views/assemblys/form/common/pre-suffix.vue +0 -33
- package/src/components/runtime/views/assemblys/form/common/rich-text.vue +0 -100
- package/src/components/runtime/views/assemblys/form/common/row-ul-li.vue +0 -55
- package/src/components/runtime/views/assemblys/form/common/setoption-table.vue +0 -86
- package/src/components/runtime/views/assemblys/form/common/size-input.vue +0 -65
- package/src/components/runtime/views/assemblys/form/common/suffixmodule.vue +0 -82
- package/src/components/runtime/views/assemblys/form/common/title.vue +0 -20
- package/src/components/runtime/views/assemblys/form/common/uploading.vue +0 -34
- package/src/components/runtime/views/assemblys/form/common/verification.vue +0 -79
- package/src/components/runtime/views/assemblys/form/common/voluntarily.vue +0 -27
- package/src/components/runtime/views/assemblys/form/custom/custom-attr-base.vue +0 -81
- package/src/components/runtime/views/assemblys/form/custom/custom-attr-event.vue +0 -14
- package/src/components/runtime/views/assemblys/form/custom/custom-attr-style.vue +0 -14
- package/src/components/runtime/views/assemblys/form/custom/custom-attr.vue +0 -29
- package/src/components/runtime/views/assemblys/form/custom/custom-design.vue +0 -46
- package/src/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue +0 -74
- package/src/components/runtime/views/assemblys/form/datetime/datetime-design.vue +0 -19
- package/src/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue +0 -57
- package/src/components/runtime/views/assemblys/form/divider/divider-runtime.vue +0 -40
- package/src/components/runtime/views/assemblys/form/file-picture/picture-design.vue +0 -80
- package/src/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue +0 -76
- package/src/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-attr-base.vue +0 -142
- package/src/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-attr-event.vue +0 -14
- package/src/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-attr-style.vue +0 -14
- package/src/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-attr.vue +0 -29
- package/src/components/runtime/views/assemblys/form/image-thumbnail/imagethumbnail-design.vue +0 -84
- package/src/components/runtime/views/assemblys/form/image-upload/imageupload-attr-base.vue +0 -75
- package/src/components/runtime/views/assemblys/form/image-upload/imageupload-attr-event.vue +0 -13
- package/src/components/runtime/views/assemblys/form/image-upload/imageupload-attr-style.vue +0 -14
- package/src/components/runtime/views/assemblys/form/image-upload/imageupload-attr.vue +0 -29
- package/src/components/runtime/views/assemblys/form/image-upload/imageupload-design.vue +0 -66
- package/src/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue +0 -57
- package/src/components/runtime/views/assemblys/form/input-show/input-show-attr-base.vue +0 -68
- package/src/components/runtime/views/assemblys/form/input-show/input-show-attr-event.vue +0 -14
- package/src/components/runtime/views/assemblys/form/input-show/input-show-attr-style.vue +0 -58
- package/src/components/runtime/views/assemblys/form/input-show/input-show-attr.vue +0 -29
- package/src/components/runtime/views/assemblys/form/input-show/input-show-design.vue +0 -132
- package/src/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue +0 -139
- package/src/components/runtime/views/assemblys/form/label/label-runtime.vue +0 -115
- package/src/components/runtime/views/assemblys/form/link/link-runtime.vue +0 -67
- package/src/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue +0 -23
- package/src/components/runtime/views/assemblys/form/radio/radio-runtime.vue +0 -197
- package/src/components/runtime/views/assemblys/form/rate/rate-design.vue +0 -16
- package/src/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue +0 -153
- package/src/components/runtime/views/assemblys/form/select/select-runtime.vue +0 -241
- package/src/components/runtime/views/assemblys/form/slider/slider-design.vue +0 -16
- package/src/components/runtime/views/assemblys/form/switch/switch-runtime.vue +0 -58
- package/src/components/runtime/views/assemblys/form/tag/tag-runtime.vue +0 -60
- package/src/components/runtime/views/assemblys/form/text/text-design.vue +0 -19
- package/src/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue +0 -60
- package/src/components/runtime/views/assemblys/form/transfer/transfer-design.vue +0 -32
- package/src/components/runtime/views/assemblys/object-render.vue +0 -176
- package/src/components/runtime/views/assemblys/page/page-attr-base-20240429-1.vue +0 -179
- package/src/components/runtime/views/assemblys/page/page-attr-base.vue +0 -252
- package/src/components/runtime/views/assemblys/page/page-attr-events.vue +0 -50
- package/src/components/runtime/views/assemblys/page/page-attr-style.vue +0 -25
- package/src/components/runtime/views/assemblys/page/page-attr.vue +0 -84
- package/src/components/runtime/views/assemblys/page/variable-dialog.vue +0 -242
- package/src/components/runtime/views/assemblys/workflow/component/combination.vue +0 -206
- package/src/components/runtime/views/assemblys/workflow/component/condition-dialog.vue +0 -99
- package/src/components/runtime/views/assemblys/workflow/component/event-dialog.vue +0 -278
- package/src/components/runtime/views/assemblys/workflow/component/journal-set-dialog.vue +0 -174
- package/src/components/runtime/views/assemblys/workflow/component/logical-setup-dialog.vue +0 -155
- package/src/components/runtime/views/assemblys/workflow/component/rule-dialog.vue +0 -47
- package/src/components/runtime/views/assemblys/workflow/component/set-dialog.vue +0 -130
- package/src/components/runtime/views/assemblys/workflow/component/task-trigger-dialog.vue +0 -96
- package/src/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-attr-base.vue +0 -43
- package/src/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-attr-event.vue +0 -14
- package/src/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-attr-style.vue +0 -27
- package/src/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-attr.vue +0 -29
- package/src/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-design.vue +0 -17
- package/src/components/runtime/views/assemblys/workflow/text-history/texthistory-attr-base.vue +0 -60
- package/src/components/runtime/views/assemblys/workflow/text-history/texthistory-attr-event.vue +0 -14
- package/src/components/runtime/views/assemblys/workflow/text-history/texthistory-attr-style.vue +0 -27
- package/src/components/runtime/views/assemblys/workflow/text-history/texthistory-attr.vue +0 -29
- package/src/components/runtime/views/assemblys/workflow/text-history/texthistory-design.vue +0 -17
- package/src/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue +0 -61
- package/src/components/runtime/views/render/page-view.vue +0 -80
- package/src/components/runtime/views/super-page copy.vue +0 -61
- package/src/components/runtime/views/super-page.vue +0 -662
- package/src/components/super-page-dialog/index.ts +0 -2
- package/src/components/super-page-dialog/super-page-dialog.vue +0 -267
- package/src/components/wf-editor/index.ts +0 -2
- package/src/components/wf-editor/wf-editor.vue +0 -15
- package/src/index.ts +0 -17
- package/src/main.ts +0 -11
- /package/dist/es/{assets → src/assets}/chart-themes/theme1.js +0 -0
- /package/dist/es/{assets → src/assets}/chart-themes/theme2.js +0 -0
- /package/dist/es/{assets → src/assets}/chart-themes/theme3.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/api/api-util.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/api/api-util.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/common-util.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/common-util.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/events/event-util.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/events/standard-event.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/events/standard-event.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/events/validator-util.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/events/validator-util.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/global-refs.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/global-refs.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/interfaces/page-design-types.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/interfaces/page-design-types.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/page-helper-util.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/page-helper-util.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/page-init-util.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/page-init-util.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/store-util.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/store-util.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/store.d.ts +0 -0
- /package/dist/es/{components/runtime → src}/utils/store.js +0 -0
- /package/dist/es/{components/runtime → src}/utils/table-utils.js +0 -0
- /package/dist/lib/{assets → src/assets}/chart-themes/theme1.js +0 -0
- /package/dist/lib/{assets → src/assets}/chart-themes/theme2.js +0 -0
- /package/dist/lib/{assets → src/assets}/chart-themes/theme3.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/api/api-util.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/api/api-util.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/common-util.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/common-util.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/events/event-util.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/events/standard-event.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/events/standard-event.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/events/validator-util.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/events/validator-util.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/global-refs.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/global-refs.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/interfaces/page-design-types.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/interfaces/page-design-types.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/page-helper-util.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/page-helper-util.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/page-init-util.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/page-init-util.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/store-util.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/store-util.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/store.d.ts +0 -0
- /package/dist/lib/{components/runtime → src}/utils/store.js +0 -0
- /package/dist/lib/{components/runtime → src}/utils/table-utils.js +0 -0
- /package/src/{components/runtime/utils → utils}/api/api-util.ts +0 -0
- /package/src/{components/runtime/utils → utils}/common-util.ts +0 -0
- /package/src/{components/runtime/utils → utils}/eventBus.ts +0 -0
- /package/src/{components/runtime/utils → utils}/events/jump-page-util.ts +0 -0
- /package/src/{components/runtime/utils → utils}/global-refs.ts +0 -0
- /package/src/{components/runtime/utils → utils}/interfaces/page-design-types.ts +0 -0
- /package/src/{components/runtime/utils → utils}/page-helper-util.ts +0 -0
- /package/src/{components/runtime/utils → utils}/page-init-util.ts +0 -0
- /package/src/{components/runtime/utils → utils}/page-permission-util.ts +0 -0
- /package/src/{components/runtime/utils → utils}/store-util.ts +0 -0
- /package/src/{components/runtime/utils → utils}/store.ts +0 -0
- /package/src/{components/runtime/utils → utils}/table-utils.ts +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as default2 } from "./runtime/views/super-page.vue.js";
|
|
2
|
+
import { default as default3 } from "./super-page-dialog/super-page-dialog.vue.js";
|
|
3
|
+
import { default as default4 } from "./wf-editor/wf-editor.vue.js";
|
|
4
|
+
export {
|
|
5
|
+
default2 as SuperPage,
|
|
6
|
+
default3 as SuperPageDialog,
|
|
7
|
+
default4 as WfEditor
|
|
8
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode } from "vue";
|
|
2
2
|
import { SuperIcon } from "agilebuilder-ui";
|
|
3
|
-
import { handleEvent } from "
|
|
3
|
+
import { handleEvent } from "../../../../../../src/utils/events/event-util.js";
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "button-runtime",
|
|
6
6
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, resolveComponent, openBlock, createBlock, normalizeClass, unref, normalizeStyle, withCtx, createVNode, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString } from "vue";
|
|
2
2
|
import { ArrowDown } from "@element-plus/icons-vue";
|
|
3
|
-
import { formatVariableValue } from "
|
|
3
|
+
import { formatVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
4
|
const _hoisted_1 = { key: 1 };
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "dropdown-runtime",
|
package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
|
|
2
|
-
import { getCustomTheme } from "
|
|
2
|
+
import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
|
|
3
3
|
import { use } from "echarts/core";
|
|
4
4
|
import { CanvasRenderer } from "echarts/renderers";
|
|
5
5
|
import { LineChart, BarChart } from "echarts/charts";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
|
|
2
|
-
import { getCustomTheme } from "
|
|
2
|
+
import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
|
|
3
3
|
import { use } from "echarts/core";
|
|
4
4
|
import { CanvasRenderer } from "echarts/renderers";
|
|
5
5
|
import { GaugeChart } from "echarts/charts";
|
|
@@ -12,14 +12,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
12
12
|
configure: {}
|
|
13
13
|
},
|
|
14
14
|
setup(__props) {
|
|
15
|
-
use([
|
|
16
|
-
CanvasRenderer,
|
|
17
|
-
GaugeChart,
|
|
18
|
-
GridComponent,
|
|
19
|
-
TitleComponent,
|
|
20
|
-
TooltipComponent,
|
|
21
|
-
ToolboxComponent
|
|
22
|
-
]);
|
|
15
|
+
use([CanvasRenderer, GaugeChart, GridComponent, TitleComponent, TooltipComponent, ToolboxComponent]);
|
|
23
16
|
const props = __props;
|
|
24
17
|
const thisRef = ref(null);
|
|
25
18
|
const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
|
|
2
|
-
import { getCustomTheme } from "
|
|
2
|
+
import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
|
|
3
3
|
import { use } from "echarts/core";
|
|
4
4
|
import { CanvasRenderer } from "echarts/renderers";
|
|
5
5
|
import { PieChart } from "echarts/charts";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
|
|
2
|
-
import { getCustomTheme } from "
|
|
2
|
+
import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
|
|
3
3
|
import { use } from "echarts/core";
|
|
4
4
|
import { CanvasRenderer } from "echarts/renderers";
|
|
5
5
|
import { RadarChart } from "echarts/charts";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createElementBlock, normalizeStyle, unref, normalizeClass, createVNode } from "vue";
|
|
2
|
-
import { getCustomTheme } from "
|
|
2
|
+
import { getCustomTheme } from "../../../../../../src/utils/charts/chart-util.js";
|
|
3
3
|
import { use } from "echarts/core";
|
|
4
4
|
import { CanvasRenderer } from "echarts/renderers";
|
|
5
5
|
import { ScatterChart } from "echarts/charts";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, resolveComponent, openBlock, createBlock, withCtx, createVNode, createTextVNode, toDisplayString } from "vue";
|
|
2
|
-
import { packageTemplateFiles } from "
|
|
2
|
+
import { packageTemplateFiles } from "../../../../../src/utils/common-util.js";
|
|
3
3
|
const prefix = "${";
|
|
4
4
|
const suffix = "}";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -50,14 +50,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
50
50
|
newValue = newValue.substring(0, suffixIndex) + newValue.substring(suffixIndex + suffix.length);
|
|
51
51
|
console.log("non replacement value === newValue", newValue);
|
|
52
52
|
} else {
|
|
53
|
-
field = newValue.substring(
|
|
54
|
-
|
|
55
|
-
suffixIndex
|
|
56
|
-
);
|
|
57
|
-
formatStr = newValue.substring(
|
|
58
|
-
prefixIndex,
|
|
59
|
-
suffixIndex + suffix.length
|
|
60
|
-
);
|
|
53
|
+
field = newValue.substring(prefixIndex + prefix.length, suffixIndex);
|
|
54
|
+
formatStr = newValue.substring(prefixIndex, suffixIndex + suffix.length);
|
|
61
55
|
console.log("field", field);
|
|
62
56
|
console.log("formatStr", formatStr);
|
|
63
57
|
fields.value.push(field);
|
package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, unref, isRef, normalizeStyle, normalizeClass, withCtx, createElementBlock, Fragment, renderList, createElementVNode, createCommentVNode, createTextVNode, toDisplayString } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../object-render.vue.js";
|
|
3
|
-
import "../../../../utils/global-refs.js";
|
|
4
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
4
|
__name: "collapse-runtime",
|
|
6
5
|
props: {
|
package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, normalizeStyle, unref, createElementBlock, Fragment, renderList, createCommentVNode, createVNode, normalizeClass } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../object-render.vue.js";
|
|
3
|
-
import "../../../../utils/global-refs.js";
|
|
4
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
4
|
__name: "container-runtime",
|
|
6
5
|
props: {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, unref, normalizeStyle, normalizeClass, withCtx, createElementBlock, Fragment, renderList } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../object-render.vue.js";
|
|
3
|
-
import "../../../../utils/global-refs.js";
|
|
4
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
4
|
__name: "flex-runtime",
|
|
6
5
|
props: {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, unref, normalizeStyle, normalizeClass, withCtx, createElementBlock, Fragment, renderList } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../object-render.vue.js";
|
|
3
|
-
import "../../../../utils/global-refs.js";
|
|
4
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
4
|
__name: "form-runtime",
|
|
6
5
|
props: {
|
|
@@ -2,7 +2,6 @@ import { defineComponent, ref, openBlock, createBlock, unref, isRef, normalizeSt
|
|
|
2
2
|
import { ElTabs, ElTabPane } from "element-plus";
|
|
3
3
|
import _sfc_main$1 from "../../object-render.vue.js";
|
|
4
4
|
import { SuperIcon } from "agilebuilder-ui";
|
|
5
|
-
import "../../../../utils/global-refs.js";
|
|
6
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
6
|
__name: "tabs-runtime",
|
|
8
7
|
props: {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, onUnmounted, openBlock, createElementBlock, createElementVNode, normalizeClass, unref, normalizeStyle, Fragment, renderList, createBlock } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../object-render.vue.js";
|
|
3
|
-
import "../../../../utils/global-refs.js";
|
|
4
3
|
const _hoisted_1 = { class: "amb-widget-tools-parent" };
|
|
5
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
5
|
__name: "tools-runtime",
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, watch, onUnmounted, resolveComponent, openBlock, createElementBlock, createVNode, unref } from "vue";
|
|
2
|
-
import "
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { getSaveFormRequest, standardEvents } from "../../../../utils/events/standard-event.js";
|
|
2
|
+
import { setTableEvents, getEventFuncByType, canExecuteButton, doAfterClickEvent, doBeforeClickEvent, getHandleEvent, gridSelectRecord, gridSelectAllRecords, gridSelectionChange, cellClick, cellDblClick, rowClick, rowDblClick, headerClick } from "../../../../../../src/utils/events/event-util.js";
|
|
3
|
+
import { getListCode, getRealRestApiPath } from "../../../../../../src/utils/common-util.js";
|
|
4
|
+
import { getSaveFormRequest, standardEvents } from "../../../../../../src/utils/events/standard-event.js";
|
|
6
5
|
import { isPromise } from "agilebuilder-ui/src/utils/common-util";
|
|
7
|
-
import { getDataTypeMap, popupToPage } from "
|
|
6
|
+
import { getDataTypeMap, popupToPage } from "../../../../../../src/utils/table-utils.js";
|
|
8
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
8
|
__name: "main-table-runtime",
|
|
10
9
|
props: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, createBlock, unref, createCommentVNode } from "vue";
|
|
2
|
-
import { setTableEvents, gridSelectRecord, gridSelectAllRecords, gridSelectionChange, cellClick, cellDblClick, rowClick, rowDblClick, headerClick } from "
|
|
3
|
-
import { setVariableValue, getVariableValue } from "
|
|
4
|
-
import { getFormModelFields } from "
|
|
5
|
-
import { popupToPage } from "
|
|
6
|
-
import { getListCode } from "
|
|
2
|
+
import { setTableEvents, gridSelectRecord, gridSelectAllRecords, gridSelectionChange, cellClick, cellDblClick, rowClick, rowDblClick, headerClick } from "../../../../../../src/utils/events/event-util.js";
|
|
3
|
+
import { setVariableValue, getVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
5
|
+
import { popupToPage } from "../../../../../../src/utils/table-utils.js";
|
|
6
|
+
import { getListCode } from "../../../../../../src/utils/common-util.js";
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
8
|
__name: "sub-table-runtime",
|
|
9
9
|
props: {
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createElementBlock, unref, createBlock } from "vue";
|
|
2
|
-
import "agilebuilder-ui";
|
|
3
|
-
import "agilebuilder-ui/src/utils/request";
|
|
4
|
-
import "dayjs";
|
|
5
|
-
import "agilebuilder-ui/src/utils/calculator/calculator-util";
|
|
6
|
-
import "../../../../utils/global-refs.js";
|
|
7
2
|
import _sfc_main$1 from "./sub-table-runtime.vue.js";
|
|
8
3
|
import _sfc_main$2 from "./main-table-runtime.vue.js";
|
|
9
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch, resolveComponent, openBlock, createBlock, normalizeClass, unref, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, Fragment, renderList } from "vue";
|
|
2
|
-
import { getVariableValue, setVariableValue, getOptionDatasFromPage, autoSetAfterSelect, queryOptionDatasources } from "
|
|
3
|
-
import { getFormModelFields } from "
|
|
2
|
+
import { getVariableValue, setVariableValue, getOptionDatasFromPage, autoSetAfterSelect, queryOptionDatasources } from "../../../../../../src/utils/page-helper-util.js";
|
|
3
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "checkbox-runtime",
|
|
6
6
|
props: {
|
package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode } from "vue";
|
|
2
|
-
import { getFormModelFields } from "
|
|
3
|
-
import { getVariableValue, setVariableValue } from "
|
|
2
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
3
|
+
import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "datepicker-runtime",
|
|
6
6
|
props: {
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { defineComponent, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode } from "vue";
|
|
2
|
-
import { getFormModelFields } from "
|
|
3
|
-
import "agilebuilder-ui/src/utils/request";
|
|
4
|
-
import "dayjs";
|
|
5
|
-
import "agilebuilder-ui/src/utils/calculator/calculator-util";
|
|
6
|
-
import "../../../../utils/global-refs.js";
|
|
2
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
7
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
4
|
__name: "depttree-runtime",
|
|
9
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, withCtx, createElementVNode, normalizeStyle, toDisplayString } from "vue";
|
|
2
|
-
import { formatVariableValue } from "
|
|
2
|
+
import { formatVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
3
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "divider-runtime",
|
|
5
5
|
props: {
|
package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, watch, resolveComponent, unref, openBlock, createBlock, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode } from "vue";
|
|
2
|
-
import { getVariableValue, setVariableValue } from "
|
|
2
|
+
import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
3
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "fileupload-runtime",
|
|
5
5
|
props: {
|
package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode } from "vue";
|
|
2
|
-
import { getFormModelFields } from "
|
|
3
|
-
import { getVariableValue, setVariableValue } from "
|
|
2
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
3
|
+
import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "input-number-runtime",
|
|
6
6
|
props: {
|
package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, createSlots, createTextVNode } from "vue";
|
|
2
2
|
import { SuperIcon } from "agilebuilder-ui";
|
|
3
|
-
import { getFormModelFields } from "
|
|
4
|
-
import { getVariableValue, setVariableValue } from "
|
|
5
|
-
import { handleEvent } from "
|
|
3
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
4
|
+
import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
5
|
+
import { handleEvent } from "../../../../../../src/utils/events/event-util.js";
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
7
|
__name: "inputtext-runtime",
|
|
8
8
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, unref, openBlock, createBlock, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createElementVNode, createTextVNode } from "vue";
|
|
2
|
-
import { getFormModelFields } from "
|
|
3
|
-
import { queryOptions, formatVariableValue, formatValueByType } from "
|
|
2
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
3
|
+
import { queryOptions, formatVariableValue, formatValueByType } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
4
|
import { SuperIcon } from "agilebuilder-ui";
|
|
5
5
|
const _hoisted_1 = { style: { "display": "flex", "width": "100%", "justify-content": "space-between" } };
|
|
6
6
|
const _hoisted_2 = { style: { "overflow": "hidden", "white-space": "nowrap" } };
|
|
@@ -82,7 +82,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
82
82
|
createElementVNode("span", _hoisted_2, [
|
|
83
83
|
unref(designProperty).preIconValue || unref(designProperty).preText ? (openBlock(), createElementBlock("span", {
|
|
84
84
|
key: 0,
|
|
85
|
-
class: normalizeClass({
|
|
85
|
+
class: normalizeClass({
|
|
86
|
+
"el-input__suffix": unref(designProperty).iconPosition != "outer",
|
|
87
|
+
"el-input-group__append": unref(designProperty).iconPosition == "outer"
|
|
88
|
+
}),
|
|
86
89
|
style: normalizeStyle(unref(appendStyle))
|
|
87
90
|
}, [
|
|
88
91
|
unref(designProperty).preIconType && unref(designProperty).preIconValue ? (openBlock(), createBlock(unref(SuperIcon), {
|
|
@@ -96,7 +99,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
96
99
|
]),
|
|
97
100
|
unref(designProperty).sufIconValue || unref(designProperty).sufText ? (openBlock(), createElementBlock("span", {
|
|
98
101
|
key: 0,
|
|
99
|
-
class: normalizeClass({
|
|
102
|
+
class: normalizeClass({
|
|
103
|
+
"el-input__suffix": unref(designProperty).iconPosition != "outer",
|
|
104
|
+
"el-input-group__append": unref(designProperty).iconPosition == "outer"
|
|
105
|
+
})
|
|
100
106
|
}, [
|
|
101
107
|
unref(designProperty).sufIconType && unref(designProperty).sufIconValue ? (openBlock(), createBlock(unref(SuperIcon), {
|
|
102
108
|
key: 0,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createBlock, normalizeClass, unref, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { getFormModelFields } from "
|
|
3
|
-
import { formatVariableValue, openLink } from "
|
|
2
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
3
|
+
import { formatVariableValue, openLink } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "link-runtime",
|
|
6
6
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, Fragment, renderList } from "vue";
|
|
2
|
-
import { getVariableValue, setVariableValue, getOptionDatasFromPage, autoSetAfterSelect, queryOptionDatasources } from "
|
|
3
|
-
import { getFormModelFields } from "
|
|
2
|
+
import { getVariableValue, setVariableValue, getOptionDatasFromPage, autoSetAfterSelect, queryOptionDatasources } from "../../../../../../src/utils/page-helper-util.js";
|
|
3
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "radio-runtime",
|
|
6
6
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, resolveComponent, unref, openBlock, createBlock, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createElementVNode } from "vue";
|
|
2
|
-
import { getFormModelFields } from "
|
|
3
|
-
import { formatVariableValue, setVariableValue } from "
|
|
2
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
3
|
+
import { formatVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
4
|
import Quill from "quill";
|
|
5
5
|
import "quill/dist/quill.snow.css";
|
|
6
6
|
const _hoisted_1 = { style: { "width": "100%", "height": "100%" } };
|
|
@@ -29,7 +29,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
29
29
|
const quillEditorRef = ref(null);
|
|
30
30
|
const quill = ref(null);
|
|
31
31
|
const fileBtn = ref(null);
|
|
32
|
-
const fontSize = [
|
|
32
|
+
const fontSize = [
|
|
33
|
+
"12px",
|
|
34
|
+
"13px",
|
|
35
|
+
"14px",
|
|
36
|
+
"15px",
|
|
37
|
+
"16px",
|
|
38
|
+
"18px",
|
|
39
|
+
"20px",
|
|
40
|
+
"24px",
|
|
41
|
+
"28px",
|
|
42
|
+
"32px",
|
|
43
|
+
"36px"
|
|
44
|
+
];
|
|
33
45
|
const option = ref({
|
|
34
46
|
modules: {
|
|
35
47
|
toolbar: [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, Fragment, renderList, createElementVNode } from "vue";
|
|
2
|
-
import { getVariableValue, setVariableValue, getOptionDatasFromPage, queryOptionDatasources, autoSetAfterSelect } from "
|
|
3
|
-
import { getFormModelFields } from "
|
|
2
|
+
import { getVariableValue, setVariableValue, getOptionDatasFromPage, queryOptionDatasources, autoSetAfterSelect } from "../../../../../../src/utils/page-helper-util.js";
|
|
3
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
4
4
|
const _hoisted_1 = { style: { "float": "left" } };
|
|
5
5
|
const _hoisted_2 = { style: { "float": "right", "color": "var(--el-text-color-secondary)", "font-size": "13px" } };
|
|
6
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode } from "vue";
|
|
2
|
-
import { getFormModelFields } from "
|
|
3
|
-
import { getVariableValue, setVariableValue } from "
|
|
2
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
3
|
+
import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "switch-runtime",
|
|
6
6
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createBlock, unref, normalizeClass, normalizeStyle, withCtx, createElementBlock, toDisplayString, createCommentVNode, createVNode, createTextVNode } from "vue";
|
|
2
|
-
import { getFormModelFields } from "
|
|
3
|
-
import { formatVariableValue } from "
|
|
2
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
3
|
+
import { formatVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "tag-runtime",
|
|
6
6
|
props: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, createVNode, unref, normalizeClass, normalizeStyle, withCtx, toDisplayString, createCommentVNode } from "vue";
|
|
2
|
-
import { getFormModelFields } from "
|
|
3
|
-
import { getVariableValue, setVariableValue } from "
|
|
2
|
+
import { getFormModelFields } from "../../../../../../src/utils/page-init-util.js";
|
|
3
|
+
import { getVariableValue, setVariableValue } from "../../../../../../src/utils/page-helper-util.js";
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "textarea-runtime",
|
|
6
6
|
props: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, markRaw, onMounted, resolveDirective, withDirectives, openBlock, createBlock, resolveDynamicComponent, normalizeStyle, normalizeClass, vShow, unref } from "vue";
|
|
2
2
|
import _sfc_main$1 from "./error-render.vue.js";
|
|
3
3
|
import { getRuntimeComponentByName } from "../../utils/assemblys-config.js";
|
|
4
|
-
import { PageDimensions } from "
|
|
5
|
-
import { addComponentRef, addComponentRefByCode } from "
|
|
6
|
-
import { getPermissionCodes } from "
|
|
7
|
-
import { caculateShowCondition } from "
|
|
4
|
+
import { PageDimensions } from "../../../../src/utils/interfaces/page-design-types.js";
|
|
5
|
+
import { addComponentRef, addComponentRefByCode } from "../../../../src/utils/global-refs.js";
|
|
6
|
+
import { getPermissionCodes } from "../../../../src/utils/page-init-util.js";
|
|
7
|
+
import { caculateShowCondition } from "../../../../src/utils/page-helper-util.js";
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "object-render",
|
|
10
10
|
props: {
|
|
@@ -109,7 +109,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
109
109
|
runtimeStyle.value["width"] = thisRec.width + "px";
|
|
110
110
|
} else if (thisStyle.position) {
|
|
111
111
|
runtimeStyle.value["position"] = thisStyle.position;
|
|
112
|
-
if (runtimeStyle.position != "relative") {
|
|
112
|
+
if (runtimeStyle.value.position != "relative") {
|
|
113
113
|
if (!runtimeStyle.value["width"]) {
|
|
114
114
|
const thisRec = thisRef.value.getBoundingClientRect();
|
|
115
115
|
runtimeStyle.value["width"] = thisRec.width + "px";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createElementBlock, Fragment, renderList, createBlock, createCommentVNode } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../object-render.vue.js";
|
|
3
|
-
import { getClickEventFuncByType } from "
|
|
4
|
-
import { isVisibleWorkflowButton } from "
|
|
3
|
+
import { getClickEventFuncByType } from "../../../../../../src/utils/events/event-util.js";
|
|
4
|
+
import { isVisibleWorkflowButton } from "../../../../../../src/utils/events/standard-event.js";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "workflowbutton-runtime",
|
|
7
7
|
props: {
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, onUpdated, nextTick, onUnmounted, openBlock, createElementBlock, normalizeClass, normalizeStyle, Fragment, renderList, createBlock, unref, createCommentVNode, createElementVNode, reactive } from "vue";
|
|
2
2
|
import _sfc_main$1 from "./assemblys/object-render.vue.js";
|
|
3
|
-
import { updateOptionDatasources } from "
|
|
4
|
-
import { queryPageSuperGrids, queryPageDesignByCode, convertToPageContext } from "
|
|
5
|
-
import { removePageAllRef, initComponentRefState, addComponentRef } from "
|
|
6
|
-
import { removeCustomFuncFromWindow, initPageEvents, handleEvent } from "
|
|
3
|
+
import { updateOptionDatasources } from "../../../src/utils/page-helper-util.js";
|
|
4
|
+
import { queryPageSuperGrids, queryPageDesignByCode, convertToPageContext } from "../../../src/utils/page-init-util.js";
|
|
5
|
+
import { removePageAllRef, initComponentRefState, addComponentRef } from "../../../src/utils/global-refs.js";
|
|
6
|
+
import { removeCustomFuncFromWindow, initPageEvents, handleEvent } from "../../../src/utils/events/event-util.js";
|
|
7
7
|
import _sfc_main$2 from "./assemblys/common/export-form-report-dialog.vue.js";
|
|
8
8
|
import _sfc_main$3 from "./assemblys/common/task-informition-dialog.vue.js";
|
|
9
9
|
import _sfc_main$4 from "./assemblys/common/remove-signer-dialog.vue.js";
|
|
10
|
-
import { getData } from "
|
|
11
|
-
import { getTaskInformitions, getRemoveSigner, exportFormReport, doImportFinally, doAddSigner, doCreateCopyTask, doAssign, doReturnTaskTo, doRemoveSigners } from "
|
|
10
|
+
import { getData } from "../../../src/utils/api/api-util.js";
|
|
11
|
+
import { getTaskInformitions, getRemoveSigner, exportFormReport, doImportFinally, doAddSigner, doCreateCopyTask, doAssign, doReturnTaskTo, doRemoveSigners } from "../../../src/utils/events/standard-event.js";
|
|
12
12
|
import { ElMessage } from "element-plus";
|
|
13
13
|
import { useI18n } from "vue-i18n";
|
|
14
14
|
import { DepartmentUserTree } from "agilebuilder-ui";
|
|
15
|
-
import { i18nValidateRulesMessage } from "
|
|
15
|
+
import { i18nValidateRulesMessage } from "../../../src/utils/events/validator-util.js";
|
|
16
16
|
import _sfc_main$5 from "../../super-page-dialog/super-page-dialog.vue.js";
|
|
17
17
|
import { useRouter } from "vue-router";
|
|
18
|
-
import "agilebuilder-ui/src/utils/jump-page-utils";
|
|
19
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
20
19
|
__name: "super-page",
|
|
21
20
|
props: {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createCommentVNode } from "vue";
|
|
2
|
-
import "element-plus";
|
|
3
2
|
import _sfc_main$1 from "../runtime/views/super-page.vue.js";
|
|
4
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
4
|
__name: "super-page-dialog",
|
|
@@ -2,7 +2,7 @@ import { openBlock, createElementBlock, pushScopeId, popScopeId, createElementVN
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
4
|
const _sfc_main = {};
|
|
5
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
5
|
+
const _withScopeId = (n) => (pushScopeId("data-v-c38a8dd9"), n = n(), popScopeId(), n);
|
|
6
6
|
const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("button", null, "Editoraaaaa", -1));
|
|
7
7
|
const _hoisted_2 = [
|
|
8
8
|
_hoisted_1
|
|
@@ -10,7 +10,7 @@ const _hoisted_2 = [
|
|
|
10
10
|
function _sfc_render(_ctx, _cache) {
|
|
11
11
|
return openBlock(), createElementBlock("div", null, _hoisted_2);
|
|
12
12
|
}
|
|
13
|
-
const WfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
13
|
+
const WfEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-c38a8dd9"]]);
|
|
14
14
|
export {
|
|
15
15
|
WfEditor as default
|
|
16
16
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import theme1 from "../../assets/chart-themes/theme1.js";
|
|
2
|
+
import theme2 from "../../assets/chart-themes/theme2.js";
|
|
3
|
+
import theme3 from "../../assets/chart-themes/theme3.js";
|
|
4
|
+
const themeMap = {
|
|
5
|
+
theme1,
|
|
6
|
+
theme2,
|
|
7
|
+
theme3
|
|
8
|
+
};
|
|
9
|
+
function getCustomTheme(themeName) {
|
|
10
|
+
console.log("getdd", themeName);
|
|
11
|
+
return themeMap[themeName];
|
|
12
|
+
}
|
|
13
|
+
export {
|
|
14
|
+
getCustomTheme
|
|
15
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const superPage_vue_vue_type_script_setup_true_lang = require("./
|
|
4
|
-
const superPageDialog_vue_vue_type_script_setup_true_lang = require("./
|
|
5
|
-
const wfEditor = require("./
|
|
3
|
+
const superPage_vue_vue_type_script_setup_true_lang = require("./runtime/views/super-page.vue.js");
|
|
4
|
+
const superPageDialog_vue_vue_type_script_setup_true_lang = require("./super-page-dialog/super-page-dialog.vue.js");
|
|
5
|
+
const wfEditor = require("./wf-editor/wf-editor.vue.js");
|
|
6
6
|
exports.SuperPage = superPage_vue_vue_type_script_setup_true_lang;
|
|
7
7
|
exports.SuperPageDialog = superPageDialog_vue_vue_type_script_setup_true_lang;
|
|
8
8
|
exports.WfEditor = wfEditor;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const vue = require("vue");
|
|
3
3
|
const agilebuilderUi = require("agilebuilder-ui");
|
|
4
|
-
const eventUtil = require("
|
|
4
|
+
const eventUtil = require("../../../../../../src/utils/events/event-util.js");
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
6
6
|
__name: "button-runtime",
|
|
7
7
|
props: {
|