@hostlink/nuxt-light 1.48.5 → 1.48.7

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.
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.48.5",
4
+ "version": "1.48.7",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -9,6 +9,7 @@ export type LTableColumn = QTableColumn & {
9
9
  searchIndex?: string;
10
10
  component?: Component;
11
11
  componentProps?: any;
12
+ to?: (row: any) => string | null;
12
13
  gql?: Record<string, any>;
13
14
  /**
14
15
  * @deprecated use gql instead
@@ -16,6 +17,7 @@ export type LTableColumn = QTableColumn & {
16
17
  gqlField?: string | Array<string> | Object;
17
18
  backgroundColor?: string | Function;
18
19
  searchMethod?: string;
20
+ autoWidth?: boolean;
19
21
  };
20
22
  export type LTableProps = QTableProps & {
21
23
  columns?: Array<LTableColumn>;
@@ -9,6 +9,7 @@ export type LTableColumn = QTableColumn & {
9
9
  searchIndex?: string;
10
10
  component?: Component;
11
11
  componentProps?: any;
12
+ to?: (row: any) => string | null;
12
13
  gql?: Record<string, any>;
13
14
  /**
14
15
  * @deprecated use gql instead
@@ -16,6 +17,7 @@ export type LTableColumn = QTableColumn & {
16
17
  gqlField?: string | Array<string> | Object;
17
18
  backgroundColor?: string | Function;
18
19
  searchMethod?: string;
20
+ autoWidth?: boolean;
19
21
  };
20
22
  export type LTableProps = QTableProps & {
21
23
  columns?: Array<LTableColumn>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.48.5",
3
+ "version": "1.48.7",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",