manolis-ui 0.21.1 → 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 +18 -199
- 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;
|
|
@@ -432,9 +361,7 @@ declare function __VLS_template_5(): {
|
|
|
432
361
|
declare function __VLS_template_6(): {
|
|
433
362
|
attrs: Partial<{}>;
|
|
434
363
|
slots: {
|
|
435
|
-
details?(_: {
|
|
436
|
-
class: string;
|
|
437
|
-
}): any;
|
|
364
|
+
details?(_: {}): any;
|
|
438
365
|
actions?(_: {}): any;
|
|
439
366
|
};
|
|
440
367
|
refs: {};
|
|
@@ -450,7 +377,6 @@ declare function __VLS_template_7(): {
|
|
|
450
377
|
};
|
|
451
378
|
refs: {
|
|
452
379
|
carouselContainer: HTMLDivElement;
|
|
453
|
-
slidesContainer: HTMLDivElement;
|
|
454
380
|
};
|
|
455
381
|
rootEl: HTMLDivElement;
|
|
456
382
|
};
|
|
@@ -490,8 +416,6 @@ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
|
490
416
|
|
|
491
417
|
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
492
418
|
|
|
493
|
-
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
494
|
-
|
|
495
419
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
496
420
|
|
|
497
421
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -550,12 +474,6 @@ declare type __VLS_WithTemplateSlots_15<T, S> = T & {
|
|
|
550
474
|
};
|
|
551
475
|
};
|
|
552
476
|
|
|
553
|
-
declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
554
|
-
new (): {
|
|
555
|
-
$slots: S;
|
|
556
|
-
};
|
|
557
|
-
};
|
|
558
|
-
|
|
559
477
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
560
478
|
new (): {
|
|
561
479
|
$slots: S;
|
|
@@ -606,7 +524,6 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
606
524
|
|
|
607
525
|
export declare const Accordion: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {
|
|
608
526
|
joinItems: boolean;
|
|
609
|
-
toggle: boolean;
|
|
610
527
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
611
528
|
|
|
612
529
|
declare interface Accordion_2 {
|
|
@@ -616,10 +533,6 @@ declare interface Accordion_2 {
|
|
|
616
533
|
|
|
617
534
|
export declare const AdvancedSearch: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
618
535
|
|
|
619
|
-
export declare const Alert: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
620
|
-
|
|
621
|
-
declare type AlertType = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
622
|
-
|
|
623
536
|
export declare const Avatar: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {
|
|
624
537
|
onlineStatus: "online" | "offline" | "none";
|
|
625
538
|
fullyRounded: boolean;
|
|
@@ -638,13 +551,6 @@ export declare const Card: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, _
|
|
|
638
551
|
|
|
639
552
|
export declare const Carousel: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
640
553
|
|
|
641
|
-
declare type CarouselBreakpointConfig = {
|
|
642
|
-
slidesPerView?: number;
|
|
643
|
-
gap?: number;
|
|
644
|
-
};
|
|
645
|
-
|
|
646
|
-
declare type CarouselBreakpoints = Record<number, CarouselBreakpointConfig>;
|
|
647
|
-
|
|
648
554
|
export declare const CarouselItem: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
649
555
|
|
|
650
556
|
declare interface Category {
|
|
@@ -659,35 +565,32 @@ export declare const CategoryNavigation: DefineComponent<Props_16, {}, {}, {}, {
|
|
|
659
565
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
660
566
|
|
|
661
567
|
export declare const DatetimePicker: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
662
|
-
|
|
568
|
+
"update:modelValue": (value: string | {
|
|
663
569
|
start: string;
|
|
664
570
|
end: string;
|
|
665
571
|
} | null) => any;
|
|
666
|
-
|
|
572
|
+
change: (value: string | {
|
|
667
573
|
start: string;
|
|
668
574
|
end: string;
|
|
669
575
|
} | null) => any;
|
|
670
576
|
}, string, PublicProps, Readonly<Props_11> & Readonly<{
|
|
671
|
-
|
|
577
|
+
"onUpdate:modelValue"?: ((value: string | {
|
|
672
578
|
start: string;
|
|
673
579
|
end: string;
|
|
674
580
|
} | null) => any) | undefined;
|
|
675
|
-
|
|
581
|
+
onChange?: ((value: string | {
|
|
676
582
|
start: string;
|
|
677
583
|
end: string;
|
|
678
584
|
} | null) => any) | undefined;
|
|
679
585
|
}>, {
|
|
680
586
|
disabled: boolean;
|
|
681
587
|
id: string;
|
|
682
|
-
firstDayOfWeek: number;
|
|
683
588
|
locale: string;
|
|
684
589
|
range: boolean;
|
|
685
590
|
mode: "datetime" | "date" | "time";
|
|
686
591
|
placeholder: string;
|
|
687
592
|
popup: boolean;
|
|
688
593
|
initialDate: CallyInitialDate;
|
|
689
|
-
closeText: string;
|
|
690
|
-
disableDefaultValue: boolean;
|
|
691
594
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
692
595
|
pickerContainer: HTMLDivElement;
|
|
693
596
|
datePicker: unknown;
|
|
@@ -720,7 +623,7 @@ declare const errorMessage: Ref<string, string>;
|
|
|
720
623
|
|
|
721
624
|
export { FilterableSelect }
|
|
722
625
|
|
|
723
|
-
export declare const Footer:
|
|
626
|
+
export declare const Footer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
724
627
|
|
|
725
628
|
declare interface FooterNavigation {
|
|
726
629
|
title: string;
|
|
@@ -733,7 +636,7 @@ declare interface FooterNavigationItem {
|
|
|
733
636
|
enabled: Boolean;
|
|
734
637
|
}
|
|
735
638
|
|
|
736
|
-
export declare const Hero:
|
|
639
|
+
export declare const Hero: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
737
640
|
|
|
738
641
|
export declare const InputField: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
739
642
|
|
|
@@ -756,7 +659,7 @@ declare const modalPosition: {
|
|
|
756
659
|
center: string;
|
|
757
660
|
};
|
|
758
661
|
|
|
759
|
-
export declare const NavigationBar:
|
|
662
|
+
export declare const NavigationBar: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
760
663
|
|
|
761
664
|
declare interface Props {
|
|
762
665
|
outlined?: boolean;
|
|
@@ -779,7 +682,7 @@ declare interface Props_10 {
|
|
|
779
682
|
}
|
|
780
683
|
|
|
781
684
|
declare interface Props_11 {
|
|
782
|
-
mode?:
|
|
685
|
+
mode?: "datetime" | "date" | "time";
|
|
783
686
|
range?: boolean;
|
|
784
687
|
placeholder?: string;
|
|
785
688
|
popup?: boolean;
|
|
@@ -787,12 +690,8 @@ declare interface Props_11 {
|
|
|
787
690
|
initialDate?: CallyInitialDate;
|
|
788
691
|
disabled?: boolean;
|
|
789
692
|
locale?: string;
|
|
790
|
-
format?: Intl.DateTimeFormat;
|
|
791
|
-
firstDayOfWeek?: number;
|
|
792
693
|
min?: string;
|
|
793
694
|
max?: string;
|
|
794
|
-
closeText?: string;
|
|
795
|
-
disableDefaultValue?: boolean;
|
|
796
695
|
}
|
|
797
696
|
|
|
798
697
|
declare interface Props_12 {
|
|
@@ -838,7 +737,6 @@ declare interface Props_15 {
|
|
|
838
737
|
background?: string;
|
|
839
738
|
color?: string;
|
|
840
739
|
collapseOnMobile?: boolean;
|
|
841
|
-
rows?: number;
|
|
842
740
|
}
|
|
843
741
|
|
|
844
742
|
declare interface Props_16 {
|
|
@@ -857,14 +755,6 @@ declare interface Props_18 {
|
|
|
857
755
|
buttonOnlyMode?: boolean;
|
|
858
756
|
}
|
|
859
757
|
|
|
860
|
-
declare interface Props_19 {
|
|
861
|
-
vertical?: boolean;
|
|
862
|
-
progress: number;
|
|
863
|
-
wrap?: boolean;
|
|
864
|
-
steps: Step[];
|
|
865
|
-
bars?: boolean;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
758
|
declare interface Props_2 {
|
|
869
759
|
items?: Array<dropdownItem>;
|
|
870
760
|
position?: keyof typeof dropdownPosition;
|
|
@@ -893,7 +783,6 @@ declare interface Props_6 {
|
|
|
893
783
|
items: Array<Accordion_2>;
|
|
894
784
|
joinItems?: boolean;
|
|
895
785
|
icon?: "arrow" | "plus";
|
|
896
|
-
toggle?: boolean;
|
|
897
786
|
}
|
|
898
787
|
|
|
899
788
|
declare interface Props_7 {
|
|
@@ -950,22 +839,9 @@ focusInput: () => void;
|
|
|
950
839
|
selectElement: HTMLSelectElement;
|
|
951
840
|
}, HTMLDivElement>;
|
|
952
841
|
|
|
953
|
-
declare interface Step {
|
|
954
|
-
title?: string;
|
|
955
|
-
icon?: string;
|
|
956
|
-
color?: "primary" | "secondary" | "accent" | "success" | "info" | "warning" | "error" | "";
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
export declare const Steps: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_19> & Readonly<{}>, {
|
|
960
|
-
progress: number;
|
|
961
|
-
vertical: boolean;
|
|
962
|
-
bars: boolean;
|
|
963
|
-
steps: Step[];
|
|
964
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
965
|
-
|
|
966
842
|
export declare const Swap: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
967
843
|
|
|
968
|
-
export declare const Tab:
|
|
844
|
+
export declare const Tab: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
969
845
|
|
|
970
846
|
declare interface Tab_2 {
|
|
971
847
|
name: string;
|
|
@@ -995,61 +871,4 @@ lightTheme: string;
|
|
|
995
871
|
darkTheme: string;
|
|
996
872
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
997
873
|
|
|
998
|
-
export declare const Toast: DefineComponent<ExtractPropTypes< {
|
|
999
|
-
position: {
|
|
1000
|
-
type: PropType<ToastPosition>;
|
|
1001
|
-
default: string;
|
|
1002
|
-
};
|
|
1003
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1004
|
-
position: {
|
|
1005
|
-
type: PropType<ToastPosition>;
|
|
1006
|
-
default: string;
|
|
1007
|
-
};
|
|
1008
|
-
}>> & Readonly<{}>, {
|
|
1009
|
-
position: ToastPosition;
|
|
1010
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1011
|
-
|
|
1012
|
-
declare interface Toast_2 {
|
|
1013
|
-
id: string;
|
|
1014
|
-
message: string;
|
|
1015
|
-
type: ToastType;
|
|
1016
|
-
duration: number;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
export declare function ToastComposable(): {
|
|
1020
|
-
toasts: Readonly<Ref<readonly {
|
|
1021
|
-
readonly id: string;
|
|
1022
|
-
readonly message: string;
|
|
1023
|
-
readonly type: ToastType;
|
|
1024
|
-
readonly duration: number;
|
|
1025
|
-
}[], readonly {
|
|
1026
|
-
readonly id: string;
|
|
1027
|
-
readonly message: string;
|
|
1028
|
-
readonly type: ToastType;
|
|
1029
|
-
readonly duration: number;
|
|
1030
|
-
}[]>>;
|
|
1031
|
-
addToast: (message: string, type?: ToastType, duration?: number) => void;
|
|
1032
|
-
removeToast: (id: string) => void;
|
|
1033
|
-
};
|
|
1034
|
-
|
|
1035
|
-
export declare const ToastNotification: DefineComponent<ExtractPropTypes< {
|
|
1036
|
-
toast: {
|
|
1037
|
-
type: PropType<Toast_2>;
|
|
1038
|
-
required: true;
|
|
1039
|
-
};
|
|
1040
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1041
|
-
remove: (...args: any[]) => void;
|
|
1042
|
-
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1043
|
-
toast: {
|
|
1044
|
-
type: PropType<Toast_2>;
|
|
1045
|
-
required: true;
|
|
1046
|
-
};
|
|
1047
|
-
}>> & Readonly<{
|
|
1048
|
-
onRemove?: ((...args: any[]) => any) | undefined;
|
|
1049
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1050
|
-
|
|
1051
|
-
declare type ToastPosition = 'top-start' | 'top-center' | 'top-end' | 'middle-start' | 'middle-center' | 'middle-end' | 'bottom-start' | 'bottom-center' | 'bottom-end';
|
|
1052
|
-
|
|
1053
|
-
declare type ToastType = 'info' | 'success' | 'warning' | 'error' | 'default';
|
|
1054
|
-
|
|
1055
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}
|