@omnia/fx 8.0.62-dev → 8.0.63-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 (68) hide show
  1. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +19 -7
  2. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +25 -13
  3. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +63 -27
  4. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +15 -9
  5. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +24 -12
  6. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +15 -9
  7. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +51 -21
  10. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +69 -27
  11. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +33 -15
  12. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +24 -12
  14. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +264 -60
  15. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +17 -21
  26. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +54 -52
  27. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +38 -48
  28. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
  29. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +180 -126
  30. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
  32. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +51 -21
  33. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +6 -6
  34. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +6 -6
  35. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +33 -15
  38. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +42 -18
  39. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -18
  40. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +60 -30
  41. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +15 -9
  42. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +144 -15
  43. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +15 -9
  44. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +168 -27
  45. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +15 -9
  46. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +135 -81
  47. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +24 -12
  48. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +15 -9
  49. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +15 -9
  50. package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +24 -12
  51. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +468 -342
  52. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +24 -12
  53. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +33 -15
  54. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2475 -1761
  55. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +156 -114
  56. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +180 -126
  57. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +78 -30
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +862 -316
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +123 -45
  60. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +204 -72
  61. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
  64. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
  68. package/package.json +2 -2
@@ -69,10 +69,10 @@ declare const _default: {
69
69
  };
70
70
  }>;
71
71
  };
72
+ readonly settings?: VelcronTypographyEditorSettings;
72
73
  "onUpdate:modelValue"?: ((value: TypographyEditorModel) => any) & ((value: TypographyEditorModel) => any);
73
74
  readonly "v-model"?: TypographyEditorModel;
74
75
  readonly modelValue?: TypographyEditorModel;
75
- readonly settings?: VelcronTypographyEditorSettings;
76
76
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
77
77
  settings: {
78
78
  type: import("vue").PropType<VelcronTypographyEditorSettings>;
@@ -474,10 +474,10 @@ declare const _default: {
474
474
  };
475
475
  }>;
476
476
  };
477
+ settings?: VelcronTypographyEditorSettings;
477
478
  "onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
478
479
  "v-model"?: TypographyEditorModel;
479
480
  modelValue?: TypographyEditorModel;
480
- settings?: VelcronTypographyEditorSettings;
481
481
  }>, "onUpdate:modelValue"> & {
482
482
  "onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
483
483
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.62-dev",
4
+ "version": "8.0.63-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.62-dev",
23
+ "@omnia/fx-models": "8.0.63-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",