turmag-vue-components 0.0.22 → 0.0.23
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 +14 -4
- package/dist/turmag-vue-components.es.js +567 -567
- package/dist/turmag-vue-components.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -533,11 +533,21 @@ export declare const UiText: __VLS_WithTemplateSlots_2<typeof __VLS_component_2,
|
|
|
533
533
|
|
|
534
534
|
export declare const UiThemeToggler: DefineComponent<ExtractPropTypes< {
|
|
535
535
|
modelValue: PropType<boolean>;
|
|
536
|
-
|
|
537
|
-
|
|
536
|
+
savedMode: {
|
|
537
|
+
type: PropType<"auto" | "light" | "dark">;
|
|
538
|
+
required: true;
|
|
539
|
+
};
|
|
540
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
541
|
+
toggle: (value: boolean) => void;
|
|
542
|
+
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
538
543
|
modelValue: PropType<boolean>;
|
|
539
|
-
|
|
540
|
-
|
|
544
|
+
savedMode: {
|
|
545
|
+
type: PropType<"auto" | "light" | "dark">;
|
|
546
|
+
required: true;
|
|
547
|
+
};
|
|
548
|
+
}>> & Readonly<{
|
|
549
|
+
onToggle?: ((value: boolean) => any) | undefined;
|
|
550
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
541
551
|
|
|
542
552
|
export declare const UiTooltipContent: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
|
543
553
|
|