@progress/kendo-angular-inputs 19.0.0-develop.17 → 19.0.0-develop.19
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:
|
|
14
|
-
version: '19.0.0-develop.
|
|
13
|
+
publishDate: 1747399820,
|
|
14
|
+
version: '19.0.0-develop.19',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -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", "
|
|
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:
|
|
558
|
-
version: '19.0.0-develop.
|
|
557
|
+
publishDate: 1747399820,
|
|
558
|
+
version: '19.0.0-develop.19',
|
|
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", "
|
|
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']
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "19.0.0-develop.
|
|
3
|
+
"version": "19.0.0-develop.19",
|
|
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":
|
|
31
|
+
"publishDate": 1747399820,
|
|
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.
|
|
44
|
-
"@progress/kendo-angular-common": "19.0.0-develop.
|
|
45
|
-
"@progress/kendo-angular-utils": "19.0.0-develop.
|
|
46
|
-
"@progress/kendo-angular-navigation": "19.0.0-develop.
|
|
47
|
-
"@progress/kendo-angular-dialog": "19.0.0-develop.
|
|
48
|
-
"@progress/kendo-angular-intl": "19.0.0-develop.
|
|
49
|
-
"@progress/kendo-angular-l10n": "19.0.0-develop.
|
|
50
|
-
"@progress/kendo-angular-popup": "19.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-icons": "19.0.0-develop.
|
|
43
|
+
"@progress/kendo-angular-buttons": "19.0.0-develop.19",
|
|
44
|
+
"@progress/kendo-angular-common": "19.0.0-develop.19",
|
|
45
|
+
"@progress/kendo-angular-utils": "19.0.0-develop.19",
|
|
46
|
+
"@progress/kendo-angular-navigation": "19.0.0-develop.19",
|
|
47
|
+
"@progress/kendo-angular-dialog": "19.0.0-develop.19",
|
|
48
|
+
"@progress/kendo-angular-intl": "19.0.0-develop.19",
|
|
49
|
+
"@progress/kendo-angular-l10n": "19.0.0-develop.19",
|
|
50
|
+
"@progress/kendo-angular-popup": "19.0.0-develop.19",
|
|
51
|
+
"@progress/kendo-angular-icons": "19.0.0-develop.19",
|
|
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.
|
|
56
|
+
"@progress/kendo-angular-schematics": "19.0.0-develop.19",
|
|
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"
|
|
@@ -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;
|