@progress/kendo-angular-inputs 11.0.0-develop.116 → 11.0.0-develop.118

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.
@@ -6,7 +6,7 @@
6
6
  import { Component, Input, ViewChild, ElementRef, Renderer2, NgZone, Output, EventEmitter, HostBinding, forwardRef, ChangeDetectorRef, Injector, HostListener } from '@angular/core';
7
7
  import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
8
8
  import { BehaviorSubject, Subject } from 'rxjs';
9
- import { throttleTime } from 'rxjs/operators';
9
+ import { take, throttleTime } from 'rxjs/operators';
10
10
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
11
11
  import { isChanged, isDocumentAvailable, KendoInput } from '@progress/kendo-angular-common';
12
12
  import { validatePackage } from '@progress/kendo-licensing';
@@ -262,8 +262,10 @@ export class ColorGradientComponent {
262
262
  this.control = this.injector.get(NgControl, null);
263
263
  }
264
264
  ngAfterViewInit() {
265
- this.updateUI();
266
- this.cdr.detectChanges();
265
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
266
+ this.updateUI();
267
+ this.cdr.detectChanges();
268
+ });
267
269
  this.addEventListeners();
268
270
  this.subscribeChanges();
269
271
  }
@@ -253,7 +253,7 @@ export class FlatColorPickerComponent {
253
253
  this.setHostElementAriaLabel();
254
254
  this.initDomEvents();
255
255
  this.setSizingVariables();
256
- this.removeGradientAttributes();
256
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => this.removeGradientAttributes());
257
257
  }
258
258
  ngOnChanges(changes) {
259
259
  if (isChanged('value', changes)) {
@@ -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: 1673869699,
13
- version: '11.0.0-develop.116',
12
+ publishDate: 1673944734,
13
+ version: '11.0.0-develop.118',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -539,8 +539,8 @@ const packageMetadata = {
539
539
  name: '@progress/kendo-angular-inputs',
540
540
  productName: 'Kendo UI for Angular',
541
541
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
542
- publishDate: 1673869699,
543
- version: '11.0.0-develop.116',
542
+ publishDate: 1673944734,
543
+ version: '11.0.0-develop.118',
544
544
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
545
545
  };
546
546
 
@@ -9753,8 +9753,10 @@ class ColorGradientComponent {
9753
9753
  this.control = this.injector.get(NgControl, null);
9754
9754
  }
9755
9755
  ngAfterViewInit() {
9756
- this.updateUI();
9757
- this.cdr.detectChanges();
9756
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
9757
+ this.updateUI();
9758
+ this.cdr.detectChanges();
9759
+ });
9758
9760
  this.addEventListeners();
9759
9761
  this.subscribeChanges();
9760
9762
  }
@@ -11437,7 +11439,7 @@ class FlatColorPickerComponent {
11437
11439
  this.setHostElementAriaLabel();
11438
11440
  this.initDomEvents();
11439
11441
  this.setSizingVariables();
11440
- this.removeGradientAttributes();
11442
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => this.removeGradientAttributes());
11441
11443
  }
11442
11444
  ngOnChanges(changes) {
11443
11445
  if (isChanged('value', changes)) {
@@ -538,8 +538,8 @@ const packageMetadata = {
538
538
  name: '@progress/kendo-angular-inputs',
539
539
  productName: 'Kendo UI for Angular',
540
540
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
541
- publishDate: 1673869699,
542
- version: '11.0.0-develop.116',
541
+ publishDate: 1673944734,
542
+ version: '11.0.0-develop.118',
543
543
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
544
544
  };
545
545
 
@@ -9527,8 +9527,10 @@ class ColorGradientComponent {
9527
9527
  this.control = this.injector.get(NgControl, null);
9528
9528
  }
9529
9529
  ngAfterViewInit() {
9530
- this.updateUI();
9531
- this.cdr.detectChanges();
9530
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => {
9531
+ this.updateUI();
9532
+ this.cdr.detectChanges();
9533
+ });
9532
9534
  this.addEventListeners();
9533
9535
  this.subscribeChanges();
9534
9536
  }
@@ -11409,7 +11411,7 @@ class FlatColorPickerComponent {
11409
11411
  this.setHostElementAriaLabel();
11410
11412
  this.initDomEvents();
11411
11413
  this.setSizingVariables();
11412
- this.removeGradientAttributes();
11414
+ this.ngZone.onStable.pipe(take(1)).subscribe(() => this.removeGradientAttributes());
11413
11415
  }
11414
11416
  ngOnChanges(changes) {
11415
11417
  if (isChanged('value', changes)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "11.0.0-develop.116",
3
+ "version": "11.0.0-develop.118",
4
4
  "description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -31,23 +31,23 @@
31
31
  "@angular/common": "13 - 15",
32
32
  "@angular/core": "13 - 15",
33
33
  "@angular/platform-browser": "13 - 15",
34
- "@progress/kendo-common": "^0.2.2",
35
- "@progress/kendo-draggable": "^3.0.0",
36
34
  "@progress/kendo-drawing": "^1.17.2",
37
- "@progress/kendo-inputs-common": "^3.1.0",
38
35
  "@progress/kendo-licensing": "^1.0.2",
39
- "@progress/kendo-angular-buttons": "11.0.0-develop.116",
40
- "@progress/kendo-angular-common": "11.0.0-develop.116",
41
- "@progress/kendo-angular-dialog": "11.0.0-develop.116",
42
- "@progress/kendo-angular-intl": "11.0.0-develop.116",
43
- "@progress/kendo-angular-l10n": "11.0.0-develop.116",
44
- "@progress/kendo-angular-popup": "11.0.0-develop.116",
45
- "@progress/kendo-angular-icons": "11.0.0-develop.116",
36
+ "@progress/kendo-angular-buttons": "11.0.0-develop.118",
37
+ "@progress/kendo-angular-common": "11.0.0-develop.118",
38
+ "@progress/kendo-angular-dialog": "11.0.0-develop.118",
39
+ "@progress/kendo-angular-intl": "11.0.0-develop.118",
40
+ "@progress/kendo-angular-l10n": "11.0.0-develop.118",
41
+ "@progress/kendo-angular-popup": "11.0.0-develop.118",
42
+ "@progress/kendo-angular-icons": "11.0.0-develop.118",
46
43
  "rxjs": "^6.5.3 || ^7.0.0"
47
44
  },
48
45
  "dependencies": {
49
46
  "tslib": "^2.3.1",
50
- "@progress/kendo-angular-schematics": "11.0.0-develop.116"
47
+ "@progress/kendo-angular-schematics": "11.0.0-develop.118",
48
+ "@progress/kendo-common": "^0.2.2",
49
+ "@progress/kendo-draggable": "^3.0.0",
50
+ "@progress/kendo-inputs-common": "^3.1.0"
51
51
  },
52
52
  "schematics": "./schematics/collection.json",
53
53
  "module": "fesm2015/progress-kendo-angular-inputs.mjs",