@omnia/fx 8.0.153-dev → 8.0.155-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. package/internal-do-not-import-from-here/services/SecurityService.d.ts +2 -0
  2. package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseImageHandler.d.ts +1 -8
  3. package/internal-do-not-import-from-here/stores/mediapicker/handlers/provider/BaseVideoHandler.d.ts +1 -8
  4. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +58 -21
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +77 -0
  6. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +19 -5
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +71 -0
  8. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  10. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +70 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.css.d.ts +4 -0
  12. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +466 -0
  13. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/ExampleComponents.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +55 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/index.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -7
  17. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +763 -322
  18. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +15 -3
  19. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +763 -322
  20. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +228 -84
  21. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +14 -2
  22. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +763 -322
  23. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
  24. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -8
  25. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
  26. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +27 -1
  27. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +3 -7
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +54 -15
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +54 -15
  30. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +0 -1
  32. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -2
  33. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +10 -10
  35. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +782 -329
  37. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1607 -701
  38. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +78 -0
  39. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -43
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +11 -11
  41. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +10 -10
  42. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1604 -698
  44. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +1 -0
  45. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +11 -11
  48. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +782 -329
  49. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -11
  50. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -61
  51. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +5 -3
  53. package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +2 -1
  55. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ContainerEditor.d.ts +364 -0
  56. package/internal-do-not-import-from-here/wctypings.d.ts +50 -0
  57. package/package.json +2 -2
  58. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/FillsEditorStore.d.ts +0 -50
  59. package/internal-do-not-import-from-here/ux/aurora/store/ChromeBlueprintStore.d.ts +0 -5318
  60. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillBladeEdit.d.ts → ContainersBlade.d.ts} +0 -0
  61. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{FillsBlade.d.ts → ContainersBladeEdit.d.ts} +0 -0
