@agrotools1/at-components 1.0.94 → 1.0.95
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/DatePicker/DatePickerTime/DatePickerTime.vue.d.ts +1 -1
- package/dist/Input/Input.core.vue.d.ts +1 -1
- package/dist/Input/Input.core.vue.d.ts.map +1 -1
- package/dist/Input/Text-area.vue.d.ts +1 -1
- package/dist/Input/index.d.ts +2 -2
- package/dist/Menu/Menu.vue.d.ts +1 -1
- package/dist/Search/Search.vue.d.ts +1 -1
- package/dist/Select/Multiple/Select.multiple.vue.d.ts +3 -3
- package/dist/Select/Select.core.vue.d.ts +2 -2
- package/dist/Select/Single/Select.single.vue.d.ts +3 -3
- package/dist/Select/index.d.ts +6 -6
- package/dist/components/ui/accordion/AccordionItem.vue.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb/BreadcrumbLink.vue.d.ts +1 -1
- package/dist/components/ui/button/Button.vue.d.ts +1 -1
- package/dist/components/ui/calendar/CalendarCell.vue.d.ts.map +1 -1
- package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts +1 -1
- package/dist/components/ui/calendar/CalendarCellTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/card/Card.vue.d.ts +1 -1
- package/dist/components/ui/card/CardDescription.vue.d.ts +1 -1
- package/dist/components/ui/card/CardTitle.vue.d.ts +1 -1
- package/dist/components/ui/carousel/Carousel.vue.d.ts +42 -0
- package/dist/components/ui/carousel/Carousel.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts +1 -1
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts.map +1 -1
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +1 -1
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts.map +1 -1
- package/dist/components/ui/carousel/interface.d.ts +5 -4
- package/dist/components/ui/carousel/interface.d.ts.map +1 -1
- package/dist/components/ui/carousel/useCarousel.d.ts +16 -11
- package/dist/components/ui/carousel/useCarousel.d.ts.map +1 -1
- package/dist/components/ui/command/CommandItem.vue.d.ts +2 -2
- package/dist/components/ui/dropdown-menu/DropdownMenuRadioItem.vue.d.ts.map +1 -1
- package/dist/components/ui/input/Input.vue.d.ts +1 -1
- package/dist/components/ui/multi-select/MultiSelectLabel.vue.d.ts +1 -1
- package/dist/components/ui/multi-select/MultiSelectRoot.vue.d.ts.map +1 -1
- package/dist/components/ui/multi-select/MultiSelectTrigger.vue.d.ts +1 -1
- package/dist/components/ui/multi-select/MultiSelectValue.vue.d.ts +1 -1
- package/dist/components/ui/pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/ui/range-calendar/RangeCalendarCell.vue.d.ts.map +1 -1
- package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts +1 -1
- package/dist/components/ui/range-calendar/RangeCalendarCellTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/sidebar/SidebarMenuAction.vue.d.ts +1 -1
- package/dist/components/ui/sidebar/SidebarMenuButton.vue.d.ts +1 -1
- package/dist/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +1 -1
- package/dist/components/ui/sidebar/SidebarMenuSubButton.vue.d.ts +1 -1
- package/dist/components/ui/switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/ui/tabs/TabsTrigger.vue.d.ts.map +1 -1
- package/dist/components/ui/tag/Tag.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContent.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentDescription.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentLoadingDescription.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentSuccessDescription.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadContentTitle.vue.d.ts +1 -1
- package/dist/components/ui/upload/UploadFileItem.vue.d.ts +1 -1
- package/dist/index.js +430 -433
- package/package.json +2 -1
|
@@ -520,6 +520,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
520
520
|
value: boolean;
|
|
521
521
|
message: string;
|
|
522
522
|
};
|
|
523
|
+
placeholder: string;
|
|
523
524
|
cursor: string;
|
|
524
525
|
disabled: boolean;
|
|
525
526
|
modelValue: string;
|
|
@@ -528,7 +529,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
528
529
|
color?: string;
|
|
529
530
|
size?: string;
|
|
530
531
|
};
|
|
531
|
-
placeholder: string;
|
|
532
532
|
forceFocus: boolean;
|
|
533
533
|
debounce: number;
|
|
534
534
|
preventInputEvent: boolean;
|
|
@@ -479,6 +479,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
479
479
|
value: boolean;
|
|
480
480
|
message: string;
|
|
481
481
|
};
|
|
482
|
+
placeholder: string;
|
|
482
483
|
cursor: string;
|
|
483
484
|
disabled: boolean;
|
|
484
485
|
modelValue: string;
|
|
@@ -487,7 +488,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
487
488
|
color?: string;
|
|
488
489
|
size?: string;
|
|
489
490
|
};
|
|
490
|
-
placeholder: string;
|
|
491
491
|
forceFocus: boolean;
|
|
492
492
|
debounce: number;
|
|
493
493
|
preventInputEvent: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.core.vue.d.ts","sourceRoot":"","sources":["../../src/Input/Input.core.vue"],"names":[],"mappings":"AAAA,OA6xBO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAA;AAezC,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE;QACL,KAAK,EAAE,OAAO,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;IACD,UAAU,EAAE,OAAO,CAAA;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;IACtC,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;;;;;;;;cAcqB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4PS,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhOhB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM
|
|
1
|
+
{"version":3,"file":"Input.core.vue.d.ts","sourceRoot":"","sources":["../../src/Input/Input.core.vue"],"names":[],"mappings":"AAAA,OA6xBO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAA;AAezC,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE;QACL,KAAK,EAAE,OAAO,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;IACD,UAAU,EAAE,OAAO,CAAA;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;IACtC,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;;;;;;;;cAcqB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4PS,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhOhB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;cAGT,MAAM;gBACJ,MAAM;eACP,MAAM;;;;;;;;;;;;;;AAWjB,wBAyYC"}
|
|
@@ -458,6 +458,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
458
458
|
value: boolean;
|
|
459
459
|
message: string;
|
|
460
460
|
};
|
|
461
|
+
placeholder: string;
|
|
461
462
|
cursor: string;
|
|
462
463
|
disabled: boolean;
|
|
463
464
|
modelValue: string;
|
|
@@ -466,7 +467,6 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
466
467
|
color?: string;
|
|
467
468
|
size?: string;
|
|
468
469
|
};
|
|
469
|
-
placeholder: string;
|
|
470
470
|
forceFocus: boolean;
|
|
471
471
|
debounce: number;
|
|
472
472
|
preventInputEvent: boolean;
|
package/dist/Input/index.d.ts
CHANGED
|
@@ -460,6 +460,7 @@ declare const AtInput: {
|
|
|
460
460
|
value: boolean;
|
|
461
461
|
message: string;
|
|
462
462
|
};
|
|
463
|
+
placeholder: string;
|
|
463
464
|
cursor: string;
|
|
464
465
|
disabled: boolean;
|
|
465
466
|
modelValue: string;
|
|
@@ -468,7 +469,6 @@ declare const AtInput: {
|
|
|
468
469
|
color?: string;
|
|
469
470
|
size?: string;
|
|
470
471
|
};
|
|
471
|
-
placeholder: string;
|
|
472
472
|
forceFocus: boolean;
|
|
473
473
|
debounce: number;
|
|
474
474
|
preventInputEvent: boolean;
|
|
@@ -941,6 +941,7 @@ declare const AtInput: {
|
|
|
941
941
|
value: boolean;
|
|
942
942
|
message: string;
|
|
943
943
|
};
|
|
944
|
+
placeholder: string;
|
|
944
945
|
cursor: string;
|
|
945
946
|
disabled: boolean;
|
|
946
947
|
modelValue: string;
|
|
@@ -949,7 +950,6 @@ declare const AtInput: {
|
|
|
949
950
|
color?: string;
|
|
950
951
|
size?: string;
|
|
951
952
|
};
|
|
952
|
-
placeholder: string;
|
|
953
953
|
forceFocus: boolean;
|
|
954
954
|
debounce: number;
|
|
955
955
|
preventInputEvent: boolean;
|
package/dist/Menu/Menu.vue.d.ts
CHANGED
|
@@ -687,6 +687,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
687
687
|
value: boolean;
|
|
688
688
|
message: string;
|
|
689
689
|
};
|
|
690
|
+
placeholder: string;
|
|
690
691
|
cursor: string;
|
|
691
692
|
disabled: boolean;
|
|
692
693
|
modelValue: string;
|
|
@@ -695,7 +696,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
695
696
|
color?: string;
|
|
696
697
|
size?: string;
|
|
697
698
|
};
|
|
698
|
-
placeholder: string;
|
|
699
699
|
forceFocus: boolean;
|
|
700
700
|
debounce: number;
|
|
701
701
|
preventInputEvent: boolean;
|
|
@@ -637,6 +637,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
637
637
|
value: boolean;
|
|
638
638
|
message: string;
|
|
639
639
|
};
|
|
640
|
+
placeholder: string;
|
|
640
641
|
cursor: string;
|
|
641
642
|
disabled: boolean;
|
|
642
643
|
modelValue: string;
|
|
@@ -645,7 +646,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
645
646
|
color?: string;
|
|
646
647
|
size?: string;
|
|
647
648
|
};
|
|
648
|
-
placeholder: string;
|
|
649
649
|
forceFocus: boolean;
|
|
650
650
|
debounce: number;
|
|
651
651
|
preventInputEvent: boolean;
|
|
@@ -142,9 +142,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
142
142
|
required: boolean;
|
|
143
143
|
label: string;
|
|
144
144
|
error: Record<string, any>;
|
|
145
|
+
placeholder: string;
|
|
145
146
|
disabled: boolean;
|
|
146
147
|
modelValue: string[] | SelectItemProps[];
|
|
147
|
-
placeholder: string;
|
|
148
148
|
separator: string;
|
|
149
149
|
items: SelectItemProps[];
|
|
150
150
|
emitValue: boolean;
|
|
@@ -308,8 +308,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
308
308
|
}>, {
|
|
309
309
|
required: boolean;
|
|
310
310
|
label: string;
|
|
311
|
-
disabled: boolean;
|
|
312
311
|
placeholder: string;
|
|
312
|
+
disabled: boolean;
|
|
313
313
|
separator: string;
|
|
314
314
|
selectedItems: SelectItemProps[];
|
|
315
315
|
showClearButton: boolean;
|
|
@@ -778,6 +778,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
778
778
|
value: boolean;
|
|
779
779
|
message: string;
|
|
780
780
|
};
|
|
781
|
+
placeholder: string;
|
|
781
782
|
cursor: string;
|
|
782
783
|
disabled: boolean;
|
|
783
784
|
modelValue: string;
|
|
@@ -786,7 +787,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
786
787
|
color?: string;
|
|
787
788
|
size?: string;
|
|
788
789
|
};
|
|
789
|
-
placeholder: string;
|
|
790
790
|
forceFocus: boolean;
|
|
791
791
|
debounce: number;
|
|
792
792
|
preventInputEvent: boolean;
|
|
@@ -169,8 +169,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
169
169
|
}>, {
|
|
170
170
|
required: boolean;
|
|
171
171
|
label: string;
|
|
172
|
-
disabled: boolean;
|
|
173
172
|
placeholder: string;
|
|
173
|
+
disabled: boolean;
|
|
174
174
|
separator: string;
|
|
175
175
|
selectedItems: SelectItemProps[];
|
|
176
176
|
showClearButton: boolean;
|
|
@@ -639,6 +639,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
639
639
|
value: boolean;
|
|
640
640
|
message: string;
|
|
641
641
|
};
|
|
642
|
+
placeholder: string;
|
|
642
643
|
cursor: string;
|
|
643
644
|
disabled: boolean;
|
|
644
645
|
modelValue: string;
|
|
@@ -647,7 +648,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
647
648
|
color?: string;
|
|
648
649
|
size?: string;
|
|
649
650
|
};
|
|
650
|
-
placeholder: string;
|
|
651
651
|
forceFocus: boolean;
|
|
652
652
|
debounce: number;
|
|
653
653
|
preventInputEvent: boolean;
|
|
@@ -177,10 +177,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
177
177
|
required: boolean;
|
|
178
178
|
label: string;
|
|
179
179
|
error: Record<string, any>;
|
|
180
|
+
placeholder: string;
|
|
180
181
|
disabled: boolean;
|
|
181
182
|
isLoading: boolean;
|
|
182
183
|
modelValue: string | SelectItemProps;
|
|
183
|
-
placeholder: string;
|
|
184
184
|
showClearButton: boolean;
|
|
185
185
|
items: SelectItemProps[];
|
|
186
186
|
msgNoResult: string;
|
|
@@ -347,8 +347,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
347
347
|
}>, {
|
|
348
348
|
required: boolean;
|
|
349
349
|
label: string;
|
|
350
|
-
disabled: boolean;
|
|
351
350
|
placeholder: string;
|
|
351
|
+
disabled: boolean;
|
|
352
352
|
separator: string;
|
|
353
353
|
selectedItems: SelectItemProps[];
|
|
354
354
|
showClearButton: boolean;
|
|
@@ -817,6 +817,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
817
817
|
value: boolean;
|
|
818
818
|
message: string;
|
|
819
819
|
};
|
|
820
|
+
placeholder: string;
|
|
820
821
|
cursor: string;
|
|
821
822
|
disabled: boolean;
|
|
822
823
|
modelValue: string;
|
|
@@ -825,7 +826,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
825
826
|
color?: string;
|
|
826
827
|
size?: string;
|
|
827
828
|
};
|
|
828
|
-
placeholder: string;
|
|
829
829
|
forceFocus: boolean;
|
|
830
830
|
debounce: number;
|
|
831
831
|
preventInputEvent: boolean;
|
package/dist/Select/index.d.ts
CHANGED
|
@@ -177,10 +177,10 @@ declare const AtSelect: {
|
|
|
177
177
|
required: boolean;
|
|
178
178
|
label: string;
|
|
179
179
|
error: Record<string, any>;
|
|
180
|
+
placeholder: string;
|
|
180
181
|
disabled: boolean;
|
|
181
182
|
isLoading: boolean;
|
|
182
183
|
modelValue: string | ISelectItemProps;
|
|
183
|
-
placeholder: string;
|
|
184
184
|
showClearButton: boolean;
|
|
185
185
|
items: ISelectItemProps[];
|
|
186
186
|
msgNoResult: string;
|
|
@@ -347,8 +347,8 @@ declare const AtSelect: {
|
|
|
347
347
|
}>, {
|
|
348
348
|
required: boolean;
|
|
349
349
|
label: string;
|
|
350
|
-
disabled: boolean;
|
|
351
350
|
placeholder: string;
|
|
351
|
+
disabled: boolean;
|
|
352
352
|
separator: string;
|
|
353
353
|
selectedItems: ISelectItemProps[];
|
|
354
354
|
showClearButton: boolean;
|
|
@@ -817,6 +817,7 @@ declare const AtSelect: {
|
|
|
817
817
|
value: boolean;
|
|
818
818
|
message: string;
|
|
819
819
|
};
|
|
820
|
+
placeholder: string;
|
|
820
821
|
cursor: string;
|
|
821
822
|
disabled: boolean;
|
|
822
823
|
modelValue: string;
|
|
@@ -825,7 +826,6 @@ declare const AtSelect: {
|
|
|
825
826
|
color?: string;
|
|
826
827
|
size?: string;
|
|
827
828
|
};
|
|
828
|
-
placeholder: string;
|
|
829
829
|
forceFocus: boolean;
|
|
830
830
|
debounce: number;
|
|
831
831
|
preventInputEvent: boolean;
|
|
@@ -1286,9 +1286,9 @@ declare const AtSelect: {
|
|
|
1286
1286
|
required: boolean;
|
|
1287
1287
|
label: string;
|
|
1288
1288
|
error: Record<string, any>;
|
|
1289
|
+
placeholder: string;
|
|
1289
1290
|
disabled: boolean;
|
|
1290
1291
|
modelValue: string[] | ISelectItemProps[];
|
|
1291
|
-
placeholder: string;
|
|
1292
1292
|
separator: string;
|
|
1293
1293
|
items: ISelectItemProps[];
|
|
1294
1294
|
emitValue: boolean;
|
|
@@ -1452,8 +1452,8 @@ declare const AtSelect: {
|
|
|
1452
1452
|
}>, {
|
|
1453
1453
|
required: boolean;
|
|
1454
1454
|
label: string;
|
|
1455
|
-
disabled: boolean;
|
|
1456
1455
|
placeholder: string;
|
|
1456
|
+
disabled: boolean;
|
|
1457
1457
|
separator: string;
|
|
1458
1458
|
selectedItems: ISelectItemProps[];
|
|
1459
1459
|
showClearButton: boolean;
|
|
@@ -1922,6 +1922,7 @@ declare const AtSelect: {
|
|
|
1922
1922
|
value: boolean;
|
|
1923
1923
|
message: string;
|
|
1924
1924
|
};
|
|
1925
|
+
placeholder: string;
|
|
1925
1926
|
cursor: string;
|
|
1926
1927
|
disabled: boolean;
|
|
1927
1928
|
modelValue: string;
|
|
@@ -1930,7 +1931,6 @@ declare const AtSelect: {
|
|
|
1930
1931
|
color?: string;
|
|
1931
1932
|
size?: string;
|
|
1932
1933
|
};
|
|
1933
|
-
placeholder: string;
|
|
1934
1934
|
forceFocus: boolean;
|
|
1935
1935
|
debounce: number;
|
|
1936
1936
|
preventInputEvent: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccordionItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/accordion/AccordionItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccordionItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/accordion/AccordionItem.vue"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,kBAAkB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAS5E,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -14,7 +14,7 @@ declare function __VLS_template(): {
|
|
|
14
14
|
};
|
|
15
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
16
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
|
-
as: import('reka-ui').AsTag | import('
|
|
17
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
18
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
20
|
export default _default;
|
|
@@ -16,7 +16,7 @@ declare function __VLS_template(): {
|
|
|
16
16
|
};
|
|
17
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
18
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
19
|
-
as: import('reka-ui').AsTag | import('
|
|
19
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
20
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
22
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCell.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCell.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAS3E,iBAAS,cAAc;WA8CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
15
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
|
-
as: import('reka-ui').AsTag | import('
|
|
16
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
17
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
19
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarCellTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCellTrigger.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalendarCellTrigger.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/calendar/CalendarCellTrigger.vue"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAA;AACvD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAQzC,KAAK,WAAW,GAAG,wBAAwB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAiBlF,iBAAS,cAAc;WAkET,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -14,7 +14,7 @@ declare function __VLS_template(): {
|
|
|
14
14
|
};
|
|
15
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
16
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
17
|
-
as: import('reka-ui').AsTag | import('
|
|
17
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
18
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
20
|
export default _default;
|
|
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
15
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
|
-
as: import('reka-ui').AsTag | import('
|
|
16
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
17
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
19
|
export default _default;
|
|
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
15
|
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
|
-
as: import('reka-ui').AsTag | import('
|
|
16
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
17
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
19
|
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { CarouselProps, WithClassAsProps } from './interface';
|
|
2
|
+
type __VLS_Props = CarouselProps & WithClassAsProps;
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: {
|
|
6
|
+
default?(_: {
|
|
7
|
+
canScrollNext: boolean;
|
|
8
|
+
canScrollPrev: boolean;
|
|
9
|
+
carouselApi: import('embla-carousel').EmblaCarouselType | undefined;
|
|
10
|
+
carouselRef: HTMLElement | undefined;
|
|
11
|
+
orientation: "horizontal" | "vertical";
|
|
12
|
+
scrollNext: () => void;
|
|
13
|
+
scrollPrev: () => void;
|
|
14
|
+
}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
rootEl: HTMLDivElement;
|
|
18
|
+
};
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
21
|
+
canScrollNext: import('vue').Ref<boolean, boolean>;
|
|
22
|
+
canScrollPrev: import('vue').Ref<boolean, boolean>;
|
|
23
|
+
carouselApi: import('vue').Ref<import('embla-carousel').EmblaCarouselType | undefined, import('embla-carousel').EmblaCarouselType | undefined>;
|
|
24
|
+
carouselRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
25
|
+
orientation: "horizontal" | "vertical" | undefined;
|
|
26
|
+
scrollNext: () => void;
|
|
27
|
+
scrollPrev: () => void;
|
|
28
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
29
|
+
"init-api": (payload: import('./interface').UnwrapRefCarouselApi) => any;
|
|
30
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
31
|
+
"onInit-api"?: ((payload: import('./interface').UnwrapRefCarouselApi) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
orientation: "horizontal" | "vertical";
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=Carousel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Carousel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/Carousel.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EAAiB,aAAa,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAGjF,KAAK,WAAW,GAAG,aAAa,GAAG,gBAAgB,CAAC;AA2DpD,iBAAS,cAAc;WAmCT,OAAO,IAA6B;;;;;;;;;;YAVrB,GAAG;;;;EAe/B;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;wFAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselNext.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/CarouselNext.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CarouselNext.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/CarouselNext.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAIlE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAGnD,KAAK,WAAW,GAAG;IACb,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAA;IACnC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAA;CAC9B,GAAG,gBAAgB,CAAC;AAmBzB,iBAAS,cAAc;WAiFT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CarouselPrevious.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/CarouselPrevious.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"CarouselPrevious.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/CarouselPrevious.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAIlE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAGnD,KAAK,WAAW,GAAG;IACb,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAA;IACnC,IAAI,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC,CAAA;CAC9B,GAAG,gBAAgB,CAAC;AAmBzB,iBAAS,cAAc;WAiFT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { EmblaCarouselType } from 'embla-carousel';
|
|
2
|
+
import { default as useEmblaCarousel } from 'embla-carousel-vue';
|
|
3
|
+
import { HTMLAttributes, MaybeRef, UnwrapRef } from 'vue';
|
|
4
|
+
type CarouselApi = MaybeRef<EmblaCarouselType>;
|
|
4
5
|
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
5
6
|
type CarouselOptions = UseCarouselParameters[0];
|
|
6
7
|
type CarouselPlugin = UseCarouselParameters[1];
|
|
@@ -11,7 +12,7 @@ export interface CarouselProps {
|
|
|
11
12
|
orientation?: 'horizontal' | 'vertical';
|
|
12
13
|
}
|
|
13
14
|
export interface CarouselEmits {
|
|
14
|
-
(e: 'init-api', payload: UnwrapRefCarouselApi
|
|
15
|
+
(e: 'init-api', payload: UnwrapRefCarouselApi): void;
|
|
15
16
|
}
|
|
16
17
|
export interface WithClassAsProps {
|
|
17
18
|
class?: HTMLAttributes['class'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;AACvD,OAAO,KAAK,gBAAgB,MAAM,oBAAoB,CAAA;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAE9D,KAAK,WAAW,GAAG,QAAQ,CAAC,iBAAiB,CAAC,CAAA;AAC9C,KAAK,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAChE,KAAK,eAAe,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAA;AAC/C,KAAK,cAAc,GAAG,qBAAqB,CAAC,CAAC,CAAC,CAAA;AAE9C,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,WAAW,CAAC,CAAA;AAEzD,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,eAAe,CAAA;IACtB,OAAO,CAAC,EAAE,cAAc,CAAA;IACxB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;CACxC;AAED,MAAM,WAAW,aAAa;IAC5B,CAAC,CAAC,EAAE,UAAU,EAAE,OAAO,EAAE,oBAAoB,GAAG,IAAI,CAAA;CACrD;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC"}
|
|
@@ -1,16 +1,21 @@
|
|
|
1
|
-
import { default as emblaCarouselVue } from 'embla-carousel-vue';
|
|
2
|
-
import { Ref } from 'vue';
|
|
3
1
|
import { CarouselEmits, CarouselProps } from './interface';
|
|
4
|
-
|
|
5
|
-
carouselRef:
|
|
6
|
-
carouselApi:
|
|
7
|
-
canScrollPrev: Ref<boolean>;
|
|
8
|
-
canScrollNext: Ref<boolean>;
|
|
2
|
+
declare const useProvideCarousel: (args_0: CarouselProps, emits: CarouselEmits) => {
|
|
3
|
+
carouselRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
4
|
+
carouselApi: import('vue').Ref<import('embla-carousel').EmblaCarouselType | undefined, import('embla-carousel').EmblaCarouselType | undefined>;
|
|
5
|
+
canScrollPrev: import('vue').Ref<boolean, boolean>;
|
|
6
|
+
canScrollNext: import('vue').Ref<boolean, boolean>;
|
|
9
7
|
scrollPrev: () => void;
|
|
10
8
|
scrollNext: () => void;
|
|
11
|
-
orientation:
|
|
12
|
-
}
|
|
13
|
-
declare
|
|
14
|
-
|
|
9
|
+
orientation: "horizontal" | "vertical" | undefined;
|
|
10
|
+
};
|
|
11
|
+
declare function useCarousel(): {
|
|
12
|
+
carouselRef: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
13
|
+
carouselApi: import('vue').Ref<import('embla-carousel').EmblaCarouselType | undefined, import('embla-carousel').EmblaCarouselType | undefined>;
|
|
14
|
+
canScrollPrev: import('vue').Ref<boolean, boolean>;
|
|
15
|
+
canScrollNext: import('vue').Ref<boolean, boolean>;
|
|
16
|
+
scrollPrev: () => void;
|
|
17
|
+
scrollNext: () => void;
|
|
18
|
+
orientation: "horizontal" | "vertical" | undefined;
|
|
19
|
+
};
|
|
15
20
|
export { useCarousel, useProvideCarousel };
|
|
16
21
|
//# sourceMappingURL=useCarousel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/useCarousel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/carousel/useCarousel.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAuC,aAAa,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEpG,QAAA,MAAO,kBAAkB;;;;;;;;CA6CxB,CAAA;AAED,iBAAS,WAAW;;;;;;;;EAMnB;AAED,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAA"}
|
|
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
|
|
|
9
9
|
default?(_: {}): any;
|
|
10
10
|
};
|
|
11
11
|
refs: {
|
|
12
|
-
itemRef: import('
|
|
12
|
+
itemRef: import('vue').ShallowUnwrapRef<{}> | null;
|
|
13
13
|
};
|
|
14
14
|
rootEl: any;
|
|
15
15
|
};
|
|
@@ -19,7 +19,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
19
19
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
20
|
onSelect?: ((event: import('reka-ui').ListboxItemSelectEvent<import('reka-ui').AcceptableValue>) => any) | undefined;
|
|
21
21
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
-
itemRef: import('
|
|
22
|
+
itemRef: import('vue').ShallowUnwrapRef<{}> | null;
|
|
23
23
|
}, any>;
|
|
24
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
25
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownMenuRadioItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dropdown-menu/DropdownMenuRadioItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DropdownMenuRadioItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/dropdown-menu/DropdownMenuRadioItem.vue"],"names":[],"mappings":"AAAA,OAuCO,KAAK,EAA8B,0BAA0B,EAAE,MAAM,SAAS,CAAA;AACrF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAOzC,KAAK,WAAW,GAAG,0BAA0B,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAUpF,iBAAS,cAAc;WAsET,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<InputProps, {}, {}, {}, {}
|
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<InputProps> & Readonly<{
|
|
11
11
|
"onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
|
-
as: import('reka-ui').AsTag | import('
|
|
13
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
14
14
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
export default _default;
|
|
16
16
|
//# sourceMappingURL=Input.vue.d.ts.map
|
|
@@ -14,7 +14,7 @@ declare function __VLS_template(): {
|
|
|
14
14
|
};
|
|
15
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
16
|
declare const __VLS_component: import('vue').DefineComponent<MultiSelectLabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MultiSelectLabelProps> & Readonly<{}>, {
|
|
17
|
-
as: import('reka-ui').AsTag | import('
|
|
17
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
18
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
20
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultiSelectRoot.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/multi-select/MultiSelectRoot.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MultiSelectRoot.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/multi-select/MultiSelectRoot.vue"],"names":[],"mappings":"AAgHA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAY9C,MAAM,WAAW,oBAAoB,CAAC,CAAC,GAAG,eAAe;IACvD,8EAA8E;IAC9E,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,sHAAsH;IACtH,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,mHAAmH;IACnH,YAAY,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAA;IACvB,oEAAoE;IACpE,UAAU,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAA;IACrB,kEAAkE;IAClE,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,kJAAkJ;IAClJ,EAAE,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,OAAO,CAAC,CAAA;CACxC;AAED,MAAM,MAAM,oBAAoB,CAAC,CAAC,GAAG,eAAe,IAAI;IACtD,mDAAmD;IACnD,mBAAmB,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC,CAAA;IAC/B,4EAA4E;IAC5E,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA;CAChC,CAAA;yBAEgB,CAAC,SAAS,eAAe,GAAG,eAAe,EAC3D,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA2IO,mBAAmB,CAAC;;;mNAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;kBAnIC,CAAC,KAAK,EAAE;YAChB,2BAA2B;YAC3B,UAAU,kBAAyB;YACnC,yBAAyB;YACzB,IAAI,UAAmB;SACxB,KAAK,GAAG;;kBALC,CAAC,KAAK,EAAE;YAChB,2BAA2B;YAC3B,UAAU,kBAAyB;YACnC,yBAAyB;YACzB,IAAI,UAAmB;SACxB,KAAK,GAAG;;;EAkIP,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAtJzE,wBAsJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
15
15
|
};
|
|
16
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
17
|
declare const __VLS_component: import('vue').DefineComponent<MultiSelectTriggerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MultiSelectTriggerProps> & Readonly<{}>, {
|
|
18
|
-
as: import('reka-ui').AsTag | import('
|
|
18
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
19
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
21
|
export default _default;
|
|
@@ -6,7 +6,7 @@ export interface MultiSelectValueProps extends PrimitiveProps {
|
|
|
6
6
|
maxCount?: number;
|
|
7
7
|
}
|
|
8
8
|
declare const _default: import('vue').DefineComponent<MultiSelectValueProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<MultiSelectValueProps> & Readonly<{}>, {
|
|
9
|
-
as: import('reka-ui').AsTag | import('
|
|
9
|
+
as: import('reka-ui').AsTag | import('vue').Component;
|
|
10
10
|
placeholder: string;
|
|
11
11
|
maxCount: number;
|
|
12
12
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/pagination/Pagination.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Pagination.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/pagination/Pagination.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAuB,mBAAmB,EAAE,MAAM,SAAS,CAAA;AACvE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAMzC,KAAK,WAAW,GAAG,mBAAmB,GAAG;IACrC,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAC;AAYJ,iBAAS,cAAc;WAyCT,OAAO,IAA6B;;;;;YAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RangeCalendarCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/range-calendar/RangeCalendarCell.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RangeCalendarCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/range-calendar/RangeCalendarCell.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAA;AAKzC,KAAK,WAAW,GAAG,sBAAsB,GAAG;IAAE,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAAE,CAAC;AAShF,iBAAS,cAAc;WA8CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|