@expressms/smartapp-ui 2.8.9-alpha.4 → 2.8.9-alpha.5
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/build/main/assets/icons/arrow-back.svg +3 -0
- package/build/main/assets/icons/arrow-down.svg +3 -0
- package/build/main/assets/icons/arrow-up.svg +3 -0
- package/build/main/assets/icons/attachment-loader.svg +3 -0
- package/build/main/assets/icons/button-loader.svg +3 -0
- package/build/main/assets/icons/cancel-cross.svg +3 -0
- package/build/main/assets/icons/check-mark.svg +4 -0
- package/build/main/assets/icons/clear.svg +3 -0
- package/build/main/assets/icons/close-stories.svg +4 -0
- package/build/main/assets/icons/close.svg +10 -0
- package/build/main/assets/icons/contact-info.svg +12 -0
- package/build/main/assets/icons/corporate-user.svg +10 -0
- package/build/main/assets/icons/crown.svg +5 -0
- package/build/main/assets/icons/delete-chip.svg +3 -0
- package/build/main/assets/icons/download.svg +4 -0
- package/build/main/assets/icons/error.svg +5 -0
- package/build/main/assets/icons/external-link.svg +3 -0
- package/build/main/assets/icons/eye-off.svg +10 -0
- package/build/main/assets/icons/eye.svg +10 -0
- package/build/main/assets/icons/file.svg +3 -0
- package/build/main/assets/icons/info.svg +5 -0
- package/build/main/assets/icons/loader.svg +3 -0
- package/build/main/assets/icons/logout.svg +4 -0
- package/build/main/assets/icons/magnifying-glass.svg +3 -0
- package/build/main/assets/icons/mail.svg +3 -0
- package/build/main/assets/icons/more.svg +3 -0
- package/build/main/assets/icons/my-contact-user.svg +10 -0
- package/build/main/assets/icons/notification-close.svg +3 -0
- package/build/main/assets/icons/notification-error.svg +3 -0
- package/build/main/assets/icons/notification-failure.svg +3 -0
- package/build/main/assets/icons/notification-info.svg +5 -0
- package/build/main/assets/icons/notification-success.svg +4 -0
- package/build/main/assets/icons/notification-warning.svg +5 -0
- package/build/main/assets/icons/order.svg +6 -0
- package/build/main/assets/icons/plus.svg +4 -0
- package/build/main/assets/icons/private.svg +12 -0
- package/build/main/assets/icons/refresh.svg +3 -0
- package/build/main/assets/icons/story-loader.svg +3 -0
- package/build/main/assets/icons/tick.svg +10 -0
- package/build/main/assets/icons/trash.svg +3 -0
- package/build/main/assets/icons/unread-mails.svg +4 -0
- package/build/main/assets/storybook/index.d.ts +21 -0
- package/build/main/assets/storybook/index.js +22 -0
- package/build/main/assets/storybook/index.js.map +1 -0
- package/build/main/constants/constants.d.ts +150 -0
- package/build/main/constants/constants.js +170 -0
- package/build/main/constants/constants.js.map +1 -0
- package/build/main/constants/index.d.ts +2 -0
- package/build/main/constants/index.js +3 -0
- package/build/main/constants/index.js.map +1 -0
- package/build/main/constants/types.d.ts +24 -0
- package/build/main/constants/types.js +2 -0
- package/build/main/constants/types.js.map +1 -0
- package/build/main/helpers/index.d.ts +22 -0
- package/build/main/helpers/index.js +89 -0
- package/build/main/helpers/index.js.map +1 -0
- package/build/main/hooks/useModal.d.ts +21 -0
- package/build/main/hooks/useModal.js +60 -0
- package/build/main/hooks/useModal.js.map +1 -0
- package/build/main/index.d.ts +36 -0
- package/build/main/index.js +37 -0
- package/build/main/index.js.map +1 -0
- package/build/main/styles/index.d.ts +1 -0
- package/build/main/styles/index.js +2 -0
- package/build/main/styles/index.js.map +1 -0
- package/build/main/styles/main.js +0 -0
- package/build/main/styles/styles.scss +14 -0
- package/build/main//321/201omponents/ActionModal/ActionModal.d.ts +4 -0
- package/build/main//321/201omponents/ActionModal/ActionModal.js +55 -0
- package/build/main//321/201omponents/ActionModal/ActionModal.js.map +1 -0
- package/build/main//321/201omponents/ActionModal/index.d.ts +1 -0
- package/build/main//321/201omponents/ActionModal/index.js +2 -0
- package/build/main//321/201omponents/ActionModal/index.js.map +1 -0
- package/build/main//321/201omponents/ActionModal/types.d.ts +24 -0
- package/build/main//321/201omponents/ActionModal/types.js +2 -0
- package/build/main//321/201omponents/ActionModal/types.js.map +1 -0
- package/build/main//321/201omponents/AttachedFile/AttachedFile.d.ts +8 -0
- package/build/main//321/201omponents/AttachedFile/AttachedFile.js +60 -0
- package/build/main//321/201omponents/AttachedFile/AttachedFile.js.map +1 -0
- package/build/main//321/201omponents/AttachedFile/index.d.ts +1 -0
- package/build/main//321/201omponents/AttachedFile/index.js +2 -0
- package/build/main//321/201omponents/AttachedFile/index.js.map +1 -0
- package/build/main//321/201omponents/AttachedFile/types.d.ts +25 -0
- package/build/main//321/201omponents/AttachedFile/types.js +2 -0
- package/build/main//321/201omponents/AttachedFile/types.js.map +1 -0
- package/build/main//321/201omponents/Avatar/Avatar.d.ts +4 -0
- package/build/main//321/201omponents/Avatar/Avatar.js +136 -0
- package/build/main//321/201omponents/Avatar/Avatar.js.map +1 -0
- package/build/main//321/201omponents/Avatar/index.d.ts +1 -0
- package/build/main//321/201omponents/Avatar/index.js +2 -0
- package/build/main//321/201omponents/Avatar/index.js.map +1 -0
- package/build/main//321/201omponents/Avatar/types.d.ts +59 -0
- package/build/main//321/201omponents/Avatar/types.js +30 -0
- package/build/main//321/201omponents/Avatar/types.js.map +1 -0
- package/build/main//321/201omponents/Button/Button.d.ts +4 -0
- package/build/main//321/201omponents/Button/Button.js +71 -0
- package/build/main//321/201omponents/Button/Button.js.map +1 -0
- package/build/main//321/201omponents/Button/index.d.ts +1 -0
- package/build/main//321/201omponents/Button/index.js +2 -0
- package/build/main//321/201omponents/Button/index.js.map +1 -0
- package/build/main//321/201omponents/Button/types.d.ts +27 -0
- package/build/main//321/201omponents/Button/types.js +11 -0
- package/build/main//321/201omponents/Button/types.js.map +1 -0
- package/build/main//321/201omponents/CachedImage/CachedImage.d.ts +4 -0
- package/build/main//321/201omponents/CachedImage/CachedImage.js +59 -0
- package/build/main//321/201omponents/CachedImage/CachedImage.js.map +1 -0
- package/build/main//321/201omponents/CachedImage/helpers.d.ts +3 -0
- package/build/main//321/201omponents/CachedImage/helpers.js +40 -0
- package/build/main//321/201omponents/CachedImage/helpers.js.map +1 -0
- package/build/main//321/201omponents/CachedImage/index.d.ts +1 -0
- package/build/main//321/201omponents/CachedImage/index.js +2 -0
- package/build/main//321/201omponents/CachedImage/index.js.map +1 -0
- package/build/main//321/201omponents/CachedImage/types.d.ts +10 -0
- package/build/main//321/201omponents/CachedImage/types.js +2 -0
- package/build/main//321/201omponents/CachedImage/types.js.map +1 -0
- package/build/main//321/201omponents/Calendar/Calendar.d.ts +4 -0
- package/build/main//321/201omponents/Calendar/Calendar.js +95 -0
- package/build/main//321/201omponents/Calendar/Calendar.js.map +1 -0
- package/build/main//321/201omponents/Calendar/index.d.ts +1 -0
- package/build/main//321/201omponents/Calendar/index.js +2 -0
- package/build/main//321/201omponents/Calendar/index.js.map +1 -0
- package/build/main//321/201omponents/Calendar/types.d.ts +13 -0
- package/build/main//321/201omponents/Calendar/types.js +2 -0
- package/build/main//321/201omponents/Calendar/types.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.d.ts +4 -0
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js +46 -0
- package/build/main//321/201omponents/Charts/ChartBar/ChartBar.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.d.ts +4 -0
- package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js +71 -0
- package/build/main//321/201omponents/Charts/ChartLegend/ChartLegend.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.d.ts +4 -0
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js +41 -0
- package/build/main//321/201omponents/Charts/ChartLine/ChartLine.js.map +1 -0
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.d.ts +4 -0
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js +63 -0
- package/build/main//321/201omponents/Charts/ChartPie/ChartPie.js.map +1 -0
- package/build/main//321/201omponents/Charts/colors.d.ts +3 -0
- package/build/main//321/201omponents/Charts/colors.js +4 -0
- package/build/main//321/201omponents/Charts/colors.js.map +1 -0
- package/build/main//321/201omponents/Charts/constants.d.ts +46 -0
- package/build/main//321/201omponents/Charts/constants.js +43 -0
- package/build/main//321/201omponents/Charts/constants.js.map +1 -0
- package/build/main//321/201omponents/Charts/helpers.d.ts +17 -0
- package/build/main//321/201omponents/Charts/helpers.js +73 -0
- package/build/main//321/201omponents/Charts/helpers.js.map +1 -0
- package/build/main//321/201omponents/Charts/index.d.ts +3 -0
- package/build/main//321/201omponents/Charts/index.js +4 -0
- package/build/main//321/201omponents/Charts/index.js.map +1 -0
- package/build/main//321/201omponents/Charts/types.d.ts +88 -0
- package/build/main//321/201omponents/Charts/types.js +2 -0
- package/build/main//321/201omponents/Charts/types.js.map +1 -0
- package/build/main//321/201omponents/Charts/useEvents.d.ts +5 -0
- package/build/main//321/201omponents/Charts/useEvents.js +45 -0
- package/build/main//321/201omponents/Charts/useEvents.js.map +1 -0
- package/build/main//321/201omponents/Charts/usePieEvents.d.ts +6 -0
- package/build/main//321/201omponents/Charts/usePieEvents.js +57 -0
- package/build/main//321/201omponents/Charts/usePieEvents.js.map +1 -0
- package/build/main//321/201omponents/Checkbox/Checkbox.d.ts +4 -0
- package/build/main//321/201omponents/Checkbox/Checkbox.js +38 -0
- package/build/main//321/201omponents/Checkbox/Checkbox.js.map +1 -0
- package/build/main//321/201omponents/Checkbox/index.d.ts +1 -0
- package/build/main//321/201omponents/Checkbox/index.js +2 -0
- package/build/main//321/201omponents/Checkbox/index.js.map +1 -0
- package/build/main//321/201omponents/Checkbox/types.d.ts +12 -0
- package/build/main//321/201omponents/Checkbox/types.js +2 -0
- package/build/main//321/201omponents/Checkbox/types.js.map +1 -0
- package/build/main//321/201omponents/Chip/Chip.d.ts +4 -0
- package/build/main//321/201omponents/Chip/Chip.js +35 -0
- package/build/main//321/201omponents/Chip/Chip.js.map +1 -0
- package/build/main//321/201omponents/Chip/index.d.ts +1 -0
- package/build/main//321/201omponents/Chip/index.js +2 -0
- package/build/main//321/201omponents/Chip/index.js.map +1 -0
- package/build/main//321/201omponents/Chip/types.d.ts +13 -0
- package/build/main//321/201omponents/Chip/types.js +2 -0
- package/build/main//321/201omponents/Chip/types.js.map +1 -0
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.d.ts +4 -0
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js +70 -0
- package/build/main//321/201omponents/ConfirmationModal/ConfirmationModal.js.map +1 -0
- package/build/main//321/201omponents/ConfirmationModal/index.d.ts +1 -0
- package/build/main//321/201omponents/ConfirmationModal/index.js +2 -0
- package/build/main//321/201omponents/ConfirmationModal/index.js.map +1 -0
- package/build/main//321/201omponents/ConfirmationModal/types.d.ts +28 -0
- package/build/main//321/201omponents/ConfirmationModal/types.js +2 -0
- package/build/main//321/201omponents/ConfirmationModal/types.js.map +1 -0
- package/build/main//321/201omponents/ContextMenu/ContextMenu.d.ts +4 -0
- package/build/main//321/201omponents/ContextMenu/ContextMenu.js +82 -0
- package/build/main//321/201omponents/ContextMenu/ContextMenu.js.map +1 -0
- package/build/main//321/201omponents/ContextMenu/index.d.ts +1 -0
- package/build/main//321/201omponents/ContextMenu/index.js +2 -0
- package/build/main//321/201omponents/ContextMenu/index.js.map +1 -0
- package/build/main//321/201omponents/ContextMenu/types.d.ts +32 -0
- package/build/main//321/201omponents/ContextMenu/types.js +2 -0
- package/build/main//321/201omponents/ContextMenu/types.js.map +1 -0
- package/build/main//321/201omponents/CustomSelect/CustomSelect.d.ts +12 -0
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js +243 -0
- package/build/main//321/201omponents/CustomSelect/CustomSelect.js.map +1 -0
- package/build/main//321/201omponents/CustomSelect/index.d.ts +1 -0
- package/build/main//321/201omponents/CustomSelect/index.js +2 -0
- package/build/main//321/201omponents/CustomSelect/index.js.map +1 -0
- package/build/main//321/201omponents/CustomSelect/selectStyles.d.ts +16 -0
- package/build/main//321/201omponents/CustomSelect/selectStyles.js +67 -0
- package/build/main//321/201omponents/CustomSelect/selectStyles.js.map +1 -0
- package/build/main//321/201omponents/CustomSelect/types.d.ts +64 -0
- package/build/main//321/201omponents/CustomSelect/types.js +2 -0
- package/build/main//321/201omponents/CustomSelect/types.js.map +1 -0
- package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.d.ts +4 -0
- package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js +57 -0
- package/build/main//321/201omponents/CustomSelectProfiles/CustomSelectProfiles.js.map +1 -0
- package/build/main//321/201omponents/CustomSelectProfiles/index.d.ts +1 -0
- package/build/main//321/201omponents/CustomSelectProfiles/index.js +2 -0
- package/build/main//321/201omponents/CustomSelectProfiles/index.js.map +1 -0
- package/build/main//321/201omponents/CustomSelectProfiles/types.d.ts +12 -0
- package/build/main//321/201omponents/CustomSelectProfiles/types.js +2 -0
- package/build/main//321/201omponents/CustomSelectProfiles/types.js.map +1 -0
- package/build/main//321/201omponents/DragAndDrop/DragAndDrop.d.ts +4 -0
- package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js +57 -0
- package/build/main//321/201omponents/DragAndDrop/DragAndDrop.js.map +1 -0
- package/build/main//321/201omponents/DragAndDrop/index.d.ts +1 -0
- package/build/main//321/201omponents/DragAndDrop/index.js +2 -0
- package/build/main//321/201omponents/DragAndDrop/index.js.map +1 -0
- package/build/main//321/201omponents/DragAndDrop/types.d.ts +24 -0
- package/build/main//321/201omponents/DragAndDrop/types.js +2 -0
- package/build/main//321/201omponents/DragAndDrop/types.js.map +1 -0
- package/build/main//321/201omponents/DraggablePopup/DraggablePopup.d.ts +21 -0
- package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js +216 -0
- package/build/main//321/201omponents/DraggablePopup/DraggablePopup.js.map +1 -0
- package/build/main//321/201omponents/DraggablePopup/index.d.ts +1 -0
- package/build/main//321/201omponents/DraggablePopup/index.js +2 -0
- package/build/main//321/201omponents/DraggablePopup/index.js.map +1 -0
- package/build/main//321/201omponents/DraggablePopup/types.d.ts +70 -0
- package/build/main//321/201omponents/DraggablePopup/types.js +2 -0
- package/build/main//321/201omponents/DraggablePopup/types.js.map +1 -0
- package/build/main//321/201omponents/Error/Error.d.ts +4 -0
- package/build/main//321/201omponents/Error/Error.js +23 -0
- package/build/main//321/201omponents/Error/Error.js.map +1 -0
- package/build/main//321/201omponents/Error/index.d.ts +1 -0
- package/build/main//321/201omponents/Error/index.js +2 -0
- package/build/main//321/201omponents/Error/index.js.map +1 -0
- package/build/main//321/201omponents/Error/types.d.ts +10 -0
- package/build/main//321/201omponents/Error/types.js +2 -0
- package/build/main//321/201omponents/Error/types.js.map +1 -0
- package/build/main//321/201omponents/Flex/Flex.d.ts +2 -0
- package/build/main//321/201omponents/Flex/Flex.js +49 -0
- package/build/main//321/201omponents/Flex/Flex.js.map +1 -0
- package/build/main//321/201omponents/Flex/HFlex/HFlex.d.ts +5 -0
- package/build/main//321/201omponents/Flex/HFlex/HFlex.js +16 -0
- package/build/main//321/201omponents/Flex/HFlex/HFlex.js.map +1 -0
- package/build/main//321/201omponents/Flex/HFlex/index.d.ts +1 -0
- package/build/main//321/201omponents/Flex/HFlex/index.js +2 -0
- package/build/main//321/201omponents/Flex/HFlex/index.js.map +1 -0
- package/build/main//321/201omponents/Flex/VFlex/VFlex.d.ts +5 -0
- package/build/main//321/201omponents/Flex/VFlex/VFlex.js +16 -0
- package/build/main//321/201omponents/Flex/VFlex/VFlex.js.map +1 -0
- package/build/main//321/201omponents/Flex/VFlex/index.d.ts +1 -0
- package/build/main//321/201omponents/Flex/VFlex/index.js +2 -0
- package/build/main//321/201omponents/Flex/VFlex/index.js.map +1 -0
- package/build/main//321/201omponents/Flex/index.d.ts +3 -0
- package/build/main//321/201omponents/Flex/index.js +4 -0
- package/build/main//321/201omponents/Flex/index.js.map +1 -0
- package/build/main//321/201omponents/Flex/types.d.ts +15 -0
- package/build/main//321/201omponents/Flex/types.js +2 -0
- package/build/main//321/201omponents/Flex/types.js.map +1 -0
- package/build/main//321/201omponents/Header/Header.d.ts +5 -0
- package/build/main//321/201omponents/Header/Header.js +124 -0
- package/build/main//321/201omponents/Header/Header.js.map +1 -0
- package/build/main//321/201omponents/Header/index.d.ts +1 -0
- package/build/main//321/201omponents/Header/index.js +2 -0
- package/build/main//321/201omponents/Header/index.js.map +1 -0
- package/build/main//321/201omponents/Header/types.d.ts +46 -0
- package/build/main//321/201omponents/Header/types.js +2 -0
- package/build/main//321/201omponents/Header/types.js.map +1 -0
- package/build/main//321/201omponents/Input/Input.d.ts +4 -0
- package/build/main//321/201omponents/Input/Input.js +207 -0
- package/build/main//321/201omponents/Input/Input.js.map +1 -0
- package/build/main//321/201omponents/Input/index.d.ts +1 -0
- package/build/main//321/201omponents/Input/index.js +2 -0
- package/build/main//321/201omponents/Input/index.js.map +1 -0
- package/build/main//321/201omponents/Input/types.d.ts +29 -0
- package/build/main//321/201omponents/Input/types.js +2 -0
- package/build/main//321/201omponents/Input/types.js.map +1 -0
- package/build/main//321/201omponents/ListItem/ListItem.d.ts +23 -0
- package/build/main//321/201omponents/ListItem/ListItem.js +208 -0
- package/build/main//321/201omponents/ListItem/ListItem.js.map +1 -0
- package/build/main//321/201omponents/ListItem/index.d.ts +1 -0
- package/build/main//321/201omponents/ListItem/index.js +2 -0
- package/build/main//321/201omponents/ListItem/index.js.map +1 -0
- package/build/main//321/201omponents/ListItem/types.d.ts +42 -0
- package/build/main//321/201omponents/ListItem/types.js +2 -0
- package/build/main//321/201omponents/ListItem/types.js.map +1 -0
- package/build/main//321/201omponents/Loader/Loader.d.ts +4 -0
- package/build/main//321/201omponents/Loader/Loader.js +44 -0
- package/build/main//321/201omponents/Loader/Loader.js.map +1 -0
- package/build/main//321/201omponents/Loader/index.d.ts +1 -0
- package/build/main//321/201omponents/Loader/index.js +2 -0
- package/build/main//321/201omponents/Loader/index.js.map +1 -0
- package/build/main//321/201omponents/Loader/types.d.ts +18 -0
- package/build/main//321/201omponents/Loader/types.js +2 -0
- package/build/main//321/201omponents/Loader/types.js.map +1 -0
- package/build/main//321/201omponents/Modal/Modal.d.ts +4 -0
- package/build/main//321/201omponents/Modal/Modal.js +125 -0
- package/build/main//321/201omponents/Modal/Modal.js.map +1 -0
- package/build/main//321/201omponents/Modal/index.d.ts +1 -0
- package/build/main//321/201omponents/Modal/index.js +2 -0
- package/build/main//321/201omponents/Modal/index.js.map +1 -0
- package/build/main//321/201omponents/Modal/types.d.ts +32 -0
- package/build/main//321/201omponents/Modal/types.js +2 -0
- package/build/main//321/201omponents/Modal/types.js.map +1 -0
- package/build/main//321/201omponents/Notification/Notification.d.ts +8 -0
- package/build/main//321/201omponents/Notification/Notification.js +217 -0
- package/build/main//321/201omponents/Notification/Notification.js.map +1 -0
- package/build/main//321/201omponents/Notification/index.d.ts +1 -0
- package/build/main//321/201omponents/Notification/index.js +2 -0
- package/build/main//321/201omponents/Notification/index.js.map +1 -0
- package/build/main//321/201omponents/Notification/types.d.ts +45 -0
- package/build/main//321/201omponents/Notification/types.js +2 -0
- package/build/main//321/201omponents/Notification/types.js.map +1 -0
- package/build/main//321/201omponents/Profile/Profile.d.ts +4 -0
- package/build/main//321/201omponents/Profile/Profile.js +42 -0
- package/build/main//321/201omponents/Profile/Profile.js.map +1 -0
- package/build/main//321/201omponents/Profile/index.d.ts +1 -0
- package/build/main//321/201omponents/Profile/index.js +2 -0
- package/build/main//321/201omponents/Profile/index.js.map +1 -0
- package/build/main//321/201omponents/Profile/types.d.ts +14 -0
- package/build/main//321/201omponents/Profile/types.js +2 -0
- package/build/main//321/201omponents/Profile/types.js.map +1 -0
- package/build/main//321/201omponents/ProgressBar/ProgressBar.d.ts +4 -0
- package/build/main//321/201omponents/ProgressBar/ProgressBar.js +66 -0
- package/build/main//321/201omponents/ProgressBar/ProgressBar.js.map +1 -0
- package/build/main//321/201omponents/ProgressBar/index.d.ts +1 -0
- package/build/main//321/201omponents/ProgressBar/index.js +2 -0
- package/build/main//321/201omponents/ProgressBar/index.js.map +1 -0
- package/build/main//321/201omponents/ProgressBar/types.d.ts +7 -0
- package/build/main//321/201omponents/ProgressBar/types.js +2 -0
- package/build/main//321/201omponents/ProgressBar/types.js.map +1 -0
- package/build/main//321/201omponents/RadioButton/RadioButton.d.ts +4 -0
- package/build/main//321/201omponents/RadioButton/RadioButton.js +37 -0
- package/build/main//321/201omponents/RadioButton/RadioButton.js.map +1 -0
- package/build/main//321/201omponents/RadioButton/index.d.ts +1 -0
- package/build/main//321/201omponents/RadioButton/index.js +2 -0
- package/build/main//321/201omponents/RadioButton/index.js.map +1 -0
- package/build/main//321/201omponents/RadioButton/types.d.ts +12 -0
- package/build/main//321/201omponents/RadioButton/types.js +2 -0
- package/build/main//321/201omponents/RadioButton/types.js.map +1 -0
- package/build/main//321/201omponents/ScrollBar/ScrollBar.d.ts +5 -0
- package/build/main//321/201omponents/ScrollBar/ScrollBar.js +63 -0
- package/build/main//321/201omponents/ScrollBar/ScrollBar.js.map +1 -0
- package/build/main//321/201omponents/ScrollBar/index.d.ts +1 -0
- package/build/main//321/201omponents/ScrollBar/index.js +2 -0
- package/build/main//321/201omponents/ScrollBar/index.js.map +1 -0
- package/build/main//321/201omponents/ScrollBar/types.d.ts +20 -0
- package/build/main//321/201omponents/ScrollBar/types.js +2 -0
- package/build/main//321/201omponents/ScrollBar/types.js.map +1 -0
- package/build/main//321/201omponents/Skeleton/Skeleton.d.ts +4 -0
- package/build/main//321/201omponents/Skeleton/Skeleton.js +59 -0
- package/build/main//321/201omponents/Skeleton/Skeleton.js.map +1 -0
- package/build/main//321/201omponents/Skeleton/index.d.ts +1 -0
- package/build/main//321/201omponents/Skeleton/index.js +2 -0
- package/build/main//321/201omponents/Skeleton/index.js.map +1 -0
- package/build/main//321/201omponents/Skeleton/types.d.ts +17 -0
- package/build/main//321/201omponents/Skeleton/types.js +2 -0
- package/build/main//321/201omponents/Skeleton/types.js.map +1 -0
- package/build/main//321/201omponents/Stories/Stories.d.ts +4 -0
- package/build/main//321/201omponents/Stories/Stories.js +300 -0
- package/build/main//321/201omponents/Stories/Stories.js.map +1 -0
- package/build/main//321/201omponents/Stories/index.d.ts +1 -0
- package/build/main//321/201omponents/Stories/index.js +2 -0
- package/build/main//321/201omponents/Stories/index.js.map +1 -0
- package/build/main//321/201omponents/Stories/types.d.ts +70 -0
- package/build/main//321/201omponents/Stories/types.js +16 -0
- package/build/main//321/201omponents/Stories/types.js.map +1 -0
- package/build/main//321/201omponents/Switcher/Switcher.d.ts +4 -0
- package/build/main//321/201omponents/Switcher/Switcher.js +34 -0
- package/build/main//321/201omponents/Switcher/Switcher.js.map +1 -0
- package/build/main//321/201omponents/Switcher/index.d.ts +1 -0
- package/build/main//321/201omponents/Switcher/index.js +2 -0
- package/build/main//321/201omponents/Switcher/index.js.map +1 -0
- package/build/main//321/201omponents/Switcher/types.d.ts +8 -0
- package/build/main//321/201omponents/Switcher/types.js +2 -0
- package/build/main//321/201omponents/Switcher/types.js.map +1 -0
- package/build/main//321/201omponents/SyncLoader/SyncLoader.d.ts +5 -0
- package/build/main//321/201omponents/SyncLoader/SyncLoader.js +65 -0
- package/build/main//321/201omponents/SyncLoader/SyncLoader.js.map +1 -0
- package/build/main//321/201omponents/SyncLoader/index.d.ts +1 -0
- package/build/main//321/201omponents/SyncLoader/index.js +2 -0
- package/build/main//321/201omponents/SyncLoader/index.js.map +1 -0
- package/build/main//321/201omponents/SyncLoader/types.d.ts +9 -0
- package/build/main//321/201omponents/SyncLoader/types.js +2 -0
- package/build/main//321/201omponents/SyncLoader/types.js.map +1 -0
- package/build/main//321/201omponents/Textarea/Textarea.d.ts +4 -0
- package/build/main//321/201omponents/Textarea/Textarea.js +96 -0
- package/build/main//321/201omponents/Textarea/Textarea.js.map +1 -0
- package/build/main//321/201omponents/Textarea/index.d.ts +1 -0
- package/build/main//321/201omponents/Textarea/index.js +2 -0
- package/build/main//321/201omponents/Textarea/index.js.map +1 -0
- package/build/main//321/201omponents/Textarea/types.d.ts +12 -0
- package/build/main//321/201omponents/Textarea/types.js +2 -0
- package/build/main//321/201omponents/Textarea/types.js.map +1 -0
- package/build/main//321/201omponents/Toggle/Toggle.d.ts +4 -0
- package/build/main//321/201omponents/Toggle/Toggle.js +38 -0
- package/build/main//321/201omponents/Toggle/Toggle.js.map +1 -0
- package/build/main//321/201omponents/Toggle/index.d.ts +1 -0
- package/build/main//321/201omponents/Toggle/index.js +2 -0
- package/build/main//321/201omponents/Toggle/index.js.map +1 -0
- package/build/main//321/201omponents/Toggle/types.d.ts +12 -0
- package/build/main//321/201omponents/Toggle/types.js +2 -0
- package/build/main//321/201omponents/Toggle/types.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js +31 -0
- package/build/main//321/201omponents/UserDropdown/ContactBottomSheet/ContactBottomSheet.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js +76 -0
- package/build/main//321/201omponents/UserDropdown/ContactInfo/ContactInfo.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js +23 -0
- package/build/main//321/201omponents/UserDropdown/LoadingMessage/LoadingMessage.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js +81 -0
- package/build/main//321/201omponents/UserDropdown/MenuList/MenuList.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.d.ts +3 -0
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js +40 -0
- package/build/main//321/201omponents/UserDropdown/MultiValueLabel/MultiValueLabel.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/Option/Option.d.ts +4 -0
- package/build/main//321/201omponents/UserDropdown/Option/Option.js +91 -0
- package/build/main//321/201omponents/UserDropdown/Option/Option.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/UserDropdown.d.ts +5 -0
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js +434 -0
- package/build/main//321/201omponents/UserDropdown/UserDropdown.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/helpers.d.ts +94 -0
- package/build/main//321/201omponents/UserDropdown/helpers.js +93 -0
- package/build/main//321/201omponents/UserDropdown/helpers.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/index.d.ts +1 -0
- package/build/main//321/201omponents/UserDropdown/index.js +2 -0
- package/build/main//321/201omponents/UserDropdown/index.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/selectStyles.d.ts +15 -0
- package/build/main//321/201omponents/UserDropdown/selectStyles.js +75 -0
- package/build/main//321/201omponents/UserDropdown/selectStyles.js.map +1 -0
- package/build/main//321/201omponents/UserDropdown/types.d.ts +194 -0
- package/build/main//321/201omponents/UserDropdown/types.js +2 -0
- package/build/main//321/201omponents/UserDropdown/types.js.map +1 -0
- package/build/main//321/201omponents/types.d.ts +2 -0
- package/build/main//321/201omponents/types.js +2 -0
- package/build/main//321/201omponents/types.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import { transliterate as tr } from 'transliteration';
|
|
24
|
+
import ru from 'convert-layout/ru';
|
|
25
|
+
export var generateCorporateOption = function (_a) {
|
|
26
|
+
var _b = _a.option, name = _b.name, avatar = _b.avatar, email = _b.email, contacts = _b.contacts, serverName = _b.serverName, company = _b.company, department = _b.department, companyPosition = _b.companyPosition, isPrivateSchedule = _b.isPrivateSchedule, remainingFields = __rest(_a, ["option"]);
|
|
27
|
+
return (__assign({ value: contacts[0].userHuid, label: name, name: name, avatar: avatar, email: email || contacts[0].contact, contacts: contacts, serverName: serverName, company: company, department: department, companyPosition: companyPosition, isPrivateSchedule: isPrivateSchedule }, remainingFields));
|
|
28
|
+
};
|
|
29
|
+
export var generateCorporateOptionsToSelect = function (_a) {
|
|
30
|
+
var language = _a.language, options = _a.options, setIsSearchable = _a.setIsSearchable, setModalData = _a.setModalData, remainingFields = __rest(_a, ["language", "options", "setIsSearchable", "setModalData"]);
|
|
31
|
+
return options.map(function (option) { return (__assign(__assign({}, generateCorporateOption(__assign({ option: option }, remainingFields))), { language: language, setIsSearchable: setIsSearchable, setModalData: setModalData })); });
|
|
32
|
+
};
|
|
33
|
+
export var generateContactsOption = function (_a) {
|
|
34
|
+
var _b = _a.option, name = _b.name, avatar = _b.avatar, email = _b.email, isPrivateSchedule = _b.isPrivateSchedule, remainingFields = __rest(_a, ["option"]);
|
|
35
|
+
return (__assign({ value: email, label: name || email, name: name, avatar: avatar, email: email, isMyContacts: true, isPrivateSchedule: isPrivateSchedule }, remainingFields));
|
|
36
|
+
};
|
|
37
|
+
export var generateContactsOptionsToSelect = function (_a) {
|
|
38
|
+
var options = _a.options, remainingFields = __rest(_a, ["options"]);
|
|
39
|
+
return options.map(function (option) { return generateContactsOption(__assign({ option: option }, remainingFields)); });
|
|
40
|
+
};
|
|
41
|
+
export var generateEnteredByUserOption = function (_a) {
|
|
42
|
+
var email = _a.email, remainingFields = __rest(_a, ["email"]);
|
|
43
|
+
return (__assign({ value: email, label: email, email: email, isEnteredByUser: true }, remainingFields));
|
|
44
|
+
};
|
|
45
|
+
export var IndicatorSeparator = function () { return null; };
|
|
46
|
+
export var DropdownIndicator = function () { return null; };
|
|
47
|
+
export var MultiValueRemove = function () { return null; };
|
|
48
|
+
export var LoadingIndicator = function () { return null; };
|
|
49
|
+
var generateQueryVariants = function (query) { return ({
|
|
50
|
+
origin: query,
|
|
51
|
+
translit: tr(query),
|
|
52
|
+
toEng: ru.toEn(query),
|
|
53
|
+
fromEng: ru.fromEn(query),
|
|
54
|
+
}); };
|
|
55
|
+
var generateNameFromContact = function (name) { return name.split(' ')[0].split('.')[0].toLowerCase(); };
|
|
56
|
+
var sortedContacts = function (_a) {
|
|
57
|
+
var contactA = _a.contactA, contactB = _a.contactB, query = _a.query;
|
|
58
|
+
var nameA = generateNameFromContact(contactA);
|
|
59
|
+
var nameB = generateNameFromContact(contactB);
|
|
60
|
+
var lowerQuery = query.toLowerCase();
|
|
61
|
+
var _b = generateQueryVariants(lowerQuery), origin = _b.origin, translit = _b.translit, toEng = _b.toEng, fromEng = _b.fromEng;
|
|
62
|
+
var isStartsWithValue = function (str) {
|
|
63
|
+
return str.startsWith(origin, 0) || str.startsWith(translit, 0) || str.startsWith(toEng, 0) || str.startsWith(fromEng, 0);
|
|
64
|
+
};
|
|
65
|
+
var isNameAStartsWithValue = isStartsWithValue(tr(nameA));
|
|
66
|
+
var isNameBStartsWithValue = isStartsWithValue(tr(nameB));
|
|
67
|
+
if (isNameAStartsWithValue && !isNameBStartsWithValue)
|
|
68
|
+
return -1;
|
|
69
|
+
if (isNameBStartsWithValue && !isNameAStartsWithValue)
|
|
70
|
+
return 1;
|
|
71
|
+
return 0;
|
|
72
|
+
};
|
|
73
|
+
// после объединения корпоративных и трастовых контактов в один массив сортируем по алфавиту, а затем поднимаем наверх те, чье имя начинается с квери
|
|
74
|
+
export var sortCorporateContacts = function (contacts, query) {
|
|
75
|
+
return contacts
|
|
76
|
+
.sort(function (_a, _b) {
|
|
77
|
+
var nameA = _a.name;
|
|
78
|
+
var nameB = _b.name;
|
|
79
|
+
var contactA = generateNameFromContact(nameA);
|
|
80
|
+
var contactB = generateNameFromContact(nameB);
|
|
81
|
+
if (contactA < contactB)
|
|
82
|
+
return -1;
|
|
83
|
+
if (contactA > contactB)
|
|
84
|
+
return 1;
|
|
85
|
+
return 0;
|
|
86
|
+
})
|
|
87
|
+
.sort(function (_a, _b) {
|
|
88
|
+
var contactA = _a.name;
|
|
89
|
+
var contactB = _b.name;
|
|
90
|
+
return sortedContacts({ contactA: contactA, contactB: contactB, query: query });
|
|
91
|
+
});
|
|
92
|
+
};
|
|
93
|
+
//# sourceMappingURL=helpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/helpers.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './UserDropdown';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { TSelectStyles } from './types';
|
|
2
|
+
declare const _default: ({ isChipsVisible, isMaxMembersAdded, isDisabled, isError, lastRowNumber, paddingLeft, fillType, platform, layoutType, }: TSelectStyles) => {
|
|
3
|
+
control: (provided: any, { isFocused }: any) => any;
|
|
4
|
+
menu: (provided: any) => any;
|
|
5
|
+
menuList: (provided: any) => any;
|
|
6
|
+
valueContainer: (provided: any, { hasValue }: any) => any;
|
|
7
|
+
placeholder: (provided: any) => any;
|
|
8
|
+
input: (provided: any) => any;
|
|
9
|
+
multiValue: (provided: any) => any;
|
|
10
|
+
multiValueLabel: (provided: any) => any;
|
|
11
|
+
noOptionsMessage: (provided: any) => any;
|
|
12
|
+
loadingMessage: (provided: any) => any;
|
|
13
|
+
option: (provided: any) => any;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { isFullScreen, isPrimaryFillType, isWebPlatform } from '../../helpers';
|
|
13
|
+
import { COLORS } from '../../constants';
|
|
14
|
+
// eslint-disable-next-line import/no-anonymous-default-export
|
|
15
|
+
export default (function (_a) {
|
|
16
|
+
var isChipsVisible = _a.isChipsVisible, isMaxMembersAdded = _a.isMaxMembersAdded, isDisabled = _a.isDisabled, isError = _a.isError, lastRowNumber = _a.lastRowNumber, paddingLeft = _a.paddingLeft, fillType = _a.fillType, platform = _a.platform, layoutType = _a.layoutType;
|
|
17
|
+
return ({
|
|
18
|
+
control: function (provided, _a) {
|
|
19
|
+
var isFocused = _a.isFocused;
|
|
20
|
+
var borderColor = isFocused ? 'var(--color-border-focused)' : 'var(--color-border)';
|
|
21
|
+
var hoverBorderColor = isFocused ? 'var(--color-border-focused)' : 'var(--color-border-hover)';
|
|
22
|
+
var background = isPrimaryFillType(fillType) ? 'var(--color-input-secondary)' : 'var(--color-input-tertiary)';
|
|
23
|
+
var disabledBackground = 'var(--color-bg-tertiary)';
|
|
24
|
+
return __assign(__assign({}, provided), { background: isDisabled ? disabledBackground : background, borderRadius: '10px', borderColor: isError ? 'var(--color-border-error)' : isDisabled ? disabledBackground : borderColor, boxShadow: 'none', cursor: 'text', transition: 'border-color 250ms ease-in-out, background 250ms ease-in-out', '&:hover': {
|
|
25
|
+
borderColor: isWebPlatform(platform) && (isError ? 'var(--color-border-error)' : hoverBorderColor),
|
|
26
|
+
} });
|
|
27
|
+
},
|
|
28
|
+
menu: function (provided) { return (__assign(__assign({}, provided), { width: isFullScreen(layoutType) ? '384px' : '100%', left: isFullScreen(layoutType) ? '55px' : 0, background: COLORS.transparent, borderRadius: '10px', boxShadow: "0 3px 17px 0 ".concat(COLORS.selectBoxShadow), margin: '4px 0', zIndex: 2, '& > div:last-child > div:first-child > div:last-child > div:last-child > div:last-child > div:last-child': {
|
|
29
|
+
'.smartapp-option__container': {
|
|
30
|
+
borderBottom: 'none',
|
|
31
|
+
},
|
|
32
|
+
}, '[role=option]:has(+[role=option]:hover)': {
|
|
33
|
+
'.smartapp-option__container': {
|
|
34
|
+
borderBottomColor: isWebPlatform(platform) && COLORS.transparent,
|
|
35
|
+
},
|
|
36
|
+
} })); },
|
|
37
|
+
menuList: function (provided) { return (__assign(__assign({}, provided), { maxHeight: '292px', background: 'var(--color-item)', borderRadius: '10px', padding: '0', scrollbarColor: "var(--color-scrollbar-thumb) ".concat(COLORS.transparent), '::-webkit-scrollbar-thumb': {
|
|
38
|
+
background: 'var(--color-scrollbar-thumb)',
|
|
39
|
+
}, '::-webkit-scrollbar-track': {
|
|
40
|
+
background: COLORS.transparent,
|
|
41
|
+
} })); },
|
|
42
|
+
valueContainer: function (provided, _a) {
|
|
43
|
+
var hasValue = _a.hasValue;
|
|
44
|
+
var padding = lastRowNumber === 1 ? "12.5px 16px 12.5px ".concat(paddingLeft) : "6px 16px 6px ".concat(paddingLeft);
|
|
45
|
+
return hasValue && isChipsVisible ? __assign(__assign({}, provided), { display: 'flex', gap: '8px', padding: padding }) : __assign(__assign({}, provided), { padding: padding });
|
|
46
|
+
},
|
|
47
|
+
placeholder: function (provided) { return (__assign(__assign({}, provided), { fontFamily: "Open Sans, 'sans-serif'", fontSize: '14px', fontWeight: '400', lineHeight: '19px', color: 'var(--color-text-tertiary)', margin: 0 })); },
|
|
48
|
+
input: function (provided) { return (__assign(__assign({}, provided), { display: isMaxMembersAdded || isDisabled ? 'none' : 'grid', fontSize: '14px', fontWeight: '400', lineHeight: '19px', color: 'var(--color-text-primary)', caretColor: 'var(--color-icon-accent)', padding: 0, margin: 0, overflow: 'auto' })); },
|
|
49
|
+
multiValue: function (provided) { return (__assign(__assign({}, provided), { width: 'auto', background: 'unset', borderRadius: '20px', margin: 0, '&:has(.multi-value-label-counter)': {
|
|
50
|
+
width: 'fit-content',
|
|
51
|
+
cursor: 'default',
|
|
52
|
+
}, '&:empty': {
|
|
53
|
+
display: 'none',
|
|
54
|
+
} })); },
|
|
55
|
+
multiValueLabel: function (provided) { return (__assign(__assign({}, provided), { width: '100%', padding: '0 !important', '.smartapp-chip': {
|
|
56
|
+
maxWidth: '100%',
|
|
57
|
+
} })); },
|
|
58
|
+
noOptionsMessage: function (provided) { return (__assign(__assign({}, provided), { fontSize: '12px', fontWeight: 400, color: 'var(--color-text-secondary)', background: 'var(--color-item)', borderRadius: '10px', padding: '8px 16px' })); },
|
|
59
|
+
loadingMessage: function (provided) { return (__assign(__assign({}, provided), { maxHeight: '292px', borderRadius: '10px', padding: 0, overflow: 'hidden' })); },
|
|
60
|
+
option: function (provided) { return (__assign(__assign({}, provided), { height: '54px', background: 'var(--color-item)', padding: '0 0 0 16px', cursor: isWebPlatform(platform) && 'pointer', '&:hover': {
|
|
61
|
+
background: isWebPlatform(platform) && 'var(--color-item-transparent-hover)',
|
|
62
|
+
'.smartapp-option__container::before': {
|
|
63
|
+
borderBottomColor: isWebPlatform(platform) && COLORS.transparent,
|
|
64
|
+
},
|
|
65
|
+
'.smartapp-option__container::after': {
|
|
66
|
+
borderBottomColor: isWebPlatform(platform) && 'var(--color-item)',
|
|
67
|
+
},
|
|
68
|
+
}, '&:active': {
|
|
69
|
+
background: COLORS.transparent,
|
|
70
|
+
}, '&:focus-visible': {
|
|
71
|
+
outline: 'none',
|
|
72
|
+
} })); },
|
|
73
|
+
});
|
|
74
|
+
});
|
|
75
|
+
//# sourceMappingURL=selectStyles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectStyles.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/selectStyles.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import { MenuListProps, OptionProps } from 'react-select';
|
|
3
|
+
import { ICommonProps, ILayoutTypeProps, TStyles } from '../../constants';
|
|
4
|
+
export interface IContactBottomSheet {
|
|
5
|
+
language: string;
|
|
6
|
+
avatar: string | null;
|
|
7
|
+
name: string;
|
|
8
|
+
email: string;
|
|
9
|
+
serverName: string | null;
|
|
10
|
+
company: string | null;
|
|
11
|
+
department: string | null;
|
|
12
|
+
companyPosition: string | null;
|
|
13
|
+
}
|
|
14
|
+
export interface IContactInfo {
|
|
15
|
+
elementRef?: RefObject<HTMLDivElement | null>;
|
|
16
|
+
language: string;
|
|
17
|
+
serverName: string | null;
|
|
18
|
+
company: string | null;
|
|
19
|
+
department: string | null;
|
|
20
|
+
companyPosition: string | null;
|
|
21
|
+
}
|
|
22
|
+
export type TRenderInfoItem = {
|
|
23
|
+
title: string;
|
|
24
|
+
info: string;
|
|
25
|
+
};
|
|
26
|
+
export interface ILoadingMessage {
|
|
27
|
+
skeletonRowsCount?: number;
|
|
28
|
+
}
|
|
29
|
+
export interface IMenuListProps extends MenuListProps {
|
|
30
|
+
selectRef: RefObject<any>;
|
|
31
|
+
scrollFromTop: RefObject<number>;
|
|
32
|
+
hasNextPage: boolean;
|
|
33
|
+
isLoading: boolean;
|
|
34
|
+
isUserTyping: boolean;
|
|
35
|
+
isNextPageLoading: boolean;
|
|
36
|
+
onLoadNextPage: (inputValue: string) => void;
|
|
37
|
+
}
|
|
38
|
+
type TData = {
|
|
39
|
+
label: string;
|
|
40
|
+
avatar: string | null;
|
|
41
|
+
email: string;
|
|
42
|
+
serverName: string | null;
|
|
43
|
+
company: string | null;
|
|
44
|
+
department: string | null;
|
|
45
|
+
companyPosition: string | null;
|
|
46
|
+
isMyContacts: boolean;
|
|
47
|
+
platform: 'web' | 'ios' | 'android';
|
|
48
|
+
language: 'ru' | 'en' | 'de' | 'es' | 'fr' | 'ar' | 'mal' | 'tr';
|
|
49
|
+
setIsSearchable: (isSearchable: boolean) => void;
|
|
50
|
+
setModalData: (modalData: TModalData | null) => void;
|
|
51
|
+
};
|
|
52
|
+
export interface IOptionProps extends OptionProps {
|
|
53
|
+
data: TData;
|
|
54
|
+
}
|
|
55
|
+
export type TModalData = {
|
|
56
|
+
avatar: string | null;
|
|
57
|
+
name: string;
|
|
58
|
+
email: string;
|
|
59
|
+
serverName: string | null;
|
|
60
|
+
company: string | null;
|
|
61
|
+
department: string | null;
|
|
62
|
+
companyPosition: string | null;
|
|
63
|
+
};
|
|
64
|
+
type TGenerateCommonOption = {
|
|
65
|
+
platform: string;
|
|
66
|
+
layoutType: string;
|
|
67
|
+
isChipsCollapsable: boolean;
|
|
68
|
+
isInputFocused: RefObject<boolean>;
|
|
69
|
+
selectRef: RefObject<any>;
|
|
70
|
+
};
|
|
71
|
+
export type TGenerateCorporateOption = TGenerateCommonOption & {
|
|
72
|
+
option: TCorporateEntity;
|
|
73
|
+
};
|
|
74
|
+
export type TGenerateCorporateOptionsToSelect = TGenerateCommonOption & {
|
|
75
|
+
language: string;
|
|
76
|
+
options: TCorporateEntity[];
|
|
77
|
+
setIsSearchable: (isSearchable: boolean) => void;
|
|
78
|
+
setModalData: (modalData: TModalData | null) => void;
|
|
79
|
+
};
|
|
80
|
+
export type TGenerateContactsOption = TGenerateCommonOption & {
|
|
81
|
+
option: TMyContactsEntries;
|
|
82
|
+
};
|
|
83
|
+
export type TGenerateContactsOptionsToSelect = TGenerateCommonOption & {
|
|
84
|
+
options: TMyContactsEntries[];
|
|
85
|
+
};
|
|
86
|
+
export type TGenerateEnteredByUserOption = TGenerateCommonOption & {
|
|
87
|
+
email: string;
|
|
88
|
+
isError?: boolean;
|
|
89
|
+
};
|
|
90
|
+
export type TSortedContacts = {
|
|
91
|
+
contactA: string;
|
|
92
|
+
contactB: string;
|
|
93
|
+
query: string;
|
|
94
|
+
};
|
|
95
|
+
export type TSelectStyles = {
|
|
96
|
+
isChipsVisible: boolean;
|
|
97
|
+
isMaxMembersAdded: boolean;
|
|
98
|
+
isDisabled: boolean;
|
|
99
|
+
isError: boolean;
|
|
100
|
+
lastRowNumber: number;
|
|
101
|
+
paddingLeft: string;
|
|
102
|
+
fillType: string;
|
|
103
|
+
platform: string;
|
|
104
|
+
layoutType: string;
|
|
105
|
+
};
|
|
106
|
+
export type TGenerateNoOptionsMessage = {
|
|
107
|
+
inputValue: string;
|
|
108
|
+
};
|
|
109
|
+
export type THandleFilterOption = {
|
|
110
|
+
data: MultiOptionType;
|
|
111
|
+
};
|
|
112
|
+
export type TSelectProps = {
|
|
113
|
+
options: MultiOptionType[];
|
|
114
|
+
inputValue: string;
|
|
115
|
+
onChange: (value: MultiOptionType[]) => void;
|
|
116
|
+
onInputChange: (value: string) => void;
|
|
117
|
+
};
|
|
118
|
+
export interface MultiOptionType {
|
|
119
|
+
value: string;
|
|
120
|
+
label: string;
|
|
121
|
+
avatar?: string | null;
|
|
122
|
+
email: string;
|
|
123
|
+
layoutType: string;
|
|
124
|
+
isChipsCollapsable: boolean;
|
|
125
|
+
platform?: string;
|
|
126
|
+
serverName?: string | null;
|
|
127
|
+
company?: string | null;
|
|
128
|
+
department?: string | null;
|
|
129
|
+
companyPosition?: string | null;
|
|
130
|
+
isMyContacts?: boolean;
|
|
131
|
+
isEnteredByUser?: boolean;
|
|
132
|
+
isError?: boolean;
|
|
133
|
+
}
|
|
134
|
+
export type TMyContactsEntries = {
|
|
135
|
+
isPrivateSchedule?: boolean;
|
|
136
|
+
name: string | null;
|
|
137
|
+
email: string;
|
|
138
|
+
avatar: string | null;
|
|
139
|
+
};
|
|
140
|
+
type TContacts = {
|
|
141
|
+
userHuid: string;
|
|
142
|
+
contact: string;
|
|
143
|
+
contactType: string;
|
|
144
|
+
};
|
|
145
|
+
export type TCorporateEntity = {
|
|
146
|
+
isPrivateSchedule?: boolean;
|
|
147
|
+
avatar: string | null;
|
|
148
|
+
name: string;
|
|
149
|
+
email: string | null;
|
|
150
|
+
serverName: string | null;
|
|
151
|
+
company: string | null;
|
|
152
|
+
department: string | null;
|
|
153
|
+
companyPosition: string | null;
|
|
154
|
+
contacts: TContacts[];
|
|
155
|
+
};
|
|
156
|
+
type TCorporateEntries = {
|
|
157
|
+
corpPhonebookEntries: TCorporateEntity[];
|
|
158
|
+
trustSearchEntries: TCorporateEntity[];
|
|
159
|
+
};
|
|
160
|
+
export type TUser = TCorporateEntity | TMyContactsEntries | {
|
|
161
|
+
email: string;
|
|
162
|
+
isPrivateSchedule?: boolean;
|
|
163
|
+
};
|
|
164
|
+
export interface IUserDropdownProps extends ICommonProps, ILayoutTypeProps {
|
|
165
|
+
isDisabled?: boolean;
|
|
166
|
+
isLoading?: boolean;
|
|
167
|
+
isChipsVisible?: boolean;
|
|
168
|
+
isChipsCollapsable?: boolean;
|
|
169
|
+
isMenuCloseOnSelect?: boolean;
|
|
170
|
+
isFilteringDisabled?: boolean;
|
|
171
|
+
hasNextPage?: boolean;
|
|
172
|
+
isNextPageLoading?: boolean;
|
|
173
|
+
language?: 'ru' | 'en' | 'de' | 'es' | 'fr' | 'ar' | 'mal' | 'tr';
|
|
174
|
+
title?: string;
|
|
175
|
+
mask?: string;
|
|
176
|
+
placeholder?: string;
|
|
177
|
+
hint?: string;
|
|
178
|
+
noOptionsMessage?: string;
|
|
179
|
+
maxMembersCount?: number;
|
|
180
|
+
fillType?: 'primary' | 'secondary';
|
|
181
|
+
menuPosition?: 'bottom' | 'auto' | 'top';
|
|
182
|
+
autoFocus?: boolean;
|
|
183
|
+
containerClassName?: string;
|
|
184
|
+
containerStyles?: TStyles;
|
|
185
|
+
selectedEntries?: TUser[];
|
|
186
|
+
corporateEntries: TCorporateEntries | null;
|
|
187
|
+
myContactsEntries: TMyContactsEntries[] | null;
|
|
188
|
+
onInputChange: (inputValue: string) => void;
|
|
189
|
+
onChange: (users: TUser[]) => void;
|
|
190
|
+
onMenuOpen?: () => void;
|
|
191
|
+
onMenuClose?: () => void;
|
|
192
|
+
onLoadNextPage?: (inputValue: string) => void;
|
|
193
|
+
}
|
|
194
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/сomponents/UserDropdown/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/сomponents/types.ts"],"names":[],"mappings":""}
|