@progress/kendo-angular-inputs 11.4.1-develop.9 → 11.5.0-develop.2

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: 1679481218,
13
- version: '11.4.1-develop.9',
12
+ publishDate: 1680079909,
13
+ version: '11.5.0-develop.2',
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"
@@ -19,9 +19,9 @@ import * as i1 from "@progress/kendo-angular-l10n";
19
19
  import * as i2 from "@angular/common";
20
20
  import * as i3 from "@progress/kendo-angular-common";
21
21
  const resizeClasses = {
22
- 'vertical': 'k-resize-vertical',
23
- 'horizontal': 'k-resize-horizontal',
24
- 'both': 'k-resize-both',
22
+ 'vertical': 'k-resize-y',
23
+ 'horizontal': 'k-resize-x',
24
+ 'both': 'k-resize',
25
25
  'none': 'k-resize-none',
26
26
  'auto': 'k-resize-none'
27
27
  };
@@ -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: 1679481218,
543
- version: '11.4.1-develop.9',
542
+ publishDate: 1680079909,
543
+ version: '11.5.0-develop.2',
544
544
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
545
545
  };
546
546
 
@@ -7311,9 +7311,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7311
7311
  }] } });
7312
7312
 
7313
7313
  const resizeClasses = {
7314
- 'vertical': 'k-resize-vertical',
7315
- 'horizontal': 'k-resize-horizontal',
7316
- 'both': 'k-resize-both',
7314
+ 'vertical': 'k-resize-y',
7315
+ 'horizontal': 'k-resize-x',
7316
+ 'both': 'k-resize',
7317
7317
  'none': 'k-resize-none',
7318
7318
  'auto': 'k-resize-none'
7319
7319
  };
@@ -14604,6 +14604,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
14604
14604
  #maximize
14605
14605
  *ngIf="showMaximize"
14606
14606
  kendoButton
14607
+ type="button"
14607
14608
  class="k-signature-action k-signature-maximize"
14608
14609
  icon="hyperlink-open"
14609
14610
  [svgIcon]="svgIcon('hyperlinkOpenIcon')"
@@ -14617,6 +14618,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
14617
14618
  #minimize
14618
14619
  *ngIf="showMinimize"
14619
14620
  kendoButton
14621
+ type="button"
14620
14622
  class="k-signature-action k-signature-minimize k-rotate-180"
14621
14623
  icon="hyperlink-open"
14622
14624
  [svgIcon]="svgIcon('hyperlinkOpenIcon')"
@@ -14637,6 +14639,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
14637
14639
  kendoButton
14638
14640
  class="k-signature-action k-signature-clear"
14639
14641
  icon="close"
14642
+ type="button"
14640
14643
  [svgIcon]="svgIcon('xIcon')"
14641
14644
  fillMode="flat"
14642
14645
  [size]="size"
@@ -14712,6 +14715,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
14712
14715
  #maximize
14713
14716
  *ngIf="showMaximize"
14714
14717
  kendoButton
14718
+ type="button"
14715
14719
  class="k-signature-action k-signature-maximize"
14716
14720
  icon="hyperlink-open"
14717
14721
  [svgIcon]="svgIcon('hyperlinkOpenIcon')"
@@ -14725,6 +14729,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
14725
14729
  #minimize
14726
14730
  *ngIf="showMinimize"
14727
14731
  kendoButton
14732
+ type="button"
14728
14733
  class="k-signature-action k-signature-minimize k-rotate-180"
14729
14734
  icon="hyperlink-open"
14730
14735
  [svgIcon]="svgIcon('hyperlinkOpenIcon')"
@@ -14745,6 +14750,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
14745
14750
  kendoButton
14746
14751
  class="k-signature-action k-signature-clear"
14747
14752
  icon="close"
14753
+ type="button"
14748
14754
  [svgIcon]="svgIcon('xIcon')"
14749
14755
  fillMode="flat"
14750
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: 1679481218,
542
- version: '11.4.1-develop.9',
541
+ publishDate: 1680079909,
542
+ version: '11.5.0-develop.2',
543
543
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
544
544
  };
545
545
 
@@ -7298,9 +7298,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
7298
7298
  }] } });
7299
7299
 
