@tb-dev/vue 0.3.25 → 0.3.27

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.
package/dist/index.js CHANGED
@@ -90,7 +90,7 @@ function cn(...inputs) {
90
90
  return twMerge(clsx(inputs));
91
91
  }
92
92
 
93
- const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
93
+ const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
94
94
  __name: "Badge",
95
95
  props: {
96
96
  asChild: { type: Boolean },
@@ -135,7 +135,7 @@ const badgeVariants = cva(
135
135
  }
136
136
  );
137
137
 
138
- const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
138
+ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
139
139
  __name: "Button",
140
140
  props: {
141
141
  variant: {},
@@ -188,9 +188,9 @@ const buttonVariants = cva(
188
188
  }
189
189
  );
190
190
 
191
- const _hoisted_1$j = { key: 0 };
191
+ const _hoisted_1$i = { key: 0 };
192
192
  const _hoisted_2$2 = { key: 0 };
193
- const _sfc_main$2X = /* @__PURE__ */ defineComponent({
193
+ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
194
194
  ...{
195
195
  inheritAttrs: false
196
196
  },
@@ -210,7 +210,7 @@ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
210
210
  return openBlock(), createElementBlock(Fragment, null, [
211
211
  createVNode(unref(DefineTemplate), null, {
212
212
  default: withCtx(() => [
213
- createVNode(unref(_sfc_main$2Y), mergeProps(_ctx.$attrs, {
213
+ createVNode(unref(_sfc_main$2X), mergeProps(_ctx.$attrs, {
214
214
  variant: _ctx.variant,
215
215
  size: _ctx.size,
216
216
  disabled: _ctx.disabled,
@@ -218,7 +218,7 @@ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
218
218
  class: unref(cn)("size-full", _ctx.buttonClass)
219
219
  }), {
220
220
  default: withCtx(() => [
221
- _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$j, toDisplayString(_ctx.label), 1)) : renderSlot(_ctx.$slots, "default", { key: 1 })
221
+ _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$i, toDisplayString(_ctx.label), 1)) : renderSlot(_ctx.$slots, "default", { key: 1 })
222
222
  ]),
223
223
  _: 3
224
224
  }, 16, ["variant", "size", "disabled", "style", "class"])
@@ -241,7 +241,7 @@ const _sfc_main$2X = /* @__PURE__ */ defineComponent({
241
241
  }
242
242
  });
243
243
 
244
- const _sfc_main$2W = /* @__PURE__ */ defineComponent({
244
+ const _sfc_main$2V = /* @__PURE__ */ defineComponent({
245
245
  __name: "ButtonIcon",
246
246
  props: {
247
247
  buttonClass: {},
@@ -254,7 +254,7 @@ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
254
254
  setup(__props) {
255
255
  const props = __props;
256
256
  return (_ctx, _cache) => {
257
- return _ctx.to ? (openBlock(), createBlock(unref(_sfc_main$2X), {
257
+ return _ctx.to ? (openBlock(), createBlock(unref(_sfc_main$2W), {
258
258
  key: 0,
259
259
  to: _ctx.to,
260
260
  variant: "ghost",
@@ -269,7 +269,7 @@ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
269
269
  }, null, 8, ["class", "size"]))
270
270
  ]),
271
271
  _: 1
272
- }, 8, ["to", "class", "button-class"])) : (openBlock(), createBlock(unref(_sfc_main$2Y), {
272
+ }, 8, ["to", "class", "button-class"])) : (openBlock(), createBlock(unref(_sfc_main$2X), {
273
273
  key: 1,
274
274
  variant: "ghost",
275
275
  size: "icon",
@@ -287,7 +287,7 @@ const _sfc_main$2W = /* @__PURE__ */ defineComponent({
287
287
  }
288
288
  });
289
289
 
290
- const _sfc_main$2V = /* @__PURE__ */ defineComponent({
290
+ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
291
291
  __name: "ScrollBar",
292
292
  props: {
293
293
  orientation: { default: "vertical" },
@@ -323,7 +323,7 @@ const _sfc_main$2V = /* @__PURE__ */ defineComponent({
323
323
  }
324
324
  });
325
325
 
326
- const _sfc_main$2U = /* @__PURE__ */ defineComponent({
326
+ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
327
327
  __name: "ScrollArea",
328
328
  props: {
329
329
  type: {},
@@ -353,7 +353,7 @@ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
353
353
  ]),
354
354
  _: 3
355
355
  }),
356
- createVNode(_sfc_main$2V),
356
+ createVNode(_sfc_main$2U),
357
357
  createVNode(unref(ScrollAreaCorner))
358
358
  ]),
359
359
  _: 3
@@ -362,7 +362,7 @@ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
362
362
  }
363
363
  });
364
364
 
365
- const _sfc_main$2T = /* @__PURE__ */ defineComponent({
365
+ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
366
366
  __name: "Card",
367
367
  props: {
368
368
  class: {}
@@ -385,7 +385,7 @@ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
385
385
  }
386
386
  });
387
387
 
388
- const _sfc_main$2S = /* @__PURE__ */ defineComponent({
388
+ const _sfc_main$2R = /* @__PURE__ */ defineComponent({
389
389
  __name: "CardContent",
390
390
  props: {
391
391
  class: {}
@@ -403,7 +403,7 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
403
403
  }
404
404
  });
405
405
 
406
- const _sfc_main$2R = /* @__PURE__ */ defineComponent({
406
+ const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
407
407
  __name: "CardDescription",
408
408
  props: {
409
409
  class: {}
@@ -421,7 +421,7 @@ const _sfc_main$2R = /* @__PURE__ */ defineComponent({
421
421
  }
422
422
  });
423
423
 
424
- const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
424
+ const _sfc_main$2P = /* @__PURE__ */ defineComponent({
425
425
  __name: "CardFooter",
426
426
  props: {
427
427
  class: {}
@@ -439,7 +439,7 @@ const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
439
439
  }
440
440
  });
441
441
 
442
- const _sfc_main$2P = /* @__PURE__ */ defineComponent({
442
+ const _sfc_main$2O = /* @__PURE__ */ defineComponent({
443
443
  __name: "CardHeader",
444
444
  props: {
445
445
  class: {}
@@ -462,7 +462,7 @@ const _sfc_main$2P = /* @__PURE__ */ defineComponent({
462
462
  }
463
463
  });
464
464
 
465
- const _sfc_main$2O = /* @__PURE__ */ defineComponent({
465
+ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
466
466
  __name: "CardTitle",
467
467
  props: {
468
468
  class: {}
@@ -480,7 +480,7 @@ const _sfc_main$2O = /* @__PURE__ */ defineComponent({
480
480
  }
481
481
  });
482
482
 
483
- const _sfc_main$2N = /* @__PURE__ */ defineComponent({
483
+ const _sfc_main$2M = /* @__PURE__ */ defineComponent({
484
484
  __name: "Card",
485
485
  props: {
486
486
  contentClass: {},
@@ -493,14 +493,14 @@ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
493
493
  },
494
494
  setup(__props) {
495
495
  return (_ctx, _cache) => {
496
- return openBlock(), createBlock(unref(_sfc_main$2T), null, {
496
+ return openBlock(), createBlock(unref(_sfc_main$2S), null, {
497
497
  default: withCtx(() => [
498
- _ctx.$slots.title ? (openBlock(), createBlock(unref(_sfc_main$2P), {
498
+ _ctx.$slots.title ? (openBlock(), createBlock(unref(_sfc_main$2O), {
499
499
  key: 0,
500
500
  class: normalizeClass(_ctx.headerClass)
501
501
  }, {
502
502
  default: withCtx(() => [
503
- createVNode(unref(_sfc_main$2O), {
503
+ createVNode(unref(_sfc_main$2N), {
504
504
  class: normalizeClass(_ctx.titleClass)
505
505
  }, {
506
506
  default: withCtx(() => [
@@ -508,7 +508,7 @@ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
508
508
  ]),
509
509
  _: 3
510
510
  }, 8, ["class"]),
511
- _ctx.$slots.description ? (openBlock(), createBlock(unref(_sfc_main$2R), {
511
+ _ctx.$slots.description ? (openBlock(), createBlock(unref(_sfc_main$2Q), {
512
512
  key: 0,
513
513
  class: normalizeClass(_ctx.descriptionClass)
514
514
  }, {
@@ -520,12 +520,12 @@ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
520
520
  ]),
521
521
  _: 3
522
522
  }, 8, ["class"])) : createCommentVNode("", true),
523
- _ctx.$slots.default ? (openBlock(), createBlock(unref(_sfc_main$2S), {
523
+ _ctx.$slots.default ? (openBlock(), createBlock(unref(_sfc_main$2R), {
524
524
  key: 1,
525
525
  class: normalizeClass(unref(cn)("p-0", _ctx.contentClass))
526
526
  }, {
527
527
  default: withCtx(() => [
528
- _ctx.scrollAreaHeight && _ctx.scrollAreaHeight !== "auto" ? (openBlock(), createBlock(unref(_sfc_main$2U), {
528
+ _ctx.scrollAreaHeight && _ctx.scrollAreaHeight !== "auto" ? (openBlock(), createBlock(unref(_sfc_main$2T), {
529
529
  key: 0,
530
530
  class: normalizeClass(_ctx.scrollAreaClass),
531
531
  style: normalizeStyle({ height: unref(toPixel)(_ctx.scrollAreaHeight) })
@@ -538,7 +538,7 @@ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
538
538
  ]),
539
539
  _: 3
540
540
  }, 8, ["class"])) : createCommentVNode("", true),
541
- _ctx.$slots.footer ? (openBlock(), createBlock(unref(_sfc_main$2Q), {
541
+ _ctx.$slots.footer ? (openBlock(), createBlock(unref(_sfc_main$2P), {
542
542
  key: 2,
543
543
  class: normalizeClass(_ctx.footerClass)
544
544
  }, {
@@ -554,7 +554,7 @@ const _sfc_main$2N = /* @__PURE__ */ defineComponent({
554
554
  }
555
555
  });
556
556
 
557
- const _sfc_main$2M = /* @__PURE__ */ defineComponent({
557
+ const _sfc_main$2L = /* @__PURE__ */ defineComponent({
558
558
  __name: "Label",
559
559
  props: {
560
560
  for: {},
@@ -584,7 +584,7 @@ const _sfc_main$2M = /* @__PURE__ */ defineComponent({
584
584
  }
585
585
  });
586
586
 
587
- const _sfc_main$2L = /* @__PURE__ */ defineComponent({
587
+ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
588
588
  __name: "Checkbox",
589
589
  props: {
590
590
  defaultValue: { type: [Boolean, String] },
@@ -633,8 +633,8 @@ const _sfc_main$2L = /* @__PURE__ */ defineComponent({
633
633
  }
634
634
  });
635
635
 
636
- const _hoisted_1$i = { class: "w-full" };
637
- const _sfc_main$2K = /* @__PURE__ */ defineComponent({
636
+ const _hoisted_1$h = { class: "w-full" };
637
+ const _sfc_main$2J = /* @__PURE__ */ defineComponent({
638
638
  ...{
639
639
  inheritAttrs: false
640
640
  },
@@ -659,7 +659,7 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
659
659
  return openBlock(), createElementBlock(Fragment, null, [
660
660
  createVNode(unref(DefineTemplate), null, {
661
661
  default: withCtx(() => [
662
- createVNode(unref(_sfc_main$2L), mergeProps(_ctx.$attrs, {
662
+ createVNode(unref(_sfc_main$2K), mergeProps(_ctx.$attrs, {
663
663
  modelValue: value.value,
664
664
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => value.value = $event),
665
665
  "default-value": _ctx.defaultValue,
@@ -670,13 +670,13 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
670
670
  ]),
671
671
  _: 1
672
672
  }),
673
- _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2M), {
673
+ _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2L), {
674
674
  key: 0,
675
675
  class: normalizeClass(unref(cn)("flex flex-row items-center justify-start gap-1 font-normal", _ctx.labelClass))
676
676
  }, {
677
677
  default: withCtx(() => [
678
678
  createVNode(unref(ReuseTemplate)),
679
- createElementVNode("span", _hoisted_1$i, toDisplayString(_ctx.label), 1)
679
+ createElementVNode("span", _hoisted_1$h, toDisplayString(_ctx.label), 1)
680
680
  ]),
681
681
  _: 1
682
682
  }, 8, ["class"])) : (openBlock(), createBlock(unref(ReuseTemplate), { key: 1 }))
@@ -685,7 +685,7 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
685
685
  }
686
686
  });
687
687
 
688
- const _sfc_main$2J = /* @__PURE__ */ defineComponent({
688
+ const _sfc_main$2I = /* @__PURE__ */ defineComponent({
689
689
  __name: "Combobox",
690
690
  props: {
691
691
  open: { type: Boolean },
@@ -721,7 +721,7 @@ const _sfc_main$2J = /* @__PURE__ */ defineComponent({
721
721
  }
722
722
  });
723
723
 
724
- const _sfc_main$2I = /* @__PURE__ */ defineComponent({
724
+ const _sfc_main$2H = /* @__PURE__ */ defineComponent({
725
725
  __name: "ComboboxAnchor",
726
726
  props: {
727
727
  reference: {},
@@ -749,7 +749,7 @@ const _sfc_main$2I = /* @__PURE__ */ defineComponent({
749
749
  }
750
750
  });
751
751
 
752
- const _sfc_main$2H = /* @__PURE__ */ defineComponent({
752
+ const _sfc_main$2G = /* @__PURE__ */ defineComponent({
753
753
  __name: "ComboboxEmpty",
754
754
  props: {
755
755
  asChild: { type: Boolean },
@@ -775,7 +775,7 @@ const _sfc_main$2H = /* @__PURE__ */ defineComponent({
775
775
  }
776
776
  });
777
777
 
778
- const _sfc_main$2G = /* @__PURE__ */ defineComponent({
778
+ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
779
779
  __name: "ComboboxGroup",
780
780
  props: {
781
781
  asChild: { type: Boolean },
@@ -811,11 +811,11 @@ const _sfc_main$2G = /* @__PURE__ */ defineComponent({
811
811
  }
812
812
  });
813
813
 
814
- const _hoisted_1$h = {
814
+ const _hoisted_1$g = {
815
815
  "data-slot": "command-input-wrapper",
816
816
  class: "flex h-9 items-center gap-2 border-b px-3"
817
817
  };
818
- const _sfc_main$2F = /* @__PURE__ */ defineComponent({
818
+ const _sfc_main$2E = /* @__PURE__ */ defineComponent({
819
819
  ...{
820
820
  inheritAttrs: false
821
821
  },
@@ -839,7 +839,7 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
839
839
  });
840
840
  const forwarded = useForwardPropsEmits(delegatedProps, emits);
841
841
  return (_ctx, _cache) => {
842
- return openBlock(), createElementBlock("div", _hoisted_1$h, [
842
+ return openBlock(), createElementBlock("div", _hoisted_1$g, [
843
843
  createVNode(unref(SearchIcon), { class: "size-4 shrink-0 opacity-50" }),
844
844
  createVNode(unref(ComboboxInput), mergeProps({
845
845
  "data-slot": "command-input",
@@ -858,7 +858,7 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
858
858
  }
859
859
  });
860
860
 
861
- const _sfc_main$2E = /* @__PURE__ */ defineComponent({
861
+ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
862
862
  __name: "ComboboxItem",
863
863
  props: {
864
864
  textValue: {},
@@ -893,7 +893,7 @@ const _sfc_main$2E = /* @__PURE__ */ defineComponent({
893
893
  }
894
894
  });
895
895
 
896
- const _sfc_main$2D = /* @__PURE__ */ defineComponent({
896
+ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
897
897
  __name: "ComboboxItemIndicator",
898
898
  props: {
899
899
  asChild: { type: Boolean },
@@ -920,7 +920,7 @@ const _sfc_main$2D = /* @__PURE__ */ defineComponent({
920
920
  }
921
921
  });
922
922
 
923
- const _sfc_main$2C = /* @__PURE__ */ defineComponent({
923
+ const _sfc_main$2B = /* @__PURE__ */ defineComponent({
924
924
  __name: "ComboboxList",
925
925
  props: {
926
926
  forceMount: { type: Boolean },
@@ -974,7 +974,7 @@ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
974
974
  }
975
975
  });
976
976
 
977
- const _sfc_main$2B = /* @__PURE__ */ defineComponent({
977
+ const _sfc_main$2A = /* @__PURE__ */ defineComponent({
978
978
  __name: "ComboboxSeparator",
979
979
  props: {
980
980
  asChild: { type: Boolean },
@@ -1000,7 +1000,7 @@ const _sfc_main$2B = /* @__PURE__ */ defineComponent({
1000
1000
  }
1001
1001
  });
1002
1002
 
1003
- const _sfc_main$2A = /* @__PURE__ */ defineComponent({
1003
+ const _sfc_main$2z = /* @__PURE__ */ defineComponent({
1004
1004
  __name: "ComboboxViewport",
1005
1005
  props: {
1006
1006
  nonce: {},
@@ -1028,7 +1028,7 @@ const _sfc_main$2A = /* @__PURE__ */ defineComponent({
1028
1028
  }
1029
1029
  });
1030
1030
 
1031
- const _sfc_main$2z = /* @__PURE__ */ defineComponent({
1031
+ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
1032
1032
  __name: "ContextMenu",
1033
1033
  props: {
1034
1034
  dir: {},
@@ -1050,8 +1050,8 @@ const _sfc_main$2z = /* @__PURE__ */ defineComponent({
1050
1050
  }
1051
1051
  });
1052
1052
 
1053
- const _hoisted_1$g = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
1054
- const _sfc_main$2y = /* @__PURE__ */ defineComponent({
1053
+ const _hoisted_1$f = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
1054
+ const _sfc_main$2x = /* @__PURE__ */ defineComponent({
1055
1055
  __name: "ContextMenuCheckboxItem",
1056
1056
  props: {
1057
1057
  modelValue: { type: [Boolean, String] },
@@ -1078,7 +1078,7 @@ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
1078
1078
  )
1079
1079
  }), {
1080
1080
  default: withCtx(() => [
1081
- createElementVNode("span", _hoisted_1$g, [
1081
+ createElementVNode("span", _hoisted_1$f, [
1082
1082
  createVNode(unref(ContextMenuItemIndicator), null, {
1083
1083
  default: withCtx(() => [
1084
1084
  createVNode(unref(Check), { class: "size-4" })
@@ -1094,7 +1094,7 @@ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
1094
1094
  }
1095
1095
  });
1096
1096
 
1097
- const _sfc_main$2x = /* @__PURE__ */ defineComponent({
1097
+ const _sfc_main$2w = /* @__PURE__ */ defineComponent({
1098
1098
  __name: "ContextMenuContent",
1099
1099
  props: {
1100
1100
  forceMount: { type: Boolean },
@@ -1143,7 +1143,7 @@ const _sfc_main$2x = /* @__PURE__ */ defineComponent({
1143
1143
  }
1144
1144
  });
1145
1145
 
1146
- const _sfc_main$2w = /* @__PURE__ */ defineComponent({
1146
+ const _sfc_main$2v = /* @__PURE__ */ defineComponent({
1147
1147
  __name: "ContextMenuGroup",
1148
1148
  props: {
1149
1149
  asChild: { type: Boolean },
@@ -1162,7 +1162,7 @@ const _sfc_main$2w = /* @__PURE__ */ defineComponent({
1162
1162
  }
1163
1163
  });
1164
1164
 
1165
- const _sfc_main$2v = /* @__PURE__ */ defineComponent({
1165
+ const _sfc_main$2u = /* @__PURE__ */ defineComponent({
1166
1166
  __name: "ContextMenuItem",
1167
1167
  props: {
1168
1168
  disabled: { type: Boolean },
@@ -1202,7 +1202,7 @@ const _sfc_main$2v = /* @__PURE__ */ defineComponent({
1202
1202
  }
1203
1203
  });
1204
1204
 
1205
- const _sfc_main$2u = /* @__PURE__ */ defineComponent({
1205
+ const _sfc_main$2t = /* @__PURE__ */ defineComponent({
1206
1206
  __name: "ContextMenuLabel",
1207
1207
  props: {
1208
1208
  asChild: { type: Boolean },
@@ -1232,7 +1232,7 @@ const _sfc_main$2u = /* @__PURE__ */ defineComponent({
1232
1232
  }
1233
1233
  });
1234
1234
 
1235
- const _sfc_main$2t = /* @__PURE__ */ defineComponent({
1235
+ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
1236
1236
  __name: "ContextMenuRadioGroup",
1237
1237
  props: {
1238
1238
  modelValue: {},
@@ -1255,8 +1255,8 @@ const _sfc_main$2t = /* @__PURE__ */ defineComponent({
1255
1255
  }
1256
1256
  });
1257
1257
 
1258
- const _hoisted_1$f = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
1259
- const _sfc_main$2s = /* @__PURE__ */ defineComponent({
1258
+ const _hoisted_1$e = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
1259
+ const _sfc_main$2r = /* @__PURE__ */ defineComponent({
1260
1260
  __name: "ContextMenuRadioItem",
1261
1261
  props: {
1262
1262
  value: {},
@@ -1283,7 +1283,7 @@ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
1283
1283
  )
1284
1284
  }), {
1285
1285
  default: withCtx(() => [
1286
- createElementVNode("span", _hoisted_1$f, [
1286
+ createElementVNode("span", _hoisted_1$e, [
1287
1287
  createVNode(unref(ContextMenuItemIndicator), null, {
1288
1288
  default: withCtx(() => [
1289
1289
  createVNode(unref(Circle), { class: "size-2 fill-current" })
@@ -1299,7 +1299,7 @@ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
1299
1299
  }
1300
1300
  });
1301
1301
 
1302
- const _sfc_main$2r = /* @__PURE__ */ defineComponent({
1302
+ const _sfc_main$2q = /* @__PURE__ */ defineComponent({
1303
1303
  __name: "ContextMenuSeparator",
1304
1304
  props: {
1305
1305
  asChild: { type: Boolean },
@@ -1320,7 +1320,7 @@ const _sfc_main$2r = /* @__PURE__ */ defineComponent({
1320
1320
  }
1321
1321
  });
1322
1322
 
1323
- const _sfc_main$2q = /* @__PURE__ */ defineComponent({
1323
+ const _sfc_main$2p = /* @__PURE__ */ defineComponent({
1324
1324
  __name: "ContextMenuShortcut",
1325
1325
  props: {
1326
1326
  class: {}
@@ -1338,7 +1338,7 @@ const _sfc_main$2q = /* @__PURE__ */ defineComponent({
1338
1338
  }
1339
1339
  });
1340
1340
 
1341
- const _sfc_main$2p = /* @__PURE__ */ defineComponent({
1341
+ const _sfc_main$2o = /* @__PURE__ */ defineComponent({
1342
1342
  __name: "ContextMenuSub",
1343
1343
  props: {
1344
1344
  defaultOpen: { type: Boolean },
@@ -1360,7 +1360,7 @@ const _sfc_main$2p = /* @__PURE__ */ defineComponent({
1360
1360
  }
1361
1361
  });
1362
1362
 
1363
- const _sfc_main$2o = /* @__PURE__ */ defineComponent({
1363
+ const _sfc_main$2n = /* @__PURE__ */ defineComponent({
1364
1364
  __name: "ContextMenuSubContent",
1365
1365
  props: {
1366
1366
  forceMount: { type: Boolean },
@@ -1407,7 +1407,7 @@ const _sfc_main$2o = /* @__PURE__ */ defineComponent({
1407
1407
  }
1408
1408
  });
1409
1409
 
1410
- const _sfc_main$2n = /* @__PURE__ */ defineComponent({
1410
+ const _sfc_main$2m = /* @__PURE__ */ defineComponent({
1411
1411
  __name: "ContextMenuSubTrigger",
1412
1412
  props: {
1413
1413
  disabled: { type: Boolean },
@@ -1444,7 +1444,7 @@ const _sfc_main$2n = /* @__PURE__ */ defineComponent({
1444
1444
  }
1445
1445
  });
1446
1446
 
1447
- const _sfc_main$2m = /* @__PURE__ */ defineComponent({
1447
+ const _sfc_main$2l = /* @__PURE__ */ defineComponent({
1448
1448
  __name: "ContextMenuTrigger",
1449
1449
  props: {
1450
1450
  disabled: { type: Boolean },
@@ -1465,7 +1465,7 @@ const _sfc_main$2m = /* @__PURE__ */ defineComponent({
1465
1465
  }
1466
1466
  });
1467
1467
 
1468
- const _sfc_main$2l = /* @__PURE__ */ defineComponent({
1468
+ const _sfc_main$2k = /* @__PURE__ */ defineComponent({
1469
1469
  __name: "Dialog",
1470
1470
  props: {
1471
1471
  open: { type: Boolean },
@@ -1488,7 +1488,7 @@ const _sfc_main$2l = /* @__PURE__ */ defineComponent({
1488
1488
  }
1489
1489
  });
1490
1490
 
1491
- const _sfc_main$2k = /* @__PURE__ */ defineComponent({
1491
+ const _sfc_main$2j = /* @__PURE__ */ defineComponent({
1492
1492
  __name: "DialogClose",
1493
1493
  props: {
1494
1494
  asChild: { type: Boolean },
@@ -1507,7 +1507,7 @@ const _sfc_main$2k = /* @__PURE__ */ defineComponent({
1507
1507
  }
1508
1508
  });
1509
1509
 
1510
- const _sfc_main$2j = /* @__PURE__ */ defineComponent({
1510
+ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
1511
1511
  __name: "DialogOverlay",
1512
1512
  props: {
1513
1513
  forceMount: { type: Boolean },
@@ -1537,7 +1537,7 @@ const _sfc_main$2j = /* @__PURE__ */ defineComponent({
1537
1537
  }
1538
1538
  });
1539
1539
 
1540
- const _sfc_main$2i = /* @__PURE__ */ defineComponent({
1540
+ const _sfc_main$2h = /* @__PURE__ */ defineComponent({
1541
1541
  __name: "DialogContent",
1542
1542
  props: {
1543
1543
  forceMount: { type: Boolean },
@@ -1559,7 +1559,7 @@ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
1559
1559
  return (_ctx, _cache) => {
1560
1560
  return openBlock(), createBlock(unref(DialogPortal), null, {
1561
1561
  default: withCtx(() => [
1562
- createVNode(_sfc_main$2j),
1562
+ createVNode(_sfc_main$2i),
1563
1563
  createVNode(unref(DialogContent), mergeProps({ "data-slot": "dialog-content" }, unref(forwarded), {
1564
1564
  class: unref(cn)(
1565
1565
  "bg-background data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-6 shadow-lg duration-200 sm:max-w-lg",
@@ -1585,7 +1585,7 @@ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
1585
1585
  }
1586
1586
  });
1587
1587
 
1588
- const _sfc_main$2h = /* @__PURE__ */ defineComponent({
1588
+ const _sfc_main$2g = /* @__PURE__ */ defineComponent({
1589
1589
  __name: "DialogDescription",
1590
1590
  props: {
1591
1591
  asChild: { type: Boolean },
@@ -1612,7 +1612,7 @@ const _sfc_main$2h = /* @__PURE__ */ defineComponent({
1612
1612
  }
1613
1613
  });
1614
1614
 
1615
- const _sfc_main$2g = /* @__PURE__ */ defineComponent({
1615
+ const _sfc_main$2f = /* @__PURE__ */ defineComponent({
1616
1616
  __name: "DialogFooter",
1617
1617
  props: {
1618
1618
  class: {}
@@ -1630,7 +1630,7 @@ const _sfc_main$2g = /* @__PURE__ */ defineComponent({
1630
1630
  }
1631
1631
  });
1632
1632
 
1633
- const _sfc_main$2f = /* @__PURE__ */ defineComponent({
1633
+ const _sfc_main$2e = /* @__PURE__ */ defineComponent({
1634
1634
  __name: "DialogHeader",
1635
1635
  props: {
1636
1636
  class: {}
@@ -1648,7 +1648,7 @@ const _sfc_main$2f = /* @__PURE__ */ defineComponent({
1648
1648
  }
1649
1649
  });
1650
1650
 
1651
- const _sfc_main$2e = /* @__PURE__ */ defineComponent({
1651
+ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
1652
1652
  __name: "DialogScrollContent",
1653
1653
  props: {
1654
1654
  forceMount: { type: Boolean },
@@ -1708,7 +1708,7 @@ const _sfc_main$2e = /* @__PURE__ */ defineComponent({
1708
1708
  }
1709
1709
  });
1710
1710
 
1711
- const _sfc_main$2d = /* @__PURE__ */ defineComponent({
1711
+ const _sfc_main$2c = /* @__PURE__ */ defineComponent({
1712
1712
  __name: "DialogTitle",
1713
1713
  props: {
1714
1714
  asChild: { type: Boolean },
@@ -1735,7 +1735,7 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
1735
1735
  }
1736
1736
  });
1737
1737
 
1738
- const _sfc_main$2c = /* @__PURE__ */ defineComponent({
1738
+ const _sfc_main$2b = /* @__PURE__ */ defineComponent({
1739
1739
  __name: "DialogTrigger",
1740
1740
  props: {
1741
1741
  asChild: { type: Boolean },
@@ -1754,7 +1754,7 @@ const _sfc_main$2c = /* @__PURE__ */ defineComponent({
1754
1754
  }
1755
1755
  });
1756
1756
 
1757
- const _sfc_main$2b = /* @__PURE__ */ defineComponent({
1757
+ const _sfc_main$2a = /* @__PURE__ */ defineComponent({
1758
1758
  __name: "DropdownMenu",
1759
1759
  props: {
1760
1760
  defaultOpen: { type: Boolean },
@@ -1778,8 +1778,8 @@ const _sfc_main$2b = /* @__PURE__ */ defineComponent({
1778
1778
  }
1779
1779
  });
1780
1780
 
1781
- const _hoisted_1$e = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
1782
- const _sfc_main$2a = /* @__PURE__ */ defineComponent({
1781
+ const _hoisted_1$d = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
1782
+ const _sfc_main$29 = /* @__PURE__ */ defineComponent({
1783
1783
  __name: "DropdownMenuCheckboxItem",
1784
1784
  props: {
1785
1785
  modelValue: { type: [Boolean, String] },
@@ -1806,7 +1806,7 @@ const _sfc_main$2a = /* @__PURE__ */ defineComponent({
1806
1806
  )
1807
1807
  }), {
1808
1808
  default: withCtx(() => [
1809
- createElementVNode("span", _hoisted_1$e, [
1809
+ createElementVNode("span", _hoisted_1$d, [
1810
1810
  createVNode(unref(DropdownMenuItemIndicator), null, {
1811
1811
  default: withCtx(() => [
1812
1812
  createVNode(unref(Check), { class: "size-4" })
@@ -1822,7 +1822,7 @@ const _sfc_main$2a = /* @__PURE__ */ defineComponent({
1822
1822
  }
1823
1823
  });
1824
1824
 
1825
- const _sfc_main$29 = /* @__PURE__ */ defineComponent({
1825
+ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
1826
1826
  __name: "DropdownMenuContent",
1827
1827
  props: {
1828
1828
  forceMount: { type: Boolean },
@@ -1876,7 +1876,7 @@ const _sfc_main$29 = /* @__PURE__ */ defineComponent({
1876
1876
  }
1877
1877
  });
1878
1878
 
1879
- const _sfc_main$28 = /* @__PURE__ */ defineComponent({
1879
+ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
1880
1880
  __name: "DropdownMenuGroup",
1881
1881
  props: {
1882
1882
  asChild: { type: Boolean },
@@ -1895,7 +1895,7 @@ const _sfc_main$28 = /* @__PURE__ */ defineComponent({
1895
1895
  }
1896
1896
  });
1897
1897
 
1898
- const _sfc_main$27 = /* @__PURE__ */ defineComponent({
1898
+ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
1899
1899
  __name: "DropdownMenuItem",
1900
1900
  props: {
1901
1901
  disabled: { type: Boolean },
@@ -1930,7 +1930,7 @@ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
1930
1930
  }
1931
1931
  });
1932
1932
 
1933
- const _sfc_main$26 = /* @__PURE__ */ defineComponent({
1933
+ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
1934
1934
  __name: "DropdownMenuLabel",
1935
1935
  props: {
1936
1936
  asChild: { type: Boolean },
@@ -1958,7 +1958,7 @@ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
1958
1958
  }
1959
1959
  });
1960
1960
 
1961
- const _sfc_main$25 = /* @__PURE__ */ defineComponent({
1961
+ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
1962
1962
  __name: "DropdownMenuRadioGroup",
1963
1963
  props: {
1964
1964
  modelValue: {},
@@ -1981,8 +1981,8 @@ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
1981
1981
  }
1982
1982
  });
1983
1983
 
1984
- const _hoisted_1$d = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
1985
- const _sfc_main$24 = /* @__PURE__ */ defineComponent({
1984
+ const _hoisted_1$c = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
1985
+ const _sfc_main$23 = /* @__PURE__ */ defineComponent({
1986
1986
  __name: "DropdownMenuRadioItem",
1987
1987
  props: {
1988
1988
  value: {},
@@ -2009,7 +2009,7 @@ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
2009
2009
  )
2010
2010
  }), {
2011
2011
  default: withCtx(() => [
2012
- createElementVNode("span", _hoisted_1$d, [
2012
+ createElementVNode("span", _hoisted_1$c, [
2013
2013
  createVNode(unref(DropdownMenuItemIndicator), null, {
2014
2014
  default: withCtx(() => [
2015
2015
  createVNode(unref(Circle), { class: "size-2 fill-current" })
@@ -2025,7 +2025,7 @@ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
2025
2025
  }
2026
2026
  });
2027
2027
 
2028
- const _sfc_main$23 = /* @__PURE__ */ defineComponent({
2028
+ const _sfc_main$22 = /* @__PURE__ */ defineComponent({
2029
2029
  __name: "DropdownMenuSeparator",
2030
2030
  props: {
2031
2031
  asChild: { type: Boolean },
@@ -2046,7 +2046,7 @@ const _sfc_main$23 = /* @__PURE__ */ defineComponent({
2046
2046
  }
2047
2047
  });
2048
2048
 
2049
- const _sfc_main$22 = /* @__PURE__ */ defineComponent({
2049
+ const _sfc_main$21 = /* @__PURE__ */ defineComponent({
2050
2050
  __name: "DropdownMenuShortcut",
2051
2051
  props: {
2052
2052
  class: {}
@@ -2064,7 +2064,7 @@ const _sfc_main$22 = /* @__PURE__ */ defineComponent({
2064
2064
  }
2065
2065
  });
2066
2066
 
2067
- const _sfc_main$21 = /* @__PURE__ */ defineComponent({
2067
+ const _sfc_main$20 = /* @__PURE__ */ defineComponent({
2068
2068
  __name: "DropdownMenuSub",
2069
2069
  props: {
2070
2070
  defaultOpen: { type: Boolean },
@@ -2086,7 +2086,7 @@ const _sfc_main$21 = /* @__PURE__ */ defineComponent({
2086
2086
  }
2087
2087
  });
2088
2088
 
2089
- const _sfc_main$20 = /* @__PURE__ */ defineComponent({
2089
+ const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
2090
2090
  __name: "DropdownMenuSubContent",
2091
2091
  props: {
2092
2092
  forceMount: { type: Boolean },
@@ -2133,7 +2133,7 @@ const _sfc_main$20 = /* @__PURE__ */ defineComponent({
2133
2133
  }
2134
2134
  });
2135
2135
 
2136
- const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
2136
+ const _sfc_main$1_ = /* @__PURE__ */ defineComponent({
2137
2137
  __name: "DropdownMenuSubTrigger",
2138
2138
  props: {
2139
2139
  disabled: { type: Boolean },
@@ -2164,7 +2164,7 @@ const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
2164
2164
  }
2165
2165
  });
2166
2166
 
2167
- const _sfc_main$1_ = /* @__PURE__ */ defineComponent({
2167
+ const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
2168
2168
  __name: "DropdownMenuTrigger",
2169
2169
  props: {
2170
2170
  disabled: { type: Boolean },
@@ -2185,7 +2185,7 @@ const _sfc_main$1_ = /* @__PURE__ */ defineComponent({
2185
2185
  }
2186
2186
  });
2187
2187
 
2188
- const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
2188
+ const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
2189
2189
  __name: "HoverCard",
2190
2190
  props: {
2191
2191
  defaultOpen: { type: Boolean },
@@ -2209,7 +2209,7 @@ const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
2209
2209
  }
2210
2210
  });
2211
2211
 
2212
- const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
2212
+ const _sfc_main$1X = /* @__PURE__ */ defineComponent({
2213
2213
  __name: "HoverCardContent",
2214
2214
  props: {
2215
2215
  forceMount: { type: Boolean },
@@ -2260,7 +2260,7 @@ const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
2260
2260
  }
2261
2261
  });
2262
2262
 
2263
- const _sfc_main$1X = /* @__PURE__ */ defineComponent({
2263
+ const _sfc_main$1W = /* @__PURE__ */ defineComponent({
2264
2264
  __name: "HoverCardTrigger",
2265
2265
  props: {
2266
2266
  reference: {},
@@ -2280,19 +2280,19 @@ const _sfc_main$1X = /* @__PURE__ */ defineComponent({
2280
2280
  }
2281
2281
  });
2282
2282
 
2283
- const _sfc_main$1W = /* @__PURE__ */ defineComponent({
2283
+ const _sfc_main$1V = /* @__PURE__ */ defineComponent({
2284
2284
  __name: "HoverCard",
2285
2285
  setup(__props) {
2286
2286
  return (_ctx, _cache) => {
2287
- return openBlock(), createBlock(unref(_sfc_main$1Z), null, {
2287
+ return openBlock(), createBlock(unref(_sfc_main$1Y), null, {
2288
2288
  default: withCtx(() => [
2289
- createVNode(unref(_sfc_main$1X), null, {
2289
+ createVNode(unref(_sfc_main$1W), null, {
2290
2290
  default: withCtx(() => [
2291
2291
  renderSlot(_ctx.$slots, "trigger")
2292
2292
  ]),
2293
2293
  _: 3
2294
2294
  }),
2295
- createVNode(unref(_sfc_main$1Y), null, {
2295
+ createVNode(unref(_sfc_main$1X), null, {
2296
2296
  default: withCtx(() => [
2297
2297
  renderSlot(_ctx.$slots, "default")
2298
2298
  ]),
@@ -2305,7 +2305,7 @@ const _sfc_main$1W = /* @__PURE__ */ defineComponent({
2305
2305
  }
2306
2306
  });
2307
2307
 
2308
- const _sfc_main$1V = /* @__PURE__ */ defineComponent({
2308
+ const _sfc_main$1U = /* @__PURE__ */ defineComponent({
2309
2309
  __name: "Input",
2310
2310
  props: {
2311
2311
  defaultValue: {},
@@ -2339,8 +2339,8 @@ const _sfc_main$1V = /* @__PURE__ */ defineComponent({
2339
2339
  }
2340
2340
  });
2341
2341
 
2342
- const _hoisted_1$c = { class: "w-full" };
2343
- const _sfc_main$1U = /* @__PURE__ */ defineComponent({
2342
+ const _hoisted_1$b = { class: "w-full" };
2343
+ const _sfc_main$1T = /* @__PURE__ */ defineComponent({
2344
2344
  ...{
2345
2345
  inheritAttrs: false
2346
2346
  },
@@ -2378,7 +2378,7 @@ const _sfc_main$1U = /* @__PURE__ */ defineComponent({
2378
2378
  return openBlock(), createElementBlock(Fragment, null, [
2379
2379
  createVNode(unref(DefineTemplate), null, {
2380
2380
  default: withCtx(() => [
2381
- createVNode(unref(_sfc_main$1V), mergeProps(_ctx.$attrs, {
2381
+ createVNode(unref(_sfc_main$1U), mergeProps(_ctx.$attrs, {
2382
2382
  modelValue: value.value,
2383
2383
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => value.value = $event),
2384
2384
  modelModifiers: { trim: true },
@@ -2400,12 +2400,12 @@ const _sfc_main$1U = /* @__PURE__ */ defineComponent({
2400
2400
  ]),
2401
2401
  _: 1
2402
2402
  }),
2403
- _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2M), {
2403
+ _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2L), {
2404
2404
  key: 0,
2405
2405
  class: normalizeClass(unref(cn)("flex w-full flex-col gap-2 font-normal", _ctx.labelClass))
2406
2406
  }, {
2407
2407
  default: withCtx(() => [
2408
- createElementVNode("span", _hoisted_1$c, toDisplayString(_ctx.label), 1),
2408
+ createElementVNode("span", _hoisted_1$b, toDisplayString(_ctx.label), 1),
2409
2409
  createVNode(unref(ReuseTemplate))
2410
2410
  ]),
2411
2411
  _: 1
@@ -2415,7 +2415,7 @@ const _sfc_main$1U = /* @__PURE__ */ defineComponent({
2415
2415
  }
2416
2416
  });
2417
2417
 
2418
- const _sfc_main$1T = /* @__PURE__ */ defineComponent({
2418
+ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
2419
2419
  __name: "NumberField",
2420
2420
  props: {
2421
2421
  defaultValue: {},
@@ -2457,7 +2457,7 @@ const _sfc_main$1T = /* @__PURE__ */ defineComponent({
2457
2457
  }
2458
2458
  });
2459
2459
 
2460
- const _sfc_main$1S = /* @__PURE__ */ defineComponent({
2460
+ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
2461
2461
  __name: "NumberFieldContent",
2462
2462
  props: {
2463
2463
  class: {}
@@ -2479,7 +2479,7 @@ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
2479
2479
  }
2480
2480
  });
2481
2481
 
2482
- const _sfc_main$1R = /* @__PURE__ */ defineComponent({
2482
+ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
2483
2483
  __name: "NumberFieldDecrement",
2484
2484
  props: {
2485
2485
  disabled: { type: Boolean },
@@ -2512,7 +2512,7 @@ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
2512
2512
  }
2513
2513
  });
2514
2514
 
2515
- const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
2515
+ const _sfc_main$1P = /* @__PURE__ */ defineComponent({
2516
2516
  __name: "NumberFieldIncrement",
2517
2517
  props: {
2518
2518
  disabled: { type: Boolean },
@@ -2545,7 +2545,7 @@ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
2545
2545
  }
2546
2546
  });
2547
2547
 
2548
- const _sfc_main$1P = /* @__PURE__ */ defineComponent({
2548
+ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
2549
2549
  __name: "NumberFieldInput",
2550
2550
  props: {
2551
2551
  class: {}
@@ -2566,8 +2566,8 @@ const _sfc_main$1P = /* @__PURE__ */ defineComponent({
2566
2566
  }
2567
2567
  });
2568
2568
 
2569
- const _hoisted_1$b = { class: "w-full" };
2570
- const _sfc_main$1O = /* @__PURE__ */ defineComponent({
2569
+ const _hoisted_1$a = { class: "w-full" };
2570
+ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2571
2571
  ...{
2572
2572
  inheritAttrs: false
2573
2573
  },
@@ -2603,7 +2603,7 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
2603
2603
  return openBlock(), createElementBlock(Fragment, null, [
2604
2604
  createVNode(unref(DefineTemplate), null, {
2605
2605
  default: withCtx(() => [
2606
- createVNode(unref(_sfc_main$1T), mergeProps(_ctx.$attrs, {
2606
+ createVNode(unref(_sfc_main$1S), mergeProps(_ctx.$attrs, {
2607
2607
  modelValue: value.value,
2608
2608
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => value.value = $event),
2609
2609
  "default-value": _ctx.defaultValue,
@@ -2618,13 +2618,13 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
2618
2618
  class: unref(cn)("w-full", props.class)
2619
2619
  }), {
2620
2620
  default: withCtx(() => [
2621
- createVNode(unref(_sfc_main$1S), null, {
2621
+ createVNode(unref(_sfc_main$1R), null, {
2622
2622
  default: withCtx(() => [
2623
- createVNode(unref(_sfc_main$1R), {
2623
+ createVNode(unref(_sfc_main$1Q), {
2624
2624
  disabled: _ctx.disabled || _ctx.disableDecrement
2625
2625
  }, null, 8, ["disabled"]),
2626
- createVNode(unref(_sfc_main$1P)),
2627
- createVNode(unref(_sfc_main$1Q), {
2626
+ createVNode(unref(_sfc_main$1O)),
2627
+ createVNode(unref(_sfc_main$1P), {
2628
2628
  disabled: _ctx.disabled || _ctx.disableIncrement
2629
2629
  }, null, 8, ["disabled"])
2630
2630
  ]),
@@ -2636,12 +2636,12 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
2636
2636
  ]),
2637
2637
  _: 1
2638
2638
  }),
2639
- _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2M), {
2639
+ _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2L), {
2640
2640
  key: 0,
2641
2641
  class: normalizeClass(unref(cn)("flex w-full flex-col gap-2 font-normal", _ctx.labelClass))
2642
2642
  }, {
2643
2643
  default: withCtx(() => [
2644
- createElementVNode("span", _hoisted_1$b, toDisplayString(_ctx.label), 1),
2644
+ createElementVNode("span", _hoisted_1$a, toDisplayString(_ctx.label), 1),
2645
2645
  createVNode(unref(ReuseTemplate))
2646
2646
  ]),
2647
2647
  _: 1
@@ -2651,7 +2651,7 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
2651
2651
  }
2652
2652
  });
2653
2653
 
2654
- const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2654
+ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2655
2655
  ...{
2656
2656
  inheritAttrs: false
2657
2657
  },
@@ -2659,6 +2659,7 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2659
2659
  props: /* @__PURE__ */ mergeModels({
2660
2660
  autocomplete: {},
2661
2661
  autofocus: {},
2662
+ class: {},
2662
2663
  disabled: {},
2663
2664
  label: {},
2664
2665
  labelClass: {},
@@ -2677,9 +2678,10 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2677
2678
  }),
2678
2679
  emits: ["update:modelValue"],
2679
2680
  setup(__props) {
2681
+ const props = __props;
2680
2682
  const value = useModel(__props, "modelValue");
2681
2683
  return (_ctx, _cache) => {
2682
- return openBlock(), createBlock(unref(_sfc_main$1U), {
2684
+ return openBlock(), createBlock(unref(_sfc_main$1T), {
2683
2685
  modelValue: value.value,
2684
2686
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => value.value = $event),
2685
2687
  type: "text",
@@ -2696,14 +2698,15 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2696
2698
  required: _ctx.required,
2697
2699
  size: _ctx.size,
2698
2700
  spellcheck: _ctx.spellcheck,
2699
- style: normalizeStyle(_ctx.style)
2700
- }, null, 8, ["modelValue", "autocomplete", "autofocus", "disabled", "label", "label-class", "max", "min", "on-blur", "placeholder", "readonly", "required", "size", "spellcheck", "style"]);
2701
+ style: normalizeStyle(_ctx.style),
2702
+ class: normalizeClass(props.class)
2703
+ }, null, 8, ["modelValue", "autocomplete", "autofocus", "disabled", "label", "label-class", "max", "min", "on-blur", "placeholder", "readonly", "required", "size", "spellcheck", "style", "class"]);
2701
2704
  };
2702
2705
  }
2703
2706
  });
2704
2707
 
2705
- const _hoisted_1$a = { key: 0 };
2706
- const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2708
+ const _hoisted_1$9 = { key: 0 };
2709
+ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
2707
2710
  __name: "Link",
2708
2711
  props: {
2709
2712
  label: {},
@@ -2715,7 +2718,7 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2715
2718
  to: { name: _ctx.to }
2716
2719
  }, {
2717
2720
  default: withCtx(() => [
2718
- _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$a, toDisplayString(_ctx.label), 1)) : renderSlot(_ctx.$slots, "default", { key: 1 })
2721
+ _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$9, toDisplayString(_ctx.label), 1)) : renderSlot(_ctx.$slots, "default", { key: 1 })
2719
2722
  ]),
2720
2723
  _: 3
2721
2724
  }, 8, ["to"]);
@@ -2723,7 +2726,7 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2723
2726
  }
2724
2727
  });
2725
2728
 
2726
- const _sfc_main$1L = /* @__PURE__ */ defineComponent({
2729
+ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
2727
2730
  __name: "Menubar",
2728
2731
  props: {
2729
2732
  modelValue: {},
@@ -2754,8 +2757,8 @@ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
2754
2757
  }
2755
2758
  });
2756
2759
 
2757
- const _hoisted_1$9 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2758
- const _sfc_main$1K = /* @__PURE__ */ defineComponent({
2760
+ const _hoisted_1$8 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2761
+ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
2759
2762
  __name: "MenubarCheckboxItem",
2760
2763
  props: {
2761
2764
  modelValue: { type: [Boolean, String] },
@@ -2782,7 +2785,7 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
2782
2785
  )
2783
2786
  }), {
2784
2787
  default: withCtx(() => [
2785
- createElementVNode("span", _hoisted_1$9, [
2788
+ createElementVNode("span", _hoisted_1$8, [
2786
2789
  createVNode(unref(MenubarItemIndicator), null, {
2787
2790
  default: withCtx(() => [
2788
2791
  createVNode(unref(Check), { class: "size-4" })
@@ -2798,7 +2801,7 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
2798
2801
  }
2799
2802
  });
2800
2803
 
2801
- const _sfc_main$1J = /* @__PURE__ */ defineComponent({
2804
+ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
2802
2805
  __name: "MenubarContent",
2803
2806
  props: {
2804
2807
  forceMount: { type: Boolean },
@@ -2850,7 +2853,7 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
2850
2853
  }
2851
2854
  });
2852
2855
 
2853
- const _sfc_main$1I = /* @__PURE__ */ defineComponent({
2856
+ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
2854
2857
  __name: "MenubarGroup",
2855
2858
  props: {
2856
2859
  asChild: { type: Boolean },
@@ -2869,7 +2872,7 @@ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
2869
2872
  }
2870
2873
  });
2871
2874
 
2872
- const _sfc_main$1H = /* @__PURE__ */ defineComponent({
2875
+ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
2873
2876
  __name: "MenubarItem",
2874
2877
  props: {
2875
2878
  disabled: { type: Boolean },
@@ -2906,7 +2909,7 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
2906
2909
  }
2907
2910
  });
2908
2911
 
2909
- const _sfc_main$1G = /* @__PURE__ */ defineComponent({
2912
+ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
2910
2913
  __name: "MenubarLabel",
2911
2914
  props: {
2912
2915
  asChild: { type: Boolean },
@@ -2932,7 +2935,7 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
2932
2935
  }
2933
2936
  });
2934
2937
 
2935
- const _sfc_main$1F = /* @__PURE__ */ defineComponent({
2938
+ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
2936
2939
  __name: "MenubarMenu",
2937
2940
  props: {
2938
2941
  value: {}
@@ -2950,7 +2953,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
2950
2953
  }
2951
2954
  });
2952
2955
 
2953
- const _sfc_main$1E = /* @__PURE__ */ defineComponent({
2956
+ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
2954
2957
  __name: "MenubarRadioGroup",
2955
2958
  props: {
2956
2959
  modelValue: {},
@@ -2973,8 +2976,8 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
2973
2976
  }
2974
2977
  });
2975
2978
 
2976
- const _hoisted_1$8 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2977
- const _sfc_main$1D = /* @__PURE__ */ defineComponent({
2979
+ const _hoisted_1$7 = { class: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center" };
2980
+ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
2978
2981
  __name: "MenubarRadioItem",
2979
2982
  props: {
2980
2983
  value: {},
@@ -3001,7 +3004,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
3001
3004
  )
3002
3005
  }), {
3003
3006
  default: withCtx(() => [
3004
- createElementVNode("span", _hoisted_1$8, [
3007
+ createElementVNode("span", _hoisted_1$7, [
3005
3008
  createVNode(unref(MenubarItemIndicator), null, {
3006
3009
  default: withCtx(() => [
3007
3010
  createVNode(unref(Circle), { class: "size-2 fill-current" })
@@ -3017,7 +3020,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
3017
3020
  }
3018
3021
  });
3019
3022
 
3020
- const _sfc_main$1C = /* @__PURE__ */ defineComponent({
3023
+ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
3021
3024
  __name: "MenubarSeparator",
3022
3025
  props: {
3023
3026
  asChild: { type: Boolean },
@@ -3040,7 +3043,7 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
3040
3043
  }
3041
3044
  });
3042
3045
 
3043
- const _sfc_main$1B = /* @__PURE__ */ defineComponent({
3046
+ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
3044
3047
  __name: "MenubarShortcut",
3045
3048
  props: {
3046
3049
  class: {}
@@ -3058,7 +3061,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
3058
3061
  }
3059
3062
  });
3060
3063
 
3061
- const _sfc_main$1A = /* @__PURE__ */ defineComponent({
3064
+ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
3062
3065
  __name: "MenubarSub",
3063
3066
  props: {
3064
3067
  defaultOpen: { type: Boolean },
@@ -3080,7 +3083,7 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
3080
3083
  }
3081
3084
  });
3082
3085
 
3083
- const _sfc_main$1z = /* @__PURE__ */ defineComponent({
3086
+ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
3084
3087
  __name: "MenubarSubContent",
3085
3088
  props: {
3086
3089
  forceMount: { type: Boolean },
@@ -3132,7 +3135,7 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
3132
3135
  }
3133
3136
  });
3134
3137
 
3135
- const _sfc_main$1y = /* @__PURE__ */ defineComponent({
3138
+ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
3136
3139
  __name: "MenubarSubTrigger",
3137
3140
  props: {
3138
3141
  disabled: { type: Boolean },
@@ -3166,7 +3169,7 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
3166
3169
  }
3167
3170
  });
3168
3171
 
3169
- const _sfc_main$1x = /* @__PURE__ */ defineComponent({
3172
+ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
3170
3173
  __name: "MenubarTrigger",
3171
3174
  props: {
3172
3175
  disabled: { type: Boolean },
@@ -3197,7 +3200,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
3197
3200
  }
3198
3201
  });
3199
3202
 
3200
- const _sfc_main$1w = /* @__PURE__ */ defineComponent({
3203
+ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
3201
3204
  __name: "Pagination",
3202
3205
  props: {
3203
3206
  page: {},
@@ -3230,7 +3233,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
3230
3233
  }
3231
3234
  });
3232
3235
 
3233
- const _sfc_main$1v = /* @__PURE__ */ defineComponent({
3236
+ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
3234
3237
  __name: "PaginationContent",
3235
3238
  props: {
3236
3239
  asChild: { type: Boolean },
@@ -3256,7 +3259,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
3256
3259
  }
3257
3260
  });
3258
3261
 
3259
- const _sfc_main$1u = /* @__PURE__ */ defineComponent({
3262
+ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
3260
3263
  __name: "PaginationEllipsis",
3261
3264
  props: {
3262
3265
  asChild: { type: Boolean },
@@ -3285,7 +3288,7 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
3285
3288
  }
3286
3289
  });
3287
3290
 
3288
- const _sfc_main$1t = /* @__PURE__ */ defineComponent({
3291
+ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
3289
3292
  __name: "PaginationFirst",
3290
3293
  props: {
3291
3294
  asChild: { type: Boolean },
@@ -3314,7 +3317,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
3314
3317
  }
3315
3318
  });
3316
3319
 
3317
- const _sfc_main$1s = /* @__PURE__ */ defineComponent({
3320
+ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
3318
3321
  __name: "PaginationItem",
3319
3322
  props: {
3320
3323
  value: {},
@@ -3346,7 +3349,7 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
3346
3349
  }
3347
3350
  });
3348
3351
 
3349
- const _sfc_main$1r = /* @__PURE__ */ defineComponent({
3352
+ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
3350
3353
  __name: "PaginationLast",
3351
3354
  props: {
3352
3355
  asChild: { type: Boolean },
@@ -3375,7 +3378,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
3375
3378
  }
3376
3379
  });
3377
3380
 
3378
- const _sfc_main$1q = /* @__PURE__ */ defineComponent({
3381
+ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
3379
3382
  __name: "PaginationNext",
3380
3383
  props: {
3381
3384
  asChild: { type: Boolean },
@@ -3404,7 +3407,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
3404
3407
  }
3405
3408
  });
3406
3409
 
3407
- const _sfc_main$1p = /* @__PURE__ */ defineComponent({
3410
+ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
3408
3411
  __name: "PaginationPrevious",
3409
3412
  props: {
3410
3413
  asChild: { type: Boolean },
@@ -3433,7 +3436,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
3433
3436
  }
3434
3437
  });
3435
3438
 
3436
- const _sfc_main$1o = /* @__PURE__ */ defineComponent({
3439
+ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
3437
3440
  __name: "Popover",
3438
3441
  props: {
3439
3442
  defaultOpen: { type: Boolean },
@@ -3456,7 +3459,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
3456
3459
  }
3457
3460
  });
3458
3461
 
3459
- const _sfc_main$1n = /* @__PURE__ */ defineComponent({
3462
+ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
3460
3463
  ...{
3461
3464
  inheritAttrs: false
3462
3465
  },
@@ -3513,7 +3516,7 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
3513
3516
  }
3514
3517
  });
3515
3518
 
3516
- const _sfc_main$1m = /* @__PURE__ */ defineComponent({
3519
+ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
3517
3520
  __name: "PopoverTrigger",
3518
3521
  props: {
3519
3522
  asChild: { type: Boolean },
@@ -3532,7 +3535,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
3532
3535
  }
3533
3536
  });
3534
3537
 
3535
- const _sfc_main$1l = /* @__PURE__ */ defineComponent({
3538
+ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
3536
3539
  __name: "Popover",
3537
3540
  props: /* @__PURE__ */ mergeModels({
3538
3541
  contentClass: {},
@@ -3557,18 +3560,18 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
3557
3560
  }
3558
3561
  __expose({ close, open });
3559
3562
  return (_ctx, _cache) => {
3560
- return openBlock(), createBlock(unref(_sfc_main$1o), {
3563
+ return openBlock(), createBlock(unref(_sfc_main$1n), {
3561
3564
  open: isOpen.value,
3562
3565
  "onUpdate:open": _cache[0] || (_cache[0] = ($event) => isOpen.value = $event)
3563
3566
  }, {
3564
3567
  default: withCtx(() => [
3565
- createVNode(unref(_sfc_main$1m), { "as-child": "" }, {
3568
+ createVNode(unref(_sfc_main$1l), { "as-child": "" }, {
3566
3569
  default: withCtx(() => [
3567
3570
  renderSlot(_ctx.$slots, "trigger")
3568
3571
  ]),
3569
3572
  _: 3
3570
3573
  }),
3571
- createVNode(unref(_sfc_main$1n), {
3574
+ createVNode(unref(_sfc_main$1m), {
3572
3575
  ref: "contentEl",
3573
3576
  class: normalizeClass(_ctx.contentClass)
3574
3577
  }, {
@@ -3584,7 +3587,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
3584
3587
  }
3585
3588
  });
3586
3589
 
3587
- const _sfc_main$1k = /* @__PURE__ */ defineComponent({
3590
+ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
3588
3591
  __name: "Progress",
3589
3592
  props: {
3590
3593
  modelValue: { default: 0 },
@@ -3617,7 +3620,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
3617
3620
  }
3618
3621
  });
3619
3622
 
3620
- const _sfc_main$1j = /* @__PURE__ */ defineComponent({
3623
+ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
3621
3624
  __name: "RadioGroup",
3622
3625
  props: {
3623
3626
  modelValue: {},
@@ -3655,7 +3658,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
3655
3658
  }
3656
3659
  });
3657
3660
 
3658
- const _sfc_main$1i = /* @__PURE__ */ defineComponent({
3661
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
3659
3662
  __name: "RadioGroupItem",
3660
3663
  props: {
3661
3664
  id: {},
@@ -3698,11 +3701,11 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
3698
3701
  }
3699
3702
  });
3700
3703
 
3701
- const _hoisted_1$7 = {
3704
+ const _hoisted_1$6 = {
3702
3705
  key: 0,
3703
3706
  class: "bg-border z-10 flex h-4 w-3 items-center justify-center rounded-xs border"
3704
3707
  };
3705
- const _sfc_main$1h = /* @__PURE__ */ defineComponent({
3708
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
3706
3709
  __name: "ResizableHandle",
3707
3710
  props: {
3708
3711
  id: {},
@@ -3728,7 +3731,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
3728
3731
  )
3729
3732
  }), {
3730
3733
  default: withCtx(() => [
3731
- props.withHandle ? (openBlock(), createElementBlock("div", _hoisted_1$7, [
3734
+ props.withHandle ? (openBlock(), createElementBlock("div", _hoisted_1$6, [
3732
3735
  createVNode(unref(GripVertical), { class: "size-2.5" })
3733
3736
  ])) : createCommentVNode("", true)
3734
3737
  ]),
@@ -3738,7 +3741,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
3738
3741
  }
3739
3742
  });
3740
3743
 
3741
- const _sfc_main$1g = /* @__PURE__ */ defineComponent({
3744
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
3742
3745
  __name: "ResizablePanel",
3743
3746
  props: {
3744
3747
  collapsedSize: {},
@@ -3767,7 +3770,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
3767
3770
  }
3768
3771
  });
3769
3772
 
3770
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
3773
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
3771
3774
  __name: "ResizablePanelGroup",
3772
3775
  props: {
3773
3776
  id: {},
@@ -3801,7 +3804,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
3801
3804
  }
3802
3805
  });
3803
3806
 
3804
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
3807
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
3805
3808
  __name: "Select",
3806
3809
  props: {
3807
3810
  open: { type: Boolean },
@@ -3832,7 +3835,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
3832
3835
  }
3833
3836
  });
3834
3837
 
3835
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
3838
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
3836
3839
  ...{
3837
3840
  inheritAttrs: false
3838
3841
  },
@@ -3880,7 +3883,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
3880
3883
  )
3881
3884
  }), {
3882
3885
  default: withCtx(() => [
3883
- createVNode(unref(_sfc_main$17)),
3886
+ createVNode(unref(_sfc_main$16)),
3884
3887
  createVNode(unref(SelectViewport), {
3885
3888
  class: normalizeClass(
3886
3889
  unref(cn)(
@@ -3894,7 +3897,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
3894
3897
  ]),
3895
3898
  _: 3
3896
3899
  }, 8, ["class"]),
3897
- createVNode(unref(_sfc_main$18))
3900
+ createVNode(unref(_sfc_main$17))
3898
3901
  ]),
3899
3902
  _: 3
3900
3903
  }, 16, ["class"])
@@ -3905,7 +3908,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
3905
3908
  }
3906
3909
  });
3907
3910
 
3908
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
3911
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
3909
3912
  __name: "SelectGroup",
3910
3913
  props: {
3911
3914
  asChild: { type: Boolean },
@@ -3924,8 +3927,8 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
3924
3927
  }
3925
3928
  });
3926
3929
 
3927
- const _hoisted_1$6 = { class: "absolute right-2 flex size-3.5 items-center justify-center" };
3928
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
3930
+ const _hoisted_1$5 = { class: "absolute right-2 flex size-3.5 items-center justify-center" };
3931
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
3929
3932
  __name: "SelectItem",
3930
3933
  props: {
3931
3934
  value: {},
@@ -3950,7 +3953,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
3950
3953
  )
3951
3954
  }), {
3952
3955
  default: withCtx(() => [
3953
- createElementVNode("span", _hoisted_1$6, [
3956
+ createElementVNode("span", _hoisted_1$5, [
3954
3957
  createVNode(unref(SelectItemIndicator), null, {
3955
3958
  default: withCtx(() => [
3956
3959
  createVNode(unref(Check), { class: "size-4" })
@@ -3971,7 +3974,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
3971
3974
  }
3972
3975
  });
3973
3976
 
3974
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
3977
+ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
3975
3978
  __name: "SelectItemText",
3976
3979
  props: {
3977
3980
  asChild: { type: Boolean },
@@ -3990,7 +3993,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
3990
3993
  }
3991
3994
  });
3992
3995
 
3993
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
3996
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
3994
3997
  __name: "SelectLabel",
3995
3998
  props: {
3996
3999
  for: {},
@@ -4014,7 +4017,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
4014
4017
  }
4015
4018
  });
4016
4019
 
4017
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4020
+ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
4018
4021
  __name: "SelectScrollDownButton",
4019
4022
  props: {
4020
4023
  asChild: { type: Boolean },
@@ -4043,7 +4046,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4043
4046
  }
4044
4047
  });
4045
4048
 
4046
- const _sfc_main$17 = /* @__PURE__ */ defineComponent({
4049
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
4047
4050
  __name: "SelectScrollUpButton",
4048
4051
  props: {
4049
4052
  asChild: { type: Boolean },
@@ -4072,7 +4075,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
4072
4075
  }
4073
4076
  });
4074
4077
 
4075
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
4078
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
4076
4079
  __name: "SelectSeparator",
4077
4080
  props: {
4078
4081
  asChild: { type: Boolean },
@@ -4093,7 +4096,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
4093
4096
  }
4094
4097
  });
4095
4098
 
4096
- const _sfc_main$15 = /* @__PURE__ */ defineComponent({
4099
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
4097
4100
  __name: "SelectTrigger",
4098
4101
  props: {
4099
4102
  disabled: { type: Boolean },
@@ -4132,7 +4135,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
4132
4135
  }
4133
4136
  });
4134
4137
 
4135
- const _sfc_main$14 = /* @__PURE__ */ defineComponent({
4138
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
4136
4139
  __name: "SelectValue",
4137
4140
  props: {
4138
4141
  placeholder: {},
@@ -4152,9 +4155,9 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
4152
4155
  }
4153
4156
  });
4154
4157
 
4155
- const _hoisted_1$5 = { class: "flex w-full items-center justify-center gap-2" };
4158
+ const _hoisted_1$4 = { class: "flex w-full items-center justify-center gap-2" };
4156
4159
  const _hoisted_2$1 = { class: "w-full" };
4157
- const _sfc_main$13 = /* @__PURE__ */ defineComponent({
4160
+ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
4158
4161
  ...{
4159
4162
  inheritAttrs: false
4160
4163
  },
@@ -4187,8 +4190,8 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
4187
4190
  return openBlock(), createElementBlock(Fragment, null, [
4188
4191
  createVNode(unref(DefineTemplate), null, {
4189
4192
  default: withCtx(() => [
4190
- createElementVNode("div", _hoisted_1$5, [
4191
- createVNode(unref(_sfc_main$1e), mergeProps(_ctx.$attrs, {
4193
+ createElementVNode("div", _hoisted_1$4, [
4194
+ createVNode(unref(_sfc_main$1d), mergeProps(_ctx.$attrs, {
4192
4195
  modelValue: value.value,
4193
4196
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => value.value = $event),
4194
4197
  autocomplete: _ctx.autocomplete,
@@ -4199,15 +4202,15 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
4199
4202
  class: props.class
4200
4203
  }), {
4201
4204
  default: withCtx(() => [
4202
- createVNode(unref(_sfc_main$15), {
4205
+ createVNode(unref(_sfc_main$14), {
4203
4206
  class: normalizeClass(unref(cn)("w-full", _ctx.triggerClass))
4204
4207
  }, {
4205
4208
  default: withCtx(() => [
4206
- createVNode(unref(_sfc_main$14), { placeholder: _ctx.placeholder }, null, 8, ["placeholder"])
4209
+ createVNode(unref(_sfc_main$13), { placeholder: _ctx.placeholder }, null, 8, ["placeholder"])
4207
4210
  ]),
4208
4211
  _: 1
4209
4212
  }, 8, ["class"]),
4210
- createVNode(unref(_sfc_main$1d), {
4213
+ createVNode(unref(_sfc_main$1c), {
4211
4214
  class: normalizeClass(_ctx.contentClass)
4212
4215
  }, {
4213
4216
  default: withCtx(() => [
@@ -4223,7 +4226,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
4223
4226
  ]),
4224
4227
  _: 3
4225
4228
  }),
4226
- _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2M), {
4229
+ _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2L), {
4227
4230
  key: 0,
4228
4231
  class: normalizeClass(unref(cn)("flex w-full flex-col gap-2 font-normal", _ctx.labelClass))
4229
4232
  }, {
@@ -4238,7 +4241,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
4238
4241
  }
4239
4242
  });
4240
4243
 
4241
- const _sfc_main$12 = /* @__PURE__ */ defineComponent({
4244
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
4242
4245
  __name: "Separator",
4243
4246
  props: {
4244
4247
  orientation: { default: "horizontal" },
@@ -4261,7 +4264,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
4261
4264
  }
4262
4265
  });
4263
4266
 
4264
- const _sfc_main$11 = /* @__PURE__ */ defineComponent({
4267
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
4265
4268
  __name: "Sheet",
4266
4269
  props: {
4267
4270
  open: { type: Boolean },
@@ -4284,7 +4287,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
4284
4287
  }
4285
4288
  });
4286
4289
 
4287
- const _sfc_main$10 = /* @__PURE__ */ defineComponent({
4290
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
4288
4291
  __name: "SheetClose",
4289
4292
  props: {
4290
4293
  asChild: { type: Boolean },
@@ -4303,7 +4306,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
4303
4306
  }
4304
4307
  });
4305
4308
 
4306
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
4309
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
4307
4310
  __name: "SheetOverlay",
4308
4311
  props: {
4309
4312
  forceMount: { type: Boolean },
@@ -4334,7 +4337,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
4334
4337
  }
4335
4338
  });
4336
4339
 
4337
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
4340
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
4338
4341
  ...{
4339
4342
  inheritAttrs: false
4340
4343
  },
@@ -4357,7 +4360,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
4357
4360
  return (_ctx, _cache) => {
4358
4361
  return openBlock(), createBlock(unref(DialogPortal), null, {
4359
4362
  default: withCtx(() => [
4360
- createVNode(_sfc_main$$),
4363
+ createVNode(_sfc_main$_),
4361
4364
  createVNode(unref(DialogContent), mergeProps({
4362
4365
  "data-slot": "sheet-content",
4363
4366
  class: unref(cn)(
@@ -4388,7 +4391,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
4388
4391
  }
4389
4392
  });
4390
4393
 
4391
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
4394
+ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
4392
4395
  __name: "SheetDescription",
4393
4396
  props: {
4394
4397
  asChild: { type: Boolean },
@@ -4415,7 +4418,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
4415
4418
  }
4416
4419
  });
4417
4420
 
4418
- const _sfc_main$Y = /* @__PURE__ */ defineComponent({
4421
+ const _sfc_main$X = /* @__PURE__ */ defineComponent({
4419
4422
  __name: "SheetFooter",
4420
4423
  props: {
4421
4424
  class: {}
@@ -4433,7 +4436,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
4433
4436
  }
4434
4437
  });
4435
4438
 
4436
- const _sfc_main$X = /* @__PURE__ */ defineComponent({
4439
+ const _sfc_main$W = /* @__PURE__ */ defineComponent({
4437
4440
  __name: "SheetHeader",
4438
4441
  props: {
4439
4442
  class: {}
@@ -4451,7 +4454,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
4451
4454
  }
4452
4455
  });
4453
4456
 
4454
- const _sfc_main$W = /* @__PURE__ */ defineComponent({
4457
+ const _sfc_main$V = /* @__PURE__ */ defineComponent({
4455
4458
  __name: "SheetTitle",
4456
4459
  props: {
4457
4460
  asChild: { type: Boolean },
@@ -4478,7 +4481,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
4478
4481
  }
4479
4482
  });
4480
4483
 
4481
- const _sfc_main$V = /* @__PURE__ */ defineComponent({
4484
+ const _sfc_main$U = /* @__PURE__ */ defineComponent({
4482
4485
  __name: "SheetTrigger",
4483
4486
  props: {
4484
4487
  asChild: { type: Boolean },
@@ -4505,13 +4508,13 @@ const SIDEBAR_WIDTH_ICON = "3rem";
4505
4508
  const SIDEBAR_KEYBOARD_SHORTCUT = "b";
4506
4509
  const [useSidebar, provideSidebarContext] = createContext("Sidebar");
4507
4510
 
4508
- const _hoisted_1$4 = { class: "flex h-full w-full flex-col" };
4511
+ const _hoisted_1$3 = { class: "flex h-full w-full flex-col" };
4509
4512
  const _hoisted_2 = ["data-state", "data-collapsible", "data-variant", "data-side"];
4510
4513
  const _hoisted_3 = {
4511
4514
  "data-sidebar": "sidebar",
4512
4515
  class: "bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow-sm"
4513
4516
  };
4514
- const _sfc_main$U = /* @__PURE__ */ defineComponent({
4517
+ const _sfc_main$T = /* @__PURE__ */ defineComponent({
4515
4518
  ...{
4516
4519
  inheritAttrs: false
4517
4520
  },
@@ -4532,12 +4535,12 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
4532
4535
  class: unref(cn)("bg-sidebar text-sidebar-foreground flex h-full w-(--sidebar-width) flex-col", props.class)
4533
4536
  }, _ctx.$attrs), [
4534
4537
  renderSlot(_ctx.$slots, "default")
4535
- ], 16)) : unref(isMobile) ? (openBlock(), createBlock(unref(_sfc_main$11), mergeProps({
4538
+ ], 16)) : unref(isMobile) ? (openBlock(), createBlock(unref(_sfc_main$10), mergeProps({
4536
4539
  key: 1,
4537
4540
  open: unref(openMobile)
4538
4541
  }, _ctx.$attrs, { "onUpdate:open": unref(setOpenMobile) }), {
4539
4542
  default: withCtx(() => [
4540
- createVNode(unref(_sfc_main$_), {
4543
+ createVNode(unref(_sfc_main$Z), {
4541
4544
  "data-sidebar": "sidebar",
4542
4545
  "data-slot": "sidebar",
4543
4546
  "data-mobile": "true",
@@ -4548,15 +4551,15 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
4548
4551
  })
4549
4552
  }, {
4550
4553
  default: withCtx(() => [
4551
- createVNode(_sfc_main$X, { class: "sr-only" }, {
4554
+ createVNode(_sfc_main$W, { class: "sr-only" }, {
4552
4555
  default: withCtx(() => [
4553
- createVNode(_sfc_main$W, null, {
4556
+ createVNode(_sfc_main$V, null, {
4554
4557
  default: withCtx(() => _cache[0] || (_cache[0] = [
4555
4558
  createTextVNode("Sidebar")
4556
4559
  ])),
4557
4560
  _: 1
4558
4561
  }),
4559
- createVNode(_sfc_main$Z, null, {
4562
+ createVNode(_sfc_main$Y, null, {
4560
4563
  default: withCtx(() => _cache[1] || (_cache[1] = [
4561
4564
  createTextVNode("Displays the mobile sidebar.")
4562
4565
  ])),
@@ -4565,7 +4568,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
4565
4568
  ]),
4566
4569
  _: 1
4567
4570
  }),
4568
- createElementVNode("div", _hoisted_1$4, [
4571
+ createElementVNode("div", _hoisted_1$3, [
4569
4572
  renderSlot(_ctx.$slots, "default")
4570
4573
  ])
4571
4574
  ]),
@@ -4610,7 +4613,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
4610
4613
  }
4611
4614
  });
4612
4615
 
4613
- const _sfc_main$T = /* @__PURE__ */ defineComponent({
4616
+ const _sfc_main$S = /* @__PURE__ */ defineComponent({
4614
4617
  __name: "SidebarContent",
4615
4618
  props: {
4616
4619
  class: {}
@@ -4634,7 +4637,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
4634
4637
  }
4635
4638
  });
4636
4639
 
4637
- const _sfc_main$S = /* @__PURE__ */ defineComponent({
4640
+ const _sfc_main$R = /* @__PURE__ */ defineComponent({
4638
4641
  __name: "SidebarFooter",
4639
4642
  props: {
4640
4643
  class: {}
@@ -4653,7 +4656,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
4653
4656
  }
4654
4657
  });
4655
4658
 
4656
- const _sfc_main$R = /* @__PURE__ */ defineComponent({
4659
+ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
4657
4660
  __name: "SidebarGroup",
4658
4661
  props: {
4659
4662
  class: {}
@@ -4672,7 +4675,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
4672
4675
  }
4673
4676
  });
4674
4677
 
4675
- const _sfc_main$Q = /* @__PURE__ */ defineComponent({
4678
+ const _sfc_main$P = /* @__PURE__ */ defineComponent({
4676
4679
  __name: "SidebarGroupAction",
4677
4680
  props: {
4678
4681
  asChild: { type: Boolean },
@@ -4705,7 +4708,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
4705
4708
  }
4706
4709
  });
4707
4710
 
4708
- const _sfc_main$P = /* @__PURE__ */ defineComponent({
4711
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
4709
4712
  __name: "SidebarGroupContent",
4710
4713
  props: {
4711
4714
  class: {}
@@ -4724,7 +4727,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
4724
4727
  }
4725
4728
  });
4726
4729
 
4727
- const _sfc_main$O = /* @__PURE__ */ defineComponent({
4730
+ const _sfc_main$N = /* @__PURE__ */ defineComponent({
4728
4731
  __name: "SidebarGroupLabel",
4729
4732
  props: {
4730
4733
  asChild: { type: Boolean },
@@ -4756,7 +4759,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
4756
4759
  }
4757
4760
  });
4758
4761
 
4759
- const _sfc_main$N = /* @__PURE__ */ defineComponent({
4762
+ const _sfc_main$M = /* @__PURE__ */ defineComponent({
4760
4763
  __name: "SidebarHeader",
4761
4764
  props: {
4762
4765
  class: {}
@@ -4775,7 +4778,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
4775
4778
  }
4776
4779
  });
4777
4780
 
4778
- const _sfc_main$M = /* @__PURE__ */ defineComponent({
4781
+ const _sfc_main$L = /* @__PURE__ */ defineComponent({
4779
4782
  __name: "SidebarInset",
4780
4783
  props: {
4781
4784
  class: {}
@@ -4799,7 +4802,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
4799
4802
  }
4800
4803
  });
4801
4804
 
4802
- const _sfc_main$L = /* @__PURE__ */ defineComponent({
4805
+ const _sfc_main$K = /* @__PURE__ */ defineComponent({
4803
4806
  __name: "SidebarMenu",
4804
4807
  props: {
4805
4808
  class: {}
@@ -4818,7 +4821,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
4818
4821
  }
4819
4822
  });
4820
4823
 
4821
- const _sfc_main$K = /* @__PURE__ */ defineComponent({
4824
+ const _sfc_main$J = /* @__PURE__ */ defineComponent({
4822
4825
  __name: "SidebarMenuAction",
4823
4826
  props: {
4824
4827
  asChild: { type: Boolean },
@@ -4856,7 +4859,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
4856
4859
  }
4857
4860
  });
4858
4861
 
4859
- const _sfc_main$J = /* @__PURE__ */ defineComponent({
4862
+ const _sfc_main$I = /* @__PURE__ */ defineComponent({
4860
4863
  __name: "SidebarMenuBadge",
4861
4864
  props: {
4862
4865
  class: {}
@@ -4885,7 +4888,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
4885
4888
  }
4886
4889
  });
4887
4890
 
4888
- const _sfc_main$I = /* @__PURE__ */ defineComponent({
4891
+ const _sfc_main$H = /* @__PURE__ */ defineComponent({
4889
4892
  __name: "Tooltip",
4890
4893
  props: {
4891
4894
  defaultOpen: { type: Boolean },
@@ -4912,7 +4915,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
4912
4915
  }
4913
4916
  });
4914
4917
 
4915
- const _sfc_main$H = /* @__PURE__ */ defineComponent({
4918
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
4916
4919
  ...{
4917
4920
  inheritAttrs: false
4918
4921
  },
@@ -4964,7 +4967,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
4964
4967
  }
4965
4968
  });
4966
4969
 
4967
- const _sfc_main$G = /* @__PURE__ */ defineComponent({
4970
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
4968
4971
  __name: "TooltipProvider",
4969
4972
  props: {
4970
4973
  delayDuration: { default: 0 },
@@ -4987,7 +4990,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
4987
4990
  }
4988
4991
  });
4989
4992
 
4990
- const _sfc_main$F = /* @__PURE__ */ defineComponent({
4993
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
4991
4994
  __name: "TooltipTrigger",
4992
4995
  props: {
4993
4996
  reference: {},
@@ -5007,7 +5010,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
5007
5010
  }
5008
5011
  });
5009
5012
 
5010
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
5013
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
5011
5014
  __name: "SidebarMenuButtonChild",
5012
5015
  props: {
5013
5016
  variant: { default: "default" },
@@ -5038,7 +5041,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
5038
5041
  }
5039
5042
  });
5040
5043
 
5041
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
5044
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
5042
5045
  ...{
5043
5046
  inheritAttrs: false
5044
5047
  },
@@ -5060,16 +5063,16 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
5060
5063
  return delegated;
5061
5064
  });
5062
5065
  return (_ctx, _cache) => {
5063
- return !_ctx.tooltip ? (openBlock(), createBlock(_sfc_main$E, normalizeProps(mergeProps({ key: 0 }, { ...delegatedProps.value, ..._ctx.$attrs })), {
5066
+ return !_ctx.tooltip ? (openBlock(), createBlock(_sfc_main$D, normalizeProps(mergeProps({ key: 0 }, { ...delegatedProps.value, ..._ctx.$attrs })), {
5064
5067
  default: withCtx(() => [
5065
5068
  renderSlot(_ctx.$slots, "default")
5066
5069
  ]),
5067
5070
  _: 3
5068
- }, 16)) : (openBlock(), createBlock(unref(_sfc_main$I), { key: 1 }, {
5071
+ }, 16)) : (openBlock(), createBlock(unref(_sfc_main$H), { key: 1 }, {
5069
5072
  default: withCtx(() => [
5070
- createVNode(unref(_sfc_main$F), { "as-child": "" }, {
5073
+ createVNode(unref(_sfc_main$E), { "as-child": "" }, {
5071
5074
  default: withCtx(() => [
5072
- createVNode(_sfc_main$E, normalizeProps(guardReactiveProps({ ...delegatedProps.value, ..._ctx.$attrs })), {
5075
+ createVNode(_sfc_main$D, normalizeProps(guardReactiveProps({ ...delegatedProps.value, ..._ctx.$attrs })), {
5073
5076
  default: withCtx(() => [
5074
5077
  renderSlot(_ctx.$slots, "default")
5075
5078
  ]),
@@ -5078,7 +5081,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
5078
5081
  ]),
5079
5082
  _: 3
5080
5083
  }),
5081
- createVNode(unref(_sfc_main$H), {
5084
+ createVNode(unref(_sfc_main$G), {
5082
5085
  side: "right",
5083
5086
  align: "center",
5084
5087
  hidden: unref(state) !== "collapsed" || unref(isMobile)
@@ -5097,7 +5100,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
5097
5100
  }
5098
5101
  });
5099
5102
 
5100
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
5103
+ const _sfc_main$B = /* @__PURE__ */ defineComponent({
5101
5104
  __name: "SidebarMenuItem",
5102
5105
  props: {
5103
5106
  class: {}
@@ -5116,7 +5119,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
5116
5119
  }
5117
5120
  });
5118
5121
 
5119
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
5122
+ const _sfc_main$A = /* @__PURE__ */ defineComponent({
5120
5123
  __name: "Skeleton",
5121
5124
  props: {
5122
5125
  class: {}
@@ -5132,7 +5135,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
5132
5135
  }
5133
5136
  });
5134
5137
 
5135
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
5138
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
5136
5139
  __name: "SidebarMenuSkeleton",
5137
5140
  props: {
5138
5141
  showIcon: { type: Boolean },
@@ -5149,12 +5152,12 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
5149
5152
  "data-sidebar": "menu-skeleton",
5150
5153
  class: normalizeClass(unref(cn)("flex h-8 items-center gap-2 rounded-md px-2", props.class))
5151
5154
  }, [
5152
- _ctx.showIcon ? (openBlock(), createBlock(unref(_sfc_main$B), {
5155
+ _ctx.showIcon ? (openBlock(), createBlock(unref(_sfc_main$A), {
5153
5156
  key: 0,
5154
5157
  class: "size-4 rounded-md",
5155
5158
  "data-sidebar": "menu-skeleton-icon"
5156
5159
  })) : createCommentVNode("", true),
5157
- createVNode(unref(_sfc_main$B), {
5160
+ createVNode(unref(_sfc_main$A), {
5158
5161
  class: "h-4 max-w-(--skeleton-width) flex-1",
5159
5162
  "data-sidebar": "menu-skeleton-text",
5160
5163
  style: normalizeStyle({ "--skeleton-width": width.value })
@@ -5164,7 +5167,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
5164
5167
  }
5165
5168
  });
5166
5169
 
5167
- const _sfc_main$z = /* @__PURE__ */ defineComponent({
5170
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
5168
5171
  __name: "SidebarMenuSub",
5169
5172
  props: {
5170
5173
  class: {}
@@ -5189,7 +5192,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
5189
5192
  }
5190
5193
  });
5191
5194
 
5192
- const _sfc_main$y = /* @__PURE__ */ defineComponent({
5195
+ const _sfc_main$x = /* @__PURE__ */ defineComponent({
5193
5196
  __name: "SidebarMenuSubButton",
5194
5197
  props: {
5195
5198
  asChild: { type: Boolean },
@@ -5228,7 +5231,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
5228
5231
  }
5229
5232
  });
5230
5233
 
5231
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
5234
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
5232
5235
  __name: "SidebarMenuSubItem",
5233
5236
  props: {
5234
5237
  class: {}
@@ -5247,7 +5250,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
5247
5250
  }
5248
5251
  });
5249
5252
 
5250
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
5253
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
5251
5254
  __name: "SidebarProvider",
5252
5255
  props: {
5253
5256
  defaultOpen: { type: Boolean, default: true },
@@ -5313,7 +5316,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
5313
5316
  }
5314
5317
  });
5315
5318
 
5316
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
5319
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
5317
5320
  __name: "SidebarRail",
5318
5321
  props: {
5319
5322
  class: {}
@@ -5348,7 +5351,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
5348
5351
  }
5349
5352
  });
5350
5353
 
5351
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
5354
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
5352
5355
  __name: "SidebarSeparator",
5353
5356
  props: {
5354
5357
  class: {}
@@ -5356,7 +5359,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
5356
5359
  setup(__props) {
5357
5360
  const props = __props;
5358
5361
  return (_ctx, _cache) => {
5359
- return openBlock(), createBlock(unref(_sfc_main$12), {
5362
+ return openBlock(), createBlock(unref(_sfc_main$11), {
5360
5363
  "data-slot": "sidebar-separator",
5361
5364
  "data-sidebar": "separator",
5362
5365
  class: normalizeClass(unref(cn)("bg-sidebar-border mx-2 w-auto", props.class))
@@ -5370,7 +5373,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
5370
5373
  }
5371
5374
  });
5372
5375
 
5373
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
5376
+ const _sfc_main$s = /* @__PURE__ */ defineComponent({
5374
5377
  __name: "SidebarTrigger",
5375
5378
  props: {
5376
5379
  class: {}
@@ -5379,7 +5382,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
5379
5382
  const props = __props;
5380
5383
  const { toggleSidebar } = useSidebar();
5381
5384
  return (_ctx, _cache) => {
5382
- return openBlock(), createBlock(unref(_sfc_main$2Y), {
5385
+ return openBlock(), createBlock(unref(_sfc_main$2X), {
5383
5386
  "data-sidebar": "trigger",
5384
5387
  "data-slot": "sidebar-trigger",
5385
5388
  variant: "ghost",
@@ -5418,7 +5421,7 @@ const sidebarMenuButtonVariants = cva(
5418
5421
  }
5419
5422
  );
5420
5423
 
5421
- const _sfc_main$s = /* @__PURE__ */ defineComponent({
5424
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
5422
5425
  __name: "Sidebar",
5423
5426
  props: {
5424
5427
  collapsible: {},
@@ -5437,30 +5440,30 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
5437
5440
  return style;
5438
5441
  });
5439
5442
  return (_ctx, _cache) => {
5440
- return openBlock(), createBlock(unref(_sfc_main$w), {
5443
+ return openBlock(), createBlock(unref(_sfc_main$v), {
5441
5444
  "default-open": _ctx.defaultOpen,
5442
5445
  style: normalizeStyle(sidebarStyle.value)
5443
5446
  }, {
5444
5447
  default: withCtx(() => [
5445
- createVNode(unref(_sfc_main$U), {
5448
+ createVNode(unref(_sfc_main$T), {
5446
5449
  collapsible: _ctx.collapsible,
5447
5450
  side: _ctx.side,
5448
5451
  variant: _ctx.variant
5449
5452
  }, {
5450
5453
  default: withCtx(() => [
5451
- _ctx.$slots.header ? (openBlock(), createBlock(unref(_sfc_main$N), { key: 0 }, {
5454
+ _ctx.$slots.header ? (openBlock(), createBlock(unref(_sfc_main$M), { key: 0 }, {
5452
5455
  default: withCtx(() => [
5453
5456
  renderSlot(_ctx.$slots, "header")
5454
5457
  ]),
5455
5458
  _: 3
5456
5459
  })) : createCommentVNode("", true),
5457
- _ctx.$slots.content ? (openBlock(), createBlock(unref(_sfc_main$T), { key: 1 }, {
5460
+ _ctx.$slots.content ? (openBlock(), createBlock(unref(_sfc_main$S), { key: 1 }, {
5458
5461
  default: withCtx(() => [
5459
5462
  renderSlot(_ctx.$slots, "content")
5460
5463
  ]),
5461
5464
  _: 3
5462
5465
  })) : createCommentVNode("", true),
5463
- _ctx.$slots.footer ? (openBlock(), createBlock(unref(_sfc_main$S), { key: 2 }, {
5466
+ _ctx.$slots.footer ? (openBlock(), createBlock(unref(_sfc_main$R), { key: 2 }, {
5464
5467
  default: withCtx(() => [
5465
5468
  renderSlot(_ctx.$slots, "footer")
5466
5469
  ]),
@@ -5469,7 +5472,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
5469
5472
  ]),
5470
5473
  _: 3
5471
5474
  }, 8, ["collapsible", "side", "variant"]),
5472
- _ctx.$slots.inset ? (openBlock(), createBlock(unref(_sfc_main$M), { key: 0 }, {
5475
+ _ctx.$slots.inset ? (openBlock(), createBlock(unref(_sfc_main$L), { key: 0 }, {
5473
5476
  default: withCtx(() => [
5474
5477
  renderSlot(_ctx.$slots, "inset")
5475
5478
  ]),
@@ -5482,7 +5485,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
5482
5485
  }
5483
5486
  });
5484
5487
 
5485
- const _sfc_main$r = /* @__PURE__ */ defineComponent({
5488
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
5486
5489
  __name: "Slider",
5487
5490
  props: {
5488
5491
  defaultValue: {},
@@ -5546,7 +5549,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
5546
5549
  }
5547
5550
  });
5548
5551
 
5549
- const _sfc_main$q = /* @__PURE__ */ defineComponent({
5552
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
5550
5553
  __name: "Sonner",
5551
5554
  props: {
5552
5555
  invert: { type: Boolean },
@@ -5581,7 +5584,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
5581
5584
  }
5582
5585
  });
5583
5586
 
5584
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
5587
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
5585
5588
  __name: "Switch",
5586
5589
  props: {
5587
5590
  defaultValue: { type: Boolean },
@@ -5632,11 +5635,11 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
5632
5635
  }
5633
5636
  });
5634
5637
 
5635
- const _hoisted_1$3 = {
5638
+ const _hoisted_1$2 = {
5636
5639
  key: 1,
5637
5640
  class: "w-full"
5638
5641
  };
5639
- const _sfc_main$o = /* @__PURE__ */ defineComponent({
5642
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
5640
5643
  ...{
5641
5644
  inheritAttrs: false
5642
5645
  },
@@ -5661,7 +5664,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
5661
5664
  return openBlock(), createElementBlock(Fragment, null, [
5662
5665
  createVNode(unref(DefineTemplate), null, {
5663
5666
  default: withCtx(() => [
5664
- createVNode(unref(_sfc_main$p), mergeProps(_ctx.$attrs, {
5667
+ createVNode(unref(_sfc_main$o), mergeProps(_ctx.$attrs, {
5665
5668
  modelValue: toggled.value,
5666
5669
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => toggled.value = $event),
5667
5670
  disabled: _ctx.disabled,
@@ -5679,13 +5682,13 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
5679
5682
  ]),
5680
5683
  _: 3
5681
5684
  }),
5682
- _ctx.label || _ctx.$slots.label ? (openBlock(), createBlock(unref(_sfc_main$2M), {
5685
+ _ctx.label || _ctx.$slots.label ? (openBlock(), createBlock(unref(_sfc_main$2L), {
5683
5686
  key: 0,
5684
5687
  class: normalizeClass(unref(cn)("flex flex-row items-center justify-start gap-2", _ctx.labelClass))
5685
5688
  }, {
5686
5689
  default: withCtx(() => [
5687
5690
  _ctx.position === "before" ? (openBlock(), createBlock(unref(ReuseTemplate), { key: 0 })) : createCommentVNode("", true),
5688
- _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$3, toDisplayString(_ctx.label), 1)) : renderSlot(_ctx.$slots, "label", { key: 2 }),
5691
+ _ctx.label ? (openBlock(), createElementBlock("span", _hoisted_1$2, toDisplayString(_ctx.label), 1)) : renderSlot(_ctx.$slots, "label", { key: 2 }),
5689
5692
  _ctx.position === "after" ? (openBlock(), createBlock(unref(ReuseTemplate), { key: 3 })) : createCommentVNode("", true)
5690
5693
  ]),
5691
5694
  _: 3
@@ -5695,30 +5698,6 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
5695
5698
  }
5696
5699
  });
5697
5700
 
5698
- const _hoisted_1$2 = {
5699
- "data-slot": "table-container",
5700
- class: "relative w-full overflow-auto"
5701
- };
5702
- const _sfc_main$n = /* @__PURE__ */ defineComponent({
5703
- __name: "Table",
5704
- props: {
5705
- class: {}
5706
- },
5707
- setup(__props) {
5708
- const props = __props;
5709
- return (_ctx, _cache) => {
5710
- return openBlock(), createElementBlock("div", _hoisted_1$2, [
5711
- createElementVNode("table", {
5712
- "data-slot": "table",
5713
- class: normalizeClass(unref(cn)("w-full caption-bottom text-sm", props.class))
5714
- }, [
5715
- renderSlot(_ctx.$slots, "default")
5716
- ], 2)
5717
- ]);
5718
- };
5719
- }
5720
- });
5721
-
5722
5701
  const _sfc_main$m = /* @__PURE__ */ defineComponent({
5723
5702
  __name: "TableBody",
5724
5703
  props: {
@@ -5891,55 +5870,85 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
5891
5870
  });
5892
5871
 
5893
5872
  const _sfc_main$e = /* @__PURE__ */ defineComponent({
5873
+ ...{
5874
+ inheritAttrs: false
5875
+ },
5894
5876
  __name: "Table",
5895
5877
  props: {
5896
5878
  bodyClass: {},
5879
+ bodyStyle: {},
5897
5880
  captionClass: {},
5881
+ captionStyle: {},
5882
+ class: {},
5883
+ containerClass: {},
5884
+ containerStyle: {},
5898
5885
  footerClass: {},
5899
- headerClass: {}
5886
+ footerStyle: {},
5887
+ headerClass: {},
5888
+ headerStyle: {},
5889
+ maxHeight: {},
5890
+ style: {}
5900
5891
  },
5901
5892
  setup(__props) {
5893
+ const props = __props;
5894
+ const containerHeight = computed(() => {
5895
+ if (props.maxHeight) {
5896
+ return { maxHeight: toPixel(props.maxHeight) };
5897
+ }
5898
+ return null;
5899
+ });
5902
5900
  return (_ctx, _cache) => {
5903
- return openBlock(), createBlock(unref(_sfc_main$n), null, {
5904
- default: withCtx(() => [
5901
+ return openBlock(), createElementBlock("div", {
5902
+ "data-slot": "table-container",
5903
+ style: normalizeStyle([containerHeight.value, _ctx.containerStyle]),
5904
+ class: normalizeClass(unref(cn)("relative w-full overflow-x-hidden overflow-y-auto", _ctx.containerClass))
5905
+ }, [
5906
+ createElementVNode("table", mergeProps(_ctx.$attrs, {
5907
+ "data-slot": "table",
5908
+ style: _ctx.style,
5909
+ class: unref(cn)("w-full caption-bottom text-sm", props.class)
5910
+ }), [
5905
5911
  _ctx.$slots.caption ? (openBlock(), createBlock(unref(_sfc_main$l), {
5906
5912
  key: 0,
5913
+ style: normalizeStyle(_ctx.captionStyle),
5907
5914
  class: normalizeClass(_ctx.captionClass)
5908
5915
  }, {
5909
5916
  default: withCtx(() => [
5910
5917
  renderSlot(_ctx.$slots, "caption")
5911
5918
  ]),
5912
5919
  _: 3
5913
- }, 8, ["class"])) : createCommentVNode("", true),
5920
+ }, 8, ["style", "class"])) : createCommentVNode("", true),
5914
5921
  _ctx.$slots.header ? (openBlock(), createBlock(unref(_sfc_main$f), {
5915
5922
  key: 1,
5923
+ style: normalizeStyle(_ctx.headerStyle),
5916
5924
  class: normalizeClass(_ctx.headerClass)
5917
5925
  }, {
5918
5926
  default: withCtx(() => [
5919
5927
  renderSlot(_ctx.$slots, "header")
5920
5928
  ]),
5921
5929
  _: 3
5922
- }, 8, ["class"])) : createCommentVNode("", true),
5930
+ }, 8, ["style", "class"])) : createCommentVNode("", true),
5923
5931
  createVNode(unref(_sfc_main$m), {
5932
+ style: normalizeStyle(_ctx.bodyStyle),
5924
5933
  class: normalizeClass(_ctx.bodyClass)
5925
5934
  }, {
5926
5935
  default: withCtx(() => [
5927
5936
  renderSlot(_ctx.$slots, "default")
5928
5937
  ]),
5929
5938
  _: 3
5930
- }, 8, ["class"]),
5939
+ }, 8, ["style", "class"]),
5931
5940
  _ctx.$slots.footer ? (openBlock(), createBlock(unref(_sfc_main$h), {
5932
5941
  key: 2,
5942
+ style: normalizeStyle(_ctx.footerStyle),
5933
5943
  class: normalizeClass(_ctx.footerClass)
5934
5944
  }, {
5935
5945
  default: withCtx(() => [
5936
5946
  renderSlot(_ctx.$slots, "footer")
5937
5947
  ]),
5938
5948
  _: 3
5939
- }, 8, ["class"])) : createCommentVNode("", true)
5940
- ]),
5941
- _: 3
5942
- });
5949
+ }, 8, ["style", "class"])) : createCommentVNode("", true)
5950
+ ], 16)
5951
+ ], 6);
5943
5952
  };
5944
5953
  }
5945
5954
  });
@@ -5955,7 +5964,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
5955
5964
  return (_ctx, _cache) => {
5956
5965
  return openBlock(), createBlock(unref(_sfc_main$k), null, {
5957
5966
  default: withCtx(() => [
5958
- createVNode(unref(_sfc_main$1M), {
5967
+ createVNode(unref(_sfc_main$1L), {
5959
5968
  to: _ctx.to,
5960
5969
  label: _ctx.label,
5961
5970
  class: normalizeClass(unref(cn)("flex w-full", _ctx.linkClass))
@@ -6350,7 +6359,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
6350
6359
  ]),
6351
6360
  _: 1
6352
6361
  }),
6353
- _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2M), {
6362
+ _ctx.label ? (openBlock(), createBlock(unref(_sfc_main$2L), {
6354
6363
  key: 0,
6355
6364
  class: normalizeClass(unref(cn)("flex w-full flex-col gap-1 font-normal", _ctx.labelClass))
6356
6365
  }, {
@@ -6423,17 +6432,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
6423
6432
  __name: "Tooltip",
6424
6433
  setup(__props) {
6425
6434
  return (_ctx, _cache) => {
6426
- return openBlock(), createBlock(unref(_sfc_main$G), null, {
6435
+ return openBlock(), createBlock(unref(_sfc_main$F), null, {
6427
6436
  default: withCtx(() => [
6428
- createVNode(unref(_sfc_main$I), null, {
6437
+ createVNode(unref(_sfc_main$H), null, {
6429
6438
  default: withCtx(() => [
6430
- createVNode(unref(_sfc_main$F), { "as-child": "" }, {
6439
+ createVNode(unref(_sfc_main$E), { "as-child": "" }, {
6431
6440
  default: withCtx(() => [
6432
6441
  renderSlot(_ctx.$slots, "trigger")
6433
6442
  ]),
6434
6443
  _: 3
6435
6444
  }),
6436
- createVNode(unref(_sfc_main$H), null, {
6445
+ createVNode(unref(_sfc_main$G), null, {
6437
6446
  default: withCtx(() => [
6438
6447
  renderSlot(_ctx.$slots, "default")
6439
6448
  ]),
@@ -6581,4 +6590,4 @@ function localRef(key, initial, options) {
6581
6590
  });
6582
6591
  }
6583
6592
 
6584
- export { _sfc_main$2Z as Badge, _sfc_main$2Y as Button, _sfc_main$2W as ButtonIcon, _sfc_main$2X as ButtonLink, _sfc_main$2N as Card, _sfc_main$2K as Checkbox, _sfc_main$2J as Combobox, _sfc_main$2I as ComboboxAnchor, _sfc_main$2H as ComboboxEmpty, _sfc_main$2G as ComboboxGroup, _sfc_main$2F as ComboboxInput, _sfc_main$2E as ComboboxItem, _sfc_main$2D as ComboboxItemIndicator, _sfc_main$2C as ComboboxList, _sfc_main$2B as ComboboxSeparator, _sfc_main$2A as ComboboxViewport, _sfc_main$2z as ContextMenu, _sfc_main$2y as ContextMenuCheckboxItem, _sfc_main$2x as ContextMenuContent, _sfc_main$2w as ContextMenuGroup, _sfc_main$2v as ContextMenuItem, _sfc_main$2u as ContextMenuLabel, _sfc_main$2t as ContextMenuRadioGroup, _sfc_main$2s as ContextMenuRadioItem, _sfc_main$2r as ContextMenuSeparator, _sfc_main$2q as ContextMenuShortcut, _sfc_main$2p as ContextMenuSub, _sfc_main$2o as ContextMenuSubContent, _sfc_main$2n as ContextMenuSubTrigger, _sfc_main$2m as ContextMenuTrigger, _sfc_main$2l as Dialog, _sfc_main$2k as DialogClose, _sfc_main$2i as DialogContent, _sfc_main$2h as DialogDescription, _sfc_main$2g as DialogFooter, _sfc_main$2f as DialogHeader, _sfc_main$2j as DialogOverlay, _sfc_main$2e as DialogScrollContent, _sfc_main$2d as DialogTitle, _sfc_main$2c as DialogTrigger, _sfc_main$2b as DropdownMenu, _sfc_main$2a as DropdownMenuCheckboxItem, _sfc_main$29 as DropdownMenuContent, _sfc_main$28 as DropdownMenuGroup, _sfc_main$27 as DropdownMenuItem, _sfc_main$26 as DropdownMenuLabel, _sfc_main$25 as DropdownMenuRadioGroup, _sfc_main$24 as DropdownMenuRadioItem, _sfc_main$23 as DropdownMenuSeparator, _sfc_main$22 as DropdownMenuShortcut, _sfc_main$21 as DropdownMenuSub, _sfc_main$20 as DropdownMenuSubContent, _sfc_main$1$ as DropdownMenuSubTrigger, _sfc_main$1_ as DropdownMenuTrigger, _sfc_main$1W as HoverCard, _sfc_main$1U as Input, _sfc_main$1O as InputNumber, _sfc_main$1N as InputText, _sfc_main$2M as Label, _sfc_main$1M as Link, _sfc_main$1L as Menubar, _sfc_main$1K as MenubarCheckboxItem, _sfc_main$1J as MenubarContent, _sfc_main$1I as MenubarGroup, _sfc_main$1H as MenubarItem, _sfc_main$1G as MenubarLabel, _sfc_main$1F as MenubarMenu, _sfc_main$1E as MenubarRadioGroup, _sfc_main$1D as MenubarRadioItem, _sfc_main$1C as MenubarSeparator, _sfc_main$1B as MenubarShortcut, _sfc_main$1A as MenubarSub, _sfc_main$1z as MenubarSubContent, _sfc_main$1y as MenubarSubTrigger, _sfc_main$1x as MenubarTrigger, _sfc_main$1w as Pagination, _sfc_main$1v as PaginationContent, _sfc_main$1u as PaginationEllipsis, _sfc_main$1t as PaginationFirst, _sfc_main$1s as PaginationItem, _sfc_main$1r as PaginationLast, _sfc_main$1q as PaginationNext, _sfc_main$1p as PaginationPrevious, _sfc_main$1l as Popover, _sfc_main$1k as Progress, _sfc_main$1j as RadioGroup, _sfc_main$1i as RadioGroupItem, _sfc_main$1h as ResizableHandle, _sfc_main$1g as ResizablePanel, _sfc_main$1f as ResizablePanelGroup, _sfc_main$2U as ScrollArea, _sfc_main$13 as Select, _sfc_main$1c as SelectGroup, _sfc_main$1b as SelectItem, _sfc_main$1a as SelectItemText, _sfc_main$19 as SelectLabel, _sfc_main$18 as SelectScrollDownButton, _sfc_main$17 as SelectScrollUpButton, _sfc_main$16 as SelectSeparator, _sfc_main$12 as Separator, _sfc_main$11 as Sheet, _sfc_main$10 as SheetClose, _sfc_main$_ as SheetContent, _sfc_main$Z as SheetDescription, _sfc_main$Y as SheetFooter, _sfc_main$X as SheetHeader, _sfc_main$W as SheetTitle, _sfc_main$V as SheetTrigger, _sfc_main$s as Sidebar, _sfc_main$R as SidebarGroup, _sfc_main$Q as SidebarGroupAction, _sfc_main$P as SidebarGroupContent, _sfc_main$O as SidebarGroupLabel, _sfc_main$L as SidebarMenu, _sfc_main$K as SidebarMenuAction, _sfc_main$J as SidebarMenuBadge, _sfc_main$D as SidebarMenuButton, _sfc_main$C as SidebarMenuItem, _sfc_main$A as SidebarMenuSkeleton, _sfc_main$z as SidebarMenuSub, _sfc_main$y as SidebarMenuSubButton, _sfc_main$x as SidebarMenuSubItem, _sfc_main$v as SidebarRail, _sfc_main$u as SidebarSeparator, _sfc_main$t as SidebarTrigger, _sfc_main$B as Skeleton, _sfc_main$r as Slider, _sfc_main$q as Sonner, _sfc_main$o as Switch, _sfc_main$e as Table, _sfc_main$k as TableCell, _sfc_main$i as TableEmpty, _sfc_main$g as TableHead, _sfc_main$d as TableLink, _sfc_main$j as TableRow, _sfc_main$c as Tabs, _sfc_main$b as TabsContent, _sfc_main$a as TabsList, _sfc_main$9 as TabsTrigger, _sfc_main$8 as TagsInput, _sfc_main$7 as TagsInputInput, _sfc_main$6 as TagsInputItem, _sfc_main$5 as TagsInputItemDelete, _sfc_main$4 as TagsInputItemText, _sfc_main$2 as Textarea, _sfc_main$1 as Toggle, _sfc_main as Tooltip, asyncComputed, asyncRef, cn, getCurrentApp, getErrorHandler, handleError, inject, localRef, maybe, onAltKeyDown, onCtrlKeyDown, onCtrlShiftKeyDown, onKeyDown, onShiftKeyDown, provide, runWithContext, setCurrentApp, setErrorHandler, tryGetCurrentApp, tryInject, trySetCurrentApp, useElementSize, useHeight, useHeightDiff, useSidebar, useWidth, useWidthDiff, useWindowHeight, useWindowWidth };
6593
+ export { _sfc_main$2Y as Badge, _sfc_main$2X as Button, _sfc_main$2V as ButtonIcon, _sfc_main$2W as ButtonLink, _sfc_main$2M as Card, _sfc_main$2J as Checkbox, _sfc_main$2I as Combobox, _sfc_main$2H as ComboboxAnchor, _sfc_main$2G as ComboboxEmpty, _sfc_main$2F as ComboboxGroup, _sfc_main$2E as ComboboxInput, _sfc_main$2D as ComboboxItem, _sfc_main$2C as ComboboxItemIndicator, _sfc_main$2B as ComboboxList, _sfc_main$2A as ComboboxSeparator, _sfc_main$2z as ComboboxViewport, _sfc_main$2y as ContextMenu, _sfc_main$2x as ContextMenuCheckboxItem, _sfc_main$2w as ContextMenuContent, _sfc_main$2v as ContextMenuGroup, _sfc_main$2u as ContextMenuItem, _sfc_main$2t as ContextMenuLabel, _sfc_main$2s as ContextMenuRadioGroup, _sfc_main$2r as ContextMenuRadioItem, _sfc_main$2q as ContextMenuSeparator, _sfc_main$2p as ContextMenuShortcut, _sfc_main$2o as ContextMenuSub, _sfc_main$2n as ContextMenuSubContent, _sfc_main$2m as ContextMenuSubTrigger, _sfc_main$2l as ContextMenuTrigger, _sfc_main$2k as Dialog, _sfc_main$2j as DialogClose, _sfc_main$2h as DialogContent, _sfc_main$2g as DialogDescription, _sfc_main$2f as DialogFooter, _sfc_main$2e as DialogHeader, _sfc_main$2i as DialogOverlay, _sfc_main$2d as DialogScrollContent, _sfc_main$2c as DialogTitle, _sfc_main$2b as DialogTrigger, _sfc_main$2a as DropdownMenu, _sfc_main$29 as DropdownMenuCheckboxItem, _sfc_main$28 as DropdownMenuContent, _sfc_main$27 as DropdownMenuGroup, _sfc_main$26 as DropdownMenuItem, _sfc_main$25 as DropdownMenuLabel, _sfc_main$24 as DropdownMenuRadioGroup, _sfc_main$23 as DropdownMenuRadioItem, _sfc_main$22 as DropdownMenuSeparator, _sfc_main$21 as DropdownMenuShortcut, _sfc_main$20 as DropdownMenuSub, _sfc_main$1$ as DropdownMenuSubContent, _sfc_main$1_ as DropdownMenuSubTrigger, _sfc_main$1Z as DropdownMenuTrigger, _sfc_main$1V as HoverCard, _sfc_main$1T as Input, _sfc_main$1N as InputNumber, _sfc_main$1M as InputText, _sfc_main$2L as Label, _sfc_main$1L as Link, _sfc_main$1K as Menubar, _sfc_main$1J as MenubarCheckboxItem, _sfc_main$1I as MenubarContent, _sfc_main$1H as MenubarGroup, _sfc_main$1G as MenubarItem, _sfc_main$1F as MenubarLabel, _sfc_main$1E as MenubarMenu, _sfc_main$1D as MenubarRadioGroup, _sfc_main$1C as MenubarRadioItem, _sfc_main$1B as MenubarSeparator, _sfc_main$1A as MenubarShortcut, _sfc_main$1z as MenubarSub, _sfc_main$1y as MenubarSubContent, _sfc_main$1x as MenubarSubTrigger, _sfc_main$1w as MenubarTrigger, _sfc_main$1v as Pagination, _sfc_main$1u as PaginationContent, _sfc_main$1t as PaginationEllipsis, _sfc_main$1s as PaginationFirst, _sfc_main$1r as PaginationItem, _sfc_main$1q as PaginationLast, _sfc_main$1p as PaginationNext, _sfc_main$1o as PaginationPrevious, _sfc_main$1k as Popover, _sfc_main$1j as Progress, _sfc_main$1i as RadioGroup, _sfc_main$1h as RadioGroupItem, _sfc_main$1g as ResizableHandle, _sfc_main$1f as ResizablePanel, _sfc_main$1e as ResizablePanelGroup, _sfc_main$2T as ScrollArea, _sfc_main$12 as Select, _sfc_main$1b as SelectGroup, _sfc_main$1a as SelectItem, _sfc_main$19 as SelectItemText, _sfc_main$18 as SelectLabel, _sfc_main$17 as SelectScrollDownButton, _sfc_main$16 as SelectScrollUpButton, _sfc_main$15 as SelectSeparator, _sfc_main$11 as Separator, _sfc_main$10 as Sheet, _sfc_main$$ as SheetClose, _sfc_main$Z as SheetContent, _sfc_main$Y as SheetDescription, _sfc_main$X as SheetFooter, _sfc_main$W as SheetHeader, _sfc_main$V as SheetTitle, _sfc_main$U as SheetTrigger, _sfc_main$r as Sidebar, _sfc_main$Q as SidebarGroup, _sfc_main$P as SidebarGroupAction, _sfc_main$O as SidebarGroupContent, _sfc_main$N as SidebarGroupLabel, _sfc_main$K as SidebarMenu, _sfc_main$J as SidebarMenuAction, _sfc_main$I as SidebarMenuBadge, _sfc_main$C as SidebarMenuButton, _sfc_main$B as SidebarMenuItem, _sfc_main$z as SidebarMenuSkeleton, _sfc_main$y as SidebarMenuSub, _sfc_main$x as SidebarMenuSubButton, _sfc_main$w as SidebarMenuSubItem, _sfc_main$u as SidebarRail, _sfc_main$t as SidebarSeparator, _sfc_main$s as SidebarTrigger, _sfc_main$A as Skeleton, _sfc_main$q as Slider, _sfc_main$p as Sonner, _sfc_main$n as Switch, _sfc_main$e as Table, _sfc_main$k as TableCell, _sfc_main$i as TableEmpty, _sfc_main$g as TableHead, _sfc_main$d as TableLink, _sfc_main$j as TableRow, _sfc_main$c as Tabs, _sfc_main$b as TabsContent, _sfc_main$a as TabsList, _sfc_main$9 as TabsTrigger, _sfc_main$8 as TagsInput, _sfc_main$7 as TagsInputInput, _sfc_main$6 as TagsInputItem, _sfc_main$5 as TagsInputItemDelete, _sfc_main$4 as TagsInputItemText, _sfc_main$2 as Textarea, _sfc_main$1 as Toggle, _sfc_main as Tooltip, asyncComputed, asyncRef, cn, getCurrentApp, getErrorHandler, handleError, inject, localRef, maybe, onAltKeyDown, onCtrlKeyDown, onCtrlShiftKeyDown, onKeyDown, onShiftKeyDown, provide, runWithContext, setCurrentApp, setErrorHandler, tryGetCurrentApp, tryInject, trySetCurrentApp, useElementSize, useHeight, useHeightDiff, useSidebar, useWidth, useWidthDiff, useWindowHeight, useWindowWidth };