@cirkay-eng/cirkay-components 0.7.2 → 0.7.5
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/base/magic/MagicAPI.d.ts.map +1 -1
- package/dist/base/magic/MagicAPI.js +5 -3
- package/dist/base/magic/MagicAPI.js.map +1 -1
- package/dist/base/n3xus/N3xusAPI.d.ts +8 -5
- package/dist/base/n3xus/N3xusAPI.d.ts.map +1 -1
- package/dist/base/n3xus/N3xusAPI.js +112 -49
- package/dist/base/n3xus/N3xusAPI.js.map +1 -1
- package/dist/base/n3xus/types.d.ts +68 -25
- package/dist/base/n3xus/types.d.ts.map +1 -1
- package/dist/base/n3xus/types.js +1 -0
- package/dist/base/n3xus/types.js.map +1 -1
- package/dist/components/connected/connected.d.ts +33 -0
- package/dist/components/connected/connected.d.ts.map +1 -0
- package/dist/components/connected/connected.js +592 -0
- package/dist/components/connected/connected.js.map +1 -0
- package/dist/components/connected/index.d.ts +8 -0
- package/dist/components/connected/index.d.ts.map +1 -0
- package/dist/components/connected/index.js +6 -0
- package/dist/components/connected/index.js.map +1 -0
- package/dist/components/error-screen/error-screen.d.ts +4 -3
- package/dist/components/error-screen/error-screen.d.ts.map +1 -1
- package/dist/components/error-screen/error-screen.js +6 -11
- package/dist/components/error-screen/error-screen.js.map +1 -1
- package/dist/components/error-screen/index.d.ts +6 -1
- package/dist/components/error-screen/index.d.ts.map +1 -1
- package/dist/components/error-screen/index.js +6 -0
- package/dist/components/error-screen/index.js.map +1 -0
- package/dist/components/fan-pass-claim/fan-pass-claim.d.ts +35 -14
- package/dist/components/fan-pass-claim/fan-pass-claim.d.ts.map +1 -1
- package/dist/components/fan-pass-claim/fan-pass-claim.js +836 -316
- package/dist/components/fan-pass-claim/fan-pass-claim.js.map +1 -1
- package/dist/components/fan-pass-claim/index.d.ts +8 -2
- package/dist/components/fan-pass-claim/index.d.ts.map +1 -1
- package/dist/components/fan-pass-claim/index.js +6 -0
- package/dist/components/fan-pass-claim/index.js.map +1 -0
- package/dist/components/fan-pass-claim/types.d.ts +7 -0
- package/dist/components/fan-pass-claim/types.d.ts.map +1 -1
- package/dist/components/fan-pass-claim/types.js +9 -1
- package/dist/components/fan-pass-claim/types.js.map +1 -1
- package/dist/components/fan-pass-unlock/fan-pass-unlock.d.ts +31 -17
- package/dist/components/fan-pass-unlock/fan-pass-unlock.d.ts.map +1 -1
- package/dist/components/fan-pass-unlock/fan-pass-unlock.js +541 -198
- package/dist/components/fan-pass-unlock/fan-pass-unlock.js.map +1 -1
- package/dist/components/fan-pass-unlock/index.d.ts +8 -2
- package/dist/components/fan-pass-unlock/index.d.ts.map +1 -1
- package/dist/components/fan-pass-unlock/index.js +6 -0
- package/dist/components/fan-pass-unlock/index.js.map +1 -0
- package/dist/components/frame/frame.d.ts +1 -0
- package/dist/components/frame/frame.d.ts.map +1 -1
- package/dist/components/frame/frame.js +103 -37
- package/dist/components/frame/frame.js.map +1 -1
- package/dist/components/frame/index.d.ts +6 -1
- package/dist/components/frame/index.d.ts.map +1 -1
- package/dist/components/frame/index.js +6 -0
- package/dist/components/frame/index.js.map +1 -0
- package/dist/components/index.d.ts +6 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +11 -3
- package/dist/components/index.js.map +1 -1
- package/dist/components/login/index.d.ts +6 -1
- package/dist/components/login/index.d.ts.map +1 -1
- package/dist/components/login/index.js +6 -0
- package/dist/components/login/index.js.map +1 -0
- package/dist/components/login/login.d.ts +3 -3
- package/dist/components/login/login.d.ts.map +1 -1
- package/dist/components/login/login.js +98 -47
- package/dist/components/login/login.js.map +1 -1
- package/dist/components/login/types.d.ts +4 -0
- package/dist/components/login/types.d.ts.map +1 -1
- package/dist/components/mobile-pass/index.d.ts +8 -0
- package/dist/components/mobile-pass/index.d.ts.map +1 -0
- package/dist/components/mobile-pass/index.js +6 -0
- package/dist/components/mobile-pass/index.js.map +1 -0
- package/dist/components/mobile-pass/mobile-pass.d.ts +20 -0
- package/dist/components/mobile-pass/mobile-pass.d.ts.map +1 -0
- package/dist/components/mobile-pass/mobile-pass.js +150 -0
- package/dist/components/mobile-pass/mobile-pass.js.map +1 -0
- package/dist/constants/apis.d.ts.map +1 -1
- package/dist/constants/apis.js +0 -1
- package/dist/constants/apis.js.map +1 -1
- package/dist/constants/components.d.ts +1 -1
- package/dist/constants/components.d.ts.map +1 -1
- package/dist/constants/components.js +1 -1
- package/dist/controllers/LoginController.d.ts +35 -5
- package/dist/controllers/LoginController.d.ts.map +1 -1
- package/dist/controllers/LoginController.js +46 -29
- package/dist/controllers/LoginController.js.map +1 -1
- package/dist/docs/error-screen/designTokens.d.ts +1 -3
- package/dist/docs/error-screen/designTokens.d.ts.map +1 -1
- package/dist/docs/fan-pass-claim/designTokens.d.ts.map +1 -1
- package/dist/docs/fan-pass-claim/fan-pass-claim.stories.d.ts +1 -1
- package/dist/docs/fan-pass-claim/fan-pass-claim.stories.d.ts.map +1 -1
- package/dist/docs/fan-pass-unlock/designTokens.d.ts.map +1 -1
- package/dist/docs/fan-pass-unlock/fan-pass-unlock.stories.d.ts +1 -1
- package/dist/docs/fan-pass-unlock/fan-pass-unlock.stories.d.ts.map +1 -1
- package/dist/docs/login/designTokens.d.ts +1 -3
- package/dist/docs/login/designTokens.d.ts.map +1 -1
- package/dist/docs/login/login.stories.d.ts +1 -1
- package/dist/docs/login/login.stories.d.ts.map +1 -1
- package/dist/docs/mobile-pass/designTokens.d.ts +3 -0
- package/dist/docs/mobile-pass/designTokens.d.ts.map +1 -0
- package/dist/docs/mobile-pass/mobile-pass.stories.d.ts +6 -0
- package/dist/docs/mobile-pass/mobile-pass.stories.d.ts.map +1 -0
- package/dist/events/claim.d.ts +5 -4
- package/dist/events/claim.d.ts.map +1 -1
- package/dist/events/claim.js +2 -2
- package/dist/events/claim.js.map +1 -1
- package/dist/events/login.d.ts +11 -4
- package/dist/events/login.d.ts.map +1 -1
- package/dist/events/login.js +5 -4
- package/dist/events/login.js.map +1 -1
- package/dist/events/unlock.d.ts +16 -2
- package/dist/events/unlock.d.ts.map +1 -1
- package/dist/events/unlock.js +4 -2
- package/dist/events/unlock.js.map +1 -1
- package/dist/internal/CirkayElement.d.ts.map +1 -1
- package/dist/internal/CirkayElement.js +0 -2
- package/dist/internal/CirkayElement.js.map +1 -1
- package/dist/node_modules/.pnpm/@magic-sdk_provider@28.20.0_localforage@1.10.0/node_modules/@magic-sdk/provider/dist/es/index.js +10 -0
- package/dist/node_modules/.pnpm/@magic-sdk_provider@28.20.0_localforage@1.10.0/node_modules/@magic-sdk/provider/dist/es/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@magic-sdk_provider@29.0.6_localforage@1.10.0/node_modules/@magic-sdk/provider/dist/es/index.js +10 -0
- package/dist/node_modules/.pnpm/@magic-sdk_provider@29.0.6_localforage@1.10.0/node_modules/@magic-sdk/provider/dist/es/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.0/node_modules/@magic-sdk/types/dist/es/index.js +4 -0
- package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.0/node_modules/@magic-sdk/types/dist/es/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.2/node_modules/@magic-sdk/types/dist/es/index.js +4 -0
- package/dist/node_modules/.pnpm/@magic-sdk_types@24.18.2/node_modules/@magic-sdk/types/dist/es/index.js.map +1 -0
- package/dist/node_modules/.pnpm/{@rollup_plugin-typescript@12.1.2_rollup@4.29.1_tslib@2.8.1_typescript@5.7.2 → @rollup_plugin-typescript@12.1.2_rollup@4.34.6_tslib@2.8.1_typescript@5.7.3}/node_modules/tslib/tslib.es6.js.map +1 -1
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.34.8_tslib@2.8.1_typescript@5.7.3/node_modules/tslib/tslib.es6.js +31 -0
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.34.8_tslib@2.8.1_typescript@5.7.3/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.40.1_tslib@2.8.1_typescript@5.8.3/node_modules/tslib/tslib.es6.js +31 -0
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.2_rollup@4.40.1_tslib@2.8.1_typescript@5.8.3/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/node_modules/.pnpm/magic-sdk@28.21.1/node_modules/magic-sdk/dist/es/index.js +9 -0
- package/dist/node_modules/.pnpm/magic-sdk@28.21.1/node_modules/magic-sdk/dist/es/index.js.map +1 -0
- package/dist/node_modules/.pnpm/magic-sdk@29.0.6/node_modules/magic-sdk/dist/es/index.js +9 -0
- package/dist/node_modules/.pnpm/magic-sdk@29.0.6/node_modules/magic-sdk/dist/es/index.js.map +1 -0
- package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/normalize.js +169 -0
- package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/normalize.js.map +1 -0
- package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/querySelectorDeep.js +161 -0
- package/dist/node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/querySelectorDeep.js.map +1 -0
- package/dist/utils/helpers.d.ts +26 -2
- package/dist/utils/helpers.d.ts.map +1 -1
- package/dist/utils/helpers.js +65 -7
- package/dist/utils/helpers.js.map +1 -1
- package/package.json +24 -17
- package/dist/_virtual/_commonjsHelpers.js +0 -6
- package/dist/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/_virtual/index.js +0 -8
- package/dist/_virtual/index.js.map +0 -1
- package/dist/node_modules/.pnpm/axios-rate-limit@1.4.0_axios@1.7.9/node_modules/axios-rate-limit/src/index.js +0 -182
- package/dist/node_modules/.pnpm/axios-rate-limit@1.4.0_axios@1.7.9/node_modules/axios-rate-limit/src/index.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/adapters.js +0 -82
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/adapters.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/fetch.js +0 -230
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/fetch.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/xhr.js +0 -200
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/xhr.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js +0 -87
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/axios.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CancelToken.js +0 -134
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CancelToken.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CanceledError.js +0 -24
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/CanceledError.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/isCancel.js +0 -6
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/cancel/isCancel.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/Axios.js +0 -232
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/Axios.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosError.js +0 -102
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosError.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosHeaders.js +0 -301
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/AxiosHeaders.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/InterceptorManager.js +0 -70
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/InterceptorManager.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/buildFullPath.js +0 -22
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/buildFullPath.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/dispatchRequest.js +0 -82
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/dispatchRequest.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/mergeConfig.js +0 -107
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/mergeConfig.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/settle.js +0 -28
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/settle.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/transformData.js +0 -29
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/core/transformData.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/index.js +0 -160
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/index.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/transitional.js +0 -8
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/defaults/transitional.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/env/data.js +0 -4
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/env/data.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -57
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/AxiosURLSearchParams.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -72
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/HttpStatusCode.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/bind.js +0 -8
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/bind.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/buildURL.js +0 -70
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/buildURL.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/combineURLs.js +0 -16
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/combineURLs.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/composeSignals.js +0 -49
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/composeSignals.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/cookies.js +0 -44
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/cookies.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/formDataToJSON.js +0 -94
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/formDataToJSON.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -16
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAbsoluteURL.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAxiosError.js +0 -15
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isAxiosError.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -17
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/isURLSameOrigin.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/null.js +0 -5
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/null.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseHeaders.js +0 -56
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseHeaders.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseProtocol.js +0 -7
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/parseProtocol.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/progressEventReducer.js +0 -47
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/progressEventReducer.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/resolveConfig.js +0 -59
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/resolveConfig.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/speedometer.js +0 -54
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/speedometer.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/spread.js +0 -29
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/spread.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/throttle.js +0 -45
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/throttle.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toFormData.js +0 -216
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toFormData.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -19
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/toURLEncodedForm.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/trackStream.js +0 -89
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/trackStream.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/validator.js +0 -100
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/helpers/validator.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -4
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/Blob.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -4
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/FormData.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -6
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/index.js +0 -16
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/browser/index.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/common/utils.js +0 -46
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/common/utils.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/index.js +0 -10
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/platform/index.js.map +0 -1
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/utils.js +0 -761
- package/dist/node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/utils.js.map +0 -1
- package/dist/utils/settings.js +0 -7
- package/dist/utils/settings.js.map +0 -1
- /package/dist/node_modules/.pnpm/{@rollup_plugin-typescript@12.1.2_rollup@4.29.1_tslib@2.8.1_typescript@5.7.2 → @rollup_plugin-typescript@12.1.2_rollup@4.34.6_tslib@2.8.1_typescript@5.7.3}/node_modules/tslib/tslib.es6.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"querySelectorDeep.js","sources":["../../../../../../../../../node_modules/.pnpm/query-selector-shadow-dom@1.0.1/node_modules/query-selector-shadow-dom/src/querySelectorDeep.js"],"sourcesContent":["import { normalizeSelector } from './normalize';\n\n/**\n* Finds first matching elements on the page that may be in a shadow root using a complex selector of n-depth\n*\n* Don't have to specify all shadow roots to button, tree is travered to find the correct element\n*\n* Example querySelectorAllDeep('downloads-item:nth-child(4) #remove');\n*\n* Example should work on chrome://downloads outputting the remove button inside of a download card component\n*\n* Example find first active download link element querySelectorDeep('#downloads-list .is-active a[href^=\"https://\"]');\n*\n* Another example querySelectorAllDeep('#downloads-list div#title-area + a');\ne.g.\n*/\nexport function querySelectorAllDeep(selector, root = document, allElements = null) {\n return _querySelectorDeep(selector, true, root, allElements);\n}\n\nexport function querySelectorDeep(selector, root = document, allElements = null) {\n return _querySelectorDeep(selector, false, root, allElements);\n}\n\nfunction _querySelectorDeep(selector, findMany, root, allElements = null) {\n selector = normalizeSelector(selector);\n let lightElement = root.querySelector(selector);\n\n if (document.head.createShadowRoot || document.head.attachShadow) {\n // no need to do any special if selector matches something specific in light-dom\n if (!findMany && lightElement) {\n return lightElement;\n }\n\n // split on commas because those are a logical divide in the operation\n const selectionsToMake = splitByCharacterUnlessQuoted(selector, ',');\n\n return selectionsToMake.reduce((acc, minimalSelector) => {\n // if not finding many just reduce the first match\n if (!findMany && acc) {\n return acc;\n }\n // do best to support complex selectors and split the query\n const splitSelector = splitByCharacterUnlessQuoted(minimalSelector\n //remove white space at start of selector\n .replace(/^\\s+/g, '')\n .replace(/\\s*([>+~]+)\\s*/g, '$1'), ' ')\n // filter out entry white selectors\n .filter((entry) => !!entry)\n // convert \"a > b\" to [\"a\", \"b\"]\n .map((entry) => splitByCharacterUnlessQuoted(entry, '>'));\n\n const possibleElementsIndex = splitSelector.length - 1;\n const lastSplitPart = splitSelector[possibleElementsIndex][splitSelector[possibleElementsIndex].length - 1];\n const possibleElements = collectAllElementsDeep(lastSplitPart, root, allElements);\n const findElements = findMatchingElement(splitSelector, possibleElementsIndex, root);\n if (findMany) {\n acc = acc.concat(possibleElements.filter(findElements));\n return acc;\n } else {\n acc = possibleElements.find(findElements);\n return acc || null;\n }\n }, findMany ? [] : null);\n\n\n } else {\n if (!findMany) {\n return lightElement;\n } else {\n return root.querySelectorAll(selector);\n }\n }\n\n}\n\nfunction findMatchingElement(splitSelector, possibleElementsIndex, root) {\n return (element) => {\n let position = possibleElementsIndex;\n let parent = element;\n let foundElement = false;\n while (parent && !isDocumentNode(parent)) {\n let foundMatch = true;\n if (splitSelector[position].length === 1) {\n foundMatch = parent.matches(splitSelector[position]);\n } else {\n // selector is in the format \"a > b\"\n // make sure a few parents match in order\n const reversedParts = ([]).concat(splitSelector[position]).reverse();\n let newParent = parent;\n for (const part of reversedParts) {\n if (!newParent || !newParent.matches(part)) {\n foundMatch = false;\n break;\n }\n newParent = findParentOrHost(newParent, root);\n }\n }\n\n if (foundMatch && position === 0) {\n foundElement = true;\n break;\n }\n if (foundMatch) {\n position--;\n }\n parent = findParentOrHost(parent, root);\n }\n return foundElement;\n };\n\n}\n\nfunction splitByCharacterUnlessQuoted(selector, character) {\n return selector.match(/\\\\?.|^$/g).reduce((p, c) => {\n if (c === '\"' && !p.sQuote) {\n p.quote ^= 1;\n p.a[p.a.length - 1] += c;\n } else if (c === '\\'' && !p.quote) {\n p.sQuote ^= 1;\n p.a[p.a.length - 1] += c;\n\n } else if (!p.quote && !p.sQuote && c === character) {\n p.a.push('');\n } else {\n p.a[p.a.length - 1] += c;\n }\n return p;\n }, { a: [''] }).a;\n}\n\n/**\n * Checks if the node is a document node or not.\n * @param {Node} node\n * @returns {node is Document | DocumentFragment}\n */\nfunction isDocumentNode(node) {\n return node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.DOCUMENT_NODE;\n}\n\nfunction findParentOrHost(element, root) {\n const parentNode = element.parentNode;\n return (parentNode && parentNode.host && parentNode.nodeType === 11) ? parentNode.host : parentNode === root ? null : parentNode;\n}\n\n/**\n * Finds all elements on the page, inclusive of those within shadow roots.\n * @param {string=} selector Simple selector to filter the elements by. e.g. 'a', 'div.main'\n * @return {!Array<string>} List of anchor hrefs.\n * @author ebidel@ (Eric Bidelman)\n * License Apache-2.0\n */\nexport function collectAllElementsDeep(selector = null, root, cachedElements = null) {\n let allElements = [];\n\n if (cachedElements) {\n allElements = cachedElements;\n } else {\n const findAllElements = function(nodes) {\n for (let i = 0; i < nodes.length; i++) {\n const el = nodes[i];\n allElements.push(el);\n // If the element has a shadow root, dig deeper.\n if (el.shadowRoot) {\n findAllElements(el.shadowRoot.querySelectorAll('*'));\n }\n }\n };\n if(root.shadowRoot) {\n findAllElements(root.shadowRoot.querySelectorAll('*'));\n }\n findAllElements(root.querySelectorAll('*'));\n }\n\n return selector ? allElements.filter(el => el.matches(selector)) : allElements;\t}\n\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
package/dist/utils/helpers.d.ts
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
|
+
import { MobilePassData } from '../base/n3xus/types';
|
|
2
|
+
export type FpSession = {
|
|
3
|
+
issueTS: number;
|
|
4
|
+
token: string;
|
|
5
|
+
didToken: string;
|
|
6
|
+
apiKey: string;
|
|
7
|
+
mobilePass?: Array<MobilePassData> | null;
|
|
8
|
+
};
|
|
1
9
|
export declare const getErrorMessage: (error: unknown) => string;
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
10
|
+
export declare const getLatestSession: (apiKey: string) => FpSession | null;
|
|
11
|
+
export declare const addSession: (session: FpSession) => void;
|
|
12
|
+
export declare const domainToHandle: (url: string) => string | null;
|
|
4
13
|
export declare const clearStoredSession: () => void;
|
|
14
|
+
export declare const sessionKey: string;
|
|
15
|
+
export type LogoSet = {
|
|
16
|
+
large: {
|
|
17
|
+
src: string;
|
|
18
|
+
};
|
|
19
|
+
medium: {
|
|
20
|
+
src: string;
|
|
21
|
+
};
|
|
22
|
+
small: {
|
|
23
|
+
src: string;
|
|
24
|
+
};
|
|
25
|
+
alt: string;
|
|
26
|
+
};
|
|
27
|
+
export declare const preloadLogos: (logos: LogoSet) => void;
|
|
28
|
+
export declare const detectMobilePlatform: () => string;
|
|
5
29
|
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/utils/helpers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/utils/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAYpD,MAAM,MAAM,SAAS,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAA;CACzC,CAAA;AA8CD,eAAO,MAAM,eAAe,GAAI,OAAO,OAAO,KAAG,MAEhD,CAAA;AAOD,eAAO,MAAM,gBAAgB,GAAI,QAAQ,MAAM,KAAG,SAAS,GAAG,IAoB7D,CAAA;AASD,eAAO,MAAM,UAAU,GAAI,SAAS,SAAS,KAAG,IAgB/C,CAAA;AAED,eAAO,MAAM,cAAc,GAAI,KAAI,MAAM,kBAQxC,CAAA;AAUD,eAAO,MAAM,kBAAkB,QAAO,IAMrC,CAAA;AAED,eAAO,MAAM,UAAU,QAA2E,CAAA;AAKlG,MAAM,MAAM,OAAO,GAAG;IACpB,KAAK,EAAE;QACN,GAAG,EAAE,MAAM,CAAC;KACZ,CAAC;IACF,MAAM,EAAE;QACP,GAAG,EAAE,MAAM,CAAC;KACZ,CAAC;IACF,KAAK,EAAE;QACN,GAAG,EAAE,MAAM,CAAC;KACZ,CAAC;IACF,GAAG,EAAE,MAAM,CAAC;CACZ,CAAA;AAEF,eAAO,MAAM,YAAY,GAAI,OAAO,OAAO,SAgB1C,CAAA;AAED,eAAO,MAAM,oBAAoB,QAAO,MAoBvC,CAAC"}
|
package/dist/utils/helpers.js
CHANGED
|
@@ -19,31 +19,89 @@ const toErrorWithMessage = (maybeError) => {
|
|
|
19
19
|
const getErrorMessage = (error) => {
|
|
20
20
|
return toErrorWithMessage(error).message;
|
|
21
21
|
};
|
|
22
|
-
const
|
|
22
|
+
const getLatestSession = (apiKey) => {
|
|
23
23
|
try {
|
|
24
|
-
|
|
24
|
+
const sessions = sessionStorage.getItem(sessionKey);
|
|
25
|
+
if (!sessions)
|
|
26
|
+
return null;
|
|
27
|
+
const parsedSessions = JSON.parse(sessions);
|
|
28
|
+
if (!Array.isArray(parsedSessions) || parsedSessions.length === 0)
|
|
29
|
+
return null;
|
|
30
|
+
const matchingSessions = parsedSessions
|
|
31
|
+
.filter(session => session.apiKey === apiKey)
|
|
32
|
+
.sort((a, b) => b.issueTS - a.issueTS);
|
|
33
|
+
return matchingSessions.length > 0 ? matchingSessions[0] : null;
|
|
25
34
|
}
|
|
26
35
|
catch (error) {
|
|
27
36
|
console.error(getErrorMessage(error));
|
|
37
|
+
return null;
|
|
28
38
|
}
|
|
29
|
-
return null;
|
|
30
39
|
};
|
|
31
|
-
const
|
|
40
|
+
const addSession = (session) => {
|
|
32
41
|
try {
|
|
33
|
-
|
|
42
|
+
const key = sessionKey;
|
|
43
|
+
const sessions = sessionStorage.getItem(key);
|
|
44
|
+
if (sessions) {
|
|
45
|
+
const parsedSessions = JSON.parse(sessions);
|
|
46
|
+
const updatedData = parsedSessions.map((obj) => obj.apiKey === session.apiKey ? session : obj);
|
|
47
|
+
sessionStorage.setItem(key, JSON.stringify(updatedData));
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
sessionStorage.setItem(key, JSON.stringify([session]));
|
|
51
|
+
}
|
|
34
52
|
}
|
|
35
53
|
catch (error) {
|
|
36
54
|
console.error(getErrorMessage(error));
|
|
37
55
|
}
|
|
38
56
|
};
|
|
57
|
+
const domainToHandle = (url) => {
|
|
58
|
+
try {
|
|
59
|
+
const domain = new URL(url).hostname.replace(/\./g, "");
|
|
60
|
+
return domain;
|
|
61
|
+
}
|
|
62
|
+
catch (error) {
|
|
63
|
+
console.error("Invalid URL:", error);
|
|
64
|
+
return null;
|
|
65
|
+
}
|
|
66
|
+
};
|
|
39
67
|
const clearStoredSession = () => {
|
|
40
68
|
try {
|
|
41
|
-
sessionStorage.removeItem(
|
|
69
|
+
sessionStorage.removeItem(sessionKey);
|
|
42
70
|
}
|
|
43
71
|
catch (error) {
|
|
44
72
|
console.error(getErrorMessage(error));
|
|
45
73
|
}
|
|
46
74
|
};
|
|
75
|
+
const sessionKey = `${FAN_PASS_SESSION_STORAGE_KEY}${domainToHandle(window.location.href)}`;
|
|
76
|
+
const preloadLogos = (logos) => {
|
|
77
|
+
try {
|
|
78
|
+
if (typeof logos === 'object') {
|
|
79
|
+
Object.keys(logos).forEach((key) => {
|
|
80
|
+
if (typeof logos[key] === 'object' &&
|
|
81
|
+
logos[key] && 'src' in logos[key]) {
|
|
82
|
+
const img = new Image();
|
|
83
|
+
img.src = logos[key].src;
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
catch (error) {
|
|
89
|
+
console.warn('Error loading logo images', error);
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
const detectMobilePlatform = () => {
|
|
93
|
+
const userAgent = navigator.userAgent || navigator.vendor || ('opera' in window && window.opera);
|
|
94
|
+
if (/iPhone|iPod/i.test(userAgent)) {
|
|
95
|
+
return 'iOS Phone';
|
|
96
|
+
}
|
|
97
|
+
if (/iPad/i.test(userAgent) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) {
|
|
98
|
+
return 'iOS Tablet';
|
|
99
|
+
}
|
|
100
|
+
if (/Android/i.test(userAgent)) {
|
|
101
|
+
return /mobile/i.test(userAgent) ? 'Android Phone' : 'Android Tablet';
|
|
102
|
+
}
|
|
103
|
+
return 'Other';
|
|
104
|
+
};
|
|
47
105
|
|
|
48
|
-
export { clearStoredSession, getErrorMessage,
|
|
106
|
+
export { addSession, clearStoredSession, detectMobilePlatform, domainToHandle, getErrorMessage, getLatestSession, preloadLogos, sessionKey };
|
|
49
107
|
//# sourceMappingURL=helpers.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.js","sources":["../../src/utils/helpers.ts"],"sourcesContent":[null],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"helpers.js","sources":["../../src/utils/helpers.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cirkay-eng/cirkay-components",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./dist/components/index.js",
|
|
6
6
|
"types": "dist/components/index.d.ts",
|
|
@@ -9,25 +9,32 @@
|
|
|
9
9
|
],
|
|
10
10
|
"exports": {
|
|
11
11
|
".": "./dist/components/index.js",
|
|
12
|
-
"./fan-pass-
|
|
13
|
-
"./
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"@pushengineering/push-web-components": "^3.4.5",
|
|
19
|
-
"@rollup/plugin-commonjs": "^28.0.2",
|
|
20
|
-
"lit": "^3.1.4"
|
|
21
|
-
},
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"axios": "^1.7.7",
|
|
24
|
-
"axios-rate-limit": "^1.4.0",
|
|
25
|
-
"magic-sdk": "^28.17.0"
|
|
12
|
+
"./fan-pass-unlock": "./dist/components/fan-pass-unlock/index.js",
|
|
13
|
+
"./fan-pass-claim": "./dist/components/fan-pass-claim/index.js",
|
|
14
|
+
"./mobile-pass": "./dist/components/mobile-pass/index.js",
|
|
15
|
+
"./login-events": "./dist/events/login.js",
|
|
16
|
+
"./unlock-events": "./dist/events/unlock.js",
|
|
17
|
+
"./getLatestSession": "./dist/utils/helpers.js"
|
|
26
18
|
},
|
|
27
19
|
"scripts": {
|
|
28
20
|
"fan-pass:serve": "storybook dev -p 6007",
|
|
29
21
|
"fan-pass:build:lib": "rollup -c",
|
|
30
22
|
"fan-pass:build:watch": "rollup -c --watch",
|
|
31
|
-
"fan-pass:build:docs": "storybook build"
|
|
23
|
+
"fan-pass:build:docs": "storybook build",
|
|
24
|
+
"fan-pass:manifest": "cem analyze --litelement --outdir dist"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@custom-elements-manifest/analyzer": "^0.10.3",
|
|
28
|
+
"@magic-sdk/types": "^24.18.2",
|
|
29
|
+
"@types/query-selector-shadow-dom": "^1.0.4",
|
|
30
|
+
"@pushengineering/push-web-components": "^3.4.47",
|
|
31
|
+
"custom-element-vs-code-integration": "^1.4.1",
|
|
32
|
+
"lit": "^3.3.0"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@magic-ext/oauth": "^23.0.7",
|
|
36
|
+
"magic-sdk": "^29.0.6",
|
|
37
|
+
"mobile-device-detect": "^0.4.3",
|
|
38
|
+
"query-selector-shadow-dom": "^1.0.1"
|
|
32
39
|
}
|
|
33
|
-
}
|
|
40
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_commonjsHelpers.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
package/dist/_virtual/index.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
|
2
|
-
import { __require as requireSrc } from '../node_modules/.pnpm/axios-rate-limit@1.4.0_axios@1.7.9/node_modules/axios-rate-limit/src/index.js';
|
|
3
|
-
|
|
4
|
-
var srcExports = requireSrc();
|
|
5
|
-
var rateLimit = /*@__PURE__*/getDefaultExportFromCjs(srcExports);
|
|
6
|
-
|
|
7
|
-
export { rateLimit as default };
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
var src;
|
|
2
|
-
var hasRequiredSrc;
|
|
3
|
-
|
|
4
|
-
function requireSrc () {
|
|
5
|
-
if (hasRequiredSrc) return src;
|
|
6
|
-
hasRequiredSrc = 1;
|
|
7
|
-
function AxiosRateLimit (axios) {
|
|
8
|
-
this.queue = [];
|
|
9
|
-
this.timeslotRequests = 0;
|
|
10
|
-
|
|
11
|
-
this.interceptors = {
|
|
12
|
-
request: null,
|
|
13
|
-
response: null
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
this.handleRequest = this.handleRequest.bind(this);
|
|
17
|
-
this.handleResponse = this.handleResponse.bind(this);
|
|
18
|
-
|
|
19
|
-
this.enable(axios);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
AxiosRateLimit.prototype.getMaxRPS = function () {
|
|
23
|
-
var perSeconds = (this.perMilliseconds / 1000);
|
|
24
|
-
return this.maxRequests / perSeconds
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
AxiosRateLimit.prototype.getQueue = function () {
|
|
28
|
-
return this.queue
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
AxiosRateLimit.prototype.setMaxRPS = function (rps) {
|
|
32
|
-
this.setRateLimitOptions({
|
|
33
|
-
maxRequests: rps,
|
|
34
|
-
perMilliseconds: 1000
|
|
35
|
-
});
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
AxiosRateLimit.prototype.setRateLimitOptions = function (options) {
|
|
39
|
-
if (options.maxRPS) {
|
|
40
|
-
this.setMaxRPS(options.maxRPS);
|
|
41
|
-
} else {
|
|
42
|
-
this.perMilliseconds = options.perMilliseconds;
|
|
43
|
-
this.maxRequests = options.maxRequests;
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
AxiosRateLimit.prototype.enable = function (axios) {
|
|
48
|
-
function handleError (error) {
|
|
49
|
-
return Promise.reject(error)
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
this.interceptors.request = axios.interceptors.request.use(
|
|
53
|
-
this.handleRequest,
|
|
54
|
-
handleError
|
|
55
|
-
);
|
|
56
|
-
this.interceptors.response = axios.interceptors.response.use(
|
|
57
|
-
this.handleResponse,
|
|
58
|
-
handleError
|
|
59
|
-
);
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
/*
|
|
63
|
-
* from axios library (dispatchRequest.js:11)
|
|
64
|
-
* @param config
|
|
65
|
-
*/
|
|
66
|
-
function throwIfCancellationRequested (config) {
|
|
67
|
-
if (config.cancelToken) {
|
|
68
|
-
config.cancelToken.throwIfRequested();
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
AxiosRateLimit.prototype.handleRequest = function (request) {
|
|
73
|
-
return new Promise(function (resolve, reject) {
|
|
74
|
-
this.push({
|
|
75
|
-
/*
|
|
76
|
-
* rejects a cancelled request and returns request has been resolved or not
|
|
77
|
-
* @returns {boolean}
|
|
78
|
-
*/
|
|
79
|
-
resolve: function () {
|
|
80
|
-
try {
|
|
81
|
-
throwIfCancellationRequested(request);
|
|
82
|
-
} catch (error) {
|
|
83
|
-
reject(error);
|
|
84
|
-
return false
|
|
85
|
-
}
|
|
86
|
-
resolve(request);
|
|
87
|
-
return true
|
|
88
|
-
}
|
|
89
|
-
});
|
|
90
|
-
}.bind(this))
|
|
91
|
-
};
|
|
92
|
-
|
|
93
|
-
AxiosRateLimit.prototype.handleResponse = function (response) {
|
|
94
|
-
this.shift();
|
|
95
|
-
return response
|
|
96
|
-
};
|
|
97
|
-
|
|
98
|
-
AxiosRateLimit.prototype.push = function (requestHandler) {
|
|
99
|
-
this.queue.push(requestHandler);
|
|
100
|
-
this.shiftInitial();
|
|
101
|
-
};
|
|
102
|
-
|
|
103
|
-
AxiosRateLimit.prototype.shiftInitial = function () {
|
|
104
|
-
setTimeout(function () { return this.shift() }.bind(this), 0);
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
AxiosRateLimit.prototype.shift = function () {
|
|
108
|
-
if (!this.queue.length) return
|
|
109
|
-
if (this.timeslotRequests === this.maxRequests) {
|
|
110
|
-
if (this.timeoutId && typeof this.timeoutId.ref === 'function') {
|
|
111
|
-
this.timeoutId.ref();
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
return
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
var queued = this.queue.shift();
|
|
118
|
-
var resolved = queued.resolve();
|
|
119
|
-
|
|
120
|
-
if (this.timeslotRequests === 0) {
|
|
121
|
-
this.timeoutId = setTimeout(function () {
|
|
122
|
-
this.timeslotRequests = 0;
|
|
123
|
-
this.shift();
|
|
124
|
-
}.bind(this), this.perMilliseconds);
|
|
125
|
-
|
|
126
|
-
if (typeof this.timeoutId.unref === 'function') {
|
|
127
|
-
if (this.queue.length === 0) this.timeoutId.unref();
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
if (!resolved) {
|
|
132
|
-
this.shift(); // rejected request --> shift another request
|
|
133
|
-
return
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
this.timeslotRequests += 1;
|
|
137
|
-
};
|
|
138
|
-
|
|
139
|
-
/**
|
|
140
|
-
* Apply rate limit to axios instance.
|
|
141
|
-
*
|
|
142
|
-
* @example
|
|
143
|
-
* import axios from 'axios';
|
|
144
|
-
* import rateLimit from 'axios-rate-limit';
|
|
145
|
-
*
|
|
146
|
-
* // sets max 2 requests per 1 second, other will be delayed
|
|
147
|
-
* // note maxRPS is a shorthand for perMilliseconds: 1000, and it takes precedence
|
|
148
|
-
* // if specified both with maxRequests and perMilliseconds
|
|
149
|
-
* const http = rateLimit(axios.create(), { maxRequests: 2, perMilliseconds: 1000, maxRPS: 2 })
|
|
150
|
-
* http.getMaxRPS() // 2
|
|
151
|
-
* http.get('https://example.com/api/v1/users.json?page=1') // will perform immediately
|
|
152
|
-
* http.get('https://example.com/api/v1/users.json?page=2') // will perform immediately
|
|
153
|
-
* http.get('https://example.com/api/v1/users.json?page=3') // will perform after 1 second from the first one
|
|
154
|
-
* http.setMaxRPS(3)
|
|
155
|
-
* http.getMaxRPS() // 3
|
|
156
|
-
* http.setRateLimitOptions({ maxRequests: 6, perMilliseconds: 150 }) // same options as constructor
|
|
157
|
-
*
|
|
158
|
-
* @param {Object} axios axios instance
|
|
159
|
-
* @param {Object} options options for rate limit, available for live update
|
|
160
|
-
* @param {Number} options.maxRequests max requests to perform concurrently in given amount of time.
|
|
161
|
-
* @param {Number} options.perMilliseconds amount of time to limit concurrent requests.
|
|
162
|
-
* @returns {Object} axios instance with interceptors added
|
|
163
|
-
*/
|
|
164
|
-
function axiosRateLimit (axios, options) {
|
|
165
|
-
var rateLimitInstance = new AxiosRateLimit(axios);
|
|
166
|
-
rateLimitInstance.setRateLimitOptions(options);
|
|
167
|
-
|
|
168
|
-
axios.getQueue = AxiosRateLimit.prototype.getQueue.bind(rateLimitInstance);
|
|
169
|
-
axios.getMaxRPS = AxiosRateLimit.prototype.getMaxRPS.bind(rateLimitInstance);
|
|
170
|
-
axios.setMaxRPS = AxiosRateLimit.prototype.setMaxRPS.bind(rateLimitInstance);
|
|
171
|
-
axios.setRateLimitOptions = AxiosRateLimit.prototype.setRateLimitOptions
|
|
172
|
-
.bind(rateLimitInstance);
|
|
173
|
-
|
|
174
|
-
return axios
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
src = axiosRateLimit;
|
|
178
|
-
return src;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
export { requireSrc as __require };
|
|
182
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../../node_modules/.pnpm/axios-rate-limit@1.4.0_axios@1.7.9/node_modules/axios-rate-limit/src/index.js"],"sourcesContent":["function AxiosRateLimit (axios) {\n this.queue = []\n this.timeslotRequests = 0\n\n this.interceptors = {\n request: null,\n response: null\n }\n\n this.handleRequest = this.handleRequest.bind(this)\n this.handleResponse = this.handleResponse.bind(this)\n\n this.enable(axios)\n}\n\nAxiosRateLimit.prototype.getMaxRPS = function () {\n var perSeconds = (this.perMilliseconds / 1000)\n return this.maxRequests / perSeconds\n}\n\nAxiosRateLimit.prototype.getQueue = function () {\n return this.queue\n}\n\nAxiosRateLimit.prototype.setMaxRPS = function (rps) {\n this.setRateLimitOptions({\n maxRequests: rps,\n perMilliseconds: 1000\n })\n}\n\nAxiosRateLimit.prototype.setRateLimitOptions = function (options) {\n if (options.maxRPS) {\n this.setMaxRPS(options.maxRPS)\n } else {\n this.perMilliseconds = options.perMilliseconds\n this.maxRequests = options.maxRequests\n }\n}\n\nAxiosRateLimit.prototype.enable = function (axios) {\n function handleError (error) {\n return Promise.reject(error)\n }\n\n this.interceptors.request = axios.interceptors.request.use(\n this.handleRequest,\n handleError\n )\n this.interceptors.response = axios.interceptors.response.use(\n this.handleResponse,\n handleError\n )\n}\n\n/*\n * from axios library (dispatchRequest.js:11)\n * @param config\n */\nfunction throwIfCancellationRequested (config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested()\n }\n}\n\nAxiosRateLimit.prototype.handleRequest = function (request) {\n return new Promise(function (resolve, reject) {\n this.push({\n /*\n * rejects a cancelled request and returns request has been resolved or not\n * @returns {boolean}\n */\n resolve: function () {\n try {\n throwIfCancellationRequested(request)\n } catch (error) {\n reject(error)\n return false\n }\n resolve(request)\n return true\n }\n })\n }.bind(this))\n}\n\nAxiosRateLimit.prototype.handleResponse = function (response) {\n this.shift()\n return response\n}\n\nAxiosRateLimit.prototype.push = function (requestHandler) {\n this.queue.push(requestHandler)\n this.shiftInitial()\n}\n\nAxiosRateLimit.prototype.shiftInitial = function () {\n setTimeout(function () { return this.shift() }.bind(this), 0)\n}\n\nAxiosRateLimit.prototype.shift = function () {\n if (!this.queue.length) return\n if (this.timeslotRequests === this.maxRequests) {\n if (this.timeoutId && typeof this.timeoutId.ref === 'function') {\n this.timeoutId.ref()\n }\n\n return\n }\n\n var queued = this.queue.shift()\n var resolved = queued.resolve()\n\n if (this.timeslotRequests === 0) {\n this.timeoutId = setTimeout(function () {\n this.timeslotRequests = 0\n this.shift()\n }.bind(this), this.perMilliseconds)\n\n if (typeof this.timeoutId.unref === 'function') {\n if (this.queue.length === 0) this.timeoutId.unref()\n }\n }\n\n if (!resolved) {\n this.shift() // rejected request --> shift another request\n return\n }\n\n this.timeslotRequests += 1\n}\n\n/**\n * Apply rate limit to axios instance.\n *\n * @example\n * import axios from 'axios';\n * import rateLimit from 'axios-rate-limit';\n *\n * // sets max 2 requests per 1 second, other will be delayed\n * // note maxRPS is a shorthand for perMilliseconds: 1000, and it takes precedence\n * // if specified both with maxRequests and perMilliseconds\n * const http = rateLimit(axios.create(), { maxRequests: 2, perMilliseconds: 1000, maxRPS: 2 })\n* http.getMaxRPS() // 2\n * http.get('https://example.com/api/v1/users.json?page=1') // will perform immediately\n * http.get('https://example.com/api/v1/users.json?page=2') // will perform immediately\n * http.get('https://example.com/api/v1/users.json?page=3') // will perform after 1 second from the first one\n * http.setMaxRPS(3)\n * http.getMaxRPS() // 3\n * http.setRateLimitOptions({ maxRequests: 6, perMilliseconds: 150 }) // same options as constructor\n *\n * @param {Object} axios axios instance\n * @param {Object} options options for rate limit, available for live update\n * @param {Number} options.maxRequests max requests to perform concurrently in given amount of time.\n * @param {Number} options.perMilliseconds amount of time to limit concurrent requests.\n * @returns {Object} axios instance with interceptors added\n */\nfunction axiosRateLimit (axios, options) {\n var rateLimitInstance = new AxiosRateLimit(axios)\n rateLimitInstance.setRateLimitOptions(options)\n\n axios.getQueue = AxiosRateLimit.prototype.getQueue.bind(rateLimitInstance)\n axios.getMaxRPS = AxiosRateLimit.prototype.getMaxRPS.bind(rateLimitInstance)\n axios.setMaxRPS = AxiosRateLimit.prototype.setMaxRPS.bind(rateLimitInstance)\n axios.setRateLimitOptions = AxiosRateLimit.prototype.setRateLimitOptions\n .bind(rateLimitInstance)\n\n return axios\n}\n\nmodule.exports = axiosRateLimit\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import utils from '../utils.js';
|
|
2
|
-
import httpAdapter from '../helpers/null.js';
|
|
3
|
-
import xhrAdapter from './xhr.js';
|
|
4
|
-
import fetchAdapter from './fetch.js';
|
|
5
|
-
import AxiosError from '../core/AxiosError.js';
|
|
6
|
-
|
|
7
|
-
const knownAdapters = {
|
|
8
|
-
http: httpAdapter,
|
|
9
|
-
xhr: xhrAdapter,
|
|
10
|
-
fetch: fetchAdapter
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
utils.forEach(knownAdapters, (fn, value) => {
|
|
14
|
-
if (fn) {
|
|
15
|
-
try {
|
|
16
|
-
Object.defineProperty(fn, 'name', {value});
|
|
17
|
-
} catch (e) {
|
|
18
|
-
// eslint-disable-next-line no-empty
|
|
19
|
-
}
|
|
20
|
-
Object.defineProperty(fn, 'adapterName', {value});
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
const renderReason = (reason) => `- ${reason}`;
|
|
25
|
-
|
|
26
|
-
const isResolvedHandle = (adapter) => utils.isFunction(adapter) || adapter === null || adapter === false;
|
|
27
|
-
|
|
28
|
-
var adapters = {
|
|
29
|
-
getAdapter: (adapters) => {
|
|
30
|
-
adapters = utils.isArray(adapters) ? adapters : [adapters];
|
|
31
|
-
|
|
32
|
-
const {length} = adapters;
|
|
33
|
-
let nameOrAdapter;
|
|
34
|
-
let adapter;
|
|
35
|
-
|
|
36
|
-
const rejectedReasons = {};
|
|
37
|
-
|
|
38
|
-
for (let i = 0; i < length; i++) {
|
|
39
|
-
nameOrAdapter = adapters[i];
|
|
40
|
-
let id;
|
|
41
|
-
|
|
42
|
-
adapter = nameOrAdapter;
|
|
43
|
-
|
|
44
|
-
if (!isResolvedHandle(nameOrAdapter)) {
|
|
45
|
-
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
46
|
-
|
|
47
|
-
if (adapter === undefined) {
|
|
48
|
-
throw new AxiosError(`Unknown adapter '${id}'`);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
if (adapter) {
|
|
53
|
-
break;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
rejectedReasons[id || '#' + i] = adapter;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
if (!adapter) {
|
|
60
|
-
|
|
61
|
-
const reasons = Object.entries(rejectedReasons)
|
|
62
|
-
.map(([id, state]) => `adapter ${id} ` +
|
|
63
|
-
(state === false ? 'is not supported by the environment' : 'is not available in the build')
|
|
64
|
-
);
|
|
65
|
-
|
|
66
|
-
let s = length ?
|
|
67
|
-
(reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) :
|
|
68
|
-
'as no adapter specified';
|
|
69
|
-
|
|
70
|
-
throw new AxiosError(
|
|
71
|
-
`There is no suitable adapter to dispatch the request ` + s,
|
|
72
|
-
'ERR_NOT_SUPPORT'
|
|
73
|
-
);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
return adapter;
|
|
77
|
-
},
|
|
78
|
-
adapters: knownAdapters
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
export { adapters as default };
|
|
82
|
-
//# sourceMappingURL=adapters.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"adapters.js","sources":["../../../../../../../../../../node_modules/.pnpm/axios@1.7.9/node_modules/axios/lib/adapters/adapters.js"],"sourcesContent":["import utils from '../utils.js';\nimport httpAdapter from './http.js';\nimport xhrAdapter from './xhr.js';\nimport fetchAdapter from './fetch.js';\nimport AxiosError from \"../core/AxiosError.js\";\n\nconst knownAdapters = {\n http: httpAdapter,\n xhr: xhrAdapter,\n fetch: fetchAdapter\n}\n\nutils.forEach(knownAdapters, (fn, value) => {\n if (fn) {\n try {\n Object.defineProperty(fn, 'name', {value});\n } catch (e) {\n // eslint-disable-next-line no-empty\n }\n Object.defineProperty(fn, 'adapterName', {value});\n }\n});\n\nconst renderReason = (reason) => `- ${reason}`;\n\nconst isResolvedHandle = (adapter) => utils.isFunction(adapter) || adapter === null || adapter === false;\n\nexport default {\n getAdapter: (adapters) => {\n adapters = utils.isArray(adapters) ? adapters : [adapters];\n\n const {length} = adapters;\n let nameOrAdapter;\n let adapter;\n\n const rejectedReasons = {};\n\n for (let i = 0; i < length; i++) {\n nameOrAdapter = adapters[i];\n let id;\n\n adapter = nameOrAdapter;\n\n if (!isResolvedHandle(nameOrAdapter)) {\n adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];\n\n if (adapter === undefined) {\n throw new AxiosError(`Unknown adapter '${id}'`);\n }\n }\n\n if (adapter) {\n break;\n }\n\n rejectedReasons[id || '#' + i] = adapter;\n }\n\n if (!adapter) {\n\n const reasons = Object.entries(rejectedReasons)\n .map(([id, state]) => `adapter ${id} ` +\n (state === false ? 'is not supported by the environment' : 'is not available in the build')\n );\n\n let s = length ?\n (reasons.length > 1 ? 'since :\\n' + reasons.map(renderReason).join('\\n') : ' ' + renderReason(reasons[0])) :\n 'as no adapter specified';\n\n throw new AxiosError(\n `There is no suitable adapter to dispatch the request ` + s,\n 'ERR_NOT_SUPPORT'\n );\n }\n\n return adapter;\n },\n adapters: knownAdapters\n}\n"],"names":[],"mappings":";;;;;;AAMA,MAAM,aAAa,GAAG;AACtB,EAAE,IAAI,EAAE,WAAW;AACnB,EAAE,GAAG,EAAE,UAAU;AACjB,EAAE,KAAK,EAAE;AACT;;AAEA,KAAK,CAAC,OAAO,CAAC,aAAa,EAAE,CAAC,EAAE,EAAE,KAAK,KAAK;AAC5C,EAAE,IAAI,EAAE,EAAE;AACV,IAAI,IAAI;AACR,MAAM,MAAM,CAAC,cAAc,CAAC,EAAE,EAAE,MAAM,EAAE,CAAC,KAAK,CAAC,CAAC;AAChD,KAAK,CAAC,OAAO,CAAC,EAAE;AAChB;AACA;AACA,IAAI,MAAM,CAAC,cAAc,CAAC,EAAE,EAAE,aAAa,EAAE,CAAC,KAAK,CAAC,CAAC;AACrD;AACA,CAAC,CAAC;;AAEF,MAAM,YAAY,GAAG,CAAC,MAAM,KAAK,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;;AAE9C,MAAM,gBAAgB,GAAG,CAAC,OAAO,KAAK,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,IAAI,OAAO,KAAK,IAAI,IAAI,OAAO,KAAK,KAAK;;AAExG,eAAe;AACf,EAAE,UAAU,EAAE,CAAC,QAAQ,KAAK;AAC5B,IAAI,QAAQ,GAAG,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,QAAQ,GAAG,CAAC,QAAQ,CAAC;;AAE9D,IAAI,MAAM,CAAC,MAAM,CAAC,GAAG,QAAQ;AAC7B,IAAI,IAAI,aAAa;AACrB,IAAI,IAAI,OAAO;;AAEf,IAAI,MAAM,eAAe,GAAG,EAAE;;AAE9B,IAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,EAAE,CAAC,EAAE,EAAE;AACrC,MAAM,aAAa,GAAG,QAAQ,CAAC,CAAC,CAAC;AACjC,MAAM,IAAI,EAAE;;AAEZ,MAAM,OAAO,GAAG,aAAa;;AAE7B,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,EAAE;AAC5C,QAAQ,OAAO,GAAG,aAAa,CAAC,CAAC,EAAE,GAAG,MAAM,CAAC,aAAa,CAAC,EAAE,WAAW,EAAE,CAAC;;AAE3E,QAAQ,IAAI,OAAO,KAAK,SAAS,EAAE;AACnC,UAAU,MAAM,IAAI,UAAU,CAAC,CAAC,iBAAiB,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;AACzD;AACA;;AAEA,MAAM,IAAI,OAAO,EAAE;AACnB,QAAQ;AACR;;AAEA,MAAM,eAAe,CAAC,EAAE,IAAI,GAAG,GAAG,CAAC,CAAC,GAAG,OAAO;AAC9C;;AAEA,IAAI,IAAI,CAAC,OAAO,EAAE;;AAElB,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC,eAAe;AACpD,SAAS,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,KAAK,CAAC,KAAK,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC;AAC9C,WAAW,KAAK,KAAK,KAAK,GAAG,qCAAqC,GAAG,+BAA+B;AACpG,SAAS;;AAET,MAAM,IAAI,CAAC,GAAG,MAAM;AACpB,SAAS,OAAO,CAAC,MAAM,GAAG,CAAC,GAAG,WAAW,GAAG,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,GAAG,GAAG,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;AACjH,QAAQ,yBAAyB;;AAEjC,MAAM,MAAM,IAAI,UAAU;AAC1B,QAAQ,CAAC,qDAAqD,CAAC,GAAG,CAAC;AACnE,QAAQ;AACR,OAAO;AACP;;AAEA,IAAI,OAAO,OAAO;AAClB,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ;;;;","x_google_ignoreList":[0]}
|