@progress/kendo-angular-buttons 24.2.2-develop.9 → 25.0.0-develop.1
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/fesm2022/progress-kendo-angular-buttons.mjs +117 -117
- package/index.d.ts +3280 -52
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
- package/button/button-settings.d.ts +0 -39
- package/button/button.component.d.ts +0 -200
- package/button/button.module.d.ts +0 -32
- package/button/button.service.d.ts +0 -17
- package/button/selection-settings.d.ts +0 -11
- package/buttongroup/buttongroup.component.d.ts +0 -103
- package/buttongroup/buttongroup.module.d.ts +0 -37
- package/buttons.module.d.ts +0 -46
- package/chip/chip-content-click-event-args.interface.d.ts +0 -18
- package/chip/chip-list-remove-event-args.interface.d.ts +0 -23
- package/chip/chip-list.component.d.ts +0 -105
- package/chip/chip-remove-event-args.interface.d.ts +0 -18
- package/chip/chip.component.d.ts +0 -204
- package/chip/chip.module.d.ts +0 -33
- package/chip/models/avatar-settings.interface.d.ts +0 -39
- package/chip/models/selection.d.ts +0 -13
- package/common/models/arrow-settings.d.ts +0 -22
- package/common/models/fillmode.d.ts +0 -12
- package/common/models/icon-position.d.ts +0 -10
- package/common/models/rounded.d.ts +0 -12
- package/common/models/size.d.ts +0 -24
- package/common/models/styling-classes.d.ts +0 -11
- package/common/models/theme-color.d.ts +0 -40
- package/common/models.d.ts +0 -11
- package/direction.d.ts +0 -8
- package/directives.d.ts +0 -173
- package/dropdownbutton/dropdownbutton.component.d.ts +0 -176
- package/dropdownbutton/dropdownbutton.module.d.ts +0 -36
- package/floatingactionbutton/animations/animations.d.ts +0 -13
- package/floatingactionbutton/dial-item.component.d.ts +0 -36
- package/floatingactionbutton/dial-list.component.d.ts +0 -27
- package/floatingactionbutton/floatingactionbutton.component.d.ts +0 -296
- package/floatingactionbutton/floatingactionbutton.module.d.ts +0 -34
- package/floatingactionbutton/models/align.d.ts +0 -33
- package/floatingactionbutton/models/item-animation.interface.d.ts +0 -25
- package/floatingactionbutton/models/item-click.event.d.ts +0 -25
- package/floatingactionbutton/models/item.interface.d.ts +0 -51
- package/floatingactionbutton/models/offset.d.ts +0 -23
- package/floatingactionbutton/models/position-mode.d.ts +0 -13
- package/floatingactionbutton/templates/dial-item-template.directive.d.ts +0 -26
- package/floatingactionbutton/templates/fab-template.directive.d.ts +0 -27
- package/floatingactionbutton/utils.d.ts +0 -12
- package/focusable/focus.service.d.ts +0 -20
- package/focusable/focusable.directive.d.ts +0 -26
- package/listbutton/button-item-template.directive.d.ts +0 -38
- package/listbutton/container.service.d.ts +0 -15
- package/listbutton/list-button.d.ts +0 -164
- package/listbutton/list-item-model.d.ts +0 -75
- package/listbutton/list.component.d.ts +0 -28
- package/listbutton/popup-settings.d.ts +0 -52
- package/navigation/key-events.d.ts +0 -12
- package/navigation/navigation-action.d.ts +0 -18
- package/navigation/navigation-config.d.ts +0 -15
- package/navigation/navigation.service.d.ts +0 -28
- package/package-metadata.d.ts +0 -9
- package/preventable-event.d.ts +0 -21
- package/segmentedcontrol/models.d.ts +0 -41
- package/segmentedcontrol/segmented-control.component.d.ts +0 -81
- package/segmentedcontrol/segmented-control.module.d.ts +0 -19
- package/smartpastebutton/models/form-field.d.ts +0 -40
- package/smartpastebutton/models/index.d.ts +0 -6
- package/smartpastebutton/models/service-settings.d.ts +0 -114
- package/smartpastebutton/smartpastebutton.component.d.ts +0 -175
- package/smartpastebutton/smartpastebutton.module.d.ts +0 -27
- package/smartpastebutton/utils.d.ts +0 -50
- package/speechtotextbutton/models/error-event.d.ts +0 -13
- package/speechtotextbutton/models/integration-mode.d.ts +0 -11
- package/speechtotextbutton/models/result-event.d.ts +0 -18
- package/speechtotextbutton/models/speechtotextbutton-settings.d.ts +0 -61
- package/speechtotextbutton/speechtotextbutton.component.d.ts +0 -187
- package/speechtotextbutton/speechtotextbutton.module.d.ts +0 -19
- package/splitbutton/localization/custom-messages.component.d.ts +0 -18
- package/splitbutton/localization/localized-messages.directive.d.ts +0 -16
- package/splitbutton/localization/messages.d.ts +0 -38
- package/splitbutton/splitbutton.component.d.ts +0 -284
- package/splitbutton/splitbutton.module.d.ts +0 -23
- package/util.d.ts +0 -49
package/directives.d.ts
DELETED
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
|
|
6
|
-
import { ButtonComponent } from './button/button.component';
|
|
7
|
-
import { ButtonGroupComponent } from './buttongroup/buttongroup.component';
|
|
8
|
-
import { ChipListComponent } from './chip/chip-list.component';
|
|
9
|
-
import { ChipComponent } from './chip/chip.component';
|
|
10
|
-
import { DropDownButtonComponent } from './dropdownbutton/dropdownbutton.component';
|
|
11
|
-
import { FloatingActionButtonComponent } from './floatingactionbutton/floatingactionbutton.component';
|
|
12
|
-
import { DialItemTemplateDirective } from './floatingactionbutton/templates/dial-item-template.directive';
|
|
13
|
-
import { FloatingActionButtonTemplateDirective } from './floatingactionbutton/templates/fab-template.directive';
|
|
14
|
-
import { SplitButtonCustomMessagesComponent } from './splitbutton/localization/custom-messages.component';
|
|
15
|
-
import { SplitButtonComponent } from './splitbutton/splitbutton.component';
|
|
16
|
-
import { ButtonItemTemplateDirective } from './listbutton/button-item-template.directive';
|
|
17
|
-
import { SpeechToTextButtonComponent } from './speechtotextbutton/speechtotextbutton.component';
|
|
18
|
-
import { SmartPasteButtonComponent } from './smartpastebutton/smartpastebutton.component';
|
|
19
|
-
import { SegmentedControlComponent } from './segmentedcontrol/segmented-control.component';
|
|
20
|
-
/**
|
|
21
|
-
* Use the `KENDO_BUTTON` utility array to add all Button-related components and directives to a standalone Angular component.
|
|
22
|
-
*
|
|
23
|
-
* @example
|
|
24
|
-
* ```typescript
|
|
25
|
-
* @Component({
|
|
26
|
-
* standalone: true,
|
|
27
|
-
* imports: [KENDO_BUTTON],
|
|
28
|
-
* // ...
|
|
29
|
-
* })
|
|
30
|
-
* export class MyComponent {}
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
|
-
export declare const KENDO_BUTTON: readonly [typeof ButtonComponent];
|
|
34
|
-
/**
|
|
35
|
-
* Use the `KENDO_BUTTONGROUP` utility array to add all ButtonGroup-related components and directives to a standalone Angular component.
|
|
36
|
-
*
|
|
37
|
-
* @example
|
|
38
|
-
* ```typescript
|
|
39
|
-
* @Component({
|
|
40
|
-
* standalone: true,
|
|
41
|
-
* imports: [KENDO_BUTTONGROUP],
|
|
42
|
-
* // ...
|
|
43
|
-
* })
|
|
44
|
-
* export class MyComponent {}
|
|
45
|
-
* ```
|
|
46
|
-
*/
|
|
47
|
-
export declare const KENDO_BUTTONGROUP: readonly [typeof ButtonComponent, typeof ButtonGroupComponent];
|
|
48
|
-
/**
|
|
49
|
-
* Use the `KENDO_DROPDOWNBUTTON` utility array to add all DropDownButton-related components and directives to a standalone Angular component.
|
|
50
|
-
*
|
|
51
|
-
* @example
|
|
52
|
-
* ```typescript
|
|
53
|
-
* @Component({
|
|
54
|
-
* standalone: true,
|
|
55
|
-
* imports: [KENDO_DROPDOWNBUTTON],
|
|
56
|
-
* // ...
|
|
57
|
-
* })
|
|
58
|
-
* export class MyComponent {}
|
|
59
|
-
* ```
|
|
60
|
-
*/
|
|
61
|
-
export declare const KENDO_DROPDOWNBUTTON: readonly [typeof DropDownButtonComponent, typeof ButtonItemTemplateDirective];
|
|
62
|
-
/**
|
|
63
|
-
* Use the `KENDO_CHIP` utility array to add all Chip-related components and directives to a standalone Angular component.
|
|
64
|
-
*
|
|
65
|
-
* @example
|
|
66
|
-
* ```typescript
|
|
67
|
-
* @Component({
|
|
68
|
-
* standalone: true,
|
|
69
|
-
* imports: [KENDO_CHIP],
|
|
70
|
-
* // ...
|
|
71
|
-
* })
|
|
72
|
-
* export class MyComponent {}
|
|
73
|
-
* ```
|
|
74
|
-
*/
|
|
75
|
-
export declare const KENDO_CHIP: readonly [typeof ChipComponent];
|
|
76
|
-
/**
|
|
77
|
-
* Use the `KENDO_CHIPLIST` utility array to add all ChipList-related components and directives to a standalone Angular component.
|
|
78
|
-
*
|
|
79
|
-
* @example
|
|
80
|
-
* ```typescript
|
|
81
|
-
* @Component({
|
|
82
|
-
* standalone: true,
|
|
83
|
-
* imports: [KENDO_CHIPLIST],
|
|
84
|
-
* // ...
|
|
85
|
-
* })
|
|
86
|
-
* export class MyComponent {}
|
|
87
|
-
* ```
|
|
88
|
-
*/
|
|
89
|
-
export declare const KENDO_CHIPLIST: readonly [typeof ChipComponent, typeof ChipListComponent];
|
|
90
|
-
/**
|
|
91
|
-
* Use the `KENDO_FLOATINGACTIONBUTTON` utility array to add all FloatingActionButton-related components and directives to a standalone Angular component.
|
|
92
|
-
*
|
|
93
|
-
* @example
|
|
94
|
-
* ```typescript
|
|
95
|
-
* @Component({
|
|
96
|
-
* standalone: true,
|
|
97
|
-
* imports: [KENDO_FLOATINGACTIONBUTTON],
|
|
98
|
-
* // ...
|
|
99
|
-
* })
|
|
100
|
-
* export class MyComponent {}
|
|
101
|
-
* ```
|
|
102
|
-
*/
|
|
103
|
-
export declare const KENDO_FLOATINGACTIONBUTTON: readonly [typeof FloatingActionButtonComponent, typeof DialItemTemplateDirective, typeof FloatingActionButtonTemplateDirective];
|
|
104
|
-
/**
|
|
105
|
-
* Use the `KENDO_SPLITBUTTON` utility array to add all SplitButton-related components and directives to a standalone Angular component.
|
|
106
|
-
*
|
|
107
|
-
* @example
|
|
108
|
-
* ```typescript
|
|
109
|
-
* @Component({
|
|
110
|
-
* standalone: true,
|
|
111
|
-
* imports: [KENDO_SPLITBUTTON],
|
|
112
|
-
* // ...
|
|
113
|
-
* })
|
|
114
|
-
* export class MyComponent {}
|
|
115
|
-
* ```
|
|
116
|
-
*/
|
|
117
|
-
export declare const KENDO_SPLITBUTTON: readonly [typeof SplitButtonComponent, typeof SplitButtonCustomMessagesComponent, typeof ToggleButtonTabStopDirective, typeof ButtonItemTemplateDirective];
|
|
118
|
-
/**
|
|
119
|
-
* Use the `KENDO_SPEECHTOTEXTBUTTON` utility array to add all SpeechToTextButton-related components and directives to a standalone Angular component.
|
|
120
|
-
*
|
|
121
|
-
* @example
|
|
122
|
-
* ```typescript
|
|
123
|
-
* @Component({
|
|
124
|
-
* standalone: true,
|
|
125
|
-
* imports: [KENDO_SPEECHTOTEXTBUTTON],
|
|
126
|
-
* // ...
|
|
127
|
-
* })
|
|
128
|
-
* export class MyComponent {}
|
|
129
|
-
* ```
|
|
130
|
-
*/
|
|
131
|
-
export declare const KENDO_SPEECHTOTEXTBUTTON: readonly [typeof SpeechToTextButtonComponent];
|
|
132
|
-
/**
|
|
133
|
-
* Use the `KENDO_SMARTPASTEBUTTON` utility array to add all SmartPasteButton-related components and directives to a standalone Angular component.
|
|
134
|
-
*
|
|
135
|
-
* @example
|
|
136
|
-
* ```typescript
|
|
137
|
-
* @Component({
|
|
138
|
-
* standalone: true,
|
|
139
|
-
* imports: [KENDO_SMARTPASTEBUTTON],
|
|
140
|
-
* // ...
|
|
141
|
-
* })
|
|
142
|
-
* export class MyComponent {}
|
|
143
|
-
* ```
|
|
144
|
-
*/
|
|
145
|
-
export declare const KENDO_SMARTPASTEBUTTON: readonly [typeof SmartPasteButtonComponent];
|
|
146
|
-
/**
|
|
147
|
-
* Use the `KENDO_SEGMENTEDCONTROL` utility array to add all SegmentedControl-related components and directives to a standalone Angular component.
|
|
148
|
-
*
|
|
149
|
-
* @example
|
|
150
|
-
* ```typescript
|
|
151
|
-
* @Component({
|
|
152
|
-
* standalone: true,
|
|
153
|
-
* imports: [KENDO_SEGMENTEDCONTROL],
|
|
154
|
-
* // ...
|
|
155
|
-
* })
|
|
156
|
-
* export class MyComponent {}
|
|
157
|
-
* ```
|
|
158
|
-
*/
|
|
159
|
-
export declare const KENDO_SEGMENTEDCONTROL: readonly [typeof SegmentedControlComponent];
|
|
160
|
-
/**
|
|
161
|
-
* Use the `KENDO_BUTTONS` utility array to add all `@progress/kendo-angular-buttons`-related components and directives to a standalone Angular component.
|
|
162
|
-
*
|
|
163
|
-
* @example
|
|
164
|
-
* ```typescript
|
|
165
|
-
* @Component({
|
|
166
|
-
* standalone: true,
|
|
167
|
-
* imports: [KENDO_BUTTONS],
|
|
168
|
-
* // ...
|
|
169
|
-
* })
|
|
170
|
-
* export class MyComponent {}
|
|
171
|
-
* ```
|
|
172
|
-
*/
|
|
173
|
-
export declare const KENDO_BUTTONS: readonly [typeof ButtonComponent, typeof ButtonComponent, typeof ButtonGroupComponent, typeof DropDownButtonComponent, typeof ButtonItemTemplateDirective, typeof ChipComponent, typeof ChipComponent, typeof ChipListComponent, typeof FloatingActionButtonComponent, typeof DialItemTemplateDirective, typeof FloatingActionButtonTemplateDirective, typeof SplitButtonComponent, typeof SplitButtonCustomMessagesComponent, typeof ToggleButtonTabStopDirective, typeof ButtonItemTemplateDirective, typeof SpeechToTextButtonComponent, typeof SmartPasteButtonComponent, typeof SegmentedControlComponent];
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef, EventEmitter, NgZone, ChangeDetectorRef, AfterViewInit, OnDestroy, Renderer2 } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import { PopupService } from '@progress/kendo-angular-popup';
|
|
8
|
-
import { ButtonItemTemplateDirective } from '../listbutton/button-item-template.directive';
|
|
9
|
-
import { Direction } from '../direction';
|
|
10
|
-
import { ListButton } from '../listbutton/list-button';
|
|
11
|
-
import { FocusService } from '../focusable/focus.service';
|
|
12
|
-
import { NavigationService } from '../navigation/navigation.service';
|
|
13
|
-
import { ArrowIconSettings, ButtonFillMode, ButtonRounded, ButtonThemeColor, DropDownButtonSize } from '../common/models';
|
|
14
|
-
import { PopupContainerService } from '../listbutton/container.service';
|
|
15
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
16
|
-
import * as i0 from "@angular/core";
|
|
17
|
-
/**
|
|
18
|
-
* Represents the Kendo UI DropDownButton component for Angular.
|
|
19
|
-
*
|
|
20
|
-
* Use the DropDownButton to display a button with a popup list of actions.
|
|
21
|
-
*
|
|
22
|
-
* @example
|
|
23
|
-
* ```ts
|
|
24
|
-
* @Component({
|
|
25
|
-
* selector: 'my-app',
|
|
26
|
-
* template: `
|
|
27
|
-
* <kendo-dropdownbutton [data]="data">
|
|
28
|
-
* User Settings
|
|
29
|
-
* </kendo-dropdownbutton>
|
|
30
|
-
* `
|
|
31
|
-
* })
|
|
32
|
-
* class AppComponent {
|
|
33
|
-
* public data: Array<any> = [
|
|
34
|
-
* { text: 'My Profile' },
|
|
35
|
-
* { text: 'Friend Requests' },
|
|
36
|
-
* { text: 'Account Settings' },
|
|
37
|
-
* { text: 'Support' },
|
|
38
|
-
* { text: 'Log Out' }
|
|
39
|
-
* ];
|
|
40
|
-
* }
|
|
41
|
-
* ```
|
|
42
|
-
*/
|
|
43
|
-
export declare class DropDownButtonComponent extends ListButton implements AfterViewInit, OnDestroy {
|
|
44
|
-
protected containerService: PopupContainerService;
|
|
45
|
-
private renderer;
|
|
46
|
-
/**
|
|
47
|
-
* Displays the default arrow icon or a custom one.
|
|
48
|
-
* @default false
|
|
49
|
-
*/
|
|
50
|
-
arrowIcon: boolean | ArrowIconSettings;
|
|
51
|
-
/**
|
|
52
|
-
* Specifies the name of an existing icon in the Kendo UI theme.
|
|
53
|
-
*/
|
|
54
|
-
icon: string;
|
|
55
|
-
/**
|
|
56
|
-
* Specifies an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to render within the button.
|
|
57
|
-
*/
|
|
58
|
-
svgIcon: SVGIcon;
|
|
59
|
-
/**
|
|
60
|
-
* Specifies a list of CSS classes for styling the button with custom icons.
|
|
61
|
-
*/
|
|
62
|
-
iconClass: string;
|
|
63
|
-
/**
|
|
64
|
-
* Specifies a URL for styling the button with a custom image.
|
|
65
|
-
*/
|
|
66
|
-
imageUrl: string;
|
|
67
|
-
/**
|
|
68
|
-
* Sets the data item field that represents the item text.
|
|
69
|
-
* If the data contains only primitive values, leave this undefined.
|
|
70
|
-
*/
|
|
71
|
-
textField: string;
|
|
72
|
-
/**
|
|
73
|
-
* Sets or gets the data of the DropDownButton. Provide the data as an array-like list.
|
|
74
|
-
*/
|
|
75
|
-
set data(data: any);
|
|
76
|
-
get data(): any;
|
|
77
|
-
/**
|
|
78
|
-
* Specifies the padding of the DropDownButton. See [DropDownButton Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton/appearance#size). The default value is set by the Kendo theme.
|
|
79
|
-
*/
|
|
80
|
-
size: DropDownButtonSize;
|
|
81
|
-
/**
|
|
82
|
-
* Specifies the border radius of the DropDownButton. See [DropDownButton Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton/appearance#roundness). The default value is set by the Kendo theme.
|
|
83
|
-
*/
|
|
84
|
-
rounded: ButtonRounded;
|
|
85
|
-
/**
|
|
86
|
-
* Specifies the background and border styles of the DropDownButton. See [DropDownButton Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton/appearance#fill-mode). The default value is set by the Kendo theme.
|
|
87
|
-
*/
|
|
88
|
-
set fillMode(fillMode: ButtonFillMode);
|
|
89
|
-
get fillMode(): ButtonFillMode;
|
|
90
|
-
/**
|
|
91
|
-
* Specifies predefined theme colors for the DropDownButton. See [DropDownButton Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/dropdownbutton/appearance#theme-colors).
|
|
92
|
-
*/
|
|
93
|
-
themeColor: ButtonThemeColor;
|
|
94
|
-
/**
|
|
95
|
-
* Sets attributes for the main button.
|
|
96
|
-
*/
|
|
97
|
-
set buttonAttributes(buttonAttributes: {
|
|
98
|
-
[key: string]: string;
|
|
99
|
-
});
|
|
100
|
-
get buttonAttributes(): {
|
|
101
|
-
[key: string]: string;
|
|
102
|
-
};
|
|
103
|
-
/**
|
|
104
|
-
* Fires when the user clicks a drop-down list item.
|
|
105
|
-
* The event data contains the data item bound to the clicked list item.
|
|
106
|
-
*/
|
|
107
|
-
itemClick: EventEmitter<any>;
|
|
108
|
-
/**
|
|
109
|
-
* Fires when the DropDownButton is focused.
|
|
110
|
-
*/
|
|
111
|
-
onFocus: EventEmitter<any>;
|
|
112
|
-
/**
|
|
113
|
-
* Fires when the DropDownButton is blurred.
|
|
114
|
-
*/
|
|
115
|
-
onBlur: EventEmitter<any>;
|
|
116
|
-
get focused(): boolean;
|
|
117
|
-
hostDisplayStyle: string;
|
|
118
|
-
get dir(): Direction;
|
|
119
|
-
/**
|
|
120
|
-
* @hidden
|
|
121
|
-
*/
|
|
122
|
-
get active(): boolean;
|
|
123
|
-
itemTemplate: ButtonItemTemplateDirective;
|
|
124
|
-
private _fillMode;
|
|
125
|
-
private _buttonAttributes;
|
|
126
|
-
private documentMouseUpSub;
|
|
127
|
-
/**
|
|
128
|
-
* @hidden
|
|
129
|
-
*/
|
|
130
|
-
keydown(event: any): void;
|
|
131
|
-
/**
|
|
132
|
-
* @hidden
|
|
133
|
-
*/
|
|
134
|
-
keyup(event: any): void;
|
|
135
|
-
/**
|
|
136
|
-
* @hidden
|
|
137
|
-
*/
|
|
138
|
-
mousedown(event: any): void;
|
|
139
|
-
/**
|
|
140
|
-
* @hidden
|
|
141
|
-
*/
|
|
142
|
-
mouseup(event: any): void;
|
|
143
|
-
/**
|
|
144
|
-
* @hidden
|
|
145
|
-
*/
|
|
146
|
-
openPopup(): void;
|
|
147
|
-
/**
|
|
148
|
-
* @hidden
|
|
149
|
-
*/
|
|
150
|
-
onButtonBlur(): void;
|
|
151
|
-
/**
|
|
152
|
-
* Focuses the DropDownButton.
|
|
153
|
-
*/
|
|
154
|
-
focus(): void;
|
|
155
|
-
/**
|
|
156
|
-
* Blurs the DropDownButton.
|
|
157
|
-
*/
|
|
158
|
-
blur(): void;
|
|
159
|
-
constructor(focusService: FocusService, navigationService: NavigationService, wrapperRef: ElementRef, zone: NgZone, popupService: PopupService, elRef: ElementRef, localization: LocalizationService, cdr: ChangeDetectorRef, containerService: PopupContainerService, renderer: Renderer2);
|
|
160
|
-
ngAfterViewInit(): void;
|
|
161
|
-
/**
|
|
162
|
-
* @hidden
|
|
163
|
-
*/
|
|
164
|
-
handleFocus(event: FocusEvent): void;
|
|
165
|
-
/**
|
|
166
|
-
* @hidden
|
|
167
|
-
*/
|
|
168
|
-
wrapperContains(element: any): boolean;
|
|
169
|
-
private handleButtonAttributes;
|
|
170
|
-
/**
|
|
171
|
-
* @hidden
|
|
172
|
-
*/
|
|
173
|
-
ngOnDestroy(): void;
|
|
174
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonComponent, never>;
|
|
175
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DropDownButtonComponent, "kendo-dropdownbutton", ["kendoDropDownButton"], { "arrowIcon": { "alias": "arrowIcon"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "data": { "alias": "data"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "buttonAttributes": { "alias": "buttonAttributes"; "required": false; }; }, { "itemClick": "itemClick"; "onFocus": "focus"; "onBlur": "blur"; }, ["itemTemplate"], ["*"], true, never>;
|
|
176
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 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 "./dropdownbutton.component";
|
|
7
|
-
import * as i2 from "../listbutton/button-item-template.directive";
|
|
8
|
-
/**
|
|
9
|
-
* Exports the package module.
|
|
10
|
-
*
|
|
11
|
-
* Required for adding DropDownButton features in NgModule-based Angular applications.
|
|
12
|
-
*
|
|
13
|
-
* The module includes:
|
|
14
|
-
* - `DropDownButtonComponent`—The component class for the DropDownButton.
|
|
15
|
-
* - `ButtonItemTemplateDirective`—The directive for the button item template.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```typescript
|
|
19
|
-
* import { DropDownButtonModule } from '@progress/kendo-angular-buttons';
|
|
20
|
-
* import { NgModule } from '@angular/core';
|
|
21
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
22
|
-
* import { AppComponent } from './app.component';
|
|
23
|
-
*
|
|
24
|
-
* @NgModule({
|
|
25
|
-
* declarations: [AppComponent],
|
|
26
|
-
* imports: [BrowserModule, DropDownButtonModule],
|
|
27
|
-
* bootstrap: [AppComponent]
|
|
28
|
-
* })
|
|
29
|
-
* export class AppModule {}
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
32
|
-
export declare class DropDownButtonModule {
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonModule, never, [typeof i1.DropDownButtonComponent, typeof i2.ButtonItemTemplateDirective], [typeof i1.DropDownButtonComponent, typeof i2.ButtonItemTemplateDirective]>;
|
|
35
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonModule>;
|
|
36
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { AnimationMetadata } from '@angular/animations';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare function openAnimation(animationSettings: any): AnimationMetadata;
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export declare function closeAnimation(animationSettings: any): AnimationMetadata;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { AfterViewInit, ElementRef, Renderer2, TemplateRef } from "@angular/core";
|
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import { FabAlign } from './models/align';
|
|
8
|
-
import { DialItem } from "./models/item.interface";
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export declare class DialItemComponent implements AfterViewInit {
|
|
14
|
-
private element;
|
|
15
|
-
private renderer;
|
|
16
|
-
private localisationService;
|
|
17
|
-
hostClass: boolean;
|
|
18
|
-
role: string;
|
|
19
|
-
get disabledClass(): boolean;
|
|
20
|
-
get title(): string;
|
|
21
|
-
get indexAttr(): string;
|
|
22
|
-
cssClass: any;
|
|
23
|
-
cssStyle: any;
|
|
24
|
-
isFocused: boolean;
|
|
25
|
-
index: any;
|
|
26
|
-
item: DialItem;
|
|
27
|
-
dialItemTemplate: TemplateRef<any>;
|
|
28
|
-
align: FabAlign;
|
|
29
|
-
constructor(element: ElementRef, renderer: Renderer2, localisationService: LocalizationService);
|
|
30
|
-
get iconClasses(): string[];
|
|
31
|
-
get itemTitle(): string;
|
|
32
|
-
ngAfterViewInit(): void;
|
|
33
|
-
private getTextDirectionClass;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialItemComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialItemComponent, "[kendoDialItem]", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "cssStyle": { "alias": "cssStyle"; "required": false; }; "isFocused": { "alias": "isFocused"; "required": false; }; "index": { "alias": "index"; "required": false; }; "item": { "alias": "item"; "required": false; }; "dialItemTemplate": { "alias": "dialItemTemplate"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ChangeDetectorRef, OnDestroy, TemplateRef } from "@angular/core";
|
|
6
|
-
import { FocusService } from '../focusable/focus.service';
|
|
7
|
-
import { FabAlign } from './models/align';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare class DialListComponent implements OnDestroy {
|
|
13
|
-
private focusService;
|
|
14
|
-
private cdr;
|
|
15
|
-
hostClass: boolean;
|
|
16
|
-
get bottomClass(): boolean;
|
|
17
|
-
get topClass(): boolean;
|
|
18
|
-
dialItems: any[];
|
|
19
|
-
dialItemTemplate: TemplateRef<any>;
|
|
20
|
-
align: FabAlign;
|
|
21
|
-
private subscriptions;
|
|
22
|
-
constructor(focusService: FocusService, cdr: ChangeDetectorRef);
|
|
23
|
-
isFocused(index: number): boolean;
|
|
24
|
-
ngOnDestroy(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialListComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialListComponent, "[kendoDialList]", never, { "dialItems": { "alias": "dialItems"; "required": false; }; "dialItemTemplate": { "alias": "dialItemTemplate"; "required": false; }; "align": { "alias": "align"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
-
}
|