7300
7300
  const resizeClasses = {
7301
- 'vertical': 'k-resize-vertical',
7302
- 'horizontal': 'k-resize-horizontal',
7303
- 'both': 'k-resize-both',
7301
+ 'vertical': 'k-resize-y',
7302
+ 'horizontal': 'k-resize-x',
7303
+ 'both': 'k-resize',
7304
7304
  'none': 'k-resize-none',
7305
7305
  'auto': 'k-resize-none'
7306
7306
  };
@@ -14568,6 +14568,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
14568
14568
  #maximize
14569
14569
  *ngIf="showMaximize"
14570
14570
  kendoButton
14571
+ type="button"
14571
14572
  class="k-signature-action k-signature-maximize"
14572
14573
  icon="hyperlink-open"
14573
14574
  [svgIcon]="svgIcon('hyperlinkOpenIcon')"
@@ -14581,6 +14582,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
14581
14582
  #minimize
14582
14583
  *ngIf="showMinimize"
14583
14584
  kendoButton
14585
+ type="button"
14584
14586
  class="k-signature-action k-signature-minimize k-rotate-180"
14585
14587
  icon="hyperlink-open"
14586
14588
  [svgIcon]="svgIcon('hyperlinkOpenIcon')"
@@ -14601,6 +14603,7 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
14601
14603
  kendoButton
14602
14604
  class="k-signature-action k-signature-clear"
14603
14605
  icon="close"
14606
+ type="button"
14604
14607
  [svgIcon]="svgIcon('xIcon')"
14605
14608
  fillMode="flat"
14606
14609
  [size]="size"
@@ -14676,6 +14679,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
14676
14679
  #maximize
14677
14680
  *ngIf="showMaximize"
14678
14681
  kendoButton
14682
+ type="button"
14679
14683
  class="k-signature-action k-signature-maximize"
14680
14684
  icon="hyperlink-open"
14681
14685
  [svgIcon]="svgIcon('hyperlinkOpenIcon')"
@@ -14689,6 +14693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
14689
14693
  #minimize
14690
14694
  *ngIf="showMinimize"
14691
14695
  kendoButton
14696
+ type="button"
14692
14697
  class="k-signature-action k-signature-minimize k-rotate-180"
14693
14698
  icon="hyperlink-open"
14694
14699
  [svgIcon]="svgIcon('hyperlinkOpenIcon')"
@@ -14709,6 +14714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
14709
14714
  kendoButton
14710
14715
  class="k-signature-action k-signature-clear"
14711
14716
  icon="close"
14717
+ type="button"
14712
14718
  [svgIcon]="svgIcon('xIcon')"
14713
14719
  fillMode="flat"
14714
14720
  [size]="size"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "11.4.1-develop.9",
3
+ "version": "11.5.0-develop.2",
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.1-develop.9",
37
- "@progress/kendo-angular-common": "11.4.1-develop.9",
38
- "@progress/kendo-angular-dialog": "11.4.1-develop.9",
39
- "@progress/kendo-angular-intl": "11.4.1-develop.9",
40
- "@progress/kendo-angular-l10n": "11.4.1-develop.9",
41
- "@progress/kendo-angular-popup": "11.4.1-develop.9",
42
- "@progress/kendo-angular-icons": "11.4.1-develop.9",
36
+ "@progress/kendo-angular-buttons": "11.5.0-develop.2",
37
+ "@progress/kendo-angular-common": "11.5.0-develop.2",
38
+ "@progress/kendo-angular-dialog": "11.5.0-develop.2",
39
+ "@progress/kendo-angular-intl": "11.5.0-develop.2",
40
+ "@progress/kendo-angular-l10n": "11.5.0-develop.2",
41
+ "@progress/kendo-angular-popup": "11.5.0-develop.2",
42
+ "@progress/kendo-angular-icons": "11.5.0-develop.2",
43
43
  "rxjs": "^6.5.3 || ^7.0.0",
44
- "@progress/kendo-angular-upload": "11.4.1-develop.9"
44
+ "@progress/kendo-angular-upload": "11.5.0-develop.2"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "11.4.1-develop.9",
48
+ "@progress/kendo-angular-schematics": "11.5.0-develop.2",
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"