intelicoreact 1.6.39 → 1.6.40

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.
Files changed (116) hide show
  1. package/dist/Atomic/FormElements/Datepicker/Datepicker.d.ts +5 -0
  2. package/dist/Atomic/FormElements/Dropdown/Dropdown.d.ts +5 -0
  3. package/dist/Atomic/FormElements/Dropdown/index.d.ts +4 -0
  4. package/dist/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.d.ts +5 -0
  5. package/dist/Atomic/FormElements/FileLoader/FileLoader.d.ts +2 -0
  6. package/dist/Atomic/FormElements/FileLoader/partial/LoadedContent.d.ts +2 -0
  7. package/dist/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.d.ts +17 -0
  8. package/dist/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.d.ts +19 -0
  9. package/dist/Atomic/FormElements/FileLoaderLocalGroup/FileLoaderLocalGroup.d.ts +10 -0
  10. package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN.d.ts +14 -0
  11. package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN_old.d.ts +11 -0
  12. package/dist/Atomic/FormElements/Input/Input.d.ts +38 -0
  13. package/dist/Atomic/FormElements/InputColor/InputColor.d.ts +15 -0
  14. package/dist/Atomic/FormElements/InputCurrency/InputCurrency.d.ts +5 -0
  15. package/dist/Atomic/FormElements/InputCurrency/index.d.ts +2 -0
  16. package/dist/Atomic/FormElements/InputDateRange/components/DateInput.d.ts +3 -0
  17. package/dist/Atomic/FormElements/InputDateRange/components/Datepicker.d.ts +2 -0
  18. package/dist/Atomic/FormElements/InputLink/InputLink.d.ts +14 -0
  19. package/dist/Atomic/FormElements/InputMask/InputMask.d.ts +33 -0
  20. package/dist/Atomic/FormElements/InputMask2/InputMask2.d.ts +35 -0
  21. package/dist/Atomic/FormElements/InputMask3/InputMask3.d.ts +39 -0
  22. package/dist/Atomic/FormElements/InputWithAction/InputWithAction.d.ts +3 -0
  23. package/dist/Atomic/FormElements/InputsRow/InputsRow.d.ts +8 -0
  24. package/dist/Atomic/FormElements/Label/Label.d.ts +5 -0
  25. package/dist/Atomic/FormElements/Label/Label.interface.d.ts +19 -0
  26. package/dist/Atomic/FormElements/Label/index.d.ts +3 -0
  27. package/dist/Atomic/FormElements/MultiSelect/MultiSelect.d.ts +6 -0
  28. package/dist/Atomic/FormElements/NumericInput/NumericInput.d.ts +36 -0
  29. package/dist/Atomic/FormElements/RadioGroupWithInput/RadioGroupWithInput.d.ts +9 -0
  30. package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.d.ts +2 -0
  31. package/dist/Atomic/FormElements/RangeInputs/RangeInputs.d.ts +5 -0
  32. package/dist/Atomic/FormElements/RangeInputs/index.d.ts +4 -0
  33. package/dist/Atomic/FormElements/RangeList/RangeList.d.ts +2 -0
  34. package/dist/Atomic/FormElements/RangeSlider/RangeSlider.d.ts +19 -0
  35. package/dist/Atomic/FormElements/RangeSlider2/RangeSlider2.d.ts +13 -0
  36. package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.d.ts +2 -0
  37. package/dist/Atomic/FormElements/Switcher/Switcher.d.ts +5 -0
  38. package/dist/Atomic/FormElements/Switcher/index.d.ts +4 -0
  39. package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.d.ts +15 -0
  40. package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.d.ts +5 -0
  41. package/dist/Atomic/FormElements/SwitcherHide/index.d.ts +4 -0
  42. package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.d.ts +5 -0
  43. package/dist/Atomic/FormElements/SwitcherRadio/index.d.ts +4 -0
  44. package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.d.ts +4 -0
  45. package/dist/Atomic/FormElements/SwitcherRange/index.d.ts +4 -0
  46. package/dist/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.d.ts +2 -0
  47. package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.d.ts +16 -0
  48. package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.d.ts +18 -0
  49. package/dist/Atomic/FormElements/TagListToDropdown/TagListToDropdown.d.ts +9 -0
  50. package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.d.ts +5 -0
  51. package/dist/Atomic/FormElements/Textarea/Textarea.d.ts +3 -0
  52. package/dist/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.d.ts +12 -0
  53. package/dist/Atomic/FormElements/TimeRange/TimeRange.d.ts +5 -0
  54. package/dist/Atomic/FormElements/TimeRange/index.d.ts +3 -0
  55. package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.d.ts +17 -0
  56. package/dist/Atomic/FormElements/VariantsListRadio/partials/VariantsListRadioItem.d.ts +12 -0
  57. package/dist/Atomic/Layout/Header/Header.d.ts +10 -0
  58. package/dist/Atomic/Layout/MainMenu/MainMenu.d.ts +2 -0
  59. package/dist/Atomic/UI/Accordion/Accordion.d.ts +5 -0
  60. package/dist/Atomic/UI/Accordion/index.d.ts +3 -0
  61. package/dist/Atomic/UI/Arrow/Arrow.d.ts +9 -0
  62. package/dist/Atomic/UI/Chart/Chart.d.ts +12 -0
  63. package/dist/Atomic/UI/Chart/partial/datasetSetters.d.ts +13 -0
  64. package/dist/Atomic/UI/Chart/partial/utils.d.ts +5 -0
  65. package/dist/Atomic/UI/Hint/Hint.d.ts +5 -0
  66. package/dist/Atomic/UI/Hint/index.d.ts +4 -0
  67. package/dist/Atomic/UI/Modal/Modal.interface.d.ts +3 -3
  68. package/dist/Atomic/UI/Modal/Modal.interface.ts +5 -3
  69. package/dist/Atomic/UI/Modal/Modal.js +1 -1
  70. package/dist/Atomic/UI/Modal/Modal.js.map +1 -1
  71. package/dist/Atomic/UI/Modal/partials/_utils.d.ts +2 -2
  72. package/dist/Atomic/UI/Modal/partials/_utils.js.map +1 -1
  73. package/dist/Atomic/UI/Price/Price.d.ts +4 -0
  74. package/dist/Atomic/UI/Price/index.d.ts +3 -0
  75. package/dist/Atomic/UI/PriceRange/PriceRange.d.ts +4 -0
  76. package/dist/Atomic/UI/PriceRange/index.d.ts +3 -0
  77. package/dist/Atomic/UI/ProgressLine/ProgressLine.d.ts +5 -0
  78. package/dist/Atomic/UI/ProgressLine/index.d.ts +3 -0
  79. package/dist/Atomic/UI/Table/TdTypes/TdActions.d.ts +6 -0
  80. package/dist/Atomic/UI/TagList/TagList.d.ts +16 -0
  81. package/dist/Atomic/UI/UserBox/UserBox.d.ts +5 -0
  82. package/dist/Atomic/UI/UserBox/index.d.ts +3 -0
  83. package/dist/Functions/fieldValueFormatters.d.ts +19 -0
  84. package/dist/Functions/guards/safeValue.d.ts +40 -0
  85. package/dist/Functions/locale/createTranslator.d.ts +3 -0
  86. package/dist/Functions/presets/inputPresets.d.ts +16 -0
  87. package/dist/Functions/useKeyPress/useHandleKeyPress.d.ts +2 -2
  88. package/dist/Functions/utils.d.ts +46 -0
  89. package/dist/Functions/utils.js +1 -1
  90. package/dist/Functions/utils.js.map +1 -0
  91. package/dist/Molecular/FormElement/FormElement.d.ts +14 -0
  92. package/dist/Molecular/FormWithDependOn/FormWithDependOn.d.ts +3 -0
  93. package/dist/Molecular/FormWithDependOn/partials/_utils.d.ts +8 -0
  94. package/dist/Molecular/InputAddress/InputAddress.d.ts +26 -0
  95. package/dist/Molecular/InputPassword/InputPassword.d.ts +6 -0
  96. package/dist/types/declaration/{WithEventLogicAsObj → TWithEventLogicAsObj}/readme +1 -1
  97. package/dist/types/declaration/TWithEventManagementAsObj/index.d.ts +10 -0
  98. package/dist/types/declaration/TWithEventManagementAsObj/index.js.map +1 -0
  99. package/dist/types/declaration/{WithEventManagementAsObj → TWithEventManagementAsObj}/index.ts +7 -6
  100. package/dist/types/declaration/TWithEventManagementAsObj/innerTypes/Modal.d.ts +4 -0
  101. package/dist/types/declaration/TWithEventManagementAsObj/innerTypes/Modal.js.map +1 -0
  102. package/dist/types/declaration/{WithEventManagementAsObj → TWithEventManagementAsObj}/readme +1 -1
  103. package/package.json +1 -1
  104. package/dist/Atomic/UI/Modal/ModalHOC.js.map +0 -1
  105. package/dist/Atomic/UI/Modal/index.js +0 -1
  106. package/dist/Atomic/UI/Modal/index.js.map +0 -1
  107. package/dist/Atomic/UI/Modal/partials/_constants.d.ts +0 -27
  108. package/dist/Atomic/UI/Modal/partials/_constants.js.map +0 -1
  109. package/dist/Functions/useKeyPress/useKeyPress.d.ts +0 -8
  110. package/dist/Functions/useKeyPress/useKeyPress.js.map +0 -1
  111. package/dist/types/declaration/WithEventManagementAsObj/index.d.ts +0 -9
  112. package/dist/types/declaration/WithEventManagementAsObj/index.js.map +0 -1
  113. package/dist/types/declaration/WithEventManagementAsObj/innerTypes/Modal.d.ts +0 -4
  114. package/dist/types/declaration/WithEventManagementAsObj/innerTypes/Modal.js.map +0 -1
  115. /package/dist/types/declaration/{WithEventManagementAsObj → TWithEventManagementAsObj}/index.js +0 -0
  116. /package/dist/types/declaration/{WithEventManagementAsObj → TWithEventManagementAsObj}/innerTypes/Modal.js +0 -0
