@progress/kendo-angular-inputs 9.0.4-dev.202207281411 → 9.0.4-dev.202208010852
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.
|
@@ -461,6 +461,7 @@ FlatColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
461
461
|
[tileSize]="paletteSettings.tileSize"
|
|
462
462
|
[format]="format"
|
|
463
463
|
[value]="selection"
|
|
464
|
+
[readonly]="readonly"
|
|
464
465
|
(valueChange)="handleValueChange($event)"
|
|
465
466
|
>
|
|
466
467
|
</kendo-colorpalette>
|
|
@@ -564,6 +565,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
564
565
|
[tileSize]="paletteSettings.tileSize"
|
|
565
566
|
[format]="format"
|
|
566
567
|
[value]="selection"
|
|
568
|
+
[readonly]="readonly"
|
|
567
569
|
(valueChange)="handleValueChange($event)"
|
|
568
570
|
>
|
|
569
571
|
</kendo-colorpalette>
|
|
@@ -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:
|
|
12
|
+
publishDate: 1659343915,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -519,7 +519,7 @@ const packageMetadata = {
|
|
|
519
519
|
name: '@progress/kendo-angular-inputs',
|
|
520
520
|
productName: 'Kendo UI for Angular',
|
|
521
521
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
522
|
-
publishDate:
|
|
522
|
+
publishDate: 1659343915,
|
|
523
523
|
version: '',
|
|
524
524
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
525
525
|
};
|
|
@@ -11074,6 +11074,7 @@ FlatColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
11074
11074
|
[tileSize]="paletteSettings.tileSize"
|
|
11075
11075
|
[format]="format"
|
|
11076
11076
|
[value]="selection"
|
|
11077
|
+
[readonly]="readonly"
|
|
11077
11078
|
(valueChange)="handleValueChange($event)"
|
|
11078
11079
|
>
|
|
11079
11080
|
</kendo-colorpalette>
|
|
@@ -11177,6 +11178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
11177
11178
|
[tileSize]="paletteSettings.tileSize"
|
|
11178
11179
|
[format]="format"
|
|
11179
11180
|
[value]="selection"
|
|
11181
|
+
[readonly]="readonly"
|
|
11180
11182
|
(valueChange)="handleValueChange($event)"
|
|
11181
11183
|
>
|
|
11182
11184
|
</kendo-colorpalette>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "9.0.4-dev.
|
|
3
|
+
"version": "9.0.4-dev.202208010852",
|
|
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",
|