@omnia/fx 8.0.261-dev → 8.0.263-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
  3. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +3 -3
  4. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +2 -2
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  10. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +8 -8
  12. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +4 -4
  14. package/internal-do-not-import-from-here/ux/markdown2/models/EditorPlugin.d.ts +0 -1
  15. package/internal-do-not-import-from-here/ux/markdown2/plugins/bold/BoldPlugin.d.ts +3 -0
  16. package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorButton.d.ts +5 -0
  17. package/internal-do-not-import-from-here/ux/markdown2/plugins/italic/ItalicPlugin.d.ts +3 -0
  18. package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +4 -0
  19. package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyButton.d.ts +5 -0
  20. package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +5 -0
  21. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +10 -13
  22. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +50 -65
  23. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +3 -276
  26. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +5 -1
  27. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -444
  28. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +4 -99
  29. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -194
  30. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -206
  31. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +3 -94
  33. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +4 -78
  34. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +11 -184
  35. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +3 -94
  36. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +4 -85
  37. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +4 -199
  38. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +3 -133
  39. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -355
  40. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +4 -161
  41. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +4 -238
  42. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -76
  43. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -138
  44. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +4 -272
  45. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +3 -203
  46. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +3 -133
  47. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +3 -37
  48. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -267
  49. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -349
  50. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +3 -154
  51. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -15
  52. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +4 -149
  53. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +3 -145
  54. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +3 -71
  55. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +3 -254
  56. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -245
  57. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -335
  58. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +3 -107
  59. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -400
  60. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +2 -0
  62. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -250
  64. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +3 -192
  65. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +4 -56
  66. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +6 -6
  67. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +2 -2
  71. package/package.json +3 -3
@@ -1,134 +1,4 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
- toned: {
4
- type: import("vue").PropType<boolean>;
5
- };
6
- filled: {
7
- type: import("vue").PropType<boolean>;
8
- };
9
- id: {
10
- type: import("vue").PropType<string>;
11
- };
12
- colorSchemaType: {
13
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
14
- required: boolean;
15
- };
16
- container: {
17
- type: BooleanConstructor;
18
- required: boolean;
19
- };
20
- colors: {
21
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
22
- required: boolean;
23
- };
24
- class: {
25
- type: import("vue").PropType<String | String[]>;
26
- required: boolean;
27
- };
28
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
29
- toned: {
30
- type: import("vue").PropType<boolean>;
31
- };
32
- filled: {
33
- type: import("vue").PropType<boolean>;
34
- };
35
- id: {
36
- type: import("vue").PropType<string>;
37
- };
38
- colorSchemaType: {
39
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
40
- required: boolean;
41
- };
42
- container: {
43
- type: BooleanConstructor;
44
- required: boolean;
45
- };
46
- colors: {
47
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
48
- required: boolean;
49
- };
50
- class: {
51
- type: import("vue").PropType<String | String[]>;
52
- required: boolean;
53
- };
54
- }>>, {
55
- container: boolean;
56
- }, true, {}, {}, {
57
- P: {};
58
- B: {};
59
- D: {};
60
- C: {};
61
- M: {};
62
- Defaults: {};
63
- }, Readonly<import("vue").ExtractPropTypes<{
64
- toned: {
65
- type: import("vue").PropType<boolean>;
66
- };
67
- filled: {
68
- type: import("vue").PropType<boolean>;
69
- };
70
- id: {
71
- type: import("vue").PropType<string>;
72
- };
73
- colorSchemaType: {
74
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
75
- required: boolean;
76
- };
77
- container: {
78
- type: BooleanConstructor;
79
- required: boolean;
80
- };
81
- colors: {
82
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
83
- required: boolean;
84
- };
85
- class: {
86
- type: import("vue").PropType<String | String[]>;
87
- required: boolean;
88
- };
89
- }>>, () => JSX.Element, {}, {}, {}, {
90
- container: boolean;
91
- }>;
92
- __isFragment?: never;
93
- __isTeleport?: never;
94
- __isSuspense?: never;
95
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
96
- toned: {
97
- type: import("vue").PropType<boolean>;
98
- };
99
- filled: {
100
- type: import("vue").PropType<boolean>;
101
- };
102
- id: {
103
- type: import("vue").PropType<string>;
104
- };
105
- colorSchemaType: {
106
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
107
- required: boolean;
108
- };
109
- container: {
110
- type: BooleanConstructor;
111
- required: boolean;
112
- };
113
- colors: {
114
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
115
- required: boolean;
116
- };
117
- class: {
118
- type: import("vue").PropType<String | String[]>;
119
- required: boolean;
120
- };
121
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
122
- container: boolean;
123
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
124
- propsDefinition: Omit<Readonly<{} & {
125
- container?: boolean;
126
- id?: string;
127
- class?: String | String[];
128
- filled?: boolean;
129
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
130
- toned?: boolean;
131
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
132
- }>, never>;
133
- };
1
+ import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
+ type MainProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"id", string, false, null, "Sets the id of the component."> & DefineProp<"filled", boolean, false, false, "Applies background to the component."> & DefineProp<"toned", boolean, false, false>;
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MainProps>) => any;
134
4
  export default _default;
