@mobileaction/action-kit 1.41.1 → 1.41.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.
|
@@ -100,8 +100,8 @@ declare const __VLS_component: import("vue").DefineComponent<MaDatePickerProps,
|
|
|
100
100
|
focus: (...args: any[]) => void;
|
|
101
101
|
"update:value": (...args: any[]) => void;
|
|
102
102
|
cleared: (...args: any[]) => void;
|
|
103
|
-
opened: (...args: any[]) => void;
|
|
104
103
|
closed: (...args: any[]) => void;
|
|
104
|
+
opened: (...args: any[]) => void;
|
|
105
105
|
openChange: (...args: any[]) => void;
|
|
106
106
|
rangeStart: (...args: any[]) => void;
|
|
107
107
|
rangeEnd: (...args: any[]) => void;
|
|
@@ -111,8 +111,8 @@ declare const __VLS_component: import("vue").DefineComponent<MaDatePickerProps,
|
|
|
111
111
|
onFocus?: (...args: any[]) => any;
|
|
112
112
|
"onUpdate:value"?: (...args: any[]) => any;
|
|
113
113
|
onCleared?: (...args: any[]) => any;
|
|
114
|
-
onOpened?: (...args: any[]) => any;
|
|
115
114
|
onClosed?: (...args: any[]) => any;
|
|
115
|
+
onOpened?: (...args: any[]) => any;
|
|
116
116
|
onOpenChange?: (...args: any[]) => any;
|
|
117
117
|
onRangeStart?: (...args: any[]) => any;
|
|
118
118
|
onRangeEnd?: (...args: any[]) => any;
|
|
@@ -123,12 +123,12 @@ declare function __VLS_template(): {
|
|
|
123
123
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
124
124
|
declare const __VLS_component: import("vue").DefineComponent<MaDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
125
125
|
"update:visible": (open: boolean) => any;
|
|
126
|
-
opened: () => any;
|
|
127
126
|
closed: () => any;
|
|
127
|
+
opened: () => any;
|
|
128
128
|
}, string, import("vue").PublicProps, Readonly<MaDrawerProps> & Readonly<{
|
|
129
129
|
"onUpdate:visible"?: (open: boolean) => any;
|
|
130
|
-
onOpened?: () => any;
|
|
131
130
|
onClosed?: () => any;
|
|
131
|
+
onOpened?: () => any;
|
|
132
132
|
}>, {
|
|
133
133
|
placement: MaDrawerPlacement;
|
|
134
134
|
closable: boolean;
|
|
@@ -3,10 +3,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Ma
|
|
|
3
3
|
cancel: (...args: any[]) => void;
|
|
4
4
|
"update:visible": (...args: any[]) => void;
|
|
5
5
|
ok: (...args: any[]) => void;
|
|
6
|
+
closed: (...args: any[]) => void;
|
|
6
7
|
}, string, import("vue").PublicProps, Readonly<MaModalProps> & Readonly<{
|
|
7
8
|
onCancel?: (...args: any[]) => any;
|
|
8
9
|
"onUpdate:visible"?: (...args: any[]) => any;
|
|
9
10
|
onOk?: (...args: any[]) => any;
|
|
11
|
+
onClosed?: (...args: any[]) => any;
|
|
10
12
|
}>, {
|
|
11
13
|
mask: boolean;
|
|
12
14
|
closable: boolean;
|