@progress/kendo-angular-inputs 11.5.0-develop.1 → 11.5.0-develop.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.
|
@@ -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.5.0-develop.
|
|
12
|
+
publishDate: 1680168258,
|
|
13
|
+
version: '11.5.0-develop.3',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
5
6
|
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, forwardRef, HostBinding, Input, NgZone, Output, Renderer2, ViewChild } from '@angular/core';
|
|
6
7
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
7
8
|
import { anyChanged, closest, isDocumentAvailable, Keys } from '@progress/kendo-angular-common';
|
|
@@ -375,6 +376,7 @@ export class SignatureComponent {
|
|
|
375
376
|
onClear() {
|
|
376
377
|
this.reset();
|
|
377
378
|
this.valueChange.emit(undefined);
|
|
379
|
+
this.canvas.nativeElement.focus();
|
|
378
380
|
}
|
|
379
381
|
/**
|
|
380
382
|
* @hidden
|
|
@@ -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.5.0-develop.
|
|
542
|
+
publishDate: 1680168258,
|
|
543
|
+
version: '11.5.0-develop.3',
|
|
544
544
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
545
545
|
};
|
|
546
546
|
|
|
@@ -14340,6 +14340,7 @@ class SignatureComponent {
|
|
|
14340
14340
|
onClear() {
|
|
14341
14341
|
this.reset();
|
|
14342
14342
|
this.valueChange.emit(undefined);
|
|
14343
|
+
this.canvas.nativeElement.focus();
|
|
14343
14344
|
}
|
|
14344
14345
|
/**
|
|
14345
14346
|
* @hidden
|
|
@@ -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.5.0-develop.
|
|
541
|
+
publishDate: 1680168258,
|
|
542
|
+
version: '11.5.0-develop.3',
|
|
543
543
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
544
544
|
};
|
|
545
545
|
|
|
@@ -13956,6 +13956,7 @@ class SignatureCloseEvent extends PreventableEvent {
|
|
|
13956
13956
|
class SignatureOpenEvent extends PreventableEvent {
|
|
13957
13957
|
}
|
|
13958
13958
|
|
|
13959
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
13959
13960
|
const noop = () => { };
|
|
13960
13961
|
let _id = 0;
|
|
13961
13962
|
const nextId = () => 'k-signature-focusable-' + _id++;
|
|
@@ -14312,6 +14313,7 @@ class SignatureComponent {
|
|
|
14312
14313
|
onClear() {
|
|
14313
14314
|
this.reset();
|
|
14314
14315
|
this.valueChange.emit(undefined);
|
|
14316
|
+
this.canvas.nativeElement.focus();
|
|
14315
14317
|
}
|
|
14316
14318
|
/**
|
|
14317
14319
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "11.5.0-develop.
|
|
3
|
+
"version": "11.5.0-develop.3",
|
|
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,19 +33,19 @@
|
|
|
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.5.0-develop.
|
|
37
|
-
"@progress/kendo-angular-common": "11.5.0-develop.
|
|
38
|
-
"@progress/kendo-angular-dialog": "11.5.0-develop.
|
|
39
|
-
"@progress/kendo-angular-intl": "11.5.0-develop.
|
|
40
|
-
"@progress/kendo-angular-l10n": "11.5.0-develop.
|
|
41
|
-
"@progress/kendo-angular-popup": "11.5.0-develop.
|
|
42
|
-
"@progress/kendo-angular-icons": "11.5.0-develop.
|
|
36
|
+
"@progress/kendo-angular-buttons": "11.5.0-develop.3",
|
|
37
|
+
"@progress/kendo-angular-common": "11.5.0-develop.3",
|
|
38
|
+
"@progress/kendo-angular-dialog": "11.5.0-develop.3",
|
|
39
|
+
"@progress/kendo-angular-intl": "11.5.0-develop.3",
|
|
40
|
+
"@progress/kendo-angular-l10n": "11.5.0-develop.3",
|
|
41
|
+
"@progress/kendo-angular-popup": "11.5.0-develop.3",
|
|
42
|
+
"@progress/kendo-angular-icons": "11.5.0-develop.3",
|
|
43
43
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
44
|
-
"@progress/kendo-angular-upload": "11.5.0-develop.
|
|
44
|
+
"@progress/kendo-angular-upload": "11.5.0-develop.3"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "11.5.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "11.5.0-develop.3",
|
|
49
49
|
"@progress/kendo-common": "^0.2.2",
|
|
50
50
|
"@progress/kendo-draggable": "^3.0.0",
|
|
51
51
|
"@progress/kendo-inputs-common": "^3.1.0"
|