bitboss-ui 0.2.34 → 0.2.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/dist/index101.js +1 -1
  2. package/dist/index111.js +3 -3
  3. package/dist/index116.js +1 -1
  4. package/dist/index118.js +1 -1
  5. package/dist/index131.js +2 -2
  6. package/dist/index15.js +7 -7
  7. package/dist/index17.js +8 -8
  8. package/dist/index19.js +3 -3
  9. package/dist/index199.js +3 -10
  10. package/dist/index199.js.map +1 -1
  11. package/dist/index200.js +35 -3
  12. package/dist/index200.js.map +1 -1
  13. package/dist/index201.js +6 -3
  14. package/dist/index201.js.map +1 -1
  15. package/dist/index202.js +5 -378
  16. package/dist/index202.js.map +1 -1
  17. package/dist/index203.js +13 -131
  18. package/dist/index203.js.map +1 -1
  19. package/dist/index204.js +16 -5
  20. package/dist/index204.js.map +1 -1
  21. package/dist/index205.js +3 -3
  22. package/dist/index206.js +20 -2
  23. package/dist/index206.js.map +1 -1
  24. package/dist/index207.js +29 -2
  25. package/dist/index207.js.map +1 -1
  26. package/dist/index208.js +8 -174
  27. package/dist/index208.js.map +1 -1
  28. package/dist/index209.js +2 -23
  29. package/dist/index209.js.map +1 -1
  30. package/dist/index21.js +2 -2
  31. package/dist/index210.js +8 -371
  32. package/dist/index210.js.map +1 -1
  33. package/dist/index211.js +3 -16
  34. package/dist/index211.js.map +1 -1
  35. package/dist/index212.js +3 -16
  36. package/dist/index212.js.map +1 -1
  37. package/dist/index213.js +376 -18
  38. package/dist/index213.js.map +1 -1
  39. package/dist/index214.js +130 -25
  40. package/dist/index214.js.map +1 -1
  41. package/dist/index215.js +2 -8
  42. package/dist/index215.js.map +1 -1
  43. package/dist/index216.js +174 -3
  44. package/dist/index216.js.map +1 -1
  45. package/dist/index217.js +23 -35
  46. package/dist/index217.js.map +1 -1
  47. package/dist/index218.js +373 -6
  48. package/dist/index218.js.map +1 -1
  49. package/dist/index219.js +1 -1
  50. package/dist/index222.js +4 -4
  51. package/dist/index224.js +76 -25
  52. package/dist/index224.js.map +1 -1
  53. package/dist/index225.js +27 -16
  54. package/dist/index225.js.map +1 -1
  55. package/dist/index226.js +17 -79
  56. package/dist/index226.js.map +1 -1
  57. package/dist/index228.js +435 -2
  58. package/dist/index228.js.map +1 -1
  59. package/dist/index229.js +83 -218
  60. package/dist/index229.js.map +1 -1
  61. package/dist/index230.js +200 -258
  62. package/dist/index230.js.map +1 -1
  63. package/dist/index231.js +2 -6
  64. package/dist/index231.js.map +1 -1
  65. package/dist/index232.js +224 -2
  66. package/dist/index232.js.map +1 -1
  67. package/dist/index233.js +257 -294
  68. package/dist/index233.js.map +1 -1
  69. package/dist/index234.js +295 -2
  70. package/dist/index234.js.map +1 -1
  71. package/dist/index235.js +6 -2
  72. package/dist/index235.js.map +1 -1
  73. package/dist/index236.js +2 -117
  74. package/dist/index236.js.map +1 -1
  75. package/dist/index237.js +2 -106
  76. package/dist/index237.js.map +1 -1
  77. package/dist/index242.js +2 -435
  78. package/dist/index242.js.map +1 -1
  79. package/dist/index243.js +115 -87
  80. package/dist/index243.js.map +1 -1
  81. package/dist/index244.js +104 -198
  82. package/dist/index244.js.map +1 -1
  83. package/dist/index29.js +1 -1
  84. package/dist/index31.js +4 -4
  85. package/dist/index31.js.map +1 -1
  86. package/dist/index53.js +10 -10
  87. package/dist/index53.js.map +1 -1
  88. package/dist/index65.js +3 -3
  89. package/dist/index69.js +2 -2
  90. package/dist/index72.js +1 -1
  91. package/dist/index75.js +1 -1
  92. package/dist/index77.js +1 -1
  93. package/dist/index79.js +3 -3
  94. package/dist/index9.js +10 -10
  95. package/dist/index9.js.map +1 -1
  96. package/dist/src/components/BaseButton/BaseButton.vue.d.ts +67 -11
  97. package/dist/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +33 -33
  98. package/dist/src/components/BaseDatePicker/BaseDatePicker.vue.d.ts +1 -1
  99. package/dist/src/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +1 -1
  100. package/dist/src/components/BaseDialog/BaseDialog.vue.d.ts +6 -6
  101. package/dist/src/components/BaseInputContainer/BaseInputContainer.vue.d.ts +2 -2
  102. package/dist/src/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +33 -33
  103. package/dist/src/components/BaseSelect/BaseSelect.vue.d.ts +45 -45
  104. package/dist/src/components/BaseSlider/BaseSlider.vue.d.ts +2 -2
  105. package/dist/src/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +33 -33
  106. package/dist/src/components/BbCheckbox/BbCheckbox.vue.d.ts +1 -1
  107. package/dist/src/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +45 -45
  108. package/dist/src/components/BbDialog/BbDialog.vue.d.ts +2 -2
  109. package/dist/src/components/BbDropdown/BbDropdown.vue.d.ts +2 -2
  110. package/dist/src/components/BbDropzone/BbDropzone.vue.d.ts +1 -1
  111. package/dist/src/components/BbIntersection/BbIntersection.vue.d.ts +2 -2
  112. package/dist/src/components/BbOffCanvas/BbOffCanvas.vue.d.ts +7 -7
  113. package/dist/src/components/BbPopover/BbPopover.vue.d.ts +2 -2
  114. package/dist/src/components/BbRadio/BbRadio.vue.d.ts +1 -1
  115. package/dist/src/components/BbRadioGroup/BbRadioGroup.vue.d.ts +45 -45
  116. package/dist/src/components/BbRatio/BbRatio.vue.d.ts +1 -1
  117. package/dist/src/components/BbSelect/BbSelect.vue.d.ts +60 -60
  118. package/dist/src/components/BbSlider/BbSlider.vue.d.ts +1 -1
  119. package/dist/src/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +2 -2
  120. package/dist/src/components/BbSwitch/BbSwitch.vue.d.ts +1 -1
  121. package/dist/src/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +45 -45
  122. package/dist/src/components/BbTab/BbTab.vue.d.ts +5 -5
  123. package/dist/src/components/BbTable/BbTable.vue.d.ts +3 -3
  124. package/dist/src/components/BbTooltip/BbTooltip.vue.d.ts +1 -1
  125. package/dist/style.css +1 -1
  126. package/package.json +3 -3
