@omnia/fx 8.0.70-dev → 8.0.71-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/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -188
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.css.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -212
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +0 -212
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -198
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlockEditorHooks.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumn.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumnEditorHooks.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSectionEditorHooks.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/internal.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/index.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +11 -11
- 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.d.ts +1 -1
- 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/LayoutTabRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +0 -19
- /package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelection.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelection.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelector.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelector.d.ts +0 -0
@@ -255,8 +255,8 @@ declare const _default: {
|
|
255
255
|
};
|
256
256
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
257
257
|
propsDefinition: Omit<Readonly<{
|
258
|
-
context: FilterEngineContext;
|
259
258
|
getApi: (handler: FilterEngineHandler) => void;
|
259
|
+
context: FilterEngineContext;
|
260
260
|
renderContent: () => JSX.Element | JSX.Element[];
|
261
261
|
} & {
|
262
262
|
spacing?: SpacingSettings;
|
@@ -5,14 +5,14 @@ declare const _default: {
|
|
5
5
|
variant: {
|
6
6
|
type: import("vue").PropType<JourneyVariant>;
|
7
7
|
};
|
8
|
-
|
8
|
+
getApi: {
|
9
9
|
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
10
10
|
};
|
11
11
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
12
12
|
variant: {
|
13
13
|
type: import("vue").PropType<JourneyVariant>;
|
14
14
|
};
|
15
|
-
|
15
|
+
getApi: {
|
16
16
|
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
17
17
|
};
|
18
18
|
}>>, {}, true, {}, {}, {
|
@@ -26,7 +26,7 @@ declare const _default: {
|
|
26
26
|
variant: {
|
27
27
|
type: import("vue").PropType<JourneyVariant>;
|
28
28
|
};
|
29
|
-
|
29
|
+
getApi: {
|
30
30
|
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
31
31
|
};
|
32
32
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
@@ -37,13 +37,13 @@ declare const _default: {
|
|
37
37
|
variant: {
|
38
38
|
type: import("vue").PropType<JourneyVariant>;
|
39
39
|
};
|
40
|
-
|
40
|
+
getApi: {
|
41
41
|
type: import("vue").PropType<(store: ReturnType<typeof useJourneyStore>) => void>;
|
42
42
|
};
|
43
43
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
44
|
propsDefinition: Omit<Readonly<{} & {
|
45
45
|
variant?: JourneyVariant;
|
46
|
-
|
46
|
+
getApi?: (store: ReturnType<typeof useJourneyStore>) => void;
|
47
47
|
}>, never>;
|
48
48
|
};
|
49
49
|
export default _default;
|
@@ -262,9 +262,9 @@ declare const _default: {
|
|
262
262
|
closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
263
263
|
rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
264
264
|
}>;
|
265
|
-
"auth-disabled"?: boolean;
|
266
265
|
getApi?: (inst: LayoutEditorCanvasApi) => void;
|
267
266
|
"get-api"?: (inst: LayoutEditorCanvasApi) => void;
|
267
|
+
"auth-disabled"?: boolean;
|
268
268
|
}>, never>;
|
269
269
|
};
|
270
270
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts
CHANGED
@@ -1,188 +0,0 @@
|
|
1
|
-
import { VueComponentBaseProps } from "../../..";
|
2
|
-
import { Block, LayoutItem, SectionSettings } from "../../../../models";
|
3
|
-
export interface BlockProps extends VueComponentBaseProps {
|
4
|
-
block: Block;
|
5
|
-
parentContainer: LayoutItem;
|
6
|
-
settings: SectionSettings;
|
7
|
-
orphaned?: boolean;
|
8
|
-
}
|
9
|
-
declare const _default: {
|
10
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
11
|
-
"theme-target-id": {
|
12
|
-
type: import("vue").PropType<string>;
|
13
|
-
};
|
14
|
-
themeTargetId: {
|
15
|
-
type: import("vue").PropType<string>;
|
16
|
-
};
|
17
|
-
orphaned: {
|
18
|
-
type: import("vue").PropType<boolean>;
|
19
|
-
} & {
|
20
|
-
type: import("vue").PropType<boolean>;
|
21
|
-
};
|
22
|
-
settings: {
|
23
|
-
type: import("vue").PropType<SectionSettings>;
|
24
|
-
} & {
|
25
|
-
type: import("vue").PropType<SectionSettings>;
|
26
|
-
};
|
27
|
-
"parent-container": {
|
28
|
-
type: import("vue").PropType<LayoutItem>;
|
29
|
-
};
|
30
|
-
parentContainer: {
|
31
|
-
type: import("vue").PropType<LayoutItem>;
|
32
|
-
};
|
33
|
-
block: {
|
34
|
-
type: import("vue").PropType<Block>;
|
35
|
-
} & {
|
36
|
-
type: import("vue").PropType<Block>;
|
37
|
-
};
|
38
|
-
colorSchemaType?: any;
|
39
|
-
container?: any;
|
40
|
-
colors?: any;
|
41
|
-
blueprintType?: any;
|
42
|
-
blueprint?: any;
|
43
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
44
|
-
"theme-target-id": {
|
45
|
-
type: import("vue").PropType<string>;
|
46
|
-
};
|
47
|
-
themeTargetId: {
|
48
|
-
type: import("vue").PropType<string>;
|
49
|
-
};
|
50
|
-
orphaned: {
|
51
|
-
type: import("vue").PropType<boolean>;
|
52
|
-
} & {
|
53
|
-
type: import("vue").PropType<boolean>;
|
54
|
-
};
|
55
|
-
settings: {
|
56
|
-
type: import("vue").PropType<SectionSettings>;
|
57
|
-
} & {
|
58
|
-
type: import("vue").PropType<SectionSettings>;
|
59
|
-
};
|
60
|
-
"parent-container": {
|
61
|
-
type: import("vue").PropType<LayoutItem>;
|
62
|
-
};
|
63
|
-
parentContainer: {
|
64
|
-
type: import("vue").PropType<LayoutItem>;
|
65
|
-
};
|
66
|
-
block: {
|
67
|
-
type: import("vue").PropType<Block>;
|
68
|
-
} & {
|
69
|
-
type: import("vue").PropType<Block>;
|
70
|
-
};
|
71
|
-
colorSchemaType?: any;
|
72
|
-
container?: any;
|
73
|
-
colors?: any;
|
74
|
-
blueprintType?: any;
|
75
|
-
blueprint?: any;
|
76
|
-
}>>, {
|
77
|
-
container?: any;
|
78
|
-
blueprint?: any;
|
79
|
-
colorSchemaType?: any;
|
80
|
-
blueprintType?: any;
|
81
|
-
colors?: any;
|
82
|
-
}, true, {}, {}, {
|
83
|
-
P: {};
|
84
|
-
B: {};
|
85
|
-
D: {};
|
86
|
-
C: {};
|
87
|
-
M: {};
|
88
|
-
Defaults: {};
|
89
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
90
|
-
"theme-target-id": {
|
91
|
-
type: import("vue").PropType<string>;
|
92
|
-
};
|
93
|
-
themeTargetId: {
|
94
|
-
type: import("vue").PropType<string>;
|
95
|
-
};
|
96
|
-
orphaned: {
|
97
|
-
type: import("vue").PropType<boolean>;
|
98
|
-
} & {
|
99
|
-
type: import("vue").PropType<boolean>;
|
100
|
-
};
|
101
|
-
settings: {
|
102
|
-
type: import("vue").PropType<SectionSettings>;
|
103
|
-
} & {
|
104
|
-
type: import("vue").PropType<SectionSettings>;
|
105
|
-
};
|
106
|
-
"parent-container": {
|
107
|
-
type: import("vue").PropType<LayoutItem>;
|
108
|
-
};
|
109
|
-
parentContainer: {
|
110
|
-
type: import("vue").PropType<LayoutItem>;
|
111
|
-
};
|
112
|
-
block: {
|
113
|
-
type: import("vue").PropType<Block>;
|
114
|
-
} & {
|
115
|
-
type: import("vue").PropType<Block>;
|
116
|
-
};
|
117
|
-
colorSchemaType?: any;
|
118
|
-
container?: any;
|
119
|
-
colors?: any;
|
120
|
-
blueprintType?: any;
|
121
|
-
blueprint?: any;
|
122
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
123
|
-
container?: any;
|
124
|
-
blueprint?: any;
|
125
|
-
colorSchemaType?: any;
|
126
|
-
blueprintType?: any;
|
127
|
-
colors?: any;
|
128
|
-
}>;
|
129
|
-
__isFragment?: never;
|
130
|
-
__isTeleport?: never;
|
131
|
-
__isSuspense?: never;
|
132
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
133
|
-
"theme-target-id": {
|
134
|
-
type: import("vue").PropType<string>;
|
135
|
-
};
|
136
|
-
themeTargetId: {
|
137
|
-
type: import("vue").PropType<string>;
|
138
|
-
};
|
139
|
-
orphaned: {
|
140
|
-
type: import("vue").PropType<boolean>;
|
141
|
-
} & {
|
142
|
-
type: import("vue").PropType<boolean>;
|
143
|
-
};
|
144
|
-
settings: {
|
145
|
-
type: import("vue").PropType<SectionSettings>;
|
146
|
-
} & {
|
147
|
-
type: import("vue").PropType<SectionSettings>;
|
148
|
-
};
|
149
|
-
"parent-container": {
|
150
|
-
type: import("vue").PropType<LayoutItem>;
|
151
|
-
};
|
152
|
-
parentContainer: {
|
153
|
-
type: import("vue").PropType<LayoutItem>;
|
154
|
-
};
|
155
|
-
block: {
|
156
|
-
type: import("vue").PropType<Block>;
|
157
|
-
} & {
|
158
|
-
type: import("vue").PropType<Block>;
|
159
|
-
};
|
160
|
-
colorSchemaType?: any;
|
161
|
-
container?: any;
|
162
|
-
colors?: any;
|
163
|
-
blueprintType?: any;
|
164
|
-
blueprint?: any;
|
165
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
166
|
-
container?: any;
|
167
|
-
blueprint?: any;
|
168
|
-
colorSchemaType?: any;
|
169
|
-
blueprintType?: any;
|
170
|
-
colors?: any;
|
171
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
172
|
-
propsDefinition: Omit<Readonly<{
|
173
|
-
container?: any;
|
174
|
-
blueprint?: any;
|
175
|
-
colorSchemaType?: any;
|
176
|
-
blueprintType?: any;
|
177
|
-
colors?: any;
|
178
|
-
} & {
|
179
|
-
block?: Block;
|
180
|
-
themeTargetId?: string;
|
181
|
-
settings?: SectionSettings;
|
182
|
-
parentContainer?: LayoutItem;
|
183
|
-
"theme-target-id"?: string;
|
184
|
-
"parent-container"?: LayoutItem;
|
185
|
-
orphaned?: boolean;
|
186
|
-
}>, never>;
|
187
|
-
};
|
188
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.css.d.ts
CHANGED
@@ -1,15 +0,0 @@
|
|
1
|
-
import { SectionSettings } from "../../../../models";
|
2
|
-
/**
|
3
|
-
* Styles for the LayoutColumnStyles component
|
4
|
-
*/
|
5
|
-
export declare const LayoutColumnStyles: {
|
6
|
-
contentMode: {
|
7
|
-
container: string;
|
8
|
-
};
|
9
|
-
layoutMode: {
|
10
|
-
container: string;
|
11
|
-
positionItemSelectorOnBorder: string;
|
12
|
-
positionItemSelectorCenter: string;
|
13
|
-
noBlockStyle: (settings: SectionSettings) => string;
|
14
|
-
};
|
15
|
-
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts
CHANGED
@@ -1,212 +0,0 @@
|
|
1
|
-
import { SectionSettings, SectionItem, ColumnedSectionItemSettings } from "../../../../models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"theme-target-id": {
|
5
|
-
type: import("vue").PropType<string>;
|
6
|
-
};
|
7
|
-
themeTargetId: {
|
8
|
-
type: import("vue").PropType<string>;
|
9
|
-
};
|
10
|
-
"tab-state": {
|
11
|
-
type: import("vue").PropType<object>;
|
12
|
-
};
|
13
|
-
tabState: {
|
14
|
-
type: import("vue").PropType<object>;
|
15
|
-
};
|
16
|
-
"use-scroll-marging-fix": {
|
17
|
-
type: import("vue").PropType<boolean>;
|
18
|
-
};
|
19
|
-
useScrollMargingFix: {
|
20
|
-
type: import("vue").PropType<boolean>;
|
21
|
-
};
|
22
|
-
"layout-id": {
|
23
|
-
type: import("vue").PropType<string>;
|
24
|
-
};
|
25
|
-
layoutId: {
|
26
|
-
type: import("vue").PropType<string>;
|
27
|
-
};
|
28
|
-
settings: {
|
29
|
-
type: import("vue").PropType<SectionSettings>;
|
30
|
-
} & {
|
31
|
-
type: import("vue").PropType<SectionSettings>;
|
32
|
-
};
|
33
|
-
column: {
|
34
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
35
|
-
} & {
|
36
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
37
|
-
};
|
38
|
-
colorSchemaType?: any;
|
39
|
-
container?: any;
|
40
|
-
colors?: any;
|
41
|
-
blueprintType?: any;
|
42
|
-
blueprint?: any;
|
43
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
44
|
-
"theme-target-id": {
|
45
|
-
type: import("vue").PropType<string>;
|
46
|
-
};
|
47
|
-
themeTargetId: {
|
48
|
-
type: import("vue").PropType<string>;
|
49
|
-
};
|
50
|
-
"tab-state": {
|
51
|
-
type: import("vue").PropType<object>;
|
52
|
-
};
|
53
|
-
tabState: {
|
54
|
-
type: import("vue").PropType<object>;
|
55
|
-
};
|
56
|
-
"use-scroll-marging-fix": {
|
57
|
-
type: import("vue").PropType<boolean>;
|
58
|
-
};
|
59
|
-
useScrollMargingFix: {
|
60
|
-
type: import("vue").PropType<boolean>;
|
61
|
-
};
|
62
|
-
"layout-id": {
|
63
|
-
type: import("vue").PropType<string>;
|
64
|
-
};
|
65
|
-
layoutId: {
|
66
|
-
type: import("vue").PropType<string>;
|
67
|
-
};
|
68
|
-
settings: {
|
69
|
-
type: import("vue").PropType<SectionSettings>;
|
70
|
-
} & {
|
71
|
-
type: import("vue").PropType<SectionSettings>;
|
72
|
-
};
|
73
|
-
column: {
|
74
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
75
|
-
} & {
|
76
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
77
|
-
};
|
78
|
-
colorSchemaType?: any;
|
79
|
-
container?: any;
|
80
|
-
colors?: any;
|
81
|
-
blueprintType?: any;
|
82
|
-
blueprint?: any;
|
83
|
-
}>>, {
|
84
|
-
container?: any;
|
85
|
-
blueprint?: any;
|
86
|
-
colorSchemaType?: any;
|
87
|
-
blueprintType?: any;
|
88
|
-
colors?: any;
|
89
|
-
}, true, {}, {}, {
|
90
|
-
P: {};
|
91
|
-
B: {};
|
92
|
-
D: {};
|
93
|
-
C: {};
|
94
|
-
M: {};
|
95
|
-
Defaults: {};
|
96
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
97
|
-
"theme-target-id": {
|
98
|
-
type: import("vue").PropType<string>;
|
99
|
-
};
|
100
|
-
themeTargetId: {
|
101
|
-
type: import("vue").PropType<string>;
|
102
|
-
};
|
103
|
-
"tab-state": {
|
104
|
-
type: import("vue").PropType<object>;
|
105
|
-
};
|
106
|
-
tabState: {
|
107
|
-
type: import("vue").PropType<object>;
|
108
|
-
};
|
109
|
-
"use-scroll-marging-fix": {
|
110
|
-
type: import("vue").PropType<boolean>;
|
111
|
-
};
|
112
|
-
useScrollMargingFix: {
|
113
|
-
type: import("vue").PropType<boolean>;
|
114
|
-
};
|
115
|
-
"layout-id": {
|
116
|
-
type: import("vue").PropType<string>;
|
117
|
-
};
|
118
|
-
layoutId: {
|
119
|
-
type: import("vue").PropType<string>;
|
120
|
-
};
|
121
|
-
settings: {
|
122
|
-
type: import("vue").PropType<SectionSettings>;
|
123
|
-
} & {
|
124
|
-
type: import("vue").PropType<SectionSettings>;
|
125
|
-
};
|
126
|
-
column: {
|
127
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
128
|
-
} & {
|
129
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
130
|
-
};
|
131
|
-
colorSchemaType?: any;
|
132
|
-
container?: any;
|
133
|
-
colors?: any;
|
134
|
-
blueprintType?: any;
|
135
|
-
blueprint?: any;
|
136
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
137
|
-
container?: any;
|
138
|
-
blueprint?: any;
|
139
|
-
colorSchemaType?: any;
|
140
|
-
blueprintType?: any;
|
141
|
-
colors?: any;
|
142
|
-
}>;
|
143
|
-
__isFragment?: never;
|
144
|
-
__isTeleport?: never;
|
145
|
-
__isSuspense?: never;
|
146
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
147
|
-
"theme-target-id": {
|
148
|
-
type: import("vue").PropType<string>;
|
149
|
-
};
|
150
|
-
themeTargetId: {
|
151
|
-
type: import("vue").PropType<string>;
|
152
|
-
};
|
153
|
-
"tab-state": {
|
154
|
-
type: import("vue").PropType<object>;
|
155
|
-
};
|
156
|
-
tabState: {
|
157
|
-
type: import("vue").PropType<object>;
|
158
|
-
};
|
159
|
-
"use-scroll-marging-fix": {
|
160
|
-
type: import("vue").PropType<boolean>;
|
161
|
-
};
|
162
|
-
useScrollMargingFix: {
|
163
|
-
type: import("vue").PropType<boolean>;
|
164
|
-
};
|
165
|
-
"layout-id": {
|
166
|
-
type: import("vue").PropType<string>;
|
167
|
-
};
|
168
|
-
layoutId: {
|
169
|
-
type: import("vue").PropType<string>;
|
170
|
-
};
|
171
|
-
settings: {
|
172
|
-
type: import("vue").PropType<SectionSettings>;
|
173
|
-
} & {
|
174
|
-
type: import("vue").PropType<SectionSettings>;
|
175
|
-
};
|
176
|
-
column: {
|
177
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
178
|
-
} & {
|
179
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
180
|
-
};
|
181
|
-
colorSchemaType?: any;
|
182
|
-
container?: any;
|
183
|
-
colors?: any;
|
184
|
-
blueprintType?: any;
|
185
|
-
blueprint?: any;
|
186
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
187
|
-
container?: any;
|
188
|
-
blueprint?: any;
|
189
|
-
colorSchemaType?: any;
|
190
|
-
blueprintType?: any;
|
191
|
-
colors?: any;
|
192
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
193
|
-
propsDefinition: Omit<Readonly<{
|
194
|
-
container?: any;
|
195
|
-
blueprint?: any;
|
196
|
-
colorSchemaType?: any;
|
197
|
-
blueprintType?: any;
|
198
|
-
colors?: any;
|
199
|
-
} & {
|
200
|
-
column?: SectionItem<ColumnedSectionItemSettings>;
|
201
|
-
themeTargetId?: string;
|
202
|
-
settings?: SectionSettings;
|
203
|
-
layoutId?: string;
|
204
|
-
useScrollMargingFix?: boolean;
|
205
|
-
"theme-target-id"?: string;
|
206
|
-
"layout-id"?: string;
|
207
|
-
"use-scroll-marging-fix"?: boolean;
|
208
|
-
tabState?: object;
|
209
|
-
"tab-state"?: object;
|
210
|
-
}>, never>;
|
211
|
-
};
|
212
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts
CHANGED
@@ -1,212 +0,0 @@
|
|
1
|
-
import { PlaceHolderSectionSettings, SectionItem, ColumnedSectionItemSettings } from "../../../../models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"theme-target-id": {
|
5
|
-
type: import("vue").PropType<string>;
|
6
|
-
};
|
7
|
-
themeTargetId: {
|
8
|
-
type: import("vue").PropType<string>;
|
9
|
-
};
|
10
|
-
"tab-state": {
|
11
|
-
type: import("vue").PropType<object>;
|
12
|
-
};
|
13
|
-
tabState: {
|
14
|
-
type: import("vue").PropType<object>;
|
15
|
-
};
|
16
|
-
"use-scroll-marging-fix": {
|
17
|
-
type: import("vue").PropType<boolean>;
|
18
|
-
};
|
19
|
-
useScrollMargingFix: {
|
20
|
-
type: import("vue").PropType<boolean>;
|
21
|
-
};
|
22
|
-
"layout-id": {
|
23
|
-
type: import("vue").PropType<string>;
|
24
|
-
};
|
25
|
-
layoutId: {
|
26
|
-
type: import("vue").PropType<string>;
|
27
|
-
};
|
28
|
-
settings: {
|
29
|
-
type: import("vue").PropType<PlaceHolderSectionSettings>;
|
30
|
-
} & {
|
31
|
-
type: import("vue").PropType<PlaceHolderSectionSettings>;
|
32
|
-
};
|
33
|
-
column: {
|
34
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
35
|
-
} & {
|
36
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
37
|
-
};
|
38
|
-
colorSchemaType?: any;
|
39
|
-
container?: any;
|
40
|
-
colors?: any;
|
41
|
-
blueprintType?: any;
|
42
|
-
blueprint?: any;
|
43
|
-
}>>, () => void | JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
44
|
-
"theme-target-id": {
|
45
|
-
type: import("vue").PropType<string>;
|
46
|
-
};
|
47
|
-
themeTargetId: {
|
48
|
-
type: import("vue").PropType<string>;
|
49
|
-
};
|
50
|
-
"tab-state": {
|
51
|
-
type: import("vue").PropType<object>;
|
52
|
-
};
|
53
|
-
tabState: {
|
54
|
-
type: import("vue").PropType<object>;
|
55
|
-
};
|
56
|
-
"use-scroll-marging-fix": {
|
57
|
-
type: import("vue").PropType<boolean>;
|
58
|
-
};
|
59
|
-
useScrollMargingFix: {
|
60
|
-
type: import("vue").PropType<boolean>;
|
61
|
-
};
|
62
|
-
"layout-id": {
|
63
|
-
type: import("vue").PropType<string>;
|
64
|
-
};
|
65
|
-
layoutId: {
|
66
|
-
type: import("vue").PropType<string>;
|
67
|
-
};
|
68
|
-
settings: {
|
69
|
-
type: import("vue").PropType<PlaceHolderSectionSettings>;
|
70
|
-
} & {
|
71
|
-
type: import("vue").PropType<PlaceHolderSectionSettings>;
|
72
|
-
};
|
73
|
-
column: {
|
74
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
75
|
-
} & {
|
76
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
77
|
-
};
|
78
|
-
colorSchemaType?: any;
|
79
|
-
container?: any;
|
80
|
-
colors?: any;
|
81
|
-
blueprintType?: any;
|
82
|
-
blueprint?: any;
|
83
|
-
}>>, {
|
84
|
-
container?: any;
|
85
|
-
blueprint?: any;
|
86
|
-
colorSchemaType?: any;
|
87
|
-
blueprintType?: any;
|
88
|
-
colors?: any;
|
89
|
-
}, true, {}, {}, {
|
90
|
-
P: {};
|
91
|
-
B: {};
|
92
|
-
D: {};
|
93
|
-
C: {};
|
94
|
-
M: {};
|
95
|
-
Defaults: {};
|
96
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
97
|
-
"theme-target-id": {
|
98
|
-
type: import("vue").PropType<string>;
|
99
|
-
};
|
100
|
-
themeTargetId: {
|
101
|
-
type: import("vue").PropType<string>;
|
102
|
-
};
|
103
|
-
"tab-state": {
|
104
|
-
type: import("vue").PropType<object>;
|
105
|
-
};
|
106
|
-
tabState: {
|
107
|
-
type: import("vue").PropType<object>;
|
108
|
-
};
|
109
|
-
"use-scroll-marging-fix": {
|
110
|
-
type: import("vue").PropType<boolean>;
|
111
|
-
};
|
112
|
-
useScrollMargingFix: {
|
113
|
-
type: import("vue").PropType<boolean>;
|
114
|
-
};
|
115
|
-
"layout-id": {
|
116
|
-
type: import("vue").PropType<string>;
|
117
|
-
};
|
118
|
-
layoutId: {
|
119
|
-
type: import("vue").PropType<string>;
|
120
|
-
};
|
121
|
-
settings: {
|
122
|
-
type: import("vue").PropType<PlaceHolderSectionSettings>;
|
123
|
-
} & {
|
124
|
-
type: import("vue").PropType<PlaceHolderSectionSettings>;
|
125
|
-
};
|
126
|
-
column: {
|
127
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
128
|
-
} & {
|
129
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
130
|
-
};
|
131
|
-
colorSchemaType?: any;
|
132
|
-
container?: any;
|
133
|
-
colors?: any;
|
134
|
-
blueprintType?: any;
|
135
|
-
blueprint?: any;
|
136
|
-
}>>, () => void | JSX.Element, {}, {}, {}, {
|
137
|
-
container?: any;
|
138
|
-
blueprint?: any;
|
139
|
-
colorSchemaType?: any;
|
140
|
-
blueprintType?: any;
|
141
|
-
colors?: any;
|
142
|
-
}>;
|
143
|
-
__isFragment?: never;
|
144
|
-
__isTeleport?: never;
|
145
|
-
__isSuspense?: never;
|
146
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
147
|
-
"theme-target-id": {
|
148
|
-
type: import("vue").PropType<string>;
|
149
|
-
};
|
150
|
-
themeTargetId: {
|
151
|
-
type: import("vue").PropType<string>;
|
152
|
-
};
|
153
|
-
"tab-state": {
|
154
|
-
type: import("vue").PropType<object>;
|
155
|
-
};
|
156
|
-
tabState: {
|
157
|
-
type: import("vue").PropType<object>;
|
158
|
-
};
|
159
|
-
"use-scroll-marging-fix": {
|
160
|
-
type: import("vue").PropType<boolean>;
|
161
|
-
};
|
162
|
-
useScrollMargingFix: {
|
163
|
-
type: import("vue").PropType<boolean>;
|
164
|
-
};
|
165
|
-
"layout-id": {
|
166
|
-
type: import("vue").PropType<string>;
|
167
|
-
};
|
168
|
-
layoutId: {
|
169
|
-
type: import("vue").PropType<string>;
|
170
|
-
};
|
171
|
-
settings: {
|
172
|
-
type: import("vue").PropType<PlaceHolderSectionSettings>;
|
173
|
-
} & {
|
174
|
-
type: import("vue").PropType<PlaceHolderSectionSettings>;
|
175
|
-
};
|
176
|
-
column: {
|
177
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
178
|
-
} & {
|
179
|
-
type: import("vue").PropType<SectionItem<ColumnedSectionItemSettings>>;
|
180
|
-
};
|
181
|
-
colorSchemaType?: any;
|
182
|
-
container?: any;
|
183
|
-
colors?: any;
|
184
|
-
blueprintType?: any;
|
185
|
-
blueprint?: any;
|
186
|
-
}>>, () => void | JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
187
|
-
container?: any;
|
188
|
-
blueprint?: any;
|
189
|
-
colorSchemaType?: any;
|
190
|
-
blueprintType?: any;
|
191
|
-
colors?: any;
|
192
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
193
|
-
propsDefinition: Omit<Readonly<{
|
194
|
-
container?: any;
|
195
|
-
blueprint?: any;
|
196
|
-
colorSchemaType?: any;
|
197
|
-
blueprintType?: any;
|
198
|
-
colors?: any;
|
199
|
-
} & {
|
200
|
-
column?: SectionItem<ColumnedSectionItemSettings>;
|
201
|
-
themeTargetId?: string;
|
202
|
-
settings?: PlaceHolderSectionSettings;
|
203
|
-
layoutId?: string;
|
204
|
-
useScrollMargingFix?: boolean;
|
205
|
-
"theme-target-id"?: string;
|
206
|
-
"layout-id"?: string;
|
207
|
-
"use-scroll-marging-fix"?: boolean;
|
208
|
-
tabState?: object;
|
209
|
-
"tab-state"?: object;
|
210
|
-
}>, never>;
|
211
|
-
};
|
212
|
-
export default _default;
|