@omnia/fx 8.0.262-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,4 +1,4 @@
1
- import { Func } from "@omnia/fx-models";
1
+ import { DefinePropTheming, DefineProp, DefineVModel, DefineSlot } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
3
  export declare enum ColorType {
4
4
  PrimaryColor = 1,
@@ -7,279 +7,6 @@ export declare enum ColorType {
7
7
  CustomColor = 4
8
8
  }
9
9
  type ColorPickerVariant = "default" | "blade";
10
- declare const _default: {
11
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
12
- "v-slots": import("vue").Prop<{
13
- default?: import("../../DefineVueTypings").Slot;
14
- } & {
15
- activator?: Func<[VNodeChild]>;
16
- }>;
17
- disabled: {
18
- type: import("vue").PropType<boolean>;
19
- required: false;
20
- };
21
- show: {
22
- type: import("vue").PropType<boolean>;
23
- };
24
- selectedColorAsLabel: {
25
- type: import("vue").PropType<boolean>;
26
- };
27
- labelColor: {
28
- type: import("vue").PropType<string>;
29
- };
30
- label: {
31
- type: import("vue").PropType<string>;
32
- };
33
- variant: {
34
- type: import("vue").PropType<ColorPickerVariant>;
35
- };
36
- "onUpdate:modelValue": {
37
- type: import("vue").PropType<(value: string) => any | void>;
38
- };
39
- "v-model": {
40
- type: import("vue").PropType<string>;
41
- required: false;
42
- };
43
- modelValue: {
44
- type: import("vue").PropType<string>;
45
- required: false;
46
- };
47
- toned: {
48
- type: import("vue").PropType<boolean>;
49
- };
50
- class: {
51
- type: import("vue").PropType<String | String[]>;
52
- required: boolean;
53
- };
54
- colorSchemaType: {
55
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
56
- required: boolean;
57
- };
58
- container: {
59
- type: BooleanConstructor;
60
- required: boolean;
61
- };
62
- colors: {
63
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
64
- required: boolean;
65
- };
66
- }>> & {
67
- "onUpdate:modelValue"?: (color: string) => any;
68
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
69
- "update:modelValue": (color: string) => void;
70
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
71
- "v-slots": import("vue").Prop<{
72
- default?: import("../../DefineVueTypings").Slot;
73
- } & {
74
- activator?: Func<[VNodeChild]>;
75
- }>;
76
- disabled: {
77
- type: import("vue").PropType<boolean>;
78
- required: false;
79
- };
80
- show: {
81
- type: import("vue").PropType<boolean>;
82
- };
83
- selectedColorAsLabel: {
84
- type: import("vue").PropType<boolean>;
85
- };
86
- labelColor: {
87
- type: import("vue").PropType<string>;
88
- };
89
- label: {
90
- type: import("vue").PropType<string>;
91
- };
92
- variant: {
93
- type: import("vue").PropType<ColorPickerVariant>;
94
- };
95
- "onUpdate:modelValue": {
96
- type: import("vue").PropType<(value: string) => any | void>;
97
- };
98
- "v-model": {
99
- type: import("vue").PropType<string>;
100
- required: false;
101
- };
102
- modelValue: {
103
- type: import("vue").PropType<string>;
104
- required: false;
105
- };
106
- toned: {
107
- type: import("vue").PropType<boolean>;
108
- };
109
- class: {
110
- type: import("vue").PropType<String | String[]>;
111
- required: boolean;
112
- };
113
- colorSchemaType: {
114
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
115
- required: boolean;
116
- };
117
- container: {
118
- type: BooleanConstructor;
119
- required: boolean;
120
- };
121
- colors: {
122
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
123
- required: boolean;
124
- };
125
- }>> & {
126
- "onUpdate:modelValue"?: (color: string) => any;
127
- }, {
128
- container: boolean;
129
- }, true, {}, {}, {
130
- P: {};
131
- B: {};
132
- D: {};
133
- C: {};
134
- M: {};
135
- Defaults: {};
136
- }, Readonly<import("vue").ExtractPropTypes<{
137
- "v-slots": import("vue").Prop<{
138
- default?: import("../../DefineVueTypings").Slot;
139
- } & {
140
- activator?: Func<[VNodeChild]>;
141
- }>;
142
- disabled: {
143
- type: import("vue").PropType<boolean>;
144
- required: false;
145
- };
146
- show: {
147
- type: import("vue").PropType<boolean>;
148
- };
149
- selectedColorAsLabel: {
150
- type: import("vue").PropType<boolean>;
151
- };
152
- labelColor: {
153
- type: import("vue").PropType<string>;
154
- };
155
- label: {
156
- type: import("vue").PropType<string>;
157
- };
158
- variant: {
159
- type: import("vue").PropType<ColorPickerVariant>;
160
- };
161
- "onUpdate:modelValue": {
162
- type: import("vue").PropType<(value: string) => any | void>;
163
- };
164
- "v-model": {
165
- type: import("vue").PropType<string>;
166
- required: false;
167
- };
168
- modelValue: {
169
- type: import("vue").PropType<string>;
170
- required: false;
171
- };
172
- toned: {
173
- type: import("vue").PropType<boolean>;
174
- };
175
- class: {
176
- type: import("vue").PropType<String | String[]>;
177
- required: boolean;
178
- };
179
- colorSchemaType: {
180
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
181
- required: boolean;
182
- };
183
- container: {
184
- type: BooleanConstructor;
185
- required: boolean;
186
- };
187
- colors: {
188
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
189
- required: boolean;
190
- };
191
- }>> & {
192
- "onUpdate:modelValue"?: (color: string) => any;
193
- }, () => JSX.Element, {}, {}, {}, {
194
- container: boolean;
195
- }>;
196
- __isFragment?: never;
197
- __isTeleport?: never;
198
- __isSuspense?: never;
199
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
200
- "v-slots": import("vue").Prop<{
201
- default?: import("../../DefineVueTypings").Slot;
202
- } & {
203
- activator?: Func<[VNodeChild]>;
204
- }>;
205
- disabled: {
206
- type: import("vue").PropType<boolean>;
207
- required: false;
208
- };
209
- show: {
210
- type: import("vue").PropType<boolean>;
211
- };
212
- selectedColorAsLabel: {
213
- type: import("vue").PropType<boolean>;
214
- };
215
- labelColor: {
216
- type: import("vue").PropType<string>;
217
- };
218
- label: {
219
- type: import("vue").PropType<string>;
220
- };
221
- variant: {
222
- type: import("vue").PropType<ColorPickerVariant>;
223
- };
224
- "onUpdate:modelValue": {
225
- type: import("vue").PropType<(value: string) => any | void>;
226
- };
227
- "v-model": {
228
- type: import("vue").PropType<string>;
229
- required: false;
230
- };
231
- modelValue: {
232
- type: import("vue").PropType<string>;
233
- required: false;
234
- };
235
- toned: {
236
- type: import("vue").PropType<boolean>;
237
- };
238
- class: {
239
- type: import("vue").PropType<String | String[]>;
240
- required: boolean;
241
- };
242
- colorSchemaType: {
243
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
244
- required: boolean;
245
- };
246
- container: {
247
- type: BooleanConstructor;
248
- required: boolean;
249
- };
250
- colors: {
251
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
252
- required: boolean;
253
- };
254
- }>> & {
255
- "onUpdate:modelValue"?: (color: string) => any;
256
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
257
- "update:modelValue": (color: string) => void;
258
- }, string, {
259
- container: boolean;
260
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
261
- propsDefinition: Omit<Readonly<{} & {
262
- container?: boolean;
263
- class?: String | String[];
264
- label?: string;
265
- show?: boolean;
266
- disabled?: boolean;
267
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
268
- toned?: boolean;
269
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
270
- modelValue?: string;
271
- "v-model"?: string;
272
- "onUpdate:modelValue"?: (value: string) => any | void;
273
- "v-slots"?: {
274
- default?: import("../../DefineVueTypings").Slot;
275
- } & {
276
- activator?: Func<[VNodeChild]>;
277
- };
278
- variant?: ColorPickerVariant;
279
- labelColor?: string;
280
- selectedColorAsLabel?: boolean;
281
- }>, "onUpdate:modelValue"> & {
282
- "onUpdate:modelValue"?: (color: string) => any;
283
- };
284
- };
10
+ type ColorPickerProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"toned", boolean, false, false, "Toned color picker."> & DefineVModel<"", string, false, null, false, "The v-model of the component."> & DefineProp<"variant", ColorPickerVariant, false, null, "The variant of the color picker."> & DefineProp<"label", string, false, null, "Specifies the label to display on the component."> & DefineProp<"labelColor", string, false, null, "Specifies the color of the label."> & DefineProp<"selectedColorAsLabel", boolean, false, false, "Displays the selected color on the label."> & DefineProp<"show", boolean, false, false, "Control show/hide of the color picker."> & DefineProp<"disabled", boolean, false, false, "Removed the ability to interact with the component."> & DefineSlot<"activator", () => VNodeChild>;
11
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ColorPickerProps>) => any;
285
12
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
1
+ import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
2
+ import { VNodeChild } from "vue";
3
+ import { Anchor } from "vuetify/util";
4
+ type DatePickerProps = DefinePropTheming & DefineVModel<"", Date | Array<Date>, false, null, true, "The date picker model."> & DefineProp<"elevation", string | number, false, null, "Designates an elevation applied to the component between 0 and 24."> & DefineProp<"range", boolean, false, false, "Allow selecting a range of dates."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"showAdjacentMonths", boolean, false, false, "Toggles visibility of days from previous and next months."> & DefineProp<"showWeek", boolean, false, false, "Toggles visibility of the week numbers in the body of the calendar."> & DefineProp<"locale", string, false, null, "Specify the locale code to support a specific language."> & DefineProp<"inputMode", "keyboard" | "calendar", false, "calendar", "Toggles between showing dates or inputs."> & DefineProp<"allowedDates", ((date: unknown) => boolean) | unknown[], false, null, "Restricts which dates can be selected."> & DefineProp<"location", Anchor, false, null, "Specifies the component's location. Can combine by using a space separated string."> & DefineProp<"position", "static" | "relative" | "fixed" | "absolute" | "sticky", false, null, "Sets the position for the component."> & DefineSlot<"actions", () => VNodeChild>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DatePickerProps>) => any;
2
6
  export default _default;