@progress/kendo-angular-inputs 16.0.0-develop.2 → 16.0.0-develop.5
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/checkbox/checkbox.component.d.ts +1 -1
- package/checkbox/checkbox.directive.d.ts +1 -1
- package/colorpicker/color-contrast-svg.component.d.ts +1 -1
- package/colorpicker/color-gradient-numeric-label.directive.d.ts +1 -1
- package/colorpicker/color-gradient.component.d.ts +1 -1
- package/colorpicker/color-input.component.d.ts +1 -1
- package/colorpicker/color-palette.component.d.ts +1 -1
- package/colorpicker/colorpicker.component.d.ts +1 -1
- package/colorpicker/contrast-validation.component.d.ts +1 -1
- package/colorpicker/contrast.component.d.ts +1 -1
- package/colorpicker/flatcolorpicker-actions.component.d.ts +1 -1
- package/colorpicker/flatcolorpicker-header.component.d.ts +1 -1
- package/colorpicker/flatcolorpicker.component.d.ts +1 -1
- package/colorpicker/focus-on-dom-ready.directive.d.ts +1 -1
- package/colorpicker/localization/custom-messages.component.d.ts +1 -1
- package/colorpicker/localization/localized-colorpicker-messages.directive.d.ts +1 -1
- package/colorpicker/localization/messages.d.ts +1 -1
- package/common/radio-checkbox.base.d.ts +1 -1
- package/esm2020/checkbox/checkbox.component.mjs +6 -6
- package/esm2020/checkbox/checkbox.directive.mjs +3 -3
- package/esm2020/checkbox.module.mjs +4 -4
- package/esm2020/colorpicker/color-contrast-svg.component.mjs +4 -4
- package/esm2020/colorpicker/color-gradient-numeric-label.directive.mjs +3 -3
- package/esm2020/colorpicker/color-gradient.component.mjs +12 -12
- package/esm2020/colorpicker/color-input.component.mjs +7 -7
- package/esm2020/colorpicker/color-palette.component.mjs +6 -7
- package/esm2020/colorpicker/colorpicker.component.mjs +8 -8
- package/esm2020/colorpicker/contrast-validation.component.mjs +6 -6
- package/esm2020/colorpicker/contrast.component.mjs +7 -7
- package/esm2020/colorpicker/flatcolorpicker-actions.component.mjs +3 -3
- package/esm2020/colorpicker/flatcolorpicker-header.component.mjs +6 -6
- package/esm2020/colorpicker/flatcolorpicker.component.mjs +10 -10
- package/esm2020/colorpicker/focus-on-dom-ready.directive.mjs +3 -3
- package/esm2020/colorpicker/localization/colorgradient-localization.service.mjs +3 -3
- package/esm2020/colorpicker/localization/colorpalette-localization.service.mjs +3 -3
- package/esm2020/colorpicker/localization/colorpicker-localization.service.mjs +3 -3
- package/esm2020/colorpicker/localization/custom-messages.component.mjs +3 -3
- package/esm2020/colorpicker/localization/flatcolorpicker-localization.service.mjs +3 -3
- package/esm2020/colorpicker/localization/localized-colorpicker-messages.directive.mjs +3 -3
- package/esm2020/colorpicker/localization/messages.mjs +3 -3
- package/esm2020/colorpicker/models/tile-size.mjs +0 -1
- package/esm2020/colorpicker/services/color-palette.service.mjs +3 -3
- package/esm2020/colorpicker/services/flatcolorpicker.service.mjs +3 -3
- package/esm2020/colorpicker.module.mjs +10 -12
- package/esm2020/common/radio-checkbox.base.mjs +3 -3
- package/esm2020/formfield/error.component.mjs +3 -3
- package/esm2020/formfield/formfield.component.mjs +4 -4
- package/esm2020/formfield/hint.component.mjs +3 -3
- package/esm2020/formfield.module.mjs +4 -4
- package/esm2020/inputs.module.mjs +4 -4
- package/esm2020/maskedtextbox/maskedtextbox.component.mjs +8 -9
- package/esm2020/maskedtextbox/masking.service.mjs +3 -3
- package/esm2020/maskedtextbox.module.mjs +8 -10
- package/esm2020/numerictextbox/localization/custom-messages.component.mjs +3 -3
- package/esm2020/numerictextbox/localization/localized-numerictextbox-messages.directive.mjs +3 -3
- package/esm2020/numerictextbox/localization/messages.mjs +3 -3
- package/esm2020/numerictextbox/numerictextbox.component.mjs +10 -11
- package/esm2020/numerictextbox.module.mjs +4 -4
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/radiobutton/radiobutton.component.mjs +6 -6
- package/esm2020/radiobutton/radiobutton.directive.mjs +3 -3
- package/esm2020/radiobutton.module.mjs +4 -4
- package/esm2020/rangeslider/localization/custom-messages.component.mjs +3 -3
- package/esm2020/rangeslider/localization/localized-rangeslider-messages.directive.mjs +3 -3
- package/esm2020/rangeslider/localization/messages.mjs +3 -3
- package/esm2020/rangeslider/rangeslider.component.mjs +8 -8
- package/esm2020/rangeslider.module.mjs +4 -4
- package/esm2020/rating/directives/rating-hovered-item.directive.mjs +3 -3
- package/esm2020/rating/directives/rating-item.directive.mjs +3 -3
- package/esm2020/rating/directives/rating-selected-item.directive.mjs +3 -3
- package/esm2020/rating/rating.component.mjs +6 -6
- package/esm2020/rating.module.mjs +4 -4
- package/esm2020/shared/input-separator.component.mjs +3 -3
- package/esm2020/shared/shared-events.directive.mjs +3 -3
- package/esm2020/shared/textarea.directive.mjs +3 -3
- package/esm2020/shared-events.module.mjs +4 -4
- package/esm2020/shared.module.mjs +4 -4
- package/esm2020/signature/localization/custom-messages.component.mjs +3 -3
- package/esm2020/signature/localization/localized-signature-messages.directive.mjs +3 -3
- package/esm2020/signature/localization/messages.mjs +3 -3
- package/esm2020/signature/signature.component.mjs +7 -7
- package/esm2020/signature.module.mjs +7 -9
- package/esm2020/slider/localization/custom-messages.component.mjs +3 -3
- package/esm2020/slider/localization/localized-slider-messages.directive.mjs +3 -3
- package/esm2020/slider/localization/messages.mjs +3 -3
- package/esm2020/slider/slider.component.mjs +7 -7
- package/esm2020/slider.module.mjs +4 -4
- package/esm2020/sliders-common/label-template.directive.mjs +3 -3
- package/esm2020/sliders-common/slider-base.mjs +3 -3
- package/esm2020/sliders-common/slider-ticks.component.mjs +4 -4
- package/esm2020/sliders-common/sliders-common.module.mjs +4 -4
- package/esm2020/switch/localization/custom-messages.component.mjs +3 -3
- package/esm2020/switch/localization/localized-switch-messages.directive.mjs +3 -3
- package/esm2020/switch/localization/messages.mjs +3 -3
- package/esm2020/switch/switch.component.mjs +4 -4
- package/esm2020/switch.module.mjs +4 -4
- package/esm2020/text-fields-common/text-fields-base.mjs +3 -3
- package/esm2020/textarea/textarea-prefix.component.mjs +3 -3
- package/esm2020/textarea/textarea-suffix.component.mjs +3 -3
- package/esm2020/textarea/textarea.component.mjs +8 -9
- package/esm2020/textarea.module.mjs +4 -4
- package/esm2020/textbox/localization/custom-messages.component.mjs +3 -3
- package/esm2020/textbox/localization/localized-textbox-messages.directive.mjs +3 -3
- package/esm2020/textbox/localization/messages.mjs +3 -3
- package/esm2020/textbox/textbox-prefix.directive.mjs +3 -3
- package/esm2020/textbox/textbox-suffix.directive.mjs +3 -3
- package/esm2020/textbox/textbox.component.mjs +10 -10
- package/esm2020/textbox/textbox.directive.mjs +3 -3
- package/esm2020/textbox.module.mjs +4 -4
- package/fesm2015/progress-kendo-angular-inputs.mjs +2267 -2278
- package/fesm2020/progress-kendo-angular-inputs.mjs +522 -533
- package/formfield/error.component.d.ts +1 -1
- package/formfield/formfield.component.d.ts +1 -1
- package/formfield/hint.component.d.ts +1 -1
- package/index.d.ts +2 -0
- package/maskedtextbox/maskedtextbox.component.d.ts +1 -1
- package/numerictextbox/localization/custom-messages.component.d.ts +1 -1
- package/numerictextbox/localization/localized-numerictextbox-messages.directive.d.ts +1 -1
- package/numerictextbox/localization/messages.d.ts +1 -1
- package/numerictextbox/numerictextbox.component.d.ts +1 -1
- package/package.json +17 -18
- package/radiobutton/radiobutton.component.d.ts +1 -1
- package/radiobutton/radiobutton.directive.d.ts +1 -1
- package/rangeslider/localization/custom-messages.component.d.ts +1 -1
- package/rangeslider/localization/localized-rangeslider-messages.directive.d.ts +1 -1
- package/rangeslider/localization/messages.d.ts +1 -1
- package/rangeslider/rangeslider.component.d.ts +1 -1
- package/rating/directives/rating-hovered-item.directive.d.ts +1 -1
- package/rating/directives/rating-item.directive.d.ts +1 -1
- package/rating/directives/rating-selected-item.directive.d.ts +1 -1
- package/rating/rating.component.d.ts +1 -1
- package/shared/input-separator.component.d.ts +1 -1
- package/shared/shared-events.directive.d.ts +1 -1
- package/shared/textarea.directive.d.ts +1 -1
- package/signature/localization/custom-messages.component.d.ts +1 -1
- package/signature/localization/localized-signature-messages.directive.d.ts +1 -1
- package/signature/localization/messages.d.ts +1 -1
- package/signature/signature.component.d.ts +1 -1
- package/slider/localization/custom-messages.component.d.ts +1 -1
- package/slider/localization/localized-slider-messages.directive.d.ts +1 -1
- package/slider/localization/messages.d.ts +1 -1
- package/slider/slider.component.d.ts +1 -1
- package/sliders-common/label-template.directive.d.ts +1 -1
- package/sliders-common/slider-base.d.ts +1 -1
- package/sliders-common/slider-ticks.component.d.ts +1 -1
- package/sliders-common/sliders-util.d.ts +3 -3
- package/switch/localization/custom-messages.component.d.ts +1 -1
- package/switch/localization/localized-switch-messages.directive.d.ts +1 -1
- package/switch/localization/messages.d.ts +1 -1
- package/switch/switch.component.d.ts +1 -1
- package/text-fields-common/text-fields-base.d.ts +1 -1
- package/textarea/textarea-prefix.component.d.ts +1 -1
- package/textarea/textarea-suffix.component.d.ts +1 -1
- package/textarea/textarea.component.d.ts +1 -1
- package/textbox/localization/custom-messages.component.d.ts +1 -1
- package/textbox/localization/localized-textbox-messages.directive.d.ts +1 -1
- package/textbox/localization/messages.d.ts +1 -1
- package/textbox/textbox-prefix.directive.d.ts +1 -1
- package/textbox/textbox-suffix.directive.d.ts +1 -1
- package/textbox/textbox.component.d.ts +1 -1
- package/textbox/textbox.directive.d.ts +1 -1
- package/progress-kendo-angular-inputs.d.ts +0 -9
|
@@ -9,23 +9,23 @@ import { Subscription, fromEvent, interval, merge, BehaviorSubject, Subject } fr
|
|
|
9
9
|
import { take, filter, concatMap, startWith, takeUntil, skip, debounceTime, throttleTime } from 'rxjs/operators';
|
|
10
10
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
11
11
|
import { ComponentMessages, LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
|
|
12
|
-
import * as
|
|
12
|
+
import * as i4 from '@progress/kendo-angular-common';
|
|
13
13
|
import { Keys, guid, hasObservers, anyChanged, isDocumentAvailable, KendoInput, isObjectPresent, removeHTMLAttributes, parseAttributes, isControlRequired, setHTMLAttributes, SuffixTemplateDirective, PrefixTemplateDirective, isChanged, DraggableModule, EventsModule, ResizeSensorModule, AdornmentsModule, isSafari, PreventableEvent, findFocusableChild, parseCSSClassNames, closest as closest$1, isPresent as isPresent$1 } from '@progress/kendo-angular-common';
|
|
14
14
|
export { PrefixTemplateDirective, SeparatorComponent, SuffixTemplateDirective } from '@progress/kendo-angular-common';
|
|
15
15
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
16
16
|
import { caretAltUpIcon, caretAltDownIcon, caretAltLeftIcon, caretAltRightIcon, checkIcon, exclamationCircleIcon, xIcon, caretAltExpandIcon, xCircleIcon, dropletSlashIcon, dropletSliderIcon, paletteIcon, hyperlinkOpenIcon, starIcon, starOutlineIcon } from '@progress/kendo-svg-icons';
|
|
17
|
-
import * as i2 from '@
|
|
18
|
-
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
19
|
-
import * as i3 from '@angular/common';
|
|
17
|
+
import * as i2 from '@angular/common';
|
|
20
18
|
import { CommonModule } from '@angular/common';
|
|
19
|
+
import * as i5 from '@progress/kendo-angular-buttons';
|
|
20
|
+
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
21
21
|
import { browser, mobileOS } from '@progress/kendo-common';
|
|
22
22
|
import * as i1$1 from '@progress/kendo-angular-intl';
|
|
23
|
-
import * as
|
|
23
|
+
import * as i5$1 from '@progress/kendo-angular-icons';
|
|
24
24
|
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
25
25
|
import * as i1$2 from '@progress/kendo-angular-popup';
|
|
26
26
|
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
27
27
|
import { parseColor as parseColor$1, Color, namedColors } from '@progress/kendo-drawing';
|
|
28
|
-
import * as
|
|
28
|
+
import * as i4$1 from '@progress/kendo-angular-dialog';
|
|
29
29
|
import { DialogsModule } from '@progress/kendo-angular-dialog';
|
|
30
30
|
import { SignaturePad } from '@progress/kendo-inputs-common';
|
|
31
31
|
|
|
@@ -543,8 +543,8 @@ const packageMetadata = {
|
|
|
543
543
|
name: '@progress/kendo-angular-inputs',
|
|
544
544
|
productName: 'Kendo UI for Angular',
|
|
545
545
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
546
|
-
publishDate:
|
|
547
|
-
version: '16.0.0-develop.
|
|
546
|
+
publishDate: 1714129753,
|
|
547
|
+
version: '16.0.0-develop.5',
|
|
548
548
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
549
549
|
};
|
|
550
550
|
|
|
@@ -577,9 +577,9 @@ class LabelTemplateDirective {
|
|
|
577
577
|
this.templateRef = templateRef;
|
|
578
578
|
}
|
|
579
579
|
}
|
|
580
|
-
LabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
581
|
-
LabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
580
|
+
LabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
581
|
+
LabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LabelTemplateDirective, selector: "[kendoSliderLabelTemplate]", ngImport: i0 });
|
|
582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LabelTemplateDirective, decorators: [{
|
|
583
583
|
type: Directive,
|
|
584
584
|
args: [{
|
|
585
585
|
selector: '[kendoSliderLabelTemplate]'
|
|
@@ -758,9 +758,9 @@ class SliderBase {
|
|
|
758
758
|
});
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
|
-
SliderBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
762
|
-
SliderBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
761
|
+
SliderBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
762
|
+
SliderBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SliderBase, 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 });
|
|
763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderBase, decorators: [{
|
|
764
764
|
type: Component,
|
|
765
765
|
args: [{
|
|
766
766
|
selector: 'kendo-slider-base',
|
|
@@ -886,8 +886,8 @@ class SliderTicksComponent {
|
|
|
886
886
|
};
|
|
887
887
|
}
|
|
888
888
|
}
|
|
889
|
-
SliderTicksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
890
|
-
SliderTicksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
889
|
+
SliderTicksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderTicksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
890
|
+
SliderTicksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SliderTicksComponent, 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: `
|
|
891
891
|
<li #tickElement *ngFor="let tick of ticks;"
|
|
892
892
|
[ngClass]="tick.classes"
|
|
893
893
|
title="{{ tickTitle(tick.value) }}"
|
|
@@ -905,8 +905,8 @@ SliderTicksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
905
905
|
<ng-template #defaultLabel let-value="value">
|
|
906
906
|
{{ tickTitle(value) }}
|
|
907
907
|
</ng-template>
|
|
908
|
-
`, isInline: true,
|
|
909
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
908
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }] });
|
|
909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderTicksComponent, decorators: [{
|
|
910
910
|
type: Component,
|
|
911
911
|
args: [{
|
|
912
912
|
selector: '[kendoSliderTicks]',
|
|
@@ -957,9 +957,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
957
957
|
*/
|
|
958
958
|
class SliderMessages extends ComponentMessages {
|
|
959
959
|
}
|
|
960
|
-
SliderMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
961
|
-
SliderMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
960
|
+
SliderMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
961
|
+
SliderMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SliderMessages, selector: "kendo-slider-messages-base", inputs: { decrement: "decrement", increment: "increment", dragHandle: "dragHandle" }, usesInheritance: true, ngImport: i0 });
|
|
962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderMessages, decorators: [{
|
|
963
963
|
type: Directive,
|
|
964
964
|
args: [{
|
|
965
965
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -982,14 +982,14 @@ class LocalizedSliderMessagesDirective extends SliderMessages {
|
|
|
982
982
|
this.service = service;
|
|
983
983
|
}
|
|
984
984
|
}
|
|
985
|
-
LocalizedSliderMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
986
|
-
LocalizedSliderMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
985
|
+
LocalizedSliderMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedSliderMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
986
|
+
LocalizedSliderMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]", providers: [
|
|
987
987
|
{
|
|
988
988
|
provide: SliderMessages,
|
|
989
989
|
useExisting: forwardRef(() => LocalizedSliderMessagesDirective)
|
|
990
990
|
}
|
|
991
991
|
], usesInheritance: true, ngImport: i0 });
|
|
992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedSliderMessagesDirective, decorators: [{
|
|
993
993
|
type: Directive,
|
|
994
994
|
args: [{
|
|
995
995
|
providers: [
|
|
@@ -1418,8 +1418,8 @@ class SliderComponent extends SliderBase {
|
|
|
1418
1418
|
return icon;
|
|
1419
1419
|
}
|
|
1420
1420
|
}
|
|
1421
|
-
SliderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1422
|
-
SliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1421
|
+
SliderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
1422
|
+
SliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SliderComponent, selector: "kendo-slider", inputs: { focusableId: "focusableId", dragHandleTitle: "dragHandleTitle", incrementTitle: "incrementTitle", animate: "animate", decrementTitle: "decrementTitle", showButtons: "showButtons", value: "value", tabIndex: "tabIndex" }, providers: [
|
|
1423
1423
|
LocalizationService,
|
|
1424
1424
|
{ provide: L10N_PREFIX, useValue: 'kendo.slider' },
|
|
1425
1425
|
{ multi: true, provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => SliderComponent) },
|
|
@@ -1504,8 +1504,8 @@ SliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
1504
1504
|
[attr.aria-label]="currentValue"
|
|
1505
1505
|
></button>
|
|
1506
1506
|
<kendo-resize-sensor (resize)="sizeComponent(false)"></kendo-resize-sensor>
|
|
1507
|
-
`, isInline: true,
|
|
1508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1507
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SliderTicksComponent, selector: "[kendoSliderTicks]", inputs: ["tickTitle", "vertical", "step", "largeStep", "min", "max", "labelTemplate"] }, { kind: "directive", type: i4.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i4.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: LocalizedSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]" }] });
|
|
1508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderComponent, decorators: [{
|
|
1509
1509
|
type: Component,
|
|
1510
1510
|
args: [{
|
|
1511
1511
|
exportAs: 'kendoSlider',
|
|
@@ -1675,9 +1675,9 @@ class RangeSliderModel extends SliderModelBase {
|
|
|
1675
1675
|
*/
|
|
1676
1676
|
class RangeSliderMessages extends ComponentMessages {
|
|
1677
1677
|
}
|
|
1678
|
-
RangeSliderMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1679
|
-
RangeSliderMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1678
|
+
RangeSliderMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeSliderMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
1679
|
+
RangeSliderMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RangeSliderMessages, selector: "kendo-rangeslider-messages-base", inputs: { dragHandleStart: "dragHandleStart", dragHandleEnd: "dragHandleEnd" }, usesInheritance: true, ngImport: i0 });
|
|
1680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeSliderMessages, decorators: [{
|
|
1681
1681
|
type: Directive,
|
|
1682
1682
|
args: [{
|
|
1683
1683
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -1698,14 +1698,14 @@ class LocalizedRangeSliderMessagesDirective extends RangeSliderMessages {
|
|
|
1698
1698
|
this.service = service;
|
|
1699
1699
|
}
|
|
1700
1700
|
}
|
|
1701
|
-
LocalizedRangeSliderMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1702
|
-
LocalizedRangeSliderMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1701
|
+
LocalizedRangeSliderMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedRangeSliderMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1702
|
+
LocalizedRangeSliderMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedRangeSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]", providers: [
|
|
1703
1703
|
{
|
|
1704
1704
|
provide: RangeSliderMessages,
|
|
1705
1705
|
useExisting: forwardRef(() => LocalizedRangeSliderMessagesDirective)
|
|
1706
1706
|
}
|
|
1707
1707
|
], usesInheritance: true, ngImport: i0 });
|
|
1708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedRangeSliderMessagesDirective, decorators: [{
|
|
1709
1709
|
type: Directive,
|
|
1710
1710
|
args: [{
|
|
1711
1711
|
providers: [
|
|
@@ -2129,8 +2129,8 @@ class RangeSliderComponent extends SliderBase {
|
|
|
2129
2129
|
});
|
|
2130
2130
|
}
|
|
2131
2131
|
}
|
|
2132
|
-
RangeSliderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2133
|
-
RangeSliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2132
|
+
RangeSliderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
2133
|
+
RangeSliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RangeSliderComponent, selector: "kendo-rangeslider", inputs: { value: "value" }, providers: [
|
|
2134
2134
|
LocalizationService,
|
|
2135
2135
|
{ provide: L10N_PREFIX, useValue: 'kendo.rangeslider' },
|
|
2136
2136
|
{ multi: true, provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => RangeSliderComponent) },
|
|
@@ -2207,8 +2207,8 @@ RangeSliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
2207
2207
|
</div>
|
|
2208
2208
|
</div>
|
|
2209
2209
|
<kendo-resize-sensor (resize)="sizeComponent()"></kendo-resize-sensor>
|
|
2210
|
-
`, isInline: true,
|
|
2211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2210
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: SliderTicksComponent, selector: "[kendoSliderTicks]", inputs: ["tickTitle", "vertical", "step", "largeStep", "min", "max", "labelTemplate"] }, { kind: "directive", type: i4.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i4.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: LocalizedRangeSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]" }] });
|
|
2211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeSliderComponent, decorators: [{
|
|
2212
2212
|
type: Component,
|
|
2213
2213
|
args: [{
|
|
2214
2214
|
exportAs: 'kendoRangeSlider',
|
|
@@ -2308,9 +2308,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2308
2308
|
*/
|
|
2309
2309
|
class Messages extends ComponentMessages {
|
|
2310
2310
|
}
|
|
2311
|
-
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2312
|
-
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2311
|
+
Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
2312
|
+
Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages, selector: "kendo-switch-messages-base", inputs: { on: "on", off: "off" }, usesInheritance: true, ngImport: i0 });
|
|
2313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
|
|
2314
2314
|
type: Directive,
|
|
2315
2315
|
args: [{
|
|
2316
2316
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2331,14 +2331,14 @@ class LocalizedSwitchMessagesDirective extends Messages {
|
|
|
2331
2331
|
this.service = service;
|
|
2332
2332
|
}
|
|
2333
2333
|
}
|
|
2334
|
-
LocalizedSwitchMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2335
|
-
LocalizedSwitchMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
2334
|
+
LocalizedSwitchMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedSwitchMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2335
|
+
LocalizedSwitchMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedSwitchMessagesDirective, selector: "[kendoSwitchLocalizedMessages]", providers: [
|
|
2336
2336
|
{
|
|
2337
2337
|
provide: Messages,
|
|
2338
2338
|
useExisting: forwardRef(() => LocalizedSwitchMessagesDirective)
|
|
2339
2339
|
}
|
|
2340
2340
|
], usesInheritance: true, ngImport: i0 });
|
|
2341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedSwitchMessagesDirective, decorators: [{
|
|
2342
2342
|
type: Directive,
|
|
2343
2343
|
args: [{
|
|
2344
2344
|
providers: [
|
|
@@ -2768,8 +2768,8 @@ class SwitchComponent {
|
|
|
2768
2768
|
}
|
|
2769
2769
|
}
|
|
2770
2770
|
}
|
|
2771
|
-
SwitchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2772
|
-
SwitchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
2771
|
+
SwitchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
2772
|
+
SwitchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SwitchComponent, selector: "kendo-switch", inputs: { focusableId: "focusableId", onLabel: "onLabel", offLabel: "offLabel", checked: "checked", disabled: "disabled", readonly: "readonly", tabindex: "tabindex", size: "size", thumbRounded: "thumbRounded", trackRounded: "trackRounded", tabIndex: "tabIndex" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "class.k-readonly": "this.readonly", "attr.dir": "this.direction", "class.k-ie": "this.ieClass", "attr.role": "this.hostRole", "attr.id": "this.hostId", "attr.aria-checked": "this.ariaChecked", "attr.aria-invalid": "this.ariaInvalid", "attr.tabindex": "this.hostTabIndex", "attr.aria-disabled": "this.ariaDisabled", "attr.aria-readonly": "this.ariaReadonly", "class.k-switch": "this.hostClasses", "class.k-disabled": "this.disabledClass" } }, providers: [
|
|
2773
2773
|
LocalizationService,
|
|
2774
2774
|
{ provide: L10N_PREFIX, useValue: 'kendo.switch' },
|
|
2775
2775
|
{
|
|
@@ -2802,8 +2802,8 @@ SwitchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
2802
2802
|
[style.transitionDuration]="initialized ? '200ms' : '0ms'">
|
|
2803
2803
|
<span #thumb class="k-switch-thumb"></span>
|
|
2804
2804
|
</span>
|
|
2805
|
-
`, isInline: true,
|
|
2806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2805
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedSwitchMessagesDirective, selector: "[kendoSwitchLocalizedMessages]" }] });
|
|
2806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SwitchComponent, decorators: [{
|
|
2807
2807
|
type: Component,
|
|
2808
2808
|
args: [{
|
|
2809
2809
|
exportAs: 'kendoSwitch',
|
|
@@ -3000,12 +3000,12 @@ class TextBoxDirective {
|
|
|
3000
3000
|
this.listeners.forEach(listener => listener());
|
|
3001
3001
|
}
|
|
3002
3002
|
}
|
|
3003
|
-
TextBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3004
|
-
TextBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3003
|
+
TextBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3004
|
+
TextBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: { value: "value" }, host: { properties: { "class.k-textbox": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-input-md": "this.hostClasses", "class.k-rounded-md": "this.hostClasses", "class.k-input-solid": "this.hostClasses" } }, providers: [{
|
|
3005
3005
|
provide: KendoInput,
|
|
3006
3006
|
useExisting: forwardRef(() => TextBoxDirective)
|
|
3007
3007
|
}], ngImport: i0 });
|
|
3008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxDirective, decorators: [{
|
|
3009
3009
|
type: Directive,
|
|
3010
3010
|
args: [{
|
|
3011
3011
|
selector: 'input[kendoTextBox]',
|
|
@@ -3226,8 +3226,8 @@ class TextAreaDirective {
|
|
|
3226
3226
|
}
|
|
3227
3227
|
}
|
|
3228
3228
|
}
|
|
3229
|
-
TextAreaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3230
|
-
TextAreaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3229
|
+
TextAreaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
3230
|
+
TextAreaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TextAreaDirective, selector: "textarea[kendoTextArea]", inputs: { autoSize: "autoSize", value: "value" }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.k-textarea": "this.elementClasses", "class.k-input": "this.elementClasses", "class.k-input-md": "this.elementClasses", "class.k-rounded-md": "this.elementClasses", "class.k-input-solid": "this.elementClasses", "class.k-autofill": "this.autofillClass", "attr.dir": "this.direction" } }, providers: [{
|
|
3231
3231
|
provide: NG_VALUE_ACCESSOR,
|
|
3232
3232
|
useExisting: forwardRef(() => TextAreaDirective),
|
|
3233
3233
|
multi: true
|
|
@@ -3235,7 +3235,7 @@ TextAreaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", vers
|
|
|
3235
3235
|
provide: KendoInput,
|
|
3236
3236
|
useExisting: forwardRef(() => TextAreaDirective)
|
|
3237
3237
|
}], usesOnChanges: true, ngImport: i0 });
|
|
3238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3238
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextAreaDirective, decorators: [{
|
|
3239
3239
|
type: Directive,
|
|
3240
3240
|
args: [{
|
|
3241
3241
|
providers: [{
|
|
@@ -3472,9 +3472,9 @@ class InputSeparatorComponent {
|
|
|
3472
3472
|
return this.orientation === 'horizontal';
|
|
3473
3473
|
}
|
|
3474
3474
|
}
|
|
3475
|
-
InputSeparatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3476
|
-
InputSeparatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
3477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3475
|
+
InputSeparatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InputSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3476
|
+
InputSeparatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: InputSeparatorComponent, 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 });
|
|
3477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InputSeparatorComponent, decorators: [{
|
|
3478
3478
|
type: Component,
|
|
3479
3479
|
args: [{
|
|
3480
3480
|
selector: 'kendo-input-separator, kendo-textbox-separator',
|
|
@@ -3493,54 +3493,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3493
3493
|
args: ['class.k-input-separator']
|
|
3494
3494
|
}] } });
|
|
3495
3495
|
|
|
3496
|
-
/**
|
|
3497
|
-
* @hidden
|
|
3498
|
-
*/
|
|
3499
|
-
class NumericTextBoxMessages extends ComponentMessages {
|
|
3500
|
-
}
|
|
3501
|
-
NumericTextBoxMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumericTextBoxMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3502
|
-
NumericTextBoxMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: NumericTextBoxMessages, selector: "kendo-numerictextbox-messages-base", inputs: { decrement: "decrement", increment: "increment" }, usesInheritance: true, ngImport: i0 });
|
|
3503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumericTextBoxMessages, decorators: [{
|
|
3504
|
-
type: Directive,
|
|
3505
|
-
args: [{
|
|
3506
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
3507
|
-
selector: 'kendo-numerictextbox-messages-base'
|
|
3508
|
-
}]
|
|
3509
|
-
}], propDecorators: { decrement: [{
|
|
3510
|
-
type: Input
|
|
3511
|
-
}], increment: [{
|
|
3512
|
-
type: Input
|
|
3513
|
-
}] } });
|
|
3514
|
-
|
|
3515
|
-
/**
|
|
3516
|
-
* @hidden
|
|
3517
|
-
*/
|
|
3518
|
-
class LocalizedNumericTextBoxMessagesDirective extends NumericTextBoxMessages {
|
|
3519
|
-
constructor(service) {
|
|
3520
|
-
super();
|
|
3521
|
-
this.service = service;
|
|
3522
|
-
}
|
|
3523
|
-
}
|
|
3524
|
-
LocalizedNumericTextBoxMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3525
|
-
LocalizedNumericTextBoxMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedNumericTextBoxMessagesDirective, selector: "[kendoNumericTextBoxLocalizedMessages]", providers: [
|
|
3526
|
-
{
|
|
3527
|
-
provide: NumericTextBoxMessages,
|
|
3528
|
-
useExisting: forwardRef(() => LocalizedNumericTextBoxMessagesDirective)
|
|
3529
|
-
}
|
|
3530
|
-
], usesInheritance: true, ngImport: i0 });
|
|
3531
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, decorators: [{
|
|
3532
|
-
type: Directive,
|
|
3533
|
-
args: [{
|
|
3534
|
-
providers: [
|
|
3535
|
-
{
|
|
3536
|
-
provide: NumericTextBoxMessages,
|
|
3537
|
-
useExisting: forwardRef(() => LocalizedNumericTextBoxMessagesDirective)
|
|
3538
|
-
}
|
|
3539
|
-
],
|
|
3540
|
-
selector: '[kendoNumericTextBoxLocalizedMessages]'
|
|
3541
|
-
}]
|
|
3542
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
3543
|
-
|
|
3544
3496
|
/**
|
|
3545
3497
|
* @hidden
|
|
3546
3498
|
*/
|
|
@@ -3607,9 +3559,9 @@ class SharedInputEventsDirective {
|
|
|
3607
3559
|
this.subscriptions.unsubscribe();
|
|
3608
3560
|
}
|
|
3609
3561
|
}
|
|
3610
|
-
SharedInputEventsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3611
|
-
SharedInputEventsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
3612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3562
|
+
SharedInputEventsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedInputEventsDirective, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3563
|
+
SharedInputEventsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: { hostElement: "hostElement", clearButtonClicked: "clearButtonClicked", isFocused: "isFocused" }, outputs: { isFocusedChange: "isFocusedChange", onFocus: "onFocus", handleBlur: "handleBlur" }, ngImport: i0 });
|
|
3564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedInputEventsDirective, decorators: [{
|
|
3613
3565
|
type: Directive,
|
|
3614
3566
|
args: [{
|
|
3615
3567
|
selector: '[kendoInputSharedEvents]'
|
|
@@ -3628,6 +3580,54 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3628
3580
|
type: Output
|
|
3629
3581
|
}] } });
|
|
3630
3582
|
|
|
3583
|
+
/**
|
|
3584
|
+
* @hidden
|
|
3585
|
+
*/
|
|
3586
|
+
class NumericTextBoxMessages extends ComponentMessages {
|
|
3587
|
+
}
|
|
3588
|
+
NumericTextBoxMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericTextBoxMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3589
|
+
NumericTextBoxMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: NumericTextBoxMessages, selector: "kendo-numerictextbox-messages-base", inputs: { decrement: "decrement", increment: "increment" }, usesInheritance: true, ngImport: i0 });
|
|
3590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericTextBoxMessages, decorators: [{
|
|
3591
|
+
type: Directive,
|
|
3592
|
+
args: [{
|
|
3593
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
3594
|
+
selector: 'kendo-numerictextbox-messages-base'
|
|
3595
|
+
}]
|
|
3596
|
+
}], propDecorators: { decrement: [{
|
|
3597
|
+
type: Input
|
|
3598
|
+
}], increment: [{
|
|
3599
|
+
type: Input
|
|
3600
|
+
}] } });
|
|
3601
|
+
|
|
3602
|
+
/**
|
|
3603
|
+
* @hidden
|
|
3604
|
+
*/
|
|
3605
|
+
class LocalizedNumericTextBoxMessagesDirective extends NumericTextBoxMessages {
|
|
3606
|
+
constructor(service) {
|
|
3607
|
+
super();
|
|
3608
|
+
this.service = service;
|
|
3609
|
+
}
|
|
3610
|
+
}
|
|
3611
|
+
LocalizedNumericTextBoxMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3612
|
+
LocalizedNumericTextBoxMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedNumericTextBoxMessagesDirective, selector: "[kendoNumericTextBoxLocalizedMessages]", providers: [
|
|
3613
|
+
{
|
|
3614
|
+
provide: NumericTextBoxMessages,
|
|
3615
|
+
useExisting: forwardRef(() => LocalizedNumericTextBoxMessagesDirective)
|
|
3616
|
+
}
|
|
3617
|
+
], usesInheritance: true, ngImport: i0 });
|
|
3618
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, decorators: [{
|
|
3619
|
+
type: Directive,
|
|
3620
|
+
args: [{
|
|
3621
|
+
providers: [
|
|
3622
|
+
{
|
|
3623
|
+
provide: NumericTextBoxMessages,
|
|
3624
|
+
useExisting: forwardRef(() => LocalizedNumericTextBoxMessagesDirective)
|
|
3625
|
+
}
|
|
3626
|
+
],
|
|
3627
|
+
selector: '[kendoNumericTextBoxLocalizedMessages]'
|
|
3628
|
+
}]
|
|
3629
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
3630
|
+
|
|
3631
3631
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
3632
3632
|
const PARSABLE_OPTIONS = ['min', 'max', 'step', 'decimals'];
|
|
3633
3633
|
const PARSABLE_DEFAULTS = {
|
|
@@ -4067,7 +4067,6 @@ class NumericTextBoxComponent {
|
|
|
4067
4067
|
role: 'spinbutton'
|
|
4068
4068
|
};
|
|
4069
4069
|
}
|
|
4070
|
-
;
|
|
4071
4070
|
ngOnInit() {
|
|
4072
4071
|
this.subscriptions = this.localizationService
|
|
4073
4072
|
.changes
|
|
@@ -4569,8 +4568,8 @@ class NumericTextBoxComponent {
|
|
|
4569
4568
|
setHTMLAttributes(attributesToRender, this.renderer, this.numericInput.nativeElement);
|
|
4570
4569
|
}
|
|
4571
4570
|
}
|
|
4572
|
-
NumericTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4573
|
-
NumericTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4571
|
+
NumericTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
4572
|
+
NumericTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: NumericTextBoxComponent, 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", "class.k-input": "this.hostClasses", "class.k-numerictextbox": "this.hostClasses" } }, providers: [
|
|
4574
4573
|
LocalizationService,
|
|
4575
4574
|
{ provide: L10N_PREFIX, useValue: 'kendo.numerictextbox' },
|
|
4576
4575
|
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => NumericTextBoxComponent), multi: true },
|
|
@@ -4667,8 +4666,8 @@ NumericTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4667
4666
|
</button>
|
|
4668
4667
|
</span>
|
|
4669
4668
|
</ng-container>
|
|
4670
|
-
`, isInline: true,
|
|
4671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4669
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: InputSeparatorComponent, selector: "kendo-input-separator, kendo-textbox-separator", inputs: ["orientation"] }, { kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: LocalizedNumericTextBoxMessagesDirective, selector: "[kendoNumericTextBoxLocalizedMessages]" }] });
|
|
4670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericTextBoxComponent, decorators: [{
|
|
4672
4671
|
type: Component,
|
|
4673
4672
|
args: [{
|
|
4674
4673
|
exportAs: 'kendoNumericTextBox',
|
|
@@ -4869,14 +4868,14 @@ class NumericTextBoxCustomMessagesComponent extends NumericTextBoxMessages {
|
|
|
4869
4868
|
return true;
|
|
4870
4869
|
}
|
|
4871
4870
|
}
|
|
4872
|
-
NumericTextBoxCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4873
|
-
NumericTextBoxCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
4871
|
+
NumericTextBoxCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericTextBoxCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4872
|
+
NumericTextBoxCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages", providers: [
|
|
4874
4873
|
{
|
|
4875
4874
|
provide: NumericTextBoxMessages,
|
|
4876
4875
|
useExisting: forwardRef(() => NumericTextBoxCustomMessagesComponent)
|
|
4877
4876
|
}
|
|
4878
4877
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
4879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4878
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericTextBoxCustomMessagesComponent, decorators: [{
|
|
4880
4879
|
type: Component,
|
|
4881
4880
|
args: [{
|
|
4882
4881
|
providers: [
|
|
@@ -5309,9 +5308,9 @@ class MaskingService {
|
|
|
5309
5308
|
});
|
|
5310
5309
|
}
|
|
5311
5310
|
}
|
|
5312
|
-
MaskingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5313
|
-
MaskingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5311
|
+
MaskingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MaskingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5312
|
+
MaskingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MaskingService });
|
|
5313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MaskingService, decorators: [{
|
|
5315
5314
|
type: Injectable
|
|
5316
5315
|
}] });
|
|
5317
5316
|
|
|
@@ -5651,7 +5650,6 @@ class MaskedTextBoxComponent {
|
|
|
5651
5650
|
spellcheck: 'false'
|
|
5652
5651
|
};
|
|
5653
5652
|
}
|
|
5654
|
-
;
|
|
5655
5653
|
get hostDisabledClass() {
|
|
5656
5654
|
return this.disabled;
|
|
5657
5655
|
}
|
|
@@ -5949,8 +5947,8 @@ class MaskedTextBoxComponent {
|
|
|
5949
5947
|
setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement);
|
|
5950
5948
|
}
|
|
5951
5949
|
}
|
|
5952
|
-
MaskedTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5953
|
-
MaskedTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
5950
|
+
MaskedTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
5951
|
+
MaskedTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: MaskedTextBoxComponent, 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-input": "this.hostClasses", "class.k-maskedtextbox": "this.hostClasses", "class.k-disabled": "this.hostDisabledClass" } }, providers: [
|
|
5954
5952
|
MaskingService,
|
|
5955
5953
|
{
|
|
5956
5954
|
multi: true,
|
|
@@ -6007,8 +6005,8 @@ MaskedTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
6007
6005
|
</ng-template>
|
|
6008
6006
|
</span>
|
|
6009
6007
|
</ng-container>
|
|
6010
|
-
`, isInline: true,
|
|
6011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6008
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: InputSeparatorComponent, selector: "kendo-input-separator, kendo-textbox-separator", inputs: ["orientation"] }, { kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }] });
|
|
6009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MaskedTextBoxComponent, decorators: [{
|
|
6012
6010
|
type: Component,
|
|
6013
6011
|
args: [{
|
|
6014
6012
|
exportAs: 'kendoMaskedTextBox',
|
|
@@ -6163,17 +6161,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6163
6161
|
*/
|
|
6164
6162
|
class SlidersCommonModule {
|
|
6165
6163
|
}
|
|
6166
|
-
SlidersCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6167
|
-
SlidersCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
6164
|
+
SlidersCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SlidersCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6165
|
+
SlidersCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SlidersCommonModule, declarations: [SliderTicksComponent,
|
|
6168
6166
|
LabelTemplateDirective], imports: [CommonModule, DraggableModule, EventsModule, ResizeSensorModule], exports: [LabelTemplateDirective,
|
|
6169
6167
|
SliderTicksComponent,
|
|
6170
6168
|
DraggableModule,
|
|
6171
6169
|
EventsModule,
|
|
6172
6170
|
ResizeSensorModule] });
|
|
6173
|
-
SlidersCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6171
|
+
SlidersCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SlidersCommonModule, imports: [CommonModule, DraggableModule, EventsModule, ResizeSensorModule, DraggableModule,
|
|
6174
6172
|
EventsModule,
|
|
6175
6173
|
ResizeSensorModule] });
|
|
6176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SlidersCommonModule, decorators: [{
|
|
6177
6175
|
type: NgModule,
|
|
6178
6176
|
args: [{
|
|
6179
6177
|
declarations: [
|
|
@@ -6203,14 +6201,14 @@ class SliderCustomMessagesComponent extends SliderMessages {
|
|
|
6203
6201
|
return true;
|
|
6204
6202
|
}
|
|
6205
6203
|
}
|
|
6206
|
-
SliderCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6207
|
-
SliderCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
6204
|
+
SliderCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6205
|
+
SliderCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SliderCustomMessagesComponent, selector: "kendo-slider-messages", providers: [
|
|
6208
6206
|
{
|
|
6209
6207
|
provide: SliderMessages,
|
|
6210
6208
|
useExisting: forwardRef(() => SliderCustomMessagesComponent)
|
|
6211
6209
|
}
|
|
6212
6210
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
6213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderCustomMessagesComponent, decorators: [{
|
|
6214
6212
|
type: Component,
|
|
6215
6213
|
args: [{
|
|
6216
6214
|
providers: [
|
|
@@ -6258,15 +6256,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6258
6256
|
*/
|
|
6259
6257
|
class SliderModule {
|
|
6260
6258
|
}
|
|
6261
|
-
SliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6262
|
-
SliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
6259
|
+
SliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6260
|
+
SliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SliderModule, declarations: [SliderComponent,
|
|
6263
6261
|
SliderCustomMessagesComponent,
|
|
6264
6262
|
LocalizedSliderMessagesDirective], imports: [CommonModule, SlidersCommonModule, IconsModule, ButtonModule], exports: [SliderComponent,
|
|
6265
6263
|
SliderCustomMessagesComponent,
|
|
6266
6264
|
LabelTemplateDirective,
|
|
6267
6265
|
LocalizedSliderMessagesDirective] });
|
|
6268
|
-
SliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6266
|
+
SliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderModule, imports: [CommonModule, SlidersCommonModule, IconsModule, ButtonModule] });
|
|
6267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SliderModule, decorators: [{
|
|
6270
6268
|
type: NgModule,
|
|
6271
6269
|
args: [{
|
|
6272
6270
|
declarations: [
|
|
@@ -6296,14 +6294,14 @@ class RangeSliderCustomMessagesComponent extends RangeSliderMessages {
|
|
|
6296
6294
|
return true;
|
|
6297
6295
|
}
|
|
6298
6296
|
}
|
|
6299
|
-
RangeSliderCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6300
|
-
RangeSliderCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
6297
|
+
RangeSliderCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeSliderCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6298
|
+
RangeSliderCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RangeSliderCustomMessagesComponent, selector: "kendo-rangeslider-messages", providers: [
|
|
6301
6299
|
{
|
|
6302
6300
|
provide: RangeSliderMessages,
|
|
6303
6301
|
useExisting: forwardRef(() => RangeSliderCustomMessagesComponent)
|
|
6304
6302
|
}
|
|
6305
6303
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
6306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeSliderCustomMessagesComponent, decorators: [{
|
|
6307
6305
|
type: Component,
|
|
6308
6306
|
args: [{
|
|
6309
6307
|
providers: [
|
|
@@ -6351,15 +6349,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6351
6349
|
*/
|
|
6352
6350
|
class RangeSliderModule {
|
|
6353
6351
|
}
|
|
6354
|
-
RangeSliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6355
|
-
RangeSliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
6352
|
+
RangeSliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6353
|
+
RangeSliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: RangeSliderModule, declarations: [RangeSliderComponent,
|
|
6356
6354
|
RangeSliderCustomMessagesComponent,
|
|
6357
6355
|
LocalizedRangeSliderMessagesDirective], imports: [CommonModule, SlidersCommonModule], exports: [RangeSliderComponent,
|
|
6358
6356
|
RangeSliderCustomMessagesComponent,
|
|
6359
6357
|
LocalizedRangeSliderMessagesDirective,
|
|
6360
6358
|
LabelTemplateDirective] });
|
|
6361
|
-
RangeSliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6362
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6359
|
+
RangeSliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeSliderModule, imports: [CommonModule, SlidersCommonModule] });
|
|
6360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RangeSliderModule, decorators: [{
|
|
6363
6361
|
type: NgModule,
|
|
6364
6362
|
args: [{
|
|
6365
6363
|
declarations: [
|
|
@@ -6389,14 +6387,14 @@ class SwitchCustomMessagesComponent extends Messages {
|
|
|
6389
6387
|
return true;
|
|
6390
6388
|
}
|
|
6391
6389
|
}
|
|
6392
|
-
SwitchCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6393
|
-
SwitchCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
6390
|
+
SwitchCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SwitchCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6391
|
+
SwitchCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SwitchCustomMessagesComponent, selector: "kendo-switch-messages", providers: [
|
|
6394
6392
|
{
|
|
6395
6393
|
provide: Messages,
|
|
6396
6394
|
useExisting: forwardRef(() => SwitchCustomMessagesComponent)
|
|
6397
6395
|
}
|
|
6398
6396
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
6399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SwitchCustomMessagesComponent, decorators: [{
|
|
6400
6398
|
type: Component,
|
|
6401
6399
|
args: [{
|
|
6402
6400
|
providers: [
|
|
@@ -6443,14 +6441,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6443
6441
|
*/
|
|
6444
6442
|
class SwitchModule {
|
|
6445
6443
|
}
|
|
6446
|
-
SwitchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6447
|
-
SwitchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
6444
|
+
SwitchModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6445
|
+
SwitchModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SwitchModule, declarations: [SwitchComponent,
|
|
6448
6446
|
SwitchCustomMessagesComponent,
|
|
6449
6447
|
LocalizedSwitchMessagesDirective], imports: [CommonModule, EventsModule, ResizeSensorModule], exports: [SwitchComponent,
|
|
6450
6448
|
SwitchCustomMessagesComponent,
|
|
6451
6449
|
LocalizedSwitchMessagesDirective] });
|
|
6452
|
-
SwitchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6450
|
+
SwitchModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SwitchModule, imports: [CommonModule, EventsModule, ResizeSensorModule] });
|
|
6451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SwitchModule, decorators: [{
|
|
6454
6452
|
type: NgModule,
|
|
6455
6453
|
args: [{
|
|
6456
6454
|
declarations: [
|
|
@@ -6479,12 +6477,12 @@ const SHARED_DIRECTIVES = [
|
|
|
6479
6477
|
*/
|
|
6480
6478
|
class SharedModule {
|
|
6481
6479
|
}
|
|
6482
|
-
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6483
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
6480
|
+
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6481
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, declarations: [InputSeparatorComponent,
|
|
6484
6482
|
TextAreaDirective], exports: [InputSeparatorComponent,
|
|
6485
6483
|
TextAreaDirective] });
|
|
6486
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6484
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule });
|
|
6485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedModule, decorators: [{
|
|
6488
6486
|
type: NgModule,
|
|
6489
6487
|
args: [{
|
|
6490
6488
|
declarations: [SHARED_DIRECTIVES],
|
|
@@ -6497,10 +6495,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6497
6495
|
*/
|
|
6498
6496
|
class SharedEventsModule {
|
|
6499
6497
|
}
|
|
6500
|
-
SharedEventsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6501
|
-
SharedEventsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
6502
|
-
SharedEventsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6498
|
+
SharedEventsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedEventsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6499
|
+
SharedEventsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SharedEventsModule, declarations: [SharedInputEventsDirective], exports: [SharedInputEventsDirective] });
|
|
6500
|
+
SharedEventsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedEventsModule });
|
|
6501
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SharedEventsModule, decorators: [{
|
|
6504
6502
|
type: NgModule,
|
|
6505
6503
|
args: [{
|
|
6506
6504
|
declarations: [SharedInputEventsDirective],
|
|
@@ -6541,14 +6539,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6541
6539
|
*/
|
|
6542
6540
|
class NumericTextBoxModule {
|
|
6543
6541
|
}
|
|
6544
|
-
NumericTextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6545
|
-
NumericTextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
6542
|
+
NumericTextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6543
|
+
NumericTextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: NumericTextBoxModule, declarations: [LocalizedNumericTextBoxMessagesDirective,
|
|
6546
6544
|
NumericTextBoxComponent,
|
|
6547
6545
|
NumericTextBoxCustomMessagesComponent], imports: [CommonModule, EventsModule, IconsModule, SharedModule, AdornmentsModule, SharedEventsModule], exports: [NumericTextBoxComponent,
|
|
6548
6546
|
NumericTextBoxCustomMessagesComponent,
|
|
6549
6547
|
AdornmentsModule] });
|
|
6550
|
-
NumericTextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6548
|
+
NumericTextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericTextBoxModule, imports: [CommonModule, EventsModule, IconsModule, SharedModule, AdornmentsModule, SharedEventsModule, AdornmentsModule] });
|
|
6549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericTextBoxModule, decorators: [{
|
|
6552
6550
|
type: NgModule,
|
|
6553
6551
|
args: [{
|
|
6554
6552
|
declarations: [
|
|
@@ -6598,21 +6596,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6598
6596
|
*/
|
|
6599
6597
|
class MaskedTextBoxModule {
|
|
6600
6598
|
}
|
|
6601
|
-
MaskedTextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6602
|
-
MaskedTextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
6599
|
+
MaskedTextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MaskedTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6600
|
+
MaskedTextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: MaskedTextBoxModule, declarations: [MaskedTextBoxComponent], imports: [CommonModule,
|
|
6603
6601
|
EventsModule,
|
|
6604
6602
|
SharedModule,
|
|
6605
6603
|
AdornmentsModule,
|
|
6606
6604
|
SharedEventsModule], exports: [MaskedTextBoxComponent,
|
|
6607
6605
|
AdornmentsModule] });
|
|
6608
|
-
MaskedTextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
], AdornmentsModule] });
|
|
6615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: MaskedTextBoxModule, decorators: [{
|
|
6606
|
+
MaskedTextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MaskedTextBoxModule, imports: [CommonModule,
|
|
6607
|
+
EventsModule,
|
|
6608
|
+
SharedModule,
|
|
6609
|
+
AdornmentsModule,
|
|
6610
|
+
SharedEventsModule, AdornmentsModule] });
|
|
6611
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: MaskedTextBoxModule, decorators: [{
|
|
6616
6612
|
type: NgModule,
|
|
6617
6613
|
args: [{
|
|
6618
6614
|
declarations: [
|
|
@@ -6675,9 +6671,9 @@ class TextBoxSuffixTemplateDirective {
|
|
|
6675
6671
|
return this._showSeparator;
|
|
6676
6672
|
}
|
|
6677
6673
|
}
|
|
6678
|
-
TextBoxSuffixTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6679
|
-
TextBoxSuffixTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
6680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6674
|
+
TextBoxSuffixTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxSuffixTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6675
|
+
TextBoxSuffixTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TextBoxSuffixTemplateDirective, selector: "[kendoTextBoxSuffixTemplate]", inputs: { showSeparator: "showSeparator" }, ngImport: i0 });
|
|
6676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxSuffixTemplateDirective, decorators: [{
|
|
6681
6677
|
type: Directive,
|
|
6682
6678
|
args: [{
|
|
6683
6679
|
selector: '[kendoTextBoxSuffixTemplate]'
|
|
@@ -6722,9 +6718,9 @@ class TextBoxPrefixTemplateDirective {
|
|
|
6722
6718
|
return this._showSeparator;
|
|
6723
6719
|
}
|
|
6724
6720
|
}
|
|
6725
|
-
TextBoxPrefixTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6726
|
-
TextBoxPrefixTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
6727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6721
|
+
TextBoxPrefixTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxPrefixTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6722
|
+
TextBoxPrefixTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TextBoxPrefixTemplateDirective, selector: "[kendoTextBoxPrefixTemplate]", inputs: { showSeparator: "showSeparator" }, ngImport: i0 });
|
|
6723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxPrefixTemplateDirective, decorators: [{
|
|
6728
6724
|
type: Directive,
|
|
6729
6725
|
args: [{
|
|
6730
6726
|
selector: '[kendoTextBoxPrefixTemplate]'
|
|
@@ -6740,9 +6736,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6740
6736
|
*/
|
|
6741
6737
|
class TextBoxMessages extends ComponentMessages {
|
|
6742
6738
|
}
|
|
6743
|
-
TextBoxMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6744
|
-
TextBoxMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
6745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6739
|
+
TextBoxMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
6740
|
+
TextBoxMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TextBoxMessages, selector: "kendo-textbox-messages-base", inputs: { clear: "clear" }, usesInheritance: true, ngImport: i0 });
|
|
6741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxMessages, decorators: [{
|
|
6746
6742
|
type: Directive,
|
|
6747
6743
|
args: [{
|
|
6748
6744
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -6761,14 +6757,14 @@ class LocalizedTextBoxMessagesDirective extends TextBoxMessages {
|
|
|
6761
6757
|
this.service = service;
|
|
6762
6758
|
}
|
|
6763
6759
|
}
|
|
6764
|
-
LocalizedTextBoxMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6765
|
-
LocalizedTextBoxMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
6760
|
+
LocalizedTextBoxMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedTextBoxMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6761
|
+
LocalizedTextBoxMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedTextBoxMessagesDirective, selector: "[kendoTextBoxLocalizedMessages]", providers: [
|
|
6766
6762
|
{
|
|
6767
6763
|
provide: TextBoxMessages,
|
|
6768
6764
|
useExisting: forwardRef(() => LocalizedTextBoxMessagesDirective)
|
|
6769
6765
|
}
|
|
6770
6766
|
], usesInheritance: true, ngImport: i0 });
|
|
6771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedTextBoxMessagesDirective, decorators: [{
|
|
6772
6768
|
type: Directive,
|
|
6773
6769
|
args: [{
|
|
6774
6770
|
providers: [
|
|
@@ -7388,8 +7384,8 @@ class TextBoxComponent {
|
|
|
7388
7384
|
setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement);
|
|
7389
7385
|
}
|
|
7390
7386
|
}
|
|
7391
|
-
TextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7392
|
-
TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
7387
|
+
TextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
7388
|
+
TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TextBoxComponent, 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", "class.k-textbox": "this.hostClasses", "class.k-input": "this.hostClasses", "attr.dir": "this.direction" } }, providers: [
|
|
7393
7389
|
LocalizationService,
|
|
7394
7390
|
{ provide: L10N_PREFIX, useValue: 'kendo.textbox' },
|
|
7395
7391
|
{
|
|
@@ -7474,8 +7470,8 @@ TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
7474
7470
|
</ng-template>
|
|
7475
7471
|
</span>
|
|
7476
7472
|
<ng-container>
|
|
7477
|
-
`, isInline: true,
|
|
7478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7473
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: InputSeparatorComponent, selector: "kendo-input-separator, kendo-textbox-separator", inputs: ["orientation"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: LocalizedTextBoxMessagesDirective, selector: "[kendoTextBoxLocalizedMessages]" }] });
|
|
7474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxComponent, decorators: [{
|
|
7479
7475
|
type: Component,
|
|
7480
7476
|
args: [{
|
|
7481
7477
|
exportAs: 'kendoTextBox',
|
|
@@ -7672,14 +7668,14 @@ class TextBoxCustomMessagesComponent extends TextBoxMessages {
|
|
|
7672
7668
|
return true;
|
|
7673
7669
|
}
|
|
7674
7670
|
}
|
|
7675
|
-
TextBoxCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7676
|
-
TextBoxCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
7671
|
+
TextBoxCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7672
|
+
TextBoxCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TextBoxCustomMessagesComponent, selector: "kendo-textbox-messages", providers: [
|
|
7677
7673
|
{
|
|
7678
7674
|
provide: TextBoxMessages,
|
|
7679
7675
|
useExisting: forwardRef(() => TextBoxCustomMessagesComponent)
|
|
7680
7676
|
}
|
|
7681
7677
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
7682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxCustomMessagesComponent, decorators: [{
|
|
7683
7679
|
type: Component,
|
|
7684
7680
|
args: [{
|
|
7685
7681
|
providers: [
|
|
@@ -7726,8 +7722,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7726
7722
|
*/
|
|
7727
7723
|
class TextBoxModule {
|
|
7728
7724
|
}
|
|
7729
|
-
TextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7730
|
-
TextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
7725
|
+
TextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7726
|
+
TextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TextBoxModule, declarations: [TextBoxDirective,
|
|
7731
7727
|
TextBoxComponent,
|
|
7732
7728
|
TextBoxSuffixTemplateDirective,
|
|
7733
7729
|
TextBoxPrefixTemplateDirective,
|
|
@@ -7740,9 +7736,9 @@ TextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
7740
7736
|
TextBoxCustomMessagesComponent,
|
|
7741
7737
|
LocalizedTextBoxMessagesDirective,
|
|
7742
7738
|
AdornmentsModule, InputSeparatorComponent, TextAreaDirective] });
|
|
7743
|
-
TextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
7739
|
+
TextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxModule, imports: [CommonModule, EventsModule, SharedModule, IconsModule, AdornmentsModule, SharedEventsModule, EventsModule,
|
|
7744
7740
|
AdornmentsModule] });
|
|
7745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextBoxModule, decorators: [{
|
|
7746
7742
|
type: NgModule,
|
|
7747
7743
|
args: [{
|
|
7748
7744
|
declarations: [
|
|
@@ -7851,9 +7847,9 @@ class TextFieldsBase {
|
|
|
7851
7847
|
this.disabled = isDisabled;
|
|
7852
7848
|
}
|
|
7853
7849
|
}
|
|
7854
|
-
TextFieldsBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7855
|
-
TextFieldsBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
7856
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7850
|
+
TextFieldsBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
7851
|
+
TextFieldsBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TextFieldsBase, 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 });
|
|
7852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextFieldsBase, decorators: [{
|
|
7857
7853
|
type: Component,
|
|
7858
7854
|
args: [{
|
|
7859
7855
|
selector: 'kendo-textfield-base',
|
|
@@ -7927,9 +7923,9 @@ class TextAreaPrefixComponent {
|
|
|
7927
7923
|
return this.flow === this.orientation;
|
|
7928
7924
|
}
|
|
7929
7925
|
}
|
|
7930
|
-
TextAreaPrefixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7931
|
-
TextAreaPrefixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
7932
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7926
|
+
TextAreaPrefixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextAreaPrefixComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7927
|
+
TextAreaPrefixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TextAreaPrefixComponent, 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 });
|
|
7928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextAreaPrefixComponent, decorators: [{
|
|
7933
7929
|
type: Component,
|
|
7934
7930
|
args: [{
|
|
7935
7931
|
exportAs: 'kendoTextAreaPrefix',
|
|
@@ -7992,9 +7988,9 @@ class TextAreaSuffixComponent {
|
|
|
7992
7988
|
return this.flow === this.orientation;
|
|
7993
7989
|
}
|
|
7994
7990
|
}
|
|
7995
|
-
TextAreaSuffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7996
|
-
TextAreaSuffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
7997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7991
|
+
TextAreaSuffixComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextAreaSuffixComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7992
|
+
TextAreaSuffixComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TextAreaSuffixComponent, 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 });
|
|
7993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextAreaSuffixComponent, decorators: [{
|
|
7998
7994
|
type: Component,
|
|
7999
7995
|
args: [{
|
|
8000
7996
|
exportAs: 'kendoTextAreaSuffix',
|
|
@@ -8311,7 +8307,6 @@ class TextAreaComponent extends TextFieldsBase {
|
|
|
8311
8307
|
'aria-multiline': 'true'
|
|
8312
8308
|
};
|
|
8313
8309
|
}
|
|
8314
|
-
;
|
|
8315
8310
|
ngAfterViewInit() {
|
|
8316
8311
|
this.ngZone.runOutsideAngular(() => {
|
|
8317
8312
|
this.handleFlow();
|
|
@@ -8550,8 +8545,8 @@ class TextAreaComponent extends TextFieldsBase {
|
|
|
8550
8545
|
setHTMLAttributes(attributesToRender, this.renderer, this.input.nativeElement);
|
|
8551
8546
|
}
|
|
8552
8547
|
}
|
|
8553
|
-
TextAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8554
|
-
TextAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
8548
|
+
TextAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
8549
|
+
TextAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: TextAreaComponent, selector: "kendo-textarea", inputs: { focusableId: "focusableId", flow: "flow", inputAttributes: "inputAttributes", adornmentsOrientation: "adornmentsOrientation", rows: "rows", cols: "cols", maxlength: "maxlength", 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-textarea": "this.hostClasses", "class.k-input": "this.hostClasses", "class.!k-flex-col": "this.flowCol", "class.!k-flex-row": "this.flowRow" } }, providers: [
|
|
8555
8550
|
LocalizationService,
|
|
8556
8551
|
{ provide: L10N_PREFIX, useValue: 'kendo.textarea' },
|
|
8557
8552
|
{
|
|
@@ -8603,8 +8598,8 @@ TextAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
8603
8598
|
></kendo-input-separator>
|
|
8604
8599
|
<ng-content select="kendo-textarea-suffix"></ng-content>
|
|
8605
8600
|
</ng-container>
|
|
8606
|
-
`, isInline: true,
|
|
8607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8601
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: InputSeparatorComponent, selector: "kendo-input-separator, kendo-textbox-separator", inputs: ["orientation"] }, { kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }] });
|
|
8602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextAreaComponent, decorators: [{
|
|
8608
8603
|
type: Component,
|
|
8609
8604
|
args: [{
|
|
8610
8605
|
exportAs: 'kendoTextArea',
|
|
@@ -8755,17 +8750,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
8755
8750
|
*/
|
|
8756
8751
|
class TextAreaModule {
|
|
8757
8752
|
}
|
|
8758
|
-
TextAreaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8759
|
-
TextAreaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
8753
|
+
TextAreaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8754
|
+
TextAreaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: TextAreaModule, declarations: [TextAreaComponent,
|
|
8760
8755
|
TextAreaPrefixComponent,
|
|
8761
8756
|
TextAreaSuffixComponent], imports: [CommonModule, EventsModule, SharedModule, AdornmentsModule, SharedEventsModule], exports: [TextAreaComponent,
|
|
8762
8757
|
EventsModule,
|
|
8763
8758
|
TextAreaPrefixComponent,
|
|
8764
8759
|
TextAreaSuffixComponent,
|
|
8765
8760
|
AdornmentsModule, InputSeparatorComponent, TextAreaDirective] });
|
|
8766
|
-
TextAreaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
8761
|
+
TextAreaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextAreaModule, imports: [CommonModule, EventsModule, SharedModule, AdornmentsModule, SharedEventsModule, EventsModule,
|
|
8767
8762
|
AdornmentsModule] });
|
|
8768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TextAreaModule, decorators: [{
|
|
8769
8764
|
type: NgModule,
|
|
8770
8765
|
args: [{
|
|
8771
8766
|
declarations: [
|
|
@@ -8793,9 +8788,9 @@ class ColorPickerLocalizationService extends LocalizationService {
|
|
|
8793
8788
|
super(prefix, messageService, _rtl);
|
|
8794
8789
|
}
|
|
8795
8790
|
}
|
|
8796
|
-
ColorPickerLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8797
|
-
ColorPickerLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8791
|
+
ColorPickerLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerLocalizationService, deps: [{ token: L10N_PREFIX }, { token: i1.MessageService, optional: true }, { token: RTL, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8792
|
+
ColorPickerLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerLocalizationService });
|
|
8793
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerLocalizationService, decorators: [{
|
|
8799
8794
|
type: Injectable
|
|
8800
8795
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
8801
8796
|
type: Inject,
|
|
@@ -8824,9 +8819,9 @@ class FlatColorPickerLocalizationService extends LocalizationService {
|
|
|
8824
8819
|
return super.get(shortKey);
|
|
8825
8820
|
}
|
|
8826
8821
|
}
|
|
8827
|
-
FlatColorPickerLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8828
|
-
FlatColorPickerLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8822
|
+
FlatColorPickerLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
8823
|
+
FlatColorPickerLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerLocalizationService });
|
|
8824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerLocalizationService, decorators: [{
|
|
8830
8825
|
type: Injectable
|
|
8831
8826
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
8832
8827
|
type: Inject,
|
|
@@ -8941,8 +8936,6 @@ const PALETTEPRESETS = {
|
|
|
8941
8936
|
}
|
|
8942
8937
|
};
|
|
8943
8938
|
|
|
8944
|
-
;
|
|
8945
|
-
|
|
8946
8939
|
/**
|
|
8947
8940
|
* @hidden
|
|
8948
8941
|
*/
|
|
@@ -8969,9 +8962,9 @@ class FlatColorPickerService {
|
|
|
8969
8962
|
};
|
|
8970
8963
|
}
|
|
8971
8964
|
}
|
|
8972
|
-
FlatColorPickerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8973
|
-
FlatColorPickerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
8974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8965
|
+
FlatColorPickerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8966
|
+
FlatColorPickerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerService });
|
|
8967
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerService, decorators: [{
|
|
8975
8968
|
type: Injectable
|
|
8976
8969
|
}] });
|
|
8977
8970
|
|
|
@@ -9308,9 +9301,9 @@ class ColorGradientLocalizationService extends LocalizationService {
|
|
|
9308
9301
|
return super.get(shortKey);
|
|
9309
9302
|
}
|
|
9310
9303
|
}
|
|
9311
|
-
ColorGradientLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9312
|
-
ColorGradientLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
9313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9304
|
+
ColorGradientLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
9305
|
+
ColorGradientLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorGradientLocalizationService });
|
|
9306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorGradientLocalizationService, decorators: [{
|
|
9314
9307
|
type: Injectable
|
|
9315
9308
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
9316
9309
|
type: Inject,
|
|
@@ -9341,9 +9334,9 @@ class NumericLabelDirective {
|
|
|
9341
9334
|
this.host.numericInput.nativeElement.setAttribute('aria-label', this.localizationService.get(localizationToken));
|
|
9342
9335
|
}
|
|
9343
9336
|
}
|
|
9344
|
-
NumericLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9345
|
-
NumericLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
9346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9337
|
+
NumericLabelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericLabelDirective, deps: [{ token: NumericTextBoxComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9338
|
+
NumericLabelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: NumericLabelDirective, selector: "[kendoAdditionalNumericLabel]", inputs: { kendoAdditionalNumericLabel: "kendoAdditionalNumericLabel", localizationService: "localizationService" }, ngImport: i0 });
|
|
9339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumericLabelDirective, decorators: [{
|
|
9347
9340
|
type: Directive,
|
|
9348
9341
|
args: [{ selector: '[kendoAdditionalNumericLabel]' }]
|
|
9349
9342
|
}], ctorParameters: function () { return [{ type: NumericTextBoxComponent }]; }, propDecorators: { kendoAdditionalNumericLabel: [{
|
|
@@ -9490,8 +9483,8 @@ class ColorInputComponent {
|
|
|
9490
9483
|
return this.hexInput?.nativeElement || this.opacityInput || this.blueInput;
|
|
9491
9484
|
}
|
|
9492
9485
|
}
|
|
9493
|
-
ColorInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9494
|
-
ColorInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
9486
|
+
ColorInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorInputComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9487
|
+
ColorInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColorInputComponent, selector: "kendo-colorinput", inputs: { focusableId: "focusableId", formatView: "formatView", 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: `
|
|
9495
9488
|
<div class="k-vstack">
|
|
9496
9489
|
<button
|
|
9497
9490
|
kendoButton
|
|
@@ -9609,8 +9602,8 @@ ColorInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9609
9602
|
<label [for]="alpha.focusableId" class="k-colorgradient-input-label">A</label>
|
|
9610
9603
|
</div>
|
|
9611
9604
|
</ng-container>
|
|
9612
|
-
`, isInline: true,
|
|
9613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9605
|
+
`, isInline: true, dependencies: [{ 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: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NumericLabelDirective, selector: "[kendoAdditionalNumericLabel]", inputs: ["kendoAdditionalNumericLabel", "localizationService"] }] });
|
|
9606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorInputComponent, decorators: [{
|
|
9614
9607
|
type: Component,
|
|
9615
9608
|
args: [{
|
|
9616
9609
|
selector: 'kendo-colorinput',
|
|
@@ -9775,89 +9768,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9775
9768
|
/**
|
|
9776
9769
|
* @hidden
|
|
9777
9770
|
*/
|
|
9778
|
-
class
|
|
9779
|
-
constructor() {
|
|
9780
|
-
this.hostClass = true;
|
|
9781
|
-
}
|
|
9782
|
-
ngAfterViewInit() {
|
|
9783
|
-
if (!isDocumentAvailable()) {
|
|
9784
|
-
return;
|
|
9785
|
-
}
|
|
9786
|
-
this.metrics = this.wrapper.getBoundingClientRect();
|
|
9787
|
-
this.oldA = this.hsva.value.a;
|
|
9788
|
-
this.oldH = this.hsva.value.h;
|
|
9789
|
-
this.hsva.subscribe((value) => {
|
|
9790
|
-
if (value.h !== this.oldH || value.a !== this.oldA) {
|
|
9791
|
-
this.oldH = value.h;
|
|
9792
|
-
this.oldA = value.a;
|
|
9793
|
-
this.setPaths();
|
|
9794
|
-
}
|
|
9795
|
-
});
|
|
9796
|
-
}
|
|
9797
|
-
ngOnChanges(changes) {
|
|
9798
|
-
if (isPresent(changes['backgroundColor']) && this.metrics) {
|
|
9799
|
-
this.setPaths();
|
|
9800
|
-
}
|
|
9801
|
-
}
|
|
9802
|
-
setPaths() {
|
|
9803
|
-
const bezierCommandCalc = bezierCommand(controlPoint(line));
|
|
9804
|
-
this.paths = [svgPath(this.getPaths(AA_RATIO, STEP_COUNT), bezierCommandCalc),
|
|
9805
|
-
svgPath(this.getPaths(AA_RATIO, STEP_COUNT, true), bezierCommandCalc),
|
|
9806
|
-
svgPath(this.getPaths(AAA_RATIO, STEP_COUNT), bezierCommandCalc),
|
|
9807
|
-
svgPath(this.getPaths(AAA_RATIO, STEP_COUNT, true), bezierCommandCalc)];
|
|
9808
|
-
}
|
|
9809
|
-
findValue(contrast, saturation, low, high, comparer) {
|
|
9810
|
-
const mid = (low + high) / 2;
|
|
9811
|
-
const hsva = Object.assign({}, this.hsva.value, { s: saturation / this.metrics.width, v: 1 - mid / this.metrics.height });
|
|
9812
|
-
const currentContrast = getContrastFromTwoRGBAs(getRGBA(getColorFromHSV(hsva)), getRGBA(this.backgroundColor || ''));
|
|
9813
|
-
if (low + 0.5 > high) {
|
|
9814
|
-
if (currentContrast < contrast + 1 && currentContrast > contrast - 1) {
|
|
9815
|
-
return mid;
|
|
9816
|
-
}
|
|
9817
|
-
else {
|
|
9818
|
-
return null;
|
|
9819
|
-
}
|
|
9820
|
-
}
|
|
9821
|
-
if (comparer(currentContrast, contrast)) {
|
|
9822
|
-
return this.findValue(contrast, saturation, low, high - (high - low) / 2, comparer);
|
|
9823
|
-
}
|
|
9824
|
-
return this.findValue(contrast, saturation, low + (high - low) / 2, high, comparer);
|
|
9825
|
-
}
|
|
9826
|
-
getPaths(contrast, stepCount, reversed = false) {
|
|
9827
|
-
const points = [];
|
|
9828
|
-
for (let i = 0; i <= this.metrics.width; i += this.metrics.width / stepCount) {
|
|
9829
|
-
const value = this.findValue(contrast, i, 0, this.metrics.height, reversed ? ((a, b) => a < b) : ((a, b) => a > b));
|
|
9830
|
-
if (value !== null) {
|
|
9831
|
-
points.push([i, value]);
|
|
9832
|
-
}
|
|
9833
|
-
}
|
|
9834
|
-
return points;
|
|
9835
|
-
}
|
|
9771
|
+
class ColorPickerMessages extends ComponentMessages {
|
|
9836
9772
|
}
|
|
9837
|
-
|
|
9838
|
-
|
|
9839
|
-
|
|
9840
|
-
|
|
9841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColorContrastSvgComponent, decorators: [{
|
|
9842
|
-
type: Component,
|
|
9773
|
+
ColorPickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
9774
|
+
ColorPickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ColorPickerMessages, 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" }, usesInheritance: true, ngImport: i0 });
|
|
9775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerMessages, decorators: [{
|
|
9776
|
+
type: Directive,
|
|
9843
9777
|
args: [{
|
|
9844
|
-
// eslint-disable-next-line @angular-eslint/
|
|
9845
|
-
selector: '
|
|
9846
|
-
template: `
|
|
9847
|
-
<svg:path *ngFor="let path of paths" [attr.d]="path" fill="none" stroke="white" stroke-width="1"></svg:path>
|
|
9848
|
-
`
|
|
9778
|
+
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
9779
|
+
selector: 'kendo-colorpicker-messages-base'
|
|
9849
9780
|
}]
|
|
9850
|
-
}], propDecorators: {
|
|
9851
|
-
type: HostBinding,
|
|
9852
|
-
args: ['class.k-color-contrast-svg']
|
|
9853
|
-
}], wrapper: [{
|
|
9781
|
+
}], propDecorators: { colorPaletteNoColor: [{
|
|
9854
9782
|
type: Input
|
|
9855
|
-
}],
|
|
9783
|
+
}], colorGradientNoColor: [{
|
|
9856
9784
|
type: Input
|
|
9857
|
-
}],
|
|
9785
|
+
}], flatColorPickerNoColor: [{
|
|
9786
|
+
type: Input
|
|
9787
|
+
}], colorPickerNoColor: [{
|
|
9788
|
+
type: Input
|
|
9789
|
+
}], colorGradientHandle: [{
|
|
9790
|
+
type: Input
|
|
9791
|
+
}], clearButton: [{
|
|
9792
|
+
type: Input
|
|
9793
|
+
}], hueSliderHandle: [{
|
|
9794
|
+
type: Input
|
|
9795
|
+
}], opacitySliderHandle: [{
|
|
9796
|
+
type: Input
|
|
9797
|
+
}], hexInputPlaceholder: [{
|
|
9798
|
+
type: Input
|
|
9799
|
+
}], redInputPlaceholder: [{
|
|
9800
|
+
type: Input
|
|
9801
|
+
}], greenInputPlaceholder: [{
|
|
9802
|
+
type: Input
|
|
9803
|
+
}], blueInputPlaceholder: [{
|
|
9804
|
+
type: Input
|
|
9805
|
+
}], alphaInputPlaceholder: [{
|
|
9806
|
+
type: Input
|
|
9807
|
+
}], redChannelLabel: [{
|
|
9808
|
+
type: Input
|
|
9809
|
+
}], greenChannelLabel: [{
|
|
9810
|
+
type: Input
|
|
9811
|
+
}], blueChannelLabel: [{
|
|
9812
|
+
type: Input
|
|
9813
|
+
}], alphaChannelLabel: [{
|
|
9814
|
+
type: Input
|
|
9815
|
+
}], passContrast: [{
|
|
9816
|
+
type: Input
|
|
9817
|
+
}], failContrast: [{
|
|
9818
|
+
type: Input
|
|
9819
|
+
}], contrastRatio: [{
|
|
9820
|
+
type: Input
|
|
9821
|
+
}], previewColor: [{
|
|
9822
|
+
type: Input
|
|
9823
|
+
}], revertSelection: [{
|
|
9824
|
+
type: Input
|
|
9825
|
+
}], gradientView: [{
|
|
9826
|
+
type: Input
|
|
9827
|
+
}], paletteView: [{
|
|
9828
|
+
type: Input
|
|
9829
|
+
}], formatButton: [{
|
|
9830
|
+
type: Input
|
|
9831
|
+
}], applyButton: [{
|
|
9832
|
+
type: Input
|
|
9833
|
+
}], cancelButton: [{
|
|
9858
9834
|
type: Input
|
|
9859
9835
|
}] } });
|
|
9860
9836
|
|
|
9837
|
+
/**
|
|
9838
|
+
* @hidden
|
|
9839
|
+
*/
|
|
9840
|
+
class LocalizedColorPickerMessagesDirective extends ColorPickerMessages {
|
|
9841
|
+
constructor(service) {
|
|
9842
|
+
super();
|
|
9843
|
+
this.service = service;
|
|
9844
|
+
}
|
|
9845
|
+
}
|
|
9846
|
+
LocalizedColorPickerMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedColorPickerMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9847
|
+
LocalizedColorPickerMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]", providers: [
|
|
9848
|
+
{
|
|
9849
|
+
provide: ColorPickerMessages,
|
|
9850
|
+
useExisting: forwardRef(() => LocalizedColorPickerMessagesDirective)
|
|
9851
|
+
}
|
|
9852
|
+
], usesInheritance: true, ngImport: i0 });
|
|
9853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedColorPickerMessagesDirective, decorators: [{
|
|
9854
|
+
type: Directive,
|
|
9855
|
+
args: [{
|
|
9856
|
+
providers: [
|
|
9857
|
+
{
|
|
9858
|
+
provide: ColorPickerMessages,
|
|
9859
|
+
useExisting: forwardRef(() => LocalizedColorPickerMessagesDirective)
|
|
9860
|
+
}
|
|
9861
|
+
],
|
|
9862
|
+
selector: '[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]'
|
|
9863
|
+
}]
|
|
9864
|
+
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
9865
|
+
|
|
9861
9866
|
/**
|
|
9862
9867
|
* @hidden
|
|
9863
9868
|
*/
|
|
@@ -9878,8 +9883,8 @@ class ContrastValidationComponent {
|
|
|
9878
9883
|
return `${this.type}: ${ratio.toFixed(1)}`;
|
|
9879
9884
|
}
|
|
9880
9885
|
}
|
|
9881
|
-
ContrastValidationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9882
|
-
ContrastValidationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
9886
|
+
ContrastValidationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ContrastValidationComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9887
|
+
ContrastValidationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ContrastValidationComponent, selector: "[kendoContrastValidation]", inputs: { type: "type", pass: "pass", value: "value" }, ngImport: i0, template: `
|
|
9883
9888
|
<span>{{contrastText}}</span>
|
|
9884
9889
|
<ng-container *ngIf="value">
|
|
9885
9890
|
<span class="k-contrast-validation k-text-success" *ngIf="pass">
|
|
@@ -9891,8 +9896,8 @@ ContrastValidationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
9891
9896
|
<kendo-icon-wrapper name="x" [svgIcon]="xCircleIcon"></kendo-icon-wrapper>
|
|
9892
9897
|
</span>
|
|
9893
9898
|
</ng-container>
|
|
9894
|
-
`, isInline: true,
|
|
9895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9899
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
9900
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ContrastValidationComponent, decorators: [{
|
|
9896
9901
|
type: Component,
|
|
9897
9902
|
args: [{
|
|
9898
9903
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -9945,8 +9950,8 @@ class ContrastComponent {
|
|
|
9945
9950
|
return contrast;
|
|
9946
9951
|
}
|
|
9947
9952
|
}
|
|
9948
|
-
ContrastComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9949
|
-
ContrastComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
9953
|
+
ContrastComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ContrastComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9954
|
+
ContrastComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ContrastComponent, selector: "[kendoContrastTool]", inputs: { value: "value", ratio: "ratio" }, ngImport: i0, template: `
|
|
9950
9955
|
<div class="k-contrast-ratio">
|
|
9951
9956
|
<span class="k-contrast-ratio-text">{{contrastRatioText}}</span>
|
|
9952
9957
|
<ng-container *ngIf="value">
|
|
@@ -9969,8 +9974,8 @@ ContrastComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
9969
9974
|
[value]="value"
|
|
9970
9975
|
[pass]="satisfiesAAACondition">
|
|
9971
9976
|
</div>
|
|
9972
|
-
`, isInline: true,
|
|
9973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9977
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: ContrastValidationComponent, selector: "[kendoContrastValidation]", inputs: ["type", "pass", "value"] }] });
|
|
9978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ContrastComponent, decorators: [{
|
|
9974
9979
|
type: Component,
|
|
9975
9980
|
args: [{
|
|
9976
9981
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -10009,101 +10014,89 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
10009
10014
|
/**
|
|
10010
10015
|
* @hidden
|
|
10011
10016
|
*/
|
|
10012
|
-
class
|
|
10017
|
+
class ColorContrastSvgComponent {
|
|
10018
|
+
constructor() {
|
|
10019
|
+
this.hostClass = true;
|
|
10020
|
+
}
|
|
10021
|
+
ngAfterViewInit() {
|
|
10022
|
+
if (!isDocumentAvailable()) {
|
|
10023
|
+
return;
|
|
10024
|
+
}
|
|
10025
|
+
this.metrics = this.wrapper.getBoundingClientRect();
|
|
10026
|
+
this.oldA = this.hsva.value.a;
|
|
10027
|
+
this.oldH = this.hsva.value.h;
|
|
10028
|
+
this.hsva.subscribe((value) => {
|
|
10029
|
+
if (value.h !== this.oldH || value.a !== this.oldA) {
|
|
10030
|
+
this.oldH = value.h;
|
|
10031
|
+
this.oldA = value.a;
|
|
10032
|
+
this.setPaths();
|
|
10033
|
+
}
|
|
10034
|
+
});
|
|
10035
|
+
}
|
|
10036
|
+
ngOnChanges(changes) {
|
|
10037
|
+
if (isPresent(changes['backgroundColor']) && this.metrics) {
|
|
10038
|
+
this.setPaths();
|
|
10039
|
+
}
|
|
10040
|
+
}
|
|
10041
|
+
setPaths() {
|
|
10042
|
+
const bezierCommandCalc = bezierCommand(controlPoint(line));
|
|
10043
|
+
this.paths = [svgPath(this.getPaths(AA_RATIO, STEP_COUNT), bezierCommandCalc),
|
|
10044
|
+
svgPath(this.getPaths(AA_RATIO, STEP_COUNT, true), bezierCommandCalc),
|
|
10045
|
+
svgPath(this.getPaths(AAA_RATIO, STEP_COUNT), bezierCommandCalc),
|
|
10046
|
+
svgPath(this.getPaths(AAA_RATIO, STEP_COUNT, true), bezierCommandCalc)];
|
|
10047
|
+
}
|
|
10048
|
+
findValue(contrast, saturation, low, high, comparer) {
|
|
10049
|
+
const mid = (low + high) / 2;
|
|
10050
|
+
const hsva = Object.assign({}, this.hsva.value, { s: saturation / this.metrics.width, v: 1 - mid / this.metrics.height });
|
|
10051
|
+
const currentContrast = getContrastFromTwoRGBAs(getRGBA(getColorFromHSV(hsva)), getRGBA(this.backgroundColor || ''));
|
|
10052
|
+
if (low + 0.5 > high) {
|
|
10053
|
+
if (currentContrast < contrast + 1 && currentContrast > contrast - 1) {
|
|
10054
|
+
return mid;
|
|
10055
|
+
}
|
|
10056
|
+
else {
|
|
10057
|
+
return null;
|
|
10058
|
+
}
|
|
10059
|
+
}
|
|
10060
|
+
if (comparer(currentContrast, contrast)) {
|
|
10061
|
+
return this.findValue(contrast, saturation, low, high - (high - low) / 2, comparer);
|
|
10062
|
+
}
|
|
10063
|
+
return this.findValue(contrast, saturation, low + (high - low) / 2, high, comparer);
|
|
10064
|
+
}
|
|
10065
|
+
getPaths(contrast, stepCount, reversed = false) {
|
|
10066
|
+
const points = [];
|
|
10067
|
+
for (let i = 0; i <= this.metrics.width; i += this.metrics.width / stepCount) {
|
|
10068
|
+
const value = this.findValue(contrast, i, 0, this.metrics.height, reversed ? ((a, b) => a < b) : ((a, b) => a > b));
|
|
10069
|
+
if (value !== null) {
|
|
10070
|
+
points.push([i, value]);
|
|
10071
|
+
}
|
|
10072
|
+
}
|
|
10073
|
+
return points;
|
|
10074
|
+
}
|
|
10013
10075
|
}
|
|
10014
|
-
|
|
10015
|
-
|
|
10016
|
-
|
|
10017
|
-
|
|
10076
|
+
ColorContrastSvgComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorContrastSvgComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10077
|
+
ColorContrastSvgComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColorContrastSvgComponent, selector: "[kendoColorContrastSvg]", inputs: { wrapper: "wrapper", hsva: "hsva", backgroundColor: "backgroundColor" }, host: { properties: { "class.k-color-contrast-svg": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
10078
|
+
<svg:path *ngFor="let path of paths" [attr.d]="path" fill="none" stroke="white" stroke-width="1"></svg:path>
|
|
10079
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
10080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorContrastSvgComponent, decorators: [{
|
|
10081
|
+
type: Component,
|
|
10018
10082
|
args: [{
|
|
10019
|
-
// eslint-disable-next-line @angular-eslint/
|
|
10020
|
-
selector: '
|
|
10083
|
+
// eslint-disable-next-line @angular-eslint/component-selector
|
|
10084
|
+
selector: '[kendoColorContrastSvg]',
|
|
10085
|
+
template: `
|
|
10086
|
+
<svg:path *ngFor="let path of paths" [attr.d]="path" fill="none" stroke="white" stroke-width="1"></svg:path>
|
|
10087
|
+
`
|
|
10021
10088
|
}]
|
|
10022
|
-
}], propDecorators: {
|
|
10023
|
-
type:
|
|
10024
|
-
|
|
10025
|
-
|
|
10026
|
-
}], flatColorPickerNoColor: [{
|
|
10027
|
-
type: Input
|
|
10028
|
-
}], colorPickerNoColor: [{
|
|
10029
|
-
type: Input
|
|
10030
|
-
}], colorGradientHandle: [{
|
|
10031
|
-
type: Input
|
|
10032
|
-
}], clearButton: [{
|
|
10033
|
-
type: Input
|
|
10034
|
-
}], hueSliderHandle: [{
|
|
10035
|
-
type: Input
|
|
10036
|
-
}], opacitySliderHandle: [{
|
|
10037
|
-
type: Input
|
|
10038
|
-
}], hexInputPlaceholder: [{
|
|
10039
|
-
type: Input
|
|
10040
|
-
}], redInputPlaceholder: [{
|
|
10041
|
-
type: Input
|
|
10042
|
-
}], greenInputPlaceholder: [{
|
|
10043
|
-
type: Input
|
|
10044
|
-
}], blueInputPlaceholder: [{
|
|
10045
|
-
type: Input
|
|
10046
|
-
}], alphaInputPlaceholder: [{
|
|
10047
|
-
type: Input
|
|
10048
|
-
}], redChannelLabel: [{
|
|
10049
|
-
type: Input
|
|
10050
|
-
}], greenChannelLabel: [{
|
|
10051
|
-
type: Input
|
|
10052
|
-
}], blueChannelLabel: [{
|
|
10053
|
-
type: Input
|
|
10054
|
-
}], alphaChannelLabel: [{
|
|
10055
|
-
type: Input
|
|
10056
|
-
}], passContrast: [{
|
|
10057
|
-
type: Input
|
|
10058
|
-
}], failContrast: [{
|
|
10059
|
-
type: Input
|
|
10060
|
-
}], contrastRatio: [{
|
|
10061
|
-
type: Input
|
|
10062
|
-
}], previewColor: [{
|
|
10063
|
-
type: Input
|
|
10064
|
-
}], revertSelection: [{
|
|
10065
|
-
type: Input
|
|
10066
|
-
}], gradientView: [{
|
|
10067
|
-
type: Input
|
|
10068
|
-
}], paletteView: [{
|
|
10069
|
-
type: Input
|
|
10070
|
-
}], formatButton: [{
|
|
10089
|
+
}], propDecorators: { hostClass: [{
|
|
10090
|
+
type: HostBinding,
|
|
10091
|
+
args: ['class.k-color-contrast-svg']
|
|
10092
|
+
}], wrapper: [{
|
|
10071
10093
|
type: Input
|
|
10072
|
-
}],
|
|
10094
|
+
}], hsva: [{
|
|
10073
10095
|
type: Input
|
|
10074
|
-
}],
|
|
10096
|
+
}], backgroundColor: [{
|
|
10075
10097
|
type: Input
|
|
10076
10098
|
}] } });
|
|
10077
10099
|
|
|
10078
|
-
/**
|
|
10079
|
-
* @hidden
|
|
10080
|
-
*/
|
|
10081
|
-
class LocalizedColorPickerMessagesDirective extends ColorPickerMessages {
|
|
10082
|
-
constructor(service) {
|
|
10083
|
-
super();
|
|
10084
|
-
this.service = service;
|
|
10085
|
-
}
|
|
10086
|
-
}
|
|
10087
|
-
LocalizedColorPickerMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedColorPickerMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
10088
|
-
LocalizedColorPickerMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]", providers: [
|
|
10089
|
-
{
|
|
10090
|
-
provide: ColorPickerMessages,
|
|
10091
|
-
useExisting: forwardRef(() => LocalizedColorPickerMessagesDirective)
|
|
10092
|
-
}
|
|
10093
|
-
], usesInheritance: true, ngImport: i0 });
|
|
10094
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedColorPickerMessagesDirective, decorators: [{
|
|
10095
|
-
type: Directive,
|
|
10096
|
-
args: [{
|
|
10097
|
-
providers: [
|
|
10098
|
-
{
|
|
10099
|
-
provide: ColorPickerMessages,
|
|
10100
|
-
useExisting: forwardRef(() => LocalizedColorPickerMessagesDirective)
|
|
10101
|
-
}
|
|
10102
|
-
],
|
|
10103
|
-
selector: '[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]'
|
|
10104
|
-
}]
|
|
10105
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
10106
|
-
|
|
10107
10100
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
10108
10101
|
let serial$3 = 0;
|
|
10109
10102
|
/**
|
|
@@ -10653,8 +10646,8 @@ class ColorGradientComponent {
|
|
|
10653
10646
|
}
|
|
10654
10647
|
}
|
|
10655
10648
|
}
|
|
10656
|
-
ColorGradientComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
10657
|
-
ColorGradientComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
10649
|
+
ColorGradientComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
10650
|
+
ColorGradientComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColorGradientComponent, selector: "kendo-colorgradient", inputs: { id: "id", opacity: "opacity", disabled: "disabled", readonly: "readonly", clearButton: "clearButton", delay: "delay", value: "value", contrastTool: "contrastTool", tabindex: "tabindex", format: "format", gradientSliderStep: "gradientSliderStep", gradientSliderSmallStep: "gradientSliderSmallStep" }, 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: [
|
|
10658
10651
|
{
|
|
10659
10652
|
multi: true,
|
|
10660
10653
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -10822,8 +10815,8 @@ ColorGradientComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
10822
10815
|
[value]="value"
|
|
10823
10816
|
[ratio]="contrastTool">
|
|
10824
10817
|
</div>
|
|
10825
|
-
`, isInline: true,
|
|
10826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
10818
|
+
`, isInline: true, dependencies: [{ kind: "component", type: SliderComponent, selector: "kendo-slider", inputs: ["focusableId", "dragHandleTitle", "incrementTitle", "animate", "decrementTitle", "showButtons", "value", "tabIndex"], exportAs: ["kendoSlider"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]" }, { kind: "component", type: ColorInputComponent, selector: "kendo-colorinput", inputs: ["focusableId", "formatView", "tabindex", "value", "opacity", "disabled", "readonly"], outputs: ["valueChange", "tabOut"] }, { kind: "component", type: ContrastComponent, selector: "[kendoContrastTool]", inputs: ["value", "ratio"] }, { kind: "component", type: ColorContrastSvgComponent, selector: "[kendoColorContrastSvg]", inputs: ["wrapper", "hsva", "backgroundColor"] }] });
|
|
10819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorGradientComponent, decorators: [{
|
|
10827
10820
|
type: Component,
|
|
10828
10821
|
args: [{
|
|
10829
10822
|
exportAs: 'kendoColorGradient',
|
|
@@ -11096,9 +11089,9 @@ class ColorPaletteLocalizationService extends LocalizationService {
|
|
|
11096
11089
|
return super.get(shortKey);
|
|
11097
11090
|
}
|
|
11098
11091
|
}
|
|
11099
|
-
ColorPaletteLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11100
|
-
ColorPaletteLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
11101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11092
|
+
ColorPaletteLocalizationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
11093
|
+
ColorPaletteLocalizationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPaletteLocalizationService });
|
|
11094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPaletteLocalizationService, decorators: [{
|
|
11102
11095
|
type: Injectable
|
|
11103
11096
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
11104
11097
|
type: Inject,
|
|
@@ -11172,9 +11165,9 @@ class ColorPaletteService {
|
|
|
11172
11165
|
return index;
|
|
11173
11166
|
}
|
|
11174
11167
|
}
|
|
11175
|
-
ColorPaletteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11176
|
-
ColorPaletteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
11177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11168
|
+
ColorPaletteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPaletteService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11169
|
+
ColorPaletteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPaletteService });
|
|
11170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPaletteService, decorators: [{
|
|
11178
11171
|
type: Injectable
|
|
11179
11172
|
}] });
|
|
11180
11173
|
|
|
@@ -11270,7 +11263,6 @@ class ColorPaletteComponent {
|
|
|
11270
11263
|
get activeDescendant() {
|
|
11271
11264
|
return this.activeCellId;
|
|
11272
11265
|
}
|
|
11273
|
-
;
|
|
11274
11266
|
/**
|
|
11275
11267
|
* @hidden
|
|
11276
11268
|
*/
|
|
@@ -11555,8 +11547,8 @@ class ColorPaletteComponent {
|
|
|
11555
11547
|
this.handleCellSelection(selectedColor, this.focusedCell);
|
|
11556
11548
|
}
|
|
11557
11549
|
}
|
|
11558
|
-
ColorPaletteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11559
|
-
ColorPaletteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11550
|
+
ColorPaletteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
11551
|
+
ColorPaletteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColorPaletteComponent, selector: "kendo-colorpalette", inputs: { id: "id", format: "format", value: "value", columns: "columns", palette: "palette", 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.disabledClass", "class.k-disabled": "this.disabledClass", "attr.aria-readonly": "this.readonlyAttribute" } }, providers: [
|
|
11560
11552
|
{
|
|
11561
11553
|
multi: true,
|
|
11562
11554
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -11603,8 +11595,8 @@ ColorPaletteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
11603
11595
|
</tr>
|
|
11604
11596
|
</tbody>
|
|
11605
11597
|
</table>
|
|
11606
|
-
`, isInline: true,
|
|
11607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11598
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]" }] });
|
|
11599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPaletteComponent, decorators: [{
|
|
11608
11600
|
type: Component,
|
|
11609
11601
|
args: [{
|
|
11610
11602
|
exportAs: 'kendoColorPalette',
|
|
@@ -11767,8 +11759,8 @@ class FlatColorPickerHeaderComponent {
|
|
|
11767
11759
|
}
|
|
11768
11760
|
}
|
|
11769
11761
|
}
|
|
11770
|
-
FlatColorPickerHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11771
|
-
FlatColorPickerHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11762
|
+
FlatColorPickerHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerHeaderComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
11763
|
+
FlatColorPickerHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FlatColorPickerHeaderComponent, selector: "[kendoFlatColorPickerHeader]", inputs: { clearButton: "clearButton", activeView: "activeView", views: "views", preview: "preview", innerTabIndex: "innerTabIndex", value: "value", selection: "selection" }, 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: `
|
|
11772
11764
|
<div class="k-coloreditor-header-actions k-hstack">
|
|
11773
11765
|
<div
|
|
11774
11766
|
*ngIf="viewButtons"
|
|
@@ -11823,8 +11815,8 @@ FlatColorPickerHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
|
11823
11815
|
</span>
|
|
11824
11816
|
</div>
|
|
11825
11817
|
</div>
|
|
11826
|
-
`, isInline: true,
|
|
11827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11818
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
11819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerHeaderComponent, decorators: [{
|
|
11828
11820
|
type: Component,
|
|
11829
11821
|
args: [{
|
|
11830
11822
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -11944,8 +11936,8 @@ class FlatColorPickerActionButtonsComponent {
|
|
|
11944
11936
|
this.actionButtonClick.emit(args);
|
|
11945
11937
|
}
|
|
11946
11938
|
}
|
|
11947
|
-
FlatColorPickerActionButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
11948
|
-
FlatColorPickerActionButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
11939
|
+
FlatColorPickerActionButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerActionButtonsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
11940
|
+
FlatColorPickerActionButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FlatColorPickerActionButtonsComponent, selector: "[kendoFlatColorPickerActionButtons]", inputs: { innerTabIndex: "innerTabIndex" }, 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: `
|
|
11949
11941
|
<button #first
|
|
11950
11942
|
class="k-coloreditor-cancel k-button k-button-md k-button-solid k-button-solid-base"
|
|
11951
11943
|
[attr.title]="getText('cancelButton')"
|
|
@@ -11962,7 +11954,7 @@ FlatColorPickerActionButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVer
|
|
|
11962
11954
|
(keydown.tab)="$event.preventDefault(); tabOut.emit();"
|
|
11963
11955
|
>{{getText('applyButton')}}</button>
|
|
11964
11956
|
`, isInline: true });
|
|
11965
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
11957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerActionButtonsComponent, decorators: [{
|
|
11966
11958
|
type: Component,
|
|
11967
11959
|
args: [{
|
|
11968
11960
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -12009,6 +12001,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
12009
12001
|
}] } });
|
|
12010
12002
|
|
|
12011
12003
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
12004
|
+
/* eslint-disable no-unused-expressions */
|
|
12012
12005
|
/**
|
|
12013
12006
|
* Represents the [Kendo UI FlatColorPicker component for Angular]({% slug overview_flatcolorpicker %}).
|
|
12014
12007
|
*
|
|
@@ -12469,8 +12462,8 @@ class FlatColorPickerComponent {
|
|
|
12469
12462
|
this.gradientElement && this.renderer.removeAttribute(this.gradientElement.nativeElement, 'aria-label');
|
|
12470
12463
|
}
|
|
12471
12464
|
}
|
|
12472
|
-
FlatColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
12473
|
-
FlatColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
12465
|
+
FlatColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
12466
|
+
FlatColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FlatColorPickerComponent, 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", paletteSettings: "paletteSettings" }, 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.isDisabled", "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: [
|
|
12474
12467
|
{
|
|
12475
12468
|
multi: true,
|
|
12476
12469
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -12587,8 +12580,8 @@ FlatColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
12587
12580
|
[ngClass]="'k-justify-content-' + actionsLayout"
|
|
12588
12581
|
(actionButtonClick)="onAction($event)"
|
|
12589
12582
|
(tabOut)="firstFocusable.focus()"></div>
|
|
12590
|
-
`, isInline: true,
|
|
12591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
12583
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ColorPaletteComponent, selector: "kendo-colorpalette", inputs: ["id", "format", "value", "columns", "palette", "tabindex", "disabled", "readonly", "tileSize"], outputs: ["selectionChange", "valueChange", "cellSelection"], exportAs: ["kendoColorPalette"] }, { kind: "component", type: ColorGradientComponent, selector: "kendo-colorgradient", inputs: ["id", "opacity", "disabled", "readonly", "clearButton", "delay", "value", "contrastTool", "tabindex", "format", "gradientSliderStep", "gradientSliderSmallStep"], outputs: ["valueChange"], exportAs: ["kendoColorGradient"] }, { kind: "directive", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]" }, { kind: "component", type: FlatColorPickerHeaderComponent, selector: "[kendoFlatColorPickerHeader]", inputs: ["clearButton", "activeView", "views", "preview", "innerTabIndex", "value", "selection"], outputs: ["viewChange", "valuePaneClick", "clearButtonClick", "tabOut"] }, { kind: "component", type: FlatColorPickerActionButtonsComponent, selector: "[kendoFlatColorPickerActionButtons]", inputs: ["innerTabIndex"], outputs: ["actionButtonClick", "tabOut"] }] });
|
|
12584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FlatColorPickerComponent, decorators: [{
|
|
12592
12585
|
type: Component,
|
|
12593
12586
|
args: [{
|
|
12594
12587
|
exportAs: 'kendoFlatColorPicker',
|
|
@@ -13510,8 +13503,8 @@ class ColorPickerComponent {
|
|
|
13510
13503
|
}
|
|
13511
13504
|
}
|
|
13512
13505
|
}
|
|
13513
|
-
ColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13514
|
-
ColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
13506
|
+
ColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 }], target: i0.ɵɵFactoryTarget.Component });
|
|
13507
|
+
ColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColorPickerComponent, selector: "kendo-colorpicker", inputs: { views: "views", view: "view", activeView: "activeView", readonly: "readonly", disabled: "disabled", format: "format", value: "value", popupSettings: "popupSettings", paletteSettings: "paletteSettings", gradientSettings: "gradientSettings", icon: "icon", iconClass: "iconClass", svgIcon: "svgIcon", 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.disabledClass", "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: [{
|
|
13515
13508
|
multi: true,
|
|
13516
13509
|
provide: NG_VALUE_ACCESSOR,
|
|
13517
13510
|
useExisting: forwardRef(() => ColorPickerComponent)
|
|
@@ -13628,8 +13621,8 @@ ColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
13628
13621
|
</kendo-flatcolorpicker>
|
|
13629
13622
|
</ng-template>
|
|
13630
13623
|
<ng-container #container></ng-container>
|
|
13631
|
-
`, isInline: true,
|
|
13632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13624
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: FlatColorPickerComponent, selector: "kendo-flatcolorpicker", inputs: ["readonly", "disabled", "format", "value", "tabindex", "clearButton", "preview", "actionsLayout", "activeView", "views", "gradientSettings", "paletteSettings"], outputs: ["valueChange", "cancel", "activeViewChange", "clearButtonClick", "actionButtonClick"], exportAs: ["kendoFlatColorPicker"] }, { kind: "directive", type: LocalizedColorPickerMessagesDirective, selector: "[kendoColorPickerLocalizedMessages], [kendoFlatColorPickerLocalizedMessages], [kendoColorGradientLocalizedMessages], [kendoColorPaletteLocalizedMessages]" }] });
|
|
13625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerComponent, decorators: [{
|
|
13633
13626
|
type: Component,
|
|
13634
13627
|
args: [{
|
|
13635
13628
|
exportAs: 'kendoColorPicker',
|
|
@@ -13881,14 +13874,14 @@ class ColorPickerCustomMessagesComponent extends ColorPickerMessages {
|
|
|
13881
13874
|
return true;
|
|
13882
13875
|
}
|
|
13883
13876
|
}
|
|
13884
|
-
ColorPickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13885
|
-
ColorPickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
13877
|
+
ColorPickerCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
13878
|
+
ColorPickerCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ColorPickerCustomMessagesComponent, selector: "kendo-colorpicker-messages, kendo-flatcolorpicker-messages, kendo-colorgradient-messages, kendo-colorpalette-messages", providers: [
|
|
13886
13879
|
{
|
|
13887
13880
|
provide: ColorPickerMessages,
|
|
13888
13881
|
useExisting: forwardRef(() => ColorPickerCustomMessagesComponent)
|
|
13889
13882
|
}
|
|
13890
13883
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
13891
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerCustomMessagesComponent, decorators: [{
|
|
13892
13885
|
type: Component,
|
|
13893
13886
|
args: [{
|
|
13894
13887
|
providers: [
|
|
@@ -13917,9 +13910,9 @@ class FocusOnDomReadyDirective {
|
|
|
13917
13910
|
this.ngZone.runOutsideAngular(() => setTimeout(() => this.host.nativeElement.focus()));
|
|
13918
13911
|
}
|
|
13919
13912
|
}
|
|
13920
|
-
FocusOnDomReadyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13921
|
-
FocusOnDomReadyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
13922
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
13913
|
+
FocusOnDomReadyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusOnDomReadyDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13914
|
+
FocusOnDomReadyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FocusOnDomReadyDirective, selector: "[kendoFocusOnDomReady]", ngImport: i0 });
|
|
13915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusOnDomReadyDirective, decorators: [{
|
|
13923
13916
|
type: Directive,
|
|
13924
13917
|
args: [{
|
|
13925
13918
|
selector: '[kendoFocusOnDomReady]'
|
|
@@ -13950,8 +13943,8 @@ const INTERNAL_DIRECTIVES = [
|
|
|
13950
13943
|
*/
|
|
13951
13944
|
class ColorPickerModule {
|
|
13952
13945
|
}
|
|
13953
|
-
ColorPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13954
|
-
ColorPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
13946
|
+
ColorPickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13947
|
+
ColorPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerModule, declarations: [ColorPickerComponent,
|
|
13955
13948
|
ColorPaletteComponent,
|
|
13956
13949
|
ColorGradientComponent,
|
|
13957
13950
|
FlatColorPickerComponent,
|
|
@@ -13975,16 +13968,14 @@ ColorPickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
|
|
|
13975
13968
|
FlatColorPickerComponent,
|
|
13976
13969
|
LocalizedColorPickerMessagesDirective,
|
|
13977
13970
|
ColorPickerCustomMessagesComponent] });
|
|
13978
|
-
ColorPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
13979
|
-
|
|
13980
|
-
|
|
13981
|
-
|
|
13982
|
-
|
|
13983
|
-
|
|
13984
|
-
|
|
13985
|
-
|
|
13986
|
-
]] });
|
|
13987
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColorPickerModule, decorators: [{
|
|
13971
|
+
ColorPickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerModule, imports: [SliderModule,
|
|
13972
|
+
NumericTextBoxModule,
|
|
13973
|
+
CommonModule,
|
|
13974
|
+
PopupModule,
|
|
13975
|
+
DraggableModule,
|
|
13976
|
+
ButtonModule,
|
|
13977
|
+
IconsModule] });
|
|
13978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ColorPickerModule, decorators: [{
|
|
13988
13979
|
type: NgModule,
|
|
13989
13980
|
args: [{
|
|
13990
13981
|
declarations: [
|
|
@@ -14076,9 +14067,9 @@ class CheckBoxDirective {
|
|
|
14076
14067
|
}
|
|
14077
14068
|
}
|
|
14078
14069
|
}
|
|
14079
|
-
CheckBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14080
|
-
CheckBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
14081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14070
|
+
CheckBoxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CheckBoxDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14071
|
+
CheckBoxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CheckBoxDirective, selector: "input[kendoCheckBox]", inputs: { size: "size", rounded: "rounded" }, host: { properties: { "class.k-checkbox": "this.kendoClass" } }, ngImport: i0 });
|
|
14072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CheckBoxDirective, decorators: [{
|
|
14082
14073
|
type: Directive,
|
|
14083
14074
|
args: [{
|
|
14084
14075
|
selector: 'input[kendoCheckBox]'
|
|
@@ -14323,9 +14314,9 @@ class RadioCheckBoxBase {
|
|
|
14323
14314
|
setHTMLAttributes(this.parsedAttributes, this.renderer, this.input.nativeElement);
|
|
14324
14315
|
}
|
|
14325
14316
|
}
|
|
14326
|
-
RadioCheckBoxBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14327
|
-
RadioCheckBoxBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
14328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14317
|
+
RadioCheckBoxBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
14318
|
+
RadioCheckBoxBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadioCheckBoxBase, 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 });
|
|
14319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadioCheckBoxBase, decorators: [{
|
|
14329
14320
|
type: Component,
|
|
14330
14321
|
args: [{
|
|
14331
14322
|
template: ''
|
|
@@ -14469,8 +14460,8 @@ class CheckBoxComponent extends RadioCheckBoxBase {
|
|
|
14469
14460
|
this.checkedState = value;
|
|
14470
14461
|
}
|
|
14471
14462
|
}
|
|
14472
|
-
CheckBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14473
|
-
CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
14463
|
+
CheckBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CheckBoxComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
14464
|
+
CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: { checkedState: "checkedState", rounded: "rounded" }, outputs: { checkedStateChange: "checkedStateChange" }, host: { properties: { "class.k-checkbox-wrap": "this.hostClass" } }, providers: [
|
|
14474
14465
|
LocalizationService,
|
|
14475
14466
|
{ provide: L10N_PREFIX, useValue: 'kendo.checkbox' },
|
|
14476
14467
|
{
|
|
@@ -14507,8 +14498,8 @@ CheckBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
14507
14498
|
}"
|
|
14508
14499
|
/>
|
|
14509
14500
|
</ng-container>
|
|
14510
|
-
`, isInline: true,
|
|
14511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14501
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }] });
|
|
14502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CheckBoxComponent, decorators: [{
|
|
14512
14503
|
type: Component,
|
|
14513
14504
|
args: [{
|
|
14514
14505
|
exportAs: 'kendoCheckBox',
|
|
@@ -14597,10 +14588,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14597
14588
|
*/
|
|
14598
14589
|
class CheckBoxModule {
|
|
14599
14590
|
}
|
|
14600
|
-
CheckBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14601
|
-
CheckBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
14602
|
-
CheckBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14591
|
+
CheckBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CheckBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14592
|
+
CheckBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: CheckBoxModule, declarations: [CheckBoxDirective, CheckBoxComponent], imports: [CommonModule, EventsModule, SharedEventsModule], exports: [CheckBoxDirective, CheckBoxComponent] });
|
|
14593
|
+
CheckBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CheckBoxModule, imports: [CommonModule, EventsModule, SharedEventsModule] });
|
|
14594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CheckBoxModule, decorators: [{
|
|
14604
14595
|
type: NgModule,
|
|
14605
14596
|
args: [{
|
|
14606
14597
|
declarations: [CheckBoxDirective, CheckBoxComponent],
|
|
@@ -14663,9 +14654,9 @@ class RadioButtonDirective {
|
|
|
14663
14654
|
}
|
|
14664
14655
|
}
|
|
14665
14656
|
}
|
|
14666
|
-
RadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14667
|
-
RadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
14668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14657
|
+
RadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadioButtonDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14658
|
+
RadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: { size: "size" }, host: { properties: { "class.k-radio": "this.kendoClass" } }, ngImport: i0 });
|
|
14659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadioButtonDirective, decorators: [{
|
|
14669
14660
|
type: Directive,
|
|
14670
14661
|
args: [{
|
|
14671
14662
|
selector: 'input[kendoRadioButton]'
|
|
@@ -14758,8 +14749,8 @@ class RadioButtonComponent extends RadioCheckBoxBase {
|
|
|
14758
14749
|
this.checked = value === this.value;
|
|
14759
14750
|
}
|
|
14760
14751
|
}
|
|
14761
|
-
RadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14762
|
-
RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
14752
|
+
RadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
14753
|
+
RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RadioButtonComponent, selector: "kendo-radiobutton", inputs: { checked: "checked" }, outputs: { checkedChange: "checkedChange" }, host: { properties: { "class.k-radio-wrap": "this.hostClass", "attr.dir": "this.direction" } }, providers: [
|
|
14763
14754
|
LocalizationService,
|
|
14764
14755
|
{ provide: L10N_PREFIX, useValue: 'kendo.radiobutton' },
|
|
14765
14756
|
{
|
|
@@ -14796,8 +14787,8 @@ RadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
14796
14787
|
}"
|
|
14797
14788
|
/>
|
|
14798
14789
|
</ng-container>
|
|
14799
|
-
`, isInline: true,
|
|
14800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14790
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: SharedInputEventsDirective, selector: "[kendoInputSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }] });
|
|
14791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadioButtonComponent, decorators: [{
|
|
14801
14792
|
type: Component,
|
|
14802
14793
|
args: [{
|
|
14803
14794
|
exportAs: 'kendoRadioButton',
|
|
@@ -14887,10 +14878,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
14887
14878
|
*/
|
|
14888
14879
|
class RadioButtonModule {
|
|
14889
14880
|
}
|
|
14890
|
-
RadioButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14891
|
-
RadioButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
14892
|
-
RadioButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
14893
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14881
|
+
RadioButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14882
|
+
RadioButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: RadioButtonModule, declarations: [RadioButtonDirective, RadioButtonComponent], imports: [CommonModule, EventsModule, SharedEventsModule], exports: [RadioButtonDirective, RadioButtonComponent] });
|
|
14883
|
+
RadioButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadioButtonModule, imports: [CommonModule, EventsModule, SharedEventsModule] });
|
|
14884
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RadioButtonModule, decorators: [{
|
|
14894
14885
|
type: NgModule,
|
|
14895
14886
|
args: [{
|
|
14896
14887
|
declarations: [RadioButtonDirective, RadioButtonComponent],
|
|
@@ -14931,11 +14922,11 @@ class ErrorComponent {
|
|
|
14931
14922
|
return this.id;
|
|
14932
14923
|
}
|
|
14933
14924
|
}
|
|
14934
|
-
ErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14935
|
-
ErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
14925
|
+
ErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14926
|
+
ErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ErrorComponent, 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: `
|
|
14936
14927
|
<ng-content></ng-content>
|
|
14937
14928
|
`, isInline: true });
|
|
14938
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ErrorComponent, decorators: [{
|
|
14939
14930
|
type: Component,
|
|
14940
14931
|
args: [{
|
|
14941
14932
|
selector: 'kendo-formerror',
|
|
@@ -14992,11 +14983,11 @@ class HintComponent {
|
|
|
14992
14983
|
return this.id;
|
|
14993
14984
|
}
|
|
14994
14985
|
}
|
|
14995
|
-
HintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14996
|
-
HintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
14986
|
+
HintComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HintComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
14987
|
+
HintComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: HintComponent, 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: `
|
|
14997
14988
|
<ng-content></ng-content>
|
|
14998
14989
|
`, isInline: true });
|
|
14999
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: HintComponent, decorators: [{
|
|
15000
14991
|
type: Component,
|
|
15001
14992
|
args: [{
|
|
15002
14993
|
selector: 'kendo-formhint',
|
|
@@ -15219,8 +15210,8 @@ class FormFieldComponent {
|
|
|
15219
15210
|
this.subscriptions.add(this.hintChildren.changes.subscribe(() => this.updateDescription()));
|
|
15220
15211
|
}
|
|
15221
15212
|
}
|
|
15222
|
-
FormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15223
|
-
FormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
15213
|
+
FormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FormFieldComponent, deps: [{ token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
15214
|
+
FormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: FormFieldComponent, selector: "kendo-formfield", inputs: { showHints: "showHints", orientation: "orientation", showErrors: "showErrors" }, 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: [
|
|
15224
15215
|
LocalizationService,
|
|
15225
15216
|
{
|
|
15226
15217
|
provide: L10N_PREFIX,
|
|
@@ -15233,8 +15224,8 @@ FormFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
15233
15224
|
<ng-content select="kendo-formhint" *ngIf="hasHints"></ng-content>
|
|
15234
15225
|
<ng-content select="kendo-formerror" *ngIf="hasErrors"></ng-content>
|
|
15235
15226
|
</div>
|
|
15236
|
-
`, isInline: true,
|
|
15237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15227
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
15228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FormFieldComponent, decorators: [{
|
|
15238
15229
|
type: Component,
|
|
15239
15230
|
args: [{
|
|
15240
15231
|
selector: 'kendo-formfield',
|
|
@@ -15322,10 +15313,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
15322
15313
|
*/
|
|
15323
15314
|
class FormFieldModule {
|
|
15324
15315
|
}
|
|
15325
|
-
FormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15326
|
-
FormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
15327
|
-
FormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
15328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15316
|
+
FormFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15317
|
+
FormFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: FormFieldModule, declarations: [HintComponent, ErrorComponent, FormFieldComponent], imports: [CommonModule], exports: [HintComponent, ErrorComponent, FormFieldComponent] });
|
|
15318
|
+
FormFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FormFieldModule, imports: [CommonModule] });
|
|
15319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FormFieldModule, decorators: [{
|
|
15329
15320
|
type: NgModule,
|
|
15330
15321
|
args: [{
|
|
15331
15322
|
declarations: [HintComponent, ErrorComponent, FormFieldComponent],
|
|
@@ -15339,9 +15330,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
15339
15330
|
*/
|
|
15340
15331
|
class SignatureMessages extends ComponentMessages {
|
|
15341
15332
|
}
|
|
15342
|
-
SignatureMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15343
|
-
SignatureMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
15344
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15333
|
+
SignatureMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SignatureMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
15334
|
+
SignatureMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: SignatureMessages, selector: "kendo-signature-messages-base", inputs: { clear: "clear", minimize: "minimize", maximize: "maximize", canvasLabel: "canvasLabel" }, usesInheritance: true, ngImport: i0 });
|
|
15335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SignatureMessages, decorators: [{
|
|
15345
15336
|
type: Directive,
|
|
15346
15337
|
args: [{
|
|
15347
15338
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -15369,14 +15360,14 @@ class SignatureCustomMessagesComponent extends SignatureMessages {
|
|
|
15369
15360
|
return true;
|
|
15370
15361
|
}
|
|
15371
15362
|
}
|
|
15372
|
-
SignatureCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15373
|
-
SignatureCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
15363
|
+
SignatureCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SignatureCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
15364
|
+
SignatureCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SignatureCustomMessagesComponent, selector: "kendo-signature-messages", providers: [
|
|
15374
15365
|
{
|
|
15375
15366
|
provide: SignatureMessages,
|
|
15376
15367
|
useExisting: forwardRef(() => SignatureCustomMessagesComponent)
|
|
15377
15368
|
}
|
|
15378
15369
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
15379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SignatureCustomMessagesComponent, decorators: [{
|
|
15380
15371
|
type: Component,
|
|
15381
15372
|
args: [{
|
|
15382
15373
|
providers: [
|
|
@@ -15399,14 +15390,14 @@ class LocalizedSignatureMessagesDirective extends SignatureMessages {
|
|
|
15399
15390
|
this.service = service;
|
|
15400
15391
|
}
|
|
15401
15392
|
}
|
|
15402
|
-
LocalizedSignatureMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15403
|
-
LocalizedSignatureMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
15393
|
+
LocalizedSignatureMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedSignatureMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
15394
|
+
LocalizedSignatureMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedSignatureMessagesDirective, selector: "[kendoSignatureLocalizedMessages]", providers: [
|
|
15404
15395
|
{
|
|
15405
15396
|
provide: SignatureMessages,
|
|
15406
15397
|
useExisting: forwardRef(() => LocalizedSignatureMessagesDirective)
|
|
15407
15398
|
}
|
|
15408
15399
|
], usesInheritance: true, ngImport: i0 });
|
|
15409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedSignatureMessagesDirective, decorators: [{
|
|
15410
15401
|
type: Directive,
|
|
15411
15402
|
args: [{
|
|
15412
15403
|
providers: [
|
|
@@ -16022,8 +16013,8 @@ class SignatureComponent {
|
|
|
16022
16013
|
return this.localization.get(key);
|
|
16023
16014
|
}
|
|
16024
16015
|
}
|
|
16025
|
-
SignatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16026
|
-
SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
16016
|
+
SignatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", 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 });
|
|
16017
|
+
SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SignatureComponent, 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: { "class.k-signature": "this.staticHostClasses", "class.k-input": "this.staticHostClasses", "attr.dir": "this.direction", "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabled", "style.width.px": "this.width", "style.height.px": "this.height" } }, providers: [
|
|
16027
16018
|
LocalizationService,
|
|
16028
16019
|
{ provide: L10N_PREFIX, useValue: 'kendo.signature' },
|
|
16029
16020
|
{ multi: true, provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => SignatureComponent) }
|
|
@@ -16126,8 +16117,8 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
|
|
|
16126
16117
|
[parentLocalization]="localization">
|
|
16127
16118
|
</kendo-signature>
|
|
16128
16119
|
</kendo-dialog>
|
|
16129
|
-
`, isInline: true,
|
|
16130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16120
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i5.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { 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]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
16121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SignatureComponent, decorators: [{
|
|
16131
16122
|
type: Component,
|
|
16132
16123
|
args: [{
|
|
16133
16124
|
exportAs: 'kendoSignature',
|
|
@@ -16358,21 +16349,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
16358
16349
|
*/
|
|
16359
16350
|
class SignatureModule {
|
|
16360
16351
|
}
|
|
16361
|
-
SignatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16362
|
-
SignatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
16352
|
+
SignatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SignatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
16353
|
+
SignatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: SignatureModule, declarations: [SignatureComponent,
|
|
16363
16354
|
SignatureCustomMessagesComponent,
|
|
16364
16355
|
LocalizedSignatureMessagesDirective], imports: [ButtonModule,
|
|
16365
16356
|
CommonModule,
|
|
16366
16357
|
DialogsModule,
|
|
16367
16358
|
IconsModule], exports: [SignatureComponent,
|
|
16368
16359
|
SignatureCustomMessagesComponent] });
|
|
16369
|
-
SignatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
16370
|
-
|
|
16371
|
-
|
|
16372
|
-
|
|
16373
|
-
|
|
16374
|
-
]] });
|
|
16375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SignatureModule, decorators: [{
|
|
16360
|
+
SignatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SignatureModule, imports: [ButtonModule,
|
|
16361
|
+
CommonModule,
|
|
16362
|
+
DialogsModule,
|
|
16363
|
+
IconsModule] });
|
|
16364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SignatureModule, decorators: [{
|
|
16376
16365
|
type: NgModule,
|
|
16377
16366
|
args: [{
|
|
16378
16367
|
declarations: [
|
|
@@ -16404,9 +16393,9 @@ class RatingItemTemplateDirective {
|
|
|
16404
16393
|
this.templateRef = templateRef;
|
|
16405
16394
|
}
|
|
16406
16395
|
}
|
|
16407
|
-
RatingItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16408
|
-
RatingItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
16409
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16396
|
+
RatingItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16397
|
+
RatingItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RatingItemTemplateDirective, selector: "[kendoRatingItemTemplate]", ngImport: i0 });
|
|
16398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingItemTemplateDirective, decorators: [{
|
|
16410
16399
|
type: Directive,
|
|
16411
16400
|
args: [{
|
|
16412
16401
|
selector: '[kendoRatingItemTemplate]'
|
|
@@ -16424,9 +16413,9 @@ class RatingHoveredItemTemplateDirective {
|
|
|
16424
16413
|
this.templateRef = templateRef;
|
|
16425
16414
|
}
|
|
16426
16415
|
}
|
|
16427
|
-
RatingHoveredItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16428
|
-
RatingHoveredItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
16429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16416
|
+
RatingHoveredItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingHoveredItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16417
|
+
RatingHoveredItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RatingHoveredItemTemplateDirective, selector: "[kendoRatingHoveredItemTemplate]", ngImport: i0 });
|
|
16418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingHoveredItemTemplateDirective, decorators: [{
|
|
16430
16419
|
type: Directive,
|
|
16431
16420
|
args: [{
|
|
16432
16421
|
selector: '[kendoRatingHoveredItemTemplate]'
|
|
@@ -16444,9 +16433,9 @@ class RatingSelectedItemTemplateDirective {
|
|
|
16444
16433
|
this.templateRef = templateRef;
|
|
16445
16434
|
}
|
|
16446
16435
|
}
|
|
16447
|
-
RatingSelectedItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16448
|
-
RatingSelectedItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
16449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16436
|
+
RatingSelectedItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingSelectedItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
16437
|
+
RatingSelectedItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RatingSelectedItemTemplateDirective, selector: "[kendoRatingSelectedItemTemplate]", ngImport: i0 });
|
|
16438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingSelectedItemTemplateDirective, decorators: [{
|
|
16450
16439
|
type: Directive,
|
|
16451
16440
|
args: [{
|
|
16452
16441
|
selector: '[kendoRatingSelectedItemTemplate]'
|
|
@@ -16777,8 +16766,8 @@ class RatingComponent {
|
|
|
16777
16766
|
}
|
|
16778
16767
|
}
|
|
16779
16768
|
}
|
|
16780
|
-
RatingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
16781
|
-
RatingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
16769
|
+
RatingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
16770
|
+
RatingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RatingComponent, 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: { "attr.aria-disabled": "this.disabled", "class.k-disabled": "this.disabled", "attr.aria-readonly": "this.readonly", "class.k-readonly": "this.readonly", "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: [
|
|
16782
16771
|
LocalizationService,
|
|
16783
16772
|
{ provide: L10N_PREFIX, useValue: 'kendo.rating' },
|
|
16784
16773
|
{
|
|
@@ -16927,8 +16916,8 @@ RatingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
16927
16916
|
*ngIf="label"
|
|
16928
16917
|
class="k-rating-label"
|
|
16929
16918
|
>{{ label }}</span>
|
|
16930
|
-
`, isInline: true,
|
|
16931
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
16919
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i5$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
16920
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingComponent, decorators: [{
|
|
16932
16921
|
type: Component,
|
|
16933
16922
|
args: [{
|
|
16934
16923
|
exportAs: 'kendoRating',
|
|
@@ -17195,16 +17184,16 @@ const PUBLIC_DIRECTIVES = [
|
|
|
17195
17184
|
*/
|
|
17196
17185
|
class RatingModule {
|
|
17197
17186
|
}
|
|
17198
|
-
RatingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17199
|
-
RatingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17187
|
+
RatingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17188
|
+
RatingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: RatingModule, declarations: [RatingComponent,
|
|
17200
17189
|
RatingItemTemplateDirective,
|
|
17201
17190
|
RatingHoveredItemTemplateDirective,
|
|
17202
17191
|
RatingSelectedItemTemplateDirective], imports: [CommonModule, IconsModule], exports: [RatingComponent,
|
|
17203
17192
|
RatingItemTemplateDirective,
|
|
17204
17193
|
RatingHoveredItemTemplateDirective,
|
|
17205
17194
|
RatingSelectedItemTemplateDirective] });
|
|
17206
|
-
RatingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17195
|
+
RatingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingModule, imports: [CommonModule, IconsModule] });
|
|
17196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RatingModule, decorators: [{
|
|
17208
17197
|
type: NgModule,
|
|
17209
17198
|
args: [{
|
|
17210
17199
|
declarations: [PUBLIC_DIRECTIVES],
|
|
@@ -17247,8 +17236,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
17247
17236
|
*/
|
|
17248
17237
|
class InputsModule {
|
|
17249
17238
|
}
|
|
17250
|
-
InputsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17251
|
-
InputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
17239
|
+
InputsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
17240
|
+
InputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: InputsModule, imports: [CommonModule], exports: [TextAreaModule,
|
|
17252
17241
|
TextBoxModule,
|
|
17253
17242
|
SliderModule,
|
|
17254
17243
|
RangeSliderModule,
|
|
@@ -17261,7 +17250,7 @@ InputsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
17261
17250
|
FormFieldModule,
|
|
17262
17251
|
SignatureModule,
|
|
17263
17252
|
RatingModule] });
|
|
17264
|
-
InputsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17253
|
+
InputsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InputsModule, imports: [CommonModule, TextAreaModule,
|
|
17265
17254
|
TextBoxModule,
|
|
17266
17255
|
SliderModule,
|
|
17267
17256
|
RangeSliderModule,
|
|
@@ -17274,7 +17263,7 @@ InputsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
17274
17263
|
FormFieldModule,
|
|
17275
17264
|
SignatureModule,
|
|
17276
17265
|
RatingModule] });
|
|
17277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
17266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InputsModule, decorators: [{
|
|
17278
17267
|
type: NgModule,
|
|
17279
17268
|
args: [{
|
|
17280
17269
|
exports: [
|