@omnia/fx 8.0.215-dev → 8.0.216-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 (49) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +58 -1
  4. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +6 -0
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +0 -3
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +3 -3
  8. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +3 -3
  9. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -3
  10. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker copy.d.ts +0 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +5 -2
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +31 -5
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +5 -5
  14. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +3 -3
  15. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +3 -3
  17. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +3 -3
  18. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +3 -3
  19. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +10 -2
  20. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +5 -0
  21. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +13 -0
  22. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -0
  23. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +0 -1
  24. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +281 -0
  25. package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +36 -21
  26. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +105 -539
  29. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +18 -0
  31. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +27 -0
  32. package/internal-do-not-import-from-here/ux/oxide/column/{Column.css.d.ts → Column.stylex.d.ts} +6 -1
  33. package/internal-do-not-import-from-here/ux/oxide/flex/{Row.css.d.ts → Row.stylex.d.ts} +6 -1
  34. package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +8 -10
  35. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +43 -403
  36. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +120 -0
  37. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +24 -0
  38. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +22 -9
  39. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +13 -1
  41. package/internal-do-not-import-from-here/ux/velcron/registrations/CategoryRegistrations.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +98 -98
  43. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +10 -5
  44. package/internal-do-not-import-from-here/wctypings.d.ts +1 -1
  45. package/package.json +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +0 -6
  47. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +0 -3
  48. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +0 -3
  49. /package/internal-do-not-import-from-here/ux/oxide/flex/{Flex2.d.ts → Flex.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { EditorLocation, VelcronPosition, VelcronSpacing, VelcronSpacingEditorSettings } from "@omnia/fx-models";
1
+ import { EditorLocation, SpacingValue, 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: {
@@ -8,75 +8,75 @@ declare const _default: {
8
8
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
9
9
  };
10
10
  "onUpdate:modelValue": {
11
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
11
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
12
12
  };
13
13
  "v-model": {
14
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
14
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
15
15
  required: false;
16
16
  };
17
17
  modelValue: {
18
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
18
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
19
19
  required: false;
20
20
  };
21
21
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
22
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
22
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
23
23
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
24
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
24
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
25
25
  required: false;
26
26
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
27
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
27
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
28
28
  required: false;
29
29
  }; } & {
30
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
30
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
31
31
  "onUpdate:modelValue": {
32
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
32
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
33
33
  };
34
34
  } & {
35
35
  "v-model": {
36
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
36
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
37
37
  required: false;
38
38
  };
39
39
  } & {
40
40
  modelValue: {
41
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
41
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
42
42
  required: false;
43
43
  };
44
44
  }>;
45
- defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
45
+ defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
46
46
  "onUpdate:modelValue": {
47
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
47
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
48
48
  };
49
49
  } & {
50
50
  "v-model": {
51
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
51
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
52
52
  required: false;
53
53
  };
54
54
  } & {
55
55
  modelValue: {
56
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
56
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
57
57
  required: false;
58
58
  };
59
59
  }, false>;
60
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
60
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
61
61
  "onUpdate:modelValue": {
62
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
62
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
63
63
  };
64
64
  } & {
65
65
  "v-model": {
66
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
66
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
67
67
  required: false;
68
68
  };
69
69
  } & {
70
70
  modelValue: {
71
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
71
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
72
72
  required: false;
73
73
  };
74
74
  }>;
75
75
  };
76
76
  }>> & {
77
- "onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
77
+ "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
78
78
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
79
- "update:modelValue": (value: VelcronSpacing | VelcronPosition) => true;
79
+ "update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
80
80
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
81
81
  location: {
82
82
  type: import("vue").PropType<EditorLocation>;
@@ -85,73 +85,73 @@ declare const _default: {
85
85
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
86
86
  };
87
87
  "onUpdate:modelValue": {
88
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
88
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
89
89
  };
90
90
  "v-model": {
91
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
91
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
92
92
  required: false;
93
93
  };
94
94
  modelValue: {
95
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
95
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
96
96
  required: false;
97
97
  };
98
98
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
99
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
99
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
100
100
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
101
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
101
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
102
102
  required: false;
103
103
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
104
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
104
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
105
105
  required: false;
106
106
  }; } & {
107
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
107
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
108
108
  "onUpdate:modelValue": {
109
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
109
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
110
110
  };
111
111
  } & {
112
112
  "v-model": {
113
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
113
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
114
114
  required: false;
115
115
  };
116
116
  } & {
117
117
  modelValue: {
118
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
118
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
119
119
  required: false;
120
120
  };
121
121
  }>;
122
- defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
122
+ defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
123
123
  "onUpdate:modelValue": {
124
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
124
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
125
125
  };
126
126
  } & {
127
127
  "v-model": {
128
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
128
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
129
129
  required: false;
130
130
  };
131
131
  } & {
132
132
  modelValue: {
133
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
133
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
134
134
  required: false;
135
135
  };
136
136
  }, false>;
137
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
137
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
138
138
  "onUpdate:modelValue": {
139
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
139
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
140
140
  };
