@omnia/fx 8.0.558-dev → 8.0.560-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 (74) hide show
  1. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  2. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/componentblueprints/store/ComponentEditorStore.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/store/ThemeEditorStore.d.ts +3 -3
  4. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +6 -6
  5. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts +10 -2
  7. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +4 -219
  8. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasEditorStore.d.ts +6 -2
  9. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStoreV2.d.ts +5 -1
  10. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +3 -3
  12. package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +3 -1
  13. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -2
  14. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +5 -2
  15. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitPaneContainer.d.ts +5 -1
  16. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/rollup/views/CardView.d.ts +3 -1
  18. package/internal-do-not-import-from-here/ux/velcron/editor/hooks/canvasEditorHooks.d.ts +7 -0
  19. package/internal-do-not-import-from-here/ux/velcron/editor/hooks/index.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/velcron/editor/store/VelcronCanvasStoreV2.d.ts +96 -0
  21. package/internal-do-not-import-from-here/ux/velcron/editor/store/index.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/velcron/editor/store/tempDefinition.d.ts +1 -0
  23. package/internal-do-not-import-from-here/ux/velcron/editor/views/DefineVelcronCanvasConfig.d.ts +358 -0
  24. package/internal-do-not-import-from-here/ux/velcron/editor/views/DefineVelcronEditorView.d.ts +266 -0
  25. package/internal-do-not-import-from-here/ux/velcron/editor/views/DefineVelcronTemplatesConfig.d.ts +357 -0
  26. package/internal-do-not-import-from-here/ux/velcron/editor/views/index.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/velcron/editor_old/VelcronEditor.d.ts +27 -0
  28. package/internal-do-not-import-from-here/ux/velcron/editor_old/components/panels/edit-component/StylingPanel.d.ts +16 -0
  29. package/internal-do-not-import-from-here/ux/velcron/editor_old/components/panels/edit-editors/EditEditorsPanel.d.ts +16 -0
  30. package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/DefineDefaultView.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/versionedlayout/stores/VersionedLayoutEditorStoreV2.d.ts +1 -1
  32. package/internal-do-not-import-from-here/wctypings.d.ts +12 -3
  33. package/package.json +2 -2
  34. /package/internal-do-not-import-from-here/ux/velcron/editor/{components/AddDataObject.d.ts → drawers/settings/VelcronSettingsPanel.d.ts} +0 -0
  35. /package/internal-do-not-import-from-here/ux/velcron/editor/{components/CodeEditor.d.ts → drawers/source-code/VelcronSourceDefinitionPanel.d.ts} +0 -0
  36. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/VelcronEditor.css.d.ts +0 -0
  37. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/VelcronEditorAction.d.ts +0 -0
  38. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/VelcronEditorClickHandler.d.ts +0 -0
  39. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AddApp.d.ts +0 -0
  40. /package/internal-do-not-import-from-here/ux/velcron/{editor/components/panels/edit-component/ConditionalStatements.d.ts → editor_old/components/AddDataObject.d.ts} +0 -0
  41. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AddItem.css.d.ts +0 -0
  42. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AddItem.d.ts +0 -0
  43. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/AppExplorer.d.ts +0 -0
  44. /package/internal-do-not-import-from-here/ux/velcron/{editor/components/panels/edit-component/EventsPanel.d.ts → editor_old/components/CodeEditor.d.ts} +0 -0
  45. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/ComponentStyles.css.d.ts +0 -0
  46. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/ContextMenu.d.ts +0 -0
  47. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditComponentPane.d.ts +0 -0
  48. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditDataPane.d.ts +0 -0
  49. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditDefinitionPropertiesPane.d.ts +0 -0
  50. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditEditorsPane.d.ts +0 -0
  51. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditorCanvas.css.d.ts +0 -0
  52. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/EditorCanvas.d.ts +0 -0
  53. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/StateTree.d.ts +0 -0
  54. /package/internal-do-not-import-from-here/ux/velcron/{editor/components/panels/edit-component/StylingPanel.d.ts → editor_old/components/panels/edit-component/ConditionalStatements.d.ts} +0 -0
  55. /package/internal-do-not-import-from-here/ux/velcron/{editor/components/panels/edit-editors/EditEditorsPanel.d.ts → editor_old/components/panels/edit-component/EventsPanel.d.ts} +0 -0
  56. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/panels/edit-component/PropertiesPanel.d.ts +0 -0
  57. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/components/panels/edit-data/EditDataMemberPanel.d.ts +0 -0
  58. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/CodeEditor.d.ts +0 -0
  59. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/ComponentDescriptors.d.ts +0 -0
  60. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/ComponentPropertyDescriptorTemplates.d.ts +0 -0
  61. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/ComponentePropertiesGroupDescriptorTemplates.d.ts +0 -0
  62. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/Enums.d.ts +0 -0
  63. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/EventDescriptors.d.ts +0 -0
  64. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/Shared.d.ts +0 -0
  65. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/StateDescriptors.d.ts +0 -0
  66. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/VelcronDescriptors.d.ts +0 -0
  67. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/VelcronEditorDescriptors.d.ts +0 -0
  68. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/models/index.d.ts +0 -0
  69. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/stores/VelcronComponentStore.d.ts +0 -0
  70. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/stores/VelcronEditorStore.d.ts +0 -0
  71. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/stores/index.d.ts +0 -0
  72. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/templates/ComponentTemplates.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/templates/ContentTemplates.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/velcron/{editor → editor_old}/templates/EditorTemplates.d.ts +0 -0
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
15
+ };
16
+ export default _default;
@@ -261,7 +261,7 @@ export declare const defineDefaultEditorView: (param1: EditorChromeConfiguration
261
261
  };