@@ -0,0 +1,466 @@
1
+ import { ContainerBlueprint, ContainerVariant } from "../../../velcron/core";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ label: {
5
+ type: import("vue").PropType<string>;
6
+ } & {
7
+ type: import("vue").PropType<string>;
8
+ };
9
+ "allow-custom": {
10
+ type: import("vue").PropType<boolean>;
11
+ };
12
+ allowCustom: {
13
+ type: import("vue").PropType<boolean>;
14
+ };
15
+ toned: {
16
+ type: import("vue").PropType<boolean>;
17
+ } & {
18
+ type: import("vue").PropType<boolean>;
19
+ };
20
+ "preview-color-schema-type": {
21
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
22
+ required: false;
23
+ };
24
+ previewColorSchemaType: {
25
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
26
+ required: false;
27
+ };
28
+ "onUpdate:modelValue": {
29
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
30
+ };
31
+ "v-model": {
32
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
33
+ required: false;
34
+ };
35
+ modelValue: {
36
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
37
+ required: false;
38
+ };
39
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
40
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
41
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
42
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
43
+ required: false;
44
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
45
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
46
+ required: false;
47
+ }; } & {
48
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerVariant | ContainerBlueprint, {
49
+ "onUpdate:modelValue": {
50
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
51
+ };
52
+ } & {
53
+ "v-model": {
54
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
55
+ required: false;
56
+ };
57
+ } & {
58
+ modelValue: {
59
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
60
+ required: false;
61
+ };
62
+ }>;
63
+ defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerVariant | ContainerBlueprint, {
64
+ "onUpdate:modelValue": {
65
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
66
+ };
67
+ } & {
68
+ "v-model": {
69
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
70
+ required: false;
71
+ };
72
+ } & {
73
+ modelValue: {
74
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
75
+ required: false;
76
+ };
77
+ }, false>;
78
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerVariant | ContainerBlueprint, {
79
+ "onUpdate:modelValue": {
80
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
81
+ };
82
+ } & {
83
+ "v-model": {
84
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
85
+ required: false;
86
+ };
87
+ } & {
88
+ modelValue: {
89
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
90
+ required: false;
91
+ };
92
+ }>;
93
+ };
94
+ }>> & {
95
+ "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
96
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
97
+ "update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
98
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
99
+ label: {
100
+ type: import("vue").PropType<string>;
101
+ } & {
102
+ type: import("vue").PropType<string>;
103
+ };
104
+ "allow-custom": {
105
+ type: import("vue").PropType<boolean>;
106
+ };
107
+ allowCustom: {
108
+ type: import("vue").PropType<boolean>;
109
+ };
110
+ toned: {
111
+ type: import("vue").PropType<boolean>;
112
+ } & {
113
+ type: import("vue").PropType<boolean>;
114
+ };
115
+ "preview-color-schema-type": {
116
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
117
+ required: false;
118
+ };
119
+ previewColorSchemaType: {
120
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
121
+ required: false;
122
+ };
123
+ "onUpdate:modelValue": {
124
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
125
+ };
126
+ "v-model": {
127
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
128
+ required: false;
129
+ };
130
+ modelValue: {
131
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
132
+ required: false;
133
+ };
134
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
135
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
136
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
137
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
138
+ required: false;
139
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
140
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
141
+ required: false;
142
+ }; } & {
143
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerVariant | ContainerBlueprint, {
144
+ "onUpdate:modelValue": {
145
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
146
+ };
147
+ } & {
148
+ "v-model": {
149
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
150
+ required: false;
151
+ };
152
+ } & {
153
+ modelValue: {
154
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
155
+ required: false;
156
+ };
157
+ }>;
158
+ defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerVariant | ContainerBlueprint, {
159
+ "onUpdate:modelValue": {
160
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
161
+ };
162
+ } & {
163
+ "v-model": {
164
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
165
+ required: false;
166
+ };
167
+ } & {
168
+ modelValue: {
169
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
170
+ required: false;
171
+ };
172
+ }, false>;
173
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerVariant | ContainerBlueprint, {
174
+ "onUpdate:modelValue": {
175
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
176
+ };
177
+ } & {
178
+ "v-model": {
179
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
180
+ required: false;
181
+ };
182
+ } & {
183
+ modelValue: {
184
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
185
+ required: false;
186
+ };
187
+ }>;
188
+ };
189
+ }>> & {
190
+ "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
191
+ }, {}, true, {}, {}, {
192
+ P: {};
193
+ B: {};
194
+ D: {};
195
+ C: {};
196
+ M: {};
197
+ Defaults: {};
198
+ }, Readonly<import("vue").ExtractPropTypes<{
199
+ label: {
200
+ type: import("vue").PropType<string>;
201
+ } & {
202
+ type: import("vue").PropType<string>;
203
+ };
204
+ "allow-custom": {
205
+ type: import("vue").PropType<boolean>;
206
+ };
207
+ allowCustom: {
208
+ type: import("vue").PropType<boolean>;
209
+ };
210
+ toned: {
211
+ type: import("vue").PropType<boolean>;
212
+ } & {
213
+ type: import("vue").PropType<boolean>;
214
+ };
215
+ "preview-color-schema-type": {
216
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
217
+ required: false;
218
+ };
219
+ previewColorSchemaType: {
220
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
221
+ required: false;
222
+ };
223
+ "onUpdate:modelValue": {
224
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
225
+ };
226
+ "v-model": {
227
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
228
+ required: false;
229
+ };
230
+ modelValue: {
231
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
232
+ required: false;
233
+ };
234
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
235
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
236
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
237
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
238
+ required: false;
239
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
240
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
241
+ required: false;
242
+ }; } & {
243
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerVariant | ContainerBlueprint, {
244
+ "onUpdate:modelValue": {
245
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
246
+ };
247
+ } & {
248
+ "v-model": {
249
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
250
+ required: false;
251
+ };
252
+ } & {
253
+ modelValue: {
254
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
255
+ required: false;
256
+ };
257
+ }>;
258
+ defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerVariant | ContainerBlueprint, {
259
+ "onUpdate:modelValue": {
260
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
261
+ };
262
+ } & {
263
+ "v-model": {
264
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
265
+ required: false;
266
+ };
267
+ } & {
268
+ modelValue: {
269
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
270
+ required: false;
271
+ };
272
+ }, false>;
273
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerVariant | ContainerBlueprint, {
274
+ "onUpdate:modelValue": {
275
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
276
+ };
277
+ } & {
278
+ "v-model": {
279
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
280
+ required: false;
281
+ };
282
+ } & {
283
+ modelValue: {
284
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
285
+ required: false;
286
+ };
287
+ }>;
288
+ };
289
+ }>> & {
290
+ "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
291
+ }, () => JSX.Element, {}, {}, {}, {}>;
292
+ __isFragment?: never;
293
+ __isTeleport?: never;
294
+ __isSuspense?: never;
295
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
296
+ label: {
297
+ type: import("vue").PropType<string>;
298
+ } & {
299
+ type: import("vue").PropType<string>;
300
+ };
301
+ "allow-custom": {
302
+ type: import("vue").PropType<boolean>;
303
+ };
304
+ allowCustom: {
305
+ type: import("vue").PropType<boolean>;
306
+ };
307
+ toned: {
308
+ type: import("vue").PropType<boolean>;
309
+ } & {
310
+ type: import("vue").PropType<boolean>;
311
+ };
312
+ "preview-color-schema-type": {
313
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
314
+ required: false;
315
+ };
316
+ previewColorSchemaType: {
317
+ type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
318
+ required: false;
319
+ };
320
+ "onUpdate:modelValue": {
321
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
322
+ };
323
+ "v-model": {
324
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
325
+ required: false;
326
+ };
327
+ modelValue: {
328
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
329
+ required: false;
330
+ };
331
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
332
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
333
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
334
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
335
+ required: false;
336
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
337
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
338
+ required: false;
339
+ }; } & {
340
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerVariant | ContainerBlueprint, {
341
+ "onUpdate:modelValue": {
342
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
343
+ };
344
+ } & {
345
+ "v-model": {
346
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
347
+ required: false;
348
+ };
349
+ } & {
350
+ modelValue: {
351
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
352
+ required: false;
353
+ };
354
+ }>;
355
+ defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerVariant | ContainerBlueprint, {
356
+ "onUpdate:modelValue": {
357
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
358
+ };
359
+ } & {
360
+ "v-model": {
361
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
362
+ required: false;
363
+ };
364
+ } & {
365
+ modelValue: {
366
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
367
+ required: false;
368
+ };
369
+ }, false>;
370
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerVariant | ContainerBlueprint, {
371
+ "onUpdate:modelValue": {
372
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
373
+ };
374
+ } & {
375
+ "v-model": {
376
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
377
+ required: false;
378
+ };
379
+ } & {
380
+ modelValue: {
381
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
382
+ required: false;
383
+ };
384
+ }>;
385
+ };
386
+ }>> & {
387
+ "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
388
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
389
+ "update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
390
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
391
+ propsDefinition: Omit<Readonly<{} & {
392
+ name?: {
393
+ [x: `onUpdate:${string}`]: {
394
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
395
+ };
396
+ } & {
397
+ [x: `v-model:${string}`]: {
398
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
399
+ required: false;
400
+ };
401
+ } & {
402
+ [x: string]: {
403
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
404
+ required: false;
405
+ };
406
+ } & {
407
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ContainerVariant | ContainerBlueprint, {
408
+ "onUpdate:modelValue": {
409
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
410
+ };
411
+ } & {
412
+ "v-model": {
413
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
414
+ required: false;
415
+ };
416
+ } & {
417
+ modelValue: {
418
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
419
+ required: false;
420
+ };
421
+ }>;
422
+ defaultValue(value?: ContainerVariant | ContainerBlueprint): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ContainerVariant | ContainerBlueprint, {
423
+ "onUpdate:modelValue": {
424
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
425
+ };
426
+ } & {
427
+ "v-model": {
428
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
429
+ required: false;
430
+ };
431
+ } & {
432
+ modelValue: {
433
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
434
+ required: false;
435
+ };
436
+ }, false>;
437
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ContainerVariant | ContainerBlueprint, {
438
+ "onUpdate:modelValue": {
439
+ type: import("vue").PropType<(value: ContainerVariant | ContainerBlueprint) => any>;
440
+ };
441
+ } & {
442
+ "v-model": {
443
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
444
+ required: false;
445
+ };
446
+ } & {
447
+ modelValue: {
448
+ type: import("vue").PropType<ContainerVariant | ContainerBlueprint>;
449
+ required: false;
450
+ };
451
+ }>;
452
+ };
453
+ label?: string;
454
+ toned?: boolean;
455
+ "v-model"?: ContainerVariant | ContainerBlueprint;
456
+ "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
457
+ modelValue?: ContainerVariant | ContainerBlueprint;
458
+ previewColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
459
+ "preview-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
460
+ allowCustom?: boolean;
461
+ "allow-custom"?: boolean;
462
+ }>, "onUpdate:modelValue"> & {
463
+ "onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
464
+ };
465
+ };
466
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,55 @@
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
4
+ "v-slots"?: {
5
+ default?: import("vue").Slot;
6
+ } & {};
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
8
+ $: import("vue").ComponentInternalInstance;
9
+ $data: {};
10
+ $props: {};
11
+ $attrs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $refs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $slots: Readonly<{
18
+ [name: string]: import("vue").Slot<any>;
19
+ }>;
20
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
21
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
22
+ $emit: (event: string, ...args: any[]) => void;
23
+ $el: any;
24
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
25
+ beforeCreate?: (() => void) | (() => void)[];
26
+ created?: (() => void) | (() => void)[];
27
+ beforeMount?: (() => void) | (() => void)[];
28
+ mounted?: (() => void) | (() => void)[];
29
+ beforeUpdate?: (() => void) | (() => void)[];
30
+ updated?: (() => void) | (() => void)[];
31
+ activated?: (() => void) | (() => void)[];
32
+ deactivated?: (() => void) | (() => void)[];
33
+ beforeDestroy?: (() => void) | (() => void)[];
34
+ beforeUnmount?: (() => void) | (() => void)[];
35
+ destroyed?: (() => void) | (() => void)[];
36
+ unmounted?: (() => void) | (() => void)[];
37
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
38
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
39
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
40
+ };
41
+ $forceUpdate: () => void;
42
+ $nextTick: typeof import("vue").nextTick;
43
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
44
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
48
+ "v-slots"?: {
49
+ default?: import("vue").Slot;
50
+ } & {};
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
52
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>;
55
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,11 +1,11 @@
1
- import { FillDefinition, ThemeContextType } from "@omnia/fx-models";
1
+ import { ThemeContextType, FillDefinitionValue } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
3
  export type ColorPickerType = "default" | "all" | "onBase" | "base";
4
4
  type FillPickerVariant = "dialog" | "editor";
5
5
  declare const _default: (props: {
6
- "v-model"?: FillDefinition;
7
- "onUpdate:modelValue"?: (value: FillDefinition) => void;
8
- modelValue?: FillDefinition;
6
+ "v-model"?: FillDefinitionValue;
7
+ "onUpdate:modelValue"?: (value: FillDefinitionValue) => void;
8
+ modelValue?: FillDefinitionValue;
9
9
  colorType?: ColorPickerType;
10
10
  title?: string;
11
11
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
@@ -62,9 +62,9 @@ declare const _default: (props: {
62
62
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
63
63
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
64
64
  propsDefinition: {
65
- "v-model"?: FillDefinition;
66
- "onUpdate:modelValue"?: (value: FillDefinition) => void;
67
- modelValue?: FillDefinition;
65
+ "v-model"?: FillDefinitionValue;
66
+ "onUpdate:modelValue"?: (value: FillDefinitionValue) => void;
67
+ modelValue?: FillDefinitionValue;
68
68
  colorType?: ColorPickerType;
69
69
  title?: string;
70
70
  dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";