super-page-runtime 0.0.2-tmp6 → 1.0.1
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/runtime/index.d.ts +1 -3
- package/dist/es/components/runtime/index.js +4 -0
- package/dist/es/components/runtime/utils/api/api-util.js +3 -3
- package/dist/es/components/runtime/utils/assemblys-config.js +1 -1
- package/dist/es/components/runtime/utils/charts/chart-util.js +1 -14
- package/dist/es/components/runtime/utils/common-util.d.ts +0 -5
- package/dist/es/components/runtime/utils/common-util.js +2 -15
- package/dist/es/components/runtime/utils/eventBus.js +1 -1
- package/dist/es/components/runtime/utils/events/event-util.js +3 -3
- package/dist/es/components/runtime/utils/events/standard-event.js +6 -6
- package/dist/es/components/runtime/utils/events/validator-util.js +3 -3
- package/dist/es/components/runtime/utils/global-refs.js +1 -1
- package/dist/es/components/runtime/utils/interfaces/page-design-types.d.ts +0 -2
- package/dist/es/components/runtime/utils/page-helper-util.d.ts +0 -19
- package/dist/es/components/runtime/utils/page-helper-util.js +3 -119
- package/dist/es/components/runtime/utils/page-init-util.js +2 -2
- package/dist/es/components/runtime/utils/table-utils.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +8 -203
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +5 -5
- package/dist/es/components/runtime/views/assemblys/error-render.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +4 -4
- 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 +1 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue.js +8 -22
- package/dist/es/components/super-page-dialog/index.d.ts +3 -0
- package/dist/es/components/{runtime/views → super-page-dialog}/super-page-dialog.vue.js +2 -3
- package/dist/es/components/super-page-dialog/super-page-dialog.vue2.js +4 -0
- package/dist/es/components/wf-editor/index.d.ts +3 -0
- package/dist/es/components/wf-editor/index.js +4 -0
- package/dist/es/components/wf-editor/wf-editor.css +4 -0
- package/dist/es/components/wf-editor/wf-editor.vue.js +16 -0
- package/dist/es/index.d.ts +4 -7
- package/dist/es/index.js +3 -12
- package/dist/favicon.ico +0 -0
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/lib/assets/chart-themes/theme1.js +7 -0
- package/dist/lib/assets/chart-themes/theme2.js +7 -0
- package/dist/lib/assets/chart-themes/theme3.js +7 -0
- package/dist/lib/components/runtime/index.d.ts +3 -0
- package/dist/lib/components/runtime/index.js +3 -0
- package/dist/lib/components/runtime/utils/api/api-util.d.ts +11 -0
- package/dist/lib/components/runtime/utils/api/api-util.js +128 -0
- package/dist/lib/components/runtime/utils/assemblys-config.js +258 -0
- package/dist/lib/components/runtime/utils/charts/chart-util.js +15 -0
- package/dist/lib/components/runtime/utils/common-util.d.ts +11 -0
- package/dist/lib/components/runtime/utils/common-util.js +81 -0
- package/dist/lib/components/runtime/utils/eventBus.d.ts +7 -0
- package/dist/lib/components/runtime/utils/eventBus.js +10 -0
- package/dist/lib/components/runtime/utils/events/event-util.d.ts +48 -0
- package/dist/lib/components/runtime/utils/events/event-util.js +526 -0
- package/dist/lib/components/runtime/utils/events/standard-event.d.ts +61 -0
- package/dist/lib/components/runtime/utils/events/standard-event.js +1624 -0
- package/dist/lib/components/runtime/utils/events/validator-util.d.ts +4 -0
- package/dist/lib/components/runtime/utils/events/validator-util.js +389 -0
- package/dist/lib/components/runtime/utils/global-refs.d.ts +59 -0
- package/dist/lib/components/runtime/utils/global-refs.js +65 -0
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.d.ts +221 -0
- package/dist/lib/components/runtime/utils/interfaces/page-design-types.js +9 -0
- package/dist/lib/components/runtime/utils/page-helper-util.d.ts +87 -0
- package/dist/lib/components/runtime/utils/page-helper-util.js +503 -0
- package/dist/lib/components/runtime/utils/page-init-util.d.ts +38 -0
- package/dist/lib/components/runtime/utils/page-init-util.js +200 -0
- package/dist/lib/components/runtime/utils/store-util.d.ts +15 -0
- package/dist/lib/components/runtime/utils/store-util.js +17 -0
- package/dist/lib/components/runtime/utils/store.d.ts +2 -0
- package/dist/lib/components/runtime/utils/store.js +3 -0
- package/dist/lib/components/runtime/utils/table-utils.js +24 -0
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +54 -0
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +35 -0
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +110 -0
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +53 -0
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +49 -0
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +50 -0
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +50 -0
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +51 -0
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.d.ts +24 -0
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +147 -0
- package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.d.ts +35 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +127 -0
- package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.d.ts +26 -0
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +104 -0
- package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +72 -0
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +74 -0
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +79 -0
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +43 -0
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +44 -0
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +30 -0
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +69 -0
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +75 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +642 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +453 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +87 -0
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.d.ts +22 -0
- package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +22 -0
- package/dist/lib/components/runtime/views/assemblys/error-render.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +156 -0
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +82 -0
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +40 -0
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +74 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +127 -0
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +127 -0
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +77 -0
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +29 -0
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +157 -0
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +162 -0
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +201 -0
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +63 -0
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +65 -0
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.d.ts +17 -0
- package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +142 -0
- package/dist/lib/components/runtime/views/assemblys/object-render.vue2.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +3 -0
- package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +61 -0
- package/dist/lib/components/runtime/views/super-page.vue.d.ts +91 -0
- package/dist/lib/components/runtime/views/super-page.vue.js +481 -0
- package/dist/lib/components/runtime/views/super-page.vue2.js +3 -0
- package/dist/lib/components/super-page-dialog/index.d.ts +3 -0
- package/dist/lib/components/super-page-dialog/index.js +3 -0
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue.d.ts +36 -0
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue.js +73 -0
- package/dist/lib/components/super-page-dialog/super-page-dialog.vue2.js +3 -0
- package/dist/lib/components/wf-editor/index.d.ts +3 -0
- package/dist/lib/components/wf-editor/index.js +3 -0
- package/dist/lib/components/wf-editor/wf-editor.css +4 -0
- package/dist/lib/components/wf-editor/wf-editor.vue.d.ts +2 -0
- package/dist/lib/components/wf-editor/wf-editor.vue.js +15 -0
- package/dist/lib/favicon.ico +0 -0
- package/dist/lib/index.d.ts +5 -0
- package/dist/lib/index.js +8 -0
- package/dist/super-page-runtime.umd.js +213932 -0
- package/package.json +68 -70
- package/dist/es/assets/chart-themes/theme1.d.ts +0 -4
- package/dist/es/assets/chart-themes/theme2.d.ts +0 -4
- package/dist/es/assets/chart-themes/theme3.d.ts +0 -4
- package/dist/es/assets/images/button/button-group.png.js +0 -4
- package/dist/es/assets/images/button/button.png.js +0 -4
- package/dist/es/assets/images/group-button.png.js +0 -4
- package/dist/es/components/runtime/utils/charts/chart-util.d.ts +0 -11
- package/dist/es/components/runtime/utils/page-permission-util.d.ts +0 -26
- package/dist/es/components/runtime/utils/page-permission-util.js +0 -525
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +0 -62
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue2.js +0 -4
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +0 -57
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue2.js +0 -4
- package/dist/es/components/runtime/views/wf-editor.vue.js +0 -7
- package/dist/es/components/runtime/views/wf-editor.vue2.js +0 -33
- package/dist/es/components/runtime/views/wf-editor.vue3.js +0 -1
- package/dist/es/style.css +0 -4
- /package/dist/es/components/{runtime/views/super-page-dialog.vue2.js → super-page-dialog/index.js} +0 -0
- /package/dist/es/components/{runtime/views → super-page-dialog}/super-page-dialog.vue.d.ts +0 -0
- /package/dist/es/components/{runtime/views → wf-editor}/wf-editor.vue.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,70 +1,68 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "super-page-runtime",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "AgileBuilder super page runtime",
|
|
5
|
-
"license": "ISC",
|
|
6
|
-
"main": "dist/
|
|
7
|
-
"files": [
|
|
8
|
-
"dist/*"
|
|
9
|
-
],
|
|
10
|
-
"typings": "dist/
|
|
11
|
-
"scripts": {
|
|
12
|
-
"dev": "vite",
|
|
13
|
-
"build": "run-p type-check \"build-only {@}\" --",
|
|
14
|
-
"preview": "vite preview",
|
|
15
|
-
"test:unit": "vitest",
|
|
16
|
-
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
|
17
|
-
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
|
18
|
-
"build-only": "vite build",
|
|
19
|
-
"type-check": "vue-tsc --build --force",
|
|
20
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
21
|
-
"format": "prettier --write src/"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@vueup/vue-quill": "^1.2.0",
|
|
25
|
-
"@vueuse/core": "^10.9.0",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"qrcode": "^1.5.3",
|
|
32
|
-
"quill": "^2.0.1",
|
|
33
|
-
"uuid": "^9.0.1",
|
|
34
|
-
"vue-awesome": "^4.5.0",
|
|
35
|
-
"vue-codemirror": "^6.1.1",
|
|
36
|
-
"vue-draggable-plus": "^0.3.5",
|
|
37
|
-
"vue-echarts": "^6.6.9"
|
|
38
|
-
},
|
|
39
|
-
"devDependencies": {
|
|
40
|
-
"@element-plus/icons": "^0.0.11",
|
|
41
|
-
"@element-plus/icons-vue": "^2.3.1",
|
|
42
|
-
"@rushstack/eslint-patch": "^1.3.3",
|
|
43
|
-
"@types/jsdom": "^21.1.6",
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"cypress": "^
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"vue": "^3.
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "super-page-runtime",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "AgileBuilder super page runtime",
|
|
5
|
+
"license": "ISC",
|
|
6
|
+
"main": "dist/lib/index.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist/*"
|
|
9
|
+
],
|
|
10
|
+
"typings": "dist/lib/index.d.ts",
|
|
11
|
+
"scripts": {
|
|
12
|
+
"dev": "vite",
|
|
13
|
+
"build": "run-p type-check \"build-only {@}\" --",
|
|
14
|
+
"preview": "vite preview",
|
|
15
|
+
"test:unit": "vitest",
|
|
16
|
+
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
|
17
|
+
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
|
18
|
+
"build-only": "vite build",
|
|
19
|
+
"type-check": "vue-tsc --build --force",
|
|
20
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
21
|
+
"format": "prettier --write src/"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@vueup/vue-quill": "^1.2.0",
|
|
25
|
+
"@vueuse/core": "^10.9.0",
|
|
26
|
+
"agilebuilder-ui": "1.0.13",
|
|
27
|
+
"async-validator": "^4.2.5",
|
|
28
|
+
"dayjs": "^1.11.11",
|
|
29
|
+
"echarts": "^5.5.0",
|
|
30
|
+
"jsbarcode": "^3.11.6",
|
|
31
|
+
"qrcode": "^1.5.3",
|
|
32
|
+
"quill": "^2.0.1",
|
|
33
|
+
"uuid": "^9.0.1",
|
|
34
|
+
"vue-awesome": "^4.5.0",
|
|
35
|
+
"vue-codemirror": "^6.1.1",
|
|
36
|
+
"vue-draggable-plus": "^0.3.5",
|
|
37
|
+
"vue-echarts": "^6.6.9"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@element-plus/icons": "^0.0.11",
|
|
41
|
+
"@element-plus/icons-vue": "^2.3.1",
|
|
42
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
43
|
+
"@types/jsdom": "^21.1.6",
|
|
44
|
+
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
45
|
+
"@vue/eslint-config-prettier": "^8.0.0",
|
|
46
|
+
"@vue/test-utils": "^2.4.4",
|
|
47
|
+
"axios": "^1.6.8",
|
|
48
|
+
"cypress": "^13.6.6",
|
|
49
|
+
"element-plus": "^2.6.1",
|
|
50
|
+
"eslint": "^8.49.0",
|
|
51
|
+
"eslint-plugin-cypress": "^2.15.1",
|
|
52
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
53
|
+
"js-cookie": "^3.0.5",
|
|
54
|
+
"jsdom": "^24.0.0",
|
|
55
|
+
"mitt": "^3.0.1",
|
|
56
|
+
"saas": "^1.0.0",
|
|
57
|
+
"sass": "^1.72.0",
|
|
58
|
+
"start-server-and-test": "^2.0.3",
|
|
59
|
+
"typescript": "^5.4.5",
|
|
60
|
+
"vite": "^5.1.6",
|
|
61
|
+
"vite-plugin-dts": "^3.9.1",
|
|
62
|
+
"vitest": "^1.3.1",
|
|
63
|
+
"vue": "^3.4.21",
|
|
64
|
+
"vue-i18n": "^9.10.2",
|
|
65
|
+
"vue-router": "^4.3.0",
|
|
66
|
+
"vuex": "^4.1.0"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const buttonGroup = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAWFJREFUOE+t0jFIAnEUBvDvnXdyBaGnB7k4NDYKLUFBQ0ujkJxO1RAtngg5FgkNjZUODg2udzRU4NLWUFBbUENDUGOSeg6Ckt7/RQ5ChXKgb37v9z4ejzBm0ZjzmAyQKjaPBHOOCLKXRAxcVuvN1E1+rtNPYBScbrXRnIkEghHXj+AoxCd6MiBfMIuEnQnf94Fk0eEvFlGFpCcA715SEKBbphYdAK6EmCRQtk0t5gX4WWqZGv0DRLu75pv2FwFuscvXkMgA+EFi6jKkFyZ30TZDe0MB6iEOGWUQddSaE+/owZKV1raMgnNMRCrAU5apbY4GFBww0yv1+A4KNgaAiyvIVLLM4PwfoNEWwDaBdoXUXfa5yjoLrtnZUCVx0lg6z4Zuk8XPhY9663lWD6za6VDlF2AUmjsgzhGggrHv5YgMnNkZTRl84kr+TY2EA4cg0j0BjEfb1E4n88peNg7rGTvBNzJ0qhGhV09OAAAAAElFTkSuQmCC";
|
|
2
|
-
export {
|
|
3
|
-
buttonGroup as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const button = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAARtJREFUOE/F0rFKA0EQBuD/382BChJOGxshj6BwnaVFikMsPQsRa3OpLRQJKNgJuUBK2zuxtcgbKAi+hGKauFpFctyOGEmhXIolgttNMd/8ywwx4+OM/fgbIGq/h6ANnNKIekib1dtxgp22yUmcOQGQozRemh8DUWIkjX2n70x6fgBRYk7FYpWKRkSeQYYQOyDkBtSbxXDU0gveYdrwT8qBjrlCIfeiGGaxvxV91TlaqKAGsCvWtqhZTxv+wVRACulRY/8j5+6ch8sJIGAdQEDK03QgeeuK2EVFpV8Gj3sry+vJSIpzbVnTFbVBSN8Kgiz249IELlv4BbwOAV64ACI4zpq+930HHbNNwZoLYKHuruNqz2n3ZQP+H/gE7ReVEX+fTlwAAAAASUVORK5CYII=";
|
|
2
|
-
export {
|
|
3
|
-
button as default
|
|
4
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const groupButton = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASCAYAAAC0EpUuAAAAAXNSR0IArs4c6QAAAvZJREFUOE+1lEtoVFcYx3/n3Dv33slD89AgtRuVPmzqwhqxQQKCtEy6UKuEKt10VUWTWZQsunAxIHQhohK0FClZiOmDlCZWKKLQwmCoS0WLFC0WCiFpknE0mcedufeccu7NaKKjuxw4i/P68T/f9/8+wQoMsQJM6kB1bU+QAf6sdwfoREfnoEHopeIigB79dLdW4pRCdipEQmmB0hKFfOlHhDC3mNXww1//NZ54Lz00W4NH0PC7Qz8qLfeEWnpl5VBSDn6YIFBWBNbLxOpox5KKhKySEMHDgnYGN/0xdIULBAYcQYOLn4xXQyt1T73rXq4c4EFlA8WqgYJS0f+eDvNACLAkJCxwE+DaPLEEV/Ihg6PHxFQE9Yf7xv3QTV3yP3Oz5W5mSw2UqlAJIFQvRkAKsC3wEtDkQbMXweek4uhwP6MCtPAv9I3NB17qW/+we6PQxXTRY6H8DJqwY0VGoVEehGDADS60NUGDE82clAyM9PN9BC2f3z/2OGxMfVM+4mYL22hd7dG7NVYymYPZeXhjHaxZBX9Pg5RQ8uHmA/hwC1y/E4UihyD90+MadOjjsXyQTH3tH3WzhS7aWjx2bwHHhn/n4Le7sSID/WcGet6GDWvh/hR0rIZrt6Nw5LQg/ctCDXpmTwQ95/e72eJ22ls93lwPU3noWAX3JuPErGmOoRs7oL0ZNr8G2nhqAiyLnGUvgRZP9o4UdHLfkJ9OZv0dtLUl2bsNmpMw+Qiu3opVtzfFyl9vB78KLY2wfSOMTGAcnZMWA79+uag0f+KjD0JhnT4bfvHWjer7dr6apBrGmVfLaiV2gkmSUe4sOsB1wBbkLEH/1ePCJCqqKUkfbs87nFaag4GixWT5eY/WzGUemWQZsLGWLaP1nA75/PeM+LkGFezC6u5hpyX5Sim6tMapI3JZERjFxmZSsCAE1wIYmMiIySUNRQv6kLQiqWDhILGRa+tU/8w8mjKKBRQlQnahyIinZfLqLsVLOtRizOp1KHO0Iv30f8xqJKSWZfS8AAAAAElFTkSuQmCC";
|
|
2
|
-
export {
|
|
3
|
-
groupButton as default
|
|
4
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export declare enum FuncType {
|
|
2
|
-
/**
|
|
3
|
-
* 公用
|
|
4
|
-
*/
|
|
5
|
-
AUTHENTICATED = "AUTHENTICATED",
|
|
6
|
-
/**
|
|
7
|
-
* 匿名
|
|
8
|
-
*/
|
|
9
|
-
ANONYMOUS = "ANONYMOUS",
|
|
10
|
-
/**
|
|
11
|
-
* 专用
|
|
12
|
-
*/
|
|
13
|
-
AUTHORIZED = "AUTHORIZED"
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* 根据简码获取对应的资源信息
|
|
17
|
-
* @param eventName 方法名
|
|
18
|
-
* @returns
|
|
19
|
-
*/
|
|
20
|
-
export declare function getStandPermissionInfo(eventName: string): any;
|
|
21
|
-
/**
|
|
22
|
-
* 获取资源信息
|
|
23
|
-
* @param simpleCode
|
|
24
|
-
* @returns
|
|
25
|
-
*/
|
|
26
|
-
export declare function getFunctionInfo(simpleCode: string): any;
|