@omnia/fx 8.0.189-dev → 8.0.190-dev

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,12 +71,10 @@ type VuetifyValue<T> = T extends {
71
71
  } ? T["value"] : T;
72
72
  import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem } from "vuetify/components";
73
73
  import { Intersect } from "vuetify/directives";
74
- import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker } from "vuetify/components";
74
+ import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker, VFab, VSpeedDial } from "vuetify/components";
75
75
  import { VCalendar } from "vuetify/labs/VCalendar";
76
76
  import { VTimePicker } from "vuetify/labs/VTimePicker";
77
77
  import { VNumberInput } from "vuetify/labs/VNumberInput";
78
- import { VFab } from "vuetify/labs/VFab";
79
- import { VSpeedDial } from "vuetify/labs/VSpeedDial";
80
78
  import { VTreeview } from "vuetify/labs/VTreeview";
81
79
  export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$props">>> {
82
80
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.189-dev",
4
+ "version": "8.0.190-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": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.189-dev",
23
+ "@omnia/fx-models": "8.0.190-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
- "vuetify": "3.5.17",
29
- "vue": "3.4.23",
28
+ "vuetify": "3.6.3",
29
+ "vue": "3.4.26",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.3.3",
32
32
  "@tiptap/vue-3": "2.1.13",