@omnia/fx 8.0.101-dev → 8.0.102-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 (33) hide show
  1. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +1 -1
  2. package/internal-do-not-import-from-here/shared/models/theming/{BlueprintDefinition.d.ts → ComponentDefinitions.d.ts} +32 -1
  3. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +1 -1
  4. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +1 -1
  5. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -1
  6. package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -1
  7. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +9 -9
  8. package/internal-do-not-import-from-here/ux/iframe/IResizingIFrame.d.ts +0 -12
  9. package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +231 -22
  10. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
  11. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +9 -9
  12. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +9 -9
  13. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +4 -4
  14. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -27
  15. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +9 -9
  16. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +31 -10
  17. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +9 -9
  18. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
  19. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +9 -9
  20. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +9 -9
  21. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +9 -9
  22. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/ButtonsBlade.d.ts +16 -0
  24. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/SpacingBlade.d.ts +0 -16
  25. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -16
  26. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/{BlueprintEditorStore.d.ts → ComponentEditorStore.d.ts} +4 -3
  27. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3 -3
  28. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +6 -6
  29. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +15 -15
  30. package/internal-do-not-import-from-here/wctypings.d.ts +11 -0
  31. package/package.json +2 -2
  32. /package/internal-do-not-import-from-here/shared/models/theming/{BlueprintDefinition.js → ComponentDefinitions.js} +0 -0
  33. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/{ComponentsBlade.d.ts → ButtonBladeEdit.d.ts} +0 -0
@@ -512,12 +512,12 @@ export declare function useThemeStyling(): {
512
512
  blueprints: {
513
513
  button: (bluePrint?: {
514
514
  state: {
515
- blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
515
+ blueprints: any;
516
516
  blueprintType: "default";
517
517
  id: import("@omnia/fx-models").GuidValue;
518
518
  };
519
519
  events: {
520
- onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
520
+ onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<any>;
521
521
  onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default">;
522
522
  onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
523
523
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -982,18 +982,18 @@ export declare function useThemeStyling(): {
982
982
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
983
983
  };
984
984
  };
985
- readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
985
+ readonly blueprints: any;
986
986
  };
987
987
  deactivated(): void;
988
988
  }) => string;
989
989
  icon: (bluePrint?: {
990
990
  state: {
991
- blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
991
+ blueprints: any;
992
992
  blueprintType: "default";
993
993
  id: import("@omnia/fx-models").GuidValue;
994
994
  };
995
995
  events: {
996
- onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
996
+ onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<any>;
997
997
  onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default">;
998
998
  onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
999
999
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -1458,7 +1458,7 @@ export declare function useThemeStyling(): {
1458
1458
  currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
1459
1459
  };
1460
1460
  };
1461
- readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
1461
+ readonly blueprints: any;
1462
1462
  };
1463
1463
  deactivated(): void;
1464
1464
  }) => string;
@@ -1997,12 +1997,12 @@ declare const _default: {
1997
1997
  deactivated(): void;
1998
1998
  }, componentStore: {
1999
1999
  state: {
2000
- blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
2000
+ blueprints: any;
2001
2001
  blueprintType: "default";
2002
2002
  id: import("@omnia/fx-models").GuidValue;
2003
2003
  };
2004
2004
  events: {
2005
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
2005
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
2006
2006
  onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default">;
2007
2007
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
2008
2008
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -2467,7 +2467,7 @@ declare const _default: {
2467
2467
  currentTheme: () => ThemeDefinitionV2;
2468
2468
  };
2469
2469
  };
2470
- readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
2470
+ readonly blueprints: any;
2471
2471
  };
2472
2472
  deactivated(): void;
2473
2473
  }) => any;
@@ -4469,12 +4469,12 @@ declare const _default: {
4469
4469
  deactivated(): void;
4470
4470
  }, componentStore: {
4471
4471
  state: {
4472
- blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
4472
+ blueprints: any;
4473
4473
  blueprintType: "default";
4474
4474
  id: import("@omnia/fx-models").GuidValue;
4475
4475
  };
4476
4476
  events: {
4477
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
4477
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
4478
4478
  onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default">;
4479
4479
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
4480
4480
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -4939,7 +4939,7 @@ declare const _default: {
4939
4939
  currentTheme: () => ThemeDefinitionV2;
4940
4940
  };
4941
4941
  };
4942
- readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
4942
+ readonly blueprints: any;
4943
4943
  };
4944
4944
  deactivated(): void;
4945
4945
  }) => any;
