@omnia/fx 8.0.0-dev → 8.0.1-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 (67) hide show
  1. package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -6
  2. package/internal-do-not-import-from-here/runtime/core/InternalManifestLog.d.ts +3 -1
  3. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -0
  4. package/internal-do-not-import-from-here/shared/http/Http.d.ts +143 -0
  5. package/internal-do-not-import-from-here/shared/http/index.d.ts +1 -1
  6. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +24 -0
  7. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +2 -2
  8. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +7 -2
  9. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +5 -1
  10. package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +11 -3
  11. package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -1
  12. package/internal-do-not-import-from-here/shared/models/index.js +1 -1
  13. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +91 -0
  18. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Slots.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +422 -0
  20. package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +2 -1
  21. package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/docs/omfx/services/Http.md.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/docs/omfx/services/Introduction.md.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -0
  25. package/internal-do-not-import-from-here/ux/docs/omfx/services/index.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +29 -0
  27. package/internal-do-not-import-from-here/ux/docs/omfx/use/Introduction.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/docs/omfx/use/docs/UseConfirm.d.ts +29 -0
  29. package/internal-do-not-import-from-here/ux/docs/omfx/use/index.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +1 -2
  32. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.css.d.ts +3 -0
  33. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +140 -21
  34. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel_old.d.ts +0 -0
  35. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +91 -0
  39. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +25 -7
  40. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.css.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +32 -10
  51. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
  52. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/use/useBlockInstance.d.ts +2 -0
  55. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +9 -2
  56. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
  60. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +0 -40
  61. package/internal-do-not-import-from-here/wctypings.d.ts +7 -0
  62. package/package.json +2 -2
  63. package/internal-do-not-import-from-here/shared/http/Bring.d.ts +0 -143
  64. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -24
  65. /package/internal-do-not-import-from-here/shared/models/{Bring.js → HttpCommon.js} +0 -0
  66. /package/internal-do-not-import-from-here/ux/docs/omfx/{services/Bring.md.d.ts → components/Emits.md.d.ts} +0 -0
  67. /package/internal-do-not-import-from-here/ux/docs/omfx/{services/Introduction.d.ts → components/docs/Emits.d.ts} +0 -0
