@omnia/fx 8.0.96-dev → 8.0.97-dev
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/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/MagicLink.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/signin/{SignInBlock.css.d.ts → AuthenticationBlock.css.d.ts} +1 -3
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlock.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/signin/AuthenticationLayoutHelper.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/signin/{SignInFactory.d.ts → LoginFactory.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +394 -13
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/{signout/SignOut.d.ts → signin/omnia/Login.d.ts} +0 -1
- package/internal-do-not-import-from-here/ux/signout/{SignOut.css.d.ts → Logout.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/{signin/SignInBlock.d.ts → signout/Logout.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/signout/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +114 -346
- package/internal-do-not-import-from-here/wctypings.d.ts +28 -15
- package/package.json +5 -5
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeLayoutApi.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/statuscoderenderer/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/NotFoundDefaultLayout.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/Registration.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/UnauthorizedDefaultLayout.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/magiclink/{MagicLinkSignIn.d.ts → MagicLinkLogin.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/signin/{SignInPage.d.ts → AuthenticationPage.d.ts} +0 -0
@@ -3,7 +3,7 @@ export declare namespace SignInLocalization {
|
|
3
3
|
interface locInterface {
|
4
4
|
Login: string;
|
5
5
|
SendMagicLink: string;
|
6
|
-
|
6
|
+
MagicLinkIsValidMessage: string;
|
7
7
|
MagicLinkValidTimeMessage: string;
|
8
8
|
MagicLinkValidPeriodMessage: string;
|
9
9
|
MagicLinkValidUnit: string;
|
@@ -25,13 +25,13 @@ export declare namespace SignInLocalization {
|
|
25
25
|
OneTimePassword: {
|
26
26
|
Title: string;
|
27
27
|
};
|
28
|
-
|
28
|
+
TheMagicLink: {
|
29
29
|
Title: string;
|
30
30
|
};
|
31
31
|
};
|
32
32
|
GenericError: string;
|
33
33
|
UseAnotherAccount: string;
|
34
|
-
|
34
|
+
AnotherWayToLogin: string;
|
35
35
|
ForgotPassword: string;
|
36
36
|
Email: string;
|
37
37
|
Send: string;
|
package/internal-do-not-import-from-here/ux/{signout/SignOut.d.ts → signin/omnia/Login.d.ts}
RENAMED
@@ -1,4 +1,3 @@
|
|
1
|
-
import "./SignOut.css";
|
2
1
|
declare const _default: {
|
3
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
4
3
|
P: {};
|
@@ -2,5 +2,5 @@ import { Breakpoint } from "@omnia/fx-models";
|
|
2
2
|
import { types } from "typestyle";
|
3
3
|
export declare const SignOutStyles: {
|
4
4
|
main: (breakPoint: Breakpoint) => types.NestedCSSProperties;
|
5
|
-
container: (
|
5
|
+
container: () => types.NestedCSSProperties;
|
6
6
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import "./
|
1
|
+
import "./Logout.css";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
4
4
|
P: {};
|
@@ -7,91 +7,33 @@ declare const _default: {
|
|
7
7
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
8
8
|
} & {
|
9
9
|
activator?: () => VNodeChild;
|
10
|
-
}, {
|
11
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
12
|
-
} & {
|
13
|
-
activator?: () => VNodeChild;
|
14
10
|
}>;
|
15
|
-
definition:
|
16
|
-
|
17
|
-
"v-model": import("vue").Prop<boolean, boolean>;
|
18
|
-
modelValue: import("vue").Prop<boolean, boolean>;
|
19
|
-
name: import("vue").Prop<{
|
20
|
-
[x: `onUpdate:${string}`]: {
|
21
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
22
|
-
};
|
11
|
+
definition: {
|
12
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
23
13
|
} & {
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
}
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
};
|
48
|
-
}>;
|
49
|
-
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
|
50
|
-
"onUpdate:modelValue": {
|
51
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
52
|
-
};
|
53
|
-
} & {
|
54
|
-
"v-model": {
|
55
|
-
type: import("vue").PropType<boolean>;
|
56
|
-
required: false;
|
57
|
-
};
|
58
|
-
} & {
|
59
|
-
modelValue: {
|
60
|
-
type: import("vue").PropType<boolean>;
|
61
|
-
required: false;
|
62
|
-
};
|
63
|
-
}, false>;
|
64
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
|
65
|
-
"onUpdate:modelValue": {
|
66
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
67
|
-
};
|
68
|
-
} & {
|
69
|
-
"v-model": {
|
70
|
-
type: import("vue").PropType<boolean>;
|
71
|
-
required: false;
|
72
|
-
};
|
73
|
-
} & {
|
74
|
-
modelValue: {
|
75
|
-
type: import("vue").PropType<boolean>;
|
76
|
-
required: false;
|
77
|
-
};
|
78
|
-
}>;
|
79
|
-
}, {
|
80
|
-
[x: `onUpdate:${string}`]: {
|
81
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
82
|
-
};
|
83
|
-
} & {
|
84
|
-
[x: `v-model:${string}`]: {
|
85
|
-
type: import("vue").PropType<boolean>;
|
86
|
-
required: false;
|
87
|
-
};
|
88
|
-
} & {
|
89
|
-
[x: string]: {
|
90
|
-
type: import("vue").PropType<boolean>;
|
91
|
-
required: false;
|
92
|
-
};
|
93
|
-
} & {
|
94
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
|
14
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
15
|
+
};
|
16
|
+
"onUpdate:modelValue": {
|
17
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
18
|
+
};
|
19
|
+
"v-model": {
|
20
|
+
type: import("vue").PropType<boolean>;
|
21
|
+
required: false;
|
22
|
+
};
|
23
|
+
modelValue: {
|
24
|
+
type: import("vue").PropType<boolean>;
|
25
|
+
required: false;
|
26
|
+
};
|
27
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
28
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
29
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
30
|
+
type: import("vue").PropType<boolean>;
|
31
|
+
required: false;
|
32
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
33
|
+
type: import("vue").PropType<boolean>;
|
34
|
+
required: false;
|
35
|
+
}; } & {
|
36
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
95
37
|
"onUpdate:modelValue": {
|
96
38
|
type: import("vue").PropType<(value: boolean) => any>;
|
97
39
|
};
|
@@ -106,7 +48,7 @@ declare const _default: {
|
|
106
48
|
required: false;
|
107
49
|
};
|
108
50
|
}>;
|
109
|
-
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<
|
51
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
110
52
|
"onUpdate:modelValue": {
|
111
53
|
type: import("vue").PropType<(value: boolean) => any>;
|
112
54
|
};
|
@@ -121,7 +63,7 @@ declare const _default: {
|
|
121
63
|
required: false;
|
122
64
|
};
|
123
65
|
}, false>;
|
124
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<
|
66
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
125
67
|
"onUpdate:modelValue": {
|
126
68
|
type: import("vue").PropType<(value: boolean) => any>;
|
127
69
|
};
|
@@ -136,101 +78,43 @@ declare const _default: {
|
|
136
78
|
required: false;
|
137
79
|
};
|
138
80
|
}>;
|
139
|
-
}
|
81
|
+
};
|
140
82
|
}>> & {
|
141
83
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
142
|
-
}, () => JSX.Element,
|
84
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
143
85
|
save: (appDefinition: VelcronAppDefinition) => true;
|
144
86
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
145
87
|
"v-slots": import("vue").Prop<{
|
146
88
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
147
89
|
} & {
|
148
90
|
activator?: () => VNodeChild;
|
149
|
-
}, {
|
150
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
151
|
-
} & {
|
152
|
-
activator?: () => VNodeChild;
|
153
91
|
}>;
|
154
|
-
definition:
|
155
|
-
|
156
|
-
"v-model": import("vue").Prop<boolean, boolean>;
|
157
|
-
modelValue: import("vue").Prop<boolean, boolean>;
|
158
|
-
name: import("vue").Prop<{
|
159
|
-
[x: `onUpdate:${string}`]: {
|
160
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
161
|
-
};
|
162
|
-
} & {
|
163
|
-
[x: `v-model:${string}`]: {
|
164
|
-
type: import("vue").PropType<boolean>;
|
165
|
-
required: false;
|
166
|
-
};
|
167
|
-
} & {
|
168
|
-
[x: string]: {
|
169
|
-
type: import("vue").PropType<boolean>;
|
170
|
-
required: false;
|
171
|
-
};
|
172
|
-
} & {
|
173
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
|
174
|
-
"onUpdate:modelValue": {
|
175
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
176
|
-
};
|
177
|
-
} & {
|
178
|
-
"v-model": {
|
179
|
-
type: import("vue").PropType<boolean>;
|
180
|
-
required: false;
|
181
|
-
};
|
182
|
-
} & {
|
183
|
-
modelValue: {
|
184
|
-
type: import("vue").PropType<boolean>;
|
185
|
-
required: false;
|
186
|
-
};
|
187
|
-
}>;
|
188
|
-
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
|
189
|
-
"onUpdate:modelValue": {
|
190
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
191
|
-
};
|
192
|
-
} & {
|
193
|
-
"v-model": {
|
194
|
-
type: import("vue").PropType<boolean>;
|
195
|
-
required: false;
|
196
|
-
};
|
197
|
-
} & {
|
198
|
-
modelValue: {
|
199
|
-
type: import("vue").PropType<boolean>;
|
200
|
-
required: false;
|
201
|
-
};
|
202
|
-
}, false>;
|
203
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
|
204
|
-
"onUpdate:modelValue": {
|
205
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
206
|
-
};
|
207
|
-
} & {
|
208
|
-
"v-model": {
|
209
|
-
type: import("vue").PropType<boolean>;
|
210
|
-
required: false;
|
211
|
-
};
|
212
|
-
} & {
|
213
|
-
modelValue: {
|
214
|
-
type: import("vue").PropType<boolean>;
|
215
|
-
required: false;
|
216
|
-
};
|
217
|
-
}>;
|
218
|
-
}, {
|
219
|
-
[x: `onUpdate:${string}`]: {
|
220
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
221
|
-
};
|
222
|
-
} & {
|
223
|
-
[x: `v-model:${string}`]: {
|
224
|
-
type: import("vue").PropType<boolean>;
|
225
|
-
required: false;
|
226
|
-
};
|
227
|
-
} & {
|
228
|
-
[x: string]: {
|
229
|
-
type: import("vue").PropType<boolean>;
|
230
|
-
required: false;
|
231
|
-
};
|
92
|
+
definition: {
|
93
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
232
94
|
} & {
|
233
|
-
|
95
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
96
|
+
};
|
97
|
+
"onUpdate:modelValue": {
|
98
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
99
|
+
};
|
100
|
+
"v-model": {
|
101
|
+
type: import("vue").PropType<boolean>;
|
102
|
+
required: false;
|
103
|
+
};
|
104
|
+
modelValue: {
|
105
|
+
type: import("vue").PropType<boolean>;
|
106
|
+
required: false;
|
107
|
+
};
|
108
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
109
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
110
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
111
|
+
type: import("vue").PropType<boolean>;
|
112
|
+
required: false;
|
113
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
114
|
+
type: import("vue").PropType<boolean>;
|
115
|
+
required: false;
|
116
|
+
}; } & {
|
117
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
234
118
|
"onUpdate:modelValue": {
|
235
119
|
type: import("vue").PropType<(value: boolean) => any>;
|
236
120
|
};
|
@@ -245,7 +129,7 @@ declare const _default: {
|
|
245
129
|
required: false;
|
246
130
|
};
|
247
131
|
}>;
|
248
|
-
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<
|
132
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
249
133
|
"onUpdate:modelValue": {
|
250
134
|
type: import("vue").PropType<(value: boolean) => any>;
|
251
135
|
};
|
@@ -260,7 +144,7 @@ declare const _default: {
|
|
260
144
|
required: false;
|
261
145
|
};
|
262
146
|
}, false>;
|
263
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<
|
147
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
264
148
|
"onUpdate:modelValue": {
|
265
149
|
type: import("vue").PropType<(value: boolean) => any>;
|
266
150
|
};
|
@@ -275,7 +159,7 @@ declare const _default: {
|
|
275
159
|
required: false;
|
276
160
|
};
|
277
161
|
}>;
|
278
|
-
}
|
162
|
+
};
|
279
163
|
}>> & {
|
280
164
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
281
165
|
}, {}, true, {}, {}, {
|
@@ -290,91 +174,33 @@ declare const _default: {
|
|
290
174
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
291
175
|
} & {
|
292
176
|
activator?: () => VNodeChild;
|
293
|
-
}, {
|
294
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
295
|
-
} & {
|
296
|
-
activator?: () => VNodeChild;
|
297
177
|
}>;
|
298
|
-
definition:
|
299
|
-
|
300
|
-
"v-model": import("vue").Prop<boolean, boolean>;
|
301
|
-
modelValue: import("vue").Prop<boolean, boolean>;
|
302
|
-
name: import("vue").Prop<{
|
303
|
-
[x: `onUpdate:${string}`]: {
|
304
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
305
|
-
};
|
178
|
+
definition: {
|
179
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
306
180
|
} & {
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
}
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
};
|
331
|
-
}>;
|
332
|
-
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
|
333
|
-
"onUpdate:modelValue": {
|
334
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
335
|
-
};
|
336
|
-
} & {
|
337
|
-
"v-model": {
|
338
|
-
type: import("vue").PropType<boolean>;
|
339
|
-
required: false;
|
340
|
-
};
|
341
|
-
} & {
|
342
|
-
modelValue: {
|
343
|
-
type: import("vue").PropType<boolean>;
|
344
|
-
required: false;
|
345
|
-
};
|
346
|
-
}, false>;
|
347
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
|
348
|
-
"onUpdate:modelValue": {
|
349
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
350
|
-
};
|
351
|
-
} & {
|
352
|
-
"v-model": {
|
353
|
-
type: import("vue").PropType<boolean>;
|
354
|
-
required: false;
|
355
|
-
};
|
356
|
-
} & {
|
357
|
-
modelValue: {
|
358
|
-
type: import("vue").PropType<boolean>;
|
359
|
-
required: false;
|
360
|
-
};
|
361
|
-
}>;
|
362
|
-
}, {
|
363
|
-
[x: `onUpdate:${string}`]: {
|
364
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
365
|
-
};
|
366
|
-
} & {
|
367
|
-
[x: `v-model:${string}`]: {
|
368
|
-
type: import("vue").PropType<boolean>;
|
369
|
-
required: false;
|
370
|
-
};
|
371
|
-
} & {
|
372
|
-
[x: string]: {
|
373
|
-
type: import("vue").PropType<boolean>;
|
374
|
-
required: false;
|
375
|
-
};
|
376
|
-
} & {
|
377
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
|
181
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
182
|
+
};
|
183
|
+
"onUpdate:modelValue": {
|
184
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
185
|
+
};
|
186
|
+
"v-model": {
|
187
|
+
type: import("vue").PropType<boolean>;
|
188
|
+
required: false;
|
189
|
+
};
|
190
|
+
modelValue: {
|
191
|
+
type: import("vue").PropType<boolean>;
|
192
|
+
required: false;
|
193
|
+
};
|
194
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
195
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
196
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
197
|
+
type: import("vue").PropType<boolean>;
|
198
|
+
required: false;
|
199
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
200
|
+
type: import("vue").PropType<boolean>;
|
201
|
+
required: false;
|
202
|
+
}; } & {
|
203
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
378
204
|
"onUpdate:modelValue": {
|
379
205
|
type: import("vue").PropType<(value: boolean) => any>;
|
380
206
|
};
|
@@ -389,7 +215,7 @@ declare const _default: {
|
|
389
215
|
required: false;
|
390
216
|
};
|
391
217
|
}>;
|
392
|
-
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<
|
218
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
393
219
|
"onUpdate:modelValue": {
|
394
220
|
type: import("vue").PropType<(value: boolean) => any>;
|
395
221
|
};
|
@@ -404,7 +230,7 @@ declare const _default: {
|
|
404
230
|
required: false;
|
405
231
|
};
|
406
232
|
}, false>;
|
407
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<
|
233
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
408
234
|
"onUpdate:modelValue": {
|
409
235
|
type: import("vue").PropType<(value: boolean) => any>;
|
410
236
|
};
|
@@ -419,7 +245,7 @@ declare const _default: {
|
|
419
245
|
required: false;
|
420
246
|
};
|
421
247
|
}>;
|
422
|
-
}
|
248
|
+
};
|
423
249
|
}>> & {
|
424
250
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
425
251
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
@@ -431,91 +257,33 @@ declare const _default: {
|
|
431
257
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
432
258
|
} & {
|
433
259
|
activator?: () => VNodeChild;
|
434
|
-
}, {
|
435
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
436
|
-
} & {
|
437
|
-
activator?: () => VNodeChild;
|
438
260
|
}>;
|
439
|
-
definition:
|
440
|
-
|
441
|
-
"v-model": import("vue").Prop<boolean, boolean>;
|
442
|
-
modelValue: import("vue").Prop<boolean, boolean>;
|
443
|
-
name: import("vue").Prop<{
|
444
|
-
[x: `onUpdate:${string}`]: {
|
445
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
446
|
-
};
|
447
|
-
} & {
|
448
|
-
[x: `v-model:${string}`]: {
|
449
|
-
type: import("vue").PropType<boolean>;
|
450
|
-
required: false;
|
451
|
-
};
|
452
|
-
} & {
|
453
|
-
[x: string]: {
|
454
|
-
type: import("vue").PropType<boolean>;
|
455
|
-
required: false;
|
456
|
-
};
|
457
|
-
} & {
|
458
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
|
459
|
-
"onUpdate:modelValue": {
|
460
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
461
|
-
};
|
462
|
-
} & {
|
463
|
-
"v-model": {
|
464
|
-
type: import("vue").PropType<boolean>;
|
465
|
-
required: false;
|
466
|
-
};
|
467
|
-
} & {
|
468
|
-
modelValue: {
|
469
|
-
type: import("vue").PropType<boolean>;
|
470
|
-
required: false;
|
471
|
-
};
|
472
|
-
}>;
|
473
|
-
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
|
474
|
-
"onUpdate:modelValue": {
|
475
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
476
|
-
};
|
477
|
-
} & {
|
478
|
-
"v-model": {
|
479
|
-
type: import("vue").PropType<boolean>;
|
480
|
-
required: false;
|
481
|
-
};
|
482
|
-
} & {
|
483
|
-
modelValue: {
|
484
|
-
type: import("vue").PropType<boolean>;
|
485
|
-
required: false;
|
486
|
-
};
|
487
|
-
}, false>;
|
488
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
|
489
|
-
"onUpdate:modelValue": {
|
490
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
491
|
-
};
|
492
|
-
} & {
|
493
|
-
"v-model": {
|
494
|
-
type: import("vue").PropType<boolean>;
|
495
|
-
required: false;
|
496
|
-
};
|
497
|
-
} & {
|
498
|
-
modelValue: {
|
499
|
-
type: import("vue").PropType<boolean>;
|
500
|
-
required: false;
|
501
|
-
};
|
502
|
-
}>;
|
503
|
-
}, {
|
504
|
-
[x: `onUpdate:${string}`]: {
|
505
|
-
type: import("vue").PropType<(value: boolean) => any>;
|
506
|
-
};
|
507
|
-
} & {
|
508
|
-
[x: `v-model:${string}`]: {
|
509
|
-
type: import("vue").PropType<boolean>;
|
510
|
-
required: false;
|
511
|
-
};
|
512
|
-
} & {
|
513
|
-
[x: string]: {
|
514
|
-
type: import("vue").PropType<boolean>;
|
515
|
-
required: false;
|
516
|
-
};
|
261
|
+
definition: {
|
262
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
517
263
|
} & {
|
518
|
-
|
264
|
+
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
265
|
+
};
|
266
|
+
"onUpdate:modelValue": {
|
267
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
268
|
+
};
|
269
|
+
"v-model": {
|
270
|
+
type: import("vue").PropType<boolean>;
|
271
|
+
required: false;
|
272
|
+
};
|
273
|
+
modelValue: {
|
274
|
+
type: import("vue").PropType<boolean>;
|
275
|
+
required: false;
|
276
|
+
};
|
277
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
278
|
+
type: import("vue").PropType<(value: boolean) => any>;
|
279
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
280
|
+
type: import("vue").PropType<boolean>;
|
281
|
+
required: false;
|
282
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
283
|
+
type: import("vue").PropType<boolean>;
|
284
|
+
required: false;
|
285
|
+
}; } & {
|
286
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
519
287
|
"onUpdate:modelValue": {
|
520
288
|
type: import("vue").PropType<(value: boolean) => any>;
|
521
289
|
};
|
@@ -530,7 +298,7 @@ declare const _default: {
|
|
530
298
|
required: false;
|
531
299
|
};
|
532
300
|
}>;
|
533
|
-
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<
|
301
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
534
302
|
"onUpdate:modelValue": {
|
535
303
|
type: import("vue").PropType<(value: boolean) => any>;
|
536
304
|
};
|
@@ -545,7 +313,7 @@ declare const _default: {
|
|
545
313
|
required: false;
|
546
314
|
};
|
547
315
|
}, false>;
|
548
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<
|
316
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
549
317
|
"onUpdate:modelValue": {
|
550
318
|
type: import("vue").PropType<(value: boolean) => any>;
|
551
319
|
};
|
@@ -560,10 +328,10 @@ declare const _default: {
|
|
560
328
|
required: false;
|
561
329
|
};
|
562
330
|
}>;
|
563
|
-
}
|
331
|
+
};
|
564
332
|
}>> & {
|
565
333
|
onSave?: (appDefinition: VelcronAppDefinition<object>) => any;
|
566
|
-
}, () => JSX.Element,
|
334
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
567
335
|
save: (appDefinition: VelcronAppDefinition) => true;
|
568
336
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
569
337
|
propsDefinition: Omit<Readonly<{} & {
|