@@ -6944,12 +6944,12 @@ declare const _default: {
6944
6944
  deactivated(): void;
6945
6945
  }, componentStore: {
6946
6946
  state: {
6947
- blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
6947
+ blueprints: any;
6948
6948
  blueprintType: "default";
6949
6949
  id: import("@omnia/fx-models").GuidValue;
6950
6950
  };
6951
6951
  events: {
6952
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
6952
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
6953
6953
  onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default">;
6954
6954
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
6955
6955
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -7414,7 +7414,7 @@ declare const _default: {
7414
7414
  currentTheme: () => ThemeDefinitionV2;
7415
7415
  };
7416
7416
  };
7417
- readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
7417
+ readonly blueprints: any;
7418
7418
  };
7419
7419
  deactivated(): void;
7420
7420
  }) => any;
@@ -9418,12 +9418,12 @@ declare const _default: {
9418
9418
  deactivated(): void;
9419
9419
  }, componentStore: {
9420
9420
  state: {
9421
- blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
9421
+ blueprints: any;
9422
9422
  blueprintType: "default";
9423
9423
  id: import("@omnia/fx-models").GuidValue;
9424
9424
  };
9425
9425
  events: {
9426
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
9426
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
9427
9427
  onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default">;
9428
9428
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
9429
9429
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -9888,7 +9888,7 @@ declare const _default: {
9888
9888
  currentTheme: () => ThemeDefinitionV2;
9889
9889
  };
9890
9890
  };
9891
- readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
9891
+ readonly blueprints: any;
9892
9892
  };
9893
9893
  deactivated(): void;
9894
9894
  }) => any;
@@ -11883,12 +11883,12 @@ declare const _default: {
11883
11883
  deactivated(): void;
11884
11884
  }, componentStore: {
11885
11885
  state: {
11886
- blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
11886
+ blueprints: any;
11887
11887
  blueprintType: "default";
11888
11888
  id: import("@omnia/fx-models").GuidValue;
11889
11889
  };
11890
11890
  events: {
11891
- onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
11891
+ onMutatedBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
11892
11892
  onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default">;
11893
11893
  onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
11894
11894
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -12353,7 +12353,7 @@ declare const _default: {
12353
12353
  currentTheme: () => ThemeDefinitionV2;
12354
12354
  };
12355
12355
  };
12356
- readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
12356
+ readonly blueprints: any;
12357
12357
  };
12358
12358
  deactivated(): void;
12359
12359
  }) => any;
@@ -52,6 +52,7 @@ import wc9cbe10e4fe1a48929727942cea5f7338 from './ux/identitypicker/IdentityPick
52
52
  import wcec81357974804c539bff6c58a8785c22 from './ux/identitypicker/IdentityPicker';
53
53
  import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPickerDialog';
54
54
  import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
55
+ import wc1ef47f51d94f4bcaa66a2d691ef5969c from './ux/iframe/ResizingIFrame';
55
56
  import wcdfefc1520763443190e92700bad98412 from './ux/imagegrid/ImageGrid';
56
57
  import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
57
58
  import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/JourneyV2';
@@ -548,6 +549,9 @@ declare global {
548
549
  "omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92 extends {
549
550
  propsDefinition: infer TProp;
550
551
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc70593d481fa54e68be9f4fe41f0f5c92 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc70593d481fa54e68be9f4fe41f0f5c92>, "propsDefinition">> : never;
552
+ "omfx-iframe": typeof wc1ef47f51d94f4bcaa66a2d691ef5969c extends {
553
+ propsDefinition: infer TProp;
554
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1ef47f51d94f4bcaa66a2d691ef5969c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1ef47f51d94f4bcaa66a2d691ef5969c>, "propsDefinition">> : never;
551
555
  "omfx-media-imagegrid": typeof wcdfefc1520763443190e92700bad98412 extends {
552
556
  propsDefinition: infer TProp;
553
557
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdfefc1520763443190e92700bad98412 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdfefc1520763443190e92700bad98412>, "propsDefinition">> : never;
@@ -2265,6 +2269,13 @@ declare global {
2265
2269
  };
2266
2270
  };
2267
2271
  };
2272
+ "iframe": typeof wc1ef47f51d94f4bcaa66a2d691ef5969c extends {
2273
+ propsDefinition: infer TProp;
2274
+ } ? {
2275
+ new (...args: any[]): {
2276
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2277
+ };
2278
+ } : typeof wc1ef47f51d94f4bcaa66a2d691ef5969c;
2268
2279
  "media": {
2269
2280
  "imagegrid": {
2270
2281
  "v2": typeof wccbf09a1933f049f7ab9785a3b5b5323a extends {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.101-dev",
4
+ "version": "8.0.102-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.101-dev",
23
+ "@omnia/fx-models": "8.0.102-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",