@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
@@ -108,6 +108,10 @@ declare const _default: {
|
|
108
108
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
109
109
|
required: boolean;
|
110
110
|
};
|
111
|
+
blueprint: {
|
112
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
113
|
+
required: boolean;
|
114
|
+
};
|
111
115
|
}>> & {
|
112
116
|
"onUpdate:modelValue"?: (value: any) => any;
|
113
117
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -221,6 +225,10 @@ declare const _default: {
|
|
221
225
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
222
226
|
required: boolean;
|
223
227
|
};
|
228
|
+
blueprint: {
|
229
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
230
|
+
required: boolean;
|
231
|
+
};
|
224
232
|
}>> & {
|
225
233
|
"onUpdate:modelValue"?: (value: any) => any;
|
226
234
|
}, {
|
@@ -341,6 +349,10 @@ declare const _default: {
|
|
341
349
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
342
350
|
required: boolean;
|
343
351
|
};
|
352
|
+
blueprint: {
|
353
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
354
|
+
required: boolean;
|
355
|
+
};
|
344
356
|
}>> & {
|
345
357
|
"onUpdate:modelValue"?: (value: any) => any;
|
346
358
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -458,6 +470,10 @@ declare const _default: {
|
|
458
470
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
459
471
|
required: boolean;
|
460
472
|
};
|
473
|
+
blueprint: {
|
474
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
475
|
+
required: boolean;
|
476
|
+
};
|
461
477
|
}>> & {
|
462
478
|
"onUpdate:modelValue"?: (value: any) => any;
|
463
479
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -466,6 +482,7 @@ declare const _default: {
|
|
466
482
|
container: boolean;
|
467
483
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
468
484
|
propsDefinition: Omit<Readonly<{} & {
|
485
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
469
486
|
container?: boolean;
|
470
487
|
class?: String | String[];
|
471
488
|
label?: string;
|
@@ -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
|
text: {
|
37
41
|
type: import("vue").PropType<string>;
|
@@ -65,6 +69,10 @@ declare const _default: {
|
|
65
69
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
66
70
|
required: boolean;
|
67
71
|
};
|
72
|
+
blueprint: {
|
73
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
74
|
+
required: boolean;
|
75
|
+
};
|
68
76
|
}>>, {
|
69
77
|
container: boolean;
|
70
78
|
}, true, {}, {}, {
|
@@ -107,6 +115,10 @@ declare const _default: {
|
|
107
115
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
108
116
|
required: boolean;
|
109
117
|
};
|
118
|
+
blueprint: {
|
119
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
120
|
+
required: boolean;
|
121
|
+
};
|
110
122
|
}>>, () => JSX.Element, {}, {}, {}, {
|
111
123
|
container: boolean;
|
112
124
|
}>;
|
@@ -146,11 +158,16 @@ declare const _default: {
|
|
146
158
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
147
159
|
required: boolean;
|
148
160
|
};
|
161
|
+
blueprint: {
|
162
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
163
|
+
required: boolean;
|
164
|
+
};
|
149
165
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
150
166
|
container: boolean;
|
151
167
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
152
168
|
propsDefinition: Omit<Readonly<{} & {
|
153
169
|
text?: string;
|
170
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
154
171
|
container?: boolean;
|
155
172
|
class?: String | String[];
|
156
173
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -39,6 +39,10 @@ declare const _default: {
|
|
39
39
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
40
40
|
required: boolean;
|
41
41
|
};
|
42
|
+
blueprint: {
|
43
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
44
|
+
required: boolean;
|
45
|
+
};
|
42
46
|
}>> & {
|
43
47
|
onPanelClick?: (event: PanelEventClick) => any;
|
44
48
|
onUpdatePaneComponents?: () => any;
|
@@ -76,6 +80,10 @@ declare const _default: {
|
|
76
80
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
77
81
|
required: boolean;
|
78
82
|
};
|
83
|
+
blueprint: {
|
84
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
85
|
+
required: boolean;
|
86
|
+
};
|
79
87
|
}>> & {
|
80
88
|
onPanelClick?: (event: PanelEventClick) => any;
|
81
89
|
onUpdatePaneComponents?: () => any;
|
@@ -119,6 +127,10 @@ declare const _default: {
|
|
119
127
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
120
128
|
required: boolean;
|
121
129
|
};
|
130
|
+
blueprint: {
|
131
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
132
|
+
required: boolean;
|
133
|
+
};
|
122
134
|
}>> & {
|
123
135
|
onPanelClick?: (event: PanelEventClick) => any;
|
124
136
|
onUpdatePaneComponents?: () => any;
|
@@ -159,6 +171,10 @@ 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
|
}>> & {
|
163
179
|
onPanelClick?: (event: PanelEventClick) => any;
|
164
180
|
onUpdatePaneComponents?: () => any;
|
@@ -169,6 +185,7 @@ declare const _default: {
|
|
169
185
|
container: boolean;
|
170
186
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
171
187
|
propsDefinition: Omit<Readonly<{} & {
|
188
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
172
189
|
container?: boolean;
|
173
190
|
class?: String | String[];
|
174
191
|
height?: string | number;
|
@@ -39,6 +39,10 @@ declare const _default: {
|
|
39
39
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
40
40
|
required: boolean;
|
41
41
|
};
|
42
|
+
blueprint: {
|
43
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
44
|
+
required: boolean;
|
45
|
+
};
|
42
46
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
43
47
|
size: {
|
44
48
|
type: import("vue").PropType<number>;
|
@@ -79,6 +83,10 @@ declare const _default: {
|
|
79
83
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
80
84
|
required: boolean;
|
81
85
|
};
|
86
|
+
blueprint: {
|
87
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
88
|
+
required: boolean;
|
89
|
+
};
|
82
90
|
}>>, {
|
83
91
|
container: boolean;
|
84
92
|
}, true, {}, {}, {
|
@@ -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
|
}>>, () => JSX.Element, {}, {}, {}, {
|
132
144
|
container: boolean;
|
133
145
|
}>;
|
@@ -174,10 +186,15 @@ declare const _default: {
|
|
174
186
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
175
187
|
required: boolean;
|
176
188
|
};
|
189
|
+
blueprint: {
|
190
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
191
|
+
required: boolean;
|
192
|
+
};
|
177
193
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
178
194
|
container: boolean;
|
179
195
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
180
196
|
propsDefinition: Omit<Readonly<{} & {
|
197
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
181
198
|
container?: boolean;
|
182
199
|
class?: String | String[];
|
183
200
|
size?: number;
|
@@ -70,6 +70,10 @@ declare const _default: {
|
|
70
70
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
71
71
|
required: boolean;
|
72
72
|
};
|
73
|
+
blueprint: {
|
74
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
75
|
+
required: boolean;
|
76
|
+
};
|
73
77
|
}>> & {
|
74
78
|
"onUpdate:modelValue"?: (value: any) => any;
|
75
79
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -144,6 +148,10 @@ declare const _default: {
|
|
144
148
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
145
149
|
required: boolean;
|
146
150
|
};
|
151
|
+
blueprint: {
|
152
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
153
|
+
required: boolean;
|
154
|
+
};
|
147
155
|
}>> & {
|
148
156
|
"onUpdate:modelValue"?: (value: any) => any;
|
149
157
|
}, {
|
@@ -225,6 +233,10 @@ declare const _default: {
|
|
225
233
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
226
234
|
required: boolean;
|
227
235
|
};
|
236
|
+
blueprint: {
|
237
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
238
|
+
required: boolean;
|
239
|
+
};
|
228
240
|
}>> & {
|
229
241
|
"onUpdate:modelValue"?: (value: any) => any;
|
230
242
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -303,6 +315,10 @@ declare const _default: {
|
|
303
315
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
304
316
|
required: boolean;
|
305
317
|
};
|
318
|
+
blueprint: {
|
319
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
320
|
+
required: boolean;
|
321
|
+
};
|
306
322
|
}>> & {
|
307
323
|
"onUpdate:modelValue"?: (value: any) => any;
|
308
324
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -311,6 +327,7 @@ declare const _default: {
|
|
311
327
|
container: boolean;
|
312
328
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
313
329
|
propsDefinition: Omit<Readonly<{} & {
|
330
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
314
331
|
container?: boolean;
|
315
332
|
class?: String | String[];
|
316
333
|
label?: string;
|
@@ -70,6 +70,10 @@ declare const _default: {
|
|
70
70
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
71
71
|
required: boolean;
|
72
72
|
};
|
73
|
+
blueprint: {
|
74
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
75
|
+
required: boolean;
|
76
|
+
};
|
73
77
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
74
78
|
"v-slots": import("vue").Prop<{
|
75
79
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -134,6 +138,10 @@ declare const _default: {
|
|
134
138
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
135
139
|
required: boolean;
|
136
140
|
};
|
141
|
+
blueprint: {
|
142
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
143
|
+
required: boolean;
|
144
|
+
};
|
137
145
|
}>>, {
|
138
146
|
container: boolean;
|
139
147
|
}, 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
|
}>;
|
@@ -277,11 +289,16 @@ declare const _default: {
|
|
277
289
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
278
290
|
required: boolean;
|
279
291
|
};
|
292
|
+
blueprint: {
|
293
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
294
|
+
required: boolean;
|
295
|
+
};
|
280
296
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
281
297
|
container: boolean;
|
282
298
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
283
299
|
propsDefinition: Omit<Readonly<{} & {
|
284
300
|
icon?: TabIconModel;
|
301
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
285
302
|
title?: string;
|
286
303
|
container?: boolean;
|
287
304
|
class?: String | String[];
|
@@ -21,6 +21,10 @@ declare const _default: {
|
|
21
21
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
22
22
|
required: boolean;
|
23
23
|
};
|
24
|
+
blueprint: {
|
25
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
26
|
+
required: boolean;
|
27
|
+
};
|
24
28
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
25
29
|
toned: {
|
26
30
|
type: import("vue").PropType<boolean>;
|
@@ -43,6 +47,10 @@ declare const _default: {
|
|
43
47
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
44
48
|
required: boolean;
|
45
49
|
};
|
50
|
+
blueprint: {
|
51
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
52
|
+
required: boolean;
|
53
|
+
};
|
46
54
|
}>>, {
|
47
55
|
container: boolean;
|
48
56
|
}, true, {}, {}, {
|
@@ -74,6 +82,10 @@ declare const _default: {
|
|
74
82
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
75
83
|
required: boolean;
|
76
84
|
};
|
85
|
+
blueprint: {
|
86
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
87
|
+
required: boolean;
|
88
|
+
};
|
77
89
|
}>>, () => JSX.Element, {}, {}, {}, {
|
78
90
|
container: boolean;
|
79
91
|
}>;
|
@@ -102,10 +114,15 @@ declare const _default: {
|
|
102
114
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
103
115
|
required: boolean;
|
104
116
|
};
|
117
|
+
blueprint: {
|
118
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
119
|
+
required: boolean;
|
120
|
+
};
|
105
121
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
106
122
|
container: boolean;
|
107
123
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
108
124
|
propsDefinition: Omit<Readonly<{} & {
|
125
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
109
126
|
container?: boolean;
|
110
127
|
class?: String | String[];
|
111
128
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -122,6 +122,10 @@ declare const _default: {
|
|
122
122
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
123
123
|
required: boolean;
|
124
124
|
};
|
125
|
+
blueprint: {
|
126
|
+
type: import("vue").PropType<ColorValue>;
|
127
|
+
required: boolean;
|
128
|
+
};
|
125
129
|
}>> & {
|
126
130
|
"onUpdate:modelValue"?: (value: string) => any;
|
127
131
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -250,6 +254,10 @@ declare const _default: {
|
|
250
254
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
251
255
|
required: boolean;
|
252
256
|
};
|
257
|
+
blueprint: {
|
258
|
+
type: import("vue").PropType<ColorValue>;
|
259
|
+
required: boolean;
|
260
|
+
};
|
253
261
|
}>> & {
|
254
262
|
"onUpdate:modelValue"?: (value: string) => any;
|
255
263
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -383,6 +391,10 @@ declare const _default: {
|
|
383
391
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
384
392
|
required: boolean;
|
385
393
|
};
|
394
|
+
blueprint: {
|
395
|
+
type: import("vue").PropType<ColorValue>;
|
396
|
+
required: boolean;
|
397
|
+
};
|
386
398
|
}>> & {
|
387
399
|
"onUpdate:modelValue"?: (value: string) => any;
|
388
400
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -513,6 +525,10 @@ declare const _default: {
|
|
513
525
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
514
526
|
required: boolean;
|
515
527
|
};
|
528
|
+
blueprint: {
|
529
|
+
type: import("vue").PropType<ColorValue>;
|
530
|
+
required: boolean;
|
531
|
+
};
|
516
532
|
}>> & {
|
517
533
|
"onUpdate:modelValue"?: (value: string) => any;
|
518
534
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -526,6 +542,7 @@ declare const _default: {
|
|
526
542
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
527
543
|
propsDefinition: Omit<Readonly<{} & {
|
528
544
|
color?: ColorValue;
|
545
|
+
blueprint?: ColorValue;
|
529
546
|
container?: boolean;
|
530
547
|
class?: String | String[];
|
531
548
|
label?: string;
|
@@ -133,6 +133,10 @@ declare const _default: {
|
|
133
133
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
134
134
|
required: boolean;
|
135
135
|
};
|
136
|
+
blueprint: {
|
137
|
+
type: import("vue").PropType<ColorValue>;
|
138
|
+
required: boolean;
|
139
|
+
};
|
136
140
|
}>> & {
|
137
141
|
"onUpdate:modelValue"?: (value: string) => any;
|
138
142
|
onDoc$?: (description?: string) => any;
|
@@ -277,6 +281,10 @@ declare const _default: {
|
|
277
281
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
278
282
|
required: boolean;
|
279
283
|
};
|
284
|
+
blueprint: {
|
285
|
+
type: import("vue").PropType<ColorValue>;
|
286
|
+
required: boolean;
|
287
|
+
};
|
280
288
|
}>> & {
|
281
289
|
"onUpdate:modelValue"?: (value: string) => any;
|
282
290
|
onDoc$?: (description?: string) => any;
|
@@ -422,6 +430,10 @@ declare const _default: {
|
|
422
430
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
423
431
|
required: boolean;
|
424
432
|
};
|
433
|
+
blueprint: {
|
434
|
+
type: import("vue").PropType<ColorValue>;
|
435
|
+
required: boolean;
|
436
|
+
};
|
425
437
|
}>> & {
|
426
438
|
"onUpdate:modelValue"?: (value: string) => any;
|
427
439
|
onDoc$?: (description?: string) => any;
|
@@ -564,6 +576,10 @@ declare const _default: {
|
|
564
576
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
565
577
|
required: boolean;
|
566
578
|
};
|
579
|
+
blueprint: {
|
580
|
+
type: import("vue").PropType<ColorValue>;
|
581
|
+
required: boolean;
|
582
|
+
};
|
567
583
|
}>> & {
|
568
584
|
"onUpdate:modelValue"?: (value: string) => any;
|
569
585
|
onDoc$?: (description?: string) => any;
|
@@ -584,6 +600,7 @@ declare const _default: {
|
|
584
600
|
propsDefinition: Omit<Readonly<{} & {
|
585
601
|
type?: "number" | "text" | "password";
|
586
602
|
color?: ColorValue;
|
603
|
+
blueprint?: ColorValue;
|
587
604
|
container?: boolean;
|
588
605
|
class?: String | String[];
|
589
606
|
label?: string;
|
@@ -67,6 +67,10 @@ declare const _default: {
|
|
67
67
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
68
68
|
required: boolean;
|
69
69
|
};
|
70
|
+
blueprint: {
|
71
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
72
|
+
required: boolean;
|
73
|
+
};
|
70
74
|
}>> & {
|
71
75
|
"onClick:close"?: () => any;
|
72
76
|
"onClick:back"?: () => any;
|
@@ -139,6 +143,10 @@ declare const _default: {
|
|
139
143
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
140
144
|
required: boolean;
|
141
145
|
};
|
146
|
+
blueprint: {
|
147
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
148
|
+
required: boolean;
|
149
|
+
};
|
142
150
|
}>> & {
|
143
151
|
"onClick:close"?: () => any;
|
144
152
|
"onClick:back"?: () => any;
|
@@ -217,6 +225,10 @@ declare const _default: {
|
|
217
225
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
218
226
|
required: boolean;
|
219
227
|
};
|
228
|
+
blueprint: {
|
229
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
230
|
+
required: boolean;
|
231
|
+
};
|
220
232
|
}>> & {
|
221
233
|
"onClick:close"?: () => any;
|
222
234
|
"onClick:back"?: () => any;
|
@@ -292,6 +304,10 @@ declare const _default: {
|
|
292
304
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
293
305
|
required: boolean;
|
294
306
|
};
|
307
|
+
blueprint: {
|
308
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
309
|
+
required: boolean;
|
310
|
+
};
|
295
311
|
}>> & {
|
296
312
|
"onClick:close"?: () => any;
|
297
313
|
"onClick:back"?: () => any;
|
@@ -303,6 +319,7 @@ declare const _default: {
|
|
303
319
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
304
320
|
propsDefinition: Omit<Readonly<{} & {
|
305
321
|
icon?: IIcon;
|
322
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
306
323
|
title?: string;
|
307
324
|
container?: boolean;
|
308
325
|
class?: String | String[];
|
@@ -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
|
"v-slots": import("vue").Prop<{
|
60
64
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -109,6 +113,10 @@ declare const _default: {
|
|
109
113
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
110
114
|
required: boolean;
|
111
115
|
};
|
116
|
+
blueprint: {
|
117
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
118
|
+
required: boolean;
|
119
|
+
};
|
112
120
|
}>>, {
|
113
121
|
container: boolean;
|
114
122
|
}, true, {}, {}, {
|
@@ -172,6 +180,10 @@ declare const _default: {
|
|
172
180
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
173
181
|
required: boolean;
|
174
182
|
};
|
183
|
+
blueprint: {
|
184
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
185
|
+
required: boolean;
|
186
|
+
};
|
175
187
|
}>>, () => JSX.Element, {}, {}, {}, {
|
176
188
|
container: boolean;
|
177
189
|
}>;
|
@@ -232,11 +244,16 @@ declare const _default: {
|
|
232
244
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
233
245
|
required: boolean;
|
234
246
|
};
|
247
|
+
blueprint: {
|
248
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
249
|
+
required: boolean;
|
250
|
+
};
|
235
251
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
236
252
|
container: boolean;
|
237
253
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
238
254
|
propsDefinition: Omit<Readonly<{} & {
|
239
255
|
text?: string;
|
256
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
240
257
|
container?: boolean;
|
241
258
|
class?: String | String[];
|
242
259
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -141,6 +141,10 @@ declare const _default: {
|
|
141
141
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
142
142
|
required: boolean;
|
143
143
|
};
|
144
|
+
blueprint: {
|
145
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
146
|
+
required: boolean;
|
147
|
+
};
|
144
148
|
}>> & {
|
145
149
|
"onUpdate:active"?: (items: any[]) => any;
|
146
150
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -276,6 +280,10 @@ declare const _default: {
|
|
276
280
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
277
281
|
required: boolean;
|
278
282
|
};
|
283
|
+
blueprint: {
|
284
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
285
|
+
required: boolean;
|
286
|
+
};
|
279
287
|
}>> & {
|
280
288
|
"onUpdate:active"?: (items: any[]) => any;
|
281
289
|
}, {
|
@@ -418,6 +426,10 @@ declare const _default: {
|
|
418
426
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
419
427
|
required: boolean;
|
420
428
|
};
|
429
|
+
blueprint: {
|
430
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
431
|
+
required: boolean;
|
432
|
+
};
|
421
433
|
}>> & {
|
422
434
|
"onUpdate:active"?: (items: any[]) => any;
|
423
435
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -557,6 +569,10 @@ declare const _default: {
|
|
557
569
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
558
570
|
required: boolean;
|
559
571
|
};
|
572
|
+
blueprint: {
|
573
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
574
|
+
required: boolean;
|
575
|
+
};
|
560
576
|
}>> & {
|
561
577
|
"onUpdate:active"?: (items: any[]) => any;
|
562
578
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -565,6 +581,7 @@ declare const _default: {
|
|
565
581
|
container: boolean;
|
566
582
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
567
583
|
propsDefinition: Omit<Readonly<{} & {
|
584
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
568
585
|
container?: boolean;
|
569
586
|
padding?: Spacing | SpacingValue;
|
570
587
|
expanded?: any[];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Guid } from "@omnia/fx/models";
|
1
|
+
import { Guid, HeadingEditorExtensionConfiguration } from "@omnia/fx/models";
|
2
2
|
export declare const headingEditorExtension: () => {
|
3
3
|
id: Guid;
|
4
4
|
title: string;
|
@@ -8,4 +8,5 @@ export declare const headingEditorExtension: () => {
|
|
8
8
|
toolbar: any;
|
9
9
|
}[];
|
10
10
|
};
|
11
|
+
setOptions(options: HeadingEditorExtensionConfiguration): void;
|
11
12
|
};
|