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
@@ -37,175 +37,85 @@ var _dayPickerCSS = _interopRequireDefault(require("./dayPickerCSS"));
|
|
37
37
|
|
38
38
|
var _Shortcuts = _interopRequireDefault(require("../Shortcuts"));
|
39
39
|
|
40
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
40
|
+
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); }
|
41
41
|
|
42
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
42
|
+
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; }
|
43
43
|
|
44
44
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
45
45
|
|
46
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
46
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
47
47
|
|
48
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
48
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
49
49
|
|
50
50
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
51
51
|
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
var data = _taggedTemplateLiteralLoose(["\n\tjustify-content: flex-end;\n"]);
|
58
|
-
|
59
|
-
_templateObject9 = function _templateObject9() {
|
60
|
-
return data;
|
61
|
-
};
|
62
|
-
|
63
|
-
return data;
|
64
|
-
}
|
65
|
-
|
66
|
-
function _templateObject8() {
|
67
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmax-width: 312px;\n\tjustify-content: space-between;\n\talign-items: center;\n\tmargin-bottom: ", ";\n\t> * {\n\t\ttext-align: center;\n\t}\n"]);
|
68
|
-
|
69
|
-
_templateObject8 = function _templateObject8() {
|
70
|
-
return data;
|
71
|
-
};
|
72
|
-
|
73
|
-
return data;
|
74
|
-
}
|
75
|
-
|
76
|
-
function _templateObject7() {
|
77
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tmargin-bottom: ", ";\n"]);
|
78
|
-
|
79
|
-
_templateObject7 = function _templateObject7() {
|
80
|
-
return data;
|
81
|
-
};
|
82
|
-
|
83
|
-
return data;
|
84
|
-
}
|
85
|
-
|
86
|
-
function _templateObject6() {
|
87
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: inline-block;\n"]);
|
88
|
-
|
89
|
-
_templateObject6 = function _templateObject6() {
|
90
|
-
return data;
|
91
|
-
};
|
92
|
-
|
93
|
-
return data;
|
94
|
-
}
|
95
|
-
|
96
|
-
function _templateObject5() {
|
97
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: inline-block;\n"]);
|
98
|
-
|
99
|
-
_templateObject5 = function _templateObject5() {
|
100
|
-
return data;
|
101
|
-
};
|
102
|
-
|
103
|
-
return data;
|
104
|
-
}
|
105
|
-
|
106
|
-
function _templateObject4() {
|
107
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin: 0 ", ";\n\tpadding: ", " 0;\n\tborder-top: 1px solid ", ";\n\tdisplay: ", ";\n"]);
|
108
|
-
|
109
|
-
_templateObject4 = function _templateObject4() {
|
110
|
-
return data;
|
111
|
-
};
|
112
|
-
|
113
|
-
return data;
|
114
|
-
}
|
115
|
-
|
116
|
-
function _templateObject3() {
|
117
|
-
var data = _taggedTemplateLiteralLoose([""]);
|
118
|
-
|
119
|
-
_templateObject3 = function _templateObject3() {
|
120
|
-
return data;
|
121
|
-
};
|
122
|
-
|
123
|
-
return data;
|
124
|
-
}
|
125
|
-
|
126
|
-
function _templateObject2() {
|
127
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin-left: 4px;\n"]);
|
128
|
-
|
129
|
-
_templateObject2 = function _templateObject2() {
|
130
|
-
return data;
|
131
|
-
};
|
132
|
-
|
133
|
-
return data;
|
134
|
-
}
|
135
|
-
|
136
|
-
function _templateObject() {
|
137
|
-
var data = _taggedTemplateLiteralLoose(["\n\t", ";\n"]);
|
138
|
-
|
139
|
-
_templateObject = function _templateObject() {
|
140
|
-
return data;
|
141
|
-
};
|
142
|
-
|
143
|
-
return data;
|
144
|
-
}
|
145
|
-
|
146
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
147
|
-
|
148
|
-
var MONTHS = Array.from(Array(12).keys()).map(function (month) {
|
149
|
-
return (0, _dateFns.format)((0, _dateFns.startOfMonth)(new Date()).setMonth(month), 'MMMM');
|
150
|
-
});
|
151
|
-
var WEEKDAYS = Array.from(Array(7).keys()).map(function (weekday) {
|
152
|
-
return (0, _dateFns.format)((0, _dateFns.addDays)((0, _dateFns.startOfWeek)(new Date()), weekday), 'EEE');
|
153
|
-
});
|
154
|
-
|
155
|
-
var HeaderDayPicker = _styledComponents.default.div(_templateObject(), _dayPickerCSS.default);
|
156
|
-
|
52
|
+
const MONTHS = Array.from(Array(12).keys()).map(month => (0, _dateFns.format)((0, _dateFns.startOfMonth)(new Date()).setMonth(month), 'MMMM'));
|
53
|
+
const WEEKDAYS = Array.from(Array(7).keys()).map(weekday => (0, _dateFns.format)((0, _dateFns.addDays)((0, _dateFns.startOfWeek)(new Date()), weekday), 'EEE'));
|
54
|
+
const HeaderDayPicker = _styledComponents.default.div`
|
55
|
+
${_dayPickerCSS.default};
|
56
|
+
`;
|
157
57
|
HeaderDayPicker.displayName = 'HeaderDayPicker';
|
158
|
-
|
58
|
+
const ApplyButton = (0, _styledComponents.default)(_BrandButton.default)`
|
59
|
+
margin-left: 4px;
|
60
|
+
`;
|
159
61
|
ApplyButton.displayName = 'ApplyButton';
|
160
|
-
|
62
|
+
const ClearButton = (0, _styledComponents.default)(_OutlineButton.default)``;
|
161
63
|
ClearButton.displayName = 'ClearButton';
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
}
|
166
|
-
|
64
|
+
const Footer = _styledComponents.default.div`
|
65
|
+
margin: 0 ${_spacing.default.s3};
|
66
|
+
padding: ${_spacing.default.s2} 0;
|
67
|
+
border-top: 1px solid ${_colors.default.grey};
|
68
|
+
display: ${props => props.show ? 'block' : 'none'};
|
69
|
+
`;
|
167
70
|
Footer.displayName = 'Footer';
|
168
|
-
|
71
|
+
const MonthDisplay = (0, _styledComponents.default)(_LinkButton.default)`
|
72
|
+
display: inline-block;
|
73
|
+
`;
|
169
74
|
MonthDisplay.displayName = 'MonthDisplay';
|
170
|
-
|
75
|
+
const YearDisplay = (0, _styledComponents.default)(_LinkButton.default)`
|
76
|
+
display: inline-block;
|
77
|
+
`;
|
171
78
|
YearDisplay.displayName = 'YearDisplay';
|
172
|
-
|
173
|
-
|
174
|
-
|
79
|
+
const FooterItems = _styledComponents.default.div`
|
80
|
+
display: flex;
|
81
|
+
margin-bottom: ${_spacing.default.s1};
|
82
|
+
`;
|
175
83
|
FooterItems.displayName = 'FooterItems';
|
176
|
-
|
84
|
+
const FooterShortcuts = (0, _styledComponents.default)(FooterItems)`
|
85
|
+
max-width: 312px;
|
86
|
+
justify-content: space-between;
|
87
|
+
align-items: center;
|
88
|
+
margin-bottom: ${_spacing.default.s2};
|
89
|
+
> * {
|
90
|
+
text-align: center;
|
91
|
+
}
|
92
|
+
`;
|
177
93
|
FooterShortcuts.displayName = 'FooterShortcuts';
|
178
|
-
|
94
|
+
const FooterActions = (0, _styledComponents.default)(FooterItems)`
|
95
|
+
justify-content: flex-end;
|
96
|
+
`;
|
179
97
|
FooterActions.displayName = 'FooterActions';
|
180
98
|
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
function HeaderDayPickerPanel(props) {
|
187
|
-
var _this;
|
188
|
-
|
189
|
-
_this = _React$Component.call(this, props) || this;
|
190
|
-
(0, _reactAutobind.default)(_assertThisInitialized(_this));
|
191
|
-
return _this;
|
99
|
+
class HeaderDayPickerPanel extends _react.default.Component {
|
100
|
+
constructor(props) {
|
101
|
+
super(props);
|
102
|
+
(0, _reactAutobind.default)(this);
|
192
103
|
}
|
193
104
|
|
194
|
-
|
195
|
-
|
196
|
-
_proto.setMonthYear = function setMonthYear(day) {
|
105
|
+
setMonthYear(day) {
|
197
106
|
this.props.setMonth(day.getMonth());
|
198
107
|
this.props.setYear(day.getFullYear());
|
199
|
-
}
|
108
|
+
}
|
200
109
|
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
110
|
+
setDateFromShortcut(range) {
|
111
|
+
const {
|
112
|
+
yearRange,
|
113
|
+
onSelectedDay
|
114
|
+
} = this.props;
|
115
|
+
const maxRange = (0, _dateFns.lastDayOfYear)((0, _dateFns.setYear)((0, _dateFns.startOfToday)(), yearRange.max));
|
116
|
+
const minRange = (0, _dateFns.startOfYear)((0, _dateFns.setYear)((0, _dateFns.startOfToday)(), yearRange.min));
|
117
|
+
let from = (0, _dateFns.max)([(0, _dateFns.min)([range.from, maxRange]), minRange]);
|
118
|
+
let to = (0, _dateFns.min)([(0, _dateFns.max)([range.to, minRange]), maxRange]);
|
209
119
|
|
210
120
|
while (this.isDisabled(from) && (0, _dateFns.isBefore)(from, (0, _dateFns.max)([to, maxRange]))) {
|
211
121
|
from = (0, _dateFns.addDays)(from, 1);
|
@@ -215,46 +125,40 @@ function (_React$Component) {
|
|
215
125
|
to = (0, _dateFns.subDays)(to, 1);
|
216
126
|
}
|
217
127
|
|
218
|
-
|
219
|
-
from
|
220
|
-
to
|
128
|
+
const newRange = {
|
129
|
+
from,
|
130
|
+
to
|
221
131
|
};
|
222
132
|
this.setMonthYear(newRange.to);
|
223
133
|
if ((0, _dateFns.isAfter)(from, to)) return;
|
224
134
|
onSelectedDay(newRange);
|
225
|
-
}
|
135
|
+
}
|
226
136
|
|
227
|
-
|
228
|
-
|
137
|
+
isDisabled(day) {
|
138
|
+
const {
|
139
|
+
disabledDays
|
140
|
+
} = this.props;
|
229
141
|
if (!disabledDays.length) return false;
|
230
|
-
|
231
|
-
isDisabledDay = disabledDays.filter(
|
232
|
-
return item instanceof Date;
|
233
|
-
}).find(function (item) {
|
234
|
-
return (0, _dateFns.isSameDay)(item, day);
|
235
|
-
});
|
142
|
+
let isDisabledDay = false;
|
143
|
+
isDisabledDay = disabledDays.filter(item => item instanceof Date).find(item => (0, _dateFns.isSameDay)(item, day));
|
236
144
|
if (isDisabledDay) return true;
|
237
|
-
|
238
|
-
return Object.prototype.hasOwnProperty.call(item, 'before') || Object.prototype.hasOwnProperty.call(item, 'after');
|
239
|
-
});
|
145
|
+
const allowedDateRanges = disabledDays.filter(item => Object.prototype.hasOwnProperty.call(item, 'before') || Object.prototype.hasOwnProperty.call(item, 'after'));
|
240
146
|
|
241
|
-
for (
|
242
|
-
|
147
|
+
for (let i = 0; i < allowedDateRanges.length; i++) {
|
148
|
+
const range = allowedDateRanges[i];
|
243
149
|
isDisabledDay = !!range.before && (0, _dateFns.isBefore)((0, _dateFns.startOfDay)(day), (0, _dateFns.startOfDay)(range.before));
|
244
150
|
if (isDisabledDay) break;
|
245
151
|
isDisabledDay = !!range.after && (0, _dateFns.isAfter)((0, _dateFns.startOfDay)(day), (0, _dateFns.startOfDay)(range.after));
|
246
152
|
if (isDisabledDay) break;
|
247
153
|
}
|
248
154
|
|
249
|
-
|
250
|
-
return Object.prototype.hasOwnProperty.call(item, 'from') && Object.prototype.hasOwnProperty.call(item, 'to');
|
251
|
-
});
|
155
|
+
const disabledDateRanges = disabledDays.filter(item => Object.prototype.hasOwnProperty.call(item, 'from') && Object.prototype.hasOwnProperty.call(item, 'to'));
|
252
156
|
|
253
|
-
for (
|
254
|
-
|
157
|
+
for (let i = 0; i < disabledDateRanges.length; i++) {
|
158
|
+
const range = disabledDateRanges[i];
|
255
159
|
isDisabledDay = (0, _dateFns.isWithinInterval)(day, {
|
256
|
-
start:
|
257
|
-
end:
|
160
|
+
start: range.from,
|
161
|
+
end: range.to
|
258
162
|
});
|
259
163
|
|
260
164
|
if (isDisabledDay) {
|
@@ -263,20 +167,21 @@ function (_React$Component) {
|
|
263
167
|
}
|
264
168
|
|
265
169
|
return isDisabledDay;
|
266
|
-
}
|
170
|
+
}
|
267
171
|
|
268
|
-
|
172
|
+
handleDayClick(day) {
|
269
173
|
if (this.isDisabled(day)) {
|
270
174
|
this.setMonthYear(day);
|
271
175
|
return;
|
272
176
|
}
|
273
177
|
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
178
|
+
const {
|
179
|
+
dateRange,
|
180
|
+
onSelectedDay,
|
181
|
+
range,
|
182
|
+
startDateClicked
|
183
|
+
} = this.props;
|
184
|
+
let newRange;
|
280
185
|
|
281
186
|
if (startDateClicked) {
|
282
187
|
newRange = _reactDayPicker.DateUtils.addDayToRange(day, {
|
@@ -293,50 +198,49 @@ function (_React$Component) {
|
|
293
198
|
to: undefined
|
294
199
|
};
|
295
200
|
} else if (newRange.to && (0, _dateFns.isAfter)(newRange.from, newRange.to)) {
|
296
|
-
|
201
|
+
const previousTo = newRange.to;
|
297
202
|
newRange.to = newRange.from;
|
298
203
|
newRange.from = previousTo;
|
299
204
|
}
|
300
205
|
|
301
206
|
this.setMonthYear(day);
|
302
207
|
onSelectedDay(newRange);
|
303
|
-
}
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
to: to
|
208
|
+
}
|
209
|
+
|
210
|
+
render() {
|
211
|
+
const {
|
212
|
+
month,
|
213
|
+
year,
|
214
|
+
disabledDays,
|
215
|
+
yearRange,
|
216
|
+
range,
|
217
|
+
dateRange,
|
218
|
+
onApply,
|
219
|
+
onClear,
|
220
|
+
onMonthClick,
|
221
|
+
onYearClick,
|
222
|
+
shortcuts,
|
223
|
+
GA,
|
224
|
+
isDateSelect,
|
225
|
+
onMonthChange,
|
226
|
+
onYearChange
|
227
|
+
} = this.props;
|
228
|
+
const maxRange = (0, _dateFns.endOfYear)(new Date().setYear(yearRange.max));
|
229
|
+
const minRange = (0, _dateFns.startOfYear)(new Date().setYear(yearRange.min)); // generates a years array for year dropdown
|
230
|
+
|
231
|
+
const yearRangeArr = new Array(yearRange.max - yearRange.min + 1).fill(null).map((yr, i) => yearRange.min + yr + i);
|
232
|
+
const showNext = !(yearRange.max === year && month === 11);
|
233
|
+
const showPrevious = !(yearRange.min === year && month === 0);
|
234
|
+
const {
|
235
|
+
from,
|
236
|
+
to
|
237
|
+
} = range;
|
238
|
+
const selectedDates = dateRange ? [from, {
|
239
|
+
from,
|
240
|
+
to
|
337
241
|
}] : from;
|
338
242
|
|
339
|
-
|
243
|
+
const modifiers = _objectSpread({
|
340
244
|
startOfWeek: {
|
341
245
|
daysOfWeek: [1]
|
342
246
|
},
|
@@ -344,15 +248,15 @@ function (_React$Component) {
|
|
344
248
|
daysOfWeek: [0]
|
345
249
|
}
|
346
250
|
}, dateRange ? {
|
347
|
-
from
|
348
|
-
to
|
251
|
+
from,
|
252
|
+
to,
|
349
253
|
toNotSelected: to ? undefined : from
|
350
254
|
} : {
|
351
|
-
from
|
255
|
+
from,
|
352
256
|
to: from
|
353
257
|
});
|
354
258
|
|
355
|
-
|
259
|
+
const monthToDisplay = MONTHS[month];
|
356
260
|
return _react.default.createElement(HeaderDayPicker, null, _react.default.createElement(_reactDayPicker.default, {
|
357
261
|
fromMonth: minRange,
|
358
262
|
toMonth: maxRange,
|
@@ -365,30 +269,28 @@ function (_React$Component) {
|
|
365
269
|
modifiers: modifiers,
|
366
270
|
onDayClick: this.handleDayClick,
|
367
271
|
disabledDays: disabledDays,
|
368
|
-
navbarElement:
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
272
|
+
navbarElement: _ref => {
|
273
|
+
let {
|
274
|
+
onPreviousClick,
|
275
|
+
onNextClick,
|
276
|
+
nextMonth,
|
277
|
+
previousMonth
|
278
|
+
} = _ref;
|
373
279
|
return _react.default.createElement(_Header.default, {
|
374
|
-
onNext:
|
280
|
+
onNext: () => {
|
375
281
|
onNextClick();
|
376
|
-
|
377
|
-
_this2.setMonthYear(nextMonth);
|
378
|
-
|
282
|
+
this.setMonthYear(nextMonth);
|
379
283
|
(0, _reactGa.event)({
|
380
284
|
category: GA.category,
|
381
|
-
action: GA.actionId
|
285
|
+
action: `${GA.actionId} - Next Month`
|
382
286
|
});
|
383
287
|
},
|
384
|
-
onPrevious:
|
288
|
+
onPrevious: () => {
|
385
289
|
onPreviousClick();
|
386
|
-
|
387
|
-
_this2.setMonthYear(previousMonth);
|
388
|
-
|
290
|
+
this.setMonthYear(previousMonth);
|
389
291
|
(0, _reactGa.event)({
|
390
292
|
category: GA.category,
|
391
|
-
action: GA.actionId
|
293
|
+
action: `${GA.actionId} - Previous Month`
|
392
294
|
});
|
393
295
|
},
|
394
296
|
showNext: showNext,
|
@@ -428,12 +330,10 @@ function (_React$Component) {
|
|
428
330
|
name: "years",
|
429
331
|
value: String(year),
|
430
332
|
"data-e2e": "select-year"
|
431
|
-
}, yearRangeArr.length && yearRangeArr.map(
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
}, String(yr));
|
436
|
-
}))) : _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(MonthDisplay, {
|
333
|
+
}, yearRangeArr.length && yearRangeArr.map(yr => _react.default.createElement(_Option.default, {
|
334
|
+
value: String(yr),
|
335
|
+
key: String(yr)
|
336
|
+
}, String(yr))))) : _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(MonthDisplay, {
|
437
337
|
onClick: onMonthClick,
|
438
338
|
"data-e2e": "select-month"
|
439
339
|
}, monthToDisplay), "\xA0", _react.default.createElement(YearDisplay, {
|
@@ -441,15 +341,13 @@ function (_React$Component) {
|
|
441
341
|
"data-e2e": "select-year"
|
442
342
|
}, year)));
|
443
343
|
},
|
444
|
-
renderDay:
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
}, day.getDate())));
|
452
|
-
}
|
344
|
+
renderDay: day => _react.default.createElement("div", {
|
345
|
+
className: "DayPicker-Day-Date"
|
346
|
+
}, _react.default.createElement("div", {
|
347
|
+
className: "DayPicker-Day-Circle"
|
348
|
+
}, _react.default.createElement("div", {
|
349
|
+
className: "DayPicker-Day-Number"
|
350
|
+
}, day.getDate())))
|
453
351
|
}), _react.default.createElement(Footer, {
|
454
352
|
show: dateRange && onApply || onClear || shortcuts
|
455
353
|
}, _react.default.createElement(FooterShortcuts, null, shortcuts && _react.default.createElement(_Shortcuts.default, {
|
@@ -458,16 +356,15 @@ function (_React$Component) {
|
|
458
356
|
shortcutClicked: this.setDateFromShortcut,
|
459
357
|
GA: GA
|
460
358
|
})), (dateRange || onClear) && _react.default.createElement(FooterActions, null, onClear && _react.default.createElement(ClearButton, {
|
461
|
-
gaAction: GA.actionId
|
359
|
+
gaAction: `${GA.actionId} Day picker clear`,
|
462
360
|
onClick: onClear
|
463
361
|
}, "Clear"), dateRange && onApply && _react.default.createElement(ApplyButton, {
|
464
362
|
disabled: !from,
|
465
363
|
onClick: onApply
|
466
364
|
}, "Apply"))));
|
467
|
-
}
|
365
|
+
}
|
468
366
|
|
469
|
-
|
470
|
-
}(_react.default.Component);
|
367
|
+
}
|
471
368
|
|
472
369
|
HeaderDayPickerPanel.displayName = 'HeaderDayPickerPanel';
|
473
370
|
HeaderDayPickerPanel.propTypes = {
|
@@ -23,58 +23,49 @@ var _Cancel = _interopRequireDefault(require("../Cancel"));
|
|
23
23
|
|
24
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
25
25
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
return data;
|
31
|
-
};
|
32
|
-
|
33
|
-
return data;
|
34
|
-
}
|
35
|
-
|
36
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
37
|
-
|
38
|
-
var Footer = _styledComponents.default.div(_templateObject(), _spacing.default.s3, _spacing.default.s2);
|
39
|
-
|
26
|
+
const Footer = _styledComponents.default.div`
|
27
|
+
margin: 0 ${_spacing.default.s3};
|
28
|
+
padding: ${_spacing.default.s2} 0;
|
29
|
+
`;
|
40
30
|
Footer.displayName = 'Footer';
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
31
|
+
const MONTHS = Array.from(Array(12).keys()).map(month => (0, _dateFns.format)((0, _dateFns.startOfMonth)(new Date()).setMonth(month), 'MMM'));
|
32
|
+
|
33
|
+
const HeaderMonthPanel = props => {
|
34
|
+
const {
|
35
|
+
year,
|
36
|
+
yearRange,
|
37
|
+
month,
|
38
|
+
setMonth,
|
39
|
+
setYear,
|
40
|
+
switchBackToCalendarView,
|
41
|
+
onCancelClick,
|
42
|
+
GA: {
|
43
|
+
category,
|
44
|
+
actionId
|
45
|
+
},
|
46
|
+
isViewingCurrentYear,
|
47
|
+
isMonthOnly
|
48
|
+
} = props;
|
49
|
+
const showNext = year !== yearRange.max;
|
50
|
+
const showPrevious = year !== yearRange.min;
|
51
|
+
const defaultSelectedItem = MONTHS[month];
|
61
52
|
return _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(_Header.default, {
|
62
|
-
onNext:
|
53
|
+
onNext: () => {
|
63
54
|
setYear(year + 1);
|
64
55
|
},
|
65
|
-
onPrevious:
|
56
|
+
onPrevious: () => {
|
66
57
|
setYear(year - 1);
|
67
58
|
},
|
68
59
|
showNext: showNext,
|
69
60
|
showPrevious: showPrevious
|
70
61
|
}, year.toString()), _react.default.createElement(_ItemSelector.default, {
|
71
|
-
onItemSelected:
|
72
|
-
|
62
|
+
onItemSelected: selectedMonth => {
|
63
|
+
const selectedIndex = MONTHS.indexOf(selectedMonth);
|
73
64
|
setMonth(selectedIndex);
|
74
65
|
switchBackToCalendarView();
|
75
66
|
(0, _reactGa.event)({
|
76
|
-
category
|
77
|
-
action: actionId
|
67
|
+
category,
|
68
|
+
action: `${actionId} - Month ${selectedIndex + 1}`
|
78
69
|
});
|
79
70
|
},
|
80
71
|
selectedItem: defaultSelectedItem,
|