manolis-ui 0.22.5 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +148 -77
- package/dist/manolis-ui.js +1236 -1234
- package/dist/manolis-ui.umd.cjs +2 -2
- package/dist/style.css +71 -16
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import { ComponentProvideOptions } from 'vue';
|
|
|
3
3
|
import { ComputedRef } from 'vue';
|
|
4
4
|
import { DefineComponent } from 'vue';
|
|
5
5
|
import { ExtractPropTypes } from 'vue';
|
|
6
|
-
import { default as FilterableSelect } from './components/data-input/filterableSelect.vue';
|
|
7
6
|
import { PropType } from 'vue';
|
|
8
7
|
import { PublicProps } from 'vue';
|
|
9
8
|
import { Ref } from 'vue';
|
|
@@ -63,6 +62,41 @@ inputRef: HTMLInputElement;
|
|
|
63
62
|
}, HTMLDivElement>;
|
|
64
63
|
|
|
65
64
|
declare const __VLS_component_17: DefineComponent<Props_13, {
|
|
65
|
+
isDropdownOpen: Ref<boolean, boolean>;
|
|
66
|
+
selectedItem: Ref< {
|
|
67
|
+
value: string | number | object | null;
|
|
68
|
+
text: string;
|
|
69
|
+
} | null, Option_2 | {
|
|
70
|
+
value: string | number | object | null;
|
|
71
|
+
text: string;
|
|
72
|
+
} | null>;
|
|
73
|
+
openDropdown: () => void;
|
|
74
|
+
closeDropdown: () => void;
|
|
75
|
+
toggleDropdown: () => void;
|
|
76
|
+
selectItem: (option: Option_2) => void;
|
|
77
|
+
filterText: Ref<string, string>;
|
|
78
|
+
hasDefaultSlotContent: ComputedRef<boolean>;
|
|
79
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
80
|
+
select: (option: Option_2) => any;
|
|
81
|
+
clear: (option: Option_2) => any;
|
|
82
|
+
"update:modelValue": (value: any) => any;
|
|
83
|
+
}, string, PublicProps, Readonly<Props_13> & Readonly<{
|
|
84
|
+
onSelect?: ((option: Option_2) => any) | undefined;
|
|
85
|
+
onClear?: ((option: Option_2) => any) | undefined;
|
|
86
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
87
|
+
}>, {
|
|
88
|
+
disabled: boolean;
|
|
89
|
+
label: string;
|
|
90
|
+
placeholder: string;
|
|
91
|
+
modelValue: any;
|
|
92
|
+
focusOnOpen: boolean;
|
|
93
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
94
|
+
componentRoot: HTMLDivElement;
|
|
95
|
+
activatorWrapper: HTMLDivElement;
|
|
96
|
+
filterInput: HTMLInputElement;
|
|
97
|
+
}, HTMLDivElement>;
|
|
98
|
+
|
|
99
|
+
declare const __VLS_component_18: DefineComponent<Props_14, {
|
|
66
100
|
focusInput: () => void;
|
|
67
101
|
isValid: typeof isValid;
|
|
68
102
|
isTouched: typeof isTouched;
|
|
@@ -70,7 +104,7 @@ errorMessage: typeof errorMessage;
|
|
|
70
104
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
71
105
|
"update:modelValue": (value: string | number | null) => any;
|
|
72
106
|
validate: (isValid: boolean) => any;
|
|
73
|
-
}, string, PublicProps, Readonly<
|
|
107
|
+
}, string, PublicProps, Readonly<Props_14> & Readonly<{
|
|
74
108
|
"onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
|
|
75
109
|
onValidate?: ((isValid: boolean) => any) | undefined;
|
|
76
110
|
}>, {
|
|
@@ -95,15 +129,10 @@ successMessage: string;
|
|
|
95
129
|
inputElement: HTMLInputElement;
|
|
96
130
|
}, HTMLDivElement>;
|
|
97
131
|
|
|
98
|
-
declare const
|
|
132
|
+
declare const __VLS_component_19: DefineComponent<SkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SkeletonProps> & Readonly<{}>, {
|
|
99
133
|
text: boolean;
|
|
100
134
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
101
135
|
|
|
102
|
-
declare const __VLS_component_19: DefineComponent<ToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProps> & Readonly<{}>, {
|
|
103
|
-
position: "start" | "center" | "end";
|
|
104
|
-
vertical: "top" | "middle" | "bottom";
|
|
105
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
106
|
-
|
|
107
136
|
declare const __VLS_component_2: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
|
|
108
137
|
position: keyof typeof dropdownPosition;
|
|
109
138
|
floatPosition: keyof typeof dropdownFloatPosition;
|
|
@@ -111,7 +140,12 @@ openOnHover: boolean;
|
|
|
111
140
|
forceOpen: boolean;
|
|
112
141
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
113
142
|
|
|
114
|
-
declare const __VLS_component_20: DefineComponent<
|
|
143
|
+
declare const __VLS_component_20: DefineComponent<ToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToastProps> & Readonly<{}>, {
|
|
144
|
+
position: "start" | "center" | "end";
|
|
145
|
+
vertical: "top" | "middle" | "bottom";
|
|
146
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
147
|
+
|
|
148
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
115
149
|
"update:modelValue": (value: boolean) => any;
|
|
116
150
|
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
117
151
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -121,12 +155,12 @@ modelValue: boolean;
|
|
|
121
155
|
closable: boolean;
|
|
122
156
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
123
157
|
|
|
124
|
-
declare const
|
|
158
|
+
declare const __VLS_component_22: DefineComponent<DividerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DividerProps> & Readonly<{}>, {
|
|
125
159
|
horizontal: boolean;
|
|
126
160
|
vertical: boolean;
|
|
127
161
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
128
162
|
|
|
129
|
-
declare const
|
|
163
|
+
declare const __VLS_component_23: DefineComponent<DrawerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
130
164
|
"update:modelValue": (value: boolean) => any;
|
|
131
165
|
}, string, PublicProps, Readonly<DrawerProps> & Readonly<{
|
|
132
166
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -136,30 +170,26 @@ modelValue: boolean;
|
|
|
136
170
|
open: boolean;
|
|
137
171
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
138
172
|
|
|
139
|
-
declare const
|
|
173
|
+
declare const __VLS_component_24: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_16> & Readonly<{}>, {
|
|
140
174
|
rows: number;
|
|
141
175
|
collapseOnMobile: boolean;
|
|
142
176
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
143
177
|
|
|
144
|
-
declare const
|
|
178
|
+
declare const __VLS_component_25: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
145
179
|
|
|
146
|
-
declare const
|
|
180
|
+
declare const __VLS_component_26: DefineComponent<JoinProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<JoinProps> & Readonly<{}>, {
|
|
147
181
|
horizontal: boolean;
|
|
148
182
|
vertical: boolean;
|
|
149
183
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
150
184
|
|
|
151
|
-
declare const
|
|
185
|
+
declare const __VLS_component_27: DefineComponent<StackProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StackProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
152
186
|
|
|
153
|
-
declare const
|
|
187
|
+
declare const __VLS_component_28: DefineComponent<MenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<MenuProps> & Readonly<{}>, {
|
|
154
188
|
horizontal: boolean;
|
|
155
189
|
vertical: boolean;
|
|
156
190
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
157
191
|
|
|
158
|
-
declare const
|
|
159
|
-
|
|
160
|
-
declare const __VLS_component_29: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_17> & Readonly<{}>, {
|
|
161
|
-
isCollapsed: boolean;
|
|
162
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
192
|
+
declare const __VLS_component_29: DefineComponent<NavbarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<NavbarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
163
193
|
|
|
164
194
|
declare const __VLS_component_3: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_3> & Readonly<{}>, {
|
|
165
195
|
position: keyof typeof modalPosition;
|
|
@@ -169,9 +199,13 @@ withBackdrop: boolean;
|
|
|
169
199
|
dialog: HTMLDialogElement;
|
|
170
200
|
}, any>;
|
|
171
201
|
|
|
172
|
-
declare const __VLS_component_30: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
202
|
+
declare const __VLS_component_30: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_18> & Readonly<{}>, {
|
|
203
|
+
isCollapsed: boolean;
|
|
204
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
205
|
+
|
|
206
|
+
declare const __VLS_component_31: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
173
207
|
"tab-changed": (...args: any[]) => void;
|
|
174
|
-
}, string, PublicProps, Readonly<
|
|
208
|
+
}, string, PublicProps, Readonly<Props_19> & Readonly<{
|
|
175
209
|
"onTab-changed"?: ((...args: any[]) => any) | undefined;
|
|
176
210
|
}>, {
|
|
177
211
|
withControlls: boolean;
|
|
@@ -458,7 +492,9 @@ declare function __VLS_template_17(): {
|
|
|
458
492
|
default?(_: {}): any;
|
|
459
493
|
};
|
|
460
494
|
refs: {
|
|
461
|
-
|
|
495
|
+
componentRoot: HTMLDivElement;
|
|
496
|
+
activatorWrapper: HTMLDivElement;
|
|
497
|
+
filterInput: HTMLInputElement;
|
|
462
498
|
};
|
|
463
499
|
rootEl: HTMLDivElement;
|
|
464
500
|
};
|
|
@@ -468,7 +504,9 @@ declare function __VLS_template_18(): {
|
|
|
468
504
|
slots: {
|
|
469
505
|
default?(_: {}): any;
|
|
470
506
|
};
|
|
471
|
-
refs: {
|
|
507
|
+
refs: {
|
|
508
|
+
inputElement: HTMLInputElement;
|
|
509
|
+
};
|
|
472
510
|
rootEl: HTMLDivElement;
|
|
473
511
|
};
|
|
474
512
|
|
|
@@ -495,6 +533,15 @@ declare function __VLS_template_2(): {
|
|
|
495
533
|
};
|
|
496
534
|
|
|
497
535
|
declare function __VLS_template_20(): {
|
|
536
|
+
attrs: Partial<{}>;
|
|
537
|
+
slots: {
|
|
538
|
+
default?(_: {}): any;
|
|
539
|
+
};
|
|
540
|
+
refs: {};
|
|
541
|
+
rootEl: HTMLDivElement;
|
|
542
|
+
};
|
|
543
|
+
|
|
544
|
+
declare function __VLS_template_21(): {
|
|
498
545
|
attrs: Partial<{}>;
|
|
499
546
|
slots: {
|
|
500
547
|
icon?(_: {
|
|
@@ -506,7 +553,7 @@ declare function __VLS_template_20(): {
|
|
|
506
553
|
rootEl: any;
|
|
507
554
|
};
|
|
508
555
|
|
|
509
|
-
declare function
|
|
556
|
+
declare function __VLS_template_22(): {
|
|
510
557
|
attrs: Partial<{}>;
|
|
511
558
|
slots: {
|
|
512
559
|
default?(_: {}): any;
|
|
@@ -515,7 +562,7 @@ declare function __VLS_template_21(): {
|
|
|
515
562
|
rootEl: HTMLDivElement;
|
|
516
563
|
};
|
|
517
564
|
|
|
518
|
-
declare function
|
|
565
|
+
declare function __VLS_template_23(): {
|
|
519
566
|
attrs: Partial<{}>;
|
|
520
567
|
slots: {
|
|
521
568
|
content?(_: {}): any;
|
|
@@ -525,7 +572,7 @@ declare function __VLS_template_22(): {
|
|
|
525
572
|
rootEl: HTMLDivElement;
|
|
526
573
|
};
|
|
527
574
|
|
|
528
|
-
declare function
|
|
575
|
+
declare function __VLS_template_24(): {
|
|
529
576
|
attrs: Partial<{}>;
|
|
530
577
|
slots: {
|
|
531
578
|
'extra-row'?(_: {}): any;
|
|
@@ -535,7 +582,7 @@ declare function __VLS_template_23(): {
|
|
|
535
582
|
rootEl: HTMLDivElement;
|
|
536
583
|
};
|
|
537
584
|
|
|
538
|
-
declare function
|
|
585
|
+
declare function __VLS_template_25(): {
|
|
539
586
|
attrs: Partial<{}>;
|
|
540
587
|
slots: {
|
|
541
588
|
title?(_: {}): any;
|
|
@@ -550,15 +597,6 @@ declare function __VLS_template_24(): {
|
|
|
550
597
|
rootEl: HTMLDivElement;
|
|
551
598
|
};
|
|
552
599
|
|
|
553
|
-
declare function __VLS_template_25(): {
|
|
554
|
-
attrs: Partial<{}>;
|
|
555
|
-
slots: {
|
|
556
|
-
default?(_: {}): any;
|
|
557
|
-
};
|
|
558
|
-
refs: {};
|
|
559
|
-
rootEl: HTMLDivElement;
|
|
560
|
-
};
|
|
561
|
-
|
|
562
600
|
declare function __VLS_template_26(): {
|
|
563
601
|
attrs: Partial<{}>;
|
|
564
602
|
slots: {
|
|
@@ -574,19 +612,16 @@ declare function __VLS_template_27(): {
|
|
|
574
612
|
default?(_: {}): any;
|
|
575
613
|
};
|
|
576
614
|
refs: {};
|
|
577
|
-
rootEl:
|
|
615
|
+
rootEl: HTMLDivElement;
|
|
578
616
|
};
|
|
579
617
|
|
|
580
618
|
declare function __VLS_template_28(): {
|
|
581
619
|
attrs: Partial<{}>;
|
|
582
620
|
slots: {
|
|
583
|
-
start?(_: {}): any;
|
|
584
|
-
center?(_: {}): any;
|
|
585
|
-
end?(_: {}): any;
|
|
586
621
|
default?(_: {}): any;
|
|
587
622
|
};
|
|
588
623
|
refs: {};
|
|
589
|
-
rootEl:
|
|
624
|
+
rootEl: HTMLUListElement;
|
|
590
625
|
};
|
|
591
626
|
|
|
592
627
|
declare function __VLS_template_29(): {
|
|
@@ -595,10 +630,10 @@ declare function __VLS_template_29(): {
|
|
|
595
630
|
start?(_: {}): any;
|
|
596
631
|
center?(_: {}): any;
|
|
597
632
|
end?(_: {}): any;
|
|
598
|
-
|
|
633
|
+
default?(_: {}): any;
|
|
599
634
|
};
|
|
600
635
|
refs: {};
|
|
601
|
-
rootEl:
|
|
636
|
+
rootEl: HTMLDivElement;
|
|
602
637
|
};
|
|
603
638
|
|
|
604
639
|
declare function __VLS_template_3(): {
|
|
@@ -618,6 +653,18 @@ declare function __VLS_template_3(): {
|
|
|
618
653
|
};
|
|
619
654
|
|
|
620
655
|
declare function __VLS_template_30(): {
|
|
656
|
+
attrs: Partial<{}>;
|
|
657
|
+
slots: {
|
|
658
|
+
start?(_: {}): any;
|
|
659
|
+
center?(_: {}): any;
|
|
660
|
+
end?(_: {}): any;
|
|
661
|
+
bottom?(_: {}): any;
|
|
662
|
+
};
|
|
663
|
+
refs: {};
|
|
664
|
+
rootEl: HTMLElement;
|
|
665
|
+
};
|
|
666
|
+
|
|
667
|
+
declare function __VLS_template_31(): {
|
|
621
668
|
attrs: Partial<{}>;
|
|
622
669
|
slots: Partial<Record<`${string}-tab`, (_: {}) => any>> & {
|
|
623
670
|
default?(_: {}): any;
|
|
@@ -740,6 +787,8 @@ declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
|
740
787
|
|
|
741
788
|
declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
|
|
742
789
|
|
|
790
|
+
declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
|
|
791
|
+
|
|
743
792
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
744
793
|
|
|
745
794
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
@@ -896,6 +945,12 @@ declare type __VLS_WithTemplateSlots_30<T, S> = T & {
|
|
|
896
945
|
};
|
|
897
946
|
};
|
|
898
947
|
|
|
948
|
+
declare type __VLS_WithTemplateSlots_31<T, S> = T & {
|
|
949
|
+
new (): {
|
|
950
|
+
$slots: S;
|
|
951
|
+
};
|
|
952
|
+
};
|
|
953
|
+
|
|
899
954
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
900
955
|
new (): {
|
|
901
956
|
$slots: S;
|
|
@@ -944,7 +999,7 @@ declare interface Accordion_2 {
|
|
|
944
999
|
|
|
945
1000
|
export declare const AdvancedSearch: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
946
1001
|
|
|
947
|
-
export declare const Alert:
|
|
1002
|
+
export declare const Alert: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
948
1003
|
|
|
949
1004
|
declare type AlertType = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
950
1005
|
|
|
@@ -998,9 +1053,9 @@ declare interface Category {
|
|
|
998
1053
|
tabs: Tab_3[];
|
|
999
1054
|
}
|
|
1000
1055
|
|
|
1001
|
-
export declare const CategoryNavigation: DefineComponent<
|
|
1056
|
+
export declare const CategoryNavigation: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1002
1057
|
"update:currentCategory": (category: string) => any;
|
|
1003
|
-
}, string, PublicProps, Readonly<
|
|
1058
|
+
}, string, PublicProps, Readonly<Props_17> & Readonly<{
|
|
1004
1059
|
"onUpdate:currentCategory"?: ((category: string) => any) | undefined;
|
|
1005
1060
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1006
1061
|
|
|
@@ -1072,7 +1127,7 @@ timeToInput: HTMLInputElement;
|
|
|
1072
1127
|
timeInput: HTMLInputElement;
|
|
1073
1128
|
}, HTMLDivElement>;
|
|
1074
1129
|
|
|
1075
|
-
export declare const Divider:
|
|
1130
|
+
export declare const Divider: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1076
1131
|
|
|
1077
1132
|
declare interface DividerProps {
|
|
1078
1133
|
vertical?: boolean;
|
|
@@ -1081,7 +1136,7 @@ declare interface DividerProps {
|
|
|
1081
1136
|
position?: 'start' | 'end';
|
|
1082
1137
|
}
|
|
1083
1138
|
|
|
1084
|
-
export declare const Drawer:
|
|
1139
|
+
export declare const Drawer: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1085
1140
|
|
|
1086
1141
|
declare interface DrawerProps {
|
|
1087
1142
|
id: string;
|
|
@@ -1130,9 +1185,9 @@ declare interface FileInputProps {
|
|
|
1130
1185
|
disabled?: boolean;
|
|
1131
1186
|
}
|
|
1132
1187
|
|
|
1133
|
-
export
|
|
1188
|
+
export declare const FilterableSelect: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1134
1189
|
|
|
1135
|
-
export declare const Footer:
|
|
1190
|
+
export declare const Footer: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1136
1191
|
|
|
1137
1192
|
declare interface FooterNavigation {
|
|
1138
1193
|
title: string;
|
|
@@ -1145,15 +1200,15 @@ declare interface FooterNavigationItem {
|
|
|
1145
1200
|
enabled: Boolean;
|
|
1146
1201
|
}
|
|
1147
1202
|
|
|
1148
|
-
export declare const Hero:
|
|
1203
|
+
export declare const Hero: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1149
1204
|
|
|
1150
|
-
export declare const InputField:
|
|
1205
|
+
export declare const InputField: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1151
1206
|
|
|
1152
1207
|
declare const isTouched: Ref<boolean, boolean>;
|
|
1153
1208
|
|
|
1154
1209
|
declare const isValid: ComputedRef<boolean>;
|
|
1155
1210
|
|
|
1156
|
-
export declare const Join:
|
|
1211
|
+
export declare const Join: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1157
1212
|
|
|
1158
1213
|
declare interface JoinProps {
|
|
1159
1214
|
vertical?: boolean;
|
|
@@ -1166,14 +1221,14 @@ declare interface KbdProps {
|
|
|
1166
1221
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1167
1222
|
}
|
|
1168
1223
|
|
|
1169
|
-
export declare const Loader: DefineComponent<
|
|
1224
|
+
export declare const Loader: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
|
|
1170
1225
|
loading: boolean;
|
|
1171
1226
|
type: "spinner" | "dots" | "ring" | "balls" | "bars" | "infinity";
|
|
1172
1227
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
1173
1228
|
color: "primary" | "secondary" | "accent" | "neutral" | "info" | "success" | "warning" | "error";
|
|
1174
1229
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1175
1230
|
|
|
1176
|
-
export declare const Menu:
|
|
1231
|
+
export declare const Menu: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1177
1232
|
|
|
1178
1233
|
declare interface MenuProps {
|
|
1179
1234
|
horizontal?: boolean;
|
|
@@ -1189,13 +1244,18 @@ declare const modalPosition: {
|
|
|
1189
1244
|
center: string;
|
|
1190
1245
|
};
|
|
1191
1246
|
|
|
1192
|
-
export declare const Navbar:
|
|
1247
|
+
export declare const Navbar: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1193
1248
|
|
|
1194
1249
|
declare interface NavbarProps {
|
|
1195
1250
|
bg?: string;
|
|
1196
1251
|
}
|
|
1197
1252
|
|
|
1198
|
-
export declare const NavigationBar:
|
|
1253
|
+
export declare const NavigationBar: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1254
|
+
|
|
1255
|
+
declare interface Option_2 {
|
|
1256
|
+
value: string | number | object | null;
|
|
1257
|
+
text: string;
|
|
1258
|
+
}
|
|
1199
1259
|
|
|
1200
1260
|
export declare const Pagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1201
1261
|
"update:currentPage": (page: number) => any;
|
|
@@ -1268,10 +1328,20 @@ declare interface Props_12 {
|
|
|
1268
1328
|
size?: "xs" | "sm" | "md" | "lg";
|
|
1269
1329
|
shape: "star" | "star-bold" | "heart" | "squircle" | "hexagon-vertical" | "hexagon-horizontal" | "decagon" | "pentagon" | "diamond" | "square" | "triangle-top" | "triangle-bottom" | "triangle-left" | "triangle-right";
|
|
1270
1330
|
color?: string;
|
|
1331
|
+
backgroundColor?: string;
|
|
1271
1332
|
gap?: number;
|
|
1272
1333
|
}
|
|
1273
1334
|
|
|
1274
1335
|
declare interface Props_13 {
|
|
1336
|
+
options: Option_2[];
|
|
1337
|
+
label?: string;
|
|
1338
|
+
placeholder?: string;
|
|
1339
|
+
modelValue?: any;
|
|
1340
|
+
disabled?: boolean;
|
|
1341
|
+
focusOnOpen?: boolean;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
declare interface Props_14 {
|
|
1275
1345
|
modelValue: string | number | null;
|
|
1276
1346
|
label?: string;
|
|
1277
1347
|
placeholder?: string;
|
|
@@ -1291,14 +1361,14 @@ declare interface Props_13 {
|
|
|
1291
1361
|
disabled?: boolean;
|
|
1292
1362
|
}
|
|
1293
1363
|
|
|
1294
|
-
declare interface
|
|
1364
|
+
declare interface Props_15 {
|
|
1295
1365
|
loading?: boolean;
|
|
1296
1366
|
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
1297
1367
|
type: "spinner" | "dots" | "ring" | "balls" | "bars" | "infinity";
|
|
1298
1368
|
color: "primary" | "secondary" | "accent" | "neutral" | "info" | "success" | "warning" | "error";
|
|
1299
1369
|
}
|
|
1300
1370
|
|
|
1301
|
-
declare interface
|
|
1371
|
+
declare interface Props_16 {
|
|
1302
1372
|
items: Array<FooterNavigation>;
|
|
1303
1373
|
background?: string;
|
|
1304
1374
|
color?: string;
|
|
@@ -1306,30 +1376,22 @@ declare interface Props_15 {
|
|
|
1306
1376
|
rows?: number;
|
|
1307
1377
|
}
|
|
1308
1378
|
|
|
1309
|
-
declare interface
|
|
1379
|
+
declare interface Props_17 {
|
|
1310
1380
|
searchOptions: Array<Category>;
|
|
1311
1381
|
currentCategory: string;
|
|
1312
1382
|
}
|
|
1313
1383
|
|
|
1314
|
-
declare interface
|
|
1384
|
+
declare interface Props_18 {
|
|
1315
1385
|
isCollapsed: boolean;
|
|
1316
1386
|
}
|
|
1317
1387
|
|
|
1318
|
-
declare interface
|
|
1388
|
+
declare interface Props_19 {
|
|
1319
1389
|
items: Array<string>;
|
|
1320
1390
|
withControlls?: boolean;
|
|
1321
1391
|
rotateTabsAfter?: number;
|
|
1322
1392
|
buttonOnlyMode?: boolean;
|
|
1323
1393
|
}
|
|
1324
1394
|
|
|
1325
|
-
declare interface Props_19 {
|
|
1326
|
-
vertical?: boolean;
|
|
1327
|
-
progress: number;
|
|
1328
|
-
wrap?: boolean;
|
|
1329
|
-
steps: Step[];
|
|
1330
|
-
bars?: boolean;
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
1395
|
declare interface Props_2 {
|
|
1334
1396
|
items?: Array<dropdownItem>;
|
|
1335
1397
|
position?: keyof typeof dropdownPosition;
|
|
@@ -1338,6 +1400,14 @@ declare interface Props_2 {
|
|
|
1338
1400
|
forceOpen?: boolean;
|
|
1339
1401
|
}
|
|
1340
1402
|
|
|
1403
|
+
declare interface Props_20 {
|
|
1404
|
+
vertical?: boolean;
|
|
1405
|
+
progress: number;
|
|
1406
|
+
wrap?: boolean;
|
|
1407
|
+
steps: Step[];
|
|
1408
|
+
bars?: boolean;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1341
1411
|
declare interface Props_3 {
|
|
1342
1412
|
position?: keyof typeof modalPosition;
|
|
1343
1413
|
withBackdrop?: boolean;
|
|
@@ -1438,6 +1508,7 @@ initialRating: number;
|
|
|
1438
1508
|
numberOfStars: number;
|
|
1439
1509
|
halfStars: boolean;
|
|
1440
1510
|
isInteractive: boolean;
|
|
1511
|
+
backgroundColor: string;
|
|
1441
1512
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1442
1513
|
|
|
1443
1514
|
declare interface SelectOption {
|
|
@@ -1455,7 +1526,7 @@ focusInput: () => void;
|
|
|
1455
1526
|
selectElement: HTMLSelectElement;
|
|
1456
1527
|
}, HTMLDivElement>;
|
|
1457
1528
|
|
|
1458
|
-
export declare const Skeleton:
|
|
1529
|
+
export declare const Skeleton: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1459
1530
|
|
|
1460
1531
|
declare interface SkeletonProps {
|
|
1461
1532
|
text?: boolean;
|
|
@@ -1463,7 +1534,7 @@ declare interface SkeletonProps {
|
|
|
1463
1534
|
height?: string;
|
|
1464
1535
|
}
|
|
1465
1536
|
|
|
1466
|
-
export declare const Stack:
|
|
1537
|
+
export declare const Stack: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1467
1538
|
|
|
1468
1539
|
declare interface StackProps {
|
|
1469
1540
|
position?: 'top' | 'bottom' | 'start' | 'end';
|
|
@@ -1490,7 +1561,7 @@ declare interface Step {
|
|
|
1490
1561
|
color?: "primary" | "secondary" | "accent" | "success" | "info" | "warning" | "error" | "";
|
|
1491
1562
|
}
|
|
1492
1563
|
|
|
1493
|
-
export declare const Steps: DefineComponent<
|
|
1564
|
+
export declare const Steps: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_20> & Readonly<{}>, {
|
|
1494
1565
|
progress: number;
|
|
1495
1566
|
vertical: boolean;
|
|
1496
1567
|
bars: boolean;
|
|
@@ -1499,7 +1570,7 @@ steps: Step[];
|
|
|
1499
1570
|
|
|
1500
1571
|
export declare const Swap: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1501
1572
|
|
|
1502
|
-
export declare const Tab:
|
|
1573
|
+
export declare const Tab: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
1503
1574
|
|
|
1504
1575
|
declare interface Tab_2 {
|
|
1505
1576
|
name: string;
|
|
@@ -1589,7 +1660,7 @@ declare interface Toast_2 {
|
|
|
1589
1660
|
duration: number;
|
|
1590
1661
|
}
|
|
1591
1662
|
|
|
1592
|
-
export declare const ToastComponent:
|
|
1663
|
+
export declare const ToastComponent: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1593
1664
|
|
|
1594
1665
|
export declare function ToastComposable(): {
|
|
1595
1666
|
toasts: Readonly<Ref<readonly {
|