@unicom-cloud/utils 0.1.24 → 0.1.26
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/axios/index.d.ts +791 -0
- package/axios/index.js +41 -0
- package/axios/lib/adapters/adapters.js +65 -0
- package/axios/lib/adapters/fetch.js +186 -0
- package/axios/lib/adapters/xhr.js +105 -0
- package/axios/lib/axios.js +47 -0
- package/axios/lib/cancel/CancelToken.js +78 -0
- package/axios/lib/cancel/CanceledError.js +18 -0
- package/axios/lib/cancel/isCancel.js +7 -0
- package/axios/lib/core/Axios.js +170 -0
- package/axios/lib/core/AxiosError.js +64 -0
- package/axios/lib/core/AxiosHeaders.js +192 -0
- package/axios/lib/core/InterceptorManager.js +59 -0
- package/axios/lib/core/buildFullPath.js +10 -0
- package/axios/lib/core/dispatchRequest.js +35 -0
- package/axios/lib/core/mergeConfig.js +74 -0
- package/axios/lib/core/settle.js +17 -0
- package/axios/lib/core/transformData.js +19 -0
- package/axios/lib/defaults/index.js +103 -0
- package/axios/lib/defaults/transitional.js +9 -0
- package/axios/lib/env/data.js +5 -0
- package/axios/lib/helpers/AxiosURLSearchParams.js +37 -0
- package/axios/lib/helpers/HttpStatusCode.js +78 -0
- package/axios/lib/helpers/bind.js +9 -0
- package/axios/lib/helpers/buildURL.js +24 -0
- package/axios/lib/helpers/combineURLs.js +7 -0
- package/axios/lib/helpers/composeSignals.js +38 -0
- package/axios/lib/helpers/cookies.js +37 -0
- package/axios/lib/helpers/formDataToJSON.js +32 -0
- package/axios/lib/helpers/isAbsoluteURL.js +7 -0
- package/axios/lib/helpers/isAxiosError.js +8 -0
- package/axios/lib/helpers/isURLSameOrigin.js +9 -0
- package/axios/lib/helpers/parseHeaders.js +31 -0
- package/axios/lib/helpers/parseProtocol.js +8 -0
- package/axios/lib/helpers/progressEventReducer.js +39 -0
- package/axios/lib/helpers/resolveConfig.js +44 -0
- package/axios/lib/helpers/speedometer.js +20 -0
- package/axios/lib/helpers/spread.js +9 -0
- package/axios/lib/helpers/throttle.js +16 -0
- package/axios/lib/helpers/toFormData.js +91 -0
- package/axios/lib/helpers/toURLEncodedForm.js +15 -0
- package/axios/lib/helpers/trackStream.js +67 -0
- package/axios/lib/helpers/validator.js +66 -0
- package/axios/lib/platform/browser/classes/Blob.js +5 -0
- package/axios/lib/platform/browser/classes/FormData.js +5 -0
- package/axios/lib/platform/browser/classes/URLSearchParams.js +6 -0
- package/axios/lib/platform/browser/index.js +16 -0
- package/axios/lib/platform/common/utils.js +9 -0
- package/axios/lib/platform/index.js +10 -0
- package/axios/lib/utils.js +248 -0
- package/axios-mock-adapter/index.d.ts +59 -0
- package/axios-mock-adapter/index.js +206 -0
- package/axios-mock-adapter/request.js +51 -0
- package/axios-mock-adapter/utils.js +129 -0
- package/axios.js +24 -0
- package/axiosMockAdapter.js +9 -0
- 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 +1 -1
- package/constant/protocol.js +1 -1
- package/constant/ui.js +1 -1
- 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 +22 -22
- package/decimal/index.js +1 -1
- package/decimal.js +1 -1
- 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 +5 -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/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 +140 -123
- package/is.js +77 -76
- 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/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 +10 -14
- 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 +7 -0
- package/objectKeysSort.js +1 -1
- package/objectPrototypeToStringCall.js +5 -0
- package/package.json +1 -1
- package/pinyin/index.js +1 -1
- package/pinyin/simplified.js +1 -1
- package/pinyin/src/core.js +1 -1
- package/pinyin/src/simplified.js +1 -1
- package/pinyin/src/simplified_dict.js +1 -1
- 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/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 +12 -11
- package/random/time.js +1 -1
- package/random/web.js +1 -1
- package/random.js +1 -1
- package/screenfull/index.js +21 -20
- package/screenfull.js +4 -3
- package/sleep/index.js +1 -1
- package/sleep.js +1 -1
- package/snapdom/index.js +1 -1
- package/snapdom/src/api/preCache.js +51 -49
- package/snapdom/src/api/snapdom.js +171 -67
- package/snapdom/src/core/cache.js +2 -2
- package/snapdom/src/core/capture.js +249 -234
- package/snapdom/src/core/clone.js +151 -120
- package/snapdom/src/core/context.js +10 -8
- package/snapdom/src/core/plugins.js +69 -0
- package/snapdom/src/core/prepare.js +2 -2
- package/snapdom/src/exporters/download.js +1 -1
- package/snapdom/src/exporters/toBlob.js +1 -1
- package/snapdom/src/exporters/toCanvas.js +40 -40
- package/snapdom/src/exporters/toImg.js +1 -1
- package/snapdom/src/modules/CSSVar.js +66 -40
- package/snapdom/src/modules/background.js +39 -23
- package/snapdom/src/modules/changeCSS.js +1 -1
- package/snapdom/src/modules/counter.js +100 -86
- package/snapdom/src/modules/fonts.js +4 -4
- package/snapdom/src/modules/iconFonts.js +98 -14
- package/snapdom/src/modules/images.js +1 -1
- package/snapdom/src/modules/lineClamp.js +1 -1
- package/snapdom/src/modules/pseudo.js +147 -138
- 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 +86 -39
- 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/types/snapdom.d.ts +253 -184
- package/snapdom.js +1 -1
- 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 +31 -30
- package/tree/search/index.js +1 -1
- package/tree.js +13 -12
- package/tween/index.js +8 -0
- package/tween/src/easing.js +62 -0
- package/tween/src/tween.js +46 -0
- package/tween.js +8 -0
- package/types/axios/index.d.ts +19 -0
- package/types/axios/lib/adapters/adapters.d.ts +28 -0
- package/types/axios/lib/adapters/fetch.d.ts +3 -0
- package/types/axios/lib/adapters/http.d.ts +12 -0
- package/types/axios/lib/adapters/xhr.d.ts +2 -0
- package/types/axios/lib/axios.d.ts +3 -0
- package/types/axios/lib/cancel/CancelToken.d.ts +34 -0
- package/types/axios/lib/cancel/CanceledError.d.ts +24 -0
- package/types/axios/lib/cancel/isCancel.d.ts +1 -0
- package/types/axios/lib/core/Axios.d.ts +28 -0
- package/types/axios/lib/core/AxiosError.d.ts +38 -0
- package/types/axios/lib/core/AxiosHeaders.d.ts +23 -0
- package/types/axios/lib/core/InterceptorManager.d.ts +38 -0
- package/types/axios/lib/core/buildFullPath.d.ts +11 -0
- package/types/axios/lib/core/dispatchRequest.d.ts +8 -0
- package/types/axios/lib/core/mergeConfig.d.ts +10 -0
- package/types/axios/lib/core/settle.d.ts +10 -0
- package/types/axios/lib/core/transformData.d.ts +9 -0
- package/types/axios/lib/defaults/index.d.ts +30 -0
- package/types/axios/lib/defaults/transitional.d.ts +6 -0
- package/types/axios/lib/env/classes/FormData.d.ts +2 -0
- package/types/axios/lib/env/data.d.ts +1 -0
- package/types/axios/lib/helpers/AxiosTransformStream.d.ts +19 -0
- package/types/axios/lib/helpers/AxiosURLSearchParams.d.ts +30 -0
- package/types/axios/lib/helpers/HttpStatusCode.d.ts +72 -0
- package/types/axios/lib/helpers/ZlibHeaderTransformStream.d.ts +5 -0
- package/types/axios/lib/helpers/bind.d.ts +8 -0
- package/types/axios/lib/helpers/buildURL.d.ts +10 -0
- package/types/axios/lib/helpers/callbackify.d.ts +2 -0
- package/types/axios/lib/helpers/combineURLs.d.ts +9 -0
- package/types/axios/lib/helpers/composeSignals.d.ts +2 -0
- package/types/axios/lib/helpers/cookies.d.ts +6 -0
- package/types/axios/lib/helpers/deprecatedMethod.d.ts +11 -0
- package/types/axios/lib/helpers/estimateDataURLDecodedBytes.d.ts +10 -0
- package/types/axios/lib/helpers/formDataToJSON.d.ts +11 -0
- package/types/axios/lib/helpers/formDataToStream.d.ts +2 -0
- package/types/axios/lib/helpers/fromDataURI.d.ts +11 -0
- package/types/axios/lib/helpers/isAbsoluteURL.d.ts +8 -0
- package/types/axios/lib/helpers/isAxiosError.d.ts +8 -0
- package/types/axios/lib/helpers/isURLSameOrigin.d.ts +2 -0
- package/types/axios/lib/helpers/null.d.ts +2 -0
- package/types/axios/lib/helpers/parseHeaders.d.ts +2 -0
- package/types/axios/lib/helpers/parseProtocol.d.ts +1 -0
- package/types/axios/lib/helpers/progressEventReducer.d.ts +3 -0
- package/types/axios/lib/helpers/readBlob.d.ts +2 -0
- package/types/axios/lib/helpers/resolveConfig.d.ts +2 -0
- package/types/axios/lib/helpers/speedometer.d.ts +8 -0
- package/types/axios/lib/helpers/spread.d.ts +22 -0
- package/types/axios/lib/helpers/throttle.d.ts +8 -0
- package/types/axios/lib/helpers/toFormData.d.ts +26 -0
- package/types/axios/lib/helpers/toURLEncodedForm.d.ts +1 -0
- package/types/axios/lib/helpers/trackStream.d.ts +3 -0
- package/types/axios/lib/helpers/validator.d.ts +28 -0
- package/types/axios/lib/platform/browser/classes/Blob.d.ts +5 -0
- package/types/axios/lib/platform/browser/classes/FormData.d.ts +5 -0
- package/types/axios/lib/platform/browser/classes/URLSearchParams.d.ts +6 -0
- package/types/axios/lib/platform/browser/index.d.ts +13 -0
- package/types/axios/lib/platform/common/utils.d.ts +32 -0
- package/types/axios/lib/platform/index.d.ts +24 -0
- package/types/axios/lib/platform/node/classes/FormData.d.ts +1 -0
- package/types/axios/lib/platform/node/classes/URLSearchParams.d.ts +2 -0
- package/types/axios/lib/platform/node/index.d.ts +25 -0
- package/types/axios/lib/utils.d.ts +289 -0
- package/types/axios-mock-adapter/index.d.ts +19 -0
- package/types/axios-mock-adapter/request.d.ts +2 -0
- package/types/axios-mock-adapter/utils.d.ts +31 -0
- package/types/dom-helpers/types.d.ts +2 -0
- package/types/is/index.d.ts +16 -16
- package/types/normalize-wheel/index.d.ts +1 -1
- package/types/object-prototype-to-string-call/index.d.ts +2 -0
- package/types/snapdom/src/api/snapdom.d.ts +4 -0
- package/types/snapdom/src/core/capture.d.ts +4 -18
- package/types/snapdom/src/core/context.d.ts +5 -5
- package/types/snapdom/src/core/exporters.d.ts +33 -0
- package/types/snapdom/src/core/plugins.d.ts +59 -0
- package/types/snapdom/src/modules/CSSVar.d.ts +3 -7
- package/types/snapdom/src/modules/iconFonts.d.ts +34 -0
- package/types/snapdom/src/modules/svgDefs.d.ts +9 -15
- package/types/tween/index.d.ts +1 -0
- package/types/tween/src/easing.d.ts +22 -0
- package/types/tween/src/index.d.ts +3 -0
- package/types/tween/src/tween.d.ts +22 -0
- package/types/validate/index.d.ts +3 -0
- package/types/validate/src/index.d.ts +39 -0
- package/types/validate/src/interface.d.ts +53 -0
- package/types/validate/src/locale/en-US.d.ts +47 -0
- package/types/validate/src/locale/zh-CN.d.ts +47 -0
- package/types/validate/src/message.d.ts +2 -0
- package/types/validate/src/rules/array.d.ts +12 -0
- package/types/validate/src/rules/base.d.ts +25 -0
- package/types/validate/src/rules/boolean.d.ts +8 -0
- package/types/validate/src/rules/custom.d.ts +7 -0
- package/types/validate/src/rules/number.d.ts +12 -0
- package/types/validate/src/rules/object.d.ts +9 -0
- package/types/validate/src/rules/string.d.ts +12 -0
- package/types/validate/src/rules/type.d.ts +9 -0
- package/types/validate/src/utils.d.ts +3 -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 +28 -0
- package/validate/src/index.js +106 -0
- package/validate/src/locale/en-US.js +50 -0
- package/validate/src/locale/zh-CN.js +50 -0
- package/validate/src/message.js +5 -0
- package/validate/src/rules/array.js +73 -0
- package/validate/src/rules/base.js +69 -0
- package/validate/src/rules/boolean.js +29 -0
- package/validate/src/rules/custom.js +26 -0
- package/validate/src/rules/number.js +54 -0
- package/validate/src/rules/object.js +39 -0
- package/validate/src/rules/string.js +54 -0
- package/validate/src/rules/type.js +35 -0
- package/validate/src/utils.js +8 -0
- package/validate.js +28 -0
- package/version/index.js +1 -1
- package/version.js +1 -1
package/screenfull/index.js
CHANGED
|
@@ -1,49 +1,50 @@
|
|
|
1
|
-
/* 2025-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
/* 2025-11-04 10:32:44 */
|
|
2
|
+
import { isBrowser as m } from "../constant/platform.js";
|
|
3
|
+
const u = "requestFullscreen", s = "exitFullscreen", l = "fullscreenElement", o = "fullscreenEnabled", i = "fullscreenchange", f = "fullscreenerror", t = { isEnabled: !1 };
|
|
4
|
+
if (m && s in document) {
|
|
4
5
|
const c = {
|
|
5
|
-
change:
|
|
6
|
-
error:
|
|
6
|
+
change: i,
|
|
7
|
+
error: f
|
|
7
8
|
};
|
|
8
|
-
Object.assign(
|
|
9
|
+
Object.assign(t, {
|
|
9
10
|
isEnabled: !!document[o],
|
|
10
11
|
request(e = document.documentElement, n) {
|
|
11
12
|
return e[u](n);
|
|
12
13
|
},
|
|
13
14
|
exit() {
|
|
14
|
-
return
|
|
15
|
+
return t.isFullscreen ? document[s]() : Promise.resolve();
|
|
15
16
|
},
|
|
16
17
|
toggle(e, n) {
|
|
17
|
-
return
|
|
18
|
+
return t.isFullscreen ? t.exit() : t.request(e, n);
|
|
18
19
|
},
|
|
19
20
|
on(e, n) {
|
|
20
|
-
const
|
|
21
|
-
|
|
21
|
+
const r = c[e];
|
|
22
|
+
r && document.addEventListener(r, n, !1);
|
|
22
23
|
},
|
|
23
24
|
off(e, n) {
|
|
24
|
-
const
|
|
25
|
-
|
|
25
|
+
const r = c[e];
|
|
26
|
+
r && document.removeEventListener(r, n, !1);
|
|
26
27
|
},
|
|
27
28
|
raw: Object.fromEntries(
|
|
28
29
|
[
|
|
29
30
|
u,
|
|
30
|
-
l,
|
|
31
31
|
s,
|
|
32
|
+
l,
|
|
32
33
|
o,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
].map((e, n,
|
|
34
|
+
i,
|
|
35
|
+
f
|
|
36
|
+
].map((e, n, r) => [e, e])
|
|
36
37
|
)
|
|
37
|
-
}), Object.defineProperties(
|
|
38
|
+
}), Object.defineProperties(t, {
|
|
38
39
|
isFullscreen: {
|
|
39
|
-
get: () => !!document[
|
|
40
|
+
get: () => !!document[l]
|
|
40
41
|
},
|
|
41
42
|
element: {
|
|
42
43
|
enumerable: !0,
|
|
43
|
-
get: () => document[
|
|
44
|
+
get: () => document[l] ?? void 0
|
|
44
45
|
}
|
|
45
46
|
});
|
|
46
47
|
}
|
|
47
48
|
export {
|
|
48
|
-
|
|
49
|
+
t as default
|
|
49
50
|
};
|
package/screenfull.js
CHANGED
package/sleep/index.js
CHANGED
package/sleep.js
CHANGED
package/snapdom/index.js
CHANGED
|
@@ -1,88 +1,90 @@
|
|
|
1
|
-
/* 2025-
|
|
2
|
-
import {
|
|
3
|
-
import { inlineBackgroundImages as
|
|
4
|
-
import { collectUsedFontVariants as
|
|
5
|
-
import { snapFetch as
|
|
6
|
-
import { isSafari as
|
|
7
|
-
import { precacheCommonTags as
|
|
8
|
-
import { inlineSingleBackgroundEntry as
|
|
9
|
-
async function
|
|
10
|
-
const { embedFonts:
|
|
1
|
+
/* 2025-11-04 10:32:44 */
|
|
2
|
+
import { applyCachePolicy as h, cache as t } from "../core/cache.js";
|
|
3
|
+
import { inlineBackgroundImages as g } from "../modules/background.js";
|
|
4
|
+
import { collectUsedFontVariants as p, collectUsedCodepoints as S, ensureFontsReady as A, embedCustomFonts as w } from "../modules/fonts.js";
|
|
5
|
+
import { snapFetch as C } from "../modules/snapFetch.js";
|
|
6
|
+
import { isSafari as u } from "../utils/browser.js";
|
|
7
|
+
import { precacheCommonTags as b, getStyle as k } from "../utils/css.js";
|
|
8
|
+
import { inlineSingleBackgroundEntry as F } from "../utils/image.js";
|
|
9
|
+
async function U(e = document, s = {}) {
|
|
10
|
+
const { embedFonts: y = !0, useProxy: i = "" } = s, d = s.cache ?? s.cacheOpt ?? "full";
|
|
11
11
|
h(d);
|
|
12
12
|
try {
|
|
13
13
|
await document.fonts?.ready;
|
|
14
14
|
} catch {
|
|
15
15
|
}
|
|
16
16
|
try {
|
|
17
|
-
|
|
17
|
+
b();
|
|
18
18
|
} catch {
|
|
19
19
|
}
|
|
20
|
-
t.session = t.session || {}, t.session.styleCache || (t.session.styleCache = /* @__PURE__ */ new WeakMap()), t.image = t.image || /* @__PURE__ */ new Map();
|
|
20
|
+
t.session = t.session || {}, t.session.styleCache || (t.session.styleCache = /* @__PURE__ */ new WeakMap()), t.image = t.image || /* @__PURE__ */ new Map(), t.background = t.background || /* @__PURE__ */ new Map();
|
|
21
21
|
try {
|
|
22
|
-
await
|
|
23
|
-
|
|
22
|
+
await g(
|
|
23
|
+
e,
|
|
24
24
|
/* mirror */
|
|
25
25
|
void 0,
|
|
26
26
|
t.session.styleCache,
|
|
27
|
-
{ useProxy:
|
|
27
|
+
{ useProxy: i }
|
|
28
28
|
);
|
|
29
29
|
} catch {
|
|
30
30
|
}
|
|
31
|
-
let
|
|
31
|
+
let n = [], l = [];
|
|
32
32
|
try {
|
|
33
|
-
|
|
33
|
+
if (e && e.nodeType === 1) {
|
|
34
|
+
const c = e.querySelectorAll ? Array.from(e.querySelectorAll("*")) : [];
|
|
35
|
+
l = [e, ...c], n = [], e.tagName === "IMG" && e.getAttribute("src") && n.push(e), n.push(...Array.from(e.querySelectorAll?.("img[src]") || []));
|
|
36
|
+
} else e?.querySelectorAll && (n = Array.from(e.querySelectorAll("img[src]")), l = Array.from(e.querySelectorAll("*")));
|
|
34
37
|
} catch {
|
|
35
38
|
}
|
|
36
|
-
const
|
|
37
|
-
for (const c of
|
|
38
|
-
const
|
|
39
|
-
if (
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
|
|
39
|
+
const m = [];
|
|
40
|
+
for (const c of n) {
|
|
41
|
+
const a = c?.currentSrc || c?.src;
|
|
42
|
+
if (a && !t.image.has(a)) {
|
|
43
|
+
const o = Promise.resolve().then(async () => {
|
|
44
|
+
const r = await C(a, { as: "dataURL", useProxy: i });
|
|
45
|
+
r?.ok && typeof r.data == "string" && t.image.set(a, r.data);
|
|
43
46
|
}).catch(() => {
|
|
44
47
|
});
|
|
45
|
-
|
|
48
|
+
m.push(o);
|
|
46
49
|
}
|
|
47
50
|
}
|
|
48
|
-
for (const c of
|
|
49
|
-
let
|
|
51
|
+
for (const c of l) {
|
|
52
|
+
let a = "";
|
|
50
53
|
try {
|
|
51
|
-
|
|
54
|
+
a = c?.style?.backgroundImage || "", (!a || a === "none") && (a = k(c).backgroundImage);
|
|
52
55
|
} catch {
|
|
53
56
|
}
|
|
54
|
-
if (
|
|
55
|
-
const
|
|
56
|
-
for (const
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
57
|
+
if (a && a !== "none") {
|
|
58
|
+
const o = a.match(/url\((?:[^()"']+|"(?:[^"]*)"|'(?:[^']*)')\)/gi) || [];
|
|
59
|
+
for (const r of o) {
|
|
60
|
+
const f = Promise.resolve().then(
|
|
61
|
+
() => F(r, { ...s, useProxy: i })
|
|
62
|
+
).catch(() => {
|
|
63
|
+
});
|
|
64
|
+
m.push(f);
|
|
65
|
+
}
|
|
64
66
|
}
|
|
65
67
|
}
|
|
66
|
-
if (
|
|
68
|
+
if (y)
|
|
67
69
|
try {
|
|
68
|
-
const c =
|
|
69
|
-
if (typeof
|
|
70
|
-
const
|
|
71
|
-
Array.from(c).map((
|
|
70
|
+
const c = p(e), a = S(e);
|
|
71
|
+
if (typeof u == "function" ? u() : !!u) {
|
|
72
|
+
const r = new Set(
|
|
73
|
+
Array.from(c).map((f) => String(f).split("__")[0]).filter(Boolean)
|
|
72
74
|
);
|
|
73
|
-
await
|
|
75
|
+
await A(r, 3);
|
|
74
76
|
}
|
|
75
|
-
await
|
|
77
|
+
await w({
|
|
76
78
|
required: c,
|
|
77
|
-
usedCodepoints:
|
|
79
|
+
usedCodepoints: a,
|
|
78
80
|
exclude: s.excludeFonts,
|
|
79
81
|
localFonts: s.localFonts,
|
|
80
|
-
useProxy: s.useProxy ??
|
|
82
|
+
useProxy: s.useProxy ?? i
|
|
81
83
|
});
|
|
82
84
|
} catch {
|
|
83
85
|
}
|
|
84
|
-
await Promise.allSettled(
|
|
86
|
+
await Promise.allSettled(m);
|
|
85
87
|
}
|
|
86
88
|
export {
|
|
87
|
-
|
|
89
|
+
U as preCache
|
|
88
90
|
};
|
|
@@ -1,92 +1,196 @@
|
|
|
1
|
-
/* 2025-
|
|
2
|
-
import { captureDOM as
|
|
3
|
-
import { createContext as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
if (
|
|
1
|
+
/* 2025-11-04 10:32:44 */
|
|
2
|
+
import { captureDOM as P } from "../core/capture.js";
|
|
3
|
+
import { createContext as W } from "../core/context.js";
|
|
4
|
+
import { registerPlugins as F, attachSessionPlugins as _, runAll as B, runHook as k } from "../core/plugins.js";
|
|
5
|
+
import { download as M } from "../exporters/download.js";
|
|
6
|
+
import { toBlob as S } from "../exporters/toBlob.js";
|
|
7
|
+
import { toCanvas as C } from "../exporters/toCanvas.js";
|
|
8
|
+
import { toImg as d } from "../exporters/toImg.js";
|
|
9
|
+
import { extendIconFonts as O } from "../modules/iconFonts.js";
|
|
10
|
+
import { rasterize as f } from "../modules/rasterize.js";
|
|
11
|
+
import { isSafari as R } from "../utils/browser.js";
|
|
12
|
+
s.plugins = (...n) => (F(...n), s);
|
|
13
|
+
const N = Symbol("snapdom.internal"), m = Symbol("snapdom.internal.silent");
|
|
14
|
+
let v = !1;
|
|
15
|
+
async function s(n, o) {
|
|
16
|
+
if (!n) throw new Error("Element cannot be null or undefined");
|
|
17
|
+
const r = W(o);
|
|
18
|
+
if (_(r, o && o.plugins), R() && (r.embedFonts === !0 || J(n)))
|
|
17
19
|
for (let e = 0; e < 3; e++)
|
|
18
20
|
try {
|
|
19
|
-
await
|
|
21
|
+
await q(n, o), console.log("safariWarmup:", e), v = !1;
|
|
20
22
|
} catch {
|
|
21
23
|
}
|
|
22
|
-
return
|
|
23
|
-
toPng: (e,
|
|
24
|
-
toSvg: (e,
|
|
25
|
-
}),
|
|
24
|
+
return r.iconFonts && r.iconFonts.length > 0 && O(r.iconFonts), r.snap || (r.snap = {
|
|
25
|
+
toPng: (e, p) => s.toPng(e, p),
|
|
26
|
+
toSvg: (e, p) => s.toSvg(e, p)
|
|
27
|
+
}), s.capture(n, r, N);
|
|
26
28
|
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
+
s.plugins = (...n) => (F(...n), s);
|
|
30
|
+
s.capture = async (n, o, r) => {
|
|
31
|
+
if (r !== N)
|
|
29
32
|
throw new Error("[snapdom.capture] is internal. Use snapdom(...) instead.");
|
|
30
|
-
const e = await
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
const e = await P(n, o), p = {
|
|
34
|
+
img: async (t, a) => d(e, { ...t, ...a || {} }),
|
|
35
|
+
svg: async (t, a) => d(e, { ...t, ...a || {} }),
|
|
36
|
+
canvas: async (t, a) => C(e, { ...t, ...a || {} }),
|
|
37
|
+
blob: async (t, a) => S(e, { ...t, ...a || {} }),
|
|
38
|
+
png: async (t, a) => f(e, { ...t, ...a || {}, format: "png" }),
|
|
39
|
+
jpeg: async (t, a) => f(e, { ...t, ...a || {}, format: "jpeg" }),
|
|
40
|
+
webp: async (t, a) => f(e, { ...t, ...a || {}, format: "webp" }),
|
|
41
|
+
download: async (t, a) => M(e, { ...t, ...a || {} })
|
|
42
|
+
}, w = { ...o, export: { url: e }, exports: {
|
|
43
|
+
svg: (t) => d(e, {
|
|
44
|
+
...o,
|
|
45
|
+
...t || {},
|
|
46
|
+
[m]: !0
|
|
47
|
+
}),
|
|
48
|
+
canvas: (t) => C(e, {
|
|
49
|
+
...o,
|
|
50
|
+
...t || {},
|
|
51
|
+
[m]: !0
|
|
52
|
+
}),
|
|
53
|
+
png: (t) => f(e, {
|
|
54
|
+
...o,
|
|
55
|
+
...t || {},
|
|
56
|
+
format: "png",
|
|
57
|
+
[m]: !0
|
|
58
|
+
}),
|
|
59
|
+
jpeg: (t) => f(e, {
|
|
60
|
+
...o,
|
|
61
|
+
...t || {},
|
|
62
|
+
format: "jpeg",
|
|
63
|
+
[m]: !0
|
|
64
|
+
}),
|
|
65
|
+
jpg: (t) => f(e, {
|
|
66
|
+
...o,
|
|
67
|
+
...t || {},
|
|
68
|
+
format: "jpeg",
|
|
69
|
+
[m]: !0
|
|
70
|
+
}),
|
|
71
|
+
webp: (t) => f(e, {
|
|
72
|
+
...o,
|
|
73
|
+
...t || {},
|
|
74
|
+
format: "webp",
|
|
75
|
+
[m]: !0
|
|
76
|
+
}),
|
|
77
|
+
blob: (t) => S(e, {
|
|
78
|
+
...o,
|
|
79
|
+
...t || {},
|
|
80
|
+
[m]: !0
|
|
81
|
+
}),
|
|
82
|
+
img: (t) => d(e, {
|
|
83
|
+
...o,
|
|
84
|
+
...t || {},
|
|
85
|
+
[m]: !0
|
|
86
|
+
})
|
|
87
|
+
} }, u = await B("defineExports", w), A = Object.assign(
|
|
88
|
+
{},
|
|
89
|
+
...u.filter((t) => t && typeof t == "object")
|
|
90
|
+
), l = { ...p, ...A };
|
|
91
|
+
l.jpeg && !l.jpg && (l.jpg = (t, a) => l.jpeg(t, a));
|
|
92
|
+
function T(t, a) {
|
|
93
|
+
const g = { ...o, ...a || {} };
|
|
94
|
+
return (t === "jpeg" || t === "jpg") && (g.backgroundColor == null || g.backgroundColor === "transparent") && (g.backgroundColor = "#ffffff"), g;
|
|
95
|
+
}
|
|
96
|
+
let E = !1, j = Promise.resolve();
|
|
97
|
+
async function c(t, a) {
|
|
98
|
+
const g = async () => {
|
|
99
|
+
const h = l[t];
|
|
100
|
+
if (!h) throw new Error(`[snapdom] Unknown export type: ${t}`);
|
|
101
|
+
const x = T(t, a), y = { ...o, export: { type: t, options: x, url: e } };
|
|
102
|
+
await k("beforeExport", y);
|
|
103
|
+
const I = await h(y, x);
|
|
104
|
+
return await k("afterExport", y, I), E || (E = !0, await k("afterSnap", o)), I;
|
|
105
|
+
};
|
|
106
|
+
return j = j.then(g);
|
|
107
|
+
}
|
|
108
|
+
const b = {
|
|
35
109
|
url: e,
|
|
36
110
|
toRaw: () => e,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
111
|
+
to: (t, a) => c(t, a),
|
|
112
|
+
// Métodos “clásicos” que los tests esperan:
|
|
113
|
+
toImg: (t) => c("img", t),
|
|
114
|
+
toSvg: (t) => c("svg", t),
|
|
115
|
+
toCanvas: (t) => c("canvas", t),
|
|
116
|
+
toBlob: (t) => c("blob", t),
|
|
117
|
+
toPng: (t) => c("png", t),
|
|
118
|
+
toJpg: (t) => c("jpg", t),
|
|
119
|
+
// ← alias requerido por los tests
|
|
120
|
+
toWebp: (t) => c("webp", t),
|
|
121
|
+
download: (t) => c("download", t)
|
|
122
|
+
// ← método directo (no toDownload)
|
|
45
123
|
};
|
|
124
|
+
for (const t of Object.keys(l)) {
|
|
125
|
+
const a = "to" + t.charAt(0).toUpperCase() + t.slice(1);
|
|
126
|
+
b[a] || (b[a] = (g) => c(t, g));
|
|
127
|
+
}
|
|
128
|
+
return b;
|
|
46
129
|
};
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
async function
|
|
57
|
-
if (
|
|
58
|
-
const
|
|
59
|
-
...
|
|
130
|
+
s.toRaw = (n, o) => s(n, o).then((r) => r.toRaw());
|
|
131
|
+
s.toImg = (n, o) => s(n, o).then((r) => r.toImg());
|
|
132
|
+
s.toSvg = (n, o) => s(n, o).then((r) => r.toSvg());
|
|
133
|
+
s.toCanvas = (n, o) => s(n, o).then((r) => r.toCanvas());
|
|
134
|
+
s.toBlob = (n, o) => s(n, o).then((r) => r.toBlob());
|
|
135
|
+
s.toPng = (n, o) => s(n, { ...o, format: "png" }).then((r) => r.toPng());
|
|
136
|
+
s.toJpg = (n, o) => s(n, { ...o, format: "jpeg" }).then((r) => r.toJpg());
|
|
137
|
+
s.toWebp = (n, o) => s(n, { ...o, format: "webp" }).then((r) => r.toWebp());
|
|
138
|
+
s.download = (n, o) => s(n, o).then((r) => r.download());
|
|
139
|
+
async function q(n, o) {
|
|
140
|
+
if (v) return;
|
|
141
|
+
const r = {
|
|
142
|
+
...o,
|
|
60
143
|
fast: !0,
|
|
61
144
|
embedFonts: !0,
|
|
62
145
|
scale: 0.2
|
|
63
146
|
};
|
|
64
147
|
let e;
|
|
65
148
|
try {
|
|
66
|
-
e = await
|
|
149
|
+
e = await P(n, r);
|
|
67
150
|
} catch {
|
|
68
|
-
return;
|
|
69
151
|
}
|
|
70
|
-
await new Promise(
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
152
|
+
await new Promise(
|
|
153
|
+
(p) => requestAnimationFrame(() => requestAnimationFrame(p))
|
|
154
|
+
), e && await new Promise((p) => {
|
|
155
|
+
const i = new Image();
|
|
156
|
+
try {
|
|
157
|
+
i.decoding = "sync", i.loading = "eager";
|
|
158
|
+
} catch {
|
|
159
|
+
}
|
|
160
|
+
i.style.cssText = "position:fixed;left:0px;top:0px;width:10px;height:10px;opacity:0.01;pointer-events:none;", i.src = e, document.body.appendChild(i), (async () => {
|
|
161
|
+
try {
|
|
162
|
+
typeof i.decode == "function" && await i.decode();
|
|
163
|
+
} catch {
|
|
164
|
+
}
|
|
165
|
+
const w = performance.now();
|
|
166
|
+
for (; !(i.complete && i.naturalWidth > 0) && performance.now() - w < 900; )
|
|
167
|
+
await new Promise((u) => setTimeout(u, 50));
|
|
168
|
+
await new Promise((u) => requestAnimationFrame(u));
|
|
169
|
+
try {
|
|
170
|
+
i.remove();
|
|
171
|
+
} catch {
|
|
172
|
+
}
|
|
173
|
+
p();
|
|
174
|
+
})();
|
|
175
|
+
}), n.querySelectorAll("canvas").forEach((p) => {
|
|
176
|
+
try {
|
|
177
|
+
const i = p.getContext("2d", { willReadFrequently: !0 });
|
|
178
|
+
i && i.getImageData(0, 0, 1, 1);
|
|
179
|
+
} catch {
|
|
180
|
+
}
|
|
181
|
+
}), v = !0;
|
|
78
182
|
}
|
|
79
|
-
function
|
|
80
|
-
const
|
|
81
|
-
for (;
|
|
82
|
-
const
|
|
183
|
+
function J(n) {
|
|
184
|
+
const o = document.createTreeWalker(n, NodeFilter.SHOW_ELEMENT);
|
|
185
|
+
for (; o.nextNode(); ) {
|
|
186
|
+
const r = (
|
|
83
187
|
/** @type {Element} */
|
|
84
|
-
|
|
85
|
-
), e = getComputedStyle(
|
|
86
|
-
if (i ||
|
|
188
|
+
o.currentNode
|
|
189
|
+
), e = getComputedStyle(r), p = e.backgroundImage && e.backgroundImage !== "none", i = e.maskImage && e.maskImage !== "none" || e.webkitMaskImage && e.webkitMaskImage !== "none";
|
|
190
|
+
if (p || i || r.tagName === "CANVAS") return !0;
|
|
87
191
|
}
|
|
88
192
|
return !1;
|
|
89
193
|
}
|
|
90
194
|
export {
|
|
91
|
-
|
|
195
|
+
s as snapdom
|
|
92
196
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 2025-
|
|
1
|
+
/* 2025-11-04 10:32:44 */
|
|
2
2
|
const e = {
|
|
3
3
|
image: /* @__PURE__ */ new Map(),
|
|
4
4
|
background: /* @__PURE__ */ new Map(),
|
|
@@ -14,7 +14,7 @@ const e = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
function s(a = "soft") {
|
|
17
|
-
switch (a) {
|
|
17
|
+
switch (e.session.__counterEpoch = (e.session.__counterEpoch || 0) + 1, a) {
|
|
18
18
|
case "auto": {
|
|
19
19
|
e.session.styleMap = /* @__PURE__ */ new Map(), e.session.nodeMap = /* @__PURE__ */ new Map();
|
|
20
20
|
return;
|