manolis-ui 0.6.19 → 0.7.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 +8 -6
- package/dist/manolis-ui.css +1 -1
- package/dist/manolis-ui.js +590 -561
- package/dist/manolis-ui.umd.cjs +8 -8
- package/dist/style.css +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentO
|
|
|
12
12
|
outlined: boolean;
|
|
13
13
|
active: boolean;
|
|
14
14
|
loading: boolean;
|
|
15
|
+
disabled: boolean;
|
|
15
16
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
16
17
|
|
|
17
18
|
declare const __VLS_component_10: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -36,6 +37,7 @@ onValidate?: ((isValid: boolean) => any) | undefined;
|
|
|
36
37
|
}>, {
|
|
37
38
|
type: string;
|
|
38
39
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
40
|
+
disabled: boolean;
|
|
39
41
|
label: string;
|
|
40
42
|
style: "" | "ghost";
|
|
41
43
|
color: "" | "neutral" | "primary" | "secondary" | "accent" | "info" | "success" | "warning" | "error";
|
|
@@ -48,6 +50,7 @@ maxLength?: number;
|
|
|
48
50
|
email?: boolean;
|
|
49
51
|
[key: string]: any;
|
|
50
52
|
};
|
|
53
|
+
needsValidation: boolean;
|
|
51
54
|
successMessage: string;
|
|
52
55
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
53
56
|
inputElement: HTMLInputElement;
|
|
@@ -621,9 +624,10 @@ declare interface Props {
|
|
|
621
624
|
outlined?: boolean;
|
|
622
625
|
active?: boolean;
|
|
623
626
|
loading?: boolean;
|
|
624
|
-
type?:
|
|
627
|
+
type?: "neutral" | "primary" | "secondary" | "accent" | "ghost" | "link" | "info" | "success" | "warning" | "error";
|
|
625
628
|
size?: string;
|
|
626
|
-
shape?:
|
|
629
|
+
shape?: "square" | "circle";
|
|
630
|
+
disabled?: boolean;
|
|
627
631
|
}
|
|
628
632
|
|
|
629
633
|
declare interface Props_10 {
|
|
@@ -659,14 +663,12 @@ declare interface Props_12 {
|
|
|
659
663
|
email?: boolean;
|
|
660
664
|
[key: string]: any;
|
|
661
665
|
};
|
|
662
|
-
needsValidation?:
|
|
663
|
-
default: true;
|
|
664
|
-
type: boolean;
|
|
665
|
-
};
|
|
666
|
+
needsValidation?: boolean;
|
|
666
667
|
successMessage?: string;
|
|
667
668
|
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
668
669
|
color?: "" | "neutral" | "primary" | "secondary" | "accent" | "info" | "success" | "warning" | "error";
|
|
669
670
|
style?: "" | "ghost";
|
|
671
|
+
disabled?: boolean;
|
|
670
672
|
}
|
|
671
673
|
|
|
672
674
|
declare interface Props_13 {
|
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-2a095d4c]{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-2a095d4c]{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-2a095d4c],.tabs button .text-xs[data-v-2a095d4c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.tabs button>.inline-component-wrapper[data-v-2a095d4c]{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-2a095d4c]{visibility:hidden}@media (max-width: 768px){.tab-content[data-v-2a095d4c]{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-2a095d4c]{width:auto;left:unset;transform:unset;position:absolute;max-height:unset;overflow-y:visible}.tabs-boxed .tab[data-v-2a095d4c]{flex-basis:0}}@media (max-width: 768px){.collapse-title>div[data-v-2a095d4c]:last-child{opacity:.75}}.tabs-boxed .tab.tab-active[data-v-2a095d4c],.tabs-boxed .tab.tab-active[data-v-2a095d4c]:hover{background-color:var(--color-primary);color:var(--color-primary-content)}.tabs-boxed .tab.tab-active-inline[data-v-2a095d4c]{background-color:var(--color-primary);color:var(--color-primary-content);flex:6}.tabs button>.inline-component-wrapper[data-v-2a095d4c] *{color:var(--color-base-content)}.input[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-2a095d4c]{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-2a095d4c]{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-2a095d4c],.tabs button .text-xs[data-v-2a095d4c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.tabs button>.inline-component-wrapper[data-v-2a095d4c]{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-2a095d4c]{visibility:hidden}@media (max-width: 768px){.tab-content[data-v-2a095d4c]{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-2a095d4c]{width:auto;left:unset;transform:unset;position:absolute;max-height:unset;overflow-y:visible}.tabs-boxed .tab[data-v-2a095d4c]{flex-basis:0}}@media (max-width: 768px){.collapse-title>div[data-v-2a095d4c]:last-child{opacity:.75}}.tabs-boxed .tab.tab-active[data-v-2a095d4c],.tabs-boxed .tab.tab-active[data-v-2a095d4c]:hover{background-color:var(--color-primary);color:var(--color-primary-content)}.tabs-boxed .tab.tab-active-inline[data-v-2a095d4c]{background-color:var(--color-primary);color:var(--color-primary-content);flex:6}.tabs button>.inline-component-wrapper[data-v-2a095d4c] *{color:var(--color-base-content)}.input[data-v-bab9b3c1]{cursor:pointer}.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}
|