@omnia/fx 8.0.42-dev → 8.0.43-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/core/utils/Utils.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +4 -4
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +4 -4
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +186 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +186 -9
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +186 -10
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +444 -21
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +466 -32
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +80 -19
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +47 -35
- package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +392 -14
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +260 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +52 -36
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +101 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/useDefaultDesignKit.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/useDesignKits.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -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/store/ContentEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -14
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +302 -59
- package/internal-do-not-import-from-here/ux/wizard/WizardStep.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +56 -0
- package/package.json +2 -2
package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts
CHANGED
@@ -1,32 +1,466 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
import
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<{
|
6
|
+
readonly name?: {
|
7
|
+
[x: `onUpdate:${string}`]: {
|
8
|
+
type: import("vue").PropType<(value: string) => any>;
|
9
|
+
};
|
10
|
+
} & {
|
11
|
+
[x: `v-model:${string}`]: {
|
12
|
+
type: import("vue").PropType<string>;
|
13
|
+
required: false;
|
14
|
+
};
|
15
|
+
} & {
|
16
|
+
[x: string]: {
|
17
|
+
type: import("vue").PropType<string>;
|
18
|
+
required: false;
|
19
|
+
};
|
20
|
+
} & {
|
21
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, string, {
|
22
|
+
"onUpdate:modelValue": {
|
23
|
+
type: import("vue").PropType<(value: string) => any>;
|
24
|
+
};
|
25
|
+
} & {
|
26
|
+
"v-model": {
|
27
|
+
type: import("vue").PropType<string>;
|
28
|
+
required: false;
|
29
|
+
};
|
30
|
+
} & {
|
31
|
+
modelValue: {
|
32
|
+
type: import("vue").PropType<string>;
|
33
|
+
required: false;
|
34
|
+
};
|
35
|
+
}>;
|
36
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
|
37
|
+
"onUpdate:modelValue": {
|
38
|
+
type: import("vue").PropType<(value: string) => any>;
|
39
|
+
};
|
40
|
+
} & {
|
41
|
+
"v-model": {
|
42
|
+
type: import("vue").PropType<string>;
|
43
|
+
required: false;
|
44
|
+
};
|
45
|
+
} & {
|
46
|
+
modelValue: {
|
47
|
+
type: import("vue").PropType<string>;
|
48
|
+
required: false;
|
49
|
+
};
|
50
|
+
}, false>;
|
51
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, string, {
|
52
|
+
"onUpdate:modelValue": {
|
53
|
+
type: import("vue").PropType<(value: string) => any>;
|
54
|
+
};
|
55
|
+
} & {
|
56
|
+
"v-model": {
|
57
|
+
type: import("vue").PropType<string>;
|
58
|
+
required: false;
|
59
|
+
};
|
60
|
+
} & {
|
61
|
+
modelValue: {
|
62
|
+
type: import("vue").PropType<string>;
|
63
|
+
required: false;
|
64
|
+
};
|
65
|
+
}>;
|
66
|
+
};
|
67
|
+
readonly disabled?: boolean;
|
68
|
+
readonly "onUpdate:modelValue"?: (value: string) => any;
|
69
|
+
readonly "v-model"?: string;
|
70
|
+
readonly modelValue?: string;
|
71
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
72
|
+
disabled: {
|
73
|
+
type: import("vue").PropType<boolean>;
|
74
|
+
} & {
|
75
|
+
type: import("vue").PropType<boolean>;
|
76
|
+
};
|
77
|
+
"onUpdate:modelValue": {
|
78
|
+
type: import("vue").PropType<(value: string) => any>;
|
79
|
+
};
|
80
|
+
"v-model": {
|
81
|
+
type: import("vue").PropType<string>;
|
82
|
+
required: false;
|
83
|
+
};
|
84
|
+
modelValue: {
|
85
|
+
type: import("vue").PropType<string>;
|
86
|
+
required: false;
|
87
|
+
};
|
88
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
89
|
+
type: import("vue").PropType<(value: string) => any>;
|
90
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
91
|
+
type: import("vue").PropType<string>;
|
92
|
+
required: false;
|
93
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
94
|
+
type: import("vue").PropType<string>;
|
95
|
+
required: false;
|
96
|
+
}; } & {
|
97
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
98
|
+
"onUpdate:modelValue": {
|
99
|
+
type: import("vue").PropType<(value: string) => any>;
|
100
|
+
};
|
101
|
+
} & {
|
102
|
+
"v-model": {
|
103
|
+
type: import("vue").PropType<string>;
|
104
|
+
required: false;
|
105
|
+
};
|
106
|
+
} & {
|
107
|
+
modelValue: {
|
108
|
+
type: import("vue").PropType<string>;
|
109
|
+
required: false;
|
110
|
+
};
|
111
|
+
}>;
|
112
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
113
|
+
"onUpdate:modelValue": {
|
114
|
+
type: import("vue").PropType<(value: string) => any>;
|
115
|
+
};
|
116
|
+
} & {
|
117
|
+
"v-model": {
|
118
|
+
type: import("vue").PropType<string>;
|
119
|
+
required: false;
|
120
|
+
};
|
121
|
+
} & {
|
122
|
+
modelValue: {
|
123
|
+
type: import("vue").PropType<string>;
|
124
|
+
required: false;
|
125
|
+
};
|
126
|
+
}, false>;
|
127
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
128
|
+
"onUpdate:modelValue": {
|
129
|
+
type: import("vue").PropType<(value: string) => any>;
|
130
|
+
};
|
131
|
+
} & {
|
132
|
+
"v-model": {
|
133
|
+
type: import("vue").PropType<string>;
|
134
|
+
required: false;
|
135
|
+
};
|
136
|
+
} & {
|
137
|
+
modelValue: {
|
138
|
+
type: import("vue").PropType<string>;
|
139
|
+
required: false;
|
140
|
+
};
|
141
|
+
}>;
|
142
|
+
};
|
143
|
+
}>>, never>;
|
144
|
+
$attrs: {
|
145
|
+
[x: string]: unknown;
|
146
|
+
};
|
147
|
+
$refs: {
|
148
|
+
[x: string]: unknown;
|
149
|
+
};
|
150
|
+
$slots: Readonly<{
|
151
|
+
[name: string]: import("vue").Slot<any>;
|
152
|
+
}>;
|
153
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
154
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
155
|
+
$emit: (event: string, ...args: any[]) => void;
|
156
|
+
$el: any;
|
157
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
158
|
+
disabled: {
|
159
|
+
type: import("vue").PropType<boolean>;
|
160
|
+
} & {
|
161
|
+
type: import("vue").PropType<boolean>;
|
162
|
+
};
|
163
|
+
"onUpdate:modelValue": {
|
164
|
+
type: import("vue").PropType<(value: string) => any>;
|
165
|
+
};
|
166
|
+
"v-model": {
|
167
|
+
type: import("vue").PropType<string>;
|
168
|
+
required: false;
|
169
|
+
};
|
170
|
+
modelValue: {
|
171
|
+
type: import("vue").PropType<string>;
|
172
|
+
required: false;
|
173
|
+
};
|
174
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
175
|
+
type: import("vue").PropType<(value: string) => any>;
|
176
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
177
|
+
type: import("vue").PropType<string>;
|
178
|
+
required: false;
|
179
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
180
|
+
type: import("vue").PropType<string>;
|
181
|
+
required: false;
|
182
|
+
}; } & {
|
183
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
184
|
+
"onUpdate:modelValue": {
|
185
|
+
type: import("vue").PropType<(value: string) => any>;
|
186
|
+
};
|
187
|
+
} & {
|
188
|
+
"v-model": {
|
189
|
+
type: import("vue").PropType<string>;
|
190
|
+
required: false;
|
191
|
+
};
|
192
|
+
} & {
|
193
|
+
modelValue: {
|
194
|
+
type: import("vue").PropType<string>;
|
195
|
+
required: false;
|
196
|
+
};
|
197
|
+
}>;
|
198
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
199
|
+
"onUpdate:modelValue": {
|
200
|
+
type: import("vue").PropType<(value: string) => any>;
|
201
|
+
};
|
202
|
+
} & {
|
203
|
+
"v-model": {
|
204
|
+
type: import("vue").PropType<string>;
|
205
|
+
required: false;
|
206
|
+
};
|
207
|
+
} & {
|
208
|
+
modelValue: {
|
209
|
+
type: import("vue").PropType<string>;
|
210
|
+
required: false;
|
211
|
+
};
|
212
|
+
}, false>;
|
213
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
214
|
+
"onUpdate:modelValue": {
|
215
|
+
type: import("vue").PropType<(value: string) => any>;
|
216
|
+
};
|
217
|
+
} & {
|
218
|
+
"v-model": {
|
219
|
+
type: import("vue").PropType<string>;
|
220
|
+
required: false;
|
221
|
+
};
|
222
|
+
} & {
|
223
|
+
modelValue: {
|
224
|
+
type: import("vue").PropType<string>;
|
225
|
+
required: false;
|
226
|
+
};
|
227
|
+
}>;
|
228
|
+
};
|
229
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
230
|
+
beforeCreate?: (() => void) | (() => void)[];
|
231
|
+
created?: (() => void) | (() => void)[];
|
232
|
+
beforeMount?: (() => void) | (() => void)[];
|
233
|
+
mounted?: (() => void) | (() => void)[];
|
234
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
235
|
+
updated?: (() => void) | (() => void)[];
|
236
|
+
activated?: (() => void) | (() => void)[];
|
237
|
+
deactivated?: (() => void) | (() => void)[];
|
238
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
239
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
240
|
+
destroyed?: (() => void) | (() => void)[];
|
241
|
+
unmounted?: (() => void) | (() => void)[];
|
242
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
243
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
244
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
245
|
+
};
|
246
|
+
$forceUpdate: () => void;
|
247
|
+
$nextTick: typeof import("vue").nextTick;
|
248
|
+
$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;
|
249
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
250
|
+
disabled: {
|
251
|
+
type: import("vue").PropType<boolean>;
|
252
|
+
} & {
|
253
|
+
type: import("vue").PropType<boolean>;
|
254
|
+
};
|
255
|
+
"onUpdate:modelValue": {
|
256
|
+
type: import("vue").PropType<(value: string) => any>;
|
257
|
+
};
|
258
|
+
"v-model": {
|
259
|
+
type: import("vue").PropType<string>;
|
260
|
+
required: false;
|
261
|
+
};
|
262
|
+
modelValue: {
|
263
|
+
type: import("vue").PropType<string>;
|
264
|
+
required: false;
|
265
|
+
};
|
266
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
267
|
+
type: import("vue").PropType<(value: string) => any>;
|
268
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
269
|
+
type: import("vue").PropType<string>;
|
270
|
+
required: false;
|
271
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
272
|
+
type: import("vue").PropType<string>;
|
273
|
+
required: false;
|
274
|
+
}; } & {
|
275
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
276
|
+
"onUpdate:modelValue": {
|
277
|
+
type: import("vue").PropType<(value: string) => any>;
|
278
|
+
};
|
279
|
+
} & {
|
280
|
+
"v-model": {
|
281
|
+
type: import("vue").PropType<string>;
|
282
|
+
required: false;
|
283
|
+
};
|
284
|
+
} & {
|
285
|
+
modelValue: {
|
286
|
+
type: import("vue").PropType<string>;
|
287
|
+
required: false;
|
288
|
+
};
|
289
|
+
}>;
|
290
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
291
|
+
"onUpdate:modelValue": {
|
292
|
+
type: import("vue").PropType<(value: string) => any>;
|
293
|
+
};
|
294
|
+
} & {
|
295
|
+
"v-model": {
|
296
|
+
type: import("vue").PropType<string>;
|
297
|
+
required: false;
|
298
|
+
};
|
299
|
+
} & {
|
300
|
+
modelValue: {
|
301
|
+
type: import("vue").PropType<string>;
|
302
|
+
required: false;
|
303
|
+
};
|
304
|
+
}, false>;
|
305
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
306
|
+
"onUpdate:modelValue": {
|
307
|
+
type: import("vue").PropType<(value: string) => any>;
|
308
|
+
};
|
309
|
+
} & {
|
310
|
+
"v-model": {
|
311
|
+
type: import("vue").PropType<string>;
|
312
|
+
required: false;
|
313
|
+
};
|
314
|
+
} & {
|
315
|
+
modelValue: {
|
316
|
+
type: import("vue").PropType<string>;
|
317
|
+
required: false;
|
318
|
+
};
|
319
|
+
}>;
|
320
|
+
};
|
321
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
322
|
+
__isFragment?: never;
|
323
|
+
__isTeleport?: never;
|
324
|
+
__isSuspense?: never;
|
325
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
326
|
+
disabled: {
|
327
|
+
type: import("vue").PropType<boolean>;
|
328
|
+
} & {
|
329
|
+
type: import("vue").PropType<boolean>;
|
330
|
+
};
|
331
|
+
"onUpdate:modelValue": {
|
332
|
+
type: import("vue").PropType<(value: string) => any>;
|
333
|
+
};
|
334
|
+
"v-model": {
|
335
|
+
type: import("vue").PropType<string>;
|
336
|
+
required: false;
|
337
|
+
};
|
338
|
+
modelValue: {
|
339
|
+
type: import("vue").PropType<string>;
|
340
|
+
required: false;
|
341
|
+
};
|
342
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
343
|
+
type: import("vue").PropType<(value: string) => any>;
|
344
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
345
|
+
type: import("vue").PropType<string>;
|
346
|
+
required: false;
|
347
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
348
|
+
type: import("vue").PropType<string>;
|
349
|
+
required: false;
|
350
|
+
}; } & {
|
351
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
352
|
+
"onUpdate:modelValue": {
|
353
|
+
type: import("vue").PropType<(value: string) => any>;
|
354
|
+
};
|
355
|
+
} & {
|
356
|
+
"v-model": {
|
357
|
+
type: import("vue").PropType<string>;
|
358
|
+
required: false;
|
359
|
+
};
|
360
|
+
} & {
|
361
|
+
modelValue: {
|
362
|
+
type: import("vue").PropType<string>;
|
363
|
+
required: false;
|
364
|
+
};
|
365
|
+
}>;
|
366
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
367
|
+
"onUpdate:modelValue": {
|
368
|
+
type: import("vue").PropType<(value: string) => any>;
|
369
|
+
};
|
370
|
+
} & {
|
371
|
+
"v-model": {
|
372
|
+
type: import("vue").PropType<string>;
|
373
|
+
required: false;
|
374
|
+
};
|
375
|
+
} & {
|
376
|
+
modelValue: {
|
377
|
+
type: import("vue").PropType<string>;
|
378
|
+
required: false;
|
379
|
+
};
|
380
|
+
}, false>;
|
381
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
382
|
+
"onUpdate:modelValue": {
|
383
|
+
type: import("vue").PropType<(value: string) => any>;
|
384
|
+
};
|
385
|
+
} & {
|
386
|
+
"v-model": {
|
387
|
+
type: import("vue").PropType<string>;
|
388
|
+
required: false;
|
389
|
+
};
|
390
|
+
} & {
|
391
|
+
modelValue: {
|
392
|
+
type: import("vue").PropType<string>;
|
393
|
+
required: false;
|
394
|
+
};
|
395
|
+
}>;
|
396
|
+
};
|
397
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
398
|
+
propsDefinition: Omit<Readonly<{} & {
|
399
|
+
name?: {
|
400
|
+
[x: `onUpdate:${string}`]: {
|
401
|
+
type: import("vue").PropType<(value: string) => any>;
|
402
|
+
};
|
403
|
+
} & {
|
404
|
+
[x: `v-model:${string}`]: {
|
405
|
+
type: import("vue").PropType<string>;
|
406
|
+
required: false;
|
407
|
+
};
|
408
|
+
} & {
|
409
|
+
[x: string]: {
|
410
|
+
type: import("vue").PropType<string>;
|
411
|
+
required: false;
|
412
|
+
};
|
413
|
+
} & {
|
414
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, string, {
|
415
|
+
"onUpdate:modelValue": {
|
416
|
+
type: import("vue").PropType<(value: string) => any>;
|
417
|
+
};
|
418
|
+
} & {
|
419
|
+
"v-model": {
|
420
|
+
type: import("vue").PropType<string>;
|
421
|
+
required: false;
|
422
|
+
};
|
423
|
+
} & {
|
424
|
+
modelValue: {
|
425
|
+
type: import("vue").PropType<string>;
|
426
|
+
required: false;
|
427
|
+
};
|
428
|
+
}>;
|
429
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
|
430
|
+
"onUpdate:modelValue": {
|
431
|
+
type: import("vue").PropType<(value: string) => any>;
|
432
|
+
};
|
433
|
+
} & {
|
434
|
+
"v-model": {
|
435
|
+
type: import("vue").PropType<string>;
|
436
|
+
required: false;
|
437
|
+
};
|
438
|
+
} & {
|
439
|
+
modelValue: {
|
440
|
+
type: import("vue").PropType<string>;
|
441
|
+
required: false;
|
442
|
+
};
|
443
|
+
}, false>;
|
444
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, string, {
|
445
|
+
"onUpdate:modelValue": {
|
446
|
+
type: import("vue").PropType<(value: string) => any>;
|
447
|
+
};
|
448
|
+
} & {
|
449
|
+
"v-model": {
|
450
|
+
type: import("vue").PropType<string>;
|
451
|
+
required: false;
|
452
|
+
};
|
453
|
+
} & {
|
454
|
+
modelValue: {
|
455
|
+
type: import("vue").PropType<string>;
|
456
|
+
required: false;
|
457
|
+
};
|
458
|
+
}>;
|
459
|
+
};
|
460
|
+
disabled?: boolean;
|
461
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
462
|
+
"v-model"?: string;
|
463
|
+
modelValue?: string;
|
464
|
+
}>, never>;
|
465
|
+
};
|
466
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts
CHANGED
@@ -1,17 +1,5 @@
|
|
1
|
-
import { TsxAllowUnknowProperties } from "../../TsxAllowUnknowProperties";
|
2
1
|
export interface IAppTitleInput {
|
3
2
|
title: string;
|
4
3
|
onTitleChanged: (value: string) => void;
|
5
4
|
dark?: boolean;
|
6
5
|
}
|
7
|
-
declare global {
|
8
|
-
namespace JSX {
|
9
|
-
interface Element {
|
10
|
-
}
|
11
|
-
interface ElementClass {
|
12
|
-
}
|
13
|
-
interface IntrinsicElements {
|
14
|
-
"omfx-app-title-input": TsxAllowUnknowProperties<IAppTitleInput>;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
}
|
@@ -1,19 +1,80 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
import
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
1
|
+
import { AppInstance } from "@omnia/fx-models";
|
2
|
+
export declare const AppInstanceInformationVueComponent: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: Partial<{}> & Omit<{
|
7
|
+
readonly appInstance?: AppInstance;
|
8
|
+
readonly "app-instance"?: AppInstance;
|
9
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
"app-instance": {
|
11
|
+
type: import("vue").PropType<AppInstance>;
|
12
|
+
};
|
13
|
+
appInstance: {
|
14
|
+
type: import("vue").PropType<AppInstance>;
|
15
|
+
};
|
16
|
+
}>>, never>;
|
17
|
+
$attrs: {
|
18
|
+
[x: string]: unknown;
|
19
|
+
};
|
20
|
+
$refs: {
|
21
|
+
[x: string]: unknown;
|
22
|
+
};
|
23
|
+
$slots: Readonly<{
|
24
|
+
[name: string]: import("vue").Slot<any>;
|
25
|
+
}>;
|
26
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
27
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
28
|
+
$emit: (event: string, ...args: any[]) => void;
|
29
|
+
$el: any;
|
30
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
31
|
+
"app-instance": {
|
32
|
+
type: import("vue").PropType<AppInstance>;
|
33
|
+
};
|
34
|
+
appInstance: {
|
35
|
+
type: import("vue").PropType<AppInstance>;
|
36
|
+
};
|
37
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
38
|
+
beforeCreate?: (() => void) | (() => void)[];
|
39
|
+
created?: (() => void) | (() => void)[];
|
40
|
+
beforeMount?: (() => void) | (() => void)[];
|
41
|
+
mounted?: (() => void) | (() => void)[];
|
42
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
43
|
+
updated?: (() => void) | (() => void)[];
|
44
|
+
activated?: (() => void) | (() => void)[];
|
45
|
+
deactivated?: (() => void) | (() => void)[];
|
46
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
47
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
48
|
+
destroyed?: (() => void) | (() => void)[];
|
49
|
+
unmounted?: (() => void) | (() => void)[];
|
50
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
51
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
52
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
53
|
+
};
|
54
|
+
$forceUpdate: () => void;
|
55
|
+
$nextTick: typeof import("vue").nextTick;
|
56
|
+
$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;
|
57
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
58
|
+
"app-instance": {
|
59
|
+
type: import("vue").PropType<AppInstance>;
|
60
|
+
};
|
61
|
+
appInstance: {
|
62
|
+
type: import("vue").PropType<AppInstance>;
|
63
|
+
};
|
64
|
+
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
65
|
+
__isFragment?: never;
|
66
|
+
__isTeleport?: never;
|
67
|
+
__isSuspense?: never;
|
68
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
69
|
+
"app-instance": {
|
70
|
+
type: import("vue").PropType<AppInstance>;
|
71
|
+
};
|
72
|
+
appInstance: {
|
73
|
+
type: import("vue").PropType<AppInstance>;
|
74
|
+
};
|
75
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
76
|
+
propsDefinition: Omit<Readonly<{} & {
|
77
|
+
appInstance?: AppInstance;
|
78
|
+
"app-instance"?: AppInstance;
|
79
|
+
}>, never>;
|
80
|
+
};
|
@@ -1,6 +1,40 @@
|
|
1
1
|
import { OmniaContext } from "../../..";
|
2
2
|
import { VueComponentBase, OmniaTheming } from "../..";
|
3
3
|
import { IAppProvisioningStepComponent, AppProvisioningStepContext } from "../../../models";
|
4
|
+
export declare const appProvisioningStepComponentBaseProps: {
|
5
|
+
"allow-member-and-group": {
|
6
|
+
type: import("vue").PropType<boolean>;
|
7
|
+
};
|
8
|
+
allowMemberAndGroup: {
|
9
|
+
type: import("vue").PropType<boolean>;
|
10
|
+
};
|
11
|
+
require(): import("../../DefineVueTypings").DefinePropRequire<"allowMemberAndGroup", boolean, {}>;
|
12
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropDefaultValue<"allowMemberAndGroup", boolean, {}, false>;
|
13
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropDoc<"allowMemberAndGroup", boolean, {}>;
|
14
|
+
"allow-multiple-app-administrators": {
|
15
|
+
type: import("vue").PropType<boolean>;
|
16
|
+
};
|
17
|
+
allowMultipleAppAdministrators: {
|
18
|
+
type: import("vue").PropType<boolean>;
|
19
|
+
};
|
20
|
+
"register-on-go-to-prev": {
|
21
|
+
type: import("vue").PropType<(onGoToPrev: () => Promise<boolean>) => void>;
|
22
|
+
};
|
23
|
+
registerOnGoToPrev: {
|
24
|
+
type: import("vue").PropType<(onGoToPrev: () => Promise<boolean>) => void>;
|
25
|
+
};
|
26
|
+
"register-on-go-to-next": {
|
27
|
+
type: import("vue").PropType<(onGoToNext: () => Promise<boolean>) => void>;
|
28
|
+
};
|
29
|
+
registerOnGoToNext: {
|
30
|
+
type: import("vue").PropType<(onGoToNext: () => Promise<boolean>) => void>;
|
31
|
+
};
|
32
|
+
context: {
|
33
|
+
type: import("vue").PropType<AppProvisioningStepContext>;
|
34
|
+
} & {
|
35
|
+
type: import("vue").PropType<AppProvisioningStepContext>;
|
36
|
+
};
|
37
|
+
};
|
4
38
|
export declare class AppProvisioningStepComponentBase<Props = IAppProvisioningStepComponent, EventsWithOn = {}, ScopedSlotArgs = {}> extends VueComponentBase<Props, EventsWithOn, ScopedSlotArgs> {
|
5
39
|
context: AppProvisioningStepContext;
|
6
40
|
registerOnGoToNext: (onGoToNext: () => Promise<boolean>) => void;
|