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