@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
|
@@ -1,18 +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 { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { Messages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Represents a custom component for overriding the default SplitButton messages.
|
|
10
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/globalization)).
|
|
11
|
-
*/
|
|
12
|
-
export declare class SplitButtonCustomMessagesComponent extends Messages {
|
|
13
|
-
protected service: LocalizationService;
|
|
14
|
-
constructor(service: LocalizationService);
|
|
15
|
-
protected get override(): boolean;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonCustomMessagesComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonCustomMessagesComponent, "kendo-splitbutton-messages", never, {}, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,16 +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 { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { Messages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class LocalizedSplitButtonMessagesDirective extends Messages {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedSplitButtonMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedSplitButtonMessagesDirective, "[kendoSplitButtonLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,38 +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 { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class Messages extends ComponentMessages {
|
|
11
|
-
/**
|
|
12
|
-
* Specifies the text for the SplitButton `aria-label`.
|
|
13
|
-
*
|
|
14
|
-
* The `aria-label` text consists of two parts: the SplitButton text and a localizable string.
|
|
15
|
-
* For example, for a SplitButton with the text `'Reply'`, the default `aria-label` is `'Reply splitbutton'`.
|
|
16
|
-
*
|
|
17
|
-
* To reorder the SplitButton text and the localizable part, use the `splitButtonLabel` property with a
|
|
18
|
-
* placeholder for the button text, such as `'splitbutton for {buttonText}'`. The `{buttonText}` placeholder
|
|
19
|
-
* is replaced internally with the current SplitButton text. For instance, the resulting `aria-label` is
|
|
20
|
-
* rendered as `'splitbutton for Reply'`.
|
|
21
|
-
*
|
|
22
|
-
* @example
|
|
23
|
-
* ```ts
|
|
24
|
-
* <kendo-splitbutton>
|
|
25
|
-
* <kendo-splitbutton-messages
|
|
26
|
-
* splitButtonLabel="splitbutton for {buttonText}">
|
|
27
|
-
* </kendo-splitbutton-messages>
|
|
28
|
-
* </kendo-splitbutton>
|
|
29
|
-
* ```
|
|
30
|
-
*/
|
|
31
|
-
splitButtonLabel: string;
|
|
32
|
-
/**
|
|
33
|
-
* Specifies the text for the SplitButton toggle button `aria-label`.
|
|
34
|
-
*/
|
|
35
|
-
toggleButtonLabel: string;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendo-splitbutton-messages-base", never, { "splitButtonLabel": { "alias": "splitButtonLabel"; "required": false; }; "toggleButtonLabel": { "alias": "toggleButtonLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1,284 +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, AfterViewInit, OnChanges, SimpleChanges, NgZone, ChangeDetectorRef, Renderer2, OnDestroy, DoCheck } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import { Align, PopupService } from '@progress/kendo-angular-popup';
|
|
8
|
-
import { ListButton } from './../listbutton/list-button';
|
|
9
|
-
import { PopupSettings } from './../listbutton/popup-settings';
|
|
10
|
-
import { ButtonItemTemplateDirective } from './../listbutton/button-item-template.directive';
|
|
11
|
-
import { FocusService } from './../focusable/focus.service';
|
|
12
|
-
import { NavigationService } from './../navigation/navigation.service';
|
|
13
|
-
import { PreventableEvent } from '../preventable-event';
|
|
14
|
-
import { ButtonFillMode, ButtonRounded, ButtonThemeColor, SplitButtonSize } from '../common/models';
|
|
15
|
-
import { PopupContainerService } from '../listbutton/container.service';
|
|
16
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
17
|
-
import * as i0 from "@angular/core";
|
|
18
|
-
/**
|
|
19
|
-
* Represents the Kendo UI SplitButton component for Angular.
|
|
20
|
-
*
|
|
21
|
-
* @example
|
|
22
|
-
* ```ts
|
|
23
|
-
* @Component({
|
|
24
|
-
* selector: 'my-app',
|
|
25
|
-
* template: `
|
|
26
|
-
* <kendo-splitbutton [data]="items" (buttonClick)="onSplitButtonClick()">Paste</kendo-splitbutton>
|
|
27
|
-
* `
|
|
28
|
-
* })
|
|
29
|
-
*
|
|
30
|
-
* class AppComponent {
|
|
31
|
-
* public items: Array<any> = [{
|
|
32
|
-
* text: 'Keep Text Only',
|
|
33
|
-
* icon: 'clipboard-text',
|
|
34
|
-
* click: () => { console.log('Keep Text Only click handler'); }
|
|
35
|
-
* }, {
|
|
36
|
-
* text: 'Paste as HTML',
|
|
37
|
-
* icon: 'clipboard-code'
|
|
38
|
-
* }
|
|
39
|
-
* ];
|
|
40
|
-
*
|
|
41
|
-
* public onSplitButtonClick(dataItem: any): void {
|
|
42
|
-
* console.log('Paste');
|
|
43
|
-
* }
|
|
44
|
-
* }
|
|
45
|
-
* ```
|
|
46
|
-
*/
|
|
47
|
-
export declare class SplitButtonComponent extends ListButton implements AfterViewInit, OnChanges, OnDestroy, DoCheck {
|
|
48
|
-
private localization;
|
|
49
|
-
private renderer;
|
|
50
|
-
/**
|
|
51
|
-
* Sets the text displayed within the SplitButton.
|
|
52
|
-
*
|
|
53
|
-
* @remarks
|
|
54
|
-
* This property is related to accessibility.
|
|
55
|
-
*/
|
|
56
|
-
text: string;
|
|
57
|
-
/**
|
|
58
|
-
* Specifies an icon to display next to the button text ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/splitbutton/data-binding#arrays-of-complex-data)).
|
|
59
|
-
*/
|
|
60
|
-
icon: string;
|
|
61
|
-
/**
|
|
62
|
-
* Specifies an `SVGIcon` to display next to the button text.
|
|
63
|
-
*/
|
|
64
|
-
svgIcon: SVGIcon;
|
|
65
|
-
/**
|
|
66
|
-
* Specifies a custom CSS class for the icon displayed next to the button text ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/splitbutton/data-binding#arrays-of-complex-data)).
|
|
67
|
-
*/
|
|
68
|
-
iconClass: string;
|
|
69
|
-
/**
|
|
70
|
-
* Specifies the `type` attribute of the main button.
|
|
71
|
-
*/
|
|
72
|
-
type: string;
|
|
73
|
-
/**
|
|
74
|
-
* Specifies the URL of an image to display next to the button text ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/splitbutton/data-binding#arrays-of-complex-data)).
|
|
75
|
-
*/
|
|
76
|
-
imageUrl: string;
|
|
77
|
-
/**
|
|
78
|
-
* Configures the padding of the SplitButton ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/api/splitbuttoncomponent#size)). The default value is set by the Kendo theme.
|
|
79
|
-
*/
|
|
80
|
-
size: SplitButtonSize;
|
|
81
|
-
/**
|
|
82
|
-
* Configures the border radius of the SplitButton ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/api/splitbuttoncomponent#rounded)). The default value is set by the Kendo theme.
|
|
83
|
-
*/
|
|
84
|
-
set rounded(rounded: ButtonRounded);
|
|
85
|
-
get rounded(): ButtonRounded;
|
|
86
|
-
/**
|
|
87
|
-
* Configures the background and border styles of the SplitButton ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/api/splitbuttoncomponent#fillmode)). The default value is set by the Kendo theme.
|
|
88
|
-
*/
|
|
89
|
-
set fillMode(fillMode: ButtonFillMode);
|
|
90
|
-
get fillMode(): ButtonFillMode;
|
|
91
|
-
/**
|
|
92
|
-
* Configures the theme color of the SplitButton. The theme color applies to the background, border, and text ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/api/splitbuttoncomponent#themecolor)). The default value is set by the Kendo theme.
|
|
93
|
-
*/
|
|
94
|
-
themeColor: ButtonThemeColor;
|
|
95
|
-
/**
|
|
96
|
-
* Disables the SplitButton when set to `true` ([see example](https://www.telerik.com/kendo-angular-ui/components/buttons/splitbutton/data-binding#arrays-of-complex-data)).
|
|
97
|
-
*/
|
|
98
|
-
set disabled(value: boolean);
|
|
99
|
-
get disabled(): boolean;
|
|
100
|
-
/**
|
|
101
|
-
* Configures the popup settings of the SplitButton.
|
|
102
|
-
*/
|
|
103
|
-
set popupSettings(settings: PopupSettings);
|
|
104
|
-
get popupSettings(): PopupSettings;
|
|
105
|
-
/**
|
|
106
|
-
* Specifies the [`tabindex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
|
|
107
|
-
*
|
|
108
|
-
* @default 0
|
|
109
|
-
*/
|
|
110
|
-
tabIndex: number;
|
|
111
|
-
/**
|
|
112
|
-
* Configures the text field of the button-list popup.
|
|
113
|
-
*/
|
|
114
|
-
textField: string;
|
|
115
|
-
/**
|
|
116
|
-
* Sets the data for the SplitButton. Provide the data as an array-like list.
|
|
117
|
-
*/
|
|
118
|
-
set data(data: any);
|
|
119
|
-
get data(): any;
|
|
120
|
-
/**
|
|
121
|
-
* Specifies the CSS classes for the button that opens the popup.
|
|
122
|
-
* Supports values compatible with [`ngClass`](link:site.data.urls.angular['ngclassapi']).
|
|
123
|
-
*/
|
|
124
|
-
arrowButtonClass: any;
|
|
125
|
-
/**
|
|
126
|
-
* Specifies the name of the font icon displayed on the button that opens the popup.
|
|
127
|
-
*/
|
|
128
|
-
arrowButtonIcon: string;
|
|
129
|
-
/**
|
|
130
|
-
* Specifies the [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgiconcomponent) displayed on the button that opens the popup.
|
|
131
|
-
*/
|
|
132
|
-
arrowButtonSvgIcon: SVGIcon;
|
|
133
|
-
/**
|
|
134
|
-
* Sets attributes for the main button.
|
|
135
|
-
*/
|
|
136
|
-
set buttonAttributes(buttonAttributes: {
|
|
137
|
-
[key: string]: string;
|
|
138
|
-
});
|
|
139
|
-
get buttonAttributes(): {
|
|
140
|
-
[key: string]: string;
|
|
141
|
-
};
|
|
142
|
-
/**
|
|
143
|
-
* Emits an event when the main button is clicked.
|
|
144
|
-
*/
|
|
145
|
-
buttonClick: EventEmitter<any>;
|
|
146
|
-
/**
|
|
147
|
-
* Emits an event when an item in the drop-down list is clicked. The event data contains the clicked item's data.
|
|
148
|
-
*/
|
|
149
|
-
itemClick: EventEmitter<any>;
|
|
150
|
-
/**
|
|
151
|
-
* Emits an event when the SplitButton gains focus.
|
|
152
|
-
*/
|
|
153
|
-
onFocus: EventEmitter<any>;
|
|
154
|
-
/**
|
|
155
|
-
* Emits an event when the SplitButton is blurred.
|
|
156
|
-
*/
|
|
157
|
-
onBlur: EventEmitter<any>;
|
|
158
|
-
/**
|
|
159
|
-
* Emits an event before the popup opens. This event is preventable.
|
|
160
|
-
*/
|
|
161
|
-
open: EventEmitter<PreventableEvent>;
|
|
162
|
-
/**
|
|
163
|
-
* Emits an event before the popup closes. This event is preventable.
|
|
164
|
-
*/
|
|
165
|
-
close: EventEmitter<PreventableEvent>;
|
|
166
|
-
/**
|
|
167
|
-
* Specifies a template to customize the content of the items in the drop-down list.
|
|
168
|
-
*/
|
|
169
|
-
itemTemplate: ButtonItemTemplateDirective;
|
|
170
|
-
activeArrow: boolean;
|
|
171
|
-
listId: string;
|
|
172
|
-
/**
|
|
173
|
-
* @hidden
|
|
174
|
-
*/
|
|
175
|
-
get hasContent(): boolean;
|
|
176
|
-
/**
|
|
177
|
-
* @hidden
|
|
178
|
-
*/
|
|
179
|
-
get active(): boolean;
|
|
180
|
-
/**
|
|
181
|
-
* @hidden
|
|
182
|
-
*/
|
|
183
|
-
get componentTabIndex(): number;
|
|
184
|
-
private buttonText;
|
|
185
|
-
private arrowButtonClicked;
|
|
186
|
-
private _rounded;
|
|
187
|
-
private _fillMode;
|
|
188
|
-
private _buttonAttributes;
|
|
189
|
-
private documentMouseUpSub;
|
|
190
|
-
set isFocused(value: boolean);
|
|
191
|
-
get isFocused(): boolean;
|
|
192
|
-
get widgetClasses(): boolean;
|
|
193
|
-
get dir(): string;
|
|
194
|
-
/**
|
|
195
|
-
* @hidden
|
|
196
|
-
*/
|
|
197
|
-
get ariaLabel(): string;
|
|
198
|
-
/**
|
|
199
|
-
* @hidden
|
|
200
|
-
*/
|
|
201
|
-
messageFor(key: string): string;
|
|
202
|
-
/**
|
|
203
|
-
* @hidden
|
|
204
|
-
*/
|
|
205
|
-
onButtonFocus(event: FocusEvent): void;
|
|
206
|
-
/**
|
|
207
|
-
* @hidden
|
|
208
|
-
*/
|
|
209
|
-
onArrowButtonClick(): void;
|
|
210
|
-
/**
|
|
211
|
-
* @hidden
|
|
212
|
-
*/
|
|
213
|
-
toggleButtonActiveState(enable: boolean): void;
|
|
214
|
-
/**
|
|
215
|
-
* @hidden
|
|
216
|
-
*/
|
|
217
|
-
toggleArrowButtonActiveState(enable: boolean): void;
|
|
218
|
-
/**
|
|
219
|
-
* @hidden
|
|
220
|
-
*/
|
|
221
|
-
onButtonClick(): void;
|
|
222
|
-
/**
|
|
223
|
-
* @hidden
|
|
224
|
-
*/
|
|
225
|
-
onButtonBlur(): void;
|
|
226
|
-
/**
|
|
227
|
-
* @hidden
|
|
228
|
-
*/
|
|
229
|
-
keydown(event: any): void;
|
|
230
|
-
/**
|
|
231
|
-
* @hidden
|
|
232
|
-
*/
|
|
233
|
-
keyup(event: any): void;
|
|
234
|
-
ngDoCheck(): void;
|
|
235
|
-
ngAfterViewInit(): void;
|
|
236
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
237
|
-
/**
|
|
238
|
-
* @hidden
|
|
239
|
-
*/
|
|
240
|
-
ngOnDestroy(): void;
|
|
241
|
-
/**
|
|
242
|
-
* @hidden
|
|
243
|
-
*/
|
|
244
|
-
protected onNavigationEnterUp(args?: any): void;
|
|
245
|
-
/**
|
|
246
|
-
* @hidden
|
|
247
|
-
*/
|
|
248
|
-
togglePopupVisibility(): void;
|
|
249
|
-
/**
|
|
250
|
-
* @hidden
|
|
251
|
-
*/
|
|
252
|
-
wrapperContains(element: any): boolean;
|
|
253
|
-
/**
|
|
254
|
-
* @hidden
|
|
255
|
-
*/
|
|
256
|
-
get anchorAlign(): Align;
|
|
257
|
-
/**
|
|
258
|
-
* @hidden
|
|
259
|
-
*/
|
|
260
|
-
get popupAlign(): Align;
|
|
261
|
-
/**
|
|
262
|
-
* @hidden
|
|
263
|
-
*/
|
|
264
|
-
get isIconButton(): boolean;
|
|
265
|
-
/**
|
|
266
|
-
* Focuses the SplitButton component.
|
|
267
|
-
*/
|
|
268
|
-
focus(): void;
|
|
269
|
-
/**
|
|
270
|
-
* Blurs the SplitButton component.
|
|
271
|
-
*/
|
|
272
|
-
blur(): void;
|
|
273
|
-
constructor(focusService: FocusService, navigationService: NavigationService, wrapperRef: ElementRef, zone: NgZone, popupService: PopupService, elRef: ElementRef, localization: LocalizationService, cdr: ChangeDetectorRef, renderer: Renderer2, containerService: PopupContainerService);
|
|
274
|
-
/**
|
|
275
|
-
* Returns the current open state of the popup.
|
|
276
|
-
*/
|
|
277
|
-
get isOpen(): boolean;
|
|
278
|
-
private updateButtonText;
|
|
279
|
-
private handleClasses;
|
|
280
|
-
private toggleButtonIconClass;
|
|
281
|
-
private handleButtonAttributes;
|
|
282
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonComponent, never>;
|
|
283
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitButtonComponent, "kendo-splitbutton", ["kendoSplitButton"], { "text": { "alias": "text"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "type": { "alias": "type"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "popupSettings": { "alias": "popupSettings"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "data": { "alias": "data"; "required": false; }; "arrowButtonClass": { "alias": "arrowButtonClass"; "required": false; }; "arrowButtonIcon": { "alias": "arrowButtonIcon"; "required": false; }; "arrowButtonSvgIcon": { "alias": "arrowButtonSvgIcon"; "required": false; }; "buttonAttributes": { "alias": "buttonAttributes"; "required": false; }; }, { "buttonClick": "buttonClick"; "itemClick": "itemClick"; "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "close": "close"; }, ["itemTemplate"], ["*"], true, never>;
|
|
284
|
-
}
|
|
@@ -1,23 +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 "./splitbutton.component";
|
|
7
|
-
import * as i2 from "./localization/custom-messages.component";
|
|
8
|
-
import * as i3 from "@progress/kendo-angular-common";
|
|
9
|
-
import * as i4 from "../listbutton/button-item-template.directive";
|
|
10
|
-
/**
|
|
11
|
-
* Represents the exported package module.
|
|
12
|
-
*
|
|
13
|
-
* Required for adding SplitButton features in NgModule-based Angular applications.
|
|
14
|
-
*
|
|
15
|
-
* The package exports:
|
|
16
|
-
* - `SplitButtonComponent`—The SplitButton component class.
|
|
17
|
-
* - `SplitButtonCustomMessagesComponent`—The SplitButton custom messages component class.
|
|
18
|
-
*/
|
|
19
|
-
export declare class SplitButtonModule {
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, never, [typeof i1.SplitButtonComponent, typeof i2.SplitButtonCustomMessagesComponent, typeof i3.ToggleButtonTabStopDirective, typeof i4.ButtonItemTemplateDirective, typeof i3.ToggleButtonTabStopDirective], [typeof i1.SplitButtonComponent, typeof i2.SplitButtonCustomMessagesComponent, typeof i3.ToggleButtonTabStopDirective, typeof i4.ButtonItemTemplateDirective, typeof i3.ToggleButtonTabStopDirective]>;
|
|
22
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonModule>;
|
|
23
|
-
}
|
package/util.d.ts
DELETED
|
@@ -1,49 +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 { Renderer2 } from "@angular/core";
|
|
6
|
-
import { ButtonStylingClasses } from "./common/models";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare const isPresent: Function;
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export declare const tick: (f: any) => Promise<any>;
|
|
15
|
-
/**
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
export declare function closest(element: any, selector: string): any;
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export declare const SIZES: {
|
|
23
|
-
xsmall: string;
|
|
24
|
-
small: string;
|
|
25
|
-
medium: string;
|
|
26
|
-
large: string;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* @hidden
|
|
30
|
-
*
|
|
31
|
-
* Returns the styling classes to be added and removed.
|
|
32
|
-
*/
|
|
33
|
-
export declare const getStylingClasses: (componentType: any, stylingOption: string, previousValue: any, newValue: any) => ButtonStylingClasses;
|
|
34
|
-
/**
|
|
35
|
-
* @hidden
|
|
36
|
-
*
|
|
37
|
-
* Returns the themeColor classes to be added and removed
|
|
38
|
-
*/
|
|
39
|
-
export declare const getThemeColorClasses: (componentType: any, previousValue: any, newValue: any) => ButtonStylingClasses;
|
|
40
|
-
/**
|
|
41
|
-
* @hidden
|
|
42
|
-
*/
|
|
43
|
-
export declare const toggleClass: (className: string, add: boolean, renderer: Renderer2, element: any) => void;
|
|
44
|
-
/**
|
|
45
|
-
* @hidden
|
|
46
|
-
*
|
|
47
|
-
* Checks for an empty object - {}
|
|
48
|
-
*/
|
|
49
|
-
export declare const isObjectEmpty: (obj: any) => boolean;
|