@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.
@@ -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 role(): string;
246
+ get ariaExpanded(): boolean;
243
247
  /**
244
248
  * @hidden
245
249
  */
246
- get ariaExpanded(): boolean;
250
+ get ariaHasPopup(): string;
247
251
  /**
248
252
  * @hidden
249
253
  */
250
- get ariaHasPopup(): boolean;
254
+ get ariaControls(): string;
251
255
  /**
252
256
  * @hidden
253
257
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "8.1.1-dev.202210120950",
3
+ "version": "8.1.1",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",