1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| {
| "i18n-t/keypath": {
| "description": "[required]\nThe locale message key can be specified prop",
| "type": "string"
| },
| "i18n-t/plural": {
| "description": "[optional]\nThe Plural Choosing the message number prop",
| "type": "number|string"
| },
| "i18n-t/locale": {
| "description": "[optional]\nThe locale to be used for the component",
| "type": "string"
| },
| "i18n-t/scope": {
| "description": "[optional]\tThe scope to be used in the target component.\nYou can specify either `global` or `parent`",
| "type": "string"
| },
| "i18n-t/tag": {
| "description": "[optional]\nUsed to wrap the content that is distribute in the slot.\nIf omitted, the slot content is treated as Fragments",
| "type": "string|object"
| },
| "i18n-d/value": {
| "description": "[required]\nThe value specified for the target component",
| "type": "number|date"
| },
| "i18n-d/format": {
| "description": "[optional]\nThe format to use in the target component",
| "type": "string|object"
| },
| "i18n-d/locale": {
| "description": "[optional]\nThe locale to be used for the component",
| "type": "string"
| },
| "i18n-d/scope": {
| "description": "[optional]\tThe scope to be used in the target component.\nYou can specify either `global` or `parent`",
| "type": "string"
| },
| "i18n-d/tag": {
| "description": "[optional]\nUsed to wrap the content that is distribute in the slot.\nIf omitted, the slot content is treated as Fragments",
| "type": "string|object"
| },
| "i18n-n/value": {
| "description": "[required]\nThe value specified for the target component",
| "type": "number"
| },
| "i18n-n/format": {
| "description": "[optional]\nThe format to use in the target component",
| "type": "string|object"
| },
| "i18n-n/locale": {
| "description": "[optional]\nThe locale to be used for the component",
| "type": "string"
| },
| "i18n-n/scope": {
| "description": "[optional]\tThe scope to be used in the target component.\nYou can specify either `global` or `parent`",
| "type": "string"
| },
| "i18n-n/tag": {
| "description": "[optional]\nUsed to wrap the content that is distribute in the slot.\nIf omitted, the slot content is treated as Fragments",
| "type": "string|object"
| }
| }
|
|