cps-ui-kit 0.78.0 → 0.80.0
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/esm2020/lib/components/cps-loader/cps-loader.component.mjs +2 -2
- package/esm2020/lib/components/cps-tab-group/cps-tab-group.component.mjs +2 -2
- package/fesm2015/cps-ui-kit.mjs +2 -2
- package/fesm2015/cps-ui-kit.mjs.map +1 -1
- package/fesm2020/cps-ui-kit.mjs +2 -2
- package/fesm2020/cps-ui-kit.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2020/cps-ui-kit.mjs
CHANGED
|
@@ -3497,7 +3497,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
3497
3497
|
|
|
3498
3498
|
class CpsLoaderComponent {
|
|
3499
3499
|
constructor() {
|
|
3500
|
-
this.fullScreen =
|
|
3500
|
+
this.fullScreen = false;
|
|
3501
3501
|
this.opacity = 0.1;
|
|
3502
3502
|
this.labelColor = 'depth';
|
|
3503
3503
|
this.showLabel = true;
|
|
@@ -6559,7 +6559,7 @@ class CpsTabGroupComponent {
|
|
|
6559
6559
|
this.afterTabChanged = new EventEmitter();
|
|
6560
6560
|
this.backBtnVisible = false;
|
|
6561
6561
|
this.forwardBtnVisible = false;
|
|
6562
|
-
this.animationState = '
|
|
6562
|
+
this.animationState = 'fadeIn';
|
|
6563
6563
|
this.windowResize$ = Subscription.EMPTY;
|
|
6564
6564
|
this.listScroll$ = Subscription.EMPTY;
|
|
6565
6565
|
}
|