@progress/kendo-angular-buttons 24.2.2 → 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,105 +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 { QueryList, EventEmitter, OnDestroy, OnInit, Renderer2, AfterContentInit, AfterViewInit, ElementRef, NgZone } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import { ChipComponent } from './chip.component';
|
|
8
|
-
import { ChipListSelection } from './models/selection';
|
|
9
|
-
import { ChipListRemoveEvent } from './chip-list-remove-event-args.interface';
|
|
10
|
-
import { ChipSize } from '../common/models';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
/**
|
|
13
|
-
* Represents the Kendo UI ChipList component for Angular. Displays a list of Chip components.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```html
|
|
17
|
-
* <kendo-chiplist selection="multiple">
|
|
18
|
-
* <kendo-chip label="Chip 1"></kendo-chip>
|
|
19
|
-
* <kendo-chip label="Chip 2"></kendo-chip>
|
|
20
|
-
* </kendo-chiplist>
|
|
21
|
-
* ```
|
|
22
|
-
* @remarks
|
|
23
|
-
* Supported children components are: {@link ChipComponent}.
|
|
24
|
-
*/
|
|
25
|
-
export declare class ChipListComponent implements OnInit, AfterViewInit, AfterContentInit, OnDestroy {
|
|
26
|
-
private localizationService;
|
|
27
|
-
private renderer;
|
|
28
|
-
private element;
|
|
29
|
-
private ngZone;
|
|
30
|
-
hostClass: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* @hidden
|
|
33
|
-
*/
|
|
34
|
-
orientation: string;
|
|
35
|
-
/**
|
|
36
|
-
* @hidden
|
|
37
|
-
*/
|
|
38
|
-
direction: string;
|
|
39
|
-
/**
|
|
40
|
-
* Sets the selection mode of the ChipList.
|
|
41
|
-
*
|
|
42
|
-
* @default 'none'
|
|
43
|
-
*/
|
|
44
|
-
selection: ChipListSelection;
|
|
45
|
-
/**
|
|
46
|
-
* Sets the gap between the Chips in the ChipList.
|
|
47
|
-
* See [ChipList Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chiplist/appearance#size). The default value is set by the Kendo theme.
|
|
48
|
-
*/
|
|
49
|
-
set size(size: ChipSize);
|
|
50
|
-
get size(): ChipSize;
|
|
51
|
-
/**
|
|
52
|
-
* Fires when the ChipList selection changes.
|
|
53
|
-
*/
|
|
54
|
-
selectedChange: EventEmitter<any[]>;
|
|
55
|
-
/**
|
|
56
|
-
* Fires when the user clicks the remove icon of a Chip in the ChipList.
|
|
57
|
-
*/
|
|
58
|
-
remove: EventEmitter<ChipListRemoveEvent>;
|
|
59
|
-
chips: QueryList<ChipComponent>;
|
|
60
|
-
get multiple(): boolean;
|
|
61
|
-
/**
|
|
62
|
-
* @hidden
|
|
63
|
-
*/
|
|
64
|
-
role: string;
|
|
65
|
-
private dynamicRTLSubscription;
|
|
66
|
-
private _size;
|
|
67
|
-
private subs;
|
|
68
|
-
private _navigable;
|
|
69
|
-
/**
|
|
70
|
-
* @hidden
|
|
71
|
-
*/
|
|
72
|
-
onClick($event: any): void;
|
|
73
|
-
/**
|
|
74
|
-
* By default, keyboard navigation is available through arrow keys and roving tabindex.
|
|
75
|
-
* When set to `false`, all chips are part of the default tabbing sequence of the page.
|
|
76
|
-
*
|
|
77
|
-
* @default true
|
|
78
|
-
*
|
|
79
|
-
* @remarks
|
|
80
|
-
* This property is related to accessibility.
|
|
81
|
-
*/
|
|
82
|
-
set navigable(value: boolean);
|
|
83
|
-
get navigable(): boolean;
|
|
84
|
-
private currentActiveIndex;
|
|
85
|
-
constructor(localizationService: LocalizationService, renderer: Renderer2, element: ElementRef, ngZone: NgZone);
|
|
86
|
-
ngOnInit(): void;
|
|
87
|
-
ngAfterViewInit(): void;
|
|
88
|
-
ngAfterContentInit(): void;
|
|
89
|
-
ngOnDestroy(): void;
|
|
90
|
-
private selectedChips;
|
|
91
|
-
/**
|
|
92
|
-
* Updates the selection on click of a Chip. Emits events.
|
|
93
|
-
*/
|
|
94
|
-
private setSelection;
|
|
95
|
-
private clearSelection;
|
|
96
|
-
private handleClasses;
|
|
97
|
-
private attachElementEventHandlers;
|
|
98
|
-
private keyDownHandler;
|
|
99
|
-
private handleArrowKeys;
|
|
100
|
-
private updateChips;
|
|
101
|
-
private normalizeActiveIndex;
|
|
102
|
-
private setChipSize;
|
|
103
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipListComponent, never>;
|
|
104
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipListComponent, "kendo-chiplist, kendo-chip-list", never, { "orientation": { "alias": "orientation"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "size": { "alias": "size"; "required": false; }; "role": { "alias": "role"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; }, { "selectedChange": "selectedChange"; "remove": "remove"; }, ["chips"], ["*"], true, never>;
|
|
105
|
-
}
|
|
@@ -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 { ChipComponent } from './chip.component';
|
|
6
|
-
/**
|
|
7
|
-
* Arguments for the `remove` event of the Chip.
|
|
8
|
-
*/
|
|
9
|
-
export interface ChipRemoveEvent {
|
|
10
|
-
/**
|
|
11
|
-
* The `ChipComponent` instance.
|
|
12
|
-
*/
|
|
13
|
-
sender: ChipComponent;
|
|
14
|
-
/**
|
|
15
|
-
* The DOM event that triggered the `remove` event of the Chip.
|
|
16
|
-
*/
|
|
17
|
-
originalEvent: any;
|
|
18
|
-
}
|
package/chip/chip.component.d.ts
DELETED
|
@@ -1,204 +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 { EventEmitter, ElementRef, Renderer2, AfterViewInit, OnInit, NgZone, OnChanges, SimpleChanges } from '@angular/core';
|
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
|
-
import { ChipRemoveEvent } from './chip-remove-event-args.interface';
|
|
8
|
-
import { ChipContentClickEvent } from './chip-content-click-event-args.interface';
|
|
9
|
-
import { ChipFillMode, ChipRounded, ChipSize, ChipThemeColor } from '../common/models';
|
|
10
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
11
|
-
import { ChipAvatarSettings } from './models/avatar-settings.interface';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
/**
|
|
14
|
-
* Displays a Chip that represents an input, attribute, or action.
|
|
15
|
-
*
|
|
16
|
-
* @example
|
|
17
|
-
* ```html
|
|
18
|
-
* <kendo-chip label="Chip Label"></kendo-chip>
|
|
19
|
-
* ```
|
|
20
|
-
*/
|
|
21
|
-
export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
|
|
22
|
-
element: ElementRef;
|
|
23
|
-
private renderer;
|
|
24
|
-
private ngZone;
|
|
25
|
-
private localizationService;
|
|
26
|
-
/**
|
|
27
|
-
* Sets the label text of the Chip.
|
|
28
|
-
*
|
|
29
|
-
* @remarks
|
|
30
|
-
* This property is related to accessibility.
|
|
31
|
-
*/
|
|
32
|
-
label: string;
|
|
33
|
-
/**
|
|
34
|
-
* Defines the name for an existing icon in a Kendo UI theme.
|
|
35
|
-
* The icon is rendered inside the Chip by a `span.k-icon` element.
|
|
36
|
-
*/
|
|
37
|
-
icon: string;
|
|
38
|
-
/**
|
|
39
|
-
* Defines an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to render inside the Chip using
|
|
40
|
-
* a [`KendoSVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgiconcomponent) component.
|
|
41
|
-
*/
|
|
42
|
-
svgIcon: SVGIcon;
|
|
43
|
-
/**
|
|
44
|
-
* Defines a CSS class, or multiple classes separated by spaces,
|
|
45
|
-
* applied to a `span` element. Use the `iconClass` to add custom icons.
|
|
46
|
-
*/
|
|
47
|
-
iconClass: string;
|
|
48
|
-
/**
|
|
49
|
-
* Use these settings to render an avatar within the Chip.
|
|
50
|
-
*/
|
|
51
|
-
avatarSettings: ChipAvatarSettings;
|
|
52
|
-
/**
|
|
53
|
-
* Specifies the selected state of the Chip.
|
|
54
|
-
* @default false
|
|
55
|
-
*/
|
|
56
|
-
selected: boolean;
|
|
57
|
-
/**
|
|
58
|
-
* Specifies if the Chip is removable.
|
|
59
|
-
* If set to `true`, the Chip renders a remove icon.
|
|
60
|
-
* @default false
|
|
61
|
-
*/
|
|
62
|
-
removable: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* Specifies a custom remove font icon class to render when the Chip is removable.
|
|
65
|
-
* [see example](https://www.telerik.com/kendo-angular-ui/components/styling/icons)
|
|
66
|
-
*/
|
|
67
|
-
removeIcon: string;
|
|
68
|
-
/**
|
|
69
|
-
* Specifies a custom remove SVG icon to render when the Chip is removable.
|
|
70
|
-
*/
|
|
71
|
-
removeSvgIcon: SVGIcon;
|
|
72
|
-
/**
|
|
73
|
-
* @hidden
|
|
74
|
-
*
|
|
75
|
-
* Determines whether the Chip has a menu.
|
|
76
|
-
*/
|
|
77
|
-
hasMenu: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* @hidden
|
|
80
|
-
*
|
|
81
|
-
* Specifies a custom menu font icon class to render when the Chip has a menu.
|
|
82
|
-
*/
|
|
83
|
-
menuIcon: string;
|
|
84
|
-
/**
|
|
85
|
-
* @hidden
|
|
86
|
-
*
|
|
87
|
-
* Specifies a custom menu SVG icon to render when the Chip has a menu.
|
|
88
|
-
*/
|
|
89
|
-
menuSvgIcon: SVGIcon;
|
|
90
|
-
/**
|
|
91
|
-
* If set to `true`, the Chip is disabled.
|
|
92
|
-
* @default false
|
|
93
|
-
*/
|
|
94
|
-
disabled: boolean;
|
|
95
|
-
/**
|
|
96
|
-
* Sets the padding of the Chip.
|
|
97
|
-
* See [Chip Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chip/appearance#size). The default value is set by the Kendo theme.
|
|
98
|
-
*/
|
|
99
|
-
set size(size: ChipSize);
|
|
100
|
-
get size(): ChipSize;
|
|
101
|
-
/**
|
|
102
|
-
* Sets the border radius of the Chip.
|
|
103
|
-
* See [Chip Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chip/appearance#roundness). The default value is set by the Kendo theme.
|
|
104
|
-
*/
|
|
105
|
-
set rounded(rounded: ChipRounded);
|
|
106
|
-
get rounded(): ChipRounded;
|
|
107
|
-
/**
|
|
108
|
-
* Sets the background and border styles of the Chip.
|
|
109
|
-
* See [Chip Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chip/appearance#fill-mode). The default value is set by the Kendo theme.
|
|
110
|
-
*/
|
|
111
|
-
set fillMode(fillMode: ChipFillMode);
|
|
112
|
-
get fillMode(): ChipFillMode;
|
|
113
|
-
/**
|
|
114
|
-
* Sets a predefined theme color for the Chip.
|
|
115
|
-
* The theme color applies as a background and border color and adjusts the text color.
|
|
116
|
-
* See [Chip Appearance](https://www.telerik.com/kendo-angular-ui/components/buttons/chip/appearance#theme-colors). The default value is set by the Kendo theme.
|
|
117
|
-
*/
|
|
118
|
-
set themeColor(themeColor: ChipThemeColor);
|
|
119
|
-
get themeColor(): ChipThemeColor;
|
|
120
|
-
/**
|
|
121
|
-
* Fires when the user clicks the remove icon of the Chip.
|
|
122
|
-
*/
|
|
123
|
-
remove: EventEmitter<ChipRemoveEvent>;
|
|
124
|
-
/**
|
|
125
|
-
* @hidden
|
|
126
|
-
*
|
|
127
|
-
* Fires when the user clicks the menu icon of the Chip.
|
|
128
|
-
*/
|
|
129
|
-
menuToggle: EventEmitter<ChipRemoveEvent>;
|
|
130
|
-
/**
|
|
131
|
-
* Fires when the user clicks the content of the Chip.
|
|
132
|
-
*/
|
|
133
|
-
contentClick: EventEmitter<ChipContentClickEvent>;
|
|
134
|
-
tabIndex: number;
|
|
135
|
-
hostClass: boolean;
|
|
136
|
-
get disabledClass(): boolean | null;
|
|
137
|
-
get selectedClass(): boolean;
|
|
138
|
-
get focusedClass(): boolean;
|
|
139
|
-
/**
|
|
140
|
-
* @hidden
|
|
141
|
-
*/
|
|
142
|
-
direction: string;
|
|
143
|
-
/**
|
|
144
|
-
* @hidden
|
|
145
|
-
*/
|
|
146
|
-
defaultRemoveIcon: SVGIcon;
|
|
147
|
-
/**
|
|
148
|
-
* @hidden
|
|
149
|
-
*/
|
|
150
|
-
defaultMenuIcon: SVGIcon;
|
|
151
|
-
/**
|
|
152
|
-
* @hidden
|
|
153
|
-
*/
|
|
154
|
-
sizeIsSet: boolean;
|
|
155
|
-
private _size;
|
|
156
|
-
private _rounded;
|
|
157
|
-
private _fillMode;
|
|
158
|
-
private _themeColor;
|
|
159
|
-
private focused;
|
|
160
|
-
private subs;
|
|
161
|
-
constructor(element: ElementRef, renderer: Renderer2, ngZone: NgZone, localizationService: LocalizationService);
|
|
162
|
-
ngOnInit(): void;
|
|
163
|
-
ngOnDestroy(): void;
|
|
164
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
165
|
-
ngAfterViewInit(): void;
|
|
166
|
-
/**
|
|
167
|
-
* @hidden
|
|
168
|
-
*/
|
|
169
|
-
get kendoIconClass(): string;
|
|
170
|
-
/**
|
|
171
|
-
* @hidden
|
|
172
|
-
*/
|
|
173
|
-
get customIconClass(): string;
|
|
174
|
-
/**
|
|
175
|
-
* @hidden
|
|
176
|
-
*/
|
|
177
|
-
get removeIconClass(): string;
|
|
178
|
-
/**
|
|
179
|
-
* Focuses the Chip component.
|
|
180
|
-
*/
|
|
181
|
-
focus(): void;
|
|
182
|
-
/**
|
|
183
|
-
* Blurs the Chip component.
|
|
184
|
-
*/
|
|
185
|
-
blur(): void;
|
|
186
|
-
/**
|
|
187
|
-
* @hidden
|
|
188
|
-
*/
|
|
189
|
-
onRemoveClick(e: any): void;
|
|
190
|
-
/**
|
|
191
|
-
* @hidden
|
|
192
|
-
*/
|
|
193
|
-
onMenuClick(e: any): void;
|
|
194
|
-
private attachElementEventHandlers;
|
|
195
|
-
/**
|
|
196
|
-
* @hidden
|
|
197
|
-
*/
|
|
198
|
-
private verifyIconSettings;
|
|
199
|
-
private handleClasses;
|
|
200
|
-
private handleThemeColor;
|
|
201
|
-
private keyDownHandler;
|
|
202
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
|
|
203
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "kendo-chip", never, { "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "avatarSettings": { "alias": "avatarSettings"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removeIcon": { "alias": "removeIcon"; "required": false; }; "removeSvgIcon": { "alias": "removeSvgIcon"; "required": false; }; "hasMenu": { "alias": "hasMenu"; "required": false; }; "menuIcon": { "alias": "menuIcon"; "required": false; }; "menuSvgIcon": { "alias": "menuSvgIcon"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; }, { "remove": "remove"; "menuToggle": "menuToggle"; "contentClick": "contentClick"; }, never, ["*"], true, never>;
|
|
204
|
-
}
|
package/chip/chip.module.d.ts
DELETED
|
@@ -1,33 +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 "./chip.component";
|
|
7
|
-
import * as i2 from "./chip-list.component";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
10
|
-
* definition for the Chip and ChipList components.
|
|
11
|
-
*
|
|
12
|
-
* Required for adding Chip and ChipList features in NgModule-based Angular applications.
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import { ChipModule } from '@progress/kendo-angular-buttons';
|
|
17
|
-
* import { NgModule } from '@angular/core';
|
|
18
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
19
|
-
* import { AppComponent } from './app.component';
|
|
20
|
-
*
|
|
21
|
-
* @NgModule({
|
|
22
|
-
* declarations: [AppComponent],
|
|
23
|
-
* imports: [BrowserModule, ChipModule],
|
|
24
|
-
* bootstrap: [AppComponent]
|
|
25
|
-
* })
|
|
26
|
-
* export class AppModule {}
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export declare class ChipModule {
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChipModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChipModule, never, [typeof i1.ChipComponent, typeof i2.ChipListComponent], [typeof i1.ChipComponent, typeof i2.ChipListComponent]>;
|
|
32
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ChipModule>;
|
|
33
|
-
}
|
|
@@ -1,39 +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
|
-
/**
|
|
6
|
-
* Defines the configuration for the Chip avatar.
|
|
7
|
-
*/
|
|
8
|
-
export interface ChipAvatarSettings {
|
|
9
|
-
/**
|
|
10
|
-
* Sets the CSS styles for the wrapper element of the avatar.
|
|
11
|
-
* Supports the types of values supported by [ngStyle](link:site.data.urls.angular['ngstyleapi']).
|
|
12
|
-
*/
|
|
13
|
-
cssStyle?: any;
|
|
14
|
-
/**
|
|
15
|
-
* Sets the initials for the Chip avatar.
|
|
16
|
-
*/
|
|
17
|
-
initials?: string;
|
|
18
|
-
/**
|
|
19
|
-
* Sets the CSS styles for the wrapper element of the avatar initials.
|
|
20
|
-
* Supports the types of values supported by [ngStyle](link:site.data.urls.angular['ngstyleapi']).
|
|
21
|
-
*/
|
|
22
|
-
initialsCssStyle?: any;
|
|
23
|
-
/**
|
|
24
|
-
* Sets the image source for the Chip avatar.
|
|
25
|
-
*/
|
|
26
|
-
imageSrc?: string;
|
|
27
|
-
/**
|
|
28
|
-
* Sets the `alt` attribute for the Chip avatar image.
|
|
29
|
-
*
|
|
30
|
-
* @remarks
|
|
31
|
-
* This option is related to accessibility.
|
|
32
|
-
*/
|
|
33
|
-
imageAltText?: string;
|
|
34
|
-
/**
|
|
35
|
-
* Sets the CSS styles for the avatar image element.
|
|
36
|
-
* Supports the types of values supported by [ngStyle](link:site.data.urls.angular['ngstyleapi']).
|
|
37
|
-
*/
|
|
38
|
-
imageCssStyle?: any;
|
|
39
|
-
}
|
|
@@ -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
|
-
/**
|
|
6
|
-
* Sets the selection mode of the ChipList.
|
|
7
|
-
*
|
|
8
|
-
* The available values are:
|
|
9
|
-
* * `none` (default)
|
|
10
|
-
* * `single`
|
|
11
|
-
* * `multiple`
|
|
12
|
-
*/
|
|
13
|
-
export type ChipListSelection = 'none' | 'single' | 'multiple';
|
|
@@ -1,22 +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 { SVGIcon } from "@progress/kendo-angular-icons";
|
|
6
|
-
/**
|
|
7
|
-
* Customizes the DropDownButton arrow icon.
|
|
8
|
-
*/
|
|
9
|
-
export interface ArrowIconSettings {
|
|
10
|
-
/**
|
|
11
|
-
* Specifies the Kendo font icon to replace the default arrow-down icon.
|
|
12
|
-
*/
|
|
13
|
-
icon?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Specifies the custom font icon class to replace the default arrow-down icon.
|
|
16
|
-
*/
|
|
17
|
-
iconClass?: string;
|
|
18
|
-
/**
|
|
19
|
-
* Specifies the SVG icon to replace the default arrow-down SVG icon.
|
|
20
|
-
*/
|
|
21
|
-
svgIcon?: SVGIcon;
|
|
22
|
-
}
|
|
@@ -1,12 +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
|
-
/**
|
|
6
|
-
* Specifies the possible `fillMode` options for the buttons.
|
|
7
|
-
*/
|
|
8
|
-
export type ButtonFillMode = 'solid' | 'flat' | 'outline' | 'link' | 'clear';
|
|
9
|
-
/**
|
|
10
|
-
* Specifies the possible `fillMode` options for the Chip.
|
|
11
|
-
*/
|
|
12
|
-
export type ChipFillMode = 'solid' | 'outline';
|
|
@@ -1,10 +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
|
-
/**
|
|
6
|
-
* Defines the position of the icon relative to the button text.
|
|
7
|
-
*
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export type ButtonIconPosition = 'start' | 'end';
|
|
@@ -1,12 +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
|
-
/**
|
|
6
|
-
* Specifies the possible rounded options for the buttons.
|
|
7
|
-
*/
|
|
8
|
-
export type ButtonRounded = 'small' | 'medium' | 'large' | 'full' | 'none';
|
|
9
|
-
/**
|
|
10
|
-
* Specifies the possible rounded options for the Chip.
|
|
11
|
-
*/
|
|
12
|
-
export type ChipRounded = 'small' | 'medium' | 'large' | 'full' | 'none';
|
package/common/models/size.d.ts
DELETED
|
@@ -1,24 +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
|
-
/**
|
|
6
|
-
* Specifies the possible sizes for the buttons.
|
|
7
|
-
*/
|
|
8
|
-
export type ButtonSize = 'xsmall' | 'small' | 'medium' | 'large';
|
|
9
|
-
/**
|
|
10
|
-
* Specifies the possible sizes for the Chip.
|
|
11
|
-
*/
|
|
12
|
-
export type ChipSize = 'small' | 'medium' | 'large';
|
|
13
|
-
/**
|
|
14
|
-
* Specifies the possible sizes for the SplitButton.
|
|
15
|
-
*/
|
|
16
|
-
export type SplitButtonSize = 'small' | 'medium' | 'large';
|
|
17
|
-
/**
|
|
18
|
-
* Specifies the possible sizes for the DropDownButton.
|
|
19
|
-
*/
|
|
20
|
-
export type DropDownButtonSize = 'small' | 'medium' | 'large';
|
|
21
|
-
/**
|
|
22
|
-
* Specifies the possible sizes for the FloatingActionButton.
|
|
23
|
-
*/
|
|
24
|
-
export type FloatingActionButtonSize = 'small' | 'medium' | 'large';
|
|
@@ -1,11 +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
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export interface ButtonStylingClasses {
|
|
9
|
-
toRemove?: string;
|
|
10
|
-
toAdd?: string;
|
|
11
|
-
}
|
|
@@ -1,40 +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
|
-
/**
|
|
6
|
-
* Specifies the possible theme colors for the buttons ([see examples](https://www.telerik.com/kendo-angular-ui/components/buttons/button/appearance#theme-colors)).
|
|
7
|
-
*
|
|
8
|
-
* The possible values are:
|
|
9
|
-
* * `base`—Applies the `base` theme color.
|
|
10
|
-
* * `primary`—Applies the `primary` theme color.
|
|
11
|
-
* * `secondary`—Applies the `secondary` theme color.
|
|
12
|
-
* * `tertiary`—Applies the `tertiary` theme color.
|
|
13
|
-
* * `info`—Applies the `info` theme color.
|
|
14
|
-
* * `success`—Applies the `success` theme color.
|
|
15
|
-
* * `warning`—Applies the `warning` theme color.
|
|
16
|
-
* * `error`—Applies the `error` theme color.
|
|
17
|
-
* * `inverse`—Applies the `inverse` theme color.
|
|
18
|
-
*/
|
|
19
|
-
export type ButtonThemeColor = 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'inverse';
|
|
20
|
-
/**
|
|
21
|
-
* Specifies the possible theme colors for the Chip.
|
|
22
|
-
*
|
|
23
|
-
* The possible values are:
|
|
24
|
-
* * `base`—Applies the `base` theme color.
|
|
25
|
-
* * `info`—Applies the `info` theme color.
|
|
26
|
-
* * `success`—Applies the `success` theme color.
|
|
27
|
-
* * `warning`—Applies the `warning` theme color.
|
|
28
|
-
* * `error`—Applies the `error` theme color.
|
|
29
|
-
*/
|
|
30
|
-
export type ChipThemeColor = 'base' | 'info' | 'success' | 'warning' | 'error';
|
|
31
|
-
/**
|
|
32
|
-
* Specifies the possible theme colors for the FloatingActionButton component.
|
|
33
|
-
*
|
|
34
|
-
* The possible values are:
|
|
35
|
-
* * `base`—Applies the `base` theme color.
|
|
36
|
-
* * `primary`—Applies the `primary` theme color.
|
|
37
|
-
* * `secondary`—Applies the `secondary` theme color.
|
|
38
|
-
* * `tertiary`—Applies the `tertiary` theme color.
|
|
39
|
-
*/
|
|
40
|
-
export type FloatingActionButtonThemeColor = 'base' | 'primary' | 'secondary' | 'tertiary';
|
package/common/models.d.ts
DELETED
|
@@ -1,11 +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
|
-
export * from './models/size';
|
|
6
|
-
export * from './models/theme-color';
|
|
7
|
-
export * from './models/fillmode';
|
|
8
|
-
export * from './models/rounded';
|
|
9
|
-
export * from './models/styling-classes';
|
|
10
|
-
export * from './models/arrow-settings';
|
|
11
|
-
export * from './models/icon-position';
|
package/direction.d.ts
DELETED
|
@@ -1,8 +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
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export type Direction = 'ltr' | 'rtl';
|