@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
|
@@ -10,10 +10,10 @@ import { validatePackage } from '@progress/kendo-licensing';
|
|
|
10
10
|
import { packageMetadata } from '../package-metadata';
|
|
11
11
|
import { closest, getStylingClasses, getThemeColorClasses } from '../util';
|
|
12
12
|
import { moreVerticalIcon, xCircleIcon } from '@progress/kendo-svg-icons';
|
|
13
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
14
|
+
import { NgIf, NgClass } from '@angular/common';
|
|
13
15
|
import * as i0 from "@angular/core";
|
|
14
16
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
15
|
-
import * as i2 from "@angular/common";
|
|
16
|
-
import * as i3 from "@progress/kendo-angular-icons";
|
|
17
17
|
const DEFAULT_SIZE = 'medium';
|
|
18
18
|
const DEFAULT_ROUNDED = 'medium';
|
|
19
19
|
const DEFAULT_THEME_COLOR = 'base';
|
|
@@ -326,7 +326,7 @@ export class ChipComponent {
|
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
ChipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
329
|
-
ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipComponent, selector: "kendo-chip", inputs: { label: "label", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", avatarClass: "avatarClass", 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: [
|
|
329
|
+
ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ChipComponent, isStandalone: true, selector: "kendo-chip", inputs: { label: "label", icon: "icon", svgIcon: "svgIcon", iconClass: "iconClass", avatarClass: "avatarClass", 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: [
|
|
330
330
|
LocalizationService,
|
|
331
331
|
{
|
|
332
332
|
provide: L10N_PREFIX,
|
|
@@ -379,7 +379,7 @@ ChipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
379
379
|
[customFontClass]="removeIcon"></kendo-icon-wrapper>
|
|
380
380
|
</span>
|
|
381
381
|
</span>
|
|
382
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
382
|
+
`, 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"] }] });
|
|
383
383
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipComponent, decorators: [{
|
|
384
384
|
type: Component,
|
|
385
385
|
args: [{
|
|
@@ -438,7 +438,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
438
438
|
provide: L10N_PREFIX,
|
|
439
439
|
useValue: 'kendo.chip'
|
|
440
440
|
}
|
|
441
|
-
]
|
|
441
|
+
],
|
|
442
|
+
standalone: true,
|
|
443
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
442
444
|
}]
|
|
443
445
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i1.LocalizationService }]; }, propDecorators: { label: [{
|
|
444
446
|
type: Input
|
|
@@ -3,18 +3,12 @@
|
|
|
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 { ChipListComponent } from './chip-list.component';
|
|
9
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
6
|
+
import { KENDO_CHIPLIST } from '../directives';
|
|
7
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
10
8
|
import * as i0 from "@angular/core";
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
];
|
|
15
|
-
const declarations = [
|
|
16
|
-
...exportedModules
|
|
17
|
-
];
|
|
9
|
+
import * as i1 from "./chip.component";
|
|
10
|
+
import * as i2 from "./chip-list.component";
|
|
11
|
+
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
18
12
|
/**
|
|
19
13
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
20
14
|
* definition for the Chip and ChipList components.
|
|
@@ -46,15 +40,13 @@ const declarations = [
|
|
|
46
40
|
export class ChipModule {
|
|
47
41
|
}
|
|
48
42
|
ChipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
49
|
-
ChipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ChipModule,
|
|
50
|
-
|
|
51
|
-
ChipListComponent] });
|
|
52
|
-
ChipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipModule, imports: [CommonModule, IconsModule] });
|
|
43
|
+
ChipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ChipModule, imports: [i1.ChipComponent, i2.ChipListComponent], exports: [i1.ChipComponent, i2.ChipListComponent] });
|
|
44
|
+
ChipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipModule, providers: [IconsService], imports: [KENDO_CHIPLIST] });
|
|
53
45
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ChipModule, decorators: [{
|
|
54
46
|
type: NgModule,
|
|
55
47
|
args: [{
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
48
|
+
exports: [...KENDO_CHIPLIST],
|
|
49
|
+
imports: [...KENDO_CHIPLIST],
|
|
50
|
+
providers: [IconsService]
|
|
59
51
|
}]
|
|
60
52
|
}] });
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { ButtonComponent } from './button/button.component';
|
|
6
|
+
import { ButtonGroupComponent } from './buttongroup/buttongroup.component';
|
|
7
|
+
import { ChipListComponent } from './chip/chip-list.component';
|
|
8
|
+
import { ChipComponent } from './chip/chip.component';
|
|
9
|
+
import { DropDownButtonComponent } from './dropdownbutton/dropdownbutton.component';
|
|
10
|
+
import { FloatingActionButtonComponent } from './floatingactionbutton/floatingactionbutton.component';
|
|
11
|
+
import { DialItemTemplateDirective } from './floatingactionbutton/templates/dial-item-template.directive';
|
|
12
|
+
import { FloatingActionButtonTemplateDirective } from './floatingactionbutton/templates/fab-template.directive';
|
|
13
|
+
import { SplitButtonCustomMessagesComponent } from './splitbutton/localization/custom-messages.component';
|
|
14
|
+
import { SplitButtonComponent } from './splitbutton/splitbutton.component';
|
|
15
|
+
import { ButtonItemTemplateDirective } from './listbutton/button-item-template.directive';
|
|
16
|
+
/**
|
|
17
|
+
* Utility array that contains all `Button` related components and directives
|
|
18
|
+
*/
|
|
19
|
+
export const KENDO_BUTTON = [
|
|
20
|
+
ButtonComponent
|
|
21
|
+
];
|
|
22
|
+
/**
|
|
23
|
+
* Utility array that contains all `ButtonGroup` related components and directives
|
|
24
|
+
*/
|
|
25
|
+
export const KENDO_BUTTONGROUP = [
|
|
26
|
+
ButtonComponent,
|
|
27
|
+
ButtonGroupComponent
|
|
28
|
+
];
|
|
29
|
+
/**
|
|
30
|
+
* Utility array that contains all `DropDownButton` related components and directives
|
|
31
|
+
*/
|
|
32
|
+
export const KENDO_DROPDOWNBUTTON = [
|
|
33
|
+
DropDownButtonComponent,
|
|
34
|
+
ButtonItemTemplateDirective
|
|
35
|
+
];
|
|
36
|
+
/**
|
|
37
|
+
* Utility array that contains all `Chip` related components and directives
|
|
38
|
+
*/
|
|
39
|
+
export const KENDO_CHIP = [
|
|
40
|
+
ChipComponent
|
|
41
|
+
];
|
|
42
|
+
/**
|
|
43
|
+
* Utility array that contains all `ChipList` related components and directives
|
|
44
|
+
*/
|
|
45
|
+
export const KENDO_CHIPLIST = [
|
|
46
|
+
ChipComponent,
|
|
47
|
+
ChipListComponent
|
|
48
|
+
];
|
|
49
|
+
/**
|
|
50
|
+
* Utility array that contains all `FloatingActionButton` related components and directives
|
|
51
|
+
*/
|
|
52
|
+
export const KENDO_FLOATINGACTIONBUTTON = [
|
|
53
|
+
FloatingActionButtonComponent,
|
|
54
|
+
DialItemTemplateDirective,
|
|
55
|
+
FloatingActionButtonTemplateDirective
|
|
56
|
+
];
|
|
57
|
+
/**
|
|
58
|
+
* Utility array that contains all `SplitButton` related components and directives
|
|
59
|
+
*/
|
|
60
|
+
export const KENDO_SPLITBUTTON = [
|
|
61
|
+
SplitButtonComponent,
|
|
62
|
+
SplitButtonCustomMessagesComponent
|
|
63
|
+
];
|
|
64
|
+
/**
|
|
65
|
+
* Utility array that contains all `@progress/kendo-angular-buttons` related components and directives
|
|
66
|
+
*/
|
|
67
|
+
export const KENDO_BUTTONS = [
|
|
68
|
+
...KENDO_BUTTON,
|
|
69
|
+
...KENDO_BUTTONGROUP,
|
|
70
|
+
...KENDO_DROPDOWNBUTTON,
|
|
71
|
+
...KENDO_CHIP,
|
|
72
|
+
...KENDO_CHIPLIST,
|
|
73
|
+
...KENDO_FLOATINGACTIONBUTTON,
|
|
74
|
+
...KENDO_SPLITBUTTON
|
|
75
|
+
];
|
|
@@ -14,15 +14,14 @@ import { FocusService } from '../focusable/focus.service';
|
|
|
14
14
|
import { NavigationService } from '../navigation/navigation.service';
|
|
15
15
|
import { NAVIGATION_CONFIG } from '../navigation/navigation-config';
|
|
16
16
|
import { PopupContainerService } from '../listbutton/container.service';
|
|
17
|
+
import { NgClass } from '@angular/common';
|
|
18
|
+
import { ButtonComponent } from '../button/button.component';
|
|
17
19
|
import * as i0 from "@angular/core";
|
|
18
20
|
import * as i1 from "../focusable/focus.service";
|
|
19
21
|
import * as i2 from "../navigation/navigation.service";
|
|
20
22
|
import * as i3 from "@progress/kendo-angular-popup";
|
|
21
23
|
import * as i4 from "@progress/kendo-angular-l10n";
|
|
22
24
|
import * as i5 from "../listbutton/container.service";
|
|
23
|
-
import * as i6 from "@angular/common";
|
|
24
|
-
import * as i7 from "../listbutton/list.component";
|
|
25
|
-
import * as i8 from "../button/button.component";
|
|
26
25
|
const NAVIGATION_SETTINGS = {
|
|
27
26
|
useLeftRightArrows: true
|
|
28
27
|
};
|
|
@@ -309,7 +308,7 @@ export class DropDownButtonComponent extends ListButton {
|
|
|
309
308
|
}
|
|
310
309
|
}
|
|
311
310
|
DropDownButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonComponent, 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: i5.PopupContainerService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
312
|
-
DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownButtonComponent, 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", "class.k-dropdown-button": "this.widgetClasses", "attr.dir": "this.dir" } }, providers: [
|
|
311
|
+
DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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", "class.k-dropdown-button": "this.widgetClasses", "attr.dir": "this.dir" } }, providers: [
|
|
313
312
|
FocusService,
|
|
314
313
|
NavigationService,
|
|
315
314
|
NAVIGATION_SETTINGS_PROVIDER,
|
|
@@ -362,7 +361,7 @@ DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
362
361
|
</kendo-button-list>
|
|
363
362
|
</ng-template>
|
|
364
363
|
<ng-container #container></ng-container>
|
|
365
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
364
|
+
`, isInline: true, dependencies: [{ 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: "component", type: ListComponent, selector: "kendo-button-list", inputs: ["data", "textField", "itemTemplate", "size"], outputs: ["onItemClick", "onItemBlur"] }] });
|
|
366
365
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonComponent, decorators: [{
|
|
367
366
|
type: Component,
|
|
368
367
|
args: [{
|
|
@@ -422,7 +421,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
422
421
|
</kendo-button-list>
|
|
423
422
|
</ng-template>
|
|
424
423
|
<ng-container #container></ng-container>
|
|
425
|
-
|
|
424
|
+
`,
|
|
425
|
+
standalone: true,
|
|
426
|
+
imports: [ButtonComponent, NgClass, ListComponent]
|
|
426
427
|
}]
|
|
427
428
|
}], 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: i5.PopupContainerService }, { type: i0.Renderer2 }]; }, propDecorators: { arrowIcon: [{
|
|
428
429
|
type: Input
|
|
@@ -3,30 +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 { DropDownButtonComponent } from './dropdownbutton.component';
|
|
6
|
+
import { KENDO_DROPDOWNBUTTON } from '../directives';
|
|
7
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
8
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
9
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
11
10
|
import * as i0 from "@angular/core";
|
|
11
|
+
import * as i1 from "./dropdownbutton.component";
|
|
12
|
+
import * as i2 from "../listbutton/button-item-template.directive";
|
|
13
|
+
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
12
14
|
/**
|
|
13
|
-
* @hidden
|
|
14
15
|
*
|
|
15
16
|
* The exported package module.
|
|
16
17
|
*
|
|
17
18
|
* The package exports:
|
|
18
19
|
* - `DropDownButtonComponent`—The DropDownButtonComponent component class.
|
|
20
|
+
* - `ButtonItemTemplateDirective`—The Button item template directive.
|
|
19
21
|
*/
|
|
20
22
|
export class DropDownButtonModule {
|
|
21
23
|
}
|
|
22
24
|
DropDownButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
23
|
-
DropDownButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule,
|
|
24
|
-
DropDownButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule,
|
|
25
|
+
DropDownButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, imports: [i1.DropDownButtonComponent, i2.ButtonItemTemplateDirective], exports: [i1.DropDownButtonComponent, i2.ButtonItemTemplateDirective] });
|
|
26
|
+
DropDownButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [i1.DropDownButtonComponent] });
|
|
25
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownButtonModule, decorators: [{
|
|
26
28
|
type: NgModule,
|
|
27
29
|
args: [{
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
exports: [...KENDO_DROPDOWNBUTTON],
|
|
31
|
+
imports: [...KENDO_DROPDOWNBUTTON],
|
|
32
|
+
providers: [IconsService, PopupService, ResizeBatchService]
|
|
31
33
|
}]
|
|
32
34
|
}] });
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, ElementRef, HostBinding, Input, Renderer2, TemplateRef } from "@angular/core";
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
+
import { IconWrapperComponent } from "@progress/kendo-angular-icons";
|
|
8
|
+
import { NgIf, NgTemplateOutlet } from "@angular/common";
|
|
7
9
|
import * as i0 from "@angular/core";
|
|
8
10
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
9
|
-
import * as i2 from "@angular/common";
|
|
10
|
-
import * as i3 from "@progress/kendo-angular-icons";
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
@@ -61,7 +61,7 @@ export class DialItemComponent {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
DialItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
64
|
-
DialItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DialItemComponent, 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: `
|
|
64
|
+
DialItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
65
65
|
<ng-template *ngIf="dialItemTemplate"
|
|
66
66
|
[ngTemplateOutlet]="dialItemTemplate"
|
|
67
67
|
[ngTemplateOutletContext]="{ $implicit: item, index: index, isFocused: isFocused }"
|
|
@@ -77,7 +77,7 @@ DialItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
77
77
|
[customFontClass]="item.iconClass"
|
|
78
78
|
[svgIcon]="item.svgIcon"></kendo-icon-wrapper>
|
|
79
79
|
</ng-container>
|
|
80
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
80
|
+
`, 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"] }] });
|
|
81
81
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialItemComponent, decorators: [{
|
|
82
82
|
type: Component,
|
|
83
83
|
args: [{
|
|
@@ -99,7 +99,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
99
99
|
[customFontClass]="item.iconClass"
|
|
100
100
|
[svgIcon]="item.svgIcon"></kendo-icon-wrapper>
|
|
101
101
|
</ng-container>
|
|
102
|
-
|
|
102
|
+
`,
|
|
103
|
+
standalone: true,
|
|
104
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
103
105
|
}]
|
|
104
106
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
105
107
|
type: HostBinding,
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
import { ChangeDetectorRef, Component, HostBinding, Input, TemplateRef } from "@angular/core";
|
|
6
6
|
import { Subscription } from 'rxjs';
|
|
7
7
|
import { FocusService } from '../focusable/focus.service';
|
|
8
|
+
import { DialItemComponent } from "./dial-item.component";
|
|
9
|
+
import { FocusableDirective } from "../focusable/focusable.directive";
|
|
10
|
+
import { NgFor, NgClass, NgStyle } from "@angular/common";
|
|
8
11
|
import * as i0 from "@angular/core";
|
|
9
12
|
import * as i1 from "../focusable/focus.service";
|
|
10
|
-
import * as i2 from "@angular/common";
|
|
11
|
-
import * as i3 from "../focusable/focusable.directive";
|
|
12
|
-
import * as i4 from "./dial-item.component";
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
15
15
|
*/
|
|
@@ -35,7 +35,7 @@ export class DialListComponent {
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
DialListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialListComponent, deps: [{ token: i1.FocusService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
38
|
-
DialListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DialListComponent, 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: `
|
|
38
|
+
DialListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
39
39
|
<ng-container *ngFor='let item of dialItems; let idx = index'>
|
|
40
40
|
<li
|
|
41
41
|
kendoButtonFocusable
|
|
@@ -50,7 +50,7 @@ DialListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
50
50
|
>
|
|
51
51
|
</li>
|
|
52
52
|
</ng-container>
|
|
53
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
53
|
+
`, 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"] }] });
|
|
54
54
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialListComponent, decorators: [{
|
|
55
55
|
type: Component,
|
|
56
56
|
args: [{
|
|
@@ -71,7 +71,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
71
71
|
>
|
|
72
72
|
</li>
|
|
73
73
|
</ng-container>
|
|
74
|
-
|
|
74
|
+
`,
|
|
75
|
+
standalone: true,
|
|
76
|
+
imports: [NgFor, FocusableDirective, DialItemComponent, NgClass, NgStyle]
|
|
75
77
|
}]
|
|
76
78
|
}], ctorParameters: function () { return [{ type: i1.FocusService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { hostClass: [{
|
|
77
79
|
type: HostBinding,
|
|
@@ -21,16 +21,16 @@ import { closeAnimation, openAnimation } from './animations/animations';
|
|
|
21
21
|
import { PreventableEvent } from '../preventable-event';
|
|
22
22
|
import { DialItemTemplateDirective } from './templates/dial-item-template.directive';
|
|
23
23
|
import { FloatingActionButtonTemplateDirective } from './templates/fab-template.directive';
|
|
24
|
+
import { DialListComponent } from './dial-list.component';
|
|
25
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
26
|
+
import { EventsOutsideAngularDirective } from '@progress/kendo-angular-common';
|
|
27
|
+
import { NgClass, NgIf, NgTemplateOutlet } from '@angular/common';
|
|
24
28
|
import * as i0 from "@angular/core";
|
|
25
29
|
import * as i1 from "../focusable/focus.service";
|
|
26
30
|
import * as i2 from "../navigation/navigation.service";
|
|
27
31
|
import * as i3 from "@progress/kendo-angular-popup";
|
|
28
32
|
import * as i4 from "@angular/animations";
|
|
29
33
|
import * as i5 from "@progress/kendo-angular-l10n";
|
|
30
|
-
import * as i6 from "@angular/common";
|
|
31
|
-
import * as i7 from "@progress/kendo-angular-common";
|
|
32
|
-
import * as i8 from "@progress/kendo-angular-icons";
|
|
33
|
-
import * as i9 from "./dial-list.component";
|
|
34
34
|
const NAVIGATION_SETTINGS = {
|
|
35
35
|
useLeftRightArrows: false
|
|
36
36
|
};
|
|
@@ -723,7 +723,7 @@ export class FloatingActionButtonComponent {
|
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
725
|
FloatingActionButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.FocusService }, { token: i2.NavigationService }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i4.AnimationBuilder }, { token: i5.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
726
|
-
FloatingActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FloatingActionButtonComponent, 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: [
|
|
726
|
+
FloatingActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
727
727
|
FocusService,
|
|
728
728
|
NavigationService,
|
|
729
729
|
NAVIGATION_SETTINGS_PROVIDER,
|
|
@@ -789,7 +789,7 @@ FloatingActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
789
789
|
>
|
|
790
790
|
</ul>
|
|
791
791
|
</ng-template>
|
|
792
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
792
|
+
`, 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"] }] });
|
|
793
793
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonComponent, decorators: [{
|
|
794
794
|
type: Component,
|
|
795
795
|
args: [{
|
|
@@ -861,7 +861,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
861
861
|
>
|
|
862
862
|
</ul>
|
|
863
863
|
</ng-template>
|
|
864
|
-
|
|
864
|
+
`,
|
|
865
|
+
standalone: true,
|
|
866
|
+
imports: [NgClass, EventsOutsideAngularDirective, NgIf, NgTemplateOutlet, IconWrapperComponent, DialListComponent]
|
|
865
867
|
}]
|
|
866
868
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.FocusService }, { type: i2.NavigationService }, { type: i0.NgZone }, { type: i3.PopupService }, { type: i4.AnimationBuilder }, { type: i5.LocalizationService }]; }, propDecorators: { fixedClass: [{
|
|
867
869
|
type: HostBinding,
|
|
@@ -3,27 +3,15 @@
|
|
|
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 { DialListComponent } from './dial-list.component';
|
|
11
|
-
import { DialItemComponent } from './dial-item.component';
|
|
12
|
-
import { ListModule } from '../listbutton/list.module';
|
|
13
|
-
import { EventsModule } from '@progress/kendo-angular-common';
|
|
14
|
-
import { PopupModule } from '@progress/kendo-angular-popup';
|
|
15
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
6
|
+
import { KENDO_FLOATINGACTIONBUTTON } 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';
|
|
16
10
|
import * as i0 from "@angular/core";
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
];
|
|
22
|
-
const declarations = [
|
|
23
|
-
...exportedModules,
|
|
24
|
-
DialListComponent,
|
|
25
|
-
DialItemComponent
|
|
26
|
-
];
|
|
11
|
+
import * as i1 from "./floatingactionbutton.component";
|
|
12
|
+
import * as i2 from "./templates/dial-item-template.directive";
|
|
13
|
+
import * as i3 from "./templates/fab-template.directive";
|
|
14
|
+
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
27
15
|
/**
|
|
28
16
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
29
17
|
* definition for the FloatingActionButton component.
|
|
@@ -55,18 +43,13 @@ const declarations = [
|
|
|
55
43
|
export class FloatingActionButtonModule {
|
|
56
44
|
}
|
|
57
45
|
FloatingActionButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
58
|
-
FloatingActionButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule,
|
|
59
|
-
|
|
60
|
-
FloatingActionButtonTemplateDirective, DialListComponent,
|
|
61
|
-
DialItemComponent], imports: [CommonModule, PopupModule, ListModule, EventsModule, IconsModule], exports: [FloatingActionButtonComponent,
|
|
62
|
-
DialItemTemplateDirective,
|
|
63
|
-
FloatingActionButtonTemplateDirective] });
|
|
64
|
-
FloatingActionButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, imports: [CommonModule, PopupModule, ListModule, EventsModule, IconsModule] });
|
|
46
|
+
FloatingActionButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, imports: [i1.FloatingActionButtonComponent, i2.DialItemTemplateDirective, i3.FloatingActionButtonTemplateDirective], exports: [i1.FloatingActionButtonComponent, i2.DialItemTemplateDirective, i3.FloatingActionButtonTemplateDirective] });
|
|
47
|
+
FloatingActionButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, providers: [IconsService, PopupService, ResizeBatchService], imports: [i1.FloatingActionButtonComponent] });
|
|
65
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonModule, decorators: [{
|
|
66
49
|
type: NgModule,
|
|
67
50
|
args: [{
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
51
|
+
exports: [...KENDO_FLOATINGACTIONBUTTON],
|
|
52
|
+
imports: [...KENDO_FLOATINGACTIONBUTTON],
|
|
53
|
+
providers: [IconsService, PopupService, ResizeBatchService]
|
|
71
54
|
}]
|
|
72
55
|
}] });
|
|
@@ -16,11 +16,12 @@ export class DialItemTemplateDirective {
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
DialItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19
|
-
DialItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DialItemTemplateDirective, selector: "[kendoDialItemTemplate]", ngImport: i0 });
|
|
19
|
+
DialItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DialItemTemplateDirective, isStandalone: true, selector: "[kendoDialItemTemplate]", ngImport: i0 });
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialItemTemplateDirective, decorators: [{
|
|
21
21
|
type: Directive,
|
|
22
22
|
args: [{
|
|
23
|
-
selector: '[kendoDialItemTemplate]'
|
|
23
|
+
selector: '[kendoDialItemTemplate]',
|
|
24
|
+
standalone: true
|
|
24
25
|
}]
|
|
25
26
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
26
27
|
type: Optional
|
|
@@ -16,11 +16,12 @@ export class FloatingActionButtonTemplateDirective {
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
FloatingActionButtonTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
19
|
-
FloatingActionButtonTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FloatingActionButtonTemplateDirective, selector: "[kendoFloatingActionButtonTemplate]", ngImport: i0 });
|
|
19
|
+
FloatingActionButtonTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FloatingActionButtonTemplateDirective, isStandalone: true, selector: "[kendoFloatingActionButtonTemplate]", ngImport: i0 });
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FloatingActionButtonTemplateDirective, decorators: [{
|
|
21
21
|
type: Directive,
|
|
22
22
|
args: [{
|
|
23
|
-
selector: '[kendoFloatingActionButtonTemplate]'
|
|
23
|
+
selector: '[kendoFloatingActionButtonTemplate]',
|
|
24
|
+
standalone: true
|
|
24
25
|
}]
|
|
25
26
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
26
27
|
type: Optional
|
|
@@ -51,11 +51,12 @@ export class FocusableDirective {
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, deps: [{ token: i1.FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
54
|
-
FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, selector: "[kendoButtonFocusable]", inputs: { index: "index" }, ngImport: i0 });
|
|
54
|
+
FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, isStandalone: true, selector: "[kendoButtonFocusable]", inputs: { index: "index" }, ngImport: i0 });
|
|
55
55
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, decorators: [{
|
|
56
56
|
type: Directive,
|
|
57
57
|
args: [{
|
|
58
|
-
selector: '[kendoButtonFocusable]'
|
|
58
|
+
selector: '[kendoButtonFocusable]',
|
|
59
|
+
standalone: true
|
|
59
60
|
}]
|
|
60
61
|
}], ctorParameters: function () { return [{ type: i1.FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { index: [{
|
|
61
62
|
type: Input
|
package/esm2020/index.mjs
CHANGED
|
@@ -15,7 +15,6 @@ export { DropDownButtonComponent, DropDownButtonComponent as DropDownButton } fr
|
|
|
15
15
|
export { DropDownButtonModule } from './dropdownbutton/dropdownbutton.module';
|
|
16
16
|
export { ButtonItemTemplateDirective } from './listbutton/button-item-template.directive';
|
|
17
17
|
export { ListComponent } from './listbutton/list.component';
|
|
18
|
-
export { TemplateContextDirective } from './listbutton/template-context.directive';
|
|
19
18
|
export { ListModule } from './listbutton/list.module';
|
|
20
19
|
export { ChipComponent } from './chip/chip.component';
|
|
21
20
|
export { ChipListComponent } from './chip/chip-list.component';
|
|
@@ -28,3 +27,4 @@ export { DialItemTemplateDirective } from './floatingactionbutton/templates/dial
|
|
|
28
27
|
export { FocusableDirective } from './focusable/focusable.directive';
|
|
29
28
|
export { PreventableEvent } from './preventable-event';
|
|
30
29
|
export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
|
|
30
|
+
export * from './directives';
|
|
@@ -50,7 +50,7 @@ import * as i0 from "@angular/core";
|
|
|
50
50
|
* }
|
|
51
51
|
* ```
|
|
52
52
|
*
|
|
53
|
-
* For more examples, refer to the article on the [
|
|
53
|
+
* For more examples, refer to the article on the [DropDownButton templates](slug:itemstemplates_dropdownbutton).
|
|
54
54
|
*/
|
|
55
55
|
export class ButtonItemTemplateDirective {
|
|
56
56
|
constructor(templateRef) {
|
|
@@ -58,10 +58,11 @@ export class ButtonItemTemplateDirective {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
ButtonItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
61
|
-
ButtonItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ButtonItemTemplateDirective, selector: "[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]", ngImport: i0 });
|
|
61
|
+
ButtonItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ButtonItemTemplateDirective, isStandalone: true, selector: "[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]", ngImport: i0 });
|
|
62
62
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ButtonItemTemplateDirective, decorators: [{
|
|
63
63
|
type: Directive,
|
|
64
64
|
args: [{
|
|
65
|
-
selector: '[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]'
|
|
65
|
+
selector: '[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]',
|
|
66
|
+
standalone: true
|
|
66
67
|
}]
|
|
67
68
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|