@stokr/components-library 3.0.65 → 3.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -3
- package/dist/_virtual/Collapse.js +4 -0
- package/dist/_virtual/Component.js +4 -0
- package/dist/_virtual/Range.js +4 -0
- package/dist/_virtual/ResizeObserver.es.js +6 -0
- package/dist/_virtual/UnmountClosed.js +4 -0
- package/dist/_virtual/_commonjsHelpers.js +38 -0
- package/dist/_virtual/arrows.js +4 -0
- package/dist/_virtual/attributes-to-props.js +4 -0
- package/dist/_virtual/constants.js +4 -0
- package/dist/_virtual/default-props.js +4 -0
- package/dist/_virtual/defaultRenderElements.js +4 -0
- package/dist/_virtual/dom-to-react.js +4 -0
- package/dist/_virtual/domparser.js +4 -0
- package/dist/_virtual/dots.js +4 -0
- package/dist/_virtual/getInnerHeight.js +4 -0
- package/dist/_virtual/getInnerWidth.js +4 -0
- package/dist/_virtual/getScrollbarWidth.js +4 -0
- package/dist/_virtual/hoist-non-react-statics.cjs.js +2 -0
- package/dist/_virtual/html-to-dom.js +4 -0
- package/dist/_virtual/index.js +5 -0
- package/dist/_virtual/index10.js +5 -0
- package/dist/_virtual/index11.js +7 -0
- package/dist/_virtual/index12.js +7 -0
- package/dist/_virtual/index13.js +7 -0
- package/dist/_virtual/index14.js +4 -0
- package/dist/_virtual/index15.js +7 -0
- package/dist/_virtual/index16.js +7 -0
- package/dist/_virtual/index17.js +7 -0
- package/dist/_virtual/index18.js +4 -0
- package/dist/_virtual/index19.js +4 -0
- package/dist/_virtual/index2.js +7 -0
- package/dist/_virtual/index20.js +4 -0
- package/dist/_virtual/index21.js +4 -0
- package/dist/_virtual/index22.js +4 -0
- package/dist/_virtual/index23.js +4 -0
- package/dist/_virtual/index24.js +4 -0
- package/dist/_virtual/index25.js +4 -0
- package/dist/_virtual/index26.js +4 -0
- package/dist/_virtual/index27.js +4 -0
- package/dist/_virtual/index28.js +4 -0
- package/dist/_virtual/index29.js +4 -0
- package/dist/_virtual/index3.js +5 -0
- package/dist/_virtual/index30.js +4 -0
- package/dist/_virtual/index31.js +4 -0
- package/dist/_virtual/index4.js +5 -0
- package/dist/_virtual/index5.js +5 -0
- package/dist/_virtual/index6.js +5 -0
- package/dist/_virtual/index7.js +7 -0
- package/dist/_virtual/index8.js +4 -0
- package/dist/_virtual/index9.js +5 -0
- package/dist/_virtual/initial-state.js +4 -0
- package/dist/_virtual/inner-slider.js +4 -0
- package/dist/_virtual/innerSliderUtils.js +4 -0
- package/dist/_virtual/isString.js +4 -0
- package/dist/_virtual/node.js +4 -0
- package/dist/_virtual/performance-now.js +4 -0
- package/dist/_virtual/popper.js +6 -0
- package/dist/_virtual/possibleStandardNamesOptimized.js +4 -0
- package/dist/_virtual/react-is.development.js +4 -0
- package/dist/_virtual/react-is.production.min.js +4 -0
- package/dist/_virtual/react-table.development.js +4 -0
- package/dist/_virtual/react-table.production.min.js +4 -0
- package/dist/_virtual/react-tippy.js +5 -0
- package/dist/_virtual/react-tippy2.js +4 -0
- package/dist/_virtual/returnFalse.js +4 -0
- package/dist/_virtual/slider.js +4 -0
- package/dist/_virtual/styles.js +4 -0
- package/dist/_virtual/track.js +4 -0
- package/dist/_virtual/types.js +4 -0
- package/dist/_virtual/utilities.js +4 -0
- package/dist/_virtual/utilities2.js +4 -0
- package/dist/_virtual/utilities3.js +4 -0
- package/dist/_virtual/utils.js +4 -0
- package/dist/analytics/index.js +1 -1
- package/dist/api/fetchData.js +2 -2
- package/dist/components/2FA/Connect2FA.js +1 -1
- package/dist/components/2FA/EnterCode.js +1 -1
- package/dist/components/2FA/Sucess2FA.js +1 -1
- package/dist/components/2FA/login-with-otp-flow.js +47 -12
- package/dist/components/2FA/main-flow.js +29 -5
- package/dist/components/AccountBalance/AccountBalance.js +1 -1
- package/dist/components/AdminDashboard/Table/ReactTable.js +5 -5
- package/dist/components/AdminDashboard/Table/ReactTableWrapper.js +1 -1
- package/dist/components/AdminDashboard/Table/Table.js +1 -1
- package/dist/components/AgreementItem/AgreementItem.js +1 -1
- package/dist/components/BackButton/BackButton.js +1 -1
- package/dist/components/Background/Background.js +1 -1
- package/dist/components/BasicTable/BasicTable.js +1 -1
- package/dist/components/BlogPost/BlogPost.js +1 -1
- package/dist/components/Button/Button.styles.js +1 -1
- package/dist/components/Button/GlareButton.js +2 -2
- package/dist/components/ChartLegend/ChartLegend.js +3 -3
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Checklist/ChecklistCard.js +1 -1
- package/dist/components/Chips/Chip.js +1 -1
- package/dist/components/Chips/ChipWrapper.js +1 -1
- package/dist/components/ComponentScroll/ComponentScroll.js +3 -3
- package/dist/components/Country/CountrySelect.js +4 -4
- package/dist/components/CryptoAddress/ComponentWrap.js +1 -1
- package/dist/components/CryptoAddress/CryptoAddress.js +7 -7
- package/dist/components/CryptoAddress/RadioWrap.js +1 -1
- package/dist/components/CryptoAddressDetails/CryptoAddressDetails.js +1 -1
- package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.js +1 -1
- package/dist/components/FAQ/FAQ.js +1 -1
- package/dist/components/FAQ/FAQ.styles.js +2 -2
- package/dist/components/Footer/Footer.js +1 -1
- package/dist/components/Footer/FooterLayout.js +1 -1
- package/dist/components/Footer/FooterMenu.js +3 -3
- package/dist/components/ForgotPasswordModal/ForgotPasswordModal.js +5 -5
- package/dist/components/Form/Form.js +2 -2
- package/dist/components/Form/Form.styles.js +1 -1
- package/dist/components/Header/Header.js +3 -3
- package/dist/components/HeroBlock/HeroVideoBlock.js +1 -1
- package/dist/components/IdentityInfo/IdentityInfo.js +1 -1
- package/dist/components/InfoIcon/InfoIcon.js +6 -6
- package/dist/components/Input/DatePickerInput.js +5 -3
- package/dist/components/Input/Input.js +1 -1
- package/dist/components/Input/InputPassword.js +1 -1
- package/dist/components/Input/InputUsername.js +1 -1
- package/dist/components/Input/InputWithButton.js +1 -1
- package/dist/components/Input/MultiSelect.js +4 -3
- package/dist/components/Input/OtpInput.js +2 -2
- package/dist/components/Input/RangeInput.js +4 -4
- package/dist/components/Input/Select.js +5 -4
- package/dist/components/Input/TableFilterDropdown.js +1 -1
- package/dist/components/InvestmentStat/InvestmentStat.js +1 -1
- package/dist/components/LatestUpdate/LatestUpdate.js +1 -1
- package/dist/components/Layout/Layout.js +1 -1
- package/dist/components/LoginModal/LoginModal.js +6 -6
- package/dist/components/MainMenu/DynamicMainMenu.js +3 -3
- package/dist/components/MainMenu/MainMenu.js +6 -6
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/components/Modal/NewVentureModal/NewVentureModal.js +9 -9
- package/dist/components/Modal/PaymentModal.js +2 -2
- package/dist/components/Modal/SuccessModal/SuccessModal.js +3 -3
- package/dist/components/MultiProgressBar/MultiProgressBar.js +1 -1
- package/dist/components/Number/Number.js +1 -1
- package/dist/components/PageTransition/PageTransition.js +1 -1
- package/dist/components/Pagination/Pagination.js +1 -1
- package/dist/components/Pagination/PaginationControls.js +1 -1
- package/dist/components/Payment/PaymentDisplay.js +4 -4
- package/dist/components/Payment/TimerComponent.js +1 -1
- package/dist/components/ProfileBadge/ProfileBadge.js +1 -1
- package/dist/components/ProfileBox/ProfileBox.js +1 -1
- package/dist/components/ProfileStat/ProfileStat.js +1 -1
- package/dist/components/QRCode/QRCode.js +2 -2
- package/dist/components/Radio/Radio.js +1 -1
- package/dist/components/RefreshButton/RefreshButton.js +1 -1
- package/dist/components/RegisterConfirmModal/RegisterConfirmModal.js +1 -1
- package/dist/components/RegisterModal/RegisterModal.js +8 -8
- package/dist/components/RequestDataBox/RequestDataBox.js +1 -1
- package/dist/components/ResetConfirmModal/ResetConfirmModal.js +1 -1
- package/dist/components/ResetPasswordModal/ResetPasswordModal.js +6 -6
- package/dist/components/SEO/SEO.js +3 -3
- package/dist/components/Slider/Slider.js +4 -4
- package/dist/components/SmartLink/SmartLink.js +1 -1
- package/dist/components/Snackbar/Snackbar.js +1 -1
- package/dist/components/Snackbar/SnackbarProvider.js +1 -1
- package/dist/components/StepController/StepController.js +1 -1
- package/dist/components/StepController/StepControllerContext.js +1 -1
- package/dist/components/StepController/StepControllerProgress.js +1 -1
- package/dist/components/StepsProgress/StepIndicator.js +1 -1
- package/dist/components/StepsProgress/StepsProgress.js +1 -1
- package/dist/components/Switch/Switch.js +1 -1
- package/dist/components/Tabs/Tabs.js +1 -1
- package/dist/components/TabsNav/TabNav.js +1 -1
- package/dist/components/TabsNav/TabsNav.js +1 -1
- package/dist/components/TaxResidenceCard/TaxResidenceCard.js +1 -1
- package/dist/components/TaxResidenceCard/TaxResidenceCard.styles.js +2 -2
- package/dist/components/TeamOverview/TeamOverview.js +1 -1
- package/dist/components/TermsModal/TermsModal.js +5 -5
- package/dist/components/Timeline/TimelineStep.js +1 -1
- package/dist/components/ToDoList/ToDoList.js +3 -3
- package/dist/components/ToDoList/ToDoListTask.js +4 -4
- package/dist/components/TransactionDetails/TransactionDetails.js +1 -1
- package/dist/components/TransactionDetails/TransactionDetails.styles.js +2 -2
- package/dist/components/TransactionInfo/TransactionInfo.js +1 -1
- package/dist/components/VerifyEmailModal/VerifyEmailModal.js +5 -5
- package/dist/components/headerHo/HeaderHo.js +3 -1
- package/dist/components/logo/Logo.js +1 -1
- package/dist/components/taxId/register-taxid.js +4 -4
- package/dist/components-library.css +781 -0
- package/dist/context/Auth.js +15 -12
- package/dist/context/AuthContext.js +89 -16
- package/dist/firebase-config.js +4 -2
- package/dist/hooks/useNewVentureForm.js +1 -1
- package/dist/index.js +5 -4
- package/dist/model/axios.js +2 -1
- package/dist/model/axiosPublic.js +2 -1
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +15 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.js +17 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/inherits.js +16 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +13 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +24 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +25 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +13 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +14 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +9 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +11 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +11 -0
- package/dist/node_modules/@date-fns/tz/date/index.js +66 -0
- package/dist/node_modules/@date-fns/tz/date/mini.js +124 -0
- package/dist/node_modules/@date-fns/tz/tzName/index.js +11 -0
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +28 -0
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +345 -0
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +31 -0
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +10 -0
- package/dist/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +84 -0
- package/dist/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +50 -0
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +169 -0
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +83 -0
- package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +53 -0
- package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.browser.esm.js +9 -0
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +45 -0
- package/dist/node_modules/@firebase/app/dist/esm/index.esm.js +609 -0
- package/dist/node_modules/@firebase/auth/dist/esm/index-36fcbc82.js +5751 -0
- package/dist/node_modules/@firebase/component/dist/esm/index.esm.js +291 -0
- package/dist/node_modules/@firebase/logger/dist/esm/index.esm.js +106 -0
- package/dist/node_modules/@firebase/util/dist/index.esm.js +828 -0
- package/dist/node_modules/@firebase/util/dist/postinstall.js +4 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +257 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +122 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +34 -0
- package/dist/node_modules/@lottiefiles/dotlottie-react/dist/index.js +53 -0
- package/dist/node_modules/@lottiefiles/dotlottie-web/dist/index.js +1973 -0
- package/dist/node_modules/add-px-to-style/index.js +48 -0
- package/dist/node_modules/axios/index.js +38 -0
- package/dist/node_modules/axios/lib/adapters/adapters.js +71 -0
- package/dist/node_modules/axios/lib/adapters/fetch.js +219 -0
- package/dist/node_modules/axios/lib/adapters/xhr.js +141 -0
- package/dist/node_modules/axios/lib/axios.js +50 -0
- package/dist/node_modules/axios/lib/cancel/CancelToken.js +99 -0
- package/dist/node_modules/axios/lib/cancel/CanceledError.js +20 -0
- package/dist/node_modules/axios/lib/cancel/isCancel.js +6 -0
- package/dist/node_modules/axios/lib/core/Axios.js +188 -0
- package/dist/node_modules/axios/lib/core/AxiosError.js +67 -0
- package/dist/node_modules/axios/lib/core/AxiosHeaders.js +231 -0
- package/dist/node_modules/axios/lib/core/InterceptorManager.js +66 -0
- package/dist/node_modules/axios/lib/core/buildFullPath.js +12 -0
- package/dist/node_modules/axios/lib/core/dispatchRequest.js +52 -0
- package/dist/node_modules/axios/lib/core/mergeConfig.js +88 -0
- package/dist/node_modules/axios/lib/core/settle.js +18 -0
- package/dist/node_modules/axios/lib/core/transformData.js +17 -0
- package/dist/node_modules/axios/lib/defaults/index.js +116 -0
- package/dist/node_modules/axios/lib/defaults/transitional.js +9 -0
- package/dist/node_modules/axios/lib/env/data.js +4 -0
- package/dist/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +34 -0
- package/dist/node_modules/axios/lib/helpers/HttpStatusCode.js +77 -0
- package/dist/node_modules/axios/lib/helpers/bind.js +8 -0
- package/dist/node_modules/axios/lib/helpers/buildURL.js +32 -0
- package/dist/node_modules/axios/lib/helpers/combineURLs.js +6 -0
- package/dist/node_modules/axios/lib/helpers/composeSignals.js +39 -0
- package/dist/node_modules/axios/lib/helpers/cookies.js +49 -0
- package/dist/node_modules/axios/lib/helpers/formDataToJSON.js +54 -0
- package/dist/node_modules/axios/lib/helpers/isAbsoluteURL.js +9 -0
- package/dist/node_modules/axios/lib/helpers/isAxiosError.js +7 -0
- package/dist/node_modules/axios/lib/helpers/isURLSameOrigin.js +11 -0
- package/dist/node_modules/axios/lib/helpers/null.js +4 -0
- package/dist/node_modules/axios/lib/helpers/parseHeaders.js +47 -0
- package/dist/node_modules/axios/lib/helpers/parseProtocol.js +7 -0
- package/dist/node_modules/axios/lib/helpers/progressEventReducer.js +41 -0
- package/dist/node_modules/axios/lib/helpers/resolveConfig.js +46 -0
- package/dist/node_modules/axios/lib/helpers/speedometer.js +36 -0
- package/dist/node_modules/axios/lib/helpers/spread.js +8 -0
- package/dist/node_modules/axios/lib/helpers/throttle.js +35 -0
- package/dist/node_modules/axios/lib/helpers/toFormData.js +117 -0
- package/dist/node_modules/axios/lib/helpers/toURLEncodedForm.js +18 -0
- package/dist/node_modules/axios/lib/helpers/trackStream.js +80 -0
- package/dist/node_modules/axios/lib/helpers/validator.js +67 -0
- package/dist/node_modules/axios/lib/platform/browser/classes/Blob.js +4 -0
- package/dist/node_modules/axios/lib/platform/browser/classes/FormData.js +4 -0
- package/dist/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +5 -0
- package/dist/node_modules/axios/lib/platform/browser/index.js +15 -0
- package/dist/node_modules/axios/lib/platform/common/utils.js +15 -0
- package/dist/node_modules/axios/lib/platform/index.js +9 -0
- package/dist/node_modules/axios/lib/utils.js +415 -0
- package/dist/node_modules/classnames/index.js +61 -0
- package/dist/node_modules/copy-to-clipboard/index.js +101 -0
- package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +6570 -0
- package/dist/node_modules/country-flag-icons/react/3x2/index.js +269 -0
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +8 -0
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +7 -0
- package/dist/node_modules/date-fns/_lib/format/formatters.js +652 -0
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +62 -0
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +58 -0
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +20 -0
- package/dist/node_modules/date-fns/_lib/normalizeDates.js +11 -0
- package/dist/node_modules/date-fns/_lib/normalizeInterval.js +8 -0
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +23 -0
- package/dist/node_modules/date-fns/addDays.js +12 -0
- package/dist/node_modules/date-fns/addMonths.js +26 -0
- package/dist/node_modules/date-fns/addWeeks.js +7 -0
- package/dist/node_modules/date-fns/addYears.js +7 -0
- package/dist/node_modules/date-fns/constants.js +14 -0
- package/dist/node_modules/date-fns/constructFrom.js +11 -0
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +19 -0
- package/dist/node_modules/date-fns/differenceInCalendarMonths.js +14 -0
- package/dist/node_modules/date-fns/eachMonthOfInterval.js +20 -0
- package/dist/node_modules/date-fns/eachYearOfInterval.js +20 -0
- package/dist/node_modules/date-fns/endOfISOWeek.js +7 -0
- package/dist/node_modules/date-fns/endOfMonth.js +11 -0
- package/dist/node_modules/date-fns/endOfWeek.js +15 -0
- package/dist/node_modules/date-fns/endOfYear.js +11 -0
- package/dist/node_modules/date-fns/format.js +77 -0
- package/dist/node_modules/date-fns/getDayOfYear.js +12 -0
- package/dist/node_modules/date-fns/getDaysInMonth.js +14 -0
- package/dist/node_modules/date-fns/getDefaultOptions.js +7 -0
- package/dist/node_modules/date-fns/getISODay.js +8 -0
- package/dist/node_modules/date-fns/getISOWeek.js +12 -0
- package/dist/node_modules/date-fns/getISOWeekYear.js +25 -0
- package/dist/node_modules/date-fns/getMonth.js +7 -0
- package/dist/node_modules/date-fns/getWeek.js +12 -0
- package/dist/node_modules/date-fns/getWeekYear.js +28 -0
- package/dist/node_modules/date-fns/getYear.js +7 -0
- package/dist/node_modules/date-fns/isAfter.js +7 -0
- package/dist/node_modules/date-fns/isBefore.js +7 -0
- package/dist/node_modules/date-fns/isDate.js +6 -0
- package/dist/node_modules/date-fns/isSameDay.js +13 -0
- package/dist/node_modules/date-fns/isSameMonth.js +12 -0
- package/dist/node_modules/date-fns/isSameYear.js +12 -0
- package/dist/node_modules/date-fns/isValid.js +8 -0
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +10 -0
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +20 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +43 -0
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +16 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +85 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +36 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +12 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +164 -0
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +122 -0
- package/dist/node_modules/date-fns/locale/en-US.js +20 -0
- package/dist/node_modules/date-fns/max.js +16 -0
- package/dist/node_modules/date-fns/min.js +16 -0
- package/dist/node_modules/date-fns/parse/_lib/Parser.js +25 -0
- package/dist/node_modules/date-fns/parse/_lib/Setter.js +44 -0
- package/dist/node_modules/date-fns/parse/_lib/constants.js +50 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +44 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +44 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +64 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +52 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +45 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +44 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +30 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +20 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +17 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +32 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +27 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +28 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +34 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +106 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +43 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +43 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +43 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +39 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +76 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +42 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +67 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +27 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +73 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +71 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +27 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +76 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +73 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +16 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +16 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +47 -0
- package/dist/node_modules/date-fns/parse/_lib/parsers.js +67 -0
- package/dist/node_modules/date-fns/parse/_lib/utils.js +117 -0
- package/dist/node_modules/date-fns/parse.js +123 -0
- package/dist/node_modules/date-fns/setDay.js +17 -0
- package/dist/node_modules/date-fns/setISODay.js +12 -0
- package/dist/node_modules/date-fns/setISOWeek.js +11 -0
- package/dist/node_modules/date-fns/setMonth.js +17 -0
- package/dist/node_modules/date-fns/setWeek.js +11 -0
- package/dist/node_modules/date-fns/setYear.js +11 -0
- package/dist/node_modules/date-fns/startOfDay.js +9 -0
- package/dist/node_modules/date-fns/startOfISOWeek.js +7 -0
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +13 -0
- package/dist/node_modules/date-fns/startOfMonth.js +10 -0
- package/dist/node_modules/date-fns/startOfWeek.js +15 -0
- package/dist/node_modules/date-fns/startOfWeekYear.js +17 -0
- package/dist/node_modules/date-fns/startOfYear.js +10 -0
- package/dist/node_modules/date-fns/toDate.js +7 -0
- package/dist/node_modules/date-fns/transpose.js +18 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +8 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/newDateUTC/index.js +9 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzIntlTimeZoneName/index.js +29 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzParseTimezone/index.js +89 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzPattern/index.js +4 -0
- package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzTokenizeDate/index.js +81 -0
- package/dist/node_modules/date-fns-tz/dist/esm/format/formatters/index.js +125 -0
- package/dist/node_modules/date-fns-tz/dist/esm/format/index.js +24 -0
- package/dist/node_modules/date-fns-tz/dist/esm/formatInTimeZone/index.js +13 -0
- package/dist/node_modules/date-fns-tz/dist/esm/toDate/index.js +305 -0
- package/dist/node_modules/date-fns-tz/dist/esm/toZonedTime/index.js +14 -0
- package/dist/node_modules/deepmerge/dist/es.js +69 -0
- package/dist/node_modules/dom-css/index.js +65 -0
- package/dist/node_modules/domelementtype/lib/index.js +39 -0
- package/dist/node_modules/domhandler/lib/index.js +166 -0
- package/dist/node_modules/domhandler/lib/node.js +438 -0
- package/dist/node_modules/dompurify/dist/purify.es.js +1020 -0
- package/dist/node_modules/firebase/app/dist/esm/index.esm.js +20 -0
- package/dist/node_modules/firebase/auth/dist/esm/index.esm.js +44 -0
- package/dist/node_modules/formik/dist/formik.esm.js +969 -0
- package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +92 -0
- package/dist/node_modules/html-dom-parser/lib/client/constants.js +55 -0
- package/dist/node_modules/html-dom-parser/lib/client/domparser.js +96 -0
- package/dist/node_modules/html-dom-parser/lib/client/html-to-dom.js +31 -0
- package/dist/node_modules/html-dom-parser/lib/client/utilities.js +96 -0
- package/dist/node_modules/html-react-parser/esm/index.js +5 -0
- package/dist/node_modules/html-react-parser/lib/attributes-to-props.js +64 -0
- package/dist/node_modules/html-react-parser/lib/dom-to-react.js +99 -0
- package/dist/node_modules/html-react-parser/lib/index.js +51 -0
- package/dist/node_modules/html-react-parser/lib/utilities.js +79 -0
- package/dist/node_modules/idb/build/index.js +69 -0
- package/dist/node_modules/idb/build/wrap-idb-value.js +148 -0
- package/dist/node_modules/inline-style-parser/cjs/index.js +142 -0
- package/dist/node_modules/js-cookie/dist/js.cookie.js +99 -0
- package/dist/node_modules/json2mq/index.js +55 -0
- package/dist/node_modules/lodash-es/_DataView.js +6 -0
- package/dist/node_modules/lodash-es/_Hash.js +21 -0
- package/dist/node_modules/lodash-es/_ListCache.js +21 -0
- package/dist/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/lodash-es/_MapCache.js +21 -0
- package/dist/node_modules/lodash-es/_Promise.js +6 -0
- package/dist/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/lodash-es/_Stack.js +18 -0
- package/dist/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/lodash-es/_Uint8Array.js +5 -0
- package/dist/node_modules/lodash-es/_WeakMap.js +6 -0
- package/dist/node_modules/lodash-es/_arrayEach.js +12 -0
- package/dist/node_modules/lodash-es/_arrayFilter.js +13 -0
- package/dist/node_modules/lodash-es/_arrayLikeKeys.js +24 -0
- package/dist/node_modules/lodash-es/_arrayMap.js +10 -0
- package/dist/node_modules/lodash-es/_arrayPush.js +10 -0
- package/dist/node_modules/lodash-es/_assignValue.js +13 -0
- package/dist/node_modules/lodash-es/_assocIndexOf.js +13 -0
- package/dist/node_modules/lodash-es/_baseAssign.js +8 -0
- package/dist/node_modules/lodash-es/_baseAssignIn.js +8 -0
- package/dist/node_modules/lodash-es/_baseAssignValue.js +16 -0
- package/dist/node_modules/lodash-es/_baseClone.js +88 -0
- package/dist/node_modules/lodash-es/_baseCreate.js +21 -0
- package/dist/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
- package/dist/node_modules/lodash-es/_baseGetTag.js +14 -0
- package/dist/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/lodash-es/_baseIsMap.js +9 -0
- package/dist/node_modules/lodash-es/_baseIsNative.js +22 -0
- package/dist/node_modules/lodash-es/_baseIsSet.js +9 -0
- package/dist/node_modules/lodash-es/_baseIsTypedArray.js +14 -0
- package/dist/node_modules/lodash-es/_baseKeys.js +19 -0
- package/dist/node_modules/lodash-es/_baseKeysIn.js +20 -0
- package/dist/node_modules/lodash-es/_baseTimes.js +10 -0
- package/dist/node_modules/lodash-es/_baseToString.js +21 -0
- package/dist/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/lodash-es/_cloneArrayBuffer.js +9 -0
- package/dist/node_modules/lodash-es/_cloneBuffer.js +16 -0
- package/dist/node_modules/lodash-es/_cloneDataView.js +8 -0
- package/dist/node_modules/lodash-es/_cloneRegExp.js +9 -0
- package/dist/node_modules/lodash-es/_cloneSymbol.js +8 -0
- package/dist/node_modules/lodash-es/_cloneTypedArray.js +8 -0
- package/dist/node_modules/lodash-es/_copyArray.js +11 -0
- package/dist/node_modules/lodash-es/_copyObject.js +23 -0
- package/dist/node_modules/lodash-es/_copySymbols.js +8 -0
- package/dist/node_modules/lodash-es/_copySymbolsIn.js +8 -0
- package/dist/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/lodash-es/_defineProperty.js +12 -0
- package/dist/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/lodash-es/_getAllKeys.js +9 -0
- package/dist/node_modules/lodash-es/_getAllKeysIn.js +9 -0
- package/dist/node_modules/lodash-es/_getMapData.js +8 -0
- package/dist/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/lodash-es/_getPrototype.js +5 -0
- package/dist/node_modules/lodash-es/_getRawTag.js +25 -0
- package/dist/node_modules/lodash-es/_getSymbols.js +17 -0
- package/dist/node_modules/lodash-es/_getSymbolsIn.js +16 -0
- package/dist/node_modules/lodash-es/_getTag.js +34 -0
- package/dist/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/lodash-es/_hashClear.js +8 -0
- package/dist/node_modules/lodash-es/_hashDelete.js +8 -0
- package/dist/node_modules/lodash-es/_hashGet.js +15 -0
- package/dist/node_modules/lodash-es/_hashHas.js +10 -0
- package/dist/node_modules/lodash-es/_hashSet.js +11 -0
- package/dist/node_modules/lodash-es/_initCloneArray.js +13 -0
- package/dist/node_modules/lodash-es/_initCloneByTag.js +43 -0
- package/dist/node_modules/lodash-es/_initCloneObject.js +9 -0
- package/dist/node_modules/lodash-es/_isIndex.js +10 -0
- package/dist/node_modules/lodash-es/_isKeyable.js +7 -0
- package/dist/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/lodash-es/_listCacheClear.js +7 -0
- package/dist/node_modules/lodash-es/_listCacheDelete.js +20 -0
- package/dist/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/dist/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/dist/node_modules/lodash-es/_listCacheSet.js +14 -0
- package/dist/node_modules/lodash-es/_mapCacheClear.js +14 -0
- package/dist/node_modules/lodash-es/_mapCacheDelete.js +9 -0
- package/dist/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/dist/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/dist/node_modules/lodash-es/_mapCacheSet.js +10 -0
- package/dist/node_modules/lodash-es/_memoizeCapped.js +15 -0
- package/dist/node_modules/lodash-es/_nativeCreate.js +5 -0
- package/dist/node_modules/lodash-es/_nativeKeys.js +5 -0
- package/dist/node_modules/lodash-es/_nativeKeysIn.js +12 -0
- package/dist/node_modules/lodash-es/_nodeUtil.js +18 -0
- package/dist/node_modules/lodash-es/_objectToString.js +8 -0
- package/dist/node_modules/lodash-es/_overArg.js +8 -0
- package/dist/node_modules/lodash-es/_root.js +6 -0
- package/dist/node_modules/lodash-es/_stackClear.js +8 -0
- package/dist/node_modules/lodash-es/_stackDelete.js +8 -0
- package/dist/node_modules/lodash-es/_stackGet.js +6 -0
- package/dist/node_modules/lodash-es/_stackHas.js +6 -0
- package/dist/node_modules/lodash-es/_stackSet.js +22 -0
- package/dist/node_modules/lodash-es/_stringToPath.js +16 -0
- package/dist/node_modules/lodash-es/_toKey.js +11 -0
- package/dist/node_modules/lodash-es/_toSource.js +18 -0
- package/dist/node_modules/lodash-es/clone.js +8 -0
- package/dist/node_modules/lodash-es/cloneDeep.js +8 -0
- package/dist/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/lodash-es/isArguments.js +13 -0
- package/dist/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/lodash-es/isBuffer.js +11 -0
- package/dist/node_modules/lodash-es/isFunction.js +13 -0
- package/dist/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/lodash-es/isMap.js +8 -0
- package/dist/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/lodash-es/isPlainObject.js +22 -0
- package/dist/node_modules/lodash-es/isSet.js +8 -0
- package/dist/node_modules/lodash-es/isSymbol.js +9 -0
- package/dist/node_modules/lodash-es/isTypedArray.js +8 -0
- package/dist/node_modules/lodash-es/keys.js +9 -0
- package/dist/node_modules/lodash-es/keysIn.js +9 -0
- package/dist/node_modules/lodash-es/memoize.js +22 -0
- package/dist/node_modules/lodash-es/stubArray.js +6 -0
- package/dist/node_modules/lodash-es/stubFalse.js +6 -0
- package/dist/node_modules/lodash-es/toPath.js +16 -0
- package/dist/node_modules/lodash-es/toString.js +7 -0
- package/dist/node_modules/lodash.debounce/index.js +137 -0
- package/dist/node_modules/memoize-one/dist/memoize-one.esm.js +52 -0
- package/dist/node_modules/mixpanel-browser/dist/mixpanel.module.js +25533 -0
- package/dist/node_modules/object-assign/index.js +73 -0
- package/dist/node_modules/performance-now/lib/performance-now.js +42 -0
- package/dist/node_modules/popper.js/dist/esm/popper.js +1516 -0
- package/dist/node_modules/prefix-style/index.js +29 -0
- package/dist/node_modules/prop-types/checkPropTypes.js +68 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +58 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +451 -0
- package/dist/node_modules/prop-types/index.js +20 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +12 -0
- package/dist/node_modules/prop-types/lib/has.js +11 -0
- package/dist/node_modules/property-expr/index.js +105 -0
- package/dist/node_modules/qrcode.react/lib/esm/index.js +1099 -0
- package/dist/node_modules/raf/index.js +67 -0
- package/dist/node_modules/react-collapse/lib/Collapse.js +285 -0
- package/dist/node_modules/react-collapse/lib/UnmountClosed.js +278 -0
- package/dist/node_modules/react-collapse/lib/index.js +17 -0
- package/dist/node_modules/react-copy-to-clipboard/lib/Component.js +209 -0
- package/dist/node_modules/react-copy-to-clipboard/lib/index.js +14 -0
- package/dist/node_modules/react-custom-scrollbars-4/lib/Scrollbars/defaultRenderElements.js +85 -0
- package/dist/node_modules/react-custom-scrollbars-4/lib/Scrollbars/index.js +706 -0
- package/dist/node_modules/react-custom-scrollbars-4/lib/Scrollbars/styles.js +67 -0
- package/dist/node_modules/react-custom-scrollbars-4/lib/index.js +24 -0
- package/dist/node_modules/react-custom-scrollbars-4/lib/utils/getInnerHeight.js +21 -0
- package/dist/node_modules/react-custom-scrollbars-4/lib/utils/getInnerWidth.js +21 -0
- package/dist/node_modules/react-custom-scrollbars-4/lib/utils/getScrollbarWidth.js +44 -0
- package/dist/node_modules/react-custom-scrollbars-4/lib/utils/isString.js +19 -0
- package/dist/node_modules/react-custom-scrollbars-4/lib/utils/returnFalse.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +325 -0
- package/dist/node_modules/react-day-picker/dist/esm/UI.js +59 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +25 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +282 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +18 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +21 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +34 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +54 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +18 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +40 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +72 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +17 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +19 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +30 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +12 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +20 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +15 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +22 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +16 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +16 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getLabels.js +41 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +17 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +43 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +39 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +20 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +20 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +20 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +14 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +23 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +14 -0
- package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +9 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +26 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +14 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +10 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +7 -0
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +6 -0
- package/dist/node_modules/react-day-picker/dist/esm/locale/en-US.js +62 -0
- package/dist/node_modules/react-day-picker/dist/esm/noonDateLib.js +145 -0
- package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +42 -0
- package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +33 -0
- package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +33 -0
- package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +128 -0
- package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +100 -0
- package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +13 -0
- package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +42 -0
- package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +21 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +55 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/convertMatchersToTimeZone.js +53 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +52 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +17 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +61 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +23 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +8 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/toTimeZone.js +11 -0
- package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +26 -0
- package/dist/node_modules/react-fast-compare/index.js +63 -0
- package/dist/node_modules/react-helmet/es/Helmet.js +717 -0
- package/dist/node_modules/react-helmet/node_modules/react-fast-compare/index.js +81 -0
- package/dist/node_modules/react-intersection-observer/dist/index.js +178 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js +157 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.js +98 -0
- package/dist/node_modules/react-is/index.js +17 -0
- package/dist/node_modules/react-otp-input/lib/index.esm.js +168 -0
- package/dist/node_modules/react-portal/es/LegacyPortal.js +91 -0
- package/dist/node_modules/react-portal/es/Portal.js +74 -0
- package/dist/node_modules/react-portal/es/PortalCompat.js +12 -0
- package/dist/node_modules/react-portal/es/utils.js +4 -0
- package/dist/node_modules/react-property/lib/index.js +471 -0
- package/dist/node_modules/react-property/lib/possibleStandardNamesOptimized.js +499 -0
- package/dist/node_modules/react-range/lib/Range.js +592 -0
- package/dist/node_modules/react-range/lib/index.js +39 -0
- package/dist/node_modules/react-range/lib/types.js +19 -0
- package/dist/node_modules/react-range/lib/utils.js +318 -0
- package/dist/node_modules/react-select/creatable/dist/react-select-creatable.esm.js +19 -0
- package/dist/node_modules/react-select/dist/Select-ef7c0426.esm.js +2317 -0
- package/dist/node_modules/react-select/dist/index-641ee5b8.esm.js +1071 -0
- package/dist/node_modules/react-select/dist/react-select.esm.js +20 -0
- package/dist/node_modules/react-select/dist/useCreatable-09aaeb9a.esm.js +75 -0
- package/dist/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +51 -0
- package/dist/node_modules/react-side-effect/lib/index.js +105 -0
- package/dist/node_modules/react-slick/lib/arrows.js +248 -0
- package/dist/node_modules/react-slick/lib/default-props.js +85 -0
- package/dist/node_modules/react-slick/lib/dots.js +192 -0
- package/dist/node_modules/react-slick/lib/index.js +22 -0
- package/dist/node_modules/react-slick/lib/initial-state.js +48 -0
- package/dist/node_modules/react-slick/lib/inner-slider.js +810 -0
- package/dist/node_modules/react-slick/lib/slider.js +333 -0
- package/dist/node_modules/react-slick/lib/track.js +330 -0
- package/dist/node_modules/react-slick/lib/utils/innerSliderUtils.js +730 -0
- package/dist/node_modules/react-table/dist/react-table.development.js +3684 -0
- package/dist/node_modules/react-table/dist/react-table.production.min.js +1637 -0
- package/dist/node_modules/react-table/index.js +17 -0
- package/dist/node_modules/react-tippy/dist/react-tippy.js +1981 -0
- package/dist/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +495 -0
- package/dist/node_modules/string-convert/camel2hyphen.js +16 -0
- package/dist/node_modules/style-to-js/cjs/index.js +31 -0
- package/dist/node_modules/style-to-js/cjs/utilities.js +42 -0
- package/dist/node_modules/style-to-object/cjs/index.js +38 -0
- package/dist/node_modules/stylis/src/Enum.js +20 -0
- package/dist/node_modules/stylis/src/Middleware.js +22 -0
- package/dist/node_modules/stylis/src/Parser.js +157 -0
- package/dist/node_modules/stylis/src/Serializer.js +29 -0
- package/dist/node_modules/stylis/src/Tokenizer.js +160 -0
- package/dist/node_modules/stylis/src/Utility.js +52 -0
- package/dist/node_modules/tiny-case/index.js +33 -0
- package/dist/node_modules/tiny-warning/dist/tiny-warning.esm.js +16 -0
- package/dist/node_modules/to-camel-case/index.js +18 -0
- package/dist/node_modules/to-no-case/index.js +32 -0
- package/dist/node_modules/to-space-case/index.js +18 -0
- package/dist/node_modules/toggle-selection/index.js +42 -0
- package/dist/node_modules/toposort/index.js +79 -0
- package/dist/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.browser.esm.js +5 -0
- package/dist/node_modules/yup/index.esm.js +1921 -0
- package/dist/routing/RouterWrapper.js +1 -1
- package/dist/styles/global.js +2 -2
- package/dist/utils/copyToClipboard.js +7 -7
- package/dist/utils/delete-redirect-cookie-and-navigate.js +3 -3
- package/dist/utils/moment.js +2 -3
- package/dist/utils/redirect-url.js +2 -2
- package/dist/utils/set-redirect-cookie.js +2 -2
- package/dist/utils/transition.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2317 @@
|
|
|
1
|
+
import _extends from "../../@babel/runtime/helpers/esm/extends.js";
|
|
2
|
+
import _objectSpread2 from "../../@babel/runtime/helpers/esm/objectSpread2.js";
|
|
3
|
+
import _classCallCheck from "../../@babel/runtime/helpers/esm/classCallCheck.js";
|
|
4
|
+
import _createClass from "../../@babel/runtime/helpers/esm/createClass.js";
|
|
5
|
+
import _inherits from "../../@babel/runtime/helpers/esm/inherits.js";
|
|
6
|
+
import _createSuper from "../../@babel/runtime/helpers/esm/createSuper.js";
|
|
7
|
+
import _toConsumableArray from "../../@babel/runtime/helpers/esm/toConsumableArray.js";
|
|
8
|
+
import * as React from "react";
|
|
9
|
+
import { Component, Fragment, useMemo, useRef, useCallback, useEffect } from "react";
|
|
10
|
+
import { B as multiValueAsValue, C as singleValueAsValue, D as valueTernary, E as classNames, y as valueContainerCSS, x as css, w as placeholderCSS, v as optionCSS, u as noOptionsMessageCSS, t as multiValueRemoveCSS, q as multiValueLabelCSS, p as multiValueCSS, o as menuPortalCSS, n as menuListCSS, m as menuCSS, k as loadingMessageCSS, l as loadingIndicatorCSS, j as inputCSS, h as indicatorSeparatorCSS, i as indicatorsContainerCSS, f as groupHeadingCSS, g as groupCSS, e as dropdownIndicatorCSS, d as css$1, b as containerCSS, a as clearIndicatorCSS, F as defaultComponents, G as isDocumentElement, H as cleanValue, K as notNullish, A as isMobileDevice, z as isTouchCapable, I as scrollIntoView, J as noop, M as MenuPlacer, r as removeProps, s as supportsPassiveEvents } from "./index-641ee5b8.esm.js";
|
|
11
|
+
import { createElement as jsx, css as css$2 } from "../../@emotion/react/dist/emotion-react.browser.esm.js";
|
|
12
|
+
import memoizeOne from "../../memoize-one/dist/memoize-one.esm.js";
|
|
13
|
+
import _objectWithoutProperties from "../../@babel/runtime/helpers/esm/objectWithoutProperties.js";
|
|
14
|
+
function _EMOTION_STRINGIFIED_CSS_ERROR__$2() {
|
|
15
|
+
return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
|
|
16
|
+
}
|
|
17
|
+
var _ref = process.env.NODE_ENV === "production" ? {
|
|
18
|
+
name: "7pg0cj-a11yText",
|
|
19
|
+
styles: "label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"
|
|
20
|
+
} : {
|
|
21
|
+
name: "1f43avz-a11yText-A11yText",
|
|
22
|
+
styles: "label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",
|
|
23
|
+
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",
|
|
24
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$2
|
|
25
|
+
};
|
|
26
|
+
var A11yText = function A11yText2(props) {
|
|
27
|
+
return jsx("span", _extends({
|
|
28
|
+
css: _ref
|
|
29
|
+
}, props));
|
|
30
|
+
};
|
|
31
|
+
var A11yText$1 = A11yText;
|
|
32
|
+
var defaultAriaLiveMessages = {
|
|
33
|
+
guidance: function guidance(props) {
|
|
34
|
+
var isSearchable = props.isSearchable, isMulti = props.isMulti, tabSelectsValue = props.tabSelectsValue, context = props.context, isInitialFocus = props.isInitialFocus;
|
|
35
|
+
switch (context) {
|
|
36
|
+
case "menu":
|
|
37
|
+
return "Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(tabSelectsValue ? ", press Tab to select the option and exit the menu" : "", ".");
|
|
38
|
+
case "input":
|
|
39
|
+
return isInitialFocus ? "".concat(props["aria-label"] || "Select", " is focused ").concat(isSearchable ? ",type to refine list" : "", ", press Down to open the menu, ").concat(isMulti ? " press left to focus selected values" : "") : "";
|
|
40
|
+
case "value":
|
|
41
|
+
return "Use left and right to toggle between focused values, press Backspace to remove the currently focused value";
|
|
42
|
+
default:
|
|
43
|
+
return "";
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
onChange: function onChange(props) {
|
|
47
|
+
var action = props.action, _props$label = props.label, label = _props$label === void 0 ? "" : _props$label, labels = props.labels, isDisabled = props.isDisabled;
|
|
48
|
+
switch (action) {
|
|
49
|
+
case "deselect-option":
|
|
50
|
+
case "pop-value":
|
|
51
|
+
case "remove-value":
|
|
52
|
+
return "option ".concat(label, ", deselected.");
|
|
53
|
+
case "clear":
|
|
54
|
+
return "All selected options have been cleared.";
|
|
55
|
+
case "initial-input-focus":
|
|
56
|
+
return "option".concat(labels.length > 1 ? "s" : "", " ").concat(labels.join(","), ", selected.");
|
|
57
|
+
case "select-option":
|
|
58
|
+
return isDisabled ? "option ".concat(label, " is disabled. Select another option.") : "option ".concat(label, ", selected.");
|
|
59
|
+
default:
|
|
60
|
+
return "";
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
onFocus: function onFocus(props) {
|
|
64
|
+
var context = props.context, focused = props.focused, options = props.options, _props$label2 = props.label, label = _props$label2 === void 0 ? "" : _props$label2, selectValue = props.selectValue, isDisabled = props.isDisabled, isSelected = props.isSelected, isAppleDevice2 = props.isAppleDevice;
|
|
65
|
+
var getArrayIndex = function getArrayIndex2(arr, item) {
|
|
66
|
+
return arr && arr.length ? "".concat(arr.indexOf(item) + 1, " of ").concat(arr.length) : "";
|
|
67
|
+
};
|
|
68
|
+
if (context === "value" && selectValue) {
|
|
69
|
+
return "value ".concat(label, " focused, ").concat(getArrayIndex(selectValue, focused), ".");
|
|
70
|
+
}
|
|
71
|
+
if (context === "menu" && isAppleDevice2) {
|
|
72
|
+
var disabled = isDisabled ? " disabled" : "";
|
|
73
|
+
var status = "".concat(isSelected ? " selected" : "").concat(disabled);
|
|
74
|
+
return "".concat(label).concat(status, ", ").concat(getArrayIndex(options, focused), ".");
|
|
75
|
+
}
|
|
76
|
+
return "";
|
|
77
|
+
},
|
|
78
|
+
onFilter: function onFilter(props) {
|
|
79
|
+
var inputValue = props.inputValue, resultsMessage = props.resultsMessage;
|
|
80
|
+
return "".concat(resultsMessage).concat(inputValue ? " for search term " + inputValue : "", ".");
|
|
81
|
+
}
|
|
82
|
+
};
|
|
83
|
+
var LiveRegion = function LiveRegion2(props) {
|
|
84
|
+
var ariaSelection = props.ariaSelection, focusedOption = props.focusedOption, focusedValue = props.focusedValue, focusableOptions = props.focusableOptions, isFocused = props.isFocused, selectValue = props.selectValue, selectProps = props.selectProps, id = props.id, isAppleDevice2 = props.isAppleDevice;
|
|
85
|
+
var ariaLiveMessages = selectProps.ariaLiveMessages, getOptionLabel4 = selectProps.getOptionLabel, inputValue = selectProps.inputValue, isMulti = selectProps.isMulti, isOptionDisabled3 = selectProps.isOptionDisabled, isSearchable = selectProps.isSearchable, menuIsOpen = selectProps.menuIsOpen, options = selectProps.options, screenReaderStatus2 = selectProps.screenReaderStatus, tabSelectsValue = selectProps.tabSelectsValue, isLoading = selectProps.isLoading;
|
|
86
|
+
var ariaLabel = selectProps["aria-label"];
|
|
87
|
+
var ariaLive = selectProps["aria-live"];
|
|
88
|
+
var messages = useMemo(function() {
|
|
89
|
+
return _objectSpread2(_objectSpread2({}, defaultAriaLiveMessages), ariaLiveMessages || {});
|
|
90
|
+
}, [ariaLiveMessages]);
|
|
91
|
+
var ariaSelected = useMemo(function() {
|
|
92
|
+
var message = "";
|
|
93
|
+
if (ariaSelection && messages.onChange) {
|
|
94
|
+
var option = ariaSelection.option, selectedOptions = ariaSelection.options, removedValue = ariaSelection.removedValue, removedValues = ariaSelection.removedValues, value = ariaSelection.value;
|
|
95
|
+
var asOption = function asOption2(val) {
|
|
96
|
+
return !Array.isArray(val) ? val : null;
|
|
97
|
+
};
|
|
98
|
+
var selected = removedValue || option || asOption(value);
|
|
99
|
+
var label = selected ? getOptionLabel4(selected) : "";
|
|
100
|
+
var multiSelected = selectedOptions || removedValues || void 0;
|
|
101
|
+
var labels = multiSelected ? multiSelected.map(getOptionLabel4) : [];
|
|
102
|
+
var onChangeProps = _objectSpread2({
|
|
103
|
+
// multiSelected items are usually items that have already been selected
|
|
104
|
+
// or set by the user as a default value so we assume they are not disabled
|
|
105
|
+
isDisabled: selected && isOptionDisabled3(selected, selectValue),
|
|
106
|
+
label,
|
|
107
|
+
labels
|
|
108
|
+
}, ariaSelection);
|
|
109
|
+
message = messages.onChange(onChangeProps);
|
|
110
|
+
}
|
|
111
|
+
return message;
|
|
112
|
+
}, [ariaSelection, messages, isOptionDisabled3, selectValue, getOptionLabel4]);
|
|
113
|
+
var ariaFocused = useMemo(function() {
|
|
114
|
+
var focusMsg = "";
|
|
115
|
+
var focused = focusedOption || focusedValue;
|
|
116
|
+
var isSelected = !!(focusedOption && selectValue && selectValue.includes(focusedOption));
|
|
117
|
+
if (focused && messages.onFocus) {
|
|
118
|
+
var onFocusProps = {
|
|
119
|
+
focused,
|
|
120
|
+
label: getOptionLabel4(focused),
|
|
121
|
+
isDisabled: isOptionDisabled3(focused, selectValue),
|
|
122
|
+
isSelected,
|
|
123
|
+
options: focusableOptions,
|
|
124
|
+
context: focused === focusedOption ? "menu" : "value",
|
|
125
|
+
selectValue,
|
|
126
|
+
isAppleDevice: isAppleDevice2
|
|
127
|
+
};
|
|
128
|
+
focusMsg = messages.onFocus(onFocusProps);
|
|
129
|
+
}
|
|
130
|
+
return focusMsg;
|
|
131
|
+
}, [focusedOption, focusedValue, getOptionLabel4, isOptionDisabled3, messages, focusableOptions, selectValue, isAppleDevice2]);
|
|
132
|
+
var ariaResults = useMemo(function() {
|
|
133
|
+
var resultsMsg = "";
|
|
134
|
+
if (menuIsOpen && options.length && !isLoading && messages.onFilter) {
|
|
135
|
+
var resultsMessage = screenReaderStatus2({
|
|
136
|
+
count: focusableOptions.length
|
|
137
|
+
});
|
|
138
|
+
resultsMsg = messages.onFilter({
|
|
139
|
+
inputValue,
|
|
140
|
+
resultsMessage
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
return resultsMsg;
|
|
144
|
+
}, [focusableOptions, inputValue, menuIsOpen, messages, options, screenReaderStatus2, isLoading]);
|
|
145
|
+
var isInitialFocus = (ariaSelection === null || ariaSelection === void 0 ? void 0 : ariaSelection.action) === "initial-input-focus";
|
|
146
|
+
var ariaGuidance = useMemo(function() {
|
|
147
|
+
var guidanceMsg = "";
|
|
148
|
+
if (messages.guidance) {
|
|
149
|
+
var context = focusedValue ? "value" : menuIsOpen ? "menu" : "input";
|
|
150
|
+
guidanceMsg = messages.guidance({
|
|
151
|
+
"aria-label": ariaLabel,
|
|
152
|
+
context,
|
|
153
|
+
isDisabled: focusedOption && isOptionDisabled3(focusedOption, selectValue),
|
|
154
|
+
isMulti,
|
|
155
|
+
isSearchable,
|
|
156
|
+
tabSelectsValue,
|
|
157
|
+
isInitialFocus
|
|
158
|
+
});
|
|
159
|
+
}
|
|
160
|
+
return guidanceMsg;
|
|
161
|
+
}, [ariaLabel, focusedOption, focusedValue, isMulti, isOptionDisabled3, isSearchable, menuIsOpen, messages, selectValue, tabSelectsValue, isInitialFocus]);
|
|
162
|
+
var ScreenReaderText = jsx(Fragment, null, jsx("span", {
|
|
163
|
+
id: "aria-selection"
|
|
164
|
+
}, ariaSelected), jsx("span", {
|
|
165
|
+
id: "aria-focused"
|
|
166
|
+
}, ariaFocused), jsx("span", {
|
|
167
|
+
id: "aria-results"
|
|
168
|
+
}, ariaResults), jsx("span", {
|
|
169
|
+
id: "aria-guidance"
|
|
170
|
+
}, ariaGuidance));
|
|
171
|
+
return jsx(Fragment, null, jsx(A11yText$1, {
|
|
172
|
+
id
|
|
173
|
+
}, isInitialFocus && ScreenReaderText), jsx(A11yText$1, {
|
|
174
|
+
"aria-live": ariaLive,
|
|
175
|
+
"aria-atomic": "false",
|
|
176
|
+
"aria-relevant": "additions text",
|
|
177
|
+
role: "log"
|
|
178
|
+
}, isFocused && !isInitialFocus && ScreenReaderText));
|
|
179
|
+
};
|
|
180
|
+
var LiveRegion$1 = LiveRegion;
|
|
181
|
+
var diacritics = [{
|
|
182
|
+
base: "A",
|
|
183
|
+
letters: "AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"
|
|
184
|
+
}, {
|
|
185
|
+
base: "AA",
|
|
186
|
+
letters: "Ꜳ"
|
|
187
|
+
}, {
|
|
188
|
+
base: "AE",
|
|
189
|
+
letters: "ÆǼǢ"
|
|
190
|
+
}, {
|
|
191
|
+
base: "AO",
|
|
192
|
+
letters: "Ꜵ"
|
|
193
|
+
}, {
|
|
194
|
+
base: "AU",
|
|
195
|
+
letters: "Ꜷ"
|
|
196
|
+
}, {
|
|
197
|
+
base: "AV",
|
|
198
|
+
letters: "ꜸꜺ"
|
|
199
|
+
}, {
|
|
200
|
+
base: "AY",
|
|
201
|
+
letters: "Ꜽ"
|
|
202
|
+
}, {
|
|
203
|
+
base: "B",
|
|
204
|
+
letters: "BⒷBḂḄḆɃƂƁ"
|
|
205
|
+
}, {
|
|
206
|
+
base: "C",
|
|
207
|
+
letters: "CⒸCĆĈĊČÇḈƇȻꜾ"
|
|
208
|
+
}, {
|
|
209
|
+
base: "D",
|
|
210
|
+
letters: "DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"
|
|
211
|
+
}, {
|
|
212
|
+
base: "DZ",
|
|
213
|
+
letters: "DZDŽ"
|
|
214
|
+
}, {
|
|
215
|
+
base: "Dz",
|
|
216
|
+
letters: "DzDž"
|
|
217
|
+
}, {
|
|
218
|
+
base: "E",
|
|
219
|
+
letters: "EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"
|
|
220
|
+
}, {
|
|
221
|
+
base: "F",
|
|
222
|
+
letters: "FⒻFḞƑꝻ"
|
|
223
|
+
}, {
|
|
224
|
+
base: "G",
|
|
225
|
+
letters: "GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"
|
|
226
|
+
}, {
|
|
227
|
+
base: "H",
|
|
228
|
+
letters: "HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"
|
|
229
|
+
}, {
|
|
230
|
+
base: "I",
|
|
231
|
+
letters: "IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"
|
|
232
|
+
}, {
|
|
233
|
+
base: "J",
|
|
234
|
+
letters: "JⒿJĴɈ"
|
|
235
|
+
}, {
|
|
236
|
+
base: "K",
|
|
237
|
+
letters: "KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"
|
|
238
|
+
}, {
|
|
239
|
+
base: "L",
|
|
240
|
+
letters: "LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"
|
|
241
|
+
}, {
|
|
242
|
+
base: "LJ",
|
|
243
|
+
letters: "LJ"
|
|
244
|
+
}, {
|
|
245
|
+
base: "Lj",
|
|
246
|
+
letters: "Lj"
|
|
247
|
+
}, {
|
|
248
|
+
base: "M",
|
|
249
|
+
letters: "MⓂMḾṀṂⱮƜ"
|
|
250
|
+
}, {
|
|
251
|
+
base: "N",
|
|
252
|
+
letters: "NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"
|
|
253
|
+
}, {
|
|
254
|
+
base: "NJ",
|
|
255
|
+
letters: "NJ"
|
|
256
|
+
}, {
|
|
257
|
+
base: "Nj",
|
|
258
|
+
letters: "Nj"
|
|
259
|
+
}, {
|
|
260
|
+
base: "O",
|
|
261
|
+
letters: "OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"
|
|
262
|
+
}, {
|
|
263
|
+
base: "OI",
|
|
264
|
+
letters: "Ƣ"
|
|
265
|
+
}, {
|
|
266
|
+
base: "OO",
|
|
267
|
+
letters: "Ꝏ"
|
|
268
|
+
}, {
|
|
269
|
+
base: "OU",
|
|
270
|
+
letters: "Ȣ"
|
|
271
|
+
}, {
|
|
272
|
+
base: "P",
|
|
273
|
+
letters: "PⓅPṔṖƤⱣꝐꝒꝔ"
|
|
274
|
+
}, {
|
|
275
|
+
base: "Q",
|
|
276
|
+
letters: "QⓆQꝖꝘɊ"
|
|
277
|
+
}, {
|
|
278
|
+
base: "R",
|
|
279
|
+
letters: "RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"
|
|
280
|
+
}, {
|
|
281
|
+
base: "S",
|
|
282
|
+
letters: "SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"
|
|
283
|
+
}, {
|
|
284
|
+
base: "T",
|
|
285
|
+
letters: "TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"
|
|
286
|
+
}, {
|
|
287
|
+
base: "TZ",
|
|
288
|
+
letters: "Ꜩ"
|
|
289
|
+
}, {
|
|
290
|
+
base: "U",
|
|
291
|
+
letters: "UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"
|
|
292
|
+
}, {
|
|
293
|
+
base: "V",
|
|
294
|
+
letters: "VⓋVṼṾƲꝞɅ"
|
|
295
|
+
}, {
|
|
296
|
+
base: "VY",
|
|
297
|
+
letters: "Ꝡ"
|
|
298
|
+
}, {
|
|
299
|
+
base: "W",
|
|
300
|
+
letters: "WⓌWẀẂŴẆẄẈⱲ"
|
|
301
|
+
}, {
|
|
302
|
+
base: "X",
|
|
303
|
+
letters: "XⓍXẊẌ"
|
|
304
|
+
}, {
|
|
305
|
+
base: "Y",
|
|
306
|
+
letters: "YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"
|
|
307
|
+
}, {
|
|
308
|
+
base: "Z",
|
|
309
|
+
letters: "ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"
|
|
310
|
+
}, {
|
|
311
|
+
base: "a",
|
|
312
|
+
letters: "aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"
|
|
313
|
+
}, {
|
|
314
|
+
base: "aa",
|
|
315
|
+
letters: "ꜳ"
|
|
316
|
+
}, {
|
|
317
|
+
base: "ae",
|
|
318
|
+
letters: "æǽǣ"
|
|
319
|
+
}, {
|
|
320
|
+
base: "ao",
|
|
321
|
+
letters: "ꜵ"
|
|
322
|
+
}, {
|
|
323
|
+
base: "au",
|
|
324
|
+
letters: "ꜷ"
|
|
325
|
+
}, {
|
|
326
|
+
base: "av",
|
|
327
|
+
letters: "ꜹꜻ"
|
|
328
|
+
}, {
|
|
329
|
+
base: "ay",
|
|
330
|
+
letters: "ꜽ"
|
|
331
|
+
}, {
|
|
332
|
+
base: "b",
|
|
333
|
+
letters: "bⓑbḃḅḇƀƃɓ"
|
|
334
|
+
}, {
|
|
335
|
+
base: "c",
|
|
336
|
+
letters: "cⓒcćĉċčçḉƈȼꜿↄ"
|
|
337
|
+
}, {
|
|
338
|
+
base: "d",
|
|
339
|
+
letters: "dⓓdḋďḍḑḓḏđƌɖɗꝺ"
|
|
340
|
+
}, {
|
|
341
|
+
base: "dz",
|
|
342
|
+
letters: "dzdž"
|
|
343
|
+
}, {
|
|
344
|
+
base: "e",
|
|
345
|
+
letters: "eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"
|
|
346
|
+
}, {
|
|
347
|
+
base: "f",
|
|
348
|
+
letters: "fⓕfḟƒꝼ"
|
|
349
|
+
}, {
|
|
350
|
+
base: "g",
|
|
351
|
+
letters: "gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"
|
|
352
|
+
}, {
|
|
353
|
+
base: "h",
|
|
354
|
+
letters: "hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"
|
|
355
|
+
}, {
|
|
356
|
+
base: "hv",
|
|
357
|
+
letters: "ƕ"
|
|
358
|
+
}, {
|
|
359
|
+
base: "i",
|
|
360
|
+
letters: "iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"
|
|
361
|
+
}, {
|
|
362
|
+
base: "j",
|
|
363
|
+
letters: "jⓙjĵǰɉ"
|
|
364
|
+
}, {
|
|
365
|
+
base: "k",
|
|
366
|
+
letters: "kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"
|
|
367
|
+
}, {
|
|
368
|
+
base: "l",
|
|
369
|
+
letters: "lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"
|
|
370
|
+
}, {
|
|
371
|
+
base: "lj",
|
|
372
|
+
letters: "lj"
|
|
373
|
+
}, {
|
|
374
|
+
base: "m",
|
|
375
|
+
letters: "mⓜmḿṁṃɱɯ"
|
|
376
|
+
}, {
|
|
377
|
+
base: "n",
|
|
378
|
+
letters: "nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"
|
|
379
|
+
}, {
|
|
380
|
+
base: "nj",
|
|
381
|
+
letters: "nj"
|
|
382
|
+
}, {
|
|
383
|
+
base: "o",
|
|
384
|
+
letters: "oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"
|
|
385
|
+
}, {
|
|
386
|
+
base: "oi",
|
|
387
|
+
letters: "ƣ"
|
|
388
|
+
}, {
|
|
389
|
+
base: "ou",
|
|
390
|
+
letters: "ȣ"
|
|
391
|
+
}, {
|
|
392
|
+
base: "oo",
|
|
393
|
+
letters: "ꝏ"
|
|
394
|
+
}, {
|
|
395
|
+
base: "p",
|
|
396
|
+
letters: "pⓟpṕṗƥᵽꝑꝓꝕ"
|
|
397
|
+
}, {
|
|
398
|
+
base: "q",
|
|
399
|
+
letters: "qⓠqɋꝗꝙ"
|
|
400
|
+
}, {
|
|
401
|
+
base: "r",
|
|
402
|
+
letters: "rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"
|
|
403
|
+
}, {
|
|
404
|
+
base: "s",
|
|
405
|
+
letters: "sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"
|
|
406
|
+
}, {
|
|
407
|
+
base: "t",
|
|
408
|
+
letters: "tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"
|
|
409
|
+
}, {
|
|
410
|
+
base: "tz",
|
|
411
|
+
letters: "ꜩ"
|
|
412
|
+
}, {
|
|
413
|
+
base: "u",
|
|
414
|
+
letters: "uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"
|
|
415
|
+
}, {
|
|
416
|
+
base: "v",
|
|
417
|
+
letters: "vⓥvṽṿʋꝟʌ"
|
|
418
|
+
}, {
|
|
419
|
+
base: "vy",
|
|
420
|
+
letters: "ꝡ"
|
|
421
|
+
}, {
|
|
422
|
+
base: "w",
|
|
423
|
+
letters: "wⓦwẁẃŵẇẅẘẉⱳ"
|
|
424
|
+
}, {
|
|
425
|
+
base: "x",
|
|
426
|
+
letters: "xⓧxẋẍ"
|
|
427
|
+
}, {
|
|
428
|
+
base: "y",
|
|
429
|
+
letters: "yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"
|
|
430
|
+
}, {
|
|
431
|
+
base: "z",
|
|
432
|
+
letters: "zⓩzźẑżžẓẕƶȥɀⱬꝣ"
|
|
433
|
+
}];
|
|
434
|
+
var anyDiacritic = new RegExp("[" + diacritics.map(function(d) {
|
|
435
|
+
return d.letters;
|
|
436
|
+
}).join("") + "]", "g");
|
|
437
|
+
var diacriticToBase = {};
|
|
438
|
+
for (var i = 0; i < diacritics.length; i++) {
|
|
439
|
+
var diacritic = diacritics[i];
|
|
440
|
+
for (var j = 0; j < diacritic.letters.length; j++) {
|
|
441
|
+
diacriticToBase[diacritic.letters[j]] = diacritic.base;
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
var stripDiacritics = function stripDiacritics2(str) {
|
|
445
|
+
return str.replace(anyDiacritic, function(match) {
|
|
446
|
+
return diacriticToBase[match];
|
|
447
|
+
});
|
|
448
|
+
};
|
|
449
|
+
var memoizedStripDiacriticsForInput = memoizeOne(stripDiacritics);
|
|
450
|
+
var trimString = function trimString2(str) {
|
|
451
|
+
return str.replace(/^\s+|\s+$/g, "");
|
|
452
|
+
};
|
|
453
|
+
var defaultStringify = function defaultStringify2(option) {
|
|
454
|
+
return "".concat(option.label, " ").concat(option.value);
|
|
455
|
+
};
|
|
456
|
+
var createFilter = function createFilter2(config) {
|
|
457
|
+
return function(option, rawInput) {
|
|
458
|
+
if (option.data.__isNew__) return true;
|
|
459
|
+
var _ignoreCase$ignoreAcc = _objectSpread2({
|
|
460
|
+
ignoreCase: true,
|
|
461
|
+
ignoreAccents: true,
|
|
462
|
+
stringify: defaultStringify,
|
|
463
|
+
trim: true,
|
|
464
|
+
matchFrom: "any"
|
|
465
|
+
}, config), ignoreCase = _ignoreCase$ignoreAcc.ignoreCase, ignoreAccents = _ignoreCase$ignoreAcc.ignoreAccents, stringify = _ignoreCase$ignoreAcc.stringify, trim = _ignoreCase$ignoreAcc.trim, matchFrom = _ignoreCase$ignoreAcc.matchFrom;
|
|
466
|
+
var input = trim ? trimString(rawInput) : rawInput;
|
|
467
|
+
var candidate = trim ? trimString(stringify(option)) : stringify(option);
|
|
468
|
+
if (ignoreCase) {
|
|
469
|
+
input = input.toLowerCase();
|
|
470
|
+
candidate = candidate.toLowerCase();
|
|
471
|
+
}
|
|
472
|
+
if (ignoreAccents) {
|
|
473
|
+
input = memoizedStripDiacriticsForInput(input);
|
|
474
|
+
candidate = stripDiacritics(candidate);
|
|
475
|
+
}
|
|
476
|
+
return matchFrom === "start" ? candidate.substr(0, input.length) === input : candidate.indexOf(input) > -1;
|
|
477
|
+
};
|
|
478
|
+
};
|
|
479
|
+
var _excluded = ["innerRef"];
|
|
480
|
+
function DummyInput(_ref3) {
|
|
481
|
+
var innerRef = _ref3.innerRef, props = _objectWithoutProperties(_ref3, _excluded);
|
|
482
|
+
var filteredProps = removeProps(props, "onExited", "in", "enter", "exit", "appear");
|
|
483
|
+
return jsx("input", _extends({
|
|
484
|
+
ref: innerRef
|
|
485
|
+
}, filteredProps, {
|
|
486
|
+
css: /* @__PURE__ */ css$2({
|
|
487
|
+
label: "dummyInput",
|
|
488
|
+
// get rid of any default styles
|
|
489
|
+
background: 0,
|
|
490
|
+
border: 0,
|
|
491
|
+
// important! this hides the flashing cursor
|
|
492
|
+
caretColor: "transparent",
|
|
493
|
+
fontSize: "inherit",
|
|
494
|
+
gridArea: "1 / 1 / 2 / 3",
|
|
495
|
+
outline: 0,
|
|
496
|
+
padding: 0,
|
|
497
|
+
// important! without `width` browsers won't allow focus
|
|
498
|
+
width: 1,
|
|
499
|
+
// remove cursor on desktop
|
|
500
|
+
color: "transparent",
|
|
501
|
+
// remove cursor on mobile whilst maintaining "scroll into view" behaviour
|
|
502
|
+
left: -100,
|
|
503
|
+
opacity: 0,
|
|
504
|
+
position: "relative",
|
|
505
|
+
transform: "scale(.01)"
|
|
506
|
+
}, process.env.NODE_ENV === "production" ? "" : ";label:DummyInput;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")
|
|
507
|
+
}));
|
|
508
|
+
}
|
|
509
|
+
var cancelScroll = function cancelScroll2(event) {
|
|
510
|
+
if (event.cancelable) event.preventDefault();
|
|
511
|
+
event.stopPropagation();
|
|
512
|
+
};
|
|
513
|
+
function useScrollCapture(_ref3) {
|
|
514
|
+
var isEnabled = _ref3.isEnabled, onBottomArrive = _ref3.onBottomArrive, onBottomLeave = _ref3.onBottomLeave, onTopArrive = _ref3.onTopArrive, onTopLeave = _ref3.onTopLeave;
|
|
515
|
+
var isBottom = useRef(false);
|
|
516
|
+
var isTop = useRef(false);
|
|
517
|
+
var touchStart = useRef(0);
|
|
518
|
+
var scrollTarget = useRef(null);
|
|
519
|
+
var handleEventDelta = useCallback(function(event, delta) {
|
|
520
|
+
if (scrollTarget.current === null) return;
|
|
521
|
+
var _scrollTarget$current = scrollTarget.current, scrollTop = _scrollTarget$current.scrollTop, scrollHeight = _scrollTarget$current.scrollHeight, clientHeight = _scrollTarget$current.clientHeight;
|
|
522
|
+
var target = scrollTarget.current;
|
|
523
|
+
var isDeltaPositive = delta > 0;
|
|
524
|
+
var availableScroll = scrollHeight - clientHeight - scrollTop;
|
|
525
|
+
var shouldCancelScroll = false;
|
|
526
|
+
if (availableScroll > delta && isBottom.current) {
|
|
527
|
+
if (onBottomLeave) onBottomLeave(event);
|
|
528
|
+
isBottom.current = false;
|
|
529
|
+
}
|
|
530
|
+
if (isDeltaPositive && isTop.current) {
|
|
531
|
+
if (onTopLeave) onTopLeave(event);
|
|
532
|
+
isTop.current = false;
|
|
533
|
+
}
|
|
534
|
+
if (isDeltaPositive && delta > availableScroll) {
|
|
535
|
+
if (onBottomArrive && !isBottom.current) {
|
|
536
|
+
onBottomArrive(event);
|
|
537
|
+
}
|
|
538
|
+
target.scrollTop = scrollHeight;
|
|
539
|
+
shouldCancelScroll = true;
|
|
540
|
+
isBottom.current = true;
|
|
541
|
+
} else if (!isDeltaPositive && -delta > scrollTop) {
|
|
542
|
+
if (onTopArrive && !isTop.current) {
|
|
543
|
+
onTopArrive(event);
|
|
544
|
+
}
|
|
545
|
+
target.scrollTop = 0;
|
|
546
|
+
shouldCancelScroll = true;
|
|
547
|
+
isTop.current = true;
|
|
548
|
+
}
|
|
549
|
+
if (shouldCancelScroll) {
|
|
550
|
+
cancelScroll(event);
|
|
551
|
+
}
|
|
552
|
+
}, [onBottomArrive, onBottomLeave, onTopArrive, onTopLeave]);
|
|
553
|
+
var onWheel = useCallback(function(event) {
|
|
554
|
+
handleEventDelta(event, event.deltaY);
|
|
555
|
+
}, [handleEventDelta]);
|
|
556
|
+
var onTouchStart = useCallback(function(event) {
|
|
557
|
+
touchStart.current = event.changedTouches[0].clientY;
|
|
558
|
+
}, []);
|
|
559
|
+
var onTouchMove = useCallback(function(event) {
|
|
560
|
+
var deltaY = touchStart.current - event.changedTouches[0].clientY;
|
|
561
|
+
handleEventDelta(event, deltaY);
|
|
562
|
+
}, [handleEventDelta]);
|
|
563
|
+
var startListening = useCallback(function(el) {
|
|
564
|
+
if (!el) return;
|
|
565
|
+
var notPassive = supportsPassiveEvents ? {
|
|
566
|
+
passive: false
|
|
567
|
+
} : false;
|
|
568
|
+
el.addEventListener("wheel", onWheel, notPassive);
|
|
569
|
+
el.addEventListener("touchstart", onTouchStart, notPassive);
|
|
570
|
+
el.addEventListener("touchmove", onTouchMove, notPassive);
|
|
571
|
+
}, [onTouchMove, onTouchStart, onWheel]);
|
|
572
|
+
var stopListening = useCallback(function(el) {
|
|
573
|
+
if (!el) return;
|
|
574
|
+
el.removeEventListener("wheel", onWheel, false);
|
|
575
|
+
el.removeEventListener("touchstart", onTouchStart, false);
|
|
576
|
+
el.removeEventListener("touchmove", onTouchMove, false);
|
|
577
|
+
}, [onTouchMove, onTouchStart, onWheel]);
|
|
578
|
+
useEffect(function() {
|
|
579
|
+
if (!isEnabled) return;
|
|
580
|
+
var element = scrollTarget.current;
|
|
581
|
+
startListening(element);
|
|
582
|
+
return function() {
|
|
583
|
+
stopListening(element);
|
|
584
|
+
};
|
|
585
|
+
}, [isEnabled, startListening, stopListening]);
|
|
586
|
+
return function(element) {
|
|
587
|
+
scrollTarget.current = element;
|
|
588
|
+
};
|
|
589
|
+
}
|
|
590
|
+
var STYLE_KEYS = ["boxSizing", "height", "overflow", "paddingRight", "position"];
|
|
591
|
+
var LOCK_STYLES = {
|
|
592
|
+
boxSizing: "border-box",
|
|
593
|
+
// account for possible declaration `width: 100%;` on body
|
|
594
|
+
overflow: "hidden",
|
|
595
|
+
position: "relative",
|
|
596
|
+
height: "100%"
|
|
597
|
+
};
|
|
598
|
+
function preventTouchMove(e) {
|
|
599
|
+
if (e.cancelable) e.preventDefault();
|
|
600
|
+
}
|
|
601
|
+
function allowTouchMove(e) {
|
|
602
|
+
e.stopPropagation();
|
|
603
|
+
}
|
|
604
|
+
function preventInertiaScroll() {
|
|
605
|
+
var top = this.scrollTop;
|
|
606
|
+
var totalScroll = this.scrollHeight;
|
|
607
|
+
var currentScroll = top + this.offsetHeight;
|
|
608
|
+
if (top === 0) {
|
|
609
|
+
this.scrollTop = 1;
|
|
610
|
+
} else if (currentScroll === totalScroll) {
|
|
611
|
+
this.scrollTop = top - 1;
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
function isTouchDevice() {
|
|
615
|
+
return "ontouchstart" in window || navigator.maxTouchPoints;
|
|
616
|
+
}
|
|
617
|
+
var canUseDOM = !!(typeof window !== "undefined" && window.document && window.document.createElement);
|
|
618
|
+
var activeScrollLocks = 0;
|
|
619
|
+
var listenerOptions = {
|
|
620
|
+
capture: false,
|
|
621
|
+
passive: false
|
|
622
|
+
};
|
|
623
|
+
function useScrollLock(_ref3) {
|
|
624
|
+
var isEnabled = _ref3.isEnabled, _ref$accountForScroll = _ref3.accountForScrollbars, accountForScrollbars = _ref$accountForScroll === void 0 ? true : _ref$accountForScroll;
|
|
625
|
+
var originalStyles = useRef({});
|
|
626
|
+
var scrollTarget = useRef(null);
|
|
627
|
+
var addScrollLock = useCallback(function(touchScrollTarget) {
|
|
628
|
+
if (!canUseDOM) return;
|
|
629
|
+
var target = document.body;
|
|
630
|
+
var targetStyle = target && target.style;
|
|
631
|
+
if (accountForScrollbars) {
|
|
632
|
+
STYLE_KEYS.forEach(function(key) {
|
|
633
|
+
var val = targetStyle && targetStyle[key];
|
|
634
|
+
originalStyles.current[key] = val;
|
|
635
|
+
});
|
|
636
|
+
}
|
|
637
|
+
if (accountForScrollbars && activeScrollLocks < 1) {
|
|
638
|
+
var currentPadding = parseInt(originalStyles.current.paddingRight, 10) || 0;
|
|
639
|
+
var clientWidth = document.body ? document.body.clientWidth : 0;
|
|
640
|
+
var adjustedPadding = window.innerWidth - clientWidth + currentPadding || 0;
|
|
641
|
+
Object.keys(LOCK_STYLES).forEach(function(key) {
|
|
642
|
+
var val = LOCK_STYLES[key];
|
|
643
|
+
if (targetStyle) {
|
|
644
|
+
targetStyle[key] = val;
|
|
645
|
+
}
|
|
646
|
+
});
|
|
647
|
+
if (targetStyle) {
|
|
648
|
+
targetStyle.paddingRight = "".concat(adjustedPadding, "px");
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
if (target && isTouchDevice()) {
|
|
652
|
+
target.addEventListener("touchmove", preventTouchMove, listenerOptions);
|
|
653
|
+
if (touchScrollTarget) {
|
|
654
|
+
touchScrollTarget.addEventListener("touchstart", preventInertiaScroll, listenerOptions);
|
|
655
|
+
touchScrollTarget.addEventListener("touchmove", allowTouchMove, listenerOptions);
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
activeScrollLocks += 1;
|
|
659
|
+
}, [accountForScrollbars]);
|
|
660
|
+
var removeScrollLock = useCallback(function(touchScrollTarget) {
|
|
661
|
+
if (!canUseDOM) return;
|
|
662
|
+
var target = document.body;
|
|
663
|
+
var targetStyle = target && target.style;
|
|
664
|
+
activeScrollLocks = Math.max(activeScrollLocks - 1, 0);
|
|
665
|
+
if (accountForScrollbars && activeScrollLocks < 1) {
|
|
666
|
+
STYLE_KEYS.forEach(function(key) {
|
|
667
|
+
var val = originalStyles.current[key];
|
|
668
|
+
if (targetStyle) {
|
|
669
|
+
targetStyle[key] = val;
|
|
670
|
+
}
|
|
671
|
+
});
|
|
672
|
+
}
|
|
673
|
+
if (target && isTouchDevice()) {
|
|
674
|
+
target.removeEventListener("touchmove", preventTouchMove, listenerOptions);
|
|
675
|
+
if (touchScrollTarget) {
|
|
676
|
+
touchScrollTarget.removeEventListener("touchstart", preventInertiaScroll, listenerOptions);
|
|
677
|
+
touchScrollTarget.removeEventListener("touchmove", allowTouchMove, listenerOptions);
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
}, [accountForScrollbars]);
|
|
681
|
+
useEffect(function() {
|
|
682
|
+
if (!isEnabled) return;
|
|
683
|
+
var element = scrollTarget.current;
|
|
684
|
+
addScrollLock(element);
|
|
685
|
+
return function() {
|
|
686
|
+
removeScrollLock(element);
|
|
687
|
+
};
|
|
688
|
+
}, [isEnabled, addScrollLock, removeScrollLock]);
|
|
689
|
+
return function(element) {
|
|
690
|
+
scrollTarget.current = element;
|
|
691
|
+
};
|
|
692
|
+
}
|
|
693
|
+
function _EMOTION_STRINGIFIED_CSS_ERROR__$1() {
|
|
694
|
+
return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
|
|
695
|
+
}
|
|
696
|
+
var blurSelectInput = function blurSelectInput2(event) {
|
|
697
|
+
var element = event.target;
|
|
698
|
+
return element.ownerDocument.activeElement && element.ownerDocument.activeElement.blur();
|
|
699
|
+
};
|
|
700
|
+
var _ref2$1 = process.env.NODE_ENV === "production" ? {
|
|
701
|
+
name: "1kfdb0e",
|
|
702
|
+
styles: "position:fixed;left:0;bottom:0;right:0;top:0"
|
|
703
|
+
} : {
|
|
704
|
+
name: "bp8cua-ScrollManager",
|
|
705
|
+
styles: "position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",
|
|
706
|
+
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",
|
|
707
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__$1
|
|
708
|
+
};
|
|
709
|
+
function ScrollManager(_ref3) {
|
|
710
|
+
var children = _ref3.children, lockEnabled = _ref3.lockEnabled, _ref$captureEnabled = _ref3.captureEnabled, captureEnabled = _ref$captureEnabled === void 0 ? true : _ref$captureEnabled, onBottomArrive = _ref3.onBottomArrive, onBottomLeave = _ref3.onBottomLeave, onTopArrive = _ref3.onTopArrive, onTopLeave = _ref3.onTopLeave;
|
|
711
|
+
var setScrollCaptureTarget = useScrollCapture({
|
|
712
|
+
isEnabled: captureEnabled,
|
|
713
|
+
onBottomArrive,
|
|
714
|
+
onBottomLeave,
|
|
715
|
+
onTopArrive,
|
|
716
|
+
onTopLeave
|
|
717
|
+
});
|
|
718
|
+
var setScrollLockTarget = useScrollLock({
|
|
719
|
+
isEnabled: lockEnabled
|
|
720
|
+
});
|
|
721
|
+
var targetRef = function targetRef2(element) {
|
|
722
|
+
setScrollCaptureTarget(element);
|
|
723
|
+
setScrollLockTarget(element);
|
|
724
|
+
};
|
|
725
|
+
return jsx(Fragment, null, lockEnabled && jsx("div", {
|
|
726
|
+
onClick: blurSelectInput,
|
|
727
|
+
css: _ref2$1
|
|
728
|
+
}), children(targetRef));
|
|
729
|
+
}
|
|
730
|
+
function _EMOTION_STRINGIFIED_CSS_ERROR__() {
|
|
731
|
+
return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
|
|
732
|
+
}
|
|
733
|
+
var _ref2 = process.env.NODE_ENV === "production" ? {
|
|
734
|
+
name: "1a0ro4n-requiredInput",
|
|
735
|
+
styles: "label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"
|
|
736
|
+
} : {
|
|
737
|
+
name: "5kkxb2-requiredInput-RequiredInput",
|
|
738
|
+
styles: "label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",
|
|
739
|
+
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",
|
|
740
|
+
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
741
|
+
};
|
|
742
|
+
var RequiredInput = function RequiredInput2(_ref3) {
|
|
743
|
+
var name = _ref3.name, onFocus2 = _ref3.onFocus;
|
|
744
|
+
return jsx("input", {
|
|
745
|
+
required: true,
|
|
746
|
+
name,
|
|
747
|
+
tabIndex: -1,
|
|
748
|
+
"aria-hidden": "true",
|
|
749
|
+
onFocus: onFocus2,
|
|
750
|
+
css: _ref2,
|
|
751
|
+
value: "",
|
|
752
|
+
onChange: function onChange2() {
|
|
753
|
+
}
|
|
754
|
+
});
|
|
755
|
+
};
|
|
756
|
+
var RequiredInput$1 = RequiredInput;
|
|
757
|
+
function testPlatform(re) {
|
|
758
|
+
var _window$navigator$use;
|
|
759
|
+
return typeof window !== "undefined" && window.navigator != null ? re.test(((_window$navigator$use = window.navigator["userAgentData"]) === null || _window$navigator$use === void 0 ? void 0 : _window$navigator$use.platform) || window.navigator.platform) : false;
|
|
760
|
+
}
|
|
761
|
+
function isIPhone() {
|
|
762
|
+
return testPlatform(/^iPhone/i);
|
|
763
|
+
}
|
|
764
|
+
function isMac() {
|
|
765
|
+
return testPlatform(/^Mac/i);
|
|
766
|
+
}
|
|
767
|
+
function isIPad() {
|
|
768
|
+
return testPlatform(/^iPad/i) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.
|
|
769
|
+
isMac() && navigator.maxTouchPoints > 1;
|
|
770
|
+
}
|
|
771
|
+
function isIOS() {
|
|
772
|
+
return isIPhone() || isIPad();
|
|
773
|
+
}
|
|
774
|
+
function isAppleDevice() {
|
|
775
|
+
return isMac() || isIOS();
|
|
776
|
+
}
|
|
777
|
+
var formatGroupLabel = function formatGroupLabel2(group) {
|
|
778
|
+
return group.label;
|
|
779
|
+
};
|
|
780
|
+
var getOptionLabel$1 = function getOptionLabel(option) {
|
|
781
|
+
return option.label;
|
|
782
|
+
};
|
|
783
|
+
var getOptionValue$1 = function getOptionValue(option) {
|
|
784
|
+
return option.value;
|
|
785
|
+
};
|
|
786
|
+
var isOptionDisabled = function isOptionDisabled2(option) {
|
|
787
|
+
return !!option.isDisabled;
|
|
788
|
+
};
|
|
789
|
+
var defaultStyles = {
|
|
790
|
+
clearIndicator: clearIndicatorCSS,
|
|
791
|
+
container: containerCSS,
|
|
792
|
+
control: css$1,
|
|
793
|
+
dropdownIndicator: dropdownIndicatorCSS,
|
|
794
|
+
group: groupCSS,
|
|
795
|
+
groupHeading: groupHeadingCSS,
|
|
796
|
+
indicatorsContainer: indicatorsContainerCSS,
|
|
797
|
+
indicatorSeparator: indicatorSeparatorCSS,
|
|
798
|
+
input: inputCSS,
|
|
799
|
+
loadingIndicator: loadingIndicatorCSS,
|
|
800
|
+
loadingMessage: loadingMessageCSS,
|
|
801
|
+
menu: menuCSS,
|
|
802
|
+
menuList: menuListCSS,
|
|
803
|
+
menuPortal: menuPortalCSS,
|
|
804
|
+
multiValue: multiValueCSS,
|
|
805
|
+
multiValueLabel: multiValueLabelCSS,
|
|
806
|
+
multiValueRemove: multiValueRemoveCSS,
|
|
807
|
+
noOptionsMessage: noOptionsMessageCSS,
|
|
808
|
+
option: optionCSS,
|
|
809
|
+
placeholder: placeholderCSS,
|
|
810
|
+
singleValue: css,
|
|
811
|
+
valueContainer: valueContainerCSS
|
|
812
|
+
};
|
|
813
|
+
var colors = {
|
|
814
|
+
primary: "#2684FF",
|
|
815
|
+
primary75: "#4C9AFF",
|
|
816
|
+
primary50: "#B2D4FF",
|
|
817
|
+
primary25: "#DEEBFF",
|
|
818
|
+
danger: "#DE350B",
|
|
819
|
+
dangerLight: "#FFBDAD",
|
|
820
|
+
neutral0: "hsl(0, 0%, 100%)",
|
|
821
|
+
neutral5: "hsl(0, 0%, 95%)",
|
|
822
|
+
neutral10: "hsl(0, 0%, 90%)",
|
|
823
|
+
neutral20: "hsl(0, 0%, 80%)",
|
|
824
|
+
neutral30: "hsl(0, 0%, 70%)",
|
|
825
|
+
neutral40: "hsl(0, 0%, 60%)",
|
|
826
|
+
neutral50: "hsl(0, 0%, 50%)",
|
|
827
|
+
neutral60: "hsl(0, 0%, 40%)",
|
|
828
|
+
neutral70: "hsl(0, 0%, 30%)",
|
|
829
|
+
neutral80: "hsl(0, 0%, 20%)",
|
|
830
|
+
neutral90: "hsl(0, 0%, 10%)"
|
|
831
|
+
};
|
|
832
|
+
var borderRadius = 4;
|
|
833
|
+
var baseUnit = 4;
|
|
834
|
+
var controlHeight = 38;
|
|
835
|
+
var menuGutter = baseUnit * 2;
|
|
836
|
+
var spacing = {
|
|
837
|
+
baseUnit,
|
|
838
|
+
controlHeight,
|
|
839
|
+
menuGutter
|
|
840
|
+
};
|
|
841
|
+
var defaultTheme = {
|
|
842
|
+
borderRadius,
|
|
843
|
+
colors,
|
|
844
|
+
spacing
|
|
845
|
+
};
|
|
846
|
+
var defaultProps = {
|
|
847
|
+
"aria-live": "polite",
|
|
848
|
+
backspaceRemovesValue: true,
|
|
849
|
+
blurInputOnSelect: isTouchCapable(),
|
|
850
|
+
captureMenuScroll: !isTouchCapable(),
|
|
851
|
+
classNames: {},
|
|
852
|
+
closeMenuOnSelect: true,
|
|
853
|
+
closeMenuOnScroll: false,
|
|
854
|
+
components: {},
|
|
855
|
+
controlShouldRenderValue: true,
|
|
856
|
+
escapeClearsValue: false,
|
|
857
|
+
filterOption: createFilter(),
|
|
858
|
+
formatGroupLabel,
|
|
859
|
+
getOptionLabel: getOptionLabel$1,
|
|
860
|
+
getOptionValue: getOptionValue$1,
|
|
861
|
+
isDisabled: false,
|
|
862
|
+
isLoading: false,
|
|
863
|
+
isMulti: false,
|
|
864
|
+
isRtl: false,
|
|
865
|
+
isSearchable: true,
|
|
866
|
+
isOptionDisabled,
|
|
867
|
+
loadingMessage: function loadingMessage() {
|
|
868
|
+
return "Loading...";
|
|
869
|
+
},
|
|
870
|
+
maxMenuHeight: 300,
|
|
871
|
+
minMenuHeight: 140,
|
|
872
|
+
menuIsOpen: false,
|
|
873
|
+
menuPlacement: "bottom",
|
|
874
|
+
menuPosition: "absolute",
|
|
875
|
+
menuShouldBlockScroll: false,
|
|
876
|
+
menuShouldScrollIntoView: !isMobileDevice(),
|
|
877
|
+
noOptionsMessage: function noOptionsMessage() {
|
|
878
|
+
return "No options";
|
|
879
|
+
},
|
|
880
|
+
openMenuOnFocus: false,
|
|
881
|
+
openMenuOnClick: true,
|
|
882
|
+
options: [],
|
|
883
|
+
pageSize: 5,
|
|
884
|
+
placeholder: "Select...",
|
|
885
|
+
screenReaderStatus: function screenReaderStatus(_ref3) {
|
|
886
|
+
var count = _ref3.count;
|
|
887
|
+
return "".concat(count, " result").concat(count !== 1 ? "s" : "", " available");
|
|
888
|
+
},
|
|
889
|
+
styles: {},
|
|
890
|
+
tabIndex: 0,
|
|
891
|
+
tabSelectsValue: true,
|
|
892
|
+
unstyled: false
|
|
893
|
+
};
|
|
894
|
+
function toCategorizedOption(props, option, selectValue, index) {
|
|
895
|
+
var isDisabled = _isOptionDisabled(props, option, selectValue);
|
|
896
|
+
var isSelected = _isOptionSelected(props, option, selectValue);
|
|
897
|
+
var label = getOptionLabel2(props, option);
|
|
898
|
+
var value = getOptionValue2(props, option);
|
|
899
|
+
return {
|
|
900
|
+
type: "option",
|
|
901
|
+
data: option,
|
|
902
|
+
isDisabled,
|
|
903
|
+
isSelected,
|
|
904
|
+
label,
|
|
905
|
+
value,
|
|
906
|
+
index
|
|
907
|
+
};
|
|
908
|
+
}
|
|
909
|
+
function buildCategorizedOptions(props, selectValue) {
|
|
910
|
+
return props.options.map(function(groupOrOption, groupOrOptionIndex) {
|
|
911
|
+
if ("options" in groupOrOption) {
|
|
912
|
+
var categorizedOptions = groupOrOption.options.map(function(option, optionIndex) {
|
|
913
|
+
return toCategorizedOption(props, option, selectValue, optionIndex);
|
|
914
|
+
}).filter(function(categorizedOption2) {
|
|
915
|
+
return isFocusable(props, categorizedOption2);
|
|
916
|
+
});
|
|
917
|
+
return categorizedOptions.length > 0 ? {
|
|
918
|
+
type: "group",
|
|
919
|
+
data: groupOrOption,
|
|
920
|
+
options: categorizedOptions,
|
|
921
|
+
index: groupOrOptionIndex
|
|
922
|
+
} : void 0;
|
|
923
|
+
}
|
|
924
|
+
var categorizedOption = toCategorizedOption(props, groupOrOption, selectValue, groupOrOptionIndex);
|
|
925
|
+
return isFocusable(props, categorizedOption) ? categorizedOption : void 0;
|
|
926
|
+
}).filter(notNullish);
|
|
927
|
+
}
|
|
928
|
+
function buildFocusableOptionsFromCategorizedOptions(categorizedOptions) {
|
|
929
|
+
return categorizedOptions.reduce(function(optionsAccumulator, categorizedOption) {
|
|
930
|
+
if (categorizedOption.type === "group") {
|
|
931
|
+
optionsAccumulator.push.apply(optionsAccumulator, _toConsumableArray(categorizedOption.options.map(function(option) {
|
|
932
|
+
return option.data;
|
|
933
|
+
})));
|
|
934
|
+
} else {
|
|
935
|
+
optionsAccumulator.push(categorizedOption.data);
|
|
936
|
+
}
|
|
937
|
+
return optionsAccumulator;
|
|
938
|
+
}, []);
|
|
939
|
+
}
|
|
940
|
+
function buildFocusableOptionsWithIds(categorizedOptions, optionId) {
|
|
941
|
+
return categorizedOptions.reduce(function(optionsAccumulator, categorizedOption) {
|
|
942
|
+
if (categorizedOption.type === "group") {
|
|
943
|
+
optionsAccumulator.push.apply(optionsAccumulator, _toConsumableArray(categorizedOption.options.map(function(option) {
|
|
944
|
+
return {
|
|
945
|
+
data: option.data,
|
|
946
|
+
id: "".concat(optionId, "-").concat(categorizedOption.index, "-").concat(option.index)
|
|
947
|
+
};
|
|
948
|
+
})));
|
|
949
|
+
} else {
|
|
950
|
+
optionsAccumulator.push({
|
|
951
|
+
data: categorizedOption.data,
|
|
952
|
+
id: "".concat(optionId, "-").concat(categorizedOption.index)
|
|
953
|
+
});
|
|
954
|
+
}
|
|
955
|
+
return optionsAccumulator;
|
|
956
|
+
}, []);
|
|
957
|
+
}
|
|
958
|
+
function buildFocusableOptions(props, selectValue) {
|
|
959
|
+
return buildFocusableOptionsFromCategorizedOptions(buildCategorizedOptions(props, selectValue));
|
|
960
|
+
}
|
|
961
|
+
function isFocusable(props, categorizedOption) {
|
|
962
|
+
var _props$inputValue = props.inputValue, inputValue = _props$inputValue === void 0 ? "" : _props$inputValue;
|
|
963
|
+
var data = categorizedOption.data, isSelected = categorizedOption.isSelected, label = categorizedOption.label, value = categorizedOption.value;
|
|
964
|
+
return (!shouldHideSelectedOptions(props) || !isSelected) && _filterOption(props, {
|
|
965
|
+
label,
|
|
966
|
+
value,
|
|
967
|
+
data
|
|
968
|
+
}, inputValue);
|
|
969
|
+
}
|
|
970
|
+
function getNextFocusedValue(state, nextSelectValue) {
|
|
971
|
+
var focusedValue = state.focusedValue, lastSelectValue = state.selectValue;
|
|
972
|
+
var lastFocusedIndex = lastSelectValue.indexOf(focusedValue);
|
|
973
|
+
if (lastFocusedIndex > -1) {
|
|
974
|
+
var nextFocusedIndex = nextSelectValue.indexOf(focusedValue);
|
|
975
|
+
if (nextFocusedIndex > -1) {
|
|
976
|
+
return focusedValue;
|
|
977
|
+
} else if (lastFocusedIndex < nextSelectValue.length) {
|
|
978
|
+
return nextSelectValue[lastFocusedIndex];
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
return null;
|
|
982
|
+
}
|
|
983
|
+
function getNextFocusedOption(state, options) {
|
|
984
|
+
var lastFocusedOption = state.focusedOption;
|
|
985
|
+
return lastFocusedOption && options.indexOf(lastFocusedOption) > -1 ? lastFocusedOption : options[0];
|
|
986
|
+
}
|
|
987
|
+
var getFocusedOptionId = function getFocusedOptionId2(focusableOptionsWithIds, focusedOption) {
|
|
988
|
+
var _focusableOptionsWith;
|
|
989
|
+
var focusedOptionId = (_focusableOptionsWith = focusableOptionsWithIds.find(function(option) {
|
|
990
|
+
return option.data === focusedOption;
|
|
991
|
+
})) === null || _focusableOptionsWith === void 0 ? void 0 : _focusableOptionsWith.id;
|
|
992
|
+
return focusedOptionId || null;
|
|
993
|
+
};
|
|
994
|
+
var getOptionLabel2 = function getOptionLabel3(props, data) {
|
|
995
|
+
return props.getOptionLabel(data);
|
|
996
|
+
};
|
|
997
|
+
var getOptionValue2 = function getOptionValue3(props, data) {
|
|
998
|
+
return props.getOptionValue(data);
|
|
999
|
+
};
|
|
1000
|
+
function _isOptionDisabled(props, option, selectValue) {
|
|
1001
|
+
return typeof props.isOptionDisabled === "function" ? props.isOptionDisabled(option, selectValue) : false;
|
|
1002
|
+
}
|
|
1003
|
+
function _isOptionSelected(props, option, selectValue) {
|
|
1004
|
+
if (selectValue.indexOf(option) > -1) return true;
|
|
1005
|
+
if (typeof props.isOptionSelected === "function") {
|
|
1006
|
+
return props.isOptionSelected(option, selectValue);
|
|
1007
|
+
}
|
|
1008
|
+
var candidate = getOptionValue2(props, option);
|
|
1009
|
+
return selectValue.some(function(i) {
|
|
1010
|
+
return getOptionValue2(props, i) === candidate;
|
|
1011
|
+
});
|
|
1012
|
+
}
|
|
1013
|
+
function _filterOption(props, option, inputValue) {
|
|
1014
|
+
return props.filterOption ? props.filterOption(option, inputValue) : true;
|
|
1015
|
+
}
|
|
1016
|
+
var shouldHideSelectedOptions = function shouldHideSelectedOptions2(props) {
|
|
1017
|
+
var hideSelectedOptions = props.hideSelectedOptions, isMulti = props.isMulti;
|
|
1018
|
+
if (hideSelectedOptions === void 0) return isMulti;
|
|
1019
|
+
return hideSelectedOptions;
|
|
1020
|
+
};
|
|
1021
|
+
var instanceId = 1;
|
|
1022
|
+
var Select = /* @__PURE__ */ (function(_Component) {
|
|
1023
|
+
_inherits(Select2, _Component);
|
|
1024
|
+
var _super = _createSuper(Select2);
|
|
1025
|
+
function Select2(_props) {
|
|
1026
|
+
var _this;
|
|
1027
|
+
_classCallCheck(this, Select2);
|
|
1028
|
+
_this = _super.call(this, _props);
|
|
1029
|
+
_this.state = {
|
|
1030
|
+
ariaSelection: null,
|
|
1031
|
+
focusedOption: null,
|
|
1032
|
+
focusedOptionId: null,
|
|
1033
|
+
focusableOptionsWithIds: [],
|
|
1034
|
+
focusedValue: null,
|
|
1035
|
+
inputIsHidden: false,
|
|
1036
|
+
isFocused: false,
|
|
1037
|
+
selectValue: [],
|
|
1038
|
+
clearFocusValueOnUpdate: false,
|
|
1039
|
+
prevWasFocused: false,
|
|
1040
|
+
inputIsHiddenAfterUpdate: void 0,
|
|
1041
|
+
prevProps: void 0,
|
|
1042
|
+
instancePrefix: "",
|
|
1043
|
+
isAppleDevice: false
|
|
1044
|
+
};
|
|
1045
|
+
_this.blockOptionHover = false;
|
|
1046
|
+
_this.isComposing = false;
|
|
1047
|
+
_this.commonProps = void 0;
|
|
1048
|
+
_this.initialTouchX = 0;
|
|
1049
|
+
_this.initialTouchY = 0;
|
|
1050
|
+
_this.openAfterFocus = false;
|
|
1051
|
+
_this.scrollToFocusedOptionOnUpdate = false;
|
|
1052
|
+
_this.userIsDragging = void 0;
|
|
1053
|
+
_this.controlRef = null;
|
|
1054
|
+
_this.getControlRef = function(ref) {
|
|
1055
|
+
_this.controlRef = ref;
|
|
1056
|
+
};
|
|
1057
|
+
_this.focusedOptionRef = null;
|
|
1058
|
+
_this.getFocusedOptionRef = function(ref) {
|
|
1059
|
+
_this.focusedOptionRef = ref;
|
|
1060
|
+
};
|
|
1061
|
+
_this.menuListRef = null;
|
|
1062
|
+
_this.getMenuListRef = function(ref) {
|
|
1063
|
+
_this.menuListRef = ref;
|
|
1064
|
+
};
|
|
1065
|
+
_this.inputRef = null;
|
|
1066
|
+
_this.getInputRef = function(ref) {
|
|
1067
|
+
_this.inputRef = ref;
|
|
1068
|
+
};
|
|
1069
|
+
_this.focus = _this.focusInput;
|
|
1070
|
+
_this.blur = _this.blurInput;
|
|
1071
|
+
_this.onChange = function(newValue, actionMeta) {
|
|
1072
|
+
var _this$props = _this.props, onChange2 = _this$props.onChange, name = _this$props.name;
|
|
1073
|
+
actionMeta.name = name;
|
|
1074
|
+
_this.ariaOnChange(newValue, actionMeta);
|
|
1075
|
+
onChange2(newValue, actionMeta);
|
|
1076
|
+
};
|
|
1077
|
+
_this.setValue = function(newValue, action, option) {
|
|
1078
|
+
var _this$props2 = _this.props, closeMenuOnSelect = _this$props2.closeMenuOnSelect, isMulti = _this$props2.isMulti, inputValue = _this$props2.inputValue;
|
|
1079
|
+
_this.onInputChange("", {
|
|
1080
|
+
action: "set-value",
|
|
1081
|
+
prevInputValue: inputValue
|
|
1082
|
+
});
|
|
1083
|
+
if (closeMenuOnSelect) {
|
|
1084
|
+
_this.setState({
|
|
1085
|
+
inputIsHiddenAfterUpdate: !isMulti
|
|
1086
|
+
});
|
|
1087
|
+
_this.onMenuClose();
|
|
1088
|
+
}
|
|
1089
|
+
_this.setState({
|
|
1090
|
+
clearFocusValueOnUpdate: true
|
|
1091
|
+
});
|
|
1092
|
+
_this.onChange(newValue, {
|
|
1093
|
+
action,
|
|
1094
|
+
option
|
|
1095
|
+
});
|
|
1096
|
+
};
|
|
1097
|
+
_this.selectOption = function(newValue) {
|
|
1098
|
+
var _this$props3 = _this.props, blurInputOnSelect = _this$props3.blurInputOnSelect, isMulti = _this$props3.isMulti, name = _this$props3.name;
|
|
1099
|
+
var selectValue = _this.state.selectValue;
|
|
1100
|
+
var deselected = isMulti && _this.isOptionSelected(newValue, selectValue);
|
|
1101
|
+
var isDisabled = _this.isOptionDisabled(newValue, selectValue);
|
|
1102
|
+
if (deselected) {
|
|
1103
|
+
var candidate = _this.getOptionValue(newValue);
|
|
1104
|
+
_this.setValue(multiValueAsValue(selectValue.filter(function(i) {
|
|
1105
|
+
return _this.getOptionValue(i) !== candidate;
|
|
1106
|
+
})), "deselect-option", newValue);
|
|
1107
|
+
} else if (!isDisabled) {
|
|
1108
|
+
if (isMulti) {
|
|
1109
|
+
_this.setValue(multiValueAsValue([].concat(_toConsumableArray(selectValue), [newValue])), "select-option", newValue);
|
|
1110
|
+
} else {
|
|
1111
|
+
_this.setValue(singleValueAsValue(newValue), "select-option");
|
|
1112
|
+
}
|
|
1113
|
+
} else {
|
|
1114
|
+
_this.ariaOnChange(singleValueAsValue(newValue), {
|
|
1115
|
+
action: "select-option",
|
|
1116
|
+
option: newValue,
|
|
1117
|
+
name
|
|
1118
|
+
});
|
|
1119
|
+
return;
|
|
1120
|
+
}
|
|
1121
|
+
if (blurInputOnSelect) {
|
|
1122
|
+
_this.blurInput();
|
|
1123
|
+
}
|
|
1124
|
+
};
|
|
1125
|
+
_this.removeValue = function(removedValue) {
|
|
1126
|
+
var isMulti = _this.props.isMulti;
|
|
1127
|
+
var selectValue = _this.state.selectValue;
|
|
1128
|
+
var candidate = _this.getOptionValue(removedValue);
|
|
1129
|
+
var newValueArray = selectValue.filter(function(i) {
|
|
1130
|
+
return _this.getOptionValue(i) !== candidate;
|
|
1131
|
+
});
|
|
1132
|
+
var newValue = valueTernary(isMulti, newValueArray, newValueArray[0] || null);
|
|
1133
|
+
_this.onChange(newValue, {
|
|
1134
|
+
action: "remove-value",
|
|
1135
|
+
removedValue
|
|
1136
|
+
});
|
|
1137
|
+
_this.focusInput();
|
|
1138
|
+
};
|
|
1139
|
+
_this.clearValue = function() {
|
|
1140
|
+
var selectValue = _this.state.selectValue;
|
|
1141
|
+
_this.onChange(valueTernary(_this.props.isMulti, [], null), {
|
|
1142
|
+
action: "clear",
|
|
1143
|
+
removedValues: selectValue
|
|
1144
|
+
});
|
|
1145
|
+
};
|
|
1146
|
+
_this.popValue = function() {
|
|
1147
|
+
var isMulti = _this.props.isMulti;
|
|
1148
|
+
var selectValue = _this.state.selectValue;
|
|
1149
|
+
var lastSelectedValue = selectValue[selectValue.length - 1];
|
|
1150
|
+
var newValueArray = selectValue.slice(0, selectValue.length - 1);
|
|
1151
|
+
var newValue = valueTernary(isMulti, newValueArray, newValueArray[0] || null);
|
|
1152
|
+
if (lastSelectedValue) {
|
|
1153
|
+
_this.onChange(newValue, {
|
|
1154
|
+
action: "pop-value",
|
|
1155
|
+
removedValue: lastSelectedValue
|
|
1156
|
+
});
|
|
1157
|
+
}
|
|
1158
|
+
};
|
|
1159
|
+
_this.getFocusedOptionId = function(focusedOption) {
|
|
1160
|
+
return getFocusedOptionId(_this.state.focusableOptionsWithIds, focusedOption);
|
|
1161
|
+
};
|
|
1162
|
+
_this.getFocusableOptionsWithIds = function() {
|
|
1163
|
+
return buildFocusableOptionsWithIds(buildCategorizedOptions(_this.props, _this.state.selectValue), _this.getElementId("option"));
|
|
1164
|
+
};
|
|
1165
|
+
_this.getValue = function() {
|
|
1166
|
+
return _this.state.selectValue;
|
|
1167
|
+
};
|
|
1168
|
+
_this.cx = function() {
|
|
1169
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1170
|
+
args[_key] = arguments[_key];
|
|
1171
|
+
}
|
|
1172
|
+
return classNames.apply(void 0, [_this.props.classNamePrefix].concat(args));
|
|
1173
|
+
};
|
|
1174
|
+
_this.getOptionLabel = function(data) {
|
|
1175
|
+
return getOptionLabel2(_this.props, data);
|
|
1176
|
+
};
|
|
1177
|
+
_this.getOptionValue = function(data) {
|
|
1178
|
+
return getOptionValue2(_this.props, data);
|
|
1179
|
+
};
|
|
1180
|
+
_this.getStyles = function(key, props) {
|
|
1181
|
+
var unstyled = _this.props.unstyled;
|
|
1182
|
+
var base = defaultStyles[key](props, unstyled);
|
|
1183
|
+
base.boxSizing = "border-box";
|
|
1184
|
+
var custom = _this.props.styles[key];
|
|
1185
|
+
return custom ? custom(base, props) : base;
|
|
1186
|
+
};
|
|
1187
|
+
_this.getClassNames = function(key, props) {
|
|
1188
|
+
var _this$props$className, _this$props$className2;
|
|
1189
|
+
return (_this$props$className = (_this$props$className2 = _this.props.classNames)[key]) === null || _this$props$className === void 0 ? void 0 : _this$props$className.call(_this$props$className2, props);
|
|
1190
|
+
};
|
|
1191
|
+
_this.getElementId = function(element) {
|
|
1192
|
+
return "".concat(_this.state.instancePrefix, "-").concat(element);
|
|
1193
|
+
};
|
|
1194
|
+
_this.getComponents = function() {
|
|
1195
|
+
return defaultComponents(_this.props);
|
|
1196
|
+
};
|
|
1197
|
+
_this.buildCategorizedOptions = function() {
|
|
1198
|
+
return buildCategorizedOptions(_this.props, _this.state.selectValue);
|
|
1199
|
+
};
|
|
1200
|
+
_this.getCategorizedOptions = function() {
|
|
1201
|
+
return _this.props.menuIsOpen ? _this.buildCategorizedOptions() : [];
|
|
1202
|
+
};
|
|
1203
|
+
_this.buildFocusableOptions = function() {
|
|
1204
|
+
return buildFocusableOptionsFromCategorizedOptions(_this.buildCategorizedOptions());
|
|
1205
|
+
};
|
|
1206
|
+
_this.getFocusableOptions = function() {
|
|
1207
|
+
return _this.props.menuIsOpen ? _this.buildFocusableOptions() : [];
|
|
1208
|
+
};
|
|
1209
|
+
_this.ariaOnChange = function(value, actionMeta) {
|
|
1210
|
+
_this.setState({
|
|
1211
|
+
ariaSelection: _objectSpread2({
|
|
1212
|
+
value
|
|
1213
|
+
}, actionMeta)
|
|
1214
|
+
});
|
|
1215
|
+
};
|
|
1216
|
+
_this.onMenuMouseDown = function(event) {
|
|
1217
|
+
if (event.button !== 0) {
|
|
1218
|
+
return;
|
|
1219
|
+
}
|
|
1220
|
+
event.stopPropagation();
|
|
1221
|
+
event.preventDefault();
|
|
1222
|
+
_this.focusInput();
|
|
1223
|
+
};
|
|
1224
|
+
_this.onMenuMouseMove = function(event) {
|
|
1225
|
+
_this.blockOptionHover = false;
|
|
1226
|
+
};
|
|
1227
|
+
_this.onControlMouseDown = function(event) {
|
|
1228
|
+
if (event.defaultPrevented) {
|
|
1229
|
+
return;
|
|
1230
|
+
}
|
|
1231
|
+
var openMenuOnClick = _this.props.openMenuOnClick;
|
|
1232
|
+
if (!_this.state.isFocused) {
|
|
1233
|
+
if (openMenuOnClick) {
|
|
1234
|
+
_this.openAfterFocus = true;
|
|
1235
|
+
}
|
|
1236
|
+
_this.focusInput();
|
|
1237
|
+
} else if (!_this.props.menuIsOpen) {
|
|
1238
|
+
if (openMenuOnClick) {
|
|
1239
|
+
_this.openMenu("first");
|
|
1240
|
+
}
|
|
1241
|
+
} else {
|
|
1242
|
+
if (event.target.tagName !== "INPUT" && event.target.tagName !== "TEXTAREA") {
|
|
1243
|
+
_this.onMenuClose();
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
if (event.target.tagName !== "INPUT" && event.target.tagName !== "TEXTAREA") {
|
|
1247
|
+
event.preventDefault();
|
|
1248
|
+
}
|
|
1249
|
+
};
|
|
1250
|
+
_this.onDropdownIndicatorMouseDown = function(event) {
|
|
1251
|
+
if (event && event.type === "mousedown" && event.button !== 0) {
|
|
1252
|
+
return;
|
|
1253
|
+
}
|
|
1254
|
+
if (_this.props.isDisabled) return;
|
|
1255
|
+
var _this$props4 = _this.props, isMulti = _this$props4.isMulti, menuIsOpen = _this$props4.menuIsOpen;
|
|
1256
|
+
_this.focusInput();
|
|
1257
|
+
if (menuIsOpen) {
|
|
1258
|
+
_this.setState({
|
|
1259
|
+
inputIsHiddenAfterUpdate: !isMulti
|
|
1260
|
+
});
|
|
1261
|
+
_this.onMenuClose();
|
|
1262
|
+
} else {
|
|
1263
|
+
_this.openMenu("first");
|
|
1264
|
+
}
|
|
1265
|
+
event.preventDefault();
|
|
1266
|
+
};
|
|
1267
|
+
_this.onClearIndicatorMouseDown = function(event) {
|
|
1268
|
+
if (event && event.type === "mousedown" && event.button !== 0) {
|
|
1269
|
+
return;
|
|
1270
|
+
}
|
|
1271
|
+
_this.clearValue();
|
|
1272
|
+
event.preventDefault();
|
|
1273
|
+
_this.openAfterFocus = false;
|
|
1274
|
+
if (event.type === "touchend") {
|
|
1275
|
+
_this.focusInput();
|
|
1276
|
+
} else {
|
|
1277
|
+
setTimeout(function() {
|
|
1278
|
+
return _this.focusInput();
|
|
1279
|
+
});
|
|
1280
|
+
}
|
|
1281
|
+
};
|
|
1282
|
+
_this.onScroll = function(event) {
|
|
1283
|
+
if (typeof _this.props.closeMenuOnScroll === "boolean") {
|
|
1284
|
+
if (event.target instanceof HTMLElement && isDocumentElement(event.target)) {
|
|
1285
|
+
_this.props.onMenuClose();
|
|
1286
|
+
}
|
|
1287
|
+
} else if (typeof _this.props.closeMenuOnScroll === "function") {
|
|
1288
|
+
if (_this.props.closeMenuOnScroll(event)) {
|
|
1289
|
+
_this.props.onMenuClose();
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
};
|
|
1293
|
+
_this.onCompositionStart = function() {
|
|
1294
|
+
_this.isComposing = true;
|
|
1295
|
+
};
|
|
1296
|
+
_this.onCompositionEnd = function() {
|
|
1297
|
+
_this.isComposing = false;
|
|
1298
|
+
};
|
|
1299
|
+
_this.onTouchStart = function(_ref22) {
|
|
1300
|
+
var touches = _ref22.touches;
|
|
1301
|
+
var touch = touches && touches.item(0);
|
|
1302
|
+
if (!touch) {
|
|
1303
|
+
return;
|
|
1304
|
+
}
|
|
1305
|
+
_this.initialTouchX = touch.clientX;
|
|
1306
|
+
_this.initialTouchY = touch.clientY;
|
|
1307
|
+
_this.userIsDragging = false;
|
|
1308
|
+
};
|
|
1309
|
+
_this.onTouchMove = function(_ref3) {
|
|
1310
|
+
var touches = _ref3.touches;
|
|
1311
|
+
var touch = touches && touches.item(0);
|
|
1312
|
+
if (!touch) {
|
|
1313
|
+
return;
|
|
1314
|
+
}
|
|
1315
|
+
var deltaX = Math.abs(touch.clientX - _this.initialTouchX);
|
|
1316
|
+
var deltaY = Math.abs(touch.clientY - _this.initialTouchY);
|
|
1317
|
+
var moveThreshold = 5;
|
|
1318
|
+
_this.userIsDragging = deltaX > moveThreshold || deltaY > moveThreshold;
|
|
1319
|
+
};
|
|
1320
|
+
_this.onTouchEnd = function(event) {
|
|
1321
|
+
if (_this.userIsDragging) return;
|
|
1322
|
+
if (_this.controlRef && !_this.controlRef.contains(event.target) && _this.menuListRef && !_this.menuListRef.contains(event.target)) {
|
|
1323
|
+
_this.blurInput();
|
|
1324
|
+
}
|
|
1325
|
+
_this.initialTouchX = 0;
|
|
1326
|
+
_this.initialTouchY = 0;
|
|
1327
|
+
};
|
|
1328
|
+
_this.onControlTouchEnd = function(event) {
|
|
1329
|
+
if (_this.userIsDragging) return;
|
|
1330
|
+
_this.onControlMouseDown(event);
|
|
1331
|
+
};
|
|
1332
|
+
_this.onClearIndicatorTouchEnd = function(event) {
|
|
1333
|
+
if (_this.userIsDragging) return;
|
|
1334
|
+
_this.onClearIndicatorMouseDown(event);
|
|
1335
|
+
};
|
|
1336
|
+
_this.onDropdownIndicatorTouchEnd = function(event) {
|
|
1337
|
+
if (_this.userIsDragging) return;
|
|
1338
|
+
_this.onDropdownIndicatorMouseDown(event);
|
|
1339
|
+
};
|
|
1340
|
+
_this.handleInputChange = function(event) {
|
|
1341
|
+
var prevInputValue = _this.props.inputValue;
|
|
1342
|
+
var inputValue = event.currentTarget.value;
|
|
1343
|
+
_this.setState({
|
|
1344
|
+
inputIsHiddenAfterUpdate: false
|
|
1345
|
+
});
|
|
1346
|
+
_this.onInputChange(inputValue, {
|
|
1347
|
+
action: "input-change",
|
|
1348
|
+
prevInputValue
|
|
1349
|
+
});
|
|
1350
|
+
if (!_this.props.menuIsOpen) {
|
|
1351
|
+
_this.onMenuOpen();
|
|
1352
|
+
}
|
|
1353
|
+
};
|
|
1354
|
+
_this.onInputFocus = function(event) {
|
|
1355
|
+
if (_this.props.onFocus) {
|
|
1356
|
+
_this.props.onFocus(event);
|
|
1357
|
+
}
|
|
1358
|
+
_this.setState({
|
|
1359
|
+
inputIsHiddenAfterUpdate: false,
|
|
1360
|
+
isFocused: true
|
|
1361
|
+
});
|
|
1362
|
+
if (_this.openAfterFocus || _this.props.openMenuOnFocus) {
|
|
1363
|
+
_this.openMenu("first");
|
|
1364
|
+
}
|
|
1365
|
+
_this.openAfterFocus = false;
|
|
1366
|
+
};
|
|
1367
|
+
_this.onInputBlur = function(event) {
|
|
1368
|
+
var prevInputValue = _this.props.inputValue;
|
|
1369
|
+
if (_this.menuListRef && _this.menuListRef.contains(document.activeElement)) {
|
|
1370
|
+
_this.inputRef.focus();
|
|
1371
|
+
return;
|
|
1372
|
+
}
|
|
1373
|
+
if (_this.props.onBlur) {
|
|
1374
|
+
_this.props.onBlur(event);
|
|
1375
|
+
}
|
|
1376
|
+
_this.onInputChange("", {
|
|
1377
|
+
action: "input-blur",
|
|
1378
|
+
prevInputValue
|
|
1379
|
+
});
|
|
1380
|
+
_this.onMenuClose();
|
|
1381
|
+
_this.setState({
|
|
1382
|
+
focusedValue: null,
|
|
1383
|
+
isFocused: false
|
|
1384
|
+
});
|
|
1385
|
+
};
|
|
1386
|
+
_this.onOptionHover = function(focusedOption) {
|
|
1387
|
+
if (_this.blockOptionHover || _this.state.focusedOption === focusedOption) {
|
|
1388
|
+
return;
|
|
1389
|
+
}
|
|
1390
|
+
var options = _this.getFocusableOptions();
|
|
1391
|
+
var focusedOptionIndex = options.indexOf(focusedOption);
|
|
1392
|
+
_this.setState({
|
|
1393
|
+
focusedOption,
|
|
1394
|
+
focusedOptionId: focusedOptionIndex > -1 ? _this.getFocusedOptionId(focusedOption) : null
|
|
1395
|
+
});
|
|
1396
|
+
};
|
|
1397
|
+
_this.shouldHideSelectedOptions = function() {
|
|
1398
|
+
return shouldHideSelectedOptions(_this.props);
|
|
1399
|
+
};
|
|
1400
|
+
_this.onValueInputFocus = function(e) {
|
|
1401
|
+
e.preventDefault();
|
|
1402
|
+
e.stopPropagation();
|
|
1403
|
+
_this.focus();
|
|
1404
|
+
};
|
|
1405
|
+
_this.onKeyDown = function(event) {
|
|
1406
|
+
var _this$props5 = _this.props, isMulti = _this$props5.isMulti, backspaceRemovesValue = _this$props5.backspaceRemovesValue, escapeClearsValue = _this$props5.escapeClearsValue, inputValue = _this$props5.inputValue, isClearable = _this$props5.isClearable, isDisabled = _this$props5.isDisabled, menuIsOpen = _this$props5.menuIsOpen, onKeyDown = _this$props5.onKeyDown, tabSelectsValue = _this$props5.tabSelectsValue, openMenuOnFocus = _this$props5.openMenuOnFocus;
|
|
1407
|
+
var _this$state = _this.state, focusedOption = _this$state.focusedOption, focusedValue = _this$state.focusedValue, selectValue = _this$state.selectValue;
|
|
1408
|
+
if (isDisabled) return;
|
|
1409
|
+
if (typeof onKeyDown === "function") {
|
|
1410
|
+
onKeyDown(event);
|
|
1411
|
+
if (event.defaultPrevented) {
|
|
1412
|
+
return;
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
_this.blockOptionHover = true;
|
|
1416
|
+
switch (event.key) {
|
|
1417
|
+
case "ArrowLeft":
|
|
1418
|
+
if (!isMulti || inputValue) return;
|
|
1419
|
+
_this.focusValue("previous");
|
|
1420
|
+
break;
|
|
1421
|
+
case "ArrowRight":
|
|
1422
|
+
if (!isMulti || inputValue) return;
|
|
1423
|
+
_this.focusValue("next");
|
|
1424
|
+
break;
|
|
1425
|
+
case "Delete":
|
|
1426
|
+
case "Backspace":
|
|
1427
|
+
if (inputValue) return;
|
|
1428
|
+
if (focusedValue) {
|
|
1429
|
+
_this.removeValue(focusedValue);
|
|
1430
|
+
} else {
|
|
1431
|
+
if (!backspaceRemovesValue) return;
|
|
1432
|
+
if (isMulti) {
|
|
1433
|
+
_this.popValue();
|
|
1434
|
+
} else if (isClearable) {
|
|
1435
|
+
_this.clearValue();
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
break;
|
|
1439
|
+
case "Tab":
|
|
1440
|
+
if (_this.isComposing) return;
|
|
1441
|
+
if (event.shiftKey || !menuIsOpen || !tabSelectsValue || !focusedOption || // don't capture the event if the menu opens on focus and the focused
|
|
1442
|
+
// option is already selected; it breaks the flow of navigation
|
|
1443
|
+
openMenuOnFocus && _this.isOptionSelected(focusedOption, selectValue)) {
|
|
1444
|
+
return;
|
|
1445
|
+
}
|
|
1446
|
+
_this.selectOption(focusedOption);
|
|
1447
|
+
break;
|
|
1448
|
+
case "Enter":
|
|
1449
|
+
if (event.keyCode === 229) {
|
|
1450
|
+
break;
|
|
1451
|
+
}
|
|
1452
|
+
if (menuIsOpen) {
|
|
1453
|
+
if (!focusedOption) return;
|
|
1454
|
+
if (_this.isComposing) return;
|
|
1455
|
+
_this.selectOption(focusedOption);
|
|
1456
|
+
break;
|
|
1457
|
+
}
|
|
1458
|
+
return;
|
|
1459
|
+
case "Escape":
|
|
1460
|
+
if (menuIsOpen) {
|
|
1461
|
+
_this.setState({
|
|
1462
|
+
inputIsHiddenAfterUpdate: false
|
|
1463
|
+
});
|
|
1464
|
+
_this.onInputChange("", {
|
|
1465
|
+
action: "menu-close",
|
|
1466
|
+
prevInputValue: inputValue
|
|
1467
|
+
});
|
|
1468
|
+
_this.onMenuClose();
|
|
1469
|
+
} else if (isClearable && escapeClearsValue) {
|
|
1470
|
+
_this.clearValue();
|
|
1471
|
+
}
|
|
1472
|
+
break;
|
|
1473
|
+
case " ":
|
|
1474
|
+
if (inputValue) {
|
|
1475
|
+
return;
|
|
1476
|
+
}
|
|
1477
|
+
if (!menuIsOpen) {
|
|
1478
|
+
_this.openMenu("first");
|
|
1479
|
+
break;
|
|
1480
|
+
}
|
|
1481
|
+
if (!focusedOption) return;
|
|
1482
|
+
_this.selectOption(focusedOption);
|
|
1483
|
+
break;
|
|
1484
|
+
case "ArrowUp":
|
|
1485
|
+
if (menuIsOpen) {
|
|
1486
|
+
_this.focusOption("up");
|
|
1487
|
+
} else {
|
|
1488
|
+
_this.openMenu("last");
|
|
1489
|
+
}
|
|
1490
|
+
break;
|
|
1491
|
+
case "ArrowDown":
|
|
1492
|
+
if (menuIsOpen) {
|
|
1493
|
+
_this.focusOption("down");
|
|
1494
|
+
} else {
|
|
1495
|
+
_this.openMenu("first");
|
|
1496
|
+
}
|
|
1497
|
+
break;
|
|
1498
|
+
case "PageUp":
|
|
1499
|
+
if (!menuIsOpen) return;
|
|
1500
|
+
_this.focusOption("pageup");
|
|
1501
|
+
break;
|
|
1502
|
+
case "PageDown":
|
|
1503
|
+
if (!menuIsOpen) return;
|
|
1504
|
+
_this.focusOption("pagedown");
|
|
1505
|
+
break;
|
|
1506
|
+
case "Home":
|
|
1507
|
+
if (!menuIsOpen) return;
|
|
1508
|
+
_this.focusOption("first");
|
|
1509
|
+
break;
|
|
1510
|
+
case "End":
|
|
1511
|
+
if (!menuIsOpen) return;
|
|
1512
|
+
_this.focusOption("last");
|
|
1513
|
+
break;
|
|
1514
|
+
default:
|
|
1515
|
+
return;
|
|
1516
|
+
}
|
|
1517
|
+
event.preventDefault();
|
|
1518
|
+
};
|
|
1519
|
+
_this.state.instancePrefix = "react-select-" + (_this.props.instanceId || ++instanceId);
|
|
1520
|
+
_this.state.selectValue = cleanValue(_props.value);
|
|
1521
|
+
if (_props.menuIsOpen && _this.state.selectValue.length) {
|
|
1522
|
+
var focusableOptionsWithIds = _this.getFocusableOptionsWithIds();
|
|
1523
|
+
var focusableOptions = _this.buildFocusableOptions();
|
|
1524
|
+
var optionIndex = focusableOptions.indexOf(_this.state.selectValue[0]);
|
|
1525
|
+
_this.state.focusableOptionsWithIds = focusableOptionsWithIds;
|
|
1526
|
+
_this.state.focusedOption = focusableOptions[optionIndex];
|
|
1527
|
+
_this.state.focusedOptionId = getFocusedOptionId(focusableOptionsWithIds, focusableOptions[optionIndex]);
|
|
1528
|
+
}
|
|
1529
|
+
return _this;
|
|
1530
|
+
}
|
|
1531
|
+
_createClass(Select2, [{
|
|
1532
|
+
key: "componentDidMount",
|
|
1533
|
+
value: function componentDidMount() {
|
|
1534
|
+
this.startListeningComposition();
|
|
1535
|
+
this.startListeningToTouch();
|
|
1536
|
+
if (this.props.closeMenuOnScroll && document && document.addEventListener) {
|
|
1537
|
+
document.addEventListener("scroll", this.onScroll, true);
|
|
1538
|
+
}
|
|
1539
|
+
if (this.props.autoFocus) {
|
|
1540
|
+
this.focusInput();
|
|
1541
|
+
}
|
|
1542
|
+
if (this.props.menuIsOpen && this.state.focusedOption && this.menuListRef && this.focusedOptionRef) {
|
|
1543
|
+
scrollIntoView(this.menuListRef, this.focusedOptionRef);
|
|
1544
|
+
}
|
|
1545
|
+
if (isAppleDevice()) {
|
|
1546
|
+
this.setState({
|
|
1547
|
+
isAppleDevice: true
|
|
1548
|
+
});
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
}, {
|
|
1552
|
+
key: "componentDidUpdate",
|
|
1553
|
+
value: function componentDidUpdate(prevProps) {
|
|
1554
|
+
var _this$props6 = this.props, isDisabled = _this$props6.isDisabled, menuIsOpen = _this$props6.menuIsOpen;
|
|
1555
|
+
var isFocused = this.state.isFocused;
|
|
1556
|
+
if (
|
|
1557
|
+
// ensure focus is restored correctly when the control becomes enabled
|
|
1558
|
+
isFocused && !isDisabled && prevProps.isDisabled || // ensure focus is on the Input when the menu opens
|
|
1559
|
+
isFocused && menuIsOpen && !prevProps.menuIsOpen
|
|
1560
|
+
) {
|
|
1561
|
+
this.focusInput();
|
|
1562
|
+
}
|
|
1563
|
+
if (isFocused && isDisabled && !prevProps.isDisabled) {
|
|
1564
|
+
this.setState({
|
|
1565
|
+
isFocused: false
|
|
1566
|
+
}, this.onMenuClose);
|
|
1567
|
+
} else if (!isFocused && !isDisabled && prevProps.isDisabled && this.inputRef === document.activeElement) {
|
|
1568
|
+
this.setState({
|
|
1569
|
+
isFocused: true
|
|
1570
|
+
});
|
|
1571
|
+
}
|
|
1572
|
+
if (this.menuListRef && this.focusedOptionRef && this.scrollToFocusedOptionOnUpdate) {
|
|
1573
|
+
scrollIntoView(this.menuListRef, this.focusedOptionRef);
|
|
1574
|
+
this.scrollToFocusedOptionOnUpdate = false;
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
}, {
|
|
1578
|
+
key: "componentWillUnmount",
|
|
1579
|
+
value: function componentWillUnmount() {
|
|
1580
|
+
this.stopListeningComposition();
|
|
1581
|
+
this.stopListeningToTouch();
|
|
1582
|
+
document.removeEventListener("scroll", this.onScroll, true);
|
|
1583
|
+
}
|
|
1584
|
+
// ==============================
|
|
1585
|
+
// Consumer Handlers
|
|
1586
|
+
// ==============================
|
|
1587
|
+
}, {
|
|
1588
|
+
key: "onMenuOpen",
|
|
1589
|
+
value: function onMenuOpen() {
|
|
1590
|
+
this.props.onMenuOpen();
|
|
1591
|
+
}
|
|
1592
|
+
}, {
|
|
1593
|
+
key: "onMenuClose",
|
|
1594
|
+
value: function onMenuClose() {
|
|
1595
|
+
this.onInputChange("", {
|
|
1596
|
+
action: "menu-close",
|
|
1597
|
+
prevInputValue: this.props.inputValue
|
|
1598
|
+
});
|
|
1599
|
+
this.props.onMenuClose();
|
|
1600
|
+
}
|
|
1601
|
+
}, {
|
|
1602
|
+
key: "onInputChange",
|
|
1603
|
+
value: function onInputChange(newValue, actionMeta) {
|
|
1604
|
+
this.props.onInputChange(newValue, actionMeta);
|
|
1605
|
+
}
|
|
1606
|
+
// ==============================
|
|
1607
|
+
// Methods
|
|
1608
|
+
// ==============================
|
|
1609
|
+
}, {
|
|
1610
|
+
key: "focusInput",
|
|
1611
|
+
value: function focusInput() {
|
|
1612
|
+
if (!this.inputRef) return;
|
|
1613
|
+
this.inputRef.focus();
|
|
1614
|
+
}
|
|
1615
|
+
}, {
|
|
1616
|
+
key: "blurInput",
|
|
1617
|
+
value: function blurInput() {
|
|
1618
|
+
if (!this.inputRef) return;
|
|
1619
|
+
this.inputRef.blur();
|
|
1620
|
+
}
|
|
1621
|
+
// aliased for consumers
|
|
1622
|
+
}, {
|
|
1623
|
+
key: "openMenu",
|
|
1624
|
+
value: function openMenu(focusOption) {
|
|
1625
|
+
var _this2 = this;
|
|
1626
|
+
var _this$state2 = this.state, selectValue = _this$state2.selectValue, isFocused = _this$state2.isFocused;
|
|
1627
|
+
var focusableOptions = this.buildFocusableOptions();
|
|
1628
|
+
var openAtIndex = focusOption === "first" ? 0 : focusableOptions.length - 1;
|
|
1629
|
+
if (!this.props.isMulti) {
|
|
1630
|
+
var selectedIndex = focusableOptions.indexOf(selectValue[0]);
|
|
1631
|
+
if (selectedIndex > -1) {
|
|
1632
|
+
openAtIndex = selectedIndex;
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
this.scrollToFocusedOptionOnUpdate = !(isFocused && this.menuListRef);
|
|
1636
|
+
this.setState({
|
|
1637
|
+
inputIsHiddenAfterUpdate: false,
|
|
1638
|
+
focusedValue: null,
|
|
1639
|
+
focusedOption: focusableOptions[openAtIndex],
|
|
1640
|
+
focusedOptionId: this.getFocusedOptionId(focusableOptions[openAtIndex])
|
|
1641
|
+
}, function() {
|
|
1642
|
+
return _this2.onMenuOpen();
|
|
1643
|
+
});
|
|
1644
|
+
}
|
|
1645
|
+
}, {
|
|
1646
|
+
key: "focusValue",
|
|
1647
|
+
value: function focusValue(direction) {
|
|
1648
|
+
var _this$state3 = this.state, selectValue = _this$state3.selectValue, focusedValue = _this$state3.focusedValue;
|
|
1649
|
+
if (!this.props.isMulti) return;
|
|
1650
|
+
this.setState({
|
|
1651
|
+
focusedOption: null
|
|
1652
|
+
});
|
|
1653
|
+
var focusedIndex = selectValue.indexOf(focusedValue);
|
|
1654
|
+
if (!focusedValue) {
|
|
1655
|
+
focusedIndex = -1;
|
|
1656
|
+
}
|
|
1657
|
+
var lastIndex = selectValue.length - 1;
|
|
1658
|
+
var nextFocus = -1;
|
|
1659
|
+
if (!selectValue.length) return;
|
|
1660
|
+
switch (direction) {
|
|
1661
|
+
case "previous":
|
|
1662
|
+
if (focusedIndex === 0) {
|
|
1663
|
+
nextFocus = 0;
|
|
1664
|
+
} else if (focusedIndex === -1) {
|
|
1665
|
+
nextFocus = lastIndex;
|
|
1666
|
+
} else {
|
|
1667
|
+
nextFocus = focusedIndex - 1;
|
|
1668
|
+
}
|
|
1669
|
+
break;
|
|
1670
|
+
case "next":
|
|
1671
|
+
if (focusedIndex > -1 && focusedIndex < lastIndex) {
|
|
1672
|
+
nextFocus = focusedIndex + 1;
|
|
1673
|
+
}
|
|
1674
|
+
break;
|
|
1675
|
+
}
|
|
1676
|
+
this.setState({
|
|
1677
|
+
inputIsHidden: nextFocus !== -1,
|
|
1678
|
+
focusedValue: selectValue[nextFocus]
|
|
1679
|
+
});
|
|
1680
|
+
}
|
|
1681
|
+
}, {
|
|
1682
|
+
key: "focusOption",
|
|
1683
|
+
value: function focusOption() {
|
|
1684
|
+
var direction = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "first";
|
|
1685
|
+
var pageSize = this.props.pageSize;
|
|
1686
|
+
var focusedOption = this.state.focusedOption;
|
|
1687
|
+
var options = this.getFocusableOptions();
|
|
1688
|
+
if (!options.length) return;
|
|
1689
|
+
var nextFocus = 0;
|
|
1690
|
+
var focusedIndex = options.indexOf(focusedOption);
|
|
1691
|
+
if (!focusedOption) {
|
|
1692
|
+
focusedIndex = -1;
|
|
1693
|
+
}
|
|
1694
|
+
if (direction === "up") {
|
|
1695
|
+
nextFocus = focusedIndex > 0 ? focusedIndex - 1 : options.length - 1;
|
|
1696
|
+
} else if (direction === "down") {
|
|
1697
|
+
nextFocus = (focusedIndex + 1) % options.length;
|
|
1698
|
+
} else if (direction === "pageup") {
|
|
1699
|
+
nextFocus = focusedIndex - pageSize;
|
|
1700
|
+
if (nextFocus < 0) nextFocus = 0;
|
|
1701
|
+
} else if (direction === "pagedown") {
|
|
1702
|
+
nextFocus = focusedIndex + pageSize;
|
|
1703
|
+
if (nextFocus > options.length - 1) nextFocus = options.length - 1;
|
|
1704
|
+
} else if (direction === "last") {
|
|
1705
|
+
nextFocus = options.length - 1;
|
|
1706
|
+
}
|
|
1707
|
+
this.scrollToFocusedOptionOnUpdate = true;
|
|
1708
|
+
this.setState({
|
|
1709
|
+
focusedOption: options[nextFocus],
|
|
1710
|
+
focusedValue: null,
|
|
1711
|
+
focusedOptionId: this.getFocusedOptionId(options[nextFocus])
|
|
1712
|
+
});
|
|
1713
|
+
}
|
|
1714
|
+
}, {
|
|
1715
|
+
key: "getTheme",
|
|
1716
|
+
value: (
|
|
1717
|
+
// ==============================
|
|
1718
|
+
// Getters
|
|
1719
|
+
// ==============================
|
|
1720
|
+
function getTheme() {
|
|
1721
|
+
if (!this.props.theme) {
|
|
1722
|
+
return defaultTheme;
|
|
1723
|
+
}
|
|
1724
|
+
if (typeof this.props.theme === "function") {
|
|
1725
|
+
return this.props.theme(defaultTheme);
|
|
1726
|
+
}
|
|
1727
|
+
return _objectSpread2(_objectSpread2({}, defaultTheme), this.props.theme);
|
|
1728
|
+
}
|
|
1729
|
+
)
|
|
1730
|
+
}, {
|
|
1731
|
+
key: "getCommonProps",
|
|
1732
|
+
value: function getCommonProps() {
|
|
1733
|
+
var clearValue = this.clearValue, cx = this.cx, getStyles = this.getStyles, getClassNames = this.getClassNames, getValue = this.getValue, selectOption = this.selectOption, setValue = this.setValue, props = this.props;
|
|
1734
|
+
var isMulti = props.isMulti, isRtl = props.isRtl, options = props.options;
|
|
1735
|
+
var hasValue = this.hasValue();
|
|
1736
|
+
return {
|
|
1737
|
+
clearValue,
|
|
1738
|
+
cx,
|
|
1739
|
+
getStyles,
|
|
1740
|
+
getClassNames,
|
|
1741
|
+
getValue,
|
|
1742
|
+
hasValue,
|
|
1743
|
+
isMulti,
|
|
1744
|
+
isRtl,
|
|
1745
|
+
options,
|
|
1746
|
+
selectOption,
|
|
1747
|
+
selectProps: props,
|
|
1748
|
+
setValue,
|
|
1749
|
+
theme: this.getTheme()
|
|
1750
|
+
};
|
|
1751
|
+
}
|
|
1752
|
+
}, {
|
|
1753
|
+
key: "hasValue",
|
|
1754
|
+
value: function hasValue() {
|
|
1755
|
+
var selectValue = this.state.selectValue;
|
|
1756
|
+
return selectValue.length > 0;
|
|
1757
|
+
}
|
|
1758
|
+
}, {
|
|
1759
|
+
key: "hasOptions",
|
|
1760
|
+
value: function hasOptions() {
|
|
1761
|
+
return !!this.getFocusableOptions().length;
|
|
1762
|
+
}
|
|
1763
|
+
}, {
|
|
1764
|
+
key: "isClearable",
|
|
1765
|
+
value: function isClearable() {
|
|
1766
|
+
var _this$props7 = this.props, isClearable2 = _this$props7.isClearable, isMulti = _this$props7.isMulti;
|
|
1767
|
+
if (isClearable2 === void 0) return isMulti;
|
|
1768
|
+
return isClearable2;
|
|
1769
|
+
}
|
|
1770
|
+
}, {
|
|
1771
|
+
key: "isOptionDisabled",
|
|
1772
|
+
value: function isOptionDisabled3(option, selectValue) {
|
|
1773
|
+
return _isOptionDisabled(this.props, option, selectValue);
|
|
1774
|
+
}
|
|
1775
|
+
}, {
|
|
1776
|
+
key: "isOptionSelected",
|
|
1777
|
+
value: function isOptionSelected(option, selectValue) {
|
|
1778
|
+
return _isOptionSelected(this.props, option, selectValue);
|
|
1779
|
+
}
|
|
1780
|
+
}, {
|
|
1781
|
+
key: "filterOption",
|
|
1782
|
+
value: function filterOption(option, inputValue) {
|
|
1783
|
+
return _filterOption(this.props, option, inputValue);
|
|
1784
|
+
}
|
|
1785
|
+
}, {
|
|
1786
|
+
key: "formatOptionLabel",
|
|
1787
|
+
value: function formatOptionLabel(data, context) {
|
|
1788
|
+
if (typeof this.props.formatOptionLabel === "function") {
|
|
1789
|
+
var _inputValue = this.props.inputValue;
|
|
1790
|
+
var _selectValue = this.state.selectValue;
|
|
1791
|
+
return this.props.formatOptionLabel(data, {
|
|
1792
|
+
context,
|
|
1793
|
+
inputValue: _inputValue,
|
|
1794
|
+
selectValue: _selectValue
|
|
1795
|
+
});
|
|
1796
|
+
} else {
|
|
1797
|
+
return this.getOptionLabel(data);
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
}, {
|
|
1801
|
+
key: "formatGroupLabel",
|
|
1802
|
+
value: function formatGroupLabel3(data) {
|
|
1803
|
+
return this.props.formatGroupLabel(data);
|
|
1804
|
+
}
|
|
1805
|
+
// ==============================
|
|
1806
|
+
// Mouse Handlers
|
|
1807
|
+
// ==============================
|
|
1808
|
+
}, {
|
|
1809
|
+
key: "startListeningComposition",
|
|
1810
|
+
value: (
|
|
1811
|
+
// ==============================
|
|
1812
|
+
// Composition Handlers
|
|
1813
|
+
// ==============================
|
|
1814
|
+
function startListeningComposition() {
|
|
1815
|
+
if (document && document.addEventListener) {
|
|
1816
|
+
document.addEventListener("compositionstart", this.onCompositionStart, false);
|
|
1817
|
+
document.addEventListener("compositionend", this.onCompositionEnd, false);
|
|
1818
|
+
}
|
|
1819
|
+
}
|
|
1820
|
+
)
|
|
1821
|
+
}, {
|
|
1822
|
+
key: "stopListeningComposition",
|
|
1823
|
+
value: function stopListeningComposition() {
|
|
1824
|
+
if (document && document.removeEventListener) {
|
|
1825
|
+
document.removeEventListener("compositionstart", this.onCompositionStart);
|
|
1826
|
+
document.removeEventListener("compositionend", this.onCompositionEnd);
|
|
1827
|
+
}
|
|
1828
|
+
}
|
|
1829
|
+
}, {
|
|
1830
|
+
key: "startListeningToTouch",
|
|
1831
|
+
value: (
|
|
1832
|
+
// ==============================
|
|
1833
|
+
// Touch Handlers
|
|
1834
|
+
// ==============================
|
|
1835
|
+
function startListeningToTouch() {
|
|
1836
|
+
if (document && document.addEventListener) {
|
|
1837
|
+
document.addEventListener("touchstart", this.onTouchStart, false);
|
|
1838
|
+
document.addEventListener("touchmove", this.onTouchMove, false);
|
|
1839
|
+
document.addEventListener("touchend", this.onTouchEnd, false);
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
)
|
|
1843
|
+
}, {
|
|
1844
|
+
key: "stopListeningToTouch",
|
|
1845
|
+
value: function stopListeningToTouch() {
|
|
1846
|
+
if (document && document.removeEventListener) {
|
|
1847
|
+
document.removeEventListener("touchstart", this.onTouchStart);
|
|
1848
|
+
document.removeEventListener("touchmove", this.onTouchMove);
|
|
1849
|
+
document.removeEventListener("touchend", this.onTouchEnd);
|
|
1850
|
+
}
|
|
1851
|
+
}
|
|
1852
|
+
}, {
|
|
1853
|
+
key: "renderInput",
|
|
1854
|
+
value: (
|
|
1855
|
+
// ==============================
|
|
1856
|
+
// Renderers
|
|
1857
|
+
// ==============================
|
|
1858
|
+
function renderInput() {
|
|
1859
|
+
var _this$props8 = this.props, isDisabled = _this$props8.isDisabled, isSearchable = _this$props8.isSearchable, inputId = _this$props8.inputId, inputValue = _this$props8.inputValue, tabIndex = _this$props8.tabIndex, form = _this$props8.form, menuIsOpen = _this$props8.menuIsOpen, required = _this$props8.required;
|
|
1860
|
+
var _this$getComponents = this.getComponents(), Input = _this$getComponents.Input;
|
|
1861
|
+
var _this$state4 = this.state, inputIsHidden = _this$state4.inputIsHidden, ariaSelection = _this$state4.ariaSelection;
|
|
1862
|
+
var commonProps = this.commonProps;
|
|
1863
|
+
var id = inputId || this.getElementId("input");
|
|
1864
|
+
var ariaAttributes = _objectSpread2(_objectSpread2(_objectSpread2({
|
|
1865
|
+
"aria-autocomplete": "list",
|
|
1866
|
+
"aria-expanded": menuIsOpen,
|
|
1867
|
+
"aria-haspopup": true,
|
|
1868
|
+
"aria-errormessage": this.props["aria-errormessage"],
|
|
1869
|
+
"aria-invalid": this.props["aria-invalid"],
|
|
1870
|
+
"aria-label": this.props["aria-label"],
|
|
1871
|
+
"aria-labelledby": this.props["aria-labelledby"],
|
|
1872
|
+
"aria-required": required,
|
|
1873
|
+
role: "combobox",
|
|
1874
|
+
"aria-activedescendant": this.state.isAppleDevice ? void 0 : this.state.focusedOptionId || ""
|
|
1875
|
+
}, menuIsOpen && {
|
|
1876
|
+
"aria-controls": this.getElementId("listbox")
|
|
1877
|
+
}), !isSearchable && {
|
|
1878
|
+
"aria-readonly": true
|
|
1879
|
+
}), this.hasValue() ? (ariaSelection === null || ariaSelection === void 0 ? void 0 : ariaSelection.action) === "initial-input-focus" && {
|
|
1880
|
+
"aria-describedby": this.getElementId("live-region")
|
|
1881
|
+
} : {
|
|
1882
|
+
"aria-describedby": this.getElementId("placeholder")
|
|
1883
|
+
});
|
|
1884
|
+
if (!isSearchable) {
|
|
1885
|
+
return /* @__PURE__ */ React.createElement(DummyInput, _extends({
|
|
1886
|
+
id,
|
|
1887
|
+
innerRef: this.getInputRef,
|
|
1888
|
+
onBlur: this.onInputBlur,
|
|
1889
|
+
onChange: noop,
|
|
1890
|
+
onFocus: this.onInputFocus,
|
|
1891
|
+
disabled: isDisabled,
|
|
1892
|
+
tabIndex,
|
|
1893
|
+
inputMode: "none",
|
|
1894
|
+
form,
|
|
1895
|
+
value: ""
|
|
1896
|
+
}, ariaAttributes));
|
|
1897
|
+
}
|
|
1898
|
+
return /* @__PURE__ */ React.createElement(Input, _extends({}, commonProps, {
|
|
1899
|
+
autoCapitalize: "none",
|
|
1900
|
+
autoComplete: "off",
|
|
1901
|
+
autoCorrect: "off",
|
|
1902
|
+
id,
|
|
1903
|
+
innerRef: this.getInputRef,
|
|
1904
|
+
isDisabled,
|
|
1905
|
+
isHidden: inputIsHidden,
|
|
1906
|
+
onBlur: this.onInputBlur,
|
|
1907
|
+
onChange: this.handleInputChange,
|
|
1908
|
+
onFocus: this.onInputFocus,
|
|
1909
|
+
spellCheck: "false",
|
|
1910
|
+
tabIndex,
|
|
1911
|
+
form,
|
|
1912
|
+
type: "text",
|
|
1913
|
+
value: inputValue
|
|
1914
|
+
}, ariaAttributes));
|
|
1915
|
+
}
|
|
1916
|
+
)
|
|
1917
|
+
}, {
|
|
1918
|
+
key: "renderPlaceholderOrValue",
|
|
1919
|
+
value: function renderPlaceholderOrValue() {
|
|
1920
|
+
var _this3 = this;
|
|
1921
|
+
var _this$getComponents2 = this.getComponents(), MultiValue = _this$getComponents2.MultiValue, MultiValueContainer = _this$getComponents2.MultiValueContainer, MultiValueLabel = _this$getComponents2.MultiValueLabel, MultiValueRemove = _this$getComponents2.MultiValueRemove, SingleValue = _this$getComponents2.SingleValue, Placeholder = _this$getComponents2.Placeholder;
|
|
1922
|
+
var commonProps = this.commonProps;
|
|
1923
|
+
var _this$props9 = this.props, controlShouldRenderValue = _this$props9.controlShouldRenderValue, isDisabled = _this$props9.isDisabled, isMulti = _this$props9.isMulti, inputValue = _this$props9.inputValue, placeholder = _this$props9.placeholder;
|
|
1924
|
+
var _this$state5 = this.state, selectValue = _this$state5.selectValue, focusedValue = _this$state5.focusedValue, isFocused = _this$state5.isFocused;
|
|
1925
|
+
if (!this.hasValue() || !controlShouldRenderValue) {
|
|
1926
|
+
return inputValue ? null : /* @__PURE__ */ React.createElement(Placeholder, _extends({}, commonProps, {
|
|
1927
|
+
key: "placeholder",
|
|
1928
|
+
isDisabled,
|
|
1929
|
+
isFocused,
|
|
1930
|
+
innerProps: {
|
|
1931
|
+
id: this.getElementId("placeholder")
|
|
1932
|
+
}
|
|
1933
|
+
}), placeholder);
|
|
1934
|
+
}
|
|
1935
|
+
if (isMulti) {
|
|
1936
|
+
return selectValue.map(function(opt, index) {
|
|
1937
|
+
var isOptionFocused = opt === focusedValue;
|
|
1938
|
+
var key = "".concat(_this3.getOptionLabel(opt), "-").concat(_this3.getOptionValue(opt));
|
|
1939
|
+
return /* @__PURE__ */ React.createElement(MultiValue, _extends({}, commonProps, {
|
|
1940
|
+
components: {
|
|
1941
|
+
Container: MultiValueContainer,
|
|
1942
|
+
Label: MultiValueLabel,
|
|
1943
|
+
Remove: MultiValueRemove
|
|
1944
|
+
},
|
|
1945
|
+
isFocused: isOptionFocused,
|
|
1946
|
+
isDisabled,
|
|
1947
|
+
key,
|
|
1948
|
+
index,
|
|
1949
|
+
removeProps: {
|
|
1950
|
+
onClick: function onClick() {
|
|
1951
|
+
return _this3.removeValue(opt);
|
|
1952
|
+
},
|
|
1953
|
+
onTouchEnd: function onTouchEnd() {
|
|
1954
|
+
return _this3.removeValue(opt);
|
|
1955
|
+
},
|
|
1956
|
+
onMouseDown: function onMouseDown(e) {
|
|
1957
|
+
e.preventDefault();
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
data: opt
|
|
1961
|
+
}), _this3.formatOptionLabel(opt, "value"));
|
|
1962
|
+
});
|
|
1963
|
+
}
|
|
1964
|
+
if (inputValue) {
|
|
1965
|
+
return null;
|
|
1966
|
+
}
|
|
1967
|
+
var singleValue = selectValue[0];
|
|
1968
|
+
return /* @__PURE__ */ React.createElement(SingleValue, _extends({}, commonProps, {
|
|
1969
|
+
data: singleValue,
|
|
1970
|
+
isDisabled
|
|
1971
|
+
}), this.formatOptionLabel(singleValue, "value"));
|
|
1972
|
+
}
|
|
1973
|
+
}, {
|
|
1974
|
+
key: "renderClearIndicator",
|
|
1975
|
+
value: function renderClearIndicator() {
|
|
1976
|
+
var _this$getComponents3 = this.getComponents(), ClearIndicator = _this$getComponents3.ClearIndicator;
|
|
1977
|
+
var commonProps = this.commonProps;
|
|
1978
|
+
var _this$props10 = this.props, isDisabled = _this$props10.isDisabled, isLoading = _this$props10.isLoading;
|
|
1979
|
+
var isFocused = this.state.isFocused;
|
|
1980
|
+
if (!this.isClearable() || !ClearIndicator || isDisabled || !this.hasValue() || isLoading) {
|
|
1981
|
+
return null;
|
|
1982
|
+
}
|
|
1983
|
+
var innerProps = {
|
|
1984
|
+
onMouseDown: this.onClearIndicatorMouseDown,
|
|
1985
|
+
onTouchEnd: this.onClearIndicatorTouchEnd,
|
|
1986
|
+
"aria-hidden": "true"
|
|
1987
|
+
};
|
|
1988
|
+
return /* @__PURE__ */ React.createElement(ClearIndicator, _extends({}, commonProps, {
|
|
1989
|
+
innerProps,
|
|
1990
|
+
isFocused
|
|
1991
|
+
}));
|
|
1992
|
+
}
|
|
1993
|
+
}, {
|
|
1994
|
+
key: "renderLoadingIndicator",
|
|
1995
|
+
value: function renderLoadingIndicator() {
|
|
1996
|
+
var _this$getComponents4 = this.getComponents(), LoadingIndicator = _this$getComponents4.LoadingIndicator;
|
|
1997
|
+
var commonProps = this.commonProps;
|
|
1998
|
+
var _this$props11 = this.props, isDisabled = _this$props11.isDisabled, isLoading = _this$props11.isLoading;
|
|
1999
|
+
var isFocused = this.state.isFocused;
|
|
2000
|
+
if (!LoadingIndicator || !isLoading) return null;
|
|
2001
|
+
var innerProps = {
|
|
2002
|
+
"aria-hidden": "true"
|
|
2003
|
+
};
|
|
2004
|
+
return /* @__PURE__ */ React.createElement(LoadingIndicator, _extends({}, commonProps, {
|
|
2005
|
+
innerProps,
|
|
2006
|
+
isDisabled,
|
|
2007
|
+
isFocused
|
|
2008
|
+
}));
|
|
2009
|
+
}
|
|
2010
|
+
}, {
|
|
2011
|
+
key: "renderIndicatorSeparator",
|
|
2012
|
+
value: function renderIndicatorSeparator() {
|
|
2013
|
+
var _this$getComponents5 = this.getComponents(), DropdownIndicator = _this$getComponents5.DropdownIndicator, IndicatorSeparator = _this$getComponents5.IndicatorSeparator;
|
|
2014
|
+
if (!DropdownIndicator || !IndicatorSeparator) return null;
|
|
2015
|
+
var commonProps = this.commonProps;
|
|
2016
|
+
var isDisabled = this.props.isDisabled;
|
|
2017
|
+
var isFocused = this.state.isFocused;
|
|
2018
|
+
return /* @__PURE__ */ React.createElement(IndicatorSeparator, _extends({}, commonProps, {
|
|
2019
|
+
isDisabled,
|
|
2020
|
+
isFocused
|
|
2021
|
+
}));
|
|
2022
|
+
}
|
|
2023
|
+
}, {
|
|
2024
|
+
key: "renderDropdownIndicator",
|
|
2025
|
+
value: function renderDropdownIndicator() {
|
|
2026
|
+
var _this$getComponents6 = this.getComponents(), DropdownIndicator = _this$getComponents6.DropdownIndicator;
|
|
2027
|
+
if (!DropdownIndicator) return null;
|
|
2028
|
+
var commonProps = this.commonProps;
|
|
2029
|
+
var isDisabled = this.props.isDisabled;
|
|
2030
|
+
var isFocused = this.state.isFocused;
|
|
2031
|
+
var innerProps = {
|
|
2032
|
+
onMouseDown: this.onDropdownIndicatorMouseDown,
|
|
2033
|
+
onTouchEnd: this.onDropdownIndicatorTouchEnd,
|
|
2034
|
+
"aria-hidden": "true"
|
|
2035
|
+
};
|
|
2036
|
+
return /* @__PURE__ */ React.createElement(DropdownIndicator, _extends({}, commonProps, {
|
|
2037
|
+
innerProps,
|
|
2038
|
+
isDisabled,
|
|
2039
|
+
isFocused
|
|
2040
|
+
}));
|
|
2041
|
+
}
|
|
2042
|
+
}, {
|
|
2043
|
+
key: "renderMenu",
|
|
2044
|
+
value: function renderMenu() {
|
|
2045
|
+
var _this4 = this;
|
|
2046
|
+
var _this$getComponents7 = this.getComponents(), Group = _this$getComponents7.Group, GroupHeading = _this$getComponents7.GroupHeading, Menu = _this$getComponents7.Menu, MenuList = _this$getComponents7.MenuList, MenuPortal = _this$getComponents7.MenuPortal, LoadingMessage = _this$getComponents7.LoadingMessage, NoOptionsMessage = _this$getComponents7.NoOptionsMessage, Option = _this$getComponents7.Option;
|
|
2047
|
+
var commonProps = this.commonProps;
|
|
2048
|
+
var focusedOption = this.state.focusedOption;
|
|
2049
|
+
var _this$props12 = this.props, captureMenuScroll = _this$props12.captureMenuScroll, inputValue = _this$props12.inputValue, isLoading = _this$props12.isLoading, loadingMessage2 = _this$props12.loadingMessage, minMenuHeight = _this$props12.minMenuHeight, maxMenuHeight = _this$props12.maxMenuHeight, menuIsOpen = _this$props12.menuIsOpen, menuPlacement = _this$props12.menuPlacement, menuPosition = _this$props12.menuPosition, menuPortalTarget = _this$props12.menuPortalTarget, menuShouldBlockScroll = _this$props12.menuShouldBlockScroll, menuShouldScrollIntoView = _this$props12.menuShouldScrollIntoView, noOptionsMessage2 = _this$props12.noOptionsMessage, onMenuScrollToTop = _this$props12.onMenuScrollToTop, onMenuScrollToBottom = _this$props12.onMenuScrollToBottom;
|
|
2050
|
+
if (!menuIsOpen) return null;
|
|
2051
|
+
var render = function render2(props, id) {
|
|
2052
|
+
var type = props.type, data = props.data, isDisabled = props.isDisabled, isSelected = props.isSelected, label = props.label, value = props.value;
|
|
2053
|
+
var isFocused = focusedOption === data;
|
|
2054
|
+
var onHover = isDisabled ? void 0 : function() {
|
|
2055
|
+
return _this4.onOptionHover(data);
|
|
2056
|
+
};
|
|
2057
|
+
var onSelect = isDisabled ? void 0 : function() {
|
|
2058
|
+
return _this4.selectOption(data);
|
|
2059
|
+
};
|
|
2060
|
+
var optionId = "".concat(_this4.getElementId("option"), "-").concat(id);
|
|
2061
|
+
var innerProps = {
|
|
2062
|
+
id: optionId,
|
|
2063
|
+
onClick: onSelect,
|
|
2064
|
+
onMouseMove: onHover,
|
|
2065
|
+
onMouseOver: onHover,
|
|
2066
|
+
tabIndex: -1,
|
|
2067
|
+
role: "option",
|
|
2068
|
+
"aria-selected": _this4.state.isAppleDevice ? void 0 : isSelected
|
|
2069
|
+
// is not supported on Apple devices
|
|
2070
|
+
};
|
|
2071
|
+
return /* @__PURE__ */ React.createElement(Option, _extends({}, commonProps, {
|
|
2072
|
+
innerProps,
|
|
2073
|
+
data,
|
|
2074
|
+
isDisabled,
|
|
2075
|
+
isSelected,
|
|
2076
|
+
key: optionId,
|
|
2077
|
+
label,
|
|
2078
|
+
type,
|
|
2079
|
+
value,
|
|
2080
|
+
isFocused,
|
|
2081
|
+
innerRef: isFocused ? _this4.getFocusedOptionRef : void 0
|
|
2082
|
+
}), _this4.formatOptionLabel(props.data, "menu"));
|
|
2083
|
+
};
|
|
2084
|
+
var menuUI;
|
|
2085
|
+
if (this.hasOptions()) {
|
|
2086
|
+
menuUI = this.getCategorizedOptions().map(function(item) {
|
|
2087
|
+
if (item.type === "group") {
|
|
2088
|
+
var _data = item.data, options = item.options, groupIndex = item.index;
|
|
2089
|
+
var groupId = "".concat(_this4.getElementId("group"), "-").concat(groupIndex);
|
|
2090
|
+
var headingId = "".concat(groupId, "-heading");
|
|
2091
|
+
return /* @__PURE__ */ React.createElement(Group, _extends({}, commonProps, {
|
|
2092
|
+
key: groupId,
|
|
2093
|
+
data: _data,
|
|
2094
|
+
options,
|
|
2095
|
+
Heading: GroupHeading,
|
|
2096
|
+
headingProps: {
|
|
2097
|
+
id: headingId,
|
|
2098
|
+
data: item.data
|
|
2099
|
+
},
|
|
2100
|
+
label: _this4.formatGroupLabel(item.data)
|
|
2101
|
+
}), item.options.map(function(option) {
|
|
2102
|
+
return render(option, "".concat(groupIndex, "-").concat(option.index));
|
|
2103
|
+
}));
|
|
2104
|
+
} else if (item.type === "option") {
|
|
2105
|
+
return render(item, "".concat(item.index));
|
|
2106
|
+
}
|
|
2107
|
+
});
|
|
2108
|
+
} else if (isLoading) {
|
|
2109
|
+
var message = loadingMessage2({
|
|
2110
|
+
inputValue
|
|
2111
|
+
});
|
|
2112
|
+
if (message === null) return null;
|
|
2113
|
+
menuUI = /* @__PURE__ */ React.createElement(LoadingMessage, commonProps, message);
|
|
2114
|
+
} else {
|
|
2115
|
+
var _message = noOptionsMessage2({
|
|
2116
|
+
inputValue
|
|
2117
|
+
});
|
|
2118
|
+
if (_message === null) return null;
|
|
2119
|
+
menuUI = /* @__PURE__ */ React.createElement(NoOptionsMessage, commonProps, _message);
|
|
2120
|
+
}
|
|
2121
|
+
var menuPlacementProps = {
|
|
2122
|
+
minMenuHeight,
|
|
2123
|
+
maxMenuHeight,
|
|
2124
|
+
menuPlacement,
|
|
2125
|
+
menuPosition,
|
|
2126
|
+
menuShouldScrollIntoView
|
|
2127
|
+
};
|
|
2128
|
+
var menuElement = /* @__PURE__ */ React.createElement(MenuPlacer, _extends({}, commonProps, menuPlacementProps), function(_ref4) {
|
|
2129
|
+
var ref = _ref4.ref, _ref4$placerProps = _ref4.placerProps, placement = _ref4$placerProps.placement, maxHeight = _ref4$placerProps.maxHeight;
|
|
2130
|
+
return /* @__PURE__ */ React.createElement(Menu, _extends({}, commonProps, menuPlacementProps, {
|
|
2131
|
+
innerRef: ref,
|
|
2132
|
+
innerProps: {
|
|
2133
|
+
onMouseDown: _this4.onMenuMouseDown,
|
|
2134
|
+
onMouseMove: _this4.onMenuMouseMove
|
|
2135
|
+
},
|
|
2136
|
+
isLoading,
|
|
2137
|
+
placement
|
|
2138
|
+
}), /* @__PURE__ */ React.createElement(ScrollManager, {
|
|
2139
|
+
captureEnabled: captureMenuScroll,
|
|
2140
|
+
onTopArrive: onMenuScrollToTop,
|
|
2141
|
+
onBottomArrive: onMenuScrollToBottom,
|
|
2142
|
+
lockEnabled: menuShouldBlockScroll
|
|
2143
|
+
}, function(scrollTargetRef) {
|
|
2144
|
+
return /* @__PURE__ */ React.createElement(MenuList, _extends({}, commonProps, {
|
|
2145
|
+
innerRef: function innerRef(instance) {
|
|
2146
|
+
_this4.getMenuListRef(instance);
|
|
2147
|
+
scrollTargetRef(instance);
|
|
2148
|
+
},
|
|
2149
|
+
innerProps: {
|
|
2150
|
+
role: "listbox",
|
|
2151
|
+
"aria-multiselectable": commonProps.isMulti,
|
|
2152
|
+
id: _this4.getElementId("listbox")
|
|
2153
|
+
},
|
|
2154
|
+
isLoading,
|
|
2155
|
+
maxHeight,
|
|
2156
|
+
focusedOption
|
|
2157
|
+
}), menuUI);
|
|
2158
|
+
}));
|
|
2159
|
+
});
|
|
2160
|
+
return menuPortalTarget || menuPosition === "fixed" ? /* @__PURE__ */ React.createElement(MenuPortal, _extends({}, commonProps, {
|
|
2161
|
+
appendTo: menuPortalTarget,
|
|
2162
|
+
controlElement: this.controlRef,
|
|
2163
|
+
menuPlacement,
|
|
2164
|
+
menuPosition
|
|
2165
|
+
}), menuElement) : menuElement;
|
|
2166
|
+
}
|
|
2167
|
+
}, {
|
|
2168
|
+
key: "renderFormField",
|
|
2169
|
+
value: function renderFormField() {
|
|
2170
|
+
var _this5 = this;
|
|
2171
|
+
var _this$props13 = this.props, delimiter = _this$props13.delimiter, isDisabled = _this$props13.isDisabled, isMulti = _this$props13.isMulti, name = _this$props13.name, required = _this$props13.required;
|
|
2172
|
+
var selectValue = this.state.selectValue;
|
|
2173
|
+
if (required && !this.hasValue() && !isDisabled) {
|
|
2174
|
+
return /* @__PURE__ */ React.createElement(RequiredInput$1, {
|
|
2175
|
+
name,
|
|
2176
|
+
onFocus: this.onValueInputFocus
|
|
2177
|
+
});
|
|
2178
|
+
}
|
|
2179
|
+
if (!name || isDisabled) return;
|
|
2180
|
+
if (isMulti) {
|
|
2181
|
+
if (delimiter) {
|
|
2182
|
+
var value = selectValue.map(function(opt) {
|
|
2183
|
+
return _this5.getOptionValue(opt);
|
|
2184
|
+
}).join(delimiter);
|
|
2185
|
+
return /* @__PURE__ */ React.createElement("input", {
|
|
2186
|
+
name,
|
|
2187
|
+
type: "hidden",
|
|
2188
|
+
value
|
|
2189
|
+
});
|
|
2190
|
+
} else {
|
|
2191
|
+
var input = selectValue.length > 0 ? selectValue.map(function(opt, i) {
|
|
2192
|
+
return /* @__PURE__ */ React.createElement("input", {
|
|
2193
|
+
key: "i-".concat(i),
|
|
2194
|
+
name,
|
|
2195
|
+
type: "hidden",
|
|
2196
|
+
value: _this5.getOptionValue(opt)
|
|
2197
|
+
});
|
|
2198
|
+
}) : /* @__PURE__ */ React.createElement("input", {
|
|
2199
|
+
name,
|
|
2200
|
+
type: "hidden",
|
|
2201
|
+
value: ""
|
|
2202
|
+
});
|
|
2203
|
+
return /* @__PURE__ */ React.createElement("div", null, input);
|
|
2204
|
+
}
|
|
2205
|
+
} else {
|
|
2206
|
+
var _value = selectValue[0] ? this.getOptionValue(selectValue[0]) : "";
|
|
2207
|
+
return /* @__PURE__ */ React.createElement("input", {
|
|
2208
|
+
name,
|
|
2209
|
+
type: "hidden",
|
|
2210
|
+
value: _value
|
|
2211
|
+
});
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
}, {
|
|
2215
|
+
key: "renderLiveRegion",
|
|
2216
|
+
value: function renderLiveRegion() {
|
|
2217
|
+
var commonProps = this.commonProps;
|
|
2218
|
+
var _this$state6 = this.state, ariaSelection = _this$state6.ariaSelection, focusedOption = _this$state6.focusedOption, focusedValue = _this$state6.focusedValue, isFocused = _this$state6.isFocused, selectValue = _this$state6.selectValue;
|
|
2219
|
+
var focusableOptions = this.getFocusableOptions();
|
|
2220
|
+
return /* @__PURE__ */ React.createElement(LiveRegion$1, _extends({}, commonProps, {
|
|
2221
|
+
id: this.getElementId("live-region"),
|
|
2222
|
+
ariaSelection,
|
|
2223
|
+
focusedOption,
|
|
2224
|
+
focusedValue,
|
|
2225
|
+
isFocused,
|
|
2226
|
+
selectValue,
|
|
2227
|
+
focusableOptions,
|
|
2228
|
+
isAppleDevice: this.state.isAppleDevice
|
|
2229
|
+
}));
|
|
2230
|
+
}
|
|
2231
|
+
}, {
|
|
2232
|
+
key: "render",
|
|
2233
|
+
value: function render() {
|
|
2234
|
+
var _this$getComponents8 = this.getComponents(), Control = _this$getComponents8.Control, IndicatorsContainer = _this$getComponents8.IndicatorsContainer, SelectContainer = _this$getComponents8.SelectContainer, ValueContainer = _this$getComponents8.ValueContainer;
|
|
2235
|
+
var _this$props14 = this.props, className = _this$props14.className, id = _this$props14.id, isDisabled = _this$props14.isDisabled, menuIsOpen = _this$props14.menuIsOpen;
|
|
2236
|
+
var isFocused = this.state.isFocused;
|
|
2237
|
+
var commonProps = this.commonProps = this.getCommonProps();
|
|
2238
|
+
return /* @__PURE__ */ React.createElement(SelectContainer, _extends({}, commonProps, {
|
|
2239
|
+
className,
|
|
2240
|
+
innerProps: {
|
|
2241
|
+
id,
|
|
2242
|
+
onKeyDown: this.onKeyDown
|
|
2243
|
+
},
|
|
2244
|
+
isDisabled,
|
|
2245
|
+
isFocused
|
|
2246
|
+
}), this.renderLiveRegion(), /* @__PURE__ */ React.createElement(Control, _extends({}, commonProps, {
|
|
2247
|
+
innerRef: this.getControlRef,
|
|
2248
|
+
innerProps: {
|
|
2249
|
+
onMouseDown: this.onControlMouseDown,
|
|
2250
|
+
onTouchEnd: this.onControlTouchEnd
|
|
2251
|
+
},
|
|
2252
|
+
isDisabled,
|
|
2253
|
+
isFocused,
|
|
2254
|
+
menuIsOpen
|
|
2255
|
+
}), /* @__PURE__ */ React.createElement(ValueContainer, _extends({}, commonProps, {
|
|
2256
|
+
isDisabled
|
|
2257
|
+
}), this.renderPlaceholderOrValue(), this.renderInput()), /* @__PURE__ */ React.createElement(IndicatorsContainer, _extends({}, commonProps, {
|
|
2258
|
+
isDisabled
|
|
2259
|
+
}), this.renderClearIndicator(), this.renderLoadingIndicator(), this.renderIndicatorSeparator(), this.renderDropdownIndicator())), this.renderMenu(), this.renderFormField());
|
|
2260
|
+
}
|
|
2261
|
+
}], [{
|
|
2262
|
+
key: "getDerivedStateFromProps",
|
|
2263
|
+
value: function getDerivedStateFromProps(props, state) {
|
|
2264
|
+
var prevProps = state.prevProps, clearFocusValueOnUpdate = state.clearFocusValueOnUpdate, inputIsHiddenAfterUpdate = state.inputIsHiddenAfterUpdate, ariaSelection = state.ariaSelection, isFocused = state.isFocused, prevWasFocused = state.prevWasFocused, instancePrefix = state.instancePrefix;
|
|
2265
|
+
var options = props.options, value = props.value, menuIsOpen = props.menuIsOpen, inputValue = props.inputValue, isMulti = props.isMulti;
|
|
2266
|
+
var selectValue = cleanValue(value);
|
|
2267
|
+
var newMenuOptionsState = {};
|
|
2268
|
+
if (prevProps && (value !== prevProps.value || options !== prevProps.options || menuIsOpen !== prevProps.menuIsOpen || inputValue !== prevProps.inputValue)) {
|
|
2269
|
+
var focusableOptions = menuIsOpen ? buildFocusableOptions(props, selectValue) : [];
|
|
2270
|
+
var focusableOptionsWithIds = menuIsOpen ? buildFocusableOptionsWithIds(buildCategorizedOptions(props, selectValue), "".concat(instancePrefix, "-option")) : [];
|
|
2271
|
+
var focusedValue = clearFocusValueOnUpdate ? getNextFocusedValue(state, selectValue) : null;
|
|
2272
|
+
var focusedOption = getNextFocusedOption(state, focusableOptions);
|
|
2273
|
+
var focusedOptionId = getFocusedOptionId(focusableOptionsWithIds, focusedOption);
|
|
2274
|
+
newMenuOptionsState = {
|
|
2275
|
+
selectValue,
|
|
2276
|
+
focusedOption,
|
|
2277
|
+
focusedOptionId,
|
|
2278
|
+
focusableOptionsWithIds,
|
|
2279
|
+
focusedValue,
|
|
2280
|
+
clearFocusValueOnUpdate: false
|
|
2281
|
+
};
|
|
2282
|
+
}
|
|
2283
|
+
var newInputIsHiddenState = inputIsHiddenAfterUpdate != null && props !== prevProps ? {
|
|
2284
|
+
inputIsHidden: inputIsHiddenAfterUpdate,
|
|
2285
|
+
inputIsHiddenAfterUpdate: void 0
|
|
2286
|
+
} : {};
|
|
2287
|
+
var newAriaSelection = ariaSelection;
|
|
2288
|
+
var hasKeptFocus = isFocused && prevWasFocused;
|
|
2289
|
+
if (isFocused && !hasKeptFocus) {
|
|
2290
|
+
newAriaSelection = {
|
|
2291
|
+
value: valueTernary(isMulti, selectValue, selectValue[0] || null),
|
|
2292
|
+
options: selectValue,
|
|
2293
|
+
action: "initial-input-focus"
|
|
2294
|
+
};
|
|
2295
|
+
hasKeptFocus = !prevWasFocused;
|
|
2296
|
+
}
|
|
2297
|
+
if ((ariaSelection === null || ariaSelection === void 0 ? void 0 : ariaSelection.action) === "initial-input-focus") {
|
|
2298
|
+
newAriaSelection = null;
|
|
2299
|
+
}
|
|
2300
|
+
return _objectSpread2(_objectSpread2(_objectSpread2({}, newMenuOptionsState), newInputIsHiddenState), {}, {
|
|
2301
|
+
prevProps: props,
|
|
2302
|
+
ariaSelection: newAriaSelection,
|
|
2303
|
+
prevWasFocused: hasKeptFocus
|
|
2304
|
+
});
|
|
2305
|
+
}
|
|
2306
|
+
}]);
|
|
2307
|
+
return Select2;
|
|
2308
|
+
})(Component);
|
|
2309
|
+
Select.defaultProps = defaultProps;
|
|
2310
|
+
export {
|
|
2311
|
+
Select as S,
|
|
2312
|
+
defaultProps as a,
|
|
2313
|
+
getOptionLabel$1 as b,
|
|
2314
|
+
createFilter as c,
|
|
2315
|
+
defaultTheme as d,
|
|
2316
|
+
getOptionValue$1 as g
|
|
2317
|
+
};
|