sakana-element 2.3.0 → 2.4.1

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 (119) hide show
  1. package/README.md +5 -5
  2. package/dist/es/{Alert-BwTsp4X3.js → Alert-DRIDwear.js} +2 -2
  3. package/dist/es/{Avatar-CJu6JYV3.js → Avatar-Dkvvhw_D.js} +1 -1
  4. package/dist/es/{Badge-BmxZXX8k.js → Badge-CLNacHVq.js} +2 -2
  5. package/dist/es/{Breadcrumb-BP8MSklj.js → Breadcrumb-CfJA9NZz.js} +2 -2
  6. package/dist/es/{Button-BJHtN7gh.js → Button-Dj1DIvXh.js} +3 -3
  7. package/dist/es/{Card-DJHkCmsz.js → Card-meh7F1e2.js} +1 -1
  8. package/dist/es/ChatBubble-Ccr3wzoK.js +9 -0
  9. package/dist/es/{Checkbox-DX8L3fyp.js → Checkbox-vOcwl1OX.js} +3 -3
  10. package/dist/es/{Collapse-Ir3V9CuO.js → Collapse-BG58s0uJ.js} +4 -4
  11. package/dist/es/{ConfigProvider-CsbSqwwi.js → ConfigProvider-Cr8Hpzf2.js} +2 -2
  12. package/dist/es/Diff-KQ44cDcY.js +64 -0
  13. package/dist/es/{Divider-C7PtODSK.js → Divider-CYYeUqYc.js} +1 -1
  14. package/dist/es/{Drawer-C2eVmvUp.js → Drawer-CDXFDfrf.js} +2 -2
  15. package/dist/es/{Dropdown-CVg_c2fB.js → Dropdown-CPZtzHPx.js} +9 -9
  16. package/dist/es/{FileInput-BE26BmXm.js → FileInput-Ram4-wy2.js} +3 -3
  17. package/dist/es/Filter-CLLkrn-W.js +40 -0
  18. package/dist/es/{Form-7lZt5ehf.js → Form-po3aIrSN.js} +62 -61
  19. package/dist/es/{Icon-BLDDdSU-.js → Icon-XJfGGAMY.js} +1 -1
  20. package/dist/es/{Indicator-B-en-MgG.js → Indicator-vsSp5r5K.js} +1 -1
  21. package/dist/es/{Input-C5HuVehE.js → Input-KrNqNZMe.js} +5 -5
  22. package/dist/es/Kbd-CtCGx7_s.js +13 -0
  23. package/dist/es/{Link-Av9RdcFv.js → Link-Bbwdgs74.js} +1 -1
  24. package/dist/es/{Loading-CBNDUWQd.js → Loading-DiyIiKxO.js} +3 -3
  25. package/dist/es/{Message-DgnyyuXn.js → Message-BoNCtMo7.js} +14 -14
  26. package/dist/es/{Notification-LYRXnVAf.js → Notification-CFY-yvRf.js} +13 -13
  27. package/dist/es/{Overlay-CpvMhnuU.js → Overlay-DoFA2lgP.js} +1 -1
  28. package/dist/es/Pixelate-dqwHc6nX.js +39 -0
  29. package/dist/es/{Popconfirm-DvxFdLrw.js → Popconfirm-DPOujyiA.js} +12 -12
  30. package/dist/es/{Progress-Bc5INMhJ.js → Progress-B0oYE8Z3.js} +1 -1
  31. package/dist/es/{Radio-263_rtRl.js → Radio-C-Ot7pLA.js} +3 -3
  32. package/dist/es/Resizable-G5KVHayx.js +151 -0
  33. package/dist/es/{Select-7ZxUCS8z.js → Select-DqxPeAKK.js} +14 -14
  34. package/dist/es/Skeleton-4SeKRKn9.js +15 -0
  35. package/dist/es/{Switch-DiCsMJT3.js → Switch-C_tBxZtT.js} +3 -3
  36. package/dist/es/{Table-BvA_xzDe.js → Table-Cr6HFL4_.js} +1 -1
  37. package/dist/es/{Tooltip-J3ji6weH.js → Tooltip-rak4BryQ.js} +3 -3
  38. package/dist/es/Validator-DKVfknvI.js +40 -0
  39. package/dist/es/{hooks-BqobYUzS.js → hooks-pTjI-j9o.js} +51 -53
  40. package/dist/es/index.js +119 -90
  41. package/dist/es/utils-DzOow9K9.js +155 -0
  42. package/dist/es/{vendor-DXmGx29U.js → vendor-DrBJKLFW.js} +254 -210
  43. package/dist/index.css +1 -1
  44. package/dist/{es/theme → theme}/Badge.css +151 -151
  45. package/dist/{es/theme → theme}/Button.css +92 -8
  46. package/dist/theme/ChatBubble.css +218 -0
  47. package/dist/{es/theme → theme}/Checkbox.css +138 -18
  48. package/dist/{es/theme → theme}/Collapse.css +96 -96
  49. package/dist/theme/Diff.css +110 -0
  50. package/dist/{es/theme → theme}/Divider.css +42 -3
  51. package/dist/{es/theme → theme}/Dropdown.css +2 -2
  52. package/dist/{es/theme → theme}/FileInput.css +32 -0
  53. package/dist/theme/Filter.css +598 -0
  54. package/dist/{es/theme → theme}/Input.css +414 -407
  55. package/dist/theme/Kbd.css +104 -0
  56. package/dist/{es/theme → theme}/Message.css +1 -1
  57. package/dist/{es/theme → theme}/Notification.css +44 -44
  58. package/dist/{es/theme → theme}/Radio.css +114 -48
  59. package/dist/theme/Resizable.css +95 -0
  60. package/dist/{es/theme → theme}/Select.css +198 -88
  61. package/dist/theme/Skeleton.css +192 -0
  62. package/dist/{es/theme → theme}/Switch.css +22 -3
  63. package/dist/theme/Validator.css +25 -0
  64. package/dist/types/components/ChatBubble/constants.d.ts +2 -0
  65. package/dist/types/components/ChatBubble/index.d.ts +27 -0
  66. package/dist/types/components/ChatBubble/types.d.ts +10 -0
  67. package/dist/types/components/Diff/constants.d.ts +4 -0
  68. package/dist/types/components/Diff/index.d.ts +67 -0
  69. package/dist/types/components/Diff/types.d.ts +29 -0
  70. package/dist/types/components/Dropdown/index.d.ts +3 -3
  71. package/dist/types/components/Filter/constants.d.ts +5 -0
  72. package/dist/types/components/Filter/index.d.ts +59 -0
  73. package/dist/types/components/Filter/types.d.ts +38 -0
  74. package/dist/types/components/Icon/index.d.ts +1 -0
  75. package/dist/types/components/Kbd/constants.d.ts +3 -0
  76. package/dist/types/components/Kbd/index.d.ts +24 -0
  77. package/dist/types/components/Kbd/types.d.ts +10 -0
  78. package/dist/types/components/Pixelate/index.d.ts +3 -3
  79. package/dist/types/components/Popconfirm/index.d.ts +3 -3
  80. package/dist/types/components/Resizable/constants.d.ts +3 -0
  81. package/dist/types/components/Resizable/index.d.ts +135 -0
  82. package/dist/types/components/Resizable/types.d.ts +52 -0
  83. package/dist/types/components/Select/index.d.ts +3 -3
  84. package/dist/types/components/Skeleton/index.d.ts +36 -0
  85. package/dist/types/components/Skeleton/types.d.ts +12 -0
  86. package/dist/types/components/Tooltip/index.d.ts +3 -3
  87. package/dist/types/components/Validator/index.d.ts +52 -0
  88. package/dist/types/components/Validator/types.d.ts +13 -0
  89. package/dist/types/components/index.d.ts +8 -1
  90. package/dist/types/core/index.d.ts +1 -1
  91. package/dist/types/hooks/index.d.ts +2 -0
  92. package/dist/types/hooks/useFocusController.d.ts +1 -1
  93. package/dist/types/utils/index.d.ts +1 -0
  94. package/dist/types/utils/pixelate.d.ts +10 -0
  95. package/dist/types/utils/style.d.ts +1 -0
  96. package/dist/umd/index.css +1 -1
  97. package/dist/umd/index.css.gz +0 -0
  98. package/dist/umd/index.umd.cjs +3 -3
  99. package/dist/umd/index.umd.cjs.gz +0 -0
  100. package/package.json +4 -4
  101. package/dist/es/Pixelate-BPypBgJU.js +0 -67
  102. package/dist/es/utils-BS5vsvlM.js +0 -101
  103. /package/dist/{es/theme → theme}/Alert.css +0 -0
  104. /package/dist/{es/theme → theme}/Avatar.css +0 -0
  105. /package/dist/{es/theme → theme}/Breadcrumb.css +0 -0
  106. /package/dist/{es/theme → theme}/Card.css +0 -0
  107. /package/dist/{es/theme → theme}/Drawer.css +0 -0
  108. /package/dist/{es/theme → theme}/Form.css +0 -0
  109. /package/dist/{es/theme → theme}/Icon.css +0 -0
  110. /package/dist/{es/theme → theme}/Indicator.css +0 -0
  111. /package/dist/{es/theme → theme}/Link.css +0 -0
  112. /package/dist/{es/theme → theme}/Loading.css +0 -0
  113. /package/dist/{es/theme → theme}/Overlay.css +0 -0
  114. /package/dist/{es/theme → theme}/Popconfirm.css +0 -0
  115. /package/dist/{es/theme → theme}/Progress.css +0 -0
  116. /package/dist/{es/theme → theme}/Table.css +0 -0
  117. /package/dist/{es/theme → theme}/Tooltip.css +0 -0
  118. /package/dist/{es/theme → theme}/fonts/zpix.woff2 +0 -0
  119. /package/dist/{es/theme → theme}/index.css +0 -0
