@progress/kendo-angular-buttons 7.0.6 → 8.0.0-dev.202204190655
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/bundles/kendo-angular-buttons.umd.js +5 -0
- package/{dist/es2015/button → button}/button.directive.d.ts +64 -62
- package/{dist/es2015/button → button}/button.module.d.ts +5 -0
- package/{dist/es2015/button → button}/button.service.d.ts +3 -0
- package/{dist/es2015/button → button}/selection-settings.d.ts +0 -0
- package/{dist/es2015/buttongroup → buttongroup}/buttongroup.component.d.ts +14 -11
- package/{dist/es2015/buttongroup → buttongroup}/buttongroup.module.d.ts +7 -0
- package/{dist/es2015/buttons.module.d.ts → buttons.module.d.ts} +10 -0
- package/{dist/es2015/chip → chip}/chip-content-click-event-args.interface.d.ts +0 -0
- package/{dist/es2015/chip → chip}/chip-list-remove-event-args.interface.d.ts +0 -0
- package/{dist/es2015/chip → chip}/chip-list.component.d.ts +8 -4
- package/{dist/es2015/chip → chip}/chip-remove-event-args.interface.d.ts +0 -0
- package/{dist/es2015/chip → chip}/chip.component.d.ts +39 -33
- package/{dist/es2015/chip → chip}/chip.module.d.ts +7 -0
- package/{dist/es2015/chip → chip}/models/selection.d.ts +0 -0
- package/{dist/es2015/common → common}/models/fillmode.d.ts +2 -2
- package/{dist/es2015/common → common}/models/rounded.d.ts +2 -2
- package/{dist/es2015/common → common}/models/size.d.ts +3 -3
- package/{dist/es2015/common → common}/models/styling-classes.d.ts +0 -0
- package/{dist/es2015/common → common}/models/theme-color.d.ts +3 -3
- package/{dist/es2015/common → common}/models.d.ts +0 -1
- package/{dist/es2015/direction.d.ts → direction.d.ts} +0 -0
- package/{dist/es2015/dropdownbutton → dropdownbutton}/dropdownbutton.component.d.ts +37 -38
- package/dropdownbutton/dropdownbutton.module.d.ts +23 -0
- package/{dist/es2015 → esm2015}/button/button.directive.js +145 -215
- package/{dist/es2015 → esm2015}/button/button.module.js +13 -10
- package/{dist/es2015 → esm2015}/button/button.service.js +8 -10
- package/{dist/es → esm2015}/button/selection-settings.js +1 -0
- package/{dist/es2015 → esm2015}/buttongroup/buttongroup.component.js +88 -111
- package/esm2015/buttongroup/buttongroup.module.js +30 -0
- package/{dist/es → esm2015}/buttons.module.js +12 -12
- package/{dist/es2015 → esm2015}/chip/chip-content-click-event-args.interface.js +1 -0
- package/{dist/es2015 → esm2015}/chip/chip-list-remove-event-args.interface.js +1 -0
- package/{dist/es2015 → esm2015}/chip/chip-list.component.js +62 -73
- package/{dist/es2015 → esm2015}/chip/chip-remove-event-args.interface.js +1 -0
- package/{dist/es2015 → esm2015}/chip/chip.component.js +171 -167
- package/{dist/es2015 → esm2015}/chip/chip.module.js +16 -11
- package/{dist/es → esm2015}/chip/models/selection.js +1 -0
- package/{dist/es → esm2015}/common/models/fillmode.js +1 -0
- package/{dist/es → esm2015}/common/models/rounded.js +1 -0
- package/{dist/es → esm2015}/common/models/size.js +1 -0
- package/{dist/es → esm2015}/common/models/styling-classes.js +1 -0
- package/{dist/es → esm2015}/common/models/theme-color.js +1 -0
- package/{dist/es → esm2015}/common/models.js +5 -0
- package/{dist/es → esm2015}/direction.js +1 -0
- package/{dist/es2015 → esm2015}/dropdownbutton/dropdownbutton.component.js +185 -214
- package/esm2015/dropdownbutton/dropdownbutton.module.js +32 -0
- package/{dist/es2015 → esm2015}/floatingactionbutton/animations/animations.js +0 -0
- package/esm2015/floatingactionbutton/dial-item.component.js +127 -0
- package/esm2015/floatingactionbutton/dial-list.component.js +90 -0
- package/{dist/es2015 → esm2015}/floatingactionbutton/floatingactionbutton.component.js +205 -210
- package/{dist/es2015 → esm2015}/floatingactionbutton/floatingactionbutton.module.js +19 -11
- package/{dist/es → esm2015}/floatingactionbutton/models/align.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/item-animation.interface.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/item-click.event.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/item.interface.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/offset.js +1 -0
- package/{dist/es → esm2015}/floatingactionbutton/models/position-mode.js +1 -0
- package/esm2015/floatingactionbutton/templates/dial-item-template.directive.js +27 -0
- package/esm2015/floatingactionbutton/templates/fab-template.directive.js +27 -0
- package/{dist/es2015 → esm2015}/floatingactionbutton/utils.js +0 -0
- package/{dist/es2015 → esm2015}/focusable/focus.service.js +8 -10
- package/{dist/es2015 → esm2015}/focusable/focusable.directive.js +20 -27
- package/{dist/es2015/listbutton/list.module.d.ts → esm2015/kendo-angular-buttons.js} +2 -3
- package/{dist/es2015 → esm2015}/listbutton/button-item-template.directive.js +12 -12
- package/{dist/es2015 → esm2015}/listbutton/list-button.js +30 -37
- package/{dist/es → esm2015}/listbutton/list-item-model.js +1 -0
- package/esm2015/listbutton/list.component.js +140 -0
- package/esm2015/listbutton/list.module.js +39 -0
- package/{dist/es → esm2015}/listbutton/popup-settings.js +1 -0
- package/esm2015/listbutton/template-context.directive.js +34 -0
- package/{dist/es2015 → esm2015}/main.js +7 -0
- package/{dist/es → esm2015}/navigation/key-events.js +0 -0
- package/{dist/es2015 → esm2015}/navigation/navigation-action.js +1 -0
- package/{dist/es2015 → esm2015}/navigation/navigation-config.js +0 -0
- package/{dist/es2015 → esm2015}/navigation/navigation.service.js +11 -9
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/es2015 → esm2015}/preventable-event.js +0 -0
- package/esm2015/splitbutton/localization/custom-messages.component.js +37 -0
- package/esm2015/splitbutton/localization/localized-messages.directive.js +36 -0
- package/esm2015/splitbutton/localization/messages.js +23 -0
- package/{dist/es2015 → esm2015}/splitbutton/splitbutton.component.js +221 -209
- package/esm2015/splitbutton/splitbutton.module.js +34 -0
- package/{dist/es2015 → esm2015}/util.js +7 -7
- package/{dist/fesm2015/index.js → fesm2015/kendo-angular-buttons.js} +1885 -1941
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/animations/animations.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/dial-item.component.d.ts +8 -5
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/dial-list.component.d.ts +5 -2
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/floatingactionbutton.component.d.ts +50 -51
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/floatingactionbutton.module.d.ts +13 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/align.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item-animation.interface.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item-click.event.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item.interface.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/offset.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/position-mode.d.ts +0 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/templates/dial-item-template.directive.d.ts +3 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/templates/fab-template.directive.d.ts +3 -0
- package/{dist/es2015/floatingactionbutton → floatingactionbutton}/utils.d.ts +0 -0
- package/{dist/es2015/focusable → focusable}/focus.service.d.ts +5 -1
- package/{dist/es2015/focusable → focusable}/focusable.directive.d.ts +4 -2
- package/{dist/es2015/common/models/shape.d.ts → kendo-angular-buttons.d.ts} +3 -3
- package/{dist/es2015/listbutton → listbutton}/button-item-template.directive.d.ts +3 -0
- package/{dist/es2015/listbutton → listbutton}/list-button.d.ts +7 -13
- package/{dist/es2015/listbutton → listbutton}/list-item-model.d.ts +0 -0
- package/{dist/es2015/listbutton → listbutton}/list.component.d.ts +4 -1
- package/listbutton/list.module.d.ts +18 -0
- package/{dist/es2015/listbutton → listbutton}/popup-settings.d.ts +0 -0
- package/{dist/es2015/listbutton → listbutton}/template-context.directive.d.ts +4 -1
- package/{dist/es2015/main.d.ts → main.d.ts} +7 -1
- package/{dist/es2015/navigation → navigation}/key-events.d.ts +0 -0
- package/{dist/es2015/navigation → navigation}/navigation-action.d.ts +0 -0
- package/{dist/es2015/navigation → navigation}/navigation-config.d.ts +0 -0
- package/{dist/es2015/navigation → navigation}/navigation.service.d.ts +3 -0
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +38 -113
- package/{dist/es2015/preventable-event.d.ts → preventable-event.d.ts} +0 -0
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/{dist/es2015/splitbutton → splitbutton}/localization/custom-messages.component.d.ts +4 -1
- package/{dist/es2015/splitbutton → splitbutton}/localization/localized-messages.directive.d.ts +3 -0
- package/{dist/es2015/splitbutton → splitbutton}/localization/messages.d.ts +3 -0
- package/{dist/es2015/splitbutton → splitbutton}/splitbutton.component.d.ts +39 -27
- package/splitbutton/splitbutton.module.d.ts +25 -0
- package/{dist/es2015/util.d.ts → util.d.ts} +0 -0
- package/dist/cdn/js/kendo-angular-buttons.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/button/button.directive.js +0 -775
- package/dist/es/button/button.module.js +0 -50
- package/dist/es/button/button.service.js +0 -24
- package/dist/es/buttongroup/buttongroup.component.js +0 -353
- package/dist/es/buttongroup/buttongroup.module.js +0 -30
- package/dist/es/chip/chip-content-click-event-args.interface.js +0 -4
- package/dist/es/chip/chip-list-remove-event-args.interface.js +0 -4
- package/dist/es/chip/chip-list.component.js +0 -214
- package/dist/es/chip/chip-remove-event-args.interface.js +0 -4
- package/dist/es/chip/chip.component.js +0 -449
- package/dist/es/chip/chip.module.js +0 -55
- package/dist/es/common/models/shape.js +0 -4
- package/dist/es/dropdownbutton/dropdownbutton.component.js +0 -704
- package/dist/es/dropdownbutton/dropdownbutton.module.js +0 -32
- package/dist/es/floatingactionbutton/animations/animations.js +0 -33
- package/dist/es/floatingactionbutton/dial-item.component.js +0 -143
- package/dist/es/floatingactionbutton/dial-list.component.js +0 -76
- package/dist/es/floatingactionbutton/floatingactionbutton.component.js +0 -903
- package/dist/es/floatingactionbutton/floatingactionbutton.module.js +0 -65
- package/dist/es/floatingactionbutton/templates/dial-item-template.directive.js +0 -26
- package/dist/es/floatingactionbutton/templates/fab-template.directive.js +0 -26
- package/dist/es/floatingactionbutton/utils.js +0 -38
- package/dist/es/focusable/focus.service.js +0 -43
- package/dist/es/focusable/focusable.directive.js +0 -68
- package/dist/es/index.js +0 -22
- package/dist/es/listbutton/button-item-template.directive.js +0 -68
- package/dist/es/listbutton/list-button.js +0 -243
- package/dist/es/listbutton/list.component.js +0 -85
- package/dist/es/listbutton/list.module.js +0 -33
- package/dist/es/listbutton/template-context.directive.js +0 -40
- package/dist/es/main.js +0 -22
- package/dist/es/navigation/navigation-action.js +0 -19
- package/dist/es/navigation/navigation-config.js +0 -9
- package/dist/es/navigation/navigation.service.js +0 -114
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/preventable-event.js +0 -29
- package/dist/es/splitbutton/localization/custom-messages.component.js +0 -44
- package/dist/es/splitbutton/localization/localized-messages.directive.js +0 -35
- package/dist/es/splitbutton/localization/messages.js +0 -22
- package/dist/es/splitbutton/splitbutton.component.js +0 -830
- package/dist/es/splitbutton/splitbutton.module.js +0 -34
- package/dist/es/util.js +0 -108
- package/dist/es2015/button/selection-settings.js +0 -4
- package/dist/es2015/buttongroup/buttongroup.module.js +0 -27
- package/dist/es2015/buttons.module.js +0 -51
- package/dist/es2015/chip/models/selection.js +0 -4
- package/dist/es2015/common/models/fillmode.js +0 -4
- package/dist/es2015/common/models/rounded.js +0 -4
- package/dist/es2015/common/models/shape.js +0 -4
- package/dist/es2015/common/models/size.js +0 -4
- package/dist/es2015/common/models/styling-classes.js +0 -4
- package/dist/es2015/common/models/theme-color.js +0 -4
- package/dist/es2015/common/models.js +0 -4
- package/dist/es2015/direction.js +0 -4
- package/dist/es2015/dropdownbutton/dropdownbutton.module.d.ts +0 -14
- package/dist/es2015/dropdownbutton/dropdownbutton.module.js +0 -29
- package/dist/es2015/floatingactionbutton/dial-item.component.js +0 -133
- package/dist/es2015/floatingactionbutton/dial-list.component.js +0 -81
- package/dist/es2015/floatingactionbutton/models/align.js +0 -4
- package/dist/es2015/floatingactionbutton/models/item-animation.interface.js +0 -4
- package/dist/es2015/floatingactionbutton/models/item-click.event.js +0 -4
- package/dist/es2015/floatingactionbutton/models/item.interface.js +0 -4
- package/dist/es2015/floatingactionbutton/models/offset.js +0 -4
- package/dist/es2015/floatingactionbutton/models/position-mode.js +0 -4
- package/dist/es2015/floatingactionbutton/templates/dial-item-template.directive.js +0 -25
- package/dist/es2015/floatingactionbutton/templates/fab-template.directive.js +0 -25
- package/dist/es2015/index.d.ts +0 -22
- package/dist/es2015/index.js +0 -22
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/listbutton/list-item-model.js +0 -4
- package/dist/es2015/listbutton/list.component.js +0 -115
- package/dist/es2015/listbutton/list.module.js +0 -30
- package/dist/es2015/listbutton/popup-settings.js +0 -4
- package/dist/es2015/listbutton/template-context.directive.js +0 -35
- package/dist/es2015/navigation/key-events.js +0 -13
- package/dist/es2015/splitbutton/localization/custom-messages.component.js +0 -36
- package/dist/es2015/splitbutton/localization/localized-messages.directive.js +0 -31
- package/dist/es2015/splitbutton/localization/messages.js +0 -16
- package/dist/es2015/splitbutton/splitbutton.module.d.ts +0 -14
- package/dist/es2015/splitbutton/splitbutton.module.js +0 -31
- package/dist/fesm5/index.js +0 -5577
- package/dist/npm/button/button.directive.js +0 -777
- package/dist/npm/button/button.module.js +0 -52
- package/dist/npm/button/button.service.js +0 -26
- package/dist/npm/button/selection-settings.js +0 -6
- package/dist/npm/buttongroup/buttongroup.component.js +0 -355
- package/dist/npm/buttongroup/buttongroup.module.js +0 -32
- package/dist/npm/buttons.module.js +0 -56
- package/dist/npm/chip/chip-content-click-event-args.interface.js +0 -6
- package/dist/npm/chip/chip-list-remove-event-args.interface.js +0 -6
- package/dist/npm/chip/chip-list.component.js +0 -216
- package/dist/npm/chip/chip-remove-event-args.interface.js +0 -6
- package/dist/npm/chip/chip.component.js +0 -451
- package/dist/npm/chip/chip.module.js +0 -57
- package/dist/npm/chip/models/selection.js +0 -6
- package/dist/npm/common/models/fillmode.js +0 -6
- package/dist/npm/common/models/rounded.js +0 -6
- package/dist/npm/common/models/shape.js +0 -6
- package/dist/npm/common/models/size.js +0 -6
- package/dist/npm/common/models/styling-classes.js +0 -6
- package/dist/npm/common/models/theme-color.js +0 -6
- package/dist/npm/common/models.js +0 -6
- package/dist/npm/direction.js +0 -6
- package/dist/npm/dropdownbutton/dropdownbutton.component.js +0 -706
- package/dist/npm/dropdownbutton/dropdownbutton.module.js +0 -34
- package/dist/npm/floatingactionbutton/animations/animations.js +0 -37
- package/dist/npm/floatingactionbutton/dial-item.component.js +0 -145
- package/dist/npm/floatingactionbutton/dial-list.component.js +0 -78
- package/dist/npm/floatingactionbutton/floatingactionbutton.component.js +0 -905
- package/dist/npm/floatingactionbutton/floatingactionbutton.module.js +0 -67
- package/dist/npm/floatingactionbutton/models/align.js +0 -6
- package/dist/npm/floatingactionbutton/models/item-animation.interface.js +0 -6
- package/dist/npm/floatingactionbutton/models/item-click.event.js +0 -6
- package/dist/npm/floatingactionbutton/models/item.interface.js +0 -6
- package/dist/npm/floatingactionbutton/models/offset.js +0 -6
- package/dist/npm/floatingactionbutton/models/position-mode.js +0 -6
- package/dist/npm/floatingactionbutton/templates/dial-item-template.directive.js +0 -28
- package/dist/npm/floatingactionbutton/templates/fab-template.directive.js +0 -28
- package/dist/npm/floatingactionbutton/utils.js +0 -42
- package/dist/npm/focusable/focus.service.js +0 -45
- package/dist/npm/focusable/focusable.directive.js +0 -70
- package/dist/npm/index.js +0 -39
- package/dist/npm/listbutton/button-item-template.directive.js +0 -70
- package/dist/npm/listbutton/list-button.js +0 -245
- package/dist/npm/listbutton/list-item-model.js +0 -6
- package/dist/npm/listbutton/list.component.js +0 -87
- package/dist/npm/listbutton/list.module.js +0 -35
- package/dist/npm/listbutton/popup-settings.js +0 -6
- package/dist/npm/listbutton/template-context.directive.js +0 -42
- package/dist/npm/main.js +0 -45
- package/dist/npm/navigation/key-events.js +0 -15
- package/dist/npm/navigation/navigation-action.js +0 -21
- package/dist/npm/navigation/navigation-config.js +0 -11
- package/dist/npm/navigation/navigation.service.js +0 -116
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/preventable-event.js +0 -31
- package/dist/npm/splitbutton/localization/custom-messages.component.js +0 -46
- package/dist/npm/splitbutton/localization/localized-messages.directive.js +0 -37
- package/dist/npm/splitbutton/localization/messages.js +0 -24
- package/dist/npm/splitbutton/splitbutton.component.js +0 -832
- package/dist/npm/splitbutton/splitbutton.module.js +0 -36
- package/dist/npm/util.js +0 -111
- package/dist/systemjs/kendo-angular-buttons.js +0 -5
package/{dist/es2015/floatingactionbutton → floatingactionbutton}/animations/animations.d.ts
RENAMED
|
File without changes
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { AfterViewInit, ElementRef, Renderer2, TemplateRef } from "@angular/core";
|
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { FabAlign } from './models/align';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
/**
|
|
9
10
|
* @hidden
|
|
10
11
|
*/
|
|
@@ -14,9 +15,9 @@ export declare class DialItemComponent implements AfterViewInit {
|
|
|
14
15
|
private localisationService;
|
|
15
16
|
hostClass: boolean;
|
|
16
17
|
role: string;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
get disabledClass(): boolean;
|
|
19
|
+
get title(): string;
|
|
20
|
+
get indexAttr(): string;
|
|
20
21
|
cssClass: any;
|
|
21
22
|
cssStyle: any;
|
|
22
23
|
isFocused: boolean;
|
|
@@ -25,8 +26,10 @@ export declare class DialItemComponent implements AfterViewInit {
|
|
|
25
26
|
dialItemTemplate: TemplateRef<any>;
|
|
26
27
|
align: FabAlign;
|
|
27
28
|
constructor(element: ElementRef, renderer: Renderer2, localisationService: LocalizationService);
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
get iconClasses(): string[];
|
|
30
|
+
get itemTitle(): boolean;
|
|
30
31
|
ngAfterViewInit(): void;
|
|
31
32
|
private getTextDirectionClass;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialItemComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialItemComponent, "[kendoDialItem]", never, { "cssClass": "cssClass"; "cssStyle": "cssStyle"; "isFocused": "isFocused"; "index": "index"; "item": "item"; "dialItemTemplate": "dialItemTemplate"; "align": "align"; }, {}, never, never>;
|
|
32
35
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { ChangeDetectorRef, OnDestroy, TemplateRef } from "@angular/core";
|
|
6
6
|
import { FocusService } from '../focusable/focus.service';
|
|
7
7
|
import { FabAlign } from './models/align';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
/**
|
|
9
10
|
* @hidden
|
|
10
11
|
*/
|
|
@@ -12,8 +13,8 @@ export declare class DialListComponent implements OnDestroy {
|
|
|
12
13
|
private focusService;
|
|
13
14
|
private cdr;
|
|
14
15
|
hostClass: boolean;
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
get bottomClass(): boolean;
|
|
17
|
+
get topClass(): boolean;
|
|
17
18
|
dialItems: any[];
|
|
18
19
|
dialItemTemplate: TemplateRef<any>;
|
|
19
20
|
align: FabAlign;
|
|
@@ -21,4 +22,6 @@ export declare class DialListComponent implements OnDestroy {
|
|
|
21
22
|
constructor(focusService: FocusService, cdr: ChangeDetectorRef);
|
|
22
23
|
isFocused(index: number): boolean;
|
|
23
24
|
ngOnDestroy(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialListComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DialListComponent, "[kendoDialList]", never, { "dialItems": "dialItems"; "dialItemTemplate": "dialItemTemplate"; "align": "align"; }, {}, never, never>;
|
|
24
27
|
}
|
|
@@ -16,11 +16,11 @@ import { FabPositionMode } from './models/position-mode';
|
|
|
16
16
|
import { DialItemClickEvent } from './models/item-click.event';
|
|
17
17
|
import { ButtonSize } from '../common/models/size';
|
|
18
18
|
import { ButtonThemeColor } from '../common/models/theme-color';
|
|
19
|
-
import { ButtonShape } from '../common/models/shape';
|
|
20
19
|
import { PreventableEvent } from '../preventable-event';
|
|
21
20
|
import { DialItemTemplateDirective } from './templates/dial-item-template.directive';
|
|
22
21
|
import { FloatingActionButtonTemplateDirective } from './templates/fab-template.directive';
|
|
23
22
|
import { ButtonRounded } from '../common/models';
|
|
23
|
+
import * as i0 from "@angular/core";
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* Represents the [Kendo UI FloatingActionButton component for Angular]({% slug overview_floatingactionbutton %}).
|
|
@@ -36,8 +36,8 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
36
36
|
private popupService;
|
|
37
37
|
private builder;
|
|
38
38
|
private localizationService;
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
get fixedClass(): boolean;
|
|
40
|
+
get absoluteClass(): boolean;
|
|
41
41
|
direction: string;
|
|
42
42
|
button: ElementRef<HTMLButtonElement>;
|
|
43
43
|
popupTemplate: TemplateRef<any>;
|
|
@@ -49,53 +49,49 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
49
49
|
* The theme color will be applied as background color of the component.
|
|
50
50
|
*
|
|
51
51
|
* The possible values are:
|
|
52
|
-
* * `
|
|
53
|
-
* * `
|
|
54
|
-
* * `
|
|
55
|
-
* * `
|
|
56
|
-
* * `
|
|
57
|
-
* * `
|
|
58
|
-
* * `
|
|
59
|
-
* * `
|
|
60
|
-
* * `
|
|
61
|
-
* * `
|
|
62
|
-
|
|
63
|
-
|
|
52
|
+
* * `primary` (Default)—Applies coloring based on the `primary` theme color.
|
|
53
|
+
* * `secondary`—Applies coloring based on the `secondary` theme color.
|
|
54
|
+
* * `tertiary`— Applies coloring based on the `tertiary` theme color.
|
|
55
|
+
* * `info`—Applies coloring based on the `info` theme color.
|
|
56
|
+
* * `success`— Applies coloring based on the `success` theme color.
|
|
57
|
+
* * `warning`— Applies coloring based on the `warning` theme color.
|
|
58
|
+
* * `error`— Applies coloring based on the `error` theme color.
|
|
59
|
+
* * `dark`— Applies coloring based on the `dark` theme color.
|
|
60
|
+
* * `light`— Applies coloring based on the `light` theme color.
|
|
61
|
+
* * `inverse`— Applies coloring based on the `inverse` theme color.
|
|
62
|
+
* * `none`— Removes the built in theme color.
|
|
63
|
+
*/
|
|
64
|
+
set themeColor(themeColor: ButtonThemeColor);
|
|
65
|
+
get themeColor(): ButtonThemeColor;
|
|
64
66
|
/**
|
|
65
67
|
* Specifies the size of the FloatingActionButton
|
|
66
68
|
* ([see example]({% slug appearance_floatingactionbutton %}#toc-size)).
|
|
67
69
|
*
|
|
68
70
|
* The possible values are:
|
|
69
|
-
* * `
|
|
70
|
-
* * `
|
|
71
|
-
* * `
|
|
71
|
+
* * `small`
|
|
72
|
+
* * `medium` (Default)
|
|
73
|
+
* * `large`
|
|
74
|
+
* * `none`
|
|
72
75
|
*/
|
|
73
|
-
size: ButtonSize;
|
|
76
|
+
set size(size: ButtonSize);
|
|
77
|
+
get size(): ButtonSize;
|
|
74
78
|
/**
|
|
75
79
|
* The rounded property specifies the border radius of the FloatingActionButton.
|
|
76
80
|
*
|
|
77
81
|
* The possible values are:
|
|
78
|
-
* * `
|
|
79
|
-
* * `
|
|
80
|
-
* * `
|
|
81
|
-
* * `
|
|
82
|
-
* * `
|
|
82
|
+
* * `small`
|
|
83
|
+
* * `medium`
|
|
84
|
+
* * `large`
|
|
85
|
+
* * `full` (default)
|
|
86
|
+
* * `none`
|
|
83
87
|
*/
|
|
84
|
-
rounded: ButtonRounded;
|
|
85
|
-
|
|
86
|
-
* Specifies the shape of the FloatingActionButton
|
|
87
|
-
* ([see example]({% slug appearance_floatingactionbutton %}#toc-shape)).
|
|
88
|
-
*
|
|
89
|
-
* The possible values are:
|
|
90
|
-
* * `rectangle` (Default)—Applies rectangular shape on the FloatingActionButton.
|
|
91
|
-
* * `square`—Applies square shape on the FloatingActionButton.
|
|
92
|
-
*
|
|
93
|
-
*/
|
|
94
|
-
shape: ButtonShape;
|
|
88
|
+
set rounded(rounded: ButtonRounded);
|
|
89
|
+
get rounded(): ButtonRounded;
|
|
95
90
|
/**
|
|
96
91
|
* Specifies whether the FloatingActionButton is disabled.
|
|
97
92
|
*/
|
|
98
|
-
disabled: boolean;
|
|
93
|
+
set disabled(disabled: boolean);
|
|
94
|
+
get disabled(): boolean;
|
|
99
95
|
/**
|
|
100
96
|
* Specifies the horizontal and vertical alignment of the FloatingActionButton
|
|
101
97
|
* ([see example]({% slug positioning_floatingactionbutton %}#toc-align)).
|
|
@@ -107,7 +103,8 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
107
103
|
* * `{ horizontal: 'end', vertical: 'bottom' }`
|
|
108
104
|
*
|
|
109
105
|
*/
|
|
110
|
-
align: FabAlign;
|
|
106
|
+
set align(align: FabAlign);
|
|
107
|
+
get align(): FabAlign;
|
|
111
108
|
/**
|
|
112
109
|
* Specifies the horizontal and vertical offset position of the FloatingActionButton
|
|
113
110
|
* ([see example]({% slug positioning_floatingactionbutton %}#toc-offset)).
|
|
@@ -115,7 +112,8 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
115
112
|
* * The default value is:
|
|
116
113
|
* * `{ x: '16px', y: '16px' }`
|
|
117
114
|
*/
|
|
118
|
-
offset: FabOffset;
|
|
115
|
+
set offset(offset: FabOffset);
|
|
116
|
+
get offset(): FabOffset;
|
|
119
117
|
/**
|
|
120
118
|
* Specifies the positionMode of the FloatingActionButton
|
|
121
119
|
* ([see example]({% slug positioning_floatingactionbutton %}#toc-positionMode)).
|
|
@@ -197,18 +195,17 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
197
195
|
/**
|
|
198
196
|
* @hidden
|
|
199
197
|
*/
|
|
200
|
-
|
|
198
|
+
get componentTabIndex(): number;
|
|
201
199
|
/**
|
|
202
200
|
* @hidden
|
|
203
201
|
*/
|
|
204
202
|
id: string;
|
|
205
203
|
private _themeColor;
|
|
206
204
|
private _size;
|
|
207
|
-
private
|
|
205
|
+
private _rounded;
|
|
208
206
|
private _disabled;
|
|
209
207
|
private _align;
|
|
210
208
|
private _offset;
|
|
211
|
-
private _rounded;
|
|
212
209
|
private subscriptions;
|
|
213
210
|
private popupMouseDownListener;
|
|
214
211
|
private rtl;
|
|
@@ -221,7 +218,7 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
221
218
|
/**
|
|
222
219
|
* Indicates whether the FloatingActionButton is currently open.
|
|
223
220
|
*/
|
|
224
|
-
|
|
221
|
+
get isOpen(): boolean;
|
|
225
222
|
/**
|
|
226
223
|
* Focuses the FloatingActionButton.
|
|
227
224
|
*/
|
|
@@ -242,19 +239,19 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
242
239
|
/**
|
|
243
240
|
* @hidden
|
|
244
241
|
*/
|
|
245
|
-
|
|
242
|
+
get role(): string;
|
|
246
243
|
/**
|
|
247
244
|
* @hidden
|
|
248
245
|
*/
|
|
249
|
-
|
|
246
|
+
get ariaExpanded(): boolean;
|
|
250
247
|
/**
|
|
251
248
|
* @hidden
|
|
252
249
|
*/
|
|
253
|
-
|
|
250
|
+
get ariaHasPopup(): boolean;
|
|
254
251
|
/**
|
|
255
252
|
* @hidden
|
|
256
253
|
*/
|
|
257
|
-
|
|
254
|
+
get iconClasses(): string[];
|
|
258
255
|
/**
|
|
259
256
|
* @hidden
|
|
260
257
|
*/
|
|
@@ -295,26 +292,28 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
295
292
|
private isValidAnimation;
|
|
296
293
|
private positionPopup;
|
|
297
294
|
private offsetStyles;
|
|
298
|
-
private
|
|
295
|
+
private get hasDialItems();
|
|
299
296
|
/**
|
|
300
297
|
* Gets the CSS prop name of the selected vertical position (`top`/`bottom`);
|
|
301
298
|
*/
|
|
302
|
-
private
|
|
299
|
+
private get verticalPosition();
|
|
303
300
|
/**
|
|
304
301
|
* Gets the offset according to the selected vertical position.
|
|
305
302
|
*/
|
|
306
|
-
private
|
|
303
|
+
private get verticalOffset();
|
|
307
304
|
/**
|
|
308
305
|
* Gets the CSS prop name of the selected horizontal position (`left`/`right`);
|
|
309
306
|
*/
|
|
310
|
-
private
|
|
307
|
+
private get horizontalPosition();
|
|
311
308
|
/**
|
|
312
309
|
* Gets the offset according to the selected horizontal position.
|
|
313
310
|
*/
|
|
314
|
-
private
|
|
311
|
+
private get horizontalOffset();
|
|
315
312
|
private playerFor;
|
|
316
313
|
private playAnimation;
|
|
317
314
|
private durationSettings;
|
|
318
315
|
private animationGap;
|
|
319
316
|
private animationDuration;
|
|
317
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FloatingActionButtonComponent, never>;
|
|
318
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FloatingActionButtonComponent, "kendo-floatingactionbutton", never, { "themeColor": "themeColor"; "size": "size"; "rounded": "rounded"; "disabled": "disabled"; "align": "align"; "offset": "offset"; "positionMode": "positionMode"; "icon": "icon"; "iconClass": "iconClass"; "buttonClass": "buttonClass"; "dialClass": "dialClass"; "text": "text"; "dialItemAnimation": "dialItemAnimation"; "tabIndex": "tabIndex"; "dialItems": "dialItems"; }, { "onBlur": "blur"; "onFocus": "focus"; "dialItemClick": "dialItemClick"; "open": "open"; "close": "close"; }, ["dialItemTemplate", "fabTemplate"], never>;
|
|
320
319
|
}
|
package/{dist/es2015/floatingactionbutton → floatingactionbutton}/floatingactionbutton.module.d.ts
RENAMED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./floatingactionbutton.component";
|
|
7
|
+
import * as i2 from "./templates/dial-item-template.directive";
|
|
8
|
+
import * as i3 from "./templates/fab-template.directive";
|
|
9
|
+
import * as i4 from "./dial-list.component";
|
|
10
|
+
import * as i5 from "./dial-item.component";
|
|
11
|
+
import * as i6 from "@angular/common";
|
|
12
|
+
import * as i7 from "@progress/kendo-angular-popup";
|
|
13
|
+
import * as i8 from "../listbutton/list.module";
|
|
14
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
5
15
|
/**
|
|
6
16
|
* Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
|
|
7
17
|
* definition for the FloatingActionButton component.
|
|
@@ -31,4 +41,7 @@
|
|
|
31
41
|
* ```
|
|
32
42
|
*/
|
|
33
43
|
export declare class FloatingActionButtonModule {
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FloatingActionButtonModule, never>;
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FloatingActionButtonModule, [typeof i1.FloatingActionButtonComponent, typeof i2.DialItemTemplateDirective, typeof i3.FloatingActionButtonTemplateDirective, typeof i4.DialListComponent, typeof i5.DialItemComponent], [typeof i6.CommonModule, typeof i7.PopupModule, typeof i8.ListModule, typeof i9.EventsModule], [typeof i1.FloatingActionButtonComponent, typeof i2.DialItemTemplateDirective, typeof i3.FloatingActionButtonTemplateDirective]>;
|
|
46
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FloatingActionButtonModule>;
|
|
34
47
|
}
|
|
File without changes
|
|
File without changes
|
package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item-click.event.d.ts
RENAMED
|
File without changes
|
package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item.interface.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Represents a template that defines the content of the whole dial item.
|
|
8
9
|
* To define the template, nest an `<ng-template>` tag
|
|
@@ -12,4 +13,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
12
13
|
export declare class DialItemTemplateDirective {
|
|
13
14
|
templateRef: TemplateRef<any>;
|
|
14
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DialItemTemplateDirective, [{ optional: true; }]>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DialItemTemplateDirective, "[kendoDialItemTemplate]", never, {}, {}, never>;
|
|
15
18
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Represents a template that defines the content of the FloatingActionButton.
|
|
8
9
|
* To define the template, nest an `<ng-template>` tag
|
|
@@ -12,4 +13,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
12
13
|
export declare class FloatingActionButtonTemplateDirective {
|
|
13
14
|
templateRef: TemplateRef<any>;
|
|
14
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FloatingActionButtonTemplateDirective, [{ optional: true; }]>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FloatingActionButtonTemplateDirective, "[kendoFloatingActionButtonTemplate]", never, {}, {}, never>;
|
|
15
18
|
}
|
|
File without changes
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { EventEmitter } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
8
9
|
*/
|
|
@@ -12,5 +13,8 @@ export declare class FocusService {
|
|
|
12
13
|
isFocused(index: number): boolean;
|
|
13
14
|
focus(index: number): void;
|
|
14
15
|
resetFocus(): void;
|
|
15
|
-
focused: number;
|
|
16
|
+
get focused(): number;
|
|
17
|
+
set focused(index: number);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FocusService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FocusService>;
|
|
16
20
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ElementRef, OnDestroy, Renderer2, OnInit } from '@angular/core';
|
|
6
6
|
import { FocusService } from './focus.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
@@ -12,7 +13,7 @@ export declare class FocusableDirective implements OnInit, OnDestroy {
|
|
|
12
13
|
private renderer;
|
|
13
14
|
index: number;
|
|
14
15
|
private element;
|
|
15
|
-
private
|
|
16
|
+
private subs;
|
|
16
17
|
constructor(focusService: FocusService, elementRef: ElementRef, renderer: Renderer2);
|
|
17
18
|
ngOnInit(): void;
|
|
18
19
|
/**
|
|
@@ -20,5 +21,6 @@ export declare class FocusableDirective implements OnInit, OnDestroy {
|
|
|
20
21
|
*/
|
|
21
22
|
ngOnDestroy(): void;
|
|
22
23
|
private subscribeEvents;
|
|
23
|
-
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FocusableDirective, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoButtonFocusable]", never, { "index": "index"; }, {}, never>;
|
|
24
26
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
7
|
-
*
|
|
6
|
+
* Generated bundle index. Do not edit.
|
|
8
7
|
*/
|
|
9
|
-
|
|
8
|
+
/// <amd-module name="@progress/kendo-angular-buttons" />
|
|
9
|
+
export * from './main';
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* Used for rendering the list item content.
|
|
8
9
|
*
|
|
@@ -54,4 +55,6 @@ import { TemplateRef } from '@angular/core';
|
|
|
54
55
|
export declare class ButtonItemTemplateDirective {
|
|
55
56
|
templateRef: TemplateRef<any>;
|
|
56
57
|
constructor(templateRef: TemplateRef<any>);
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonItemTemplateDirective, never>;
|
|
59
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonItemTemplateDirective, "[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]", never, {}, {}, never>;
|
|
57
60
|
}
|
|
@@ -10,6 +10,7 @@ import { KeyEvents } from './../navigation/key-events';
|
|
|
10
10
|
import { NavigationService } from './../navigation/navigation.service';
|
|
11
11
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
12
12
|
import { Direction } from '../direction';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
13
14
|
/**
|
|
14
15
|
* @hidden
|
|
15
16
|
*/
|
|
@@ -30,21 +31,14 @@ export declare class ListButton implements OnDestroy {
|
|
|
30
31
|
protected _blur: EventEmitter<any>;
|
|
31
32
|
protected wrapper: HTMLElement;
|
|
32
33
|
protected button: ElementRef;
|
|
33
|
-
protected
|
|
34
|
-
protected navigationSubscription: Subscription;
|
|
35
|
-
protected enterPressSubscription: Subscription;
|
|
36
|
-
protected enterUpSubscription: Subscription;
|
|
37
|
-
protected openSubscription: Subscription;
|
|
38
|
-
protected closeSubscription: Subscription;
|
|
39
|
-
protected componentBlurredSubscription: Subscription;
|
|
40
|
-
protected tabSubscription: Subscription;
|
|
34
|
+
protected subs: Subscription;
|
|
41
35
|
protected direction: Direction;
|
|
42
36
|
protected focusFirstTimeout: any;
|
|
43
37
|
protected blurTimeout: any;
|
|
44
|
-
private localizationChangeSubscription;
|
|
45
38
|
constructor(focusService: FocusService, navigationService: NavigationService, wrapperRef: ElementRef, _zone: NgZone, localization: LocalizationService, cdr: ChangeDetectorRef);
|
|
46
|
-
|
|
47
|
-
openState: boolean;
|
|
39
|
+
get popupClasses(): string;
|
|
40
|
+
get openState(): boolean;
|
|
41
|
+
set openState(open: boolean);
|
|
48
42
|
/**
|
|
49
43
|
* @hidden
|
|
50
44
|
*/
|
|
@@ -59,8 +53,6 @@ export declare class ListButton implements OnDestroy {
|
|
|
59
53
|
protected subscribeComponentBlurredEvent(): void;
|
|
60
54
|
protected subscribeNavigationEvents(): void;
|
|
61
55
|
protected enterHandler(): void;
|
|
62
|
-
protected unsubscribeEvents(): void;
|
|
63
|
-
protected unsubscribe(subscription: Subscription): void;
|
|
64
56
|
/**
|
|
65
57
|
* @hidden
|
|
66
58
|
*/
|
|
@@ -84,4 +76,6 @@ export declare class ListButton implements OnDestroy {
|
|
|
84
76
|
protected blurWrapper(emit?: boolean): void;
|
|
85
77
|
protected focusButton(): void;
|
|
86
78
|
protected handleTab(): void;
|
|
79
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListButton, never>;
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListButton, "ng-component", never, {}, {}, never, never>;
|
|
87
81
|
}
|
|
File without changes
|
|
@@ -6,6 +6,7 @@ import { EventEmitter } from '@angular/core';
|
|
|
6
6
|
import { ListItemModel } from './list-item-model';
|
|
7
7
|
import { ButtonItemTemplateDirective } from './button-item-template.directive';
|
|
8
8
|
import { ButtonSize } from '../common/models';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
/**
|
|
10
11
|
* @hidden
|
|
11
12
|
*/
|
|
@@ -15,11 +16,13 @@ export declare class ListComponent {
|
|
|
15
16
|
itemTemplate: ButtonItemTemplateDirective;
|
|
16
17
|
onItemClick: EventEmitter<number>;
|
|
17
18
|
onItemBlur: EventEmitter<any>;
|
|
18
|
-
size: ButtonSize;
|
|
19
|
+
set size(size: ButtonSize);
|
|
19
20
|
sizeClass: string;
|
|
20
21
|
constructor();
|
|
21
22
|
getText(dataItem: any): any;
|
|
22
23
|
getIconClasses(dataItem: ListItemModel): any;
|
|
23
24
|
onClick(index: number): void;
|
|
24
25
|
onBlur(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kendo-button-list", never, { "data": "data"; "textField": "textField"; "itemTemplate": "itemTemplate"; "size": "size"; }, { "onItemClick": "onItemClick"; "onItemBlur": "onItemBlur"; }, never, never>;
|
|
25
28
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "./list.component";
|
|
7
|
+
import * as i2 from "../focusable/focusable.directive";
|
|
8
|
+
import * as i3 from "./button-item-template.directive";
|
|
9
|
+
import * as i4 from "./template-context.directive";
|
|
10
|
+
import * as i5 from "@angular/common";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export declare class ListModule {
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListModule, never>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, [typeof i1.ListComponent, typeof i2.FocusableDirective, typeof i3.ButtonItemTemplateDirective, typeof i4.TemplateContextDirective], [typeof i5.CommonModule], [typeof i1.ListComponent, typeof i2.FocusableDirective, typeof i3.ButtonItemTemplateDirective, typeof i4.TemplateContextDirective]>;
|
|
17
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ListModule>;
|
|
18
|
+
}
|
|
File without changes
|
|
@@ -3,12 +3,15 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ViewContainerRef } from '@angular/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
8
9
|
*/
|
|
9
10
|
export declare class TemplateContextDirective {
|
|
10
|
-
templateContext: any;
|
|
11
|
+
set templateContext(context: any);
|
|
11
12
|
private insertedViewRef;
|
|
12
13
|
private viewContainerRef;
|
|
13
14
|
constructor(viewContainerRef: ViewContainerRef);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateContextDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateContextDirective, "[templateContext]", never, { "templateContext": "templateContext"; }, {}, never>;
|
|
14
17
|
}
|
|
@@ -10,10 +10,15 @@ export { ButtonsModule } from './buttons.module';
|
|
|
10
10
|
export { SplitButtonComponent, SplitButtonComponent as SplitButton } from './splitbutton/splitbutton.component';
|
|
11
11
|
export { SplitButtonModule } from './splitbutton/splitbutton.module';
|
|
12
12
|
export { SplitButtonCustomMessagesComponent } from './splitbutton/localization/custom-messages.component';
|
|
13
|
+
export { LocalizedSplitButtonMessagesDirective } from './splitbutton/localization/localized-messages.directive';
|
|
13
14
|
export { DropDownButtonComponent, DropDownButtonComponent as DropDownButton } from './dropdownbutton/dropdownbutton.component';
|
|
14
15
|
export { DropDownButtonModule } from './dropdownbutton/dropdownbutton.module';
|
|
15
16
|
export { ListItemModel } from './listbutton/list-item-model';
|
|
16
17
|
export { PopupSettings } from './listbutton/popup-settings';
|
|
18
|
+
export { ButtonItemTemplateDirective } from './listbutton/button-item-template.directive';
|
|
19
|
+
export { ListComponent } from './listbutton/list.component';
|
|
20
|
+
export { TemplateContextDirective } from './listbutton/template-context.directive';
|
|
21
|
+
export { ListModule } from './listbutton/list.module';
|
|
17
22
|
export { ChipComponent } from './chip/chip.component';
|
|
18
23
|
export { ChipListComponent } from './chip/chip-list.component';
|
|
19
24
|
export { ChipModule } from './chip/chip.module';
|
|
@@ -34,4 +39,5 @@ export { ButtonSize, ChipSize } from './common/models/size';
|
|
|
34
39
|
export { ButtonRounded, ChipRounded } from './common/models/rounded';
|
|
35
40
|
export { ButtonFillMode, ChipFillMode } from './common/models/fillmode';
|
|
36
41
|
export { ButtonThemeColor, ChipThemeColor } from './common/models/theme-color';
|
|
37
|
-
export {
|
|
42
|
+
export { FocusableDirective } from './focusable/focusable.directive';
|
|
43
|
+
export { PreventableEvent } from './preventable-event';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import { EventEmitter } from '@angular/core';
|
|
6
6
|
import { NavigationAction } from './navigation-action';
|
|
7
7
|
import { NavigationConfig } from './navigation-config';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
/**
|
|
9
10
|
* @hidden
|
|
10
11
|
*/
|
|
@@ -22,4 +23,6 @@ export declare class NavigationService {
|
|
|
22
23
|
process(args: any): NavigationAction;
|
|
23
24
|
private isEnter;
|
|
24
25
|
private next;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationService, never>;
|
|
27
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NavigationService>;
|
|
25
28
|
}
|
|
File without changes
|