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
@@ -39,151 +39,107 @@ var _getYearRangeChunks = _interopRequireDefault(require("./utils/getYearRangeCh
|
|
39
39
|
|
40
40
|
var _getYearRangeIndex = _interopRequireDefault(require("./utils/getYearRangeIndex"));
|
41
41
|
|
42
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
42
|
+
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); }
|
43
43
|
|
44
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
44
|
+
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; }
|
45
45
|
|
46
46
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
47
47
|
|
48
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
48
|
+
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; }
|
49
49
|
|
50
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
50
|
+
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; }
|
51
51
|
|
52
52
|
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; }
|
53
53
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
return data;
|
63
|
-
};
|
64
|
-
|
65
|
-
return data;
|
66
|
-
}
|
67
|
-
|
68
|
-
function _templateObject5() {
|
69
|
-
var data = _taggedTemplateLiteralLoose(["\n\t", ";\n\t&:not(.active) {\n\t\tcolor: ", ";\n\t\t&:hover {\n\t\t\tcolor: ", ";\n\t\t\tcursor: pointer;\n\t\t}\n\t}\n"]);
|
70
|
-
|
71
|
-
_templateObject5 = function _templateObject5() {
|
72
|
-
return data;
|
73
|
-
};
|
74
|
-
|
75
|
-
return data;
|
76
|
-
}
|
77
|
-
|
78
|
-
function _templateObject4() {
|
79
|
-
var data = _taggedTemplateLiteralLoose(["\n\tcolor: ", ";\n\tpadding: ", " ", " 0 ", ";\n\n\t&.active {\n\t\tfont-family: ", ";\n\t\tfont-weight: bold;\n\t}\n"]);
|
80
|
-
|
81
|
-
_templateObject4 = function _templateObject4() {
|
82
|
-
return data;
|
83
|
-
};
|
84
|
-
|
85
|
-
return data;
|
86
|
-
}
|
87
|
-
|
88
|
-
function _templateObject3() {
|
89
|
-
var data = _taggedTemplateLiteralLoose(["\n\tcolor: ", ";\n\tbackground: ", ";\n\tborder-color: ", ";\n\tposition: absolute;\n\ttop: 12px;\n\tright: ", ";\n\tpadding: ", ";\n\n\t&:hover {\n\t\tcolor: ", ";\n\t\tbackground: ", ";\n\t\tborder-color: ", ";\n\t}\n"]);
|
90
|
-
|
91
|
-
_templateObject3 = function _templateObject3() {
|
92
|
-
return data;
|
93
|
-
};
|
94
|
-
|
95
|
-
return data;
|
96
|
-
}
|
97
|
-
|
98
|
-
function _templateObject2() {
|
99
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tjustify-content: space-evenly;\n\ttext-align: center;\n\tmargin: 0 40px;\n"]);
|
100
|
-
|
101
|
-
_templateObject2 = function _templateObject2() {
|
102
|
-
return data;
|
103
|
-
};
|
104
|
-
|
105
|
-
return data;
|
106
|
-
}
|
107
|
-
|
108
|
-
function _templateObject() {
|
109
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: relative;\n\tmin-height: 385px;\n\tdisplay: flex;\n\tflex-direction: column;\n"]);
|
110
|
-
|
111
|
-
_templateObject = function _templateObject() {
|
112
|
-
return data;
|
113
|
-
};
|
114
|
-
|
115
|
-
return data;
|
116
|
-
}
|
117
|
-
|
118
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
119
|
-
|
120
|
-
var friendlyShort = 'EEE dd MMM';
|
121
|
-
var friendlyShortWithYear = 'EEE dd MMM yyyy';
|
122
|
-
|
123
|
-
var DayPickerWrapper = _styledComponents.default.div(_templateObject());
|
124
|
-
|
54
|
+
const friendlyShort = 'EEE dd MMM';
|
55
|
+
const friendlyShortWithYear = 'EEE dd MMM yyyy';
|
56
|
+
const DayPickerWrapper = _styledComponents.default.div`
|
57
|
+
display: relative;
|
58
|
+
min-height: 385px;
|
59
|
+
display: flex;
|
60
|
+
flex-direction: column;
|
61
|
+
`;
|
125
62
|
DayPickerWrapper.displayName = 'DayPickerWrapper';
|
126
|
-
|
127
|
-
|
128
|
-
|
63
|
+
const SelectedDatesContainer = _styledComponents.default.div`
|
64
|
+
display: flex;
|
65
|
+
justify-content: space-evenly;
|
66
|
+
text-align: center;
|
67
|
+
margin: 0 40px;
|
68
|
+
`;
|
129
69
|
SelectedDatesContainer.displayName = 'SelectedDatesContainer';
|
130
|
-
|
70
|
+
const CloseButton = (0, _styledComponents.default)(_WhiteOutlineButton.default)`
|
71
|
+
color: ${_colors.default.secondary};
|
72
|
+
background: ${_colors.default.white};
|
73
|
+
border-color: ${_colors.default.white};
|
74
|
+
position: absolute;
|
75
|
+
top: 12px;
|
76
|
+
right: ${_spacing.default.s1};
|
77
|
+
padding: ${_spacing.default.s1};
|
78
|
+
|
79
|
+
&:hover {
|
80
|
+
color: ${_colors.default.secondaryDark};
|
81
|
+
background: ${_colors.default.white};
|
82
|
+
border-color: ${_colors.default.white};
|
83
|
+
}
|
84
|
+
`;
|
131
85
|
CloseButton.displayName = 'CloseButton';
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
86
|
+
const SelectedDate = (0, _styledComponents.css)`
|
87
|
+
color: ${_colors.default.textColor};
|
88
|
+
padding: ${_spacing.default.s2} ${_spacing.default.s1} 0 ${_spacing.default.s1};
|
89
|
+
|
90
|
+
&.active {
|
91
|
+
font-family: ${_vars.default.fontStackBold};
|
92
|
+
font-weight: bold;
|
93
|
+
}
|
94
|
+
`;
|
95
|
+
const StartDateContainer = _styledComponents.default.div`
|
96
|
+
${SelectedDate};
|
97
|
+
&:not(.active) {
|
98
|
+
color: ${_colors.default.link};
|
99
|
+
&:hover {
|
100
|
+
color: ${_colors.default.linkHover};
|
101
|
+
cursor: pointer;
|
102
|
+
}
|
103
|
+
}
|
104
|
+
`;
|
136
105
|
StartDateContainer.displayName = 'StartDateContainer';
|
137
|
-
|
138
|
-
|
139
|
-
|
106
|
+
const EndDateContainer = _styledComponents.default.div`
|
107
|
+
${SelectedDate};
|
108
|
+
`;
|
140
109
|
EndDateContainer.displayName = 'EndDateContainer';
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
function DayPickerPanel(props) {
|
155
|
-
var _this;
|
156
|
-
|
157
|
-
_this = _React$Component.call(this, props) || this;
|
158
|
-
var yearRangeChunks = (0, _getYearRangeChunks.default)(props.yearRange.min, props.yearRange.max, props.yearsToDisplay);
|
159
|
-
var yearRangeIndex = (0, _getYearRangeIndex.default)(yearRangeChunks, props.year);
|
160
|
-
_this.state = {
|
110
|
+
const YEAR = 'year';
|
111
|
+
const MONTH = 'month';
|
112
|
+
const CALENDAR = 'calendar';
|
113
|
+
|
114
|
+
const friendlyDate = selectedDate => (0, _dateFns.format)(selectedDate, friendlyShortWithYear);
|
115
|
+
|
116
|
+
class DayPickerPanel extends _react.default.Component {
|
117
|
+
constructor(props) {
|
118
|
+
super(props);
|
119
|
+
const yearRangeChunks = (0, _getYearRangeChunks.default)(props.yearRange.min, props.yearRange.max, props.yearsToDisplay);
|
120
|
+
const yearRangeIndex = (0, _getYearRangeIndex.default)(yearRangeChunks, props.year);
|
121
|
+
this.state = {
|
161
122
|
year: props.year,
|
162
123
|
month: props.month,
|
163
124
|
view: props.view,
|
164
125
|
startDateClicked: false,
|
165
126
|
range: props.range,
|
166
|
-
yearRangeIndex
|
127
|
+
yearRangeIndex
|
167
128
|
};
|
168
|
-
(0, _reactAutobind.default)(
|
169
|
-
return _this;
|
129
|
+
(0, _reactAutobind.default)(this);
|
170
130
|
}
|
171
131
|
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
var _this$props = this.props,
|
178
|
-
dateRange = _this$props.dateRange,
|
179
|
-
onApply = _this$props.onApply;
|
132
|
+
onSelectedDay(newRange) {
|
133
|
+
const {
|
134
|
+
dateRange,
|
135
|
+
onApply
|
136
|
+
} = this.props;
|
180
137
|
|
181
138
|
if (!dateRange) {
|
182
139
|
return this.setState({
|
183
140
|
range: newRange
|
184
|
-
},
|
185
|
-
|
186
|
-
|
141
|
+
}, () => {
|
142
|
+
this.applyDatesGaEvent('selected');
|
187
143
|
onApply(newRange);
|
188
144
|
});
|
189
145
|
}
|
@@ -192,13 +148,16 @@ function (_React$Component) {
|
|
192
148
|
range: newRange,
|
193
149
|
startDateClicked: false
|
194
150
|
});
|
195
|
-
}
|
151
|
+
}
|
196
152
|
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
153
|
+
setMonth(month) {
|
154
|
+
const {
|
155
|
+
year
|
156
|
+
} = this.state;
|
157
|
+
const {
|
158
|
+
onMonthSelected,
|
159
|
+
close
|
160
|
+
} = this.props;
|
202
161
|
|
203
162
|
if (this.isMonthOnly()) {
|
204
163
|
onMonthSelected(month, year);
|
@@ -207,94 +166,99 @@ function (_React$Component) {
|
|
207
166
|
}
|
208
167
|
|
209
168
|
this.setState({
|
210
|
-
month
|
169
|
+
month
|
211
170
|
});
|
212
|
-
}
|
171
|
+
}
|
213
172
|
|
214
|
-
|
173
|
+
setYear(year) {
|
215
174
|
this.setState({
|
216
|
-
year
|
175
|
+
year
|
217
176
|
});
|
218
|
-
}
|
177
|
+
}
|
219
178
|
|
220
|
-
|
179
|
+
setYearRangeIndex(newIndex) {
|
221
180
|
this.setState({
|
222
181
|
yearRangeIndex: newIndex
|
223
182
|
});
|
224
|
-
}
|
183
|
+
}
|
225
184
|
|
226
|
-
|
185
|
+
isMonthOnly() {
|
227
186
|
return typeof this.props.onMonthSelected === 'function';
|
228
|
-
}
|
187
|
+
}
|
229
188
|
|
230
|
-
|
189
|
+
switchBackToCalendarView() {
|
231
190
|
this.setState({
|
232
191
|
view: CALENDAR
|
233
192
|
});
|
234
|
-
}
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
category
|
240
|
-
actionId
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
193
|
+
}
|
194
|
+
|
195
|
+
applyDatesGaEvent(selectedDay) {
|
196
|
+
const {
|
197
|
+
GA: {
|
198
|
+
category,
|
199
|
+
actionId
|
200
|
+
},
|
201
|
+
dateRange,
|
202
|
+
recordValue
|
203
|
+
} = this.props;
|
204
|
+
const {
|
205
|
+
range: {
|
206
|
+
from,
|
207
|
+
to
|
208
|
+
}
|
209
|
+
} = this.state;
|
210
|
+
const actionEvent = selectedDay ? 'Set' : 'Apply';
|
247
211
|
|
248
212
|
if (category) {
|
249
|
-
|
213
|
+
const label = dateRange ? `${(0, _dateFns.format)(from, friendlyShort)} - ${(0, _dateFns.format)(to || from, friendlyShort)} ${(0, _dateFns.format)(to || from, 'yyyy')}` : `${(0, _dateFns.format)(from, friendlyShort)} ${(0, _dateFns.format)(from, 'yyyy')}`;
|
250
214
|
(0, _reactGa.event)(_objectSpread({
|
251
|
-
category
|
252
|
-
action: actionId
|
215
|
+
category,
|
216
|
+
action: `${actionId} - ${actionEvent}`
|
253
217
|
}, recordValue ? {
|
254
|
-
label
|
218
|
+
label
|
255
219
|
} : {}));
|
256
220
|
}
|
257
|
-
}
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
221
|
+
}
|
222
|
+
|
223
|
+
render() {
|
224
|
+
const {
|
225
|
+
onCancel,
|
226
|
+
onClear,
|
227
|
+
yearRange,
|
228
|
+
yearsToDisplay,
|
229
|
+
dateRange,
|
230
|
+
onApply,
|
231
|
+
disabledDays,
|
232
|
+
shortcuts,
|
233
|
+
close,
|
234
|
+
GA,
|
235
|
+
isDateSelect
|
236
|
+
} = this.props;
|
237
|
+
const {
|
238
|
+
range,
|
239
|
+
view,
|
240
|
+
startDateClicked,
|
241
|
+
month,
|
242
|
+
year,
|
243
|
+
yearRangeIndex
|
244
|
+
} = this.state;
|
245
|
+
const startDate = (0, _lodash.default)(range, 'from');
|
246
|
+
const endDate = (0, _lodash.default)(range, 'to');
|
247
|
+
const activeStart = !startDate && !endDate || startDateClicked;
|
248
|
+
let activeEnd = startDate && !endDate;
|
285
249
|
|
286
250
|
if (!activeStart && !activeEnd) {
|
287
251
|
activeEnd = true;
|
288
252
|
}
|
289
253
|
|
290
|
-
|
291
|
-
|
254
|
+
const selectedDayTextFrom = startDate ? friendlyDate(startDate) : 'Choose start date';
|
255
|
+
const selectedDayTextTo = endDate ? friendlyDate(endDate) : 'Choose end date';
|
292
256
|
return _react.default.createElement(DayPickerWrapper, {
|
293
257
|
"data-testid": "daypicker-panel"
|
294
258
|
}, _react.default.createElement(SelectedDatesContainer, null, dateRange && _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(StartDateContainer, {
|
295
259
|
className: activeStart ? 'active' : '',
|
296
|
-
onClick:
|
297
|
-
|
260
|
+
onClick: () => {
|
261
|
+
this.setState({
|
298
262
|
startDateClicked: true
|
299
263
|
});
|
300
264
|
}
|
@@ -304,14 +268,13 @@ function (_React$Component) {
|
|
304
268
|
year: year,
|
305
269
|
month: month,
|
306
270
|
yearRange: yearRange,
|
307
|
-
onCancelClick:
|
308
|
-
|
271
|
+
onCancelClick: () => {
|
272
|
+
this.setState({
|
309
273
|
view: CALENDAR
|
310
274
|
});
|
311
|
-
|
312
275
|
(0, _reactGa.event)({
|
313
276
|
category: GA.category,
|
314
|
-
action: GA.actionId
|
277
|
+
action: `${GA.actionId} - Cancel Month`
|
315
278
|
});
|
316
279
|
},
|
317
280
|
setMonth: this.setMonth,
|
@@ -327,14 +290,13 @@ function (_React$Component) {
|
|
327
290
|
setYearRangeIndex: this.setYearRangeIndex,
|
328
291
|
setYear: this.setYear,
|
329
292
|
switchBackToCalendarView: this.switchBackToCalendarView,
|
330
|
-
onCancelClick:
|
331
|
-
|
293
|
+
onCancelClick: () => {
|
294
|
+
this.setState({
|
332
295
|
view: CALENDAR
|
333
296
|
});
|
334
|
-
|
335
297
|
(0, _reactGa.event)({
|
336
298
|
category: GA.category,
|
337
|
-
action: GA.actionId
|
299
|
+
action: `${GA.actionId} - Cancel Year`
|
338
300
|
});
|
339
301
|
},
|
340
302
|
GA: GA
|
@@ -342,49 +304,44 @@ function (_React$Component) {
|
|
342
304
|
month: month,
|
343
305
|
year: year,
|
344
306
|
yearRange: yearRange,
|
345
|
-
onMonthClick:
|
346
|
-
|
307
|
+
onMonthClick: () => {
|
308
|
+
this.setState({
|
347
309
|
view: MONTH
|
348
310
|
});
|
349
|
-
|
350
311
|
(0, _reactGa.event)({
|
351
312
|
category: GA.category,
|
352
|
-
action: GA.actionId
|
313
|
+
action: `${GA.actionId} - Month Picker`
|
353
314
|
});
|
354
315
|
},
|
355
|
-
onYearClick:
|
356
|
-
|
316
|
+
onYearClick: () => {
|
317
|
+
this.setState({
|
357
318
|
view: YEAR
|
358
319
|
});
|
359
|
-
|
360
320
|
(0, _reactGa.event)({
|
361
321
|
category: GA.category,
|
362
|
-
action: GA.actionId
|
322
|
+
action: `${GA.actionId} - Year Picker`
|
363
323
|
});
|
364
324
|
},
|
365
|
-
onMonthChange:
|
366
|
-
|
367
|
-
|
325
|
+
onMonthChange: e => {
|
326
|
+
this.setMonth(+e.target.value);
|
368
327
|
(0, _reactGa.event)({
|
369
328
|
category: GA.category,
|
370
|
-
action: GA.actionId
|
329
|
+
action: `${GA.actionId} - Month Changed`
|
371
330
|
});
|
372
331
|
},
|
373
|
-
onYearChange:
|
374
|
-
|
375
|
-
|
332
|
+
onYearChange: e => {
|
333
|
+
this.setYear(+e.target.value);
|
376
334
|
(0, _reactGa.event)({
|
377
335
|
category: GA.category,
|
378
|
-
action: GA.actionId
|
336
|
+
action: `${GA.actionId} - Year Changed`
|
379
337
|
});
|
380
338
|
},
|
381
339
|
setMonth: this.setMonth,
|
382
340
|
setYear: this.setYear,
|
383
341
|
dateRange: dateRange,
|
384
|
-
onApply:
|
385
|
-
|
386
|
-
|
387
|
-
_onApply(range);
|
342
|
+
onApply: () => {
|
343
|
+
this.applyDatesGaEvent();
|
344
|
+
onApply(range);
|
388
345
|
},
|
389
346
|
onCancel: onCancel,
|
390
347
|
onClear: onClear,
|
@@ -396,15 +353,14 @@ function (_React$Component) {
|
|
396
353
|
GA: GA,
|
397
354
|
isDateSelect: isDateSelect
|
398
355
|
}), close && _react.default.createElement(CloseButton, {
|
399
|
-
gaAction: GA.actionId
|
356
|
+
gaAction: `${GA.actionId} Day picker close`,
|
400
357
|
onClick: close
|
401
358
|
}, _react.default.createElement(_Cross.default, {
|
402
359
|
size: 16
|
403
360
|
})));
|
404
|
-
}
|
361
|
+
}
|
405
362
|
|
406
|
-
|
407
|
-
}(_react.default.Component);
|
363
|
+
}
|
408
364
|
|
409
365
|
DayPickerPanel.displayName = 'DayPickerPanel';
|
410
366
|
var _default = DayPickerPanel;
|
@@ -9,9 +9,9 @@ var _range = _interopRequireDefault(require("../../../../utils/range"));
|
|
9
9
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
12
|
+
const getYearRangeChunks = (startYear, endYear, chunkSize) => {
|
13
|
+
const years = (0, _range.default)(startYear, endYear);
|
14
|
+
const yearItemsToShow = chunkSize ? (0, _lodash.default)(years, chunkSize) : [years];
|
15
15
|
return yearItemsToShow;
|
16
16
|
};
|
17
17
|
|
@@ -3,11 +3,7 @@
|
|
3
3
|
exports.__esModule = true;
|
4
4
|
exports.default = void 0;
|
5
5
|
|
6
|
-
|
7
|
-
return years.findIndex(function (year) {
|
8
|
-
return year.indexOf(selectedYear) !== -1;
|
9
|
-
});
|
10
|
-
};
|
6
|
+
const getYearIndex = (years, selectedYear) => years.findIndex(year => year.indexOf(selectedYear) !== -1);
|
11
7
|
|
12
8
|
var _default = getYearIndex;
|
13
9
|
exports.default = _default;
|