@omnia/fx 8.0.34-dev → 8.0.35-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/shared/models/hub/activities/Activity.d.ts +2 -1
  2. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +2 -0
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
  4. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
  5. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
  6. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
  7. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
  8. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
  9. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
  10. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/shared/models/hub/index.js +1 -0
  12. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +2 -2
  13. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -0
  14. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +4 -0
  15. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +9 -2
  16. package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +7 -0
  17. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +0 -18
  18. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +17 -16
  21. package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +51 -17
  22. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +23 -10
  23. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/oxide/lazy/Avatar.css.d.ts +4 -0
  26. package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/definitions/colorschemes/blades/ColorSchemaDefinitionBlade.d.ts → oxide/lazy/Lazy.d.ts} +42 -48
  27. package/internal-do-not-import-from-here/ux/theming-v2/SpacingDefinitionStore.d.ts +23 -0
  28. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +4 -31
  30. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +4 -31
  31. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +4 -48
  32. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +4 -31
  33. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +4 -31
  34. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +9 -1
  35. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{typography/blades/TypographysBlade.d.ts → colorschemas/blades/ColorSchemaDefinitionBlade.d.ts} +5 -52
  36. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +41 -0
  37. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{colorschemes/blades/ColorSchemasBlade.d.ts → spacing/SpacingJourney.d.ts} +5 -52
  38. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.css.d.ts +4 -0
  39. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.d.ts +91 -0
  40. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingSettingsBlade.d.ts +91 -0
  41. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -0
  42. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.d.ts +4 -70
  43. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographySettingsBlade.d.ts +5 -1743
  44. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.css.d.ts +8 -0
  45. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.d.ts +461 -0
  46. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +82 -0
  47. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/SpacingTypes.d.ts +3 -0
  49. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +4 -0
  50. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/SpacingTypes.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/SpacingTypes.d.ts +2 -0
  52. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/TypographyTypes.d.ts +4 -0
  53. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/use/Shared.d.ts +5 -0
  57. package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -0
  58. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +5 -0
  59. package/internal-do-not-import-from-here/ux/use/UseInterSectionObserver.d.ts +39 -0
  60. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +522 -3
  63. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +9 -9
  64. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +31 -31
  65. package/internal-do-not-import-from-here/wctypings.d.ts +15 -1
  66. package/package.json +2 -2
  67. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{colorschemes → colorschemas}/ColorSchemasJourney.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { Guid, VelcronAppDefinition, VelcronColorSchemaState, VelcronDefinition } from "@omnia/fx-models";
1
+ import { GuidValue, VelcronAppDefinition, VelcronColorSchemaState, VelcronDefinition } from "@omnia/fx-models";
2
2
  import { ContentDefinitionRegistration } from "../models";
