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