bright-components 9.33.0 → 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.babelrc +1 -1
- package/dist/animations/SlideUp/index.js +32 -20
- package/dist/components/A/index.js +18 -14
- package/dist/components/Alert/index.js +24 -57
- package/dist/components/Avatar/index.js +29 -34
- package/dist/components/Avatar/utils/getAcronym/index.js +2 -4
- package/dist/components/Badge/index.js +14 -20
- package/dist/components/Breadcrumbs/index.js +33 -41
- package/dist/components/BrowserWarning/index.js +39 -37
- package/dist/components/BrowserWarning/supportsStaticImport.js +1 -1
- package/dist/components/BulletedList/index.js +19 -35
- package/dist/components/Button/BaseButton/index.js +46 -38
- package/dist/components/Button/BrandButton/index.js +20 -13
- package/dist/components/Button/Button/index.js +63 -66
- package/dist/components/Button/OutlineButton/index.js +41 -43
- package/dist/components/Button/WhiteOutlineButton/index.js +16 -13
- package/dist/components/ButtonGroup/index.js +33 -16
- package/dist/components/Checkbox/index.js +89 -68
- package/dist/components/Chevron/Chevron/index.js +13 -18
- package/dist/components/Chevron/CircledChevron/index.js +30 -17
- package/dist/components/CopyToClipboard/index.js +49 -59
- package/dist/components/CountryPicker/index.js +17 -19
- package/dist/components/DateInput/index.js +68 -89
- package/dist/components/DayMonthInput/index.js +29 -47
- package/dist/components/DayMonthInput/utils/getDayValue/index.js +3 -3
- package/dist/components/DayPicker/index.js +176 -214
- package/dist/components/DayPickerPanel/Cancel/index.js +15 -13
- package/dist/components/DayPickerPanel/Header/index.js +53 -96
- package/dist/components/DayPickerPanel/HeaderDayPickerPanel/dayPickerCSS.js +160 -11
- package/dist/components/DayPickerPanel/HeaderDayPickerPanel/index.js +149 -252
- package/dist/components/DayPickerPanel/HeaderMonthPanel/index.js +31 -40
- package/dist/components/DayPickerPanel/HeaderYearPanel/index.js +28 -41
- package/dist/components/DayPickerPanel/ItemSelector/index.js +44 -59
- package/dist/components/DayPickerPanel/Shortcuts/index.js +23 -28
- package/dist/components/DayPickerPanel/index.js +173 -217
- package/dist/components/DayPickerPanel/utils/getYearRangeChunks/index.js +3 -3
- package/dist/components/DayPickerPanel/utils/getYearRangeIndex/index.js +1 -5
- package/dist/components/Donut/index.js +73 -31
- package/dist/components/DropZone/index.js +21 -54
- package/dist/components/Dropdown/DropdownItem/index.js +11 -14
- package/dist/components/Dropdown/index.js +71 -118
- package/dist/components/DurationInput/index.js +41 -56
- package/dist/components/DurationInput/utils/roundOnBlur/index.js +13 -11
- package/dist/components/EmployeeCard/index.js +24 -40
- package/dist/components/EmployeePicker/DisplayFilter/index.js +29 -37
- package/dist/components/EmployeePicker/FilterBar/index.js +51 -84
- package/dist/components/EmployeePicker/Group/index.js +70 -127
- package/dist/components/EmployeePicker/GroupList/index.js +20 -24
- package/dist/components/EmployeePicker/Item/index.js +76 -122
- package/dist/components/EmployeePicker/index.js +67 -77
- package/dist/components/EmployeePicker/utils/index.js +9 -21
- package/dist/components/ErrorMessage/index.js +16 -29
- package/dist/components/Expando/index.js +62 -96
- package/dist/components/Fieldset/index.js +24 -18
- package/dist/components/FileIcons/index.js +14 -12
- package/dist/components/FilterRadioGroup/index.js +59 -55
- package/dist/components/Form/index.js +195 -198
- package/dist/components/Form/utils/runFormValidation.js +11 -11
- package/dist/components/FormLayout/FormRow/FormContent/index.js +4 -16
- package/dist/components/FormLayout/FormRow/FormLabel/index.js +10 -14
- package/dist/components/FormLayout/FormRow/index.js +9 -14
- package/dist/components/FormLayout/index.js +1 -14
- package/dist/components/Formik/FormikCheckbox/index.js +8 -8
- package/dist/components/Formik/FormikDayPicker/index.js +23 -17
- package/dist/components/Formik/FormikInput/index.js +10 -10
- package/dist/components/Formik/FormikOptions/index.js +13 -20
- package/dist/components/Formik/FormikRadio/index.js +10 -10
- package/dist/components/Formik/FormikRadioGroup/index.js +3 -5
- package/dist/components/Formik/FormikResetButton/index.js +5 -3
- package/dist/components/Formik/FormikSelect/index.js +10 -10
- package/dist/components/Formik/FormikSubmitButton/index.js +8 -8
- package/dist/components/Formik/FormikTextarea/index.js +10 -10
- package/dist/components/Formik/FormikTypeahead/index.js +26 -30
- package/dist/components/Formik/FormikValidation/index.js +12 -21
- package/dist/components/Formik/index.js +1 -14
- package/dist/components/HR/index.js +12 -14
- package/dist/components/Icons/AddIcon/index.js +6 -8
- package/dist/components/Icons/AddSquare/index.js +5 -7
- package/dist/components/Icons/Alarmclock/index.js +5 -7
- package/dist/components/Icons/Anchor/index.js +5 -7
- package/dist/components/Icons/Apps/index.js +5 -7
- package/dist/components/Icons/ArrowBigDown/index.js +5 -7
- package/dist/components/Icons/ArrowLoop/index.js +5 -7
- package/dist/components/Icons/Baby/index.js +5 -7
- package/dist/components/Icons/BackArrow/index.js +5 -7
- package/dist/components/Icons/BackToWorkNavigator/index.js +7 -9
- package/dist/components/Icons/Beta/index.js +5 -7
- package/dist/components/Icons/Blip/index.js +12 -14
- package/dist/components/Icons/Book/index.js +5 -7
- package/dist/components/Icons/Bookmark/index.js +5 -7
- package/dist/components/Icons/BoomMoodle/index.js +8 -10
- package/dist/components/Icons/BoxTruck/index.js +5 -7
- package/dist/components/Icons/BrighhrApp/index.js +5 -7
- package/dist/components/Icons/BrightAdvice/index.js +5 -7
- package/dist/components/Icons/Browser/index.js +5 -7
- package/dist/components/Icons/Bullhorn/index.js +5 -7
- package/dist/components/Icons/Cake/index.js +5 -7
- package/dist/components/Icons/Calculator/index.js +5 -7
- package/dist/components/Icons/Calendar/index.js +25 -27
- package/dist/components/Icons/CalendarAdd/index.js +11 -13
- package/dist/components/Icons/CalendarBlackout/index.js +5 -7
- package/dist/components/Icons/CalendarCross/index.js +9 -11
- package/dist/components/Icons/CalendarDates/index.js +5 -7
- package/dist/components/Icons/CalendarInfo/index.js +5 -7
- package/dist/components/Icons/CalendarOverlap/index.js +5 -7
- package/dist/components/Icons/Camera/index.js +5 -7
- package/dist/components/Icons/CameraAperture/index.js +5 -7
- package/dist/components/Icons/Cart/index.js +11 -13
- package/dist/components/Icons/Case/index.js +5 -7
- package/dist/components/Icons/Certificate/index.js +5 -7
- package/dist/components/Icons/Chair/index.js +5 -7
- package/dist/components/Icons/Chat/index.js +5 -7
- package/dist/components/Icons/CheckCircle/index.js +5 -7
- package/dist/components/Icons/Checklist/index.js +5 -7
- package/dist/components/Icons/Chevron/index.js +5 -7
- package/dist/components/Icons/ChevronCircleDown/index.js +5 -7
- package/dist/components/Icons/ChevronCircleLeft/index.js +5 -7
- package/dist/components/Icons/ChevronCircleRight/index.js +5 -7
- package/dist/components/Icons/ChevronCircleUp/index.js +5 -7
- package/dist/components/Icons/ChevronDoubleDown/index.js +13 -15
- package/dist/components/Icons/ChevronDoubleUp/index.js +13 -15
- package/dist/components/Icons/ChevronDown/index.js +5 -7
- package/dist/components/Icons/ChevronLeft/index.js +5 -7
- package/dist/components/Icons/ChevronRight/index.js +5 -7
- package/dist/components/Icons/ChevronUp/index.js +5 -7
- package/dist/components/Icons/Clear/index.js +5 -7
- package/dist/components/Icons/Clipboard/index.js +40 -42
- package/dist/components/Icons/Clock/index.js +7 -9
- package/dist/components/Icons/Close/index.js +7 -3
- package/dist/components/Icons/ClothesHanger/index.js +5 -7
- package/dist/components/Icons/Clothing/index.js +5 -7
- package/dist/components/Icons/Cog/index.js +5 -7
- package/dist/components/Icons/Compass/index.js +5 -7
- package/dist/components/Icons/Compassion/index.js +7 -9
- package/dist/components/Icons/Compassionate/index.js +5 -7
- package/dist/components/Icons/Conflict/index.js +5 -7
- package/dist/components/Icons/ContactCard/index.js +5 -7
- package/dist/components/Icons/Contrast/index.js +5 -7
- package/dist/components/Icons/Copy/index.js +5 -7
- package/dist/components/Icons/Court/index.js +5 -7
- package/dist/components/Icons/Crib/index.js +5 -7
- package/dist/components/Icons/Crop/index.js +5 -7
- package/dist/components/Icons/Cross/index.js +5 -7
- package/dist/components/Icons/CrossCircle/index.js +5 -7
- package/dist/components/Icons/CrossThick/index.js +5 -7
- package/dist/components/Icons/Crown/index.js +5 -7
- package/dist/components/Icons/Dependants/index.js +5 -7
- package/dist/components/Icons/DesktopComputer/index.js +5 -7
- package/dist/components/Icons/Dial/index.js +5 -7
- package/dist/components/Icons/Diamond/index.js +5 -7
- package/dist/components/Icons/Diaper/index.js +5 -7
- package/dist/components/Icons/DisabilityMobility/index.js +5 -7
- package/dist/components/Icons/Door/index.js +5 -7
- package/dist/components/Icons/DownArrow/index.js +5 -7
- package/dist/components/Icons/Download/index.js +5 -7
- package/dist/components/Icons/Dropdown/index.js +17 -22
- package/dist/components/Icons/Edit/index.js +5 -7
- package/dist/components/Icons/Education/index.js +5 -7
- package/dist/components/Icons/Emergency/index.js +5 -7
- package/dist/components/Icons/Enter/index.js +5 -7
- package/dist/components/Icons/Error/index.js +5 -7
- package/dist/components/Icons/ErrorOctagon/index.js +5 -7
- package/dist/components/Icons/Exit/index.js +5 -7
- package/dist/components/Icons/Expand/index.js +5 -7
- package/dist/components/Icons/Eye/index.js +7 -3
- package/dist/components/Icons/Factory/index.js +20 -22
- package/dist/components/Icons/FactoryIcon/index.js +5 -7
- package/dist/components/Icons/Featus/index.js +5 -7
- package/dist/components/Icons/FeedbackLoop/index.js +5 -7
- package/dist/components/Icons/FileAudio/index.js +7 -9
- package/dist/components/Icons/FileCode/index.js +5 -7
- package/dist/components/Icons/FileDocument/index.js +11 -13
- package/dist/components/Icons/FileEmail/index.js +5 -7
- package/dist/components/Icons/FileMovie/index.js +5 -7
- package/dist/components/Icons/FilePath/index.js +5 -7
- package/dist/components/Icons/FilePdf/index.js +9 -11
- package/dist/components/Icons/FilePresentation/index.js +13 -15
- package/dist/components/Icons/FileSpreadsheet/index.js +9 -11
- package/dist/components/Icons/FileText/index.js +11 -13
- package/dist/components/Icons/FileVector/index.js +5 -7
- package/dist/components/Icons/Filter/index.js +5 -7
- package/dist/components/Icons/Fingerprint/index.js +5 -7
- package/dist/components/Icons/Flag/index.js +5 -7
- package/dist/components/Icons/Flash/index.js +5 -7
- package/dist/components/Icons/FlashOff/index.js +5 -7
- package/dist/components/Icons/Flower/index.js +5 -7
- package/dist/components/Icons/Folder/index.js +6 -8
- package/dist/components/Icons/FolderSolid/index.js +5 -7
- package/dist/components/Icons/FolderZip/index.js +6 -8
- package/dist/components/Icons/FurloughNavigator/index.js +7 -9
- package/dist/components/Icons/Gallery/index.js +5 -7
- package/dist/components/Icons/GestureTouch/index.js +5 -7
- package/dist/components/Icons/Ghost/index.js +5 -7
- package/dist/components/Icons/Gift/index.js +5 -7
- package/dist/components/Icons/Globe/index.js +5 -7
- package/dist/components/Icons/Grid/index.js +5 -7
- package/dist/components/Icons/Headset/index.js +5 -7
- package/dist/components/Icons/Health/index.js +5 -7
- package/dist/components/Icons/Heart/index.js +5 -7
- package/dist/components/Icons/Help/index.js +5 -7
- package/dist/components/Icons/Home/index.js +5 -7
- package/dist/components/Icons/Hourglass/index.js +5 -7
- package/dist/components/Icons/IdCard/index.js +5 -7
- package/dist/components/Icons/Image/index.js +9 -11
- package/dist/components/Icons/Inbox/index.js +5 -7
- package/dist/components/Icons/InboxEmpty/index.js +5 -7
- package/dist/components/Icons/Information/index.js +5 -7
- package/dist/components/Icons/Injury/index.js +64 -66
- package/dist/components/Icons/KebabMenuHorizontal/index.js +5 -7
- package/dist/components/Icons/KebabMenuVertical/index.js +5 -7
- package/dist/components/Icons/Lazydave/index.js +71 -73
- package/dist/components/Icons/LazydaveMoodle/index.js +71 -73
- package/dist/components/Icons/LeftArrow/index.js +5 -7
- package/dist/components/Icons/Legal/index.js +5 -7
- package/dist/components/Icons/Lightning/index.js +5 -7
- package/dist/components/Icons/LineChart/index.js +5 -7
- package/dist/components/Icons/Link/index.js +5 -7
- package/dist/components/Icons/List/index.js +21 -23
- package/dist/components/Icons/ListBullets/index.js +5 -7
- package/dist/components/Icons/LocationPin/index.js +5 -7
- package/dist/components/Icons/Loop/index.js +5 -7
- package/dist/components/Icons/Magicwand/index.js +5 -7
- package/dist/components/Icons/Mail/index.js +5 -7
- package/dist/components/Icons/MandatoryLeave/index.js +5 -7
- package/dist/components/Icons/Medal/index.js +5 -7
- package/dist/components/Icons/Medical/index.js +5 -7
- package/dist/components/Icons/MedicalBag/index.js +5 -7
- package/dist/components/Icons/Medication/index.js +5 -7
- package/dist/components/Icons/MenuHamburger/index.js +5 -7
- package/dist/components/Icons/Message/index.js +5 -7
- package/dist/components/Icons/Meteor/index.js +5 -7
- package/dist/components/Icons/MinusCircle/index.js +5 -7
- package/dist/components/Icons/MinusSquare/index.js +5 -7
- package/dist/components/Icons/MoneyStack/index.js +5 -7
- package/dist/components/Icons/MoveFile/index.js +5 -7
- package/dist/components/Icons/New/index.js +9 -11
- package/dist/components/Icons/New2/index.js +9 -11
- package/dist/components/Icons/NewWindow/index.js +5 -7
- package/dist/components/Icons/Night/index.js +5 -7
- package/dist/components/Icons/NotAllowed/index.js +5 -7
- package/dist/components/Icons/Note/index.js +7 -9
- package/dist/components/Icons/Notepad/index.js +5 -7
- package/dist/components/Icons/Notifications/index.js +5 -7
- package/dist/components/Icons/OrganisationConnection/index.js +5 -7
- package/dist/components/Icons/Overtime/index.js +5 -7
- package/dist/components/Icons/Pacman/index.js +5 -7
- package/dist/components/Icons/PadlockLocked/index.js +5 -7
- package/dist/components/Icons/PadlockUnlocked/index.js +5 -7
- package/dist/components/Icons/PaperStack/index.js +5 -7
- package/dist/components/Icons/Paperclip/index.js +5 -7
- package/dist/components/Icons/PayrollNavigator/index.js +5 -7
- package/dist/components/Icons/Pencil/index.js +5 -7
- package/dist/components/Icons/Perspective/index.js +5 -7
- package/dist/components/Icons/Phone/index.js +5 -7
- package/dist/components/Icons/PhoneWork/index.js +5 -7
- package/dist/components/Icons/PieChart/index.js +5 -7
- package/dist/components/Icons/Pin/index.js +5 -7
- package/dist/components/Icons/Plaster/index.js +5 -7
- package/dist/components/Icons/Plus/index.js +5 -7
- package/dist/components/Icons/PlusCircle/index.js +5 -7
- package/dist/components/Icons/PoP/index.js +7 -9
- package/dist/components/Icons/Power/index.js +5 -7
- package/dist/components/Icons/Pram/index.js +5 -7
- package/dist/components/Icons/PrintIcon/index.js +14 -16
- package/dist/components/Icons/Printer/index.js +5 -7
- package/dist/components/Icons/Pulse/index.js +5 -7
- package/dist/components/Icons/Puzzle/index.js +5 -7
- package/dist/components/Icons/Question/index.js +5 -7
- package/dist/components/Icons/Radar/index.js +5 -7
- package/dist/components/Icons/Records/index.js +5 -7
- package/dist/components/Icons/RedunancyNavigator/index.js +5 -7
- package/dist/components/Icons/Refresh/index.js +5 -7
- package/dist/components/Icons/Requests/index.js +5 -7
- package/dist/components/Icons/Ribbon/index.js +5 -7
- package/dist/components/Icons/RightArrow/index.js +5 -7
- package/dist/components/Icons/Road/index.js +9 -11
- package/dist/components/Icons/Rosette/index.js +5 -7
- package/dist/components/Icons/Rotas/index.js +5 -7
- package/dist/components/Icons/RotateImage/index.js +5 -7
- package/dist/components/Icons/Rush/index.js +5 -7
- package/dist/components/Icons/Search/index.js +5 -7
- package/dist/components/Icons/SelectArrow/index.js +5 -7
- package/dist/components/Icons/Send/index.js +5 -7
- package/dist/components/Icons/SettingsSliders/index.js +5 -7
- package/dist/components/Icons/Share/index.js +5 -7
- package/dist/components/Icons/Shield/index.js +5 -7
- package/dist/components/Icons/Shifts/index.js +5 -7
- package/dist/components/Icons/Shredder/index.js +5 -7
- package/dist/components/Icons/Signature/index.js +5 -7
- package/dist/components/Icons/Skull/index.js +5 -7
- package/dist/components/Icons/SocialFacebook/index.js +5 -7
- package/dist/components/Icons/SocialInstagram/index.js +5 -7
- package/dist/components/Icons/SocialLinkedin/index.js +5 -7
- package/dist/components/Icons/SocialTwitter/index.js +5 -7
- package/dist/components/Icons/SocialYoutube/index.js +5 -7
- package/dist/components/Icons/SortAscending/index.js +5 -7
- package/dist/components/Icons/SortDescending/index.js +5 -7
- package/dist/components/Icons/Stamp/index.js +5 -7
- package/dist/components/Icons/Star/index.js +5 -7
- package/dist/components/Icons/Steam/index.js +5 -7
- package/dist/components/Icons/Stethoscope/index.js +5 -7
- package/dist/components/Icons/Stop/index.js +5 -7
- package/dist/components/Icons/Suitcase/index.js +5 -7
- package/dist/components/Icons/Sun/index.js +5 -7
- package/dist/components/Icons/Switch/index.js +5 -7
- package/dist/components/Icons/TableGrid/index.js +5 -7
- package/dist/components/Icons/Tachograph/index.js +5 -7
- package/dist/components/Icons/Tag/index.js +5 -7
- package/dist/components/Icons/Target/index.js +5 -7
- package/dist/components/Icons/Tasklist/index.js +40 -42
- package/dist/components/Icons/ThumbsDown/index.js +5 -7
- package/dist/components/Icons/ThumbsUp/index.js +5 -7
- package/dist/components/Icons/Tick/index.js +5 -7
- package/dist/components/Icons/TickCircle/index.js +5 -7
- package/dist/components/Icons/TickThick/index.js +5 -7
- package/dist/components/Icons/ToilEarned/index.js +9 -11
- package/dist/components/Icons/ToilTaken/index.js +13 -15
- package/dist/components/Icons/Tooth/index.js +5 -7
- package/dist/components/Icons/TrainingEvents/index.js +5 -7
- package/dist/components/Icons/Trash/index.js +5 -7
- package/dist/components/Icons/Umbrella/index.js +5 -7
- package/dist/components/Icons/Unpaid/index.js +5 -7
- package/dist/components/Icons/UpArrow/index.js +5 -7
- package/dist/components/Icons/Upload/index.js +5 -7
- package/dist/components/Icons/User/index.js +5 -7
- package/dist/components/Icons/UserAdd/index.js +5 -7
- package/dist/components/Icons/UserId/index.js +5 -7
- package/dist/components/Icons/UserRemove/index.js +5 -7
- package/dist/components/Icons/Users/index.js +5 -7
- package/dist/components/Icons/Virus/index.js +5 -7
- package/dist/components/Icons/Visibility/index.js +14 -16
- package/dist/components/Icons/Wallet/index.js +5 -7
- package/dist/components/Icons/Watch/index.js +5 -7
- package/dist/components/Icons/Week/index.js +10 -12
- package/dist/components/Icons/Xing/index.js +5 -7
- package/dist/components/Icons/index.js +35 -46
- package/dist/components/InlineLoader/index.js +46 -61
- package/dist/components/Input/index.js +49 -34
- package/dist/components/InputBox/AdornedBox/Adornment/index.js +37 -53
- package/dist/components/InputBox/AdornedBox/index.js +60 -53
- package/dist/components/InputBox/InputError/index.js +5 -15
- package/dist/components/InputBox/InputFactory/index.js +17 -15
- package/dist/components/InputBox/UnadornedBox/index.js +34 -25
- package/dist/components/InputBox/index.js +4 -6
- package/dist/components/InputWithIcon/index.js +30 -30
- package/dist/components/InputWithUnit/index.js +63 -73
- package/dist/components/Label/index.js +9 -14
- package/dist/components/Legend/index.js +5 -14
- package/dist/components/LinkButton/index.js +29 -20
- package/dist/components/Lists/DL/DD/index.js +3 -14
- package/dist/components/Lists/DL/DT/index.js +4 -14
- package/dist/components/Lists/DL/index.js +3 -14
- package/dist/components/Lists/LI/index.js +3 -14
- package/dist/components/Lists/OL/index.js +3 -14
- package/dist/components/Lists/UL/index.js +3 -14
- package/dist/components/LoadingContainer/index.js +24 -25
- package/dist/components/Modal/ModalBody/index.js +3 -16
- package/dist/components/Modal/ModalHeader/index.js +23 -31
- package/dist/components/Modal/index.js +71 -96
- package/dist/components/NumberInput/componentMap/index.js +4 -2
- package/dist/components/NumberInput/decimalFilter/index.js +1 -1
- package/dist/components/NumberInput/index.js +51 -55
- package/dist/components/NumberInput/inputMode/index.js +1 -1
- package/dist/components/NumberInput/integerFilter/index.js +1 -1
- package/dist/components/Options/index.js +59 -66
- package/dist/components/PageLoader/index.js +75 -91
- package/dist/components/Pill/index.js +22 -35
- package/dist/components/ProgressBar/index.js +39 -58
- package/dist/components/ProgressSteps/index.js +100 -49
- package/dist/components/ProvincePicker/index.js +21 -23
- package/dist/components/Radio/index.js +54 -59
- package/dist/components/RadioBlock/index.js +59 -80
- package/dist/components/ResponsiveTabs/index.js +93 -110
- package/dist/components/SearchInput/index.js +64 -52
- package/dist/components/Select/Optgroup/index.js +7 -3
- package/dist/components/Select/Option/index.js +8 -4
- package/dist/components/Select/index.js +42 -28
- package/dist/components/SelectedFile/index.js +62 -85
- package/dist/components/Snackbar/index.js +108 -157
- package/dist/components/StatusBadge/index.js +15 -19
- package/dist/components/Styleguide/ConstantsList/index.js +40 -88
- package/dist/components/Switch/index.js +55 -82
- package/dist/components/Table/Cell/index.js +18 -21
- package/dist/components/Table/HeaderCell/index.js +4 -13
- package/dist/components/Table/Row/index.js +6 -13
- package/dist/components/Table/TableBody/index.js +7 -3
- package/dist/components/Table/TableFooter/index.js +7 -3
- package/dist/components/Table/TableHeader/index.js +7 -3
- package/dist/components/Table/index.js +3 -14
- package/dist/components/Tabs/Tab/index.js +23 -13
- package/dist/components/Tabs/TabList/index.js +8 -13
- package/dist/components/Tabs/TabPanel/index.js +6 -12
- package/dist/components/Tabs/index.js +4 -13
- package/dist/components/Textarea/index.js +50 -27
- package/dist/components/Time/DurationPicker/DurationOverlay/index.js +40 -42
- package/dist/components/Time/DurationPicker/index.js +46 -62
- package/dist/components/Time/OverlayBase/UnitInput/index.js +68 -103
- package/dist/components/Time/OverlayBase/index.js +77 -85
- package/dist/components/Time/TimePicker/TimeOverlay/UnitInput/index.js +62 -91
- package/dist/components/Time/TimePicker/TimeOverlay/index.js +87 -133
- package/dist/components/Time/TimePicker/index.js +76 -95
- package/dist/components/TimeInput/index.js +1 -1
- package/dist/components/TimePicker/DayPart/DayPartOverlay/index.js +98 -189
- package/dist/components/TimePicker/DayPart/index.js +59 -105
- package/dist/components/TimePicker/Elements/Actions/index.js +6 -14
- package/dist/components/TimePicker/Elements/CancelLink/index.js +7 -13
- package/dist/components/TimePicker/Elements/DownIcon/index.js +10 -19
- package/dist/components/TimePicker/Elements/IncrementNotice/index.js +6 -14
- package/dist/components/TimePicker/Elements/PickerSeparator/index.js +5 -14
- package/dist/components/TimePicker/Elements/Title/index.js +8 -14
- package/dist/components/TimePicker/Elements/TitleUnderline/index.js +9 -14
- package/dist/components/TimePicker/Elements/UpIcon/index.js +10 -19
- package/dist/components/TimePicker/Time/TimeInput/index.js +58 -77
- package/dist/components/TimePicker/Time/TimeOverlay/index.js +185 -210
- package/dist/components/TimePicker/Time/index.js +76 -105
- package/dist/components/TimePicker/utils/PickerGA/index.js +9 -7
- package/dist/components/TimePicker/utils/constants/loopStatus.js +1 -1
- package/dist/components/TimePicker/utils/limitAround/index.js +1 -1
- package/dist/components/TimePicker/utils/loopAround/index.js +3 -3
- package/dist/components/TimePicker/utils/loopAroundMinutes/index.js +3 -3
- package/dist/components/TimePicker/utils/roundToMultiple/index.js +1 -3
- package/dist/components/Tooltip/index.js +74 -80
- package/dist/components/Typeahead/MobileHeader/index.js +29 -24
- package/dist/components/Typeahead/Option/OptionImage/index.js +12 -35
- package/dist/components/Typeahead/Option/index.js +60 -103
- package/dist/components/Typeahead/Options/index.js +15 -18
- package/dist/components/Typeahead/index.js +191 -185
- package/dist/components/Typeahead/mocks/employees.js +1 -1
- package/dist/components/Typeahead/utils/getSelected/index.js +2 -4
- package/dist/components/Typography/H1/index.js +7 -14
- package/dist/components/Typography/H2/index.js +7 -14
- package/dist/components/Typography/H3/index.js +7 -14
- package/dist/components/Typography/H4/index.js +7 -14
- package/dist/components/Typography/H5/index.js +7 -14
- package/dist/components/Typography/H6/index.js +7 -14
- package/dist/components/Typography/P/index.js +4 -16
- package/dist/components/Typography/Small/index.js +3 -16
- package/dist/components/Validation/index.js +18 -20
- package/dist/components/WithDayPicker/index.js +37 -62
- package/dist/components/WithValidation/index.js +44 -61
- package/dist/components/XingLoader/index.js +56 -112
- package/dist/components/withConfirmation/index.js +69 -68
- package/dist/components/withModal/index.js +14 -28
- package/dist/constants/breakpoints/index.js +1 -1
- package/dist/constants/colors/index.js +47 -47
- package/dist/constants/documents/index.js +3 -3
- package/dist/constants/spacing/index.js +1 -1
- package/dist/constants/vars/index.js +8 -8
- package/dist/constants/z-index/index.js +1 -1
- package/dist/hooks/useClickOutside/index.js +5 -5
- package/dist/setupTests.js +8 -8
- package/dist/test-utils/renderCheck/index.js +15 -17
- package/dist/test-utils/waitForAsync/index.js +1 -5
- package/dist/utils/numbers/getBoundedValue/index.js +1 -1
- package/dist/utils/pad/index.js +2 -2
- package/dist/utils/range/index.js +3 -5
- package/dist/utils/roundTo/index.js +5 -5
- package/dist/utils/setBreakPoint/index.js +1 -3
- package/dist/utils/stripUnit/index.js +2 -2
- package/dist/utils/time/Duration/index.js +33 -41
- package/dist/utils/time/durationToMilliseconds/index.js +11 -21
- package/dist/utils/time/durationToTimeString/index.js +3 -5
- package/dist/utils/time/millisecondsToDuration/index.js +6 -6
- package/dist/utils/trackForm/index.js +34 -37
- package/package.json +5 -5
@@ -35,135 +35,93 @@ var _UnitInput = _interopRequireDefault(require("./UnitInput"));
|
|
35
35
|
|
36
36
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
37
37
|
|
38
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
39
|
-
|
40
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
}
|
51
|
-
|
52
|
-
|
53
|
-
var data = _taggedTemplateLiteralLoose(["\n\tfont-family: ", ";\n\tfont-size: 16px;\n\tline-height: 22px;\n"]);
|
54
|
-
|
55
|
-
_templateObject6 = function _templateObject6() {
|
56
|
-
return data;
|
57
|
-
};
|
58
|
-
|
59
|
-
return data;
|
60
|
-
}
|
61
|
-
|
62
|
-
function _templateObject5() {
|
63
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: block;\n\tflex: 1 0 100%;\n\tmargin: 0;\n\tpadding: 0;\n\ttext-align: center;\n"]);
|
64
|
-
|
65
|
-
_templateObject5 = function _templateObject5() {
|
66
|
-
return data;
|
67
|
-
};
|
68
|
-
|
69
|
-
return data;
|
70
|
-
}
|
71
|
-
|
72
|
-
function _templateObject4() {
|
73
|
-
var data = _taggedTemplateLiteralLoose(["\n\tflex: 1;\n\tdisplay: flex;\n\talign-content: center;\n\tflex-wrap: wrap;\n"]);
|
74
|
-
|
75
|
-
_templateObject4 = function _templateObject4() {
|
76
|
-
return data;
|
77
|
-
};
|
78
|
-
|
79
|
-
return data;
|
80
|
-
}
|
81
|
-
|
82
|
-
function _templateObject3() {
|
83
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tborder-top: 1px solid #0a223333;\n\tmargin: 0;\n\tpadding: ", ";\n\tjustify-content: space-between;\n\tflex-wrap: no-wrap;\n\tflex: 1 1 33%;\n"]);
|
84
|
-
|
85
|
-
_templateObject3 = function _templateObject3() {
|
86
|
-
return data;
|
87
|
-
};
|
88
|
-
|
89
|
-
return data;
|
90
|
-
}
|
91
|
-
|
92
|
-
function _templateObject2() {
|
93
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex-direction: row;\n\tbackground-color: white;\n\talign-items: center;\n\tjustify-content: center;\n\tpadding: ", " ", " ", " ", ";\n"]);
|
94
|
-
|
95
|
-
_templateObject2 = function _templateObject2() {
|
96
|
-
return data;
|
97
|
-
};
|
98
|
-
|
99
|
-
return data;
|
100
|
-
}
|
101
|
-
|
102
|
-
function _templateObject() {
|
103
|
-
var data = _taggedTemplateLiteralLoose(["\n\tposition: absolute;\n\ttop: 50px;\n\theight: 322px;\n\tz-index: ", ";\n\twidth: 320px;\n\tbox-shadow: ", ";\n\tborder: 2px solid ", ";\n\tborder-radius: ", ";\n\tbackground-color: #fafdff;\n"]);
|
104
|
-
|
105
|
-
_templateObject = function _templateObject() {
|
106
|
-
return data;
|
107
|
-
};
|
108
|
-
|
109
|
-
return data;
|
110
|
-
}
|
111
|
-
|
112
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
113
|
-
|
114
|
-
var Overlay = _styledComponents.default.div(_templateObject(), _zIndex.default.OVERLAY, _vars.default.boxShadow, _colors.default.borderFocus, _vars.default.borderRadius);
|
115
|
-
|
38
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
39
|
+
|
40
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
41
|
+
|
42
|
+
const Overlay = _styledComponents.default.div`
|
43
|
+
position: absolute;
|
44
|
+
top: 50px;
|
45
|
+
height: 322px;
|
46
|
+
z-index: ${_zIndex.default.OVERLAY};
|
47
|
+
width: 320px;
|
48
|
+
box-shadow: ${_vars.default.boxShadow};
|
49
|
+
border: 2px solid ${_colors.default.borderFocus};
|
50
|
+
border-radius: ${_vars.default.borderRadius};
|
51
|
+
background-color: #fafdff;
|
52
|
+
`;
|
116
53
|
Overlay.displayName = 'Overlay';
|
117
|
-
|
118
|
-
|
119
|
-
|
54
|
+
const Content = _styledComponents.default.div`
|
55
|
+
display: flex;
|
56
|
+
flex-direction: row;
|
57
|
+
background-color: white;
|
58
|
+
align-items: center;
|
59
|
+
justify-content: center;
|
60
|
+
padding: ${_spacing.default.s1} ${_spacing.default.s2} ${_spacing.default.s2} ${_spacing.default.s2};
|
61
|
+
`;
|
120
62
|
Content.displayName = 'Content';
|
121
|
-
|
122
|
-
|
123
|
-
|
63
|
+
const DialogButtonGroup = _styledComponents.default.div`
|
64
|
+
display: flex;
|
65
|
+
border-top: 1px solid #0a223333;
|
66
|
+
margin: 0;
|
67
|
+
padding: ${_spacing.default.s1};
|
68
|
+
justify-content: space-between;
|
69
|
+
flex-wrap: no-wrap;
|
70
|
+
flex: 1 1 33%;
|
71
|
+
`;
|
124
72
|
DialogButtonGroup.displayName = 'DialogButtonGroup';
|
125
|
-
|
126
|
-
|
127
|
-
|
73
|
+
const DisplayValue = _styledComponents.default.div`
|
74
|
+
flex: 1;
|
75
|
+
display: flex;
|
76
|
+
align-content: center;
|
77
|
+
flex-wrap: wrap;
|
78
|
+
`;
|
128
79
|
DisplayValue.displayName = 'DisplayValue';
|
129
|
-
|
130
|
-
|
131
|
-
|
80
|
+
const TimeValue = _styledComponents.default.span`
|
81
|
+
display: block;
|
82
|
+
flex: 1 0 100%;
|
83
|
+
margin: 0;
|
84
|
+
padding: 0;
|
85
|
+
text-align: center;
|
86
|
+
`;
|
132
87
|
TimeValue.displayName = 'TimeValue';
|
133
|
-
|
88
|
+
const TwentyFourHourValue = (0, _styledComponents.default)(TimeValue)`
|
89
|
+
font-family: ${_vars.default.fontStackBold};
|
90
|
+
font-size: 16px;
|
91
|
+
line-height: 22px;
|
92
|
+
`;
|
134
93
|
TwentyFourHourValue.displayName = 'TwentyFourHourValue';
|
135
|
-
|
94
|
+
const TwelveHourValue = (0, _styledComponents.default)(TimeValue)`
|
95
|
+
font-size: 12px;
|
96
|
+
margin: -6px 0 0 0;
|
97
|
+
`;
|
136
98
|
TwelveHourValue.displayName = 'TwelveHourValue';
|
137
99
|
|
138
|
-
|
139
|
-
return v.toString().padStart(2, '0');
|
140
|
-
};
|
100
|
+
const formatTimePart = v => v.toString().padStart(2, '0');
|
141
101
|
|
142
|
-
|
102
|
+
const convertHours = hour => {
|
143
103
|
if (hour === 0) return 12;
|
144
104
|
return hour > 12 ? hour - 12 : hour;
|
145
105
|
};
|
146
106
|
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
107
|
+
const TimeOverlay = (0, _react.forwardRef)((_ref, ref) => {
|
108
|
+
let {
|
109
|
+
value,
|
110
|
+
onChange,
|
111
|
+
onHide,
|
112
|
+
hourIncrements,
|
113
|
+
minuteIncrements,
|
114
|
+
min,
|
115
|
+
max,
|
116
|
+
GA
|
117
|
+
} = _ref;
|
118
|
+
|
119
|
+
const sanitizeValue = unsanitizedValue => (0, _getBoundedValue.default)(unsanitizedValue, (0, _durationToMilliseconds.default)(min), (0, _durationToMilliseconds.default)(max));
|
160
120
|
|
161
|
-
|
162
|
-
internalValue = _useState[0],
|
163
|
-
setInternalValue = _useState[1];
|
121
|
+
const [internalValue, setInternalValue] = (0, _react.useState)(sanitizeValue((0, _durationToMilliseconds.default)(value)));
|
164
122
|
|
165
|
-
|
166
|
-
|
123
|
+
const setHandler = (unitValue, unit) => {
|
124
|
+
const proposedDate = new Date(internalValue);
|
167
125
|
|
168
126
|
if (unit === 'minutes') {
|
169
127
|
proposedDate.setUTCMinutes((0, _roundTo.default)(minuteIncrements)((0, _getBoundedValue.default)(unitValue, 0, 59)));
|
@@ -173,67 +131,63 @@ var TimeOverlay = (0, _react.forwardRef)(function (_ref, ref) {
|
|
173
131
|
proposedDate.setUTCHours((0, _roundTo.default)(hourIncrements)((0, _getBoundedValue.default)(unitValue, 0, 23)));
|
174
132
|
}
|
175
133
|
|
176
|
-
|
134
|
+
const appliedValue = sanitizeValue(proposedDate.getTime());
|
177
135
|
setInternalValue(appliedValue);
|
178
136
|
};
|
179
137
|
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
138
|
+
const {
|
139
|
+
hours,
|
140
|
+
minutes
|
141
|
+
} = (0, _millisecondsToDuration.default)(internalValue);
|
184
142
|
return _react.default.createElement(Overlay, {
|
185
143
|
ref: ref
|
186
144
|
}, _react.default.createElement(Content, null, _react.default.createElement(_UnitInput.default, {
|
187
145
|
unit: "hours",
|
188
146
|
value: hours,
|
189
|
-
onChange:
|
190
|
-
return setHandler(i, 'hours');
|
191
|
-
},
|
147
|
+
onChange: i => setHandler(i, 'hours'),
|
192
148
|
increment: hourIncrements,
|
193
149
|
min: min.hours,
|
194
150
|
max: max.hours
|
195
151
|
}), _react.default.createElement(_UnitInput.default, {
|
196
152
|
unit: "minutes",
|
197
153
|
value: minutes,
|
198
|
-
onChange:
|
199
|
-
return setHandler(i, 'minutes');
|
200
|
-
},
|
154
|
+
onChange: i => setHandler(i, 'minutes'),
|
201
155
|
increment: minuteIncrements,
|
202
156
|
min: hours === min.hours ? min.minutes : 0,
|
203
157
|
max: hours === max.hours ? max.minutes : 59
|
204
158
|
})), _react.default.createElement(DialogButtonGroup, null, _react.default.createElement(_OutlineButton.default, {
|
205
159
|
type: "button",
|
206
|
-
onClick:
|
160
|
+
onClick: () => {
|
207
161
|
onHide();
|
208
162
|
|
209
163
|
if (GA) {
|
210
164
|
(0, _reactGa.event)({
|
211
165
|
category: GA.category,
|
212
|
-
action: GA.action
|
166
|
+
action: `${GA.action} (Cancel)`
|
213
167
|
});
|
214
168
|
}
|
215
169
|
}
|
216
170
|
}, "Cancel"), _react.default.createElement(DisplayValue, null, _react.default.createElement(TwentyFourHourValue, null, formatTimePart(hours), ":", formatTimePart(minutes)), _react.default.createElement(TwelveHourValue, null, convertHours(hours), ".", formatTimePart(minutes), hours > 11 ? 'pm' : 'am', ' ')), _react.default.createElement(_BrandButton.default, {
|
217
171
|
type: "button",
|
218
|
-
onClick:
|
172
|
+
onClick: () => {
|
219
173
|
onChange({
|
220
|
-
hours
|
221
|
-
minutes
|
174
|
+
hours,
|
175
|
+
minutes
|
222
176
|
});
|
223
177
|
onHide();
|
224
178
|
|
225
179
|
if (GA) {
|
226
180
|
(0, _reactGa.event)({
|
227
181
|
category: GA.category,
|
228
|
-
action: GA.action
|
229
|
-
label: hours
|
182
|
+
action: `${GA.action} (Apply)`,
|
183
|
+
label: `${hours} hrs ${minutes} mins`
|
230
184
|
});
|
231
185
|
}
|
232
186
|
},
|
233
187
|
"data-e2e": "time-apply"
|
234
188
|
}, "Apply")));
|
235
189
|
});
|
236
|
-
|
190
|
+
const timeShape = (0, _propTypes.shape)({
|
237
191
|
hours: _propTypes.number,
|
238
192
|
minutes: _propTypes.number
|
239
193
|
});
|
@@ -35,106 +35,91 @@ var _TimeOverlay = _interopRequireDefault(require("./TimeOverlay"));
|
|
35
35
|
|
36
36
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
37
37
|
|
38
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
38
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
39
39
|
|
40
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
40
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
41
41
|
|
42
42
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
43
43
|
|
44
|
-
function
|
45
|
-
|
46
|
-
function _templateObject2() {
|
47
|
-
var data = _taggedTemplateLiteralLoose(["\n\t-webkit-appearance: none;\n\tbackground-color: white;\n\theight: 2.75rem;\n\tline-height: 2.75rem;\n\tpadding: 0 16px;\n\n\t@media (min-width: ", ") {\n\t\tdisplay: none;\n\t}\n"]);
|
48
|
-
|
49
|
-
_templateObject2 = function _templateObject2() {
|
50
|
-
return data;
|
51
|
-
};
|
52
|
-
|
53
|
-
return data;
|
54
|
-
}
|
55
|
-
|
56
|
-
function _templateObject() {
|
57
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: none;\n\tposition: relative;\n\n\t@media (min-width: ", ") {\n\t\tdisplay: block;\n\t}\n"]);
|
58
|
-
|
59
|
-
_templateObject = function _templateObject() {
|
60
|
-
return data;
|
61
|
-
};
|
44
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
62
45
|
|
63
|
-
|
64
|
-
}
|
65
|
-
|
66
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
46
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
67
47
|
|
68
|
-
|
48
|
+
const Container = _styledComponents.default.div`
|
49
|
+
display: none;
|
50
|
+
position: relative;
|
69
51
|
|
52
|
+
@media (min-width: ${_breakpoints.default.tablet}) {
|
53
|
+
display: block;
|
54
|
+
}
|
55
|
+
`;
|
70
56
|
Container.displayName = 'Container';
|
71
|
-
|
57
|
+
const MobileTimePicker = (0, _styledComponents.default)(_InputBox.default)`
|
58
|
+
-webkit-appearance: none;
|
59
|
+
background-color: white;
|
60
|
+
height: 2.75rem;
|
61
|
+
line-height: 2.75rem;
|
62
|
+
padding: 0 16px;
|
63
|
+
|
64
|
+
@media (min-width: ${_breakpoints.default.tablet}) {
|
65
|
+
display: none;
|
66
|
+
}
|
67
|
+
`;
|
72
68
|
MobileTimePicker.displayName = 'MobileTimePicker';
|
73
69
|
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
rest =
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
setFocus = _useState2[1];
|
97
|
-
|
98
|
-
var nodeRef = (0, _useClickOutside.default)(function () {
|
99
|
-
return setPickerVisible(false);
|
100
|
-
});
|
101
|
-
var myRef = (0, _react.useRef)();
|
102
|
-
|
103
|
-
var _useState3 = (0, _react.useState)((0, _durationToTimeString.default)(value)),
|
104
|
-
internalValue = _useState3[0],
|
105
|
-
setInternalValue = _useState3[1];
|
106
|
-
|
107
|
-
(0, _react.useEffect)(function () {
|
70
|
+
const formatTimePart = v => v.toString().padStart(2, '0');
|
71
|
+
|
72
|
+
const TimePicker = _ref => {
|
73
|
+
let {
|
74
|
+
onChange,
|
75
|
+
onFocus,
|
76
|
+
onBlur,
|
77
|
+
value,
|
78
|
+
minuteIncrements,
|
79
|
+
hourIncrements,
|
80
|
+
min,
|
81
|
+
max,
|
82
|
+
GA
|
83
|
+
} = _ref,
|
84
|
+
rest = _objectWithoutProperties(_ref, ["onChange", "onFocus", "onBlur", "value", "minuteIncrements", "hourIncrements", "min", "max", "GA"]);
|
85
|
+
|
86
|
+
const [pickerVisible, setPickerVisible] = (0, _react.useState)(false);
|
87
|
+
const [hasFocus, setFocus] = (0, _react.useState)(false);
|
88
|
+
const nodeRef = (0, _useClickOutside.default)(() => setPickerVisible(false));
|
89
|
+
const myRef = (0, _react.useRef)();
|
90
|
+
const [internalValue, setInternalValue] = (0, _react.useState)((0, _durationToTimeString.default)(value));
|
91
|
+
(0, _react.useEffect)(() => {
|
108
92
|
// keep internal value in sync with prop change
|
109
93
|
setInternalValue((0, _durationToTimeString.default)(value));
|
110
94
|
}, [value]);
|
111
|
-
(0, _react.useEffect)(
|
95
|
+
(0, _react.useEffect)(() => {
|
112
96
|
if (myRef.current) myRef.current.scrollIntoView({
|
113
97
|
behavior: 'smooth',
|
114
98
|
block: 'nearest'
|
115
99
|
});
|
116
100
|
}, [pickerVisible]);
|
117
101
|
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
102
|
+
const changeHandler = _ref2 => {
|
103
|
+
let {
|
104
|
+
hours: newHours,
|
105
|
+
minutes: newMinutes
|
106
|
+
} = _ref2;
|
107
|
+
const proposedDate = new Date((0, _durationToMilliseconds.default)(value || {
|
122
108
|
hours: 0,
|
123
109
|
minutes: 0
|
124
110
|
}));
|
125
111
|
proposedDate.setUTCHours((0, _roundTo.default)(hourIncrements)((0, _getBoundedValue.default)(newHours, 0, 23)));
|
126
112
|
proposedDate.setUTCMinutes((0, _roundTo.default)(minuteIncrements)((0, _getBoundedValue.default)(newMinutes, 0, 59)));
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
_onChange((0, _millisecondsToDuration.default)(boundedValue));
|
113
|
+
const appliedValue = proposedDate.getTime();
|
114
|
+
const boundedValue = (0, _getBoundedValue.default)(appliedValue, (0, _durationToMilliseconds.default)(min), (0, _durationToMilliseconds.default)(max));
|
115
|
+
onChange((0, _millisecondsToDuration.default)(boundedValue));
|
131
116
|
};
|
132
117
|
|
133
|
-
|
118
|
+
const blurHandler = () => {
|
134
119
|
// tries to apply current value, or the nearest valid number, even if it's incomplete
|
135
120
|
if (internalValue.includes(':')) {
|
136
|
-
|
137
|
-
|
121
|
+
const timeParts = internalValue.split(':');
|
122
|
+
const latestValue = {
|
138
123
|
hours: parseInt(timeParts[0], 10),
|
139
124
|
minutes: parseInt(timeParts[1], 10)
|
140
125
|
};
|
@@ -145,22 +130,22 @@ var TimePicker = function TimePicker(_ref) {
|
|
145
130
|
}
|
146
131
|
};
|
147
132
|
|
148
|
-
|
133
|
+
const valueAsString = (0, _durationToTimeString.default)(value);
|
149
134
|
return _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(MobileTimePicker, {
|
150
135
|
type: "time",
|
151
|
-
onChange:
|
152
|
-
|
136
|
+
onChange: e => {
|
137
|
+
const timeString = e.target.value;
|
153
138
|
|
154
139
|
if (timeString.length === 5) {
|
155
|
-
|
140
|
+
const timeParts = e.target.value.split(':');
|
156
141
|
changeHandler({
|
157
142
|
hours: parseInt(timeParts[0], 10),
|
158
143
|
minutes: parseInt(timeParts[1], 10)
|
159
144
|
});
|
160
145
|
}
|
161
146
|
},
|
162
|
-
min: formatTimePart(min.hours)
|
163
|
-
max: formatTimePart(max.hours)
|
147
|
+
min: `${formatTimePart(min.hours)}:${formatTimePart(min.minutes)}`,
|
148
|
+
max: `${formatTimePart(max.hours)}:${formatTimePart(max.minutes)}`,
|
164
149
|
step: 60 * minuteIncrements,
|
165
150
|
value: valueAsString
|
166
151
|
}), _react.default.createElement(Container, {
|
@@ -170,27 +155,25 @@ var TimePicker = function TimePicker(_ref) {
|
|
170
155
|
suffix: {
|
171
156
|
icon: _Clock.default,
|
172
157
|
color: _colors.default.primary,
|
173
|
-
onClick:
|
174
|
-
return setPickerVisible(!pickerVisible);
|
175
|
-
}
|
158
|
+
onClick: () => setPickerVisible(!pickerVisible)
|
176
159
|
},
|
177
|
-
onChange:
|
178
|
-
|
160
|
+
onChange: e => {
|
161
|
+
const timeString = e.target.value;
|
179
162
|
setInternalValue(timeString);
|
180
163
|
|
181
164
|
if (!timeString.length) {
|
182
|
-
|
165
|
+
onChange(null);
|
183
166
|
}
|
184
167
|
|
185
168
|
if (timeString.length === 5) {
|
186
|
-
|
169
|
+
const timeParts = e.target.value.split(':');
|
187
170
|
changeHandler({
|
188
171
|
hours: parseInt(timeParts[0], 10),
|
189
172
|
minutes: parseInt(timeParts[1], 10)
|
190
173
|
});
|
191
174
|
}
|
192
175
|
},
|
193
|
-
onFocus:
|
176
|
+
onFocus: e => {
|
194
177
|
// reset internal value
|
195
178
|
if (internalValue !== (0, _durationToTimeString.default)(value)) {
|
196
179
|
setInternalValue((0, _durationToTimeString.default)(value));
|
@@ -198,16 +181,16 @@ var TimePicker = function TimePicker(_ref) {
|
|
198
181
|
|
199
182
|
setFocus(true);
|
200
183
|
|
201
|
-
if (
|
202
|
-
|
184
|
+
if (onFocus) {
|
185
|
+
onFocus(e);
|
203
186
|
}
|
204
187
|
},
|
205
|
-
onBlur:
|
188
|
+
onBlur: e => {
|
206
189
|
blurHandler();
|
207
190
|
setFocus(false);
|
208
191
|
|
209
|
-
if (
|
210
|
-
|
192
|
+
if (onBlur) {
|
193
|
+
onBlur(e);
|
211
194
|
}
|
212
195
|
},
|
213
196
|
value: hasFocus ? internalValue : valueAsString
|
@@ -217,9 +200,7 @@ var TimePicker = function TimePicker(_ref) {
|
|
217
200
|
minutes: 0
|
218
201
|
},
|
219
202
|
onChange: changeHandler,
|
220
|
-
onHide:
|
221
|
-
return setPickerVisible(false);
|
222
|
-
},
|
203
|
+
onHide: () => setPickerVisible(false),
|
223
204
|
hourIncrements: hourIncrements,
|
224
205
|
minuteIncrements: minuteIncrements,
|
225
206
|
min: min,
|
@@ -228,7 +209,7 @@ var TimePicker = function TimePicker(_ref) {
|
|
228
209
|
})));
|
229
210
|
};
|
230
211
|
|
231
|
-
|
212
|
+
const duration = (0, _propTypes.shape)({
|
232
213
|
hours: _propTypes.number,
|
233
214
|
minutes: _propTypes.number
|
234
215
|
});
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
11
11
|
|
12
12
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
13
13
|
|
14
|
-
|
14
|
+
const TimeInput = props => {
|
15
15
|
return _react.default.createElement(_InputBox.default, _extends({
|
16
16
|
width: "100px",
|
17
17
|
mask: [/[0-2]/, /\d/, ':', /[0-5]/, /\d/]
|