@omnia/fx 8.0.288-dev → 8.0.289-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 (28) hide show
  1. package/internal-do-not-import-from-here/ux/aurora/admin/DesignAppJourney.d.ts +2 -0
  2. package/internal-do-not-import-from-here/ux/aurora/admin/DesignBPJourney.d.ts +2 -0
  3. package/internal-do-not-import-from-here/ux/aurora/admin/DesignJourney.d.ts +3 -15
  4. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/ThemesJourney.d.ts +3 -15
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/SelectionThemeBlade.d.ts +14 -0
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +9 -0
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -0
  9. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +15 -501
  10. package/internal-do-not-import-from-here/ux/flow/editor/commands/EditorCommands.d.ts +2 -5
  11. package/internal-do-not-import-from-here/ux/flow/editor/commands/helpers/EditorHelper.d.ts +1 -3
  12. package/internal-do-not-import-from-here/ux/flow/editor/commands/helpers/HtmlNodehelper.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/flow/editor/models/EditorModels.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +440 -1
  15. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +440 -1
  16. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +440 -1
  17. package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/VelcronPlugin.d.ts +1 -7
  18. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +8 -11
  19. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +50 -55
  20. package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +53 -0
  21. package/internal-do-not-import-from-here/ux/flow/editor/stores/index.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +13 -0
  23. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +9 -0
  25. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +6 -1
  26. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +6 -4
  27. package/internal-do-not-import-from-here/wctypings.d.ts +48 -20
  28. package/package.json +3 -3
@@ -198,6 +198,9 @@ import wcd50cefd6e1b646ae8b83e0fa9247bf0b from './ux/appprovisioning/summary/Inf
198
198
  import wc0956cc1cb8c94b659d31dfefc4ffc341 from './ux/aurora/actionhandler/ThemeSelectorAction';
199
199
  import wcd2cb064dcb2a4a76a3b8486cba5ebade from './ux/aurora/actionhandler/ThemeDesignerAction';
200
200
  import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/aurora/admin/DesignJourney';
201
+ import wcd789d3dea034427490fb0a9133262d2c from './ux/aurora/admin/DesignBPJourney';
202
+ import wca506689e1e2845b5b2535095ef278edf from './ux/aurora/admin/DesignAppJourney';
203
+ import wc9d1e3853fafd47bfa797ab00c1c3e4db from './ux/aurora/admin/blades/themes/blades/SelectionThemeBlade';
201
204
  import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/aurora/themeprovider/ThemeProvider';
202
205
  import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
203
206
  import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
@@ -551,17 +554,6 @@ declare global {
551
554
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
552
555
  };
553
556
  } : typeof wc253e469ef68e4cb5b526343736c2ff11;
554
- "tenant": {
555
- "design": {
556
- "journey": typeof wc97cad1f254694fb2ab76b333cf8fe84c extends {
557
- propsDefinition: infer TProp;
558
- } ? {
559
- new (...args: any[]): {
560
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
561
- };
562
- } : typeof wc97cad1f254694fb2ab76b333cf8fe84c;
563
- };
564
- };
565
557
  };
566
558
  "admin$": typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends {
567
559
  propsDefinition: infer TProp;
@@ -718,15 +710,6 @@ declare global {
718
710
  };
719
711
  } : typeof wc682077b575c74b2086cbf438346e0ed3;
720
712
  };
721
- "themes": {
722
- "journey": typeof wcbed95d1ec67f4a15986fc72adebdb78f extends {
723
- propsDefinition: infer TProp;
724
- } ? {
725
- new (...args: any[]): {
726
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
727
- };
728
- } : typeof wcbed95d1ec67f4a15986fc72adebdb78f;
729
- };
730
713
  "components": {
731
714
  "journey": typeof wc56efc575579e4da3bb45d3a45d8c0888 extends {
732
715
  propsDefinition: infer TProp;
@@ -4349,6 +4332,42 @@ declare global {
4349
4332
  };
4350
4333
  };
4351
4334
  };
4335
+ "design": {
4336
+ "journey": {
4337
+ "bp": typeof wcd789d3dea034427490fb0a9133262d2c extends {
4338
+ propsDefinition: infer TProp;
4339
+ } ? {
4340
+ new (...args: any[]): {
4341
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4342
+ };
4343
+ } : typeof wcd789d3dea034427490fb0a9133262d2c;
4344
+ "app": typeof wca506689e1e2845b5b2535095ef278edf extends {
4345
+ propsDefinition: infer TProp;
4346
+ } ? {
4347
+ new (...args: any[]): {
4348
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4349
+ };
4350
+ } : typeof wca506689e1e2845b5b2535095ef278edf;
4351
+ };
4352
+ "journey$": typeof wc97cad1f254694fb2ab76b333cf8fe84c extends {
4353
+ propsDefinition: infer TProp;
4354
+ } ? {
4355
+ new (...args: any[]): {
4356
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4357
+ };
4358
+ } : typeof wc97cad1f254694fb2ab76b333cf8fe84c;
4359
+ "selection": {
4360
+ "theme": {
4361
+ "journey": typeof wc9d1e3853fafd47bfa797ab00c1c3e4db extends {
4362
+ propsDefinition: infer TProp;
4363
+ } ? {
4364
+ new (...args: any[]): {
4365
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4366
+ };
4367
+ } : typeof wc9d1e3853fafd47bfa797ab00c1c3e4db;
4368
+ };
4369
+ };
4370
+ };
4352
4371
  "business": {
4353
4372
  "profile": {
4354
4373
  "permission": {
@@ -4525,6 +4544,15 @@ declare global {
4525
4544
  };
4526
4545
  } : typeof wc9fbf91affc974ca698437e8ada43bb0c;
4527
4546
  };
4547
+ "themes": {
4548
+ "journey": typeof wcbed95d1ec67f4a15986fc72adebdb78f extends {
4549
+ propsDefinition: infer TProp;
4550
+ } ? {
4551
+ new (...args: any[]): {
4552
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4553
+ };
4554
+ } : typeof wcbed95d1ec67f4a15986fc72adebdb78f;
4555
+ };
4528
4556
  };
4529
4557
  let o: {
4530
4558
  "alert": typeof wc8a200f29d7484601b901dd76ca8ec771 extends {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.288-dev",
4
+ "version": "8.0.289-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,12 +20,12 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.288-dev",
23
+ "@omnia/fx-models": "8.0.289-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
- "vue": "3.5.4",
28
+ "vue": "3.5.5",
29
29
  "vuetify": "3.7.0",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.6.2",