@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,402 +1,6 @@
1
- import { ValidationRule } from "@omnia/fx/ux";
2
- import { VTextAreaSlots } from "../../ComponentTypings";
1
+ import { DefineEmit, DefineProp, DefinePropTheming, DefineVModel, ValidationRule } from "@omnia/fx/ux";
3
2
  import { ColorValue } from "@omnia/fx-models";
4
- declare const _default: {
5
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
- color: {
7
- type: import("vue").PropType<ColorValue>;
8
- };
9
- rows: {
10
- type: import("vue").PropType<number>;
11
- required: false;
12
- };
13
- autoGrow: {
14
- type: import("vue").PropType<boolean>;
15
- required: false;
16
- };
17
- readonly: {
18
- type: import("vue").PropType<boolean>;
19
- required: false;
20
- };
21
- placeholder: {
22
- type: import("vue").PropType<string>;
23
- };
24
- rules: {
25
- type: import("vue").PropType<ValidationRule[]>;
26
- required: false;
27
- };
28
- disabled: {
29
- type: import("vue").PropType<boolean>;
30
- required: false;
31
- };
32
- errorMessages: {
33
- type: import("vue").PropType<string | string[]>;
34
- };
35
- clearable: {
36
- type: import("vue").PropType<boolean>;
37
- };
38
- autofocus: {
39
- type: import("vue").PropType<boolean>;
40
- required: false;
41
- };
42
- label: {
43
- type: import("vue").PropType<string>;
44
- };
45
- persistentHint: {
46
- type: import("vue").PropType<boolean>;
47
- required: false;
48
- };
49
- toned: {
50
- type: import("vue").PropType<boolean>;
51
- required: false;
52
- };
53
- hint: {
54
- type: import("vue").PropType<string>;
55
- };
56
- "onUpdate:modelValue": {
57
- type: import("vue").PropType<(value: string) => any | void>;
58
- };
59
- "v-model": {
60
- type: import("vue").PropType<string>;
61
- required: false;
62
- };
63
- modelValue: {
64
- type: import("vue").PropType<string>;
65
- required: false;
66
- };
67
- "v-slots": import("vue").Prop<{
68
- default?: import("../../DefineVueTypings").Slot;
69
- } & VTextAreaSlots>;
70
- class: {
71
- type: import("vue").PropType<String | String[]>;
72
- required: boolean;
73
- };
74
- colorSchemaType: {
75
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
76
- required: boolean;
77
- };
78
- container: {
79
- type: BooleanConstructor;
80
- required: boolean;
81
- };
82
- colors: {
83
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
84
- required: boolean;
85
- };
86
- }>> & {
87
- "onUpdate:modelValue"?: (value: string) => any;
88
- "onUpdate:focused"?: (value: boolean) => any;
89
- "onClick:button"?: () => any;
90
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
91
- "update:focused": (value: boolean) => true;
92
- "update:modelValue": (value: string) => true;
93
- "click:button": () => true;
94
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
95
- color: {
96
- type: import("vue").PropType<ColorValue>;
97
- };
98
- rows: {
99
- type: import("vue").PropType<number>;
100
- required: false;
101
- };
102
- autoGrow: {
103
- type: import("vue").PropType<boolean>;
104
- required: false;
105
- };
106
- readonly: {
107
- type: import("vue").PropType<boolean>;
108
- required: false;
109
- };
110
- placeholder: {
111
- type: import("vue").PropType<string>;
112
- };
113
- rules: {
114
- type: import("vue").PropType<ValidationRule[]>;
115
- required: false;
116
- };
117
- disabled: {
118
- type: import("vue").PropType<boolean>;
119
- required: false;
120
- };
121
- errorMessages: {
122
- type: import("vue").PropType<string | string[]>;
123
- };
124
- clearable: {
125
- type: import("vue").PropType<boolean>;
126
- };
127
- autofocus: {
128
- type: import("vue").PropType<boolean>;
129
- required: false;
130
- };
131
- label: {
132
- type: import("vue").PropType<string>;
133
- };
134
- persistentHint: {
135
- type: import("vue").PropType<boolean>;
136
- required: false;
137
- };
138
- toned: {
139
- type: import("vue").PropType<boolean>;
140
- required: false;
141
- };
142
- hint: {
143
- type: import("vue").PropType<string>;
144
- };
145
- "onUpdate:modelValue": {
146
- type: import("vue").PropType<(value: string) => any | void>;
147
- };
148
- "v-model": {
149
- type: import("vue").PropType<string>;
150
- required: false;
151
- };
152
- modelValue: {
153
- type: import("vue").PropType<string>;
154
- required: false;
155
- };
156
- "v-slots": import("vue").Prop<{
157
- default?: import("../../DefineVueTypings").Slot;
158
- } & VTextAreaSlots>;
159
- class: {
160
- type: import("vue").PropType<String | String[]>;
161
- required: boolean;
162
- };
163
- colorSchemaType: {
164
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
165
- required: boolean;
166
- };
167
- container: {
168
- type: BooleanConstructor;
169
- required: boolean;
170
- };
171
- colors: {
172
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
173
- required: boolean;
174
- };
175
- }>> & {
176
- "onUpdate:modelValue"?: (value: string) => any;
177
- "onUpdate:focused"?: (value: boolean) => any;
178
- "onClick:button"?: () => any;
179
- }, {
180
- container: boolean;
181
- }, true, {}, {}, {
182
- P: {};
183
- B: {};
184
- D: {};
185
- C: {};
186
- M: {};
187
- Defaults: {};
188
- }, Readonly<import("vue").ExtractPropTypes<{
189
- color: {
190
- type: import("vue").PropType<ColorValue>;
191
- };
192
- rows: {
193
- type: import("vue").PropType<number>;
194
- required: false;
195
- };
196
- autoGrow: {
197
- type: import("vue").PropType<boolean>;
198
- required: false;
199
- };
200
- readonly: {
201
- type: import("vue").PropType<boolean>;
202
- required: false;
203
- };
204
- placeholder: {
205
- type: import("vue").PropType<string>;
206
- };
207
- rules: {
208
- type: import("vue").PropType<ValidationRule[]>;
209
- required: false;
210
- };
211
- disabled: {
212
- type: import("vue").PropType<boolean>;
213
- required: false;
214
- };
215
- errorMessages: {
216
- type: import("vue").PropType<string | string[]>;
217
- };
218
- clearable: {
219
- type: import("vue").PropType<boolean>;
220
- };
221
- autofocus: {
222
- type: import("vue").PropType<boolean>;
223
- required: false;
224
- };
225
- label: {
226
- type: import("vue").PropType<string>;
227
- };
228
- persistentHint: {
229
- type: import("vue").PropType<boolean>;
230
- required: false;
231
- };
232
- toned: {
233
- type: import("vue").PropType<boolean>;
234
- required: false;
235
- };
236
- hint: {
237
- type: import("vue").PropType<string>;
238
- };
239
- "onUpdate:modelValue": {
240
- type: import("vue").PropType<(value: string) => any | void>;
241
- };
242
- "v-model": {
243
- type: import("vue").PropType<string>;
244
- required: false;
245
- };
246
- modelValue: {
247
- type: import("vue").PropType<string>;
248
- required: false;
249
- };
250
- "v-slots": import("vue").Prop<{
251
- default?: import("../../DefineVueTypings").Slot;
252
- } & VTextAreaSlots>;
253
- class: {
254
- type: import("vue").PropType<String | String[]>;
255
- required: boolean;
256
- };
257
- colorSchemaType: {
258
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
259
- required: boolean;
260
- };
261
- container: {
262
- type: BooleanConstructor;
263
- required: boolean;
264
- };
265
- colors: {
266
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
267
- required: boolean;
268
- };
269
- }>> & {
270
- "onUpdate:modelValue"?: (value: string) => any;
271
- "onUpdate:focused"?: (value: boolean) => any;
272
- "onClick:button"?: () => any;
273
- }, () => JSX.Element, {}, {}, {}, {
274
- container: boolean;
275
- }>;
276
- __isFragment?: never;
277
- __isTeleport?: never;
278
- __isSuspense?: never;
279
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
280
- color: {
281
- type: import("vue").PropType<ColorValue>;
282
- };
283
- rows: {
284
- type: import("vue").PropType<number>;
285
- required: false;
286
- };
287
- autoGrow: {
288
- type: import("vue").PropType<boolean>;
289
- required: false;
290
- };
291
- readonly: {
292
- type: import("vue").PropType<boolean>;
293
- required: false;
294
- };
295
- placeholder: {
296
- type: import("vue").PropType<string>;
297
- };
298
- rules: {
299
- type: import("vue").PropType<ValidationRule[]>;
300
- required: false;
301
- };
302
- disabled: {
303
- type: import("vue").PropType<boolean>;
304
- required: false;
305
- };
306
- errorMessages: {
307
- type: import("vue").PropType<string | string[]>;
308
- };
309
- clearable: {
310
- type: import("vue").PropType<boolean>;
311
- };
312
- autofocus: {
313
- type: import("vue").PropType<boolean>;
314
- required: false;
315
- };
316
- label: {
317
- type: import("vue").PropType<string>;
318
- };
319
- persistentHint: {
320
- type: import("vue").PropType<boolean>;
321
- required: false;
322
- };
323
- toned: {
324
- type: import("vue").PropType<boolean>;
325
- required: false;
326
- };
327
- hint: {
328
- type: import("vue").PropType<string>;
329
- };
330
- "onUpdate:modelValue": {
331
- type: import("vue").PropType<(value: string) => any | void>;
332
- };
333
- "v-model": {
334
- type: import("vue").PropType<string>;
335
- required: false;
336
- };
337
- modelValue: {
338
- type: import("vue").PropType<string>;
339
- required: false;
340
- };
341
- "v-slots": import("vue").Prop<{
342
- default?: import("../../DefineVueTypings").Slot;
343
- } & VTextAreaSlots>;
344
- class: {
345
- type: import("vue").PropType<String | String[]>;
346
- required: boolean;
347
- };
348
- colorSchemaType: {
349
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
350
- required: boolean;
351
- };
352
- container: {
353
- type: BooleanConstructor;
354
- required: boolean;
355
- };
356
- colors: {
357
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
358
- required: boolean;
359
- };
360
- }>> & {
361
- "onUpdate:modelValue"?: (value: string) => any;
362
- "onUpdate:focused"?: (value: boolean) => any;
363
- "onClick:button"?: () => any;
364
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
365
- "update:focused": (value: boolean) => true;
366
- "update:modelValue": (value: string) => true;
367
- "click:button": () => true;
368
- }, string, {
369
- container: boolean;
370
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
371
- propsDefinition: Omit<Readonly<{} & {
372
- color?: ColorValue;
373
- container?: boolean;
374
- class?: String | String[];
375
- label?: string;
376
- rows?: number;
377
- disabled?: boolean;
378
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
379
- toned?: boolean;
380
- placeholder?: string;
381
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
382
- modelValue?: string;
383
- "v-model"?: string;
384
- "onUpdate:modelValue"?: (value: string) => any | void;
385
- "v-slots"?: {
386
- default?: import("../../DefineVueTypings").Slot;
387
- } & VTextAreaSlots;
388
- autofocus?: boolean;
389
- rules?: ValidationRule[];
390
- hint?: string;
391
- persistentHint?: boolean;
392
- readonly?: boolean;
393
- errorMessages?: string | string[];
394
- clearable?: boolean;
395
- autoGrow?: boolean;
396
- }>, "onUpdate:modelValue" | "onUpdate:focused" | "onClick:button"> & {
397
- "onUpdate:modelValue"?: (value: string) => any;
398
- "onUpdate:focused"?: (value: boolean) => any;
399
- "onClick:button"?: () => any;
400
- };
401
- };
3
+ declare const emptyRules: any[];
4
+ type TextAreaProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", string, false, null, true, "The v-model of the component"> & DefineProp<"hint", string, false, null, "Displays hint text below the input when focused. Force this always open with the persistentHint property."> & DefineProp<"toned", boolean, false, null> & DefineProp<"persistentHint", boolean, false, false, "Forces hint to always be visible."> & DefineProp<"label", string, false, null, "The label of the text area."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"clearable", boolean, false, false, "Adds a clearable icon to the component."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"rules", ValidationRule[], false, typeof emptyRules, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & DefineProp<"readonly", boolean, false, false, "Puts input in readonly state."> & DefineProp<"autoGrow", boolean, false, false, "Automatically grows textarea to fit its content."> & DefineProp<"rows", number, false, 5, "Default row count."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for textarea."> & DefineProp<"clearable", boolean, false, false, "Adds a clearable icon to the component."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", (value: boolean) => void>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TextAreaProps>) => any;
402
6
  export default _default;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,2 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,252 +1,6 @@
