@unicom-cloud/utils 0.1.36 → 0.1.38
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/assert/index.js +14 -20
- package/assert.js +1 -1
- package/canvas-roundrect-polyfill/LICENSE +21 -0
- package/canvas-roundrect-polyfill/index.js +210 -0
- package/canvasRoundrectPolyfill.js +2 -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/identity.js +1 -1
- package/constant/index.js +1 -1
- package/constant/isMobile.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/string.js +1 -1
- package/constant/ui.js +13 -12
- 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/api.js +1 -1
- package/cookie/src/assign.js +1 -1
- package/cookie/src/converter.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 -1
- 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/getElementCoordinates.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 +53 -40
- package/emitter.js +1 -1
- package/emoji/emoji.js +1 -1
- package/emoji/emojis.js +1 -1
- package/emoji/index.js +1 -1
- package/emoji.js +1 -1
- package/escape/index.js +1 -1
- package/escape.js +1 -1
- package/file/fileRead.js +2 -2
- package/file/fileToDataURL.js +2 -2
- package/file/index.js +7 -7
- package/file/saveAs.js +59 -34
- package/file.js +7 -7
- package/function/index.js +1 -1
- package/function.js +1 -1
- package/idb/LICENSE +6 -0
- package/idb/async-iterators.js +35 -0
- package/idb/database-extras.js +28 -0
- package/idb/entry.js +38 -0
- package/idb/index-.js +103 -0
- package/idb/index.js +9 -101
- package/idb/util.js +5 -0
- package/idb/wrap-idb-value.js +89 -0
- package/idb.js +9 -3
- package/index.js +1 -1
- package/invariant/index.js +1 -1
- package/invariant.js +1 -1
- package/is/index.js +146 -142
- package/is/lib/isAscii.js +1 -1
- package/is/lib/isBase64.js +1 -1
- package/is/lib/isChinese.js +1 -1
- package/is/lib/isDataURI.js +1 -1
- package/is/lib/isEmail.js +1 -1
- package/is/lib/isFQDN.js +1 -1
- package/is/lib/isFullWidth.js +1 -1
- package/is/lib/isHSL.js +1 -1
- package/is/lib/isHalfWidth.js +1 -1
- package/is/lib/isHash.js +1 -1
- package/is/lib/isHexColor.js +1 -1
- package/is/lib/isIMEI.js +1 -1
- package/is/lib/isIP.js +1 -1
- package/is/lib/isIPRange.js +1 -1
- package/is/lib/isIdentityCard.js +1 -1
- package/is/lib/isJWT.js +1 -1
- package/is/lib/isMACAddress.js +1 -1
- package/is/lib/isMD5.js +1 -1
- package/is/lib/isMimeType.js +1 -1
- package/is/lib/isMobilePhone.js +1 -1
- package/is/lib/isPort.js +1 -1
- package/is/lib/isRgbColor.js +1 -1
- package/is/lib/isSemVer.js +1 -1
- package/is/lib/isSlug.js +1 -1
- package/is/lib/isStrongPassword.js +1 -1
- package/is/lib/isURL.js +1 -1
- package/is/lib/isUUID.js +1 -1
- package/is/lib/isVariableWidth.js +1 -1
- package/is.js +44 -43
- 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 -1
- package/normalizeWheel.js +1 -1
- package/number-to-chinese/index.js +1 -1
- package/numberToChinese.js +1 -1
- package/nzh/cn.js +2 -2
- package/nzh/hk.js +2 -2
- package/nzh/index.js +1 -1
- package/nzh/nzh.js +2 -2
- 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/index.js +1 -1
- package/object.js +1 -1
- 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 -2
- package/pinyin/src/traditional.js +1 -1
- package/pinyin/src/traditional_dict.js +1 -2
- package/pinyin/traditional.js +1 -1
- package/pinyin.js +1 -1
- package/promise-pool/LICENSE +19 -0
- package/promise-pool/index.js +116 -0
- package/promisePool.js +5 -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/sanitize-url/LICENSE +21 -0
- package/sanitize-url/index.js +23 -0
- package/sanitizeUrl.js +5 -0
- package/screenfull/index.js +1 -1
- package/screenfull.js +1 -1
- package/sleep/index.js +1 -1
- package/sleep.js +1 -1
- package/snapdom/index.js +1 -1
- package/snapdom/src/api/preCache.js +1 -1
- package/snapdom/src/api/snapdom.js +21 -22
- package/snapdom/src/core/cache.js +1 -1
- package/snapdom/src/core/capture.js +13 -13
- 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 +10 -12
- package/snapdom/src/exporters/toBlob.js +6 -12
- 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/capture.helpers.js +1 -1
- package/snapdom/src/utils/clone.helpers.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/src/utils/prepare.helpers.js +1 -1
- package/snapdom/src/utils/transforms.helpers.js +1 -1
- package/snapdom.js +1 -1
- package/string/chars.js +1 -1
- package/string/index.js +2 -1
- package/string.js +6 -5
- 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 +5 -5
- 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/canvas-roundrect-polyfill/index.d.ts +0 -0
- package/types/constant/ui.d.ts +1 -0
- package/types/emitter/src/index.d.ts +18 -16
- package/types/file/fileRead.d.ts +6 -6
- package/types/file/fileToDataURL.d.ts +1 -1
- package/types/file/saveAs.d.ts +6 -1
- package/types/idb/async-iterators.d.ts +1 -0
- package/types/idb/database-extras.d.ts +1 -0
- package/types/idb/entry.d.ts +634 -0
- package/types/idb/index-.d.ts +21 -0
- package/types/idb/index.d.ts +3 -21
- package/types/idb/util.d.ts +3 -0
- package/types/idb/wrap-idb-value.d.ts +34 -0
- package/types/is/index.d.ts +1 -0
- package/types/lodash/_cloneBuffer.d.ts +1 -1
- package/types/lodash/_freeGlobal.d.ts +1 -1
- package/types/sanitize-url/index.d.ts +2 -0
- package/types/string/index.d.ts +2 -0
- package/types/xlsx/crc32.d.ts +12 -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 +11 -11
- package/validate/src/index.js +1 -1
- package/validate/src/locale/en-US.js +1 -1
- package/validate/src/locale/index.js +1 -1
- package/validate/src/locale/zh-CN.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.js +11 -11
- package/version/index.js +1 -1
- package/version.js +1 -1
- package/xlsx/crc32.js +48 -0
- package/xlsx/index.d.ts +3 -0
- package/xlsx/index.js +1 -1
- package/xlsx/xlsx.js +5436 -5479
- package/xlsx.js +1 -1
- package/types/pinyin/es/main.d.ts +0 -4
- package/types/pinyin/es/traditional.d.ts +0 -4
package/assert/index.js
CHANGED
|
@@ -1,39 +1,33 @@
|
|
|
1
|
-
/* 2026-
|
|
1
|
+
/* 2026-02-26 14:42:29 */
|
|
2
2
|
import n from "lodash/isFunction";
|
|
3
3
|
import f from "lodash/isNil";
|
|
4
4
|
import a from "lodash/isString";
|
|
5
5
|
import { objectPrototypeToStringCall as p } from "../object/index.js";
|
|
6
|
-
function c(
|
|
7
|
-
return [
|
|
6
|
+
function c(e, o, t) {
|
|
7
|
+
return [e && `${e}:`, "预期为", o, "但收到", t].filter(Boolean).join(" ");
|
|
8
8
|
}
|
|
9
|
-
function j(
|
|
9
|
+
function j(e, o = "") {
|
|
10
10
|
const {
|
|
11
|
-
value:
|
|
11
|
+
value: t,
|
|
12
12
|
type: s = "String",
|
|
13
13
|
resolve: u,
|
|
14
14
|
reject: i,
|
|
15
|
-
callback: l = (
|
|
16
|
-
} =
|
|
17
|
-
if (f(
|
|
18
|
-
const
|
|
19
|
-
|
|
20
|
-
i(e);
|
|
21
|
-
else
|
|
22
|
-
throw e;
|
|
15
|
+
callback: l = (r) => a(r)
|
|
16
|
+
} = e ?? {};
|
|
17
|
+
if (f(t)) {
|
|
18
|
+
const r = new TypeError(c(o, s, t));
|
|
19
|
+
throw n(i) && i(r), r;
|
|
23
20
|
}
|
|
24
|
-
if (!(n(l) && l(
|
|
25
|
-
const
|
|
21
|
+
if (!(n(l) && l(t))) {
|
|
22
|
+
const r = new TypeError(
|
|
26
23
|
c(
|
|
27
24
|
o,
|
|
28
25
|
s,
|
|
29
|
-
p(
|
|
26
|
+
p(t)
|
|
30
27
|
// value?.constructor?.name,
|
|
31
28
|
)
|
|
32
29
|
);
|
|
33
|
-
|
|
34
|
-
i(e);
|
|
35
|
-
else
|
|
36
|
-
throw e;
|
|
30
|
+
throw n(i) && i(r), r;
|
|
37
31
|
}
|
|
38
32
|
}
|
|
39
33
|
export {
|
package/assert.js
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2021 Tristan Fraipont
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
/* 2026-02-26 14:42:29 */
|
|
2
|
+
(() => {
|
|
3
|
+
Path2D.prototype.roundRect ??= M, globalThis.CanvasRenderingContext2D && (globalThis.CanvasRenderingContext2D.prototype.roundRect ??= M), globalThis.OffscreenCanvasRenderingContext2D && (globalThis.OffscreenCanvasRenderingContext2D.prototype.roundRect ??= M);
|
|
4
|
+
function M(e, s, a, u, o) {
|
|
5
|
+
if (![e, s, a, u].every((n) => Number.isFinite(n)))
|
|
6
|
+
return;
|
|
7
|
+
o = N(o);
|
|
8
|
+
let t, r, i, h;
|
|
9
|
+
if (o.length === 4)
|
|
10
|
+
t = l(o[0]), r = l(o[1]), i = l(o[2]), h = l(o[3]);
|
|
11
|
+
else if (o.length === 3)
|
|
12
|
+
t = l(o[0]), r = l(o[1]), h = l(o[1]), i = l(o[2]);
|
|
13
|
+
else if (o.length === 2)
|
|
14
|
+
t = l(o[0]), i = l(o[0]), r = l(o[1]), h = l(o[1]);
|
|
15
|
+
else if (o.length === 1)
|
|
16
|
+
t = l(o[0]), r = l(o[0]), i = l(o[0]), h = l(o[0]);
|
|
17
|
+
else
|
|
18
|
+
throw new RangeError(
|
|
19
|
+
`${b(this)} ${o.length} is not a valid size for radii sequence.`
|
|
20
|
+
);
|
|
21
|
+
const P = [t, r, i, h], x = P.find(({ x: n, y: f }) => n < 0 || f < 0);
|
|
22
|
+
if (x?.x < 0 ? x.x : x?.y, P.some(({ x: n, y: f }) => !Number.isFinite(n) || !Number.isFinite(f)))
|
|
23
|
+
return;
|
|
24
|
+
if (x)
|
|
25
|
+
throw new RangeError(
|
|
26
|
+
`${b(this)} Radius value ${x} is negative.`
|
|
27
|
+
);
|
|
28
|
+
D(P), a < 0 && u < 0 ? (this.moveTo(e - t.x, s), this.ellipse(
|
|
29
|
+
e + a + r.x,
|
|
30
|
+
s - r.y,
|
|
31
|
+
r.x,
|
|
32
|
+
r.y,
|
|
33
|
+
0,
|
|
34
|
+
-Math.PI * 1.5,
|
|
35
|
+
-Math.PI
|
|
36
|
+
), this.ellipse(
|
|
37
|
+
e + a + i.x,
|
|
38
|
+
s + u + i.y,
|
|
39
|
+
i.x,
|
|
40
|
+
i.y,
|
|
41
|
+
0,
|
|
42
|
+
-Math.PI,
|
|
43
|
+
-Math.PI / 2
|
|
44
|
+
), this.ellipse(
|
|
45
|
+
e - h.x,
|
|
46
|
+
s + u + h.y,
|
|
47
|
+
h.x,
|
|
48
|
+
h.y,
|
|
49
|
+
0,
|
|
50
|
+
-Math.PI / 2,
|
|
51
|
+
0
|
|
52
|
+
), this.ellipse(
|
|
53
|
+
e - t.x,
|
|
54
|
+
s - t.y,
|
|
55
|
+
t.x,
|
|
56
|
+
t.y,
|
|
57
|
+
0,
|
|
58
|
+
0,
|
|
59
|
+
-Math.PI / 2
|
|
60
|
+
)) : a < 0 ? (this.moveTo(e - t.x, s), this.ellipse(
|
|
61
|
+
e + a + r.x,
|
|
62
|
+
s + r.y,
|
|
63
|
+
r.x,
|
|
64
|
+
r.y,
|
|
65
|
+
0,
|
|
66
|
+
-Math.PI / 2,
|
|
67
|
+
-Math.PI,
|
|
68
|
+
1
|
|
69
|
+
), this.ellipse(
|
|
70
|
+
e + a + i.x,
|
|
71
|
+
s + u - i.y,
|
|
72
|
+
i.x,
|
|
73
|
+
i.y,
|
|
74
|
+
0,
|
|
75
|
+
-Math.PI,
|
|
76
|
+
-Math.PI * 1.5,
|
|
77
|
+
1
|
|
78
|
+
), this.ellipse(
|
|
79
|
+
e - h.x,
|
|
80
|
+
s + u - h.y,
|
|
81
|
+
h.x,
|
|
82
|
+
h.y,
|
|
83
|
+
0,
|
|
84
|
+
Math.PI / 2,
|
|
85
|
+
0,
|
|
86
|
+
1
|
|
87
|
+
), this.ellipse(
|
|
88
|
+
e - t.x,
|
|
89
|
+
s + t.y,
|
|
90
|
+
t.x,
|
|
91
|
+
t.y,
|
|
92
|
+
0,
|
|
93
|
+
0,
|
|
94
|
+
-Math.PI / 2,
|
|
95
|
+
1
|
|
96
|
+
)) : u < 0 ? (this.moveTo(e + t.x, s), this.ellipse(
|
|
97
|
+
e + a - r.x,
|
|
98
|
+
s - r.y,
|
|
99
|
+
r.x,
|
|
100
|
+
r.y,
|
|
101
|
+
0,
|
|
102
|
+
Math.PI / 2,
|
|
103
|
+
0,
|
|
104
|
+
1
|
|
105
|
+
), this.ellipse(
|
|
106
|
+
e + a - i.x,
|
|
107
|
+
s + u + i.y,
|
|
108
|
+
i.x,
|
|
109
|
+
i.y,
|
|
110
|
+
0,
|
|
111
|
+
0,
|
|
112
|
+
-Math.PI / 2,
|
|
113
|
+
1
|
|
114
|
+
), this.ellipse(
|
|
115
|
+
e + h.x,
|
|
116
|
+
s + u + h.y,
|
|
117
|
+
h.x,
|
|
118
|
+
h.y,
|
|
119
|
+
0,
|
|
120
|
+
-Math.PI / 2,
|
|
121
|
+
-Math.PI,
|
|
122
|
+
1
|
|
123
|
+
), this.ellipse(
|
|
124
|
+
e + t.x,
|
|
125
|
+
s - t.y,
|
|
126
|
+
t.x,
|
|
127
|
+
t.y,
|
|
128
|
+
0,
|
|
129
|
+
-Math.PI,
|
|
130
|
+
-Math.PI * 1.5,
|
|
131
|
+
1
|
|
132
|
+
)) : (this.moveTo(e + t.x, s), this.ellipse(
|
|
133
|
+
e + a - r.x,
|
|
134
|
+
s + r.y,
|
|
135
|
+
r.x,
|
|
136
|
+
r.y,
|
|
137
|
+
0,
|
|
138
|
+
-Math.PI / 2,
|
|
139
|
+
0
|
|
140
|
+
), this.ellipse(
|
|
141
|
+
e + a - i.x,
|
|
142
|
+
s + u - i.y,
|
|
143
|
+
i.x,
|
|
144
|
+
i.y,
|
|
145
|
+
0,
|
|
146
|
+
0,
|
|
147
|
+
Math.PI / 2
|
|
148
|
+
), this.ellipse(
|
|
149
|
+
e + h.x,
|
|
150
|
+
s + u - h.y,
|
|
151
|
+
h.x,
|
|
152
|
+
h.y,
|
|
153
|
+
0,
|
|
154
|
+
Math.PI / 2,
|
|
155
|
+
Math.PI
|
|
156
|
+
), this.ellipse(
|
|
157
|
+
e + t.x,
|
|
158
|
+
s + t.y,
|
|
159
|
+
t.x,
|
|
160
|
+
t.y,
|
|
161
|
+
0,
|
|
162
|
+
Math.PI,
|
|
163
|
+
Math.PI * 1.5
|
|
164
|
+
)), this.closePath(), this.moveTo(e, s);
|
|
165
|
+
function R(n) {
|
|
166
|
+
const { x: f, y: c, z: p, w: y } = n;
|
|
167
|
+
return { x: f, y: c, z: p, w: y };
|
|
168
|
+
}
|
|
169
|
+
function N(n) {
|
|
170
|
+
const f = typeof n;
|
|
171
|
+
return f === "undefined" || n === null ? [0] : f === "function" ? [NaN] : f === "object" ? typeof n[Symbol.iterator] == "function" ? [...n].map((c) => {
|
|
172
|
+
const p = typeof c;
|
|
173
|
+
return p === "undefined" || c === null ? 0 : p === "function" ? NaN : p === "object" ? R(c) : g(c);
|
|
174
|
+
}) : [R(n)] : [g(n)];
|
|
175
|
+
}
|
|
176
|
+
function g(n) {
|
|
177
|
+
return +n;
|
|
178
|
+
}
|
|
179
|
+
function l(n) {
|
|
180
|
+
const f = g(n);
|
|
181
|
+
return Number.isFinite(f) ? {
|
|
182
|
+
x: f,
|
|
183
|
+
y: f
|
|
184
|
+
} : Object(n) === n ? {
|
|
185
|
+
x: g(n.x ?? 0),
|
|
186
|
+
y: g(n.y ?? 0)
|
|
187
|
+
} : {
|
|
188
|
+
x: NaN,
|
|
189
|
+
y: NaN
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
function D(n) {
|
|
193
|
+
const [f, c, p, y] = n, T = [
|
|
194
|
+
Math.abs(a) / (f.x + c.x),
|
|
195
|
+
Math.abs(u) / (c.y + p.y),
|
|
196
|
+
Math.abs(a) / (p.x + y.x),
|
|
197
|
+
Math.abs(u) / (f.y + y.y)
|
|
198
|
+
], I = Math.min(...T);
|
|
199
|
+
if (I <= 1)
|
|
200
|
+
for (const C of n)
|
|
201
|
+
C.x *= I, C.y *= I;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
function b(e) {
|
|
205
|
+
return `Failed to execute 'roundRect' on '${m(e)}':`;
|
|
206
|
+
}
|
|
207
|
+
function m(e) {
|
|
208
|
+
return Object(e) === e && e instanceof Path2D ? "Path2D" : e instanceof globalThis?.CanvasRenderingContext2D ? "CanvasRenderingContext2D" : e instanceof globalThis?.OffscreenCanvasRenderingContext2D ? "OffscreenCanvasRenderingContext2D" : e?.constructor.name || e;
|
|
209
|
+
}
|
|
210
|
+
})();
|
package/case-name/index.js
CHANGED
package/caseName.js
CHANGED
package/class-name/index.js
CHANGED
package/className.js
CHANGED
package/clipboard-copy/index.js
CHANGED
package/clipboardCopy.js
CHANGED
package/constant/address.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 2026-
|
|
1
|
+
/* 2026-02-26 14:42:29 */
|
|
2
2
|
const t = "的一是在不了有和人这中大为上个国我以要他时来用们生到作地于出就分对成会可主发年动同工也能下过子说产种面而方后多定行学法所民得经十三之进着等部度家电力里如水化高自二理起小物现实加量都两体制机当使点从业本去把性好应开它合还因由其些然前外天政四日那社义事平形相全表间样与关各重新线内数正心反你明看原又么利比或但质气第向道命此变条只没结解问意建月公无系军很情者最立代想已通并提直题党程展五果料象员革位入常文总次品式活设及管特件长求老头基资边流路级少图山统接知较将组见计别她手角期根论运农指几九区强放决西被干做必战先回则任取据处队南给色光门即保治北造百规热领七海口东导器压志世金增争济阶油思术极交受联什认六共权收证改清己美再采转更单风切打白教速花带安场身车例真务具万每目至达走积示议声报斗完类八离华名确才科张信马节话米整空元况今集温传土许步群广石记需段研界拉林律叫且究观越织装影算低持音众书布复容儿须际商非验连断深难近矿千周委素技备半办青省列习响约支般史感劳便团往酸历市克何除消构府称太准精值号率族维划选标写存候毛亲快效斯院查江型眼王按格养易置派层片始却专状育厂京识适属圆包火住调满县局照参红细引听该铁价严龙飞";
|
|
3
3
|
export {
|
|
4
4
|
t as default
|
package/constant/domain.js
CHANGED
package/constant/identity.js
CHANGED
package/constant/index.js
CHANGED
package/constant/isMobile.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 2026-
|
|
1
|
+
/* 2026-02-26 14:42:29 */
|
|
2
2
|
const e = navigator.userAgent, o = /(android|bb\d+|meego).+mobile|armv7l|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|redmi|series[46]0|samsungbrowser.*mobile|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i, i = /CrOS/, a = /android|ipad|playbook|silk/i, n = o.test(e) && !i.test(e), t = a.test(e);
|
|
3
3
|
export {
|
|
4
4
|
n as default,
|
package/constant/keyboardCode.js
CHANGED
package/constant/licensePlate.js
CHANGED
package/constant/name.js
CHANGED
package/constant/platform.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 2026-
|
|
1
|
+
/* 2026-02-26 14:42:29 */
|
|
2
2
|
import t from "../dom-helpers/canUseDOM.js";
|
|
3
3
|
const o = navigator.userAgent.toLowerCase(), s = ("ontouchstart" in document || "ontouchstart" in window) && ("ontouchend" in document || "ontouchend" in window), c = window.__wxjs_environment === "miniprogram" || !!window.wx?.getSystemInfoSync, w = /micromessenger/i.test(o), d = /dingtalk/i.test(o), m = /alipay|aliapp/i.test(o), i = /ipad|iphone|ipod/i.test(o), e = /android/i.test(o), p = /openharmony/i.test(o), a = /macintosh|mac os x/i.test(o), l = i || a, h = /windows|win32|win64|wow64/i.test(o), u = s && (i || e || /windows phone|blackberry|mobile|webos|iemobile|opera (mini|mobi)/i.test(
|
|
4
4
|
o
|
package/constant/protocol.js
CHANGED
package/constant/string.js
CHANGED
package/constant/ui.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
/* 2026-
|
|
2
|
-
const t = "
|
|
1
|
+
/* 2026-02-26 14:42:29 */
|
|
2
|
+
const t = "common", I = "pc", o = "mobile", _ = "pqbc", c = "pqb-common", n = `${_}-theme-light`, C = `${_}-theme-dark`, E = "pqb", e = "pqb-pc", s = `${E}-theme-light`, A = `${E}-theme-dark`, M = "pqbm", O = "pqb-mobile", L = `${M}-theme-light`, m = `${M}-theme-dark`;
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
t as COMMON_KEY,
|
|
5
|
+
o as MOBILE_KEY,
|
|
6
|
+
I as PC_KEY,
|
|
7
|
+
c as UI_COMMON_KEY,
|
|
7
8
|
_ as UI_COMMON_PREFIX,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
C as UI_COMMON_THEME_DARK_CLASS_NAME,
|
|
10
|
+
n as UI_COMMON_THEME_LIGHT_CLASS_NAME,
|
|
11
|
+
O as UI_MOBILE_KEY,
|
|
11
12
|
M as UI_MOBILE_PREFIX,
|
|
12
|
-
|
|
13
|
+
m as UI_MOBILE_THEME_DARK_CLASS_NAME,
|
|
13
14
|
L as UI_MOBILE_THEME_LIGHT_CLASS_NAME,
|
|
14
|
-
|
|
15
|
+
e as UI_PC_KEY,
|
|
15
16
|
E as UI_PC_PREFIX,
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
A as UI_PC_THEME_DARK_CLASS_NAME,
|
|
18
|
+
s as UI_PC_THEME_LIGHT_CLASS_NAME
|
|
18
19
|
};
|
package/constant.js
CHANGED
package/contentDisposition.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 2026-
|
|
1
|
+
/* 2026-02-26 14:42:29 */
|
|
2
2
|
import "lodash/isString";
|
|
3
3
|
import { default as r, getContentDispositionFromHeader as i, getContentDispositionParametersFilenameFromHeader as n, getContentDispositionParametersFromHeader as a } from "./content-disposition/index.js";
|
|
4
4
|
export {
|
package/cookie/index.js
CHANGED
package/cookie/src/api.js
CHANGED
package/cookie/src/assign.js
CHANGED
package/cookie/src/converter.js
CHANGED
package/cookie.js
CHANGED
package/date/convertTime.js
CHANGED
package/date/index.js
CHANGED
package/date.js
CHANGED
package/decimal/decimal.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* 2026-
|
|
1
|
+
/* 2026-02-26 14:42:29 */
|
|
2
2
|
var G = 9e15, V = 1e9, fe = "0123456789abcdef", y = "2.3025850929940456840179914546843642076011014886287729760333279009675726096773524802359972050895982983419677840422862486334095254650828067566662873690987816894829072083255546808437998948262331985283935053089653777326288461633662222876982198867465436674744042432743651550489343149393914796194044002221051017141748003688084012647080685567743216228355220114804663715659121373450747856947683463616792101806445070648000277502684916746550586856935673420670581136429224554405758925724208241314695689016758940256776311356919292033376587141660230105703089634572075440370847469940168269282808481184289314848524948644871927809676271275775397027668605952496716674183485704422507197965004714951050492214776567636938662976979522110718264549734772662425709429322582798502585509785265383207606726317164309505995087807523710333101197857547331541421808427543863591778117054309827482385045648019095610299291824318237525357709750539565187697510374970888692180205189339507238539205144634197265287286965110862571492198849978748873771345686209167058", ee = "3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989380952572010654858632789", ce = {
|
|
3
3
|
// These values must be integers within the stated ranges (inclusive).
|
|
4
4
|
// Most of these values can be changed at run-time using the `Decimal.config` method.
|
package/decimal/index.js
CHANGED
package/decimal.js
CHANGED
package/dom-helpers/addClass.js
CHANGED
package/dom-helpers/animate.js
CHANGED
package/dom-helpers/attribute.js
CHANGED
package/dom-helpers/camelize.js
CHANGED