manolis-ui 0.21.0 → 0.22.3
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 +17 -196
- package/dist/manolis-ui.css +1 -1
- package/dist/manolis-ui.js +1012 -1464
- package/dist/manolis-ui.umd.cjs +10 -10
- package/dist/style.css +18 -541
- package/package.json +12 -11
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import { ComputedRef } from 'vue';
|
|
|
4
4
|
import { DefineComponent } from 'vue';
|
|
5
5
|
import { ExtractPropTypes } from 'vue';
|
|
6
6
|
import { default as FilterableSelect } from './components/data-input/filterableSelect.vue';
|
|
7
|
-
import { PropType } from 'vue';
|
|
8
7
|
import { PublicProps } from 'vue';
|
|
9
8
|
import { Ref } from 'vue';
|
|
10
9
|
|
|
@@ -56,28 +55,17 @@ successMessage: string;
|
|
|
56
55
|
inputElement: HTMLInputElement;
|
|
57
56
|
}, HTMLDivElement>;
|
|
58
57
|
|
|
59
|
-
declare const __VLS_component_12: DefineComponent<
|
|
60
|
-
"update:modelValue": (value: boolean) => any;
|
|
61
|
-
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
62
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63
|
-
}>, {
|
|
64
|
-
type: AlertType;
|
|
65
|
-
modelValue: boolean;
|
|
66
|
-
closable: boolean;
|
|
67
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
68
|
-
|
|
69
|
-
declare const __VLS_component_13: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
|
|
58
|
+
declare const __VLS_component_12: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
|
|
70
59
|
collapseOnMobile: boolean;
|
|
71
|
-
rows: number;
|
|
72
60
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
73
61
|
|
|
74
|
-
declare const
|
|
62
|
+
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
75
63
|
|
|
76
|
-
declare const
|
|
64
|
+
declare const __VLS_component_14: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_17> & Readonly<{}>, {
|
|
77
65
|
isCollapsed: boolean;
|
|
78
66
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
79
67
|
|
|
80
|
-
declare const
|
|
68
|
+
declare const __VLS_component_15: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
81
69
|
"tab-changed": (...args: any[]) => void;
|
|
82
70
|
}, string, PublicProps, Readonly<Props_18> & Readonly<{
|
|
83
71
|
"onTab-changed"?: ((...args: any[]) => any) | undefined;
|
|
@@ -159,25 +147,8 @@ type: NumberConstructor;
|
|
|
159
147
|
default: number;
|
|
160
148
|
validator: (value: number) => boolean;
|
|
161
149
|
};
|
|
162
|
-
breakpoints: {
|
|
163
|
-
type: PropType<CarouselBreakpoints>;
|
|
164
|
-
default: () => {};
|
|
165
|
-
};
|
|
166
|
-
infinite: {
|
|
167
|
-
type: BooleanConstructor;
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
|
-
autoplay: {
|
|
171
|
-
type: BooleanConstructor;
|
|
172
|
-
default: boolean;
|
|
173
|
-
};
|
|
174
|
-
autoplayInterval: {
|
|
175
|
-
type: NumberConstructor;
|
|
176
|
-
default: number;
|
|
177
|
-
validator: (value: number) => boolean;
|
|
178
|
-
};
|
|
179
150
|
}>, {
|
|
180
|
-
scrollToSlide: (index: number
|
|
151
|
+
scrollToSlide: (index: number) => Promise<void>;
|
|
181
152
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
182
153
|
showIndicators: {
|
|
183
154
|
type: BooleanConstructor;
|
|
@@ -212,23 +183,6 @@ type: NumberConstructor;
|
|
|
212
183
|
default: number;
|
|
213
184
|
validator: (value: number) => boolean;
|
|
214
185
|
};
|
|
215
|
-
breakpoints: {
|
|
216
|
-
type: PropType<CarouselBreakpoints>;
|
|
217
|
-
default: () => {};
|
|
218
|
-
};
|
|
219
|
-
infinite: {
|
|
220
|
-
type: BooleanConstructor;
|
|
221
|
-
default: boolean;
|
|
222
|
-
};
|
|
223
|
-
autoplay: {
|
|
224
|
-
type: BooleanConstructor;
|
|
225
|
-
default: boolean;
|
|
226
|
-
};
|
|
227
|
-
autoplayInterval: {
|
|
228
|
-
type: NumberConstructor;
|
|
229
|
-
default: number;
|
|
230
|
-
validator: (value: number) => boolean;
|
|
231
|
-
};
|
|
232
186
|
}>> & Readonly<{}>, {
|
|
233
187
|
showIndicators: boolean;
|
|
234
188
|
showNavigationButtons: boolean;
|
|
@@ -237,13 +191,8 @@ initialSlide: number;
|
|
|
237
191
|
slidesPerView: number;
|
|
238
192
|
gap: number;
|
|
239
193
|
slideDuration: number;
|
|
240
|
-
breakpoints: CarouselBreakpoints;
|
|
241
|
-
infinite: boolean;
|
|
242
|
-
autoplay: boolean;
|
|
243
|
-
autoplayInterval: number;
|
|
244
194
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
245
195
|
carouselContainer: HTMLDivElement;
|
|
246
|
-
slidesContainer: HTMLDivElement;
|
|
247
196
|
}, HTMLDivElement>;
|
|
248
197
|
|
|
249
198
|
declare const __VLS_component_8: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -279,13 +228,6 @@ declare type __VLS_Props_2 = {
|
|
|
279
228
|
modelValue: string | number | object | null;
|
|
280
229
|
};
|
|
281
230
|
|
|
282
|
-
declare type __VLS_Props_3 = {
|
|
283
|
-
type?: AlertType;
|
|
284
|
-
message: string;
|
|
285
|
-
closable?: boolean;
|
|
286
|
-
modelValue?: boolean;
|
|
287
|
-
};
|
|
288
|
-
|
|
289
231
|
declare function __VLS_template(): {
|
|
290
232
|
attrs: Partial<{}>;
|
|
291
233
|
slots: {
|
|
@@ -326,26 +268,13 @@ declare function __VLS_template_11(): {
|
|
|
326
268
|
declare function __VLS_template_12(): {
|
|
327
269
|
attrs: Partial<{}>;
|
|
328
270
|
slots: {
|
|
329
|
-
icon?(_: {
|
|
330
|
-
class: string;
|
|
331
|
-
}): any;
|
|
332
|
-
default?(_: {}): any;
|
|
333
|
-
};
|
|
334
|
-
refs: {};
|
|
335
|
-
rootEl: any;
|
|
336
|
-
};
|
|
337
|
-
|
|
338
|
-
declare function __VLS_template_13(): {
|
|
339
|
-
attrs: Partial<{}>;
|
|
340
|
-
slots: {
|
|
341
|
-
'extra-row'?(_: {}): any;
|
|
342
271
|
default?(_: {}): any;
|
|
343
272
|
};
|
|
344
273
|
refs: {};
|
|
345
274
|
rootEl: HTMLDivElement;
|
|
346
275
|
};
|
|
347
276
|
|
|
348
|
-
declare function
|
|
277
|
+
declare function __VLS_template_13(): {
|
|
349
278
|
attrs: Partial<{}>;
|
|
350
279
|
slots: {
|
|
351
280
|
title?(_: {}): any;
|
|
@@ -360,7 +289,7 @@ declare function __VLS_template_14(): {
|
|
|
360
289
|
rootEl: HTMLDivElement;
|
|
361
290
|
};
|
|
362
291
|
|
|
363
|
-
declare function
|
|
292
|
+
declare function __VLS_template_14(): {
|
|
364
293
|
attrs: Partial<{}>;
|
|
365
294
|
slots: {
|
|
366
295
|
start?(_: {}): any;
|
|
@@ -372,7 +301,7 @@ declare function __VLS_template_15(): {
|
|
|
372
301
|
rootEl: HTMLElement;
|
|
373
302
|
};
|
|
374
303
|
|
|
375
|
-
declare function
|
|
304
|
+
declare function __VLS_template_15(): {
|
|
376
305
|
attrs: Partial<{}>;
|
|
377
306
|
slots: Partial<Record<`${string}-tab`, (_: {}) => any>> & {
|
|
378
307
|
default?(_: {}): any;
|
|
@@ -448,7 +377,6 @@ declare function __VLS_template_7(): {
|
|
|
448
377
|
};
|
|
449
378
|
refs: {
|
|
450
379
|
carouselContainer: HTMLDivElement;
|
|
451
|
-
slidesContainer: HTMLDivElement;
|
|
452
380
|
};
|
|
453
381
|
rootEl: HTMLDivElement;
|
|
454
382
|
};
|
|
@@ -488,8 +416,6 @@ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
|
488
416
|
|
|
489
417
|
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
490
418
|
|
|
491
|
-
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
492
|
-
|
|
493
419
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
494
420
|
|
|
495
421
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -548,12 +474,6 @@ declare type __VLS_WithTemplateSlots_15<T, S> = T & {
|
|
|
548
474
|
};
|
|
549
475
|
};
|
|
550
476
|
|
|
551
|
-
declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
552
|
-
new (): {
|
|
553
|
-
$slots: S;
|
|
554
|
-
};
|
|
555
|
-
};
|
|
556
|
-
|
|
557
477
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
558
478
|
new (): {
|
|
559
479
|
$slots: S;
|
|
@@ -604,7 +524,6 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
604
524
|
|
|
605
525
|
export declare const Accordion: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {
|
|
606
526
|
joinItems: boolean;
|
|
607
|
-
toggle: boolean;
|
|
608
527
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
609
528
|
|
|
610
529
|
declare interface Accordion_2 {
|
|
@@ -614,10 +533,6 @@ declare interface Accordion_2 {
|
|
|
614
533
|
|
|
615
534
|
export declare const AdvancedSearch: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
616
535
|
|
|
617
|
-
export declare const Alert: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
618
|
-
|
|
619
|
-
declare type AlertType = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
620
|
-
|
|
621
536
|
export declare const Avatar: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {
|
|
622
537
|
onlineStatus: "online" | "offline" | "none";
|
|
623
538
|
fullyRounded: boolean;
|
|
@@ -636,13 +551,6 @@ export declare const Card: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, _
|
|
|
636
551
|
|
|
637
552
|
export declare const Carousel: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
638
553
|
|
|
639
|
-
declare type CarouselBreakpointConfig = {
|
|
640
|
-
slidesPerView?: number;
|
|
641
|
-
gap?: number;
|
|
642
|
-
};
|
|
643
|
-
|
|
644
|
-
declare type CarouselBreakpoints = Record<number, CarouselBreakpointConfig>;
|
|
645
|
-
|
|
646
554
|
export declare const CarouselItem: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
647
555
|
|
|
648
556
|
declare interface Category {
|
|
@@ -657,35 +565,32 @@ export declare const CategoryNavigation: DefineComponent<Props_16, {}, {}, {}, {
|
|
|
657
565
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
658
566
|
|
|
659
567
|
export declare const DatetimePicker: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
660
|
-
|
|
568
|
+
"update:modelValue": (value: string | {
|
|
661
569
|
start: string;
|
|
662
570
|
end: string;
|
|
663
571
|
} | null) => any;
|
|
664
|
-
|
|
572
|
+
change: (value: string | {
|
|
665
573
|
start: string;
|
|
666
574
|
end: string;
|
|
667
575
|
} | null) => any;
|
|
668
576
|
}, string, PublicProps, Readonly<Props_11> & Readonly<{
|
|
669
|
-
|
|
577
|
+
"onUpdate:modelValue"?: ((value: string | {
|
|
670
578
|
start: string;
|
|
671
579
|
end: string;
|
|
672
580
|
} | null) => any) | undefined;
|
|
673
|
-
|
|
581
|
+
onChange?: ((value: string | {
|
|
674
582
|
start: string;
|
|
675
583
|
end: string;
|
|
676
584
|
} | null) => any) | undefined;
|
|
677
585
|
}>, {
|
|
678
586
|
disabled: boolean;
|
|
679
587
|
id: string;
|
|
680
|
-
firstDayOfWeek: number;
|
|
681
588
|
locale: string;
|
|
682
589
|
range: boolean;
|
|
683
590
|
mode: "datetime" | "date" | "time";
|
|
684
591
|
placeholder: string;
|
|
685
592
|
popup: boolean;
|
|
686
593
|
initialDate: CallyInitialDate;
|
|
687
|
-
closeText: string;
|
|
688
|
-
disableDefaultValue: boolean;
|
|
689
594
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
690
595
|
pickerContainer: HTMLDivElement;
|
|
691
596
|
datePicker: unknown;
|
|
@@ -718,7 +623,7 @@ declare const errorMessage: Ref<string, string>;
|
|
|
718
623
|
|
|
719
624
|
export { FilterableSelect }
|
|
720
625
|
|
|
721
|
-
export declare const Footer:
|
|
626
|
+
export declare const Footer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
722
627
|
|
|
723
628
|
declare interface FooterNavigation {
|
|
724
629
|
title: string;
|
|
@@ -731,7 +636,7 @@ declare interface FooterNavigationItem {
|
|
|
731
636
|
enabled: Boolean;
|
|
732
637
|
}
|
|
733
638
|
|
|
734
|
-
export declare const Hero:
|
|
639
|
+
export declare const Hero: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
735
640
|
|
|
736
641
|
export declare const InputField: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
737
642
|
|
|
@@ -754,7 +659,7 @@ declare const modalPosition: {
|
|
|
754
659
|
center: string;
|
|
755
660
|
};
|
|
756
661
|
|
|
757
|
-
export declare const NavigationBar:
|
|
662
|
+
export declare const NavigationBar: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
758
663
|
|
|
759
664
|
declare interface Props {
|
|
760
665
|
outlined?: boolean;
|
|
@@ -777,7 +682,7 @@ declare interface Props_10 {
|
|
|
777
682
|
}
|
|
778
683
|
|
|
779
684
|
declare interface Props_11 {
|
|
780
|
-
mode?:
|
|
685
|
+
mode?: "datetime" | "date" | "time";
|
|
781
686
|
range?: boolean;
|
|
782
687
|
placeholder?: string;
|
|
783
688
|
popup?: boolean;
|
|
@@ -785,12 +690,8 @@ declare interface Props_11 {
|
|
|
785
690
|
initialDate?: CallyInitialDate;
|
|
786
691
|
disabled?: boolean;
|
|
787
692
|
locale?: string;
|
|
788
|
-
format?: Intl.DateTimeFormat;
|
|
789
|
-
firstDayOfWeek?: number;
|
|
790
693
|
min?: string;
|
|
791
694
|
max?: string;
|
|
792
|
-
closeText?: string;
|
|
793
|
-
disableDefaultValue?: boolean;
|
|
794
695
|
}
|
|
795
696
|
|
|
796
697
|
declare interface Props_12 {
|
|
@@ -836,7 +737,6 @@ declare interface Props_15 {
|
|
|
836
737
|
background?: string;
|
|
837
738
|
color?: string;
|
|
838
739
|
collapseOnMobile?: boolean;
|
|
839
|
-
rows?: number;
|
|
840
740
|
}
|
|
841
741
|
|
|
842
742
|
declare interface Props_16 {
|
|
@@ -855,14 +755,6 @@ declare interface Props_18 {
|
|
|
855
755
|
buttonOnlyMode?: boolean;
|
|
856
756
|
}
|
|
857
757
|
|
|
858
|
-
declare interface Props_19 {
|
|
859
|
-
vertical?: boolean;
|
|
860
|
-
progress: number;
|
|
861
|
-
wrap?: boolean;
|
|
862
|
-
steps: Step[];
|
|
863
|
-
bars?: boolean;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
758
|
declare interface Props_2 {
|
|
867
759
|
items?: Array<dropdownItem>;
|
|
868
760
|
position?: keyof typeof dropdownPosition;
|
|
@@ -891,7 +783,6 @@ declare interface Props_6 {
|
|
|
891
783
|
items: Array<Accordion_2>;
|
|
892
784
|
joinItems?: boolean;
|
|
893
785
|
icon?: "arrow" | "plus";
|
|
894
|
-
toggle?: boolean;
|
|
895
786
|
}
|
|
896
787
|
|
|
897
788
|
declare interface Props_7 {
|
|
@@ -948,22 +839,9 @@ focusInput: () => void;
|
|
|
948
839
|
selectElement: HTMLSelectElement;
|
|
949
840
|
}, HTMLDivElement>;
|
|
950
841
|
|
|
951
|
-
declare interface Step {
|
|
952
|
-
title?: string;
|
|
953
|
-
icon?: string;
|
|
954
|
-
color?: "primary" | "secondary" | "accent" | "success" | "info" | "warning" | "error" | "";
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
export declare const Steps: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_19> & Readonly<{}>, {
|
|
958
|
-
progress: number;
|
|
959
|
-
vertical: boolean;
|
|
960
|
-
bars: boolean;
|
|
961
|
-
steps: Step[];
|
|
962
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
963
|
-
|
|
964
842
|
export declare const Swap: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
965
843
|
|
|
966
|
-
export declare const Tab:
|
|
844
|
+
export declare const Tab: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
967
845
|
|
|
968
846
|
declare interface Tab_2 {
|
|
969
847
|
name: string;
|
|
@@ -993,61 +871,4 @@ lightTheme: string;
|
|
|
993
871
|
darkTheme: string;
|
|
994
872
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
995
873
|
|
|
996
|
-
export declare const Toast: DefineComponent<ExtractPropTypes< {
|
|
997
|
-
position: {
|
|
998
|
-
type: PropType<ToastPosition>;
|
|
999
|
-
default: string;
|
|
1000
|
-
};
|
|
1001
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1002
|
-
position: {
|
|
1003
|
-
type: PropType<ToastPosition>;
|
|
1004
|
-
default: string;
|
|
1005
|
-
};
|
|
1006
|
-
}>> & Readonly<{}>, {
|
|
1007
|
-
position: ToastPosition;
|
|
1008
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1009
|
-
|
|
1010
|
-
declare interface Toast_2 {
|
|
1011
|
-
id: string;
|
|
1012
|
-
message: string;
|
|
1013
|
-
type: ToastType;
|
|
1014
|
-
duration: number;
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
export declare function ToastComposable(): {
|
|
1018
|
-
toasts: Readonly<Ref<readonly {
|
|
1019
|
-
readonly id: string;
|
|
1020
|
-
readonly message: string;
|
|
1021
|
-
readonly type: ToastType;
|
|
1022
|
-
readonly duration: number;
|
|
1023
|
-
}[], readonly {
|
|
1024
|
-
readonly id: string;
|
|
1025
|
-
readonly message: string;
|
|
1026
|
-
readonly type: ToastType;
|
|
1027
|
-
readonly duration: number;
|
|
1028
|
-
}[]>>;
|
|
1029
|
-
addToast: (message: string, type?: ToastType, duration?: number) => void;
|
|
1030
|
-
removeToast: (id: string) => void;
|
|
1031
|
-
};
|
|
1032
|
-
|
|
1033
|
-
export declare const ToastNotification: DefineComponent<ExtractPropTypes< {
|
|
1034
|
-
toast: {
|
|
1035
|
-
type: PropType<Toast_2>;
|
|
1036
|
-
required: true;
|
|
1037
|
-
};
|
|
1038
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1039
|
-
remove: (...args: any[]) => void;
|
|
1040
|
-
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1041
|
-
toast: {
|
|
1042
|
-
type: PropType<Toast_2>;
|
|
1043
|
-
required: true;
|
|
1044
|
-
};
|
|
1045
|
-
}>> & Readonly<{
|
|
1046
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
1047
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1048
|
-
|
|
1049
|
-
declare type ToastPosition = 'top-start' | 'top-center' | 'top-end' | 'middle-start' | 'middle-center' | 'middle-end' | 'bottom-start' | 'bottom-center' | 'bottom-end';
|
|
1050
|
-
|
|
1051
|
-
declare type ToastType = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
1052
|
-
|
|
1053
874
|
export { }
|
package/dist/manolis-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.carousel[data-v-db55a6a5]{-ms-overflow-style:none;scrollbar-width:none}.carousel[data-v-db55a6a5]::-webkit-scrollbar{display:none}.carousel-item[data-v-507384bc]{flex-shrink:0}.tab-content[data-v-577c3624]{background-color:var(--color-base-100);padding:1rem;border-radius:var(--radius-box, .5rem);box-shadow:var(--tw-shadow-lg);border:1px solid var(--color-base-300)}.tabs button[data-v-577c3624]{cursor:pointer;flex-grow:1;flex-shrink:1;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 1rem;position:relative}.tabs button .text-sm[data-v-577c3624],.tabs button .text-xs[data-v-577c3624]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.tabs button>.inline-component-wrapper[data-v-577c3624]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0 1rem;background-color:var(--color-base-100);z-index:1}.tabs button.tab-active-inline .flex-col[data-v-577c3624]{visibility:hidden}@media (max-width: 768px){.tab-content[data-v-577c3624]{width:90%;left:50%!important;transform:translate(-50%)!important;top:auto!important;bottom:unset!important;margin-top:10px;position:fixed;max-height:80vh;overflow-y:auto}}@media (min-width: 769px){.tab-content[data-v-577c3624]{width:auto;left:unset;transform:unset;position:absolute;max-height:unset;overflow-y:visible}.tabs-boxed .tab[data-v-577c3624]{flex-basis:0}}@media (max-width: 768px){.collapse-title>div[data-v-577c3624]:last-child{opacity:.75}}.tabs-boxed .tab.tab-active[data-v-577c3624],.tabs-boxed .tab.tab-active[data-v-577c3624]:hover{background-color:var(--color-primary);color:var(--color-primary-content)}.tabs-boxed .tab.tab-active-inline[data-v-577c3624]{background-color:var(--color-primary);color:var(--color-primary-content);flex:6}.tabs button>.inline-component-wrapper[data-v-577c3624] *{color:var(--color-base-content)}input[type=time][data-v-74efd8bb]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;height:100%;width:100%}.cally[data-v-74efd8bb] ::part(selected){border-radius:var(--radius-field)!important}.cally[data-v-74efd8bb] ::part(day){font-size:var(--text-base)!important}.cally div[part=container][data-v-74efd8bb]{padding:0!important}.navigationbar[data-v-8ddb2b45]{display:grid;grid-template-columns:auto auto auto;grid-template-rows:auto auto;grid-template-areas:"center center center" "bottom bottom bottom";position:fixed;width:100%!important;gap:0 1rem;align-items:center;padding:var(--navbar-padding, .5rem);min-height:4rem;z-index:5}@media (min-width: 768px){.navigationbar[data-v-8ddb2b45]{grid-template-columns:.7fr 1.6fr .7fr;grid-template-areas:"start center end" "bottom bottom bottom";grid-row-gap:2rem;padding:2rem}}.navbar-start[data-v-8ddb2b45]{grid-area:start;height:100%}.navbar-center[data-v-8ddb2b45]{grid-area:center;width:100%;height:100%}.navbar-end[data-v-8ddb2b45]{width:100%;height:100%;grid-area:end}.navbar-bottom[data-v-8ddb2b45]{grid-area:center;width:100%;display:flex;justify-content:center;align-items:center}@media (min-width: 768px){.navbar-bottom[data-v-8ddb2b45]{grid-area:bottom}}nav.navigationbar.collapsed[data-v-8ddb2b45]{top:0;z-index:10;grid-template-columns:auto 1fr auto!important}@media (min-width: 768px){nav.navigationbar.collapsed[data-v-8ddb2b45]{row-gap:0;padding:1rem}}nav.navigationbar.collapsed .navbar-bottom[data-v-8ddb2b45]{grid-area:center!important}
|