@pantograph/vue 0.9.0 → 0.10.0

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 (140) hide show
  1. package/dist/ActionButton/index.js.js +1 -1
  2. package/dist/ActionButton/index.umd.cjs.js +1 -1
  3. package/dist/{ActionButton.vue_vue_type_script_setup_true_lang-BVSgpJBL.js → ActionButton.vue_vue_type_script_setup_true_lang-ClxZJxTh.js} +2 -2
  4. package/dist/{ActionButton.vue_vue_type_script_setup_true_lang-2X340gYi.js → ActionButton.vue_vue_type_script_setup_true_lang-Db3ryil1.js} +1 -1
  5. package/dist/Avatar/index.js.js +1 -1
  6. package/dist/Avatar/index.umd.cjs.js +1 -1
  7. package/dist/{Avatar.vue_vue_type_style_index_0_lang-CO6GovcA.js → Avatar.vue_vue_type_style_index_0_lang-B538jct0.js} +2 -2
  8. package/dist/{Avatar.vue_vue_type_style_index_0_lang-1i2t2a3E.js → Avatar.vue_vue_type_style_index_0_lang-BSi0qbuq.js} +1 -1
  9. package/dist/AvatarGroup/index.js.js +1 -1
  10. package/dist/AvatarGroup/index.umd.cjs.js +1 -1
  11. package/dist/Badge/index.js.js +1 -1
  12. package/dist/Badge/index.umd.cjs.js +1 -1
  13. package/dist/{Badge.vue_vue_type_script_setup_true_lang-D7hKm2YM.js → Badge.vue_vue_type_script_setup_true_lang-CKxCSXXL.js} +1 -1
  14. package/dist/{Badge.vue_vue_type_script_setup_true_lang-BQ2E1xoX.js → Badge.vue_vue_type_script_setup_true_lang-CfA3dSJr.js} +1 -1
  15. package/dist/{BaseButton.vue_vue_type_style_index_0_lang-CfBRZCKS.js → BaseButton.vue_vue_type_style_index_0_lang-gzePKYHN.js} +1 -1
  16. package/dist/{BaseButton.vue_vue_type_style_index_0_lang-D99yMq5W.js → BaseButton.vue_vue_type_style_index_0_lang-s4G57j5o.js} +1 -1
  17. package/dist/Button/index.js.js +1 -1
  18. package/dist/Button/index.umd.cjs.js +1 -1
  19. package/dist/{Button.vue_vue_type_script_setup_true_lang-4la0ea5M.js → Button.vue_vue_type_script_setup_true_lang-B8DWC8Du.js} +2 -2
  20. package/dist/{Button.vue_vue_type_script_setup_true_lang-687jBefr.js → Button.vue_vue_type_script_setup_true_lang-BVCP3jP3.js} +1 -1
  21. package/dist/Checkbox/index.js.js +1 -1
  22. package/dist/Checkbox/index.umd.cjs.js +1 -1
  23. package/dist/{Checkbox.vue_vue_type_style_index_0_lang-Bvk3KN2L.js → Checkbox.vue_vue_type_style_index_0_lang-Bm6sm_wm.js} +1 -1
  24. package/dist/{Checkbox.vue_vue_type_style_index_0_lang-DPxsdfde.js → Checkbox.vue_vue_type_style_index_0_lang-maH6mbC5.js} +2 -2
  25. package/dist/CheckboxGroup/index.js.js +1 -1
  26. package/dist/CheckboxGroup/index.umd.cjs.js +1 -1
  27. package/dist/ColorPicker/ColorPicker.d.ts +37 -0
  28. package/dist/ColorPicker/ColorPickerSpace.d.ts +2 -0
  29. package/dist/ColorPicker/index.d.ts +1 -0
  30. package/dist/ColorPicker/index.js.js +7 -0
  31. package/dist/ColorPicker/index.umd.cjs.js +1 -0
  32. package/dist/ColorPicker/types.d.ts +60 -0
  33. package/dist/ColorPicker/utilities/CssValues.d.ts +48 -0
  34. package/dist/ColorPicker/utilities/clamp.d.ts +8 -0
  35. package/dist/ColorPicker/utilities/colorConversions/convertHexToRgb.d.ts +7 -0
  36. package/dist/ColorPicker/utilities/colorConversions/convertHslToHsv.d.ts +7 -0
  37. package/dist/ColorPicker/utilities/colorConversions/convertHslToRgb.d.ts +7 -0
  38. package/dist/ColorPicker/utilities/colorConversions/convertHsvToHsl.d.ts +7 -0
  39. package/dist/ColorPicker/utilities/colorConversions/convertHsvToHwb.d.ts +5 -0
  40. package/dist/ColorPicker/utilities/colorConversions/convertHsvToRgb.d.ts +7 -0
  41. package/dist/ColorPicker/utilities/colorConversions/convertHwbToHsv.d.ts +7 -0
  42. package/dist/ColorPicker/utilities/colorConversions/convertRgbToHex.d.ts +5 -0
  43. package/dist/ColorPicker/utilities/colorConversions/convertRgbToHsl.d.ts +7 -0
  44. package/dist/ColorPicker/utilities/colorConversions/convertRgbToHwb.d.ts +5 -0
  45. package/dist/ColorPicker/utilities/colorsAreValueEqual.d.ts +4 -0
  46. package/dist/ColorPicker/utilities/convert.d.ts +2 -0
  47. package/dist/ColorPicker/utilities/detectFormat.d.ts +7 -0
  48. package/dist/ColorPicker/utilities/eyeDropper.d.ts +17 -0
  49. package/dist/ColorPicker/utilities/formatAsCssColor.d.ts +5 -0
  50. package/dist/ColorPicker/utilities/getNewThumbPosition.d.ts +4 -0
  51. package/dist/ColorPicker/utilities/isValidHexColor.d.ts +4 -0
  52. package/dist/ColorPicker/utilities/parsePropsColor.d.ts +7 -0
  53. package/dist/ColorPicker/utilities/round.d.ts +6 -0
  54. package/dist/ColorPicker.vue_vue_type_style_index_0_lang-CROQzfNe.js +944 -0
  55. package/dist/ColorPicker.vue_vue_type_style_index_0_lang-IZSWne-0.js +1 -0
  56. package/dist/ColorSwatch/ColorSwatch.d.ts +27 -0
  57. package/dist/ColorSwatch/index.d.ts +2 -0
  58. package/dist/ColorSwatch/index.js.js +7 -0
  59. package/dist/ColorSwatch/index.umd.cjs.js +1 -0
  60. package/dist/ColorSwatch.vue_vue_type_style_index_0_lang-Bf0glWPU.js +102 -0
  61. package/dist/ColorSwatch.vue_vue_type_style_index_0_lang-Dki5150Z.js +1 -0
  62. package/dist/ColorSwatchGroup/ColorSwatchGroup.d.ts +60 -0
  63. package/dist/ColorSwatchGroup/index.d.ts +1 -0
  64. package/dist/ColorSwatchGroup/index.js.js +165 -0
  65. package/dist/ColorSwatchGroup/index.umd.cjs.js +1 -0
  66. package/dist/ColorTrigger/ColorTrigger.d.ts +22 -0
  67. package/dist/ColorTrigger/index.d.ts +2 -0
  68. package/dist/ColorTrigger/index.js.js +92 -0
  69. package/dist/ColorTrigger/index.umd.cjs.js +1 -0
  70. package/dist/ConfigProvider/index.js.js +119 -9
  71. package/dist/ConfigProvider/index.umd.cjs.js +1 -1
  72. package/dist/FloatButton/index.js.js +1 -1
  73. package/dist/FloatButton/index.umd.cjs.js +1 -1
  74. package/dist/{FloatButton.vue_vue_type_script_setup_true_lang-CQIk1UgJ.js → FloatButton.vue_vue_type_script_setup_true_lang-DARsq4US.js} +1 -1
  75. package/dist/{FloatButton.vue_vue_type_script_setup_true_lang-Bhc5xjck.js → FloatButton.vue_vue_type_script_setup_true_lang-iElZdgSE.js} +2 -2
  76. package/dist/GraphicalObject/index.js.js +1 -1
  77. package/dist/GraphicalObject/index.umd.cjs.js +1 -1
  78. package/dist/{GraphicalObject.vue_vue_type_script_setup_true_lang-8ZXdETpQ.js → GraphicalObject.vue_vue_type_script_setup_true_lang-Bouixpu2.js} +1 -1
  79. package/dist/{GraphicalObject.vue_vue_type_script_setup_true_lang-DYCUqEs3.js → GraphicalObject.vue_vue_type_script_setup_true_lang-Cc4PxUnd.js} +1 -1
  80. package/dist/IconButton/index.js.js +1 -1
  81. package/dist/IconButton/index.umd.cjs.js +1 -1
  82. package/dist/{IconButton.vue_vue_type_script_setup_true_lang-BMbK9bu3.js → IconButton.vue_vue_type_script_setup_true_lang-CufKPHFD.js} +1 -1
  83. package/dist/{IconButton.vue_vue_type_script_setup_true_lang-Dv60wNuX.js → IconButton.vue_vue_type_script_setup_true_lang-D1nK8pEU.js} +2 -2
  84. package/dist/IndentLevel/index.js.js +1 -1
  85. package/dist/IndentLevel/index.umd.cjs.js +1 -1
  86. package/dist/{IndentLevel.vue_vue_type_style_index_0_lang-C0p5Alem.js → IndentLevel.vue_vue_type_style_index_0_lang-C9mNx1Zx.js} +1 -1
  87. package/dist/{IndentLevel.vue_vue_type_style_index_0_lang-CBV4A9Mh.js → IndentLevel.vue_vue_type_style_index_0_lang-CKJpRLV6.js} +1 -1
  88. package/dist/Indicator/index.js.js +1 -1
  89. package/dist/Indicator/index.umd.cjs.js +1 -1
  90. package/dist/{Indicator.vue_vue_type_script_setup_true_lang-BHIE3kZG.js → Indicator.vue_vue_type_script_setup_true_lang-DURlzRTQ.js} +1 -1
  91. package/dist/{Indicator.vue_vue_type_script_setup_true_lang-DzKJMO-h.js → Indicator.vue_vue_type_script_setup_true_lang-DpPAMjWw.js} +1 -1
  92. package/dist/Input/Input.d.ts +67 -0
  93. package/dist/Menu/index.js.js +1 -1
  94. package/dist/Menu/index.umd.cjs.js +1 -1
  95. package/dist/Menu.vue_vue_type_style_index_0_lang-Danl_w4K.js +480 -0
  96. package/dist/Menu.vue_vue_type_style_index_0_lang-eKNVzfnz.js +1 -0
  97. package/dist/MenuItem/index.js.js +1 -1
  98. package/dist/MenuItem/index.umd.cjs.js +1 -1
  99. package/dist/Popover/index.js.js +1 -1
  100. package/dist/Popover/index.umd.cjs.js +1 -1
  101. package/dist/{Popover.vue_vue_type_style_index_0_lang-MJjv8Cvt.js → Popover.vue_vue_type_style_index_0_lang-DkM_Ynrg.js} +3 -3
  102. package/dist/Popover.vue_vue_type_style_index_0_lang-pSXmj4z1.js +1 -0
  103. package/dist/Primitive-BT1RjuGS.js +1 -0
  104. package/dist/Primitive-nOVjbfuc.js +47 -0
  105. package/dist/RadioGroup/index.js.js +1 -1
  106. package/dist/RadioGroup/index.umd.cjs.js +1 -1
  107. package/dist/{RadioGroup.vue_vue_type_script_setup_true_lang-c3UZIDsE.js → RadioGroup.vue_vue_type_script_setup_true_lang-8BgnVYlc.js} +1 -1
  108. package/dist/{RadioGroup.vue_vue_type_script_setup_true_lang-DWC7_LXA.js → RadioGroup.vue_vue_type_script_setup_true_lang-NNLg5ogX.js} +1 -1
  109. package/dist/Switch/index.js.js +1 -1
  110. package/dist/Switch/index.umd.cjs.js +1 -1
  111. package/dist/{Switch.vue_vue_type_style_index_0_lang-LcwRXYSm.js → Switch.vue_vue_type_style_index_0_lang-B9_IPFyg.js} +1 -1
  112. package/dist/{Switch.vue_vue_type_style_index_0_lang-B4DpjGcF.js → Switch.vue_vue_type_style_index_0_lang-_FIrRkI7.js} +1 -1
  113. package/dist/Tree/index.js.js +1 -1
  114. package/dist/Tree/index.umd.cjs.js +1 -1
  115. package/dist/Tree.vue_vue_type_style_index_0_lang-B3ZzwkLN.js +1 -0
  116. package/dist/Tree.vue_vue_type_style_index_0_lang-D9GBs86I.js +547 -0
  117. package/dist/{cloneDeep-DIRSbAoF.js → cloneDeep-7ho7cOLj.js} +1 -1
  118. package/dist/cloneDeep-C6tiVz1k.js +1 -0
  119. package/dist/get-BULsy4gy.js +1 -0
  120. package/dist/get-CdoyK4GU.js +34 -0
  121. package/dist/index.js.js +16 -16
  122. package/dist/index.umd.cjs.js +1 -1
  123. package/dist/isString-BVAZt9W3.js +9 -0
  124. package/dist/isString-CKmTJsel.js +1 -0
  125. package/dist/{omit-wqhC12f_.js → omit-BHZMfUBv.js} +34 -25
  126. package/dist/omit-DlH5U9Jc.js +1 -0
  127. package/dist/{pick-DYQvkbv7.js → pick-BHVX8oMF.js} +3 -1
  128. package/dist/pick-DpwC5mlg.js +1 -0
  129. package/dist/style/index.css +1 -1
  130. package/package.json +21 -1
  131. package/dist/Menu.vue_vue_type_style_index_0_lang-C_lbO09l.js +0 -1
  132. package/dist/Menu.vue_vue_type_style_index_0_lang-oedL61ps.js +0 -521
  133. package/dist/Popover.vue_vue_type_style_index_0_lang-TwQPMDMD.js +0 -1
  134. package/dist/Tree.vue_vue_type_style_index_0_lang-BHu81SiI.js +0 -573
  135. package/dist/Tree.vue_vue_type_style_index_0_lang-D2iXdFbM.js +0 -1
  136. package/dist/cloneDeep-DgcRQUzH.js +0 -1
  137. package/dist/index-CRYvpN0O.js +0 -126
  138. package/dist/index-JUGW3BX8.js +0 -1
  139. package/dist/omit-CMPOmOGF.js +0 -1
  140. package/dist/pick-CQkYSNzp.js +0 -1
