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