hrm_ui_lib 1.4.2 → 1.4.4
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/{Button-028f6f93.js → Button-2f532776.js} +48 -48
- package/assets/styles/styles.css +87 -86
- package/assets/styles/styles.scss +1 -1
- package/components/Alert/Alert.js +19 -19
- package/components/Alert/index.js +8 -8
- package/components/Alert/types.d.ts +3 -2
- package/components/Avatar/Avatar.js +12 -12
- package/components/Avatar/AvatarGroup.js +19 -19
- package/components/Avatar/index.js +9 -9
- package/components/Badge/Badge.js +4 -4
- package/components/Breadcrumb/Breadcrumb.js +4 -4
- package/components/Breadcrumb/types.d.ts +2 -1
- package/components/Button/Button.js +8 -8
- package/components/Button/index.js +8 -8
- package/components/ButtonIcon/ButtonIcon.js +8 -8
- package/components/ButtonIcon/index.js +8 -8
- package/components/CardBody/CardBody.d.ts +2 -1
- package/components/CardBody/CardBody.js +17 -17
- package/components/CardBody/index.js +8 -8
- package/components/CardSelect/CardSelect.js +21 -21
- package/components/CardSelect/CardSelectGroup.d.ts +2 -1
- package/components/CardSelect/CardSelectGroup.js +11 -11
- package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
- package/components/CardSelect/components/CardChips.js +6 -6
- package/components/CardSelect/components/CardDescription.js +3 -3
- package/components/CardSelect/components/CardInput.js +10 -10
- package/components/CardSelect/components/index.js +8 -8
- package/components/CardSelect/index.js +8 -8
- package/components/Cards/CardItem.js +11 -11
- package/components/Cards/index.js +1 -1
- package/components/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/index.js +8 -8
- package/components/Checkbox/types.d.ts +4 -3
- package/components/Chips/Chips.js +8 -8
- package/components/Chips/index.js +3 -3
- package/components/Collapse/CollapseGroup/CollapseGroup.js +10 -10
- package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
- package/components/Collapse/CollapseItem/CollapseItem.js +19 -19
- package/components/Collapse/index.js +7 -7
- package/components/Container/Container.js +2 -2
- package/components/Copy/Copy.js +12 -12
- package/components/Copy/index.js +8 -8
- package/components/Counter/Counter.js +10 -10
- package/components/Counter/index.js +8 -8
- package/components/DatePicker/CustomHeader/CustomHeader.d.ts +0 -1
- package/components/DatePicker/CustomHeader/CustomHeader.js +16 -16
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +11 -11
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +14 -14
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +14 -14
- package/components/DatePicker/RangeDatePicker/index.js +9 -9
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +11 -11
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +15 -15
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +16 -16
- package/components/DatePicker/SimpleDatePicker/index.js +9 -9
- package/components/DatePicker/TimePicker/MobileModalContent.js +20 -20
- package/components/DatePicker/TimePicker/TimePicker.js +10 -10
- package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +13 -13
- package/components/DatePicker/TimePicker/TimePickerMobile.js +12 -12
- package/components/DatePicker/TimePicker/index.js +8 -8
- package/components/DatePicker/hooks.js +4 -4
- package/components/DatePicker/index.js +9 -9
- package/components/Divider/Divider.d.ts +2 -1
- package/components/Divider/Divider.js +2 -2
- package/components/Empty/Empty.d.ts +2 -1
- package/components/Empty/Empty.js +16 -16
- package/components/Empty/index.js +8 -8
- package/components/FileUpload/FileUpload.d.ts +2 -1
- package/components/FileUpload/FileUpload.js +19 -19
- package/components/FileUpload/UploadItems.d.ts +2 -1
- package/components/FileUpload/UploadItems.js +17 -17
- package/components/FileUpload/index.js +9 -9
- package/components/FileUpload/types.d.ts +4 -3
- package/components/FormContainer/FormContainer.d.ts +2 -1
- package/components/FormContainer/FormContainer.js +13 -13
- package/components/FormContainer/index.js +8 -8
- package/components/FormField/FormField.js +14 -14
- package/components/FormField/index.js +8 -8
- package/components/FormField/types.d.ts +2 -1
- package/components/Heading/Heading.js +2 -2
- package/components/Image/Image.d.ts +2 -1
- package/components/Image/Image.js +3 -3
- package/components/Input/Input.js +25 -25
- package/components/Input/index.js +8 -8
- package/components/ItemSelect/ItemSelect.js +16 -16
- package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
- package/components/ItemSelect/ItemSelectGroup.js +11 -11
- package/components/ItemSelect/index.js +8 -8
- package/components/Link/Link.js +4 -4
- package/components/Link/types.d.ts +4 -3
- package/components/Menu/Menu.js +13 -13
- package/components/Menu/NestedMenu.js +14 -14
- package/components/Menu/index.js +9 -9
- package/components/Modal/Modal.js +8 -8
- package/components/Modal/ModalConfirmation.js +19 -19
- package/components/Modal/ModalContent.js +8 -8
- package/components/Modal/index.js +8 -8
- package/components/More/More.d.ts +2 -1
- package/components/More/More.js +11 -11
- package/components/More/index.js +8 -8
- package/components/Pagination/Pagination.d.ts +2 -1
- package/components/Pagination/Pagination.js +9 -9
- package/components/Pagination/index.js +3 -3
- package/components/Popover/Popover.js +8 -8
- package/components/Popover/PopoverDesktop.js +6 -6
- package/components/Popover/PopoverMobile.js +8 -8
- package/components/Popover/index.js +8 -8
- package/components/Progress/Progress.d.ts +2 -1
- package/components/Progress/Progress.js +7 -7
- package/components/ProgressStep/ProgressStep.js +5 -5
- package/components/ProgressStep/Step.js +13 -13
- package/components/ProgressStep/index.js +2 -2
- package/components/Radio/Radio.js +7 -7
- package/components/Radio/RadioGroup.js +13 -13
- package/components/Radio/index.js +8 -8
- package/components/SVGIcons/IconAdd.js +5 -5
- package/components/SVGIcons/IconAddCircle.js +6 -6
- package/components/SVGIcons/IconAddCircleFilled.js +6 -6
- package/components/SVGIcons/IconAddFilled.js +5 -5
- package/components/SVGIcons/IconAlert.js +6 -6
- package/components/SVGIcons/IconAlertBadge.js +6 -6
- package/components/SVGIcons/IconAlertBadgeFilled.js +6 -6
- package/components/SVGIcons/IconAlertFilled.js +6 -6
- package/components/SVGIcons/IconAm.js +11 -11
- package/components/SVGIcons/IconAmd.js +5 -5
- package/components/SVGIcons/IconAmdFilled.js +5 -5
- package/components/SVGIcons/IconApple.js +6 -6
- package/components/SVGIcons/IconArrowDown.js +6 -6
- package/components/SVGIcons/IconArrowDownFilled.js +6 -6
- package/components/SVGIcons/IconArrowDownLeft.js +6 -6
- package/components/SVGIcons/IconArrowDownLeftFilled.js +6 -6
- package/components/SVGIcons/IconArrowDownload.js +6 -6
- package/components/SVGIcons/IconArrowDownloadFilled.js +6 -6
- package/components/SVGIcons/IconArrowEnter.js +5 -5
- package/components/SVGIcons/IconArrowEnterFilled.js +5 -5
- package/components/SVGIcons/IconArrowExit.js +5 -5
- package/components/SVGIcons/IconArrowExitFilled.js +5 -5
- package/components/SVGIcons/IconArrowExportLeftToRight.js +6 -6
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +6 -6
- package/components/SVGIcons/IconArrowExportRightToLeft.js +6 -6
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +6 -6
- package/components/SVGIcons/IconArrowExportUp.js +6 -6
- package/components/SVGIcons/IconArrowExportUpFilled.js +6 -6
- package/components/SVGIcons/IconArrowImport.js +6 -6
- package/components/SVGIcons/IconArrowImportFilled.js +6 -6
- package/components/SVGIcons/IconArrowLeft.js +6 -6
- package/components/SVGIcons/IconArrowLeftFilled.js +6 -6
- package/components/SVGIcons/IconArrowRepeatAll.js +6 -6
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +6 -6
- package/components/SVGIcons/IconArrowReset.js +6 -6
- package/components/SVGIcons/IconArrowResetFilled.js +6 -6
- package/components/SVGIcons/IconArrowRight.js +6 -6
- package/components/SVGIcons/IconArrowRightFilled.js +6 -6
- package/components/SVGIcons/IconArrowSort.js +5 -5
- package/components/SVGIcons/IconArrowSortFilled.js +5 -5
- package/components/SVGIcons/IconArrowSync.js +5 -5
- package/components/SVGIcons/IconArrowSyncFilled.js +5 -5
- package/components/SVGIcons/IconArrowUp.js +6 -6
- package/components/SVGIcons/IconArrowUpFilled.js +6 -6
- package/components/SVGIcons/IconArrowUpLeft.js +6 -6
- package/components/SVGIcons/IconArrowUpLeftFilled.js +6 -6
- package/components/SVGIcons/IconArrowUpRight.js +6 -6
- package/components/SVGIcons/IconArrowUpRightFilled.js +6 -6
- package/components/SVGIcons/IconAttach.js +6 -6
- package/components/SVGIcons/IconAttachFilled.js +6 -6
- package/components/SVGIcons/IconBeach.js +5 -5
- package/components/SVGIcons/IconBeachFilled.js +5 -5
- package/components/SVGIcons/IconBook.js +6 -6
- package/components/SVGIcons/IconBookFilled.js +6 -6
- package/components/SVGIcons/IconBookmark.js +6 -6
- package/components/SVGIcons/IconBookmarkFilled.js +6 -6
- package/components/SVGIcons/IconBriefcase.js +6 -6
- package/components/SVGIcons/IconBriefcaseFilled.js +6 -6
- package/components/SVGIcons/IconBuilding.js +12 -12
- package/components/SVGIcons/IconBuildingBank.js +5 -5
- package/components/SVGIcons/IconBuildingBankFilled.js +5 -5
- package/components/SVGIcons/IconBuildingFilled.js +6 -6
- package/components/SVGIcons/IconBulletListAdd.js +6 -6
- package/components/SVGIcons/IconBulletListAddFilled.js +6 -6
- package/components/SVGIcons/IconCalculator.js +6 -6
- package/components/SVGIcons/IconCalculatorFilled.js +6 -6
- package/components/SVGIcons/IconCalendarClock.js +5 -5
- package/components/SVGIcons/IconCalendarClockFilled.js +5 -5
- package/components/SVGIcons/IconCalendarDay.js +6 -6
- package/components/SVGIcons/IconCalendarDayFilled.js +6 -6
- package/components/SVGIcons/IconCalendarLeft.js +5 -5
- package/components/SVGIcons/IconCalendarLeftFilled.js +5 -5
- package/components/SVGIcons/IconCalendarRight.js +5 -5
- package/components/SVGIcons/IconCalendarRightFilled.js +5 -5
- package/components/SVGIcons/IconCall.js +6 -6
- package/components/SVGIcons/IconCallFilled.js +6 -6
- package/components/SVGIcons/IconCard.js +5 -5
- package/components/SVGIcons/IconCardFilled.js +5 -5
- package/components/SVGIcons/IconCaretDown.js +5 -5
- package/components/SVGIcons/IconCaretDownFilled.js +5 -5
- package/components/SVGIcons/IconCaretDownRight.js +5 -5
- package/components/SVGIcons/IconCaretDownRightFilled.js +5 -5
- package/components/SVGIcons/IconCaretLeft.js +5 -5
- package/components/SVGIcons/IconCaretLeftFilled.js +5 -5
- package/components/SVGIcons/IconCaretRight.js +5 -5
- package/components/SVGIcons/IconCaretRightFilled.js +5 -5
- package/components/SVGIcons/IconCaretUp.js +5 -5
- package/components/SVGIcons/IconCaretUpFilled.js +5 -5
- package/components/SVGIcons/IconChat.js +5 -5
- package/components/SVGIcons/IconChatFilled.js +5 -5
- package/components/SVGIcons/IconChatMultiple.js +5 -5
- package/components/SVGIcons/IconChatMultipleFilled.js +5 -5
- package/components/SVGIcons/IconCheckboxArrowRight.js +6 -6
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +6 -6
- package/components/SVGIcons/IconCheckmark.js +5 -5
- package/components/SVGIcons/IconCheckmarkCircle.js +5 -5
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +5 -5
- package/components/SVGIcons/IconCheckmarkFilled.js +5 -5
- package/components/SVGIcons/IconChevronDown.js +5 -5
- package/components/SVGIcons/IconChevronDownFilled.js +5 -5
- package/components/SVGIcons/IconChevronLeft.js +5 -5
- package/components/SVGIcons/IconChevronLeftFilled.js +5 -5
- package/components/SVGIcons/IconChevronRight.js +5 -5
- package/components/SVGIcons/IconChevronRightFilled.js +5 -5
- package/components/SVGIcons/IconChevronUp.js +5 -5
- package/components/SVGIcons/IconChevronUpDown.js +6 -6
- package/components/SVGIcons/IconChevronUpDownFilled.js +6 -6
- package/components/SVGIcons/IconChevronUpFilled.js +5 -5
- package/components/SVGIcons/IconClock.js +6 -6
- package/components/SVGIcons/IconClockDismiss.js +5 -5
- package/components/SVGIcons/IconClockDismissFilled.js +5 -5
- package/components/SVGIcons/IconClockFilled.js +6 -6
- package/components/SVGIcons/IconComment.js +6 -6
- package/components/SVGIcons/IconCommentFilled.js +6 -6
- package/components/SVGIcons/IconContractCard.js +5 -5
- package/components/SVGIcons/IconContractCardFilled.js +5 -5
- package/components/SVGIcons/IconCopy.js +5 -5
- package/components/SVGIcons/IconCopyFilled.js +5 -5
- package/components/SVGIcons/IconCubeTree.js +5 -5
- package/components/SVGIcons/IconCubeTreeFilled.js +6 -6
- package/components/SVGIcons/IconDatabase.js +6 -6
- package/components/SVGIcons/IconDatabaseFilled.js +6 -6
- package/components/SVGIcons/IconDelete.js +5 -5
- package/components/SVGIcons/IconDeleteFilled.js +5 -5
- package/components/SVGIcons/IconDeviceMeetingRoom.js +5 -5
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +5 -5
- package/components/SVGIcons/IconDismiss.js +5 -5
- package/components/SVGIcons/IconDismissCircle.js +6 -6
- package/components/SVGIcons/IconDismissCircleFilled.js +6 -6
- package/components/SVGIcons/IconDismissFilled.js +5 -5
- package/components/SVGIcons/IconDocument.js +5 -5
- package/components/SVGIcons/IconDocumentBulletList.js +6 -6
- package/components/SVGIcons/IconDocumentBulletListFilled.js +6 -6
- package/components/SVGIcons/IconDocumentEdit.js +5 -5
- package/components/SVGIcons/IconDocumentEditFilled.js +5 -5
- package/components/SVGIcons/IconDocumentFilled.js +5 -5
- package/components/SVGIcons/IconEdit.js +5 -5
- package/components/SVGIcons/IconEditFilled.js +5 -5
- package/components/SVGIcons/IconErrorCircle.js +5 -5
- package/components/SVGIcons/IconErrorCircleFilled.js +5 -5
- package/components/SVGIcons/IconEur.js +5 -5
- package/components/SVGIcons/IconEurFilled.js +5 -5
- package/components/SVGIcons/IconExpandUpLeft.js +6 -6
- package/components/SVGIcons/IconExpandUpLeftFilled.js +6 -6
- package/components/SVGIcons/IconExpandUpRight.js +6 -6
- package/components/SVGIcons/IconExpandUpRightFilled.js +6 -6
- package/components/SVGIcons/IconEyeOff.js +6 -6
- package/components/SVGIcons/IconEyeOffFilled.js +6 -6
- package/components/SVGIcons/IconEyeOn.js +6 -6
- package/components/SVGIcons/IconEyeOnFilled.js +6 -6
- package/components/SVGIcons/IconFacebook.js +8 -8
- package/components/SVGIcons/IconFilter.js +5 -5
- package/components/SVGIcons/IconFilterFilled.js +5 -5
- package/components/SVGIcons/IconFlag.js +6 -6
- package/components/SVGIcons/IconFlagFilled.js +6 -6
- package/components/SVGIcons/IconFolderLink.js +5 -5
- package/components/SVGIcons/IconFolderLinkFilled.js +5 -5
- package/components/SVGIcons/IconGb.js +15 -15
- package/components/SVGIcons/IconGlobe.js +5 -5
- package/components/SVGIcons/IconGlobeFilled.js +5 -5
- package/components/SVGIcons/IconGoogle.js +8 -8
- package/components/SVGIcons/IconHandOpenHeart.js +6 -6
- package/components/SVGIcons/IconHandOpenHeartFilled.js +6 -6
- package/components/SVGIcons/IconHeart.js +6 -6
- package/components/SVGIcons/IconHeartFilled.js +6 -6
- package/components/SVGIcons/IconHistory.js +6 -6
- package/components/SVGIcons/IconHistoryFilled.js +6 -6
- package/components/SVGIcons/IconHome.js +6 -6
- package/components/SVGIcons/IconHomeFilled.js +6 -6
- package/components/SVGIcons/IconImage.js +6 -6
- package/components/SVGIcons/IconImageFilled.js +6 -6
- package/components/SVGIcons/IconInfo.js +5 -5
- package/components/SVGIcons/IconInfoFilled.js +5 -5
- package/components/SVGIcons/IconInstagram.js +8 -8
- package/components/SVGIcons/IconKeyReset.js +6 -6
- package/components/SVGIcons/IconKeyResetFilled.js +6 -6
- package/components/SVGIcons/IconLink.js +6 -6
- package/components/SVGIcons/IconLinkFilled.js +6 -6
- package/components/SVGIcons/IconLinkedin.js +6 -6
- package/components/SVGIcons/IconList.js +5 -5
- package/components/SVGIcons/IconListFilled.js +6 -6
- package/components/SVGIcons/IconLocation.js +6 -6
- package/components/SVGIcons/IconLocationFilled.js +6 -6
- package/components/SVGIcons/IconLockClosed.js +6 -6
- package/components/SVGIcons/IconLockClosedFilled.js +6 -6
- package/components/SVGIcons/IconLockOpen.js +6 -6
- package/components/SVGIcons/IconLockOpenFilled.js +6 -6
- package/components/SVGIcons/IconMail.js +6 -6
- package/components/SVGIcons/IconMailAdd.js +6 -6
- package/components/SVGIcons/IconMailAddFilled.js +6 -6
- package/components/SVGIcons/IconMailArrowForward.js +6 -6
- package/components/SVGIcons/IconMailArrowForwardFilled.js +6 -6
- package/components/SVGIcons/IconMailFilled.js +6 -6
- package/components/SVGIcons/IconMailLink.js +6 -6
- package/components/SVGIcons/IconMailLinkFilled.js +6 -6
- package/components/SVGIcons/IconMedium.js +6 -6
- package/components/SVGIcons/IconMore.js +6 -6
- package/components/SVGIcons/IconMoreFilled.js +6 -6
- package/components/SVGIcons/IconMoreVertical.js +6 -6
- package/components/SVGIcons/IconMoreVerticalFilled.js +6 -6
- package/components/SVGIcons/IconNavigation.js +6 -6
- package/components/SVGIcons/IconNavigationFilled.js +6 -6
- package/components/SVGIcons/IconNotebook.js +6 -6
- package/components/SVGIcons/IconNotebookAdd.js +12 -12
- package/components/SVGIcons/IconNotebookAddFilled.js +11 -11
- package/components/SVGIcons/IconNotebookFilled.js +6 -6
- package/components/SVGIcons/IconOnlyEmployee.js +5 -5
- package/components/SVGIcons/IconOpen.js +6 -6
- package/components/SVGIcons/IconOpenFilled.js +6 -6
- package/components/SVGIcons/IconPatient.js +5 -5
- package/components/SVGIcons/IconPatientFilled.js +5 -5
- package/components/SVGIcons/IconPeople.js +5 -5
- package/components/SVGIcons/IconPeopleAdd.js +6 -6
- package/components/SVGIcons/IconPeopleAddFilled.js +6 -6
- package/components/SVGIcons/IconPeopleFilled.js +6 -6
- package/components/SVGIcons/IconPercent.js +6 -6
- package/components/SVGIcons/IconPerson.js +6 -6
- package/components/SVGIcons/IconPersonAccount.js +5 -5
- package/components/SVGIcons/IconPersonAccountFilled.js +5 -5
- package/components/SVGIcons/IconPersonAdd.js +6 -6
- package/components/SVGIcons/IconPersonAddFilled.js +6 -6
- package/components/SVGIcons/IconPersonFilled.js +6 -6
- package/components/SVGIcons/IconPersonStar.js +6 -6
- package/components/SVGIcons/IconPersonStarFilled.js +6 -6
- package/components/SVGIcons/IconPersonSubtract.js +6 -6
- package/components/SVGIcons/IconPersonSubtractFilled.js +6 -6
- package/components/SVGIcons/IconPhone.js +6 -6
- package/components/SVGIcons/IconPhoneFilled.js +6 -6
- package/components/SVGIcons/IconPos.js +6 -6
- package/components/SVGIcons/IconPosFilled.js +6 -6
- package/components/SVGIcons/IconProhibited.js +6 -6
- package/components/SVGIcons/IconProhibitedFilled.js +6 -6
- package/components/SVGIcons/IconProjectProduct.js +5 -5
- package/components/SVGIcons/IconQuestion.js +6 -6
- package/components/SVGIcons/IconQuestionFilled.js +6 -6
- package/components/SVGIcons/IconRedo.js +6 -6
- package/components/SVGIcons/IconRedoFilled.js +6 -6
- package/components/SVGIcons/IconRu.js +10 -10
- package/components/SVGIcons/IconRub.js +5 -5
- package/components/SVGIcons/IconRubFilled.js +5 -5
- package/components/SVGIcons/IconSave.js +6 -6
- package/components/SVGIcons/IconSaveFilled.js +6 -6
- package/components/SVGIcons/IconSavings.js +6 -6
- package/components/SVGIcons/IconSavingsFilled.js +6 -6
- package/components/SVGIcons/IconSearch.js +6 -6
- package/components/SVGIcons/IconSearchFilled.js +6 -6
- package/components/SVGIcons/IconSelectAllOff.js +6 -6
- package/components/SVGIcons/IconSelectAllOffFilled.js +6 -6
- package/components/SVGIcons/IconSelectAllOn.js +6 -6
- package/components/SVGIcons/IconSelectAllOnFilled.js +6 -6
- package/components/SVGIcons/IconSend.js +6 -6
- package/components/SVGIcons/IconSendFilled.js +6 -6
- package/components/SVGIcons/IconSettings.js +5 -5
- package/components/SVGIcons/IconSettingsFilled.js +6 -6
- package/components/SVGIcons/IconShare.js +6 -6
- package/components/SVGIcons/IconShareAndroid.js +6 -6
- package/components/SVGIcons/IconShareAndroidFilled.js +6 -6
- package/components/SVGIcons/IconShareFilled.js +6 -6
- package/components/SVGIcons/IconSignOut.js +6 -6
- package/components/SVGIcons/IconSignOutFilled.js +6 -6
- package/components/SVGIcons/IconSpinner.js +6 -6
- package/components/SVGIcons/IconSpinnerFilled.js +6 -6
- package/components/SVGIcons/IconStatus.js +6 -6
- package/components/SVGIcons/IconStatusFilled.js +6 -6
- package/components/SVGIcons/IconSubtract.js +6 -6
- package/components/SVGIcons/IconSubtractCircle.js +6 -6
- package/components/SVGIcons/IconSubtractCircleFilled.js +6 -6
- package/components/SVGIcons/IconSubtractFilled.js +6 -6
- package/components/SVGIcons/IconTableCellEdit.js +8 -8
- package/components/SVGIcons/IconTableCellEditFilled.js +10 -10
- package/components/SVGIcons/IconTelegram.js +8 -8
- package/components/SVGIcons/IconTimer.js +6 -6
- package/components/SVGIcons/IconTimerFilled.js +6 -6
- package/components/SVGIcons/IconTwitter.js +6 -6
- package/components/SVGIcons/IconUndo.js +6 -6
- package/components/SVGIcons/IconUndoFilled.js +6 -6
- package/components/SVGIcons/IconUnitsEmployee.js +5 -5
- package/components/SVGIcons/IconUsd.js +5 -5
- package/components/SVGIcons/IconUsdFilled.js +5 -5
- package/components/SVGIcons/IconVideo.js +5 -5
- package/components/SVGIcons/IconVideoFilled.js +5 -5
- package/components/SVGIcons/IconWallet.js +6 -6
- package/components/SVGIcons/IconWalletFilled.js +6 -6
- package/components/SVGIcons/IconWarning.js +5 -5
- package/components/SVGIcons/IconWarningFilled.js +5 -5
- package/components/SVGIcons/IconYoutube.js +6 -6
- package/components/SVGIcons/index.js +2 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +13 -13
- package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterDropdown.js +12 -12
- package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterGroupDropdown.js +13 -13
- package/components/Select/FilterSelect/FilterSelect.js +17 -17
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +15 -15
- package/components/Select/MultiSelect/MultiSelect.js +13 -13
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +22 -22
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +19 -19
- package/components/Select/MultiSelect/OptionsWrapper.js +12 -12
- package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
- package/components/Select/NestedSelect/NestedSelect.js +17 -17
- package/components/Select/ProfileDropdown/index.d.ts +2 -2
- package/components/Select/ProfileDropdown/index.js +22 -22
- package/components/Select/Select/Select.d.ts +2 -1
- package/components/Select/Select/Select.js +19 -19
- package/components/Select/SharedComponents/Actions.d.ts +2 -1
- package/components/Select/SharedComponents/Actions.js +15 -15
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +8 -8
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +7 -7
- package/components/Select/SharedComponents/ContentTop.js +15 -15
- package/components/Select/SharedComponents/Footer.d.ts +2 -1
- package/components/Select/SharedComponents/Footer.js +15 -15
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +13 -13
- package/components/Select/SharedComponents/Loading.d.ts +2 -1
- package/components/Select/SharedComponents/Loading.js +3 -3
- package/components/Select/SharedComponents/index.js +9 -9
- package/components/Select/index.js +9 -9
- package/components/Select/types.d.ts +5 -5
- package/components/SideNavigation/Block.js +4 -4
- package/components/SideNavigation/NavigationItem/index.js +13 -13
- package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
- package/components/SideNavigation/SideNavigation.d.ts +2 -1
- package/components/SideNavigation/SideNavigation.js +7 -7
- package/components/SideNavigation/index.js +3 -3
- package/components/SideNavigation/types.d.ts +1 -1
- package/components/SideSheet/Footer/Footer.js +17 -17
- package/components/SideSheet/SideSheet.d.ts +2 -1
- package/components/SideSheet/SideSheet.js +22 -22
- package/components/SideSheet/index.js +8 -8
- package/components/Snackbar/Snackbar.js +15 -15
- package/components/Snackbar/index.js +8 -8
- package/components/Snackbar/types.d.ts +2 -1
- package/components/Status/Status.js +9 -9
- package/components/Status/index.js +3 -3
- package/components/Stepper/Stepper.d.ts +2 -1
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/index.js +1 -1
- package/components/Stepper/types.d.ts +2 -1
- package/components/Switcher/Switcher.js +16 -16
- package/components/Switcher/index.js +8 -8
- package/components/Switcher/types.d.ts +2 -1
- package/components/Tab/Tab.js +7 -7
- package/components/Tab/TabItem.d.ts +2 -1
- package/components/Tab/TabItem.js +9 -9
- package/components/Tab/index.js +4 -4
- package/components/Tab/types.d.ts +3 -2
- package/components/Table/Header.js +17 -17
- package/components/Table/IndeterminateCheckbox.js +10 -10
- package/components/Table/Row.js +12 -12
- package/components/Table/Table.js +16 -16
- package/components/Table/index.js +9 -9
- package/components/Table/utils.js +12 -12
- package/components/Text/Text.js +2 -2
- package/components/Textarea/Textarea.js +21 -21
- package/components/Textarea/index.js +8 -8
- package/components/Textarea/types.d.ts +3 -2
- package/components/Tooltip/Tooltip.d.ts +2 -1
- package/components/Tooltip/Tooltip.js +4 -4
- package/components/Tooltip/index.js +1 -1
- package/context/FormContextProvider.d.ts +2 -2
- package/{defineProperty-fdfb938c.js → defineProperty-6b97a267.js} +1 -1
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +1 -1
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +15 -2
- package/helperComponents/AnimatePresenceWrapper/index.js +2 -1
- package/helperComponents/CodeBlock/CodeBlock.js +3 -3
- package/helperComponents/ErrorMessage/ErrorMessage.js +4 -4
- package/helperComponents/ErrorMessage/types.d.ts +2 -1
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +3 -3
- package/helperComponents/Label/Label.js +3 -3
- package/helperComponents/Label/types.d.ts +1 -1
- package/helperComponents/Loader/Loader.js +3 -3
- package/helperComponents/OptionItem/OptionItem.d.ts +2 -1
- package/helperComponents/OptionItem/OptionItem.js +21 -21
- package/helperComponents/OptionItem/index.js +9 -9
- package/helperComponents/index.js +9 -9
- package/hooks/index.js +1 -1
- package/hooks/useGetIsMobile.js +1 -1
- package/hooks/useHideBodyScroll.js +1 -1
- package/hooks/useScreenSize.js +1 -1
- package/index.js +9 -9
- package/package.json +2 -1
- package/stories/CardBody.stories.d.ts +2 -1
- package/stories/CardSelect.stories.d.ts +2 -1
- package/stories/Collapse.stories.d.ts +2 -1
- package/stories/Container.stories.d.ts +1 -1
- package/stories/DatePicker.stories.d.ts +1 -1
- package/stories/Empty.stories.d.ts +2 -1
- package/stories/FileUpload.stories.d.ts +2 -1
- package/stories/Form.stories.d.ts +3 -2
- package/stories/ItemSelect.stories.d.ts +2 -1
- package/stories/More.stories.d.ts +2 -1
- package/stories/Pagination.stories.d.ts +2 -1
- package/stories/Progress.stories.d.ts +2 -1
- package/stories/Select.stories.d.ts +4 -3
- package/stories/SideNavigation.stories.d.ts +2 -1
- package/stories/SideSheet.stories.d.ts +2 -1
- package/stories/Stepper.stories.d.ts +2 -1
- package/stories/Tooltip.stories.d.ts +2 -1
- package/{toConsumableArray-263f95db.js → toConsumableArray-e1453f73.js} +1 -1
- package/AnimatePresenceWrapper-cf3daece.js +0 -1726
- package/proxy-3b995879.js +0 -9654
- /package/{extends-acf19b4c.js → extends-50177a50.js} +0 -0
- /package/{objectWithoutProperties-c5575e26.js → objectWithoutProperties-6b5c8df6.js} +0 -0
- /package/{slicedToArray-72c4258c.js → slicedToArray-9decae19.js} +0 -0
- /package/{typeof-e7f3291d.js → typeof-20b85ee8.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../../../slicedToArray-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _slicedToArray } from '../../../slicedToArray-9decae19.js';
|
|
2
|
+
import React, { useRef, useId } from 'react';
|
|
3
3
|
import { Text } from '../../Text/Text.js';
|
|
4
4
|
import '../../../consts/index.js';
|
|
5
5
|
import 'dayjs';
|
|
@@ -18,7 +18,7 @@ var ProfileDropdown = function ProfileDropdown(props) {
|
|
|
18
18
|
bodyItems = props.bodyItems,
|
|
19
19
|
footerItems = props.footerItems,
|
|
20
20
|
className = props.className;
|
|
21
|
-
var _React$useState =
|
|
21
|
+
var _React$useState = React.useState(false),
|
|
22
22
|
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
23
23
|
isOpen = _React$useState2[0],
|
|
24
24
|
setIsOpen = _React$useState2[1];
|
|
@@ -26,55 +26,55 @@ var ProfileDropdown = function ProfileDropdown(props) {
|
|
|
26
26
|
return setIsOpen(false);
|
|
27
27
|
};
|
|
28
28
|
useOnOutsideClick(menuRef.current, closeDropdown, isOpen, useId());
|
|
29
|
-
return /*#__PURE__*/
|
|
29
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
30
30
|
ref: menuRef,
|
|
31
31
|
className: "relative ".concat(className)
|
|
32
|
-
}, /*#__PURE__*/
|
|
32
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
33
33
|
onClick: function onClick() {
|
|
34
34
|
return setIsOpen(!isOpen);
|
|
35
35
|
}
|
|
36
|
-
}, avatar), isOpen && /*#__PURE__*/
|
|
36
|
+
}, avatar), isOpen && /*#__PURE__*/React.createElement("div", {
|
|
37
37
|
className: "profile-dropdown"
|
|
38
|
-
}, /*#__PURE__*/
|
|
38
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
39
39
|
className: "profile-dropdown__top"
|
|
40
|
-
}, avatar, /*#__PURE__*/
|
|
40
|
+
}, avatar, /*#__PURE__*/React.createElement("div", {
|
|
41
41
|
className: 'pl-12'
|
|
42
|
-
}, /*#__PURE__*/
|
|
42
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
43
43
|
size: 'medium',
|
|
44
44
|
weight: 'bold',
|
|
45
45
|
lineHeight: 'large'
|
|
46
|
-
}, name), /*#__PURE__*/
|
|
46
|
+
}, name), /*#__PURE__*/React.createElement(Text, {
|
|
47
47
|
type: 'tertiary'
|
|
48
|
-
}, email))), /*#__PURE__*/
|
|
48
|
+
}, email))), /*#__PURE__*/React.createElement("div", {
|
|
49
49
|
className: "profile-dropdown__menu"
|
|
50
|
-
}, /*#__PURE__*/
|
|
50
|
+
}, /*#__PURE__*/React.createElement("ul", {
|
|
51
51
|
className: 'profile-dropdown__nav'
|
|
52
52
|
}, bodyItems === null || bodyItems === void 0 ? void 0 : bodyItems.map(function (item, index) {
|
|
53
|
-
return /*#__PURE__*/
|
|
53
|
+
return /*#__PURE__*/React.createElement("li", {
|
|
54
54
|
key: index
|
|
55
|
-
}, item.text ? /*#__PURE__*/
|
|
55
|
+
}, item.text ? /*#__PURE__*/React.createElement(Link, {
|
|
56
56
|
url: item.url,
|
|
57
57
|
onclick: item.onclick,
|
|
58
58
|
className: 'profile-dropdown__nav__link'
|
|
59
|
-
}, /*#__PURE__*/
|
|
59
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("span", {
|
|
60
60
|
className: 'flexbox align-items--center'
|
|
61
|
-
}, /*#__PURE__*/
|
|
61
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, item.icon, item.text)), item.rightInfoProps)) : /*#__PURE__*/React.createElement("div", {
|
|
62
62
|
onClick: closeDropdown
|
|
63
63
|
}, item.children));
|
|
64
|
-
})), footerItems !== null && footerItems !== void 0 && footerItems.length ? /*#__PURE__*/
|
|
64
|
+
})), footerItems !== null && footerItems !== void 0 && footerItems.length ? /*#__PURE__*/React.createElement("div", {
|
|
65
65
|
className: 'profile-dropdown__bottom'
|
|
66
|
-
}, /*#__PURE__*/
|
|
66
|
+
}, /*#__PURE__*/React.createElement("ul", {
|
|
67
67
|
className: 'profile-dropdown__nav'
|
|
68
68
|
}, footerItems === null || footerItems === void 0 ? void 0 : footerItems.map(function (item, index) {
|
|
69
|
-
return /*#__PURE__*/
|
|
69
|
+
return /*#__PURE__*/React.createElement("li", {
|
|
70
70
|
key: index
|
|
71
|
-
}, item.text ? /*#__PURE__*/
|
|
71
|
+
}, item.text ? /*#__PURE__*/React.createElement(Link, {
|
|
72
72
|
url: item.url,
|
|
73
73
|
onclick: item.onclick,
|
|
74
74
|
className: 'profile-dropdown__nav__link'
|
|
75
|
-
}, /*#__PURE__*/
|
|
75
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("span", {
|
|
76
76
|
className: 'flexbox align-items--center'
|
|
77
|
-
}, /*#__PURE__*/
|
|
77
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, item.icon, item.text)), item.rightInfoProps)) : item.children);
|
|
78
78
|
}))) : null)));
|
|
79
79
|
};
|
|
80
80
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../../defineProperty-
|
|
2
|
-
import { _ as _slicedToArray } from '../../../slicedToArray-
|
|
1
|
+
import { _ as _defineProperty } from '../../../defineProperty-6b97a267.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../../../slicedToArray-9decae19.js';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import
|
|
4
|
+
import React, { useRef, useState, useCallback, useEffect, useId, useMemo } from 'react';
|
|
5
5
|
import { FixedSizeList } from 'react-window';
|
|
6
6
|
import { DROPDOWN_AND_INPUT_GAP } from '../../../consts/index.js';
|
|
7
7
|
import { Text } from '../../Text/Text.js';
|
|
@@ -19,18 +19,19 @@ import { Empty } from '../../Empty/Empty.js';
|
|
|
19
19
|
import { Input } from '../../Input/Input.js';
|
|
20
20
|
import { IconCaretDownFilled } from '../../SVGIcons/IconCaretDownFilled.js';
|
|
21
21
|
import { IconCaretUpFilled } from '../../SVGIcons/IconCaretUpFilled.js';
|
|
22
|
-
import '../../../Button-
|
|
22
|
+
import '../../../Button-2f532776.js';
|
|
23
23
|
import 'react-dom';
|
|
24
|
+
import 'framer-motion';
|
|
24
25
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
25
26
|
import '../SharedComponents/ContentTop.js';
|
|
26
27
|
import { Loading } from '../SharedComponents/Loading.js';
|
|
27
28
|
import { SELECTED_VISIBLE_MIN_COUNT, ITEM_SIZE, DROPDOWN_HEIGHT, DROPDOWN_WIDTH, TRANSLATIONS_DEFAULT_VALUES } from '../constants.js';
|
|
28
|
-
import '../../../typeof-
|
|
29
|
+
import '../../../typeof-20b85ee8.js';
|
|
29
30
|
import 'dayjs';
|
|
30
|
-
import '../../../extends-
|
|
31
|
+
import '../../../extends-50177a50.js';
|
|
31
32
|
import '../../Avatar/Avatar.js';
|
|
32
33
|
import '../../FileUpload/FileUpload.js';
|
|
33
|
-
import '../../../toConsumableArray-
|
|
34
|
+
import '../../../toConsumableArray-e1453f73.js';
|
|
34
35
|
import '../../FileUpload/types.js';
|
|
35
36
|
import '../../../helperComponents/Label/Label.js';
|
|
36
37
|
import '../../FileUpload/UploadItems.js';
|
|
@@ -40,10 +41,10 @@ import '../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
|
40
41
|
import '../../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
41
42
|
import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
42
43
|
import '../../SVGIcons/IconDelete.js';
|
|
43
|
-
import '../../../objectWithoutProperties-
|
|
44
|
+
import '../../../objectWithoutProperties-6b5c8df6.js';
|
|
44
45
|
import '../../../helperComponents/Loader/Loader.js';
|
|
45
46
|
import '../../../hooks/useGetIsMobile.js';
|
|
46
|
-
import '../../../AnimatePresenceWrapper
|
|
47
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
47
48
|
import '../../../hooks/useHideBodyScroll.js';
|
|
48
49
|
import '../../SVGIcons/IconDismiss.js';
|
|
49
50
|
import '../../Tooltip/types.js';
|
|
@@ -51,7 +52,6 @@ import '../../Tooltip/Tooltip.js';
|
|
|
51
52
|
import '../../../hooks/useGetTooltipStyles.js';
|
|
52
53
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
53
54
|
import '../../../hooks/useHideOnScroll.js';
|
|
54
|
-
import '../../../proxy-3b995879.js';
|
|
55
55
|
import '../../Link/Link.js';
|
|
56
56
|
import '../../Popover/PopoverDesktop.js';
|
|
57
57
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -231,13 +231,13 @@ var Select = function Select(props) {
|
|
|
231
231
|
input: inputRef.current
|
|
232
232
|
});
|
|
233
233
|
useChangePositionsOnScroll(inputRef === null || inputRef === void 0 ? void 0 : inputRef.current, dropdownRef, hasBottomSpace);
|
|
234
|
-
return /*#__PURE__*/
|
|
234
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
235
235
|
"data-id": "".concat(dataId, "-content"),
|
|
236
236
|
className: classNames("select select--".concat(size), className, {
|
|
237
237
|
'select--opened': isOpen
|
|
238
238
|
}),
|
|
239
239
|
ref: containerRef
|
|
240
|
-
}, /*#__PURE__*/
|
|
240
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
241
241
|
onClick: disabled ? noop : onOpenOptions,
|
|
242
242
|
size: size === 'large' ? 'large' : 'small',
|
|
243
243
|
dataId: dataId,
|
|
@@ -257,7 +257,7 @@ var Select = function Select(props) {
|
|
|
257
257
|
ref: inputRef,
|
|
258
258
|
labelAddons: labelAddons,
|
|
259
259
|
autoComplete: "false"
|
|
260
|
-
}), isOpen && /*#__PURE__*/
|
|
260
|
+
}), isOpen && /*#__PURE__*/React.createElement("div", {
|
|
261
261
|
className: "select__options",
|
|
262
262
|
style: _objectSpread({
|
|
263
263
|
left: left,
|
|
@@ -268,7 +268,7 @@ var Select = function Select(props) {
|
|
|
268
268
|
bottom: window.innerHeight - top + DROPDOWN_AND_INPUT_GAP
|
|
269
269
|
}),
|
|
270
270
|
ref: setDropdownRef
|
|
271
|
-
}, isLoading ? /*#__PURE__*/
|
|
271
|
+
}, isLoading ? /*#__PURE__*/React.createElement(Loading, null) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
272
272
|
"data-id": "".concat(dataId, "-options-content"),
|
|
273
273
|
ref: scrollRef,
|
|
274
274
|
className: classNames('select__options__scroll', 'scrollbar'
|
|
@@ -277,13 +277,13 @@ var Select = function Select(props) {
|
|
|
277
277
|
// 'mr-6': scrollHeight > 300
|
|
278
278
|
// }
|
|
279
279
|
)
|
|
280
|
-
}, innerHelperText ? /*#__PURE__*/
|
|
280
|
+
}, innerHelperText ? /*#__PURE__*/React.createElement("div", {
|
|
281
281
|
className: "content-top"
|
|
282
|
-
}, /*#__PURE__*/
|
|
282
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
283
283
|
size: "xsmall",
|
|
284
284
|
type: "secondary",
|
|
285
285
|
className: "content-top__label"
|
|
286
|
-
}, innerHelperText)) : null, filteredData.length > 0 && /*#__PURE__*/
|
|
286
|
+
}, innerHelperText)) : null, filteredData.length > 0 && /*#__PURE__*/React.createElement(FixedSizeList, {
|
|
287
287
|
height: filteredData.length * ITEM_SIZE > DROPDOWN_HEIGHT ? DROPDOWN_HEIGHT : filteredData.length * ITEM_SIZE,
|
|
288
288
|
itemCount: filteredData.length,
|
|
289
289
|
itemSize: ITEM_SIZE,
|
|
@@ -299,7 +299,7 @@ var Select = function Select(props) {
|
|
|
299
299
|
style = _ref2.style;
|
|
300
300
|
var item = filteredData[index];
|
|
301
301
|
var isSelected = item.value === currentSelection;
|
|
302
|
-
return /*#__PURE__*/
|
|
302
|
+
return /*#__PURE__*/React.createElement(OptionItem, {
|
|
303
303
|
tooltipAddons: tooltipAddons,
|
|
304
304
|
data: item,
|
|
305
305
|
key: item.value,
|
|
@@ -313,7 +313,7 @@ var Select = function Select(props) {
|
|
|
313
313
|
dataId: item.dataId,
|
|
314
314
|
style: style
|
|
315
315
|
});
|
|
316
|
-
}), filteredData.length === 0 ? /*#__PURE__*/
|
|
316
|
+
}), filteredData.length === 0 ? /*#__PURE__*/React.createElement(Empty, {
|
|
317
317
|
size: "small",
|
|
318
318
|
mainMessage: TRANSLATIONS_DEFAULT_VALUES.emptyListMainMessage
|
|
319
319
|
}) : null))));
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TMenuItem } from '../../Menu/types';
|
|
2
3
|
type TProps = {
|
|
3
4
|
selectActions: TMenuItem[];
|
|
4
5
|
innerLabel?: string;
|
|
5
6
|
};
|
|
6
|
-
export declare const Actions: (props: TProps) =>
|
|
7
|
+
export declare const Actions: (props: TProps) => React.ReactElement | null;
|
|
7
8
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../../../slicedToArray-
|
|
2
|
-
import
|
|
3
|
-
import { B as Button } from '../../../Button-
|
|
1
|
+
import { _ as _slicedToArray } from '../../../slicedToArray-9decae19.js';
|
|
2
|
+
import React, { useState } from 'react';
|
|
3
|
+
import { B as Button } from '../../../Button-2f532776.js';
|
|
4
4
|
import { Menu } from '../../Menu/Menu.js';
|
|
5
5
|
import 'react-dom';
|
|
6
6
|
import '../../../consts/index.js';
|
|
@@ -8,17 +8,18 @@ import 'dayjs';
|
|
|
8
8
|
import '../../../hooks/useScreenSize.js';
|
|
9
9
|
import 'react-hook-form';
|
|
10
10
|
import 'classnames';
|
|
11
|
+
import 'framer-motion';
|
|
11
12
|
import { Text } from '../../Text/Text.js';
|
|
12
13
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
13
14
|
import 'react-syntax-highlighter';
|
|
14
15
|
import { IconMore } from '../../SVGIcons/IconMore.js';
|
|
15
|
-
import '../../../extends-
|
|
16
|
-
import '../../../defineProperty-
|
|
17
|
-
import '../../../typeof-
|
|
18
|
-
import '../../../objectWithoutProperties-
|
|
16
|
+
import '../../../extends-50177a50.js';
|
|
17
|
+
import '../../../defineProperty-6b97a267.js';
|
|
18
|
+
import '../../../typeof-20b85ee8.js';
|
|
19
|
+
import '../../../objectWithoutProperties-6b5c8df6.js';
|
|
19
20
|
import '../../../helperComponents/Loader/Loader.js';
|
|
20
21
|
import '../../../hooks/useGetIsMobile.js';
|
|
21
|
-
import '../../../AnimatePresenceWrapper
|
|
22
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
22
23
|
import '../../../hooks/useOnOutsideClick.js';
|
|
23
24
|
import '../../../hooks/useHideBodyScroll.js';
|
|
24
25
|
import '../../SVGIcons/IconDismiss.js';
|
|
@@ -30,7 +31,6 @@ import '../../../hooks/useGetElemPositions.js';
|
|
|
30
31
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
31
32
|
import '../../../hooks/useHideOnScroll.js';
|
|
32
33
|
import '../../../utils/helpers.js';
|
|
33
|
-
import '../../../proxy-3b995879.js';
|
|
34
34
|
import '../../Link/Link.js';
|
|
35
35
|
import '../../Popover/PopoverDesktop.js';
|
|
36
36
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -40,7 +40,7 @@ import '../../Button/consts.js';
|
|
|
40
40
|
import '../../../helperComponents/OptionItem/OptionItem.js';
|
|
41
41
|
import '../../Avatar/Avatar.js';
|
|
42
42
|
import '../../FileUpload/FileUpload.js';
|
|
43
|
-
import '../../../toConsumableArray-
|
|
43
|
+
import '../../../toConsumableArray-e1453f73.js';
|
|
44
44
|
import '../../FileUpload/types.js';
|
|
45
45
|
import '../../../helperComponents/Label/Label.js';
|
|
46
46
|
import '../../FileUpload/UploadItems.js';
|
|
@@ -74,23 +74,23 @@ var Actions = function Actions(props) {
|
|
|
74
74
|
var close = function close() {
|
|
75
75
|
return setIsMenuOpen(false);
|
|
76
76
|
};
|
|
77
|
-
return selectActions.length ? /*#__PURE__*/
|
|
77
|
+
return selectActions.length ? /*#__PURE__*/React.createElement("div", {
|
|
78
78
|
className: "action-bar"
|
|
79
|
-
}, innerLabel ? /*#__PURE__*/
|
|
79
|
+
}, innerLabel ? /*#__PURE__*/React.createElement(Text, {
|
|
80
80
|
size: "xsmall",
|
|
81
81
|
type: "secondary",
|
|
82
82
|
className: "action-bar__label"
|
|
83
|
-
}, innerLabel) : null, /*#__PURE__*/
|
|
83
|
+
}, innerLabel) : null, /*#__PURE__*/React.createElement("div", {
|
|
84
84
|
ref: setButtonRef,
|
|
85
85
|
className: "action-bar__right"
|
|
86
|
-
}, /*#__PURE__*/
|
|
86
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
87
87
|
type: "tertiary",
|
|
88
88
|
onClick: open,
|
|
89
89
|
iconProps: {
|
|
90
90
|
Component: IconMore
|
|
91
91
|
},
|
|
92
92
|
size: "small"
|
|
93
|
-
}), buttonRef ? /*#__PURE__*/
|
|
93
|
+
}), buttonRef ? /*#__PURE__*/React.createElement(Menu, {
|
|
94
94
|
menuItems: selectActions,
|
|
95
95
|
parentRef: buttonRef,
|
|
96
96
|
onClose: close,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import classNames from 'classnames';
|
|
3
3
|
import { Text } from '../../../../Text/Text.js';
|
|
4
4
|
import { IconCaretDownFilled } from '../../../../SVGIcons/IconCaretDownFilled.js';
|
|
5
5
|
import { IconCaretUpFilled } from '../../../../SVGIcons/IconCaretUpFilled.js';
|
|
6
6
|
import '../../../../../utils/helpers.js';
|
|
7
7
|
import 'dayjs';
|
|
8
|
-
import '../../../../../defineProperty-
|
|
9
|
-
import '../../../../../typeof-
|
|
8
|
+
import '../../../../../defineProperty-6b97a267.js';
|
|
9
|
+
import '../../../../../typeof-20b85ee8.js';
|
|
10
10
|
|
|
11
11
|
var Button = function Button(props) {
|
|
12
12
|
var type = props.type,
|
|
@@ -23,21 +23,21 @@ var Button = function Button(props) {
|
|
|
23
23
|
_props$refHandler = props.refHandler,
|
|
24
24
|
refHandler = _props$refHandler === void 0 ? null : _props$refHandler,
|
|
25
25
|
selectedItemsLabels = props.selectedItemsLabels;
|
|
26
|
-
return /*#__PURE__*/
|
|
26
|
+
return /*#__PURE__*/React.createElement("button", {
|
|
27
27
|
type: "button",
|
|
28
28
|
ref: refHandler,
|
|
29
29
|
"data-id": dataId,
|
|
30
30
|
disabled: disabled,
|
|
31
31
|
className: classNames('btn', "btn--".concat(type), "btn--".concat(size), "btn--".concat(size), className),
|
|
32
32
|
onClick: onClick
|
|
33
|
-
}, /*#__PURE__*/
|
|
33
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Text, {
|
|
34
34
|
className: "btn__text mr-4",
|
|
35
35
|
type: selectedItemsLabels ? 'tertiary' : 'secondary'
|
|
36
|
-
}, "".concat(buttonText).concat(selectedItemsLabels ? ' |' : '')), selectedItemsLabels ? /*#__PURE__*/
|
|
36
|
+
}, "".concat(buttonText).concat(selectedItemsLabels ? ' |' : '')), selectedItemsLabels ? /*#__PURE__*/React.createElement(Text, {
|
|
37
37
|
className: "btn__text ml-4"
|
|
38
|
-
}, selectedItemsLabels) : null, isOpen ? /*#__PURE__*/
|
|
38
|
+
}, selectedItemsLabels) : null, isOpen ? /*#__PURE__*/React.createElement(IconCaretUpFilled, {
|
|
39
39
|
size: "xsmall"
|
|
40
|
-
}) : /*#__PURE__*/
|
|
40
|
+
}) : /*#__PURE__*/React.createElement(IconCaretDownFilled, {
|
|
41
41
|
size: "xsmall"
|
|
42
42
|
})));
|
|
43
43
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../../../defineProperty-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../../../defineProperty-6b97a267.js';
|
|
2
|
+
import React, { useRef, useMemo } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import { Button } from './Button/Button.js';
|
|
5
5
|
import { useGetElemSizes } from '../../../../hooks/useGetElemSizes.js';
|
|
@@ -10,12 +10,12 @@ import '../../../../hooks/useScreenSize.js';
|
|
|
10
10
|
import { useGetHasBottomSpace, useGetHasTopSpace } from '../../../../hooks/useGetHasBottomSpace.js';
|
|
11
11
|
import 'react-hook-form';
|
|
12
12
|
import { useChangePositionsOnScroll } from '../../../../hooks/useChangePositionsOnScroll.js';
|
|
13
|
-
import '../../../../typeof-
|
|
13
|
+
import '../../../../typeof-20b85ee8.js';
|
|
14
14
|
import '../../../Text/Text.js';
|
|
15
15
|
import 'dayjs';
|
|
16
16
|
import '../../../SVGIcons/IconCaretDownFilled.js';
|
|
17
17
|
import '../../../SVGIcons/IconCaretUpFilled.js';
|
|
18
|
-
import '../../../../slicedToArray-
|
|
18
|
+
import '../../../../slicedToArray-9decae19.js';
|
|
19
19
|
|
|
20
20
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21
21
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -66,10 +66,10 @@ var ButtonSelectWrapper = function ButtonSelectWrapper(props) {
|
|
|
66
66
|
return " ".concat(selectedValues[0].label, " +").concat(selectedValues.length - 1);
|
|
67
67
|
}, [selectedValues]);
|
|
68
68
|
useChangePositionsOnScroll(buttonRef === null || buttonRef === void 0 ? void 0 : buttonRef.current, dropdownRef, hasBottomSpace);
|
|
69
|
-
return /*#__PURE__*/
|
|
69
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
70
70
|
className: classNames("select select--".concat(size), className),
|
|
71
71
|
ref: setContainerRef
|
|
72
|
-
}, /*#__PURE__*/
|
|
72
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
73
73
|
size: size,
|
|
74
74
|
type: type,
|
|
75
75
|
dataId: dataId,
|
|
@@ -79,7 +79,7 @@ var ButtonSelectWrapper = function ButtonSelectWrapper(props) {
|
|
|
79
79
|
onClick: disabled ? noop : openDropdown,
|
|
80
80
|
refHandler: buttonRef,
|
|
81
81
|
className: "select_button"
|
|
82
|
-
}), isOpen && /*#__PURE__*/
|
|
82
|
+
}), isOpen && /*#__PURE__*/React.createElement("div", {
|
|
83
83
|
className: "select__options",
|
|
84
84
|
style: _objectSpread({
|
|
85
85
|
left: align === 'left' ? (offsets === null || offsets === void 0 ? void 0 : offsets.left) || left : right - (dropdownWidth || containerWidth),
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as _toConsumableArray } from '../../../toConsumableArray-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _toConsumableArray } from '../../../toConsumableArray-e1453f73.js';
|
|
2
|
+
import React, { useRef, useMemo, useEffect } from 'react';
|
|
3
3
|
import { Text } from '../../Text/Text.js';
|
|
4
4
|
import { Input } from '../../Input/Input.js';
|
|
5
5
|
import { Actions } from './Actions.js';
|
|
6
6
|
import { IconDismissFilled } from '../../SVGIcons/IconDismissFilled.js';
|
|
7
7
|
import { IconSearchFilled } from '../../SVGIcons/IconSearchFilled.js';
|
|
8
8
|
import { IconSelectAllOff } from '../../SVGIcons/IconSelectAllOff.js';
|
|
9
|
-
import '../../../slicedToArray-
|
|
9
|
+
import '../../../slicedToArray-9decae19.js';
|
|
10
10
|
import 'classnames';
|
|
11
11
|
import '../../../utils/helpers.js';
|
|
12
12
|
import 'dayjs';
|
|
13
|
-
import '../../../defineProperty-
|
|
14
|
-
import '../../../typeof-
|
|
15
|
-
import '../../../extends-
|
|
16
|
-
import '../../../objectWithoutProperties-
|
|
13
|
+
import '../../../defineProperty-6b97a267.js';
|
|
14
|
+
import '../../../typeof-20b85ee8.js';
|
|
15
|
+
import '../../../extends-50177a50.js';
|
|
16
|
+
import '../../../objectWithoutProperties-6b5c8df6.js';
|
|
17
17
|
import 'react-input-mask';
|
|
18
18
|
import 'react-number-format';
|
|
19
19
|
import '../../../helperComponents/Label/Label.js';
|
|
@@ -23,10 +23,11 @@ import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
|
23
23
|
import '../../../consts/index.js';
|
|
24
24
|
import '../../../hooks/useScreenSize.js';
|
|
25
25
|
import 'react-hook-form';
|
|
26
|
-
import '../../../Button-
|
|
26
|
+
import '../../../Button-2f532776.js';
|
|
27
27
|
import '../../../helperComponents/Loader/Loader.js';
|
|
28
28
|
import '../../../hooks/useGetIsMobile.js';
|
|
29
|
-
import '
|
|
29
|
+
import 'framer-motion';
|
|
30
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
30
31
|
import '../../../hooks/useOnOutsideClick.js';
|
|
31
32
|
import '../../../hooks/useHideBodyScroll.js';
|
|
32
33
|
import 'react-syntax-highlighter';
|
|
@@ -38,7 +39,6 @@ import '../../../hooks/useGetElemSizes.js';
|
|
|
38
39
|
import '../../../hooks/useGetElemPositions.js';
|
|
39
40
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
40
41
|
import '../../../hooks/useHideOnScroll.js';
|
|
41
|
-
import '../../../proxy-3b995879.js';
|
|
42
42
|
import '../../Link/Link.js';
|
|
43
43
|
import '../../Popover/PopoverDesktop.js';
|
|
44
44
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -65,7 +65,7 @@ import '../../Divider/Divider.js';
|
|
|
65
65
|
import '../../SVGIcons/IconChevronDown.js';
|
|
66
66
|
import '../../SVGIcons/IconMore.js';
|
|
67
67
|
|
|
68
|
-
var ContentTop = /*#__PURE__*/
|
|
68
|
+
var ContentTop = /*#__PURE__*/React.memo(function (props) {
|
|
69
69
|
var clearAll = props.clearAll,
|
|
70
70
|
selectAll = props.selectAll,
|
|
71
71
|
helperText = props.helperText,
|
|
@@ -127,13 +127,13 @@ var ContentTop = /*#__PURE__*/React__default.memo(function (props) {
|
|
|
127
127
|
inputRef.current.focus();
|
|
128
128
|
}
|
|
129
129
|
}, [inputRef]);
|
|
130
|
-
return /*#__PURE__*/
|
|
130
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
131
131
|
className: "content-top"
|
|
132
|
-
}, helperText ? /*#__PURE__*/
|
|
132
|
+
}, helperText ? /*#__PURE__*/React.createElement(Text, {
|
|
133
133
|
size: "xsmall",
|
|
134
134
|
type: "secondary",
|
|
135
135
|
className: "content-top__label"
|
|
136
|
-
}, helperText) : null, isSearchAvailable && /*#__PURE__*/
|
|
136
|
+
}, helperText) : null, isSearchAvailable && /*#__PURE__*/React.createElement(Input, {
|
|
137
137
|
ref: inputRef,
|
|
138
138
|
className: "content-top__search",
|
|
139
139
|
size: "small",
|
|
@@ -145,7 +145,7 @@ var ContentTop = /*#__PURE__*/React__default.memo(function (props) {
|
|
|
145
145
|
size: searchValue ? 'xsmall' : 'small',
|
|
146
146
|
onClick: removeFilter
|
|
147
147
|
}
|
|
148
|
-
}), /*#__PURE__*/
|
|
148
|
+
}), /*#__PURE__*/React.createElement(Actions, {
|
|
149
149
|
selectActions: selectActions,
|
|
150
150
|
innerLabel: innerLabel
|
|
151
151
|
}));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as _extends } from '../../../extends-
|
|
2
|
-
import { _ as _slicedToArray } from '../../../slicedToArray-
|
|
3
|
-
import
|
|
4
|
-
import { C as Checkbox, B as Button } from '../../../Button-
|
|
5
|
-
import '../../../defineProperty-
|
|
6
|
-
import '../../../typeof-
|
|
7
|
-
import '../../../objectWithoutProperties-
|
|
1
|
+
import { _ as _extends } from '../../../extends-50177a50.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../../../slicedToArray-9decae19.js';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { C as Checkbox, B as Button } from '../../../Button-2f532776.js';
|
|
5
|
+
import '../../../defineProperty-6b97a267.js';
|
|
6
|
+
import '../../../typeof-20b85ee8.js';
|
|
7
|
+
import '../../../objectWithoutProperties-6b5c8df6.js';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import 'dayjs';
|
|
10
10
|
import '../../../helperComponents/Loader/Loader.js';
|
|
@@ -12,7 +12,8 @@ import '../../../consts/index.js';
|
|
|
12
12
|
import '../../../hooks/useScreenSize.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
14
|
import '../../../hooks/useGetIsMobile.js';
|
|
15
|
-
import '
|
|
15
|
+
import 'framer-motion';
|
|
16
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
16
17
|
import '../../../hooks/useOnOutsideClick.js';
|
|
17
18
|
import '../../../hooks/useHideBodyScroll.js';
|
|
18
19
|
import 'react-syntax-highlighter';
|
|
@@ -26,7 +27,6 @@ import '../../../hooks/useGetElemSizes.js';
|
|
|
26
27
|
import '../../../hooks/useGetElemPositions.js';
|
|
27
28
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
28
29
|
import '../../../hooks/useHideOnScroll.js';
|
|
29
|
-
import '../../../proxy-3b995879.js';
|
|
30
30
|
import '../../Link/Link.js';
|
|
31
31
|
import '../../Popover/PopoverDesktop.js';
|
|
32
32
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -41,24 +41,24 @@ var Footer = function Footer(props) {
|
|
|
41
41
|
_props$hasChange = props.hasChange,
|
|
42
42
|
hasChange = _props$hasChange === void 0 ? true : _props$hasChange,
|
|
43
43
|
checkboxInfo = props.checkboxInfo;
|
|
44
|
-
var _React$useState =
|
|
44
|
+
var _React$useState = React.useState((checkboxInfo === null || checkboxInfo === void 0 ? void 0 : checkboxInfo.isChecked) || false),
|
|
45
45
|
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
46
46
|
isSelected = _React$useState2[0],
|
|
47
47
|
setIsSelected = _React$useState2[1];
|
|
48
|
-
return /*#__PURE__*/
|
|
48
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
49
49
|
className: "select__footer"
|
|
50
|
-
}, /*#__PURE__*/
|
|
50
|
+
}, /*#__PURE__*/React.createElement("div", null, checkboxInfo ? /*#__PURE__*/React.createElement(Checkbox, {
|
|
51
51
|
label: checkboxInfo.label,
|
|
52
52
|
selectedValue: isSelected,
|
|
53
53
|
onClick: setIsSelected
|
|
54
|
-
}) : null), /*#__PURE__*/
|
|
54
|
+
}) : null), /*#__PURE__*/React.createElement("div", {
|
|
55
55
|
className: 'select__footer__right flexbox'
|
|
56
|
-
}, /*#__PURE__*/
|
|
56
|
+
}, /*#__PURE__*/React.createElement(Button, _extends({}, buttonProps.cancel || {}, {
|
|
57
57
|
type: "tertiary",
|
|
58
58
|
size: "medium",
|
|
59
59
|
className: "mr-12",
|
|
60
60
|
onClick: onCancel
|
|
61
|
-
})), /*#__PURE__*/
|
|
61
|
+
})), /*#__PURE__*/React.createElement(Button, _extends({
|
|
62
62
|
disabled: !hasChange && isSelected === !!(checkboxInfo !== null && checkboxInfo !== void 0 && checkboxInfo.isChecked)
|
|
63
63
|
}, buttonProps.confirm, {
|
|
64
64
|
type: "primary",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../../../defineProperty-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../../../defineProperty-6b97a267.js';
|
|
2
|
+
import React, { useRef, useCallback, useMemo } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import { Input } from '../../../Input/Input.js';
|
|
5
5
|
import { useGetElemSizes } from '../../../../hooks/useGetElemSizes.js';
|
|
@@ -12,9 +12,9 @@ import 'react-hook-form';
|
|
|
12
12
|
import { useChangePositionsOnScroll } from '../../../../hooks/useChangePositionsOnScroll.js';
|
|
13
13
|
import { IconCaretDownFilled } from '../../../SVGIcons/IconCaretDownFilled.js';
|
|
14
14
|
import { IconCaretUpFilled } from '../../../SVGIcons/IconCaretUpFilled.js';
|
|
15
|
-
import '../../../../typeof-
|
|
16
|
-
import '../../../../extends-
|
|
17
|
-
import '../../../../objectWithoutProperties-
|
|
15
|
+
import '../../../../typeof-20b85ee8.js';
|
|
16
|
+
import '../../../../extends-50177a50.js';
|
|
17
|
+
import '../../../../objectWithoutProperties-6b5c8df6.js';
|
|
18
18
|
import 'react-input-mask';
|
|
19
19
|
import 'react-number-format';
|
|
20
20
|
import '../../../../helperComponents/Label/Label.js';
|
|
@@ -23,11 +23,12 @@ import 'dayjs';
|
|
|
23
23
|
import '../../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
24
24
|
import '../../../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
25
25
|
import '../../../../helperComponents/IconDynamicComponent/constants.js';
|
|
26
|
-
import '../../../../Button-
|
|
26
|
+
import '../../../../Button-2f532776.js';
|
|
27
27
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
28
|
-
import '../../../../slicedToArray-
|
|
28
|
+
import '../../../../slicedToArray-9decae19.js';
|
|
29
29
|
import '../../../../hooks/useGetIsMobile.js';
|
|
30
|
-
import '
|
|
30
|
+
import 'framer-motion';
|
|
31
|
+
import '../../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
31
32
|
import '../../../../hooks/useOnOutsideClick.js';
|
|
32
33
|
import '../../../../hooks/useHideBodyScroll.js';
|
|
33
34
|
import 'react-syntax-highlighter';
|
|
@@ -37,7 +38,6 @@ import '../../../Tooltip/Tooltip.js';
|
|
|
37
38
|
import '../../../../hooks/useGetTooltipStyles.js';
|
|
38
39
|
import '../../../../hooks/useGetTooltipPosition.js';
|
|
39
40
|
import '../../../../hooks/useHideOnScroll.js';
|
|
40
|
-
import '../../../../proxy-3b995879.js';
|
|
41
41
|
import '../../../Link/Link.js';
|
|
42
42
|
import '../../../Popover/PopoverDesktop.js';
|
|
43
43
|
import '../../../SVGIcons/IconInfo.js';
|
|
@@ -113,12 +113,12 @@ var InputSelectWrapper = function InputSelectWrapper(props) {
|
|
|
113
113
|
input: inputRef.current
|
|
114
114
|
});
|
|
115
115
|
useChangePositionsOnScroll(inputRef === null || inputRef === void 0 ? void 0 : inputRef.current, dropdownRef, hasBottomSpace);
|
|
116
|
-
return /*#__PURE__*/
|
|
116
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
117
117
|
className: classNames('select select--multi', className),
|
|
118
118
|
ref: setContainerRef
|
|
119
|
-
}, /*#__PURE__*/
|
|
119
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
120
120
|
onClick: disabled ? noop : toggleDropdown
|
|
121
|
-
}, /*#__PURE__*/
|
|
121
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
122
122
|
readonly: true,
|
|
123
123
|
label: label,
|
|
124
124
|
ref: inputRef,
|
|
@@ -134,7 +134,7 @@ var InputSelectWrapper = function InputSelectWrapper(props) {
|
|
|
134
134
|
labelAddons: labelAddons,
|
|
135
135
|
disabled: disabled,
|
|
136
136
|
size: size === 'large' ? 'large' : 'small'
|
|
137
|
-
})), /*#__PURE__*/
|
|
137
|
+
})), /*#__PURE__*/React.createElement(React.Fragment, null, isOpen && /*#__PURE__*/React.createElement("div", {
|
|
138
138
|
className: "select__options",
|
|
139
139
|
ref: setDropdownRef,
|
|
140
140
|
style: _objectSpread({
|