igniteui-angular 15.1.30 → 15.1.31
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/esm2020/lib/action-strip/action-strip.component.mjs +3 -3
- package/esm2020/lib/action-strip/grid-actions/grid-action-button.component.mjs +3 -3
- package/esm2020/lib/banner/banner.component.mjs +8 -8
- package/esm2020/lib/card/card.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel.component.mjs +7 -7
- package/esm2020/lib/combo/combo-dropdown.component.mjs +3 -3
- package/esm2020/lib/combo/combo.common.mjs +5 -5
- package/esm2020/lib/combo/combo.component.mjs +3 -3
- package/esm2020/lib/combo/combo.directives.mjs +2 -2
- package/esm2020/lib/core/navigation/directives.mjs +3 -3
- package/esm2020/lib/date-common/calendar-container/calendar-container.component.mjs +3 -3
- package/esm2020/lib/date-picker/date-picker.component.mjs +7 -7
- package/esm2020/lib/date-range-picker/date-range-picker.component.mjs +6 -6
- package/esm2020/lib/dialog/dialog.component.mjs +5 -5
- package/esm2020/lib/directives/button/button.directive.mjs +8 -8
- package/esm2020/lib/directives/ripple/ripple.directive.mjs +6 -6
- package/esm2020/lib/directives/tooltip/tooltip-target.directive.mjs +7 -9
- package/esm2020/lib/directives/tooltip/tooltip.directive.mjs +2 -2
- package/esm2020/lib/drop-down/drop-down.component.mjs +3 -3
- package/esm2020/lib/expansion-panel/expansion-panel.component.mjs +4 -4
- package/esm2020/lib/grids/column-actions/column-actions.component.mjs +3 -3
- package/esm2020/lib/grids/common/crud.service.mjs +2 -2
- package/esm2020/lib/grids/filtering/base/grid-filtering-row.component.mjs +3 -3
- package/esm2020/lib/grids/filtering/excel-style/excel-style-custom-dialog.component.mjs +3 -3
- package/esm2020/lib/grids/filtering/excel-style/excel-style-date-expression.component.mjs +3 -3
- package/esm2020/lib/grids/filtering/excel-style/excel-style-default-expression.component.mjs +3 -3
- package/esm2020/lib/grids/filtering/excel-style/excel-style-header.component.mjs +3 -3
- package/esm2020/lib/grids/filtering/excel-style/excel-style-moving.component.mjs +3 -3
- package/esm2020/lib/grids/filtering/excel-style/excel-style-search.component.mjs +3 -3
- package/esm2020/lib/grids/filtering/excel-style/excel-style-sorting.component.mjs +3 -3
- package/esm2020/lib/grids/grid/grid.component.mjs +3 -3
- package/esm2020/lib/grids/grid-base.directive.mjs +4 -4
- package/esm2020/lib/grids/hierarchical-grid/hierarchical-grid.component.mjs +3 -3
- package/esm2020/lib/grids/tree-grid/tree-grid.component.mjs +3 -3
- package/esm2020/lib/query-builder/query-builder.component.mjs +3 -3
- package/esm2020/lib/simple-combo/simple-combo.component.mjs +3 -3
- package/esm2020/lib/snackbar/snackbar.component.mjs +4 -4
- package/esm2020/lib/tabs/tabs/tabs.component.mjs +3 -3
- package/esm2020/lib/time-picker/time-picker.component.mjs +6 -5
- package/esm2020/lib/toast/toast.component.mjs +2 -2
- package/esm2020/lib/tree/tree-node/tree-node.component.mjs +4 -4
- package/fesm2015/igniteui-angular.mjs +117 -118
- package/fesm2015/igniteui-angular.mjs.map +1 -1
- package/fesm2020/igniteui-angular.mjs +117 -118
- package/fesm2020/igniteui-angular.mjs.map +1 -1
- package/lib/banner/banner.component.d.ts +5 -5
- package/lib/card/card.component.d.ts +2 -2
- package/lib/carousel/carousel.component.d.ts +6 -6
- package/lib/combo/combo.common.d.ts +4 -4
- package/lib/combo/combo.directives.d.ts +1 -1
- package/lib/core/navigation/directives.d.ts +2 -2
- package/lib/date-picker/date-picker.component.d.ts +4 -4
- package/lib/date-range-picker/date-range-picker.component.d.ts +3 -3
- package/lib/dialog/dialog.component.d.ts +4 -4
- package/lib/directives/button/button.directive.d.ts +7 -7
- package/lib/directives/ripple/ripple.directive.d.ts +6 -6
- package/lib/directives/tooltip/tooltip-target.directive.d.ts +6 -8
- package/lib/directives/tooltip/tooltip.directive.d.ts +1 -1
- package/lib/expansion-panel/expansion-panel.component.d.ts +3 -3
- package/lib/grids/common/crud.service.d.ts +1 -1
- package/lib/grids/grid-base.directive.d.ts +3 -3
- package/lib/snackbar/snackbar.component.d.ts +1 -1
- package/lib/time-picker/time-picker.component.d.ts +1 -1
- package/lib/toast/toast.component.d.ts +1 -1
- package/lib/tree/tree-node/tree-node.component.d.ts +3 -3
- package/migrations/common/UpdateChanges.js +1 -1
- package/package.json +1 -1
|
@@ -32,8 +32,8 @@ export interface BannerCancelEventArgs extends BannerEventArgs, CancelableEventA
|
|
|
32
32
|
* <igx-banner #banner>
|
|
33
33
|
* Our privacy settings have changed.
|
|
34
34
|
* <igx-banner-actions>
|
|
35
|
-
* <button igxButton="raised">Read More</button>
|
|
36
|
-
* <button igxButton="raised">Accept and Continue</button>
|
|
35
|
+
* <button type="button" igxButton="raised">Read More</button>
|
|
36
|
+
* <button type="button" igxButton="raised">Accept and Continue</button>
|
|
37
37
|
* </igx-banner-actions>
|
|
38
38
|
* </igx-banner>
|
|
39
39
|
* ```
|
|
@@ -155,7 +155,7 @@ export declare class IgxBannerComponent implements IToggleView {
|
|
|
155
155
|
* <igx-banner #banner>
|
|
156
156
|
* ...
|
|
157
157
|
* </igx-banner>
|
|
158
|
-
* <button (click)="banner.open()">Open Banner</button>
|
|
158
|
+
* <button type="button" (click)="banner.open()">Open Banner</button>
|
|
159
159
|
* ```
|
|
160
160
|
*/
|
|
161
161
|
open(event?: Event): void;
|
|
@@ -170,7 +170,7 @@ export declare class IgxBannerComponent implements IToggleView {
|
|
|
170
170
|
* <igx-banner #banner>
|
|
171
171
|
* ...
|
|
172
172
|
* </igx-banner>
|
|
173
|
-
* <button (click)="banner.close()">Close Banner</button>
|
|
173
|
+
* <button type="button" (click)="banner.close()">Close Banner</button>
|
|
174
174
|
* ```
|
|
175
175
|
*/
|
|
176
176
|
close(event?: Event): void;
|
|
@@ -185,7 +185,7 @@ export declare class IgxBannerComponent implements IToggleView {
|
|
|
185
185
|
* <igx-banner #banner>
|
|
186
186
|
* ...
|
|
187
187
|
* </igx-banner>
|
|
188
|
-
* <button (click)="banner.toggle()">Toggle Banner</button>
|
|
188
|
+
* <button type="button" (click)="banner.toggle()">Toggle Banner</button>
|
|
189
189
|
* ```
|
|
190
190
|
*/
|
|
191
191
|
toggle(event?: Event): void;
|
|
@@ -132,8 +132,8 @@ export declare class IgxCardFooterDirective {
|
|
|
132
132
|
* <h5 igxCardHeaderSubtitle>{{subtitle}}</h5>
|
|
133
133
|
* </igx-card-header>
|
|
134
134
|
* <igx-card-actions>
|
|
135
|
-
* <button igxButton igxRipple>Share</button>
|
|
136
|
-
* <button igxButton igxRipple>Play Album</button>
|
|
135
|
+
* <button type="button" igxButton igxRipple>Share</button>
|
|
136
|
+
* <button type="button" igxButton igxRipple>Play Album</button>
|
|
137
137
|
* </igx-card-actions>
|
|
138
138
|
* </igx-card>
|
|
139
139
|
* ```
|
|
@@ -203,9 +203,9 @@ export declare class IgxCarouselComponent extends IgxCarouselComponentBase imple
|
|
|
203
203
|
* <igx-carousel #carousel>
|
|
204
204
|
* ...
|
|
205
205
|
* <ng-template igxCarouselNextButton let-disabled>
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
*
|
|
206
|
+
* <button type="button" igxButton="fab" igxRipple="white" [disabled]="disabled">
|
|
207
|
+
* <igx-icon>add</igx-icon>
|
|
208
|
+
* </button>
|
|
209
209
|
* </ng-template>
|
|
210
210
|
* </igx-carousel>
|
|
211
211
|
* ```
|
|
@@ -224,9 +224,9 @@ export declare class IgxCarouselComponent extends IgxCarouselComponentBase imple
|
|
|
224
224
|
* <igx-carousel #carousel>
|
|
225
225
|
* ...
|
|
226
226
|
* <ng-template igxCarouselPrevButton let-disabled>
|
|
227
|
-
*
|
|
228
|
-
*
|
|
229
|
-
*
|
|
227
|
+
* <button type="button" igxButton="fab" igxRipple="white" [disabled]="disabled">
|
|
228
|
+
* <igx-icon>remove</igx-icon>
|
|
229
|
+
* </button>
|
|
230
230
|
* </ng-template>
|
|
231
231
|
* </igx-carousel>
|
|
232
232
|
* ```
|
|
@@ -485,7 +485,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
|
|
|
485
485
|
* <igx-combo #combo>
|
|
486
486
|
* ...
|
|
487
487
|
* <ng-template igxComboAddItem>
|
|
488
|
-
* <button class="combo__add-button">
|
|
488
|
+
* <button type="button" igxButton="raised" class="combo__add-button">
|
|
489
489
|
* Click to add item
|
|
490
490
|
* </button>
|
|
491
491
|
* </ng-template>
|
|
@@ -708,7 +708,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
|
|
|
708
708
|
* A method that opens/closes the combo.
|
|
709
709
|
*
|
|
710
710
|
* ```html
|
|
711
|
-
* <button (click)="combo.toggle()">Toggle Combo</button>
|
|
711
|
+
* <button type="button" (click)="combo.toggle()">Toggle Combo</button>
|
|
712
712
|
* <igx-combo #combo></igx-combo>
|
|
713
713
|
* ```
|
|
714
714
|
*/
|
|
@@ -717,7 +717,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
|
|
|
717
717
|
* A method that opens the combo.
|
|
718
718
|
*
|
|
719
719
|
* ```html
|
|
720
|
-
* <button (click)="combo.open()">Open Combo</button>
|
|
720
|
+
* <button type="button" (click)="combo.open()">Open Combo</button>
|
|
721
721
|
* <igx-combo #combo></igx-combo>
|
|
722
722
|
* ```
|
|
723
723
|
*/
|
|
@@ -726,7 +726,7 @@ export declare abstract class IgxComboBaseDirective extends DisplayDensityBase i
|
|
|
726
726
|
* A method that closes the combo.
|
|
727
727
|
*
|
|
728
728
|
* ```html
|
|
729
|
-
* <button (click)="combo.close()">Close Combo</button>
|
|
729
|
+
* <button type="button" (click)="combo.close()">Close Combo</button>
|
|
730
730
|
* <igx-combo #combo></igx-combo>
|
|
731
731
|
* ```
|
|
732
732
|
*/
|
|
@@ -114,7 +114,7 @@ export declare class IgxComboHeaderItemDirective {
|
|
|
114
114
|
* @example
|
|
115
115
|
* <igx-combo #combo>
|
|
116
116
|
* <ng-template igxComboAddItem>
|
|
117
|
-
* <button class="combo__add-button">
|
|
117
|
+
* <button type="button" class="combo__add-button">
|
|
118
118
|
* Click to add item
|
|
119
119
|
* </button>
|
|
120
120
|
* </ng-template>
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*
|
|
6
6
|
* Usage:
|
|
7
7
|
* ```
|
|
8
|
-
* <button igxNavToggle="ID">
|
|
8
|
+
* <button type="button" igxNavToggle="ID">Toggle</button>
|
|
9
9
|
* ```
|
|
10
10
|
* Where the `ID` matches the ID of compatible `IToggleView` component.
|
|
11
11
|
*/
|
|
@@ -22,7 +22,7 @@ export declare class IgxNavigationToggleDirective {
|
|
|
22
22
|
*
|
|
23
23
|
* Usage:
|
|
24
24
|
* ```
|
|
25
|
-
* <button igxNavClose="ID">
|
|
25
|
+
* <button type="button" igxNavClose="ID">Close</button>
|
|
26
26
|
* ```
|
|
27
27
|
* Where the `ID` matches the ID of compatible `IToggleView` component.
|
|
28
28
|
*/
|
|
@@ -298,7 +298,7 @@ export declare class IgxDatePickerComponent extends PickerBaseDirective implemen
|
|
|
298
298
|
* ```html
|
|
299
299
|
* <igx-date-picker #picker></igx-date-picker>
|
|
300
300
|
*
|
|
301
|
-
* <button (click)="picker.open()">Open Dialog</button>
|
|
301
|
+
* <button type="button" igxButton (click)="picker.open()">Open Dialog</button>
|
|
302
302
|
* ```
|
|
303
303
|
*/
|
|
304
304
|
open(settings?: OverlaySettings): void;
|
|
@@ -309,7 +309,7 @@ export declare class IgxDatePickerComponent extends PickerBaseDirective implemen
|
|
|
309
309
|
* ```html
|
|
310
310
|
* <igx-date-picker #picker></igx-date-picker>
|
|
311
311
|
*
|
|
312
|
-
* <button (click)="picker.toggle()">Toggle Dialog</button>
|
|
312
|
+
* <button type="button" igxButton (click)="picker.toggle()">Toggle Dialog</button>
|
|
313
313
|
* ```
|
|
314
314
|
*/
|
|
315
315
|
toggle(settings?: OverlaySettings): void;
|
|
@@ -320,7 +320,7 @@ export declare class IgxDatePickerComponent extends PickerBaseDirective implemen
|
|
|
320
320
|
* ```html
|
|
321
321
|
* <igx-date-picker #picker></igx-date-picker>
|
|
322
322
|
*
|
|
323
|
-
* <button (click)="picker.close()">Close Dialog</button>
|
|
323
|
+
* <button type="button" igxButton (click)="picker.close()">Close Dialog</button>
|
|
324
324
|
* ```
|
|
325
325
|
*/
|
|
326
326
|
close(): void;
|
|
@@ -343,7 +343,7 @@ export declare class IgxDatePickerComponent extends PickerBaseDirective implemen
|
|
|
343
343
|
* ```html
|
|
344
344
|
* <igx-date-picker #picker></igx-date-picker>
|
|
345
345
|
*
|
|
346
|
-
* <button (click)="picker.selectToday()">Select Today</button>
|
|
346
|
+
* <button type="button" igxButton (click)="picker.selectToday()">Select Today</button>
|
|
347
347
|
* ```
|
|
348
348
|
* */
|
|
349
349
|
selectToday(): void;
|
|
@@ -257,7 +257,7 @@ export declare class IgxDateRangePickerComponent extends PickerBaseDirective imp
|
|
|
257
257
|
* ```html
|
|
258
258
|
* <igx-date-range-picker #dateRange></igx-date-range-picker>
|
|
259
259
|
*
|
|
260
|
-
* <button (click)="dateRange.open()">Open Dialog</button
|
|
260
|
+
* <button type="button" igxButton (click)="dateRange.open()">Open Dialog</button
|
|
261
261
|
* ```
|
|
262
262
|
*/
|
|
263
263
|
open(overlaySettings?: OverlaySettings): void;
|
|
@@ -268,7 +268,7 @@ export declare class IgxDateRangePickerComponent extends PickerBaseDirective imp
|
|
|
268
268
|
* ```html
|
|
269
269
|
* <igx-date-range-picker #dateRange></igx-date-range-picker>
|
|
270
270
|
*
|
|
271
|
-
* <button (click)="dateRange.close()">Close Dialog</button>
|
|
271
|
+
* <button type="button" igxButton (click)="dateRange.close()">Close Dialog</button>
|
|
272
272
|
* ```
|
|
273
273
|
*/
|
|
274
274
|
close(): void;
|
|
@@ -279,7 +279,7 @@ export declare class IgxDateRangePickerComponent extends PickerBaseDirective imp
|
|
|
279
279
|
* ```html
|
|
280
280
|
* <igx-date-range-picker #dateRange></igx-date-range-picker>
|
|
281
281
|
*
|
|
282
|
-
* <button (click)="dateRange.toggle()">Toggle Dialog</button>
|
|
282
|
+
* <button type="button" igxButton (click)="dateRange.toggle()">Toggle Dialog</button>
|
|
283
283
|
* ```
|
|
284
284
|
*/
|
|
285
285
|
toggle(overlaySettings?: OverlaySettings): void;
|
|
@@ -23,7 +23,7 @@ import * as i7 from "../directives/focus-trap/focus-trap.directive";
|
|
|
23
23
|
*
|
|
24
24
|
* Example:
|
|
25
25
|
* ```html
|
|
26
|
-
* <button (click)="form.open()">Show Dialog</button>
|
|
26
|
+
* <button type="button" igxButton (click)="form.open()">Show Dialog</button>
|
|
27
27
|
* <igx-dialog #form title="Sign In" rightButtonLabel="OK">
|
|
28
28
|
* <div>
|
|
29
29
|
* <igx-input-group>
|
|
@@ -342,7 +342,7 @@ export declare class IgxDialogComponent implements IToggleView, OnInit, OnDestro
|
|
|
342
342
|
*
|
|
343
343
|
* @memberOf {@link IgxDialogComponent}
|
|
344
344
|
* ```html
|
|
345
|
-
* <button (click)="dialog.open() igxButton="raised" igxButtonColor="white" igxRipple="white">Trigger Dialog</button>
|
|
345
|
+
* <button type="button" (click)="dialog.open() igxButton="raised" igxButtonColor="white" igxRipple="white">Trigger Dialog</button>
|
|
346
346
|
* <igx-dialog #dialog></igx-dialog>
|
|
347
347
|
* ```
|
|
348
348
|
*/
|
|
@@ -352,7 +352,7 @@ export declare class IgxDialogComponent implements IToggleView, OnInit, OnDestro
|
|
|
352
352
|
*
|
|
353
353
|
* @memberOf {@link IgxDialogComponent}
|
|
354
354
|
* ```html
|
|
355
|
-
* <button (click)="dialog.close() igxButton="raised" igxButtonColor="white" igxRipple="white">Trigger Dialog</button>
|
|
355
|
+
* <button type="button" (click)="dialog.close() igxButton="raised" igxButtonColor="white" igxRipple="white">Trigger Dialog</button>
|
|
356
356
|
* <igx-dialog #dialog></igx-dialog>
|
|
357
357
|
* ```
|
|
358
358
|
*/
|
|
@@ -362,7 +362,7 @@ export declare class IgxDialogComponent implements IToggleView, OnInit, OnDestro
|
|
|
362
362
|
*
|
|
363
363
|
* @memberOf {@link IgxDialogComponent}
|
|
364
364
|
* ```html
|
|
365
|
-
* <button (click)="dialog.toggle() igxButton="raised" igxButtonColor="white" igxRipple="white">Trigger Dialog</button>
|
|
365
|
+
* <button type="button" (click)="dialog.toggle() igxButton="raised" igxButtonColor="white" igxRipple="white">Trigger Dialog</button>
|
|
366
366
|
* <igx-dialog #dialog></igx-dialog>
|
|
367
367
|
* ```
|
|
368
368
|
*/
|
|
@@ -29,7 +29,7 @@ export type IgxButtonType = typeof IgxButtonType[keyof typeof IgxButtonType];
|
|
|
29
29
|
*
|
|
30
30
|
* @example
|
|
31
31
|
* ```html
|
|
32
|
-
* <button igxButton="outlined">A Button</button>
|
|
32
|
+
* <button type="button" igxButton="outlined">A Button</button>
|
|
33
33
|
* ```
|
|
34
34
|
*/
|
|
35
35
|
export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
@@ -97,7 +97,7 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
97
97
|
*
|
|
98
98
|
* @example
|
|
99
99
|
* ```html
|
|
100
|
-
* <button igxButton="flat" [selected]="button.selected"></button>
|
|
100
|
+
* <button type="button" igxButton="flat" [selected]="button.selected"></button>
|
|
101
101
|
* ```
|
|
102
102
|
*/
|
|
103
103
|
set selected(value: boolean);
|
|
@@ -117,7 +117,7 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
117
117
|
*
|
|
118
118
|
* @example
|
|
119
119
|
* ```html
|
|
120
|
-
* <button igxButton="icon"></button>
|
|
120
|
+
* <button type="button" igxButton="icon"></button>
|
|
121
121
|
* ```
|
|
122
122
|
*/
|
|
123
123
|
set type(type: IgxButtonType);
|
|
@@ -126,7 +126,7 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
126
126
|
*
|
|
127
127
|
* @example
|
|
128
128
|
* ```html
|
|
129
|
-
* <button igxButton igxButtonColor="orange"></button>
|
|
129
|
+
* <button type="button" igxButton igxButtonColor="orange"></button>
|
|
130
130
|
* ```
|
|
131
131
|
*/
|
|
132
132
|
set color(value: string);
|
|
@@ -135,7 +135,7 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
135
135
|
*
|
|
136
136
|
* @example
|
|
137
137
|
* ```html
|
|
138
|
-
* <button igxButton igxButtonBackground="red"></button>
|
|
138
|
+
* <button type="button" igxButton igxButtonBackground="red"></button>
|
|
139
139
|
* ```
|
|
140
140
|
*/
|
|
141
141
|
set background(value: string);
|
|
@@ -144,7 +144,7 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
144
144
|
*
|
|
145
145
|
* @example
|
|
146
146
|
* ```html
|
|
147
|
-
* <button igxButton="flat" igxLabel="Label"></button>
|
|
147
|
+
* <button type="button" igxButton="flat" igxLabel="Label"></button>
|
|
148
148
|
* ```
|
|
149
149
|
*/
|
|
150
150
|
set label(value: string);
|
|
@@ -162,7 +162,7 @@ export declare class IgxButtonDirective extends DisplayDensityBase {
|
|
|
162
162
|
*
|
|
163
163
|
* @example
|
|
164
164
|
* ```html
|
|
165
|
-
* <button igxButton=
|
|
165
|
+
* <button type="button" igxButton="fab" [disabled]="true"></button>
|
|
166
166
|
* ```
|
|
167
167
|
*/
|
|
168
168
|
set disabled(val: boolean);
|
|
@@ -18,8 +18,8 @@ export declare class IgxRippleDirective {
|
|
|
18
18
|
* ```
|
|
19
19
|
* Can set the ripple to activate on a child element inside the parent where igxRipple is defined.
|
|
20
20
|
* ```html
|
|
21
|
-
* <div #rippleContainer [igxRippleTarget]
|
|
22
|
-
*
|
|
21
|
+
* <div #rippleContainer [igxRippleTarget]="'#child"'>
|
|
22
|
+
* <button type="button" igxButton id="child">Click</button>
|
|
23
23
|
* </div>
|
|
24
24
|
* ```
|
|
25
25
|
*
|
|
@@ -29,7 +29,7 @@ export declare class IgxRippleDirective {
|
|
|
29
29
|
/**
|
|
30
30
|
* Sets/gets the ripple color.
|
|
31
31
|
* ```html
|
|
32
|
-
* <button #rippleContainer [igxRipple]
|
|
32
|
+
* <button type="button" #rippleContainer igxButton [igxRipple]="'red'"></button>
|
|
33
33
|
* ```
|
|
34
34
|
* ```typescript
|
|
35
35
|
* @ViewChild('rippleContainer', {read: IgxRippleDirective})
|
|
@@ -44,7 +44,7 @@ export declare class IgxRippleDirective {
|
|
|
44
44
|
* Sets/gets the ripple duration(in milliseconds).
|
|
45
45
|
* Default value is `600`.
|
|
46
46
|
* ```html
|
|
47
|
-
* <button #rippleContainer igxRipple [igxRippleDuration]
|
|
47
|
+
* <button type="button" #rippleContainer igxButton igxRipple [igxRippleDuration]="800"></button>
|
|
48
48
|
* ```
|
|
49
49
|
* ```typescript
|
|
50
50
|
* @ViewChild('rippleContainer', {read: IgxRippleDirective})
|
|
@@ -58,7 +58,7 @@ export declare class IgxRippleDirective {
|
|
|
58
58
|
/**
|
|
59
59
|
* Enables/disables the ripple to be centered.
|
|
60
60
|
* ```html
|
|
61
|
-
* <button #rippleContainer igxRipple [igxRippleCentered]
|
|
61
|
+
* <button type="button" #rippleContainer igxButton igxRipple [igxRippleCentered]="true"></button>
|
|
62
62
|
* ```
|
|
63
63
|
*
|
|
64
64
|
* @memberof IgxRippleDirective
|
|
@@ -68,7 +68,7 @@ export declare class IgxRippleDirective {
|
|
|
68
68
|
* Sets/gets whether the ripple is disabled.
|
|
69
69
|
* Default value is `false`.
|
|
70
70
|
* ```html
|
|
71
|
-
* <button #rippleContainer igxRipple [igxRippleDisabled]
|
|
71
|
+
* <button type="button" #rippleContainer igxRipple [igxRippleDisabled]="true"></button>
|
|
72
72
|
* ```
|
|
73
73
|
* ```typescript
|
|
74
74
|
* @ViewChild('rippleContainer', {read: IgxRippleDirective})
|
|
@@ -24,7 +24,7 @@ export interface ITooltipHideEventArgs extends IBaseEventArgs {
|
|
|
24
24
|
*
|
|
25
25
|
* Example:
|
|
26
26
|
* ```html
|
|
27
|
-
* <button [igxTooltipTarget]="tooltipRef">Hover me</button>
|
|
27
|
+
* <button type="button" igxButton [igxTooltipTarget]="tooltipRef">Hover me</button>
|
|
28
28
|
* <span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
|
|
29
29
|
* ```
|
|
30
30
|
*/
|
|
@@ -42,7 +42,7 @@ export declare class IgxTooltipTargetDirective extends IgxToggleActionDirective
|
|
|
42
42
|
*
|
|
43
43
|
* ```html
|
|
44
44
|
* <!--set-->
|
|
45
|
-
* <button [igxTooltipTarget]="tooltipRef" showDelay="1500">Hover me</button>
|
|
45
|
+
* <button type="button" igxButton [igxTooltipTarget]="tooltipRef" [showDelay]="1500">Hover me</button>
|
|
46
46
|
* <span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
@@ -57,7 +57,7 @@ export declare class IgxTooltipTargetDirective extends IgxToggleActionDirective
|
|
|
57
57
|
*
|
|
58
58
|
* ```html
|
|
59
59
|
* <!--set-->
|
|
60
|
-
* <button [igxTooltipTarget]="tooltipRef" hideDelay="1500">Hover me</button>
|
|
60
|
+
* <button type="button" igxButton [igxTooltipTarget]="tooltipRef" [hideDelay]="1500">Hover me</button>
|
|
61
61
|
* <span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
|
|
62
62
|
* ```
|
|
63
63
|
*/
|
|
@@ -74,7 +74,7 @@ export declare class IgxTooltipTargetDirective extends IgxToggleActionDirective
|
|
|
74
74
|
*
|
|
75
75
|
* ```html
|
|
76
76
|
* <!--set-->
|
|
77
|
-
* <button [igxTooltipTarget]="tooltipRef" [tooltipDisabled]="true">Hover me</button>
|
|
77
|
+
* <button type="button" igxButton [igxTooltipTarget]="tooltipRef" [tooltipDisabled]="true">Hover me</button>
|
|
78
78
|
* <span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
|
|
79
79
|
* ```
|
|
80
80
|
*/
|
|
@@ -118,8 +118,7 @@ export declare class IgxTooltipTargetDirective extends IgxToggleActionDirective
|
|
|
118
118
|
* ```
|
|
119
119
|
*
|
|
120
120
|
* ```html
|
|
121
|
-
* <button [igxTooltipTarget]="tooltipRef"
|
|
122
|
-
* (tooltipShow)='tooltipShowing($event)'>Hover me</button>
|
|
121
|
+
* <button type="button" igxButton [igxTooltipTarget]="tooltipRef" (tooltipShow)='tooltipShowing($event)'>Hover me</button>
|
|
123
122
|
* <span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
|
|
124
123
|
* ```
|
|
125
124
|
*/
|
|
@@ -135,8 +134,7 @@ export declare class IgxTooltipTargetDirective extends IgxToggleActionDirective
|
|
|
135
134
|
* ```
|
|
136
135
|
*
|
|
137
136
|
* ```html
|
|
138
|
-
* <button [igxTooltipTarget]="tooltipRef"
|
|
139
|
-
* (tooltipHide)='tooltipHiding($event)'>Hover me</button>
|
|
137
|
+
* <button type="button" igxButton [igxTooltipTarget]="tooltipRef" (tooltipHide)='tooltipHiding($event)'>Hover me</button>
|
|
140
138
|
* <span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
|
|
141
139
|
* ```
|
|
142
140
|
*/
|
|
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
*
|
|
15
15
|
* Example:
|
|
16
16
|
* ```html
|
|
17
|
-
* <button [igxTooltipTarget]="tooltipRef">Hover me</button>
|
|
17
|
+
* <button type="button" igxButton [igxTooltipTarget]="tooltipRef">Hover me</button>
|
|
18
18
|
* <span #tooltipRef="tooltip" igxTooltip>Hello there, I am a tooltip!</span>
|
|
19
19
|
* ```
|
|
20
20
|
*/
|
|
@@ -161,7 +161,7 @@ export declare class IgxExpansionPanelComponent extends ToggleAnimationPlayer im
|
|
|
161
161
|
* <igx-expansion-panel #myPanel>
|
|
162
162
|
* ...
|
|
163
163
|
* </igx-expansion-panel>
|
|
164
|
-
* <button (click)="myPanel.collapse($event)">Collpase Panel</button>
|
|
164
|
+
* <button type="button" igxButton (click)="myPanel.collapse($event)">Collpase Panel</button>
|
|
165
165
|
* ```
|
|
166
166
|
*/
|
|
167
167
|
collapse(evt?: Event): void;
|
|
@@ -172,7 +172,7 @@ export declare class IgxExpansionPanelComponent extends ToggleAnimationPlayer im
|
|
|
172
172
|
* <igx-expansion-panel #myPanel>
|
|
173
173
|
* ...
|
|
174
174
|
* </igx-expansion-panel>
|
|
175
|
-
* <button (click)="myPanel.expand($event)">Expand Panel</button>
|
|
175
|
+
* <button type="button" igxButton (click)="myPanel.expand($event)">Expand Panel</button>
|
|
176
176
|
* ```
|
|
177
177
|
*/
|
|
178
178
|
expand(evt?: Event): void;
|
|
@@ -183,7 +183,7 @@ export declare class IgxExpansionPanelComponent extends ToggleAnimationPlayer im
|
|
|
183
183
|
* <igx-expansion-panel #myPanel>
|
|
184
184
|
* ...
|
|
185
185
|
* </igx-expansion-panel>
|
|
186
|
-
* <button (click)="myPanel.toggle($event)">Expand Panel</button>
|
|
186
|
+
* <button type="button" igxButton (click)="myPanel.toggle($event)">Expand Panel</button>
|
|
187
187
|
* ```
|
|
188
188
|
*/
|
|
189
189
|
toggle(evt?: Event): void;
|
|
@@ -141,7 +141,7 @@ export declare class IgxGridCRUDService extends IgxRowAddCrudState {
|
|
|
141
141
|
* If `commit === true`, passes them from the pending state to the data (or transaction service)
|
|
142
142
|
* @example
|
|
143
143
|
* ```html
|
|
144
|
-
* <button igxButton (click)="grid.endEdit(true)">Commit Row</button>
|
|
144
|
+
* <button type="button" igxButton (click)="grid.endEdit(true)">Commit Row</button>
|
|
145
145
|
* ```
|
|
146
146
|
* @param commit
|
|
147
147
|
*/
|
|
@@ -1044,8 +1044,8 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
|
|
|
1044
1044
|
* Sets the row edit actions template.
|
|
1045
1045
|
*```html
|
|
1046
1046
|
* <ng-template #template igxRowEditActions let-endRowEdit>
|
|
1047
|
-
*
|
|
1048
|
-
*
|
|
1047
|
+
* <button type="button" igxButton igxRowEditTabStop (click)="endRowEdit(false)">Cancel</button>
|
|
1048
|
+
* <button type="button" igxButton igxRowEditTabStop (click)="endRowEdit(true)">Apply</button>
|
|
1049
1049
|
* </ng-template>
|
|
1050
1050
|
* ```
|
|
1051
1051
|
*```typescript
|
|
@@ -3483,7 +3483,7 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
|
|
|
3483
3483
|
* If `commit === true`, passes them from the pending state to the data (or transaction service)
|
|
3484
3484
|
* @example
|
|
3485
3485
|
* ```html
|
|
3486
|
-
* <button igxButton (click)="grid.endEdit(true)">Commit Row</button>
|
|
3486
|
+
* <button type="button" igxButton (click)="grid.endEdit(true)">Commit Row</button>
|
|
3487
3487
|
* ```
|
|
3488
3488
|
* @param commit
|
|
3489
3489
|
*/
|
|
@@ -13,7 +13,7 @@ import * as i1 from "@angular/common";
|
|
|
13
13
|
*
|
|
14
14
|
* Example:
|
|
15
15
|
* ```html
|
|
16
|
-
* <button (click)="snackbar.show()">Send message</button>
|
|
16
|
+
* <button type="button" igxButton (click)="snackbar.show()">Send message</button>
|
|
17
17
|
* <div>
|
|
18
18
|
* <igx-snackbar #snackbar>
|
|
19
19
|
* Message sent
|
|
@@ -344,7 +344,7 @@ export declare class IgxTimePickerComponent extends PickerBaseDirective implemen
|
|
|
344
344
|
* @param settings OverlaySettings - the overlay settings to use for positioning the drop down or dialog container according to
|
|
345
345
|
* ```html
|
|
346
346
|
* <igx-time-picker #picker [value]="date"></igx-time-picker>
|
|
347
|
-
* <button (click)="picker.open()">Open Dialog</button>
|
|
347
|
+
* <button type="button" igxButton (click)="picker.open()">Open Dialog</button>
|
|
348
348
|
* ```
|
|
349
349
|
*/
|
|
350
350
|
open(settings?: OverlaySettings): void;
|
|
@@ -14,7 +14,7 @@ import * as i1 from "@angular/common";
|
|
|
14
14
|
*
|
|
15
15
|
* Example:
|
|
16
16
|
* ```html
|
|
17
|
-
* <button (click)="toast.open()">Show notification</button>
|
|
17
|
+
* <button type="button" igxButton (click)="toast.open()">Show notification</button>
|
|
18
18
|
* <igx-toast #toast displayTime="1000">
|
|
19
19
|
* Notification displayed
|
|
20
20
|
* </igx-toast>
|
|
@@ -320,7 +320,7 @@ export declare class IgxTreeNodeComponent<T> extends ToggleAnimationPlayer imple
|
|
|
320
320
|
* <igx-tree>
|
|
321
321
|
* <igx-tree-node #node>My Node</igx-tree-node>
|
|
322
322
|
* </igx-tree>
|
|
323
|
-
* <button igxButton (click)="node.toggle()">Toggle Node</button>
|
|
323
|
+
* <button type="button" igxButton (click)="node.toggle()">Toggle Node</button>
|
|
324
324
|
* ```
|
|
325
325
|
*
|
|
326
326
|
* ```typescript
|
|
@@ -343,7 +343,7 @@ export declare class IgxTreeNodeComponent<T> extends ToggleAnimationPlayer imple
|
|
|
343
343
|
* <igx-tree>
|
|
344
344
|
* <igx-tree-node #node>My Node</igx-tree-node>
|
|
345
345
|
* </igx-tree>
|
|
346
|
-
* <button igxButton (click)="node.expand()">Expand Node</button>
|
|
346
|
+
* <button type="button" igxButton (click)="node.expand()">Expand Node</button>
|
|
347
347
|
* ```
|
|
348
348
|
*
|
|
349
349
|
* ```typescript
|
|
@@ -359,7 +359,7 @@ export declare class IgxTreeNodeComponent<T> extends ToggleAnimationPlayer imple
|
|
|
359
359
|
* <igx-tree>
|
|
360
360
|
* <igx-tree-node #node>My Node</igx-tree-node>
|
|
361
361
|
* </igx-tree>
|
|
362
|
-
* <button igxButton (click)="node.collapse()">Collapse Node</button>
|
|
362
|
+
* <button type="button" igxButton (click)="node.collapse()">Collapse Node</button>
|
|
363
363
|
* ```
|
|
364
364
|
*
|
|
365
365
|
* ```typescript
|
|
@@ -398,7 +398,7 @@ class UpdateChanges {
|
|
|
398
398
|
updateSassVariables(entryPath) {
|
|
399
399
|
let fileContent = this.host.read(entryPath).toString();
|
|
400
400
|
let overwrite = false;
|
|
401
|
-
const allowedStartCharacters = new RegExp(
|
|
401
|
+
const allowedStartCharacters = new RegExp(/(:|,)\s?/, 'g');
|
|
402
402
|
const allowedEndCharacters = new RegExp('[;),: \r\n]', 'g');
|
|
403
403
|
for (const change of this.themeChanges.changes) {
|
|
404
404
|
if (change.type !== schema_1.ThemeType.Variable) {
|
package/package.json
CHANGED