@@ -16,6 +16,10 @@ declare const _default: {
16
16
  readonly width?: string;
17
17
  readonly height?: string;
18
18
  readonly direction?: "column" | "row";
19
+ readonly maxHeight?: string;
20
+ readonly maxWidth?: string;
21
+ readonly minHeight?: string;
22
+ readonly minWidth?: string;
19
23
  readonly padding?: PaddingCombination;
20
24
  readonly wrap?: boolean;
21
25
  readonly filled?: boolean;
@@ -64,8 +68,6 @@ declare const _default: {
64
68
  readonly toned?: boolean;
65
69
  readonly alignY?: "center" | "bottom" | "top";
66
70
  readonly alignX?: "left" | "center" | "right";
67
- readonly "max-height"?: string;
68
- readonly "max-width"?: string;
69
71
  };
70
72
  $attrs: {
71
73
  [x: string]: unknown;
@@ -87,13 +89,19 @@ declare const _default: {
87
89
  padding: {
88
90
  type: import("vue").PropType<PaddingCombination>;
89
91
  };
90
- "max-height": {
92
+ minHeight: {
93
+ type: import("vue").PropType<string>;
94
+ };
95
+ maxHeight: {
91
96
  type: import("vue").PropType<string>;
92
97
  };
93
98
  height: {
94
99
  type: import("vue").PropType<string>;
95
100
  };
96
- "max-width": {
101
+ minWidth: {
102
+ type: import("vue").PropType<string>;
103
+ };
104
+ maxWidth: {
97
105
  type: import("vue").PropType<string>;
98
106
  };
99
107
  width: {
@@ -162,13 +170,19 @@ declare const _default: {
162
170
  padding: {
163
171
  type: import("vue").PropType<PaddingCombination>;
164
172
  };
165
- "max-height": {
173
+ minHeight: {
174
+ type: import("vue").PropType<string>;
175
+ };
176
+ maxHeight: {
166
177
  type: import("vue").PropType<string>;
167
178
  };
168
179
  height: {
169
180
  type: import("vue").PropType<string>;
170
181
  };
171
- "max-width": {
182
+ minWidth: {
183
+ type: import("vue").PropType<string>;
184
+ };
185
+ maxWidth: {
172
186
  type: import("vue").PropType<string>;
173
187
  };
174
188
  width: {
@@ -215,13 +229,19 @@ declare const _default: {
215
229
  padding: {
216
230
  type: import("vue").PropType<PaddingCombination>;
217
231
  };
218
- "max-height": {
232
+ minHeight: {
233
+ type: import("vue").PropType<string>;
234
+ };
235
+ maxHeight: {
219
236
  type: import("vue").PropType<string>;
220
237
  };
221
238
  height: {
222
239
  type: import("vue").PropType<string>;
223
240
  };
224
- "max-width": {
241
+ minWidth: {
242
+ type: import("vue").PropType<string>;
243
+ };
244
+ maxWidth: {
225
245
  type: import("vue").PropType<string>;
226
246
  };
227
247
  width: {
@@ -275,6 +295,10 @@ declare const _default: {
275
295
  width?: string;
276
296
  height?: string;
277
297
  direction?: "column" | "row";
298
+ maxHeight?: string;
299
+ maxWidth?: string;
300
+ minHeight?: string;
301
+ minWidth?: string;
278
302
  padding?: PaddingCombination;
279
303
  wrap?: boolean;
280
304
  filled?: boolean;
@@ -282,8 +306,6 @@ declare const _default: {
282
306
  toned?: boolean;
283
307
  alignY?: "center" | "bottom" | "top";
284
308
  alignX?: "left" | "center" | "right";
285
- "max-height"?: string;
286
- "max-width"?: string;
287
309
  }>, never>;
288
310
  };
289
311
  export default _default;
@@ -62,7 +62,7 @@ declare const _default: {
62
62
  }>) => void)[];
63
63
  readonly grow?: boolean;
64
64
  readonly toned?: boolean;
65
- readonly variant?: "section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "settings" | "info-section";
65
+ readonly variant?: "section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section";
66
66
  readonly divider?: BorderCombination;
67
67
  readonly alignY?: "center" | "bottom" | "top";
68
68
  readonly grouped?: boolean;
@@ -130,7 +130,7 @@ declare const _default: {
130
130
  type: import("vue").PropType<boolean>;
131
131
  };
132
132
  variant: {
133
- type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "settings" | "info-section">;
133
+ type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section">;
134
134
  };
135
135
  title: {
136
136
  type: import("vue").PropType<string>;
@@ -216,7 +216,7 @@ declare const _default: {
216
216
  type: import("vue").PropType<boolean>;
217
217
  };
218
218
  variant: {
219
- type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "settings" | "info-section">;
219
+ type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section">;
220
220
  };
221
221
  title: {
222
222
  type: import("vue").PropType<string>;
@@ -280,7 +280,7 @@ declare const _default: {
280
280
  type: import("vue").PropType<boolean>;
281
281
  };
282
282
  variant: {
283
- type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "settings" | "info-section">;
283
+ type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section">;
284
284
  };
285
285
  title: {
286
286
  type: import("vue").PropType<string>;
@@ -317,7 +317,7 @@ declare const _default: {
317
317
  filled?: boolean;
318
318
  grow?: boolean;
319
319
  toned?: boolean;
320
- variant?: "section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "settings" | "info-section";
320
+ variant?: "section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section";
321
321
  divider?: BorderCombination;
322
322
  alignY?: "center" | "bottom" | "top";
323
323
  grouped?: boolean;
@@ -11,6 +11,7 @@ declare const _default: {
11
11
  class?: unknown;
12
12
  key?: string | number | symbol;
13
13
  readonly serviceId?: unknown;
14
+ readonly settings?: PermissionInputSettings;
14
15
  readonly disabled?: boolean;
15
16
  ref?: import("vue").VNodeRef;
16
17
  ref_for?: boolean;
@@ -53,7 +54,6 @@ declare const _default: {
53
54
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
55
  [key: string]: any;
55
56
  }>) => void)[];
56
- readonly settings?: PermissionInputSettings;
57
57
  readonly contextParams?: {
58
58
  [key: string]: string | number;
59
59
  };
@@ -289,8 +289,8 @@ declare const _default: {
289
289
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
290
290
  propsDefinition: Omit<Readonly<{} & {
291
291
  serviceId?: unknown;
292
- disabled?: boolean;
293
292
  settings?: PermissionInputSettings;
293
+ disabled?: boolean;
294
294
  contextParams?: {
295
295
  [key: string]: string | number;
296
296
  };
@@ -14,3 +14,4 @@ export * from "./UseColorSchemaSetup";
14
14
  export * from "./UseIcon";
15
15
  export * from "./UseBlueprintSetup";
16
16
  export * from "./UseDebouncer";
17
+ export * from "./useBlockInstance";
@@ -0,0 +1,2 @@
1
+ import { IBlockInstance } from "@omnia/fx-models";
2
+ export declare function useBlockInstance<TSettings = void>(): IBlockInstance<TSettings>;
@@ -64,6 +64,7 @@ declare const _default: {
64
64
  readonly editMode?: boolean;
65
65
  readonly "edit-mode"?: boolean;
66
66
  "onState:updated"?: (newState: object, oldState: object) => any;
67
+ "onSetup:context"?: (context: VelcronRenderContext) => any;
67
68
  };
68
69
  $attrs: {
69
70
  [x: string]: unknown;
@@ -76,7 +77,7 @@ declare const _default: {
76
77
  }>;
77
78
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
78
79
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
79
- $emit: (event: "state:updated", newState: object, oldState: object) => void;
80
+ $emit: ((event: "state:updated", newState: object, oldState: object) => void) & ((event: "setup:context", context: VelcronRenderContext) => void);
80
81
  $el: any;
81
82
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
82
83
  colorSchemaType: any;
@@ -116,8 +117,10 @@ declare const _default: {
116
117
  };
117
118
  }>> & {
118
119
  "onState:updated"?: (newState: object, oldState: object) => any;
120
+ "onSetup:context"?: (context: VelcronRenderContext) => any;
119
121
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
120
122
  "state:updated": (newState: DynamicState, oldState: DynamicState) => any;
123
+ "setup:context": (context: VelcronRenderContext) => any;
121
124
  }, string, {
122
125
  container?: any;
123
126
  blueprint?: any;
@@ -182,6 +185,7 @@ declare const _default: {
182
185
  };
183
186
  }>> & {
184
187
  "onState:updated"?: (newState: object, oldState: object) => any;
188
+ "onSetup:context"?: (context: VelcronRenderContext) => any;
185
189
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
186
190
  __isFragment?: never;
187
191
  __isTeleport?: never;
@@ -224,8 +228,10 @@ declare const _default: {
224
228
  };
225
229
  }>> & {
226
230
  "onState:updated"?: (newState: object, oldState: object) => any;
231
+ "onSetup:context"?: (context: VelcronRenderContext) => any;
227
232
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
228
233
  "state:updated": (newState: DynamicState, oldState: DynamicState) => any;
234
+ "setup:context": (context: VelcronRenderContext) => any;
229
235
  }, string, {
230
236
  container?: any;
231
237
  blueprint?: any;
@@ -249,8 +255,9 @@ declare const _default: {
249
255
  "event-handlers"?: unknown;
250
256
  editMode?: boolean;
251
257
  "edit-mode"?: boolean;
252
- }>, "onState:updated"> & {
258
+ }>, "onState:updated" | "onSetup:context"> & {
253
259
  "onState:updated"?: (newState: object, oldState: object) => any;
260
+ "onSetup:context"?: (context: VelcronRenderContext) => any;
254
261
  };
255
262
  };
256
263
  export default _default;
@@ -71,6 +71,7 @@ declare const _default: {
71
71
  }>;
72
72
  };
73
73
  key?: string | number | symbol;
74
+ readonly settings?: VelcronAlignmentPropertyEditorSettings;
74
75
  ref?: import("vue").VNodeRef;
75
76
  ref_for?: boolean;
76
77
  ref_key?: string;
@@ -115,7 +116,6 @@ declare const _default: {
115
116
  readonly "v-model"?: HorizontalAlignments | VerticalAlignments;
116
117
  readonly modelValue?: HorizontalAlignments | VerticalAlignments;
117
118
  "onUpdate:modelValue"?: ((value: HorizontalAlignments | VerticalAlignments) => any) & ((value: HorizontalAlignments | VerticalAlignments) => any);
118
- readonly settings?: VelcronAlignmentPropertyEditorSettings;
119
119
  };
120
120
  $attrs: {
121
121
  [x: string]: unknown;
@@ -443,10 +443,10 @@ declare const _default: {
443
443
  };
444
444
  }>;
445
445
  };
446
+ settings?: VelcronAlignmentPropertyEditorSettings;
446
447
  "v-model"?: HorizontalAlignments | VerticalAlignments;
447
448
  modelValue?: HorizontalAlignments | VerticalAlignments;
448
449
  "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
449
- settings?: VelcronAlignmentPropertyEditorSettings;
450
450
  }>, "onUpdate:modelValue"> & {
451
451
  "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
452
452
  };
@@ -67,6 +67,7 @@ declare const _default: {
67
67
  }>;
68
68
  };
69
69
  key?: string | number | symbol;
70
+ readonly settings?: any;
70
71
  ref?: import("vue").VNodeRef;
71
72
  ref_for?: boolean;
72
73
  ref_key?: string;
@@ -111,7 +112,6 @@ declare const _default: {
111
112
  readonly "v-model"?: any;
112
113
  readonly modelValue?: any;
113
114
  "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
114
- readonly settings?: any;
115
115
  };
116
116
  $attrs: {
117
117
  [x: string]: unknown;
@@ -439,10 +439,10 @@ declare const _default: {
439
439
  };
440
440
  }>;
441
441
  };
442
+ settings?: any;
442
443
  "v-model"?: any;
443
444
  modelValue?: any;
444
445
  "onUpdate:modelValue"?: (value: any) => any;
445
- settings?: any;
446
446
  }>, "onUpdate:modelValue"> & {
447
447
  "onUpdate:modelValue"?: (value: any) => any;
448
448
  };
@@ -68,6 +68,7 @@ declare const _default: {
68
68
  }>;
69
69
  };
70
70
  key?: string | number | symbol;
71
+ readonly settings?: VelcronSliderPropertyEditorSettings;
71
72
  ref?: import("vue").VNodeRef;
72
73
  ref_for?: boolean;
73
74
  ref_key?: string;
@@ -112,7 +113,6 @@ declare const _default: {
112
113
  readonly "v-model"?: number;
113
114
  readonly modelValue?: number;
114
115
  "onUpdate:modelValue"?: ((value: number) => any) & ((value: number) => any);
115
- readonly settings?: VelcronSliderPropertyEditorSettings;
116
116
  };
117
117
  $attrs: {
118
118
  [x: string]: unknown;
@@ -440,10 +440,10 @@ declare const _default: {
440
440
  };
441
441
  }>;
442
442
  };
443
+ settings?: VelcronSliderPropertyEditorSettings;
443
444
  "v-model"?: number;
444
445
  modelValue?: number;
445
446
  "onUpdate:modelValue"?: (value: number) => any;
446
- settings?: VelcronSliderPropertyEditorSettings;
447
447
  }>, "onUpdate:modelValue"> & {
448
448
  "onUpdate:modelValue"?: (value: number) => any;
449
449
  };
@@ -72,6 +72,7 @@ declare const _default: {
72
72
  }>;
73
73
  };
74
74
  key?: string | number | symbol;
75
+ readonly settings?: VelcronTypographyEditorSettings;
75
76
  ref?: import("vue").VNodeRef;
76
77
  ref_for?: boolean;
77
78
  ref_key?: string;
@@ -116,7 +117,6 @@ declare const _default: {
116
117
  readonly "v-model"?: TypographyEditorModel;
117
118
  readonly modelValue?: TypographyEditorModel;
118
119
  "onUpdate:modelValue"?: ((value: TypographyEditorModel) => any) & ((value: TypographyEditorModel) => any);
119
- readonly settings?: VelcronTypographyEditorSettings;
120
120
  };
121
121
  $attrs: {
122
122
  [x: string]: unknown;
@@ -444,10 +444,10 @@ declare const _default: {
444
444
  };
445
445
  }>;
446
446
  };
447
+ settings?: VelcronTypographyEditorSettings;
447
448
  "v-model"?: TypographyEditorModel;
448
449
  modelValue?: TypographyEditorModel;
449
450
  "onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
450
- settings?: VelcronTypographyEditorSettings;
451
451
  }>, "onUpdate:modelValue"> & {
452
452
  "onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
453
453
  };
@@ -1,45 +1,5 @@
1
1
  import { VersionedLayoutId, GuidValue, LayoutRendererCanvasApi, ThemeDefinition } from "@omnia/fx-models";
2
- import { VueComponentBase } from "../..";
3
2
  import { ServiceContainerContext } from "../../../core";
4
- interface InternalVersionedLayoutRendererProps {
5
- layoutBackgroundImageElementId: string;
6
- versionedLayoutId: VersionedLayoutId;
7
- layoutThemeDefinition?: ThemeDefinition;
8
- blockThemeDefinition?: ThemeDefinition;
9
- enableAlternateLayout?: boolean;
10
- getApi?: (api: LayoutRendererCanvasApi) => void;
11
- layoutProvider?: string;
12
- }
13
- export declare class InternalVersionedLayoutRenderer extends VueComponentBase<InternalVersionedLayoutRendererProps> {
14
- layoutBackgroundImageElementId: string;
15
- versionedLayoutId: VersionedLayoutId;
16
- layoutThemeDefinition: ThemeDefinition;
17
- blockThemeDefinition: ThemeDefinition;
18
- enableAlternateLayout: boolean;
19
- layoutProvider?: string;
20
- getApi?: (api: LayoutRendererCanvasApi) => void;
21
- private versionedLayoutStore;
22
- private subscriptionHandler;
23
- private versionedLayout;
24
- private parentVersionedLayout;
25
- private versionedData;
26
- private breakpoints;
27
- private currentBreakpoint;
28
- private layoutRendererCanvasApi;
29
- created(): void;
30
- mounted(): void;
31
- beforeDestroy(): void;
32
- private ensureHandleWindowResize;
33
- private isLayoutRendererCanvasAvailable;
34
- private handleWindowResize;
35
- private setCurrentBreakpoint;
36
- private ensureHandleNewVersions;
37
- private getLayoutApi;
38
- private setLayout;
39
- private getLayoutForCurrentBreakpoint;
40
- private getLayoutWithMergeParentForCurrentBreakpoint;
41
- render(): JSX.Element;
42
- }
43
3
  declare const _default: {
44
4
  new (...args: any[]): {
45
5
  $: import("vue").ComponentInternalInstance;
@@ -106,6 +106,7 @@ import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/render
106
106
  import wcc587659a68194582be3c393240709785 from './ux/hub/chat/HubChat';
107
107
  import wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 from './ux/hub/feed/HubFeed';
108
108
  import wcbaecc57591074830a5ae2dda9f6b5ed5 from './ux/hub/feed/HubFeedSettings';
109
+ import wcb11d3955272348cdb3a131cb1bf61374 from './ux/hub/feed/HubFeedChrome';
109
110
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
110
111
  import wc2252e1bd3ac44ef9b92c68e5b1e41a49 from './ux/journey/testbench/JourneyTest';
111
112
  import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/v2/JourneyV2';
@@ -402,6 +403,7 @@ declare global {
402
403
  "omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
403
404
  "omfx-hub-feed": typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition>;
404
405
  "omfx-hub-feed-settings": typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition>;
406
+ "omfx-hub-feed-chrome": typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition>;
405
407
  "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition>;
406
408
  "omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition>;
407
409
  "omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition>;
@@ -1124,6 +1126,11 @@ declare global {
1124
1126
  $props: typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition>;
1125
1127
  };
1126
1128
  };
1129
+ "HubFeedChrome": {
1130
+ new (...args: any[]): {
1131
+ $props: typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition>;
1132
+ };
1133
+ };
1127
1134
  "MediaScalingSettings": {
1128
1135
  new (...args: any[]): {
1129
1136
  $props: typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.0-dev",
4
+ "version": "8.0.1-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.0-dev",
23
+ "@omnia/fx-models": "8.0.1-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
@@ -1,143 +0,0 @@
1
- import { BringConfig, BringCredentials, BringMethods, BringResponse, Future, Guid } from "../models";
2
- export declare class BringBuilder {
3
- _config?: BringConfig;
4
- constructor(_config?: BringConfig);
5
- /**
6
- * The base url for the client e.g. https://api.com
7
- *
8
- * @param {string} baseUrl
9
- * @return {*} {BringBuilder}
10
- * @memberof BringBuilder
11
- */
12
- withBaseUrl(baseUrl: string): BringBuilder;
13
- /**
14
- * If headers should be included in the request
15
- *
16
- * @param {{ [name: string]: string }} headers
17
- * @return {*} {BringBuilder}
18
- * @memberof BringBuilder
19
- */
20
- withHeaders(headers: {
21
- [name: string]: string;
22
- }): BringBuilder;
23
- /**
24
- * If credential options should be included in the request, Default is "include" for this method
25
- *
26
- * @param {BringCredentials} [credentials]
27
- * @return {*} {BringBuilder}
28
- * @memberof BringBuilder
29
- */
30
- withCredentials(credentials?: BringCredentials): BringBuilder;
31
- /**
32
- * Sets up the client defaults to call a json api
33
- *
34
- * @return {*}
35
- * @memberof BringBuilder
36
- */
37
- withJsonApiSupport(): BringBuilder;
38
- withExecuteOnWorker(): this;
39
- /**
40
- * Sets up the client defaults to call a json api
41
- *
42
- * @return {*}
43
- * @memberof BringBuilder
44
- */
45
- getConfig(): BringConfig;
46
- /**
47
- * Creates the Bring instance with the configuration options
48
- *
49
- * @return {*} {Bring}
50
- * @memberof BringBuilder
51
- */
52
- build(): Bring;
53
- }
54
- export declare class Bring {
55
- _baseConfig: BringConfig | Future<BringConfig> | Promise<BringConfig>;
56
- /**
57
- * Create a new instance of Bring using the BringBuilder
58
- * @static
59
- * @param {(BringConfig | Future<BringConfig> | Promise<BringConfig>)} [config]
60
- * @return {*} {Bring}
61
- * @memberof Bring
62
- */
63
- static new(config?: BringConfig): BringBuilder;
64
- /**
65
- * Creates a new instance of Bring with default configurations for calling Omnia Service Apis
66
- *
67
- * @static
68
- * @return {*}
69
- * @memberof Bring
70
- */
71
- static default(config?: BringConfig): Bring;
72
- constructor(config?: BringConfig | Future<BringConfig> | Promise<BringConfig>);
73
- /**
74
- *Performs a GET request for provided url
75
- *
76
- * @template TReturnType
77
- * @param {string} url
78
- * @param {BringConfig} [config]
79
- * @return {*} {Future<BringResponse<TReturnType>>}
80
- * @memberof Bring
81
- */
82
- get<TReturnType>(url: string, config?: BringConfig): Future<BringResponse<TReturnType>>;
83
- /**
84
- * Performs a DELETE request for provided url
85
- *
86
- * @template TReturnType
87
- * @param {string} url
88
- * @param {BringConfig} [config]
89
- * @return {*} {Future<BringResponse<TReturnType>>}
90
- * @memberof Bring
91
- */
92
- delete<TReturnType>(url: string, config?: BringConfig): Future<BringResponse<TReturnType>>;
93
- /**
94
- * Performs a HEAD request for provided url
95
- *
96
- * @template TReturnType
97
- * @param {string} url
98
- * @param {BringConfig} [config]
99
- * @return {*} {Future<BringResponse<TReturnType>>}
100
- * @memberof Bring
101
- */
102
- head<TReturnType>(url: string, config?: BringConfig): Future<BringResponse<TReturnType>>;
103
- /**
104
- * Performs a HEAD request for provided url
105
- *
106
- * @template TReturnType
107
- * @param {string} url
108
- * @param {Object} body
109
- * @param {BringConfig} [config]
110
- * @return {*} {Future<BringResponse<TReturnType>>}
111
- * @memberof Bring
112
- */
113
- post<TReturnType>(url: string, body: Object, config?: BringConfig): Future<BringResponse<TReturnType>>;
114
- /**
115
- * Performs a POST request for provided url
116
- *
117
- * @template TReturnType
118
- * @param {string} url
119
- * @param {Object} body
120
- * @param {BringConfig} [config]
121
- * @return {*} {Future<BringResponse<TReturnType>>}
122
- * @memberof Bring
123
- */
124
- put<TReturnType>(url: string, body: Object, config?: BringConfig): Future<BringResponse<TReturnType>>;
125
- /**
126
- * Performs a POST request for provided url
127
- *
128
- * @template TReturnType
129
- * @param {string} url
130
- * @param {Object} body
131
- * @param {BringConfig} [config]
132
- * @return {*} {Future<BringResponse<TReturnType>>}
133
- * @memberof Bring
134
- */
135
- patch<TReturnType>(url: string, body: Object, config?: BringConfig): Future<BringResponse<TReturnType>>;
136
- private createRequest;
137
- buildRequestInit(method: BringMethods, url: string, config: BringConfig, reqConfig: BringConfig, body: any): {
138
- requestUrl: string;
139
- reqInit: RequestInit;
140
- };
141
- }
142
- export declare function useBring(omniaServiceId: Guid, executeOnWorker?: boolean): Bring;
143
- export declare function useBring(options: BringConfig): Bring;
@@ -1,24 +0,0 @@
1
- export type BringMethods = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
2
- export type BringCacheOptions = "no-cache" | "reload" | "force-cache" | "only-if-cached";
3
- export type BringCredentials = "include" | "omit" | "same-origin";
4
- export interface BringInterceptOptions {
5
- beforeRequest?: (request: BringConfig) => BringConfig;
6
- afterRequest?: <T>(response: BringResponse<T>, request: BringConfig) => BringResponse<T>;
7
- }
8
- export interface BringConfig {
9
- baseUrl?: string;
10
- headers?: {
11
- [key: string]: string;
12
- };
13
- cache?: BringCacheOptions;
14
- interceptors?: BringInterceptOptions;
15
- abortable?: boolean;
16
- credentials?: BringCredentials;
17
- executeOnWorker?: boolean;
18
- }
19
- export interface BringResponse<TData> {
20
- data?: TData;
21
- status: Number;
22
- statusText: String;
23
- ok: Boolean;
24
- }