@inntechcorp/it-design 2.1.49 → 2.1.50
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 +381 -381
- package/dist/index.d.ts +567 -1
- package/dist/index.esm.js +381 -381
- package/dist/lib/index.d.ts +661 -0
- package/dist/lib/utils/GetSizeBySizeSlug.d.ts +2 -0
- package/dist/locales/calendar.json +30 -0
- package/dist/locales/countries.json +197 -0
- package/dist/locales/currencies.json +6 -0
- package/dist/locales/en/calendar.json +30 -0
- package/dist/locales/en/countries.json +197 -0
- package/dist/locales/en/currencies.json +6 -0
- package/dist/locales/en/itd.json +70 -0
- package/dist/locales/itd.json +71 -0
- package/dist/locales/tr/calendar.json +30 -0
- package/dist/locales/tr/countries.json +197 -0
- package/dist/locales/tr/currencies.json +6 -0
- package/dist/locales/tr/itd.json +71 -0
- package/package.json +3 -2
- package/dist/index.d.mts +0 -96
- package/dist/utils/GetSizeBySizeSlug.d.ts +0 -2
- /package/dist/{stories → lib/stories}/Accordion.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Accordion.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Alert.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Alert.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Button.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Button.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/ButtonIcon.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Card.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Card.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Checkbox.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Checkbox.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/CheckboxGroup.d.ts +0 -0
- /package/dist/{stories → lib/stories}/CheckboxGroup.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/CheckboxGroupControl.d.ts +0 -0
- /package/dist/{stories → lib/stories}/CheckboxGroupControl.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/DatePicker.d.ts +0 -0
- /package/dist/{stories → lib/stories}/DatePicker.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Form.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Form.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Header.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Header.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Input.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Input.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/ModalManager.d.ts +0 -0
- /package/dist/{stories → lib/stories}/ModalManager.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/NoDataIcon.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Page.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Page.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Progress.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Progress.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/RadioGroup.d.ts +0 -0
- /package/dist/{stories → lib/stories}/RadioGroup.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Result.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Result.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Select.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Select.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Status.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Status.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Table.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Table.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Tabs.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Tabs.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/TextArea.d.ts +0 -0
- /package/dist/{stories → lib/stories}/TextArea.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Upload.d.ts +0 -0
- /package/dist/{stories → lib/stories}/Upload.stories.d.ts +0 -0
- /package/dist/{stories → lib/stories}/root/index.d.ts +0 -0
- /package/dist/{stories → lib/stories}/select.styled.d.ts +0 -0
- /package/dist/{tinyscrollbar → lib/tinyscrollbar}/styled.d.ts +0 -0
- /package/dist/{utils → lib/utils}/index.d.ts +0 -0
|
@@ -0,0 +1,661 @@
|
|
|
1
|
+
export declare const resources: {
|
|
2
|
+
tr: {
|
|
3
|
+
itd: {
|
|
4
|
+
success: string;
|
|
5
|
+
error: string;
|
|
6
|
+
table: {
|
|
7
|
+
noData: string;
|
|
8
|
+
};
|
|
9
|
+
placeholders: {
|
|
10
|
+
username: string;
|
|
11
|
+
email: string;
|
|
12
|
+
password: string;
|
|
13
|
+
confirmPassword: string;
|
|
14
|
+
typeYourNoteHere: string;
|
|
15
|
+
selectGender: string;
|
|
16
|
+
selectLanguage: string;
|
|
17
|
+
selectCountry: string;
|
|
18
|
+
birthday: string;
|
|
19
|
+
multipleSelection: string;
|
|
20
|
+
};
|
|
21
|
+
options: {
|
|
22
|
+
all: string;
|
|
23
|
+
male: string;
|
|
24
|
+
female: string;
|
|
25
|
+
languages: {
|
|
26
|
+
turkish: string;
|
|
27
|
+
english: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
buttons: {
|
|
31
|
+
submit: string;
|
|
32
|
+
reset: string;
|
|
33
|
+
};
|
|
34
|
+
errors: {
|
|
35
|
+
required: string;
|
|
36
|
+
minLength: string;
|
|
37
|
+
maxLength: string;
|
|
38
|
+
exactLength: string;
|
|
39
|
+
passwordRule: string;
|
|
40
|
+
invalidEmailAddress: string;
|
|
41
|
+
passwordsDontMatch: string;
|
|
42
|
+
usernameRule: string;
|
|
43
|
+
wrongTCIdentity: string;
|
|
44
|
+
fieldMustBeTheSame: string;
|
|
45
|
+
};
|
|
46
|
+
uploader: {
|
|
47
|
+
header: string;
|
|
48
|
+
hint: string;
|
|
49
|
+
fileUploading: string;
|
|
50
|
+
info: string;
|
|
51
|
+
delete: string;
|
|
52
|
+
preview: string;
|
|
53
|
+
error: string;
|
|
54
|
+
fileFormatError: string;
|
|
55
|
+
fileSizeError: string;
|
|
56
|
+
fileUploadSuccess: string;
|
|
57
|
+
fileUploadFailed: string;
|
|
58
|
+
removeFileSuccess: string;
|
|
59
|
+
browserDoesntSupportDND: string;
|
|
60
|
+
calculating: string;
|
|
61
|
+
removeFile: string;
|
|
62
|
+
areYouSureToDeleteThisFile: string;
|
|
63
|
+
yes: string;
|
|
64
|
+
no: string;
|
|
65
|
+
};
|
|
66
|
+
results: {
|
|
67
|
+
authentication: {
|
|
68
|
+
title: string;
|
|
69
|
+
subtitle: string;
|
|
70
|
+
button: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
calendar: {
|
|
75
|
+
weekdaysLong: string[];
|
|
76
|
+
weekdaysShort: string[];
|
|
77
|
+
months: string[];
|
|
78
|
+
firstDay: number;
|
|
79
|
+
format: string;
|
|
80
|
+
};
|
|
81
|
+
countries: {
|
|
82
|
+
af: string;
|
|
83
|
+
al: string;
|
|
84
|
+
dz: string;
|
|
85
|
+
ad: string;
|
|
86
|
+
ao: string;
|
|
87
|
+
ag: string;
|
|
88
|
+
ar: string;
|
|
89
|
+
am: string;
|
|
90
|
+
au: string;
|
|
91
|
+
at: string;
|
|
92
|
+
az: string;
|
|
93
|
+
bs: string;
|
|
94
|
+
bh: string;
|
|
95
|
+
bd: string;
|
|
96
|
+
bb: string;
|
|
97
|
+
by: string;
|
|
98
|
+
be: string;
|
|
99
|
+
bz: string;
|
|
100
|
+
bj: string;
|
|
101
|
+
bt: string;
|
|
102
|
+
bo: string;
|
|
103
|
+
ba: string;
|
|
104
|
+
bw: string;
|
|
105
|
+
br: string;
|
|
106
|
+
bn: string;
|
|
107
|
+
bg: string;
|
|
108
|
+
bf: string;
|
|
109
|
+
bi: string;
|
|
110
|
+
cv: string;
|
|
111
|
+
kh: string;
|
|
112
|
+
cm: string;
|
|
113
|
+
ca: string;
|
|
114
|
+
cf: string;
|
|
115
|
+
td: string;
|
|
116
|
+
cl: string;
|
|
117
|
+
cn: string;
|
|
118
|
+
co: string;
|
|
119
|
+
km: string;
|
|
120
|
+
cg: string;
|
|
121
|
+
cd: string;
|
|
122
|
+
cr: string;
|
|
123
|
+
ci: string;
|
|
124
|
+
hr: string;
|
|
125
|
+
cu: string;
|
|
126
|
+
cw: string;
|
|
127
|
+
cy: string;
|
|
128
|
+
cz: string;
|
|
129
|
+
dk: string;
|
|
130
|
+
dj: string;
|
|
131
|
+
dm: string;
|
|
132
|
+
do: string;
|
|
133
|
+
ec: string;
|
|
134
|
+
eg: string;
|
|
135
|
+
sv: string;
|
|
136
|
+
gq: string;
|
|
137
|
+
er: string;
|
|
138
|
+
ee: string;
|
|
139
|
+
sz: string;
|
|
140
|
+
et: string;
|
|
141
|
+
fj: string;
|
|
142
|
+
fi: string;
|
|
143
|
+
fr: string;
|
|
144
|
+
ga: string;
|
|
145
|
+
gm: string;
|
|
146
|
+
ge: string;
|
|
147
|
+
de: string;
|
|
148
|
+
gh: string;
|
|
149
|
+
gr: string;
|
|
150
|
+
gd: string;
|
|
151
|
+
gt: string;
|
|
152
|
+
gn: string;
|
|
153
|
+
gw: string;
|
|
154
|
+
gy: string;
|
|
155
|
+
ht: string;
|
|
156
|
+
hn: string;
|
|
157
|
+
hu: string;
|
|
158
|
+
is: string;
|
|
159
|
+
in: string;
|
|
160
|
+
id: string;
|
|
161
|
+
ir: string;
|
|
162
|
+
iq: string;
|
|
163
|
+
ie: string;
|
|
164
|
+
il: string;
|
|
165
|
+
it: string;
|
|
166
|
+
jm: string;
|
|
167
|
+
jp: string;
|
|
168
|
+
jo: string;
|
|
169
|
+
kz: string;
|
|
170
|
+
ke: string;
|
|
171
|
+
ki: string;
|
|
172
|
+
kp: string;
|
|
173
|
+
kr: string;
|
|
174
|
+
kw: string;
|
|
175
|
+
kg: string;
|
|
176
|
+
la: string;
|
|
177
|
+
lv: string;
|
|
178
|
+
lb: string;
|
|
179
|
+
ls: string;
|
|
180
|
+
lr: string;
|
|
181
|
+
ly: string;
|
|
182
|
+
li: string;
|
|
183
|
+
lt: string;
|
|
184
|
+
lu: string;
|
|
185
|
+
mg: string;
|
|
186
|
+
mw: string;
|
|
187
|
+
my: string;
|
|
188
|
+
mv: string;
|
|
189
|
+
ml: string;
|
|
190
|
+
mt: string;
|
|
191
|
+
mh: string;
|
|
192
|
+
mr: string;
|
|
193
|
+
mu: string;
|
|
194
|
+
mx: string;
|
|
195
|
+
fm: string;
|
|
196
|
+
md: string;
|
|
197
|
+
mc: string;
|
|
198
|
+
mn: string;
|
|
199
|
+
me: string;
|
|
200
|
+
ma: string;
|
|
201
|
+
mz: string;
|
|
202
|
+
mm: string;
|
|
203
|
+
na: string;
|
|
204
|
+
nr: string;
|
|
205
|
+
np: string;
|
|
206
|
+
nl: string;
|
|
207
|
+
nz: string;
|
|
208
|
+
ni: string;
|
|
209
|
+
ne: string;
|
|
210
|
+
ng: string;
|
|
211
|
+
mk: string;
|
|
212
|
+
no: string;
|
|
213
|
+
om: string;
|
|
214
|
+
pk: string;
|
|
215
|
+
pw: string;
|
|
216
|
+
pa: string;
|
|
217
|
+
pg: string;
|
|
218
|
+
py: string;
|
|
219
|
+
pe: string;
|
|
220
|
+
ph: string;
|
|
221
|
+
pl: string;
|
|
222
|
+
pt: string;
|
|
223
|
+
qa: string;
|
|
224
|
+
ro: string;
|
|
225
|
+
ru: string;
|
|
226
|
+
rw: string;
|
|
227
|
+
kn: string;
|
|
228
|
+
lc: string;
|
|
229
|
+
vc: string;
|
|
230
|
+
ws: string;
|
|
231
|
+
sm: string;
|
|
232
|
+
st: string;
|
|
233
|
+
sa: string;
|
|
234
|
+
sn: string;
|
|
235
|
+
rs: string;
|
|
236
|
+
sc: string;
|
|
237
|
+
sl: string;
|
|
238
|
+
sg: string;
|
|
239
|
+
sk: string;
|
|
240
|
+
si: string;
|
|
241
|
+
sb: string;
|
|
242
|
+
so: string;
|
|
243
|
+
za: string;
|
|
244
|
+
ss: string;
|
|
245
|
+
es: string;
|
|
246
|
+
lk: string;
|
|
247
|
+
sd: string;
|
|
248
|
+
sr: string;
|
|
249
|
+
se: string;
|
|
250
|
+
ch: string;
|
|
251
|
+
sy: string;
|
|
252
|
+
tj: string;
|
|
253
|
+
tw: string;
|
|
254
|
+
tz: string;
|
|
255
|
+
th: string;
|
|
256
|
+
tl: string;
|
|
257
|
+
tg: string;
|
|
258
|
+
to: string;
|
|
259
|
+
tt: string;
|
|
260
|
+
tn: string;
|
|
261
|
+
tr: string;
|
|
262
|
+
tm: string;
|
|
263
|
+
tv: string;
|
|
264
|
+
ug: string;
|
|
265
|
+
ua: string;
|
|
266
|
+
ae: string;
|
|
267
|
+
gb: string;
|
|
268
|
+
us: string;
|
|
269
|
+
uy: string;
|
|
270
|
+
uz: string;
|
|
271
|
+
vu: string;
|
|
272
|
+
ve: string;
|
|
273
|
+
vn: string;
|
|
274
|
+
ye: string;
|
|
275
|
+
zm: string;
|
|
276
|
+
zw: string;
|
|
277
|
+
};
|
|
278
|
+
currencies: {
|
|
279
|
+
TRY: string;
|
|
280
|
+
EUR: string;
|
|
281
|
+
USD: string;
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
en: {
|
|
285
|
+
itd: {
|
|
286
|
+
success: string;
|
|
287
|
+
error: string;
|
|
288
|
+
table: {
|
|
289
|
+
noData: string;
|
|
290
|
+
};
|
|
291
|
+
placeholders: {
|
|
292
|
+
username: string;
|
|
293
|
+
email: string;
|
|
294
|
+
password: string;
|
|
295
|
+
confirmPassword: string;
|
|
296
|
+
typeYourNoteHere: string;
|
|
297
|
+
selectGender: string;
|
|
298
|
+
selectLanguage: string;
|
|
299
|
+
selectCountry: string;
|
|
300
|
+
birthday: string;
|
|
301
|
+
multipleSelection: string;
|
|
302
|
+
};
|
|
303
|
+
options: {
|
|
304
|
+
all: string;
|
|
305
|
+
male: string;
|
|
306
|
+
female: string;
|
|
307
|
+
languages: {
|
|
308
|
+
turkish: string;
|
|
309
|
+
english: string;
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
buttons: {
|
|
313
|
+
submit: string;
|
|
314
|
+
reset: string;
|
|
315
|
+
};
|
|
316
|
+
errors: {
|
|
317
|
+
required: string;
|
|
318
|
+
minLength: string;
|
|
319
|
+
maxLength: string;
|
|
320
|
+
passwordRule: string;
|
|
321
|
+
invalidEmailAddress: string;
|
|
322
|
+
passwordsDontMatch: string;
|
|
323
|
+
usernameRule: string;
|
|
324
|
+
wrongTCIdentity: string;
|
|
325
|
+
fieldMustBeTheSame: string;
|
|
326
|
+
};
|
|
327
|
+
uploader: {
|
|
328
|
+
header: string;
|
|
329
|
+
hint: string;
|
|
330
|
+
fileUploading: string;
|
|
331
|
+
info: string;
|
|
332
|
+
delete: string;
|
|
333
|
+
preview: string;
|
|
334
|
+
error: string;
|
|
335
|
+
fileFormatError: string;
|
|
336
|
+
fileSizeError: string;
|
|
337
|
+
fileUploadSuccess: string;
|
|
338
|
+
fileUploadFailed: string;
|
|
339
|
+
removeFileSuccess: string;
|
|
340
|
+
browserDoesntSupportDND: string;
|
|
341
|
+
calculating: string;
|
|
342
|
+
removeFile: string;
|
|
343
|
+
areYouSureToDeleteThisFile: string;
|
|
344
|
+
yes: string;
|
|
345
|
+
no: string;
|
|
346
|
+
};
|
|
347
|
+
results: {
|
|
348
|
+
authentication: {
|
|
349
|
+
title: string;
|
|
350
|
+
subtitle: string;
|
|
351
|
+
button: string;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
calendar: {
|
|
356
|
+
weekdaysLong: string[];
|
|
357
|
+
weekdaysShort: string[];
|
|
358
|
+
months: string[];
|
|
359
|
+
firstDay: number;
|
|
360
|
+
format: string;
|
|
361
|
+
};
|
|
362
|
+
countries: {
|
|
363
|
+
af: string;
|
|
364
|
+
al: string;
|
|
365
|
+
dz: string;
|
|
366
|
+
ad: string;
|
|
367
|
+
ao: string;
|
|
368
|
+
ag: string;
|
|
369
|
+
ar: string;
|
|
370
|
+
am: string;
|
|
371
|
+
au: string;
|
|
372
|
+
at: string;
|
|
373
|
+
az: string;
|
|
374
|
+
bs: string;
|
|
375
|
+
bh: string;
|
|
376
|
+
bd: string;
|
|
377
|
+
bb: string;
|
|
378
|
+
by: string;
|
|
379
|
+
be: string;
|
|
380
|
+
bz: string;
|
|
381
|
+
bj: string;
|
|
382
|
+
bt: string;
|
|
383
|
+
bo: string;
|
|
384
|
+
ba: string;
|
|
385
|
+
bw: string;
|
|
386
|
+
br: string;
|
|
387
|
+
bn: string;
|
|
388
|
+
bg: string;
|
|
389
|
+
bf: string;
|
|
390
|
+
bi: string;
|
|
391
|
+
cv: string;
|
|
392
|
+
kh: string;
|
|
393
|
+
cm: string;
|
|
394
|
+
ca: string;
|
|
395
|
+
cf: string;
|
|
396
|
+
td: string;
|
|
397
|
+
cl: string;
|
|
398
|
+
cn: string;
|
|
399
|
+
co: string;
|
|
400
|
+
km: string;
|
|
401
|
+
cg: string;
|
|
402
|
+
cd: string;
|
|
403
|
+
cr: string;
|
|
404
|
+
ci: string;
|
|
405
|
+
hr: string;
|
|
406
|
+
cu: string;
|
|
407
|
+
cw: string;
|
|
408
|
+
cy: string;
|
|
409
|
+
cz: string;
|
|
410
|
+
dk: string;
|
|
411
|
+
dj: string;
|
|
412
|
+
dm: string;
|
|
413
|
+
do: string;
|
|
414
|
+
ec: string;
|
|
415
|
+
eg: string;
|
|
416
|
+
sv: string;
|
|
417
|
+
gq: string;
|
|
418
|
+
er: string;
|
|
419
|
+
ee: string;
|
|
420
|
+
sz: string;
|
|
421
|
+
et: string;
|
|
422
|
+
fj: string;
|
|
423
|
+
fi: string;
|
|
424
|
+
fr: string;
|
|
425
|
+
ga: string;
|
|
426
|
+
gm: string;
|
|
427
|
+
ge: string;
|
|
428
|
+
de: string;
|
|
429
|
+
gh: string;
|
|
430
|
+
gr: string;
|
|
431
|
+
gd: string;
|
|
432
|
+
gt: string;
|
|
433
|
+
gn: string;
|
|
434
|
+
gw: string;
|
|
435
|
+
gy: string;
|
|
436
|
+
ht: string;
|
|
437
|
+
hn: string;
|
|
438
|
+
hu: string;
|
|
439
|
+
is: string;
|
|
440
|
+
in: string;
|
|
441
|
+
id: string;
|
|
442
|
+
ir: string;
|
|
443
|
+
iq: string;
|
|
444
|
+
ie: string;
|
|
445
|
+
il: string;
|
|
446
|
+
it: string;
|
|
447
|
+
jm: string;
|
|
448
|
+
jp: string;
|
|
449
|
+
jo: string;
|
|
450
|
+
kz: string;
|
|
451
|
+
ke: string;
|
|
452
|
+
ki: string;
|
|
453
|
+
kp: string;
|
|
454
|
+
kr: string;
|
|
455
|
+
kw: string;
|
|
456
|
+
kg: string;
|
|
457
|
+
la: string;
|
|
458
|
+
lv: string;
|
|
459
|
+
lb: string;
|
|
460
|
+
ls: string;
|
|
461
|
+
lr: string;
|
|
462
|
+
ly: string;
|
|
463
|
+
li: string;
|
|
464
|
+
lt: string;
|
|
465
|
+
lu: string;
|
|
466
|
+
mg: string;
|
|
467
|
+
mw: string;
|
|
468
|
+
my: string;
|
|
469
|
+
mv: string;
|
|
470
|
+
ml: string;
|
|
471
|
+
mt: string;
|
|
472
|
+
mh: string;
|
|
473
|
+
mr: string;
|
|
474
|
+
mu: string;
|
|
475
|
+
mx: string;
|
|
476
|
+
fm: string;
|
|
477
|
+
md: string;
|
|
478
|
+
mc: string;
|
|
479
|
+
mn: string;
|
|
480
|
+
me: string;
|
|
481
|
+
ma: string;
|
|
482
|
+
mz: string;
|
|
483
|
+
mm: string;
|
|
484
|
+
na: string;
|
|
485
|
+
nr: string;
|
|
486
|
+
np: string;
|
|
487
|
+
nl: string;
|
|
488
|
+
nz: string;
|
|
489
|
+
ni: string;
|
|
490
|
+
ne: string;
|
|
491
|
+
ng: string;
|
|
492
|
+
mk: string;
|
|
493
|
+
no: string;
|
|
494
|
+
om: string;
|
|
495
|
+
pk: string;
|
|
496
|
+
pw: string;
|
|
497
|
+
pa: string;
|
|
498
|
+
pg: string;
|
|
499
|
+
py: string;
|
|
500
|
+
pe: string;
|
|
501
|
+
ph: string;
|
|
502
|
+
pl: string;
|
|
503
|
+
pt: string;
|
|
504
|
+
qa: string;
|
|
505
|
+
ro: string;
|
|
506
|
+
ru: string;
|
|
507
|
+
rw: string;
|
|
508
|
+
kn: string;
|
|
509
|
+
lc: string;
|
|
510
|
+
vc: string;
|
|
511
|
+
ws: string;
|
|
512
|
+
sm: string;
|
|
513
|
+
st: string;
|
|
514
|
+
sa: string;
|
|
515
|
+
sn: string;
|
|
516
|
+
rs: string;
|
|
517
|
+
sc: string;
|
|
518
|
+
sl: string;
|
|
519
|
+
sg: string;
|
|
520
|
+
sk: string;
|
|
521
|
+
si: string;
|
|
522
|
+
sb: string;
|
|
523
|
+
so: string;
|
|
524
|
+
za: string;
|
|
525
|
+
ss: string;
|
|
526
|
+
es: string;
|
|
527
|
+
lk: string;
|
|
528
|
+
sd: string;
|
|
529
|
+
sr: string;
|
|
530
|
+
se: string;
|
|
531
|
+
ch: string;
|
|
532
|
+
sy: string;
|
|
533
|
+
tj: string;
|
|
534
|
+
tw: string;
|
|
535
|
+
tz: string;
|
|
536
|
+
th: string;
|
|
537
|
+
tl: string;
|
|
538
|
+
tg: string;
|
|
539
|
+
to: string;
|
|
540
|
+
tt: string;
|
|
541
|
+
tn: string;
|
|
542
|
+
tr: string;
|
|
543
|
+
tm: string;
|
|
544
|
+
tv: string;
|
|
545
|
+
ug: string;
|
|
546
|
+
ua: string;
|
|
547
|
+
ae: string;
|
|
548
|
+
gb: string;
|
|
549
|
+
us: string;
|
|
550
|
+
uy: string;
|
|
551
|
+
uz: string;
|
|
552
|
+
vu: string;
|
|
553
|
+
ve: string;
|
|
554
|
+
vn: string;
|
|
555
|
+
ye: string;
|
|
556
|
+
zm: string;
|
|
557
|
+
zw: string;
|
|
558
|
+
};
|
|
559
|
+
currencies: {
|
|
560
|
+
TRY: string;
|
|
561
|
+
EUR: string;
|
|
562
|
+
USD: string;
|
|
563
|
+
};
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
/**
|
|
567
|
+
* CONTEXT PROVIDER
|
|
568
|
+
*/
|
|
569
|
+
export { ITDProvider } from './context/ITDContext';
|
|
570
|
+
/**
|
|
571
|
+
* CONTEXT
|
|
572
|
+
*/
|
|
573
|
+
export { default as ITDContext } from './context/ITDContext';
|
|
574
|
+
/**
|
|
575
|
+
* HELPERS
|
|
576
|
+
*/
|
|
577
|
+
export * from './helpers';
|
|
578
|
+
/**
|
|
579
|
+
* HOOKS
|
|
580
|
+
*/
|
|
581
|
+
export * from './hooks';
|
|
582
|
+
/**
|
|
583
|
+
* HTML
|
|
584
|
+
*/
|
|
585
|
+
export * from './html/header';
|
|
586
|
+
/**
|
|
587
|
+
* ICONS
|
|
588
|
+
*/
|
|
589
|
+
export * from './icons';
|
|
590
|
+
/**
|
|
591
|
+
* FORWARDED REF COMPONENTS
|
|
592
|
+
*/
|
|
593
|
+
export { default as Select } from './select';
|
|
594
|
+
export { default as Form } from './form';
|
|
595
|
+
export { default as Checkbox } from './checkbox';
|
|
596
|
+
export { default as Accordion } from './accordion';
|
|
597
|
+
export { default as Calendar } from './calendar';
|
|
598
|
+
export { default as DatePicker } from './datepicker';
|
|
599
|
+
export { default as Input } from './input';
|
|
600
|
+
export { default as TextArea } from './textarea';
|
|
601
|
+
export { default as Switch } from './switch';
|
|
602
|
+
export { default as Tooltip } from './tooltip';
|
|
603
|
+
export { default as Upload } from './upload';
|
|
604
|
+
/**
|
|
605
|
+
* COMPONENTS (HAS SUB COMPONENTS)
|
|
606
|
+
*/
|
|
607
|
+
export { default as Collapse } from './collapse';
|
|
608
|
+
export { default as ModalManager } from './modal';
|
|
609
|
+
export { default as Notification } from './notification';
|
|
610
|
+
export { default as Radio } from './radio';
|
|
611
|
+
export { default as InlineSelect } from './inlineselect';
|
|
612
|
+
/**
|
|
613
|
+
* COMPONENTS
|
|
614
|
+
*/
|
|
615
|
+
export { default as Image } from './image';
|
|
616
|
+
export { default as ConsoleLog } from './logger';
|
|
617
|
+
export { default as Button } from './button';
|
|
618
|
+
export { default as Alert } from './alert';
|
|
619
|
+
export { default as Result } from './result';
|
|
620
|
+
export { default as ALink } from './alink';
|
|
621
|
+
export { default as Spin } from './spin';
|
|
622
|
+
export { default as BackTop } from './back-top';
|
|
623
|
+
export { default as Status } from './status';
|
|
624
|
+
export { default as Progress } from './progress';
|
|
625
|
+
export { default as TinyScrollbar } from './tinyscrollbar';
|
|
626
|
+
export { default as Tabs } from './tabs';
|
|
627
|
+
export { default as Card } from './card';
|
|
628
|
+
export { default as Table } from './table';
|
|
629
|
+
export { default as Flex } from './flex';
|
|
630
|
+
export type { FormContextType } from './form/context/FormContext';
|
|
631
|
+
export type { NotificationContextType } from './notification/context/NotificationsContext';
|
|
632
|
+
export type { ITDContextType, ITDProviderProps } from './context/ITDContext';
|
|
633
|
+
export type { QueryValueProps } from './types/QueryValueProps';
|
|
634
|
+
export type { AccordionProps } from './types/AccordionProps';
|
|
635
|
+
export type { AccordionSubMenuProps } from './types/AccordionSubMenuProps';
|
|
636
|
+
export type { AccordionItemProps } from './types/AccordionItemProps';
|
|
637
|
+
export type { InputProps, InputVariant } from './types/InputProps';
|
|
638
|
+
export type { DatePickerProps } from './types/DatePickerProps';
|
|
639
|
+
export type { CalendarProps, CalendarValueProps, CalendarDayProps } from './types/CalendarProps';
|
|
640
|
+
export type { TextAreaProps, TextAreaVariant, TextAreaEvent } from './types/TextAreaProps';
|
|
641
|
+
export type { RadioGroupProps, RadioButtonProps, RadioType, Direction } from './types/RadioProps';
|
|
642
|
+
export type { SelectProps, SelectToggleProps, SelectOptionProps, SelectValue, SelectVariant, SelectDirection, SelectPosition } from './types/SelectProps';
|
|
643
|
+
export type { CheckboxProps, CheckboxGroupProps, GroupCheckboxOptionType, CheckboxEvent } from './types/CheckboxProps';
|
|
644
|
+
export type { ITDImperativeFuncProps } from './types/ITDImperativeFuncProps';
|
|
645
|
+
export type { SingleQueryProps } from './types/SingleQueryProps';
|
|
646
|
+
export type { ButtonProps, ButtonType, ButtonVariant, ButtonState, ButtonContentPosition } from './types/ButtonProps';
|
|
647
|
+
export type { FormProps, FormRuleProps, FormValueProps, FormItemProps, FormSubComponentProps, FieldUpdateProps } from './types/FormProps';
|
|
648
|
+
export type { NotificationsProps } from './types/NotificationsProps';
|
|
649
|
+
export type { AlertProps, AlertType, AlertSize } from './types/AlertProps';
|
|
650
|
+
export type { SwitchProps } from './types/SwitchProps';
|
|
651
|
+
export type { ModalProps, ModalContentProps, ModalRefProps } from './types/ModalProps';
|
|
652
|
+
export type { UploadProps, UploadProgressProps, UploadResultMessageProps } from './types/UploadProps';
|
|
653
|
+
export type { ResultProps } from './types/ResultProps';
|
|
654
|
+
export type { TabsItemProps, TabsProps } from './types/TabsProps';
|
|
655
|
+
export type { TableColumnType, TableProps, TableTRProps, TableRow, TableRefProps } from './types/TableProps';
|
|
656
|
+
export type { CardProps } from './types/CardProps';
|
|
657
|
+
export type { ProgressProps, ProgressStatus } from './types/ProgressProps';
|
|
658
|
+
export type { StatusProps, StatusVariant } from './types/StatusProps';
|
|
659
|
+
export type { ITDSize, ITDSizeSlug } from './types/ITDProps';
|
|
660
|
+
export type { FlexProps, FlexAlignProps, FlexGapProps, FlexJustifyProps } from './types/FlexProps';
|
|
661
|
+
export { ModalState, FileExtensions, FileTypes, FormValidationTypes } from './enums/enum';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"weekdaysLong":[
|
|
3
|
+
"Pazar",
|
|
4
|
+
"Pazartesi",
|
|
5
|
+
"Salı",
|
|
6
|
+
"Çarşamba",
|
|
7
|
+
"Perşembe",
|
|
8
|
+
"Cuma",
|
|
9
|
+
"Cumartesi"
|
|
10
|
+
],
|
|
11
|
+
"weekdaysShort":[
|
|
12
|
+
"Pt", "Sa", "Ça", "Pe", "Cu", "Ct", "Pz"
|
|
13
|
+
],
|
|
14
|
+
"months":[
|
|
15
|
+
"Ocak",
|
|
16
|
+
"Şubat",
|
|
17
|
+
"Mart",
|
|
18
|
+
"Nisan",
|
|
19
|
+
"Mayıs",
|
|
20
|
+
"Haziran",
|
|
21
|
+
"Temmuz",
|
|
22
|
+
"Ağustos",
|
|
23
|
+
"Eylül",
|
|
24
|
+
"Ekim",
|
|
25
|
+
"Kasım",
|
|
26
|
+
"Aralık"
|
|
27
|
+
],
|
|
28
|
+
"firstDay": 1,
|
|
29
|
+
"format": "DD/MM/YYYY"
|
|
30
|
+
}
|