@omnia/fx 8.0.79-dev → 8.0.80-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.
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSection.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSectionTab.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutTab.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/_old/LayoutTabRenderer.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +89 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +3 -3
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +0 -121
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +0 -142
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +0 -168
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/{LayoutBlock.d.ts → _old/LayoutBlock.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/{LayoutColumn.css.d.ts → _old/LayoutBlock.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/{LayoutColumn.d.ts → _old/LayoutColumn.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/{LayoutPlaceHolder.d.ts → _old/LayoutColumn.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/{LayoutSection.d.ts → _old/LayoutPlaceHolder.d.ts} +0 -0
@@ -666,8 +666,8 @@ declare const _default: {
|
|
666
666
|
"v-model"?: string;
|
667
667
|
modelValue?: string;
|
668
668
|
hideDetails?: boolean;
|
669
|
-
singleLine?: boolean;
|
670
669
|
"hide-details"?: boolean;
|
670
|
+
singleLine?: boolean;
|
671
671
|
description?: string;
|
672
672
|
"single-line"?: boolean;
|
673
673
|
isRequired?: boolean;
|
@@ -23,6 +23,9 @@ export declare class EditorChromeStore extends Store {
|
|
23
23
|
hideNavigationDrawer: import("../../../stores").StoreState<boolean>;
|
24
24
|
hideActionToolbar: import("../../../stores").StoreState<boolean>;
|
25
25
|
actionToolbarId: import("../../../stores").StoreState<string>;
|
26
|
+
canvasZoom: import("../../../stores").StoreState<{
|
27
|
+
level: number;
|
28
|
+
}>;
|
26
29
|
notificationMessage: import("../../../stores").StoreState<{
|
27
30
|
message: string;
|
28
31
|
show: boolean;
|
@@ -307,9 +307,9 @@ declare const _default: {
|
|
307
307
|
"onUpdate:modelValue"?: (value: IconPickerModel) => any;
|
308
308
|
"v-model"?: IconPickerModel;
|
309
309
|
modelValue?: IconPickerModel;
|
310
|
-
"error-messages"?: string[];
|
311
310
|
hideDetails?: boolean;
|
312
311
|
"hide-details"?: boolean;
|
312
|
+
"error-messages"?: string[];
|
313
313
|
"provider-context"?: MediaPickerStorageProviderContext;
|
314
314
|
disabledCustomImage?: boolean;
|
315
315
|
"disabled-custom-image"?: boolean;
|
@@ -3,6 +3,7 @@ import { ConfirmDialogOptions } from "@omnia/fx/ux";
|
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
export interface switchValue {
|
5
5
|
value: boolean;
|
6
|
+
label: string;
|
6
7
|
}
|
7
8
|
declare const JourneyBladeComponent: {
|
8
9
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
@@ -11,6 +11,7 @@ declare const _default: {
|
|
11
11
|
styles: {
|
12
12
|
type: import("vue").PropType<Partial<{
|
13
13
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
14
|
+
zoomWrapper: (zoomLevel: number) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
14
15
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
15
16
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
16
17
|
layoutItemSelectorPosition: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -31,6 +32,7 @@ declare const _default: {
|
|
31
32
|
} & {
|
32
33
|
type: import("vue").PropType<Partial<{
|
33
34
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
35
|
+
zoomWrapper: (zoomLevel: number) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
34
36
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
35
37
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
36
38
|
layoutItemSelectorPosition: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -70,6 +72,7 @@ declare const _default: {
|
|
70
72
|
styles: {
|
71
73
|
type: import("vue").PropType<Partial<{
|
72
74
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
75
|
+
zoomWrapper: (zoomLevel: number) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
73
76
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
74
77
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
75
78
|
layoutItemSelectorPosition: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -90,6 +93,7 @@ declare const _default: {
|
|
90
93
|
} & {
|
91
94
|
type: import("vue").PropType<Partial<{
|
92
95
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
96
|
+
zoomWrapper: (zoomLevel: number) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
93
97
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
94
98
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
95
99
|
layoutItemSelectorPosition: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -136,6 +140,7 @@ declare const _default: {
|
|
136
140
|
styles: {
|
137
141
|
type: import("vue").PropType<Partial<{
|
138
142
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
143
|
+
zoomWrapper: (zoomLevel: number) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
139
144
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
140
145
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
141
146
|
layoutItemSelectorPosition: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -156,6 +161,7 @@ declare const _default: {
|
|
156
161
|
} & {
|
157
162
|
type: import("vue").PropType<Partial<{
|
158
163
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
164
|
+
zoomWrapper: (zoomLevel: number) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
159
165
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
160
166
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
161
167
|
layoutItemSelectorPosition: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -199,6 +205,7 @@ declare const _default: {
|
|
199
205
|
styles: {
|
200
206
|
type: import("vue").PropType<Partial<{
|
201
207
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
208
|
+
zoomWrapper: (zoomLevel: number) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
202
209
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
203
210
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
204
211
|
layoutItemSelectorPosition: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -219,6 +226,7 @@ declare const _default: {
|
|
219
226
|
} & {
|
220
227
|
type: import("vue").PropType<Partial<{
|
221
228
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
229
|
+
zoomWrapper: (zoomLevel: number) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
222
230
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
223
231
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
224
232
|
layoutItemSelectorPosition: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -254,6 +262,7 @@ declare const _default: {
|
|
254
262
|
provider?: string;
|
255
263
|
styles?: Partial<{
|
256
264
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
265
|
+
zoomWrapper: (zoomLevel: number) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
257
266
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
258
267
|
containerVerticalAlign: (isAlignVertical: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
259
268
|
layoutItemSelectorPosition: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSection.d.ts
ADDED
File without changes
|
File without changes
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutTab.d.ts
ADDED
File without changes
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import { Section, LayoutEngineRenderContext, SectionSettings } from "../../../../models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"render-context": {
|
5
|
+
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
6
|
+
};
|
7
|
+
renderContext: {
|
8
|
+
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
9
|
+
};
|
10
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
"render-context": {
|
12
|
+
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
13
|
+
};
|
14
|
+
renderContext: {
|
15
|
+
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
16
|
+
};
|
17
|
+
}>>, {}, true, {}, {}, {
|
18
|
+
P: {};
|
19
|
+
B: {};
|
20
|
+
D: {};
|
21
|
+
C: {};
|
22
|
+
M: {};
|
23
|
+
Defaults: {};
|
24
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
25
|
+
"render-context": {
|
26
|
+
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
27
|
+
};
|
28
|
+
renderContext: {
|
29
|
+
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
30
|
+
};
|
31
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
32
|
+
__isFragment?: never;
|
33
|
+
__isTeleport?: never;
|
34
|
+
__isSuspense?: never;
|
35
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
36
|
+
"render-context": {
|
37
|
+
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
38
|
+
};
|
39
|
+
renderContext: {
|
40
|
+
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
41
|
+
};
|
42
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
43
|
+
propsDefinition: Omit<Readonly<{} & {
|
44
|
+
renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|
45
|
+
"render-context"?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|
46
|
+
}>, never>;
|
47
|
+
};
|
48
|
+
export default _default;
|
@@ -118,9 +118,9 @@ declare const _default: {
|
|
118
118
|
section?: Section<StepperSectionSettings>;
|
119
119
|
themeTargetId?: string;
|
120
120
|
layoutId?: string;
|
121
|
+
useScrollMargingFix?: boolean;
|
121
122
|
"theme-target-id"?: string;
|
122
123
|
"layout-id"?: string;
|
123
|
-
useScrollMargingFix?: boolean;
|
124
124
|
"use-scroll-marging-fix"?: boolean;
|
125
125
|
}>, never>;
|
126
126
|
};
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { AccordionedSectionSettings, SpacingSettings, TabbedSectionSettings } from "@omnia/fx-models";
|
2
|
+
export declare const LayoutSectionTabRendererStyles: {
|
3
|
+
tabsContentWrapper: (editMode: boolean) => string;
|
4
|
+
tabsWrapper: (settings: TabbedSectionSettings) => string;
|
5
|
+
accordionWrapper: (settings: AccordionedSectionSettings, spacing: SpacingSettings) => string;
|
6
|
+
};
|
@@ -159,9 +159,9 @@ declare const _default: {
|
|
159
159
|
designRender?: boolean;
|
160
160
|
"design-render"?: boolean;
|
161
161
|
layoutId?: string;
|
162
|
+
useScrollMargingFix?: boolean;
|
162
163
|
"theme-target-id"?: string;
|
163
164
|
"layout-id"?: string;
|
164
|
-
useScrollMargingFix?: boolean;
|
165
165
|
"use-scroll-marging-fix"?: boolean;
|
166
166
|
}>, never>;
|
167
167
|
};
|
File without changes
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts
CHANGED
@@ -1,16 +1,4 @@
|
|
1
1
|
export * from "./ColumnResizer";
|
2
|
-
export * from "./LayoutBlockRenderer";
|
3
|
-
export * from "./LayoutColumnRenderer";
|
4
|
-
export * from "./LayoutSectionRenderer";
|
5
|
-
export * from "./LayoutTabRenderer";
|
6
|
-
export * from "./LayoutSectionTabRenderer";
|
7
|
-
export * from "./LayoutSectionStepperRenderer";
|
8
|
-
export * from "./LayoutStepRenderer";
|
9
2
|
import LayoutSectionRenderer from "./LayoutSectionRenderer";
|
10
|
-
import LayoutSectionStepperRenderer from "./LayoutSectionStepperRenderer";
|
11
3
|
import LayoutBlockRenderer from "./LayoutBlockRenderer";
|
12
|
-
|
13
|
-
import LayoutColumnRenderer from "./LayoutColumnRenderer";
|
14
|
-
import LayoutStepRenderer from "./LayoutStepRenderer";
|
15
|
-
import LayoutSectionTabRenderer from "./LayoutSectionTabRenderer";
|
16
|
-
export { LayoutSectionRenderer, LayoutSectionStepperRenderer, LayoutBlockRenderer, LayoutTabRenderer, LayoutColumnRenderer, LayoutStepRenderer, LayoutSectionTabRenderer };
|
4
|
+
export { LayoutSectionRenderer, LayoutBlockRenderer, };
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
import { types } from "typestyle";
|
2
|
-
import { BlockLayoutSettings, DisplayBreakPoint, BackgroundSettings, LayoutSettings, ThemeStyling,
|
2
|
+
import { BlockLayoutSettings, DisplayBreakPoint, BackgroundSettings, LayoutSettings, ThemeStyling, SectionSettings, ColumnedSectionItemSettings, TabbedSectionSettings, LayoutItem } from "../../../../models";
|
3
3
|
import { NestedCSSProperties } from "typestyle/lib/types";
|
4
4
|
import { useThemeStoreV2 } from "@omnia/fx/ux";
|
5
|
+
/**
|
6
|
+
* Styles for the PageRendererStyles component
|
7
|
+
*/
|
5
8
|
export declare function useSharedRendererStyles(): {
|
6
9
|
common: {
|
7
10
|
chrome_boxed: string;
|
@@ -31,7 +34,6 @@ export declare function useSharedRendererStyles(): {
|
|
31
34
|
columnWrapper: string;
|
32
35
|
backgroundWrapperImage: string;
|
33
36
|
getStyleStringForTitle: (settings: SectionSettings) => string;
|
34
|
-
adjustScrollCompensation: (extra: number) => void;
|
35
37
|
getStylesFromSettings: (settings: SectionSettings, useScrollMargingFix: boolean) => string;
|
36
38
|
getStylesForSpacingInContainer: (sectionSettings: SectionSettings, fullHeight: boolean) => string;
|
37
39
|
createMediaBreakPointForDevice: (sectionSettings: SectionSettings, deviceBreakPoint: DisplayBreakPoint) => types.NestedCSSProperties;
|
@@ -42,8 +44,6 @@ export declare function useSharedRendererStyles(): {
|
|
42
44
|
tabWrapper: string;
|
43
45
|
verticalSliderStyle: (sliderColor: string) => string;
|
44
46
|
createTabItemStyling: (settings: TabbedSectionSettings, index: number, items: number, hasIcon: boolean) => string;
|
45
|
-
accordionWrapper: (settings: AccordionedSectionSettings, spacing: SpacingSettings) => string;
|
46
|
-
createColorSchemaForTabs: (settings: TabbedSectionSettings) => string;
|
47
47
|
tabContentWrapper: (iconAndText: boolean) => string;
|
48
48
|
stepper: {
|
49
49
|
wrapper: string;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Layout, LayoutEditorModes, LayoutItem, DisplayBreakPoint, LayoutItemActionState, SettingsPanelState, DisplayBreakPointSetting, DeleteItemFromLayoutPayLoad, AddItemToLayoutPayLoad, LayoutItemRegistration, LoadedLayout, ILayoutCanvasStore, LayoutCanvasModes, BlockRenderingModes, IBlockInstance, ILayoutSectionRenderer, GuidValue, Block, LayoutDrawerState, LayoutDrawerTabs, SectionSettings, SectionTypes, Section, LayoutInheritanceBehaviors, ThemeDefinition, ClipboardLayoutItem, ColorSchemaTypes } from "../../../models";
|
1
|
+
import { Layout, LayoutEditorModes, LayoutItem, DisplayBreakPoint, LayoutItemActionState, SettingsPanelState, DisplayBreakPointSetting, DeleteItemFromLayoutPayLoad, AddItemToLayoutPayLoad, LayoutItemRegistration, LoadedLayout, ILayoutCanvasStore, LayoutCanvasModes, BlockRenderingModes, IBlockInstance, ILayoutSectionRenderer, GuidValue, IMessageBusTopicPublishSubscriber, Block, LayoutDrawerState, LayoutDrawerTabs, SectionSettings, SectionTypes, Section, LayoutInheritanceBehaviors, ThemeDefinition, ClipboardLayoutItem, ColorSchemaTypes } from "../../../models";
|
2
2
|
import { EditorLayoutItemFactory } from "../factories";
|
3
3
|
import { LayoutEditorThemingManager } from "../shared";
|
4
4
|
import { BlockSettingsProvider, LayoutDefinitionBuilder } from "../shared";
|
@@ -19,6 +19,94 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
19
19
|
private serviceContainerContext;
|
20
20
|
readonly ColorSchemaBlock = ColorSchemaTypes.secondary;
|
21
21
|
readonly ColorSchemaSection = ColorSchemaTypes.primary;
|
22
|
+
scrollContainer: StoreState<{
|
23
|
+
state: {
|
24
|
+
elementRef: HTMLElement;
|
25
|
+
elementId: string;
|
26
|
+
disableScrolling: boolean;
|
27
|
+
height: string;
|
28
|
+
width: string;
|
29
|
+
scrolling: import("@omnia/fx-models").OScrollTypesCombination;
|
30
|
+
};
|
31
|
+
events: {
|
32
|
+
onMutatedElementRef: MessageBusExposeOnlySubscription<HTMLElement>;
|
33
|
+
onMutatedElementId: MessageBusExposeOnlySubscription<string>;
|
34
|
+
onMutatedDisableScrolling: MessageBusExposeOnlySubscription<boolean>;
|
35
|
+
onMutatedHeight: MessageBusExposeOnlySubscription<string>;
|
36
|
+
onMutatedWidth: MessageBusExposeOnlySubscription<string>;
|
37
|
+
onMutatedScrolling: MessageBusExposeOnlySubscription<import("@omnia/fx-models").OScrollTypesCombination>;
|
38
|
+
} & Record<string, IMessageBusTopicPublishSubscriber<any>>;
|
39
|
+
actions: {
|
40
|
+
onDispatching: {
|
41
|
+
setHeight: {
|
42
|
+
subscribe(fn: (height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
+
};
|
44
|
+
setWidth: {
|
45
|
+
subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
+
};
|
47
|
+
setScrolling: {
|
48
|
+
subscribe(fn: (scrolling: import("@omnia/fx-models").OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
+
};
|
50
|
+
calculateScrollHeight: {
|
51
|
+
subscribe(fn: (referenceElementIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
+
};
|
53
|
+
scrollToStart: {
|
54
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
+
};
|
56
|
+
scrollTo: {
|
57
|
+
subscribe(fn: (elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
+
};
|
59
|
+
};
|
60
|
+
onDispatched: {
|
61
|
+
setHeight: {
|
62
|
+
subscribe(fn: (result: void, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
+
};
|
64
|
+
setWidth: {
|
65
|
+
subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
+
};
|
67
|
+
setScrolling: {
|
68
|
+
subscribe(fn: (result: void, scrolling: import("@omnia/fx-models").OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
|
+
};
|
70
|
+
calculateScrollHeight: {
|
71
|
+
subscribe(fn: (result: void, referenceElementIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
+
};
|
73
|
+
scrollToStart: {
|
74
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
+
};
|
76
|
+
scrollTo: {
|
77
|
+
subscribe(fn: (result: void, elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
|
+
};
|
79
|
+
};
|
80
|
+
onFailure: {
|
81
|
+
setHeight: {
|
82
|
+
subscribe(fn: (failureReason: any, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
+
};
|
84
|
+
setWidth: {
|
85
|
+
subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
86
|
+
};
|
87
|
+
setScrolling: {
|
88
|
+
subscribe(fn: (failureReason: any, scrolling: import("@omnia/fx-models").OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
+
};
|
90
|
+
calculateScrollHeight: {
|
91
|
+
subscribe(fn: (failureReason: any, referenceElementIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
92
|
+
};
|
93
|
+
scrollToStart: {
|
94
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
|
+
};
|
96
|
+
scrollTo: {
|
97
|
+
subscribe(fn: (failureReason: any, elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
|
+
};
|
99
|
+
};
|
100
|
+
} & {
|
101
|
+
setHeight: (height: string) => void;
|
102
|
+
setWidth: (width: string) => void;
|
103
|
+
setScrolling: (scrolling: import("@omnia/fx-models").OScrollTypesCombination) => void;
|
104
|
+
calculateScrollHeight: (referenceElementIds: string[]) => void;
|
105
|
+
scrollToStart: () => void;
|
106
|
+
scrollTo: (elementId: string, anchor?: "end" | "start") => void;
|
107
|
+
};
|
108
|
+
get: {};
|
109
|
+
}>;
|
22
110
|
layout: StoreState<LoadedLayout>;
|
23
111
|
previewUrl: StoreState<string>;
|
24
112
|
provider: StoreState<string>;
|
@@ -580,11 +580,11 @@ declare const _default: {
|
|
580
580
|
toned?: boolean;
|
581
581
|
loading?: boolean;
|
582
582
|
searchable?: boolean;
|
583
|
-
clearable?: boolean;
|
584
583
|
rules?: ValidationRule[];
|
585
584
|
hint?: string;
|
586
585
|
persistentHint?: boolean;
|
587
586
|
"persistent-hint"?: boolean;
|
587
|
+
clearable?: boolean;
|
588
588
|
readonly?: boolean;
|
589
589
|
itemTitle?: any;
|
590
590
|
"item-title"?: any;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { ColorDefinition } from "@omnia/fx-models";
|
2
2
|
export declare const TabsStyles: {
|
3
|
-
itemContainer: (scrollOffset: string) => string;
|
3
|
+
itemContainer: (scrollOffset: string, noScrolling: boolean) => string;
|
4
|
+
hideTabHeader: string;
|
4
5
|
dialogWrapper: string;
|
5
6
|
toolbarStyles: (vertical: boolean) => string;
|
6
7
|
dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean, vertical: boolean) => string;
|
@@ -24,6 +24,12 @@ declare const _default: {
|
|
24
24
|
noScrolling: {
|
25
25
|
type: import("vue").PropType<boolean>;
|
26
26
|
};
|
27
|
+
"hide-tab-name-if-only-one-tab": {
|
28
|
+
type: import("vue").PropType<boolean>;
|
29
|
+
};
|
30
|
+
hideTabNameIfOnlyOneTab: {
|
31
|
+
type: import("vue").PropType<boolean>;
|
32
|
+
};
|
27
33
|
vertical: {
|
28
34
|
type: import("vue").PropType<boolean>;
|
29
35
|
} & {
|
@@ -57,6 +63,12 @@ declare const _default: {
|
|
57
63
|
type: import("vue").PropType<number>;
|
58
64
|
required: false;
|
59
65
|
};
|
66
|
+
"content-class": {
|
67
|
+
type: import("vue").PropType<string | string[]>;
|
68
|
+
};
|
69
|
+
contentClass: {
|
70
|
+
type: import("vue").PropType<string | string[]>;
|
71
|
+
};
|
60
72
|
class: {
|
61
73
|
type: import("vue").PropType<String | String[]>;
|
62
74
|
required: boolean;
|
@@ -89,6 +101,12 @@ declare const _default: {
|
|
89
101
|
noScrolling: {
|
90
102
|
type: import("vue").PropType<boolean>;
|
91
103
|
};
|
104
|
+
"hide-tab-name-if-only-one-tab": {
|
105
|
+
type: import("vue").PropType<boolean>;
|
106
|
+
};
|
107
|
+
hideTabNameIfOnlyOneTab: {
|
108
|
+
type: import("vue").PropType<boolean>;
|
109
|
+
};
|
92
110
|
vertical: {
|
93
111
|
type: import("vue").PropType<boolean>;
|
94
112
|
} & {
|
@@ -122,6 +140,12 @@ declare const _default: {
|
|
122
140
|
type: import("vue").PropType<number>;
|
123
141
|
required: false;
|
124
142
|
};
|
143
|
+
"content-class": {
|
144
|
+
type: import("vue").PropType<string | string[]>;
|
145
|
+
};
|
146
|
+
contentClass: {
|
147
|
+
type: import("vue").PropType<string | string[]>;
|
148
|
+
};
|
125
149
|
class: {
|
126
150
|
type: import("vue").PropType<String | String[]>;
|
127
151
|
required: boolean;
|
@@ -165,6 +189,12 @@ declare const _default: {
|
|
165
189
|
noScrolling: {
|
166
190
|
type: import("vue").PropType<boolean>;
|
167
191
|
};
|
192
|
+
"hide-tab-name-if-only-one-tab": {
|
193
|
+
type: import("vue").PropType<boolean>;
|
194
|
+
};
|
195
|
+
hideTabNameIfOnlyOneTab: {
|
196
|
+
type: import("vue").PropType<boolean>;
|
197
|
+
};
|
168
198
|
vertical: {
|
169
199
|
type: import("vue").PropType<boolean>;
|
170
200
|
} & {
|
@@ -198,6 +228,12 @@ declare const _default: {
|
|
198
228
|
type: import("vue").PropType<number>;
|
199
229
|
required: false;
|
200
230
|
};
|
231
|
+
"content-class": {
|
232
|
+
type: import("vue").PropType<string | string[]>;
|
233
|
+
};
|
234
|
+
contentClass: {
|
235
|
+
type: import("vue").PropType<string | string[]>;
|
236
|
+
};
|
201
237
|
class: {
|
202
238
|
type: import("vue").PropType<String | String[]>;
|
203
239
|
required: boolean;
|
@@ -238,6 +274,12 @@ declare const _default: {
|
|
238
274
|
noScrolling: {
|
239
275
|
type: import("vue").PropType<boolean>;
|
240
276
|
};
|
277
|
+
"hide-tab-name-if-only-one-tab": {
|
278
|
+
type: import("vue").PropType<boolean>;
|
279
|
+
};
|
280
|
+
hideTabNameIfOnlyOneTab: {
|
281
|
+
type: import("vue").PropType<boolean>;
|
282
|
+
};
|
241
283
|
vertical: {
|
242
284
|
type: import("vue").PropType<boolean>;
|
243
285
|
} & {
|
@@ -271,6 +313,12 @@ declare const _default: {
|
|
271
313
|
type: import("vue").PropType<number>;
|
272
314
|
required: false;
|
273
315
|
};
|
316
|
+
"content-class": {
|
317
|
+
type: import("vue").PropType<string | string[]>;
|
318
|
+
};
|
319
|
+
contentClass: {
|
320
|
+
type: import("vue").PropType<string | string[]>;
|
321
|
+
};
|
274
322
|
class: {
|
275
323
|
type: import("vue").PropType<String | String[]>;
|
276
324
|
required: boolean;
|
@@ -290,6 +338,7 @@ declare const _default: {
|
|
290
338
|
} & {
|
291
339
|
class?: String | String[];
|
292
340
|
vertical?: boolean;
|
341
|
+
contentClass?: string | string[];
|
293
342
|
"onUpdate:modelValue"?: (value: number) => any;
|
294
343
|
"v-model"?: number;
|
295
344
|
modelValue?: number;
|
@@ -298,6 +347,9 @@ declare const _default: {
|
|
298
347
|
toned?: boolean;
|
299
348
|
scrolling?: string;
|
300
349
|
stacked?: boolean;
|
350
|
+
"content-class"?: string | string[];
|
351
|
+
hideTabNameIfOnlyOneTab?: boolean;
|
352
|
+
"hide-tab-name-if-only-one-tab"?: boolean;
|
301
353
|
noScrolling?: boolean;
|
302
354
|
"no-scrolling"?: boolean;
|
303
355
|
alignTabs?: "center" | "end" | "start";
|
@@ -492,12 +492,12 @@ declare const _default: {
|
|
492
492
|
autofocus?: boolean;
|
493
493
|
toned?: boolean;
|
494
494
|
placeholder?: string;
|
495
|
-
clearable?: boolean;
|
496
495
|
rules?: ValidationRule[];
|
497
|
-
"error-messages"?: string | string[];
|
498
496
|
hint?: string;
|
499
497
|
persistentHint?: boolean;
|
500
498
|
"persistent-hint"?: boolean;
|
499
|
+
clearable?: boolean;
|
500
|
+
"error-messages"?: string | string[];
|
501
501
|
readonly?: boolean;
|
502
502
|
autoGrow?: boolean;
|
503
503
|
"auto-grow"?: boolean;
|
@@ -552,13 +552,13 @@ declare const _default: {
|
|
552
552
|
toned?: boolean;
|
553
553
|
placeholder?: string;
|
554
554
|
loading?: boolean;
|
555
|
-
clearable?: boolean;
|
556
555
|
rules?: ValidationRule[];
|
557
|
-
"error-messages"?: string | string[];
|
558
|
-
suffix?: string;
|
559
556
|
hint?: string;
|
560
557
|
persistentHint?: boolean;
|
561
558
|
"persistent-hint"?: boolean;
|
559
|
+
clearable?: boolean;
|
560
|
+
"error-messages"?: string | string[];
|
561
|
+
suffix?: string;
|
562
562
|
readonly?: boolean;
|
563
563
|
}>, "onUpdate:modelValue" | "onDoc$" | "onUpdate:focused" | "onClick:clear" | "onClick:button"> & {
|
564
564
|
"onUpdate:modelValue"?: (value: string) => any;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.80-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.
|
23
|
+
"@omnia/fx-models": "8.0.80-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
import { useSharedRendererFunctions, useSharedRendererStyles } from "../../";
|
2
|
-
import { BlockLayoutSettings, ColorDefinition, SectionSettings } from "../../../../models";
|
3
|
-
import { useColorSchemaStore } from "../../..";
|
4
|
-
/**
|
5
|
-
* Styles for the LayoutColumnStyles component
|
6
|
-
*/
|
7
|
-
export declare const LayoutBlockStyles: {
|
8
|
-
contentMode: {};
|
9
|
-
layoutMode: {
|
10
|
-
container: (sectionSettings: SectionSettings, blockSettings: BlockLayoutSettings, colors: ReturnType<typeof useColorSchemaStore>, sharedRendererFunctions: ReturnType<typeof useSharedRendererFunctions>) => string;
|
11
|
-
general: string;
|
12
|
-
blockPadding: (blockSettings: BlockLayoutSettings, sharedRendererFunctions: ReturnType<typeof useSharedRendererFunctions>, sharedRendererStyles: ReturnType<typeof useSharedRendererStyles>) => string;
|
13
|
-
selectedMarkup: (baseColor: ColorDefinition, blockSettings: BlockLayoutSettings, fixedMargin: boolean) => string;
|
14
|
-
toolbar: string;
|
15
|
-
positionItemSelectorOnBorderTop: string;
|
16
|
-
positionItemSelectorOnBorderBottom: string;
|
17
|
-
padLockIcon: string;
|
18
|
-
};
|
19
|
-
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts
DELETED
@@ -1,121 +0,0 @@
|
|
1
|
-
import { Section } from "../../../../models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"tab-state": {
|
5
|
-
type: import("vue").PropType<object>;
|
6
|
-
};
|
7
|
-
tabState: {
|
8
|
-
type: import("vue").PropType<object>;
|
9
|
-
};
|
10
|
-
"use-scroll-marging-fix": {
|
11
|
-
type: import("vue").PropType<boolean>;
|
12
|
-
};
|
13
|
-
useScrollMargingFix: {
|
14
|
-
type: import("vue").PropType<boolean>;
|
15
|
-
};
|
16
|
-
"layout-id": {
|
17
|
-
type: import("vue").PropType<string>;
|
18
|
-
};
|
19
|
-
layoutId: {
|
20
|
-
type: import("vue").PropType<string>;
|
21
|
-
};
|
22
|
-
section: {
|
23
|
-
type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
|
24
|
-
} & {
|
25
|
-
type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
|
26
|
-
};
|
27
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
28
|
-
"tab-state": {
|
29
|
-
type: import("vue").PropType<object>;
|
30
|
-
};
|
31
|
-
tabState: {
|
32
|
-
type: import("vue").PropType<object>;
|
33
|
-
};
|
34
|
-
"use-scroll-marging-fix": {
|
35
|
-
type: import("vue").PropType<boolean>;
|
36
|
-
};
|
37
|
-
useScrollMargingFix: {
|
38
|
-
type: import("vue").PropType<boolean>;
|
39
|
-
};
|
40
|
-
"layout-id": {
|
41
|
-
type: import("vue").PropType<string>;
|
42
|
-
};
|
43
|
-
layoutId: {
|
44
|
-
type: import("vue").PropType<string>;
|
45
|
-
};
|
46
|
-
section: {
|
47
|
-
type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
|
48
|
-
} & {
|
49
|
-
type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
|
50
|
-
};
|
51
|
-
}>>, {}, true, {}, {}, {
|
52
|
-
P: {};
|
53
|
-
B: {};
|
54
|
-
D: {};
|
55
|
-
C: {};
|
56
|
-
M: {};
|
57
|
-
Defaults: {};
|
58
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
59
|
-
"tab-state": {
|
60
|
-
type: import("vue").PropType<object>;
|
61
|
-
};
|
62
|
-
tabState: {
|
63
|
-
type: import("vue").PropType<object>;
|
64
|
-
};
|
65
|
-
"use-scroll-marging-fix": {
|
66
|
-
type: import("vue").PropType<boolean>;
|
67
|
-
};
|
68
|
-
useScrollMargingFix: {
|
69
|
-
type: import("vue").PropType<boolean>;
|
70
|
-
};
|
71
|
-
"layout-id": {
|
72
|
-
type: import("vue").PropType<string>;
|
73
|
-
};
|
74
|
-
layoutId: {
|
75
|
-
type: import("vue").PropType<string>;
|
76
|
-
};
|
77
|
-
section: {
|
78
|
-
type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
|
79
|
-
} & {
|
80
|
-
type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
|
81
|
-
};
|
82
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
83
|
-
__isFragment?: never;
|
84
|
-
__isTeleport?: never;
|
85
|
-
__isSuspense?: never;
|
86
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
87
|
-
"tab-state": {
|
88
|
-
type: import("vue").PropType<object>;
|
89
|
-
};
|
90
|
-
tabState: {
|
91
|
-
type: import("vue").PropType<object>;
|
92
|
-
};
|
93
|
-
"use-scroll-marging-fix": {
|
94
|
-
type: import("vue").PropType<boolean>;
|
95
|
-
};
|
96
|
-
useScrollMargingFix: {
|
97
|
-
type: import("vue").PropType<boolean>;
|
98
|
-
};
|
99
|
-
"layout-id": {
|
100
|
-
type: import("vue").PropType<string>;
|
101
|
-
};
|
102
|
-
layoutId: {
|
103
|
-
type: import("vue").PropType<string>;
|
104
|
-
};
|
105
|
-
section: {
|
106
|
-
type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
|
107
|
-
} & {
|
108
|
-
type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
|
109
|
-
};
|
110
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
111
|
-
propsDefinition: Omit<Readonly<{} & {
|
112
|
-
section?: Section<import("@omnia/fx-models").SectionSettings>;
|
113
|
-
layoutId?: string;
|
114
|
-
"layout-id"?: string;
|
115
|
-
useScrollMargingFix?: boolean;
|
116
|
-
"use-scroll-marging-fix"?: boolean;
|
117
|
-
tabState?: object;
|
118
|
-
"tab-state"?: object;
|
119
|
-
}>, never>;
|
120
|
-
};
|
121
|
-
export default _default;
|
@@ -1,142 +0,0 @@
|
|
1
|
-
import { SectionSettings, SectionItem, TabbedSectionItemSettings } from "../../../../models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"tab-state": {
|
5
|
-
type: import("vue").PropType<object>;
|
6
|
-
};
|
7
|
-
tabState: {
|
8
|
-
type: import("vue").PropType<object>;
|
9
|
-
};
|
10
|
-
"use-scroll-marging-fix": {
|
11
|
-
type: import("vue").PropType<boolean>;
|
12
|
-
};
|
13
|
-
useScrollMargingFix: {
|
14
|
-
type: import("vue").PropType<boolean>;
|
15
|
-
};
|
16
|
-
"layout-id": {
|
17
|
-
type: import("vue").PropType<string>;
|
18
|
-
};
|
19
|
-
layoutId: {
|
20
|
-
type: import("vue").PropType<string>;
|
21
|
-
};
|
22
|
-
settings: {
|
23
|
-
type: import("vue").PropType<SectionSettings>;
|
24
|
-
} & {
|
25
|
-
type: import("vue").PropType<SectionSettings>;
|
26
|
-
};
|
27
|
-
tab: {
|
28
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
29
|
-
} & {
|
30
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
31
|
-
};
|
32
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
33
|
-
"tab-state": {
|
34
|
-
type: import("vue").PropType<object>;
|
35
|
-
};
|
36
|
-
tabState: {
|
37
|
-
type: import("vue").PropType<object>;
|
38
|
-
};
|
39
|
-
"use-scroll-marging-fix": {
|
40
|
-
type: import("vue").PropType<boolean>;
|
41
|
-
};
|
42
|
-
useScrollMargingFix: {
|
43
|
-
type: import("vue").PropType<boolean>;
|
44
|
-
};
|
45
|
-
"layout-id": {
|
46
|
-
type: import("vue").PropType<string>;
|
47
|
-
};
|
48
|
-
layoutId: {
|
49
|
-
type: import("vue").PropType<string>;
|
50
|
-
};
|
51
|
-
settings: {
|
52
|
-
type: import("vue").PropType<SectionSettings>;
|
53
|
-
} & {
|
54
|
-
type: import("vue").PropType<SectionSettings>;
|
55
|
-
};
|
56
|
-
tab: {
|
57
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
58
|
-
} & {
|
59
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
60
|
-
};
|
61
|
-
}>>, {}, true, {}, {}, {
|
62
|
-
P: {};
|
63
|
-
B: {};
|
64
|
-
D: {};
|
65
|
-
C: {};
|
66
|
-
M: {};
|
67
|
-
Defaults: {};
|
68
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
69
|
-
"tab-state": {
|
70
|
-
type: import("vue").PropType<object>;
|
71
|
-
};
|
72
|
-
tabState: {
|
73
|
-
type: import("vue").PropType<object>;
|
74
|
-
};
|
75
|
-
"use-scroll-marging-fix": {
|
76
|
-
type: import("vue").PropType<boolean>;
|
77
|
-
};
|
78
|
-
useScrollMargingFix: {
|
79
|
-
type: import("vue").PropType<boolean>;
|
80
|
-
};
|
81
|
-
"layout-id": {
|
82
|
-
type: import("vue").PropType<string>;
|
83
|
-
};
|
84
|
-
layoutId: {
|
85
|
-
type: import("vue").PropType<string>;
|
86
|
-
};
|
87
|
-
settings: {
|
88
|
-
type: import("vue").PropType<SectionSettings>;
|
89
|
-
} & {
|
90
|
-
type: import("vue").PropType<SectionSettings>;
|
91
|
-
};
|
92
|
-
tab: {
|
93
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
94
|
-
} & {
|
95
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
96
|
-
};
|
97
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
98
|
-
__isFragment?: never;
|
99
|
-
__isTeleport?: never;
|
100
|
-
__isSuspense?: never;
|
101
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
102
|
-
"tab-state": {
|
103
|
-
type: import("vue").PropType<object>;
|
104
|
-
};
|
105
|
-
tabState: {
|
106
|
-
type: import("vue").PropType<object>;
|
107
|
-
};
|
108
|
-
"use-scroll-marging-fix": {
|
109
|
-
type: import("vue").PropType<boolean>;
|
110
|
-
};
|
111
|
-
useScrollMargingFix: {
|
112
|
-
type: import("vue").PropType<boolean>;
|
113
|
-
};
|
114
|
-
"layout-id": {
|
115
|
-
type: import("vue").PropType<string>;
|
116
|
-
};
|
117
|
-
layoutId: {
|
118
|
-
type: import("vue").PropType<string>;
|
119
|
-
};
|
120
|
-
settings: {
|
121
|
-
type: import("vue").PropType<SectionSettings>;
|
122
|
-
} & {
|
123
|
-
type: import("vue").PropType<SectionSettings>;
|
124
|
-
};
|
125
|
-
tab: {
|
126
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
127
|
-
} & {
|
128
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
129
|
-
};
|
130
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
131
|
-
propsDefinition: Omit<Readonly<{} & {
|
132
|
-
tab?: SectionItem<TabbedSectionItemSettings>;
|
133
|
-
settings?: SectionSettings;
|
134
|
-
layoutId?: string;
|
135
|
-
"layout-id"?: string;
|
136
|
-
useScrollMargingFix?: boolean;
|
137
|
-
"use-scroll-marging-fix"?: boolean;
|
138
|
-
tabState?: object;
|
139
|
-
"tab-state"?: object;
|
140
|
-
}>, never>;
|
141
|
-
};
|
142
|
-
export default _default;
|
@@ -1,168 +0,0 @@
|
|
1
|
-
import { SectionSettings, SectionItem, TabbedSectionItemSettings } from "@omnia/fx/models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"use-scroll-marging-fix": {
|
5
|
-
type: import("vue").PropType<boolean>;
|
6
|
-
};
|
7
|
-
useScrollMargingFix: {
|
8
|
-
type: import("vue").PropType<boolean>;
|
9
|
-
};
|
10
|
-
"layout-id": {
|
11
|
-
type: import("vue").PropType<string>;
|
12
|
-
};
|
13
|
-
layoutId: {
|
14
|
-
type: import("vue").PropType<string>;
|
15
|
-
};
|
16
|
-
tab: {
|
17
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
18
|
-
} & {
|
19
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
20
|
-
};
|
21
|
-
settings: {
|
22
|
-
type: import("vue").PropType<SectionSettings>;
|
23
|
-
} & {
|
24
|
-
type: import("vue").PropType<SectionSettings>;
|
25
|
-
};
|
26
|
-
"design-render": {
|
27
|
-
type: import("vue").PropType<boolean>;
|
28
|
-
};
|
29
|
-
designRender: {
|
30
|
-
type: import("vue").PropType<boolean>;
|
31
|
-
};
|
32
|
-
"theme-target-id": {
|
33
|
-
type: import("vue").PropType<string>;
|
34
|
-
};
|
35
|
-
themeTargetId: {
|
36
|
-
type: import("vue").PropType<string>;
|
37
|
-
};
|
38
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
39
|
-
"use-scroll-marging-fix": {
|
40
|
-
type: import("vue").PropType<boolean>;
|
41
|
-
};
|
42
|
-
useScrollMargingFix: {
|
43
|
-
type: import("vue").PropType<boolean>;
|
44
|
-
};
|
45
|
-
"layout-id": {
|
46
|
-
type: import("vue").PropType<string>;
|
47
|
-
};
|
48
|
-
layoutId: {
|
49
|
-
type: import("vue").PropType<string>;
|
50
|
-
};
|
51
|
-
tab: {
|
52
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
53
|
-
} & {
|
54
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
55
|
-
};
|
56
|
-
settings: {
|
57
|
-
type: import("vue").PropType<SectionSettings>;
|
58
|
-
} & {
|
59
|
-
type: import("vue").PropType<SectionSettings>;
|
60
|
-
};
|
61
|
-
"design-render": {
|
62
|
-
type: import("vue").PropType<boolean>;
|
63
|
-
};
|
64
|
-
designRender: {
|
65
|
-
type: import("vue").PropType<boolean>;
|
66
|
-
};
|
67
|
-
"theme-target-id": {
|
68
|
-
type: import("vue").PropType<string>;
|
69
|
-
};
|
70
|
-
themeTargetId: {
|
71
|
-
type: import("vue").PropType<string>;
|
72
|
-
};
|
73
|
-
}>>, {}, true, {}, {}, {
|
74
|
-
P: {};
|
75
|
-
B: {};
|
76
|
-
D: {};
|
77
|
-
C: {};
|
78
|
-
M: {};
|
79
|
-
Defaults: {};
|
80
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
81
|
-
"use-scroll-marging-fix": {
|
82
|
-
type: import("vue").PropType<boolean>;
|
83
|
-
};
|
84
|
-
useScrollMargingFix: {
|
85
|
-
type: import("vue").PropType<boolean>;
|
86
|
-
};
|
87
|
-
"layout-id": {
|
88
|
-
type: import("vue").PropType<string>;
|
89
|
-
};
|
90
|
-
layoutId: {
|
91
|
-
type: import("vue").PropType<string>;
|
92
|
-
};
|
93
|
-
tab: {
|
94
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
95
|
-
} & {
|
96
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
97
|
-
};
|
98
|
-
settings: {
|
99
|
-
type: import("vue").PropType<SectionSettings>;
|
100
|
-
} & {
|
101
|
-
type: import("vue").PropType<SectionSettings>;
|
102
|
-
};
|
103
|
-
"design-render": {
|
104
|
-
type: import("vue").PropType<boolean>;
|
105
|
-
};
|
106
|
-
designRender: {
|
107
|
-
type: import("vue").PropType<boolean>;
|
108
|
-
};
|
109
|
-
"theme-target-id": {
|
110
|
-
type: import("vue").PropType<string>;
|
111
|
-
};
|
112
|
-
themeTargetId: {
|
113
|
-
type: import("vue").PropType<string>;
|
114
|
-
};
|
115
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
116
|
-
__isFragment?: never;
|
117
|
-
__isTeleport?: never;
|
118
|
-
__isSuspense?: never;
|
119
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
120
|
-
"use-scroll-marging-fix": {
|
121
|
-
type: import("vue").PropType<boolean>;
|
122
|
-
};
|
123
|
-
useScrollMargingFix: {
|
124
|
-
type: import("vue").PropType<boolean>;
|
125
|
-
};
|
126
|
-
"layout-id": {
|
127
|
-
type: import("vue").PropType<string>;
|
128
|
-
};
|
129
|
-
layoutId: {
|
130
|
-
type: import("vue").PropType<string>;
|
131
|
-
};
|
132
|
-
tab: {
|
133
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
134
|
-
} & {
|
135
|
-
type: import("vue").PropType<SectionItem<TabbedSectionItemSettings>>;
|
136
|
-
};
|
137
|
-
settings: {
|
138
|
-
type: import("vue").PropType<SectionSettings>;
|
139
|
-
} & {
|
140
|
-
type: import("vue").PropType<SectionSettings>;
|
141
|
-
};
|
142
|
-
"design-render": {
|
143
|
-
type: import("vue").PropType<boolean>;
|
144
|
-
};
|
145
|
-
designRender: {
|
146
|
-
type: import("vue").PropType<boolean>;
|
147
|
-
};
|
148
|
-
"theme-target-id": {
|
149
|
-
type: import("vue").PropType<string>;
|
150
|
-
};
|
151
|
-
themeTargetId: {
|
152
|
-
type: import("vue").PropType<string>;
|
153
|
-
};
|
154
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
155
|
-
propsDefinition: Omit<Readonly<{} & {
|
156
|
-
tab?: SectionItem<TabbedSectionItemSettings>;
|
157
|
-
themeTargetId?: string;
|
158
|
-
settings?: SectionSettings;
|
159
|
-
designRender?: boolean;
|
160
|
-
"design-render"?: boolean;
|
161
|
-
layoutId?: string;
|
162
|
-
"theme-target-id"?: string;
|
163
|
-
"layout-id"?: string;
|
164
|
-
useScrollMargingFix?: boolean;
|
165
|
-
"use-scroll-marging-fix"?: boolean;
|
166
|
-
}>, never>;
|
167
|
-
};
|
168
|
-
export default _default;
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|