raise-common-lib 0.0.124 → 0.0.125
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/raise-common-lib.umd.js +0 -2
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/layout/toolbar/index.component.js +1 -2
- package/esm5/lib/layout/toolbar/index.component.js +1 -3
- package/fesm2015/raise-common-lib.js +0 -1
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +0 -2
- package/fesm5/raise-common-lib.js.map +1 -1
- package/lib/layout/toolbar/index.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3868,11 +3868,9 @@ var RSToolbarComponent = /** @class */ (function () {
|
|
|
3868
3868
|
this.updateButtonVisibility();
|
|
3869
3869
|
};
|
|
3870
3870
|
/**
|
|
3871
|
-
* @private
|
|
3872
3871
|
* @return {?}
|
|
3873
3872
|
*/
|
|
3874
3873
|
RSToolbarComponent.prototype.updateButtonVisibility = /**
|
|
3875
|
-
* @private
|
|
3876
3874
|
* @return {?}
|
|
3877
3875
|
*/
|
|
3878
3876
|
function () {
|