@omnia/fx 8.0.166-dev → 8.0.168-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/internal-do-not-import-from-here/services/AzureOpenAIService.d.ts +1 -2
  2. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +2 -2
  3. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +5 -0
  4. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +17 -0
  5. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +41 -24
  6. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +17 -0
  7. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +17 -0
  8. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +17 -0
  9. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +17 -0
  10. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +17 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +17 -0
  12. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +20 -0
  13. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +17 -0
  14. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +17 -0
  15. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +17 -0
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +17 -0
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +17 -0
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +17 -0
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +17 -0
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +17 -0
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +17 -0
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +17 -0
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +17 -0
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +17 -0
  25. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +17 -0
  26. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +17 -0
  27. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +17 -0
  28. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +17 -0
  29. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +17 -0
  30. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +17 -0
  31. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +17 -0
  32. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +17 -0
  33. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +17 -0
  34. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +17 -0
  35. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7 -3
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +17 -0
  37. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +17 -0
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +17 -0
  39. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +17 -0
  40. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +17 -0
  41. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +17 -0
  42. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +17 -0
  43. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +17 -0
  44. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +33 -1
  45. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +17 -0
  46. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +17 -0
  47. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +17 -0
  48. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +17 -0
  49. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +17 -0
  50. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +17 -0
  51. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +17 -0
  52. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +17 -0
  53. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -0
  54. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +17 -0
  55. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +17 -0
  56. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +17 -0
  57. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +17 -0
  58. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +17 -0
  59. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7 -3
  60. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +17 -0
  61. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +17 -0
  62. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +17 -0
  63. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +17 -0
  64. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +17 -0
  65. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +17 -0
  66. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +17 -0
  67. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +17 -0
  68. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +17 -0
  69. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +17 -0
  70. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +17 -0
  71. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +17 -0
  72. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +17 -0
  73. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +17 -0
  74. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +2 -1
  75. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +17 -0
  76. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +17 -0
  77. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +17 -0
  78. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +17 -0
  79. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +17 -0
  80. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +17 -0
  81. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +17 -0
  82. package/package.json +2 -2
@@ -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<import("@omnia/fx-models").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
  "rendering-mode": {
29
33
  type: import("vue").PropType<BlockRenderingModes>;
@@ -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<import("@omnia/fx-models").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<import("@omnia/fx-models").ColorValue>;
94
+ required: boolean;
95
+ };
84
96
  }>>, () => JSX.Element, {}, {}, {}, {
85
97
  container: boolean;
86
98
  }>;
@@ -111,11 +123,16 @@ 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<import("@omnia/fx-models").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<{} & {
118
134
  text?: string;
135
+ blueprint?: import("@omnia/fx-models").ColorValue;
119
136
  container?: boolean;
120
137
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
121
138
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
@@ -52,6 +52,10 @@ declare const _default: {
52
52
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
53
53
  required: boolean;
54
54
  };
55
+ blueprint: {
56
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
57
+ required: boolean;
58
+ };
55
59
  }>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
56
60
  "context-params": {
57
61
  type: import("vue").PropType<{
@@ -100,6 +104,10 @@ declare const _default: {
100
104
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
101
105
  required: boolean;
102
106
  };
107
+ blueprint: {
108
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
109
+ required: boolean;
110
+ };
103
111
  }>>, {
104
112
  container: boolean;
105
113
  }, true, {}, {}, {
@@ -157,6 +165,10 @@ declare const _default: {
157
165
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
158
166
  required: boolean;
159
167
  };
168
+ blueprint: {
169
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
170
+ required: boolean;
171
+ };
160
172
  }>>, () => VNodeChild, {}, {}, {}, {
161
173
  container: boolean;
162
174
  }>;
@@ -211,12 +223,17 @@ declare const _default: {
211
223
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
212
224
  required: boolean;
213
225
  };
226
+ blueprint: {
227
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
228
+ required: boolean;
229
+ };
214
230
  }>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
215
231
  container: boolean;
