igniteui-angular 22.0.0-rc.1 → 22.0.0-rc.2
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 +26 -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 +1 -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 +30 -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
|
@@ -242,8 +242,8 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
242
242
|
*/
|
|
243
243
|
get disabledClass(): boolean;
|
|
244
244
|
/**
|
|
245
|
-
* Gets the type of the
|
|
246
|
-
* The slider can be
|
|
245
|
+
* Gets the type of the slider.
|
|
246
|
+
* The slider type can be SLIDER (default) or RANGE.
|
|
247
247
|
* ```typescript
|
|
248
248
|
* @ViewChild("slider2")
|
|
249
249
|
* public slider: IgxSliderComponent;
|
|
@@ -253,8 +253,8 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
253
253
|
*/
|
|
254
254
|
get type(): IgxSliderType;
|
|
255
255
|
/**
|
|
256
|
-
* Sets the type of the
|
|
257
|
-
* The slider can be
|
|
256
|
+
* Sets the type of the slider.
|
|
257
|
+
* The slider type can be SLIDER (default) or RANGE.
|
|
258
258
|
* ```typescript
|
|
259
259
|
* sliderType: IgxSliderType = IgxSliderType.RANGE;
|
|
260
260
|
* ```
|
|
@@ -342,7 +342,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
342
342
|
*/
|
|
343
343
|
set continuous(continuous: boolean);
|
|
344
344
|
/**
|
|
345
|
-
* Returns the minimal displayed track value of the
|
|
345
|
+
* Returns the minimal displayed track value of the slider.
|
|
346
346
|
* ```typescript
|
|
347
347
|
* @ViewChild("slider2")
|
|
348
348
|
* public slider: IgxSliderComponent;
|
|
@@ -353,7 +353,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
353
353
|
*/
|
|
354
354
|
get minValue(): number;
|
|
355
355
|
/**
|
|
356
|
-
* Sets the minimal displayed track value for the
|
|
356
|
+
* Sets the minimal displayed track value for the slider.
|
|
357
357
|
* The default minimal value is 0.
|
|
358
358
|
* ```html
|
|
359
359
|
* <igx-slider [type]="sliderType" [minValue]="56" [maxValue]="100">
|
|
@@ -372,7 +372,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
372
372
|
*/
|
|
373
373
|
get maxValue(): number;
|
|
374
374
|
/**
|
|
375
|
-
* Sets the maximal displayed track value for the
|
|
375
|
+
* Sets the maximal displayed track value for the slider.
|
|
376
376
|
* The default maximum value is 100.
|
|
377
377
|
* ```html
|
|
378
378
|
* <igx-slider [type]="sliderType" [minValue]="56" [maxValue]="256">
|
|
@@ -380,7 +380,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
380
380
|
*/
|
|
381
381
|
set maxValue(value: number);
|
|
382
382
|
/**
|
|
383
|
-
* Returns the lower boundary of settable values of the
|
|
383
|
+
* Returns the lower boundary of settable values of the slider.
|
|
384
384
|
* If not set, will return `minValue`.
|
|
385
385
|
* ```typescript
|
|
386
386
|
* @ViewChild("slider")
|
|
@@ -392,7 +392,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
392
392
|
*/
|
|
393
393
|
get lowerBound(): number;
|
|
394
394
|
/**
|
|
395
|
-
* Sets the lower boundary of settable values of the
|
|
395
|
+
* Sets the lower boundary of settable values of the slider.
|
|
396
396
|
* If not set is the same as min value.
|
|
397
397
|
* ```html
|
|
398
398
|
* <igx-slider [step]="5" [lowerBound]="20">
|
|
@@ -400,7 +400,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
400
400
|
*/
|
|
401
401
|
set lowerBound(value: number);
|
|
402
402
|
/**
|
|
403
|
-
* Returns the upper boundary of settable values of the
|
|
403
|
+
* Returns the upper boundary of settable values of the slider.
|
|
404
404
|
* If not set, will return `maxValue`
|
|
405
405
|
* ```typescript
|
|
406
406
|
* @ViewChild("slider")
|
|
@@ -412,7 +412,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
412
412
|
*/
|
|
413
413
|
get upperBound(): number;
|
|
414
414
|
/**
|
|
415
|
-
* Sets the upper boundary of the
|
|
415
|
+
* Sets the upper boundary of the slider.
|
|
416
416
|
* If not set is the same as max value.
|
|
417
417
|
* ```html
|
|
418
418
|
* <igx-slider [step]="5" [upperBound]="20">
|
|
@@ -622,7 +622,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
622
622
|
*/
|
|
623
623
|
onFocus(): void;
|
|
624
624
|
/**
|
|
625
|
-
* Returns whether the
|
|
625
|
+
* Returns whether the slider type is RANGE.
|
|
626
626
|
* ```typescript
|
|
627
627
|
* @ViewChild("slider")
|
|
628
628
|
* public slider: IgxSliderComponent;
|
|
@@ -633,7 +633,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
633
633
|
*/
|
|
634
634
|
get isRange(): boolean;
|
|
635
635
|
/**
|
|
636
|
-
* Returns the lower value of a RANGE
|
|
636
|
+
* Returns the lower value of a RANGE slider.
|
|
637
637
|
* ```typescript
|
|
638
638
|
* @ViewChild("slider")
|
|
639
639
|
* public slider: IgxSliderComponent;
|
|
@@ -644,7 +644,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
644
644
|
*/
|
|
645
645
|
get lowerValue(): number;
|
|
646
646
|
/**
|
|
647
|
-
* Sets the lower value of a RANGE
|
|
647
|
+
* Sets the lower value of a RANGE slider.
|
|
648
648
|
* ```typescript
|
|
649
649
|
* @ViewChild("slider")
|
|
650
650
|
* public slider: IgxSliderComponent;
|
|
@@ -655,8 +655,8 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
655
655
|
*/
|
|
656
656
|
set lowerValue(value: number);
|
|
657
657
|
/**
|
|
658
|
-
* Returns the upper value of a RANGE
|
|
659
|
-
* Returns `value` of a SLIDER
|
|
658
|
+
* Returns the upper value of a RANGE slider.
|
|
659
|
+
* Returns `value` of a SLIDER slider
|
|
660
660
|
* ```typescript
|
|
661
661
|
* @ViewChild("slider2")
|
|
662
662
|
* public slider: IgxSliderComponent;
|
|
@@ -667,7 +667,7 @@ declare class IgxSliderComponent implements ControlValueAccessor, EditorProvider
|
|
|
667
667
|
*/
|
|
668
668
|
get upperValue(): number;
|
|
669
669
|
/**
|
|
670
|
-
* Sets the upper value of a RANGE
|
|
670
|
+
* Sets the upper value of a RANGE slider.
|
|
671
671
|
* ```typescript
|
|
672
672
|
* @ViewChild("slider2")
|
|
673
673
|
* public slider: IgxSliderComponent;
|
|
@@ -50,7 +50,7 @@ declare class IgxSnackbarComponent extends IgxNotificationsDirective implements
|
|
|
50
50
|
actionText?: string;
|
|
51
51
|
/**
|
|
52
52
|
* An event that will be emitted when the action button is clicked.
|
|
53
|
-
* Provides reference to the
|
|
53
|
+
* Provides reference to the snackbar as an argument.
|
|
54
54
|
* ```html
|
|
55
55
|
* <igx-snackbar (clicked)="clickedHandler($event)"></igx-snackbar>
|
|
56
56
|
* ```
|
|
@@ -99,7 +99,7 @@ declare class IgxSplitterPaneComponent {
|
|
|
99
99
|
minHeight: string;
|
|
100
100
|
/**
|
|
101
101
|
* @hidden @internal
|
|
102
|
-
* Gets/Sets the `maxHeight` properties of the current
|
|
102
|
+
* Gets/Sets the `maxHeight` properties of the current splitter pane.
|
|
103
103
|
*/
|
|
104
104
|
maxHeight: string;
|
|
105
105
|
/** @hidden @internal */
|
|
@@ -128,7 +128,7 @@ declare class IgxSplitterPaneComponent {
|
|
|
128
128
|
get element(): any;
|
|
129
129
|
/**
|
|
130
130
|
* @hidden @internal
|
|
131
|
-
* Gets the `flex` property of the current
|
|
131
|
+
* Gets the `flex` property of the current splitter pane.
|
|
132
132
|
*/
|
|
133
133
|
get flex(): string;
|
|
134
134
|
/**
|
|
@@ -267,7 +267,7 @@ declare class IgxSplitterComponent implements AfterContentInit {
|
|
|
267
267
|
private _type;
|
|
268
268
|
/**
|
|
269
269
|
* @hidden @internal
|
|
270
|
-
* A field that holds the initial size of the main
|
|
270
|
+
* A field that holds the initial size of the main splitter pane in each pair of panes divided by a splitter bar.
|
|
271
271
|
*/
|
|
272
272
|
private initialPaneSize;
|
|
273
273
|
/**
|
|
@@ -152,7 +152,7 @@ declare class IgxStepContentDirective {
|
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
/**
|
|
155
|
-
*
|
|
155
|
+
* Stepper provides a wizard-like workflow by dividing content into logical steps.
|
|
156
156
|
*
|
|
157
157
|
* @igxModule IgxStepperModule
|
|
158
158
|
*
|
|
@@ -565,7 +565,7 @@ declare class IgxStepperService {
|
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
/**
|
|
568
|
-
* The
|
|
568
|
+
* The step is used within the stepper element and it holds the content of each step.
|
|
569
569
|
* It also supports custom indicators, title and subtitle.
|
|
570
570
|
*
|
|
571
571
|
* @igxModule IgxStepperModule
|
|
@@ -456,7 +456,7 @@ declare class IgxTimePickerComponent extends PickerBaseDirective implements IgxT
|
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
|
-
* This file contains all the directives used by the @link
|
|
459
|
+
* This file contains all the directives used by the @link time picker.
|
|
460
460
|
* You should generally not use them directly.
|
|
461
461
|
*
|
|
462
462
|
* @preferred
|
|
@@ -4,7 +4,7 @@ import { IBaseCancelableBrowserEventArgs, IBaseEventArgs, ITreeResourceStrings }
|
|
|
4
4
|
import { ToggleAnimationSettings, ToggleAnimationPlayer } from 'igniteui-angular/expansion-panel';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
6
6
|
|
|
7
|
-
/** Comparer function that can be used when searching through
|
|
7
|
+
/** Comparer function that can be used when searching through tree node<any>[] */
|
|
8
8
|
type IgxTreeSearchResolver = (data: any, node: IgxTreeNode<any>) => boolean;
|
|
9
9
|
interface IgxTree {
|
|
10
10
|
/** @hidden @internal */
|
|
@@ -621,7 +621,7 @@ declare class IgxTreeExpandIndicatorDirective {
|
|
|
621
621
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxTreeExpandIndicatorDirective, "[igxTreeExpandIndicator]", never, {}, {}, never, never, true, never>;
|
|
622
622
|
}
|
|
623
623
|
/**
|
|
624
|
-
*
|
|
624
|
+
* Tree allows a developer to show a set of nodes in a hierarchical fashion.
|
|
625
625
|
*
|
|
626
626
|
* @igxModule IgxTreeModule
|
|
627
627
|
* @igxKeywords tree
|