@omnia/fx 8.0.87-dev → 8.0.88-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 (34) hide show
  1. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +8 -4
  2. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  3. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +12 -7
  4. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +18 -18
  5. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +18 -18
  6. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +1 -15
  7. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorSettingsStore.d.ts +16 -1
  8. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +0 -9
  9. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.css.d.ts +4 -0
  10. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +93 -0
  11. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/SizeContainerStore.d.ts +40 -0
  13. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +44 -4
  15. package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +52 -651
  17. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +5 -0
  18. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +10 -2
  19. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +15 -2
  20. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +16 -9
  21. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +15 -2
  22. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +16 -9
  23. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +15 -2
  24. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +16 -9
  25. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +5 -0
  26. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +5 -0
  27. package/internal-do-not-import-from-here/ux/use/UseContainerQuery.d.ts +9 -0
  28. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +15 -78
  30. package/internal-do-not-import-from-here/wctypings.d.ts +362 -102
  31. package/package.json +2 -2
  32. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IDisplaySettingsToolbar.d.ts +0 -24
  33. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +0 -6
  34. /package/internal-do-not-import-from-here/ux/{editorchrome/action_toolbar/IActionToolbar.d.ts → layoutcanvas/shared/layoutitemsrenderer/_old/LayoutTabRenderer.d.ts} +0 -0
