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