igniteui-webcomponents-inputs 3.2.0 → 3.2.3

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.
@@ -198,6 +198,12 @@ export let DatePickerView = /*@__PURE__*/ (() => {
198
198
  else {
199
199
  this.e.parent().parent().setStyleProperty("max-width", "232px");
200
200
  }
201
+ if (this.b.at == true) {
202
+ this.e.parent().parent().setStyleProperty("height", "270px");
203
+ }
204
+ else {
205
+ this.e.parent().parent().setStyleProperty("height", "234px");
206
+ }
201
207
  }
202
208
  }
203
209
  am(a) {
@@ -204,6 +204,12 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
204
204
  else {
205
205
  this.e.parent().parent().setStyleProperty("max-width", "232px");
206
206
  }
207
+ if (this.b.at == true) {
208
+ this.e.parent().parent().setStyleProperty("height", "270px");
209
+ }
210
+ else {
211
+ this.e.parent().parent().setStyleProperty("height", "234px");
212
+ }
207
213
  }
208
214
  };
209
215
  DatePickerView.prototype.am = function (a) {
@@ -20362,6 +20362,12 @@ let DatePickerView = /*@__PURE__*/ (() => {
20362
20362
  else {
20363
20363
  this.e.parent().parent().setStyleProperty("max-width", "232px");
20364
20364
  }
20365
+ if (this.b.at == true) {
20366
+ this.e.parent().parent().setStyleProperty("height", "270px");
20367
+ }
20368
+ else {
20369
+ this.e.parent().parent().setStyleProperty("height", "234px");
20370
+ }
20365
20371
  }
20366
20372
  }
20367
20373
  am(a) {
@@ -24613,6 +24613,12 @@ var DatePickerView = /** @class */ /*@__PURE__*/ (function (_super) {
24613
24613
  else {
24614
24614
  this.e.parent().parent().setStyleProperty("max-width", "232px");
24615
24615
  }
24616
+ if (this.b.at == true) {
24617
+ this.e.parent().parent().setStyleProperty("height", "270px");
24618
+ }
24619
+ else {
24620
+ this.e.parent().parent().setStyleProperty("height", "234px");
24621
+ }
24616
24622
  }
24617
24623
  };
24618
24624
  DatePickerView.prototype.am = function (a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-inputs",
3
- "version": "3.2.0",
3
+ "version": "3.2.3",
4
4
  "description": "Ignite UI WebComponents inputs components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-inputs",
6
6
  "keywords": [
@@ -14,7 +14,7 @@
14
14
  "tslib": "^2.3.1"
15
15
  },
16
16
  "peerDependencies": {
17
- "igniteui-webcomponents-core": "3.2.0"
17
+ "igniteui-webcomponents-core": "3.2.3"
18
18
  },
19
19
  "sideEffects": false,
20
20
  "typings": "igniteui-webcomponents-inputs.d.ts",