@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,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
3
|
-
* only when the requestedURL is not already an absolute URL.
|
|
4
|
-
* If the requestURL is absolute, this function returns the requestedURL untouched.
|
|
5
|
-
*
|
|
6
|
-
* @param {string} baseURL The base URL
|
|
7
|
-
* @param {string} requestedURL Absolute or relative URL to combine
|
|
8
|
-
*
|
|
9
|
-
* @returns {string} The combined full path
|
|
10
|
-
*/
|
|
11
|
-
export default function buildFullPath(baseURL: string, requestedURL: string, allowAbsoluteUrls: any): string;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Dispatch a request to the server using the configured adapter.
|
|
3
|
-
*
|
|
4
|
-
* @param {object} config The config that is to be used for the request
|
|
5
|
-
*
|
|
6
|
-
* @returns {Promise} The Promise to be fulfilled
|
|
7
|
-
*/
|
|
8
|
-
export default function dispatchRequest(config: object): Promise<any>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Config-specific merge-function which creates a new config-object
|
|
3
|
-
* by merging two configuration objects together.
|
|
4
|
-
*
|
|
5
|
-
* @param {Object} config1
|
|
6
|
-
* @param {Object} config2
|
|
7
|
-
*
|
|
8
|
-
* @returns {Object} New object resulting from merging config2 to config1
|
|
9
|
-
*/
|
|
10
|
-
export default function mergeConfig(config1: Object, config2: Object): Object;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Resolve or reject a Promise based on response status.
|
|
3
|
-
*
|
|
4
|
-
* @param {Function} resolve A function that resolves the promise.
|
|
5
|
-
* @param {Function} reject A function that rejects the promise.
|
|
6
|
-
* @param {object} response The response.
|
|
7
|
-
*
|
|
8
|
-
* @returns {object} The response.
|
|
9
|
-
*/
|
|
10
|
-
export default function settle(resolve: Function, reject: Function, response: object): object;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Transform the data for a request or a response
|
|
3
|
-
*
|
|
4
|
-
* @param {Array|Function} fns A single function or Array of functions
|
|
5
|
-
* @param {?Object} response The response object
|
|
6
|
-
*
|
|
7
|
-
* @returns {*} The resulting transformed data
|
|
8
|
-
*/
|
|
9
|
-
export default function transformData(fns: any[] | Function, response: Object | null): any;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export default defaults;
|
|
2
|
-
declare namespace defaults {
|
|
3
|
-
export { transitionalDefaults as transitional };
|
|
4
|
-
export let adapter: string[];
|
|
5
|
-
export let transformRequest: ((data: any, headers: any) => any)[];
|
|
6
|
-
export let transformResponse: ((data: any) => any)[];
|
|
7
|
-
export let timeout: number;
|
|
8
|
-
export let xsrfCookieName: string;
|
|
9
|
-
export let xsrfHeaderName: string;
|
|
10
|
-
export let maxContentLength: number;
|
|
11
|
-
export let maxBodyLength: number;
|
|
12
|
-
export namespace env {
|
|
13
|
-
let FormData: {
|
|
14
|
-
new (form?: HTMLFormElement, submitter?: HTMLElement | null): FormData;
|
|
15
|
-
prototype: FormData;
|
|
16
|
-
} | null;
|
|
17
|
-
let Blob: {
|
|
18
|
-
new (blobParts?: BlobPart[], options?: BlobPropertyBag): Blob;
|
|
19
|
-
prototype: Blob;
|
|
20
|
-
} | null;
|
|
21
|
-
}
|
|
22
|
-
export function validateStatus(status: any): boolean;
|
|
23
|
-
export namespace headers {
|
|
24
|
-
let common: {
|
|
25
|
-
Accept: string;
|
|
26
|
-
'Content-Type': undefined;
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
import transitionalDefaults from './transitional.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const VERSION: "1.13.1";
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export default AxiosTransformStream;
|
|
2
|
-
declare class AxiosTransformStream {
|
|
3
|
-
constructor(options: any);
|
|
4
|
-
_read(size: any): any;
|
|
5
|
-
_transform(chunk: any, encoding: any, callback: any): void;
|
|
6
|
-
[kInternals]: {
|
|
7
|
-
timeWindow: any;
|
|
8
|
-
chunkSize: any;
|
|
9
|
-
maxRate: any;
|
|
10
|
-
minChunkSize: any;
|
|
11
|
-
bytesSeen: number;
|
|
12
|
-
isCaptured: boolean;
|
|
13
|
-
notifiedBytesLoaded: number;
|
|
14
|
-
ts: number;
|
|
15
|
-
bytes: number;
|
|
16
|
-
onReadCallback: null;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
declare const kInternals: unique symbol;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export default AxiosURLSearchParams;
|
|
2
|
-
/**
|
|
3
|
-
* It takes a params object and converts it to a FormData object
|
|
4
|
-
*
|
|
5
|
-
* @param {Object<string, any>} params - The parameters to be converted to a FormData object.
|
|
6
|
-
* @param {Object<string, any>} options - The options object passed to the Axios constructor.
|
|
7
|
-
*
|
|
8
|
-
* @returns {void}
|
|
9
|
-
*/
|
|
10
|
-
declare function AxiosURLSearchParams(params: {
|
|
11
|
-
[x: string]: any;
|
|
12
|
-
}, options: {
|
|
13
|
-
[x: string]: any;
|
|
14
|
-
}): void;
|
|
15
|
-
declare class AxiosURLSearchParams {
|
|
16
|
-
/**
|
|
17
|
-
* It takes a params object and converts it to a FormData object
|
|
18
|
-
*
|
|
19
|
-
* @param {Object<string, any>} params - The parameters to be converted to a FormData object.
|
|
20
|
-
* @param {Object<string, any>} options - The options object passed to the Axios constructor.
|
|
21
|
-
*
|
|
22
|
-
* @returns {void}
|
|
23
|
-
*/
|
|
24
|
-
constructor(params: {
|
|
25
|
-
[x: string]: any;
|
|
26
|
-
}, options: {
|
|
27
|
-
[x: string]: any;
|
|
28
|
-
});
|
|
29
|
-
_pairs: any[];
|
|
30
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
export default HttpStatusCode;
|
|
2
|
-
declare namespace HttpStatusCode {
|
|
3
|
-
let Continue: number;
|
|
4
|
-
let SwitchingProtocols: number;
|
|
5
|
-
let Processing: number;
|
|
6
|
-
let EarlyHints: number;
|
|
7
|
-
let Ok: number;
|
|
8
|
-
let Created: number;
|
|
9
|
-
let Accepted: number;
|
|
10
|
-
let NonAuthoritativeInformation: number;
|
|
11
|
-
let NoContent: number;
|
|
12
|
-
let ResetContent: number;
|
|
13
|
-
let PartialContent: number;
|
|
14
|
-
let MultiStatus: number;
|
|
15
|
-
let AlreadyReported: number;
|
|
16
|
-
let ImUsed: number;
|
|
17
|
-
let MultipleChoices: number;
|
|
18
|
-
let MovedPermanently: number;
|
|
19
|
-
let Found: number;
|
|
20
|
-
let SeeOther: number;
|
|
21
|
-
let NotModified: number;
|
|
22
|
-
let UseProxy: number;
|
|
23
|
-
let Unused: number;
|
|
24
|
-
let TemporaryRedirect: number;
|
|
25
|
-
let PermanentRedirect: number;
|
|
26
|
-
let BadRequest: number;
|
|
27
|
-
let Unauthorized: number;
|
|
28
|
-
let PaymentRequired: number;
|
|
29
|
-
let Forbidden: number;
|
|
30
|
-
let NotFound: number;
|
|
31
|
-
let MethodNotAllowed: number;
|
|
32
|
-
let NotAcceptable: number;
|
|
33
|
-
let ProxyAuthenticationRequired: number;
|
|
34
|
-
let RequestTimeout: number;
|
|
35
|
-
let Conflict: number;
|
|
36
|
-
let Gone: number;
|
|
37
|
-
let LengthRequired: number;
|
|
38
|
-
let PreconditionFailed: number;
|
|
39
|
-
let PayloadTooLarge: number;
|
|
40
|
-
let UriTooLong: number;
|
|
41
|
-
let UnsupportedMediaType: number;
|
|
42
|
-
let RangeNotSatisfiable: number;
|
|
43
|
-
let ExpectationFailed: number;
|
|
44
|
-
let ImATeapot: number;
|
|
45
|
-
let MisdirectedRequest: number;
|
|
46
|
-
let UnprocessableEntity: number;
|
|
47
|
-
let Locked: number;
|
|
48
|
-
let FailedDependency: number;
|
|
49
|
-
let TooEarly: number;
|
|
50
|
-
let UpgradeRequired: number;
|
|
51
|
-
let PreconditionRequired: number;
|
|
52
|
-
let TooManyRequests: number;
|
|
53
|
-
let RequestHeaderFieldsTooLarge: number;
|
|
54
|
-
let UnavailableForLegalReasons: number;
|
|
55
|
-
let InternalServerError: number;
|
|
56
|
-
let NotImplemented: number;
|
|
57
|
-
let BadGateway: number;
|
|
58
|
-
let ServiceUnavailable: number;
|
|
59
|
-
let GatewayTimeout: number;
|
|
60
|
-
let HttpVersionNotSupported: number;
|
|
61
|
-
let VariantAlsoNegotiates: number;
|
|
62
|
-
let InsufficientStorage: number;
|
|
63
|
-
let LoopDetected: number;
|
|
64
|
-
let NotExtended: number;
|
|
65
|
-
let NetworkAuthenticationRequired: number;
|
|
66
|
-
let WebServerIsDown: number;
|
|
67
|
-
let ConnectionTimedOut: number;
|
|
68
|
-
let OriginIsUnreachable: number;
|
|
69
|
-
let TimeoutOccurred: number;
|
|
70
|
-
let SslHandshakeFailed: number;
|
|
71
|
-
let InvalidSslCertificate: number;
|
|
72
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Create a bound version of a function with a specified `this` context
|
|
3
|
-
*
|
|
4
|
-
* @param {Function} fn - The function to bind
|
|
5
|
-
* @param {*} thisArg - The value to be passed as the `this` parameter
|
|
6
|
-
* @returns {Function} A new function that will call the original function with the specified `this` context
|
|
7
|
-
*/
|
|
8
|
-
export default function bind(fn: Function, thisArg: any): Function;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Build a URL by appending params to the end
|
|
3
|
-
*
|
|
4
|
-
* @param {string} url The base of the url (e.g., http://www.google.com)
|
|
5
|
-
* @param {object} [params] The params to be appended
|
|
6
|
-
* @param {?(object|Function)} options
|
|
7
|
-
*
|
|
8
|
-
* @returns {string} The formatted url
|
|
9
|
-
*/
|
|
10
|
-
export default function buildURL(url: string, params?: object, options: (object | Function) | null): string;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Creates a new URL by combining the specified URLs
|
|
3
|
-
*
|
|
4
|
-
* @param {string} baseURL The base URL
|
|
5
|
-
* @param {string} relativeURL The relative URL
|
|
6
|
-
*
|
|
7
|
-
* @returns {string} The combined URL
|
|
8
|
-
*/
|
|
9
|
-
export default function combineURLs(baseURL: string, relativeURL: string): string;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Supply a warning to the developer that a method they are using
|
|
3
|
-
* has been deprecated.
|
|
4
|
-
*
|
|
5
|
-
* @param {string} method The name of the deprecated method
|
|
6
|
-
* @param {string} [instead] The alternate method to use if applicable
|
|
7
|
-
* @param {string} [docs] The documentation URL to get further details
|
|
8
|
-
*
|
|
9
|
-
* @returns {void}
|
|
10
|
-
*/
|
|
11
|
-
export default function deprecatedMethod(method: string, instead?: string, docs?: string): void;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Estimate decoded byte length of a data:// URL *without* allocating large buffers.
|
|
3
|
-
* - For base64: compute exact decoded size using length and padding;
|
|
4
|
-
* handle %XX at the character-count level (no string allocation).
|
|
5
|
-
* - For non-base64: use UTF-8 byteLength of the encoded body as a safe upper bound.
|
|
6
|
-
*
|
|
7
|
-
* @param {string} url
|
|
8
|
-
* @returns {number}
|
|
9
|
-
*/
|
|
10
|
-
export default function estimateDataURLDecodedBytes(url: string): number;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export default formDataToJSON;
|
|
2
|
-
/**
|
|
3
|
-
* It takes a FormData object and returns a JavaScript object
|
|
4
|
-
*
|
|
5
|
-
* @param {string} formData The FormData object to convert to JSON.
|
|
6
|
-
*
|
|
7
|
-
* @returns {Object<string, any> | null} The converted object.
|
|
8
|
-
*/
|
|
9
|
-
declare function formDataToJSON(formData: string): {
|
|
10
|
-
[x: string]: any;
|
|
11
|
-
} | null;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Parse data uri to a Buffer or Blob
|
|
3
|
-
*
|
|
4
|
-
* @param {String} uri
|
|
5
|
-
* @param {?Boolean} asBlob
|
|
6
|
-
* @param {?Object} options
|
|
7
|
-
* @param {?Function} options.Blob
|
|
8
|
-
*
|
|
9
|
-
* @returns {Buffer|Blob}
|
|
10
|
-
*/
|
|
11
|
-
export default function fromDataURI(uri: string, asBlob: boolean | null, options: Object | null): Buffer | Blob;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Determines whether the payload is an error thrown by Axios
|
|
3
|
-
*
|
|
4
|
-
* @param {*} payload The value to test
|
|
5
|
-
*
|
|
6
|
-
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
|
7
|
-
*/
|
|
8
|
-
export default function isAxiosError(payload: any): boolean;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function parseProtocol(url: any): string;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Syntactic sugar for invoking a function and expanding an array for arguments.
|
|
3
|
-
*
|
|
4
|
-
* Common use case would be to use `Function.prototype.apply`.
|
|
5
|
-
*
|
|
6
|
-
* ```js
|
|
7
|
-
* function f(x, y, z) {}
|
|
8
|
-
* var args = [1, 2, 3];
|
|
9
|
-
* f.apply(null, args);
|
|
10
|
-
* ```
|
|
11
|
-
*
|
|
12
|
-
* With `spread` this example can be re-written.
|
|
13
|
-
*
|
|
14
|
-
* ```js
|
|
15
|
-
* spread(function(x, y, z) {})([1, 2, 3]);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @param {Function} callback
|
|
19
|
-
*
|
|
20
|
-
* @returns {Function}
|
|
21
|
-
*/
|
|
22
|
-
export default function spread(callback: Function): Function;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export default toFormData;
|
|
2
|
-
/**
|
|
3
|
-
* Convert a data object to FormData
|
|
4
|
-
*
|
|
5
|
-
* @param {Object} obj
|
|
6
|
-
* @param {?Object} [formData]
|
|
7
|
-
* @param {?Object} [options]
|
|
8
|
-
* @param {Function} [options.visitor]
|
|
9
|
-
* @param {Boolean} [options.metaTokens = true]
|
|
10
|
-
* @param {Boolean} [options.dots = false]
|
|
11
|
-
* @param {?Boolean} [options.indexes = false]
|
|
12
|
-
*
|
|
13
|
-
* @returns {Object}
|
|
14
|
-
**/
|
|
15
|
-
/**
|
|
16
|
-
* It converts an object into a FormData object
|
|
17
|
-
*
|
|
18
|
-
* @param {Object<any, any>} obj - The object to convert to form data.
|
|
19
|
-
* @param {string} formData - The FormData object to append to.
|
|
20
|
-
* @param {Object<string, any>} options
|
|
21
|
-
*
|
|
22
|
-
* @returns
|
|
23
|
-
*/
|
|
24
|
-
declare function toFormData(obj: any, formData: string, options: {
|
|
25
|
-
[x: string]: any;
|
|
26
|
-
}): string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function toURLEncodedForm(data: any, options: any): string;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export function streamChunk(chunk: any, chunkSize: any): Generator<any, void, unknown>;
|
|
2
|
-
export function readBytes(iterable: any, chunkSize: any): AsyncGenerator<any, void, unknown>;
|
|
3
|
-
export function trackStream(stream: any, chunkSize: any, onProgress: any, onFinish: any): ReadableStream<Uint8Array<ArrayBuffer>>;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export { assertOptions };
|
|
3
|
-
export { validators };
|
|
4
|
-
}
|
|
5
|
-
export default _default;
|
|
6
|
-
/**
|
|
7
|
-
* Assert object's properties type
|
|
8
|
-
*
|
|
9
|
-
* @param {object} options
|
|
10
|
-
* @param {object} schema
|
|
11
|
-
* @param {boolean?} allowUnknown
|
|
12
|
-
*
|
|
13
|
-
* @returns {object}
|
|
14
|
-
*/
|
|
15
|
-
declare function assertOptions(options: object, schema: object, allowUnknown: boolean | null): object;
|
|
16
|
-
declare namespace validators {
|
|
17
|
-
/**
|
|
18
|
-
* Transitional option validator
|
|
19
|
-
*
|
|
20
|
-
* @param {function|boolean?} validator - set to false if the transitional option has been removed
|
|
21
|
-
* @param {string?} version - deprecated version / removed since version
|
|
22
|
-
* @param {string?} message - some message with additional info
|
|
23
|
-
*
|
|
24
|
-
* @returns {function}
|
|
25
|
-
*/
|
|
26
|
-
function transitional(validator: Function | (boolean | null), version: string | null, message: string | null): Function;
|
|
27
|
-
function spelling(correctSpelling: any): (value: any, opt: any) => boolean;
|
|
28
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
declare const _default: typeof AxiosURLSearchParams | {
|
|
2
|
-
new (init?: string[][] | Record<string, string> | string | URLSearchParams): URLSearchParams;
|
|
3
|
-
prototype: URLSearchParams;
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
6
|
-
import AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
let isBrowser: boolean;
|
|
3
|
-
namespace classes {
|
|
4
|
-
export { URLSearchParams };
|
|
5
|
-
export { FormData };
|
|
6
|
-
export { Blob };
|
|
7
|
-
}
|
|
8
|
-
let protocols: string[];
|
|
9
|
-
}
|
|
10
|
-
export default _default;
|
|
11
|
-
import URLSearchParams from './classes/URLSearchParams.js';
|
|
12
|
-
import FormData from './classes/FormData.js';
|
|
13
|
-
import Blob from './classes/Blob.js';
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export const hasBrowserEnv: boolean;
|
|
2
|
-
/**
|
|
3
|
-
* Determine if we're running in a standard browser environment
|
|
4
|
-
*
|
|
5
|
-
* This allows axios to run in a web worker, and react-native.
|
|
6
|
-
* Both environments support XMLHttpRequest, but not fully standard globals.
|
|
7
|
-
*
|
|
8
|
-
* web workers:
|
|
9
|
-
* typeof window -> undefined
|
|
10
|
-
* typeof document -> undefined
|
|
11
|
-
*
|
|
12
|
-
* react-native:
|
|
13
|
-
* navigator.product -> 'ReactNative'
|
|
14
|
-
* nativescript
|
|
15
|
-
* navigator.product -> 'NativeScript' or 'NS'
|
|
16
|
-
*
|
|
17
|
-
* @returns {boolean}
|
|
18
|
-
*/
|
|
19
|
-
export const hasStandardBrowserEnv: boolean;
|
|
20
|
-
/**
|
|
21
|
-
* Determine if we're running in a standard browser webWorker environment
|
|
22
|
-
*
|
|
23
|
-
* Although the `isStandardBrowserEnv` method indicates that
|
|
24
|
-
* `allows axios to run in a web worker`, the WebWorker will still be
|
|
25
|
-
* filtered out due to its judgment standard
|
|
26
|
-
* `typeof window !== 'undefined' && typeof document !== 'undefined'`.
|
|
27
|
-
* This leads to a problem when axios post `FormData` in webWorker
|
|
28
|
-
*/
|
|
29
|
-
export const hasStandardBrowserWebWorkerEnv: boolean;
|
|
30
|
-
declare const _navigator: Navigator | undefined;
|
|
31
|
-
export const origin: string;
|
|
32
|
-
export { _navigator as navigator };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
isBrowser: boolean;
|
|
3
|
-
classes: {
|
|
4
|
-
URLSearchParams: typeof import("../helpers/AxiosURLSearchParams.js").default | {
|
|
5
|
-
new (init?: string[][] | Record<string, string> | string | URLSearchParams): URLSearchParams;
|
|
6
|
-
prototype: URLSearchParams;
|
|
7
|
-
};
|
|
8
|
-
FormData: {
|
|
9
|
-
new (form?: HTMLFormElement, submitter?: HTMLElement | null): FormData;
|
|
10
|
-
prototype: FormData;
|
|
11
|
-
} | null;
|
|
12
|
-
Blob: {
|
|
13
|
-
new (blobParts?: BlobPart[], options?: BlobPropertyBag): Blob;
|
|
14
|
-
prototype: Blob;
|
|
15
|
-
} | null;
|
|
16
|
-
};
|
|
17
|
-
protocols: string[];
|
|
18
|
-
hasBrowserEnv: boolean;
|
|
19
|
-
hasStandardBrowserEnv: boolean;
|
|
20
|
-
hasStandardBrowserWebWorkerEnv: boolean;
|
|
21
|
-
navigator: Navigator | undefined;
|
|
22
|
-
origin: string;
|
|
23
|
-
};
|
|
24
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default FormData;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let isNode: boolean;
|
|
3
|
-
export namespace classes {
|
|
4
|
-
export { URLSearchParams };
|
|
5
|
-
export { FormData };
|
|
6
|
-
export let Blob: {
|
|
7
|
-
new (blobParts?: BlobPart[], options?: BlobPropertyBag): Blob;
|
|
8
|
-
prototype: Blob;
|
|
9
|
-
} | null;
|
|
10
|
-
}
|
|
11
|
-
export { ALPHABET };
|
|
12
|
-
export { generateString };
|
|
13
|
-
export let protocols: string[];
|
|
14
|
-
}
|
|
15
|
-
export default _default;
|
|
16
|
-
import URLSearchParams from './classes/URLSearchParams.js';
|
|
17
|
-
import FormData from './classes/FormData.js';
|
|
18
|
-
declare namespace ALPHABET {
|
|
19
|
-
export { DIGIT };
|
|
20
|
-
export { ALPHA };
|
|
21
|
-
export let ALPHA_DIGIT: string;
|
|
22
|
-
}
|
|
23
|
-
declare function generateString(size?: number, alphabet?: string): string;
|
|
24
|
-
declare const DIGIT: "0123456789";
|
|
25
|
-
declare const ALPHA: "abcdefghijklmnopqrstuvwxyz";
|