@inntechcorp/it-design 2.1.72 → 2.1.73
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/dist/index.cjs.js +0 -4
- package/dist/index.esm.js +0 -4
- package/dist/locales/calendar.json +22 -22
- package/dist/locales/itd.json +221 -222
- package/dist/utils/GetSizeBySizeSlug.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2997,7 +2997,6 @@ function ga(e,b){if(Da(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
2997
2997
|
.itd-select-option-image {
|
|
2998
2998
|
width: ${`${o.width}px`};
|
|
2999
2999
|
height: ${`${o.height}px`};
|
|
3000
|
-
pointer-events: none;
|
|
3001
3000
|
}
|
|
3002
3001
|
|
|
3003
3002
|
.itd-select-option-icon {
|
|
@@ -3042,7 +3041,6 @@ function ga(e,b){if(Da(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
3042
3041
|
img, .itd-svg svg {
|
|
3043
3042
|
width : ${`${p.width}px`};
|
|
3044
3043
|
height : ${`${p.height}px`};
|
|
3045
|
-
pointer-events : none;
|
|
3046
3044
|
}
|
|
3047
3045
|
|
|
3048
3046
|
.itd-select-arrow {
|
|
@@ -3280,7 +3278,6 @@ function ga(e,b){if(Da(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
3280
3278
|
&[disabled] {
|
|
3281
3279
|
|
|
3282
3280
|
cursor: not-allowed;
|
|
3283
|
-
pointer-events: none;
|
|
3284
3281
|
|
|
3285
3282
|
.itd-select-selector {
|
|
3286
3283
|
|
|
@@ -3288,7 +3285,6 @@ function ga(e,b){if(Da(e))for(let o=0;o<e.length&&!1!==b(e[o],o,e);o++);else e&&
|
|
|
3288
3285
|
border: 1px solid #d9d9d9;
|
|
3289
3286
|
border-radius: ${il};
|
|
3290
3287
|
cursor: not-allowed;
|
|
3291
|
-
pointer-events: auto;
|
|
3292
3288
|
|
|
3293
3289
|
.itd-select-selection-item input[disabled] {
|
|
3294
3290
|
color: #00000040;
|
package/dist/index.esm.js
CHANGED
|
@@ -2997,7 +2997,6 @@ function kA(e,b){if(YA(e))for(let M=0;M<e.length&&!1!==b(e[M],M,e);M++);else e&&
|
|
|
2997
2997
|
.itd-select-option-image {
|
|
2998
2998
|
width: ${`${M.width}px`};
|
|
2999
2999
|
height: ${`${M.height}px`};
|
|
3000
|
-
pointer-events: none;
|
|
3001
3000
|
}
|
|
3002
3001
|
|
|
3003
3002
|
.itd-select-option-icon {
|
|
@@ -3042,7 +3041,6 @@ function kA(e,b){if(YA(e))for(let M=0;M<e.length&&!1!==b(e[M],M,e);M++);else e&&
|
|
|
3042
3041
|
img, .itd-svg svg {
|
|
3043
3042
|
width : ${`${p.width}px`};
|
|
3044
3043
|
height : ${`${p.height}px`};
|
|
3045
|
-
pointer-events : none;
|
|
3046
3044
|
}
|
|
3047
3045
|
|
|
3048
3046
|
.itd-select-arrow {
|
|
@@ -3280,7 +3278,6 @@ function kA(e,b){if(YA(e))for(let M=0;M<e.length&&!1!==b(e[M],M,e);M++);else e&&
|
|
|
3280
3278
|
&[disabled] {
|
|
3281
3279
|
|
|
3282
3280
|
cursor: not-allowed;
|
|
3283
|
-
pointer-events: none;
|
|
3284
3281
|
|
|
3285
3282
|
.itd-select-selector {
|
|
3286
3283
|
|
|
@@ -3288,7 +3285,6 @@ function kA(e,b){if(YA(e))for(let M=0;M<e.length&&!1!==b(e[M],M,e);M++);else e&&
|
|
|
3288
3285
|
border: 1px solid #d9d9d9;
|
|
3289
3286
|
border-radius: ${Wq};
|
|
3290
3287
|
cursor: not-allowed;
|
|
3291
|
-
pointer-events: auto;
|
|
3292
3288
|
|
|
3293
3289
|
.itd-select-selection-item input[disabled] {
|
|
3294
3290
|
color: #00000040;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"weekdaysLong":[
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
3
|
+
"Sunday",
|
|
4
|
+
"Monday",
|
|
5
|
+
"Tuesday",
|
|
6
|
+
"Wednesday",
|
|
7
|
+
"Thursday",
|
|
8
|
+
"Friday",
|
|
9
|
+
"Saturday"
|
|
10
10
|
],
|
|
11
11
|
"weekdaysShort":[
|
|
12
|
-
"
|
|
12
|
+
"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"
|
|
13
13
|
],
|
|
14
14
|
"months":[
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
15
|
+
"January",
|
|
16
|
+
"February",
|
|
17
|
+
"March",
|
|
18
|
+
"April",
|
|
19
|
+
"May",
|
|
20
|
+
"June",
|
|
21
|
+
"July",
|
|
22
|
+
"August",
|
|
23
|
+
"September",
|
|
24
|
+
"October",
|
|
25
|
+
"November",
|
|
26
|
+
"December"
|
|
27
27
|
],
|
|
28
|
-
"firstDay":
|
|
29
|
-
"format": "DD/
|
|
28
|
+
"firstDay": 0,
|
|
29
|
+
"format": "MM/DD/YYYY"
|
|
30
30
|
}
|
package/dist/locales/itd.json
CHANGED
|
@@ -1,305 +1,304 @@
|
|
|
1
1
|
{
|
|
2
|
-
"success": "
|
|
3
|
-
"error": "
|
|
2
|
+
"success": "Success",
|
|
3
|
+
"error": "Error",
|
|
4
4
|
"table": {
|
|
5
|
-
"noData": "
|
|
5
|
+
"noData": "No Data"
|
|
6
6
|
},
|
|
7
7
|
"placeholders": {
|
|
8
|
-
"username": "
|
|
9
|
-
"email": "E-
|
|
10
|
-
"password": "
|
|
11
|
-
"confirmPassword": "
|
|
12
|
-
"typeYourNoteHere": "
|
|
13
|
-
"selectGender": "
|
|
14
|
-
"selectLanguage": "
|
|
15
|
-
"selectCountry": "
|
|
16
|
-
"birthday": "
|
|
17
|
-
"multipleSelection": "
|
|
8
|
+
"username": "Username",
|
|
9
|
+
"email": "E-Mail",
|
|
10
|
+
"password": "Password",
|
|
11
|
+
"confirmPassword": "Confirm password",
|
|
12
|
+
"typeYourNoteHere": "Type your note here",
|
|
13
|
+
"selectGender": "Select Gender",
|
|
14
|
+
"selectLanguage": "Select Language",
|
|
15
|
+
"selectCountry": "Select Country",
|
|
16
|
+
"birthday": "Birthday",
|
|
17
|
+
"multipleSelection": "Selected ({{- count}})"
|
|
18
18
|
},
|
|
19
19
|
"options": {
|
|
20
|
-
"all": "
|
|
21
|
-
"male": "
|
|
22
|
-
"female": "
|
|
20
|
+
"all": "All",
|
|
21
|
+
"male": "Male",
|
|
22
|
+
"female": "Female",
|
|
23
23
|
"languages": {
|
|
24
|
-
"turkish": "
|
|
25
|
-
"english": "
|
|
24
|
+
"turkish": "Turkish",
|
|
25
|
+
"english": "English"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"buttons": {
|
|
29
|
-
"submit": "
|
|
30
|
-
"reset": "
|
|
29
|
+
"submit": "Submit",
|
|
30
|
+
"reset": "Reset"
|
|
31
31
|
},
|
|
32
32
|
"errors": {
|
|
33
|
-
"required": "
|
|
34
|
-
"minLength": "
|
|
35
|
-
"maxLength": "
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"fieldMustBeDifferent": "Bu alan şunlarla aynı olmamalıdır: {{- fields}}"
|
|
33
|
+
"required": "This field is required!",
|
|
34
|
+
"minLength": "Should contain at least {{- length}} characters",
|
|
35
|
+
"maxLength": "Is too long. Max size is {{- length}}",
|
|
36
|
+
"passwordRule": "Your password must be at least 8 characters long, contain at least one digit, one uppercase letter, one lowercase letter, one special character, and must not contain spaces.",
|
|
37
|
+
"invalidEmailAddress": "Invalid email address",
|
|
38
|
+
"passwordsDontMatch": "The two passwords that you entered do not match!",
|
|
39
|
+
"usernameRule": "Your password must be at least 6 characters long. only English letters, digits and symbols (-_.). No space is allowed",
|
|
40
|
+
"wrongTCIdentity": "Wrong TC Identity Number",
|
|
41
|
+
"fieldMustBeTheSame": "This field must be the same as: {{- fields}}",
|
|
42
|
+
"siteUsernameRule": "Your username must be at least 3 characters long, at most 15 characters long. Only English letters, digits and symbols (-_.). No space is allowed, no uppercase letters are allowed",
|
|
43
|
+
"fieldMustBeDifferent": "This field must be different from: {{- fields}}"
|
|
45
44
|
},
|
|
46
45
|
"uploader": {
|
|
47
|
-
"header": "
|
|
48
|
-
"hint": "
|
|
49
|
-
"fileUploading": "
|
|
50
|
-
"info": "
|
|
51
|
-
"delete": "
|
|
52
|
-
"preview": "
|
|
53
|
-
"error": "
|
|
54
|
-
"fileFormatError": "
|
|
55
|
-
"fileSizeError": "
|
|
56
|
-
"fileUploadSuccess": "
|
|
57
|
-
"fileUploadFailed": "
|
|
58
|
-
"removeFileSuccess": "
|
|
59
|
-
"browserDoesntSupportDND": "
|
|
60
|
-
"calculating": "
|
|
61
|
-
"removeFile": "
|
|
62
|
-
"areYouSureToDeleteThisFile": "
|
|
63
|
-
"yes": "
|
|
64
|
-
"no": "
|
|
46
|
+
"header": "Drag and drop an file",
|
|
47
|
+
"hint": "or Browse to choose a file",
|
|
48
|
+
"fileUploading": "File uploading...",
|
|
49
|
+
"info": "Total: {{- total}} - {{- estimated}} s remaining.",
|
|
50
|
+
"delete": "Delete",
|
|
51
|
+
"preview": "Preview",
|
|
52
|
+
"error": "Error",
|
|
53
|
+
"fileFormatError": "You can only upload {{fileFormat}} file",
|
|
54
|
+
"fileSizeError": "File must smaller than {{fileSize}}",
|
|
55
|
+
"fileUploadSuccess": "File successfully uploaded.",
|
|
56
|
+
"fileUploadFailed": "File upload failed!",
|
|
57
|
+
"removeFileSuccess": "File successfully delete!",
|
|
58
|
+
"browserDoesntSupportDND": "Browser doesn't support drag and drop!",
|
|
59
|
+
"calculating": "Calculating...",
|
|
60
|
+
"removeFile": "Remove File",
|
|
61
|
+
"areYouSureToDeleteThisFile": "Are you sure to delete this file?",
|
|
62
|
+
"yes": "Yes",
|
|
63
|
+
"no": "No"
|
|
65
64
|
},
|
|
66
65
|
"results": {
|
|
67
66
|
"authentication": {
|
|
68
|
-
"title": "
|
|
69
|
-
"subtitle": "
|
|
70
|
-
"button": "
|
|
67
|
+
"title": "You Need To Sign In",
|
|
68
|
+
"subtitle": "You need to login to access this page. Please login by clicking the button below.",
|
|
69
|
+
"button": "LOGIN"
|
|
71
70
|
}
|
|
72
71
|
},
|
|
73
72
|
"currencies": {
|
|
74
|
-
"TRY": "
|
|
73
|
+
"TRY": "Turkish Lira",
|
|
75
74
|
"EUR": "Euro",
|
|
76
|
-
"USD": "
|
|
75
|
+
"USD": "Dollar"
|
|
77
76
|
},
|
|
78
77
|
"countries": {
|
|
79
|
-
"af": "
|
|
80
|
-
"al": "
|
|
81
|
-
"dz": "
|
|
78
|
+
"af": "Afghanistan",
|
|
79
|
+
"al": "Albania",
|
|
80
|
+
"dz": "Algeria",
|
|
82
81
|
"ad": "Andorra",
|
|
83
82
|
"ao": "Angola",
|
|
84
|
-
"ag": "Antigua
|
|
85
|
-
"ar": "
|
|
86
|
-
"am": "
|
|
87
|
-
"au": "
|
|
88
|
-
"at": "
|
|
89
|
-
"az": "
|
|
90
|
-
"bs": "
|
|
91
|
-
"bh": "
|
|
92
|
-
"bd": "
|
|
83
|
+
"ag": "Antigua and Barbuda",
|
|
84
|
+
"ar": "Argentina",
|
|
85
|
+
"am": "Armenia",
|
|
86
|
+
"au": "Australia",
|
|
87
|
+
"at": "Austria",
|
|
88
|
+
"az": "Azerbaijan",
|
|
89
|
+
"bs": "Bahamas",
|
|
90
|
+
"bh": "Bahrain",
|
|
91
|
+
"bd": "Bangladesh",
|
|
93
92
|
"bb": "Barbados",
|
|
94
|
-
"by": "
|
|
95
|
-
"be": "
|
|
93
|
+
"by": "Belarus",
|
|
94
|
+
"be": "Belgium",
|
|
96
95
|
"bz": "Belize",
|
|
97
96
|
"bj": "Benin",
|
|
98
97
|
"bt": "Bhutan",
|
|
99
|
-
"bo": "
|
|
100
|
-
"ba": "
|
|
101
|
-
"bw": "
|
|
102
|
-
"br": "
|
|
103
|
-
"bn": "Brunei",
|
|
104
|
-
"bg": "
|
|
98
|
+
"bo": "Bolivia",
|
|
99
|
+
"ba": "Bosnia and Herzegovina",
|
|
100
|
+
"bw": "Botswana",
|
|
101
|
+
"br": "Brazil",
|
|
102
|
+
"bn": "Brunei Darussalam",
|
|
103
|
+
"bg": "Bulgaria",
|
|
105
104
|
"bf": "Burkina Faso",
|
|
106
105
|
"bi": "Burundi",
|
|
107
|
-
"cv": "
|
|
108
|
-
"kh": "
|
|
109
|
-
"cm": "
|
|
110
|
-
"ca": "
|
|
111
|
-
"cf": "
|
|
112
|
-
"td": "
|
|
113
|
-
"cl": "
|
|
114
|
-
"cn": "
|
|
115
|
-
"co": "
|
|
116
|
-
"km": "
|
|
117
|
-
"cg": "
|
|
118
|
-
"cd": "
|
|
119
|
-
"cr": "
|
|
120
|
-
"ci": "
|
|
121
|
-
"hr": "
|
|
122
|
-
"cu": "
|
|
123
|
-
"cw": "
|
|
124
|
-
"cy": "
|
|
125
|
-
"cz": "
|
|
126
|
-
"dk": "
|
|
127
|
-
"dj": "
|
|
128
|
-
"dm": "
|
|
129
|
-
"do": "
|
|
130
|
-
"ec": "
|
|
131
|
-
"eg": "
|
|
106
|
+
"cv": "Cabo Verde",
|
|
107
|
+
"kh": "Cambodia",
|
|
108
|
+
"cm": "Cameroon",
|
|
109
|
+
"ca": "Canada",
|
|
110
|
+
"cf": "Central African Republic",
|
|
111
|
+
"td": "Chad",
|
|
112
|
+
"cl": "Chile",
|
|
113
|
+
"cn": "China",
|
|
114
|
+
"co": "Colombia",
|
|
115
|
+
"km": "Comoros",
|
|
116
|
+
"cg": "Congo",
|
|
117
|
+
"cd": "Congo, Democratic",
|
|
118
|
+
"cr": "Costa Rica",
|
|
119
|
+
"ci": "Côte d'Ivoire",
|
|
120
|
+
"hr": "Croatia",
|
|
121
|
+
"cu": "Cuba",
|
|
122
|
+
"cw": "Curacao",
|
|
123
|
+
"cy": "Cyprus",
|
|
124
|
+
"cz": "Czechia",
|
|
125
|
+
"dk": "Denmark",
|
|
126
|
+
"dj": "Djibouti",
|
|
127
|
+
"dm": "Dominica",
|
|
128
|
+
"do": "Dominican Republic",
|
|
129
|
+
"ec": "Ecuador",
|
|
130
|
+
"eg": "Egypt",
|
|
132
131
|
"sv": "El Salvador",
|
|
133
|
-
"gq": "
|
|
134
|
-
"er": "
|
|
135
|
-
"ee": "
|
|
136
|
-
"sz": "
|
|
137
|
-
"et": "
|
|
132
|
+
"gq": "Equatorial Guinea",
|
|
133
|
+
"er": "Eritrea",
|
|
134
|
+
"ee": "Estonia",
|
|
135
|
+
"sz": "Eswatini",
|
|
136
|
+
"et": "Ethiopia",
|
|
138
137
|
"fj": "Fiji",
|
|
139
|
-
"fi": "
|
|
140
|
-
"fr": "
|
|
138
|
+
"fi": "Finland",
|
|
139
|
+
"fr": "France",
|
|
141
140
|
"ga": "Gabon",
|
|
142
141
|
"gm": "Gambia",
|
|
143
|
-
"ge": "
|
|
144
|
-
"de": "
|
|
145
|
-
"gh": "
|
|
146
|
-
"gr": "
|
|
142
|
+
"ge": "Georgia",
|
|
143
|
+
"de": "Germany",
|
|
144
|
+
"gh": "Ghana",
|
|
145
|
+
"gr": "Greece",
|
|
147
146
|
"gd": "Grenada",
|
|
148
147
|
"gt": "Guatemala",
|
|
149
|
-
"gn": "
|
|
148
|
+
"gn": "Guinea",
|
|
150
149
|
"gw": "Guinea-Bissau",
|
|
151
150
|
"gy": "Guyana",
|
|
152
151
|
"ht": "Haiti",
|
|
153
152
|
"hn": "Honduras",
|
|
154
|
-
"hu": "
|
|
155
|
-
"is": "
|
|
156
|
-
"in": "
|
|
157
|
-
"id": "
|
|
158
|
-
"ir": "
|
|
159
|
-
"iq": "
|
|
153
|
+
"hu": "Hungary",
|
|
154
|
+
"is": "Iceland",
|
|
155
|
+
"in": "India",
|
|
156
|
+
"id": "Indonesia",
|
|
157
|
+
"ir": "Iran",
|
|
158
|
+
"iq": "Iraq",
|
|
160
159
|
"ie": "Ireland",
|
|
161
|
-
"il": "
|
|
162
|
-
"it": "
|
|
163
|
-
"jm": "
|
|
164
|
-
"jp": "
|
|
165
|
-
"jo": "
|
|
166
|
-
"kz": "
|
|
160
|
+
"il": "Israel",
|
|
161
|
+
"it": "Italy",
|
|
162
|
+
"jm": "Jamaica",
|
|
163
|
+
"jp": "Japan",
|
|
164
|
+
"jo": "Jordan",
|
|
165
|
+
"kz": "Kazakhstan",
|
|
167
166
|
"ke": "Kenya",
|
|
168
167
|
"ki": "Kiribati",
|
|
169
|
-
"kp": "
|
|
170
|
-
"kr": "
|
|
171
|
-
"kw": "
|
|
172
|
-
"kg": "
|
|
173
|
-
"la": "
|
|
174
|
-
"lv": "
|
|
175
|
-
"lb": "
|
|
168
|
+
"kp": "North Korea",
|
|
169
|
+
"kr": "South Korea",
|
|
170
|
+
"kw": "Kuwait",
|
|
171
|
+
"kg": "Kyrgyzstan",
|
|
172
|
+
"la": "Lao People's",
|
|
173
|
+
"lv": "Latvia",
|
|
174
|
+
"lb": "Lebanon",
|
|
176
175
|
"ls": "Lesotho",
|
|
177
|
-
"lr": "
|
|
176
|
+
"lr": "Liberia",
|
|
178
177
|
"ly": "Libya",
|
|
179
|
-
"li": "
|
|
180
|
-
"lt": "
|
|
181
|
-
"lu": "
|
|
182
|
-
"mg": "
|
|
183
|
-
"mw": "
|
|
184
|
-
"my": "
|
|
185
|
-
"mv": "
|
|
178
|
+
"li": "Liechtenstein",
|
|
179
|
+
"lt": "Lithuania",
|
|
180
|
+
"lu": "Luxembourg",
|
|
181
|
+
"mg": "Madagascar",
|
|
182
|
+
"mw": "Malawi",
|
|
183
|
+
"my": "Malaysia",
|
|
184
|
+
"mv": "Maldives",
|
|
186
185
|
"ml": "Mali",
|
|
187
186
|
"mt": "Malta",
|
|
188
|
-
"mh": "Marshall
|
|
189
|
-
"mr": "
|
|
187
|
+
"mh": "Marshall Islands",
|
|
188
|
+
"mr": "Mauritania",
|
|
190
189
|
"mu": "Mauritius",
|
|
191
|
-
"mx": "
|
|
192
|
-
"fm": "
|
|
193
|
-
"md": "Moldova",
|
|
194
|
-
"mc": "
|
|
195
|
-
"mn": "
|
|
196
|
-
"me": "
|
|
197
|
-
"ma": "
|
|
198
|
-
"mz": "
|
|
190
|
+
"mx": "Mexico",
|
|
191
|
+
"fm": "Micronesia",
|
|
192
|
+
"md": "Moldova, Republic of",
|
|
193
|
+
"mc": "Monaco",
|
|
194
|
+
"mn": "Mongolia",
|
|
195
|
+
"me": "Montenegro",
|
|
196
|
+
"ma": "Morocco",
|
|
197
|
+
"mz": "Mozambique",
|
|
199
198
|
"mm": "Myanmar",
|
|
200
|
-
"na": "
|
|
199
|
+
"na": "Namibia",
|
|
201
200
|
"nr": "Nauru",
|
|
202
201
|
"np": "Nepal",
|
|
203
|
-
"nl": "
|
|
204
|
-
"nz": "
|
|
205
|
-
"ni": "
|
|
206
|
-
"ne": "
|
|
207
|
-
"ng": "
|
|
208
|
-
"mk": "
|
|
209
|
-
"no": "
|
|
210
|
-
"om": "
|
|
202
|
+
"nl": "Netherlands",
|
|
203
|
+
"nz": "New Zealand",
|
|
204
|
+
"ni": "Nicaragua",
|
|
205
|
+
"ne": "Niger",
|
|
206
|
+
"ng": "Nigeria",
|
|
207
|
+
"mk": "North Macedonia",
|
|
208
|
+
"no": "Norway",
|
|
209
|
+
"om": "Oman",
|
|
211
210
|
"pk": "Pakistan",
|
|
212
211
|
"pw": "Palau",
|
|
213
212
|
"pa": "Panama",
|
|
214
|
-
"pg": "Papua
|
|
213
|
+
"pg": "Papua New Guinea",
|
|
215
214
|
"py": "Paraguay",
|
|
216
215
|
"pe": "Peru",
|
|
217
|
-
"ph": "
|
|
218
|
-
"pl": "
|
|
219
|
-
"pt": "
|
|
220
|
-
"qa": "
|
|
221
|
-
"ro": "
|
|
222
|
-
"ru": "
|
|
223
|
-
"rw": "
|
|
224
|
-
"kn": "Saint Kitts
|
|
216
|
+
"ph": "Philippines",
|
|
217
|
+
"pl": "Poland",
|
|
218
|
+
"pt": "Portugal",
|
|
219
|
+
"qa": "Qatar",
|
|
220
|
+
"ro": "Romania",
|
|
221
|
+
"ru": "Russian Federation",
|
|
222
|
+
"rw": "Rwanda",
|
|
223
|
+
"kn": "Saint Kitts and Nevis",
|
|
225
224
|
"lc": "Saint Lucia",
|
|
226
225
|
"vc": "Saint Vincent",
|
|
227
226
|
"ws": "Samoa",
|
|
228
227
|
"sm": "San Marino",
|
|
229
228
|
"st": "Sao Tome and Principe",
|
|
230
|
-
"sa": "
|
|
229
|
+
"sa": "Saudi Arabia",
|
|
231
230
|
"sn": "Senegal",
|
|
232
|
-
"rs": "
|
|
233
|
-
"sc": "
|
|
231
|
+
"rs": "Serbia",
|
|
232
|
+
"sc": "Seychelles",
|
|
234
233
|
"sl": "Sierra Leone",
|
|
235
|
-
"sg": "
|
|
236
|
-
"sk": "
|
|
237
|
-
"si": "
|
|
238
|
-
"sb": "Solomon
|
|
239
|
-
"so": "
|
|
240
|
-
"za": "
|
|
241
|
-
"ss": "
|
|
242
|
-
"es": "
|
|
234
|
+
"sg": "Singapore",
|
|
235
|
+
"sk": "Slovakia",
|
|
236
|
+
"si": "Slovenia",
|
|
237
|
+
"sb": "Solomon Islands",
|
|
238
|
+
"so": "Somalia",
|
|
239
|
+
"za": "South Africa",
|
|
240
|
+
"ss": "South Sudan",
|
|
241
|
+
"es": "Spain",
|
|
243
242
|
"lk": "Sri Lanka",
|
|
244
243
|
"sd": "Sudan",
|
|
245
|
-
"sr": "
|
|
246
|
-
"se": "
|
|
247
|
-
"ch": "
|
|
248
|
-
"sy": "
|
|
249
|
-
"tj": "
|
|
250
|
-
"tw": "
|
|
251
|
-
"tz": "
|
|
252
|
-
"th": "
|
|
253
|
-
"tl": "
|
|
244
|
+
"sr": "Suriname",
|
|
245
|
+
"se": "Sweden",
|
|
246
|
+
"ch": "Switzerland",
|
|
247
|
+
"sy": "Syrian Arab Republic",
|
|
248
|
+
"tj": "Tajikistan",
|
|
249
|
+
"tw": "Taiwan",
|
|
250
|
+
"tz": "Tanzania",
|
|
251
|
+
"th": "Thailand",
|
|
252
|
+
"tl": "Timor-Leste",
|
|
254
253
|
"tg": "Togo",
|
|
255
254
|
"to": "Tonga",
|
|
256
|
-
"tt": "Trinidad
|
|
257
|
-
"tn": "
|
|
258
|
-
"tr": "
|
|
259
|
-
"tm": "
|
|
255
|
+
"tt": "Trinidad and Tobago",
|
|
256
|
+
"tn": "Tunisia",
|
|
257
|
+
"tr": "Turkey",
|
|
258
|
+
"tm": "Turkmenistan",
|
|
260
259
|
"tv": "Tuvalu",
|
|
261
260
|
"ug": "Uganda",
|
|
262
|
-
"ua": "
|
|
263
|
-
"ae": "
|
|
264
|
-
"gb": "
|
|
265
|
-
"us": "
|
|
261
|
+
"ua": "Ukraine",
|
|
262
|
+
"ae": "United Arab Emirates",
|
|
263
|
+
"gb": "United Kingdom",
|
|
264
|
+
"us": "United States of America",
|
|
266
265
|
"uy": "Uruguay",
|
|
267
|
-
"uz": "
|
|
266
|
+
"uz": "Uzbekistan",
|
|
268
267
|
"vu": "Vanuatu",
|
|
269
268
|
"ve": "Venezuela",
|
|
270
|
-
"vn": "
|
|
269
|
+
"vn": "Viet Nam",
|
|
271
270
|
"ye": "Yemen",
|
|
272
|
-
"zm": "
|
|
273
|
-
"zw": "
|
|
271
|
+
"zm": "Zambia",
|
|
272
|
+
"zw": "Zimbabwe"
|
|
274
273
|
},
|
|
275
274
|
"calendar": {
|
|
276
275
|
"weekdaysLong":[
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
276
|
+
"Sunday",
|
|
277
|
+
"Monday",
|
|
278
|
+
"Tuesday",
|
|
279
|
+
"Wednesday",
|
|
280
|
+
"Thursday",
|
|
281
|
+
"Friday",
|
|
282
|
+
"Saturday"
|
|
284
283
|
],
|
|
285
284
|
"weekdaysShort":[
|
|
286
|
-
"
|
|
285
|
+
"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"
|
|
287
286
|
],
|
|
288
287
|
"months":[
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
288
|
+
"January",
|
|
289
|
+
"February",
|
|
290
|
+
"March",
|
|
291
|
+
"April",
|
|
292
|
+
"May",
|
|
293
|
+
"June",
|
|
294
|
+
"July",
|
|
295
|
+
"August",
|
|
296
|
+
"September",
|
|
297
|
+
"October",
|
|
298
|
+
"November",
|
|
299
|
+
"December"
|
|
301
300
|
],
|
|
302
|
-
"firstDay":
|
|
303
|
-
"format": "DD/
|
|
301
|
+
"firstDay": 0,
|
|
302
|
+
"format": "MM/DD/YYYY"
|
|
304
303
|
}
|
|
305
|
-
}
|
|
304
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ITDSizeSlug } from "../index";
|
|
2
|
-
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "
|
|
2
|
+
export default function GetSizeBySizeSlug(size: ITDSizeSlug): "large" | "small" | "x-small" | "medium" | "default" | "x-large" | "df";
|