@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
@@ -104,6 +104,10 @@ declare const _default: {
|
|
104
104
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
105
105
|
required: boolean;
|
106
106
|
};
|
107
|
+
blueprint: {
|
108
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
109
|
+
required: boolean;
|
110
|
+
};
|
107
111
|
}>> & {
|
108
112
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
109
113
|
onDoc$?: (description?: string) => any;
|
@@ -216,6 +220,10 @@ declare const _default: {
|
|
216
220
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
217
221
|
required: boolean;
|
218
222
|
};
|
223
|
+
blueprint: {
|
224
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
225
|
+
required: boolean;
|
226
|
+
};
|
219
227
|
}>> & {
|
220
228
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
221
229
|
onDoc$?: (description?: string) => any;
|
@@ -332,6 +340,10 @@ declare const _default: {
|
|
332
340
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
333
341
|
required: boolean;
|
334
342
|
};
|
343
|
+
blueprint: {
|
344
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
345
|
+
required: boolean;
|
346
|
+
};
|
335
347
|
}>> & {
|
336
348
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
337
349
|
onDoc$?: (description?: string) => any;
|
@@ -445,6 +457,10 @@ declare const _default: {
|
|
445
457
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
446
458
|
required: boolean;
|
447
459
|
};
|
460
|
+
blueprint: {
|
461
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
462
|
+
required: boolean;
|
463
|
+
};
|
448
464
|
}>> & {
|
449
465
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
450
466
|
onDoc$?: (description?: string) => any;
|
@@ -457,6 +473,7 @@ declare const _default: {
|
|
457
473
|
container: boolean;
|
458
474
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
459
475
|
propsDefinition: Omit<Readonly<{} & {
|
476
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
460
477
|
container?: boolean;
|
461
478
|
class?: String | String[];
|
462
479
|
maxHeight?: string | number;
|
@@ -55,6 +55,10 @@ declare const _default: {
|
|
55
55
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
56
56
|
required: boolean;
|
57
57
|
};
|
58
|
+
blueprint: {
|
59
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
60
|
+
required: boolean;
|
61
|
+
};
|
58
62
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
59
63
|
customWidth: {
|
60
64
|
type: import("vue").PropType<number>;
|
@@ -111,6 +115,10 @@ declare const _default: {
|
|
111
115
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
112
116
|
required: boolean;
|
113
117
|
};
|
118
|
+
blueprint: {
|
119
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
120
|
+
required: boolean;
|
121
|
+
};
|
114
122
|
}>>, {
|
115
123
|
container: boolean;
|
116
124
|
}, true, {}, {}, {
|
@@ -176,6 +184,10 @@ declare const _default: {
|
|
176
184
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
177
185
|
required: boolean;
|
178
186
|
};
|
187
|
+
blueprint: {
|
188
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
189
|
+
required: boolean;
|
190
|
+
};
|
179
191
|
}>>, () => JSX.Element, {}, {}, {}, {
|
180
192
|
container: boolean;
|
181
193
|
}>;
|
@@ -238,10 +250,15 @@ declare const _default: {
|
|
238
250
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
239
251
|
required: boolean;
|
240
252
|
};
|
253
|
+
blueprint: {
|
254
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
255
|
+
required: boolean;
|
256
|
+
};
|
241
257
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
242
258
|
container: boolean;
|
243
259
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
244
260
|
propsDefinition: Omit<Readonly<{} & {
|
261
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
245
262
|
container?: boolean;
|
246
263
|
class?: String | String[];
|
247
264
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -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
|
"onClick:close"?: (e: MouseEvent) => any;
|
40
44
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -73,6 +77,10 @@ declare const _default: {
|
|
73
77
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
74
78
|
required: boolean;
|
75
79
|
};
|
80
|
+
blueprint: {
|
81
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
82
|
+
required: boolean;
|
83
|
+
};
|
76
84
|
}>> & {
|
77
85
|
"onClick:close"?: (e: MouseEvent) => any;
|
78
86
|
}, {
|
@@ -118,6 +126,10 @@ declare const _default: {
|
|
118
126
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
119
127
|
required: boolean;
|
120
128
|
};
|
129
|
+
blueprint: {
|
130
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
131
|
+
required: boolean;
|
132
|
+
};
|
121
133
|
}>> & {
|
122
134
|
"onClick:close"?: (e: MouseEvent) => any;
|
123
135
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -160,6 +172,10 @@ declare const _default: {
|
|
160
172
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
161
173
|
required: boolean;
|
162
174
|
};
|
175
|
+
blueprint: {
|
176
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
177
|
+
required: boolean;
|
178
|
+
};
|
163
179
|
}>> & {
|
164
180
|
"onClick:close"?: (e: MouseEvent) => any;
|
165
181
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -168,6 +184,7 @@ declare const _default: {
|
|
168
184
|
container: boolean;
|
169
185
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
170
186
|
propsDefinition: Omit<Readonly<{} & {
|
187
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
171
188
|
container?: boolean;
|
172
189
|
value?: string;
|
173
190
|
size?: "small" | "default" | "medium" | "large" | "x-large" | "x-small";
|
@@ -66,6 +66,10 @@ declare const _default: {
|
|
66
66
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
67
67
|
required: boolean;
|
68
68
|
};
|
69
|
+
blueprint: {
|
70
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
71
|
+
required: boolean;
|
72
|
+
};
|
69
73
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
70
74
|
prevIcon: {
|
71
75
|
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any, {}>>;
|
@@ -132,6 +136,10 @@ declare const _default: {
|
|
132
136
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
133
137
|
required: boolean;
|
134
138
|
};
|
139
|
+
blueprint: {
|
140
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
141
|
+
required: boolean;
|
142
|
+
};
|
135
143
|
}>>, {
|
136
144
|
container: boolean;
|
137
145
|
}, true, {}, {}, {
|
@@ -207,6 +215,10 @@ declare const _default: {
|
|
207
215
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
208
216
|
required: boolean;
|
209
217
|
};
|
218
|
+
blueprint: {
|
219
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
220
|
+
required: boolean;
|
221
|
+
};
|
210
222
|
}>>, () => JSX.Element, {}, {}, {}, {
|
211
223
|
container: boolean;
|
212
224
|
}>;
|
@@ -279,10 +291,15 @@ declare const _default: {
|
|
279
291
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
280
292
|
required: boolean;
|
281
293
|
};
|
294
|
+
blueprint: {
|
295
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
296
|
+
required: boolean;
|
297
|
+
};
|
282
298
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
283
299
|
container: boolean;
|
284
300
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
285
301
|
propsDefinition: Omit<Readonly<{} & {
|
302
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
286
303
|
length?: number;
|
287
304
|
container?: boolean;
|
288
305
|
class?: String | String[];
|
@@ -76,6 +76,10 @@ declare const _default: {
|
|
76
76
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
77
77
|
required: boolean;
|
78
78
|
};
|
79
|
+
blueprint: {
|
80
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
81
|
+
required: boolean;
|
82
|
+
};
|
79
83
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
80
84
|
padding: {
|
81
85
|
type: import("vue").PropType<OPaddingCombination>;
|
@@ -151,6 +155,10 @@ declare const _default: {
|
|
151
155
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
152
156
|
required: boolean;
|
153
157
|
};
|
158
|
+
blueprint: {
|
159
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
160
|
+
required: boolean;
|
161
|
+
};
|
154
162
|
}>>, {
|
155
163
|
container: boolean;
|
156
164
|
}, true, {}, {}, {
|
@@ -235,6 +243,10 @@ declare const _default: {
|
|
235
243
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
236
244
|
required: boolean;
|
237
245
|
};
|
246
|
+
blueprint: {
|
247
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
248
|
+
required: boolean;
|
249
|
+
};
|
238
250
|
}>>, () => JSX.Element, {}, {}, {}, {
|
239
251
|
container: boolean;
|
240
252
|
}>;
|
@@ -316,10 +328,15 @@ declare const _default: {
|
|
316
328
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
317
329
|
required: boolean;
|
318
330
|
};
|
331
|
+
blueprint: {
|
332
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
333
|
+
required: boolean;
|
334
|
+
};
|
319
335
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
320
336
|
container: boolean;
|
321
337
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
322
338
|
propsDefinition: Omit<Readonly<{} & {
|
339
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
323
340
|
title?: string;
|
324
341
|
container?: boolean;
|
325
342
|
class?: String | String[];
|
@@ -34,6 +34,10 @@ declare const _default: {
|
|
34
34
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
35
35
|
required: boolean;
|
36
36
|
};
|
37
|
+
blueprint: {
|
38
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
39
|
+
required: boolean;
|
40
|
+
};
|
37
41
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
38
42
|
"v-slots": import("vue").Prop<{
|
39
43
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -64,6 +68,10 @@ declare const _default: {
|
|
64
68
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
65
69
|
required: boolean;
|
66
70
|
};
|
71
|
+
blueprint: {
|
72
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
73
|
+
required: boolean;
|
74
|
+
};
|
67
75
|
}>>, {
|
68
76
|
container: boolean;
|
69
77
|
}, true, {}, {}, {
|
@@ -103,6 +111,10 @@ declare const _default: {
|
|
103
111
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
104
112
|
required: boolean;
|
105
113
|
};
|
114
|
+
blueprint: {
|
115
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
116
|
+
required: boolean;
|
117
|
+
};
|
106
118
|
}>>, () => JSX.Element, {}, {}, {}, {
|
107
119
|
container: boolean;
|
108
120
|
}>;
|
@@ -139,10 +151,15 @@ declare const _default: {
|
|
139
151
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
140
152
|
required: boolean;
|
141
153
|
};
|
154
|
+
blueprint: {
|
155
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
156
|
+
required: boolean;
|
157
|
+
};
|
142
158
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
143
159
|
container: boolean;
|
144
160
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
145
161
|
propsDefinition: Omit<Readonly<{} & {
|
162
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
146
163
|
container?: boolean;
|
147
164
|
value?: any;
|
148
165
|
class?: String | String[];
|
@@ -59,6 +59,10 @@ declare const _default: {
|
|
59
59
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
60
60
|
required: boolean;
|
61
61
|
};
|
62
|
+
blueprint: {
|
63
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
64
|
+
required: boolean;
|
65
|
+
};
|
62
66
|
}>> & {
|
63
67
|
"onUpdate:modelValue"?: (value: any) => any;
|
64
68
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -122,6 +126,10 @@ declare const _default: {
|
|
122
126
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
123
127
|
required: boolean;
|
124
128
|
};
|
129
|
+
blueprint: {
|
130
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
131
|
+
required: boolean;
|
132
|
+
};
|
125
133
|
}>> & {
|
126
134
|
"onUpdate:modelValue"?: (value: any) => any;
|
127
135
|
}, {
|
@@ -192,6 +200,10 @@ declare const _default: {
|
|
192
200
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
193
201
|
required: boolean;
|
194
202
|
};
|
203
|
+
blueprint: {
|
204
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
205
|
+
required: boolean;
|
206
|
+
};
|
195
207
|
}>> & {
|
196
208
|
"onUpdate:modelValue"?: (value: any) => any;
|
197
209
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -259,6 +271,10 @@ declare const _default: {
|
|
259
271
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
260
272
|
required: boolean;
|
261
273
|
};
|
274
|
+
blueprint: {
|
275
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
276
|
+
required: boolean;
|
277
|
+
};
|
262
278
|
}>> & {
|
263
279
|
"onUpdate:modelValue"?: (value: any) => any;
|
264
280
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -267,6 +283,7 @@ declare const _default: {
|
|
267
283
|
container: boolean;
|
268
284
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
269
285
|
propsDefinition: Omit<Readonly<{} & {
|
286
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
270
287
|
container?: boolean;
|
271
288
|
class?: String | String[];
|
272
289
|
label?: string;
|
@@ -97,6 +97,10 @@ declare const _default: {
|
|
97
97
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
98
98
|
required: boolean;
|
99
99
|
};
|
100
|
+
blueprint: {
|
101
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
102
|
+
required: boolean;
|
103
|
+
};
|
100
104
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
101
105
|
tickSize: {
|
102
106
|
type: import("vue").PropType<number>;
|
@@ -195,6 +199,10 @@ declare const _default: {
|
|
195
199
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
196
200
|
required: boolean;
|
197
201
|
};
|
202
|
+
blueprint: {
|
203
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
204
|
+
required: boolean;
|
205
|
+
};
|
198
206
|
}>>, {
|
199
207
|
container: boolean;
|
200
208
|
}, true, {}, {}, {
|
@@ -302,6 +310,10 @@ declare const _default: {
|
|
302
310
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
303
311
|
required: boolean;
|
304
312
|
};
|
313
|
+
blueprint: {
|
314
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
315
|
+
required: boolean;
|
316
|
+
};
|
305
317
|
}>>, () => JSX.Element, {}, {}, {}, {
|
306
318
|
container: boolean;
|
307
319
|
}>;
|
@@ -406,10 +418,15 @@ declare const _default: {
|
|
406
418
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
407
419
|
required: boolean;
|
408
420
|
};
|
421
|
+
blueprint: {
|
422
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
423
|
+
required: boolean;
|
424
|
+
};
|
409
425
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
410
426
|
container: boolean;
|
411
427
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
412
428
|
propsDefinition: Omit<Readonly<{} & {
|
429
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
413
430
|
container?: boolean;
|
414
431
|
class?: String | String[];
|
415
432
|
label?: string;
|
@@ -78,6 +78,10 @@ declare const _default: {
|
|
78
78
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
79
79
|
required: boolean;
|
80
80
|
};
|
81
|
+
blueprint: {
|
82
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
83
|
+
required: boolean;
|
84
|
+
};
|
81
85
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
82
86
|
size: {
|
83
87
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
@@ -156,6 +160,10 @@ declare const _default: {
|
|
156
160
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
157
161
|
required: boolean;
|
158
162
|
};
|
163
|
+
blueprint: {
|
164
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
165
|
+
required: boolean;
|
166
|
+
};
|
159
167
|
}>>, {
|
160
168
|
container: boolean;
|
161
169
|
}, true, {}, {}, {
|
@@ -243,6 +251,10 @@ declare const _default: {
|
|
243
251
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
244
252
|
required: boolean;
|
245
253
|
};
|
254
|
+
blueprint: {
|
255
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
256
|
+
required: boolean;
|
257
|
+
};
|
246
258
|
}>>, () => JSX.Element, {}, {}, {}, {
|
247
259
|
container: boolean;
|
248
260
|
}>;
|
@@ -327,10 +339,15 @@ declare const _default: {
|
|
327
339
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
328
340
|
required: boolean;
|
329
341
|
};
|
342
|
+
blueprint: {
|
343
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
344
|
+
required: boolean;
|
345
|
+
};
|
330
346
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
331
347
|
container: boolean;
|
332
348
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
333
349
|
propsDefinition: Omit<Readonly<{} & {
|
350
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
334
351
|
length?: 5 | 10 | "5" | "10";
|
335
352
|
container?: boolean;
|
336
353
|
class?: String | String[];
|
@@ -59,6 +59,10 @@ declare const _default: {
|
|
59
59
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
60
60
|
required: boolean;
|
61
61
|
};
|
62
|
+
blueprint: {
|
63
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
64
|
+
required: boolean;
|
65
|
+
};
|
62
66
|
class: {
|
63
67
|
type: import("vue").PropType<String | String[]>;
|
64
68
|
required: boolean;
|
@@ -121,6 +125,10 @@ declare const _default: {
|
|
121
125
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
122
126
|
required: boolean;
|
123
127
|
};
|
128
|
+
blueprint: {
|
129
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
130
|
+
required: boolean;
|
131
|
+
};
|
124
132
|
class: {
|
125
133
|
type: import("vue").PropType<String | String[]>;
|
126
134
|
required: boolean;
|
@@ -192,6 +200,10 @@ declare const _default: {
|
|
192
200
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
193
201
|
required: boolean;
|
194
202
|
};
|
203
|
+
blueprint: {
|
204
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
205
|
+
required: boolean;
|
206
|
+
};
|
195
207
|
class: {
|
196
208
|
type: import("vue").PropType<String | String[]>;
|
197
209
|
required: boolean;
|
@@ -260,6 +272,10 @@ declare const _default: {
|
|
260
272
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
261
273
|
required: boolean;
|
262
274
|
};
|
275
|
+
blueprint: {
|
276
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
277
|
+
required: boolean;
|
278
|
+
};
|
263
279
|
class: {
|
264
280
|
type: import("vue").PropType<String | String[]>;
|
265
281
|
required: boolean;
|
@@ -268,6 +284,7 @@ declare const _default: {
|
|
268
284
|
container: boolean;
|
269
285
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
270
286
|
propsDefinition: Omit<Readonly<{} & {
|
287
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
271
288
|
container?: boolean;
|
272
289
|
class?: String | String[];
|
273
290
|
height?: string;
|
@@ -15,6 +15,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
15
15
|
container?: boolean;
|
16
16
|
} & {
|
17
17
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
18
|
+
} & {
|
19
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
18
20
|
} & {
|
19
21
|
class?: String | String[];
|
20
22
|
} & {
|
@@ -66,7 +68,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
66
68
|
"onUpdate:focused"?: (value: boolean) => any;
|
67
69
|
"onClick:button"?: (value: any) => any;
|
68
70
|
"onUpdate:search"?: (value: string) => any;
|
69
|
-
}, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected"> & {
|
71
|
+
}, "blueprint" | "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected"> & {
|
70
72
|
"v-slots"?: {
|
71
73
|
default?: import("vue").Slot;
|
72
74
|
} & {
|
@@ -75,7 +77,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
75
77
|
item?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
|
76
78
|
"append-item"?: () => VNodeChild;
|
77
79
|
};
|
78
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "emit:update:focused" | "emit:click:button" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected" | "emit:update:modelValue" | "emit:update:search" | "slot:chip" | "slot:selection" | "slot:item" | "slot:append-item">) => {
|
80
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "emit:update:focused" | "emit:click:button" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected" | "emit:update:modelValue" | "emit:update:search" | "slot:chip" | "slot:selection" | "slot:item" | "slot:append-item">) => {
|
79
81
|
$: import("vue").ComponentInternalInstance;
|
80
82
|
$data: {};
|
81
83
|
$props: {};
|
@@ -119,6 +121,8 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
119
121
|
container?: boolean;
|
120
122
|
} & {
|
121
123
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
124
|
+
} & {
|
125
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
122
126
|
} & {
|
123
127
|
class?: String | String[];
|
124
128
|
} & {
|
@@ -179,7 +183,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
179
183
|
"onUpdate:focused"?: (value: boolean) => any;
|
180
184
|
"onClick:button"?: (value: any) => any;
|
181
185
|
"onUpdate:search"?: (value: string) => any;
|
182
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected">;
|
186
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected">;
|
183
187
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
184
188
|
[key: string]: any;
|
185
189
|
}>;
|
@@ -32,6 +32,10 @@ declare const _default: {
|
|
32
32
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
33
33
|
required: boolean;
|
34
34
|
};
|
35
|
+
blueprint: {
|
36
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
37
|
+
required: boolean;
|
38
|
+
};
|
35
39
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
36
40
|
width: {
|
37
41
|
type: import("vue").PropType<string | number>;
|
@@ -64,6 +68,10 @@ declare const _default: {
|
|
64
68
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
65
69
|
required: boolean;
|
66
70
|
};
|
71
|
+
blueprint: {
|
72
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
73
|
+
required: boolean;
|
74
|
+
};
|
67
75
|
}>>, {
|
68
76
|
container: boolean;
|
69
77
|
}, true, {}, {}, {
|
@@ -105,6 +113,10 @@ declare const _default: {
|
|
105
113
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
106
114
|
required: boolean;
|
107
115
|
};
|
116
|
+
blueprint: {
|
117
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
118
|
+
required: boolean;
|
119
|
+
};
|
108
120
|
}>>, () => JSX.Element, {}, {}, {}, {
|
109
121
|
container: boolean;
|
110
122
|
}>;
|
@@ -143,11 +155,16 @@ 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
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
147
163
|
container: boolean;
|
148
164
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
149
165
|
propsDefinition: Omit<Readonly<{} & {
|
150
166
|
type?: OSkeletonLoaderTypesCombination;
|
167
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
151
168
|
container?: boolean;
|
152
169
|
class?: String | String[];
|
153
170
|
height?: string | number;
|
@@ -87,6 +87,10 @@ declare const _default: {
|
|
87
87
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
88
88
|
required: boolean;
|
89
89
|
};
|
90
|
+
blueprint: {
|
91
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
92
|
+
required: boolean;
|
93
|
+
};
|
90
94
|
}>> & {
|
91
95
|
onInit?: (swiper: Swiper) => any;
|
92
96
|
onAfterInit?: (swiper: Swiper) => any;
|
@@ -173,6 +177,10 @@ declare const _default: {
|
|
173
177
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
174
178
|
required: boolean;
|
175
179
|
};
|
180
|
+
blueprint: {
|
181
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
182
|
+
required: boolean;
|
183
|
+
};
|
176
184
|
}>> & {
|
177
185
|
onInit?: (swiper: Swiper) => any;
|
178
186
|
onAfterInit?: (swiper: Swiper) => any;
|
@@ -265,6 +273,10 @@ declare const _default: {
|
|
265
273
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
266
274
|
required: boolean;
|
267
275
|
};
|
276
|
+
blueprint: {
|
277
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
278
|
+
required: boolean;
|
279
|
+
};
|
268
280
|
}>> & {
|
269
281
|
onInit?: (swiper: Swiper) => any;
|
270
282
|
onAfterInit?: (swiper: Swiper) => any;
|
@@ -354,6 +366,10 @@ declare const _default: {
|
|
354
366
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
355
367
|
required: boolean;
|
356
368
|
};
|
369
|
+
blueprint: {
|
370
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
371
|
+
required: boolean;
|
372
|
+
};
|
357
373
|
}>> & {
|
358
374
|
onInit?: (swiper: Swiper) => any;
|
359
375
|
onAfterInit?: (swiper: Swiper) => any;
|
@@ -364,6 +380,7 @@ declare const _default: {
|
|
364
380
|
container: boolean;
|
365
381
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
366
382
|
propsDefinition: Omit<Readonly<{} & {
|
383
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
367
384
|
navigation?: boolean;
|
368
385
|
container?: boolean;
|
369
386
|
class?: String | String[];
|