bright-components 9.33.0 → 10.1.1
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 +93 -70
- 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 +59 -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
- package/src/components/Checkbox/index.js +2 -2
- package/src/components/Typeahead/Option/index.js +0 -1
@@ -7,16 +7,18 @@ var _roundTo = _interopRequireDefault(require("../../../../utils/roundTo"));
|
|
7
7
|
|
8
8
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
9
9
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
10
|
+
const roundOnBlur = _ref => {
|
11
|
+
let {
|
12
|
+
onChange,
|
13
|
+
onBlur,
|
14
|
+
step,
|
15
|
+
allowNegative
|
16
|
+
} = _ref;
|
17
|
+
return e => {
|
18
|
+
const original = +e.target.value;
|
19
|
+
const rounded = (0, _roundTo.default)(step, allowNegative)(e.target.value);
|
20
|
+
const max = +e.target.getAttribute('max');
|
21
|
+
const min = +e.target.getAttribute('min');
|
20
22
|
|
21
23
|
if (original > max) {
|
22
24
|
e.target.value = max;
|
@@ -27,7 +29,7 @@ var roundOnBlur = function roundOnBlur(_ref) {
|
|
27
29
|
}
|
28
30
|
|
29
31
|
if (original !== +e.target.value) {
|
30
|
-
onChange(e,
|
32
|
+
onChange(e, () => {
|
31
33
|
onBlur(e);
|
32
34
|
});
|
33
35
|
} else {
|
@@ -19,59 +19,43 @@ var _Avatar = _interopRequireDefault(require("../Avatar"));
|
|
19
19
|
|
20
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
21
21
|
|
22
|
-
function
|
23
|
-
|
24
|
-
function _templateObject2() {
|
25
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin: auto;\n\tmargin-left: ", ";\n"]);
|
26
|
-
|
27
|
-
_templateObject2 = function _templateObject2() {
|
28
|
-
return data;
|
29
|
-
};
|
30
|
-
|
31
|
-
return data;
|
32
|
-
}
|
33
|
-
|
34
|
-
function _templateObject() {
|
35
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n"]);
|
36
|
-
|
37
|
-
_templateObject = function _templateObject() {
|
38
|
-
return data;
|
39
|
-
};
|
22
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
40
23
|
|
41
|
-
|
42
|
-
}
|
43
|
-
|
44
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
45
|
-
|
46
|
-
var Container = _styledComponents.default.div(_templateObject());
|
24
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
47
25
|
|
26
|
+
const Container = _styledComponents.default.div`
|
27
|
+
display: flex;
|
28
|
+
`;
|
48
29
|
Container.displayName = 'Container';
|
49
|
-
|
50
|
-
|
51
|
-
|
30
|
+
const LinkContainer = _styledComponents.default.div`
|
31
|
+
margin: auto;
|
32
|
+
margin-left: ${_spacing.default.s6};
|
33
|
+
`;
|
52
34
|
LinkContainer.displayName = 'LinkContainer';
|
53
35
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
36
|
+
const EmployeeCard = _ref => {
|
37
|
+
let {
|
38
|
+
name,
|
39
|
+
imageHref,
|
40
|
+
link,
|
41
|
+
category,
|
42
|
+
action,
|
43
|
+
onClick
|
44
|
+
} = _ref,
|
45
|
+
rest = _objectWithoutProperties(_ref, ["name", "imageHref", "link", "category", "action", "onClick"]);
|
62
46
|
|
63
47
|
return _react.default.createElement(Container, rest, _react.default.createElement(_Avatar.default, {
|
64
48
|
employeeName: name,
|
65
49
|
employeeImageHref: imageHref
|
66
50
|
}), _react.default.createElement(LinkContainer, null, _react.default.createElement(_A.default, {
|
67
|
-
onClick:
|
51
|
+
onClick: () => {
|
68
52
|
_reactGa.default.event({
|
69
|
-
category
|
70
|
-
action
|
53
|
+
category,
|
54
|
+
action
|
71
55
|
});
|
72
56
|
|
73
|
-
if (
|
74
|
-
|
57
|
+
if (onClick) {
|
58
|
+
onClick();
|
75
59
|
}
|
76
60
|
},
|
77
61
|
href: link
|
@@ -17,55 +17,47 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
17
17
|
|
18
18
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
19
19
|
|
20
|
-
function
|
21
|
-
|
22
|
-
function _templateObject() {
|
23
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tflex-wrap: wrap;\n"]);
|
24
|
-
|
25
|
-
_templateObject = function _templateObject() {
|
26
|
-
return data;
|
27
|
-
};
|
20
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
28
21
|
|
29
|
-
|
30
|
-
}
|
31
|
-
|
32
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
33
|
-
|
34
|
-
var Container = _styledComponents.default.div(_templateObject());
|
22
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
35
23
|
|
24
|
+
const Container = _styledComponents.default.div`
|
25
|
+
display: flex;
|
26
|
+
flex-wrap: wrap;
|
27
|
+
`;
|
36
28
|
Container.displayName = 'Container';
|
37
29
|
/* istanbul ignore next */
|
38
30
|
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
return
|
31
|
+
const getName = _ref => {
|
32
|
+
let {
|
33
|
+
firstName = '',
|
34
|
+
lastName = ''
|
35
|
+
} = _ref;
|
36
|
+
return `${firstName} ${lastName}`.trim();
|
45
37
|
};
|
46
38
|
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
return _react.default.createElement(Container, null, filtered.length ? filtered.map(
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
39
|
+
const DisplayFilter = _ref2 => {
|
40
|
+
let {
|
41
|
+
users,
|
42
|
+
filter,
|
43
|
+
onClick
|
44
|
+
} = _ref2;
|
45
|
+
const filtered = users.filter(user => getName(user).toLowerCase().includes(filter.trim().toLowerCase()));
|
46
|
+
return _react.default.createElement(Container, null, filtered.length ? filtered.map(_ref3 => {
|
47
|
+
let {
|
48
|
+
id,
|
49
|
+
firstName,
|
50
|
+
lastName
|
51
|
+
} = _ref3,
|
52
|
+
other = _objectWithoutProperties(_ref3, ["id", "firstName", "lastName"]);
|
59
53
|
|
60
54
|
return _react.default.createElement(_Item.default, _extends({
|
61
55
|
key: id,
|
62
56
|
name: getName({
|
63
|
-
firstName
|
64
|
-
lastName
|
57
|
+
firstName,
|
58
|
+
lastName
|
65
59
|
}),
|
66
|
-
onClick:
|
67
|
-
return _onClick(id);
|
68
|
-
}
|
60
|
+
onClick: () => onClick(id)
|
69
61
|
}, other));
|
70
62
|
}) : _react.default.createElement(_ErrorMessage.default, null, "No results found"));
|
71
63
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
exports.__esModule = true;
|
4
|
-
exports.
|
4
|
+
exports.focusObj = exports.default = void 0;
|
5
5
|
|
6
6
|
var _react = _interopRequireWildcard(require("react"));
|
7
7
|
|
@@ -27,77 +27,44 @@ var _Option = _interopRequireDefault(require("../../Select/Option"));
|
|
27
27
|
|
28
28
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
29
29
|
|
30
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
30
|
+
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); }
|
31
31
|
|
32
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {};
|
33
|
-
|
34
|
-
function _templateObject5() {
|
35
|
-
var data = _taggedTemplateLiteralLoose([""]);
|
36
|
-
|
37
|
-
_templateObject5 = function _templateObject5() {
|
38
|
-
return data;
|
39
|
-
};
|
40
|
-
|
41
|
-
return data;
|
42
|
-
}
|
43
|
-
|
44
|
-
function _templateObject4() {
|
45
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin-bottom: ", ";\n\tdisplay: flex;\n\tflex-flow: row wrap;\n"]);
|
46
|
-
|
47
|
-
_templateObject4 = function _templateObject4() {
|
48
|
-
return data;
|
49
|
-
};
|
50
|
-
|
51
|
-
return data;
|
52
|
-
}
|
53
|
-
|
54
|
-
function _templateObject3() {
|
55
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin-top: 0px;\n\tdisplay: flex;\n\talign-items: center;\n\tflex-grow: 1;\n\theight: 44px;\n\tjustify-content: flex-end;\n\t@media (max-width: ", ") {\n\t\tjustify-content: flex-start;\n\t}\n"]);
|
56
|
-
|
57
|
-
_templateObject3 = function _templateObject3() {
|
58
|
-
return data;
|
59
|
-
};
|
60
|
-
|
61
|
-
return data;
|
62
|
-
}
|
63
|
-
|
64
|
-
function _templateObject2() {
|
65
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin: 0 !important;\n\tmargin-right: ", " !important;\n\tmargin-bottom: ", " !important;\n"]);
|
66
|
-
|
67
|
-
_templateObject2 = function _templateObject2() {
|
68
|
-
return data;
|
69
|
-
};
|
70
|
-
|
71
|
-
return data;
|
72
|
-
}
|
73
|
-
|
74
|
-
function _templateObject() {
|
75
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin: 0 !important;\n\tmargin-right: ", " !important;\n"]);
|
76
|
-
|
77
|
-
_templateObject = function _templateObject() {
|
78
|
-
return data;
|
79
|
-
};
|
80
|
-
|
81
|
-
return data;
|
82
|
-
}
|
83
|
-
|
84
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
32
|
+
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; }
|
85
33
|
|
86
34
|
// components
|
87
|
-
|
35
|
+
const StyledInput = (0, _styledComponents.default)(_Input.default)`
|
36
|
+
margin: 0 !important;
|
37
|
+
margin-right: ${_spacing.default.s1} !important;
|
38
|
+
`;
|
88
39
|
StyledInput.displayName = 'Input';
|
89
|
-
|
40
|
+
const StyledSelect = (0, _styledComponents.default)(_Select.default)`
|
41
|
+
margin: 0 !important;
|
42
|
+
margin-right: ${_spacing.default.s1} !important;
|
43
|
+
margin-bottom: ${_spacing.default.s1} !important;
|
44
|
+
`;
|
90
45
|
StyledSelect.displayName = 'Select';
|
91
|
-
|
46
|
+
const FloatButtonGroup = (0, _styledComponents.default)(_ButtonGroup.default)`
|
47
|
+
margin-top: 0px;
|
48
|
+
display: flex;
|
49
|
+
align-items: center;
|
50
|
+
flex-grow: 1;
|
51
|
+
height: 44px;
|
52
|
+
justify-content: flex-end;
|
53
|
+
@media (max-width: ${_breakpoints.default.tablet}) {
|
54
|
+
justify-content: flex-start;
|
55
|
+
}
|
56
|
+
`;
|
92
57
|
FloatButtonGroup.displayName = 'ButtonGroup';
|
93
|
-
|
94
|
-
|
95
|
-
|
58
|
+
const Wrapper = _styledComponents.default.div`
|
59
|
+
margin-bottom: ${_spacing.default.s2};
|
60
|
+
display: flex;
|
61
|
+
flex-flow: row wrap;
|
62
|
+
`;
|
96
63
|
Wrapper.displayName = 'Wrapper';
|
97
|
-
|
64
|
+
const ClearButton = (0, _styledComponents.default)(_LinkButton.default)``;
|
98
65
|
ClearButton.displayName = 'ClearButton';
|
99
66
|
|
100
|
-
|
67
|
+
const focusObj = obj => {
|
101
68
|
/* istanbul ignore next */
|
102
69
|
if (obj.current) {
|
103
70
|
obj.current.focus();
|
@@ -106,26 +73,28 @@ var focusObj = function focusObj(obj) {
|
|
106
73
|
|
107
74
|
exports.focusObj = focusObj;
|
108
75
|
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
76
|
+
const FilterBar = _ref => {
|
77
|
+
let {
|
78
|
+
GA,
|
79
|
+
value,
|
80
|
+
update,
|
81
|
+
type,
|
82
|
+
updateType,
|
83
|
+
selectAll,
|
84
|
+
deselectAll,
|
85
|
+
disableSelect,
|
86
|
+
disableDeselect,
|
87
|
+
hideSelectAll
|
88
|
+
} = _ref;
|
89
|
+
const textInput = (0, _react.createRef)();
|
121
90
|
return _react.default.createElement(Wrapper, null, _react.default.createElement(StyledSelect, {
|
122
91
|
name: "filter-type",
|
123
92
|
value: type,
|
124
|
-
onChange:
|
93
|
+
onChange: e => {
|
125
94
|
updateType(e.target.value);
|
126
95
|
focusObj(textInput);
|
127
96
|
(0, _reactGa.event)({
|
128
|
-
action:
|
97
|
+
action: `Search by ${e.target.value}`,
|
129
98
|
category: GA.category
|
130
99
|
});
|
131
100
|
}
|
@@ -134,20 +103,18 @@ var FilterBar = function FilterBar(_ref) {
|
|
134
103
|
}, "Search by name"), _react.default.createElement(_Option.default, {
|
135
104
|
value: "group"
|
136
105
|
}, "Search by group")), _react.default.createElement(StyledInput, {
|
137
|
-
onBlur:
|
106
|
+
onBlur: () => {
|
138
107
|
(0, _reactGa.event)({
|
139
108
|
action: 'Enter Name',
|
140
109
|
category: GA.category
|
141
110
|
});
|
142
111
|
},
|
143
112
|
value: value,
|
144
|
-
onChange:
|
145
|
-
return update(e.target.value);
|
146
|
-
},
|
113
|
+
onChange: e => update(e.target.value),
|
147
114
|
placeholder: "Enter name",
|
148
115
|
ref: textInput
|
149
116
|
}), _react.default.createElement(FloatButtonGroup, null, value && _react.default.createElement(ClearButton, {
|
150
|
-
onClick:
|
117
|
+
onClick: () => {
|
151
118
|
(0, _reactGa.event)({
|
152
119
|
action: 'Clear Filter',
|
153
120
|
category: GA.category
|
@@ -156,7 +123,7 @@ var FilterBar = function FilterBar(_ref) {
|
|
156
123
|
}
|
157
124
|
}, "Clear filter"), !value && !hideSelectAll && _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(_LinkButton.default, {
|
158
125
|
disabled: disableSelect,
|
159
|
-
onClick:
|
126
|
+
onClick: () => {
|
160
127
|
selectAll();
|
161
128
|
(0, _reactGa.event)({
|
162
129
|
action: 'Select All',
|
@@ -165,7 +132,7 @@ var FilterBar = function FilterBar(_ref) {
|
|
165
132
|
}
|
166
133
|
}, "Select all"), _react.default.createElement(_LinkButton.default, {
|
167
134
|
disabled: disableDeselect,
|
168
|
-
onClick:
|
135
|
+
onClick: () => {
|
169
136
|
deselectAll();
|
170
137
|
(0, _reactGa.event)({
|
171
138
|
action: 'Deselect All',
|
@@ -31,136 +31,80 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
31
31
|
|
32
32
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
33
33
|
|
34
|
-
function
|
35
|
-
|
36
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
37
|
-
|
38
|
-
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
|
39
|
-
|
40
|
-
function _templateObject6() {
|
41
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin-top: 0;\n\tbutton {\n\t\theight: 30px;\n\t}\n"]);
|
42
|
-
|
43
|
-
_templateObject6 = function _templateObject6() {
|
44
|
-
return data;
|
45
|
-
};
|
46
|
-
|
47
|
-
return data;
|
48
|
-
}
|
49
|
-
|
50
|
-
function _templateObject5() {
|
51
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: flex;\n\tjustify-content: space-between;\n\tmargin-bottom: ", ";\n"]);
|
52
|
-
|
53
|
-
_templateObject5 = function _templateObject5() {
|
54
|
-
return data;
|
55
|
-
};
|
56
|
-
|
57
|
-
return data;
|
58
|
-
}
|
59
|
-
|
60
|
-
function _templateObject4() {
|
61
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin-left: ", ";\n"]);
|
62
|
-
|
63
|
-
_templateObject4 = function _templateObject4() {
|
64
|
-
return data;
|
65
|
-
};
|
66
|
-
|
67
|
-
return data;
|
68
|
-
}
|
69
|
-
|
70
|
-
function _templateObject3() {
|
71
|
-
var data = _taggedTemplateLiteralLoose(["\n\tdisplay: ", ";\n\toverflow: hidden;\n\tflex-wrap: wrap;\n"]);
|
72
|
-
|
73
|
-
_templateObject3 = function _templateObject3() {
|
74
|
-
return data;
|
75
|
-
};
|
76
|
-
|
77
|
-
return data;
|
78
|
-
}
|
79
|
-
|
80
|
-
function _templateObject2() {
|
81
|
-
var data = _taggedTemplateLiteralLoose(["\n\tcursor: pointer;\n\tfont-size: ", "px;\n"]);
|
82
|
-
|
83
|
-
_templateObject2 = function _templateObject2() {
|
84
|
-
return data;
|
85
|
-
};
|
34
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
86
35
|
|
87
|
-
|
88
|
-
}
|
89
|
-
|
90
|
-
function _templateObject() {
|
91
|
-
var data = _taggedTemplateLiteralLoose(["\n\tmargin: ", " 0;\n\twidth: 100%;\n"]);
|
92
|
-
|
93
|
-
_templateObject = function _templateObject() {
|
94
|
-
return data;
|
95
|
-
};
|
96
|
-
|
97
|
-
return data;
|
98
|
-
}
|
99
|
-
|
100
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
101
|
-
|
102
|
-
var Wrapper = _styledComponents.default.div(_templateObject(), _spacing.default.s2);
|
36
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
103
37
|
|
38
|
+
const Wrapper = _styledComponents.default.div`
|
39
|
+
margin: ${_spacing.default.s2} 0;
|
40
|
+
width: 100%;
|
41
|
+
`;
|
104
42
|
Wrapper.displayName = 'Wrapper';
|
105
|
-
|
43
|
+
const CH3 = (0, _styledComponents.default)(_H.default)`
|
44
|
+
cursor: pointer;
|
45
|
+
font-size: ${_spacing.default.s2}px;
|
46
|
+
`;
|
106
47
|
CH3.displayName = 'H3';
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
48
|
+
const ItemContainer = _styledComponents.default.div`
|
49
|
+
display: ${props => props.show ? 'flex' : 'none'};
|
50
|
+
overflow: hidden;
|
51
|
+
flex-wrap: wrap;
|
52
|
+
`;
|
112
53
|
ItemContainer.displayName = 'ItemContainer';
|
113
|
-
|
54
|
+
const MLChevron = (0, _styledComponents.default)(_Chevron.default)`
|
55
|
+
margin-left: ${_spacing.default.s1};
|
56
|
+
`;
|
114
57
|
MLChevron.displayName = 'MLChevron';
|
115
|
-
|
116
|
-
|
117
|
-
|
58
|
+
const Bar = _styledComponents.default.div`
|
59
|
+
display: flex;
|
60
|
+
justify-content: space-between;
|
61
|
+
margin-bottom: ${_spacing.default.s1};
|
62
|
+
`;
|
118
63
|
Bar.displayName = 'Bar';
|
119
|
-
|
64
|
+
const LinkButtonGroup = (0, _styledComponents.default)(_ButtonGroup.default)`
|
65
|
+
margin-top: 0;
|
66
|
+
button {
|
67
|
+
height: 30px;
|
68
|
+
}
|
69
|
+
`;
|
120
70
|
LinkButtonGroup.displayName = 'ButtonGroup';
|
121
71
|
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
function Group(props) {
|
128
|
-
var _this;
|
129
|
-
|
130
|
-
_this = _React$Component.call(this, props) || this;
|
131
|
-
_this.toggleShow = _this.toggleShow.bind(_assertThisInitialized(_this));
|
132
|
-
_this.state = {
|
72
|
+
class Group extends _react.default.Component {
|
73
|
+
constructor(props) {
|
74
|
+
super(props);
|
75
|
+
this.toggleShow = this.toggleShow.bind(this);
|
76
|
+
this.state = {
|
133
77
|
show: props.initialShow
|
134
78
|
};
|
135
|
-
return _this;
|
136
79
|
}
|
137
80
|
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
81
|
+
toggleShow() {
|
82
|
+
this.setState(_ref => {
|
83
|
+
let {
|
84
|
+
show
|
85
|
+
} = _ref;
|
143
86
|
return {
|
144
87
|
show: !show
|
145
88
|
};
|
146
89
|
});
|
147
|
-
}
|
148
|
-
|
149
|
-
_proto.render = function render() {
|
150
|
-
var _this2 = this;
|
90
|
+
}
|
151
91
|
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
92
|
+
render() {
|
93
|
+
const {
|
94
|
+
title,
|
95
|
+
users,
|
96
|
+
onClick,
|
97
|
+
hideButtons,
|
98
|
+
toggleUsers,
|
99
|
+
GA
|
100
|
+
} = this.props;
|
101
|
+
const {
|
102
|
+
show
|
103
|
+
} = this.state;
|
104
|
+
const selectedUsers = (0, _utils.getSelected)(users);
|
105
|
+
const deselectedUsers = (0, _utils.getNotSelected)(users);
|
162
106
|
return _react.default.createElement(Wrapper, null, _react.default.createElement(Bar, null, _react.default.createElement(CH3, {
|
163
|
-
onClick:
|
107
|
+
onClick: () => {
|
164
108
|
if (show) {
|
165
109
|
(0, _reactGa.event)({
|
166
110
|
action: 'Contract Selected Group',
|
@@ -187,7 +131,7 @@ function (_React$Component) {
|
|
187
131
|
}
|
188
132
|
}
|
189
133
|
|
190
|
-
|
134
|
+
this.toggleShow();
|
191
135
|
}
|
192
136
|
}, title, " (", selectedUsers.length, ")", ' ', _react.default.createElement(MLChevron, {
|
193
137
|
expanded: show,
|
@@ -195,7 +139,7 @@ function (_React$Component) {
|
|
195
139
|
size: 16
|
196
140
|
})), !hideButtons && _react.default.createElement(LinkButtonGroup, null, _react.default.createElement(_LinkButton.default, {
|
197
141
|
disabled: selectedUsers.length === users.length,
|
198
|
-
onClick:
|
142
|
+
onClick: () => {
|
199
143
|
(0, _reactGa.event)({
|
200
144
|
action: 'Select Group',
|
201
145
|
category: GA.category
|
@@ -204,7 +148,7 @@ function (_React$Component) {
|
|
204
148
|
}
|
205
149
|
}, "Select group"), _react.default.createElement(_LinkButton.default, {
|
206
150
|
disabled: selectedUsers.length === 0,
|
207
|
-
onClick:
|
151
|
+
onClick: () => {
|
208
152
|
(0, _reactGa.event)({
|
209
153
|
action: 'Deselect Group',
|
210
154
|
category: GA.category
|
@@ -213,25 +157,24 @@ function (_React$Component) {
|
|
213
157
|
}
|
214
158
|
}, "Deselect group"))), _react.default.createElement(ItemContainer, {
|
215
159
|
show: show,
|
216
|
-
"data-e2e":
|
217
|
-
}, users.map(
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
160
|
+
"data-e2e": `Group-${title}`
|
161
|
+
}, users.map(_ref2 => {
|
162
|
+
let {
|
163
|
+
id,
|
164
|
+
firstName,
|
165
|
+
lastName
|
166
|
+
} = _ref2,
|
167
|
+
other = _objectWithoutProperties(_ref2, ["id", "firstName", "lastName"]);
|
222
168
|
|
223
169
|
return _react.default.createElement(_Item.default, _extends({
|
224
170
|
key: id,
|
225
|
-
name: firstName
|
226
|
-
onClick:
|
227
|
-
return _onClick(id);
|
228
|
-
}
|
171
|
+
name: `${firstName} ${lastName}`,
|
172
|
+
onClick: () => onClick(id)
|
229
173
|
}, other));
|
230
174
|
})));
|
231
|
-
}
|
175
|
+
}
|
232
176
|
|
233
|
-
|
234
|
-
}(_react.default.Component);
|
177
|
+
}
|
235
178
|
|
236
179
|
Group.displayName = 'Group';
|
237
180
|
Group.propTypes = {
|