@@ -1,357 +1,6 @@
1
+ import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
1
2
  import { VNodeChild } from "vue";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- "v-slots": import("vue").Prop<{
5
- default?: import("../../DefineVueTypings").Slot;
6
- } & {
7
- activator?: () => VNodeChild;
8
- }>;
9
- eager: {
10
- type: import("vue").PropType<boolean>;
11
- };
12
- disabled: {
13
- type: import("vue").PropType<boolean>;
14
- required: false;
15
- };
16
- visibleOnContentClick: {
17
- type: import("vue").PropType<boolean>;
18
- };
19
- openOnHover: {
20
- type: import("vue").PropType<boolean>;
21
- };
22
- location: {
23
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
24
- required: false;
25
- };
26
- closeDelay: {
27
- type: import("vue").PropType<string | number>;
28
- };
29
- maxHeight: {
30
- type: import("vue").PropType<string | number>;
31
- };
32
- minHeight: {
33
- type: import("vue").PropType<string | number>;
34
- };
35
- maxWidth: {
36
- type: import("vue").PropType<string | number>;
37
- };
38
- minWidth: {
39
- type: import("vue").PropType<string | number>;
40
- };
41
- attach: {
42
- type: import("vue").PropType<string | boolean | Element>;
43
- };
44
- activator: {
45
- type: import("vue").PropType<string>;
46
- };
47
- "onUpdate:modelValue": {
48
- type: import("vue").PropType<(value: boolean) => any | void>;
49
- };
50
- "v-model": {
51
- type: import("vue").PropType<boolean>;
52
- required: false;
53
- };
54
- modelValue: {
55
- type: import("vue").PropType<boolean>;
56
- required: false;
57
- };
58
- class: {
59
- type: import("vue").PropType<String | String[]>;
60
- required: boolean;
61
- };
62
- colorSchemaType: {
63
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
64
- required: boolean;
65
- };
66
- container: {
67
- type: BooleanConstructor;
68
- required: boolean;
69
- };
70
- colors: {
71
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
72
- required: boolean;
73
- };
74
- }>> & {
75
- "onUpdate:modelValue"?: (value: boolean) => any;
76
- onDoc$?: (description?: string) => any;
77
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
78
- "update:modelValue": (value: boolean) => void;
79
- doc$(description?: string): {
80
- "update:modelValue": (value: boolean) => void;
81
- };
82
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
83
- "v-slots": import("vue").Prop<{
84
- default?: import("../../DefineVueTypings").Slot;
85
- } & {
86
- activator?: () => VNodeChild;
87
- }>;
88
- eager: {
89
- type: import("vue").PropType<boolean>;
90
- };
91
- disabled: {
92
- type: import("vue").PropType<boolean>;
93
- required: false;
94
- };
95
- visibleOnContentClick: {
96
- type: import("vue").PropType<boolean>;
97
- };
98
- openOnHover: {
99
- type: import("vue").PropType<boolean>;
100
- };
101
- location: {
102
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
103
- required: false;
104
- };
105
- closeDelay: {
106
- type: import("vue").PropType<string | number>;
107
- };
108
- maxHeight: {
109
- type: import("vue").PropType<string | number>;
110
- };
111
- minHeight: {
112
- type: import("vue").PropType<string | number>;
113
- };
114
- maxWidth: {
115
- type: import("vue").PropType<string | number>;
116
- };
117
- minWidth: {
118
- type: import("vue").PropType<string | number>;
119
- };
120
- attach: {
121
- type: import("vue").PropType<string | boolean | Element>;
122
- };
123
- activator: {
124
- type: import("vue").PropType<string>;
125
- };
126
- "onUpdate:modelValue": {
127
- type: import("vue").PropType<(value: boolean) => any | void>;
128
- };
129
- "v-model": {
130
- type: import("vue").PropType<boolean>;
131
- required: false;
132
- };
133
- modelValue: {
134
- type: import("vue").PropType<boolean>;
135
- required: false;
136
- };
137
- class: {
138
- type: import("vue").PropType<String | String[]>;
139
- required: boolean;
140
- };
141
- colorSchemaType: {
142
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
143
- required: boolean;
144
- };
145
- container: {
146
- type: BooleanConstructor;
147
- required: boolean;
148
- };
149
- colors: {
150
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
151
- required: boolean;
152
- };
153
- }>> & {
154
- "onUpdate:modelValue"?: (value: boolean) => any;
155
- onDoc$?: (description?: string) => any;
156
- }, {
157
- container: boolean;
158
- }, true, {}, {}, {
159
- P: {};
160
- B: {};
161
- D: {};
162
- C: {};
163
- M: {};
164
- Defaults: {};
165
- }, Readonly<import("vue").ExtractPropTypes<{
166
- "v-slots": import("vue").Prop<{
167
- default?: import("../../DefineVueTypings").Slot;
168
- } & {
169
- activator?: () => VNodeChild;
170
- }>;
171
- eager: {
172
- type: import("vue").PropType<boolean>;
173
- };
174
- disabled: {
175
- type: import("vue").PropType<boolean>;
176
- required: false;
177
- };
178
- visibleOnContentClick: {
179
- type: import("vue").PropType<boolean>;
180
- };
181
- openOnHover: {
182
- type: import("vue").PropType<boolean>;
183
- };
184
- location: {
185
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
186
- required: false;
187
- };
188
- closeDelay: {
189
- type: import("vue").PropType<string | number>;
190
- };
191
- maxHeight: {
192
- type: import("vue").PropType<string | number>;
193
- };
194
- minHeight: {
195
- type: import("vue").PropType<string | number>;
196
- };
197
- maxWidth: {
198
- type: import("vue").PropType<string | number>;
199
- };
200
- minWidth: {
201
- type: import("vue").PropType<string | number>;
202
- };
203
- attach: {
204
- type: import("vue").PropType<string | boolean | Element>;
205
- };
206
- activator: {
207
- type: import("vue").PropType<string>;
208
- };
209
- "onUpdate:modelValue": {
210
- type: import("vue").PropType<(value: boolean) => any | void>;
211
- };
212
- "v-model": {
213
- type: import("vue").PropType<boolean>;
214
- required: false;
215
- };
216
- modelValue: {
217
- type: import("vue").PropType<boolean>;
218
- required: false;
219
- };
220
- class: {
221
- type: import("vue").PropType<String | String[]>;
222
- required: boolean;
223
- };
224
- colorSchemaType: {
225
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
226
- required: boolean;
227
- };
228
- container: {
229
- type: BooleanConstructor;
230
- required: boolean;
231
- };
232
- colors: {
233
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
234
- required: boolean;
235
- };
236
- }>> & {
237
- "onUpdate:modelValue"?: (value: boolean) => any;
238
- onDoc$?: (description?: string) => any;
239
- }, () => JSX.Element, {}, {}, {}, {
240
- container: boolean;
241
- }>;
242
- __isFragment?: never;
243
- __isTeleport?: never;
244
- __isSuspense?: never;
245
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
246
- "v-slots": import("vue").Prop<{
247
- default?: import("../../DefineVueTypings").Slot;
248
- } & {
249
- activator?: () => VNodeChild;
250
- }>;
251
- eager: {
252
- type: import("vue").PropType<boolean>;
253
- };
254
- disabled: {
255
- type: import("vue").PropType<boolean>;
256
- required: false;
257
- };
258
- visibleOnContentClick: {
259
- type: import("vue").PropType<boolean>;
260
- };
261
- openOnHover: {
262
- type: import("vue").PropType<boolean>;
263
- };
264
- location: {
265
- type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
266
- required: false;
267
- };
268
- closeDelay: {
269
- type: import("vue").PropType<string | number>;
270
- };
271
- maxHeight: {
272
- type: import("vue").PropType<string | number>;
273
- };
274
- minHeight: {
275
- type: import("vue").PropType<string | number>;
276
- };
277
- maxWidth: {
278
- type: import("vue").PropType<string | number>;
279
- };
280
- minWidth: {
281
- type: import("vue").PropType<string | number>;
282
- };
283
- attach: {
284
- type: import("vue").PropType<string | boolean | Element>;
285
- };
286
- activator: {
287
- type: import("vue").PropType<string>;
288
- };
289
- "onUpdate:modelValue": {
290
- type: import("vue").PropType<(value: boolean) => any | void>;
291
- };
292
- "v-model": {
293
- type: import("vue").PropType<boolean>;
294
- required: false;
295
- };
296
- modelValue: {
297
- type: import("vue").PropType<boolean>;
298
- required: false;
299
- };
300
- class: {
301
- type: import("vue").PropType<String | String[]>;
302
- required: boolean;
303
- };
304
- colorSchemaType: {
305
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
306
- required: boolean;
307
- };
308
- container: {
309
- type: BooleanConstructor;
310
- required: boolean;
311
- };
312
- colors: {
313
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
314
- required: boolean;
315
- };
316
- }>> & {
317
- "onUpdate:modelValue"?: (value: boolean) => any;
318
- onDoc$?: (description?: string) => any;
319
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
320
- "update:modelValue": (value: boolean) => void;
321
- doc$(description?: string): {
322
- "update:modelValue": (value: boolean) => void;
323
- };
324
- }, string, {
325
- container: boolean;
326
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
327
- propsDefinition: Omit<Readonly<{} & {
328
- container?: boolean;
329
- class?: String | String[];
330
- maxHeight?: string | number;
331
- maxWidth?: string | number;
332
- minHeight?: string | number;
333
- minWidth?: string | number;
334
- disabled?: boolean;
335
- eager?: boolean;
336
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
337
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
338
- modelValue?: boolean;
339
- "v-model"?: boolean;
340
- "onUpdate:modelValue"?: (value: boolean) => any | void;
341
- "v-slots"?: {
342
- default?: import("../../DefineVueTypings").Slot;
343
- } & {
344
- activator?: () => VNodeChild;
345
- };
346
- activator?: string;
347
- attach?: string | boolean | Element;
348
- closeDelay?: string | number;
349
- location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
350
- openOnHover?: boolean;
351
- visibleOnContentClick?: boolean;
352
- }>, "onUpdate:modelValue" | "onDoc$"> & {
353
- "onUpdate:modelValue"?: (value: boolean) => any;
354
- onDoc$?: (description?: string) => any;
355
- };
356
- };
3
+ import { OMenuLocations } from "@omnia/fx-models";
4
+ type MenuProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, false> & DefineProp<"activator", string, false, null, "Supply a CSS selector string to activator prop."> & DefineProp<"attach", string | boolean | Element, false, null, "Specifies which DOM element the overlay content should teleport to."> & DefineProp<"minWidth", string | number, false, null, "Sets the minimum width for the component. Use auto to use the activator width."> & DefineProp<"maxWidth", string | number, false, null, "Sets the maximum width for the component."> & DefineProp<"minHeight", string | number, false, null, "Sets the minimum height for the component."> & DefineProp<"maxHeight", string | number, false, null, "Sets the maximum height for the component."> & DefineProp<"closeDelay", string | number, false, null, "Milliseconds to wait before closing component. Only works with the open-on-hover prop."> & DefineProp<"location", OMenuLocations, false, "bottom start", "Designates where the menu should be placed."> & DefineProp<"openOnHover", boolean, false, null, "Designates whether menu should open on hover or not."> & DefineProp<"visibleOnContentClick", boolean, false, false, "Designates if menu still show when its content is clicked"> & DefineProp<"disabled", boolean, false, false, "Removed the ability to interact with the component."> & DefineProp<"eager", boolean, false, false> & DefineSlot<"activator", () => VNodeChild>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MenuProps>) => any;
357
6
  export default _default;
