@progress/kendo-angular-buttons 20.1.2-develop.2 → 21.0.0-develop.3
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/esm2022/button/button.component.mjs +5 -5
- package/esm2022/button/button.module.mjs +4 -4
- package/esm2022/button/button.service.mjs +3 -3
- package/esm2022/buttongroup/buttongroup.component.mjs +4 -4
- package/esm2022/buttongroup/buttongroup.module.mjs +4 -4
- package/esm2022/buttons.module.mjs +4 -4
- package/esm2022/chip/chip-list.component.mjs +19 -9
- package/esm2022/chip/chip.component.mjs +7 -5
- package/esm2022/chip/chip.module.mjs +4 -4
- package/esm2022/dropdownbutton/dropdownbutton.component.mjs +7 -6
- package/esm2022/dropdownbutton/dropdownbutton.module.mjs +4 -4
- package/esm2022/floatingactionbutton/dial-item.component.mjs +4 -4
- package/esm2022/floatingactionbutton/dial-list.component.mjs +4 -4
- package/esm2022/floatingactionbutton/floatingactionbutton.component.mjs +13 -7
- package/esm2022/floatingactionbutton/floatingactionbutton.module.mjs +4 -4
- package/esm2022/floatingactionbutton/templates/dial-item-template.directive.mjs +5 -5
- package/esm2022/floatingactionbutton/templates/fab-template.directive.mjs +5 -5
- package/esm2022/focusable/focus.service.mjs +3 -3
- package/esm2022/focusable/focusable.directive.mjs +4 -4
- package/esm2022/listbutton/button-item-template.directive.mjs +4 -4
- package/esm2022/listbutton/container.service.mjs +3 -3
- package/esm2022/listbutton/list-button.mjs +7 -5
- package/esm2022/listbutton/list.component.mjs +4 -4
- package/esm2022/navigation/navigation.service.mjs +5 -5
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/speechtotextbutton/speechtotextbutton.component.mjs +16 -6
- package/esm2022/speechtotextbutton/speechtotextbutton.module.mjs +4 -4
- package/esm2022/splitbutton/localization/custom-messages.component.mjs +4 -4
- package/esm2022/splitbutton/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/splitbutton/localization/messages.mjs +3 -3
- package/esm2022/splitbutton/splitbutton.component.mjs +7 -6
- package/esm2022/splitbutton/splitbutton.module.mjs +4 -4
- package/fesm2022/progress-kendo-angular-buttons.mjs +174 -142
- package/package.json +11 -11
- package/schematics/ngAdd/index.js +1 -1
|
@@ -30,10 +30,10 @@ class KendoButtonService {
|
|
|
30
30
|
click(button) {
|
|
31
31
|
this.buttonClicked.next(button);
|
|
32
32
|
}
|
|
33
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
34
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KendoButtonService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
34
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KendoButtonService });
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KendoButtonService, decorators: [{
|
|
37
37
|
type: Injectable
|
|
38
38
|
}] });
|
|
39
39
|
|
|
@@ -45,8 +45,8 @@ const packageMetadata = {
|
|
|
45
45
|
productName: 'Kendo UI for Angular',
|
|
46
46
|
productCode: 'KENDOUIANGULAR',
|
|
47
47
|
productCodes: ['KENDOUIANGULAR'],
|
|
48
|
-
publishDate:
|
|
49
|
-
version: '
|
|
48
|
+
publishDate: 1761757511,
|
|
49
|
+
version: '21.0.0-develop.3',
|
|
50
50
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
51
51
|
};
|
|
52
52
|
|
|
@@ -553,8 +553,8 @@ class ButtonComponent {
|
|
|
553
553
|
}
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
557
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
556
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: KendoButtonService, optional: true }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
557
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ButtonComponent, isStandalone: true, selector: "button[kendoButton]", inputs: { arrowIcon: "arrowIcon", toggleable: "toggleable", togglable: "togglable", selected: "selected", tabIndex: "tabIndex", imageUrl: "imageUrl", iconClass: "iconClass", icon: "icon", disabled: "disabled", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", svgIcon: "svgIcon", primary: "primary", look: "look" }, outputs: { selectedChange: "selectedChange", click: "click" }, host: { listeners: { "focus": "onFocus()", "blur": "onBlur()" }, properties: { "class.k-button": "this.classButton", "class.k-toggle-button": "this.isToggleable", "class.k-icon-button": "this.iconButtonClass", "class.k-disabled": "this.classDisabled", "class.k-selected": "this.classActive", "attr.dir": "this.getDirection" } }, providers: [
|
|
558
558
|
LocalizationService,
|
|
559
559
|
{
|
|
560
560
|
provide: L10N_PREFIX,
|
|
@@ -580,7 +580,7 @@ class ButtonComponent {
|
|
|
580
580
|
|
|
581
581
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
582
582
|
}
|
|
583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonComponent, decorators: [{
|
|
584
584
|
type: Component,
|
|
585
585
|
args: [{
|
|
586
586
|
exportAs: 'kendoButton',
|
|
@@ -614,9 +614,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
614
614
|
standalone: true,
|
|
615
615
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
616
616
|
}]
|
|
617
|
-
}], ctorParameters:
|
|
617
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: KendoButtonService, decorators: [{
|
|
618
618
|
type: Optional
|
|
619
|
-
}] }, { type: i1.LocalizationService }, { type: i0.NgZone }]
|
|
619
|
+
}] }, { type: i1.LocalizationService }, { type: i0.NgZone }], propDecorators: { arrowIcon: [{
|
|
620
620
|
type: Input
|
|
621
621
|
}], toggleable: [{
|
|
622
622
|
type: Input
|
|
@@ -949,8 +949,8 @@ class ButtonGroupComponent {
|
|
|
949
949
|
return i === index;
|
|
950
950
|
}));
|
|
951
951
|
};
|
|
952
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
953
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
952
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonGroupComponent, deps: [{ token: KendoButtonService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
953
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ButtonGroupComponent, isStandalone: true, selector: "kendo-buttongroup", inputs: { disabled: "disabled", selection: "selection", width: "width", tabIndex: "tabIndex", navigable: "navigable" }, outputs: { navigate: "navigate" }, host: { properties: { "class.k-button-group": "this.wrapperClasses", "class.k-disabled": "this.disabledClass", "class.k-button-group-stretched": "this.stretchedClass", "attr.role": "this.role", "attr.dir": "this.dir", "attr.aria-disabled": "this.ariaDisabled", "style.width": "this.wrapperWidth", "attr.tabindex": "this.wrapperTabIndex" } }, providers: [
|
|
954
954
|
KendoButtonService,
|
|
955
955
|
LocalizationService,
|
|
956
956
|
{
|
|
@@ -961,7 +961,7 @@ class ButtonGroupComponent {
|
|
|
961
961
|
<ng-content select="[kendoButton]"></ng-content>
|
|
962
962
|
`, isInline: true });
|
|
963
963
|
}
|
|
964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonGroupComponent, decorators: [{
|
|
965
965
|
type: Component,
|
|
966
966
|
args: [{
|
|
967
967
|
exportAs: 'kendoButtonGroup',
|
|
@@ -979,7 +979,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
979
979
|
`,
|
|
980
980
|
standalone: true
|
|
981
981
|
}]
|
|
982
|
-
}], ctorParameters:
|
|
982
|
+
}], ctorParameters: () => [{ type: KendoButtonService }, { type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }], propDecorators: { disabled: [{
|
|
983
983
|
type: Input,
|
|
984
984
|
args: ['disabled']
|
|
985
985
|
}], selection: [{
|
|
@@ -1114,7 +1114,9 @@ class ChipComponent {
|
|
|
1114
1114
|
*/
|
|
1115
1115
|
set size(size) {
|
|
1116
1116
|
const newSize = size || DEFAULT_SIZE$2;
|
|
1117
|
-
|
|
1117
|
+
if (!this.sizeIsSet) {
|
|
1118
|
+
this.sizeIsSet = true;
|
|
1119
|
+
}
|
|
1118
1120
|
this.handleClasses(newSize, 'size');
|
|
1119
1121
|
this._size = newSize;
|
|
1120
1122
|
}
|
|
@@ -1371,8 +1373,8 @@ class ChipComponent {
|
|
|
1371
1373
|
});
|
|
1372
1374
|
}
|
|
1373
1375
|
}
|
|
1374
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1375
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1376
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChipComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1377
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ChipComponent, isStandalone: true, selector: "kendo-chip", inputs: { label: "label", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", avatarSettings: "avatarSettings", selected: "selected", removable: "removable", removeIcon: "removeIcon", removeSvgIcon: "removeSvgIcon", hasMenu: "hasMenu", menuIcon: "menuIcon", menuSvgIcon: "menuSvgIcon", disabled: "disabled", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor" }, outputs: { remove: "remove", menuToggle: "menuToggle", contentClick: "contentClick" }, host: { properties: { "attr.tabindex": "this.tabIndex", "class.k-chip": "this.hostClass", "class.k-chip-has-icon": "this.hasIconClass", "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-selected": "this.selectedClass", "class.k-focus": "this.focusedClass", "attr.dir": "this.direction" } }, providers: [
|
|
1376
1378
|
LocalizationService,
|
|
1377
1379
|
{
|
|
1378
1380
|
provide: L10N_PREFIX,
|
|
@@ -1435,7 +1437,7 @@ class ChipComponent {
|
|
|
1435
1437
|
</span>
|
|
1436
1438
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
1437
1439
|
}
|
|
1438
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChipComponent, decorators: [{
|
|
1439
1441
|
type: Component,
|
|
1440
1442
|
args: [{
|
|
1441
1443
|
selector: 'kendo-chip',
|
|
@@ -1505,7 +1507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1505
1507
|
standalone: true,
|
|
1506
1508
|
imports: [NgIf, NgStyle, IconWrapperComponent]
|
|
1507
1509
|
}]
|
|
1508
|
-
}], ctorParameters:
|
|
1510
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }], propDecorators: { label: [{
|
|
1509
1511
|
type: Input
|
|
1510
1512
|
}], icon: [{
|
|
1511
1513
|
type: Input
|
|
@@ -1675,7 +1677,9 @@ class ChipListComponent {
|
|
|
1675
1677
|
set navigable(value) {
|
|
1676
1678
|
this._navigable = value;
|
|
1677
1679
|
this.chips?.forEach(c => this.renderer.setAttribute(c.element.nativeElement, 'tabindex', value ? '-1' : '0'));
|
|
1678
|
-
|
|
1680
|
+
if (this.chips?.first) {
|
|
1681
|
+
this.renderer.setAttribute(this.chips.first.element.nativeElement, 'tabindex', '0');
|
|
1682
|
+
}
|
|
1679
1683
|
}
|
|
1680
1684
|
get navigable() {
|
|
1681
1685
|
return this._navigable;
|
|
@@ -1810,8 +1814,12 @@ class ChipListComponent {
|
|
|
1810
1814
|
this.chips.forEach((chip, idx) => {
|
|
1811
1815
|
const chipEl = chip.element.nativeElement;
|
|
1812
1816
|
this.renderer.removeAttribute(chipEl, 'aria-pressed');
|
|
1813
|
-
this.selection !== 'none'
|
|
1814
|
-
|
|
1817
|
+
if (this.selection !== 'none') {
|
|
1818
|
+
this.renderer.setAttribute(chipEl, 'aria-selected', `${chip.selected}`);
|
|
1819
|
+
}
|
|
1820
|
+
if (this.role === 'listbox') {
|
|
1821
|
+
this.renderer.setAttribute(chipEl, 'role', 'option');
|
|
1822
|
+
}
|
|
1815
1823
|
if (!this.navigable) {
|
|
1816
1824
|
return;
|
|
1817
1825
|
}
|
|
@@ -1835,11 +1843,15 @@ class ChipListComponent {
|
|
|
1835
1843
|
}
|
|
1836
1844
|
setChipSize(chip, size) {
|
|
1837
1845
|
const hasSize = chip.sizeIsSet;
|
|
1838
|
-
!hasSize && chip.size !== size
|
|
1839
|
-
|
|
1846
|
+
if (!hasSize && chip.size !== size) {
|
|
1847
|
+
chip.size = size;
|
|
1848
|
+
}
|
|
1849
|
+
if (!hasSize) {
|
|
1850
|
+
chip.sizeIsSet = false;
|
|
1851
|
+
}
|
|
1840
1852
|
}
|
|
1841
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1842
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1853
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChipListComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1854
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ChipListComponent, isStandalone: true, selector: "kendo-chiplist, kendo-chip-list", inputs: { orientation: "orientation", selection: "selection", size: "size", role: "role", navigable: "navigable" }, outputs: { selectedChange: "selectedChange", remove: "remove" }, host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-chip-list": "this.hostClass", "attr.aria-orientation": "this.orientation", "attr.dir": "this.direction", "class.k-selection-single": "this.single", "attr.aria-multiselectable": "this.multiple", "class.k-selection-multiple": "this.multiple", "attr.role": "this.role" } }, providers: [
|
|
1843
1855
|
LocalizationService,
|
|
1844
1856
|
{
|
|
1845
1857
|
provide: L10N_PREFIX,
|
|
@@ -1849,7 +1861,7 @@ class ChipListComponent {
|
|
|
1849
1861
|
<ng-content></ng-content>
|
|
1850
1862
|
`, isInline: true });
|
|
1851
1863
|
}
|
|
1852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1864
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChipListComponent, decorators: [{
|
|
1853
1865
|
type: Component,
|
|
1854
1866
|
args: [{
|
|
1855
1867
|
selector: 'kendo-chiplist, kendo-chip-list',
|
|
@@ -1865,7 +1877,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1865
1877
|
],
|
|
1866
1878
|
standalone: true
|
|
1867
1879
|
}]
|
|
1868
|
-
}], ctorParameters:
|
|
1880
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { hostClass: [{
|
|
1869
1881
|
type: HostBinding,
|
|
1870
1882
|
args: ['class.k-chip-list']
|
|
1871
1883
|
}], orientation: [{
|
|
@@ -1939,16 +1951,16 @@ class ButtonItemTemplateDirective {
|
|
|
1939
1951
|
constructor(templateRef) {
|
|
1940
1952
|
this.templateRef = templateRef;
|
|
1941
1953
|
}
|
|
1942
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1943
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1954
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1955
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ButtonItemTemplateDirective, isStandalone: true, selector: "[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]", ngImport: i0 });
|
|
1944
1956
|
}
|
|
1945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonItemTemplateDirective, decorators: [{
|
|
1946
1958
|
type: Directive,
|
|
1947
1959
|
args: [{
|
|
1948
1960
|
selector: '[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]',
|
|
1949
1961
|
standalone: true
|
|
1950
1962
|
}]
|
|
1951
|
-
}], ctorParameters:
|
|
1963
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
1952
1964
|
|
|
1953
1965
|
/**
|
|
1954
1966
|
* @hidden
|
|
@@ -1976,10 +1988,10 @@ class FocusService {
|
|
|
1976
1988
|
this.focusedIndex = index;
|
|
1977
1989
|
this.onFocus.emit(index);
|
|
1978
1990
|
}
|
|
1979
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1980
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1991
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1992
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusService });
|
|
1981
1993
|
}
|
|
1982
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusService, decorators: [{
|
|
1983
1995
|
type: Injectable
|
|
1984
1996
|
}] });
|
|
1985
1997
|
|
|
@@ -2106,15 +2118,15 @@ class NavigationService {
|
|
|
2106
2118
|
return args.current !== args.end ? args.current + args.step : args.end;
|
|
2107
2119
|
}
|
|
2108
2120
|
}
|
|
2109
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2110
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2121
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, deps: [{ token: NAVIGATION_CONFIG }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2122
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService });
|
|
2111
2123
|
}
|
|
2112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, decorators: [{
|
|
2113
2125
|
type: Injectable
|
|
2114
|
-
}], ctorParameters:
|
|
2126
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
2115
2127
|
type: Inject,
|
|
2116
2128
|
args: [NAVIGATION_CONFIG]
|
|
2117
|
-
}] }]
|
|
2129
|
+
}] }] });
|
|
2118
2130
|
|
|
2119
2131
|
/**
|
|
2120
2132
|
* @hidden
|
|
@@ -2122,10 +2134,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2122
2134
|
class PopupContainerService {
|
|
2123
2135
|
container;
|
|
2124
2136
|
template;
|
|
2125
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2126
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2137
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PopupContainerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2138
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PopupContainerService });
|
|
2127
2139
|
}
|
|
2128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2140
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PopupContainerService, decorators: [{
|
|
2129
2141
|
type: Injectable
|
|
2130
2142
|
}] });
|
|
2131
2143
|
|
|
@@ -2174,16 +2186,16 @@ class FocusableDirective {
|
|
|
2174
2186
|
}
|
|
2175
2187
|
}));
|
|
2176
2188
|
}
|
|
2177
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2178
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2189
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusableDirective, deps: [{ token: FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2190
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FocusableDirective, isStandalone: true, selector: "[kendoButtonFocusable]", inputs: { index: "index" }, ngImport: i0 });
|
|
2179
2191
|
}
|
|
2180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FocusableDirective, decorators: [{
|
|
2181
2193
|
type: Directive,
|
|
2182
2194
|
args: [{
|
|
2183
2195
|
selector: '[kendoButtonFocusable]',
|
|
2184
2196
|
standalone: true
|
|
2185
2197
|
}]
|
|
2186
|
-
}], ctorParameters:
|
|
2198
|
+
}], ctorParameters: () => [{ type: FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { index: [{
|
|
2187
2199
|
type: Input
|
|
2188
2200
|
}] } });
|
|
2189
2201
|
|
|
@@ -2226,8 +2238,8 @@ class ListComponent {
|
|
|
2226
2238
|
onBlur() {
|
|
2227
2239
|
this.onItemBlur.emit();
|
|
2228
2240
|
}
|
|
2229
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2230
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2241
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2242
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ListComponent, isStandalone: true, selector: "kendo-button-list", inputs: { data: "data", textField: "textField", itemTemplate: "itemTemplate", size: "size" }, outputs: { onItemClick: "onItemClick", onItemBlur: "onItemBlur" }, ngImport: i0, template: `
|
|
2231
2243
|
<ul class="k-group k-menu-group k-reset" role="list" [ngClass]="sizeClass">
|
|
2232
2244
|
<li kendoButtonFocusable
|
|
2233
2245
|
*ngFor="let dataItem of data; let index = index;"
|
|
@@ -2274,7 +2286,7 @@ class ListComponent {
|
|
|
2274
2286
|
</ul>
|
|
2275
2287
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoButtonFocusable]", inputs: ["index"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
2276
2288
|
}
|
|
2277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListComponent, decorators: [{
|
|
2278
2290
|
type: Component,
|
|
2279
2291
|
args: [{
|
|
2280
2292
|
selector: 'kendo-button-list',
|
|
@@ -2327,7 +2339,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2327
2339
|
standalone: true,
|
|
2328
2340
|
imports: [NgClass, NgFor, FocusableDirective, NgIf, TemplateContextDirective, IconWrapperComponent]
|
|
2329
2341
|
}]
|
|
2330
|
-
}], ctorParameters:
|
|
2342
|
+
}], ctorParameters: () => [], propDecorators: { data: [{
|
|
2331
2343
|
type: Input
|
|
2332
2344
|
}], textField: [{
|
|
2333
2345
|
type: Input
|
|
@@ -2681,7 +2693,9 @@ class ListButton extends MultiTabStop {
|
|
|
2681
2693
|
if (this.openState && !this.isClosePrevented) {
|
|
2682
2694
|
this.togglePopupVisibility();
|
|
2683
2695
|
if (isDocumentAvailable()) {
|
|
2684
|
-
e?.esc && hasObservers(this.escape)
|
|
2696
|
+
if (e?.esc && hasObservers(this.escape)) {
|
|
2697
|
+
this.escape.emit();
|
|
2698
|
+
}
|
|
2685
2699
|
this.button.nativeElement.focus();
|
|
2686
2700
|
}
|
|
2687
2701
|
}
|
|
@@ -2734,15 +2748,15 @@ class ListButton extends MultiTabStop {
|
|
|
2734
2748
|
this.isClosePrevented = false;
|
|
2735
2749
|
}
|
|
2736
2750
|
}
|
|
2737
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2738
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2751
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListButton, deps: [{ token: FocusService }, { token: NavigationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PopupContainerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2752
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ListButton, selector: "ng-component", inputs: { disabled: "disabled", tabIndex: "tabIndex", buttonClass: "buttonClass", popupSettings: "popupSettings" }, outputs: { open: "open", close: "close", escape: "escape" }, viewQueries: [{ propertyName: "button", first: true, predicate: ["button"], descendants: true, read: ElementRef }, { propertyName: "buttonList", first: true, predicate: ["buttonList"], descendants: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true }, { propertyName: "container", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
2739
2753
|
}
|
|
2740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListButton, decorators: [{
|
|
2741
2755
|
type: Component,
|
|
2742
2756
|
args: [{
|
|
2743
2757
|
template: ''
|
|
2744
2758
|
}]
|
|
2745
|
-
}], ctorParameters:
|
|
2759
|
+
}], ctorParameters: () => [{ type: FocusService }, { type: NavigationService }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i3.PopupService }, { type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PopupContainerService }], propDecorators: { button: [{
|
|
2746
2760
|
type: ViewChild,
|
|
2747
2761
|
args: ['button', { read: ElementRef }]
|
|
2748
2762
|
}], buttonList: [{
|
|
@@ -3009,8 +3023,9 @@ class DropDownButtonComponent extends ListButton {
|
|
|
3009
3023
|
*/
|
|
3010
3024
|
handleFocus(event) {
|
|
3011
3025
|
if (!this._disabled) {
|
|
3012
|
-
|
|
3013
|
-
|
|
3026
|
+
if (!this._isFocused) {
|
|
3027
|
+
this.onFocus.emit();
|
|
3028
|
+
}
|
|
3014
3029
|
this._isFocused = true;
|
|
3015
3030
|
this.focusService.resetFocus();
|
|
3016
3031
|
const relatedTargetInList = event.relatedTarget && closest(event.relatedTarget, '.k-popup kendo-button-list');
|
|
@@ -3049,8 +3064,8 @@ class DropDownButtonComponent extends ListButton {
|
|
|
3049
3064
|
}
|
|
3050
3065
|
super.ngOnDestroy();
|
|
3051
3066
|
}
|
|
3052
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3053
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3067
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropDownButtonComponent, deps: [{ token: FocusService }, { token: NavigationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PopupContainerService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
3068
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DropDownButtonComponent, isStandalone: true, selector: "kendo-dropdownbutton", inputs: { arrowIcon: "arrowIcon", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", imageUrl: "imageUrl", textField: "textField", data: "data", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", buttonAttributes: "buttonAttributes" }, outputs: { itemClick: "itemClick", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)", "mousedown": "mousedown($event)", "mouseup": "mouseup($event)" }, properties: { "class.k-focus": "this.focused", "style.display": "this.hostDisplayStyle", "attr.dir": "this.dir" } }, providers: [
|
|
3054
3069
|
FocusService,
|
|
3055
3070
|
NavigationService,
|
|
3056
3071
|
NAVIGATION_SETTINGS_PROVIDER$2,
|
|
@@ -3106,7 +3121,7 @@ class DropDownButtonComponent extends ListButton {
|
|
|
3106
3121
|
<ng-container #container></ng-container>
|
|
3107
3122
|
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ListComponent, selector: "kendo-button-list", inputs: ["data", "textField", "itemTemplate", "size"], outputs: ["onItemClick", "onItemBlur"] }] });
|
|
3108
3123
|
}
|
|
3109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropDownButtonComponent, decorators: [{
|
|
3110
3125
|
type: Component,
|
|
3111
3126
|
args: [{
|
|
3112
3127
|
exportAs: 'kendoDropDownButton',
|
|
@@ -3170,7 +3185,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3170
3185
|
standalone: true,
|
|
3171
3186
|
imports: [ButtonComponent, NgClass, ListComponent]
|
|
3172
3187
|
}]
|
|
3173
|
-
}], ctorParameters:
|
|
3188
|
+
}], ctorParameters: () => [{ type: FocusService }, { type: NavigationService }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i3.PopupService }, { type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PopupContainerService }, { type: i0.Renderer2 }], propDecorators: { arrowIcon: [{
|
|
3174
3189
|
type: Input
|
|
3175
3190
|
}], icon: [{
|
|
3176
3191
|
type: Input
|
|
@@ -3311,18 +3326,18 @@ class DialItemTemplateDirective {
|
|
|
3311
3326
|
constructor(templateRef) {
|
|
3312
3327
|
this.templateRef = templateRef;
|
|
3313
3328
|
}
|
|
3314
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3315
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3329
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3330
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DialItemTemplateDirective, isStandalone: true, selector: "[kendoDialItemTemplate]", ngImport: i0 });
|
|
3316
3331
|
}
|
|
3317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialItemTemplateDirective, decorators: [{
|
|
3318
3333
|
type: Directive,
|
|
3319
3334
|
args: [{
|
|
3320
3335
|
selector: '[kendoDialItemTemplate]',
|
|
3321
3336
|
standalone: true
|
|
3322
3337
|
}]
|
|
3323
|
-
}], ctorParameters:
|
|
3338
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
3324
3339
|
type: Optional
|
|
3325
|
-
}] }]
|
|
3340
|
+
}] }] });
|
|
3326
3341
|
|
|
3327
3342
|
/**
|
|
3328
3343
|
* Represents a template that defines the content of the FloatingActionButton.
|
|
@@ -3344,18 +3359,18 @@ class FloatingActionButtonTemplateDirective {
|
|
|
3344
3359
|
constructor(templateRef) {
|
|
3345
3360
|
this.templateRef = templateRef;
|
|
3346
3361
|
}
|
|
3347
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3348
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3362
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FloatingActionButtonTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3363
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FloatingActionButtonTemplateDirective, isStandalone: true, selector: "[kendoFloatingActionButtonTemplate]", ngImport: i0 });
|
|
3349
3364
|
}
|
|
3350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FloatingActionButtonTemplateDirective, decorators: [{
|
|
3351
3366
|
type: Directive,
|
|
3352
3367
|
args: [{
|
|
3353
3368
|
selector: '[kendoFloatingActionButtonTemplate]',
|
|
3354
3369
|
standalone: true
|
|
3355
3370
|
}]
|
|
3356
|
-
}], ctorParameters:
|
|
3371
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
3357
3372
|
type: Optional
|
|
3358
|
-
}] }]
|
|
3373
|
+
}] }] });
|
|
3359
3374
|
|
|
3360
3375
|
/**
|
|
3361
3376
|
* @hidden
|
|
@@ -3418,8 +3433,8 @@ class DialItemComponent {
|
|
|
3418
3433
|
};
|
|
3419
3434
|
return directions[dir][align];
|
|
3420
3435
|
}
|
|
3421
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3422
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3436
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3437
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DialItemComponent, isStandalone: true, selector: "[kendoDialItem]", inputs: { cssClass: "cssClass", cssStyle: "cssStyle", isFocused: "isFocused", index: "index", item: "item", dialItemTemplate: "dialItemTemplate", align: "align" }, host: { properties: { "class.k-fab-item": "this.hostClass", "attr.role": "this.role", "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.title": "this.title", "attr.aria-label": "this.title", "attr.data-fab-item-index": "this.indexAttr" } }, ngImport: i0, template: `
|
|
3423
3438
|
<ng-template *ngIf="dialItemTemplate"
|
|
3424
3439
|
[ngTemplateOutlet]="dialItemTemplate"
|
|
3425
3440
|
[ngTemplateOutletContext]="{ $implicit: item, index: index, isFocused: isFocused }"
|
|
@@ -3437,7 +3452,7 @@ class DialItemComponent {
|
|
|
3437
3452
|
</ng-container>
|
|
3438
3453
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
3439
3454
|
}
|
|
3440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialItemComponent, decorators: [{
|
|
3441
3456
|
type: Component,
|
|
3442
3457
|
args: [{
|
|
3443
3458
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -3462,7 +3477,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3462
3477
|
standalone: true,
|
|
3463
3478
|
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
3464
3479
|
}]
|
|
3465
|
-
}], ctorParameters:
|
|
3480
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }], propDecorators: { hostClass: [{
|
|
3466
3481
|
type: HostBinding,
|
|
3467
3482
|
args: ['class.k-fab-item']
|
|
3468
3483
|
}], role: [{
|
|
@@ -3527,8 +3542,8 @@ class DialListComponent {
|
|
|
3527
3542
|
ngOnDestroy() {
|
|
3528
3543
|
this.subscriptions.unsubscribe();
|
|
3529
3544
|
}
|
|
3530
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3531
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3545
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialListComponent, deps: [{ token: FocusService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3546
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DialListComponent, isStandalone: true, selector: "[kendoDialList]", inputs: { dialItems: "dialItems", dialItemTemplate: "dialItemTemplate", align: "align" }, host: { properties: { "class.k-fab-items": "this.hostClass", "class.k-fab-items-bottom": "this.bottomClass", "class.k-fab-items-top": "this.topClass" } }, ngImport: i0, template: `
|
|
3532
3547
|
<ng-container *ngFor='let item of dialItems; let idx = index'>
|
|
3533
3548
|
<li
|
|
3534
3549
|
kendoButtonFocusable
|
|
@@ -3545,7 +3560,7 @@ class DialListComponent {
|
|
|
3545
3560
|
</ng-container>
|
|
3546
3561
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoButtonFocusable]", inputs: ["index"] }, { kind: "component", type: DialItemComponent, selector: "[kendoDialItem]", inputs: ["cssClass", "cssStyle", "isFocused", "index", "item", "dialItemTemplate", "align"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
3547
3562
|
}
|
|
3548
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DialListComponent, decorators: [{
|
|
3549
3564
|
type: Component,
|
|
3550
3565
|
args: [{
|
|
3551
3566
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -3569,7 +3584,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3569
3584
|
standalone: true,
|
|
3570
3585
|
imports: [NgFor, FocusableDirective, DialItemComponent, NgClass, NgStyle]
|
|
3571
3586
|
}]
|
|
3572
|
-
}], ctorParameters:
|
|
3587
|
+
}], ctorParameters: () => [{ type: FocusService }, { type: i0.ChangeDetectorRef }], propDecorators: { hostClass: [{
|
|
3573
3588
|
type: HostBinding,
|
|
3574
3589
|
args: ['class.k-fab-items']
|
|
3575
3590
|
}], bottomClass: [{
|
|
@@ -3830,7 +3845,9 @@ class FloatingActionButtonComponent {
|
|
|
3830
3845
|
}
|
|
3831
3846
|
ngOnDestroy() {
|
|
3832
3847
|
this.subscriptions.unsubscribe();
|
|
3833
|
-
this.isOpen
|
|
3848
|
+
if (this.isOpen) {
|
|
3849
|
+
this.toggleDial(false);
|
|
3850
|
+
}
|
|
3834
3851
|
}
|
|
3835
3852
|
/**
|
|
3836
3853
|
* Indicates whether the FloatingActionButton is currently open.
|
|
@@ -3994,7 +4011,9 @@ class FloatingActionButtonComponent {
|
|
|
3994
4011
|
if (focusInList) {
|
|
3995
4012
|
return;
|
|
3996
4013
|
}
|
|
3997
|
-
!this.focusChangedProgrammatically
|
|
4014
|
+
if (!this.focusChangedProgrammatically) {
|
|
4015
|
+
this.onBlur.emit();
|
|
4016
|
+
}
|
|
3998
4017
|
this.toggleDialWithEvents(false);
|
|
3999
4018
|
}
|
|
4000
4019
|
/**
|
|
@@ -4006,7 +4025,9 @@ class FloatingActionButtonComponent {
|
|
|
4006
4025
|
const shouldClose = !focusInList && !focusOnButton;
|
|
4007
4026
|
if (shouldClose) {
|
|
4008
4027
|
this.toggleDialWithEvents(false);
|
|
4009
|
-
!this.focusChangedProgrammatically
|
|
4028
|
+
if (!this.focusChangedProgrammatically) {
|
|
4029
|
+
this.onBlur.emit();
|
|
4030
|
+
}
|
|
4010
4031
|
}
|
|
4011
4032
|
}
|
|
4012
4033
|
/**
|
|
@@ -4280,8 +4301,8 @@ class FloatingActionButtonComponent {
|
|
|
4280
4301
|
}
|
|
4281
4302
|
return DEFAULT_DURATION;
|
|
4282
4303
|
}
|
|
4283
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4284
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4304
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FloatingActionButtonComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: FocusService }, { token: NavigationService }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i4.AnimationBuilder }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4305
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FloatingActionButtonComponent, isStandalone: true, selector: "kendo-floatingactionbutton", inputs: { themeColor: "themeColor", size: "size", rounded: "rounded", disabled: "disabled", align: "align", offset: "offset", positionMode: "positionMode", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", buttonClass: "buttonClass", dialClass: "dialClass", text: "text", dialItemAnimation: "dialItemAnimation", tabIndex: "tabIndex", dialItems: "dialItems" }, outputs: { onBlur: "blur", onFocus: "focus", dialItemClick: "dialItemClick", open: "open", close: "close" }, host: { properties: { "class.k-pos-fixed": "this.fixedClass", "class.k-pos-absolute": "this.absoluteClass", "attr.dir": "this.direction" } }, providers: [
|
|
4285
4306
|
FocusService,
|
|
4286
4307
|
NavigationService,
|
|
4287
4308
|
NAVIGATION_SETTINGS_PROVIDER$1,
|
|
@@ -4349,7 +4370,7 @@ class FloatingActionButtonComponent {
|
|
|
4349
4370
|
</ng-template>
|
|
4350
4371
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: DialListComponent, selector: "[kendoDialList]", inputs: ["dialItems", "dialItemTemplate", "align"] }] });
|
|
4351
4372
|
}
|
|
4352
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FloatingActionButtonComponent, decorators: [{
|
|
4353
4374
|
type: Component,
|
|
4354
4375
|
args: [{
|
|
4355
4376
|
selector: 'kendo-floatingactionbutton',
|
|
@@ -4424,7 +4445,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4424
4445
|
standalone: true,
|
|
4425
4446
|
imports: [NgClass, EventsOutsideAngularDirective, NgIf, NgTemplateOutlet, IconWrapperComponent, DialListComponent]
|
|
4426
4447
|
}]
|
|
4427
|
-
}], ctorParameters:
|
|
4448
|
+
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: FocusService }, { type: NavigationService }, { type: i0.NgZone }, { type: i3.PopupService }, { type: i4.AnimationBuilder }, { type: i1.LocalizationService }], propDecorators: { fixedClass: [{
|
|
4428
4449
|
type: HostBinding,
|
|
4429
4450
|
args: ['class.k-pos-fixed']
|
|
4430
4451
|
}], absoluteClass: [{
|
|
@@ -4521,10 +4542,10 @@ class Messages extends ComponentMessages {
|
|
|
4521
4542
|
* Specifies the text for the SplitButton toggle button `aria-label`.
|
|
4522
4543
|
*/
|
|
4523
4544
|
toggleButtonLabel;
|
|
4524
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4525
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4545
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
4546
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: Messages, selector: "kendo-splitbutton-messages-base", inputs: { splitButtonLabel: "splitButtonLabel", toggleButtonLabel: "toggleButtonLabel" }, usesInheritance: true, ngImport: i0 });
|
|
4526
4547
|
}
|
|
4527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, decorators: [{
|
|
4528
4549
|
type: Directive,
|
|
4529
4550
|
args: [{
|
|
4530
4551
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -4549,13 +4570,13 @@ class SplitButtonCustomMessagesComponent extends Messages {
|
|
|
4549
4570
|
get override() {
|
|
4550
4571
|
return true;
|
|
4551
4572
|
}
|
|
4552
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4553
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4573
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SplitButtonCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4574
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SplitButtonCustomMessagesComponent, isStandalone: true, selector: "kendo-splitbutton-messages", providers: [{
|
|
4554
4575
|
provide: Messages,
|
|
4555
4576
|
useExisting: forwardRef(() => SplitButtonCustomMessagesComponent)
|
|
4556
4577
|
}], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
4557
4578
|
}
|
|
4558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SplitButtonCustomMessagesComponent, decorators: [{
|
|
4559
4580
|
type: Component,
|
|
4560
4581
|
args: [{
|
|
4561
4582
|
providers: [{
|
|
@@ -4566,7 +4587,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4566
4587
|
template: ``,
|
|
4567
4588
|
standalone: true
|
|
4568
4589
|
}]
|
|
4569
|
-
}], ctorParameters:
|
|
4590
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
4570
4591
|
|
|
4571
4592
|
/**
|
|
4572
4593
|
* @hidden
|
|
@@ -4577,15 +4598,15 @@ class LocalizedSplitButtonMessagesDirective extends Messages {
|
|
|
4577
4598
|
super();
|
|
4578
4599
|
this.service = service;
|
|
4579
4600
|
}
|
|
4580
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4581
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4601
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedSplitButtonMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4602
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedSplitButtonMessagesDirective, isStandalone: true, selector: "[kendoSplitButtonLocalizedMessages]", providers: [
|
|
4582
4603
|
{
|
|
4583
4604
|
provide: Messages,
|
|
4584
4605
|
useExisting: forwardRef(() => LocalizedSplitButtonMessagesDirective)
|
|
4585
4606
|
}
|
|
4586
4607
|
], usesInheritance: true, ngImport: i0 });
|
|
4587
4608
|
}
|
|
4588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4609
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedSplitButtonMessagesDirective, decorators: [{
|
|
4589
4610
|
type: Directive,
|
|
4590
4611
|
args: [{
|
|
4591
4612
|
providers: [
|
|
@@ -4597,7 +4618,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4597
4618
|
selector: '[kendoSplitButtonLocalizedMessages]',
|
|
4598
4619
|
standalone: true
|
|
4599
4620
|
}]
|
|
4600
|
-
}], ctorParameters:
|
|
4621
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
4601
4622
|
|
|
4602
4623
|
const NAVIGATION_SETTINGS = {
|
|
4603
4624
|
useLeftRightArrows: true
|
|
@@ -4850,8 +4871,9 @@ class SplitButtonComponent extends ListButton {
|
|
|
4850
4871
|
*/
|
|
4851
4872
|
onButtonFocus(event) {
|
|
4852
4873
|
if (!this._disabled) {
|
|
4853
|
-
|
|
4854
|
-
|
|
4874
|
+
if (!this._isFocused) {
|
|
4875
|
+
this.onFocus.emit();
|
|
4876
|
+
}
|
|
4855
4877
|
this._isFocused = true;
|
|
4856
4878
|
this.focusService.resetFocus();
|
|
4857
4879
|
const relatedTargetInList = event.relatedTarget && closest(event.relatedTarget, '.k-popup kendo-button-list');
|
|
@@ -5076,8 +5098,8 @@ class SplitButtonComponent extends ListButton {
|
|
|
5076
5098
|
}
|
|
5077
5099
|
}
|
|
5078
5100
|
}
|
|
5079
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5080
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5101
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SplitButtonComponent, deps: [{ token: FocusService }, { token: NavigationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: PopupContainerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5102
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SplitButtonComponent, isStandalone: true, selector: "kendo-splitbutton", inputs: { text: "text", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", type: "type", imageUrl: "imageUrl", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", disabled: "disabled", popupSettings: "popupSettings", tabIndex: "tabIndex", textField: "textField", data: "data", arrowButtonClass: "arrowButtonClass", arrowButtonIcon: "arrowButtonIcon", arrowButtonSvgIcon: "arrowButtonSvgIcon", buttonAttributes: "buttonAttributes" }, outputs: { buttonClick: "buttonClick", itemClick: "itemClick", onFocus: "focus", onBlur: "blur", open: "open", close: "close" }, host: { listeners: { "keydown": "keydown($event)", "keyup": "keyup($event)" }, properties: { "class.k-focus": "this.isFocused", "class.k-split-button": "this.widgetClasses", "class.k-button-group": "this.widgetClasses", "attr.dir": "this.dir" } }, providers: [
|
|
5081
5103
|
FocusService,
|
|
5082
5104
|
NavigationService,
|
|
5083
5105
|
NAVIGATION_SETTINGS_PROVIDER,
|
|
@@ -5161,7 +5183,7 @@ class SplitButtonComponent extends ListButton {
|
|
|
5161
5183
|
<ng-container #container></ng-container>
|
|
5162
5184
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedSplitButtonMessagesDirective, selector: "[kendoSplitButtonLocalizedMessages]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ListComponent, selector: "kendo-button-list", inputs: ["data", "textField", "itemTemplate", "size"], outputs: ["onItemClick", "onItemBlur"] }] });
|
|
5163
5185
|
}
|
|
5164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SplitButtonComponent, decorators: [{
|
|
5165
5187
|
type: Component,
|
|
5166
5188
|
args: [{
|
|
5167
5189
|
exportAs: 'kendoSplitButton',
|
|
@@ -5253,7 +5275,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5253
5275
|
standalone: true,
|
|
5254
5276
|
imports: [LocalizedSplitButtonMessagesDirective, ButtonComponent, NgClass, NgIf, ListComponent]
|
|
5255
5277
|
}]
|
|
5256
|
-
}], ctorParameters:
|
|
5278
|
+
}], ctorParameters: () => [{ type: FocusService }, { type: NavigationService }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i3.PopupService }, { type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: PopupContainerService }], propDecorators: { text: [{
|
|
5257
5279
|
type: Input
|
|
5258
5280
|
}], icon: [{
|
|
5259
5281
|
type: Input
|
|
@@ -5594,13 +5616,23 @@ class SpeechToTextButtonComponent {
|
|
|
5594
5616
|
onClick() {
|
|
5595
5617
|
if (this.isWebSpeechSupported && this.integrationMode === 'webSpeech') {
|
|
5596
5618
|
this.ngZone.run(() => {
|
|
5597
|
-
this.isListening
|
|
5619
|
+
if (this.isListening) {
|
|
5620
|
+
this.speechRecognition.stop();
|
|
5621
|
+
}
|
|
5622
|
+
else {
|
|
5623
|
+
this.speechRecognition.start();
|
|
5624
|
+
}
|
|
5598
5625
|
});
|
|
5599
5626
|
}
|
|
5600
5627
|
else if (this.integrationMode === 'none') {
|
|
5601
5628
|
let asyncFactory = () => of(null);
|
|
5602
5629
|
this.ngZone.run(() => {
|
|
5603
|
-
this.isListening
|
|
5630
|
+
if (this.isListening) {
|
|
5631
|
+
this.end.emit(fn => asyncFactory = fn);
|
|
5632
|
+
}
|
|
5633
|
+
else {
|
|
5634
|
+
this.start.emit(fn => asyncFactory = fn);
|
|
5635
|
+
}
|
|
5604
5636
|
const result = asyncFactory();
|
|
5605
5637
|
const observable = this.toObservable(result);
|
|
5606
5638
|
observable.pipe(take(1)).subscribe(() => this.isListening = !this.isListening);
|
|
@@ -5736,8 +5768,8 @@ class SpeechToTextButtonComponent {
|
|
|
5736
5768
|
}
|
|
5737
5769
|
});
|
|
5738
5770
|
}
|
|
5739
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5740
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5771
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpeechToTextButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5772
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SpeechToTextButtonComponent, isStandalone: true, selector: "button[kendoSpeechToTextButton]", inputs: { disabled: "disabled", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", integrationMode: "integrationMode", lang: "lang", continuous: "continuous", interimResults: "interimResults", maxAlternatives: "maxAlternatives" }, outputs: { start: "start", end: "end", result: "result", error: "error", click: "click" }, host: { listeners: { "focus": "onFocus()", "blur": "onBlur()" }, properties: { "class.k-icon-button": "this.iconButtonClass", "class.k-listening": "this.listeningClass", "class.k-speech-to-text-button": "this.speechToTextButtonClass", "class.k-button": "this.classButton", "class.k-disabled": "this.classDisabled", "attr.dir": "this.getDirection", "attr.aria-pressed": "this.ariaPressed" } }, providers: [
|
|
5741
5773
|
LocalizationService,
|
|
5742
5774
|
{
|
|
5743
5775
|
provide: L10N_PREFIX,
|
|
@@ -5752,7 +5784,7 @@ class SpeechToTextButtonComponent {
|
|
|
5752
5784
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
5753
5785
|
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
5754
5786
|
}
|
|
5755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpeechToTextButtonComponent, decorators: [{
|
|
5756
5788
|
type: Component,
|
|
5757
5789
|
args: [{
|
|
5758
5790
|
exportAs: 'kendoSpeechToTextButton',
|
|
@@ -5775,7 +5807,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5775
5807
|
standalone: true,
|
|
5776
5808
|
imports: [IconWrapperComponent]
|
|
5777
5809
|
}]
|
|
5778
|
-
}], ctorParameters:
|
|
5810
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.NgZone }], propDecorators: { disabled: [{
|
|
5779
5811
|
type: Input
|
|
5780
5812
|
}], size: [{
|
|
5781
5813
|
type: Input
|
|
@@ -6021,11 +6053,11 @@ const KENDO_BUTTONS = [
|
|
|
6021
6053
|
* ```
|
|
6022
6054
|
*/
|
|
6023
6055
|
class ButtonGroupModule {
|
|
6024
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6025
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6026
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6056
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6057
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: ButtonGroupModule, imports: [ButtonComponent, ButtonGroupComponent], exports: [ButtonComponent, ButtonGroupComponent] });
|
|
6058
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonGroupModule, providers: [IconsService], imports: [ButtonComponent] });
|
|
6027
6059
|
}
|
|
6028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonGroupModule, decorators: [{
|
|
6029
6061
|
type: NgModule,
|
|
6030
6062
|
args: [{
|
|
6031
6063
|
exports: [...KENDO_BUTTONGROUP],
|
|
@@ -6057,11 +6089,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6057
6089
|
* ```
|
|
6058
6090
|
*/
|
|
6059
6091
|
class ButtonModule {
|
|
6060
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6061
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6062
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6092
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6093
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: ButtonModule, imports: [ButtonComponent], exports: [ButtonComponent] });
|
|
6094
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonModule, providers: [IconsService], imports: [ButtonComponent] });
|
|
6063
6095
|
}
|
|
6064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonModule, decorators: [{
|
|
6065
6097
|
type: NgModule,
|
|
6066
6098
|
args: [{
|
|
6067
6099
|
imports: [ButtonComponent],
|
|
@@ -6093,11 +6125,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6093
6125
|
* ```
|
|
6094
6126
|
*/
|
|
6095
6127
|
class ButtonsModule {
|
|
6096
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6097
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6098
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6128
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6129
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: ButtonsModule, imports: [ButtonComponent, ButtonComponent, ButtonGroupComponent, DropDownButtonComponent, ButtonItemTemplateDirective, ChipComponent, ChipComponent, ChipListComponent, FloatingActionButtonComponent, DialItemTemplateDirective, FloatingActionButtonTemplateDirective, SplitButtonComponent, SplitButtonCustomMessagesComponent, i12.ToggleButtonTabStopDirective, ButtonItemTemplateDirective, SpeechToTextButtonComponent, i12.ToggleButtonTabStopDirective], exports: [ButtonComponent, ButtonComponent, ButtonGroupComponent, DropDownButtonComponent, ButtonItemTemplateDirective, ChipComponent, ChipComponent, ChipListComponent, FloatingActionButtonComponent, DialItemTemplateDirective, FloatingActionButtonTemplateDirective, SplitButtonComponent, SplitButtonCustomMessagesComponent, i12.ToggleButtonTabStopDirective, ButtonItemTemplateDirective, SpeechToTextButtonComponent, i12.ToggleButtonTabStopDirective] });
|
|
6130
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonsModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [ButtonComponent, ButtonComponent, DropDownButtonComponent, ChipComponent, ChipComponent, FloatingActionButtonComponent, SplitButtonComponent, SpeechToTextButtonComponent] });
|
|
6099
6131
|
}
|
|
6100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ButtonsModule, decorators: [{
|
|
6101
6133
|
type: NgModule,
|
|
6102
6134
|
args: [{
|
|
6103
6135
|
imports: [...KENDO_BUTTONS, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
@@ -6117,11 +6149,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6117
6149
|
* - `SplitButtonCustomMessagesComponent`—The SplitButton custom messages component class.
|
|
6118
6150
|
*/
|
|
6119
6151
|
class SplitButtonModule {
|
|
6120
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6121
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6122
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6152
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SplitButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6153
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SplitButtonModule, imports: [SplitButtonComponent, SplitButtonCustomMessagesComponent, i12.ToggleButtonTabStopDirective, ButtonItemTemplateDirective, i12.ToggleButtonTabStopDirective], exports: [SplitButtonComponent, SplitButtonCustomMessagesComponent, i12.ToggleButtonTabStopDirective, ButtonItemTemplateDirective, i12.ToggleButtonTabStopDirective] });
|
|
6154
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SplitButtonModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [SplitButtonComponent] });
|
|
6123
6155
|
}
|
|
6124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6156
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SplitButtonModule, decorators: [{
|
|
6125
6157
|
type: NgModule,
|
|
6126
6158
|
args: [{
|
|
6127
6159
|
exports: [...KENDO_SPLITBUTTON, ...KENDO_TOGGLEBUTTONTABSTOP],
|
|
@@ -6156,11 +6188,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6156
6188
|
* ```
|
|
6157
6189
|
*/
|
|
6158
6190
|
class DropDownButtonModule {
|
|
6159
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6160
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6161
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6191
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropDownButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6192
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: DropDownButtonModule, imports: [DropDownButtonComponent, ButtonItemTemplateDirective], exports: [DropDownButtonComponent, ButtonItemTemplateDirective] });
|
|
6193
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropDownButtonModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [DropDownButtonComponent] });
|
|
6162
6194
|
}
|
|
6163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6195
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropDownButtonModule, decorators: [{
|
|
6164
6196
|
type: NgModule,
|
|
6165
6197
|
args: [{
|
|
6166
6198
|
exports: [...KENDO_DROPDOWNBUTTON],
|
|
@@ -6192,11 +6224,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6192
6224
|
* ```
|
|
6193
6225
|
*/
|
|
6194
6226
|
class ChipModule {
|
|
6195
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6196
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6197
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6227
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6228
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: ChipModule, imports: [ChipComponent, ChipListComponent], exports: [ChipComponent, ChipListComponent] });
|
|
6229
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChipModule, providers: [IconsService], imports: [ChipComponent] });
|
|
6198
6230
|
}
|
|
6199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ChipModule, decorators: [{
|
|
6200
6232
|
type: NgModule,
|
|
6201
6233
|
args: [{
|
|
6202
6234
|
exports: [...KENDO_CHIPLIST],
|
|
@@ -6227,11 +6259,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6227
6259
|
* ```
|
|
6228
6260
|
*/
|
|
6229
6261
|
class FloatingActionButtonModule {
|
|
6230
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6231
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6232
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6262
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FloatingActionButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6263
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: FloatingActionButtonModule, imports: [FloatingActionButtonComponent, DialItemTemplateDirective, FloatingActionButtonTemplateDirective], exports: [FloatingActionButtonComponent, DialItemTemplateDirective, FloatingActionButtonTemplateDirective] });
|
|
6264
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FloatingActionButtonModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [FloatingActionButtonComponent] });
|
|
6233
6265
|
}
|
|
6234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FloatingActionButtonModule, decorators: [{
|
|
6235
6267
|
type: NgModule,
|
|
6236
6268
|
args: [{
|
|
6237
6269
|
exports: [...KENDO_FLOATINGACTIONBUTTON],
|
|
@@ -6250,11 +6282,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6250
6282
|
* - `SpeechToTextButtonComponent`—The SpeechToTextButton component class.
|
|
6251
6283
|
*/
|
|
6252
6284
|
class SpeechToTextButtonModule {
|
|
6253
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
6254
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
6255
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
6285
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpeechToTextButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
6286
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: SpeechToTextButtonModule, imports: [SpeechToTextButtonComponent], exports: [SpeechToTextButtonComponent] });
|
|
6287
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpeechToTextButtonModule, providers: [IconsService], imports: [KENDO_SPEECHTOTEXTBUTTON] });
|
|
6256
6288
|
}
|
|
6257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
6289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SpeechToTextButtonModule, decorators: [{
|
|
6258
6290
|
type: NgModule,
|
|
6259
6291
|
args: [{
|
|
6260
6292
|
exports: [...KENDO_SPEECHTOTEXTBUTTON],
|