@progress/kendo-angular-buttons 16.4.0-develop.4 → 16.4.0-develop.6
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/button/button.component.d.ts +3 -3
- package/chip/chip.component.d.ts +3 -3
- package/esm2020/button/button.component.mjs +3 -3
- package/esm2020/chip/chip.component.mjs +3 -3
- package/esm2020/floatingactionbutton/floatingactionbutton.component.mjs +6 -6
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/splitbutton/splitbutton.component.mjs +3 -0
- package/fesm2015/progress-kendo-angular-buttons.mjs +17 -14
- package/fesm2020/progress-kendo-angular-buttons.mjs +17 -14
- package/floatingactionbutton/floatingactionbutton.component.d.ts +6 -6
- package/floatingactionbutton/models/align.d.ts +1 -1
- package/floatingactionbutton/models/item-click.event.d.ts +1 -1
- package/floatingactionbutton/models/position-mode.d.ts +1 -1
- package/package.json +6 -6
|
@@ -87,7 +87,7 @@ export declare class ButtonComponent implements OnDestroy, AfterViewInit {
|
|
|
87
87
|
get size(): ButtonSize;
|
|
88
88
|
/**
|
|
89
89
|
* The rounded property specifies the border radius of the Button
|
|
90
|
-
* ([see example](
|
|
90
|
+
* ([see example](slug:appearance_button#toc-roundness)).
|
|
91
91
|
*
|
|
92
92
|
* @default 'medium'
|
|
93
93
|
*/
|
|
@@ -95,7 +95,7 @@ export declare class ButtonComponent implements OnDestroy, AfterViewInit {
|
|
|
95
95
|
get rounded(): ButtonRounded;
|
|
96
96
|
/**
|
|
97
97
|
* The fillMode property specifies the background and border styles of the Button
|
|
98
|
-
* ([see example](
|
|
98
|
+
* ([see example](slug:appearance_button#toc-fill-mode)).
|
|
99
99
|
*
|
|
100
100
|
* @default 'solid'
|
|
101
101
|
*/
|
|
@@ -104,7 +104,7 @@ export declare class ButtonComponent implements OnDestroy, AfterViewInit {
|
|
|
104
104
|
/**
|
|
105
105
|
* The Button allows you to specify predefined theme colors.
|
|
106
106
|
* The theme color will be applied as a background and border color while also amending the text color accordingly
|
|
107
|
-
* ([see example](
|
|
107
|
+
* ([see example](slug:appearance_button#toc-theme-colors)).
|
|
108
108
|
*
|
|
109
109
|
* @default 'base'
|
|
110
110
|
*/
|
package/chip/chip.component.d.ts
CHANGED
|
@@ -98,7 +98,7 @@ export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
|
|
|
98
98
|
get size(): ChipSize;
|
|
99
99
|
/**
|
|
100
100
|
* The rounded property specifies the border radius of the Chip
|
|
101
|
-
* ([see example](
|
|
101
|
+
* ([see example](slug:appearance_chip#toc-roundness)).
|
|
102
102
|
*
|
|
103
103
|
* The possible values are:
|
|
104
104
|
* * `small`
|
|
@@ -111,7 +111,7 @@ export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
|
|
|
111
111
|
get rounded(): ChipRounded;
|
|
112
112
|
/**
|
|
113
113
|
* The fillMode property specifies the background and border styles of the Chip
|
|
114
|
-
* ([see example](
|
|
114
|
+
* ([see example](slug:appearance_chip#toc-fill-mode)).
|
|
115
115
|
*
|
|
116
116
|
* The possible values are:
|
|
117
117
|
* * `solid` (default)
|
|
@@ -123,7 +123,7 @@ export declare class ChipComponent implements OnInit, AfterViewInit, OnChanges {
|
|
|
123
123
|
/**
|
|
124
124
|
* The Chip allows you to specify predefined theme colors.
|
|
125
125
|
* The theme color will be applied as a background and border color while also amending the text color accordingly
|
|
126
|
-
* ([see example](
|
|
126
|
+
* ([see example](slug:appearance_chip#toc-theme-colors)).
|
|
127
127
|
*
|
|
128
128
|
* The possible values are:
|
|
129
129
|
* * `base` (default)
|
|
@@ -165,7 +165,7 @@ export class ButtonComponent {
|
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* The rounded property specifies the border radius of the Button
|
|
168
|
-
* ([see example](
|
|
168
|
+
* ([see example](slug:appearance_button#toc-roundness)).
|
|
169
169
|
*
|
|
170
170
|
* @default 'medium'
|
|
171
171
|
*/
|
|
@@ -179,7 +179,7 @@ export class ButtonComponent {
|
|
|
179
179
|
}
|
|
180
180
|
/**
|
|
181
181
|
* The fillMode property specifies the background and border styles of the Button
|
|
182
|
-
* ([see example](
|
|
182
|
+
* ([see example](slug:appearance_button#toc-fill-mode)).
|
|
183
183
|
*
|
|
184
184
|
* @default 'solid'
|
|
185
185
|
*/
|
|
@@ -194,7 +194,7 @@ export class ButtonComponent {
|
|
|
194
194
|
/**
|
|
195
195
|
* The Button allows you to specify predefined theme colors.
|
|
196
196
|
* The theme color will be applied as a background and border color while also amending the text color accordingly
|
|
197
|
-
* ([see example](
|
|
197
|
+
* ([see example](slug:appearance_button#toc-theme-colors)).
|
|
198
198
|
*
|
|
199
199
|
* @default 'base'
|
|
200
200
|
*/
|
|
@@ -102,7 +102,7 @@ export class ChipComponent {
|
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
104
|
* The rounded property specifies the border radius of the Chip
|
|
105
|
-
* ([see example](
|
|
105
|
+
* ([see example](slug:appearance_chip#toc-roundness)).
|
|
106
106
|
*
|
|
107
107
|
* The possible values are:
|
|
108
108
|
* * `small`
|
|
@@ -121,7 +121,7 @@ export class ChipComponent {
|
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
123
|
* The fillMode property specifies the background and border styles of the Chip
|
|
124
|
-
* ([see example](
|
|
124
|
+
* ([see example](slug:appearance_chip#toc-fill-mode)).
|
|
125
125
|
*
|
|
126
126
|
* The possible values are:
|
|
127
127
|
* * `solid` (default)
|
|
@@ -139,7 +139,7 @@ export class ChipComponent {
|
|
|
139
139
|
/**
|
|
140
140
|
* The Chip allows you to specify predefined theme colors.
|
|
141
141
|
* The theme color will be applied as a background and border color while also amending the text color accordingly
|
|
142
|
-
* ([see example](
|
|
142
|
+
* ([see example](slug:appearance_chip#toc-theme-colors)).
|
|
143
143
|
*
|
|
144
144
|
* The possible values are:
|
|
145
145
|
* * `base` (default)
|
|
@@ -74,7 +74,7 @@ export class FloatingActionButtonComponent {
|
|
|
74
74
|
this.localizationService = localizationService;
|
|
75
75
|
/**
|
|
76
76
|
* Specifies the positionMode of the FloatingActionButton
|
|
77
|
-
* ([see example](
|
|
77
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-position-mode)).
|
|
78
78
|
*
|
|
79
79
|
* * The possible values are:
|
|
80
80
|
* * `absolute`—Positions the FloatingActionButton absolutely to its first positioned parent element.
|
|
@@ -117,13 +117,13 @@ export class FloatingActionButtonComponent {
|
|
|
117
117
|
/**
|
|
118
118
|
* Fires each time the popup is about to open.
|
|
119
119
|
* This event is preventable. If you cancel the event, the popup will remain closed
|
|
120
|
-
* ([more information and example](
|
|
120
|
+
* ([more information and example](slug:events_floatingactionbutton)).
|
|
121
121
|
*/
|
|
122
122
|
this.open = new EventEmitter();
|
|
123
123
|
/**
|
|
124
124
|
* Fires each time the popup is about to close.
|
|
125
125
|
* This event is preventable. If you cancel the event, the popup will remain open
|
|
126
|
-
* ([more information and example](
|
|
126
|
+
* ([more information and example](slug:events_floatingactionbutton)).
|
|
127
127
|
*/
|
|
128
128
|
this.close = new EventEmitter();
|
|
129
129
|
/**
|
|
@@ -160,7 +160,7 @@ export class FloatingActionButtonComponent {
|
|
|
160
160
|
}
|
|
161
161
|
/**
|
|
162
162
|
* Specifies the theme color of the FloatingActionButton
|
|
163
|
-
* ([see example](
|
|
163
|
+
* ([see example](slug:appearance_floatingactionbutton#toc-theme-colors)).
|
|
164
164
|
* The theme color will be applied as background color of the component.
|
|
165
165
|
*
|
|
166
166
|
* The possible values are:
|
|
@@ -231,7 +231,7 @@ export class FloatingActionButtonComponent {
|
|
|
231
231
|
}
|
|
232
232
|
/**
|
|
233
233
|
* Specifies the horizontal and vertical alignment of the FloatingActionButton
|
|
234
|
-
* ([see example](
|
|
234
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-alignment)).
|
|
235
235
|
*
|
|
236
236
|
* The possible values are:
|
|
237
237
|
* * `{ horizontal: 'start'|'center'|'end', vertical: 'top'|'middle'|'bottom' }`
|
|
@@ -304,7 +304,7 @@ export class FloatingActionButtonComponent {
|
|
|
304
304
|
* Toggles the visibility of the FloatingActionButton dial items popup.
|
|
305
305
|
*
|
|
306
306
|
* If you use the `toggleDial` method to open or close the dial items,
|
|
307
|
-
* the `open` and `close` events do not fire ([more information and examples](
|
|
307
|
+
* the `open` and `close` events do not fire ([more information and examples](slug:openstate_floatingactionbutton)).
|
|
308
308
|
*
|
|
309
309
|
* @param open - The state of dial items popup.
|
|
310
310
|
*/
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-buttons',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.4.0-develop.
|
|
12
|
+
publishDate: 1720184780,
|
|
13
|
+
version: '16.4.0-develop.6',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -29,8 +29,8 @@ const packageMetadata = {
|
|
|
29
29
|
name: '@progress/kendo-angular-buttons',
|
|
30
30
|
productName: 'Kendo UI for Angular',
|
|
31
31
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
32
|
-
publishDate:
|
|
33
|
-
version: '16.4.0-develop.
|
|
32
|
+
publishDate: 1720184780,
|
|
33
|
+
version: '16.4.0-develop.6',
|
|
34
34
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -293,7 +293,7 @@ class ButtonComponent {
|
|
|
293
293
|
}
|
|
294
294
|
/**
|
|
295
295
|
* The rounded property specifies the border radius of the Button
|
|
296
|
-
* ([see example](
|
|
296
|
+
* ([see example](slug:appearance_button#toc-roundness)).
|
|
297
297
|
*
|
|
298
298
|
* @default 'medium'
|
|
299
299
|
*/
|
|
@@ -307,7 +307,7 @@ class ButtonComponent {
|
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
309
|
* The fillMode property specifies the background and border styles of the Button
|
|
310
|
-
* ([see example](
|
|
310
|
+
* ([see example](slug:appearance_button#toc-fill-mode)).
|
|
311
311
|
*
|
|
312
312
|
* @default 'solid'
|
|
313
313
|
*/
|
|
@@ -322,7 +322,7 @@ class ButtonComponent {
|
|
|
322
322
|
/**
|
|
323
323
|
* The Button allows you to specify predefined theme colors.
|
|
324
324
|
* The theme color will be applied as a background and border color while also amending the text color accordingly
|
|
325
|
-
* ([see example](
|
|
325
|
+
* ([see example](slug:appearance_button#toc-theme-colors)).
|
|
326
326
|
*
|
|
327
327
|
* @default 'base'
|
|
328
328
|
*/
|
|
@@ -2379,6 +2379,9 @@ class SplitButtonComponent extends ListButton {
|
|
|
2379
2379
|
onArrowButtonClick() {
|
|
2380
2380
|
this.togglePopupVisibility();
|
|
2381
2381
|
this.arrowButtonClicked = false;
|
|
2382
|
+
if (!this.isOpen) {
|
|
2383
|
+
this.focus();
|
|
2384
|
+
}
|
|
2382
2385
|
}
|
|
2383
2386
|
/**
|
|
2384
2387
|
* @hidden
|
|
@@ -3460,7 +3463,7 @@ class ChipComponent {
|
|
|
3460
3463
|
}
|
|
3461
3464
|
/**
|
|
3462
3465
|
* The rounded property specifies the border radius of the Chip
|
|
3463
|
-
* ([see example](
|
|
3466
|
+
* ([see example](slug:appearance_chip#toc-roundness)).
|
|
3464
3467
|
*
|
|
3465
3468
|
* The possible values are:
|
|
3466
3469
|
* * `small`
|
|
@@ -3479,7 +3482,7 @@ class ChipComponent {
|
|
|
3479
3482
|
}
|
|
3480
3483
|
/**
|
|
3481
3484
|
* The fillMode property specifies the background and border styles of the Chip
|
|
3482
|
-
* ([see example](
|
|
3485
|
+
* ([see example](slug:appearance_chip#toc-fill-mode)).
|
|
3483
3486
|
*
|
|
3484
3487
|
* The possible values are:
|
|
3485
3488
|
* * `solid` (default)
|
|
@@ -3497,7 +3500,7 @@ class ChipComponent {
|
|
|
3497
3500
|
/**
|
|
3498
3501
|
* The Chip allows you to specify predefined theme colors.
|
|
3499
3502
|
* The theme color will be applied as a background and border color while also amending the text color accordingly
|
|
3500
|
-
* ([see example](
|
|
3503
|
+
* ([see example](slug:appearance_chip#toc-theme-colors)).
|
|
3501
3504
|
*
|
|
3502
3505
|
* The possible values are:
|
|
3503
3506
|
* * `base` (default)
|
|
@@ -4588,7 +4591,7 @@ class FloatingActionButtonComponent {
|
|
|
4588
4591
|
this.localizationService = localizationService;
|
|
4589
4592
|
/**
|
|
4590
4593
|
* Specifies the positionMode of the FloatingActionButton
|
|
4591
|
-
* ([see example](
|
|
4594
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-position-mode)).
|
|
4592
4595
|
*
|
|
4593
4596
|
* * The possible values are:
|
|
4594
4597
|
* * `absolute`—Positions the FloatingActionButton absolutely to its first positioned parent element.
|
|
@@ -4631,13 +4634,13 @@ class FloatingActionButtonComponent {
|
|
|
4631
4634
|
/**
|
|
4632
4635
|
* Fires each time the popup is about to open.
|
|
4633
4636
|
* This event is preventable. If you cancel the event, the popup will remain closed
|
|
4634
|
-
* ([more information and example](
|
|
4637
|
+
* ([more information and example](slug:events_floatingactionbutton)).
|
|
4635
4638
|
*/
|
|
4636
4639
|
this.open = new EventEmitter();
|
|
4637
4640
|
/**
|
|
4638
4641
|
* Fires each time the popup is about to close.
|
|
4639
4642
|
* This event is preventable. If you cancel the event, the popup will remain open
|
|
4640
|
-
* ([more information and example](
|
|
4643
|
+
* ([more information and example](slug:events_floatingactionbutton)).
|
|
4641
4644
|
*/
|
|
4642
4645
|
this.close = new EventEmitter();
|
|
4643
4646
|
/**
|
|
@@ -4674,7 +4677,7 @@ class FloatingActionButtonComponent {
|
|
|
4674
4677
|
}
|
|
4675
4678
|
/**
|
|
4676
4679
|
* Specifies the theme color of the FloatingActionButton
|
|
4677
|
-
* ([see example](
|
|
4680
|
+
* ([see example](slug:appearance_floatingactionbutton#toc-theme-colors)).
|
|
4678
4681
|
* The theme color will be applied as background color of the component.
|
|
4679
4682
|
*
|
|
4680
4683
|
* The possible values are:
|
|
@@ -4745,7 +4748,7 @@ class FloatingActionButtonComponent {
|
|
|
4745
4748
|
}
|
|
4746
4749
|
/**
|
|
4747
4750
|
* Specifies the horizontal and vertical alignment of the FloatingActionButton
|
|
4748
|
-
* ([see example](
|
|
4751
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-alignment)).
|
|
4749
4752
|
*
|
|
4750
4753
|
* The possible values are:
|
|
4751
4754
|
* * `{ horizontal: 'start'|'center'|'end', vertical: 'top'|'middle'|'bottom' }`
|
|
@@ -4818,7 +4821,7 @@ class FloatingActionButtonComponent {
|
|
|
4818
4821
|
* Toggles the visibility of the FloatingActionButton dial items popup.
|
|
4819
4822
|
*
|
|
4820
4823
|
* If you use the `toggleDial` method to open or close the dial items,
|
|
4821
|
-
* the `open` and `close` events do not fire ([more information and examples](
|
|
4824
|
+
* the `open` and `close` events do not fire ([more information and examples](slug:openstate_floatingactionbutton)).
|
|
4822
4825
|
*
|
|
4823
4826
|
* @param open - The state of dial items popup.
|
|
4824
4827
|
*/
|
|
@@ -47,8 +47,8 @@ const packageMetadata = {
|
|
|
47
47
|
name: '@progress/kendo-angular-buttons',
|
|
48
48
|
productName: 'Kendo UI for Angular',
|
|
49
49
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
50
|
-
publishDate:
|
|
51
|
-
version: '16.4.0-develop.
|
|
50
|
+
publishDate: 1720184780,
|
|
51
|
+
version: '16.4.0-develop.6',
|
|
52
52
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
53
53
|
};
|
|
54
54
|
|
|
@@ -293,7 +293,7 @@ class ButtonComponent {
|
|
|
293
293
|
}
|
|
294
294
|
/**
|
|
295
295
|
* The rounded property specifies the border radius of the Button
|
|
296
|
-
* ([see example](
|
|
296
|
+
* ([see example](slug:appearance_button#toc-roundness)).
|
|
297
297
|
*
|
|
298
298
|
* @default 'medium'
|
|
299
299
|
*/
|
|
@@ -307,7 +307,7 @@ class ButtonComponent {
|
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
309
|
* The fillMode property specifies the background and border styles of the Button
|
|
310
|
-
* ([see example](
|
|
310
|
+
* ([see example](slug:appearance_button#toc-fill-mode)).
|
|
311
311
|
*
|
|
312
312
|
* @default 'solid'
|
|
313
313
|
*/
|
|
@@ -322,7 +322,7 @@ class ButtonComponent {
|
|
|
322
322
|
/**
|
|
323
323
|
* The Button allows you to specify predefined theme colors.
|
|
324
324
|
* The theme color will be applied as a background and border color while also amending the text color accordingly
|
|
325
|
-
* ([see example](
|
|
325
|
+
* ([see example](slug:appearance_button#toc-theme-colors)).
|
|
326
326
|
*
|
|
327
327
|
* @default 'base'
|
|
328
328
|
*/
|
|
@@ -2374,6 +2374,9 @@ class SplitButtonComponent extends ListButton {
|
|
|
2374
2374
|
onArrowButtonClick() {
|
|
2375
2375
|
this.togglePopupVisibility();
|
|
2376
2376
|
this.arrowButtonClicked = false;
|
|
2377
|
+
if (!this.isOpen) {
|
|
2378
|
+
this.focus();
|
|
2379
|
+
}
|
|
2377
2380
|
}
|
|
2378
2381
|
/**
|
|
2379
2382
|
* @hidden
|
|
@@ -3453,7 +3456,7 @@ class ChipComponent {
|
|
|
3453
3456
|
}
|
|
3454
3457
|
/**
|
|
3455
3458
|
* The rounded property specifies the border radius of the Chip
|
|
3456
|
-
* ([see example](
|
|
3459
|
+
* ([see example](slug:appearance_chip#toc-roundness)).
|
|
3457
3460
|
*
|
|
3458
3461
|
* The possible values are:
|
|
3459
3462
|
* * `small`
|
|
@@ -3472,7 +3475,7 @@ class ChipComponent {
|
|
|
3472
3475
|
}
|
|
3473
3476
|
/**
|
|
3474
3477
|
* The fillMode property specifies the background and border styles of the Chip
|
|
3475
|
-
* ([see example](
|
|
3478
|
+
* ([see example](slug:appearance_chip#toc-fill-mode)).
|
|
3476
3479
|
*
|
|
3477
3480
|
* The possible values are:
|
|
3478
3481
|
* * `solid` (default)
|
|
@@ -3490,7 +3493,7 @@ class ChipComponent {
|
|
|
3490
3493
|
/**
|
|
3491
3494
|
* The Chip allows you to specify predefined theme colors.
|
|
3492
3495
|
* The theme color will be applied as a background and border color while also amending the text color accordingly
|
|
3493
|
-
* ([see example](
|
|
3496
|
+
* ([see example](slug:appearance_chip#toc-theme-colors)).
|
|
3494
3497
|
*
|
|
3495
3498
|
* The possible values are:
|
|
3496
3499
|
* * `base` (default)
|
|
@@ -4575,7 +4578,7 @@ class FloatingActionButtonComponent {
|
|
|
4575
4578
|
this.localizationService = localizationService;
|
|
4576
4579
|
/**
|
|
4577
4580
|
* Specifies the positionMode of the FloatingActionButton
|
|
4578
|
-
* ([see example](
|
|
4581
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-position-mode)).
|
|
4579
4582
|
*
|
|
4580
4583
|
* * The possible values are:
|
|
4581
4584
|
* * `absolute`—Positions the FloatingActionButton absolutely to its first positioned parent element.
|
|
@@ -4618,13 +4621,13 @@ class FloatingActionButtonComponent {
|
|
|
4618
4621
|
/**
|
|
4619
4622
|
* Fires each time the popup is about to open.
|
|
4620
4623
|
* This event is preventable. If you cancel the event, the popup will remain closed
|
|
4621
|
-
* ([more information and example](
|
|
4624
|
+
* ([more information and example](slug:events_floatingactionbutton)).
|
|
4622
4625
|
*/
|
|
4623
4626
|
this.open = new EventEmitter();
|
|
4624
4627
|
/**
|
|
4625
4628
|
* Fires each time the popup is about to close.
|
|
4626
4629
|
* This event is preventable. If you cancel the event, the popup will remain open
|
|
4627
|
-
* ([more information and example](
|
|
4630
|
+
* ([more information and example](slug:events_floatingactionbutton)).
|
|
4628
4631
|
*/
|
|
4629
4632
|
this.close = new EventEmitter();
|
|
4630
4633
|
/**
|
|
@@ -4661,7 +4664,7 @@ class FloatingActionButtonComponent {
|
|
|
4661
4664
|
}
|
|
4662
4665
|
/**
|
|
4663
4666
|
* Specifies the theme color of the FloatingActionButton
|
|
4664
|
-
* ([see example](
|
|
4667
|
+
* ([see example](slug:appearance_floatingactionbutton#toc-theme-colors)).
|
|
4665
4668
|
* The theme color will be applied as background color of the component.
|
|
4666
4669
|
*
|
|
4667
4670
|
* The possible values are:
|
|
@@ -4732,7 +4735,7 @@ class FloatingActionButtonComponent {
|
|
|
4732
4735
|
}
|
|
4733
4736
|
/**
|
|
4734
4737
|
* Specifies the horizontal and vertical alignment of the FloatingActionButton
|
|
4735
|
-
* ([see example](
|
|
4738
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-alignment)).
|
|
4736
4739
|
*
|
|
4737
4740
|
* The possible values are:
|
|
4738
4741
|
* * `{ horizontal: 'start'|'center'|'end', vertical: 'top'|'middle'|'bottom' }`
|
|
@@ -4805,7 +4808,7 @@ class FloatingActionButtonComponent {
|
|
|
4805
4808
|
* Toggles the visibility of the FloatingActionButton dial items popup.
|
|
4806
4809
|
*
|
|
4807
4810
|
* If you use the `toggleDial` method to open or close the dial items,
|
|
4808
|
-
* the `open` and `close` events do not fire ([more information and examples](
|
|
4811
|
+
* the `open` and `close` events do not fire ([more information and examples](slug:openstate_floatingactionbutton)).
|
|
4809
4812
|
*
|
|
4810
4813
|
* @param open - The state of dial items popup.
|
|
4811
4814
|
*/
|
|
@@ -46,7 +46,7 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
46
46
|
fabTemplate: FloatingActionButtonTemplateDirective;
|
|
47
47
|
/**
|
|
48
48
|
* Specifies the theme color of the FloatingActionButton
|
|
49
|
-
* ([see example](
|
|
49
|
+
* ([see example](slug:appearance_floatingactionbutton#toc-theme-colors)).
|
|
50
50
|
* The theme color will be applied as background color of the component.
|
|
51
51
|
*
|
|
52
52
|
* The possible values are:
|
|
@@ -95,7 +95,7 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
95
95
|
get disabled(): boolean;
|
|
96
96
|
/**
|
|
97
97
|
* Specifies the horizontal and vertical alignment of the FloatingActionButton
|
|
98
|
-
* ([see example](
|
|
98
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-alignment)).
|
|
99
99
|
*
|
|
100
100
|
* The possible values are:
|
|
101
101
|
* * `{ horizontal: 'start'|'center'|'end', vertical: 'top'|'middle'|'bottom' }`
|
|
@@ -117,7 +117,7 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
117
117
|
get offset(): FabOffset;
|
|
118
118
|
/**
|
|
119
119
|
* Specifies the positionMode of the FloatingActionButton
|
|
120
|
-
* ([see example](
|
|
120
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-position-mode)).
|
|
121
121
|
*
|
|
122
122
|
* * The possible values are:
|
|
123
123
|
* * `absolute`—Positions the FloatingActionButton absolutely to its first positioned parent element.
|
|
@@ -188,13 +188,13 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
188
188
|
/**
|
|
189
189
|
* Fires each time the popup is about to open.
|
|
190
190
|
* This event is preventable. If you cancel the event, the popup will remain closed
|
|
191
|
-
* ([more information and example](
|
|
191
|
+
* ([more information and example](slug:events_floatingactionbutton)).
|
|
192
192
|
*/
|
|
193
193
|
open: EventEmitter<PreventableEvent>;
|
|
194
194
|
/**
|
|
195
195
|
* Fires each time the popup is about to close.
|
|
196
196
|
* This event is preventable. If you cancel the event, the popup will remain open
|
|
197
|
-
* ([more information and example](
|
|
197
|
+
* ([more information and example](slug:events_floatingactionbutton)).
|
|
198
198
|
*/
|
|
199
199
|
close: EventEmitter<PreventableEvent>;
|
|
200
200
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
|
|
|
241
241
|
* Toggles the visibility of the FloatingActionButton dial items popup.
|
|
242
242
|
*
|
|
243
243
|
* If you use the `toggleDial` method to open or close the dial items,
|
|
244
|
-
* the `open` and `close` events do not fire ([more information and examples](
|
|
244
|
+
* the `open` and `close` events do not fire ([more information and examples](slug:openstate_floatingactionbutton)).
|
|
245
245
|
*
|
|
246
246
|
* @param open - The state of dial items popup.
|
|
247
247
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Specifies the horizontal and vertical alignment of the FloatingActionButton relative to the viewport or parent element
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-alignment)).
|
|
8
8
|
*/
|
|
9
9
|
export interface FabAlign {
|
|
10
10
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Arguments for the `click` event of the dial item
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](slug:events_floatingactionbutton)).
|
|
8
8
|
*/
|
|
9
9
|
export interface DialItemClickEvent {
|
|
10
10
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Specifies the positionMode of the FloatingActionButton
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](slug:positioning_floatingactionbutton#toc-position-mode)).
|
|
8
8
|
*
|
|
9
9
|
* * The possible values are:
|
|
10
10
|
* * `absolute`—Positions the FloatingActionButton absolutely to its first positioned parent element.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "16.4.0-develop.
|
|
3
|
+
"version": "16.4.0-develop.6",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@angular/core": "15 - 18",
|
|
26
26
|
"@angular/platform-browser": "15 - 18",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "16.4.0-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "16.4.0-develop.
|
|
30
|
-
"@progress/kendo-angular-popup": "16.4.0-develop.
|
|
31
|
-
"@progress/kendo-angular-icons": "16.4.0-develop.
|
|
28
|
+
"@progress/kendo-angular-common": "16.4.0-develop.6",
|
|
29
|
+
"@progress/kendo-angular-l10n": "16.4.0-develop.6",
|
|
30
|
+
"@progress/kendo-angular-popup": "16.4.0-develop.6",
|
|
31
|
+
"@progress/kendo-angular-icons": "16.4.0-develop.6",
|
|
32
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "16.4.0-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "16.4.0-develop.6",
|
|
37
37
|
"@progress/kendo-common": "^0.2.1"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|