@progress/kendo-angular-inputs 11.0.0-develop.117 → 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.
- package/esm2020/colorpicker/color-gradient.component.mjs +5 -3
- package/esm2020/colorpicker/flatcolorpicker.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-inputs.mjs +7 -5
- package/fesm2020/progress-kendo-angular-inputs.mjs +7 -5
- package/package.json +9 -9
|
@@ -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.
|
|
266
|
-
|
|
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:
|
|
13
|
-
version: '11.0.0-develop.
|
|
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:
|
|
543
|
-
version: '11.0.0-develop.
|
|
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.
|
|
9757
|
-
|
|
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:
|
|
542
|
-
version: '11.0.0-develop.
|
|
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.
|
|
9531
|
-
|
|
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.
|
|
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",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"@angular/platform-browser": "13 - 15",
|
|
34
34
|
"@progress/kendo-drawing": "^1.17.2",
|
|
35
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
36
|
-
"@progress/kendo-angular-buttons": "11.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-common": "11.0.0-develop.
|
|
38
|
-
"@progress/kendo-angular-dialog": "11.0.0-develop.
|
|
39
|
-
"@progress/kendo-angular-intl": "11.0.0-develop.
|
|
40
|
-
"@progress/kendo-angular-l10n": "11.0.0-develop.
|
|
41
|
-
"@progress/kendo-angular-popup": "11.0.0-develop.
|
|
42
|
-
"@progress/kendo-angular-icons": "11.0.0-develop.
|
|
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",
|
|
43
43
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"tslib": "^2.3.1",
|
|
47
|
-
"@progress/kendo-angular-schematics": "11.0.0-develop.
|
|
47
|
+
"@progress/kendo-angular-schematics": "11.0.0-develop.118",
|
|
48
48
|
"@progress/kendo-common": "^0.2.2",
|
|
49
49
|
"@progress/kendo-draggable": "^3.0.0",
|
|
50
50
|
"@progress/kendo-inputs-common": "^3.1.0"
|