141
141
  } & {
142
142
  "v-model": {
143
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
143
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
144
144
  required: false;
145
145
  };
146
146
  } & {
147
147
  modelValue: {
148
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
148
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
149
149
  required: false;
150
150
  };
151
151
  }>;
152
152
  };
153
153
  }>> & {
154
- "onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
154
+ "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
155
155
  }, {}, true, {}, {}, {
156
156
  P: {};
157
157
  B: {};
@@ -167,73 +167,73 @@ declare const _default: {
167
167
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
168
168
  };
169
169
  "onUpdate:modelValue": {
170
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
170
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
171
171
  };
172
172
  "v-model": {
173
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
173
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
174
174
  required: false;
175
175
  };
176
176
  modelValue: {
177
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
177
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
178
178
  required: false;
179
179
  };
180
180
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
181
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
181
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
182
182
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
183
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
183
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
184
184
  required: false;
185
185
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
186
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
186
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
187
187
  required: false;
188
188
  }; } & {
189
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
189
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
190
190
  "onUpdate:modelValue": {
191
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
191
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
192
192
  };
193
193
  } & {
194
194
  "v-model": {
195
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
195
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
196
196
  required: false;
197
197
  };
198
198
  } & {
199
199
  modelValue: {
200
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
200
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
201
201
  required: false;
202
202
  };
203
203
  }>;
204
- defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
204
+ defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
205
205
  "onUpdate:modelValue": {
206
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
206
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
207
207
  };
208
208
  } & {
209
209
  "v-model": {
210
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
210
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
211
211
  required: false;
212
212
  };
213
213
  } & {
214
214
  modelValue: {
215
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
215
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
216
216
  required: false;
217
217
  };
218
218
  }, false>;
219
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
219
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
220
220
  "onUpdate:modelValue": {
221
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
221
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
222
222
  };
223
223
  } & {
224
224
  "v-model": {
225
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
225
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
226
226
  required: false;
227
227
  };
228
228
  } & {
229
229
  modelValue: {
230
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
230
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
231
231
  required: false;
232
232
  };
233
233
  }>;
234
234
  };
235
235
  }>> & {
236
- "onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
236
+ "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
237
237
  }, () => JSX.Element, {}, {}, {}, {}>;
238
238
  __isFragment?: never;
239
239
  __isTeleport?: never;
@@ -246,145 +246,145 @@ declare const _default: {
246
246
  type: import("vue").PropType<VelcronSpacingEditorSettings>;
247
247
  };
248
248
  "onUpdate:modelValue": {
249
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
249
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
250
250
  };
251
251
  "v-model": {
252
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
252
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
253
253
  required: false;
254
254
  };
255
255
  modelValue: {
256
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
256
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
257
257
  required: false;
258
258
  };
259
259
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
260
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
260
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
261
261
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
262
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
262
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
263
263
  required: false;
264
264
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
265
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
265
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
266
266
  required: false;
267
267
  }; } & {
268
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
268
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
269
269
  "onUpdate:modelValue": {
270
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
270
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
271
271
  };
272
272
  } & {
273
273
  "v-model": {
274
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
274
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
275
275
  required: false;
276
276
  };
277
277
  } & {
278
278
  modelValue: {
279
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
279
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
280
280
  required: false;
281
281
  };
282
282
  }>;
283
- defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
283
+ defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
284
284
  "onUpdate:modelValue": {
285
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
285
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
286
286
  };
287
287
  } & {
288
288
  "v-model": {
289
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
289
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
290
290
  required: false;
291
291
  };
292
292
  } & {
293
293
  modelValue: {
294
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
294
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
295
295
  required: false;
296
296
  };
297
297
  }, false>;
298
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
298
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
299
299
  "onUpdate:modelValue": {
300
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
300
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
301
301
  };
302
302
  } & {
303
303
  "v-model": {
304
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
304
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
305
305
  required: false;
306
306
  };
307
307
  } & {
308
308
  modelValue: {
309
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
309
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
310
310
  required: false;
311
311
  };
312
312
  }>;
313
313
  };
