@hotelinking/ui 16.49.7 → 16.49.9

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.
Files changed (2) hide show
  1. package/dist/ui.d.ts +3 -6
  2. package/package.json +5 -4
package/dist/ui.d.ts CHANGED
@@ -1611,7 +1611,7 @@ export declare interface UiSidebarV2Interface {
1611
1611
  /** left sidebar with product logos */
1612
1612
  productsSidebar: {
1613
1613
  name: string;
1614
- icon: FunctionalComponent | string;
1614
+ icon: string;
1615
1615
  active?: boolean;
1616
1616
  }[];
1617
1617
  }
@@ -1848,11 +1848,8 @@ export declare interface UiTableEventsInterface {
1848
1848
  }): void;
1849
1849
  /** if colum is link and has custom info */
1850
1850
  (e: "customEmit", T: {
1851
- data: {
1852
- content: string;
1853
- type: string;
1854
- emits: any;
1855
- };
1851
+ data: any;
1852
+ rowId?: string | number;
1856
1853
  }): void;
1857
1854
  /** emitted when resetSelected prop is sent with true, use it to rollback resetSelected to false */
1858
1855
  (e: "selectedItemsDeleted"): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hotelinking/ui",
3
3
  "private": false,
4
- "version": "16.49.7",
4
+ "version": "16.49.9",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -72,9 +72,9 @@
72
72
  "typescript": "~5.3.3",
73
73
  "vite": "^7.0.4",
74
74
  "vite-plugin-dts": "^4.5.3",
75
- "vite-plugin-vue-devtools": "^7.7.7",
75
+ "vite-plugin-vue-devtools": "^8.0.5",
76
76
  "vitepress": "^1.4.5",
77
- "vitest": "^3.0.5",
77
+ "vitest": "^4.0.15",
78
78
  "vue": "^3.2.47",
79
79
  "vue3-apexcharts": "^1.5.2",
80
80
  "vue3-draggable": "^2.0.9"
@@ -99,7 +99,8 @@
99
99
  ],
100
100
  "*.json": [
101
101
  "biome format --write"
102
- ]
102
+ ],
103
+ "package-lock.json": []
103
104
  },
104
105
  "overrides": {
105
106
  "storybook": "$storybook"