@fewangsit/wangsvue-gsts 1.0.0-alpha.21 → 1.0.0-alpha.23
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/json/supported-official-langs.json.d.ts +530 -0
- package/components/buttonImportExcel/ButtonImportExcel.vue.d.ts +9 -0
- package/components/datatable/DataTable.vue.d.ts +1 -0
- package/components/fileupload/FileUpload.vue.d.ts +2 -6
- package/components/form/Form.vue.d.ts +5 -0
- package/components/icon/Icon.vue.d.ts +4 -1
- package/components/languagedropdown/LanguageDropdown.vue.d.ts +7 -15
- package/components/languageswitcher/LanguageSwitcher.vue.d.ts +15 -0
- package/components/menuitem/index.d.ts +3 -1
- package/package.json +1 -1
- package/plugins/WangsVue.d.ts +2 -0
- package/plugins/translation.d.ts +48 -1
- package/style.css +1 -1
- package/utils/index.d.ts +1 -1
- package/utils/toast.util.d.ts +2 -1
- package/wangsvue-gsts.es.js +20168 -19721
- package/wangsvue-gsts.system.js +122 -122
- package/assets/json/languages.json.d.ts +0 -180
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
declare const _default: [
|
|
2
|
-
{
|
|
3
|
-
"lang": "Arabic",
|
|
4
|
-
"flag": "https://flagcdn.com/sa.svg",
|
|
5
|
-
"locale": "ar_SA",
|
|
6
|
-
"country": "Saudi Arabia",
|
|
7
|
-
"countryCode": "SA"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"lang": "Chinese",
|
|
11
|
-
"flag": "https://flagcdn.com/cn.svg",
|
|
12
|
-
"locale": "zh_CN",
|
|
13
|
-
"country": "China",
|
|
14
|
-
"countryCode": "CN"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"lang": "English",
|
|
18
|
-
"flag": "https://flagcdn.com/us.svg",
|
|
19
|
-
"locale": "en_US",
|
|
20
|
-
"country": "United States",
|
|
21
|
-
"countryCode": "US"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"lang": "English",
|
|
25
|
-
"flag": "https://flagcdn.com/sg.svg",
|
|
26
|
-
"locale": "en_SG",
|
|
27
|
-
"country": "Singapore",
|
|
28
|
-
"countryCode": "SG"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"lang": "English",
|
|
32
|
-
"flag": "https://flagcdn.com/gb.svg",
|
|
33
|
-
"locale": "en_UK",
|
|
34
|
-
"country": "United Kingdom",
|
|
35
|
-
"countryCode": "UK"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"lang": "English",
|
|
39
|
-
"flag": "https://flagcdn.com/in.svg",
|
|
40
|
-
"locale": "en_IN",
|
|
41
|
-
"country": "India",
|
|
42
|
-
"countryCode": "IN"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"lang": "English",
|
|
46
|
-
"flag": "https://flagcdn.com/ca.svg",
|
|
47
|
-
"locale": "en_CA",
|
|
48
|
-
"country": "Canada",
|
|
49
|
-
"countryCode": "CA"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"lang": "English",
|
|
53
|
-
"flag": "https://flagcdn.com/au.svg",
|
|
54
|
-
"locale": "en_AU",
|
|
55
|
-
"country": "Australia",
|
|
56
|
-
"countryCode": "AU"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"lang": "Filipino",
|
|
60
|
-
"flag": "https://flagcdn.com/ph.svg",
|
|
61
|
-
"locale": "fil_PH",
|
|
62
|
-
"country": "Philippines",
|
|
63
|
-
"countryCode": "PH"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"lang": "French",
|
|
67
|
-
"flag": "https://flagcdn.com/fr.svg",
|
|
68
|
-
"locale": "fr_FR",
|
|
69
|
-
"country": "France",
|
|
70
|
-
"countryCode": "FR"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"lang": "German",
|
|
74
|
-
"flag": "https://flagcdn.com/de.svg",
|
|
75
|
-
"locale": "de_DE",
|
|
76
|
-
"country": "Germany",
|
|
77
|
-
"countryCode": "DE"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"lang": "Indonesian",
|
|
81
|
-
"flag": "https://flagcdn.com/id.svg",
|
|
82
|
-
"locale": "id_ID",
|
|
83
|
-
"country": "Indonesia",
|
|
84
|
-
"countryCode": "ID"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"lang": "Italian",
|
|
88
|
-
"flag": "https://flagcdn.com/it.svg",
|
|
89
|
-
"locale": "it_IT",
|
|
90
|
-
"country": "Italy",
|
|
91
|
-
"countryCode": "IT"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"lang": "Japanese",
|
|
95
|
-
"flag": "https://flagcdn.com/jp.svg",
|
|
96
|
-
"locale": "ja_JP",
|
|
97
|
-
"country": "Japan",
|
|
98
|
-
"countryCode": "JP"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"lang": "Khmer",
|
|
102
|
-
"flag": "https://flagcdn.com/kh.svg",
|
|
103
|
-
"locale": "km_KH",
|
|
104
|
-
"country": "Cambodia",
|
|
105
|
-
"countryCode": "KH"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"lang": "Korean",
|
|
109
|
-
"flag": "https://flagcdn.com/kr.svg",
|
|
110
|
-
"locale": "ko_KR",
|
|
111
|
-
"country": "South Korea",
|
|
112
|
-
"countryCode": "KR"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"lang": "Lao",
|
|
116
|
-
"flag": "https://flagcdn.com/la.svg",
|
|
117
|
-
"locale": "lo_LA",
|
|
118
|
-
"country": "Laos",
|
|
119
|
-
"countryCode": "LA"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"lang": "Malay",
|
|
123
|
-
"flag": "https://flagcdn.com/my.svg",
|
|
124
|
-
"locale": "ms_MY",
|
|
125
|
-
"country": "Malaysia",
|
|
126
|
-
"countryCode": "MY"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"lang": "Burmese",
|
|
130
|
-
"flag": "https://flagcdn.com/mm.svg",
|
|
131
|
-
"locale": "my_MM",
|
|
132
|
-
"country": "Myanmar",
|
|
133
|
-
"countryCode": "MM"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"lang": "Portuguese",
|
|
137
|
-
"flag": "https://flagcdn.com/br.svg",
|
|
138
|
-
"locale": "pt_BR",
|
|
139
|
-
"country": "Brazil",
|
|
140
|
-
"countryCode": "BR"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"lang": "Russian",
|
|
144
|
-
"flag": "https://flagcdn.com/ru.svg",
|
|
145
|
-
"locale": "ru_RU",
|
|
146
|
-
"country": "Russia",
|
|
147
|
-
"countryCode": "RU"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"lang": "Spanish",
|
|
151
|
-
"flag": "https://flagcdn.com/mx.svg",
|
|
152
|
-
"locale": "es_MX",
|
|
153
|
-
"country": "Mexico",
|
|
154
|
-
"countryCode": "MX"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"lang": "Spanish",
|
|
158
|
-
"flag": "https://flagcdn.com/es.svg",
|
|
159
|
-
"locale": "es_ES",
|
|
160
|
-
"country": "Spain",
|
|
161
|
-
"countryCode": "ES"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"lang": "Thai",
|
|
165
|
-
"flag": "https://flagcdn.com/th.svg",
|
|
166
|
-
"locale": "th_TH",
|
|
167
|
-
"country": "Thailand",
|
|
168
|
-
"countryCode": "TH"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"lang": "Vietnamese",
|
|
172
|
-
"flag": "https://flagcdn.com/vn.svg",
|
|
173
|
-
"locale": "vi_VN",
|
|
174
|
-
"country": "Vietnam",
|
|
175
|
-
"countryCode": "VN"
|
|
176
|
-
}
|
|
177
|
-
]
|
|
178
|
-
;
|
|
179
|
-
|
|
180
|
-
export default _default;
|