@geektech/geek-ui
Advanced tools
Comparing version 1.2.5 to 1.3.0
@@ -84,4 +84,4 @@ import { AllowedComponentProps } from 'vue'; | ||
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { | ||
change: (...args: any[]) => void; | ||
"update:current": (...args: any[]) => void; | ||
change: (...args: any[]) => void; | ||
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ | ||
@@ -88,0 +88,0 @@ direction: { |
@@ -174,4 +174,4 @@ import { AllowedComponentProps } from 'vue'; | ||
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { | ||
change: (...args: any[]) => void; | ||
"update:current": (...args: any[]) => void; | ||
change: (...args: any[]) => void; | ||
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ | ||
@@ -377,7 +377,7 @@ direction: { | ||
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { | ||
cancel: (e: Event) => void; | ||
close: () => void; | ||
"update:visible": (visible: boolean) => void; | ||
ok: (e: Event) => void; | ||
cancel: (e: Event) => void; | ||
open: () => void; | ||
close: () => void; | ||
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ | ||
@@ -429,6 +429,6 @@ visible: { | ||
onCancel?: ((e: Event) => any) | undefined; | ||
onClose?: (() => any) | undefined; | ||
"onUpdate:visible"?: ((visible: boolean) => any) | undefined; | ||
onOk?: ((e: Event) => any) | undefined; | ||
onOpen?: (() => any) | undefined; | ||
onClose?: (() => any) | undefined; | ||
}, { | ||
@@ -435,0 +435,0 @@ mask: boolean; |
@@ -60,7 +60,7 @@ import { AllowedComponentProps } from 'vue'; | ||
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { | ||
cancel: (e: Event) => void; | ||
close: () => void; | ||
"update:visible": (visible: boolean) => void; | ||
ok: (e: Event) => void; | ||
cancel: (e: Event) => void; | ||
open: () => void; | ||
close: () => void; | ||
}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{ | ||
@@ -112,6 +112,6 @@ visible: { | ||
onCancel?: ((e: Event) => any) | undefined; | ||
onClose?: (() => any) | undefined; | ||
"onUpdate:visible"?: ((visible: boolean) => any) | undefined; | ||
onOk?: ((e: Event) => any) | undefined; | ||
onOpen?: (() => any) | undefined; | ||
onClose?: (() => any) | undefined; | ||
}, { | ||
@@ -118,0 +118,0 @@ mask: boolean; |
{ | ||
"name": "@geektech/geek-ui", | ||
"version": "1.2.5", | ||
"version": "1.3.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet