@omnia/fx 8.0.105-dev → 8.0.106-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.
@@ -361,10 +361,10 @@ declare const _default: {
361
361
  class?: String | String[];
362
362
  vertical?: boolean;
363
363
  contentClass?: string | string[];
364
+ grow?: boolean;
364
365
  "v-model"?: number;
365
366
  "onUpdate:modelValue"?: (value: number) => any;
366
367
  modelValue?: number;
367
- grow?: boolean;
368
368
  variant?: "navigation" | "default" | "header" | "toolbar" | "settings";
369
369
  toned?: boolean;
370
370
  scrolling?: string;
@@ -485,10 +485,10 @@ declare const _default: {
485
485
  } & {
486
486
  expanded?: any[];
487
487
  multiple?: boolean;
488
+ items?: any[];
488
489
  "v-model"?: any[];
489
490
  "onUpdate:modelValue"?: (value: any[]) => any;
490
491
  modelValue?: any[];
491
- items?: any[];
492
492
  "v-slots"?: {
493
493
  default?: import("../../DefineVueTypings").Slot<any[]>;
494
494
  } & {
@@ -496,10 +496,10 @@ declare const _default: {
496
496
  itemToolTip?: (item: any) => VNodeChild;
497
497
  };
498
498
  itemTitle?: string | ((item: any) => string);
499
- "item-title"?: string | ((item: any) => string);
500
499
  itemValue?: string;
501
- "item-value"?: string;
502
500
  itemChildren?: string;
501
+ "item-value"?: string;
502
+ "item-title"?: string | ((item: any) => string);
503
503
  "onUpdate:expanded"?: (value: any[]) => any;
504
504
  "v-model:expanded"?: any[];
505
505
  expandOnSelection?: boolean;
@@ -551,10 +551,10 @@ declare const _default: {
551
551
  }>;
552
552
  };
553
553
  icon?: IIcon;
554
+ filters?: string[];
554
555
  "v-model"?: boolean;
555
556
  "onUpdate:modelValue"?: (value: boolean) => any;
556
557
  modelValue?: boolean;
557
- filters?: string[];
558
558
  "v-slots"?: {
559
559
  default?: import("../../../DefineVueTypings").Slot<any[]>;
560
560
  } & {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.105-dev",
4
+ "version": "8.0.106-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.105-dev",
23
+ "@omnia/fx-models": "8.0.106-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
27
27
  "splitpanes": "2.4.1",
28
- "vuetify": "3.4.9",
29
- "vue": "3.4.5",
28
+ "vuetify": "3.4.10",
29
+ "vue": "3.4.14",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.3.3",
32
32
  "@tiptap/vue-3": "2.1.13",