@aeria-ui/ui 0.0.168 → 0.0.170
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/{_id_-C_xhAqML.js → _id_-BZ_c_Nis.js} +1 -1
- package/dist/{activation-Nhca5clk.js → activation-Z5esMlLY.js} +1 -1
- package/dist/components/aeria-picture/aeria-picture.vue.d.ts +9 -4
- package/dist/components/form/aeria-checkbox/aeria-checkbox.vue.d.ts +6 -6
- package/dist/components/form/aeria-file/aeria-file.vue.d.ts +16 -0
- package/dist/components/form/aeria-switch/aeria-switch.vue.d.ts +2 -2
- package/dist/{index-CWTAcril.js → index-BwzZsDA9.js} +324 -338
- package/dist/{index-NfmqJqgs.js → index-CGXDY-ht.js} +1 -1
- package/dist/{index-B57PhZfV.js → index-CPCqqDiA.js} +1 -1
- package/dist/{index-YWwzhYVJ.js → index-FDXhHnud.js} +1 -1
- package/dist/{redefine-password-BcsFvaxE.js → redefine-password-BBMd7Zlp.js} +1 -1
- package/dist/{signin-D4Y8WGuC.js → signin-DZF75Gmp.js} +1 -1
- package/dist/{signup-B9GtXQQD.js → signup-Bm6Mouf8.js} +1 -1
- package/dist/ui.css +1 -1
- package/dist/ui.js +1 -1
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as i, watch as c, createBlock as r, openBlock as l } from "vue";
|
|
2
2
|
import { getGlobalStateManager as a, useStore as s } from "@aeria-ui/state-management";
|
|
3
|
-
import { f as d } from "./index-
|
|
3
|
+
import { f as d } from "./index-BwzZsDA9.js";
|
|
4
4
|
const _ = /* @__PURE__ */ i({
|
|
5
5
|
__name: "[id]",
|
|
6
6
|
props: {
|
|
@@ -3,7 +3,7 @@ import { INSTANCE_VARS_SYMBOL as U } from "@aeria-ui/core";
|
|
|
3
3
|
import { useStore as $ } from "@aeria-ui/state-management";
|
|
4
4
|
import { useRouter as x } from "vue-router";
|
|
5
5
|
import { t as i } from "@aeria-ui/i18n";
|
|
6
|
-
import { A as E, c as I, a as v } from "./index-
|
|
6
|
+
import { A as E, c as I, a as v } from "./index-BwzZsDA9.js";
|
|
7
7
|
const N = { key: 0 }, T = {
|
|
8
8
|
key: 0,
|
|
9
9
|
style: { display: "grid", gap: "1rem" }
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
import { CSSProperties } from 'vue';
|
|
1
2
|
type Props = {
|
|
2
3
|
url?: string;
|
|
3
4
|
alt: string;
|
|
4
5
|
fileId?: string;
|
|
5
6
|
modelValue?: string;
|
|
6
|
-
objectFit?: string;
|
|
7
7
|
bordered?: boolean;
|
|
8
|
-
width?: string;
|
|
9
|
-
height?: string;
|
|
10
8
|
expandable?: boolean;
|
|
11
9
|
meta?: {
|
|
12
10
|
created_at: string;
|
|
@@ -15,6 +13,9 @@ type Props = {
|
|
|
15
13
|
name: string;
|
|
16
14
|
};
|
|
17
15
|
};
|
|
16
|
+
objectFit?: CSSProperties['objectFit'];
|
|
17
|
+
width?: CSSProperties['width'];
|
|
18
|
+
height?: CSSProperties['height'];
|
|
18
19
|
};
|
|
19
20
|
declare function __VLS_template(): {
|
|
20
21
|
attrs: Partial<{}>;
|
|
@@ -27,7 +28,11 @@ declare function __VLS_template(): {
|
|
|
27
28
|
rootEl: HTMLElement;
|
|
28
29
|
};
|
|
29
30
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
31
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
32
|
+
width: import("csstype").Property.Width<string | number>;
|
|
33
|
+
height: import("csstype").Property.Height<string | number>;
|
|
34
|
+
objectFit: import("csstype").Property.ObjectFit;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
31
36
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
37
|
export default _default;
|
|
33
38
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -10,15 +10,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Fo
|
|
|
10
10
|
}) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').VariableObjectProperty & {
|
|
11
11
|
type: "object";
|
|
12
12
|
default?: unknown;
|
|
13
|
-
}) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').StringProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').NumberProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
|
|
13
|
+
}) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').StringProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').NumberProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstUndefinedProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
|
|
14
14
|
$ref: "file";
|
|
15
15
|
accept?: readonly string[];
|
|
16
16
|
extensions?: readonly string[];
|
|
17
|
-
}) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').
|
|
17
|
+
}) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstUndefinedProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
|
|
18
18
|
$ref: "file";
|
|
19
19
|
accept?: readonly string[];
|
|
20
20
|
extensions?: readonly string[];
|
|
21
|
-
}) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').
|
|
21
|
+
}) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstUndefinedProperty)> & {
|
|
22
22
|
value?: unknown;
|
|
23
23
|
variant?: string;
|
|
24
24
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -34,15 +34,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Fo
|
|
|
34
34
|
}) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').VariableObjectProperty & {
|
|
35
35
|
type: "object";
|
|
36
36
|
default?: unknown;
|
|
37
|
-
}) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').StringProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').NumberProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
|
|
37
|
+
}) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').StringProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').NumberProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & BooleanProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').GetterProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (EnumProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstUndefinedProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
|
|
38
38
|
$ref: "file";
|
|
39
39
|
accept?: readonly string[];
|
|
40
40
|
extensions?: readonly string[];
|
|
41
|
-
}) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').
|
|
41
|
+
}) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (BooleanProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstUndefinedProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
|
|
42
42
|
$ref: "file";
|
|
43
43
|
accept?: readonly string[];
|
|
44
44
|
extensions?: readonly string[];
|
|
45
|
-
}) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').
|
|
45
|
+
}) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & EnumProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & ArrayProperty<unknown>) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty) | (ArrayProperty & import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstUndefinedProperty)> & {
|
|
46
46
|
value?: unknown;
|
|
47
47
|
variant?: string;
|
|
48
48
|
}> & Readonly<{
|
|
@@ -37,9 +37,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
37
37
|
readonly type: "boolean";
|
|
38
38
|
};
|
|
39
39
|
readonly link: {
|
|
40
|
+
readonly type: "getter";
|
|
40
41
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
41
42
|
};
|
|
42
43
|
readonly download_link: {
|
|
44
|
+
readonly type: "getter";
|
|
43
45
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
44
46
|
};
|
|
45
47
|
};
|
|
@@ -88,9 +90,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
88
90
|
readonly type: "boolean";
|
|
89
91
|
};
|
|
90
92
|
readonly link: {
|
|
93
|
+
readonly type: "getter";
|
|
91
94
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
92
95
|
};
|
|
93
96
|
readonly download_link: {
|
|
97
|
+
readonly type: "getter";
|
|
94
98
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
95
99
|
};
|
|
96
100
|
};
|
|
@@ -139,9 +143,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
139
143
|
readonly type: "boolean";
|
|
140
144
|
};
|
|
141
145
|
readonly link: {
|
|
146
|
+
readonly type: "getter";
|
|
142
147
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
143
148
|
};
|
|
144
149
|
readonly download_link: {
|
|
150
|
+
readonly type: "getter";
|
|
145
151
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
146
152
|
};
|
|
147
153
|
};
|
|
@@ -189,9 +195,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
189
195
|
readonly type: "boolean";
|
|
190
196
|
};
|
|
191
197
|
readonly link: {
|
|
198
|
+
readonly type: "getter";
|
|
192
199
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
193
200
|
};
|
|
194
201
|
readonly download_link: {
|
|
202
|
+
readonly type: "getter";
|
|
195
203
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
196
204
|
};
|
|
197
205
|
};
|
|
@@ -241,9 +249,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
241
249
|
readonly type: "boolean";
|
|
242
250
|
};
|
|
243
251
|
readonly link: {
|
|
252
|
+
readonly type: "getter";
|
|
244
253
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
245
254
|
};
|
|
246
255
|
readonly download_link: {
|
|
256
|
+
readonly type: "getter";
|
|
247
257
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
248
258
|
};
|
|
249
259
|
};
|
|
@@ -292,9 +302,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
292
302
|
readonly type: "boolean";
|
|
293
303
|
};
|
|
294
304
|
readonly link: {
|
|
305
|
+
readonly type: "getter";
|
|
295
306
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
296
307
|
};
|
|
297
308
|
readonly download_link: {
|
|
309
|
+
readonly type: "getter";
|
|
298
310
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
299
311
|
};
|
|
300
312
|
};
|
|
@@ -342,9 +354,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
342
354
|
readonly type: "boolean";
|
|
343
355
|
};
|
|
344
356
|
readonly link: {
|
|
357
|
+
readonly type: "getter";
|
|
345
358
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
346
359
|
};
|
|
347
360
|
readonly download_link: {
|
|
361
|
+
readonly type: "getter";
|
|
348
362
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
349
363
|
};
|
|
350
364
|
};
|
|
@@ -393,9 +407,11 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
393
407
|
readonly type: "boolean";
|
|
394
408
|
};
|
|
395
409
|
readonly link: {
|
|
410
|
+
readonly type: "getter";
|
|
396
411
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
397
412
|
};
|
|
398
413
|
readonly download_link: {
|
|
414
|
+
readonly type: "getter";
|
|
399
415
|
readonly getter: (doc: object) => Promise<string | undefined>;
|
|
400
416
|
};
|
|
401
417
|
};
|
|
@@ -4,14 +4,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Fo
|
|
|
4
4
|
$ref: "file";
|
|
5
5
|
accept?: readonly string[];
|
|
6
6
|
extensions?: readonly string[];
|
|
7
|
-
} & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').EnumProperty & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').
|
|
7
|
+
} & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').EnumProperty & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstUndefinedProperty & BooleanProperty)>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
8
|
change: (value: boolean) => any;
|
|
9
9
|
"update:modelValue": (value: boolean) => any;
|
|
10
10
|
}, string, import('vue').PublicProps, Readonly<FormFieldProps<any, (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').RefProperty & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & Omit<import('../../../../../../node_modules/@aeriajs/types').RefProperty, "$ref"> & {
|
|
11
11
|
$ref: "file";
|
|
12
12
|
accept?: readonly string[];
|
|
13
13
|
extensions?: readonly string[];
|
|
14
|
-
} & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').EnumProperty & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').
|
|
14
|
+
} & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').EnumProperty & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstProperty & BooleanProperty) | (import('../../../../../../node_modules/@aeriajs/types').PropertyBase & import('../../../../../../node_modules/@aeriajs/types').ConstUndefinedProperty & BooleanProperty)>> & Readonly<{
|
|
15
15
|
onChange?: ((value: boolean) => any) | undefined;
|
|
16
16
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17
17
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
|