@progress/kendo-angular-inputs 8.0.0-dev.202112211528 → 8.0.0-dev.202112251033

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-inputs',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1640100237,
12
+ publishDate: 1640428155,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -496,7 +496,7 @@ const packageMetadata = {
496
496
  name: '@progress/kendo-angular-inputs',
497
497
  productName: 'Kendo UI for Angular',
498
498
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
499
- publishDate: 1640100237,
499
+ publishDate: 1640428155,
500
500
  version: '',
501
501
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
502
502
  };
@@ -10371,6 +10371,15 @@ let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent {
10371
10371
  this.direction = rtl ? 'rtl' : 'ltr';
10372
10372
  });
10373
10373
  }
10374
+ /**
10375
+ * @hidden
10376
+ */
10377
+ set view(view) {
10378
+ this.views = [view];
10379
+ }
10380
+ get view() {
10381
+ return (this.views && this.views.length > 0) ? this.views[0] : null;
10382
+ }
10374
10383
  /**
10375
10384
  * Specifies the value of the initially selected color.
10376
10385
  */
@@ -10805,6 +10814,11 @@ __decorate([
10805
10814
  Input(),
10806
10815
  __metadata("design:type", Array)
10807
10816
  ], ColorPickerComponent.prototype, "views", void 0);
10817
+ __decorate([
10818
+ Input(),
10819
+ __metadata("design:type", String),
10820
+ __metadata("design:paramtypes", [String])
10821
+ ], ColorPickerComponent.prototype, "view", null);
10808
10822
  __decorate([
10809
10823
  Input(),
10810
10824
  __metadata("design:type", String)
@@ -530,7 +530,7 @@ var packageMetadata = {
530
530
  name: '@progress/kendo-angular-inputs',
531
531
  productName: 'Kendo UI for Angular',
532
532
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
533
- publishDate: 1640100237,
533
+ publishDate: 1640428155,
534
534
  version: '',
535
535
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
536
536
  };
@@ -10390,6 +10390,19 @@ var ColorPickerComponent = /** @class */ (function () {
10390
10390
  });
10391
10391
  }
10392
10392
  ColorPickerComponent_1 = ColorPickerComponent;
10393
+ Object.defineProperty(ColorPickerComponent.prototype, "view", {
10394
+ get: function () {
10395
+ return (this.views && this.views.length > 0) ? this.views[0] : null;
10396
+ },
10397
+ /**
10398
+ * @hidden
10399
+ */
10400
+ set: function (view) {
10401
+ this.views = [view];
10402
+ },
10403
+ enumerable: true,
10404
+ configurable: true
10405
+ });
10393
10406
  Object.defineProperty(ColorPickerComponent.prototype, "value", {
10394
10407
  get: function () {
10395
10408
  return this._value;
@@ -10879,6 +10892,11 @@ var ColorPickerComponent = /** @class */ (function () {
10879
10892
  Input(),
10880
10893
  __metadata("design:type", Array)
10881
10894
  ], ColorPickerComponent.prototype, "views", void 0);
10895
+ __decorate([
10896
+ Input(),
10897
+ __metadata("design:type", String),
10898
+ __metadata("design:paramtypes", [String])
10899
+ ], ColorPickerComponent.prototype, "view", null);
10882
10900
  __decorate([
10883
10901
  Input(),
10884
10902
  __metadata("design:type", String)
@@ -151,6 +151,19 @@ var ColorPickerComponent = /** @class */ (function () {
151
151
  });
152
152
  }
153
153
  ColorPickerComponent_1 = ColorPickerComponent;
154
+ Object.defineProperty(ColorPickerComponent.prototype, "view", {
155
+ get: function () {
156
+ return (this.views && this.views.length > 0) ? this.views[0] : null;
157
+ },
158
+ /**
159
+ * @hidden
160
+ */
161
+ set: function (view) {
162
+ this.views = [view];
163
+ },
164
+ enumerable: true,
165
+ configurable: true
166
+ });
154
167
  Object.defineProperty(ColorPickerComponent.prototype, "value", {
155
168
  get: function () {
156
169
  return this._value;
@@ -640,6 +653,11 @@ var ColorPickerComponent = /** @class */ (function () {
640
653
  core_1.Input(),
641
654
  tslib_1.__metadata("design:type", Array)
642
655
  ], ColorPickerComponent.prototype, "views", void 0);
656
+ tslib_1.__decorate([
657
+ core_1.Input(),
658
+ tslib_1.__metadata("design:type", String),
659
+ tslib_1.__metadata("design:paramtypes", [String])
660
+ ], ColorPickerComponent.prototype, "view", null);
643
661
  tslib_1.__decorate([
644
662
  core_1.Input(),
645
663
  tslib_1.__metadata("design:type", String)
@@ -11,7 +11,7 @@ exports.packageMetadata = {
11
11
  name: '@progress/kendo-angular-inputs',
12
12
  productName: 'Kendo UI for Angular',
13
13
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
14
- publishDate: 1640100237,
14
+ publishDate: 1640428155,
15
15
  version: '',
16
16
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
17
17
  };