@progress/kendo-angular-inputs 19.0.0-develop.9 → 19.0.1-develop.1

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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1746776413,
14
- version: '19.0.0-develop.9',
13
+ publishDate: 1748425226,
14
+ version: '19.0.1-develop.1',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -52,7 +52,7 @@ export class RatingComponent {
52
52
  */
53
53
  tabindex = 0;
54
54
  /**
55
- * Sets the number of rating items ([see example]({% slug itemscount_rating %})).
55
+ * Sets the number of Rating items ([see example]({% slug itemscount_rating %})).
56
56
  *
57
57
  * @default 5
58
58
  *
@@ -97,19 +97,19 @@ export class RatingComponent {
97
97
  return this._precision;
98
98
  }
99
99
  /**
100
- * Sets the Rating label. It is not the native HTML `label` element, it is just a `span` element with the provided text ([see example]({% slug label_rating %})).
100
+ * Sets the Rating label to the provided text. The text is rendered in a `<span>` element, instead of the native HTML `<label>` element ([see example]({% slug label_rating %})).
101
101
  */
102
102
  label;
103
103
  /**
104
- * Sets custom Rating font icon ([see example]({% slug icon_rating %})).
104
+ * Sets a custom font icon for the Rating items ([see example]({% slug icon_rating %})).
105
105
  */
106
106
  icon;
107
107
  /**
108
- * Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([see example]({% slug icon_rating %})).
108
+ * Sets a custom SVG icon for the selected/hovered state of the Rating items ([see example]({% slug icon_rating %})).
109
109
  */
110
110
  svgIcon = starIcon;
111
111
  /**
112
- * Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
112
+ * Sets a custom SVG icon for the default state of the Rating items when they are not hovered or selected ([see example]({% slug icon_rating %})).
113
113
  */
114
114
  svgIconOutline = starOutlineIcon;
115
115
  /**
@@ -10,7 +10,6 @@ import { validatePackage } from '@progress/kendo-licensing';
10
10
  import { packageMetadata } from '../package-metadata';
11
11
  import { requiresZoneOnBlur, getStylingClasses } from '../common/utils';
12
12
  import { skip, take } from "rxjs/operators";
13
- import { browser } from '@progress/kendo-common';
14
13
  import { LocalizedSwitchMessagesDirective } from './localization/localized-switch-messages.directive';
15
14
  import * as i0 from "@angular/core";
16
15
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -146,9 +145,6 @@ export class SwitchComponent {
146
145
  */
147
146
  valueChange = new EventEmitter();
148
147
  direction;
149
- get ieClass() {
150
- return browser && browser.msie;
151
- }
152
148
  hostRole = 'switch';
153
149
  get hostId() {
154
150
  return this.focusableId;
@@ -450,7 +446,7 @@ export class SwitchComponent {
450
446
  }
451
447
  }
452
448
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwitchComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
453
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwitchComponent, isStandalone: true, selector: "kendo-switch", inputs: { focusableId: "focusableId", onLabel: "onLabel", offLabel: "offLabel", checked: "checked", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", size: "size", thumbRounded: "thumbRounded", trackRounded: "trackRounded", tabIndex: "tabIndex" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "class.k-ie": "this.ieClass", "attr.role": "this.hostRole", "attr.id": "this.hostId", "attr.aria-checked": "this.ariaChecked", "attr.aria-invalid": "this.ariaInvalid", "attr.tabindex": "this.hostTabIndex", "attr.aria-disabled": "this.ariaDisabled", "attr.aria-readonly": "this.ariaReadonly", "class.k-switch": "this.hostClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
449
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwitchComponent, isStandalone: true, selector: "kendo-switch", inputs: { focusableId: "focusableId", onLabel: "onLabel", offLabel: "offLabel", checked: "checked", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", size: "size", thumbRounded: "thumbRounded", trackRounded: "trackRounded", tabIndex: "tabIndex" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "attr.role": "this.hostRole", "attr.id": "this.hostId", "attr.aria-checked": "this.ariaChecked", "attr.aria-invalid": "this.ariaInvalid", "attr.tabindex": "this.hostTabIndex", "attr.aria-disabled": "this.ariaDisabled", "attr.aria-readonly": "this.ariaReadonly", "class.k-switch": "this.hostClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
454
450
  LocalizationService,
455
451
  { provide: L10N_PREFIX, useValue: 'kendo.switch' },
456
452
  {
@@ -564,9 +560,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
564
560
  }], direction: [{
565
561
  type: HostBinding,
566
562
  args: ['attr.dir']
567
- }], ieClass: [{
568
- type: HostBinding,
569
- args: ['class.k-ie']
570
563
  }], hostRole: [{
571
564
  type: HostBinding,
572
565
  args: ['attr.role']
@@ -16,8 +16,8 @@ import { validatePackage } from '@progress/kendo-licensing';
16
16
  import { caretAltUpIcon, caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, checkIcon, exclamationCircleIcon, xIcon, caretAltExpandIcon, xCircleIcon, dropletSlashIcon, dropletSliderIcon, paletteIcon, starIcon, starOutlineIcon, hyperlinkOpenIcon } from '@progress/kendo-svg-icons';
17
17
  import { NgFor, NgClass, NgSwitch, NgSwitchCase, NgTemplateOutlet, NgIf, NgStyle } from '@angular/common';
18
18
  import { ButtonComponent } from '@progress/kendo-angular-buttons';
19
- import { browser, mobileOS } from '@progress/kendo-common';
20
19
  import * as i1$1 from '@progress/kendo-angular-intl';
20
+ import { mobileOS } from '@progress/kendo-common';
21
21
  import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
22
22
  import { parseColor as parseColor$1, Color, namedColors } from '@progress/kendo-drawing';
23
23
  import * as i1$2 from '@progress/kendo-angular-popup';
@@ -554,8 +554,8 @@ const packageMetadata = {
554
554
  productName: 'Kendo UI for Angular',
555
555
  productCode: 'KENDOUIANGULAR',
556
556
  productCodes: ['KENDOUIANGULAR'],
557
- publishDate: 1746776413,
558
- version: '19.0.0-develop.9',
557
+ publishDate: 1748425226,
558
+ version: '19.0.1-develop.1',
559
559
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
560
560
  };
561
561
 
@@ -2606,9 +2606,6 @@ class SwitchComponent {
2606
2606
  */
2607
2607
  valueChange = new EventEmitter();
2608
2608
  direction;
2609
- get ieClass() {
2610
- return browser && browser.msie;
2611
- }
2612
2609
  hostRole = 'switch';
2613
2610
  get hostId() {
2614
2611
  return this.focusableId;
@@ -2910,7 +2907,7 @@ class SwitchComponent {
2910
2907
  }
2911
2908
  }
2912
2909
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwitchComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2913
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwitchComponent, isStandalone: true, selector: "kendo-switch", inputs: { focusableId: "focusableId", onLabel: "onLabel", offLabel: "offLabel", checked: "checked", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", size: "size", thumbRounded: "thumbRounded", trackRounded: "trackRounded", tabIndex: "tabIndex" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "class.k-ie": "this.ieClass", "attr.role": "this.hostRole", "attr.id": "this.hostId", "attr.aria-checked": "this.ariaChecked", "attr.aria-invalid": "this.ariaInvalid", "attr.tabindex": "this.hostTabIndex", "attr.aria-disabled": "this.ariaDisabled", "attr.aria-readonly": "this.ariaReadonly", "class.k-switch": "this.hostClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
2910
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwitchComponent, isStandalone: true, selector: "kendo-switch", inputs: { focusableId: "focusableId", onLabel: "onLabel", offLabel: "offLabel", checked: "checked", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", size: "size", thumbRounded: "thumbRounded", trackRounded: "trackRounded", tabIndex: "tabIndex" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "attr.role": "this.hostRole", "attr.id": "this.hostId", "attr.aria-checked": "this.ariaChecked", "attr.aria-invalid": "this.ariaInvalid", "attr.tabindex": "this.hostTabIndex", "attr.aria-disabled": "this.ariaDisabled", "attr.aria-readonly": "this.ariaReadonly", "class.k-switch": "this.hostClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
2914
2911
  LocalizationService,
2915
2912
  { provide: L10N_PREFIX, useValue: 'kendo.switch' },
2916
2913
  {
@@ -3024,9 +3021,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
3024
3021
  }], direction: [{
3025
3022
  type: HostBinding,
3026
3023
  args: ['attr.dir']
3027
- }], ieClass: [{
3028
- type: HostBinding,
3029
- args: ['class.k-ie']
3030
3024
  }], hostRole: [{
3031
3025
  type: HostBinding,
3032
3026
  args: ['attr.role']
@@ -15038,7 +15032,7 @@ class RatingComponent {
15038
15032
  */
15039
15033
  tabindex = 0;
15040
15034
  /**
15041
- * Sets the number of rating items ([see example]({% slug itemscount_rating %})).
15035
+ * Sets the number of Rating items ([see example]({% slug itemscount_rating %})).
15042
15036
  *
15043
15037
  * @default 5
15044
15038
  *
@@ -15083,19 +15077,19 @@ class RatingComponent {
15083
15077
  return this._precision;
15084
15078
  }
15085
15079
  /**
15086
- * Sets the Rating label. It is not the native HTML `label` element, it is just a `span` element with the provided text ([see example]({% slug label_rating %})).
15080
+ * Sets the Rating label to the provided text. The text is rendered in a `<span>` element, instead of the native HTML `<label>` element ([see example]({% slug label_rating %})).
15087
15081
  */
15088
15082
  label;
15089
15083
  /**
15090
- * Sets custom Rating font icon ([see example]({% slug icon_rating %})).
15084
+ * Sets a custom font icon for the Rating items ([see example]({% slug icon_rating %})).
15091
15085
  */
15092
15086
  icon;
15093
15087
  /**
15094
- * Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([see example]({% slug icon_rating %})).
15088
+ * Sets a custom SVG icon for the selected/hovered state of the Rating items ([see example]({% slug icon_rating %})).
15095
15089
  */
15096
15090
  svgIcon = starIcon;
15097
15091
  /**
15098
- * Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
15092
+ * Sets a custom SVG icon for the default state of the Rating items when they are not hovered or selected ([see example]({% slug icon_rating %})).
15099
15093
  */
15100
15094
  svgIconOutline = starOutlineIcon;
15101
15095
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "19.0.0-develop.9",
3
+ "version": "19.0.1-develop.1",
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",
@@ -28,7 +28,7 @@
28
28
  "package": {
29
29
  "productName": "Kendo UI for Angular",
30
30
  "productCode": "KENDOUIANGULAR",
31
- "publishDate": 1746776413,
31
+ "publishDate": 1748425226,
32
32
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
33
33
  }
34
34
  },
@@ -40,20 +40,20 @@
40
40
  "@angular/platform-browser": "16 - 19",
41
41
  "@progress/kendo-drawing": "^1.21.0",
42
42
  "@progress/kendo-licensing": "^1.5.0",
43
- "@progress/kendo-angular-buttons": "19.0.0-develop.9",
44
- "@progress/kendo-angular-common": "19.0.0-develop.9",
45
- "@progress/kendo-angular-utils": "19.0.0-develop.9",
46
- "@progress/kendo-angular-navigation": "19.0.0-develop.9",
47
- "@progress/kendo-angular-dialog": "19.0.0-develop.9",
48
- "@progress/kendo-angular-intl": "19.0.0-develop.9",
49
- "@progress/kendo-angular-l10n": "19.0.0-develop.9",
50
- "@progress/kendo-angular-popup": "19.0.0-develop.9",
51
- "@progress/kendo-angular-icons": "19.0.0-develop.9",
43
+ "@progress/kendo-angular-buttons": "19.0.1-develop.1",
44
+ "@progress/kendo-angular-common": "19.0.1-develop.1",
45
+ "@progress/kendo-angular-utils": "19.0.1-develop.1",
46
+ "@progress/kendo-angular-navigation": "19.0.1-develop.1",
47
+ "@progress/kendo-angular-dialog": "19.0.1-develop.1",
48
+ "@progress/kendo-angular-intl": "19.0.1-develop.1",
49
+ "@progress/kendo-angular-l10n": "19.0.1-develop.1",
50
+ "@progress/kendo-angular-popup": "19.0.1-develop.1",
51
+ "@progress/kendo-angular-icons": "19.0.1-develop.1",
52
52
  "rxjs": "^6.5.3 || ^7.0.0"
53
53
  },
54
54
  "dependencies": {
55
55
  "tslib": "^2.3.1",
56
- "@progress/kendo-angular-schematics": "19.0.0-develop.9",
56
+ "@progress/kendo-angular-schematics": "19.0.1-develop.1",
57
57
  "@progress/kendo-common": "^1.0.1",
58
58
  "@progress/kendo-draggable": "^3.0.0",
59
59
  "@progress/kendo-inputs-common": "^3.1.0"
@@ -47,7 +47,7 @@ export declare class RatingComponent implements OnInit, AfterViewInit, OnDestroy
47
47
  */
48
48
  tabindex: number;
49
49
  /**
50
- * Sets the number of rating items ([see example]({% slug itemscount_rating %})).
50
+ * Sets the number of Rating items ([see example]({% slug itemscount_rating %})).
51
51
  *
52
52
  * @default 5
53
53
  *
@@ -77,19 +77,19 @@ export declare class RatingComponent implements OnInit, AfterViewInit, OnDestroy
77
77
  set precision(precision: RatingPrecision);
78
78
  get precision(): RatingPrecision;
79
79
  /**
80
- * Sets the Rating label. It is not the native HTML `label` element, it is just a `span` element with the provided text ([see example]({% slug label_rating %})).
80
+ * Sets the Rating label to the provided text. The text is rendered in a `<span>` element, instead of the native HTML `<label>` element ([see example]({% slug label_rating %})).
81
81
  */
82
82
  label: string;
83
83
  /**
84
- * Sets custom Rating font icon ([see example]({% slug icon_rating %})).
84
+ * Sets a custom font icon for the Rating items ([see example]({% slug icon_rating %})).
85
85
  */
86
86
  icon: string;
87
87
  /**
88
- * Sets custom Rating SVG icon. It is the icon that is used for selected/hovered state ([see example]({% slug icon_rating %})).
88
+ * Sets a custom SVG icon for the selected/hovered state of the Rating items ([see example]({% slug icon_rating %})).
89
89
  */
90
90
  svgIcon: SVGIcon;
91
91
  /**
92
- * Sets custom Rating SVG icon. It is the icon that is used for not selected/hovered state ([see example]({% slug icon_rating %})).
92
+ * Sets a custom SVG icon for the default state of the Rating items when they are not hovered or selected ([see example]({% slug icon_rating %})).
93
93
  */
94
94
  svgIconOutline: SVGIcon;
95
95
  /**
@@ -106,7 +106,6 @@ export declare class SwitchComponent implements ControlValueAccessor, OnInit, On
106
106
  */
107
107
  valueChange: EventEmitter<any>;
108
108
  direction: string;
109
- get ieClass(): boolean;
110
109
  hostRole: string;
111
110
  get hostId(): string;
112
111
  get ariaChecked(): boolean;