@comercti/vue-components-hmg 0.28.1 → 0.31.1
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/comerc-style-guide.cjs.js +15 -12
- package/comerc-style-guide.es.js +2201 -2182
- package/comerc-style-guide.umd.js +15 -12
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ order: "asc" | "desc";
|
|
|
24
24
|
search: boolean;
|
|
25
25
|
selectable: boolean;
|
|
26
26
|
singleSelect: boolean;
|
|
27
|
+
initialSelectedRows: Record<string, any>[];
|
|
27
28
|
striped: boolean;
|
|
28
29
|
orderByServer: boolean;
|
|
29
30
|
expandLine: boolean;
|
|
@@ -2144,7 +2145,7 @@ declare interface IFields {
|
|
|
2144
2145
|
}
|
|
2145
2146
|
|
|
2146
2147
|
declare interface IItems {
|
|
2147
|
-
id: number;
|
|
2148
|
+
id: number | string;
|
|
2148
2149
|
title: string;
|
|
2149
2150
|
description: string;
|
|
2150
2151
|
status: keyof IStatus;
|