@progress/kendo-angular-inputs 16.4.0-develop.2 → 16.4.0-develop.4

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: 1719935859,
13
- version: '16.4.0-develop.2',
12
+ publishDate: 1719995806,
13
+ version: '16.4.0-develop.4',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -596,8 +596,8 @@ TextAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
596
596
  [kendoEventsOutsideAngular]="{
597
597
  focus: handleInputFocus,
598
598
  blur: handleInputBlur,
599
- input: handleInput}">
600
- </textarea>
599
+ input: handleInput}"
600
+ ></textarea>
601
601
  <kendo-input-separator
602
602
  *ngIf="suffix && showSuffixSeparator"
603
603
  [orientation]="separatorOrientation"
@@ -655,8 +655,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
655
655
  [kendoEventsOutsideAngular]="{
656
656
  focus: handleInputFocus,
657
657
  blur: handleInputBlur,
658
- input: handleInput}">
659
- </textarea>
658
+ input: handleInput}"
659
+ ></textarea>
660
660
  <kendo-input-separator
661
661
  *ngIf="suffix && showSuffixSeparator"
662
662
  [orientation]="separatorOrientation"
@@ -544,8 +544,8 @@ const packageMetadata = {
544
544
  name: '@progress/kendo-angular-inputs',
545
545
  productName: 'Kendo UI for Angular',
546
546
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
547
- publishDate: 1719935859,
548
- version: '16.4.0-develop.2',
547
+ publishDate: 1719995806,
548
+ version: '16.4.0-develop.4',
549
549
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
550
550
  };
551
551
 
@@ -8607,8 +8607,8 @@ TextAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
8607
8607
  [kendoEventsOutsideAngular]="{
8608
8608
  focus: handleInputFocus,
8609
8609
  blur: handleInputBlur,
8610
- input: handleInput}">
8611
- </textarea>
8610
+ input: handleInput}"
8611
+ ></textarea>
8612
8612
  <kendo-input-separator
8613
8613
  *ngIf="suffix && showSuffixSeparator"
8614
8614
  [orientation]="separatorOrientation"
@@ -8666,8 +8666,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8666
8666
  [kendoEventsOutsideAngular]="{
8667
8667
  focus: handleInputFocus,
8668
8668
  blur: handleInputBlur,
8669
- input: handleInput}">
8670
- </textarea>
8669
+ input: handleInput}"
8670
+ ></textarea>
8671
8671
  <kendo-input-separator
8672
8672
  *ngIf="suffix && showSuffixSeparator"
8673
8673
  [orientation]="separatorOrientation"
@@ -543,8 +543,8 @@ const packageMetadata = {
543
543
  name: '@progress/kendo-angular-inputs',
544
544
  productName: 'Kendo UI for Angular',
545
545
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
546
- publishDate: 1719935859,
547
- version: '16.4.0-develop.2',
546
+ publishDate: 1719995806,
547
+ version: '16.4.0-develop.4',
548
548
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
549
549
  };
550
550
 
@@ -8590,8 +8590,8 @@ TextAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
8590
8590
  [kendoEventsOutsideAngular]="{
8591
8591
  focus: handleInputFocus,
8592
8592
  blur: handleInputBlur,
8593
- input: handleInput}">
8594
- </textarea>
8593
+ input: handleInput}"
8594
+ ></textarea>
8595
8595
  <kendo-input-separator
8596
8596
  *ngIf="suffix && showSuffixSeparator"
8597
8597
  [orientation]="separatorOrientation"
@@ -8649,8 +8649,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
8649
8649
  [kendoEventsOutsideAngular]="{
8650
8650
  focus: handleInputFocus,
8651
8651
  blur: handleInputBlur,
8652
- input: handleInput}">
8653
- </textarea>
8652
+ input: handleInput}"
8653
+ ></textarea>
8654
8654
  <kendo-input-separator
8655
8655
  *ngIf="suffix && showSuffixSeparator"
8656
8656
  [orientation]="separatorOrientation"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "16.4.0-develop.2",
3
+ "version": "16.4.0-develop.4",
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",
@@ -34,18 +34,18 @@
34
34
  "@angular/platform-browser": "15 - 18",
35
35
  "@progress/kendo-drawing": "^1.19.0",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-buttons": "16.4.0-develop.2",
38
- "@progress/kendo-angular-common": "16.4.0-develop.2",
39
- "@progress/kendo-angular-dialog": "16.4.0-develop.2",
40
- "@progress/kendo-angular-intl": "16.4.0-develop.2",
41
- "@progress/kendo-angular-l10n": "16.4.0-develop.2",
42
- "@progress/kendo-angular-popup": "16.4.0-develop.2",
43
- "@progress/kendo-angular-icons": "16.4.0-develop.2",
37
+ "@progress/kendo-angular-buttons": "16.4.0-develop.4",
38
+ "@progress/kendo-angular-common": "16.4.0-develop.4",
39
+ "@progress/kendo-angular-dialog": "16.4.0-develop.4",
40
+ "@progress/kendo-angular-intl": "16.4.0-develop.4",
41
+ "@progress/kendo-angular-l10n": "16.4.0-develop.4",
42
+ "@progress/kendo-angular-popup": "16.4.0-develop.4",
43
+ "@progress/kendo-angular-icons": "16.4.0-develop.4",
44
44
  "rxjs": "^6.5.3 || ^7.0.0"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "16.4.0-develop.2",
48
+ "@progress/kendo-angular-schematics": "16.4.0-develop.4",
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"