@fewangsit/wangsvue-gsts 2.0.0-alpha.28 → 2.0.0-alpha.29
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/assets/{scanner.worker-Bk2e5hSA.js.map → scanner.worker-DQsz7oT_.js.map} +1 -1
- package/basetree/index.d.ts +31 -0
- package/buttonscan/index.d.ts +6 -0
- package/buttonselecttree/index.d.ts +18 -0
- package/calendar/index.d.ts +41 -0
- package/customcolumn/index.d.ts +5 -5
- package/datatable/index.d.ts +7 -0
- package/dialog/index.d.ts +5 -0
- package/dialogselecttree/index.d.ts +25 -1
- package/fieldwrapper/index.d.ts +5 -0
- package/fileupload/index.d.ts +7 -1
- package/icon/index.d.ts +12 -0
- package/imagecompressor/index.d.ts +1 -1
- package/inputbadge/index.d.ts +4 -0
- package/inputcurrency/index.d.ts +14 -0
- package/inputpassword/index.d.ts +4 -0
- package/mcp/components.json +4776 -0
- package/mcp/components.summary.txt +27 -0
- package/mcp/package.json +5 -5
- package/mcp/skills/figma-to-code/SKILL.md +1 -0
- package/mcp/skills/wangsvue-code-review/SKILL.md +2 -0
- package/mcp/skills/wangsvue-workflow/SKILL.md +1 -0
- package/menu/index.d.ts +4 -0
- package/overlaypanel/index.d.ts +4 -0
- package/package.json +1 -1
- package/plugins/WangsVue.d.ts +2 -1
- package/stats.html +1 -1
- package/style.css +2 -2
- package/tagtype/index.d.ts +1 -1
- package/tree/index.d.ts +34 -0
- package/wangsvue-gsts.es.js +17234 -16701
- package/wangsvue-gsts.es.js.map +1 -1
- package/wangsvue-gsts.system.js +59 -59
- package/wangsvue-gsts.system.js.map +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Component Data Source Summary
|
|
2
|
+
Generated: 2026-06-18T08:03:20.030Z
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Total Components: 68
|
|
5
|
+
Package: ../../packages/globalsettings-tagsamurai
|
|
6
|
+
|
|
7
|
+
Statistics:
|
|
8
|
+
- Categories: 10
|
|
9
|
+
- Overrides: 7
|
|
10
|
+
- Accessible Components: 0
|
|
11
|
+
- Total Examples: 0
|
|
12
|
+
- Unresolved Components: 1
|
|
13
|
+
|
|
14
|
+
Components by Category:
|
|
15
|
+
- utility: 23
|
|
16
|
+
- navigation: 3
|
|
17
|
+
- input: 21
|
|
18
|
+
- integration: 1
|
|
19
|
+
- data-display: 6
|
|
20
|
+
- overlay: 5
|
|
21
|
+
- form: 3
|
|
22
|
+
- layout: 1
|
|
23
|
+
- feedback: 3
|
|
24
|
+
- localization: 2
|
|
25
|
+
|
|
26
|
+
Unresolved Components (Fallback):
|
|
27
|
+
- inputotp-fallback
|
package/mcp/package.json
CHANGED
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"version": "2.0.0-alpha.27",
|
|
14
14
|
"description": "Global Settings Tagsamurai VueJS Component Library",
|
|
15
15
|
"repository": "https://github.com/fewangsit/wangsvue",
|
|
16
|
-
"workspace": "
|
|
16
|
+
"workspace": "wangsvue-gsts"
|
|
17
17
|
},
|
|
18
18
|
"build": {
|
|
19
|
-
"timestamp": "2026-06-
|
|
19
|
+
"timestamp": "2026-06-18T08:03:24.331Z",
|
|
20
20
|
"gitInfo": {
|
|
21
|
-
"head": "
|
|
21
|
+
"head": "f4ff98a0072a0842858be181982bc7ad2c61320a",
|
|
22
22
|
"branch": "dev",
|
|
23
|
-
"repository": "
|
|
24
|
-
"timestamp": "2026-06-
|
|
23
|
+
"repository": "git@github.com:fewangsit/wangsvue.git",
|
|
24
|
+
"timestamp": "2026-06-18T08:03:23.552Z"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -101,6 +101,7 @@ NO → Keep as layout: <div data-name="HeaderSection"> → <div class="...">
|
|
|
101
101
|
- **Views Architecture:** Views are lightweight, only import and compose from modules.
|
|
102
102
|
- **Logic Placement:** Business logic, data, columns, and handlers belong in modules, NOT in view components.
|
|
103
103
|
- **Testing Attributes:** Always include `data-wv-name` and `data-wv-section`.
|
|
104
|
+
- **Accessibility:** Interactive elements must have `aria-label`, `aria-labelledby`, or `aria-describedby`.
|
|
104
105
|
|
|
105
106
|
## 6. Critical Failure Indicators (STOP IF ANY OCCUR)
|
|
106
107
|
|
|
@@ -43,6 +43,8 @@ This skill enforces the strict quality standards for Wangsvue code. Use this che
|
|
|
43
43
|
### 3. Testing & Attributes
|
|
44
44
|
|
|
45
45
|
- [ ] **Data Attributes:** `data-wv-name` on root element, `data-wv-section` on significant sections.
|
|
46
|
+
- [ ] **Accessibility:** Every interactive element (button, input, select, toggle, link) MUST have `aria-label`, `aria-labelledby`, or `aria-describedby`.
|
|
47
|
+
- [ ] **PrimeVue Passthrough:** For components wrapping PrimeVue primitives, attributes on inner PrimeVue elements MUST go through `:pt`, not directly on the wrapper tag.
|
|
46
48
|
|
|
47
49
|
### 4. Code Quality
|
|
48
50
|
|
|
@@ -80,6 +80,7 @@ This skill guides you through the 5 mandatory steps for any Wangsvue development
|
|
|
80
80
|
- **Logic:** Business logic in `components/modules/`, NOT in views.
|
|
81
81
|
- **Views:** Lightweight, only import and compose from modules.
|
|
82
82
|
- **Attributes:** Ensure `data-wv-name` and `data-wv-section` are present.
|
|
83
|
+
- **Accessibility:** Interactive elements must have `aria-label`, `aria-labelledby`, or `aria-describedby`.
|
|
83
84
|
|
|
84
85
|
### Step 5: Validation (The "Black Box" Linter Rule)
|
|
85
86
|
|
package/menu/index.d.ts
CHANGED
package/overlaypanel/index.d.ts
CHANGED
|
@@ -129,6 +129,10 @@ export interface OverlayPanelBreakpoints {
|
|
|
129
129
|
* Defines valid properties in OverlayPanel component.
|
|
130
130
|
*/
|
|
131
131
|
export interface OverlayPanelProps {
|
|
132
|
+
/**
|
|
133
|
+
* Defines the aria-label attribute for the overlay panel.
|
|
134
|
+
*/
|
|
135
|
+
ariaLabel?: string;
|
|
132
136
|
/**
|
|
133
137
|
* Enables to hide the overlay when outside is clicked.
|
|
134
138
|
* @defaultValue true
|
package/package.json
CHANGED
package/plugins/WangsVue.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import { ButtonSearchLocaleConfig } from '../buttonsearch';
|
|
|
15
15
|
import { CalendarLocaleConfig, CalendarPresetOptions } from '../calendar';
|
|
16
16
|
import { CustomColumnLocaleConfig } from '../customcolumn';
|
|
17
17
|
import {
|
|
18
|
+
Data,
|
|
18
19
|
DataTableLocaleConfig,
|
|
19
20
|
DataTableProps,
|
|
20
21
|
TreeTableProps,
|
|
@@ -59,7 +60,7 @@ export interface ComponentDefaultPropsConfig {
|
|
|
59
60
|
Image?: ImageProps;
|
|
60
61
|
ButtonBulkAction?: Omit<ButtonBulkActionProps, 'selectedData' | 'options'>;
|
|
61
62
|
Animation?: AnimationDefaultConfig;
|
|
62
|
-
DataTable?: Partial<DataTableProps | TreeTableProps
|
|
63
|
+
DataTable?: Partial<DataTableProps<Data> | TreeTableProps<Data>>;
|
|
63
64
|
Badge?: Partial<BadgeComponentConfigs>;
|
|
64
65
|
UserName?: UserNameComponentConfigs;
|
|
65
66
|
Dropdown?: DropdownProps;
|