@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.
- package/bundles/energycap-components.umd.js +8 -2
- package/bundles/energycap-components.umd.js.map +1 -1
- package/bundles/energycap-components.umd.min.js +1 -1
- package/bundles/energycap-components.umd.min.js.map +1 -1
- package/energycap-components.metadata.json +1 -1
- package/esm2015/lib/display/table/searchable-table.component.js +9 -3
- package/fesm2015/energycap-components.js +8 -2
- package/fesm2015/energycap-components.js.map +1 -1
- package/lib/display/table/searchable-table.component.d.ts +4 -0
- package/package.json +1 -1
|
@@ -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
|
*/
|