@omnia/fx 8.0.382-dev → 8.0.383-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.
@@ -96,237 +96,231 @@ export interface VRadioSlots extends VuetifySlots<VuetifyProps<Pick<VRadio, "$pr
96
96
  }
97
97
  export interface VCheckboxSlots extends VuetifySlots<VuetifyProps<Pick<VCheckbox, "$props">>> {
98
98
  }
99
- declare global {
100
- namespace JSX {
101
- interface Element {
102
- }
103
- interface ElementClass {
104
- }
105
- interface IntrinsicAttributes {
106
- "v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
107
- }
108
- interface IntrinsicElements {
109
- "v-tabs": VuetifyProps<Pick<VTabs, "$props">> & {
110
- [name: string]: any;
111
- };
112
- "v-tab": VuetifyProps<Pick<VTab, "$props">> & {
113
- [name: string]: any;
114
- };
115
- "v-calendar": VuetifyProps<Pick<VCalendar, "$props">> & {
116
- [name: string]: any;
117
- };
118
- "v-treeview": VuetifyProps<Pick<VTreeview, "$props">> & {
119
- [name: string]: any;
120
- };
121
- "v-speed-dial": VuetifyProps<Pick<VSpeedDial, "$props">> & {
122
- [name: string]: any;
123
- };
124
- "v-fab": VuetifyProps<Pick<VFab, "$props">> & {
125
- [name: string]: any;
126
- };
127
- "v-number-input": VuetifyProps<Pick<VNumberInput, "$props">> & {
128
- [name: string]: any;
129
- };
130
- "v-time-picker": VuetifyProps<Pick<VTimePicker, "$props">> & {
131
- [name: string]: any;
132
- };
133
- "v-lazy": VuetifyProps<Pick<VLazy, "$props">> & {
134
- [name: string]: any;
135
- };
136
- "v-col": VuetifyProps<Pick<VCol, "$props">> & {
137
- [name: string]: any;
138
- };
139
- "v-tooltip": VuetifyProps<Pick<VTooltip, "$props">> & {
140
- [name: string]: any;
141
- };
142
- "v-textarea": VuetifyProps<Pick<VTextarea, "$props">> & {
143
- [name: string]: any;
144
- };
145
- "v-radio-group": VuetifyProps<Pick<VRadioGroup, "$props">> & {
146
- [name: string]: any;
147
- };
148
- "v-switch": VuetifyProps<Pick<VSwitch, "$props">> & {
149
- [name: string]: any;
150
- };
151
- "v-form": VuetifyProps<Pick<VForm, "$props">> & {
152
- [name: string]: any;
153
- };
154
- "v-badge": VuetifyProps<Pick<VBadge, "$props">> & {
155
- [name: string]: any;
156
- };
157
- "v-breadcrumbs": VuetifyProps<Pick<VBreadcrumbs, "$props">> & {
158
- [name: string]: any;
159
- };
160
- "v-select": VuetifyProps<Pick<VSelect, "$props">> & {
161
- [name: string]: any;
162
- };
163
- "v-chip": VuetifyProps<Pick<VChip, "$props">> & {
164
- [name: string]: any;
165
- };
166
- "v-data-table-server": VuetifyProps<Pick<VDataTableServer, "$props">> & {
167
- [name: string]: any;
168
- };
169
- "v-data-table": VuetifyProps<Pick<VDataTable, "$props">> & {
170
- [name: string]: any;
171
- };
172
- "v-data-table-row": VuetifyProps<Pick<VDataTableRow, "$props">> & {
173
- [name: string]: any;
174
- };
175
- "v-data-table-rows": VuetifyProps<Pick<VDataTableRows, "$props">> & {
176
- [name: string]: any;
177
- };
178
- "v-data-table-virtual": VuetifyProps<Pick<VDataTableVirtual, "$props">> & {
179
- [name: string]: any;
180
- };
181
- "v-checkbox": VuetifyProps<Pick<VCheckbox, "$props">> & {
182
- [name: string]: any;
183
- };
184
- "v-checkbox-btn": VuetifyProps<Pick<VCheckboxBtn, "$props">> & {
185
- [name: string]: any;
186
- };
187
- "v-table": VuetifyProps<Pick<VTable, "$props">> & {
188
- [name: string]: any;
189
- };
190
- "v-text-field": VuetifyProps<Pick<VTextField, "$props">> & {
191
- [name: string]: any;
192
- };
193
- "v-menu": VuetifyProps<Pick<VMenu, "$props">> & {
194
- [name: string]: any;
195
- };
196
- "v-virtual-scroll": VuetifyProps<Pick<VVirtualScroll, "$props">> & {
197
- [name: string]: any;
198
- };
199
- "v-infinite-scroll": VuetifyProps<Pick<VInfiniteScroll, "$props">> & {
200
- [name: string]: any;
201
- };
202
- "v-autocomplete": VuetifyProps<Pick<VAutocomplete, "$props">> & {
203
- [name: string]: any;
204
- };
205
- "v-expansion-panels": VuetifyProps<Pick<VExpansionPanels, "$props">> & {
206
- [name: string]: any;
207
- };
208
- "v-expansion-panel": VuetifyProps<Pick<VExpansionPanel, "$props">> & {
209
- [name: string]: any;
210
- };
211
- "v-expansion-panel-text": VuetifyProps<Pick<VExpansionPanelText, "$props">> & {
212
- [name: string]: any;
213
- };
214
- "v-expansion-panel-title": VuetifyProps<Pick<VExpansionPanelTitle, "$props">> & {
215
- [name: string]: any;
216
- };
217
- "v-card": VuetifyProps<Pick<VCard, "$props">> & {
218
- [name: string]: any;
219
- };
220
- "v-card-actions": VuetifyProps<Pick<VCardActions, "$props">> & {
221
- [name: string]: any;
222
- };
223
- "v-card-item": VuetifyProps<Pick<VCardItem, "$props">> & {
224
- [name: string]: any;
225
- };
226
- "v-card-subtitle": VuetifyProps<Pick<VCardSubtitle, "$props">> & {
227
- [name: string]: any;
228
- };
229
- "v-card-text": VuetifyProps<Pick<VCardText, "$props">> & {
230
- [name: string]: any;
231
- };
232
- "v-card-title": VuetifyProps<Pick<VCardTitle, "$props">> & {
233
- [name: string]: any;
234
- };
235
- "v-btn": VuetifyProps<Pick<VBtn, "$props">> & {
236
- [name: string]: any;
237
- };
238
- "v-btn-group": VuetifyProps<Pick<VBtnGroup, "$props">> & {
239
- [name: string]: any;
240
- };
241
- "v-btn-toggle": VuetifyProps<Pick<VBtnToggle, "$props">> & {
242
- [name: string]: any;
243
- };
244
- "v-navigation-drawer": VuetifyProps<Pick<VNavigationDrawer, "$props">> & {
245
- [name: string]: any;
246
- };
247
- "v-list": VuetifyProps<Pick<VList, "$props">> & {
248
- [name: string]: any;
249
- };
250
- "v-list-item": VuetifyProps<Pick<VListItem, "$props">> & {
251
- [name: string]: any;
252
- };
253
- "v-list-group": VuetifyProps<Pick<VListGroup, "$props">> & {
254
- [name: string]: any;
255
- };
256
- "v-list-img": VuetifyProps<Pick<VListImg, "$props">> & {
257
- [name: string]: any;
258
- };
259
- "v-list-item-action": VuetifyProps<Pick<VListItemAction, "$props">> & {
260
- [name: string]: any;
261
- };
262
- "v-list-item-title": VuetifyProps<Pick<VListItemTitle, "$props">> & {
263
- [name: string]: any;
264
- };
265
- "v-list-item-subtitle": VuetifyProps<Pick<VListItemSubtitle, "$props">> & {
266
- [name: string]: any;
267
- };
268
- "v-list-item-media": VuetifyProps<Pick<VListItemMedia, "$props">> & {
269
- [name: string]: any;
270
- };
271
- "v-list-subheader": VuetifyProps<Pick<VListSubheader, "$props">> & {
272
- [name: string]: any;
273
- };
274
- "v-dialog": VuetifyProps<Pick<VDialog, "$props">> & {
275
- [name: string]: any;
276
- };
277
- "v-dialog-bottom-transition": VuetifyProps<Pick<VDialogBottomTransition, "$props">> & {
278
- [name: string]: any;
279
- };
280
- "v-dialog-top-transition": VuetifyProps<Pick<VDialogTopTransition, "$props">> & {
281
- [name: string]: any;
282
- };
283
- "v-dialog-transition": VuetifyProps<Pick<VDialogTransition, "$props">> & {
284
- [name: string]: any;
285
- };
286
- "v-pagination": VuetifyProps<Pick<VPagination, "$props">> & {
287
- [name: string]: any;
288
- };
289
- "v-date-picker": VuetifyProps<Pick<VDatePicker, "$props">> & {};
290
- "v-rating": VuetifyProps<Pick<VRating, "$props">> & {
291
- [name: string]: any;
292
- };
293
- "v-range-slider": VuetifyProps<Pick<VRangeSlider, "$props">> & {
294
- [name: string]: any;
295
- };
296
- "v-snackbar": VuetifyProps<Pick<VSnackbar, "$props">> & {
297
- [name: string]: any;
298
- };
299
- "v-slide-group": VuetifyProps<Pick<VSlideGroup, "$props">> & {
300
- [name: string]: any;
301
- };
302
- "v-slide-group-item": VuetifyProps<Pick<VSlideGroupItem, "$props">> & {
303
- [name: string]: any;
304
- };
305
- "v-stepper": VuetifyProps<Pick<VStepper, "$props">> & {
306
- [name: string]: any;
307
- };
308
- "v-stepper-header": VuetifyProps<Pick<VStepperHeader, "$props">> & {
309
- [name: string]: any;
310
- };
311
- "v-stepper-window": VuetifyProps<Pick<VStepperWindow, "$props">> & {
312
- [name: string]: any;
313
- };
314
- "v-stepper-actions": VuetifyProps<Pick<VStepperActions, "$props">> & {
315
- [name: string]: any;
316
- };
317
- "v-stepper-item": VuetifyProps<Pick<VStepperItem, "$props">> & {
318
- [name: string]: any;
319
- };
320
- "v-stepper-window-item": VuetifyProps<Pick<VStepperWindowItem, "$props">> & {
321
- [name: string]: any;
322
- };
323
- "v-hover": VuetifyProps<Pick<VHover, "$props">> & {
324
- [name: string]: any;
325
- };
326
- "v-icon": VuetifyProps<Pick<VIcon, "$props">> & {
327
- [name: string]: any;
328
- };
329
- }
99
+ declare module "vue" {
100
+ interface HTMLAttributes {
101
+ "v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
102
+ }
103
+ interface IntrinsicElementAttributes {
104
+ "v-tabs": VuetifyProps<Pick<VTabs, "$props">> & {
105
+ [name: string]: any;
106
+ };
107
+ "v-tab": VuetifyProps<Pick<VTab, "$props">> & {
108
+ [name: string]: any;
109
+ };
110
+ "v-calendar": VuetifyProps<Pick<VCalendar, "$props">> & {
111
+ [name: string]: any;
112
+ };
113
+ "v-treeview": VuetifyProps<Pick<VTreeview, "$props">> & {
114
+ [name: string]: any;
115
+ };
116
+ "v-speed-dial": VuetifyProps<Pick<VSpeedDial, "$props">> & {
117
+ [name: string]: any;
118
+ };
119
+ "v-fab": VuetifyProps<Pick<VFab, "$props">> & {
120
+ [name: string]: any;
121
+ };
122
+ "v-number-input": VuetifyProps<Pick<VNumberInput, "$props">> & {
123
+ [name: string]: any;
124
+ };
125
+ "v-time-picker": VuetifyProps<Pick<VTimePicker, "$props">> & {
126
+ [name: string]: any;
127
+ };
128
+ "v-lazy": VuetifyProps<Pick<VLazy, "$props">> & {
129
+ [name: string]: any;
130
+ };
131
+ "v-col": VuetifyProps<Pick<VCol, "$props">> & {
132
+ [name: string]: any;
133
+ };
134
+ "v-tooltip": VuetifyProps<Pick<VTooltip, "$props">> & {
135
+ [name: string]: any;
136
+ };
137
+ "v-textarea": VuetifyProps<Pick<VTextarea, "$props">> & {
138
+ [name: string]: any;
139
+ };
140
+ "v-radio-group": VuetifyProps<Pick<VRadioGroup, "$props">> & {
141
+ [name: string]: any;
142
+ };
143
+ "v-switch": VuetifyProps<Pick<VSwitch, "$props">> & {
144
+ [name: string]: any;
145
+ };
146
+ "v-form": VuetifyProps<Pick<VForm, "$props">> & {
147
+ [name: string]: any;
148
+ };
149
+ "v-badge": VuetifyProps<Pick<VBadge, "$props">> & {
150
+ [name: string]: any;
151
+ };
152
+ "v-breadcrumbs": VuetifyProps<Pick<VBreadcrumbs, "$props">> & {
153
+ [name: string]: any;
154
+ };
155
+ "v-select": VuetifyProps<Pick<VSelect, "$props">> & {
156
+ [name: string]: any;
157
+ };
158
+ "v-chip": VuetifyProps<Pick<VChip, "$props">> & {
159
+ [name: string]: any;
160
+ };
161
+ "v-data-table-server": VuetifyProps<Pick<VDataTableServer, "$props">> & {
162
+ [name: string]: any;
163
+ };
164
+ "v-data-table": VuetifyProps<Pick<VDataTable, "$props">> & {
165
+ [name: string]: any;
166
+ };
167
+ "v-data-table-row": VuetifyProps<Pick<VDataTableRow, "$props">> & {
168
+ [name: string]: any;
169
+ };
170
+ "v-data-table-rows": VuetifyProps<Pick<VDataTableRows, "$props">> & {
171
+ [name: string]: any;
172
+ };
173
+ "v-data-table-virtual": VuetifyProps<Pick<VDataTableVirtual, "$props">> & {
174
+ [name: string]: any;
175
+ };
176
+ "v-checkbox": VuetifyProps<Pick<VCheckbox, "$props">> & {
177
+ [name: string]: any;
178
+ };
179
+ "v-checkbox-btn": VuetifyProps<Pick<VCheckboxBtn, "$props">> & {
180
+ [name: string]: any;
181
+ };
182
+ "v-table": VuetifyProps<Pick<VTable, "$props">> & {
183
+ [name: string]: any;
184
+ };
185
+ "v-text-field": VuetifyProps<Pick<VTextField, "$props">> & {
186
+ [name: string]: any;
187
+ };
188
+ "v-menu": VuetifyProps<Pick<VMenu, "$props">> & {
189
+ [name: string]: any;
190
+ };
191
+ "v-virtual-scroll": VuetifyProps<Pick<VVirtualScroll, "$props">> & {
192
+ [name: string]: any;
193
+ };
194
+ "v-infinite-scroll": VuetifyProps<Pick<VInfiniteScroll, "$props">> & {
195
+ [name: string]: any;
196
+ };
197
+ "v-autocomplete": VuetifyProps<Pick<VAutocomplete, "$props">> & {
198
+ [name: string]: any;
199
+ };
200
+ "v-expansion-panels": VuetifyProps<Pick<VExpansionPanels, "$props">> & {
201
+ [name: string]: any;
202
+ };
203
+ "v-expansion-panel": VuetifyProps<Pick<VExpansionPanel, "$props">> & {
204
+ [name: string]: any;
205
+ };
206
+ "v-expansion-panel-text": VuetifyProps<Pick<VExpansionPanelText, "$props">> & {
207
+ [name: string]: any;
208
+ };
209
+ "v-expansion-panel-title": VuetifyProps<Pick<VExpansionPanelTitle, "$props">> & {
210
+ [name: string]: any;
211
+ };
212
+ "v-card": VuetifyProps<Pick<VCard, "$props">> & {
213
+ [name: string]: any;
214
+ };
215
+ "v-card-actions": VuetifyProps<Pick<VCardActions, "$props">> & {
216
+ [name: string]: any;
217
+ };
218
+ "v-card-item": VuetifyProps<Pick<VCardItem, "$props">> & {
219
+ [name: string]: any;
220
+ };
221
+ "v-card-subtitle": VuetifyProps<Pick<VCardSubtitle, "$props">> & {
222
+ [name: string]: any;
223
+ };
224
+ "v-card-text": VuetifyProps<Pick<VCardText, "$props">> & {
225
+ [name: string]: any;
226
+ };
227
+ "v-card-title": VuetifyProps<Pick<VCardTitle, "$props">> & {
228
+ [name: string]: any;
229
+ };
230
+ "v-btn": VuetifyProps<Pick<VBtn, "$props">> & {
231
+ [name: string]: any;
232
+ };
233
+ "v-btn-group": VuetifyProps<Pick<VBtnGroup, "$props">> & {
234
+ [name: string]: any;
235
+ };
236
+ "v-btn-toggle": VuetifyProps<Pick<VBtnToggle, "$props">> & {
237
+ [name: string]: any;
238
+ };
239
+ "v-navigation-drawer": VuetifyProps<Pick<VNavigationDrawer, "$props">> & {
240
+ [name: string]: any;
241
+ };
242
+ "v-list": VuetifyProps<Pick<VList, "$props">> & {
243
+ [name: string]: any;
244
+ };
245
+ "v-list-item": VuetifyProps<Pick<VListItem, "$props">> & {
246
+ [name: string]: any;
247
+ };
248
+ "v-list-group": VuetifyProps<Pick<VListGroup, "$props">> & {
249
+ [name: string]: any;
250
+ };
251
+ "v-list-img": VuetifyProps<Pick<VListImg, "$props">> & {
252
+ [name: string]: any;
253
+ };
254
+ "v-list-item-action": VuetifyProps<Pick<VListItemAction, "$props">> & {
255
+ [name: string]: any;
256
+ };
257
+ "v-list-item-title": VuetifyProps<Pick<VListItemTitle, "$props">> & {
258
+ [name: string]: any;
259
+ };
260
+ "v-list-item-subtitle": VuetifyProps<Pick<VListItemSubtitle, "$props">> & {
261
+ [name: string]: any;
262
+ };
263
+ "v-list-item-media": VuetifyProps<Pick<VListItemMedia, "$props">> & {
264
+ [name: string]: any;
265
+ };
266
+ "v-list-subheader": VuetifyProps<Pick<VListSubheader, "$props">> & {
267
+ [name: string]: any;
268
+ };
269
+ "v-dialog": VuetifyProps<Pick<VDialog, "$props">> & {
270
+ [name: string]: any;
271
+ };
272
+ "v-dialog-bottom-transition": VuetifyProps<Pick<VDialogBottomTransition, "$props">> & {
273
+ [name: string]: any;
274
+ };
275
+ "v-dialog-top-transition": VuetifyProps<Pick<VDialogTopTransition, "$props">> & {
276
+ [name: string]: any;
277
+ };
278
+ "v-dialog-transition": VuetifyProps<Pick<VDialogTransition, "$props">> & {
279
+ [name: string]: any;
280
+ };
281
+ "v-pagination": VuetifyProps<Pick<VPagination, "$props">> & {
282
+ [name: string]: any;
283
+ };
284
+ "v-date-picker": VuetifyProps<Pick<VDatePicker, "$props">> & {};
285
+ "v-rating": VuetifyProps<Pick<VRating, "$props">> & {
286
+ [name: string]: any;
287
+ };
288
+ "v-range-slider": VuetifyProps<Pick<VRangeSlider, "$props">> & {
289
+ [name: string]: any;
290
+ };
291
+ "v-snackbar": VuetifyProps<Pick<VSnackbar, "$props">> & {
292
+ [name: string]: any;
293
+ };
294
+ "v-slide-group": VuetifyProps<Pick<VSlideGroup, "$props">> & {
295
+ [name: string]: any;
296
+ };
297
+ "v-slide-group-item": VuetifyProps<Pick<VSlideGroupItem, "$props">> & {
298
+ [name: string]: any;
299
+ };
300
+ "v-stepper": VuetifyProps<Pick<VStepper, "$props">> & {
301
+ [name: string]: any;
302
+ };
303
+ "v-stepper-header": VuetifyProps<Pick<VStepperHeader, "$props">> & {
304
+ [name: string]: any;
305
+ };
306
+ "v-stepper-window": VuetifyProps<Pick<VStepperWindow, "$props">> & {
307
+ [name: string]: any;
308
+ };
309
+ "v-stepper-actions": VuetifyProps<Pick<VStepperActions, "$props">> & {
310
+ [name: string]: any;
311
+ };
312
+ "v-stepper-item": VuetifyProps<Pick<VStepperItem, "$props">> & {
313
+ [name: string]: any;
314
+ };
315
+ "v-stepper-window-item": VuetifyProps<Pick<VStepperWindowItem, "$props">> & {
316
+ [name: string]: any;
317
+ };
318
+ "v-hover": VuetifyProps<Pick<VHover, "$props">> & {
319
+ [name: string]: any;
320
+ };
321
+ "v-icon": VuetifyProps<Pick<VIcon, "$props">> & {
322
+ [name: string]: any;
323
+ };
330
324
  }
331
325
  }
332
326
  export {};
@@ -1,6 +1,6 @@
1
1
  import { AppDefinition, AppTemplate, guid } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
- export declare const AppInstanceTemplatePickerVueComponent: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  "emit:update:initialAppTemplateId": (value: guid) => void;
5
5
  } & {
6
6
  "v-model:initialAppTemplateId"?: guid;
@@ -36,3 +36,4 @@ export declare const AppInstanceTemplatePickerVueComponent: (props: import("@omn
36
36
  default?: import("vue").Slot;
37
37
  }, never>;
38
38
  } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appDefinitionId" | "colsGrid" | "stylesTemplate" | "isSort" | "showEnabledTemplatesOnly" | "templatesToShow" | "isBlade" | "initialAppTemplateId" | "emit:update:initialAppTemplateId" | "v-model:initialAppTemplateId" | "waitingAfterTemplateSelected" | "wrapperClass" | "emit:handleTemplateSelected"> & import("@omnia/fx/ux").VNodeEvents) => any;
39
+ export default _default;
@@ -1,5 +1,4 @@
1
1
  export * from "./AppInstancePermissionsVueComponent";
2
2
  export * from "./AppInstanceInformationVueComponent";
3
- export * from "./AppInstanceTemplatePickerVueComponent";
4
3
  export * from "./AppProvisioningComponentBase";
5
4
  export * from "./AppInstanceFeatureVueComponent";
@@ -64,11 +64,11 @@ declare const _default: {
64
64
  type: import("vue").PropType<boolean>;
65
65
  required: false;
66
66
  };
67
- hidePresence: {
67
+ imageOnly: {
68
68
  type: import("vue").PropType<boolean>;
69
69
  required: false;
70
70
  };
71
- imageOnly: {
71
+ hidePresence: {
72
72
  type: import("vue").PropType<boolean>;
73
73
  required: false;
74
74
  };
@@ -163,11 +163,11 @@ declare const _default: {
163
163
  type: import("vue").PropType<boolean>;
164
164
  required: false;
165
165
  };
166
- hidePresence: {
166
+ imageOnly: {
167
167
  type: import("vue").PropType<boolean>;
168
168
  required: false;
169
169
  };
170
- imageOnly: {
170
+ hidePresence: {
171
171
  type: import("vue").PropType<boolean>;
172
172
  required: false;
173
173
  };
@@ -259,11 +259,11 @@ declare const _default: {
259
259
  type: import("vue").PropType<boolean>;
260
260
  required: false;
261
261
  };
262
- hidePresence: {
262
+ imageOnly: {
263
263
  type: import("vue").PropType<boolean>;
264
264
  required: false;
265
265
  };
266
- imageOnly: {
266
+ hidePresence: {
267
267
  type: import("vue").PropType<boolean>;
268
268
  required: false;
269
269
  };
@@ -1,6 +1,6 @@
1
1
  import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
2
  import { ColorType, OSizeTypes } from "@omnia/fx-models";
3
- type AvatarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"color", string, false, null, "The color of the component."> & DefineProp<"toned", boolean, false, false, "If the toned color should be used."> & DefineProp<"size", OSizeTypes, false, null, "The size of the component."> & DefineProp<"colorType", ColorType, false, null, "Sets the colorType to use for the icons. Default is onBase."> & DefineProp<"gradient", boolean, false, false, "Applies a gradient effect to the component.">;
3
+ type AvatarProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"color", string, false, null, "The color of the component."> & DefineProp<"toned", boolean, false, false, "If the toned color should be used."> & DefineProp<"size", OSizeTypes | number, false, null, "The size of the component."> & DefineProp<"colorType", ColorType, false, null, "Sets the colorType to use for the icons. Default is onBase."> & DefineProp<"gradient", boolean, false, false, "Applies a gradient effect to the component.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AvatarProps> & {} & {
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
@@ -1,11 +1,11 @@
1
1
  import { IIcon, OPosition } from "@omnia/fx-models";
2
2
  import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
3
- type BadgeProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, null, true, "The v-model of the component"> & DefineProp<"location", OPosition, false, "top end", "Specifies the component’s location. Can combine by using a space separated string."> & DefineProp<"color", string, false, null, "The color of the component."> & DefineProp<"content", string | number, false, "", "Text content to show in the badge."> & DefineProp<"dot", boolean, false, false, "Reduce the size of the badge and hide its contents."> & DefineProp<"inline", boolean, false, false, "Moves the badge to be inline with the wrapping element. Supports the usage of the left prop."> & DefineProp<"icon", IIcon, false, null, "The icon to be displayed.">;
3
+ type BadgeProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, null, true, "The v-model of the component"> & DefineProp<"location", OPosition, false, "top end", "Specifies the component’s location. Can combine by using a space separated string."> & DefineProp<"color", string, false, null, "The color of the component."> & DefineProp<"content", string | number, false, "", "Text content to show in the badge."> & DefineProp<"dot", boolean, false, false, "Reduce the size of the badge and hide its contents."> & DefineProp<"bordered", boolean, false, false, "Applies a 2px by default and 1.5px border around the badge when using the dot property."> & DefineProp<"offsetX", number, false, null, "Offset the badge on the x-axis."> & DefineProp<"offsetY", number, false, null, "Offset the badge on the y-axis."> & DefineProp<"inline", boolean, false, false, "Moves the badge to be inline with the wrapping element. Supports the usage of the left prop."> & DefineProp<"icon", IIcon, false, null, "The icon to be displayed.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BadgeProps> & {
5
5
  "onUpdate:modelValue"?: (value: boolean) => any;
6
6
  } & {
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "icon" | "inline" | "content" | "class" | "dot" | "colorSchemaType" | "location" | "modelValue" | "colors" | "v-model" | "emit:update:modelValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "icon" | "inline" | "content" | "class" | "dot" | "colorSchemaType" | "location" | "bordered" | "modelValue" | "offsetX" | "offsetY" | "colors" | "v-model" | "emit:update:modelValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -13,11 +13,11 @@ export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" |
13
13
  declare const defaultRules: ValidationRule[];
14
14
  type SlotsWithReturnObject<TItem> = DefineSlot<"chip", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<ItemType<TItem>>, index: Number) => VNodeChild>;
15
15
  type SlotsWithoutReturnObject = DefineSlot<"chip", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild>;
16
- type BaseProps<TItem, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "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<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"toned", boolean> & DefineProp<"chips", boolean, false, false, "Puts input in readonly state."> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly 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<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild> & DefineSlot<"prepend-inner", () => VNodeChild> & DefineSlot<"append-inner", () => VNodeChild> & DefineProp<"maxHeight", number, false, 300> & DefineProp<"itemHeight", number, false, 40>;
16
+ type BaseProps<TItem, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "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<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"toned", boolean> & DefineProp<"chips", boolean, false, false, "Puts input in readonly state."> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"hideDetails", boolean, false, false, "Hides hint and validation errors. When set to auto messages will be rendered only if there’s a message (hint, error message, counter value etc) to display."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly 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<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild> & DefineSlot<"prepend-inner", () => VNodeChild> & DefineSlot<"append-inner", () => VNodeChild> & DefineProp<"maxHeight", number, false, 300> & DefineProp<"itemHeight", number, false, 40>;
17
17
  export type OSelectProps<TItem, TReturnObject extends boolean> = BaseProps<TItem, TReturnObject> & DefineType<TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject>;
18
18
  declare const _default: <TItem extends readonly any[], TReturnObject extends boolean>(props: ExtractProps<OSelectProps<TItem, TReturnObject>> & ((OSelectProps<TItem, TReturnObject> extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: OSelectProps<TItem, TReturnObject>[K]; } : never) extends infer T_1 ? T_1 extends (OSelectProps<TItem, TReturnObject> extends infer T_2 ? { [K in keyof T_2 as K extends `emit:${infer N}` ? N : never]: OSelectProps<TItem, TReturnObject>[K]; } : never) ? T_1 extends string[] ? { [K_1 in `on${Capitalize<T_1[number]>}`]?: (...args: any[]) => any; } : T_1 extends import("vue").ObjectEmitsOptions ? { [K_2 in `on${Capitalize<string & keyof T_1>}`]?: K_2 extends `on${infer C}` ? T_1[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_1[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & {
19
19
  "v-slots"?: (OSelectProps<TItem, TReturnObject> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never) & Omit<{
20
20
  default?: import("vue").Slot;
21
21
  }, keyof (OSelectProps<TItem, TReturnObject> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never)>;
22
- } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "variant" | "error" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "variant" | "error" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hideDetails" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
23
23
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { OPosition } from "@omnia/fx-models";
2
2
  import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
- type SpeedDialProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, false, false, "The v-model of the component"> & DefineProp<"openOnClick", boolean, false, null, "Activate the component when the activator is clicked."> & DefineProp<"openOnFocus", boolean, false, null, "Activate the component when the activator is focused."> & DefineProp<"openOnHover", boolean, false, false, "Opens speed-dial on hover."> & DefineProp<"persistent", boolean, false, false, "Clicking outside of the element or pressing esc key will not deactivate it."> & DefineProp<"location", OPosition, false, "top center", "Specifies the component's location. Can combine by using a space separated string."> & DefineSlot<"activator", () => VNodeChild>;
4
+ type SpeedDialProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, false, false, "The v-model of the component"> & DefineProp<"openOnClick", boolean, false, null, "Activate the component when the activator is clicked."> & DefineProp<"openOnFocus", boolean, false, null, "Activate the component when the activator is focused."> & DefineProp<"openOnHover", boolean, false, false, "Opens speed-dial on hover."> & DefineProp<"zIndex", number | string, false, 2000, "The z-index used for the component."> & DefineProp<"persistent", boolean, false, false, "Clicking outside of the element or pressing esc key will not deactivate it."> & DefineProp<"location", OPosition, false, "top center", "Specifies the component's location. Can combine by using a space separated string."> & DefineSlot<"activator", () => VNodeChild>;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialProps> & {
6
6
  "onUpdate:modelValue"?: (value: boolean) => any;
7
7
  } & {
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialPro
10
10
  } & Omit<{
11
11
  default?: import("vue").Slot;
12
12
  }, "activator">;
13
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "persistent" | "colorSchemaType" | "location" | "modelValue" | "openOnHover" | "openOnClick" | "openOnFocus" | "colors" | "v-model" | "emit:update:modelValue" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "class" | "persistent" | "colorSchemaType" | "location" | "modelValue" | "openOnHover" | "openOnClick" | "openOnFocus" | "colors" | "v-model" | "emit:update:modelValue" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
14
  export default _default;
@@ -65,5 +65,5 @@ declare const _default: <T extends Object>(props: import("@omnia/fx/ux").Extract
65
65
  } & Omit<{
66
66
  default?: import("vue").Slot;
67
67
  }, "title" | "prepend" | "appendInnerItem">;
68
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "multiple" | "expanded" | "colorSchemaType" | "modelValue" | "items" | "colors" | "v-model" | "emit:update:modelValue" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "slot:title" | "slot:prepend" | "itemTitle" | "expandOnSelection" | "batchChildrensDisplay" | "itemIcon" | "itemChildren" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "slot:appendInnerItem" | "emit:update:active" | "openAll"> & import("@omnia/fx/ux").VNodeEvents) => any;
68
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "multiple" | "expanded" | "colorSchemaType" | "modelValue" | "items" | "colors" | "v-model" | "emit:update:modelValue" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "slot:title" | "slot:prepend" | "itemTitle" | "itemChildren" | "expandOnSelection" | "batchChildrensDisplay" | "itemIcon" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "slot:appendInnerItem" | "emit:update:active" | "openAll"> & import("@omnia/fx/ux").VNodeEvents) => any;
69
69
  export default _default;
@@ -65,5 +65,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
65
65
  } & Omit<{
66
66
  default?: import("vue").Slot;
67
67
  }, "appendInnerItem" | "itemToolTip">;
68
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "multiple" | "expanded" | "colorSchemaType" | "modelValue" | "items" | "colors" | "v-model" | "emit:update:modelValue" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "itemTitle" | "expandOnSelection" | "disableToggleSelection" | "batchChildrensDisplay" | "itemIcon" | "itemChildren" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "slot:appendInnerItem" | "slot:itemToolTip" | "emit:update:active"> & import("@omnia/fx/ux").VNodeEvents) => any;
68
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "multiple" | "expanded" | "colorSchemaType" | "modelValue" | "items" | "colors" | "v-model" | "emit:update:modelValue" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "itemTitle" | "itemChildren" | "expandOnSelection" | "disableToggleSelection" | "batchChildrensDisplay" | "itemIcon" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "slot:appendInnerItem" | "slot:itemToolTip" | "emit:update:active"> & import("@omnia/fx/ux").VNodeEvents) => any;
69
69
  export default _default;
@@ -18,6 +18,8 @@ export interface IPropertyPicker {
18
18
  selectionProperty?: IDataSourcePropertySelection;
19
19
  selectablePropertyConverters?: Array<guid>;
20
20
  hideLabelIfSingleSource?: boolean;
21
+ hideConverter?: boolean;
22
+ keepSelectionAfterAdd?: boolean;
21
23
  }
22
24
  export interface PropertySelection extends IDataSourcePropertySelection {
23
25
  id?: string;
@@ -1,7 +1,7 @@
1
1
  import { guid, PropertyDefinition, PropertyDefinitionId } from "@omnia/fx-models";
2
2
  import { IDataSourcePropertySelection, DefineProp, DefineEmit, PickerVariantTypes } from "@omnia/fx/ux";
3
3
  declare const emptyArray: any[];
4
- type DataSourcePropertySelectionProp = DefineProp<"filled", boolean> & DefineProp<"disabled", boolean> & DefineProp<"multiple", boolean> & DefineProp<"hideDetails", boolean> & DefineProp<"hideConfiguration", boolean> & DefineProp<"resetAfterSelected", boolean> & DefineProp<"selectionProperty", IDataSourcePropertySelection> & DefineProp<"selectableDataSources", Array<guid>, false, typeof emptyArray> & DefineProp<"selectableProperties", Array<PropertyDefinition<any, any, any>> | Array<PropertyDefinitionId>, false, typeof emptyArray> & DefineProp<"selectablePropertyConverters", Array<guid>, false, typeof emptyArray> & DefineProp<"hideLabelIfSingleSource", boolean> & DefineProp<"onDataSourcePropertySelected", (selection: IDataSourcePropertySelection, allowEdit: boolean) => Promise<void>> & DefineProp<"hideConverter", boolean> & DefineProp<"variant", PickerVariantTypes, false, null> & DefineEmit<"propertyChanged", (selection: IDataSourcePropertySelection, allowEdit: boolean) => void>;
4
+ type DataSourcePropertySelectionProp = DefineProp<"filled", boolean> & DefineProp<"disabled", boolean> & DefineProp<"multiple", boolean> & DefineProp<"hideDetails", boolean> & DefineProp<"hideConfiguration", boolean> & DefineProp<"resetAfterSelected", boolean> & DefineProp<"selectionProperty", IDataSourcePropertySelection> & DefineProp<"selectableDataSources", Array<guid>, false, typeof emptyArray> & DefineProp<"selectableProperties", Array<PropertyDefinition<any, any, any>> | Array<PropertyDefinitionId>, false, typeof emptyArray> & DefineProp<"selectablePropertyConverters", Array<guid>, false, typeof emptyArray> & DefineProp<"hideLabelIfSingleSource", boolean> & DefineProp<"onDataSourcePropertySelected", (selection: IDataSourcePropertySelection, allowEdit: boolean) => Promise<void>> & DefineProp<"hideConverter", boolean, false, false> & DefineProp<"variant", PickerVariantTypes, false, null> & DefineEmit<"propertyChanged", (selection: IDataSourcePropertySelection, allowEdit: boolean) => void>;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DataSourcePropertySelectionProp> & {
6
6
  onPropertyChanged?: (selection: IDataSourcePropertySelection, allowEdit: boolean) => any;
7
7
  } & {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.382-dev",
4
+ "version": "8.0.383-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,13 +20,13 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.382-dev",
23
+ "@omnia/fx-models": "8.0.383-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
28
  "vue": "3.5.13",
29
- "vuetify": "3.7.9",
29
+ "vuetify": "3.7.11",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.7.2",
32
32
  "@tiptap/vue-3": "2.1.13",