@omnia/fx 8.0.40-dev → 8.0.41-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/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +196 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/IAppInstanceProgressBlade.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +245 -42
- package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/icon/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +342 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/SocialText.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +21 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/icon/IconPresets.d.ts +0 -6
- /package/internal-do-not-import-from-here/ux/magiclink/{MagicLink.d.ts → MagicLinkFailure.d.ts} +0 -0
@@ -28,6 +28,7 @@ declare const _default: {
|
|
28
28
|
};
|
29
29
|
readonly subTitle?: string;
|
30
30
|
readonly variant?: "default" | "app" | "chrome";
|
31
|
+
readonly navigationExpanded?: boolean;
|
31
32
|
readonly closable?: boolean;
|
32
33
|
"onClick:close"?: () => any;
|
33
34
|
"onClick:navigation"?: () => any;
|
@@ -46,6 +47,10 @@ declare const _default: {
|
|
46
47
|
closable: {
|
47
48
|
type: import("vue").PropType<boolean>;
|
48
49
|
};
|
50
|
+
navigationExpanded: {
|
51
|
+
type: import("vue").PropType<boolean>;
|
52
|
+
required: false;
|
53
|
+
};
|
49
54
|
navigation: {
|
50
55
|
type: import("vue").PropType<boolean>;
|
51
56
|
};
|
@@ -99,6 +104,10 @@ declare const _default: {
|
|
99
104
|
closable: {
|
100
105
|
type: import("vue").PropType<boolean>;
|
101
106
|
};
|
107
|
+
navigationExpanded: {
|
108
|
+
type: import("vue").PropType<boolean>;
|
109
|
+
required: false;
|
110
|
+
};
|
102
111
|
navigation: {
|
103
112
|
type: import("vue").PropType<boolean>;
|
104
113
|
};
|
@@ -167,6 +176,10 @@ declare const _default: {
|
|
167
176
|
closable: {
|
168
177
|
type: import("vue").PropType<boolean>;
|
169
178
|
};
|
179
|
+
navigationExpanded: {
|
180
|
+
type: import("vue").PropType<boolean>;
|
181
|
+
required: false;
|
182
|
+
};
|
170
183
|
navigation: {
|
171
184
|
type: import("vue").PropType<boolean>;
|
172
185
|
};
|
@@ -210,6 +223,10 @@ declare const _default: {
|
|
210
223
|
closable: {
|
211
224
|
type: import("vue").PropType<boolean>;
|
212
225
|
};
|
226
|
+
navigationExpanded: {
|
227
|
+
type: import("vue").PropType<boolean>;
|
228
|
+
required: false;
|
229
|
+
};
|
213
230
|
navigation: {
|
214
231
|
type: import("vue").PropType<boolean>;
|
215
232
|
};
|
@@ -263,6 +280,7 @@ declare const _default: {
|
|
263
280
|
};
|
264
281
|
subTitle?: string;
|
265
282
|
variant?: "default" | "app" | "chrome";
|
283
|
+
navigationExpanded?: boolean;
|
266
284
|
closable?: boolean;
|
267
285
|
}>, "onClick:close" | "onClick:navigation"> & {
|
268
286
|
"onClick:close"?: () => any;
|
@@ -3,10 +3,14 @@ declare const _default: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{}> & Omit<{
|
6
|
+
readonly value?: number;
|
6
7
|
readonly type?: "linear" | "circular";
|
7
8
|
readonly size?: "default" | "large" | "x-large";
|
8
9
|
readonly variant?: "default" | "loading";
|
9
10
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
value: {
|
12
|
+
type: import("vue").PropType<number>;
|
13
|
+
};
|
10
14
|
size: {
|
11
15
|
type: import("vue").PropType<"default" | "large" | "x-large">;
|
12
16
|
};
|
@@ -32,6 +36,9 @@ declare const _default: {
|
|
32
36
|
$emit: (event: string, ...args: any[]) => void;
|
33
37
|
$el: any;
|
34
38
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
39
|
+
value: {
|
40
|
+
type: import("vue").PropType<number>;
|
41
|
+
};
|
35
42
|
size: {
|
36
43
|
type: import("vue").PropType<"default" | "large" | "x-large">;
|
37
44
|
};
|
@@ -63,6 +70,9 @@ declare const _default: {
|
|
63
70
|
$nextTick: typeof import("vue").nextTick;
|
64
71
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
65
72
|
} & Readonly<import("vue").ExtractPropTypes<{
|
73
|
+
value: {
|
74
|
+
type: import("vue").PropType<number>;
|
75
|
+
};
|
66
76
|
size: {
|
67
77
|
type: import("vue").PropType<"default" | "large" | "x-large">;
|
68
78
|
};
|
@@ -78,6 +88,9 @@ declare const _default: {
|
|
78
88
|
__isTeleport?: never;
|
79
89
|
__isSuspense?: never;
|
80
90
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
91
|
+
value: {
|
92
|
+
type: import("vue").PropType<number>;
|
93
|
+
};
|
81
94
|
size: {
|
82
95
|
type: import("vue").PropType<"default" | "large" | "x-large">;
|
83
96
|
};
|
@@ -90,6 +103,7 @@ declare const _default: {
|
|
90
103
|
};
|
91
104
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
92
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
|
+
value?: number;
|
93
107
|
type?: "linear" | "circular";
|
94
108
|
size?: "default" | "large" | "x-large";
|
95
109
|
variant?: "default" | "loading";
|
@@ -28,6 +28,7 @@ declare const _default: {
|
|
28
28
|
readonly "v-slots"?: {
|
29
29
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
30
30
|
} & VTextFieldSlots;
|
31
|
+
readonly prefix?: string;
|
31
32
|
readonly autofocus?: boolean;
|
32
33
|
readonly variant?: "search" | "link" | "default" | "find-slim" | "media";
|
33
34
|
readonly toned?: boolean;
|
@@ -49,6 +50,9 @@ declare const _default: {
|
|
49
50
|
hint: {
|
50
51
|
type: import("vue").PropType<string>;
|
51
52
|
};
|
53
|
+
prefix: {
|
54
|
+
type: import("vue").PropType<string>;
|
55
|
+
};
|
52
56
|
suffix: {
|
53
57
|
type: import("vue").PropType<string>;
|
54
58
|
};
|
@@ -140,6 +144,9 @@ declare const _default: {
|
|
140
144
|
hint: {
|
141
145
|
type: import("vue").PropType<string>;
|
142
146
|
};
|
147
|
+
prefix: {
|
148
|
+
type: import("vue").PropType<string>;
|
149
|
+
};
|
143
150
|
suffix: {
|
144
151
|
type: import("vue").PropType<string>;
|
145
152
|
};
|
@@ -251,6 +258,9 @@ declare const _default: {
|
|
251
258
|
hint: {
|
252
259
|
type: import("vue").PropType<string>;
|
253
260
|
};
|
261
|
+
prefix: {
|
262
|
+
type: import("vue").PropType<string>;
|
263
|
+
};
|
254
264
|
suffix: {
|
255
265
|
type: import("vue").PropType<string>;
|
256
266
|
};
|
@@ -332,6 +342,9 @@ declare const _default: {
|
|
332
342
|
hint: {
|
333
343
|
type: import("vue").PropType<string>;
|
334
344
|
};
|
345
|
+
prefix: {
|
346
|
+
type: import("vue").PropType<string>;
|
347
|
+
};
|
335
348
|
suffix: {
|
336
349
|
type: import("vue").PropType<string>;
|
337
350
|
};
|
@@ -435,6 +448,7 @@ declare const _default: {
|
|
435
448
|
"v-slots"?: {
|
436
449
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
437
450
|
} & VTextFieldSlots;
|
451
|
+
prefix?: string;
|
438
452
|
autofocus?: boolean;
|
439
453
|
variant?: "search" | "link" | "default" | "find-slim" | "media";
|
440
454
|
toned?: boolean;
|
@@ -7,6 +7,67 @@ declare const _default: {
|
|
7
7
|
$data: {};
|
8
8
|
$props: Partial<{}> & Omit<{
|
9
9
|
readonly label?: string;
|
10
|
+
readonly name?: {
|
11
|
+
[x: `onUpdate:${string}`]: {
|
12
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
13
|
+
};
|
14
|
+
} & {
|
15
|
+
[x: `v-model:${string}`]: {
|
16
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
17
|
+
required: false;
|
18
|
+
};
|
19
|
+
} & {
|
20
|
+
[x: string]: {
|
21
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
22
|
+
required: false;
|
23
|
+
};
|
24
|
+
} & {
|
25
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<string, UrlPropertyValue, {
|
26
|
+
"onUpdate:modelValue": {
|
27
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
28
|
+
};
|
29
|
+
} & {
|
30
|
+
"v-model": {
|
31
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
32
|
+
required: false;
|
33
|
+
};
|
34
|
+
} & {
|
35
|
+
modelValue: {
|
36
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
37
|
+
required: false;
|
38
|
+
};
|
39
|
+
}>;
|
40
|
+
defaultValue(value?: UrlPropertyValue): import("../DefineVueTypings").DefinePropModelDefaultValue<string, UrlPropertyValue, {
|
41
|
+
"onUpdate:modelValue": {
|
42
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
43
|
+
};
|
44
|
+
} & {
|
45
|
+
"v-model": {
|
46
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
47
|
+
required: false;
|
48
|
+
};
|
49
|
+
} & {
|
50
|
+
modelValue: {
|
51
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
52
|
+
required: false;
|
53
|
+
};
|
54
|
+
}, false>;
|
55
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, UrlPropertyValue, {
|
56
|
+
"onUpdate:modelValue": {
|
57
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
58
|
+
};
|
59
|
+
} & {
|
60
|
+
"v-model": {
|
61
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
62
|
+
required: false;
|
63
|
+
};
|
64
|
+
} & {
|
65
|
+
modelValue: {
|
66
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
67
|
+
required: false;
|
68
|
+
};
|
69
|
+
}>;
|
70
|
+
};
|
10
71
|
readonly disabled?: boolean;
|
11
72
|
"onUpdate:modelValue"?: ((value: UrlPropertyValue) => any) & ((value: UrlPropertyValue) => any);
|
12
73
|
readonly "v-model"?: UrlPropertyValue;
|
@@ -53,6 +114,61 @@ declare const _default: {
|
|
53
114
|
type: import("vue").PropType<UrlPropertyValue>;
|
54
115
|
required: false;
|
55
116
|
};
|
117
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
118
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
119
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
120
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
121
|
+
required: false;
|
122
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
123
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
124
|
+
required: false;
|
125
|
+
}; } & {
|
126
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, UrlPropertyValue, {
|
127
|
+
"onUpdate:modelValue": {
|
128
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
129
|
+
};
|
130
|
+
} & {
|
131
|
+
"v-model": {
|
132
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
133
|
+
required: false;
|
134
|
+
};
|
135
|
+
} & {
|
136
|
+
modelValue: {
|
137
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
138
|
+
required: false;
|
139
|
+
};
|
140
|
+
}>;
|
141
|
+
defaultValue(value?: UrlPropertyValue): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, UrlPropertyValue, {
|
142
|
+
"onUpdate:modelValue": {
|
143
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
144
|
+
};
|
145
|
+
} & {
|
146
|
+
"v-model": {
|
147
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
148
|
+
required: false;
|
149
|
+
};
|
150
|
+
} & {
|
151
|
+
modelValue: {
|
152
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
153
|
+
required: false;
|
154
|
+
};
|
155
|
+
}, false>;
|
156
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, UrlPropertyValue, {
|
157
|
+
"onUpdate:modelValue": {
|
158
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
159
|
+
};
|
160
|
+
} & {
|
161
|
+
"v-model": {
|
162
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
163
|
+
required: false;
|
164
|
+
};
|
165
|
+
} & {
|
166
|
+
modelValue: {
|
167
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
168
|
+
required: false;
|
169
|
+
};
|
170
|
+
}>;
|
171
|
+
};
|
56
172
|
}>> & {
|
57
173
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
58
174
|
onBlur?: () => any;
|
@@ -107,6 +223,61 @@ declare const _default: {
|
|
107
223
|
type: import("vue").PropType<UrlPropertyValue>;
|
108
224
|
required: false;
|
109
225
|
};
|
226
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
227
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
228
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
229
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
230
|
+
required: false;
|
231
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
232
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
233
|
+
required: false;
|
234
|
+
}; } & {
|
235
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, UrlPropertyValue, {
|
236
|
+
"onUpdate:modelValue": {
|
237
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
238
|
+
};
|
239
|
+
} & {
|
240
|
+
"v-model": {
|
241
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
242
|
+
required: false;
|
243
|
+
};
|
244
|
+
} & {
|
245
|
+
modelValue: {
|
246
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
247
|
+
required: false;
|
248
|
+
};
|
249
|
+
}>;
|
250
|
+
defaultValue(value?: UrlPropertyValue): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, UrlPropertyValue, {
|
251
|
+
"onUpdate:modelValue": {
|
252
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
253
|
+
};
|
254
|
+
} & {
|
255
|
+
"v-model": {
|
256
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
257
|
+
required: false;
|
258
|
+
};
|
259
|
+
} & {
|
260
|
+
modelValue: {
|
261
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
262
|
+
required: false;
|
263
|
+
};
|
264
|
+
}, false>;
|
265
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, UrlPropertyValue, {
|
266
|
+
"onUpdate:modelValue": {
|
267
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
268
|
+
};
|
269
|
+
} & {
|
270
|
+
"v-model": {
|
271
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
272
|
+
required: false;
|
273
|
+
};
|
274
|
+
} & {
|
275
|
+
modelValue: {
|
276
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
277
|
+
required: false;
|
278
|
+
};
|
279
|
+
}>;
|
280
|
+
};
|
110
281
|
}>> & {
|
111
282
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
112
283
|
onBlur?: () => any;
|
@@ -173,6 +344,61 @@ declare const _default: {
|
|
173
344
|
type: import("vue").PropType<UrlPropertyValue>;
|
174
345
|
required: false;
|
175
346
|
};
|
347
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
348
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
349
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
350
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
351
|
+
required: false;
|
352
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
353
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
354
|
+
required: false;
|
355
|
+
}; } & {
|
356
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, UrlPropertyValue, {
|
357
|
+
"onUpdate:modelValue": {
|
358
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
359
|
+
};
|
360
|
+
} & {
|
361
|
+
"v-model": {
|
362
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
363
|
+
required: false;
|
364
|
+
};
|
365
|
+
} & {
|
366
|
+
modelValue: {
|
367
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
368
|
+
required: false;
|
369
|
+
};
|
370
|
+
}>;
|
371
|
+
defaultValue(value?: UrlPropertyValue): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, UrlPropertyValue, {
|
372
|
+
"onUpdate:modelValue": {
|
373
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
374
|
+
};
|
375
|
+
} & {
|
376
|
+
"v-model": {
|
377
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
378
|
+
required: false;
|
379
|
+
};
|
380
|
+
} & {
|
381
|
+
modelValue: {
|
382
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
383
|
+
required: false;
|
384
|
+
};
|
385
|
+
}, false>;
|
386
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, UrlPropertyValue, {
|
387
|
+
"onUpdate:modelValue": {
|
388
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
389
|
+
};
|
390
|
+
} & {
|
391
|
+
"v-model": {
|
392
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
393
|
+
required: false;
|
394
|
+
};
|
395
|
+
} & {
|
396
|
+
modelValue: {
|
397
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
398
|
+
required: false;
|
399
|
+
};
|
400
|
+
}>;
|
401
|
+
};
|
176
402
|
}>> & {
|
177
403
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
178
404
|
onBlur?: () => any;
|
@@ -217,6 +443,61 @@ declare const _default: {
|
|
217
443
|
type: import("vue").PropType<UrlPropertyValue>;
|
218
444
|
required: false;
|
219
445
|
};
|
446
|
+
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
447
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
448
|
+
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
449
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
450
|
+
required: false;
|
451
|
+
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
452
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
453
|
+
required: false;
|
454
|
+
}; } & {
|
455
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, UrlPropertyValue, {
|
456
|
+
"onUpdate:modelValue": {
|
457
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
458
|
+
};
|
459
|
+
} & {
|
460
|
+
"v-model": {
|
461
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
462
|
+
required: false;
|
463
|
+
};
|
464
|
+
} & {
|
465
|
+
modelValue: {
|
466
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
467
|
+
required: false;
|
468
|
+
};
|
469
|
+
}>;
|
470
|
+
defaultValue(value?: UrlPropertyValue): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, UrlPropertyValue, {
|
471
|
+
"onUpdate:modelValue": {
|
472
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
473
|
+
};
|
474
|
+
} & {
|
475
|
+
"v-model": {
|
476
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
477
|
+
required: false;
|
478
|
+
};
|
479
|
+
} & {
|
480
|
+
modelValue: {
|
481
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
482
|
+
required: false;
|
483
|
+
};
|
484
|
+
}, false>;
|
485
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, UrlPropertyValue, {
|
486
|
+
"onUpdate:modelValue": {
|
487
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
488
|
+
};
|
489
|
+
} & {
|
490
|
+
"v-model": {
|
491
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
492
|
+
required: false;
|
493
|
+
};
|
494
|
+
} & {
|
495
|
+
modelValue: {
|
496
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
497
|
+
required: false;
|
498
|
+
};
|
499
|
+
}>;
|
500
|
+
};
|
220
501
|
}>> & {
|
221
502
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
222
503
|
onBlur?: () => any;
|
@@ -230,6 +511,67 @@ declare const _default: {
|
|
230
511
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
231
512
|
propsDefinition: Omit<Readonly<{} & {
|
232
513
|
label?: string;
|
514
|
+
name?: {
|
515
|
+
[x: `onUpdate:${string}`]: {
|
516
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
517
|
+
};
|
518
|
+
} & {
|
519
|
+
[x: `v-model:${string}`]: {
|
520
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
521
|
+
required: false;
|
522
|
+
};
|
523
|
+
} & {
|
524
|
+
[x: string]: {
|
525
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
526
|
+
required: false;
|
527
|
+
};
|
528
|
+
} & {
|
529
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<string, UrlPropertyValue, {
|
530
|
+
"onUpdate:modelValue": {
|
531
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
532
|
+
};
|
533
|
+
} & {
|
534
|
+
"v-model": {
|
535
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
536
|
+
required: false;
|
537
|
+
};
|
538
|
+
} & {
|
539
|
+
modelValue: {
|
540
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
541
|
+
required: false;
|
542
|
+
};
|
543
|
+
}>;
|
544
|
+
defaultValue(value?: UrlPropertyValue): import("../DefineVueTypings").DefinePropModelDefaultValue<string, UrlPropertyValue, {
|
545
|
+
"onUpdate:modelValue": {
|
546
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
547
|
+
};
|
548
|
+
} & {
|
549
|
+
"v-model": {
|
550
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
551
|
+
required: false;
|
552
|
+
};
|
553
|
+
} & {
|
554
|
+
modelValue: {
|
555
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
556
|
+
required: false;
|
557
|
+
};
|
558
|
+
}, false>;
|
559
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, UrlPropertyValue, {
|
560
|
+
"onUpdate:modelValue": {
|
561
|
+
type: import("vue").PropType<(value: UrlPropertyValue) => any>;
|
562
|
+
};
|
563
|
+
} & {
|
564
|
+
"v-model": {
|
565
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
566
|
+
required: false;
|
567
|
+
};
|
568
|
+
} & {
|
569
|
+
modelValue: {
|
570
|
+
type: import("vue").PropType<UrlPropertyValue>;
|
571
|
+
required: false;
|
572
|
+
};
|
573
|
+
}>;
|
574
|
+
};
|
233
575
|
disabled?: boolean;
|
234
576
|
"onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
|
235
577
|
"v-model"?: UrlPropertyValue;
|
@@ -27,6 +27,7 @@ declare const _default: {
|
|
27
27
|
toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
|
28
28
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
29
29
|
onGoingDragging: boolean;
|
30
|
+
socialMode: boolean;
|
30
31
|
};
|
31
32
|
events: {
|
32
33
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
@@ -37,6 +38,7 @@ declare const _default: {
|
|
37
38
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
|
38
39
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
39
40
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
41
|
+
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
40
42
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
41
43
|
actions: {
|
42
44
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -127,6 +129,7 @@ declare const _default: {
|
|
127
129
|
toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
|
128
130
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
129
131
|
onGoingDragging: boolean;
|
132
|
+
socialMode: boolean;
|
130
133
|
};
|
131
134
|
events: {
|
132
135
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
@@ -137,6 +140,7 @@ declare const _default: {
|
|
137
140
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
|
138
141
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
139
142
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
143
|
+
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
140
144
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
141
145
|
actions: {
|
142
146
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -227,6 +231,7 @@ declare const _default: {
|
|
227
231
|
toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
|
228
232
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
229
233
|
onGoingDragging: boolean;
|
234
|
+
socialMode: boolean;
|
230
235
|
};
|
231
236
|
events: {
|
232
237
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
@@ -237,6 +242,7 @@ declare const _default: {
|
|
237
242
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
|
238
243
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
239
244
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
245
|
+
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
240
246
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
241
247
|
actions: {
|
242
248
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -326,6 +332,7 @@ declare const _default: {
|
|
326
332
|
toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
|
327
333
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
328
334
|
onGoingDragging: boolean;
|
335
|
+
socialMode: boolean;
|
329
336
|
};
|
330
337
|
events: {
|
331
338
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
@@ -336,6 +343,7 @@ declare const _default: {
|
|
336
343
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
|
337
344
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
338
345
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
346
|
+
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
339
347
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
340
348
|
actions: {
|
341
349
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -450,6 +458,7 @@ declare const _default: {
|
|
450
458
|
toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
|
451
459
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
452
460
|
onGoingDragging: boolean;
|
461
|
+
socialMode: boolean;
|
453
462
|
};
|
454
463
|
events: {
|
455
464
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
@@ -460,6 +469,7 @@ declare const _default: {
|
|
460
469
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
|
461
470
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
462
471
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
472
|
+
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
463
473
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
464
474
|
actions: {
|
465
475
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -554,6 +564,7 @@ declare const _default: {
|
|
554
564
|
toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
|
555
565
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
556
566
|
onGoingDragging: boolean;
|
567
|
+
socialMode: boolean;
|
557
568
|
};
|
558
569
|
events: {
|
559
570
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
@@ -564,6 +575,7 @@ declare const _default: {
|
|
564
575
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
|
565
576
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
566
577
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
578
|
+
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
567
579
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
568
580
|
actions: {
|
569
581
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -651,6 +663,7 @@ declare const _default: {
|
|
651
663
|
toggleColorSchemaPreview: import("@omnia/fx-models").VelcronColorSchemaState;
|
652
664
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
653
665
|
onGoingDragging: boolean;
|
666
|
+
socialMode: boolean;
|
654
667
|
};
|
655
668
|
events: {
|
656
669
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
@@ -661,6 +674,7 @@ declare const _default: {
|
|
661
674
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronColorSchemaState>;
|
662
675
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
663
676
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
677
|
+
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
664
678
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
665
679
|
actions: {
|
666
680
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|