@wx-design/components 1.3.0-alpha.1 → 1.3.0-alpha.3
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/es/core/ConfigProvider/index.d.ts +2 -3
- package/es/core/ConfigProvider/index.vue.d.ts +12 -16
- package/es/core/Modal/index.vue.d.ts +61 -110
- package/es/core/Select/index.vue.d.ts +25 -44
- package/es/core/Table/components/CellEditors/Boolean.d.ts +133 -33
- package/es/core/Table/components/CellEditors/Cascader.d.ts +8 -11
- package/es/core/Table/components/CellEditors/Color.d.ts +4 -7
- package/es/core/Table/components/CellEditors/DatePicker.d.ts +3 -8
- package/es/core/Table/components/CellEditors/DynamicCell.d.ts +1 -4
- package/es/core/Table/components/CellEditors/Image.d.ts +5 -8
- package/es/core/Table/components/CellEditors/Input.d.ts +3 -6
- package/es/core/Table/components/CellEditors/InputNumber.d.ts +3 -8
- package/es/core/Table/components/CellEditors/PopOver.d.ts +2 -5
- package/es/core/Table/components/CellEditors/Select.d.ts +9 -12
- package/es/core/Table/components/CellEditors/utils.d.ts +1 -1
- package/es/core/Table/components/CellRender.d.ts +2 -21
- package/es/core/Table/components/FilterTagsDisplay/index.vue.d.ts +12 -34
- package/es/core/Table/components/HeaderRender/index.d.ts +8 -8
- package/es/core/Table/components/TableSet/ColumnSet.vue.d.ts +486 -26
- package/es/core/Table/components/TableSet/index.vue.d.ts +6 -15
- package/es/core/Table/components/TableSet/utils.d.ts +1 -1
- package/es/core/Table/components/Toolbar/index.vue.d.ts +20 -0
- package/es/core/Table/configs/column.d.ts +2 -2
- package/es/core/Table/configs/table.d.ts +1 -1
- package/es/core/Table/hooks/index.d.ts +4 -0
- package/es/core/Table/hooks/useTableCore.d.ts +16 -0
- package/es/core/Table/hooks/useTableData.d.ts +15 -0
- package/es/core/Table/hooks/useTableEvents.d.ts +14 -10
- package/es/core/Table/hooks/useTableFilters.d.ts +18 -0
- package/es/core/Table/index.d.ts +2 -2
- package/es/core/Table/index.vue.d.ts +135 -132
- package/es/core/Table/renderer/FilterRender/index.vue.d.ts +13 -11
- package/es/core/Table/utils/autoColumnWidth.d.ts +1 -1
- package/es/core/Table/utils/footer.d.ts +2 -2
- package/es/core/Table/utils/tree-helper.d.ts +2 -1
- package/es/index.d.ts +7 -7
- package/es/index.mjs +20755 -22988
- package/es/locales/useLocale.d.ts +2 -2
- package/es/style.css +1 -1
- package/lib/core/ConfigProvider/index.d.ts +2 -3
- package/lib/core/ConfigProvider/index.vue.d.ts +12 -16
- package/lib/core/Modal/index.vue.d.ts +61 -110
- package/lib/core/Select/index.vue.d.ts +25 -44
- package/lib/core/Table/components/CellEditors/Boolean.d.ts +133 -33
- package/lib/core/Table/components/CellEditors/Cascader.d.ts +8 -11
- package/lib/core/Table/components/CellEditors/Color.d.ts +4 -7
- package/lib/core/Table/components/CellEditors/DatePicker.d.ts +3 -8
- package/lib/core/Table/components/CellEditors/DynamicCell.d.ts +1 -4
- package/lib/core/Table/components/CellEditors/Image.d.ts +5 -8
- package/lib/core/Table/components/CellEditors/Input.d.ts +3 -6
- package/lib/core/Table/components/CellEditors/InputNumber.d.ts +3 -8
- package/lib/core/Table/components/CellEditors/PopOver.d.ts +2 -5
- package/lib/core/Table/components/CellEditors/Select.d.ts +9 -12
- package/lib/core/Table/components/CellEditors/utils.d.ts +1 -1
- package/lib/core/Table/components/CellRender.d.ts +2 -21
- package/lib/core/Table/components/FilterTagsDisplay/index.vue.d.ts +12 -34
- package/lib/core/Table/components/HeaderRender/index.d.ts +8 -8
- package/lib/core/Table/components/TableSet/ColumnSet.vue.d.ts +486 -26
- package/lib/core/Table/components/TableSet/index.vue.d.ts +6 -15
- package/lib/core/Table/components/TableSet/utils.d.ts +1 -1
- package/lib/core/Table/components/Toolbar/index.vue.d.ts +20 -0
- package/lib/core/Table/configs/column.d.ts +2 -2
- package/lib/core/Table/configs/table.d.ts +1 -1
- package/lib/core/Table/hooks/index.d.ts +4 -0
- package/lib/core/Table/hooks/useTableCore.d.ts +16 -0
- package/lib/core/Table/hooks/useTableData.d.ts +15 -0
- package/lib/core/Table/hooks/useTableEvents.d.ts +14 -10
- package/lib/core/Table/hooks/useTableFilters.d.ts +18 -0
- package/lib/core/Table/index.d.ts +2 -2
- package/lib/core/Table/index.vue.d.ts +135 -132
- package/lib/core/Table/renderer/FilterRender/index.vue.d.ts +13 -11
- package/lib/core/Table/utils/autoColumnWidth.d.ts +1 -1
- package/lib/core/Table/utils/footer.d.ts +2 -2
- package/lib/core/Table/utils/tree-helper.d.ts +2 -1
- package/lib/index.d.ts +7 -7
- package/lib/index.js +7 -7
- package/lib/locales/useLocale.d.ts +2 -2
- package/lib/style.css +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wx-design/components",
|
|
3
|
-
"version": "1.3.0-alpha.
|
|
3
|
+
"version": "1.3.0-alpha.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"glob": "^10.3.10",
|
|
29
29
|
"sass": "^1.69.5",
|
|
30
30
|
"vite": "^4.5.0",
|
|
31
|
-
"vite-plugin-dts": "^
|
|
31
|
+
"vite-plugin-dts": "^4.5.4"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@vueuse/core": "^10.6.1",
|