@unicom-cloud/utils 0.1.26 → 0.1.28
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/case-name/index.js +1 -1
- package/caseName.js +1 -1
- package/class-name/index.js +1 -1
- package/className.js +1 -1
- package/clipboard-copy/index.js +1 -1
- package/clipboardCopy.js +1 -1
- package/constant/address.js +1 -1
- package/constant/chineseCharacters.js +1 -1
- package/constant/constellations.js +1 -1
- package/constant/domain.js +1 -1
- package/constant/emoji.js +1 -1
- package/constant/identity.js +1 -1
- package/constant/index.js +1 -1
- package/constant/keyboardCode.js +1 -1
- package/constant/licensePlate.js +1 -1
- package/constant/name.js +1 -1
- package/constant/platform.js +16 -17
- package/constant/protocol.js +1 -1
- package/constant/ui.js +16 -16
- package/constant.js +1 -1
- package/content-disposition/index.js +1 -1
- package/contentDisposition.js +1 -1
- package/cookie/index.js +1 -1
- package/cookie/src/index.js +1 -1
- package/cookie.js +1 -1
- package/date/convertTime.js +1 -1
- package/date/convertToDuration.js +1 -1
- package/date/index.js +1 -1
- package/date.js +1 -1
- package/decimal/decimal.js +1 -8
- package/decimal/index.js +1 -1
- package/decimal.js +1 -1
- package/dom-helpers/LICENSE +20 -0
- package/dom-helpers/activeElement.js +1 -1
- package/dom-helpers/addClass.js +1 -1
- package/dom-helpers/addEventListener.js +1 -1
- package/dom-helpers/animate.js +1 -1
- package/dom-helpers/animationFrame.js +1 -1
- package/dom-helpers/attribute.js +1 -1
- package/dom-helpers/camelize.js +1 -1
- package/dom-helpers/camelizeStyle.js +1 -1
- package/dom-helpers/canUseDOM.js +1 -1
- package/dom-helpers/childElements.js +1 -1
- package/dom-helpers/childNodes.js +1 -1
- package/dom-helpers/clear.js +1 -1
- package/dom-helpers/closest.js +1 -1
- package/dom-helpers/collectElements.js +1 -1
- package/dom-helpers/collectSiblings.js +1 -1
- package/dom-helpers/contains.js +1 -1
- package/dom-helpers/css.js +1 -1
- package/dom-helpers/filterEventHandler.js +1 -1
- package/dom-helpers/getComputedStyle.js +1 -1
- package/dom-helpers/getScrollAccessor.js +1 -1
- package/dom-helpers/hasClass.js +1 -1
- package/dom-helpers/height.js +1 -1
- package/dom-helpers/hyphenate.js +1 -1
- package/dom-helpers/hyphenateStyle.js +1 -1
- package/dom-helpers/index.js +1 -1
- package/dom-helpers/insertAfter.js +1 -1
- package/dom-helpers/isDocument.js +1 -1
- package/dom-helpers/isInput.js +1 -1
- package/dom-helpers/isTransform.js +1 -1
- package/dom-helpers/isVisible.js +1 -1
- package/dom-helpers/isWindow.js +1 -1
- package/dom-helpers/listen.js +1 -1
- package/dom-helpers/matches.js +1 -1
- package/dom-helpers/nextUntil.js +1 -1
- package/dom-helpers/offset.js +1 -1
- package/dom-helpers/offsetParent.js +1 -1
- package/dom-helpers/ownerDocument.js +1 -1
- package/dom-helpers/ownerWindow.js +1 -1
- package/dom-helpers/parents.js +1 -1
- package/dom-helpers/position.js +1 -1
- package/dom-helpers/prepend.js +1 -1
- package/dom-helpers/querySelectorAll.js +1 -1
- package/dom-helpers/reflow.js +1 -1
- package/dom-helpers/remove.js +1 -1
- package/dom-helpers/removeClass.js +1 -1
- package/dom-helpers/removeEventListener.js +1 -1
- package/dom-helpers/scrollLeft.js +1 -1
- package/dom-helpers/scrollParent.js +1 -1
- package/dom-helpers/scrollTo.js +1 -1
- package/dom-helpers/scrollTop.js +1 -1
- package/dom-helpers/scrollbarSize.js +1 -1
- package/dom-helpers/siblings.js +1 -1
- package/dom-helpers/text.js +1 -1
- package/dom-helpers/toggleClass.js +1 -1
- package/dom-helpers/transitionEnd.js +1 -1
- package/dom-helpers/triggerEvent.js +1 -1
- package/dom-helpers/types.js +1 -1
- package/dom-helpers/width.js +1 -1
- package/domHelpers.js +1 -1
- package/emitter/index.js +1 -1
- package/emitter/src/index.js +1 -1
- package/emitter.js +1 -1
- package/file/fileToURL.js +1 -1
- package/file/index.js +1 -1
- package/file/saveAs.js +1 -1
- package/file.js +1 -1
- package/filesize/LICENSE +26 -0
- package/idb/index.js +1 -1
- package/idb.js +1 -1
- package/index.js +1 -1
- package/invariant/index.js +1 -1
- package/invariant.js +1 -1
- package/is/index.js +1 -1
- package/is.js +1 -1
- package/js-cookie/index.js +1 -1
- package/js-cookie/src/api.js +1 -1
- package/js-cookie/src/assign.js +1 -1
- package/js-cookie/src/converter.js +1 -1
- package/jsCookie.js +1 -1
- package/lodash/LICENSE +47 -0
- package/lunar/LICENSE +20 -0
- package/lunar/index.js +1 -1
- package/lunar/lib/Holiday.js +1 -1
- package/lunar/lib/HolidayUtil.js +1 -1
- package/lunar/lib/I18n.js +1 -1
- package/lunar/lib/JieQi.js +1 -1
- package/lunar/lib/Lunar.js +1 -1
- package/lunar/lib/LunarMonth.js +1 -1
- package/lunar/lib/LunarTime.js +1 -1
- package/lunar/lib/LunarUtil.js +1 -1
- package/lunar/lib/LunarYear.js +1 -1
- package/lunar/lib/ShouXingUtil.js +1 -1
- package/lunar/lib/Solar.js +1 -1
- package/lunar/lib/SolarHalfYear.js +1 -1
- package/lunar/lib/SolarMonth.js +1 -1
- package/lunar/lib/SolarSeason.js +1 -1
- package/lunar/lib/SolarUtil.js +1 -1
- package/lunar/lib/SolarWeek.js +1 -1
- package/lunar/lib/SolarYear.js +1 -1
- package/lunar/lib/index.js +1 -1
- package/lunar.js +1 -1
- package/math/index.js +1 -1
- package/math.js +1 -1
- package/md5/index.js +1 -1
- package/md5.js +1 -1
- package/mock/MockWebSocket.js +1 -1
- package/mock/MockXMLHttpRequest.js +1 -1
- package/mock/index.js +1 -1
- package/mock.js +1 -1
- package/normalize-wheel/ExecutionEnvironment.js +1 -1
- package/normalize-wheel/UserAgent_DEPRECATED.js +1 -1
- package/normalize-wheel/index.js +1 -1
- package/normalize-wheel/isEventSupported.js +1 -15
- package/normalizeWheel.js +1 -1
- package/number-to-chinese/index.js +1 -1
- package/numberToChinese.js +1 -1
- package/nzh/cn.js +1 -1
- package/nzh/hk.js +1 -1
- package/nzh/index.js +1 -1
- package/nzh/nzh.js +1 -1
- package/nzh/src/autoGet.js +1 -1
- package/nzh/src/index.js +1 -1
- package/nzh/src/langs/cn_b.js +1 -1
- package/nzh/src/langs/cn_s.js +1 -1
- package/nzh/src/langs/hk_b.js +1 -1
- package/nzh/src/langs/hk_s.js +1 -1
- package/nzh/src/utils.js +1 -1
- package/nzh.js +1 -1
- package/object-keys-sort/index.js +1 -1
- package/object-prototype-to-string-call/index.js +1 -1
- package/objectKeysSort.js +1 -1
- package/objectPrototypeToStringCall.js +1 -1
- package/package.json +1 -1
- package/pinyin/LICENSE +20 -0
- package/pinyin/index.d.ts +6 -0
- package/pinyin/index.js +1 -1
- package/pinyin/simplified.js +1 -1
- package/pinyin/src/core.js +62 -62
- package/pinyin/src/simplified.js +1 -1
- package/pinyin/src/simplified_dict.js +2 -2
- package/pinyin/src/traditional.js +1 -1
- package/pinyin/src/traditional_dict.js +1 -1
- package/pinyin/traditional.js +1 -1
- package/pinyin.js +1 -1
- package/query-string/LICENSE +20 -0
- package/query-string/base.js +1 -1
- package/query-string/index.js +1 -1
- package/query-string/splitOnFirst.js +1 -1
- package/queryString.js +1 -1
- package/random/address.js +1 -1
- package/random/constellation.js +1 -1
- package/random/image.js +1 -1
- package/random/index.js +1 -1
- package/random/licensePlate.js +1 -1
- package/random/name.js +1 -1
- package/random/number.js +1 -1
- package/random/text.js +1 -1
- package/random/time.js +1 -1
- package/random/web.js +1 -1
- package/random.js +1 -1
- package/screenfull/index.js +1 -1
- package/screenfull.js +1 -1
- package/sleep/index.js +1 -1
- package/sleep.js +1 -1
- package/snapdom/LICENSE +20 -0
- package/snapdom/index.js +1 -1
- package/snapdom/src/api/preCache.js +1 -1
- package/snapdom/src/api/snapdom.js +1 -1
- package/snapdom/src/core/cache.js +1 -1
- package/snapdom/src/core/capture.js +1 -1
- package/snapdom/src/core/clone.js +1 -1
- package/snapdom/src/core/context.js +1 -1
- package/snapdom/src/core/plugins.js +1 -1
- package/snapdom/src/core/prepare.js +1 -1
- package/snapdom/src/exporters/download.js +1 -1
- package/snapdom/src/exporters/toBlob.js +1 -1
- package/snapdom/src/exporters/toCanvas.js +1 -1
- package/snapdom/src/exporters/toImg.js +1 -1
- package/snapdom/src/modules/CSSVar.js +1 -1
- package/snapdom/src/modules/background.js +1 -1
- package/snapdom/src/modules/changeCSS.js +1 -1
- package/snapdom/src/modules/counter.js +1 -1
- package/snapdom/src/modules/fonts.js +1 -1
- package/snapdom/src/modules/iconFonts.js +1 -1
- package/snapdom/src/modules/images.js +1 -1
- package/snapdom/src/modules/lineClamp.js +1 -1
- package/snapdom/src/modules/pseudo.js +1 -1
- package/snapdom/src/modules/rasterize.js +1 -1
- package/snapdom/src/modules/snapFetch.js +1 -1
- package/snapdom/src/modules/styles.js +1 -1
- package/snapdom/src/modules/svgDefs.js +1 -1
- package/snapdom/src/utils/browser.js +1 -1
- package/snapdom/src/utils/css.js +1 -1
- package/snapdom/src/utils/helpers.js +1 -1
- package/snapdom/src/utils/image.js +1 -1
- package/snapdom.js +1 -1
- package/string/index.js +7 -0
- package/string.js +5 -0
- package/tinycolor/index.js +1 -1
- package/tinycolor/src/conversion.js +1 -1
- package/tinycolor/src/css-color-names.js +1 -1
- package/tinycolor/src/format-input.js +1 -1
- package/tinycolor/src/from-ratio.js +1 -1
- package/tinycolor/src/index.js +1 -1
- package/tinycolor/src/random.js +1 -1
- package/tinycolor/src/readability.js +1 -1
- package/tinycolor/src/to-ms-filter.js +1 -1
- package/tinycolor/src/utils.js +1 -1
- package/tinycolor.js +1 -1
- package/tree/index.js +1 -1
- package/tree/search/index.js +1 -1
- package/tree.js +1 -1
- package/tween/index.js +1 -1
- package/tween/src/easing.js +1 -1
- package/tween/src/tween.js +1 -1
- package/tween.js +1 -1
- package/types/constant/platform.d.ts +8 -7
- package/types/snapdom/src/core/context.d.ts +1 -1
- package/types/string/index.d.ts +8 -0
- package/types/xlsx/index.d.ts +2 -0
- package/types/xlsx/xlsx.d.ts +224 -0
- package/ui-color/compareColorByRange.js +1 -1
- package/ui-color/index.js +1 -1
- package/uiColor.js +1 -1
- package/url-toolkit/index.js +1 -1
- package/url-toolkit/src/url-toolkit.js +1 -1
- package/urlToolkit.js +1 -1
- package/validate/index.js +1 -1
- package/validate/src/index.js +1 -1
- package/validate/src/locale/en-US.js +1 -1
- package/validate/src/locale/zh-CN.js +1 -1
- package/validate/src/message.js +1 -1
- package/validate/src/rules/array.js +1 -1
- package/validate/src/rules/base.js +1 -1
- package/validate/src/rules/boolean.js +1 -1
- package/validate/src/rules/custom.js +1 -1
- package/validate/src/rules/number.js +1 -1
- package/validate/src/rules/object.js +1 -1
- package/validate/src/rules/string.js +1 -1
- package/validate/src/rules/type.js +1 -1
- package/validate/src/utils.js +1 -1
- package/validate.js +1 -1
- package/version/index.js +1 -1
- package/version.js +1 -1
- package/xlsx/LICENSE +189 -0
- package/xlsx/index.d.ts +1139 -0
- package/xlsx/index.js +23 -0
- package/xlsx/xlsx.js +28329 -0
- package/xlsx.js +23 -0
- package/axios/index.d.ts +0 -791
- package/axios/index.js +0 -41
- package/axios/lib/adapters/adapters.js +0 -65
- package/axios/lib/adapters/fetch.js +0 -186
- package/axios/lib/adapters/xhr.js +0 -105
- package/axios/lib/axios.js +0 -47
- package/axios/lib/cancel/CancelToken.js +0 -78
- package/axios/lib/cancel/CanceledError.js +0 -18
- package/axios/lib/cancel/isCancel.js +0 -7
- package/axios/lib/core/Axios.js +0 -170
- package/axios/lib/core/AxiosError.js +0 -64
- package/axios/lib/core/AxiosHeaders.js +0 -192
- package/axios/lib/core/InterceptorManager.js +0 -59
- package/axios/lib/core/buildFullPath.js +0 -10
- package/axios/lib/core/dispatchRequest.js +0 -35
- package/axios/lib/core/mergeConfig.js +0 -74
- package/axios/lib/core/settle.js +0 -17
- package/axios/lib/core/transformData.js +0 -19
- package/axios/lib/defaults/index.js +0 -103
- package/axios/lib/defaults/transitional.js +0 -9
- package/axios/lib/env/data.js +0 -5
- package/axios/lib/helpers/AxiosURLSearchParams.js +0 -37
- package/axios/lib/helpers/HttpStatusCode.js +0 -78
- package/axios/lib/helpers/bind.js +0 -9
- package/axios/lib/helpers/buildURL.js +0 -24
- package/axios/lib/helpers/combineURLs.js +0 -7
- package/axios/lib/helpers/composeSignals.js +0 -38
- package/axios/lib/helpers/cookies.js +0 -37
- package/axios/lib/helpers/formDataToJSON.js +0 -32
- package/axios/lib/helpers/isAbsoluteURL.js +0 -7
- package/axios/lib/helpers/isAxiosError.js +0 -8
- package/axios/lib/helpers/isURLSameOrigin.js +0 -9
- package/axios/lib/helpers/parseHeaders.js +0 -31
- package/axios/lib/helpers/parseProtocol.js +0 -8
- package/axios/lib/helpers/progressEventReducer.js +0 -39
- package/axios/lib/helpers/resolveConfig.js +0 -44
- package/axios/lib/helpers/speedometer.js +0 -20
- package/axios/lib/helpers/spread.js +0 -9
- package/axios/lib/helpers/throttle.js +0 -16
- package/axios/lib/helpers/toFormData.js +0 -91
- package/axios/lib/helpers/toURLEncodedForm.js +0 -15
- package/axios/lib/helpers/trackStream.js +0 -67
- package/axios/lib/helpers/validator.js +0 -66
- package/axios/lib/platform/browser/classes/Blob.js +0 -5
- package/axios/lib/platform/browser/classes/FormData.js +0 -5
- package/axios/lib/platform/browser/classes/URLSearchParams.js +0 -6
- package/axios/lib/platform/browser/index.js +0 -16
- package/axios/lib/platform/common/utils.js +0 -9
- package/axios/lib/platform/index.js +0 -10
- package/axios/lib/utils.js +0 -248
- package/axios-mock-adapter/index.d.ts +0 -59
- package/axios-mock-adapter/index.js +0 -206
- package/axios-mock-adapter/request.js +0 -51
- package/axios-mock-adapter/utils.js +0 -129
- package/axios.js +0 -24
- package/axiosMockAdapter.js +0 -9
- package/types/axios/index.d.ts +0 -19
- package/types/axios/lib/adapters/adapters.d.ts +0 -28
- package/types/axios/lib/adapters/fetch.d.ts +0 -3
- package/types/axios/lib/adapters/http.d.ts +0 -12
- package/types/axios/lib/adapters/xhr.d.ts +0 -2
- package/types/axios/lib/axios.d.ts +0 -3
- package/types/axios/lib/cancel/CancelToken.d.ts +0 -34
- package/types/axios/lib/cancel/CanceledError.d.ts +0 -24
- package/types/axios/lib/cancel/isCancel.d.ts +0 -1
- package/types/axios/lib/core/Axios.d.ts +0 -28
- package/types/axios/lib/core/AxiosError.d.ts +0 -38
- package/types/axios/lib/core/AxiosHeaders.d.ts +0 -23
- package/types/axios/lib/core/InterceptorManager.d.ts +0 -38
- package/types/axios/lib/core/buildFullPath.d.ts +0 -11
- package/types/axios/lib/core/dispatchRequest.d.ts +0 -8
- package/types/axios/lib/core/mergeConfig.d.ts +0 -10
- package/types/axios/lib/core/settle.d.ts +0 -10
- package/types/axios/lib/core/transformData.d.ts +0 -9
- package/types/axios/lib/defaults/index.d.ts +0 -30
- package/types/axios/lib/defaults/transitional.d.ts +0 -6
- package/types/axios/lib/env/classes/FormData.d.ts +0 -2
- package/types/axios/lib/env/data.d.ts +0 -1
- package/types/axios/lib/helpers/AxiosTransformStream.d.ts +0 -19
- package/types/axios/lib/helpers/AxiosURLSearchParams.d.ts +0 -30
- package/types/axios/lib/helpers/HttpStatusCode.d.ts +0 -72
- package/types/axios/lib/helpers/ZlibHeaderTransformStream.d.ts +0 -5
- package/types/axios/lib/helpers/bind.d.ts +0 -8
- package/types/axios/lib/helpers/buildURL.d.ts +0 -10
- package/types/axios/lib/helpers/callbackify.d.ts +0 -2
- package/types/axios/lib/helpers/combineURLs.d.ts +0 -9
- package/types/axios/lib/helpers/composeSignals.d.ts +0 -2
- package/types/axios/lib/helpers/cookies.d.ts +0 -6
- package/types/axios/lib/helpers/deprecatedMethod.d.ts +0 -11
- package/types/axios/lib/helpers/estimateDataURLDecodedBytes.d.ts +0 -10
- package/types/axios/lib/helpers/formDataToJSON.d.ts +0 -11
- package/types/axios/lib/helpers/formDataToStream.d.ts +0 -2
- package/types/axios/lib/helpers/fromDataURI.d.ts +0 -11
- package/types/axios/lib/helpers/isAbsoluteURL.d.ts +0 -8
- package/types/axios/lib/helpers/isAxiosError.d.ts +0 -8
- package/types/axios/lib/helpers/isURLSameOrigin.d.ts +0 -2
- package/types/axios/lib/helpers/null.d.ts +0 -2
- package/types/axios/lib/helpers/parseHeaders.d.ts +0 -2
- package/types/axios/lib/helpers/parseProtocol.d.ts +0 -1
- package/types/axios/lib/helpers/progressEventReducer.d.ts +0 -3
- package/types/axios/lib/helpers/readBlob.d.ts +0 -2
- package/types/axios/lib/helpers/resolveConfig.d.ts +0 -2
- package/types/axios/lib/helpers/speedometer.d.ts +0 -8
- package/types/axios/lib/helpers/spread.d.ts +0 -22
- package/types/axios/lib/helpers/throttle.d.ts +0 -8
- package/types/axios/lib/helpers/toFormData.d.ts +0 -26
- package/types/axios/lib/helpers/toURLEncodedForm.d.ts +0 -1
- package/types/axios/lib/helpers/trackStream.d.ts +0 -3
- package/types/axios/lib/helpers/validator.d.ts +0 -28
- package/types/axios/lib/platform/browser/classes/Blob.d.ts +0 -5
- package/types/axios/lib/platform/browser/classes/FormData.d.ts +0 -5
- package/types/axios/lib/platform/browser/classes/URLSearchParams.d.ts +0 -6
- package/types/axios/lib/platform/browser/index.d.ts +0 -13
- package/types/axios/lib/platform/common/utils.d.ts +0 -32
- package/types/axios/lib/platform/index.d.ts +0 -24
- package/types/axios/lib/platform/node/classes/FormData.d.ts +0 -1
- package/types/axios/lib/platform/node/classes/URLSearchParams.d.ts +0 -2
- package/types/axios/lib/platform/node/index.d.ts +0 -25
- package/types/axios/lib/utils.d.ts +0 -289
- package/types/axios-mock-adapter/index.d.ts +0 -19
- package/types/axios-mock-adapter/request.d.ts +0 -2
- package/types/axios-mock-adapter/utils.d.ts +0 -31
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
/* 2025-11-04 10:32:44 */
|
|
2
|
-
import "../axios/index.js";
|
|
3
|
-
import { request as w } from "./request.js";
|
|
4
|
-
import a from "./utils.js";
|
|
5
|
-
import E from "../axios/lib/utils.js";
|
|
6
|
-
const A = [
|
|
7
|
-
"get",
|
|
8
|
-
"post",
|
|
9
|
-
"head",
|
|
10
|
-
"delete",
|
|
11
|
-
"patch",
|
|
12
|
-
"put",
|
|
13
|
-
"options",
|
|
14
|
-
"list",
|
|
15
|
-
"link",
|
|
16
|
-
"unlink"
|
|
17
|
-
];
|
|
18
|
-
function m() {
|
|
19
|
-
const r = [];
|
|
20
|
-
return A.forEach(function(e) {
|
|
21
|
-
Object.defineProperty(r, e, {
|
|
22
|
-
get() {
|
|
23
|
-
return r.filter(function(n) {
|
|
24
|
-
return !n.method || n.method === e;
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
}), r;
|
|
29
|
-
}
|
|
30
|
-
class N {
|
|
31
|
-
constructor(e, n = {
|
|
32
|
-
delayResponse: 27,
|
|
33
|
-
onNoMatch: "passthrough"
|
|
34
|
-
}) {
|
|
35
|
-
if (this.reset(), e)
|
|
36
|
-
this.axiosInstance = e, this.axiosInstanceWithoutInterceptors = e.create ? e.create() : void 0, this.originalAdapter = e.defaults.adapter, this.delayResponse = n.delayResponse > 0 ? n.delayResponse : null, this.onNoMatch = n.onNoMatch || null, e.defaults.adapter = this.adapter();
|
|
37
|
-
else
|
|
38
|
-
throw new Error("Please provide an instance of axios to mock");
|
|
39
|
-
}
|
|
40
|
-
adapter() {
|
|
41
|
-
return (e) => w(this, e);
|
|
42
|
-
}
|
|
43
|
-
restore() {
|
|
44
|
-
this.axiosInstance && (this.axiosInstance.defaults.adapter = this.originalAdapter, this.axiosInstance = void 0);
|
|
45
|
-
}
|
|
46
|
-
reset() {
|
|
47
|
-
this.resetHandlers(), this.resetHistory();
|
|
48
|
-
}
|
|
49
|
-
resetHandlers() {
|
|
50
|
-
this.handlers ? this.handlers.length = 0 : this.handlers = m();
|
|
51
|
-
}
|
|
52
|
-
resetHistory() {
|
|
53
|
-
this.history ? this.history.length = 0 : this.history = m();
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
const R = [
|
|
57
|
-
"any",
|
|
58
|
-
"get",
|
|
59
|
-
"delete",
|
|
60
|
-
"head",
|
|
61
|
-
"options"
|
|
62
|
-
];
|
|
63
|
-
function T(r, e, n) {
|
|
64
|
-
return R.includes(r) ? O(r, e || {}) : O(r, Object.assign({}, n, { data: e }));
|
|
65
|
-
}
|
|
66
|
-
const C = ["headers", "params", "data"];
|
|
67
|
-
function O(r, e) {
|
|
68
|
-
for (const n in e)
|
|
69
|
-
if (!C.includes(n))
|
|
70
|
-
throw new Error(
|
|
71
|
-
`Invalid config property ${JSON.stringify(
|
|
72
|
-
n
|
|
73
|
-
)} provided to ${g(r)}. Config: ${JSON.stringify(
|
|
74
|
-
e
|
|
75
|
-
)}`
|
|
76
|
-
);
|
|
77
|
-
return e;
|
|
78
|
-
}
|
|
79
|
-
function g(r) {
|
|
80
|
-
return `on${r.charAt(0).toUpperCase()}${r.slice(1)}`;
|
|
81
|
-
}
|
|
82
|
-
A.concat("any").forEach(function(r) {
|
|
83
|
-
N.prototype[g(r)] = function(e, n, i) {
|
|
84
|
-
const s = this;
|
|
85
|
-
let d;
|
|
86
|
-
e = e === void 0 ? /.*/ : e;
|
|
87
|
-
const o = T(r, n, i);
|
|
88
|
-
function c(t, u, p) {
|
|
89
|
-
const h = {
|
|
90
|
-
url: e,
|
|
91
|
-
method: r === "any" ? void 0 : r,
|
|
92
|
-
params: o.params,
|
|
93
|
-
data: o.data,
|
|
94
|
-
headers: o.headers,
|
|
95
|
-
replyOnce: !1,
|
|
96
|
-
delay: d,
|
|
97
|
-
response: E.isFunction(t) ? t : [t, u, p]
|
|
98
|
-
};
|
|
99
|
-
return y(r, s.handlers, h), s;
|
|
100
|
-
}
|
|
101
|
-
function x(t) {
|
|
102
|
-
d = t;
|
|
103
|
-
const u = f.reply.bind(f);
|
|
104
|
-
return Object.assign(u, f), u;
|
|
105
|
-
}
|
|
106
|
-
function l(t, u, p) {
|
|
107
|
-
const h = {
|
|
108
|
-
url: e,
|
|
109
|
-
method: r === "any" ? void 0 : r,
|
|
110
|
-
params: o.params,
|
|
111
|
-
data: o.data,
|
|
112
|
-
headers: o.headers,
|
|
113
|
-
replyOnce: !0,
|
|
114
|
-
delay: d,
|
|
115
|
-
response: E.isFunction(t) ? t : [t, u, p]
|
|
116
|
-
};
|
|
117
|
-
return y(r, s.handlers, h), s;
|
|
118
|
-
}
|
|
119
|
-
const f = {
|
|
120
|
-
reply: c,
|
|
121
|
-
replyOnce: l,
|
|
122
|
-
withDelayInMs: x,
|
|
123
|
-
passThrough() {
|
|
124
|
-
const t = {
|
|
125
|
-
passThrough: !0,
|
|
126
|
-
method: r === "any" ? void 0 : r,
|
|
127
|
-
url: e,
|
|
128
|
-
params: o.params,
|
|
129
|
-
data: o.data,
|
|
130
|
-
headers: o.headers
|
|
131
|
-
};
|
|
132
|
-
return y(r, s.handlers, t), s;
|
|
133
|
-
},
|
|
134
|
-
abortRequest() {
|
|
135
|
-
return c(async function(t) {
|
|
136
|
-
throw a.createAxiosError(
|
|
137
|
-
"Request aborted",
|
|
138
|
-
t,
|
|
139
|
-
void 0,
|
|
140
|
-
"ECONNABORTED"
|
|
141
|
-
);
|
|
142
|
-
});
|
|
143
|
-
},
|
|
144
|
-
abortRequestOnce() {
|
|
145
|
-
return l(async function(t) {
|
|
146
|
-
throw a.createAxiosError(
|
|
147
|
-
"Request aborted",
|
|
148
|
-
t,
|
|
149
|
-
void 0,
|
|
150
|
-
"ECONNABORTED"
|
|
151
|
-
);
|
|
152
|
-
});
|
|
153
|
-
},
|
|
154
|
-
networkError() {
|
|
155
|
-
return c(async function(t) {
|
|
156
|
-
throw a.createAxiosError("Network Error", t);
|
|
157
|
-
});
|
|
158
|
-
},
|
|
159
|
-
networkErrorOnce() {
|
|
160
|
-
return l(async function(t) {
|
|
161
|
-
throw a.createAxiosError("Network Error", t);
|
|
162
|
-
});
|
|
163
|
-
},
|
|
164
|
-
timeout() {
|
|
165
|
-
return c(async function(t) {
|
|
166
|
-
throw a.createAxiosError(
|
|
167
|
-
t.timeoutErrorMessage || `timeout of ${t.timeout}ms exceeded`,
|
|
168
|
-
t,
|
|
169
|
-
void 0,
|
|
170
|
-
t.transitional && t.transitional.clarifyTimeoutError ? "ETIMEDOUT" : "ECONNABORTED"
|
|
171
|
-
);
|
|
172
|
-
});
|
|
173
|
-
},
|
|
174
|
-
timeoutOnce() {
|
|
175
|
-
return l(async function(t) {
|
|
176
|
-
throw a.createAxiosError(
|
|
177
|
-
t.timeoutErrorMessage || `timeout of ${t.timeout}ms exceeded`,
|
|
178
|
-
t,
|
|
179
|
-
void 0,
|
|
180
|
-
t.transitional && t.transitional.clarifyTimeoutError ? "ETIMEDOUT" : "ECONNABORTED"
|
|
181
|
-
);
|
|
182
|
-
});
|
|
183
|
-
}
|
|
184
|
-
};
|
|
185
|
-
return f;
|
|
186
|
-
};
|
|
187
|
-
});
|
|
188
|
-
function M(r, e) {
|
|
189
|
-
let n = -1;
|
|
190
|
-
for (let i = 0; i < r.length; i += 1) {
|
|
191
|
-
const s = r[i], d = s.url instanceof RegExp && e.url instanceof RegExp ? String(s.url) === String(e.url) : s.url === e.url;
|
|
192
|
-
(!s.method || s.method === e.method) && d && a.isEqual(s.params, e.params) && a.isEqual(s.data, e.data) && a.isEqual(s.headers, e.headers) && !s.replyOnce && (n = i);
|
|
193
|
-
}
|
|
194
|
-
return n;
|
|
195
|
-
}
|
|
196
|
-
function y(r, e, n) {
|
|
197
|
-
if (r === "any")
|
|
198
|
-
e.push(n);
|
|
199
|
-
else {
|
|
200
|
-
const i = M(e, n);
|
|
201
|
-
i > -1 && !n.replyOnce ? e.splice(i, 1, n) : e.push(n);
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
export {
|
|
205
|
-
N as default
|
|
206
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/* 2025-11-04 10:32:44 */
|
|
2
|
-
import "../axios/index.js";
|
|
3
|
-
import a from "./utils.js";
|
|
4
|
-
import l from "../axios/lib/utils.js";
|
|
5
|
-
function u(s, e) {
|
|
6
|
-
let t = e.baseURL;
|
|
7
|
-
return t && !/^https?:/.test(t) && (t = void 0), l.isFunction(s.originalAdapter) ? s.originalAdapter(e) : s.axiosInstanceWithoutInterceptors(
|
|
8
|
-
Object.assign({}, e, {
|
|
9
|
-
baseURL: t,
|
|
10
|
-
// Use the original adapter, not the mock adapter
|
|
11
|
-
adapter: s.originalAdapter,
|
|
12
|
-
// The request transformation runs on the original axios handler already
|
|
13
|
-
transformRequest: [],
|
|
14
|
-
transformResponse: []
|
|
15
|
-
})
|
|
16
|
-
);
|
|
17
|
-
}
|
|
18
|
-
function n(s, e) {
|
|
19
|
-
return l.isNumber(e.delay) ? e.delay : s.delayResponse;
|
|
20
|
-
}
|
|
21
|
-
async function p(s, e) {
|
|
22
|
-
let t = e.url || "";
|
|
23
|
-
e.baseURL && t.substr(0, e.baseURL.length) === e.baseURL && (t = t.slice(e.baseURL.length)), delete e.adapter, s.history.push(e);
|
|
24
|
-
const r = a.findHandler(
|
|
25
|
-
s.handlers,
|
|
26
|
-
e.method,
|
|
27
|
-
t,
|
|
28
|
-
e.data,
|
|
29
|
-
e.params,
|
|
30
|
-
e.headers && e.headers.constructor.name === "AxiosHeaders" ? Object.assign({}, e.headers.toJSON()) : e.headers,
|
|
31
|
-
e.baseURL
|
|
32
|
-
);
|
|
33
|
-
if (r)
|
|
34
|
-
return r.replyOnce && a.purgeIfReplyOnce(s, r), r.passThrough ? u(s, e) : a.settle(
|
|
35
|
-
e,
|
|
36
|
-
r.response,
|
|
37
|
-
n(s, r)
|
|
38
|
-
);
|
|
39
|
-
switch (s.onNoMatch) {
|
|
40
|
-
case "passthrough":
|
|
41
|
-
return u(s, e);
|
|
42
|
-
case "throwException":
|
|
43
|
-
throw a.createCouldNotFindMockError(e);
|
|
44
|
-
default:
|
|
45
|
-
return a.settle(e, { status: 404 }, s.delayResponse);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
export {
|
|
49
|
-
p as default,
|
|
50
|
-
p as request
|
|
51
|
-
};
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
/* 2025-11-04 10:32:44 */
|
|
2
|
-
import O from "lodash/isArrayBuffer.js";
|
|
3
|
-
import b from "lodash/isBuffer.js";
|
|
4
|
-
import d from "lodash/isEqual.js";
|
|
5
|
-
import { AxiosError as m } from "../axios/index.js";
|
|
6
|
-
import o from "../axios/lib/utils.js";
|
|
7
|
-
function p(t, r) {
|
|
8
|
-
const n = t.length;
|
|
9
|
-
for (let i = 0; i < n; i++) {
|
|
10
|
-
const e = t[i];
|
|
11
|
-
if (r(e)) return e;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
function w(t) {
|
|
15
|
-
return o.isStream(t);
|
|
16
|
-
}
|
|
17
|
-
function N(t) {
|
|
18
|
-
return o.isBlob(t);
|
|
19
|
-
}
|
|
20
|
-
function l(t, r) {
|
|
21
|
-
return t ? `${t.replace(/\/+$/, "")}/${r.replace(/^\/+/, "")}` : r;
|
|
22
|
-
}
|
|
23
|
-
function E(t, r, n, i, e, c, a) {
|
|
24
|
-
return p(t[r.toLowerCase()], function(s) {
|
|
25
|
-
let u = !1;
|
|
26
|
-
return o.isString(s.url) ? u = h(n, s.url) || h(l(a, n), s.url) : s.url instanceof RegExp && (u = s.url.test(n) || s.url.test(l(a, n))), u && S(i, e, s) && f(c, s.headers);
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
function h(t, r) {
|
|
30
|
-
const n = t[0] === "/" ? t.substr(1) : t, i = r[0] === "/" ? r.substr(1) : r;
|
|
31
|
-
return n === i;
|
|
32
|
-
}
|
|
33
|
-
function S(t, r, n) {
|
|
34
|
-
return f(r, n.params) && y(t, n.data);
|
|
35
|
-
}
|
|
36
|
-
function f(t, r) {
|
|
37
|
-
return r === void 0 ? !0 : o.isFunction(r.asymmetricMatch) ? r.asymmetricMatch(t) : d(t, r);
|
|
38
|
-
}
|
|
39
|
-
function y(t, r) {
|
|
40
|
-
if (r === void 0)
|
|
41
|
-
return !0;
|
|
42
|
-
let n;
|
|
43
|
-
try {
|
|
44
|
-
n = JSON.parse(t);
|
|
45
|
-
} catch {
|
|
46
|
-
}
|
|
47
|
-
return f(n || t, r);
|
|
48
|
-
}
|
|
49
|
-
function M(t, r) {
|
|
50
|
-
const n = t.handlers.indexOf(r);
|
|
51
|
-
n > -1 && t.handlers.splice(n, 1);
|
|
52
|
-
}
|
|
53
|
-
function B(t) {
|
|
54
|
-
return O(t) || o.isBuffer(t) || w(t) || N(t) ? t : o.isObject(t) ? JSON.parse(JSON.stringify(t)) : t;
|
|
55
|
-
}
|
|
56
|
-
async function J(t, r) {
|
|
57
|
-
o.isFunction(t) && (t = await t(r));
|
|
58
|
-
const n = t.status || t[0], i = B(t.data || t[1]), e = t.headers || t[2];
|
|
59
|
-
return t.config && (r = t.config), {
|
|
60
|
-
status: n,
|
|
61
|
-
data: i,
|
|
62
|
-
headers: e,
|
|
63
|
-
config: r,
|
|
64
|
-
request: { responseURL: r.url }
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
async function k(t, r, n) {
|
|
68
|
-
n > 0 && await new Promise((e) => setTimeout(e, n));
|
|
69
|
-
const i = await J(r, t);
|
|
70
|
-
if (!i.config.validateStatus || i.config.validateStatus(i.status))
|
|
71
|
-
return i;
|
|
72
|
-
throw g(
|
|
73
|
-
`Request failed with status code ${i.status}`,
|
|
74
|
-
i.config,
|
|
75
|
-
i
|
|
76
|
-
);
|
|
77
|
-
}
|
|
78
|
-
function g(t, r, n, i) {
|
|
79
|
-
if (o.isFunction(m))
|
|
80
|
-
return m.from(new Error(t), i, r, null, n);
|
|
81
|
-
const e = new Error(t);
|
|
82
|
-
return e.isAxiosError = !0, e.config = r, n !== void 0 && (e.response = n), i !== void 0 && (e.code = i), e.toJSON = function() {
|
|
83
|
-
return {
|
|
84
|
-
// Standard
|
|
85
|
-
message: this.message,
|
|
86
|
-
name: this.name,
|
|
87
|
-
// Microsoft
|
|
88
|
-
description: this.description,
|
|
89
|
-
number: this.number,
|
|
90
|
-
// Mozilla
|
|
91
|
-
fileName: this.fileName,
|
|
92
|
-
lineNumber: this.lineNumber,
|
|
93
|
-
columnNumber: this.columnNumber,
|
|
94
|
-
stack: this.stack,
|
|
95
|
-
// Axios
|
|
96
|
-
config: this.config,
|
|
97
|
-
code: this.code
|
|
98
|
-
};
|
|
99
|
-
}, e;
|
|
100
|
-
}
|
|
101
|
-
function x(t) {
|
|
102
|
-
const r = `Could not find mock for:
|
|
103
|
-
${JSON.stringify(
|
|
104
|
-
{
|
|
105
|
-
method: t.method,
|
|
106
|
-
url: t.url,
|
|
107
|
-
params: t.params,
|
|
108
|
-
headers: t.headers
|
|
109
|
-
},
|
|
110
|
-
null,
|
|
111
|
-
2
|
|
112
|
-
)}`, n = new Error(r);
|
|
113
|
-
return n.isCouldNotFindMockError = !0, n.url = t.url, n.method = t.method, n;
|
|
114
|
-
}
|
|
115
|
-
const U = {
|
|
116
|
-
createAxiosError: g,
|
|
117
|
-
createCouldNotFindMockError: x,
|
|
118
|
-
find: p,
|
|
119
|
-
findHandler: E,
|
|
120
|
-
isBlob: N,
|
|
121
|
-
isBodyOrParametersMatching: S,
|
|
122
|
-
isBuffer: b,
|
|
123
|
-
isEqual: d,
|
|
124
|
-
purgeIfReplyOnce: M,
|
|
125
|
-
settle: k
|
|
126
|
-
};
|
|
127
|
-
export {
|
|
128
|
-
U as default
|
|
129
|
-
};
|
package/axios.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/* 2025-11-04 10:32:44 */
|
|
2
|
-
import { default as e } from "./axios/lib/axios.js";
|
|
3
|
-
import { default as t } from "./axios/lib/utils.js";
|
|
4
|
-
import { Axios as i, AxiosError as l, AxiosHeaders as x, Cancel as d, CancelToken as f, CanceledError as m, HttpStatusCode as n, VERSION as p, all as A, formToJSON as C, getAdapter as c, isAxiosError as E, isCancel as g, mergeConfig as u, spread as S, toFormData as H } from "./axios/index.js";
|
|
5
|
-
export {
|
|
6
|
-
i as Axios,
|
|
7
|
-
l as AxiosError,
|
|
8
|
-
x as AxiosHeaders,
|
|
9
|
-
t as AxiosUtils,
|
|
10
|
-
d as Cancel,
|
|
11
|
-
f as CancelToken,
|
|
12
|
-
m as CanceledError,
|
|
13
|
-
n as HttpStatusCode,
|
|
14
|
-
p as VERSION,
|
|
15
|
-
A as all,
|
|
16
|
-
e as default,
|
|
17
|
-
C as formToJSON,
|
|
18
|
-
c as getAdapter,
|
|
19
|
-
E as isAxiosError,
|
|
20
|
-
g as isCancel,
|
|
21
|
-
u as mergeConfig,
|
|
22
|
-
S as spread,
|
|
23
|
-
H as toFormData
|
|
24
|
-
};
|
package/axiosMockAdapter.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/* 2025-11-04 10:32:44 */
|
|
2
|
-
import "./axios/index.js";
|
|
3
|
-
import "./axios-mock-adapter/request.js";
|
|
4
|
-
import "./axios-mock-adapter/utils.js";
|
|
5
|
-
import "./axios/lib/utils.js";
|
|
6
|
-
import { default as e } from "./axios-mock-adapter/index.js";
|
|
7
|
-
export {
|
|
8
|
-
e as default
|
|
9
|
-
};
|
package/types/axios/index.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export const all: any;
|
|
2
|
-
export const Axios: any;
|
|
3
|
-
export const AxiosError: any;
|
|
4
|
-
export const AxiosHeaders: any;
|
|
5
|
-
import utils from './lib/utils.js';
|
|
6
|
-
export const Cancel: any;
|
|
7
|
-
export const CanceledError: any;
|
|
8
|
-
export const CancelToken: any;
|
|
9
|
-
import axios from './lib/axios.js';
|
|
10
|
-
export const formToJSON: any;
|
|
11
|
-
export const getAdapter: any;
|
|
12
|
-
export const HttpStatusCode: any;
|
|
13
|
-
export const isAxiosError: any;
|
|
14
|
-
export const isCancel: any;
|
|
15
|
-
export const mergeConfig: any;
|
|
16
|
-
export const spread: any;
|
|
17
|
-
export const toFormData: any;
|
|
18
|
-
export const VERSION: any;
|
|
19
|
-
export { utils as AxiosUtils, axios as default };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export { getAdapter };
|
|
3
|
-
export { knownAdapters as adapters };
|
|
4
|
-
}
|
|
5
|
-
export default _default;
|
|
6
|
-
/**
|
|
7
|
-
* Get the first suitable adapter from the provided list.
|
|
8
|
-
* Tries each adapter in order until a supported one is found.
|
|
9
|
-
* Throws an AxiosError if no adapter is suitable.
|
|
10
|
-
*
|
|
11
|
-
* @param {Array<string|Function>|string|Function} adapters - Adapter(s) by name or function.
|
|
12
|
-
* @param {Object} config - Axios request configuration
|
|
13
|
-
* @throws {AxiosError} If no suitable adapter is available
|
|
14
|
-
* @returns {Function} The resolved adapter function
|
|
15
|
-
*/
|
|
16
|
-
declare function getAdapter(adapters: Array<string | Function> | string | Function, config: Object): Function;
|
|
17
|
-
/**
|
|
18
|
-
* Known adapters mapping.
|
|
19
|
-
* Provides environment-specific adapters for Axios:
|
|
20
|
-
* - `http` for Node.js
|
|
21
|
-
* - `xhr` for browsers
|
|
22
|
-
* - `fetch` for fetch API-based requests
|
|
23
|
-
*
|
|
24
|
-
* @type {Object<string, Function|Object>}
|
|
25
|
-
*/
|
|
26
|
-
declare const knownAdapters: {
|
|
27
|
-
[x: string]: Object | Function;
|
|
28
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _default: false | ((config: any) => Promise<any>);
|
|
2
|
-
export default _default;
|
|
3
|
-
/**
|
|
4
|
-
* If the proxy or config afterRedirects functions are defined, call them with the options
|
|
5
|
-
*
|
|
6
|
-
* @param {http.ClientRequestArgs} options
|
|
7
|
-
* @param {AxiosProxyConfig} configProxy configuration from Axios options object
|
|
8
|
-
* @param {string} location
|
|
9
|
-
*
|
|
10
|
-
* @returns {http.ClientRequestArgs}
|
|
11
|
-
*/
|
|
12
|
-
export function __setProxy(options: http.ClientRequestArgs, configProxy: AxiosProxyConfig, location: string): http.ClientRequestArgs;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export default CancelToken;
|
|
2
|
-
/**
|
|
3
|
-
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
4
|
-
*
|
|
5
|
-
* @param {Function} executor The executor function.
|
|
6
|
-
*
|
|
7
|
-
* @returns {CancelToken}
|
|
8
|
-
*/
|
|
9
|
-
declare class CancelToken {
|
|
10
|
-
/**
|
|
11
|
-
* Returns an object that contains a new `CancelToken` and a function that, when called,
|
|
12
|
-
* cancels the `CancelToken`.
|
|
13
|
-
*/
|
|
14
|
-
static source(): {
|
|
15
|
-
token: CancelToken;
|
|
16
|
-
cancel: undefined;
|
|
17
|
-
};
|
|
18
|
-
constructor(executor: any);
|
|
19
|
-
promise: Promise<any>;
|
|
20
|
-
/**
|
|
21
|
-
* Throws a `CanceledError` if cancellation has been requested.
|
|
22
|
-
*/
|
|
23
|
-
throwIfRequested(): void;
|
|
24
|
-
/**
|
|
25
|
-
* Subscribe to the cancel signal
|
|
26
|
-
*/
|
|
27
|
-
subscribe(listener: any): void;
|
|
28
|
-
_listeners: any[] | undefined;
|
|
29
|
-
/**
|
|
30
|
-
* Unsubscribe from the cancel signal
|
|
31
|
-
*/
|
|
32
|
-
unsubscribe(listener: any): void;
|
|
33
|
-
toAbortSignal(): AbortSignal;
|
|
34
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export default CanceledError;
|
|
2
|
-
/**
|
|
3
|
-
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
4
|
-
*
|
|
5
|
-
* @param {string=} message The message.
|
|
6
|
-
* @param {Object=} config The config.
|
|
7
|
-
* @param {Object=} request The request.
|
|
8
|
-
*
|
|
9
|
-
* @returns {CanceledError} The created error.
|
|
10
|
-
*/
|
|
11
|
-
declare function CanceledError(message?: string | undefined, config?: Object | undefined, request?: Object | undefined): CanceledError;
|
|
12
|
-
declare class CanceledError {
|
|
13
|
-
/**
|
|
14
|
-
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
15
|
-
*
|
|
16
|
-
* @param {string=} message The message.
|
|
17
|
-
* @param {Object=} config The config.
|
|
18
|
-
* @param {Object=} request The request.
|
|
19
|
-
*
|
|
20
|
-
* @returns {CanceledError} The created error.
|
|
21
|
-
*/
|
|
22
|
-
constructor(message?: string | undefined, config?: Object | undefined, request?: Object | undefined);
|
|
23
|
-
name: string;
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function isCancel(value: any): boolean;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export default Axios;
|
|
2
|
-
/**
|
|
3
|
-
* Create a new instance of Axios
|
|
4
|
-
*
|
|
5
|
-
* @param {Object} instanceConfig The default config for the instance
|
|
6
|
-
*
|
|
7
|
-
* @return {Axios} A new instance of Axios
|
|
8
|
-
*/
|
|
9
|
-
declare class Axios {
|
|
10
|
-
constructor(instanceConfig: any);
|
|
11
|
-
defaults: any;
|
|
12
|
-
interceptors: {
|
|
13
|
-
request: InterceptorManager;
|
|
14
|
-
response: InterceptorManager;
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
* Dispatch a request
|
|
18
|
-
*
|
|
19
|
-
* @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
|
|
20
|
-
* @param {?Object} config
|
|
21
|
-
*
|
|
22
|
-
* @returns {Promise} The Promise to be fulfilled
|
|
23
|
-
*/
|
|
24
|
-
request(configOrUrl: string | Object, config: Object | null): Promise<any>;
|
|
25
|
-
_request(configOrUrl: any, config: any): Promise<any>;
|
|
26
|
-
getUri(config: any): string;
|
|
27
|
-
}
|
|
28
|
-
import InterceptorManager from './InterceptorManager.js';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export default AxiosError;
|
|
2
|
-
/**
|
|
3
|
-
* Create an Error with the specified message, config, error code, request and response.
|
|
4
|
-
*
|
|
5
|
-
* @param {string} message The error message.
|
|
6
|
-
* @param {string} [code] The error code (for example, 'ECONNABORTED').
|
|
7
|
-
* @param {Object} [config] The config.
|
|
8
|
-
* @param {Object} [request] The request.
|
|
9
|
-
* @param {Object} [response] The response.
|
|
10
|
-
*
|
|
11
|
-
* @returns {Error} The created error.
|
|
12
|
-
*/
|
|
13
|
-
declare function AxiosError(message: string, code?: string, config?: Object, request?: Object, response?: Object): Error;
|
|
14
|
-
declare class AxiosError {
|
|
15
|
-
/**
|
|
16
|
-
* Create an Error with the specified message, config, error code, request and response.
|
|
17
|
-
*
|
|
18
|
-
* @param {string} message The error message.
|
|
19
|
-
* @param {string} [code] The error code (for example, 'ECONNABORTED').
|
|
20
|
-
* @param {Object} [config] The config.
|
|
21
|
-
* @param {Object} [request] The request.
|
|
22
|
-
* @param {Object} [response] The response.
|
|
23
|
-
*
|
|
24
|
-
* @returns {Error} The created error.
|
|
25
|
-
*/
|
|
26
|
-
constructor(message: string, code?: string, config?: Object, request?: Object, response?: Object);
|
|
27
|
-
stack: string | undefined;
|
|
28
|
-
message: string;
|
|
29
|
-
name: string;
|
|
30
|
-
code: string | undefined;
|
|
31
|
-
config: Object | undefined;
|
|
32
|
-
request: Object | undefined;
|
|
33
|
-
response: Object | undefined;
|
|
34
|
-
status: any;
|
|
35
|
-
}
|
|
36
|
-
declare namespace AxiosError {
|
|
37
|
-
function from(error: any, code: any, config: any, request: any, response: any, customProps: any): any;
|
|
38
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export default AxiosHeaders;
|
|
2
|
-
declare class AxiosHeaders {
|
|
3
|
-
static from(thing: any): AxiosHeaders;
|
|
4
|
-
static concat(first: any, ...targets: any[]): AxiosHeaders;
|
|
5
|
-
static accessor(header: any): typeof AxiosHeaders;
|
|
6
|
-
constructor(headers: any);
|
|
7
|
-
set(header: any, valueOrRewrite: any, rewrite: any): this;
|
|
8
|
-
get(header: any, parser: any): any;
|
|
9
|
-
has(header: any, matcher: any): boolean;
|
|
10
|
-
delete(header: any, matcher: any): boolean;
|
|
11
|
-
clear(matcher: any): boolean;
|
|
12
|
-
normalize(format: any): this;
|
|
13
|
-
concat(...targets: any[]): any;
|
|
14
|
-
toJSON(asStrings: any): any;
|
|
15
|
-
toString(): string;
|
|
16
|
-
getSetCookie(): any;
|
|
17
|
-
[Symbol.iterator](): ArrayIterator<[string, any]>;
|
|
18
|
-
get [Symbol.toStringTag](): string;
|
|
19
|
-
[$internals]: {
|
|
20
|
-
accessors: {};
|
|
21
|
-
} | undefined;
|
|
22
|
-
}
|
|
23
|
-
declare const $internals: unique symbol;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export default InterceptorManager;
|
|
2
|
-
declare class InterceptorManager {
|
|
3
|
-
handlers: any[];
|
|
4
|
-
/**
|
|
5
|
-
* Add a new interceptor to the stack
|
|
6
|
-
*
|
|
7
|
-
* @param {Function} fulfilled The function to handle `then` for a `Promise`
|
|
8
|
-
* @param {Function} rejected The function to handle `reject` for a `Promise`
|
|
9
|
-
*
|
|
10
|
-
* @return {Number} An ID used to remove interceptor later
|
|
11
|
-
*/
|
|
12
|
-
use(fulfilled: Function, rejected: Function, options: any): number;
|
|
13
|
-
/**
|
|
14
|
-
* Remove an interceptor from the stack
|
|
15
|
-
*
|
|
16
|
-
* @param {Number} id The ID that was returned by `use`
|
|
17
|
-
*
|
|
18
|
-
* @returns {void}
|
|
19
|
-
*/
|
|
20
|
-
eject(id: number): void;
|
|
21
|
-
/**
|
|
22
|
-
* Clear all interceptors from the stack
|
|
23
|
-
*
|
|
24
|
-
* @returns {void}
|
|
25
|
-
*/
|
|
26
|
-
clear(): void;
|
|
27
|
-
/**
|
|
28
|
-
* Iterate over all the registered interceptors
|
|
29
|
-
*
|
|
30
|
-
* This method is particularly useful for skipping over any
|
|
31
|
-
* interceptors that may have become `null` calling `eject`.
|
|
32
|
-
*
|
|
33
|
-
* @param {Function} fn The function to call for each interceptor
|
|
34
|
-
*
|
|
35
|
-
* @returns {void}
|
|
36
|
-
*/
|
|
37
|
-
forEach(fn: Function): void;
|
|
38
|
-
}
|