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
|
@@ -402,7 +402,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
402
402
|
*/
|
|
403
403
|
get resourceStrings(): IInputResourceStrings;
|
|
404
404
|
/**
|
|
405
|
-
* Property that enables/disables the auto-generated class of the
|
|
405
|
+
* Property that enables/disables the auto-generated class of the input group.
|
|
406
406
|
* By default applied the class is applied.
|
|
407
407
|
* ```typescript
|
|
408
408
|
* @ViewChild("MyInputGroup")
|
|
@@ -421,8 +421,8 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
421
421
|
isFocused: boolean;
|
|
422
422
|
/**
|
|
423
423
|
* @hidden @internal
|
|
424
|
-
* When truthy, disables the
|
|
425
|
-
* Controlled by the underlying
|
|
424
|
+
* When truthy, disables the input group.
|
|
425
|
+
* Controlled by the underlying input.
|
|
426
426
|
* ```html
|
|
427
427
|
* <igx-input-group [disabled]="true"></igx-input-group>
|
|
428
428
|
* ```
|
|
@@ -468,15 +468,15 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
468
468
|
get textAreaClass(): boolean;
|
|
469
469
|
/**
|
|
470
470
|
* Sets how the input will be styled.
|
|
471
|
-
* Allowed values of type
|
|
471
|
+
* Allowed values of type input group type.
|
|
472
472
|
* ```html
|
|
473
473
|
* <igx-input-group [type]="'search'">
|
|
474
474
|
* ```
|
|
475
475
|
*/
|
|
476
476
|
set type(value: IgxInputGroupType);
|
|
477
477
|
/**
|
|
478
|
-
* Returns the type of the
|
|
479
|
-
* The default is `
|
|
478
|
+
* Returns the type of the input group. How the input is styled.
|
|
479
|
+
* The default is `box`.
|
|
480
480
|
* ```typescript
|
|
481
481
|
* @ViewChild("MyInputGroup")
|
|
482
482
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -488,7 +488,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
488
488
|
get type(): IgxInputGroupType;
|
|
489
489
|
/**
|
|
490
490
|
* Sets the theme of the input.
|
|
491
|
-
* Allowed values of type
|
|
491
|
+
* Allowed values of type input group theme.
|
|
492
492
|
* ```typescript
|
|
493
493
|
* @ViewChild("MyInputGroup")
|
|
494
494
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -499,7 +499,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
499
499
|
set theme(value: IgxTheme);
|
|
500
500
|
/**
|
|
501
501
|
* Returns the theme of the input.
|
|
502
|
-
* The returned value is of type
|
|
502
|
+
* The returned value is of type input group type.
|
|
503
503
|
* ```typescript
|
|
504
504
|
* @ViewChild("MyInputGroup")
|
|
505
505
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -516,7 +516,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
516
516
|
/** @hidden @internal */
|
|
517
517
|
hintClickHandler(event: MouseEvent): void;
|
|
518
518
|
/**
|
|
519
|
-
* Returns whether the
|
|
519
|
+
* Returns whether the input group has hints.
|
|
520
520
|
* ```typescript
|
|
521
521
|
* @ViewChild("MyInputGroup")
|
|
522
522
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -535,7 +535,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
535
535
|
/** @hidden @internal */
|
|
536
536
|
set suffixes(items: QueryList<IgxSuffixDirective>);
|
|
537
537
|
/**
|
|
538
|
-
* Returns whether the
|
|
538
|
+
* Returns whether the input group has border.
|
|
539
539
|
* ```typescript
|
|
540
540
|
* @ViewChild("MyInputGroup")
|
|
541
541
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -546,7 +546,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
546
546
|
*/
|
|
547
547
|
get hasBorder(): boolean;
|
|
548
548
|
/**
|
|
549
|
-
* Returns whether the
|
|
549
|
+
* Returns whether the input group type is line.
|
|
550
550
|
* ```typescript
|
|
551
551
|
* @ViewChild("MyInputGroup1")
|
|
552
552
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -557,7 +557,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
557
557
|
*/
|
|
558
558
|
get isTypeLine(): boolean;
|
|
559
559
|
/**
|
|
560
|
-
* Returns whether the
|
|
560
|
+
* Returns whether the input group type is box.
|
|
561
561
|
* ```typescript
|
|
562
562
|
* @ViewChild("MyInputGroup1")
|
|
563
563
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -582,7 +582,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
582
582
|
/** @hidden @internal */
|
|
583
583
|
get fileNames(): string;
|
|
584
584
|
/**
|
|
585
|
-
* Returns whether the
|
|
585
|
+
* Returns whether the input group type is border.
|
|
586
586
|
* ```typescript
|
|
587
587
|
* @ViewChild("MyInputGroup1")
|
|
588
588
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -593,7 +593,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
593
593
|
*/
|
|
594
594
|
get isTypeBorder(): boolean;
|
|
595
595
|
/**
|
|
596
|
-
* Returns true if the
|
|
596
|
+
* Returns true if the input group theme is Fluent.
|
|
597
597
|
* ```typescript
|
|
598
598
|
* @ViewChild("MyInputGroup1")
|
|
599
599
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -604,7 +604,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
604
604
|
*/
|
|
605
605
|
get isTypeFluent(): boolean;
|
|
606
606
|
/**
|
|
607
|
-
* Returns true if the
|
|
607
|
+
* Returns true if the input group theme is Bootstrap.
|
|
608
608
|
* ```typescript
|
|
609
609
|
* @ViewChild("MyInputGroup1")
|
|
610
610
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -615,7 +615,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
615
615
|
*/
|
|
616
616
|
get isTypeBootstrap(): boolean;
|
|
617
617
|
/**
|
|
618
|
-
* Returns true if the
|
|
618
|
+
* Returns true if the input group theme is Indigo.
|
|
619
619
|
* ```typescript
|
|
620
620
|
* @ViewChild("MyInputGroup1")
|
|
621
621
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -626,7 +626,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
626
626
|
*/
|
|
627
627
|
get isTypeIndigo(): boolean;
|
|
628
628
|
/**
|
|
629
|
-
* Returns whether the
|
|
629
|
+
* Returns whether the input group type is search.
|
|
630
630
|
* ```typescript
|
|
631
631
|
* @ViewChild("MyInputGroup1")
|
|
632
632
|
* public inputGroup: IgxInputGroupComponent;
|
|
@@ -191,7 +191,7 @@ declare class IgxListItemComponent implements IListChild {
|
|
|
191
191
|
get contentElement(): any;
|
|
192
192
|
/**
|
|
193
193
|
* Returns the `context` object which represents the `template context` binding into the `list item container`
|
|
194
|
-
* by providing the `$implicit` declaration which is the
|
|
194
|
+
* by providing the `$implicit` declaration which is the list item itself.
|
|
195
195
|
* ```typescript
|
|
196
196
|
* let listItemComponent = this.listItem.context;
|
|
197
197
|
* ```
|
|
@@ -444,7 +444,7 @@ declare class IgxListComponent extends IgxListBaseDirective {
|
|
|
444
444
|
* Sets/gets the empty list template.
|
|
445
445
|
*
|
|
446
446
|
* @remarks
|
|
447
|
-
* This template is used by
|
|
447
|
+
* This template is used by list in case there are no list items
|
|
448
448
|
* defined and `isLoading` is set to `false`.
|
|
449
449
|
*
|
|
450
450
|
* @example
|
|
@@ -464,7 +464,7 @@ declare class IgxListComponent extends IgxListBaseDirective {
|
|
|
464
464
|
* Sets/gets the list loading template.
|
|
465
465
|
*
|
|
466
466
|
* @remarks
|
|
467
|
-
* This template is used by
|
|
467
|
+
* This template is used by list in case there are no list items defined and `isLoading` is set to `true`.
|
|
468
468
|
*
|
|
469
469
|
* @example
|
|
470
470
|
* ```html
|
|
@@ -642,7 +642,7 @@ declare class IgxListComponent extends IgxListBaseDirective {
|
|
|
642
642
|
* Event emitted when a pan item is returned to its original position.
|
|
643
643
|
*
|
|
644
644
|
* @remarks
|
|
645
|
-
* Provides a reference to an object of type
|
|
645
|
+
* Provides a reference to an object of type list as an event argument.
|
|
646
646
|
*
|
|
647
647
|
* @example
|
|
648
648
|
* ```html
|
|
@@ -655,7 +655,7 @@ declare class IgxListComponent extends IgxListBaseDirective {
|
|
|
655
655
|
* Event emitted when a pan gesture is executed on a list item.
|
|
656
656
|
*
|
|
657
657
|
* @remarks
|
|
658
|
-
* Provides references to the
|
|
658
|
+
* Provides references to the list item and list pan state as event arguments.
|
|
659
659
|
*
|
|
660
660
|
* @example
|
|
661
661
|
* ```html
|
|
@@ -667,7 +667,7 @@ declare class IgxListComponent extends IgxListBaseDirective {
|
|
|
667
667
|
* Event emitted when a list item is clicked.
|
|
668
668
|
*
|
|
669
669
|
* @remarks
|
|
670
|
-
* Provides references to the
|
|
670
|
+
* Provides references to the list item and `Event` as event arguments.
|
|
671
671
|
*
|
|
672
672
|
* @example
|
|
673
673
|
* ```html
|
|
@@ -750,7 +750,7 @@ declare class IgxListComponent extends IgxListBaseDirective {
|
|
|
750
750
|
*
|
|
751
751
|
* @remarks
|
|
752
752
|
* Gets the `context` object which represents the `template context` binding into the `list container`
|
|
753
|
-
* by providing the `$implicit` declaration which is the
|
|
753
|
+
* by providing the `$implicit` declaration which is the list itself.
|
|
754
754
|
*
|
|
755
755
|
* @example
|
|
756
756
|
* ```typescript
|
|
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { EventEmitter } from '@angular/core';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Action icon is a container for the action nav icon of the navbar.
|
|
6
6
|
*/
|
|
7
7
|
declare class IgxNavbarActionDirective {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxNavbarActionDirective, never>;
|
|
@@ -37,14 +37,14 @@ declare class IgxNavbarComponent {
|
|
|
37
37
|
*/
|
|
38
38
|
id: string;
|
|
39
39
|
/**
|
|
40
|
-
* Sets the icon of the
|
|
40
|
+
* Sets the icon of the navbar.
|
|
41
41
|
* ```html
|
|
42
42
|
* <igx-navbar [title]="currentView" actionButtonIcon="arrow_back"></igx-navbar>
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
45
45
|
actionButtonIcon: string;
|
|
46
46
|
/**
|
|
47
|
-
* Sets the title of the
|
|
47
|
+
* Sets the title of the navbar.
|
|
48
48
|
* ```html
|
|
49
49
|
* <igx-navbar title="Sample App" actionButtonIcon="menu">
|
|
50
50
|
* ```
|
|
@@ -52,7 +52,7 @@ declare class IgxNavbarComponent {
|
|
|
52
52
|
title: string;
|
|
53
53
|
/**
|
|
54
54
|
* The event that will be thrown when the action is executed,
|
|
55
|
-
* provides reference to the
|
|
55
|
+
* provides reference to the navbar component as argument
|
|
56
56
|
* ```typescript
|
|
57
57
|
* public actionExc(event){
|
|
58
58
|
* alert("Action Execute!");
|
|
@@ -65,7 +65,7 @@ declare class IgxNavbarComponent {
|
|
|
65
65
|
*/
|
|
66
66
|
action: EventEmitter<IgxNavbarComponent>;
|
|
67
67
|
/**
|
|
68
|
-
* Sets the titleId of the
|
|
68
|
+
* Sets the titleId of the navbar. If not set it will be automatically generated.
|
|
69
69
|
* ```html
|
|
70
70
|
* <igx-navbar [titleId]="'igx-navbar-7'" title="Sample App" actionButtonIcon="menu">
|
|
71
71
|
* ```
|
|
@@ -81,14 +81,14 @@ declare class IgxNavbarComponent {
|
|
|
81
81
|
protected titleContent: IgxNavbarTitleDirective;
|
|
82
82
|
private isVisible;
|
|
83
83
|
/**
|
|
84
|
-
* Sets whether the action button of the
|
|
84
|
+
* Sets whether the action button of the navbar is visible.
|
|
85
85
|
* ```html
|
|
86
86
|
* <igx-navbar [title]="currentView" [isActionButtonVisible]="'false'"></igx-navbar>
|
|
87
87
|
* ```
|
|
88
88
|
*/
|
|
89
89
|
set isActionButtonVisible(value: boolean);
|
|
90
90
|
/**
|
|
91
|
-
* Returns whether the
|
|
91
|
+
* Returns whether the navbar action button is visible, true/false.
|
|
92
92
|
* ```typescript
|
|
93
93
|
* @ViewChild("MyChild")
|
|
94
94
|
* public navBar: IgxNavbarComponent;
|
|
@@ -199,7 +199,7 @@ declare class IgxPaginatorComponent implements IgxPaginatorToken {
|
|
|
199
199
|
get isLastPageDisabled(): boolean;
|
|
200
200
|
get nativeElement(): any;
|
|
201
201
|
/**
|
|
202
|
-
* Goes to the next page of the
|
|
202
|
+
* Goes to the next page of the paginator, if the paginator is not already at the last page.
|
|
203
203
|
* ```typescript
|
|
204
204
|
* this.paginator.nextPage();
|
|
205
205
|
* ```
|
|
@@ -208,7 +208,7 @@ declare class IgxPaginatorComponent implements IgxPaginatorToken {
|
|
|
208
208
|
*/
|
|
209
209
|
nextPage(): void;
|
|
210
210
|
/**
|
|
211
|
-
* Goes to the previous page of the
|
|
211
|
+
* Goes to the previous page of the paginator, if the paginator is not already at the first page.
|
|
212
212
|
* ```typescript
|
|
213
213
|
* this.paginator.previousPage();
|
|
214
214
|
* ```
|
|
@@ -168,7 +168,7 @@ declare abstract class BaseProgressDirective {
|
|
|
168
168
|
*/
|
|
169
169
|
protected get hasFraction(): boolean;
|
|
170
170
|
/**
|
|
171
|
-
* Returns the
|
|
171
|
+
* Returns the linear progress bar/circular progress bar value in percentage.
|
|
172
172
|
* ```typescript
|
|
173
173
|
* @ViewChild("MyProgressBar")
|
|
174
174
|
* public progressBar: IgxLinearProgressBarComponent / IgxCircularProgressBarComponent
|
|
@@ -180,7 +180,7 @@ declare abstract class BaseProgressDirective {
|
|
|
180
180
|
*/
|
|
181
181
|
get valueInPercent(): number;
|
|
182
182
|
/**
|
|
183
|
-
* Returns value that indicates the current
|
|
183
|
+
* Returns value that indicates the current linear progress bar/circular progress bar position.
|
|
184
184
|
* ```typescript
|
|
185
185
|
* @ViewChild("MyProgressBar")
|
|
186
186
|
* public progressBar: IgxLinearProgressBarComponent / IgxCircularProgressBarComponent;
|
|
@@ -197,7 +197,7 @@ declare abstract class BaseProgressDirective {
|
|
|
197
197
|
protected _updateProgressValues(): void;
|
|
198
198
|
private _resetCounterValues;
|
|
199
199
|
/**
|
|
200
|
-
* Set value that indicates the current
|
|
200
|
+
* Set value that indicates the current linear progress bar / circular progress bar position.
|
|
201
201
|
* ```html
|
|
202
202
|
* <igx-linear-bar [value]="50"></igx-linear-bar>
|
|
203
203
|
* <igx-circular-bar [value]="50"></igx-circular-bar>
|
|
@@ -213,7 +213,7 @@ declare class IgxLinearProgressBarComponent extends BaseProgressDirective implem
|
|
|
213
213
|
valueMin: number;
|
|
214
214
|
cssClass: string;
|
|
215
215
|
/**
|
|
216
|
-
* Set
|
|
216
|
+
* Set linear progress bar to have striped style. By default it is set to false.
|
|
217
217
|
* ```html
|
|
218
218
|
* <igx-linear-bar [striped]="true" [max]="200" [value]="50"></igx-linear-bar>
|
|
219
219
|
* ```
|
|
@@ -248,7 +248,7 @@ declare class IgxLinearProgressBarComponent extends BaseProgressDirective implem
|
|
|
248
248
|
get hasText(): boolean;
|
|
249
249
|
/**
|
|
250
250
|
* Set the position that defines where the text is aligned.
|
|
251
|
-
* Possible options - `
|
|
251
|
+
* Possible options - `START` (default), `CENTER`, `END`.
|
|
252
252
|
* ```typescript
|
|
253
253
|
* public positionCenter: IgxTextAlign;
|
|
254
254
|
* public ngOnInit() {
|
|
@@ -276,7 +276,7 @@ declare class IgxLinearProgressBarComponent extends BaseProgressDirective implem
|
|
|
276
276
|
*/
|
|
277
277
|
textTop: boolean;
|
|
278
278
|
/**
|
|
279
|
-
* Set type of the
|
|
279
|
+
* Set type of the linear progress bar. Possible options - `default`, `success`, `info`, `warning`, and `error`.
|
|
280
280
|
* ```html
|
|
281
281
|
* <igx-linear-bar [type]="'error'"></igx-linear-bar>
|
|
282
282
|
* ```
|
|
@@ -353,7 +353,7 @@ declare class IgxCircularProgressBarComponent extends BaseProgressDirective impl
|
|
|
353
353
|
*/
|
|
354
354
|
get textContent(): string;
|
|
355
355
|
/**
|
|
356
|
-
* Set type of the
|
|
356
|
+
* Set type of the circular progress bar. Possible options - `default`, `success`, `info`, `warning`, and `error`.
|
|
357
357
|
* ```html
|
|
358
358
|
* <igx-circular-bar [type]="'error'"></igx-circular-bar>
|
|
359
359
|
* ```
|
|
@@ -20,7 +20,7 @@ declare class IgxQueryBuilderHeaderComponent {
|
|
|
20
20
|
*/
|
|
21
21
|
get getClass(): string;
|
|
22
22
|
/**
|
|
23
|
-
* Sets the title of the
|
|
23
|
+
* Sets the title of the query builder header.
|
|
24
24
|
*
|
|
25
25
|
* @example
|
|
26
26
|
* ```html
|
|
@@ -720,7 +720,7 @@ declare class IgxQueryBuilderComponent implements OnDestroy {
|
|
|
720
720
|
*/
|
|
721
721
|
showEntityChangeDialog: boolean;
|
|
722
722
|
/**
|
|
723
|
-
* Gets the list of entities available for the
|
|
723
|
+
* Gets the list of entities available for the query builder.
|
|
724
724
|
*
|
|
725
725
|
* Each entity describes a logical group of fields that can be used in queries.
|
|
726
726
|
* An entity can optionally have child entities, allowing nested sub-queries.
|
|
@@ -729,7 +729,7 @@ declare class IgxQueryBuilderComponent implements OnDestroy {
|
|
|
729
729
|
*/
|
|
730
730
|
get entities(): EntityType[];
|
|
731
731
|
/**
|
|
732
|
-
* Sets the list of entities for the
|
|
732
|
+
* Sets the list of entities for the query builder.
|
|
733
733
|
* If the `expressionTree` is defined, it will be recreated with the new entities.
|
|
734
734
|
*
|
|
735
735
|
* Each entity should be an {@link EntityType} object describing the fields and optionally child entities.
|
|
@@ -186,11 +186,11 @@ declare class IgxRadioGroupDirective implements ControlValueAccessor, OnDestroy,
|
|
|
186
186
|
*/
|
|
187
187
|
get radioButtons(): QueryList<IgxRadioComponent>;
|
|
188
188
|
/**
|
|
189
|
-
* Sets/gets the
|
|
189
|
+
* Sets/gets the value attribute.
|
|
190
190
|
*
|
|
191
191
|
* @example
|
|
192
192
|
* ```html
|
|
193
|
-
* <igx-radio-group [value]
|
|
193
|
+
* <igx-radio-group [value]="'radioButtonValue'"></igx-radio-group>
|
|
194
194
|
* ```
|
|
195
195
|
*/
|
|
196
196
|
get value(): any;
|
|
@@ -243,10 +243,10 @@ declare class IgxRadioGroupDirective implements ControlValueAccessor, OnDestroy,
|
|
|
243
243
|
get invalid(): boolean;
|
|
244
244
|
set invalid(value: boolean);
|
|
245
245
|
/**
|
|
246
|
-
* An event that is emitted after the radio group
|
|
246
|
+
* An event that is emitted after the radio group value is changed.
|
|
247
247
|
*
|
|
248
248
|
* @remarks
|
|
249
|
-
* Provides references to the selected
|
|
249
|
+
* Provides references to the selected radio and the value property as event arguments.
|
|
250
250
|
*
|
|
251
251
|
* @example
|
|
252
252
|
* ```html
|
|
@@ -376,7 +376,7 @@ declare class IgxRadioGroupDirective implements ControlValueAccessor, OnDestroy,
|
|
|
376
376
|
*
|
|
377
377
|
* @remarks
|
|
378
378
|
* Checks whether the provided value is consistent to the current radio button.
|
|
379
|
-
* If it is, the checked attribute will have value `true` and selected property will contain the selected
|
|
379
|
+
* If it is, the checked attribute will have value `true` and selected property will contain the selected radio.
|
|
380
380
|
*
|
|
381
381
|
* @example
|
|
382
382
|
* ```typescript
|
|
@@ -4,7 +4,7 @@ import { IgxDropDownGroupComponent, IgxDropDownItemComponent, IgxDropDownBaseDir
|
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
5
5
|
import { AfterContentInit, OnInit, AfterViewInit, OnDestroy, AfterContentChecked, QueryList, EventEmitter, TemplateRef } from '@angular/core';
|
|
6
6
|
import { ControlValueAccessor } from '@angular/forms';
|
|
7
|
-
import { OverlaySettings, EditorProvider, IgxOverlayService, IBaseCancelableBrowserEventArgs, IBaseEventArgs } from 'igniteui-angular/core';
|
|
7
|
+
import { OverlaySettings, EditorProvider, IgxOverlayService, IBaseCancelableBrowserEventArgs, IBaseEventArgs, BaseFitPositionStrategy, IPositionStrategy, PositionSettings, Size, Point, ConnectedFit } from 'igniteui-angular/core';
|
|
8
8
|
import { ToggleViewCancelableEventArgs, ToggleViewEventArgs } from 'igniteui-angular/directives';
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -123,9 +123,9 @@ declare class IgxSelectComponent extends IgxDropDownComponent implements IgxSele
|
|
|
123
123
|
*/
|
|
124
124
|
disabled: boolean;
|
|
125
125
|
/**
|
|
126
|
-
* Sets custom
|
|
126
|
+
* Sets custom overlay settings for the select component.
|
|
127
127
|
* ```html
|
|
128
|
-
* <igx-select [overlaySettings]
|
|
128
|
+
* <igx-select [overlaySettings]="customOverlaySettings"></igx-select>
|
|
129
129
|
* ```
|
|
130
130
|
*/
|
|
131
131
|
overlaySettings: OverlaySettings;
|
|
@@ -257,9 +257,9 @@ declare class IgxSelectComponent extends IgxDropDownComponent implements IgxSele
|
|
|
257
257
|
set value(v: any);
|
|
258
258
|
/**
|
|
259
259
|
* Sets how the select will be styled.
|
|
260
|
-
* The allowed values are `line`, `box` and `border`.
|
|
260
|
+
* The allowed values are `line`, `box` and `border`. Defaults to `box` if no input-group type is set.
|
|
261
261
|
* ```html
|
|
262
|
-
* <igx-select [type]="'
|
|
262
|
+
* <igx-select [type]="'border'"></igx-select>
|
|
263
263
|
* ```
|
|
264
264
|
*/
|
|
265
265
|
get type(): IgxInputGroupType;
|
|
@@ -292,7 +292,7 @@ declare class IgxSelectComponent extends IgxDropDownComponent implements IgxSele
|
|
|
292
292
|
* ```
|
|
293
293
|
*/
|
|
294
294
|
open(overlaySettings?: OverlaySettings): void;
|
|
295
|
-
inputGroupClick(event: MouseEvent, overlaySettings?: OverlaySettings): void;
|
|
295
|
+
protected inputGroupClick(event: MouseEvent, overlaySettings?: OverlaySettings): void;
|
|
296
296
|
/** @hidden @internal */
|
|
297
297
|
ngAfterContentInit(): void;
|
|
298
298
|
/**
|
|
@@ -335,12 +335,96 @@ declare class IgxSelectComponent extends IgxDropDownComponent implements IgxSele
|
|
|
335
335
|
private get hasValidators();
|
|
336
336
|
protected navigate(direction: Navigate, currentIndex?: number): void;
|
|
337
337
|
protected manageRequiredAsterisk(): void;
|
|
338
|
+
private getMergedOverlaySettings;
|
|
338
339
|
private setSelection;
|
|
339
340
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxSelectComponent, never>;
|
|
340
341
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxSelectComponent, "igx-select", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "overlaySettings": { "alias": "overlaySettings"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "opening": "opening"; "opened": "opened"; "closing": "closing"; "closed": "closed"; }, ["label", "toggleIconTemplate", "headerTemplate", "footerTemplate", "hintElement", "children", "prefixes", "suffixes"], ["[igxLabel]", "igx-prefix,[igxPrefix]", "igx-suffix,[igxSuffix]", "igx-hint, [igxHint]", "*", "igx-select-item, igx-select-item-group"], true, never>;
|
|
341
342
|
static ngAcceptInputType_disabled: unknown;
|
|
342
343
|
}
|
|
343
344
|
|
|
345
|
+
/**
|
|
346
|
+
* Positions the select dropdown so that the active item's text overlaps
|
|
347
|
+
* the value displayed in the select input box.
|
|
348
|
+
*/
|
|
349
|
+
declare class IgxSelectOverlapPositionStrategy extends BaseFitPositionStrategy implements IPositionStrategy {
|
|
350
|
+
private select;
|
|
351
|
+
private _selectDefaultSettings;
|
|
352
|
+
private global_yOffset;
|
|
353
|
+
private global_xOffset;
|
|
354
|
+
private global_styles;
|
|
355
|
+
/** @hidden @internal */
|
|
356
|
+
isItemOverlapPositioning: boolean;
|
|
357
|
+
constructor(select: IgxSelectComponent, settings?: PositionSettings);
|
|
358
|
+
/**
|
|
359
|
+
* Position the element based on the PositionStrategy implementing this interface.
|
|
360
|
+
*
|
|
361
|
+
* @param contentElement The HTML element to be positioned
|
|
362
|
+
* @param size Size of the element
|
|
363
|
+
* @param document reference to the Document object
|
|
364
|
+
* @param initialCall should be true if this is the initial call to the method
|
|
365
|
+
* @param target attaching target for the component to show
|
|
366
|
+
* ```typescript
|
|
367
|
+
* settings.positionStrategy.position(content, size, document, true);
|
|
368
|
+
* ```
|
|
369
|
+
*/
|
|
370
|
+
position(contentElement: HTMLElement, _size: Size, document?: Document, initialCall?: boolean, target?: Point | HTMLElement): void;
|
|
371
|
+
/**
|
|
372
|
+
* Obtain the selected item if there is such one or otherwise use the first one
|
|
373
|
+
*/
|
|
374
|
+
private getInteractionItemElement;
|
|
375
|
+
/**
|
|
376
|
+
* Position the items outer container so selected item text is positioned over input text and if header
|
|
377
|
+
* And/OR footer - both header/footer are visible
|
|
378
|
+
*
|
|
379
|
+
* @param selectFit selectFit to use for computation.
|
|
380
|
+
*/
|
|
381
|
+
protected fitInViewport(_contentElement: HTMLElement, selectFit: SelectFit): void;
|
|
382
|
+
/**
|
|
383
|
+
* Sets element's style which effectively positions the provided element
|
|
384
|
+
*
|
|
385
|
+
* @param element Element to position
|
|
386
|
+
* @param selectFit selectFit to use for computation.
|
|
387
|
+
* @param initialCall should be true if this is the initial call to the position method calling setStyles
|
|
388
|
+
*/
|
|
389
|
+
protected setStyles(contentElement: HTMLElement, selectFit: SelectFit): void;
|
|
390
|
+
/**
|
|
391
|
+
* Calculate selected item scroll position.
|
|
392
|
+
*/
|
|
393
|
+
private calculateScrollAmount;
|
|
394
|
+
/**
|
|
395
|
+
* Calculate the necessary input and selected item styles to be used for positioning item text over input text.
|
|
396
|
+
* Calculate & Set default items container width.
|
|
397
|
+
*
|
|
398
|
+
* @param selectFit selectFit to use for computation.
|
|
399
|
+
*/
|
|
400
|
+
private calculateStyles;
|
|
401
|
+
/**
|
|
402
|
+
* Calculate how much to offset the overlay container for Y-axis.
|
|
403
|
+
*/
|
|
404
|
+
private calculateYoffset;
|
|
405
|
+
/**
|
|
406
|
+
* Calculate how much to offset the overlay container for X-axis.
|
|
407
|
+
*/
|
|
408
|
+
private calculateXoffset;
|
|
409
|
+
}
|
|
410
|
+
/** @hidden */
|
|
411
|
+
interface SelectFit extends ConnectedFit {
|
|
412
|
+
itemElement?: HTMLElement;
|
|
413
|
+
scrollContainer: HTMLElement;
|
|
414
|
+
scrollContainerRect: ClientRect;
|
|
415
|
+
itemRect?: ClientRect;
|
|
416
|
+
styles?: SelectStyles;
|
|
417
|
+
scrollAmount?: number;
|
|
418
|
+
}
|
|
419
|
+
/** @hidden */
|
|
420
|
+
interface SelectStyles {
|
|
421
|
+
itemTextPadding?: number;
|
|
422
|
+
itemTextIndent?: number;
|
|
423
|
+
itemTextToInputTextDiff?: number;
|
|
424
|
+
contentElementNewWidth?: number;
|
|
425
|
+
numericLeftPadding?: number;
|
|
426
|
+
}
|
|
427
|
+
|
|
344
428
|
declare const IGX_SELECT_DIRECTIVES: readonly [typeof IgxSelectComponent, typeof IgxSelectItemComponent, typeof IgxSelectGroupComponent, typeof IgxSelectHeaderDirective, typeof IgxSelectFooterDirective, typeof IgxSelectToggleIconDirective, typeof IgxLabelDirective, typeof IgxPrefixDirective, typeof IgxSuffixDirective, typeof IgxHintDirective];
|
|
345
429
|
|
|
346
430
|
/**
|
|
@@ -354,4 +438,4 @@ declare class IgxSelectModule {
|
|
|
354
438
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgxSelectModule>;
|
|
355
439
|
}
|
|
356
440
|
|
|
357
|
-
export { IGX_SELECT_DIRECTIVES, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective };
|
|
441
|
+
export { IGX_SELECT_DIRECTIVES, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectOverlapPositionStrategy, IgxSelectToggleIconDirective };
|