@omnia/fx 8.0.290-dev → 8.0.292-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 (17) hide show
  1. package/internal-do-not-import-from-here/apis/ApiHelper.d.ts +2 -2
  2. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +5 -2
  3. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlock.d.ts +16 -0
  4. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +20 -0
  5. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +2 -1
  7. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +10 -0
  8. package/internal-do-not-import-from-here/ux/linkpicker/LinkRenderer.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/linkpicker/apis/InternalLinkHandlerRegistrationApi.d.ts +2 -1
  10. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +12 -1
  11. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +3 -12
  12. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +10 -0
  14. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +16 -0
  16. package/internal-do-not-import-from-here/wctypings.d.ts +32 -16
  17. package/package.json +3 -3
@@ -1,9 +1,9 @@
1
- import { Future, IExtendApiManifest, IExtendApiManifestWithConfiguration, LoadableBundleManifest } from "@omnia/fx-models";
1
+ import { IExtendApiManifest, IExtendApiManifestWithConfiguration, LoadableBundleManifest } from "@omnia/fx-models";
2
2
  import { ExtendApiConfigurationManifest } from "../core/Extend";
3
3
  export declare class ApiHelper {
4
4
  private static _resolvableApiConfigs;
5
5
  static getExtendApiConfiguration<T>(api: ((extend: IExtendApiManifest) => IExtendApiManifestWithConfiguration<T>)): Promise<ExtendApiConfigurationManifest<T>[]>;
6
- static loadExtendApiManifest<T>(api: ((extend: IExtendApiManifest) => IExtendApiManifestWithConfiguration<T>), callback: (configs: ExtendApiConfigurationManifest<T>[]) => LoadableBundleManifest[]): Future<void>;
6
+ static loadExtendApiManifest<T>(api: ((extend: IExtendApiManifest) => IExtendApiManifestWithConfiguration<T>), callback: (configs: ExtendApiConfigurationManifest<T>[]) => LoadableBundleManifest[]): Promise<void>;
7
7
  /**
8
8
  * Check condition if manifest loadable with load rules
9
9
  * @param loadableBundleManifest
@@ -1,6 +1,6 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
2
  import { FlowEditorPluginSettings } from "@omnia/fx-models";
3
- import { useFlowEditorStore } from "./stores";
3
+ import { useFlowEditorStore, useFlowEditorToolbarStore } from "./stores";
4
4
  import { FlowContent } from "@omnia/fx/ux";
5
5
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
6
6
  "emit:update:modelValue": (value: FlowContent) => void;
@@ -13,7 +13,10 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
13
13
  } & {
14
14
  toolbar?: boolean;
15
15
  } & {
16
- getApi?: (store: ReturnType<typeof useFlowEditorStore>) => void;
16
+ getApi?: (api: {
17
+ editorStore: ReturnType<typeof useFlowEditorStore>;
18
+ toolbarStore: ReturnType<typeof useFlowEditorToolbarStore>;
19
+ }) => void;
17
20
  } & {
18
21
  plugins?: FlowEditorPluginSettings[];
19
22
  } & DefineEmit<"update:modelValue", (value: FlowContent) => true>>) => any;
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, 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<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => 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;
@@ -0,0 +1,20 @@
1
+ import { VersionedLayoutId } from "@omnia/fx-models";
2
+ export interface LayoutBlockSettings {
3
+ versionLayoutId: VersionedLayoutId;
4
+ }
5
+ declare const _default: {
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
7
+ P: {};
8
+ B: {};
9
+ D: {};
10
+ C: {};
11
+ M: {};
12
+ Defaults: {};
13
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
14
+ __isFragment?: never;
15
+ __isTeleport?: never;
16
+ __isSuspense?: never;
17
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => 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 & {
18
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
19
+ };
20
+ export default _default;
@@ -1,7 +1,7 @@
1
1
  import { LayoutItemSettings, DisplayBreakPoint, DisplayBreakPointSetting } from "../../../models";
2
2
  export declare class BreakPointManager {
3
3
  private static breakPointArray;
4
- private static omniaUxLoc;
4
+ private static localizationStore;
5
5
  static createSettingsForDeviceBreakPoint(settings: LayoutItemSettings, breakPoint: DisplayBreakPoint): LayoutItemSettings;
6
6
  static createSettingsFromBreakPointSettings(settings: LayoutItemSettings, breakPointSettings: Array<DisplayBreakPointSetting>): LayoutItemSettings;
7
7
  static breakPoints(): Array<DisplayBreakPoint>;
@@ -1,5 +1,6 @@
1
- import { BackgroundSettings, SectionSettings } from "@omnia/fx-models";
1
+ import { BackgroundSettings, DisplayBreakPointSetting, SectionSettings } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore } from "@omnia/fx/ux";
3
+ export declare function displayBreakpoints(breakPoints: Array<DisplayBreakPointSetting>): string;
3
4
  export declare const LayoutSectionBackgroundStyling: {
4
5
  styling: (settings: BackgroundSettings, backgroundUrl: string, colorSchema: ReturnType<typeof useColorSchemaStore>) => string;
5
6
  };
@@ -51,6 +51,9 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
51
51
  scroll: {
52
52
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
53
53
  };
54
+ calculateDynamicHeight: {
55
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
56
+ };
54
57
  setHeight: {
55
58
  subscribe(fn: (height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
56
59
  };
@@ -89,6 +92,9 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
89
92
  scroll: {
90
93
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
91
94
  };
95
+ calculateDynamicHeight: {
96
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
97
+ };
92
98
  setHeight: {
93
99
  subscribe(fn: (result: void, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
94
100
  };
@@ -127,6 +133,9 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
127
133
  scroll: {
128
134
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
129
135
  };
136
+ calculateDynamicHeight: {
137
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
138
+ };
130
139
  setHeight: {
131
140
  subscribe(fn: (failureReason: any, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
132
141
  };
@@ -163,6 +172,7 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
163
172
  };
164
173
  } & {
165
174
  scroll: () => void;
175
+ calculateDynamicHeight: () => void;
166
176
  setHeight: (height: string) => void;
167
177
  setWidth: (width: string) => void;
168
178
  setScrolling: (scrolling: import("@omnia/fx-models").OScrollTypesCombination) => void;
@@ -1,6 +1,6 @@
1
- import { DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
1
+ import { DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
2
  import { LinkItem } from "@omnia/fx-models";
3
3
  export type targetOpts = "_self" | "_target";
4
- export type InternalLinkRender = DefineSlot<"renderer", (link: LinkItem) => void> & DefineProp<"target", targetOpts, false, "_self"> & DefineProp<"datavalue", string, false> & DefineVModel<"", LinkItem>;
4
+ export type InternalLinkRender = DefineSlot<"renderer", (link: LinkItem) => void> & DefineVModel<"", LinkItem>;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<InternalLinkRender>) => any;
6
6
  export default _default;
@@ -1,7 +1,8 @@
1
- import { ILinkItemHandlerRegistrationApi } from "@omnia/fx-models";
1
+ import { ILinkItemHandlerRegistrationApi, LinkProviderId } from "@omnia/fx-models";
2
2
  import { ILinkItemHandler } from "@omnia/fx/ux";
3
3
  export declare class InternalLinkHandlerRegistrationApi implements ILinkItemHandlerRegistrationApi {
4
4
  linkItemHandlers: ILinkItemHandler[];
5
5
  registerLinkRenderer(linkItemHandler: ILinkItemHandler): boolean;
6
+ getLinkHandler(linkProviderId: LinkProviderId): Promise<ILinkItemHandler>;
6
7
  getAllRegistration(): ILinkItemHandler[];
7
8
  }
@@ -1,5 +1,7 @@
1
1
  import { IIcon } from "@omnia/fx-models";
2
- import { VNodeChild } from "vue";
2
+ import { TdHTMLAttributes, VNodeChild } from "vue";
3
+ import { ConstructComponentProps } from "@omnia/fx/ux";
4
+ import { PublicDataTableRowProps } from "../oxide/datatable/RowRenderer";
3
5
  export type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
4
6
  export type DataTableCompareFunction<T = any> = (a: T, b: T) => number;
5
7
  export type DataTableHeader = {
@@ -29,7 +31,16 @@ export interface IDataTableRowRenderer<T = any> {
29
31
  addAction(node: VNodeChild): Pick<IDataTableRowRenderer, "addCell" | "addAction">;
30
32
  addIcon(icon: IIcon): any;
31
33
  }
34
+ export interface IDataTableRow<T = any> {
35
+ value: T;
36
+ index: number;
37
+ Row: RowElement;
38
+ Cell: CellElement;
39
+ }
40
+ type CellElement = (props: ConstructComponentProps<Pick<TdHTMLAttributes, "colspan" | "rowspan" | "headers">>) => any;
41
+ type RowElement = (props: ConstructComponentProps<PublicDataTableRowProps>) => any;
32
42
  export type SortItem = {
33
43
  key: string;
34
44
  order?: boolean | "asc" | "desc";
35
45
  };
46
+ export {};
@@ -1,12 +1,5 @@
1
- import { ConstructComponentProps, DataTableHeader, DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, IDataTableRowRenderer, ItemValueType, SelectItemKey, SortItem } from "@omnia/fx/ux";
2
- import { TdHTMLAttributes, VNodeChild } from "vue";
3
- import { PublicDataTableRowProps } from "./RowRenderer";
4
- export interface IDataTableRow<T = any> {
5
- value: T;
6
- index: number;
7
- Row: RowElement;
8
- Cell: CellElement;
9
- }
1
+ import { DataTableHeader, DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, IDataTableRow, IDataTableRowRenderer, ItemValueType, SelectItemKey, SortItem } from "@omnia/fx/ux";
2
+ import { VNodeChild } from "vue";
10
3
  export type DataTableOptions = {
11
4
  page: number;
12
5
  itemsPerPage: number;
@@ -25,10 +18,8 @@ type ClientPaginationPageProps<TItem> = ItemsPerPageProp & PageProp;
25
18
  type ClientPaginationScrollProps<TItem> = ItemHeightProp;
26
19
  type ServerPaginationPageProps = ItemsPerPageProp & PageProp & DefineProp<"itemsLength", number, true, null, "Number of all items.">;
27
20
  type ServerPaginationScrollProps<TItem> = ShowLoadMoreProp & DefineEmit<"visible:lastItem", (item: TItem) => void>;
28
- type CellElement = (props: ConstructComponentProps<Pick<TdHTMLAttributes, "colspan" | "rowspan" | "headers">>) => any;
29
- type RowElement = (props: ConstructComponentProps<PublicDataTableRowProps>) => any;
30
21
  declare const defaultHeaders: DataTableHeader[];
31
22
  declare const emptyArray: any[];
32
23
  export type DataTableProps<TItem, TVariant> = VariantType<TVariant> & DataTablePropsBase<TItem> & DefineType<TVariant extends "client-pagination-scroll" ? ClientPaginationScrollProps<TItem> : TVariant extends "client-pagination-page" ? ClientPaginationPageProps<TItem> : TVariant extends "server-pagination-page" ? ServerPaginationPageProps : TVariant extends "server-pagination-scroll" ? ServerPaginationScrollProps<TItem> : DefaultProps>;
33
- declare const _default: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: ConstructComponentProps<DataTableProps<TItem, TVariant>>) => any;
24
+ declare const _default: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: import("@omnia/fx/ux").ConstructComponentProps<DataTableProps<TItem, TVariant>>) => any;
34
25
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { OScrollTypesCombination } from "@omnia/fx-models";
2
2
  import { DefineProp, DefinePropTheming, useScrollContainerStore } from "@omnia/fx/ux";
3
- type ScrollContainerProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"height", string, false, null, "Sets the width of the flex."> & DefineProp<"width", string, false, null, "Sets the width of the column.."> & DefineProp<"compensatScrollbar", boolean, false, false, "Adds a left margin to compensate for the scrollbar."> & DefineProp<"filled", boolean, false, false, "If the background should be filled."> & DefineProp<"toned", boolean, false, false, "If the background is using toned colors."> & DefineProp<"disableScrolling", boolean, false, false, "Disables the scrolling and sets the overflow to hidden."> & DefineProp<"getApi", (store: ReturnType<typeof useScrollContainerStore>) => void, false, null, "callback to get a reference to the scrolling store. The store is used to interact with the scrolling component."> & DefineProp<"scrolling", OScrollTypesCombination, false, "y", "Sets the scroll type of the container.">;
3
+ type ScrollContainerProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"height", string, false, null, "Sets the height of the container"> & DefineProp<"width", string, false, null, "Sets the width of the column.."> & DefineProp<"compensatScrollbar", boolean, false, false, "Adds a left margin to compensate for the scrollbar."> & DefineProp<"filled", boolean, false, false, "If the background should be filled."> & DefineProp<"dynamicHeight", boolean, false, false, "Calculates a dynamic height based on the position in the browser"> & DefineProp<"toned", boolean, false, false, "If the background is using toned colors."> & DefineProp<"disableScrolling", boolean, false, false, "Disables the scrolling and sets the overflow to hidden."> & DefineProp<"getApi", (store: ReturnType<typeof useScrollContainerStore>) => void, false, null, "callback to get a reference to the scrolling store. The store is used to interact with the scrolling component."> & DefineProp<"scrolling", OScrollTypesCombination, false, "y", "Sets the scroll type of the container.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ScrollContainerProps>) => any;
5
5
  export default _default;
@@ -26,6 +26,9 @@ export declare const useScrollContainerStore: () => {
26
26
  scroll: {
27
27
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
28
  };
29
+ calculateDynamicHeight: {
30
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
+ };
29
32
  setHeight: {
30
33
  subscribe(fn: (height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
34
  };
@@ -64,6 +67,9 @@ export declare const useScrollContainerStore: () => {
64
67
  scroll: {
65
68
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
66
69
  };
70
+ calculateDynamicHeight: {
71
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
+ };
67
73
  setHeight: {
68
74
  subscribe(fn: (result: void, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
75
  };
@@ -102,6 +108,9 @@ export declare const useScrollContainerStore: () => {
102
108
  scroll: {
103
109
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
104
110
  };
111
+ calculateDynamicHeight: {
112
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
113
+ };
105
114
  setHeight: {
106
115
  subscribe(fn: (failureReason: any, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
107
116
  };
@@ -138,6 +147,7 @@ export declare const useScrollContainerStore: () => {
138
147
  };
139
148
  } & {
140
149
  scroll: () => void;
150
+ calculateDynamicHeight: () => void;
141
151
  setHeight: (height: string) => void;
142
152
  setWidth: (width: string) => void;
143
153
  setScrolling: (scrolling: OScrollTypesCombination) => void;
@@ -249,7 +249,7 @@ export interface VelcronImageDefinition extends VelcronDefinitionWithEditMode {
249
249
  ratio?: VelcronImageRatios | string;
250
250
  width?: number | string;
251
251
  height?: number | string;
252
- cover?: VelcronBindableProp<boolean>;
252
+ fit?: "contain" | "cover";
253
253
  borderRadius?: VelcronDimensions;
254
254
  events?: VelcronOnPressEvent;
255
255
  }
@@ -28,6 +28,9 @@ declare const _default: {
28
28
  layoutBackgroundImageElementId: {
29
29
  type: StringConstructor;
30
30
  };
31
+ noScroll: {
32
+ type: BooleanConstructor;
33
+ };
31
34
  appInstanceId: {
32
35
  type: import("vue").PropType<guid>;
33
36
  required: true;
@@ -62,6 +65,9 @@ declare const _default: {
62
65
  layoutBackgroundImageElementId: {
63
66
  type: StringConstructor;
64
67
  };
68
+ noScroll: {
69
+ type: BooleanConstructor;
70
+ };
65
71
  appInstanceId: {
66
72
  type: import("vue").PropType<guid>;
67
73
  required: true;
@@ -72,6 +78,7 @@ declare const _default: {
72
78
  }>>, {
73
79
  layoutThemeDefinition: ThemeDefinition;
74
80
  blockThemeDefinition: ThemeDefinition;
81
+ noScroll: boolean;
75
82
  enableAlternateLayout: boolean;
76
83
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
77
84
  P: {};
@@ -107,6 +114,9 @@ declare const _default: {
107
114
  layoutBackgroundImageElementId: {
108
115
  type: StringConstructor;
109
116
  };
117
+ noScroll: {
118
+ type: BooleanConstructor;
119
+ };
110
120
  appInstanceId: {
111
121
  type: import("vue").PropType<guid>;
112
122
  required: true;
@@ -117,6 +127,7 @@ declare const _default: {
117
127
  }>>, () => JSX.Element, {}, {}, {}, {
118
128
  layoutThemeDefinition: ThemeDefinition;
119
129
  blockThemeDefinition: ThemeDefinition;
130
+ noScroll: boolean;
120
131
  enableAlternateLayout: boolean;
121
132
  }>;
122
133
  __isFragment?: never;
@@ -149,6 +160,9 @@ declare const _default: {
149
160
  layoutBackgroundImageElementId: {
150
161
  type: StringConstructor;
151
162
  };
163
+ noScroll: {
164
+ type: BooleanConstructor;
165
+ };
152
166
  appInstanceId: {
153
167
  type: import("vue").PropType<guid>;
154
168
  required: true;
@@ -159,6 +173,7 @@ declare const _default: {
159
173
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
160
174
  layoutThemeDefinition: ThemeDefinition;
161
175
  blockThemeDefinition: ThemeDefinition;
176
+ noScroll: boolean;
162
177
  enableAlternateLayout: boolean;
163
178
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
164
179
  propsDefinition: Omit<Readonly<{
@@ -170,6 +185,7 @@ declare const _default: {
170
185
  layoutThemeDefinition?: ThemeDefinition;
171
186
  blockThemeDefinition?: ThemeDefinition;
172
187
  layoutProvider?: string;
188
+ noScroll?: boolean;
173
189
  publishedVersionReference?: IVersionReference;
174
190
  layoutBackgroundImageElementId?: string;
175
191
  enableAlternateLayout?: boolean;
@@ -220,6 +220,8 @@ import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/Scali
220
220
  import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
221
221
  import wc4aed54beb02341e3a6cbde5af5fb6c78 from './ux/layoutcanvas/layoutactionhandler/LayoutAction';
222
222
  import wc02c473f7041b40038ceecdf09e6ba4ca from './ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
223
+ import wc057def31f5f5403d91b2da569de2fdff from './ux/layoutcanvas/layoutblock/LayoutBlock';
224
+ import wc5d6ec741cf6e4d8ab005abdda288ceed from './ux/layoutcanvas/layoutblock/LayoutBlockSettings';
223
225
  import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
224
226
  import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
225
227
  import wc96c7e84dfb66450796fe123aea7999c5 from './ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
@@ -2787,22 +2789,6 @@ declare global {
2787
2789
  } : typeof wc8e03e2f7fb024945bc51138b77d06088;
2788
2790
  };
2789
2791
  "block": {
2790
- "renderer": {
2791
- "helper": typeof wc0b2ee63495854227a082987161a9e641 extends {
2792
- propsDefinition: infer TProp;
2793
- } ? {
2794
- new (...args: any[]): {
2795
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2796
- };
2797
- } : typeof wc0b2ee63495854227a082987161a9e641;
2798
- };
2799
- "placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8 extends {
2800
- propsDefinition: infer TProp;
2801
- } ? {
2802
- new (...args: any[]): {
2803
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2804
- };
2805
- } : typeof wc4834285963564938a31a1ac1dfb1b5d8;
2806
2792
  "settings": {
2807
2793
  "header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d extends {
2808
2794
  propsDefinition: infer TProp;
@@ -2840,6 +2826,29 @@ declare global {
2840
2826
  };
2841
2827
  } : typeof wc53cbd5702e9e41ffa95093586c0e001d;
2842
2828
  };
2829
+ "renderer": {
2830
+ "helper": typeof wc0b2ee63495854227a082987161a9e641 extends {
2831
+ propsDefinition: infer TProp;
2832
+ } ? {
2833
+ new (...args: any[]): {
2834
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2835
+ };
2836
+ } : typeof wc0b2ee63495854227a082987161a9e641;
2837
+ };
2838
+ "placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8 extends {
2839
+ propsDefinition: infer TProp;
2840
+ } ? {
2841
+ new (...args: any[]): {
2842
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2843
+ };
2844
+ } : typeof wc4834285963564938a31a1ac1dfb1b5d8;
2845
+ "settings$": typeof wc5d6ec741cf6e4d8ab005abdda288ceed extends {
2846
+ propsDefinition: infer TProp;
2847
+ } ? {
2848
+ new (...args: any[]): {
2849
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2850
+ };
2851
+ } : typeof wc5d6ec741cf6e4d8ab005abdda288ceed;
2843
2852
  "title": {
2844
2853
  "settings": typeof wcbeda6edf4c614323955fc06c6326f7e9 extends {
2845
2854
  propsDefinition: infer TProp;
@@ -2857,6 +2866,13 @@ declare global {
2857
2866
  };
2858
2867
  } : typeof wc1b1dd31ac8644b498ddf378a431dfb19;
2859
2868
  };
2869
+ "block$": typeof wc057def31f5f5403d91b2da569de2fdff extends {
2870
+ propsDefinition: infer TProp;
2871
+ } ? {
2872
+ new (...args: any[]): {
2873
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2874
+ };
2875
+ } : typeof wc057def31f5f5403d91b2da569de2fdff;
2860
2876
  "renderer": {
2861
2877
  "canvas": typeof wcf346db89a53b404690b1795429fb0162 extends {
2862
2878
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.290-dev",
4
+ "version": "8.0.292-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.290-dev",
23
+ "@omnia/fx-models": "8.0.292-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.6",
28
+ "vue": "3.5.8",
29
29
  "vuetify": "3.7.2",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.6.2",