@energycap/components 0.28.4 → 0.28.5

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.
@@ -145,6 +145,10 @@ export declare class SearchableTableComponent implements OnInit, OnDestroy, OnCh
145
145
  /**Defaults to undefined. Specify your own template if an ec-table wrapped around your transcluded content won't meet your needs
146
146
  */
147
147
  customContentTemplate?: TemplateRef<any>;
148
+ /** When true, removes the card styles from the table wrapper */
149
+ removeCard: boolean;
150
+ /** Classes to add to the overlay/card element */
151
+ overlayClasses: string;
148
152
  /**
149
153
  * PagingInfo for the current page.
150
154
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.28.4",
3
+ "version": "0.28.5",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },