@fewangsit/wangsvue-gsts 2.0.0-alpha.20 → 2.0.0-alpha.22
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/datatable/index.d.ts +1 -1
- package/mcp/components.json +1 -1
- package/mcp/components.summary.txt +1 -1
- package/mcp/package.json +5 -5
- package/package.json +1 -1
- package/stats.html +1 -1
- package/style.css +1 -1
- package/wangsvue-gsts.es.js +10344 -10514
- package/wangsvue-gsts.es.js.map +1 -1
- package/wangsvue-gsts.system.js +31 -31
- package/wangsvue-gsts.system.js.map +1 -1
package/datatable/index.d.ts
CHANGED
|
@@ -437,7 +437,7 @@ export interface TableColumn<T extends Data> {
|
|
|
437
437
|
*/
|
|
438
438
|
preset?: ColumnPreset<T>;
|
|
439
439
|
/**
|
|
440
|
-
* Whether the column is checked by default
|
|
440
|
+
* Whether the column is checked by default
|
|
441
441
|
* @default true
|
|
442
442
|
*/
|
|
443
443
|
checkedByDefault?: boolean;
|
package/mcp/components.json
CHANGED
package/mcp/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fewangsit/wangsvue-gsts-mcp",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.21",
|
|
4
4
|
"description": "MCP Server for @fewangsit/wangsvue-gsts",
|
|
5
5
|
"main": "main.js",
|
|
6
6
|
"type": "module",
|
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"buildContext": {
|
|
11
11
|
"package": {
|
|
12
12
|
"name": "@fewangsit/wangsvue-gsts",
|
|
13
|
-
"version": "2.0.0-alpha.
|
|
13
|
+
"version": "2.0.0-alpha.21",
|
|
14
14
|
"description": "Global Settings Tagsamurai VueJS Component Library",
|
|
15
15
|
"repository": "https://github.com/fewangsit/wangsvue",
|
|
16
16
|
"workspace": "wangsvue-gsts"
|
|
17
17
|
},
|
|
18
18
|
"build": {
|
|
19
|
-
"timestamp": "2026-05-
|
|
19
|
+
"timestamp": "2026-05-13T04:19:44.988Z",
|
|
20
20
|
"gitInfo": {
|
|
21
|
-
"head": "
|
|
21
|
+
"head": "1a8d2cde7909913e19f424fe66417c146c700ef8",
|
|
22
22
|
"branch": "dev",
|
|
23
23
|
"repository": "https://github.com/fewangsit/wangsvue.git",
|
|
24
|
-
"timestamp": "2026-05-
|
|
24
|
+
"timestamp": "2026-05-13T04:19:44.325Z"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}
|