@messaia/cdk 13.3.8 → 13.3.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.
@@ -229,6 +229,13 @@ export declare class VdDynamicTableComponent implements OnInit, AfterViewChecked
229
229
  * @param column
230
230
  */
231
231
  protected getVisibilityClass(column: TableColumn): any;
232
+ /**
233
+ * Gets row classes
234
+ * @param column
235
+ * @param row
236
+ * @returns
237
+ */
238
+ getRowClasses(column: TableColumn, row: any): any;
232
239
  /**
233
240
  * Responds to user-initiated events
234
241
  * @param event
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "13.3.8",
3
+ "version": "13.3.9",
4
4
  "peerDependencies": {},
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"