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