@@ -0,0 +1,93 @@
1
+ import { useSizeContainerStore } from "./store";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ "get-api": {
5
+ type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
6
+ };
7
+ getApi: {
8
+ type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
9
+ };
10
+ colorSchemaType?: any;
11
+ container?: any;
12
+ colors?: any;
13
+ class: {
14
+ type: import("vue").PropType<String | String[]>;
15
+ required: boolean;
16
+ };
17
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
18
+ "get-api": {
19
+ type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
20
+ };
21
+ getApi: {
22
+ type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
23
+ };
24
+ colorSchemaType?: any;
25
+ container?: any;
26
+ colors?: any;
27
+ class: {
28
+ type: import("vue").PropType<String | String[]>;
29
+ required: boolean;
30
+ };
31
+ }>>, {
32
+ container?: any;
33
+ colorSchemaType?: any;
34
+ colors?: any;
35
+ }, true, {}, {}, {
36
+ P: {};
37
+ B: {};
38
+ D: {};
39
+ C: {};
40
+ M: {};
41
+ Defaults: {};
42
+ }, Readonly<import("vue").ExtractPropTypes<{
43
+ "get-api": {
44
+ type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
45
+ };
46
+ getApi: {
47
+ type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
48
+ };
49
+ colorSchemaType?: any;
50
+ container?: any;
51
+ colors?: any;
52
+ class: {
53
+ type: import("vue").PropType<String | String[]>;
54
+ required: boolean;
55
+ };
56
+ }>>, () => JSX.Element, {}, {}, {}, {
57
+ container?: any;
58
+ colorSchemaType?: any;
59
+ colors?: any;
60
+ }>;
61
+ __isFragment?: never;
62
+ __isTeleport?: never;
63
+ __isSuspense?: never;
64
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
65
+ "get-api": {
66
+ type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
67
+ };
68
+ getApi: {
69
+ type: import("vue").PropType<(store: ReturnType<typeof useSizeContainerStore>) => void>;
70
+ };
71
+ colorSchemaType?: any;
72
+ container?: any;
73
+ colors?: any;
74
+ class: {
75
+ type: import("vue").PropType<String | String[]>;
76
+ required: boolean;
77
+ };
78
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
79
+ container?: any;
80
+ colorSchemaType?: any;
81
+ colors?: any;
82
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
83
+ propsDefinition: Omit<Readonly<{
84
+ container?: any;
85
+ colorSchemaType?: any;
86
+ colors?: any;
87
+ } & {
88
+ class?: String | String[];
89
+ getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
90
+ "get-api"?: (store: ReturnType<typeof useSizeContainerStore>) => void;
91
+ }>, never>;
92
+ };
93
+ export default _default;
@@ -0,0 +1,40 @@
1
+ export declare const useSizeContainerStore: () => {
2
+ state: {
3
+ width: string;
4
+ zoomLevel: number;
5
+ };
6
+ events: {
7
+ onMutatedWidth: import("internal/fx/core").MessageBusExposeOnlySubscription<string>;
8
+ onMutatedZoomLevel: import("internal/fx/core").MessageBusExposeOnlySubscription<number>;
9
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
10
+ actions: {
11
+ onDispatching: {
12
+ setWidth: {
13
+ subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
14
+ };
15
+ setZoomLevel: {
16
+ subscribe(fn: (zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ };
18
+ };
19
+ onDispatched: {
20
+ setWidth: {
21
+ subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
+ };
23
+ setZoomLevel: {
24
+ subscribe(fn: (result: void, zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ };
26
+ };
27
+ onFailure: {
28
+ setWidth: {
29
+ subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ };
31
+ setZoomLevel: {
32
+ subscribe(fn: (failureReason: any, zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
33
+ };
34
+ };
35
+ } & {
36
+ setWidth: (width: string) => void;
37
+ setZoomLevel: (zoomLevel: number) => void;
38
+ };
39
+ get: {};
40
+ };
@@ -0,0 +1 @@
1
+ export * from "./SizeContainerStore";
@@ -3,7 +3,6 @@ import { EditorLayoutItemFactory } from "../factories";
3
3
  import { LayoutEditorThemingManager } from "../shared";
4
4
  import { BlockSettingsProvider, LayoutDefinitionBuilder } from "../shared";
5
5
  import { MessageBusExposeOnlySubscription } from "../../..";
6
- import { ThemeStore } from "../../theming";
7
6
  import { Store, StoreState } from "../../../stores";
8
7
  import { ServiceContainerContext } from "../../../core";
9
8
  import { useScrollContainerStore } from "../../oxide";
@@ -15,7 +14,6 @@ type BlockInstancesByManifestResult<TSettings = void> = {
15
14
  result: IBlockInstanceExtends<TSettings>[];
16
15
  };
17
16
  export declare class LayoutCanvasStore extends Store implements ILayoutCanvasStore {
18
- themeStore: ThemeStore;
19
17
  private subscriptionHandler;
20
18
  private serviceContainerContext;
21
19
  readonly ColorSchemaBlock = ColorSchemaTypes.secondary;
@@ -108,8 +106,45 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
108
106
  };
109
107
  get: {};
110
108
  }>;
111
- canvasZoom: StoreState<{
112
- level: number;
109
+ sizeContainer: StoreState<{
110
+ state: {
111
+ width: string;
112
+ zoomLevel: number;
113
+ };
114
+ events: {
115
+ onMutatedWidth: MessageBusExposeOnlySubscription<string>;
116
+ onMutatedZoomLevel: MessageBusExposeOnlySubscription<number>;
117
+ } & Record<string, IMessageBusTopicPublishSubscriber<any>>;
118
+ actions: {
119
+ onDispatching: {
120
+ setWidth: {
121
+ subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
+ };
123
+ setZoomLevel: {
124
+ subscribe(fn: (zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
125
+ };
126
+ };
127
+ onDispatched: {
128
+ setWidth: {
129
+ subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
130
+ };
131
+ setZoomLevel: {
132
+ subscribe(fn: (result: void, zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
133
+ };
134
+ };
135
+ onFailure: {
136
+ setWidth: {
137
+ subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
138
+ };
139
+ setZoomLevel: {
140
+ subscribe(fn: (failureReason: any, zoomLevel: number) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
141
+ };
142
+ };
143
+ } & {
144
+ setWidth: (width: string) => void;
145
+ setZoomLevel: (zoomLevel: number) => void;
146
+ };
147
+ get: {};
113
148
  }>;
114
149
  layout: StoreState<LoadedLayout>;
115
150
  previewUrl: StoreState<string>;
@@ -117,6 +152,7 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
117
152
  elementId: StoreState<string>;
118
153
  canvasMode: StoreState<LayoutCanvasModes>;
119
154
  editorMode: StoreState<LayoutEditorModes>;
155
+ isPreviewMode: StoreState<boolean>;
120
156
  selectedLayoutItem: StoreState<LayoutItem>;
121
157
  selectedClipBoardItem: StoreState<ClipboardLayoutItem>;
122
158
  selectedDisplayBreakPoint: StoreState<DisplayBreakPoint>;
@@ -155,7 +191,9 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
155
191
  * Implementation of getters
156
192
  */
157
193
  getters: {
194
+ editorMode: () => LayoutEditorModes;
158
195
  zoomLevel: () => number;
196
+ isPreviewMode: () => boolean;
159
197
  getSelectedLayoutItem: () => LayoutItem;
160
198
  extractSelectedLayoutItemForClipBoard: () => ClipboardLayoutItem;
161
199
  isEnableAnchorLink: () => boolean;
@@ -176,6 +214,8 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
176
214
  * Implementation of mutations
177
215
  */
178
216
  mutations: {
217
+ togglePreviewMode: () => void;
218
+ setWidth: (width: string) => void;
179
219
  zoom: (number: number) => void;
180
220
  zoomOut: () => void;
181
221
  zoomIn: () => void;
@@ -2,6 +2,8 @@ import { ColorDefinition, NestedCSSPropertiesExtends } from "@omnia/fx-models";
2
2
  export declare const ActionToolbarStyles: {
3
3
  loadingIndicatorWrapper?: NestedCSSPropertiesExtends;
4
4
  loadingIndicatorPositioning?: NestedCSSPropertiesExtends;
5
+ canvasSizeToolbarWrapper: NestedCSSPropertiesExtends;
6
+ canvasDisplayButtons: (dark: boolean, selected: boolean) => NestedCSSPropertiesExtends;
5
7
  positioning: (color: ColorDefinition) => NestedCSSPropertiesExtends;
6
8
  wrapper: NestedCSSPropertiesExtends;
7
9
  actionButtons: NestedCSSPropertiesExtends;
@@ -9,8 +11,6 @@ export declare const ActionToolbarStyles: {
9
11
  viewButton: NestedCSSPropertiesExtends;
10
12
  activeViewButton: NestedCSSPropertiesExtends;
11
13
  extendedButtonText: NestedCSSPropertiesExtends;
12
- displayToolbarWrapper: NestedCSSPropertiesExtends;
13
- displayToolbarPositioning: (color: ColorDefinition) => NestedCSSPropertiesExtends;
14
14
  displayToolbarButtonGroupWapper: NestedCSSPropertiesExtends;
15
15
  mobileButton: NestedCSSPropertiesExtends;
16
16
  displayToolbarButtonGroupWapperMedia: NestedCSSPropertiesExtends;