314
314
  }>> & {
315
- "onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
315
+ "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
316
316
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
317
- "update:modelValue": (value: VelcronSpacing | VelcronPosition) => true;
317
+ "update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
318
318
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
319
319
  propsDefinition: Omit<Readonly<{} & {
320
320
  name?: {
321
321
  [x: `onUpdate:${string}`]: {
322
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
322
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
323
323
  };
324
324
  } & {
325
325
  [x: `v-model:${string}`]: {
326
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
326
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
327
327
  required: false;
328
328
  };
329
329
  } & {
330
330
  [x: string]: {
331
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
331
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
332
332
  required: false;
333
333
  };
334
334
  } & {
335
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing | VelcronPosition, {
335
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing | SpacingValue | VelcronPosition, {
336
336
  "onUpdate:modelValue": {
337
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
337
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
338
338
  };
339
339
  } & {
340
340
  "v-model": {
341
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
341
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
342
342
  required: false;
343
343
  };
344
344
  } & {
345
345
  modelValue: {
346
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
346
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
347
347
  required: false;
348
348
  };
349
349
  }>;
350
- defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing | VelcronPosition, {
350
+ defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing | SpacingValue | VelcronPosition, {
351
351
  "onUpdate:modelValue": {
352
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
352
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
353
353
  };
354
354
  } & {
355
355
  "v-model": {
356
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
356
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
357
357
  required: false;
358
358
  };
359
359
  } & {
360
360
  modelValue: {
361
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
361
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
362
362
  required: false;
363
363
  };
364
364
  }, false>;
365
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing | VelcronPosition, {
365
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing | SpacingValue | VelcronPosition, {
366
366
  "onUpdate:modelValue": {
367
- type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
367
+ type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
368
368
  };
369
369
  } & {
370
370
  "v-model": {
371
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
371
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
372
372
  required: false;
373
373
  };
374
374
  } & {
375
375
  modelValue: {
376
- type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
376
+ type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
377
377
  required: false;
378
378
  };
379
379
  }>;
380
380
  };
381
381
  settings?: VelcronSpacingEditorSettings;
382
- "v-model"?: VelcronSpacing | VelcronPosition;
383
- "onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
384
- modelValue?: VelcronSpacing | VelcronPosition;
382
+ "v-model"?: VelcronSpacing | SpacingValue | VelcronPosition;
383
+ "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
384
+ modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
385
385
  location?: EditorLocation;
386
386
  }>, "onUpdate:modelValue"> & {
387
- "onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
387
+ "onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
388
388
  };
389
389
  };
390
390
  export default _default;
@@ -1,14 +1,18 @@
1
- import { VelcronAppDefinition, VelcronDefinitionRegistration, VelcronRendererReference, guid } from "@omnia/fx-models";
1
+ import { VelcronAppDefinition, VelcronDefinitionCategoryRegistration, VelcronDefinitionRegistration, VelcronDefinitionRendererTypeRegistration, VelcronRendererReference, guid } from "@omnia/fx-models";
2
2
  export declare const useVelcronDefinitionStore: () => {
3
3
  state: {
4
4
  definitions: VelcronDefinitionRegistration<object>[];
5
- filters: string[];
5
+ categories: VelcronDefinitionCategoryRegistration[];
6
+ rendererTypes: VelcronDefinitionRendererTypeRegistration[];
6
7
  };
7
8
  get: {
8
9
  byReference(reference: VelcronRendererReference | VelcronAppDefinition): VelcronAppDefinition<object>;
9
10
  byId<TState extends object>(id: guid, stripped?: boolean): VelcronDefinitionRegistration<TState>;
10
- byFilters(filters: string[], includeBuiltIn?: boolean): VelcronDefinitionRegistration<object>[];
11
- readonly filters: string[];
11
+ byFilters(categoryFilters: Array<guid>, rendererTypeFilters: Array<guid>, includeBuiltIn?: boolean): VelcronDefinitionRegistration<object>[];
12
+ readonly categories: VelcronDefinitionCategoryRegistration[];
13
+ filteredCategories(filters: Array<guid>, rendererTypeFilters: Array<guid>, includeBuiltIn?: boolean): VelcronDefinitionCategoryRegistration[];
14
+ filteredRendererTypes(filters: Array<guid>): any[];
15
+ readonly rendererTypes: VelcronDefinitionRendererTypeRegistration[];
12
16
  };
13
17
  actions: {
14
18
  onDispatching: {
@@ -61,6 +65,7 @@ export declare const useVelcronDefinitionStore: () => {
61
65
  };
62
66
  events: {
63
67
  onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistration<object>[]>;
64
- onMutatedFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
68
+ onMutatedCategories: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionCategoryRegistration[]>;
69
+ onMutatedRendererTypes: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRendererTypeRegistration[]>;
65
70
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
66
71
  };
@@ -252,7 +252,7 @@ import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
252
252
  import wc220372653d7a43a6a79cf1d01a23cffb from './ux/oxide/expansionpanel/ExpansionPanels';
253
253
  import wca6ca5f7d21d24b168fcab70c965fded1 from './ux/oxide/expansionpanel/ExpansionPanel';
254
254
  import wc12f88f4b9cf142cc8e5f6b203e55c873 from './ux/oxide/fab/FloatingActionButton.';
255
- import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex2';
255
+ import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex';
256
256
  import wcee11b15d9e30495fb46b0c84244110c2 from './ux/oxide/flex/Row';
257
257
  import wc02b49401a3554f3db9fc158e52535ac3 from './ux/oxide/form/Form';
258
258
  import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProvider';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.215-dev",
4
+ "version": "8.0.216-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.215-dev",
23
+ "@omnia/fx-models": "8.0.216-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,6 +0,0 @@
1
- import { OButtonVariants } from "@omnia/fx-models";
2
- export declare const ButtonStyles: {
3
- transparentWrapper: string;
4
- velcronStyling: string;
5
- wrapper: (background: string, text: string, iconColor: string, variant: OButtonVariants, transparent: boolean, transparentHover: boolean, grouped: boolean) => string;
6
- };
@@ -1,3 +0,0 @@
1
- export declare const ColumnStyles: {
2
- wrapper: string;
3
- };
@@ -1,3 +0,0 @@
1
- export declare const FlexStyles: {
2
- wrapper: string;
3
- };