@@ -0,0 +1,944 @@
1
+ import { onUnmounted as Xe, defineComponent as fe, useSlots as Je, computed as S, useAttrs as Qe, shallowRef as Ze, ref as J, createBlock as W, openBlock as x, unref as p, normalizeClass as R, withCtx as ge, createElementBlock as $, createCommentVNode as F, withDirectives as je, renderSlot as te, createTextVNode as ve, toDisplayString as pe, createElementVNode as N, mergeProps as en, isRef as nn, vModelDynamic as tn, Fragment as Ne, createVNode as ie, onMounted as $e, onBeforeUnmount as rn, watch as sn, reactive as on, renderList as an } from "vue";
2
+ import { _ as ln } from "./ActionButton.vue_vue_type_script_setup_true_lang-ClxZJxTh.js";
3
+ import { useVModel as ue } from "@vueuse/core";
4
+ import { P as un } from "./Primitive-nOVjbfuc.js";
5
+ import { g as De, a as re, b as _, c as he } from "./class-DziTeW9B.js";
6
+ import { cva as cn } from "class-variance-authority";
7
+ import { h as fn, b as dn, p as mn } from "./pick-BHVX8oMF.js";
8
+ import { r as gn, U as be, s as ye, m as we, k as Ae, u as Q, l as vn, i as pn, v as hn, w as Ve, t as Fe, a as bn, x as yn, y as wn, z as An } from "./omit-BHZMfUBv.js";
9
+ import { S as Cn, c as Tn, s as En, g as Pn } from "./get-CdoyK4GU.js";
10
+ import { S as Ce, i as Te } from "./isObjectLike-BatpeCIi.js";
11
+ import { i as ce } from "./isArray-WzO_os3q.js";
12
+ import { _ as He } from "./Icon.vue_vue_type_style_index_0_lang-BfPcw6PU.js";
13
+ import { _ as xn } from "./Divider.vue_vue_type_style_index_0_lang-B_4XMyuu.js";
14
+ import { createContext as Rn } from "radix-vue";
15
+ function K(e, n, r) {
16
+ return Math.max(n, Math.min(e, r));
17
+ }
18
+ function Sn(e, n) {
19
+ if (typeof e == "string" || typeof n == "string")
20
+ return e === n;
21
+ if (e) {
22
+ if (!n) return !1;
23
+ for (const r in e)
24
+ if (e[r] !== n[r])
25
+ return !1;
26
+ }
27
+ return !0;
28
+ }
29
+ function k(e) {
30
+ const n = [], r = e.length > 5 ? 2 : 1;
31
+ for (let t = 1; t < e.length; t += r) {
32
+ const o = e.substring(t, t + r).repeat(r % 2 + 1), s = parseInt(o, 16);
33
+ n.push(t === 3 * r + 1 ? s / 255 : s);
34
+ }
35
+ return n.length === 3 && n.push(1), {
36
+ r: n[0],
37
+ g: n[1],
38
+ b: n[2],
39
+ a: n[3]
40
+ };
41
+ }
42
+ function Be(e) {
43
+ const n = e.l / 100, r = n + e.s / 100 * Math.min(n, 1 - n), t = r === 0 ? 0 : 200 * (1 - n / r);
44
+ return {
45
+ h: e.h,
46
+ s: t,
47
+ v: r * 100,
48
+ a: e.a
49
+ };
50
+ }
51
+ function Z(e) {
52
+ let n = e.h % 360;
53
+ n < 0 && (n += 360);
54
+ const r = e.s / 100, t = e.l / 100;
55
+ return {
56
+ r: se(0, n, r, t) * 255,
57
+ g: se(8, n, r, t) * 255,
58
+ b: se(4, n, r, t) * 255,
59
+ a: e.a
60
+ };
61
+ }
62
+ function se(e, n, r, t) {
63
+ const o = (e + n / 30) % 12, s = r * Math.min(t, 1 - t);
64
+ return t - s * Math.max(-1, Math.min(o - 3, 9 - o, 1));
65
+ }
66
+ function Ue(e) {
67
+ const n = e.s / 100, r = e.v / 100, t = r * (1 - n / 2);
68
+ return {
69
+ h: e.h,
70
+ s: t === 0 || t === 1 ? 0 : (r - t) / Math.min(t, 1 - t) * 100,
71
+ l: t * 100,
72
+ a: e.a
73
+ };
74
+ }
75
+ function ze(e) {
76
+ return {
77
+ h: e.h,
78
+ w: e.v * (100 - e.s) / 100,
79
+ b: 100 - e.v,
80
+ a: e.a
81
+ };
82
+ }
83
+ function z(e) {
84
+ return Z(Ue(e));
85
+ }
86
+ function V(e) {
87
+ const n = e.w / 100, r = e.b / 100;
88
+ let t, o;
89
+ const s = n + r;
90
+ return s >= 1 ? (t = 0, o = n / s) : (o = 1 - r, t = (1 - n / o) * 100), {
91
+ h: e.h,
92
+ s: t,
93
+ v: o * 100,
94
+ a: e.a
95
+ };
96
+ }
97
+ function j(e) {
98
+ const { r: n, g: r, b: t, a: o } = e, s = Math.min(n, r, t), a = Math.max(n, r, t), l = a - s, f = (a + s) / 2;
99
+ let i = 0;
100
+ l !== 0 && (a === n ? i = (r - t) / l + (r < t ? 6 : 0) : a === r ? i = (t - n) / l + 2 : a === t && (i = (n - r) / l + 4), i *= 60);
101
+ let b = 0;
102
+ return f !== 0 && f !== 255 && (b = (a - f) / Math.min(f, 255 - f)), {
103
+ h: i,
104
+ s: b * 100,
105
+ l: f / 255 * 100,
106
+ a: o
107
+ };
108
+ }
109
+ function q(e) {
110
+ return "#" + Object.values(e).map(
111
+ (n, r) => Math.round(r === 3 ? n * 255 : n).toString(16).padStart(2, "0")
112
+ ).join("");
113
+ }
114
+ function G(e) {
115
+ return ze(Be(j(e)));
116
+ }
117
+ const _n = {
118
+ hex: {
119
+ hex: (e) => e,
120
+ hsl: (e) => j(k(e)),
121
+ hsv: (e) => V(G(k(e))),
122
+ hwb: (e) => G(k(e)),
123
+ rgb: k
124
+ },
125
+ hsl: {
126
+ hex: (e) => q(Z(e)),
127
+ hsl: (e) => e,
128
+ hsv: Be,
129
+ hwb: (e) => G(Z(e)),
130
+ rgb: Z
131
+ },
132
+ hsv: {
133
+ hex: (e) => q(z(e)),
134
+ hsl: Ue,
135
+ hsv: (e) => e,
136
+ hwb: ze,
137
+ rgb: z
138
+ },
139
+ hwb: {
140
+ hex: (e) => q(z(V(e))),
141
+ hsl: (e) => j(z(V(e))),
142
+ hsv: V,
143
+ hwb: (e) => e,
144
+ rgb: (e) => z(V(e))
145
+ },
146
+ rgb: {
147
+ hex: q,
148
+ hsl: j,
149
+ hsv: (e) => V(G(e)),
150
+ hwb: G,
151
+ rgb: (e) => e
152
+ }
153
+ };
154
+ function Ee(e, n, r) {
155
+ return _n[e][n](r);
156
+ }
157
+ function Ln(e, n) {
158
+ const r = e.toFixed(n);
159
+ return r.includes(".") ? r.replace(/\.?0+$/, "") : r;
160
+ }
161
+ const Mn = {
162
+ deg: 1,
163
+ grad: 0.9,
164
+ rad: 180 / Math.PI,
165
+ turn: 360
166
+ }, ee = {
167
+ from(e) {
168
+ return e.endsWith("%") ? H.from(e, { referenceValue: 1 }) : M.from(e, { min: 0, max: 1 });
169
+ },
170
+ to(e) {
171
+ return M.to(e);
172
+ }
173
+ }, Pe = {
174
+ from(e) {
175
+ const n = e.match(/deg|g?rad|turn$/);
176
+ if (n === null)
177
+ return M.from(e);
178
+ const r = n[0];
179
+ return M.from(e.slice(0, -r.length)) * Mn[r];
180
+ },
181
+ to(e) {
182
+ return M.to(e);
183
+ }
184
+ }, M = {
185
+ from(e, { min: n = Number.NEGATIVE_INFINITY, max: r = Number.POSITIVE_INFINITY } = {}) {
186
+ return e.endsWith(".") ? NaN : K(Number(e), n, r);
187
+ },
188
+ to(e) {
189
+ return Ln(e, 2);
190
+ }
191
+ }, H = {
192
+ from(e, { referenceValue: n = 100, min: r = 0, max: t = 100 } = {}) {
193
+ return e.endsWith("%") ? M.from(e.slice(0, -1), { min: r, max: t }) * n / 100 : NaN;
194
+ },
195
+ to(e) {
196
+ return M.to(e) + "%";
197
+ }
198
+ }, oe = {
199
+ from(e) {
200
+ return e.endsWith("%") ? H.from(e, { referenceValue: 255 }) : M.from(e, { min: 0, max: 255 });
201
+ },
202
+ to(e) {
203
+ return M.to(e);
204
+ }
205
+ }, On = {
206
+ hsl: {
207
+ h: Pe,
208
+ s: H,
209
+ l: H
210
+ },
211
+ hwb: {
212
+ h: Pe,
213
+ w: H,
214
+ b: H
215
+ },
216
+ rgb: {
217
+ r: oe,
218
+ g: oe,
219
+ b: oe
220
+ }
221
+ };
222
+ function ne(e, n) {
223
+ return On[e][n];
224
+ }
225
+ function ae({ format: e, color: n }, r) {
226
+ if (e === "hex")
227
+ return r && [5, 9].includes(n.length) ? n.substring(0, n.length - (n.length - 1) / 4) : n;
228
+ const t = Object.entries(n).slice(0, r ? 3 : 4).map(([o, s]) => {
229
+ const a = o === "a" ? ee : ne(e, o);
230
+ return (o === "a" ? "/ " : "") + a.to(s);
231
+ });
232
+ return `${e}(${t.join(" ")})`;
233
+ }
234
+ function Ge(e) {
235
+ return /^#(?:(?:[A-F0-9]{2}){3,4}|[A-F0-9]{3,4})$/i.test(e);
236
+ }
237
+ function In(e) {
238
+ return "r" in e ? "rgb" : "w" in e ? "hwb" : "v" in e ? "hsv" : "s" in e ? "hsl" : null;
239
+ }
240
+ const xe = {
241
+ hsl: ["h", "s", "l", "a"],
242
+ hwb: ["h", "w", "b", "a"],
243
+ rgb: ["r", "g", "b", "a"]
244
+ };
245
+ function Re(e) {
246
+ if (!e) return null;
247
+ if (typeof e != "string") {
248
+ const l = In(e);
249
+ return l === null ? null : { format: l, color: e };
250
+ }
251
+ if (e.startsWith("#"))
252
+ return Ge(e) ? { format: "hex", color: e } : null;
253
+ if (!e.includes("(")) {
254
+ const l = document.createElement("canvas").getContext("2d");
255
+ l.fillStyle = e;
256
+ const f = l.fillStyle;
257
+ return f === "#000000" && e !== "black" ? null : { format: "hex", color: f };
258
+ }
259
+ const [n, r] = e.split("("), t = n.substring(0, 3);
260
+ if (!(t in xe))
261
+ return null;
262
+ const o = r.replace(/[,/)]/g, " ").replace(/\s+/g, " ").trim().split(" ");
263
+ o.length === 3 && o.push("1");
264
+ const s = xe[t], a = Object.fromEntries(
265
+ s.map((l, f) => {
266
+ const i = l === "a" ? ee : ne(t, l);
267
+ return [l, i.from(o[f])];
268
+ })
269
+ );
270
+ return { format: t, color: a };
271
+ }
272
+ const Nn = typeof window < "u", We = Nn && "EyeDropper" in window, $n = (e) => {
273
+ const n = new AbortController();
274
+ Xe(() => n.abort());
275
+ async function r() {
276
+ if (!We) return;
277
+ const t = new window.EyeDropper();
278
+ try {
279
+ let s = (await t.open({ signal: n.signal })).sRGBHex;
280
+ if (s.startsWith("rgba")) {
281
+ const a = s.match(/rgba?\((?<r>\d+), (?<g>\d+), (?<b>\d+), (?<a>[\d.]+)\)/);
282
+ if (a) {
283
+ const [l, f, i, b, u] = a;
284
+ s = `rgba(${f}, ${i}, ${b}, ${parseFloat(u) === 0 ? "1" : u})`;
285
+ }
286
+ }
287
+ e(s);
288
+ } catch (o) {
289
+ console.log("e ===>", o);
290
+ }
291
+ }
292
+ return {
293
+ openEyeDropper: r,
294
+ abortController: n
295
+ };
296
+ };
297
+ function Dn(e) {
298
+ return e === void 0;
299
+ }
300
+ function Vn(e, n) {
301
+ for (var r = -1, t = e == null ? 0 : e.length; ++r < t; )
302
+ if (n(e[r], r, e))
303
+ return !0;
304
+ return !1;
305
+ }
306
+ var Fn = 1, Hn = 2;
307
+ function Ke(e, n, r, t, o, s) {
308
+ var a = r & Fn, l = e.length, f = n.length;
309
+ if (l != f && !(a && f > l))
310
+ return !1;
311
+ var i = s.get(e), b = s.get(n);
312
+ if (i && b)
313
+ return i == n && b == e;
314
+ var u = -1, h = !0, C = r & Hn ? new Cn() : void 0;
315
+ for (s.set(e, n), s.set(n, e); ++u < l; ) {
316
+ var y = e[u], d = n[u];
317
+ if (t)
318
+ var w = a ? t(d, y, u, n, e, s) : t(y, d, u, e, n, s);
319
+ if (w !== void 0) {
320
+ if (w)
321
+ continue;
322
+ h = !1;
323
+ break;
324
+ }
325
+ if (C) {
326
+ if (!Vn(n, function(E, T) {
327
+ if (!Tn(C, T) && (y === E || o(y, E, r, t, s)))
328
+ return C.push(T);
329
+ })) {
330
+ h = !1;
331
+ break;
332
+ }
333
+ } else if (!(y === d || o(y, d, r, t, s))) {
334
+ h = !1;
335
+ break;
336
+ }
337
+ }
338
+ return s.delete(e), s.delete(n), h;
339
+ }
340
+ function Bn(e) {
341
+ var n = -1, r = Array(e.size);
342
+ return e.forEach(function(t, o) {
343
+ r[++n] = [o, t];
344
+ }), r;
345
+ }
346
+ var Un = 1, zn = 2, Gn = "[object Boolean]", Wn = "[object Date]", Kn = "[object Error]", Yn = "[object Map]", kn = "[object Number]", qn = "[object RegExp]", Xn = "[object Set]", Jn = "[object String]", Qn = "[object Symbol]", Zn = "[object ArrayBuffer]", jn = "[object DataView]", Se = Ce ? Ce.prototype : void 0, le = Se ? Se.valueOf : void 0;
347
+ function et(e, n, r, t, o, s, a) {
348
+ switch (r) {
349
+ case jn:
350
+ if (e.byteLength != n.byteLength || e.byteOffset != n.byteOffset)
351
+ return !1;
352
+ e = e.buffer, n = n.buffer;
353
+ case Zn:
354
+ return !(e.byteLength != n.byteLength || !s(new be(e), new be(n)));
355
+ case Gn:
356
+ case Wn:
357
+ case kn:
358
+ return gn(+e, +n);
359
+ case Kn:
360
+ return e.name == n.name && e.message == n.message;
361
+ case qn:
362
+ case Jn:
363
+ return e == n + "";
364
+ case Yn:
365
+ var l = Bn;
366
+ case Xn:
367
+ var f = t & Un;
368
+ if (l || (l = En), e.size != n.size && !f)
369
+ return !1;
370
+ var i = a.get(e);
371
+ if (i)
372
+ return i == n;
373
+ t |= zn, a.set(e, n);
374
+ var b = Ke(l(e), l(n), t, o, s, a);
375
+ return a.delete(e), b;
376
+ case Qn:
377
+ if (le)
378
+ return le.call(e) == le.call(n);
379
+ }
380
+ return !1;
381
+ }
382
+ var nt = 1, tt = Object.prototype, rt = tt.hasOwnProperty;
383
+ function st(e, n, r, t, o, s) {
384
+ var a = r & nt, l = ye(e), f = l.length, i = ye(n), b = i.length;
385
+ if (f != b && !a)
386
+ return !1;
387
+ for (var u = f; u--; ) {
388
+ var h = l[u];
389
+ if (!(a ? h in n : rt.call(n, h)))
390
+ return !1;
391
+ }
392
+ var C = s.get(e), y = s.get(n);
393
+ if (C && y)
394
+ return C == n && y == e;
395
+ var d = !0;
396
+ s.set(e, n), s.set(n, e);
397
+ for (var w = a; ++u < f; ) {
398
+ h = l[u];
399
+ var E = e[h], T = n[h];
400
+ if (t)
401
+ var D = a ? t(T, E, h, n, e, s) : t(E, T, h, e, n, s);
402
+ if (!(D === void 0 ? E === T || o(E, T, r, t, s) : D)) {
403
+ d = !1;
404
+ break;
405
+ }
406
+ w || (w = h == "constructor");
407
+ }
408
+ if (d && !w) {
409
+ var O = e.constructor, I = n.constructor;
410
+ O != I && "constructor" in e && "constructor" in n && !(typeof O == "function" && O instanceof O && typeof I == "function" && I instanceof I) && (d = !1);
411
+ }
412
+ return s.delete(e), s.delete(n), d;
413
+ }
414
+ var ot = 1, _e = "[object Arguments]", Le = "[object Array]", X = "[object Object]", at = Object.prototype, Me = at.hasOwnProperty;
415
+ function lt(e, n, r, t, o, s) {
416
+ var a = ce(e), l = ce(n), f = a ? Le : we(e), i = l ? Le : we(n);
417
+ f = f == _e ? X : f, i = i == _e ? X : i;
418
+ var b = f == X, u = i == X, h = f == i;
419
+ if (h && Ae(e)) {
420
+ if (!Ae(n))
421
+ return !1;
422
+ a = !0, b = !1;
423
+ }
424
+ if (h && !b)
425
+ return s || (s = new Q()), a || vn(e) ? Ke(e, n, r, t, o, s) : et(e, n, f, r, t, o, s);
426
+ if (!(r & ot)) {
427
+ var C = b && Me.call(e, "__wrapped__"), y = u && Me.call(n, "__wrapped__");
428
+ if (C || y) {
429
+ var d = C ? e.value() : e, w = y ? n.value() : n;
430
+ return s || (s = new Q()), o(d, w, r, t, s);
431
+ }
432
+ }
433
+ return h ? (s || (s = new Q()), st(e, n, r, t, o, s)) : !1;
434
+ }
435
+ function de(e, n, r, t, o) {
436
+ return e === n ? !0 : e == null || n == null || !Te(e) && !Te(n) ? e !== e && n !== n : lt(e, n, r, t, de, o);
437
+ }
438
+ var it = 1, ut = 2;
439
+ function ct(e, n, r, t) {
440
+ var o = r.length, s = o;
441
+ if (e == null)
442
+ return !s;
443
+ for (e = Object(e); o--; ) {
444
+ var a = r[o];
445
+ if (a[2] ? a[1] !== e[a[0]] : !(a[0] in e))
446
+ return !1;
447
+ }
448
+ for (; ++o < s; ) {
449
+ a = r[o];
450
+ var l = a[0], f = e[l], i = a[1];
451
+ if (a[2]) {
452
+ if (f === void 0 && !(l in e))
453
+ return !1;
454
+ } else {
455
+ var b = new Q(), u;
456
+ if (!(u === void 0 ? de(i, f, it | ut, t, b) : u))
457
+ return !1;
458
+ }
459
+ }
460
+ return !0;
461
+ }
462
+ function Ye(e) {
463
+ return e === e && !pn(e);
464
+ }
465
+ function ft(e) {
466
+ for (var n = hn(e), r = n.length; r--; ) {
467
+ var t = n[r], o = e[t];
468
+ n[r] = [t, o, Ye(o)];
469
+ }
470
+ return n;
471
+ }
472
+ function ke(e, n) {
473
+ return function(r) {
474
+ return r == null ? !1 : r[e] === n && (n !== void 0 || e in Object(r));
475
+ };
476
+ }
477
+ function dt(e) {
478
+ var n = ft(e);
479
+ return n.length == 1 && n[0][2] ? ke(n[0][0], n[0][1]) : function(r) {
480
+ return r === e || ct(r, e, n);
481
+ };
482
+ }
483
+ var mt = 1, gt = 2;
484
+ function vt(e, n) {
485
+ return Ve(e) && Ye(n) ? ke(Fe(e), n) : function(r) {
486
+ var t = Pn(r, e);
487
+ return t === void 0 && t === n ? fn(r, e) : de(n, t, mt | gt);
488
+ };
489
+ }
490
+ function pt(e) {
491
+ return function(n) {
492
+ return n == null ? void 0 : n[e];
493
+ };
494
+ }
495
+ function ht(e) {
496
+ return function(n) {
497
+ return bn(n, e);
498
+ };
499
+ }
500
+ function bt(e) {
501
+ return Ve(e) ? pt(Fe(e)) : ht(e);
502
+ }
503
+ function qe(e) {
504
+ return typeof e == "function" ? e : e == null ? yn : typeof e == "object" ? ce(e) ? vt(e[0], e[1]) : dt(e) : bt(e);
505
+ }
506
+ var yt = "Expected a function";
507
+ function wt(e) {
508
+ if (typeof e != "function")
509
+ throw new TypeError(yt);
510
+ return function() {
511
+ var n = arguments;
512
+ switch (n.length) {
513
+ case 0:
514
+ return !e.call(this);
515
+ case 1:
516
+ return !e.call(this, n[0]);
517
+ case 2:
518
+ return !e.call(this, n[0], n[1]);
519
+ case 3:
520
+ return !e.call(this, n[0], n[1], n[2]);
521
+ }
522
+ return !e.apply(this, n);
523
+ };
524
+ }
525
+ function At(e, n) {
526
+ if (e == null)
527
+ return {};
528
+ var r = wn(An(e), function(t) {
529
+ return [t];
530
+ });
531
+ return n = qe(n), dn(e, r, function(t, o) {
532
+ return n(t, o[0]);
533
+ });
534
+ }
535
+ function Ct(e, n) {
536
+ return At(e, wt(qe(n)));
537
+ }
538
+ const Oe = ["sm", "md", "lg"], Tt = ["error", "warning"], Ie = /* @__PURE__ */ fe({
539
+ __name: "Input",
540
+ props: {
541
+ id: {},
542
+ maxlength: {},
543
+ type: {},
544
+ placeholder: {},
545
+ disabled: { type: Boolean, default: void 0 },
546
+ required: { type: Boolean },
547
+ modelValue: {},
548
+ defaultValue: {},
549
+ leading: {},
550
+ trailing: {},
551
+ clearIcon: { default: "tabler:circle-x" },
552
+ trailingCls: {},
553
+ clearIconCls: {},
554
+ dividerCls: {},
555
+ leadingCls: {},
556
+ class: {},
557
+ allowClear: { type: Boolean },
558
+ bordered: { type: Boolean, default: !0 },
559
+ size: {},
560
+ status: {}
561
+ },
562
+ emits: ["update:modelValue", "clear", "blur", "focus"],
563
+ setup(e, { expose: n, emit: r }) {
564
+ const t = e, o = Je(), s = r, a = ue(t, "modelValue", s, {
565
+ defaultValue: t.defaultValue,
566
+ passive: t.modelValue === void 0
567
+ }), l = S(
568
+ () => !(o.leading || o.trailing || t.leading || t.trailing || t.allowClear || o.clearIcon)
569
+ ), f = S(() => l.value ? "template" : "div"), i = De("input"), b = cn(i, {
570
+ variants: {
571
+ size: re(Oe, i),
572
+ status: re(Tt, i),
573
+ bordered: re("bordered", i)
574
+ }
575
+ }), u = S(() => t.size && Oe.includes(t.size) ? t.size : "md"), h = Qe(), C = Ze(), y = S(
576
+ () => Ct(
577
+ {
578
+ ...mn(t, "id", "maxlength", "type", "disabled", "required", "placeholder"),
579
+ ...h,
580
+ onBlur: (v) => {
581
+ var P;
582
+ (P = v.target) != null && P.value && (v.target.value = a.value), l.value || (C.value = !1), s("blur", v);
583
+ },
584
+ onFocus: (v) => {
585
+ l.value || (C.value = !0), s("focus", v);
586
+ }
587
+ },
588
+ Dn
589
+ )
590
+ ), d = S(() => {
591
+ switch (u.value) {
592
+ case "sm":
593
+ return "2xsm";
594
+ default:
595
+ return "xsm";
596
+ }
597
+ }), w = S(() => {
598
+ switch (u.value) {
599
+ case "sm":
600
+ return "2xsm";
601
+ case "md":
602
+ return "xsm";
603
+ default:
604
+ return "sm";
605
+ }
606
+ }), E = () => {
607
+ a.value = "", s("clear");
608
+ }, T = J();
609
+ return n({
610
+ input: T,
611
+ focus: (v) => {
612
+ var P;
613
+ return (P = T.value) == null ? void 0 : P.focus(v);
614
+ },
615
+ blur: () => {
616
+ var v;
617
+ return (v = T.value) == null ? void 0 : v.blur();
618
+ },
619
+ select: () => {
620
+ var v;
621
+ return (v = T.value.input) == null ? void 0 : v.select();
622
+ },
623
+ setSelectionRange: (v, P, L) => {
624
+ var g;
625
+ return (g = T.value.input) == null ? void 0 : g.setSelectionRange(v, P, L);
626
+ }
627
+ }), (v, P) => (x(), W(p(un), {
628
+ as: f.value,
629
+ asChild: l.value,
630
+ class: R([
631
+ p(b)({
632
+ size: u.value,
633
+ status: v.status,
634
+ bordered: v.bordered
635
+ }),
636
+ t.class
637
+ ]),
638
+ "data-disabled": l.value ? void 0 : v.disabled,
639
+ "data-focus": C.value
640
+ }, {
641
+ default: ge(() => {
642
+ var L;
643
+ return [
644
+ o.leading || t.leading ? (x(), $("div", {
645
+ key: 0,
646
+ class: R([p(_)(p(i), "leading"), v.leadingCls])
647
+ }, [
648
+ te(v.$slots, "leading", { iconSize: w.value }, () => [
649
+ ve(pe(v.leading), 1)
650
+ ])
651
+ ], 2)) : F("", !0),
652
+ je(N("input", en({
653
+ ref_key: "inputRef",
654
+ ref: T,
655
+ "onUpdate:modelValue": P[0] || (P[0] = (g) => nn(a) ? a.value = g : null)
656
+ }, y.value, {
657
+ class: [!l.value && p(_)(p(i), "input")]
658
+ }), null, 16), [
659
+ [tn, p(a)]
660
+ ]),
661
+ o.trailing || t.trailing || v.allowClear ? (x(), $("div", {
662
+ key: 1,
663
+ class: R([p(_)(p(i), "trailing"), v.trailingCls])
664
+ }, [
665
+ !v.disabled && v.allowClear && ((L = p(a)) != null && L.length) ? (x(), $(Ne, { key: 0 }, [
666
+ ie(He, {
667
+ icon: v.clearIcon,
668
+ size: d.value,
669
+ onClick: E,
670
+ class: R([p(_)(p(i), "clear_icon"), v.clearIconCls])
671
+ }, {
672
+ default: ge(() => [
673
+ te(v.$slots, "clearIcon")
674
+ ]),
675
+ _: 3
676
+ }, 8, ["icon", "size", "class"]),
677
+ o.trailing || t.trailing ? (x(), W(xn, {
678
+ key: 0,
679
+ type: "vertical",
680
+ class: R([p(_)(p(i), "divider"), v.dividerCls])
681
+ }, null, 8, ["class"])) : F("", !0)
682
+ ], 64)) : F("", !0),
683
+ te(v.$slots, "trailing", { iconSize: w.value }, () => [
684
+ ve(pe(v.trailing), 1)
685
+ ])
686
+ ], 2)) : F("", !0)
687
+ ];
688
+ }),
689
+ _: 3
690
+ }, 8, ["as", "asChild", "class", "data-disabled", "data-focus"]));
691
+ }
692
+ });
693
+ function Et(e, n, r) {
694
+ const t = e.getBoundingClientRect(), o = n - t.left, s = r - t.top;
695
+ return {
696
+ x: t.width === 0 ? 0 : K(o / t.width * 100, 0, 100),
697
+ y: t.height === 0 ? 0 : K((1 - s / t.height) * 100, 0, 100)
698
+ };
699
+ }
700
+ const Pt = /* @__PURE__ */ fe({
701
+ __name: "ColorPickerSpace",
702
+ setup(e) {
703
+ const n = St();
704
+ let r = !1, t;
705
+ function o(u) {
706
+ t = document.body.style.userSelect, document.body.style.userSelect = "none", r = !0, l(u);
707
+ }
708
+ function s(u) {
709
+ r = !0, f(u);
710
+ }
711
+ function a() {
712
+ document.body.style.userSelect = t, r = !1;
713
+ }
714
+ function l(u) {
715
+ u.buttons !== 1 || !r || !(n.colorSpace.value instanceof HTMLElement) || i(n.colorSpace.value, u.clientX, u.clientY);
716
+ }
717
+ function f(u) {
718
+ if (!r || !(n.colorSpace.value instanceof HTMLElement))
719
+ return;
720
+ u.preventDefault();
721
+ const h = u.touches[0];
722
+ i(n.colorSpace.value, h.clientX, h.clientY);
723
+ }
724
+ function i(u, h, C) {
725
+ const y = Et(u, h, C), d = { ...n.colors.hsv };
726
+ d.s = y.x, d.v = y.y, n.setColor("hsv", d);
727
+ }
728
+ function b(u) {
729
+ if (!["ArrowUp", "ArrowRight", "ArrowDown", "ArrowLeft"].includes(u.key))
730
+ return;
731
+ u.preventDefault();
732
+ const h = ["ArrowLeft", "ArrowDown"].includes(u.key) ? -1 : 1, C = ["ArrowLeft", "ArrowRight"].includes(u.key) ? "s" : "v", y = u.shiftKey ? 10 : 1, d = n.colors.hsv[C] + h * y, w = { ...n.colors.hsv };
733
+ w[C] = K(d, 0, 100), n.setColor("hsv", w);
734
+ }
735
+ return $e(() => {
736
+ document.addEventListener("mousemove", l, { passive: !1 }), document.addEventListener("touchmove", f, { passive: !1 }), document.addEventListener("mouseup", a), document.addEventListener("touchend", a);
737
+ }), rn(() => {
738
+ document.removeEventListener("mousemove", l), document.removeEventListener("touchmove", f), document.removeEventListener("mouseup", a), document.removeEventListener("touchend", a);
739
+ }), (u, h) => (x(), $("div", {
740
+ ref: p(n).colorSpace,
741
+ class: R([p(_)(p(B), "space")]),
742
+ onMousedown: o,
743
+ onTouchstart: s
744
+ }, [
745
+ N("button", {
746
+ ref: p(n).thumb,
747
+ class: R([p(_)(p(B), "thumb")]),
748
+ tabindex: "0",
749
+ "aria-label": "Color space thumb",
750
+ onKeydown: b
751
+ }, null, 34)
752
+ ], 34));
753
+ }
754
+ }), xt = ["value"], Rt = ["value"], [St, _t] = Rn("ColorPicker"), B = De("color_picker"), Wt = /* @__PURE__ */ fe({
755
+ __name: "ColorPicker",
756
+ props: {
757
+ class: {},
758
+ color: {},
759
+ defaultColor: { default: "#ffffffff" },
760
+ format: {},
761
+ defaultFormat: { default: "hex" },
762
+ hideAlpha: { type: Boolean }
763
+ },
764
+ emits: ["update:color", "update:format", "change"],
765
+ setup(e, { emit: n }) {
766
+ const r = ["hex", "hsl", "hsv", "hwb", "rgb"], t = e, o = n, s = J(null), a = J(null), l = J(null), f = ue(t, "format", o, {
767
+ defaultValue: t.defaultFormat,
768
+ passive: t.format === void 0
769
+ }), i = S(
770
+ () => f.value && r.includes(f.value) ? f.value : "hex"
771
+ ), b = ue(t, "color", o, {
772
+ defaultValue: t.defaultColor,
773
+ passive: t.color === void 0
774
+ }), u = "#ffffffff", h = S(() => b.value ?? t.defaultColor ?? u);
775
+ sn(h, E);
776
+ const C = S(() => {
777
+ const g = i.value, c = d[g];
778
+ return g.split("").map((m) => {
779
+ const A = c[m];
780
+ return {
781
+ value: ne(g, m).to(A),
782
+ channel: m,
783
+ label: m.toUpperCase()
784
+ };
785
+ }).concat(
786
+ t.hideAlpha ? [] : [
787
+ {
788
+ value: ee.to(c.a),
789
+ channel: "a",
790
+ label: "Alpha"
791
+ }
792
+ ]
793
+ );
794
+ }), y = S({
795
+ get() {
796
+ return t.hideAlpha && [5, 9].includes(d.hex.length) ? d.hex.substring(0, d.hex.length - (d.hex.length - 1) / 4) : d.hex;
797
+ },
798
+ set(g) {
799
+ Ge(g) && w("hex", g);
800
+ }
801
+ }), d = on({
802
+ hex: u,
803
+ hsl: { h: 0, s: 0, l: 100, a: 1 },
804
+ hsv: { h: 0, s: 0, v: 100, a: 1 },
805
+ hwb: { h: 0, w: 100, b: 0, a: 1 },
806
+ rgb: { r: 255, g: 255, b: 255, a: 1 }
807
+ });
808
+ function w(g, c) {
809
+ let m = c;
810
+ if (t.hideAlpha)
811
+ if (typeof c != "string")
812
+ c.a = 1, m = c;
813
+ else if ([5, 9].includes(c.length)) {
814
+ const A = (c.length - 1) / 4;
815
+ m = c.substring(0, c.length - A) + "f".repeat(A);
816
+ } else [4, 7].includes(c.length) && (m = c + "f".repeat((c.length - 1) / 3));
817
+ if (!Sn(d[g], m)) {
818
+ d[g] = m;
819
+ for (const A of r)
820
+ A !== g && (d[A] = Ee(g, A, m));
821
+ b.value = ae(
822
+ { color: Ee(g, i.value, m), format: i.value },
823
+ t.hideAlpha
824
+ ), o("change", me());
825
+ }
826
+ s.value instanceof HTMLElement && a.value instanceof HTMLElement && l.value instanceof HTMLElement && I(s.value, a.value, l.value);
827
+ }
828
+ function E(g) {
829
+ const c = Re(g);
830
+ if (c !== null)
831
+ w(c.format, c.color);
832
+ else {
833
+ const m = Re(u);
834
+ m !== null && w(m.format, m.color);
835
+ }
836
+ }
837
+ function T(g) {
838
+ f.value = g;
839
+ }
840
+ function D(g, c) {
841
+ const m = g.currentTarget, A = { ...d.hsv };
842
+ A[c] = Number(m.value), w("hsv", A);
843
+ }
844
+ function O(g, c) {
845
+ const m = i.value, A = { ...d[m] }, Y = (c === "a" ? ee : ne(m, c)).from(g);
846
+ Number.isNaN(g) || g === void 0 || (A[c] = Y, w(m, A));
847
+ }
848
+ function I(g, c, m) {
849
+ const A = ae({ format: "hsl", color: d.hsl }, !0);
850
+ g.style.setProperty("--vacp-color", A), c.style.position = "relative", c.style.backgroundColor = `hsl(${d.hsl.h} 100% 50%)`, c.style.backgroundImage = "linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, transparent)", m.style.boxSizing = "border-box", m.style.position = "absolute", m.style.left = `${d.hsv.s}%`, m.style.bottom = `${d.hsv.v}%`;
851
+ }
852
+ function me() {
853
+ const g = ae(
854
+ { color: d[i.value], format: i.value },
855
+ t.hideAlpha
856
+ );
857
+ return {
858
+ colors: d,
859
+ cssColor: g
860
+ };
861
+ }
862
+ function v(g) {
863
+ if (!["ArrowUp", "ArrowRight", "ArrowDown", "ArrowLeft"].includes(g.key) || !g.shiftKey)
864
+ return;
865
+ const c = g.currentTarget, m = Number(c.step), A = ["ArrowLeft", "ArrowDown"].includes(g.key) ? -1 : 1, U = Number(c.value) + A * m * 10, Y = K(U, Number(c.min), Number(c.max));
866
+ c.value = String(Y - A * m);
867
+ }
868
+ const { openEyeDropper: P } = $n(E);
869
+ $e(() => E(h.value)), _t({ colorSpace: a, thumb: l, colors: d, setColor: w });
870
+ const L = _(B, "slider");
871
+ return (g, c) => (x(), $("div", {
872
+ ref_key: "colorPicker",
873
+ ref: s,
874
+ class: R([p(B), t.class])
875
+ }, [
876
+ ie(Pt),
877
+ N("div", {
878
+ class: R(p(_)(p(B), "sliders"))
879
+ }, [
880
+ N("input", {
881
+ class: R([p(L), p(he)(p(L), "hue")]),
882
+ value: d.hsv.h,
883
+ type: "range",
884
+ min: "0",
885
+ max: "360",
886
+ step: "1",
887
+ onKeydownPassive: v,
888
+ onInput: c[0] || (c[0] = (m) => D(m, "h"))
889
+ }, null, 42, xt),
890
+ g.hideAlpha ? F("", !0) : (x(), $("input", {
891
+ key: 0,
892
+ class: R([p(L), p(he)(p(L), "alpha")]),
893
+ value: d.hsv.a,
894
+ type: "range",
895
+ min: "0",
896
+ max: "1",
897
+ step: "0.01",
898
+ onKeydownPassive: v,
899
+ onInput: c[1] || (c[1] = (m) => D(m, "a"))
900
+ }, null, 42, Rt))
901
+ ], 2),
902
+ N("div", {
903
+ class: R(p(_)(p(B), "inputs"))
904
+ }, [
905
+ N("button", {
906
+ disabled: !0,
907
+ class: "fake-select",
908
+ onClick: c[2] || (c[2] = (m) => T("rgb"))
909
+ }, [
910
+ c[4] || (c[4] = N("div", null, "Hex", -1)),
911
+ ie(He, {
912
+ icon: "tabler:chevron-down",
913
+ size: "2xsm",
914
+ class: "fake-select-icon"
915
+ })
916
+ ]),
917
+ i.value === "hex" ? (x(), W(Ie, {
918
+ key: 0,
919
+ class: "flex-1",
920
+ size: "sm",
921
+ modelValue: y.value,
922
+ "onUpdate:modelValue": c[3] || (c[3] = (m) => y.value = m)
923
+ }, null, 8, ["modelValue"])) : (x(!0), $(Ne, { key: 1 }, an(C.value, ({ value: m, channel: A }) => (x(), W(Ie, {
924
+ modelValue: m,
925
+ "onUpdate:modelValue": (U) => O(U, A),
926
+ size: "sm"
927
+ }, null, 8, ["modelValue", "onUpdate:modelValue"]))), 256)),
928
+ p(We) ? (x(), W(ln, {
929
+ key: 2,
930
+ onClick: p(P),
931
+ icon: "tabler:color-picker",
932
+ size: "sm",
933
+ type: "outline",
934
+ variant: "icon"
935
+ }, null, 8, ["onClick"])) : F("", !0)
936
+ ], 2)
937
+ ], 2));
938
+ }
939
+ });
940
+ export {
941
+ Wt as _,
942
+ St as i,
943
+ _t as p
944
+ };