@opentinyvue/vue-runtime 3.22.0 → 3.22.2

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.
@@ -1,5 +1,5 @@
1
- import te from "vue";
2
- const ue = {
1
+ import ae from "vue";
2
+ const me = {
3
3
  "en-US": "英语",
4
4
  "zh-CN": "中文",
5
5
  "zh-TW": "中国台湾",
@@ -273,9 +273,9 @@ const ue = {
273
273
  folder: "文件所在文件夹层数已超过 5 层,将不会上传该文件",
274
274
  init: "服务报错,请重试",
275
275
  token: "请先进行 EDM 鉴权,获取 token",
276
- exceed: "文件大小超过限制({maxSize})",
276
+ exceed: "{fileName} 文件大小超过限制({maxSize})",
277
277
  largeFile: "文件大小超出限制 2G !!",
278
- fileSize: "文件大小低于限制({minSize}{sizeUnit})",
278
+ fileSize: "{fileName} 文件大小低于限制({minSize}{sizeUnit})",
279
279
  deleteTip: "按 delete 键可删除",
280
280
  downloadFile: "下载文件",
281
281
  previewFile: "预览文件",
@@ -787,33 +787,33 @@ const ue = {
787
787
  },
788
788
  validation: {
789
789
  array: {
790
- len: "%s 的长度必须为 %s",
791
- min: "%s 长度不能小于 %s",
792
- max: "%s 的长度不能大于 %s",
793
- range: "%s 的长度必须介于 %s 和 %s 之间"
790
+ len: "长度必须为 %s",
791
+ min: "长度不能小于 %s",
792
+ max: "长度不能大于 %s",
793
+ range: "长度必须介于 %s 和 %s 之间"
794
794
  },
795
795
  date: {
796
- format: "%s 日期 %s 对于格式 %s 无效",
797
- invalid: "%s 日期 %s 无效",
796
+ format: "日期 %s 对于格式 %s 无效",
797
+ invalid: "日期 %s 无效",
798
798
  parse: "无法分析 %s 日期, %s 无效"
799
799
  },
800
800
  default: "%s 字段校验错误",
801
- enum: "%s 必须是 %s 中的一个",
801
+ enum: "必须是 %s 中的一个",
802
802
  number: {
803
- len: "%s 必须等于 %s",
804
- min: "%s 不能小于 %s",
805
- max: "%s 不能大于 %s",
806
- range: "%s 必须介于 %s 和 %s 之间"
803
+ len: "必须等于 %s",
804
+ min: "不能小于 %s",
805
+ max: "不能大于 %s",
806
+ range: "必须介于 %s 和 %s 之间"
807
807
  },
808
808
  pattern: {
809
- mismatch: "%s 值%s 与模式 %s 不匹配"
809
+ mismatch: "值%s 与模式 %s 不匹配"
810
810
  },
811
811
  required: "必填",
812
812
  string: {
813
- len: "%s 必须是 %s 个字符",
814
- min: "%s 必须至少为 %s 个字符",
815
- max: "%s 不能大于 %s 个字符",
816
- range: "%s 必须介于 %s 和 %s 个字符之间"
813
+ len: "必须是 %s 个字符",
814
+ min: "必须至少为 %s 个字符",
815
+ max: "不能大于 %s 个字符",
816
+ range: "必须介于 %s 和 %s 个字符之间"
817
817
  },
818
818
  types: {
819
819
  acceptFile: "只接受文件",
@@ -843,9 +843,9 @@ const ue = {
843
843
  url: "非法 URL 地址",
844
844
  version: "非法版本格式"
845
845
  },
846
- whitespace: "%s 不能为空"
846
+ whitespace: "不能为空"
847
847
  }
848
- }, Pe = {
848
+ }, qe = {
849
849
  "en-US": "English",
850
850
  "zh-CN": "Chinese",
851
851
  "zh-TW": "China Taiwan",
@@ -1119,9 +1119,9 @@ const ue = {
1119
1119
  folder: "The file cannot be uploaded because it is more than five-folder levels deep.",
1120
1120
  init: "Service error. Please try again.",
1121
1121
  token: "Before starting, perform EDM authentication and obtain the token.",
1122
- exceed: "The file size exceeds the upper limit ({maxSize}).",
1122
+ exceed: "{fileName} The file size exceeds the upper limit ({maxSize}).",
1123
1123
  largeFile: "The file exceeds 2 GB.",
1124
- fileSize: "The file is less than the minimum size ({minSize} {sizeUnit}).",
1124
+ fileSize: "{fileName} The file is less than the minimum size ({minSize} {sizeUnit}).",
1125
1125
  deleteTip: "Press the Delete key.",
1126
1126
  downloadFile: "Download",
1127
1127
  previewFile: "Preview",
@@ -1692,29 +1692,29 @@ const ue = {
1692
1692
  whitespace: "This field cannot be left blank."
1693
1693
  }
1694
1694
  };
1695
- function me(e, r) {
1695
+ function fe(e, r) {
1696
1696
  if (!(e instanceof r)) throw new TypeError("Cannot call a class as a function");
1697
1697
  }
1698
- function mt(e, r) {
1698
+ function ft(e, r) {
1699
1699
  for (var t = 0; t < r.length; t++) {
1700
1700
  var a = r[t];
1701
- a.enumerable = a.enumerable || !1, a.configurable = !0, "value" in a && (a.writable = !0), Object.defineProperty(e, hr(a.key), a);
1701
+ a.enumerable = a.enumerable || !1, a.configurable = !0, "value" in a && (a.writable = !0), Object.defineProperty(e, gr(a.key), a);
1702
1702
  }
1703
1703
  }
1704
- function fe(e, r, t) {
1705
- return r && mt(e.prototype, r), Object.defineProperty(e, "prototype", {
1704
+ function pe(e, r, t) {
1705
+ return r && ft(e.prototype, r), Object.defineProperty(e, "prototype", {
1706
1706
  writable: !1
1707
1707
  }), e;
1708
1708
  }
1709
- function ft(e, r, t) {
1710
- return (r = hr(r)) in e ? Object.defineProperty(e, r, {
1709
+ function E(e, r, t) {
1710
+ return (r = gr(r)) in e ? Object.defineProperty(e, r, {
1711
1711
  value: t,
1712
1712
  enumerable: !0,
1713
1713
  configurable: !0,
1714
1714
  writable: !0
1715
1715
  }) : e[r] = t, e;
1716
1716
  }
1717
- function Ye(e, r) {
1717
+ function Je(e, r) {
1718
1718
  var t = Object.keys(e);
1719
1719
  if (Object.getOwnPropertySymbols) {
1720
1720
  var a = Object.getOwnPropertySymbols(e);
@@ -1724,12 +1724,12 @@ function Ye(e, r) {
1724
1724
  }
1725
1725
  return t;
1726
1726
  }
1727
- function R(e) {
1727
+ function P(e) {
1728
1728
  for (var r = 1; r < arguments.length; r++) {
1729
1729
  var t = arguments[r] != null ? arguments[r] : {};
1730
- r % 2 ? Ye(Object(t), !0).forEach(function(a) {
1731
- ft(e, a, t[a]);
1732
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : Ye(Object(t)).forEach(function(a) {
1730
+ r % 2 ? Je(Object(t), !0).forEach(function(a) {
1731
+ E(e, a, t[a]);
1732
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : Je(Object(t)).forEach(function(a) {
1733
1733
  Object.defineProperty(e, a, Object.getOwnPropertyDescriptor(t, a));
1734
1734
  });
1735
1735
  }
@@ -1745,29 +1745,29 @@ function pt(e, r) {
1745
1745
  }
1746
1746
  return String(e);
1747
1747
  }
1748
- function hr(e) {
1748
+ function gr(e) {
1749
1749
  var r = pt(e, "string");
1750
1750
  return typeof r == "symbol" ? r : r + "";
1751
1751
  }
1752
- function ne(e) {
1752
+ function ie(e) {
1753
1753
  "@babel/helpers - typeof";
1754
- return ne = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(r) {
1754
+ return ie = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(r) {
1755
1755
  return typeof r;
1756
1756
  } : function(r) {
1757
1757
  return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
1758
- }, ne(e);
1758
+ }, ie(e);
1759
1759
  }
1760
1760
  var ht = /(%|)\{([0-9a-zA-Z_]+)\}/g;
1761
1761
  function gt(e) {
1762
1762
  for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), a = 1; a < r; a++)
1763
1763
  t[a - 1] = arguments[a];
1764
- return t.length === 1 && ne(t[0]) === "object" && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(ht, function(o, n, i, s) {
1764
+ return t.length === 1 && ie(t[0]) === "object" && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(ht, function(o, n, i, s) {
1765
1765
  var l;
1766
1766
  return e[s - 1] === "{" && e[s + o.length] === "}" ? i : (l = Object.prototype.hasOwnProperty.call(t, i) ? t[i] : null, l ?? "");
1767
1767
  });
1768
1768
  }
1769
- var Ae = { exports: {} }, h = {}, De = { exports: {} }, I = {};
1770
- function gr() {
1769
+ var De = { exports: {} }, h = {}, ke = { exports: {} }, O = {};
1770
+ function vr() {
1771
1771
  var e = {};
1772
1772
  return e["align-content"] = !1, e["align-items"] = !1, e["align-self"] = !1, e["alignment-adjust"] = !1, e["alignment-baseline"] = !1, e.all = !1, e["anchor-point"] = !1, e.animation = !1, e["animation-delay"] = !1, e["animation-direction"] = !1, e["animation-duration"] = !1, e["animation-fill-mode"] = !1, e["animation-iteration-count"] = !1, e["animation-name"] = !1, e["animation-play-state"] = !1, e["animation-timing-function"] = !1, e.azimuth = !1, e["backface-visibility"] = !1, e.background = !0, e["background-attachment"] = !0, e["background-clip"] = !0, e["background-color"] = !0, e["background-image"] = !0, e["background-origin"] = !0, e["background-position"] = !0, e["background-repeat"] = !0, e["background-size"] = !0, e["baseline-shift"] = !1, e.binding = !1, e.bleed = !1, e["bookmark-label"] = !1, e["bookmark-level"] = !1, e["bookmark-state"] = !1, e.border = !0, e["border-bottom"] = !0, e["border-bottom-color"] = !0, e["border-bottom-left-radius"] = !0, e["border-bottom-right-radius"] = !0, e["border-bottom-style"] = !0, e["border-bottom-width"] = !0, e["border-collapse"] = !0, e["border-color"] = !0, e["border-image"] = !0, e["border-image-outset"] = !0, e["border-image-repeat"] = !0, e["border-image-slice"] = !0, e["border-image-source"] = !0, e["border-image-width"] = !0, e["border-left"] = !0, e["border-left-color"] = !0, e["border-left-style"] = !0, e["border-left-width"] = !0, e["border-radius"] = !0, e["border-right"] = !0, e["border-right-color"] = !0, e["border-right-style"] = !0, e["border-right-width"] = !0, e["border-spacing"] = !0, e["border-style"] = !0, e["border-top"] = !0, e["border-top-color"] = !0, e["border-top-left-radius"] = !0, e["border-top-right-radius"] = !0, e["border-top-style"] = !0, e["border-top-width"] = !0, e["border-width"] = !0, e.bottom = !1, e["box-decoration-break"] = !0, e["box-shadow"] = !0, e["box-sizing"] = !0, e["box-snap"] = !0, e["box-suppress"] = !0, e["break-after"] = !0, e["break-before"] = !0, e["break-inside"] = !0, e["caption-side"] = !1, e.chains = !1, e.clear = !0, e.clip = !1, e["clip-path"] = !1, e["clip-rule"] = !1, e.color = !0, e["color-interpolation-filters"] = !0, e["column-count"] = !1, e["column-fill"] = !1, e["column-gap"] = !1, e["column-rule"] = !1, e["column-rule-color"] = !1, e["column-rule-style"] = !1, e["column-rule-width"] = !1, e["column-span"] = !1, e["column-width"] = !1, e.columns = !1, e.contain = !1, e.content = !1, e["counter-increment"] = !1, e["counter-reset"] = !1, e["counter-set"] = !1, e.crop = !1, e.cue = !1, e["cue-after"] = !1, e["cue-before"] = !1, e.cursor = !1, e.direction = !1, e.display = !0, e["display-inside"] = !0, e["display-list"] = !0, e["display-outside"] = !0, e["dominant-baseline"] = !1, e.elevation = !1, e["empty-cells"] = !1, e.filter = !1, e.flex = !1, e["flex-basis"] = !1, e["flex-direction"] = !1, e["flex-flow"] = !1, e["flex-grow"] = !1, e["flex-shrink"] = !1, e["flex-wrap"] = !1, e.float = !1, e["float-offset"] = !1, e["flood-color"] = !1, e["flood-opacity"] = !1, e["flow-from"] = !1, e["flow-into"] = !1, e.font = !0, e["font-family"] = !0, e["font-feature-settings"] = !0, e["font-kerning"] = !0, e["font-language-override"] = !0, e["font-size"] = !0, e["font-size-adjust"] = !0, e["font-stretch"] = !0, e["font-style"] = !0, e["font-synthesis"] = !0, e["font-variant"] = !0, e["font-variant-alternates"] = !0, e["font-variant-caps"] = !0, e["font-variant-east-asian"] = !0, e["font-variant-ligatures"] = !0, e["font-variant-numeric"] = !0, e["font-variant-position"] = !0, e["font-weight"] = !0, e.grid = !1, e["grid-area"] = !1, e["grid-auto-columns"] = !1, e["grid-auto-flow"] = !1, e["grid-auto-rows"] = !1, e["grid-column"] = !1, e["grid-column-end"] = !1, e["grid-column-start"] = !1, e["grid-row"] = !1, e["grid-row-end"] = !1, e["grid-row-start"] = !1, e["grid-template"] = !1, e["grid-template-areas"] = !1, e["grid-template-columns"] = !1, e["grid-template-rows"] = !1, e["hanging-punctuation"] = !1, e.height = !0, e.hyphens = !1, e.icon = !1, e["image-orientation"] = !1, e["image-resolution"] = !1, e["ime-mode"] = !1, e["initial-letters"] = !1, e["inline-box-align"] = !1, e["justify-content"] = !1, e["justify-items"] = !1, e["justify-self"] = !1, e.left = !1, e["letter-spacing"] = !0, e["lighting-color"] = !0, e["line-box-contain"] = !1, e["line-break"] = !1, e["line-grid"] = !1, e["line-height"] = !1, e["line-snap"] = !1, e["line-stacking"] = !1, e["line-stacking-ruby"] = !1, e["line-stacking-shift"] = !1, e["line-stacking-strategy"] = !1, e["list-style"] = !0, e["list-style-image"] = !0, e["list-style-position"] = !0, e["list-style-type"] = !0, e.margin = !0, e["margin-bottom"] = !0, e["margin-left"] = !0, e["margin-right"] = !0, e["margin-top"] = !0, e["marker-offset"] = !1, e["marker-side"] = !1, e.marks = !1, e.mask = !1, e["mask-box"] = !1, e["mask-box-outset"] = !1, e["mask-box-repeat"] = !1, e["mask-box-slice"] = !1, e["mask-box-source"] = !1, e["mask-box-width"] = !1, e["mask-clip"] = !1, e["mask-image"] = !1, e["mask-origin"] = !1, e["mask-position"] = !1, e["mask-repeat"] = !1, e["mask-size"] = !1, e["mask-source-type"] = !1, e["mask-type"] = !1, e["max-height"] = !0, e["max-lines"] = !1, e["max-width"] = !0, e["min-height"] = !0, e["min-width"] = !0, e["move-to"] = !1, e["nav-down"] = !1, e["nav-index"] = !1, e["nav-left"] = !1, e["nav-right"] = !1, e["nav-up"] = !1, e["object-fit"] = !1, e["object-position"] = !1, e.opacity = !1, e.order = !1, e.orphans = !1, e.outline = !1, e["outline-color"] = !1, e["outline-offset"] = !1, e["outline-style"] = !1, e["outline-width"] = !1, e.overflow = !1, e["overflow-wrap"] = !1, e["overflow-x"] = !1, e["overflow-y"] = !1, e.padding = !0, e["padding-bottom"] = !0, e["padding-left"] = !0, e["padding-right"] = !0, e["padding-top"] = !0, e.page = !1, e["page-break-after"] = !1, e["page-break-before"] = !1, e["page-break-inside"] = !1, e["page-policy"] = !1, e.pause = !1, e["pause-after"] = !1, e["pause-before"] = !1, e.perspective = !1, e["perspective-origin"] = !1, e.pitch = !1, e["pitch-range"] = !1, e["play-during"] = !1, e.position = !1, e["presentation-level"] = !1, e.quotes = !1, e["region-fragment"] = !1, e.resize = !1, e.rest = !1, e["rest-after"] = !1, e["rest-before"] = !1, e.richness = !1, e.right = !1, e.rotation = !1, e["rotation-point"] = !1, e["ruby-align"] = !1, e["ruby-merge"] = !1, e["ruby-position"] = !1, e["shape-image-threshold"] = !1, e["shape-outside"] = !1, e["shape-margin"] = !1, e.size = !1, e.speak = !1, e["speak-as"] = !1, e["speak-header"] = !1, e["speak-numeral"] = !1, e["speak-punctuation"] = !1, e["speech-rate"] = !1, e.stress = !1, e["string-set"] = !1, e["tab-size"] = !1, e["table-layout"] = !1, e["text-align"] = !0, e["text-align-last"] = !0, e["text-combine-upright"] = !0, e["text-decoration"] = !0, e["text-decoration-color"] = !0, e["text-decoration-line"] = !0, e["text-decoration-skip"] = !0, e["text-decoration-style"] = !0, e["text-emphasis"] = !0, e["text-emphasis-color"] = !0, e["text-emphasis-position"] = !0, e["text-emphasis-style"] = !0, e["text-height"] = !0, e["text-indent"] = !0, e["text-justify"] = !0, e["text-orientation"] = !0, e["text-overflow"] = !0, e["text-shadow"] = !0, e["text-space-collapse"] = !0, e["text-transform"] = !0, e["text-underline-position"] = !0, e["text-wrap"] = !0, e.top = !1, e.transform = !1, e["transform-origin"] = !1, e["transform-style"] = !1, e.transition = !1, e["transition-delay"] = !1, e["transition-duration"] = !1, e["transition-property"] = !1, e["transition-timing-function"] = !1, e["unicode-bidi"] = !1, e["vertical-align"] = !1, e.visibility = !1, e["voice-balance"] = !1, e["voice-duration"] = !1, e["voice-family"] = !1, e["voice-pitch"] = !1, e["voice-range"] = !1, e["voice-rate"] = !1, e["voice-stress"] = !1, e["voice-volume"] = !1, e.volume = !1, e["white-space"] = !1, e.widows = !1, e.width = !0, e["will-change"] = !1, e["word-break"] = !0, e["word-spacing"] = !0, e["word-wrap"] = !0, e["wrap-flow"] = !1, e["wrap-through"] = !1, e["writing-mode"] = !1, e["z-index"] = !1, e;
1773
1773
  }
@@ -1779,11 +1779,11 @@ var yt = /javascript\s*\:/img;
1779
1779
  function St(e, r) {
1780
1780
  return yt.test(r) ? "" : r;
1781
1781
  }
1782
- I.whiteList = gr();
1783
- I.getDefaultWhiteList = gr;
1784
- I.onAttr = vt;
1785
- I.onIgnoreAttr = bt;
1786
- I.safeAttrValue = St;
1782
+ O.whiteList = vr();
1783
+ O.getDefaultWhiteList = vr;
1784
+ O.onAttr = vt;
1785
+ O.onIgnoreAttr = bt;
1786
+ O.safeAttrValue = St;
1787
1787
  var Tt = {
1788
1788
  indexOf: function(r, t) {
1789
1789
  var a, o;
@@ -1835,8 +1835,8 @@ function wt(e, r) {
1835
1835
  }
1836
1836
  return H.trim(i);
1837
1837
  }
1838
- var xt = wt, K = I, Et = xt;
1839
- function Je(e) {
1838
+ var xt = wt, X = O, Et = xt;
1839
+ function Ke(e) {
1840
1840
  return e == null;
1841
1841
  }
1842
1842
  function Ct(e) {
@@ -1845,10 +1845,10 @@ function Ct(e) {
1845
1845
  r[t] = e[t];
1846
1846
  return r;
1847
1847
  }
1848
- function vr(e) {
1849
- e = Ct(e || {}), e.whiteList = e.whiteList || K.whiteList, e.onAttr = e.onAttr || K.onAttr, e.onIgnoreAttr = e.onIgnoreAttr || K.onIgnoreAttr, e.safeAttrValue = e.safeAttrValue || K.safeAttrValue, this.options = e;
1848
+ function br(e) {
1849
+ e = Ct(e || {}), e.whiteList = e.whiteList || X.whiteList, e.onAttr = e.onAttr || X.onAttr, e.onIgnoreAttr = e.onIgnoreAttr || X.onIgnoreAttr, e.safeAttrValue = e.safeAttrValue || X.safeAttrValue, this.options = e;
1850
1850
  }
1851
- vr.prototype.process = function(e) {
1851
+ br.prototype.process = function(e) {
1852
1852
  if (e = e || "", e = e.toString(), !e) return "";
1853
1853
  var r = this, t = r.options, a = t.whiteList, o = t.onAttr, n = t.onIgnoreAttr, i = t.safeAttrValue, s = Et(e, function(l, d, u, c, m) {
1854
1854
  var f = a[u], p = !1;
@@ -1861,19 +1861,19 @@ vr.prototype.process = function(e) {
1861
1861
  };
1862
1862
  if (p) {
1863
1863
  var g = o(u, c, b);
1864
- return Je(g) ? u + ":" + c : g;
1864
+ return Ke(g) ? u + ":" + c : g;
1865
1865
  } else {
1866
1866
  var g = n(u, c, b);
1867
- if (!Je(g))
1867
+ if (!Ke(g))
1868
1868
  return g;
1869
1869
  }
1870
1870
  }
1871
1871
  });
1872
1872
  return s;
1873
1873
  };
1874
- var At = vr;
1874
+ var At = br;
1875
1875
  (function(e, r) {
1876
- var t = I, a = At;
1876
+ var t = O, a = At;
1877
1877
  function o(i, s) {
1878
1878
  var l = new a(s);
1879
1879
  return l.process(i);
@@ -1881,8 +1881,8 @@ var At = vr;
1881
1881
  r = e.exports = o, r.FilterCSS = a;
1882
1882
  for (var n in t) r[n] = t[n];
1883
1883
  typeof window < "u" && (window.filterCSS = e.exports);
1884
- })(De, De.exports);
1885
- var qe = De.exports, _e = {
1884
+ })(ke, ke.exports);
1885
+ var _e = ke.exports, Be = {
1886
1886
  indexOf: function(r, t) {
1887
1887
  var a, o;
1888
1888
  if (Array.prototype.indexOf)
@@ -1906,8 +1906,8 @@ var qe = De.exports, _e = {
1906
1906
  var t = /\s|\n|\t/, a = t.exec(r);
1907
1907
  return a ? a.index : -1;
1908
1908
  }
1909
- }, Dt = qe.FilterCSS, kt = qe.getDefaultWhiteList, ie = _e;
1910
- function br() {
1909
+ }, Dt = _e.FilterCSS, kt = _e.getDefaultWhiteList, se = Be;
1910
+ function yr() {
1911
1911
  return {
1912
1912
  a: ["target", "href", "title"],
1913
1913
  abbr: ["title"],
@@ -1978,7 +1978,7 @@ function br() {
1978
1978
  video: ["autoplay", "controls", "crossorigin", "loop", "muted", "playsinline", "poster", "preload", "src", "height", "width"]
1979
1979
  };
1980
1980
  }
1981
- var yr = new Dt();
1981
+ var Sr = new Dt();
1982
1982
  function Mt(e, r, t) {
1983
1983
  }
1984
1984
  function Nt(e, r, t) {
@@ -1987,59 +1987,59 @@ function zt(e, r, t) {
1987
1987
  }
1988
1988
  function Ft(e, r, t) {
1989
1989
  }
1990
- function Sr(e) {
1991
- return e.replace(Ot, "&lt;").replace(Lt, "&gt;");
1990
+ function Tr(e) {
1991
+ return e.replace(Ot, "&lt;").replace(Rt, "&gt;");
1992
1992
  }
1993
1993
  function It(e, r, t, a) {
1994
- if (t = Ar(t), r === "href" || r === "src") {
1995
- if (t = ie.trim(t), t === "#") return "#";
1994
+ if (t = Dr(t), r === "href" || r === "src") {
1995
+ if (t = se.trim(t), t === "#") return "#";
1996
1996
  if (!(t.substr(0, 7) === "http://" || t.substr(0, 8) === "https://" || t.substr(0, 7) === "mailto:" || t.substr(0, 4) === "tel:" || t.substr(0, 11) === "data:image/" || t.substr(0, 6) === "ftp://" || t.substr(0, 2) === "./" || t.substr(0, 3) === "../" || t[0] === "#" || t[0] === "/"))
1997
1997
  return "";
1998
1998
  } else if (r === "background") {
1999
- if (X.lastIndex = 0, X.test(t))
1999
+ if (Q.lastIndex = 0, Q.test(t))
2000
2000
  return "";
2001
2001
  } else if (r === "style") {
2002
- if (Ke.lastIndex = 0, Ke.test(t) || (Xe.lastIndex = 0, Xe.test(t) && (X.lastIndex = 0, X.test(t))))
2002
+ if (Xe.lastIndex = 0, Xe.test(t) || (Qe.lastIndex = 0, Qe.test(t) && (Q.lastIndex = 0, Q.test(t))))
2003
2003
  return "";
2004
- a !== !1 && (a = a || yr, t = a.process(t));
2004
+ a !== !1 && (a = a || Sr, t = a.process(t));
2005
2005
  }
2006
- return t = Dr(t), t;
2007
- }
2008
- var Ot = /</g, Lt = />/g, Rt = /"/g, Pt = /&quot;/g, qt = /&#([a-zA-Z0-9]*);?/gim, _t = /&colon;?/gim, Bt = /&newline;?/gim, X = /((j\s*a\s*v\s*a|v\s*b|l\s*i\s*v\s*e)\s*s\s*c\s*r\s*i\s*p\s*t\s*|m\s*o\s*c\s*h\s*a):/gi, Ke = /e\s*x\s*p\s*r\s*e\s*s\s*s\s*i\s*o\s*n\s*\(.*/gi, Xe = /u\s*r\s*l\s*\(.*/gi;
2009
- function Tr(e) {
2010
- return e.replace(Rt, "&quot;");
2006
+ return t = kr(t), t;
2011
2007
  }
2008
+ var Ot = /</g, Rt = />/g, Lt = /"/g, Pt = /&quot;/g, qt = /&#([a-zA-Z0-9]*);?/gim, _t = /&colon;?/gim, Bt = /&newline;?/gim, Q = /((j\s*a\s*v\s*a|v\s*b|l\s*i\s*v\s*e)\s*s\s*c\s*r\s*i\s*p\s*t\s*|m\s*o\s*c\s*h\s*a):/gi, Xe = /e\s*x\s*p\s*r\s*e\s*s\s*s\s*i\s*o\s*n\s*\(.*/gi, Qe = /u\s*r\s*l\s*\(.*/gi;
2012
2009
  function wr(e) {
2013
- return e.replace(Pt, '"');
2010
+ return e.replace(Lt, "&quot;");
2014
2011
  }
2015
2012
  function xr(e) {
2013
+ return e.replace(Pt, '"');
2014
+ }
2015
+ function Er(e) {
2016
2016
  return e.replace(qt, function(t, a) {
2017
2017
  return a[0] === "x" || a[0] === "X" ? String.fromCharCode(parseInt(a.substr(1), 16)) : String.fromCharCode(parseInt(a, 10));
2018
2018
  });
2019
2019
  }
2020
- function Er(e) {
2020
+ function Cr(e) {
2021
2021
  return e.replace(_t, ":").replace(Bt, " ");
2022
2022
  }
2023
- function Cr(e) {
2023
+ function Ar(e) {
2024
2024
  for (var r = "", t = 0, a = e.length; t < a; t++)
2025
2025
  r += e.charCodeAt(t) < 32 ? " " : e.charAt(t);
2026
- return ie.trim(r);
2027
- }
2028
- function Ar(e) {
2029
- return e = wr(e), e = xr(e), e = Er(e), e = Cr(e), e;
2026
+ return se.trim(r);
2030
2027
  }
2031
2028
  function Dr(e) {
2032
- return e = Tr(e), e = Sr(e), e;
2029
+ return e = xr(e), e = Er(e), e = Cr(e), e = Ar(e), e;
2030
+ }
2031
+ function kr(e) {
2032
+ return e = wr(e), e = Tr(e), e;
2033
2033
  }
2034
2034
  function Ut() {
2035
2035
  return "";
2036
2036
  }
2037
- function Ht(e, r) {
2037
+ function jt(e, r) {
2038
2038
  typeof r != "function" && (r = function() {
2039
2039
  });
2040
2040
  var t = !Array.isArray(e);
2041
2041
  function a(i) {
2042
- return t ? !0 : ie.indexOf(e, i) !== -1;
2042
+ return t ? !0 : se.indexOf(e, i) !== -1;
2043
2043
  }
2044
2044
  var o = [], n = !1;
2045
2045
  return {
@@ -2055,13 +2055,13 @@ function Ht(e, r) {
2055
2055
  },
2056
2056
  remove: function(s) {
2057
2057
  var l = "", d = 0;
2058
- return ie.forEach(o, function(u) {
2058
+ return se.forEach(o, function(u) {
2059
2059
  l += s.slice(d, u[0]), d = u[1];
2060
2060
  }), l += s.slice(d), l;
2061
2061
  }
2062
2062
  };
2063
2063
  }
2064
- function jt(e) {
2064
+ function Ht(e) {
2065
2065
  for (var r = "", t = 0; t < e.length; ) {
2066
2066
  var a = e.indexOf("<!--", t);
2067
2067
  if (a === -1) {
@@ -2083,31 +2083,31 @@ function Vt(e) {
2083
2083
  return a === 127 ? !1 : a <= 31 ? a === 10 || a === 13 : !0;
2084
2084
  }), r.join("");
2085
2085
  }
2086
- h.whiteList = br();
2087
- h.getDefaultWhiteList = br;
2086
+ h.whiteList = yr();
2087
+ h.getDefaultWhiteList = yr;
2088
2088
  h.onTag = Mt;
2089
2089
  h.onIgnoreTag = Nt;
2090
2090
  h.onTagAttr = zt;
2091
2091
  h.onIgnoreTagAttr = Ft;
2092
2092
  h.safeAttrValue = It;
2093
- h.escapeHtml = Sr;
2094
- h.escapeQuote = Tr;
2095
- h.unescapeQuote = wr;
2096
- h.escapeHtmlEntities = xr;
2097
- h.escapeDangerHtml5Entities = Er;
2098
- h.clearNonPrintableCharacter = Cr;
2099
- h.friendlyAttrValue = Ar;
2100
- h.escapeAttrValue = Dr;
2093
+ h.escapeHtml = Tr;
2094
+ h.escapeQuote = wr;
2095
+ h.unescapeQuote = xr;
2096
+ h.escapeHtmlEntities = Er;
2097
+ h.escapeDangerHtml5Entities = Cr;
2098
+ h.clearNonPrintableCharacter = Ar;
2099
+ h.friendlyAttrValue = Dr;
2100
+ h.escapeAttrValue = kr;
2101
2101
  h.onIgnoreTagStripAll = Ut;
2102
- h.StripTagBody = Ht;
2103
- h.stripCommentTag = jt;
2102
+ h.StripTagBody = jt;
2103
+ h.stripCommentTag = Ht;
2104
2104
  h.stripBlankChar = Vt;
2105
- h.cssFilter = yr;
2105
+ h.cssFilter = Sr;
2106
2106
  h.getDefaultCSSWhiteList = kt;
2107
- var pe = {}, k = _e;
2107
+ var he = {}, M = Be;
2108
2108
  function Gt(e) {
2109
- var r = k.spaceIndex(e), t;
2110
- return r === -1 ? t = e.slice(1, -1) : t = e.slice(1, r + 1), t = k.trim(t).toLowerCase(), t.slice(0, 1) === "/" && (t = t.slice(1)), t.slice(-1) === "/" && (t = t.slice(0, -1)), t;
2109
+ var r = M.spaceIndex(e), t;
2110
+ return r === -1 ? t = e.slice(1, -1) : t = e.slice(1, r + 1), t = M.trim(t).toLowerCase(), t.slice(0, 1) === "/" && (t = t.slice(1)), t.slice(-1) === "/" && (t = t.slice(0, -1)), t;
2111
2111
  }
2112
2112
  function $t(e) {
2113
2113
  return e.slice(0, 2) === "</";
@@ -2149,7 +2149,7 @@ var Yt = /[^a-zA-Z0-9\\_:.-]/gim;
2149
2149
  function Jt(e, r) {
2150
2150
  var t = 0, a = 0, o = [], n = !1, i = e.length;
2151
2151
  function s(m, f) {
2152
- if (m = k.trim(m), m = m.replace(Yt, "").toLowerCase(), !(m.length < 1)) {
2152
+ if (m = M.trim(m), m = m.replace(Yt, "").toLowerCase(), !(m.length < 1)) {
2153
2153
  var p = r(m, f || "");
2154
2154
  p && o.push(p);
2155
2155
  }
@@ -2163,25 +2163,25 @@ function Jt(e, r) {
2163
2163
  if (n !== !1 && l === a) {
2164
2164
  if (c = e.indexOf(d, l + 1), c === -1)
2165
2165
  break;
2166
- u = k.trim(e.slice(a + 1, c)), s(n, u), n = !1, l = c, t = l + 1;
2166
+ u = M.trim(e.slice(a + 1, c)), s(n, u), n = !1, l = c, t = l + 1;
2167
2167
  continue;
2168
2168
  }
2169
2169
  if (/\s|\n|\t/.test(d))
2170
2170
  if (e = e.replace(/\s|\n|\t/g, " "), n === !1)
2171
2171
  if (c = Kt(e, l), c === -1) {
2172
- u = k.trim(e.slice(t, l)), s(u), n = !1, t = l + 1;
2172
+ u = M.trim(e.slice(t, l)), s(u), n = !1, t = l + 1;
2173
2173
  continue;
2174
2174
  } else {
2175
2175
  l = c - 1;
2176
2176
  continue;
2177
2177
  }
2178
2178
  else if (c = Qt(e, l - 1), c === -1) {
2179
- u = k.trim(e.slice(t, l)), u = Qe(u), s(n, u), n = !1, t = l + 1;
2179
+ u = M.trim(e.slice(t, l)), u = Ze(u), s(n, u), n = !1, t = l + 1;
2180
2180
  continue;
2181
2181
  } else
2182
2182
  continue;
2183
2183
  }
2184
- return t < e.length && (n === !1 ? s(e.slice(t)) : s(n, Qe(k.trim(e.slice(t))))), k.trim(o.join(" "));
2184
+ return t < e.length && (n === !1 ? s(e.slice(t)) : s(n, Ze(M.trim(e.slice(t))))), M.trim(o.join(" "));
2185
2185
  }
2186
2186
  function Kt(e, r) {
2187
2187
  for (; r < e.length; r++) {
@@ -2207,25 +2207,25 @@ function Qt(e, r) {
2207
2207
  function Zt(e) {
2208
2208
  return e[0] === '"' && e[e.length - 1] === '"' || e[0] === "'" && e[e.length - 1] === "'";
2209
2209
  }
2210
- function Qe(e) {
2210
+ function Ze(e) {
2211
2211
  return Zt(e) ? e.substr(1, e.length - 2) : e;
2212
2212
  }
2213
- pe.parseTag = Wt;
2214
- pe.parseAttr = Jt;
2215
- var ea = qe.FilterCSS, x = h, kr = pe, ra = kr.parseTag, ta = kr.parseAttr, ae = _e;
2216
- function Q(e) {
2213
+ he.parseTag = Wt;
2214
+ he.parseAttr = Jt;
2215
+ var ea = _e.FilterCSS, x = h, Mr = he, ra = Mr.parseTag, ta = Mr.parseAttr, oe = Be;
2216
+ function Z(e) {
2217
2217
  return e == null;
2218
2218
  }
2219
2219
  function aa(e) {
2220
- var r = ae.spaceIndex(e);
2220
+ var r = oe.spaceIndex(e);
2221
2221
  if (r === -1)
2222
2222
  return {
2223
2223
  html: "",
2224
2224
  closing: e[e.length - 2] === "/"
2225
2225
  };
2226
- e = ae.trim(e.slice(r + 1, -1));
2226
+ e = oe.trim(e.slice(r + 1, -1));
2227
2227
  var t = e[e.length - 1] === "/";
2228
- return t && (e = ae.trim(e.slice(0, -1))), {
2228
+ return t && (e = oe.trim(e.slice(0, -1))), {
2229
2229
  html: e,
2230
2230
  closing: t
2231
2231
  };
@@ -2244,39 +2244,39 @@ function na(e) {
2244
2244
  }) : r[t.toLowerCase()] = e[t];
2245
2245
  return r;
2246
2246
  }
2247
- function Mr(e) {
2247
+ function Nr(e) {
2248
2248
  e = oa(e || {}), e.stripIgnoreTag && (e.onIgnoreTag && console.error('Notes: cannot use these two options "stripIgnoreTag" and "onIgnoreTag" at the same time'), e.onIgnoreTag = x.onIgnoreTagStripAll), e.whiteList || e.allowList ? e.whiteList = na(e.whiteList || e.allowList) : e.whiteList = x.whiteList, e.onTag = e.onTag || x.onTag, e.onTagAttr = e.onTagAttr || x.onTagAttr, e.onIgnoreTag = e.onIgnoreTag || x.onIgnoreTag, e.onIgnoreTagAttr = e.onIgnoreTagAttr || x.onIgnoreTagAttr, e.safeAttrValue = e.safeAttrValue || x.safeAttrValue, e.escapeHtml = e.escapeHtml || x.escapeHtml, this.options = e, e.css === !1 ? this.cssFilter = !1 : (e.css = e.css || {}, this.cssFilter = new ea(e.css));
2249
2249
  }
2250
- Mr.prototype.process = function(e) {
2250
+ Nr.prototype.process = function(e) {
2251
2251
  if (e = e || "", e = e.toString(), !e) return "";
2252
2252
  var r = this, t = r.options, a = t.whiteList, o = t.onTag, n = t.onIgnoreTag, i = t.onTagAttr, s = t.onIgnoreTagAttr, l = t.safeAttrValue, d = t.escapeHtml, u = r.cssFilter;
2253
2253
  t.stripBlankChar && (e = x.stripBlankChar(e)), t.allowCommentTag || (e = x.stripCommentTag(e));
2254
2254
  var c = !1;
2255
2255
  t.stripIgnoreTagBody && (c = x.StripTagBody(t.stripIgnoreTagBody, n), n = c.onIgnoreTag);
2256
- var m = ra(e, function(f, p, b, g, be) {
2257
- var J = {
2256
+ var m = ra(e, function(f, p, b, g, ye) {
2257
+ var K = {
2258
2258
  sourcePosition: f,
2259
2259
  position: p,
2260
- isClosing: be,
2260
+ isClosing: ye,
2261
2261
  isWhite: Object.prototype.hasOwnProperty.call(a, b)
2262
- }, B = o(b, g, J);
2263
- if (!Q(B)) return B;
2264
- if (J.isWhite) {
2265
- if (J.isClosing)
2262
+ }, U = o(b, g, K);
2263
+ if (!Z(U)) return U;
2264
+ if (K.isWhite) {
2265
+ if (K.isClosing)
2266
2266
  return "</" + b + ">";
2267
- var $e = aa(g), ut = a[b], We = ta($e.html, function(O, L) {
2268
- var ye = ae.indexOf(ut, O) !== -1, U = i(b, O, L, ye);
2269
- return Q(U) ? ye ? (L = l(b, O, L, u), L ? O + '="' + L + '"' : O) : (U = s(b, O, L, ye), Q(U) ? void 0 : U) : U;
2267
+ var We = aa(g), mt = a[b], Ye = ta(We.html, function(R, L) {
2268
+ var Se = oe.indexOf(mt, R) !== -1, j = i(b, R, L, Se);
2269
+ return Z(j) ? Se ? (L = l(b, R, L, u), L ? R + '="' + L + '"' : R) : (j = s(b, R, L, Se), Z(j) ? void 0 : j) : j;
2270
2270
  });
2271
- return g = "<" + b, We && (g += " " + We), $e.closing && (g += " /"), g += ">", g;
2271
+ return g = "<" + b, Ye && (g += " " + Ye), We.closing && (g += " /"), g += ">", g;
2272
2272
  } else
2273
- return B = n(b, g, J), Q(B) ? d(g) : B;
2273
+ return U = n(b, g, K), Z(U) ? d(g) : U;
2274
2274
  }, d);
2275
2275
  return c && (m = c.remove(m)), m;
2276
2276
  };
2277
- var ia = Mr;
2277
+ var ia = Nr;
2278
2278
  (function(e, r) {
2279
- var t = h, a = pe, o = ia;
2279
+ var t = h, a = he, o = ia;
2280
2280
  function n(s, l) {
2281
2281
  var d = new o(l);
2282
2282
  return d.process(s);
@@ -2291,8 +2291,8 @@ var ia = Mr;
2291
2291
  return typeof self < "u" && typeof DedicatedWorkerGlobalScope < "u" && self instanceof DedicatedWorkerGlobalScope;
2292
2292
  }
2293
2293
  i() && (self.filterXSS = e.exports);
2294
- })(Ae, Ae.exports);
2295
- var ke = Ae.exports, Me = {
2294
+ })(De, De.exports);
2295
+ var Me = De.exports, Ne = {
2296
2296
  html: {
2297
2297
  whiteList: {
2298
2298
  a: ["class", "style", "contenteditable", "data-id", "data-title", "data-size", "href", "data-last-modified"],
@@ -2366,10 +2366,10 @@ var ke = Ae.exports, Me = {
2366
2366
  video: ["class", "style"]
2367
2367
  }
2368
2368
  }
2369
- }, sa = ke.getDefaultWhiteList && ke.getDefaultWhiteList() || {};
2370
- Me.html.whiteList = Object.assign(sa, Me.html.whiteList);
2371
- new ke.FilterXSS(Me.html);
2372
- var Nr = Object.prototype.toString, zr = Object.prototype.hasOwnProperty, la = Object.getPrototypeOf, Fr = zr.toString, ca = Fr.call(Object), da = {
2369
+ }, sa = Me.getDefaultWhiteList && Me.getDefaultWhiteList() || {};
2370
+ Ne.html.whiteList = Object.assign(sa, Ne.html.whiteList);
2371
+ new Me.FilterXSS(Ne.html);
2372
+ var zr = Object.prototype.toString, Fr = Object.prototype.hasOwnProperty, la = Object.getPrototypeOf, Ir = Fr.toString, ca = Ir.call(Object), da = {
2373
2373
  "[object Error]": "error",
2374
2374
  "[object Object]": "object",
2375
2375
  "[object RegExp]": "regExp",
@@ -2380,26 +2380,26 @@ var Nr = Object.prototype.toString, zr = Object.prototype.hasOwnProperty, la = O
2380
2380
  "[object String]": "string",
2381
2381
  "[object Number]": "number",
2382
2382
  "[object Boolean]": "boolean"
2383
- }, _ = function(r) {
2383
+ }, B = function(r) {
2384
2384
  return r == null;
2385
- }, se = function(r) {
2386
- return _(r) ? String(r) : da[Nr.call(r)] || "object";
2387
- }, Ze = function(r) {
2388
- return se(r) === "object";
2389
- }, F = function(r) {
2390
- if (!r || Nr.call(r) !== "[object Object]")
2385
+ }, le = function(r) {
2386
+ return B(r) ? String(r) : da[zr.call(r)] || "object";
2387
+ }, er = function(r) {
2388
+ return le(r) === "object";
2389
+ }, I = function(r) {
2390
+ if (!r || zr.call(r) !== "[object Object]")
2391
2391
  return !1;
2392
2392
  var t = la(r);
2393
2393
  if (!t)
2394
2394
  return !0;
2395
- var a = zr.call(t, "constructor") && t.constructor;
2396
- return typeof a == "function" && Fr.call(a) === ca;
2397
- }, Be = function(r) {
2395
+ var a = Fr.call(t, "constructor") && t.constructor;
2396
+ return typeof a == "function" && Ir.call(a) === ca;
2397
+ }, Ue = function(r) {
2398
2398
  return typeof r == "number" && isFinite(r);
2399
- }, Se = function(r) {
2399
+ }, Te = function(r) {
2400
2400
  return r - parseFloat(r) >= 0;
2401
- }, le = function(r) {
2402
- return se(r) === "date";
2401
+ }, ce = function(r) {
2402
+ return le(r) === "date";
2403
2403
  }, y = typeof window > "u", ua = function() {
2404
2404
  var r = 8;
2405
2405
  return document.addEventListener && window.performance && (r = 9, window.atob && window.matchMedia && (r = 10, !window.attachEvent && !document.all && (r = 11))), r;
@@ -2436,13 +2436,13 @@ var Nr = Object.prototype.toString, zr = Object.prototype.hasOwnProperty, la = O
2436
2436
  }
2437
2437
  return e;
2438
2438
  })();
2439
- var P = function(r, t, a) {
2439
+ var q = function(r, t, a) {
2440
2440
  var o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : !1;
2441
2441
  r && t && a && r.addEventListener(t, a, o);
2442
- }, oe = function(r, t, a) {
2442
+ }, ne = function(r, t, a) {
2443
2443
  var o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : !1;
2444
2444
  r && t && r.removeEventListener(t, a, o);
2445
- }, Z = function(r) {
2445
+ }, ee = function(r) {
2446
2446
  var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
2447
2447
  if (r) {
2448
2448
  var a = t.split(" ").filter(function(o) {
@@ -2452,7 +2452,7 @@ var P = function(r, t, a) {
2452
2452
  return r.classList.add(o);
2453
2453
  });
2454
2454
  }
2455
- }, ee = function(r, t) {
2455
+ }, re = function(r, t) {
2456
2456
  if (!(!r || !t)) {
2457
2457
  var a = t.split(" ").filter(function(o) {
2458
2458
  return o;
@@ -2461,7 +2461,7 @@ var P = function(r, t, a) {
2461
2461
  return r.classList.remove(o);
2462
2462
  });
2463
2463
  }
2464
- }, Ir = function() {
2464
+ }, Or = function() {
2465
2465
  if (typeof Map < "u")
2466
2466
  return Map;
2467
2467
  var e = function(t, a) {
@@ -2501,13 +2501,13 @@ var P = function(r, t, a) {
2501
2501
  }
2502
2502
  }, r;
2503
2503
  }();
2504
- }(), fa = globalThis.Function, ce = function() {
2504
+ }(), fa = globalThis.Function, de = function() {
2505
2505
  var e = function(t) {
2506
2506
  return t.Math === Math;
2507
2507
  };
2508
2508
  return typeof global < "u" && e(global) ? global : typeof self < "u" && e(self) ? self : typeof window < "u" && e(window) ? window : fa("return this")();
2509
2509
  }(), pa = function() {
2510
- return typeof requestAnimationFrame == "function" ? requestAnimationFrame.bind(ce) : function(e) {
2510
+ return typeof requestAnimationFrame == "function" ? requestAnimationFrame.bind(de) : function(e) {
2511
2511
  return setTimeout(function() {
2512
2512
  return e(Date.now());
2513
2513
  }, 1e3 / 60);
@@ -2551,7 +2551,7 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2551
2551
  }), r.length > 0;
2552
2552
  }, e.prototype.connect_ = function() {
2553
2553
  if (!(y || this.connected_)) {
2554
- if (P(document, "transitionend", this.onTransitionEnd_), P(window, "resize", this.refresh), ya) {
2554
+ if (q(document, "transitionend", this.onTransitionEnd_), q(window, "resize", this.refresh), ya) {
2555
2555
  this.mutationsObserver_ = new MutationObserver(this.refresh);
2556
2556
  var r = {
2557
2557
  attributes: !0,
@@ -2561,11 +2561,11 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2561
2561
  };
2562
2562
  this.mutationsObserver_.observe(document, r);
2563
2563
  } else
2564
- P(document, "DOMSubtreeModified", this.refresh), this.mutationEventsAdded_ = !0;
2564
+ q(document, "DOMSubtreeModified", this.refresh), this.mutationEventsAdded_ = !0;
2565
2565
  this.connected_ = !0;
2566
2566
  }
2567
2567
  }, e.prototype.disconnect_ = function() {
2568
- y || !this.connected_ || (oe(document, "transitionend", this.onTransitionEnd_), oe(window, "resize", this.refresh), this.mutationsObserver_ && this.mutationsObserver_.disconnect(), this.mutationEventsAdded_ && oe(document, "DOMSubtreeModified", this.refresh), this.mutationsObserver_ = null, this.mutationEventsAdded_ = !1, this.connected_ = !1);
2568
+ y || !this.connected_ || (ne(document, "transitionend", this.onTransitionEnd_), ne(window, "resize", this.refresh), this.mutationsObserver_ && this.mutationsObserver_.disconnect(), this.mutationEventsAdded_ && ne(document, "DOMSubtreeModified", this.refresh), this.mutationsObserver_ = null, this.mutationEventsAdded_ = !1, this.connected_ = !1);
2569
2569
  }, e.prototype.onTransitionEnd_ = function(r) {
2570
2570
  var t = r.propertyName, a = t === void 0 ? "" : t, o = ba.some(function(n) {
2571
2571
  return !!~a.indexOf(n);
@@ -2574,7 +2574,7 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2574
2574
  }, e.getInstance = function() {
2575
2575
  return this._instance || (this._instance = new e()), this._instance;
2576
2576
  }, e._instance = null, e;
2577
- }(), Or = function(r, t) {
2577
+ }(), Rr = function(r, t) {
2578
2578
  for (var a = 0, o = Object.keys(t); a < o.length; a++) {
2579
2579
  var n = o[a];
2580
2580
  Object.defineProperty(r, n, {
@@ -2585,57 +2585,57 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2585
2585
  });
2586
2586
  }
2587
2587
  return r;
2588
- }, he = function(r, t, a, o) {
2588
+ }, ge = function(r, t, a, o) {
2589
2589
  return {
2590
2590
  x: r,
2591
2591
  y: t,
2592
2592
  width: a,
2593
2593
  height: o
2594
2594
  };
2595
- }, q = function(r) {
2595
+ }, _ = function(r) {
2596
2596
  var t = r && r.ownerDocument && r.ownerDocument.defaultView;
2597
- return t || ce;
2598
- }, Lr = he(0, 0, 0, 0), de = function(r) {
2597
+ return t || de;
2598
+ }, Lr = ge(0, 0, 0, 0), ue = function(r) {
2599
2599
  return parseFloat(r) || 0;
2600
- }, er = function(r) {
2600
+ }, rr = function(r) {
2601
2601
  for (var t = [], a = 1; a < arguments.length; a++)
2602
2602
  t[a - 1] = arguments[a];
2603
2603
  return t.reduce(function(o, n) {
2604
2604
  var i = r["border-".concat(n, "-width")];
2605
- return o + de(i);
2605
+ return o + ue(i);
2606
2606
  }, 0);
2607
2607
  }, Ta = function(r) {
2608
2608
  for (var t = ["top", "right", "bottom", "left"], a = {}, o = 0, n = t; o < n.length; o++) {
2609
2609
  var i = n[o], s = r["padding-".concat(i)];
2610
- a[i] = de(s);
2610
+ a[i] = ue(s);
2611
2611
  }
2612
2612
  return a;
2613
2613
  }, wa = function(r) {
2614
2614
  var t = r.getBBox();
2615
- return he(0, 0, t.width, t.height);
2615
+ return ge(0, 0, t.width, t.height);
2616
2616
  }, xa = function(r) {
2617
- return r === q(r).document.documentElement;
2617
+ return r === _(r).document.documentElement;
2618
2618
  }, Ea = function(r) {
2619
2619
  var t = r.clientWidth, a = r.clientHeight;
2620
2620
  if (!a && !t)
2621
2621
  return Lr;
2622
- var o = q(r).getComputedStyle(r), n = Ta(o), i = n.top + n.bottom, s = n.left + n.right, l = de(o.width), d = de(o.height);
2623
- if (o.boxSizing === "border-box" && (Math.round(d + i) !== a && (d -= er(o, "top", "bottom") + i), Math.round(l + s) !== t && (l -= er(o, "left", "right") + s)), !xa(r)) {
2622
+ var o = _(r).getComputedStyle(r), n = Ta(o), i = n.top + n.bottom, s = n.left + n.right, l = ue(o.width), d = ue(o.height);
2623
+ if (o.boxSizing === "border-box" && (Math.round(d + i) !== a && (d -= rr(o, "top", "bottom") + i), Math.round(l + s) !== t && (l -= rr(o, "left", "right") + s)), !xa(r)) {
2624
2624
  var u = Math.round(d + i) - a, c = Math.round(l + s) - t;
2625
2625
  Math.abs(u) !== 1 && (d -= u), Math.abs(c) !== 1 && (l -= c);
2626
2626
  }
2627
- return he(n.left, n.top, l, d);
2627
+ return ge(n.left, n.top, l, d);
2628
2628
  }, Ca = /* @__PURE__ */ function() {
2629
2629
  return typeof SVGGraphicsElement < "u" ? function(e) {
2630
- return e instanceof q(e).SVGGraphicsElement;
2630
+ return e instanceof _(e).SVGGraphicsElement;
2631
2631
  } : function(e) {
2632
- return e instanceof q(e).SVGElement && typeof e.getBBox == "function";
2632
+ return e instanceof _(e).SVGElement && typeof e.getBBox == "function";
2633
2633
  };
2634
2634
  }(), Aa = function(r) {
2635
2635
  return y ? Lr : Ca(r) ? wa(r) : Ea(r);
2636
2636
  }, Da = function(r) {
2637
2637
  var t = r.x, a = r.y, o = r.width, n = r.height, i = typeof DOMRectReadOnly < "u" ? DOMRectReadOnly : Object, s = Object.create(i.prototype);
2638
- return Or(s, {
2638
+ return Rr(s, {
2639
2639
  x: t,
2640
2640
  y: a,
2641
2641
  width: o,
@@ -2647,7 +2647,7 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2647
2647
  }), s;
2648
2648
  }, ka = function() {
2649
2649
  function e(r) {
2650
- this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = he(0, 0, 0, 0), this.target = r;
2650
+ this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = ge(0, 0, 0, 0), this.target = r;
2651
2651
  }
2652
2652
  return e.prototype.broadcastRect = function() {
2653
2653
  var r = this.contentRect_;
@@ -2659,7 +2659,7 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2659
2659
  }(), Ma = /* @__PURE__ */ function() {
2660
2660
  function e(r, t) {
2661
2661
  var a = Da(t);
2662
- Or(this, {
2662
+ Rr(this, {
2663
2663
  target: r,
2664
2664
  contentRect: a
2665
2665
  });
@@ -2667,7 +2667,7 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2667
2667
  return e;
2668
2668
  }(), Na = function() {
2669
2669
  function e(r, t, a) {
2670
- if (this.observations_ = new Ir(), this.activeObservations_ = [], typeof r != "function")
2670
+ if (this.observations_ = new Or(), this.activeObservations_ = [], typeof r != "function")
2671
2671
  throw new TypeError("[TINY-Resize] The callback provided as parameter 1 is not a function.");
2672
2672
  this.callback_ = r, this.controller_ = t, this.callbackCtx_ = a;
2673
2673
  }
@@ -2675,7 +2675,7 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2675
2675
  if (!arguments.length)
2676
2676
  throw new TypeError("[TINY-Resize] 1 argument required, but only 0 present.");
2677
2677
  if (!(typeof Element > "u" || !(Element instanceof Object))) {
2678
- if (!(r instanceof q(r).Element))
2678
+ if (!(r instanceof _(r).Element))
2679
2679
  throw new TypeError('[TINY-Resize] parameter 1 is not of type "Element".');
2680
2680
  var t = this.observations_;
2681
2681
  t.has(r) || (t.set(r, new ka(r)), this.controller_.addObserver(this), this.controller_.refresh());
@@ -2684,7 +2684,7 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2684
2684
  if (!arguments.length)
2685
2685
  throw new TypeError("[TINY-Resize]1 argument required, but only 0 present.");
2686
2686
  if (!(typeof Element > "u" || !(Element instanceof Object))) {
2687
- if (!(r instanceof q(r).Element))
2687
+ if (!(r instanceof _(r).Element))
2688
2688
  throw new TypeError('[TINY-Resize] parameter 1 is not of type "Element".');
2689
2689
  var t = this.observations_;
2690
2690
  t.has(r) && (t.delete(r), !t.size && this.controller_.removeObserver(this));
@@ -2708,69 +2708,87 @@ var va = 20, ba = ["top", "right", "bottom", "left", "width", "height", "size",
2708
2708
  }, e.prototype.clearActive = function() {
2709
2709
  this.activeObservations_.splice(0);
2710
2710
  }, e;
2711
- }(), Rr = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new Ir(), Pr = /* @__PURE__ */ function() {
2711
+ }(), Pr = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new Or(), qr = /* @__PURE__ */ function() {
2712
2712
  function e(r) {
2713
2713
  if (!(this instanceof e))
2714
2714
  throw new TypeError("[TINY-Resize] Cannot call a class as a function.");
2715
2715
  if (!arguments.length)
2716
2716
  throw new TypeError("[TINY-Resize] 1 argument required, but only 0 present.");
2717
2717
  var t = Sa.getInstance(), a = new Na(r, t, this);
2718
- Rr.set(this, a);
2718
+ Pr.set(this, a);
2719
2719
  }
2720
2720
  return e;
2721
2721
  }();
2722
2722
  ["observe", "unobserve", "disconnect"].forEach(function(e) {
2723
- Pr.prototype[e] = function() {
2723
+ qr.prototype[e] = function() {
2724
2724
  var r;
2725
- return (r = Rr.get(this))[e].apply(r, arguments);
2725
+ return (r = Pr.get(this))[e].apply(r, arguments);
2726
2726
  };
2727
2727
  });
2728
2728
  (function() {
2729
- return typeof ce.ResizeObserver < "u" ? ce.ResizeObserver : Pr;
2729
+ return typeof de.ResizeObserver < "u" ? de.ResizeObserver : qr;
2730
2730
  })();
2731
- var ge, za = function(r, t, a) {
2732
- if (!(!r || !F(r) || !t || typeof t != "string")) {
2731
+ var za = "tcirzywvqlkjhgfbZQG_FLOWHSUBDNIMYREVKCAJxp57XP043891T62-modnaesu";
2732
+ za.split("").reverse().join("");
2733
+ function Fa(e) {
2734
+ return !y && (e.document.all || e.document.documentMode) && !e.crypto && e.msCrypto;
2735
+ }
2736
+ function Ia(e) {
2737
+ if (Fa(e)) {
2738
+ e.crypto = e.msCrypto;
2739
+ var r = e.crypto.getRandomValues;
2740
+ e.crypto.getRandomValues = function(t) {
2741
+ for (var a = r.call(e.crypto, t), o = [], n = 0; n < t.length; n++)
2742
+ o[n] = a[n];
2743
+ return o;
2744
+ };
2745
+ }
2746
+ }
2747
+ var Oa = globalThis;
2748
+ Ia(Oa);
2749
+ var ve, Ra = function(r, t, a) {
2750
+ if (!(!r || !I(r) || !t || typeof t != "string")) {
2733
2751
  var o = t.split("."), n = r, i = o.length;
2734
2752
  if (i > 1) {
2735
2753
  for (var s = 0, l = s; l < i; l++)
2736
- if (n = n[o[l]], _(n))
2754
+ if (n = n[o[l]], B(n))
2737
2755
  return n;
2738
2756
  return n;
2739
2757
  } else
2740
2758
  return n[o[0]];
2741
2759
  }
2742
- }, Fa = function(r, t, a, o) {
2743
- if (!r || !F(r) || !t || typeof t != "string")
2760
+ }, La = function(r, t, a, o) {
2761
+ if (!r || !I(r) || !t || typeof t != "string")
2744
2762
  return r;
2745
2763
  var n = t.split("."), i = r, s = n.length, l = n[0];
2746
2764
  if (s > 1) {
2747
2765
  s--;
2748
2766
  for (var d = i, u, c, m = 0; m < s; m++)
2749
- u = n[m], c = d[u], (c === null || !F(c)) && (d[u] = {}, c = d[u]), d = c;
2767
+ u = n[m], c = d[u], (c === null || !I(c)) && (d[u] = {}, c = d[u]), d = c;
2750
2768
  l = n[s], d[l] = a;
2751
2769
  } else
2752
2770
  i[l] = a;
2753
2771
  return i;
2754
- }, Ia = function(r, t, a, o) {
2772
+ }, Pa = function(r, t, a, o) {
2755
2773
  var n = function(s, l, d, u) {
2756
2774
  var c = {};
2757
2775
  return l.forEach(function(m) {
2758
- return Fa(c, m, za(s, m));
2776
+ return La(c, m, Ra(s, m));
2759
2777
  }), c;
2760
2778
  };
2761
- return F(r) ? Array.isArray(t) ? n(r, t) : ge(a !== !1, {}, r) : r;
2762
- }, Oa = function(r) {
2779
+ return I(r) ? Array.isArray(t) ? n(r, t) : ve(a !== !1, {}, r) : r;
2780
+ }, qa = function(r) {
2763
2781
  return Array.isArray(r) ? r.map(function(t) {
2764
- return Ia(t);
2782
+ return Pa(t);
2765
2783
  }) : r;
2766
- }, La = function(r, t, a, o, n) {
2784
+ }, _a = function(r, t, a, o, n) {
2767
2785
  var i;
2768
- if (a && o && (F(o) || (i = Array.isArray(o))))
2786
+ if (a && o && (I(o) || (i = Array.isArray(o))))
2769
2787
  if (i)
2770
- i = !1, r[t] = Oa(o);
2788
+ i = !1, r[t] = qa(o);
2771
2789
  else {
2772
- var s = n && F(n) ? n : {};
2773
- r[t] = ge(a, s, o);
2790
+ var s = n && I(n) ? n : {};
2791
+ r[t] = ve(a, s, o);
2774
2792
  }
2775
2793
  else if (o !== void 0)
2776
2794
  try {
@@ -2778,24 +2796,24 @@ var ge, za = function(r, t, a) {
2778
2796
  } catch {
2779
2797
  }
2780
2798
  };
2781
- ge = function() {
2799
+ ve = function() {
2782
2800
  for (var r = arguments.length, t = new Array(r), a = 0; a < r; a++)
2783
2801
  t[a] = arguments[a];
2784
2802
  var o = t.length, n = t[0] || {}, i = 1, s = !1;
2785
- for (se(n) === "boolean" && (s = n, n = t[i] || {}, i++), !Ze(n) && se(n) !== "function" && (n = {}); i < o; i++) {
2803
+ for (le(n) === "boolean" && (s = n, n = t[i] || {}, i++), !er(n) && le(n) !== "function" && (n = {}); i < o; i++) {
2786
2804
  var l = t[i];
2787
- if (l !== null && Ze(l))
2805
+ if (l !== null && er(l))
2788
2806
  for (var d = Object.keys(l), u = 0, c = d; u < c.length; u++) {
2789
2807
  var m = c[u], f = n[m], p = l[m];
2790
- n !== p && La(n, m, s, p, f);
2808
+ n !== p && _a(n, m, s, p, f);
2791
2809
  }
2792
2810
  }
2793
2811
  return n;
2794
2812
  };
2795
- function Ne() {
2813
+ function ze() {
2796
2814
  return typeof BigInt == "function";
2797
2815
  }
2798
- function G(e) {
2816
+ function $(e) {
2799
2817
  var r = e.toString().trim(), t = r.startsWith("-");
2800
2818
  t && (r = r.slice(1)), r = r.replace(/(\.\d*[^0])0*$/, "$1").replace(/\.0*$/, "").replace(/^0+/, ""), r.startsWith(".") && (r = "0".concat(r));
2801
2819
  var a = r || "0", o = a.split("."), n = o[0] || "0", i = o[1] || "0";
@@ -2810,68 +2828,68 @@ function G(e) {
2810
2828
  fullStr: "".concat(s).concat(a)
2811
2829
  };
2812
2830
  }
2813
- function Ue(e) {
2831
+ function je(e) {
2814
2832
  var r = String(e);
2815
- return !isNaN(Number(r)) && ~r.indexOf("e");
2833
+ return !isNaN(Number(r)) && r.includes("e");
2816
2834
  }
2817
- function qr(e) {
2835
+ function _r(e) {
2818
2836
  return typeof e == "number" ? !isNaN(e) : e ? (
2819
- // Normal type: 11.28
2820
- /^\s*-?\d+(\.\d+)?\s*$/.test(e) || // Pre-number: 1.
2821
- /^\s*-?\d+\.\s*$/.test(e) || // Post-number: .1
2837
+ // 普通数字格式: 11.28
2838
+ /^\s*-?\d+(\.\d+)?\s*$/.test(e) || // 前置数字: 1.
2839
+ /^\s*-?\d+\.\s*$/.test(e) || // 后置数字: .1
2822
2840
  /^\s*-?\.\d+\s*$/.test(e)
2823
2841
  ) : !1;
2824
2842
  }
2825
- function ze(e) {
2843
+ function Fe(e) {
2826
2844
  var r = String(e);
2827
- if (Ue(e)) {
2845
+ if (je(e)) {
2828
2846
  var t = Number(r.slice(r.indexOf("e-") + 2)), a = r.match(/\.(\d+)/);
2829
2847
  return a != null && a[1] && (t += a[1].length), t;
2830
2848
  }
2831
- return ~r.indexOf(".") && qr(r) ? r.length - r.indexOf(".") - 1 : 0;
2849
+ return r.includes(".") && _r(r) ? r.length - r.indexOf(".") - 1 : 0;
2832
2850
  }
2833
- function _r(e) {
2851
+ function Br(e) {
2834
2852
  var r = String(e);
2835
- if (Ue(e)) {
2836
- if (e > Number.MAX_SAFE_INTEGER)
2837
- return String(Ne() ? BigInt(e).toString() : Number.MAX_SAFE_INTEGER);
2838
- if (e < Number.MIN_SAFE_INTEGER)
2839
- return String(Ne() ? BigInt(e).toString() : Number.MIN_SAFE_INTEGER);
2840
- r = e.toFixed(ze(r));
2853
+ if (je(e)) {
2854
+ if (typeof e == "number" && e > Number.MAX_SAFE_INTEGER)
2855
+ return String(ze() ? BigInt(e).toString() : Number.MAX_SAFE_INTEGER);
2856
+ if (typeof e == "number" && e < Number.MIN_SAFE_INTEGER)
2857
+ return String(ze() ? BigInt(e).toString() : Number.MIN_SAFE_INTEGER);
2858
+ typeof e == "number" && (r = e.toFixed(Fe(r)));
2841
2859
  }
2842
- return G(r).fullStr;
2860
+ return $(r).fullStr;
2843
2861
  }
2844
- function Ra(e) {
2862
+ function Ba(e) {
2845
2863
  return e.add || Object.assign(e, {
2846
2864
  add: e.plus,
2847
2865
  lessEquals: e.isLessThan,
2848
2866
  equals: e.isEqualTo
2849
2867
  }), e;
2850
2868
  }
2851
- var Fe = {
2869
+ var Ie = {
2852
2870
  CLS: null
2853
2871
  };
2854
2872
  function He(e, r) {
2855
- return Fe.CLS || _a(), Ra(new Fe.CLS(e));
2873
+ return Ie.CLS || Ha(), Ba(new Ie.CLS(e));
2856
2874
  }
2857
- var Pa = /* @__PURE__ */ function() {
2875
+ var Ua = /* @__PURE__ */ function() {
2858
2876
  function e(r) {
2859
- if (me(this, e), !r && r !== 0 || !String(r).trim()) {
2860
- this.empty = !0;
2877
+ if (fe(this, e), E(this, "empty", void 0), E(this, "origin", void 0), E(this, "negative", void 0), E(this, "integer", void 0), E(this, "decimal", void 0), E(this, "decimalLen", void 0), E(this, "nan", void 0), !r && r !== 0 || !String(r).trim()) {
2878
+ this.empty = !0, this.origin = String(r || "");
2861
2879
  return;
2862
2880
  }
2863
2881
  if (this.origin = String(r), this.negative = void 0, this.integer = void 0, this.decimal = void 0, this.decimalLen = void 0, this.empty = void 0, this.nan = void 0, r === "-") {
2864
2882
  this.nan = !0;
2865
2883
  return;
2866
2884
  }
2867
- var t = Ue(r) ? Number(r) : r;
2868
- typeof t != "string" && _r(t);
2885
+ var t = je(r) ? Number(r) : r;
2886
+ typeof t != "string" && Br(t);
2869
2887
  var a = Function, o = function(d) {
2870
2888
  var u = d.replace(/^0+/, "") || "0";
2871
2889
  return a("return BigInt('".concat(u, "')"))();
2872
2890
  };
2873
- if (qr(t)) {
2874
- var n = G(t);
2891
+ if (_r(t)) {
2892
+ var n = $(t);
2875
2893
  this.negative = n.negative;
2876
2894
  var i = n.trimStr.split(".");
2877
2895
  this.integer = i[0].includes("e") ? i[0] : BigInt(i[0]);
@@ -2880,24 +2898,34 @@ var Pa = /* @__PURE__ */ function() {
2880
2898
  } else
2881
2899
  this.nan = !0;
2882
2900
  }
2883
- return fe(e, [{
2901
+ return pe(e, [{
2884
2902
  key: "getDecimalStr",
2885
2903
  value: function() {
2886
2904
  return this.decimal.toString().padStart(this.decimalLen, "0");
2887
2905
  }
2906
+ /**
2907
+ * 获取整数部分字符串
2908
+ * @returns {string} 整数部分字符串
2909
+ */
2888
2910
  }, {
2889
2911
  key: "getIntegerStr",
2890
2912
  value: function() {
2891
2913
  return this.integer.toString();
2892
2914
  }
2915
+ /**
2916
+ * 获取数字符号
2917
+ * @returns {string} 负号或空字符串
2918
+ */
2893
2919
  }, {
2894
2920
  key: "getMark",
2895
2921
  value: function() {
2896
2922
  return this.negative ? "-" : "";
2897
2923
  }
2898
2924
  /**
2899
- * Align BigIntDecimal with same decimal length. e.g. 12.3 + 5 = 1230000
2900
- * This is used for add function only.
2925
+ * 对齐小数位,例如:12.3 + 5 = 1230000
2926
+ * 这仅用于add函数
2927
+ * @param {number} decimalLength 小数长度
2928
+ * @returns {bigint} 对齐后的BigInt
2901
2929
  */
2902
2930
  }, {
2903
2931
  key: "alignDecimal",
@@ -2905,6 +2933,11 @@ var Pa = /* @__PURE__ */ function() {
2905
2933
  var a = "".concat(this.getMark()).concat(this.getIntegerStr()).concat(this.getDecimalStr().padEnd(t, "0"));
2906
2934
  return BigInt(a);
2907
2935
  }
2936
+ /**
2937
+ * 加法操作
2938
+ * @param {string | number} value 要添加的值
2939
+ * @returns {BigIntDecimal} 计算结果
2940
+ */
2908
2941
  }, {
2909
2942
  key: "add",
2910
2943
  value: function(t) {
@@ -2913,66 +2946,106 @@ var Pa = /* @__PURE__ */ function() {
2913
2946
  var a = new e(t);
2914
2947
  if (a.isInvalidate())
2915
2948
  return this;
2916
- var o = Math.max(this.getDecimalStr().length, a.getDecimalStr().length), n = a.alignDecimal(o), i = this.alignDecimal(o), s = "".concat(i + n), l = G(s), d = l.negativeStr, u = l.trimStr, c = "".concat(d).concat(u.padStart(o + 1, "0"));
2949
+ var o = Math.max(this.getDecimalStr().length, a.getDecimalStr().length), n = a.alignDecimal(o), i = this.alignDecimal(o), s = "".concat(i + n), l = $(s), d = l.negativeStr, u = l.trimStr, c = "".concat(d).concat(u.padStart(o + 1, "0"));
2917
2950
  return He("".concat(c.slice(0, -o), ".").concat(c.slice(-o)));
2918
2951
  }
2952
+ /**
2953
+ * 取反操作
2954
+ * @returns {BigIntDecimal} 取反后的值
2955
+ */
2919
2956
  }, {
2920
2957
  key: "negate",
2921
2958
  value: function() {
2922
2959
  var t = new e(this.toString());
2923
2960
  return t.negative = !t.negative, t;
2924
2961
  }
2962
+ /**
2963
+ * 检查是否为NaN
2964
+ * @returns {boolean} 是否为NaN
2965
+ */
2925
2966
  }, {
2926
2967
  key: "isNaN",
2927
2968
  value: function() {
2928
- return this.nan;
2969
+ return this.nan === !0;
2929
2970
  }
2971
+ /**
2972
+ * 检查是否为空
2973
+ * @returns {boolean} 是否为空
2974
+ */
2930
2975
  }, {
2931
2976
  key: "isEmpty",
2932
2977
  value: function() {
2933
- return this.empty;
2978
+ return this.empty === !0;
2934
2979
  }
2980
+ /**
2981
+ * 检查是否无效
2982
+ * @returns {boolean} 是否无效
2983
+ */
2935
2984
  }, {
2936
2985
  key: "isInvalidate",
2937
2986
  value: function() {
2938
2987
  return this.isEmpty() || this.isNaN();
2939
2988
  }
2989
+ /**
2990
+ * 小于等于比较
2991
+ * @param {BigIntDecimal} target 比较目标
2992
+ * @returns {boolean} 是否小于等于
2993
+ */
2940
2994
  }, {
2941
2995
  key: "lessEquals",
2942
2996
  value: function(t) {
2943
2997
  return this.add(t.negate().toString()).toNumber() <= 0;
2944
2998
  }
2999
+ /**
3000
+ * 相等比较
3001
+ * @param {BigIntDecimal | null | undefined} target 比较目标
3002
+ * @returns {boolean} 是否相等
3003
+ */
2945
3004
  }, {
2946
3005
  key: "equals",
2947
3006
  value: function(t) {
2948
3007
  return this.toString() === (t && t.toString());
2949
3008
  }
3009
+ /**
3010
+ * 转换为数字
3011
+ * @returns {number} 数字值
3012
+ */
2950
3013
  }, {
2951
3014
  key: "toNumber",
2952
3015
  value: function() {
2953
3016
  return this.isNaN() ? NaN : Number(this.toString());
2954
3017
  }
3018
+ /**
3019
+ * 转换为字符串
3020
+ * @param {boolean} safe 是否安全转换,默认为true
3021
+ * @returns {string} 字符串表示
3022
+ */
2955
3023
  }, {
2956
3024
  key: "toString",
2957
3025
  value: function() {
2958
3026
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !0;
2959
- return t ? this.isInvalidate() ? "" : G("".concat(this.getMark()).concat(this.getIntegerStr(), ".").concat(this.getDecimalStr())).fullStr : this.origin;
3027
+ return t ? this.isInvalidate() ? "" : $("".concat(this.getMark()).concat(this.getIntegerStr(), ".").concat(this.getDecimalStr())).fullStr : this.origin;
2960
3028
  }
2961
3029
  }]);
2962
- }(), qa = /* @__PURE__ */ function() {
3030
+ }(), ja = /* @__PURE__ */ function() {
2963
3031
  function e() {
2964
3032
  var r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
2965
- if (me(this, e), !r && r !== 0 || !String(r).trim()) {
3033
+ if (fe(this, e), E(this, "empty", void 0), E(this, "origin", ""), E(this, "number", void 0), !r && r !== 0 || !String(r).trim()) {
2966
3034
  this.empty = !0;
2967
3035
  return;
2968
3036
  }
2969
- this.origin = "", this.number = void 0, this.empty = void 0, this.origin = String(r), this.number = Number(r);
3037
+ this.origin = String(r), this.number = Number(r);
2970
3038
  }
2971
- return fe(e, [{
3039
+ return pe(e, [{
2972
3040
  key: "negate",
2973
3041
  value: function() {
2974
- return new e(-this.toNumber());
3042
+ return new e(String(-this.toNumber()));
2975
3043
  }
3044
+ /**
3045
+ * 加法操作
3046
+ * @param {string | number} value 要添加的值
3047
+ * @returns {NumberDecimal} 计算结果
3048
+ */
2976
3049
  }, {
2977
3050
  key: "add",
2978
3051
  value: function(t) {
@@ -2983,12 +3056,16 @@ var Pa = /* @__PURE__ */ function() {
2983
3056
  return this;
2984
3057
  var o = this.number + a;
2985
3058
  if (o < Number.MIN_SAFE_INTEGER)
2986
- return new e(Number.MIN_SAFE_INTEGER);
3059
+ return new e(String(Number.MIN_SAFE_INTEGER));
2987
3060
  if (o > Number.MAX_SAFE_INTEGER)
2988
- return new e(Number.MAX_SAFE_INTEGER);
2989
- var n = Math.max(ze(a), ze(this.number));
3061
+ return new e(String(Number.MAX_SAFE_INTEGER));
3062
+ var n = Math.max(Fe(a), Fe(this.number));
2990
3063
  return new e(o.toFixed(n));
2991
3064
  }
3065
+ /**
3066
+ * 检查是否为NaN
3067
+ * @returns {boolean} 是否为NaN
3068
+ */
2992
3069
  }, {
2993
3070
  key: "isNaN",
2994
3071
  value: function(r) {
@@ -2998,92 +3075,124 @@ var Pa = /* @__PURE__ */ function() {
2998
3075
  return t.toString = function() {
2999
3076
  return r.toString();
3000
3077
  }, t;
3001
- }(function() {
3002
- return isNaN(this.number);
3003
- })
3078
+ }(
3079
+ function() {
3080
+ return isNaN(this.number);
3081
+ }
3082
+ /**
3083
+ * 检查是否为空
3084
+ * @returns {boolean} 是否为空
3085
+ */
3086
+ )
3004
3087
  }, {
3005
3088
  key: "isEmpty",
3006
3089
  value: function() {
3007
- return this.empty;
3090
+ return this.empty === !0;
3008
3091
  }
3092
+ /**
3093
+ * 检查是否无效
3094
+ * @returns {boolean} 是否无效
3095
+ */
3009
3096
  }, {
3010
3097
  key: "isInvalidate",
3011
3098
  value: function() {
3012
3099
  return this.isEmpty() || this.isNaN();
3013
3100
  }
3101
+ /**
3102
+ * 相等比较
3103
+ * @param {NumberDecimal | null | undefined} target 比较目标
3104
+ * @returns {boolean} 是否相等
3105
+ */
3014
3106
  }, {
3015
3107
  key: "equals",
3016
3108
  value: function(t) {
3017
3109
  return this.toNumber() === (t && t.toNumber());
3018
3110
  }
3111
+ /**
3112
+ * 小于等于比较
3113
+ * @param {NumberDecimal} target 比较目标
3114
+ * @returns {boolean} 是否小于等于
3115
+ */
3019
3116
  }, {
3020
3117
  key: "lessEquals",
3021
3118
  value: function(t) {
3022
3119
  return this.add(t.negate().toString()).toNumber() <= 0;
3023
3120
  }
3121
+ /**
3122
+ * 转换为数字
3123
+ * @returns {number} 数字值
3124
+ */
3024
3125
  }, {
3025
3126
  key: "toNumber",
3026
3127
  value: function() {
3027
3128
  return this.number;
3028
3129
  }
3130
+ /**
3131
+ * 转换为字符串
3132
+ * @param {boolean} safe 是否安全转换,默认为true
3133
+ * @returns {string} 字符串表示
3134
+ */
3029
3135
  }, {
3030
3136
  key: "toString",
3031
3137
  value: function() {
3032
3138
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !0;
3033
- return t ? this.isInvalidate() ? "" : _r(this.number) : this.origin;
3139
+ return t ? this.isInvalidate() ? "" : Br(this.number) : this.origin;
3034
3140
  }
3035
3141
  }]);
3036
- }(), _a = function(r) {
3037
- Fe.CLS = Ne() ? Pa : qa;
3142
+ }(), Ha = function(r) {
3143
+ Ie.CLS = ze() ? Ua : ja;
3038
3144
  };
3039
- function Br(e, r) {
3145
+ function Ur(e, r) {
3040
3146
  var t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 5;
3041
3147
  if (e === "")
3042
3148
  return "";
3043
- var a = ".", o = G(e), n = o.negativeStr, i = o.integerStr, s = o.decimalStr, l = "".concat(a).concat(s), d = "".concat(n).concat(i);
3149
+ var a = ".", o = $(e), n = o.negativeStr, i = o.integerStr, s = o.decimalStr, l = "".concat(a).concat(s), d = "".concat(n).concat(i);
3044
3150
  if (r >= 0) {
3045
3151
  var u = Number(s[r]);
3046
3152
  if (u >= t && t !== 0) {
3047
- var c = He("".concat(i).concat(a).concat(s)).add("0.".concat(tr("", r, !0)).concat(10 - u));
3048
- return Br(n + c.toString(), r, 0);
3153
+ var c = He("".concat(i).concat(a).concat(s)).add("0.".concat(ar("", r, !0)).concat(10 - u));
3154
+ return Ur(n + c.toString(), r, 0);
3049
3155
  }
3050
- return r === 0 ? d : "".concat(d).concat(a).concat(tr(s, r, !0).slice(0, r));
3156
+ if (r === 0)
3157
+ return d;
3158
+ var m = s || "0";
3159
+ return "".concat(d).concat(a).concat(ar(m, r, !0).slice(0, r));
3051
3160
  }
3052
3161
  return l === ".0" ? d : "".concat(d).concat(l);
3053
3162
  }
3054
- var Ba = function(r, t) {
3163
+ var Va = function(r, t) {
3055
3164
  var a = t.secondaryGroupSize, o = a === void 0 ? 3 : a, n = t.groupSize, i = n === void 0 ? 0 : n, s = t.groupSeparator, l = s === void 0 ? "," : s, d = /^-\d+/.test(r), u = d ? r.slice(1) : r, c = o || i;
3056
3165
  if (i && u.length > i) {
3057
3166
  var m = u.slice(0, 0 - i), f = u.slice(0 - i);
3058
3167
  m = m.replace(new RegExp("\\B(?=(\\d{".concat(c, "})+(?!\\d))"), "g"), l), u = "".concat(m).concat(l).concat(f);
3059
3168
  }
3060
3169
  return "".concat(d ? "-" : "").concat(u);
3061
- }, rr = function(r) {
3170
+ }, tr = function(r) {
3062
3171
  for (var t = [], a = 0; a < r.length; a++)
3063
3172
  t.push(r[a]);
3064
3173
  return t.reverse().join("");
3065
- }, Ua = function(r, t) {
3174
+ }, Ga = function(r, t) {
3066
3175
  var a = t.fractionGroupSize, o = a === void 0 ? 0 : a, n = t.fractionGroupSeparator, i = n === void 0 ? " " : n, s = new RegExp("\\B(?=(\\d{".concat(o, "})+(?!\\d))"), "g");
3067
- return rr(rr(r).replace(s, i));
3068
- }, Ha = function(r) {
3176
+ return tr(tr(r).replace(s, i));
3177
+ }, $a = function(r) {
3069
3178
  var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = t.fraction, o = t.rounding, n = t.prefix, i = n === void 0 ? "" : n, s = t.decimalSeparator, l = s === void 0 ? "." : s, d = t.suffix, u = d === void 0 ? "" : d, c = He(r);
3070
3179
  if (c.isNaN() || !c.toString())
3071
3180
  return r;
3072
- c = Br(c.toString(), a, o), t.zeroize === !1 && c.match(/\./) && (c = c.replace(/\.?0+$/g, ""));
3181
+ c = Ur(c.toString(), a, o), t.zeroize === !1 && c.match(/\./) && (c = c.replace(/\.?0+$/g, ""));
3073
3182
  var m = c.toString().split(".").slice(0, 2).map(function(f, p) {
3074
- return p ? Ua(f, t) : Ba(f, t);
3183
+ return p ? Ga(f, t) : Va(f, t);
3075
3184
  }).join(l);
3076
3185
  return "".concat(i).concat(m).concat(u);
3077
- }, ja = function(r) {
3186
+ }, Wa = function(r) {
3078
3187
  var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = t.prefix, o = a === void 0 ? "" : a, n = t.suffix, i = n === void 0 ? "" : n, s = t.decimalSeparator, l = s === void 0 ? "." : s, d = r;
3079
3188
  return typeof r == "string" && (d = r.replace(new RegExp("^".concat(o, "(.+)").concat(i, "$")), function(u, c) {
3080
3189
  return c;
3081
3190
  }).split(l).map(function(u) {
3082
3191
  return u.replace(/[^\d]/g, "");
3083
3192
  }).join(".")), Number(d);
3084
- }, tr = function(r, t, a) {
3193
+ }, ar = function(r, t, a) {
3085
3194
  var o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : "0";
3086
- if (typeof r == "string" && typeof o == "string" && Be(t)) {
3195
+ if (typeof r == "string" && typeof o == "string" && Ue(t)) {
3087
3196
  var n = r.length - t;
3088
3197
  if (n > 0)
3089
3198
  return r.substr(0, t);
@@ -3093,20 +3202,20 @@ var Ba = function(r, t) {
3093
3202
  var s = i.join("");
3094
3203
  return r + s;
3095
3204
  }
3096
- }, Ur = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Va = new RegExp("^(\\d{4})(/|-)(((0)?[1-9])|(1[0-2]))((/|-)(((0)?[1-9])|([1-2][0-9])|(3[0-1])))?( ((0)?[0-9]|1[0-9]|20|21|22|23):([0-5]?[0-9])((:([0-5]?[0-9]))?(.([0-9]{1,6}))?)?)?$"), Ga = new RegExp("^(((0)?[1-9])|(1[0-2]))(/|-)(((0)?[1-9])|([1-2][0-9])|(3[0-1]))?(/|-)?(\\d{4})( ((0)?[0-9]|1[0-9]|20|21|22|23):([0-5]?[0-9])((:([0-5]?[0-9]))?(.([0-9]{1,6}))?)?)?$"), $a = new RegExp("^(\\d{4})-(((0)?[1-9])|(1[0-2]))-(((0)?[1-9])|([1-2][0-9])|(3[0-1]))T(((0)?[0-9]|1[0-9]|20|21|22|23):([0-5]?[0-9])((:([0-5]?[0-9]))?(.([0-9]{1,6}))?)?)?(Z|([+-])((0)?[0-9]|1[0-9]|20|21|22|23):?([0-5]?[0-9]))$"), Wa = {
3205
+ }, jr = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], Ya = new RegExp("^(\\d{4})(/|-)(((0)?[1-9])|(1[0-2]))((/|-)(((0)?[1-9])|([1-2][0-9])|(3[0-1])))?( ((0)?[0-9]|1[0-9]|20|21|22|23):([0-5]?[0-9])((:([0-5]?[0-9]))?(.([0-9]{1,6}))?)?)?$"), Ja = new RegExp("^(((0)?[1-9])|(1[0-2]))(/|-)(((0)?[1-9])|([1-2][0-9])|(3[0-1]))?(/|-)?(\\d{4})( ((0)?[0-9]|1[0-9]|20|21|22|23):([0-5]?[0-9])((:([0-5]?[0-9]))?(.([0-9]{1,6}))?)?)?$"), Ka = new RegExp("^(\\d{4})-(((0)?[1-9])|(1[0-2]))-(((0)?[1-9])|([1-2][0-9])|(3[0-1]))T(((0)?[0-9]|1[0-9]|20|21|22|23):([0-5]?[0-9])((:([0-5]?[0-9]))?(.([0-9]{1,6}))?)?)?(Z|([+-])((0)?[0-9]|1[0-9]|20|21|22|23):?([0-5]?[0-9]))$"), Xa = {
3097
3206
  MILLISECOND: 999
3098
- }, Ya = "-12:00,-11:00,-10:00,-09:30,-08:00,-07:00,-06:00,-05:00,-04:30,-04:00,-03:30,-02:00,-01:00", Ja = "-00:00,+00:00,+01:00,+02:00,+03:00,+03:30,+04:00,+04:30,+05:00,+05:30,+05:45,+06:00", Ka = "+06:30,+07:00,+08:00,+09:00,+10:00,+10:30,+11:00,+11:30,+12:00,+12:45,+13:00,+14:00", Xa = [].concat(Ya.split(","), Ja.split(","), Ka.split(",")), Hr = function(r) {
3207
+ }, Qa = "-12:00,-11:00,-10:00,-09:30,-08:00,-07:00,-06:00,-05:00,-04:30,-04:00,-03:30,-02:00,-01:00", Za = "-00:00,+00:00,+01:00,+02:00,+03:00,+03:30,+04:00,+04:30,+05:00,+05:30,+05:45,+06:00", eo = "+06:30,+07:00,+08:00,+09:00,+10:00,+10:30,+11:00,+11:30,+12:00,+12:45,+13:00,+14:00", ro = [].concat(Qa.split(","), Za.split(","), eo.split(",")), Hr = function(r) {
3099
3208
  return r % 400 === 0 || r % 4 === 0 && r % 100 !== 0;
3100
- }, jr = function(r) {
3101
- return r > Wa.MILLISECOND ? Number(String(r).substring(0, 3)) : r;
3102
3209
  }, Vr = function(r) {
3103
- var t = r.year, a = r.month, o = r.date, n = r.hours, i = r.minutes, s = r.seconds, l = r.milliseconds, d = Ur[a];
3210
+ return r > Xa.MILLISECOND ? Number(String(r).substring(0, 3)) : r;
3211
+ }, Gr = function(r) {
3212
+ var t = r.year, a = r.month, o = r.date, n = r.hours, i = r.minutes, s = r.seconds, l = r.milliseconds, d = jr[a];
3104
3213
  if (Hr(t) && a === 1 && (d += 1), o <= d)
3105
- return new Date(t, a, o, n, i, s, jr(l));
3106
- }, Qa = function(r) {
3214
+ return new Date(t, a, o, n, i, s, Vr(l));
3215
+ }, to = function(r) {
3107
3216
  if (r.length === 23) {
3108
3217
  var t = Number(r[1]), a = r[3] - 1, o = Number(r[9] || 1), n = r[15] || 0, i = r[17] || 0, s = r[20] || 0, l = r[22] || 0;
3109
- return Vr({
3218
+ return Gr({
3110
3219
  date: o,
3111
3220
  year: t,
3112
3221
  hours: n,
@@ -3116,10 +3225,10 @@ var Ba = function(r, t) {
3116
3225
  milliseconds: l
3117
3226
  });
3118
3227
  }
3119
- }, Za = function(r) {
3228
+ }, ao = function(r) {
3120
3229
  if (r.length === 22) {
3121
3230
  var t = Number(r[12]), a = r[1] - 1, o = Number(r[6] || 1), n = r[14] || 0, i = r[16] || 0, s = r[19] || 0, l = r[21] || 0;
3122
- return Vr({
3231
+ return Gr({
3123
3232
  year: t,
3124
3233
  month: a,
3125
3234
  date: o,
@@ -3129,40 +3238,40 @@ var Ba = function(r, t) {
3129
3238
  milliseconds: l
3130
3239
  });
3131
3240
  }
3132
- }, eo = function(r) {
3241
+ }, oo = function(r) {
3133
3242
  if (r.length === 25) {
3134
- var t = Number(r[1]), a = r[2] - 1, o = Number(r[6]), n = new Date(t, a, o).getTimezoneOffset(), i = r[12] || 0, s = r[14] || 0, l = r[17] || 0, d = r[19] || 0, u = r[20], c = r[21], m = r[22] || 0, f = r[24] || 0, p = Ur[a], b, g;
3243
+ var t = Number(r[1]), a = r[2] - 1, o = Number(r[6]), n = new Date(t, a, o).getTimezoneOffset(), i = r[12] || 0, s = r[14] || 0, l = r[17] || 0, d = r[19] || 0, u = r[20], c = r[21], m = r[22] || 0, f = r[24] || 0, p = jr[a], b, g;
3135
3244
  if (Hr(t) && a === 1 && (p += 1), o <= p) {
3136
3245
  if (u === "Z")
3137
3246
  b = i - n / 60, g = s;
3138
3247
  else {
3139
- if (u.includes(":") || (u = u.substr(0, 3) + ":" + u.substr(3)), !Xa.includes(u))
3248
+ if (u.includes(":") || (u = u.substr(0, 3) + ":" + u.substr(3)), !ro.includes(u))
3140
3249
  return;
3141
3250
  b = c === "+" ? i - m - n / 60 : Number(i) + Number(m) - n / 60, g = c === "+" ? s - f : Number(s) + Number(f);
3142
3251
  }
3143
- return new Date(t, a, o, b, g, l, jr(d));
3252
+ return new Date(t, a, o, b, g, l, Vr(d));
3144
3253
  }
3145
3254
  }
3146
- }, Te = [[Va, Qa], [Ga, Za], [$a, eo]], ro = function(r) {
3147
- for (var t = 0, a = Te.length; t < a; t++) {
3148
- var o = Te[t][0].exec(r);
3255
+ }, we = [[Ya, to], [Ja, ao], [Ka, oo]], no = function(r) {
3256
+ for (var t = 0, a = we.length; t < a; t++) {
3257
+ var o = we[t][0].exec(r);
3149
3258
  if (o && o.length > 0)
3150
- return Te[t][1](o);
3259
+ return we[t][1](o);
3151
3260
  }
3152
- }, to = function(r, t) {
3153
- return ro(r);
3154
- }, ar = function(r, t, a) {
3261
+ }, io = function(r, t) {
3262
+ return no(r);
3263
+ }, or = function(r, t, a) {
3155
3264
  var o;
3156
- return Be(r) ? o = new Date(r) : typeof r == "string" && (o = to(r)), o;
3157
- }, ao = function(r, t, a) {
3265
+ return Ue(r) ? o = new Date(r) : typeof r == "string" && (o = io(r)), o;
3266
+ }, so = function(r, t, a) {
3158
3267
  var o = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 0;
3159
- if (!(!le(r) || !Se(t) || !Se(a) || !Se(o))) {
3268
+ if (!(!ce(r) || !Te(t) || !Te(a) || !Te(o))) {
3160
3269
  var n = -t * 60, i = -a * 60, s = o * 60, l = r.getTime() + n * 6e4;
3161
3270
  return new Date(l - (i - s) * 6e4);
3162
3271
  }
3163
- }, oo = {
3272
+ }, lo = {
3164
3273
  Escape: 27
3165
- }, Y = {
3274
+ }, J = {
3166
3275
  fullMonths: "January,February,March,April,May,June,July,August,September,October,November,December".split(","),
3167
3276
  fullWeeks: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
3168
3277
  MonhtList: ["jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"],
@@ -3170,8 +3279,8 @@ var Ba = function(r, t) {
3170
3279
  DateFormats: {
3171
3280
  date: "yyyy-MM-dd"
3172
3281
  }
3173
- }, E = {}, je = ["\\d\\d?", "\\d{3}", "\\d{4}"], D = je[0], no = je[1], io = je[2], j = "[^\\s]+", Gr = /\[([^]*?)\]/gm, or = function() {
3174
- }, so = {
3282
+ }, C = {}, Ve = ["\\d\\d?", "\\d{3}", "\\d{4}"], k = Ve[0], co = Ve[1], uo = Ve[2], V = "[^\\s]+", $r = /\[([^]*?)\]/gm, nr = function() {
3283
+ }, mo = {
3175
3284
  shortDate: "M/D/yy",
3176
3285
  mediumDate: "MMM d, yyyy",
3177
3286
  longDate: "MMMM d, yyyy",
@@ -3180,11 +3289,11 @@ var Ba = function(r, t) {
3180
3289
  shortTime: "HH:mm",
3181
3290
  mediumTime: "HH:mm:ss",
3182
3291
  longTime: "HH:mm:ss.SSS"
3183
- }, $r = function(r, t) {
3292
+ }, Wr = function(r, t) {
3184
3293
  for (var a = [], o = 0, n = r.length; o < n; o++)
3185
3294
  a.push(r[o].substr(0, t));
3186
3295
  return a;
3187
- }, nr = function(r) {
3296
+ }, ir = function(r) {
3188
3297
  return function(t, a, o) {
3189
3298
  var n = o[r].indexOf(a.charAt(0).toUpperCase() + a.substr(1).toLowerCase());
3190
3299
  ~n && (t.month = n);
@@ -3193,20 +3302,20 @@ var Ba = function(r, t) {
3193
3302
  for (r = String(r), t = t || 2; r.length < t; )
3194
3303
  r = "0" + r;
3195
3304
  return r;
3196
- }, lo = function(r) {
3305
+ }, fo = function(r) {
3197
3306
  return r.replace(/[|\\{()[^$+*?.-]/g, "\\$&");
3198
- }, Wr = /d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g, Yr = Y.fullWeeks, Jr = Y.fullMonths, co = $r(Jr, 3), uo = $r(Yr, 3), mo = ["th", "st", "nd", "rd"];
3199
- E.i18n = {
3200
- dayNames: Yr,
3201
- monthNames: Jr,
3202
- dayNamesShort: uo,
3203
- monthNamesShort: co,
3307
+ }, Yr = /d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g, Jr = J.fullWeeks, Kr = J.fullMonths, po = Wr(Kr, 3), ho = Wr(Jr, 3), go = ["th", "st", "nd", "rd"];
3308
+ C.i18n = {
3309
+ dayNames: Jr,
3310
+ monthNames: Kr,
3311
+ dayNamesShort: ho,
3312
+ monthNamesShort: po,
3204
3313
  amPm: ["am", "pm"],
3205
3314
  doFn: function(r) {
3206
- return r + mo[r % 10 > 3 ? 0 : (r - r % 10 !== 10) * r % 10];
3315
+ return r + go[r % 10 > 3 ? 0 : (r - r % 10 !== 10) * r % 10];
3207
3316
  }
3208
3317
  };
3209
- var ir = {
3318
+ var sr = {
3210
3319
  D: function(r) {
3211
3320
  return r.getDay();
3212
3321
  },
@@ -3289,30 +3398,30 @@ var ir = {
3289
3398
  var t = r.getTimezoneOffset();
3290
3399
  return (t > 0 ? "-" : "+") + w(Math.floor(Math.abs(t) / 60) * 100 + Math.abs(t) % 60, 4);
3291
3400
  }
3292
- }, M = {
3293
- d: [D, function(e, r) {
3401
+ }, N = {
3402
+ d: [k, function(e, r) {
3294
3403
  e.day = r;
3295
3404
  }],
3296
- Do: [D + j, function(e, r) {
3405
+ Do: [k + V, function(e, r) {
3297
3406
  e.day = parseInt(r, 10);
3298
3407
  }],
3299
- M: [D, function(e, r) {
3408
+ M: [k, function(e, r) {
3300
3409
  e.month = r - 1;
3301
3410
  }],
3302
- yy: [D, function(e, r) {
3411
+ yy: [k, function(e, r) {
3303
3412
  var t = /* @__PURE__ */ new Date(), a = Number(String(t.getFullYear()).substr(0, 2));
3304
3413
  e.year = String(r > 68 ? a - 1 : a) + r;
3305
3414
  }],
3306
- h: [D, function(e, r) {
3415
+ h: [k, function(e, r) {
3307
3416
  e.hour = r;
3308
3417
  }],
3309
- m: [D, function(e, r) {
3418
+ m: [k, function(e, r) {
3310
3419
  e.minute = r;
3311
3420
  }],
3312
- s: [D, function(e, r) {
3421
+ s: [k, function(e, r) {
3313
3422
  e.second = r;
3314
3423
  }],
3315
- yyyy: [io, function(e, r) {
3424
+ yyyy: [uo, function(e, r) {
3316
3425
  e.year = r;
3317
3426
  }],
3318
3427
  S: ["\\d", function(e, r) {
@@ -3321,14 +3430,14 @@ var ir = {
3321
3430
  SS: ["\\d{2}", function(e, r) {
3322
3431
  e.millisecond = r * 10;
3323
3432
  }],
3324
- SSS: [no, function(e, r) {
3433
+ SSS: [co, function(e, r) {
3325
3434
  e.millisecond = r;
3326
3435
  }],
3327
- D: [D, or],
3328
- ddd: [j, or],
3329
- MMM: [j, nr("monthNamesShort")],
3330
- MMMM: [j, nr("monthNames")],
3331
- a: [j, function(e, r, t) {
3436
+ D: [k, nr],
3437
+ ddd: [V, nr],
3438
+ MMM: [V, ir("monthNamesShort")],
3439
+ MMMM: [V, ir("monthNames")],
3440
+ a: [V, function(e, r, t) {
3332
3441
  var a = r.toLowerCase();
3333
3442
  a === t.amPm[0] ? e.isPm = !1 : a === t.amPm[1] && (e.isPm = !0);
3334
3443
  }],
@@ -3336,30 +3445,30 @@ var ir = {
3336
3445
  var t = String(r).match(/([+-]|\d\d)/gi), a;
3337
3446
  t && (a = Number(t[1] * 60) + parseInt(t[2], 10), e.timezoneOffset = t[0] === "+" ? a : -a);
3338
3447
  }]
3339
- }, fo = ["A", "DD", "dd", "mm", "hh", "MM", "ss", "hh", "H", "HH"];
3340
- E.masks = so;
3341
- M.dddd = M.ddd;
3342
- fo.forEach(function(e) {
3343
- e === "MM" ? M[e] = M[e.substr(0, 1)] : M[e] = M[e.substr(0, 1).toLowerCase()];
3448
+ }, vo = ["A", "DD", "dd", "mm", "hh", "MM", "ss", "hh", "H", "HH"];
3449
+ C.masks = mo;
3450
+ N.dddd = N.ddd;
3451
+ vo.forEach(function(e) {
3452
+ e === "MM" ? N[e] = N[e.substr(0, 1)] : N[e] = N[e.substr(0, 1).toLowerCase()];
3344
3453
  });
3345
- E.format = function(e, r, t) {
3346
- var a = t || E.i18n;
3347
- if (typeof e == "number" && (e = new Date(e)), !le(e) || isNaN(e.getTime()))
3454
+ C.format = function(e, r, t) {
3455
+ var a = t || C.i18n;
3456
+ if (typeof e == "number" && (e = new Date(e)), !ce(e) || isNaN(e.getTime()))
3348
3457
  throw new Error("Invalid Date in fecha.format");
3349
- r = E.masks[r] || r || E.masks.default;
3458
+ r = C.masks[r] || r || C.masks.default;
3350
3459
  var o = [];
3351
- return r = r.replace(Gr, function(n, i) {
3460
+ return r = r.replace($r, function(n, i) {
3352
3461
  return o.push(i), "@@@";
3353
- }), r = r.replace(Wr, function(n) {
3354
- return n in ir ? ir[n](e, a) : n.slice(1, n.length - 1);
3462
+ }), r = r.replace(Yr, function(n) {
3463
+ return n in sr ? sr[n](e, a) : n.slice(1, n.length - 1);
3355
3464
  }), r.replace(/@@@/g, function() {
3356
3465
  return o.shift();
3357
3466
  });
3358
3467
  };
3359
- var po = function(r, t) {
3360
- var a = [], o = lo(r).replace(Wr, function(n) {
3361
- if (M[n]) {
3362
- var i = M[n];
3468
+ var bo = function(r, t) {
3469
+ var a = [], o = fo(r).replace(Yr, function(n) {
3470
+ if (N[n]) {
3471
+ var i = N[n];
3363
3472
  return t.push(i[1]), "(" + i[0] + ")";
3364
3473
  }
3365
3474
  return n;
@@ -3367,11 +3476,11 @@ var po = function(r, t) {
3367
3476
  return o = o.replace(/@@@/g, function() {
3368
3477
  return a.shift();
3369
3478
  }), o;
3370
- }, ho = function(r) {
3479
+ }, yo = function(r) {
3371
3480
  var t, a = /* @__PURE__ */ new Date();
3372
- if (_(r.timezoneOffset)) {
3373
- var c = r.year, m = r.month, f = r.day, p = r.hour, b = r.minute, g = r.second, be = r.millisecond;
3374
- t = new Date(c || a.getFullYear(), m || 0, f || 1, p || 0, b || 0, g || 0, be || 0);
3481
+ if (B(r.timezoneOffset)) {
3482
+ var c = r.year, m = r.month, f = r.day, p = r.hour, b = r.minute, g = r.second, ye = r.millisecond;
3483
+ t = new Date(c || a.getFullYear(), m || 0, f || 1, p || 0, b || 0, g || 0, ye || 0);
3375
3484
  } else {
3376
3485
  r.minute = Number(r.minute || 0) - Number(r.timezoneOffset);
3377
3486
  var o = r.year, n = r.month, i = r.day, s = r.hour, l = r.minute, d = r.second, u = r.millisecond;
@@ -3379,76 +3488,76 @@ var po = function(r, t) {
3379
3488
  }
3380
3489
  return t;
3381
3490
  };
3382
- E.parse = function(e, r, t) {
3383
- var a = t || E.i18n;
3491
+ C.parse = function(e, r, t) {
3492
+ var a = t || C.i18n;
3384
3493
  if (typeof r != "string")
3385
3494
  throw new TypeError("Invalid format in fecha.parse");
3386
- if (r = E.masks[r] || r, e.length > 1e3)
3495
+ if (r = C.masks[r] || r, e.length > 1e3)
3387
3496
  return null;
3388
3497
  var o = {}, n = [];
3389
- r = r.replace(Gr, function(u, c) {
3498
+ r = r.replace($r, function(u, c) {
3390
3499
  return "@@@";
3391
3500
  });
3392
- var i = po(r, n), s = e.match(new RegExp(i, "i"));
3501
+ var i = bo(r, n), s = e.match(new RegExp(i, "i"));
3393
3502
  if (!s)
3394
3503
  return null;
3395
3504
  for (var l = 1, d = s.length; l < d; l++)
3396
3505
  n[l - 1](o, s[l], a);
3397
- return o.isPm === !0 && !_(o.hour) && Number(o.hour) !== 12 ? o.hour = Number(o.hour) + 12 : o.isPm === !1 && Number(o.hour) === 12 && (o.hour = 0), ho(o);
3506
+ return o.isPm === !0 && !B(o.hour) && Number(o.hour) !== 12 ? o.hour = Number(o.hour) + 12 : o.isPm === !1 && Number(o.hour) === 12 && (o.hour = 0), yo(o);
3398
3507
  };
3399
- var sr = Y.Weeks, lr = Y.MonhtList, go = Y.DateFormats.date, vo = function(r) {
3508
+ var lr = J.Weeks, cr = J.MonhtList, So = J.DateFormats.date, To = function(r) {
3400
3509
  return {
3401
- dayNamesShort: sr.map(function(t) {
3510
+ dayNamesShort: lr.map(function(t) {
3402
3511
  return r("ui.datepicker.weeks.".concat(t));
3403
3512
  }),
3404
- dayNames: sr.map(function(t) {
3513
+ dayNames: lr.map(function(t) {
3405
3514
  return r("ui.datepicker.weeks.".concat(t));
3406
3515
  }),
3407
- monthNamesShort: lr.map(function(t, a) {
3516
+ monthNamesShort: cr.map(function(t, a) {
3408
3517
  return r("ui.datepicker.month".concat(a + 1)).replace(" ", "");
3409
3518
  }),
3410
- monthNames: lr.map(function(t) {
3519
+ monthNames: cr.map(function(t) {
3411
3520
  return r("ui.datepicker.months.".concat(t));
3412
3521
  }),
3413
3522
  amPm: ["am", "pm"]
3414
3523
  };
3415
- }, bo = function(r) {
3416
- return !(_(r) || isNaN(new Date(r).getTime()) || Array.isArray(r));
3417
- }, yo = function(r) {
3418
- return bo(r) ? new Date(r) : null;
3419
- }, So = function(r, t, a) {
3420
- return r = yo(r), r ? E.format(r, t || go, vo(a)) : "";
3421
- }, To = function() {
3524
+ }, wo = function(r) {
3525
+ return !(B(r) || isNaN(new Date(r).getTime()) || Array.isArray(r));
3526
+ }, xo = function(r) {
3527
+ return wo(r) ? new Date(r) : null;
3528
+ }, Eo = function(r, t, a) {
3529
+ return r = xo(r), r ? C.format(r, t || So, To(a)) : "";
3530
+ }, Co = function() {
3422
3531
  return y ? function(e) {
3423
3532
  setTimeout(function() {
3424
3533
  return e(Date.now());
3425
3534
  }, 1e3 / 60);
3426
3535
  } : window.requestAnimationFrame.bind(window);
3427
- }(), Ie = function(r) {
3428
- r.scheduled || (r.scheduled = !0, r.raf(wo.bind(null, r)));
3429
- }, wo = function(r) {
3536
+ }(), Oe = function(r) {
3537
+ r.scheduled || (r.scheduled = !0, r.raf(Ao.bind(null, r)));
3538
+ }, Ao = function(r) {
3430
3539
  var t = r.reads, a = r.writes, o;
3431
3540
  try {
3432
3541
  r.runTasks(t), r.runTasks(a);
3433
3542
  } catch (n) {
3434
3543
  o = n;
3435
3544
  }
3436
- if (r.scheduled = !1, (t.length || a.length) && Ie(r), o)
3545
+ if (r.scheduled = !1, (t.length || a.length) && Oe(r), o)
3437
3546
  if (r.catch)
3438
3547
  r.catch(o);
3439
3548
  else
3440
3549
  throw o;
3441
- }, cr = function(r, t) {
3550
+ }, dr = function(r, t) {
3442
3551
  var a = r.indexOf(t);
3443
3552
  return !!~a && !!r.splice(a, 1);
3444
- }, xo = function(r, t) {
3553
+ }, Do = function(r, t) {
3445
3554
  for (var a in t)
3446
3555
  Object.hasOwnProperty.call(t, a) && (r[a] = t[a]);
3447
- }, Eo = /* @__PURE__ */ function() {
3556
+ }, ko = /* @__PURE__ */ function() {
3448
3557
  function e() {
3449
- me(this, e), this.reads = [], this.writes = [], this.raf = To.bind(window);
3558
+ fe(this, e), this.reads = [], this.writes = [], this.raf = Co.bind(window);
3450
3559
  }
3451
- return fe(e, [{
3560
+ return pe(e, [{
3452
3561
  key: "runTasks",
3453
3562
  value: function(t) {
3454
3563
  for (var a; a = t.shift(); ) a();
@@ -3457,28 +3566,28 @@ var sr = Y.Weeks, lr = Y.MonhtList, go = Y.DateFormats.date, vo = function(r) {
3457
3566
  key: "measure",
3458
3567
  value: function(t, a) {
3459
3568
  var o = a ? t.bind(a) : t;
3460
- return this.reads.push(o), Ie(this), o;
3569
+ return this.reads.push(o), Oe(this), o;
3461
3570
  }
3462
3571
  }, {
3463
3572
  key: "mutate",
3464
3573
  value: function(t, a) {
3465
3574
  var o = a ? t.bind(a) : t;
3466
- return this.writes.push(o), Ie(this), o;
3575
+ return this.writes.push(o), Oe(this), o;
3467
3576
  }
3468
3577
  }, {
3469
3578
  key: "clear",
3470
3579
  value: function(t) {
3471
- return cr(this.reads, t) || cr(this.writes, t);
3580
+ return dr(this.reads, t) || dr(this.writes, t);
3472
3581
  }
3473
3582
  }, {
3474
3583
  key: "extend",
3475
3584
  value: function(t) {
3476
- if (!t || ne(t) !== "object") throw new Error("[TINY][FastDom] expected object");
3585
+ if (!t || ie(t) !== "object") throw new Error("[TINY][FastDom] expected object");
3477
3586
  var a = Object.create(this);
3478
- return xo(a, t), a.fastdom = this, a.initialize && a.initialize(), a;
3587
+ return Do(a, t), a.fastdom = this, a.initialize && a.initialize(), a;
3479
3588
  }
3480
3589
  }]);
3481
- }(), Kr = new Eo(), dr = function(r, t, a, o) {
3590
+ }(), Xr = new ko(), ur = function(r, t, a, o) {
3482
3591
  var n = r._tasks, i = r.fastdom, s, l = new Promise(function(d, u) {
3483
3592
  s = i[t](function() {
3484
3593
  n.delete(l);
@@ -3490,33 +3599,33 @@ var sr = Y.Weeks, lr = Y.MonhtList, go = Y.DateFormats.date, vo = function(r) {
3490
3599
  }, o);
3491
3600
  });
3492
3601
  return n.set(l, s), l;
3493
- }, Co = {
3602
+ }, Mo = {
3494
3603
  initialize: function() {
3495
3604
  this._tasks = /* @__PURE__ */ new Map();
3496
3605
  },
3497
3606
  mutate: function(r, t) {
3498
- return dr(this, "mutate", r, t);
3607
+ return ur(this, "mutate", r, t);
3499
3608
  },
3500
3609
  measure: function(r, t) {
3501
- return dr(this, "measure", r, t);
3610
+ return ur(this, "measure", r, t);
3502
3611
  },
3503
3612
  clear: function(r) {
3504
3613
  var t = this._tasks, a = t.get(r);
3505
3614
  this.fastdom.clear(a), t.delete(r);
3506
3615
  }
3507
3616
  };
3508
- Kr.extend(Co);
3509
- var Ao = function(r, t) {
3617
+ Xr.extend(Mo);
3618
+ var No = function(r, t) {
3510
3619
  for (var a = t.length; a--; )
3511
3620
  r.clear(t[a]), t.splice(a, 1);
3512
- }, Do = function(r, t) {
3621
+ }, zo = function(r, t) {
3513
3622
  var a = r.indexOf(t);
3514
3623
  return !!~a && !!r.splice(a, 1);
3515
- }, ko = /* @__PURE__ */ function() {
3624
+ }, Fo = /* @__PURE__ */ function() {
3516
3625
  function e(r) {
3517
- me(this, e), this.fastdom = r, this.tasks = [];
3626
+ fe(this, e), this.fastdom = r, this.tasks = [];
3518
3627
  }
3519
- return fe(e, [{
3628
+ return pe(e, [{
3520
3629
  key: "measure",
3521
3630
  value: function(t, a) {
3522
3631
  var o = this.tasks, n = this.fastdom.measure(function() {
@@ -3535,38 +3644,38 @@ var Ao = function(r, t) {
3535
3644
  }, {
3536
3645
  key: "clear",
3537
3646
  value: function(t) {
3538
- return arguments.length || Ao(this.fastdom, this.tasks), Do(this.tasks, t), this.fastdom.clear(t);
3647
+ return arguments.length || No(this.fastdom, this.tasks), zo(this.tasks, t), this.fastdom.clear(t);
3539
3648
  }
3540
3649
  }]);
3541
- }(), Mo = {
3650
+ }(), Io = {
3542
3651
  sandbox: function() {
3543
- return new ko(this.fastdom);
3652
+ return new Fo(this.fastdom);
3544
3653
  }
3545
3654
  };
3546
- Kr.extend(Mo);
3547
- var No = ["fullscreenElement", "fullscreenEnabled", "requestFullscreen", "exitFullscreen", "fullscreenchange", "fullscreenerror"], zo = ["mozFullScreenElement", "mozFullScreenEnabled", "mozRequestFullScreen", "mozCancelFullScreen", "mozfullscreenchange", "mozfullscreenerror"], Fo = ["webkitFullscreenElement", "webkitFullscreenEnabled", "webkitRequestFullscreen", "webkitExitFullscreen", "webkitfullscreenchange", "webkitfullscreenerror"], Io = ["msFullscreenElement", "msFullscreenEnabled", "msRequestFullscreen", "msExitFullscreen", "MSFullscreenChange", "MSFullscreenError"], we = [No, Fo, zo, Io], C = typeof window < "u" && typeof window.document < "u" ? window.document : {}, v = null, Oo = function() {
3655
+ Xr.extend(Io);
3656
+ var Oo = ["fullscreenElement", "fullscreenEnabled", "requestFullscreen", "exitFullscreen", "fullscreenchange", "fullscreenerror"], Ro = ["mozFullScreenElement", "mozFullScreenEnabled", "mozRequestFullScreen", "mozCancelFullScreen", "mozfullscreenchange", "mozfullscreenerror"], Lo = ["webkitFullscreenElement", "webkitFullscreenEnabled", "webkitRequestFullscreen", "webkitExitFullscreen", "webkitfullscreenchange", "webkitfullscreenerror"], Po = ["msFullscreenElement", "msFullscreenEnabled", "msRequestFullscreen", "msExitFullscreen", "MSFullscreenChange", "MSFullscreenError"], xe = [Oo, Lo, Ro, Po], A = typeof window < "u" && typeof window.document < "u" ? window.document : {}, v = null, qo = function() {
3548
3657
  if (!y)
3549
- for (var r = 0, t = we.length; r < t; r++) {
3550
- var a = we[r];
3551
- if (a && a[1] in C) {
3658
+ for (var r = 0, t = xe.length; r < t; r++) {
3659
+ var a = xe[r];
3660
+ if (a && a[1] in A) {
3552
3661
  for (v = {}, r = 0; r < a.length; r++)
3553
- v[we[0][r]] = a[r];
3662
+ v[xe[0][r]] = a[r];
3554
3663
  return;
3555
3664
  }
3556
3665
  }
3557
3666
  };
3558
- Oo();
3559
- var ur = {
3667
+ qo();
3668
+ var mr = {
3560
3669
  change: v && v.fullscreenchange,
3561
3670
  error: v && v.fullscreenerror
3562
- }, Oe = {
3671
+ }, Re = {
3563
3672
  request: function(r, t) {
3564
3673
  var a = this;
3565
3674
  return new Promise(function(o, n) {
3566
3675
  var i = function() {
3567
3676
  a.off("change", i), o();
3568
3677
  };
3569
- if (a.on("change", i), r = r || (y ? null : C.documentElement), r && v && r[v.requestFullscreen]) {
3678
+ if (a.on("change", i), r = r || (y ? null : A.documentElement), r && v && r[v.requestFullscreen]) {
3570
3679
  var s = r[v.requestFullscreen](t);
3571
3680
  s instanceof Promise && s.then(i).catch(n);
3572
3681
  } else
@@ -3583,8 +3692,8 @@ var ur = {
3583
3692
  var o = function() {
3584
3693
  r.off("change", o), t();
3585
3694
  };
3586
- if (r.on("change", o), !y && v && C[v.exitFullscreen]) {
3587
- var n = C[v.exitFullscreen]();
3695
+ if (r.on("change", o), !y && v && A[v.exitFullscreen]) {
3696
+ var n = A[v.exitFullscreen]();
3588
3697
  n instanceof Promise && n.then(o).catch(a);
3589
3698
  } else
3590
3699
  a(new Error("Fullscreen API not supported."));
@@ -3600,16 +3709,16 @@ var ur = {
3600
3709
  this.on("error", r);
3601
3710
  },
3602
3711
  on: function(r, t) {
3603
- var a = ur[r];
3604
- a && !y && P(C, a, t);
3712
+ var a = mr[r];
3713
+ a && !y && q(A, a, t);
3605
3714
  },
3606
3715
  off: function(r, t) {
3607
- var a = ur[r];
3608
- a && !y && oe(C, a, t);
3716
+ var a = mr[r];
3717
+ a && !y && ne(A, a, t);
3609
3718
  },
3610
3719
  raw: v || {}
3611
3720
  };
3612
- y ? Object.defineProperties(Oe, {
3721
+ y ? Object.defineProperties(Re, {
3613
3722
  isFullscreen: {
3614
3723
  get: function() {
3615
3724
  return !1;
@@ -3627,60 +3736,60 @@ y ? Object.defineProperties(Oe, {
3627
3736
  return !1;
3628
3737
  }
3629
3738
  }
3630
- }) : Object.defineProperties(Oe, {
3739
+ }) : Object.defineProperties(Re, {
3631
3740
  isFullscreen: {
3632
3741
  get: function() {
3633
- return !!C[v && v.fullscreenElement];
3742
+ return !!A[v && v.fullscreenElement];
3634
3743
  }
3635
3744
  },
3636
3745
  element: {
3637
3746
  enumerable: !0,
3638
3747
  get: function() {
3639
- return C[v && v.fullscreenElement];
3748
+ return A[v && v.fullscreenElement];
3640
3749
  }
3641
3750
  },
3642
3751
  isEnabled: {
3643
3752
  enumerable: !0,
3644
3753
  get: function() {
3645
- return !!C[v && v.fullscreenEnabled];
3754
+ return !!A[v && v.fullscreenEnabled];
3646
3755
  }
3647
3756
  }
3648
3757
  });
3649
- Oe.isEnabled;
3650
- var N = null, Lo = "ws://localhost", mr = [27197, 27198, 27199], xe = 0, z, Xr = 1e3, Qr = 3e4, Ro = 0, Ve = {}, Zr, Po = 20 * 1e3, fr = null, et = null, Le = {}, rt = {}, S = {}, tt = function() {
3651
- }, at = function() {
3652
- }, ot = function(r) {
3653
- clearTimeout(Le[r]), delete Ve[r], delete Le[r];
3654
- }, qo = function() {
3655
- et = setTimeout(function() {
3656
- N.close();
3758
+ Re.isEnabled;
3759
+ var z = null, _o = "ws://localhost", fr = [27197, 27198, 27199], Ee = 0, F, Qr = 1e3, Zr = 3e4, Bo = 0, Ge = {}, et, Uo = 20 * 1e3, pr = null, rt = null, Le = {}, tt = {}, S = {}, at = function() {
3760
+ }, ot = function() {
3761
+ }, nt = function(r) {
3762
+ clearTimeout(Le[r]), delete Ge[r], delete Le[r];
3763
+ }, jo = function() {
3764
+ rt = setTimeout(function() {
3765
+ z.close();
3657
3766
  }, 5e3);
3658
- }, A = function(r, t) {
3659
- var a = Ro++;
3660
- if (a = String(a), r.cid = a, !z) {
3767
+ }, D = function(r, t) {
3768
+ var a = Bo++;
3769
+ if (a = String(a), r.cid = a, !F) {
3661
3770
  t && setTimeout(t, 0, {
3662
3771
  ok: !1,
3663
3772
  message: "eSpace is not logged in."
3664
3773
  });
3665
3774
  return;
3666
3775
  }
3667
- typeof t == "function" && (Ve[a] = t, Le[a] = setTimeout(function() {
3776
+ typeof t == "function" && (Ge[a] = t, Le[a] = setTimeout(function() {
3668
3777
  t({
3669
3778
  ok: !1,
3670
3779
  message: "time out"
3671
- }), ot(a);
3672
- }, Qr)), N.send(JSON.stringify(r));
3673
- }, nt = function() {
3674
- fr = setTimeout(function() {
3675
- z ? A({
3780
+ }), nt(a);
3781
+ }, Zr)), z.send(JSON.stringify(r));
3782
+ }, it = function() {
3783
+ pr = setTimeout(function() {
3784
+ F ? D({
3676
3785
  type: "heartbeat"
3677
3786
  }, function() {
3678
- nt();
3679
- }) : clearTimeout(fr);
3680
- }, Po);
3681
- }, _o = function(r) {
3682
- z = !0, nt(), clearTimeout(Zr), clearTimeout(et), at(r);
3683
- }, Bo = function(r) {
3787
+ it();
3788
+ }) : clearTimeout(pr);
3789
+ }, Uo);
3790
+ }, Ho = function(r) {
3791
+ F = !0, it(), clearTimeout(et), clearTimeout(rt), ot(r);
3792
+ }, Vo = function(r) {
3684
3793
  var t = r.data;
3685
3794
  if (typeof t == "string" && (t = t.replace(/^\d+/, ""), !!t)) {
3686
3795
  try {
@@ -3688,36 +3797,36 @@ var N = null, Lo = "ws://localhost", mr = [27197, 27198, 27199], xe = 0, z, Xr =
3688
3797
  } catch (i) {
3689
3798
  return !i;
3690
3799
  }
3691
- if (z) {
3692
- var a = rt[t.type];
3800
+ if (F) {
3801
+ var a = tt[t.type];
3693
3802
  if (a)
3694
3803
  return a(t.data);
3695
- var o = t.cid, n = Ve[o];
3804
+ var o = t.cid, n = Ge[o];
3696
3805
  n && (t.ok ? n(null, t.data) : n({
3697
3806
  ok: t.ok
3698
- }), ot(o));
3807
+ }), nt(o));
3699
3808
  } else
3700
- t.type === "eSpace-ctrl-connection-success" ? _o(t.data) : N.close();
3809
+ t.type === "eSpace-ctrl-connection-success" ? Ho(t.data) : z.close();
3701
3810
  }
3702
- }, Uo = function() {
3703
- N.onopen = qo, N.onclose = Ho, N.onmessage = Bo;
3704
- }, it = function(r) {
3705
- Zr = setTimeout(function() {
3706
- xe >= mr.length && (xe = 0), N = new WebSocket(Lo + ":" + mr[xe++]), Uo();
3811
+ }, Go = function() {
3812
+ z.onopen = jo, z.onclose = $o, z.onmessage = Vo;
3813
+ }, st = function(r) {
3814
+ et = setTimeout(function() {
3815
+ Ee >= fr.length && (Ee = 0), z = new WebSocket(_o + ":" + fr[Ee++]), Go();
3707
3816
  }, r || 0);
3708
- }, Ho = function() {
3709
- (z || typeof z > "u") && (z = !1, tt()), it(Xr);
3817
+ }, $o = function() {
3818
+ (F || typeof F > "u") && (F = !1, at()), st(Qr);
3710
3819
  };
3711
3820
  S.init = function(e) {
3712
- e && (Qr = e.timeout || 3e4, Xr = e.pollingInterval || 0), it();
3821
+ e && (Zr = e.timeout || 3e4, Qr = e.pollingInterval || 0), st();
3713
3822
  };
3714
3823
  S.ready = function(e) {
3715
- at = e;
3824
+ ot = e;
3716
3825
  };
3717
3826
  S.error = function(e) {
3718
- tt = e;
3827
+ at = e;
3719
3828
  };
3720
- var pr = function(r, t, a) {
3829
+ var hr = function(r, t, a) {
3721
3830
  for (var o = [], n = 0; n < t; n++) {
3722
3831
  var i = r;
3723
3832
  n && (i += n);
@@ -3727,7 +3836,7 @@ var pr = function(r, t, a) {
3727
3836
  return o;
3728
3837
  };
3729
3838
  S.on = function(e, r) {
3730
- rt[e] = r;
3839
+ tt[e] = r;
3731
3840
  };
3732
3841
  S.getUserInfo = function(e, r) {
3733
3842
  var t = function(o, n) {
@@ -3737,8 +3846,8 @@ S.getUserInfo = function(e, r) {
3737
3846
  return {
3738
3847
  account: c.account,
3739
3848
  name: c.name,
3740
- mobile: pr("mobile", 6, c),
3741
- office_phone: pr("office_phone", 6, c),
3849
+ mobile: hr("mobile", 6, c),
3850
+ office_phone: hr("office_phone", 6, c),
3742
3851
  home_phone: c.home_phone,
3743
3852
  ip_phone: c.ip_phone,
3744
3853
  other_phone: c.other_phone
@@ -3756,20 +3865,20 @@ S.getUserInfo = function(e, r) {
3756
3865
  r(null, s);
3757
3866
  }
3758
3867
  };
3759
- A({
3868
+ D({
3760
3869
  type: "get-user-info",
3761
3870
  param: e
3762
3871
  }, t);
3763
3872
  };
3764
3873
  S.subscribeUserStatus = function(e, r) {
3765
3874
  Array.isArray(e) && e.forEach(function(t) {
3766
- }), A({
3875
+ }), D({
3767
3876
  type: "subscribe-user-status",
3768
3877
  param: e
3769
3878
  }, r);
3770
3879
  };
3771
3880
  S.eSpaceCall = function(e, r, t) {
3772
- A({
3881
+ D({
3773
3882
  type: "espace-call",
3774
3883
  param: {
3775
3884
  account: e,
@@ -3778,7 +3887,7 @@ S.eSpaceCall = function(e, r, t) {
3778
3887
  }, t);
3779
3888
  };
3780
3889
  S.eSpaceCallByAccount = function(e, r) {
3781
- A({
3890
+ D({
3782
3891
  type: "espace-call",
3783
3892
  param: {
3784
3893
  account: e
@@ -3786,7 +3895,7 @@ S.eSpaceCallByAccount = function(e, r) {
3786
3895
  }, r);
3787
3896
  };
3788
3897
  S.eSpaceCallByNumber = function(e, r) {
3789
- A({
3898
+ D({
3790
3899
  type: "espace-call",
3791
3900
  param: {
3792
3901
  number: e
@@ -3794,43 +3903,43 @@ S.eSpaceCallByNumber = function(e, r) {
3794
3903
  }, r);
3795
3904
  };
3796
3905
  S.showImDialog = function(e, r) {
3797
- A({
3906
+ D({
3798
3907
  type: "show-espace-im-dialog",
3799
3908
  param: e
3800
3909
  }, r);
3801
3910
  };
3802
3911
  S.showGroupDialog = function(e, r) {
3803
- A({
3912
+ D({
3804
3913
  type: "show-espace-im-group-dialog",
3805
3914
  param: e
3806
3915
  }, r);
3807
3916
  };
3808
3917
  S.addContactList = function(e, r) {
3809
- A({
3918
+ D({
3810
3919
  type: "add-contact-list",
3811
3920
  param: e
3812
3921
  }, r);
3813
3922
  };
3814
3923
  if (y || !window.WebSocket) {
3815
- var jo = function() {
3924
+ var Wo = function() {
3816
3925
  };
3817
- for (var Ee in S)
3818
- if (Object.prototype.hasOwnProperty.call(S, Ee)) {
3819
- var Vo = S[Ee];
3820
- typeof Vo == "function" && (S[Ee] = jo);
3926
+ for (var Ce in S)
3927
+ if (Object.prototype.hasOwnProperty.call(S, Ce)) {
3928
+ var Yo = S[Ce];
3929
+ typeof Yo == "function" && (S[Ce] = Wo);
3821
3930
  }
3822
3931
  }
3823
- var re = {}, V = {
3932
+ var te = {}, G = {
3824
3933
  leave: "v-modal-leave",
3825
3934
  enter: "v-modal-enter",
3826
3935
  modal: "v-modal"
3827
- }, Go = function(r, t) {
3936
+ }, Jo = function(r, t) {
3828
3937
  for (var a = r.length - 1; a >= 0; a--)
3829
3938
  if (r[a].id === t) {
3830
3939
  r.splice(a, 1);
3831
3940
  break;
3832
3941
  }
3833
- }, Re, T = {
3942
+ }, Pe, T = {
3834
3943
  step: 2,
3835
3944
  zIndex: 2e3,
3836
3945
  globalScroll: !1,
@@ -3853,15 +3962,15 @@ var re = {}, V = {
3853
3962
  },
3854
3963
  /** 全局反注册 */
3855
3964
  deregister: function(r) {
3856
- r && (re[r] = null, delete re[r]);
3965
+ r && (te[r] = null, delete te[r]);
3857
3966
  },
3858
3967
  /** 返回全局实例 */
3859
3968
  getInstance: function(r) {
3860
- return re[r];
3969
+ return te[r];
3861
3970
  },
3862
3971
  /** 全局注册 仅vue-popup.ts中使用,instance就是vm, 把vm注册到 vm._popupId 这个键值上 */
3863
3972
  register: function(r, t) {
3864
- r && t && (re[r] = t);
3973
+ r && t && (te[r] = t);
3865
3974
  },
3866
3975
  nextZIndex: function() {
3867
3976
  var r = T.zIndex;
@@ -3876,15 +3985,15 @@ var re = {}, V = {
3876
3985
  if (l.id === r)
3877
3986
  return;
3878
3987
  }
3879
- var d = Re();
3880
- if (Z(d, V.modal), this.modalFade && !T.hasModal && Z(d, V.enter), o) {
3988
+ var d = Pe();
3989
+ if (ee(d, G.modal), this.modalFade && !T.hasModal && ee(d, G.enter), o) {
3881
3990
  var u = o.trim().split(/\s+/);
3882
3991
  u.forEach(function(m) {
3883
- return Z(d, m);
3992
+ return ee(d, m);
3884
3993
  });
3885
3994
  }
3886
3995
  setTimeout(function() {
3887
- ee(d, V.enter);
3996
+ re(d, G.enter);
3888
3997
  }, 200), t && (d.style.zIndex = t.toString()), d.style.display = "", d.tabIndex = 0;
3889
3998
  var c;
3890
3999
  a && a.parentNode && a.parentNode.nodeType !== 11 ? c = a.parentNode : c = document.body, c.appendChild(d), this.modalStack.push({
@@ -3903,28 +4012,28 @@ var re = {}, V = {
3903
4012
  }
3904
4013
  },
3905
4014
  closeModal: function(r) {
3906
- var t = this.modalStack, a = Re();
4015
+ var t = this.modalStack, a = Pe();
3907
4016
  if (t.length > 0) {
3908
4017
  var o = t[t.length - 1];
3909
4018
  if (o.id === r) {
3910
4019
  if (o.modalClass) {
3911
4020
  var n = o.modalClass.trim().split(/\s+/);
3912
4021
  n.forEach(function(s) {
3913
- return ee(a, s);
4022
+ return re(a, s);
3914
4023
  });
3915
4024
  }
3916
4025
  t.pop();
3917
4026
  var i = t.length;
3918
4027
  i > 0 && (a.style.zIndex = t[i - 1].zIndex.toString());
3919
4028
  } else
3920
- Go(t, r);
4029
+ Jo(t, r);
3921
4030
  }
3922
- t.length === 0 && (this.modalFade && Z(a, V.leave), ee(document.body, this.popLockClass), this.resetBodyBorder(), setTimeout(function() {
3923
- t.length === 0 && (a.parentNode && a.parentNode.removeChild(a), a.style.display = "none", T.modalDom = null), ee(a, V.leave);
4031
+ t.length === 0 && (this.modalFade && ee(a, G.leave), re(document.body, this.popLockClass), this.resetBodyBorder(), setTimeout(function() {
4032
+ t.length === 0 && (a.parentNode && a.parentNode.removeChild(a), a.style.display = "none", T.modalDom = null), re(a, G.leave);
3924
4033
  }, 200));
3925
4034
  }
3926
4035
  };
3927
- Re = function() {
4036
+ Pe = function() {
3928
4037
  if (y)
3929
4038
  return null;
3930
4039
  var r = T.modalDom;
@@ -3932,12 +4041,12 @@ Re = function() {
3932
4041
  t.preventDefault(), t.stopPropagation();
3933
4042
  }, {
3934
4043
  passive: !0
3935
- }), P(r, "click", function() {
4044
+ }), q(r, "click", function() {
3936
4045
  T.doOnModalClick();
3937
4046
  })), r;
3938
4047
  };
3939
- y || P(window, "keydown", function(e) {
3940
- if (e.keyCode === oo.Escape) {
4048
+ y || q(window, "keydown", function(e) {
4049
+ if (e.keyCode === lo.Escape) {
3941
4050
  var r = T.modalStack;
3942
4051
  if (r.length > 0) {
3943
4052
  var t = r[r.length - 1];
@@ -3953,14 +4062,14 @@ y || P(window, "keydown", function(e) {
3953
4062
  r.target.popperVm && r.contentRect.height > 50 && r.target.popperVm.update();
3954
4063
  });
3955
4064
  });
3956
- var $ = ue, W = function() {
3957
- var r = Object.getPrototypeOf(this || te).$t;
3958
- if (typeof r == "function" && r !== ve)
4065
+ var W = me, Y = function() {
4066
+ var r = Object.getPrototypeOf(this || ae).$t;
4067
+ if (typeof r == "function" && r !== be)
3959
4068
  return r.apply(this, arguments);
3960
- }, ve = function(r) {
3961
- var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : void 0, a = W.apply(this, arguments);
4069
+ }, be = function(r) {
4070
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : void 0, a = Y.apply(this, arguments);
3962
4071
  if (a == null || a === r) {
3963
- for (var o = r.split("."), n = $, i = 0, s = o.length; i < s; i++) {
4072
+ for (var o = r.split("."), n = W, i = 0, s = o.length; i < s; i++) {
3964
4073
  var l = o[i];
3965
4074
  if (a = n[l] || "", i === s - 1) return gt(a, t);
3966
4075
  if (!a) return "";
@@ -3969,21 +4078,21 @@ var $ = ue, W = function() {
3969
4078
  return "";
3970
4079
  } else
3971
4080
  return a;
3972
- }, st = function(r) {
3973
- return $ = r || $, $;
3974
- }, $o = function() {
3975
- return $.code;
3976
4081
  }, lt = function(r) {
3977
4082
  return W = r || W, W;
3978
- }, Ge = ge, ct = function(r) {
4083
+ }, Ko = function() {
4084
+ return W.code;
4085
+ }, ct = function(r) {
4086
+ return Y = r || Y, Y;
4087
+ }, $e = ve, dt = function(r) {
3979
4088
  var t = r.VueI18n, a = r.messages, o = a === void 0 ? {} : a, n = r.i18n, i = n === void 0 ? {} : n, s = r.merge;
3980
4089
  typeof s != "function" && (s = function(c) {
3981
4090
  var m = c.lang, f = c.i18n, p = c.messages;
3982
- return Ge.call(null, !0, m, f.messages, p);
4091
+ return $e.call(null, !0, m, f.messages, p);
3983
4092
  });
3984
4093
  var l = {
3985
- zhCN: ue,
3986
- enUS: Pe
4094
+ zhCN: me,
4095
+ enUS: qe
3987
4096
  };
3988
4097
  if (typeof t == "function") {
3989
4098
  var d = new t({
@@ -3994,30 +4103,30 @@ var $ = ue, W = function() {
3994
4103
  messages: o
3995
4104
  })
3996
4105
  });
3997
- return W = function(c, m) {
4106
+ return Y = function(c, m) {
3998
4107
  return d.t(c, m);
3999
4108
  }, d;
4000
4109
  }
4001
- return te && typeof te.prototype.$t != "function" && (te.prototype.$t = ve), s({
4110
+ return ae && typeof ae.prototype.$t != "function" && (ae.prototype.$t = be), s({
4002
4111
  lang: l,
4003
4112
  i18n: i,
4004
4113
  messages: o
4005
4114
  });
4006
- }, Wo = !0, Yo = !1;
4007
- const Jo = {
4008
- isVue2: Wo,
4009
- isVue3: Yo,
4010
- extend: Ge,
4011
- i18n: lt,
4012
- initI18n: ct,
4013
- t: ve,
4014
- use: st,
4015
- enUS: Pe,
4016
- zhCN: ue
4115
+ }, Xo = !0, Qo = !1;
4116
+ const Zo = {
4117
+ isVue2: Xo,
4118
+ isVue3: Qo,
4119
+ extend: $e,
4120
+ i18n: ct,
4121
+ initI18n: dt,
4122
+ t: be,
4123
+ use: lt,
4124
+ enUS: qe,
4125
+ zhCN: me
4017
4126
  };
4018
- var Ko = function(r) {
4127
+ var en = function(r) {
4019
4128
  var t = 3, a = ",", o = ".";
4020
- if (F(r))
4129
+ if (I(r))
4021
4130
  return r;
4022
4131
  if (typeof r == "string") {
4023
4132
  var n = r.match(/\d{2}([^\d]?)\d{3}([^\d]?)\d{2}/);
@@ -4028,27 +4137,27 @@ var Ko = function(r) {
4028
4137
  groupSize: t,
4029
4138
  decimalSeparator: o
4030
4139
  };
4031
- }, Xo = function(r) {
4140
+ }, rn = function(r) {
4032
4141
  var t = r.DateFormat, a = t === void 0 ? "yyyy-MM-dd" : t, o = r.TimeFormat, n = o === void 0 ? "HH:mm:ss" : o;
4033
4142
  return {
4034
4143
  DateFormat: a,
4035
4144
  DateTimeFormat: "".concat(a, " ").concat(n),
4036
4145
  TimeFormat: n
4037
4146
  };
4038
- }, dt = /(-|\+)(\d{2}):?(\d{2})$/, Ce = function(r) {
4039
- var t = 0 - (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60, a = typeof r == "string" && r.match(dt);
4147
+ }, ut = /(-|\+)(\d{2}):?(\d{2})$/, Ae = function(r) {
4148
+ var t = 0 - (/* @__PURE__ */ new Date()).getTimezoneOffset() / 60, a = typeof r == "string" && r.match(ut);
4040
4149
  if (a) {
4041
4150
  var o = a[2] * 1 + a[3] * 1 / 60;
4042
4151
  r = o * "".concat(a[1], "1");
4043
4152
  }
4044
- return Be(r) && r >= -12 && r <= 12 ? r : t;
4153
+ return Ue(r) && r >= -12 && r <= 12 ? r : t;
4045
4154
  };
4046
- function Qo(e) {
4155
+ function tn(e) {
4047
4156
  return function(r) {
4048
- var t = R(R({}, Xo(r)), {}, {
4049
- NumberFormat: Ko(r.NumberFormat),
4050
- DbTimezone: Ce(r.DbTimezone),
4051
- Timezone: Ce(r.Timezone),
4157
+ var t = P(P({}, rn(r)), {}, {
4158
+ NumberFormat: en(r.NumberFormat),
4159
+ DbTimezone: Ae(r.DbTimezone),
4160
+ Timezone: Ae(r.Timezone),
4052
4161
  TimezoneOffset: r.TimezoneOffset
4053
4162
  }), a = {
4054
4163
  getFormatConfig: function() {
@@ -4077,10 +4186,10 @@ function Qo(e) {
4077
4186
  * @returns {String}
4078
4187
  */
4079
4188
  formatDate: function(n, i) {
4080
- if (_(n))
4189
+ if (B(n))
4081
4190
  return n;
4082
- var s = le(n) ? n : ar(n), l = t.DbTimezone, d = n.match && n.match(dt), u = i === !1 || arguments[2] === !1;
4083
- return d && (l = Ce(n), s = ar(n.replace("T", " ").slice(0, -5))), u || (s = this.getDateWithNewTimezone(s, l, t.Timezone, t.TimezoneOffset)), le(s) ? So(s, i || t.DateFormat, e) : null;
4191
+ var s = ce(n) ? n : or(n), l = t.DbTimezone, d = n.match && n.match(ut), u = i === !1 || arguments[2] === !1;
4192
+ return d && (l = Ae(n), s = or(n.replace("T", " ").slice(0, -5))), u || (s = this.getDateWithNewTimezone(s, l, t.Timezone, t.TimezoneOffset)), ce(s) ? Eo(s, i || t.DateFormat, e) : null;
4084
4193
  },
4085
4194
  /**
4086
4195
  *
@@ -4089,7 +4198,7 @@ function Qo(e) {
4089
4198
  * @returns {String}
4090
4199
  */
4091
4200
  formatNumber: function(n, i) {
4092
- return Ha(n, R(R({}, t.NumberFormat), i));
4201
+ return $a(n, P(P({}, t.NumberFormat), i));
4093
4202
  },
4094
4203
  /**
4095
4204
  *
@@ -4098,7 +4207,7 @@ function Qo(e) {
4098
4207
  * @returns {Number}
4099
4208
  */
4100
4209
  recoverNumber: function(n, i) {
4101
- return ja(n, R(R({}, t.NumberFormat), i));
4210
+ return Wa(n, P(P({}, t.NumberFormat), i));
4102
4211
  },
4103
4212
  /**
4104
4213
  *
@@ -4108,13 +4217,13 @@ function Qo(e) {
4108
4217
  * @returns {String}
4109
4218
  */
4110
4219
  getDateWithNewTimezone: function(n, i, s, l) {
4111
- return i = i === 0 ? i : i || t.DbTimezone, s = s === 0 ? s : s || t.Timezone, l = l === 0 ? l : l || t.TimezoneOffset, ao(n, i, s, l);
4220
+ return i = i === 0 ? i : i || t.DbTimezone, s = s === 0 ? s : s || t.Timezone, l = l === 0 ? l : l || t.TimezoneOffset, so(n, i, s, l);
4112
4221
  }
4113
4222
  };
4114
4223
  return a;
4115
4224
  };
4116
4225
  }
4117
- const an = {
4226
+ const ln = {
4118
4227
  "en-US": "Español",
4119
4228
  "zh-CN": "Chino",
4120
4229
  "zh-TW": "Taiwan, China",
@@ -4388,9 +4497,9 @@ const an = {
4388
4497
  folder: "No se puede cargar el archivo porque tiene más de cinco niveles de profundidad.",
4389
4498
  init: "Error de servicio. Vuelva a intentarlo.",
4390
4499
  token: "Antes de comenzar, realice la autenticación de EDM y obtenga el token.",
4391
- exceed: "El tamaño del archivo supera el límite superior ({maxSize}).",
4500
+ exceed: "{fileName} El tamaño del archivo supera el límite superior ({maxSize}).",
4392
4501
  largeFile: "El archivo supera los 2 GB.",
4393
- fileSize: " El tamaño del archivo es inferior al mínimo ({minSize} {sizeUnit}).",
4502
+ fileSize: "{fileName} El tamaño del archivo es inferior al mínimo ({minSize} {sizeUnit}).",
4394
4503
  deleteTip: "Presione la tecla Suprimir.",
4395
4504
  downloadFile: "Descargar",
4396
4505
  previewFile: "Vista previa",
@@ -4960,7 +5069,7 @@ const an = {
4960
5069
  },
4961
5070
  whitespace: "Este campo es obligatorio."
4962
5071
  }
4963
- }, on = {
5072
+ }, cn = {
4964
5073
  "en-US": "Inglês",
4965
5074
  "zh-CN": "Chinês",
4966
5075
  "zh-TW": "Taiwan, China",
@@ -5234,9 +5343,9 @@ const an = {
5234
5343
  folder: "O arquivo não pode ser carregado porque tem mais de cinco níveis de profundidade.",
5235
5344
  init: "Erro de serviço. Tente novamente mais tarde.",
5236
5345
  token: "Antes de iniciar, realize a autenticação EDM e obtenha o token.",
5237
- exceed: "O tamanho do arquivo excede o limite máximo ({maxSize}).",
5346
+ exceed: "{fileName} O tamanho do arquivo excede o limite máximo ({maxSize}).",
5238
5347
  largeFile: "O arquivo excede 2 GB.",
5239
- fileSize: "O arquivo é menor que o tamanho mínimo ({minSize} {sizeUnit}).",
5348
+ fileSize: "{fileName} O arquivo é menor que o tamanho mínimo ({minSize} {sizeUnit}).",
5240
5349
  deleteTip: "Pressione a tecla Delete.",
5241
5350
  downloadFile: "Baixar",
5242
5351
  previewFile: "Pré-visualizar",
@@ -5806,23 +5915,23 @@ const an = {
5806
5915
  },
5807
5916
  whitespace: "Este campo não pode ficar em branco."
5808
5917
  }
5809
- }, nn = "3.22.0";
5810
- var sn = st, Zo = ve, ln = lt, cn = ct, dn = Ge, un = ue, mn = Pe, en = $o, rn = /* @__PURE__ */ Qo(Zo), fn = /* @__PURE__ */ Object.assign({}, Jo, {
5811
- language: en,
5812
- globalization: rn
5918
+ }, dn = "3.22.0";
5919
+ var un = lt, an = be, mn = ct, fn = dt, pn = $e, hn = me, gn = qe, on = Ko, nn = /* @__PURE__ */ tn(an), vn = /* @__PURE__ */ Object.assign({}, Zo, {
5920
+ language: on,
5921
+ globalization: nn
5813
5922
  });
5814
5923
  export {
5815
- fn as default,
5816
- mn as enUS,
5817
- an as esLA,
5818
- dn as extend,
5819
- rn as globalization,
5820
- ln as i18n,
5821
- cn as initI18n,
5822
- en as language,
5823
- on as ptBR,
5824
- Zo as t,
5825
- sn as use,
5826
- nn as version,
5827
- un as zhCN
5924
+ vn as default,
5925
+ gn as enUS,
5926
+ ln as esLA,
5927
+ pn as extend,
5928
+ nn as globalization,
5929
+ mn as i18n,
5930
+ fn as initI18n,
5931
+ on as language,
5932
+ cn as ptBR,
5933
+ an as t,
5934
+ un as use,
5935
+ dn as version,
5936
+ hn as zhCN
5828
5937
  };