igniteui-angular 22.0.0-rc.1 → 22.0.0
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/igniteui-angular-accordion.mjs +1 -1
- package/fesm2022/igniteui-angular-accordion.mjs.map +1 -1
- package/fesm2022/igniteui-angular-action-strip.mjs +1 -1
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs +1 -1
- package/fesm2022/igniteui-angular-button-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-card.mjs +6 -6
- package/fesm2022/igniteui-angular-card.mjs.map +1 -1
- package/fesm2022/igniteui-angular-carousel.mjs +6 -6
- package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs +34 -34
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs +6 -6
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +2 -2
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-directives.mjs +12 -12
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-drop-down.mjs +5 -5
- package/fesm2022/igniteui-angular-drop-down.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +35 -23
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +51 -51
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +7 -7
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +5 -5
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-icon.mjs +4 -4
- package/fesm2022/igniteui-angular-icon.mjs.map +1 -1
- package/fesm2022/igniteui-angular-input-group.mjs +18 -18
- package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-list.mjs +5 -5
- package/fesm2022/igniteui-angular-list.mjs.map +1 -1
- package/fesm2022/igniteui-angular-navbar.mjs +5 -5
- package/fesm2022/igniteui-angular-navbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-paginator.mjs +2 -2
- package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
- package/fesm2022/igniteui-angular-progressbar.mjs +7 -7
- package/fesm2022/igniteui-angular-progressbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +2 -2
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/fesm2022/igniteui-angular-radio.mjs +5 -5
- package/fesm2022/igniteui-angular-radio.mjs.map +1 -1
- package/fesm2022/igniteui-angular-select.mjs +217 -209
- package/fesm2022/igniteui-angular-select.mjs.map +1 -1
- package/fesm2022/igniteui-angular-slider.mjs +17 -17
- package/fesm2022/igniteui-angular-slider.mjs.map +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs +1 -1
- package/fesm2022/igniteui-angular-snackbar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-splitter.mjs +2 -2
- package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
- package/fesm2022/igniteui-angular-stepper.mjs +2 -2
- package/fesm2022/igniteui-angular-stepper.mjs.map +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tree.mjs +1 -1
- package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
- package/input-group/README.md +1 -1
- package/migrations/migration-collection.json +5 -0
- package/migrations/update-22_0_0/index.d.ts +3 -0
- package/migrations/update-22_0_0/index.js +86 -0
- package/migrations/update-22_0_0/index.spec.d.ts +1 -0
- package/migrations/update-22_0_0/index.spec.js +116 -0
- package/package.json +2 -2
- package/skills/igniteui-angular-grids/references/sizing.md +1 -0
- package/skills/igniteui-angular-grids/references/structure.md +1 -0
- package/skills/igniteui-angular-grids/references/types.md +2 -1
- package/types/igniteui-angular-accordion.d.ts +3 -3
- package/types/igniteui-angular-action-strip.d.ts +1 -1
- package/types/igniteui-angular-button-group.d.ts +1 -1
- package/types/igniteui-angular-calendar.d.ts +1 -1
- package/types/igniteui-angular-card.d.ts +6 -6
- package/types/igniteui-angular-carousel.d.ts +6 -6
- package/types/igniteui-angular-chips.d.ts +38 -38
- package/types/igniteui-angular-core.d.ts +9 -9
- package/types/igniteui-angular-date-picker.d.ts +4 -4
- package/types/igniteui-angular-directives.d.ts +15 -15
- package/types/igniteui-angular-drop-down.d.ts +6 -6
- package/types/igniteui-angular-grids-core.d.ts +31 -29
- package/types/igniteui-angular-grids-grid.d.ts +51 -51
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +7 -7
- package/types/igniteui-angular-grids-tree-grid.d.ts +7 -7
- package/types/igniteui-angular-icon.d.ts +4 -4
- package/types/igniteui-angular-input-group.d.ts +17 -17
- package/types/igniteui-angular-list.d.ts +7 -7
- package/types/igniteui-angular-navbar.d.ts +7 -7
- package/types/igniteui-angular-paginator.d.ts +2 -2
- package/types/igniteui-angular-progressbar.d.ts +7 -7
- package/types/igniteui-angular-query-builder.d.ts +3 -3
- package/types/igniteui-angular-radio.d.ts +5 -5
- package/types/igniteui-angular-select.d.ts +91 -7
- package/types/igniteui-angular-slider.d.ts +17 -17
- package/types/igniteui-angular-snackbar.d.ts +1 -1
- package/types/igniteui-angular-splitter.d.ts +3 -3
- package/types/igniteui-angular-stepper.d.ts +2 -2
- package/types/igniteui-angular-time-picker.d.ts +1 -1
- package/types/igniteui-angular-tree.d.ts +2 -2
|
@@ -111,7 +111,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
111
111
|
*/
|
|
112
112
|
data: any;
|
|
113
113
|
/**
|
|
114
|
-
* Defines if the
|
|
114
|
+
* Defines if the chip can be dragged in order to change it's position.
|
|
115
115
|
* By default it is set to false.
|
|
116
116
|
*
|
|
117
117
|
* @example
|
|
@@ -141,7 +141,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
141
141
|
*/
|
|
142
142
|
hideBaseOnDrag: boolean;
|
|
143
143
|
/**
|
|
144
|
-
* Defines if the
|
|
144
|
+
* Defines if the chip should render remove button and throw remove events.
|
|
145
145
|
* By default it is set to false.
|
|
146
146
|
*
|
|
147
147
|
* @example
|
|
@@ -161,7 +161,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
161
161
|
*/
|
|
162
162
|
removeIcon: TemplateRef<any>;
|
|
163
163
|
/**
|
|
164
|
-
* Defines if the
|
|
164
|
+
* Defines if the chip can be selected on click or through navigation,
|
|
165
165
|
* By default it is set to false.
|
|
166
166
|
*
|
|
167
167
|
* @example
|
|
@@ -186,7 +186,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
186
186
|
*/
|
|
187
187
|
class: string;
|
|
188
188
|
/**
|
|
189
|
-
* Disables the
|
|
189
|
+
* Disables the chip. When disabled it restricts user interactions
|
|
190
190
|
* like focusing on click or tab, selection on click or Space, dragging.
|
|
191
191
|
* By default it is set to false.
|
|
192
192
|
*
|
|
@@ -197,7 +197,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
197
197
|
*/
|
|
198
198
|
disabled: boolean;
|
|
199
199
|
/**
|
|
200
|
-
* Sets the
|
|
200
|
+
* Sets the chip selected state.
|
|
201
201
|
*
|
|
202
202
|
* @example
|
|
203
203
|
* ```html
|
|
@@ -211,7 +211,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
211
211
|
*/
|
|
212
212
|
set selected(newValue: boolean);
|
|
213
213
|
/**
|
|
214
|
-
* Returns if the
|
|
214
|
+
* Returns if the chip is selected.
|
|
215
215
|
*
|
|
216
216
|
* @example
|
|
217
217
|
* ```typescript
|
|
@@ -229,7 +229,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
229
229
|
*/
|
|
230
230
|
selectedChange: EventEmitter<boolean>;
|
|
231
231
|
/**
|
|
232
|
-
* Sets the
|
|
232
|
+
* Sets the chip background color.
|
|
233
233
|
* The `color` property supports string, rgb, hex.
|
|
234
234
|
*
|
|
235
235
|
* @example
|
|
@@ -239,7 +239,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
239
239
|
*/
|
|
240
240
|
set color(newColor: any);
|
|
241
241
|
/**
|
|
242
|
-
* Returns the background color of the
|
|
242
|
+
* Returns the background color of the chip.
|
|
243
243
|
*
|
|
244
244
|
* @example
|
|
245
245
|
* ```typescript
|
|
@@ -261,8 +261,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
261
261
|
*/
|
|
262
262
|
get resourceStrings(): IChipResourceStrings;
|
|
263
263
|
/**
|
|
264
|
-
* Emits an event when the
|
|
265
|
-
* Returns the moving
|
|
264
|
+
* Emits an event when the chip moving starts.
|
|
265
|
+
* Returns the moving chip.
|
|
266
266
|
*
|
|
267
267
|
* @example
|
|
268
268
|
* ```html
|
|
@@ -271,8 +271,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
271
271
|
*/
|
|
272
272
|
moveStart: EventEmitter<IBaseChipEventArgs>;
|
|
273
273
|
/**
|
|
274
|
-
* Emits an event when the
|
|
275
|
-
* Returns the moved
|
|
274
|
+
* Emits an event when the chip moving ends.
|
|
275
|
+
* Returns the moved chip.
|
|
276
276
|
*
|
|
277
277
|
* @example
|
|
278
278
|
* ```html
|
|
@@ -281,8 +281,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
281
281
|
*/
|
|
282
282
|
moveEnd: EventEmitter<IBaseChipEventArgs>;
|
|
283
283
|
/**
|
|
284
|
-
* Emits an event when the
|
|
285
|
-
* Returns the removed
|
|
284
|
+
* Emits an event when the chip is removed.
|
|
285
|
+
* Returns the removed chip.
|
|
286
286
|
*
|
|
287
287
|
* @example
|
|
288
288
|
* ```html
|
|
@@ -291,8 +291,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
291
291
|
*/
|
|
292
292
|
remove: EventEmitter<IBaseChipEventArgs>;
|
|
293
293
|
/**
|
|
294
|
-
* Emits an event when the
|
|
295
|
-
* Returns the clicked
|
|
294
|
+
* Emits an event when the chip is clicked.
|
|
295
|
+
* Returns the clicked chip, whether the event should be canceled.
|
|
296
296
|
*
|
|
297
297
|
* @example
|
|
298
298
|
* ```html
|
|
@@ -301,7 +301,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
301
301
|
*/
|
|
302
302
|
chipClick: EventEmitter<IChipClickEventArgs>;
|
|
303
303
|
/**
|
|
304
|
-
* Emits event when the
|
|
304
|
+
* Emits event when the chip is selected/deselected.
|
|
305
305
|
* Returns the selected chip reference, whether the event should be canceled, what is the next selection state and
|
|
306
306
|
* when the event is triggered by interaction `originalEvent` is provided, otherwise `originalEvent` is `null`.
|
|
307
307
|
*
|
|
@@ -312,7 +312,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
312
312
|
*/
|
|
313
313
|
selectedChanging: EventEmitter<IChipSelectEventArgs>;
|
|
314
314
|
/**
|
|
315
|
-
* Emits event when the
|
|
315
|
+
* Emits event when the chip is selected/deselected and any related animations and transitions also end.
|
|
316
316
|
*
|
|
317
317
|
* @example
|
|
318
318
|
* ```html
|
|
@@ -321,8 +321,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
321
321
|
*/
|
|
322
322
|
selectedChanged: EventEmitter<IBaseChipEventArgs>;
|
|
323
323
|
/**
|
|
324
|
-
* Emits an event when the
|
|
325
|
-
* Returns the focused/selected
|
|
324
|
+
* Emits an event when the chip keyboard navigation is being used.
|
|
325
|
+
* Returns the focused/selected chip, whether the event should be canceled,
|
|
326
326
|
* if the `alt`, `shift` or `control` key is pressed and the pressed key name.
|
|
327
327
|
*
|
|
328
328
|
* @example
|
|
@@ -332,8 +332,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
332
332
|
*/
|
|
333
333
|
keyDown: EventEmitter<IChipKeyDownEventArgs>;
|
|
334
334
|
/**
|
|
335
|
-
* Emits an event when the
|
|
336
|
-
* Returns the target
|
|
335
|
+
* Emits an event when the chip has entered the chips area.
|
|
336
|
+
* Returns the target chip, the drag chip, as well as
|
|
337
337
|
* the original drop event arguments.
|
|
338
338
|
*
|
|
339
339
|
* @example
|
|
@@ -343,8 +343,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
343
343
|
*/
|
|
344
344
|
dragEnter: EventEmitter<IChipEnterDragAreaEventArgs>;
|
|
345
345
|
/**
|
|
346
|
-
* Emits an event when the
|
|
347
|
-
* Returns the target
|
|
346
|
+
* Emits an event when the chip has left the chips area.
|
|
347
|
+
* Returns the target chip, the drag chip, as well as
|
|
348
348
|
* the original drop event arguments.
|
|
349
349
|
*
|
|
350
350
|
* @example
|
|
@@ -354,8 +354,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
354
354
|
*/
|
|
355
355
|
dragLeave: EventEmitter<IChipEnterDragAreaEventArgs>;
|
|
356
356
|
/**
|
|
357
|
-
* Emits an event when the
|
|
358
|
-
* Returns the target
|
|
357
|
+
* Emits an event when the chip is over the chips area.
|
|
358
|
+
* Returns the target chip, the drag chip, as well as
|
|
359
359
|
* the original drop event arguments.
|
|
360
360
|
*
|
|
361
361
|
* @example
|
|
@@ -365,8 +365,8 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
365
365
|
*/
|
|
366
366
|
dragOver: EventEmitter<IChipEnterDragAreaEventArgs>;
|
|
367
367
|
/**
|
|
368
|
-
* Emits an event when the
|
|
369
|
-
* Returns the target
|
|
368
|
+
* Emits an event when the chip has been dropped in the chips area.
|
|
369
|
+
* Returns the target chip, the drag chip, as well as
|
|
370
370
|
* the original drop event arguments.
|
|
371
371
|
*
|
|
372
372
|
* @example
|
|
@@ -382,7 +382,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
382
382
|
protected get isWarning(): boolean;
|
|
383
383
|
protected get isDanger(): boolean;
|
|
384
384
|
/**
|
|
385
|
-
* Property that contains a reference to the
|
|
385
|
+
* Property that contains a reference to the drag the chip uses for dragging behavior.
|
|
386
386
|
*
|
|
387
387
|
* @example
|
|
388
388
|
* ```html
|
|
@@ -604,7 +604,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
|
|
|
604
604
|
*/
|
|
605
605
|
ariaLabel: string;
|
|
606
606
|
/**
|
|
607
|
-
* Sets the width of the
|
|
607
|
+
* Sets the width of the chips area.
|
|
608
608
|
*
|
|
609
609
|
* @example
|
|
610
610
|
* ```html
|
|
@@ -615,7 +615,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
|
|
|
615
615
|
/** @hidden @internal */
|
|
616
616
|
get _widthToRem(): number;
|
|
617
617
|
/**
|
|
618
|
-
* Sets the height of the
|
|
618
|
+
* Sets the height of the chips area.
|
|
619
619
|
*
|
|
620
620
|
* @example
|
|
621
621
|
* ```html
|
|
@@ -626,8 +626,8 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
|
|
|
626
626
|
/** @hidden @internal */
|
|
627
627
|
get _heightToRem(): number;
|
|
628
628
|
/**
|
|
629
|
-
* Emits an event when
|
|
630
|
-
* Returns an array of
|
|
629
|
+
* Emits an event when chips in the chips area should be reordered.
|
|
630
|
+
* Returns an array of chips.
|
|
631
631
|
*
|
|
632
632
|
* @example
|
|
633
633
|
* ```html
|
|
@@ -636,9 +636,9 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
|
|
|
636
636
|
*/
|
|
637
637
|
reorder: EventEmitter<IChipsAreaReorderEventArgs>;
|
|
638
638
|
/**
|
|
639
|
-
* Emits an event when an
|
|
639
|
+
* Emits an event when an chip in the chips area is selected/deselected.
|
|
640
640
|
* Fired after the chips area is initialized if there are initially selected chips as well.
|
|
641
|
-
* Returns an array of selected
|
|
641
|
+
* Returns an array of selected chips and the chip area.
|
|
642
642
|
*
|
|
643
643
|
* @example
|
|
644
644
|
* ```html
|
|
@@ -647,7 +647,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
|
|
|
647
647
|
*/
|
|
648
648
|
selectionChange: EventEmitter<IChipsAreaSelectEventArgs>;
|
|
649
649
|
/**
|
|
650
|
-
* Emits an event when an
|
|
650
|
+
* Emits an event when an chip in the chips area is moved.
|
|
651
651
|
*
|
|
652
652
|
* @example
|
|
653
653
|
* ```html
|
|
@@ -656,7 +656,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
|
|
|
656
656
|
*/
|
|
657
657
|
moveStart: EventEmitter<IBaseChipsAreaEventArgs>;
|
|
658
658
|
/**
|
|
659
|
-
* Emits an event after an
|
|
659
|
+
* Emits an event after an chip in the chips area is moved.
|
|
660
660
|
*
|
|
661
661
|
* @example
|
|
662
662
|
* ```html
|
|
@@ -665,7 +665,7 @@ declare class IgxChipsAreaComponent implements DoCheck, AfterViewInit, OnDestroy
|
|
|
665
665
|
*/
|
|
666
666
|
moveEnd: EventEmitter<IBaseChipsAreaEventArgs>;
|
|
667
667
|
/**
|
|
668
|
-
* Holds the
|
|
668
|
+
* Holds the chip in the chips area.
|
|
669
669
|
*
|
|
670
670
|
* @example
|
|
671
671
|
* ```typescript
|
|
@@ -833,7 +833,7 @@ interface AnimationPlayer {
|
|
|
833
833
|
|
|
834
834
|
/**
|
|
835
835
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/overlay-position)
|
|
836
|
-
* Position strategies determine where to display the component in the provided
|
|
836
|
+
* Position strategies determine where to display the component in the provided overlay.
|
|
837
837
|
*/
|
|
838
838
|
interface IPositionStrategy {
|
|
839
839
|
/**
|
|
@@ -1146,7 +1146,7 @@ declare class IgxOverlayService implements OnDestroy {
|
|
|
1146
1146
|
|
|
1147
1147
|
/**
|
|
1148
1148
|
* [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/overlay-scroll).
|
|
1149
|
-
* Scroll strategies determines how the scrolling will be handled in the provided
|
|
1149
|
+
* Scroll strategies determines how the scrolling will be handled in the provided overlay.
|
|
1150
1150
|
*/
|
|
1151
1151
|
interface IScrollStrategy {
|
|
1152
1152
|
/**
|
|
@@ -1583,7 +1583,7 @@ declare abstract class IgxActionStripActionsToken {
|
|
|
1583
1583
|
/**
|
|
1584
1584
|
* Templates the default toggle icon in the picker.
|
|
1585
1585
|
*
|
|
1586
|
-
* @remarks Can be applied to
|
|
1586
|
+
* @remarks Can be applied to date picker, time picker, date range picker
|
|
1587
1587
|
*
|
|
1588
1588
|
* @example
|
|
1589
1589
|
* ```html
|
|
@@ -1603,7 +1603,7 @@ declare class IgxPickerToggleComponent {
|
|
|
1603
1603
|
/**
|
|
1604
1604
|
* Templates the default clear icon in the picker.
|
|
1605
1605
|
*
|
|
1606
|
-
* @remarks Can be applied to
|
|
1606
|
+
* @remarks Can be applied to date picker, time picker, date range picker
|
|
1607
1607
|
*
|
|
1608
1608
|
* @example
|
|
1609
1609
|
* ```html
|
|
@@ -1619,9 +1619,9 @@ declare class IgxPickerClearComponent extends IgxPickerToggleComponent {
|
|
|
1619
1619
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxPickerClearComponent, "igx-picker-clear", never, {}, {}, never, ["*"], true, never>;
|
|
1620
1620
|
}
|
|
1621
1621
|
/**
|
|
1622
|
-
*
|
|
1622
|
+
* Picker actions can be used to re-template the dropdown/dialog action buttons.
|
|
1623
1623
|
*
|
|
1624
|
-
* @remarks Can be applied to
|
|
1624
|
+
* @remarks Can be applied to date picker, time picker, date range picker
|
|
1625
1625
|
*
|
|
1626
1626
|
*/
|
|
1627
1627
|
declare class IgxPickerActionsDirective {
|
|
@@ -2378,7 +2378,7 @@ interface ITreeGridRecord {
|
|
|
2378
2378
|
expanded?: boolean;
|
|
2379
2379
|
}
|
|
2380
2380
|
/**
|
|
2381
|
-
* Stub type for
|
|
2381
|
+
* Stub type for tree grid api - minimal interface for typing in core
|
|
2382
2382
|
*/
|
|
2383
2383
|
interface IgxTreeGridAPIService {
|
|
2384
2384
|
get_row_id(rowData: any): any;
|
|
@@ -3026,7 +3026,7 @@ declare class IgxSorting implements IGridSortingStrategy {
|
|
|
3026
3026
|
private prepareExpressions;
|
|
3027
3027
|
}
|
|
3028
3028
|
/**
|
|
3029
|
-
* Represents a class implementing the IGridGroupingStrategy interface and extending the
|
|
3029
|
+
* Represents a class implementing the IGridGroupingStrategy interface and extending the sorting class.
|
|
3030
3030
|
* It provides a method to group data based on the given grouping state.
|
|
3031
3031
|
*/
|
|
3032
3032
|
declare class IgxGrouping extends IgxSorting implements IGridGroupingStrategy {
|
|
@@ -3061,7 +3061,7 @@ declare class NoopSortingStrategy implements IGridSortingStrategy {
|
|
|
3061
3061
|
sort(data: any[]): any[];
|
|
3062
3062
|
}
|
|
3063
3063
|
/**
|
|
3064
|
-
* Represents a class extending the
|
|
3064
|
+
* Represents a class extending the sorting class
|
|
3065
3065
|
* Provides custom data record sorting.
|
|
3066
3066
|
*/
|
|
3067
3067
|
declare class IgxDataRecordSorting extends IgxSorting {
|
|
@@ -74,7 +74,7 @@ declare abstract class PickerBaseDirective implements IToggleView, EditorProvide
|
|
|
74
74
|
*/
|
|
75
75
|
mode: PickerInteractionMode;
|
|
76
76
|
/**
|
|
77
|
-
* Gets/Sets the orientation of the
|
|
77
|
+
* Gets/Sets the orientation of the date picker header.
|
|
78
78
|
*
|
|
79
79
|
* @example
|
|
80
80
|
* ```html
|
|
@@ -399,7 +399,7 @@ declare class IgxDatePickerComponent extends PickerBaseDirective implements Cont
|
|
|
399
399
|
*/
|
|
400
400
|
id: string;
|
|
401
401
|
/**
|
|
402
|
-
* Gets/Sets the format views of the
|
|
402
|
+
* Gets/Sets the format views of the date picker.
|
|
403
403
|
*
|
|
404
404
|
* @example
|
|
405
405
|
* ```typescript
|
|
@@ -431,7 +431,7 @@ declare class IgxDatePickerComponent extends PickerBaseDirective implements Cont
|
|
|
431
431
|
get specialDates(): DateRangeDescriptor[];
|
|
432
432
|
set specialDates(value: DateRangeDescriptor[]);
|
|
433
433
|
/**
|
|
434
|
-
* Gets/Sets the format options of the
|
|
434
|
+
* Gets/Sets the format options of the date picker.
|
|
435
435
|
*
|
|
436
436
|
* @example
|
|
437
437
|
* ```typescript
|
|
@@ -993,7 +993,7 @@ declare class IgxDateRangePickerComponent extends PickerBaseDirective implements
|
|
|
993
993
|
*/
|
|
994
994
|
get resourceStrings(): IDateRangePickerResourceStrings;
|
|
995
995
|
/**
|
|
996
|
-
* Sets the `placeholder` for single-input
|
|
996
|
+
* Sets the `placeholder` for single-input date range picker.
|
|
997
997
|
*
|
|
998
998
|
* @example
|
|
999
999
|
* ```html
|
|
@@ -150,7 +150,7 @@ declare class IgxButtonDirective extends IgxButtonBaseDirective {
|
|
|
150
150
|
protected emitSelected(): void;
|
|
151
151
|
/**
|
|
152
152
|
* Gets or sets whether the button is selected.
|
|
153
|
-
* Mainly used in the
|
|
153
|
+
* Mainly used in the button group component and it will have no effect if set separately.
|
|
154
154
|
*
|
|
155
155
|
* @example
|
|
156
156
|
* ```html
|
|
@@ -231,7 +231,7 @@ declare class CheckboxBaseDirective implements AfterViewInit {
|
|
|
231
231
|
ngControl: NgControl;
|
|
232
232
|
/**
|
|
233
233
|
* An event that is emitted after the checkbox state is changed.
|
|
234
|
-
* Provides references to the
|
|
234
|
+
* Provides references to the checkbox and the `checked` property as event arguments.
|
|
235
235
|
*/
|
|
236
236
|
readonly change: EventEmitter<IChangeCheckboxEventArgs>;
|
|
237
237
|
/**
|
|
@@ -1243,12 +1243,12 @@ declare class IgxDropDirective implements OnInit, OnDestroy {
|
|
|
1243
1243
|
*/
|
|
1244
1244
|
dropChannel: number | string | number[] | string[];
|
|
1245
1245
|
/**
|
|
1246
|
-
* Sets a drop strategy type that will be executed when an
|
|
1246
|
+
* Sets a drop strategy type that will be executed when an drag element is released inside
|
|
1247
1247
|
* the current drop area. The provided strategies are:
|
|
1248
|
-
* -
|
|
1249
|
-
* -
|
|
1250
|
-
* -
|
|
1251
|
-
* -
|
|
1248
|
+
* - default drop strategy - This is the default base strategy and it doesn't perform any actions.
|
|
1249
|
+
* - append drop strategy - Appends the dropped element to last position as a direct child to the `igxDrop`.
|
|
1250
|
+
* - prepend drop strategy - Prepends the dropped element to first position as a direct child to the `igxDrop`.
|
|
1251
|
+
* - insert drop strategy - If the dropped element is released above a child element of the `igxDrop`, it will be inserted
|
|
1252
1252
|
* at that position. Otherwise the dropped element will be appended if released outside any child of the `igxDrop`.
|
|
1253
1253
|
* ```html
|
|
1254
1254
|
* <div igxDrag>
|
|
@@ -1937,7 +1937,7 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
|
|
|
1937
1937
|
* Asserts the correct type of the context for the template that `igxForOf` will render.
|
|
1938
1938
|
*
|
|
1939
1939
|
* The presence of this method is a signal to the Ivy template type-check compiler that the
|
|
1940
|
-
*
|
|
1940
|
+
* ForOf structural directive renders its template with a specific context type.
|
|
1941
1941
|
*/
|
|
1942
1942
|
static ngTemplateContextGuard<T, U extends T[]>(_dir: IgxForOfDirective<T, U>, ctx: any): ctx is IgxForOfContext<T, U>;
|
|
1943
1943
|
/**
|
|
@@ -2251,10 +2251,10 @@ declare class IgxGridForOfDirective<T, U extends T[] = T[]> extends IgxForOfDire
|
|
|
2251
2251
|
dataChanging: EventEmitter<IForOfDataChangeEventArgs>;
|
|
2252
2252
|
/**
|
|
2253
2253
|
* @hidden @internal
|
|
2254
|
-
* Asserts the correct type of the context for the template that
|
|
2254
|
+
* Asserts the correct type of the context for the template that Grid ForOf will render.
|
|
2255
2255
|
*
|
|
2256
2256
|
* The presence of this method is a signal to the Ivy template type-check compiler that the
|
|
2257
|
-
*
|
|
2257
|
+
* Grid ForOf structural directive renders its template with a specific context type.
|
|
2258
2258
|
*/
|
|
2259
2259
|
static ngTemplateContextGuard<T, U extends T[]>(_dir: IgxGridForOfDirective<T, U>, ctx: any): ctx is IgxGridForOfContext<T, U>;
|
|
2260
2260
|
ngOnInit(): void;
|
|
@@ -2290,7 +2290,7 @@ declare class IgxGridForOfDirective<T, U extends T[] = T[]> extends IgxForOfDire
|
|
|
2290
2290
|
*/
|
|
2291
2291
|
type IgxIconButtonType = typeof IgxBaseButtonType[keyof typeof IgxBaseButtonType];
|
|
2292
2292
|
/**
|
|
2293
|
-
* The
|
|
2293
|
+
* The icon button provides a way to use an icon as a fully functional button.
|
|
2294
2294
|
*
|
|
2295
2295
|
* @example
|
|
2296
2296
|
* ```html
|
|
@@ -3215,7 +3215,7 @@ declare class IgxToggleDirective implements IToggleView, OnInit, OnDestroy {
|
|
|
3215
3215
|
*/
|
|
3216
3216
|
get collapsed(): boolean;
|
|
3217
3217
|
/**
|
|
3218
|
-
* Identifier which is registered into
|
|
3218
|
+
* Identifier which is registered into navigation
|
|
3219
3219
|
*
|
|
3220
3220
|
* ```typescript
|
|
3221
3221
|
* let myToggleId = this.toggle.id;
|
|
@@ -3331,7 +3331,7 @@ declare class IgxToggleActionDirective implements OnInit {
|
|
|
3331
3331
|
* <!--set-->
|
|
3332
3332
|
* <div igxToggleAction [igxToggleOutlet]="outlet"></div>
|
|
3333
3333
|
* ```
|
|
3334
|
-
* Where
|
|
3334
|
+
* Where outlet is an instance of overlay outlet or a reference to the element.
|
|
3335
3335
|
*
|
|
3336
3336
|
* @deprecated in version 21.2.0. Overlays now use the HTML Popover API and no longer move to the document
|
|
3337
3337
|
* body by default, so using outlet is also no longer needed - just define the overlay in the intended
|
|
@@ -3819,7 +3819,7 @@ declare class IgxTooltipTargetDirective extends IgxToggleActionDirective impleme
|
|
|
3819
3819
|
*/
|
|
3820
3820
|
private _evaluateStickyState;
|
|
3821
3821
|
/**
|
|
3822
|
-
* Creates (if not already created) an instance of the
|
|
3822
|
+
* Creates (if not already created) an instance of the tooltip close button,
|
|
3823
3823
|
* and assigns it the provided custom template.
|
|
3824
3824
|
*/
|
|
3825
3825
|
private _createCloseTemplate;
|
|
@@ -4201,7 +4201,7 @@ declare abstract class IgxNotificationsDirective extends IgxToggleDirective impl
|
|
|
4201
4201
|
* Gets/Sets the container used for the element.
|
|
4202
4202
|
*
|
|
4203
4203
|
* @remarks
|
|
4204
|
-
*
|
|
4204
|
+
* Outlet is an instance of overlay outlet or a reference to the element.
|
|
4205
4205
|
*
|
|
4206
4206
|
* @deprecated in version 21.2.0. Overlays now use the HTML Popover API and no longer move to the document
|
|
4207
4207
|
* body by default, so using outlet is also no longer needed - just define the component in the intended
|
|
@@ -81,7 +81,7 @@ declare enum Navigate {
|
|
|
81
81
|
Up = -1,
|
|
82
82
|
Down = 1
|
|
83
83
|
}
|
|
84
|
-
/** Key actions that have designated handlers in
|
|
84
|
+
/** Key actions that have designated handlers in drop down */
|
|
85
85
|
declare const DropDownActionKey: {
|
|
86
86
|
readonly ESCAPE: "escape";
|
|
87
87
|
readonly ENTER: "enter";
|
|
@@ -99,7 +99,7 @@ interface ISelectionEventArgs extends CancelableEventArgs, IBaseEventArgs {
|
|
|
99
99
|
newSelection: IgxDropDownItemBaseDirective;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
|
-
* Interface for an instance of
|
|
102
|
+
* Interface for an instance of drop down navigation
|
|
103
103
|
*
|
|
104
104
|
* @export
|
|
105
105
|
*/
|
|
@@ -279,7 +279,7 @@ declare class IgxDropDownItemBaseDirective implements DoCheck {
|
|
|
279
279
|
* </div>
|
|
280
280
|
* </igx-drop-down-item>
|
|
281
281
|
* ```
|
|
282
|
-
* **NOTE:** Drop-down items inside of a disabled
|
|
282
|
+
* **NOTE:** Drop-down items inside of a disabled drop down group will always count as disabled
|
|
283
283
|
*/
|
|
284
284
|
get disabled(): boolean;
|
|
285
285
|
set disabled(value: boolean);
|
|
@@ -392,7 +392,7 @@ declare class IgxDropDownItemComponent extends IgxDropDownItemBaseDirective {
|
|
|
392
392
|
/**
|
|
393
393
|
* An abstract class, defining a drop-down component, with:
|
|
394
394
|
* Properties for display styles and classes
|
|
395
|
-
* A collection items of type
|
|
395
|
+
* A collection items of type drop down item base
|
|
396
396
|
* Properties and methods for navigating (highlighting/focusing) items from the collection
|
|
397
397
|
* Properties and methods for selecting items from the collection
|
|
398
398
|
*/
|
|
@@ -498,7 +498,7 @@ declare abstract class IgxDropDownBaseDirective implements IDropDownList, OnInit
|
|
|
498
498
|
* @hidden @internal
|
|
499
499
|
* Gets the id of the focused item during dropdown navigation.
|
|
500
500
|
* This is used to update the `aria-activedescendant` attribute of
|
|
501
|
-
* the
|
|
501
|
+
* the drop down navigation host element.
|
|
502
502
|
*/
|
|
503
503
|
get activeDescendant(): string | null;
|
|
504
504
|
/**
|
|
@@ -564,7 +564,7 @@ declare abstract class IgxDropDownBaseDirective implements IDropDownList, OnInit
|
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
/**
|
|
567
|
-
* Navigation Directive that handles keyboard events on its host and controls a targeted
|
|
567
|
+
* Navigation Directive that handles keyboard events on its host and controls a targeted drop down base component
|
|
568
568
|
*/
|
|
569
569
|
declare class IgxDropDownItemNavigationDirective implements IDropDownNavigationDirective {
|
|
570
570
|
dropdown: IgxDropDownBaseDirective;
|