intelicoreact 1.6.1 → 1.6.3
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/ArrayElement.d.ts +13 -0
- package/dist/AsyncReturnType.d.ts +17 -0
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.js +32 -31
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.scss +23 -170
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.stories.js +1 -2
- package/dist/Atomic/UI/PieChart/PieChart.js +9 -55
- package/dist/Atomic/UI/PieChart/PieChart.scss +11 -87
- package/dist/Atomic/UI/PieChart/PieChart.stories.js +52 -50
- package/dist/DeepPartial.d.ts +40 -0
- package/dist/DeepReadonly.d.ts +38 -0
- package/dist/DeepRequired.d.ts +50 -0
- package/dist/Flatten.d.ts +34 -0
- package/dist/FunctionType.d.ts +37 -0
- package/dist/If.d.ts +34 -0
- package/dist/KeysType.d.ts +10 -0
- package/dist/Langs.d.ts +179 -0
- package/dist/NonNullableType.d.ts +13 -0
- package/dist/ObjectType.d.ts +9 -0
- package/dist/OnlyObjectKeys.d.ts +65 -0
- package/dist/{types/declaration/PrettyPrint.d.js → PrettyPrint.d.ts} +2 -4
- package/dist/RequiredFields.d.ts +21 -0
- package/dist/TupleType.d.ts +10 -0
- package/dist/ValuesType.d.ts +10 -0
- package/dist/lib/src/Atomic/FormElements/ActionAlert/ActionAlert.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/ActionAlert/ActionAlert.interface.d.ts +21 -0
- package/dist/lib/src/Atomic/FormElements/ActionAlert/ActionAlert.stories.d.ts +35 -0
- package/dist/lib/src/Atomic/FormElements/ActionAlert/ActionAlert.test.d.ts +1 -0
- package/dist/lib/src/Atomic/FormElements/ActionAlert/index.d.ts +4 -0
- package/dist/lib/src/Atomic/FormElements/AdvancedStatus/AdvancedStatus.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/AdvancedStatus/AdvancedStatus.interface.d.ts +11 -0
- package/dist/lib/src/Atomic/FormElements/AdvancedStatus/AdvancedStatus.stories.d.ts +21 -0
- package/dist/lib/src/Atomic/FormElements/AdvancedStatus/AdvancedStatus.test.d.ts +1 -0
- package/dist/lib/src/Atomic/FormElements/AdvancedStatus/index.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/Calendar/Calendar.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/Calendar/Calendar.props.d.ts +28 -0
- package/dist/lib/src/Atomic/FormElements/Calendar/Calendar.stories.d.ts +36 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxInput/CheckboxInput.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxInput/CheckboxInput.interface.d.ts +11 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxInput/CheckboxInput.stories.d.ts +39 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxInput/CheckboxInput.test.d.ts +1 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxInput/index.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxesLine/CheckboxesLine.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxesLine/CheckboxesLine.interface.d.ts +24 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxesLine/CheckboxesLine.stories.d.ts +28 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxesLine/CheckboxesLine.test.d.ts +1 -0
- package/dist/lib/src/Atomic/FormElements/CheckboxesLine/index.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/Datepicker/Datepicker.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/Datepicker/Datepicker.stories.d.ts +17 -0
- package/dist/lib/src/Atomic/FormElements/Datepicker/components/Calendar.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/Dropdown/Dropdown.d.ts +31 -0
- package/dist/lib/src/Atomic/FormElements/Dropdown/Dropdown.stories.d.ts +73 -0
- package/dist/lib/src/Atomic/FormElements/Dropdown/components/DropdownLoader.d.ts +4 -0
- package/dist/lib/src/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.d.ts +23 -0
- package/dist/lib/src/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.stories.d.ts +67 -0
- package/dist/lib/src/Atomic/FormElements/FileLoader/FileLoader.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/FileLoader/FileLoader.stories.d.ts +23 -0
- package/dist/lib/src/Atomic/FormElements/FileLoader/partial/LoadZone.d.ts +15 -0
- package/dist/lib/src/Atomic/FormElements/FileLoader/partial/LoadedContent.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.d.ts +17 -0
- package/dist/lib/src/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.stories.d.ts +115 -0
- package/dist/lib/src/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.d.ts +19 -0
- package/dist/lib/src/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.stories.d.ts +38 -0
- package/dist/lib/src/Atomic/FormElements/FileLoaderLocalGroup/FileLoaderLocalGroup.d.ts +10 -0
- package/dist/lib/src/Atomic/FormElements/FileLoaderLocalGroup/FileLoaderLocalGroup.stories.d.ts +15 -0
- package/dist/lib/src/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN.d.ts +14 -0
- package/dist/lib/src/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN.stories.d.ts +28 -0
- package/dist/lib/src/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN_old.d.ts +11 -0
- package/dist/lib/src/Atomic/FormElements/Input/Input.d.ts +38 -0
- package/dist/lib/src/Atomic/FormElements/Input/Input.stories.d.ts +210 -0
- package/dist/lib/src/Atomic/FormElements/InputCalendar/InputCalendar.d.ts +19 -0
- package/dist/lib/src/Atomic/FormElements/InputCalendar/InputCalendar.stories.d.ts +18 -0
- package/dist/lib/src/Atomic/FormElements/InputColor/InputColor.d.ts +15 -0
- package/dist/lib/src/Atomic/FormElements/InputColor/InputColor.stories.d.ts +57 -0
- package/dist/lib/src/Atomic/FormElements/InputCurrency/InputCurrency.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/InputCurrency/InputCurrency.interface.d.ts +29 -0
- package/dist/lib/src/Atomic/FormElements/InputCurrency/InputCurrency.stories.d.ts +11 -0
- package/dist/lib/src/Atomic/FormElements/InputCurrency/InputCurrency.test.d.ts +1 -0
- package/dist/lib/src/Atomic/FormElements/InputCurrency/index.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/InputDateRange/InputDateRange.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/InputDateRange/InputDateRange.stories.d.ts +37 -0
- package/dist/lib/src/Atomic/FormElements/InputDateRange/components/DateInput.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/InputDateRange/components/Datepicker.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/InputDateRange/components/OpenedPart.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/InputDateRange/components/SelectItem.d.ts +10 -0
- package/dist/lib/src/Atomic/FormElements/InputDateRange/dependencies.d.ts +139 -0
- package/dist/lib/src/Atomic/FormElements/InputLink/InputLink.d.ts +14 -0
- package/dist/lib/src/Atomic/FormElements/InputLink/InputLink.stories.d.ts +75 -0
- package/dist/lib/src/Atomic/FormElements/InputMask/InputCarretPosition.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/InputMask/InputMask.d.ts +33 -0
- package/dist/lib/src/Atomic/FormElements/InputMask/InputMask.stories.d.ts +338 -0
- package/dist/lib/src/Atomic/FormElements/InputMask/config.d.ts +14 -0
- package/dist/lib/src/Atomic/FormElements/InputMask/functions.d.ts +11 -0
- package/dist/lib/src/Atomic/FormElements/InputMask2/InputMask2.d.ts +35 -0
- package/dist/lib/src/Atomic/FormElements/InputMask2/InputMask2.stories.d.ts +347 -0
- package/dist/lib/src/Atomic/FormElements/InputMask2/config.d.ts +14 -0
- package/dist/lib/src/Atomic/FormElements/InputMask2/functions.d.ts +11 -0
- package/dist/lib/src/Atomic/FormElements/InputMask3/InputMask3.d.ts +39 -0
- package/dist/lib/src/Atomic/FormElements/InputMask3/InputMask3.stories.d.ts +368 -0
- package/dist/lib/src/Atomic/FormElements/InputMask3/config.d.ts +14 -0
- package/dist/lib/src/Atomic/FormElements/InputMask3/functions.d.ts +11 -0
- package/dist/lib/src/Atomic/FormElements/InputWithAction/InputWithAction.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/InputWithAction/InputWithAction.stories.d.ts +229 -0
- package/dist/lib/src/Atomic/FormElements/InputsRow/InputsRow.d.ts +8 -0
- package/dist/lib/src/Atomic/FormElements/InputsRow/InputsRow.stories.d.ts +22 -0
- package/dist/lib/src/Atomic/FormElements/Label/Label.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/Label/Label.interface.d.ts +19 -0
- package/dist/lib/src/Atomic/FormElements/Label/Label.stories.d.ts +7 -0
- package/dist/lib/src/Atomic/FormElements/Label/Label.test.d.ts +1 -0
- package/dist/lib/src/Atomic/FormElements/Label/index.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/MobileCalendar/MobileCalendar.d.ts +33 -0
- package/dist/lib/src/Atomic/FormElements/MobileCalendar/MobileCalendar.stories.d.ts +134 -0
- package/dist/lib/src/Atomic/FormElements/MultiSelect/MultiSelect.d.ts +6 -0
- package/dist/lib/src/Atomic/FormElements/MultiSelect/MultiSelect.stories.d.ts +10 -0
- package/dist/lib/src/Atomic/FormElements/NumericInput/NumericInput.d.ts +36 -0
- package/dist/lib/src/Atomic/FormElements/NumericInput/NumericInput.stories.d.ts +118 -0
- package/dist/lib/src/Atomic/FormElements/RadioGroup/RadioGroup.d.ts +9 -0
- package/dist/lib/src/Atomic/FormElements/RadioGroup/RadioGroup.stories.d.ts +30 -0
- package/dist/lib/src/Atomic/FormElements/RadioGroupWithInput/RadioGroupWithInput.d.ts +9 -0
- package/dist/lib/src/Atomic/FormElements/RadioGroupWithInput/RadioGroupWithInput.stories.d.ts +66 -0
- package/dist/lib/src/Atomic/FormElements/RadioInput/RadioInput.d.ts +13 -0
- package/dist/lib/src/Atomic/FormElements/RadioInput/RadioInput.stories.d.ts +52 -0
- package/dist/lib/src/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.d.ts +7 -0
- package/dist/lib/src/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.stories.d.ts +28 -0
- package/dist/lib/src/Atomic/FormElements/RangeCalendar/RangeCalendar.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/RangeCalendar/RangeCalendar.stories.d.ts +12 -0
- package/dist/lib/src/Atomic/FormElements/RangeInputs/RangeInputs.d.ts +21 -0
- package/dist/lib/src/Atomic/FormElements/RangeInputs/RangeInputs.stories.d.ts +17 -0
- package/dist/lib/src/Atomic/FormElements/RangeList/RangeList.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/RangeList/RangeList.stories.d.ts +54 -0
- package/dist/lib/src/Atomic/FormElements/RangeList/partial/RangeListRow.d.ts +13 -0
- package/dist/lib/src/Atomic/FormElements/RangeSlider/RangeSlider.d.ts +19 -0
- package/dist/lib/src/Atomic/FormElements/RangeSlider/RangeSlider.stories.d.ts +280 -0
- package/dist/lib/src/Atomic/FormElements/RangeSlider2/RangeSlider2.d.ts +13 -0
- package/dist/lib/src/Atomic/FormElements/RangeSlider2/RangeSlider2.stories.d.ts +280 -0
- package/dist/lib/src/Atomic/FormElements/SwitchableRow/SwitchableRow.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/SwitchableRow/SwitchableRow.stories.d.ts +13 -0
- package/dist/lib/src/Atomic/FormElements/Switcher/Switcher.d.ts +12 -0
- package/dist/lib/src/Atomic/FormElements/Switcher/Switcher.stories.d.ts +15 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.d.ts +15 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.stories.d.ts +15 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherHide/SwitcherHide.d.ts +13 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherHide/SwitcherHide.stories.d.ts +15 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherRadio/SwitcherRadio.d.ts +17 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherRadio/SwitcherRadio.stories.d.ts +43 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherRange/SwitcherRange.d.ts +15 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherRange/SwitcherRange.stories.d.ts +22 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.stories.d.ts +27 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.d.ts +16 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.stories.d.ts +18 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherTagsDropdown/partial/States.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.d.ts +18 -0
- package/dist/lib/src/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.stories.d.ts +19 -0
- package/dist/lib/src/Atomic/FormElements/TagListToDropdown/TagListToDropdown.d.ts +9 -0
- package/dist/lib/src/Atomic/FormElements/TagListToDropdown/TagListToDropdown.stories.d.ts +35 -0
- package/dist/lib/src/Atomic/FormElements/TagsDropdown/TagsDropdown.d.ts +54 -0
- package/dist/lib/src/Atomic/FormElements/TagsDropdown/TagsDropdown.stories.d.ts +122 -0
- package/dist/lib/src/Atomic/FormElements/Text/Text.d.ts +22 -0
- package/dist/lib/src/Atomic/FormElements/Text/Text.stories.d.ts +53 -0
- package/dist/lib/src/Atomic/FormElements/TextSwitcher/TextSwitcher.d.ts +12 -0
- package/dist/lib/src/Atomic/FormElements/TextSwitcher/TextSwitcher.stories.d.ts +37 -0
- package/dist/lib/src/Atomic/FormElements/TextSwitcher/TextSwitcher.test.d.ts +1 -0
- package/dist/lib/src/Atomic/FormElements/Textarea/Textarea.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/Textarea/Textarea.stories.d.ts +15 -0
- package/dist/lib/src/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.d.ts +12 -0
- package/dist/lib/src/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.stories.d.ts +63 -0
- package/dist/lib/src/Atomic/FormElements/TieredCheckboxes/partial/AccordionWithCheckbox.d.ts +13 -0
- package/dist/lib/src/Atomic/FormElements/TimeRange/TimeRange.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/TimeRange/TimeRange.interface.d.ts +7 -0
- package/dist/lib/src/Atomic/FormElements/TimeRange/TimeRange.stories.d.ts +10 -0
- package/dist/lib/src/Atomic/FormElements/TimeRange/TimeRange.test.d.ts +1 -0
- package/dist/lib/src/Atomic/FormElements/TimeRange/index.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/UserContacts/UserContact.test.d.ts +1 -0
- package/dist/lib/src/Atomic/FormElements/UserContacts/UserContacts.d.ts +5 -0
- package/dist/lib/src/Atomic/FormElements/UserContacts/UserContacts.interface.d.ts +32 -0
- package/dist/lib/src/Atomic/FormElements/UserContacts/UserContacts.stories.d.ts +10 -0
- package/dist/lib/src/Atomic/FormElements/UserContacts/index.d.ts +3 -0
- package/dist/lib/src/Atomic/FormElements/VariantsListRadio/VariantsListRadio.d.ts +17 -0
- package/dist/lib/src/Atomic/FormElements/VariantsListRadio/VariantsListRadio.stories.d.ts +114 -0
- package/dist/lib/src/Atomic/FormElements/VariantsListRadio/partials/VariantsListRadioItem.d.ts +12 -0
- package/dist/lib/src/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.stories.d.ts +18 -0
- package/dist/lib/src/Atomic/FormElements/WidgetPseudoTable/partial/constructor.d.ts +23 -0
- package/dist/lib/src/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.d.ts +2 -0
- package/dist/lib/src/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.stories.d.ts +17 -0
- package/dist/lib/src/Atomic/FormElements/WidgetWithSwitchableRows/partial/constructor.d.ts +38 -0
- package/dist/lib/src/Atomic/Layout/Header/Header.d.ts +10 -0
- package/dist/lib/src/Atomic/Layout/Header/Header.stories.d.ts +52 -0
- package/dist/lib/src/Atomic/Layout/MainMenu/MainMenu.d.ts +2 -0
- package/dist/lib/src/Atomic/Layout/MainMenu/MainMenu.stories.d.ts +51 -0
- package/dist/lib/src/Atomic/Layout/Spinner/Spinner.d.ts +5 -0
- package/dist/lib/src/Atomic/Layout/Spinner/Spinner.interface.d.ts +4 -0
- package/dist/lib/src/Atomic/Layout/Spinner/Spinner.stories.d.ts +7 -0
- package/dist/lib/src/Atomic/Layout/Spinner/Spinner.test.d.ts +1 -0
- package/dist/lib/src/Atomic/Layout/Spinner/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/Accordion/Accordion.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/Accordion/Accordion.interface.d.ts +56 -0
- package/dist/lib/src/Atomic/UI/Accordion/Accordion.stories.d.ts +19 -0
- package/dist/lib/src/Atomic/UI/Accordion/Accordion.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/Accordion/AccordionItem.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/Accordion/AccordionItem.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/Accordion/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/AccordionTable/AccordionTable.d.ts +10 -0
- package/dist/lib/src/Atomic/UI/AccordionTable/AccordionTable.stories.d.ts +105 -0
- package/dist/lib/src/Atomic/UI/AccordionText/AccordionText.d.ts +8 -0
- package/dist/lib/src/Atomic/UI/AccordionText/AccordionText.stories.d.ts +10 -0
- package/dist/lib/src/Atomic/UI/AdvancedTag/AdvTag.d.ts +7 -0
- package/dist/lib/src/Atomic/UI/AdvancedTag/AdvancedTags.d.ts +8 -0
- package/dist/lib/src/Atomic/UI/AdvancedTag/AdvancedTags.stories.d.ts +74 -0
- package/dist/lib/src/Atomic/UI/Alert/Alert.d.ts +15 -0
- package/dist/lib/src/Atomic/UI/Alert/Alert.stories.d.ts +58 -0
- package/dist/lib/src/Atomic/UI/Arrow/Arrow.d.ts +9 -0
- package/dist/lib/src/Atomic/UI/Arrow/Arrow.stories.d.ts +34 -0
- package/dist/lib/src/Atomic/UI/Box/Box.d.ts +8 -0
- package/dist/lib/src/Atomic/UI/Box/Box.stories.d.ts +29 -0
- package/dist/lib/src/Atomic/UI/Button/Button.d.ts +20 -0
- package/dist/lib/src/Atomic/UI/Button/Button.stories.d.ts +79 -0
- package/dist/lib/src/Atomic/UI/Button/Button.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/ButtonsBar/ButtonsBar.d.ts +21 -0
- package/dist/lib/src/Atomic/UI/ButtonsBar/ButtonsBar.stories.d.ts +107 -0
- package/dist/lib/src/Atomic/UI/Chart/Chart.d.ts +12 -0
- package/dist/lib/src/Atomic/UI/Chart/Chart.stories.d.ts +38 -0
- package/dist/lib/src/Atomic/UI/Chart/partial/Chart.constants.d.ts +78 -0
- package/dist/lib/src/Atomic/UI/Chart/partial/ChartTypeSwitcherIcon/ChartTypeSwitcherIcon.d.ts +7 -0
- package/dist/lib/src/Atomic/UI/Chart/partial/datasetSetters.d.ts +13 -0
- package/dist/lib/src/Atomic/UI/Chart/partial/optionsConstructor.d.ts +145 -0
- package/dist/lib/src/Atomic/UI/Chart/partial/optionsSetters.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/Chart/partial/utils.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/CircleProgressBar/CircleProgressBar.d.ts +14 -0
- package/dist/lib/src/Atomic/UI/CircleProgressBar/CircleProgressBar.stories.d.ts +71 -0
- package/dist/lib/src/Atomic/UI/DateTime/DateTime.d.ts +11 -0
- package/dist/lib/src/Atomic/UI/DateTime/DateTime.stories.d.ts +18 -0
- package/dist/lib/src/Atomic/UI/DebugContainer/DebugContainer.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/DebugContainer/useDebugContainer.d.ts +7 -0
- package/dist/lib/src/Atomic/UI/DoubleString/DoubleString.d.ts +18 -0
- package/dist/lib/src/Atomic/UI/DoubleString/DoubleString.stories.d.ts +36 -0
- package/dist/lib/src/Atomic/UI/DynamicIcon/DynamicIcon.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/DynamicIcon/DynamicIcon.interface.d.ts +6 -0
- package/dist/lib/src/Atomic/UI/DynamicIcon/DynamicIcon.stories.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/DynamicIcon/DynamicIcon.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/DynamicIcon/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.d.ts +2 -0
- package/dist/lib/src/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.stories.d.ts +20 -0
- package/dist/lib/src/Atomic/UI/ExampleChartIntegration/partial/utils.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/Hint/Hint.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/Hint/Hint.interface.d.ts +25 -0
- package/dist/lib/src/Atomic/UI/Hint/Hint.stories.d.ts +39 -0
- package/dist/lib/src/Atomic/UI/Hint/Hint.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/Hint/index.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/Hint/partials/_utils.d.ts +6 -0
- package/dist/lib/src/Atomic/UI/Modal/Modal.d.ts +14 -0
- package/dist/lib/src/Atomic/UI/Modal/Modal.interface.d.ts +59 -0
- package/dist/lib/src/Atomic/UI/Modal/Modal.stories.d.ts +17 -0
- package/dist/lib/src/Atomic/UI/Modal/ModalHOC.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/Modal/ModalHOC.stories.d.ts +15 -0
- package/dist/lib/src/Atomic/UI/Modal/ModalHOC.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/Modal/index.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/Modal/partials/ModalFooter.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/Modal/partials/ModalFooter.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/Modal/partials/ModalTitle.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/Modal/partials/ModalTitle.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/Modal/partials/useMobileModal.d.ts +30 -0
- package/dist/lib/src/Atomic/UI/Modal/partials/useMobileModal.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/MonoAccordion/MonoAccordion._test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/MonoAccordion/MonoAccordion.d.ts +12 -0
- package/dist/lib/src/Atomic/UI/MonoAccordion/MonoAccordion.interface.d.ts +17 -0
- package/dist/lib/src/Atomic/UI/MonoAccordion/MonoAccordion.stories.d.ts +99 -0
- package/dist/lib/src/Atomic/UI/MonoAccordion/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/NavLine/NavLine.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/NavLine/NavLine.interface.d.ts +31 -0
- package/dist/lib/src/Atomic/UI/NavLine/NavLine.stories.d.ts +13 -0
- package/dist/lib/src/Atomic/UI/NavLine/NavLine.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/NavLine/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/PageTitle/PageTitle.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/PageTitle/PageTitle.interface.d.ts +15 -0
- package/dist/lib/src/Atomic/UI/PageTitle/PageTitle.stories.d.ts +7 -0
- package/dist/lib/src/Atomic/UI/PageTitle/PageTitle.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/PageTitle/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/PieChart/PieChart.d.ts +8 -0
- package/dist/lib/src/Atomic/UI/PieChart/PieChart.stories.d.ts +16 -0
- package/dist/lib/src/Atomic/UI/Price/Price.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/Price/Price.interface.d.ts +6 -0
- package/dist/lib/src/Atomic/UI/Price/Price.stories.d.ts +26 -0
- package/dist/lib/src/Atomic/UI/Price/Price.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/Price/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/PriceRange/PriceRange.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/PriceRange/PriceRange.interface.d.ts +8 -0
- package/dist/lib/src/Atomic/UI/PriceRange/PriceRange.stories.d.ts +23 -0
- package/dist/lib/src/Atomic/UI/PriceRange/PriceRange.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/PriceRange/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/ProgressLine/ProgressLine.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/ProgressLine/ProgressLine.interface.d.ts +25 -0
- package/dist/lib/src/Atomic/UI/ProgressLine/ProgressLine.stories.d.ts +7 -0
- package/dist/lib/src/Atomic/UI/ProgressLine/ProgressLine.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/ProgressLine/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/Status/Status.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/Status/Status.interface.d.ts +15 -0
- package/dist/lib/src/Atomic/UI/Status/Status.stories.d.ts +29 -0
- package/dist/lib/src/Atomic/UI/Status/Status.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/Status/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/Table/Partials/TdCell.d.ts +13 -0
- package/dist/lib/src/Atomic/UI/Table/Partials/TdHeader.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/Table/Partials/TdRow.d.ts +17 -0
- package/dist/lib/src/Atomic/UI/Table/Partials/TdTitle.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/Table/Table.d.ts +9 -0
- package/dist/lib/src/Atomic/UI/Table/Table.stories.d.ts +125 -0
- package/dist/lib/src/Atomic/UI/Table/TdTypes/TdActions.d.ts +6 -0
- package/dist/lib/src/Atomic/UI/Table/TdTypes/TdPriority.d.ts +6 -0
- package/dist/lib/src/Atomic/UI/Table/TdTypes/TdRange.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/Table/TdTypes/TdWeight.d.ts +7 -0
- package/dist/lib/src/Atomic/UI/Tag/Tag.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/Tag/Tag.interface.d.ts +16 -0
- package/dist/lib/src/Atomic/UI/Tag/Tag.stories.d.ts +8 -0
- package/dist/lib/src/Atomic/UI/Tag/Tag.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/Tag/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/TagList/TagList.d.ts +16 -0
- package/dist/lib/src/Atomic/UI/TagList/TagList.stories.d.ts +26 -0
- package/dist/lib/src/Atomic/UI/UserBox/UserBox.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/UserBox/UserBox.interface.d.ts +9 -0
- package/dist/lib/src/Atomic/UI/UserBox/UserBox.stories.d.ts +7 -0
- package/dist/lib/src/Atomic/UI/UserBox/UserBox.test.d.ts +1 -0
- package/dist/lib/src/Atomic/UI/UserBox/index.d.ts +3 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/WizardStepper.stories.d.ts +31 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/constructor.d.ts +51 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/index.d.ts +2 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/ui/StateIcon/StateIcon.d.ts +4 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/ui/StateIcon/index.d.ts +2 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/ui/StepRow/StepRow.d.ts +12 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/ui/StepRow/index.d.ts +2 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/ui/StepWrapper/StepWrapper.d.ts +7 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/ui/StepWrapper/index.d.ts +2 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/ui/icons.d.ts +5 -0
- package/dist/lib/src/Atomic/UI/WizardStepper/ui/index.d.ts +2 -0
- package/dist/lib/src/Classes/AbortableFetch.d.ts +43 -0
- package/dist/lib/src/Classes/AnimatedHandler.d.ts +4 -0
- package/dist/lib/src/Classes/RESTAPI/index.d.ts +9 -0
- package/dist/lib/src/Classes/RESTAPI/partials/AbortableFetch.d.ts +43 -0
- package/dist/lib/src/Classes/RESTAPI/partials/ApiBase.d.ts +10 -0
- package/dist/lib/src/Classes/RESTAPI/partials/ApiRequestCreators.d.ts +9 -0
- package/dist/lib/src/Classes/RESTAPI/partials/ApiUtils.d.ts +12 -0
- package/dist/lib/src/Classes/RESTAPI/partials/CredentialsProcessing.d.ts +23 -0
- package/dist/lib/src/Classes/RESTAPI/partials/Utils.d.ts +4 -0
- package/dist/lib/src/Classes/RESTAPI/partials/_outerDependencies.d.ts +4 -0
- package/dist/lib/src/Classes/RESTAPI/partials/_utils.d.ts +9 -0
- package/dist/lib/src/Constants/index.constants.d.ts +20 -0
- package/dist/lib/src/Functions/Portal.d.ts +6 -0
- package/dist/lib/src/Functions/customEventListener.d.ts +0 -0
- package/dist/lib/src/Functions/dateTime.d.ts +95 -0
- package/dist/lib/src/Functions/fieldValueFormatters.d.ts +19 -0
- package/dist/lib/src/Functions/guards/assertions.d.ts +224 -0
- package/dist/lib/src/Functions/guards/safeValue.d.ts +40 -0
- package/dist/lib/src/Functions/guards/typeGuards.d.ts +193 -0
- package/dist/lib/src/Functions/hooks/useFormFieldsChangesManager.d.ts +14 -0
- package/dist/lib/src/Functions/locale/createTranslator.d.ts +3 -0
- package/dist/lib/src/Functions/operations.d.ts +1 -0
- package/dist/lib/src/Functions/presets/inputMaskPresets.d.ts +136 -0
- package/dist/lib/src/Functions/presets/inputPresets.d.ts +17 -0
- package/dist/lib/src/Functions/presets/mobileKeyboardTypesPresets.d.ts +17 -0
- package/dist/lib/src/Functions/schemas.d.ts +3 -0
- package/dist/lib/src/Functions/useBodyScrollLock.d.ts +2 -0
- package/dist/lib/src/Functions/useClickOutside.d.ts +1 -0
- package/dist/lib/src/Functions/useDebounce.d.ts +4 -0
- package/dist/lib/src/Functions/useFieldFocus.d.ts +7 -0
- package/dist/lib/src/Functions/useFormTools/form-drivers/ArrayWithObjects.d.ts +15 -0
- package/dist/lib/src/Functions/useFormTools/form-drivers/ObjectWithIterableObjects.d.ts +12 -0
- package/dist/lib/src/Functions/useFormTools/form-drivers/ObjectWithNamedKeyObjects.d.ts +15 -0
- package/dist/lib/src/Functions/useFormTools/functions/General.d.ts +15 -0
- package/dist/lib/src/Functions/useFormTools/functions/RenderFields.d.ts +7 -0
- package/dist/lib/src/Functions/useFormTools/functions/usePrevious.d.ts +2 -0
- package/dist/lib/src/Functions/useFormTools/index.d.ts +86 -0
- package/dist/lib/src/Functions/useInputHighlightError.d.ts +12 -0
- package/dist/lib/src/Functions/useIsMobile/index.d.ts +2 -0
- package/dist/lib/src/Functions/useIsMobile/useIsMobile.d.ts +16 -0
- package/dist/lib/src/Functions/useIsMobile/useIsMobile.test.d.ts +1 -0
- package/dist/lib/src/Functions/useKeyPress/useHandleKeyPress.d.ts +28 -0
- package/dist/lib/src/Functions/useKeyPress/useHandleKeyPress.test.d.ts +1 -0
- package/dist/lib/src/Functions/useKeyPress/useKeyPress.d.ts +8 -0
- package/dist/lib/src/Functions/useKeyPress/useKeyPress.test.d.ts +1 -0
- package/dist/lib/src/Functions/useLocalStorage.d.ts +2 -0
- package/dist/lib/src/Functions/useLocationParams.d.ts +1 -0
- package/dist/lib/src/Functions/useMediaQuery.d.ts +2 -0
- package/dist/lib/src/Functions/useMetaInfo.d.ts +8 -0
- package/dist/lib/src/Functions/useMouseUpOutside.d.ts +1 -0
- package/dist/lib/src/Functions/useOnlineStatus.d.ts +2 -0
- package/dist/lib/src/Functions/usePasswordChecker.d.ts +7 -0
- package/dist/lib/src/Functions/usePrevious.d.ts +2 -0
- package/dist/lib/src/Functions/useResize.d.ts +3 -0
- package/dist/lib/src/Functions/useScrollTo.d.ts +2 -0
- package/dist/lib/src/Functions/useToggle.d.ts +7 -0
- package/dist/lib/src/Functions/utils.d.ts +46 -0
- package/dist/lib/src/Molecular/CustomIcons/components/AffiliateNetworks.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/AlertCircle.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/AppStore.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Arrow.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ArrowDown.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ArrowLeft.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ArrowRight.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ArrowUp.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Bell.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Button.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Campaigns.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Check.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Check2.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ChevronDown.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ChevronDownDisabled.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ChevronLeft.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ChevronRight.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ChevronUp.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ChevronUpDown.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Close.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/ColumnsOrder.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Delete.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Edit.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Email.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/FinturfLogo.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/FinturfLogo2.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Flows.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Gift.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/GoogleAuth.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/GooglePlay.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/HelpCircle.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/HelpCircle2.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/HelpCircleFilled.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Home.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Home2.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Key.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Landers.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Lock.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Mail.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Mastercard.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Minus.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Offers.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Pause.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/PayPal.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/PayPalLightLarge.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Phone.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Play.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Plus.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Profile.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/QRCode.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Rectangle.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Revert.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Star.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Star2.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/TrafficSources.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Trash.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/TrashRed.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Triggers.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/User.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/Visa.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/components/X.d.ts +1 -0
- package/dist/lib/src/Molecular/CustomIcons/index.d.ts +61 -0
- package/dist/lib/src/Molecular/FormElement/FormElement.d.ts +14 -0
- package/dist/lib/src/Molecular/FormElement/FormElement.stories.d.ts +72 -0
- package/dist/lib/src/Molecular/FormWithDependOn/FormWithDependOn.d.ts +3 -0
- package/dist/lib/src/Molecular/FormWithDependOn/FormWithDependOn.stories.d.ts +60 -0
- package/dist/lib/src/Molecular/FormWithDependOn/partials/_utils.d.ts +8 -0
- package/dist/lib/src/Molecular/InputAddress/InputAddress.d.ts +25 -0
- package/dist/lib/src/Molecular/InputAddress/InputAddress.stories.d.ts +11 -0
- package/dist/lib/src/Molecular/InputPassword/InputPassword.d.ts +6 -0
- package/dist/lib/src/Molecular/InputPassword/InputPassword.stories.d.ts +11 -0
- package/dist/lib/src/types/base.interface.d.ts +9 -0
- package/dist/lib/src/types/base.types.d.ts +2 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +31 -17
- package/dist/Atomic/UI/PieChart/PieChar.interface.js +0 -4
- package/dist/Atomic/UI/PieChart/PieChart.test.js +0 -142
- package/dist/Atomic/UI/PieChart/index.js +0 -26
- package/dist/index.js +0 -16
- package/dist/types/declaration/ArrayElement.d.js +0 -4
- package/dist/types/declaration/AsyncReturnType.d.js +0 -4
- package/dist/types/declaration/DeepPartial.d.js +0 -4
- package/dist/types/declaration/DeepReadonly.d.js +0 -4
- package/dist/types/declaration/DeepRequired.d.js +0 -4
- package/dist/types/declaration/Flatten.d.js +0 -4
- package/dist/types/declaration/FunctionType.d.js +0 -4
- package/dist/types/declaration/If.d.js +0 -4
- package/dist/types/declaration/KeysType.d.js +0 -4
- package/dist/types/declaration/NonNullableType.d.js +0 -4
- package/dist/types/declaration/ObjectType.d.js +0 -4
- package/dist/types/declaration/OnlyObjectKeys.d.js +0 -4
- package/dist/types/declaration/RequiredFields.d.js +0 -4
- package/dist/types/declaration/TupleType.d.js +0 -4
- package/dist/types/declaration/ValuesType.d.js +0 -4
- /package/dist/Atomic/UI/MonoAccordion/{MonoAccordion.test.js → MonoAccordion._test.js} +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { PrettyPrint } from './PrettyPrint';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Извлекает тип всех возможных значений объекта T.
|
|
5
|
+
* @template T - Тип объекта, из которого извлекаются значения
|
|
6
|
+
* @example
|
|
7
|
+
* type Person = { name: string; age: number }
|
|
8
|
+
* type PersonValues = ValuesType<Person> // string | number
|
|
9
|
+
*/
|
|
10
|
+
export type ValuesType<T> = PrettyPrint<T[keyof T]>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { IUniProps } from '../../../types/base.interface';
|
|
3
|
+
interface ButtonProps {
|
|
4
|
+
key: string;
|
|
5
|
+
buttonColor: string;
|
|
6
|
+
buttonLabel: string;
|
|
7
|
+
onClick: () => void;
|
|
8
|
+
}
|
|
9
|
+
export type TAlertVariant = 'default' | 'success' | 'error' | 'warning';
|
|
10
|
+
export interface IActionAlertProps extends IUniProps {
|
|
11
|
+
message?: string;
|
|
12
|
+
className?: string;
|
|
13
|
+
buttonsClassName?: string;
|
|
14
|
+
date?: string;
|
|
15
|
+
noButtons?: boolean;
|
|
16
|
+
children?: React.ReactNode;
|
|
17
|
+
variant?: TAlertVariant;
|
|
18
|
+
testId?: string;
|
|
19
|
+
buttons?: ButtonProps[];
|
|
20
|
+
}
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { IActionAlertProps } from './ActionAlert.interface';
|
|
2
|
+
import '../../../../../scss/main.scss';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("react").FC<IActionAlertProps>;
|
|
6
|
+
argTypes: {
|
|
7
|
+
variant: {
|
|
8
|
+
description: string;
|
|
9
|
+
control: {
|
|
10
|
+
type: string;
|
|
11
|
+
options: string[];
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
message: {
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
date: {
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
noButtons: {
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
className: {
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
testId: {
|
|
27
|
+
description: string;
|
|
28
|
+
};
|
|
29
|
+
buttons: {
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
export default _default;
|
|
35
|
+
export declare const TemplateActionAlert: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, IActionAlertProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { IUniProps } from '../../../types/base.interface';
|
|
3
|
+
export interface IAdvancedStatusProps extends IUniProps, Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
4
|
+
onChange: (value: boolean) => void;
|
|
5
|
+
inactiveText: string;
|
|
6
|
+
activeText: string;
|
|
7
|
+
value?: boolean | null | undefined;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
isPrimary?: boolean;
|
|
10
|
+
primaryStatusText?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { StoryFn } from '@storybook/react';
|
|
2
|
+
import type { IAdvancedStatusProps } from './AdvancedStatus.interface';
|
|
3
|
+
import '../../../../../scss/main.scss';
|
|
4
|
+
type Story = StoryFn<IAdvancedStatusProps>;
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
component: import("react").FC<IAdvancedStatusProps>;
|
|
8
|
+
argTypes: {
|
|
9
|
+
value: {
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
className: {
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
testId: {
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export default _default;
|
|
21
|
+
export declare const TemplateAdvancedStatus: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { Moment } from 'moment';
|
|
2
|
+
import type { IUniProps } from '../../../types/base.interface';
|
|
3
|
+
interface CalendarParams {
|
|
4
|
+
minDate?: string | Date;
|
|
5
|
+
maxDate?: string | Date;
|
|
6
|
+
momentMinDate?: Moment;
|
|
7
|
+
momentMaxDate?: Moment;
|
|
8
|
+
isDontLimitFuture?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export interface CalendarProps extends IUniProps {
|
|
11
|
+
date: string;
|
|
12
|
+
setDate: (date: string) => void;
|
|
13
|
+
setIsOpened: (isOpened: boolean) => void;
|
|
14
|
+
allowPrev?: boolean;
|
|
15
|
+
allowNext?: boolean;
|
|
16
|
+
params: CalendarParams;
|
|
17
|
+
isListTop?: boolean;
|
|
18
|
+
}
|
|
19
|
+
interface DayType {
|
|
20
|
+
date: Date;
|
|
21
|
+
}
|
|
22
|
+
interface WeekDays {
|
|
23
|
+
[key: number]: DayType;
|
|
24
|
+
}
|
|
25
|
+
export interface Days {
|
|
26
|
+
[key: number]: WeekDays;
|
|
27
|
+
}
|
|
28
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { Calendar as component };
|
|
4
|
+
export namespace argTypes {
|
|
5
|
+
namespace date {
|
|
6
|
+
let description: string;
|
|
7
|
+
}
|
|
8
|
+
namespace setDate {
|
|
9
|
+
let description_1: string;
|
|
10
|
+
export { description_1 as description };
|
|
11
|
+
}
|
|
12
|
+
namespace className {
|
|
13
|
+
let description_2: string;
|
|
14
|
+
export { description_2 as description };
|
|
15
|
+
}
|
|
16
|
+
namespace testId {
|
|
17
|
+
let description_3: string;
|
|
18
|
+
export { description_3 as description };
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export default _default;
|
|
23
|
+
export function CalendarTemplate(args: any): JSX.Element;
|
|
24
|
+
export namespace CalendarTemplate {
|
|
25
|
+
namespace args {
|
|
26
|
+
export let params: {};
|
|
27
|
+
export function setDate_1(): null;
|
|
28
|
+
export { setDate_1 as setDate };
|
|
29
|
+
export function setIsOpened(): null;
|
|
30
|
+
let className_1: string;
|
|
31
|
+
export { className_1 as className };
|
|
32
|
+
let testId_1: string;
|
|
33
|
+
export { testId_1 as testId };
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
import Calendar from "./Calendar";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { IUniProps } from '../../../types/base.interface';
|
|
3
|
+
export interface ICheckboxInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'value' | 'onChange' | 'id'>, IUniProps {
|
|
4
|
+
label: string;
|
|
5
|
+
id: string | number;
|
|
6
|
+
value?: boolean;
|
|
7
|
+
onChange: (value: boolean, event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
isStark?: boolean;
|
|
10
|
+
attributesOfNativeInput?: React.InputHTMLAttributes<HTMLInputElement>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { StoryFn } from '@storybook/react';
|
|
2
|
+
import type { ICheckboxInputProps } from './CheckboxInput.interface';
|
|
3
|
+
import '../../../../../scss/main.scss';
|
|
4
|
+
type Story = StoryFn<ICheckboxInputProps>;
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
component: import("react").FC<ICheckboxInputProps>;
|
|
8
|
+
argTypes: {
|
|
9
|
+
className: {
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
value: {
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
disabled: {
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
isStark: {
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
forced: {
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
testid: {
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
onChange: {
|
|
28
|
+
description: string;
|
|
29
|
+
};
|
|
30
|
+
label: {
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
attributesOfNativeInput: {
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export default _default;
|
|
39
|
+
export declare const Checkbox: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { IUniProps } from '../../../types/base.interface';
|
|
2
|
+
interface CheckboxItem {
|
|
3
|
+
id: string | number;
|
|
4
|
+
label: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
testId?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface ICheckboxLineProps extends IUniProps {
|
|
9
|
+
field?: {
|
|
10
|
+
items?: CheckboxItem[];
|
|
11
|
+
value?: (string | number)[];
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
isPositionColumn?: boolean;
|
|
14
|
+
className?: string;
|
|
15
|
+
testId?: string;
|
|
16
|
+
};
|
|
17
|
+
isIncludeOuterStyles?: boolean;
|
|
18
|
+
items?: CheckboxItem[];
|
|
19
|
+
value?: (string | number)[];
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
isPositionColumn?: boolean;
|
|
22
|
+
onChange: (value: (string | number)[]) => void;
|
|
23
|
+
}
|
|
24
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { StoryFn } from '@storybook/react';
|
|
2
|
+
import type { ICheckboxLineProps } from './CheckboxesLine.interface';
|
|
3
|
+
import './partial/AnyOuterClass.scss';
|
|
4
|
+
import '../../../../../scss/main.scss';
|
|
5
|
+
type Story = StoryFn<ICheckboxLineProps>;
|
|
6
|
+
declare const _default: {
|
|
7
|
+
title: string;
|
|
8
|
+
component: import("react").FC<ICheckboxLineProps>;
|
|
9
|
+
argTypes: {
|
|
10
|
+
items: {
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
value: {
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
disabled: {
|
|
17
|
+
description: string;
|
|
18
|
+
};
|
|
19
|
+
isPositionColumn: {
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
className: {
|
|
23
|
+
description: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
28
|
+
export declare const TemplateCheckboxesLine: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { Datepicker as component };
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
export function DatepickerTemplate(args: any): JSX.Element;
|
|
7
|
+
export namespace DatepickerTemplate {
|
|
8
|
+
namespace args {
|
|
9
|
+
let date: string;
|
|
10
|
+
let minDate: string;
|
|
11
|
+
let maxDate: string;
|
|
12
|
+
namespace values {
|
|
13
|
+
let compare: boolean;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
import Datepicker from './Datepicker';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export default Dropdown;
|
|
2
|
+
declare function Dropdown({ label, options, value, error, disabled, onChange, placeholder, className, isSearchable, entity, scrollReactionObj, isListTop, isNotValidateASCII, testId, sortAlphabetical, fieldKey, id, noOptionsText, attributesOfNativeInput, isDoNotPullOutListOfMainContainer, withMobileLogic, withActions, minItemsForShowMobileSearch, customTrigger, tabIndex, onActionConfirmClick, onActionCancelClick, isDefaultOpened, }: {
|
|
3
|
+
label: any;
|
|
4
|
+
options?: never[] | undefined;
|
|
5
|
+
value: any;
|
|
6
|
+
error: any;
|
|
7
|
+
disabled: any;
|
|
8
|
+
onChange: any;
|
|
9
|
+
placeholder: any;
|
|
10
|
+
className: any;
|
|
11
|
+
isSearchable: any;
|
|
12
|
+
entity: any;
|
|
13
|
+
scrollReactionObj: any;
|
|
14
|
+
isListTop: any;
|
|
15
|
+
isNotValidateASCII?: boolean | undefined;
|
|
16
|
+
testId?: string | undefined;
|
|
17
|
+
sortAlphabetical?: boolean | undefined;
|
|
18
|
+
fieldKey: any;
|
|
19
|
+
id: any;
|
|
20
|
+
noOptionsText?: string | undefined;
|
|
21
|
+
attributesOfNativeInput?: {} | undefined;
|
|
22
|
+
isDoNotPullOutListOfMainContainer: any;
|
|
23
|
+
withMobileLogic: any;
|
|
24
|
+
withActions: any;
|
|
25
|
+
minItemsForShowMobileSearch?: number | undefined;
|
|
26
|
+
customTrigger: any;
|
|
27
|
+
tabIndex: any;
|
|
28
|
+
onActionConfirmClick: any;
|
|
29
|
+
onActionCancelClick: any;
|
|
30
|
+
isDefaultOpened: any;
|
|
31
|
+
}): JSX.Element | null;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { Dropdown as component };
|
|
4
|
+
export namespace argTypes {
|
|
5
|
+
namespace className {
|
|
6
|
+
let description: string;
|
|
7
|
+
}
|
|
8
|
+
namespace value {
|
|
9
|
+
let description_1: string;
|
|
10
|
+
export { description_1 as description };
|
|
11
|
+
}
|
|
12
|
+
namespace isSearchable {
|
|
13
|
+
let description_2: string;
|
|
14
|
+
export { description_2 as description };
|
|
15
|
+
export let type: string;
|
|
16
|
+
export let defaultValue: boolean;
|
|
17
|
+
}
|
|
18
|
+
namespace onChange {
|
|
19
|
+
let description_3: string;
|
|
20
|
+
export { description_3 as description };
|
|
21
|
+
}
|
|
22
|
+
namespace entity {
|
|
23
|
+
let description_4: string;
|
|
24
|
+
export { description_4 as description };
|
|
25
|
+
}
|
|
26
|
+
namespace attributesOfNativeInput {
|
|
27
|
+
let description_5: string;
|
|
28
|
+
export { description_5 as description };
|
|
29
|
+
}
|
|
30
|
+
namespace isDoNotPullOutListOfMainContainer {
|
|
31
|
+
let description_6: string;
|
|
32
|
+
export { description_6 as description };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
export default _default;
|
|
37
|
+
export function DropdownTemplate(args: any): JSX.Element;
|
|
38
|
+
export namespace DropdownTemplate {
|
|
39
|
+
namespace args {
|
|
40
|
+
let entity_1: string;
|
|
41
|
+
export { entity_1 as entity };
|
|
42
|
+
let value_1: string;
|
|
43
|
+
export { value_1 as value };
|
|
44
|
+
export let placeholder: string;
|
|
45
|
+
let isSearchable_1: boolean;
|
|
46
|
+
export { isSearchable_1 as isSearchable };
|
|
47
|
+
let isDoNotPullOutListOfMainContainer_1: boolean;
|
|
48
|
+
export { isDoNotPullOutListOfMainContainer_1 as isDoNotPullOutListOfMainContainer };
|
|
49
|
+
export let options: {
|
|
50
|
+
label: string;
|
|
51
|
+
items: ({
|
|
52
|
+
value: number;
|
|
53
|
+
label: string;
|
|
54
|
+
isNoActiveLenders: boolean;
|
|
55
|
+
icon: JSX.Element;
|
|
56
|
+
postfix: string;
|
|
57
|
+
description: string;
|
|
58
|
+
} | {
|
|
59
|
+
value: number;
|
|
60
|
+
label: string;
|
|
61
|
+
isNoActiveLenders: boolean;
|
|
62
|
+
postfix: string;
|
|
63
|
+
icon?: undefined;
|
|
64
|
+
description?: undefined;
|
|
65
|
+
})[];
|
|
66
|
+
}[];
|
|
67
|
+
export let error: string;
|
|
68
|
+
export let isNotValidateASCII: boolean;
|
|
69
|
+
export let fieldKey: string;
|
|
70
|
+
export let id: string;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
import Dropdown from "./Dropdown";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default DropdownLiveSearch;
|
|
2
|
+
declare function DropdownLiveSearch({ label, value, error, disabled, onChange, placeholder, className, isSearchable, doRequest, isLoading, options, fieldKey, id, isListTop, attributesOfNativeInput, withMobileLogic, tabIndex, isNotValidateASCII, noOptionsText, testId, }: {
|
|
3
|
+
label: any;
|
|
4
|
+
value: any;
|
|
5
|
+
error: any;
|
|
6
|
+
disabled: any;
|
|
7
|
+
onChange: any;
|
|
8
|
+
placeholder: any;
|
|
9
|
+
className: any;
|
|
10
|
+
isSearchable: any;
|
|
11
|
+
doRequest: any;
|
|
12
|
+
isLoading: any;
|
|
13
|
+
options?: never[] | undefined;
|
|
14
|
+
fieldKey: any;
|
|
15
|
+
id: any;
|
|
16
|
+
isListTop: any;
|
|
17
|
+
attributesOfNativeInput?: {} | undefined;
|
|
18
|
+
withMobileLogic: any;
|
|
19
|
+
tabIndex: any;
|
|
20
|
+
isNotValidateASCII?: boolean | undefined;
|
|
21
|
+
noOptionsText?: string | undefined;
|
|
22
|
+
testId?: string | undefined;
|
|
23
|
+
}): JSX.Element | null;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { DropdownLiveSearch as component };
|
|
4
|
+
export namespace argTypes {
|
|
5
|
+
namespace className {
|
|
6
|
+
let description: string;
|
|
7
|
+
}
|
|
8
|
+
namespace value {
|
|
9
|
+
let description_1: string;
|
|
10
|
+
export { description_1 as description };
|
|
11
|
+
}
|
|
12
|
+
namespace isSearchable {
|
|
13
|
+
let description_2: string;
|
|
14
|
+
export { description_2 as description };
|
|
15
|
+
export let type: string;
|
|
16
|
+
export let defaultValue: boolean;
|
|
17
|
+
}
|
|
18
|
+
namespace onChange {
|
|
19
|
+
let description_3: string;
|
|
20
|
+
export { description_3 as description };
|
|
21
|
+
}
|
|
22
|
+
namespace entity {
|
|
23
|
+
let description_4: string;
|
|
24
|
+
export { description_4 as description };
|
|
25
|
+
}
|
|
26
|
+
namespace attributesOfNativeInput {
|
|
27
|
+
let description_5: string;
|
|
28
|
+
export { description_5 as description };
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
export default _default;
|
|
33
|
+
export function DropdownLiveSearchTemplate(args: any): JSX.Element;
|
|
34
|
+
export namespace DropdownLiveSearchTemplate {
|
|
35
|
+
namespace args {
|
|
36
|
+
let value_1: string;
|
|
37
|
+
export { value_1 as value };
|
|
38
|
+
export let placeholder: string;
|
|
39
|
+
let isSearchable_1: boolean;
|
|
40
|
+
export { isSearchable_1 as isSearchable };
|
|
41
|
+
export let isNotValidateASCII: boolean;
|
|
42
|
+
export let fieldKey: string;
|
|
43
|
+
export let id: string;
|
|
44
|
+
export let disabled: boolean;
|
|
45
|
+
export let isListTop: boolean;
|
|
46
|
+
export let options: ({
|
|
47
|
+
label: string;
|
|
48
|
+
value: number;
|
|
49
|
+
postfix: string;
|
|
50
|
+
className: string;
|
|
51
|
+
disabled?: undefined;
|
|
52
|
+
} | {
|
|
53
|
+
label: string;
|
|
54
|
+
value: string;
|
|
55
|
+
disabled: boolean;
|
|
56
|
+
postfix?: undefined;
|
|
57
|
+
className?: undefined;
|
|
58
|
+
} | {
|
|
59
|
+
label: string;
|
|
60
|
+
value: string;
|
|
61
|
+
postfix?: undefined;
|
|
62
|
+
className?: undefined;
|
|
63
|
+
disabled?: undefined;
|
|
64
|
+
})[];
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
import DropdownLiveSearch from "./DropdownLiveSearch";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { FileLoader as component };
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
export function FileLoaderTemplate(args: any): JSX.Element;
|
|
7
|
+
export namespace FileLoaderTemplate {
|
|
8
|
+
namespace args {
|
|
9
|
+
let isUseFilterFiles: boolean;
|
|
10
|
+
let isBlockNullValues: boolean;
|
|
11
|
+
let isDisableErrorsClass: boolean;
|
|
12
|
+
let isIconAfter: boolean;
|
|
13
|
+
let isUseLinkTitle: boolean;
|
|
14
|
+
let isLinkTypeDownload: boolean;
|
|
15
|
+
let disabled: boolean;
|
|
16
|
+
let placeholder: string;
|
|
17
|
+
let uploadIcon: JSX.Element;
|
|
18
|
+
let downloadIcon: JSX.Element;
|
|
19
|
+
let deleteIcon: JSX.Element;
|
|
20
|
+
let spiner: JSX.Element;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
import FileLoader from './FileLoader';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default LoadZone;
|
|
2
|
+
declare function LoadZone({ RC, fieldKey, onChange, doLoad, setDragenter, setIsLoadContent, icon, placeholder, filterFiles, processErrors, isBlockNullValues, attributesOfNativeInput, }: {
|
|
3
|
+
RC: any;
|
|
4
|
+
fieldKey: any;
|
|
5
|
+
onChange: any;
|
|
6
|
+
doLoad: any;
|
|
7
|
+
setDragenter: any;
|
|
8
|
+
setIsLoadContent: any;
|
|
9
|
+
icon: any;
|
|
10
|
+
placeholder?: string | undefined;
|
|
11
|
+
filterFiles?: ((file: any) => any) | undefined;
|
|
12
|
+
processErrors: any;
|
|
13
|
+
isBlockNullValues: any;
|
|
14
|
+
attributesOfNativeInput?: {} | undefined;
|
|
15
|
+
}): 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;
|