@wizishop/angular-components 0.0.195 → 0.0.198
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/angular-components.scss +373 -373
- package/bundles/wizishop-angular-components.umd.js +2 -2
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/text-area/text-area.component.js +3 -3
- package/fesm2015/wizishop-angular-components.js +2 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/lib/components/text-area/text-area.component.d.ts +2 -2
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.198.tgz +0 -0
- package/wizishop-angular-components-0.0.195.tgz +0 -0
|
@@ -1995,8 +1995,8 @@
|
|
|
1995
1995
|
this.label = '';
|
|
1996
1996
|
this.value = '';
|
|
1997
1997
|
this.placeholder = '';
|
|
1998
|
-
this.textInfo =
|
|
1999
|
-
this.textError =
|
|
1998
|
+
this.textInfo = '';
|
|
1999
|
+
this.textError = '';
|
|
2000
2000
|
this.size = null;
|
|
2001
2001
|
this.min = null;
|
|
2002
2002
|
this.max = null;
|