@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
package/dist/index.d.ts
CHANGED
|
@@ -1570,4 +1570,570 @@ declare enum FormValidationTypes {
|
|
|
1570
1570
|
USERNAME = "username"
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
|
-
|
|
1573
|
+
declare const resources: {
|
|
1574
|
+
tr: {
|
|
1575
|
+
itd: {
|
|
1576
|
+
success: string;
|
|
1577
|
+
error: string;
|
|
1578
|
+
table: {
|
|
1579
|
+
noData: string;
|
|
1580
|
+
};
|
|
1581
|
+
placeholders: {
|
|
1582
|
+
username: string;
|
|
1583
|
+
email: string;
|
|
1584
|
+
password: string;
|
|
1585
|
+
confirmPassword: string;
|
|
1586
|
+
typeYourNoteHere: string;
|
|
1587
|
+
selectGender: string;
|
|
1588
|
+
selectLanguage: string;
|
|
1589
|
+
selectCountry: string;
|
|
1590
|
+
birthday: string;
|
|
1591
|
+
multipleSelection: string;
|
|
1592
|
+
};
|
|
1593
|
+
options: {
|
|
1594
|
+
all: string;
|
|
1595
|
+
male: string;
|
|
1596
|
+
female: string;
|
|
1597
|
+
languages: {
|
|
1598
|
+
turkish: string;
|
|
1599
|
+
english: string;
|
|
1600
|
+
};
|
|
1601
|
+
};
|
|
1602
|
+
buttons: {
|
|
1603
|
+
submit: string;
|
|
1604
|
+
reset: string;
|
|
1605
|
+
};
|
|
1606
|
+
errors: {
|
|
1607
|
+
required: string;
|
|
1608
|
+
minLength: string;
|
|
1609
|
+
maxLength: string;
|
|
1610
|
+
exactLength: string;
|
|
1611
|
+
passwordRule: string;
|
|
1612
|
+
invalidEmailAddress: string;
|
|
1613
|
+
passwordsDontMatch: string;
|
|
1614
|
+
usernameRule: string;
|
|
1615
|
+
wrongTCIdentity: string;
|
|
1616
|
+
fieldMustBeTheSame: string;
|
|
1617
|
+
};
|
|
1618
|
+
uploader: {
|
|
1619
|
+
header: string;
|
|
1620
|
+
hint: string;
|
|
1621
|
+
fileUploading: string;
|
|
1622
|
+
info: string;
|
|
1623
|
+
delete: string;
|
|
1624
|
+
preview: string;
|
|
1625
|
+
error: string;
|
|
1626
|
+
fileFormatError: string;
|
|
1627
|
+
fileSizeError: string;
|
|
1628
|
+
fileUploadSuccess: string;
|
|
1629
|
+
fileUploadFailed: string;
|
|
1630
|
+
removeFileSuccess: string;
|
|
1631
|
+
browserDoesntSupportDND: string;
|
|
1632
|
+
calculating: string;
|
|
1633
|
+
removeFile: string;
|
|
1634
|
+
areYouSureToDeleteThisFile: string;
|
|
1635
|
+
yes: string;
|
|
1636
|
+
no: string;
|
|
1637
|
+
};
|
|
1638
|
+
results: {
|
|
1639
|
+
authentication: {
|
|
1640
|
+
title: string;
|
|
1641
|
+
subtitle: string;
|
|
1642
|
+
button: string;
|
|
1643
|
+
};
|
|
1644
|
+
};
|
|
1645
|
+
};
|
|
1646
|
+
calendar: {
|
|
1647
|
+
weekdaysLong: string[];
|
|
1648
|
+
weekdaysShort: string[];
|
|
1649
|
+
months: string[];
|
|
1650
|
+
firstDay: number;
|
|
1651
|
+
format: string;
|
|
1652
|
+
};
|
|
1653
|
+
countries: {
|
|
1654
|
+
af: string;
|
|
1655
|
+
al: string;
|
|
1656
|
+
dz: string;
|
|
1657
|
+
ad: string;
|
|
1658
|
+
ao: string;
|
|
1659
|
+
ag: string;
|
|
1660
|
+
ar: string;
|
|
1661
|
+
am: string;
|
|
1662
|
+
au: string;
|
|
1663
|
+
at: string;
|
|
1664
|
+
az: string;
|
|
1665
|
+
bs: string;
|
|
1666
|
+
bh: string;
|
|
1667
|
+
bd: string;
|
|
1668
|
+
bb: string;
|
|
1669
|
+
by: string;
|
|
1670
|
+
be: string;
|
|
1671
|
+
bz: string;
|
|
1672
|
+
bj: string;
|
|
1673
|
+
bt: string;
|
|
1674
|
+
bo: string;
|
|
1675
|
+
ba: string;
|
|
1676
|
+
bw: string;
|
|
1677
|
+
br: string;
|
|
1678
|
+
bn: string;
|
|
1679
|
+
bg: string;
|
|
1680
|
+
bf: string;
|
|
1681
|
+
bi: string;
|
|
1682
|
+
cv: string;
|
|
1683
|
+
kh: string;
|
|
1684
|
+
cm: string;
|
|
1685
|
+
ca: string;
|
|
1686
|
+
cf: string;
|
|
1687
|
+
td: string;
|
|
1688
|
+
cl: string;
|
|
1689
|
+
cn: string;
|
|
1690
|
+
co: string;
|
|
1691
|
+
km: string;
|
|
1692
|
+
cg: string;
|
|
1693
|
+
cd: string;
|
|
1694
|
+
cr: string;
|
|
1695
|
+
ci: string;
|
|
1696
|
+
hr: string;
|
|
1697
|
+
cu: string;
|
|
1698
|
+
cw: string;
|
|
1699
|
+
cy: string;
|
|
1700
|
+
cz: string;
|
|
1701
|
+
dk: string;
|
|
1702
|
+
dj: string;
|
|
1703
|
+
dm: string;
|
|
1704
|
+
do: string;
|
|
1705
|
+
ec: string;
|
|
1706
|
+
eg: string;
|
|
1707
|
+
sv: string;
|
|
1708
|
+
gq: string;
|
|
1709
|
+
er: string;
|
|
1710
|
+
ee: string;
|
|
1711
|
+
sz: string;
|
|
1712
|
+
et: string;
|
|
1713
|
+
fj: string;
|
|
1714
|
+
fi: string;
|
|
1715
|
+
fr: string;
|
|
1716
|
+
ga: string;
|
|
1717
|
+
gm: string;
|
|
1718
|
+
ge: string;
|
|
1719
|
+
de: string;
|
|
1720
|
+
gh: string;
|
|
1721
|
+
gr: string;
|
|
1722
|
+
gd: string;
|
|
1723
|
+
gt: string;
|
|
1724
|
+
gn: string;
|
|
1725
|
+
gw: string;
|
|
1726
|
+
gy: string;
|
|
1727
|
+
ht: string;
|
|
1728
|
+
hn: string;
|
|
1729
|
+
hu: string;
|
|
1730
|
+
is: string;
|
|
1731
|
+
in: string;
|
|
1732
|
+
id: string;
|
|
1733
|
+
ir: string;
|
|
1734
|
+
iq: string;
|
|
1735
|
+
ie: string;
|
|
1736
|
+
il: string;
|
|
1737
|
+
it: string;
|
|
1738
|
+
jm: string;
|
|
1739
|
+
jp: string;
|
|
1740
|
+
jo: string;
|
|
1741
|
+
kz: string;
|
|
1742
|
+
ke: string;
|
|
1743
|
+
ki: string;
|
|
1744
|
+
kp: string;
|
|
1745
|
+
kr: string;
|
|
1746
|
+
kw: string;
|
|
1747
|
+
kg: string;
|
|
1748
|
+
la: string;
|
|
1749
|
+
lv: string;
|
|
1750
|
+
lb: string;
|
|
1751
|
+
ls: string;
|
|
1752
|
+
lr: string;
|
|
1753
|
+
ly: string;
|
|
1754
|
+
li: string;
|
|
1755
|
+
lt: string;
|
|
1756
|
+
lu: string;
|
|
1757
|
+
mg: string;
|
|
1758
|
+
mw: string;
|
|
1759
|
+
my: string;
|
|
1760
|
+
mv: string;
|
|
1761
|
+
ml: string;
|
|
1762
|
+
mt: string;
|
|
1763
|
+
mh: string;
|
|
1764
|
+
mr: string;
|
|
1765
|
+
mu: string;
|
|
1766
|
+
mx: string;
|
|
1767
|
+
fm: string;
|
|
1768
|
+
md: string;
|
|
1769
|
+
mc: string;
|
|
1770
|
+
mn: string;
|
|
1771
|
+
me: string;
|
|
1772
|
+
ma: string;
|
|
1773
|
+
mz: string;
|
|
1774
|
+
mm: string;
|
|
1775
|
+
na: string;
|
|
1776
|
+
nr: string;
|
|
1777
|
+
np: string;
|
|
1778
|
+
nl: string;
|
|
1779
|
+
nz: string;
|
|
1780
|
+
ni: string;
|
|
1781
|
+
ne: string;
|
|
1782
|
+
ng: string;
|
|
1783
|
+
mk: string;
|
|
1784
|
+
no: string;
|
|
1785
|
+
om: string;
|
|
1786
|
+
pk: string;
|
|
1787
|
+
pw: string;
|
|
1788
|
+
pa: string;
|
|
1789
|
+
pg: string;
|
|
1790
|
+
py: string;
|
|
1791
|
+
pe: string;
|
|
1792
|
+
ph: string;
|
|
1793
|
+
pl: string;
|
|
1794
|
+
pt: string;
|
|
1795
|
+
qa: string;
|
|
1796
|
+
ro: string;
|
|
1797
|
+
ru: string;
|
|
1798
|
+
rw: string;
|
|
1799
|
+
kn: string;
|
|
1800
|
+
lc: string;
|
|
1801
|
+
vc: string;
|
|
1802
|
+
ws: string;
|
|
1803
|
+
sm: string;
|
|
1804
|
+
st: string;
|
|
1805
|
+
sa: string;
|
|
1806
|
+
sn: string;
|
|
1807
|
+
rs: string;
|
|
1808
|
+
sc: string;
|
|
1809
|
+
sl: string;
|
|
1810
|
+
sg: string;
|
|
1811
|
+
sk: string;
|
|
1812
|
+
si: string;
|
|
1813
|
+
sb: string;
|
|
1814
|
+
so: string;
|
|
1815
|
+
za: string;
|
|
1816
|
+
ss: string;
|
|
1817
|
+
es: string;
|
|
1818
|
+
lk: string;
|
|
1819
|
+
sd: string;
|
|
1820
|
+
sr: string;
|
|
1821
|
+
se: string;
|
|
1822
|
+
ch: string;
|
|
1823
|
+
sy: string;
|
|
1824
|
+
tj: string;
|
|
1825
|
+
tw: string;
|
|
1826
|
+
tz: string;
|
|
1827
|
+
th: string;
|
|
1828
|
+
tl: string;
|
|
1829
|
+
tg: string;
|
|
1830
|
+
to: string;
|
|
1831
|
+
tt: string;
|
|
1832
|
+
tn: string;
|
|
1833
|
+
tr: string;
|
|
1834
|
+
tm: string;
|
|
1835
|
+
tv: string;
|
|
1836
|
+
ug: string;
|
|
1837
|
+
ua: string;
|
|
1838
|
+
ae: string;
|
|
1839
|
+
gb: string;
|
|
1840
|
+
us: string;
|
|
1841
|
+
uy: string;
|
|
1842
|
+
uz: string;
|
|
1843
|
+
vu: string;
|
|
1844
|
+
ve: string;
|
|
1845
|
+
vn: string;
|
|
1846
|
+
ye: string;
|
|
1847
|
+
zm: string;
|
|
1848
|
+
zw: string;
|
|
1849
|
+
};
|
|
1850
|
+
currencies: {
|
|
1851
|
+
TRY: string;
|
|
1852
|
+
EUR: string;
|
|
1853
|
+
USD: string;
|
|
1854
|
+
};
|
|
1855
|
+
};
|
|
1856
|
+
en: {
|
|
1857
|
+
itd: {
|
|
1858
|
+
success: string;
|
|
1859
|
+
error: string;
|
|
1860
|
+
table: {
|
|
1861
|
+
noData: string;
|
|
1862
|
+
};
|
|
1863
|
+
placeholders: {
|
|
1864
|
+
username: string;
|
|
1865
|
+
email: string;
|
|
1866
|
+
password: string;
|
|
1867
|
+
confirmPassword: string;
|
|
1868
|
+
typeYourNoteHere: string;
|
|
1869
|
+
selectGender: string;
|
|
1870
|
+
selectLanguage: string;
|
|
1871
|
+
selectCountry: string;
|
|
1872
|
+
birthday: string;
|
|
1873
|
+
multipleSelection: string;
|
|
1874
|
+
};
|
|
1875
|
+
options: {
|
|
1876
|
+
all: string;
|
|
1877
|
+
male: string;
|
|
1878
|
+
female: string;
|
|
1879
|
+
languages: {
|
|
1880
|
+
turkish: string;
|
|
1881
|
+
english: string;
|
|
1882
|
+
};
|
|
1883
|
+
};
|
|
1884
|
+
buttons: {
|
|
1885
|
+
submit: string;
|
|
1886
|
+
reset: string;
|
|
1887
|
+
};
|
|
1888
|
+
errors: {
|
|
1889
|
+
required: string;
|
|
1890
|
+
minLength: string;
|
|
1891
|
+
maxLength: string;
|
|
1892
|
+
passwordRule: string;
|
|
1893
|
+
invalidEmailAddress: string;
|
|
1894
|
+
passwordsDontMatch: string;
|
|
1895
|
+
usernameRule: string;
|
|
1896
|
+
wrongTCIdentity: string;
|
|
1897
|
+
fieldMustBeTheSame: string;
|
|
1898
|
+
};
|
|
1899
|
+
uploader: {
|
|
1900
|
+
header: string;
|
|
1901
|
+
hint: string;
|
|
1902
|
+
fileUploading: string;
|
|
1903
|
+
info: string;
|
|
1904
|
+
delete: string;
|
|
1905
|
+
preview: string;
|
|
1906
|
+
error: string;
|
|
1907
|
+
fileFormatError: string;
|
|
1908
|
+
fileSizeError: string;
|
|
1909
|
+
fileUploadSuccess: string;
|
|
1910
|
+
fileUploadFailed: string;
|
|
1911
|
+
removeFileSuccess: string;
|
|
1912
|
+
browserDoesntSupportDND: string;
|
|
1913
|
+
calculating: string;
|
|
1914
|
+
removeFile: string;
|
|
1915
|
+
areYouSureToDeleteThisFile: string;
|
|
1916
|
+
yes: string;
|
|
1917
|
+
no: string;
|
|
1918
|
+
};
|
|
1919
|
+
results: {
|
|
1920
|
+
authentication: {
|
|
1921
|
+
title: string;
|
|
1922
|
+
subtitle: string;
|
|
1923
|
+
button: string;
|
|
1924
|
+
};
|
|
1925
|
+
};
|
|
1926
|
+
};
|
|
1927
|
+
calendar: {
|
|
1928
|
+
weekdaysLong: string[];
|
|
1929
|
+
weekdaysShort: string[];
|
|
1930
|
+
months: string[];
|
|
1931
|
+
firstDay: number;
|
|
1932
|
+
format: string;
|
|
1933
|
+
};
|
|
1934
|
+
countries: {
|
|
1935
|
+
af: string;
|
|
1936
|
+
al: string;
|
|
1937
|
+
dz: string;
|
|
1938
|
+
ad: string;
|
|
1939
|
+
ao: string;
|
|
1940
|
+
ag: string;
|
|
1941
|
+
ar: string;
|
|
1942
|
+
am: string;
|
|
1943
|
+
au: string;
|
|
1944
|
+
at: string;
|
|
1945
|
+
az: string;
|
|
1946
|
+
bs: string;
|
|
1947
|
+
bh: string;
|
|
1948
|
+
bd: string;
|
|
1949
|
+
bb: string;
|
|
1950
|
+
by: string;
|
|
1951
|
+
be: string;
|
|
1952
|
+
bz: string;
|
|
1953
|
+
bj: string;
|
|
1954
|
+
bt: string;
|
|
1955
|
+
bo: string;
|
|
1956
|
+
ba: string;
|
|
1957
|
+
bw: string;
|
|
1958
|
+
br: string;
|
|
1959
|
+
bn: string;
|
|
1960
|
+
bg: string;
|
|
1961
|
+
bf: string;
|
|
1962
|
+
bi: string;
|
|
1963
|
+
cv: string;
|
|
1964
|
+
kh: string;
|
|
1965
|
+
cm: string;
|
|
1966
|
+
ca: string;
|
|
1967
|
+
cf: string;
|
|
1968
|
+
td: string;
|
|
1969
|
+
cl: string;
|
|
1970
|
+
cn: string;
|
|
1971
|
+
co: string;
|
|
1972
|
+
km: string;
|
|
1973
|
+
cg: string;
|
|
1974
|
+
cd: string;
|
|
1975
|
+
cr: string;
|
|
1976
|
+
ci: string;
|
|
1977
|
+
hr: string;
|
|
1978
|
+
cu: string;
|
|
1979
|
+
cw: string;
|
|
1980
|
+
cy: string;
|
|
1981
|
+
cz: string;
|
|
1982
|
+
dk: string;
|
|
1983
|
+
dj: string;
|
|
1984
|
+
dm: string;
|
|
1985
|
+
do: string;
|
|
1986
|
+
ec: string;
|
|
1987
|
+
eg: string;
|
|
1988
|
+
sv: string;
|
|
1989
|
+
gq: string;
|
|
1990
|
+
er: string;
|
|
1991
|
+
ee: string;
|
|
1992
|
+
sz: string;
|
|
1993
|
+
et: string;
|
|
1994
|
+
fj: string;
|
|
1995
|
+
fi: string;
|
|
1996
|
+
fr: string;
|
|
1997
|
+
ga: string;
|
|
1998
|
+
gm: string;
|
|
1999
|
+
ge: string;
|
|
2000
|
+
de: string;
|
|
2001
|
+
gh: string;
|
|
2002
|
+
gr: string;
|
|
2003
|
+
gd: string;
|
|
2004
|
+
gt: string;
|
|
2005
|
+
gn: string;
|
|
2006
|
+
gw: string;
|
|
2007
|
+
gy: string;
|
|
2008
|
+
ht: string;
|
|
2009
|
+
hn: string;
|
|
2010
|
+
hu: string;
|
|
2011
|
+
is: string;
|
|
2012
|
+
in: string;
|
|
2013
|
+
id: string;
|
|
2014
|
+
ir: string;
|
|
2015
|
+
iq: string;
|
|
2016
|
+
ie: string;
|
|
2017
|
+
il: string;
|
|
2018
|
+
it: string;
|
|
2019
|
+
jm: string;
|
|
2020
|
+
jp: string;
|
|
2021
|
+
jo: string;
|
|
2022
|
+
kz: string;
|
|
2023
|
+
ke: string;
|
|
2024
|
+
ki: string;
|
|
2025
|
+
kp: string;
|
|
2026
|
+
kr: string;
|
|
2027
|
+
kw: string;
|
|
2028
|
+
kg: string;
|
|
2029
|
+
la: string;
|
|
2030
|
+
lv: string;
|
|
2031
|
+
lb: string;
|
|
2032
|
+
ls: string;
|
|
2033
|
+
lr: string;
|
|
2034
|
+
ly: string;
|
|
2035
|
+
li: string;
|
|
2036
|
+
lt: string;
|
|
2037
|
+
lu: string;
|
|
2038
|
+
mg: string;
|
|
2039
|
+
mw: string;
|
|
2040
|
+
my: string;
|
|
2041
|
+
mv: string;
|
|
2042
|
+
ml: string;
|
|
2043
|
+
mt: string;
|
|
2044
|
+
mh: string;
|
|
2045
|
+
mr: string;
|
|
2046
|
+
mu: string;
|
|
2047
|
+
mx: string;
|
|
2048
|
+
fm: string;
|
|
2049
|
+
md: string;
|
|
2050
|
+
mc: string;
|
|
2051
|
+
mn: string;
|
|
2052
|
+
me: string;
|
|
2053
|
+
ma: string;
|
|
2054
|
+
mz: string;
|
|
2055
|
+
mm: string;
|
|
2056
|
+
na: string;
|
|
2057
|
+
nr: string;
|
|
2058
|
+
np: string;
|
|
2059
|
+
nl: string;
|
|
2060
|
+
nz: string;
|
|
2061
|
+
ni: string;
|
|
2062
|
+
ne: string;
|
|
2063
|
+
ng: string;
|
|
2064
|
+
mk: string;
|
|
2065
|
+
no: string;
|
|
2066
|
+
om: string;
|
|
2067
|
+
pk: string;
|
|
2068
|
+
pw: string;
|
|
2069
|
+
pa: string;
|
|
2070
|
+
pg: string;
|
|
2071
|
+
py: string;
|
|
2072
|
+
pe: string;
|
|
2073
|
+
ph: string;
|
|
2074
|
+
pl: string;
|
|
2075
|
+
pt: string;
|
|
2076
|
+
qa: string;
|
|
2077
|
+
ro: string;
|
|
2078
|
+
ru: string;
|
|
2079
|
+
rw: string;
|
|
2080
|
+
kn: string;
|
|
2081
|
+
lc: string;
|
|
2082
|
+
vc: string;
|
|
2083
|
+
ws: string;
|
|
2084
|
+
sm: string;
|
|
2085
|
+
st: string;
|
|
2086
|
+
sa: string;
|
|
2087
|
+
sn: string;
|
|
2088
|
+
rs: string;
|
|
2089
|
+
sc: string;
|
|
2090
|
+
sl: string;
|
|
2091
|
+
sg: string;
|
|
2092
|
+
sk: string;
|
|
2093
|
+
si: string;
|
|
2094
|
+
sb: string;
|
|
2095
|
+
so: string;
|
|
2096
|
+
za: string;
|
|
2097
|
+
ss: string;
|
|
2098
|
+
es: string;
|
|
2099
|
+
lk: string;
|
|
2100
|
+
sd: string;
|
|
2101
|
+
sr: string;
|
|
2102
|
+
se: string;
|
|
2103
|
+
ch: string;
|
|
2104
|
+
sy: string;
|
|
2105
|
+
tj: string;
|
|
2106
|
+
tw: string;
|
|
2107
|
+
tz: string;
|
|
2108
|
+
th: string;
|
|
2109
|
+
tl: string;
|
|
2110
|
+
tg: string;
|
|
2111
|
+
to: string;
|
|
2112
|
+
tt: string;
|
|
2113
|
+
tn: string;
|
|
2114
|
+
tr: string;
|
|
2115
|
+
tm: string;
|
|
2116
|
+
tv: string;
|
|
2117
|
+
ug: string;
|
|
2118
|
+
ua: string;
|
|
2119
|
+
ae: string;
|
|
2120
|
+
gb: string;
|
|
2121
|
+
us: string;
|
|
2122
|
+
uy: string;
|
|
2123
|
+
uz: string;
|
|
2124
|
+
vu: string;
|
|
2125
|
+
ve: string;
|
|
2126
|
+
vn: string;
|
|
2127
|
+
ye: string;
|
|
2128
|
+
zm: string;
|
|
2129
|
+
zw: string;
|
|
2130
|
+
};
|
|
2131
|
+
currencies: {
|
|
2132
|
+
TRY: string;
|
|
2133
|
+
EUR: string;
|
|
2134
|
+
USD: string;
|
|
2135
|
+
};
|
|
2136
|
+
};
|
|
2137
|
+
};
|
|
2138
|
+
|
|
2139
|
+
export { ALink, Accordion, type AccordionItemProps, type AccordionProps, type AccordionSubMenuProps, AddDefaultThemeStyle, AddDefaultUnit, AddZero, Alert, type AlertProps, type AlertSize, type AlertType, Arrow as ArrowIcon, BackToTop, BackTop, Base64Decode, Base64Encode, Button, type ButtonContentPosition, type ButtonProps, type ButtonState, type ButtonType, type ButtonVariant, Calendar, type CalendarDayProps, type CalendarProps, type CalendarValueProps, Card, type CardProps, CheckFileURL, Checkbox, type CheckboxEvent, type CheckboxGroupProps, type CheckboxProps, Checkmark, ChunkArray, Collapse, ConsoleLog, ConvertCurrency, DatePicker, type DatePickerProps, DetermineNewHeight, DetermineNewWidth, type Direction, type FieldUpdateProps, FileChecker, FileExtensions, FileTypes, FindSelector, Flex, type FlexAlignProps, type FlexGapProps, type FlexJustifyProps, type FlexProps, Form, type FormContextType, type FormItemProps, type FormProps, type FormRuleProps, type FormSubComponentProps, FormValidationTypes, type FormValueProps, FormatBytes, FormatDate, FormatDateTime, FormatSimpleDate, FormatSimpleDateTime, FormatTime, GetByCurrency, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetTypeByFileType, type GroupCheckboxOptionType, H1, H2, H3, H4, ITDContext, type ITDContextType, type ITDImperativeFuncProps, ITDProvider, type ITDProviderProps, type ITDSize, type ITDSizeSlug, _default as Image, InlineSelect, InlineSelectArrow, Input, type InputProps, type InputVariant, IsValidJSON, Lock as LockIcon, type ModalContentProps, ModalManager, type ModalProps, type ModalRefProps, ModalState, NoData, Notification, type NotificationContextType, type NotificationsProps, Picture, Progress, type ProgressProps, type ProgressStatus, type QueryValueProps, Radio, type RadioButtonProps, type RadioGroupProps, type RadioType, RemoveUnits, Result, type ResultProps, SVGLoader, Select, type SelectDirection, type SelectOptionProps, type SelectPosition, type SelectProps, type SelectToggleProps, type SelectValue, type SelectVariant, type SingleQueryProps, Spin, Status, type StatusProps, type StatusVariant, Switch, type SwitchProps, Table, type TableColumnType, type TableProps, type TableRefProps, type TableRow, type TableTRProps, Tabs, type TabsItemProps, type TabsProps, TextArea, type TextAreaEvent, type TextAreaProps, type TextAreaVariant, TinyScrollbar, Tooltip, Trash, UniUpperCase, UpdateThemeStyle, Upload, Upload$1 as UploadIcon, type UploadProgressProps, type UploadProps, type UploadResultMessageProps, Wait, ZoomIn, ZoomOut, resources, toKebabCase, useAddExternalCSS, useComponentSize, useConnectionStatus, useConstructor, useContextBridge, useCoreFetch, useCreateDynamicStyle, useCreateStyledStyle, useKeyboardShortcut, useMultiQuery, useOnClickOutside, useOnESCKeyDown, useOnResize, useOrientation, useReCaptcha, useSingleQuery };
|