@resolveio/client-lib-core 21.0.5 → 21.0.7
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/package.json
CHANGED
|
@@ -1097,7 +1097,7 @@ declare class CollapseTableComponent implements OnInit, OnDestroy {
|
|
|
1097
1097
|
private _resizeService;
|
|
1098
1098
|
private _account;
|
|
1099
1099
|
collapseSize: number;
|
|
1100
|
-
tableFixed:
|
|
1100
|
+
tableFixed: boolean;
|
|
1101
1101
|
headerFixed: boolean;
|
|
1102
1102
|
secondaryColor: boolean;
|
|
1103
1103
|
tertiaryColor: boolean;
|