package/dist/index233.js CHANGED
@@ -1,298 +1,261 @@
1
- import { commonjsGlobal as R } from "./index231.js";
2
- import { __module as U } from "./index234.js";
3
- var V;
4
- function et() {
5
- return V ? U.exports : (V = 1, function(B, K) {
6
- (function(C, k) {
7
- B.exports = k();
8
- })(R, function() {
9
- var C = 1e3, k = 6e4, q = 36e5, A = "millisecond", S = "second", w = "minute", _ = "hour", M = "day", T = "week", m = "month", F = "quarter", y = "year", O = "date", J = "Invalid Date", E = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, G = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, P = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(i) {
10
- var n = ["th", "st", "nd", "rd"], t = i % 100;
11
- return "[" + i + (n[(t - 20) % 10] || n[t] || n[0]) + "]";
12
- } }, I = function(i, n, t) {
13
- var r = String(i);
14
- return !r || r.length >= n ? i : "" + Array(n + 1 - r.length).join(t) + i;
15
- }, Q = { s: I, z: function(i) {
16
- var n = -i.utcOffset(), t = Math.abs(n), r = Math.floor(t / 60), e = t % 60;
17
- return (n <= 0 ? "+" : "-") + I(r, 2, "0") + ":" + I(e, 2, "0");
18
- }, m: function i(n, t) {
19
- if (n.date() < t.date())
20
- return -i(t, n);
21
- var r = 12 * (t.year() - n.year()) + (t.month() - n.month()), e = n.clone().add(r, m), s = t - e < 0, u = n.clone().add(r + (s ? -1 : 1), m);
22
- return +(-(r + (t - e) / (s ? e - u : u - e)) || 0);
23
- }, a: function(i) {
24
- return i < 0 ? Math.ceil(i) || 0 : Math.floor(i);
25
- }, p: function(i) {
26
- return { M: m, y, w: T, d: M, D: O, h: _, m: w, s: S, ms: A, Q: F }[i] || String(i || "").toLowerCase().replace(/s$/, "");
27
- }, u: function(i) {
28
- return i === void 0;
29
- } }, x = "en", D = {};
30
- D[x] = P;
31
- var Z = "$isDayjsObject", N = function(i) {
32
- return i instanceof L || !(!i || !i[Z]);
33
- }, j = function i(n, t, r) {
34
- var e;
35
- if (!n)
36
- return x;
37
- if (typeof n == "string") {
38
- var s = n.toLowerCase();
39
- D[s] && (e = s), t && (D[s] = t, e = s);
40
- var u = n.split("-");
41
- if (!e && u.length > 1)
42
- return i(u[0]);
43
- } else {
44
- var o = n.name;
45
- D[o] = n, e = o;
46
- }
47
- return !r && e && (x = e), e || !r && x;
48
- }, f = function(i, n) {
49
- if (N(i))
50
- return i.clone();
51
- var t = typeof n == "object" ? n : {};
52
- return t.date = i, t.args = arguments, new L(t);
53
- }, a = Q;
54
- a.l = j, a.i = N, a.w = function(i, n) {
55
- return f(i, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
56
- };
57
- var L = function() {
58
- function i(t) {
59
- this.$L = j(t.locale, null, !0), this.parse(t), this.$x = this.$x || t.x || {}, this[Z] = !0;
60
- }
61
- var n = i.prototype;
62
- return n.parse = function(t) {
63
- this.$d = function(r) {
64
- var e = r.date, s = r.utc;
65
- if (e === null)
66
- return /* @__PURE__ */ new Date(NaN);
67
- if (a.u(e))
68
- return /* @__PURE__ */ new Date();
69
- if (e instanceof Date)
70
- return new Date(e);
71
- if (typeof e == "string" && !/Z$/i.test(e)) {
72
- var u = e.match(E);
73
- if (u) {
74
- var o = u[2] - 1 || 0, c = (u[7] || "0").substring(0, 3);
75
- return s ? new Date(Date.UTC(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c)) : new Date(u[1], o, u[3] || 1, u[4] || 0, u[5] || 0, u[6] || 0, c);
76
- }
77
- }
78
- return new Date(e);
79
- }(t), this.init();
80
- }, n.init = function() {
81
- var t = this.$d;
82
- this.$y = t.getFullYear(), this.$M = t.getMonth(), this.$D = t.getDate(), this.$W = t.getDay(), this.$H = t.getHours(), this.$m = t.getMinutes(), this.$s = t.getSeconds(), this.$ms = t.getMilliseconds();
83
- }, n.$utils = function() {
84
- return a;
85
- }, n.isValid = function() {
86
- return this.$d.toString() !== J;
87
- }, n.isSame = function(t, r) {
88
- var e = f(t);
89
- return this.startOf(r) <= e && e <= this.endOf(r);
90
- }, n.isAfter = function(t, r) {
91
- return f(t) < this.startOf(r);
92
- }, n.isBefore = function(t, r) {
93
- return this.endOf(r) < f(t);
94
- }, n.$g = function(t, r, e) {
95
- return a.u(t) ? this[r] : this.set(e, t);
96
- }, n.unix = function() {
97
- return Math.floor(this.valueOf() / 1e3);
98
- }, n.valueOf = function() {
99
- return this.$d.getTime();
100
- }, n.startOf = function(t, r) {
101
- var e = this, s = !!a.u(r) || r, u = a.p(t), o = function(p, $) {
102
- var v = a.w(e.$u ? Date.UTC(e.$y, $, p) : new Date(e.$y, $, p), e);
103
- return s ? v : v.endOf(M);
104
- }, c = function(p, $) {
105
- return a.w(e.toDate()[p].apply(e.toDate("s"), (s ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice($)), e);
106
- }, h = this.$W, d = this.$M, l = this.$D, b = "set" + (this.$u ? "UTC" : "");
107
- switch (u) {
108
- case y:
109
- return s ? o(1, 0) : o(31, 11);
110
- case m:
111
- return s ? o(1, d) : o(0, d + 1);
112
- case T:
113
- var g = this.$locale().weekStart || 0, Y = (h < g ? h + 7 : h) - g;
114
- return o(s ? l - Y : l + (6 - Y), d);
115
- case M:
116
- case O:
117
- return c(b + "Hours", 0);
118
- case _:
119
- return c(b + "Minutes", 1);
120
- case w:
121
- return c(b + "Seconds", 2);
122
- case S:
123
- return c(b + "Milliseconds", 3);
124
- default:
125
- return this.clone();
126
- }
127
- }, n.endOf = function(t) {
128
- return this.startOf(t, !1);
129
- }, n.$set = function(t, r) {
130
- var e, s = a.p(t), u = "set" + (this.$u ? "UTC" : ""), o = (e = {}, e[M] = u + "Date", e[O] = u + "Date", e[m] = u + "Month", e[y] = u + "FullYear", e[_] = u + "Hours", e[w] = u + "Minutes", e[S] = u + "Seconds", e[A] = u + "Milliseconds", e)[s], c = s === M ? this.$D + (r - this.$W) : r;
131
- if (s === m || s === y) {
132
- var h = this.clone().set(O, 1);
133
- h.$d[o](c), h.init(), this.$d = h.set(O, Math.min(this.$D, h.daysInMonth())).$d;
134
- } else
135
- o && this.$d[o](c);
136
- return this.init(), this;
137
- }, n.set = function(t, r) {
138
- return this.clone().$set(t, r);
139
- }, n.get = function(t) {
140
- return this[a.p(t)]();
141
- }, n.add = function(t, r) {
142
- var e, s = this;
143
- t = Number(t);
144
- var u = a.p(r), o = function(d) {
145
- var l = f(s);
146
- return a.w(l.date(l.date() + Math.round(d * t)), s);
147
- };
148
- if (u === m)
149
- return this.set(m, this.$M + t);
150
- if (u === y)
151
- return this.set(y, this.$y + t);
152
- if (u === M)
153
- return o(1);
154
- if (u === T)
155
- return o(7);
156
- var c = (e = {}, e[w] = k, e[_] = q, e[S] = C, e)[u] || 1, h = this.$d.getTime() + t * c;
157
- return a.w(h, this);
158
- }, n.subtract = function(t, r) {
159
- return this.add(-1 * t, r);
160
- }, n.format = function(t) {
161
- var r = this, e = this.$locale();
162
- if (!this.isValid())
163
- return e.invalidDate || J;
164
- var s = t || "YYYY-MM-DDTHH:mm:ssZ", u = a.z(this), o = this.$H, c = this.$m, h = this.$M, d = e.weekdays, l = e.months, b = e.meridiem, g = function($, v, H, W) {
165
- return $ && ($[v] || $(r, s)) || H[v].slice(0, W);
166
- }, Y = function($) {
167
- return a.s(o % 12 || 12, $, "0");
168
- }, p = b || function($, v, H) {
169
- var W = $ < 12 ? "AM" : "PM";
170
- return H ? W.toLowerCase() : W;
171
- };
172
- return s.replace(G, function($, v) {
173
- return v || function(H) {
174
- switch (H) {
175
- case "YY":
176
- return String(r.$y).slice(-2);
177
- case "YYYY":
178
- return a.s(r.$y, 4, "0");
179
- case "M":
180
- return h + 1;
181
- case "MM":
182
- return a.s(h + 1, 2, "0");
183
- case "MMM":
184
- return g(e.monthsShort, h, l, 3);
185
- case "MMMM":
186
- return g(l, h);
187
- case "D":
188
- return r.$D;
189
- case "DD":
190
- return a.s(r.$D, 2, "0");
191
- case "d":
192
- return String(r.$W);
193
- case "dd":
194
- return g(e.weekdaysMin, r.$W, d, 2);
195
- case "ddd":
196
- return g(e.weekdaysShort, r.$W, d, 3);
197
- case "dddd":
198
- return d[r.$W];
199
- case "H":
200
- return String(o);
201
- case "HH":
202
- return a.s(o, 2, "0");
203
- case "h":
204
- return Y(1);
205
- case "hh":
206
- return Y(2);
207
- case "a":
208
- return p(o, c, !0);
209
- case "A":
210
- return p(o, c, !1);
211
- case "m":
212
- return String(c);
213
- case "mm":
214
- return a.s(c, 2, "0");
215
- case "s":
216
- return String(r.$s);
217
- case "ss":
218
- return a.s(r.$s, 2, "0");
219
- case "SSS":
220
- return a.s(r.$ms, 3, "0");
221
- case "Z":
222
- return u;
223
- }
224
- return null;
225
- }($) || u.replace(":", "");
226
- });
227
- }, n.utcOffset = function() {
228
- return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
229
- }, n.diff = function(t, r, e) {
230
- var s, u = this, o = a.p(r), c = f(t), h = (c.utcOffset() - this.utcOffset()) * k, d = this - c, l = function() {
231
- return a.m(u, c);
232
- };
233
- switch (o) {
234
- case y:
235
- s = l() / 12;
236
- break;
237
- case m:
238
- s = l();
239
- break;
240
- case F:
241
- s = l() / 3;
242
- break;
243
- case T:
244
- s = (d - h) / 6048e5;
245
- break;
246
- case M:
247
- s = (d - h) / 864e5;
248
- break;
249
- case _:
250
- s = d / q;
251
- break;
252
- case w:
253
- s = d / k;
254
- break;
255
- case S:
256
- s = d / C;
257
- break;
258
- default:
259
- s = d;
260
- }
261
- return e ? s : a.a(s);
262
- }, n.daysInMonth = function() {
263
- return this.endOf(m).$D;
264
- }, n.$locale = function() {
265
- return D[this.$L];
266
- }, n.locale = function(t, r) {
267
- if (!t)
268
- return this.$L;
269
- var e = this.clone(), s = j(t, r, !0);
270
- return s && (e.$L = s), e;
271
- }, n.clone = function() {
272
- return a.w(this.$d, this);
273
- }, n.toDate = function() {
274
- return new Date(this.valueOf());
275
- }, n.toJSON = function() {
276
- return this.isValid() ? this.toISOString() : null;
277
- }, n.toISOString = function() {
278
- return this.$d.toISOString();
279
- }, n.toString = function() {
280
- return this.$d.toUTCString();
281
- }, i;
282
- }(), z = L.prototype;
283
- return f.prototype = z, [["$ms", A], ["$s", S], ["$m", w], ["$H", _], ["$W", M], ["$M", m], ["$y", y], ["$D", O]].forEach(function(i) {
284
- z[i[1]] = function(n) {
285
- return this.$g(n, i[0], i[1]);
286
- };
287
- }), f.extend = function(i, n) {
288
- return i.$i || (i(n, L, f), i.$i = !0), f;
289
- }, f.locale = j, f.isDayjs = N, f.unix = function(i) {
290
- return f(1e3 * i);
291
- }, f.en = D[x], f.Ls = D, f.p = {}, f;
292
- });
293
- }(U), U.exports);
1
+ import { commonjsGlobal as n, getDefaultExportFromCjs as I } from "./index235.js";
2
+ var z = 1 / 0, T = "[object Symbol]", Z = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, k = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, p = "\\ud800-\\udfff", M = "\\u0300-\\u036f\\ufe20-\\ufe23", N = "\\u20d0-\\u20f0", g = "\\u2700-\\u27bf", O = "a-z\\xdf-\\xf6\\xf8-\\xff", w = "\\xac\\xb1\\xd7\\xf7", D = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", W = "\\u2000-\\u206f", G = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", j = "A-Z\\xc0-\\xd6\\xd8-\\xde", P = "\\ufe0e\\ufe0f", m = w + D + W + G, x = "['’]", a = "[" + m + "]", A = "[" + M + N + "]", R = "\\d+", F = "[" + g + "]", S = "[" + O + "]", y = "[^" + p + m + R + g + O + j + "]", J = "\\ud83c[\\udffb-\\udfff]", Y = "(?:" + A + "|" + J + ")", H = "[^" + p + "]", U = "(?:\\ud83c[\\udde6-\\uddff]){2}", v = "[\\ud800-\\udbff][\\udc00-\\udfff]", o = "[" + j + "]", V = "\\u200d", d = "(?:" + S + "|" + y + ")", $ = "(?:" + o + "|" + y + ")", c = "(?:" + x + "(?:d|ll|m|re|s|t|ve))?", s = "(?:" + x + "(?:D|LL|M|RE|S|T|VE))?", C = Y + "?", E = "[" + P + "]?", B = "(?:" + V + "(?:" + [H, U, v].join("|") + ")" + E + C + ")*", _ = E + C + B, q = "(?:" + [F, U, v].join("|") + ")" + _, K = RegExp(x, "g"), Q = RegExp(A, "g"), X = RegExp([
3
+ o + "?" + S + "+" + c + "(?=" + [a, o, "$"].join("|") + ")",
4
+ $ + "+" + s + "(?=" + [a, o + d, "$"].join("|") + ")",
5
+ o + "?" + d + "+" + c,
6
+ o + "+" + s,
7
+ R,
8
+ q
9
+ ].join("|"), "g"), u0 = /[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/, e0 = {
10
+ // Latin-1 Supplement block.
11
+ À: "A",
12
+ Á: "A",
13
+ Â: "A",
14
+ Ã: "A",
15
+ Ä: "A",
16
+ Å: "A",
17
+ à: "a",
18
+ á: "a",
19
+ â: "a",
20
+ ã: "a",
21
+ ä: "a",
22
+ å: "a",
23
+ Ç: "C",
24
+ ç: "c",
25
+ Ð: "D",
26
+ ð: "d",
27
+ È: "E",
28
+ É: "E",
29
+ Ê: "E",
30
+ Ë: "E",
31
+ è: "e",
32
+ é: "e",
33
+ ê: "e",
34
+ ë: "e",
35
+ Ì: "I",
36
+ Í: "I",
37
+ Î: "I",
38
+ Ï: "I",
39
+ ì: "i",
40
+ í: "i",
41
+ î: "i",
42
+ ï: "i",
43
+ Ñ: "N",
44
+ ñ: "n",
45
+ Ò: "O",
46
+ Ó: "O",
47
+ Ô: "O",
48
+ Õ: "O",
49
+ Ö: "O",
50
+ Ø: "O",
51
+ ò: "o",
52
+ ó: "o",
53
+ ô: "o",
54
+ õ: "o",
55
+ ö: "o",
56
+ ø: "o",
57
+ Ù: "U",
58
+ Ú: "U",
59
+ Û: "U",
60
+ Ü: "U",
61
+ ù: "u",
62
+ ú: "u",
63
+ û: "u",
64
+ ü: "u",
65
+ Ý: "Y",
66
+ ý: "y",
67
+ ÿ: "y",
68
+ Æ: "Ae",
69
+ æ: "ae",
70
+ Þ: "Th",
71
+ þ: "th",
72
+ ß: "ss",
73
+ // Latin Extended-A block.
74
+ Ā: "A",
75
+ Ă: "A",
76
+ Ą: "A",
77
+ ā: "a",
78
+ ă: "a",
79
+ ą: "a",
80
+ Ć: "C",
81
+ Ĉ: "C",
82
+ Ċ: "C",
83
+ Č: "C",
84
+ ć: "c",
85
+ ĉ: "c",
86
+ ċ: "c",
87
+ č: "c",
88
+ Ď: "D",
89
+ Đ: "D",
90
+ ď: "d",
91
+ đ: "d",
92
+ Ē: "E",
93
+ Ĕ: "E",
94
+ Ė: "E",
95
+ Ę: "E",
96
+ Ě: "E",
97
+ ē: "e",
98
+ ĕ: "e",
99
+ ė: "e",
100
+ ę: "e",
101
+ ě: "e",
102
+ Ĝ: "G",
103
+ Ğ: "G",
104
+ Ġ: "G",
105
+ Ģ: "G",
106
+ ĝ: "g",
107
+ ğ: "g",
108
+ ġ: "g",
109
+ ģ: "g",
110
+ Ĥ: "H",
111
+ Ħ: "H",
112
+ ĥ: "h",
113
+ ħ: "h",
114
+ Ĩ: "I",
115
+ Ī: "I",
116
+ Ĭ: "I",
117
+ Į: "I",
118
+ İ: "I",
119
+ ĩ: "i",
120
+ ī: "i",
121
+ ĭ: "i",
122
+ į: "i",
123
+ ı: "i",
124
+ Ĵ: "J",
125
+ ĵ: "j",
126
+ Ķ: "K",
127
+ ķ: "k",
128
+ ĸ: "k",
129
+ Ĺ: "L",
130
+ Ļ: "L",
131
+ Ľ: "L",
132
+ Ŀ: "L",
133
+ Ł: "L",
134
+ ĺ: "l",
135
+ ļ: "l",
136
+ ľ: "l",
137
+ ŀ: "l",
138
+ ł: "l",
139
+ Ń: "N",
140
+ Ņ: "N",
141
+ Ň: "N",
142
+ Ŋ: "N",
143
+ ń: "n",
144
+ ņ: "n",
145
+ ň: "n",
146
+ ŋ: "n",
147
+ Ō: "O",
148
+ Ŏ: "O",
149
+ Ő: "O",
150
+ ō: "o",
151
+ ŏ: "o",
152
+ ő: "o",
153
+ Ŕ: "R",
154
+ Ŗ: "R",
155
+ Ř: "R",
156
+ ŕ: "r",
157
+ ŗ: "r",
158
+ ř: "r",
159
+ Ś: "S",
160
+ Ŝ: "S",
161
+ Ş: "S",
162
+ Š: "S",
163
+ ś: "s",
164
+ ŝ: "s",
165
+ ş: "s",
166
+ š: "s",
167
+ Ţ: "T",
168
+ Ť: "T",
169
+ Ŧ: "T",
170
+ ţ: "t",
171
+ ť: "t",
172
+ ŧ: "t",
173
+ Ũ: "U",
174
+ Ū: "U",
175
+ Ŭ: "U",
176
+ Ů: "U",
177
+ Ű: "U",
178
+ Ų: "U",
179
+ ũ: "u",
180
+ ū: "u",
181
+ ŭ: "u",
182
+ ů: "u",
183
+ ű: "u",
184
+ ų: "u",
185
+ Ŵ: "W",
186
+ ŵ: "w",
187
+ Ŷ: "Y",
188
+ ŷ: "y",
189
+ Ÿ: "Y",
190
+ Ź: "Z",
191
+ Ż: "Z",
192
+ Ž: "Z",
193
+ ź: "z",
194
+ ż: "z",
195
+ ž: "z",
196
+ IJ: "IJ",
197
+ ij: "ij",
198
+ Œ: "Oe",
199
+ œ: "oe",
200
+ ʼn: "'n",
201
+ ſ: "ss"
202
+ }, r0 = typeof n == "object" && n && n.Object === Object && n, o0 = typeof self == "object" && self && self.Object === Object && self, f0 = r0 || o0 || Function("return this")();
203
+ function n0(u, e, r, h) {
204
+ var f = -1, t = u ? u.length : 0;
205
+ for (h && t && (r = u[++f]); ++f < t; )
206
+ r = e(r, u[f], f, u);
207
+ return r;
294
208
  }
209
+ function x0(u) {
210
+ return u.match(Z) || [];
211
+ }
212
+ function t0(u) {
213
+ return function(e) {
214
+ return u == null ? void 0 : u[e];
215
+ };
216
+ }
217
+ var a0 = t0(e0);
218
+ function d0(u) {
219
+ return u0.test(u);
220
+ }
221
+ function c0(u) {
222
+ return u.match(X) || [];
223
+ }
224
+ var s0 = Object.prototype, i0 = s0.toString, i = f0.Symbol, b = i ? i.prototype : void 0, l = b ? b.toString : void 0;
225
+ function b0(u) {
226
+ if (typeof u == "string")
227
+ return u;
228
+ if (g0(u))
229
+ return l ? l.call(u) : "";
230
+ var e = u + "";
231
+ return e == "0" && 1 / u == -z ? "-0" : e;
232
+ }
233
+ function l0(u) {
234
+ return function(e) {
235
+ return n0(m0(O0(e).replace(K, "")), u, "");
236
+ };
237
+ }
238
+ function p0(u) {
239
+ return !!u && typeof u == "object";
240
+ }
241
+ function g0(u) {
242
+ return typeof u == "symbol" || p0(u) && i0.call(u) == T;
243
+ }
244
+ function L(u) {
245
+ return u == null ? "" : b0(u);
246
+ }
247
+ function O0(u) {
248
+ return u = L(u), u && u.replace(k, a0).replace(Q, "");
249
+ }
250
+ var j0 = l0(function(u, e, r) {
251
+ return u + (r ? "_" : "") + e.toLowerCase();
252
+ });
253
+ function m0(u, e, r) {
254
+ return u = L(u), e = r ? void 0 : e, e === void 0 ? d0(u) ? c0(u) : x0(u) : u.match(e) || [];
255
+ }
256
+ var A0 = j0;
257
+ const S0 = /* @__PURE__ */ I(A0);
295
258
  export {
296
- et as __require
259
+ S0 as default
297
260
  };
298
261
  //# sourceMappingURL=index233.js.map