@gx-design-vue/pro-table 0.2.0-beta.124 → 0.2.0-beta.125
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.d.ts +1 -1
- package/dist/pro-table.js +2 -2
- package/dist/pro-table.umd.cjs +2 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -5,5 +5,5 @@ export { ProTable as GProTable };
|
|
|
5
5
|
export type { BaseTableProps } from './props';
|
|
6
6
|
export type { ProColumnsType, ProColumnType, ProFieldValueType, ProSearchMap } from './types/ColumnTypings';
|
|
7
7
|
export type { CustomRenderResult, ProTableBodyCellProps } from './types/SlotsTypings';
|
|
8
|
-
export type { PageState, ProTableProps } from './types/TableTypings';
|
|
8
|
+
export type { PageState, ProTableProps, RequestConfig } from './types/TableTypings';
|
|
9
9
|
export type { OptionConfig, ProCoreActionType, ProCoreFormType, ProTableFetchParams, ProTableRef, RequestFunction, SearchConfig } from './types/TableTypings';
|
package/dist/pro-table.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Gx Design Pro
|
|
3
|
-
* Version: 0.2.0-beta.
|
|
3
|
+
* Version: 0.2.0-beta.124
|
|
4
4
|
* Author: gx12358
|
|
5
5
|
* Copyright (C) 2024 gx12358
|
|
6
6
|
* License: MIT License
|
|
7
7
|
* Description: Gx Design Pro Table
|
|
8
|
-
* Date Created: 2025-
|
|
8
|
+
* Date Created: 2025-12-05
|
|
9
9
|
* Homepage:
|
|
10
10
|
* Contact: gx12358@gmail.com
|
|
11
11
|
*/
|
package/dist/pro-table.umd.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Gx Design Pro
|
|
3
|
-
* Version: 0.2.0-beta.
|
|
3
|
+
* Version: 0.2.0-beta.124
|
|
4
4
|
* Author: gx12358
|
|
5
5
|
* Copyright (C) 2024 gx12358
|
|
6
6
|
* License: MIT License
|
|
7
7
|
* Description: Gx Design Pro Table
|
|
8
|
-
* Date Created: 2025-
|
|
8
|
+
* Date Created: 2025-12-05
|
|
9
9
|
* Homepage:
|
|
10
10
|
* Contact: gx12358@gmail.com
|
|
11
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gx-design-vue/pro-table",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.0-beta.
|
|
4
|
+
"version": "0.2.0-beta.125",
|
|
5
5
|
"description": "Gx Design Pro Table",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@gx-design-vue/pro-app": "^0.1.0-beta.33",
|
|
40
|
-
"@gx-design-vue/pro-hooks": "^0.2.0-beta.
|
|
41
|
-
"@gx-design-vue/pro-provider": "^0.1.0-beta.
|
|
40
|
+
"@gx-design-vue/pro-hooks": "^0.2.0-beta.59",
|
|
41
|
+
"@gx-design-vue/pro-provider": "^0.1.0-beta.131",
|
|
42
42
|
"@gx-design-vue/pro-utils": "^0.2.0-beta.83",
|
|
43
43
|
"@vueuse/core": "^14.0.0",
|
|
44
44
|
"dayjs": "^1.11.0",
|