@seniorsistemas/angular-components 17.21.0 → 17.21.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.
- package/bundles/seniorsistemas-angular-components.umd.js +0 -2
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/table/frozen-position/frozen-position.directive.js +1 -3
- package/esm5/components/table/frozen-position/frozen-position.directive.js +1 -3
- package/fesm2015/seniorsistemas-angular-components.js +0 -2
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +0 -2
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -9868,7 +9868,6 @@
|
|
|
9868
9868
|
console.warn("Unable to find frozen element from table. Is the table configured with frozen template?");
|
|
9869
9869
|
return;
|
|
9870
9870
|
}
|
|
9871
|
-
frozenTable.style.width = 'min-content';
|
|
9872
9871
|
frozenTable.style.order = "1";
|
|
9873
9872
|
frozenTable.style.borderRight = "none";
|
|
9874
9873
|
frozenTable.style.borderLeft = "1px solid #dddddd";
|
|
@@ -9879,7 +9878,6 @@
|
|
|
9879
9878
|
return;
|
|
9880
9879
|
}
|
|
9881
9880
|
unfrozenTable.style.position = "unset";
|
|
9882
|
-
unfrozenTable.style.overflow = 'auto';
|
|
9883
9881
|
};
|
|
9884
9882
|
TableFrozenPositionDirective.prototype.handleWindowResize = function () {
|
|
9885
9883
|
this.synchronizeRowHeight();
|