@progress/kendo-angular-buttons 8.1.1-dev.202210120950 → 8.1.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/bundles/kendo-angular-buttons.umd.js +1 -1
- package/chip/chip-content-click-event-args.interface.d.ts +1 -1
- package/chip/chip-list-remove-event-args.interface.d.ts +1 -1
- package/chip/chip-list.component.d.ts +1 -0
- package/chip/chip-remove-event-args.interface.d.ts +1 -1
- package/chip/chip.component.d.ts +4 -3
- package/esm2015/chip/chip-list.component.js +18 -2
- package/esm2015/chip/chip.component.js +30 -9
- package/esm2015/floatingactionbutton/floatingactionbutton.component.js +30 -8
- package/esm2015/package-metadata.js +1 -1
- package/fesm2015/kendo-angular-buttons.js +78 -19
- package/floatingactionbutton/floatingactionbutton.component.d.ts +7 -3
- package/package.json +1 -1
|
@@ -200,6 +200,10 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
200
200
|
* @hidden
|
|
201
201
|
*/
|
|
202
202
|
id: string;
|
|
203
|
+
/**
|
|
204
|
+
* @hidden
|
|
205
|
+
*/
|
|
206
|
+
dialListId: string;
|
|
203
207
|
private _themeColor;
|
|
204
208
|
private _size;
|
|
205
209
|
private _rounded;
|
|
@@ -239,15 +243,15 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
239
243
|
/**
|
|
240
244
|
* @hidden
|
|
241
245
|
*/
|
|
242
|
-
get
|
|
246
|
+
get ariaExpanded(): boolean;
|
|
243
247
|
/**
|
|
244
248
|
* @hidden
|
|
245
249
|
*/
|
|
246
|
-
get
|
|
250
|
+
get ariaHasPopup(): string;
|
|
247
251
|
/**
|
|
248
252
|
* @hidden
|
|
249
253
|
*/
|
|
250
|
-
get
|
|
254
|
+
get ariaControls(): string;
|
|
251
255
|
/**
|
|
252
256
|
* @hidden
|
|
253
257
|
*/
|