@bigbinary/neeto-commons-frontend 4.13.120 → 4.13.122
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/dist/.ready +1 -1
- package/dist/app-container-k74rOpXb.js +5 -0
- package/dist/app-container-k74rOpXb.js.map +1 -0
- package/dist/cjs/app-container-Ck1J-BjW.js +7 -0
- package/dist/cjs/app-container-Ck1J-BjW.js.map +1 -0
- package/dist/cjs/createClass-B4XY44hG.js +23 -0
- package/dist/cjs/createClass-B4XY44hG.js.map +1 -0
- package/dist/cjs/index-XyG3hfIR.js +475 -0
- package/dist/cjs/index-XyG3hfIR.js.map +1 -0
- package/dist/cjs/initializers/i18n.js +2 -471
- package/dist/cjs/initializers/i18n.js.map +1 -1
- package/dist/cjs/initializers/index.js +1 -0
- package/dist/cjs/initializers/index.js.map +1 -1
- package/dist/cjs/react-utils/AppContainer/AppContainer.js +1 -5
- package/dist/cjs/react-utils/AppContainer/AppContainer.js.map +1 -1
- package/dist/cjs/react-utils/AppContainer/index.js +1 -0
- package/dist/cjs/react-utils/AppContainer/index.js.map +1 -1
- package/dist/cjs/react-utils/index.js +2 -0
- package/dist/cjs/react-utils/index.js.map +1 -1
- package/dist/cjs/react-utils/useLocalStorage/index.js +1 -0
- package/dist/cjs/react-utils/useLocalStorage/index.js.map +1 -1
- package/dist/cjs/react-utils/useLocalStorage/useLocalStorage.js +1 -0
- package/dist/cjs/react-utils/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/cjs/utils/datetime.js +1 -0
- package/dist/cjs/utils/datetime.js.map +1 -1
- package/dist/cjs/utils/dayjs.js +8 -21
- package/dist/cjs/utils/dayjs.js.map +1 -1
- package/dist/cjs/utils/index.js +1 -0
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/v2/constants/index.js +179 -0
- package/dist/cjs/v2/constants/index.js.map +1 -0
- package/dist/cjs/v2/constants/regex.js +10 -0
- package/dist/cjs/v2/constants/regex.js.map +1 -0
- package/dist/cjs/v2/initializers/axios.js +22 -0
- package/dist/cjs/v2/initializers/axios.js.map +1 -0
- package/dist/cjs/v2/initializers/axiosInitializer/index.js +298 -0
- package/dist/cjs/v2/initializers/axiosInitializer/index.js.map +1 -0
- package/dist/cjs/v2/initializers/axiosInitializer/paramsSerializer.js +17 -0
- package/dist/cjs/v2/initializers/axiosInitializer/paramsSerializer.js.map +1 -0
- package/dist/cjs/v2/initializers/constants.js +27 -0
- package/dist/cjs/v2/initializers/constants.js.map +1 -0
- package/dist/cjs/v2/initializers/dayjs.js +67 -0
- package/dist/cjs/v2/initializers/dayjs.js.map +1 -0
- package/dist/cjs/v2/initializers/domPatch.js +78 -0
- package/dist/cjs/v2/initializers/domPatch.js.map +1 -0
- package/dist/cjs/v2/initializers/globalProps.js +16 -0
- package/dist/cjs/v2/initializers/globalProps.js.map +1 -0
- package/dist/cjs/v2/initializers/i18n.js +113 -0
- package/dist/cjs/v2/initializers/i18n.js.map +1 -0
- package/dist/cjs/v2/initializers/index.js +110 -0
- package/dist/cjs/v2/initializers/index.js.map +1 -0
- package/dist/cjs/v2/initializers/logger.js +15 -0
- package/dist/cjs/v2/initializers/logger.js.map +1 -0
- package/dist/cjs/v2/initializers/reactDevTools.js +23 -0
- package/dist/cjs/v2/initializers/reactDevTools.js.map +1 -0
- package/dist/cjs/v2/initializers/utils/customFormatters.js +49 -0
- package/dist/cjs/v2/initializers/utils/customFormatters.js.map +1 -0
- package/dist/cjs/v2/initializers/utils/customPostProcessors.js +19 -0
- package/dist/cjs/v2/initializers/utils/customPostProcessors.js.map +1 -0
- package/dist/cjs/v2/initializers/utils/index.js +35 -0
- package/dist/cjs/v2/initializers/utils/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/AppContainer/AppContainer.js +57 -0
- package/dist/cjs/v2/react-utils/AppContainer/AppContainer.js.map +1 -0
- package/dist/cjs/v2/react-utils/AppContainer/index.js +32 -0
- package/dist/cjs/v2/react-utils/AppContainer/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/BrowserPushNotifications/devices.js +26 -0
- package/dist/cjs/v2/react-utils/BrowserPushNotifications/devices.js.map +1 -0
- package/dist/cjs/v2/react-utils/BrowserPushNotifications/index.js +13 -0
- package/dist/cjs/v2/react-utils/BrowserPushNotifications/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/BrowserPushNotifications/pushHelper.js +108 -0
- package/dist/cjs/v2/react-utils/BrowserPushNotifications/pushHelper.js.map +1 -0
- package/dist/cjs/v2/react-utils/BrowserPushNotifications/registerServiceWorker.js +135 -0
- package/dist/cjs/v2/react-utils/BrowserPushNotifications/registerServiceWorker.js.map +1 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js +103 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js.map +1 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/HoneybadgerErrorBoundary.js +63 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/HoneybadgerErrorBoundary.js.map +1 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/constants.js +10 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/constants.js.map +1 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/index.js +20 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/utils.js +19 -0
- package/dist/cjs/v2/react-utils/HoneybadgerErrorBoundary/utils.js.map +1 -0
- package/dist/cjs/v2/react-utils/PageTitle/PageTitle.js +17 -0
- package/dist/cjs/v2/react-utils/PageTitle/PageTitle.js.map +1 -0
- package/dist/cjs/v2/react-utils/PageTitle/index.js +10 -0
- package/dist/cjs/v2/react-utils/PageTitle/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/PrivateRoute/PrivateRoute.js +53 -0
- package/dist/cjs/v2/react-utils/PrivateRoute/PrivateRoute.js.map +1 -0
- package/dist/cjs/v2/react-utils/PrivateRoute/constants.js +8 -0
- package/dist/cjs/v2/react-utils/PrivateRoute/constants.js.map +1 -0
- package/dist/cjs/v2/react-utils/PrivateRoute/index.js +17 -0
- package/dist/cjs/v2/react-utils/PrivateRoute/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/PrivateRoute/utils.js +16 -0
- package/dist/cjs/v2/react-utils/PrivateRoute/utils.js.map +1 -0
- package/dist/cjs/v2/react-utils/QueryClientProvider/QueryClientProvider.js +18 -0
- package/dist/cjs/v2/react-utils/QueryClientProvider/QueryClientProvider.js.map +1 -0
- package/dist/cjs/v2/react-utils/QueryClientProvider/index.js +16 -0
- package/dist/cjs/v2/react-utils/QueryClientProvider/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/QueryClientProvider/queryClient.js +19 -0
- package/dist/cjs/v2/react-utils/QueryClientProvider/queryClient.js.map +1 -0
- package/dist/cjs/v2/react-utils/constants/constants.js +10 -0
- package/dist/cjs/v2/react-utils/constants/constants.js.map +1 -0
- package/dist/cjs/v2/react-utils/constants/index.js +12 -0
- package/dist/cjs/v2/react-utils/constants/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/constants/query.js +8 -0
- package/dist/cjs/v2/react-utils/constants/query.js.map +1 -0
- package/dist/cjs/v2/react-utils/index.js +147 -0
- package/dist/cjs/v2/react-utils/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/lazyWithRetry/index.js +10 -0
- package/dist/cjs/v2/react-utils/lazyWithRetry/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/lazyWithRetry/lazyWithRetry.js +15 -0
- package/dist/cjs/v2/react-utils/lazyWithRetry/lazyWithRetry.js.map +1 -0
- package/dist/cjs/v2/react-utils/metaClick/index.js +10 -0
- package/dist/cjs/v2/react-utils/metaClick/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/metaClick/metaClick.js +21 -0
- package/dist/cjs/v2/react-utils/metaClick/metaClick.js.map +1 -0
- package/dist/cjs/v2/react-utils/mount/index.js +14 -0
- package/dist/cjs/v2/react-utils/mount/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/mount/mount.js +85 -0
- package/dist/cjs/v2/react-utils/mount/mount.js.map +1 -0
- package/dist/cjs/v2/react-utils/useBreakpoints/index.js +21 -0
- package/dist/cjs/v2/react-utils/useBreakpoints/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useBreakpoints/utils.js +30 -0
- package/dist/cjs/v2/react-utils/useBreakpoints/utils.js.map +1 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/api.js +22 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/api.js.map +1 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/constants.js +8 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/constants.js.map +1 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/index.js +20 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/useColumnConfig.js +51 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/useColumnConfig.js.map +1 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/useConfigApi.js +32 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/useConfigApi.js.map +1 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/utils.js +29 -0
- package/dist/cjs/v2/react-utils/useColumnConfig/utils.js.map +1 -0
- package/dist/cjs/v2/react-utils/useDebounce/index.js +11 -0
- package/dist/cjs/v2/react-utils/useDebounce/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useDebounce/useDebounce.js +25 -0
- package/dist/cjs/v2/react-utils/useDebounce/useDebounce.js.map +1 -0
- package/dist/cjs/v2/react-utils/useDisplayErrorPage/index.js +13 -0
- package/dist/cjs/v2/react-utils/useDisplayErrorPage/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useDisplayErrorPage/useDisplayErrorPage.js +23 -0
- package/dist/cjs/v2/react-utils/useDisplayErrorPage/useDisplayErrorPage.js.map +1 -0
- package/dist/cjs/v2/react-utils/useFetchNeetoApps/apis/neeto_apps.js +13 -0
- package/dist/cjs/v2/react-utils/useFetchNeetoApps/apis/neeto_apps.js.map +1 -0
- package/dist/cjs/v2/react-utils/useFetchNeetoApps/index.js +27 -0
- package/dist/cjs/v2/react-utils/useFetchNeetoApps/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useFetchNeetoApps/useFetchNeetoApps.js +39 -0
- package/dist/cjs/v2/react-utils/useFetchNeetoApps/useFetchNeetoApps.js.map +1 -0
- package/dist/cjs/v2/react-utils/useFieldSubmit/index.js +9 -0
- package/dist/cjs/v2/react-utils/useFieldSubmit/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useFieldSubmit/useFieldSubmit.js +30 -0
- package/dist/cjs/v2/react-utils/useFieldSubmit/useFieldSubmit.js.map +1 -0
- package/dist/cjs/v2/react-utils/useFuncDebounce/index.js +9 -0
- package/dist/cjs/v2/react-utils/useFuncDebounce/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useFuncDebounce/useFuncDebounce.js +24 -0
- package/dist/cjs/v2/react-utils/useFuncDebounce/useFuncDebounce.js.map +1 -0
- package/dist/cjs/v2/react-utils/useIsElementVisibleInDom/index.js +12 -0
- package/dist/cjs/v2/react-utils/useIsElementVisibleInDom/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useIsElementVisibleInDom/useForceUpdate.js +20 -0
- package/dist/cjs/v2/react-utils/useIsElementVisibleInDom/useForceUpdate.js.map +1 -0
- package/dist/cjs/v2/react-utils/useIsElementVisibleInDom/useIsElementVisibleInDom.js +31 -0
- package/dist/cjs/v2/react-utils/useIsElementVisibleInDom/useIsElementVisibleInDom.js.map +1 -0
- package/dist/cjs/v2/react-utils/useKeyboardShortcutsPaneState/index.js +10 -0
- package/dist/cjs/v2/react-utils/useKeyboardShortcutsPaneState/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useKeyboardShortcutsPaneState/useKeyboardShortcutsPaneState.js +33 -0
- package/dist/cjs/v2/react-utils/useKeyboardShortcutsPaneState/useKeyboardShortcutsPaneState.js.map +1 -0
- package/dist/cjs/v2/react-utils/useLocalStorage/index.js +37 -0
- package/dist/cjs/v2/react-utils/useLocalStorage/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useLocalStorage/useLocalStorage.js +64 -0
- package/dist/cjs/v2/react-utils/useLocalStorage/useLocalStorage.js.map +1 -0
- package/dist/cjs/v2/react-utils/useMutationWithInvalidation/index.js +13 -0
- package/dist/cjs/v2/react-utils/useMutationWithInvalidation/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useMutationWithInvalidation/useMutationWithInvalidation.js +42 -0
- package/dist/cjs/v2/react-utils/useMutationWithInvalidation/useMutationWithInvalidation.js.map +1 -0
- package/dist/cjs/v2/react-utils/useOnClickOutside/index.js +9 -0
- package/dist/cjs/v2/react-utils/useOnClickOutside/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useOnClickOutside/useOnClickOutside.js +29 -0
- package/dist/cjs/v2/react-utils/useOnClickOutside/useOnClickOutside.js.map +1 -0
- package/dist/cjs/v2/react-utils/usePersistedQuery/index.js +23 -0
- package/dist/cjs/v2/react-utils/usePersistedQuery/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/usePersistedQuery/usePersistedQuery.js +67 -0
- package/dist/cjs/v2/react-utils/usePersistedQuery/usePersistedQuery.js.map +1 -0
- package/dist/cjs/v2/react-utils/usePrefersReducedMotion/constants.js +6 -0
- package/dist/cjs/v2/react-utils/usePrefersReducedMotion/constants.js.map +1 -0
- package/dist/cjs/v2/react-utils/usePrefersReducedMotion/index.js +12 -0
- package/dist/cjs/v2/react-utils/usePrefersReducedMotion/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/usePrefersReducedMotion/usePrefersReducedMotion.js +46 -0
- package/dist/cjs/v2/react-utils/usePrefersReducedMotion/usePrefersReducedMotion.js.map +1 -0
- package/dist/cjs/v2/react-utils/usePrevious/index.js +9 -0
- package/dist/cjs/v2/react-utils/usePrevious/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/usePrevious/usePrevious.js +14 -0
- package/dist/cjs/v2/react-utils/usePrevious/usePrevious.js.map +1 -0
- package/dist/cjs/v2/react-utils/useQueryParams/index.js +21 -0
- package/dist/cjs/v2/react-utils/useQueryParams/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useQueryParams/useQueryParams.js +23 -0
- package/dist/cjs/v2/react-utils/useQueryParams/useQueryParams.js.map +1 -0
- package/dist/cjs/v2/react-utils/useRegisterNavigationCheckpoint/index.js +29 -0
- package/dist/cjs/v2/react-utils/useRegisterNavigationCheckpoint/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js +85 -0
- package/dist/cjs/v2/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js.map +1 -0
- package/dist/cjs/v2/react-utils/useRestoreScrollPosition/index.js +18 -0
- package/dist/cjs/v2/react-utils/useRestoreScrollPosition/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useRestoreScrollPosition/useRestoreScrollPosition.js +70 -0
- package/dist/cjs/v2/react-utils/useRestoreScrollPosition/useRestoreScrollPosition.js.map +1 -0
- package/dist/cjs/v2/react-utils/useStateWithDependency/index.js +11 -0
- package/dist/cjs/v2/react-utils/useStateWithDependency/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useStateWithDependency/useStateWithDependency.js +20 -0
- package/dist/cjs/v2/react-utils/useStateWithDependency/useStateWithDependency.js.map +1 -0
- package/dist/cjs/v2/react-utils/useTimer/index.js +10 -0
- package/dist/cjs/v2/react-utils/useTimer/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useTimer/useTimer.js +43 -0
- package/dist/cjs/v2/react-utils/useTimer/useTimer.js.map +1 -0
- package/dist/cjs/v2/react-utils/useUpdateEffect/index.js +9 -0
- package/dist/cjs/v2/react-utils/useUpdateEffect/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/useUpdateEffect/useUpdateEffect.js +18 -0
- package/dist/cjs/v2/react-utils/useUpdateEffect/useUpdateEffect.js.map +1 -0
- package/dist/cjs/v2/react-utils/withImmutableActions/index.js +9 -0
- package/dist/cjs/v2/react-utils/withImmutableActions/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/withImmutableActions/withImmutableActions.js +26 -0
- package/dist/cjs/v2/react-utils/withImmutableActions/withImmutableActions.js.map +1 -0
- package/dist/cjs/v2/react-utils/withT/index.js +9 -0
- package/dist/cjs/v2/react-utils/withT/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/withT/withT.js +11 -0
- package/dist/cjs/v2/react-utils/withT/withT.js.map +1 -0
- package/dist/cjs/v2/react-utils/withTitle/index.js +12 -0
- package/dist/cjs/v2/react-utils/withTitle/index.js.map +1 -0
- package/dist/cjs/v2/react-utils/withTitle/withTitle.js +25 -0
- package/dist/cjs/v2/react-utils/withTitle/withTitle.js.map +1 -0
- package/dist/cjs/v2/utils/axios.js +14 -0
- package/dist/cjs/v2/utils/axios.js.map +1 -0
- package/dist/cjs/v2/utils/buildNestedAttributesPayload.js +39 -0
- package/dist/cjs/v2/utils/buildNestedAttributesPayload.js.map +1 -0
- package/dist/cjs/v2/utils/captureAnalyticsEvent.js +10 -0
- package/dist/cjs/v2/utils/captureAnalyticsEvent.js.map +1 -0
- package/dist/cjs/v2/utils/captureAnalyticsPageView.js +10 -0
- package/dist/cjs/v2/utils/captureAnalyticsPageView.js.map +1 -0
- package/dist/cjs/v2/utils/constants.js +14 -0
- package/dist/cjs/v2/utils/constants.js.map +1 -0
- package/dist/cjs/v2/utils/createSubscription.js +30 -0
- package/dist/cjs/v2/utils/createSubscription.js.map +1 -0
- package/dist/cjs/v2/utils/currencyFormat.js +48 -0
- package/dist/cjs/v2/utils/currencyFormat.js.map +1 -0
- package/dist/cjs/v2/utils/customParseFormatPlugin.js +308 -0
- package/dist/cjs/v2/utils/customParseFormatPlugin.js.map +1 -0
- package/dist/cjs/v2/utils/datetime.js +132 -0
- package/dist/cjs/v2/utils/datetime.js.map +1 -0
- package/dist/cjs/v2/utils/dayjs.js +105 -0
- package/dist/cjs/v2/utils/dayjs.js.map +1 -0
- package/dist/cjs/v2/utils/dayjsFormatOverrides/default.js +30 -0
- package/dist/cjs/v2/utils/dayjsFormatOverrides/default.js.map +1 -0
- package/dist/cjs/v2/utils/dayjsFormatOverrides/ja.js +29 -0
- package/dist/cjs/v2/utils/dayjsFormatOverrides/ja.js.map +1 -0
- package/dist/cjs/v2/utils/deviceInformation.js +209 -0
- package/dist/cjs/v2/utils/deviceInformation.js.map +1 -0
- package/dist/cjs/v2/utils/general.js +234 -0
- package/dist/cjs/v2/utils/general.js.map +1 -0
- package/dist/cjs/v2/utils/index.js +76 -0
- package/dist/cjs/v2/utils/index.js.map +1 -0
- package/dist/cjs/v2/utils/loadGoogleFonts.js +13 -0
- package/dist/cjs/v2/utils/loadGoogleFonts.js.map +1 -0
- package/dist/cjs/v2/utils/localePlugin.js +521 -0
- package/dist/cjs/v2/utils/localePlugin.js.map +1 -0
- package/dist/cjs/v2/utils/permissions.js +24 -0
- package/dist/cjs/v2/utils/permissions.js.map +1 -0
- package/dist/cjs/v2/utils/retryImport.js +37 -0
- package/dist/cjs/v2/utils/retryImport.js.map +1 -0
- package/dist/cjs/v2/utils/timezonePlugin.js +208 -0
- package/dist/cjs/v2/utils/timezonePlugin.js.map +1 -0
- package/dist/cjs/v2/utils/validators/index.js +11 -0
- package/dist/cjs/v2/utils/validators/index.js.map +1 -0
- package/dist/cjs/v2/utils/validators/slug.js +72 -0
- package/dist/cjs/v2/utils/validators/slug.js.map +1 -0
- package/dist/createClass-C1MbpvOB.js +20 -0
- package/dist/createClass-C1MbpvOB.js.map +1 -0
- package/dist/index-CgFudTTK.js +472 -0
- package/dist/index-CgFudTTK.js.map +1 -0
- package/dist/initializers/i18n.js +1 -470
- package/dist/initializers/i18n.js.map +1 -1
- package/dist/initializers/index.js +1 -0
- package/dist/initializers/index.js.map +1 -1
- package/dist/react-utils/AppContainer/AppContainer.js +1 -5
- package/dist/react-utils/AppContainer/AppContainer.js.map +1 -1
- package/dist/react-utils/AppContainer/index.js +1 -0
- package/dist/react-utils/AppContainer/index.js.map +1 -1
- package/dist/react-utils/index.js +2 -0
- package/dist/react-utils/index.js.map +1 -1
- package/dist/react-utils/useLocalStorage/index.js +1 -0
- package/dist/react-utils/useLocalStorage/index.js.map +1 -1
- package/dist/react-utils/useLocalStorage/useLocalStorage.js +1 -0
- package/dist/react-utils/useLocalStorage/useLocalStorage.js.map +1 -1
- package/dist/utils/datetime.js +1 -0
- package/dist/utils/datetime.js.map +1 -1
- package/dist/utils/dayjs.js +7 -20
- package/dist/utils/dayjs.js.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/v2/constants/index.js +166 -0
- package/dist/v2/constants/index.js.map +1 -0
- package/dist/v2/constants/regex.js +6 -0
- package/dist/v2/constants/regex.js.map +1 -0
- package/dist/v2/initializers/axios.js +20 -0
- package/dist/v2/initializers/axios.js.map +1 -0
- package/dist/v2/initializers/axiosInitializer/index.js +296 -0
- package/dist/v2/initializers/axiosInitializer/index.js.map +1 -0
- package/dist/v2/initializers/axiosInitializer/paramsSerializer.js +15 -0
- package/dist/v2/initializers/axiosInitializer/paramsSerializer.js.map +1 -0
- package/dist/v2/initializers/constants.js +19 -0
- package/dist/v2/initializers/constants.js.map +1 -0
- package/dist/v2/initializers/dayjs.js +65 -0
- package/dist/v2/initializers/dayjs.js.map +1 -0
- package/dist/v2/initializers/domPatch.js +76 -0
- package/dist/v2/initializers/domPatch.js.map +1 -0
- package/dist/v2/initializers/globalProps.js +14 -0
- package/dist/v2/initializers/globalProps.js.map +1 -0
- package/dist/v2/initializers/i18n.js +109 -0
- package/dist/v2/initializers/i18n.js.map +1 -0
- package/dist/v2/initializers/index.js +102 -0
- package/dist/v2/initializers/index.js.map +1 -0
- package/dist/v2/initializers/logger.js +13 -0
- package/dist/v2/initializers/logger.js.map +1 -0
- package/dist/v2/initializers/reactDevTools.js +21 -0
- package/dist/v2/initializers/reactDevTools.js.map +1 -0
- package/dist/v2/initializers/utils/customFormatters.js +46 -0
- package/dist/v2/initializers/utils/customFormatters.js.map +1 -0
- package/dist/v2/initializers/utils/customPostProcessors.js +17 -0
- package/dist/v2/initializers/utils/customPostProcessors.js.map +1 -0
- package/dist/v2/initializers/utils/index.js +33 -0
- package/dist/v2/initializers/utils/index.js.map +1 -0
- package/dist/v2/react-utils/AppContainer/AppContainer.js +55 -0
- package/dist/v2/react-utils/AppContainer/AppContainer.js.map +1 -0
- package/dist/v2/react-utils/AppContainer/index.js +26 -0
- package/dist/v2/react-utils/AppContainer/index.js.map +1 -0
- package/dist/v2/react-utils/BrowserPushNotifications/devices.js +24 -0
- package/dist/v2/react-utils/BrowserPushNotifications/devices.js.map +1 -0
- package/dist/v2/react-utils/BrowserPushNotifications/index.js +6 -0
- package/dist/v2/react-utils/BrowserPushNotifications/index.js.map +1 -0
- package/dist/v2/react-utils/BrowserPushNotifications/pushHelper.js +105 -0
- package/dist/v2/react-utils/BrowserPushNotifications/pushHelper.js.map +1 -0
- package/dist/v2/react-utils/BrowserPushNotifications/registerServiceWorker.js +132 -0
- package/dist/v2/react-utils/BrowserPushNotifications/registerServiceWorker.js.map +1 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js +101 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js.map +1 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/HoneybadgerErrorBoundary.js +61 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/HoneybadgerErrorBoundary.js.map +1 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/constants.js +6 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/constants.js.map +1 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/index.js +14 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/index.js.map +1 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/utils.js +15 -0
- package/dist/v2/react-utils/HoneybadgerErrorBoundary/utils.js.map +1 -0
- package/dist/v2/react-utils/PageTitle/PageTitle.js +15 -0
- package/dist/v2/react-utils/PageTitle/PageTitle.js.map +1 -0
- package/dist/v2/react-utils/PageTitle/index.js +4 -0
- package/dist/v2/react-utils/PageTitle/index.js.map +1 -0
- package/dist/v2/react-utils/PrivateRoute/PrivateRoute.js +51 -0
- package/dist/v2/react-utils/PrivateRoute/PrivateRoute.js.map +1 -0
- package/dist/v2/react-utils/PrivateRoute/constants.js +5 -0
- package/dist/v2/react-utils/PrivateRoute/constants.js.map +1 -0
- package/dist/v2/react-utils/PrivateRoute/index.js +11 -0
- package/dist/v2/react-utils/PrivateRoute/index.js.map +1 -0
- package/dist/v2/react-utils/PrivateRoute/utils.js +14 -0
- package/dist/v2/react-utils/PrivateRoute/utils.js.map +1 -0
- package/dist/v2/react-utils/QueryClientProvider/QueryClientProvider.js +16 -0
- package/dist/v2/react-utils/QueryClientProvider/QueryClientProvider.js.map +1 -0
- package/dist/v2/react-utils/QueryClientProvider/index.js +7 -0
- package/dist/v2/react-utils/QueryClientProvider/index.js.map +1 -0
- package/dist/v2/react-utils/QueryClientProvider/queryClient.js +17 -0
- package/dist/v2/react-utils/QueryClientProvider/queryClient.js.map +1 -0
- package/dist/v2/react-utils/constants/constants.js +6 -0
- package/dist/v2/react-utils/constants/constants.js.map +1 -0
- package/dist/v2/react-utils/constants/index.js +3 -0
- package/dist/v2/react-utils/constants/index.js.map +1 -0
- package/dist/v2/react-utils/constants/query.js +6 -0
- package/dist/v2/react-utils/constants/query.js.map +1 -0
- package/dist/v2/react-utils/index.js +100 -0
- package/dist/v2/react-utils/index.js.map +1 -0
- package/dist/v2/react-utils/lazyWithRetry/index.js +4 -0
- package/dist/v2/react-utils/lazyWithRetry/index.js.map +1 -0
- package/dist/v2/react-utils/lazyWithRetry/lazyWithRetry.js +13 -0
- package/dist/v2/react-utils/lazyWithRetry/lazyWithRetry.js.map +1 -0
- package/dist/v2/react-utils/metaClick/index.js +3 -0
- package/dist/v2/react-utils/metaClick/index.js.map +1 -0
- package/dist/v2/react-utils/metaClick/metaClick.js +18 -0
- package/dist/v2/react-utils/metaClick/metaClick.js.map +1 -0
- package/dist/v2/react-utils/mount/index.js +8 -0
- package/dist/v2/react-utils/mount/index.js.map +1 -0
- package/dist/v2/react-utils/mount/mount.js +83 -0
- package/dist/v2/react-utils/mount/mount.js.map +1 -0
- package/dist/v2/react-utils/useBreakpoints/index.js +19 -0
- package/dist/v2/react-utils/useBreakpoints/index.js.map +1 -0
- package/dist/v2/react-utils/useBreakpoints/utils.js +27 -0
- package/dist/v2/react-utils/useBreakpoints/utils.js.map +1 -0
- package/dist/v2/react-utils/useColumnConfig/api.js +20 -0
- package/dist/v2/react-utils/useColumnConfig/api.js.map +1 -0
- package/dist/v2/react-utils/useColumnConfig/constants.js +5 -0
- package/dist/v2/react-utils/useColumnConfig/constants.js.map +1 -0
- package/dist/v2/react-utils/useColumnConfig/index.js +14 -0
- package/dist/v2/react-utils/useColumnConfig/index.js.map +1 -0
- package/dist/v2/react-utils/useColumnConfig/useColumnConfig.js +49 -0
- package/dist/v2/react-utils/useColumnConfig/useColumnConfig.js.map +1 -0
- package/dist/v2/react-utils/useColumnConfig/useConfigApi.js +29 -0
- package/dist/v2/react-utils/useColumnConfig/useConfigApi.js.map +1 -0
- package/dist/v2/react-utils/useColumnConfig/utils.js +26 -0
- package/dist/v2/react-utils/useColumnConfig/utils.js.map +1 -0
- package/dist/v2/react-utils/useDebounce/index.js +5 -0
- package/dist/v2/react-utils/useDebounce/index.js.map +1 -0
- package/dist/v2/react-utils/useDebounce/useDebounce.js +23 -0
- package/dist/v2/react-utils/useDebounce/useDebounce.js.map +1 -0
- package/dist/v2/react-utils/useDisplayErrorPage/index.js +4 -0
- package/dist/v2/react-utils/useDisplayErrorPage/index.js.map +1 -0
- package/dist/v2/react-utils/useDisplayErrorPage/useDisplayErrorPage.js +18 -0
- package/dist/v2/react-utils/useDisplayErrorPage/useDisplayErrorPage.js.map +1 -0
- package/dist/v2/react-utils/useFetchNeetoApps/apis/neeto_apps.js +11 -0
- package/dist/v2/react-utils/useFetchNeetoApps/apis/neeto_apps.js.map +1 -0
- package/dist/v2/react-utils/useFetchNeetoApps/index.js +21 -0
- package/dist/v2/react-utils/useFetchNeetoApps/index.js.map +1 -0
- package/dist/v2/react-utils/useFetchNeetoApps/useFetchNeetoApps.js +37 -0
- package/dist/v2/react-utils/useFetchNeetoApps/useFetchNeetoApps.js.map +1 -0
- package/dist/v2/react-utils/useFieldSubmit/index.js +3 -0
- package/dist/v2/react-utils/useFieldSubmit/index.js.map +1 -0
- package/dist/v2/react-utils/useFieldSubmit/useFieldSubmit.js +28 -0
- package/dist/v2/react-utils/useFieldSubmit/useFieldSubmit.js.map +1 -0
- package/dist/v2/react-utils/useFuncDebounce/index.js +3 -0
- package/dist/v2/react-utils/useFuncDebounce/index.js.map +1 -0
- package/dist/v2/react-utils/useFuncDebounce/useFuncDebounce.js +22 -0
- package/dist/v2/react-utils/useFuncDebounce/useFuncDebounce.js.map +1 -0
- package/dist/v2/react-utils/useIsElementVisibleInDom/index.js +6 -0
- package/dist/v2/react-utils/useIsElementVisibleInDom/index.js.map +1 -0
- package/dist/v2/react-utils/useIsElementVisibleInDom/useForceUpdate.js +18 -0
- package/dist/v2/react-utils/useIsElementVisibleInDom/useForceUpdate.js.map +1 -0
- package/dist/v2/react-utils/useIsElementVisibleInDom/useIsElementVisibleInDom.js +29 -0
- package/dist/v2/react-utils/useIsElementVisibleInDom/useIsElementVisibleInDom.js.map +1 -0
- package/dist/v2/react-utils/useKeyboardShortcutsPaneState/index.js +4 -0
- package/dist/v2/react-utils/useKeyboardShortcutsPaneState/index.js.map +1 -0
- package/dist/v2/react-utils/useKeyboardShortcutsPaneState/useKeyboardShortcutsPaneState.js +31 -0
- package/dist/v2/react-utils/useKeyboardShortcutsPaneState/useKeyboardShortcutsPaneState.js.map +1 -0
- package/dist/v2/react-utils/useLocalStorage/index.js +31 -0
- package/dist/v2/react-utils/useLocalStorage/index.js.map +1 -0
- package/dist/v2/react-utils/useLocalStorage/useLocalStorage.js +62 -0
- package/dist/v2/react-utils/useLocalStorage/useLocalStorage.js.map +1 -0
- package/dist/v2/react-utils/useMutationWithInvalidation/index.js +7 -0
- package/dist/v2/react-utils/useMutationWithInvalidation/index.js.map +1 -0
- package/dist/v2/react-utils/useMutationWithInvalidation/useMutationWithInvalidation.js +40 -0
- package/dist/v2/react-utils/useMutationWithInvalidation/useMutationWithInvalidation.js.map +1 -0
- package/dist/v2/react-utils/useOnClickOutside/index.js +3 -0
- package/dist/v2/react-utils/useOnClickOutside/index.js.map +1 -0
- package/dist/v2/react-utils/useOnClickOutside/useOnClickOutside.js +27 -0
- package/dist/v2/react-utils/useOnClickOutside/useOnClickOutside.js.map +1 -0
- package/dist/v2/react-utils/usePersistedQuery/index.js +17 -0
- package/dist/v2/react-utils/usePersistedQuery/index.js.map +1 -0
- package/dist/v2/react-utils/usePersistedQuery/usePersistedQuery.js +65 -0
- package/dist/v2/react-utils/usePersistedQuery/usePersistedQuery.js.map +1 -0
- package/dist/v2/react-utils/usePrefersReducedMotion/constants.js +4 -0
- package/dist/v2/react-utils/usePrefersReducedMotion/constants.js.map +1 -0
- package/dist/v2/react-utils/usePrefersReducedMotion/index.js +6 -0
- package/dist/v2/react-utils/usePrefersReducedMotion/index.js.map +1 -0
- package/dist/v2/react-utils/usePrefersReducedMotion/usePrefersReducedMotion.js +44 -0
- package/dist/v2/react-utils/usePrefersReducedMotion/usePrefersReducedMotion.js.map +1 -0
- package/dist/v2/react-utils/usePrevious/index.js +3 -0
- package/dist/v2/react-utils/usePrevious/index.js.map +1 -0
- package/dist/v2/react-utils/usePrevious/usePrevious.js +12 -0
- package/dist/v2/react-utils/usePrevious/usePrevious.js.map +1 -0
- package/dist/v2/react-utils/useQueryParams/index.js +15 -0
- package/dist/v2/react-utils/useQueryParams/index.js.map +1 -0
- package/dist/v2/react-utils/useQueryParams/useQueryParams.js +21 -0
- package/dist/v2/react-utils/useQueryParams/useQueryParams.js.map +1 -0
- package/dist/v2/react-utils/useRegisterNavigationCheckpoint/index.js +19 -0
- package/dist/v2/react-utils/useRegisterNavigationCheckpoint/index.js.map +1 -0
- package/dist/v2/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js +79 -0
- package/dist/v2/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js.map +1 -0
- package/dist/v2/react-utils/useRestoreScrollPosition/index.js +7 -0
- package/dist/v2/react-utils/useRestoreScrollPosition/index.js.map +1 -0
- package/dist/v2/react-utils/useRestoreScrollPosition/useRestoreScrollPosition.js +63 -0
- package/dist/v2/react-utils/useRestoreScrollPosition/useRestoreScrollPosition.js.map +1 -0
- package/dist/v2/react-utils/useStateWithDependency/index.js +5 -0
- package/dist/v2/react-utils/useStateWithDependency/index.js.map +1 -0
- package/dist/v2/react-utils/useStateWithDependency/useStateWithDependency.js +18 -0
- package/dist/v2/react-utils/useStateWithDependency/useStateWithDependency.js.map +1 -0
- package/dist/v2/react-utils/useTimer/index.js +4 -0
- package/dist/v2/react-utils/useTimer/index.js.map +1 -0
- package/dist/v2/react-utils/useTimer/useTimer.js +41 -0
- package/dist/v2/react-utils/useTimer/useTimer.js.map +1 -0
- package/dist/v2/react-utils/useUpdateEffect/index.js +3 -0
- package/dist/v2/react-utils/useUpdateEffect/index.js.map +1 -0
- package/dist/v2/react-utils/useUpdateEffect/useUpdateEffect.js +16 -0
- package/dist/v2/react-utils/useUpdateEffect/useUpdateEffect.js.map +1 -0
- package/dist/v2/react-utils/withImmutableActions/index.js +3 -0
- package/dist/v2/react-utils/withImmutableActions/index.js.map +1 -0
- package/dist/v2/react-utils/withImmutableActions/withImmutableActions.js +24 -0
- package/dist/v2/react-utils/withImmutableActions/withImmutableActions.js.map +1 -0
- package/dist/v2/react-utils/withT/index.js +3 -0
- package/dist/v2/react-utils/withT/index.js.map +1 -0
- package/dist/v2/react-utils/withT/withT.js +9 -0
- package/dist/v2/react-utils/withT/withT.js.map +1 -0
- package/dist/v2/react-utils/withTitle/index.js +6 -0
- package/dist/v2/react-utils/withTitle/index.js.map +1 -0
- package/dist/v2/react-utils/withTitle/withTitle.js +23 -0
- package/dist/v2/react-utils/withTitle/withTitle.js.map +1 -0
- package/dist/v2/utils/axios.js +12 -0
- package/dist/v2/utils/axios.js.map +1 -0
- package/dist/v2/utils/buildNestedAttributesPayload.js +37 -0
- package/dist/v2/utils/buildNestedAttributesPayload.js.map +1 -0
- package/dist/v2/utils/captureAnalyticsEvent.js +8 -0
- package/dist/v2/utils/captureAnalyticsEvent.js.map +1 -0
- package/dist/v2/utils/captureAnalyticsPageView.js +8 -0
- package/dist/v2/utils/captureAnalyticsPageView.js.map +1 -0
- package/dist/v2/utils/constants.js +9 -0
- package/dist/v2/utils/constants.js.map +1 -0
- package/dist/v2/utils/createSubscription.js +28 -0
- package/dist/v2/utils/createSubscription.js.map +1 -0
- package/dist/v2/utils/currencyFormat.js +46 -0
- package/dist/v2/utils/currencyFormat.js.map +1 -0
- package/dist/v2/utils/customParseFormatPlugin.js +306 -0
- package/dist/v2/utils/customParseFormatPlugin.js.map +1 -0
- package/dist/v2/utils/datetime.js +127 -0
- package/dist/v2/utils/datetime.js.map +1 -0
- package/dist/v2/utils/dayjs.js +103 -0
- package/dist/v2/utils/dayjs.js.map +1 -0
- package/dist/v2/utils/dayjsFormatOverrides/default.js +28 -0
- package/dist/v2/utils/dayjsFormatOverrides/default.js.map +1 -0
- package/dist/v2/utils/dayjsFormatOverrides/ja.js +27 -0
- package/dist/v2/utils/dayjsFormatOverrides/ja.js.map +1 -0
- package/dist/v2/utils/deviceInformation.js +207 -0
- package/dist/v2/utils/deviceInformation.js.map +1 -0
- package/dist/v2/utils/general.js +218 -0
- package/dist/v2/utils/general.js.map +1 -0
- package/dist/v2/utils/index.js +39 -0
- package/dist/v2/utils/index.js.map +1 -0
- package/dist/v2/utils/loadGoogleFonts.js +11 -0
- package/dist/v2/utils/loadGoogleFonts.js.map +1 -0
- package/dist/v2/utils/localePlugin.js +515 -0
- package/dist/v2/utils/localePlugin.js.map +1 -0
- package/dist/v2/utils/permissions.js +20 -0
- package/dist/v2/utils/permissions.js.map +1 -0
- package/dist/v2/utils/retryImport.js +35 -0
- package/dist/v2/utils/retryImport.js.map +1 -0
- package/dist/v2/utils/timezonePlugin.js +206 -0
- package/dist/v2/utils/timezonePlugin.js.map +1 -0
- package/dist/v2/utils/validators/index.js +5 -0
- package/dist/v2/utils/validators/index.js.map +1 -0
- package/dist/v2/utils/validators/slug.js +51 -0
- package/dist/v2/utils/validators/slug.js.map +1 -0
- package/package.json +33 -3
|
@@ -0,0 +1,472 @@
|
|
|
1
|
+
const {
|
|
2
|
+
slice,
|
|
3
|
+
forEach
|
|
4
|
+
} = [];
|
|
5
|
+
function defaults(obj) {
|
|
6
|
+
forEach.call(slice.call(arguments, 1), source => {
|
|
7
|
+
if (source) {
|
|
8
|
+
for (const prop in source) {
|
|
9
|
+
if (obj[prop] === undefined) obj[prop] = source[prop];
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
return obj;
|
|
14
|
+
}
|
|
15
|
+
function hasXSS(input) {
|
|
16
|
+
if (typeof input !== 'string') return false;
|
|
17
|
+
|
|
18
|
+
// Common XSS attack patterns
|
|
19
|
+
const xssPatterns = [/<\s*script.*?>/i, /<\s*\/\s*script\s*>/i, /<\s*img.*?on\w+\s*=/i, /<\s*\w+\s*on\w+\s*=.*?>/i, /javascript\s*:/i, /vbscript\s*:/i, /expression\s*\(/i, /eval\s*\(/i, /alert\s*\(/i, /document\.cookie/i, /document\.write\s*\(/i, /window\.location/i, /innerHTML/i];
|
|
20
|
+
return xssPatterns.some(pattern => pattern.test(input));
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// eslint-disable-next-line no-control-regex
|
|
24
|
+
const fieldContentRegExp = /^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;
|
|
25
|
+
const serializeCookie = function (name, val) {
|
|
26
|
+
let options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {
|
|
27
|
+
path: '/'
|
|
28
|
+
};
|
|
29
|
+
const opt = options;
|
|
30
|
+
const value = encodeURIComponent(val);
|
|
31
|
+
let str = `${name}=${value}`;
|
|
32
|
+
if (opt.maxAge > 0) {
|
|
33
|
+
const maxAge = opt.maxAge - 0;
|
|
34
|
+
if (Number.isNaN(maxAge)) throw new Error('maxAge should be a Number');
|
|
35
|
+
str += `; Max-Age=${Math.floor(maxAge)}`;
|
|
36
|
+
}
|
|
37
|
+
if (opt.domain) {
|
|
38
|
+
if (!fieldContentRegExp.test(opt.domain)) {
|
|
39
|
+
throw new TypeError('option domain is invalid');
|
|
40
|
+
}
|
|
41
|
+
str += `; Domain=${opt.domain}`;
|
|
42
|
+
}
|
|
43
|
+
if (opt.path) {
|
|
44
|
+
if (!fieldContentRegExp.test(opt.path)) {
|
|
45
|
+
throw new TypeError('option path is invalid');
|
|
46
|
+
}
|
|
47
|
+
str += `; Path=${opt.path}`;
|
|
48
|
+
}
|
|
49
|
+
if (opt.expires) {
|
|
50
|
+
if (typeof opt.expires.toUTCString !== 'function') {
|
|
51
|
+
throw new TypeError('option expires is invalid');
|
|
52
|
+
}
|
|
53
|
+
str += `; Expires=${opt.expires.toUTCString()}`;
|
|
54
|
+
}
|
|
55
|
+
if (opt.httpOnly) str += '; HttpOnly';
|
|
56
|
+
if (opt.secure) str += '; Secure';
|
|
57
|
+
if (opt.sameSite) {
|
|
58
|
+
const sameSite = typeof opt.sameSite === 'string' ? opt.sameSite.toLowerCase() : opt.sameSite;
|
|
59
|
+
switch (sameSite) {
|
|
60
|
+
case true:
|
|
61
|
+
str += '; SameSite=Strict';
|
|
62
|
+
break;
|
|
63
|
+
case 'lax':
|
|
64
|
+
str += '; SameSite=Lax';
|
|
65
|
+
break;
|
|
66
|
+
case 'strict':
|
|
67
|
+
str += '; SameSite=Strict';
|
|
68
|
+
break;
|
|
69
|
+
case 'none':
|
|
70
|
+
str += '; SameSite=None';
|
|
71
|
+
break;
|
|
72
|
+
default:
|
|
73
|
+
throw new TypeError('option sameSite is invalid');
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
if (opt.partitioned) str += '; Partitioned';
|
|
77
|
+
return str;
|
|
78
|
+
};
|
|
79
|
+
const cookie = {
|
|
80
|
+
create(name, value, minutes, domain) {
|
|
81
|
+
let cookieOptions = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {
|
|
82
|
+
path: '/',
|
|
83
|
+
sameSite: 'strict'
|
|
84
|
+
};
|
|
85
|
+
if (minutes) {
|
|
86
|
+
cookieOptions.expires = new Date();
|
|
87
|
+
cookieOptions.expires.setTime(cookieOptions.expires.getTime() + minutes * 60 * 1000);
|
|
88
|
+
}
|
|
89
|
+
if (domain) cookieOptions.domain = domain;
|
|
90
|
+
document.cookie = serializeCookie(name, value, cookieOptions);
|
|
91
|
+
},
|
|
92
|
+
read(name) {
|
|
93
|
+
const nameEQ = `${name}=`;
|
|
94
|
+
const ca = document.cookie.split(';');
|
|
95
|
+
for (let i = 0; i < ca.length; i++) {
|
|
96
|
+
let c = ca[i];
|
|
97
|
+
while (c.charAt(0) === ' ') c = c.substring(1, c.length);
|
|
98
|
+
if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length);
|
|
99
|
+
}
|
|
100
|
+
return null;
|
|
101
|
+
},
|
|
102
|
+
remove(name, domain) {
|
|
103
|
+
this.create(name, '', -1, domain);
|
|
104
|
+
}
|
|
105
|
+
};
|
|
106
|
+
var cookie$1 = {
|
|
107
|
+
name: 'cookie',
|
|
108
|
+
// Deconstruct the options object and extract the lookupCookie property
|
|
109
|
+
lookup(_ref) {
|
|
110
|
+
let {
|
|
111
|
+
lookupCookie
|
|
112
|
+
} = _ref;
|
|
113
|
+
if (lookupCookie && typeof document !== 'undefined') {
|
|
114
|
+
return cookie.read(lookupCookie) || undefined;
|
|
115
|
+
}
|
|
116
|
+
return undefined;
|
|
117
|
+
},
|
|
118
|
+
// Deconstruct the options object and extract the lookupCookie, cookieMinutes, cookieDomain, and cookieOptions properties
|
|
119
|
+
cacheUserLanguage(lng, _ref2) {
|
|
120
|
+
let {
|
|
121
|
+
lookupCookie,
|
|
122
|
+
cookieMinutes,
|
|
123
|
+
cookieDomain,
|
|
124
|
+
cookieOptions
|
|
125
|
+
} = _ref2;
|
|
126
|
+
if (lookupCookie && typeof document !== 'undefined') {
|
|
127
|
+
cookie.create(lookupCookie, lng, cookieMinutes, cookieDomain, cookieOptions);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
var querystring = {
|
|
133
|
+
name: 'querystring',
|
|
134
|
+
// Deconstruct the options object and extract the lookupQuerystring property
|
|
135
|
+
lookup(_ref) {
|
|
136
|
+
let {
|
|
137
|
+
lookupQuerystring
|
|
138
|
+
} = _ref;
|
|
139
|
+
let found;
|
|
140
|
+
if (typeof window !== 'undefined') {
|
|
141
|
+
let {
|
|
142
|
+
search
|
|
143
|
+
} = window.location;
|
|
144
|
+
if (!window.location.search && window.location.hash?.indexOf('?') > -1) {
|
|
145
|
+
search = window.location.hash.substring(window.location.hash.indexOf('?'));
|
|
146
|
+
}
|
|
147
|
+
const query = search.substring(1);
|
|
148
|
+
const params = query.split('&');
|
|
149
|
+
for (let i = 0; i < params.length; i++) {
|
|
150
|
+
const pos = params[i].indexOf('=');
|
|
151
|
+
if (pos > 0) {
|
|
152
|
+
const key = params[i].substring(0, pos);
|
|
153
|
+
if (key === lookupQuerystring) {
|
|
154
|
+
found = params[i].substring(pos + 1);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
return found;
|
|
160
|
+
}
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
var hash = {
|
|
164
|
+
name: 'hash',
|
|
165
|
+
// Deconstruct the options object and extract the lookupHash property and the lookupFromHashIndex property
|
|
166
|
+
lookup(_ref) {
|
|
167
|
+
let {
|
|
168
|
+
lookupHash,
|
|
169
|
+
lookupFromHashIndex
|
|
170
|
+
} = _ref;
|
|
171
|
+
let found;
|
|
172
|
+
if (typeof window !== 'undefined') {
|
|
173
|
+
const {
|
|
174
|
+
hash
|
|
175
|
+
} = window.location;
|
|
176
|
+
if (hash && hash.length > 2) {
|
|
177
|
+
const query = hash.substring(1);
|
|
178
|
+
if (lookupHash) {
|
|
179
|
+
const params = query.split('&');
|
|
180
|
+
for (let i = 0; i < params.length; i++) {
|
|
181
|
+
const pos = params[i].indexOf('=');
|
|
182
|
+
if (pos > 0) {
|
|
183
|
+
const key = params[i].substring(0, pos);
|
|
184
|
+
if (key === lookupHash) {
|
|
185
|
+
found = params[i].substring(pos + 1);
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
if (found) return found;
|
|
191
|
+
if (!found && lookupFromHashIndex > -1) {
|
|
192
|
+
const language = hash.match(/\/([a-zA-Z-]*)/g);
|
|
193
|
+
if (!Array.isArray(language)) return undefined;
|
|
194
|
+
const index = typeof lookupFromHashIndex === 'number' ? lookupFromHashIndex : 0;
|
|
195
|
+
return language[index]?.replace('/', '');
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
return found;
|
|
200
|
+
}
|
|
201
|
+
};
|
|
202
|
+
|
|
203
|
+
let hasLocalStorageSupport = null;
|
|
204
|
+
const localStorageAvailable = () => {
|
|
205
|
+
if (hasLocalStorageSupport !== null) return hasLocalStorageSupport;
|
|
206
|
+
try {
|
|
207
|
+
hasLocalStorageSupport = typeof window !== 'undefined' && window.localStorage !== null;
|
|
208
|
+
if (!hasLocalStorageSupport) {
|
|
209
|
+
return false;
|
|
210
|
+
}
|
|
211
|
+
const testKey = 'i18next.translate.boo';
|
|
212
|
+
window.localStorage.setItem(testKey, 'foo');
|
|
213
|
+
window.localStorage.removeItem(testKey);
|
|
214
|
+
} catch (e) {
|
|
215
|
+
hasLocalStorageSupport = false;
|
|
216
|
+
}
|
|
217
|
+
return hasLocalStorageSupport;
|
|
218
|
+
};
|
|
219
|
+
var localStorage = {
|
|
220
|
+
name: 'localStorage',
|
|
221
|
+
// Deconstruct the options object and extract the lookupLocalStorage property
|
|
222
|
+
lookup(_ref) {
|
|
223
|
+
let {
|
|
224
|
+
lookupLocalStorage
|
|
225
|
+
} = _ref;
|
|
226
|
+
if (lookupLocalStorage && localStorageAvailable()) {
|
|
227
|
+
return window.localStorage.getItem(lookupLocalStorage) || undefined; // Undefined ensures type consistency with the previous version of this function
|
|
228
|
+
}
|
|
229
|
+
return undefined;
|
|
230
|
+
},
|
|
231
|
+
// Deconstruct the options object and extract the lookupLocalStorage property
|
|
232
|
+
cacheUserLanguage(lng, _ref2) {
|
|
233
|
+
let {
|
|
234
|
+
lookupLocalStorage
|
|
235
|
+
} = _ref2;
|
|
236
|
+
if (lookupLocalStorage && localStorageAvailable()) {
|
|
237
|
+
window.localStorage.setItem(lookupLocalStorage, lng);
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
};
|
|
241
|
+
|
|
242
|
+
let hasSessionStorageSupport = null;
|
|
243
|
+
const sessionStorageAvailable = () => {
|
|
244
|
+
if (hasSessionStorageSupport !== null) return hasSessionStorageSupport;
|
|
245
|
+
try {
|
|
246
|
+
hasSessionStorageSupport = typeof window !== 'undefined' && window.sessionStorage !== null;
|
|
247
|
+
if (!hasSessionStorageSupport) {
|
|
248
|
+
return false;
|
|
249
|
+
}
|
|
250
|
+
const testKey = 'i18next.translate.boo';
|
|
251
|
+
window.sessionStorage.setItem(testKey, 'foo');
|
|
252
|
+
window.sessionStorage.removeItem(testKey);
|
|
253
|
+
} catch (e) {
|
|
254
|
+
hasSessionStorageSupport = false;
|
|
255
|
+
}
|
|
256
|
+
return hasSessionStorageSupport;
|
|
257
|
+
};
|
|
258
|
+
var sessionStorage = {
|
|
259
|
+
name: 'sessionStorage',
|
|
260
|
+
lookup(_ref) {
|
|
261
|
+
let {
|
|
262
|
+
lookupSessionStorage
|
|
263
|
+
} = _ref;
|
|
264
|
+
if (lookupSessionStorage && sessionStorageAvailable()) {
|
|
265
|
+
return window.sessionStorage.getItem(lookupSessionStorage) || undefined;
|
|
266
|
+
}
|
|
267
|
+
return undefined;
|
|
268
|
+
},
|
|
269
|
+
cacheUserLanguage(lng, _ref2) {
|
|
270
|
+
let {
|
|
271
|
+
lookupSessionStorage
|
|
272
|
+
} = _ref2;
|
|
273
|
+
if (lookupSessionStorage && sessionStorageAvailable()) {
|
|
274
|
+
window.sessionStorage.setItem(lookupSessionStorage, lng);
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
};
|
|
278
|
+
|
|
279
|
+
var navigator$1 = {
|
|
280
|
+
name: 'navigator',
|
|
281
|
+
lookup(options) {
|
|
282
|
+
const found = [];
|
|
283
|
+
if (typeof navigator !== 'undefined') {
|
|
284
|
+
const {
|
|
285
|
+
languages,
|
|
286
|
+
userLanguage,
|
|
287
|
+
language
|
|
288
|
+
} = navigator;
|
|
289
|
+
if (languages) {
|
|
290
|
+
// chrome only; not an array, so can't use .push.apply instead of iterating
|
|
291
|
+
for (let i = 0; i < languages.length; i++) {
|
|
292
|
+
found.push(languages[i]);
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
if (userLanguage) {
|
|
296
|
+
found.push(userLanguage);
|
|
297
|
+
}
|
|
298
|
+
if (language) {
|
|
299
|
+
found.push(language);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
return found.length > 0 ? found : undefined;
|
|
303
|
+
}
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
var htmlTag = {
|
|
307
|
+
name: 'htmlTag',
|
|
308
|
+
// Deconstruct the options object and extract the htmlTag property
|
|
309
|
+
lookup(_ref) {
|
|
310
|
+
let {
|
|
311
|
+
htmlTag
|
|
312
|
+
} = _ref;
|
|
313
|
+
let found;
|
|
314
|
+
const internalHtmlTag = htmlTag || (typeof document !== 'undefined' ? document.documentElement : null);
|
|
315
|
+
if (internalHtmlTag && typeof internalHtmlTag.getAttribute === 'function') {
|
|
316
|
+
found = internalHtmlTag.getAttribute('lang');
|
|
317
|
+
}
|
|
318
|
+
return found;
|
|
319
|
+
}
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
var path = {
|
|
323
|
+
name: 'path',
|
|
324
|
+
// Deconstruct the options object and extract the lookupFromPathIndex property
|
|
325
|
+
lookup(_ref) {
|
|
326
|
+
let {
|
|
327
|
+
lookupFromPathIndex
|
|
328
|
+
} = _ref;
|
|
329
|
+
if (typeof window === 'undefined') return undefined;
|
|
330
|
+
const language = window.location.pathname.match(/\/([a-zA-Z-]*)/g);
|
|
331
|
+
if (!Array.isArray(language)) return undefined;
|
|
332
|
+
const index = typeof lookupFromPathIndex === 'number' ? lookupFromPathIndex : 0;
|
|
333
|
+
return language[index]?.replace('/', '');
|
|
334
|
+
}
|
|
335
|
+
};
|
|
336
|
+
|
|
337
|
+
var subdomain = {
|
|
338
|
+
name: 'subdomain',
|
|
339
|
+
lookup(_ref) {
|
|
340
|
+
let {
|
|
341
|
+
lookupFromSubdomainIndex
|
|
342
|
+
} = _ref;
|
|
343
|
+
// If given get the subdomain index else 1
|
|
344
|
+
const internalLookupFromSubdomainIndex = typeof lookupFromSubdomainIndex === 'number' ? lookupFromSubdomainIndex + 1 : 1;
|
|
345
|
+
// get all matches if window.location. is existing
|
|
346
|
+
// first item of match is the match itself and the second is the first group match which should be the first subdomain match
|
|
347
|
+
// is the hostname no public domain get the or option of localhost
|
|
348
|
+
const language = typeof window !== 'undefined' && window.location?.hostname?.match(/^(\w{2,5})\.(([a-z0-9-]{1,63}\.[a-z]{2,6})|localhost)/i);
|
|
349
|
+
|
|
350
|
+
// if there is no match (null) return undefined
|
|
351
|
+
if (!language) return undefined;
|
|
352
|
+
// return the given group match
|
|
353
|
+
return language[internalLookupFromSubdomainIndex];
|
|
354
|
+
}
|
|
355
|
+
};
|
|
356
|
+
|
|
357
|
+
// some environments, throws when accessing document.cookie
|
|
358
|
+
let canCookies = false;
|
|
359
|
+
try {
|
|
360
|
+
// eslint-disable-next-line no-unused-expressions
|
|
361
|
+
document.cookie;
|
|
362
|
+
canCookies = true;
|
|
363
|
+
// eslint-disable-next-line no-empty
|
|
364
|
+
} catch (e) {}
|
|
365
|
+
const order = ['querystring', 'cookie', 'localStorage', 'sessionStorage', 'navigator', 'htmlTag'];
|
|
366
|
+
if (!canCookies) order.splice(1, 1);
|
|
367
|
+
const getDefaults = () => ({
|
|
368
|
+
order,
|
|
369
|
+
lookupQuerystring: 'lng',
|
|
370
|
+
lookupCookie: 'i18next',
|
|
371
|
+
lookupLocalStorage: 'i18nextLng',
|
|
372
|
+
lookupSessionStorage: 'i18nextLng',
|
|
373
|
+
// cache user language
|
|
374
|
+
caches: ['localStorage'],
|
|
375
|
+
excludeCacheFor: ['cimode'],
|
|
376
|
+
// cookieMinutes: 10,
|
|
377
|
+
// cookieDomain: 'myDomain'
|
|
378
|
+
|
|
379
|
+
convertDetectedLanguage: l => l
|
|
380
|
+
});
|
|
381
|
+
class Browser {
|
|
382
|
+
constructor(services) {
|
|
383
|
+
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
384
|
+
this.type = 'languageDetector';
|
|
385
|
+
this.detectors = {};
|
|
386
|
+
this.init(services, options);
|
|
387
|
+
}
|
|
388
|
+
init() {
|
|
389
|
+
let services = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {
|
|
390
|
+
languageUtils: {}
|
|
391
|
+
};
|
|
392
|
+
let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
393
|
+
let i18nOptions = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
394
|
+
this.services = services;
|
|
395
|
+
this.options = defaults(options, this.options || {}, getDefaults());
|
|
396
|
+
if (typeof this.options.convertDetectedLanguage === 'string' && this.options.convertDetectedLanguage.indexOf('15897') > -1) {
|
|
397
|
+
this.options.convertDetectedLanguage = l => l.replace('-', '_');
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
// backwards compatibility
|
|
401
|
+
if (this.options.lookupFromUrlIndex) this.options.lookupFromPathIndex = this.options.lookupFromUrlIndex;
|
|
402
|
+
this.i18nOptions = i18nOptions;
|
|
403
|
+
this.addDetector(cookie$1);
|
|
404
|
+
this.addDetector(querystring);
|
|
405
|
+
this.addDetector(localStorage);
|
|
406
|
+
this.addDetector(sessionStorage);
|
|
407
|
+
this.addDetector(navigator$1);
|
|
408
|
+
this.addDetector(htmlTag);
|
|
409
|
+
this.addDetector(path);
|
|
410
|
+
this.addDetector(subdomain);
|
|
411
|
+
this.addDetector(hash);
|
|
412
|
+
}
|
|
413
|
+
addDetector(detector) {
|
|
414
|
+
this.detectors[detector.name] = detector;
|
|
415
|
+
return this;
|
|
416
|
+
}
|
|
417
|
+
detect() {
|
|
418
|
+
let detectionOrder = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this.options.order;
|
|
419
|
+
let detected = [];
|
|
420
|
+
detectionOrder.forEach(detectorName => {
|
|
421
|
+
if (this.detectors[detectorName]) {
|
|
422
|
+
let lookup = this.detectors[detectorName].lookup(this.options);
|
|
423
|
+
if (lookup && typeof lookup === 'string') lookup = [lookup];
|
|
424
|
+
if (lookup) detected = detected.concat(lookup);
|
|
425
|
+
}
|
|
426
|
+
});
|
|
427
|
+
detected = detected.filter(d => d !== undefined && d !== null && !hasXSS(d)).map(d => this.options.convertDetectedLanguage(d));
|
|
428
|
+
if (this.services && this.services.languageUtils && this.services.languageUtils.getBestMatchFromCodes) return detected; // new i18next v19.5.0
|
|
429
|
+
return detected.length > 0 ? detected[0] : null; // a little backward compatibility
|
|
430
|
+
}
|
|
431
|
+
cacheUserLanguage(lng) {
|
|
432
|
+
let caches = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.options.caches;
|
|
433
|
+
if (!caches) return;
|
|
434
|
+
if (this.options.excludeCacheFor && this.options.excludeCacheFor.indexOf(lng) > -1) return;
|
|
435
|
+
caches.forEach(cacheName => {
|
|
436
|
+
if (this.detectors[cacheName]) this.detectors[cacheName].cacheUserLanguage(lng, this.options);
|
|
437
|
+
});
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
Browser.type = 'languageDetector';
|
|
441
|
+
|
|
442
|
+
var resourcesToBackend = function resourcesToBackend(res) {
|
|
443
|
+
return {
|
|
444
|
+
type: 'backend',
|
|
445
|
+
init: function init(services, backendOptions, i18nextOptions) {},
|
|
446
|
+
read: function read(language, namespace, callback) {
|
|
447
|
+
if (typeof res === 'function') {
|
|
448
|
+
if (res.length < 3) {
|
|
449
|
+
try {
|
|
450
|
+
var r = res(language, namespace);
|
|
451
|
+
if (r && typeof r.then === 'function') {
|
|
452
|
+
r.then(function (data) {
|
|
453
|
+
return callback(null, data && data.default || data);
|
|
454
|
+
}).catch(callback);
|
|
455
|
+
} else {
|
|
456
|
+
callback(null, r);
|
|
457
|
+
}
|
|
458
|
+
} catch (err) {
|
|
459
|
+
callback(err);
|
|
460
|
+
}
|
|
461
|
+
return;
|
|
462
|
+
}
|
|
463
|
+
res(language, namespace, callback);
|
|
464
|
+
return;
|
|
465
|
+
}
|
|
466
|
+
callback(null, res && res[language] && res[language][namespace]);
|
|
467
|
+
}
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
|
|
471
|
+
export { Browser as B, resourcesToBackend as r };
|
|
472
|
+
//# sourceMappingURL=index-CgFudTTK.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-CgFudTTK.js","sources":["../node_modules/i18next-browser-languagedetector/dist/esm/i18nextBrowserLanguageDetector.js","../node_modules/i18next-resources-to-backend/dist/esm/index.js"],"sourcesContent":["const {\n slice,\n forEach\n} = [];\nfunction defaults(obj) {\n forEach.call(slice.call(arguments, 1), source => {\n if (source) {\n for (const prop in source) {\n if (obj[prop] === undefined) obj[prop] = source[prop];\n }\n }\n });\n return obj;\n}\nfunction hasXSS(input) {\n if (typeof input !== 'string') return false;\n\n // Common XSS attack patterns\n const xssPatterns = [/<\\s*script.*?>/i, /<\\s*\\/\\s*script\\s*>/i, /<\\s*img.*?on\\w+\\s*=/i, /<\\s*\\w+\\s*on\\w+\\s*=.*?>/i, /javascript\\s*:/i, /vbscript\\s*:/i, /expression\\s*\\(/i, /eval\\s*\\(/i, /alert\\s*\\(/i, /document\\.cookie/i, /document\\.write\\s*\\(/i, /window\\.location/i, /innerHTML/i];\n return xssPatterns.some(pattern => pattern.test(input));\n}\n\n// eslint-disable-next-line no-control-regex\nconst fieldContentRegExp = /^[\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+$/;\nconst serializeCookie = function (name, val) {\n let options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {\n path: '/'\n };\n const opt = options;\n const value = encodeURIComponent(val);\n let str = `${name}=${value}`;\n if (opt.maxAge > 0) {\n const maxAge = opt.maxAge - 0;\n if (Number.isNaN(maxAge)) throw new Error('maxAge should be a Number');\n str += `; Max-Age=${Math.floor(maxAge)}`;\n }\n if (opt.domain) {\n if (!fieldContentRegExp.test(opt.domain)) {\n throw new TypeError('option domain is invalid');\n }\n str += `; Domain=${opt.domain}`;\n }\n if (opt.path) {\n if (!fieldContentRegExp.test(opt.path)) {\n throw new TypeError('option path is invalid');\n }\n str += `; Path=${opt.path}`;\n }\n if (opt.expires) {\n if (typeof opt.expires.toUTCString !== 'function') {\n throw new TypeError('option expires is invalid');\n }\n str += `; Expires=${opt.expires.toUTCString()}`;\n }\n if (opt.httpOnly) str += '; HttpOnly';\n if (opt.secure) str += '; Secure';\n if (opt.sameSite) {\n const sameSite = typeof opt.sameSite === 'string' ? opt.sameSite.toLowerCase() : opt.sameSite;\n switch (sameSite) {\n case true:\n str += '; SameSite=Strict';\n break;\n case 'lax':\n str += '; SameSite=Lax';\n break;\n case 'strict':\n str += '; SameSite=Strict';\n break;\n case 'none':\n str += '; SameSite=None';\n break;\n default:\n throw new TypeError('option sameSite is invalid');\n }\n }\n if (opt.partitioned) str += '; Partitioned';\n return str;\n};\nconst cookie = {\n create(name, value, minutes, domain) {\n let cookieOptions = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {\n path: '/',\n sameSite: 'strict'\n };\n if (minutes) {\n cookieOptions.expires = new Date();\n cookieOptions.expires.setTime(cookieOptions.expires.getTime() + minutes * 60 * 1000);\n }\n if (domain) cookieOptions.domain = domain;\n document.cookie = serializeCookie(name, value, cookieOptions);\n },\n read(name) {\n const nameEQ = `${name}=`;\n const ca = document.cookie.split(';');\n for (let i = 0; i < ca.length; i++) {\n let c = ca[i];\n while (c.charAt(0) === ' ') c = c.substring(1, c.length);\n if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length);\n }\n return null;\n },\n remove(name, domain) {\n this.create(name, '', -1, domain);\n }\n};\nvar cookie$1 = {\n name: 'cookie',\n // Deconstruct the options object and extract the lookupCookie property\n lookup(_ref) {\n let {\n lookupCookie\n } = _ref;\n if (lookupCookie && typeof document !== 'undefined') {\n return cookie.read(lookupCookie) || undefined;\n }\n return undefined;\n },\n // Deconstruct the options object and extract the lookupCookie, cookieMinutes, cookieDomain, and cookieOptions properties\n cacheUserLanguage(lng, _ref2) {\n let {\n lookupCookie,\n cookieMinutes,\n cookieDomain,\n cookieOptions\n } = _ref2;\n if (lookupCookie && typeof document !== 'undefined') {\n cookie.create(lookupCookie, lng, cookieMinutes, cookieDomain, cookieOptions);\n }\n }\n};\n\nvar querystring = {\n name: 'querystring',\n // Deconstruct the options object and extract the lookupQuerystring property\n lookup(_ref) {\n let {\n lookupQuerystring\n } = _ref;\n let found;\n if (typeof window !== 'undefined') {\n let {\n search\n } = window.location;\n if (!window.location.search && window.location.hash?.indexOf('?') > -1) {\n search = window.location.hash.substring(window.location.hash.indexOf('?'));\n }\n const query = search.substring(1);\n const params = query.split('&');\n for (let i = 0; i < params.length; i++) {\n const pos = params[i].indexOf('=');\n if (pos > 0) {\n const key = params[i].substring(0, pos);\n if (key === lookupQuerystring) {\n found = params[i].substring(pos + 1);\n }\n }\n }\n }\n return found;\n }\n};\n\nvar hash = {\n name: 'hash',\n // Deconstruct the options object and extract the lookupHash property and the lookupFromHashIndex property\n lookup(_ref) {\n let {\n lookupHash,\n lookupFromHashIndex\n } = _ref;\n let found;\n if (typeof window !== 'undefined') {\n const {\n hash\n } = window.location;\n if (hash && hash.length > 2) {\n const query = hash.substring(1);\n if (lookupHash) {\n const params = query.split('&');\n for (let i = 0; i < params.length; i++) {\n const pos = params[i].indexOf('=');\n if (pos > 0) {\n const key = params[i].substring(0, pos);\n if (key === lookupHash) {\n found = params[i].substring(pos + 1);\n }\n }\n }\n }\n if (found) return found;\n if (!found && lookupFromHashIndex > -1) {\n const language = hash.match(/\\/([a-zA-Z-]*)/g);\n if (!Array.isArray(language)) return undefined;\n const index = typeof lookupFromHashIndex === 'number' ? lookupFromHashIndex : 0;\n return language[index]?.replace('/', '');\n }\n }\n }\n return found;\n }\n};\n\nlet hasLocalStorageSupport = null;\nconst localStorageAvailable = () => {\n if (hasLocalStorageSupport !== null) return hasLocalStorageSupport;\n try {\n hasLocalStorageSupport = typeof window !== 'undefined' && window.localStorage !== null;\n if (!hasLocalStorageSupport) {\n return false;\n }\n const testKey = 'i18next.translate.boo';\n window.localStorage.setItem(testKey, 'foo');\n window.localStorage.removeItem(testKey);\n } catch (e) {\n hasLocalStorageSupport = false;\n }\n return hasLocalStorageSupport;\n};\nvar localStorage = {\n name: 'localStorage',\n // Deconstruct the options object and extract the lookupLocalStorage property\n lookup(_ref) {\n let {\n lookupLocalStorage\n } = _ref;\n if (lookupLocalStorage && localStorageAvailable()) {\n return window.localStorage.getItem(lookupLocalStorage) || undefined; // Undefined ensures type consistency with the previous version of this function\n }\n return undefined;\n },\n // Deconstruct the options object and extract the lookupLocalStorage property\n cacheUserLanguage(lng, _ref2) {\n let {\n lookupLocalStorage\n } = _ref2;\n if (lookupLocalStorage && localStorageAvailable()) {\n window.localStorage.setItem(lookupLocalStorage, lng);\n }\n }\n};\n\nlet hasSessionStorageSupport = null;\nconst sessionStorageAvailable = () => {\n if (hasSessionStorageSupport !== null) return hasSessionStorageSupport;\n try {\n hasSessionStorageSupport = typeof window !== 'undefined' && window.sessionStorage !== null;\n if (!hasSessionStorageSupport) {\n return false;\n }\n const testKey = 'i18next.translate.boo';\n window.sessionStorage.setItem(testKey, 'foo');\n window.sessionStorage.removeItem(testKey);\n } catch (e) {\n hasSessionStorageSupport = false;\n }\n return hasSessionStorageSupport;\n};\nvar sessionStorage = {\n name: 'sessionStorage',\n lookup(_ref) {\n let {\n lookupSessionStorage\n } = _ref;\n if (lookupSessionStorage && sessionStorageAvailable()) {\n return window.sessionStorage.getItem(lookupSessionStorage) || undefined;\n }\n return undefined;\n },\n cacheUserLanguage(lng, _ref2) {\n let {\n lookupSessionStorage\n } = _ref2;\n if (lookupSessionStorage && sessionStorageAvailable()) {\n window.sessionStorage.setItem(lookupSessionStorage, lng);\n }\n }\n};\n\nvar navigator$1 = {\n name: 'navigator',\n lookup(options) {\n const found = [];\n if (typeof navigator !== 'undefined') {\n const {\n languages,\n userLanguage,\n language\n } = navigator;\n if (languages) {\n // chrome only; not an array, so can't use .push.apply instead of iterating\n for (let i = 0; i < languages.length; i++) {\n found.push(languages[i]);\n }\n }\n if (userLanguage) {\n found.push(userLanguage);\n }\n if (language) {\n found.push(language);\n }\n }\n return found.length > 0 ? found : undefined;\n }\n};\n\nvar htmlTag = {\n name: 'htmlTag',\n // Deconstruct the options object and extract the htmlTag property\n lookup(_ref) {\n let {\n htmlTag\n } = _ref;\n let found;\n const internalHtmlTag = htmlTag || (typeof document !== 'undefined' ? document.documentElement : null);\n if (internalHtmlTag && typeof internalHtmlTag.getAttribute === 'function') {\n found = internalHtmlTag.getAttribute('lang');\n }\n return found;\n }\n};\n\nvar path = {\n name: 'path',\n // Deconstruct the options object and extract the lookupFromPathIndex property\n lookup(_ref) {\n let {\n lookupFromPathIndex\n } = _ref;\n if (typeof window === 'undefined') return undefined;\n const language = window.location.pathname.match(/\\/([a-zA-Z-]*)/g);\n if (!Array.isArray(language)) return undefined;\n const index = typeof lookupFromPathIndex === 'number' ? lookupFromPathIndex : 0;\n return language[index]?.replace('/', '');\n }\n};\n\nvar subdomain = {\n name: 'subdomain',\n lookup(_ref) {\n let {\n lookupFromSubdomainIndex\n } = _ref;\n // If given get the subdomain index else 1\n const internalLookupFromSubdomainIndex = typeof lookupFromSubdomainIndex === 'number' ? lookupFromSubdomainIndex + 1 : 1;\n // get all matches if window.location. is existing\n // first item of match is the match itself and the second is the first group match which should be the first subdomain match\n // is the hostname no public domain get the or option of localhost\n const language = typeof window !== 'undefined' && window.location?.hostname?.match(/^(\\w{2,5})\\.(([a-z0-9-]{1,63}\\.[a-z]{2,6})|localhost)/i);\n\n // if there is no match (null) return undefined\n if (!language) return undefined;\n // return the given group match\n return language[internalLookupFromSubdomainIndex];\n }\n};\n\n// some environments, throws when accessing document.cookie\nlet canCookies = false;\ntry {\n // eslint-disable-next-line no-unused-expressions\n document.cookie;\n canCookies = true;\n // eslint-disable-next-line no-empty\n} catch (e) {}\nconst order = ['querystring', 'cookie', 'localStorage', 'sessionStorage', 'navigator', 'htmlTag'];\nif (!canCookies) order.splice(1, 1);\nconst getDefaults = () => ({\n order,\n lookupQuerystring: 'lng',\n lookupCookie: 'i18next',\n lookupLocalStorage: 'i18nextLng',\n lookupSessionStorage: 'i18nextLng',\n // cache user language\n caches: ['localStorage'],\n excludeCacheFor: ['cimode'],\n // cookieMinutes: 10,\n // cookieDomain: 'myDomain'\n\n convertDetectedLanguage: l => l\n});\nclass Browser {\n constructor(services) {\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n this.type = 'languageDetector';\n this.detectors = {};\n this.init(services, options);\n }\n init() {\n let services = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {\n languageUtils: {}\n };\n let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n let i18nOptions = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n this.services = services;\n this.options = defaults(options, this.options || {}, getDefaults());\n if (typeof this.options.convertDetectedLanguage === 'string' && this.options.convertDetectedLanguage.indexOf('15897') > -1) {\n this.options.convertDetectedLanguage = l => l.replace('-', '_');\n }\n\n // backwards compatibility\n if (this.options.lookupFromUrlIndex) this.options.lookupFromPathIndex = this.options.lookupFromUrlIndex;\n this.i18nOptions = i18nOptions;\n this.addDetector(cookie$1);\n this.addDetector(querystring);\n this.addDetector(localStorage);\n this.addDetector(sessionStorage);\n this.addDetector(navigator$1);\n this.addDetector(htmlTag);\n this.addDetector(path);\n this.addDetector(subdomain);\n this.addDetector(hash);\n }\n addDetector(detector) {\n this.detectors[detector.name] = detector;\n return this;\n }\n detect() {\n let detectionOrder = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this.options.order;\n let detected = [];\n detectionOrder.forEach(detectorName => {\n if (this.detectors[detectorName]) {\n let lookup = this.detectors[detectorName].lookup(this.options);\n if (lookup && typeof lookup === 'string') lookup = [lookup];\n if (lookup) detected = detected.concat(lookup);\n }\n });\n detected = detected.filter(d => d !== undefined && d !== null && !hasXSS(d)).map(d => this.options.convertDetectedLanguage(d));\n if (this.services && this.services.languageUtils && this.services.languageUtils.getBestMatchFromCodes) return detected; // new i18next v19.5.0\n return detected.length > 0 ? detected[0] : null; // a little backward compatibility\n }\n cacheUserLanguage(lng) {\n let caches = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.options.caches;\n if (!caches) return;\n if (this.options.excludeCacheFor && this.options.excludeCacheFor.indexOf(lng) > -1) return;\n caches.forEach(cacheName => {\n if (this.detectors[cacheName]) this.detectors[cacheName].cacheUserLanguage(lng, this.options);\n });\n }\n}\nBrowser.type = 'languageDetector';\n\nexport { Browser as default };\n","var resourcesToBackend = function resourcesToBackend(res) {\n return {\n type: 'backend',\n init: function init(services, backendOptions, i18nextOptions) {},\n read: function read(language, namespace, callback) {\n if (typeof res === 'function') {\n if (res.length < 3) {\n try {\n var r = res(language, namespace);\n if (r && typeof r.then === 'function') {\n r.then(function (data) {\n return callback(null, data && data.default || data);\n }).catch(callback);\n } else {\n callback(null, r);\n }\n } catch (err) {\n callback(err);\n }\n return;\n }\n res(language, namespace, callback);\n return;\n }\n callback(null, res && res[language] && res[language][namespace]);\n }\n };\n};\n\nexport { resourcesToBackend as default };\n"],"names":[],"mappings":"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","x_google_ignoreList":[0,1]}
|