@omnia/fx 8.0.167-dev → 8.0.168-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/DefineVueTypings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +41 -24
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +33 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +17 -0
- package/package.json +2 -2
@@ -35,6 +35,10 @@ declare const _default: {
|
|
35
35
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
36
36
|
required: boolean;
|
37
37
|
};
|
38
|
+
blueprint: {
|
39
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
40
|
+
required: boolean;
|
41
|
+
};
|
38
42
|
};
|
39
43
|
class: {
|
40
44
|
class: {
|
@@ -78,6 +82,10 @@ declare const _default: {
|
|
78
82
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
79
83
|
required: boolean;
|
80
84
|
};
|
85
|
+
blueprint: {
|
86
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
87
|
+
required: boolean;
|
88
|
+
};
|
81
89
|
};
|
82
90
|
class: {
|
83
91
|
class: {
|
@@ -128,6 +136,10 @@ declare const _default: {
|
|
128
136
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
129
137
|
required: boolean;
|
130
138
|
};
|
139
|
+
blueprint: {
|
140
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
141
|
+
required: boolean;
|
142
|
+
};
|
131
143
|
};
|
132
144
|
class: {
|
133
145
|
class: {
|
@@ -175,6 +187,10 @@ declare const _default: {
|
|
175
187
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
176
188
|
required: boolean;
|
177
189
|
};
|
190
|
+
blueprint: {
|
191
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
192
|
+
required: boolean;
|
193
|
+
};
|
178
194
|
};
|
179
195
|
class: {
|
180
196
|
class: {
|
@@ -202,6 +218,10 @@ declare const _default: {
|
|
202
218
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
203
219
|
required: boolean;
|
204
220
|
};
|
221
|
+
blueprint: {
|
222
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
223
|
+
required: boolean;
|
224
|
+
};
|
205
225
|
};
|
206
226
|
class: {
|
207
227
|
class: {
|
@@ -64,6 +64,10 @@ declare const _default: {
|
|
64
64
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
65
65
|
required: boolean;
|
66
66
|
};
|
67
|
+
blueprint: {
|
68
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
69
|
+
required: boolean;
|
70
|
+
};
|
67
71
|
}>> & {
|
68
72
|
"onUpdate:modelValue"?: (value: FilterPickerFilter[]) => any;
|
69
73
|
"onItem:removed"?: (value: FilterPickerFilter) => any;
|
@@ -135,6 +139,10 @@ declare const _default: {
|
|
135
139
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
136
140
|
required: boolean;
|
137
141
|
};
|
142
|
+
blueprint: {
|
143
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
144
|
+
required: boolean;
|
145
|
+
};
|
138
146
|
}>> & {
|
139
147
|
"onUpdate:modelValue"?: (value: FilterPickerFilter[]) => any;
|
140
148
|
"onItem:removed"?: (value: FilterPickerFilter) => any;
|
@@ -211,6 +219,10 @@ declare const _default: {
|
|
211
219
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
212
220
|
required: boolean;
|
213
221
|
};
|
222
|
+
blueprint: {
|
223
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
224
|
+
required: boolean;
|
225
|
+
};
|
214
226
|
}>> & {
|
215
227
|
"onUpdate:modelValue"?: (value: FilterPickerFilter[]) => any;
|
216
228
|
"onItem:removed"?: (value: FilterPickerFilter) => any;
|
@@ -284,6 +296,10 @@ declare const _default: {
|
|
284
296
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
285
297
|
required: boolean;
|
286
298
|
};
|
299
|
+
blueprint: {
|
300
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
301
|
+
required: boolean;
|
302
|
+
};
|
287
303
|
}>> & {
|
288
304
|
"onUpdate:modelValue"?: (value: FilterPickerFilter[]) => any;
|
289
305
|
"onItem:removed"?: (value: FilterPickerFilter) => any;
|
@@ -298,6 +314,7 @@ declare const _default: {
|
|
298
314
|
propsDefinition: Omit<Readonly<{
|
299
315
|
filters: FilterPickerFilter[];
|
300
316
|
} & {
|
317
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
301
318
|
container?: boolean;
|
302
319
|
class?: String | String[];
|
303
320
|
label?: string;
|
@@ -93,6 +93,10 @@ declare const _default: {
|
|
93
93
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
94
94
|
required: boolean;
|
95
95
|
};
|
96
|
+
blueprint: {
|
97
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
98
|
+
required: boolean;
|
99
|
+
};
|
96
100
|
}>> & {
|
97
101
|
"onUpdate:modelValue"?: (value: any) => any;
|
98
102
|
"onUpdate:add"?: (value: any) => any;
|
@@ -194,6 +198,10 @@ declare const _default: {
|
|
194
198
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
195
199
|
required: boolean;
|
196
200
|
};
|
201
|
+
blueprint: {
|
202
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
203
|
+
required: boolean;
|
204
|
+
};
|
197
205
|
}>> & {
|
198
206
|
"onUpdate:modelValue"?: (value: any) => any;
|
199
207
|
"onUpdate:add"?: (value: any) => any;
|
@@ -300,6 +308,10 @@ declare const _default: {
|
|
300
308
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
301
309
|
required: boolean;
|
302
310
|
};
|
311
|
+
blueprint: {
|
312
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
313
|
+
required: boolean;
|
314
|
+
};
|
303
315
|
}>> & {
|
304
316
|
"onUpdate:modelValue"?: (value: any) => any;
|
305
317
|
"onUpdate:add"?: (value: any) => any;
|
@@ -403,6 +415,10 @@ declare const _default: {
|
|
403
415
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
404
416
|
required: boolean;
|
405
417
|
};
|
418
|
+
blueprint: {
|
419
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
420
|
+
required: boolean;
|
421
|
+
};
|
406
422
|
}>> & {
|
407
423
|
"onUpdate:modelValue"?: (value: any) => any;
|
408
424
|
"onUpdate:add"?: (value: any) => any;
|
@@ -476,6 +492,7 @@ declare const _default: {
|
|
476
492
|
};
|
477
493
|
}>;
|
478
494
|
};
|
495
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
479
496
|
container?: boolean;
|
480
497
|
class?: String | String[];
|
481
498
|
mandatory?: boolean;
|
@@ -33,6 +33,10 @@ declare const _default: {
|
|
33
33
|
type: import("vue").PropType<import("../../..").ColorSchemaStoreType>;
|
34
34
|
required: boolean;
|
35
35
|
};
|
36
|
+
blueprint: {
|
37
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
38
|
+
required: boolean;
|
39
|
+
};
|
36
40
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
37
41
|
description: {
|
38
42
|
type: import("vue").PropType<string>;
|
@@ -66,6 +70,10 @@ declare const _default: {
|
|
66
70
|
type: import("vue").PropType<import("../../..").ColorSchemaStoreType>;
|
67
71
|
required: boolean;
|
68
72
|
};
|
73
|
+
blueprint: {
|
74
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
75
|
+
required: boolean;
|
76
|
+
};
|
69
77
|
}>>, {
|
70
78
|
container: boolean;
|
71
79
|
}, true, {}, {}, {
|
@@ -108,6 +116,10 @@ declare const _default: {
|
|
108
116
|
type: import("vue").PropType<import("../../..").ColorSchemaStoreType>;
|
109
117
|
required: boolean;
|
110
118
|
};
|
119
|
+
blueprint: {
|
120
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
121
|
+
required: boolean;
|
122
|
+
};
|
111
123
|
}>>, () => JSX.Element, {}, {}, {}, {
|
112
124
|
container: boolean;
|
113
125
|
}>;
|
@@ -147,12 +159,17 @@ declare const _default: {
|
|
147
159
|
type: import("vue").PropType<import("../../..").ColorSchemaStoreType>;
|
148
160
|
required: boolean;
|
149
161
|
};
|
162
|
+
blueprint: {
|
163
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
164
|
+
required: boolean;
|
165
|
+
};
|
150
166
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
151
167
|
container: boolean;
|
152
168
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
153
169
|
propsDefinition: Omit<Readonly<{} & {
|
154
170
|
text?: string;
|
155
171
|
icon?: IIcon;
|
172
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
156
173
|
title?: string;
|
157
174
|
container?: boolean;
|
158
175
|
description?: string;
|
@@ -36,6 +36,10 @@ declare const _default: {
|
|
36
36
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
37
37
|
required: boolean;
|
38
38
|
};
|
39
|
+
blueprint: {
|
40
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
41
|
+
required: boolean;
|
42
|
+
};
|
39
43
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
40
44
|
"use-theme": {
|
41
45
|
type: import("vue").PropType<boolean>;
|
@@ -72,6 +76,10 @@ declare const _default: {
|
|
72
76
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
73
77
|
required: boolean;
|
74
78
|
};
|
79
|
+
blueprint: {
|
80
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
81
|
+
required: boolean;
|
82
|
+
};
|
75
83
|
}>>, {
|
76
84
|
container: boolean;
|
77
85
|
}, true, {}, {}, {
|
@@ -117,6 +125,10 @@ declare const _default: {
|
|
117
125
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
118
126
|
required: boolean;
|
119
127
|
};
|
128
|
+
blueprint: {
|
129
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
130
|
+
required: boolean;
|
131
|
+
};
|
120
132
|
}>>, () => JSX.Element, {}, {}, {}, {
|
121
133
|
container: boolean;
|
122
134
|
}>;
|
@@ -159,10 +171,15 @@ declare const _default: {
|
|
159
171
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
160
172
|
required: boolean;
|
161
173
|
};
|
174
|
+
blueprint: {
|
175
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
176
|
+
required: boolean;
|
177
|
+
};
|
162
178
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
163
179
|
container: boolean;
|
164
180
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
165
181
|
propsDefinition: Omit<Readonly<{} & {
|
182
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
166
183
|
container?: boolean;
|
167
184
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
168
185
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts
CHANGED
@@ -12,6 +12,10 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
13
13
|
required: boolean;
|
14
14
|
};
|
15
|
+
blueprint: {
|
16
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
17
|
+
required: boolean;
|
18
|
+
};
|
15
19
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
16
20
|
colorSchemaType: {
|
17
21
|
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
@@ -25,6 +29,10 @@ declare const _default: {
|
|
25
29
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
26
30
|
required: boolean;
|
27
31
|
};
|
32
|
+
blueprint: {
|
33
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
34
|
+
required: boolean;
|
35
|
+
};
|
28
36
|
}>>, {
|
29
37
|
container: boolean;
|
30
38
|
}, true, {}, {}, {
|
@@ -47,6 +55,10 @@ declare const _default: {
|
|
47
55
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
48
56
|
required: boolean;
|
49
57
|
};
|
58
|
+
blueprint: {
|
59
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
60
|
+
required: boolean;
|
61
|
+
};
|
50
62
|
}>>, () => JSX.Element, {}, {}, {}, {
|
51
63
|
container: boolean;
|
52
64
|
}>;
|
@@ -66,10 +78,15 @@ declare const _default: {
|
|
66
78
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
67
79
|
required: boolean;
|
68
80
|
};
|
81
|
+
blueprint: {
|
82
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
83
|
+
required: boolean;
|
84
|
+
};
|
69
85
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
70
86
|
container: boolean;
|
71
87
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
72
88
|
propsDefinition: Omit<Readonly<{} & {
|
89
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
73
90
|
container?: boolean;
|
74
91
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
75
92
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -35,6 +35,10 @@ declare const _default: {
|
|
35
35
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
36
36
|
required: boolean;
|
37
37
|
};
|
38
|
+
blueprint: {
|
39
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
40
|
+
required: boolean;
|
41
|
+
};
|
38
42
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
39
43
|
"alternative-content": {
|
40
44
|
type: import("vue").PropType<JSX.Element>;
|
@@ -70,6 +74,10 @@ declare const _default: {
|
|
70
74
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
71
75
|
required: boolean;
|
72
76
|
};
|
77
|
+
blueprint: {
|
78
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
79
|
+
required: boolean;
|
80
|
+
};
|
73
81
|
}>>, {
|
74
82
|
container: boolean;
|
75
83
|
}, true, {}, {}, {
|
@@ -114,6 +122,10 @@ declare const _default: {
|
|
114
122
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
115
123
|
required: boolean;
|
116
124
|
};
|
125
|
+
blueprint: {
|
126
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
127
|
+
required: boolean;
|
128
|
+
};
|
117
129
|
}>>, () => JSX.Element, {}, {}, {}, {
|
118
130
|
container: boolean;
|
119
131
|
}>;
|
@@ -155,10 +167,15 @@ declare const _default: {
|
|
155
167
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
156
168
|
required: boolean;
|
157
169
|
};
|
170
|
+
blueprint: {
|
171
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
172
|
+
required: boolean;
|
173
|
+
};
|
158
174
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
159
175
|
container: boolean;
|
160
176
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
161
177
|
propsDefinition: Omit<Readonly<{} & {
|
178
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
162
179
|
title?: string;
|
163
180
|
container?: boolean;
|
164
181
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts
CHANGED
@@ -29,6 +29,10 @@ declare const _default: {
|
|
29
29
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
30
30
|
required: boolean;
|
31
31
|
};
|
32
|
+
blueprint: {
|
33
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
34
|
+
required: boolean;
|
35
|
+
};
|
32
36
|
class: {
|
33
37
|
type: import("vue").PropType<String | String[]>;
|
34
38
|
required: boolean;
|
@@ -62,6 +66,10 @@ declare const _default: {
|
|
62
66
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
63
67
|
required: boolean;
|
64
68
|
};
|
69
|
+
blueprint: {
|
70
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
71
|
+
required: boolean;
|
72
|
+
};
|
65
73
|
class: {
|
66
74
|
type: import("vue").PropType<String | String[]>;
|
67
75
|
required: boolean;
|
@@ -104,6 +112,10 @@ declare const _default: {
|
|
104
112
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
105
113
|
required: boolean;
|
106
114
|
};
|
115
|
+
blueprint: {
|
116
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
117
|
+
required: boolean;
|
118
|
+
};
|
107
119
|
class: {
|
108
120
|
type: import("vue").PropType<String | String[]>;
|
109
121
|
required: boolean;
|
@@ -143,6 +155,10 @@ declare const _default: {
|
|
143
155
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
144
156
|
required: boolean;
|
145
157
|
};
|
158
|
+
blueprint: {
|
159
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
160
|
+
required: boolean;
|
161
|
+
};
|
146
162
|
class: {
|
147
163
|
type: import("vue").PropType<String | String[]>;
|
148
164
|
required: boolean;
|
@@ -151,6 +167,7 @@ declare const _default: {
|
|
151
167
|
container: boolean;
|
152
168
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
153
169
|
propsDefinition: Omit<Readonly<{} & {
|
170
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
154
171
|
container?: boolean;
|
155
172
|
class?: String | String[];
|
156
173
|
filled?: boolean;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
CHANGED
@@ -44,6 +44,10 @@ declare const _default: {
|
|
44
44
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
45
45
|
required: boolean;
|
46
46
|
};
|
47
|
+
blueprint: {
|
48
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
49
|
+
required: boolean;
|
50
|
+
};
|
47
51
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
48
52
|
small: {
|
49
53
|
type: import("vue").PropType<boolean>;
|
@@ -80,6 +84,10 @@ declare const _default: {
|
|
80
84
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
81
85
|
required: boolean;
|
82
86
|
};
|
87
|
+
blueprint: {
|
88
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
89
|
+
required: boolean;
|
90
|
+
};
|
83
91
|
}>>, {
|
84
92
|
container: boolean;
|
85
93
|
}, true, {}, {}, {
|
@@ -125,6 +133,10 @@ declare const _default: {
|
|
125
133
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
126
134
|
required: boolean;
|
127
135
|
};
|
136
|
+
blueprint: {
|
137
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
138
|
+
required: boolean;
|
139
|
+
};
|
128
140
|
}>>, () => JSX.Element, {}, {}, {}, {
|
129
141
|
container: boolean;
|
130
142
|
}>;
|
@@ -167,10 +179,15 @@ declare const _default: {
|
|
167
179
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
168
180
|
required: boolean;
|
169
181
|
};
|
182
|
+
blueprint: {
|
183
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
184
|
+
required: boolean;
|
185
|
+
};
|
170
186
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
171
187
|
container: boolean;
|
172
188
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
173
189
|
propsDefinition: Omit<Readonly<{} & {
|
190
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
174
191
|
small?: boolean;
|
175
192
|
container?: boolean;
|
176
193
|
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -18,6 +18,10 @@ declare const _default: {
|
|
18
18
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
19
19
|
required: boolean;
|
20
20
|
};
|
21
|
+
blueprint: {
|
22
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
23
|
+
required: boolean;
|
24
|
+
};
|
21
25
|
}>> & {
|
22
26
|
onClick?: () => any;
|
23
27
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -40,6 +44,10 @@ declare const _default: {
|
|
40
44
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
41
45
|
required: boolean;
|
42
46
|
};
|
47
|
+
blueprint: {
|
48
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
49
|
+
required: boolean;
|
50
|
+
};
|
43
51
|
}>> & {
|
44
52
|
onClick?: () => any;
|
45
53
|
}, {
|
@@ -69,6 +77,10 @@ declare const _default: {
|
|
69
77
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
70
78
|
required: boolean;
|
71
79
|
};
|
80
|
+
blueprint: {
|
81
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
82
|
+
required: boolean;
|
83
|
+
};
|
72
84
|
}>> & {
|
73
85
|
onClick?: () => any;
|
74
86
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -95,6 +107,10 @@ declare const _default: {
|
|
95
107
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
96
108
|
required: boolean;
|
97
109
|
};
|
110
|
+
blueprint: {
|
111
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
112
|
+
required: boolean;
|
113
|
+
};
|
98
114
|
}>> & {
|
99
115
|
onClick?: () => any;
|
100
116
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -103,6 +119,7 @@ declare const _default: {
|
|
103
119
|
container: boolean;
|
104
120
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
121
|
propsDefinition: Omit<Readonly<{} & {
|
122
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
106
123
|
container?: boolean;
|
107
124
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
108
125
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
@@ -41,6 +41,10 @@ declare const _default: {
|
|
41
41
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
42
42
|
required: boolean;
|
43
43
|
};
|
44
|
+
blueprint: {
|
45
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
46
|
+
required: boolean;
|
47
|
+
};
|
44
48
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
45
49
|
toned: {
|
46
50
|
type: import("vue").PropType<boolean>;
|
@@ -82,6 +86,10 @@ declare const _default: {
|
|
82
86
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
83
87
|
required: boolean;
|
84
88
|
};
|
89
|
+
blueprint: {
|
90
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
91
|
+
required: boolean;
|
92
|
+
};
|
85
93
|
}>>, {
|
86
94
|
container: boolean;
|
87
95
|
}, true, {}, {}, {
|
@@ -132,6 +140,10 @@ declare const _default: {
|
|
132
140
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
133
141
|
required: boolean;
|
134
142
|
};
|
143
|
+
blueprint: {
|
144
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
145
|
+
required: boolean;
|
146
|
+
};
|
135
147
|
}>>, () => JSX.Element, {}, {}, {}, {
|
136
148
|
container: boolean;
|
137
149
|
}>;
|
@@ -179,10 +191,15 @@ declare const _default: {
|
|
179
191
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
180
192
|
required: boolean;
|
181
193
|
};
|
194
|
+
blueprint: {
|
195
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
196
|
+
required: boolean;
|
197
|
+
};
|
182
198
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
183
199
|
container: boolean;
|
184
200
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
185
201
|
propsDefinition: Omit<Readonly<{} & {
|
202
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
186
203
|
small?: boolean;
|
187
204
|
container?: boolean;
|
188
205
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -13,6 +13,10 @@ export declare const LayoutBlockRenderer: {
|
|
13
13
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
14
14
|
required: boolean;
|
15
15
|
};
|
16
|
+
blueprint: {
|
17
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
18
|
+
required: boolean;
|
19
|
+
};
|
16
20
|
"render-context": {
|
17
21
|
type: import("vue").PropType<LayoutEngineRenderContext<Block, SectionSettings>>;
|
18
22
|
};
|
@@ -40,6 +44,10 @@ export declare const LayoutBlockRenderer: {
|
|
40
44
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
41
45
|
required: boolean;
|
42
46
|
};
|
47
|
+
blueprint: {
|
48
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
49
|
+
required: boolean;
|
50
|
+
};
|
43
51
|
"render-context": {
|
44
52
|
type: import("vue").PropType<LayoutEngineRenderContext<Block, SectionSettings>>;
|
45
53
|
};
|
@@ -72,6 +80,10 @@ export declare const LayoutBlockRenderer: {
|
|
72
80
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
73
81
|
required: boolean;
|
74
82
|
};
|
83
|
+
blueprint: {
|
84
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
85
|
+
required: boolean;
|
86
|
+
};
|
75
87
|
"render-context": {
|
76
88
|
type: import("vue").PropType<LayoutEngineRenderContext<Block, SectionSettings>>;
|
77
89
|
};
|
@@ -101,6 +113,10 @@ export declare const LayoutBlockRenderer: {
|
|
101
113
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
102
114
|
required: boolean;
|
103
115
|
};
|
116
|
+
blueprint: {
|
117
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
118
|
+
required: boolean;
|
119
|
+
};
|
104
120
|
"render-context": {
|
105
121
|
type: import("vue").PropType<LayoutEngineRenderContext<Block, SectionSettings>>;
|
106
122
|
};
|
@@ -119,6 +135,7 @@ export declare const LayoutBlockRenderer: {
|
|
119
135
|
container: boolean;
|
120
136
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
121
137
|
propsDefinition: Omit<Readonly<{} & {
|
138
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
122
139
|
container?: boolean;
|
123
140
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
124
141
|
renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
|
@@ -26,6 +26,10 @@ export declare const LayoutSectionRenderer: {
|
|
26
26
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
27
27
|
required: boolean;
|
28
28
|
};
|
29
|
+
blueprint: {
|
30
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
31
|
+
required: boolean;
|
32
|
+
};
|
29
33
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
30
34
|
"render-context": {
|
31
35
|
type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
|
@@ -45,6 +49,10 @@ export declare const LayoutSectionRenderer: {
|
|
45
49
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
46
50
|
required: boolean;
|
47
51
|
};
|
52
|
+
blueprint: {
|
53
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
54
|
+
required: boolean;
|
55
|
+
};
|
48
56
|
}>>, {
|
49
57
|
container: boolean;
|
50
58
|
}, true, {}, {}, {
|
@@ -73,6 +81,10 @@ export declare const LayoutSectionRenderer: {
|
|
73
81
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
74
82
|
required: boolean;
|
75
83
|
};
|
84
|
+
blueprint: {
|
85
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
86
|
+
required: boolean;
|
87
|
+
};
|
76
88
|
}>>, () => JSX.Element, {}, {}, {}, {
|
77
89
|
container: boolean;
|
78
90
|
}>;
|
@@ -98,10 +110,15 @@ export declare const LayoutSectionRenderer: {
|
|
98
110
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
99
111
|
required: boolean;
|
100
112
|
};
|
113
|
+
blueprint: {
|
114
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
115
|
+
required: boolean;
|
116
|
+
};
|
101
117
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
102
118
|
container: boolean;
|
103
119
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
104
120
|
propsDefinition: Omit<Readonly<{} & {
|
121
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
105
122
|
container?: boolean;
|
106
123
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
107
124
|
renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
|