@fewangsit/wangsvue 1.5.229-alpha.3 → 1.5.229-alpha.4
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/inputpassword/index.d.ts +2 -2
- package/mcp/components.json +99 -2
- package/mcp/components.summary.txt +1 -1
- package/mcp/package.json +5 -5
- package/package.json +1 -1
package/inputpassword/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CustomValidation } from '../form';
|
|
2
2
|
import { ClassComponent } from '../ts-helpers.d';
|
|
3
3
|
|
|
4
|
-
export
|
|
4
|
+
export interface InputPasswordProps {
|
|
5
5
|
modelValue?: string;
|
|
6
6
|
label?: string;
|
|
7
7
|
labelClass?: string;
|
|
@@ -18,7 +18,7 @@ export type InputPasswordProps = {
|
|
|
18
18
|
*/
|
|
19
19
|
validatorMessage?: string | CustomValidation;
|
|
20
20
|
validatorMessageClass?: string;
|
|
21
|
-
}
|
|
21
|
+
}
|
|
22
22
|
|
|
23
23
|
export type InputPasswordEmits = {
|
|
24
24
|
'update:modelValue': [payload?: string];
|
package/mcp/components.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
|
-
"generatedAt": "2025-12-
|
|
3
|
+
"generatedAt": "2025-12-15T03:01:34.857Z",
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"totalComponents": 90,
|
|
6
6
|
"packagePath": "../../packages/wangsit-workspace"
|
|
@@ -9606,7 +9606,104 @@
|
|
|
9606
9606
|
"importPath": "import { InputPassword } from '@fewangsit/wangsvue'",
|
|
9607
9607
|
"treeshakable": true
|
|
9608
9608
|
},
|
|
9609
|
-
"props": [
|
|
9609
|
+
"props": [
|
|
9610
|
+
{
|
|
9611
|
+
"name": "modelValue",
|
|
9612
|
+
"type": "string",
|
|
9613
|
+
"description": "",
|
|
9614
|
+
"required": false,
|
|
9615
|
+
"examples": [],
|
|
9616
|
+
"deprecated": false
|
|
9617
|
+
},
|
|
9618
|
+
{
|
|
9619
|
+
"name": "label",
|
|
9620
|
+
"type": "string",
|
|
9621
|
+
"description": "",
|
|
9622
|
+
"required": false,
|
|
9623
|
+
"examples": [],
|
|
9624
|
+
"deprecated": false
|
|
9625
|
+
},
|
|
9626
|
+
{
|
|
9627
|
+
"name": "labelClass",
|
|
9628
|
+
"type": "string",
|
|
9629
|
+
"description": "",
|
|
9630
|
+
"required": false,
|
|
9631
|
+
"examples": [],
|
|
9632
|
+
"deprecated": false
|
|
9633
|
+
},
|
|
9634
|
+
{
|
|
9635
|
+
"name": "inputContainerClass",
|
|
9636
|
+
"type": "string",
|
|
9637
|
+
"description": "",
|
|
9638
|
+
"required": false,
|
|
9639
|
+
"examples": [],
|
|
9640
|
+
"deprecated": false
|
|
9641
|
+
},
|
|
9642
|
+
{
|
|
9643
|
+
"name": "mandatory",
|
|
9644
|
+
"type": "boolean",
|
|
9645
|
+
"description": "",
|
|
9646
|
+
"required": false,
|
|
9647
|
+
"examples": [],
|
|
9648
|
+
"deprecated": false
|
|
9649
|
+
},
|
|
9650
|
+
{
|
|
9651
|
+
"name": "placeholder",
|
|
9652
|
+
"type": "string",
|
|
9653
|
+
"description": "",
|
|
9654
|
+
"required": false,
|
|
9655
|
+
"examples": [],
|
|
9656
|
+
"deprecated": false
|
|
9657
|
+
},
|
|
9658
|
+
{
|
|
9659
|
+
"name": "feedback",
|
|
9660
|
+
"type": "boolean",
|
|
9661
|
+
"description": "",
|
|
9662
|
+
"required": false,
|
|
9663
|
+
"examples": [],
|
|
9664
|
+
"deprecated": false
|
|
9665
|
+
},
|
|
9666
|
+
{
|
|
9667
|
+
"name": "fieldName",
|
|
9668
|
+
"type": "string",
|
|
9669
|
+
"description": "",
|
|
9670
|
+
"required": false,
|
|
9671
|
+
"examples": [],
|
|
9672
|
+
"deprecated": false
|
|
9673
|
+
},
|
|
9674
|
+
{
|
|
9675
|
+
"name": "useValidator",
|
|
9676
|
+
"type": "boolean",
|
|
9677
|
+
"description": "",
|
|
9678
|
+
"required": false,
|
|
9679
|
+
"examples": [],
|
|
9680
|
+
"deprecated": false
|
|
9681
|
+
},
|
|
9682
|
+
{
|
|
9683
|
+
"name": "invalid",
|
|
9684
|
+
"type": "boolean",
|
|
9685
|
+
"description": "",
|
|
9686
|
+
"required": false,
|
|
9687
|
+
"examples": [],
|
|
9688
|
+
"deprecated": false
|
|
9689
|
+
},
|
|
9690
|
+
{
|
|
9691
|
+
"name": "validatorMessage",
|
|
9692
|
+
"type": "string | CustomValidation",
|
|
9693
|
+
"description": "Set custom validator message.\nWill be show if invalid=\"true\"",
|
|
9694
|
+
"required": false,
|
|
9695
|
+
"examples": [],
|
|
9696
|
+
"deprecated": false
|
|
9697
|
+
},
|
|
9698
|
+
{
|
|
9699
|
+
"name": "validatorMessageClass",
|
|
9700
|
+
"type": "string",
|
|
9701
|
+
"description": "",
|
|
9702
|
+
"required": false,
|
|
9703
|
+
"examples": [],
|
|
9704
|
+
"deprecated": false
|
|
9705
|
+
}
|
|
9706
|
+
],
|
|
9610
9707
|
"events": [
|
|
9611
9708
|
{
|
|
9612
9709
|
"name": "update:modelValue",
|
package/mcp/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fewangsit/wangsvue-mcp",
|
|
3
|
-
"version": "1.5.229-alpha.
|
|
3
|
+
"version": "1.5.229-alpha.4",
|
|
4
4
|
"description": "MCP Server for @fewangsit/wangsvue",
|
|
5
5
|
"main": "mcp-server.js",
|
|
6
6
|
"type": "module",
|
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"buildContext": {
|
|
11
11
|
"package": {
|
|
12
12
|
"name": "@fewangsit/wangsvue",
|
|
13
|
-
"version": "1.5.229-alpha.
|
|
13
|
+
"version": "1.5.229-alpha.4",
|
|
14
14
|
"description": "Wangsit VueJS Component Library",
|
|
15
15
|
"repository": "https://github.com/fewangsit/wangsvue",
|
|
16
16
|
"workspace": "wangsvue"
|
|
17
17
|
},
|
|
18
18
|
"build": {
|
|
19
|
-
"timestamp": "2025-12-
|
|
19
|
+
"timestamp": "2025-12-15T03:01:35.105Z",
|
|
20
20
|
"gitInfo": {
|
|
21
|
-
"head": "
|
|
21
|
+
"head": "58cd5c4bf109ab99df2bdc84117f2aa3a7d8ee40",
|
|
22
22
|
"branch": "feat/mcp",
|
|
23
23
|
"repository": "https://github.com/fewangsit/wangsvue.git",
|
|
24
|
-
"timestamp": "2025-12-
|
|
24
|
+
"timestamp": "2025-12-15T03:01:34.916Z"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}
|