@colijnit/corecomponents_v12 12.0.83 → 12.0.85
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/colijnit-corecomponents_v12.umd.js +2 -0
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/colijnit-corecomponents_v12.metadata.json +1 -1
- package/esm2015/lib/components/input-text/input-text.component.js +3 -1
- package/fesm2015/colijnit-corecomponents_v12.js +2 -0
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/components/input-search/style/_layout.scss +3 -6
- package/lib/components/input-search/style/_material-definition.scss +3 -0
- package/lib/components/input-text/input-text.component.d.ts +1 -0
- package/lib/components/input-text/style/_layout.scss +18 -14
- package/lib/style/_input.mixins.scss +0 -1
- package/lib/style/_variables.scss +1 -1
- package/package.json +1 -1
|
@@ -7713,6 +7713,7 @@
|
|
|
7713
7713
|
_this.excludePlusMinus = true;
|
|
7714
7714
|
_this.showClearButton = undefined;
|
|
7715
7715
|
_this.showPlaceholderOnFocus = true;
|
|
7716
|
+
_this.noStyle = false;
|
|
7716
7717
|
_this.hasOwnLabel = true;
|
|
7717
7718
|
_this.hideArrowButtons = false;
|
|
7718
7719
|
_this.isSmall = false;
|
|
@@ -7797,6 +7798,7 @@
|
|
|
7797
7798
|
showPlaceholderOnFocus: [{ type: i0.Input }],
|
|
7798
7799
|
leftIcon: [{ type: i0.Input }],
|
|
7799
7800
|
rightIcon: [{ type: i0.Input }],
|
|
7801
|
+
noStyle: [{ type: i0.HostBinding, args: ['class.no-style',] }, { type: i0.Input }],
|
|
7800
7802
|
showClass: [{ type: i0.HostBinding, args: ["class.co-input-text",] }],
|
|
7801
7803
|
hasLeftIcon: [{ type: i0.HostBinding, args: ['class.has-left-icon',] }],
|
|
7802
7804
|
hasRightIcon: [{ type: i0.HostBinding, args: ['class.has-right-icon',] }],
|