@unicom-cloud/utils 0.1.31 → 0.1.33

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.
Files changed (369) hide show
  1. package/case-name/index.js +1 -1
  2. package/caseName.js +1 -1
  3. package/class-name/index.js +6 -5
  4. package/className.js +1 -1
  5. package/clipboard-copy/index.js +1 -1
  6. package/clipboardCopy.js +1 -1
  7. package/constant/address.js +1 -1
  8. package/constant/chineseCharacters.js +1 -1
  9. package/constant/constellations.js +1 -1
  10. package/constant/domain.js +1 -1
  11. package/constant/emoji.js +1 -1
  12. package/constant/identity.js +1 -1
  13. package/constant/index.js +1 -1
  14. package/constant/isMobile.js +7 -0
  15. package/constant/keyboardCode.js +1 -1
  16. package/constant/licensePlate.js +1 -1
  17. package/constant/name.js +1 -1
  18. package/constant/platform.js +18 -17
  19. package/constant/protocol.js +1 -1
  20. package/constant/string.js +1 -1
  21. package/constant/ui.js +1 -1
  22. package/constant.js +1 -1
  23. package/content-disposition/index.js +1 -1
  24. package/contentDisposition.js +1 -1
  25. package/cookie/index.js +1 -1
  26. package/cookie/src/api.js +1 -1
  27. package/cookie/src/assign.js +1 -1
  28. package/cookie/src/converter.js +1 -1
  29. package/cookie.js +1 -1
  30. package/date/convertTime.js +1 -1
  31. package/date/convertToDuration.js +1 -1
  32. package/date/index.js +5 -5
  33. package/date.js +5 -5
  34. package/decimal/decimal.js +1 -1
  35. package/decimal/index.js +1 -1
  36. package/decimal.js +1 -1
  37. package/dom-helpers/activeElement.js +1 -1
  38. package/dom-helpers/addClass.js +1 -1
  39. package/dom-helpers/addEventListener.js +1 -1
  40. package/dom-helpers/animate.js +1 -1
  41. package/dom-helpers/animationFrame.js +1 -1
  42. package/dom-helpers/attribute.js +1 -1
  43. package/dom-helpers/camelize.js +1 -1
  44. package/dom-helpers/camelizeStyle.js +1 -1
  45. package/dom-helpers/canUseDOM.js +1 -1
  46. package/dom-helpers/childElements.js +1 -1
  47. package/dom-helpers/childNodes.js +1 -1
  48. package/dom-helpers/clear.js +1 -1
  49. package/dom-helpers/closest.js +1 -1
  50. package/dom-helpers/collectElements.js +1 -1
  51. package/dom-helpers/collectSiblings.js +1 -1
  52. package/dom-helpers/contains.js +1 -1
  53. package/dom-helpers/css.js +1 -1
  54. package/dom-helpers/filterEventHandler.js +1 -1
  55. package/dom-helpers/getComputedStyle.js +1 -1
  56. package/dom-helpers/getElementCoordinates.js +46 -0
  57. package/dom-helpers/getScrollAccessor.js +1 -1
  58. package/dom-helpers/hasClass.js +1 -1
  59. package/dom-helpers/height.js +1 -1
  60. package/dom-helpers/hyphenate.js +1 -1
  61. package/dom-helpers/hyphenateStyle.js +1 -1
  62. package/dom-helpers/index.js +87 -84
  63. package/dom-helpers/insertAfter.js +1 -1
  64. package/dom-helpers/isDocument.js +1 -1
  65. package/dom-helpers/isInput.js +1 -1
  66. package/dom-helpers/isTransform.js +1 -1
  67. package/dom-helpers/isVisible.js +1 -1
  68. package/dom-helpers/isWindow.js +1 -1
  69. package/dom-helpers/listen.js +1 -1
  70. package/dom-helpers/matches.js +1 -1
  71. package/dom-helpers/nextUntil.js +1 -1
  72. package/dom-helpers/offset.js +1 -1
  73. package/dom-helpers/offsetParent.js +1 -1
  74. package/dom-helpers/ownerDocument.js +1 -1
  75. package/dom-helpers/ownerWindow.js +1 -1
  76. package/dom-helpers/parents.js +1 -1
  77. package/dom-helpers/position.js +1 -1
  78. package/dom-helpers/prepend.js +1 -1
  79. package/dom-helpers/querySelectorAll.js +1 -1
  80. package/dom-helpers/reflow.js +1 -1
  81. package/dom-helpers/remove.js +1 -1
  82. package/dom-helpers/removeClass.js +1 -1
  83. package/dom-helpers/removeEventListener.js +1 -1
  84. package/dom-helpers/scrollLeft.js +1 -1
  85. package/dom-helpers/scrollParent.js +1 -1
  86. package/dom-helpers/scrollTo.js +1 -1
  87. package/dom-helpers/scrollTop.js +1 -1
  88. package/dom-helpers/scrollbarSize.js +1 -1
  89. package/dom-helpers/siblings.js +1 -1
  90. package/dom-helpers/text.js +1 -1
  91. package/dom-helpers/toggleClass.js +1 -1
  92. package/dom-helpers/transitionEnd.js +2 -2
  93. package/dom-helpers/triggerEvent.js +1 -1
  94. package/dom-helpers/types.js +1 -1
  95. package/dom-helpers/width.js +1 -1
  96. package/domHelpers.js +65 -63
  97. package/emitter/index.js +1 -1
  98. package/emitter/src/index.js +1 -1
  99. package/emitter.js +1 -1
  100. package/escape/index.js +11 -0
  101. package/escape.js +6 -0
  102. package/file/fileToURL.js +1 -1
  103. package/file/index.js +1 -1
  104. package/file/saveAs.js +1 -1
  105. package/file.js +1 -1
  106. package/idb/index.js +1 -1
  107. package/idb.js +1 -1
  108. package/index.js +1 -1
  109. package/invariant/index.js +1 -1
  110. package/invariant.js +1 -1
  111. package/is/index.js +196 -141
  112. package/is/lib/isAscii.js +9 -0
  113. package/is/lib/isBase64.js +13 -0
  114. package/is/lib/isChinese.js +19 -0
  115. package/is/lib/isDataURI.js +25 -0
  116. package/is/lib/isEmail.js +72 -0
  117. package/is/lib/isFQDN.js +21 -0
  118. package/is/lib/isFullWidth.js +10 -0
  119. package/is/lib/isHSL.js +11 -0
  120. package/is/lib/isHalfWidth.js +10 -0
  121. package/is/lib/isHash.js +23 -0
  122. package/is/lib/isHexColor.js +12 -0
  123. package/is/lib/isIMEI.js +19 -0
  124. package/is/lib/isIP.js +21 -0
  125. package/is/lib/isIPRange.js +25 -0
  126. package/is/lib/isIdentityCard.js +190 -0
  127. package/is/lib/isJWT.js +14 -0
  128. package/is/lib/isMACAddress.js +9 -0
  129. package/is/lib/isMD5.js +9 -0
  130. package/is/lib/isMimeType.js +9 -0
  131. package/is/lib/isMobilePhone.js +192 -0
  132. package/is/lib/isPort.js +7 -0
  133. package/is/lib/isRgbColor.js +18 -0
  134. package/is/lib/isSemVer.js +20 -0
  135. package/is/lib/isSlug.js +9 -0
  136. package/is/lib/isStrongPassword.js +48 -0
  137. package/is/lib/isURL.js +78 -0
  138. package/is/lib/isUUID.js +24 -0
  139. package/is/lib/isVariableWidth.js +10 -0
  140. package/is/lib/util/assertString.js +12 -0
  141. package/is.js +122 -66
  142. package/lunar/index.js +1 -1
  143. package/lunar/lib/Holiday.js +1 -1
  144. package/lunar/lib/HolidayUtil.js +1 -1
  145. package/lunar/lib/I18n.js +1 -1
  146. package/lunar/lib/JieQi.js +1 -1
  147. package/lunar/lib/Lunar.js +1 -1
  148. package/lunar/lib/LunarMonth.js +1 -1
  149. package/lunar/lib/LunarTime.js +1 -1
  150. package/lunar/lib/LunarUtil.js +1 -1
  151. package/lunar/lib/LunarYear.js +1 -1
  152. package/lunar/lib/ShouXingUtil.js +1 -1
  153. package/lunar/lib/Solar.js +1 -1
  154. package/lunar/lib/SolarHalfYear.js +1 -1
  155. package/lunar/lib/SolarMonth.js +1 -1
  156. package/lunar/lib/SolarSeason.js +1 -1
  157. package/lunar/lib/SolarUtil.js +1 -1
  158. package/lunar/lib/SolarWeek.js +1 -1
  159. package/lunar/lib/SolarYear.js +1 -1
  160. package/lunar/lib/index.js +1 -1
  161. package/lunar.js +1 -1
  162. package/math/index.js +1 -1
  163. package/math.js +1 -1
  164. package/md5/index.js +1 -1
  165. package/md5.js +1 -1
  166. package/mock/MockWebSocket.js +1 -1
  167. package/mock/MockXMLHttpRequest.js +1 -1
  168. package/mock/index.js +1 -1
  169. package/mock.js +1 -1
  170. package/normalize-wheel/ExecutionEnvironment.js +1 -1
  171. package/normalize-wheel/UserAgent_DEPRECATED.js +1 -1
  172. package/normalize-wheel/index.js +1 -1
  173. package/normalize-wheel/isEventSupported.js +1 -1
  174. package/normalizeWheel.js +1 -1
  175. package/number-to-chinese/index.js +1 -1
  176. package/numberToChinese.js +1 -1
  177. package/nzh/cn.js +1 -1
  178. package/nzh/hk.js +1 -1
  179. package/nzh/index.js +1 -1
  180. package/nzh/nzh.js +1 -1
  181. package/nzh/src/autoGet.js +1 -1
  182. package/nzh/src/index.js +1 -1
  183. package/nzh/src/langs/cn_b.js +1 -1
  184. package/nzh/src/langs/cn_s.js +1 -1
  185. package/nzh/src/langs/hk_b.js +1 -1
  186. package/nzh/src/langs/hk_s.js +1 -1
  187. package/nzh/src/utils.js +1 -1
  188. package/nzh.js +1 -1
  189. package/object-keys-sort/index.js +1 -1
  190. package/object-prototype-to-string-call/index.js +2 -2
  191. package/objectKeysSort.js +1 -1
  192. package/objectPrototypeToStringCall.js +1 -1
  193. package/package.json +1 -1
  194. package/pinyin/index.js +1 -1
  195. package/pinyin/simplified.js +1 -1
  196. package/pinyin/src/core.js +1 -1
  197. package/pinyin/src/simplified.js +6 -6
  198. package/pinyin/src/simplified_dict.js +5 -4
  199. package/pinyin/src/traditional.js +4 -4
  200. package/pinyin/src/traditional_dict.js +4 -3
  201. package/pinyin/traditional.js +1 -1
  202. package/pinyin.js +1 -1
  203. package/query-string/base.js +1 -1
  204. package/query-string/index.js +1 -1
  205. package/query-string/splitOnFirst.js +1 -1
  206. package/queryString.js +1 -1
  207. package/random/address.js +1 -1
  208. package/random/constellation.js +1 -1
  209. package/random/image.js +1 -1
  210. package/random/index.js +1 -1
  211. package/random/licensePlate.js +1 -1
  212. package/random/name.js +1 -1
  213. package/random/number.js +1 -1
  214. package/random/text.js +1 -1
  215. package/random/time.js +1 -1
  216. package/random/web.js +1 -1
  217. package/random.js +1 -1
  218. package/screenfull/index.js +1 -1
  219. package/screenfull.js +1 -1
  220. package/sleep/index.js +1 -1
  221. package/sleep.js +1 -1
  222. package/snapdom/index.js +1 -1
  223. package/snapdom/src/api/preCache.js +1 -1
  224. package/snapdom/src/api/snapdom.js +198 -153
  225. package/snapdom/src/core/cache.js +1 -1
  226. package/snapdom/src/core/capture.js +121 -326
  227. package/snapdom/src/core/clone.js +117 -266
  228. package/snapdom/src/core/context.js +1 -1
  229. package/snapdom/src/core/plugins.js +1 -1
  230. package/snapdom/src/core/prepare.js +48 -157
  231. package/snapdom/src/exporters/download.js +15 -11
  232. package/snapdom/src/exporters/toBlob.js +10 -15
  233. package/snapdom/src/exporters/toCanvas.js +72 -65
  234. package/snapdom/src/exporters/toImg.js +1 -1
  235. package/snapdom/src/modules/CSSVar.js +1 -1
  236. package/snapdom/src/modules/background.js +1 -1
  237. package/snapdom/src/modules/changeCSS.js +1 -1
  238. package/snapdom/src/modules/counter.js +1 -1
  239. package/snapdom/src/modules/fonts.js +118 -112
  240. package/snapdom/src/modules/iconFonts.js +133 -69
  241. package/snapdom/src/modules/images.js +36 -33
  242. package/snapdom/src/modules/lineClamp.js +1 -1
  243. package/snapdom/src/modules/pseudo.js +275 -161
  244. package/snapdom/src/modules/rasterize.js +6 -7
  245. package/snapdom/src/modules/snapFetch.js +1 -1
  246. package/snapdom/src/modules/styles.js +89 -67
  247. package/snapdom/src/modules/svgDefs.js +73 -60
  248. package/snapdom/src/utils/browser.js +13 -8
  249. package/snapdom/src/utils/capture.helpers.js +131 -0
  250. package/snapdom/src/utils/clone.helpers.js +283 -0
  251. package/snapdom/src/utils/css.js +1 -1
  252. package/snapdom/src/utils/helpers.js +1 -1
  253. package/snapdom/src/utils/image.js +15 -24
  254. package/snapdom/src/utils/prepare.helpers.js +8 -0
  255. package/snapdom/src/utils/transforms.helpers.js +211 -0
  256. package/snapdom.js +1 -1
  257. package/string/index.js +1 -1
  258. package/string.js +1 -1
  259. package/tinycolor/index.js +1 -1
  260. package/tinycolor/src/conversion.js +1 -1
  261. package/tinycolor/src/css-color-names.js +1 -1
  262. package/tinycolor/src/format-input.js +1 -1
  263. package/tinycolor/src/from-ratio.js +12 -11
  264. package/tinycolor/src/index.js +1 -1
  265. package/tinycolor/src/random.js +30 -29
  266. package/tinycolor/src/readability.js +1 -1
  267. package/tinycolor/src/to-ms-filter.js +1 -1
  268. package/tinycolor/src/utils.js +1 -1
  269. package/tinycolor.js +1 -1
  270. package/tree/index.js +54 -75
  271. package/tree/search/index.js +1 -1
  272. package/tree.js +9 -11
  273. package/tween/index.js +1 -1
  274. package/tween/src/easing.js +1 -1
  275. package/tween/src/tween.js +15 -14
  276. package/tween.js +1 -1
  277. package/types/constant/isMobile.d.ts +3 -0
  278. package/types/date/index.d.ts +3 -3
  279. package/types/dom-helpers/getElementCoordinates.d.ts +40 -0
  280. package/types/dom-helpers/index.d.ts +3 -1
  281. package/types/escape/index.d.ts +2 -0
  282. package/types/is/index.d.ts +28 -1
  283. package/types/is/lib/isAscii.d.ts +1 -0
  284. package/types/is/lib/isBase64.d.ts +1 -0
  285. package/types/is/lib/isChinese.d.ts +4 -0
  286. package/types/is/lib/isDataURI.d.ts +1 -0
  287. package/types/is/lib/isEmail.d.ts +1 -0
  288. package/types/is/lib/isFQDN.d.ts +1 -0
  289. package/types/is/lib/isFullWidth.d.ts +2 -0
  290. package/types/is/lib/isHSL.d.ts +1 -0
  291. package/types/is/lib/isHalfWidth.d.ts +2 -0
  292. package/types/is/lib/isHash.d.ts +1 -0
  293. package/types/is/lib/isHexColor.d.ts +1 -0
  294. package/types/is/lib/isIMEI.d.ts +1 -0
  295. package/types/is/lib/isIP.d.ts +1 -0
  296. package/types/is/lib/isIPRange.d.ts +1 -0
  297. package/types/is/lib/isIdentityCard.d.ts +1 -0
  298. package/types/is/lib/isJWT.d.ts +1 -0
  299. package/types/is/lib/isMACAddress.d.ts +1 -0
  300. package/types/is/lib/isMD5.d.ts +1 -0
  301. package/types/is/lib/isMimeType.d.ts +1 -0
  302. package/types/is/lib/isMobilePhone.d.ts +2 -0
  303. package/types/is/lib/isOctal.d.ts +1 -0
  304. package/types/is/lib/isPort.d.ts +1 -0
  305. package/types/is/lib/isRgbColor.d.ts +1 -0
  306. package/types/is/lib/isSemVer.d.ts +1 -0
  307. package/types/is/lib/isSlug.d.ts +1 -0
  308. package/types/is/lib/isStrongPassword.d.ts +1 -0
  309. package/types/is/lib/isURL.d.ts +1 -0
  310. package/types/is/lib/isUUID.d.ts +1 -0
  311. package/types/is/lib/isVariableWidth.d.ts +1 -0
  312. package/types/is/lib/util/assertString.d.ts +1 -0
  313. package/types/pinyin/es/main.d.ts +4 -0
  314. package/types/pinyin/es/traditional.d.ts +4 -0
  315. package/types/snapdom/src/api/snapdom.d.ts +11 -79
  316. package/types/snapdom/src/exporters/toCanvas.d.ts +11 -3
  317. package/types/snapdom/src/exporters/toJpg.d.ts +1 -0
  318. package/types/snapdom/src/exporters/toPng.d.ts +6 -0
  319. package/types/snapdom/src/exporters/toSvg.d.ts +1 -0
  320. package/types/snapdom/src/exporters/toWebp.d.ts +1 -0
  321. package/types/snapdom/src/modules/iconFonts.d.ts +7 -20
  322. package/types/snapdom/src/modules/pseudo.d.ts +18 -0
  323. package/types/snapdom/src/modules/rasterize.d.ts +6 -10
  324. package/types/snapdom/src/utils/browser.d.ts +0 -3
  325. package/types/snapdom/src/utils/capture.helpers.d.ts +45 -0
  326. package/types/snapdom/src/utils/clone.helpers.d.ts +97 -0
  327. package/types/snapdom/src/utils/image.d.ts +0 -8
  328. package/types/snapdom/src/utils/index.d.ts +1 -1
  329. package/types/snapdom/src/utils/prepare.helpers.d.ts +9 -0
  330. package/types/snapdom/src/utils/transforms.helpers.d.ts +118 -0
  331. package/types/tree/index.d.ts +3 -4
  332. package/types/validate/src/index.d.ts +23 -25
  333. package/types/validate/src/interface.d.ts +5 -3
  334. package/types/validate/src/locale/en-US.d.ts +12 -2
  335. package/types/validate/src/locale/index.d.ts +171 -0
  336. package/types/validate/src/locale/zh-CN.d.ts +12 -2
  337. package/types/validate/src/rules/base.d.ts +3 -1
  338. package/types/validate/src/rules/custom.d.ts +1 -1
  339. package/types/validate/src/rules/type.d.ts +10 -0
  340. package/ui-color/compareColorByRange.js +1 -1
  341. package/ui-color/index.js +8 -7
  342. package/uiColor.js +25 -24
  343. package/url-toolkit/index.js +1 -1
  344. package/url-toolkit/src/url-toolkit.js +1 -1
  345. package/urlToolkit.js +1 -1
  346. package/validate/index.js +23 -25
  347. package/validate/src/index.js +116 -73
  348. package/validate/src/locale/en-US.js +12 -2
  349. package/validate/src/locale/index.js +11 -0
  350. package/validate/src/locale/zh-CN.js +12 -2
  351. package/validate/src/rules/array.js +2 -2
  352. package/validate/src/rules/base.js +35 -31
  353. package/validate/src/rules/boolean.js +1 -1
  354. package/validate/src/rules/custom.js +2 -2
  355. package/validate/src/rules/number.js +1 -1
  356. package/validate/src/rules/object.js +1 -1
  357. package/validate/src/rules/string.js +6 -5
  358. package/validate/src/rules/type.js +84 -14
  359. package/validate.js +23 -25
  360. package/version/index.js +1 -1
  361. package/version.js +1 -1
  362. package/xlsx/index.d.ts +4 -8
  363. package/xlsx/index.js +1 -1
  364. package/xlsx/xlsx.js +2 -2
  365. package/xlsx.js +1 -1
  366. package/types/validate/src/message.d.ts +0 -2
  367. package/types/validate/src/utils.d.ts +0 -3
  368. package/validate/src/message.js +0 -5
  369. package/validate/src/utils.js +0 -8
