manolis-ui 0.20.1 → 0.20.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 +21 -0
- package/dist/manolis-ui.css +1 -1
- package/dist/manolis-ui.js +914 -912
- package/dist/manolis-ui.umd.cjs +10 -10
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -855,6 +855,14 @@ declare interface Props_18 {
|
|
|
855
855
|
buttonOnlyMode?: boolean;
|
|
856
856
|
}
|
|
857
857
|
|
|
858
|
+
declare interface Props_19 {
|
|
859
|
+
vertical?: boolean;
|
|
860
|
+
progress: number;
|
|
861
|
+
wrap?: boolean;
|
|
862
|
+
steps: Step[];
|
|
863
|
+
bars?: boolean;
|
|
864
|
+
}
|
|
865
|
+
|
|
858
866
|
declare interface Props_2 {
|
|
859
867
|
items?: Array<dropdownItem>;
|
|
860
868
|
position?: keyof typeof dropdownPosition;
|
|
@@ -940,6 +948,19 @@ focusInput: () => void;
|
|
|
940
948
|
selectElement: HTMLSelectElement;
|
|
941
949
|
}, HTMLDivElement>;
|
|
942
950
|
|
|
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
|
+
|
|
943
964
|
export declare const Swap: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
944
965
|
|
|
945
966
|
export declare const Tab: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
package/dist/manolis-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cursor-grabbing .carousel-item[data-v-d9ad9601]{cursor:grabbing!important;pointer-events:none}.carousel-vertical[data-v-d9ad9601]{overflow:hidden}.pointer-events-none[data-v-d9ad9601]{pointer-events:none}.carousel[data-v-d9ad9601]{overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}.carousel[data-v-d9ad9601]::-webkit-scrollbar{display:none}.fade-enter-active[data-v-d9ad9601],.fade-leave-active[data-v-d9ad9601]{transition:opacity .3s ease}.fade-enter-from[data-v-d9ad9601],.fade-leave-to[data-v-d9ad9601]{opacity:0}.fade-leave-active[data-v-d9ad9601]{pointer-events: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
|
+
.cursor-grabbing .carousel-item[data-v-d9ad9601]{cursor:grabbing!important;pointer-events:none}.carousel-vertical[data-v-d9ad9601]{overflow:hidden}.pointer-events-none[data-v-d9ad9601]{pointer-events:none}.carousel[data-v-d9ad9601]{overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}.carousel[data-v-d9ad9601]::-webkit-scrollbar{display:none}.fade-enter-active[data-v-d9ad9601],.fade-leave-active[data-v-d9ad9601]{transition:opacity .3s ease}.fade-enter-from[data-v-d9ad9601],.fade-leave-to[data-v-d9ad9601]{opacity:0}.fade-leave-active[data-v-d9ad9601]{pointer-events: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-ca3752e5]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;height:100%;width:100%}.cally[data-v-ca3752e5] ::part(selected){border-radius:var(--radius-field)!important;background:var(--color-primary)!important;color:var(--color-primary-content)!important}.cally[data-v-ca3752e5] ::part(day){font-size:var(--text-base)!important}.cally div[part=container][data-v-ca3752e5]{padding:0!important}.cally[data-v-ca3752e5] ::part(button day today){background:var(--color-secondary);color:var(--color-secondary-content)}.alert[data-v-bc0c6917]{position:relative;padding-bottom:.75rem}.progress[data-v-bc0c6917]{height:4px;opacity:.8;transition:value .05s linear}.toast-fade-enter-active[data-v-e10fa884],.toast-fade-leave-active[data-v-e10fa884]{transition:all .5s ease}.toast-fade-enter-from[data-v-e10fa884],.toast-fade-leave-to[data-v-e10fa884]{opacity:0;transform:translate(30px)}.toast-start .toast-fade-enter-from[data-v-e10fa884],.toast-start .toast-fade-leave-to[data-v-e10fa884]{transform:translate(-30px)}.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}.steps:has(>.step.bars) .step.bars>.step-icon,.steps:has(>.step.bars) .step.bars:not(:has(.step-icon)):after{content:" ";border-radius:5px;height:5px;width:98%}.steps:has(>.step.bars) .step.bars:before{background-color:transparent!important;content:"";color:transparent}
|