@omnia/fx 8.0.41-dev → 8.0.42-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 (82) hide show
  1. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -3
  2. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +1 -0
  4. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -2
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
  6. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  7. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +749 -67
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
  11. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +386 -49
  12. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
  13. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -1
  14. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +52 -7
  15. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +6 -12
  16. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
  23. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +46 -0
  27. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +46 -0
  28. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +46 -0
  29. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +47 -0
  31. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +28 -0
  36. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
  37. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +10 -11
  39. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  41. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
  43. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +583 -28
  44. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +6 -2
  45. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -12
  46. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +7 -0
  52. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
  53. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +46 -0
  54. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
  55. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +53 -0
  56. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +4 -1
  57. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
  60. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -1
  62. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +58 -3
  63. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +8 -2
  64. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +65 -0
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +23 -0
  66. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +481 -0
  67. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +23 -0
  68. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -0
  69. package/internal-do-not-import-from-here/wctypings.d.ts +35 -0
  70. package/package.json +2 -2
  71. /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintDefinitionStore.d.ts → store/BlueprintDefinitionStore.d.ts} +0 -0
  72. /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintStore.d.ts → store/BlueprintStore.d.ts} +0 -0
  73. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaDefinitionStore.d.ts → store/ColorSchemaDefinitionStore.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
  76. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaStore.d.ts → store/ColorSchemaStore.d.ts} +0 -0
  77. /package/internal-do-not-import-from-here/ux/theming-v2/{SpacingDefinitionStore.d.ts → store/SpacingDefinitionStore.d.ts} +0 -0
  78. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeContextStore.d.ts → store/ThemeContextStore.d.ts} +0 -0
  79. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeDefinitionStoreV2.d.ts → store/ThemeDefinitionStoreV2.d.ts} +0 -0
  80. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeStoreV2.d.ts → store/ThemeStoreV2.d.ts} +0 -0
  81. /package/internal-do-not-import-from-here/ux/theming-v2/{TypographyDefinitionStore.d.ts → store/TypographyDefinitionStore.d.ts} +0 -0
  82. /package/internal-do-not-import-from-here/ux/theming-v2/{VelcronDefinitionStore.d.ts → store/VelcronDefinitionStore.d.ts} +0 -0
