@progress/kendo-angular-buttons 16.5.0 → 16.6.0-develop.10
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/NOTICE.txt +12 -19
- package/button/button.component.d.ts +1 -1
- package/button/button.module.d.ts +1 -2
- package/buttongroup/buttongroup.component.d.ts +1 -1
- package/buttongroup/buttongroup.module.d.ts +5 -6
- package/buttons.module.d.ts +12 -7
- package/chip/chip-list.component.d.ts +1 -1
- package/chip/chip.component.d.ts +1 -1
- package/chip/chip.module.d.ts +1 -3
- package/directives.d.ts +47 -0
- package/dropdownbutton/dropdownbutton.component.d.ts +1 -1
- package/dropdownbutton/dropdownbutton.module.d.ts +3 -6
- package/esm2020/button/button.component.mjs +7 -5
- package/esm2020/button/button.module.mjs +7 -6
- package/esm2020/buttongroup/buttongroup.component.mjs +3 -2
- package/esm2020/buttongroup/buttongroup.module.mjs +12 -10
- package/esm2020/buttons.module.mjs +21 -9
- package/esm2020/chip/chip-list.component.mjs +3 -2
- package/esm2020/chip/chip.component.mjs +7 -5
- package/esm2020/chip/chip.module.mjs +10 -18
- package/esm2020/directives.mjs +75 -0
- package/esm2020/dropdownbutton/dropdownbutton.component.mjs +7 -6
- package/esm2020/dropdownbutton/dropdownbutton.module.mjs +13 -11
- package/esm2020/floatingactionbutton/dial-item.component.mjs +7 -5
- package/esm2020/floatingactionbutton/dial-list.component.mjs +8 -6
- package/esm2020/floatingactionbutton/floatingactionbutton.component.mjs +9 -7
- package/esm2020/floatingactionbutton/floatingactionbutton.module.mjs +13 -30
- package/esm2020/floatingactionbutton/templates/dial-item-template.directive.mjs +3 -2
- package/esm2020/floatingactionbutton/templates/fab-template.directive.mjs +3 -2
- package/esm2020/focusable/focusable.directive.mjs +3 -2
- package/esm2020/index.mjs +1 -1
- package/esm2020/listbutton/button-item-template.directive.mjs +4 -3
- package/esm2020/listbutton/list.component.mjs +8 -6
- package/esm2020/listbutton/list.module.mjs +10 -17
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/splitbutton/localization/custom-messages.component.mjs +3 -2
- package/esm2020/splitbutton/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/splitbutton/splitbutton.component.mjs +9 -7
- package/esm2020/splitbutton/splitbutton.module.mjs +14 -15
- package/fesm2015/progress-kendo-angular-buttons.mjs +3446 -3413
- package/fesm2020/progress-kendo-angular-buttons.mjs +3458 -3425
- package/floatingactionbutton/dial-item.component.d.ts +1 -1
- package/floatingactionbutton/dial-list.component.d.ts +1 -1
- package/floatingactionbutton/floatingactionbutton.component.d.ts +1 -1
- package/floatingactionbutton/floatingactionbutton.module.d.ts +1 -8
- package/floatingactionbutton/templates/dial-item-template.directive.d.ts +1 -1
- package/floatingactionbutton/templates/fab-template.directive.d.ts +1 -1
- package/focusable/focusable.directive.d.ts +1 -1
- package/index.d.ts +1 -1
- package/listbutton/button-item-template.directive.d.ts +2 -2
- package/listbutton/list.component.d.ts +1 -1
- package/listbutton/list.module.d.ts +1 -7
- package/package.json +6 -6
- package/splitbutton/localization/custom-messages.component.d.ts +1 -1
- package/splitbutton/localization/localized-messages.directive.d.ts +1 -1
- package/splitbutton/splitbutton.component.d.ts +1 -1
- package/splitbutton/splitbutton.module.d.ts +4 -10
- package/esm2020/listbutton/template-context.directive.mjs +0 -34
- package/listbutton/template-context.directive.d.ts +0 -17
|
@@ -7,11 +7,11 @@ import { validatePackage } from '@progress/kendo-licensing';
|
|
|
7
7
|
import { packageMetadata } from '../package-metadata';
|
|
8
8
|
import { ButtonItemTemplateDirective } from './button-item-template.directive';
|
|
9
9
|
import { SIZES } from '../util';
|
|
10
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
11
|
+
import { FocusableDirective } from '../focusable/focusable.directive';
|
|
12
|
+
import { NgClass, NgFor, NgIf } from '@angular/common';
|
|
13
|
+
import { TemplateContextDirective } from '@progress/kendo-angular-common';
|
|
10
14
|
import * as i0 from "@angular/core";
|
|
11
|
-
import * as i1 from "@angular/common";
|
|
12
|
-
import * as i2 from "@progress/kendo-angular-icons";
|
|
13
|
-
import * as i3 from "../focusable/focusable.directive";
|
|
14
|
-
import * as i4 from "./template-context.directive";
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
@@ -50,7 +50,7 @@ export class ListComponent {
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
53
|
-
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, selector: "kendo-button-list", inputs: { data: "data", textField: "textField", itemTemplate: "itemTemplate", size: "size" }, outputs: { onItemClick: "onItemClick", onItemBlur: "onItemBlur" }, ngImport: i0, template: `
|
|
53
|
+
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
54
54
|
<ul class="k-group k-menu-group k-reset" role="list" [ngClass]="sizeClass">
|
|
55
55
|
<li kendoButtonFocusable
|
|
56
56
|
*ngFor="let dataItem of data; let index = index;"
|
|
@@ -95,7 +95,7 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
95
95
|
</ng-template>
|
|
96
96
|
</li>
|
|
97
97
|
</ul>
|
|
98
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
98
|
+
`, 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"] }] });
|
|
99
99
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, decorators: [{
|
|
100
100
|
type: Component,
|
|
101
101
|
args: [{
|
|
@@ -146,6 +146,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
146
146
|
</li>
|
|
147
147
|
</ul>
|
|
148
148
|
`,
|
|
149
|
+
standalone: true,
|
|
150
|
+
imports: [NgClass, NgFor, FocusableDirective, NgIf, TemplateContextDirective, IconWrapperComponent]
|
|
149
151
|
}]
|
|
150
152
|
}], ctorParameters: function () { return []; }, propDecorators: { data: [{
|
|
151
153
|
type: Input
|
|
@@ -3,38 +3,31 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import { CommonModule } from '@angular/common';
|
|
7
6
|
import { ListComponent } from './list.component';
|
|
8
7
|
import { FocusableDirective } from './../focusable/focusable.directive';
|
|
9
8
|
import { ButtonItemTemplateDirective } from './button-item-template.directive';
|
|
10
|
-
import {
|
|
11
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
9
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
12
10
|
import * as i0 from "@angular/core";
|
|
13
11
|
const EXPORTED_DIRECTIVES = [
|
|
14
12
|
ListComponent,
|
|
15
13
|
FocusableDirective,
|
|
16
|
-
ButtonItemTemplateDirective
|
|
17
|
-
TemplateContextDirective
|
|
14
|
+
ButtonItemTemplateDirective
|
|
18
15
|
];
|
|
19
|
-
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
16
|
+
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
22
17
|
export class ListModule {
|
|
23
18
|
}
|
|
24
19
|
ListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
25
|
-
ListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ListModule,
|
|
20
|
+
ListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ListModule, imports: [ListComponent,
|
|
26
21
|
FocusableDirective,
|
|
27
|
-
ButtonItemTemplateDirective,
|
|
28
|
-
TemplateContextDirective], imports: [CommonModule, IconsModule], exports: [ListComponent,
|
|
22
|
+
ButtonItemTemplateDirective], exports: [ListComponent,
|
|
29
23
|
FocusableDirective,
|
|
30
|
-
ButtonItemTemplateDirective
|
|
31
|
-
|
|
32
|
-
ListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, imports: [CommonModule, IconsModule] });
|
|
24
|
+
ButtonItemTemplateDirective] });
|
|
25
|
+
ListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, providers: [IconsService], imports: [ListComponent] });
|
|
33
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListModule, decorators: [{
|
|
34
27
|
type: NgModule,
|
|
35
28
|
args: [{
|
|
36
|
-
|
|
37
|
-
exports: [EXPORTED_DIRECTIVES],
|
|
38
|
-
|
|
29
|
+
imports: [...EXPORTED_DIRECTIVES],
|
|
30
|
+
exports: [...EXPORTED_DIRECTIVES],
|
|
31
|
+
providers: [IconsService]
|
|
39
32
|
}]
|
|
40
33
|
}] });
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-buttons',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.
|
|
12
|
+
publishDate: 1722606732,
|
|
13
|
+
version: '16.6.0-develop.10',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -21,7 +21,7 @@ export class SplitButtonCustomMessagesComponent extends Messages {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
SplitButtonCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
24
|
-
SplitButtonCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitButtonCustomMessagesComponent, selector: "kendo-splitbutton-messages", providers: [{
|
|
24
|
+
SplitButtonCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitButtonCustomMessagesComponent, isStandalone: true, selector: "kendo-splitbutton-messages", providers: [{
|
|
25
25
|
provide: Messages,
|
|
26
26
|
useExisting: forwardRef(() => SplitButtonCustomMessagesComponent)
|
|
27
27
|
}], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
@@ -33,6 +33,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
33
33
|
useExisting: forwardRef(() => SplitButtonCustomMessagesComponent)
|
|
34
34
|
}],
|
|
35
35
|
selector: 'kendo-splitbutton-messages',
|
|
36
|
-
template:
|
|
36
|
+
template: ``,
|
|
37
|
+
standalone: true
|
|
37
38
|
}]
|
|
38
39
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -17,7 +17,7 @@ export class LocalizedSplitButtonMessagesDirective extends Messages {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
LocalizedSplitButtonMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedSplitButtonMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
-
LocalizedSplitButtonMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedSplitButtonMessagesDirective, selector: "[kendoSplitButtonLocalizedMessages]", providers: [
|
|
20
|
+
LocalizedSplitButtonMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedSplitButtonMessagesDirective, isStandalone: true, selector: "[kendoSplitButtonLocalizedMessages]", providers: [
|
|
21
21
|
{
|
|
22
22
|
provide: Messages,
|
|
23
23
|
useExisting: forwardRef(() => LocalizedSplitButtonMessagesDirective)
|
|
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
32
32
|
useExisting: forwardRef(() => LocalizedSplitButtonMessagesDirective)
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
|
-
selector: '[kendoSplitButtonLocalizedMessages]'
|
|
35
|
+
selector: '[kendoSplitButtonLocalizedMessages]',
|
|
36
|
+
standalone: true
|
|
36
37
|
}]
|
|
37
38
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -16,16 +16,16 @@ import { Keys } from '@progress/kendo-angular-common';
|
|
|
16
16
|
import { replaceMessagePlaceholder, getStylingClasses } from '../util';
|
|
17
17
|
import { PopupContainerService } from '../listbutton/container.service';
|
|
18
18
|
import { caretAltDownIcon } from '@progress/kendo-svg-icons';
|
|
19
|
+
import { ListComponent } from '../listbutton/list.component';
|
|
20
|
+
import { NgClass, NgIf } from '@angular/common';
|
|
21
|
+
import { ButtonComponent } from '../button/button.component';
|
|
22
|
+
import { LocalizedSplitButtonMessagesDirective } from './localization/localized-messages.directive';
|
|
19
23
|
import * as i0 from "@angular/core";
|
|
20
24
|
import * as i1 from "./../focusable/focus.service";
|
|
21
25
|
import * as i2 from "./../navigation/navigation.service";
|
|
22
26
|
import * as i3 from "@progress/kendo-angular-popup";
|
|
23
27
|
import * as i4 from "@progress/kendo-angular-l10n";
|
|
24
28
|
import * as i5 from "../listbutton/container.service";
|
|
25
|
-
import * as i6 from "@angular/common";
|
|
26
|
-
import * as i7 from "../button/button.component";
|
|
27
|
-
import * as i8 from "../listbutton/list.component";
|
|
28
|
-
import * as i9 from "./localization/localized-messages.directive";
|
|
29
29
|
const NAVIGATION_SETTINGS = {
|
|
30
30
|
useLeftRightArrows: true
|
|
31
31
|
};
|
|
@@ -561,7 +561,7 @@ export class SplitButtonComponent extends ListButton {
|
|
|
561
561
|
}
|
|
562
562
|
}
|
|
563
563
|
SplitButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonComponent, deps: [{ token: i1.FocusService }, { token: i2.NavigationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i0.ElementRef }, { token: i4.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i5.PopupContainerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
564
|
-
SplitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SplitButtonComponent, 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", buttonClass: "buttonClass", 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: [
|
|
564
|
+
SplitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", buttonClass: "buttonClass", 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: [
|
|
565
565
|
FocusService,
|
|
566
566
|
NavigationService,
|
|
567
567
|
NAVIGATION_SETTINGS_PROVIDER,
|
|
@@ -642,7 +642,7 @@ SplitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
642
642
|
</kendo-button-list>
|
|
643
643
|
</ng-template>
|
|
644
644
|
<ng-container #container></ng-container>
|
|
645
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
645
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedSplitButtonMessagesDirective, selector: "[kendoSplitButtonLocalizedMessages]" }, { kind: "component", type: 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: 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"] }] });
|
|
646
646
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonComponent, decorators: [{
|
|
647
647
|
type: Component,
|
|
648
648
|
args: [{
|
|
@@ -730,7 +730,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
730
730
|
</kendo-button-list>
|
|
731
731
|
</ng-template>
|
|
732
732
|
<ng-container #container></ng-container>
|
|
733
|
-
|
|
733
|
+
`,
|
|
734
|
+
standalone: true,
|
|
735
|
+
imports: [LocalizedSplitButtonMessagesDirective, ButtonComponent, NgClass, NgIf, ListComponent]
|
|
734
736
|
}]
|
|
735
737
|
}], ctorParameters: function () { return [{ type: i1.FocusService }, { type: i2.NavigationService }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i3.PopupService }, { type: i0.ElementRef }, { type: i4.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i5.PopupContainerService }]; }, propDecorators: { text: [{
|
|
736
738
|
type: Input
|
|
@@ -3,33 +3,32 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { SplitButtonComponent } from './splitbutton.component';
|
|
11
|
-
import { LocalizedSplitButtonMessagesDirective } from './localization/localized-messages.directive';
|
|
12
|
-
import { SplitButtonCustomMessagesComponent } from './localization/custom-messages.component';
|
|
13
|
-
import { ToggleButtonTabStopModule } from '@progress/kendo-angular-common';
|
|
6
|
+
import { KENDO_SPLITBUTTON } from '../directives';
|
|
7
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
8
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
9
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
14
10
|
import * as i0 from "@angular/core";
|
|
11
|
+
import * as i1 from "./splitbutton.component";
|
|
12
|
+
import * as i2 from "./localization/custom-messages.component";
|
|
13
|
+
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
15
14
|
/**
|
|
16
|
-
* @hidden
|
|
17
15
|
*
|
|
18
16
|
* The exported package module.
|
|
19
17
|
*
|
|
20
18
|
* The package exports:
|
|
21
|
-
* - `SplitButtonComponent`—The
|
|
19
|
+
* - `SplitButtonComponent`—The SplitButton component class.
|
|
20
|
+
* - `SplitButtonCustomMessagesComponent`—The SplitButton custom messages component class.
|
|
22
21
|
*/
|
|
23
22
|
export class SplitButtonModule {
|
|
24
23
|
}
|
|
25
24
|
SplitButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
26
|
-
SplitButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonModule,
|
|
27
|
-
SplitButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonModule,
|
|
25
|
+
SplitButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonModule, imports: [i1.SplitButtonComponent, i2.SplitButtonCustomMessagesComponent], exports: [i1.SplitButtonComponent, i2.SplitButtonCustomMessagesComponent] });
|
|
26
|
+
SplitButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [KENDO_SPLITBUTTON] });
|
|
28
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SplitButtonModule, decorators: [{
|
|
29
28
|
type: NgModule,
|
|
30
29
|
args: [{
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
exports: [...KENDO_SPLITBUTTON],
|
|
31
|
+
imports: [...KENDO_SPLITBUTTON],
|
|
32
|
+
providers: [IconsService, PopupService, ResizeBatchService]
|
|
34
33
|
}]
|
|
35
34
|
}] });
|