@drjoshcsimmons/scl 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/dist/components/ui/alert/alert.d.ts +1 -1
  2. package/dist/components/ui/alert/alert.d.ts.map +1 -1
  3. package/dist/components/ui/badge/badge.d.ts +1 -1
  4. package/dist/components/ui/badge/badge.d.ts.map +1 -1
  5. package/dist/components/ui/button/button.d.ts +1 -1
  6. package/dist/components/ui/button/button.d.ts.map +1 -1
  7. package/dist/components/ui/combobox/combobox.d.ts +31 -0
  8. package/dist/components/ui/combobox/combobox.d.ts.map +1 -0
  9. package/dist/components/ui/combobox/index.d.ts +3 -0
  10. package/dist/components/ui/combobox/index.d.ts.map +1 -0
  11. package/dist/components/ui/command/command.d.ts +85 -0
  12. package/dist/components/ui/command/command.d.ts.map +1 -0
  13. package/dist/components/ui/command/index.d.ts +2 -0
  14. package/dist/components/ui/command/index.d.ts.map +1 -0
  15. package/dist/components/ui/dithered-image/dithered-image.d.ts +6 -2
  16. package/dist/components/ui/dithered-image/dithered-image.d.ts.map +1 -1
  17. package/dist/components/ui/dithered-image/index.d.ts +1 -1
  18. package/dist/components/ui/dithered-image/index.d.ts.map +1 -1
  19. package/dist/components/ui/form/form.d.ts +24 -0
  20. package/dist/components/ui/form/form.d.ts.map +1 -0
  21. package/dist/components/ui/form/index.d.ts +2 -0
  22. package/dist/components/ui/form/index.d.ts.map +1 -0
  23. package/dist/components/ui/progress/progress.d.ts +0 -6
  24. package/dist/components/ui/progress/progress.d.ts.map +1 -1
  25. package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
  26. package/dist/components/ui/skeleton/skeleton.d.ts +4 -1
  27. package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
  28. package/dist/components/ui/statusline/statusline.d.ts.map +1 -1
  29. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -5
  30. package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +1 -1
  31. package/dist/index.d.ts +3 -0
  32. package/dist/index.d.ts.map +1 -1
  33. package/dist/index.js +166 -143
  34. package/dist/index10.js +30 -30
  35. package/dist/index100.js +218 -29
  36. package/dist/index101.js +646 -11
  37. package/dist/index102.js +173 -127
  38. package/dist/index103.js +4 -50
  39. package/dist/index104.js +30 -9
  40. package/dist/index105.js +6 -4
  41. package/dist/index106.js +11 -180
  42. package/dist/index107.js +19 -648
  43. package/dist/index108.js +9 -107
  44. package/dist/index109.js +38 -91
  45. package/dist/index11.js +13 -13
  46. package/dist/index110.js +18 -67
  47. package/dist/index111.js +201 -154
  48. package/dist/index112.js +20 -395
  49. package/dist/index113.js +395 -1675
  50. package/dist/index114.js +2 -278
  51. package/dist/index115.js +49 -128
  52. package/dist/index116.js +65 -32
  53. package/dist/index117.js +19 -1605
  54. package/dist/index118.js +28 -297
  55. package/dist/index119.js +5 -635
  56. package/dist/index12.js +1 -1
  57. package/dist/index120.js +2 -144
  58. package/dist/index121.js +2 -21
  59. package/dist/index122.js +5 -9
  60. package/dist/index123.js +3 -38
  61. package/dist/index124.js +24 -18
  62. package/dist/index125.js +113 -6
  63. package/dist/index126.js +15 -11
  64. package/dist/index127.js +513 -194
  65. package/dist/index128.js +128 -22
  66. package/dist/index129.js +114 -380
  67. package/dist/index13.js +132 -93
  68. package/dist/index130.js +59 -1300
  69. package/dist/index131.js +63 -612
  70. package/dist/index132.js +9 -2
  71. package/dist/index133.js +13 -52
  72. package/dist/index134.js +64 -63
  73. package/dist/index135.js +3 -24
  74. package/dist/index136.js +23 -29
  75. package/dist/index137.js +23 -5
  76. package/dist/index138.js +13 -2
  77. package/dist/index139.js +28 -2
  78. package/dist/index14.js +106 -220
  79. package/dist/index140.js +5 -5
  80. package/dist/index15.js +79 -125
  81. package/dist/index16.js +280 -17
  82. package/dist/index17.js +139 -12
  83. package/dist/index18.js +92 -22
  84. package/dist/index19.js +18 -55
  85. package/dist/index2.js +2 -2
  86. package/dist/index20.js +14 -26
  87. package/dist/index21.js +19 -33
  88. package/dist/index22.js +38 -121
  89. package/dist/index23.js +29 -22
  90. package/dist/index24.js +31 -64
  91. package/dist/index25.js +121 -15
  92. package/dist/index26.js +19 -29
  93. package/dist/index27.js +68 -77
  94. package/dist/index28.js +20 -25
  95. package/dist/index29.js +32 -88
  96. package/dist/index3.js +11 -9
  97. package/dist/index30.js +138 -38
  98. package/dist/index31.js +20 -227
  99. package/dist/index32.js +88 -18
  100. package/dist/index33.js +37 -28
  101. package/dist/index34.js +86 -22
  102. package/dist/index35.js +17 -102
  103. package/dist/index36.js +34 -65
  104. package/dist/index37.js +23 -49
  105. package/dist/index38.js +38 -99
  106. package/dist/index39.js +65 -10
  107. package/dist/index4.js +6 -6
  108. package/dist/index40.js +49 -15
  109. package/dist/index41.js +93 -2256
  110. package/dist/index42.js +10 -32
  111. package/dist/index43.js +15 -18
  112. package/dist/index44.js +2251 -225
  113. package/dist/index45.js +237 -11
  114. package/dist/index46.js +11 -73
  115. package/dist/index47.js +33 -249
  116. package/dist/index48.js +118 -9
  117. package/dist/index49.js +63 -326
  118. package/dist/index5.js +23 -23
  119. package/dist/index50.js +307 -57
  120. package/dist/index51.js +12 -241
  121. package/dist/index52.js +222 -822
  122. package/dist/index53.js +6 -3
  123. package/dist/index54.js +56 -114
  124. package/dist/index55.js +248 -219
  125. package/dist/index56.js +249 -11
  126. package/dist/index57.js +3 -5
  127. package/dist/index58.js +110 -221
  128. package/dist/index59.js +12 -260
  129. package/dist/index6.js +12 -12
  130. package/dist/index60.js +18 -12
  131. package/dist/index61.js +221 -18
  132. package/dist/index62.js +11 -530
  133. package/dist/index63.js +11 -6155
  134. package/dist/index64.js +234 -2626
  135. package/dist/index65.js +230 -292
  136. package/dist/index66.js +504 -646
  137. package/dist/index67.js +155 -824
  138. package/dist/index68.js +128 -23
  139. package/dist/index69.js +319 -311
  140. package/dist/index7.js +22 -22
  141. package/dist/index70.js +72 -4889
  142. package/dist/index71.js +408 -802
  143. package/dist/index72.js +18 -1254
  144. package/dist/index73.js +844 -518
  145. package/dist/index74.js +9 -125
  146. package/dist/index75.js +31 -161
  147. package/dist/index76.js +7 -31
  148. package/dist/index77.js +62 -429
  149. package/dist/index78.js +50 -128
  150. package/dist/index79.js +4 -81
  151. package/dist/index8.js +17 -18
  152. package/dist/index80.js +23 -64
  153. package/dist/index81.js +33 -45
  154. package/dist/index82.js +63 -21
  155. package/dist/index83.js +10 -6
  156. package/dist/index84.js +52 -49
  157. package/dist/index85.js +10 -33
  158. package/dist/index86.js +30 -11
  159. package/dist/index87.js +12 -7
  160. package/dist/index88.js +46 -30
  161. package/dist/index89.js +7 -54
  162. package/dist/index9.js +23 -31
  163. package/dist/index90.js +14 -10
  164. package/dist/index91.js +125 -4
  165. package/dist/index92.js +131 -9
  166. package/dist/index93.js +14 -6
  167. package/dist/index94.js +14 -24
  168. package/dist/index95.js +9 -69
  169. package/dist/index96.js +47 -122
  170. package/dist/index97.js +51 -216
  171. package/dist/index98.js +6 -14
  172. package/dist/index99.js +24 -53
  173. package/dist/tokens/colors.d.ts +26 -86
  174. package/dist/tokens/colors.d.ts.map +1 -1
  175. package/dist/tokens/index.d.ts +12 -84
  176. package/dist/tokens/index.d.ts.map +1 -1
  177. package/package.json +28 -23
  178. package/dist/index141.js +0 -5
  179. package/dist/index142.js +0 -26
  180. package/dist/index143.js +0 -115
  181. package/dist/index144.js +0 -18
  182. package/dist/index145.js +0 -527
  183. package/dist/index146.js +0 -130
  184. package/dist/index147.js +0 -136
  185. package/dist/index148.js +0 -67
  186. package/dist/index149.js +0 -71
  187. package/dist/index150.js +0 -11
  188. package/dist/index151.js +0 -16
  189. package/dist/index152.js +0 -68
  190. package/dist/index153.js +0 -6
  191. package/dist/index154.js +0 -25
  192. package/dist/index155.js +0 -25
  193. package/dist/index156.js +0 -15
  194. package/dist/index157.js +0 -30
  195. package/dist/index158.js +0 -7
