intelicoreact 1.5.38 → 1.5.41
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/Atomic/FormElements/ActionAlert/ActionAlert.js +44 -93
- package/dist/Atomic/FormElements/ActionAlert/ActionAlert.scss +13 -23
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.js +38 -43
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.scss +10 -20
- package/dist/Atomic/FormElements/Calendar/Calendar.js +164 -243
- package/dist/Atomic/FormElements/Calendar/Calendar.scss +0 -1
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.js +51 -60
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.scss +15 -25
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.js +39 -47
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.scss +2 -5
- package/dist/Atomic/FormElements/Datepicker/Datepicker.js +308 -410
- package/dist/Atomic/FormElements/Datepicker/components/Calendar.js +109 -169
- package/dist/Atomic/FormElements/Dropdown/Dropdown.js +527 -680
- package/dist/Atomic/FormElements/Dropdown/Dropdown.scss +59 -61
- package/dist/Atomic/FormElements/Dropdown/components/DropdownLoader.js +15 -28
- package/dist/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.js +378 -498
- package/dist/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.scss +32 -36
- package/dist/Atomic/FormElements/FileLoader/FileLoader.js +70 -103
- package/dist/Atomic/FormElements/FileLoader/FileLoader.scss +2 -0
- package/dist/Atomic/FormElements/FileLoader/partial/LoadZone.js +91 -138
- package/dist/Atomic/FormElements/FileLoader/partial/LoadedContent.js +55 -109
- package/dist/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.js +193 -254
- package/dist/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.scss +16 -19
- package/dist/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.js +140 -156
- package/dist/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.scss +4 -8
- package/dist/Atomic/FormElements/FileLoaderLocalGroup/FileLoaderLocalGroup.js +156 -222
- package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN.js +114 -158
- package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN_old.js +92 -151
- package/dist/Atomic/FormElements/Input/Input.js +330 -340
- package/dist/Atomic/FormElements/Input/Input.scss +1 -1
- package/dist/Atomic/FormElements/InputCalendar/InputCalendar.js +110 -156
- package/dist/Atomic/FormElements/InputColor/InputColor.js +58 -57
- package/dist/Atomic/FormElements/InputCurrency/InputCurrency.js +145 -188
- package/dist/Atomic/FormElements/InputDateRange/InputDateRange.js +228 -294
- package/dist/Atomic/FormElements/InputDateRange/InputDateRange.scss +2 -1
- package/dist/Atomic/FormElements/InputDateRange/components/DateInput.js +56 -55
- package/dist/Atomic/FormElements/InputDateRange/components/Datepicker.js +536 -645
- package/dist/Atomic/FormElements/InputDateRange/components/OpenedPart.js +190 -220
- package/dist/Atomic/FormElements/InputDateRange/components/SelectItem.js +31 -33
- package/dist/Atomic/FormElements/InputDateRange/dependencies.js +169 -247
- package/dist/Atomic/FormElements/InputLink/InputLink.js +71 -118
- package/dist/Atomic/FormElements/InputMask/InputCarretPosition.js +38 -47
- package/dist/Atomic/FormElements/InputMask/InputMask.js +1053 -938
- package/dist/Atomic/FormElements/InputMask/config.js +15 -16
- package/dist/Atomic/FormElements/InputMask/functions.js +51 -77
- package/dist/Atomic/FormElements/InputMask2/InputMask2.js +592 -569
- package/dist/Atomic/FormElements/InputMask2/config.js +15 -16
- package/dist/Atomic/FormElements/InputMask2/functions.js +51 -77
- package/dist/Atomic/FormElements/InputMask3/InputMask3.js +679 -651
- package/dist/Atomic/FormElements/InputMask3/config.js +15 -16
- package/dist/Atomic/FormElements/InputMask3/functions.js +51 -77
- package/dist/Atomic/FormElements/InputWithAction/InputWithAction.js +88 -127
- package/dist/Atomic/FormElements/InputWithAction/InputWithAction.scss +1 -1
- package/dist/Atomic/FormElements/InputsRow/InputsRow.js +111 -182
- package/dist/Atomic/FormElements/Label/Label.js +55 -82
- package/dist/Atomic/FormElements/Label/Label.scss +8 -18
- package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.js +382 -437
- package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.scss +3 -3
- package/dist/Atomic/FormElements/MultiSelect/MultiSelect.js +50 -88
- package/dist/Atomic/FormElements/NumericInput/NumericInput.js +264 -314
- package/dist/Atomic/FormElements/NumericInput/NumericInput.scss +1 -1
- package/dist/Atomic/FormElements/RadioGroup/RadioGroup.js +51 -93
- package/dist/Atomic/FormElements/RadioGroupWithInput/RadioGroupWithInput.js +55 -69
- package/dist/Atomic/FormElements/RadioInput/RadioInput.js +45 -51
- package/dist/Atomic/FormElements/RadioInput/RadioInput.scss +4 -4
- package/dist/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.js +40 -53
- package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.js +120 -169
- package/dist/Atomic/FormElements/RangeInputs/RangeInputs.js +141 -195
- package/dist/Atomic/FormElements/RangeList/RangeList.js +140 -199
- package/dist/Atomic/FormElements/RangeList/RangeList.scss +2 -2
- package/dist/Atomic/FormElements/RangeList/partial/AnyOuterClass.scss +4 -1
- package/dist/Atomic/FormElements/RangeList/partial/RangeListRow.js +44 -57
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.js +377 -463
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.scss +1 -1
- package/dist/Atomic/FormElements/RangeSlider2/RangeSlider2.js +759 -760
- package/dist/Atomic/FormElements/RangeSlider2/RangeSlider2.scss +9 -9
- package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.js +31 -36
- package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.scss +2 -0
- package/dist/Atomic/FormElements/SwitchableRow/partial/AnyOuterClass.scss +1 -1
- package/dist/Atomic/FormElements/Switcher/Switcher.js +44 -52
- package/dist/Atomic/FormElements/Switcher/Switcher.scss +3 -3
- package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.js +44 -43
- package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.scss +2 -0
- package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.js +36 -37
- package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.scss +2 -0
- package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.js +56 -93
- package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.scss +2 -0
- package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.js +53 -86
- package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.scss +2 -0
- package/dist/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.js +54 -46
- package/dist/Atomic/FormElements/SwitcherRangeList/partial/AnyOuterClass.scss +1 -1
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.js +102 -172
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.scss +6 -4
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/partial/States.js +154 -209
- package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.js +56 -59
- package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.scss +2 -2
- package/dist/Atomic/FormElements/TagListToDropdown/TagListToDropdown.js +112 -140
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.js +919 -1035
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.scss +119 -155
- package/dist/Atomic/FormElements/Text/Text.js +97 -88
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.js +35 -44
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.scss +8 -8
- package/dist/Atomic/FormElements/Textarea/Textarea.js +64 -102
- package/dist/Atomic/FormElements/Textarea/Textarea.scss +8 -4
- package/dist/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.js +133 -172
- package/dist/Atomic/FormElements/TieredCheckboxes/partial/AccordionWithCheckbox.js +49 -48
- package/dist/Atomic/FormElements/TimeRange/TimeRange.js +63 -114
- package/dist/Atomic/FormElements/TimeRange/TimeRange.scss +3 -9
- package/dist/Atomic/FormElements/UserContacts/UserContacts.js +122 -179
- package/dist/Atomic/FormElements/UserContacts/UserContacts.scss +5 -10
- package/dist/Atomic/FormElements/UserContacts/partial/AnyOuterClass.scss +1 -1
- package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.js +65 -101
- package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.scss +12 -4
- package/dist/Atomic/FormElements/VariantsListRadio/partials/VariantsListRadioItem.js +71 -80
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.js +64 -79
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.scss +3 -1
- package/dist/Atomic/FormElements/WidgetPseudoTable/partial/AnyOuterClass.scss +1 -1
- package/dist/Atomic/FormElements/WidgetPseudoTable/partial/constructor.js +34 -42
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.js +83 -102
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.scss +3 -1
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/AnyOuterClass.scss +1 -1
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/partial/constructor.js +35 -42
- package/dist/Atomic/Layout/Header/Header.js +80 -148
- package/dist/Atomic/Layout/Header/Header.scss +1 -1
- package/dist/Atomic/Layout/MainMenu/MainMenu.js +133 -213
- package/dist/Atomic/Layout/MainMenu/MainMenu.scss +9 -9
- package/dist/Atomic/Layout/Spinner/Spinner.js +22 -39
- package/dist/Atomic/Layout/Spinner/Spinner.scss +16 -32
- package/dist/Atomic/UI/Accordion/Accordion.js +52 -102
- package/dist/Atomic/UI/Accordion/Accordion.scss +14 -25
- package/dist/Atomic/UI/Accordion/AccordionItem.js +102 -170
- package/dist/Atomic/UI/AccordionTable/AccordionTable.js +167 -251
- package/dist/Atomic/UI/AccordionText/AccordionText.js +54 -105
- package/dist/Atomic/UI/AccordionText/AccordionText.scss +9 -22
- package/dist/Atomic/UI/AdvancedTag/AdvTag.js +135 -207
- package/dist/Atomic/UI/AdvancedTag/AdvancedTags.js +46 -100
- package/dist/Atomic/UI/AdvancedTag/AdvancedTags.scss +2 -2
- package/dist/Atomic/UI/Alert/Alert.js +63 -116
- package/dist/Atomic/UI/Alert/Alert.scss +2 -2
- package/dist/Atomic/UI/Arrow/Arrow.js +110 -163
- package/dist/Atomic/UI/Box/Box.js +37 -37
- package/dist/Atomic/UI/Box/Box.scss +11 -11
- package/dist/Atomic/UI/Button/Button.js +41 -43
- package/dist/Atomic/UI/ButtonsBar/ButtonsBar.js +67 -61
- package/dist/Atomic/UI/Chart/Chart.js +96 -170
- package/dist/Atomic/UI/Chart/partial/Chart.constants.js +74 -142
- package/dist/Atomic/UI/Chart/partial/ChartTypeSwitcherIcon/ChartTypeSwitcherIcon.js +77 -91
- package/dist/Atomic/UI/Chart/partial/datasetSetters.js +117 -120
- package/dist/Atomic/UI/Chart/partial/optionsConstructor.js +292 -314
- package/dist/Atomic/UI/Chart/partial/optionsSetters.js +39 -54
- package/dist/Atomic/UI/Chart/partial/utils.js +33 -56
- package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.js +88 -145
- package/dist/Atomic/UI/DateTime/DateTime.js +37 -89
- package/dist/Atomic/UI/DateTime/DateTime.scss +2 -2
- package/dist/Atomic/UI/DateTime/partial/AnyOuterClass.scss +1 -1
- package/dist/Atomic/UI/DebugContainer/DebugContainer.js +31 -93
- package/dist/Atomic/UI/DebugContainer/useDebugContainer.js +18 -66
- package/dist/Atomic/UI/DoubleString/DoubleString.js +77 -134
- package/dist/Atomic/UI/DoubleString/DoubleString.scss +4 -6
- package/dist/Atomic/UI/DoubleString/partial/AnyOuterClass.scss +1 -1
- package/dist/Atomic/UI/DynamicIcon/DynamicIcon.js +22 -65
- package/dist/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.js +170 -251
- package/dist/Atomic/UI/ExampleChartIntegration/partial/AnyOuterClass.scss +1 -1
- package/dist/Atomic/UI/ExampleChartIntegration/partial/utils.js +84 -109
- package/dist/Atomic/UI/Hint/Hint.js +202 -243
- package/dist/Atomic/UI/Hint/Hint.scss +3 -5
- package/dist/Atomic/UI/Hint/partials/_utils.js +42 -54
- package/dist/Atomic/UI/Modal/Modal.js +172 -171
- package/dist/Atomic/UI/Modal/Modal.scss +69 -91
- package/dist/Atomic/UI/Modal/ModalHOC.js +38 -92
- package/dist/Atomic/UI/Modal/ModalMobile.scss +14 -24
- package/dist/Atomic/UI/Modal/partials/ModalFooter.js +18 -68
- package/dist/Atomic/UI/Modal/partials/ModalTitle.js +38 -107
- package/dist/Atomic/UI/Modal/partials/useMobileModal.js +153 -130
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.js +62 -118
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.scss +25 -163
- package/dist/Atomic/UI/NavLine/NavLine.js +273 -306
- package/dist/Atomic/UI/NavLine/NavLine.scss +155 -195
- package/dist/Atomic/UI/NavLine/Tabs.js +115 -0
- package/dist/Atomic/UI/PageTitle/PageTitle.js +52 -73
- package/dist/Atomic/UI/PageTitle/PageTitle.scss +14 -52
- package/dist/Atomic/UI/PieChart/PieChart.js +42 -105
- package/dist/Atomic/UI/PieChart/PieChart.scss +11 -86
- package/dist/Atomic/UI/Price/Price.js +20 -27
- package/dist/Atomic/UI/PriceRange/PriceRange.js +18 -40
- package/dist/Atomic/UI/ProgressLine/ProgressLine.js +73 -92
- package/dist/Atomic/UI/ProgressLine/ProgressLine.scss +71 -85
- package/dist/Atomic/UI/Status/Status.js +51 -62
- package/dist/Atomic/UI/Status/Status.scss +29 -48
- package/dist/Atomic/UI/Table/Partials/TdCell.js +88 -126
- package/dist/Atomic/UI/Table/Partials/TdHeader.js +39 -58
- package/dist/Atomic/UI/Table/Partials/TdRow.js +73 -124
- package/dist/Atomic/UI/Table/Partials/TdTitle.js +45 -113
- package/dist/Atomic/UI/Table/Table.js +43 -61
- package/dist/Atomic/UI/Table/Table.scss +3 -0
- package/dist/Atomic/UI/Table/TdTypes/TdActions.js +64 -108
- package/dist/Atomic/UI/Table/TdTypes/TdPriority.js +31 -44
- package/dist/Atomic/UI/Table/TdTypes/TdRange.js +10 -24
- package/dist/Atomic/UI/Table/TdTypes/TdWeight.js +48 -59
- package/dist/Atomic/UI/Tag/Tag.js +113 -157
- package/dist/Atomic/UI/Tag/Tag.scss +48 -102
- package/dist/Atomic/UI/TagList/TagList.js +179 -223
- package/dist/Atomic/UI/TagList/TagList.scss +9 -13
- package/dist/Atomic/UI/UserBox/UserBox.js +56 -80
- package/dist/Atomic/UI/UserBox/UserBox.scss +21 -45
- package/dist/Atomic/UI/WizardStepper/constructor.js +89 -127
- package/dist/Atomic/UI/WizardStepper/index.js +6 -14
- package/dist/Atomic/UI/WizardStepper/ui/StateIcon/StateIcon.js +51 -53
- package/dist/Atomic/UI/WizardStepper/ui/StateIcon/StateIcon.scss +7 -11
- package/dist/Atomic/UI/WizardStepper/ui/StateIcon/index.js +5 -9
- package/dist/Atomic/UI/WizardStepper/ui/StepRow/StepRow.js +67 -84
- package/dist/Atomic/UI/WizardStepper/ui/StepRow/StepRow.scss +7 -13
- package/dist/Atomic/UI/WizardStepper/ui/StepRow/index.js +6 -14
- package/dist/Atomic/UI/WizardStepper/ui/StepWrapper/StepWrapper.js +45 -50
- package/dist/Atomic/UI/WizardStepper/ui/StepWrapper/StepWrapper.scss +18 -24
- package/dist/Atomic/UI/WizardStepper/ui/StepWrapper/index.js +6 -14
- package/dist/Atomic/UI/WizardStepper/ui/icons.js +106 -138
- package/dist/Atomic/UI/WizardStepper/ui/index.js +6 -14
- package/dist/Classes/AbortableFetch.js +326 -394
- package/dist/Classes/AnimatedHandler.js +44 -31
- package/dist/Classes/RESTAPI/index.js +173 -131
- package/dist/Classes/RESTAPI/partials/AbortableFetch.js +334 -399
- package/dist/Classes/RESTAPI/partials/ApiBase.js +30 -30
- package/dist/Classes/RESTAPI/partials/ApiRequestCreators.js +88 -107
- package/dist/Classes/RESTAPI/partials/ApiUtils.js +166 -144
- package/dist/Classes/RESTAPI/partials/CredentialsProcessing.js +204 -180
- package/dist/Classes/RESTAPI/partials/Utils.js +83 -80
- package/dist/Classes/RESTAPI/partials/_outerDependencies.js +8 -16
- package/dist/Classes/RESTAPI/partials/_utils.js +125 -139
- package/dist/Constants/index.constants.js +22 -102
- package/dist/Functions/Portal.js +23 -67
- package/dist/Functions/animatingFunctions/getAnimatedHandler.js +1 -1
- package/dist/Functions/customEventListener.js +50 -48
- package/dist/Functions/dateTime.js +177 -130
- package/dist/Functions/fieldValueFormatters.js +346 -275
- package/dist/Functions/hooks/useFormFieldsChangesManager.js +96 -125
- package/dist/Functions/locale/createTranslator.js +27 -29
- package/dist/Functions/operations.js +102 -129
- package/dist/Functions/presets/inputMaskPresets.js +99 -88
- package/dist/Functions/presets/inputPresets.js +35 -41
- package/dist/Functions/presets/mobileKeyboardTypesPresets.js +49 -30
- package/dist/Functions/schemas.js +20 -78
- package/dist/Functions/useBodyScrollLock.js +15 -21
- package/dist/Functions/useClickOutside.js +16 -21
- package/dist/Functions/useDebounce.js +21 -62
- package/dist/Functions/useFieldFocus.js +79 -83
- package/dist/Functions/useFormTools/form-drivers/ArrayWithObjects.js +46 -39
- package/dist/Functions/useFormTools/form-drivers/ObjectWithIterableObjects.js +137 -132
- package/dist/Functions/useFormTools/form-drivers/ObjectWithNamedKeyObjects.js +73 -63
- package/dist/Functions/useFormTools/functions/General.js +129 -117
- package/dist/Functions/useFormTools/functions/RenderFields.js +85 -75
- package/dist/Functions/useFormTools/functions/usePrevious.js +10 -16
- package/dist/Functions/useFormTools/index.js +709 -647
- package/dist/Functions/useInputHighlightError.js +53 -104
- package/dist/Functions/useIsMobile.js +26 -0
- package/dist/Functions/useKeyPress/useHandleKeyPress.js +33 -40
- package/dist/Functions/useKeyPress/useKeyPress.js +39 -48
- package/dist/Functions/useLocalStorage.js +31 -38
- package/dist/Functions/useLocationParams.js +24 -31
- package/dist/Functions/useMediaQuery.js +10 -14
- package/dist/Functions/useMetaInfo.js +35 -45
- package/dist/Functions/useMouseUpOutside.js +15 -21
- package/dist/Functions/useOnlineStatus.js +21 -25
- package/dist/Functions/usePasswordChecker.js +111 -183
- package/dist/Functions/usePrevious.js +10 -16
- package/dist/Functions/useResize.js +28 -32
- package/dist/Functions/useScrollTo.js +16 -26
- package/dist/Functions/useToggle.js +16 -20
- package/dist/Functions/utils.js +469 -493
- package/dist/Molecular/CustomIcons/components/AffiliateNetworks.js +28 -75
- package/dist/Molecular/CustomIcons/components/AlertCircle.js +28 -77
- package/dist/Molecular/CustomIcons/components/AppStore.js +32 -84
- package/dist/Molecular/CustomIcons/components/Arrow.js +38 -93
- package/dist/Molecular/CustomIcons/components/ArrowDown.js +20 -63
- package/dist/Molecular/CustomIcons/components/ArrowLeft.js +23 -71
- package/dist/Molecular/CustomIcons/components/ArrowRight.js +23 -71
- package/dist/Molecular/CustomIcons/components/ArrowUp.js +20 -63
- package/dist/Molecular/CustomIcons/components/Bell.js +18 -61
- package/dist/Molecular/CustomIcons/components/Button.js +18 -61
- package/dist/Molecular/CustomIcons/components/Campaigns.js +19 -62
- package/dist/Molecular/CustomIcons/components/Check.js +19 -62
- package/dist/Molecular/CustomIcons/components/Check2.js +18 -61
- package/dist/Molecular/CustomIcons/components/ChevronDown.js +18 -61
- package/dist/Molecular/CustomIcons/components/ChevronDownDisabled.js +18 -61
- package/dist/Molecular/CustomIcons/components/ChevronLeft.js +18 -61
- package/dist/Molecular/CustomIcons/components/ChevronRight.js +18 -61
- package/dist/Molecular/CustomIcons/components/ChevronUp.js +18 -61
- package/dist/Molecular/CustomIcons/components/ChevronUpDown.js +33 -81
- package/dist/Molecular/CustomIcons/components/Close.js +20 -64
- package/dist/Molecular/CustomIcons/components/ColumnsOrder.js +45 -95
- package/dist/Molecular/CustomIcons/components/Delete.js +19 -62
- package/dist/Molecular/CustomIcons/components/Edit.js +18 -61
- package/dist/Molecular/CustomIcons/components/Email.js +36 -87
- package/dist/Molecular/CustomIcons/components/FinturfLogo.js +26 -82
- package/dist/Molecular/CustomIcons/components/FinturfLogo2.js +34 -83
- package/dist/Molecular/CustomIcons/components/Flows.js +18 -61
- package/dist/Molecular/CustomIcons/components/Gift.js +23 -71
- package/dist/Molecular/CustomIcons/components/GoogleAuth.js +32 -84
- package/dist/Molecular/CustomIcons/components/GooglePlay.js +32 -84
- package/dist/Molecular/CustomIcons/components/HelpCircle.js +21 -67
- package/dist/Molecular/CustomIcons/components/HelpCircle2.js +22 -68
- package/dist/Molecular/CustomIcons/components/HelpCircleFilled.js +21 -67
- package/dist/Molecular/CustomIcons/components/Home.js +21 -67
- package/dist/Molecular/CustomIcons/components/Home2.js +24 -70
- package/dist/Molecular/CustomIcons/components/Key.js +26 -69
- package/dist/Molecular/CustomIcons/components/Landers.js +22 -68
- package/dist/Molecular/CustomIcons/components/Lock.js +18 -61
- package/dist/Molecular/CustomIcons/components/Mail.js +26 -75
- package/dist/Molecular/CustomIcons/components/Mastercard.js +68 -128
- package/dist/Molecular/CustomIcons/components/Minus.js +31 -79
- package/dist/Molecular/CustomIcons/components/Offers.js +19 -62
- package/dist/Molecular/CustomIcons/components/Pause.js +31 -79
- package/dist/Molecular/CustomIcons/components/PayPal.js +45 -96
- package/dist/Molecular/CustomIcons/components/PayPalLightLarge.js +32 -81
- package/dist/Molecular/CustomIcons/components/Phone.js +33 -81
- package/dist/Molecular/CustomIcons/components/Play.js +31 -79
- package/dist/Molecular/CustomIcons/components/Plus.js +31 -79
- package/dist/Molecular/CustomIcons/components/Profile.js +23 -69
- package/dist/Molecular/CustomIcons/components/QRCode.js +33 -85
- package/dist/Molecular/CustomIcons/components/Rectangle.js +18 -61
- package/dist/Molecular/CustomIcons/components/Revert.js +21 -67
- package/dist/Molecular/CustomIcons/components/Star.js +17 -60
- package/dist/Molecular/CustomIcons/components/Star2.js +19 -62
- package/dist/Molecular/CustomIcons/components/TrafficSources.js +21 -68
- package/dist/Molecular/CustomIcons/components/Trash.js +18 -61
- package/dist/Molecular/CustomIcons/components/TrashRed.js +18 -61
- package/dist/Molecular/CustomIcons/components/Triggers.js +18 -61
- package/dist/Molecular/CustomIcons/components/User.js +23 -71
- package/dist/Molecular/CustomIcons/components/Visa.js +34 -88
- package/dist/Molecular/CustomIcons/components/X.js +18 -61
- package/dist/Molecular/CustomIcons/index.js +674 -76
- package/dist/Molecular/FormElement/FormElement.js +41 -44
- package/dist/Molecular/FormWithDependOn/FormWithDependOn.js +161 -179
- package/dist/Molecular/FormWithDependOn/partials/_utils.js +56 -49
- package/dist/Molecular/InputAddress/InputAddress.js +421 -496
- package/dist/Molecular/InputAddress/InputAddress.scss +16 -14
- package/dist/Molecular/InputPassword/InputPassword.js +47 -99
- package/dist/index.js +8 -11
- package/dist/scss/_fonts.scss +60 -48
- package/dist/scss/_mixins.scss +2 -2
- package/dist/scss/_vars.scss +5 -4
- package/dist/scss/main.scss +4 -5
- package/package.json +21 -18
- package/dist/Atomic/FormElements/ActionAlert/ActionAlert.interface.js +0 -4
- package/dist/Atomic/FormElements/ActionAlert/ActionAlert.stories.js +0 -89
- package/dist/Atomic/FormElements/ActionAlert/ActionAlert.test.js +0 -130
- package/dist/Atomic/FormElements/ActionAlert/index.js +0 -17
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.interface.js +0 -4
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.stories.js +0 -81
- package/dist/Atomic/FormElements/AdvancedStatus/AdvancedStatus.test.js +0 -104
- package/dist/Atomic/FormElements/AdvancedStatus/index.js +0 -17
- package/dist/Atomic/FormElements/Calendar/Calendar.props.js +0 -4
- package/dist/Atomic/FormElements/Calendar/Calendar.stories.js +0 -108
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.interface.js +0 -4
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.stories.js +0 -100
- package/dist/Atomic/FormElements/CheckboxInput/CheckboxInput.test.js +0 -143
- package/dist/Atomic/FormElements/CheckboxInput/index.js +0 -17
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.interface.js +0 -4
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.stories.js +0 -94
- package/dist/Atomic/FormElements/CheckboxesLine/CheckboxesLine.test.js +0 -177
- package/dist/Atomic/FormElements/CheckboxesLine/index.js +0 -17
- package/dist/Atomic/FormElements/Datepicker/Datepicker.stories.js +0 -51
- package/dist/Atomic/FormElements/Dropdown/Dropdown.stories.js +0 -596
- package/dist/Atomic/FormElements/DropdownLiveSearch/DropdownLiveSearch.stories.js +0 -272
- package/dist/Atomic/FormElements/FileLoader/FileLoader.stories.js +0 -182
- package/dist/Atomic/FormElements/FileLoaderDescription/FileLoaderDescription.stories.js +0 -327
- package/dist/Atomic/FormElements/FileLoaderLocal/FileLoaderLocal.stories.js +0 -186
- package/dist/Atomic/FormElements/FileLoaderLocalGroup/FileLoaderLocalGroup.stories.js +0 -84
- package/dist/Atomic/FormElements/FormattedRawSSN/FormattedRawSSN.stories.js +0 -107
- package/dist/Atomic/FormElements/Input/Input.stories.js +0 -251
- package/dist/Atomic/FormElements/InputCalendar/InputCalendar.stories.js +0 -115
- package/dist/Atomic/FormElements/InputColor/InputColor.stories.js +0 -119
- package/dist/Atomic/FormElements/InputCurrency/InputCurrency.interface.js +0 -4
- package/dist/Atomic/FormElements/InputCurrency/InputCurrency.stories.js +0 -178
- package/dist/Atomic/FormElements/InputCurrency/InputCurrency.test.js +0 -129
- package/dist/Atomic/FormElements/InputCurrency/index.js +0 -16
- package/dist/Atomic/FormElements/InputDateRange/InputDateRange.stories.js +0 -123
- package/dist/Atomic/FormElements/InputLink/InputLink.stories.js +0 -140
- package/dist/Atomic/FormElements/InputMask/InputMask.stories.js +0 -303
- package/dist/Atomic/FormElements/InputMask2/InputMask2.stories.js +0 -314
- package/dist/Atomic/FormElements/InputMask3/InputMask3.stories.js +0 -335
- package/dist/Atomic/FormElements/InputWithAction/InputWithAction.stories.js +0 -276
- package/dist/Atomic/FormElements/InputsRow/InputsRow.stories.js +0 -56
- package/dist/Atomic/FormElements/Label/Label.interface.js +0 -4
- package/dist/Atomic/FormElements/Label/Label.stories.js +0 -47
- package/dist/Atomic/FormElements/Label/Label.test.js +0 -167
- package/dist/Atomic/FormElements/Label/index.js +0 -17
- package/dist/Atomic/FormElements/MobileCalendar/MobileCalendar.stories.js +0 -172
- package/dist/Atomic/FormElements/MultiSelect/MultiSelect.stories.js +0 -121
- package/dist/Atomic/FormElements/NumericInput/NumericInput.stories.js +0 -184
- package/dist/Atomic/FormElements/RadioGroup/RadioGroup.stories.js +0 -79
- package/dist/Atomic/FormElements/RadioGroupWithInput/RadioGroupWithInput.stories.js +0 -151
- package/dist/Atomic/FormElements/RadioInput/RadioInput.stories.js +0 -67
- package/dist/Atomic/FormElements/RadioRowSwitcher/RadioRowSwitcher.stories.js +0 -116
- package/dist/Atomic/FormElements/RangeCalendar/RangeCalendar.stories.js +0 -107
- package/dist/Atomic/FormElements/RangeInputs/RangeInputs.stories.js +0 -92
- package/dist/Atomic/FormElements/RangeList/RangeList.stories.js +0 -169
- package/dist/Atomic/FormElements/RangeSlider/RangeSlider.stories.js +0 -401
- package/dist/Atomic/FormElements/RangeSlider2/RangeSlider2.stories.js +0 -314
- package/dist/Atomic/FormElements/SwitchableRow/SwitchableRow.stories.js +0 -137
- package/dist/Atomic/FormElements/Switcher/Switcher.stories.js +0 -91
- package/dist/Atomic/FormElements/SwitcherCheckbox/SwitcherCheckbox.stories.js +0 -104
- package/dist/Atomic/FormElements/SwitcherHide/SwitcherHide.stories.js +0 -96
- package/dist/Atomic/FormElements/SwitcherRadio/SwitcherRadio.stories.js +0 -140
- package/dist/Atomic/FormElements/SwitcherRange/SwitcherRange.stories.js +0 -112
- package/dist/Atomic/FormElements/SwitcherRangeList/SwitcherRangeList.stories.js +0 -145
- package/dist/Atomic/FormElements/SwitcherTagsDropdown/SwitcherTagsDropdown.stories.js +0 -158
- package/dist/Atomic/FormElements/SwitcherTextarea/SwitcherTextarea.stories.js +0 -101
- package/dist/Atomic/FormElements/TagListToDropdown/TagListToDropdown.stories.js +0 -131
- package/dist/Atomic/FormElements/TagsDropdown/TagsDropdown.stories.js +0 -357
- package/dist/Atomic/FormElements/Text/Text.stories.js +0 -80
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.stories.js +0 -106
- package/dist/Atomic/FormElements/TextSwitcher/TextSwitcher.test.js +0 -93
- package/dist/Atomic/FormElements/Textarea/Textarea.stories.js +0 -103
- package/dist/Atomic/FormElements/TieredCheckboxes/TieredCheckboxes.stories.js +0 -174
- package/dist/Atomic/FormElements/TimeRange/TimeRange.interface.js +0 -4
- package/dist/Atomic/FormElements/TimeRange/TimeRange.stories.js +0 -40
- package/dist/Atomic/FormElements/TimeRange/TimeRange.test.js +0 -163
- package/dist/Atomic/FormElements/TimeRange/index.js +0 -17
- package/dist/Atomic/FormElements/UserContacts/UserContact.test.js +0 -381
- package/dist/Atomic/FormElements/UserContacts/UserContacts.interface.js +0 -4
- package/dist/Atomic/FormElements/UserContacts/UserContacts.stories.js +0 -74
- package/dist/Atomic/FormElements/UserContacts/index.js +0 -17
- package/dist/Atomic/FormElements/VariantsListRadio/VariantsListRadio.stories.js +0 -193
- package/dist/Atomic/FormElements/WidgetPseudoTable/WidgetPseudoTable.stories.js +0 -147
- package/dist/Atomic/FormElements/WidgetWithSwitchableRows/WidgetWithSwitchableRows.stories.js +0 -151
- package/dist/Atomic/Layout/Header/Header.stories.js +0 -71
- package/dist/Atomic/Layout/MainMenu/MainMenu.stories.js +0 -115
- package/dist/Atomic/Layout/Spinner/Spinner.interface.js +0 -4
- package/dist/Atomic/Layout/Spinner/Spinner.stories.js +0 -46
- package/dist/Atomic/Layout/Spinner/Spinner.test.js +0 -54
- package/dist/Atomic/Layout/Spinner/index.js +0 -17
- package/dist/Atomic/UI/Accordion/Accordion.interface.js +0 -4
- package/dist/Atomic/UI/Accordion/Accordion.stories.js +0 -168
- package/dist/Atomic/UI/Accordion/Accordion.test.js +0 -54
- package/dist/Atomic/UI/Accordion/AccordionItem.test.js +0 -50
- package/dist/Atomic/UI/Accordion/index.js +0 -17
- package/dist/Atomic/UI/AccordionTable/AccordionTable.stories.js +0 -268
- package/dist/Atomic/UI/AccordionText/AccordionText.stories.js +0 -125
- package/dist/Atomic/UI/AdvancedTag/AdvancedTags.stories.js +0 -115
- package/dist/Atomic/UI/Alert/Alert.stories.js +0 -81
- package/dist/Atomic/UI/Arrow/Arrow.stories.js +0 -62
- package/dist/Atomic/UI/Box/Box.stories.js +0 -114
- package/dist/Atomic/UI/Button/Button.stories.js +0 -105
- package/dist/Atomic/UI/Button/Button.test.js +0 -147
- package/dist/Atomic/UI/ButtonsBar/ButtonsBar.stories.js +0 -129
- package/dist/Atomic/UI/Chart/Chart.stories.js +0 -93
- package/dist/Atomic/UI/CircleProgressBar/CircleProgressBar.stories.js +0 -85
- package/dist/Atomic/UI/DateTime/DateTime.stories.js +0 -50
- package/dist/Atomic/UI/DoubleString/DoubleString.stories.js +0 -79
- package/dist/Atomic/UI/DynamicIcon/DynamicIcon.interface.js +0 -4
- package/dist/Atomic/UI/DynamicIcon/DynamicIcon.stories.js +0 -98
- package/dist/Atomic/UI/DynamicIcon/DynamicIcon.test.js +0 -51
- package/dist/Atomic/UI/DynamicIcon/index.js +0 -17
- package/dist/Atomic/UI/ExampleChartIntegration/ExampleChartIntegration.stories.js +0 -98
- package/dist/Atomic/UI/Hint/Hint.stories.js +0 -101
- package/dist/Atomic/UI/Hint/index.js +0 -16
- package/dist/Atomic/UI/Modal/Modal.interface.js +0 -4
- package/dist/Atomic/UI/Modal/Modal.stories.js +0 -370
- package/dist/Atomic/UI/Modal/ModalHOC.stories.js +0 -191
- package/dist/Atomic/UI/Modal/ModalHOC.test.js +0 -187
- package/dist/Atomic/UI/Modal/index.js +0 -26
- package/dist/Atomic/UI/Modal/partials/ModalFooter.test.js +0 -118
- package/dist/Atomic/UI/Modal/partials/ModalTitle.test.js +0 -126
- package/dist/Atomic/UI/Modal/partials/useMobileModal.test.js +0 -133
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.interface.js +0 -4
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.stories.js +0 -513
- package/dist/Atomic/UI/MonoAccordion/MonoAccordion.test.js +0 -84
- package/dist/Atomic/UI/MonoAccordion/index.js +0 -17
- package/dist/Atomic/UI/NavLine/NavLine.interface.js +0 -4
- package/dist/Atomic/UI/NavLine/NavLine.stories.js +0 -434
- package/dist/Atomic/UI/NavLine/NavLine.test.js +0 -311
- package/dist/Atomic/UI/NavLine/index.js +0 -17
- package/dist/Atomic/UI/PageTitle/PageTitle.interface.js +0 -4
- package/dist/Atomic/UI/PageTitle/PageTitle.stories.js +0 -62
- package/dist/Atomic/UI/PageTitle/PageTitle.test.js +0 -181
- package/dist/Atomic/UI/PageTitle/index.js +0 -17
- package/dist/Atomic/UI/PieChart/PieChar.interface.js +0 -4
- package/dist/Atomic/UI/PieChart/PieChart.stories.js +0 -82
- package/dist/Atomic/UI/PieChart/PieChart.test.js +0 -142
- package/dist/Atomic/UI/PieChart/index.js +0 -26
- package/dist/Atomic/UI/Price/Price.interface.js +0 -4
- package/dist/Atomic/UI/Price/Price.stories.js +0 -52
- package/dist/Atomic/UI/Price/Price.test.js +0 -83
- package/dist/Atomic/UI/Price/index.js +0 -17
- package/dist/Atomic/UI/PriceRange/PriceRange.interface.js +0 -4
- package/dist/Atomic/UI/PriceRange/PriceRange.stories.js +0 -51
- package/dist/Atomic/UI/PriceRange/PriceRange.test.js +0 -72
- package/dist/Atomic/UI/PriceRange/index.js +0 -17
- package/dist/Atomic/UI/ProgressLine/ProgressLine.interface.js +0 -4
- package/dist/Atomic/UI/ProgressLine/ProgressLine.stories.js +0 -163
- package/dist/Atomic/UI/ProgressLine/ProgressLine.test.js +0 -60
- package/dist/Atomic/UI/ProgressLine/index.js +0 -17
- package/dist/Atomic/UI/Status/Status.interface.js +0 -4
- package/dist/Atomic/UI/Status/Status.stories.js +0 -79
- package/dist/Atomic/UI/Status/Status.test.js +0 -103
- package/dist/Atomic/UI/Status/index.js +0 -17
- package/dist/Atomic/UI/Table/Table.stories.js +0 -250
- package/dist/Atomic/UI/Tag/Tag.interface.js +0 -4
- package/dist/Atomic/UI/Tag/Tag.stories.js +0 -108
- package/dist/Atomic/UI/Tag/Tag.test.js +0 -75
- package/dist/Atomic/UI/Tag/index.js +0 -17
- package/dist/Atomic/UI/TagList/TagList.stories.js +0 -169
- package/dist/Atomic/UI/UserBox/UserBox.interface.js +0 -4
- package/dist/Atomic/UI/UserBox/UserBox.stories.js +0 -57
- package/dist/Atomic/UI/UserBox/UserBox.test.js +0 -136
- package/dist/Atomic/UI/UserBox/index.js +0 -17
- package/dist/Atomic/UI/WizardStepper/WizardStepper.stories.js +0 -70
- package/dist/Functions/useIsMobile/index.js +0 -17
- package/dist/Functions/useIsMobile/useIsMobile.js +0 -33
- package/dist/Functions/useIsMobile/useIsMobile.test.js +0 -104
- package/dist/Functions/useKeyPress/useHandleKeyPress.test.js +0 -96
- package/dist/Functions/useKeyPress/useKeyPress.test.js +0 -87
- package/dist/Molecular/FormElement/FormElement.stories.js +0 -92
- package/dist/Molecular/FormWithDependOn/FormWithDependOn.stories.js +0 -301
- package/dist/Molecular/InputAddress/InputAddress.stories.js +0 -541
- package/dist/Molecular/InputPassword/InputPassword.stories.js +0 -86
- package/dist/types/base.interface.js +0 -4
- package/dist/types/base.types.js +0 -4
|
@@ -1,513 +1,393 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
2
4
|
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
|
|
5
|
+
value: true
|
|
4
6
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
const _fieldValueFormatters = require("../../../Functions/fieldValueFormatters");
|
|
17
|
-
const _useDebounce = require("../../../Functions/useDebounce");
|
|
18
|
-
const _useIsMobile = /*#__PURE__*/ _interop_require_default(require("../../../Functions/useIsMobile/useIsMobile"));
|
|
19
|
-
const _Spinner = /*#__PURE__*/ _interop_require_default(require("../../Layout/Spinner/Spinner"));
|
|
20
|
-
const _RadioInput = /*#__PURE__*/ _interop_require_default(require("../RadioInput/RadioInput"));
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
10
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
+
var _reactDom = require("react-dom");
|
|
12
|
+
var _reactFeather = require("react-feather");
|
|
13
|
+
var _fieldValueFormatters = require("../../../Functions/fieldValueFormatters");
|
|
14
|
+
var _useDebounce = require("../../../Functions/useDebounce");
|
|
15
|
+
var _useIsMobile = _interopRequireDefault(require("../../../Functions/useIsMobile"));
|
|
16
|
+
var _Spinner = _interopRequireDefault(require("../../Layout/Spinner/Spinner"));
|
|
17
|
+
var _RadioInput = _interopRequireDefault(require("../RadioInput/RadioInput"));
|
|
21
18
|
require("./DropdownLiveSearch.scss");
|
|
22
|
-
function
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
19
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
20
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
21
|
+
const RC = "dropdown-live-search";
|
|
22
|
+
const DropdownLiveSearch = _ref => {
|
|
23
|
+
let {
|
|
24
|
+
label,
|
|
25
|
+
value,
|
|
26
|
+
error,
|
|
27
|
+
disabled,
|
|
28
|
+
onChange,
|
|
29
|
+
placeholder,
|
|
30
|
+
className,
|
|
31
|
+
isSearchable,
|
|
32
|
+
doRequest,
|
|
33
|
+
isLoading,
|
|
34
|
+
options = [],
|
|
35
|
+
fieldKey,
|
|
36
|
+
id,
|
|
37
|
+
isListTop,
|
|
38
|
+
attributesOfNativeInput = {},
|
|
39
|
+
withMobileLogic,
|
|
40
|
+
tabIndex,
|
|
41
|
+
isNotValidateASCII = false,
|
|
42
|
+
noOptionsText = "No options available",
|
|
43
|
+
testId = "dropdown-live-search"
|
|
44
|
+
} = _ref;
|
|
45
|
+
const [dropdownId] = (0, _react.useState)(id || fieldKey || Math.random().toString(16).slice(2));
|
|
46
|
+
const [isOpen, setIsOpenState] = (0, _react.useState)(false);
|
|
47
|
+
const [isValueDeleted, setIsValueDeleted] = (0, _react.useState)(false);
|
|
48
|
+
const {
|
|
49
|
+
isMobile: isMobileProp
|
|
50
|
+
} = (0, _useIsMobile.default)();
|
|
51
|
+
const isMobile = isMobileProp && withMobileLogic && window.screen.width <= 768;
|
|
52
|
+
const labelByValue = (0, _react.useMemo)(() => {
|
|
53
|
+
return options?.find(item => item.value === value)?.label ?? "";
|
|
54
|
+
}, [value, options]);
|
|
55
|
+
const [searchValue, setSV] = (0, _react.useState)("");
|
|
56
|
+
const [isSearchValueChangedAfterOpen, setIsSearchValueChangedAfterOpen] = (0, _react.useState)(false);
|
|
57
|
+
const dropdownLiveSearchRef = (0, _react.useRef)(null);
|
|
58
|
+
const dropdownListBoxRef = (0, _react.useRef)(null);
|
|
59
|
+
const dropdownListRef = (0, _react.useRef)(null);
|
|
60
|
+
const dropdownListHeaderRef = (0, _react.useRef)(null);
|
|
61
|
+
const searchInputRef = (0, _react.useRef)(null);
|
|
62
|
+
const searchInputModalRef = (0, _react.useRef)(null);
|
|
63
|
+
const searchValueRef = (0, _react.useRef)(null);
|
|
64
|
+
const wrapperRef = (0, _react.useRef)(null);
|
|
65
|
+
const [isFocusedByClick, setIsFocusedByClick] = (0, _react.useState)(false);
|
|
66
|
+
const [isScrollableList, setIsScrollableList] = (0, _react.useState)(null);
|
|
67
|
+
const [isFixedMaxHeight, setIsFixedMaxHeight] = (0, _react.useState)(false);
|
|
68
|
+
const [scrollTop, setScrollTop] = (0, _react.useState)(0);
|
|
69
|
+
const [scrollHeight, setScrollHeight] = (0, _react.useState)(1);
|
|
70
|
+
const debouncedSearchTerm = (0, _useDebounce.useDebounce)({
|
|
71
|
+
searchValue,
|
|
72
|
+
delay: 600
|
|
73
|
+
});
|
|
74
|
+
const doScrollCallback = (0, _react.useCallback)(e => {
|
|
75
|
+
if (doRequest && typeof doRequest === "function") {
|
|
76
|
+
if (Math.round(e.target.clientHeight + e.target.scrollTop) == e.target.scrollHeight) {
|
|
77
|
+
doRequest(searchValueRef.current, true);
|
|
78
|
+
}
|
|
38
79
|
}
|
|
39
|
-
|
|
80
|
+
}, [options]);
|
|
81
|
+
const setSearchValue = function (val) {
|
|
82
|
+
let isChanged = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
|
83
|
+
if (isChanged) setIsSearchValueChangedAfterOpen(true);
|
|
84
|
+
setSV(val);
|
|
85
|
+
searchValueRef.current = val;
|
|
86
|
+
};
|
|
87
|
+
const setIsOpen = v => {
|
|
88
|
+
setIsOpenState(v);
|
|
89
|
+
setSearchValue("", false);
|
|
90
|
+
if (!v) setIsSearchValueChangedAfterOpen(false);
|
|
91
|
+
};
|
|
92
|
+
const getParentNode = () => {
|
|
93
|
+
return document.querySelector("div#root") ?? document.querySelector("div#app") ?? document.querySelector("div#storybook-root");
|
|
94
|
+
};
|
|
95
|
+
const getListContainer = () => {
|
|
96
|
+
return document.getElementById(dropdownId);
|
|
97
|
+
};
|
|
98
|
+
const onWrapperClick = e => {
|
|
99
|
+
if (e.target === wrapperRef?.current) {
|
|
100
|
+
e.stopPropagation();
|
|
101
|
+
e.preventDefault();
|
|
102
|
+
setIsOpen(false);
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
const onSearchableInputFocus = e => {
|
|
106
|
+
if (!isOpen) {
|
|
107
|
+
e.preventDefault();
|
|
108
|
+
e.stopPropagation();
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
const handleClickOutside = event => {
|
|
112
|
+
if (!dropdownLiveSearchRef.current.contains(event.target) && (!getListContainer() || !getListContainer()?.contains(event.target))) setIsOpen(false);
|
|
113
|
+
};
|
|
114
|
+
const closeListViaEsc = e => {
|
|
115
|
+
if ([27].includes(e.keyCode)) setIsOpen(false);
|
|
116
|
+
};
|
|
117
|
+
const closeList = isOpen ? handleClickOutside : () => {};
|
|
118
|
+
const handle = {
|
|
119
|
+
onInputClick: e => {
|
|
120
|
+
if (!isOpen) setIsOpen(true);
|
|
121
|
+
if (isMobile && withMobileLogic) {
|
|
122
|
+
e.preventDefault();
|
|
123
|
+
e.stopPropagation();
|
|
124
|
+
e.target.blur();
|
|
125
|
+
} else {
|
|
126
|
+
e.target.select();
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
onInputChange: e => {
|
|
130
|
+
let inputValue = e.target.value;
|
|
131
|
+
if (!isNotValidateASCII) inputValue = (0, _fieldValueFormatters.formatToOnlyASCIICodeText)(inputValue);
|
|
132
|
+
setSearchValue(inputValue);
|
|
133
|
+
if ((searchValue || !isSearchValueChangedAfterOpen) && !e.target.value) {
|
|
134
|
+
onChange("");
|
|
135
|
+
setSearchValue("");
|
|
136
|
+
setIsValueDeleted(true);
|
|
137
|
+
} else setIsValueDeleted(false);
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
const highlightedText = (text, postfix) => {
|
|
141
|
+
if (!isSearchable) return text;else {
|
|
142
|
+
const preparedSearchValue = isSearchValueChangedAfterOpen || isMobile && withMobileLogic ? searchValue : labelByValue;
|
|
143
|
+
const prepare = text => text?.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&");
|
|
144
|
+
text = text.replace(/["&<>]/g, a => {
|
|
40
145
|
return {
|
|
41
|
-
|
|
42
|
-
|
|
146
|
+
'"': """,
|
|
147
|
+
"&": "&",
|
|
148
|
+
"<": "<",
|
|
149
|
+
">": ">"
|
|
150
|
+
}[a];
|
|
151
|
+
});
|
|
152
|
+
const main = preparedSearchValue ? text?.replace(new RegExp(prepare(preparedSearchValue), "i"), match => `<span class="bg--yellow">${match}</span>`) : text;
|
|
153
|
+
const postfixPart = postfix ? `<span class="dropdown__list-item-postfix">${postfix}</span>` : "";
|
|
154
|
+
return main + postfixPart;
|
|
43
155
|
}
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
156
|
+
};
|
|
157
|
+
const getMarkupForElement = (item, index, optTestId) => {
|
|
158
|
+
const lowerLabel = item.label.toLowerCase();
|
|
159
|
+
const lowerSearchValue = searchValue?.toLowerCase();
|
|
160
|
+
return /*#__PURE__*/_react.default.createElement("button", {
|
|
161
|
+
"data-testid": `${testId}-${optTestId || index}-option`,
|
|
162
|
+
key: item.value?.toString()?.replace(/ /g, "_"),
|
|
163
|
+
onClick: () => {
|
|
164
|
+
onChange(item.value);
|
|
165
|
+
setIsOpen(false);
|
|
166
|
+
},
|
|
167
|
+
className: (0, _classnames.default)(`${RC}__list-item`, {
|
|
168
|
+
[`${RC}__list-item_active`]: item.value === value,
|
|
169
|
+
[`${RC}__list-item_disabled`]: item.disabled
|
|
170
|
+
}, item.className)
|
|
171
|
+
}, !isMobile || isMobile && !withMobileLogic && /*#__PURE__*/_react.default.createElement("span", {
|
|
172
|
+
className: (0, _classnames.default)(`${RC}__active-icon`, {
|
|
173
|
+
[`${RC}__active-icon_active`]: lowerLabel === lowerSearchValue
|
|
174
|
+
})
|
|
175
|
+
}, /*#__PURE__*/_react.default.createElement(_reactFeather.Check, null)), /*#__PURE__*/_react.default.createElement("p", {
|
|
176
|
+
title: item.label,
|
|
177
|
+
className: item.labelClassName || "",
|
|
178
|
+
dangerouslySetInnerHTML: {
|
|
179
|
+
__html: highlightedText(item.label, item.postfix)
|
|
180
|
+
}
|
|
181
|
+
}), isMobile ? item?.customMobileIcon ?? /*#__PURE__*/_react.default.createElement(_RadioInput.default, {
|
|
182
|
+
value: item.value,
|
|
183
|
+
checked: value
|
|
184
|
+
}) : "");
|
|
185
|
+
};
|
|
186
|
+
const getListMarkUp = () => {
|
|
187
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
188
|
+
className: (0, _classnames.default)(`${RC}__container-wrapper`),
|
|
189
|
+
ref: wrapperRef,
|
|
190
|
+
onClick: isMobile ? onWrapperClick : () => {}
|
|
191
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
192
|
+
className: (0, _classnames.default)(`${RC}__list-wrapper`, {
|
|
193
|
+
[`${RC}__list-wrapper--fixed-height`]: isFixedMaxHeight,
|
|
194
|
+
[`${RC}__list-wrapper--with-bottom-shadow`]: isScrollableList && isMobile,
|
|
195
|
+
[`${RC}__list-wrapper--with-bottom-shadow-hidden`]: scrollTop === scrollHeight
|
|
196
|
+
})
|
|
197
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
198
|
+
id: "dropdown-live-search-list",
|
|
199
|
+
className: (0, _classnames.default)(`${RC}__container`, {
|
|
200
|
+
[`${RC}__list-top`]: isListTop
|
|
201
|
+
}),
|
|
202
|
+
ref: dropdownListBoxRef
|
|
203
|
+
}, isMobile && /*#__PURE__*/_react.default.createElement("div", {
|
|
204
|
+
ref: dropdownListHeaderRef,
|
|
205
|
+
className: (0, _classnames.default)(`${RC}__list-header`, {
|
|
206
|
+
[`${RC}__list-header-with-shadow`]: isScrollableList && isMobile,
|
|
207
|
+
[`${RC}__list-header-with-shadow-hidden`]: scrollTop === 0
|
|
208
|
+
})
|
|
209
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
210
|
+
className: (0, _classnames.default)(`${RC}__list-header-row`)
|
|
211
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
212
|
+
className: (0, _classnames.default)(`${RC}__list-label`)
|
|
213
|
+
}, label), /*#__PURE__*/_react.default.createElement("div", {
|
|
214
|
+
className: (0, _classnames.default)(`${RC}__list-close-icon`),
|
|
215
|
+
onClick: () => setIsOpen(false)
|
|
216
|
+
}, /*#__PURE__*/_react.default.createElement(_reactFeather.X, {
|
|
217
|
+
onClick: () => setIsOpen(false)
|
|
218
|
+
}))), isSearchable && /*#__PURE__*/_react.default.createElement("input", (0, _extends2.default)({
|
|
219
|
+
ref: searchInputModalRef,
|
|
220
|
+
className: `${RC}__input`,
|
|
221
|
+
value: isOpen ? searchValue : labelByValue,
|
|
222
|
+
onChange: handle.onInputChange,
|
|
223
|
+
placeholder: placeholder,
|
|
224
|
+
onFocus: onSearchableInputFocus,
|
|
225
|
+
tabIndex: -1
|
|
226
|
+
}, attributesOfNativeInput))), /*#__PURE__*/_react.default.createElement("div", {
|
|
227
|
+
className: (0, _classnames.default)(`${RC}__list`, {
|
|
228
|
+
disabled: isLoading
|
|
229
|
+
}),
|
|
230
|
+
ref: dropdownListRef
|
|
231
|
+
}, options.map(option => getMarkupForElement(option)), !options.length && /*#__PURE__*/_react.default.createElement("div", {
|
|
232
|
+
className: `${RC}__list-item ${RC}__list-item--no-options`
|
|
233
|
+
}, noOptionsText)), isLoading && isOpen && /*#__PURE__*/_react.default.createElement(_Spinner.default, {
|
|
234
|
+
size: options.length <= 3 ? "small" : null
|
|
235
|
+
}))));
|
|
236
|
+
};
|
|
237
|
+
const initListContainer = () => {
|
|
238
|
+
const dropdownList = document.createElement("div");
|
|
239
|
+
dropdownList.setAttribute("id", dropdownId);
|
|
240
|
+
dropdownList.classList.add("dropdown__container");
|
|
241
|
+
if (isMobile) {
|
|
242
|
+
dropdownList.addEventListener("click", e => {
|
|
243
|
+
if (e.target.id === dropdownId) setIsOpen(false);
|
|
244
|
+
});
|
|
47
245
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
246
|
+
try {
|
|
247
|
+
getListContainer()?.remove();
|
|
248
|
+
} finally {
|
|
249
|
+
if (isMobile) {
|
|
250
|
+
try {
|
|
251
|
+
document.getElementById(`mlw-${dropdownId}`)?.remove();
|
|
252
|
+
} catch (e) {}
|
|
253
|
+
const dropdownMobileListWrapper = document.createElement("div");
|
|
254
|
+
dropdownMobileListWrapper.classList.add("dropdown-live-search-mobile");
|
|
255
|
+
dropdownMobileListWrapper.setAttribute("id", `mlw-${dropdownId}`);
|
|
256
|
+
dropdownMobileListWrapper?.append(dropdownList);
|
|
257
|
+
getParentNode()?.append(dropdownMobileListWrapper);
|
|
258
|
+
} else {
|
|
259
|
+
getParentNode()?.append(dropdownList);
|
|
260
|
+
}
|
|
61
261
|
}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
262
|
+
};
|
|
263
|
+
const renderListContainer = () => {
|
|
264
|
+
const lc = getListContainer();
|
|
265
|
+
if (!lc) return null;
|
|
266
|
+
return /*#__PURE__*/(0, _reactDom.createPortal)(getListMarkUp(), lc);
|
|
267
|
+
};
|
|
268
|
+
(0, _react.useEffect)(() => {
|
|
269
|
+
document.addEventListener("click", handleClickOutside, true);
|
|
270
|
+
return () => document.removeEventListener("click", handleClickOutside, true);
|
|
271
|
+
}, []);
|
|
272
|
+
(0, _react.useEffect)(() => {
|
|
273
|
+
if (options.length === 1 && searchValue === options[0].label) {
|
|
274
|
+
setSearchValue(options[0].label);
|
|
275
|
+
onChange(options[0].value);
|
|
65
276
|
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
});
|
|
103
|
-
const doScrollCallback = (0, _react.useCallback)((e)=>{
|
|
104
|
-
if (doRequest && typeof doRequest === "function") {
|
|
105
|
-
if (Math.round(e.target.clientHeight + e.target.scrollTop) == e.target.scrollHeight) {
|
|
106
|
-
doRequest(searchValueRef.current, true);
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}, [
|
|
110
|
-
options
|
|
111
|
-
]);
|
|
112
|
-
const setSearchValue = (val, isChanged = true)=>{
|
|
113
|
-
if (isChanged) setIsSearchValueChangedAfterOpen(true);
|
|
114
|
-
setSV(val);
|
|
115
|
-
searchValueRef.current = val;
|
|
116
|
-
};
|
|
117
|
-
const setIsOpen = (v)=>{
|
|
118
|
-
setIsOpenState(v);
|
|
119
|
-
setSearchValue("", false);
|
|
120
|
-
if (!v) setIsSearchValueChangedAfterOpen(false);
|
|
121
|
-
};
|
|
122
|
-
const getParentNode = ()=>{
|
|
123
|
-
var _document_querySelector, _ref;
|
|
124
|
-
return (_ref = (_document_querySelector = document.querySelector("div#root")) !== null && _document_querySelector !== void 0 ? _document_querySelector : document.querySelector("div#app")) !== null && _ref !== void 0 ? _ref : document.querySelector("div#storybook-root");
|
|
125
|
-
};
|
|
126
|
-
const getListContainer = ()=>{
|
|
127
|
-
return document.getElementById(dropdownId);
|
|
128
|
-
};
|
|
129
|
-
const onWrapperClick = (e)=>{
|
|
130
|
-
if (e.target === (wrapperRef === null || wrapperRef === void 0 ? void 0 : wrapperRef.current)) {
|
|
131
|
-
e.stopPropagation();
|
|
132
|
-
e.preventDefault();
|
|
133
|
-
setIsOpen(false);
|
|
134
|
-
}
|
|
135
|
-
};
|
|
136
|
-
const onSearchableInputFocus = (e)=>{
|
|
137
|
-
if (!isOpen) {
|
|
138
|
-
e.preventDefault();
|
|
139
|
-
e.stopPropagation();
|
|
140
|
-
}
|
|
141
|
-
};
|
|
142
|
-
const handleClickOutside = (event)=>{
|
|
143
|
-
var _getListContainer;
|
|
144
|
-
if (!dropdownLiveSearchRef.current.contains(event.target) && (!getListContainer() || !((_getListContainer = getListContainer()) === null || _getListContainer === void 0 ? void 0 : _getListContainer.contains(event.target)))) setIsOpen(false);
|
|
145
|
-
};
|
|
146
|
-
const closeListViaEsc = (e)=>{
|
|
147
|
-
if ([
|
|
148
|
-
27
|
|
149
|
-
].includes(e.keyCode)) setIsOpen(false);
|
|
150
|
-
};
|
|
151
|
-
const closeList = isOpen ? handleClickOutside : ()=>{};
|
|
152
|
-
const handle = {
|
|
153
|
-
onInputClick: (e)=>{
|
|
154
|
-
if (!isOpen) setIsOpen(true);
|
|
155
|
-
if (isMobile && withMobileLogic) {
|
|
156
|
-
e.preventDefault();
|
|
157
|
-
e.stopPropagation();
|
|
158
|
-
e.target.blur();
|
|
159
|
-
} else {
|
|
160
|
-
e.target.select();
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
onInputChange: (e)=>{
|
|
164
|
-
let inputValue = e.target.value;
|
|
165
|
-
if (!isNotValidateASCII) inputValue = (0, _fieldValueFormatters.formatToOnlyASCIICodeText)(inputValue);
|
|
166
|
-
setSearchValue(inputValue);
|
|
167
|
-
if ((searchValue || !isSearchValueChangedAfterOpen) && !e.target.value) {
|
|
168
|
-
onChange("");
|
|
169
|
-
setSearchValue("");
|
|
170
|
-
setIsValueDeleted(true);
|
|
171
|
-
} else setIsValueDeleted(false);
|
|
172
|
-
}
|
|
173
|
-
};
|
|
174
|
-
const highlightedText = (text, postfix)=>{
|
|
175
|
-
if (!isSearchable) return text;
|
|
176
|
-
else {
|
|
177
|
-
const preparedSearchValue = isSearchValueChangedAfterOpen || isMobile && withMobileLogic ? searchValue : labelByValue;
|
|
178
|
-
const prepare = (text)=>text === null || text === void 0 ? void 0 : text.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&");
|
|
179
|
-
text = text.replace(/["&<>]/g, (a)=>{
|
|
180
|
-
return ({
|
|
181
|
-
'"': """,
|
|
182
|
-
"&": "&",
|
|
183
|
-
"<": "<",
|
|
184
|
-
">": ">"
|
|
185
|
-
})[a];
|
|
186
|
-
});
|
|
187
|
-
const main = preparedSearchValue ? text === null || text === void 0 ? void 0 : text.replace(new RegExp(prepare(preparedSearchValue), "i"), (match)=>`<span class="bg--yellow">${match}</span>`) : text;
|
|
188
|
-
const postfixPart = postfix ? `<span class="dropdown__list-item-postfix">${postfix}</span>` : "";
|
|
189
|
-
return main + postfixPart;
|
|
190
|
-
}
|
|
191
|
-
};
|
|
192
|
-
const getMarkupForElement = (item, index, optTestId)=>{
|
|
193
|
-
var _item_value_toString, _item_value;
|
|
194
|
-
const lowerLabel = item.label.toLowerCase();
|
|
195
|
-
const lowerSearchValue = searchValue === null || searchValue === void 0 ? void 0 : searchValue.toLowerCase();
|
|
196
|
-
var _item_customMobileIcon;
|
|
197
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)("button", {
|
|
198
|
-
"data-testid": `${testId}-${optTestId || index}-option`,
|
|
199
|
-
onClick: ()=>{
|
|
200
|
-
onChange(item.value);
|
|
201
|
-
setIsOpen(false);
|
|
202
|
-
},
|
|
203
|
-
className: (0, _classnames.default)(`${RC}__list-item`, {
|
|
204
|
-
[`${RC}__list-item_active`]: item.value === value,
|
|
205
|
-
[`${RC}__list-item_disabled`]: item.disabled
|
|
206
|
-
}, item.className),
|
|
207
|
-
children: [
|
|
208
|
-
!isMobile || isMobile && !withMobileLogic && /*#__PURE__*/ (0, _jsxruntime.jsx)("span", {
|
|
209
|
-
className: (0, _classnames.default)(`${RC}__active-icon`, {
|
|
210
|
-
[`${RC}__active-icon_active`]: lowerLabel === lowerSearchValue
|
|
211
|
-
}),
|
|
212
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactfeather.Check, {})
|
|
213
|
-
}),
|
|
214
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("p", {
|
|
215
|
-
title: item.label,
|
|
216
|
-
className: item.labelClassName || "",
|
|
217
|
-
dangerouslySetInnerHTML: {
|
|
218
|
-
__html: highlightedText(item.label, item.postfix)
|
|
219
|
-
}
|
|
220
|
-
}),
|
|
221
|
-
isMobile ? (_item_customMobileIcon = item === null || item === void 0 ? void 0 : item.customMobileIcon) !== null && _item_customMobileIcon !== void 0 ? _item_customMobileIcon : /*#__PURE__*/ (0, _jsxruntime.jsx)(_RadioInput.default, {
|
|
222
|
-
value: item.value,
|
|
223
|
-
checked: value
|
|
224
|
-
}) : ""
|
|
225
|
-
]
|
|
226
|
-
}, (_item_value = item.value) === null || _item_value === void 0 ? void 0 : (_item_value_toString = _item_value.toString()) === null || _item_value_toString === void 0 ? void 0 : _item_value_toString.replace(/ /g, "_"));
|
|
227
|
-
};
|
|
228
|
-
const getListMarkUp = ()=>{
|
|
229
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
|
|
230
|
-
className: (0, _classnames.default)(`${RC}__container-wrapper`),
|
|
231
|
-
ref: wrapperRef,
|
|
232
|
-
onClick: isMobile ? onWrapperClick : ()=>{},
|
|
233
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
|
|
234
|
-
className: (0, _classnames.default)(`${RC}__list-wrapper`, {
|
|
235
|
-
[`${RC}__list-wrapper--fixed-height`]: isFixedMaxHeight,
|
|
236
|
-
[`${RC}__list-wrapper--with-bottom-shadow`]: isScrollableList && isMobile,
|
|
237
|
-
[`${RC}__list-wrapper--with-bottom-shadow-hidden`]: scrollTop === scrollHeight
|
|
238
|
-
}),
|
|
239
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsxs)("div", {
|
|
240
|
-
id: "dropdown-live-search-list",
|
|
241
|
-
className: (0, _classnames.default)(`${RC}__container`, {
|
|
242
|
-
[`${RC}__list-top`]: isListTop
|
|
243
|
-
}),
|
|
244
|
-
ref: dropdownListBoxRef,
|
|
245
|
-
children: [
|
|
246
|
-
isMobile && /*#__PURE__*/ (0, _jsxruntime.jsxs)("div", {
|
|
247
|
-
ref: dropdownListHeaderRef,
|
|
248
|
-
className: (0, _classnames.default)(`${RC}__list-header`, {
|
|
249
|
-
[`${RC}__list-header-with-shadow`]: isScrollableList && isMobile,
|
|
250
|
-
[`${RC}__list-header-with-shadow-hidden`]: scrollTop === 0
|
|
251
|
-
}),
|
|
252
|
-
children: [
|
|
253
|
-
/*#__PURE__*/ (0, _jsxruntime.jsxs)("div", {
|
|
254
|
-
className: (0, _classnames.default)(`${RC}__list-header-row`),
|
|
255
|
-
children: [
|
|
256
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
|
|
257
|
-
className: (0, _classnames.default)(`${RC}__list-label`),
|
|
258
|
-
children: label
|
|
259
|
-
}),
|
|
260
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
|
|
261
|
-
className: (0, _classnames.default)(`${RC}__list-close-icon`),
|
|
262
|
-
onClick: ()=>setIsOpen(false),
|
|
263
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactfeather.X, {
|
|
264
|
-
onClick: ()=>setIsOpen(false)
|
|
265
|
-
})
|
|
266
|
-
})
|
|
267
|
-
]
|
|
268
|
-
}),
|
|
269
|
-
isSearchable && /*#__PURE__*/ (0, _jsxruntime.jsx)("input", {
|
|
270
|
-
ref: searchInputModalRef,
|
|
271
|
-
className: `${RC}__input`,
|
|
272
|
-
value: isOpen ? searchValue : labelByValue,
|
|
273
|
-
onChange: handle.onInputChange,
|
|
274
|
-
placeholder: placeholder,
|
|
275
|
-
onFocus: onSearchableInputFocus,
|
|
276
|
-
tabIndex: -1,
|
|
277
|
-
...attributesOfNativeInput
|
|
278
|
-
})
|
|
279
|
-
]
|
|
280
|
-
}),
|
|
281
|
-
/*#__PURE__*/ (0, _jsxruntime.jsxs)("div", {
|
|
282
|
-
className: (0, _classnames.default)(`${RC}__list`, {
|
|
283
|
-
disabled: isLoading
|
|
284
|
-
}),
|
|
285
|
-
ref: dropdownListRef,
|
|
286
|
-
children: [
|
|
287
|
-
options.map((option)=>getMarkupForElement(option)),
|
|
288
|
-
!options.length && /*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
|
|
289
|
-
className: `${RC}__list-item ${RC}__list-item--no-options`,
|
|
290
|
-
children: noOptionsText
|
|
291
|
-
})
|
|
292
|
-
]
|
|
293
|
-
}),
|
|
294
|
-
isLoading && isOpen && /*#__PURE__*/ (0, _jsxruntime.jsx)(_Spinner.default, {
|
|
295
|
-
size: options.length <= 3 ? "small" : null
|
|
296
|
-
})
|
|
297
|
-
]
|
|
298
|
-
})
|
|
299
|
-
})
|
|
277
|
+
}, [options]);
|
|
278
|
+
(0, _react.useEffect)(() => {
|
|
279
|
+
if (isSearchable && (debouncedSearchTerm || isValueDeleted)) {
|
|
280
|
+
doRequest(debouncedSearchTerm);
|
|
281
|
+
if (isValueDeleted) setIsValueDeleted(false);
|
|
282
|
+
}
|
|
283
|
+
}, [debouncedSearchTerm, isValueDeleted]);
|
|
284
|
+
(0, _react.useEffect)(() => {
|
|
285
|
+
if (isMobile && withMobileLogic) {
|
|
286
|
+
initListContainer();
|
|
287
|
+
}
|
|
288
|
+
}, [isMobile, withMobileLogic]);
|
|
289
|
+
(0, _react.useEffect)(() => {
|
|
290
|
+
if (isOpen && isMobile && dropdownListRef?.current && !searchValue) {
|
|
291
|
+
setIsScrollableList(dropdownListRef?.current?.scrollHeight > dropdownListRef?.current?.clientHeight);
|
|
292
|
+
setIsFixedMaxHeight(isScrollableList || dropdownListRef?.current?.scrollHeight > dropdownListRef?.current?.clientHeight);
|
|
293
|
+
}
|
|
294
|
+
}, [isOpen, isMobile, isScrollableList, dropdownListRef?.current, dropdownListRef?.current?.scrollHeight, dropdownListRef?.current?.clientHeight]);
|
|
295
|
+
(0, _react.useLayoutEffect)(() => {
|
|
296
|
+
const list = document.getElementById("dropdown-live-search-list");
|
|
297
|
+
if ((list || isOpen) && (!withMobileLogic || !isMobile)) {
|
|
298
|
+
const dropdownWidth = dropdownLiveSearchRef?.current?.clientWidth;
|
|
299
|
+
list.style.minWidth = `${dropdownWidth}px`;
|
|
300
|
+
}
|
|
301
|
+
}, [dropdownLiveSearchRef, isOpen, withMobileLogic]);
|
|
302
|
+
(0, _react.useEffect)(() => {
|
|
303
|
+
if (!isOpen) {
|
|
304
|
+
setIsFocusedByClick(false);
|
|
305
|
+
if (withMobileLogic && isMobile) setSearchValue("");
|
|
306
|
+
}
|
|
307
|
+
if (isOpen && dropdownListRef && dropdownListRef.current) {
|
|
308
|
+
if (isMobile && withMobileLogic) {
|
|
309
|
+
doRequest("").then(() => {
|
|
310
|
+
setTimeout(() => {
|
|
311
|
+
dropdownListRef.current.style.maxHeight = `${dropdownListBoxRef?.current?.getBoundingClientRect()?.height - dropdownListHeaderRef?.current?.getBoundingClientRect()?.height}px`;
|
|
312
|
+
}, 1);
|
|
300
313
|
});
|
|
314
|
+
searchInputModalRef?.current?.focus();
|
|
315
|
+
}
|
|
316
|
+
dropdownListRef.current.addEventListener("scroll", doScrollCallback);
|
|
317
|
+
}
|
|
318
|
+
return () => {
|
|
319
|
+
removeEventListener("scroll", doScrollCallback);
|
|
301
320
|
};
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
} else {
|
|
327
|
-
var _getParentNode1;
|
|
328
|
-
(_getParentNode1 = getParentNode()) === null || _getParentNode1 === void 0 ? void 0 : _getParentNode1.append(dropdownList);
|
|
329
|
-
}
|
|
330
|
-
}
|
|
321
|
+
}, [isOpen, dropdownListRef]);
|
|
322
|
+
(0, _react.useLayoutEffect)(() => {
|
|
323
|
+
if (!isMobile) {
|
|
324
|
+
window.addEventListener("mousewheel", closeList);
|
|
325
|
+
window.addEventListener("scroll", closeList);
|
|
326
|
+
window.addEventListener("touchmove", closeList);
|
|
327
|
+
} else {
|
|
328
|
+
window.removeEventListener("mousewheel", closeList);
|
|
329
|
+
window.removeEventListener("scroll", closeList);
|
|
330
|
+
window.removeEventListener("touchmove", closeList);
|
|
331
|
+
}
|
|
332
|
+
getListContainer()?.addEventListener("click", closeList);
|
|
333
|
+
window.addEventListener("keyup", closeListViaEsc);
|
|
334
|
+
return () => {
|
|
335
|
+
window.removeEventListener("mousewheel", closeList);
|
|
336
|
+
window.removeEventListener("scroll", closeList);
|
|
337
|
+
window.removeEventListener("touchmove", closeList);
|
|
338
|
+
window.removeEventListener("keyup", closeListViaEsc);
|
|
339
|
+
getListContainer()?.removeEventListener("click", closeList);
|
|
340
|
+
};
|
|
341
|
+
}, [getListContainer]);
|
|
342
|
+
(0, _react.useEffect)(() => {
|
|
343
|
+
const setScrollTopValue = e => {
|
|
344
|
+
setScrollTop(parseInt(e.target.scrollTop, 10));
|
|
331
345
|
};
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
346
|
+
if (isOpen && isMobile && dropdownListRef?.current) {
|
|
347
|
+
dropdownListRef?.current?.addEventListener("scroll", setScrollTopValue);
|
|
348
|
+
}
|
|
349
|
+
return () => {
|
|
350
|
+
dropdownListRef?.current?.removeEventListener("scroll", setScrollTopValue);
|
|
336
351
|
};
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
},
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
dropdownListRef === null || dropdownListRef === void 0 ? void 0 : (_dropdownListRef_current = dropdownListRef.current) === null || _dropdownListRef_current === void 0 ? void 0 : _dropdownListRef_current.scrollHeight,
|
|
378
|
-
dropdownListRef === null || dropdownListRef === void 0 ? void 0 : (_dropdownListRef_current1 = dropdownListRef.current) === null || _dropdownListRef_current1 === void 0 ? void 0 : _dropdownListRef_current1.clientHeight
|
|
379
|
-
]);
|
|
380
|
-
(0, _react.useLayoutEffect)(()=>{
|
|
381
|
-
const list = document.getElementById("dropdown-live-search-list");
|
|
382
|
-
if ((list || isOpen) && (!withMobileLogic || !isMobile)) {
|
|
383
|
-
var _dropdownLiveSearchRef_current;
|
|
384
|
-
const dropdownWidth = dropdownLiveSearchRef === null || dropdownLiveSearchRef === void 0 ? void 0 : (_dropdownLiveSearchRef_current = dropdownLiveSearchRef.current) === null || _dropdownLiveSearchRef_current === void 0 ? void 0 : _dropdownLiveSearchRef_current.clientWidth;
|
|
385
|
-
list.style.minWidth = `${dropdownWidth}px`;
|
|
386
|
-
}
|
|
387
|
-
}, [
|
|
388
|
-
dropdownLiveSearchRef,
|
|
389
|
-
isOpen,
|
|
390
|
-
withMobileLogic
|
|
391
|
-
]);
|
|
392
|
-
(0, _react.useEffect)(()=>{
|
|
393
|
-
if (!isOpen) {
|
|
394
|
-
setIsFocusedByClick(false);
|
|
395
|
-
if (withMobileLogic && isMobile) setSearchValue("");
|
|
396
|
-
}
|
|
397
|
-
if (isOpen && dropdownListRef && dropdownListRef.current) {
|
|
398
|
-
if (isMobile && withMobileLogic) {
|
|
399
|
-
var _searchInputModalRef_current;
|
|
400
|
-
doRequest("").then(()=>{
|
|
401
|
-
setTimeout(()=>{
|
|
402
|
-
var _dropdownListBoxRef_current_getBoundingClientRect, _dropdownListBoxRef_current, _dropdownListHeaderRef_current_getBoundingClientRect, _dropdownListHeaderRef_current;
|
|
403
|
-
dropdownListRef.current.style.maxHeight = `${(dropdownListBoxRef === null || dropdownListBoxRef === void 0 ? void 0 : (_dropdownListBoxRef_current = dropdownListBoxRef.current) === null || _dropdownListBoxRef_current === void 0 ? void 0 : (_dropdownListBoxRef_current_getBoundingClientRect = _dropdownListBoxRef_current.getBoundingClientRect()) === null || _dropdownListBoxRef_current_getBoundingClientRect === void 0 ? void 0 : _dropdownListBoxRef_current_getBoundingClientRect.height) - (dropdownListHeaderRef === null || dropdownListHeaderRef === void 0 ? void 0 : (_dropdownListHeaderRef_current = dropdownListHeaderRef.current) === null || _dropdownListHeaderRef_current === void 0 ? void 0 : (_dropdownListHeaderRef_current_getBoundingClientRect = _dropdownListHeaderRef_current.getBoundingClientRect()) === null || _dropdownListHeaderRef_current_getBoundingClientRect === void 0 ? void 0 : _dropdownListHeaderRef_current_getBoundingClientRect.height)}px`;
|
|
404
|
-
}, 1);
|
|
405
|
-
});
|
|
406
|
-
searchInputModalRef === null || searchInputModalRef === void 0 ? void 0 : (_searchInputModalRef_current = searchInputModalRef.current) === null || _searchInputModalRef_current === void 0 ? void 0 : _searchInputModalRef_current.focus();
|
|
407
|
-
}
|
|
408
|
-
dropdownListRef.current.addEventListener("scroll", doScrollCallback);
|
|
409
|
-
}
|
|
410
|
-
return ()=>{
|
|
411
|
-
removeEventListener("scroll", doScrollCallback);
|
|
412
|
-
};
|
|
413
|
-
}, [
|
|
414
|
-
isOpen,
|
|
415
|
-
dropdownListRef
|
|
416
|
-
]);
|
|
417
|
-
(0, _react.useLayoutEffect)(()=>{
|
|
418
|
-
var _getListContainer;
|
|
419
|
-
if (!isMobile) {
|
|
420
|
-
window.addEventListener("mousewheel", closeList);
|
|
421
|
-
window.addEventListener("scroll", closeList);
|
|
422
|
-
window.addEventListener("touchmove", closeList);
|
|
423
|
-
} else {
|
|
424
|
-
window.removeEventListener("mousewheel", closeList);
|
|
425
|
-
window.removeEventListener("scroll", closeList);
|
|
426
|
-
window.removeEventListener("touchmove", closeList);
|
|
427
|
-
}
|
|
428
|
-
(_getListContainer = getListContainer()) === null || _getListContainer === void 0 ? void 0 : _getListContainer.addEventListener("click", closeList);
|
|
429
|
-
window.addEventListener("keyup", closeListViaEsc);
|
|
430
|
-
return ()=>{
|
|
431
|
-
var _getListContainer;
|
|
432
|
-
window.removeEventListener("mousewheel", closeList);
|
|
433
|
-
window.removeEventListener("scroll", closeList);
|
|
434
|
-
window.removeEventListener("touchmove", closeList);
|
|
435
|
-
window.removeEventListener("keyup", closeListViaEsc);
|
|
436
|
-
(_getListContainer = getListContainer()) === null || _getListContainer === void 0 ? void 0 : _getListContainer.removeEventListener("click", closeList);
|
|
437
|
-
};
|
|
438
|
-
}, [
|
|
439
|
-
getListContainer
|
|
440
|
-
]);
|
|
441
|
-
(0, _react.useEffect)(()=>{
|
|
442
|
-
const setScrollTopValue = (e)=>{
|
|
443
|
-
setScrollTop(parseInt(e.target.scrollTop, 10));
|
|
444
|
-
};
|
|
445
|
-
if (isOpen && isMobile && (dropdownListRef === null || dropdownListRef === void 0 ? void 0 : dropdownListRef.current)) {
|
|
446
|
-
var _dropdownListRef_current;
|
|
447
|
-
dropdownListRef === null || dropdownListRef === void 0 ? void 0 : (_dropdownListRef_current = dropdownListRef.current) === null || _dropdownListRef_current === void 0 ? void 0 : _dropdownListRef_current.addEventListener("scroll", setScrollTopValue);
|
|
448
|
-
}
|
|
449
|
-
return ()=>{
|
|
450
|
-
var _dropdownListRef_current;
|
|
451
|
-
dropdownListRef === null || dropdownListRef === void 0 ? void 0 : (_dropdownListRef_current = dropdownListRef.current) === null || _dropdownListRef_current === void 0 ? void 0 : _dropdownListRef_current.removeEventListener("scroll", setScrollTopValue);
|
|
452
|
-
};
|
|
453
|
-
}, [
|
|
454
|
-
isOpen,
|
|
455
|
-
isMobile,
|
|
456
|
-
dropdownListRef === null || dropdownListRef === void 0 ? void 0 : dropdownListRef.current
|
|
457
|
-
]);
|
|
458
|
-
(0, _react.useEffect)(()=>{
|
|
459
|
-
if (dropdownListRef === null || dropdownListRef === void 0 ? void 0 : dropdownListRef.current) {
|
|
460
|
-
var _dropdownListRef_current, _dropdownListRef_current1;
|
|
461
|
-
setScrollHeight(parseInt((dropdownListRef === null || dropdownListRef === void 0 ? void 0 : (_dropdownListRef_current = dropdownListRef.current) === null || _dropdownListRef_current === void 0 ? void 0 : _dropdownListRef_current.scrollHeight) - (dropdownListRef === null || dropdownListRef === void 0 ? void 0 : (_dropdownListRef_current1 = dropdownListRef.current) === null || _dropdownListRef_current1 === void 0 ? void 0 : _dropdownListRef_current1.clientHeight), 10));
|
|
462
|
-
}
|
|
463
|
-
}, [
|
|
464
|
-
scrollTop,
|
|
465
|
-
dropdownListRef === null || dropdownListRef === void 0 ? void 0 : dropdownListRef.current
|
|
466
|
-
]);
|
|
467
|
-
if (!options) return null;
|
|
468
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)("div", {
|
|
469
|
-
className: (0, _classnames.default)(RC, className, {
|
|
470
|
-
disabled,
|
|
471
|
-
[`${RC}-mobile`]: isMobile,
|
|
472
|
-
[`${RC}--focused`]: isOpen
|
|
473
|
-
}),
|
|
474
|
-
ref: dropdownLiveSearchRef,
|
|
475
|
-
children: [
|
|
476
|
-
/*#__PURE__*/ (0, _jsxruntime.jsxs)("button", {
|
|
477
|
-
"data-testid": testId,
|
|
478
|
-
className: `${RC}__trigger input__wrap ${isOpen ? "input__wrap--focus" : ""} ${!value ? "placeholder" : ""} ${error ? "error" : ""}`,
|
|
479
|
-
onClick: ()=>!isSearchable ? setIsOpen(!isOpen) : null,
|
|
480
|
-
onMouseDown: ()=>setIsFocusedByClick(true),
|
|
481
|
-
onFocus: ()=>!isFocusedByClick ? setIsOpen(true) : null,
|
|
482
|
-
tabIndex: tabIndex === null || tabIndex === void 0 ? void 0 : (_tabIndex_toString = tabIndex.toString) === null || _tabIndex_toString === void 0 ? void 0 : _tabIndex_toString.call(tabIndex),
|
|
483
|
-
children: [
|
|
484
|
-
isSearchable ? /*#__PURE__*/ (0, _jsxruntime.jsx)("input", {
|
|
485
|
-
ref: searchInputRef,
|
|
486
|
-
className: `${RC}__input`,
|
|
487
|
-
value: isOpen ? isMobile && withMobileLogic || !isSearchValueChangedAfterOpen ? labelByValue : searchValue : labelByValue,
|
|
488
|
-
onChange: handle.onInputChange,
|
|
489
|
-
placeholder: placeholder,
|
|
490
|
-
onFocus: onSearchableInputFocus,
|
|
491
|
-
onClick: handle.onInputClick,
|
|
492
|
-
tabIndex: -1,
|
|
493
|
-
...attributesOfNativeInput
|
|
494
|
-
}) : /*#__PURE__*/ (0, _jsxruntime.jsx)("span", {
|
|
495
|
-
className: "text",
|
|
496
|
-
children: labelByValue || placeholder
|
|
497
|
-
}),
|
|
498
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("span", {
|
|
499
|
-
className: (0, _classnames.default)(`${RC}__arrow`, {
|
|
500
|
-
[`${RC}__arrow_active`]: isOpen
|
|
501
|
-
}),
|
|
502
|
-
onClick: ()=>setIsOpen(!isOpen),
|
|
503
|
-
children: isMobile ? /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactfeather.Code, {
|
|
504
|
-
className: "mobile-icon"
|
|
505
|
-
}) : isOpen ? /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactfeather.ChevronUp, {}) : /*#__PURE__*/ (0, _jsxruntime.jsx)(_reactfeather.ChevronDown, {})
|
|
506
|
-
})
|
|
507
|
-
]
|
|
508
|
-
}),
|
|
509
|
-
isOpen && (isMobile && withMobileLogic ? renderListContainer() : getListMarkUp())
|
|
510
|
-
]
|
|
511
|
-
});
|
|
352
|
+
}, [isOpen, isMobile, dropdownListRef?.current]);
|
|
353
|
+
(0, _react.useEffect)(() => {
|
|
354
|
+
if (dropdownListRef?.current) {
|
|
355
|
+
setScrollHeight(parseInt(dropdownListRef?.current?.scrollHeight - dropdownListRef?.current?.clientHeight, 10));
|
|
356
|
+
}
|
|
357
|
+
}, [scrollTop, dropdownListRef?.current]);
|
|
358
|
+
if (!options) return null;
|
|
359
|
+
return /*#__PURE__*/_react.default.createElement("div", {
|
|
360
|
+
className: (0, _classnames.default)(RC, className, {
|
|
361
|
+
disabled,
|
|
362
|
+
[`${RC}-mobile`]: isMobile,
|
|
363
|
+
[`${RC}--focused`]: isOpen
|
|
364
|
+
}),
|
|
365
|
+
ref: dropdownLiveSearchRef
|
|
366
|
+
}, /*#__PURE__*/_react.default.createElement("button", {
|
|
367
|
+
"data-testid": testId,
|
|
368
|
+
className: `${RC}__trigger input__wrap ${isOpen ? "input__wrap--focus" : ""} ${!value ? "placeholder" : ""} ${error ? "error" : ""}`,
|
|
369
|
+
onClick: () => !isSearchable ? setIsOpen(!isOpen) : null,
|
|
370
|
+
onMouseDown: () => setIsFocusedByClick(true),
|
|
371
|
+
onFocus: () => !isFocusedByClick ? setIsOpen(true) : null,
|
|
372
|
+
tabIndex: tabIndex?.toString?.()
|
|
373
|
+
}, isSearchable ? /*#__PURE__*/_react.default.createElement("input", (0, _extends2.default)({
|
|
374
|
+
ref: searchInputRef,
|
|
375
|
+
className: `${RC}__input`,
|
|
376
|
+
value: isOpen ? isMobile && withMobileLogic || !isSearchValueChangedAfterOpen ? labelByValue : searchValue : labelByValue,
|
|
377
|
+
onChange: handle.onInputChange,
|
|
378
|
+
placeholder: placeholder,
|
|
379
|
+
onFocus: onSearchableInputFocus,
|
|
380
|
+
onClick: handle.onInputClick,
|
|
381
|
+
tabIndex: -1
|
|
382
|
+
}, attributesOfNativeInput)) : /*#__PURE__*/_react.default.createElement("span", {
|
|
383
|
+
className: "text"
|
|
384
|
+
}, labelByValue || placeholder), /*#__PURE__*/_react.default.createElement("span", {
|
|
385
|
+
className: (0, _classnames.default)(`${RC}__arrow`, {
|
|
386
|
+
[`${RC}__arrow_active`]: isOpen
|
|
387
|
+
}),
|
|
388
|
+
onClick: () => setIsOpen(!isOpen)
|
|
389
|
+
}, isMobile ? /*#__PURE__*/_react.default.createElement(_reactFeather.Code, {
|
|
390
|
+
className: "mobile-icon"
|
|
391
|
+
}) : isOpen ? /*#__PURE__*/_react.default.createElement(_reactFeather.ChevronUp, null) : /*#__PURE__*/_react.default.createElement(_reactFeather.ChevronDown, null))), isOpen && (isMobile && withMobileLogic ? renderListContainer() : getListMarkUp()));
|
|
512
392
|
};
|
|
513
|
-
|
|
393
|
+
var _default = exports.default = DropdownLiveSearch;
|