@das-fed/ui 6.4.0-test.7 → 6.4.0-test.7.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/package.json +5 -5
- package/packages/components/edit-table/index.d.ts +3 -3
- package/packages/components/edit-table/index.js +1254 -1251
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/edit-table/src/index.vue.d.ts +1 -1
- package/packages/components/pagination/index.js +101 -98
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/style.css +1 -1
- package/packages/components/pagination/style.css.gz +0 -0
- package/packages/components/search-form/index.js +1 -1
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/table/index.js +4 -4
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tree-select/index.js +50 -49
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +1 -0
- package/packages/components/tree-select/src/type.d.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "6.4.0-test.7",
|
|
3
|
+
"version": "6.4.0-test.7.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
27
27
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
28
28
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
29
|
-
"@das-fed/cli": "6.4.0-test.7",
|
|
29
|
+
"@das-fed/cli": "6.4.0-test.7.1",
|
|
30
30
|
"@element-plus/icons-vue": "^2.3.1",
|
|
31
31
|
"@types/lodash": "^4.14.194",
|
|
32
32
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"vue-tsc": "^2.0.29"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@das-fed/ui": "6.4.0-test.7",
|
|
60
|
-
"@das-fed/utils": "6.4.0-test.7",
|
|
61
|
-
"@das-fed/web": "6.4.0-test.7",
|
|
59
|
+
"@das-fed/ui": "6.4.0-test.7.1",
|
|
60
|
+
"@das-fed/utils": "6.4.0-test.7.1",
|
|
61
|
+
"@das-fed/web": "6.4.0-test.7.1",
|
|
62
62
|
"@wangeditor/editor": "^5.1.23",
|
|
63
63
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
64
64
|
"@wangeditor/plugin-upload-attachment": "^1.1.0",
|
|
@@ -152,8 +152,8 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
152
152
|
column: any;
|
|
153
153
|
$index: any;
|
|
154
154
|
}): any;
|
|
155
|
-
suffix?(_: {}): any;
|
|
156
155
|
prefix?(_: {}): any;
|
|
156
|
+
suffix?(_: {}): any;
|
|
157
157
|
prepend?(_: {}): any;
|
|
158
158
|
append?(_: {}): any;
|
|
159
159
|
tableRight?(_: {}): any;
|
|
@@ -312,8 +312,8 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
312
312
|
column: any;
|
|
313
313
|
$index: any;
|
|
314
314
|
}): any;
|
|
315
|
-
suffix?(_: {}): any;
|
|
316
315
|
prefix?(_: {}): any;
|
|
316
|
+
suffix?(_: {}): any;
|
|
317
317
|
prepend?(_: {}): any;
|
|
318
318
|
append?(_: {}): any;
|
|
319
319
|
tableRight?(_: {}): any;
|
|
@@ -468,8 +468,8 @@ declare const DasEditTable: import("@das-fed/utils").SFCWithInstall<{
|
|
|
468
468
|
column: any;
|
|
469
469
|
$index: any;
|
|
470
470
|
}): any;
|
|
471
|
-
suffix?(_: {}): any;
|
|
472
471
|
prefix?(_: {}): any;
|
|
472
|
+
suffix?(_: {}): any;
|
|
473
473
|
prepend?(_: {}): any;
|
|
474
474
|
append?(_: {}): any;
|
|
475
475
|
tableRight?(_: {}): any;
|