@progress/kendo-angular-inputs 25.0.0-develop.1 → 25.0.0-develop.13
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.
- package/fesm2022/progress-kendo-angular-inputs.mjs +507 -423
- package/index.d.ts +38 -14
- package/package-metadata.mjs +2 -2
- package/package.json +12 -12
|
@@ -13,7 +13,7 @@ export { PrefixTemplateDirective, SeparatorComponent, SuffixTemplateDirective }
|
|
|
13
13
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
14
14
|
import { ComponentMessages, LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
|
|
15
15
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
16
|
-
import { chevronUpIcon, chevronDownIcon, chevronLeftIcon, chevronRightIcon, xIcon, exclamationCircleIcon, checkIcon, caretAltExpandIcon,
|
|
16
|
+
import { chevronUpIcon, chevronDownIcon, chevronLeftIcon, chevronRightIcon, xIcon, exclamationCircleIcon, checkIcon, caretAltExpandIcon, dropletSlashIcon, dropletSliderIcon, paletteIcon, hyperlinkOpenIcon } from '@progress/kendo-svg-icons';
|
|
17
17
|
import { NgClass, NgTemplateOutlet, NgStyle } from '@angular/common';
|
|
18
18
|
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
19
19
|
import * as i1$1 from '@progress/kendo-angular-intl';
|
|
@@ -583,8 +583,8 @@ const packageMetadata = {
|
|
|
583
583
|
productName: 'Kendo UI for Angular',
|
|
584
584
|
productCode: 'KENDOUIANGULAR',
|
|
585
585
|
productCodes: ['KENDOUIANGULAR'],
|
|
586
|
-
publishDate:
|
|
587
|
-
version: '25.0.0-develop.
|
|
586
|
+
publishDate: 1785426754,
|
|
587
|
+
version: '25.0.0-develop.13',
|
|
588
588
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
589
589
|
};
|
|
590
590
|
|
|
@@ -607,10 +607,10 @@ class LabelTemplateDirective {
|
|
|
607
607
|
constructor(templateRef) {
|
|
608
608
|
this.templateRef = templateRef;
|
|
609
609
|
}
|
|
610
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
611
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
610
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
611
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LabelTemplateDirective, isStandalone: true, selector: "[kendoSliderLabelTemplate]", ngImport: i0 });
|
|
612
612
|
}
|
|
613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LabelTemplateDirective, decorators: [{
|
|
614
614
|
type: Directive,
|
|
615
615
|
args: [{
|
|
616
616
|
selector: '[kendoSliderLabelTemplate]',
|
|
@@ -829,10 +829,10 @@ class SliderBase {
|
|
|
829
829
|
}
|
|
830
830
|
});
|
|
831
831
|
}
|
|
832
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
833
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
832
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderBase, deps: [{ token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
833
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: SliderBase, isStandalone: true, selector: "kendo-slider-base", inputs: { title: "title", tickPlacement: "tickPlacement", vertical: "vertical", min: "min", max: "max", smallStep: "smallStep", largeStep: "largeStep", fixedTickWidth: "fixedTickWidth", disabled: "disabled", readonly: "readonly", tabindex: "tabindex" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "class.k-slider-horizontal": "this.horizontalClass", "class.k-slider-vertical": "this.verticalClass", "class.k-slider": "this.sliderClass", "class.k-disabled": "this.disabledClass" } }, queries: [{ propertyName: "labelTemplate", first: true, predicate: LabelTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "wrapper", first: true, predicate: ["wrap"], descendants: true, static: true }, { propertyName: "track", first: true, predicate: ["track"], descendants: true, static: true }, { propertyName: "sliderSelection", first: true, predicate: ["sliderSelection"], descendants: true, static: true }, { propertyName: "ticksContainer", first: true, predicate: ["ticks"], descendants: true, read: ElementRef }, { propertyName: "ticks", first: true, predicate: ["ticks"], descendants: true }], ngImport: i0, template: ``, isInline: true });
|
|
834
834
|
}
|
|
835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderBase, decorators: [{
|
|
836
836
|
type: Component,
|
|
837
837
|
args: [{
|
|
838
838
|
selector: 'kendo-slider-base',
|
|
@@ -964,8 +964,8 @@ class SliderTicksComponent {
|
|
|
964
964
|
'k-last': (!first && !this.vertical) || (first && this.vertical)
|
|
965
965
|
};
|
|
966
966
|
}
|
|
967
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
968
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
967
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderTicksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
968
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: SliderTicksComponent, isStandalone: true, selector: "[kendoSliderTicks]", inputs: { tickTitle: "tickTitle", vertical: "vertical", step: "step", largeStep: "largeStep", min: "min", max: "max", labelTemplate: "labelTemplate" }, host: { properties: { "class": "this.wrapperClasses" } }, viewQueries: [{ propertyName: "tickElements", predicate: ["tickElement"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
969
969
|
@for (tick of ticks; track tick) {
|
|
970
970
|
<li #tickElement
|
|
971
971
|
[ngClass]="tick.classes"
|
|
@@ -991,7 +991,7 @@ class SliderTicksComponent {
|
|
|
991
991
|
</ng-template>
|
|
992
992
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
993
993
|
}
|
|
994
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderTicksComponent, decorators: [{
|
|
995
995
|
type: Component,
|
|
996
996
|
args: [{
|
|
997
997
|
selector: '[kendoSliderTicks]',
|
|
@@ -1061,10 +1061,10 @@ class SliderMessages extends ComponentMessages {
|
|
|
1061
1061
|
* The title of the drag handle of the Slider.
|
|
1062
1062
|
*/
|
|
1063
1063
|
dragHandle;
|
|
1064
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1065
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1064
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1065
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: SliderMessages, isStandalone: true, selector: "kendo-slider-messages-base", inputs: { decrement: "decrement", increment: "increment", dragHandle: "dragHandle" }, usesInheritance: true, ngImport: i0 });
|
|
1066
1066
|
}
|
|
1067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderMessages, decorators: [{
|
|
1068
1068
|
type: Directive,
|
|
1069
1069
|
args: [{
|
|
1070
1070
|
selector: 'kendo-slider-messages-base'
|
|
@@ -1086,15 +1086,15 @@ class LocalizedSliderMessagesDirective extends SliderMessages {
|
|
|
1086
1086
|
super();
|
|
1087
1087
|
this.service = service;
|
|
1088
1088
|
}
|
|
1089
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1090
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1089
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedSliderMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1090
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedSliderMessagesDirective, isStandalone: true, selector: "[kendoSliderLocalizedMessages]", providers: [
|
|
1091
1091
|
{
|
|
1092
1092
|
provide: SliderMessages,
|
|
1093
1093
|
useExisting: forwardRef(() => LocalizedSliderMessagesDirective)
|
|
1094
1094
|
}
|
|
1095
1095
|
], usesInheritance: true, ngImport: i0 });
|
|
1096
1096
|
}
|
|
1097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedSliderMessagesDirective, decorators: [{
|
|
1098
1098
|
type: Directive,
|
|
1099
1099
|
args: [{
|
|
1100
1100
|
providers: [
|
|
@@ -1176,6 +1176,12 @@ class SliderComponent extends SliderBase {
|
|
|
1176
1176
|
get currentValue() {
|
|
1177
1177
|
return isPresent(this.value) ? this.value.toString() : '';
|
|
1178
1178
|
}
|
|
1179
|
+
/**
|
|
1180
|
+
* @hidden
|
|
1181
|
+
*/
|
|
1182
|
+
get hostAriaLabel() {
|
|
1183
|
+
return this.hostElement.nativeElement.getAttribute('aria-label');
|
|
1184
|
+
}
|
|
1179
1185
|
/**
|
|
1180
1186
|
* @hidden
|
|
1181
1187
|
*/
|
|
@@ -1248,6 +1254,9 @@ class SliderComponent extends SliderBase {
|
|
|
1248
1254
|
}
|
|
1249
1255
|
this.attachElementEventHandlers();
|
|
1250
1256
|
this.isSliderInvalid();
|
|
1257
|
+
if (this.control) {
|
|
1258
|
+
this.subscriptions.add(this.control.statusChanges.subscribe(() => this.isSliderInvalid()));
|
|
1259
|
+
}
|
|
1251
1260
|
}
|
|
1252
1261
|
ngOnDestroy() {
|
|
1253
1262
|
if (this.subscriptions) {
|
|
@@ -1449,9 +1458,13 @@ class SliderComponent extends SliderBase {
|
|
|
1449
1458
|
};
|
|
1450
1459
|
}
|
|
1451
1460
|
isSliderInvalid() {
|
|
1452
|
-
|
|
1453
|
-
this.isInvalid
|
|
1454
|
-
|
|
1461
|
+
this.isInvalid = !!(this.control?.invalid && (this.control?.touched || this.control?.dirty));
|
|
1462
|
+
if (this.isInvalid) {
|
|
1463
|
+
this.renderer.setAttribute(this.draghandle.nativeElement, 'aria-invalid', 'true');
|
|
1464
|
+
}
|
|
1465
|
+
else {
|
|
1466
|
+
this.renderer.removeAttribute(this.draghandle.nativeElement, 'aria-invalid');
|
|
1467
|
+
}
|
|
1455
1468
|
}
|
|
1456
1469
|
attachElementEventHandlers() {
|
|
1457
1470
|
const hostElement = this.hostElement.nativeElement;
|
|
@@ -1507,6 +1520,7 @@ class SliderComponent extends SliderBase {
|
|
|
1507
1520
|
if (hasObservers(this.onBlur) || requiresZoneOnBlur(this.control)) {
|
|
1508
1521
|
this.ngZone.run(() => {
|
|
1509
1522
|
this.ngTouched();
|
|
1523
|
+
this.isSliderInvalid();
|
|
1510
1524
|
if (!this.focusChangedProgrammatically) {
|
|
1511
1525
|
this.onBlur.emit();
|
|
1512
1526
|
}
|
|
@@ -1537,8 +1551,8 @@ class SliderComponent extends SliderBase {
|
|
|
1537
1551
|
}
|
|
1538
1552
|
return this.direction === 'ltr' ? this.arrowRightIcon : this.arrowLeftIcon;
|
|
1539
1553
|
}
|
|
1540
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1541
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
1554
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1555
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: SliderComponent, isStandalone: true, selector: "kendo-slider", inputs: { focusableId: "focusableId", dragHandleTitle: "dragHandleTitle", incrementTitle: "incrementTitle", animate: "animate", decrementTitle: "decrementTitle", showButtons: "showButtons", value: "value", tabIndex: "tabIndex" }, providers: [
|
|
1542
1556
|
LocalizationService,
|
|
1543
1557
|
{ provide: L10N_PREFIX, useValue: 'kendo.slider' },
|
|
1544
1558
|
{ multi: true, provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => SliderComponent) },
|
|
@@ -1595,10 +1609,10 @@ class SliderComponent extends SliderBase {
|
|
|
1595
1609
|
[attr.aria-valuemin]="min"
|
|
1596
1610
|
[attr.aria-valuemax]="max"
|
|
1597
1611
|
[attr.aria-valuenow]="currentValue"
|
|
1598
|
-
[attr.aria-valuetext]="currentValue"
|
|
1599
1612
|
[attr.aria-disabled]="disabled ? true : undefined"
|
|
1600
1613
|
[attr.aria-readonly]="readonly ? true : undefined"
|
|
1601
|
-
[attr.aria-orientation]="vertical ? 'vertical' :
|
|
1614
|
+
[attr.aria-orientation]="vertical ? 'vertical' : null"
|
|
1615
|
+
[attr.aria-label]="hostAriaLabel"
|
|
1602
1616
|
[style.touch-action]="isDisabled ? '' : 'none'"
|
|
1603
1617
|
class="k-draghandle k-draghandle-end"
|
|
1604
1618
|
[title]="dragHandleMessage"
|
|
@@ -1627,7 +1641,7 @@ class SliderComponent extends SliderBase {
|
|
|
1627
1641
|
<kendo-resize-sensor (resize)="sizeComponent(false)"></kendo-resize-sensor>
|
|
1628
1642
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: SliderTicksComponent, selector: "[kendoSliderTicks]", inputs: ["tickTitle", "vertical", "step", "largeStep", "min", "max", "labelTemplate"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }] });
|
|
1629
1643
|
}
|
|
1630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderComponent, decorators: [{
|
|
1631
1645
|
type: Component,
|
|
1632
1646
|
args: [{
|
|
1633
1647
|
exportAs: 'kendoSlider',
|
|
@@ -1690,10 +1704,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
1690
1704
|
[attr.aria-valuemin]="min"
|
|
1691
1705
|
[attr.aria-valuemax]="max"
|
|
1692
1706
|
[attr.aria-valuenow]="currentValue"
|
|
1693
|
-
[attr.aria-valuetext]="currentValue"
|
|
1694
1707
|
[attr.aria-disabled]="disabled ? true : undefined"
|
|
1695
1708
|
[attr.aria-readonly]="readonly ? true : undefined"
|
|
1696
|
-
[attr.aria-orientation]="vertical ? 'vertical' :
|
|
1709
|
+
[attr.aria-orientation]="vertical ? 'vertical' : null"
|
|
1710
|
+
[attr.aria-label]="hostAriaLabel"
|
|
1697
1711
|
[style.touch-action]="isDisabled ? '' : 'none'"
|
|
1698
1712
|
class="k-draghandle k-draghandle-end"
|
|
1699
1713
|
[title]="dragHandleMessage"
|
|
@@ -1810,10 +1824,10 @@ class RangeSliderMessages extends ComponentMessages {
|
|
|
1810
1824
|
* The title of the range `end` drag handle.
|
|
1811
1825
|
*/
|
|
1812
1826
|
dragHandleEnd;
|
|
1813
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1814
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1827
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1828
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: RangeSliderMessages, isStandalone: true, selector: "kendo-rangeslider-messages-base", inputs: { dragHandleStart: "dragHandleStart", dragHandleEnd: "dragHandleEnd" }, usesInheritance: true, ngImport: i0 });
|
|
1815
1829
|
}
|
|
1816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1830
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderMessages, decorators: [{
|
|
1817
1831
|
type: Directive,
|
|
1818
1832
|
args: [{
|
|
1819
1833
|
selector: 'kendo-rangeslider-messages-base'
|
|
@@ -1833,15 +1847,15 @@ class LocalizedRangeSliderMessagesDirective extends RangeSliderMessages {
|
|
|
1833
1847
|
super();
|
|
1834
1848
|
this.service = service;
|
|
1835
1849
|
}
|
|
1836
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
1837
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
1850
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedRangeSliderMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1851
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedRangeSliderMessagesDirective, isStandalone: true, selector: "[kendoSliderLocalizedMessages]", providers: [
|
|
1838
1852
|
{
|
|
1839
1853
|
provide: RangeSliderMessages,
|
|
1840
1854
|
useExisting: forwardRef(() => LocalizedRangeSliderMessagesDirective)
|
|
1841
1855
|
}
|
|
1842
1856
|
], usesInheritance: true, ngImport: i0 });
|
|
1843
1857
|
}
|
|
1844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
1858
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedRangeSliderMessagesDirective, decorators: [{
|
|
1845
1859
|
type: Directive,
|
|
1846
1860
|
args: [{
|
|
1847
1861
|
providers: [
|
|
@@ -1899,6 +1913,20 @@ class RangeSliderComponent extends SliderBase {
|
|
|
1899
1913
|
activeHandle = 'startHandle';
|
|
1900
1914
|
focusChangedProgrammatically = false;
|
|
1901
1915
|
isInvalid;
|
|
1916
|
+
/**
|
|
1917
|
+
* @hidden
|
|
1918
|
+
*/
|
|
1919
|
+
get startHandleAriaLabel() {
|
|
1920
|
+
const hostLabel = this.hostElement?.nativeElement?.getAttribute('aria-label');
|
|
1921
|
+
return hostLabel ? `${hostLabel} start` : null;
|
|
1922
|
+
}
|
|
1923
|
+
/**
|
|
1924
|
+
* @hidden
|
|
1925
|
+
*/
|
|
1926
|
+
get endHandleAriaLabel() {
|
|
1927
|
+
const hostLabel = this.hostElement?.nativeElement?.getAttribute('aria-label');
|
|
1928
|
+
return hostLabel ? `${hostLabel} end` : null;
|
|
1929
|
+
}
|
|
1902
1930
|
constructor(localization, injector, renderer, ngZone, changeDetector, hostElement) {
|
|
1903
1931
|
super(localization, injector, renderer, ngZone, changeDetector, hostElement);
|
|
1904
1932
|
this.localization = localization;
|
|
@@ -1956,6 +1984,9 @@ class RangeSliderComponent extends SliderBase {
|
|
|
1956
1984
|
}
|
|
1957
1985
|
this.isRangeSliderInvalid();
|
|
1958
1986
|
this.attachElementEventHandlers();
|
|
1987
|
+
if (this.control) {
|
|
1988
|
+
this.subscriptions.add(this.control.statusChanges.subscribe(() => this.isRangeSliderInvalid()));
|
|
1989
|
+
}
|
|
1959
1990
|
}
|
|
1960
1991
|
ngOnDestroy() {
|
|
1961
1992
|
if (this.subscriptions) {
|
|
@@ -2213,10 +2244,15 @@ class RangeSliderComponent extends SliderBase {
|
|
|
2213
2244
|
};
|
|
2214
2245
|
}
|
|
2215
2246
|
isRangeSliderInvalid() {
|
|
2216
|
-
|
|
2217
|
-
this.isInvalid
|
|
2218
|
-
|
|
2219
|
-
|
|
2247
|
+
this.isInvalid = !!(this.control?.invalid && (this.control?.touched || this.control?.dirty));
|
|
2248
|
+
if (this.isInvalid) {
|
|
2249
|
+
this.renderer.setAttribute(this.draghandleStart.nativeElement, 'aria-invalid', 'true');
|
|
2250
|
+
this.renderer.setAttribute(this.draghandleEnd.nativeElement, 'aria-invalid', 'true');
|
|
2251
|
+
}
|
|
2252
|
+
else {
|
|
2253
|
+
this.renderer.removeAttribute(this.draghandleStart.nativeElement, 'aria-invalid');
|
|
2254
|
+
this.renderer.removeAttribute(this.draghandleEnd.nativeElement, 'aria-invalid');
|
|
2255
|
+
}
|
|
2220
2256
|
}
|
|
2221
2257
|
attachElementEventHandlers() {
|
|
2222
2258
|
const hostElement = this.hostElement.nativeElement;
|
|
@@ -2272,14 +2308,15 @@ class RangeSliderComponent extends SliderBase {
|
|
|
2272
2308
|
if (hasObservers(this.onBlur) || requiresZoneOnBlur(this.control)) {
|
|
2273
2309
|
this.ngZone.run(() => {
|
|
2274
2310
|
this.ngTouched();
|
|
2311
|
+
this.isRangeSliderInvalid();
|
|
2275
2312
|
if (!this.focusChangedProgrammatically) {
|
|
2276
2313
|
this.onBlur.emit();
|
|
2277
2314
|
}
|
|
2278
2315
|
});
|
|
2279
2316
|
}
|
|
2280
2317
|
};
|
|
2281
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2282
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
2318
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
2319
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: RangeSliderComponent, isStandalone: true, selector: "kendo-rangeslider", inputs: { value: "value" }, providers: [
|
|
2283
2320
|
LocalizationService,
|
|
2284
2321
|
{ provide: L10N_PREFIX, useValue: 'kendo.rangeslider' },
|
|
2285
2322
|
{ multi: true, provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => RangeSliderComponent) },
|
|
@@ -2324,12 +2361,12 @@ class RangeSliderComponent extends SliderBase {
|
|
|
2324
2361
|
[attr.aria-valuemin]="min"
|
|
2325
2362
|
[attr.aria-valuemax]="max"
|
|
2326
2363
|
[attr.aria-valuenow]="value ? value[0] : null"
|
|
2327
|
-
[attr.aria-valuetext]="valueText"
|
|
2328
2364
|
[attr.aria-disabled]="disabled ? true : undefined"
|
|
2329
2365
|
[attr.aria-readonly]="readonly ? true : undefined"
|
|
2330
|
-
[attr.aria-orientation]="vertical ? 'vertical' :
|
|
2366
|
+
[attr.aria-orientation]="vertical ? 'vertical' : null"
|
|
2367
|
+
[attr.aria-label]="startHandleAriaLabel"
|
|
2331
2368
|
[style.touch-action]="isDisabled ? '' : 'none'"
|
|
2332
|
-
class="k-draghandle"
|
|
2369
|
+
class="k-draghandle k-draghandle-start"
|
|
2333
2370
|
[title]="textFor('dragHandleStart')"
|
|
2334
2371
|
kendoDraggable
|
|
2335
2372
|
(kendoPress)="ifEnabled(handleDragPress ,$event)"
|
|
@@ -2343,12 +2380,12 @@ class RangeSliderComponent extends SliderBase {
|
|
|
2343
2380
|
[attr.aria-valuemin]="min"
|
|
2344
2381
|
[attr.aria-valuemax]="max"
|
|
2345
2382
|
[attr.aria-valuenow]="value ? value[1] : null"
|
|
2346
|
-
[attr.aria-valuetext]="valueText"
|
|
2347
2383
|
[attr.aria-disabled]="disabled ? true : undefined"
|
|
2348
2384
|
[attr.aria-readonly]="readonly ? true : undefined"
|
|
2349
|
-
[attr.aria-orientation]="vertical ? 'vertical' :
|
|
2385
|
+
[attr.aria-orientation]="vertical ? 'vertical' : null"
|
|
2386
|
+
[attr.aria-label]="endHandleAriaLabel"
|
|
2350
2387
|
[style.touch-action]="isDisabled ? '' : 'none'"
|
|
2351
|
-
class="k-draghandle"
|
|
2388
|
+
class="k-draghandle k-draghandle-end"
|
|
2352
2389
|
[title]="textFor('dragHandleEnd')"
|
|
2353
2390
|
kendoDraggable
|
|
2354
2391
|
(kendoPress)="ifEnabled(handleDragPress ,$event)"
|
|
@@ -2360,7 +2397,7 @@ class RangeSliderComponent extends SliderBase {
|
|
|
2360
2397
|
<kendo-resize-sensor (resize)="sizeComponent()"></kendo-resize-sensor>
|
|
2361
2398
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedRangeSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]" }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: SliderTicksComponent, selector: "[kendoSliderTicks]", inputs: ["tickTitle", "vertical", "step", "largeStep", "min", "max", "labelTemplate"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }] });
|
|
2362
2399
|
}
|
|
2363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderComponent, decorators: [{
|
|
2364
2401
|
type: Component,
|
|
2365
2402
|
args: [{
|
|
2366
2403
|
exportAs: 'kendoRangeSlider',
|
|
@@ -2411,12 +2448,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
2411
2448
|
[attr.aria-valuemin]="min"
|
|
2412
2449
|
[attr.aria-valuemax]="max"
|
|
2413
2450
|
[attr.aria-valuenow]="value ? value[0] : null"
|
|
2414
|
-
[attr.aria-valuetext]="valueText"
|
|
2415
2451
|
[attr.aria-disabled]="disabled ? true : undefined"
|
|
2416
2452
|
[attr.aria-readonly]="readonly ? true : undefined"
|
|
2417
|
-
[attr.aria-orientation]="vertical ? 'vertical' :
|
|
2453
|
+
[attr.aria-orientation]="vertical ? 'vertical' : null"
|
|
2454
|
+
[attr.aria-label]="startHandleAriaLabel"
|
|
2418
2455
|
[style.touch-action]="isDisabled ? '' : 'none'"
|
|
2419
|
-
class="k-draghandle"
|
|
2456
|
+
class="k-draghandle k-draghandle-start"
|
|
2420
2457
|
[title]="textFor('dragHandleStart')"
|
|
2421
2458
|
kendoDraggable
|
|
2422
2459
|
(kendoPress)="ifEnabled(handleDragPress ,$event)"
|
|
@@ -2430,12 +2467,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
2430
2467
|
[attr.aria-valuemin]="min"
|
|
2431
2468
|
[attr.aria-valuemax]="max"
|
|
2432
2469
|
[attr.aria-valuenow]="value ? value[1] : null"
|
|
2433
|
-
[attr.aria-valuetext]="valueText"
|
|
2434
2470
|
[attr.aria-disabled]="disabled ? true : undefined"
|
|
2435
2471
|
[attr.aria-readonly]="readonly ? true : undefined"
|
|
2436
|
-
[attr.aria-orientation]="vertical ? 'vertical' :
|
|
2472
|
+
[attr.aria-orientation]="vertical ? 'vertical' : null"
|
|
2473
|
+
[attr.aria-label]="endHandleAriaLabel"
|
|
2437
2474
|
[style.touch-action]="isDisabled ? '' : 'none'"
|
|
2438
|
-
class="k-draghandle"
|
|
2475
|
+
class="k-draghandle k-draghandle-end"
|
|
2439
2476
|
[title]="textFor('dragHandleEnd')"
|
|
2440
2477
|
kendoDraggable
|
|
2441
2478
|
(kendoPress)="ifEnabled(handleDragPress ,$event)"
|
|
@@ -2471,10 +2508,10 @@ class Messages extends ComponentMessages {
|
|
|
2471
2508
|
* The title of the **Off** button of the Switch.
|
|
2472
2509
|
*/
|
|
2473
2510
|
off;
|
|
2474
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2475
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2511
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
2512
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: Messages, isStandalone: true, selector: "kendo-switch-messages-base", inputs: { on: "on", off: "off" }, usesInheritance: true, ngImport: i0 });
|
|
2476
2513
|
}
|
|
2477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: Messages, decorators: [{
|
|
2478
2515
|
type: Directive,
|
|
2479
2516
|
args: [{
|
|
2480
2517
|
selector: 'kendo-switch-messages-base'
|
|
@@ -2494,15 +2531,15 @@ class LocalizedSwitchMessagesDirective extends Messages {
|
|
|
2494
2531
|
super();
|
|
2495
2532
|
this.service = service;
|
|
2496
2533
|
}
|
|
2497
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2498
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
2534
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedSwitchMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2535
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedSwitchMessagesDirective, isStandalone: true, selector: "[kendoSwitchLocalizedMessages]", providers: [
|
|
2499
2536
|
{
|
|
2500
2537
|
provide: Messages,
|
|
2501
2538
|
useExisting: forwardRef(() => LocalizedSwitchMessagesDirective)
|
|
2502
2539
|
}
|
|
2503
2540
|
], usesInheritance: true, ngImport: i0 });
|
|
2504
2541
|
}
|
|
2505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
2542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedSwitchMessagesDirective, decorators: [{
|
|
2506
2543
|
type: Directive,
|
|
2507
2544
|
args: [{
|
|
2508
2545
|
providers: [
|
|
@@ -2661,7 +2698,7 @@ class SwitchComponent {
|
|
|
2661
2698
|
return this.disabled ? true : undefined;
|
|
2662
2699
|
}
|
|
2663
2700
|
get ariaReadonly() {
|
|
2664
|
-
return this.readonly;
|
|
2701
|
+
return this.readonly || null;
|
|
2665
2702
|
}
|
|
2666
2703
|
hostClasses = true;
|
|
2667
2704
|
get disabledClass() {
|
|
@@ -2934,8 +2971,8 @@ class SwitchComponent {
|
|
|
2934
2971
|
this.renderer.addClass(thumb, classes.toAdd);
|
|
2935
2972
|
}
|
|
2936
2973
|
}
|
|
2937
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
2938
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
2974
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", 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 });
|
|
2975
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", 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: [
|
|
2939
2976
|
LocalizationService,
|
|
2940
2977
|
{ provide: L10N_PREFIX, useValue: 'kendo.switch' },
|
|
2941
2978
|
{
|
|
@@ -2974,7 +3011,7 @@ class SwitchComponent {
|
|
|
2974
3011
|
</span>
|
|
2975
3012
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedSwitchMessagesDirective, selector: "[kendoSwitchLocalizedMessages]" }] });
|
|
2976
3013
|
}
|
|
2977
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SwitchComponent, decorators: [{
|
|
2978
3015
|
type: Component,
|
|
2979
3016
|
args: [{
|
|
2980
3017
|
exportAs: 'kendoSwitch',
|
|
@@ -3177,13 +3214,13 @@ class TextBoxDirective {
|
|
|
3177
3214
|
ngOnDestroy() {
|
|
3178
3215
|
this.listeners.forEach(listener => listener());
|
|
3179
3216
|
}
|
|
3180
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3181
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3218
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TextBoxDirective, isStandalone: true, selector: "input[kendoTextBox]", inputs: { value: "value" }, providers: [{
|
|
3182
3219
|
provide: KendoInput,
|
|
3183
3220
|
useExisting: forwardRef(() => TextBoxDirective)
|
|
3184
3221
|
}], ngImport: i0 });
|
|
3185
3222
|
}
|
|
3186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxDirective, decorators: [{
|
|
3187
3224
|
type: Directive,
|
|
3188
3225
|
args: [{
|
|
3189
3226
|
selector: 'input[kendoTextBox]',
|
|
@@ -3417,8 +3454,8 @@ class TextAreaDirective {
|
|
|
3417
3454
|
});
|
|
3418
3455
|
}
|
|
3419
3456
|
}
|
|
3420
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3421
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3457
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3458
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TextAreaDirective, isStandalone: true, selector: "textarea[kendoTextArea]", inputs: { autoSize: "autoSize", value: "value" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-autofill": "this.autofillClass", "attr.dir": "this.direction" } }, providers: [{
|
|
3422
3459
|
provide: NG_VALUE_ACCESSOR,
|
|
3423
3460
|
useExisting: forwardRef(() => TextAreaDirective),
|
|
3424
3461
|
multi: true
|
|
@@ -3427,7 +3464,7 @@ class TextAreaDirective {
|
|
|
3427
3464
|
useExisting: forwardRef(() => TextAreaDirective)
|
|
3428
3465
|
}], usesOnChanges: true, ngImport: i0 });
|
|
3429
3466
|
}
|
|
3430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaDirective, decorators: [{
|
|
3431
3468
|
type: Directive,
|
|
3432
3469
|
args: [{
|
|
3433
3470
|
providers: [{
|
|
@@ -3643,10 +3680,10 @@ class InputSeparatorComponent {
|
|
|
3643
3680
|
return this.orientation === 'horizontal';
|
|
3644
3681
|
}
|
|
3645
3682
|
hostClass = true;
|
|
3646
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3647
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
3683
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: InputSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3684
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: InputSeparatorComponent, isStandalone: true, selector: "kendo-input-separator, kendo-textbox-separator", inputs: { orientation: "orientation" }, host: { properties: { "class.k-input-separator-vertical": "this.vertical", "class.k-input-separator-horizontal": "this.horizontal", "class.k-input-separator": "this.hostClass" } }, ngImport: i0, template: ``, isInline: true });
|
|
3648
3685
|
}
|
|
3649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: InputSeparatorComponent, decorators: [{
|
|
3650
3687
|
type: Component,
|
|
3651
3688
|
args: [{
|
|
3652
3689
|
selector: 'kendo-input-separator, kendo-textbox-separator',
|
|
@@ -3758,10 +3795,10 @@ class SharedInputEventsDirective {
|
|
|
3758
3795
|
ngOnDestroy() {
|
|
3759
3796
|
this.subscriptions.unsubscribe();
|
|
3760
3797
|
}
|
|
3761
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3762
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3798
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SharedInputEventsDirective, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3799
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: SharedInputEventsDirective, isStandalone: true, selector: "[kendoInputSharedEvents]", inputs: { hostElement: "hostElement", clearButtonClicked: "clearButtonClicked", isFocused: "isFocused" }, outputs: { isFocusedChange: "isFocusedChange", onFocus: "onFocus", handleBlur: "handleBlur" }, ngImport: i0 });
|
|
3763
3800
|
}
|
|
3764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SharedInputEventsDirective, decorators: [{
|
|
3765
3802
|
type: Directive,
|
|
3766
3803
|
args: [{
|
|
3767
3804
|
selector: '[kendoInputSharedEvents]',
|
|
@@ -3793,10 +3830,10 @@ class NumericTextBoxMessages extends ComponentMessages {
|
|
|
3793
3830
|
* Sets the title of the **Increment** button in the NumericTextBox.
|
|
3794
3831
|
*/
|
|
3795
3832
|
increment;
|
|
3796
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3797
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3833
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3834
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: NumericTextBoxMessages, isStandalone: true, selector: "kendo-numerictextbox-messages-base", inputs: { decrement: "decrement", increment: "increment" }, usesInheritance: true, ngImport: i0 });
|
|
3798
3835
|
}
|
|
3799
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxMessages, decorators: [{
|
|
3800
3837
|
type: Directive,
|
|
3801
3838
|
args: [{
|
|
3802
3839
|
selector: 'kendo-numerictextbox-messages-base'
|
|
@@ -3816,15 +3853,15 @@ class LocalizedNumericTextBoxMessagesDirective extends NumericTextBoxMessages {
|
|
|
3816
3853
|
super();
|
|
3817
3854
|
this.service = service;
|
|
3818
3855
|
}
|
|
3819
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
3820
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
3856
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3857
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedNumericTextBoxMessagesDirective, isStandalone: true, selector: "[kendoNumericTextBoxLocalizedMessages]", providers: [
|
|
3821
3858
|
{
|
|
3822
3859
|
provide: NumericTextBoxMessages,
|
|
3823
3860
|
useExisting: forwardRef(() => LocalizedNumericTextBoxMessagesDirective)
|
|
3824
3861
|
}
|
|
3825
3862
|
], usesInheritance: true, ngImport: i0 });
|
|
3826
3863
|
}
|
|
3827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
3864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, decorators: [{
|
|
3828
3865
|
type: Directive,
|
|
3829
3866
|
args: [{
|
|
3830
3867
|
providers: [
|
|
@@ -4822,10 +4859,10 @@ class NumericTextBoxComponent {
|
|
|
4822
4859
|
}
|
|
4823
4860
|
setInputAttributes() {
|
|
4824
4861
|
const attributesToRender = Object.assign({}, this.mutableAttributes, this.parsedAttributes);
|
|
4825
|
-
setHTMLAttributes(attributesToRender, this.renderer, this.numericInput.nativeElement, this.
|
|
4862
|
+
setHTMLAttributes(attributesToRender, this.renderer, this.numericInput.nativeElement, this.injector);
|
|
4826
4863
|
}
|
|
4827
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
4828
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
4864
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxComponent, deps: [{ token: i1$1.IntlService }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4865
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: NumericTextBoxComponent, isStandalone: true, selector: "kendo-numerictextbox", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", title: "title", autoCorrect: "autoCorrect", format: "format", max: "max", min: "min", decimals: "decimals", placeholder: "placeholder", step: "step", spinners: "spinners", rangeValidation: "rangeValidation", tabindex: "tabindex", tabIndex: "tabIndex", changeValueOnScroll: "changeValueOnScroll", selectOnFocus: "selectOnFocus", value: "value", maxlength: "maxlength", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "class.k-disabled": "this.disableClass" } }, providers: [
|
|
4829
4866
|
LocalizationService,
|
|
4830
4867
|
{ provide: L10N_PREFIX, useValue: 'kendo.numerictextbox' },
|
|
4831
4868
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => NumericTextBoxComponent), multi: true },
|
|
@@ -4899,11 +4936,11 @@ class NumericTextBoxComponent {
|
|
|
4899
4936
|
<button
|
|
4900
4937
|
type="button"
|
|
4901
4938
|
[kendoEventsOutsideAngular]="{ mousedown: increasePress }"
|
|
4902
|
-
[attr.aria-hidden]="true"
|
|
4903
4939
|
[attr.aria-label]="incrementTitle"
|
|
4904
4940
|
[title]="incrementTitle"
|
|
4905
4941
|
class="k-spinner-increase k-button k-icon-button"
|
|
4906
4942
|
[class.k-active]="arrowDirection === ArrowDirection.Up"
|
|
4943
|
+
[class.k-disabled]="disabled"
|
|
4907
4944
|
tabindex="-1"
|
|
4908
4945
|
>
|
|
4909
4946
|
<kendo-icon-wrapper
|
|
@@ -4916,10 +4953,10 @@ class NumericTextBoxComponent {
|
|
|
4916
4953
|
<button
|
|
4917
4954
|
type="button"
|
|
4918
4955
|
[kendoEventsOutsideAngular]="{ mousedown: decreasePress }"
|
|
4919
|
-
[attr.aria-hidden]="true"
|
|
4920
4956
|
[attr.aria-label]="decrementTitle"
|
|
4921
4957
|
[title]="decrementTitle"
|
|
4922
4958
|
[class.k-active]="arrowDirection === ArrowDirection.Down"
|
|
4959
|
+
[class.k-disabled]="disabled"
|
|
4923
4960
|
class="k-spinner-decrease k-button k-icon-button"
|
|
4924
4961
|
tabindex="-1"
|
|
4925
4962
|
>
|
|
@@ -4935,7 +4972,7 @@ class NumericTextBoxComponent {
|
|
|
4935
4972
|
</ng-container>
|
|
4936
4973
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedNumericTextBoxMessagesDirective, selector: "[kendoNumericTextBoxLocalizedMessages]" }, { kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: InputSeparatorComponent, selector: "kendo-input-separator, kendo-textbox-separator", inputs: ["orientation"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
4937
4974
|
}
|
|
4938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
4975
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxComponent, decorators: [{
|
|
4939
4976
|
type: Component,
|
|
4940
4977
|
args: [{
|
|
4941
4978
|
exportAs: 'kendoNumericTextBox',
|
|
@@ -5015,11 +5052,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
5015
5052
|
<button
|
|
5016
5053
|
type="button"
|
|
5017
5054
|
[kendoEventsOutsideAngular]="{ mousedown: increasePress }"
|
|
5018
|
-
[attr.aria-hidden]="true"
|
|
5019
5055
|
[attr.aria-label]="incrementTitle"
|
|
5020
5056
|
[title]="incrementTitle"
|
|
5021
5057
|
class="k-spinner-increase k-button k-icon-button"
|
|
5022
5058
|
[class.k-active]="arrowDirection === ArrowDirection.Up"
|
|
5059
|
+
[class.k-disabled]="disabled"
|
|
5023
5060
|
tabindex="-1"
|
|
5024
5061
|
>
|
|
5025
5062
|
<kendo-icon-wrapper
|
|
@@ -5032,10 +5069,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
5032
5069
|
<button
|
|
5033
5070
|
type="button"
|
|
5034
5071
|
[kendoEventsOutsideAngular]="{ mousedown: decreasePress }"
|
|
5035
|
-
[attr.aria-hidden]="true"
|
|
5036
5072
|
[attr.aria-label]="decrementTitle"
|
|
5037
5073
|
[title]="decrementTitle"
|
|
5038
5074
|
[class.k-active]="arrowDirection === ArrowDirection.Down"
|
|
5075
|
+
[class.k-disabled]="disabled"
|
|
5039
5076
|
class="k-spinner-decrease k-button k-icon-button"
|
|
5040
5077
|
tabindex="-1"
|
|
5041
5078
|
>
|
|
@@ -5155,15 +5192,15 @@ class NumericTextBoxCustomMessagesComponent extends NumericTextBoxMessages {
|
|
|
5155
5192
|
get override() {
|
|
5156
5193
|
return true;
|
|
5157
5194
|
}
|
|
5158
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5159
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
5195
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5196
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: NumericTextBoxCustomMessagesComponent, isStandalone: true, selector: "kendo-numerictextbox-messages", providers: [
|
|
5160
5197
|
{
|
|
5161
5198
|
provide: NumericTextBoxMessages,
|
|
5162
5199
|
useExisting: forwardRef(() => NumericTextBoxCustomMessagesComponent)
|
|
5163
5200
|
}
|
|
5164
5201
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
5165
5202
|
}
|
|
5166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxCustomMessagesComponent, decorators: [{
|
|
5167
5204
|
type: Component,
|
|
5168
5205
|
args: [{
|
|
5169
5206
|
providers: [
|
|
@@ -5598,10 +5635,10 @@ class MaskingService {
|
|
|
5598
5635
|
this.validationTokens = tokens;
|
|
5599
5636
|
});
|
|
5600
5637
|
}
|
|
5601
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
5602
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
5638
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: MaskingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5639
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: MaskingService });
|
|
5603
5640
|
}
|
|
5604
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
5641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: MaskingService, decorators: [{
|
|
5605
5642
|
type: Injectable
|
|
5606
5643
|
}] });
|
|
5607
5644
|
|
|
@@ -5815,6 +5852,9 @@ class MaskedTextBoxComponent {
|
|
|
5815
5852
|
get hostDisabledClass() {
|
|
5816
5853
|
return this.disabled;
|
|
5817
5854
|
}
|
|
5855
|
+
get hostInvalidClass() {
|
|
5856
|
+
return this.isControlInvalid;
|
|
5857
|
+
}
|
|
5818
5858
|
/**
|
|
5819
5859
|
* Returns the `ElementRef` of the visible `input` element.
|
|
5820
5860
|
*/
|
|
@@ -6242,10 +6282,10 @@ class MaskedTextBoxComponent {
|
|
|
6242
6282
|
}
|
|
6243
6283
|
setInputAttributes() {
|
|
6244
6284
|
const attributesToRender = Object.assign({}, this.mutableAttributes, this.parsedAttributes);
|
|
6245
|
-
setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement, this.
|
|
6285
|
+
setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement, this.injector);
|
|
6246
6286
|
}
|
|
6247
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6248
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
6287
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: MaskedTextBoxComponent, deps: [{ token: MaskingService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
6288
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: MaskedTextBoxComponent, isStandalone: true, selector: "kendo-maskedtextbox", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", title: "title", size: "size", rounded: "rounded", fillMode: "fillMode", mask: "mask", value: "value", rules: "rules", prompt: "prompt", promptPlaceholder: "promptPlaceholder", includeLiterals: "includeLiterals", maskOnFocus: "maskOnFocus", maskValidation: "maskValidation", tabindex: "tabindex", tabIndex: "tabIndex", inputAttributes: "inputAttributes" }, outputs: { onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", valueChange: "valueChange" }, host: { listeners: { "paste": "pasteHandler($event)", "input": "inputHandler($event)" }, properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "class.k-disabled": "this.hostDisabledClass", "class.k-invalid": "this.hostInvalidClass" } }, providers: [
|
|
6249
6289
|
MaskingService,
|
|
6250
6290
|
{
|
|
6251
6291
|
multi: true,
|
|
@@ -6316,7 +6356,7 @@ class MaskedTextBoxComponent {
|
|
|
6316
6356
|
</ng-container>
|
|
6317
6357
|
`, isInline: true, dependencies: [{ kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: InputSeparatorComponent, selector: "kendo-input-separator, kendo-textbox-separator", inputs: ["orientation"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
6318
6358
|
}
|
|
6319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6359
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: MaskedTextBoxComponent, decorators: [{
|
|
6320
6360
|
type: Component,
|
|
6321
6361
|
args: [{
|
|
6322
6362
|
exportAs: 'kendoMaskedTextBox',
|
|
@@ -6457,6 +6497,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
6457
6497
|
}], hostDisabledClass: [{
|
|
6458
6498
|
type: HostBinding,
|
|
6459
6499
|
args: ['class.k-disabled']
|
|
6500
|
+
}], hostInvalidClass: [{
|
|
6501
|
+
type: HostBinding,
|
|
6502
|
+
args: ['class.k-invalid']
|
|
6460
6503
|
}], input: [{
|
|
6461
6504
|
type: ViewChild,
|
|
6462
6505
|
args: ['input', { static: true }]
|
|
@@ -6722,12 +6765,12 @@ class RadioCheckBoxBase {
|
|
|
6722
6765
|
}
|
|
6723
6766
|
}
|
|
6724
6767
|
setInputAttributes() {
|
|
6725
|
-
setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement, this.
|
|
6768
|
+
setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement, this.injector);
|
|
6726
6769
|
}
|
|
6727
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6728
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6770
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RadioCheckBoxBase, deps: [{ token: COMPONENT_TYPE }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
6771
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: RadioCheckBoxBase, isStandalone: true, selector: "ng-component", inputs: { focusableId: "focusableId", title: "title", name: "name", disabled: "disabled", tabindex: "tabindex", tabIndex: "tabIndex", value: "value", size: "size", inputAttributes: "inputAttributes" }, outputs: { onFocus: "focus", onBlur: "blur" }, viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true, static: true }], ngImport: i0, template: '', isInline: true });
|
|
6729
6772
|
}
|
|
6730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6773
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RadioCheckBoxBase, decorators: [{
|
|
6731
6774
|
type: Component,
|
|
6732
6775
|
args: [{
|
|
6733
6776
|
template: ''
|
|
@@ -6876,8 +6919,8 @@ class CheckBoxComponent extends RadioCheckBoxBase {
|
|
|
6876
6919
|
this.checkedState = value;
|
|
6877
6920
|
this.cdr.markForCheck();
|
|
6878
6921
|
}
|
|
6879
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
6880
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
6922
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CheckBoxComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
6923
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: CheckBoxComponent, isStandalone: true, selector: "kendo-checkbox", inputs: { checkedState: "checkedState", rounded: "rounded" }, outputs: { checkedStateChange: "checkedStateChange" }, host: { properties: { "class.k-checkbox-wrap": "this.hostClass" } }, providers: [
|
|
6881
6924
|
LocalizationService,
|
|
6882
6925
|
{ provide: L10N_PREFIX, useValue: 'kendo.checkbox' },
|
|
6883
6926
|
{
|
|
@@ -6917,7 +6960,7 @@ class CheckBoxComponent extends RadioCheckBoxBase {
|
|
|
6917
6960
|
</ng-container>
|
|
6918
6961
|
`, isInline: true, dependencies: [{ kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
6919
6962
|
}
|
|
6920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
6963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CheckBoxComponent, decorators: [{
|
|
6921
6964
|
type: Component,
|
|
6922
6965
|
args: [{
|
|
6923
6966
|
exportAs: 'kendoCheckBox',
|
|
@@ -7037,10 +7080,10 @@ class CheckBoxDirective {
|
|
|
7037
7080
|
this.renderer.addClass(elem, classes.toAdd);
|
|
7038
7081
|
}
|
|
7039
7082
|
}
|
|
7040
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7041
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7083
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CheckBoxDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7084
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: CheckBoxDirective, isStandalone: true, selector: "input[kendoCheckBox]", inputs: { size: "size", rounded: "rounded" }, host: { properties: { "class.k-disabled": "this.isDisabled" } }, ngImport: i0 });
|
|
7042
7085
|
}
|
|
7043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7086
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CheckBoxDirective, decorators: [{
|
|
7044
7087
|
type: Directive,
|
|
7045
7088
|
args: [{
|
|
7046
7089
|
selector: 'input[kendoCheckBox]',
|
|
@@ -7303,10 +7346,10 @@ class ColorPickerLocalizationService extends LocalizationService {
|
|
|
7303
7346
|
constructor(prefix, messageService, _rtl) {
|
|
7304
7347
|
super(prefix, messageService, _rtl);
|
|
7305
7348
|
}
|
|
7306
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7307
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
7349
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7350
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerLocalizationService });
|
|
7308
7351
|
}
|
|
7309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerLocalizationService, decorators: [{
|
|
7310
7353
|
type: Injectable
|
|
7311
7354
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
7312
7355
|
type: Inject,
|
|
@@ -7335,10 +7378,10 @@ class FlatColorPickerLocalizationService extends LocalizationService {
|
|
|
7335
7378
|
}
|
|
7336
7379
|
return super.get(shortKey);
|
|
7337
7380
|
}
|
|
7338
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7339
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
7381
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }, { token: ColorPickerLocalizationService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7382
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerLocalizationService });
|
|
7340
7383
|
}
|
|
7341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerLocalizationService, decorators: [{
|
|
7342
7385
|
type: Injectable
|
|
7343
7386
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
7344
7387
|
type: Inject,
|
|
@@ -7372,10 +7415,10 @@ class ColorGradientLocalizationService extends LocalizationService {
|
|
|
7372
7415
|
}
|
|
7373
7416
|
return super.get(shortKey);
|
|
7374
7417
|
}
|
|
7375
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7376
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
7418
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorGradientLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }, { token: FlatColorPickerLocalizationService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
7419
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorGradientLocalizationService });
|
|
7377
7420
|
}
|
|
7378
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorGradientLocalizationService, decorators: [{
|
|
7379
7422
|
type: Injectable
|
|
7380
7423
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
7381
7424
|
type: Inject,
|
|
@@ -7408,10 +7451,10 @@ class NumericLabelDirective {
|
|
|
7408
7451
|
const localizationToken = `${this.kendoAdditionalNumericLabel}ChannelLabel`;
|
|
7409
7452
|
this.host.numericInput.nativeElement.setAttribute('aria-label', this.localizationService.get(localizationToken));
|
|
7410
7453
|
}
|
|
7411
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7412
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7454
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericLabelDirective, deps: [{ token: NumericTextBoxComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7455
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: NumericLabelDirective, isStandalone: true, selector: "[kendoAdditionalNumericLabel]", inputs: { kendoAdditionalNumericLabel: "kendoAdditionalNumericLabel", localizationService: "localizationService" }, ngImport: i0 });
|
|
7413
7456
|
}
|
|
7414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericLabelDirective, decorators: [{
|
|
7415
7458
|
type: Directive,
|
|
7416
7459
|
args: [{
|
|
7417
7460
|
selector: '[kendoAdditionalNumericLabel]',
|
|
@@ -7462,10 +7505,10 @@ class TextBoxSuffixTemplateDirective {
|
|
|
7462
7505
|
constructor(templateRef) {
|
|
7463
7506
|
this.templateRef = templateRef;
|
|
7464
7507
|
}
|
|
7465
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7466
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7508
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxSuffixTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7509
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TextBoxSuffixTemplateDirective, isStandalone: true, selector: "[kendoTextBoxSuffixTemplate]", inputs: { showSeparator: "showSeparator" }, ngImport: i0 });
|
|
7467
7510
|
}
|
|
7468
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxSuffixTemplateDirective, decorators: [{
|
|
7469
7512
|
type: Directive,
|
|
7470
7513
|
args: [{
|
|
7471
7514
|
selector: '[kendoTextBoxSuffixTemplate]',
|
|
@@ -7507,10 +7550,10 @@ class TextBoxPrefixTemplateDirective {
|
|
|
7507
7550
|
constructor(templateRef) {
|
|
7508
7551
|
this.templateRef = templateRef;
|
|
7509
7552
|
}
|
|
7510
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7511
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7553
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxPrefixTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7554
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TextBoxPrefixTemplateDirective, isStandalone: true, selector: "[kendoTextBoxPrefixTemplate]", inputs: { showSeparator: "showSeparator" }, ngImport: i0 });
|
|
7512
7555
|
}
|
|
7513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7556
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxPrefixTemplateDirective, decorators: [{
|
|
7514
7557
|
type: Directive,
|
|
7515
7558
|
args: [{
|
|
7516
7559
|
selector: '[kendoTextBoxPrefixTemplate]',
|
|
@@ -7530,10 +7573,10 @@ class TextBoxMessages extends ComponentMessages {
|
|
|
7530
7573
|
* The title of the **Clear** button of the TextBox.
|
|
7531
7574
|
*/
|
|
7532
7575
|
clear;
|
|
7533
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7534
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7576
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
7577
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TextBoxMessages, isStandalone: true, selector: "kendo-textbox-messages-base", inputs: { clear: "clear" }, usesInheritance: true, ngImport: i0 });
|
|
7535
7578
|
}
|
|
7536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxMessages, decorators: [{
|
|
7537
7580
|
type: Directive,
|
|
7538
7581
|
args: [{
|
|
7539
7582
|
selector: 'kendo-textbox-messages-base'
|
|
@@ -7551,15 +7594,15 @@ class LocalizedTextBoxMessagesDirective extends TextBoxMessages {
|
|
|
7551
7594
|
super();
|
|
7552
7595
|
this.service = service;
|
|
7553
7596
|
}
|
|
7554
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
7555
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
7597
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedTextBoxMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
7598
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedTextBoxMessagesDirective, isStandalone: true, selector: "[kendoTextBoxLocalizedMessages]", providers: [
|
|
7556
7599
|
{
|
|
7557
7600
|
provide: TextBoxMessages,
|
|
7558
7601
|
useExisting: forwardRef(() => LocalizedTextBoxMessagesDirective)
|
|
7559
7602
|
}
|
|
7560
7603
|
], usesInheritance: true, ngImport: i0 });
|
|
7561
7604
|
}
|
|
7562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
7605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedTextBoxMessagesDirective, decorators: [{
|
|
7563
7606
|
type: Directive,
|
|
7564
7607
|
args: [{
|
|
7565
7608
|
providers: [
|
|
@@ -8185,10 +8228,10 @@ class TextBoxComponent {
|
|
|
8185
8228
|
this.suffix = this.textBoxSuffixTemplate.first || this.suffixTemplate;
|
|
8186
8229
|
}
|
|
8187
8230
|
setInputAttributes() {
|
|
8188
|
-
setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement, this.
|
|
8231
|
+
setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement, this.injector);
|
|
8189
8232
|
}
|
|
8190
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8191
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
8233
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
8234
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TextBoxComponent, isStandalone: true, selector: "kendo-textbox", inputs: { focusableId: "focusableId", title: "title", type: "type", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", value: "value", selectOnFocus: "selectOnFocus", showSuccessIcon: "showSuccessIcon", showErrorIcon: "showErrorIcon", clearButton: "clearButton", successIcon: "successIcon", successSvgIcon: "successSvgIcon", errorIcon: "errorIcon", errorSvgIcon: "errorSvgIcon", clearButtonIcon: "clearButtonIcon", clearButtonSvgIcon: "clearButtonSvgIcon", size: "size", rounded: "rounded", fillMode: "fillMode", tabIndex: "tabIndex", placeholder: "placeholder", maxlength: "maxlength", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", inputFocus: "inputFocus", inputBlur: "inputBlur", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabledClass", "attr.dir": "this.direction" } }, providers: [
|
|
8192
8235
|
LocalizationService,
|
|
8193
8236
|
{ provide: L10N_PREFIX, useValue: 'kendo.textbox' },
|
|
8194
8237
|
{
|
|
@@ -8287,7 +8330,7 @@ class TextBoxComponent {
|
|
|
8287
8330
|
<ng-container>
|
|
8288
8331
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedTextBoxMessagesDirective, selector: "[kendoTextBoxLocalizedMessages]" }, { kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: InputSeparatorComponent, selector: "kendo-input-separator, kendo-textbox-separator", inputs: ["orientation"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
8289
8332
|
}
|
|
8290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxComponent, decorators: [{
|
|
8291
8334
|
type: Component,
|
|
8292
8335
|
args: [{
|
|
8293
8336
|
exportAs: 'kendoTextBox',
|
|
@@ -8494,10 +8537,10 @@ class TextLabelDirective {
|
|
|
8494
8537
|
ngOnInit() {
|
|
8495
8538
|
this.renderer.setAttribute(this.textBox.input.nativeElement, 'id', this.focusableId);
|
|
8496
8539
|
}
|
|
8497
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8498
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
8540
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextLabelDirective, deps: [{ token: TextBoxComponent }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8541
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: TextLabelDirective, isStandalone: true, selector: "[kendoTextLabel]", inputs: { focusableId: "focusableId" }, ngImport: i0 });
|
|
8499
8542
|
}
|
|
8500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextLabelDirective, decorators: [{
|
|
8501
8544
|
type: Directive,
|
|
8502
8545
|
args: [{
|
|
8503
8546
|
selector: '[kendoTextLabel]',
|
|
@@ -8676,8 +8719,8 @@ class ColorInputComponent {
|
|
|
8676
8719
|
lastInput() {
|
|
8677
8720
|
return this.hexInput?.nativeElement || this.opacityInput || this.blueInput;
|
|
8678
8721
|
}
|
|
8679
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
8680
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
8722
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorInputComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8723
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: ColorInputComponent, isStandalone: true, selector: "kendo-colorinput", inputs: { focusableId: "focusableId", formatView: "formatView", size: "size", tabindex: "tabindex", value: "value", opacity: "opacity", disabled: "disabled", readonly: "readonly" }, outputs: { valueChange: "valueChange", tabOut: "tabOut" }, host: { properties: { "class.k-colorgradient-inputs": "this.colorInputClass", "class.k-hstack": "this.colorInputClass" } }, viewQueries: [{ propertyName: "opacityInput", first: true, predicate: ["opacityInput"], descendants: true }, { propertyName: "hexInput", first: true, predicate: ["hexInput"], descendants: true }, { propertyName: "blueInput", first: true, predicate: ["blue"], descendants: true }, { propertyName: "toggleFormatButton", first: true, predicate: ["toggleFormatButton"], descendants: true, read: ElementRef }], usesOnChanges: true, ngImport: i0, template: `
|
|
8681
8724
|
<div class="k-vstack">
|
|
8682
8725
|
<button
|
|
8683
8726
|
kendoButton
|
|
@@ -8808,7 +8851,7 @@ class ColorInputComponent {
|
|
|
8808
8851
|
}
|
|
8809
8852
|
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: NumericLabelDirective, selector: "[kendoAdditionalNumericLabel]", inputs: ["kendoAdditionalNumericLabel", "localizationService"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: TextLabelDirective, selector: "[kendoTextLabel]", inputs: ["focusableId"] }] });
|
|
8810
8853
|
}
|
|
8811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
8854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorInputComponent, decorators: [{
|
|
8812
8855
|
type: Component,
|
|
8813
8856
|
args: [{
|
|
8814
8857
|
selector: 'kendo-colorinput',
|
|
@@ -9031,7 +9074,7 @@ class ContrastValidationComponent {
|
|
|
9031
9074
|
pass;
|
|
9032
9075
|
value;
|
|
9033
9076
|
checkIcon = checkIcon;
|
|
9034
|
-
|
|
9077
|
+
xIcon = xIcon;
|
|
9035
9078
|
constructor(localization) {
|
|
9036
9079
|
this.localization = localization;
|
|
9037
9080
|
}
|
|
@@ -9045,25 +9088,25 @@ class ContrastValidationComponent {
|
|
|
9045
9088
|
const ratio = this.type === 'AA' ? AA_RATIO : AAA_RATIO;
|
|
9046
9089
|
return `${this.type}: ${ratio.toFixed(1)}`;
|
|
9047
9090
|
}
|
|
9048
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9049
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
9091
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ContrastValidationComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9092
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: ContrastValidationComponent, isStandalone: true, selector: "[kendoContrastValidation]", inputs: { type: "type", pass: "pass", value: "value" }, ngImport: i0, template: `
|
|
9050
9093
|
<span>{{contrastText}}</span>
|
|
9051
9094
|
@if (value) {
|
|
9052
9095
|
@if (pass) {
|
|
9053
|
-
<span class="k-contrast-validation k-text-success">
|
|
9096
|
+
<span class="k-contrast-validation !k-text-success">
|
|
9054
9097
|
{{passMessage}}
|
|
9055
9098
|
<kendo-icon-wrapper name="check" [svgIcon]="checkIcon"></kendo-icon-wrapper>
|
|
9056
9099
|
</span>
|
|
9057
9100
|
} @else {
|
|
9058
|
-
<span class="k-contrast-validation k-text-error">
|
|
9101
|
+
<span class="k-contrast-validation !k-text-error">
|
|
9059
9102
|
{{failMessage}}
|
|
9060
|
-
<kendo-icon-wrapper name="x" [svgIcon]="
|
|
9103
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
9061
9104
|
</span>
|
|
9062
9105
|
}
|
|
9063
9106
|
}
|
|
9064
9107
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
9065
9108
|
}
|
|
9066
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ContrastValidationComponent, decorators: [{
|
|
9067
9110
|
type: Component,
|
|
9068
9111
|
args: [{
|
|
9069
9112
|
selector: '[kendoContrastValidation]',
|
|
@@ -9071,14 +9114,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
9071
9114
|
<span>{{contrastText}}</span>
|
|
9072
9115
|
@if (value) {
|
|
9073
9116
|
@if (pass) {
|
|
9074
|
-
<span class="k-contrast-validation k-text-success">
|
|
9117
|
+
<span class="k-contrast-validation !k-text-success">
|
|
9075
9118
|
{{passMessage}}
|
|
9076
9119
|
<kendo-icon-wrapper name="check" [svgIcon]="checkIcon"></kendo-icon-wrapper>
|
|
9077
9120
|
</span>
|
|
9078
9121
|
} @else {
|
|
9079
|
-
<span class="k-contrast-validation k-text-error">
|
|
9122
|
+
<span class="k-contrast-validation !k-text-error">
|
|
9080
9123
|
{{failMessage}}
|
|
9081
|
-
<kendo-icon-wrapper name="x" [svgIcon]="
|
|
9124
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
9082
9125
|
</span>
|
|
9083
9126
|
}
|
|
9084
9127
|
}
|
|
@@ -9102,7 +9145,7 @@ class ContrastComponent {
|
|
|
9102
9145
|
value;
|
|
9103
9146
|
ratio;
|
|
9104
9147
|
checkIcon = checkIcon;
|
|
9105
|
-
|
|
9148
|
+
xIcon = xIcon;
|
|
9106
9149
|
constructor(localization) {
|
|
9107
9150
|
this.localization = localization;
|
|
9108
9151
|
}
|
|
@@ -9122,21 +9165,21 @@ class ContrastComponent {
|
|
|
9122
9165
|
const contrast = getContrastFromTwoRGBAs(getRGBA(this.value), getRGBA(this.ratio));
|
|
9123
9166
|
return contrast;
|
|
9124
9167
|
}
|
|
9125
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9126
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
9168
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ContrastComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9169
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: ContrastComponent, isStandalone: true, selector: "[kendoContrastTool]", inputs: { value: "value", ratio: "ratio" }, ngImport: i0, template: `
|
|
9127
9170
|
<div class="k-contrast-ratio">
|
|
9128
9171
|
<span class="k-contrast-ratio-text">{{contrastRatioText}}</span>
|
|
9129
9172
|
@if (value) {
|
|
9130
9173
|
@if (satisfiesAACondition) {
|
|
9131
|
-
<span class="k-contrast-validation k-text-success">
|
|
9174
|
+
<span class="k-contrast-validation !k-text-success">
|
|
9132
9175
|
<kendo-icon-wrapper name="check" [svgIcon]="checkIcon"></kendo-icon-wrapper>
|
|
9133
9176
|
@if (satisfiesAAACondition) {
|
|
9134
9177
|
<kendo-icon-wrapper name="check" [svgIcon]="checkIcon"></kendo-icon-wrapper>
|
|
9135
9178
|
}
|
|
9136
9179
|
</span>
|
|
9137
9180
|
} @else {
|
|
9138
|
-
<span class="k-contrast-validation k-text-error">
|
|
9139
|
-
<kendo-icon-wrapper name="x" [svgIcon]="
|
|
9181
|
+
<span class="k-contrast-validation !k-text-error">
|
|
9182
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
9140
9183
|
</span>
|
|
9141
9184
|
}
|
|
9142
9185
|
}
|
|
@@ -9153,7 +9196,7 @@ class ContrastComponent {
|
|
|
9153
9196
|
</div>
|
|
9154
9197
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ContrastValidationComponent, selector: "[kendoContrastValidation]", inputs: ["type", "pass", "value"] }] });
|
|
9155
9198
|
}
|
|
9156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ContrastComponent, decorators: [{
|
|
9157
9200
|
type: Component,
|
|
9158
9201
|
args: [{
|
|
9159
9202
|
selector: '[kendoContrastTool]',
|
|
@@ -9162,15 +9205,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
9162
9205
|
<span class="k-contrast-ratio-text">{{contrastRatioText}}</span>
|
|
9163
9206
|
@if (value) {
|
|
9164
9207
|
@if (satisfiesAACondition) {
|
|
9165
|
-
<span class="k-contrast-validation k-text-success">
|
|
9208
|
+
<span class="k-contrast-validation !k-text-success">
|
|
9166
9209
|
<kendo-icon-wrapper name="check" [svgIcon]="checkIcon"></kendo-icon-wrapper>
|
|
9167
9210
|
@if (satisfiesAAACondition) {
|
|
9168
9211
|
<kendo-icon-wrapper name="check" [svgIcon]="checkIcon"></kendo-icon-wrapper>
|
|
9169
9212
|
}
|
|
9170
9213
|
</span>
|
|
9171
9214
|
} @else {
|
|
9172
|
-
<span class="k-contrast-validation k-text-error">
|
|
9173
|
-
<kendo-icon-wrapper name="x" [svgIcon]="
|
|
9215
|
+
<span class="k-contrast-validation !k-text-error">
|
|
9216
|
+
<kendo-icon-wrapper name="x" [svgIcon]="xIcon"></kendo-icon-wrapper>
|
|
9174
9217
|
</span>
|
|
9175
9218
|
}
|
|
9176
9219
|
}
|
|
@@ -9208,6 +9251,7 @@ class ColorContrastSvgComponent {
|
|
|
9208
9251
|
oldH;
|
|
9209
9252
|
oldA;
|
|
9210
9253
|
metrics;
|
|
9254
|
+
hsvaSub;
|
|
9211
9255
|
ngAfterViewInit() {
|
|
9212
9256
|
if (!isDocumentAvailable()) {
|
|
9213
9257
|
return;
|
|
@@ -9215,7 +9259,7 @@ class ColorContrastSvgComponent {
|
|
|
9215
9259
|
this.metrics = this.wrapper.getBoundingClientRect();
|
|
9216
9260
|
this.oldA = this.hsva.value.a;
|
|
9217
9261
|
this.oldH = this.hsva.value.h;
|
|
9218
|
-
this.hsva.subscribe((value) => {
|
|
9262
|
+
this.hsvaSub = this.hsva.subscribe((value) => {
|
|
9219
9263
|
if (value.h !== this.oldH || value.a !== this.oldA) {
|
|
9220
9264
|
this.oldH = value.h;
|
|
9221
9265
|
this.oldA = value.a;
|
|
@@ -9228,6 +9272,9 @@ class ColorContrastSvgComponent {
|
|
|
9228
9272
|
this.setPaths();
|
|
9229
9273
|
}
|
|
9230
9274
|
}
|
|
9275
|
+
ngOnDestroy() {
|
|
9276
|
+
this.hsvaSub?.unsubscribe();
|
|
9277
|
+
}
|
|
9231
9278
|
setPaths() {
|
|
9232
9279
|
const bezierCommandCalc = bezierCommand(controlPoint(line));
|
|
9233
9280
|
this.paths = [svgPath(this.getPaths(AA_RATIO, STEP_COUNT), bezierCommandCalc),
|
|
@@ -9254,6 +9301,10 @@ class ColorContrastSvgComponent {
|
|
|
9254
9301
|
}
|
|
9255
9302
|
getPaths(contrast, stepCount, reversed = false) {
|
|
9256
9303
|
const points = [];
|
|
9304
|
+
const hasDimensionts = this.metrics.width && this.metrics.height;
|
|
9305
|
+
if (!hasDimensionts) {
|
|
9306
|
+
return points;
|
|
9307
|
+
}
|
|
9257
9308
|
for (let i = 0; i <= this.metrics.width; i += this.metrics.width / stepCount) {
|
|
9258
9309
|
const value = this.findValue(contrast, i, 0, this.metrics.height, reversed ? ((a, b) => a < b) : ((a, b) => a > b));
|
|
9259
9310
|
if (value !== null) {
|
|
@@ -9262,14 +9313,14 @@ class ColorContrastSvgComponent {
|
|
|
9262
9313
|
}
|
|
9263
9314
|
return points;
|
|
9264
9315
|
}
|
|
9265
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9266
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
9316
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorContrastSvgComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9317
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: ColorContrastSvgComponent, isStandalone: true, selector: "[kendoColorContrastSvg]", inputs: { wrapper: "wrapper", hsva: "hsva", backgroundColor: "backgroundColor" }, host: { properties: { "class.k-color-contrast-svg": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
9267
9318
|
@for (path of paths; track path) {
|
|
9268
9319
|
<svg:path [attr.d]="path" fill="none" stroke="white" stroke-width="1"></svg:path>
|
|
9269
9320
|
}
|
|
9270
9321
|
`, isInline: true });
|
|
9271
9322
|
}
|
|
9272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorContrastSvgComponent, decorators: [{
|
|
9273
9324
|
type: Component,
|
|
9274
9325
|
args: [{
|
|
9275
9326
|
selector: '[kendoColorContrastSvg]',
|
|
@@ -9416,10 +9467,10 @@ class ColorPickerMessages extends ComponentMessages {
|
|
|
9416
9467
|
* Sets the aria-label attribute of the ColorPicker toggle button.
|
|
9417
9468
|
*/
|
|
9418
9469
|
toggleButtonLabel;
|
|
9419
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9420
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
9470
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
9471
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: ColorPickerMessages, isStandalone: true, selector: "kendo-colorpicker-messages-base", inputs: { colorPaletteNoColor: "colorPaletteNoColor", colorGradientNoColor: "colorGradientNoColor", flatColorPickerNoColor: "flatColorPickerNoColor", colorPickerNoColor: "colorPickerNoColor", colorGradientHandle: "colorGradientHandle", clearButton: "clearButton", hueSliderHandle: "hueSliderHandle", opacitySliderHandle: "opacitySliderHandle", hexInputPlaceholder: "hexInputPlaceholder", redInputPlaceholder: "redInputPlaceholder", greenInputPlaceholder: "greenInputPlaceholder", blueInputPlaceholder: "blueInputPlaceholder", alphaInputPlaceholder: "alphaInputPlaceholder", redChannelLabel: "redChannelLabel", greenChannelLabel: "greenChannelLabel", blueChannelLabel: "blueChannelLabel", alphaChannelLabel: "alphaChannelLabel", passContrast: "passContrast", failContrast: "failContrast", contrastRatio: "contrastRatio", previewColor: "previewColor", revertSelection: "revertSelection", gradientView: "gradientView", paletteView: "paletteView", formatButton: "formatButton", applyButton: "applyButton", cancelButton: "cancelButton", adaptiveCloseButtonTitle: "adaptiveCloseButtonTitle", adaptiveTitle: "adaptiveTitle", toggleButtonLabel: "toggleButtonLabel" }, usesInheritance: true, ngImport: i0 });
|
|
9421
9472
|
}
|
|
9422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerMessages, decorators: [{
|
|
9423
9474
|
type: Directive,
|
|
9424
9475
|
args: [{
|
|
9425
9476
|
selector: 'kendo-colorpicker-messages-base'
|
|
@@ -9495,15 +9546,15 @@ class LocalizedColorPickerMessagesDirective extends ColorPickerMessages {
|
|
|
9495
9546
|
super();
|
|
9496
9547
|
this.service = service;
|
|
9497
9548
|
}
|
|
9498
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
9499
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
9549
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedColorPickerMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9550
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedColorPickerMessagesDirective, isStandalone: true, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]", providers: [
|
|
9500
9551
|
{
|
|
9501
9552
|
provide: ColorPickerMessages,
|
|
9502
9553
|
useExisting: forwardRef(() => LocalizedColorPickerMessagesDirective)
|
|
9503
9554
|
}
|
|
9504
9555
|
], usesInheritance: true, ngImport: i0 });
|
|
9505
9556
|
}
|
|
9506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
9557
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedColorPickerMessagesDirective, decorators: [{
|
|
9507
9558
|
type: Directive,
|
|
9508
9559
|
args: [{
|
|
9509
9560
|
providers: [
|
|
@@ -9540,7 +9591,7 @@ class ColorGradientComponent {
|
|
|
9540
9591
|
injector;
|
|
9541
9592
|
hostClasses = true;
|
|
9542
9593
|
get readonlyAttribute() {
|
|
9543
|
-
return this.ariaAttributesEnabled ? this.readonly : undefined;
|
|
9594
|
+
return this.ariaAttributesEnabled ? (this.readonly || null) : undefined;
|
|
9544
9595
|
}
|
|
9545
9596
|
get disabledClass() {
|
|
9546
9597
|
return this.disabled;
|
|
@@ -9553,13 +9604,13 @@ class ColorGradientComponent {
|
|
|
9553
9604
|
return this.tabindex?.toString() || '0';
|
|
9554
9605
|
}
|
|
9555
9606
|
get ariaRole() {
|
|
9556
|
-
return this.ariaAttributesEnabled ? 'textbox' :
|
|
9607
|
+
return this.ariaAttributesEnabled ? 'textbox' : 'none';
|
|
9557
9608
|
}
|
|
9558
9609
|
get isControlInvalid() {
|
|
9559
|
-
return this.ariaAttributesEnabled ? (this.control?.invalid)?.toString() : undefined;
|
|
9610
|
+
return this.ariaAttributesEnabled ? (this.control?.invalid && (this.control?.touched || this.control?.dirty))?.toString() : undefined;
|
|
9560
9611
|
}
|
|
9561
9612
|
get isDisabled() {
|
|
9562
|
-
return this.disabled
|
|
9613
|
+
return this.disabled ? this.disabled.toString() : null;
|
|
9563
9614
|
}
|
|
9564
9615
|
/**
|
|
9565
9616
|
* @hidden
|
|
@@ -9766,6 +9817,12 @@ class ColorGradientComponent {
|
|
|
9766
9817
|
get hsvSliderValueText() {
|
|
9767
9818
|
return `X: ${this.hsvHandleCoordinates.x} Y: ${this.hsvHandleCoordinates.y}`;
|
|
9768
9819
|
}
|
|
9820
|
+
/**
|
|
9821
|
+
* @hidden
|
|
9822
|
+
*/
|
|
9823
|
+
get hsvSliderValueNow() {
|
|
9824
|
+
return Math.round((1 - this.hsva.value.v) * 100);
|
|
9825
|
+
}
|
|
9769
9826
|
/**
|
|
9770
9827
|
* @hidden
|
|
9771
9828
|
*/
|
|
@@ -10130,8 +10187,8 @@ class ColorGradientComponent {
|
|
|
10130
10187
|
this.renderer.addClass(elem, classes.toAdd);
|
|
10131
10188
|
}
|
|
10132
10189
|
}
|
|
10133
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10134
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
10190
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorGradientComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
10191
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: ColorGradientComponent, isStandalone: true, selector: "kendo-colorgradient", inputs: { adaptiveMode: "adaptiveMode", id: "id", opacity: "opacity", size: "size", disabled: "disabled", readonly: "readonly", clearButton: "clearButton", delay: "delay", value: "value", contrastTool: "contrastTool", tabindex: "tabindex", format: "format", gradientSliderStep: "gradientSliderStep", gradientSliderSmallStep: "gradientSliderSmallStep", ariaAttributesEnabled: "ariaAttributesEnabled" }, outputs: { valueChange: "valueChange" }, host: { listeners: { "keydown.enter": "enterHandler($event)", "keydown.escape": "escapeHandler($event)", "focusin": "focusHandler($event)" }, properties: { "class.k-colorgradient": "this.hostClasses", "attr.aria-readonly": "this.readonlyAttribute", "class.k-disabled": "this.disabledClass", "attr.id": "this.gradientId", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabindex", "attr.role": "this.ariaRole", "attr.aria-invalid": "this.isControlInvalid", "attr.aria-disabled": "this.isDisabled", "class.k-readonly": "this.readonly" } }, providers: [
|
|
10135
10192
|
{
|
|
10136
10193
|
multi: true,
|
|
10137
10194
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -10213,7 +10270,9 @@ class ColorGradientComponent {
|
|
|
10213
10270
|
[attr.aria-readonly]="readonly ? readonly : undefined"
|
|
10214
10271
|
[attr.aria-disabled]="disabled ? disabled : undefined"
|
|
10215
10272
|
[attr.aria-orientation]="'undefined'"
|
|
10216
|
-
[attr.aria-valuenow]="
|
|
10273
|
+
[attr.aria-valuenow]="hsvSliderValueNow"
|
|
10274
|
+
aria-valuemin="0"
|
|
10275
|
+
aria-valuemax="100"
|
|
10217
10276
|
(keydown.shift.tab)="$event.preventDefault(); inputs.focusLast();">
|
|
10218
10277
|
</div>
|
|
10219
10278
|
</div>
|
|
@@ -10257,6 +10316,7 @@ class ColorGradientComponent {
|
|
|
10257
10316
|
[style.height.px]="clearButton ? '140' : null"
|
|
10258
10317
|
class="k-hue-slider k-colorgradient-slider"
|
|
10259
10318
|
[dragHandleTitle]="hueSliderTitle"
|
|
10319
|
+
[attr.aria-label]="hueSliderTitle"
|
|
10260
10320
|
[tabindex]="innerTabIndex"
|
|
10261
10321
|
[disabled]="disabled"
|
|
10262
10322
|
[readonly]="readonly"
|
|
@@ -10279,6 +10339,7 @@ class ColorGradientComponent {
|
|
|
10279
10339
|
[style.height.px]="clearButton ? '140' : null"
|
|
10280
10340
|
class="k-alpha-slider k-colorgradient-slider"
|
|
10281
10341
|
[dragHandleTitle]="opacitySliderTitle"
|
|
10342
|
+
[attr.aria-label]="opacitySliderTitle"
|
|
10282
10343
|
[disabled]="disabled"
|
|
10283
10344
|
[readonly]="readonly"
|
|
10284
10345
|
[showButtons]="false"
|
|
@@ -10316,7 +10377,7 @@ class ColorGradientComponent {
|
|
|
10316
10377
|
}
|
|
10317
10378
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]" }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: ColorContrastSvgComponent, selector: "[kendoColorContrastSvg]", inputs: ["wrapper", "hsva", "backgroundColor"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: SliderComponent, selector: "kendo-slider", inputs: ["focusableId", "dragHandleTitle", "incrementTitle", "animate", "decrementTitle", "showButtons", "value", "tabIndex"], exportAs: ["kendoSlider"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ColorInputComponent, selector: "kendo-colorinput", inputs: ["focusableId", "formatView", "size", "tabindex", "value", "opacity", "disabled", "readonly"], outputs: ["valueChange", "tabOut"] }, { kind: "component", type: ContrastComponent, selector: "[kendoContrastTool]", inputs: ["value", "ratio"] }] });
|
|
10318
10379
|
}
|
|
10319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorGradientComponent, decorators: [{
|
|
10320
10381
|
type: Component,
|
|
10321
10382
|
args: [{
|
|
10322
10383
|
exportAs: 'kendoColorGradient',
|
|
@@ -10404,7 +10465,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
10404
10465
|
[attr.aria-readonly]="readonly ? readonly : undefined"
|
|
10405
10466
|
[attr.aria-disabled]="disabled ? disabled : undefined"
|
|
10406
10467
|
[attr.aria-orientation]="'undefined'"
|
|
10407
|
-
[attr.aria-valuenow]="
|
|
10468
|
+
[attr.aria-valuenow]="hsvSliderValueNow"
|
|
10469
|
+
aria-valuemin="0"
|
|
10470
|
+
aria-valuemax="100"
|
|
10408
10471
|
(keydown.shift.tab)="$event.preventDefault(); inputs.focusLast();">
|
|
10409
10472
|
</div>
|
|
10410
10473
|
</div>
|
|
@@ -10448,6 +10511,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
10448
10511
|
[style.height.px]="clearButton ? '140' : null"
|
|
10449
10512
|
class="k-hue-slider k-colorgradient-slider"
|
|
10450
10513
|
[dragHandleTitle]="hueSliderTitle"
|
|
10514
|
+
[attr.aria-label]="hueSliderTitle"
|
|
10451
10515
|
[tabindex]="innerTabIndex"
|
|
10452
10516
|
[disabled]="disabled"
|
|
10453
10517
|
[readonly]="readonly"
|
|
@@ -10470,6 +10534,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
10470
10534
|
[style.height.px]="clearButton ? '140' : null"
|
|
10471
10535
|
class="k-alpha-slider k-colorgradient-slider"
|
|
10472
10536
|
[dragHandleTitle]="opacitySliderTitle"
|
|
10537
|
+
[attr.aria-label]="opacitySliderTitle"
|
|
10473
10538
|
[disabled]="disabled"
|
|
10474
10539
|
[readonly]="readonly"
|
|
10475
10540
|
[showButtons]="false"
|
|
@@ -10612,10 +10677,10 @@ class ColorPaletteLocalizationService extends LocalizationService {
|
|
|
10612
10677
|
}
|
|
10613
10678
|
return super.get(shortKey);
|
|
10614
10679
|
}
|
|
10615
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10616
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10680
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPaletteLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }, { token: FlatColorPickerLocalizationService, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10681
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPaletteLocalizationService });
|
|
10617
10682
|
}
|
|
10618
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPaletteLocalizationService, decorators: [{
|
|
10619
10684
|
type: Injectable
|
|
10620
10685
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
10621
10686
|
type: Inject,
|
|
@@ -10745,10 +10810,10 @@ class ColorPaletteService {
|
|
|
10745
10810
|
}
|
|
10746
10811
|
return index;
|
|
10747
10812
|
}
|
|
10748
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
10749
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
10813
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPaletteService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10814
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPaletteService });
|
|
10750
10815
|
}
|
|
10751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
10816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPaletteService, decorators: [{
|
|
10752
10817
|
type: Injectable
|
|
10753
10818
|
}] });
|
|
10754
10819
|
|
|
@@ -10920,6 +10985,10 @@ class ColorPaletteComponent {
|
|
|
10920
10985
|
* @hidden
|
|
10921
10986
|
*/
|
|
10922
10987
|
hostClasses = true;
|
|
10988
|
+
/**
|
|
10989
|
+
* @hidden
|
|
10990
|
+
*/
|
|
10991
|
+
get ariaDisabled() { return this.disabled || null; }
|
|
10923
10992
|
/**
|
|
10924
10993
|
* @hidden
|
|
10925
10994
|
*/
|
|
@@ -10927,7 +10996,7 @@ class ColorPaletteComponent {
|
|
|
10927
10996
|
/**
|
|
10928
10997
|
* @hidden
|
|
10929
10998
|
*/
|
|
10930
|
-
get readonlyAttribute() { return this.readonly; }
|
|
10999
|
+
get readonlyAttribute() { return this.readonly || null; }
|
|
10931
11000
|
/**
|
|
10932
11001
|
* @hidden
|
|
10933
11002
|
*/
|
|
@@ -11183,8 +11252,8 @@ class ColorPaletteComponent {
|
|
|
11183
11252
|
}
|
|
11184
11253
|
notifyNgTouched = () => { };
|
|
11185
11254
|
notifyNgChanged = () => { };
|
|
11186
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11187
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
11255
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPaletteComponent, deps: [{ token: i0.ElementRef }, { token: ColorPaletteService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
11256
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: ColorPaletteComponent, isStandalone: true, selector: "kendo-colorpalette", inputs: { id: "id", format: "format", value: "value", columns: "columns", palette: "palette", size: "size", tabindex: "tabindex", disabled: "disabled", readonly: "readonly", tileSize: "tileSize" }, outputs: { selectionChange: "selectionChange", valueChange: "valueChange", cellSelection: "cellSelection" }, host: { properties: { "attr.dir": "this.direction", "attr.role": "this.role", "attr.aria-activedescendant": "this.activeDescendant", "attr.id": "this.paletteId", "class.k-readonly": "this.readonly", "attr.tabindex": "this.hostTabindex", "class.k-colorpalette": "this.hostClasses", "attr.aria-disabled": "this.ariaDisabled", "class.k-disabled": "this.disabledClass", "attr.aria-readonly": "this.readonlyAttribute" } }, providers: [
|
|
11188
11257
|
{
|
|
11189
11258
|
multi: true,
|
|
11190
11259
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -11237,7 +11306,7 @@ class ColorPaletteComponent {
|
|
|
11237
11306
|
</table>
|
|
11238
11307
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]" }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
11239
11308
|
}
|
|
11240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPaletteComponent, decorators: [{
|
|
11241
11310
|
type: Component,
|
|
11242
11311
|
args: [{
|
|
11243
11312
|
exportAs: 'kendoColorPalette',
|
|
@@ -11345,10 +11414,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11345
11414
|
}], hostClasses: [{
|
|
11346
11415
|
type: HostBinding,
|
|
11347
11416
|
args: ['class.k-colorpalette']
|
|
11348
|
-
}],
|
|
11417
|
+
}], ariaDisabled: [{
|
|
11349
11418
|
type: HostBinding,
|
|
11350
11419
|
args: ['attr.aria-disabled']
|
|
11351
|
-
}, {
|
|
11420
|
+
}], disabledClass: [{
|
|
11352
11421
|
type: HostBinding,
|
|
11353
11422
|
args: ['class.k-disabled']
|
|
11354
11423
|
}], readonlyAttribute: [{
|
|
@@ -11381,10 +11450,10 @@ class FlatColorPickerService {
|
|
|
11381
11450
|
height: tileSize?.height ? tileSize?.height : tileSize?.width
|
|
11382
11451
|
};
|
|
11383
11452
|
}
|
|
11384
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11385
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
11453
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11454
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerService });
|
|
11386
11455
|
}
|
|
11387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerService, decorators: [{
|
|
11388
11457
|
type: Injectable
|
|
11389
11458
|
}] });
|
|
11390
11459
|
|
|
@@ -11527,15 +11596,15 @@ class FlatColorPickerHeaderComponent {
|
|
|
11527
11596
|
this.tabOut.emit(ev);
|
|
11528
11597
|
}
|
|
11529
11598
|
}
|
|
11530
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11531
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
11599
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerHeaderComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
11600
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: FlatColorPickerHeaderComponent, isStandalone: true, selector: "[kendoFlatColorPickerHeader]", inputs: { clearButton: "clearButton", activeView: "activeView", views: "views", preview: "preview", innerTabIndex: "innerTabIndex", value: "value", selection: "selection", size: "size" }, outputs: { viewChange: "viewChange", valuePaneClick: "valuePaneClick", clearButtonClick: "clearButtonClick", tabOut: "tabOut" }, host: { properties: { "class.k-coloreditor-header": "this.hostClasses", "class.k-hstack": "this.hostClasses" } }, viewQueries: [{ propertyName: "clearButtonElement", first: true, predicate: ["clearButton"], descendants: true, read: ElementRef }, { propertyName: "viewButtonsCollection", predicate: ["viewButtons"], descendants: true, read: ElementRef }], ngImport: i0, template: `
|
|
11532
11601
|
<div class="k-coloreditor-header-actions k-hstack">
|
|
11533
11602
|
@if (viewButtons) {
|
|
11534
11603
|
<div
|
|
11535
11604
|
class="k-button-group k-button-group-flat"
|
|
11536
11605
|
role="group"
|
|
11537
11606
|
>
|
|
11538
|
-
@for (view of views; track view; let i = $index) {
|
|
11607
|
+
@for (view of views; track view; let i = $index; let isFirst = $first; let isLast = $last) {
|
|
11539
11608
|
<button
|
|
11540
11609
|
kendoButton
|
|
11541
11610
|
type="button"
|
|
@@ -11550,6 +11619,8 @@ class FlatColorPickerHeaderComponent {
|
|
|
11550
11619
|
[attr.title]="getText(view === 'gradient' ? 'gradientView' : 'paletteView')"
|
|
11551
11620
|
[attr.aria-label]="getText(view === 'gradient' ? 'gradientView' : 'paletteView')"
|
|
11552
11621
|
[attr.aria-pressed]="activeView === view"
|
|
11622
|
+
[class.k-group-start]="isFirst"
|
|
11623
|
+
[class.k-group-end]="isLast"
|
|
11553
11624
|
[ngClass]="activeView === view ? 'k-selected' : ''">
|
|
11554
11625
|
</button>
|
|
11555
11626
|
}
|
|
@@ -11568,7 +11639,6 @@ class FlatColorPickerHeaderComponent {
|
|
|
11568
11639
|
fillMode="flat"
|
|
11569
11640
|
icon="reset-color"
|
|
11570
11641
|
[svgIcon]="dropletSlashIcon"
|
|
11571
|
-
class="k-coloreditor-reset"
|
|
11572
11642
|
[attr.aria-label]="getText('clearButton')"
|
|
11573
11643
|
[attr.title]="getText('clearButton')"
|
|
11574
11644
|
(click)="clearButtonClick.emit()">
|
|
@@ -11578,20 +11648,24 @@ class FlatColorPickerHeaderComponent {
|
|
|
11578
11648
|
<div class="k-coloreditor-preview k-vstack" aria-hidden="true">
|
|
11579
11649
|
<span
|
|
11580
11650
|
class="k-coloreditor-preview-color k-color-preview"
|
|
11651
|
+
[class.k-no-color]="!selection"
|
|
11581
11652
|
[attr.title]="getText('previewColor')"
|
|
11582
11653
|
[style.background-color]="selection">
|
|
11654
|
+
<span class="k-color-preview-mask" [style.background-color]="selection"></span>
|
|
11583
11655
|
</span>
|
|
11584
11656
|
<span class="k-coloreditor-current-color k-color-preview"
|
|
11657
|
+
[class.k-no-color]="!value"
|
|
11585
11658
|
[style.background-color]="value"
|
|
11586
11659
|
[attr.title]="getText('revertSelection')"
|
|
11587
11660
|
(click)="valuePaneClick.emit($event)">
|
|
11661
|
+
<span class="k-color-preview-mask" [style.background-color]="value"></span>
|
|
11588
11662
|
</span>
|
|
11589
11663
|
</div>
|
|
11590
11664
|
}
|
|
11591
11665
|
</div>
|
|
11592
11666
|
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
11593
11667
|
}
|
|
11594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerHeaderComponent, decorators: [{
|
|
11595
11669
|
type: Component,
|
|
11596
11670
|
args: [{
|
|
11597
11671
|
selector: '[kendoFlatColorPickerHeader]',
|
|
@@ -11602,7 +11676,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11602
11676
|
class="k-button-group k-button-group-flat"
|
|
11603
11677
|
role="group"
|
|
11604
11678
|
>
|
|
11605
|
-
@for (view of views; track view; let i = $index) {
|
|
11679
|
+
@for (view of views; track view; let i = $index; let isFirst = $first; let isLast = $last) {
|
|
11606
11680
|
<button
|
|
11607
11681
|
kendoButton
|
|
11608
11682
|
type="button"
|
|
@@ -11617,6 +11691,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11617
11691
|
[attr.title]="getText(view === 'gradient' ? 'gradientView' : 'paletteView')"
|
|
11618
11692
|
[attr.aria-label]="getText(view === 'gradient' ? 'gradientView' : 'paletteView')"
|
|
11619
11693
|
[attr.aria-pressed]="activeView === view"
|
|
11694
|
+
[class.k-group-start]="isFirst"
|
|
11695
|
+
[class.k-group-end]="isLast"
|
|
11620
11696
|
[ngClass]="activeView === view ? 'k-selected' : ''">
|
|
11621
11697
|
</button>
|
|
11622
11698
|
}
|
|
@@ -11635,7 +11711,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11635
11711
|
fillMode="flat"
|
|
11636
11712
|
icon="reset-color"
|
|
11637
11713
|
[svgIcon]="dropletSlashIcon"
|
|
11638
|
-
class="k-coloreditor-reset"
|
|
11639
11714
|
[attr.aria-label]="getText('clearButton')"
|
|
11640
11715
|
[attr.title]="getText('clearButton')"
|
|
11641
11716
|
(click)="clearButtonClick.emit()">
|
|
@@ -11645,13 +11720,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
11645
11720
|
<div class="k-coloreditor-preview k-vstack" aria-hidden="true">
|
|
11646
11721
|
<span
|
|
11647
11722
|
class="k-coloreditor-preview-color k-color-preview"
|
|
11723
|
+
[class.k-no-color]="!selection"
|
|
11648
11724
|
[attr.title]="getText('previewColor')"
|
|
11649
11725
|
[style.background-color]="selection">
|
|
11726
|
+
<span class="k-color-preview-mask" [style.background-color]="selection"></span>
|
|
11650
11727
|
</span>
|
|
11651
11728
|
<span class="k-coloreditor-current-color k-color-preview"
|
|
11729
|
+
[class.k-no-color]="!value"
|
|
11652
11730
|
[style.background-color]="value"
|
|
11653
11731
|
[attr.title]="getText('revertSelection')"
|
|
11654
11732
|
(click)="valuePaneClick.emit($event)">
|
|
11733
|
+
<span class="k-color-preview-mask" [style.background-color]="value"></span>
|
|
11655
11734
|
</span>
|
|
11656
11735
|
</div>
|
|
11657
11736
|
}
|
|
@@ -11723,8 +11802,8 @@ class FlatColorPickerActionButtonsComponent {
|
|
|
11723
11802
|
};
|
|
11724
11803
|
this.actionButtonClick.emit(args);
|
|
11725
11804
|
}
|
|
11726
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
11727
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
11805
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerActionButtonsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11806
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: FlatColorPickerActionButtonsComponent, isStandalone: true, selector: "[kendoFlatColorPickerActionButtons]", inputs: { innerTabIndex: "innerTabIndex", size: "size" }, outputs: { actionButtonClick: "actionButtonClick", tabOut: "tabOut" }, host: { properties: { "class.k-coloreditor-footer": "this.hostClasses", "class.k-actions": "this.hostClasses", "class.k-actions-horizontal": "this.hostClasses" } }, viewQueries: [{ propertyName: "firstButton", first: true, predicate: ["first"], descendants: true, read: ElementRef }, { propertyName: "lastButton", first: true, predicate: ["last"], descendants: true, read: ElementRef }], ngImport: i0, template: `
|
|
11728
11807
|
<button #first
|
|
11729
11808
|
kendoButton
|
|
11730
11809
|
class="k-coloreditor-cancel"
|
|
@@ -11747,7 +11826,7 @@ class FlatColorPickerActionButtonsComponent {
|
|
|
11747
11826
|
>{{getText('applyButton')}}</button>
|
|
11748
11827
|
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
11749
11828
|
}
|
|
11750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
11829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerActionButtonsComponent, decorators: [{
|
|
11751
11830
|
type: Component,
|
|
11752
11831
|
args: [{
|
|
11753
11832
|
selector: '[kendoFlatColorPickerActionButtons]',
|
|
@@ -11826,8 +11905,11 @@ class FlatColorPickerComponent {
|
|
|
11826
11905
|
get disabledClass() {
|
|
11827
11906
|
return this.disabled;
|
|
11828
11907
|
}
|
|
11908
|
+
get ariaDisabled() {
|
|
11909
|
+
return this.disabled || null;
|
|
11910
|
+
}
|
|
11829
11911
|
get ariaReadonly() {
|
|
11830
|
-
return this.readonly;
|
|
11912
|
+
return this.readonly || null;
|
|
11831
11913
|
}
|
|
11832
11914
|
direction;
|
|
11833
11915
|
get hostTabindex() {
|
|
@@ -11835,10 +11917,7 @@ class FlatColorPickerComponent {
|
|
|
11835
11917
|
}
|
|
11836
11918
|
ariaRole = 'textbox';
|
|
11837
11919
|
get isControlInvalid() {
|
|
11838
|
-
return (this.control?.invalid)?.toString();
|
|
11839
|
-
}
|
|
11840
|
-
get isDisabled() {
|
|
11841
|
-
return this.disabled?.toString() || undefined;
|
|
11920
|
+
return (this.control?.invalid && (this.control?.touched || this.control?.dirty))?.toString();
|
|
11842
11921
|
}
|
|
11843
11922
|
/**
|
|
11844
11923
|
* @hidden
|
|
@@ -12321,13 +12400,13 @@ class FlatColorPickerComponent {
|
|
|
12321
12400
|
}));
|
|
12322
12401
|
this.subscriptions.add(this.renderer.listen(hostElement, 'blur', () => {
|
|
12323
12402
|
this.focused = false;
|
|
12324
|
-
this.notifyNgTouched();
|
|
12403
|
+
this.ngZone.run(() => this.notifyNgTouched());
|
|
12325
12404
|
}));
|
|
12326
12405
|
});
|
|
12327
12406
|
}
|
|
12328
12407
|
removeGradientAttributes() {
|
|
12329
12408
|
if (this.gradientElement) {
|
|
12330
|
-
this.renderer.
|
|
12409
|
+
this.renderer.setAttribute(this.gradientElement.nativeElement, 'role', 'none');
|
|
12331
12410
|
this.renderer.removeAttribute(this.gradientElement.nativeElement, 'aria-label');
|
|
12332
12411
|
}
|
|
12333
12412
|
}
|
|
@@ -12341,8 +12420,8 @@ class FlatColorPickerComponent {
|
|
|
12341
12420
|
this.renderer.addClass(elem, classes.toAdd);
|
|
12342
12421
|
}
|
|
12343
12422
|
}
|
|
12344
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12345
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
12423
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerComponent, deps: [{ token: i0.ElementRef }, { token: FlatColorPickerService }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
12424
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: FlatColorPickerComponent, isStandalone: true, selector: "kendo-flatcolorpicker", inputs: { readonly: "readonly", disabled: "disabled", format: "format", value: "value", tabindex: "tabindex", clearButton: "clearButton", preview: "preview", actionsLayout: "actionsLayout", activeView: "activeView", views: "views", gradientSettings: "gradientSettings", adaptiveMode: "adaptiveMode", paletteSettings: "paletteSettings", size: "size" }, outputs: { valueChange: "valueChange", cancel: "cancel", activeViewChange: "activeViewChange", clearButtonClick: "clearButtonClick", actionButtonClick: "actionButtonClick" }, host: { listeners: { "keydown.enter": "enterHandler($event)", "keydown.escape": "escapeHandler()", "focusin": "focusHandler($event)" }, properties: { "class.k-flatcolorpicker": "this.hostClasses", "class.k-coloreditor": "this.hostClasses", "class.k-disabled": "this.disabledClass", "attr.aria-disabled": "this.ariaDisabled", "attr.aria-readonly": "this.ariaReadonly", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabindex", "attr.role": "this.ariaRole", "attr.aria-invalid": "this.isControlInvalid", "class.k-readonly": "this.readonly" } }, providers: [
|
|
12346
12425
|
{
|
|
12347
12426
|
multi: true,
|
|
12348
12427
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -12466,14 +12545,14 @@ class FlatColorPickerComponent {
|
|
|
12466
12545
|
kendoFlatColorPickerActionButtons
|
|
12467
12546
|
[innerTabIndex]="innerTabIndex"
|
|
12468
12547
|
[size]="size"
|
|
12469
|
-
[ngClass]="'k-
|
|
12548
|
+
[ngClass]="'k-actions-' + actionsLayout"
|
|
12470
12549
|
(actionButtonClick)="onAction($event)"
|
|
12471
12550
|
(tabOut)="firstFocusable.focus()">
|
|
12472
12551
|
</div>
|
|
12473
12552
|
}
|
|
12474
12553
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]" }, { kind: "component", type: FlatColorPickerHeaderComponent, selector: "[kendoFlatColorPickerHeader]", inputs: ["clearButton", "activeView", "views", "preview", "innerTabIndex", "value", "selection", "size"], outputs: ["viewChange", "valuePaneClick", "clearButtonClick", "tabOut"] }, { kind: "component", type: ColorGradientComponent, selector: "kendo-colorgradient", inputs: ["adaptiveMode", "id", "opacity", "size", "disabled", "readonly", "clearButton", "delay", "value", "contrastTool", "tabindex", "format", "gradientSliderStep", "gradientSliderSmallStep", "ariaAttributesEnabled"], outputs: ["valueChange"], exportAs: ["kendoColorGradient"] }, { kind: "component", type: ColorPaletteComponent, selector: "kendo-colorpalette", inputs: ["id", "format", "value", "columns", "palette", "size", "tabindex", "disabled", "readonly", "tileSize"], outputs: ["selectionChange", "valueChange", "cellSelection"], exportAs: ["kendoColorPalette"] }, { kind: "component", type: FlatColorPickerActionButtonsComponent, selector: "[kendoFlatColorPickerActionButtons]", inputs: ["innerTabIndex", "size"], outputs: ["actionButtonClick", "tabOut"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
12475
12554
|
}
|
|
12476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
12555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FlatColorPickerComponent, decorators: [{
|
|
12477
12556
|
type: Component,
|
|
12478
12557
|
args: [{
|
|
12479
12558
|
exportAs: 'kendoFlatColorPicker',
|
|
@@ -12603,7 +12682,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
12603
12682
|
kendoFlatColorPickerActionButtons
|
|
12604
12683
|
[innerTabIndex]="innerTabIndex"
|
|
12605
12684
|
[size]="size"
|
|
12606
|
-
[ngClass]="'k-
|
|
12685
|
+
[ngClass]="'k-actions-' + actionsLayout"
|
|
12607
12686
|
(actionButtonClick)="onAction($event)"
|
|
12608
12687
|
(tabOut)="firstFocusable.focus()">
|
|
12609
12688
|
</div>
|
|
@@ -12621,7 +12700,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
12621
12700
|
}], disabledClass: [{
|
|
12622
12701
|
type: HostBinding,
|
|
12623
12702
|
args: ['class.k-disabled']
|
|
12624
|
-
}, {
|
|
12703
|
+
}], ariaDisabled: [{
|
|
12625
12704
|
type: HostBinding,
|
|
12626
12705
|
args: ['attr.aria-disabled']
|
|
12627
12706
|
}], ariaReadonly: [{
|
|
@@ -12639,9 +12718,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
12639
12718
|
}], isControlInvalid: [{
|
|
12640
12719
|
type: HostBinding,
|
|
12641
12720
|
args: ['attr.aria-invalid']
|
|
12642
|
-
}], isDisabled: [{
|
|
12643
|
-
type: HostBinding,
|
|
12644
|
-
args: ['attr.aria-disabled']
|
|
12645
12721
|
}], enterHandler: [{
|
|
12646
12722
|
type: HostListener,
|
|
12647
12723
|
args: ['keydown.enter', ['$event']]
|
|
@@ -12726,8 +12802,8 @@ class AdaptiveCloseButtonComponent {
|
|
|
12726
12802
|
svgIcon;
|
|
12727
12803
|
color;
|
|
12728
12804
|
close = new EventEmitter();
|
|
12729
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12730
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
12805
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AdaptiveCloseButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12806
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: AdaptiveCloseButtonComponent, isStandalone: true, selector: "kendo-adaptive-close-button", inputs: { title: "title", icon: "icon", svgIcon: "svgIcon", color: "color" }, outputs: { close: "close" }, ngImport: i0, template: `
|
|
12731
12807
|
<button kendoButton
|
|
12732
12808
|
type="button"
|
|
12733
12809
|
[title]="title"
|
|
@@ -12741,7 +12817,7 @@ class AdaptiveCloseButtonComponent {
|
|
|
12741
12817
|
></button>
|
|
12742
12818
|
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
12743
12819
|
}
|
|
12744
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
12820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AdaptiveCloseButtonComponent, decorators: [{
|
|
12745
12821
|
type: Component,
|
|
12746
12822
|
args: [{
|
|
12747
12823
|
selector: 'kendo-adaptive-close-button',
|
|
@@ -12805,8 +12881,8 @@ class AdaptiveRendererComponent {
|
|
|
12805
12881
|
get windowSize() {
|
|
12806
12882
|
return this.adaptiveService.size;
|
|
12807
12883
|
}
|
|
12808
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
12809
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
12884
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AdaptiveRendererComponent, deps: [{ token: i1.LocalizationService }, { token: i2.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
12885
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: AdaptiveRendererComponent, isStandalone: true, selector: "kendo-adaptive-renderer", inputs: { title: "title", subtitle: "subtitle", actionSheetTemplate: "actionSheetTemplate", isActionSheetExpanded: "isActionSheetExpanded", preview: "preview" }, outputs: { actionSheetClose: "actionSheetClose", onExpand: "onExpand", onCollapse: "onCollapse", onApply: "onApply", onCancel: "onCancel" }, viewQueries: [{ propertyName: "actionSheet", first: true, predicate: ActionSheetComponent, descendants: true }, { propertyName: "actionSheetSearchBar", first: true, predicate: ["actionSheetSearchBar"], descendants: true }, { propertyName: "cancelButton", first: true, predicate: ["cancel"], descendants: true }, { propertyName: "applyButton", first: true, predicate: ["apply"], descendants: true }], ngImport: i0, template: `
|
|
12810
12886
|
<kendo-actionsheet
|
|
12811
12887
|
#actionSheet
|
|
12812
12888
|
[animation]="{ duration: animationDuration }"
|
|
@@ -12871,7 +12947,7 @@ class AdaptiveRendererComponent {
|
|
|
12871
12947
|
</kendo-actionsheet>
|
|
12872
12948
|
`, isInline: true, dependencies: [{ kind: "component", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: ["actions", "actionsLayout", "overlayClickClose", "title", "subtitle", "items", "cssClass", "cssStyle", "animation", "expanded", "titleId", "initialFocus"], outputs: ["expandedChange", "action", "expand", "collapse", "itemClick", "overlayClick"], exportAs: ["kendoActionSheet"] }, { kind: "directive", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: AdaptiveCloseButtonComponent, selector: "kendo-adaptive-close-button", inputs: ["title", "icon", "svgIcon", "color"], outputs: ["close"] }] });
|
|
12873
12949
|
}
|
|
12874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
12950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: AdaptiveRendererComponent, decorators: [{
|
|
12875
12951
|
type: Component,
|
|
12876
12952
|
args: [{
|
|
12877
12953
|
selector: 'kendo-adaptive-renderer',
|
|
@@ -13008,11 +13084,14 @@ class ColorPickerComponent {
|
|
|
13008
13084
|
get focusedClass() {
|
|
13009
13085
|
return this.isFocused;
|
|
13010
13086
|
}
|
|
13087
|
+
get ariaDisabled() {
|
|
13088
|
+
return this.disabled || null;
|
|
13089
|
+
}
|
|
13011
13090
|
get disabledClass() {
|
|
13012
13091
|
return this.disabled;
|
|
13013
13092
|
}
|
|
13014
13093
|
get ariaReadonly() {
|
|
13015
|
-
return this.readonly;
|
|
13094
|
+
return this.readonly || null;
|
|
13016
13095
|
}
|
|
13017
13096
|
get ariaExpanded() {
|
|
13018
13097
|
return this.isOpen;
|
|
@@ -13024,7 +13103,7 @@ class ColorPickerComponent {
|
|
|
13024
13103
|
role = 'combobox';
|
|
13025
13104
|
hasPopup = 'dialog';
|
|
13026
13105
|
get isControlInvalid() {
|
|
13027
|
-
return (this.control?.invalid)?.toString();
|
|
13106
|
+
return (this.control?.invalid && (this.control?.touched || this.control?.dirty))?.toString();
|
|
13028
13107
|
}
|
|
13029
13108
|
/**
|
|
13030
13109
|
* @hidden
|
|
@@ -13826,8 +13905,8 @@ class ColorPickerComponent {
|
|
|
13826
13905
|
this.focusableId = id;
|
|
13827
13906
|
}
|
|
13828
13907
|
}
|
|
13829
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
13830
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
13908
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerComponent, deps: [{ token: i0.ElementRef }, { token: i1$2.PopupService }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i2.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13909
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: ColorPickerComponent, isStandalone: true, selector: "kendo-colorpicker", inputs: { views: "views", view: "view", adaptiveMode: "adaptiveMode", activeView: "activeView", readonly: "readonly", disabled: "disabled", format: "format", value: "value", popupSettings: "popupSettings", paletteSettings: "paletteSettings", gradientSettings: "gradientSettings", icon: "icon", iconClass: "iconClass", svgIcon: "svgIcon", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", clearButton: "clearButton", tabindex: "tabindex", preview: "preview", actionsLayout: "actionsLayout", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", open: "open", close: "close", onFocus: "focus", onBlur: "blur", cancel: "cancel", activeColorClick: "activeColorClick", clearButtonClick: "clearButtonClick", activeViewChange: "activeViewChange" }, host: { properties: { "class.k-colorpicker": "this.hostClasses", "class.k-icon-picker": "this.hostClasses", "class.k-picker": "this.hostClasses", "class.k-focus": "this.focusedClass", "attr.aria-disabled": "this.ariaDisabled", "class.k-disabled": "this.disabledClass", "attr.aria-readonly": "this.ariaReadonly", "attr.aria-expanded": "this.ariaExpanded", "attr.tabindex": "this.hostTabindex", "attr.dir": "this.direction", "attr.role": "this.role", "attr.aria-haspopup": "this.hasPopup", "attr.aria-invalid": "this.isControlInvalid", "class.k-readonly": "this.readonly" } }, providers: [{
|
|
13831
13910
|
multi: true,
|
|
13832
13911
|
provide: NG_VALUE_ACCESSOR,
|
|
13833
13912
|
useExisting: forwardRef(() => ColorPickerComponent)
|
|
@@ -13975,7 +14054,7 @@ class ColorPickerComponent {
|
|
|
13975
14054
|
}
|
|
13976
14055
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]" }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: FlatColorPickerComponent, selector: "kendo-flatcolorpicker", inputs: ["readonly", "disabled", "format", "value", "tabindex", "clearButton", "preview", "actionsLayout", "activeView", "views", "gradientSettings", "adaptiveMode", "paletteSettings", "size"], outputs: ["valueChange", "cancel", "activeViewChange", "clearButtonClick", "actionButtonClick"], exportAs: ["kendoFlatColorPicker"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: AdaptiveRendererComponent, selector: "kendo-adaptive-renderer", inputs: ["title", "subtitle", "actionSheetTemplate", "isActionSheetExpanded", "preview"], outputs: ["actionSheetClose", "onExpand", "onCollapse", "onApply", "onCancel"] }] });
|
|
13977
14056
|
}
|
|
13978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerComponent, decorators: [{
|
|
13979
14058
|
type: Component,
|
|
13980
14059
|
args: [{
|
|
13981
14060
|
exportAs: 'kendoColorPicker',
|
|
@@ -14143,10 +14222,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14143
14222
|
}], focusedClass: [{
|
|
14144
14223
|
type: HostBinding,
|
|
14145
14224
|
args: ['class.k-focus']
|
|
14146
|
-
}],
|
|
14225
|
+
}], ariaDisabled: [{
|
|
14147
14226
|
type: HostBinding,
|
|
14148
14227
|
args: ['attr.aria-disabled']
|
|
14149
|
-
}, {
|
|
14228
|
+
}], disabledClass: [{
|
|
14150
14229
|
type: HostBinding,
|
|
14151
14230
|
args: ['class.k-disabled']
|
|
14152
14231
|
}], ariaReadonly: [{
|
|
@@ -14276,15 +14355,15 @@ class ColorPickerCustomMessagesComponent extends ColorPickerMessages {
|
|
|
14276
14355
|
get override() {
|
|
14277
14356
|
return true;
|
|
14278
14357
|
}
|
|
14279
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14280
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
14358
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14359
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: ColorPickerCustomMessagesComponent, isStandalone: true, selector: "kendo-colorpicker-messages, kendo-flatcolorpicker-messages, kendo-colorgradient-messages, kendo-colorpalette-messages", providers: [
|
|
14281
14360
|
{
|
|
14282
14361
|
provide: ColorPickerMessages,
|
|
14283
14362
|
useExisting: forwardRef(() => ColorPickerCustomMessagesComponent)
|
|
14284
14363
|
}
|
|
14285
14364
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
14286
14365
|
}
|
|
14287
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerCustomMessagesComponent, decorators: [{
|
|
14288
14367
|
type: Component,
|
|
14289
14368
|
args: [{
|
|
14290
14369
|
providers: [
|
|
@@ -14331,12 +14410,12 @@ class ErrorComponent {
|
|
|
14331
14410
|
get idAttribute() {
|
|
14332
14411
|
return this.id;
|
|
14333
14412
|
}
|
|
14334
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14335
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
14413
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14414
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: ErrorComponent, isStandalone: true, selector: "kendo-formerror", inputs: { align: "align" }, host: { properties: { "class.k-form-error": "this.hostClass", "attr.role": "this.roleAttribute", "class.k-text-start": "this.startClass", "class.k-text-end": "this.endClass", "attr.id": "this.idAttribute" } }, ngImport: i0, template: `
|
|
14336
14415
|
<ng-content></ng-content>
|
|
14337
14416
|
`, isInline: true });
|
|
14338
14417
|
}
|
|
14339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ErrorComponent, decorators: [{
|
|
14340
14419
|
type: Component,
|
|
14341
14420
|
args: [{
|
|
14342
14421
|
selector: 'kendo-formerror',
|
|
@@ -14394,12 +14473,12 @@ class HintComponent {
|
|
|
14394
14473
|
get idAttribute() {
|
|
14395
14474
|
return this.id;
|
|
14396
14475
|
}
|
|
14397
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14398
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
14476
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: HintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14477
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: HintComponent, isStandalone: true, selector: "kendo-formhint", inputs: { align: "align" }, host: { properties: { "class.k-form-hint": "this.hostClass", "class.k-text-start": "this.startClass", "class.k-text-end": "this.endClass", "attr.id": "this.idAttribute" } }, ngImport: i0, template: `
|
|
14399
14478
|
<ng-content></ng-content>
|
|
14400
14479
|
`, isInline: true });
|
|
14401
14480
|
}
|
|
14402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14481
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: HintComponent, decorators: [{
|
|
14403
14482
|
type: Component,
|
|
14404
14483
|
args: [{
|
|
14405
14484
|
selector: 'kendo-formhint',
|
|
@@ -14429,10 +14508,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
14429
14508
|
*/
|
|
14430
14509
|
class FormService {
|
|
14431
14510
|
formWidth = new BehaviorSubject(null);
|
|
14432
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14433
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
14511
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14512
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormService, providedIn: 'root' });
|
|
14434
14513
|
}
|
|
14435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14514
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormService, decorators: [{
|
|
14436
14515
|
type: Injectable,
|
|
14437
14516
|
args: [{
|
|
14438
14517
|
providedIn: 'root'
|
|
@@ -14834,8 +14913,8 @@ class FormFieldComponent {
|
|
|
14834
14913
|
this._previousColSpan = newColSpan;
|
|
14835
14914
|
}
|
|
14836
14915
|
}
|
|
14837
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
14838
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
14916
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormFieldComponent, deps: [{ token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.ElementRef }, { token: FormService }], target: i0.ɵɵFactoryTarget.Component });
|
|
14917
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: FormFieldComponent, isStandalone: true, selector: "kendo-formfield", inputs: { showHints: "showHints", orientation: "orientation", showErrors: "showErrors", colSpan: "colSpan" }, host: { properties: { "class.k-form-field": "this.hostClass", "attr.dir": "this.direction", "class.k-form-field-error": "this.errorClass", "class.k-form-field-disabled": "this.disabledClass" } }, providers: [
|
|
14839
14918
|
LocalizationService,
|
|
14840
14919
|
{
|
|
14841
14920
|
provide: L10N_PREFIX,
|
|
@@ -14854,7 +14933,7 @@ class FormFieldComponent {
|
|
|
14854
14933
|
</div>
|
|
14855
14934
|
`, isInline: true });
|
|
14856
14935
|
}
|
|
14857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
14936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormFieldComponent, decorators: [{
|
|
14858
14937
|
type: Component,
|
|
14859
14938
|
args: [{
|
|
14860
14939
|
selector: 'kendo-formfield',
|
|
@@ -15014,8 +15093,8 @@ class RadioButtonComponent extends RadioCheckBoxBase {
|
|
|
15014
15093
|
this.checked = value === this.value;
|
|
15015
15094
|
this.cdr.markForCheck();
|
|
15016
15095
|
}
|
|
15017
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
15018
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
15096
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RadioButtonComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15097
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: RadioButtonComponent, isStandalone: true, selector: "kendo-radiobutton", inputs: { checked: "checked" }, outputs: { checkedChange: "checkedChange" }, host: { properties: { "class.k-radio-wrap": "this.hostClass", "attr.dir": "this.direction" } }, providers: [
|
|
15019
15098
|
LocalizationService,
|
|
15020
15099
|
{ provide: L10N_PREFIX, useValue: 'kendo.radiobutton' },
|
|
15021
15100
|
{
|
|
@@ -15055,7 +15134,7 @@ class RadioButtonComponent extends RadioCheckBoxBase {
|
|
|
15055
15134
|
</ng-container>
|
|
15056
15135
|
`, isInline: true, dependencies: [{ kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
15057
15136
|
}
|
|
15058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
15137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RadioButtonComponent, decorators: [{
|
|
15059
15138
|
type: Component,
|
|
15060
15139
|
args: [{
|
|
15061
15140
|
exportAs: 'kendoRadioButton',
|
|
@@ -15165,10 +15244,10 @@ class RadioButtonDirective {
|
|
|
15165
15244
|
this.renderer.addClass(elem, classes.toAdd);
|
|
15166
15245
|
}
|
|
15167
15246
|
}
|
|
15168
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
15169
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
15247
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RadioButtonDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15248
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: RadioButtonDirective, isStandalone: true, selector: "input[kendoRadioButton]", inputs: { size: "size" }, host: { properties: { "class.k-radio": "this.kendoClass", "class.k-disabled": "this.isDisabled" } }, ngImport: i0 });
|
|
15170
15249
|
}
|
|
15171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
15250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RadioButtonDirective, decorators: [{
|
|
15172
15251
|
type: Directive,
|
|
15173
15252
|
args: [{
|
|
15174
15253
|
selector: 'input[kendoRadioButton]',
|
|
@@ -15206,15 +15285,15 @@ class RangeSliderCustomMessagesComponent extends RangeSliderMessages {
|
|
|
15206
15285
|
get override() {
|
|
15207
15286
|
return true;
|
|
15208
15287
|
}
|
|
15209
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
15210
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
15288
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15289
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: RangeSliderCustomMessagesComponent, isStandalone: true, selector: "kendo-rangeslider-messages", providers: [
|
|
15211
15290
|
{
|
|
15212
15291
|
provide: RangeSliderMessages,
|
|
15213
15292
|
useExisting: forwardRef(() => RangeSliderCustomMessagesComponent)
|
|
15214
15293
|
}
|
|
15215
15294
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
15216
15295
|
}
|
|
15217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
15296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderCustomMessagesComponent, decorators: [{
|
|
15218
15297
|
type: Component,
|
|
15219
15298
|
args: [{
|
|
15220
15299
|
providers: [
|
|
@@ -15248,10 +15327,10 @@ class RatingHoveredItemTemplateDirective {
|
|
|
15248
15327
|
constructor(templateRef) {
|
|
15249
15328
|
this.templateRef = templateRef;
|
|
15250
15329
|
}
|
|
15251
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
15252
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
15330
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingHoveredItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15331
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: RatingHoveredItemTemplateDirective, isStandalone: true, selector: "[kendoRatingHoveredItemTemplate]", ngImport: i0 });
|
|
15253
15332
|
}
|
|
15254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
15333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingHoveredItemTemplateDirective, decorators: [{
|
|
15255
15334
|
type: Directive,
|
|
15256
15335
|
args: [{
|
|
15257
15336
|
selector: '[kendoRatingHoveredItemTemplate]',
|
|
@@ -15277,10 +15356,10 @@ class RatingItemTemplateDirective {
|
|
|
15277
15356
|
constructor(templateRef) {
|
|
15278
15357
|
this.templateRef = templateRef;
|
|
15279
15358
|
}
|
|
15280
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
15281
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
15359
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15360
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: RatingItemTemplateDirective, isStandalone: true, selector: "[kendoRatingItemTemplate]", ngImport: i0 });
|
|
15282
15361
|
}
|
|
15283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
15362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingItemTemplateDirective, decorators: [{
|
|
15284
15363
|
type: Directive,
|
|
15285
15364
|
args: [{
|
|
15286
15365
|
selector: '[kendoRatingItemTemplate]',
|
|
@@ -15308,10 +15387,10 @@ class RatingSelectedItemTemplateDirective {
|
|
|
15308
15387
|
constructor(templateRef) {
|
|
15309
15388
|
this.templateRef = templateRef;
|
|
15310
15389
|
}
|
|
15311
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
15312
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
15390
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingSelectedItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15391
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: RatingSelectedItemTemplateDirective, isStandalone: true, selector: "[kendoRatingSelectedItemTemplate]", ngImport: i0 });
|
|
15313
15392
|
}
|
|
15314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
15393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingSelectedItemTemplateDirective, decorators: [{
|
|
15315
15394
|
type: Directive,
|
|
15316
15395
|
args: [{
|
|
15317
15396
|
selector: '[kendoRatingSelectedItemTemplate]',
|
|
@@ -15355,6 +15434,9 @@ class RatingComponent {
|
|
|
15355
15434
|
* @default false
|
|
15356
15435
|
*/
|
|
15357
15436
|
disabled = false;
|
|
15437
|
+
get ariaDisabled() {
|
|
15438
|
+
return this.disabled ? true : undefined;
|
|
15439
|
+
}
|
|
15358
15440
|
/**
|
|
15359
15441
|
* When `true`, sets the Rating to read-only ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/rating/readonly)).
|
|
15360
15442
|
|
|
@@ -15362,6 +15444,9 @@ class RatingComponent {
|
|
|
15362
15444
|
* @default false
|
|
15363
15445
|
*/
|
|
15364
15446
|
readonly = false;
|
|
15447
|
+
get ariaReadonly() {
|
|
15448
|
+
return this.readonly ? true : undefined;
|
|
15449
|
+
}
|
|
15365
15450
|
/**
|
|
15366
15451
|
* Sets the [`tabindex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the Rating.
|
|
15367
15452
|
*
|
|
@@ -15679,8 +15764,8 @@ class RatingComponent {
|
|
|
15679
15764
|
break;
|
|
15680
15765
|
}
|
|
15681
15766
|
}
|
|
15682
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
15683
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
15767
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
15768
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: RatingComponent, isStandalone: true, selector: "kendo-rating", inputs: { disabled: "disabled", readonly: "readonly", tabindex: "tabindex", itemsCount: "itemsCount", value: "value", selection: "selection", precision: "precision", label: "label", icon: "icon", svgIcon: "svgIcon", svgIconOutline: "svgIconOutline" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-disabled": "this.disabled", "attr.aria-disabled": "this.ariaDisabled", "class.k-readonly": "this.readonly", "attr.aria-readonly": "this.ariaReadonly", "attr.tabindex": "this.tabindex", "class.k-rating": "this.hostClass", "attr.dir": "this.direction", "attr.aria-invalid": "this.isControlInvalid", "attr.aria-valuemin": "this.valueMin", "attr.aria-valuemax": "this.valueMax", "attr.aria-valuenow": "this.valueNow", "attr.role": "this.ariaRole" } }, providers: [
|
|
15684
15769
|
LocalizationService,
|
|
15685
15770
|
{ provide: L10N_PREFIX, useValue: 'kendo.rating' },
|
|
15686
15771
|
{
|
|
@@ -15836,7 +15921,7 @@ class RatingComponent {
|
|
|
15836
15921
|
}
|
|
15837
15922
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
15838
15923
|
}
|
|
15839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
15924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingComponent, decorators: [{
|
|
15840
15925
|
type: Component,
|
|
15841
15926
|
args: [{
|
|
15842
15927
|
exportAs: 'kendoRating',
|
|
@@ -16011,20 +16096,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
16011
16096
|
args: [RatingSelectedItemTemplateDirective]
|
|
16012
16097
|
}], disabled: [{
|
|
16013
16098
|
type: Input
|
|
16014
|
-
}, {
|
|
16015
|
-
type: HostBinding,
|
|
16016
|
-
args: ['attr.aria-disabled']
|
|
16017
16099
|
}, {
|
|
16018
16100
|
type: HostBinding,
|
|
16019
16101
|
args: ['class.k-disabled']
|
|
16102
|
+
}], ariaDisabled: [{
|
|
16103
|
+
type: HostBinding,
|
|
16104
|
+
args: ['attr.aria-disabled']
|
|
16020
16105
|
}], readonly: [{
|
|
16021
16106
|
type: Input
|
|
16022
|
-
}, {
|
|
16023
|
-
type: HostBinding,
|
|
16024
|
-
args: ['attr.aria-readonly']
|
|
16025
16107
|
}, {
|
|
16026
16108
|
type: HostBinding,
|
|
16027
16109
|
args: ['class.k-readonly']
|
|
16110
|
+
}], ariaReadonly: [{
|
|
16111
|
+
type: HostBinding,
|
|
16112
|
+
args: ['attr.aria-readonly']
|
|
16028
16113
|
}], tabindex: [{
|
|
16029
16114
|
type: Input
|
|
16030
16115
|
}, {
|
|
@@ -16098,10 +16183,10 @@ class InputSpacerComponent {
|
|
|
16098
16183
|
* If not set, the Input Spacer takes all available space.
|
|
16099
16184
|
*/
|
|
16100
16185
|
width;
|
|
16101
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
16102
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
16186
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: InputSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16187
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: InputSpacerComponent, isStandalone: true, selector: "kendo-input-spacer, kendo-textbox-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
|
|
16103
16188
|
}
|
|
16104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
16189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: InputSpacerComponent, decorators: [{
|
|
16105
16190
|
type: Component,
|
|
16106
16191
|
args: [{
|
|
16107
16192
|
selector: 'kendo-input-spacer, kendo-textbox-spacer',
|
|
@@ -16141,10 +16226,10 @@ class SignatureMessages extends ComponentMessages {
|
|
|
16141
16226
|
* The value of the Signature canvas element aria-label attribute.
|
|
16142
16227
|
*/
|
|
16143
16228
|
canvasLabel;
|
|
16144
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
16145
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
16229
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SignatureMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
16230
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: SignatureMessages, isStandalone: true, selector: "kendo-signature-messages-base", inputs: { clear: "clear", minimize: "minimize", maximize: "maximize", canvasLabel: "canvasLabel" }, usesInheritance: true, ngImport: i0 });
|
|
16146
16231
|
}
|
|
16147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
16232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SignatureMessages, decorators: [{
|
|
16148
16233
|
type: Directive,
|
|
16149
16234
|
args: [{
|
|
16150
16235
|
selector: 'kendo-signature-messages-base'
|
|
@@ -16171,15 +16256,15 @@ class SignatureCustomMessagesComponent extends SignatureMessages {
|
|
|
16171
16256
|
get override() {
|
|
16172
16257
|
return true;
|
|
16173
16258
|
}
|
|
16174
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
16175
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
16259
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SignatureCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
16260
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: SignatureCustomMessagesComponent, isStandalone: true, selector: "kendo-signature-messages", providers: [
|
|
16176
16261
|
{
|
|
16177
16262
|
provide: SignatureMessages,
|
|
16178
16263
|
useExisting: forwardRef(() => SignatureCustomMessagesComponent)
|
|
16179
16264
|
}
|
|
16180
16265
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
16181
16266
|
}
|
|
16182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
16267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SignatureCustomMessagesComponent, decorators: [{
|
|
16183
16268
|
type: Component,
|
|
16184
16269
|
args: [{
|
|
16185
16270
|
providers: [
|
|
@@ -16215,15 +16300,15 @@ class LocalizedSignatureMessagesDirective extends SignatureMessages {
|
|
|
16215
16300
|
super();
|
|
16216
16301
|
this.service = service;
|
|
16217
16302
|
}
|
|
16218
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
16219
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
16303
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedSignatureMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16304
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedSignatureMessagesDirective, isStandalone: true, selector: "[kendoSignatureLocalizedMessages]", providers: [
|
|
16220
16305
|
{
|
|
16221
16306
|
provide: SignatureMessages,
|
|
16222
16307
|
useExisting: forwardRef(() => LocalizedSignatureMessagesDirective)
|
|
16223
16308
|
}
|
|
16224
16309
|
], usesInheritance: true, ngImport: i0 });
|
|
16225
16310
|
}
|
|
16226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
16311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedSignatureMessagesDirective, decorators: [{
|
|
16227
16312
|
type: Directive,
|
|
16228
16313
|
args: [{
|
|
16229
16314
|
providers: [
|
|
@@ -16874,8 +16959,8 @@ class SignatureComponent {
|
|
|
16874
16959
|
}
|
|
16875
16960
|
return this.localization.get(key);
|
|
16876
16961
|
}
|
|
16877
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
16878
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
16962
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SignatureComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
16963
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: SignatureComponent, isStandalone: true, selector: "kendo-signature", inputs: { focusableId: "focusableId", readonly: "readonly", disabled: "disabled", width: "width", height: "height", value: "value", tabindex: "tabindex", size: "size", rounded: "rounded", fillMode: "fillMode", color: "color", backgroundColor: "backgroundColor", strokeWidth: "strokeWidth", smooth: "smooth", maximizable: "maximizable", maximized: "maximized", popupScale: "popupScale", exportScale: "exportScale", parentLocalization: "parentLocalization", hideLine: "hideLine" }, outputs: { valueChange: "valueChange", open: "open", close: "close", onFocus: "focus", onBlur: "blur", minimize: "minimize" }, host: { properties: { "attr.dir": "this.direction", "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabled", "style.width.px": "this.width", "style.height.px": "this.height", "class.k-signature-maximized": "this.maximized" } }, providers: [
|
|
16879
16964
|
LocalizationService,
|
|
16880
16965
|
{ provide: L10N_PREFIX, useValue: 'kendo.signature' },
|
|
16881
16966
|
{ multi: true, provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => SignatureComponent) },
|
|
@@ -16986,7 +17071,7 @@ class SignatureComponent {
|
|
|
16986
17071
|
}
|
|
16987
17072
|
`, isInline: true, dependencies: [{ kind: "component", type: SignatureComponent, selector: "kendo-signature", inputs: ["focusableId", "readonly", "disabled", "width", "height", "value", "tabindex", "size", "rounded", "fillMode", "color", "backgroundColor", "strokeWidth", "smooth", "maximizable", "maximized", "popupScale", "exportScale", "parentLocalization", "hideLine"], outputs: ["valueChange", "open", "close", "focus", "blur", "minimize"], exportAs: ["kendoSignature"] }, { kind: "directive", type: LocalizedSignatureMessagesDirective, selector: "[kendoSignatureLocalizedMessages]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconPosition", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "closable", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
16988
17073
|
}
|
|
16989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
17074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SignatureComponent, decorators: [{
|
|
16990
17075
|
type: Component,
|
|
16991
17076
|
args: [{
|
|
16992
17077
|
exportAs: 'kendoSignature',
|
|
@@ -17152,6 +17237,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
17152
17237
|
}], maximizable: [{
|
|
17153
17238
|
type: Input
|
|
17154
17239
|
}], maximized: [{
|
|
17240
|
+
type: HostBinding,
|
|
17241
|
+
args: ['class.k-signature-maximized']
|
|
17242
|
+
}, {
|
|
17155
17243
|
type: Input
|
|
17156
17244
|
}], popupScale: [{
|
|
17157
17245
|
type: Input
|
|
@@ -17198,15 +17286,15 @@ class SliderCustomMessagesComponent extends SliderMessages {
|
|
|
17198
17286
|
get override() {
|
|
17199
17287
|
return true;
|
|
17200
17288
|
}
|
|
17201
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
17202
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
17289
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17290
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: SliderCustomMessagesComponent, isStandalone: true, selector: "kendo-slider-messages", providers: [
|
|
17203
17291
|
{
|
|
17204
17292
|
provide: SliderMessages,
|
|
17205
17293
|
useExisting: forwardRef(() => SliderCustomMessagesComponent)
|
|
17206
17294
|
}
|
|
17207
17295
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
17208
17296
|
}
|
|
17209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
17297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderCustomMessagesComponent, decorators: [{
|
|
17210
17298
|
type: Component,
|
|
17211
17299
|
args: [{
|
|
17212
17300
|
providers: [
|
|
@@ -17233,15 +17321,15 @@ class SwitchCustomMessagesComponent extends Messages {
|
|
|
17233
17321
|
get override() {
|
|
17234
17322
|
return true;
|
|
17235
17323
|
}
|
|
17236
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
17237
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
17324
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SwitchCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
17325
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: SwitchCustomMessagesComponent, isStandalone: true, selector: "kendo-switch-messages", providers: [
|
|
17238
17326
|
{
|
|
17239
17327
|
provide: Messages,
|
|
17240
17328
|
useExisting: forwardRef(() => SwitchCustomMessagesComponent)
|
|
17241
17329
|
}
|
|
17242
17330
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
17243
17331
|
}
|
|
17244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
17332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SwitchCustomMessagesComponent, decorators: [{
|
|
17245
17333
|
type: Component,
|
|
17246
17334
|
args: [{
|
|
17247
17335
|
providers: [
|
|
@@ -17289,10 +17377,10 @@ class TextAreaPrefixComponent {
|
|
|
17289
17377
|
get alignItems() {
|
|
17290
17378
|
return this.flow === this.orientation;
|
|
17291
17379
|
}
|
|
17292
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
17293
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
17380
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaPrefixComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17381
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TextAreaPrefixComponent, isStandalone: true, selector: "kendo-textarea-prefix", inputs: { flow: "flow", orientation: "orientation" }, host: { properties: { "class.k-input-prefix": "this.hostClass", "class.k-input-prefix-vertical": "this.verticalOrientation", "class.k-input-prefix-horizontal": "this.horizontalOrientation", "class.!k-align-items-start": "this.alignItems" } }, exportAs: ["kendoTextAreaPrefix"], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
17294
17382
|
}
|
|
17295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
17383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaPrefixComponent, decorators: [{
|
|
17296
17384
|
type: Component,
|
|
17297
17385
|
args: [{
|
|
17298
17386
|
exportAs: 'kendoTextAreaPrefix',
|
|
@@ -17351,10 +17439,10 @@ class TextAreaSuffixComponent {
|
|
|
17351
17439
|
get alignItems() {
|
|
17352
17440
|
return this.flow === this.orientation;
|
|
17353
17441
|
}
|
|
17354
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
17355
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
17442
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaSuffixComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17443
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TextAreaSuffixComponent, isStandalone: true, selector: "kendo-textarea-suffix", inputs: { flow: "flow", orientation: "orientation" }, host: { properties: { "class.k-input-suffix": "this.hostClass", "class.k-input-suffix-vertical": "this.verticalOrientation", "class.k-input-suffix-horizontal": "this.horizontalOrientation", "class.!k-align-items-start": "this.alignItems" } }, exportAs: ["kendoTextAreaSuffix"], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
|
|
17356
17444
|
}
|
|
17357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
17445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaSuffixComponent, decorators: [{
|
|
17358
17446
|
type: Component,
|
|
17359
17447
|
args: [{
|
|
17360
17448
|
exportAs: 'kendoTextAreaSuffix',
|
|
@@ -17490,10 +17578,10 @@ class TextFieldsBase {
|
|
|
17490
17578
|
}
|
|
17491
17579
|
ngChange = (_) => { };
|
|
17492
17580
|
ngTouched = () => { };
|
|
17493
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
17494
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
17581
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextFieldsBase, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
17582
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TextFieldsBase, isStandalone: true, selector: "kendo-textfield-base", inputs: { title: "title", disabled: "disabled", readonly: "readonly", value: "value", selectOnFocus: "selectOnFocus", placeholder: "placeholder" }, outputs: { inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabledClass", "attr.dir": "this.direction" } }, viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true, static: true }], ngImport: i0, template: ``, isInline: true });
|
|
17495
17583
|
}
|
|
17496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
17584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextFieldsBase, decorators: [{
|
|
17497
17585
|
type: Component,
|
|
17498
17586
|
args: [{
|
|
17499
17587
|
selector: 'kendo-textfield-base',
|
|
@@ -17735,17 +17823,11 @@ class TextAreaComponent extends TextFieldsBase {
|
|
|
17735
17823
|
maxlength: this.maxlength,
|
|
17736
17824
|
rows: this.rows,
|
|
17737
17825
|
cols: this.cols,
|
|
17738
|
-
'aria-disabled': this.disabled ? true : undefined,
|
|
17739
17826
|
'aria-readonly': this.readonly ? true : undefined,
|
|
17740
17827
|
'aria-invalid': this.isControlInvalid,
|
|
17741
17828
|
required: this.isControlRequired ? '' : null
|
|
17742
17829
|
};
|
|
17743
17830
|
}
|
|
17744
|
-
get mutableAttributes() {
|
|
17745
|
-
return {
|
|
17746
|
-
'aria-multiline': 'true'
|
|
17747
|
-
};
|
|
17748
|
-
}
|
|
17749
17831
|
constructor(localizationService, ngZone, changeDetector, renderer, injector, hostElement) {
|
|
17750
17832
|
super(localizationService, ngZone, changeDetector, renderer, injector, hostElement);
|
|
17751
17833
|
this.localizationService = localizationService;
|
|
@@ -18058,11 +18140,11 @@ class TextAreaComponent extends TextFieldsBase {
|
|
|
18058
18140
|
this.renderer[isVertical ? 'addClass' : 'removeClass'](element, '\!k-flex-none');
|
|
18059
18141
|
}
|
|
18060
18142
|
setInputAttributes() {
|
|
18061
|
-
const attributesToRender =
|
|
18062
|
-
setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement, this.
|
|
18143
|
+
const attributesToRender = { ...this.parsedAttributes };
|
|
18144
|
+
setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement, this.injector);
|
|
18063
18145
|
}
|
|
18064
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
18065
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
18146
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaComponent, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
18147
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: TextAreaComponent, isStandalone: true, selector: "kendo-textarea", inputs: { focusableId: "focusableId", flow: "flow", inputAttributes: "inputAttributes", adornmentsOrientation: "adornmentsOrientation", rows: "rows", cols: "cols", maxlength: "maxlength", maxResizableRows: "maxResizableRows", tabindex: "tabindex", tabIndex: "tabIndex", resizable: "resizable", size: "size", rounded: "rounded", fillMode: "fillMode", showPrefixSeparator: "showPrefixSeparator", showSuffixSeparator: "showSuffixSeparator" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "class.!k-flex-col": "this.flowCol", "class.!k-flex-row": "this.flowRow" } }, providers: [
|
|
18066
18148
|
LocalizationService,
|
|
18067
18149
|
{ provide: L10N_PREFIX, useValue: 'kendo.textarea' },
|
|
18068
18150
|
{
|
|
@@ -18088,8 +18170,6 @@ class TextAreaComponent extends TextFieldsBase {
|
|
|
18088
18170
|
}
|
|
18089
18171
|
<textarea #input
|
|
18090
18172
|
class="k-input-inner !k-overflow-auto"
|
|
18091
|
-
[attr.aria-multiline]="true"
|
|
18092
|
-
[attr.aria-disabled]="disabled ? true : undefined"
|
|
18093
18173
|
[attr.aria-readonly]="readonly ? true : undefined"
|
|
18094
18174
|
[attr.aria-invalid]="isControlInvalid"
|
|
18095
18175
|
[id]="focusableId"
|
|
@@ -18119,7 +18199,7 @@ class TextAreaComponent extends TextFieldsBase {
|
|
|
18119
18199
|
</ng-container>
|
|
18120
18200
|
`, isInline: true, dependencies: [{ kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "component", type: InputSeparatorComponent, selector: "kendo-input-separator, kendo-textbox-separator", inputs: ["orientation"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
18121
18201
|
}
|
|
18122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
18202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaComponent, decorators: [{
|
|
18123
18203
|
type: Component,
|
|
18124
18204
|
args: [{
|
|
18125
18205
|
exportAs: 'kendoTextArea',
|
|
@@ -18151,8 +18231,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18151
18231
|
}
|
|
18152
18232
|
<textarea #input
|
|
18153
18233
|
class="k-input-inner !k-overflow-auto"
|
|
18154
|
-
[attr.aria-multiline]="true"
|
|
18155
|
-
[attr.aria-disabled]="disabled ? true : undefined"
|
|
18156
18234
|
[attr.aria-readonly]="readonly ? true : undefined"
|
|
18157
18235
|
[attr.aria-invalid]="isControlInvalid"
|
|
18158
18236
|
[id]="focusableId"
|
|
@@ -18250,15 +18328,15 @@ class TextBoxCustomMessagesComponent extends TextBoxMessages {
|
|
|
18250
18328
|
get override() {
|
|
18251
18329
|
return true;
|
|
18252
18330
|
}
|
|
18253
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
18254
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
18331
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
18332
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: TextBoxCustomMessagesComponent, isStandalone: true, selector: "kendo-textbox-messages", providers: [
|
|
18255
18333
|
{
|
|
18256
18334
|
provide: TextBoxMessages,
|
|
18257
18335
|
useExisting: forwardRef(() => TextBoxCustomMessagesComponent)
|
|
18258
18336
|
}
|
|
18259
18337
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18260
18338
|
}
|
|
18261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
18339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxCustomMessagesComponent, decorators: [{
|
|
18262
18340
|
type: Component,
|
|
18263
18341
|
args: [{
|
|
18264
18342
|
providers: [
|
|
@@ -18313,8 +18391,8 @@ class OTPInputSeparatorComponent {
|
|
|
18313
18391
|
this.hasIconClass = false;
|
|
18314
18392
|
this.hasSVGIcon = false;
|
|
18315
18393
|
}
|
|
18316
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
18317
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
18394
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
18395
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: OTPInputSeparatorComponent, isStandalone: true, selector: "kendo-otpinput-separator", inputs: { separator: "separator" }, host: { properties: { "class.k-otp-separator": "this.wrapperClass" } }, exportAs: ["kendoOTPInputSeparator"], ngImport: i0, template: `
|
|
18318
18396
|
@if (hasText) {
|
|
18319
18397
|
{{this.separator}}
|
|
18320
18398
|
}
|
|
@@ -18329,7 +18407,7 @@ class OTPInputSeparatorComponent {
|
|
|
18329
18407
|
}
|
|
18330
18408
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
18331
18409
|
}
|
|
18332
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
18410
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputSeparatorComponent, decorators: [{
|
|
18333
18411
|
type: Component,
|
|
18334
18412
|
args: [{
|
|
18335
18413
|
exportAs: 'kendoOTPInputSeparator',
|
|
@@ -18363,20 +18441,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
18363
18441
|
*/
|
|
18364
18442
|
class OTPInputMessages extends ComponentMessages {
|
|
18365
18443
|
/**
|
|
18366
|
-
* The aria-label of the OTP Input. Follows the pattern **
|
|
18367
|
-
*
|
|
18368
|
-
* **
|
|
18444
|
+
* The aria-label of the OTP Input fields. Follows the pattern **Digit {currentInput} of {totalInputs}** by default.
|
|
18445
|
+
* The default label text when the current input is 1 and the total number of inputs is 6 will be
|
|
18446
|
+
* **Digit 1 of 6**.
|
|
18369
18447
|
*
|
|
18370
|
-
* The message consists of
|
|
18371
|
-
* To allow for reordering its parts, the `ariaLabel` input accepts a string with placeholders for the current input
|
|
18372
|
-
* total number of inputs
|
|
18448
|
+
* The message consists of two parts — the current input number and the total number of inputs.
|
|
18449
|
+
* To allow for reordering its parts, the `ariaLabel` input accepts a string with placeholders for the current input
|
|
18450
|
+
* and total number of inputs. The `{currentInput}` and `{totalInputs}` placeholders will be
|
|
18373
18451
|
* replaced internally with the respective actual values.
|
|
18374
18452
|
*/
|
|
18375
18453
|
ariaLabel;
|
|
18376
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
18377
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
18454
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
18455
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: OTPInputMessages, isStandalone: true, selector: "kendo-otpinput-messages-base", inputs: { ariaLabel: "ariaLabel" }, usesInheritance: true, ngImport: i0 });
|
|
18378
18456
|
}
|
|
18379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
18457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputMessages, decorators: [{
|
|
18380
18458
|
type: Directive,
|
|
18381
18459
|
args: [{
|
|
18382
18460
|
selector: 'kendo-otpinput-messages-base'
|
|
@@ -18394,15 +18472,15 @@ class LocalizedOTPInputMessagesDirective extends OTPInputMessages {
|
|
|
18394
18472
|
super();
|
|
18395
18473
|
this.service = service;
|
|
18396
18474
|
}
|
|
18397
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
18398
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.
|
|
18475
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedOTPInputMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18476
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.26", type: LocalizedOTPInputMessagesDirective, isStandalone: true, selector: "[kendoOTPInputLocalizedMessages]", providers: [
|
|
18399
18477
|
{
|
|
18400
18478
|
provide: OTPInputMessages,
|
|
18401
18479
|
useExisting: forwardRef(() => LocalizedOTPInputMessagesDirective)
|
|
18402
18480
|
}
|
|
18403
18481
|
], usesInheritance: true, ngImport: i0 });
|
|
18404
18482
|
}
|
|
18405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
18483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: LocalizedOTPInputMessagesDirective, decorators: [{
|
|
18406
18484
|
type: Directive,
|
|
18407
18485
|
args: [{
|
|
18408
18486
|
providers: [
|
|
@@ -18603,6 +18681,9 @@ class OTPInputComponent {
|
|
|
18603
18681
|
*/
|
|
18604
18682
|
onBlur = new EventEmitter();
|
|
18605
18683
|
wrapperClass = true;
|
|
18684
|
+
get disabledClass() {
|
|
18685
|
+
return this.disabled;
|
|
18686
|
+
}
|
|
18606
18687
|
get invalidClass() {
|
|
18607
18688
|
return this.isControlInvalid;
|
|
18608
18689
|
}
|
|
@@ -19121,8 +19202,8 @@ class OTPInputComponent {
|
|
|
19121
19202
|
}
|
|
19122
19203
|
return true;
|
|
19123
19204
|
}
|
|
19124
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
19125
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
19205
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
19206
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: OTPInputComponent, isStandalone: true, selector: "kendo-otpinput", inputs: { length: "length", type: "type", spacing: "spacing", separator: "separator", disabled: "disabled", readonly: "readonly", placeholder: "placeholder", groupLength: "groupLength", value: "value", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur" }, host: { properties: { "class.k-otp": "this.wrapperClass", "class.k-disabled": "this.disabledClass", "class.k-invalid": "this.invalidClass", "attr.dir": "this.direction", "attr.role": "this.role" } }, providers: [
|
|
19126
19207
|
LocalizationService,
|
|
19127
19208
|
{ provide: L10N_PREFIX, useValue: 'kendo.otpinput' },
|
|
19128
19209
|
{
|
|
@@ -19134,7 +19215,7 @@ class OTPInputComponent {
|
|
|
19134
19215
|
], viewQueries: [{ propertyName: "inputFields", predicate: TextBoxComponent, descendants: true }, { propertyName: "inputGroups", predicate: ["inputGroup"], descendants: true }], exportAs: ["kendoOTPInput"], usesOnChanges: true, ngImport: i0, template: `
|
|
19135
19216
|
<ng-container kendoOTPInputLocalizedMessages
|
|
19136
19217
|
i18n-ariaLabel="kendo.otpinput.ariaLabel|The value of the aria-label attribute of the input fields."
|
|
19137
|
-
ariaLabel="
|
|
19218
|
+
ariaLabel="Digit [[currentInput]] of [[totalInputs]]"
|
|
19138
19219
|
></ng-container>
|
|
19139
19220
|
<ng-container
|
|
19140
19221
|
kendoInputSharedEvents
|
|
@@ -19193,7 +19274,7 @@ class OTPInputComponent {
|
|
|
19193
19274
|
<ng-container>
|
|
19194
19275
|
`, isInline: true, dependencies: [{ kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "component", type: OTPInputSeparatorComponent, selector: "kendo-otpinput-separator", inputs: ["separator"], exportAs: ["kendoOTPInputSeparator"] }, { kind: "directive", type: LocalizedOTPInputMessagesDirective, selector: "[kendoOTPInputLocalizedMessages]" }] });
|
|
19195
19276
|
}
|
|
19196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
19277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputComponent, decorators: [{
|
|
19197
19278
|
type: Component,
|
|
19198
19279
|
args: [{
|
|
19199
19280
|
exportAs: 'kendoOTPInput',
|
|
@@ -19211,7 +19292,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19211
19292
|
template: `
|
|
19212
19293
|
<ng-container kendoOTPInputLocalizedMessages
|
|
19213
19294
|
i18n-ariaLabel="kendo.otpinput.ariaLabel|The value of the aria-label attribute of the input fields."
|
|
19214
|
-
ariaLabel="
|
|
19295
|
+
ariaLabel="Digit [[currentInput]] of [[totalInputs]]"
|
|
19215
19296
|
></ng-container>
|
|
19216
19297
|
<ng-container
|
|
19217
19298
|
kendoInputSharedEvents
|
|
@@ -19309,6 +19390,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
19309
19390
|
}], wrapperClass: [{
|
|
19310
19391
|
type: HostBinding,
|
|
19311
19392
|
args: ['class.k-otp']
|
|
19393
|
+
}], disabledClass: [{
|
|
19394
|
+
type: HostBinding,
|
|
19395
|
+
args: ['class.k-disabled']
|
|
19312
19396
|
}], invalidClass: [{
|
|
19313
19397
|
type: HostBinding,
|
|
19314
19398
|
args: ['class.k-invalid']
|
|
@@ -19340,15 +19424,15 @@ class OTPInputCustomMessagesComponent extends OTPInputMessages {
|
|
|
19340
19424
|
get override() {
|
|
19341
19425
|
return true;
|
|
19342
19426
|
}
|
|
19343
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
19344
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
19427
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19428
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: OTPInputCustomMessagesComponent, isStandalone: true, selector: "kendo-otpinput-messages", providers: [
|
|
19345
19429
|
{
|
|
19346
19430
|
provide: OTPInputMessages,
|
|
19347
19431
|
useExisting: forwardRef(() => OTPInputCustomMessagesComponent)
|
|
19348
19432
|
}
|
|
19349
19433
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
19350
19434
|
}
|
|
19351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
19435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputCustomMessagesComponent, decorators: [{
|
|
19352
19436
|
type: Component,
|
|
19353
19437
|
args: [{
|
|
19354
19438
|
providers: [
|
|
@@ -19407,7 +19491,7 @@ class FormComponent {
|
|
|
19407
19491
|
*/
|
|
19408
19492
|
licenseMessage;
|
|
19409
19493
|
get formClass() {
|
|
19410
|
-
return 'k-form
|
|
19494
|
+
return 'k-form';
|
|
19411
19495
|
}
|
|
19412
19496
|
get horizontalClass() {
|
|
19413
19497
|
return this.orientation === 'horizontal';
|
|
@@ -19483,8 +19567,8 @@ class FormComponent {
|
|
|
19483
19567
|
ngOnDestroy() {
|
|
19484
19568
|
this.subscriptions.unsubscribe();
|
|
19485
19569
|
}
|
|
19486
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
19487
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
19570
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: FormService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19571
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: FormComponent, isStandalone: true, selector: "form[kendoForm]", inputs: { orientation: "orientation", cols: "cols", gutters: "gutters" }, host: { properties: { "class": "this.formClass", "class.k-form-horizontal": "this.horizontalClass", "attr.dir": "this.direction" } }, providers: [
|
|
19488
19572
|
FormService,
|
|
19489
19573
|
LocalizationService,
|
|
19490
19574
|
{ provide: L10N_PREFIX, useValue: 'kendo.form' }
|
|
@@ -19498,7 +19582,7 @@ class FormComponent {
|
|
|
19498
19582
|
}
|
|
19499
19583
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay], kendo-watermark-overlay", inputs: ["licenseMessage"] }] });
|
|
19500
19584
|
}
|
|
19501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
19585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormComponent, decorators: [{
|
|
19502
19586
|
type: Component,
|
|
19503
19587
|
args: [{
|
|
19504
19588
|
exportAs: 'kendoForm',
|
|
@@ -19587,10 +19671,10 @@ class FormSeparatorComponent {
|
|
|
19587
19671
|
this._previousColSpan = newColSpan;
|
|
19588
19672
|
}
|
|
19589
19673
|
}
|
|
19590
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
19591
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.
|
|
19674
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormSeparatorComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: FormService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19675
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.26", type: FormSeparatorComponent, isStandalone: true, selector: "kendo-form-separator", inputs: { colSpan: "colSpan" }, host: { properties: { "class.k-form-separator": "this.hostClass" } }, exportAs: ["kendoFormSeparator"], usesOnChanges: true, ngImport: i0, template: ``, isInline: true });
|
|
19592
19676
|
}
|
|
19593
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
19677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormSeparatorComponent, decorators: [{
|
|
19594
19678
|
type: Component,
|
|
19595
19679
|
args: [{
|
|
19596
19680
|
exportAs: 'kendoFormSeparator',
|
|
@@ -19730,8 +19814,8 @@ class FormFieldSetComponent {
|
|
|
19730
19814
|
this.cdr.detectChanges();
|
|
19731
19815
|
}
|
|
19732
19816
|
}
|
|
19733
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
19734
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.
|
|
19817
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormFieldSetComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: FormService }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
19818
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.26", type: FormFieldSetComponent, isStandalone: true, selector: "fieldset[kendoFormFieldSet]", inputs: { legend: "legend", cols: "cols", gutters: "gutters", colSpan: "colSpan" }, host: { properties: { "class.k-form-fieldset": "this.formFieldSetClass", "attr.dir": "this.direction" } }, providers: [
|
|
19735
19819
|
LocalizationService,
|
|
19736
19820
|
{ provide: L10N_PREFIX, useValue: 'kendo.formfieldset' }
|
|
19737
19821
|
], exportAs: ["kendoFormFieldSet"], usesOnChanges: true, ngImport: i0, template: `
|
|
@@ -19745,7 +19829,7 @@ class FormFieldSetComponent {
|
|
|
19745
19829
|
</div>
|
|
19746
19830
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
19747
19831
|
}
|
|
19748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
19832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormFieldSetComponent, decorators: [{
|
|
19749
19833
|
type: Component,
|
|
19750
19834
|
args: [{
|
|
19751
19835
|
exportAs: 'kendoFormFieldSet',
|
|
@@ -20187,11 +20271,11 @@ const KENDO_INPUTS = [
|
|
|
20187
20271
|
* ```
|
|
20188
20272
|
*/
|
|
20189
20273
|
class InputsModule {
|
|
20190
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20191
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20192
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20274
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: InputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20275
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: InputsModule, imports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, InputSpacerComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i8.SeparatorComponent, CheckBoxComponent, CheckBoxDirective, RadioButtonComponent, RadioButtonDirective, SwitchComponent, SwitchCustomMessagesComponent, FormComponent, FormSeparatorComponent, FormFieldSetComponent, FormFieldComponent, HintComponent, ErrorComponent, FormFieldComponent, HintComponent, ErrorComponent, SliderComponent, SliderCustomMessagesComponent, LabelTemplateDirective, RangeSliderComponent, RangeSliderCustomMessagesComponent, LabelTemplateDirective, RatingComponent, RatingItemTemplateDirective, RatingHoveredItemTemplateDirective, RatingSelectedItemTemplateDirective, SignatureComponent, SignatureCustomMessagesComponent, ColorPickerComponent, ColorPickerCustomMessagesComponent, FlatColorPickerComponent, ColorPickerCustomMessagesComponent, ColorGradientComponent, ColorPickerCustomMessagesComponent, ColorPaletteComponent, ColorPickerCustomMessagesComponent, OTPInputComponent, OTPInputCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, InputSpacerComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i8.SeparatorComponent, CheckBoxComponent, CheckBoxDirective, RadioButtonComponent, RadioButtonDirective, SwitchComponent, SwitchCustomMessagesComponent, FormComponent, FormSeparatorComponent, FormFieldSetComponent, FormFieldComponent, HintComponent, ErrorComponent, FormFieldComponent, HintComponent, ErrorComponent, SliderComponent, SliderCustomMessagesComponent, LabelTemplateDirective, RangeSliderComponent, RangeSliderCustomMessagesComponent, LabelTemplateDirective, RatingComponent, RatingItemTemplateDirective, RatingHoveredItemTemplateDirective, RatingSelectedItemTemplateDirective, SignatureComponent, SignatureCustomMessagesComponent, ColorPickerComponent, ColorPickerCustomMessagesComponent, FlatColorPickerComponent, ColorPickerCustomMessagesComponent, ColorGradientComponent, ColorPickerCustomMessagesComponent, ColorPaletteComponent, ColorPickerCustomMessagesComponent, OTPInputComponent, OTPInputCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
|
|
20276
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: InputsModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService, AdaptiveService], imports: [TextBoxComponent, i8.SeparatorComponent, NumericTextBoxComponent, i8.SeparatorComponent, i8.SeparatorComponent, i8.SeparatorComponent, FormComponent, SliderComponent, RangeSliderComponent, RatingComponent, SignatureComponent, ColorPickerComponent, FlatColorPickerComponent, ColorGradientComponent, OTPInputComponent, i8.SeparatorComponent] });
|
|
20193
20277
|
}
|
|
20194
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: InputsModule, decorators: [{
|
|
20195
20279
|
type: NgModule,
|
|
20196
20280
|
args: [{
|
|
20197
20281
|
imports: [...KENDO_INPUTS, ...KENDO_ADORNMENTS],
|
|
@@ -20223,11 +20307,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20223
20307
|
* ```
|
|
20224
20308
|
*/
|
|
20225
20309
|
class SliderModule {
|
|
20226
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20227
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20228
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20310
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20311
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: SliderModule, imports: [SliderComponent, SliderCustomMessagesComponent, LabelTemplateDirective], exports: [SliderComponent, SliderCustomMessagesComponent, LabelTemplateDirective] });
|
|
20312
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [SliderComponent] });
|
|
20229
20313
|
}
|
|
20230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SliderModule, decorators: [{
|
|
20231
20315
|
type: NgModule,
|
|
20232
20316
|
args: [{
|
|
20233
20317
|
imports: [...KENDO_SLIDER],
|
|
@@ -20259,11 +20343,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20259
20343
|
* ```
|
|
20260
20344
|
*/
|
|
20261
20345
|
class RangeSliderModule {
|
|
20262
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20263
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20264
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20346
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20347
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderModule, imports: [RangeSliderComponent, RangeSliderCustomMessagesComponent, LabelTemplateDirective], exports: [RangeSliderComponent, RangeSliderCustomMessagesComponent, LabelTemplateDirective] });
|
|
20348
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderModule, providers: [ResizeBatchService], imports: [RangeSliderComponent] });
|
|
20265
20349
|
}
|
|
20266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RangeSliderModule, decorators: [{
|
|
20267
20351
|
type: NgModule,
|
|
20268
20352
|
args: [{
|
|
20269
20353
|
imports: [...KENDO_RANGESLIDER],
|
|
@@ -20294,11 +20378,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20294
20378
|
* ```
|
|
20295
20379
|
*/
|
|
20296
20380
|
class SwitchModule {
|
|
20297
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20298
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20299
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20381
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20382
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: SwitchModule, imports: [SwitchComponent, SwitchCustomMessagesComponent], exports: [SwitchComponent, SwitchCustomMessagesComponent] });
|
|
20383
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SwitchModule, providers: [ResizeBatchService] });
|
|
20300
20384
|
}
|
|
20301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SwitchModule, decorators: [{
|
|
20302
20386
|
type: NgModule,
|
|
20303
20387
|
args: [{
|
|
20304
20388
|
imports: [...KENDO_SWITCH],
|
|
@@ -20329,11 +20413,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20329
20413
|
* ```
|
|
20330
20414
|
*/
|
|
20331
20415
|
class OTPInputModule {
|
|
20332
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20333
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20334
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20416
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20417
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: OTPInputModule, imports: [OTPInputComponent, OTPInputCustomMessagesComponent], exports: [OTPInputComponent, OTPInputCustomMessagesComponent] });
|
|
20418
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputModule, providers: [IconsService], imports: [OTPInputComponent] });
|
|
20335
20419
|
}
|
|
20336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: OTPInputModule, decorators: [{
|
|
20337
20421
|
type: NgModule,
|
|
20338
20422
|
args: [{
|
|
20339
20423
|
imports: [...KENDO_OTPINPUT],
|
|
@@ -20364,11 +20448,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20364
20448
|
* ```
|
|
20365
20449
|
*/
|
|
20366
20450
|
class NumericTextBoxModule {
|
|
20367
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20368
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20369
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20451
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20452
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxModule, imports: [NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
|
|
20453
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxModule, providers: [IconsService], imports: [NumericTextBoxComponent, i8.SeparatorComponent, i8.SeparatorComponent] });
|
|
20370
20454
|
}
|
|
20371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: NumericTextBoxModule, decorators: [{
|
|
20372
20456
|
type: NgModule,
|
|
20373
20457
|
args: [{
|
|
20374
20458
|
imports: [...KENDO_NUMERICTEXTBOX, ...KENDO_ADORNMENTS],
|
|
@@ -20399,11 +20483,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20399
20483
|
* ```
|
|
20400
20484
|
*/
|
|
20401
20485
|
class MaskedTextBoxModule {
|
|
20402
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20403
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20404
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20486
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: MaskedTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20487
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: MaskedTextBoxModule, imports: [MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
|
|
20488
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: MaskedTextBoxModule, imports: [i8.SeparatorComponent, i8.SeparatorComponent] });
|
|
20405
20489
|
}
|
|
20406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: MaskedTextBoxModule, decorators: [{
|
|
20407
20491
|
type: NgModule,
|
|
20408
20492
|
args: [{
|
|
20409
20493
|
imports: [...KENDO_MASKEDTEXTBOX, ...KENDO_ADORNMENTS],
|
|
@@ -20433,11 +20517,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20433
20517
|
* ```
|
|
20434
20518
|
*/
|
|
20435
20519
|
class TextBoxModule {
|
|
20436
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20437
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20438
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20520
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20521
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: TextBoxModule, imports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, InputSpacerComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, InputSpacerComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
|
|
20522
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxModule, providers: [IconsService], imports: [TextBoxComponent, i8.SeparatorComponent, i8.SeparatorComponent] });
|
|
20439
20523
|
}
|
|
20440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextBoxModule, decorators: [{
|
|
20441
20525
|
type: NgModule,
|
|
20442
20526
|
args: [{
|
|
20443
20527
|
imports: [...KENDO_TEXTBOX, ...KENDO_ADORNMENTS],
|
|
@@ -20468,11 +20552,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20468
20552
|
* ```
|
|
20469
20553
|
*/
|
|
20470
20554
|
class TextAreaModule {
|
|
20471
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20472
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20473
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20555
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20556
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: TextAreaModule, imports: [TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
|
|
20557
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaModule, imports: [i8.SeparatorComponent, i8.SeparatorComponent] });
|
|
20474
20558
|
}
|
|
20475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: TextAreaModule, decorators: [{
|
|
20476
20560
|
type: NgModule,
|
|
20477
20561
|
args: [{
|
|
20478
20562
|
imports: [...KENDO_TEXTAREA, ...KENDO_ADORNMENTS],
|
|
@@ -20502,11 +20586,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20502
20586
|
* ```
|
|
20503
20587
|
*/
|
|
20504
20588
|
class CheckBoxModule {
|
|
20505
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20506
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20507
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20589
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CheckBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20590
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: CheckBoxModule, imports: [CheckBoxComponent, CheckBoxDirective], exports: [CheckBoxComponent, CheckBoxDirective] });
|
|
20591
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CheckBoxModule });
|
|
20508
20592
|
}
|
|
20509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: CheckBoxModule, decorators: [{
|
|
20510
20594
|
type: NgModule,
|
|
20511
20595
|
args: [{
|
|
20512
20596
|
imports: [...KENDO_CHECKBOX],
|
|
@@ -20537,11 +20621,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20537
20621
|
* ```
|
|
20538
20622
|
*/
|
|
20539
20623
|
class RadioButtonModule {
|
|
20540
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20541
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20542
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20624
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20625
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: RadioButtonModule, imports: [RadioButtonComponent, RadioButtonDirective], exports: [RadioButtonComponent, RadioButtonDirective] });
|
|
20626
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RadioButtonModule });
|
|
20543
20627
|
}
|
|
20544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20628
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RadioButtonModule, decorators: [{
|
|
20545
20629
|
type: NgModule,
|
|
20546
20630
|
args: [{
|
|
20547
20631
|
imports: [...KENDO_RADIOBUTTON],
|
|
@@ -20591,11 +20675,11 @@ class SwitchFocusEvent {
|
|
|
20591
20675
|
* ```
|
|
20592
20676
|
*/
|
|
20593
20677
|
class ColorPickerModule {
|
|
20594
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20595
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20596
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20678
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20679
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerModule, imports: [ColorPickerComponent, ColorPickerCustomMessagesComponent, FlatColorPickerComponent, ColorPickerCustomMessagesComponent, ColorGradientComponent, ColorPickerCustomMessagesComponent, ColorPaletteComponent, ColorPickerCustomMessagesComponent], exports: [ColorPickerComponent, ColorPickerCustomMessagesComponent, FlatColorPickerComponent, ColorPickerCustomMessagesComponent, ColorGradientComponent, ColorPickerCustomMessagesComponent, ColorPaletteComponent, ColorPickerCustomMessagesComponent] });
|
|
20680
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerModule, providers: [PopupService, IconsService, ResizeBatchService, AdaptiveService], imports: [ColorPickerComponent, FlatColorPickerComponent, ColorGradientComponent] });
|
|
20597
20681
|
}
|
|
20598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: ColorPickerModule, decorators: [{
|
|
20599
20683
|
type: NgModule,
|
|
20600
20684
|
args: [{
|
|
20601
20685
|
imports: [...KENDO_COLORPICKER, ...KENDO_FLATCOLORPICKER, ...KENDO_COLORGRADIENT, ...KENDO_COLORPALETTE],
|
|
@@ -20626,11 +20710,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20626
20710
|
* ```
|
|
20627
20711
|
*/
|
|
20628
20712
|
class FormFieldModule {
|
|
20629
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20630
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20631
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20713
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20714
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: FormFieldModule, imports: [FormFieldComponent, HintComponent, ErrorComponent], exports: [FormFieldComponent, HintComponent, ErrorComponent] });
|
|
20715
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormFieldModule });
|
|
20632
20716
|
}
|
|
20633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20717
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormFieldModule, decorators: [{
|
|
20634
20718
|
type: NgModule,
|
|
20635
20719
|
args: [{
|
|
20636
20720
|
imports: [...KENDO_FORMFIELD],
|
|
@@ -20660,11 +20744,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20660
20744
|
* ```
|
|
20661
20745
|
*/
|
|
20662
20746
|
class FormModule {
|
|
20663
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20664
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20665
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20747
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20748
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: FormModule, imports: [FormComponent, FormSeparatorComponent, FormFieldSetComponent, FormFieldComponent, HintComponent, ErrorComponent], exports: [FormComponent, FormSeparatorComponent, FormFieldSetComponent, FormFieldComponent, HintComponent, ErrorComponent] });
|
|
20749
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormModule, imports: [FormComponent] });
|
|
20666
20750
|
}
|
|
20667
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: FormModule, decorators: [{
|
|
20668
20752
|
type: NgModule,
|
|
20669
20753
|
args: [{
|
|
20670
20754
|
imports: [...KENDO_FORM],
|
|
@@ -20694,11 +20778,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20694
20778
|
* ```
|
|
20695
20779
|
*/
|
|
20696
20780
|
class SignatureModule {
|
|
20697
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20698
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20699
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20781
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SignatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20782
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: SignatureModule, imports: [SignatureComponent, SignatureCustomMessagesComponent], exports: [SignatureComponent, SignatureCustomMessagesComponent] });
|
|
20783
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SignatureModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [SignatureComponent] });
|
|
20700
20784
|
}
|
|
20701
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20785
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: SignatureModule, decorators: [{
|
|
20702
20786
|
type: NgModule,
|
|
20703
20787
|
args: [{
|
|
20704
20788
|
imports: [...KENDO_SIGNATURE],
|
|
@@ -20729,11 +20813,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
|
|
|
20729
20813
|
* ```
|
|
20730
20814
|
*/
|
|
20731
20815
|
class RatingModule {
|
|
20732
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
20733
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
20734
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
20816
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20817
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.26", ngImport: i0, type: RatingModule, imports: [RatingComponent, RatingItemTemplateDirective, RatingHoveredItemTemplateDirective, RatingSelectedItemTemplateDirective], exports: [RatingComponent, RatingItemTemplateDirective, RatingHoveredItemTemplateDirective, RatingSelectedItemTemplateDirective] });
|
|
20818
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingModule, providers: [IconsService], imports: [RatingComponent] });
|
|
20735
20819
|
}
|
|
20736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
20820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImport: i0, type: RatingModule, decorators: [{
|
|
20737
20821
|
type: NgModule,
|
|
20738
20822
|
args: [{
|
|
20739
20823
|
imports: [...KENDO_RATING],
|