@@ -0,0 +1,40 @@
1
+ import { _ as e, w as s } from "./utils-DzOow9K9.js";
2
+ import { defineComponent as a, ref as t, watch as r, provide as i, reactive as l, toRefs as o, createElementBlock as n, openBlock as d, normalizeClass as u, createElementVNode as c, renderSlot as v, toDisplayString as m } from "vue";
3
+ import { z as g } from "zod";
4
+ import { F as f } from "./Form-po3aIrSN.js";
5
+ const p = { class: "px-validator__content" }, h = { class: "px-validator__hint-text" }, _ = s(e(a({ name: "PxValidator", __name: "Validator", props: { modelValue: {}, rules: { default: () => [] } }, emits: ["validate"], setup(e2, { expose: s2, emit: a2 }) {
6
+ const _2 = e2, x = a2, V = t("init"), I = t("");
7
+ function y(e3) {
8
+ const s3 = _2.rules ?? [];
9
+ return e3 ? s3.filter(((s4) => !s4.trigger || (Array.isArray(s4.trigger) ? s4.trigger.includes(e3) : s4.trigger === e3))) : s3;
10
+ }
11
+ async function P(e3) {
12
+ var _a;
13
+ for (const s3 of e3) {
14
+ let e4 = s3.schema ?? null;
15
+ if (!e4 && s3.required && (e4 = g.string({ message: s3.message ?? "This field is required" }).min(1, s3.message ?? "This field is required")), !e4) continue;
16
+ const a3 = e4.safeParse(_2.modelValue);
17
+ if (!a3.success) {
18
+ const e5 = s3.message ?? ((_a = a3.error.issues[0]) == null ? void 0 : _a.message) ?? "Validation failed";
19
+ return V.value = "error", I.value = e5, x("validate", false, e5), Promise.reject(e5);
20
+ }
21
+ }
22
+ return V.value = "success", I.value = "", x("validate", true, ""), true;
23
+ }
24
+ const j = async (e3) => {
25
+ const s3 = y(e3);
26
+ return !s3.length || P(s3);
27
+ }, q = () => {
28
+ V.value = "init", I.value = "";
29
+ };
30
+ return r((() => _2.modelValue), (() => {
31
+ const e3 = y("change");
32
+ e3.length && P(e3).catch((() => {
33
+ }));
34
+ })), s2({ validate: j, reset: q, validateStatus: V, validateMessage: I }), i(f, l({ ...o(_2), validate: (e3) => j(e3).catch((() => false)), resetField: q, clearValidate: q, addInputId: () => {
35
+ }, removeInputId: () => {
36
+ } })), (e3, s3) => (d(), n("div", { class: u(["px-validator", { "is-error": "error" === V.value, "is-success": "success" === V.value }]) }, [c("div", p, [v(e3.$slots, "default", {}, void 0, true)]), c("div", { class: u(["px-validator__hint", { "is-hidden": "error" !== V.value }]) }, [v(e3.$slots, "hint", { message: I.value }, (() => [c("span", h, m(I.value), 1)]), true)], 2)], 2));
37
+ } }), [["__scopeId", "data-v-9c099378"]]));
38
+ export {
39
+ _ as P
40
+ };
@@ -1,11 +1,11 @@
1
- import { isRef as e, watch as t, onMounted as n, onBeforeUnmount as o, unref as a, getCurrentInstance as r, useSlots as l, watchEffect as u, ref as s, inject as i, computed as c, onUnmounted as d } from "vue";
2
- import { f as m, y as v, k as f, z as p, n as h, o as g, a as E } from "./vendor-DXmGx29U.js";
3
- function L(r2, l2, u2) {
4
- e(r2) ? t(r2, ((e2, t2) => {
5
- null == t2 || t2.removeEventListener(l2, u2), null == e2 || e2.addEventListener(l2, u2);
6
- })) : n((() => null == r2 ? void 0 : r2.addEventListener(l2, u2))), o((() => {
1
+ import { isRef as e, watch as t, onMounted as n, onBeforeUnmount as o, unref as a, getCurrentInstance as l, useSlots as r, watchEffect as u, ref as s, inject as i, computed as c, onUnmounted as d } from "vue";
2
+ import { f as m, y as v, k as f, z as p, I as h, J as g, a as E } from "./vendor-DrBJKLFW.js";
3
+ function L(l2, r2, u2) {
4
+ e(l2) ? t(l2, ((e2, t2) => {
5
+ null == t2 || t2.removeEventListener(r2, u2), null == e2 || e2.addEventListener(r2, u2);
6
+ })) : n((() => null == l2 ? void 0 : l2.addEventListener(r2, u2))), o((() => {
7
7
  var e2;
8
- return null == (e2 = a(r2)) ? void 0 : e2.removeEventListener(l2, u2);
8
+ return null == (e2 = a(l2)) ? void 0 : e2.removeEventListener(r2, u2);
9
9
  }));
10
10
  }
11
11
  function w(e2, t2) {
@@ -18,7 +18,7 @@ const y = (e2, t2) => m(e2, ((e3) => {
18
18
  }));
19
19
  function x() {
20
20
  var e2, t2;
21
- const n2 = /* @__PURE__ */ new Map(), o2 = r(), a2 = null == (t2 = null == (e2 = l()) ? void 0 : e2.default) ? void 0 : t2.call(e2);
21
+ const n2 = /* @__PURE__ */ new Map(), o2 = l(), a2 = null == (t2 = null == (e2 = r()) ? void 0 : e2.default) ? void 0 : t2.call(e2);
22
22
  u((() => {
23
23
  (null == o2 ? void 0 : o2.props.disabled) ? y(a2 ?? [], ((e3) => {
24
24
  (null == e3 ? void 0 : e3.props) && (n2.set(e3, f(e3.props)), e3.props = p(null == e3 ? void 0 : e3.props, { style: { cursor: "not-allowed", color: "var(--px-text-color-placeholder)" } }));
@@ -28,9 +28,9 @@ function x() {
28
28
  }));
29
29
  }
30
30
  function k(e2, n2, a2 = {}) {
31
- let r2 = 0, l2 = 0, u2 = 0, s2 = 0, i2 = false;
31
+ let l2 = 0, r2 = 0, u2 = 0, s2 = 0, i2 = false;
32
32
  function c2(e3) {
33
- 0 === e3.button && (i2 = true, u2 = e3.clientX - r2, s2 = e3.clientY - l2, document.addEventListener("mousemove", d2), document.addEventListener("mouseup", m2), e3.preventDefault());
33
+ 0 === e3.button && (i2 = true, u2 = e3.clientX - l2, s2 = e3.clientY - r2, document.addEventListener("mousemove", d2), document.addEventListener("mouseup", m2), e3.preventDefault());
34
34
  }
35
35
  function d2(t2) {
36
36
  if (!i2) return;
@@ -38,10 +38,10 @@ function k(e2, n2, a2 = {}) {
38
38
  if (!n3) return;
39
39
  let o2 = t2.clientX - u2, c3 = t2.clientY - s2;
40
40
  if (a2.constrainToViewport) {
41
- const e3 = n3.getBoundingClientRect(), t3 = document.documentElement.clientWidth, a3 = document.documentElement.clientHeight, u3 = e3.left - r2, s3 = e3.top - l2, i3 = -u3, d3 = t3 - u3 - e3.width, m3 = -s3, v3 = a3 - s3 - e3.height;
41
+ const e3 = n3.getBoundingClientRect(), t3 = document.documentElement.clientWidth, a3 = document.documentElement.clientHeight, u3 = e3.left - l2, s3 = e3.top - r2, i3 = -u3, d3 = t3 - u3 - e3.width, m3 = -s3, v3 = a3 - s3 - e3.height;
42
42
  o2 = Math.max(i3, Math.min(d3, o2)), c3 = Math.max(m3, Math.min(v3, c3));
43
43
  }
44
- r2 = o2, l2 = c3, n3.style.transform = `translate(${r2}px, ${l2}px)`;
44
+ l2 = o2, r2 = c3, n3.style.transform = `translate(${l2}px, ${r2}px)`;
45
45
  }
46
46
  function m2() {
47
47
  i2 = false, document.removeEventListener("mousemove", d2), document.removeEventListener("mouseup", m2);
@@ -56,19 +56,19 @@ function k(e2, n2, a2 = {}) {
56
56
  v2(n2.value), document.removeEventListener("mousemove", d2), document.removeEventListener("mouseup", m2);
57
57
  })), { reset: function() {
58
58
  const t2 = e2.value;
59
- r2 = 0, l2 = 0, t2 && (t2.style.transform = "");
59
+ l2 = 0, r2 = 0, t2 && (t2.style.transform = "");
60
60
  } };
61
61
  }
62
62
  function b(e2, { afterBlur: t2, beforeBlur: n2, afterFocus: o2 } = {}) {
63
- const a2 = r(), { emit: l2 } = a2, u2 = s(), i2 = s(false);
63
+ const a2 = l(), { emit: r2 } = a2, u2 = s(), i2 = s(false);
64
64
  return L(u2, "click", (() => {
65
65
  var t3;
66
66
  null == (t3 = e2.value) || t3.focus();
67
67
  })), { wrapperRef: u2, isFocused: i2, handleFocus: (e3) => {
68
- i2.value || (i2.value = true, l2("focus", e3), null == o2 || o2());
68
+ i2.value || (i2.value = true, r2("focus", e3), null == o2 || o2());
69
69
  }, handleBlur: (e3) => {
70
70
  var o3;
71
- v(n2) && n2(e3) || e3.relatedTarget && (null == (o3 = u2.value) ? void 0 : o3.contains(e3.relatedTarget)) || (i2.value = false, l2("blur", e3), null == t2 || t2());
71
+ v(n2) && n2(e3) || e3.relatedTarget && (null == (o3 = u2.value) ? void 0 : o3.contains(e3.relatedTarget)) || (i2.value = false, r2("blur", e3), null == t2 || t2());
72
72
  } };
73
73
  }
74
74
  const M = ["a[href]", "button:not([disabled])", "input:not([disabled])", "textarea:not([disabled])", "select:not([disabled])", '[tabindex]:not([tabindex="-1"])'].join(", ");
@@ -80,43 +80,41 @@ function D(e2) {
80
80
  if (!o2) return;
81
81
  const a3 = Array.from(o2.querySelectorAll(M)).filter(((e3) => null !== e3.offsetParent));
82
82
  if (0 === a3.length) return void t3.preventDefault();
83
- const r3 = a3[0], l2 = a3[a3.length - 1];
84
- t3.shiftKey ? document.activeElement !== r3 && o2.contains(document.activeElement) || (t3.preventDefault(), l2.focus()) : document.activeElement !== l2 && o2.contains(document.activeElement) || (t3.preventDefault(), r3.focus());
83
+ const l3 = a3[0], r2 = a3[a3.length - 1];
84
+ t3.shiftKey ? document.activeElement !== l3 && o2.contains(document.activeElement) || (t3.preventDefault(), r2.focus()) : document.activeElement !== r2 && o2.contains(document.activeElement) || (t3.preventDefault(), l3.focus());
85
85
  }
86
- function r2() {
86
+ function l2() {
87
87
  n2 && (n2 = false, document.removeEventListener("keydown", a2), t2 && "function" == typeof t2.focus && t2.focus(), t2 = null);
88
88
  }
89
89
  return o((() => {
90
- r2();
90
+ l2();
91
91
  })), { activate: function() {
92
92
  n2 || (t2 = document.activeElement, n2 = true, document.addEventListener("keydown", a2));
93
- }, deactivate: r2 };
93
+ }, deactivate: l2 };
94
94
  }
95
95
  const T = { prefix: Math.floor(1e4 * Math.random()), current: 0 };
96
96
  function B(e2 = "er") {
97
97
  const t2 = `${e2}-${T.prefix}-${T.current++}`;
98
98
  return s(t2);
99
99
  }
100
- const I = { name: "en", el: { select: { loading: "Loading", noMatch: "No matching data", noData: "No data", placeholder: "Select" }, dropdown: { toggleDropdown: "Toggle Dropdown" }, messagebox: { title: "Message", confirm: "OK", cancel: "Cancel", error: "Illegal input", close: "Close this dialog" }, popconfirm: { confirmButtonText: "Yes", cancelButtonText: "No" } } };
101
- function S(e2) {
102
- {
100
+ const I = { name: "en", el: { select: { loading: "Loading", noMatch: "No matching data", noData: "No data", placeholder: "Select" }, dropdown: { toggleDropdown: "Toggle Dropdown" }, messagebox: { title: "Message", confirm: "OK", cancel: "Cancel", error: "Illegal input", close: "Close this dialog" }, popconfirm: { confirmButtonText: "Yes", cancelButtonText: "No" } } }, S = (e2) => E(e2, "install");
101
+ function $(e2) {
102
+ if (!e2) {
103
103
  const e3 = i(h, s(g({ locale: I.name, messages: { en: I.el } })));
104
- return c((() => {
105
- return t2 = a(e3), E(t2, "install");
106
- var t2;
107
- }));
104
+ return c((() => S(a(e3))));
108
105
  }
106
+ return c((() => S(g({ locale: e2.value.name, messages: { en: I.el, [e2.value.name]: e2.value.el } }))));
109
107
  }
110
- function $(e2) {
108
+ function O(e2) {
111
109
  const t2 = c((() => e2.getLastBottomOffset())), n2 = c((() => e2.offset + t2.value)), o2 = c((() => n2.value + e2.boxHeight.value));
112
110
  return { topOffset: n2, bottomOffset: o2 };
113
111
  }
114
- const O = s(0);
115
- function j(e2 = 2e3) {
116
- const t2 = s(e2), n2 = c((() => O.value + t2.value));
117
- return { initialValue: t2, currentZIndex: n2, nextZIndex: () => (O.value++, n2.value) };
112
+ const j = s(0);
113
+ function C(e2 = 2e3) {
114
+ const t2 = s(e2), n2 = c((() => j.value + t2.value));
115
+ return { initialValue: t2, currentZIndex: n2, nextZIndex: () => (j.value++, n2.value) };
118
116
  }
119
- function C() {
117
+ function F() {
120
118
  const e2 = s(false);
121
119
  let t2 = null, o2 = null;
122
120
  return n((() => {
@@ -127,45 +125,45 @@ function C() {
127
125
  t2 && o2 && (t2.removeEventListener ? t2.removeEventListener("change", o2) : t2.removeListener(o2));
128
126
  })), { prefersDark: e2, prefers: c((() => e2.value ? "dark" : "light")) };
129
127
  }
130
- const F = "px-theme", N = "px-dark", Y = s("system"), A = s(false);
131
- function H(e2) {
132
- "undefined" != typeof document && (e2 ? document.documentElement.classList.add(N) : document.documentElement.classList.remove(N));
133
- }
128
+ const N = "px-theme", Y = "px-dark", A = s("system"), H = s(false);
134
129
  function K(e2) {
130
+ "undefined" != typeof document && (e2 ? document.documentElement.classList.add(Y) : document.documentElement.classList.remove(Y));
131
+ }
132
+ function R(e2) {
135
133
  return "system" === e2 ? "undefined" != typeof window && window.matchMedia("(prefers-color-scheme: dark)").matches : "dark" === e2;
136
134
  }
137
- let R = false;
138
- function V() {
139
- if (!R && "undefined" != typeof window) {
135
+ let V = false;
136
+ function X() {
137
+ if (!V && "undefined" != typeof window) {
140
138
  !(function() {
141
139
  if ("undefined" == typeof window) return;
142
- const e4 = localStorage.getItem(F);
143
- e4 && ["light", "dark", "system"].includes(e4) ? Y.value = e4 : Y.value = "system", A.value = K(Y.value), H(A.value);
144
- })(), R = true;
140
+ const e4 = localStorage.getItem(N);
141
+ e4 && ["light", "dark", "system"].includes(e4) ? A.value = e4 : A.value = "system", H.value = R(A.value), K(H.value);
142
+ })(), V = true;
145
143
  const e3 = window.matchMedia("(prefers-color-scheme: dark)"), t2 = (e4) => {
146
- "system" === Y.value && (A.value = e4.matches, H(A.value));
144
+ "system" === A.value && (H.value = e4.matches, K(H.value));
147
145
  };
148
146
  e3.addEventListener ? e3.addEventListener("change", t2) : e3.addListener(t2);
149
147
  }
150
148
  const e2 = (e3) => {
151
- Y.value = e3, A.value = K(e3), H(A.value), "undefined" != typeof localStorage && localStorage.setItem(F, e3);
149
+ A.value = e3, H.value = R(e3), K(H.value), "undefined" != typeof localStorage && localStorage.setItem(N, e3);
152
150
  };
153
- return { theme: c((() => Y.value)), isDark: c((() => A.value)), setTheme: e2, toggleTheme: () => {
154
- const t2 = A.value ? "light" : "dark";
151
+ return { theme: c((() => A.value)), isDark: c((() => H.value)), setTheme: e2, toggleTheme: () => {
152
+ const t2 = H.value ? "light" : "dark";
155
153
  e2(t2);
156
154
  } };
157
155
  }
158
156
  export {
159
- j as a,
157
+ C as a,
160
158
  L as b,
161
159
  w as c,
162
160
  x as d,
163
161
  b as e,
164
- $ as f,
165
- S as g,
162
+ O as f,
163
+ $ as g,
166
164
  D as h,
167
165
  k as i,
168
- C as j,
169
- V as k,
166
+ F as j,
167
+ X as k,
170
168
  B as u
171
169
  };
package/dist/es/index.js CHANGED
@@ -1,111 +1,140 @@
1
- import { P as g } from "./Alert-BwTsp4X3.js";
2
- import { P as o } from "./Avatar-CJu6JYV3.js";
3
- import { P as I } from "./Badge-BmxZXX8k.js";
4
- import { P as C, a as l } from "./Breadcrumb-BP8MSklj.js";
5
- import { a as Z, P as s } from "./Button-BJHtN7gh.js";
6
- import { P as c } from "./Card-DJHkCmsz.js";
7
- import { P as e, a as A } from "./Checkbox-DX8L3fyp.js";
8
- import { P as p, a as B } from "./Collapse-Ir3V9CuO.js";
9
- import { P as b, p as G } from "./ConfigProvider-CsbSqwwi.js";
10
- import { E, u } from "./ConfigProvider-CsbSqwwi.js";
11
- import { P as r } from "./Drawer-C2eVmvUp.js";
12
- import { P as y } from "./Divider-C7PtODSK.js";
13
- import { P as W, a as X } from "./Dropdown-CVg_c2fB.js";
14
- import { P as w } from "./FileInput-BE26BmXm.js";
15
- import { P as h, a as S } from "./Form-7lZt5ehf.js";
16
- import { u as u2 } from "./Form-7lZt5ehf.js";
17
- import { a as H, r as K } from "./Icon-BLDDdSU-.js";
18
- import { d, i } from "./Icon-BLDDdSU-.js";
19
- import { P as Y } from "./Indicator-B-en-MgG.js";
20
- import { P as R } from "./Input-C5HuVehE.js";
21
- import { P as Q } from "./Link-Av9RdcFv.js";
22
- import { P as V, a as f } from "./Loading-CBNDUWQd.js";
23
- import { v, L, v as v2 } from "./Loading-CBNDUWQd.js";
24
- import { P as x, a as N } from "./Message-DgnyyuXn.js";
25
- import { m } from "./Message-DgnyyuXn.js";
26
- import { P as F } from "./Notification-LYRXnVAf.js";
27
- import { a, n } from "./Notification-LYRXnVAf.js";
28
- import { P } from "./Pixelate-BPypBgJU.js";
29
- import { P as J } from "./Popconfirm-DvxFdLrw.js";
30
- import { P as D } from "./Progress-Bc5INMhJ.js";
31
- import { P as U, a as z } from "./Radio-263_rtRl.js";
32
- import { P as T, a as M } from "./Select-7ZxUCS8z.js";
33
- import { P as O } from "./Switch-DiCsMJT3.js";
34
- import { P as q } from "./Table-BvA_xzDe.js";
35
- import { t } from "./Table-BvA_xzDe.js";
36
- import { P as $ } from "./Tooltip-J3ji6weH.js";
37
- import { f as _ } from "./vendor-DXmGx29U.js";
1
+ import { P as I } from "./Alert-DRIDwear.js";
2
+ import { P as C } from "./Avatar-Dkvvhw_D.js";
3
+ import { P as l } from "./Badge-CLNacHVq.js";
4
+ import { P as s, a as Z } from "./Breadcrumb-CfJA9NZz.js";
5
+ import { a as p, P as A } from "./Button-Dj1DIvXh.js";
6
+ import { P as r } from "./Card-meh7F1e2.js";
7
+ import { P as B } from "./ChatBubble-Ccr3wzoK.js";
8
+ import { P as b, a as G } from "./Checkbox-vOcwl1OX.js";
9
+ import { P as y, a as W } from "./Collapse-BG58s0uJ.js";
10
+ import { P as X, p as w } from "./ConfigProvider-Cr8Hpzf2.js";
11
+ import { E, u } from "./ConfigProvider-Cr8Hpzf2.js";
12
+ import { P as S } from "./Diff-KQ44cDcY.js";
13
+ import { P as H } from "./Divider-CYYeUqYc.js";
14
+ import { P as K } from "./Drawer-CDXFDfrf.js";
15
+ import { P as Y, a as R } from "./Dropdown-CPZtzHPx.js";
16
+ import { P as V } from "./FileInput-Ram4-wy2.js";
17
+ import { P as Q, a as x } from "./Filter-CLLkrn-W.js";
18
+ import { P as N, a as P } from "./Form-po3aIrSN.js";
19
+ import { u as u2 } from "./Form-po3aIrSN.js";
20
+ import { a as F, r as D } from "./Icon-XJfGGAMY.js";
21
+ import { d, i } from "./Icon-XJfGGAMY.js";
22
+ import { P as J } from "./Indicator-vsSp5r5K.js";
23
+ import { P as z } from "./Input-KrNqNZMe.js";
24
+ import { P as U } from "./Kbd-CtCGx7_s.js";
25
+ import { P as T } from "./Link-Bbwdgs74.js";
26
+ import { P as M, a as O } from "./Loading-DiyIiKxO.js";
27
+ import { v, L, v as v2 } from "./Loading-DiyIiKxO.js";
28
+ import { P as q, a as $ } from "./Message-BoNCtMo7.js";
29
+ import { m } from "./Message-BoNCtMo7.js";
30
+ import { P as _ } from "./Notification-CFY-yvRf.js";
31
+ import { a, n } from "./Notification-CFY-yvRf.js";
32
+ import { P as gg } from "./Pixelate-dqwHc6nX.js";
33
+ import { P as og } from "./Popconfirm-DPOujyiA.js";
34
+ import { P as Ig } from "./Progress-B0oYE8Z3.js";
35
+ import { P as Cg, a as ag } from "./Radio-C-Ot7pLA.js";
36
+ import { P as lg, a as sg, b as mg } from "./Resizable-G5KVHayx.js";
37
+ import { P as eg, a as Zg } from "./Select-DqxPeAKK.js";
38
+ import { P as cg } from "./Skeleton-4SeKRKn9.js";
39
+ import { P as ig } from "./Switch-C_tBxZtT.js";
40
+ import { P as pg } from "./Table-Cr6HFL4_.js";
41
+ import { t } from "./Table-Cr6HFL4_.js";
42
+ import { P as dg } from "./Tooltip-rak4BryQ.js";
43
+ import { P as tg } from "./Validator-DKVfknvI.js";
44
+ import { f as Ag } from "./vendor-DrBJKLFW.js";
45
+ import { c, i as i2, h, g, j, k } from "./hooks-pTjI-j9o.js";
38
46
  import "vue";
39
- import { j, k } from "./hooks-BqobYUzS.js";
40
- const gg = [o, I, C, l, Z, s, c, e, A, H, Y, p, B, g, r, $, J, W, X, x, F, R, Q, w, N, V, f, O, q, T, M, P, D, h, S, b, y, U, z], og = { name: "ja", el: { select: { loading: "ロード中", noMatch: "データなし", noData: "データなし", placeholder: "選択してください" }, dropdown: { toggleDropdown: "ドロップダウン切替" }, messagebox: { title: "メッセージ", confirm: "OK", cancel: "キャンセル", error: "正しくない入力", close: "このダイアログを閉じる" }, popconfirm: { confirmButtonText: "はい", cancelButtonText: "いいえ" } } }, Ig = { name: "ko", el: { select: { loading: "불러오는 중", noMatch: "검색된 데이터 없음", noData: "데이터 없음", placeholder: "선택" }, dropdown: { toggleDropdown: "드롭다운 전환" }, messagebox: { title: "메시지", confirm: "확인", cancel: "취소", error: "올바르지 않은 입력", close: "대화 상자 닫기" }, popconfirm: { confirmButtonText: "예", cancelButtonText: "아니오" } } }, Cg = { name: "zh-cn", el: { select: { loading: "加载中", noMatch: "无匹配数据", noData: "无数据", placeholder: "请选择" }, dropdown: { toggleDropdown: "切换下拉菜单" }, messagebox: { title: "提示", confirm: "确定", cancel: "取消", error: "输入的数据不合法!", close: "关闭此对话框" }, popconfirm: { confirmButtonText: "确定", cancelButtonText: "取消" } } }, ag = { name: "zh-tw", el: { select: { loading: "載入中", noMatch: "無相符資料", noData: "無資料", placeholder: "請選擇" }, dropdown: { toggleDropdown: "切換下拉選單" }, messagebox: { title: "提示", confirm: "確定", cancel: "取消", error: "輸入的資料不符規定!", close: "關閉此對話框" }, popconfirm: { confirmButtonText: "確認", cancelButtonText: "取消" } } };
41
- if (K(), "undefined" != typeof CSS && "paintWorklet" in CSS) try {
47
+ import { o, g as g2, n as n2, m as m2, k as k2, f, e } from "./utils-DzOow9K9.js";
48
+ const rg = [I, C, l, s, Z, p, A, r, B, b, G, y, W, X, S, H, K, Y, R, V, Q, x, N, P, F, J, z, U, T, M, O, q, $, _, eg, gg, og, Ig, Cg, ag, lg, sg, mg, Zg, cg, ig, pg, dg, tg], Bg = { name: "ja", el: { select: { loading: "ロード中", noMatch: "データなし", noData: "データなし", placeholder: "選択してください" }, dropdown: { toggleDropdown: "ドロップダウン切替" }, messagebox: { title: "メッセージ", confirm: "OK", cancel: "キャンセル", error: "正しくない入力", close: "このダイアログを閉じる" }, popconfirm: { confirmButtonText: "はい", cancelButtonText: "いいえ" } } }, bg = { name: "ko", el: { select: { loading: "불러오는 중", noMatch: "검색된 데이터 없음", noData: "데이터 없음", placeholder: "선택" }, dropdown: { toggleDropdown: "드롭다운 전환" }, messagebox: { title: "메시지", confirm: "확인", cancel: "취소", error: "올바르지 않은 입력", close: "대화 상자 닫기" }, popconfirm: { confirmButtonText: "예", cancelButtonText: "아니오" } } }, Gg = { name: "zh-cn", el: { select: { loading: "加载中", noMatch: "无匹配数据", noData: "无数据", placeholder: "请选择" }, dropdown: { toggleDropdown: "切换下拉菜单" }, messagebox: { title: "提示", confirm: "确定", cancel: "取消", error: "输入的数据不合法!", close: "关闭此对话框" }, popconfirm: { confirmButtonText: "确定", cancelButtonText: "取消" } } }, ng = { name: "zh-tw", el: { select: { loading: "載入中", noMatch: "無相符資料", noData: "無資料", placeholder: "請選擇" }, dropdown: { toggleDropdown: "切換下拉選單" }, messagebox: { title: "提示", confirm: "確定", cancel: "取消", error: "輸入的資料不符規定!", close: "關閉此對話框" }, popconfirm: { confirmButtonText: "確認", cancelButtonText: "取消" } } };
49
+ if (D(), "undefined" != typeof CSS && "paintWorklet" in CSS) try {
42
50
  CSS.paintWorklet.addModule(new URL("data:text/javascript;base64,LyoqCiAqIENTUyBIb3VkaW5pIFBhaW50IFdvcmtsZXQgLSBQaXhlbCBCb3JkZXIKICoKICogQ3JlYXRlcyBhdXRoZW50aWMgcGl4ZWxhdGVkIGJvcmRlcnMgZm9yIHJldHJvIFVJIGFlc3RoZXRpYwogKgogKiBDdXN0b20gUHJvcGVydGllczoKICogLSAtLXB4LWJvcmRlci1jb2xvcjogQm9yZGVyIGNvbG9yIChkZWZhdWx0OiAjMDAwMDAwKQogKiAtIC0tcHgtYm9yZGVyLXdpZHRoOiBCb3JkZXIgd2lkdGggaW4gcGl4ZWxzIChkZWZhdWx0OiAyKQogKiAtIC0tcHgtYm9yZGVyLXBpeGVsLXNpemU6IFNpemUgb2YgZWFjaCBwaXhlbCBibG9jayAoZGVmYXVsdDogMikKICovCgpjbGFzcyBQaXhlbEJvcmRlclBhaW50ZXIgewogIHN0YXRpYyBnZXQgaW5wdXRQcm9wZXJ0aWVzKCkgewogICAgcmV0dXJuIFsnLS1weC1ib3JkZXItY29sb3InLCAnLS1weC1ib3JkZXItd2lkdGgnLCAnLS1weC1ib3JkZXItcGl4ZWwtc2l6ZSddOwogIH0KCiAgcGFpbnQoY3R4LCBzaXplLCBwcm9wZXJ0aWVzKSB7CiAgICAvLyBHZXQgY3VzdG9tIHByb3BlcnR5IHZhbHVlcwogICAgY29uc3QgYm9yZGVyQ29sb3IgPSBwcm9wZXJ0aWVzLmdldCgnLS1weC1ib3JkZXItY29sb3InKS50b1N0cmluZygpLnRyaW0oKSB8fCAnIzAwMDAwMCc7CiAgICBjb25zdCBib3JkZXJXaWR0aCA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LWJvcmRlci13aWR0aCcpLnRvU3RyaW5nKCksIDEwKSB8fCAyOwogICAgY29uc3QgcGl4ZWxTaXplID0gcGFyc2VJbnQocHJvcGVydGllcy5nZXQoJy0tcHgtYm9yZGVyLXBpeGVsLXNpemUnKS50b1N0cmluZygpLCAxMCkgfHwgMjsKCiAgICBjb25zdCB3aWR0aCA9IHNpemUud2lkdGg7CiAgICBjb25zdCBoZWlnaHQgPSBzaXplLmhlaWdodDsKCiAgICBjdHguZmlsbFN0eWxlID0gYm9yZGVyQ29sb3I7CgogICAgLy8gRHJhdyB0b3AgYm9yZGVyIChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gMDsgeCA8IHdpZHRoOyB4ICs9IHBpeGVsU2l6ZSkgewogICAgICBmb3IgKGxldCB5ID0gMDsgeSA8IGJvcmRlcldpZHRoOyB5ICs9IHBpeGVsU2l6ZSkgewogICAgICAgIGN0eC5maWxsUmVjdCh4LCB5LCBwaXhlbFNpemUsIHBpeGVsU2l6ZSk7CiAgICAgIH0KICAgIH0KCiAgICAvLyBEcmF3IGJvdHRvbSBib3JkZXIgKHBpeGVsYXRlZCkKICAgIGZvciAobGV0IHggPSAwOyB4IDwgd2lkdGg7IHggKz0gcGl4ZWxTaXplKSB7CiAgICAgIGZvciAobGV0IHkgPSBoZWlnaHQgLSBib3JkZXJXaWR0aDsgeSA8IGhlaWdodDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICB9CiAgICB9CgogICAgLy8gRHJhdyBsZWZ0IGJvcmRlciAocGl4ZWxhdGVkKQogICAgZm9yIChsZXQgeCA9IDA7IHggPCBib3JkZXJXaWR0aDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IDA7IHkgPCBoZWlnaHQ7IHkgKz0gcGl4ZWxTaXplKSB7CiAgICAgICAgY3R4LmZpbGxSZWN0KHgsIHksIHBpeGVsU2l6ZSwgcGl4ZWxTaXplKTsKICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgcmlnaHQgYm9yZGVyIChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gd2lkdGggLSBib3JkZXJXaWR0aDsgeCA8IHdpZHRoOyB4ICs9IHBpeGVsU2l6ZSkgewogICAgICBmb3IgKGxldCB5ID0gMDsgeSA8IGhlaWdodDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICB9CiAgICB9CgogICAgLy8gT3B0aW9uYWw6IEFkZCBjb3JuZXIgcGl4ZWxzIGZvciBtb3JlIHByb25vdW5jZWQgcGl4ZWwgZWZmZWN0CiAgICBjb25zdCBjb3JuZXJTaXplID0gYm9yZGVyV2lkdGggKyBwaXhlbFNpemU7CgogICAgLy8gVG9wLWxlZnQgY29ybmVyIGVuaGFuY2VtZW50CiAgICBjdHguZmlsbFJlY3QoMCwgMCwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gVG9wLXJpZ2h0IGNvcm5lciBlbmhhbmNlbWVudAogICAgY3R4LmZpbGxSZWN0KHdpZHRoIC0gY29ybmVyU2l6ZSwgMCwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gQm90dG9tLWxlZnQgY29ybmVyIGVuaGFuY2VtZW50CiAgICBjdHguZmlsbFJlY3QoMCwgaGVpZ2h0IC0gY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CgogICAgLy8gQm90dG9tLXJpZ2h0IGNvcm5lciBlbmhhbmNlbWVudAogICAgY3R4LmZpbGxSZWN0KHdpZHRoIC0gY29ybmVyU2l6ZSwgaGVpZ2h0IC0gY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSwgY29ybmVyU2l6ZSk7CiAgfQp9CgovLyBSZWdpc3RlciB0aGUgcGFpbnQgd29ya2xldApyZWdpc3RlclBhaW50KCdwaXhlbC1ib3JkZXInLCBQaXhlbEJvcmRlclBhaW50ZXIpOwo=", import.meta.url).href), CSS.paintWorklet.addModule(new URL("data:text/javascript;base64,LyoqCiAqIENTUyBIb3VkaW5pIFBhaW50IFdvcmtsZXQgLSBQaXhlbCBTaGFkb3cKICoKICogQ3JlYXRlcyBwaXhlbGF0ZWQgc2hhZG93IGVmZmVjdCBmb3IgZGVwdGgKICoKICogQ3VzdG9tIFByb3BlcnRpZXM6CiAqIC0gLS1weC1zaGFkb3ctY29sb3I6IFNoYWRvdyBjb2xvciAoZGVmYXVsdDogcmdiYSgwLDAsMCwwLjMpKQogKiAtIC0tcHgtc2hhZG93LW9mZnNldDogU2hhZG93IG9mZnNldCBpbiBwaXhlbHMgKGRlZmF1bHQ6IDQpCiAqIC0gLS1weC1ib3JkZXItcGl4ZWwtc2l6ZTogU2l6ZSBvZiBlYWNoIHBpeGVsIGJsb2NrIChkZWZhdWx0OiAyKQogKi8KCmNsYXNzIFBpeGVsU2hhZG93UGFpbnRlciB7CiAgc3RhdGljIGdldCBpbnB1dFByb3BlcnRpZXMoKSB7CiAgICByZXR1cm4gWyctLXB4LXNoYWRvdy1jb2xvcicsICctLXB4LXNoYWRvdy1vZmZzZXQnLCAnLS1weC1ib3JkZXItcGl4ZWwtc2l6ZSddOwogIH0KCiAgcGFpbnQoY3R4LCBzaXplLCBwcm9wZXJ0aWVzKSB7CiAgICAvLyBHZXQgY3VzdG9tIHByb3BlcnR5IHZhbHVlcwogICAgY29uc3Qgc2hhZG93Q29sb3IgPSBwcm9wZXJ0aWVzLmdldCgnLS1weC1zaGFkb3ctY29sb3InKS50b1N0cmluZygpLnRyaW0oKSB8fCAncmdiYSgwLDAsMCwwLjMpJzsKICAgIGNvbnN0IHNoYWRvd09mZnNldCA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LXNoYWRvdy1vZmZzZXQnKS50b1N0cmluZygpLCAxMCkgfHwgNDsKICAgIGNvbnN0IHBpeGVsU2l6ZSA9IHBhcnNlSW50KHByb3BlcnRpZXMuZ2V0KCctLXB4LWJvcmRlci1waXhlbC1zaXplJykudG9TdHJpbmcoKSwgMTApIHx8IDI7CgogICAgY29uc3Qgd2lkdGggPSBzaXplLndpZHRoOwogICAgY29uc3QgaGVpZ2h0ID0gc2l6ZS5oZWlnaHQ7CgogICAgY3R4LmZpbGxTdHlsZSA9IHNoYWRvd0NvbG9yOwoKICAgIC8vIERyYXcgcmlnaHQgc2hhZG93IChwaXhlbGF0ZWQpCiAgICBmb3IgKGxldCB4ID0gd2lkdGg7IHggPCB3aWR0aCArIHNoYWRvd09mZnNldDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IHNoYWRvd09mZnNldDsgeSA8IGhlaWdodCArIHNoYWRvd09mZnNldDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICAvLyBDcmVhdGUgc3RlcHBlZCBzaGFkb3cgZWZmZWN0CiAgICAgICAgY29uc3QgZGlzdGFuY2UgPSB4IC0gd2lkdGg7CiAgICAgICAgaWYgKGRpc3RhbmNlIDwgc2hhZG93T2Zmc2V0KSB7CiAgICAgICAgICBjdHguZ2xvYmFsQWxwaGEgPSAxIC0gZGlzdGFuY2UgLyBzaGFkb3dPZmZzZXQ7CiAgICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICAgIH0KICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgYm90dG9tIHNoYWRvdyAocGl4ZWxhdGVkKQogICAgY3R4Lmdsb2JhbEFscGhhID0gMTsKICAgIGZvciAobGV0IHggPSBzaGFkb3dPZmZzZXQ7IHggPCB3aWR0aDsgeCArPSBwaXhlbFNpemUpIHsKICAgICAgZm9yIChsZXQgeSA9IGhlaWdodDsgeSA8IGhlaWdodCArIHNoYWRvd09mZnNldDsgeSArPSBwaXhlbFNpemUpIHsKICAgICAgICBjb25zdCBkaXN0YW5jZSA9IHkgLSBoZWlnaHQ7CiAgICAgICAgaWYgKGRpc3RhbmNlIDwgc2hhZG93T2Zmc2V0KSB7CiAgICAgICAgICBjdHguZ2xvYmFsQWxwaGEgPSAxIC0gZGlzdGFuY2UgLyBzaGFkb3dPZmZzZXQ7CiAgICAgICAgICBjdHguZmlsbFJlY3QoeCwgeSwgcGl4ZWxTaXplLCBwaXhlbFNpemUpOwogICAgICAgIH0KICAgICAgfQogICAgfQoKICAgIC8vIERyYXcgY29ybmVyIHNoYWRvdwogICAgY3R4Lmdsb2JhbEFscGhhID0gMC41OwogICAgZm9yIChsZXQgeCA9IHdpZHRoOyB4IDwgd2lkdGggKyBzaGFkb3dPZmZzZXQ7IHggKz0gcGl4ZWxTaXplKSB7CiAgICAgIGZvciAobGV0IHkgPSBoZWlnaHQ7IHkgPCBoZWlnaHQgKyBzaGFkb3dPZmZzZXQ7IHkgKz0gcGl4ZWxTaXplKSB7CiAgICAgICAgY3R4LmZpbGxSZWN0KHgsIHksIHBpeGVsU2l6ZSwgcGl4ZWxTaXplKTsKICAgICAgfQogICAgfQoKICAgIGN0eC5nbG9iYWxBbHBoYSA9IDE7CiAgfQp9CgovLyBSZWdpc3RlciB0aGUgcGFpbnQgd29ya2xldApyZWdpc3RlclBhaW50KCdwaXhlbC1zaGFkb3cnLCBQaXhlbFNoYWRvd1BhaW50ZXIpOwo=", import.meta.url).href);
43
- } catch (g2) {
51
+ } catch (g3) {
44
52
  }
45
- const lg = /* @__PURE__ */ (function(g2) {
53
+ const yg = /* @__PURE__ */ (function(g3) {
46
54
  return (o2, I2) => {
47
- _(g2, ((g3) => o2.use(g3))), I2 && G(I2, o2, true);
55
+ Ag(g3, ((g4) => o2.use(g4))), I2 && w(I2, o2, true);
48
56
  };
49
- })(gg);
57
+ })(rg);
50
58
  export {
51
- g as PxAlert,
52
- o as PxAvatar,
53
- I as PxBadge,
54
- C as PxBreadcrumb,
55
- l as PxBreadcrumbItem,
56
- Z as PxButton,
57
- s as PxButtonGroup,
58
- c as PxCard,
59
- e as PxCheckbox,
60
- A as PxCheckboxGroup,
61
- p as PxCollapse,
62
- B as PxCollapseItem,
63
- b as PxConfigProvider,
64
- y as PxDivider,
65
- r as PxDrawer,
66
- W as PxDropdown,
67
- X as PxDropdownItem,
68
- w as PxFileInput,
69
- h as PxForm,
70
- S as PxFormItem,
71
- H as PxIcon,
72
- Y as PxIndicator,
73
- R as PxInput,
74
- Q as PxLink,
75
- V as PxLoading,
59
+ I as PxAlert,
60
+ C as PxAvatar,
61
+ l as PxBadge,
62
+ s as PxBreadcrumb,
63
+ Z as PxBreadcrumbItem,
64
+ p as PxButton,
65
+ A as PxButtonGroup,
66
+ r as PxCard,
67
+ B as PxChatBubble,
68
+ b as PxCheckbox,
69
+ G as PxCheckboxGroup,
70
+ y as PxCollapse,
71
+ W as PxCollapseItem,
72
+ X as PxConfigProvider,
73
+ S as PxDiff,
74
+ H as PxDivider,
75
+ K as PxDrawer,
76
+ Y as PxDropdown,
77
+ R as PxDropdownItem,
78
+ V as PxFileInput,
79
+ Q as PxFilter,
80
+ x as PxFilterItem,
81
+ N as PxForm,
82
+ P as PxFormItem,
83
+ F as PxIcon,
84
+ J as PxIndicator,
85
+ z as PxInput,
86
+ U as PxKbd,
87
+ T as PxLink,
88
+ M as PxLoading,
76
89
  v as PxLoadingDirective,
77
- f as PxLoadingIndicator,
90
+ O as PxLoadingIndicator,
78
91
  L as PxLoadingService,
79
- x as PxMessage,
80
- N as PxMessageBox,
81
- F as PxNotification,
82
- M as PxOption,
83
- P as PxPixelate,
84
- J as PxPopconfirm,
85
- D as PxProgress,
86
- U as PxRadio,
87
- z as PxRadioGroup,
88
- T as PxSelect,
89
- O as PxSwitch,
90
- q as PxTable,
91
- $ as PxTooltip,
92
- lg as default,
92
+ q as PxMessage,
93
+ $ as PxMessageBox,
94
+ _ as PxNotification,
95
+ eg as PxOption,
96
+ gg as PxPixelate,
97
+ og as PxPopconfirm,
98
+ Ig as PxProgress,
99
+ Cg as PxRadio,
100
+ ag as PxRadioGroup,
101
+ lg as PxResizableGroup,
102
+ sg as PxResizableHandle,
103
+ mg as PxResizablePanel,
104
+ Zg as PxSelect,
105
+ cg as PxSkeleton,
106
+ ig as PxSwitch,
107
+ pg as PxTable,
108
+ dg as PxTooltip,
109
+ tg as PxValidator,
110
+ yg as default,
93
111
  d as defaultPixelIcons,
94
112
  E as en,
113
+ o as getIconNameMap,
114
+ g2 as getPixelIcon,
115
+ n2 as getRegisteredIconNames,
116
+ m2 as hasPixelIcon,
95
117
  i as iconSizeMap,
96
- og as ja,
97
- Ig as ko,
118
+ Bg as ja,
119
+ bg as ko,
98
120
  m as messageTypes,
99
121
  a as notificationPosition,
100
122
  n as notificationTypes,
101
- G as provideGlobalConfig,
102
- K as registerDefaultPixelIcons,
123
+ w as provideGlobalConfig,
124
+ D as registerDefaultPixelIcons,
125
+ k2 as registerPixelIcon,
126
+ f as registerPixelIcons,
127
+ e as resolveIconName,
103
128
  t as tableSize,
129
+ c as useClickOutside,
130
+ i2 as useDraggable,
131
+ h as useFocusTrap,
104
132
  u2 as useFormItem,
105
133
  u as useGlobalConfig,
134
+ g as useLocale,
106
135
  j as useSystemTheme,
107
136
  k as useTheme,
108
137
  v2 as vLoading,
109
- Cg as zhCn,
110
- ag as zhTw
138
+ Gg as zhCn,
139
+ ng as zhTw
111
140
  };