@@ -0,0 +1,5 @@
1
+ import type { DatepickerProps } from './Datepicker.props';
2
+ import React from 'react';
3
+ import './Datepicker.scss';
4
+ declare const Datepicker: React.FC<DatepickerProps>;
5
+ export default Datepicker;
@@ -0,0 +1,5 @@
1
+ import type { IDropdownProps } from './Dropdown.interface';
2
+ import React from 'react';
3
+ import './Dropdown.scss';
4
+ declare const Dropdown: React.FC<IDropdownProps>;
5
+ export default Dropdown;
@@ -0,0 +1,4 @@
1
+ import type { IDropdownOption, IDropdownProps } from './Dropdown.interface';
2
+ import Dropdown from './Dropdown';
3
+ export type { IDropdownOption, IDropdownProps };
4
+ export default Dropdown;
@@ -0,0 +1,5 @@
1
+ import type { IDropdownLiveSearchProps } from './DropdownLiveSearch.interface';
2
+ import React from 'react';
3
+ import './DropdownLiveSearch.scss';
4
+ declare const DropdownLiveSearch: React.FC<IDropdownLiveSearchProps>;
5
+ export default DropdownLiveSearch;
@@ -0,0 +1,2 @@
1
+ export default FileLoader;
2
+ declare function FileLoader(props: any): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default LoadedContent;
2
+ declare function LoadedContent(props: any): JSX.Element;
@@ -0,0 +1,17 @@
1
+ export default FileLoaderDescription;
2
+ declare function FileLoaderDescription({ id, testId, fieldKey, files: initFiles, onChange, className, filesDescription, documentName, accordionTitle, accordionListContent, maxFilesCount, isWithoutAccordion, error: outerError, ...props }: {
3
+ [x: string]: any;
4
+ id: any;
5
+ testId?: string | undefined;
6
+ fieldKey: any;
7
+ files: any;
8
+ onChange: any;
9
+ className: any;
10
+ filesDescription?: string | undefined;
11
+ documentName?: string | undefined;
12
+ accordionTitle?: string | undefined;
13
+ accordionListContent?: never[] | undefined;
14
+ maxFilesCount?: number | undefined;
15
+ isWithoutAccordion: any;
16
+ error: any;
17
+ }): JSX.Element;
@@ -0,0 +1,19 @@
1
+ export default FileLoaderLocal;
2
+ declare function FileLoaderLocal({ groupId, id, fieldId, fieldKey, label, error, outerError, isRequired, accept, onChange, className, value, isNoTrashIcon, maxItemSizeBytes, testId, attributesOfNativeInput, }: {
3
+ groupId: any;
4
+ id: any;
5
+ fieldId: any;
6
+ fieldKey: any;
7
+ label: any;
8
+ error: any;
9
+ outerError: any;
10
+ isRequired: any;
11
+ accept: any;
12
+ onChange: any;
13
+ className: any;
14
+ value: any;
15
+ isNoTrashIcon?: boolean | undefined;
16
+ maxItemSizeBytes: any;
17
+ testId?: string | undefined;
18
+ attributesOfNativeInput?: {} | undefined;
19
+ }): JSX.Element;
@@ -0,0 +1,10 @@
1
+ export default FileLoaderLocalGroup;
2
+ declare function FileLoaderLocalGroup({ className, groupsArray, isSingleGroup, onChange, labelPrefix, testId, alertText, }: {
3
+ className: any;
4
+ groupsArray?: never[] | undefined;
5
+ isSingleGroup: any;
6
+ onChange: any;
7
+ labelPrefix?: string | undefined;
8
+ testId?: string | undefined;
9
+ alertText: any;
10
+ }): any;
@@ -0,0 +1,14 @@
1
+ export default FormattedRawSSN;
2
+ declare function FormattedRawSSN({ value, onChange: onChangeProp, testId, fullSnnMask, significantChars, maskChar, isHiddenDefault, maxLen, countOfFirstDigitsToHide, postfix, ...args }: {
3
+ [x: string]: any;
4
+ value?: string | undefined;
5
+ onChange?: (() => void) | undefined;
6
+ testId?: string | undefined;
7
+ fullSnnMask?: string | undefined;
8
+ significantChars?: string[] | undefined;
9
+ maskChar?: string | undefined;
10
+ isHiddenDefault?: boolean | undefined;
11
+ maxLen?: number | undefined;
12
+ countOfFirstDigitsToHide?: number | undefined;
13
+ postfix?: string | undefined;
14
+ }): JSX.Element;
@@ -0,0 +1,11 @@
1
+ export default FormattedRawSSN;
2
+ declare function FormattedRawSSN({ value, postfix, onChange: onChangeProp, maskChar, testId, isHiddenDefault, maxLen, ...args }: {
3
+ [x: string]: any;
4
+ value?: string | undefined;
5
+ postfix?: string | undefined;
6
+ onChange?: (() => void) | undefined;
7
+ maskChar?: string | undefined;
8
+ testId?: string | undefined;
9
+ isHiddenDefault?: boolean | undefined;
10
+ maxLen?: number | undefined;
11
+ }): JSX.Element;
@@ -0,0 +1,38 @@
1
+ export default Input;
2
+ /**
3
+ * Input компонент.
4
+ *
5
+ * @component
6
+ * @param {object} props.blurTrim - Обрезает ведущие и оконечные символы строки при потере фокуса.
7
+ * @param {string} props.autocomplete - Определяет, должен ли браузер включать автозаполнение ввода пользователя.
8
+ * @param {boolean} props.isSelect - Определяет, будет ли компонент редактироваться по умолчанию при загрузке страницы.
9
+ * @param {function} props.onChange - Функция, которая вызывается при изменении содержимого элемента управления формы.
10
+ * @param {function} props.onBlur - Функция, которая вызывается при потере элементом управления фокуса.
11
+ * @param {function} props.onFocus - Функция, вызываемая при получении элементом управления фокуса.
12
+ * @param {function} props.onKeyUp - Функция, которая вызывается при отпускании клавиши.
13
+ * @param {function} props.onKeyDown - Функция, вызываемая при нажатии на клавишу.
14
+ * @param {boolean} props.isNotBlinkErrors - Отключает мигание элемента управления при ошибках.
15
+ * @param {boolean} props.isPriceInput - Определяет, будет ли компонент ввода формата числа с плавающей точкой.
16
+ * @param {boolean} props.onlyNumbers - Определяет, будет ли компонент прозволять только цифры.
17
+ * @param {boolean} props.isOnlyString - Определяет, будет ли компонент разрешать
18
+ * только строки (без чисел или других символов).
19
+ * @param {boolean} props.disabled - Блокировка поля ввода.
20
+ * @param {boolean} props.withDelete - Включает отображение кнопки удаления контента.
21
+ * @param {string} props.value - Значение поля ввода.
22
+ * @param {string} props.placeholder - Текст подсказки внутри поля ввода.
23
+ * @param {string} props.className - Строка с именами классов, применяемыми к компоненту.
24
+ * @param {string} props.type - Тип компонента ввода (например, 'text', 'password').
25
+ * @param {boolean} props.softStringMode - Используется для включения нестрогого режима ввода символов.
26
+ * @param {object} props.mask - Маска для поля ввода.
27
+ * @param {string} props.maskChar - Свойство определяет символ,
28
+ * используемый вместо пропущенных символов при введении маски.
29
+ * @param {object} props.formatChars - Объект, определяющий символы, которые должны быть заменены в маске.
30
+ * @param {string} props.error - Строка с сообщением об ошибке.
31
+ * @param {number} props.symbolsLimit - Лимит символов ввода.
32
+ * @param {number} props.blinkTime - Время мигания в миллисекундах.
33
+ * @param {boolean} props.isFocusDefault - Определяет, будет ли элемент получать фокус при загрузке страницы.
34
+ * @param {boolean} props.isNotValidateASCII - Отключает проверку ASCII для вводимых символов.
35
+ * @param {boolean} props.isNumericMobileKeyboard - Отображает цифровую клавиатуру на мобильных устройствах.
36
+ */
37
+ declare const Input: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
38
+ import React from "react";
@@ -0,0 +1,15 @@
1
+ export default InputColor;
2
+ declare function InputColor({ value, className, symbolsLimit, onChange, withHexFormat, initialHexOfColorBlock, testId, withDelete, ...args }: {
3
+ [x: string]: any;
4
+ value: any;
5
+ className: any;
6
+ symbolsLimit?: number | undefined;
7
+ onChange: any;
8
+ withHexFormat?: {
9
+ withSharp: boolean;
10
+ isTurnOn: boolean;
11
+ } | undefined;
12
+ initialHexOfColorBlock?: string | undefined;
13
+ testId?: string | undefined;
14
+ withDelete?: boolean | undefined;
15
+ }): JSX.Element;
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { IInputCurrencyProps } from './InputCurrency.interface';
3
+ import './InputCurrency.scss';
4
+ declare const InputCurrency: FC<IInputCurrencyProps>;
5
+ export default InputCurrency;
@@ -0,0 +1,2 @@
1
+ export { default } from './InputCurrency';
2
+ export type { IInputCurrencyProps, IOnlyNumbersConfig } from './InputCurrency.interface';
@@ -0,0 +1,3 @@
1
+ declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<any>>;
2
+ export default _default;
3
+ import React from "react";
@@ -0,0 +1,2 @@
1
+ export default Datepicker;
2
+ declare function Datepicker(props: any): JSX.Element;
@@ -0,0 +1,14 @@
1
+ export default InputColor;
2
+ declare function InputColor({ icon, value, withHttpsPrefix, onRedirect, testId, onChange, withDelete, ...args }: {
3
+ [x: string]: any;
4
+ icon: any;
5
+ value: any;
6
+ withHttpsPrefix?: {
7
+ isTurnOn: boolean;
8
+ isSecure: boolean;
9
+ } | undefined;
10
+ onRedirect: any;
11
+ testId?: string | undefined;
12
+ onChange: any;
13
+ withDelete: any;
14
+ }): JSX.Element;
@@ -0,0 +1,33 @@
1
+ export default function InputMask({ maskPattern, maskPatternPlaceholder, maskPlaceholder, maskDigitPlaceholder, maskLetterPlaceholder, usePatternPlaceholder, disabled, maskAsPlaceholder, maxEditableLen, isFocusedDefault, isClearable, isCaseSensitive, adaptTextCase, isUseAutoSelect, icon, showIcon, isIconLeft, isIconRight, value, blinkErrors, blinkDuration, showErrors, className, errors: customErrors, error: customError, ref, onChange: onChangeProp, onFocus: onFocusProp, onBlur: onBlurProp, onKeyDown: onKeyDownProp, imitateTypingOnPaste, imitateTypingOnPasteDelay, showHint, hintText, hintClassName, isHintRight, isHintLeft, hintPosition, hideMaskOnBlur, returnMaskedValue, name, testId, }?: {
2
+ maskAsPlaceholder?: boolean | undefined;
3
+ maxEditableLen?: number | undefined;
4
+ isFocusedDefault?: boolean | undefined;
5
+ isUseAutoSelect?: boolean | undefined;
6
+ blinkErrors?: boolean | undefined;
7
+ blinkDuration?: number | undefined;
8
+ showErrors?: boolean | undefined;
9
+ className?: string | undefined;
10
+ errors?: {
11
+ onlyLetter: string;
12
+ onlyDigit: string;
13
+ onlyUpperCase: string;
14
+ onlyLowerCase: string;
15
+ default: null;
16
+ } | undefined;
17
+ error?: string | undefined;
18
+ onChange?: (() => void) | undefined;
19
+ onFocus?: (() => void) | undefined;
20
+ onBlur?: (() => void) | undefined;
21
+ onKeyDown?: (() => void) | undefined;
22
+ imitateTypingOnPaste?: boolean | undefined;
23
+ imitateTypingOnPasteDelay?: number | undefined;
24
+ showHint?: boolean | undefined;
25
+ hintText?: string | undefined;
26
+ hintClassName?: string | undefined;
27
+ isHintRight?: boolean | undefined;
28
+ isHintLeft?: boolean | undefined;
29
+ hintPosition?: string | undefined;
30
+ hideMaskOnBlur?: boolean | undefined;
31
+ returnMaskedValue?: boolean | undefined;
32
+ testId?: string | undefined;
33
+ }): JSX.Element;
@@ -0,0 +1,35 @@
1
+ export default function InputMask2({ autocomplete, maskPattern, maskPatternPlaceholder, maskPlaceholder, maskDigitPlaceholder, maskLetterPlaceholder, usePatternPlaceholder, maxEditableIndex, isFocusedDefault, isClearable, isCaseSensitive, adaptTextCase, isUseAutoSelect, isLoading, icon, showIcon, isIconLeft, isIconRight, iconDynamicKey, iconDynamicProps, value, blinkErrors, blinkDuration, showErrors, className, errors: customErrors, error: customError, onChange: onChangeProp, onFocus: onFocusProp, onBlur: onBlurProp, onKeyDown: onKeyDownProp, onFilled: onFilledProp, showHint, hintText, hintClassName, isHintRight, isHintLeft, hintPosition, hideMaskOnBlur, returnMaskedValue, name, fieldKey, id, disabled, testId, attributesOfNativeInput, }?: {
2
+ autocomplete?: string | undefined;
3
+ maxEditableIndex?: number | undefined;
4
+ isFocusedDefault?: boolean | undefined;
5
+ isUseAutoSelect?: boolean | undefined;
6
+ isLoading?: boolean | undefined;
7
+ iconDynamicProps?: {} | undefined;
8
+ blinkErrors?: boolean | undefined;
9
+ blinkDuration?: number | undefined;
10
+ showErrors?: boolean | undefined;
11
+ className?: string | undefined;
12
+ errors?: {
13
+ onlyLetter: string;
14
+ onlyDigit: string;
15
+ onlyUpperCase: string;
16
+ onlyLowerCase: string;
17
+ default: null;
18
+ } | undefined;
19
+ error?: string | undefined;
20
+ onChange?: (() => void) | undefined;
21
+ onFocus?: (() => void) | undefined;
22
+ onBlur?: (() => void) | undefined;
23
+ onKeyDown?: (() => void) | undefined;
24
+ onFilled?: (() => void) | undefined;
25
+ showHint?: boolean | undefined;
26
+ hintText?: string | undefined;
27
+ hintClassName?: string | undefined;
28
+ isHintRight?: boolean | undefined;
29
+ isHintLeft?: boolean | undefined;
30
+ hintPosition?: string | undefined;
31
+ hideMaskOnBlur?: boolean | undefined;
32
+ returnMaskedValue?: boolean | undefined;
33
+ testId?: string | undefined;
34
+ attributesOfNativeInput?: {} | undefined;
35
+ }): JSX.Element;
@@ -0,0 +1,39 @@
1
+ export default function InputMask3({ autocomplete, maskPattern, maskPatternPlaceholder, maskPlaceholder, maskDigitPlaceholder, maskLetterPlaceholder, usePatternPlaceholder, maxEditableIndex, isFocusedDefault, isClearable, isCaseSensitive, adaptTextCase, isUseAutoSelect, isLoading, withHiddenMode, hiddenChar, maxHiddenIndex, isValueHiddenDefault, isHide, icon, showIcon, isIconLeft, isIconRight, iconDynamicKey, iconDynamicProps, value, blinkErrors, blinkDuration, showErrors, className, errors: customErrors, error: customError, onChange: onChangeProp, onFocus: onFocusProp, onBlur: onBlurProp, onKeyDown: onKeyDownProp, onFilled: onFilledProp, showHint, hintText, hintClassName, isHintRight, isHintLeft, hintPosition, hideMaskOnBlur, returnMaskedValue, name, fieldKey, id, disabled, testId, attributesOfNativeInput, }?: {
2
+ autocomplete?: string | undefined;
3
+ maxEditableIndex?: number | undefined;
4
+ isFocusedDefault?: boolean | undefined;
5
+ isUseAutoSelect?: boolean | undefined;
6
+ isLoading?: boolean | undefined;
7
+ withHiddenMode?: boolean | undefined;
8
+ hiddenChar?: string | undefined;
9
+ maxHiddenIndex?: number | undefined;
10
+ isValueHiddenDefault?: boolean | undefined;
11
+ iconDynamicProps?: {} | undefined;
12
+ blinkErrors?: boolean | undefined;
13
+ blinkDuration?: number | undefined;
14
+ showErrors?: boolean | undefined;
15
+ className?: string | undefined;
16
+ errors?: {
17
+ onlyLetter: string;
18
+ onlyDigit: string;
19
+ onlyUpperCase: string;
20
+ onlyLowerCase: string;
21
+ default: null;
22
+ } | undefined;
23
+ error?: string | undefined;
24
+ onChange?: (() => void) | undefined;
25
+ onFocus?: (() => void) | undefined;
26
+ onBlur?: (() => void) | undefined;
27
+ onKeyDown?: (() => void) | undefined;
28
+ onFilled?: (() => void) | undefined;
29
+ showHint?: boolean | undefined;
30
+ hintText?: string | undefined;
31
+ hintClassName?: string | undefined;
32
+ isHintRight?: boolean | undefined;
33
+ isHintLeft?: boolean | undefined;
34
+ hintPosition?: string | undefined;
35
+ hideMaskOnBlur?: boolean | undefined;
36
+ returnMaskedValue?: boolean | undefined;
37
+ testId?: string | undefined;
38
+ attributesOfNativeInput?: {} | undefined;
39
+ }): JSX.Element;
@@ -0,0 +1,3 @@
1
+ export default InputWithAction;
2
+ declare const InputWithAction: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3
+ import React from "react";
@@ -0,0 +1,8 @@
1
+ export default InputsRow;
2
+ declare function InputsRow({ items, title, paramPlaceholder, valuePlaceholder, descriptionPlaceholder, }: {
3
+ items: any;
4
+ title: any;
5
+ paramPlaceholder?: string | undefined;
6
+ valuePlaceholder?: string | undefined;
7
+ descriptionPlaceholder?: string | undefined;
8
+ }): JSX.Element;
@@ -0,0 +1,5 @@
1
+ import type { ILabelProps } from './Label.interface';
2
+ import React from 'react';
3
+ import './Label.scss';
4
+ declare const Label: React.FC<ILabelProps>;
5
+ export default Label;
@@ -0,0 +1,19 @@
1
+ import type React from 'react';
2
+ import type { IHintProps } from '../../../Atomic/UI/Hint';
3
+ import type { IUniProps } from '../../../types/base.interface';
4
+ export interface ILabelProps extends IUniProps {
5
+ label?: string;
6
+ note?: string;
7
+ hint?: {
8
+ text: string;
9
+ icon?: React.ReactNode;
10
+ variant?: IHintProps['variant'];
11
+ hintSide?: IHintProps['side'];
12
+ };
13
+ isRequired?: boolean;
14
+ isLabelBolt?: boolean;
15
+ onClickHintCallback?: () => void;
16
+ error?: string | null;
17
+ isAccessability?: boolean;
18
+ isAccessabilityHint?: boolean;
19
+ }
@@ -0,0 +1,3 @@
1
+ import Label from './Label';
2
+ export default Label;
3
+ export type { ILabelProps } from './Label.interface';
@@ -0,0 +1,6 @@
1
+ export default MultiSelect;
2
+ declare function MultiSelect({ options, chosenOptions, onChange }: {
3
+ options: any;
4
+ chosenOptions: any;
5
+ onChange: any;
6
+ }): JSX.Element;
@@ -0,0 +1,36 @@
1
+ export default NumericInput;
2
+ declare function NumericInput({ disabled, withDelete, numStep, min, max, value, placeholder, className, testId, name, fieldKey, id, onChange, onBlur, onFocus, onKeyUp, onKeyDown, maskChar, formatChars, error, icon, isNotBlinkErrors, blinkTime, isPriceInput, isFocusDefault, isNotRenderButtons, isUseAutoSelect, isLoading, isAllowNullValue, onlyNumbers, attributesOfNativeInput, }: {
3
+ disabled: any;
4
+ withDelete: any;
5
+ numStep?: number | undefined;
6
+ min?: number | undefined;
7
+ max: any;
8
+ value: any;
9
+ placeholder: any;
10
+ className: any;
11
+ testId?: string | undefined;
12
+ name: any;
13
+ fieldKey: any;
14
+ id: any;
15
+ onChange?: (() => void) | undefined;
16
+ onBlur?: (() => void) | undefined;
17
+ onFocus?: (() => void) | undefined;
18
+ onKeyUp?: (() => void) | undefined;
19
+ onKeyDown?: (() => void) | undefined;
20
+ maskChar: any;
21
+ formatChars: any;
22
+ error: any;
23
+ icon: any;
24
+ isNotBlinkErrors: any;
25
+ blinkTime: any;
26
+ isPriceInput: any;
27
+ isFocusDefault?: boolean | undefined;
28
+ isNotRenderButtons?: boolean | undefined;
29
+ isUseAutoSelect?: boolean | undefined;
30
+ isLoading?: boolean | undefined;
31
+ isAllowNullValue?: boolean | undefined;
32
+ onlyNumbers?: {
33
+ type: string;
34
+ } | undefined;
35
+ attributesOfNativeInput?: {} | undefined;
36
+ }): JSX.Element;
@@ -0,0 +1,9 @@
1
+ export default RadioGroupWithInput;
2
+ declare function RadioGroupWithInput({ alert, className, disabled, onChange, direction, options, }: {
3
+ alert: any;
4
+ className: any;
5
+ disabled: any;
6
+ onChange?: (() => void) | undefined;
7
+ direction?: string | undefined;
8
+ options?: never[] | undefined;
9
+ }): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default RangeCalendar;
2
+ declare function RangeCalendar(props: any): JSX.Element;
@@ -0,0 +1,5 @@
1
+ import type { IRangeInputsProps } from './RangeInputs.interface';
2
+ import React from 'react';
3
+ import './RangeInputs.scss';
4
+ declare const RangeInputs: React.FC<IRangeInputsProps>;
5
+ export default RangeInputs;
@@ -0,0 +1,4 @@
1
+ import type { IRangeInputsProps } from './RangeInputs.interface';
2
+ import RangeInputs from './RangeInputs';
3
+ export type { IRangeInputsProps };
4
+ export default RangeInputs;
@@ -0,0 +1,2 @@
1
+ export default RangeList;
2
+ declare function RangeList(props: any): JSX.Element;
@@ -0,0 +1,19 @@
1
+ export default function RangeSlider({ required, noTrack, rangeSymbol, min, max, decimalPlaces, minRange, precision, testId, value, unit, label, isUseBitPoints, onChange, }: {
2
+ required: any;
3
+ noTrack: any;
4
+ rangeSymbol: any;
5
+ min?: number | undefined;
6
+ max?: number | undefined;
7
+ decimalPlaces?: number | undefined;
8
+ minRange?: number | undefined;
9
+ precision?: number | undefined;
10
+ testId?: string | undefined;
11
+ value?: {
12
+ from: any;
13
+ to: any;
14
+ } | undefined;
15
+ unit?: string | undefined;
16
+ label?: string | undefined;
17
+ isUseBitPoints?: boolean | undefined;
18
+ onChange?: (() => void) | undefined;
19
+ }): JSX.Element;
@@ -0,0 +1,13 @@
1
+ export default function RangeSlider2({ min, max, minRange, dividersRange, pointValueType, precision, step, className, value, onChange, transformDataOnConcat, }: {
2
+ min?: number | undefined;
3
+ max?: number | undefined;
4
+ minRange?: number | undefined;
5
+ dividersRange?: number | undefined;
6
+ pointValueType?: "from" | undefined;
7
+ precision?: number | undefined;
8
+ step?: number | undefined;
9
+ className: any;
10
+ value?: never[] | undefined;
11
+ onChange?: (() => void) | undefined;
12
+ transformDataOnConcat?: ((d1: any, d2: any) => never[]) | undefined;
13
+ }): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SwitchableRow;
2
+ declare function SwitchableRow(props: any): JSX.Element;
@@ -0,0 +1,5 @@
1
+ import type { ISwitcherProps } from './Switcher.interface';
2
+ import React from 'react';
3
+ import './Switcher.scss';
4
+ declare const Switcher: React.FC<ISwitcherProps>;
5
+ export default Switcher;
@@ -0,0 +1,4 @@
1
+ import type { ISwitcherProps } from './Switcher.interface';
2
+ import Switcher from './Switcher';
3
+ export type { ISwitcherProps };
4
+ export default Switcher;
@@ -0,0 +1,15 @@
1
+ export default SwitcherCheckbox;
2
+ declare function SwitcherCheckbox({ label, hint, items, value, className, isLabelBold, isActive, hintSide, disabled, hideChildren, onSwitcherChange, onChange, }: {
3
+ label: any;
4
+ hint: any;
5
+ items?: never[] | undefined;
6
+ value?: never[] | undefined;
7
+ className: any;
8
+ isLabelBold: any;
9
+ isActive: any;
10
+ hintSide: any;
11
+ disabled: any;
12
+ hideChildren?: boolean | undefined;
13
+ onSwitcherChange?: (() => void) | undefined;
14
+ onChange?: (() => void) | undefined;
15
+ }): JSX.Element;
@@ -0,0 +1,5 @@
1
+ import type { ISwitcherHideProps } from './SwitcherHide.interface';
2
+ import React from 'react';
3
+ import './SwitcherHide.scss';
4
+ declare const SwitcherHide: React.FC<ISwitcherHideProps>;
5
+ export default SwitcherHide;
@@ -0,0 +1,4 @@
1
+ import type { ISwitcherHideProps } from './SwitcherHide.interface';
2
+ import SwitcherHide from './SwitcherHide';
3
+ export type { ISwitcherHideProps };
4
+ export default SwitcherHide;
@@ -0,0 +1,5 @@
1
+ import type { ISwitcherRadioProps } from './SwitcherRadio.interface';
2
+ import React from 'react';
3
+ import './SwitcherRadio.scss';
4
+ declare const SwitcherRadio: React.FC<ISwitcherRadioProps>;
5
+ export default SwitcherRadio;
@@ -0,0 +1,4 @@
1
+ import type { ISwitcherRadioProps } from './SwitcherRadio.interface';
2
+ import SwitcherRadio from './SwitcherRadio';
3
+ export type { ISwitcherRadioProps };
4
+ export default SwitcherRadio;
@@ -0,0 +1,4 @@
1
+ import type { ISwitcherRangeProps } from './SwitcherRange.interface';
2
+ import React from 'react';
3
+ declare const SwitcherRange: React.FC<ISwitcherRangeProps>;
4
+ export default SwitcherRange;
@@ -0,0 +1,4 @@
1
+ import type { ISwitcherRangeProps } from './SwitcherRange.interface';
2
+ import SwitcherRange from './SwitcherRange';
3
+ export type { ISwitcherRangeProps };
4
+ export default SwitcherRange;
@@ -0,0 +1,2 @@
1
+ export default SwitcherRangeList;
2
+ declare function SwitcherRangeList(props: any): JSX.Element;
@@ -0,0 +1,16 @@
1
+ export default SwitcherTagsDropdown;
2
+ declare function SwitcherTagsDropdown({ className, label, isLabelBold, isValuesInTags, isActive, isIncluded, isAdvancedLabelSearch, disabled, options, chosenOptions, setIsActive, setIsIncluded, onChange, }: {
3
+ className: any;
4
+ label: any;
5
+ isLabelBold: any;
6
+ isValuesInTags: any;
7
+ isActive: any;
8
+ isIncluded: any;
9
+ isAdvancedLabelSearch: any;
10
+ disabled: any;
11
+ options?: never[] | undefined;
12
+ chosenOptions?: never[] | undefined;
13
+ setIsActive?: (() => void) | undefined;
14
+ setIsIncluded?: (() => void) | undefined;
15
+ onChange?: (() => void) | undefined;
16
+ }): JSX.Element;
@@ -0,0 +1,18 @@
1
+ export default SwitcherTextarea;
2
+ declare function SwitcherTextarea({ label, isLabelBold, hint, className, isActive, setIsActive, isIncluded, setIsIncluded, text, setText, activeText, inactiveText, placeholder, disabled, testId, }: {
3
+ label: any;
4
+ isLabelBold: any;
5
+ hint: any;
6
+ className: any;
7
+ isActive?: boolean | undefined;
8
+ setIsActive?: (() => void) | undefined;
9
+ isIncluded?: boolean | undefined;
10
+ setIsIncluded?: (() => void) | undefined;
11
+ text?: string | undefined;
12
+ setText?: (() => void) | undefined;
13
+ activeText?: string | undefined;
14
+ inactiveText?: string | undefined;
15
+ placeholder: any;
16
+ disabled: any;
17
+ testId: any;
18
+ }): JSX.Element;
@@ -0,0 +1,9 @@
1
+ export default TagListToDropdown;
2
+ declare function TagListToDropdown({ options, value, dropdownProps, listProps, onChange, useDropdownCompactMode, }: {
3
+ options: any;
4
+ value?: never[] | undefined;
5
+ dropdownProps?: {} | undefined;
6
+ listProps?: {} | undefined;
7
+ onChange: any;
8
+ useDropdownCompactMode: any;
9
+ }): JSX.Element;
@@ -0,0 +1,5 @@
1
+ import type { ITagsDropdownProps } from './TagsDropdown.interface';
2
+ import React from 'react';
3
+ import './TagsDropdown.scss';
4
+ declare const TagsDropdown: React.FC<ITagsDropdownProps>;
5
+ export default TagsDropdown;
@@ -0,0 +1,3 @@
1
+ export default Textarea;
2
+ declare const Textarea: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
3
+ import React from "react";
@@ -0,0 +1,12 @@
1
+ export default TieredCheckboxes;
2
+ declare function TieredCheckboxes({ items, className, onChange, isUseParentsClassesAsDataset, isUseAccordionForGroup, accordionIcons, isOnlyOne, sortGroups, sortGroupItems, }: {
3
+ items?: {} | undefined;
4
+ className: any;
5
+ onChange: any;
6
+ isUseParentsClassesAsDataset: any;
7
+ isUseAccordionForGroup: any;
8
+ accordionIcons: any;
9
+ isOnlyOne?: boolean | undefined;
10
+ sortGroups?: boolean | undefined;
11
+ sortGroupItems?: boolean | undefined;
12
+ }): JSX.Element;