manolis-ui 0.15.0 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +55 -79
- package/dist/manolis-ui.css +1 -1
- package/dist/manolis-ui.js +1036 -967
- package/dist/manolis-ui.umd.cjs +10 -10
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -14,43 +14,7 @@ loading: boolean;
|
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
16
16
|
|
|
17
|
-
declare const __VLS_component_10: DefineComponent<
|
|
18
|
-
"update:modelValue": (value: string | {
|
|
19
|
-
start: string;
|
|
20
|
-
end: string;
|
|
21
|
-
} | null) => any;
|
|
22
|
-
change: (value: string | {
|
|
23
|
-
start: string;
|
|
24
|
-
end: string;
|
|
25
|
-
} | null) => any;
|
|
26
|
-
}, string, PublicProps, Readonly<Props_11> & Readonly<{
|
|
27
|
-
"onUpdate:modelValue"?: ((value: string | {
|
|
28
|
-
start: string;
|
|
29
|
-
end: string;
|
|
30
|
-
} | null) => any) | undefined;
|
|
31
|
-
onChange?: ((value: string | {
|
|
32
|
-
start: string;
|
|
33
|
-
end: string;
|
|
34
|
-
} | null) => any) | undefined;
|
|
35
|
-
}>, {
|
|
36
|
-
disabled: boolean;
|
|
37
|
-
id: string;
|
|
38
|
-
locale: string;
|
|
39
|
-
range: boolean;
|
|
40
|
-
mode: "datetime" | "date" | "time";
|
|
41
|
-
placeholder: string;
|
|
42
|
-
popup: boolean;
|
|
43
|
-
initialDate: CallyInitialDate;
|
|
44
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
45
|
-
pickerContainer: HTMLDivElement;
|
|
46
|
-
datePicker: unknown;
|
|
47
|
-
rangeDatePicker: unknown;
|
|
48
|
-
timeFromInput: HTMLInputElement;
|
|
49
|
-
timeToInput: HTMLInputElement;
|
|
50
|
-
timeInput: HTMLInputElement;
|
|
51
|
-
}, HTMLDivElement>;
|
|
52
|
-
|
|
53
|
-
declare const __VLS_component_11: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
17
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
54
18
|
"update:modelValue": (value: string[]) => any;
|
|
55
19
|
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
56
20
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
@@ -58,7 +22,7 @@ declare const __VLS_component_11: DefineComponent<__VLS_Props, {}, {}, {}, {}, C
|
|
|
58
22
|
inputRef: HTMLInputElement;
|
|
59
23
|
}, HTMLDivElement>;
|
|
60
24
|
|
|
61
|
-
declare const
|
|
25
|
+
declare const __VLS_component_11: DefineComponent<Props_13, {
|
|
62
26
|
focusInput: () => void;
|
|
63
27
|
isValid: typeof isValid;
|
|
64
28
|
isTouched: typeof isTouched;
|
|
@@ -91,17 +55,17 @@ successMessage: string;
|
|
|
91
55
|
inputElement: HTMLInputElement;
|
|
92
56
|
}, HTMLDivElement>;
|
|
93
57
|
|
|
94
|
-
declare const
|
|
58
|
+
declare const __VLS_component_12: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
|
|
95
59
|
collapseOnMobile: boolean;
|
|
96
60
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
97
61
|
|
|
98
|
-
declare const
|
|
62
|
+
declare const __VLS_component_13: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
99
63
|
|
|
100
|
-
declare const
|
|
64
|
+
declare const __VLS_component_14: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_17> & Readonly<{}>, {
|
|
101
65
|
isCollapsed: boolean;
|
|
102
66
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
103
67
|
|
|
104
|
-
declare const
|
|
68
|
+
declare const __VLS_component_15: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
105
69
|
"tab-changed": (...args: any[]) => void;
|
|
106
70
|
}, string, PublicProps, Readonly<Props_18> & Readonly<{
|
|
107
71
|
"onTab-changed"?: ((...args: any[]) => any) | undefined;
|
|
@@ -274,22 +238,6 @@ declare function __VLS_template(): {
|
|
|
274
238
|
};
|
|
275
239
|
|
|
276
240
|
declare function __VLS_template_10(): {
|
|
277
|
-
attrs: Partial<{}>;
|
|
278
|
-
slots: {
|
|
279
|
-
default?(_: {}): any;
|
|
280
|
-
};
|
|
281
|
-
refs: {
|
|
282
|
-
pickerContainer: HTMLDivElement;
|
|
283
|
-
datePicker: unknown;
|
|
284
|
-
rangeDatePicker: unknown;
|
|
285
|
-
timeFromInput: HTMLInputElement;
|
|
286
|
-
timeToInput: HTMLInputElement;
|
|
287
|
-
timeInput: HTMLInputElement;
|
|
288
|
-
};
|
|
289
|
-
rootEl: HTMLDivElement;
|
|
290
|
-
};
|
|
291
|
-
|
|
292
|
-
declare function __VLS_template_11(): {
|
|
293
241
|
attrs: Partial<{}>;
|
|
294
242
|
slots: {
|
|
295
243
|
tag?(_: {
|
|
@@ -306,7 +254,7 @@ declare function __VLS_template_11(): {
|
|
|
306
254
|
rootEl: HTMLDivElement;
|
|
307
255
|
};
|
|
308
256
|
|
|
309
|
-
declare function
|
|
257
|
+
declare function __VLS_template_11(): {
|
|
310
258
|
attrs: Partial<{}>;
|
|
311
259
|
slots: {
|
|
312
260
|
default?(_: {}): any;
|
|
@@ -317,7 +265,7 @@ declare function __VLS_template_12(): {
|
|
|
317
265
|
rootEl: HTMLDivElement;
|
|
318
266
|
};
|
|
319
267
|
|
|
320
|
-
declare function
|
|
268
|
+
declare function __VLS_template_12(): {
|
|
321
269
|
attrs: Partial<{}>;
|
|
322
270
|
slots: {
|
|
323
271
|
default?(_: {}): any;
|
|
@@ -326,7 +274,7 @@ declare function __VLS_template_13(): {
|
|
|
326
274
|
rootEl: HTMLDivElement;
|
|
327
275
|
};
|
|
328
276
|
|
|
329
|
-
declare function
|
|
277
|
+
declare function __VLS_template_13(): {
|
|
330
278
|
attrs: Partial<{}>;
|
|
331
279
|
slots: {
|
|
332
280
|
title?(_: {}): any;
|
|
@@ -341,7 +289,7 @@ declare function __VLS_template_14(): {
|
|
|
341
289
|
rootEl: HTMLDivElement;
|
|
342
290
|
};
|
|
343
291
|
|
|
344
|
-
declare function
|
|
292
|
+
declare function __VLS_template_14(): {
|
|
345
293
|
attrs: Partial<{}>;
|
|
346
294
|
slots: {
|
|
347
295
|
start?(_: {}): any;
|
|
@@ -353,7 +301,7 @@ declare function __VLS_template_15(): {
|
|
|
353
301
|
rootEl: HTMLElement;
|
|
354
302
|
};
|
|
355
303
|
|
|
356
|
-
declare function
|
|
304
|
+
declare function __VLS_template_15(): {
|
|
357
305
|
attrs: Partial<{}>;
|
|
358
306
|
slots: Partial<Record<`${string}-tab`, (_: {}) => any>> & {
|
|
359
307
|
default?(_: {}): any;
|
|
@@ -468,8 +416,6 @@ declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
|
468
416
|
|
|
469
417
|
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
470
418
|
|
|
471
|
-
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
472
|
-
|
|
473
419
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
474
420
|
|
|
475
421
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -528,12 +474,6 @@ declare type __VLS_WithTemplateSlots_15<T, S> = T & {
|
|
|
528
474
|
};
|
|
529
475
|
};
|
|
530
476
|
|
|
531
|
-
declare type __VLS_WithTemplateSlots_16<T, S> = T & {
|
|
532
|
-
new (): {
|
|
533
|
-
$slots: S;
|
|
534
|
-
};
|
|
535
|
-
};
|
|
536
|
-
|
|
537
477
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
538
478
|
new (): {
|
|
539
479
|
$slots: S;
|
|
@@ -624,7 +564,42 @@ export declare const CategoryNavigation: DefineComponent<Props_16, {}, {}, {}, {
|
|
|
624
564
|
"onUpdate:currentCategory"?: ((category: string) => any) | undefined;
|
|
625
565
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
626
566
|
|
|
627
|
-
export declare const DatetimePicker:
|
|
567
|
+
export declare const DatetimePicker: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
568
|
+
"update:modelValue": (value: string | {
|
|
569
|
+
start: string;
|
|
570
|
+
end: string;
|
|
571
|
+
} | null) => any;
|
|
572
|
+
change: (value: string | {
|
|
573
|
+
start: string;
|
|
574
|
+
end: string;
|
|
575
|
+
} | null) => any;
|
|
576
|
+
}, string, PublicProps, Readonly<Props_11> & Readonly<{
|
|
577
|
+
"onUpdate:modelValue"?: ((value: string | {
|
|
578
|
+
start: string;
|
|
579
|
+
end: string;
|
|
580
|
+
} | null) => any) | undefined;
|
|
581
|
+
onChange?: ((value: string | {
|
|
582
|
+
start: string;
|
|
583
|
+
end: string;
|
|
584
|
+
} | null) => any) | undefined;
|
|
585
|
+
}>, {
|
|
586
|
+
disabled: boolean;
|
|
587
|
+
id: string;
|
|
588
|
+
locale: string;
|
|
589
|
+
range: boolean;
|
|
590
|
+
mode: "datetime" | "date" | "time";
|
|
591
|
+
placeholder: string;
|
|
592
|
+
popup: boolean;
|
|
593
|
+
initialDate: CallyInitialDate;
|
|
594
|
+
closeText: string;
|
|
595
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
596
|
+
pickerContainer: HTMLDivElement;
|
|
597
|
+
datePicker: unknown;
|
|
598
|
+
rangeDatePicker: unknown;
|
|
599
|
+
timeFromInput: HTMLInputElement;
|
|
600
|
+
timeToInput: HTMLInputElement;
|
|
601
|
+
timeInput: HTMLInputElement;
|
|
602
|
+
}, HTMLDivElement>;
|
|
628
603
|
|
|
629
604
|
export declare const Dropdown: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
630
605
|
|
|
@@ -649,7 +624,7 @@ declare const errorMessage: Ref<string, string>;
|
|
|
649
624
|
|
|
650
625
|
export { FilterableSelect }
|
|
651
626
|
|
|
652
|
-
export declare const Footer:
|
|
627
|
+
export declare const Footer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
653
628
|
|
|
654
629
|
declare interface FooterNavigation {
|
|
655
630
|
title: string;
|
|
@@ -662,9 +637,9 @@ declare interface FooterNavigationItem {
|
|
|
662
637
|
enabled: Boolean;
|
|
663
638
|
}
|
|
664
639
|
|
|
665
|
-
export declare const Hero:
|
|
640
|
+
export declare const Hero: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
666
641
|
|
|
667
|
-
export declare const InputField:
|
|
642
|
+
export declare const InputField: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
668
643
|
|
|
669
644
|
declare const isTouched: Ref<boolean, boolean>;
|
|
670
645
|
|
|
@@ -685,7 +660,7 @@ declare const modalPosition: {
|
|
|
685
660
|
center: string;
|
|
686
661
|
};
|
|
687
662
|
|
|
688
|
-
export declare const NavigationBar:
|
|
663
|
+
export declare const NavigationBar: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
689
664
|
|
|
690
665
|
declare interface Props {
|
|
691
666
|
outlined?: boolean;
|
|
@@ -708,7 +683,7 @@ declare interface Props_10 {
|
|
|
708
683
|
}
|
|
709
684
|
|
|
710
685
|
declare interface Props_11 {
|
|
711
|
-
mode?:
|
|
686
|
+
mode?: 'datetime' | 'date' | 'time';
|
|
712
687
|
range?: boolean;
|
|
713
688
|
placeholder?: string;
|
|
714
689
|
popup?: boolean;
|
|
@@ -718,6 +693,7 @@ declare interface Props_11 {
|
|
|
718
693
|
locale?: string;
|
|
719
694
|
min?: string;
|
|
720
695
|
max?: string;
|
|
696
|
+
closeText?: string;
|
|
721
697
|
}
|
|
722
698
|
|
|
723
699
|
declare interface Props_12 {
|
|
@@ -867,7 +843,7 @@ selectElement: HTMLSelectElement;
|
|
|
867
843
|
|
|
868
844
|
export declare const Swap: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
869
845
|
|
|
870
|
-
export declare const Tab:
|
|
846
|
+
export declare const Tab: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
871
847
|
|
|
872
848
|
declare interface Tab_2 {
|
|
873
849
|
name: string;
|
|
@@ -890,7 +866,7 @@ declare interface Tab_3 {
|
|
|
890
866
|
value?: any;
|
|
891
867
|
}
|
|
892
868
|
|
|
893
|
-
export declare const TagInput:
|
|
869
|
+
export declare const TagInput: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
894
870
|
|
|
895
871
|
export declare const ThemeController: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_5> & Readonly<{}>, {
|
|
896
872
|
lightTheme: string;
|
package/dist/manolis-ui.css
CHANGED
|
@@ -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-
|
|
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-d613b6cd]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;height:100%;width:100%}.cally[data-v-d613b6cd] ::part(selected){border-radius:var(--radius-field)!important;background:var(--color-primary)!important;color:var(--color-primary-content)!important}.cally[data-v-d613b6cd] ::part(day){font-size:var(--text-base)!important}.cally div[part=container][data-v-d613b6cd]{padding:0!important}.cally[data-v-d613b6cd] ::part(button day today){background:var(--color-secondary);color:var(--color-secondary-content)}.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}
|