ab-ui-library 1.45.0 → 1.47.0
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/{RadioGroup-7557f8e0.js → RadioGroup-c167823d.js} +2 -2
- package/assets/styles/styles.css +19 -2
- package/assets/styles/styles.scss +1 -1
- package/components/AdvancedTable/AdvancedPagination.js +7 -7
- package/components/AdvancedTable/ColumnHeader.js +3 -3
- package/components/AdvancedTable/ColumnSettings.js +7 -7
- package/components/AdvancedTable/IndeterminateCheckbox.js +5 -5
- package/components/AdvancedTable/Table.js +7 -7
- package/components/AdvancedTable/hooks/useTableControl.js +6 -6
- package/components/AdvancedTable/index.js +7 -7
- package/components/Alert/Alert.js +6 -6
- package/components/Alert/index.js +6 -6
- package/components/Avatar/Avatar.js +7 -7
- package/components/Avatar/AvatarGroup.js +7 -7
- package/components/Avatar/index.js +7 -7
- package/components/Button/Button.js +6 -6
- package/components/Button/index.js +6 -6
- package/components/ButtonIcon/ButtonIcon.js +6 -6
- package/components/ButtonIcon/index.js +6 -6
- package/components/CardBody/CardBody.js +6 -6
- package/components/CardBody/index.js +6 -6
- package/components/CardSelect/CardSelect.js +6 -6
- package/components/CardSelect/CardSelectGroup.js +6 -6
- package/components/CardSelect/components/CardChips.js +3 -3
- package/components/CardSelect/components/CardInput.js +6 -6
- package/components/CardSelect/components/index.js +6 -6
- package/components/CardSelect/index.js +6 -6
- package/components/Cards/CardItem.js +1 -1
- package/components/Cards/index.js +1 -1
- package/components/Checkbox/Checkbox.js +5 -5
- package/components/Checkbox/index.js +5 -5
- package/components/Chips/Chips.js +3 -3
- package/components/Chips/index.js +3 -3
- package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
- package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
- package/components/Collapse/index.js +5 -5
- package/components/Copy/Copy.js +6 -6
- package/components/Copy/index.js +6 -6
- package/components/Counter/Counter.js +6 -6
- package/components/Counter/index.js +6 -6
- package/components/DatePicker/CustomHeader/CustomHeader.js +7 -7
- package/components/DatePicker/RangeDatePicker.js +7 -7
- package/components/DatePicker/SimpleDatePicker.js +8 -8
- package/components/DatePicker/TimePicker.js +7 -7
- package/components/DatePicker/hooks.js +3 -3
- package/components/DatePicker/index.js +8 -8
- package/components/Empty/Empty.js +6 -6
- package/components/Empty/index.js +6 -6
- package/components/FileUpload/FileUpload.js +7 -7
- package/components/FileUpload/UploadItems.js +6 -6
- package/components/FileUpload/index.js +7 -7
- package/components/FormContainer/FormContainer.js +7 -7
- package/components/FormContainer/index.js +7 -7
- package/components/FormField/FormField.js +5 -5
- package/components/FormField/index.js +5 -5
- package/components/Input/Input.js +6 -6
- package/components/Input/InputPassword.js +6 -6
- package/components/Input/index.js +6 -6
- package/components/ItemSelect/ItemSelect.js +5 -5
- package/components/ItemSelect/ItemSelectGroup.js +5 -5
- package/components/ItemSelect/index.js +5 -5
- package/components/Link/Link.js +2 -2
- package/components/Link/index.js +2 -2
- package/components/Menu/Menu.js +7 -7
- package/components/Menu/NestedMenu.js +7 -7
- package/components/Menu/index.js +7 -7
- package/components/Modal/Modal.js +6 -6
- package/components/Modal/ModalConfirmation.js +6 -6
- package/components/Modal/index.js +6 -6
- package/components/More/More.js +6 -6
- package/components/More/index.js +6 -6
- package/components/MultiTextareaWithChips/MultiTextareaWithChips.js +32 -15
- package/components/MultiTextareaWithChips/hooks/index.d.ts +1 -0
- package/components/MultiTextareaWithChips/hooks/index.js +4 -3
- package/components/MultiTextareaWithChips/hooks/useChipManagement.js +3 -3
- package/components/MultiTextareaWithChips/hooks/useDropdownLogic.js +1 -1
- package/components/MultiTextareaWithChips/hooks/useKeyboardNavigation.d.ts +1 -2
- package/components/MultiTextareaWithChips/hooks/useKeyboardNavigation.js +1 -4
- package/components/MultiTextareaWithChips/hooks/useOnBlurLogic.d.ts +18 -0
- package/components/MultiTextareaWithChips/hooks/useOnBlurLogic.js +80 -0
- package/components/MultiTextareaWithChips/index.js +7 -6
- package/components/MultiTextareaWithChips/types.d.ts +6 -0
- package/components/OneTimePassword/OneTimePassword.js +7 -7
- package/components/OneTimePassword/index.js +7 -7
- package/components/Pagination/Pagination.js +3 -3
- package/components/Pagination/index.js +3 -3
- package/components/Popover/Popover.js +3 -3
- package/components/Popover/index.js +3 -3
- package/components/Progress/ProgressBarWrapper.js +2 -2
- package/components/Progress/index.js +2 -2
- package/components/ProgressStep/ProgressStep.js +2 -2
- package/components/ProgressStep/Step.js +2 -2
- package/components/ProgressStep/index.js +2 -2
- package/components/Radio/RadioGroup.js +5 -5
- package/components/Radio/index.js +5 -5
- package/components/SVGIcons/IconAdd.js +2 -2
- package/components/SVGIcons/IconAddCircle.js +2 -2
- package/components/SVGIcons/IconAddCircleFilled.js +2 -2
- package/components/SVGIcons/IconAddFilled.js +2 -2
- package/components/SVGIcons/IconAlert.js +2 -2
- package/components/SVGIcons/IconAlertBadge.js +2 -2
- package/components/SVGIcons/IconAlertBadgeFilled.js +2 -2
- package/components/SVGIcons/IconAlertFilled.js +2 -2
- package/components/SVGIcons/IconAm.js +2 -2
- package/components/SVGIcons/IconAmd.js +2 -2
- package/components/SVGIcons/IconAmdFilled.js +2 -2
- package/components/SVGIcons/IconAppStore.d.ts +4 -0
- package/components/SVGIcons/IconAppStore.js +30 -0
- package/components/SVGIcons/IconApple.js +2 -2
- package/components/SVGIcons/IconAppsList.js +2 -2
- package/components/SVGIcons/IconAppsListDetail.js +2 -2
- package/components/SVGIcons/IconAppsListDetailFilled.js +2 -2
- package/components/SVGIcons/IconAppsListFilled.js +2 -2
- package/components/SVGIcons/IconArrowCircleDown.js +2 -2
- package/components/SVGIcons/IconArrowCircleDownSplit.js +2 -2
- package/components/SVGIcons/IconArrowDown.js +2 -2
- package/components/SVGIcons/IconArrowDownFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownLeft.js +2 -2
- package/components/SVGIcons/IconArrowDownLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownload.js +2 -2
- package/components/SVGIcons/IconArrowDownloadFilled.js +2 -2
- package/components/SVGIcons/IconArrowEnter.js +2 -2
- package/components/SVGIcons/IconArrowEnterFilled.js +2 -2
- package/components/SVGIcons/IconArrowExit.js +2 -2
- package/components/SVGIcons/IconArrowExitFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRight.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeft.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportUp.js +2 -2
- package/components/SVGIcons/IconArrowExportUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowImport.js +2 -2
- package/components/SVGIcons/IconArrowImportFilled.js +2 -2
- package/components/SVGIcons/IconArrowLeft.js +2 -2
- package/components/SVGIcons/IconArrowLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAll.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +2 -2
- package/components/SVGIcons/IconArrowReset.js +2 -2
- package/components/SVGIcons/IconArrowResetFilled.js +2 -2
- package/components/SVGIcons/IconArrowRight.js +2 -2
- package/components/SVGIcons/IconArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowSort.js +2 -2
- package/components/SVGIcons/IconArrowSortFilled.js +2 -2
- package/components/SVGIcons/IconArrowSwap.js +2 -2
- package/components/SVGIcons/IconArrowSwapFilled.js +2 -2
- package/components/SVGIcons/IconArrowSync.js +2 -2
- package/components/SVGIcons/IconArrowSyncFilled.js +2 -2
- package/components/SVGIcons/IconArrowUp.js +2 -2
- package/components/SVGIcons/IconArrowUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpLeft.js +2 -2
- package/components/SVGIcons/IconArrowUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpRight.js +2 -2
- package/components/SVGIcons/IconArrowUpRightFilled.js +2 -2
- package/components/SVGIcons/IconAttach.js +2 -2
- package/components/SVGIcons/IconAttachFilled.js +2 -2
- package/components/SVGIcons/IconBadge.js +2 -2
- package/components/SVGIcons/IconBadgeFilled.js +2 -2
- package/components/SVGIcons/IconBeach.js +2 -2
- package/components/SVGIcons/IconBeachFilled.js +2 -2
- package/components/SVGIcons/IconBed.js +2 -2
- package/components/SVGIcons/IconBedFilled.js +2 -2
- package/components/SVGIcons/IconBook.js +2 -2
- package/components/SVGIcons/IconBookFilled.js +2 -2
- package/components/SVGIcons/IconBookOpen.js +2 -2
- package/components/SVGIcons/IconBookOpenFilled.js +2 -2
- package/components/SVGIcons/IconBookmark.js +2 -2
- package/components/SVGIcons/IconBookmarkFilled.js +2 -2
- package/components/SVGIcons/IconBriefcase.js +2 -2
- package/components/SVGIcons/IconBriefcaseFilled.js +2 -2
- package/components/SVGIcons/IconBroom.js +2 -2
- package/components/SVGIcons/IconBroomFilled.js +2 -2
- package/components/SVGIcons/IconBuilding.js +2 -2
- package/components/SVGIcons/IconBuildingBank.js +2 -2
- package/components/SVGIcons/IconBuildingBankFilled.js +2 -2
- package/components/SVGIcons/IconBuildingFilled.js +2 -2
- package/components/SVGIcons/IconBuildingHome.js +2 -2
- package/components/SVGIcons/IconBuildingHomeFilled.js +2 -2
- package/components/SVGIcons/IconBuildingShop.js +2 -2
- package/components/SVGIcons/IconBuildingShopFilled.js +2 -2
- package/components/SVGIcons/IconBulletListAdd.js +2 -2
- package/components/SVGIcons/IconBulletListAddFilled.js +2 -2
- package/components/SVGIcons/IconCalculator.js +2 -2
- package/components/SVGIcons/IconCalculatorFilled.js +2 -2
- package/components/SVGIcons/IconCalendarCheckmark.js +2 -2
- package/components/SVGIcons/IconCalendarCheckmarkFilled.js +2 -2
- package/components/SVGIcons/IconCalendarClock.js +2 -2
- package/components/SVGIcons/IconCalendarClockFilled.js +2 -2
- package/components/SVGIcons/IconCalendarDay.js +2 -2
- package/components/SVGIcons/IconCalendarDayFilled.js +2 -2
- package/components/SVGIcons/IconCalendarLeft.js +2 -2
- package/components/SVGIcons/IconCalendarLeftFilled.js +2 -2
- package/components/SVGIcons/IconCalendarRight.js +2 -2
- package/components/SVGIcons/IconCalendarRightFilled.js +2 -2
- package/components/SVGIcons/IconCall.js +2 -2
- package/components/SVGIcons/IconCallFilled.js +2 -2
- package/components/SVGIcons/IconCameraDome.js +2 -2
- package/components/SVGIcons/IconCameraDomeFilled.js +2 -2
- package/components/SVGIcons/IconCard.js +2 -2
- package/components/SVGIcons/IconCardFilled.js +2 -2
- package/components/SVGIcons/IconCaretDown.js +2 -2
- package/components/SVGIcons/IconCaretDownFilled.js +2 -2
- package/components/SVGIcons/IconCaretDownRight.js +2 -2
- package/components/SVGIcons/IconCaretDownRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretLeft.js +2 -2
- package/components/SVGIcons/IconCaretLeftFilled.js +2 -2
- package/components/SVGIcons/IconCaretRight.js +2 -2
- package/components/SVGIcons/IconCaretRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretUp.js +2 -2
- package/components/SVGIcons/IconCaretUpFilled.js +2 -2
- package/components/SVGIcons/IconChat.js +2 -2
- package/components/SVGIcons/IconChatFilled.js +2 -2
- package/components/SVGIcons/IconChatMultiple.js +2 -2
- package/components/SVGIcons/IconChatMultipleFilled.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRight.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconCheckmark.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircle.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +2 -2
- package/components/SVGIcons/IconCheckmarkFilled.js +2 -2
- package/components/SVGIcons/IconCheckmarkStarburst.js +2 -2
- package/components/SVGIcons/IconCheckmarkStarburstFilled.js +2 -2
- package/components/SVGIcons/IconChevronDoubleLeft.js +2 -2
- package/components/SVGIcons/IconChevronDoubleLeftFilled.js +2 -2
- package/components/SVGIcons/IconChevronDoubleRight.js +2 -2
- package/components/SVGIcons/IconChevronDoubleRightFilled.js +2 -2
- package/components/SVGIcons/IconChevronDown.js +2 -2
- package/components/SVGIcons/IconChevronDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronLeft.js +2 -2
- package/components/SVGIcons/IconChevronLeftFilled.js +2 -2
- package/components/SVGIcons/IconChevronRight.js +2 -2
- package/components/SVGIcons/IconChevronRightFilled.js +2 -2
- package/components/SVGIcons/IconChevronUp.js +2 -2
- package/components/SVGIcons/IconChevronUpDown.js +2 -2
- package/components/SVGIcons/IconChevronUpDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronUpFilled.js +2 -2
- package/components/SVGIcons/IconCircleOff.js +2 -2
- package/components/SVGIcons/IconCircleOffFilled.js +2 -2
- package/components/SVGIcons/IconClock.js +2 -2
- package/components/SVGIcons/IconClockDismiss.js +2 -2
- package/components/SVGIcons/IconClockDismissFilled.js +2 -2
- package/components/SVGIcons/IconClockFilled.js +2 -2
- package/components/SVGIcons/IconColor.js +2 -2
- package/components/SVGIcons/IconColorFilled.js +2 -2
- package/components/SVGIcons/IconComment.js +2 -2
- package/components/SVGIcons/IconCommentFilled.js +2 -2
- package/components/SVGIcons/IconCompareCar.js +2 -2
- package/components/SVGIcons/IconCompareCarFilled.js +2 -2
- package/components/SVGIcons/IconContractCard.js +2 -2
- package/components/SVGIcons/IconContractCardFilled.js +2 -2
- package/components/SVGIcons/IconCopy.js +2 -2
- package/components/SVGIcons/IconCopyFilled.js +2 -2
- package/components/SVGIcons/IconCubeTree.js +2 -2
- package/components/SVGIcons/IconCubeTreeFilled.js +2 -2
- package/components/SVGIcons/IconDatabase.js +2 -2
- package/components/SVGIcons/IconDatabaseFilled.js +2 -2
- package/components/SVGIcons/IconDelete.js +2 -2
- package/components/SVGIcons/IconDeleteFilled.js +2 -2
- package/components/SVGIcons/IconDesignIdeas.js +2 -2
- package/components/SVGIcons/IconDesignIdeasFilled.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoom.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +2 -2
- package/components/SVGIcons/IconDismiss.js +2 -2
- package/components/SVGIcons/IconDismissCircle.js +2 -2
- package/components/SVGIcons/IconDismissCircleFilled.js +2 -2
- package/components/SVGIcons/IconDismissFilled.js +2 -2
- package/components/SVGIcons/IconDocument.js +2 -2
- package/components/SVGIcons/IconDocumentBulletList.js +2 -2
- package/components/SVGIcons/IconDocumentBulletListFilled.js +2 -2
- package/components/SVGIcons/IconDocumentBulletListMultiple.js +2 -2
- package/components/SVGIcons/IconDocumentBulletListMultipleFilled.js +2 -2
- package/components/SVGIcons/IconDocumentEdit.js +2 -2
- package/components/SVGIcons/IconDocumentEditFilled.js +2 -2
- package/components/SVGIcons/IconDocumentFilled.js +2 -2
- package/components/SVGIcons/IconDocumentFooter.js +2 -2
- package/components/SVGIcons/IconDocumentFooterFilled.js +2 -2
- package/components/SVGIcons/IconDocumentOnePage.js +2 -2
- package/components/SVGIcons/IconDocumentOnePageFilled.js +2 -2
- package/components/SVGIcons/IconDocumentPercent.js +2 -2
- package/components/SVGIcons/IconDocumentPercentFilled.js +2 -2
- package/components/SVGIcons/IconDocumentReport.js +2 -2
- package/components/SVGIcons/IconDocumentText.js +2 -2
- package/components/SVGIcons/IconDocumentTextFilled.js +2 -2
- package/components/SVGIcons/IconEdit.js +2 -2
- package/components/SVGIcons/IconEditFilled.js +2 -2
- package/components/SVGIcons/IconEngine.js +2 -2
- package/components/SVGIcons/IconEngineFilled.js +2 -2
- package/components/SVGIcons/IconErrorCircle.js +2 -2
- package/components/SVGIcons/IconErrorCircleFilled.js +2 -2
- package/components/SVGIcons/IconEur.js +2 -2
- package/components/SVGIcons/IconEurFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpLeft.js +2 -2
- package/components/SVGIcons/IconExpandUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpRight.js +2 -2
- package/components/SVGIcons/IconExpandUpRightFilled.js +2 -2
- package/components/SVGIcons/IconEyeOff.js +2 -2
- package/components/SVGIcons/IconEyeOffFilled.js +2 -2
- package/components/SVGIcons/IconEyeOn.js +2 -2
- package/components/SVGIcons/IconEyeOnFilled.js +2 -2
- package/components/SVGIcons/IconFacebook.js +2 -2
- package/components/SVGIcons/IconFilter.js +2 -2
- package/components/SVGIcons/IconFilterFilled.js +2 -2
- package/components/SVGIcons/IconFlag.js +2 -2
- package/components/SVGIcons/IconFlagFilled.js +2 -2
- package/components/SVGIcons/IconFlash.js +2 -2
- package/components/SVGIcons/IconFlashFilled.js +2 -2
- package/components/SVGIcons/IconFolderLink.js +2 -2
- package/components/SVGIcons/IconFolderLinkFilled.js +2 -2
- package/components/SVGIcons/IconFolderPerson.js +2 -2
- package/components/SVGIcons/IconFolderPersonFilled.js +2 -2
- package/components/SVGIcons/IconFunnel.js +2 -2
- package/components/SVGIcons/IconFunnelFilled.js +2 -2
- package/components/SVGIcons/IconGas.js +2 -2
- package/components/SVGIcons/IconGb.js +2 -2
- package/components/SVGIcons/IconGlobe.js +2 -2
- package/components/SVGIcons/IconGlobeFilled.js +2 -2
- package/components/SVGIcons/IconGlobeLocation.js +2 -2
- package/components/SVGIcons/IconGlobeLocationFilled.js +2 -2
- package/components/SVGIcons/IconGoogle.js +2 -2
- package/components/SVGIcons/IconGrid.js +2 -2
- package/components/SVGIcons/IconGridFilled.js +2 -2
- package/components/SVGIcons/IconHandOpenHeart.js +2 -2
- package/components/SVGIcons/IconHandOpenHeartFilled.js +2 -2
- package/components/SVGIcons/IconHandWave.js +2 -2
- package/components/SVGIcons/IconHandWaveFilled.js +2 -2
- package/components/SVGIcons/IconHdm.js +2 -2
- package/components/SVGIcons/IconHdmFilled.js +2 -2
- package/components/SVGIcons/IconHeart.js +2 -2
- package/components/SVGIcons/IconHeartFilled.js +2 -2
- package/components/SVGIcons/IconHistory.js +2 -2
- package/components/SVGIcons/IconHistoryFilled.js +2 -2
- package/components/SVGIcons/IconHome.js +2 -2
- package/components/SVGIcons/IconHomeAdd.js +2 -2
- package/components/SVGIcons/IconHomeAddFilled.js +2 -2
- package/components/SVGIcons/IconHomeFilled.js +2 -2
- package/components/SVGIcons/IconImage.js +2 -2
- package/components/SVGIcons/IconImageFilled.js +2 -2
- package/components/SVGIcons/IconInfo.js +2 -2
- package/components/SVGIcons/IconInfoFilled.js +2 -2
- package/components/SVGIcons/IconInstagram.js +2 -2
- package/components/SVGIcons/IconKey.js +2 -2
- package/components/SVGIcons/IconKeyFilled.js +2 -2
- package/components/SVGIcons/IconKeyReset.js +2 -2
- package/components/SVGIcons/IconKeyResetFilled.js +2 -2
- package/components/SVGIcons/IconLaptop.js +2 -2
- package/components/SVGIcons/IconLaptopFilled.js +2 -2
- package/components/SVGIcons/IconLeaf.js +2 -2
- package/components/SVGIcons/IconLeafFilled.js +2 -2
- package/components/SVGIcons/IconLightbulb.js +2 -2
- package/components/SVGIcons/IconLightbulbFilled.js +2 -2
- package/components/SVGIcons/IconLink.js +2 -2
- package/components/SVGIcons/IconLinkFilled.js +2 -2
- package/components/SVGIcons/IconLinkedin.js +2 -2
- package/components/SVGIcons/IconList.js +2 -2
- package/components/SVGIcons/IconListFilled.js +2 -2
- package/components/SVGIcons/IconLoan.js +2 -2
- package/components/SVGIcons/IconLoanFilled.js +2 -2
- package/components/SVGIcons/IconLocation.js +2 -2
- package/components/SVGIcons/IconLocationFilled.js +2 -2
- package/components/SVGIcons/IconLockClosed.js +2 -2
- package/components/SVGIcons/IconLockClosedFilled.js +2 -2
- package/components/SVGIcons/IconLockMultiple.js +2 -2
- package/components/SVGIcons/IconLockMultipleFilled.js +2 -2
- package/components/SVGIcons/IconLockOpen.js +2 -2
- package/components/SVGIcons/IconLockOpenFilled.js +2 -2
- package/components/SVGIcons/IconMail.js +2 -2
- package/components/SVGIcons/IconMailAdd.js +2 -2
- package/components/SVGIcons/IconMailAddFilled.js +2 -2
- package/components/SVGIcons/IconMailArrowForward.js +2 -2
- package/components/SVGIcons/IconMailArrowForwardFilled.js +2 -2
- package/components/SVGIcons/IconMailFilled.js +2 -2
- package/components/SVGIcons/IconMailLink.js +2 -2
- package/components/SVGIcons/IconMailLinkFilled.js +2 -2
- package/components/SVGIcons/IconMedium.js +2 -2
- package/components/SVGIcons/IconMention.js +2 -2
- package/components/SVGIcons/IconMentionFilled.js +2 -2
- package/components/SVGIcons/IconMoney.js +2 -2
- package/components/SVGIcons/IconMoneyFilled.js +2 -2
- package/components/SVGIcons/IconMoneyHand.js +2 -2
- package/components/SVGIcons/IconMoneyHandFilled.js +2 -2
- package/components/SVGIcons/IconMore.js +2 -2
- package/components/SVGIcons/IconMoreFilled.js +2 -2
- package/components/SVGIcons/IconMoreVertical.js +2 -2
- package/components/SVGIcons/IconMoreVerticalFilled.js +2 -2
- package/components/SVGIcons/IconNavigation.js +2 -2
- package/components/SVGIcons/IconNavigationFilled.js +2 -2
- package/components/SVGIcons/IconNotebook.js +2 -2
- package/components/SVGIcons/IconNotebookAdd.js +2 -2
- package/components/SVGIcons/IconNotebookAddFilled.js +2 -2
- package/components/SVGIcons/IconNotebookFilled.js +2 -2
- package/components/SVGIcons/IconNumberSymbolSquare.js +2 -2
- package/components/SVGIcons/IconNumberSymbolSquareFilled.js +2 -2
- package/components/SVGIcons/IconOnlyEmployee.js +2 -2
- package/components/SVGIcons/IconOpen.js +2 -2
- package/components/SVGIcons/IconOpenFilled.js +2 -2
- package/components/SVGIcons/IconPaintBrush.js +2 -2
- package/components/SVGIcons/IconPaintBrushFilled.js +2 -2
- package/components/SVGIcons/IconPanelLeft.js +2 -2
- package/components/SVGIcons/IconPanelLeftFilled.js +2 -2
- package/components/SVGIcons/IconPanelRight.js +2 -2
- package/components/SVGIcons/IconPanelRightFilled.js +2 -2
- package/components/SVGIcons/IconPatient.js +2 -2
- package/components/SVGIcons/IconPatientFilled.js +2 -2
- package/components/SVGIcons/IconPeople.js +2 -2
- package/components/SVGIcons/IconPeopleAdd.js +2 -2
- package/components/SVGIcons/IconPeopleAddFilled.js +2 -2
- package/components/SVGIcons/IconPeopleFilled.js +2 -2
- package/components/SVGIcons/IconPercent.js +2 -2
- package/components/SVGIcons/IconPerson.js +2 -2
- package/components/SVGIcons/IconPersonAccount.js +2 -2
- package/components/SVGIcons/IconPersonAccountFilled.js +2 -2
- package/components/SVGIcons/IconPersonAdd.js +2 -2
- package/components/SVGIcons/IconPersonAddFilled.js +2 -2
- package/components/SVGIcons/IconPersonFilled.js +2 -2
- package/components/SVGIcons/IconPersonNote.js +2 -2
- package/components/SVGIcons/IconPersonNoteFilled.js +2 -2
- package/components/SVGIcons/IconPersonStar.js +2 -2
- package/components/SVGIcons/IconPersonStarFilled.js +2 -2
- package/components/SVGIcons/IconPersonSubtract.js +2 -2
- package/components/SVGIcons/IconPersonSubtractFilled.js +2 -2
- package/components/SVGIcons/IconPhone.js +2 -2
- package/components/SVGIcons/IconPhoneFilled.js +2 -2
- package/components/SVGIcons/IconPlay.js +2 -2
- package/components/SVGIcons/IconPlayFilled.js +2 -2
- package/components/SVGIcons/IconPlugDisconnected.js +2 -2
- package/components/SVGIcons/IconPlugDisconnectedFilled.js +2 -2
- package/components/SVGIcons/IconPos.js +2 -2
- package/components/SVGIcons/IconPosFilled.js +2 -2
- package/components/SVGIcons/IconProhibited.js +2 -2
- package/components/SVGIcons/IconProhibitedFilled.js +2 -2
- package/components/SVGIcons/IconProjectProduct.js +2 -2
- package/components/SVGIcons/IconQuestionCircle.js +2 -2
- package/components/SVGIcons/IconQuestionCircleFilled.js +2 -2
- package/components/SVGIcons/IconReceiptMoney.js +2 -2
- package/components/SVGIcons/IconReceiptMoneyFilled.js +2 -2
- package/components/SVGIcons/IconRedo.js +2 -2
- package/components/SVGIcons/IconRedoFilled.js +2 -2
- package/components/SVGIcons/IconRu.js +2 -2
- package/components/SVGIcons/IconRub.js +2 -2
- package/components/SVGIcons/IconRubFilled.js +2 -2
- package/components/SVGIcons/IconSave.js +2 -2
- package/components/SVGIcons/IconSaveFilled.js +2 -2
- package/components/SVGIcons/IconSavings.js +2 -2
- package/components/SVGIcons/IconSavingsFilled.js +2 -2
- package/components/SVGIcons/IconSearch.js +2 -2
- package/components/SVGIcons/IconSearchFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOff.js +2 -2
- package/components/SVGIcons/IconSelectAllOffFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOn.js +2 -2
- package/components/SVGIcons/IconSelectAllOnFilled.js +2 -2
- package/components/SVGIcons/IconSend.js +2 -2
- package/components/SVGIcons/IconSendFilled.js +2 -2
- package/components/SVGIcons/IconSettings.js +2 -2
- package/components/SVGIcons/IconSettingsFilled.js +2 -2
- package/components/SVGIcons/IconShare.js +2 -2
- package/components/SVGIcons/IconShareAndroid.js +2 -2
- package/components/SVGIcons/IconShareAndroidFilled.js +2 -2
- package/components/SVGIcons/IconShareFilled.js +2 -2
- package/components/SVGIcons/IconShower.js +2 -2
- package/components/SVGIcons/IconSign.js +2 -2
- package/components/SVGIcons/IconSignFilled.js +2 -2
- package/components/SVGIcons/IconSignOut.js +2 -2
- package/components/SVGIcons/IconSignOutFilled.js +2 -2
- package/components/SVGIcons/IconSlideSettings.js +2 -2
- package/components/SVGIcons/IconSlideSettingsFilled.js +2 -2
- package/components/SVGIcons/IconSlideText.js +2 -2
- package/components/SVGIcons/IconSlideTextFilled.js +2 -2
- package/components/SVGIcons/IconSpinner.js +2 -2
- package/components/SVGIcons/IconSpinnerFilled.js +2 -2
- package/components/SVGIcons/IconStar.js +2 -2
- package/components/SVGIcons/IconStarFilled.js +2 -2
- package/components/SVGIcons/IconStatus.js +2 -2
- package/components/SVGIcons/IconStatusFilled.js +2 -2
- package/components/SVGIcons/IconSubtract.js +2 -2
- package/components/SVGIcons/IconSubtractCircle.js +2 -2
- package/components/SVGIcons/IconSubtractCircleFilled.js +2 -2
- package/components/SVGIcons/IconSubtractFilled.js +2 -2
- package/components/SVGIcons/IconTableCellEdit.js +2 -2
- package/components/SVGIcons/IconTableCellEditFilled.js +2 -2
- package/components/SVGIcons/IconTasksApp.js +2 -2
- package/components/SVGIcons/IconTasksAppFilled.js +2 -2
- package/components/SVGIcons/IconTelegram.js +2 -2
- package/components/SVGIcons/IconTextBulletListSquarePerson.js +2 -2
- package/components/SVGIcons/IconTextBulletListSquarePersonFilled.js +2 -2
- package/components/SVGIcons/IconTextBulletListSquareSettings.js +2 -2
- package/components/SVGIcons/IconTextBulletListSquareSettingsFilled.js +2 -2
- package/components/SVGIcons/IconTextboxSettings.js +2 -2
- package/components/SVGIcons/IconTextboxSettingsFilled.js +2 -2
- package/components/SVGIcons/IconTimer.js +2 -2
- package/components/SVGIcons/IconTimerFilled.js +2 -2
- package/components/SVGIcons/IconTin.js +2 -2
- package/components/SVGIcons/IconTinFilled.js +2 -2
- package/components/SVGIcons/IconTopSpeed.js +2 -2
- package/components/SVGIcons/IconTopSpeedFilled.js +2 -2
- package/components/SVGIcons/IconTv.js +2 -2
- package/components/SVGIcons/IconTvFilled.js +2 -2
- package/components/SVGIcons/IconTwitter.js +2 -2
- package/components/SVGIcons/IconUndo.js +2 -2
- package/components/SVGIcons/IconUndoFilled.js +2 -2
- package/components/SVGIcons/IconUnitsEmployee.js +2 -2
- package/components/SVGIcons/IconUs.js +2 -2
- package/components/SVGIcons/IconUsd.js +2 -2
- package/components/SVGIcons/IconUsdFilled.js +2 -2
- package/components/SVGIcons/IconVehicleTruckProfile.js +2 -2
- package/components/SVGIcons/IconVehicleTruckProfileFilled.js +2 -2
- package/components/SVGIcons/IconVerified.js +2 -2
- package/components/SVGIcons/IconVerifiedFilled.js +2 -2
- package/components/SVGIcons/IconViber.js +2 -2
- package/components/SVGIcons/IconVideo.js +2 -2
- package/components/SVGIcons/IconVideoFilled.js +2 -2
- package/components/SVGIcons/IconVpos.js +2 -2
- package/components/SVGIcons/IconVposFilled.js +2 -2
- package/components/SVGIcons/IconWallet.js +2 -2
- package/components/SVGIcons/IconWalletFilled.js +2 -2
- package/components/SVGIcons/IconWarning.js +2 -2
- package/components/SVGIcons/IconWarningFilled.js +2 -2
- package/components/SVGIcons/IconWhatsapp.js +2 -2
- package/components/SVGIcons/IconWrenchScrewdriver.js +2 -2
- package/components/SVGIcons/IconWrenchScrewdriverFilled.js +2 -2
- package/components/SVGIcons/IconXboxConsole.js +2 -2
- package/components/SVGIcons/IconXboxConsoleFilled.js +2 -2
- package/components/SVGIcons/IconYoutube.js +2 -2
- package/components/SVGIcons/IconZoomIn.js +2 -2
- package/components/SVGIcons/IconZoomInFilled.js +2 -2
- package/components/SVGIcons/IconZoomOut.js +2 -2
- package/components/SVGIcons/IconZoomOutFilled.js +2 -2
- package/components/SVGIcons/index.d.ts +1 -0
- package/components/SVGIcons/index.js +3 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +7 -7
- package/components/Select/FilterSelect/FilterDropdown.js +7 -7
- package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -7
- package/components/Select/FilterSelect/FilterSelect.js +7 -7
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +7 -7
- package/components/Select/MultiSelect/MultiSelect.js +7 -7
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -7
- package/components/Select/MultiSelect/MultiSelectTree/MultiSelectTree.js +7 -7
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -7
- package/components/Select/MultiSelect/OptionsWrapper.js +7 -7
- package/components/Select/MultiSelect/RadioSelectGrouped/RadioSelectGrouped.js +7 -7
- package/components/Select/NestedSelect/NestedSelect.js +7 -7
- package/components/Select/ProfileDropdown/index.js +3 -3
- package/components/Select/Select/Select.js +7 -7
- package/components/Select/SharedComponents/Actions.js +7 -7
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -3
- package/components/Select/SharedComponents/ContentTop.js +7 -7
- package/components/Select/SharedComponents/Footer.js +6 -6
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +6 -6
- package/components/Select/SharedComponents/index.js +7 -7
- package/components/Select/index.js +7 -7
- package/components/SideNavigation/NavigationItem/index.js +6 -6
- package/components/SideNavigation/SideNavigation.js +6 -6
- package/components/SideNavigation/index.js +6 -6
- package/components/SideSheet/Footer/Footer.js +6 -6
- package/components/SideSheet/SideSheet.js +6 -6
- package/components/SideSheet/index.js +6 -6
- package/components/Snackbar/Snackbar.js +6 -6
- package/components/Snackbar/index.js +6 -6
- package/components/Status/Status.js +3 -3
- package/components/Status/index.js +3 -3
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/index.js +1 -1
- package/components/Switcher/Switcher.js +5 -5
- package/components/Switcher/index.js +5 -5
- package/components/Tab/Tab.js +2 -2
- package/components/Tab/TabItem.js +1 -1
- package/components/Tab/index.js +2 -2
- package/components/Table/Header.js +6 -6
- package/components/Table/IndeterminateCheckbox.js +5 -5
- package/components/Table/Row.js +6 -6
- package/components/Table/Table.js +7 -7
- package/components/Table/index.js +7 -7
- package/components/Table/utils.js +6 -6
- package/components/Textarea/Textarea.js +6 -6
- package/components/Textarea/index.js +6 -6
- package/components/Tooltip/Tooltip.js +1 -1
- package/components/Tooltip/index.js +1 -1
- package/{defineProperty-9c5ac566.js → defineProperty-e079c33b.js} +1 -1
- package/helperComponents/OptionItem/OptionItem.js +7 -7
- package/helperComponents/OptionItem/index.js +7 -7
- package/helperComponents/index.js +7 -7
- package/hooks/index.js +1 -1
- package/hooks/useHideBodyScroll.js +1 -1
- package/hooks/useScreenSize.js +1 -1
- package/hooks/useSideNavigation.js +1 -1
- package/index.js +10 -8
- package/package.json +1 -1
- package/{toConsumableArray-8cb8642b.js → toConsumableArray-cd15c464.js} +1 -1
- /package/{extends-045ea3ec.js → extends-28209c15.js} +0 -0
- /package/{index-bb7508c1.js → index-0ad9e6d1.js} +0 -0
- /package/{objectWithoutProperties-b66aa519.js → objectWithoutProperties-5d5a22db.js} +0 -0
- /package/{slicedToArray-8b3842ea.js → slicedToArray-9daed167.js} +0 -0
- /package/{typeof-6b0fc1f2.js → typeof-763fb53d.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { Modal } from './Modal.js';
|
|
2
2
|
export { ModalConfirmation } from './ModalConfirmation.js';
|
|
3
|
-
import '../../extends-
|
|
4
|
-
import '../../slicedToArray-
|
|
3
|
+
import '../../extends-28209c15.js';
|
|
4
|
+
import '../../slicedToArray-9daed167.js';
|
|
5
5
|
import 'react';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import 'framer-motion';
|
|
@@ -14,11 +14,11 @@ import '../../consts/index.js';
|
|
|
14
14
|
import '../../hooks/useHideBodyScroll.js';
|
|
15
15
|
import 'react-hook-form';
|
|
16
16
|
import '../Button/Button.js';
|
|
17
|
-
import '../../defineProperty-
|
|
18
|
-
import '../../typeof-
|
|
19
|
-
import '../../objectWithoutProperties-
|
|
17
|
+
import '../../defineProperty-e079c33b.js';
|
|
18
|
+
import '../../typeof-763fb53d.js';
|
|
19
|
+
import '../../objectWithoutProperties-5d5a22db.js';
|
|
20
20
|
import '../../helperComponents/Loader/Loader.js';
|
|
21
|
-
import '../../RadioGroup-
|
|
21
|
+
import '../../RadioGroup-c167823d.js';
|
|
22
22
|
import '../Radio/Radio.js';
|
|
23
23
|
import '../Text/Text.js';
|
|
24
24
|
import '../../utils/helpers.js';
|
package/components/More/More.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
1
|
+
import { _ as _extends } from '../../extends-28209c15.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../../slicedToArray-9daed167.js';
|
|
3
3
|
import React, { useState } from 'react';
|
|
4
4
|
import { Text } from '../Text/Text.js';
|
|
5
5
|
import { Button } from '../Button/Button.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../defineProperty-
|
|
10
|
-
import '../../typeof-
|
|
11
|
-
import '../../objectWithoutProperties-
|
|
9
|
+
import '../../defineProperty-e079c33b.js';
|
|
10
|
+
import '../../typeof-763fb53d.js';
|
|
11
|
+
import '../../objectWithoutProperties-5d5a22db.js';
|
|
12
12
|
import '../../helperComponents/Loader/Loader.js';
|
|
13
|
-
import '../../RadioGroup-
|
|
13
|
+
import '../../RadioGroup-c167823d.js';
|
|
14
14
|
import '../Radio/Radio.js';
|
|
15
15
|
import '../../helperComponents/Label/Label.js';
|
|
16
16
|
import '../Popover/Popover.js';
|
package/components/More/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
export { More } from './More.js';
|
|
2
|
-
import '../../extends-
|
|
3
|
-
import '../../slicedToArray-
|
|
2
|
+
import '../../extends-28209c15.js';
|
|
3
|
+
import '../../slicedToArray-9daed167.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../Text/Text.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import '../Button/Button.js';
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
12
|
-
import '../../objectWithoutProperties-
|
|
10
|
+
import '../../defineProperty-e079c33b.js';
|
|
11
|
+
import '../../typeof-763fb53d.js';
|
|
12
|
+
import '../../objectWithoutProperties-5d5a22db.js';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
|
-
import '../../RadioGroup-
|
|
14
|
+
import '../../RadioGroup-c167823d.js';
|
|
15
15
|
import '../Radio/Radio.js';
|
|
16
16
|
import '../../helperComponents/Label/Label.js';
|
|
17
17
|
import '../Popover/Popover.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import { _ as _typeof } from '../../typeof-
|
|
3
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
4
|
-
import React, { memo, useState, useRef, useMemo } from 'react';
|
|
1
|
+
import { _ as _extends } from '../../extends-28209c15.js';
|
|
2
|
+
import { _ as _typeof } from '../../typeof-763fb53d.js';
|
|
3
|
+
import { _ as _slicedToArray } from '../../slicedToArray-9daed167.js';
|
|
4
|
+
import React, { memo, useState, useRef, useCallback, useMemo } from 'react';
|
|
5
5
|
import { Chips } from '../Chips/Chips.js';
|
|
6
6
|
import classNames from 'classnames';
|
|
7
7
|
import { ErrorMessage } from '../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
8
|
-
import '../../RadioGroup-
|
|
8
|
+
import '../../RadioGroup-c167823d.js';
|
|
9
9
|
import 'dayjs';
|
|
10
10
|
import { useFormProps } from '../../hooks/useFormProps.js';
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
@@ -16,11 +16,12 @@ import { useChipManagement } from './hooks/useChipManagement.js';
|
|
|
16
16
|
import { useChipValidation } from './hooks/useChipValidation.js';
|
|
17
17
|
import { useDropdownLogic } from './hooks/useDropdownLogic.js';
|
|
18
18
|
import { useKeyboardNavigation } from './hooks/useKeyboardNavigation.js';
|
|
19
|
+
import { useOnBlurLogic } from './hooks/useOnBlurLogic.js';
|
|
19
20
|
import '../Text/Text.js';
|
|
20
21
|
import '../../utils/helpers.js';
|
|
21
22
|
import '../Chips/types.js';
|
|
22
23
|
import '../SVGIcons/IconDismissCircleFilled.js';
|
|
23
|
-
import '../../defineProperty-
|
|
24
|
+
import '../../defineProperty-e079c33b.js';
|
|
24
25
|
import '../Chips/consts.js';
|
|
25
26
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
26
27
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
@@ -37,7 +38,7 @@ import '../../hooks/useOnOutsideClick.js';
|
|
|
37
38
|
import '../Link/Link.js';
|
|
38
39
|
import '../SVGIcons/IconInfo.js';
|
|
39
40
|
import '../../context/types.js';
|
|
40
|
-
import '../../toConsumableArray-
|
|
41
|
+
import '../../toConsumableArray-cd15c464.js';
|
|
41
42
|
|
|
42
43
|
var MultiTextareaWithChipsComponent = function MultiTextareaWithChipsComponent(_ref) {
|
|
43
44
|
var label = _ref.label,
|
|
@@ -70,7 +71,8 @@ var MultiTextareaWithChipsComponent = function MultiTextareaWithChipsComponent(_
|
|
|
70
71
|
fieldName = _ref$fieldName === void 0 ? 'skills' : _ref$fieldName,
|
|
71
72
|
formProps = _ref.formProps,
|
|
72
73
|
minChipLength = _ref.minChipLength,
|
|
73
|
-
maxChipLength = _ref.maxChipLength
|
|
74
|
+
maxChipLength = _ref.maxChipLength,
|
|
75
|
+
onBlurConfig = _ref.onBlurConfig;
|
|
74
76
|
var _useState = useState(''),
|
|
75
77
|
_useState2 = _slicedToArray(_useState, 2),
|
|
76
78
|
inputValue = _useState2[0],
|
|
@@ -117,7 +119,7 @@ var MultiTextareaWithChipsComponent = function MultiTextareaWithChipsComponent(_
|
|
|
117
119
|
}
|
|
118
120
|
}
|
|
119
121
|
};
|
|
120
|
-
var handleAddCustomValue = function
|
|
122
|
+
var handleAddCustomValue = useCallback(function (value) {
|
|
121
123
|
if (chipManagement.getChipTexts().includes(value)) return;
|
|
122
124
|
try {
|
|
123
125
|
var validatedChip = chipValidation.createValidatedChip(value);
|
|
@@ -129,7 +131,19 @@ var MultiTextareaWithChipsComponent = function MultiTextareaWithChipsComponent(_
|
|
|
129
131
|
setChipError(error instanceof Error ? error.message : 'Invalid value');
|
|
130
132
|
}
|
|
131
133
|
}
|
|
132
|
-
};
|
|
134
|
+
}, [chipManagement, chipValidation, allowInvalidChips]);
|
|
135
|
+
var onBlurLogic = useOnBlurLogic({
|
|
136
|
+
inputValue: inputValue,
|
|
137
|
+
disabled: disabled,
|
|
138
|
+
allowCustomValues: allowCustomValues,
|
|
139
|
+
availableOptions: availableOptions,
|
|
140
|
+
minChipLength: minChipLength,
|
|
141
|
+
maxChipLength: maxChipLength,
|
|
142
|
+
onBlurConfig: onBlurConfig,
|
|
143
|
+
onAddCustomValue: handleAddCustomValue,
|
|
144
|
+
chipValidationSchema: chipValidationSchema,
|
|
145
|
+
allowInvalidChips: allowInvalidChips
|
|
146
|
+
});
|
|
133
147
|
var handleRemoveLastChip = function handleRemoveLastChip() {
|
|
134
148
|
var lastChip = chipManagement.chips[chipManagement.chips.length - 1];
|
|
135
149
|
if (lastChip) {
|
|
@@ -146,6 +160,7 @@ var MultiTextareaWithChipsComponent = function MultiTextareaWithChipsComponent(_
|
|
|
146
160
|
var handleInputFocus = function handleInputFocus() {
|
|
147
161
|
dropdownLogic.handleInputFocus(inputValue);
|
|
148
162
|
};
|
|
163
|
+
var handleInputBlur = onBlurLogic.handleInputBlur;
|
|
149
164
|
var keyboardNavigation = useKeyboardNavigation({
|
|
150
165
|
disabled: disabled,
|
|
151
166
|
inputValue: inputValue,
|
|
@@ -153,9 +168,6 @@ var MultiTextareaWithChipsComponent = function MultiTextareaWithChipsComponent(_
|
|
|
153
168
|
chips: chipManagement.chips,
|
|
154
169
|
filteredOptions: dropdownLogic.filteredOptions,
|
|
155
170
|
selectedOption: dropdownLogic.selectedOption,
|
|
156
|
-
onEnter: function onEnter() {
|
|
157
|
-
// Default behavior for Enter key when no options are available
|
|
158
|
-
},
|
|
159
171
|
onAddCustomValue: handleAddCustomValue,
|
|
160
172
|
onNavigateOptions: dropdownLogic.navigateOptions,
|
|
161
173
|
onSelectOption: function onSelectOption(option) {
|
|
@@ -206,7 +218,11 @@ var MultiTextareaWithChipsComponent = function MultiTextareaWithChipsComponent(_
|
|
|
206
218
|
text: text,
|
|
207
219
|
withAction: !disabled,
|
|
208
220
|
onClick: function onClick() {
|
|
209
|
-
|
|
221
|
+
chipManagement.removeChip(text);
|
|
222
|
+
setTimeout(function () {
|
|
223
|
+
var _inputRef$current;
|
|
224
|
+
(_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 || _inputRef$current.focus();
|
|
225
|
+
}, 0);
|
|
210
226
|
},
|
|
211
227
|
size: "medium",
|
|
212
228
|
color: hasError ? 'danger' : 'primary',
|
|
@@ -226,6 +242,7 @@ var MultiTextareaWithChipsComponent = function MultiTextareaWithChipsComponent(_
|
|
|
226
242
|
onChange: handleInputChange,
|
|
227
243
|
onKeyDown: keyboardNavigation.handleKeyDown,
|
|
228
244
|
onFocus: handleInputFocus,
|
|
245
|
+
onBlur: handleInputBlur,
|
|
229
246
|
placeholder: inputPlaceholder,
|
|
230
247
|
className: "multi-textarea-chips__input",
|
|
231
248
|
disabled: disabled,
|
|
@@ -234,7 +251,7 @@ var MultiTextareaWithChipsComponent = function MultiTextareaWithChipsComponent(_
|
|
|
234
251
|
"aria-expanded": dropdownLogic.showDropdown,
|
|
235
252
|
"aria-autocomplete": "list",
|
|
236
253
|
role: "combobox"
|
|
237
|
-
})), dropdownLogic.showDropdown && /*#__PURE__*/React.createElement("div", {
|
|
254
|
+
})), dropdownLogic.showDropdown && dropdownLogic.filteredOptions.length > 0 && /*#__PURE__*/React.createElement("div", {
|
|
238
255
|
className: "multi-textarea-chips__dropdown",
|
|
239
256
|
role: "listbox",
|
|
240
257
|
"aria-label": "Available options"
|
|
@@ -2,3 +2,4 @@ export { useChipManagement } from './useChipManagement';
|
|
|
2
2
|
export { useChipValidation } from './useChipValidation';
|
|
3
3
|
export { useDropdownLogic } from './useDropdownLogic';
|
|
4
4
|
export { useKeyboardNavigation } from './useKeyboardNavigation';
|
|
5
|
+
export { useOnBlurLogic } from './useOnBlurLogic';
|
|
@@ -2,7 +2,8 @@ export { useChipManagement } from './useChipManagement.js';
|
|
|
2
2
|
export { useChipValidation } from './useChipValidation.js';
|
|
3
3
|
export { useDropdownLogic } from './useDropdownLogic.js';
|
|
4
4
|
export { useKeyboardNavigation } from './useKeyboardNavigation.js';
|
|
5
|
-
|
|
6
|
-
import '../../../
|
|
7
|
-
import '../../../
|
|
5
|
+
export { useOnBlurLogic } from './useOnBlurLogic.js';
|
|
6
|
+
import '../../../typeof-763fb53d.js';
|
|
7
|
+
import '../../../toConsumableArray-cd15c464.js';
|
|
8
|
+
import '../../../slicedToArray-9daed167.js';
|
|
8
9
|
import 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as _typeof } from '../../../typeof-
|
|
2
|
-
import { _ as _toConsumableArray } from '../../../toConsumableArray-
|
|
3
|
-
import { _ as _slicedToArray } from '../../../slicedToArray-
|
|
1
|
+
import { _ as _typeof } from '../../../typeof-763fb53d.js';
|
|
2
|
+
import { _ as _toConsumableArray } from '../../../toConsumableArray-cd15c464.js';
|
|
3
|
+
import { _ as _slicedToArray } from '../../../slicedToArray-9daed167.js';
|
|
4
4
|
import { useState, useRef, useEffect, useCallback } from 'react';
|
|
5
5
|
|
|
6
6
|
var useChipManagement = function useChipManagement(_ref) {
|
|
@@ -9,7 +9,6 @@ interface UseKeyboardNavigationProps {
|
|
|
9
9
|
}>;
|
|
10
10
|
filteredOptions: string[];
|
|
11
11
|
selectedOption: string;
|
|
12
|
-
onEnter: () => void;
|
|
13
12
|
onAddCustomValue: (value: string) => void;
|
|
14
13
|
onNavigateOptions: (direction: 'up' | 'down') => void;
|
|
15
14
|
onSelectOption: (option?: string) => void;
|
|
@@ -17,7 +16,7 @@ interface UseKeyboardNavigationProps {
|
|
|
17
16
|
onRemoveLastChip: () => void;
|
|
18
17
|
inputRef: React.RefObject<HTMLInputElement | null>;
|
|
19
18
|
}
|
|
20
|
-
export declare const useKeyboardNavigation: ({ disabled, inputValue, allowCustomValues, chips, filteredOptions, selectedOption,
|
|
19
|
+
export declare const useKeyboardNavigation: ({ disabled, inputValue, allowCustomValues, chips, filteredOptions, selectedOption, onAddCustomValue, onNavigateOptions, onSelectOption, onCloseDropdown, onRemoveLastChip, inputRef }: UseKeyboardNavigationProps) => {
|
|
21
20
|
handleKeyDown: (e: KeyboardEvent<HTMLInputElement>) => void;
|
|
22
21
|
};
|
|
23
22
|
export {};
|
|
@@ -7,7 +7,6 @@ var useKeyboardNavigation = function useKeyboardNavigation(_ref) {
|
|
|
7
7
|
chips = _ref.chips,
|
|
8
8
|
filteredOptions = _ref.filteredOptions,
|
|
9
9
|
selectedOption = _ref.selectedOption,
|
|
10
|
-
onEnter = _ref.onEnter,
|
|
11
10
|
onAddCustomValue = _ref.onAddCustomValue,
|
|
12
11
|
onNavigateOptions = _ref.onNavigateOptions,
|
|
13
12
|
onSelectOption = _ref.onSelectOption,
|
|
@@ -27,8 +26,6 @@ var useKeyboardNavigation = function useKeyboardNavigation(_ref) {
|
|
|
27
26
|
onSelectOption(filteredOptions[0]);
|
|
28
27
|
} else if (allowCustomValues && trimmedInput) {
|
|
29
28
|
onAddCustomValue(trimmedInput);
|
|
30
|
-
} else {
|
|
31
|
-
onEnter();
|
|
32
29
|
}
|
|
33
30
|
break;
|
|
34
31
|
case ',':
|
|
@@ -63,7 +60,7 @@ var useKeyboardNavigation = function useKeyboardNavigation(_ref) {
|
|
|
63
60
|
}
|
|
64
61
|
break;
|
|
65
62
|
}
|
|
66
|
-
}, [disabled, inputValue, allowCustomValues, chips.length, filteredOptions, selectedOption,
|
|
63
|
+
}, [disabled, inputValue, allowCustomValues, chips.length, filteredOptions, selectedOption, onAddCustomValue, onNavigateOptions, onSelectOption, onCloseDropdown, onRemoveLastChip, inputRef]);
|
|
67
64
|
return {
|
|
68
65
|
handleKeyDown: handleKeyDown
|
|
69
66
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { OnBlurConfig } from '../types';
|
|
2
|
+
import type { AnySchema } from 'yup';
|
|
3
|
+
interface UseOnBlurLogicProps {
|
|
4
|
+
inputValue: string;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
allowCustomValues: boolean;
|
|
7
|
+
availableOptions: string[];
|
|
8
|
+
minChipLength?: number;
|
|
9
|
+
maxChipLength?: number;
|
|
10
|
+
onBlurConfig?: OnBlurConfig;
|
|
11
|
+
onAddCustomValue: (value: string) => void;
|
|
12
|
+
chipValidationSchema?: AnySchema;
|
|
13
|
+
allowInvalidChips?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare const useOnBlurLogic: ({ inputValue, disabled, allowCustomValues, availableOptions, minChipLength, maxChipLength, onBlurConfig, onAddCustomValue, chipValidationSchema, allowInvalidChips }: UseOnBlurLogicProps) => {
|
|
16
|
+
handleInputBlur: () => void;
|
|
17
|
+
};
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { useCallback } from 'react';
|
|
2
|
+
|
|
3
|
+
var useOnBlurLogic = function useOnBlurLogic(_ref) {
|
|
4
|
+
var inputValue = _ref.inputValue,
|
|
5
|
+
disabled = _ref.disabled,
|
|
6
|
+
allowCustomValues = _ref.allowCustomValues,
|
|
7
|
+
availableOptions = _ref.availableOptions,
|
|
8
|
+
minChipLength = _ref.minChipLength,
|
|
9
|
+
maxChipLength = _ref.maxChipLength,
|
|
10
|
+
onBlurConfig = _ref.onBlurConfig,
|
|
11
|
+
onAddCustomValue = _ref.onAddCustomValue,
|
|
12
|
+
chipValidationSchema = _ref.chipValidationSchema,
|
|
13
|
+
_ref$allowInvalidChip = _ref.allowInvalidChips,
|
|
14
|
+
allowInvalidChips = _ref$allowInvalidChip === void 0 ? false : _ref$allowInvalidChip;
|
|
15
|
+
var validateValue = useCallback(function (value) {
|
|
16
|
+
var trimmedValue = value.trim();
|
|
17
|
+
if (minChipLength && trimmedValue.length < minChipLength) {
|
|
18
|
+
return false;
|
|
19
|
+
}
|
|
20
|
+
if (maxChipLength && trimmedValue.length > maxChipLength) {
|
|
21
|
+
return false;
|
|
22
|
+
}
|
|
23
|
+
if (chipValidationSchema) {
|
|
24
|
+
try {
|
|
25
|
+
chipValidationSchema.validateSync(trimmedValue);
|
|
26
|
+
return true;
|
|
27
|
+
} catch (_unused) {
|
|
28
|
+
return allowInvalidChips;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
return true;
|
|
32
|
+
}, [minChipLength, maxChipLength, chipValidationSchema, allowInvalidChips]);
|
|
33
|
+
var handleInputBlur = useCallback(function () {
|
|
34
|
+
var trimmedValue = inputValue.trim();
|
|
35
|
+
if (!trimmedValue || disabled) {
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
38
|
+
var behavior = (onBlurConfig === null || onBlurConfig === void 0 ? void 0 : onBlurConfig.behavior) || 'add-chip';
|
|
39
|
+
var config = onBlurConfig || {
|
|
40
|
+
behavior: 'add-chip'
|
|
41
|
+
};
|
|
42
|
+
switch (behavior) {
|
|
43
|
+
case 'add-chip':
|
|
44
|
+
if (allowCustomValues || availableOptions.includes(trimmedValue)) {
|
|
45
|
+
onAddCustomValue(trimmedValue);
|
|
46
|
+
}
|
|
47
|
+
break;
|
|
48
|
+
case 'add-if-valid':
|
|
49
|
+
if (validateValue(trimmedValue)) {
|
|
50
|
+
onAddCustomValue(trimmedValue);
|
|
51
|
+
}
|
|
52
|
+
break;
|
|
53
|
+
case 'add-if-available':
|
|
54
|
+
if (availableOptions.includes(trimmedValue)) {
|
|
55
|
+
onAddCustomValue(trimmedValue);
|
|
56
|
+
}
|
|
57
|
+
break;
|
|
58
|
+
case 'add-if-min-length':
|
|
59
|
+
{
|
|
60
|
+
var minLength = (config === null || config === void 0 ? void 0 : config.minLength) || minChipLength || 1;
|
|
61
|
+
if (trimmedValue.length >= minLength) {
|
|
62
|
+
onAddCustomValue(trimmedValue);
|
|
63
|
+
}
|
|
64
|
+
break;
|
|
65
|
+
}
|
|
66
|
+
case 'ignore':
|
|
67
|
+
break;
|
|
68
|
+
default:
|
|
69
|
+
if (allowCustomValues || availableOptions.includes(trimmedValue)) {
|
|
70
|
+
onAddCustomValue(trimmedValue);
|
|
71
|
+
}
|
|
72
|
+
break;
|
|
73
|
+
}
|
|
74
|
+
}, [inputValue, disabled, allowCustomValues, availableOptions, onBlurConfig, validateValue, onAddCustomValue, minChipLength]);
|
|
75
|
+
return {
|
|
76
|
+
handleInputBlur: handleInputBlur
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
export { useOnBlurLogic };
|
|
@@ -3,9 +3,10 @@ export { useChipManagement } from './hooks/useChipManagement.js';
|
|
|
3
3
|
export { useChipValidation } from './hooks/useChipValidation.js';
|
|
4
4
|
export { useDropdownLogic } from './hooks/useDropdownLogic.js';
|
|
5
5
|
export { useKeyboardNavigation } from './hooks/useKeyboardNavigation.js';
|
|
6
|
-
|
|
7
|
-
import '../../
|
|
8
|
-
import '../../
|
|
6
|
+
export { useOnBlurLogic } from './hooks/useOnBlurLogic.js';
|
|
7
|
+
import '../../extends-28209c15.js';
|
|
8
|
+
import '../../typeof-763fb53d.js';
|
|
9
|
+
import '../../slicedToArray-9daed167.js';
|
|
9
10
|
import 'react';
|
|
10
11
|
import '../Chips/Chips.js';
|
|
11
12
|
import '../Text/Text.js';
|
|
@@ -14,12 +15,12 @@ import '../../utils/helpers.js';
|
|
|
14
15
|
import 'dayjs';
|
|
15
16
|
import '../Chips/types.js';
|
|
16
17
|
import '../SVGIcons/IconDismissCircleFilled.js';
|
|
17
|
-
import '../../defineProperty-
|
|
18
|
+
import '../../defineProperty-e079c33b.js';
|
|
18
19
|
import '../Chips/consts.js';
|
|
19
20
|
import '../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
20
21
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
21
22
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
22
|
-
import '../../RadioGroup-
|
|
23
|
+
import '../../RadioGroup-c167823d.js';
|
|
23
24
|
import '../Radio/Radio.js';
|
|
24
25
|
import '../../helperComponents/Label/Label.js';
|
|
25
26
|
import '../Popover/Popover.js';
|
|
@@ -38,4 +39,4 @@ import '../SVGIcons/IconInfo.js';
|
|
|
38
39
|
import 'react-syntax-highlighter';
|
|
39
40
|
import '../../hooks/useFormProps.js';
|
|
40
41
|
import '../../context/types.js';
|
|
41
|
-
import '../../toConsumableArray-
|
|
42
|
+
import '../../toConsumableArray-cd15c464.js';
|
|
@@ -7,6 +7,11 @@ export interface TChipItem {
|
|
|
7
7
|
[key: string]: unknown;
|
|
8
8
|
}
|
|
9
9
|
export type ChipValue = string | TChipItem;
|
|
10
|
+
export type OnBlurBehavior = 'add-chip' | 'add-if-valid' | 'add-if-available' | 'add-if-min-length' | 'ignore';
|
|
11
|
+
export interface OnBlurConfig {
|
|
12
|
+
behavior: OnBlurBehavior;
|
|
13
|
+
minLength?: number;
|
|
14
|
+
}
|
|
10
15
|
export interface TMultiTextareaWithChipsProps extends IFormCompProps {
|
|
11
16
|
label: string;
|
|
12
17
|
placeholder: string;
|
|
@@ -28,6 +33,7 @@ export interface TMultiTextareaWithChipsProps extends IFormCompProps {
|
|
|
28
33
|
typeAndEnterPlaceholderText?: string;
|
|
29
34
|
noOptionsPlaceholderText?: string;
|
|
30
35
|
fieldName?: string;
|
|
36
|
+
onBlurConfig?: OnBlurConfig;
|
|
31
37
|
formProps?: {
|
|
32
38
|
setFieldValue?: (fieldName: string, value: TFormValue, shouldValidate?: {
|
|
33
39
|
shouldValidate: boolean;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import { _ as _toConsumableArray } from '../../toConsumableArray-
|
|
3
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
4
|
-
import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-
|
|
1
|
+
import { _ as _extends } from '../../extends-28209c15.js';
|
|
2
|
+
import { _ as _toConsumableArray } from '../../toConsumableArray-cd15c464.js';
|
|
3
|
+
import { _ as _slicedToArray } from '../../slicedToArray-9daed167.js';
|
|
4
|
+
import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-5d5a22db.js';
|
|
5
5
|
import React, { useState, useRef, useCallback } from 'react';
|
|
6
6
|
import classNames from 'classnames';
|
|
7
7
|
import { Input } from '../Input/Input.js';
|
|
8
8
|
import '../Input/InputPassword.js';
|
|
9
9
|
import { Label } from '../../helperComponents/Label/Label.js';
|
|
10
10
|
import { ErrorMessage } from '../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
11
|
-
import '../../RadioGroup-
|
|
11
|
+
import '../../RadioGroup-c167823d.js';
|
|
12
12
|
import { Text } from '../Text/Text.js';
|
|
13
13
|
import 'dayjs';
|
|
14
14
|
import '../../hooks/useScreenSize.js';
|
|
@@ -16,8 +16,8 @@ import 'react-hook-form';
|
|
|
16
16
|
import '../Radio/Radio.js';
|
|
17
17
|
import 'react-syntax-highlighter';
|
|
18
18
|
import { IconCheckmarkCircleFilled } from '../SVGIcons/IconCheckmarkCircleFilled.js';
|
|
19
|
-
import '../../defineProperty-
|
|
20
|
-
import '../../typeof-
|
|
19
|
+
import '../../defineProperty-e079c33b.js';
|
|
20
|
+
import '../../typeof-763fb53d.js';
|
|
21
21
|
import 'react-input-mask';
|
|
22
22
|
import 'react-number-format';
|
|
23
23
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { OneTimePassword } from './OneTimePassword.js';
|
|
2
|
-
import '../../extends-
|
|
3
|
-
import '../../toConsumableArray-
|
|
4
|
-
import '../../slicedToArray-
|
|
5
|
-
import '../../objectWithoutProperties-
|
|
2
|
+
import '../../extends-28209c15.js';
|
|
3
|
+
import '../../toConsumableArray-cd15c464.js';
|
|
4
|
+
import '../../slicedToArray-9daed167.js';
|
|
5
|
+
import '../../objectWithoutProperties-5d5a22db.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import '../Input/Input.js';
|
|
9
|
-
import '../../defineProperty-
|
|
10
|
-
import '../../typeof-
|
|
9
|
+
import '../../defineProperty-e079c33b.js';
|
|
10
|
+
import '../../typeof-763fb53d.js';
|
|
11
11
|
import 'react-input-mask';
|
|
12
12
|
import 'react-number-format';
|
|
13
13
|
import '../../helperComponents/Label/Label.js';
|
|
@@ -17,7 +17,7 @@ import '../../utils/helpers.js';
|
|
|
17
17
|
import 'dayjs';
|
|
18
18
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
19
19
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
20
|
-
import '../../RadioGroup-
|
|
20
|
+
import '../../RadioGroup-c167823d.js';
|
|
21
21
|
import '../Radio/Radio.js';
|
|
22
22
|
import '../Popover/Popover.js';
|
|
23
23
|
import '../../hooks/useGetTooltipStyles.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
1
|
+
import { _ as _extends } from '../../extends-28209c15.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import ReactPaginate from 'react-paginate';
|
|
4
4
|
import { PAGE_RANGE_DISPLAYED } from './consts.js';
|
|
@@ -6,8 +6,8 @@ import classNames from 'classnames';
|
|
|
6
6
|
import { IconChevronRight } from '../SVGIcons/IconChevronRight.js';
|
|
7
7
|
import { IconChevronLeft } from '../SVGIcons/IconChevronLeft.js';
|
|
8
8
|
import { IconMore } from '../SVGIcons/IconMore.js';
|
|
9
|
-
import '../../defineProperty-
|
|
10
|
-
import '../../typeof-
|
|
9
|
+
import '../../defineProperty-e079c33b.js';
|
|
10
|
+
import '../../typeof-763fb53d.js';
|
|
11
11
|
|
|
12
12
|
var Pagination = function Pagination(props) {
|
|
13
13
|
var totalCount = props.totalCount,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { Pagination } from './Pagination.js';
|
|
2
|
-
import '../../extends-
|
|
2
|
+
import '../../extends-28209c15.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-paginate';
|
|
5
5
|
import './consts.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../SVGIcons/IconChevronRight.js';
|
|
8
|
-
import '../../defineProperty-
|
|
9
|
-
import '../../typeof-
|
|
8
|
+
import '../../defineProperty-e079c33b.js';
|
|
9
|
+
import '../../typeof-763fb53d.js';
|
|
10
10
|
import '../SVGIcons/IconChevronLeft.js';
|
|
11
11
|
import '../SVGIcons/IconMore.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../../slicedToArray-9daed167.js';
|
|
2
2
|
import React, { useState, useId, useEffect } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import { useGetTooltipStyles } from '../../hooks/useGetTooltipStyles.js';
|
|
@@ -15,8 +15,8 @@ import '../../hooks/useGetTooltipPosition.js';
|
|
|
15
15
|
import '../Tooltip/types.js';
|
|
16
16
|
import '../../consts/index.js';
|
|
17
17
|
import '../../utils/helpers.js';
|
|
18
|
-
import '../../defineProperty-
|
|
19
|
-
import '../../typeof-
|
|
18
|
+
import '../../defineProperty-e079c33b.js';
|
|
19
|
+
import '../../typeof-763fb53d.js';
|
|
20
20
|
|
|
21
21
|
var Popover = function Popover(props) {
|
|
22
22
|
var dataId = props.dataId,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Popover } from './Popover.js';
|
|
2
|
-
import '../../slicedToArray-
|
|
2
|
+
import '../../slicedToArray-9daed167.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../hooks/useGetTooltipStyles.js';
|
|
@@ -16,5 +16,5 @@ import 'react-hook-form';
|
|
|
16
16
|
import '../Text/Text.js';
|
|
17
17
|
import '../../utils/helpers.js';
|
|
18
18
|
import '../Link/Link.js';
|
|
19
|
-
import '../../defineProperty-
|
|
20
|
-
import '../../typeof-
|
|
19
|
+
import '../../defineProperty-e079c33b.js';
|
|
20
|
+
import '../../typeof-763fb53d.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-
|
|
1
|
+
import { _ as _extends } from '../../extends-28209c15.js';
|
|
2
|
+
import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-5d5a22db.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
|
|
@@ -2,5 +2,5 @@ export { Progress } from './Progress.js';
|
|
|
2
2
|
export { ProgressBarWrapper } from './ProgressBarWrapper.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
|
-
import '../../extends-
|
|
6
|
-
import '../../objectWithoutProperties-
|
|
5
|
+
import '../../extends-28209c15.js';
|
|
6
|
+
import '../../objectWithoutProperties-5d5a22db.js';
|
|
@@ -7,8 +7,8 @@ import 'dayjs';
|
|
|
7
7
|
import './types.js';
|
|
8
8
|
import './consts.js';
|
|
9
9
|
import '../SVGIcons/IconDismissCircle.js';
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
10
|
+
import '../../defineProperty-e079c33b.js';
|
|
11
|
+
import '../../typeof-763fb53d.js';
|
|
12
12
|
import '../SVGIcons/IconCheckmarkCircle.js';
|
|
13
13
|
|
|
14
14
|
var ProgressStep = function ProgressStep(props) {
|
|
@@ -7,8 +7,8 @@ import { IconDismissCircle } from '../SVGIcons/IconDismissCircle.js';
|
|
|
7
7
|
import { IconCheckmarkCircle } from '../SVGIcons/IconCheckmarkCircle.js';
|
|
8
8
|
import '../../utils/helpers.js';
|
|
9
9
|
import 'dayjs';
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
10
|
+
import '../../defineProperty-e079c33b.js';
|
|
11
|
+
import '../../typeof-763fb53d.js';
|
|
12
12
|
|
|
13
13
|
var Step = function Step(props) {
|
|
14
14
|
var width = props.width,
|
|
@@ -8,6 +8,6 @@ import 'dayjs';
|
|
|
8
8
|
import './types.js';
|
|
9
9
|
import './consts.js';
|
|
10
10
|
import '../SVGIcons/IconDismissCircle.js';
|
|
11
|
-
import '../../defineProperty-
|
|
12
|
-
import '../../typeof-
|
|
11
|
+
import '../../defineProperty-e079c33b.js';
|
|
12
|
+
import '../../typeof-763fb53d.js';
|
|
13
13
|
import '../SVGIcons/IconCheckmarkCircle.js';
|