@davincihealthcare/elty-design-system-vue 1.42.1 → 1.42.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/ElModal.vue.d.ts +6 -2
- package/dist/index.js +1797 -1797
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +7 -7
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/ElModal.vue.d.ts
CHANGED
|
@@ -291,7 +291,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
291
291
|
}>>, "disabled" | "type" | "onClick" | "label" | "size" | "dark" | "loading" | "icon" | "error" | "variant" | "loadOnClick">, "size" | "error" | "variant">>;
|
|
292
292
|
default: undefined;
|
|
293
293
|
};
|
|
294
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
294
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
295
|
+
closed: () => void;
|
|
296
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
295
297
|
isOpen: {
|
|
296
298
|
required: true;
|
|
297
299
|
type: import('vue').PropType<any>;
|
|
@@ -566,7 +568,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
566
568
|
}>>, "disabled" | "type" | "onClick" | "label" | "size" | "dark" | "loading" | "icon" | "error" | "variant" | "loadOnClick">, "size" | "error" | "variant">>;
|
|
567
569
|
default: undefined;
|
|
568
570
|
};
|
|
569
|
-
}
|
|
571
|
+
}>> & {
|
|
572
|
+
onClosed?: (() => any) | undefined;
|
|
573
|
+
}, {
|
|
570
574
|
title: string;
|
|
571
575
|
color: "primary" | "secondary" | "error";
|
|
572
576
|
size: ResponsiveProps<"xs" | "xl" | "l" | "m" | "fullScreen">;
|