@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
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Prop, PropType, VNodeChild } from "vue";
|
2
|
-
import { ColorSchemaType, ColorSchemaTypes } from "@omnia/fx-models";
|
2
|
+
import { ColorSchemaType, ColorSchemaTypes, ColorValue } from "@omnia/fx-models";
|
3
3
|
import { ColorSchemaStoreType } from "./aurora";
|
4
4
|
export type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
5
5
|
export type VModelKeyNameInJsxElement<N extends string> = N extends "" ? "v-model" : `v-model:${N}`;
|
@@ -32,7 +32,7 @@ export type DefineVModel<TName extends string, TType, Required extends boolean =
|
|
32
32
|
};
|
33
33
|
export type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
34
34
|
export type SelectItemKey<T = Record<string, any>> = boolean | null | undefined | string | readonly (string | number)[] | ((item: T, fallback?: any) => any);
|
35
|
-
export type DefinePropTheming = DefineProp<"colorSchemaType", ColorSchemaTypes | ColorSchemaType> & DefineProp<"container", boolean> & DefineProp<"colors", ColorSchemaStoreType>;
|
35
|
+
export type DefinePropTheming = DefineProp<"colorSchemaType", ColorSchemaTypes | ColorSchemaType> & DefineProp<"container", boolean> & DefineProp<"colors", ColorSchemaStoreType> & DefineProp<"blueprint", ColorValue>;
|
36
36
|
export type DefinePropClass = DefineProp<"class", String | String[]>;
|
37
37
|
type BuildVModelName<TName extends string, TPropType, Required extends boolean = false> = Required extends false ? {
|
38
38
|
[key in VModelEmitsInJsxElement<TName>]: {
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { SubscriptionHandler } from "@omnia/fx";
|
2
|
+
import { ColorValue } from "@omnia/fx-models";
|
2
3
|
import { ComponentInjectOptions, ComponentObjectPropsOptions, ComponentOptions, ComponentOptionsBase, ComponentOptionsMixin, ComponentPropsOptions, ComponentPublicInstance, ComputedOptions, CreateComponentPublicInstance, DefineComponent, EmitsOptions, ExtractDefaultPropTypes, MethodOptions, ObjectEmitsOptions, Prop, PropType, RenderFunction, Slot, SlotsType, VNode, VNodeArrayChildren, VNodeProps, VNodeTypes, watch, watchEffect } from "vue";
|
3
4
|
import { LooseRequired, Prettify, UnionToIntersection } from "@vue/shared";
|
4
5
|
import { ColorSchemaTypes, ComponentBundleManifest, Directives, GuidValue } from "@omnia/fx-models";
|
@@ -282,6 +283,10 @@ export declare function defineVue(): {
|
|
282
283
|
type: PropType<ColorSchemaStoreType>;
|
283
284
|
required: boolean;
|
284
285
|
};
|
286
|
+
blueprint: {
|
287
|
+
type: PropType<ColorValue>;
|
288
|
+
required: boolean;
|
289
|
+
};
|
285
290
|
};
|
286
291
|
class: {
|
287
292
|
class: {
|
package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts
CHANGED
@@ -30,6 +30,10 @@ declare const _default: {
|
|
30
30
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
31
31
|
required: boolean;
|
32
32
|
};
|
33
|
+
blueprint: {
|
34
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
35
|
+
required: boolean;
|
36
|
+
};
|
33
37
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
34
38
|
"background-fill": {
|
35
39
|
type: import("vue").PropType<string>;
|
@@ -60,6 +64,10 @@ declare const _default: {
|
|
60
64
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
61
65
|
required: boolean;
|
62
66
|
};
|
67
|
+
blueprint: {
|
68
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
69
|
+
required: boolean;
|
70
|
+
};
|
63
71
|
}>>, {
|
64
72
|
container: boolean;
|
65
73
|
}, true, {}, {}, {
|
@@ -99,6 +107,10 @@ declare const _default: {
|
|
99
107
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
100
108
|
required: boolean;
|
101
109
|
};
|
110
|
+
blueprint: {
|
111
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
112
|
+
required: boolean;
|
113
|
+
};
|
102
114
|
}>>, () => JSX.Element, {}, {}, {}, {
|
103
115
|
container: boolean;
|
104
116
|
}>;
|
@@ -135,10 +147,15 @@ declare const _default: {
|
|
135
147
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
136
148
|
required: boolean;
|
137
149
|
};
|
150
|
+
blueprint: {
|
151
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
152
|
+
required: boolean;
|
153
|
+
};
|
138
154
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
139
155
|
container: boolean;
|
140
156
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
141
157
|
propsDefinition: Omit<Readonly<{} & {
|
158
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
142
159
|
container?: boolean;
|
143
160
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
144
161
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -59,7 +59,7 @@ declare const _default: {
|
|
59
59
|
};
|
60
60
|
"v-model": {
|
61
61
|
type: import("vue").PropType<ColorValue>;
|
62
|
-
required: false;
|
62
|
+
required: false;
|
63
63
|
};
|
64
64
|
modelValue: {
|
65
65
|
type: import("vue").PropType<ColorValue>;
|
@@ -69,7 +69,7 @@ declare const _default: {
|
|
69
69
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
70
70
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
71
71
|
type: import("vue").PropType<ColorValue>;
|
72
|
-
required: false;
|
72
|
+
required: false;
|
73
73
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
74
74
|
type: import("vue").PropType<ColorValue>;
|
75
75
|
required: false;
|
@@ -81,7 +81,7 @@ declare const _default: {
|
|
81
81
|
} & {
|
82
82
|
"v-model": {
|
83
83
|
type: import("vue").PropType<ColorValue>;
|
84
|
-
required: false;
|
84
|
+
required: false;
|
85
85
|
};
|
86
86
|
} & {
|
87
87
|
modelValue: {
|
@@ -96,7 +96,7 @@ declare const _default: {
|
|
96
96
|
} & {
|
97
97
|
"v-model": {
|
98
98
|
type: import("vue").PropType<ColorValue>;
|
99
|
-
required: false;
|
99
|
+
required: false;
|
100
100
|
};
|
101
101
|
} & {
|
102
102
|
modelValue: {
|
@@ -111,7 +111,7 @@ declare const _default: {
|
|
111
111
|
} & {
|
112
112
|
"v-model": {
|
113
113
|
type: import("vue").PropType<ColorValue>;
|
114
|
-
required: false;
|
114
|
+
required: false;
|
115
115
|
};
|
116
116
|
} & {
|
117
117
|
modelValue: {
|
@@ -132,6 +132,10 @@ declare const _default: {
|
|
132
132
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
133
133
|
required: boolean;
|
134
134
|
};
|
135
|
+
blueprint: {
|
136
|
+
type: import("vue").PropType<ColorValue>;
|
137
|
+
required: boolean;
|
138
|
+
};
|
135
139
|
}>> & {
|
136
140
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
137
141
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -194,7 +198,7 @@ declare const _default: {
|
|
194
198
|
};
|
195
199
|
"v-model": {
|
196
200
|
type: import("vue").PropType<ColorValue>;
|
197
|
-
required: false;
|
201
|
+
required: false;
|
198
202
|
};
|
199
203
|
modelValue: {
|
200
204
|
type: import("vue").PropType<ColorValue>;
|
@@ -204,7 +208,7 @@ declare const _default: {
|
|
204
208
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
205
209
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
206
210
|
type: import("vue").PropType<ColorValue>;
|
207
|
-
required: false;
|
211
|
+
required: false;
|
208
212
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
209
213
|
type: import("vue").PropType<ColorValue>;
|
210
214
|
required: false;
|
@@ -216,7 +220,7 @@ declare const _default: {
|
|
216
220
|
} & {
|
217
221
|
"v-model": {
|
218
222
|
type: import("vue").PropType<ColorValue>;
|
219
|
-
required: false;
|
223
|
+
required: false;
|
220
224
|
};
|
221
225
|
} & {
|
222
226
|
modelValue: {
|
@@ -231,7 +235,7 @@ declare const _default: {
|
|
231
235
|
} & {
|
232
236
|
"v-model": {
|
233
237
|
type: import("vue").PropType<ColorValue>;
|
234
|
-
required: false;
|
238
|
+
required: false;
|
235
239
|
};
|
236
240
|
} & {
|
237
241
|
modelValue: {
|
@@ -246,7 +250,7 @@ declare const _default: {
|
|
246
250
|
} & {
|
247
251
|
"v-model": {
|
248
252
|
type: import("vue").PropType<ColorValue>;
|
249
|
-
required: false;
|
253
|
+
required: false;
|
250
254
|
};
|
251
255
|
} & {
|
252
256
|
modelValue: {
|
@@ -267,6 +271,10 @@ declare const _default: {
|
|
267
271
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
268
272
|
required: boolean;
|
269
273
|
};
|
274
|
+
blueprint: {
|
275
|
+
type: import("vue").PropType<ColorValue>;
|
276
|
+
required: boolean;
|
277
|
+
};
|
270
278
|
}>> & {
|
271
279
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
272
280
|
}, {
|
@@ -336,7 +344,7 @@ declare const _default: {
|
|
336
344
|
};
|
337
345
|
"v-model": {
|
338
346
|
type: import("vue").PropType<ColorValue>;
|
339
|
-
required: false;
|
347
|
+
required: false;
|
340
348
|
};
|
341
349
|
modelValue: {
|
342
350
|
type: import("vue").PropType<ColorValue>;
|
@@ -346,7 +354,7 @@ declare const _default: {
|
|
346
354
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
347
355
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
348
356
|
type: import("vue").PropType<ColorValue>;
|
349
|
-
required: false;
|
357
|
+
required: false;
|
350
358
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
351
359
|
type: import("vue").PropType<ColorValue>;
|
352
360
|
required: false;
|
@@ -358,7 +366,7 @@ declare const _default: {
|
|
358
366
|
} & {
|
359
367
|
"v-model": {
|
360
368
|
type: import("vue").PropType<ColorValue>;
|
361
|
-
required: false;
|
369
|
+
required: false;
|
362
370
|
};
|
363
371
|
} & {
|
364
372
|
modelValue: {
|
@@ -373,7 +381,7 @@ declare const _default: {
|
|
373
381
|
} & {
|
374
382
|
"v-model": {
|
375
383
|
type: import("vue").PropType<ColorValue>;
|
376
|
-
required: false;
|
384
|
+
required: false;
|
377
385
|
};
|
378
386
|
} & {
|
379
387
|
modelValue: {
|
@@ -388,7 +396,7 @@ declare const _default: {
|
|
388
396
|
} & {
|
389
397
|
"v-model": {
|
390
398
|
type: import("vue").PropType<ColorValue>;
|
391
|
-
required: false;
|
399
|
+
required: false;
|
392
400
|
};
|
393
401
|
} & {
|
394
402
|
modelValue: {
|
@@ -409,6 +417,10 @@ declare const _default: {
|
|
409
417
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
410
418
|
required: boolean;
|
411
419
|
};
|
420
|
+
blueprint: {
|
421
|
+
type: import("vue").PropType<ColorValue>;
|
422
|
+
required: boolean;
|
423
|
+
};
|
412
424
|
}>> & {
|
413
425
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
414
426
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -475,7 +487,7 @@ declare const _default: {
|
|
475
487
|
};
|
476
488
|
"v-model": {
|
477
489
|
type: import("vue").PropType<ColorValue>;
|
478
|
-
required: false;
|
490
|
+
required: false;
|
479
491
|
};
|
480
492
|
modelValue: {
|
481
493
|
type: import("vue").PropType<ColorValue>;
|
@@ -485,7 +497,7 @@ declare const _default: {
|
|
485
497
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
486
498
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
487
499
|
type: import("vue").PropType<ColorValue>;
|
488
|
-
required: false;
|
500
|
+
required: false;
|
489
501
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
490
502
|
type: import("vue").PropType<ColorValue>;
|
491
503
|
required: false;
|
@@ -497,7 +509,7 @@ declare const _default: {
|
|
497
509
|
} & {
|
498
510
|
"v-model": {
|
499
511
|
type: import("vue").PropType<ColorValue>;
|
500
|
-
required: false;
|
512
|
+
required: false;
|
501
513
|
};
|
502
514
|
} & {
|
503
515
|
modelValue: {
|
@@ -512,7 +524,7 @@ declare const _default: {
|
|
512
524
|
} & {
|
513
525
|
"v-model": {
|
514
526
|
type: import("vue").PropType<ColorValue>;
|
515
|
-
required: false;
|
527
|
+
required: false;
|
516
528
|
};
|
517
529
|
} & {
|
518
530
|
modelValue: {
|
@@ -527,7 +539,7 @@ declare const _default: {
|
|
527
539
|
} & {
|
528
540
|
"v-model": {
|
529
541
|
type: import("vue").PropType<ColorValue>;
|
530
|
-
required: false;
|
542
|
+
required: false;
|
531
543
|
};
|
532
544
|
} & {
|
533
545
|
modelValue: {
|
@@ -548,6 +560,10 @@ declare const _default: {
|
|
548
560
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
549
561
|
required: boolean;
|
550
562
|
};
|
563
|
+
blueprint: {
|
564
|
+
type: import("vue").PropType<ColorValue>;
|
565
|
+
required: boolean;
|
566
|
+
};
|
551
567
|
}>> & {
|
552
568
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
553
569
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -564,7 +580,7 @@ declare const _default: {
|
|
564
580
|
} & {
|
565
581
|
[x: `v-model:${string}`]: {
|
566
582
|
type: import("vue").PropType<ColorValue>;
|
567
|
-
required: false;
|
583
|
+
required: false;
|
568
584
|
};
|
569
585
|
} & {
|
570
586
|
[x: string]: {
|
@@ -579,7 +595,7 @@ declare const _default: {
|
|
579
595
|
} & {
|
580
596
|
"v-model": {
|
581
597
|
type: import("vue").PropType<ColorValue>;
|
582
|
-
required: false;
|
598
|
+
required: false;
|
583
599
|
};
|
584
600
|
} & {
|
585
601
|
modelValue: {
|
@@ -594,7 +610,7 @@ declare const _default: {
|
|
594
610
|
} & {
|
595
611
|
"v-model": {
|
596
612
|
type: import("vue").PropType<ColorValue>;
|
597
|
-
required: false;
|
613
|
+
required: false;
|
598
614
|
};
|
599
615
|
} & {
|
600
616
|
modelValue: {
|
@@ -609,7 +625,7 @@ declare const _default: {
|
|
609
625
|
} & {
|
610
626
|
"v-model": {
|
611
627
|
type: import("vue").PropType<ColorValue>;
|
612
|
-
required: false;
|
628
|
+
required: false;
|
613
629
|
};
|
614
630
|
} & {
|
615
631
|
modelValue: {
|
@@ -618,6 +634,7 @@ declare const _default: {
|
|
618
634
|
};
|
619
635
|
}>;
|
620
636
|
};
|
637
|
+
blueprint?: ColorValue;
|
621
638
|
container?: boolean;
|
622
639
|
label?: string;
|
623
640
|
disabled?: boolean;
|
@@ -132,6 +132,10 @@ declare const _default: {
|
|
132
132
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
133
133
|
required: boolean;
|
134
134
|
};
|
135
|
+
blueprint: {
|
136
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
137
|
+
required: boolean;
|
138
|
+
};
|
135
139
|
class: {
|
136
140
|
type: import("vue").PropType<String | String[]>;
|
137
141
|
required: boolean;
|
@@ -274,6 +278,10 @@ declare const _default: {
|
|
274
278
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
275
279
|
required: boolean;
|
276
280
|
};
|
281
|
+
blueprint: {
|
282
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
283
|
+
required: boolean;
|
284
|
+
};
|
277
285
|
class: {
|
278
286
|
type: import("vue").PropType<String | String[]>;
|
279
287
|
required: boolean;
|
@@ -421,6 +429,10 @@ declare const _default: {
|
|
421
429
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
422
430
|
required: boolean;
|
423
431
|
};
|
432
|
+
blueprint: {
|
433
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
434
|
+
required: boolean;
|
435
|
+
};
|
424
436
|
class: {
|
425
437
|
type: import("vue").PropType<String | String[]>;
|
426
438
|
required: boolean;
|
@@ -565,6 +577,10 @@ declare const _default: {
|
|
565
577
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
566
578
|
required: boolean;
|
567
579
|
};
|
580
|
+
blueprint: {
|
581
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
582
|
+
required: boolean;
|
583
|
+
};
|
568
584
|
class: {
|
569
585
|
type: import("vue").PropType<String | String[]>;
|
570
586
|
required: boolean;
|
@@ -642,6 +658,7 @@ declare const _default: {
|
|
642
658
|
};
|
643
659
|
}>;
|
644
660
|
};
|
661
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
645
662
|
title?: string;
|
646
663
|
container?: boolean;
|
647
664
|
class?: String | String[];
|
@@ -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
|
"onClick:close"?: () => any;
|
113
117
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -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
|
"onClick:close"?: () => any;
|
226
234
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -340,6 +348,10 @@ declare const _default: {
|
|
340
348
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
341
349
|
required: boolean;
|
342
350
|
};
|
351
|
+
blueprint: {
|
352
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
353
|
+
required: boolean;
|
354
|
+
};
|
343
355
|
}>> & {
|
344
356
|
"onClick:close"?: () => any;
|
345
357
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -456,6 +468,10 @@ declare const _default: {
|
|
456
468
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
457
469
|
required: boolean;
|
458
470
|
};
|
471
|
+
blueprint: {
|
472
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
473
|
+
required: boolean;
|
474
|
+
};
|
459
475
|
}>> & {
|
460
476
|
"onClick:close"?: () => any;
|
461
477
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -527,6 +543,7 @@ declare const _default: {
|
|
527
543
|
};
|
528
544
|
}>;
|
529
545
|
};
|
546
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
530
547
|
container?: boolean;
|
531
548
|
class?: string;
|
532
549
|
label?: string;
|
@@ -24,6 +24,10 @@ declare const _default: {
|
|
24
24
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
25
25
|
required: boolean;
|
26
26
|
};
|
27
|
+
blueprint: {
|
28
|
+
type: import("vue").PropType<ColorValue>;
|
29
|
+
required: boolean;
|
30
|
+
};
|
27
31
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
28
32
|
"onUpdate:modelValue": {
|
29
33
|
type: import("vue").PropType<(value: FillDefinition | ColorValue) => any>;
|
@@ -48,6 +52,10 @@ declare const _default: {
|
|
48
52
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
49
53
|
required: boolean;
|
50
54
|
};
|
55
|
+
blueprint: {
|
56
|
+
type: import("vue").PropType<ColorValue>;
|
57
|
+
required: boolean;
|
58
|
+
};
|
51
59
|
}>>, {
|
52
60
|
container: boolean;
|
53
61
|
}, true, {}, {}, {
|
@@ -81,6 +89,10 @@ declare const _default: {
|
|
81
89
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
82
90
|
required: boolean;
|
83
91
|
};
|
92
|
+
blueprint: {
|
93
|
+
type: import("vue").PropType<ColorValue>;
|
94
|
+
required: boolean;
|
95
|
+
};
|
84
96
|
}>>, () => JSX.Element, {}, {}, {}, {
|
85
97
|
container: boolean;
|
86
98
|
}>;
|
@@ -111,10 +123,15 @@ declare const _default: {
|
|
111
123
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
112
124
|
required: boolean;
|
113
125
|
};
|
126
|
+
blueprint: {
|
127
|
+
type: import("vue").PropType<ColorValue>;
|
128
|
+
required: boolean;
|
129
|
+
};
|
114
130
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
115
131
|
container: boolean;
|
116
132
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
117
133
|
propsDefinition: Omit<Readonly<{} & {
|
134
|
+
blueprint?: ColorValue;
|
118
135
|
container?: boolean;
|
119
136
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
120
137
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts
CHANGED
@@ -123,6 +123,10 @@ declare const _default: {
|
|
123
123
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
124
124
|
required: boolean;
|
125
125
|
};
|
126
|
+
blueprint: {
|
127
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
128
|
+
required: boolean;
|
129
|
+
};
|
126
130
|
}>> & {
|
127
131
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
128
132
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -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<import("@omnia/fx-models").ColorValue>;
|
259
|
+
required: boolean;
|
260
|
+
};
|
253
261
|
}>> & {
|
254
262
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
255
263
|
}, {
|
@@ -384,6 +392,10 @@ declare const _default: {
|
|
384
392
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
385
393
|
required: boolean;
|
386
394
|
};
|
395
|
+
blueprint: {
|
396
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
397
|
+
required: boolean;
|
398
|
+
};
|
387
399
|
}>> & {
|
388
400
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
389
401
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -515,6 +527,10 @@ declare const _default: {
|
|
515
527
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
516
528
|
required: boolean;
|
517
529
|
};
|
530
|
+
blueprint: {
|
531
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
532
|
+
required: boolean;
|
533
|
+
};
|
518
534
|
}>> & {
|
519
535
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
520
536
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -584,6 +600,7 @@ declare const _default: {
|
|
584
600
|
};
|
585
601
|
}>;
|
586
602
|
};
|
603
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
587
604
|
container?: boolean;
|
588
605
|
class?: String | String[];
|
589
606
|
label?: string;
|
@@ -37,6 +37,10 @@ declare const _default: {
|
|
37
37
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
38
38
|
required: boolean;
|
39
39
|
};
|
40
|
+
blueprint: {
|
41
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
42
|
+
required: boolean;
|
43
|
+
};
|
40
44
|
class: {
|
41
45
|
type: import("vue").PropType<String | String[]>;
|
42
46
|
required: boolean;
|
@@ -90,6 +94,10 @@ declare const _default: {
|
|
90
94
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
91
95
|
required: boolean;
|
92
96
|
};
|
97
|
+
blueprint: {
|
98
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
99
|
+
required: boolean;
|
100
|
+
};
|
93
101
|
class: {
|
94
102
|
type: import("vue").PropType<String | String[]>;
|
95
103
|
required: boolean;
|
@@ -145,6 +153,10 @@ declare const _default: {
|
|
145
153
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
146
154
|
required: boolean;
|
147
155
|
};
|
156
|
+
blueprint: {
|
157
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
158
|
+
required: boolean;
|
159
|
+
};
|
148
160
|
class: {
|
149
161
|
type: import("vue").PropType<String | String[]>;
|
150
162
|
required: boolean;
|
@@ -197,6 +209,10 @@ declare const _default: {
|
|
197
209
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
198
210
|
required: boolean;
|
199
211
|
};
|
212
|
+
blueprint: {
|
213
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
214
|
+
required: boolean;
|
215
|
+
};
|
200
216
|
class: {
|
201
217
|
type: import("vue").PropType<String | String[]>;
|
202
218
|
required: boolean;
|
@@ -219,6 +235,7 @@ declare const _default: {
|
|
219
235
|
container: boolean;
|
220
236
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
221
237
|
propsDefinition: Omit<Readonly<{} & {
|
238
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
222
239
|
container?: boolean;
|
223
240
|
class?: String | String[];
|
224
241
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -105,6 +105,10 @@ declare const _default: {
|
|
105
105
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
106
106
|
required: boolean;
|
107
107
|
};
|
108
|
+
blueprint: {
|
109
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
110
|
+
required: boolean;
|
111
|
+
};
|
108
112
|
}>> & {
|
109
113
|
"onItem:selected"?: (theme: ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>) => any;
|
110
114
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -212,6 +216,10 @@ declare const _default: {
|
|
212
216
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
213
217
|
required: boolean;
|
214
218
|
};
|
219
|
+
blueprint: {
|
220
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
221
|
+
required: boolean;
|
222
|
+
};
|
215
223
|
}>> & {
|
216
224
|
"onItem:selected"?: (theme: ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>) => any;
|
217
225
|
}, {
|
@@ -326,6 +334,10 @@ declare const _default: {
|
|
326
334
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
327
335
|
required: boolean;
|
328
336
|
};
|
337
|
+
blueprint: {
|
338
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
339
|
+
required: boolean;
|
340
|
+
};
|
329
341
|
}>> & {
|
330
342
|
"onItem:selected"?: (theme: ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>) => any;
|
331
343
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -437,6 +449,10 @@ declare const _default: {
|
|
437
449
|
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
438
450
|
required: boolean;
|
439
451
|
};
|
452
|
+
blueprint: {
|
453
|
+
type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
|
454
|
+
required: boolean;
|
455
|
+
};
|
440
456
|
}>> & {
|
441
457
|
"onItem:selected"?: (theme: ITemplateRegistration<ThemeDefinitionV2, import("@omnia/fx-models").TemplateRegistrationType>) => any;
|
442
458
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -506,6 +522,7 @@ declare const _default: {
|
|
506
522
|
};
|
507
523
|
}>;
|
508
524
|
};
|
525
|
+
blueprint?: import("@omnia/fx-models").ColorValue;
|
509
526
|
filter?: "custom";
|
510
527
|
container?: boolean;
|
511
528
|
class?: String | String[];
|