@progress/kendo-angular-inputs 11.4.0 → 11.4.1-develop.10
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-palette.component.mjs +4 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/signature/signature.component.mjs +6 -0
- package/fesm2015/progress-kendo-angular-inputs.mjs +12 -2
- package/fesm2020/progress-kendo-angular-inputs.mjs +12 -2
- package/package.json +10 -10
|
@@ -328,6 +328,7 @@ export class ColorPaletteComponent {
|
|
|
328
328
|
row: 0,
|
|
329
329
|
col: 0
|
|
330
330
|
};
|
|
331
|
+
this.activeCellId = `k-${this.focusedCell.row}-${this.focusedCell.col}-${this.uniqueId}`;
|
|
331
332
|
}
|
|
332
333
|
}
|
|
333
334
|
/**
|
|
@@ -378,6 +379,9 @@ export class ColorPaletteComponent {
|
|
|
378
379
|
}
|
|
379
380
|
this.focusedCell = this.service.getNextCell(this.focusedCell, horizontalStep, verticalStep);
|
|
380
381
|
this.focusInComponent = true;
|
|
382
|
+
if (this.focusedCell) {
|
|
383
|
+
this.activeCellId = `k-${this.focusedCell.row}-${this.focusedCell.col}-${this.uniqueId}`;
|
|
384
|
+
}
|
|
381
385
|
}
|
|
382
386
|
setHostElementAriaLabel() {
|
|
383
387
|
const parsed = parseColor(this.value, this.format);
|
|
@@ -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.4.
|
|
12
|
+
publishDate: 1679580670,
|
|
13
|
+
version: '11.4.1-develop.10',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -631,6 +631,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
631
631
|
#maximize
|
|
632
632
|
*ngIf="showMaximize"
|
|
633
633
|
kendoButton
|
|
634
|
+
type="button"
|
|
634
635
|
class="k-signature-action k-signature-maximize"
|
|
635
636
|
icon="hyperlink-open"
|
|
636
637
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -644,6 +645,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
644
645
|
#minimize
|
|
645
646
|
*ngIf="showMinimize"
|
|
646
647
|
kendoButton
|
|
648
|
+
type="button"
|
|
647
649
|
class="k-signature-action k-signature-minimize k-rotate-180"
|
|
648
650
|
icon="hyperlink-open"
|
|
649
651
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -664,6 +666,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
664
666
|
kendoButton
|
|
665
667
|
class="k-signature-action k-signature-clear"
|
|
666
668
|
icon="close"
|
|
669
|
+
type="button"
|
|
667
670
|
[svgIcon]="svgIcon('xIcon')"
|
|
668
671
|
fillMode="flat"
|
|
669
672
|
[size]="size"
|
|
@@ -739,6 +742,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
739
742
|
#maximize
|
|
740
743
|
*ngIf="showMaximize"
|
|
741
744
|
kendoButton
|
|
745
|
+
type="button"
|
|
742
746
|
class="k-signature-action k-signature-maximize"
|
|
743
747
|
icon="hyperlink-open"
|
|
744
748
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -752,6 +756,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
752
756
|
#minimize
|
|
753
757
|
*ngIf="showMinimize"
|
|
754
758
|
kendoButton
|
|
759
|
+
type="button"
|
|
755
760
|
class="k-signature-action k-signature-minimize k-rotate-180"
|
|
756
761
|
icon="hyperlink-open"
|
|
757
762
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -772,6 +777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
772
777
|
kendoButton
|
|
773
778
|
class="k-signature-action k-signature-clear"
|
|
774
779
|
icon="close"
|
|
780
|
+
type="button"
|
|
775
781
|
[svgIcon]="svgIcon('xIcon')"
|
|
776
782
|
fillMode="flat"
|
|
777
783
|
[size]="size"
|
|
@@ -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.4.
|
|
542
|
+
publishDate: 1679580670,
|
|
543
|
+
version: '11.4.1-develop.10',
|
|
544
544
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
545
545
|
};
|
|
546
546
|
|
|
@@ -10899,6 +10899,7 @@ class ColorPaletteComponent {
|
|
|
10899
10899
|
row: 0,
|
|
10900
10900
|
col: 0
|
|
10901
10901
|
};
|
|
10902
|
+
this.activeCellId = `k-${this.focusedCell.row}-${this.focusedCell.col}-${this.uniqueId}`;
|
|
10902
10903
|
}
|
|
10903
10904
|
}
|
|
10904
10905
|
/**
|
|
@@ -10949,6 +10950,9 @@ class ColorPaletteComponent {
|
|
|
10949
10950
|
}
|
|
10950
10951
|
this.focusedCell = this.service.getNextCell(this.focusedCell, horizontalStep, verticalStep);
|
|
10951
10952
|
this.focusInComponent = true;
|
|
10953
|
+
if (this.focusedCell) {
|
|
10954
|
+
this.activeCellId = `k-${this.focusedCell.row}-${this.focusedCell.col}-${this.uniqueId}`;
|
|
10955
|
+
}
|
|
10952
10956
|
}
|
|
10953
10957
|
setHostElementAriaLabel() {
|
|
10954
10958
|
const parsed = parseColor(this.value, this.format);
|
|
@@ -14600,6 +14604,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
14600
14604
|
#maximize
|
|
14601
14605
|
*ngIf="showMaximize"
|
|
14602
14606
|
kendoButton
|
|
14607
|
+
type="button"
|
|
14603
14608
|
class="k-signature-action k-signature-maximize"
|
|
14604
14609
|
icon="hyperlink-open"
|
|
14605
14610
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -14613,6 +14618,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
14613
14618
|
#minimize
|
|
14614
14619
|
*ngIf="showMinimize"
|
|
14615
14620
|
kendoButton
|
|
14621
|
+
type="button"
|
|
14616
14622
|
class="k-signature-action k-signature-minimize k-rotate-180"
|
|
14617
14623
|
icon="hyperlink-open"
|
|
14618
14624
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -14633,6 +14639,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
14633
14639
|
kendoButton
|
|
14634
14640
|
class="k-signature-action k-signature-clear"
|
|
14635
14641
|
icon="close"
|
|
14642
|
+
type="button"
|
|
14636
14643
|
[svgIcon]="svgIcon('xIcon')"
|
|
14637
14644
|
fillMode="flat"
|
|
14638
14645
|
[size]="size"
|
|
@@ -14708,6 +14715,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14708
14715
|
#maximize
|
|
14709
14716
|
*ngIf="showMaximize"
|
|
14710
14717
|
kendoButton
|
|
14718
|
+
type="button"
|
|
14711
14719
|
class="k-signature-action k-signature-maximize"
|
|
14712
14720
|
icon="hyperlink-open"
|
|
14713
14721
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -14721,6 +14729,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14721
14729
|
#minimize
|
|
14722
14730
|
*ngIf="showMinimize"
|
|
14723
14731
|
kendoButton
|
|
14732
|
+
type="button"
|
|
14724
14733
|
class="k-signature-action k-signature-minimize k-rotate-180"
|
|
14725
14734
|
icon="hyperlink-open"
|
|
14726
14735
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -14741,6 +14750,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14741
14750
|
kendoButton
|
|
14742
14751
|
class="k-signature-action k-signature-clear"
|
|
14743
14752
|
icon="close"
|
|
14753
|
+
type="button"
|
|
14744
14754
|
[svgIcon]="svgIcon('xIcon')"
|
|
14745
14755
|
fillMode="flat"
|
|
14746
14756
|
[size]="size"
|
|
@@ -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.4.
|
|
541
|
+
publishDate: 1679580670,
|
|
542
|
+
version: '11.4.1-develop.10',
|
|
543
543
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
544
544
|
};
|
|
545
545
|
|
|
@@ -10667,6 +10667,7 @@ class ColorPaletteComponent {
|
|
|
10667
10667
|
row: 0,
|
|
10668
10668
|
col: 0
|
|
10669
10669
|
};
|
|
10670
|
+
this.activeCellId = `k-${this.focusedCell.row}-${this.focusedCell.col}-${this.uniqueId}`;
|
|
10670
10671
|
}
|
|
10671
10672
|
}
|
|
10672
10673
|
/**
|
|
@@ -10717,6 +10718,9 @@ class ColorPaletteComponent {
|
|
|
10717
10718
|
}
|
|
10718
10719
|
this.focusedCell = this.service.getNextCell(this.focusedCell, horizontalStep, verticalStep);
|
|
10719
10720
|
this.focusInComponent = true;
|
|
10721
|
+
if (this.focusedCell) {
|
|
10722
|
+
this.activeCellId = `k-${this.focusedCell.row}-${this.focusedCell.col}-${this.uniqueId}`;
|
|
10723
|
+
}
|
|
10720
10724
|
}
|
|
10721
10725
|
setHostElementAriaLabel() {
|
|
10722
10726
|
const parsed = parseColor(this.value, this.format);
|
|
@@ -14564,6 +14568,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
14564
14568
|
#maximize
|
|
14565
14569
|
*ngIf="showMaximize"
|
|
14566
14570
|
kendoButton
|
|
14571
|
+
type="button"
|
|
14567
14572
|
class="k-signature-action k-signature-maximize"
|
|
14568
14573
|
icon="hyperlink-open"
|
|
14569
14574
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -14577,6 +14582,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
14577
14582
|
#minimize
|
|
14578
14583
|
*ngIf="showMinimize"
|
|
14579
14584
|
kendoButton
|
|
14585
|
+
type="button"
|
|
14580
14586
|
class="k-signature-action k-signature-minimize k-rotate-180"
|
|
14581
14587
|
icon="hyperlink-open"
|
|
14582
14588
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -14597,6 +14603,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
14597
14603
|
kendoButton
|
|
14598
14604
|
class="k-signature-action k-signature-clear"
|
|
14599
14605
|
icon="close"
|
|
14606
|
+
type="button"
|
|
14600
14607
|
[svgIcon]="svgIcon('xIcon')"
|
|
14601
14608
|
fillMode="flat"
|
|
14602
14609
|
[size]="size"
|
|
@@ -14672,6 +14679,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14672
14679
|
#maximize
|
|
14673
14680
|
*ngIf="showMaximize"
|
|
14674
14681
|
kendoButton
|
|
14682
|
+
type="button"
|
|
14675
14683
|
class="k-signature-action k-signature-maximize"
|
|
14676
14684
|
icon="hyperlink-open"
|
|
14677
14685
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -14685,6 +14693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14685
14693
|
#minimize
|
|
14686
14694
|
*ngIf="showMinimize"
|
|
14687
14695
|
kendoButton
|
|
14696
|
+
type="button"
|
|
14688
14697
|
class="k-signature-action k-signature-minimize k-rotate-180"
|
|
14689
14698
|
icon="hyperlink-open"
|
|
14690
14699
|
[svgIcon]="svgIcon('hyperlinkOpenIcon')"
|
|
@@ -14705,6 +14714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14705
14714
|
kendoButton
|
|
14706
14715
|
class="k-signature-action k-signature-clear"
|
|
14707
14716
|
icon="close"
|
|
14717
|
+
type="button"
|
|
14708
14718
|
[svgIcon]="svgIcon('xIcon')"
|
|
14709
14719
|
fillMode="flat"
|
|
14710
14720
|
[size]="size"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "11.4.
|
|
3
|
+
"version": "11.4.1-develop.10",
|
|
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.4.
|
|
37
|
-
"@progress/kendo-angular-common": "11.4.
|
|
38
|
-
"@progress/kendo-angular-dialog": "11.4.
|
|
39
|
-
"@progress/kendo-angular-intl": "11.4.
|
|
40
|
-
"@progress/kendo-angular-l10n": "11.4.
|
|
41
|
-
"@progress/kendo-angular-popup": "11.4.
|
|
42
|
-
"@progress/kendo-angular-icons": "11.4.
|
|
36
|
+
"@progress/kendo-angular-buttons": "11.4.1-develop.10",
|
|
37
|
+
"@progress/kendo-angular-common": "11.4.1-develop.10",
|
|
38
|
+
"@progress/kendo-angular-dialog": "11.4.1-develop.10",
|
|
39
|
+
"@progress/kendo-angular-intl": "11.4.1-develop.10",
|
|
40
|
+
"@progress/kendo-angular-l10n": "11.4.1-develop.10",
|
|
41
|
+
"@progress/kendo-angular-popup": "11.4.1-develop.10",
|
|
42
|
+
"@progress/kendo-angular-icons": "11.4.1-develop.10",
|
|
43
43
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
44
|
-
"@progress/kendo-angular-upload": "11.4.
|
|
44
|
+
"@progress/kendo-angular-upload": "11.4.1-develop.10"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "11.4.
|
|
48
|
+
"@progress/kendo-angular-schematics": "11.4.1-develop.10",
|
|
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"
|