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,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "default", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return _default;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _TimeRange = /*#__PURE__*/ _interop_require_default(require("./TimeRange"));
|
|
12
|
-
function _interop_require_default(obj) {
|
|
13
|
-
return obj && obj.__esModule ? obj : {
|
|
14
|
-
default: obj
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
const _default = _TimeRange.default;
|
|
@@ -1,381 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
const _jsxruntime = require("react/jsx-runtime");
|
|
6
|
-
const _react = /*#__PURE__*/ _interop_require_default(require("react"));
|
|
7
|
-
const _react1 = require("@testing-library/react");
|
|
8
|
-
const _UserContacts = /*#__PURE__*/ _interop_require_default(require("./UserContacts"));
|
|
9
|
-
function _interop_require_default(obj) {
|
|
10
|
-
return obj && obj.__esModule ? obj : {
|
|
11
|
-
default: obj
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
function createTestProps(overrides = {}) {
|
|
15
|
-
return {
|
|
16
|
-
email: 'test@example.com',
|
|
17
|
-
phone: '+1234567890',
|
|
18
|
-
...overrides
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
function mockResizeObserver() {
|
|
22
|
-
class ResizeObserverMock {
|
|
23
|
-
observe() {}
|
|
24
|
-
unobserve() {}
|
|
25
|
-
disconnect() {}
|
|
26
|
-
}
|
|
27
|
-
window.ResizeObserver = ResizeObserverMock;
|
|
28
|
-
}
|
|
29
|
-
function mockRefs(widths) {
|
|
30
|
-
const refs = {
|
|
31
|
-
mainRef: {
|
|
32
|
-
current: {
|
|
33
|
-
clientWidth: widths.main || 500
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
firstRef: {
|
|
37
|
-
current: {
|
|
38
|
-
clientWidth: widths.first || 100
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
secondRef: {
|
|
42
|
-
current: {
|
|
43
|
-
clientWidth: widths.second || 100
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
contactsRef: {
|
|
47
|
-
current: {
|
|
48
|
-
clientWidth: widths.contacts || 100
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
return refs;
|
|
53
|
-
}
|
|
54
|
-
describe('userContacts', ()=>{
|
|
55
|
-
const testEmail = 'test@example.com';
|
|
56
|
-
const testPhone = '+1234567890';
|
|
57
|
-
const defaultProps = {
|
|
58
|
-
email: testEmail,
|
|
59
|
-
phone: testPhone
|
|
60
|
-
};
|
|
61
|
-
it('renders without crashing', ()=>{
|
|
62
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
63
|
-
...defaultProps
|
|
64
|
-
}));
|
|
65
|
-
expect(_react1.screen.getByTestId('user-contacts')).toBeInTheDocument();
|
|
66
|
-
});
|
|
67
|
-
it('renders email and phone correctly', ()=>{
|
|
68
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
69
|
-
...defaultProps
|
|
70
|
-
}));
|
|
71
|
-
const emailLink = _react1.screen.getByText(`${testEmail},`);
|
|
72
|
-
const phoneLink = _react1.screen.getByText(testPhone);
|
|
73
|
-
expect(emailLink).toBeInTheDocument();
|
|
74
|
-
expect(phoneLink).toBeInTheDocument();
|
|
75
|
-
expect(emailLink.closest('a')).toHaveAttribute('href', `mailto:${testEmail}`);
|
|
76
|
-
expect(phoneLink.closest('a')).toHaveAttribute('href', `tel:${testPhone}`);
|
|
77
|
-
});
|
|
78
|
-
it('renders phone first when isFirstPhone is true', ()=>{
|
|
79
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
80
|
-
...defaultProps,
|
|
81
|
-
isFirstPhone: true
|
|
82
|
-
}));
|
|
83
|
-
const links = _react1.screen.getAllByRole('link');
|
|
84
|
-
expect(links[0]).toHaveAttribute('href', `tel:${testPhone}`);
|
|
85
|
-
expect(links[1]).toHaveAttribute('href', `mailto:${testEmail}`);
|
|
86
|
-
});
|
|
87
|
-
it('renders main contacts correctly', ()=>{
|
|
88
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
89
|
-
...defaultProps,
|
|
90
|
-
isDisputeContact: true,
|
|
91
|
-
isSalesContact: true
|
|
92
|
-
}));
|
|
93
|
-
expect(_react1.screen.getByText(/Dispute/)).toBeInTheDocument();
|
|
94
|
-
expect(_react1.screen.getByText(/Sales/)).toBeInTheDocument();
|
|
95
|
-
});
|
|
96
|
-
it('renders contacts with custom prefix and postfix', ()=>{
|
|
97
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
98
|
-
...defaultProps,
|
|
99
|
-
isDisputeContact: {
|
|
100
|
-
prefix: 'Primary',
|
|
101
|
-
postfix: 'Manager'
|
|
102
|
-
}
|
|
103
|
-
}));
|
|
104
|
-
expect(_react1.screen.getByText(/Primary Dispute Manager/)).toBeInTheDocument();
|
|
105
|
-
});
|
|
106
|
-
it('renders other contacts correctly', ()=>{
|
|
107
|
-
const otherContacts = [
|
|
108
|
-
'Support',
|
|
109
|
-
'Marketing'
|
|
110
|
-
];
|
|
111
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
112
|
-
...defaultProps,
|
|
113
|
-
otherContacts: otherContacts
|
|
114
|
-
}));
|
|
115
|
-
otherContacts.forEach((contact)=>{
|
|
116
|
-
expect(_react1.screen.getByText(new RegExp(contact))).toBeInTheDocument();
|
|
117
|
-
});
|
|
118
|
-
});
|
|
119
|
-
it('uses custom translation function', ()=>{
|
|
120
|
-
const Lng = (value)=>`translated_${value}`;
|
|
121
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
122
|
-
...defaultProps,
|
|
123
|
-
Lng: Lng,
|
|
124
|
-
isDisputeContact: true
|
|
125
|
-
}));
|
|
126
|
-
expect(_react1.screen.getByText(/translated_Dispute/)).toBeInTheDocument();
|
|
127
|
-
});
|
|
128
|
-
it('renders with custom generalizing word', ()=>{
|
|
129
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
130
|
-
...defaultProps,
|
|
131
|
-
generalizingWord: "department",
|
|
132
|
-
isDisputeContact: true
|
|
133
|
-
}));
|
|
134
|
-
expect(_react1.screen.getByText(/department/)).toBeInTheDocument();
|
|
135
|
-
});
|
|
136
|
-
it('does not render generalizing word when isNotRenderGeneralizingWord is true', ()=>{
|
|
137
|
-
const { container } = (0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
138
|
-
...defaultProps,
|
|
139
|
-
generalizingWord: "department",
|
|
140
|
-
isNotRenderGeneralizingWord: true,
|
|
141
|
-
isDisputeContact: true
|
|
142
|
-
}));
|
|
143
|
-
expect(container).not.toHaveTextContent(/department/);
|
|
144
|
-
});
|
|
145
|
-
it('handles empty props correctly', ()=>{
|
|
146
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {}));
|
|
147
|
-
expect(_react1.screen.getByTestId('user-contacts')).toBeEmptyDOMElement();
|
|
148
|
-
});
|
|
149
|
-
it('applies custom className correctly', ()=>{
|
|
150
|
-
const customClass = 'custom-class';
|
|
151
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
152
|
-
...defaultProps,
|
|
153
|
-
className: customClass
|
|
154
|
-
}));
|
|
155
|
-
expect(_react1.screen.getByTestId('user-contacts')).toHaveClass(customClass);
|
|
156
|
-
});
|
|
157
|
-
it('applies custom className correctly', ()=>{
|
|
158
|
-
const customClass = 'custom-class';
|
|
159
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
160
|
-
...defaultProps,
|
|
161
|
-
className: customClass
|
|
162
|
-
}));
|
|
163
|
-
expect(_react1.screen.getByTestId('user-contacts')).toHaveClass(customClass);
|
|
164
|
-
});
|
|
165
|
-
it('uses custom icons correctly', ()=>{
|
|
166
|
-
const CustomEmailIcon = ()=>/*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
|
|
167
|
-
"data-testid": "custom-email-icon",
|
|
168
|
-
children: "📧"
|
|
169
|
-
});
|
|
170
|
-
const CustomPhoneIcon = ()=>/*#__PURE__*/ (0, _jsxruntime.jsx)("div", {
|
|
171
|
-
"data-testid": "custom-phone-icon",
|
|
172
|
-
children: "📞"
|
|
173
|
-
});
|
|
174
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
175
|
-
...defaultProps,
|
|
176
|
-
EmailIcon: /*#__PURE__*/ (0, _jsxruntime.jsx)(CustomEmailIcon, {}),
|
|
177
|
-
PhoneIcon: /*#__PURE__*/ (0, _jsxruntime.jsx)(CustomPhoneIcon, {}),
|
|
178
|
-
maxWidth: 100
|
|
179
|
-
}));
|
|
180
|
-
// Имитируем маленькую ширину для активации режима иконок
|
|
181
|
-
Object.defineProperty(HTMLElement.prototype, 'clientWidth', {
|
|
182
|
-
configurable: true,
|
|
183
|
-
value: 50
|
|
184
|
-
});
|
|
185
|
-
});
|
|
186
|
-
it('renders other contacts together with main contacts when isOtherTogetherMainContacts is true', ()=>{
|
|
187
|
-
const otherContacts = [
|
|
188
|
-
'Support'
|
|
189
|
-
];
|
|
190
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
191
|
-
...defaultProps,
|
|
192
|
-
isDisputeContact: true,
|
|
193
|
-
otherContacts: otherContacts,
|
|
194
|
-
isOtherTogetherMainContacts: true
|
|
195
|
-
}));
|
|
196
|
-
const contactsContainer = _react1.screen.getByTestId('user-contacts');
|
|
197
|
-
expect(contactsContainer.textContent).toMatch(/Dispute.*Support/);
|
|
198
|
-
});
|
|
199
|
-
it('trims contact values correctly', ()=>{
|
|
200
|
-
const emailWithSpaces = ' test@example.com ';
|
|
201
|
-
const phoneWithSpaces = ' +1234567890 ';
|
|
202
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
203
|
-
email: emailWithSpaces,
|
|
204
|
-
phone: phoneWithSpaces
|
|
205
|
-
}));
|
|
206
|
-
const emailLink = _react1.screen.getByText(`${emailWithSpaces.trim()} ,`);
|
|
207
|
-
const phoneLink = _react1.screen.getByText(phoneWithSpaces.trim());
|
|
208
|
-
expect(emailLink.closest('a')).toHaveAttribute('href', `mailto:${emailWithSpaces.trim()}`);
|
|
209
|
-
expect(phoneLink.closest('a')).toHaveAttribute('href', `tel:${phoneWithSpaces.trim()}`);
|
|
210
|
-
});
|
|
211
|
-
describe('layout behavior', ()=>{
|
|
212
|
-
beforeEach(()=>{
|
|
213
|
-
jest.useFakeTimers();
|
|
214
|
-
});
|
|
215
|
-
afterEach(()=>{
|
|
216
|
-
jest.useRealTimers();
|
|
217
|
-
});
|
|
218
|
-
it('switches to icon mode when content exceeds maxWidth', ()=>{
|
|
219
|
-
// Мокаем размеры элементов
|
|
220
|
-
const mockRefs = {
|
|
221
|
-
mainRef: {
|
|
222
|
-
current: {
|
|
223
|
-
clientWidth: 100
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
firstRef: {
|
|
227
|
-
current: {
|
|
228
|
-
clientWidth: 40
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
secondRef: {
|
|
232
|
-
current: {
|
|
233
|
-
clientWidth: 40
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
contactsRef: {
|
|
237
|
-
current: {
|
|
238
|
-
clientWidth: 40
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
};
|
|
242
|
-
jest.spyOn(_react.default, 'useRef').mockImplementation(()=>mockRefs.mainRef);
|
|
243
|
-
jest.spyOn(_react.default, 'useRef').mockImplementation(()=>mockRefs.firstRef);
|
|
244
|
-
jest.spyOn(_react.default, 'useRef').mockImplementation(()=>mockRefs.secondRef);
|
|
245
|
-
jest.spyOn(_react.default, 'useRef').mockImplementation(()=>mockRefs.contactsRef);
|
|
246
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
247
|
-
...defaultProps,
|
|
248
|
-
maxWidth: 100
|
|
249
|
-
}));
|
|
250
|
-
jest.runAllTimers();
|
|
251
|
-
});
|
|
252
|
-
});
|
|
253
|
-
describe('main contacts combinations', ()=>{
|
|
254
|
-
it('renders all types of main contacts correctly', ()=>{
|
|
255
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
256
|
-
...defaultProps,
|
|
257
|
-
isDisputeContact: true,
|
|
258
|
-
isSalesContact: true,
|
|
259
|
-
isAccountingContact: true,
|
|
260
|
-
isBusinessContact: true,
|
|
261
|
-
isTechnicalContact: true
|
|
262
|
-
}));
|
|
263
|
-
const contactTypes = [
|
|
264
|
-
'Dispute',
|
|
265
|
-
'Sales',
|
|
266
|
-
'Accounting',
|
|
267
|
-
'Business',
|
|
268
|
-
'Technical'
|
|
269
|
-
];
|
|
270
|
-
contactTypes.forEach((type)=>{
|
|
271
|
-
expect(_react1.screen.getByText(new RegExp(type))).toBeInTheDocument();
|
|
272
|
-
});
|
|
273
|
-
});
|
|
274
|
-
it('handles complex prefix and postfix combinations', ()=>{
|
|
275
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
276
|
-
...defaultProps,
|
|
277
|
-
isDisputeContact: {
|
|
278
|
-
prefix: 'Senior',
|
|
279
|
-
postfix: 'Manager'
|
|
280
|
-
},
|
|
281
|
-
isSalesContact: {
|
|
282
|
-
prefix: 'Lead',
|
|
283
|
-
postfix: 'Representative'
|
|
284
|
-
}
|
|
285
|
-
}));
|
|
286
|
-
expect(_react1.screen.getByText(/Senior Dispute Manager/)).toBeInTheDocument();
|
|
287
|
-
expect(_react1.screen.getByText(/Lead Sales Representative/)).toBeInTheDocument();
|
|
288
|
-
});
|
|
289
|
-
});
|
|
290
|
-
describe('userContacts', ()=>{
|
|
291
|
-
// Подготавливаем окружение перед каждым тестом
|
|
292
|
-
beforeEach(()=>{
|
|
293
|
-
mockResizeObserver();
|
|
294
|
-
});
|
|
295
|
-
it('renders with default test props', ()=>{
|
|
296
|
-
const props = createTestProps();
|
|
297
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
298
|
-
...props
|
|
299
|
-
}));
|
|
300
|
-
expect(_react1.screen.getByTestId('user-contacts')).toBeInTheDocument();
|
|
301
|
-
expect(_react1.screen.getByText(`${props.email},`)).toBeInTheDocument();
|
|
302
|
-
expect(_react1.screen.getByText(props.phone)).toBeInTheDocument();
|
|
303
|
-
});
|
|
304
|
-
it('renders all contact types with prefixes', ()=>{
|
|
305
|
-
const props = createTestProps({
|
|
306
|
-
isDisputeContact: {
|
|
307
|
-
prefix: 'Senior',
|
|
308
|
-
postfix: 'Manager'
|
|
309
|
-
},
|
|
310
|
-
isSalesContact: {
|
|
311
|
-
prefix: 'Lead',
|
|
312
|
-
postfix: 'Representative'
|
|
313
|
-
},
|
|
314
|
-
isAccountingContact: true,
|
|
315
|
-
isBusinessContact: true,
|
|
316
|
-
isTechnicalContact: true
|
|
317
|
-
});
|
|
318
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
319
|
-
...props
|
|
320
|
-
}));
|
|
321
|
-
expect(_react1.screen.getByText(/Senior Dispute Manager/)).toBeInTheDocument();
|
|
322
|
-
expect(_react1.screen.getByText(/Lead Sales Representative/)).toBeInTheDocument();
|
|
323
|
-
expect(_react1.screen.getByText(/Accounting/)).toBeInTheDocument();
|
|
324
|
-
expect(_react1.screen.getByText(/Business/)).toBeInTheDocument();
|
|
325
|
-
expect(_react1.screen.getByText(/Technical/)).toBeInTheDocument();
|
|
326
|
-
});
|
|
327
|
-
it('handles empty props gracefully', ()=>{
|
|
328
|
-
const props = createTestProps({
|
|
329
|
-
email: undefined,
|
|
330
|
-
phone: undefined
|
|
331
|
-
});
|
|
332
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
333
|
-
...props
|
|
334
|
-
}));
|
|
335
|
-
expect(_react1.screen.getByTestId('user-contacts')).toBeEmptyDOMElement();
|
|
336
|
-
});
|
|
337
|
-
it('renders other contacts correctly', ()=>{
|
|
338
|
-
const props = createTestProps({
|
|
339
|
-
otherContacts: [
|
|
340
|
-
'Support',
|
|
341
|
-
'Marketing'
|
|
342
|
-
],
|
|
343
|
-
isOtherTogetherMainContacts: true
|
|
344
|
-
});
|
|
345
|
-
(0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
346
|
-
...props
|
|
347
|
-
}));
|
|
348
|
-
expect(_react1.screen.getByText(/Support/)).toBeInTheDocument();
|
|
349
|
-
expect(_react1.screen.getByText(/Marketing/)).toBeInTheDocument();
|
|
350
|
-
});
|
|
351
|
-
describe('layout behavior', ()=>{
|
|
352
|
-
beforeEach(()=>{
|
|
353
|
-
jest.useFakeTimers();
|
|
354
|
-
});
|
|
355
|
-
afterEach(()=>{
|
|
356
|
-
jest.useRealTimers();
|
|
357
|
-
});
|
|
358
|
-
it('updates layout on prop changes', ()=>{
|
|
359
|
-
const refs = mockRefs({
|
|
360
|
-
main: 200,
|
|
361
|
-
first: 50,
|
|
362
|
-
second: 50,
|
|
363
|
-
contacts: 50
|
|
364
|
-
});
|
|
365
|
-
jest.spyOn(_react.default, 'useRef').mockImplementationOnce(()=>refs.mainRef).mockImplementationOnce(()=>refs.firstRef).mockImplementationOnce(()=>refs.secondRef).mockImplementationOnce(()=>refs.contactsRef);
|
|
366
|
-
const { rerender } = (0, _react1.render)(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
367
|
-
...createTestProps()
|
|
368
|
-
}));
|
|
369
|
-
// Перерендер с новыми пропсами
|
|
370
|
-
rerender(/*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
371
|
-
...createTestProps({
|
|
372
|
-
email: 'new@test.com'
|
|
373
|
-
})
|
|
374
|
-
}));
|
|
375
|
-
jest.runAllTimers();
|
|
376
|
-
// Проверяем, что компонент обновился с новым email
|
|
377
|
-
expect(_react1.screen.getByText('new@test.com,')).toBeInTheDocument();
|
|
378
|
-
});
|
|
379
|
-
});
|
|
380
|
-
});
|
|
381
|
-
});
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
function _export(target, all) {
|
|
6
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: all[name]
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
_export(exports, {
|
|
12
|
-
UserContactsTemplate: function() {
|
|
13
|
-
return UserContactsTemplate;
|
|
14
|
-
},
|
|
15
|
-
default: function() {
|
|
16
|
-
return _default;
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
const _jsxruntime = require("react/jsx-runtime");
|
|
20
|
-
const _UserContacts = /*#__PURE__*/ _interop_require_default(require("./UserContacts"));
|
|
21
|
-
require("./partial/AnyOuterClass.scss");
|
|
22
|
-
require("../../../../../scss/main.scss");
|
|
23
|
-
function _interop_require_default(obj) {
|
|
24
|
-
return obj && obj.__esModule ? obj : {
|
|
25
|
-
default: obj
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
const _default = {
|
|
29
|
-
title: 'Form Elements/UserContacts',
|
|
30
|
-
component: _UserContacts.default
|
|
31
|
-
};
|
|
32
|
-
const Template = (args)=>{
|
|
33
|
-
const { isIncludeOuterStyles, ...restArgs } = args;
|
|
34
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)(_UserContacts.default, {
|
|
35
|
-
className: isIncludeOuterStyles ? 'any-outer-class__user-contacts' : '',
|
|
36
|
-
...restArgs
|
|
37
|
-
});
|
|
38
|
-
};
|
|
39
|
-
const UserContactsTemplate = Template.bind({});
|
|
40
|
-
UserContactsTemplate.args = {
|
|
41
|
-
isIncludeOuterStyles: false,
|
|
42
|
-
email: 'vosnosdnonsjo@kvmsdv.com',
|
|
43
|
-
// email: 0,
|
|
44
|
-
phone: '1111-111-111',
|
|
45
|
-
// phone: 0,
|
|
46
|
-
isDisputeContact: false,
|
|
47
|
-
// isDisputeContact: { prefix: '', postfix: '' },
|
|
48
|
-
isSalesContact: false,
|
|
49
|
-
// isSalesContact: { prefix: '', postfix: '' },
|
|
50
|
-
isAccountingContact: false,
|
|
51
|
-
// isAccountingContact: { prefix: '', postfix: '' },
|
|
52
|
-
// isBusinessContact: false,
|
|
53
|
-
isBusinessContact: {
|
|
54
|
-
prefix: 'Primary',
|
|
55
|
-
postfix: ''
|
|
56
|
-
},
|
|
57
|
-
// isTechnicalContact: false,
|
|
58
|
-
isTechnicalContact: {
|
|
59
|
-
prefix: 'Primary',
|
|
60
|
-
postfix: 'Contact'
|
|
61
|
-
},
|
|
62
|
-
// otherContacts: ['My personal account manager'],
|
|
63
|
-
otherContacts: [
|
|
64
|
-
'Super',
|
|
65
|
-
'Any',
|
|
66
|
-
'View'
|
|
67
|
-
],
|
|
68
|
-
isOtherTogetherMainContacts: false,
|
|
69
|
-
// generalizingWord: 'manager',
|
|
70
|
-
isNotRenderGeneralizingWord: false,
|
|
71
|
-
isFirstPhone: false,
|
|
72
|
-
isUseCommaSeparator: true,
|
|
73
|
-
maxWidth: 480
|
|
74
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
Object.defineProperty(exports, "default", {
|
|
6
|
-
enumerable: true,
|
|
7
|
-
get: function() {
|
|
8
|
-
return _default;
|
|
9
|
-
}
|
|
10
|
-
});
|
|
11
|
-
const _UserContacts = /*#__PURE__*/ _interop_require_default(require("./UserContacts"));
|
|
12
|
-
function _interop_require_default(obj) {
|
|
13
|
-
return obj && obj.__esModule ? obj : {
|
|
14
|
-
default: obj
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
const _default = _UserContacts.default;
|
|
@@ -1,193 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", {
|
|
3
|
-
value: true
|
|
4
|
-
});
|
|
5
|
-
function _export(target, all) {
|
|
6
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: all[name]
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
_export(exports, {
|
|
12
|
-
Radio: function() {
|
|
13
|
-
return Radio;
|
|
14
|
-
},
|
|
15
|
-
default: function() {
|
|
16
|
-
return _default;
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
const _jsxruntime = require("react/jsx-runtime");
|
|
20
|
-
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
|
|
21
|
-
const _VariantsListRadio = /*#__PURE__*/ _interop_require_default(require("./VariantsListRadio"));
|
|
22
|
-
function _interop_require_default(obj) {
|
|
23
|
-
return obj && obj.__esModule ? obj : {
|
|
24
|
-
default: obj
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
function _getRequireWildcardCache(nodeInterop) {
|
|
28
|
-
if (typeof WeakMap !== "function") return null;
|
|
29
|
-
var cacheBabelInterop = new WeakMap();
|
|
30
|
-
var cacheNodeInterop = new WeakMap();
|
|
31
|
-
return (_getRequireWildcardCache = function(nodeInterop) {
|
|
32
|
-
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
33
|
-
})(nodeInterop);
|
|
34
|
-
}
|
|
35
|
-
function _interop_require_wildcard(obj, nodeInterop) {
|
|
36
|
-
if (!nodeInterop && obj && obj.__esModule) {
|
|
37
|
-
return obj;
|
|
38
|
-
}
|
|
39
|
-
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
|
|
40
|
-
return {
|
|
41
|
-
default: obj
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
var cache = _getRequireWildcardCache(nodeInterop);
|
|
45
|
-
if (cache && cache.has(obj)) {
|
|
46
|
-
return cache.get(obj);
|
|
47
|
-
}
|
|
48
|
-
var newObj = {
|
|
49
|
-
__proto__: null
|
|
50
|
-
};
|
|
51
|
-
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
52
|
-
for(var key in obj){
|
|
53
|
-
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
54
|
-
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
55
|
-
if (desc && (desc.get || desc.set)) {
|
|
56
|
-
Object.defineProperty(newObj, key, desc);
|
|
57
|
-
} else {
|
|
58
|
-
newObj[key] = obj[key];
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
newObj.default = obj;
|
|
63
|
-
if (cache) {
|
|
64
|
-
cache.set(obj, newObj);
|
|
65
|
-
}
|
|
66
|
-
return newObj;
|
|
67
|
-
}
|
|
68
|
-
global.lng = 'en';
|
|
69
|
-
const _default = {
|
|
70
|
-
title: 'Form Elements/VariantsListRadio',
|
|
71
|
-
component: _VariantsListRadio.default,
|
|
72
|
-
argTypes: {
|
|
73
|
-
items: {
|
|
74
|
-
description: 'List items array (of objects). '
|
|
75
|
-
},
|
|
76
|
-
isWithBorders: {
|
|
77
|
-
description: 'boolean, how render items?'
|
|
78
|
-
},
|
|
79
|
-
itemsContentRenderMode: {
|
|
80
|
-
description: 'string "row" or "col" ("row" is default), how render item labels and description?'
|
|
81
|
-
},
|
|
82
|
-
isRadioPositionReverse: {
|
|
83
|
-
description: 'boolean, if true, the radio element in items is positioned on the left'
|
|
84
|
-
},
|
|
85
|
-
isUseAsOptionsList: {
|
|
86
|
-
description: 'boolean, it looks like a list of options, descriptions are not displayed, dominates the isWithBorders property'
|
|
87
|
-
},
|
|
88
|
-
disabled: {
|
|
89
|
-
description: 'boolean, disable all radio items'
|
|
90
|
-
},
|
|
91
|
-
isDisabled: {
|
|
92
|
-
description: 'like disabled'
|
|
93
|
-
},
|
|
94
|
-
id: {
|
|
95
|
-
description: 'string. optional'
|
|
96
|
-
},
|
|
97
|
-
testId: {
|
|
98
|
-
description: 'string. optional'
|
|
99
|
-
},
|
|
100
|
-
className: {
|
|
101
|
-
description: 'string. optional'
|
|
102
|
-
},
|
|
103
|
-
onChange: {
|
|
104
|
-
description: 'function'
|
|
105
|
-
},
|
|
106
|
-
attributesOfNativeInput: {
|
|
107
|
-
description: 'Object. Optional. This is list of attributes to add in native input, format { ..., [atribut_key]: atribut_value, ... }'
|
|
108
|
-
},
|
|
109
|
-
isMixWithPersonalAttributes: {
|
|
110
|
-
description: 'boolean, if true then personal attributesOfNativeInput of item must be mixed by an common attributesOfNativeInput'
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
const containerStyles = {
|
|
115
|
-
boxSizing: 'border-box',
|
|
116
|
-
width: '180px'
|
|
117
|
-
};
|
|
118
|
-
const buttonStyles = {
|
|
119
|
-
border: '1px solid black',
|
|
120
|
-
padding: '5px'
|
|
121
|
-
};
|
|
122
|
-
const Template = (args)=>{
|
|
123
|
-
const [value, setValue] = (0, _react.useState)(args.value);
|
|
124
|
-
(0, _react.useEffect)(()=>{
|
|
125
|
-
if (value !== args.value) setValue(args.value);
|
|
126
|
-
}, [
|
|
127
|
-
args.value
|
|
128
|
-
]);
|
|
129
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)("div", {
|
|
130
|
-
style: containerStyles,
|
|
131
|
-
children: [
|
|
132
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)(_VariantsListRadio.default, {
|
|
133
|
-
...args,
|
|
134
|
-
id: 'test-VariantsListRadio',
|
|
135
|
-
value: value,
|
|
136
|
-
onChange: (value)=>setValue(value),
|
|
137
|
-
className: ''
|
|
138
|
-
}),
|
|
139
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("br", {}),
|
|
140
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("br", {}),
|
|
141
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("br", {}),
|
|
142
|
-
/*#__PURE__*/ (0, _jsxruntime.jsxs)("button", {
|
|
143
|
-
style: buttonStyles,
|
|
144
|
-
onClick: ()=>{
|
|
145
|
-
setValue(args.items[0].value);
|
|
146
|
-
},
|
|
147
|
-
children: [
|
|
148
|
-
"Change value to ",
|
|
149
|
-
args.items[0].label
|
|
150
|
-
]
|
|
151
|
-
})
|
|
152
|
-
]
|
|
153
|
-
});
|
|
154
|
-
};
|
|
155
|
-
const Radio = Template.bind({});
|
|
156
|
-
Radio.args = {
|
|
157
|
-
items: [
|
|
158
|
-
{
|
|
159
|
-
value: '1',
|
|
160
|
-
label: 'First',
|
|
161
|
-
description: 'bla',
|
|
162
|
-
disabled: true
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
value: '2',
|
|
166
|
-
label: 'Second',
|
|
167
|
-
description: 'bla-bla',
|
|
168
|
-
isDisabled: true
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
value: '3',
|
|
172
|
-
label: 'Third',
|
|
173
|
-
description: 'bla-bla-bla',
|
|
174
|
-
attributesOfNativeInput: {
|
|
175
|
-
'data-test1': 'Дратути!'
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
],
|
|
179
|
-
value: '',
|
|
180
|
-
isWithBorders: false,
|
|
181
|
-
itemsContentRenderMode: 'row',
|
|
182
|
-
isRadioPositionReverse: false,
|
|
183
|
-
isUseAsOptionsList: false,
|
|
184
|
-
disabled: false,
|
|
185
|
-
isDisabled: false,
|
|
186
|
-
id: 'storybook-VariantsListRadio',
|
|
187
|
-
className: '',
|
|
188
|
-
testId: 'storybook-VariantsListRadio',
|
|
189
|
-
attributesOfNativeInput: {
|
|
190
|
-
'data-test2': 'И снова Дратути!'
|
|
191
|
-
},
|
|
192
|
-
isMixWithPersonalAttributes: false
|
|
193
|
-
};
|