@tb-dev/vue-components 7.1.0 → 7.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -48,7 +48,7 @@ const _sfc_main$4k = /* @__PURE__ */ defineComponent({
|
|
|
48
48
|
forceMount: { type: Boolean },
|
|
49
49
|
asChild: { type: Boolean },
|
|
50
50
|
as: {},
|
|
51
|
-
class: {}
|
|
51
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
52
52
|
},
|
|
53
53
|
setup(__props) {
|
|
54
54
|
const props = __props;
|
|
@@ -75,7 +75,7 @@ const _sfc_main$4j = /* @__PURE__ */ defineComponent({
|
|
|
75
75
|
unmountOnHide: { type: Boolean },
|
|
76
76
|
asChild: { type: Boolean },
|
|
77
77
|
as: {},
|
|
78
|
-
class: {}
|
|
78
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
79
79
|
},
|
|
80
80
|
setup(__props) {
|
|
81
81
|
const props = __props;
|
|
@@ -98,7 +98,7 @@ const _sfc_main$4i = /* @__PURE__ */ defineComponent({
|
|
|
98
98
|
props: {
|
|
99
99
|
asChild: { type: Boolean },
|
|
100
100
|
as: {},
|
|
101
|
-
class: {}
|
|
101
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
102
102
|
},
|
|
103
103
|
setup(__props) {
|
|
104
104
|
const props = __props;
|
|
@@ -129,7 +129,7 @@ const _sfc_main$4i = /* @__PURE__ */ defineComponent({
|
|
|
129
129
|
const _sfc_main$4h = /* @__PURE__ */ defineComponent({
|
|
130
130
|
__name: "Alert",
|
|
131
131
|
props: {
|
|
132
|
-
class: {},
|
|
132
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
133
133
|
variant: {}
|
|
134
134
|
},
|
|
135
135
|
setup(__props) {
|
|
@@ -148,7 +148,7 @@ const _sfc_main$4h = /* @__PURE__ */ defineComponent({
|
|
|
148
148
|
const _sfc_main$4g = /* @__PURE__ */ defineComponent({
|
|
149
149
|
__name: "AlertDescription",
|
|
150
150
|
props: {
|
|
151
|
-
class: {}
|
|
151
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
152
152
|
},
|
|
153
153
|
setup(__props) {
|
|
154
154
|
const props = __props;
|
|
@@ -168,7 +168,7 @@ const _sfc_main$4g = /* @__PURE__ */ defineComponent({
|
|
|
168
168
|
const _sfc_main$4f = /* @__PURE__ */ defineComponent({
|
|
169
169
|
__name: "AlertTitle",
|
|
170
170
|
props: {
|
|
171
|
-
class: {}
|
|
171
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
172
172
|
},
|
|
173
173
|
setup(__props) {
|
|
174
174
|
const props = __props;
|
|
@@ -222,7 +222,7 @@ const _sfc_main$4d = /* @__PURE__ */ defineComponent({
|
|
|
222
222
|
props: {
|
|
223
223
|
variant: {},
|
|
224
224
|
size: {},
|
|
225
|
-
class: {},
|
|
225
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
226
226
|
type: { default: "button" },
|
|
227
227
|
asChild: { type: Boolean },
|
|
228
228
|
as: { default: "button" }
|
|
@@ -278,7 +278,7 @@ const _sfc_main$4c = /* @__PURE__ */ defineComponent({
|
|
|
278
278
|
props: {
|
|
279
279
|
asChild: { type: Boolean },
|
|
280
280
|
as: {},
|
|
281
|
-
class: {}
|
|
281
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
282
282
|
},
|
|
283
283
|
setup(__props) {
|
|
284
284
|
const props = __props;
|
|
@@ -300,7 +300,7 @@ const _sfc_main$4b = /* @__PURE__ */ defineComponent({
|
|
|
300
300
|
props: {
|
|
301
301
|
asChild: { type: Boolean },
|
|
302
302
|
as: {},
|
|
303
|
-
class: {}
|
|
303
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
304
304
|
},
|
|
305
305
|
setup(__props) {
|
|
306
306
|
const props = __props;
|
|
@@ -324,7 +324,7 @@ const _sfc_main$4a = /* @__PURE__ */ defineComponent({
|
|
|
324
324
|
disableOutsidePointerEvents: { type: Boolean },
|
|
325
325
|
asChild: { type: Boolean },
|
|
326
326
|
as: {},
|
|
327
|
-
class: {}
|
|
327
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
328
328
|
},
|
|
329
329
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"],
|
|
330
330
|
setup(__props, { emit: __emit }) {
|
|
@@ -361,7 +361,7 @@ const _sfc_main$49 = /* @__PURE__ */ defineComponent({
|
|
|
361
361
|
props: {
|
|
362
362
|
asChild: { type: Boolean },
|
|
363
363
|
as: {},
|
|
364
|
-
class: {}
|
|
364
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
365
365
|
},
|
|
366
366
|
setup(__props) {
|
|
367
367
|
const props = __props;
|
|
@@ -381,7 +381,7 @@ const _sfc_main$49 = /* @__PURE__ */ defineComponent({
|
|
|
381
381
|
const _sfc_main$48 = /* @__PURE__ */ defineComponent({
|
|
382
382
|
__name: "AlertDialogFooter",
|
|
383
383
|
props: {
|
|
384
|
-
class: {}
|
|
384
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
385
385
|
},
|
|
386
386
|
setup(__props) {
|
|
387
387
|
const props = __props;
|
|
@@ -398,7 +398,7 @@ const _sfc_main$48 = /* @__PURE__ */ defineComponent({
|
|
|
398
398
|
const _sfc_main$47 = /* @__PURE__ */ defineComponent({
|
|
399
399
|
__name: "AlertDialogHeader",
|
|
400
400
|
props: {
|
|
401
|
-
class: {}
|
|
401
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
402
402
|
},
|
|
403
403
|
setup(__props) {
|
|
404
404
|
const props = __props;
|
|
@@ -417,7 +417,7 @@ const _sfc_main$46 = /* @__PURE__ */ defineComponent({
|
|
|
417
417
|
props: {
|
|
418
418
|
asChild: { type: Boolean },
|
|
419
419
|
as: {},
|
|
420
|
-
class: {}
|
|
420
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
421
421
|
},
|
|
422
422
|
setup(__props) {
|
|
423
423
|
const props = __props;
|
|
@@ -455,7 +455,7 @@ const _sfc_main$45 = /* @__PURE__ */ defineComponent({
|
|
|
455
455
|
const _sfc_main$44 = /* @__PURE__ */ defineComponent({
|
|
456
456
|
__name: "Avatar",
|
|
457
457
|
props: {
|
|
458
|
-
class: {}
|
|
458
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
459
459
|
},
|
|
460
460
|
setup(__props) {
|
|
461
461
|
const props = __props;
|
|
@@ -478,7 +478,7 @@ const _sfc_main$43 = /* @__PURE__ */ defineComponent({
|
|
|
478
478
|
delayMs: {},
|
|
479
479
|
asChild: { type: Boolean },
|
|
480
480
|
as: {},
|
|
481
|
-
class: {}
|
|
481
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
482
482
|
},
|
|
483
483
|
setup(__props) {
|
|
484
484
|
const props = __props;
|
|
@@ -522,7 +522,7 @@ const _sfc_main$41 = /* @__PURE__ */ defineComponent({
|
|
|
522
522
|
asChild: { type: Boolean },
|
|
523
523
|
as: {},
|
|
524
524
|
variant: {},
|
|
525
|
-
class: {}
|
|
525
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
526
526
|
},
|
|
527
527
|
setup(__props) {
|
|
528
528
|
const props = __props;
|
|
@@ -563,7 +563,7 @@ const _hoisted_1$o = ["data-orientation"];
|
|
|
563
563
|
const _sfc_main$40 = /* @__PURE__ */ defineComponent({
|
|
564
564
|
__name: "ButtonGroup",
|
|
565
565
|
props: {
|
|
566
|
-
class: {},
|
|
566
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
567
567
|
orientation: {}
|
|
568
568
|
},
|
|
569
569
|
setup(__props) {
|
|
@@ -587,7 +587,7 @@ const _sfc_main$3$ = /* @__PURE__ */ defineComponent({
|
|
|
587
587
|
decorative: { type: Boolean, default: true },
|
|
588
588
|
asChild: { type: Boolean },
|
|
589
589
|
as: {},
|
|
590
|
-
class: {}
|
|
590
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
591
591
|
},
|
|
592
592
|
setup(__props) {
|
|
593
593
|
const props = __props;
|
|
@@ -609,7 +609,7 @@ const _sfc_main$3_ = /* @__PURE__ */ defineComponent({
|
|
|
609
609
|
decorative: { type: Boolean },
|
|
610
610
|
asChild: { type: Boolean },
|
|
611
611
|
as: {},
|
|
612
|
-
class: {}
|
|
612
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
613
613
|
},
|
|
614
614
|
setup(__props) {
|
|
615
615
|
const props = __props;
|
|
@@ -628,7 +628,7 @@ const _sfc_main$3_ = /* @__PURE__ */ defineComponent({
|
|
|
628
628
|
const _sfc_main$3Z = /* @__PURE__ */ defineComponent({
|
|
629
629
|
__name: "ButtonGroupText",
|
|
630
630
|
props: {
|
|
631
|
-
class: {},
|
|
631
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
632
632
|
orientation: {},
|
|
633
633
|
asChild: { type: Boolean },
|
|
634
634
|
as: { default: "div" }
|
|
@@ -672,7 +672,7 @@ const buttonGroupVariants = cva(
|
|
|
672
672
|
const _sfc_main$3Y = /* @__PURE__ */ defineComponent({
|
|
673
673
|
__name: "Card",
|
|
674
674
|
props: {
|
|
675
|
-
class: {}
|
|
675
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
676
676
|
},
|
|
677
677
|
setup(__props) {
|
|
678
678
|
const props = __props;
|
|
@@ -692,7 +692,7 @@ const _sfc_main$3Y = /* @__PURE__ */ defineComponent({
|
|
|
692
692
|
const _sfc_main$3X = /* @__PURE__ */ defineComponent({
|
|
693
693
|
__name: "CardAction",
|
|
694
694
|
props: {
|
|
695
|
-
class: {}
|
|
695
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
696
696
|
},
|
|
697
697
|
setup(__props) {
|
|
698
698
|
const props = __props;
|
|
@@ -709,7 +709,7 @@ const _sfc_main$3X = /* @__PURE__ */ defineComponent({
|
|
|
709
709
|
const _sfc_main$3W = /* @__PURE__ */ defineComponent({
|
|
710
710
|
__name: "CardContent",
|
|
711
711
|
props: {
|
|
712
|
-
class: {}
|
|
712
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
713
713
|
},
|
|
714
714
|
setup(__props) {
|
|
715
715
|
const props = __props;
|
|
@@ -726,7 +726,7 @@ const _sfc_main$3W = /* @__PURE__ */ defineComponent({
|
|
|
726
726
|
const _sfc_main$3V = /* @__PURE__ */ defineComponent({
|
|
727
727
|
__name: "CardDescription",
|
|
728
728
|
props: {
|
|
729
|
-
class: {}
|
|
729
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
730
730
|
},
|
|
731
731
|
setup(__props) {
|
|
732
732
|
const props = __props;
|
|
@@ -743,7 +743,7 @@ const _sfc_main$3V = /* @__PURE__ */ defineComponent({
|
|
|
743
743
|
const _sfc_main$3U = /* @__PURE__ */ defineComponent({
|
|
744
744
|
__name: "CardFooter",
|
|
745
745
|
props: {
|
|
746
|
-
class: {}
|
|
746
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
747
747
|
},
|
|
748
748
|
setup(__props) {
|
|
749
749
|
const props = __props;
|
|
@@ -760,7 +760,7 @@ const _sfc_main$3U = /* @__PURE__ */ defineComponent({
|
|
|
760
760
|
const _sfc_main$3T = /* @__PURE__ */ defineComponent({
|
|
761
761
|
__name: "CardHeader",
|
|
762
762
|
props: {
|
|
763
|
-
class: {}
|
|
763
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
764
764
|
},
|
|
765
765
|
setup(__props) {
|
|
766
766
|
const props = __props;
|
|
@@ -780,7 +780,7 @@ const _sfc_main$3T = /* @__PURE__ */ defineComponent({
|
|
|
780
780
|
const _sfc_main$3S = /* @__PURE__ */ defineComponent({
|
|
781
781
|
__name: "CardTitle",
|
|
782
782
|
props: {
|
|
783
|
-
class: {}
|
|
783
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
784
784
|
},
|
|
785
785
|
setup(__props) {
|
|
786
786
|
const props = __props;
|
|
@@ -825,7 +825,7 @@ const _sfc_main$3R = /* @__PURE__ */ defineComponent({
|
|
|
825
825
|
disableDaysOutsideCurrentView: { type: Boolean },
|
|
826
826
|
asChild: { type: Boolean },
|
|
827
827
|
as: {},
|
|
828
|
-
class: {}
|
|
828
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
829
829
|
},
|
|
830
830
|
emits: ["update:modelValue", "update:placeholder"],
|
|
831
831
|
setup(__props, { emit: __emit }) {
|
|
@@ -919,7 +919,7 @@ const _sfc_main$3Q = /* @__PURE__ */ defineComponent({
|
|
|
919
919
|
date: {},
|
|
920
920
|
asChild: { type: Boolean },
|
|
921
921
|
as: {},
|
|
922
|
-
class: {}
|
|
922
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
923
923
|
},
|
|
924
924
|
setup(__props) {
|
|
925
925
|
const props = __props;
|
|
@@ -948,7 +948,7 @@ const _sfc_main$3P = /* @__PURE__ */ defineComponent({
|
|
|
948
948
|
month: {},
|
|
949
949
|
asChild: { type: Boolean },
|
|
950
950
|
as: { default: "button" },
|
|
951
|
-
class: {}
|
|
951
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
952
952
|
},
|
|
953
953
|
setup(__props) {
|
|
954
954
|
const props = __props;
|
|
@@ -985,7 +985,7 @@ const _sfc_main$3O = /* @__PURE__ */ defineComponent({
|
|
|
985
985
|
props: {
|
|
986
986
|
asChild: { type: Boolean },
|
|
987
987
|
as: {},
|
|
988
|
-
class: {}
|
|
988
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
989
989
|
},
|
|
990
990
|
setup(__props) {
|
|
991
991
|
const props = __props;
|
|
@@ -1027,7 +1027,7 @@ const _sfc_main$3M = /* @__PURE__ */ defineComponent({
|
|
|
1027
1027
|
props: {
|
|
1028
1028
|
asChild: { type: Boolean },
|
|
1029
1029
|
as: {},
|
|
1030
|
-
class: {}
|
|
1030
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1031
1031
|
},
|
|
1032
1032
|
setup(__props) {
|
|
1033
1033
|
const props = __props;
|
|
@@ -1046,7 +1046,7 @@ const _sfc_main$3L = /* @__PURE__ */ defineComponent({
|
|
|
1046
1046
|
props: {
|
|
1047
1047
|
asChild: { type: Boolean },
|
|
1048
1048
|
as: {},
|
|
1049
|
-
class: {}
|
|
1049
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1050
1050
|
},
|
|
1051
1051
|
setup(__props) {
|
|
1052
1052
|
const props = __props;
|
|
@@ -1070,7 +1070,7 @@ const _sfc_main$3K = /* @__PURE__ */ defineComponent({
|
|
|
1070
1070
|
props: {
|
|
1071
1071
|
asChild: { type: Boolean },
|
|
1072
1072
|
as: {},
|
|
1073
|
-
class: {}
|
|
1073
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1074
1074
|
},
|
|
1075
1075
|
setup(__props) {
|
|
1076
1076
|
const props = __props;
|
|
@@ -1094,7 +1094,7 @@ const _sfc_main$3J = /* @__PURE__ */ defineComponent({
|
|
|
1094
1094
|
props: {
|
|
1095
1095
|
asChild: { type: Boolean },
|
|
1096
1096
|
as: {},
|
|
1097
|
-
class: {}
|
|
1097
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1098
1098
|
},
|
|
1099
1099
|
setup(__props) {
|
|
1100
1100
|
const props = __props;
|
|
@@ -1118,7 +1118,7 @@ const _sfc_main$3I = /* @__PURE__ */ defineComponent({
|
|
|
1118
1118
|
props: {
|
|
1119
1119
|
asChild: { type: Boolean },
|
|
1120
1120
|
as: {},
|
|
1121
|
-
class: {}
|
|
1121
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1122
1122
|
},
|
|
1123
1123
|
setup(__props) {
|
|
1124
1124
|
const props = __props;
|
|
@@ -1145,7 +1145,7 @@ const _sfc_main$3H = /* @__PURE__ */ defineComponent({
|
|
|
1145
1145
|
nextPage: { type: Function },
|
|
1146
1146
|
asChild: { type: Boolean },
|
|
1147
1147
|
as: {},
|
|
1148
|
-
class: {}
|
|
1148
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1149
1149
|
},
|
|
1150
1150
|
setup(__props) {
|
|
1151
1151
|
const props = __props;
|
|
@@ -1177,7 +1177,7 @@ const _sfc_main$3G = /* @__PURE__ */ defineComponent({
|
|
|
1177
1177
|
prevPage: { type: Function },
|
|
1178
1178
|
asChild: { type: Boolean },
|
|
1179
1179
|
as: {},
|
|
1180
|
-
class: {}
|
|
1180
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1181
1181
|
},
|
|
1182
1182
|
setup(__props) {
|
|
1183
1183
|
const props = __props;
|
|
@@ -1215,7 +1215,7 @@ const _sfc_main$3F = /* @__PURE__ */ defineComponent({
|
|
|
1215
1215
|
as: {},
|
|
1216
1216
|
name: {},
|
|
1217
1217
|
required: { type: Boolean },
|
|
1218
|
-
class: {}
|
|
1218
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1219
1219
|
},
|
|
1220
1220
|
emits: ["update:modelValue"],
|
|
1221
1221
|
setup(__props, { emit: __emit }) {
|
|
@@ -1357,7 +1357,7 @@ const _sfc_main$3A = /* @__PURE__ */ defineComponent({
|
|
|
1357
1357
|
reference: {},
|
|
1358
1358
|
asChild: { type: Boolean },
|
|
1359
1359
|
as: {},
|
|
1360
|
-
class: {}
|
|
1360
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1361
1361
|
},
|
|
1362
1362
|
setup(__props) {
|
|
1363
1363
|
const props = __props;
|
|
@@ -1380,7 +1380,7 @@ const _sfc_main$3z = /* @__PURE__ */ defineComponent({
|
|
|
1380
1380
|
props: {
|
|
1381
1381
|
asChild: { type: Boolean },
|
|
1382
1382
|
as: {},
|
|
1383
|
-
class: {}
|
|
1383
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1384
1384
|
},
|
|
1385
1385
|
setup(__props) {
|
|
1386
1386
|
const props = __props;
|
|
@@ -1402,7 +1402,7 @@ const _sfc_main$3y = /* @__PURE__ */ defineComponent({
|
|
|
1402
1402
|
props: {
|
|
1403
1403
|
asChild: { type: Boolean },
|
|
1404
1404
|
as: {},
|
|
1405
|
-
class: {},
|
|
1405
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
1406
1406
|
heading: {}
|
|
1407
1407
|
},
|
|
1408
1408
|
setup(__props) {
|
|
@@ -1445,7 +1445,7 @@ const _sfc_main$3x = /* @__PURE__ */ defineComponent({
|
|
|
1445
1445
|
disabled: { type: Boolean },
|
|
1446
1446
|
asChild: { type: Boolean },
|
|
1447
1447
|
as: {},
|
|
1448
|
-
class: {}
|
|
1448
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1449
1449
|
},
|
|
1450
1450
|
emits: ["update:modelValue"],
|
|
1451
1451
|
setup(__props, { emit: __emit }) {
|
|
@@ -1480,7 +1480,7 @@ const _sfc_main$3w = /* @__PURE__ */ defineComponent({
|
|
|
1480
1480
|
disabled: { type: Boolean },
|
|
1481
1481
|
asChild: { type: Boolean },
|
|
1482
1482
|
as: {},
|
|
1483
|
-
class: {}
|
|
1483
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1484
1484
|
},
|
|
1485
1485
|
emits: ["select"],
|
|
1486
1486
|
setup(__props, { emit: __emit }) {
|
|
@@ -1508,7 +1508,7 @@ const _sfc_main$3v = /* @__PURE__ */ defineComponent({
|
|
|
1508
1508
|
props: {
|
|
1509
1509
|
asChild: { type: Boolean },
|
|
1510
1510
|
as: {},
|
|
1511
|
-
class: {}
|
|
1511
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1512
1512
|
},
|
|
1513
1513
|
setup(__props) {
|
|
1514
1514
|
const props = __props;
|
|
@@ -1553,7 +1553,7 @@ const _sfc_main$3u = /* @__PURE__ */ defineComponent({
|
|
|
1553
1553
|
asChild: { type: Boolean },
|
|
1554
1554
|
as: {},
|
|
1555
1555
|
disableOutsidePointerEvents: { type: Boolean },
|
|
1556
|
-
class: {}
|
|
1556
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1557
1557
|
},
|
|
1558
1558
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside"],
|
|
1559
1559
|
setup(__props, { emit: __emit }) {
|
|
@@ -1586,7 +1586,7 @@ const _sfc_main$3t = /* @__PURE__ */ defineComponent({
|
|
|
1586
1586
|
props: {
|
|
1587
1587
|
asChild: { type: Boolean },
|
|
1588
1588
|
as: {},
|
|
1589
|
-
class: {}
|
|
1589
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1590
1590
|
},
|
|
1591
1591
|
setup(__props) {
|
|
1592
1592
|
const props = __props;
|
|
@@ -1609,7 +1609,7 @@ const _sfc_main$3s = /* @__PURE__ */ defineComponent({
|
|
|
1609
1609
|
nonce: {},
|
|
1610
1610
|
asChild: { type: Boolean },
|
|
1611
1611
|
as: {},
|
|
1612
|
-
class: {}
|
|
1612
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1613
1613
|
},
|
|
1614
1614
|
setup(__props) {
|
|
1615
1615
|
const props = __props;
|
|
@@ -1643,7 +1643,7 @@ const _sfc_main$3r = /* @__PURE__ */ defineComponent({
|
|
|
1643
1643
|
as: {},
|
|
1644
1644
|
name: {},
|
|
1645
1645
|
required: { type: Boolean },
|
|
1646
|
-
class: {}
|
|
1646
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1647
1647
|
},
|
|
1648
1648
|
emits: ["update:modelValue", "highlight", "entryFocus", "leave"],
|
|
1649
1649
|
setup(__props, { emit: __emit }) {
|
|
@@ -1755,7 +1755,7 @@ const _sfc_main$3o = /* @__PURE__ */ defineComponent({
|
|
|
1755
1755
|
forceMount: { type: Boolean },
|
|
1756
1756
|
asChild: { type: Boolean },
|
|
1757
1757
|
as: {},
|
|
1758
|
-
class: {}
|
|
1758
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1759
1759
|
},
|
|
1760
1760
|
setup(__props) {
|
|
1761
1761
|
const props = __props;
|
|
@@ -1782,7 +1782,7 @@ const _sfc_main$3n = /* @__PURE__ */ defineComponent({
|
|
|
1782
1782
|
disableOutsidePointerEvents: { type: Boolean },
|
|
1783
1783
|
asChild: { type: Boolean },
|
|
1784
1784
|
as: {},
|
|
1785
|
-
class: {}
|
|
1785
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1786
1786
|
},
|
|
1787
1787
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"],
|
|
1788
1788
|
setup(__props, { emit: __emit }) {
|
|
@@ -1823,7 +1823,7 @@ const _sfc_main$3m = /* @__PURE__ */ defineComponent({
|
|
|
1823
1823
|
props: {
|
|
1824
1824
|
asChild: { type: Boolean },
|
|
1825
1825
|
as: {},
|
|
1826
|
-
class: {}
|
|
1826
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1827
1827
|
},
|
|
1828
1828
|
setup(__props) {
|
|
1829
1829
|
const props = __props;
|
|
@@ -1844,7 +1844,7 @@ const _sfc_main$3m = /* @__PURE__ */ defineComponent({
|
|
|
1844
1844
|
const _sfc_main$3l = /* @__PURE__ */ defineComponent({
|
|
1845
1845
|
__name: "DialogFooter",
|
|
1846
1846
|
props: {
|
|
1847
|
-
class: {}
|
|
1847
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1848
1848
|
},
|
|
1849
1849
|
setup(__props) {
|
|
1850
1850
|
const props = __props;
|
|
@@ -1861,7 +1861,7 @@ const _sfc_main$3l = /* @__PURE__ */ defineComponent({
|
|
|
1861
1861
|
const _sfc_main$3k = /* @__PURE__ */ defineComponent({
|
|
1862
1862
|
__name: "DialogHeader",
|
|
1863
1863
|
props: {
|
|
1864
|
-
class: {}
|
|
1864
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1865
1865
|
},
|
|
1866
1866
|
setup(__props) {
|
|
1867
1867
|
const props = __props;
|
|
@@ -1882,7 +1882,7 @@ const _sfc_main$3j = /* @__PURE__ */ defineComponent({
|
|
|
1882
1882
|
disableOutsidePointerEvents: { type: Boolean },
|
|
1883
1883
|
asChild: { type: Boolean },
|
|
1884
1884
|
as: {},
|
|
1885
|
-
class: {}
|
|
1885
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1886
1886
|
},
|
|
1887
1887
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"],
|
|
1888
1888
|
setup(__props, { emit: __emit }) {
|
|
@@ -1935,7 +1935,7 @@ const _sfc_main$3i = /* @__PURE__ */ defineComponent({
|
|
|
1935
1935
|
props: {
|
|
1936
1936
|
asChild: { type: Boolean },
|
|
1937
1937
|
as: {},
|
|
1938
|
-
class: {}
|
|
1938
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
1939
1939
|
},
|
|
1940
1940
|
setup(__props) {
|
|
1941
1941
|
const props = __props;
|
|
@@ -2027,7 +2027,7 @@ const _sfc_main$3f = /* @__PURE__ */ defineComponent({
|
|
|
2027
2027
|
props: {
|
|
2028
2028
|
asChild: { type: Boolean },
|
|
2029
2029
|
as: {},
|
|
2030
|
-
class: {}
|
|
2030
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2031
2031
|
},
|
|
2032
2032
|
setup(__props) {
|
|
2033
2033
|
const props = __props;
|
|
@@ -2054,7 +2054,7 @@ const _sfc_main$3e = /* @__PURE__ */ defineComponent({
|
|
|
2054
2054
|
props: {
|
|
2055
2055
|
asChild: { type: Boolean },
|
|
2056
2056
|
as: {},
|
|
2057
|
-
class: {},
|
|
2057
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
2058
2058
|
heading: {}
|
|
2059
2059
|
},
|
|
2060
2060
|
setup(__props) {
|
|
@@ -2111,7 +2111,7 @@ const _sfc_main$3d = /* @__PURE__ */ defineComponent({
|
|
|
2111
2111
|
disabled: { type: Boolean },
|
|
2112
2112
|
asChild: { type: Boolean },
|
|
2113
2113
|
as: {},
|
|
2114
|
-
class: {}
|
|
2114
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2115
2115
|
},
|
|
2116
2116
|
setup(__props) {
|
|
2117
2117
|
const props = __props;
|
|
@@ -2142,7 +2142,7 @@ const _sfc_main$3c = /* @__PURE__ */ defineComponent({
|
|
|
2142
2142
|
disabled: { type: Boolean },
|
|
2143
2143
|
asChild: { type: Boolean },
|
|
2144
2144
|
as: {},
|
|
2145
|
-
class: {}
|
|
2145
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2146
2146
|
},
|
|
2147
2147
|
emits: ["select"],
|
|
2148
2148
|
setup(__props, { emit: __emit }) {
|
|
@@ -2211,7 +2211,7 @@ const _sfc_main$3b = /* @__PURE__ */ defineComponent({
|
|
|
2211
2211
|
props: {
|
|
2212
2212
|
asChild: { type: Boolean },
|
|
2213
2213
|
as: {},
|
|
2214
|
-
class: {}
|
|
2214
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2215
2215
|
},
|
|
2216
2216
|
setup(__props) {
|
|
2217
2217
|
const props = __props;
|
|
@@ -2238,7 +2238,7 @@ const _sfc_main$3a = /* @__PURE__ */ defineComponent({
|
|
|
2238
2238
|
decorative: { type: Boolean },
|
|
2239
2239
|
asChild: { type: Boolean },
|
|
2240
2240
|
as: {},
|
|
2241
|
-
class: {}
|
|
2241
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2242
2242
|
},
|
|
2243
2243
|
setup(__props) {
|
|
2244
2244
|
const props = __props;
|
|
@@ -2258,7 +2258,7 @@ const _sfc_main$3a = /* @__PURE__ */ defineComponent({
|
|
|
2258
2258
|
const _sfc_main$39 = /* @__PURE__ */ defineComponent({
|
|
2259
2259
|
__name: "CommandShortcut",
|
|
2260
2260
|
props: {
|
|
2261
|
-
class: {}
|
|
2261
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2262
2262
|
},
|
|
2263
2263
|
setup(__props) {
|
|
2264
2264
|
const props = __props;
|
|
@@ -2305,7 +2305,7 @@ const _sfc_main$37 = /* @__PURE__ */ defineComponent({
|
|
|
2305
2305
|
textValue: {},
|
|
2306
2306
|
asChild: { type: Boolean },
|
|
2307
2307
|
as: {},
|
|
2308
|
-
class: {}
|
|
2308
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2309
2309
|
},
|
|
2310
2310
|
emits: ["select", "update:modelValue"],
|
|
2311
2311
|
setup(__props, { emit: __emit }) {
|
|
@@ -2359,7 +2359,7 @@ const _sfc_main$36 = /* @__PURE__ */ defineComponent({
|
|
|
2359
2359
|
reference: {},
|
|
2360
2360
|
asChild: { type: Boolean },
|
|
2361
2361
|
as: {},
|
|
2362
|
-
class: {}
|
|
2362
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2363
2363
|
},
|
|
2364
2364
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "closeAutoFocus"],
|
|
2365
2365
|
setup(__props, { emit: __emit }) {
|
|
@@ -2415,7 +2415,7 @@ const _sfc_main$34 = /* @__PURE__ */ defineComponent({
|
|
|
2415
2415
|
textValue: {},
|
|
2416
2416
|
asChild: { type: Boolean },
|
|
2417
2417
|
as: {},
|
|
2418
|
-
class: {},
|
|
2418
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
2419
2419
|
inset: { type: Boolean },
|
|
2420
2420
|
variant: { default: "default" }
|
|
2421
2421
|
},
|
|
@@ -2452,7 +2452,7 @@ const _sfc_main$33 = /* @__PURE__ */ defineComponent({
|
|
|
2452
2452
|
props: {
|
|
2453
2453
|
asChild: { type: Boolean },
|
|
2454
2454
|
as: {},
|
|
2455
|
-
class: {},
|
|
2455
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
2456
2456
|
inset: { type: Boolean }
|
|
2457
2457
|
},
|
|
2458
2458
|
setup(__props) {
|
|
@@ -2507,7 +2507,7 @@ const _sfc_main$31 = /* @__PURE__ */ defineComponent({
|
|
|
2507
2507
|
textValue: {},
|
|
2508
2508
|
asChild: { type: Boolean },
|
|
2509
2509
|
as: {},
|
|
2510
|
-
class: {}
|
|
2510
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2511
2511
|
},
|
|
2512
2512
|
emits: ["select"],
|
|
2513
2513
|
setup(__props, { emit: __emit }) {
|
|
@@ -2546,7 +2546,7 @@ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
|
|
|
2546
2546
|
props: {
|
|
2547
2547
|
asChild: { type: Boolean },
|
|
2548
2548
|
as: {},
|
|
2549
|
-
class: {}
|
|
2549
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2550
2550
|
},
|
|
2551
2551
|
setup(__props) {
|
|
2552
2552
|
const props = __props;
|
|
@@ -2564,7 +2564,7 @@ const _sfc_main$30 = /* @__PURE__ */ defineComponent({
|
|
|
2564
2564
|
const _sfc_main$2$ = /* @__PURE__ */ defineComponent({
|
|
2565
2565
|
__name: "ContextMenuShortcut",
|
|
2566
2566
|
props: {
|
|
2567
|
-
class: {}
|
|
2567
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2568
2568
|
},
|
|
2569
2569
|
setup(__props) {
|
|
2570
2570
|
const props = __props;
|
|
@@ -2622,7 +2622,7 @@ const _sfc_main$2Z = /* @__PURE__ */ defineComponent({
|
|
|
2622
2622
|
reference: {},
|
|
2623
2623
|
asChild: { type: Boolean },
|
|
2624
2624
|
as: {},
|
|
2625
|
-
class: {}
|
|
2625
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2626
2626
|
},
|
|
2627
2627
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "entryFocus", "openAutoFocus", "closeAutoFocus"],
|
|
2628
2628
|
setup(__props, { emit: __emit }) {
|
|
@@ -2655,7 +2655,7 @@ const _sfc_main$2Y = /* @__PURE__ */ defineComponent({
|
|
|
2655
2655
|
textValue: {},
|
|
2656
2656
|
asChild: { type: Boolean },
|
|
2657
2657
|
as: {},
|
|
2658
|
-
class: {},
|
|
2658
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
2659
2659
|
inset: { type: Boolean }
|
|
2660
2660
|
},
|
|
2661
2661
|
setup(__props) {
|
|
@@ -2764,7 +2764,7 @@ const _sfc_main$2U = /* @__PURE__ */ defineComponent({
|
|
|
2764
2764
|
forceMount: { type: Boolean },
|
|
2765
2765
|
asChild: { type: Boolean },
|
|
2766
2766
|
as: {},
|
|
2767
|
-
class: {}
|
|
2767
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2768
2768
|
},
|
|
2769
2769
|
setup(__props) {
|
|
2770
2770
|
const props = __props;
|
|
@@ -2786,7 +2786,7 @@ const _sfc_main$2T = /* @__PURE__ */ defineComponent({
|
|
|
2786
2786
|
disableOutsidePointerEvents: { type: Boolean },
|
|
2787
2787
|
asChild: { type: Boolean },
|
|
2788
2788
|
as: {},
|
|
2789
|
-
class: {}
|
|
2789
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2790
2790
|
},
|
|
2791
2791
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"],
|
|
2792
2792
|
setup(__props, { emit: __emit }) {
|
|
@@ -2824,7 +2824,7 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
|
|
|
2824
2824
|
props: {
|
|
2825
2825
|
asChild: { type: Boolean },
|
|
2826
2826
|
as: {},
|
|
2827
|
-
class: {}
|
|
2827
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2828
2828
|
},
|
|
2829
2829
|
setup(__props) {
|
|
2830
2830
|
const props = __props;
|
|
@@ -2844,7 +2844,7 @@ const _sfc_main$2S = /* @__PURE__ */ defineComponent({
|
|
|
2844
2844
|
const _sfc_main$2R = /* @__PURE__ */ defineComponent({
|
|
2845
2845
|
__name: "DrawerFooter",
|
|
2846
2846
|
props: {
|
|
2847
|
-
class: {}
|
|
2847
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2848
2848
|
},
|
|
2849
2849
|
setup(__props) {
|
|
2850
2850
|
const props = __props;
|
|
@@ -2861,7 +2861,7 @@ const _sfc_main$2R = /* @__PURE__ */ defineComponent({
|
|
|
2861
2861
|
const _sfc_main$2Q = /* @__PURE__ */ defineComponent({
|
|
2862
2862
|
__name: "DrawerHeader",
|
|
2863
2863
|
props: {
|
|
2864
|
-
class: {}
|
|
2864
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2865
2865
|
},
|
|
2866
2866
|
setup(__props) {
|
|
2867
2867
|
const props = __props;
|
|
@@ -2880,7 +2880,7 @@ const _sfc_main$2P = /* @__PURE__ */ defineComponent({
|
|
|
2880
2880
|
props: {
|
|
2881
2881
|
asChild: { type: Boolean },
|
|
2882
2882
|
as: {},
|
|
2883
|
-
class: {}
|
|
2883
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2884
2884
|
},
|
|
2885
2885
|
setup(__props) {
|
|
2886
2886
|
const props = __props;
|
|
@@ -2947,7 +2947,7 @@ const _sfc_main$2M = /* @__PURE__ */ defineComponent({
|
|
|
2947
2947
|
textValue: {},
|
|
2948
2948
|
asChild: { type: Boolean },
|
|
2949
2949
|
as: {},
|
|
2950
|
-
class: {}
|
|
2950
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
2951
2951
|
},
|
|
2952
2952
|
emits: ["select", "update:modelValue"],
|
|
2953
2953
|
setup(__props, { emit: __emit }) {
|
|
@@ -3003,7 +3003,7 @@ const _sfc_main$2L = /* @__PURE__ */ defineComponent({
|
|
|
3003
3003
|
reference: {},
|
|
3004
3004
|
asChild: { type: Boolean },
|
|
3005
3005
|
as: {},
|
|
3006
|
-
class: {}
|
|
3006
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3007
3007
|
},
|
|
3008
3008
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "closeAutoFocus"],
|
|
3009
3009
|
setup(__props, { emit: __emit }) {
|
|
@@ -3056,7 +3056,7 @@ const _sfc_main$2J = /* @__PURE__ */ defineComponent({
|
|
|
3056
3056
|
textValue: {},
|
|
3057
3057
|
asChild: { type: Boolean },
|
|
3058
3058
|
as: {},
|
|
3059
|
-
class: {},
|
|
3059
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
3060
3060
|
inset: { type: Boolean },
|
|
3061
3061
|
variant: { default: "default" }
|
|
3062
3062
|
},
|
|
@@ -3088,7 +3088,7 @@ const _sfc_main$2I = /* @__PURE__ */ defineComponent({
|
|
|
3088
3088
|
props: {
|
|
3089
3089
|
asChild: { type: Boolean },
|
|
3090
3090
|
as: {},
|
|
3091
|
-
class: {},
|
|
3091
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
3092
3092
|
inset: { type: Boolean }
|
|
3093
3093
|
},
|
|
3094
3094
|
setup(__props) {
|
|
@@ -3141,7 +3141,7 @@ const _sfc_main$2G = /* @__PURE__ */ defineComponent({
|
|
|
3141
3141
|
textValue: {},
|
|
3142
3142
|
asChild: { type: Boolean },
|
|
3143
3143
|
as: {},
|
|
3144
|
-
class: {}
|
|
3144
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3145
3145
|
},
|
|
3146
3146
|
emits: ["select"],
|
|
3147
3147
|
setup(__props, { emit: __emit }) {
|
|
@@ -3177,7 +3177,7 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
|
|
|
3177
3177
|
props: {
|
|
3178
3178
|
asChild: { type: Boolean },
|
|
3179
3179
|
as: {},
|
|
3180
|
-
class: {}
|
|
3180
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3181
3181
|
},
|
|
3182
3182
|
setup(__props) {
|
|
3183
3183
|
const props = __props;
|
|
@@ -3192,7 +3192,7 @@ const _sfc_main$2F = /* @__PURE__ */ defineComponent({
|
|
|
3192
3192
|
const _sfc_main$2E = /* @__PURE__ */ defineComponent({
|
|
3193
3193
|
__name: "DropdownMenuShortcut",
|
|
3194
3194
|
props: {
|
|
3195
|
-
class: {}
|
|
3195
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3196
3196
|
},
|
|
3197
3197
|
setup(__props) {
|
|
3198
3198
|
const props = __props;
|
|
@@ -3250,7 +3250,7 @@ const _sfc_main$2C = /* @__PURE__ */ defineComponent({
|
|
|
3250
3250
|
reference: {},
|
|
3251
3251
|
asChild: { type: Boolean },
|
|
3252
3252
|
as: {},
|
|
3253
|
-
class: {}
|
|
3253
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3254
3254
|
},
|
|
3255
3255
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "entryFocus", "openAutoFocus", "closeAutoFocus"],
|
|
3256
3256
|
setup(__props, { emit: __emit }) {
|
|
@@ -3280,7 +3280,7 @@ const _sfc_main$2B = /* @__PURE__ */ defineComponent({
|
|
|
3280
3280
|
textValue: {},
|
|
3281
3281
|
asChild: { type: Boolean },
|
|
3282
3282
|
as: {},
|
|
3283
|
-
class: {},
|
|
3283
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
3284
3284
|
inset: { type: Boolean }
|
|
3285
3285
|
},
|
|
3286
3286
|
setup(__props) {
|
|
@@ -3326,7 +3326,7 @@ const _sfc_main$2A = /* @__PURE__ */ defineComponent({
|
|
|
3326
3326
|
const _sfc_main$2z = /* @__PURE__ */ defineComponent({
|
|
3327
3327
|
__name: "Empty",
|
|
3328
3328
|
props: {
|
|
3329
|
-
class: {}
|
|
3329
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3330
3330
|
},
|
|
3331
3331
|
setup(__props) {
|
|
3332
3332
|
const props = __props;
|
|
@@ -3346,7 +3346,7 @@ const _sfc_main$2z = /* @__PURE__ */ defineComponent({
|
|
|
3346
3346
|
const _sfc_main$2y = /* @__PURE__ */ defineComponent({
|
|
3347
3347
|
__name: "EmptyContent",
|
|
3348
3348
|
props: {
|
|
3349
|
-
class: {}
|
|
3349
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3350
3350
|
},
|
|
3351
3351
|
setup(__props) {
|
|
3352
3352
|
const props = __props;
|
|
@@ -3366,7 +3366,7 @@ const _sfc_main$2y = /* @__PURE__ */ defineComponent({
|
|
|
3366
3366
|
const _sfc_main$2x = /* @__PURE__ */ defineComponent({
|
|
3367
3367
|
__name: "EmptyDescription",
|
|
3368
3368
|
props: {
|
|
3369
|
-
class: {}
|
|
3369
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3370
3370
|
},
|
|
3371
3371
|
setup(__props) {
|
|
3372
3372
|
return (_ctx, _cache) => {
|
|
@@ -3385,7 +3385,7 @@ const _sfc_main$2x = /* @__PURE__ */ defineComponent({
|
|
|
3385
3385
|
const _sfc_main$2w = /* @__PURE__ */ defineComponent({
|
|
3386
3386
|
__name: "EmptyHeader",
|
|
3387
3387
|
props: {
|
|
3388
|
-
class: {}
|
|
3388
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3389
3389
|
},
|
|
3390
3390
|
setup(__props) {
|
|
3391
3391
|
return (_ctx, _cache) => {
|
|
@@ -3405,7 +3405,7 @@ const _hoisted_1$f = ["data-variant"];
|
|
|
3405
3405
|
const _sfc_main$2v = /* @__PURE__ */ defineComponent({
|
|
3406
3406
|
__name: "EmptyMedia",
|
|
3407
3407
|
props: {
|
|
3408
|
-
class: {},
|
|
3408
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
3409
3409
|
variant: {}
|
|
3410
3410
|
},
|
|
3411
3411
|
setup(__props) {
|
|
@@ -3425,7 +3425,7 @@ const _hoisted_1$e = ["data-variant"];
|
|
|
3425
3425
|
const _sfc_main$2u = /* @__PURE__ */ defineComponent({
|
|
3426
3426
|
__name: "EmptyTitle",
|
|
3427
3427
|
props: {
|
|
3428
|
-
class: {},
|
|
3428
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
3429
3429
|
variant: {}
|
|
3430
3430
|
},
|
|
3431
3431
|
setup(__props) {
|
|
@@ -3459,7 +3459,7 @@ const _hoisted_1$d = ["data-orientation"];
|
|
|
3459
3459
|
const _sfc_main$2t = /* @__PURE__ */ defineComponent({
|
|
3460
3460
|
__name: "Field",
|
|
3461
3461
|
props: {
|
|
3462
|
-
class: {},
|
|
3462
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
3463
3463
|
orientation: {}
|
|
3464
3464
|
},
|
|
3465
3465
|
setup(__props) {
|
|
@@ -3482,7 +3482,7 @@ const _sfc_main$2t = /* @__PURE__ */ defineComponent({
|
|
|
3482
3482
|
const _sfc_main$2s = /* @__PURE__ */ defineComponent({
|
|
3483
3483
|
__name: "FieldContent",
|
|
3484
3484
|
props: {
|
|
3485
|
-
class: {}
|
|
3485
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3486
3486
|
},
|
|
3487
3487
|
setup(__props) {
|
|
3488
3488
|
const props = __props;
|
|
@@ -3502,7 +3502,7 @@ const _sfc_main$2s = /* @__PURE__ */ defineComponent({
|
|
|
3502
3502
|
const _sfc_main$2r = /* @__PURE__ */ defineComponent({
|
|
3503
3503
|
__name: "FieldDescription",
|
|
3504
3504
|
props: {
|
|
3505
|
-
class: {}
|
|
3505
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3506
3506
|
},
|
|
3507
3507
|
setup(__props) {
|
|
3508
3508
|
const props = __props;
|
|
@@ -3528,7 +3528,7 @@ const _hoisted_1$c = {
|
|
|
3528
3528
|
const _sfc_main$2q = /* @__PURE__ */ defineComponent({
|
|
3529
3529
|
__name: "FieldError",
|
|
3530
3530
|
props: {
|
|
3531
|
-
class: {},
|
|
3531
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
3532
3532
|
errors: {}
|
|
3533
3533
|
},
|
|
3534
3534
|
setup(__props) {
|
|
@@ -3571,7 +3571,7 @@ const _sfc_main$2q = /* @__PURE__ */ defineComponent({
|
|
|
3571
3571
|
const _sfc_main$2p = /* @__PURE__ */ defineComponent({
|
|
3572
3572
|
__name: "FieldGroup",
|
|
3573
3573
|
props: {
|
|
3574
|
-
class: {}
|
|
3574
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3575
3575
|
},
|
|
3576
3576
|
setup(__props) {
|
|
3577
3577
|
const props = __props;
|
|
@@ -3594,7 +3594,7 @@ const _sfc_main$2o = /* @__PURE__ */ defineComponent({
|
|
|
3594
3594
|
for: {},
|
|
3595
3595
|
asChild: { type: Boolean },
|
|
3596
3596
|
as: {},
|
|
3597
|
-
class: {}
|
|
3597
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3598
3598
|
},
|
|
3599
3599
|
setup(__props) {
|
|
3600
3600
|
const props = __props;
|
|
@@ -3620,7 +3620,7 @@ const _sfc_main$2o = /* @__PURE__ */ defineComponent({
|
|
|
3620
3620
|
const _sfc_main$2n = /* @__PURE__ */ defineComponent({
|
|
3621
3621
|
__name: "FieldLabel",
|
|
3622
3622
|
props: {
|
|
3623
|
-
class: {}
|
|
3623
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3624
3624
|
},
|
|
3625
3625
|
setup(__props) {
|
|
3626
3626
|
const props = __props;
|
|
@@ -3646,7 +3646,7 @@ const _hoisted_1$b = ["data-variant"];
|
|
|
3646
3646
|
const _sfc_main$2m = /* @__PURE__ */ defineComponent({
|
|
3647
3647
|
__name: "FieldLegend",
|
|
3648
3648
|
props: {
|
|
3649
|
-
class: {},
|
|
3649
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
3650
3650
|
variant: {}
|
|
3651
3651
|
},
|
|
3652
3652
|
setup(__props) {
|
|
@@ -3676,7 +3676,7 @@ const _hoisted_2$1 = {
|
|
|
3676
3676
|
const _sfc_main$2l = /* @__PURE__ */ defineComponent({
|
|
3677
3677
|
__name: "FieldSeparator",
|
|
3678
3678
|
props: {
|
|
3679
|
-
class: {}
|
|
3679
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3680
3680
|
},
|
|
3681
3681
|
setup(__props) {
|
|
3682
3682
|
const props = __props;
|
|
@@ -3700,7 +3700,7 @@ const _sfc_main$2l = /* @__PURE__ */ defineComponent({
|
|
|
3700
3700
|
const _sfc_main$2k = /* @__PURE__ */ defineComponent({
|
|
3701
3701
|
__name: "FieldSet",
|
|
3702
3702
|
props: {
|
|
3703
|
-
class: {}
|
|
3703
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3704
3704
|
},
|
|
3705
3705
|
setup(__props) {
|
|
3706
3706
|
const props = __props;
|
|
@@ -3721,7 +3721,7 @@ const _sfc_main$2k = /* @__PURE__ */ defineComponent({
|
|
|
3721
3721
|
const _sfc_main$2j = /* @__PURE__ */ defineComponent({
|
|
3722
3722
|
__name: "FieldTitle",
|
|
3723
3723
|
props: {
|
|
3724
|
-
class: {}
|
|
3724
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3725
3725
|
},
|
|
3726
3726
|
setup(__props) {
|
|
3727
3727
|
const props = __props;
|
|
@@ -3808,7 +3808,7 @@ const _sfc_main$2h = /* @__PURE__ */ defineComponent({
|
|
|
3808
3808
|
reference: {},
|
|
3809
3809
|
asChild: { type: Boolean },
|
|
3810
3810
|
as: {},
|
|
3811
|
-
class: {}
|
|
3811
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3812
3812
|
},
|
|
3813
3813
|
setup(__props) {
|
|
3814
3814
|
const props = __props;
|
|
@@ -3861,7 +3861,7 @@ const _sfc_main$2f = /* @__PURE__ */ defineComponent({
|
|
|
3861
3861
|
props: {
|
|
3862
3862
|
defaultValue: {},
|
|
3863
3863
|
modelValue: {},
|
|
3864
|
-
class: {}
|
|
3864
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3865
3865
|
},
|
|
3866
3866
|
emits: ["update:modelValue"],
|
|
3867
3867
|
setup(__props, { emit: __emit }) {
|
|
@@ -3890,7 +3890,7 @@ const _sfc_main$2f = /* @__PURE__ */ defineComponent({
|
|
|
3890
3890
|
const _sfc_main$2e = /* @__PURE__ */ defineComponent({
|
|
3891
3891
|
__name: "InputGroup",
|
|
3892
3892
|
props: {
|
|
3893
|
-
class: {}
|
|
3893
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3894
3894
|
},
|
|
3895
3895
|
setup(__props) {
|
|
3896
3896
|
const props = __props;
|
|
@@ -3923,7 +3923,7 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
|
|
|
3923
3923
|
__name: "InputGroupAddon",
|
|
3924
3924
|
props: {
|
|
3925
3925
|
align: { default: "inline-start" },
|
|
3926
|
-
class: {}
|
|
3926
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3927
3927
|
},
|
|
3928
3928
|
setup(__props) {
|
|
3929
3929
|
const props = __props;
|
|
@@ -3955,7 +3955,7 @@ const _sfc_main$2c = /* @__PURE__ */ defineComponent({
|
|
|
3955
3955
|
props: {
|
|
3956
3956
|
variant: { default: "ghost" },
|
|
3957
3957
|
size: { default: "xs" },
|
|
3958
|
-
class: {}
|
|
3958
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3959
3959
|
},
|
|
3960
3960
|
setup(__props) {
|
|
3961
3961
|
const props = __props;
|
|
@@ -3976,7 +3976,7 @@ const _sfc_main$2c = /* @__PURE__ */ defineComponent({
|
|
|
3976
3976
|
const _sfc_main$2b = /* @__PURE__ */ defineComponent({
|
|
3977
3977
|
__name: "InputGroupInput",
|
|
3978
3978
|
props: {
|
|
3979
|
-
class: {}
|
|
3979
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3980
3980
|
},
|
|
3981
3981
|
setup(__props) {
|
|
3982
3982
|
const props = __props;
|
|
@@ -3994,7 +3994,7 @@ const _sfc_main$2b = /* @__PURE__ */ defineComponent({
|
|
|
3994
3994
|
const _sfc_main$2a = /* @__PURE__ */ defineComponent({
|
|
3995
3995
|
__name: "InputGroupText",
|
|
3996
3996
|
props: {
|
|
3997
|
-
class: {}
|
|
3997
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
3998
3998
|
},
|
|
3999
3999
|
setup(__props) {
|
|
4000
4000
|
const props = __props;
|
|
@@ -4013,7 +4013,7 @@ const _sfc_main$2a = /* @__PURE__ */ defineComponent({
|
|
|
4013
4013
|
const _sfc_main$29 = /* @__PURE__ */ defineComponent({
|
|
4014
4014
|
__name: "Textarea",
|
|
4015
4015
|
props: {
|
|
4016
|
-
class: {},
|
|
4016
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
4017
4017
|
defaultValue: {},
|
|
4018
4018
|
modelValue: {}
|
|
4019
4019
|
},
|
|
@@ -4042,7 +4042,7 @@ const _sfc_main$29 = /* @__PURE__ */ defineComponent({
|
|
|
4042
4042
|
const _sfc_main$28 = /* @__PURE__ */ defineComponent({
|
|
4043
4043
|
__name: "InputGroupTextarea",
|
|
4044
4044
|
props: {
|
|
4045
|
-
class: {}
|
|
4045
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4046
4046
|
},
|
|
4047
4047
|
setup(__props) {
|
|
4048
4048
|
const props = __props;
|
|
@@ -4094,7 +4094,7 @@ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
|
|
|
4094
4094
|
props: {
|
|
4095
4095
|
asChild: { type: Boolean },
|
|
4096
4096
|
as: { default: "div" },
|
|
4097
|
-
class: {},
|
|
4097
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
4098
4098
|
variant: {},
|
|
4099
4099
|
size: {}
|
|
4100
4100
|
},
|
|
@@ -4118,7 +4118,7 @@ const _sfc_main$27 = /* @__PURE__ */ defineComponent({
|
|
|
4118
4118
|
const _sfc_main$26 = /* @__PURE__ */ defineComponent({
|
|
4119
4119
|
__name: "ItemActions",
|
|
4120
4120
|
props: {
|
|
4121
|
-
class: {}
|
|
4121
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4122
4122
|
},
|
|
4123
4123
|
setup(__props) {
|
|
4124
4124
|
const props = __props;
|
|
@@ -4135,7 +4135,7 @@ const _sfc_main$26 = /* @__PURE__ */ defineComponent({
|
|
|
4135
4135
|
const _sfc_main$25 = /* @__PURE__ */ defineComponent({
|
|
4136
4136
|
__name: "ItemContent",
|
|
4137
4137
|
props: {
|
|
4138
|
-
class: {}
|
|
4138
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4139
4139
|
},
|
|
4140
4140
|
setup(__props) {
|
|
4141
4141
|
const props = __props;
|
|
@@ -4152,7 +4152,7 @@ const _sfc_main$25 = /* @__PURE__ */ defineComponent({
|
|
|
4152
4152
|
const _sfc_main$24 = /* @__PURE__ */ defineComponent({
|
|
4153
4153
|
__name: "ItemDescription",
|
|
4154
4154
|
props: {
|
|
4155
|
-
class: {}
|
|
4155
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4156
4156
|
},
|
|
4157
4157
|
setup(__props) {
|
|
4158
4158
|
const props = __props;
|
|
@@ -4173,7 +4173,7 @@ const _sfc_main$24 = /* @__PURE__ */ defineComponent({
|
|
|
4173
4173
|
const _sfc_main$23 = /* @__PURE__ */ defineComponent({
|
|
4174
4174
|
__name: "ItemFooter",
|
|
4175
4175
|
props: {
|
|
4176
|
-
class: {}
|
|
4176
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4177
4177
|
},
|
|
4178
4178
|
setup(__props) {
|
|
4179
4179
|
const props = __props;
|
|
@@ -4190,7 +4190,7 @@ const _sfc_main$23 = /* @__PURE__ */ defineComponent({
|
|
|
4190
4190
|
const _sfc_main$22 = /* @__PURE__ */ defineComponent({
|
|
4191
4191
|
__name: "ItemGroup",
|
|
4192
4192
|
props: {
|
|
4193
|
-
class: {}
|
|
4193
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4194
4194
|
},
|
|
4195
4195
|
setup(__props) {
|
|
4196
4196
|
const props = __props;
|
|
@@ -4208,7 +4208,7 @@ const _sfc_main$22 = /* @__PURE__ */ defineComponent({
|
|
|
4208
4208
|
const _sfc_main$21 = /* @__PURE__ */ defineComponent({
|
|
4209
4209
|
__name: "ItemHeader",
|
|
4210
4210
|
props: {
|
|
4211
|
-
class: {}
|
|
4211
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4212
4212
|
},
|
|
4213
4213
|
setup(__props) {
|
|
4214
4214
|
const props = __props;
|
|
@@ -4226,7 +4226,7 @@ const _hoisted_1$8 = ["data-variant"];
|
|
|
4226
4226
|
const _sfc_main$20 = /* @__PURE__ */ defineComponent({
|
|
4227
4227
|
__name: "ItemMedia",
|
|
4228
4228
|
props: {
|
|
4229
|
-
class: {},
|
|
4229
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
4230
4230
|
variant: {}
|
|
4231
4231
|
},
|
|
4232
4232
|
setup(__props) {
|
|
@@ -4249,7 +4249,7 @@ const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
|
|
|
4249
4249
|
decorative: { type: Boolean },
|
|
4250
4250
|
asChild: { type: Boolean },
|
|
4251
4251
|
as: {},
|
|
4252
|
-
class: {}
|
|
4252
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4253
4253
|
},
|
|
4254
4254
|
setup(__props) {
|
|
4255
4255
|
const props = __props;
|
|
@@ -4265,7 +4265,7 @@ const _sfc_main$1$ = /* @__PURE__ */ defineComponent({
|
|
|
4265
4265
|
const _sfc_main$1_ = /* @__PURE__ */ defineComponent({
|
|
4266
4266
|
__name: "ItemTitle",
|
|
4267
4267
|
props: {
|
|
4268
|
-
class: {}
|
|
4268
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4269
4269
|
},
|
|
4270
4270
|
setup(__props) {
|
|
4271
4271
|
const props = __props;
|
|
@@ -4317,7 +4317,7 @@ const itemMediaVariants = cva(
|
|
|
4317
4317
|
const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
|
|
4318
4318
|
__name: "Kbd",
|
|
4319
4319
|
props: {
|
|
4320
|
-
class: {}
|
|
4320
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4321
4321
|
},
|
|
4322
4322
|
setup(__props) {
|
|
4323
4323
|
const props = __props;
|
|
@@ -4338,7 +4338,7 @@ const _sfc_main$1Z = /* @__PURE__ */ defineComponent({
|
|
|
4338
4338
|
const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
|
|
4339
4339
|
__name: "KbdGroup",
|
|
4340
4340
|
props: {
|
|
4341
|
-
class: {}
|
|
4341
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4342
4342
|
},
|
|
4343
4343
|
setup(__props) {
|
|
4344
4344
|
const props = __props;
|
|
@@ -4355,9 +4355,9 @@ const _sfc_main$1Y = /* @__PURE__ */ defineComponent({
|
|
|
4355
4355
|
const _sfc_main$1X = /* @__PURE__ */ defineComponent({
|
|
4356
4356
|
__name: "Loading",
|
|
4357
4357
|
props: {
|
|
4358
|
-
class: {},
|
|
4358
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
4359
4359
|
icon: {},
|
|
4360
|
-
iconClass: {}
|
|
4360
|
+
iconClass: { type: [Boolean, null, String, Object, Array] }
|
|
4361
4361
|
},
|
|
4362
4362
|
setup(__props) {
|
|
4363
4363
|
const props = __props;
|
|
@@ -4387,7 +4387,7 @@ const _sfc_main$1W = /* @__PURE__ */ defineComponent({
|
|
|
4387
4387
|
defaultValue: {},
|
|
4388
4388
|
dir: {},
|
|
4389
4389
|
loop: { type: Boolean },
|
|
4390
|
-
class: {}
|
|
4390
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4391
4391
|
},
|
|
4392
4392
|
emits: ["update:modelValue"],
|
|
4393
4393
|
setup(__props, { emit: __emit }) {
|
|
@@ -4419,7 +4419,7 @@ const _sfc_main$1V = /* @__PURE__ */ defineComponent({
|
|
|
4419
4419
|
textValue: {},
|
|
4420
4420
|
asChild: { type: Boolean },
|
|
4421
4421
|
as: {},
|
|
4422
|
-
class: {}
|
|
4422
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4423
4423
|
},
|
|
4424
4424
|
emits: ["select", "update:modelValue"],
|
|
4425
4425
|
setup(__props, { emit: __emit }) {
|
|
@@ -4478,7 +4478,7 @@ const _sfc_main$1U = /* @__PURE__ */ defineComponent({
|
|
|
4478
4478
|
reference: {},
|
|
4479
4479
|
asChild: { type: Boolean },
|
|
4480
4480
|
as: {},
|
|
4481
|
-
class: {}
|
|
4481
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4482
4482
|
},
|
|
4483
4483
|
setup(__props) {
|
|
4484
4484
|
const props = __props;
|
|
@@ -4532,7 +4532,7 @@ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
|
|
|
4532
4532
|
textValue: {},
|
|
4533
4533
|
asChild: { type: Boolean },
|
|
4534
4534
|
as: {},
|
|
4535
|
-
class: {},
|
|
4535
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
4536
4536
|
inset: { type: Boolean },
|
|
4537
4537
|
variant: {}
|
|
4538
4538
|
},
|
|
@@ -4566,7 +4566,7 @@ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
|
|
|
4566
4566
|
props: {
|
|
4567
4567
|
asChild: { type: Boolean },
|
|
4568
4568
|
as: {},
|
|
4569
|
-
class: {},
|
|
4569
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
4570
4570
|
inset: { type: Boolean }
|
|
4571
4571
|
},
|
|
4572
4572
|
setup(__props) {
|
|
@@ -4634,7 +4634,7 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
|
|
|
4634
4634
|
textValue: {},
|
|
4635
4635
|
asChild: { type: Boolean },
|
|
4636
4636
|
as: {},
|
|
4637
|
-
class: {}
|
|
4637
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4638
4638
|
},
|
|
4639
4639
|
emits: ["select"],
|
|
4640
4640
|
setup(__props, { emit: __emit }) {
|
|
@@ -4673,7 +4673,7 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
|
|
|
4673
4673
|
props: {
|
|
4674
4674
|
asChild: { type: Boolean },
|
|
4675
4675
|
as: {},
|
|
4676
|
-
class: {}
|
|
4676
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4677
4677
|
},
|
|
4678
4678
|
setup(__props) {
|
|
4679
4679
|
const props = __props;
|
|
@@ -4693,7 +4693,7 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
|
|
|
4693
4693
|
const _sfc_main$1M = /* @__PURE__ */ defineComponent({
|
|
4694
4694
|
__name: "MenubarShortcut",
|
|
4695
4695
|
props: {
|
|
4696
|
-
class: {}
|
|
4696
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4697
4697
|
},
|
|
4698
4698
|
setup(__props) {
|
|
4699
4699
|
const props = __props;
|
|
@@ -4751,7 +4751,7 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
|
|
|
4751
4751
|
reference: {},
|
|
4752
4752
|
asChild: { type: Boolean },
|
|
4753
4753
|
as: {},
|
|
4754
|
-
class: {}
|
|
4754
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4755
4755
|
},
|
|
4756
4756
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "entryFocus", "openAutoFocus", "closeAutoFocus"],
|
|
4757
4757
|
setup(__props, { emit: __emit }) {
|
|
@@ -4789,7 +4789,7 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
|
|
|
4789
4789
|
textValue: {},
|
|
4790
4790
|
asChild: { type: Boolean },
|
|
4791
4791
|
as: {},
|
|
4792
|
-
class: {},
|
|
4792
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
4793
4793
|
inset: { type: Boolean }
|
|
4794
4794
|
},
|
|
4795
4795
|
setup(__props) {
|
|
@@ -4821,7 +4821,7 @@ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
|
|
|
4821
4821
|
disabled: { type: Boolean },
|
|
4822
4822
|
asChild: { type: Boolean },
|
|
4823
4823
|
as: {},
|
|
4824
|
-
class: {}
|
|
4824
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4825
4825
|
},
|
|
4826
4826
|
setup(__props) {
|
|
4827
4827
|
const props = __props;
|
|
@@ -4856,7 +4856,7 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
|
|
|
4856
4856
|
__name: "NativeSelect",
|
|
4857
4857
|
props: {
|
|
4858
4858
|
modelValue: {},
|
|
4859
|
-
class: {}
|
|
4859
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4860
4860
|
},
|
|
4861
4861
|
emits: ["update:modelValue"],
|
|
4862
4862
|
setup(__props, { emit: __emit }) {
|
|
@@ -4895,7 +4895,7 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
|
|
|
4895
4895
|
const _sfc_main$1G = /* @__PURE__ */ defineComponent({
|
|
4896
4896
|
__name: "NativeSelectOptGroup",
|
|
4897
4897
|
props: {
|
|
4898
|
-
class: {}
|
|
4898
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4899
4899
|
},
|
|
4900
4900
|
setup(__props) {
|
|
4901
4901
|
const props = __props;
|
|
@@ -4912,7 +4912,7 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
|
|
|
4912
4912
|
const _sfc_main$1F = /* @__PURE__ */ defineComponent({
|
|
4913
4913
|
__name: "NativeSelectOption",
|
|
4914
4914
|
props: {
|
|
4915
|
-
class: {}
|
|
4915
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4916
4916
|
},
|
|
4917
4917
|
setup(__props) {
|
|
4918
4918
|
const props = __props;
|
|
@@ -4934,7 +4934,7 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
|
|
|
4934
4934
|
align: {},
|
|
4935
4935
|
asChild: { type: Boolean },
|
|
4936
4936
|
as: {},
|
|
4937
|
-
class: {}
|
|
4937
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
4938
4938
|
},
|
|
4939
4939
|
setup(__props) {
|
|
4940
4940
|
const props = __props;
|
|
@@ -4967,7 +4967,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
|
|
|
4967
4967
|
unmountOnHide: { type: Boolean },
|
|
4968
4968
|
asChild: { type: Boolean },
|
|
4969
4969
|
as: {},
|
|
4970
|
-
class: {},
|
|
4970
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
4971
4971
|
viewport: { type: Boolean, default: true }
|
|
4972
4972
|
},
|
|
4973
4973
|
emits: ["update:modelValue"],
|
|
@@ -4999,7 +4999,7 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
|
|
|
4999
4999
|
disableOutsidePointerEvents: { type: Boolean },
|
|
5000
5000
|
asChild: { type: Boolean },
|
|
5001
5001
|
as: {},
|
|
5002
|
-
class: {}
|
|
5002
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5003
5003
|
},
|
|
5004
5004
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside"],
|
|
5005
5005
|
setup(__props, { emit: __emit }) {
|
|
@@ -5029,7 +5029,7 @@ const _sfc_main$1B = /* @__PURE__ */ defineComponent({
|
|
|
5029
5029
|
forceMount: { type: Boolean },
|
|
5030
5030
|
asChild: { type: Boolean },
|
|
5031
5031
|
as: {},
|
|
5032
|
-
class: {}
|
|
5032
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5033
5033
|
},
|
|
5034
5034
|
setup(__props) {
|
|
5035
5035
|
const props = __props;
|
|
@@ -5056,7 +5056,7 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
|
|
|
5056
5056
|
value: {},
|
|
5057
5057
|
asChild: { type: Boolean },
|
|
5058
5058
|
as: {},
|
|
5059
|
-
class: {}
|
|
5059
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5060
5060
|
},
|
|
5061
5061
|
setup(__props) {
|
|
5062
5062
|
const props = __props;
|
|
@@ -5079,7 +5079,7 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
|
|
|
5079
5079
|
active: { type: Boolean },
|
|
5080
5080
|
asChild: { type: Boolean },
|
|
5081
5081
|
as: {},
|
|
5082
|
-
class: {}
|
|
5082
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5083
5083
|
},
|
|
5084
5084
|
emits: ["select"],
|
|
5085
5085
|
setup(__props, { emit: __emit }) {
|
|
@@ -5107,7 +5107,7 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
|
|
|
5107
5107
|
props: {
|
|
5108
5108
|
asChild: { type: Boolean },
|
|
5109
5109
|
as: {},
|
|
5110
|
-
class: {}
|
|
5110
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5111
5111
|
},
|
|
5112
5112
|
setup(__props) {
|
|
5113
5113
|
const props = __props;
|
|
@@ -5134,7 +5134,7 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
|
|
|
5134
5134
|
disabled: { type: Boolean },
|
|
5135
5135
|
asChild: { type: Boolean },
|
|
5136
5136
|
as: {},
|
|
5137
|
-
class: {}
|
|
5137
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5138
5138
|
},
|
|
5139
5139
|
setup(__props) {
|
|
5140
5140
|
const props = __props;
|
|
@@ -5180,7 +5180,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
5180
5180
|
as: {},
|
|
5181
5181
|
name: {},
|
|
5182
5182
|
required: { type: Boolean },
|
|
5183
|
-
class: {}
|
|
5183
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5184
5184
|
},
|
|
5185
5185
|
emits: ["update:modelValue"],
|
|
5186
5186
|
setup(__props, { emit: __emit }) {
|
|
@@ -5203,7 +5203,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
|
|
|
5203
5203
|
const _sfc_main$1v = /* @__PURE__ */ defineComponent({
|
|
5204
5204
|
__name: "NumberFieldContent",
|
|
5205
5205
|
props: {
|
|
5206
|
-
class: {}
|
|
5206
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5207
5207
|
},
|
|
5208
5208
|
setup(__props) {
|
|
5209
5209
|
const props = __props;
|
|
@@ -5225,7 +5225,7 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
|
|
|
5225
5225
|
disabled: { type: Boolean },
|
|
5226
5226
|
asChild: { type: Boolean },
|
|
5227
5227
|
as: {},
|
|
5228
|
-
class: {}
|
|
5228
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5229
5229
|
},
|
|
5230
5230
|
setup(__props) {
|
|
5231
5231
|
const props = __props;
|
|
@@ -5254,7 +5254,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
5254
5254
|
disabled: { type: Boolean },
|
|
5255
5255
|
asChild: { type: Boolean },
|
|
5256
5256
|
as: {},
|
|
5257
|
-
class: {}
|
|
5257
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5258
5258
|
},
|
|
5259
5259
|
setup(__props) {
|
|
5260
5260
|
const props = __props;
|
|
@@ -5280,7 +5280,7 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
|
|
|
5280
5280
|
const _sfc_main$1s = /* @__PURE__ */ defineComponent({
|
|
5281
5281
|
__name: "NumberFieldInput",
|
|
5282
5282
|
props: {
|
|
5283
|
-
class: {}
|
|
5283
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5284
5284
|
},
|
|
5285
5285
|
setup(__props) {
|
|
5286
5286
|
const props = __props;
|
|
@@ -5307,7 +5307,7 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
|
|
|
5307
5307
|
showEdges: { type: Boolean },
|
|
5308
5308
|
asChild: { type: Boolean },
|
|
5309
5309
|
as: {},
|
|
5310
|
-
class: {}
|
|
5310
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5311
5311
|
},
|
|
5312
5312
|
emits: ["update:page"],
|
|
5313
5313
|
setup(__props, { emit: __emit }) {
|
|
@@ -5332,7 +5332,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
|
|
|
5332
5332
|
props: {
|
|
5333
5333
|
asChild: { type: Boolean },
|
|
5334
5334
|
as: {},
|
|
5335
|
-
class: {}
|
|
5335
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5336
5336
|
},
|
|
5337
5337
|
setup(__props) {
|
|
5338
5338
|
const props = __props;
|
|
@@ -5357,7 +5357,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
|
|
|
5357
5357
|
props: {
|
|
5358
5358
|
asChild: { type: Boolean },
|
|
5359
5359
|
as: {},
|
|
5360
|
-
class: {}
|
|
5360
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5361
5361
|
},
|
|
5362
5362
|
setup(__props) {
|
|
5363
5363
|
const props = __props;
|
|
@@ -5386,7 +5386,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
|
|
|
5386
5386
|
asChild: { type: Boolean },
|
|
5387
5387
|
as: {},
|
|
5388
5388
|
size: { default: "default" },
|
|
5389
|
-
class: {}
|
|
5389
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5390
5390
|
},
|
|
5391
5391
|
setup(__props) {
|
|
5392
5392
|
const props = __props;
|
|
@@ -5415,7 +5415,7 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
|
|
|
5415
5415
|
asChild: { type: Boolean },
|
|
5416
5416
|
as: {},
|
|
5417
5417
|
size: { default: "icon" },
|
|
5418
|
-
class: {},
|
|
5418
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
5419
5419
|
isActive: { type: Boolean }
|
|
5420
5420
|
},
|
|
5421
5421
|
setup(__props) {
|
|
@@ -5445,7 +5445,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
|
5445
5445
|
asChild: { type: Boolean },
|
|
5446
5446
|
as: {},
|
|
5447
5447
|
size: { default: "default" },
|
|
5448
|
-
class: {}
|
|
5448
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5449
5449
|
},
|
|
5450
5450
|
setup(__props) {
|
|
5451
5451
|
const props = __props;
|
|
@@ -5473,7 +5473,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
5473
5473
|
asChild: { type: Boolean },
|
|
5474
5474
|
as: {},
|
|
5475
5475
|
size: { default: "default" },
|
|
5476
|
-
class: {}
|
|
5476
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5477
5477
|
},
|
|
5478
5478
|
setup(__props) {
|
|
5479
5479
|
const props = __props;
|
|
@@ -5501,7 +5501,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
5501
5501
|
asChild: { type: Boolean },
|
|
5502
5502
|
as: {},
|
|
5503
5503
|
size: { default: "default" },
|
|
5504
|
-
class: {}
|
|
5504
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5505
5505
|
},
|
|
5506
5506
|
setup(__props) {
|
|
5507
5507
|
const props = __props;
|
|
@@ -5592,7 +5592,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
|
5592
5592
|
asChild: { type: Boolean },
|
|
5593
5593
|
as: {},
|
|
5594
5594
|
disableOutsidePointerEvents: { type: Boolean },
|
|
5595
|
-
class: {}
|
|
5595
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5596
5596
|
},
|
|
5597
5597
|
emits: ["escapeKeyDown", "pointerDownOutside", "focusOutside", "interactOutside", "openAutoFocus", "closeAutoFocus"],
|
|
5598
5598
|
setup(__props, { emit: __emit }) {
|
|
@@ -5650,7 +5650,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
|
5650
5650
|
getValueText: {},
|
|
5651
5651
|
asChild: { type: Boolean },
|
|
5652
5652
|
as: {},
|
|
5653
|
-
class: {}
|
|
5653
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5654
5654
|
},
|
|
5655
5655
|
setup(__props) {
|
|
5656
5656
|
const props = __props;
|
|
@@ -5687,7 +5687,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
|
5687
5687
|
as: {},
|
|
5688
5688
|
name: {},
|
|
5689
5689
|
required: { type: Boolean },
|
|
5690
|
-
class: {}
|
|
5690
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5691
5691
|
},
|
|
5692
5692
|
emits: ["update:modelValue"],
|
|
5693
5693
|
setup(__props, { emit: __emit }) {
|
|
@@ -5721,7 +5721,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
|
5721
5721
|
as: {},
|
|
5722
5722
|
name: {},
|
|
5723
5723
|
required: { type: Boolean },
|
|
5724
|
-
class: {}
|
|
5724
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5725
5725
|
},
|
|
5726
5726
|
setup(__props) {
|
|
5727
5727
|
const props = __props;
|
|
@@ -5767,7 +5767,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
|
5767
5767
|
nonce: {},
|
|
5768
5768
|
asChild: { type: Boolean },
|
|
5769
5769
|
as: {},
|
|
5770
|
-
class: {},
|
|
5770
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
5771
5771
|
withHandle: { type: Boolean }
|
|
5772
5772
|
},
|
|
5773
5773
|
emits: ["dragging"],
|
|
@@ -5831,7 +5831,7 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
|
5831
5831
|
storage: {},
|
|
5832
5832
|
asChild: { type: Boolean },
|
|
5833
5833
|
as: {},
|
|
5834
|
-
class: {}
|
|
5834
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5835
5835
|
},
|
|
5836
5836
|
emits: ["layout"],
|
|
5837
5837
|
setup(__props, { emit: __emit }) {
|
|
@@ -5861,7 +5861,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
|
5861
5861
|
forceMount: { type: Boolean },
|
|
5862
5862
|
asChild: { type: Boolean },
|
|
5863
5863
|
as: {},
|
|
5864
|
-
class: {}
|
|
5864
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5865
5865
|
},
|
|
5866
5866
|
setup(__props) {
|
|
5867
5867
|
const props = __props;
|
|
@@ -5894,7 +5894,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
|
5894
5894
|
scrollHideDelay: {},
|
|
5895
5895
|
asChild: { type: Boolean },
|
|
5896
5896
|
as: {},
|
|
5897
|
-
class: {}
|
|
5897
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5898
5898
|
},
|
|
5899
5899
|
setup(__props) {
|
|
5900
5900
|
const props = __props;
|
|
@@ -5981,7 +5981,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
|
5981
5981
|
asChild: { type: Boolean },
|
|
5982
5982
|
as: {},
|
|
5983
5983
|
disableOutsidePointerEvents: { type: Boolean },
|
|
5984
|
-
class: {}
|
|
5984
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
5985
5985
|
},
|
|
5986
5986
|
emits: ["closeAutoFocus", "escapeKeyDown", "pointerDownOutside"],
|
|
5987
5987
|
setup(__props, { emit: __emit }) {
|
|
@@ -6049,7 +6049,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
6049
6049
|
textValue: {},
|
|
6050
6050
|
asChild: { type: Boolean },
|
|
6051
6051
|
as: {},
|
|
6052
|
-
class: {}
|
|
6052
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6053
6053
|
},
|
|
6054
6054
|
setup(__props) {
|
|
6055
6055
|
const props = __props;
|
|
@@ -6107,7 +6107,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
6107
6107
|
for: {},
|
|
6108
6108
|
asChild: { type: Boolean },
|
|
6109
6109
|
as: {},
|
|
6110
|
-
class: {}
|
|
6110
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6111
6111
|
},
|
|
6112
6112
|
setup(__props) {
|
|
6113
6113
|
const props = __props;
|
|
@@ -6129,7 +6129,7 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
|
6129
6129
|
props: {
|
|
6130
6130
|
asChild: { type: Boolean },
|
|
6131
6131
|
as: {},
|
|
6132
|
-
class: {}
|
|
6132
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6133
6133
|
},
|
|
6134
6134
|
setup(__props) {
|
|
6135
6135
|
const props = __props;
|
|
@@ -6154,7 +6154,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
6154
6154
|
props: {
|
|
6155
6155
|
asChild: { type: Boolean },
|
|
6156
6156
|
as: {},
|
|
6157
|
-
class: {}
|
|
6157
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6158
6158
|
},
|
|
6159
6159
|
setup(__props) {
|
|
6160
6160
|
const props = __props;
|
|
@@ -6179,7 +6179,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
|
6179
6179
|
props: {
|
|
6180
6180
|
asChild: { type: Boolean },
|
|
6181
6181
|
as: {},
|
|
6182
|
-
class: {}
|
|
6182
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6183
6183
|
},
|
|
6184
6184
|
setup(__props) {
|
|
6185
6185
|
const props = __props;
|
|
@@ -6198,7 +6198,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
|
6198
6198
|
reference: {},
|
|
6199
6199
|
asChild: { type: Boolean },
|
|
6200
6200
|
as: {},
|
|
6201
|
-
class: {},
|
|
6201
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
6202
6202
|
size: { default: "default" }
|
|
6203
6203
|
},
|
|
6204
6204
|
setup(__props) {
|
|
@@ -6294,7 +6294,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
6294
6294
|
forceMount: { type: Boolean },
|
|
6295
6295
|
asChild: { type: Boolean },
|
|
6296
6296
|
as: {},
|
|
6297
|
-
class: {}
|
|
6297
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6298
6298
|
},
|
|
6299
6299
|
setup(__props) {
|
|
6300
6300
|
const props = __props;
|
|
@@ -6321,7 +6321,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
6321
6321
|
},
|
|
6322
6322
|
__name: "SheetContent",
|
|
6323
6323
|
props: {
|
|
6324
|
-
class: {},
|
|
6324
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
6325
6325
|
side: { default: "right" },
|
|
6326
6326
|
forceMount: { type: Boolean },
|
|
6327
6327
|
disableOutsidePointerEvents: { type: Boolean },
|
|
@@ -6372,7 +6372,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
6372
6372
|
props: {
|
|
6373
6373
|
asChild: { type: Boolean },
|
|
6374
6374
|
as: {},
|
|
6375
|
-
class: {}
|
|
6375
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6376
6376
|
},
|
|
6377
6377
|
setup(__props) {
|
|
6378
6378
|
const props = __props;
|
|
@@ -6393,7 +6393,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
|
6393
6393
|
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
6394
6394
|
__name: "SheetFooter",
|
|
6395
6395
|
props: {
|
|
6396
|
-
class: {}
|
|
6396
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6397
6397
|
},
|
|
6398
6398
|
setup(__props) {
|
|
6399
6399
|
const props = __props;
|
|
@@ -6410,7 +6410,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
|
6410
6410
|
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
6411
6411
|
__name: "SheetHeader",
|
|
6412
6412
|
props: {
|
|
6413
|
-
class: {}
|
|
6413
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6414
6414
|
},
|
|
6415
6415
|
setup(__props) {
|
|
6416
6416
|
const props = __props;
|
|
@@ -6429,7 +6429,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
6429
6429
|
props: {
|
|
6430
6430
|
asChild: { type: Boolean },
|
|
6431
6431
|
as: {},
|
|
6432
|
-
class: {}
|
|
6432
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6433
6433
|
},
|
|
6434
6434
|
setup(__props) {
|
|
6435
6435
|
const props = __props;
|
|
@@ -6486,7 +6486,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
6486
6486
|
side: { default: "left" },
|
|
6487
6487
|
variant: { default: "sidebar" },
|
|
6488
6488
|
collapsible: { default: "offcanvas" },
|
|
6489
|
-
class: {}
|
|
6489
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6490
6490
|
},
|
|
6491
6491
|
setup(__props) {
|
|
6492
6492
|
const props = __props;
|
|
@@ -6576,7 +6576,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
|
6576
6576
|
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
6577
6577
|
__name: "SidebarContent",
|
|
6578
6578
|
props: {
|
|
6579
|
-
class: {}
|
|
6579
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6580
6580
|
},
|
|
6581
6581
|
setup(__props) {
|
|
6582
6582
|
const props = __props;
|
|
@@ -6597,7 +6597,7 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
|
6597
6597
|
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
6598
6598
|
__name: "SidebarFooter",
|
|
6599
6599
|
props: {
|
|
6600
|
-
class: {}
|
|
6600
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6601
6601
|
},
|
|
6602
6602
|
setup(__props) {
|
|
6603
6603
|
const props = __props;
|
|
@@ -6615,7 +6615,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
6615
6615
|
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
6616
6616
|
__name: "SidebarGroup",
|
|
6617
6617
|
props: {
|
|
6618
|
-
class: {}
|
|
6618
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6619
6619
|
},
|
|
6620
6620
|
setup(__props) {
|
|
6621
6621
|
const props = __props;
|
|
@@ -6635,7 +6635,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
6635
6635
|
props: {
|
|
6636
6636
|
asChild: { type: Boolean },
|
|
6637
6637
|
as: {},
|
|
6638
|
-
class: {}
|
|
6638
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6639
6639
|
},
|
|
6640
6640
|
setup(__props) {
|
|
6641
6641
|
const props = __props;
|
|
@@ -6663,7 +6663,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
6663
6663
|
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
6664
6664
|
__name: "SidebarGroupContent",
|
|
6665
6665
|
props: {
|
|
6666
|
-
class: {}
|
|
6666
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6667
6667
|
},
|
|
6668
6668
|
setup(__props) {
|
|
6669
6669
|
const props = __props;
|
|
@@ -6683,7 +6683,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
6683
6683
|
props: {
|
|
6684
6684
|
asChild: { type: Boolean },
|
|
6685
6685
|
as: {},
|
|
6686
|
-
class: {}
|
|
6686
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6687
6687
|
},
|
|
6688
6688
|
setup(__props) {
|
|
6689
6689
|
const props = __props;
|
|
@@ -6710,7 +6710,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
6710
6710
|
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
6711
6711
|
__name: "SidebarHeader",
|
|
6712
6712
|
props: {
|
|
6713
|
-
class: {}
|
|
6713
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6714
6714
|
},
|
|
6715
6715
|
setup(__props) {
|
|
6716
6716
|
const props = __props;
|
|
@@ -6728,7 +6728,7 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
|
6728
6728
|
const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
6729
6729
|
__name: "SidebarInput",
|
|
6730
6730
|
props: {
|
|
6731
|
-
class: {}
|
|
6731
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6732
6732
|
},
|
|
6733
6733
|
setup(__props) {
|
|
6734
6734
|
const props = __props;
|
|
@@ -6752,7 +6752,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
6752
6752
|
const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
6753
6753
|
__name: "SidebarInset",
|
|
6754
6754
|
props: {
|
|
6755
|
-
class: {}
|
|
6755
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6756
6756
|
},
|
|
6757
6757
|
setup(__props) {
|
|
6758
6758
|
const props = __props;
|
|
@@ -6773,7 +6773,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
6773
6773
|
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
6774
6774
|
__name: "SidebarMenu",
|
|
6775
6775
|
props: {
|
|
6776
|
-
class: {}
|
|
6776
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6777
6777
|
},
|
|
6778
6778
|
setup(__props) {
|
|
6779
6779
|
const props = __props;
|
|
@@ -6794,7 +6794,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
6794
6794
|
asChild: { type: Boolean },
|
|
6795
6795
|
as: { default: "button" },
|
|
6796
6796
|
showOnHover: { type: Boolean },
|
|
6797
|
-
class: {}
|
|
6797
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6798
6798
|
},
|
|
6799
6799
|
setup(__props) {
|
|
6800
6800
|
const props = __props;
|
|
@@ -6826,7 +6826,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
6826
6826
|
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
6827
6827
|
__name: "SidebarMenuBadge",
|
|
6828
6828
|
props: {
|
|
6829
|
-
class: {}
|
|
6829
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6830
6830
|
},
|
|
6831
6831
|
setup(__props) {
|
|
6832
6832
|
const props = __props;
|
|
@@ -6897,7 +6897,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
6897
6897
|
hideWhenDetached: { type: Boolean },
|
|
6898
6898
|
positionStrategy: {},
|
|
6899
6899
|
updatePositionStrategy: {},
|
|
6900
|
-
class: {}
|
|
6900
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
6901
6901
|
},
|
|
6902
6902
|
emits: ["escapeKeyDown", "pointerDownOutside"],
|
|
6903
6903
|
setup(__props, { emit: __emit }) {
|
|
@@ -6973,7 +6973,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
6973
6973
|
variant: { default: "default" },
|
|
6974
6974
|
size: { default: "default" },
|
|
6975
6975
|
isActive: { type: Boolean },
|
|
6976
|
-
class: {},
|
|
6976
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
6977
6977
|
asChild: { type: Boolean },
|
|
6978
6978
|
as: { default: "button" }
|
|
6979
6979
|
},
|
|
@@ -7006,7 +7006,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
7006
7006
|
variant: { default: "default" },
|
|
7007
7007
|
size: { default: "default" },
|
|
7008
7008
|
isActive: { type: Boolean },
|
|
7009
|
-
class: {},
|
|
7009
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
7010
7010
|
asChild: { type: Boolean },
|
|
7011
7011
|
as: { default: "button" },
|
|
7012
7012
|
tooltip: {}
|
|
@@ -7055,7 +7055,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
7055
7055
|
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
7056
7056
|
__name: "SidebarMenuItem",
|
|
7057
7057
|
props: {
|
|
7058
|
-
class: {}
|
|
7058
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7059
7059
|
},
|
|
7060
7060
|
setup(__props) {
|
|
7061
7061
|
const props = __props;
|
|
@@ -7073,7 +7073,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
7073
7073
|
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
7074
7074
|
__name: "Skeleton",
|
|
7075
7075
|
props: {
|
|
7076
|
-
class: {}
|
|
7076
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7077
7077
|
},
|
|
7078
7078
|
setup(__props) {
|
|
7079
7079
|
const props = __props;
|
|
@@ -7089,7 +7089,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
7089
7089
|
__name: "SidebarMenuSkeleton",
|
|
7090
7090
|
props: {
|
|
7091
7091
|
showIcon: { type: Boolean },
|
|
7092
|
-
class: {}
|
|
7092
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7093
7093
|
},
|
|
7094
7094
|
setup(__props) {
|
|
7095
7095
|
const props = __props;
|
|
@@ -7119,7 +7119,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
7119
7119
|
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
7120
7120
|
__name: "SidebarMenuSub",
|
|
7121
7121
|
props: {
|
|
7122
|
-
class: {}
|
|
7122
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7123
7123
|
},
|
|
7124
7124
|
setup(__props) {
|
|
7125
7125
|
const props = __props;
|
|
@@ -7145,7 +7145,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
7145
7145
|
as: { default: "a" },
|
|
7146
7146
|
size: { default: "md" },
|
|
7147
7147
|
isActive: { type: Boolean },
|
|
7148
|
-
class: {}
|
|
7148
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7149
7149
|
},
|
|
7150
7150
|
setup(__props) {
|
|
7151
7151
|
const props = __props;
|
|
@@ -7177,7 +7177,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
7177
7177
|
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
7178
7178
|
__name: "SidebarMenuSubItem",
|
|
7179
7179
|
props: {
|
|
7180
|
-
class: {}
|
|
7180
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7181
7181
|
},
|
|
7182
7182
|
setup(__props) {
|
|
7183
7183
|
const props = __props;
|
|
@@ -7197,7 +7197,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
7197
7197
|
props: {
|
|
7198
7198
|
defaultOpen: { type: Boolean, default: !defaultDocument?.cookie.includes(`${SIDEBAR_COOKIE_NAME}=false`) },
|
|
7199
7199
|
open: { type: Boolean, default: void 0 },
|
|
7200
|
-
class: {}
|
|
7200
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7201
7201
|
},
|
|
7202
7202
|
emits: ["update:open"],
|
|
7203
7203
|
setup(__props, { emit: __emit }) {
|
|
@@ -7251,7 +7251,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
7251
7251
|
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
7252
7252
|
__name: "SidebarRail",
|
|
7253
7253
|
props: {
|
|
7254
|
-
class: {}
|
|
7254
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7255
7255
|
},
|
|
7256
7256
|
setup(__props) {
|
|
7257
7257
|
const props = __props;
|
|
@@ -7283,7 +7283,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
7283
7283
|
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
7284
7284
|
__name: "SidebarSeparator",
|
|
7285
7285
|
props: {
|
|
7286
|
-
class: {}
|
|
7286
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7287
7287
|
},
|
|
7288
7288
|
setup(__props) {
|
|
7289
7289
|
const props = __props;
|
|
@@ -7304,7 +7304,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
7304
7304
|
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
7305
7305
|
__name: "SidebarTrigger",
|
|
7306
7306
|
props: {
|
|
7307
|
-
class: {}
|
|
7307
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7308
7308
|
},
|
|
7309
7309
|
setup(__props) {
|
|
7310
7310
|
const props = __props;
|
|
@@ -7365,7 +7365,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
7365
7365
|
as: {},
|
|
7366
7366
|
name: {},
|
|
7367
7367
|
required: { type: Boolean },
|
|
7368
|
-
class: {}
|
|
7368
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7369
7369
|
},
|
|
7370
7370
|
emits: ["update:modelValue", "valueCommit"],
|
|
7371
7371
|
setup(__props, { emit: __emit }) {
|
|
@@ -7449,7 +7449,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
7449
7449
|
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
7450
7450
|
__name: "Spinner",
|
|
7451
7451
|
props: {
|
|
7452
|
-
class: {}
|
|
7452
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7453
7453
|
},
|
|
7454
7454
|
setup(__props) {
|
|
7455
7455
|
const props = __props;
|
|
@@ -7474,7 +7474,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
7474
7474
|
as: {},
|
|
7475
7475
|
name: {},
|
|
7476
7476
|
required: { type: Boolean },
|
|
7477
|
-
class: {}
|
|
7477
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7478
7478
|
},
|
|
7479
7479
|
emits: ["update:modelValue"],
|
|
7480
7480
|
setup(__props, { emit: __emit }) {
|
|
@@ -7510,10 +7510,10 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
7510
7510
|
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
7511
7511
|
__name: "Table",
|
|
7512
7512
|
props: {
|
|
7513
|
-
class: {},
|
|
7513
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
7514
7514
|
height: {},
|
|
7515
7515
|
style: { type: [Boolean, null, String, Object, Array] },
|
|
7516
|
-
tableClass: {},
|
|
7516
|
+
tableClass: { type: [Boolean, null, String, Object, Array] },
|
|
7517
7517
|
tableStyle: { type: [Boolean, null, String, Object, Array] },
|
|
7518
7518
|
width: {}
|
|
7519
7519
|
},
|
|
@@ -7550,7 +7550,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
7550
7550
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
7551
7551
|
__name: "TableBody",
|
|
7552
7552
|
props: {
|
|
7553
|
-
class: {}
|
|
7553
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7554
7554
|
},
|
|
7555
7555
|
setup(__props) {
|
|
7556
7556
|
const props = __props;
|
|
@@ -7567,7 +7567,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
7567
7567
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
7568
7568
|
__name: "TableCaption",
|
|
7569
7569
|
props: {
|
|
7570
|
-
class: {}
|
|
7570
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7571
7571
|
},
|
|
7572
7572
|
setup(__props) {
|
|
7573
7573
|
const props = __props;
|
|
@@ -7584,7 +7584,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
7584
7584
|
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
7585
7585
|
__name: "TableCell",
|
|
7586
7586
|
props: {
|
|
7587
|
-
class: {}
|
|
7587
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7588
7588
|
},
|
|
7589
7589
|
setup(__props) {
|
|
7590
7590
|
const props = __props;
|
|
@@ -7604,7 +7604,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
7604
7604
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
7605
7605
|
__name: "TableRow",
|
|
7606
7606
|
props: {
|
|
7607
|
-
class: {}
|
|
7607
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7608
7608
|
},
|
|
7609
7609
|
setup(__props) {
|
|
7610
7610
|
const props = __props;
|
|
@@ -7622,7 +7622,7 @@ const _hoisted_1 = { class: "flex items-center justify-center py-10" };
|
|
|
7622
7622
|
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
7623
7623
|
__name: "TableEmpty",
|
|
7624
7624
|
props: {
|
|
7625
|
-
class: {},
|
|
7625
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
7626
7626
|
colspan: { default: 1 }
|
|
7627
7627
|
},
|
|
7628
7628
|
setup(__props) {
|
|
@@ -7653,7 +7653,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
7653
7653
|
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
7654
7654
|
__name: "TableFooter",
|
|
7655
7655
|
props: {
|
|
7656
|
-
class: {}
|
|
7656
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7657
7657
|
},
|
|
7658
7658
|
setup(__props) {
|
|
7659
7659
|
const props = __props;
|
|
@@ -7670,7 +7670,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
7670
7670
|
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
7671
7671
|
__name: "TableHead",
|
|
7672
7672
|
props: {
|
|
7673
|
-
class: {}
|
|
7673
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7674
7674
|
},
|
|
7675
7675
|
setup(__props) {
|
|
7676
7676
|
const props = __props;
|
|
@@ -7690,7 +7690,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
7690
7690
|
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
7691
7691
|
__name: "TableHeader",
|
|
7692
7692
|
props: {
|
|
7693
|
-
class: {}
|
|
7693
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7694
7694
|
},
|
|
7695
7695
|
setup(__props) {
|
|
7696
7696
|
const props = __props;
|
|
@@ -7715,7 +7715,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
7715
7715
|
unmountOnHide: { type: Boolean },
|
|
7716
7716
|
asChild: { type: Boolean },
|
|
7717
7717
|
as: {},
|
|
7718
|
-
class: {}
|
|
7718
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7719
7719
|
},
|
|
7720
7720
|
emits: ["update:modelValue"],
|
|
7721
7721
|
setup(__props, { emit: __emit }) {
|
|
@@ -7742,7 +7742,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
7742
7742
|
forceMount: { type: Boolean },
|
|
7743
7743
|
asChild: { type: Boolean },
|
|
7744
7744
|
as: {},
|
|
7745
|
-
class: {}
|
|
7745
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7746
7746
|
},
|
|
7747
7747
|
setup(__props) {
|
|
7748
7748
|
const props = __props;
|
|
@@ -7769,7 +7769,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
7769
7769
|
loop: { type: Boolean },
|
|
7770
7770
|
asChild: { type: Boolean },
|
|
7771
7771
|
as: {},
|
|
7772
|
-
class: {}
|
|
7772
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7773
7773
|
},
|
|
7774
7774
|
setup(__props) {
|
|
7775
7775
|
const props = __props;
|
|
@@ -7799,7 +7799,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
7799
7799
|
disabled: { type: Boolean },
|
|
7800
7800
|
asChild: { type: Boolean },
|
|
7801
7801
|
as: {},
|
|
7802
|
-
class: {}
|
|
7802
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7803
7803
|
},
|
|
7804
7804
|
setup(__props) {
|
|
7805
7805
|
const props = __props;
|
|
@@ -7843,7 +7843,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
7843
7843
|
as: {},
|
|
7844
7844
|
name: {},
|
|
7845
7845
|
required: { type: Boolean },
|
|
7846
|
-
class: {}
|
|
7846
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7847
7847
|
},
|
|
7848
7848
|
emits: ["update:modelValue", "invalid", "addTag", "removeTag"],
|
|
7849
7849
|
setup(__props, { emit: __emit }) {
|
|
@@ -7877,7 +7877,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
7877
7877
|
maxLength: {},
|
|
7878
7878
|
asChild: { type: Boolean },
|
|
7879
7879
|
as: {},
|
|
7880
|
-
class: {}
|
|
7880
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7881
7881
|
},
|
|
7882
7882
|
setup(__props) {
|
|
7883
7883
|
const props = __props;
|
|
@@ -7900,7 +7900,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
7900
7900
|
disabled: { type: Boolean },
|
|
7901
7901
|
asChild: { type: Boolean },
|
|
7902
7902
|
as: {},
|
|
7903
|
-
class: {}
|
|
7903
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7904
7904
|
},
|
|
7905
7905
|
setup(__props) {
|
|
7906
7906
|
const props = __props;
|
|
@@ -7929,7 +7929,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
7929
7929
|
props: {
|
|
7930
7930
|
asChild: { type: Boolean },
|
|
7931
7931
|
as: {},
|
|
7932
|
-
class: {}
|
|
7932
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7933
7933
|
},
|
|
7934
7934
|
setup(__props) {
|
|
7935
7935
|
const props = __props;
|
|
@@ -7957,7 +7957,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
7957
7957
|
props: {
|
|
7958
7958
|
asChild: { type: Boolean },
|
|
7959
7959
|
as: {},
|
|
7960
|
-
class: {}
|
|
7960
|
+
class: { type: [Boolean, null, String, Object, Array] }
|
|
7961
7961
|
},
|
|
7962
7962
|
setup(__props) {
|
|
7963
7963
|
const props = __props;
|
|
@@ -7983,7 +7983,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
7983
7983
|
as: {},
|
|
7984
7984
|
name: {},
|
|
7985
7985
|
required: { type: Boolean },
|
|
7986
|
-
class: {},
|
|
7986
|
+
class: { type: [Boolean, null, String, Object, Array] },
|
|
7987
7987
|
variant: { default: "default" },
|
|
7988
7988
|
size: { default: "default" }
|
|
7989
7989
|
},
|