@inntechcorp/it-design 3.1.23 → 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 +2702 -2559
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +168 -1786
- 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 +3 -3
- 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 +1 -1
- 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 -1
- 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 -5584
- 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
|
@@ -1,30 +0,0 @@
|
|
|
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
|
-
}
|
package/dist/locales/tr/itd.json
DELETED
|
@@ -1,325 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"success": "Başarılı",
|
|
3
|
-
"error": "Hata",
|
|
4
|
-
"table": {
|
|
5
|
-
"noData": "Veri Yok"
|
|
6
|
-
},
|
|
7
|
-
"placeholders": {
|
|
8
|
-
"username": "Kullanıcı adı",
|
|
9
|
-
"email": "E-Posta",
|
|
10
|
-
"password": "Şifre",
|
|
11
|
-
"confirmPassword": "Şifre tekrar",
|
|
12
|
-
"typeYourNoteHere": "Notunuzu buraya yazınız",
|
|
13
|
-
"selectGender": "Cinsiyet Seçin",
|
|
14
|
-
"selectCurrency": "Para Birimi Seçin",
|
|
15
|
-
"selectLanguage": "Dil Seçin",
|
|
16
|
-
"selectCountry": "Ülke Seçin",
|
|
17
|
-
"birthday": "Doğum Tarihi",
|
|
18
|
-
"multipleSelection": "Seçili ({{- count}})"
|
|
19
|
-
},
|
|
20
|
-
"options": {
|
|
21
|
-
"all": "Hepsi",
|
|
22
|
-
"male": "Erkek",
|
|
23
|
-
"female": "Kadın",
|
|
24
|
-
"languages": {
|
|
25
|
-
"turkish": "Türkçe",
|
|
26
|
-
"english": "İngilizce"
|
|
27
|
-
},
|
|
28
|
-
"currencies": {
|
|
29
|
-
"TRY": "Türk Lirası",
|
|
30
|
-
"EUR": "Euro",
|
|
31
|
-
"USD": "Dolar"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"buttons": {
|
|
35
|
-
"submit": "Gönder",
|
|
36
|
-
"reset": "Temizle"
|
|
37
|
-
},
|
|
38
|
-
"errors": {
|
|
39
|
-
"required": "Bu alan zorunludur!",
|
|
40
|
-
"minLength": "En az {{- length}} karakter olmalıdır",
|
|
41
|
-
"maxLength": "Çok uzun. Maks uzunluk {{- length}} karakter olmalıdır.",
|
|
42
|
-
"exactLength": "This field must be {{- length}} characters long.",
|
|
43
|
-
"passwordRule": "Şifreniz en az 8 harf olmalı, bir rakam, bir büyük ve bir küçük harf, bir özel karakter içermeli ve boşluk kullanılmamalıdır.",
|
|
44
|
-
"invalidEmailAddress": "Geçersiz e-posta adresi",
|
|
45
|
-
"passwordsDontMatch": "Girdiğiniz şifreler birbirleriyle uyuşmuyor!",
|
|
46
|
-
"usernameRule": "Sadece İngilizce harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine izin verilmez.",
|
|
47
|
-
"wrongTCIdentity": "TC Kimlik Numarası Yanlış",
|
|
48
|
-
"fieldMustBeTheSame": "Bu alan şunlarla aynı olmalıdır: {{- fields}}",
|
|
49
|
-
"siteUsernameRule": "Sadece İngilizce küçük harfler, rakamlar ve semboller (-_.) kullanılabilir. Boşluk karakterine ve büyük harflere izin verilmez.",
|
|
50
|
-
"adminUsernameRule": "Sadece ingilizce harflerden ve rakamlardan oluşmalıdır. Semboller (-_. vs) ve boşluk karakteri kullanılamaz.",
|
|
51
|
-
"invalidURL": "Geçersiz URL",
|
|
52
|
-
"fieldMustBeDifferent": "Bu alan şunlarla aynı olmamalıdır: {{- fields}}",
|
|
53
|
-
"forbiddenWords": "Bu alan içerisinde bu kelimeyi kullanamazsınız.",
|
|
54
|
-
"multipleOf": "Değer {{- value}}'in katı olmalıdır."
|
|
55
|
-
},
|
|
56
|
-
"uploader": {
|
|
57
|
-
"header": "Bir resmi sürükleyip bırakın",
|
|
58
|
-
"hint": "ya da bir dosya seçmek için tıklayın.",
|
|
59
|
-
"fileUploading": "Dosya yükleniyor...",
|
|
60
|
-
"info": "Toplam: {{- total}} - {{- estimated}} sn kaldı.",
|
|
61
|
-
"delete": "Sil",
|
|
62
|
-
"preview": "Önizleme",
|
|
63
|
-
"error": "Hata",
|
|
64
|
-
"fileFormatError": "Yalnızca {{fileFormat}} dosyası yükleyebilirsiniz.",
|
|
65
|
-
"fileSizeError": "Dosya boyutu {{fileSize}}'den küçük olmalıdır.",
|
|
66
|
-
"fileUploadSuccess": "Dosya başarıyla yüklendi.",
|
|
67
|
-
"fileUploadFailed": "Dosya yüklenemedi!",
|
|
68
|
-
"removeFileSuccess": "Dosya başarıyla silindi!",
|
|
69
|
-
"browserDoesntSupportDND": "Tarayıcı taşı&bırak özelliğini desteklemiyor!",
|
|
70
|
-
"calculating": "Hesaplanıyor...",
|
|
71
|
-
"removeFile": "Dosya Silme",
|
|
72
|
-
"areYouSureToDeleteThisFile": "Bu dosyayı silmek istediğinize emin misiniz?",
|
|
73
|
-
"yes": "Evet",
|
|
74
|
-
"no": "Hayır",
|
|
75
|
-
"cropImage": "Görseli Kırp",
|
|
76
|
-
"crop": "Kırp",
|
|
77
|
-
"cancel": "İptal",
|
|
78
|
-
"width": "genişlik",
|
|
79
|
-
"height": "yükseklik",
|
|
80
|
-
"imageTooSmall": "Görsel Çok Küçük",
|
|
81
|
-
"imageTooSmallMessage": "Minimum gerekli boyut {{required}}. Görseliniz {{actual}}."
|
|
82
|
-
},
|
|
83
|
-
"results": {
|
|
84
|
-
"authentication": {
|
|
85
|
-
"title": "Üye Girişi Gerekiyor",
|
|
86
|
-
"subtitle": "Bu bölüme ulaşmanız için üye girişi yapmanız gerekiyor. Aşağıdaki tuşa tıklayarak lütfen üye girişi yapınız.",
|
|
87
|
-
"button": "GİRİŞ YAP"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"currencies": {
|
|
91
|
-
"TRY": "Türk Lirası",
|
|
92
|
-
"EUR": "Euro",
|
|
93
|
-
"USD": "Dolar"
|
|
94
|
-
},
|
|
95
|
-
"countries": {
|
|
96
|
-
"af": "Afganistan",
|
|
97
|
-
"al": "Arnavutluk",
|
|
98
|
-
"dz": "Cezayir",
|
|
99
|
-
"ad": "Andorra",
|
|
100
|
-
"ao": "Angola",
|
|
101
|
-
"ag": "Antigua ve Barbuda",
|
|
102
|
-
"ar": "Arjantin",
|
|
103
|
-
"am": "Ermenistan",
|
|
104
|
-
"au": "Avustralya",
|
|
105
|
-
"at": "Avusturya",
|
|
106
|
-
"az": "Azerbaycan",
|
|
107
|
-
"bs": "Bahamalar",
|
|
108
|
-
"bh": "Bahreyn",
|
|
109
|
-
"bd": "Bangladeş",
|
|
110
|
-
"bb": "Barbados",
|
|
111
|
-
"by": "Beyaz Rusya",
|
|
112
|
-
"be": "Belçika",
|
|
113
|
-
"bz": "Belize",
|
|
114
|
-
"bj": "Benin",
|
|
115
|
-
"bt": "Bhutan",
|
|
116
|
-
"bo": "Bolivya",
|
|
117
|
-
"ba": "Bosna-Hersek",
|
|
118
|
-
"bw": "Botsvana",
|
|
119
|
-
"br": "Brezilya",
|
|
120
|
-
"bn": "Brunei",
|
|
121
|
-
"bg": "Bulgaristan",
|
|
122
|
-
"bf": "Burkina Faso",
|
|
123
|
-
"bi": "Burundi",
|
|
124
|
-
"cv": "Yeşil Burun Adaları",
|
|
125
|
-
"kh": "Kamboçya",
|
|
126
|
-
"cm": "Kamerun",
|
|
127
|
-
"ca": "Kanada",
|
|
128
|
-
"cf": "Orta Afrika Cumhuriyeti",
|
|
129
|
-
"td": "Çad",
|
|
130
|
-
"cl": "Şili",
|
|
131
|
-
"cn": "Çin Halk Cumhuriyeti",
|
|
132
|
-
"co": "Kolombiya",
|
|
133
|
-
"km": "Komorlar",
|
|
134
|
-
"cg": "Kongo Cumhuriyeti",
|
|
135
|
-
"cd": "Demokratik Kongo",
|
|
136
|
-
"cr": "Kosta Rika",
|
|
137
|
-
"ci": "Fildişi Sahili",
|
|
138
|
-
"hr": "Hırvatistan",
|
|
139
|
-
"cu": "Küba",
|
|
140
|
-
"cw": "Curaçao",
|
|
141
|
-
"cy": "Güney Kıbrıs",
|
|
142
|
-
"cz": "Çek Cumhuriyeti",
|
|
143
|
-
"dk": "Danimarka",
|
|
144
|
-
"dj": "Cibuti",
|
|
145
|
-
"dm": "Dominika",
|
|
146
|
-
"do": "Dominik Cumhuriyeti",
|
|
147
|
-
"ec": "Ekvador",
|
|
148
|
-
"eg": "Mısır",
|
|
149
|
-
"sv": "El Salvador",
|
|
150
|
-
"gq": "Ekvator Ginesi",
|
|
151
|
-
"er": "Eritre",
|
|
152
|
-
"ee": "Estonya",
|
|
153
|
-
"sz": "Esvati̇ni̇",
|
|
154
|
-
"et": "Etiyopya",
|
|
155
|
-
"fj": "Fiji",
|
|
156
|
-
"fi": "Finlandiya",
|
|
157
|
-
"fr": "Fransa",
|
|
158
|
-
"ga": "Gabon",
|
|
159
|
-
"gm": "Gambia",
|
|
160
|
-
"ge": "Gürcistan",
|
|
161
|
-
"de": "Almanya",
|
|
162
|
-
"gh": "Gana",
|
|
163
|
-
"gr": "Yunanistan",
|
|
164
|
-
"gd": "Grenada",
|
|
165
|
-
"gt": "Guatemala",
|
|
166
|
-
"gn": "Gine",
|
|
167
|
-
"gw": "Guinea-Bissau",
|
|
168
|
-
"gy": "Guyana",
|
|
169
|
-
"ht": "Haiti",
|
|
170
|
-
"hn": "Honduras",
|
|
171
|
-
"hu": "Macaristan",
|
|
172
|
-
"is": "İzlanda",
|
|
173
|
-
"in": "Hindistan",
|
|
174
|
-
"id": "Endonezya",
|
|
175
|
-
"ir": "İran",
|
|
176
|
-
"iq": "Irak",
|
|
177
|
-
"ie": "Ireland",
|
|
178
|
-
"il": "İrlanda",
|
|
179
|
-
"it": "İtalya",
|
|
180
|
-
"jm": "Jamaika",
|
|
181
|
-
"jp": "Japonya",
|
|
182
|
-
"jo": "Ürdün",
|
|
183
|
-
"kz": "Kazakistan",
|
|
184
|
-
"ke": "Kenya",
|
|
185
|
-
"ki": "Kiribati",
|
|
186
|
-
"kp": "Kuzey Kore",
|
|
187
|
-
"kr": "Güney Kore",
|
|
188
|
-
"kw": "Kuveyt",
|
|
189
|
-
"kg": "Kırgızistan",
|
|
190
|
-
"la": "Laos",
|
|
191
|
-
"lv": "Letonya",
|
|
192
|
-
"lb": "Lübnan",
|
|
193
|
-
"ls": "Lesotho",
|
|
194
|
-
"lr": "Liberya",
|
|
195
|
-
"ly": "Libya",
|
|
196
|
-
"li": "Lihtenştayn",
|
|
197
|
-
"lt": "Litvanya",
|
|
198
|
-
"lu": "Lüksemburg",
|
|
199
|
-
"mg": "Madagaskar",
|
|
200
|
-
"mw": "Malavi",
|
|
201
|
-
"my": "Malezya",
|
|
202
|
-
"mv": "Maldivler",
|
|
203
|
-
"ml": "Mali",
|
|
204
|
-
"mt": "Malta",
|
|
205
|
-
"mh": "Marshall Adaları",
|
|
206
|
-
"mr": "Moritanya",
|
|
207
|
-
"mu": "Mauritius",
|
|
208
|
-
"mx": "Meksika",
|
|
209
|
-
"fm": "Mikronezya",
|
|
210
|
-
"md": "Moldova",
|
|
211
|
-
"mc": "Monako",
|
|
212
|
-
"mn": "Moğolistan",
|
|
213
|
-
"me": "Karadağ",
|
|
214
|
-
"ma": "Fas",
|
|
215
|
-
"mz": "Mozambik",
|
|
216
|
-
"mm": "Myanmar",
|
|
217
|
-
"na": "Namibya",
|
|
218
|
-
"nr": "Nauru",
|
|
219
|
-
"np": "Nepal",
|
|
220
|
-
"nl": "Hollanda",
|
|
221
|
-
"nz": "Yeni Zelanda",
|
|
222
|
-
"ni": "Nikaragua",
|
|
223
|
-
"ne": "Nijer",
|
|
224
|
-
"ng": "Nijerya",
|
|
225
|
-
"mk": "Makedonya",
|
|
226
|
-
"no": "Norveç",
|
|
227
|
-
"om": "Umman",
|
|
228
|
-
"pk": "Pakistan",
|
|
229
|
-
"pw": "Palau",
|
|
230
|
-
"pa": "Panama",
|
|
231
|
-
"pg": "Papua Yeni Gine",
|
|
232
|
-
"py": "Paraguay",
|
|
233
|
-
"pe": "Peru",
|
|
234
|
-
"ph": "Filipinler",
|
|
235
|
-
"pl": "Polonya",
|
|
236
|
-
"pt": "Portekiz",
|
|
237
|
-
"qa": "Katar",
|
|
238
|
-
"ro": "Romanya",
|
|
239
|
-
"ru": "Rusya",
|
|
240
|
-
"rw": "Ruanda",
|
|
241
|
-
"kn": "Saint Kitts ve Nevis",
|
|
242
|
-
"lc": "Saint Lucia",
|
|
243
|
-
"vc": "Saint Vincent",
|
|
244
|
-
"ws": "Samoa",
|
|
245
|
-
"sm": "San Marino",
|
|
246
|
-
"st": "Sao Tome and Principe",
|
|
247
|
-
"sa": "Suudi Arabistan",
|
|
248
|
-
"sn": "Senegal",
|
|
249
|
-
"rs": "Sırbistan",
|
|
250
|
-
"sc": "Seyşeller",
|
|
251
|
-
"sl": "Sierra Leone",
|
|
252
|
-
"sg": "Singapur",
|
|
253
|
-
"sk": "Slovakya",
|
|
254
|
-
"si": "Slovenya",
|
|
255
|
-
"sb": "Solomon Adaları",
|
|
256
|
-
"so": "Somali",
|
|
257
|
-
"za": "Güney Afrika",
|
|
258
|
-
"ss": "Güney Sudan",
|
|
259
|
-
"es": "İspanya",
|
|
260
|
-
"lk": "Sri Lanka",
|
|
261
|
-
"sd": "Sudan",
|
|
262
|
-
"sr": "Surinam",
|
|
263
|
-
"se": "İsveç",
|
|
264
|
-
"ch": "İsviçre",
|
|
265
|
-
"sy": "Suriye",
|
|
266
|
-
"tj": "Tacikistan",
|
|
267
|
-
"tw": "Tayvan",
|
|
268
|
-
"tz": "Tanzanya",
|
|
269
|
-
"th": "Tayland",
|
|
270
|
-
"tl": "Doğu Timor",
|
|
271
|
-
"tg": "Togo",
|
|
272
|
-
"to": "Tonga",
|
|
273
|
-
"tt": "Trinidad ve Tobago",
|
|
274
|
-
"tn": "Tunus",
|
|
275
|
-
"tr": "Türkiye",
|
|
276
|
-
"tm": "Türkmenistan",
|
|
277
|
-
"tv": "Tuvalu",
|
|
278
|
-
"ug": "Uganda",
|
|
279
|
-
"ua": "Ukrayna",
|
|
280
|
-
"ae": "Birleşik Arap Emirlikleri",
|
|
281
|
-
"gb": "Birleşik Krallık",
|
|
282
|
-
"us": "Amerika Birleşik Devletleri",
|
|
283
|
-
"uy": "Uruguay",
|
|
284
|
-
"uz": "Özbekistan",
|
|
285
|
-
"vu": "Vanuatu",
|
|
286
|
-
"ve": "Venezuela",
|
|
287
|
-
"vn": "Vietnam",
|
|
288
|
-
"ye": "Yemen",
|
|
289
|
-
"zm": "Zambiya",
|
|
290
|
-
"zw": "Zimbabve"
|
|
291
|
-
},
|
|
292
|
-
"calendar": {
|
|
293
|
-
"weekdaysLong":[
|
|
294
|
-
"Pazar",
|
|
295
|
-
"Pazartesi",
|
|
296
|
-
"Salı",
|
|
297
|
-
"Çarşamba",
|
|
298
|
-
"Perşembe",
|
|
299
|
-
"Cuma",
|
|
300
|
-
"Cumartesi"
|
|
301
|
-
],
|
|
302
|
-
"weekdaysShort":[
|
|
303
|
-
"Pt", "Sa", "Ça", "Pe", "Cu", "Ct", "Pz"
|
|
304
|
-
],
|
|
305
|
-
"months":[
|
|
306
|
-
"Ocak",
|
|
307
|
-
"Şubat",
|
|
308
|
-
"Mart",
|
|
309
|
-
"Nisan",
|
|
310
|
-
"Mayıs",
|
|
311
|
-
"Haziran",
|
|
312
|
-
"Temmuz",
|
|
313
|
-
"Ağustos",
|
|
314
|
-
"Eylül",
|
|
315
|
-
"Ekim",
|
|
316
|
-
"Kasım",
|
|
317
|
-
"Aralık"
|
|
318
|
-
],
|
|
319
|
-
"firstDay": 1,
|
|
320
|
-
"format": "DD/MM/YYYY"
|
|
321
|
-
},
|
|
322
|
-
"tabs": {
|
|
323
|
-
"more": "Diğer"
|
|
324
|
-
}
|
|
325
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ChildrenProps } from 'types/ChildrenProps';
|
|
2
|
-
import { SelectValue } from 'types/SelectProps';
|
|
3
|
-
type MenuProps = {
|
|
4
|
-
defaultValue?: SelectValue | null;
|
|
5
|
-
position: string;
|
|
6
|
-
direction: string;
|
|
7
|
-
multi: boolean;
|
|
8
|
-
children: ChildrenProps;
|
|
9
|
-
onChange: (value: SelectValue, label?: string) => void;
|
|
10
|
-
onClose: () => void;
|
|
11
|
-
isOpen: boolean;
|
|
12
|
-
};
|
|
13
|
-
export default function Menu({ position, direction, multi, isOpen, defaultValue, children, onChange, onClose }: MenuProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import TinyScrollbar from '../../tinyscrollbar';
|
|
2
|
-
declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
-
declare const BodyWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
4
|
-
className: string;
|
|
5
|
-
children: import("../../types/ChildrenProps").ChildrenProps;
|
|
6
|
-
style?: React.CSSProperties;
|
|
7
|
-
}, never>> & string & Omit<typeof TinyScrollbar, keyof import("react").Component<any, {}, any>>;
|
|
8
|
-
export { Wrapper, BodyWrapper };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { SelectToggleProps } from '../../index';
|
|
2
|
-
declare const Toggle: ({ id, errorMessage, isOpen, locked, disabled, showSearch, labelType, size, placeholder, value, label, prefix, suffix, icon, image, onFocus, onBlur, onShow, onFilter }: SelectToggleProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export default Toggle;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SelectValue } from 'types/SelectProps';
|
|
2
|
-
import { ChildrenProps } from 'types/ChildrenProps';
|
|
3
|
-
import { ITDSize } from 'types/ITDProps';
|
|
4
|
-
type FloatingLabelProps = {
|
|
5
|
-
id?: string;
|
|
6
|
-
value?: SelectValue | null;
|
|
7
|
-
label?: ChildrenProps;
|
|
8
|
-
placeholder: string;
|
|
9
|
-
size: ITDSize;
|
|
10
|
-
};
|
|
11
|
-
declare const FloatingLabel: ({ id, size, value, label, placeholder }: FloatingLabelProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export default FloatingLabel;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
-
declare const InputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
3
|
-
declare const InputLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
4
|
-
declare const HiddenVisually: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
5
|
-
declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
6
|
-
$size: string;
|
|
7
|
-
}>> & string;
|
|
8
|
-
export { Wrapper, Label, InputWrapper, HiddenVisually, InputLabel };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ChildrenProps } from 'types/ChildrenProps';
|
|
2
|
-
export type SingleLabelRefObject = {
|
|
3
|
-
setFocus: () => void;
|
|
4
|
-
};
|
|
5
|
-
type SingleLabelProps = {
|
|
6
|
-
id?: string;
|
|
7
|
-
label?: string | number | ChildrenProps;
|
|
8
|
-
placeholder?: string;
|
|
9
|
-
size: string;
|
|
10
|
-
isOpen: boolean;
|
|
11
|
-
showSearch: boolean;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
onFocus: () => void;
|
|
14
|
-
onBlur: () => void;
|
|
15
|
-
onFilter: (value: string) => void;
|
|
16
|
-
};
|
|
17
|
-
declare const SingleLabel: import("react").ForwardRefExoticComponent<SingleLabelProps & import("react").RefAttributes<SingleLabelRefObject>>;
|
|
18
|
-
export default SingleLabel;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
2
|
-
$showSearch: boolean;
|
|
3
|
-
}>> & string;
|
|
4
|
-
declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
-
declare const Icon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
6
|
-
$open: boolean;
|
|
7
|
-
}>> & string;
|
|
8
|
-
declare const PreIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
-
declare const Success: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
10
|
-
declare const Warning: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
11
|
-
declare const Failed: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>, never>> & string;
|
|
12
|
-
declare const LockIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
|
|
13
|
-
className: any;
|
|
14
|
-
height: any;
|
|
15
|
-
width: any;
|
|
16
|
-
}, never>> & string & Omit<({ className, height, width }: {
|
|
17
|
-
className: any;
|
|
18
|
-
height: any;
|
|
19
|
-
width: any;
|
|
20
|
-
}) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
21
|
-
declare const Suffix: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
22
|
-
declare const ErrorTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
23
|
-
declare const ErrorBorder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
24
|
-
export { Wrapper, Suffix, Label, Icon, PreIcon, ErrorTooltip, ErrorBorder, Success, Warning, Failed, LockIconWrapper };
|