@@ -0,0 +1,78 @@
1
+ /* 2025-12-17 18:26:57 */
2
+ import k from "lodash/defaults";
3
+ import z from "./isFQDN.js";
4
+ import v from "./isIP.js";
5
+ import O from "./util/assertString.js";
6
+ const $ = {
7
+ protocols: ["http", "https", "ftp"],
8
+ require_tld: !0,
9
+ require_protocol: !1,
10
+ require_host: !0,
11
+ require_port: !1,
12
+ require_valid_protocol: !0,
13
+ allow_underscores: !1,
14
+ allow_trailing_dot: !1,
15
+ allow_protocol_relative_urls: !1,
16
+ allow_fragments: !0,
17
+ allow_query_components: !0,
18
+ validate_length: !0,
19
+ max_allowed_length: 2084
20
+ }, j = /^\[([^\]]+)\](?::([0-9]+))?$/;
21
+ function U(e, t) {
22
+ if (O(e), !e || /[\s<>]/.test(e) || e.indexOf("mailto:") === 0 || (t = k(t, $), t.validate_length && e.length > t.max_allowed_length) || !t.allow_fragments && e.includes("#") || !t.allow_query_components && (e.includes("?") || e.includes("&")))
23
+ return !1;
24
+ let d, f, r, _, c, l, s, o;
25
+ s = e.split("#"), e = s.shift(), s = e.split("?"), e = s.shift();
26
+ const n = e.match(/^([a-z][a-z0-9+\-.]*):/i);
27
+ let g = !1;
28
+ const u = (i) => (g = !0, d = i.toLowerCase(), t.require_valid_protocol && !t.protocols.includes(d) ? !1 : e.substring(n[0].length));
29
+ if (n) {
30
+ const i = n[1], a = e.substring(n[0].length);
31
+ if (a.slice(0, 2) === "//") {
32
+ if (e = u(i), e === !1)
33
+ return !1;
34
+ } else {
35
+ const m = a.indexOf("/"), w = m === -1 ? a : a.substring(0, m), q = w.indexOf("@");
36
+ if (q !== -1) {
37
+ const p = w.substring(0, q), x = /^[a-zA-Z0-9\-_.%:]*$/.test(p), b = /%[0-9a-fA-F]{2}/.test(p);
38
+ if (x && !b) {
39
+ if (t.require_protocol)
40
+ return !1;
41
+ } else if (e = u(i), e === !1)
42
+ return !1;
43
+ } else if (/^[0-9]/.test(a)) {
44
+ if (t.require_protocol)
45
+ return !1;
46
+ } else if (e = u(i), e === !1)
47
+ return !1;
48
+ }
49
+ } else if (t.require_protocol)
50
+ return !1;
51
+ if (e.slice(0, 2) === "//") {
52
+ if (!g && !t.allow_protocol_relative_urls)
53
+ return !1;
54
+ e = e.slice(2);
55
+ }
56
+ if (e === "")
57
+ return !1;
58
+ if (s = e.split("/"), e = s.shift(), e === "" && !t.require_host)
59
+ return !0;
60
+ if (s = e.split("@"), s.length > 1) {
61
+ if (t.disallow_auth || s[0] === "" || (f = s.shift(), f.includes(":") && f.split(":").length > 2))
62
+ return !1;
63
+ const [i, a] = f.split(":");
64
+ if (i === "" && a === "")
65
+ return !1;
66
+ }
67
+ _ = s.join("@"), l = null, o = null;
68
+ const h = _.match(j);
69
+ if (h ? (r = "", o = h[1], l = h[2] || null) : (s = _.split(":"), r = s.shift(), s.length && (l = s.join(":"))), l !== null && l.length > 0) {
70
+ if (c = parseInt(l, 10), !/^[0-9]+$/.test(l) || c <= 0 || c > 65535)
71
+ return !1;
72
+ } else if (t.require_port)
73
+ return !1;
74
+ return r === "" && !t.require_host ? !0 : !v(r) && !z(r, t) && (!o || !v(o, 6)) ? !1 : (r = r || o, !0);
75
+ }
76
+ export {
77
+ U as default
78
+ };
@@ -0,0 +1,24 @@
1
+ /* 2025-12-17 18:26:57 */
2
+ import i from "lodash/isNil";
3
+ import a from "./util/assertString.js";
4
+ const F = {
5
+ 1: /^[0-9A-F]{8}-[0-9A-F]{4}-1[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
6
+ 2: /^[0-9A-F]{8}-[0-9A-F]{4}-2[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
7
+ 3: /^[0-9A-F]{8}-[0-9A-F]{4}-3[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
8
+ 4: /^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
9
+ 5: /^[0-9A-F]{8}-[0-9A-F]{4}-5[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
10
+ 6: /^[0-9A-F]{8}-[0-9A-F]{4}-6[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
11
+ 7: /^[0-9A-F]{8}-[0-9A-F]{4}-7[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
12
+ 8: /^[0-9A-F]{8}-[0-9A-F]{4}-8[0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i,
13
+ nil: /^00000000-0000-0000-0000-000000000000$/i,
14
+ max: /^ffffffff-ffff-ffff-ffff-ffffffffffff$/i,
15
+ loose: /^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i,
16
+ // From https://github.com/uuidjs/uuid/blob/main/src/regex.js
17
+ all: /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i
18
+ };
19
+ function l(A, f) {
20
+ return a(A), i(f) && (f = "all"), f in F ? F[f].test(A) : !1;
21
+ }
22
+ export {
23
+ l as default
24
+ };
@@ -0,0 +1,10 @@
1
+ /* 2025-12-17 18:26:57 */
2
+ import { fullWidth as i } from "./isFullWidth.js";
3
+ import { halfWidth as r } from "./isHalfWidth.js";
4
+ import o from "./util/assertString.js";
5
+ function m(t) {
6
+ return o(t), i.test(t) && r.test(t);
7
+ }
8
+ export {
9
+ m as default
10
+ };
@@ -0,0 +1,12 @@
1
+ /* 2025-12-17 18:26:57 */
2
+ import t from "lodash/isNil";
3
+ const o = "预期为字符串,但收到";
4
+ function n(r) {
5
+ if (t(r))
6
+ throw new TypeError(`${o}${r}`);
7
+ if (r.constructor.name !== "String")
8
+ throw new TypeError(`${o}${r.constructor.name}`);
9
+ }
10
+ export {
11
+ n as default
12
+ };
package/is.js CHANGED
@@ -1,95 +1,151 @@
1
- /* 2025-11-19 10:03:21 */
2
- import { default as a } from "lodash/isArguments.js";
1
+ /* 2025-12-17 18:26:57 */
2
+ import { default as t } from "lodash/isArguments.js";
3
3
  import { default as o } from "lodash/isArray.js";
4
4
  import { default as i } from "lodash/isArrayBuffer.js";
5
- import { default as m } from "lodash/isArrayLike.js";
6
- import { default as p } from "lodash/isArrayLikeObject.js";
5
+ import { default as d } from "lodash/isArrayLike.js";
6
+ import { default as u } from "lodash/isArrayLikeObject.js";
7
7
  import { default as x } from "lodash/isBoolean.js";
8
8
  import { default as y } from "lodash/isBuffer.js";
9
- import { default as b } from "lodash/isDate.js";
9
+ import { default as h } from "lodash/isDate.js";
10
10
  import { default as S } from "lodash/isElement.js";
11
- import { default as g } from "lodash/isEmpty.js";
12
- import { default as A } from "lodash/isEqual.js";
13
- import { default as j } from "lodash/isEqualWith.js";
14
- import { default as B } from "lodash/isError.js";
15
- import { default as L } from "lodash/isFinite.js";
16
- import { default as F } from "lodash/isFunction.js";
17
- import { default as q } from "lodash/isInteger.js";
18
- import { default as C } from "lodash/isLength.js";
19
- import { default as J } from "lodash/isMap.js";
20
- import { default as R } from "lodash/isMatch.js";
21
- import { default as U } from "lodash/isMatchWith.js";
22
- import { default as w } from "lodash/isNaN.js";
23
- import { default as z } from "lodash/isNative.js";
24
- import { default as H } from "lodash/isNil.js";
11
+ import { default as c } from "lodash/isEmpty.js";
12
+ import { default as M } from "lodash/isEqual.js";
13
+ import { default as N } from "lodash/isEqualWith.js";
14
+ import { default as C } from "lodash/isError.js";
15
+ import { default as P } from "lodash/isFinite.js";
16
+ import { default as B } from "lodash/isFunction.js";
17
+ import { default as U } from "lodash/isInteger.js";
18
+ import { default as k } from "lodash/isLength.js";
19
+ import { default as D } from "lodash/isMap.js";
20
+ import { default as H } from "lodash/isMatch.js";
21
+ import { default as J } from "lodash/isMatchWith.js";
22
+ import { default as v } from "lodash/isNaN.js";
23
+ import { default as _ } from "lodash/isNative.js";
24
+ import { default as G } from "lodash/isNil.js";
25
25
  import { default as Q } from "lodash/isNull.js";
26
26
  import { default as Y } from "lodash/isNumber.js";
27
27
  import { default as $ } from "lodash/isObject.js";
28
- import { default as te } from "lodash/isObjectLike.js";
29
- import { default as ae } from "lodash/isPlainObject.js";
28
+ import { default as ae } from "lodash/isObjectLike.js";
29
+ import { default as te } from "lodash/isPlainObject.js";
30
30
  import { default as oe } from "lodash/isRegExp.js";
31
31
  import { default as ie } from "lodash/isSafeInteger.js";
32
- import { default as me } from "lodash/isSet.js";
33
- import { default as pe } from "lodash/isString.js";
32
+ import { default as de } from "lodash/isSet.js";
33
+ import { default as ue } from "lodash/isString.js";
34
34
  import { default as xe } from "lodash/isSymbol.js";
35
35
  import { default as ye } from "lodash/isTypedArray.js";
36
- import { default as be } from "lodash/isUndefined.js";
36
+ import { default as he } from "lodash/isUndefined.js";
37
37
  import { default as Se } from "lodash/isWeakMap.js";
38
- import { default as ge } from "lodash/isWeakSet.js";
38
+ import { default as ce } from "lodash/isWeakSet.js";
39
+ import { default as Me } from "./is/lib/isAscii.js";
40
+ import { default as Ne } from "./is/lib/isBase64.js";
41
+ import { isAllChinese as Ce, default as Oe } from "./is/lib/isChinese.js";
42
+ import { default as Le } from "./is/lib/isDataURI.js";
43
+ import { default as Re } from "./is/lib/isEmail.js";
44
+ import { default as je } from "./is/lib/isFullWidth.js";
45
+ import { default as Ve } from "./is/lib/isHalfWidth.js";
46
+ import { default as Fe } from "./is/lib/isHash.js";
47
+ import { default as Te } from "./is/lib/isHexColor.js";
48
+ import { default as qe } from "./is/lib/isHSL.js";
49
+ import { default as we } from "./is/lib/isIdentityCard.js";
50
+ import { default as ze } from "./is/lib/isIMEI.js";
51
+ import { default as Ke } from "./is/lib/isIP.js";
52
+ import { default as Xe } from "./is/lib/isIPRange.js";
53
+ import { default as Ze } from "./is/lib/isJWT.js";
54
+ import { default as ea } from "./is/lib/isMACAddress.js";
55
+ import { default as ra } from "./is/lib/isMD5.js";
56
+ import { default as sa } from "./is/lib/isMimeType.js";
57
+ import { default as fa, locales as ia } from "./is/lib/isMobilePhone.js";
58
+ import { default as da } from "./is/lib/isPort.js";
59
+ import { default as ua } from "./is/lib/isRgbColor.js";
60
+ import { default as xa } from "./is/lib/isSemVer.js";
61
+ import { default as ya } from "./is/lib/isSlug.js";
62
+ import { default as ha } from "./is/lib/isStrongPassword.js";
63
+ import { default as Sa } from "./is/lib/isURL.js";
64
+ import { default as ca } from "./is/lib/isUUID.js";
65
+ import { default as Ma } from "./is/lib/isVariableWidth.js";
39
66
  import "./object-prototype-to-string-call/index.js";
40
- import { is32Bit as Ae, isBlob as he, isColorValue as je, isColorValue_ as ke, isEmptyArray as Be, isEmptyObject as We, isEmptyValue as Le, isEventTarget as Me, isExist as Fe, isFile as Ve, isJSON as qe, isJSON_String as ve, isNullOrUndefined as Ce, isPromise as Ie, isReadableStream as Je, isWindow as Pe } from "./is/index.js";
67
+ import { is32Bit as Na, isBlob as Wa, isColorValue as Ca, isColorValue_ as Oa, isEmptyArray as Pa, isEmptyObject as La, isEmptyValue as Ba, isEventTarget as Ra, isExist as Ua, isFile as ja, isJSON as ka, isJSON_String as Va, isNullOrUndefined as Da, isPromise as Fa, isReadableStream as Ha, isWindow as Ta } from "./is/index.js";
41
68
  export {
42
- Ae as is32Bit,
43
- a as isArguments,
69
+ Na as is32Bit,
70
+ Ce as isAllChinese,
71
+ t as isArguments,
44
72
  o as isArray,
45
73
  i as isArrayBuffer,
46
- m as isArrayLike,
47
- p as isArrayLikeObject,
48
- he as isBlob,
74
+ d as isArrayLike,
75
+ u as isArrayLikeObject,
76
+ Me as isAscii,
77
+ Ne as isBase64,
78
+ Wa as isBlob,
49
79
  x as isBoolean,
50
80
  y as isBuffer,
51
- je as isColorValue,
52
- ke as isColorValue_,
53
- b as isDate,
81
+ Oe as isChinese,
82
+ Ca as isColorValue,
83
+ Oa as isColorValue_,
84
+ Le as isDataURI,
85
+ h as isDate,
54
86
  S as isElement,
55
- g as isEmpty,
56
- Be as isEmptyArray,
57
- We as isEmptyObject,
58
- Le as isEmptyValue,
59
- A as isEqual,
60
- j as isEqualWith,
61
- B as isError,
62
- Me as isEventTarget,
63
- Fe as isExist,
64
- Ve as isFile,
65
- L as isFinite,
66
- F as isFunction,
67
- q as isInteger,
68
- qe as isJSON,
69
- ve as isJSON_String,
70
- C as isLength,
71
- J as isMap,
72
- R as isMatch,
73
- U as isMatchWith,
74
- w as isNaN,
75
- z as isNative,
76
- H as isNil,
87
+ Re as isEmail,
88
+ c as isEmpty,
89
+ Pa as isEmptyArray,
90
+ La as isEmptyObject,
91
+ Ba as isEmptyValue,
92
+ M as isEqual,
93
+ N as isEqualWith,
94
+ C as isError,
95
+ Ra as isEventTarget,
96
+ Ua as isExist,
97
+ ja as isFile,
98
+ P as isFinite,
99
+ je as isFullWidth,
100
+ B as isFunction,
101
+ qe as isHSL,
102
+ Ve as isHalfWidth,
103
+ Fe as isHash,
104
+ Te as isHexColor,
105
+ ze as isIMEI,
106
+ Ke as isIP,
107
+ Xe as isIPRange,
108
+ we as isIdentityCard,
109
+ U as isInteger,
110
+ ka as isJSON,
111
+ Va as isJSON_String,
112
+ Ze as isJWT,
113
+ k as isLength,
114
+ ea as isMACAddress,
115
+ ra as isMD5,
116
+ D as isMap,
117
+ H as isMatch,
118
+ J as isMatchWith,
119
+ sa as isMimeType,
120
+ fa as isMobilePhone,
121
+ ia as isMobilePhoneLocales,
122
+ v as isNaN,
123
+ _ as isNative,
124
+ G as isNil,
77
125
  Q as isNull,
78
- Ce as isNullOrUndefined,
126
+ Da as isNullOrUndefined,
79
127
  Y as isNumber,
80
128
  $ as isObject,
81
- te as isObjectLike,
82
- ae as isPlainObject,
83
- Ie as isPromise,
84
- Je as isReadableStream,
129
+ ae as isObjectLike,
130
+ te as isPlainObject,
131
+ da as isPort,
132
+ Fa as isPromise,
133
+ Ha as isReadableStream,
85
134
  oe as isRegExp,
135
+ ua as isRgbColor,
86
136
  ie as isSafeInteger,
87
- me as isSet,
88
- pe as isString,
137
+ xa as isSemVer,
138
+ de as isSet,
139
+ ya as isSlug,
140
+ ue as isString,
141
+ ha as isStrongPassword,
89
142
  xe as isSymbol,
90
143
  ye as isTypedArray,
91
- be as isUndefined,
144
+ Sa as isURL,
145
+ ca as isUUID,
146
+ he as isUndefined,
147
+ Ma as isVariableWidth,
92
148
  Se as isWeakMap,
93
- ge as isWeakSet,
94
- Pe as isWindow
149
+ ce as isWeakSet,
150
+ Ta as isWindow
95
151
  };
package/lunar/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import * as r from "./lib/index.js";
3
3
  import { Holiday as t } from "./lib/Holiday.js";
4
4
  import { HolidayUtil as f } from "./lib/HolidayUtil.js";
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  class r {
3
3
  constructor(t, e, s, i) {
4
4
  this._day = r._ymd(t), this._name = e, this._work = s, this._target = r._ymd(i);
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { Holiday as E } from "./Holiday.js";
3
3
  class s {
4
4
  static {
package/lunar/lib/I18n.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { LunarUtil as z } from "./LunarUtil.js";
3
3
  import { SolarUtil as d } from "./SolarUtil.js";
4
4
  class n {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { LunarUtil as a } from "./LunarUtil.js";
3
3
  class _ {
4
4
  constructor(t, h) {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { I18n as _ } from "./I18n.js";
3
3
  import { JieQi as E } from "./JieQi.js";
4
4
  import { LunarTime as l } from "./LunarTime.js";
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { LunarUtil as m } from "./LunarUtil.js";
3
3
  import { LunarYear as f } from "./LunarYear.js";
4
4
  class l {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { Lunar as s } from "./Lunar.js";
3
3
  import { LunarUtil as e } from "./LunarUtil.js";
4
4
  class a {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  class g {
3
3
  static {
4
4
  this.BASE_MONTH_ZHI_INDEX = 2;
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { LunarMonth as I } from "./LunarMonth.js";
3
3
  import { LunarUtil as p } from "./LunarUtil.js";
4
4
  import { ShouXingUtil as a } from "./ShouXingUtil.js";
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { Solar as M } from "./Solar.js";
3
3
  class i {
4
4
  static {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { HolidayUtil as L } from "./HolidayUtil.js";
3
3
  import { Lunar as H } from "./Lunar.js";
4
4
  import { LunarUtil as u } from "./LunarUtil.js";
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { SolarMonth as o } from "./SolarMonth.js";
3
3
  class r {
4
4
  static fromYm(t, e) {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { Solar as h } from "./Solar.js";
3
3
  import { SolarUtil as i } from "./SolarUtil.js";
4
4
  import { SolarWeek as n } from "./SolarWeek.js";
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { SolarMonth as h } from "./SolarMonth.js";
3
3
  class r {
4
4
  static fromYm(t, e) {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { Solar as c } from "./Solar.js";
3
3
  class t {
4
4
  static {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { Solar as o } from "./Solar.js";
3
3
  import { SolarUtil as f } from "./SolarUtil.js";
4
4
  class h {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { SolarMonth as o } from "./SolarMonth.js";
3
3
  class r {
4
4
  static fromYear(t) {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { Holiday as a } from "./Holiday.js";
3
3
  import { HolidayUtil as f } from "./HolidayUtil.js";
4
4
  import { JieQi as x } from "./JieQi.js";
package/lunar.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import * as r from "./lunar/lib/index.js";
3
3
  import { Holiday as t } from "./lunar/lib/Holiday.js";
4
4
  import { HolidayUtil as f } from "./lunar/lib/HolidayUtil.js";
package/math/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { Decimal as t } from "../decimal/decimal.js";
3
3
  function u(n, e) {
4
4
  return new t(n).plus(e).toNumber();
package/math.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import "./decimal/decimal.js";
3
3
  import { default as e, div as o, minus as p, plus as r, times as s } from "./math/index.js";
4
4
  export {
package/md5/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  function L(n, e) {
3
3
  return n << e | n >>> 32 - e;
4
4
  }
package/md5.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { default as o } from "./md5/index.js";
3
3
  export {
4
4
  o as default
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import c from "lodash/isRegExp";
3
3
  import l from "lodash/isString";
4
4
  const n = window.WebSocket, o = {};
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import a from "lodash/isRegExp";
3
3
  import p from "lodash/isString";
4
4
  const r = window.XMLHttpRequest, o = {};
package/mock/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { MockWebSocket as o, WebSocketNative as c } from "./MockWebSocket.js";
3
3
  import { MockXMLHttpRequest as p, XMLHttpRequestNative as r } from "./MockXMLHttpRequest.js";
4
4
  export {
package/mock.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { MockWebSocket as o, WebSocketNative as c } from "./mock/MockWebSocket.js";
3
3
  import { MockXMLHttpRequest as p, XMLHttpRequestNative as r } from "./mock/MockXMLHttpRequest.js";
4
4
  export {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { isBrowser as n } from "../constant/platform.js";
3
3
  const e = n, r = {
4
4
  canUseDOM: e,
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  let N = !1, i, s, u, o, d, w, l, c, p, _, b, x, f, F, A;
3
3
  function r() {
4
4
  if (N)
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import r from "./UserAgent_DEPRECATED.js";
3
3
  import d from "./isEventSupported.js";
4
4
  const o = 10, s = 40, t = 800;
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import i from "./ExecutionEnvironment.js";
3
3
  function c(o, r) {
4
4
  if (!i.canUseDOM || r && !("addEventListener" in document))
package/normalizeWheel.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import "./normalize-wheel/UserAgent_DEPRECATED.js";
3
3
  import "./normalize-wheel/isEventSupported.js";
4
4
  import { default as p } from "./normalize-wheel/index.js";
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  const h = (i) => {
3
3
  const t = {
4
4
  normal: {
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { default as o } from "./number-to-chinese/index.js";
3
3
  export {
4
4
  o as default
package/nzh/cn.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { getNzhObjByLang as o } from "./src/autoGet.js";
3
3
  import r from "./src/langs/cn_b.js";
4
4
  import t from "./src/langs/cn_s.js";
package/nzh/hk.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { getNzhObjByLang as o } from "./src/autoGet.js";
3
3
  import r from "./src/langs/hk_b.js";
4
4
  import t from "./src/langs/hk_s.js";
package/nzh/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { default as o } from "./nzh.js";
3
3
  export {
4
4
  o as default
package/nzh/nzh.js CHANGED
@@ -1,4 +1,4 @@
1
- /* 2025-11-19 10:03:21 */
1
+ /* 2025-12-17 18:26:57 */
2
2
  import { CL as i, unCL as p, toMoney as u } from "./src/index.js";
3
3
  import { getNzhObjByLang as n } from "./src/autoGet.js";
4
4
  import r from "./src/langs/cn_b.js";