@omnia/fx 8.0.145-dev → 8.0.146-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.
@@ -5245,8 +5245,6 @@ declare const _default: <T extends unknown>(props: {
5245
5245
  height?: string | number;
5246
5246
  } & {
5247
5247
  noDataText?: string;
5248
- } & {
5249
- clickable?: boolean;
5250
5248
  } & {
5251
5249
  loading?: boolean;
5252
5250
  } & {
@@ -5262,11 +5260,11 @@ declare const _default: <T extends unknown>(props: {
5262
5260
  } & Omit<{
5263
5261
  "onUpdate:sortBy"?: (item: SortItem[]) => any;
5264
5262
  "onUpdate:expanded"?: (expanded: string[]) => any;
5265
- }, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy" | "clickable"> & {
5263
+ }, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy"> & {
5266
5264
  "v-slots"?: {
5267
5265
  default?: import("vue").Slot;
5268
5266
  } & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void>;
5269
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy" | "clickable">) => {
5267
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy">) => {
5270
5268
  $: import("vue").ComponentInternalInstance;
5271
5269
  $data: {};
5272
5270
  $props: {};
@@ -10550,8 +10548,6 @@ declare const _default: <T extends unknown>(props: {
10550
10548
  height?: string | number;
10551
10549
  } & {
10552
10550
  noDataText?: string;
10553
- } & {
10554
- clickable?: boolean;
10555
10551
  } & {
10556
10552
  loading?: boolean;
10557
10553
  } & {
@@ -10571,7 +10567,7 @@ declare const _default: <T extends unknown>(props: {
10571
10567
  } & {
10572
10568
  "onUpdate:sortBy"?: (item: SortItem[]) => any;
10573
10569
  "onUpdate:expanded"?: (expanded: string[]) => any;
10574
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy" | "clickable">;
10570
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "loading" | "hover" | "sortBy" | "mustSort" | "showExpand" | "noDataText" | "itemsPerPage" | "onUpdate:sortBy" | "onUpdate:expanded" | "v-model:expanded" | "v-model:sortBy">;
10575
10571
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
10576
10572
  [key: string]: any;
10577
10573
  }>;
@@ -962,13 +962,13 @@ declare const _default: {
962
962
  "show-expand"?: boolean;
963
963
  "v-model:expanded"?: string[];
964
964
  "v-model:sortBy"?: SortItem[];
965
- clickable?: boolean;
966
965
  "show-select"?: boolean;
967
966
  "must-sort"?: boolean;
968
967
  "v-model:page"?: number;
969
968
  itemsLength?: number;
970
969
  "items-length"?: number;
971
970
  "item-selectable"?: SelectItemKey;
971
+ clickable?: boolean;
972
972
  }>, "onUpdate:modelValue" | "onDoc$" | "onUpdate:sortBy" | "onUpdate:page" | "onUpdate:options"> & {
973
973
  "onUpdate:modelValue"?: (value: any[]) => any;
974
974
  onDoc$?: (description?: string) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.145-dev",
4
+ "version": "8.0.146-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,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.145-dev",
23
+ "@omnia/fx-models": "8.0.146-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",