hrm_ui_lib 0.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -0
- package/assets/images/file-preview.svg +6 -0
- package/assets/images/file-preview.svg.js +1 -0
- package/assets/images/illustrations.svg +15 -0
- package/assets/images/image-placeholder.png +0 -0
- package/assets/images/no-result.svg +35 -0
- package/assets/images/no-result.svg.js +1 -0
- package/assets/images/no_mobile_image.svg +41 -0
- package/assets/images/no_mobile_image.svg.js +1 -0
- package/assets/images/under-construction.webp +0 -0
- package/assets/images/under-construction.webp.js +1 -0
- package/assets/styles/helpers/_mixin.scss +581 -0
- package/assets/styles/styles.css +1 -0
- package/components/Alert/Alert.d.ts +3 -0
- package/components/Alert/Alert.js +6 -0
- package/components/Alert/consts.d.ts +6 -0
- package/components/Alert/consts.js +1 -0
- package/components/Alert/index.d.ts +1 -0
- package/components/Alert/index.js +1 -0
- package/components/Alert/types.d.ts +16 -0
- package/components/Alert/types.js +0 -0
- package/components/Avatar/Avatar.d.ts +3 -0
- package/components/Avatar/Avatar.js +1 -0
- package/components/Avatar/AvatarGroup.d.ts +3 -0
- package/components/Avatar/AvatarGroup.js +5 -0
- package/components/Avatar/index.d.ts +2 -0
- package/components/Avatar/index.js +1 -0
- package/components/Avatar/types.d.ts +25 -0
- package/components/Avatar/types.js +0 -0
- package/components/Badge/Badge.d.ts +3 -0
- package/components/Badge/Badge.js +2 -0
- package/components/Badge/index.d.ts +1 -0
- package/components/Badge/index.js +1 -0
- package/components/Badge/types.d.ts +6 -0
- package/components/Badge/types.js +0 -0
- package/components/BadgeV2/BadgeV2.d.ts +3 -0
- package/components/BadgeV2/BadgeV2.js +1 -0
- package/components/BadgeV2/index.d.ts +1 -0
- package/components/BadgeV2/index.js +1 -0
- package/components/BadgeV2/types.d.ts +23 -0
- package/components/BadgeV2/types.js +1 -0
- package/components/Breadcrumb/Breadcrumb.d.ts +3 -0
- package/components/Breadcrumb/Breadcrumb.js +2 -0
- package/components/Breadcrumb/index.d.ts +1 -0
- package/components/Breadcrumb/index.js +1 -0
- package/components/Breadcrumb/types.d.ts +11 -0
- package/components/Breadcrumb/types.js +0 -0
- package/components/Button/Button.d.ts +3 -0
- package/components/Button/Button.js +2 -0
- package/components/Button/consts.d.ts +8 -0
- package/components/Button/consts.js +1 -0
- package/components/Button/index.d.ts +1 -0
- package/components/Button/index.js +1 -0
- package/components/Button/types.d.ts +23 -0
- package/components/Button/types.js +0 -0
- package/components/ButtonGroup/ButtonGroup.d.ts +2 -0
- package/components/ButtonGroup/ButtonGroup.js +2 -0
- package/components/ButtonGroup/ButtonGroupItem.d.ts +2 -0
- package/components/ButtonGroup/ButtonGroupItem.js +3 -0
- package/components/ButtonGroup/consts.d.ts +8 -0
- package/components/ButtonGroup/consts.js +1 -0
- package/components/ButtonGroup/index.d.ts +1 -0
- package/components/ButtonGroup/index.js +1 -0
- package/components/ButtonGroup/types.d.ts +23 -0
- package/components/ButtonGroup/types.js +0 -0
- package/components/Card/Card.d.ts +13 -0
- package/components/Card/Card.js +1 -0
- package/components/Card/CardComponent/Card.d.ts +4 -0
- package/components/Card/CardComponent/Card.js +3 -0
- package/components/Card/CardComponent/CardBody.d.ts +4 -0
- package/components/Card/CardComponent/CardBody.js +2 -0
- package/components/Card/CardComponent/CardFooter.d.ts +4 -0
- package/components/Card/CardComponent/CardFooter.js +1 -0
- package/components/Card/CardComponent/CardHead.d.ts +4 -0
- package/components/Card/CardComponent/CardHead.js +2 -0
- package/components/Card/CardContext.d.ts +7 -0
- package/components/Card/CardContext.js +1 -0
- package/components/Card/index.d.ts +1 -0
- package/components/Card/index.js +1 -0
- package/components/Card/types.d.ts +19 -0
- package/components/Card/types.js +0 -0
- package/components/CardGroup/CardGroup.d.ts +10 -0
- package/components/CardGroup/CardGroup.js +1 -0
- package/components/CardGroup/CardGroupComponent/CardBody.d.ts +4 -0
- package/components/CardGroup/CardGroupComponent/CardBody.js +2 -0
- package/components/CardGroup/CardGroupComponent/CardGroup.d.ts +4 -0
- package/components/CardGroup/CardGroupComponent/CardGroup.js +2 -0
- package/components/CardGroup/CardGroupComponent/CardHead.d.ts +4 -0
- package/components/CardGroup/CardGroupComponent/CardHead.js +3 -0
- package/components/CardGroup/CardGroupContext.d.ts +6 -0
- package/components/CardGroup/CardGroupContext.js +1 -0
- package/components/CardGroup/index.d.ts +1 -0
- package/components/CardGroup/index.js +1 -0
- package/components/CardGroup/types.d.ts +14 -0
- package/components/CardGroup/types.js +0 -0
- package/components/Checkbox/Checkbox.d.ts +3 -0
- package/components/Checkbox/Checkbox.js +6 -0
- package/components/Checkbox/consts.d.ts +3 -0
- package/components/Checkbox/consts.js +1 -0
- package/components/Checkbox/index.d.ts +1 -0
- package/components/Checkbox/index.js +1 -0
- package/components/Checkbox/types.d.ts +19 -0
- package/components/Checkbox/types.js +0 -0
- package/components/Chips/Chips.d.ts +3 -0
- package/components/Chips/Chips.js +2 -0
- package/components/Chips/consts.d.ts +7 -0
- package/components/Chips/consts.js +1 -0
- package/components/Chips/index.d.ts +1 -0
- package/components/Chips/index.js +1 -0
- package/components/Chips/types.d.ts +21 -0
- package/components/Chips/types.js +1 -0
- package/components/Collapse/Collapse/Collapse.d.ts +3 -0
- package/components/Collapse/Collapse/Collapse.js +5 -0
- package/components/Collapse/Collapse/Title.d.ts +10 -0
- package/components/Collapse/Collapse/Title.js +2 -0
- package/components/Collapse/CollapseGroup/CollapseGroup.d.ts +3 -0
- package/components/Collapse/CollapseGroup/CollapseGroup.js +3 -0
- package/components/Collapse/CollapseItem/CollapseItem.d.ts +3 -0
- package/components/Collapse/CollapseItem/CollapseItem.js +10 -0
- package/components/Collapse/index.d.ts +3 -0
- package/components/Collapse/index.js +1 -0
- package/components/Collapse/types.d.ts +52 -0
- package/components/Collapse/types.js +0 -0
- package/components/Container/Container.d.ts +3 -0
- package/components/Container/Container.js +2 -0
- package/components/Container/index.d.ts +1 -0
- package/components/Container/index.js +1 -0
- package/components/Container/types.d.ts +4 -0
- package/components/Container/types.js +0 -0
- package/components/Copy/Copy.d.ts +3 -0
- package/components/Copy/Copy.js +3 -0
- package/components/Copy/index.d.ts +1 -0
- package/components/Copy/index.js +1 -0
- package/components/Copy/types.d.ts +6 -0
- package/components/Copy/types.js +0 -0
- package/components/Counter/Counter.d.ts +3 -0
- package/components/Counter/Counter.js +2 -0
- package/components/Counter/index.d.ts +1 -0
- package/components/Counter/index.js +1 -0
- package/components/Counter/types.d.ts +9 -0
- package/components/Counter/types.js +0 -0
- package/components/DarkModeSwitcher/DarkModeSwitcher.d.ts +3 -0
- package/components/DarkModeSwitcher/DarkModeSwitcher.js +6 -0
- package/components/DarkModeSwitcher/index.d.ts +1 -0
- package/components/DarkModeSwitcher/index.js +1 -0
- package/components/DarkModeSwitcher/types.d.ts +17 -0
- package/components/DarkModeSwitcher/types.js +1 -0
- package/components/DatePicker/CustomHeader/CustomHeader.d.ts +11 -0
- package/components/DatePicker/CustomHeader/CustomHeader.js +7 -0
- package/components/DatePicker/CustomHeader/helpers.d.ts +1 -0
- package/components/DatePicker/CustomHeader/helpers.js +1 -0
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.d.ts +3 -0
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +1 -0
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.d.ts +3 -0
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +4 -0
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.d.ts +3 -0
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -0
- package/components/DatePicker/RangeDatePicker/index.d.ts +1 -0
- package/components/DatePicker/RangeDatePicker/index.js +1 -0
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.d.ts +3 -0
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +1 -0
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.d.ts +3 -0
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +4 -0
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.d.ts +3 -0
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +5 -0
- package/components/DatePicker/SimpleDatePicker/index.d.ts +1 -0
- package/components/DatePicker/SimpleDatePicker/index.js +1 -0
- package/components/DatePicker/TimePicker/MobileModalContent.d.ts +12 -0
- package/components/DatePicker/TimePicker/MobileModalContent.js +4 -0
- package/components/DatePicker/TimePicker/TimePicker.d.ts +3 -0
- package/components/DatePicker/TimePicker/TimePicker.js +1 -0
- package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +3 -0
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +4 -0
- package/components/DatePicker/TimePicker/TimePickerMobile.d.ts +3 -0
- package/components/DatePicker/TimePicker/TimePickerMobile.js +5 -0
- package/components/DatePicker/TimePicker/consts.d.ts +4 -0
- package/components/DatePicker/TimePicker/consts.js +1 -0
- package/components/DatePicker/TimePicker/helpers.d.ts +3 -0
- package/components/DatePicker/TimePicker/helpers.js +1 -0
- package/components/DatePicker/TimePicker/index.d.ts +1 -0
- package/components/DatePicker/TimePicker/index.js +1 -0
- package/components/DatePicker/hooks.d.ts +4 -0
- package/components/DatePicker/hooks.js +1 -0
- package/components/DatePicker/index.d.ts +3 -0
- package/components/DatePicker/index.js +1 -0
- package/components/DatePicker/localization.d.ts +3 -0
- package/components/DatePicker/localization.js +1 -0
- package/components/DatePicker/types.d.ts +46 -0
- package/components/DatePicker/types.js +1 -0
- package/components/Divider/Divider.d.ts +3 -0
- package/components/Divider/Divider.js +2 -0
- package/components/Divider/index.d.ts +1 -0
- package/components/Divider/index.js +1 -0
- package/components/Divider/types.d.ts +6 -0
- package/components/Divider/types.js +0 -0
- package/components/Empty/Empty.d.ts +3 -0
- package/components/Empty/Empty.js +4 -0
- package/components/Empty/index.d.ts +1 -0
- package/components/Empty/index.js +1 -0
- package/components/Empty/types.d.ts +9 -0
- package/components/Empty/types.js +0 -0
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.d.ts +3 -0
- package/components/FileUpload/DropzoneFileUpload/DropzoneFileUpload.js +7 -0
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.d.ts +10 -0
- package/components/FileUpload/DropzoneFileUpload/ErrorItem.js +1 -0
- package/components/FileUpload/DropzoneFileUpload/FilePreview.d.ts +7 -0
- package/components/FileUpload/DropzoneFileUpload/FilePreview.js +2 -0
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.d.ts +7 -0
- package/components/FileUpload/DropzoneFileUpload/PreviewItem.js +7 -0
- package/components/FileUpload/DropzoneFileUpload/helpers.d.ts +10 -0
- package/components/FileUpload/DropzoneFileUpload/helpers.js +1 -0
- package/components/FileUpload/DropzoneFileUpload/index.d.ts +1 -0
- package/components/FileUpload/DropzoneFileUpload/index.js +1 -0
- package/components/FileUpload/FileUpload.d.ts +3 -0
- package/components/FileUpload/FileUpload.js +6 -0
- package/components/FileUpload/UploadItems.d.ts +3 -0
- package/components/FileUpload/UploadItems.js +6 -0
- package/components/FileUpload/index.d.ts +3 -0
- package/components/FileUpload/index.js +1 -0
- package/components/FileUpload/types.d.ts +63 -0
- package/components/FileUpload/types.js +1 -0
- package/components/FormContainer/FormContainer.d.ts +3 -0
- package/components/FormContainer/FormContainer.js +1 -0
- package/components/FormContainer/index.d.ts +1 -0
- package/components/FormContainer/index.js +1 -0
- package/components/FormContainer/types.d.ts +21 -0
- package/components/FormContainer/types.js +0 -0
- package/components/FormField/FormField.d.ts +3 -0
- package/components/FormField/FormField.js +3 -0
- package/components/FormField/index.d.ts +1 -0
- package/components/FormField/index.js +1 -0
- package/components/FormField/types.d.ts +9 -0
- package/components/FormField/types.js +0 -0
- package/components/Heading/Heading.d.ts +3 -0
- package/components/Heading/Heading.js +2 -0
- package/components/Heading/index.d.ts +1 -0
- package/components/Heading/index.js +1 -0
- package/components/Heading/types.d.ts +11 -0
- package/components/Heading/types.js +0 -0
- package/components/Image/Image.d.ts +3 -0
- package/components/Image/Image.js +1 -0
- package/components/Image/index.d.ts +1 -0
- package/components/Image/index.js +1 -0
- package/components/Image/types.d.ts +10 -0
- package/components/Image/types.js +0 -0
- package/components/Input/Input.d.ts +3 -0
- package/components/Input/Input.js +9 -0
- package/components/Input/index.d.ts +1 -0
- package/components/Input/index.js +1 -0
- package/components/Input/types.d.ts +42 -0
- package/components/Input/types.js +0 -0
- package/components/Link/Link.d.ts +3 -0
- package/components/Link/Link.js +2 -0
- package/components/Link/index.d.ts +1 -0
- package/components/Link/index.js +1 -0
- package/components/Link/types.d.ts +10 -0
- package/components/Link/types.js +0 -0
- package/components/Menu/Menu.d.ts +3 -0
- package/components/Menu/Menu.js +3 -0
- package/components/Menu/NestedMenu.d.ts +3 -0
- package/components/Menu/NestedMenu.js +3 -0
- package/components/Menu/index.d.ts +2 -0
- package/components/Menu/index.js +1 -0
- package/components/Menu/types.d.ts +33 -0
- package/components/Menu/types.js +0 -0
- package/components/Modal/Modal.d.ts +3 -0
- package/components/Modal/Modal.js +1 -0
- package/components/Modal/ModalConfirmation.d.ts +3 -0
- package/components/Modal/ModalConfirmation.js +3 -0
- package/components/Modal/ModalContent.d.ts +22 -0
- package/components/Modal/ModalContent.js +5 -0
- package/components/Modal/index.d.ts +2 -0
- package/components/Modal/index.js +1 -0
- package/components/Modal/types.d.ts +42 -0
- package/components/Modal/types.js +0 -0
- package/components/More/More.d.ts +3 -0
- package/components/More/More.js +3 -0
- package/components/More/index.d.ts +1 -0
- package/components/More/index.js +1 -0
- package/components/More/types.d.ts +10 -0
- package/components/More/types.js +0 -0
- package/components/Pagination/Pagination.d.ts +3 -0
- package/components/Pagination/Pagination.js +2 -0
- package/components/Pagination/consts.d.ts +5 -0
- package/components/Pagination/consts.js +1 -0
- package/components/Pagination/index.d.ts +1 -0
- package/components/Pagination/index.js +1 -0
- package/components/Pagination/types.d.ts +15 -0
- package/components/Pagination/types.js +0 -0
- package/components/Popover/Popover.d.ts +3 -0
- package/components/Popover/Popover.js +1 -0
- package/components/Popover/PopoverDesktop.d.ts +3 -0
- package/components/Popover/PopoverDesktop.js +1 -0
- package/components/Popover/PopoverMobile.d.ts +3 -0
- package/components/Popover/PopoverMobile.js +3 -0
- package/components/Popover/index.d.ts +1 -0
- package/components/Popover/index.js +1 -0
- package/components/Popover/types.d.ts +23 -0
- package/components/Popover/types.js +0 -0
- package/components/Progress/Progress.d.ts +3 -0
- package/components/Progress/Progress.js +4 -0
- package/components/Progress/index.d.ts +1 -0
- package/components/Progress/index.js +1 -0
- package/components/Progress/types.d.ts +11 -0
- package/components/Progress/types.js +0 -0
- package/components/ProgressStep/ProgressStep.d.ts +3 -0
- package/components/ProgressStep/ProgressStep.js +2 -0
- package/components/ProgressStep/Step.d.ts +3 -0
- package/components/ProgressStep/Step.js +9 -0
- package/components/ProgressStep/consts.d.ts +6 -0
- package/components/ProgressStep/consts.js +1 -0
- package/components/ProgressStep/index.d.ts +1 -0
- package/components/ProgressStep/index.js +1 -0
- package/components/ProgressStep/types.d.ts +31 -0
- package/components/ProgressStep/types.js +1 -0
- package/components/Radio/Radio.d.ts +3 -0
- package/components/Radio/Radio.js +4 -0
- package/components/Radio/RadioGroup.d.ts +3 -0
- package/components/Radio/RadioGroup.js +4 -0
- package/components/Radio/index.d.ts +2 -0
- package/components/Radio/index.js +1 -0
- package/components/Radio/types.d.ts +28 -0
- package/components/Radio/types.js +0 -0
- package/components/SVGIcons/IconAdd.d.ts +4 -0
- package/components/SVGIcons/IconAdd.js +1 -0
- package/components/SVGIcons/IconAddCircle.d.ts +4 -0
- package/components/SVGIcons/IconAddCircle.js +1 -0
- package/components/SVGIcons/IconAddCircleFilled.d.ts +4 -0
- package/components/SVGIcons/IconAddCircleFilled.js +1 -0
- package/components/SVGIcons/IconAddFilled.d.ts +4 -0
- package/components/SVGIcons/IconAddFilled.js +1 -0
- package/components/SVGIcons/IconAirplaneTakeOff.d.ts +4 -0
- package/components/SVGIcons/IconAirplaneTakeOff.js +1 -0
- package/components/SVGIcons/IconAirplaneTakeOffFilled.d.ts +4 -0
- package/components/SVGIcons/IconAirplaneTakeOffFilled.js +1 -0
- package/components/SVGIcons/IconAlert.d.ts +4 -0
- package/components/SVGIcons/IconAlert.js +1 -0
- package/components/SVGIcons/IconAlertBadge.d.ts +4 -0
- package/components/SVGIcons/IconAlertBadge.js +1 -0
- package/components/SVGIcons/IconAlertBadgeFilled.d.ts +4 -0
- package/components/SVGIcons/IconAlertBadgeFilled.js +1 -0
- package/components/SVGIcons/IconAlertFilled.d.ts +4 -0
- package/components/SVGIcons/IconAlertFilled.js +1 -0
- package/components/SVGIcons/IconAm.d.ts +4 -0
- package/components/SVGIcons/IconAm.js +7 -0
- package/components/SVGIcons/IconAmd.d.ts +4 -0
- package/components/SVGIcons/IconAmd.js +1 -0
- package/components/SVGIcons/IconAmdFilled.d.ts +4 -0
- package/components/SVGIcons/IconAmdFilled.js +1 -0
- package/components/SVGIcons/IconApple.d.ts +4 -0
- package/components/SVGIcons/IconApple.js +1 -0
- package/components/SVGIcons/IconArrowDown.d.ts +4 -0
- package/components/SVGIcons/IconArrowDown.js +1 -0
- package/components/SVGIcons/IconArrowDownFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowDownFilled.js +1 -0
- package/components/SVGIcons/IconArrowDownLeft.d.ts +4 -0
- package/components/SVGIcons/IconArrowDownLeft.js +1 -0
- package/components/SVGIcons/IconArrowDownLeftFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowDownLeftFilled.js +1 -0
- package/components/SVGIcons/IconArrowDownload.d.ts +4 -0
- package/components/SVGIcons/IconArrowDownload.js +1 -0
- package/components/SVGIcons/IconArrowDownloadFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowDownloadFilled.js +1 -0
- package/components/SVGIcons/IconArrowEnter.d.ts +4 -0
- package/components/SVGIcons/IconArrowEnter.js +1 -0
- package/components/SVGIcons/IconArrowEnterFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowEnterFilled.js +1 -0
- package/components/SVGIcons/IconArrowExit.d.ts +4 -0
- package/components/SVGIcons/IconArrowExit.js +1 -0
- package/components/SVGIcons/IconArrowExitFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowExitFilled.js +1 -0
- package/components/SVGIcons/IconArrowExportLeftToRight.d.ts +4 -0
- package/components/SVGIcons/IconArrowExportLeftToRight.js +1 -0
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +1 -0
- package/components/SVGIcons/IconArrowExportRightToLeft.d.ts +4 -0
- package/components/SVGIcons/IconArrowExportRightToLeft.js +1 -0
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +1 -0
- package/components/SVGIcons/IconArrowExportUp.d.ts +4 -0
- package/components/SVGIcons/IconArrowExportUp.js +1 -0
- package/components/SVGIcons/IconArrowExportUpFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowExportUpFilled.js +1 -0
- package/components/SVGIcons/IconArrowImport.d.ts +4 -0
- package/components/SVGIcons/IconArrowImport.js +1 -0
- package/components/SVGIcons/IconArrowImportFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowImportFilled.js +1 -0
- package/components/SVGIcons/IconArrowLeft.d.ts +4 -0
- package/components/SVGIcons/IconArrowLeft.js +1 -0
- package/components/SVGIcons/IconArrowLeftFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowLeftFilled.js +1 -0
- package/components/SVGIcons/IconArrowRepeatAll.d.ts +4 -0
- package/components/SVGIcons/IconArrowRepeatAll.js +1 -0
- package/components/SVGIcons/IconArrowRepeatAllFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +1 -0
- package/components/SVGIcons/IconArrowReset.d.ts +4 -0
- package/components/SVGIcons/IconArrowReset.js +1 -0
- package/components/SVGIcons/IconArrowResetFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowResetFilled.js +1 -0
- package/components/SVGIcons/IconArrowRight.d.ts +4 -0
- package/components/SVGIcons/IconArrowRight.js +1 -0
- package/components/SVGIcons/IconArrowRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowRightFilled.js +1 -0
- package/components/SVGIcons/IconArrowSort.d.ts +4 -0
- package/components/SVGIcons/IconArrowSort.js +1 -0
- package/components/SVGIcons/IconArrowSortFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowSortFilled.js +1 -0
- package/components/SVGIcons/IconArrowSync.d.ts +4 -0
- package/components/SVGIcons/IconArrowSync.js +1 -0
- package/components/SVGIcons/IconArrowSyncFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowSyncFilled.js +1 -0
- package/components/SVGIcons/IconArrowUp.d.ts +4 -0
- package/components/SVGIcons/IconArrowUp.js +1 -0
- package/components/SVGIcons/IconArrowUpFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowUpFilled.js +1 -0
- package/components/SVGIcons/IconArrowUpLeft.d.ts +4 -0
- package/components/SVGIcons/IconArrowUpLeft.js +1 -0
- package/components/SVGIcons/IconArrowUpLeftFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowUpLeftFilled.js +1 -0
- package/components/SVGIcons/IconArrowUpRight.d.ts +4 -0
- package/components/SVGIcons/IconArrowUpRight.js +1 -0
- package/components/SVGIcons/IconArrowUpRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconArrowUpRightFilled.js +1 -0
- package/components/SVGIcons/IconAttach.d.ts +4 -0
- package/components/SVGIcons/IconAttach.js +1 -0
- package/components/SVGIcons/IconAttachFilled.d.ts +4 -0
- package/components/SVGIcons/IconAttachFilled.js +1 -0
- package/components/SVGIcons/IconBeach.d.ts +4 -0
- package/components/SVGIcons/IconBeach.js +1 -0
- package/components/SVGIcons/IconBeachFilled.d.ts +4 -0
- package/components/SVGIcons/IconBeachFilled.js +1 -0
- package/components/SVGIcons/IconBook.d.ts +4 -0
- package/components/SVGIcons/IconBook.js +1 -0
- package/components/SVGIcons/IconBookFilled.d.ts +4 -0
- package/components/SVGIcons/IconBookFilled.js +1 -0
- package/components/SVGIcons/IconBookmark.d.ts +4 -0
- package/components/SVGIcons/IconBookmark.js +1 -0
- package/components/SVGIcons/IconBookmarkFilled.d.ts +4 -0
- package/components/SVGIcons/IconBookmarkFilled.js +1 -0
- package/components/SVGIcons/IconBriefcase.d.ts +4 -0
- package/components/SVGIcons/IconBriefcase.js +1 -0
- package/components/SVGIcons/IconBriefcaseFilled.d.ts +4 -0
- package/components/SVGIcons/IconBriefcaseFilled.js +1 -0
- package/components/SVGIcons/IconBuilding.d.ts +4 -0
- package/components/SVGIcons/IconBuilding.js +7 -0
- package/components/SVGIcons/IconBuildingBank.d.ts +4 -0
- package/components/SVGIcons/IconBuildingBank.js +1 -0
- package/components/SVGIcons/IconBuildingBankFilled.d.ts +4 -0
- package/components/SVGIcons/IconBuildingBankFilled.js +1 -0
- package/components/SVGIcons/IconBuildingFilled.d.ts +4 -0
- package/components/SVGIcons/IconBuildingFilled.js +1 -0
- package/components/SVGIcons/IconBulletListAdd.d.ts +4 -0
- package/components/SVGIcons/IconBulletListAdd.js +1 -0
- package/components/SVGIcons/IconBulletListAddFilled.d.ts +4 -0
- package/components/SVGIcons/IconBulletListAddFilled.js +1 -0
- package/components/SVGIcons/IconCalculator.d.ts +4 -0
- package/components/SVGIcons/IconCalculator.js +1 -0
- package/components/SVGIcons/IconCalculatorFilled.d.ts +4 -0
- package/components/SVGIcons/IconCalculatorFilled.js +1 -0
- package/components/SVGIcons/IconCalendarClock.d.ts +4 -0
- package/components/SVGIcons/IconCalendarClock.js +1 -0
- package/components/SVGIcons/IconCalendarClockFilled.d.ts +4 -0
- package/components/SVGIcons/IconCalendarClockFilled.js +1 -0
- package/components/SVGIcons/IconCalendarDay.d.ts +4 -0
- package/components/SVGIcons/IconCalendarDay.js +1 -0
- package/components/SVGIcons/IconCalendarDayFilled.d.ts +4 -0
- package/components/SVGIcons/IconCalendarDayFilled.js +1 -0
- package/components/SVGIcons/IconCalendarEmpty.d.ts +4 -0
- package/components/SVGIcons/IconCalendarEmpty.js +1 -0
- package/components/SVGIcons/IconCalendarLeft.d.ts +4 -0
- package/components/SVGIcons/IconCalendarLeft.js +1 -0
- package/components/SVGIcons/IconCalendarLeftFilled.d.ts +4 -0
- package/components/SVGIcons/IconCalendarLeftFilled.js +1 -0
- package/components/SVGIcons/IconCalendarRight.d.ts +4 -0
- package/components/SVGIcons/IconCalendarRight.js +1 -0
- package/components/SVGIcons/IconCalendarRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconCalendarRightFilled.js +1 -0
- package/components/SVGIcons/IconCall.d.ts +4 -0
- package/components/SVGIcons/IconCall.js +1 -0
- package/components/SVGIcons/IconCallFilled.d.ts +4 -0
- package/components/SVGIcons/IconCallFilled.js +1 -0
- package/components/SVGIcons/IconCard.d.ts +4 -0
- package/components/SVGIcons/IconCard.js +1 -0
- package/components/SVGIcons/IconCardFilled.d.ts +4 -0
- package/components/SVGIcons/IconCardFilled.js +1 -0
- package/components/SVGIcons/IconCaretDown.d.ts +4 -0
- package/components/SVGIcons/IconCaretDown.js +1 -0
- package/components/SVGIcons/IconCaretDownFilled.d.ts +4 -0
- package/components/SVGIcons/IconCaretDownFilled.js +1 -0
- package/components/SVGIcons/IconCaretDownRight.d.ts +4 -0
- package/components/SVGIcons/IconCaretDownRight.js +1 -0
- package/components/SVGIcons/IconCaretDownRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconCaretDownRightFilled.js +1 -0
- package/components/SVGIcons/IconCaretLeft.d.ts +4 -0
- package/components/SVGIcons/IconCaretLeft.js +1 -0
- package/components/SVGIcons/IconCaretLeftFilled.d.ts +4 -0
- package/components/SVGIcons/IconCaretLeftFilled.js +1 -0
- package/components/SVGIcons/IconCaretRight.d.ts +4 -0
- package/components/SVGIcons/IconCaretRight.js +1 -0
- package/components/SVGIcons/IconCaretRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconCaretRightFilled.js +1 -0
- package/components/SVGIcons/IconCaretUp.d.ts +4 -0
- package/components/SVGIcons/IconCaretUp.js +1 -0
- package/components/SVGIcons/IconCaretUpFilled.d.ts +4 -0
- package/components/SVGIcons/IconCaretUpFilled.js +1 -0
- package/components/SVGIcons/IconChartPerson.d.ts +4 -0
- package/components/SVGIcons/IconChartPerson.js +1 -0
- package/components/SVGIcons/IconChartPersonFilled.d.ts +4 -0
- package/components/SVGIcons/IconChartPersonFilled.js +1 -0
- package/components/SVGIcons/IconChat.d.ts +4 -0
- package/components/SVGIcons/IconChat.js +1 -0
- package/components/SVGIcons/IconChatFilled.d.ts +4 -0
- package/components/SVGIcons/IconChatFilled.js +1 -0
- package/components/SVGIcons/IconChatMultiple.d.ts +4 -0
- package/components/SVGIcons/IconChatMultiple.js +1 -0
- package/components/SVGIcons/IconChatMultipleFilled.d.ts +4 -0
- package/components/SVGIcons/IconChatMultipleFilled.js +1 -0
- package/components/SVGIcons/IconCheckboxArrowRight.d.ts +4 -0
- package/components/SVGIcons/IconCheckboxArrowRight.js +1 -0
- package/components/SVGIcons/IconCheckboxArrowRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +1 -0
- package/components/SVGIcons/IconCheckmark.d.ts +4 -0
- package/components/SVGIcons/IconCheckmark.js +1 -0
- package/components/SVGIcons/IconCheckmarkCircle.d.ts +4 -0
- package/components/SVGIcons/IconCheckmarkCircle.js +1 -0
- package/components/SVGIcons/IconCheckmarkCircleFilled.d.ts +4 -0
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +1 -0
- package/components/SVGIcons/IconCheckmarkFilled.d.ts +4 -0
- package/components/SVGIcons/IconCheckmarkFilled.js +1 -0
- package/components/SVGIcons/IconChevronDoubleLeft.d.ts +4 -0
- package/components/SVGIcons/IconChevronDoubleLeft.js +1 -0
- package/components/SVGIcons/IconChevronDoubleRight.d.ts +4 -0
- package/components/SVGIcons/IconChevronDoubleRight.js +1 -0
- package/components/SVGIcons/IconChevronDown.d.ts +4 -0
- package/components/SVGIcons/IconChevronDown.js +1 -0
- package/components/SVGIcons/IconChevronDownFilled.d.ts +4 -0
- package/components/SVGIcons/IconChevronDownFilled.js +1 -0
- package/components/SVGIcons/IconChevronLeft.d.ts +4 -0
- package/components/SVGIcons/IconChevronLeft.js +1 -0
- package/components/SVGIcons/IconChevronLeftFilled.d.ts +4 -0
- package/components/SVGIcons/IconChevronLeftFilled.js +1 -0
- package/components/SVGIcons/IconChevronRight.d.ts +4 -0
- package/components/SVGIcons/IconChevronRight.js +1 -0
- package/components/SVGIcons/IconChevronRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconChevronRightFilled.js +1 -0
- package/components/SVGIcons/IconChevronUp.d.ts +4 -0
- package/components/SVGIcons/IconChevronUp.js +1 -0
- package/components/SVGIcons/IconChevronUpDown.d.ts +4 -0
- package/components/SVGIcons/IconChevronUpDown.js +1 -0
- package/components/SVGIcons/IconChevronUpDownFilled.d.ts +4 -0
- package/components/SVGIcons/IconChevronUpDownFilled.js +1 -0
- package/components/SVGIcons/IconChevronUpFilled.d.ts +4 -0
- package/components/SVGIcons/IconChevronUpFilled.js +1 -0
- package/components/SVGIcons/IconClipboardDay.d.ts +4 -0
- package/components/SVGIcons/IconClipboardDay.js +1 -0
- package/components/SVGIcons/IconClock.d.ts +4 -0
- package/components/SVGIcons/IconClock.js +1 -0
- package/components/SVGIcons/IconClockDismiss.d.ts +4 -0
- package/components/SVGIcons/IconClockDismiss.js +1 -0
- package/components/SVGIcons/IconClockDismissFilled.d.ts +4 -0
- package/components/SVGIcons/IconClockDismissFilled.js +1 -0
- package/components/SVGIcons/IconClockFilled.d.ts +4 -0
- package/components/SVGIcons/IconClockFilled.js +1 -0
- package/components/SVGIcons/IconComment.d.ts +4 -0
- package/components/SVGIcons/IconComment.js +1 -0
- package/components/SVGIcons/IconCommentFilled.d.ts +4 -0
- package/components/SVGIcons/IconCommentFilled.js +1 -0
- package/components/SVGIcons/IconContractCard.d.ts +4 -0
- package/components/SVGIcons/IconContractCard.js +1 -0
- package/components/SVGIcons/IconContractCardFilled.d.ts +4 -0
- package/components/SVGIcons/IconContractCardFilled.js +1 -0
- package/components/SVGIcons/IconCopy.d.ts +4 -0
- package/components/SVGIcons/IconCopy.js +1 -0
- package/components/SVGIcons/IconCopyFilled.d.ts +4 -0
- package/components/SVGIcons/IconCopyFilled.js +1 -0
- package/components/SVGIcons/IconCubeTree.d.ts +4 -0
- package/components/SVGIcons/IconCubeTree.js +1 -0
- package/components/SVGIcons/IconCubeTreeFilled.d.ts +4 -0
- package/components/SVGIcons/IconCubeTreeFilled.js +1 -0
- package/components/SVGIcons/IconDatabase.d.ts +4 -0
- package/components/SVGIcons/IconDatabase.js +1 -0
- package/components/SVGIcons/IconDatabaseFilled.d.ts +4 -0
- package/components/SVGIcons/IconDatabaseFilled.js +1 -0
- package/components/SVGIcons/IconDelete.d.ts +4 -0
- package/components/SVGIcons/IconDelete.js +1 -0
- package/components/SVGIcons/IconDeleteFilled.d.ts +4 -0
- package/components/SVGIcons/IconDeleteFilled.js +1 -0
- package/components/SVGIcons/IconDeviceMeetingRoom.d.ts +4 -0
- package/components/SVGIcons/IconDeviceMeetingRoom.js +1 -0
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.d.ts +4 -0
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +1 -0
- package/components/SVGIcons/IconDismiss.d.ts +4 -0
- package/components/SVGIcons/IconDismiss.js +1 -0
- package/components/SVGIcons/IconDismissCircle.d.ts +4 -0
- package/components/SVGIcons/IconDismissCircle.js +1 -0
- package/components/SVGIcons/IconDismissCircleFilled.d.ts +4 -0
- package/components/SVGIcons/IconDismissCircleFilled.js +1 -0
- package/components/SVGIcons/IconDismissFilled.d.ts +4 -0
- package/components/SVGIcons/IconDismissFilled.js +1 -0
- package/components/SVGIcons/IconDocument.d.ts +4 -0
- package/components/SVGIcons/IconDocument.js +1 -0
- package/components/SVGIcons/IconDocumentBulletList.d.ts +4 -0
- package/components/SVGIcons/IconDocumentBulletList.js +1 -0
- package/components/SVGIcons/IconDocumentBulletListFilled.d.ts +4 -0
- package/components/SVGIcons/IconDocumentBulletListFilled.js +1 -0
- package/components/SVGIcons/IconDocumentEdit.d.ts +4 -0
- package/components/SVGIcons/IconDocumentEdit.js +1 -0
- package/components/SVGIcons/IconDocumentEditFilled.d.ts +4 -0
- package/components/SVGIcons/IconDocumentEditFilled.js +1 -0
- package/components/SVGIcons/IconDocumentFilled.d.ts +4 -0
- package/components/SVGIcons/IconDocumentFilled.js +1 -0
- package/components/SVGIcons/IconDocumentPerson.d.ts +4 -0
- package/components/SVGIcons/IconDocumentPerson.js +1 -0
- package/components/SVGIcons/IconEdit.d.ts +4 -0
- package/components/SVGIcons/IconEdit.js +1 -0
- package/components/SVGIcons/IconEditFilled.d.ts +4 -0
- package/components/SVGIcons/IconEditFilled.js +1 -0
- package/components/SVGIcons/IconErrorCircle.d.ts +4 -0
- package/components/SVGIcons/IconErrorCircle.js +1 -0
- package/components/SVGIcons/IconErrorCircleFilled.d.ts +4 -0
- package/components/SVGIcons/IconErrorCircleFilled.js +1 -0
- package/components/SVGIcons/IconEur.d.ts +4 -0
- package/components/SVGIcons/IconEur.js +1 -0
- package/components/SVGIcons/IconEurFilled.d.ts +4 -0
- package/components/SVGIcons/IconEurFilled.js +1 -0
- package/components/SVGIcons/IconExpandUpLeft.d.ts +4 -0
- package/components/SVGIcons/IconExpandUpLeft.js +1 -0
- package/components/SVGIcons/IconExpandUpLeftFilled.d.ts +4 -0
- package/components/SVGIcons/IconExpandUpLeftFilled.js +1 -0
- package/components/SVGIcons/IconExpandUpRight.d.ts +4 -0
- package/components/SVGIcons/IconExpandUpRight.js +1 -0
- package/components/SVGIcons/IconExpandUpRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconExpandUpRightFilled.js +1 -0
- package/components/SVGIcons/IconEyeOff.d.ts +4 -0
- package/components/SVGIcons/IconEyeOff.js +1 -0
- package/components/SVGIcons/IconEyeOffFilled.d.ts +4 -0
- package/components/SVGIcons/IconEyeOffFilled.js +1 -0
- package/components/SVGIcons/IconEyeOn.d.ts +4 -0
- package/components/SVGIcons/IconEyeOn.js +1 -0
- package/components/SVGIcons/IconEyeOnFilled.d.ts +4 -0
- package/components/SVGIcons/IconEyeOnFilled.js +1 -0
- package/components/SVGIcons/IconFacebook.d.ts +4 -0
- package/components/SVGIcons/IconFacebook.js +3 -0
- package/components/SVGIcons/IconFastAcceleration.d.ts +4 -0
- package/components/SVGIcons/IconFastAcceleration.js +1 -0
- package/components/SVGIcons/IconFastAccelerationFilled.d.ts +4 -0
- package/components/SVGIcons/IconFastAccelerationFilled.js +1 -0
- package/components/SVGIcons/IconFeed.d.ts +4 -0
- package/components/SVGIcons/IconFeed.js +1 -0
- package/components/SVGIcons/IconFeedFilled.d.ts +4 -0
- package/components/SVGIcons/IconFeedFilled.js +1 -0
- package/components/SVGIcons/IconFilter.d.ts +4 -0
- package/components/SVGIcons/IconFilter.js +1 -0
- package/components/SVGIcons/IconFilterFilled.d.ts +4 -0
- package/components/SVGIcons/IconFilterFilled.js +1 -0
- package/components/SVGIcons/IconFlag.d.ts +4 -0
- package/components/SVGIcons/IconFlag.js +1 -0
- package/components/SVGIcons/IconFlagFilled.d.ts +4 -0
- package/components/SVGIcons/IconFlagFilled.js +1 -0
- package/components/SVGIcons/IconFolderLink.d.ts +4 -0
- package/components/SVGIcons/IconFolderLink.js +1 -0
- package/components/SVGIcons/IconFolderLinkFilled.d.ts +4 -0
- package/components/SVGIcons/IconFolderLinkFilled.js +1 -0
- package/components/SVGIcons/IconFood.d.ts +4 -0
- package/components/SVGIcons/IconFood.js +1 -0
- package/components/SVGIcons/IconFoodFilled.d.ts +4 -0
- package/components/SVGIcons/IconFoodFilled.js +1 -0
- package/components/SVGIcons/IconGb.d.ts +4 -0
- package/components/SVGIcons/IconGb.js +11 -0
- package/components/SVGIcons/IconGlobe.d.ts +4 -0
- package/components/SVGIcons/IconGlobe.js +1 -0
- package/components/SVGIcons/IconGlobeFilled.d.ts +4 -0
- package/components/SVGIcons/IconGlobeFilled.js +1 -0
- package/components/SVGIcons/IconGoogle.d.ts +4 -0
- package/components/SVGIcons/IconGoogle.js +3 -0
- package/components/SVGIcons/IconHandOpenHeart.d.ts +4 -0
- package/components/SVGIcons/IconHandOpenHeart.js +1 -0
- package/components/SVGIcons/IconHandOpenHeartFilled.d.ts +4 -0
- package/components/SVGIcons/IconHandOpenHeartFilled.js +1 -0
- package/components/SVGIcons/IconHeart.d.ts +4 -0
- package/components/SVGIcons/IconHeart.js +1 -0
- package/components/SVGIcons/IconHeartFilled.d.ts +4 -0
- package/components/SVGIcons/IconHeartFilled.js +1 -0
- package/components/SVGIcons/IconHistory.d.ts +4 -0
- package/components/SVGIcons/IconHistory.js +1 -0
- package/components/SVGIcons/IconHistoryFilled.d.ts +4 -0
- package/components/SVGIcons/IconHistoryFilled.js +1 -0
- package/components/SVGIcons/IconHome.d.ts +4 -0
- package/components/SVGIcons/IconHome.js +1 -0
- package/components/SVGIcons/IconHomeFilled.d.ts +4 -0
- package/components/SVGIcons/IconHomeFilled.js +1 -0
- package/components/SVGIcons/IconImage.d.ts +4 -0
- package/components/SVGIcons/IconImage.js +1 -0
- package/components/SVGIcons/IconImageFilled.d.ts +4 -0
- package/components/SVGIcons/IconImageFilled.js +1 -0
- package/components/SVGIcons/IconInfo.d.ts +4 -0
- package/components/SVGIcons/IconInfo.js +1 -0
- package/components/SVGIcons/IconInfoFilled.d.ts +4 -0
- package/components/SVGIcons/IconInfoFilled.js +1 -0
- package/components/SVGIcons/IconInstagram.d.ts +4 -0
- package/components/SVGIcons/IconInstagram.js +4 -0
- package/components/SVGIcons/IconKeyReset.d.ts +4 -0
- package/components/SVGIcons/IconKeyReset.js +1 -0
- package/components/SVGIcons/IconKeyResetFilled.d.ts +4 -0
- package/components/SVGIcons/IconKeyResetFilled.js +1 -0
- package/components/SVGIcons/IconLibrary.d.ts +4 -0
- package/components/SVGIcons/IconLibrary.js +1 -0
- package/components/SVGIcons/IconLibraryFilled.d.ts +4 -0
- package/components/SVGIcons/IconLibraryFilled.js +1 -0
- package/components/SVGIcons/IconLink.d.ts +4 -0
- package/components/SVGIcons/IconLink.js +1 -0
- package/components/SVGIcons/IconLinkFilled.d.ts +4 -0
- package/components/SVGIcons/IconLinkFilled.js +1 -0
- package/components/SVGIcons/IconLinkedin.d.ts +4 -0
- package/components/SVGIcons/IconLinkedin.js +1 -0
- package/components/SVGIcons/IconList.d.ts +4 -0
- package/components/SVGIcons/IconList.js +1 -0
- package/components/SVGIcons/IconListFilled.d.ts +4 -0
- package/components/SVGIcons/IconListFilled.js +1 -0
- package/components/SVGIcons/IconLocation.d.ts +4 -0
- package/components/SVGIcons/IconLocation.js +1 -0
- package/components/SVGIcons/IconLocationFilled.d.ts +4 -0
- package/components/SVGIcons/IconLocationFilled.js +1 -0
- package/components/SVGIcons/IconLockClosed.d.ts +4 -0
- package/components/SVGIcons/IconLockClosed.js +1 -0
- package/components/SVGIcons/IconLockClosedFilled.d.ts +4 -0
- package/components/SVGIcons/IconLockClosedFilled.js +1 -0
- package/components/SVGIcons/IconLockOpen.d.ts +4 -0
- package/components/SVGIcons/IconLockOpen.js +1 -0
- package/components/SVGIcons/IconLockOpenFilled.d.ts +4 -0
- package/components/SVGIcons/IconLockOpenFilled.js +1 -0
- package/components/SVGIcons/IconMail.d.ts +4 -0
- package/components/SVGIcons/IconMail.js +1 -0
- package/components/SVGIcons/IconMailAdd.d.ts +4 -0
- package/components/SVGIcons/IconMailAdd.js +1 -0
- package/components/SVGIcons/IconMailAddFilled.d.ts +4 -0
- package/components/SVGIcons/IconMailAddFilled.js +1 -0
- package/components/SVGIcons/IconMailArrowForward.d.ts +4 -0
- package/components/SVGIcons/IconMailArrowForward.js +1 -0
- package/components/SVGIcons/IconMailArrowForwardFilled.d.ts +4 -0
- package/components/SVGIcons/IconMailArrowForwardFilled.js +1 -0
- package/components/SVGIcons/IconMailFilled.d.ts +4 -0
- package/components/SVGIcons/IconMailFilled.js +1 -0
- package/components/SVGIcons/IconMailLink.d.ts +4 -0
- package/components/SVGIcons/IconMailLink.js +1 -0
- package/components/SVGIcons/IconMailLinkFilled.d.ts +4 -0
- package/components/SVGIcons/IconMailLinkFilled.js +1 -0
- package/components/SVGIcons/IconMedium.d.ts +4 -0
- package/components/SVGIcons/IconMedium.js +1 -0
- package/components/SVGIcons/IconMoon.d.ts +4 -0
- package/components/SVGIcons/IconMoon.js +1 -0
- package/components/SVGIcons/IconMore.d.ts +4 -0
- package/components/SVGIcons/IconMore.js +1 -0
- package/components/SVGIcons/IconMoreFilled.d.ts +4 -0
- package/components/SVGIcons/IconMoreFilled.js +1 -0
- package/components/SVGIcons/IconMoreVertical.d.ts +4 -0
- package/components/SVGIcons/IconMoreVertical.js +1 -0
- package/components/SVGIcons/IconMoreVerticalFilled.d.ts +4 -0
- package/components/SVGIcons/IconMoreVerticalFilled.js +1 -0
- package/components/SVGIcons/IconNavigation.d.ts +4 -0
- package/components/SVGIcons/IconNavigation.js +1 -0
- package/components/SVGIcons/IconNavigationFilled.d.ts +4 -0
- package/components/SVGIcons/IconNavigationFilled.js +1 -0
- package/components/SVGIcons/IconNotebook.d.ts +4 -0
- package/components/SVGIcons/IconNotebook.js +1 -0
- package/components/SVGIcons/IconNotebookAdd.d.ts +4 -0
- package/components/SVGIcons/IconNotebookAdd.js +7 -0
- package/components/SVGIcons/IconNotebookAddFilled.d.ts +4 -0
- package/components/SVGIcons/IconNotebookAddFilled.js +6 -0
- package/components/SVGIcons/IconNotebookFilled.d.ts +4 -0
- package/components/SVGIcons/IconNotebookFilled.js +1 -0
- package/components/SVGIcons/IconOnlyEmployee.d.ts +4 -0
- package/components/SVGIcons/IconOnlyEmployee.js +1 -0
- package/components/SVGIcons/IconOpen.d.ts +4 -0
- package/components/SVGIcons/IconOpen.js +1 -0
- package/components/SVGIcons/IconOpenFilled.d.ts +4 -0
- package/components/SVGIcons/IconOpenFilled.js +1 -0
- package/components/SVGIcons/IconPatient.d.ts +4 -0
- package/components/SVGIcons/IconPatient.js +1 -0
- package/components/SVGIcons/IconPatientFilled.d.ts +4 -0
- package/components/SVGIcons/IconPatientFilled.js +1 -0
- package/components/SVGIcons/IconPeople.d.ts +4 -0
- package/components/SVGIcons/IconPeople.js +1 -0
- package/components/SVGIcons/IconPeopleAdd.d.ts +4 -0
- package/components/SVGIcons/IconPeopleAdd.js +1 -0
- package/components/SVGIcons/IconPeopleAddFilled.d.ts +4 -0
- package/components/SVGIcons/IconPeopleAddFilled.js +1 -0
- package/components/SVGIcons/IconPeopleFilled.d.ts +4 -0
- package/components/SVGIcons/IconPeopleFilled.js +1 -0
- package/components/SVGIcons/IconPeopleList.d.ts +4 -0
- package/components/SVGIcons/IconPeopleList.js +1 -0
- package/components/SVGIcons/IconPeopleListFilled.d.ts +4 -0
- package/components/SVGIcons/IconPeopleListFilled.js +1 -0
- package/components/SVGIcons/IconPeopleTeam.d.ts +4 -0
- package/components/SVGIcons/IconPeopleTeam.js +1 -0
- package/components/SVGIcons/IconPeopleTeamFilled.d.ts +4 -0
- package/components/SVGIcons/IconPeopleTeamFilled.js +1 -0
- package/components/SVGIcons/IconPercent.d.ts +4 -0
- package/components/SVGIcons/IconPercent.js +1 -0
- package/components/SVGIcons/IconPerson.d.ts +4 -0
- package/components/SVGIcons/IconPerson.js +1 -0
- package/components/SVGIcons/IconPersonAccount.d.ts +4 -0
- package/components/SVGIcons/IconPersonAccount.js +1 -0
- package/components/SVGIcons/IconPersonAccountFilled.d.ts +4 -0
- package/components/SVGIcons/IconPersonAccountFilled.js +1 -0
- package/components/SVGIcons/IconPersonAdd.d.ts +4 -0
- package/components/SVGIcons/IconPersonAdd.js +1 -0
- package/components/SVGIcons/IconPersonAddFilled.d.ts +4 -0
- package/components/SVGIcons/IconPersonAddFilled.js +1 -0
- package/components/SVGIcons/IconPersonArrowLeft.d.ts +4 -0
- package/components/SVGIcons/IconPersonArrowLeft.js +1 -0
- package/components/SVGIcons/IconPersonArrowLeftFilled.d.ts +4 -0
- package/components/SVGIcons/IconPersonArrowLeftFilled.js +1 -0
- package/components/SVGIcons/IconPersonArrowRight.d.ts +4 -0
- package/components/SVGIcons/IconPersonArrowRight.js +1 -0
- package/components/SVGIcons/IconPersonArrowRightFilled.d.ts +4 -0
- package/components/SVGIcons/IconPersonArrowRightFilled.js +1 -0
- package/components/SVGIcons/IconPersonBoard.d.ts +4 -0
- package/components/SVGIcons/IconPersonBoard.js +1 -0
- package/components/SVGIcons/IconPersonFilled.d.ts +4 -0
- package/components/SVGIcons/IconPersonFilled.js +1 -0
- package/components/SVGIcons/IconPersonMinus.d.ts +4 -0
- package/components/SVGIcons/IconPersonMinus.js +1 -0
- package/components/SVGIcons/IconPersonStar.d.ts +4 -0
- package/components/SVGIcons/IconPersonStar.js +1 -0
- package/components/SVGIcons/IconPersonStarFilled.d.ts +4 -0
- package/components/SVGIcons/IconPersonStarFilled.js +1 -0
- package/components/SVGIcons/IconPersonSubtract.d.ts +4 -0
- package/components/SVGIcons/IconPersonSubtract.js +1 -0
- package/components/SVGIcons/IconPersonSubtractFilled.d.ts +4 -0
- package/components/SVGIcons/IconPersonSubtractFilled.js +1 -0
- package/components/SVGIcons/IconPhone.d.ts +4 -0
- package/components/SVGIcons/IconPhone.js +1 -0
- package/components/SVGIcons/IconPhoneFilled.d.ts +4 -0
- package/components/SVGIcons/IconPhoneFilled.js +1 -0
- package/components/SVGIcons/IconPlugConnected.d.ts +4 -0
- package/components/SVGIcons/IconPlugConnected.js +1 -0
- package/components/SVGIcons/IconPos.d.ts +4 -0
- package/components/SVGIcons/IconPos.js +1 -0
- package/components/SVGIcons/IconPosFilled.d.ts +4 -0
- package/components/SVGIcons/IconPosFilled.js +1 -0
- package/components/SVGIcons/IconProhibited.d.ts +4 -0
- package/components/SVGIcons/IconProhibited.js +1 -0
- package/components/SVGIcons/IconProhibitedFilled.d.ts +4 -0
- package/components/SVGIcons/IconProhibitedFilled.js +1 -0
- package/components/SVGIcons/IconProjectProduct.d.ts +4 -0
- package/components/SVGIcons/IconProjectProduct.js +1 -0
- package/components/SVGIcons/IconQuestion.d.ts +4 -0
- package/components/SVGIcons/IconQuestion.js +1 -0
- package/components/SVGIcons/IconQuestionFilled.d.ts +4 -0
- package/components/SVGIcons/IconQuestionFilled.js +1 -0
- package/components/SVGIcons/IconRedo.d.ts +4 -0
- package/components/SVGIcons/IconRedo.js +1 -0
- package/components/SVGIcons/IconRedoFilled.d.ts +4 -0
- package/components/SVGIcons/IconRedoFilled.js +1 -0
- package/components/SVGIcons/IconRu.d.ts +4 -0
- package/components/SVGIcons/IconRu.js +6 -0
- package/components/SVGIcons/IconRub.d.ts +4 -0
- package/components/SVGIcons/IconRub.js +1 -0
- package/components/SVGIcons/IconRubFilled.d.ts +4 -0
- package/components/SVGIcons/IconRubFilled.js +1 -0
- package/components/SVGIcons/IconSave.d.ts +4 -0
- package/components/SVGIcons/IconSave.js +1 -0
- package/components/SVGIcons/IconSaveFilled.d.ts +4 -0
- package/components/SVGIcons/IconSaveFilled.js +1 -0
- package/components/SVGIcons/IconSavings.d.ts +4 -0
- package/components/SVGIcons/IconSavings.js +1 -0
- package/components/SVGIcons/IconSavingsFilled.d.ts +4 -0
- package/components/SVGIcons/IconSavingsFilled.js +1 -0
- package/components/SVGIcons/IconSearch.d.ts +4 -0
- package/components/SVGIcons/IconSearch.js +1 -0
- package/components/SVGIcons/IconSearchFilled.d.ts +4 -0
- package/components/SVGIcons/IconSearchFilled.js +1 -0
- package/components/SVGIcons/IconSelectAllOff.d.ts +4 -0
- package/components/SVGIcons/IconSelectAllOff.js +1 -0
- package/components/SVGIcons/IconSelectAllOffFilled.d.ts +4 -0
- package/components/SVGIcons/IconSelectAllOffFilled.js +1 -0
- package/components/SVGIcons/IconSelectAllOn.d.ts +4 -0
- package/components/SVGIcons/IconSelectAllOn.js +1 -0
- package/components/SVGIcons/IconSelectAllOnFilled.d.ts +4 -0
- package/components/SVGIcons/IconSelectAllOnFilled.js +1 -0
- package/components/SVGIcons/IconSend.d.ts +4 -0
- package/components/SVGIcons/IconSend.js +1 -0
- package/components/SVGIcons/IconSendFilled.d.ts +4 -0
- package/components/SVGIcons/IconSendFilled.js +1 -0
- package/components/SVGIcons/IconSettings.d.ts +4 -0
- package/components/SVGIcons/IconSettings.js +1 -0
- package/components/SVGIcons/IconSettingsFilled.d.ts +4 -0
- package/components/SVGIcons/IconSettingsFilled.js +1 -0
- package/components/SVGIcons/IconShare.d.ts +4 -0
- package/components/SVGIcons/IconShare.js +1 -0
- package/components/SVGIcons/IconShareAndroid.d.ts +4 -0
- package/components/SVGIcons/IconShareAndroid.js +1 -0
- package/components/SVGIcons/IconShareAndroidFilled.d.ts +4 -0
- package/components/SVGIcons/IconShareAndroidFilled.js +1 -0
- package/components/SVGIcons/IconShareFilled.d.ts +4 -0
- package/components/SVGIcons/IconShareFilled.js +1 -0
- package/components/SVGIcons/IconSignOut.d.ts +4 -0
- package/components/SVGIcons/IconSignOut.js +1 -0
- package/components/SVGIcons/IconSignOutFilled.d.ts +4 -0
- package/components/SVGIcons/IconSignOutFilled.js +1 -0
- package/components/SVGIcons/IconSpinner.d.ts +4 -0
- package/components/SVGIcons/IconSpinner.js +1 -0
- package/components/SVGIcons/IconSpinnerFilled.d.ts +4 -0
- package/components/SVGIcons/IconSpinnerFilled.js +1 -0
- package/components/SVGIcons/IconStatus.d.ts +4 -0
- package/components/SVGIcons/IconStatus.js +1 -0
- package/components/SVGIcons/IconStatusFilled.d.ts +4 -0
- package/components/SVGIcons/IconStatusFilled.js +1 -0
- package/components/SVGIcons/IconSubtract.d.ts +4 -0
- package/components/SVGIcons/IconSubtract.js +1 -0
- package/components/SVGIcons/IconSubtractCircle.d.ts +4 -0
- package/components/SVGIcons/IconSubtractCircle.js +1 -0
- package/components/SVGIcons/IconSubtractCircleFilled.d.ts +4 -0
- package/components/SVGIcons/IconSubtractCircleFilled.js +1 -0
- package/components/SVGIcons/IconSubtractFilled.d.ts +4 -0
- package/components/SVGIcons/IconSubtractFilled.js +1 -0
- package/components/SVGIcons/IconSun.d.ts +4 -0
- package/components/SVGIcons/IconSun.js +10 -0
- package/components/SVGIcons/IconTableCellEdit.d.ts +4 -0
- package/components/SVGIcons/IconTableCellEdit.js +3 -0
- package/components/SVGIcons/IconTableCellEditFilled.d.ts +4 -0
- package/components/SVGIcons/IconTableCellEditFilled.js +5 -0
- package/components/SVGIcons/IconTelegram.d.ts +4 -0
- package/components/SVGIcons/IconTelegram.js +3 -0
- package/components/SVGIcons/IconTimer.d.ts +4 -0
- package/components/SVGIcons/IconTimer.js +1 -0
- package/components/SVGIcons/IconTimerFilled.d.ts +4 -0
- package/components/SVGIcons/IconTimerFilled.js +1 -0
- package/components/SVGIcons/IconTrophy.d.ts +4 -0
- package/components/SVGIcons/IconTrophy.js +1 -0
- package/components/SVGIcons/IconTrophyFilled.d.ts +4 -0
- package/components/SVGIcons/IconTrophyFilled.js +1 -0
- package/components/SVGIcons/IconTwitter.d.ts +4 -0
- package/components/SVGIcons/IconTwitter.js +1 -0
- package/components/SVGIcons/IconUndo.d.ts +4 -0
- package/components/SVGIcons/IconUndo.js +1 -0
- package/components/SVGIcons/IconUndoFilled.d.ts +4 -0
- package/components/SVGIcons/IconUndoFilled.js +1 -0
- package/components/SVGIcons/IconUnitsEmployee.d.ts +4 -0
- package/components/SVGIcons/IconUnitsEmployee.js +1 -0
- package/components/SVGIcons/IconUpload.d.ts +4 -0
- package/components/SVGIcons/IconUpload.js +1 -0
- package/components/SVGIcons/IconUs.d.ts +4 -0
- package/components/SVGIcons/IconUs.js +11 -0
- package/components/SVGIcons/IconUsd.d.ts +4 -0
- package/components/SVGIcons/IconUsd.js +1 -0
- package/components/SVGIcons/IconUsdFilled.d.ts +4 -0
- package/components/SVGIcons/IconUsdFilled.js +1 -0
- package/components/SVGIcons/IconUserMinus.d.ts +4 -0
- package/components/SVGIcons/IconUserMinus.js +1 -0
- package/components/SVGIcons/IconVideo.d.ts +4 -0
- package/components/SVGIcons/IconVideo.js +1 -0
- package/components/SVGIcons/IconVideoFilled.d.ts +4 -0
- package/components/SVGIcons/IconVideoFilled.js +1 -0
- package/components/SVGIcons/IconWallet.d.ts +4 -0
- package/components/SVGIcons/IconWallet.js +1 -0
- package/components/SVGIcons/IconWalletFilled.d.ts +4 -0
- package/components/SVGIcons/IconWalletFilled.js +1 -0
- package/components/SVGIcons/IconWarning.d.ts +4 -0
- package/components/SVGIcons/IconWarning.js +1 -0
- package/components/SVGIcons/IconWarningFilled.d.ts +4 -0
- package/components/SVGIcons/IconWarningFilled.js +1 -0
- package/components/SVGIcons/IconYoutube.d.ts +4 -0
- package/components/SVGIcons/IconYoutube.js +1 -0
- package/components/Select/ButtonSelect/ButtonSelect.d.ts +3 -0
- package/components/Select/ButtonSelect/ButtonSelect.js +3 -0
- package/components/Select/FilterSelect/FilterDropdown.d.ts +3 -0
- package/components/Select/FilterSelect/FilterDropdown.js +3 -0
- package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +3 -0
- package/components/Select/FilterSelect/FilterGroupDropdown.js +4 -0
- package/components/Select/FilterSelect/FilterSelect.d.ts +3 -0
- package/components/Select/FilterSelect/FilterSelect.js +4 -0
- package/components/Select/MultiSelect/DesktopWrapper.d.ts +18 -0
- package/components/Select/MultiSelect/DesktopWrapper.js +1 -0
- package/components/Select/MultiSelect/MobileWrapper.d.ts +10 -0
- package/components/Select/MultiSelect/MobileWrapper.js +2 -0
- package/components/Select/MultiSelect/MultiBase/MultiBase.d.ts +3 -0
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +5 -0
- package/components/Select/MultiSelect/MultiSelect.d.ts +3 -0
- package/components/Select/MultiSelect/MultiSelect.js +3 -0
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +3 -0
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +7 -0
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +3 -0
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +7 -0
- package/components/Select/MultiSelect/OptionsWrapper.d.ts +19 -0
- package/components/Select/MultiSelect/OptionsWrapper.js +1 -0
- package/components/Select/NestedSelect/NestedSelect.d.ts +3 -0
- package/components/Select/NestedSelect/NestedSelect.js +4 -0
- package/components/Select/ProfileDropdown/index.d.ts +3 -0
- package/components/Select/ProfileDropdown/index.js +10 -0
- package/components/Select/Select/Select.d.ts +3 -0
- package/components/Select/Select/Select.js +1 -0
- package/components/Select/Select/SelectDesktop/index.d.ts +3 -0
- package/components/Select/Select/SelectDesktop/index.js +2 -0
- package/components/Select/Select/SelectMobile/MobileTopContent.d.ts +9 -0
- package/components/Select/Select/SelectMobile/MobileTopContent.js +2 -0
- package/components/Select/Select/SelectMobile/index.d.ts +3 -0
- package/components/Select/Select/SelectMobile/index.js +5 -0
- package/components/Select/Select/helpers.d.ts +1 -0
- package/components/Select/Select/helpers.js +1 -0
- package/components/Select/SharedComponents/Actions.d.ts +8 -0
- package/components/Select/SharedComponents/Actions.js +3 -0
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.d.ts +15 -0
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +3 -0
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.d.ts +3 -0
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -0
- package/components/Select/SharedComponents/ContentTop.d.ts +21 -0
- package/components/Select/SharedComponents/ContentTop.js +3 -0
- package/components/Select/SharedComponents/Footer.d.ts +3 -0
- package/components/Select/SharedComponents/Footer.js +6 -0
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.d.ts +3 -0
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +3 -0
- package/components/Select/SharedComponents/Loading.d.ts +6 -0
- package/components/Select/SharedComponents/Loading.js +2 -0
- package/components/Select/SharedComponents/index.d.ts +6 -0
- package/components/Select/SharedComponents/index.js +1 -0
- package/components/Select/constants.d.ts +7 -0
- package/components/Select/constants.js +1 -0
- package/components/Select/helper.d.ts +0 -0
- package/components/Select/helper.js +0 -0
- package/components/Select/index.d.ts +5 -0
- package/components/Select/index.js +1 -0
- package/components/Select/localization.d.ts +4 -0
- package/components/Select/localization.js +1 -0
- package/components/Select/types.d.ts +279 -0
- package/components/Select/types.js +0 -0
- package/components/SideSheet/Footer/Footer.d.ts +16 -0
- package/components/SideSheet/Footer/Footer.js +5 -0
- package/components/SideSheet/SideSheet.d.ts +3 -0
- package/components/SideSheet/SideSheet.js +8 -0
- package/components/SideSheet/index.d.ts +1 -0
- package/components/SideSheet/index.js +1 -0
- package/components/SideSheet/types.d.ts +34 -0
- package/components/SideSheet/types.js +0 -0
- package/components/Snackbar/Snackbar.d.ts +5 -0
- package/components/Snackbar/Snackbar.js +5 -0
- package/components/Snackbar/consts.d.ts +7 -0
- package/components/Snackbar/consts.js +1 -0
- package/components/Snackbar/index.d.ts +1 -0
- package/components/Snackbar/index.js +1 -0
- package/components/Snackbar/types.d.ts +14 -0
- package/components/Snackbar/types.js +0 -0
- package/components/Status/Status.d.ts +3 -0
- package/components/Status/Status.js +4 -0
- package/components/Status/index.d.ts +1 -0
- package/components/Status/index.js +1 -0
- package/components/Status/types.d.ts +15 -0
- package/components/Status/types.js +0 -0
- package/components/Stepper/Stepper.d.ts +3 -0
- package/components/Stepper/Stepper.js +2 -0
- package/components/Stepper/index.d.ts +1 -0
- package/components/Stepper/index.js +1 -0
- package/components/Stepper/types.d.ts +15 -0
- package/components/Stepper/types.js +0 -0
- package/components/Switcher/Switcher.d.ts +3 -0
- package/components/Switcher/Switcher.js +5 -0
- package/components/Switcher/index.d.ts +1 -0
- package/components/Switcher/index.js +1 -0
- package/components/Switcher/types.d.ts +13 -0
- package/components/Switcher/types.js +0 -0
- package/components/Tab/Tab.d.ts +3 -0
- package/components/Tab/Tab.js +2 -0
- package/components/Tab/TabItem.d.ts +3 -0
- package/components/Tab/TabItem.js +3 -0
- package/components/Tab/index.d.ts +1 -0
- package/components/Tab/index.js +1 -0
- package/components/Tab/types.d.ts +49 -0
- package/components/Tab/types.js +0 -0
- package/components/Table/Header.d.ts +11 -0
- package/components/Table/Header.js +4 -0
- package/components/Table/IndeterminateCheckbox.d.ts +13 -0
- package/components/Table/IndeterminateCheckbox.js +1 -0
- package/components/Table/Row.d.ts +11 -0
- package/components/Table/Row.js +3 -0
- package/components/Table/Table.d.ts +3 -0
- package/components/Table/Table.js +6 -0
- package/components/Table/index.d.ts +1 -0
- package/components/Table/index.js +1 -0
- package/components/Table/localization.d.ts +5 -0
- package/components/Table/localization.js +1 -0
- package/components/Table/types.d.ts +42 -0
- package/components/Table/types.js +0 -0
- package/components/Table/utils.d.ts +5 -0
- package/components/Table/utils.js +3 -0
- package/components/TableV2/AdvancedPagination.d.ts +8 -0
- package/components/TableV2/AdvancedPagination.js +12 -0
- package/components/TableV2/ColumnHeader.d.ts +9 -0
- package/components/TableV2/ColumnHeader.js +6 -0
- package/components/TableV2/ColumnSettings.d.ts +9 -0
- package/components/TableV2/ColumnSettings.js +8 -0
- package/components/TableV2/IndeterminateCheckbox.d.ts +13 -0
- package/components/TableV2/IndeterminateCheckbox.js +2 -0
- package/components/TableV2/Table.d.ts +3 -0
- package/components/TableV2/Table.js +8 -0
- package/components/TableV2/constants/index.d.ts +6 -0
- package/components/TableV2/constants/index.js +1 -0
- package/components/TableV2/hooks/useTableColumnSettings.d.ts +2 -0
- package/components/TableV2/hooks/useTableColumnSettings.js +1 -0
- package/components/TableV2/hooks/useTableControl.d.ts +11 -0
- package/components/TableV2/hooks/useTableControl.js +1 -0
- package/components/TableV2/index.d.ts +3 -0
- package/components/TableV2/index.js +1 -0
- package/components/TableV2/loadTableSettings.d.ts +2 -0
- package/components/TableV2/loadTableSettings.js +1 -0
- package/components/TableV2/types.d.ts +70 -0
- package/components/TableV2/types.js +0 -0
- package/components/Text/Text.d.ts +3 -0
- package/components/Text/Text.js +2 -0
- package/components/Text/index.d.ts +1 -0
- package/components/Text/index.js +1 -0
- package/components/Text/types.d.ts +19 -0
- package/components/Text/types.js +0 -0
- package/components/Textarea/Textarea.d.ts +3 -0
- package/components/Textarea/Textarea.js +6 -0
- package/components/Textarea/index.d.ts +1 -0
- package/components/Textarea/index.js +1 -0
- package/components/Textarea/types.d.ts +17 -0
- package/components/Textarea/types.js +0 -0
- package/components/Tooltip/Tooltip.d.ts +3 -0
- package/components/Tooltip/Tooltip.js +1 -0
- package/components/Tooltip/index.d.ts +1 -0
- package/components/Tooltip/index.js +1 -0
- package/components/Tooltip/types.d.ts +20 -0
- package/components/Tooltip/types.js +1 -0
- package/components/UnderConstruction/UnderConstruction.d.ts +3 -0
- package/components/UnderConstruction/UnderConstruction.js +6 -0
- package/components/UnderConstruction/index.d.ts +1 -0
- package/components/UnderConstruction/index.js +1 -0
- package/components/UnderConstruction/localization.d.ts +4 -0
- package/components/UnderConstruction/localization.js +1 -0
- package/components/UnderConstruction/types.d.ts +12 -0
- package/components/UnderConstruction/types.js +0 -0
- package/consts/index.d.ts +47 -0
- package/consts/index.js +1 -0
- package/context/FormContextProvider.d.ts +5 -0
- package/context/FormContextProvider.js +1 -0
- package/context/index.d.ts +2 -0
- package/context/index.js +1 -0
- package/context/types.d.ts +21 -0
- package/context/types.js +1 -0
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +5 -0
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +2 -0
- package/helperComponents/AnimatePresenceWrapper/index.d.ts +1 -0
- package/helperComponents/AnimatePresenceWrapper/index.js +1 -0
- package/helperComponents/CodeBlock/CodeBlock.d.ts +8 -0
- package/helperComponents/CodeBlock/CodeBlock.js +2 -0
- package/helperComponents/CodeBlock/index.d.ts +2 -0
- package/helperComponents/CodeBlock/index.js +1 -0
- package/helperComponents/ErrorMessage/ErrorMessage.d.ts +3 -0
- package/helperComponents/ErrorMessage/ErrorMessage.js +3 -0
- package/helperComponents/ErrorMessage/consts.d.ts +3 -0
- package/helperComponents/ErrorMessage/consts.js +1 -0
- package/helperComponents/ErrorMessage/index.d.ts +1 -0
- package/helperComponents/ErrorMessage/index.js +1 -0
- package/helperComponents/ErrorMessage/types.d.ts +6 -0
- package/helperComponents/ErrorMessage/types.js +0 -0
- package/helperComponents/GoToWebPage/GoToWebPage.d.ts +6 -0
- package/helperComponents/GoToWebPage/GoToWebPage.js +1 -0
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.d.ts +7 -0
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +1 -0
- package/helperComponents/IconDynamicComponent/index.d.ts +1 -0
- package/helperComponents/IconDynamicComponent/index.js +1 -0
- package/helperComponents/Label/Label.d.ts +3 -0
- package/helperComponents/Label/Label.js +1 -0
- package/helperComponents/Label/index.d.ts +1 -0
- package/helperComponents/Label/index.js +1 -0
- package/helperComponents/Label/types.d.ts +11 -0
- package/helperComponents/Label/types.js +0 -0
- package/helperComponents/Loader/Loader.d.ts +3 -0
- package/helperComponents/Loader/Loader.js +2 -0
- package/helperComponents/Loader/index.d.ts +1 -0
- package/helperComponents/Loader/index.js +1 -0
- package/helperComponents/Loader/types.d.ts +4 -0
- package/helperComponents/Loader/types.js +0 -0
- package/helperComponents/OptionItem/OptionItem.d.ts +3 -0
- package/helperComponents/OptionItem/OptionItem.js +5 -0
- package/helperComponents/OptionItem/index.d.ts +1 -0
- package/helperComponents/OptionItem/index.js +1 -0
- package/helperComponents/OptionItem/types.d.ts +17 -0
- package/helperComponents/OptionItem/types.js +0 -0
- package/helpers/check-authorization.d.ts +2 -0
- package/helpers/check-authorization.js +1 -0
- package/helpers/download-file.d.ts +1 -0
- package/helpers/download-file.js +1 -0
- package/helpers/format-date.d.ts +2 -0
- package/helpers/format-date.js +1 -0
- package/helpers/get-module-prefix.d.ts +1 -0
- package/helpers/get-module-prefix.js +1 -0
- package/helpers/index.d.ts +8 -0
- package/helpers/index.js +1 -0
- package/helpers/isDeepEqual.d.ts +1 -0
- package/helpers/isDeepEqual.js +1 -0
- package/helpers/locale.d.ts +3 -0
- package/helpers/locale.js +1 -0
- package/helpers/logout.d.ts +1 -0
- package/helpers/logout.js +1 -0
- package/helpers/storage.d.ts +2 -0
- package/helpers/storage.js +1 -0
- package/hooks/index.d.ts +12 -0
- package/hooks/index.js +1 -0
- package/hooks/useAnimation.d.ts +12 -0
- package/hooks/useAnimation.js +1 -0
- package/hooks/useChangePositionsOnScroll.d.ts +1 -0
- package/hooks/useChangePositionsOnScroll.js +1 -0
- package/hooks/useDispatchEventOnScroll.d.ts +1 -0
- package/hooks/useDispatchEventOnScroll.js +1 -0
- package/hooks/useEscapeKey.d.ts +5 -0
- package/hooks/useEscapeKey.js +1 -0
- package/hooks/useFieldArray.d.ts +1 -0
- package/hooks/useFieldArray.js +1 -0
- package/hooks/useFormContext.d.ts +9 -0
- package/hooks/useFormContext.js +1 -0
- package/hooks/useFormProps.d.ts +2 -0
- package/hooks/useFormProps.js +1 -0
- package/hooks/useGetElemPositions.d.ts +10 -0
- package/hooks/useGetElemPositions.js +1 -0
- package/hooks/useGetElemSizes.d.ts +13 -0
- package/hooks/useGetElemSizes.js +1 -0
- package/hooks/useGetHasBottomSpace.d.ts +11 -0
- package/hooks/useGetHasBottomSpace.js +1 -0
- package/hooks/useGetIsMobile.d.ts +1 -0
- package/hooks/useGetIsMobile.js +1 -0
- package/hooks/useGetTooltipPosition.d.ts +1 -0
- package/hooks/useGetTooltipPosition.js +1 -0
- package/hooks/useGetTooltipStyles.d.ts +14 -0
- package/hooks/useGetTooltipStyles.js +1 -0
- package/hooks/useHideBodyScroll.d.ts +1 -0
- package/hooks/useHideBodyScroll.js +1 -0
- package/hooks/useHideOnScroll.d.ts +1 -0
- package/hooks/useHideOnScroll.js +1 -0
- package/hooks/useOnOutsideClick.d.ts +1 -0
- package/hooks/useOnOutsideClick.js +1 -0
- package/hooks/useScreenSize.d.ts +3 -0
- package/hooks/useScreenSize.js +1 -0
- package/package.json +45 -0
- package/type/file-upload.d.ts +5 -0
- package/type/file-upload.js +1 -0
- package/type/index.d.ts +5 -0
- package/type/index.js +1 -0
- package/type/locale.d.ts +10 -0
- package/type/locale.js +1 -0
- package/type/notification.d.ts +6 -0
- package/type/notification.js +1 -0
- package/type/status-code.d.ts +6 -0
- package/type/status-code.js +1 -0
- package/type/svg-icons.d.ts +14 -0
- package/type/svg-icons.js +0 -0
- package/utils/helpers.d.ts +16 -0
- package/utils/helpers.js +1 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import{jsxs as l,jsx as e}from"react/jsx-runtime";import{useState as m,useRef as a}from"react";import{Button as f}from"../Button/Button.js";import{Popover as u}from"../Popover/Popover.js";import y from"../SVGIcons/IconCopy.js";const P=({textAfterCopy:o,className:t="",text:r,dataId:s})=>{const[i,n]=m(!1),p=a(null);/* @__PURE__ */
|
|
2
|
+
return l("div",{ref:p,className:"copy-icon",children:[
|
|
3
|
+
/* @__PURE__ */e(f,{dataId:s,type:"tertiary",iconProps:{Component:y},size:"small",className:t,onClick:o=>{o.stopPropagation(),navigator.clipboard.writeText(r),n(!0),setTimeout(()=>n(!1),3e3)}}),i?/* @__PURE__ */e(u,{clicked:!0,elemRef:p.current,text:o||"Copied",position:"top-center"}):null]})};export{P as Copy};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Copy';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Copy as r}from"./Copy.js";export{r as Copy};
|
|
File without changes
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{jsx as D}from"react/jsx-runtime";import{forwardRef as F}from"react";import{Input as k}from"../Input/Input.js";import p from"classnames";import{noop as f}from"../../utils/helpers.js";import z from"../SVGIcons/IconAdd.js";import E from"../SVGIcons/IconSubtract.js";const P=F((e,a)=>{const{max:r=99999999,min:o=0,handleChange:t,name:s,counter:n=0,setFieldValue:m,customError:i,label:l,required:c=!1,value:d,hasError:u=!1,...I}=e,v=void 0!==d?parseInt(d):n,C=void 0!==d,h=e=>{t&&t(+e>r?r:+e<o?o:e),m&&s&&m(s,e,{shouldValidate:u})},b=v<=o,j=void 0===v||v>=r;/* @__PURE__ */
|
|
2
|
+
return D(k,{...I,className:"counter",error:C?"":i,label:l,required:c,leftIconProps:{dataId:`${I.dataId}-decrement`,size:"small",Component:E,className:p({action_active:!b}),type:b?"disabled":"primary",onClick:b?f:()=>h(v-1)},rightIconProps:{dataId:`${I.dataId}-increment`,Component:z,size:"small",className:p({action_active:!j}),onClick:j?f:()=>h(v+1),type:j?"disabled":"primary"},type:"number",name:s,value:v,onChange:e=>h(parseInt(e.target.value))})});P.displayName="Counter";export{P as Counter};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Counter';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Counter as e}from"./Counter.js";export{e as Counter};
|
|
File without changes
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import{jsx as e,jsxs as n}from"react/jsx-runtime";import{forwardRef as y,useMemo as z}from"react";import w from"classnames";import{Label as S}from"../../helperComponents/Label/Label.js";import C from"../SVGIcons/IconMoon.js";import I from"../SVGIcons/IconSun.js";const M=y((a,s)=>{const{onClick:l,id:r="",name:o,value:t,disabled:i,label:c,inlineType:d=!1,dataId:m,size:h="small",setFieldValue:p,selectedValue:b,className:f="",labelAddons:k,orientation:u="right",hasSpaceBetween:x=!0}=a,_=!!t||!!b,M=z(()=>/* @__PURE__ */e(S,{text:c,disabled:i,labelAddons:k,size:d?"standard":h,className:"switcher__label"}),[c,i,k,d,h]),N="small"===h?"xsmall":"small";/* @__PURE__ */
|
|
2
|
+
return n("div",{className:w("dark-mode-switcher",{"dark-mode-switcher--inline":d,"dark-mode-switcher--space-between":x}),children:[c&&"right"===u&&M,
|
|
3
|
+
/* @__PURE__ */n("label",{id:r,className:w("controller","controller--switch",`controller--switch-${h}`,f,{"controller--disabled":i}),children:[
|
|
4
|
+
/* @__PURE__ */e("input",{"data-id":m,type:"checkbox",tabIndex:0,onChange:()=>{o&&p&&p(o,!_),l&&l(!_)},checked:_,disabled:i}),
|
|
5
|
+
/* @__PURE__ */n("span",{className:"controller__icon",children:[/* @__PURE__ */e(b?I:C,{type:"warning",size:N}),
|
|
6
|
+
/* @__PURE__ */e("span",{className:"controller__icon__inner"})]})]}),c&&"left"===u&&M]})});M.displayName="DarkModeSwitcher";export{M as DarkModeSwitcher};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DarkModeSwitcher';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{DarkModeSwitcher as o}from"./DarkModeSwitcher.js";export{o as DarkModeSwitcher};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface TSwitcherProps extends IFormCompProps {
|
|
2
|
+
onClick?: (isChecked: boolean) => void;
|
|
3
|
+
className?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
selectedValue?: boolean;
|
|
6
|
+
size?: 'large' | 'small';
|
|
7
|
+
inlineType?: boolean;
|
|
8
|
+
id?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
labelAddons?: React.ReactElement;
|
|
11
|
+
orientation?: 'left' | 'right';
|
|
12
|
+
hasSpaceBetween?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare enum ThemeMode {
|
|
15
|
+
Light = "light",
|
|
16
|
+
Dark = "dark"
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var t=/* @__PURE__ */(t=>(t.Light="light",t.Dark="dark",t))(t||{});export{t as ThemeMode};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ReactDatePickerCustomHeaderProps } from 'react-datepicker';
|
|
3
|
+
interface TProps extends ReactDatePickerCustomHeaderProps {
|
|
4
|
+
startYear: number;
|
|
5
|
+
endYear: number;
|
|
6
|
+
dataPrefix?: string;
|
|
7
|
+
isMobile?: boolean;
|
|
8
|
+
locale?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const CustomHeader: (props: TProps) => ReactElement;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import{jsxs as p,jsx as r}from"react/jsx-runtime";import"../../Select/Select/Select.js";import"../../Select/MultiSelect/MultiSelect.js";import"react";import"../../Input/Input.js";import"classnames";import{noop as d,getYearOptions as N}from"../../../utils/helpers.js";import"../../../consts/index.js";import"../../../context/types.js";import"../../../hooks/useScreenSize.js";import"react-hook-form";import"../../../helperComponents/ErrorMessage/consts.js";import"../../FileUpload/DropzoneFileUpload/DropzoneFileUpload.js";import"../../Checkbox/Checkbox.js";import{ButtonSelect as h}from"../../Select/ButtonSelect/ButtonSelect.js";import C from"../../SVGIcons/IconChevronLeft.js";import S from"../../SVGIcons/IconChevronRight.js";import{generateMonthOptions as Y}from"./helpers.js";const J=e=>{const{date:t,dataPrefix:o,changeYear:s,changeMonth:l,decreaseMonth:a,increaseMonth:i,startYear:n,endYear:c,prevMonthButtonDisabled:m,nextMonthButtonDisabled:u,locale:f,isMobile:j=!1}=e,I=Y(f),x=null==t?void 0:t.getMonth(),b=null==t?void 0:t.getFullYear();/* @__PURE__ */
|
|
2
|
+
return p("div",{className:"flexbox custom_header_container",children:[
|
|
3
|
+
/* @__PURE__ */r(C,{size:"small",className:"cursor-pointer",dataId:o?`${o}-prev-month-button`:"",onClick:m?d:a,type:m?"disabled":"primary"}),
|
|
4
|
+
/* @__PURE__ */p("div",{className:"selects_container",children:[
|
|
5
|
+
/* @__PURE__ */r(h,{size:"small",type:"tertiary",className:"date_picker_select",offsets:j?{}:{top:42,left:48},placeHolder:(e=>{const t=I.find(t=>t.value===e);return null==t?void 0:t.label.toString()})(x),dataId:o?`${o}-month-select`:"",options:I,selectedItem:x,setSelectedItem:e=>l(e),dropdownWidth:150,isRequiredField:!0}),
|
|
6
|
+
/* @__PURE__ */r(h,{type:"tertiary",className:"date_picker_select",offsets:j?{}:{top:42,left:138},placeHolder:b.toString(),dataId:o?`${o}-year-select`:"",size:"small",options:N(n,c),selectedItem:b,setSelectedItem:e=>s(e),dropdownWidth:100,isRequiredField:!0})]}),
|
|
7
|
+
/* @__PURE__ */r(S,{size:"small",className:"cursor-pointer",dataId:o?`${o}-next-month-button`:"",onClick:u?d:i,type:u?"disabled":"primary"})]})};export{J as CustomHeader};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const generateMonthOptions: (locale?: string) => TSelectOptions;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{MONTHS as o}from"../localization.js";const l=(t="hy")=>{let a=t;return o[t]||(a="hy"),o[a].map((o,t)=>({label:o,value:t}))};export{l as generateMonthOptions};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{RangeDatePickerDesktop as i}from"./RangeDatePickerDesktop.js";import{useIsMobile as r}from"../../../hooks/useGetIsMobile.js";import{RangeDatePickerMobile as t}from"./RangeDatePickerMobile.js";const b=e=>r()?/* @__PURE__ */o(t,{...e}):/* @__PURE__ */o(i,{...e});export{b as RangeDatePicker};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import{jsxs as N,jsx as o}from"react/jsx-runtime";import{forwardRef as S,useState as V,useRef as E,useEffect as L}from"react";import $ from"dayjs";import q from"react-datepicker";import{Input as w}from"../../Input/Input.js";import{DateFormat as H}from"../types.js";import{useImportFilesDynamically as T}from"../hooks.js";import{isSameDay as z}from"../../../utils/helpers.js";import{Label as B}from"../../../helperComponents/Label/Label.js";import G from"../../SVGIcons/IconCalendarRight.js";const J=S((e,r)=>{const{value:a,currentDates:t=[],setFieldValue:s,name:n,changeHandler:i,dataId:l,format:c=H.LongDate,maxDate:m,minDate:p,locale:u="hy",disabled:d,placeholderText:f,label:D,hasError:h,required:y,...j}=e;T(u);const k=void 0!==a&&Array.isArray(a)?a:t,[I,g]=V(k),x=E(null),b=e=>{e&&Array.isArray(e)&&(g(e),i&&i(e),s&&n&&s(n,e))};if(L(()=>{g(k)},[k]),!Array.isArray(I))return null;const v=e=>e?$(e).format(c):"";/* @__PURE__ */
|
|
2
|
+
return N("div",{className:"picker-container input__inner",children:[
|
|
3
|
+
/* @__PURE__ */o(B,{text:D,required:y,invalid:h}),
|
|
4
|
+
/* @__PURE__ */o(q,{...j,locale:u,minDate:p,maxDate:m,startDate:I[0],endDate:I[1],selectsRange:!0,disabled:d,onChange:b,onClickOutside:()=>{const[e,r]=I;(!e||!r)&&b([null,null])},ref:x,customInput:/* @__PURE__ */o("div",{className:"date-picker_input-container",children:/* @__PURE__ */o(w,{dataId:l,disabled:d,placeholder:f,currentValue:(e=>{const[r,a]=e,t=v(r),s=v(a);return z(r,a)||!e[1]?t:`${t} - ${s}`})(I),rightIconProps:{Component:G,onClick:()=>{var e,r;if(x.current){const a=null==(e=x.current)?void 0:e.isCalendarOpen();null==(r=x.current)||r.setOpen(!a)}}}})})})]})});J.displayName="RangeDatePickerDesktop";export{J as RangeDatePickerDesktop};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import{jsxs as f,Fragment as q,jsx as a}from"react/jsx-runtime";import{forwardRef as z,useState as D,useEffect as B}from"react";import G from"react-datepicker";import{Input as y}from"../../Input/Input.js";import{DateFormat as J}from"../types.js";import{useImportFilesDynamically as K}from"../hooks.js";import{isSameDay as Q}from"../../../utils/helpers.js";import U from"../../SVGIcons/IconCalendarRight.js";import{Modal as W}from"../../Modal/Modal.js";import"classnames";import"../../../consts/index.js";import"../../../context/types.js";import"../../../hooks/useScreenSize.js";import"react-hook-form";import{CustomHeader as X}from"../CustomHeader/CustomHeader.js";import{formatDate as i}from"../../../helpers/format-date.js";import"react-toastify";import"../../Snackbar/consts.js";import"react-toastify/dist/ReactToastify.css";const Z=z((e,t)=>{const{value:r,currentDates:o=[],setFieldValue:s,name:n,changeHandler:l,dataId:m,format:c=J.LongDate,maxDate:d,minDate:p,locale:u="hy",disabled:x,placeholderText:j,dataIdPrefix:b,modalOptions:h,...C}=e;K(u);const g=p?p.getFullYear():1900,k=d?d.getFullYear():/* @__PURE__ */(new Date).getFullYear()+5,I=void 0!==r&&Array.isArray(r)?r:o,[v,F]=D(I),[A,M]=D(!1),[O,P]=D(!1),R=e=>{e&&Array.isArray(e)&&F(e)};if(B(()=>{F(I)},[I]),!Array.isArray(v))return null;const S=()=>{M(!0)},T=()=>{M(!1)},[H,Y]=v;/* @__PURE__ */
|
|
2
|
+
return f(q,{children:[
|
|
3
|
+
/* @__PURE__ */a(y,{readOnly:!0,onClick:S,dataId:m,disabled:x,placeholder:j,currentValue:(e=>{if(A&&!O)return;const[a,t]=e,r=i(a,c),o=i(t,c);return Q(a,t)||!t?r:`${r} - ${o}`})(v),rightIconProps:{Component:U,onClick:S}}),
|
|
4
|
+
/* @__PURE__ */f(W,{isOpen:A,title:null==h?void 0:h.title,onClose:T,buttonProps:{confirm:{buttonText:null==h?void 0:h.btnConfirmText,onClick:()=>{l&&l(v),s&&n&&s(n,v),P(!0),T()}},cancel:{buttonText:null==h?void 0:h.btnCancelText,onClick:T}},closeIcon:!0,children:[
|
|
5
|
+
/* @__PURE__ */f("div",{className:"flexbox justify-content--between mb-16 gap-16",children:[
|
|
6
|
+
/* @__PURE__ */a(y,{readOnly:!0,value:i(H,c)}),
|
|
7
|
+
/* @__PURE__ */a(y,{readOnly:!0,value:i(Y,c)})]}),
|
|
8
|
+
/* @__PURE__ */a(G,{...C,inline:!0,locale:u,minDate:p,maxDate:d,startDate:H,endDate:Y,selectsRange:!0,disabled:x,onChange:R,onClickOutside:()=>{const[e,a]=v;(!e||!a)&&R([null,null])},renderCustomHeader:e=>/* @__PURE__ */a(X,{...e,locale:u,startYear:g,endYear:k,dataPrefix:b,isMobile:!0})})]})]})});Z.displayName="RangeDatePickerMobile";export{Z as RangeDatePickerMobile};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './RangeDatePicker';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{RangeDatePicker as a}from"./RangeDatePicker.js";export{a as RangeDatePicker};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as i}from"react/jsx-runtime";import{forwardRef as r}from"react";import{SimpleDatePickerDesktop as o}from"./SimpleDatePickerDesktop.js";import{useIsMobile as m}from"../../../hooks/useGetIsMobile.js";import{SimpleDatePickerMobile as t}from"./SimpleDatePickerMobile.js";const p=r((e,r)=>m()?/* @__PURE__ */i(t,{...e}):/* @__PURE__ */i(o,{...e}));p.displayName="SimpleDatePicker";export{p as SimpleDatePicker};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import{jsxs as R,jsx as a}from"react/jsx-runtime";import{useRef as S}from"react";import u from"dayjs";import T from"react-datepicker";import{Input as V}from"../../Input/Input.js";import{Label as q}from"../../../helperComponents/Label/Label.js";import{CustomHeader as w}from"../CustomHeader/CustomHeader.js";import{useImportFilesDynamically as z}from"../hooks.js";import E from"../../SVGIcons/IconCalendarRight.js";const U=e=>{const{value:r,currentDate:t,setFieldValue:o,name:l,label:n,size:s,locale:i="hy",changeHandler:m,format:c="M/D/YYYY",required:d=!1,dataId:p,hasError:f,placeholderText:x,minDate:h,maxDate:j,dataIdPrefix:D,helperText:I,inline:C,...g}=e,Y=h?h.getFullYear():1900,b=j?j.getFullYear():/* @__PURE__ */(new Date).getFullYear()+5,k=S(null);z(i);const v=void 0!==r&&"[object Date]"===Object.prototype.toString.call(r)?r:t;/* @__PURE__ */
|
|
2
|
+
return R("div",{className:"picker-container",children:[
|
|
3
|
+
/* @__PURE__ */a(q,{text:n,required:d,invalid:f}),
|
|
4
|
+
/* @__PURE__ */a(T,{minDate:h,maxDate:j,selected:u(v).isValid()?v:null,locale:i,ref:k,customInput:/* @__PURE__ */a(V,{size:s,dataId:p,helperText:I,datePlaceHolderText:n?"":x,rightIconProps:{Component:E,onClick:()=>{var e,a;if(k.current){const r=null==(e=k.current)?void 0:e.isCalendarOpen();null==(a=k.current)||a.setOpen(!r)}}},currentValue:v?u(v.toString()).format(c):""}),inline:C,...g,onChange:e=>{o&&l&&o(l,e),m&&m(e)},renderCustomHeader:e=>/* @__PURE__ */a(w,{...e,locale:i,startYear:Y,endYear:b,dataPrefix:D})})]})};export{U as SimpleDatePickerDesktop};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{jsxs as S,Fragment as v,jsx as e}from"react/jsx-runtime";import T from"react";import{Input as V}from"../../Input/Input.js";import w from"../../SVGIcons/IconCalendarRight.js";import D from"dayjs";import{useImportFilesDynamically as R}from"../hooks.js";import{Modal as q}from"../../Modal/Modal.js";import"classnames";import"../../../consts/index.js";import"../../../context/types.js";import"../../../hooks/useScreenSize.js";import"react-hook-form";import{CustomHeader as z}from"../CustomHeader/CustomHeader.js";import E from"react-datepicker";import{Label as L}from"../../../helperComponents/Label/Label.js";const re=t=>{const{size:r,dataId:o,helperText:a,label:l,placeholderText:s,format:i="M/D/YYYY",value:n,currentDate:m,minDate:d,maxDate:c,locale:p="hy",dataIdPrefix:u,modalOptions:h,name:f,changeHandler:j,setFieldValue:x,required:C,hasError:I,...g}=t,Y=d?d.getFullYear():1900,b=c?c.getFullYear():/* @__PURE__ */(new Date).getFullYear()+5,[k,y]=T.useState(!1);R(p);const F=void 0!==n&&"[object Date]"===Object.prototype.toString.call(n)?n:m,H=()=>{y(!0)},M=()=>{y(!1)};/* @__PURE__ */
|
|
2
|
+
return S(v,{children:[
|
|
3
|
+
/* @__PURE__ */e(L,{text:l,required:C,invalid:I}),
|
|
4
|
+
/* @__PURE__ */e(V,{size:r,onClick:H,dataId:o,readOnly:!0,helperText:a,datePlaceHolderText:l?"":s,rightIconProps:{Component:w,onClick:H},currentValue:F?D(F.toString()).format(i):""}),
|
|
5
|
+
/* @__PURE__ */e(q,{isOpen:k,title:null==h?void 0:h.title,onClose:M,withFooter:!1,closeIcon:!0,children:/* @__PURE__ */e(E,{minDate:d,maxDate:c,selected:D(F).isValid()?F:null,locale:p,inline:!0,...g,onChange:e=>{x&&f&&x(f,e),j&&j(e),M()},renderCustomHeader:t=>/* @__PURE__ */e(z,{...t,locale:p,startYear:Y,endYear:b,dataPrefix:u,isMobile:!0})})})]})};export{re as SimpleDatePickerMobile};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SimpleDatePicker';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{SimpleDatePicker as i}from"./SimpleDatePicker.js";export{i as SimpleDatePicker};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import '@ncdai/react-wheel-picker/style.css';
|
|
3
|
+
type TProps = {
|
|
4
|
+
mobileTitle?: string;
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
onApply: (selectedDate: Date) => void;
|
|
7
|
+
closeTimePicker: () => void;
|
|
8
|
+
dateInitialValue: Date | undefined;
|
|
9
|
+
modalApplyButtonText?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const MobileModalContent: ({ onApply, isOpen, mobileTitle, modalApplyButtonText, closeTimePicker, dateInitialValue }: TProps) => ReactElement;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import{jsx as i,jsxs as k}from"react/jsx-runtime";import{useState as m}from"react";import{Modal as u}from"../../Modal/Modal.js";import"classnames";import"../../../consts/index.js";import"../../../context/types.js";import"../../../hooks/useScreenSize.js";import"react-hook-form";import"dayjs";import{HOUR_OPTIONS as g,MINUTE_OPTIONS as b}from"./consts.js";import{WheelPickerWrapper as w,WheelPicker as l}from"@ncdai/react-wheel-picker";import"@ncdai/react-wheel-picker/style.css";const y=({onApply:e,isOpen:t,mobileTitle:o,modalApplyButtonText:r="Apply",closeTimePicker:s,dateInitialValue:p=/* @__PURE__ */new Date})=>{const[c,a]=m(`${p.getHours()}`),[n,h]=m(`${p.getMinutes()}`);/* @__PURE__ */
|
|
2
|
+
return i(u,{isOpen:t,title:o,onClose:s,className:"time-picker-mobile",buttonProps:{confirm:{buttonText:r,onClick:()=>{const i=/* @__PURE__ */new Date;i.setHours(+c,+n,0),e(i)},className:"time_apply_button"}},closeIcon:!0,children:/* @__PURE__ */i("div",{className:"mobile_time_picker",children:/* @__PURE__ */k(w,{className:"mobile_time_picker-wheel-picker",children:[
|
|
3
|
+
/* @__PURE__ */i(l,{value:`${c}`,options:g,infinite:!0,classNames:{optionItem:"mobile_time_picker-wheel-picker-item mobile_time_picker-wheel-picker-item__hour",highlightWrapper:"mobile_time_picker-wheel-picker-highlight",highlightItem:"mobile_time_picker-wheel-picker-highlight-item__hour"},onValueChange:e=>{a(e)}}),
|
|
4
|
+
/* @__PURE__ */i(l,{value:`${n}`,options:b,infinite:!0,classNames:{optionItem:"mobile_time_picker-wheel-picker-item mobile_time_picker-wheel-picker-item__minute",highlightWrapper:"mobile_time_picker-wheel-picker-highlight",highlightItem:"mobile_time_picker-wheel-picker-highlight-item__minute"},onValueChange:e=>{h(e)}})]})})})};export{y as MobileModalContent};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as o}from"react/jsx-runtime";import{useIsMobile as e}from"../../../hooks/useGetIsMobile.js";import{TimePickerMobile as r}from"./TimePickerMobile.js";import{TimePickerDesktop as m}from"./TimePickerDesktop.js";const k=i=>e()?/* @__PURE__ */o(r,{...i}):/* @__PURE__ */o(m,{...i});export{k as TimePicker};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import{jsxs as S,jsx as a}from"react/jsx-runtime";import{useState as x,useRef as w}from"react";import b from"dayjs";import F from"react-datepicker";import{Input as N}from"../../Input/Input.js";import{Label as P}from"../../../helperComponents/Label/Label.js";import{useImportFilesDynamically as V}from"../hooks.js";import _ from"../../SVGIcons/IconClock.js";const J=e=>{const{value:t,currentTime:r,name:o,setFieldValue:n,label:s,size:l,dataId:i,changeHandler:c,required:m,format:u="HH:mm",locale:d="hy",hasError:p,...f}=e,[h,j]=x(),I=void 0!==t&&"[object Date]"===Object.prototype.toString.call(t)?t:r,v=w(null);V(d);const g=e=>{j(e?b(e).format("HH:mm"):""),c&&c(e),n&&o&&n(o,e)};/* @__PURE__ */
|
|
2
|
+
return S("div",{className:"picker-container input__inner",children:[
|
|
3
|
+
/* @__PURE__ */a(P,{text:s,required:m,invalid:p}),
|
|
4
|
+
/* @__PURE__ */a(F,{selected:b(I).isValid()?I:null,locale:d,showTimeSelect:!0,showTimeSelectOnly:!0,dateFormat:u,ref:v,...f,onChange:g,customInput:/* @__PURE__ */a(N,{handleChange:e=>{j(e.target.value)},handleBlurEvent:()=>{const e=/* @__PURE__ */new Date;if(e.setHours(0,0),!h||h.includes(":")&&":"!==h[2])return void g(e);const t=h.replace(":","");if(4===t.length){const r=Number(t.slice(0,2)),a=Number(t.slice(2,4));r<24&&a<60&&e.setHours(r,a)}g(e)},disabled:f.disabled,dataId:i,size:l,rightIconProps:{Component:_,onClick:()=>{var e,t;if(v.current){const r=null==(e=v.current)?void 0:e.isCalendarOpen();null==(t=v.current)||t.setOpen(!r)}}}})})]})};export{J as TimePickerDesktop};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{jsxs as I,Fragment as j,jsx as i}from"react/jsx-runtime";import{useState as y}from"react";import{Label as H}from"../../../helperComponents/Label/Label.js";import{Input as v}from"../../Input/Input.js";import M from"../../SVGIcons/IconCalendarRight.js";import S from"dayjs";import{MobileModalContent as V}from"./MobileModalContent.js";const E=e=>{const{value:t,currentTime:o,format:r="HH:mm",label:a,required:l,hasError:n,size:m,placeholderText:s,dataId:d,changeHandler:p,setFieldValue:c,modalOptions:u,name:b}=e,f=void 0!==t&&"[object Date]"===Object.prototype.toString.call(t)?t:o,[x,C]=y(!1),T=()=>C(!0),h=()=>C(!1);/* @__PURE__ */
|
|
2
|
+
return I(j,{children:[
|
|
3
|
+
/* @__PURE__ */i(H,{text:a,required:l,invalid:n}),
|
|
4
|
+
/* @__PURE__ */i(v,{size:m,onClick:T,dataId:d,readOnly:!0,datePlaceHolderText:a?"":s,rightIconProps:{Component:M,onClick:T},currentValue:f?S(f.toString()).format(r):""}),
|
|
5
|
+
/* @__PURE__ */i(V,{dateInitialValue:f,onApply:e=>{(e=>{p&&p(e),c&&b&&c(b,e)})(e),h()},mobileTitle:null==u?void 0:u.title,isOpen:x,closeTimePicker:h,modalApplyButtonText:null==u?void 0:u.btnConfirmText})]})};export{E as TimePickerMobile};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{createArray as o}from"./helpers.js";const t=24,r=60,O=o(t),T=o(r);export{t as HOUR_LENGTH,O as HOUR_OPTIONS,r as MINUTE_LENGTH,T as MINUTE_OPTIONS};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const o=(a,e=0)=>Array.from({length:a},(a,r)=>{const t=r+e;return{label:t.toString().padStart(2,"0"),value:t.toString()}}),n=[{label:"AM",value:"AM"},{label:"PM",value:"PM"}];export{o as createArray,n as meridiemOptions};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './TimePicker';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{TimePicker as i}from"./TimePicker.js";export{i as TimePicker};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{useState as e,useEffect as m}from"react";import{registerLocale as r}from"react-datepicker";import{locale as i}from"dayjs";import{hy as f}from"date-fns/locale/hy";import{enGB as p}from"date-fns/locale/en-GB";import{ru as s}from"date-fns/locale/ru";import"dayjs/locale/hy-am";import"dayjs/locale/ru";import"dayjs/locale/en";import{DayJSLocale as l}from"../../type/locale.js";function x(a){const[o,r]=e(!1);m(()=>{a&&(async()=>{r(!1),i(l[a]),setTimeout(()=>{r(!0)},0)})()},[a])}r("hy",f),r("en",p),r("ru",s);export{x as useImportFilesDynamically};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{TimePicker as o}from"./TimePicker/TimePicker.js";import{SimpleDatePicker as m}from"./SimpleDatePicker/SimpleDatePicker.js";import{RangeDatePicker as p}from"./RangeDatePicker/RangeDatePicker.js";export{p as RangeDatePicker,m as SimpleDatePicker,o as TimePicker};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const e={en:["January","February","March","April","May","June","July","August","September","October","November","December"],ru:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],hy:["Հունվար","Փետրվար","Մարտ","Ապրիլ","Մայիս","Հունիս","Հուլիս","Օգոստոս","Սեպտեմբեր","Հոկտեմբեր","Նոյեմբեր","Դեկտեմբեր"]};export{e as MONTHS};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { DatePickerProps } from 'react-datepicker';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
type DatePickerDefaultProps = Omit<IFormCompProps, 'value'> & Omit<DatePickerProps, 'onChange' | 'value'>;
|
|
4
|
+
export interface TDatepickerBaseProps extends DatePickerDefaultProps {
|
|
5
|
+
dataId?: string;
|
|
6
|
+
dataIdPrefix?: string;
|
|
7
|
+
label?: ReactNode;
|
|
8
|
+
format?: string;
|
|
9
|
+
inline?: boolean;
|
|
10
|
+
modalOptions?: {
|
|
11
|
+
title?: string;
|
|
12
|
+
btnConfirmText?: string;
|
|
13
|
+
btnCancelText?: string;
|
|
14
|
+
};
|
|
15
|
+
locale?: string;
|
|
16
|
+
}
|
|
17
|
+
export interface ISimpleDatePickerProps extends TDatepickerBaseProps {
|
|
18
|
+
helperText?: string;
|
|
19
|
+
currentDate?: Date | undefined;
|
|
20
|
+
changeHandler?: (date: Date | null) => void;
|
|
21
|
+
excludeDates?: Date[];
|
|
22
|
+
required?: boolean;
|
|
23
|
+
value?: Date;
|
|
24
|
+
size?: 'large' | 'small';
|
|
25
|
+
}
|
|
26
|
+
export interface ITimePickerProps extends TDatepickerBaseProps {
|
|
27
|
+
currentTime?: Date | undefined;
|
|
28
|
+
changeHandler?: (date: Date | null) => void;
|
|
29
|
+
required?: boolean;
|
|
30
|
+
filterTime?: (date: Date) => boolean;
|
|
31
|
+
value?: Date;
|
|
32
|
+
size?: 'large' | 'small';
|
|
33
|
+
modalApplyButtonText?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface IRangeDatePickerProps extends TDatepickerBaseProps {
|
|
36
|
+
currentDates?: TRangePickerValues;
|
|
37
|
+
changeHandler: (date: TRangePickerValues) => void;
|
|
38
|
+
maxDate?: Date | undefined;
|
|
39
|
+
value?: [Date, Date];
|
|
40
|
+
}
|
|
41
|
+
export type TRangePickerValues = [Date | null, Date | null];
|
|
42
|
+
export declare enum DateFormat {
|
|
43
|
+
LongDate = "MMMM D, YYYY",
|
|
44
|
+
ShortDate = "MMM D, YYYY"
|
|
45
|
+
}
|
|
46
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var M=/* @__PURE__ */(M=>(M.LongDate="MMMM D, YYYY",M.ShortDate="MMM D, YYYY",M))(M||{});export{M as DateFormat};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{jsx as s}from"react/jsx-runtime";import t from"classnames";const m=r=>{const{type:i="primary",isHorizontal:e,className:a,color:o="light-grey"}=r;/* @__PURE__ */
|
|
2
|
+
return s("hr",{className:t("divider",`divider--${i}`,`divider--${o}`,{"divider--horizontal":e,"divider--vertical":!e},a)})};export{m as Divider};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Divider';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Divider as i}from"./Divider.js";export{i as Divider};
|
|
File without changes
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import{jsxs as m,jsx as e}from"react/jsx-runtime";import{Text as t}from"../Text/Text.js";import{Image as c}from"../Image/Image.js";import{Button as u}from"../Button/Button.js";import g from"classnames";import p from"../../assets/images/no-result.svg.js";const _=s=>{const{size:a="large",mainMessage:l,paragraphMessage:r,buttonProps:o,className:n,illustration:i=p}=s;/* @__PURE__ */
|
|
2
|
+
return m("div",{className:g("no-result "+("large"==a?"no-result--large":"no-result--small"),n),children:[
|
|
3
|
+
/* @__PURE__ */e("div",{className:"no-result__icon",children:/* @__PURE__ */e(c,{imagePath:i})}),
|
|
4
|
+
/* @__PURE__ */m("div",{className:"no-result__content",children:[l?/* @__PURE__ */e(t,{size:"large"==a?"large":"small",weight:"bold",children:l}):null,r?/* @__PURE__ */e(t,{size:"large"==a?"small":"xsmall",children:r}):null,o?/* @__PURE__ */e(u,{...o,size:"medium",className:"mt-4"}):null]})]})};export{_ as Empty};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Empty';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{Empty as p}from"./Empty.js";export{p as Empty};
|
|
File without changes
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import{jsxs as u,jsx as t}from"react/jsx-runtime";import{forwardRef as y,useState as S,useCallback as k}from"react";import{useDropzone as q,ErrorCode as w}from"react-dropzone";import G from"../../SVGIcons/IconUpload.js";import{Text as x}from"../../Text/Text.js";import L from"classnames";import{FileTypeEnum as g}from"../../../type/file-upload.js";import{FileUploadMode as E}from"../types.js";import{generateAreaContent as O,getDropzoneLocale as B}from"./helpers.js";import{ErrorItem as H}from"./ErrorItem.js";import{PreviewItem as J}from"./PreviewItem.js";import{uniqueFiles as K}from"../../../utils/helpers.js";const Q=y(({maxSize:e=10485760,allowedTypes:a=[g.IMAGE,g.PDF,g.DOC],name:o,setFiles:s,setFieldValue:l,value:r,selectedFiles:i,maxFiles:m=1,mode:p=E.attach,locale:n,multiple:d=!1},c)=>{const f=r||i||[],z=f.length>=m?0:m-f.length,[F,h]=S([]),v=O({allowedTypes:a,maxSize:e}),y=B(n),{getRootProps:j,getInputProps:T,isFocused:D,isDragActive:I}=q({onDrop:(e,a)=>{if(0===z&&!d)return void h([{code:w.TooManyFiles,message:""}]);const o=K([...f,...e]),l=a.map(e=>e.errors).flat();null==s||s(o),_(o),h(l)},accept:v.acceptTypes,maxSize:e,maxFiles:d?0:z,multiple:d}),_=k(e=>{o&&l&&l(o,e)},[o,l]);/* @__PURE__ */
|
|
2
|
+
return u("div",{className:"dz-file-upload",children:[p!==E.view?/* @__PURE__ */u("div",{...j(),className:L("dz-file-upload__area",{"dz-file-upload__area--focused":D,"dz-file-upload__area--active":I}),children:[
|
|
3
|
+
/* @__PURE__ */t(G,{className:"mb-20",size:"xlarge"}),
|
|
4
|
+
/* @__PURE__ */t("input",{...T(),name:o}),
|
|
5
|
+
/* @__PURE__ */t(x,{type:"primary",weight:"semibold",className:"mb-6",children:y.title}),
|
|
6
|
+
/* @__PURE__ */t(x,{size:"small",children:`${v.acceptTypesMessage} ${1===(null==a?void 0:a.length)?y.format:y.formats}, ${y.maxSize.replace("$1",v.maxSizeFormatted)}`})]}):null,
|
|
7
|
+
/* @__PURE__ */u("div",{className:"dz-file-upload__files",children:[F.map(({code:e},a)=>/* @__PURE__ */t(H,{code:e,areaContent:v,onRemove:()=>(e=>{h(a=>a.filter((a,o)=>o!==e))})(a),locale:n},a)),f.map((e,a)=>/* @__PURE__ */t(J,{file:e,onRemove:()=>(e=>{const a=f.filter(a=>a.name!==e);0===a.length&&h([]),null==s||s(a),_(a)})(e.name),mode:p},a))]})]})});Q.displayName="DropzoneFileUpload";export{Q as DropzoneFileUpload};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { AreaContentDTO } from '../types';
|
|
3
|
+
interface IErrorItemProps {
|
|
4
|
+
code: string;
|
|
5
|
+
areaContent: AreaContentDTO;
|
|
6
|
+
onRemove: () => void;
|
|
7
|
+
locale?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const ErrorItem: ({ code, onRemove, areaContent, locale }: IErrorItemProps) => ReactElement | null;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{jsx as n}from"react/jsx-runtime";import{useMemo as a}from"react";import{ErrorCode as o}from"react-dropzone";import{Alert as m}from"../../Alert/Alert.js";import{getDropzoneLocale as p}from"./helpers.js";const g=({code:e,onRemove:r,areaContent:t,locale:s})=>{const l=a(()=>{const r=p(s);return e===o.FileInvalidType?r.fileInvalidType.replace("$1",t.acceptTypesMessage):e===o.FileTooLarge?r.fileTooLarge.replace("$1",t.maxSizeFormatted):e===o.TooManyFiles?r.tooManyFiles:""},[e]);return l?/* @__PURE__ */n(m,{type:"error",text:l,closeIcon:!0,onClose:r}):null};export{g as ErrorItem};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{jsxs as f,Fragment as p,jsx as e}from"react/jsx-runtime";import{useState as o}from"react";import{Progress as _}from"../../Progress/Progress.js";import a from"../../../assets/images/file-preview.svg.js";import c from"classnames";const h=({preview:i,type:s})=>{const[r,m]=o(!0),[t,l]=o(!1);return"image"===s?/* @__PURE__ */f(p,{children:[r&&/* @__PURE__ */e(_,{size:"small",loop:!0,noText:!0,percent:30,type:"circle",dimension:20}),
|
|
2
|
+
/* @__PURE__ */e("img",{src:t?a:i,alt:"Preview",onLoad:()=>{setTimeout(()=>{m(!1)},500)},onError:()=>{l(!0),m(!1)},className:c("dz-file-upload__files--item__preview--image",{"dz-file-upload__files--item__preview--image--loading":r})})]}):/* @__PURE__ */e("img",{src:a,alt:"Preview",className:"dnd-file-upload__files--item__preview--image dnd-file-upload__files--item__preview--image_default"})};export{h as FilePreview};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import{jsxs as l,jsx as e}from"react/jsx-runtime";import{Text as n}from"../../Text/Text.js";import{Button as s}from"../../Button/Button.js";import f from"../../SVGIcons/IconDelete.js";import{useMemo as _}from"react";import{FileUploadMode as t}from"../types.js";import{FilePreview as w}from"./FilePreview.js";import{shortenFileName as v,formatFileSize as z}from"./helpers.js";import h from"../../SVGIcons/IconArrowDownloadFilled.js";import u from"classnames";import"../../../helpers/format-date.js";import{downloadFile as F}from"../../../helpers/download-file.js";import"react-toastify";import"../../Snackbar/consts.js";import"react-toastify/dist/ReactToastify.css";import"dayjs";import"../../../consts/index.js";const O=({file:i,onRemove:o,mode:r})=>{const a=i.type.split("/")[0],m=_(()=>URL.createObjectURL(i),[i.name]);/* @__PURE__ */
|
|
2
|
+
return l("div",{className:u("dz-file-upload__files--item",{"dz-file-upload__files--item--view":r===t.view}),onClick:()=>{r===t.view&&window.open(m,"_blank")},children:[
|
|
3
|
+
/* @__PURE__ */e("div",{className:"dz-file-upload__files--item__preview",children:/* @__PURE__ */e(w,{preview:m,type:a})}),
|
|
4
|
+
/* @__PURE__ */l("div",{className:"dz-file-upload__files--item__info",children:[
|
|
5
|
+
/* @__PURE__ */l("div",{className:"dz-file-upload__files--item__info-title",children:[
|
|
6
|
+
/* @__PURE__ */e(n,{weight:"semibold",children:v(i.name,40)}),r===t.attach&&/* @__PURE__ */e(s,{size:"small",type:"tertiary",onClick:o,iconProps:{Component:f}}),r===t.view&&/* @__PURE__ */e(s,{size:"small",type:"tertiary",onClick:e=>{e.preventDefault(),e.stopPropagation(),F(m,i.name)},iconProps:{Component:h}})]}),
|
|
7
|
+
/* @__PURE__ */e("div",{className:"dz-file-upload__files--item__info-size",children:/* @__PURE__ */e(n,{size:"small",children:z(i.size)})})]})]})};export{O as PreviewItem};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AreaContentDTO, IDzTranslation } from '../types';
|
|
2
|
+
import { FileTypeEnum } from '../../../type';
|
|
3
|
+
export declare const shortenFileName: (fileName: string, maxLength: number) => string;
|
|
4
|
+
export declare const formatFileSize: (sizeInBytes: number, fractionDigits?: number) => string;
|
|
5
|
+
export declare const generateAreaContent: ({ allowedTypes, maxSize, locale }: {
|
|
6
|
+
allowedTypes: FileTypeEnum[];
|
|
7
|
+
maxSize: number;
|
|
8
|
+
locale?: string;
|
|
9
|
+
}) => AreaContentDTO;
|
|
10
|
+
export declare const getDropzoneLocale: (lang?: string) => IDzTranslation;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{FILE_ACCEPT_TYPE as p}from"../../../consts/index.js";import"../../../helpers/format-date.js";import{getTranslationLocale as $}from"../../../helpers/locale.js";import"react/jsx-runtime";import"react-toastify";import"classnames";import"dayjs";import"../../Snackbar/consts.js";import"react";import"react-toastify/dist/ReactToastify.css";const C=(e,o)=>e.length>o?e.replace(/^(.{10}).*?(.{10}\.[^.]*)$/,"$1...$2"):e,s=(e,o=0)=>e<1024?`${e} B`:e<1048576?`${(e/1024).toFixed(o)} KB`:e<1073741824?`${(e/1048576).toFixed(o)} MB`:`${(e/1073741824).toFixed(o)} GB`,v=({allowedTypes:e,maxSize:o,locale:t})=>{const a=e.map(e=>p[e]).flat(),r=c(t),i=1===e.length?e[0]:e.reduce((e,o,t,a)=>t===a.length-1?`${e} ${r.or} ${o}`:e?`${e}, ${o}`:o,"");return{acceptTypes:a,maxSizeFormatted:s(o),acceptTypesMessage:i}},c=e=>{const o={en:{title:"Choose a file or drop it here",format:"format",formats:"formats",maxSize:"Maximum size up to $1.",fileInvalidType:"The file type should be $1",fileTooLarge:"The file is too large (Max $1)",tooManyFiles:"Too many files. Please select one file.",or:"or"},ru:{title:"Выберите файл или перетащите его сюда",format:"формат",formats:"форматы",maxSize:"Максимальный размер до $1",fileInvalidType:"Тип файла должен быть $1",fileTooLarge:"Файл слишком большой (Максимум $1)",tooManyFiles:"Слишком много файлов. Пожалуйста, выберите один файл.",or:"или"},hy:{title:"Ընտրեք ֆայլ կամ քաշեք այն այստեղ",format:"ֆորմատ",formats:"ֆորմատներ",maxSize:"Առավելագույն չափը՝ մինչև $1",fileInvalidType:"Ֆայլի տեսակը պետք է լինի $1",fileTooLarge:"Ֆայլը չափազանց մեծ է (Առավելագույնը $1)",tooManyFiles:"Չափազանց շատ ֆայլեր։ Խնդրում ենք ընտրել միայն մեկ ֆայլ։",or:"կամ"}};return o[e||$()]||o.en};export{s as formatFileSize,v as generateAreaContent,c as getDropzoneLocale,C as shortenFileName};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DropzoneFileUpload';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{DropzoneFileUpload as p}from"./DropzoneFileUpload.js";export{p as DropzoneFileUpload};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import{jsxs as k,jsx as t}from"react/jsx-runtime";import{useRef as T,useState as q,useCallback as u}from"react";import{FileUploadMode as g}from"./types.js";import{Button as H}from"../Button/Button.js";import{Label as V}from"../../helperComponents/Label/Label.js";import{UploadItems as D}from"./UploadItems.js";import{FILE_UPLOAD_ERRORS as z}from"../../consts/index.js";import{uniqueFiles as G,checkIsAllowedFileSize as J,checkIsAllowedTypes as K,getFormattedValues as Q}from"../../utils/helpers.js";import W from"../SVGIcons/IconEditFilled.js";import X from"../SVGIcons/IconEdit.js";import Y from"../SVGIcons/IconAttach.js";const ce=e=>{const{allowedTypes:l="application/pdf, .png, .jpg, .jpeg, image/jpeg, image/png, image/jpg, text/plain, image/*, .pdf, .doc, .docx, application/vnd",label:i,getFiles:o,removeFiles:s,handleFileClick:a,name:n,setFieldValue:r,toBase64:d,required:c,disabled:p,buttonText:m,withFilePreview:f=!0,multiple:h=!0,uploadedFiles:j,value:F,labelAddons:v,onError:b,fileAllowedSize:x,mode:y=g.attach}=e,I=F||j||[],w=T(null),[A,C]=q(!1),S=()=>C(!A),E=()=>{w.current&&w.current.click()},L=u(e=>{n&&r&&r(n,e)},[n,r]),_=u(e=>{var t;const i=null==(t=e.target)?void 0:t.files,s=h?Array.from(i):[i[0]];if(s){(e=>{const t=e.filter(e=>!(x&&!J(x,e.size)));e.filter(e=>!(l&&!K(l,e.type))).length===e.length?t.length===e.length?(L(d?Q(e):e),o&&o(e)):b&&b(z.size):b&&b(z.type)})(G(h?[...s,...I]:s))}w.current&&(w.current.value="")},[I,h]),R=u((e,t)=>{if(I){const l=I.filter((e,l)=>l!==t);L(l),s&&s(e)}},[I,s]);/* @__PURE__ */
|
|
2
|
+
return k("div",{className:"file-upload",children:[
|
|
3
|
+
/* @__PURE__ */t(V,{text:i,required:c,disabled:p,labelAddons:v}),
|
|
4
|
+
/* @__PURE__ */k("div",{className:"file-upload__inner",children:[
|
|
5
|
+
/* @__PURE__ */t("input",{name:n,type:"file",multiple:h,className:"hide",ref:w,accept:l,onChange:_}),y===g.edit&&/* @__PURE__ */t("div",{className:"edit__icon",onMouseEnter:S,onMouseLeave:S,onClick:E,children:/* @__PURE__ */t(A?W:X,{size:"xxsmall",type:"secondary"})}),y===g.attach&&/* @__PURE__ */t(H,{type:"secondary",size:"medium",disabled:p,iconProps:{Component:Y},onClick:E,buttonText:m}),
|
|
6
|
+
/* @__PURE__ */t(D,{handleFileClick:a,onRemove:R,files:I,withFilePreview:f})]})]})};export{ce as FileUpload};
|