@omnia/fx 8.0.177-dev → 8.0.179-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 (56) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +6 -0
  2. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
  3. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +12 -6
  9. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +124 -120
  10. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +124 -120
  11. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +84 -265
  12. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +52 -35
  13. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +50 -15
  14. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +51 -0
  16. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +61 -0
  18. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +3 -0
  19. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +61 -0
  20. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  21. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
  22. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +86 -0
  23. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/ExampleComponents.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/SampleComponent.d.ts +51 -0
  25. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +26 -0
  27. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  29. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -3
  30. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +59 -0
  32. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/ExampleComponents.d.ts +1 -0
  33. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/SampleComponent.d.ts +51 -0
  34. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +3 -2
  37. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +20 -9
  38. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +18 -0
  39. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +5 -2
  41. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +7 -3
  43. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +3 -0
  44. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +3 -1
  45. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +427 -0
  46. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +406 -0
  47. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +91 -91
  48. package/internal-do-not-import-from-here/wctypings.d.ts +24 -37
  49. package/package.json +3 -3
  50. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.css.d.ts +0 -3
  51. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +0 -31
  52. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.css.d.ts +0 -3
  53. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +0 -37
  54. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +0 -16
  55. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.css.d.ts +0 -3
  56. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +0 -32
@@ -1,4 +1,4 @@
1
- import { EditorLocation, Spacing, VelcronSpacing, VelcronSpacingEditorSettings } from "@omnia/fx-models";
1
+ import { EditorLocation, Spacing, VelcronPosition, VelcronSpacing, VelcronSpacingEditorSettings } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
4
  location: {
@@ -12,67 +12,67 @@ declare const _default: {
12
12
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
13
13
  };
14
14
  "onUpdate:modelValue": {
15
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
15
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
16
16
  };
17
17
  "v-model": {
18
- type: import("vue").PropType<VelcronSpacing>;
18
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
19
19
  required: false;
20
20
  };
21
21
  modelValue: {
22
- type: import("vue").PropType<VelcronSpacing>;
22
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
23
23
  required: false;
24
24
  };
25
25
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
26
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
26
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
27
27
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
28
- type: import("vue").PropType<VelcronSpacing>;
28
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
29
29
  required: false;
30
30
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
31
- type: import("vue").PropType<VelcronSpacing>;
31
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
32
32
  required: false;
33
33
  }; } & {
34
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing, {
34
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
35
35
  "onUpdate:modelValue": {
36
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
36
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
37
37
  };
38
38
  } & {
39
39
  "v-model": {
40
- type: import("vue").PropType<VelcronSpacing>;
40
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
41
41
  required: false;
42
42
  };
43
43
  } & {
44
44
  modelValue: {
45
- type: import("vue").PropType<VelcronSpacing>;
45
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
46
46
  required: false;
47
47
  };
48
48
  }>;
49
- defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing, {
49
+ defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
50
50
  "onUpdate:modelValue": {
51
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
51
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
52
52
  };
53
53
  } & {
54
54
  "v-model": {
55
- type: import("vue").PropType<VelcronSpacing>;
55
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
56
56
  required: false;
57
57
  };
58
58
  } & {
59
59
  modelValue: {
60
- type: import("vue").PropType<VelcronSpacing>;
60
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
61
61
  required: false;
62
62
  };
63
63
  }, false>;
64
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing, {
64
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
65
65
  "onUpdate:modelValue": {
66
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
66
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
67
67
  };
68
68
  } & {
69
69
  "v-model": {
70
- type: import("vue").PropType<VelcronSpacing>;
70
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
71
71
  required: false;
72
72
  };
73
73
  } & {
74
74
  modelValue: {
75
- type: import("vue").PropType<VelcronSpacing>;
75
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
76
76
  required: false;
77
77
  };
78
78
  }>;
@@ -93,67 +93,67 @@ declare const _default: {
93
93
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
94
94
  };
95
95
  "onUpdate:modelValue": {
96
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
96
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
97
97
  };
98
98
  "v-model": {
99
- type: import("vue").PropType<VelcronSpacing>;
99
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
100
100
  required: false;
101
101
  };
102
102
  modelValue: {
103
- type: import("vue").PropType<VelcronSpacing>;
103
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
104
104
  required: false;
105
105
  };
106
106
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
107
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
107
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
108
108
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
109
- type: import("vue").PropType<VelcronSpacing>;
109
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
110
110
  required: false;
111
111
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
112
- type: import("vue").PropType<VelcronSpacing>;
112
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
113
113
  required: false;
114
114
  }; } & {
115
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing, {
115
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
116
116
  "onUpdate:modelValue": {
117
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
117
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
118
118
  };
119
119
  } & {
120
120
  "v-model": {
121
- type: import("vue").PropType<VelcronSpacing>;
121
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
122
122
  required: false;
123
123
  };
124
124
  } & {
125
125
  modelValue: {
126
- type: import("vue").PropType<VelcronSpacing>;
126
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
127
127
  required: false;
128
128
  };
129
129
  }>;
130
- defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing, {
130
+ defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
131
131
  "onUpdate:modelValue": {
132
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
132
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
133
133
  };
134
134
  } & {
135
135
  "v-model": {
136
- type: import("vue").PropType<VelcronSpacing>;
136
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
137
137
  required: false;
138
138
  };
139
139
  } & {
140
140
  modelValue: {
141
- type: import("vue").PropType<VelcronSpacing>;
141
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
142
142
  required: false;
143
143
  };
144
144
  }, false>;
145
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing, {
145
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
146
146
  "onUpdate:modelValue": {
147
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
147
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
148
148
  };
149
149
  } & {
150
150
  "v-model": {
151
- type: import("vue").PropType<VelcronSpacing>;
151
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
152
152
  required: false;
153
153
  };
154
154
  } & {
155
155
  modelValue: {
156
- type: import("vue").PropType<VelcronSpacing>;
156
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
157
157
  required: false;
158
158
  };
159
159
  }>;
@@ -179,67 +179,67 @@ declare const _default: {
179
179
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
180
180
  };
181
181
  "onUpdate:modelValue": {
182
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
182
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
183
183
  };
184
184
  "v-model": {
185
- type: import("vue").PropType<VelcronSpacing>;
185
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
186
186
  required: false;
187
187
  };
188
188
  modelValue: {
189
- type: import("vue").PropType<VelcronSpacing>;
189
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
190
190
  required: false;
191
191
  };
192
192
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
193
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
193
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
194
194
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
195
- type: import("vue").PropType<VelcronSpacing>;
195
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
196
196
  required: false;
197
197
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
198
- type: import("vue").PropType<VelcronSpacing>;
198
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
199
199
  required: false;
200
200
  }; } & {
201
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing, {
201
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
202
202
  "onUpdate:modelValue": {
203
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
203
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
204
204
  };
205
205
  } & {
206
206
  "v-model": {
207
- type: import("vue").PropType<VelcronSpacing>;
207
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
208
208
  required: false;
209
209
  };
210
210
  } & {
211
211
  modelValue: {
212
- type: import("vue").PropType<VelcronSpacing>;
212
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
213
213
  required: false;
214
214
  };
215
215
  }>;
216
- defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing, {
216
+ defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
217
217
  "onUpdate:modelValue": {
218
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
218
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
219
219
  };
220
220
  } & {
221
221
  "v-model": {
222
- type: import("vue").PropType<VelcronSpacing>;
222
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
223
223
  required: false;
224
224
  };
225
225
  } & {
226
226
  modelValue: {
227
- type: import("vue").PropType<VelcronSpacing>;
227
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
228
228
  required: false;
229
229
  };
230
230
  }, false>;
231
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing, {
231
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
232
232
  "onUpdate:modelValue": {
233
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
233
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
234
234
  };
235
235
  } & {
236
236
  "v-model": {
237
- type: import("vue").PropType<VelcronSpacing>;
237
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
238
238
  required: false;
239
239
  };
240
240
  } & {
241
241
  modelValue: {
242
- type: import("vue").PropType<VelcronSpacing>;
242
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
243
243
  required: false;
244
244
  };
245
245
  }>;
@@ -262,67 +262,67 @@ declare const _default: {
262
262
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
263
263
  };
264
264
  "onUpdate:modelValue": {
265
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
265
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
266
266
  };
267
267
  "v-model": {
268
- type: import("vue").PropType<VelcronSpacing>;
268
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
269
269
  required: false;
270
270
  };
271
271
  modelValue: {
272
- type: import("vue").PropType<VelcronSpacing>;
272
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
273
273
  required: false;
274
274
  };
275
275
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
276
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
276
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
277
277
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
278
- type: import("vue").PropType<VelcronSpacing>;
278
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
279
279
  required: false;
280
280
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
281
- type: import("vue").PropType<VelcronSpacing>;
281
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
282
282
  required: false;
283
283
  }; } & {
284
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing, {
284
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
285
285
  "onUpdate:modelValue": {
286
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
286
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
287
287
  };
288
288
  } & {
289
289
  "v-model": {
290
- type: import("vue").PropType<VelcronSpacing>;
290
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
291
291
  required: false;
292
292
  };
293
293
  } & {
294
294
  modelValue: {
295
- type: import("vue").PropType<VelcronSpacing>;
295
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
296
296
  required: false;
297
297
  };
298
298
  }>;
299
- defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing, {
299
+ defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
300
300
  "onUpdate:modelValue": {
301
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
301
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
302
302
  };
303
303
  } & {
304
304
  "v-model": {
305
- type: import("vue").PropType<VelcronSpacing>;
305
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
306
306
  required: false;
307
307
  };
308
308
  } & {
309
309
  modelValue: {
310
- type: import("vue").PropType<VelcronSpacing>;
310
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
311
311
  required: false;
312
312
  };
313
313
  }, false>;
314
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing, {
314
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
315
315
  "onUpdate:modelValue": {
316
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
316
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
317
317
  };
318
318
  } & {
319
319
  "v-model": {
320
- type: import("vue").PropType<VelcronSpacing>;
320
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
321
321
  required: false;
322
322
  };
323
323
  } & {
324
324
  modelValue: {
325
- type: import("vue").PropType<VelcronSpacing>;
325
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
326
326
  required: false;
327
327
  };
328
328
  }>;
@@ -335,69 +335,69 @@ declare const _default: {
335
335
  propsDefinition: Omit<Readonly<{} & {
336
336
  name?: {
337
337
  [x: `onUpdate:${string}`]: {
338
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
338
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
339
339
  };
340
340
  } & {
341
341
  [x: `v-model:${string}`]: {
342
- type: import("vue").PropType<VelcronSpacing>;
342
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
343
343
  required: false;
344
344
  };
345
345
  } & {
346
346
  [x: string]: {
347
- type: import("vue").PropType<VelcronSpacing>;
347
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
348
348
  required: false;
349
349
  };
350
350
  } & {
351
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing, {
351
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing | VelcronPosition, {
352
352
  "onUpdate:modelValue": {
353
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
353
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
354
354
  };
355
355
  } & {
356
356
  "v-model": {
357
- type: import("vue").PropType<VelcronSpacing>;
357
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
358
358
  required: false;
359
359
  };
360
360
  } & {
361
361
  modelValue: {
362
- type: import("vue").PropType<VelcronSpacing>;
362
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
363
363
  required: false;
364
364
  };
365
365
  }>;
366
- defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing, {
366
+ defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing | VelcronPosition, {
367
367
  "onUpdate:modelValue": {
368
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
368
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
369
369
  };
370
370
  } & {
371
371
  "v-model": {
372
- type: import("vue").PropType<VelcronSpacing>;
372
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
373
373
  required: false;
374
374
  };
375
375
  } & {
376
376
  modelValue: {
377
- type: import("vue").PropType<VelcronSpacing>;
377
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
378
378
  required: false;
379
379
  };
380
380
  }, false>;
381
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing, {
381
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing | VelcronPosition, {
382
382
  "onUpdate:modelValue": {
383
- type: import("vue").PropType<(value: VelcronSpacing) => any>;
383
+ type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
384
384
  };
385
385
  } & {
386
386
  "v-model": {
387
- type: import("vue").PropType<VelcronSpacing>;
387
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
388
388
  required: false;
389
389
  };
390
390
  } & {
391
391
  modelValue: {
392
- type: import("vue").PropType<VelcronSpacing>;
392
+ type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
393
393
  required: false;
394
394
  };
395
395
  }>;
396
396
  };
397
397
  settings?: VelcronSpacingEditorSettings;
398
- "v-model"?: VelcronSpacing;
399
- "onUpdate:modelValue"?: (value: VelcronSpacing) => any;
400
- modelValue?: VelcronSpacing;
398
+ "v-model"?: VelcronSpacing | VelcronPosition;
399
+ "onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
400
+ modelValue?: VelcronSpacing | VelcronPosition;
401
401
  location?: EditorLocation;
402
402
  }>, "onUpdate:modelValue"> & {
403
403
  "onUpdate:modelValue"?: (settings: Spacing) => any;
@@ -195,6 +195,7 @@ import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
195
195
  import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
196
196
  import wc2dc36afd27594696ad30c07d123dcc62 from './ux/oxide/btn/Button';
197
197
  import wc2c9330897d814c55987d0530d63d458e from './ux/oxide/btngroup/ButtonGroup';
198
+ import wcbd13e7d1122245cf89acfb1a221f0c44 from './ux/oxide/calendar/Calendar';
198
199
  import wc9349eb7714274f73bb91f7994524e5c8 from './ux/oxide/card/Card';
199
200
  import wc3d712fc3294b4b6c8283934e5d0ce00c from './ux/oxide/chart/Chart';
200
201
  import wcf552852ba9874a378c9329da62aaf9dc from './ux/oxide/checkbox/Checkbox';
@@ -242,6 +243,7 @@ import wcd5ff31018df44196a5c6ab219bab4c25 from './ux/oxide/slidepanel/Slide';
242
243
  import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
243
244
  import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
244
245
  import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
246
+ import wc46496f768c2040ce9bbbe4552f33200c from './ux/oxide/speeddial/SpeedDial';
245
247
  import wc6b7f04ba8fc4487ea496dd8e42b55dbd from './ux/oxide/splitpane/Splitpane';
246
248
  import wc170e15fd849e41568ed9b48f88711527 from './ux/oxide/splitpane/SplitpaneItem';
247
249
  import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
@@ -433,9 +435,6 @@ import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/
433
435
  import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/aurora/admin/blades/blueprints/components/ComponentsJourney';
434
436
  import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/blades/blueprints/spacing/SpacingJourney';
435
437
  import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/blades/blueprints/typography/TypographyJourney';
436
- import wc327aebb7d6ce4565bf119cf67e121d1a from './ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
437
- import wc511447a5fd2646af910064ed9970d82e from './ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
438
- import wc3cd2da446d21461e8149e6c8334a36f4 from './ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
439
438
  type ExtractJsxProps<T> = {
440
439
  [K in keyof (T extends {
441
440
  propsDefinition: any;
@@ -1040,6 +1039,9 @@ declare global {
1040
1039
  "o-btn-group": typeof wc2c9330897d814c55987d0530d63d458e extends {
1041
1040
  propsDefinition: infer TProp;
1042
1041
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2c9330897d814c55987d0530d63d458e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2c9330897d814c55987d0530d63d458e>, "propsDefinition">> : never;
1042
+ "o-calendar": typeof wcbd13e7d1122245cf89acfb1a221f0c44 extends {
1043
+ propsDefinition: infer TProp;
1044
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbd13e7d1122245cf89acfb1a221f0c44 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbd13e7d1122245cf89acfb1a221f0c44>, "propsDefinition">> : never;
1043
1045
  "o-card": typeof wc9349eb7714274f73bb91f7994524e5c8 extends {
1044
1046
  propsDefinition: infer TProp;
1045
1047
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc9349eb7714274f73bb91f7994524e5c8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc9349eb7714274f73bb91f7994524e5c8>, "propsDefinition">> : never;
@@ -1181,6 +1183,9 @@ declare global {
1181
1183
  "o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc extends {
1182
1184
  propsDefinition: infer TProp;
1183
1185
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcc26ccc7aeae04f76a062e83c6df302fc extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcc26ccc7aeae04f76a062e83c6df302fc>, "propsDefinition">> : never;
1186
+ "o-speed-dial": typeof wc46496f768c2040ce9bbbe4552f33200c extends {
1187
+ propsDefinition: infer TProp;
1188
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc46496f768c2040ce9bbbe4552f33200c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc46496f768c2040ce9bbbe4552f33200c>, "propsDefinition">> : never;
1184
1189
  "o-splitpane": typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
1185
1190
  propsDefinition: infer TProp;
1186
1191
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd>, "propsDefinition">> : never;
@@ -1754,15 +1759,6 @@ declare global {
1754
1759
  "omnia-workplace-typography-journey": typeof wcfc2401c7c3384790ae7ce17d05b0855f extends {
1755
1760
  propsDefinition: infer TProp;
1756
1761
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfc2401c7c3384790ae7ce17d05b0855f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfc2401c7c3384790ae7ce17d05b0855f>, "propsDefinition">> : never;
1757
- "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a extends {
1758
- propsDefinition: infer TProp;
1759
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc327aebb7d6ce4565bf119cf67e121d1a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc327aebb7d6ce4565bf119cf67e121d1a>, "propsDefinition">> : never;
1760
- "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e extends {
1761
- propsDefinition: infer TProp;
1762
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc511447a5fd2646af910064ed9970d82e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc511447a5fd2646af910064ed9970d82e>, "propsDefinition">> : never;
1763
- "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4 extends {
1764
- propsDefinition: infer TProp;
1765
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3cd2da446d21461e8149e6c8334a36f4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3cd2da446d21461e8149e6c8334a36f4>, "propsDefinition">> : never;
1766
1762
  }
1767
1763
  }
1768
1764
  }
@@ -4743,22 +4739,6 @@ declare global {
4743
4739
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4744
4740
  };
4745
4741
  } : typeof wc7abfeece956245f3ba63c231d3c31c26;
4746
- "mapper": typeof wc511447a5fd2646af910064ed9970d82e extends {
4747
- propsDefinition: infer TProp;
4748
- } ? {
4749
- new (...args: any[]): {
4750
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4751
- };
4752
- } : typeof wc511447a5fd2646af910064ed9970d82e;
4753
- };
4754
- "picker": {
4755
- "schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a extends {
4756
- propsDefinition: infer TProp;
4757
- } ? {
4758
- new (...args: any[]): {
4759
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4760
- };
4761
- } : typeof wc327aebb7d6ce4565bf119cf67e121d1a;
4762
4742
  };
4763
4743
  };
4764
4744
  "component": {
@@ -4973,15 +4953,6 @@ declare global {
4973
4953
  };
4974
4954
  } : typeof wc1476702e8f24468d9185322be5931c54;
4975
4955
  };
4976
- "ratio": {
4977
- "picker": typeof wc3cd2da446d21461e8149e6c8334a36f4 extends {
4978
- propsDefinition: infer TProp;
4979
- } ? {
4980
- new (...args: any[]): {
4981
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4982
- };
4983
- } : typeof wc3cd2da446d21461e8149e6c8334a36f4;
4984
- };
4985
4956
  };
4986
4957
  let o: {
4987
4958
  "alert": typeof wc8a200f29d7484601b901dd76ca8ec771 extends {
@@ -5030,6 +5001,13 @@ declare global {
5030
5001
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5031
5002
  };
5032
5003
  } : typeof wc2dc36afd27594696ad30c07d123dcc62;
5004
+ "calendar": typeof wcbd13e7d1122245cf89acfb1a221f0c44 extends {
5005
+ propsDefinition: infer TProp;
5006
+ } ? {
5007
+ new (...args: any[]): {
5008
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5009
+ };
5010
+ } : typeof wcbd13e7d1122245cf89acfb1a221f0c44;
5033
5011
  "card": typeof wc9349eb7714274f73bb91f7994524e5c8 extends {
5034
5012
  propsDefinition: infer TProp;
5035
5013
  } ? {
@@ -5391,6 +5369,15 @@ declare global {
5391
5369
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5392
5370
  };
5393
5371
  } : typeof wcc26ccc7aeae04f76a062e83c6df302fc;
5372
+ "speed": {
5373
+ "dial": typeof wc46496f768c2040ce9bbbe4552f33200c extends {
5374
+ propsDefinition: infer TProp;
5375
+ } ? {
5376
+ new (...args: any[]): {
5377
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5378
+ };
5379
+ } : typeof wc46496f768c2040ce9bbbe4552f33200c;
5380
+ };
5394
5381
  "splitpane": {
5395
5382
  "item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
5396
5383
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.177-dev",
4
+ "version": "8.0.179-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,12 +20,12 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.177-dev",
23
+ "@omnia/fx-models": "8.0.179-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
- "vuetify": "3.5.16",
28
+ "vuetify": "3.5.17",
29
29
  "vue": "3.4.23",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.3.3",
@@ -1,3 +0,0 @@
1
- export declare const ColorPickerStyles: {
2
- container: string;
3
- };
@@ -1,31 +0,0 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- model: import("vue").Prop<string, string>;
4
- onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
5
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6
- model: import("vue").Prop<string, string>;
7
- onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
8
- }>>, {}, true, {}, {}, {
9
- P: {};
10
- B: {};
11
- D: {};
12
- C: {};
13
- M: {};
14
- Defaults: {};
15
- }, Readonly<import("vue").ExtractPropTypes<{
16
- model: import("vue").Prop<string, string>;
17
- onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
18
- }>>, () => JSX.Element, {}, {}, {}, {}>;
19
- __isFragment?: never;
20
- __isTeleport?: never;
21
- __isSuspense?: never;
22
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
23
- model: import("vue").Prop<string, string>;
24
- onChange: import("vue").Prop<(value: string) => void, (value: string) => void>;
25
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
26
- propsDefinition: Omit<Readonly<{} & {
27
- onChange?: (value: string) => void;
28
- model?: string;
29
- }>, never>;
30
- };
31
- export default _default;
@@ -1,3 +0,0 @@
1
- export declare const ColorSchemaMapperStyles: {
2
- container: string;
3
- };