@progress/kendo-angular-inputs 10.0.0 → 10.0.1-dev.202209201334

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.
@@ -313,6 +313,7 @@ export class ColorPickerComponent {
313
313
  tileSize: this._paletteSettings.tileSize || 24,
314
314
  columns: this._paletteSettings.columns || presetColumns || 10
315
315
  };
316
+ this.handleHostId();
316
317
  }
317
318
  ngAfterViewInit() {
318
319
  const stylingInputs = ['size', 'rounded', 'fillMode'];
@@ -320,7 +321,6 @@ export class ColorPickerComponent {
320
321
  this.handleClasses(this[input], input);
321
322
  });
322
323
  this.setHostElementAriaLabel();
323
- this.handleHostId();
324
324
  this.initDomEvents();
325
325
  }
326
326
  ngOnChanges(changes) {
@@ -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: 1662989272,
12
+ publishDate: 1663680768,
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
  };
@@ -535,7 +535,7 @@ const packageMetadata = {
535
535
  name: '@progress/kendo-angular-inputs',
536
536
  productName: 'Kendo UI for Angular',
537
537
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
538
- publishDate: 1662989272,
538
+ publishDate: 1663680768,
539
539
  version: '',
540
540
  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'
541
541
  };
@@ -11608,6 +11608,7 @@ class ColorPickerComponent {
11608
11608
  tileSize: this._paletteSettings.tileSize || 24,
11609
11609
  columns: this._paletteSettings.columns || presetColumns || 10
11610
11610
  };
11611
+ this.handleHostId();
11611
11612
  }
11612
11613
  ngAfterViewInit() {
11613
11614
  const stylingInputs = ['size', 'rounded', 'fillMode'];
@@ -11615,7 +11616,6 @@ class ColorPickerComponent {
11615
11616
  this.handleClasses(this[input], input);
11616
11617
  });
11617
11618
  this.setHostElementAriaLabel();
11618
- this.handleHostId();
11619
11619
  this.initDomEvents();
11620
11620
  }
11621
11621
  ngOnChanges(changes) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "10.0.0",
3
+ "version": "10.0.1-dev.202209201334",
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",