manolis-ui 0.17.15 → 0.18.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 +2 -0
- package/dist/manolis-ui.js +471 -442
- package/dist/manolis-ui.umd.cjs +1 -1
- package/dist/style.css +165 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -567,6 +567,7 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
|
|
|
567
567
|
|
|
568
568
|
export declare const Accordion: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {
|
|
569
569
|
joinItems: boolean;
|
|
570
|
+
toggle: boolean;
|
|
570
571
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
571
572
|
|
|
572
573
|
declare interface Accordion_2 {
|
|
@@ -839,6 +840,7 @@ declare interface Props_6 {
|
|
|
839
840
|
items: Array<Accordion_2>;
|
|
840
841
|
joinItems?: boolean;
|
|
841
842
|
icon?: "arrow" | "plus";
|
|
843
|
+
toggle?: boolean;
|
|
842
844
|
}
|
|
843
845
|
|
|
844
846
|
declare interface Props_7 {
|