@@ -16,6 +16,7 @@ declare const _default: {
16
16
  readonly blueprintType?: any;
17
17
  readonly colors?: any;
18
18
  readonly class?: String | String[];
19
+ readonly height?: string | number;
19
20
  readonly "v-slots"?: {
20
21
  default?: import("../../DefineVueTypings").Slot<any[]>;
21
22
  } & {
@@ -28,6 +29,9 @@ declare const _default: {
28
29
  } & {
29
30
  actions?: () => VNodeChild;
30
31
  }>;
32
+ height: {
33
+ type: import("vue").PropType<string | number>;
34
+ };
31
35
  toned: {
32
36
  type: import("vue").PropType<boolean>;
33
37
  } & {
@@ -62,6 +66,9 @@ declare const _default: {
62
66
  } & {
63
67
  actions?: () => VNodeChild;
64
68
  }>;
69
+ height: {
70
+ type: import("vue").PropType<string | number>;
71
+ };
65
72
  toned: {
66
73
  type: import("vue").PropType<boolean>;
67
74
  } & {
@@ -108,6 +115,9 @@ declare const _default: {
108
115
  } & {
109
116
  actions?: () => VNodeChild;
110
117
  }>;
118
+ height: {
119
+ type: import("vue").PropType<string | number>;
120
+ };
111
121
  toned: {
112
122
  type: import("vue").PropType<boolean>;
113
123
  } & {
@@ -132,6 +142,9 @@ declare const _default: {
132
142
  } & {
133
143
  actions?: () => VNodeChild;
134
144
  }>;
145
+ height: {
146
+ type: import("vue").PropType<string | number>;
147
+ };
135
148
  toned: {
136
149
  type: import("vue").PropType<boolean>;
137
150
  } & {
@@ -161,6 +174,7 @@ declare const _default: {
161
174
  colors?: any;
162
175
  } & {
163
176
  class?: String | String[];
177
+ height?: string | number;
164
178
  "v-slots"?: {
165
179
  default?: import("../../DefineVueTypings").Slot<any[]>;
166
180
  } & {
@@ -3,4 +3,6 @@ export declare const ColorPickerStyles: {
3
3
  title: (dark: boolean, labelColor: string) => string;
4
4
  icon: (dark: boolean) => string;
5
5
  displaywrapper: (bgColor: string) => string;
6
+ pickerTopWrapper: string;
7
+ pickerBottomWrapper: string;
6
8
  };
@@ -24,7 +24,7 @@ declare const _default: {
24
24
  readonly colors?: any;
25
25
  readonly label?: string;
26
26
  readonly class?: String | String[];
27
- readonly "onUpdate:modelValue"?: (value: string) => any;
27
+ "onUpdate:modelValue"?: ((value: string) => any) & ((color: string) => any);
28
28
  readonly "v-model"?: string;
29
29
  readonly modelValue?: string;
30
30
  readonly "v-slots"?: {
@@ -34,7 +34,6 @@ declare const _default: {
34
34
  };
35
35
  readonly labelColor?: string;
36
36
  readonly selectedColorAsLabel?: boolean;
37
- onValueChanged?: (color: string) => any;
38
37
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
39
38
  "v-slots": import("vue").Prop<{
40
39
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -71,7 +70,7 @@ declare const _default: {
71
70
  blueprintType?: any;
72
71
  blueprint?: any;
73
72
  }>> & {
74
- onValueChanged?: (color: string) => any;
73
+ "onUpdate:modelValue"?: (color: string) => any;
75
74
  }, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
76
75
  $attrs: {
77
76
  [x: string]: unknown;
@@ -84,7 +83,7 @@ declare const _default: {
84
83
  }>;
85
84
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
86
85
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
87
- $emit: (event: "valueChanged", color: string) => void;
86
+ $emit: (event: "update:modelValue", color: string) => void;
88
87
  $el: any;
89
88
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
90
89
  "v-slots": import("vue").Prop<{
@@ -122,9 +121,9 @@ declare const _default: {
122
121
  blueprintType?: any;
123
122
  blueprint?: any;
124
123
  }>> & {
125
- onValueChanged?: (color: string) => any;
124
+ "onUpdate:modelValue"?: (color: string) => any;
126
125
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
127
- valueChanged: (color: string) => void;
126
+ "update:modelValue": (color: string) => void;
128
127
  }, string, {
129
128
  container?: any;
130
129
  blueprint?: any;
@@ -187,7 +186,7 @@ declare const _default: {
187
186
  blueprintType?: any;
188
187
  blueprint?: any;
189
188
  }>> & {
190
- onValueChanged?: (color: string) => any;
189
+ "onUpdate:modelValue"?: (color: string) => any;
191
190
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
192
191
  __isFragment?: never;
193
192
  __isTeleport?: never;
@@ -228,9 +227,9 @@ declare const _default: {
228
227
  blueprintType?: any;
229
228
  blueprint?: any;
230
229
  }>> & {
231
- onValueChanged?: (color: string) => any;
230
+ "onUpdate:modelValue"?: (color: string) => any;
232
231
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
233
- valueChanged: (color: string) => void;
232
+ "update:modelValue": (color: string) => void;
234
233
  }, string, {
235
234
  container?: any;
236
235
  blueprint?: any;
@@ -257,8 +256,8 @@ declare const _default: {
257
256
  };
258
257
  labelColor?: string;
259
258
  selectedColorAsLabel?: boolean;
260
- }>, "onValueChanged"> & {
261
- onValueChanged?: (color: string) => any;
259
+ }>, "onUpdate:modelValue"> & {
260
+ "onUpdate:modelValue"?: (color: string) => any;
262
261
  };
263
262
  };
264
263
  export default _default;
@@ -38,9 +38,9 @@ declare const _default: {
38
38
  navigation?: SlotNavigationType;
39
39
  header?: Func<[VNodeChild]>;
40
40
  };
41
+ readonly variant?: "default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry";
41
42
  readonly subTitle?: string;
42
43
  readonly hiddenCloseButton?: boolean;
43
- readonly variant?: "default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry";
44
44
  readonly contentHeight?: "static" | "dynamic";
45
45
  readonly customScrolling?: boolean;
46
46
  readonly horizontalScroll?: boolean;
@@ -392,9 +392,9 @@ declare const _default: {
392
392
  navigation?: SlotNavigationType;
393
393
  header?: Func<[VNodeChild]>;
394
394
  };
395
+ variant?: "default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry";
395
396
  subTitle?: string;
396
397
  hiddenCloseButton?: boolean;
397
- variant?: "default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry";
398
398
  contentHeight?: "static" | "dynamic";
399
399
  customScrolling?: boolean;
400
400
  horizontalScroll?: boolean;
@@ -3,7 +3,7 @@ declare const _default: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{}> & Omit<{
6
- readonly host?: "editor" | "admin" | "docs";
6
+ readonly host?: "admin" | "editor" | "docs";
7
7
  readonly variant?: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
8
8
  readonly force?: boolean;
9
9
  readonly componentHost?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
@@ -26,9 +26,9 @@ declare const _default: {
26
26
  type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
27
27
  };
28
28
  host: {
29
- type: import("vue").PropType<"editor" | "admin" | "docs">;
29
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
30
30
  } & {
31
- type: import("vue").PropType<"editor" | "admin" | "docs">;
31
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
32
32
  };
33
33
  }>>, never>;
34
34
  $attrs: {
@@ -62,9 +62,9 @@ declare const _default: {
62
62
  type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
63
63
  };
64
64
  host: {
65
- type: import("vue").PropType<"editor" | "admin" | "docs">;
65
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
66
66
  } & {
67
- type: import("vue").PropType<"editor" | "admin" | "docs">;
67
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
68
68
  };
69
69
  }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
70
70
  [key: string]: any;
@@ -106,9 +106,9 @@ declare const _default: {
106
106
  type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
107
107
  };
108
108
  host: {
109
- type: import("vue").PropType<"editor" | "admin" | "docs">;
109
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
110
110
  } & {
111
- type: import("vue").PropType<"editor" | "admin" | "docs">;
111
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
112
112
  };
113
113
  }>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
114
114
  [key: string]: any;
@@ -134,15 +134,15 @@ declare const _default: {
134
134
  type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
135
135
  };
136
136
  host: {
137
- type: import("vue").PropType<"editor" | "admin" | "docs">;
137
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
138
138
  } & {
139
- type: import("vue").PropType<"editor" | "admin" | "docs">;
139
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
140
140
  };
141
141
  }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
142
142
  [key: string]: any;
143
143
  }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
144
144
  propsDefinition: Omit<Readonly<{} & {
145
- host?: "editor" | "admin" | "docs";
145
+ host?: "admin" | "editor" | "docs";
146
146
  variant?: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "toolbar" | "settings" | "info-section";
147
147
  force?: boolean;
148
148
  componentHost?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
@@ -25,8 +25,8 @@ declare const _default: {
25
25
  title?: Func<[VNodeChild]>;
26
26
  customButtons?: Func<[VNodeChild]>;
27
27
  };
28
- readonly subTitle?: string;
29
28
  readonly variant?: "default" | "menu" | "drawer" | "blade";
29
+ readonly subTitle?: string;
30
30
  readonly divider?: boolean;
31
31
  readonly toned?: boolean;
32
32
  readonly closeButton?: boolean;
@@ -278,8 +278,8 @@ declare const _default: {
278
278
  title?: Func<[VNodeChild]>;
279
279
  customButtons?: Func<[VNodeChild]>;
280
280
  };
281
- subTitle?: string;
282
281
  variant?: "default" | "menu" | "drawer" | "blade";
282
+ subTitle?: string;
283
283
  divider?: boolean;
284
284
  toned?: boolean;
285
285
  closeButton?: boolean;
@@ -1,5 +1,4 @@
1
1
  import { IconPickerModel } from "../../models";
2
- import { TsxAllowUnknowProperties } from "../TsxAllowUnknowProperties";
3
2
  import { TemplateStyles } from "./TemplatePicker.css";
4
3
  export interface TemplatePickerModel {
5
4
  icon: IconPickerModel;
@@ -17,14 +16,3 @@ export interface ITemplatePicker extends IITemplatePickerProperties {
17
16
  templates: Array<TemplatePickerModel>;
18
17
  onValueChanged?: (model: TemplatePickerModel) => void;
19
18
  }
20
- declare global {
21
- namespace JSX {
22
- interface Element {
23
- }
24
- interface ElementClass {
25
- }
26
- interface IntrinsicElements {
27
- "omfx-template-picker": TsxAllowUnknowProperties<ITemplatePicker>;
28
- }
29
- }
30
- }