1
- import { Func, IIcon } from "@omnia/fx/models";
1
+ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
+ import { IIcon, OToolbarVariants } from "@omnia/fx/models";
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
- title?: Func<[VNodeChild]>;
9
- customButtons?: Func<[VNodeChild]>;
10
- }>;
11
- toned: {
12
- type: import("vue").PropType<boolean>;
13
- };
14
- backButton: {
15
- type: import("vue").PropType<boolean>;
16
- };
17
- closeButton: {
18
- type: import("vue").PropType<boolean>;
19
- };
20
- divider: {
21
- type: import("vue").PropType<boolean>;
22
- };
23
- icon: {
24
- type: import("vue").PropType<IIcon>;
25
- };
26
- subTitle: {
27
- type: import("vue").PropType<string>;
28
- };
29
- title: {
30
- type: import("vue").PropType<string>;
31
- };
32
- variant: {
33
- type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
34
- };
35
- class: {
36
- type: import("vue").PropType<String | String[]>;
37
- required: boolean;
38
- };
39
- colorSchemaType: {
40
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
41
- required: boolean;
42
- };
43
- container: {
44
- type: BooleanConstructor;
45
- required: boolean;
46
- };
47
- colors: {
48
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
49
- required: boolean;
50
- };
51
- }>> & {
52
- "onClick:close"?: () => any;
53
- "onClick:back"?: () => any;
54
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
55
- "click:close": () => true;
56
- "click:back": () => true;
57
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
58
- "v-slots": import("vue").Prop<{
59
- default?: import("../../DefineVueTypings").Slot;
60
- } & {
61
- title?: Func<[VNodeChild]>;
62
- customButtons?: Func<[VNodeChild]>;
63
- }>;
64
- toned: {
65
- type: import("vue").PropType<boolean>;
66
- };
67
- backButton: {
68
- type: import("vue").PropType<boolean>;
69
- };
70
- closeButton: {
71
- type: import("vue").PropType<boolean>;
72
- };
73
- divider: {
74
- type: import("vue").PropType<boolean>;
75
- };
76
- icon: {
77
- type: import("vue").PropType<IIcon>;
78
- };
79
- subTitle: {
80
- type: import("vue").PropType<string>;
81
- };
82
- title: {
83
- type: import("vue").PropType<string>;
84
- };
85
- variant: {
86
- type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
87
- };
88
- class: {
89
- type: import("vue").PropType<String | String[]>;
90
- required: boolean;
91
- };
92
- colorSchemaType: {
93
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
94
- required: boolean;
95
- };
96
- container: {
97
- type: BooleanConstructor;
98
- required: boolean;
99
- };
100
- colors: {
101
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
102
- required: boolean;
103
- };
104
- }>> & {
105
- "onClick:close"?: () => any;
106
- "onClick:back"?: () => any;
107
- }, {
108
- container: boolean;
109
- }, true, {}, {}, {
110
- P: {};
111
- B: {};
112
- D: {};
113
- C: {};
114
- M: {};
115
- Defaults: {};
116
- }, Readonly<import("vue").ExtractPropTypes<{
117
- "v-slots": import("vue").Prop<{
118
- default?: import("../../DefineVueTypings").Slot;
119
- } & {
120
- title?: Func<[VNodeChild]>;
121
- customButtons?: Func<[VNodeChild]>;
122
- }>;
123
- toned: {
124
- type: import("vue").PropType<boolean>;
125
- };
126
- backButton: {
127
- type: import("vue").PropType<boolean>;
128
- };
129
- closeButton: {
130
- type: import("vue").PropType<boolean>;
131
- };
132
- divider: {
133
- type: import("vue").PropType<boolean>;
134
- };
135
- icon: {
136
- type: import("vue").PropType<IIcon>;
137
- };
138
- subTitle: {
139
- type: import("vue").PropType<string>;
140
- };
141
- title: {
142
- type: import("vue").PropType<string>;
143
- };
144
- variant: {
145
- type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
146
- };
147
- class: {
148
- type: import("vue").PropType<String | String[]>;
149
- required: boolean;
150
- };
151
- colorSchemaType: {
152
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
153
- required: boolean;
154
- };
155
- container: {
156
- type: BooleanConstructor;
157
- required: boolean;
158
- };
159
- colors: {
160
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
161
- required: boolean;
162
- };
163
- }>> & {
164
- "onClick:close"?: () => any;
165
- "onClick:back"?: () => any;
166
- }, () => JSX.Element, {}, {}, {}, {
167
- container: boolean;
168
- }>;
169
- __isFragment?: never;
170
- __isTeleport?: never;
171
- __isSuspense?: never;
172
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
173
- "v-slots": import("vue").Prop<{
174
- default?: import("../../DefineVueTypings").Slot;
175
- } & {
176
- title?: Func<[VNodeChild]>;
177
- customButtons?: Func<[VNodeChild]>;
178
- }>;
179
- toned: {
180
- type: import("vue").PropType<boolean>;
181
- };
182
- backButton: {
183
- type: import("vue").PropType<boolean>;
184
- };
185
- closeButton: {
186
- type: import("vue").PropType<boolean>;
187
- };
188
- divider: {
189
- type: import("vue").PropType<boolean>;
190
- };
191
- icon: {
192
- type: import("vue").PropType<IIcon>;
193
- };
194
- subTitle: {
195
- type: import("vue").PropType<string>;
196
- };
197
- title: {
198
- type: import("vue").PropType<string>;
199
- };
200
- variant: {
201
- type: import("vue").PropType<"default" | "menu" | "blade" | "drawer">;
202
- };
203
- class: {
204
- type: import("vue").PropType<String | String[]>;
205
- required: boolean;
206
- };
207
- colorSchemaType: {
208
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
209
- required: boolean;
210
- };
211
- container: {
212
- type: BooleanConstructor;
213
- required: boolean;
214
- };
215
- colors: {
216
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
217
- required: boolean;
218
- };
219
- }>> & {
220
- "onClick:close"?: () => any;
221
- "onClick:back"?: () => any;
222
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
223
- "click:close": () => true;
224
- "click:back": () => true;
225
- }, string, {
226
- container: boolean;
227
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
228
- propsDefinition: Omit<Readonly<{} & {
229
- icon?: IIcon;
230
- title?: string;
231
- container?: boolean;
232
- class?: String | String[];
233
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
234
- toned?: boolean;
235
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
236
- "v-slots"?: {
237
- default?: import("../../DefineVueTypings").Slot;
238
- } & {
239
- title?: Func<[VNodeChild]>;
240
- customButtons?: Func<[VNodeChild]>;
241
- };
242
- variant?: "default" | "menu" | "blade" | "drawer";
243
- subTitle?: string;
244
- backButton?: boolean;
245
- divider?: boolean;
246
- closeButton?: boolean;
247
- }>, "onClick:close" | "onClick:back"> & {
248
- "onClick:close"?: () => any;
249
- "onClick:back"?: () => any;
250
- };
251
- };
4
+ type ToolbarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OToolbarVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"title", string, false, null, "The title of the toolbar"> & DefineProp<"subTitle", string, false, null, "Sub title of the toolbar"> & DefineProp<"icon", IIcon, false, null, "The icon of the toolbar."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, the toolbar will have a bottom divider."> & DefineProp<"closeButton", boolean, false, false, "If true, a close button will be rendered in the toolbar."> & DefineProp<"backButton", boolean, false, false, "If true, a back button will be rendered in the toolbar."> & DefineSlot<"title", () => VNodeChild> & DefineSlot<"customButtons", () => VNodeChild> & DefineEmit<"click:close", () => void> & DefineEmit<"click:back", () => void>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ToolbarProps>) => any;
252
6
  export default _default;