@omnia/fx 8.0.307-dev → 8.0.309-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.
Files changed (77) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +2 -1
  3. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +12 -4
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/HeaderEditorStore.d.ts +11 -2
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +1 -8
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +77 -77
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.css.d.ts → headerpicker/HeaderPicker.css.d.ts} +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +18 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +9 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +18 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +1 -23
  22. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +5 -5
  23. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/aurora/store/StateManager.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +48 -48
  26. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +4 -4
  27. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -4
  28. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -5
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -9
  31. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +0 -1
  32. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
  33. package/internal-do-not-import-from-here/ux/flow/editor/plugins/DefineEditorPlugin.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +2 -0
  35. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +6 -0
  36. package/internal-do-not-import-from-here/ux/flow/renderer/plugins/DefineRendererPlugin.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -15
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +46 -326
  55. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +5 -4
  56. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +21 -0
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  63. package/internal-do-not-import-from-here/wctypings.d.ts +38 -52
  64. package/package.json +3 -3
  65. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +0 -22
  66. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer.d.ts +0 -16
  67. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +0 -353
  68. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromePicker.d.ts +0 -338
  69. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +0 -97
  70. package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +0 -96
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer.d.ts +0 -5
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings.d.ts +0 -9
  73. /package/internal-do-not-import-from-here/ux/{UxCore.d.ts → UxBootstrapper.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/{templates/blades/ChromeTemplateEdit.d.ts → blueprints/components/blades/HeaderBladeEdit.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved/docs/SampleComponent.d.ts → oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts} +0 -0
  76. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/ExampleComponents.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/index.d.ts +0 -0
@@ -1,338 +0,0 @@
1
- import { BlueprintVariant, ChromeBlueprint } from "../../../velcron/core";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- label: {
5
- type: import("vue").PropType<string>;
6
- };
7
- allowCustom: {
8
- type: import("vue").PropType<boolean>;
9
- };
10
- toned: {
11
- type: import("vue").PropType<boolean>;
12
- };
13
- previewColorSchemaType: {
14
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
15
- required: false;
16
- };
17
- "onUpdate:modelValue": {
18
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
19
- };
20
- "v-model": {
21
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
22
- required: false;
23
- };
24
- modelValue: {
25
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
26
- required: false;
27
- };
28
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
29
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
30
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
31
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
32
- required: false;
33
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
34
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
35
- required: false;
36
- }; } & {
37
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | ChromeBlueprint, {
38
- "onUpdate:modelValue": {
39
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
40
- };
41
- } & {
42
- "v-model": {
43
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
44
- required: false;
45
- };
46
- } & {
47
- modelValue: {
48
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
49
- required: false;
50
- };
51
- }>;
52
- defaultValue(value?: BlueprintVariant | ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | ChromeBlueprint, {
53
- "onUpdate:modelValue": {
54
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
55
- };
56
- } & {
57
- "v-model": {
58
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
59
- required: false;
60
- };
61
- } & {
62
- modelValue: {
63
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
64
- required: false;
65
- };
66
- }, false>;
67
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | ChromeBlueprint, {
68
- "onUpdate:modelValue": {
69
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
70
- };
71
- } & {
72
- "v-model": {
73
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
74
- required: false;
75
- };
76
- } & {
77
- modelValue: {
78
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
79
- required: false;
80
- };
81
- }>;
82
- };
83
- }>> & {
84
- "onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
85
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
86
- "update:modelValue": (value: BlueprintVariant | ChromeBlueprint) => any;
87
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
88
- P: {};
89
- B: {};
90
- D: {};
91
- C: {};
92
- M: {};
93
- Defaults: {};
94
- }, Readonly<import("vue").ExtractPropTypes<{
95
- label: {
96
- type: import("vue").PropType<string>;
97
- };
98
- allowCustom: {
99
- type: import("vue").PropType<boolean>;
100
- };
101
- toned: {
102
- type: import("vue").PropType<boolean>;
103
- };
104
- previewColorSchemaType: {
105
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
106
- required: false;
107
- };
108
- "onUpdate:modelValue": {
109
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
110
- };
111
- "v-model": {
112
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
113
- required: false;
114
- };
115
- modelValue: {
116
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
117
- required: false;
118
- };
119
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
120
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
121
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
122
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
123
- required: false;
124
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
125
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
126
- required: false;
127
- }; } & {
128
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | ChromeBlueprint, {
129
- "onUpdate:modelValue": {
130
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
131
- };
132
- } & {
133
- "v-model": {
134
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
135
- required: false;
136
- };
137
- } & {
138
- modelValue: {
139
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
140
- required: false;
141
- };
142
- }>;
143
- defaultValue(value?: BlueprintVariant | ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | ChromeBlueprint, {
144
- "onUpdate:modelValue": {
145
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
146
- };
147
- } & {
148
- "v-model": {
149
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
150
- required: false;
151
- };
152
- } & {
153
- modelValue: {
154
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
155
- required: false;
156
- };
157
- }, false>;
158
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | ChromeBlueprint, {
159
- "onUpdate:modelValue": {
160
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
161
- };
162
- } & {
163
- "v-model": {
164
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
165
- required: false;
166
- };
167
- } & {
168
- modelValue: {
169
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
170
- required: false;
171
- };
172
- }>;
173
- };
174
- }>> & {
175
- "onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
176
- }, () => JSX.Element, {}, {}, {}, {}>;
177
- __isFragment?: never;
178
- __isTeleport?: never;
179
- __isSuspense?: never;
180
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
181
- label: {
182
- type: import("vue").PropType<string>;
183
- };
184
- allowCustom: {
185
- type: import("vue").PropType<boolean>;
186
- };
187
- toned: {
188
- type: import("vue").PropType<boolean>;
189
- };
190
- previewColorSchemaType: {
191
- type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
192
- required: false;
193
- };
194
- "onUpdate:modelValue": {
195
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
196
- };
197
- "v-model": {
198
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
199
- required: false;
200
- };
201
- modelValue: {
202
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
203
- required: false;
204
- };
205
- name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
206
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
207
- }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
208
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
209
- required: false;
210
- }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
211
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
212
- required: false;
213
- }; } & {
214
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, BlueprintVariant | ChromeBlueprint, {
215
- "onUpdate:modelValue": {
216
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
217
- };
218
- } & {
219
- "v-model": {
220
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
221
- required: false;
222
- };
223
- } & {
224
- modelValue: {
225
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
226
- required: false;
227
- };
228
- }>;
229
- defaultValue(value?: BlueprintVariant | ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, BlueprintVariant | ChromeBlueprint, {
230
- "onUpdate:modelValue": {
231
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
232
- };
233
- } & {
234
- "v-model": {
235
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
236
- required: false;
237
- };
238
- } & {
239
- modelValue: {
240
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
241
- required: false;
242
- };
243
- }, false>;
244
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, BlueprintVariant | ChromeBlueprint, {
245
- "onUpdate:modelValue": {
246
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
247
- };
248
- } & {
249
- "v-model": {
250
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
251
- required: false;
252
- };
253
- } & {
254
- modelValue: {
255
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
256
- required: false;
257
- };
258
- }>;
259
- };
260
- }>> & {
261
- "onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
262
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
263
- "update:modelValue": (value: BlueprintVariant | ChromeBlueprint) => any;
264
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
265
- propsDefinition: Omit<Readonly<{} & {
266
- name?: {
267
- [x: `onUpdate:${string}`]: {
268
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
269
- };
270
- } & {
271
- [x: `v-model:${string}`]: {
272
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
273
- required: false;
274
- };
275
- } & {
276
- [x: string]: {
277
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
278
- required: false;
279
- };
280
- } & {
281
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, BlueprintVariant | ChromeBlueprint, {
282
- "onUpdate:modelValue": {
283
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
284
- };
285
- } & {
286
- "v-model": {
287
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
288
- required: false;
289
- };
290
- } & {
291
- modelValue: {
292
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
293
- required: false;
294
- };
295
- }>;
296
- defaultValue(value?: BlueprintVariant | ChromeBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, BlueprintVariant | ChromeBlueprint, {
297
- "onUpdate:modelValue": {
298
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
299
- };
300
- } & {
301
- "v-model": {
302
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
303
- required: false;
304
- };
305
- } & {
306
- modelValue: {
307
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
308
- required: false;
309
- };
310
- }, false>;
311
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, BlueprintVariant | ChromeBlueprint, {
312
- "onUpdate:modelValue": {
313
- type: import("vue").PropType<(value: BlueprintVariant | ChromeBlueprint) => any | void>;
314
- };
315
- } & {
316
- "v-model": {
317
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
318
- required: false;
319
- };
320
- } & {
321
- modelValue: {
322
- type: import("vue").PropType<BlueprintVariant | ChromeBlueprint>;
323
- required: false;
324
- };
325
- }>;
326
- };
327
- label?: string;
328
- "v-model"?: BlueprintVariant | ChromeBlueprint;
329
- modelValue?: BlueprintVariant | ChromeBlueprint;
330
- toned?: boolean;
331
- "onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any | void;
332
- previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
333
- allowCustom?: boolean;
334
- }>, "onUpdate:modelValue"> & {
335
- "onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
336
- };
337
- };
338
- export default _default;
@@ -1,97 +0,0 @@
1
- import { ChromeBlueprint } from "@omnia/fx-models";
2
- type VariantTypes = "selection-option" | "slim-preview" | "default";
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
- text: {
6
- type: import("vue").PropType<string>;
7
- };
8
- variant: {
9
- type: import("vue").PropType<VariantTypes>;
10
- };
11
- blueprint: {
12
- type: import("vue").PropType<ChromeBlueprint>;
13
- };
14
- colorSchemaType: {
15
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
16
- required: boolean;
17
- };
18
- container: {
19
- type: BooleanConstructor;
20
- required: boolean;
21
- };
22
- colors: {
23
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
24
- required: boolean;
25
- };
26
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
27
- container: boolean;
28
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
29
- P: {};
30
- B: {};
31
- D: {};
32
- C: {};
33
- M: {};
34
- Defaults: {};
35
- }, Readonly<import("vue").ExtractPropTypes<{
36
- text: {
37
- type: import("vue").PropType<string>;
38
- };
39
- variant: {
40
- type: import("vue").PropType<VariantTypes>;
41
- };
42
- blueprint: {
43
- type: import("vue").PropType<ChromeBlueprint>;
44
- };
45
- colorSchemaType: {
46
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
47
- required: boolean;
48
- };
49
- container: {
50
- type: BooleanConstructor;
51
- required: boolean;
52
- };
53
- colors: {
54
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
55
- required: boolean;
56
- };
57
- }>>, () => JSX.Element, {}, {}, {}, {
58
- container: boolean;
59
- }>;
60
- __isFragment?: never;
61
- __isTeleport?: never;
62
- __isSuspense?: never;
63
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
64
- text: {
65
- type: import("vue").PropType<string>;
66
- };
67
- variant: {
68
- type: import("vue").PropType<VariantTypes>;
69
- };
70
- blueprint: {
71
- type: import("vue").PropType<ChromeBlueprint>;
72
- };
73
- colorSchemaType: {
74
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
75
- required: boolean;
76
- };
77
- container: {
78
- type: BooleanConstructor;
79
- required: boolean;
80
- };
81
- colors: {
82
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
83
- required: boolean;
84
- };
85
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
86
- container: boolean;
87
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
88
- propsDefinition: Omit<Readonly<{} & {
89
- text?: string;
90
- blueprint?: ChromeBlueprint;
91
- container?: boolean;
92
- variant?: VariantTypes;
93
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
94
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
95
- }>, never>;
96
- };
97
- export default _default;
@@ -1,96 +0,0 @@
1
- import { BackgroundDefinition, ChromeBlueprint, FillDefinition, Spacing, guid } from "@omnia/fx-models";
2
- export declare class FilledChrome implements ChromeBlueprint {
3
- name: string;
4
- header: {
5
- definitionId: guid;
6
- };
7
- styles: {
8
- background: {
9
- fill: FillDefinition;
10
- };
11
- spacing: Spacing;
12
- };
13
- }
14
- export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
15
- name: string;
16
- header: {
17
- definitionId: guid;
18
- };
19
- styles: {
20
- background: BackgroundDefinition;
21
- spacing: Spacing;
22
- };
23
- }
24
- export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
25
- name: string;
26
- header: {
27
- definitionId: guid;
28
- };
29
- styles: {
30
- background: BackgroundDefinition;
31
- spacing: Spacing;
32
- };
33
- }
34
- export declare class OutlinedChrome implements ChromeBlueprint {
35
- name: string;
36
- header: {
37
- definitionId: guid;
38
- };
39
- styles: {
40
- background: BackgroundDefinition;
41
- spacing: Spacing;
42
- };
43
- }
44
- export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
45
- name: string;
46
- header: {
47
- definitionId: guid;
48
- };
49
- styles: {
50
- background: BackgroundDefinition;
51
- spacing: Spacing;
52
- };
53
- }
54
- export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
55
- name: string;
56
- header: {
57
- definitionId: guid;
58
- };
59
- styles: {
60
- background: BackgroundDefinition;
61
- spacing: Spacing;
62
- };
63
- }
64
- export declare class ElevatedChrome implements ChromeBlueprint {
65
- name: string;
66
- header: {
67
- definitionId: guid;
68
- };
69
- styles: {
70
- elevation: number;
71
- background: {
72
- fill: FillDefinition;
73
- };
74
- spacing: Spacing;
75
- };
76
- }
77
- export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
78
- name: string;
79
- header: {
80
- definitionId: guid;
81
- };
82
- styles: {
83
- background: BackgroundDefinition;
84
- spacing: Spacing;
85
- };
86
- }
87
- export declare class ElevatedLargeRoundingChrome implements ChromeBlueprint {
88
- name: string;
89
- header: {
90
- definitionId: guid;
91
- };
92
- styles: {
93
- background: BackgroundDefinition;
94
- spacing: Spacing;
95
- };
96
- }
@@ -1,5 +0,0 @@
1
- import { TitleRendererValue } from "@omnia/fx-models";
2
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
- renderer?: TitleRendererValue;
4
- }>) => any;
5
- export default _default;
@@ -1,9 +0,0 @@
1
- import { TitleRendererValue } from "@omnia/fx-models";
2
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
- "emit:update:modelValue": (value: TitleRendererValue) => void;
4
- } & {
5
- "v-model"?: TitleRendererValue;
6
- } & {
7
- modelValue?: TitleRendererValue;
8
- }>) => any;
9
- export default _default;