@@ -1,163 +1,6 @@
1
- import { Func } from "@omnia/fx-models";
1
+ import { ONotificationSizeTypes } from "@omnia/fx-models";
2
+ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
3
  import { VNodeChild } from "vue";
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
- "v-slots": import("vue").Prop<{
6
- default?: import("../../DefineVueTypings").Slot;
7
- } & {
8
- prependAvatar?: Func<[VNodeChild]>;
9
- appendAvatar?: Func<[VNodeChild]>;
10
- }>;
11
- value: {
12
- type: import("vue").PropType<string>;
13
- };
14
- size: {
15
- type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large" | "medium">;
16
- };
17
- toned: {
18
- type: import("vue").PropType<boolean>;
19
- };
20
- colorSchemaType: {
21
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
22
- required: boolean;
23
- };
24
- container: {
25
- type: BooleanConstructor;
26
- required: boolean;
27
- };
28
- colors: {
29
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
30
- required: boolean;
31
- };
32
- }>> & {
33
- "onClick:close"?: (e: MouseEvent) => any;
34
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
- "click:close": (e: MouseEvent) => true;
36
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
37
- "v-slots": import("vue").Prop<{
38
- default?: import("../../DefineVueTypings").Slot;
39
- } & {
40
- prependAvatar?: Func<[VNodeChild]>;
41
- appendAvatar?: Func<[VNodeChild]>;
42
- }>;
43
- value: {
44
- type: import("vue").PropType<string>;
45
- };
46
- size: {
47
- type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large" | "medium">;
48
- };
49
- toned: {
50
- type: import("vue").PropType<boolean>;
51
- };
52
- colorSchemaType: {
53
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
54
- required: boolean;
55
- };
56
- container: {
57
- type: BooleanConstructor;
58
- required: boolean;
59
- };
60
- colors: {
61
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
62
- required: boolean;
63
- };
64
- }>> & {
65
- "onClick:close"?: (e: MouseEvent) => any;
66
- }, {
67
- container: boolean;
68
- }, true, {}, {}, {
69
- P: {};
70
- B: {};
71
- D: {};
72
- C: {};
73
- M: {};
74
- Defaults: {};
75
- }, Readonly<import("vue").ExtractPropTypes<{
76
- "v-slots": import("vue").Prop<{
77
- default?: import("../../DefineVueTypings").Slot;
78
- } & {
79
- prependAvatar?: Func<[VNodeChild]>;
80
- appendAvatar?: Func<[VNodeChild]>;
81
- }>;
82
- value: {
83
- type: import("vue").PropType<string>;
84
- };
85
- size: {
86
- type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large" | "medium">;
87
- };
88
- toned: {
89
- type: import("vue").PropType<boolean>;
90
- };
91
- colorSchemaType: {
92
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
93
- required: boolean;
94
- };
95
- container: {
96
- type: BooleanConstructor;
97
- required: boolean;
98
- };
99
- colors: {
100
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
101
- required: boolean;
102
- };
103
- }>> & {
104
- "onClick:close"?: (e: MouseEvent) => any;
105
- }, () => JSX.Element, {}, {}, {}, {
106
- container: boolean;
107
- }>;
108
- __isFragment?: never;
109
- __isTeleport?: never;
110
- __isSuspense?: never;
111
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
112
- "v-slots": import("vue").Prop<{
113
- default?: import("../../DefineVueTypings").Slot;
114
- } & {
115
- prependAvatar?: Func<[VNodeChild]>;
116
- appendAvatar?: Func<[VNodeChild]>;
117
- }>;
118
- value: {
119
- type: import("vue").PropType<string>;
120
- };
121
- size: {
122
- type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large" | "medium">;
123
- };
124
- toned: {
125
- type: import("vue").PropType<boolean>;
126
- };
127
- colorSchemaType: {
128
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
129
- required: boolean;
130
- };
131
- container: {
132
- type: BooleanConstructor;
133
- required: boolean;
134
- };
135
- colors: {
136
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
137
- required: boolean;
138
- };
139
- }>> & {
140
- "onClick:close"?: (e: MouseEvent) => any;
141
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
142
- "click:close": (e: MouseEvent) => true;
143
- }, string, {
144
- container: boolean;
145
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
146
- propsDefinition: Omit<Readonly<{} & {
147
- container?: boolean;
148
- value?: string;
149
- size?: "small" | "default" | "x-large" | "x-small" | "large" | "medium";
150
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
151
- toned?: boolean;
152
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
153
- "v-slots"?: {
154
- default?: import("../../DefineVueTypings").Slot;
155
- } & {
156
- prependAvatar?: Func<[VNodeChild]>;
157
- appendAvatar?: Func<[VNodeChild]>;
158
- };
159
- }>, "onClick:close"> & {
160
- "onClick:close"?: (e: MouseEvent) => any;
161
- };
162
- };
4
+ type NotificationProps = DefinePropTheming & DefineProp<"size", ONotificationSizeTypes, false, null, "The size of the component."> & DefineProp<"value", string, false, null> & DefineProp<"toned", boolean, false, false> & DefineSlot<"prependAvatar", () => VNodeChild> & DefineSlot<"appendAvatar", () => VNodeChild> & DefineEmit<"click:close", (e: MouseEvent) => void>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<NotificationProps>) => any;
163
6
  export default _default;