216
232
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
217
233
  propsDefinition: Omit<Readonly<{
218
234
  roles: string[];
219
235
  } & {
236
+ blueprint?: import("@omnia/fx-models").ColorValue;
220
237
  container?: boolean;
221
238
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
222
239
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
@@ -12,6 +12,10 @@ declare const _default: {
12
12
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
13
13
  required: boolean;
14
14
  };
15
+ blueprint: {
16
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
17
+ required: boolean;
18
+ };
15
19
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
16
20
  colorSchemaType: {
17
21
  type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
@@ -25,6 +29,10 @@ declare const _default: {
25
29
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
26
30
  required: boolean;
27
31
  };
32
+ blueprint: {
33
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
34
+ required: boolean;
35
+ };
28
36
  }>>, {
29
37
  container: boolean;
30
38
  }, true, {}, {}, {
@@ -47,6 +55,10 @@ declare const _default: {
47
55
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
48
56
  required: boolean;
49
57
  };
58
+ blueprint: {
59
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
60
+ required: boolean;
61
+ };
50
62
  }>>, () => JSX.Element, {}, {}, {}, {
51
63
  container: boolean;
52
64
  }>;
@@ -66,10 +78,15 @@ declare const _default: {
66
78
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
67
79
  required: boolean;
68
80
  };
81
+ blueprint: {
82
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
83
+ required: boolean;
84
+ };
69
85
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
70
86
  container: boolean;
71
87
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
72
88
  propsDefinition: Omit<Readonly<{} & {
89
+ blueprint?: import("@omnia/fx-models").ColorValue;
73
90
  container?: boolean;
74
91
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
75
92
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
@@ -17,6 +17,10 @@ declare const _default: {
17
17
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
18
18
  required: boolean;
19
19
  };
20
+ blueprint: {
21
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
22
+ required: boolean;
23
+ };
20
24
  }>> & {
21
25
  "onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
22
26
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -34,6 +38,10 @@ declare const _default: {
34
38
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
35
39
  required: boolean;
36
40
  };
41
+ blueprint: {
42
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
43
+ required: boolean;
44
+ };
37
45
  }>> & {
38
46
  "onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
39
47
  }, {
@@ -58,6 +66,10 @@ declare const _default: {
58
66
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
59
67
  required: boolean;
60
68
  };
69
+ blueprint: {
70
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
71
+ required: boolean;
72
+ };
61
73
  }>> & {
62
74
  "onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
63
75
  }, () => JSX.Element, {}, {}, {}, {
@@ -79,6 +91,10 @@ declare const _default: {
79
91
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
80
92
  required: boolean;
81
93
  };
94
+ blueprint: {
95
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
96
+ required: boolean;
97
+ };
82
98
  }>> & {
83
99
  "onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
84
100
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -87,6 +103,7 @@ declare const _default: {
87
103
  container: boolean;
88
104
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
105
  propsDefinition: Omit<Readonly<{} & {
106
+ blueprint?: import("@omnia/fx-models").ColorValue;
90
107
  container?: boolean;
91
108
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
92
109
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
@@ -129,6 +129,10 @@ declare const _default: {
129
129
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
130
130
  required: boolean;
131
131
  };
132
+ blueprint: {
133
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
134
+ required: boolean;
135
+ };
132
136
  }>> & {
133
137
  "onUpdate:modelValue"?: (value: boolean) => any;
134
138
  onAdd?: () => any;
@@ -268,6 +272,10 @@ declare const _default: {
268
272
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
269
273
  required: boolean;
270
274
  };
275
+ blueprint: {
276
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
277
+ required: boolean;
278
+ };
271
279
  }>> & {
272
280
  "onUpdate:modelValue"?: (value: boolean) => any;
273
281
  onAdd?: () => any;
@@ -410,6 +418,10 @@ declare const _default: {
410
418
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
411
419
  required: boolean;
412
420
  };
421
+ blueprint: {
422
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
423
+ required: boolean;
424
+ };
413
425
  }>> & {
414
426
  "onUpdate:modelValue"?: (value: boolean) => any;
415
427
  onAdd?: () => any;
@@ -549,6 +561,10 @@ declare const _default: {
549
561
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
550
562
  required: boolean;
551
563
  };
564
+ blueprint: {
565
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
566
+ required: boolean;
567
+ };
552
568
  }>> & {
553
569
  "onUpdate:modelValue"?: (value: boolean) => any;
554
570
  onAdd?: () => any;
@@ -627,6 +643,7 @@ declare const _default: {
627
643
  }>;
628
644
  };
629
645
  icon?: IIcon;
646
+ blueprint?: import("@omnia/fx-models").ColorValue;
630
647
  title?: string;
631
648
  container?: boolean;
632
649
  filters?: 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
  }>> & {
101
105
  "onUpdate:modelValue"?: (value: boolean) => any;
102
106
  onSelected?: (id: GuidValue) => any;
@@ -204,6 +208,10 @@ declare const _default: {
204
208
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
205
209
  required: boolean;
206
210
  };
211
+ blueprint: {
212
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
213
+ required: boolean;
214
+ };
207
215
  }>> & {
208
216
  "onUpdate:modelValue"?: (value: boolean) => any;
209
217
  onSelected?: (id: GuidValue) => any;
@@ -315,6 +323,10 @@ declare const _default: {
315
323
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
316
324
  required: boolean;
317
325
  };
326
+ blueprint: {
327
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
328
+ required: boolean;
329
+ };
318
330
  }>> & {
319
331
  "onUpdate:modelValue"?: (value: boolean) => any;
320
332
  onSelected?: (id: GuidValue) => any;
@@ -423,6 +435,10 @@ declare const _default: {
423
435
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
424
436
  required: boolean;
425
437
  };
438
+ blueprint: {
439
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
440
+ required: boolean;
441
+ };
426
442
  }>> & {
427
443
  "onUpdate:modelValue"?: (value: boolean) => any;
428
444
  onSelected?: (id: GuidValue) => any;
@@ -498,6 +514,7 @@ declare const _default: {
498
514
  };
499
515
  }>;
500
516
  };
517
+ blueprint?: import("@omnia/fx-models").ColorValue;
501
518
  container?: boolean;
502
519
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
503
520
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
@@ -14,6 +14,10 @@ declare const _default: {
14
14
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
15
15
  required: boolean;
16
16
  };
17
+ blueprint: {
18
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
19
+ required: boolean;
20
+ };
17
21
  active: {
18
22
  type: import("vue").PropType<boolean>;
19
23
  } & {
@@ -68,6 +72,10 @@ declare const _default: {
68
72
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
69
73
  required: boolean;
70
74
  };
75
+ blueprint: {
76
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
77
+ required: boolean;
78
+ };
71
79
  active: {
72
80
  type: import("vue").PropType<boolean>;
73
81
  } & {
@@ -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
  active: {
132
144
  type: import("vue").PropType<boolean>;
133
145
  } & {
@@ -185,6 +197,10 @@ declare const _default: {
185
197
  type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
186
198
  required: boolean;
187
199
  };
200
+ blueprint: {
201
+ type: import("vue").PropType<import("@omnia/fx-models").ColorValue>;
202
+ required: boolean;
203
+ };
188
204
  active: {
189
205
  type: import("vue").PropType<boolean>;
190
206
  } & {
@@ -233,6 +249,7 @@ declare const _default: {
233
249
  definition: VelcronAppDefinition<object>;
234
250
  } & {
235
251
  "color-schema-type"?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
252
+ blueprint?: import("@omnia/fx-models").ColorValue;
236
253
  container?: boolean;
237
254
  active?: boolean;
238
255
  themeDefinition?: ThemeDefinitionV2;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.166-dev",
4
+ "version": "8.0.168-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.166-dev",
23
+ "@omnia/fx-models": "8.0.168-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",