3
3
  export declare enum MenuTabs {
4
4
  templates = 0,
@@ -40,8 +40,8 @@ export declare const useVelcronContentEditorStore: () => {
40
40
  setDragDropState(onGoingDragging: boolean): void;
41
41
  updateColorSchema(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
42
42
  toggleColorSchemaPreview(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
43
- toggleDefinitionPreview(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: Guid): void;
44
- changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: Guid, toggle?: boolean): void;
43
+ toggleDefinitionPreview(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue): void;
44
+ changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean): void;
45
45
  updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
46
46
  }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
47
  onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
@@ -55,8 +55,8 @@ export declare const useVelcronContentEditorStore: () => {
55
55
  setDragDropState(onGoingDragging: boolean): void;
56
56
  updateColorSchema(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
57
57
  toggleColorSchemaPreview(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
58
- toggleDefinitionPreview(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: Guid): void;
59
- changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: Guid, toggle?: boolean): void;
58
+ toggleDefinitionPreview(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue): void;
59
+ changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean): void;
60
60
  updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
61
61
  }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
62
  onFailure<T_2 extends (...args: any) => any>(action: (actions: {
@@ -70,8 +70,8 @@ export declare const useVelcronContentEditorStore: () => {
70
70
  setDragDropState(onGoingDragging: boolean): void;
71
71
  updateColorSchema(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
72
72
  toggleColorSchemaPreview(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
73
- toggleDefinitionPreview(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: Guid): void;
74
- changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: Guid, toggle?: boolean): void;
73
+ toggleDefinitionPreview(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue): void;
74
+ changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean): void;
75
75
  updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
76
76
  }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
77
77
  } & {
@@ -85,8 +85,8 @@ export declare const useVelcronContentEditorStore: () => {
85
85
  setDragDropState(onGoingDragging: boolean): void;
86
86
  updateColorSchema(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
87
87
  toggleColorSchemaPreview(definitionRegistration: ContentDefinitionRegistration, colorSchemaType: string): void;
88
- toggleDefinitionPreview(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: Guid): void;
89
- changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: Guid, toggle?: boolean): void;
88
+ toggleDefinitionPreview(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue): void;
89
+ changeDefinition(definitionRegistration: ContentDefinitionRegistration, newDefinitionId: GuidValue, toggle?: boolean): void;
90
90
  updateDefinition(definition: ContentDefinitionRegistration, velcronDefinition: VelcronAppDefinition): void;
91
91
  };
92
92
  };
@@ -1,4 +1,4 @@
1
- import { Guid, IIcon } from "@omnia/fx-models";
1
+ import { GuidValue, IIcon } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
3
  declare const _default: {
4
4
  new (...args: any[]): {
@@ -126,12 +126,12 @@ declare const _default: {
126
126
  } & {
127
127
  activator?: () => VNodeChild;
128
128
  };
129
- onSelected?: (id: Guid) => any;
129
+ onSelected?: (id: GuidValue) => any;
130
130
  readonly allowEdit?: boolean;
131
131
  readonly "allow-edit"?: boolean;
132
- readonly exclusions?: Guid[];
133
- "onDefinition:enter"?: (id: Guid) => any;
134
- "onDefinition:leave"?: (id: Guid) => any;
132
+ readonly exclusions?: GuidValue[];
133
+ "onDefinition:enter"?: (id: GuidValue) => any;
134
+ "onDefinition:leave"?: (id: GuidValue) => any;
135
135
  };
136
136
  $attrs: {
137
137
  [x: string]: unknown;
@@ -144,7 +144,7 @@ declare const _default: {
144
144
  }>;
145
145
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
146
146
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
147
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "selected", id: Guid) => void) & ((event: "definition:enter", id: Guid) => void) & ((event: "definition:leave", id: Guid) => void);
147
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "selected", id: GuidValue) => void) & ((event: "definition:enter", id: GuidValue) => void) & ((event: "definition:leave", id: GuidValue) => void);
148
148
  $el: any;
149
149
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
150
150
  "v-slots": import("vue").Prop<{
@@ -153,9 +153,9 @@ declare const _default: {
153
153
  activator?: () => VNodeChild;
154
154
  }>;
155
155
  exclusions: {
156
- type: import("vue").PropType<Guid[]>;
156
+ type: import("vue").PropType<GuidValue[]>;
157
157
  } & {
158
- type: import("vue").PropType<Guid[]>;
158
+ type: import("vue").PropType<GuidValue[]>;
159
159
  };
160
160
  "allow-edit": {
161
161
  type: import("vue").PropType<boolean>;
@@ -251,14 +251,14 @@ declare const _default: {
251
251
  blueprint?: any;
252
252
  }>> & {
253
253
  "onUpdate:modelValue"?: (value: boolean) => any;
254
- onSelected?: (id: Guid) => any;
255
- "onDefinition:enter"?: (id: Guid) => any;
256
- "onDefinition:leave"?: (id: Guid) => any;
254
+ onSelected?: (id: GuidValue) => any;
255
+ "onDefinition:enter"?: (id: GuidValue) => any;
256
+ "onDefinition:leave"?: (id: GuidValue) => any;
257
257
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
258
- selected: (id: Guid) => any;
258
+ selected: (id: GuidValue) => any;
259
259
  "update:modelValue": (value: boolean) => any;
260
- "definition:enter": (id: Guid) => any;
261
- "definition:leave": (id: Guid) => any;
260
+ "definition:enter": (id: GuidValue) => any;
261
+ "definition:leave": (id: GuidValue) => any;
262
262
  }, string, {
263
263
  container?: any;
264
264
  blueprint?: any;
@@ -292,9 +292,9 @@ declare const _default: {
292
292
  activator?: () => VNodeChild;
293
293
  }>;
294
294
  exclusions: {
295
- type: import("vue").PropType<Guid[]>;
295
+ type: import("vue").PropType<GuidValue[]>;
296
296
  } & {
297
- type: import("vue").PropType<Guid[]>;
297
+ type: import("vue").PropType<GuidValue[]>;
298
298
  };
299
299
  "allow-edit": {
300
300
  type: import("vue").PropType<boolean>;
@@ -390,9 +390,9 @@ declare const _default: {
390
390
  blueprint?: any;
391
391
  }>> & {
392
392
  "onUpdate:modelValue"?: (value: boolean) => any;
393
- onSelected?: (id: Guid) => any;
394
- "onDefinition:enter"?: (id: Guid) => any;
395
- "onDefinition:leave"?: (id: Guid) => any;
393
+ onSelected?: (id: GuidValue) => any;
394
+ "onDefinition:enter"?: (id: GuidValue) => any;
395
+ "onDefinition:leave"?: (id: GuidValue) => any;
396
396
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
397
397
  __isFragment?: never;
398
398
  __isTeleport?: never;
@@ -404,9 +404,9 @@ declare const _default: {
404
404
  activator?: () => VNodeChild;
405
405
  }>;
406
406
  exclusions: {
407
- type: import("vue").PropType<Guid[]>;
407
+ type: import("vue").PropType<GuidValue[]>;
408
408
  } & {
409
- type: import("vue").PropType<Guid[]>;
409
+ type: import("vue").PropType<GuidValue[]>;
410
410
  };
411
411
  "allow-edit": {
412
412
  type: import("vue").PropType<boolean>;
@@ -502,14 +502,14 @@ declare const _default: {
502
502
  blueprint?: any;
503
503
  }>> & {
504
504
  "onUpdate:modelValue"?: (value: boolean) => any;
505
- onSelected?: (id: Guid) => any;
506
- "onDefinition:enter"?: (id: Guid) => any;
507
- "onDefinition:leave"?: (id: Guid) => any;
505
+ onSelected?: (id: GuidValue) => any;
506
+ "onDefinition:enter"?: (id: GuidValue) => any;
507
+ "onDefinition:leave"?: (id: GuidValue) => any;
508
508
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
509
- selected: (id: Guid) => any;
509
+ selected: (id: GuidValue) => any;
510
510
  "update:modelValue": (value: boolean) => any;
511
- "definition:enter": (id: Guid) => any;
512
- "definition:leave": (id: Guid) => any;
511
+ "definition:enter": (id: GuidValue) => any;
512
+ "definition:leave": (id: GuidValue) => any;
513
513
  }, string, {
514
514
  container?: any;
515
515
  blueprint?: any;
@@ -598,12 +598,12 @@ declare const _default: {
598
598
  };
599
599
  allowEdit?: boolean;
600
600
  "allow-edit"?: boolean;
601
- exclusions?: Guid[];
601
+ exclusions?: GuidValue[];
602
602
  }>, "onUpdate:modelValue" | "onSelected" | "onDefinition:enter" | "onDefinition:leave"> & {
603
603
  "onUpdate:modelValue"?: (value: boolean) => any;
604
- onSelected?: (id: Guid) => any;
605
- "onDefinition:enter"?: (id: Guid) => any;
606
- "onDefinition:leave"?: (id: Guid) => any;
604
+ onSelected?: (id: GuidValue) => any;
605
+ "onDefinition:enter"?: (id: GuidValue) => any;
606
+ "onDefinition:leave"?: (id: GuidValue) => any;
607
607
  };
608
608
  };
609
609
  export default _default;
@@ -171,6 +171,7 @@ import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
171
171
  import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
172
172
  import wcfb478d201092422aa2106afa9758300f from './ux/oxide/infinite-scroll/InfiniteScroll';
173
173
  import wc428e436c13dc457898a408786361c9b1 from './ux/oxide/layout/Layout';
174
+ import wc2df6ab65eea84ed8bab297dff9c56224 from './ux/oxide/lazy/Lazy';
174
175
  import wc75cd93099dd146469e0ce6b5b1cac14d from './ux/oxide/link/Link';
175
176
  import wc154a229c9bd84d31aed848da93f29ea2 from './ux/oxide/list/List';
176
177
  import wc4a4631845ea24fbb8cabdbb9b06772da from './ux/oxide/list/ListItem';
@@ -323,7 +324,8 @@ import wc5538665e145f4fa8b28bc2103fc080b8 from './ux/theming-v2/admin/blades/def
323
324
  import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/theming-v2/admin/blades/themes/ThemesJourney';
324
325
  import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
325
326
  import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney';
326
- import wcd90e0352809742c482bdda733dc8872a from './ux/theming-v2/admin/blades/definitions/colorschemes/ColorSchemasJourney';
327
+ import wcd90e0352809742c482bdda733dc8872a from './ux/theming-v2/admin/blades/definitions/colorschemas/ColorSchemasJourney';
328
+ import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/theming-v2/admin/blades/definitions/spacing/SpacingJourney';
327
329
  import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/theming-v2/admin/blades/definitions/typography/TypographyJourney';
328
330
  import wc327aebb7d6ce4565bf119cf67e121d1a from './ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
329
331
  import wc511447a5fd2646af910064ed9970d82e from './ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
@@ -508,6 +510,7 @@ declare global {
508
510
  "o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition>;
509
511
  "o-infinite-scroll": typeof wcfb478d201092422aa2106afa9758300f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb478d201092422aa2106afa9758300f.propsDefinition>;
510
512
  "o-layout": typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc428e436c13dc457898a408786361c9b1.propsDefinition>;
513
+ "o-lazy": typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition>;
511
514
  "o-link": typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition>;
512
515
  "o-list": typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition>;
513
516
  "o-list-item": typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition>;
@@ -661,6 +664,7 @@ declare global {
661
664
  "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1476702e8f24468d9185322be5931c54.propsDefinition>;
662
665
  "omnia-workplace-blueprints-journey": typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition>;
663
666
  "omnia-workplace-color-schemas-journey": typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition>;
667
+ "omnia-workplace-spacing-journey": typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition>;
664
668
  "omnia-workplace-typography-journey": typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition>;
665
669
  "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition>;
666
670
  "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition>;
@@ -1531,6 +1535,11 @@ declare global {
1531
1535
  $props: typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc428e436c13dc457898a408786361c9b1.propsDefinition>;
1532
1536
  };
1533
1537
  };
1538
+ "OLazy": {
1539
+ new (...args: any[]): {
1540
+ $props: typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition>;
1541
+ };
1542
+ };
1534
1543
  "OLink": {
1535
1544
  new (...args: any[]): {
1536
1545
  $props: typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition>;
@@ -2296,6 +2305,11 @@ declare global {
2296
2305
  $props: typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition>;
2297
2306
  };
2298
2307
  };
2308
+ "OmniaWorkplaceSpacingJourney": {
2309
+ new (...args: any[]): {
2310
+ $props: typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition>;
2311
+ };
2312
+ };
2299
2313
  "OmniaWorkplaceTypographyJourney": {
2300
2314
  new (...args: any[]): {
2301
2315
  $props: typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.34-dev",
4
+ "version": "8.0.35-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.34-dev",
23
+ "@omnia/fx-models": "8.0.35-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",