262
262
  actions: import("../../../mobile").StoreReturnDefineAction<{
263
263
  canvas: () => {
264
- syncDisplaySettings: () => void;
264
+ syncDisplaySettings: () => Promise<void>;
265
265
  setDisplayBreakPoint: (value: import("@omnia/fx-models").DisplayBreakpointTypes) => void;
266
266
  zoomIn: (step?: number) => void;
267
267
  zoomOut: (step?: number) => void;
@@ -268,7 +268,7 @@ export declare const useVersionedLayoutEditorStore: () => {
268
268
  };
269
269
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
270
270
  canvas: () => {
271
- syncDisplaySettings: () => void;
271
+ syncDisplaySettings: () => Promise<void>;
272
272
  setDisplayBreakPoint: (value: import("@omnia/fx-models").DisplayBreakpointTypes) => void;
273
273
  zoomIn: (step?: number) => void;
274
274
  zoomOut: (step?: number) => void;
@@ -376,7 +376,8 @@ import wc762d4009466d494e94cbcc3e90dff11d from './ux/social/likehandler/LikeActi
376
376
  import wc0e7c178722cb41108b4740dbc788b4e5 from './ux/social/templates/CommentLikeTemplate';
377
377
  import wc0e7c178722cb41108b4740dbc788b4ee from './ux/social/templates/LikeListingTemplate';
378
378
  import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
379
- import wc3147213782724576b53d13e580af67ae from './ux/velcron/editor/VelcronEditorAction';
379
+ import wc9f17d863e2ba4737a638c941e6dd4b71 from './ux/velcron/editor_old/VelcronEditor';
380
+ import wc3147213782724576b53d13e580af67ae from './ux/velcron/editor_old/VelcronEditorAction';
380
381
  import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
381
382
  import wc64567c1ccfb84d1380725db72ad01eeb from './ux/velcron/renderer/components/ComponentCreator';
382
383
  import wcdcf9c3e24a774e4dae784a3eac29d488 from './ux/velcron/renderer/components/App';
@@ -3710,13 +3711,21 @@ declare global {
3710
3711
  } : typeof wc762d4009466d494e94cbcc3e90dff11d;
3711
3712
  };
3712
3713
  "velcron": {
3713
- "editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f extends {
3714
+ "editor": (typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f extends {
3714
3715
  propsDefinition: infer TProp;
3715
3716
  } ? {
3716
3717
  new (...args: any[]): {
3717
3718
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3718
3719
  };
3719
- } : typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f;
3720
+ } : typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f) & {
3721
+ "old": typeof wc9f17d863e2ba4737a638c941e6dd4b71 extends {
3722
+ propsDefinition: infer TProp;
3723
+ } ? {
3724
+ new (...args: any[]): {
3725
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3726
+ };
3727
+ } : typeof wc9f17d863e2ba4737a638c941e6dd4b71;
3728
+ };
3720
3729
  "renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e extends {
3721
3730
  propsDefinition: infer TProp;
3722
3731
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.558-dev",
4
+ "version": "8.0.560-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": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.558-dev",
23
+ "@omnia/fx-models": "8.0.560-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",