@qqt-product/ui 8.0.0 → 8.0.2
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/index.es.js +27336 -27207
- package/dist/index.umd.js +105 -105
- package/dist/lib/components/audit-modal/index.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/audit-modal.vue.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/component/addNodeHistoryModal.vue.d.ts +1 -1
- package/dist/lib/components/audit-modal/src/component/approvalOpinionModal.vue.d.ts +1 -1
- package/dist/lib/components/code-editor-model/src/code-editor-model.vue.d.ts +1 -1
- package/dist/lib/components/currency/index.d.ts +2 -2
- package/dist/lib/components/currency/src/currency.vue.d.ts +2 -2
- package/dist/lib/components/detail-page-layout/index.d.ts +1 -0
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +1 -0
- package/dist/lib/components/edit-form/src/hook/use-callback-hook.d.ts +16 -14
- package/dist/lib/components/edit-page-layout/index.d.ts +1 -0
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +1 -0
- package/dist/lib/components/edit-page-layout/src/edit-page-layout.vue.d.ts +1 -0
- package/dist/lib/components/item-wrap/index.d.ts +1 -1
- package/dist/lib/components/item-wrap/src/item-wrap.vue.d.ts +1 -1
- package/dist/lib/components/ladder-price/index.d.ts +1 -1
- package/dist/lib/components/ladder-price/src/ladder-price.vue.d.ts +1 -1
- package/dist/lib/components/layout-anchor/index.d.ts +1 -0
- package/dist/lib/components/layout-anchor/src/layout-auchor.vue.d.ts +1 -0
- package/dist/lib/components/layout-buttons/index.d.ts +1 -0
- package/dist/lib/components/layout-buttons/src/layout-buttons.vue.d.ts +1 -0
- package/dist/lib/components/layout-pattern/index.d.ts +2 -1
- package/dist/lib/components/layout-pattern/src/hook/use-audit-button-hook.d.ts +1 -1
- package/dist/lib/components/layout-pattern/src/layout-pattern.vue.d.ts +2 -1
- package/dist/lib/components/list-page-layout/src/symbolNames.d.ts +2 -0
- package/dist/lib/components/page-layout/src/constant/symbol.d.ts +49 -49
- package/dist/lib/components/page-layout/src/hook/use-promise-step.d.ts +1 -0
- package/dist/lib/components/page-layout/src/hook/use-uid-hook.d.ts +4 -0
- package/dist/lib/components/page-layout/src/token.d.ts +2 -0
- package/dist/lib/components/rich-editor-model/index.d.ts +1 -1
- package/dist/lib/components/rich-editor-model/src/rich-editor-model.vue.d.ts +1 -1
- package/dist/lib/components/select-modal/index.d.ts +1 -1
- package/dist/lib/components/select-modal/src/select-modal.vue.d.ts +1 -1
- package/dist/lib/components/upload-file/index.d.ts +12 -2
- package/dist/lib/components/upload-file/src/upload-file-types.d.ts +5 -1
- package/dist/lib/components/upload-file/src/upload-file.vue.d.ts +12 -2
- package/dist/lib/components/upload-image/index.d.ts +10 -1
- package/dist/lib/components/upload-image/src/upload-image-type.d.ts +4 -0
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +10 -1
- package/dist/lib/utils/ConstantManager.d.ts +10 -0
- package/dist/lib/utils/event.d.ts +1 -0
- package/dist/lib/utils/use-create-link-hook.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qqt-product/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.2",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
7
7
|
"type": "module",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"@codemirror/language": "6.10.1",
|
|
23
23
|
"@codemirror/state": "6.4.1",
|
|
24
24
|
"@codemirror/view": "6.24.1",
|
|
25
|
-
"@qqt-product/api": "8.0.
|
|
26
|
-
"@qqt-product/directive": "8.0.
|
|
27
|
-
"@qqt-product/icons": "8.0.
|
|
28
|
-
"@qqt-product/utils": "8.0.
|
|
25
|
+
"@qqt-product/api": "8.0.2",
|
|
26
|
+
"@qqt-product/directive": "8.0.2",
|
|
27
|
+
"@qqt-product/icons": "8.0.2",
|
|
28
|
+
"@qqt-product/utils": "8.0.2",
|
|
29
29
|
"@types/echarts": "^4.9.21",
|
|
30
30
|
"@types/node": "^18.11.4",
|
|
31
31
|
"@types/sortablejs": "^1.15.1",
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
"@codemirror/language": "6.10.1",
|
|
76
76
|
"@codemirror/state": "6.4.1",
|
|
77
77
|
"@codemirror/view": "6.24.1",
|
|
78
|
-
"@qqt-product/api": "8.0.
|
|
78
|
+
"@qqt-product/api": "8.0.2",
|
|
79
79
|
"@qqt-product/directive": "^0.0.4",
|
|
80
|
-
"@qqt-product/icons": "8.0.
|
|
81
|
-
"@qqt-product/utils": "8.0.
|
|
80
|
+
"@qqt-product/icons": "8.0.2",
|
|
81
|
+
"@qqt-product/utils": "8.0.2",
|
|
82
82
|
"@types/echarts": "^4.9.21",
|
|
83
83
|
"@types/sortablejs": "^1.15.1",
|
|
84
84
|
"@types/tinymce": "^4.6.5",
|