package/dist/index71.js CHANGED
@@ -1,831 +1,437 @@
1
- import { EditorSelection as a, countColumn as K, Text as le, StateField as Je, findClusterBreak as M, Facet as ce, Annotation as se, Transaction as U, StateEffect as ie, ChangeSet as Ge, ChangeDesc as Fe, combineConfig as ze } from "./index64.js";
2
- import { EditorView as E, Direction as qe } from "./index63.js";
3
- import { IndentContext as ue, getIndentation as fe, indentString as R, syntaxTree as $, matchBrackets as x, getIndentUnit as G, indentUnit as He } from "./index72.js";
4
- import { NodeProp as F } from "./index113.js";
5
- const Ke = (e) => {
6
- let { state: t } = e, r = t.doc.lineAt(t.selection.main.from), n = Q(e.state, r.from);
7
- return n.line ? $e(e) : n.block ? Qe(e) : !1;
8
- };
9
- function W(e, t) {
10
- return ({ state: r, dispatch: n }) => {
11
- if (r.readOnly)
12
- return !1;
13
- let l = e(t, r);
14
- return l ? (n(r.update(l)), !0) : !1;
15
- };
16
- }
17
- const $e = /* @__PURE__ */ W(
18
- Ze,
19
- 0
20
- /* CommentOption.Toggle */
21
- ), We = /* @__PURE__ */ W(
22
- ae,
23
- 0
24
- /* CommentOption.Toggle */
25
- ), Qe = /* @__PURE__ */ W(
26
- (e, t) => ae(e, t, Ye(t)),
27
- 0
28
- /* CommentOption.Toggle */
29
- );
30
- function Q(e, t) {
31
- let r = e.languageDataAt("commentTokens", t, 1);
32
- return r.length ? r[0] : {};
33
- }
34
- const L = 50;
35
- function Xe(e, { open: t, close: r }, n, l) {
36
- let o = e.sliceDoc(n - L, n), c = e.sliceDoc(l, l + L), s = /\s*$/.exec(o)[0].length, i = /^\s*/.exec(c)[0].length, f = o.length - s;
37
- if (o.slice(f - t.length, f) == t && c.slice(i, i + r.length) == r)
38
- return {
39
- open: { pos: n - s, margin: s && 1 },
40
- close: { pos: l + i, margin: i && 1 }
41
- };
42
- let u, h;
43
- l - n <= 2 * L ? u = h = e.sliceDoc(n, l) : (u = e.sliceDoc(n, n + L), h = e.sliceDoc(l - L, l));
44
- let p = /^\s*/.exec(u)[0].length, T = /\s*$/.exec(h)[0].length, C = h.length - T - r.length;
45
- return u.slice(p, p + t.length) == t && h.slice(C, C + r.length) == r ? {
46
- open: {
47
- pos: n + p + t.length,
48
- margin: /\s/.test(u.charAt(p + t.length)) ? 1 : 0
49
- },
50
- close: {
51
- pos: l - T - r.length,
52
- margin: /\s/.test(h.charAt(C - 1)) ? 1 : 0
53
- }
54
- } : null;
55
- }
56
- function Ye(e) {
57
- let t = [];
58
- for (let r of e.selection.ranges) {
59
- let n = e.doc.lineAt(r.from), l = r.to <= n.to ? n : e.doc.lineAt(r.to);
60
- l.from > n.from && l.from == r.to && (l = r.to == n.to + 1 ? n : e.doc.lineAt(r.to - 1));
61
- let o = t.length - 1;
62
- o >= 0 && t[o].to > n.from ? t[o].to = l.to : t.push({ from: n.from + /^\s*/.exec(n.text)[0].length, to: l.to });
63
- }
64
- return t;
65
- }
66
- function ae(e, t, r = t.selection.ranges) {
67
- let n = r.map((o) => Q(t, o.from).block);
68
- if (!n.every((o) => o))
69
- return null;
70
- let l = r.map((o, c) => Xe(t, n[c], o.from, o.to));
71
- if (e != 2 && !l.every((o) => o))
72
- return { changes: t.changes(r.map((o, c) => l[c] ? [] : [{ from: o.from, insert: n[c].open + " " }, { from: o.to, insert: " " + n[c].close }])) };
73
- if (e != 1 && l.some((o) => o)) {
74
- let o = [];
75
- for (let c = 0, s; c < l.length; c++)
76
- if (s = l[c]) {
77
- let i = n[c], { open: f, close: u } = s;
78
- o.push({ from: f.pos - i.open.length, to: f.pos + f.margin }, { from: u.pos - u.margin, to: u.pos + i.close.length });
79
- }
80
- return { changes: o };
81
- }
82
- return null;
83
- }
84
- function Ze(e, t, r = t.selection.ranges) {
85
- let n = [], l = -1;
86
- for (let { from: o, to: c } of r) {
87
- let s = n.length, i = 1e9, f = Q(t, o).line;
88
- if (f) {
89
- for (let u = o; u <= c; ) {
90
- let h = t.doc.lineAt(u);
91
- if (h.from > l && (o == c || c > h.from)) {
92
- l = h.from;
93
- let p = /^\s*/.exec(h.text)[0].length, T = p == h.length, C = h.text.slice(p, p + f.length) == f ? p : -1;
94
- p < h.text.length && p < i && (i = p), n.push({ line: h, comment: C, token: f, indent: p, empty: T, single: !1 });
95
- }
96
- u = h.to + 1;
1
+ import * as d from "react";
2
+ import { clamp as $ } from "./index103.js";
3
+ import { composeEventHandlers as C } from "./index76.js";
4
+ import { useComposedRefs as M } from "./index80.js";
5
+ import { createContextScope as ce } from "./index77.js";
6
+ import { useControllableState as le } from "./index78.js";
7
+ import { useDirection as de } from "./index89.js";
8
+ import { usePrevious as ue } from "./index98.js";
9
+ import { useSize as fe } from "./index99.js";
10
+ import { Primitive as K } from "./index81.js";
11
+ import { createCollection as me } from "./index88.js";
12
+ import { jsx as v, jsxs as pe } from "react/jsx-runtime";
13
+ var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], G = {
14
+ "from-left": ["Home", "PageDown", "ArrowDown", "ArrowLeft"],
15
+ "from-right": ["Home", "PageDown", "ArrowDown", "ArrowRight"],
16
+ "from-bottom": ["Home", "PageDown", "ArrowDown", "ArrowLeft"],
17
+ "from-top": ["Home", "PageDown", "ArrowUp", "ArrowLeft"]
18
+ }, I = "Slider", [z, he, Se] = me(I), [W] = ce(I, [
19
+ Se
20
+ ]), [ge, T] = W(I), q = d.forwardRef(
21
+ (e, t) => {
22
+ const {
23
+ name: o,
24
+ min: n = 0,
25
+ max: a = 100,
26
+ step: c = 1,
27
+ orientation: r = "horizontal",
28
+ disabled: s = !1,
29
+ minStepsBetweenThumbs: l = 0,
30
+ defaultValue: h = [n],
31
+ value: S,
32
+ onValueChange: i = () => {
33
+ },
34
+ onValueCommit: u = () => {
35
+ },
36
+ inverted: w = !1,
37
+ form: P,
38
+ ...g
39
+ } = e, m = d.useRef(/* @__PURE__ */ new Set()), f = d.useRef(0), b = r === "horizontal" ? ve : we, [p = [], A] = le({
40
+ prop: S,
41
+ defaultProp: h,
42
+ onChange: (R) => {
43
+ var E;
44
+ (E = [...m.current][f.current]) == null || E.focus(), i(R);
97
45
  }
98
- if (i < 1e9)
99
- for (let u = s; u < n.length; u++)
100
- n[u].indent < n[u].line.text.length && (n[u].indent = i);
101
- n.length == s + 1 && (n[s].single = !0);
46
+ }), k = d.useRef(p);
47
+ function H(R) {
48
+ const x = ye(p, R);
49
+ V(R, x);
102
50
  }
103
- }
104
- if (e != 2 && n.some((o) => o.comment < 0 && (!o.empty || o.single))) {
105
- let o = [];
106
- for (let { line: s, token: i, indent: f, empty: u, single: h } of n)
107
- (h || !u) && o.push({ from: s.from + f, insert: i + " " });
108
- let c = t.changes(o);
109
- return { changes: c, selection: t.selection.map(c, 1) };
110
- } else if (e != 1 && n.some((o) => o.comment >= 0)) {
111
- let o = [];
112
- for (let { line: c, comment: s, token: i } of n)
113
- if (s >= 0) {
114
- let f = c.from + s, u = f + i.length;
115
- c.text[u - c.from] == " " && u++, o.push({ from: f, to: u });
116
- }
117
- return { changes: o };
118
- }
119
- return null;
120
- }
121
- const z = /* @__PURE__ */ se.define(), je = /* @__PURE__ */ se.define(), we = /* @__PURE__ */ ce.define(), _e = /* @__PURE__ */ ce.define({
122
- combine(e) {
123
- return ze(e, {
124
- minDepth: 100,
125
- newGroupDelay: 500,
126
- joinToEvent: (t, r) => r
127
- }, {
128
- minDepth: Math.max,
129
- newGroupDelay: Math.min,
130
- joinToEvent: (t, r) => (n, l) => t(n, l) || r(n, l)
131
- });
132
- }
133
- }), et = /* @__PURE__ */ Je.define({
134
- create() {
135
- return B.empty;
136
- },
137
- update(e, t) {
138
- let r = t.state.facet(_e), n = t.annotation(z);
139
- if (n) {
140
- let i = m.fromTransaction(t, n.selection), f = n.side, u = f == 0 ? e.undone : e.done;
141
- return i ? u = I(u, u.length, r.minDepth, i) : u = de(u, t.startState.selection), new B(f == 0 ? n.rest : u, f == 0 ? u : n.rest);
51
+ function se(R) {
52
+ V(R, f.current);
142
53
  }
143
- let l = t.annotation(je);
144
- if ((l == "full" || l == "before") && (e = e.isolate()), t.annotation(U.addToHistory) === !1)
145
- return t.changes.empty ? e : e.addMapping(t.changes.desc);
146
- let o = m.fromTransaction(t), c = t.annotation(U.time), s = t.annotation(U.userEvent);
147
- return o ? e = e.addChanges(o, c, s, r, t) : t.selection && (e = e.addSelection(t.startState.selection, c, s, r.newGroupDelay)), (l == "full" || l == "after") && (e = e.isolate()), e;
148
- },
149
- toJSON(e) {
150
- return { done: e.done.map((t) => t.toJSON()), undone: e.undone.map((t) => t.toJSON()) };
151
- },
152
- fromJSON(e) {
153
- return new B(e.done.map(m.fromJSON), e.undone.map(m.fromJSON));
154
- }
155
- });
156
- function v(e, t) {
157
- return function({ state: r, dispatch: n }) {
158
- if (!t && r.readOnly)
159
- return !1;
160
- let l = r.field(et, !1);
161
- if (!l)
162
- return !1;
163
- let o = l.pop(e, r, t);
164
- return o ? (n(o), !0) : !1;
165
- };
166
- }
167
- const tt = /* @__PURE__ */ v(0, !1), Z = /* @__PURE__ */ v(1, !1), nt = /* @__PURE__ */ v(0, !0), rt = /* @__PURE__ */ v(1, !0);
168
- class m {
169
- constructor(t, r, n, l, o) {
170
- this.changes = t, this.effects = r, this.mapped = n, this.startSelection = l, this.selectionsAfter = o;
171
- }
172
- setSelAfter(t) {
173
- return new m(this.changes, this.effects, this.mapped, this.startSelection, t);
174
- }
175
- toJSON() {
176
- var t, r, n;
177
- return {
178
- changes: (t = this.changes) === null || t === void 0 ? void 0 : t.toJSON(),
179
- mapped: (r = this.mapped) === null || r === void 0 ? void 0 : r.toJSON(),
180
- startSelection: (n = this.startSelection) === null || n === void 0 ? void 0 : n.toJSON(),
181
- selectionsAfter: this.selectionsAfter.map((l) => l.toJSON())
182
- };
183
- }
184
- static fromJSON(t) {
185
- return new m(t.changes && Ge.fromJSON(t.changes), [], t.mapped && Fe.fromJSON(t.mapped), t.startSelection && a.fromJSON(t.startSelection), t.selectionsAfter.map(a.fromJSON));
186
- }
187
- // This does not check `addToHistory` and such, it assumes the
188
- // transaction needs to be converted to an item. Returns null when
189
- // there are no changes or effects in the transaction.
190
- static fromTransaction(t, r) {
191
- let n = g;
192
- for (let l of t.startState.facet(we)) {
193
- let o = l(t);
194
- o.length && (n = n.concat(o));
54
+ function ae() {
55
+ const R = k.current[f.current];
56
+ p[f.current] !== R && u(p);
195
57
  }
196
- return !n.length && t.changes.empty ? null : new m(t.changes.invert(t.startState.doc), n, void 0, r || t.startState.selection, g);
58
+ function V(R, x, { commit: E } = { commit: !1 }) {
59
+ const F = Ce(c), N = Me(Math.round((R - n) / c) * c + n, F), B = $(N, [n, a]);
60
+ A((_ = []) => {
61
+ const y = Pe(_, B, x);
62
+ if (_e(y, l * c)) {
63
+ f.current = y.indexOf(B);
64
+ const Y = String(y) !== String(_);
65
+ return Y && E && u(y), Y ? y : _;
66
+ } else
67
+ return _;
68
+ });
69
+ }
70
+ return /* @__PURE__ */ v(
71
+ ge,
72
+ {
73
+ scope: e.__scopeSlider,
74
+ name: o,
75
+ disabled: s,
76
+ min: n,
77
+ max: a,
78
+ valueIndexToChangeRef: f,
79
+ thumbs: m.current,
80
+ values: p,
81
+ orientation: r,
82
+ form: P,
83
+ children: /* @__PURE__ */ v(z.Provider, { scope: e.__scopeSlider, children: /* @__PURE__ */ v(z.Slot, { scope: e.__scopeSlider, children: /* @__PURE__ */ v(
84
+ b,
85
+ {
86
+ "aria-disabled": s,
87
+ "data-disabled": s ? "" : void 0,
88
+ ...g,
89
+ ref: t,
90
+ onPointerDown: C(g.onPointerDown, () => {
91
+ s || (k.current = p);
92
+ }),
93
+ min: n,
94
+ max: a,
95
+ inverted: w,
96
+ onSlideStart: s ? void 0 : H,
97
+ onSlideMove: s ? void 0 : se,
98
+ onSlideEnd: s ? void 0 : ae,
99
+ onHomeKeyDown: () => !s && V(n, 0, { commit: !0 }),
100
+ onEndKeyDown: () => !s && V(a, p.length - 1, { commit: !0 }),
101
+ onStepKeyDown: ({ event: R, direction: x }) => {
102
+ if (!s) {
103
+ const N = j.includes(R.key) || R.shiftKey && X.includes(R.key) ? 10 : 1, B = f.current, _ = p[B], y = c * N * x;
104
+ V(_ + y, B, { commit: !0 });
105
+ }
106
+ }
107
+ }
108
+ ) }) })
109
+ }
110
+ );
197
111
  }
198
- static selection(t) {
199
- return new m(void 0, g, void 0, void 0, t);
112
+ );
113
+ q.displayName = I;
114
+ var [J, Q] = W(I, {
115
+ startEdge: "left",
116
+ endEdge: "right",
117
+ size: "width",
118
+ direction: 1
119
+ }), ve = d.forwardRef(
120
+ (e, t) => {
121
+ const {
122
+ min: o,
123
+ max: n,
124
+ dir: a,
125
+ inverted: c,
126
+ onSlideStart: r,
127
+ onSlideMove: s,
128
+ onSlideEnd: l,
129
+ onStepKeyDown: h,
130
+ ...S
131
+ } = e, [i, u] = d.useState(null), w = M(t, (b) => u(b)), P = d.useRef(void 0), g = de(a), m = g === "ltr", f = m && !c || !m && c;
132
+ function D(b) {
133
+ const p = P.current || i.getBoundingClientRect(), A = [0, p.width], H = U(A, f ? [o, n] : [n, o]);
134
+ return P.current = p, H(b - p.left);
135
+ }
136
+ return /* @__PURE__ */ v(
137
+ J,
138
+ {
139
+ scope: e.__scopeSlider,
140
+ startEdge: f ? "left" : "right",
141
+ endEdge: f ? "right" : "left",
142
+ direction: f ? 1 : -1,
143
+ size: "width",
144
+ children: /* @__PURE__ */ v(
145
+ Z,
146
+ {
147
+ dir: g,
148
+ "data-orientation": "horizontal",
149
+ ...S,
150
+ ref: w,
151
+ style: {
152
+ ...S.style,
153
+ "--radix-slider-thumb-transform": "translateX(-50%)"
154
+ },
155
+ onSlideStart: (b) => {
156
+ const p = D(b.clientX);
157
+ r == null || r(p);
158
+ },
159
+ onSlideMove: (b) => {
160
+ const p = D(b.clientX);
161
+ s == null || s(p);
162
+ },
163
+ onSlideEnd: () => {
164
+ P.current = void 0, l == null || l();
165
+ },
166
+ onStepKeyDown: (b) => {
167
+ const A = G[f ? "from-left" : "from-right"].includes(b.key);
168
+ h == null || h({ event: b, direction: A ? -1 : 1 });
169
+ }
170
+ }
171
+ )
172
+ }
173
+ );
200
174
  }
201
- }
202
- function I(e, t, r, n) {
203
- let l = t + 1 > r + 20 ? t - r - 1 : 0, o = e.slice(l, t);
204
- return o.push(n), o;
205
- }
206
- function ot(e, t) {
207
- let r = [], n = !1;
208
- return e.iterChangedRanges((l, o) => r.push(l, o)), t.iterChangedRanges((l, o, c, s) => {
209
- for (let i = 0; i < r.length; ) {
210
- let f = r[i++], u = r[i++];
211
- s >= f && c <= u && (n = !0);
175
+ ), we = d.forwardRef(
176
+ (e, t) => {
177
+ const {
178
+ min: o,
179
+ max: n,
180
+ inverted: a,
181
+ onSlideStart: c,
182
+ onSlideMove: r,
183
+ onSlideEnd: s,
184
+ onStepKeyDown: l,
185
+ ...h
186
+ } = e, S = d.useRef(null), i = M(t, S), u = d.useRef(void 0), w = !a;
187
+ function P(g) {
188
+ const m = u.current || S.current.getBoundingClientRect(), f = [0, m.height], b = U(f, w ? [n, o] : [o, n]);
189
+ return u.current = m, b(g - m.top);
212
190
  }
213
- }), n;
214
- }
215
- function lt(e, t) {
216
- return e.ranges.length == t.ranges.length && e.ranges.filter((r, n) => r.empty != t.ranges[n].empty).length === 0;
217
- }
218
- function he(e, t) {
219
- return e.length ? t.length ? e.concat(t) : e : t;
220
- }
221
- const g = [], ct = 200;
222
- function de(e, t) {
223
- if (e.length) {
224
- let r = e[e.length - 1], n = r.selectionsAfter.slice(Math.max(0, r.selectionsAfter.length - ct));
225
- return n.length && n[n.length - 1].eq(t) ? e : (n.push(t), I(e, e.length - 1, 1e9, r.setSelAfter(n)));
226
- } else
227
- return [m.selection([t])];
228
- }
229
- function st(e) {
230
- let t = e[e.length - 1], r = e.slice();
231
- return r[e.length - 1] = t.setSelAfter(t.selectionsAfter.slice(0, t.selectionsAfter.length - 1)), r;
232
- }
233
- function J(e, t) {
234
- if (!e.length)
235
- return e;
236
- let r = e.length, n = g;
237
- for (; r; ) {
238
- let l = it(e[r - 1], t, n);
239
- if (l.changes && !l.changes.empty || l.effects.length) {
240
- let o = e.slice(0, r);
241
- return o[r - 1] = l, o;
242
- } else
243
- t = l.mapped, r--, n = l.selectionsAfter;
191
+ return /* @__PURE__ */ v(
192
+ J,
193
+ {
194
+ scope: e.__scopeSlider,
195
+ startEdge: w ? "bottom" : "top",
196
+ endEdge: w ? "top" : "bottom",
197
+ size: "height",
198
+ direction: w ? 1 : -1,
199
+ children: /* @__PURE__ */ v(
200
+ Z,
201
+ {
202
+ "data-orientation": "vertical",
203
+ ...h,
204
+ ref: i,
205
+ style: {
206
+ ...h.style,
207
+ "--radix-slider-thumb-transform": "translateY(50%)"
208
+ },
209
+ onSlideStart: (g) => {
210
+ const m = P(g.clientY);
211
+ c == null || c(m);
212
+ },
213
+ onSlideMove: (g) => {
214
+ const m = P(g.clientY);
215
+ r == null || r(m);
216
+ },
217
+ onSlideEnd: () => {
218
+ u.current = void 0, s == null || s();
219
+ },
220
+ onStepKeyDown: (g) => {
221
+ const f = G[w ? "from-bottom" : "from-top"].includes(g.key);
222
+ l == null || l({ event: g, direction: f ? -1 : 1 });
223
+ }
224
+ }
225
+ )
226
+ }
227
+ );
244
228
  }
245
- return n.length ? [m.selection(n)] : g;
246
- }
247
- function it(e, t, r) {
248
- let n = he(e.selectionsAfter.length ? e.selectionsAfter.map((s) => s.map(t)) : g, r);
249
- if (!e.changes)
250
- return m.selection(n);
251
- let l = e.changes.map(t), o = t.mapDesc(e.changes, !0), c = e.mapped ? e.mapped.composeDesc(o) : o;
252
- return new m(l, ie.mapEffects(e.effects, t), c, e.startSelection.map(o), n);
253
- }
254
- const ut = /^(input\.type|delete)($|\.)/;
255
- class B {
256
- constructor(t, r, n = 0, l = void 0) {
257
- this.done = t, this.undone = r, this.prevTime = n, this.prevUserEvent = l;
229
+ ), Z = d.forwardRef(
230
+ (e, t) => {
231
+ const {
232
+ __scopeSlider: o,
233
+ onSlideStart: n,
234
+ onSlideMove: a,
235
+ onSlideEnd: c,
236
+ onHomeKeyDown: r,
237
+ onEndKeyDown: s,
238
+ onStepKeyDown: l,
239
+ ...h
240
+ } = e, S = T(I, o);
241
+ return /* @__PURE__ */ v(
242
+ K.span,
243
+ {
244
+ ...h,
245
+ ref: t,
246
+ onKeyDown: C(e.onKeyDown, (i) => {
247
+ i.key === "Home" ? (r(i), i.preventDefault()) : i.key === "End" ? (s(i), i.preventDefault()) : j.concat(X).includes(i.key) && (l(i), i.preventDefault());
248
+ }),
249
+ onPointerDown: C(e.onPointerDown, (i) => {
250
+ const u = i.target;
251
+ u.setPointerCapture(i.pointerId), i.preventDefault(), S.thumbs.has(u) ? u.focus() : n(i);
252
+ }),
253
+ onPointerMove: C(e.onPointerMove, (i) => {
254
+ i.target.hasPointerCapture(i.pointerId) && a(i);
255
+ }),
256
+ onPointerUp: C(e.onPointerUp, (i) => {
257
+ const u = i.target;
258
+ u.hasPointerCapture(i.pointerId) && (u.releasePointerCapture(i.pointerId), c(i));
259
+ })
260
+ }
261
+ );
258
262
  }
259
- isolate() {
260
- return this.prevTime ? new B(this.done, this.undone) : this;
263
+ ), ee = "SliderTrack", te = d.forwardRef(
264
+ (e, t) => {
265
+ const { __scopeSlider: o, ...n } = e, a = T(ee, o);
266
+ return /* @__PURE__ */ v(
267
+ K.span,
268
+ {
269
+ "data-disabled": a.disabled ? "" : void 0,
270
+ "data-orientation": a.orientation,
271
+ ...n,
272
+ ref: t
273
+ }
274
+ );
261
275
  }
262
- addChanges(t, r, n, l, o) {
263
- let c = this.done, s = c[c.length - 1];
264
- return s && s.changes && !s.changes.empty && t.changes && (!n || ut.test(n)) && (!s.selectionsAfter.length && r - this.prevTime < l.newGroupDelay && l.joinToEvent(o, ot(s.changes, t.changes)) || // For compose (but not compose.start) events, always join with previous event
265
- n == "input.type.compose") ? c = I(c, c.length - 1, l.minDepth, new m(t.changes.compose(s.changes), he(ie.mapEffects(t.effects, s.changes), s.effects), s.mapped, s.startSelection, g)) : c = I(c, c.length, l.minDepth, t), new B(c, g, r, n);
276
+ );
277
+ te.displayName = ee;
278
+ var L = "SliderRange", ne = d.forwardRef(
279
+ (e, t) => {
280
+ const { __scopeSlider: o, ...n } = e, a = T(L, o), c = Q(L, o), r = d.useRef(null), s = M(t, r), l = a.values.length, h = a.values.map(
281
+ (u) => ie(u, a.min, a.max)
282
+ ), S = l > 1 ? Math.min(...h) : 0, i = 100 - Math.max(...h);
283
+ return /* @__PURE__ */ v(
284
+ K.span,
285
+ {
286
+ "data-orientation": a.orientation,
287
+ "data-disabled": a.disabled ? "" : void 0,
288
+ ...n,
289
+ ref: s,
290
+ style: {
291
+ ...e.style,
292
+ [c.startEdge]: S + "%",
293
+ [c.endEdge]: i + "%"
294
+ }
295
+ }
296
+ );
266
297
  }
267
- addSelection(t, r, n, l) {
268
- let o = this.done.length ? this.done[this.done.length - 1].selectionsAfter : g;
269
- return o.length > 0 && r - this.prevTime < l && n == this.prevUserEvent && n && /^select($|\.)/.test(n) && lt(o[o.length - 1], t) ? this : new B(de(this.done, t), this.undone, r, n);
298
+ );
299
+ ne.displayName = L;
300
+ var O = "SliderThumb", oe = d.forwardRef(
301
+ (e, t) => {
302
+ const o = he(e.__scopeSlider), [n, a] = d.useState(null), c = M(t, (s) => a(s)), r = d.useMemo(
303
+ () => n ? o().findIndex((s) => s.ref.current === n) : -1,
304
+ [o, n]
305
+ );
306
+ return /* @__PURE__ */ v(be, { ...e, ref: c, index: r });
270
307
  }
271
- addMapping(t) {
272
- return new B(J(this.done, t), J(this.undone, t), this.prevTime, this.prevUserEvent);
308
+ ), be = d.forwardRef(
309
+ (e, t) => {
310
+ const { __scopeSlider: o, index: n, name: a, ...c } = e, r = T(O, o), s = Q(O, o), [l, h] = d.useState(null), S = M(t, (D) => h(D)), i = l ? r.form || !!l.closest("form") : !0, u = fe(l), w = r.values[n], P = w === void 0 ? 0 : ie(w, r.min, r.max), g = xe(n, r.values.length), m = u == null ? void 0 : u[s.size], f = m ? De(m, P, s.direction) : 0;
311
+ return d.useEffect(() => {
312
+ if (l)
313
+ return r.thumbs.add(l), () => {
314
+ r.thumbs.delete(l);
315
+ };
316
+ }, [l, r.thumbs]), /* @__PURE__ */ pe(
317
+ "span",
318
+ {
319
+ style: {
320
+ transform: "var(--radix-slider-thumb-transform)",
321
+ position: "absolute",
322
+ [s.startEdge]: `calc(${P}% + ${f}px)`
323
+ },
324
+ children: [
325
+ /* @__PURE__ */ v(z.ItemSlot, { scope: e.__scopeSlider, children: /* @__PURE__ */ v(
326
+ K.span,
327
+ {
328
+ role: "slider",
329
+ "aria-label": e["aria-label"] || g,
330
+ "aria-valuemin": r.min,
331
+ "aria-valuenow": w,
332
+ "aria-valuemax": r.max,
333
+ "aria-orientation": r.orientation,
334
+ "data-orientation": r.orientation,
335
+ "data-disabled": r.disabled ? "" : void 0,
336
+ tabIndex: r.disabled ? void 0 : 0,
337
+ ...c,
338
+ ref: S,
339
+ style: w === void 0 ? { display: "none" } : e.style,
340
+ onFocus: C(e.onFocus, () => {
341
+ r.valueIndexToChangeRef.current = n;
342
+ })
343
+ }
344
+ ) }),
345
+ i && /* @__PURE__ */ v(
346
+ re,
347
+ {
348
+ name: a ?? (r.name ? r.name + (r.values.length > 1 ? "[]" : "") : void 0),
349
+ form: r.form,
350
+ value: w
351
+ },
352
+ n
353
+ )
354
+ ]
355
+ }
356
+ );
273
357
  }
274
- pop(t, r, n) {
275
- let l = t == 0 ? this.done : this.undone;
276
- if (l.length == 0)
277
- return null;
278
- let o = l[l.length - 1], c = o.selectionsAfter[0] || r.selection;
279
- if (n && o.selectionsAfter.length)
280
- return r.update({
281
- selection: o.selectionsAfter[o.selectionsAfter.length - 1],
282
- annotations: z.of({ side: t, rest: st(l), selection: c }),
283
- userEvent: t == 0 ? "select.undo" : "select.redo",
284
- scrollIntoView: !0
285
- });
286
- if (o.changes) {
287
- let s = l.length == 1 ? g : l.slice(0, l.length - 1);
288
- return o.mapped && (s = J(s, o.mapped)), r.update({
289
- changes: o.changes,
290
- selection: o.startSelection,
291
- effects: o.effects,
292
- annotations: z.of({ side: t, rest: s, selection: c }),
293
- filter: !1,
294
- userEvent: t == 0 ? "undo" : "redo",
295
- scrollIntoView: !0
296
- });
297
- } else
298
- return null;
358
+ );
359
+ oe.displayName = O;
360
+ var Re = "RadioBubbleInput", re = d.forwardRef(
361
+ ({ __scopeSlider: e, value: t, ...o }, n) => {
362
+ const a = d.useRef(null), c = M(a, n), r = ue(t);
363
+ return d.useEffect(() => {
364
+ const s = a.current;
365
+ if (!s) return;
366
+ const l = window.HTMLInputElement.prototype, S = Object.getOwnPropertyDescriptor(l, "value").set;
367
+ if (r !== t && S) {
368
+ const i = new Event("input", { bubbles: !0 });
369
+ S.call(s, t), s.dispatchEvent(i);
370
+ }
371
+ }, [r, t]), /* @__PURE__ */ v(
372
+ K.input,
373
+ {
374
+ style: { display: "none" },
375
+ ...o,
376
+ ref: c,
377
+ defaultValue: t
378
+ }
379
+ );
299
380
  }
381
+ );
382
+ re.displayName = Re;
383
+ function Pe(e = [], t, o) {
384
+ const n = [...e];
385
+ return n[o] = t, n.sort((a, c) => a - c);
300
386
  }
301
- B.empty = /* @__PURE__ */ new B(g, g);
302
- const un = [
303
- { key: "Mod-z", run: tt, preventDefault: !0 },
304
- { key: "Mod-y", mac: "Mod-Shift-z", run: Z, preventDefault: !0 },
305
- { linux: "Ctrl-Shift-z", run: Z, preventDefault: !0 },
306
- { key: "Mod-u", run: nt, preventDefault: !0 },
307
- { key: "Alt-u", mac: "Mod-Shift-u", run: rt, preventDefault: !0 }
308
- ];
309
- function D(e, t) {
310
- return a.create(e.ranges.map(t), e.mainIndex);
311
- }
312
- function k(e, t) {
313
- return e.update({ selection: t, scrollIntoView: !0, userEvent: "select" });
314
- }
315
- function A({ state: e, dispatch: t }, r) {
316
- let n = D(e.selection, r);
317
- return n.eq(e.selection, !0) ? !1 : (t(k(e, n)), !0);
318
- }
319
- function V(e, t) {
320
- return a.cursor(t ? e.to : e.from);
321
- }
322
- function X(e, t) {
323
- return A(e, (r) => r.empty ? e.moveByChar(r, t) : V(r, t));
324
- }
325
- function d(e) {
326
- return e.textDirectionAt(e.state.selection.main.head) == qe.LTR;
327
- }
328
- const me = (e) => X(e, !d(e)), pe = (e) => X(e, d(e)), fn = (e) => X(e, !1);
329
- function ge(e, t) {
330
- return A(e, (r) => r.empty ? e.moveByGroup(r, t) : V(r, t));
331
- }
332
- const ft = (e) => ge(e, !d(e)), at = (e) => ge(e, d(e));
333
- function ht(e, t, r) {
334
- if (t.type.prop(r))
335
- return !0;
336
- let n = t.to - t.from;
337
- return n && (n > 2 || /[^\s,.;:]/.test(e.sliceDoc(t.from, t.to))) || t.firstChild;
387
+ function ie(e, t, o) {
388
+ const c = 100 / (o - t) * (e - t);
389
+ return $(c, [0, 100]);
338
390
  }
339
- function N(e, t, r) {
340
- let n = $(e).resolveInner(t.head), l = r ? F.closedBy : F.openedBy;
341
- for (let i = t.head; ; ) {
342
- let f = r ? n.childAfter(i) : n.childBefore(i);
343
- if (!f)
344
- break;
345
- ht(e, f, l) ? n = f : i = r ? f.to : f.from;
346
- }
347
- let o = n.type.prop(l), c, s;
348
- return o && (c = r ? x(e, n.from, 1) : x(e, n.to, -1)) && c.matched ? s = r ? c.end.to : c.end.from : s = r ? n.to : n.from, a.cursor(s, r ? -1 : 1);
391
+ function xe(e, t) {
392
+ return t > 2 ? `Value ${e + 1} of ${t}` : t === 2 ? ["Minimum", "Maximum"][e] : void 0;
349
393
  }
350
- const dt = (e) => A(e, (t) => N(e.state, t, !d(e))), mt = (e) => A(e, (t) => N(e.state, t, d(e)));
351
394
  function ye(e, t) {
352
- return A(e, (r) => {
353
- if (!r.empty)
354
- return V(r, t);
355
- let n = e.moveVertically(r, t);
356
- return n.head != r.head ? n : e.moveToLineBoundary(r, t);
357
- });
395
+ if (e.length === 1) return 0;
396
+ const o = e.map((a) => Math.abs(a - t)), n = Math.min(...o);
397
+ return o.indexOf(n);
358
398
  }
359
- const ke = (e) => ye(e, !1), Ae = (e) => ye(e, !0);
360
- function Be(e) {
361
- let t = e.scrollDOM.clientHeight < e.scrollDOM.scrollHeight - 2, r = 0, n = 0, l;
362
- if (t) {
363
- for (let o of e.state.facet(E.scrollMargins)) {
364
- let c = o(e);
365
- c != null && c.top && (r = Math.max(c == null ? void 0 : c.top, r)), c != null && c.bottom && (n = Math.max(c == null ? void 0 : c.bottom, n));
366
- }
367
- l = e.scrollDOM.clientHeight - r - n;
368
- } else
369
- l = (e.dom.ownerDocument.defaultView || window).innerHeight;
370
- return {
371
- marginTop: r,
372
- marginBottom: n,
373
- selfScroll: t,
374
- height: Math.max(e.defaultLineHeight, l - 5)
375
- };
399
+ function De(e, t, o) {
400
+ const n = e / 2, c = U([0, 50], [0, n]);
401
+ return (n - c(t) * o) * o;
376
402
  }
377
- function Se(e, t) {
378
- let r = Be(e), { state: n } = e, l = D(n.selection, (c) => c.empty ? e.moveVertically(c, t, r.height) : V(c, t));
379
- if (l.eq(n.selection))
380
- return !1;
381
- let o;
382
- if (r.selfScroll) {
383
- let c = e.coordsAtPos(n.selection.main.head), s = e.scrollDOM.getBoundingClientRect(), i = s.top + r.marginTop, f = s.bottom - r.marginBottom;
384
- c && c.top > i && c.bottom < f && (o = E.scrollIntoView(l.main.head, { y: "start", yMargin: c.top - i }));
385
- }
386
- return e.dispatch(k(n, l), { effects: o }), !0;
403
+ function Ee(e) {
404
+ return e.slice(0, -1).map((t, o) => e[o + 1] - t);
387
405
  }
388
- const j = (e) => Se(e, !1), q = (e) => Se(e, !0);
389
- function S(e, t, r) {
390
- let n = e.lineBlockAt(t.head), l = e.moveToLineBoundary(t, r);
391
- if (l.head == t.head && l.head != (r ? n.to : n.from) && (l = e.moveToLineBoundary(t, r, !1)), !r && l.head == n.from && n.length) {
392
- let o = /^\s*/.exec(e.state.sliceDoc(n.from, Math.min(n.from + 100, n.to)))[0].length;
393
- o && t.head != n.from + o && (l = a.cursor(n.from + o));
406
+ function _e(e, t) {
407
+ if (t > 0) {
408
+ const o = Ee(e);
409
+ return Math.min(...o) >= t;
394
410
  }
395
- return l;
396
- }
397
- const pt = (e) => A(e, (t) => S(e, t, !0)), gt = (e) => A(e, (t) => S(e, t, !1)), yt = (e) => A(e, (t) => S(e, t, !d(e))), kt = (e) => A(e, (t) => S(e, t, d(e))), At = (e) => A(e, (t) => a.cursor(e.lineBlockAt(t.head).from, 1)), Bt = (e) => A(e, (t) => a.cursor(e.lineBlockAt(t.head).to, -1));
398
- function St(e, t, r) {
399
- let n = !1, l = D(e.selection, (o) => {
400
- let c = x(e, o.head, -1) || x(e, o.head, 1) || o.head > 0 && x(e, o.head - 1, 1) || o.head < e.doc.length && x(e, o.head + 1, -1);
401
- if (!c || !c.end)
402
- return o;
403
- n = !0;
404
- let s = c.start.from == o.head ? c.end.to : c.end.from;
405
- return a.cursor(s);
406
- });
407
- return n ? (t(k(e, l)), !0) : !1;
408
- }
409
- const xt = ({ state: e, dispatch: t }) => St(e, t);
410
- function y(e, t) {
411
- let r = D(e.state.selection, (n) => {
412
- let l = t(n);
413
- return a.range(n.anchor, l.head, l.goalColumn, l.bidiLevel || void 0);
414
- });
415
- return r.eq(e.state.selection) ? !1 : (e.dispatch(k(e.state, r)), !0);
411
+ return !0;
416
412
  }
417
- function xe(e, t) {
418
- return y(e, (r) => e.moveByChar(r, t));
413
+ function U(e, t) {
414
+ return (o) => {
415
+ if (e[0] === e[1] || t[0] === t[1]) return t[0];
416
+ const n = (t[1] - t[0]) / (e[1] - e[0]);
417
+ return t[0] + n * (o - e[0]);
418
+ };
419
419
  }
420
- const De = (e) => xe(e, !d(e)), Ce = (e) => xe(e, d(e));
421
- function Le(e, t) {
422
- return y(e, (r) => e.moveByGroup(r, t));
420
+ function Ce(e) {
421
+ return (String(e).split(".")[1] || "").length;
423
422
  }
424
- const Dt = (e) => Le(e, !d(e)), Ct = (e) => Le(e, d(e)), Lt = (e) => y(e, (t) => N(e.state, t, !d(e))), Mt = (e) => y(e, (t) => N(e.state, t, d(e)));
425
423
  function Me(e, t) {
426
- return y(e, (r) => e.moveVertically(r, t));
427
- }
428
- const Ee = (e) => Me(e, !1), Oe = (e) => Me(e, !0);
429
- function Te(e, t) {
430
- return y(e, (r) => e.moveVertically(r, t, Be(e).height));
431
- }
432
- const w = (e) => Te(e, !1), _ = (e) => Te(e, !0), Et = (e) => y(e, (t) => S(e, t, !0)), Ot = (e) => y(e, (t) => S(e, t, !1)), Tt = (e) => y(e, (t) => S(e, t, !d(e))), bt = (e) => y(e, (t) => S(e, t, d(e))), Rt = (e) => y(e, (t) => a.cursor(e.lineBlockAt(t.head).from)), It = (e) => y(e, (t) => a.cursor(e.lineBlockAt(t.head).to)), ee = ({ state: e, dispatch: t }) => (t(k(e, { anchor: 0 })), !0), te = ({ state: e, dispatch: t }) => (t(k(e, { anchor: e.doc.length })), !0), ne = ({ state: e, dispatch: t }) => (t(k(e, { anchor: e.selection.main.anchor, head: 0 })), !0), re = ({ state: e, dispatch: t }) => (t(k(e, { anchor: e.selection.main.anchor, head: e.doc.length })), !0), vt = ({ state: e, dispatch: t }) => (t(e.update({ selection: { anchor: 0, head: e.doc.length }, userEvent: "select" })), !0), Vt = ({ state: e, dispatch: t }) => {
433
- let r = P(e).map(({ from: n, to: l }) => a.range(n, Math.min(l + 1, e.doc.length)));
434
- return t(e.update({ selection: a.create(r), userEvent: "select" })), !0;
435
- }, Nt = ({ state: e, dispatch: t }) => {
436
- let r = D(e.selection, (n) => {
437
- let l = $(e), o = l.resolveStack(n.from, 1);
438
- if (n.empty) {
439
- let c = l.resolveStack(n.from, -1);
440
- c.node.from >= o.node.from && c.node.to <= o.node.to && (o = c);
441
- }
442
- for (let c = o; c; c = c.next) {
443
- let { node: s } = c;
444
- if ((s.from < n.from && s.to >= n.to || s.to > n.to && s.from <= n.from) && c.next)
445
- return a.range(s.to, s.from);
446
- }
447
- return n;
448
- });
449
- return r.eq(e.selection) ? !1 : (t(k(e, r)), !0);
450
- };
451
- function be(e, t) {
452
- let { state: r } = e, n = r.selection, l = r.selection.ranges.slice();
453
- for (let o of r.selection.ranges) {
454
- let c = r.doc.lineAt(o.head);
455
- if (t ? c.to < e.state.doc.length : c.from > 0)
456
- for (let s = o; ; ) {
457
- let i = e.moveVertically(s, t);
458
- if (i.head < c.from || i.head > c.to) {
459
- l.some((f) => f.head == i.head) || l.push(i);
460
- break;
461
- } else {
462
- if (i.head == s.head)
463
- break;
464
- s = i;
465
- }
466
- }
467
- }
468
- return l.length == n.ranges.length ? !1 : (e.dispatch(k(r, a.create(l, l.length - 1))), !0);
469
- }
470
- const Pt = (e) => be(e, !1), Ut = (e) => be(e, !0), Jt = ({ state: e, dispatch: t }) => {
471
- let r = e.selection, n = null;
472
- return r.ranges.length > 1 ? n = a.create([r.main]) : r.main.empty || (n = a.create([a.cursor(r.main.head)])), n ? (t(k(e, n)), !0) : !1;
473
- };
474
- function O(e, t) {
475
- if (e.state.readOnly)
476
- return !1;
477
- let r = "delete.selection", { state: n } = e, l = n.changeByRange((o) => {
478
- let { from: c, to: s } = o;
479
- if (c == s) {
480
- let i = t(o);
481
- i < c ? (r = "delete.backward", i = b(e, i, !1)) : i > c && (r = "delete.forward", i = b(e, i, !0)), c = Math.min(c, i), s = Math.max(s, i);
482
- } else
483
- c = b(e, c, !1), s = b(e, s, !0);
484
- return c == s ? { range: o } : { changes: { from: c, to: s }, range: a.cursor(c, c < o.head ? -1 : 1) };
485
- });
486
- return l.changes.empty ? !1 : (e.dispatch(n.update(l, {
487
- scrollIntoView: !0,
488
- userEvent: r,
489
- effects: r == "delete.selection" ? E.announce.of(n.phrase("Selection deleted")) : void 0
490
- })), !0);
491
- }
492
- function b(e, t, r) {
493
- if (e instanceof E)
494
- for (let n of e.state.facet(E.atomicRanges).map((l) => l(e)))
495
- n.between(t, t, (l, o) => {
496
- l < t && o > t && (t = r ? o : l);
497
- });
498
- return t;
499
- }
500
- const Re = (e, t, r) => O(e, (n) => {
501
- let l = n.from, { state: o } = e, c = o.doc.lineAt(l), s, i;
502
- if (r && !t && l > c.from && l < c.from + 200 && !/[^ \t]/.test(s = c.text.slice(0, l - c.from))) {
503
- if (s[s.length - 1] == " ")
504
- return l - 1;
505
- let f = K(s, o.tabSize), u = f % G(o) || G(o);
506
- for (let h = 0; h < u && s[s.length - 1 - h] == " "; h++)
507
- l--;
508
- i = l;
509
- } else
510
- i = M(c.text, l - c.from, t, t) + c.from, i == l && c.number != (t ? o.doc.lines : 1) ? i += t ? 1 : -1 : !t && /[\ufe00-\ufe0f]/.test(c.text.slice(i - c.from, l - c.from)) && (i = M(c.text, i - c.from, !1, !1) + c.from);
511
- return i;
512
- }), H = (e) => Re(e, !1, !0), Ie = (e) => Re(e, !0, !1), ve = (e, t) => O(e, (r) => {
513
- let n = r.head, { state: l } = e, o = l.doc.lineAt(n), c = l.charCategorizer(n);
514
- for (let s = null; ; ) {
515
- if (n == (t ? o.to : o.from)) {
516
- n == r.head && o.number != (t ? l.doc.lines : 1) && (n += t ? 1 : -1);
517
- break;
518
- }
519
- let i = M(o.text, n - o.from, t) + o.from, f = o.text.slice(Math.min(n, i) - o.from, Math.max(n, i) - o.from), u = c(f);
520
- if (s != null && u != s)
521
- break;
522
- (f != " " || n != r.head) && (s = u), n = i;
523
- }
524
- return n;
525
- }), Ve = (e) => ve(e, !1), Gt = (e) => ve(e, !0), Ft = (e) => O(e, (t) => {
526
- let r = e.lineBlockAt(t.head).to;
527
- return t.head < r ? r : Math.min(e.state.doc.length, t.head + 1);
528
- }), zt = (e) => O(e, (t) => {
529
- let r = e.moveToLineBoundary(t, !1).head;
530
- return t.head > r ? r : Math.max(0, t.head - 1);
531
- }), qt = (e) => O(e, (t) => {
532
- let r = e.moveToLineBoundary(t, !0).head;
533
- return t.head < r ? r : Math.min(e.state.doc.length, t.head + 1);
534
- }), Ht = ({ state: e, dispatch: t }) => {
535
- if (e.readOnly)
536
- return !1;
537
- let r = e.changeByRange((n) => ({
538
- changes: { from: n.from, to: n.to, insert: le.of(["", ""]) },
539
- range: a.cursor(n.from)
540
- }));
541
- return t(e.update(r, { scrollIntoView: !0, userEvent: "input" })), !0;
542
- }, Kt = ({ state: e, dispatch: t }) => {
543
- if (e.readOnly)
544
- return !1;
545
- let r = e.changeByRange((n) => {
546
- if (!n.empty || n.from == 0 || n.from == e.doc.length)
547
- return { range: n };
548
- let l = n.from, o = e.doc.lineAt(l), c = l == o.from ? l - 1 : M(o.text, l - o.from, !1) + o.from, s = l == o.to ? l + 1 : M(o.text, l - o.from, !0) + o.from;
549
- return {
550
- changes: { from: c, to: s, insert: e.doc.slice(l, s).append(e.doc.slice(c, l)) },
551
- range: a.cursor(s)
552
- };
553
- });
554
- return r.changes.empty ? !1 : (t(e.update(r, { scrollIntoView: !0, userEvent: "move.character" })), !0);
555
- };
556
- function P(e) {
557
- let t = [], r = -1;
558
- for (let n of e.selection.ranges) {
559
- let l = e.doc.lineAt(n.from), o = e.doc.lineAt(n.to);
560
- if (!n.empty && n.to == o.from && (o = e.doc.lineAt(n.to - 1)), r >= l.number) {
561
- let c = t[t.length - 1];
562
- c.to = o.to, c.ranges.push(n);
563
- } else
564
- t.push({ from: l.from, to: o.to, ranges: [n] });
565
- r = o.number + 1;
566
- }
567
- return t;
568
- }
569
- function Ne(e, t, r) {
570
- if (e.readOnly)
571
- return !1;
572
- let n = [], l = [];
573
- for (let o of P(e)) {
574
- if (r ? o.to == e.doc.length : o.from == 0)
575
- continue;
576
- let c = e.doc.lineAt(r ? o.to + 1 : o.from - 1), s = c.length + 1;
577
- if (r) {
578
- n.push({ from: o.to, to: c.to }, { from: o.from, insert: c.text + e.lineBreak });
579
- for (let i of o.ranges)
580
- l.push(a.range(Math.min(e.doc.length, i.anchor + s), Math.min(e.doc.length, i.head + s)));
581
- } else {
582
- n.push({ from: c.from, to: o.from }, { from: o.to, insert: e.lineBreak + c.text });
583
- for (let i of o.ranges)
584
- l.push(a.range(i.anchor - s, i.head - s));
585
- }
586
- }
587
- return n.length ? (t(e.update({
588
- changes: n,
589
- scrollIntoView: !0,
590
- selection: a.create(l, e.selection.mainIndex),
591
- userEvent: "move.line"
592
- })), !0) : !1;
593
- }
594
- const $t = ({ state: e, dispatch: t }) => Ne(e, t, !1), Wt = ({ state: e, dispatch: t }) => Ne(e, t, !0);
595
- function Pe(e, t, r) {
596
- if (e.readOnly)
597
- return !1;
598
- let n = [];
599
- for (let o of P(e))
600
- r ? n.push({ from: o.from, insert: e.doc.slice(o.from, o.to) + e.lineBreak }) : n.push({ from: o.to, insert: e.lineBreak + e.doc.slice(o.from, o.to) });
601
- let l = e.changes(n);
602
- return t(e.update({
603
- changes: l,
604
- selection: e.selection.map(l, r ? 1 : -1),
605
- scrollIntoView: !0,
606
- userEvent: "input.copyline"
607
- })), !0;
608
- }
609
- const Qt = ({ state: e, dispatch: t }) => Pe(e, t, !1), Xt = ({ state: e, dispatch: t }) => Pe(e, t, !0), Yt = (e) => {
610
- if (e.state.readOnly)
611
- return !1;
612
- let { state: t } = e, r = t.changes(P(t).map(({ from: l, to: o }) => (l > 0 ? l-- : o < t.doc.length && o++, { from: l, to: o }))), n = D(t.selection, (l) => {
613
- let o;
614
- if (e.lineWrapping) {
615
- let c = e.lineBlockAt(l.head), s = e.coordsAtPos(l.head, l.assoc || 1);
616
- s && (o = c.bottom + e.documentTop - s.bottom + e.defaultLineHeight / 2);
617
- }
618
- return e.moveVertically(l, !0, o);
619
- }).map(r);
620
- return e.dispatch({ changes: r, selection: n, scrollIntoView: !0, userEvent: "delete.line" }), !0;
621
- };
622
- function Zt(e, t) {
623
- if (/\(\)|\[\]|\{\}/.test(e.sliceDoc(t - 1, t + 1)))
624
- return { from: t, to: t };
625
- let r = $(e).resolveInner(t), n = r.childBefore(t), l = r.childAfter(t), o;
626
- return n && l && n.to <= t && l.from >= t && (o = n.type.prop(F.closedBy)) && o.indexOf(l.name) > -1 && e.doc.lineAt(n.to).from == e.doc.lineAt(l.from).from && !/\S/.test(e.sliceDoc(n.to, l.from)) ? { from: n.to, to: l.from } : null;
627
- }
628
- const oe = /* @__PURE__ */ Ue(!1), jt = /* @__PURE__ */ Ue(!0);
629
- function Ue(e) {
630
- return ({ state: t, dispatch: r }) => {
631
- if (t.readOnly)
632
- return !1;
633
- let n = t.changeByRange((l) => {
634
- let { from: o, to: c } = l, s = t.doc.lineAt(o), i = !e && o == c && Zt(t, o);
635
- e && (o = c = (c <= s.to ? s : t.doc.lineAt(c)).to);
636
- let f = new ue(t, { simulateBreak: o, simulateDoubleBreak: !!i }), u = fe(f, o);
637
- for (u == null && (u = K(/^\s*/.exec(t.doc.lineAt(o).text)[0], t.tabSize)); c < s.to && /\s/.test(s.text[c - s.from]); )
638
- c++;
639
- i ? { from: o, to: c } = i : o > s.from && o < s.from + 100 && !/\S/.test(s.text.slice(0, o)) && (o = s.from);
640
- let h = ["", R(t, u)];
641
- return i && h.push(R(t, f.lineIndent(s.from, -1))), {
642
- changes: { from: o, to: c, insert: le.of(h) },
643
- range: a.cursor(o + 1 + h[1].length)
644
- };
645
- });
646
- return r(t.update(n, { scrollIntoView: !0, userEvent: "input" })), !0;
647
- };
648
- }
649
- function Y(e, t) {
650
- let r = -1;
651
- return e.changeByRange((n) => {
652
- let l = [];
653
- for (let c = n.from; c <= n.to; ) {
654
- let s = e.doc.lineAt(c);
655
- s.number > r && (n.empty || n.to > s.from) && (t(s, l, n), r = s.number), c = s.to + 1;
656
- }
657
- let o = e.changes(l);
658
- return {
659
- changes: l,
660
- range: a.range(o.mapPos(n.anchor, 1), o.mapPos(n.head, 1))
661
- };
662
- });
424
+ const o = Math.pow(10, t);
425
+ return Math.round(e * o) / o;
663
426
  }
664
- const wt = ({ state: e, dispatch: t }) => {
665
- if (e.readOnly)
666
- return !1;
667
- let r = /* @__PURE__ */ Object.create(null), n = new ue(e, { overrideIndentation: (o) => {
668
- let c = r[o];
669
- return c ?? -1;
670
- } }), l = Y(e, (o, c, s) => {
671
- let i = fe(n, o.from);
672
- if (i == null)
673
- return;
674
- /\S/.test(o.text) || (i = 0);
675
- let f = /^\s*/.exec(o.text)[0], u = R(e, i);
676
- (f != u || s.from < o.from + f.length) && (r[o.from] = i, c.push({ from: o.from, to: o.from + f.length, insert: u }));
677
- });
678
- return l.changes.empty || t(e.update(l, { userEvent: "indent" })), !0;
679
- }, _t = ({ state: e, dispatch: t }) => e.readOnly ? !1 : (t(e.update(Y(e, (r, n) => {
680
- n.push({ from: r.from, insert: e.facet(He) });
681
- }), { userEvent: "input.indent" })), !0), en = ({ state: e, dispatch: t }) => e.readOnly ? !1 : (t(e.update(Y(e, (r, n) => {
682
- let l = /^\s*/.exec(r.text)[0];
683
- if (!l)
684
- return;
685
- let o = K(l, e.tabSize), c = 0, s = R(e, Math.max(0, o - G(e)));
686
- for (; c < l.length && c < s.length && l.charCodeAt(c) == s.charCodeAt(c); )
687
- c++;
688
- n.push({ from: r.from + c, to: r.from + l.length, insert: s.slice(c) });
689
- }), { userEvent: "delete.dedent" })), !0), tn = (e) => (e.setTabFocusMode(), !0), nn = [
690
- { key: "Ctrl-b", run: me, shift: De, preventDefault: !0 },
691
- { key: "Ctrl-f", run: pe, shift: Ce },
692
- { key: "Ctrl-p", run: ke, shift: Ee },
693
- { key: "Ctrl-n", run: Ae, shift: Oe },
694
- { key: "Ctrl-a", run: At, shift: Rt },
695
- { key: "Ctrl-e", run: Bt, shift: It },
696
- { key: "Ctrl-d", run: Ie },
697
- { key: "Ctrl-h", run: H },
698
- { key: "Ctrl-k", run: Ft },
699
- { key: "Ctrl-Alt-h", run: Ve },
700
- { key: "Ctrl-o", run: Ht },
701
- { key: "Ctrl-t", run: Kt },
702
- { key: "Ctrl-v", run: q }
703
- ], rn = /* @__PURE__ */ [
704
- { key: "ArrowLeft", run: me, shift: De, preventDefault: !0 },
705
- { key: "Mod-ArrowLeft", mac: "Alt-ArrowLeft", run: ft, shift: Dt, preventDefault: !0 },
706
- { mac: "Cmd-ArrowLeft", run: yt, shift: Tt, preventDefault: !0 },
707
- { key: "ArrowRight", run: pe, shift: Ce, preventDefault: !0 },
708
- { key: "Mod-ArrowRight", mac: "Alt-ArrowRight", run: at, shift: Ct, preventDefault: !0 },
709
- { mac: "Cmd-ArrowRight", run: kt, shift: bt, preventDefault: !0 },
710
- { key: "ArrowUp", run: ke, shift: Ee, preventDefault: !0 },
711
- { mac: "Cmd-ArrowUp", run: ee, shift: ne },
712
- { mac: "Ctrl-ArrowUp", run: j, shift: w },
713
- { key: "ArrowDown", run: Ae, shift: Oe, preventDefault: !0 },
714
- { mac: "Cmd-ArrowDown", run: te, shift: re },
715
- { mac: "Ctrl-ArrowDown", run: q, shift: _ },
716
- { key: "PageUp", run: j, shift: w },
717
- { key: "PageDown", run: q, shift: _ },
718
- { key: "Home", run: gt, shift: Ot, preventDefault: !0 },
719
- { key: "Mod-Home", run: ee, shift: ne },
720
- { key: "End", run: pt, shift: Et, preventDefault: !0 },
721
- { key: "Mod-End", run: te, shift: re },
722
- { key: "Enter", run: oe, shift: oe },
723
- { key: "Mod-a", run: vt },
724
- { key: "Backspace", run: H, shift: H, preventDefault: !0 },
725
- { key: "Delete", run: Ie, preventDefault: !0 },
726
- { key: "Mod-Backspace", mac: "Alt-Backspace", run: Ve, preventDefault: !0 },
727
- { key: "Mod-Delete", mac: "Alt-Delete", run: Gt, preventDefault: !0 },
728
- { mac: "Mod-Backspace", run: zt, preventDefault: !0 },
729
- { mac: "Mod-Delete", run: qt, preventDefault: !0 }
730
- ].concat(/* @__PURE__ */ nn.map((e) => ({ mac: e.key, run: e.run, shift: e.shift }))), an = /* @__PURE__ */ [
731
- { key: "Alt-ArrowLeft", mac: "Ctrl-ArrowLeft", run: dt, shift: Lt },
732
- { key: "Alt-ArrowRight", mac: "Ctrl-ArrowRight", run: mt, shift: Mt },
733
- { key: "Alt-ArrowUp", run: $t },
734
- { key: "Shift-Alt-ArrowUp", run: Qt },
735
- { key: "Alt-ArrowDown", run: Wt },
736
- { key: "Shift-Alt-ArrowDown", run: Xt },
737
- { key: "Mod-Alt-ArrowUp", run: Pt },
738
- { key: "Mod-Alt-ArrowDown", run: Ut },
739
- { key: "Escape", run: Jt },
740
- { key: "Mod-Enter", run: jt },
741
- { key: "Alt-l", mac: "Ctrl-l", run: Vt },
742
- { key: "Mod-i", run: Nt, preventDefault: !0 },
743
- { key: "Mod-[", run: en },
744
- { key: "Mod-]", run: _t },
745
- { key: "Mod-Alt-\\", run: wt },
746
- { key: "Shift-Mod-k", run: Yt },
747
- { key: "Shift-Mod-\\", run: xt },
748
- { key: "Mod-/", run: Ke },
749
- { key: "Alt-A", run: We },
750
- { key: "Ctrl-m", mac: "Shift-Alt-m", run: tn }
751
- ].concat(rn);
427
+ var Oe = q, Ue = te, Fe = ne, Ye = oe;
752
428
  export {
753
- Pt as addCursorAbove,
754
- Ut as addCursorBelow,
755
- Xt as copyLineDown,
756
- Qt as copyLineUp,
757
- fn as cursorCharBackward,
758
- me as cursorCharLeft,
759
- pe as cursorCharRight,
760
- te as cursorDocEnd,
761
- ee as cursorDocStart,
762
- ft as cursorGroupLeft,
763
- at as cursorGroupRight,
764
- gt as cursorLineBoundaryBackward,
765
- pt as cursorLineBoundaryForward,
766
- yt as cursorLineBoundaryLeft,
767
- kt as cursorLineBoundaryRight,
768
- Ae as cursorLineDown,
769
- Bt as cursorLineEnd,
770
- At as cursorLineStart,
771
- ke as cursorLineUp,
772
- xt as cursorMatchingBracket,
773
- q as cursorPageDown,
774
- j as cursorPageUp,
775
- dt as cursorSyntaxLeft,
776
- mt as cursorSyntaxRight,
777
- an as defaultKeymap,
778
- H as deleteCharBackward,
779
- Ie as deleteCharForward,
780
- Ve as deleteGroupBackward,
781
- Gt as deleteGroupForward,
782
- Yt as deleteLine,
783
- zt as deleteLineBoundaryBackward,
784
- qt as deleteLineBoundaryForward,
785
- Ft as deleteToLineEnd,
786
- nn as emacsStyleKeymap,
787
- un as historyKeymap,
788
- en as indentLess,
789
- _t as indentMore,
790
- wt as indentSelection,
791
- jt as insertBlankLine,
792
- oe as insertNewlineAndIndent,
793
- we as invertedEffects,
794
- je as isolateHistory,
795
- Wt as moveLineDown,
796
- $t as moveLineUp,
797
- Z as redo,
798
- rt as redoSelection,
799
- vt as selectAll,
800
- De as selectCharLeft,
801
- Ce as selectCharRight,
802
- re as selectDocEnd,
803
- ne as selectDocStart,
804
- Dt as selectGroupLeft,
805
- Ct as selectGroupRight,
806
- Vt as selectLine,
807
- Ot as selectLineBoundaryBackward,
808
- Et as selectLineBoundaryForward,
809
- Tt as selectLineBoundaryLeft,
810
- bt as selectLineBoundaryRight,
811
- Oe as selectLineDown,
812
- It as selectLineEnd,
813
- Rt as selectLineStart,
814
- Ee as selectLineUp,
815
- _ as selectPageDown,
816
- w as selectPageUp,
817
- Nt as selectParentSyntax,
818
- Lt as selectSyntaxLeft,
819
- Mt as selectSyntaxRight,
820
- Jt as simplifySelection,
821
- Ht as splitLine,
822
- rn as standardKeymap,
823
- We as toggleBlockComment,
824
- Qe as toggleBlockCommentByLine,
825
- Ke as toggleComment,
826
- $e as toggleLineComment,
827
- tn as toggleTabFocusMode,
828
- Kt as transposeChars,
829
- tt as undo,
830
- nt as undoSelection
429
+ Fe as Range,
430
+ Oe as Root,
431
+ q as Slider,
432
+ ne as SliderRange,
433
+ oe as SliderThumb,
434
+ te as SliderTrack,
435
+ Ye as Thumb,
436
+ Ue as Track
831
437
  };