@davincihealthcare/elty-design-system-vue 1.59.0 → 1.59.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.
@@ -125,6 +125,8 @@ export interface ElMobileTableProps {
125
125
  on: 'mainText' | 'secondaryRow' | 'tertiaryRow' | 'amount' | 'tags' | 'time' | 'avatar';
126
126
  order: 'asc' | 'desc';
127
127
  };
128
+ itemsCountLabel?: (count: number) => string;
129
+ noItemsCountLabel?: boolean;
128
130
  data: MobileTableRow[];
129
131
  }
130
132
  declare function __VLS_template(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davincihealthcare/elty-design-system-vue",
3
- "version": "1.59.0",
3
+ "version": "1.59.1",
4
4
  "license": "UNLICENSED",
5
5
  "main": "dist/index.umd.cjs",
6
6
  "types": "dist/index.d.ts",