igniteui-angular 21.0.3 → 21.1.0-alpha.1
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/LICENSE +1 -0
- package/README.md +5 -6
- package/fesm2022/igniteui-angular-action-strip.mjs +39 -34
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-banner.mjs +64 -59
- package/fesm2022/igniteui-angular-banner.mjs.map +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs +182 -161
- package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-carousel.mjs +7 -3
- package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs +140 -136
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-combo.mjs +360 -356
- package/fesm2022/igniteui-angular-combo.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs +420 -618
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +124 -32
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-directives.mjs +15 -10
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +75 -57
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +71 -62
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs +51 -6
- package/fesm2022/igniteui-angular-grids-hierarchical-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs +6 -1
- package/fesm2022/igniteui-angular-grids-pivot-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs +8 -8
- package/fesm2022/igniteui-angular-grids-tree-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-input-group.mjs +8 -4
- package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-list.mjs +24 -19
- package/fesm2022/igniteui-angular-list.mjs.map +1 -1
- package/fesm2022/igniteui-angular-paginator.mjs +71 -66
- package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +51 -36
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs +50 -8
- package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tree.mjs +64 -61
- package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
- package/lib/core/styles/components/calendar/_calendar-theme.scss +2 -0
- package/lib/core/styles/components/grid/_grid-theme.scss +2 -1
- package/lib/core/styles/components/slider/_slider-theme.scss +0 -1
- package/lib/core/styles/components/tabs/_tabs-theme.scss +2 -1
- package/package.json +3 -2
- package/schematics/tsconfig.tsbuildinfo +1 -1
- package/schematics/utils/dependency-handler.js +1 -0
- package/styles/igniteui-angular-dark.css +1 -1
- package/styles/igniteui-angular.css +1 -1
- package/styles/igniteui-bootstrap-dark.css +1 -1
- package/styles/igniteui-bootstrap-light.css +1 -1
- package/styles/igniteui-dark-green.css +1 -1
- package/styles/igniteui-fluent-dark-excel.css +1 -1
- package/styles/igniteui-fluent-dark-word.css +1 -1
- package/styles/igniteui-fluent-dark.css +1 -1
- package/styles/igniteui-fluent-light-excel.css +1 -1
- package/styles/igniteui-fluent-light-word.css +1 -1
- package/styles/igniteui-fluent-light.css +1 -1
- package/styles/igniteui-indigo-dark.css +1 -1
- package/styles/igniteui-indigo-light.css +1 -1
- package/styles/maps/igniteui-angular-dark.css.map +1 -1
- package/styles/maps/igniteui-angular.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
- package/styles/maps/igniteui-dark-green.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-light.css.map +1 -1
- package/styles/maps/igniteui-indigo-dark.css.map +1 -1
- package/styles/maps/igniteui-indigo-light.css.map +1 -1
- package/types/igniteui-angular-action-strip.d.ts +3 -0
- package/types/igniteui-angular-banner.d.ts +3 -0
- package/types/igniteui-angular-calendar.d.ts +37 -47
- package/types/igniteui-angular-carousel.d.ts +1 -0
- package/types/igniteui-angular-chips.d.ts +2 -0
- package/types/igniteui-angular-combo.d.ts +4 -2
- package/types/igniteui-angular-core.d.ts +152 -397
- package/types/igniteui-angular-date-picker.d.ts +22 -4
- package/types/igniteui-angular-directives.d.ts +8 -4
- package/types/igniteui-angular-grids-core.d.ts +18 -8
- package/types/igniteui-angular-grids-grid.d.ts +9 -7
- package/types/igniteui-angular-grids-hierarchical-grid.d.ts +20 -3
- package/types/igniteui-angular-input-group.d.ts +1 -0
- package/types/igniteui-angular-list.d.ts +3 -0
- package/types/igniteui-angular-paginator.d.ts +3 -0
- package/types/igniteui-angular-query-builder.d.ts +8 -0
- package/types/igniteui-angular-time-picker.d.ts +7 -2
- package/types/igniteui-angular-tree.d.ts +2 -1
|
@@ -8,6 +8,7 @@ import { IFormattingViews, IFormattingOptions, IgxCalendarComponent, IgxCalendar
|
|
|
8
8
|
import * as i3 from 'igniteui-angular/input-group';
|
|
9
9
|
import { IgxInputGroupType, IgxPrefixDirective, IgxSuffixDirective, IgxInputGroupComponent, IgxLabelDirective, IgxHintDirective, IgxInputDirective, IgxInputState } from 'igniteui-angular/input-group';
|
|
10
10
|
import { Subject } from 'rxjs';
|
|
11
|
+
import { IResourceChangeEventArgs } from 'igniteui-i18n-core';
|
|
11
12
|
import { IgxDateTimeEditorDirective } from 'igniteui-angular/directives';
|
|
12
13
|
|
|
13
14
|
/**
|
|
@@ -23,6 +24,7 @@ declare abstract class PickerBaseDirective implements IToggleView, EditorProvide
|
|
|
23
24
|
element: ElementRef<any>;
|
|
24
25
|
protected _localeId: string;
|
|
25
26
|
protected _inputGroupType: IgxInputGroupType;
|
|
27
|
+
protected i18nFormatter: i2.BaseFormatter;
|
|
26
28
|
/**
|
|
27
29
|
* The editor's input mask.
|
|
28
30
|
*
|
|
@@ -34,7 +36,8 @@ declare abstract class PickerBaseDirective implements IToggleView, EditorProvide
|
|
|
34
36
|
* <igx-date-picker inputFormat="dd/MM/yy"></igx-date-picker>
|
|
35
37
|
* ```
|
|
36
38
|
*/
|
|
37
|
-
inputFormat: string;
|
|
39
|
+
set inputFormat(value: string);
|
|
40
|
+
get inputFormat(): string;
|
|
38
41
|
/**
|
|
39
42
|
* The format used to display the picker's value when it's not being edited.
|
|
40
43
|
*
|
|
@@ -47,7 +50,8 @@ declare abstract class PickerBaseDirective implements IToggleView, EditorProvide
|
|
|
47
50
|
* ```
|
|
48
51
|
*
|
|
49
52
|
*/
|
|
50
|
-
displayFormat: string;
|
|
53
|
+
set displayFormat(value: string);
|
|
54
|
+
get displayFormat(): string;
|
|
51
55
|
/**
|
|
52
56
|
* Sets the `placeholder` of the picker's input.
|
|
53
57
|
*
|
|
@@ -210,6 +214,9 @@ declare abstract class PickerBaseDirective implements IToggleView, EditorProvide
|
|
|
210
214
|
protected suffixes: QueryList<IgxSuffixDirective>;
|
|
211
215
|
protected inputGroup: IgxInputGroupComponent;
|
|
212
216
|
protected _locale: string;
|
|
217
|
+
protected _defaultLocale: string;
|
|
218
|
+
protected _inputFormat: string;
|
|
219
|
+
protected _displayFormat: string;
|
|
213
220
|
protected _collapsed: boolean;
|
|
214
221
|
protected _type: IgxInputGroupType;
|
|
215
222
|
protected _minValue: Date | string;
|
|
@@ -243,6 +250,9 @@ declare abstract class PickerBaseDirective implements IToggleView, EditorProvide
|
|
|
243
250
|
ngOnDestroy(): void;
|
|
244
251
|
/** Subscribes to the click events of toggle/clear icons in a query */
|
|
245
252
|
private subToIconsClicked;
|
|
253
|
+
protected initLocale(): void;
|
|
254
|
+
protected onResourceChange(args: CustomEvent<IResourceChangeEventArgs>): void;
|
|
255
|
+
protected updateResources(): void;
|
|
246
256
|
abstract select(value: Date | DateRange | string): void;
|
|
247
257
|
abstract open(settings?: OverlaySettings): void;
|
|
248
258
|
abstract toggle(settings?: OverlaySettings): void;
|
|
@@ -273,6 +283,7 @@ declare class IgxDatePickerComponent extends PickerBaseDirective implements Cont
|
|
|
273
283
|
private _renderer;
|
|
274
284
|
private platform;
|
|
275
285
|
private cdr;
|
|
286
|
+
private _i18nFormatter;
|
|
276
287
|
/**
|
|
277
288
|
* Gets/Sets whether the inactive dates will be hidden.
|
|
278
289
|
*
|
|
@@ -658,6 +669,7 @@ declare class IgxDatePickerComponent extends PickerBaseDirective implements Cont
|
|
|
658
669
|
private getMinMaxDates;
|
|
659
670
|
private setDisabledDates;
|
|
660
671
|
private _initializeCalendarContainer;
|
|
672
|
+
protected updateResources(): void;
|
|
661
673
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxDatePickerComponent, never>;
|
|
662
674
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxDatePickerComponent, "igx-date-picker", never, { "hideOutsideDays": { "alias": "hideOutsideDays"; "required": false; }; "displayMonthsCount": { "alias": "displayMonthsCount"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "showWeekNumbers": { "alias": "showWeekNumbers"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; "formatter": { "alias": "formatter"; "required": false; }; "todayButtonLabel": { "alias": "todayButtonLabel"; "required": false; }; "cancelButtonLabel": { "alias": "cancelButtonLabel"; "required": false; }; "spinLoop": { "alias": "spinLoop"; "required": false; }; "spinDelta": { "alias": "spinDelta"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "id": { "alias": "id"; "required": false; }; "formatViews": { "alias": "formatViews"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "specialDates": { "alias": "specialDates"; "required": false; }; "calendarFormat": { "alias": "calendarFormat"; "required": false; }; "value": { "alias": "value"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "valueChange": "valueChange"; "validationFailed": "validationFailed"; }, ["label", "headerTitleTemplate", "headerTemplate", "subheaderTemplate", "pickerActions"], ["[igxLabel]", "igx-prefix,[igxPrefix]", "igx-suffix,[igxSuffix]", "igx-hint,[igxHint]"], true, never>;
|
|
663
675
|
static ngAcceptInputType_hideOutsideDays: unknown;
|
|
@@ -694,6 +706,7 @@ declare const IGX_DATE_PICKER_DIRECTIVES: readonly [typeof IgxDatePickerComponen
|
|
|
694
706
|
|
|
695
707
|
/** @hidden @internal */
|
|
696
708
|
declare class DateRangePickerFormatPipe implements PipeTransform {
|
|
709
|
+
private i18nFormatter;
|
|
697
710
|
transform(values: DateRange, appliedFormat?: string, locale?: string, formatter?: (_: DateRange) => string): string;
|
|
698
711
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerFormatPipe, never>;
|
|
699
712
|
static ɵpipe: i0.ɵɵPipeDeclaration<DateRangePickerFormatPipe, "dateRange", true>;
|
|
@@ -927,7 +940,8 @@ declare class IgxDateRangePickerComponent extends PickerBaseDirective implements
|
|
|
927
940
|
* ```
|
|
928
941
|
*
|
|
929
942
|
*/
|
|
930
|
-
displayFormat: string;
|
|
943
|
+
set displayFormat(value: string);
|
|
944
|
+
get displayFormat(): string;
|
|
931
945
|
/**
|
|
932
946
|
* The expected user input format and placeholder.
|
|
933
947
|
*
|
|
@@ -936,7 +950,8 @@ declare class IgxDateRangePickerComponent extends PickerBaseDirective implements
|
|
|
936
950
|
* <igx-date-range-picker inputFormat="dd/MM/yy"></igx-date-range-picker>
|
|
937
951
|
* ```
|
|
938
952
|
*/
|
|
939
|
-
inputFormat: string;
|
|
953
|
+
set inputFormat(value: string);
|
|
954
|
+
get inputFormat(): string;
|
|
940
955
|
/**
|
|
941
956
|
* The minimum value in a valid range.
|
|
942
957
|
*
|
|
@@ -1124,6 +1139,7 @@ declare class IgxDateRangePickerComponent extends PickerBaseDirective implements
|
|
|
1124
1139
|
private get dialogOverlaySettings();
|
|
1125
1140
|
private get _firstDefinedInRange();
|
|
1126
1141
|
private _resourceStrings;
|
|
1142
|
+
private _defaultResourceStrings;
|
|
1127
1143
|
private _doneButtonText;
|
|
1128
1144
|
private _cancelButtonText;
|
|
1129
1145
|
private _dateSeparator;
|
|
@@ -1255,6 +1271,8 @@ declare class IgxDateRangePickerComponent extends PickerBaseDirective implements
|
|
|
1255
1271
|
private updateDisplayFormat;
|
|
1256
1272
|
private updateInputFormat;
|
|
1257
1273
|
private updateInputLocale;
|
|
1274
|
+
protected onResourceChange(args: CustomEvent<IResourceChangeEventArgs>): void;
|
|
1275
|
+
protected updateResources(): void;
|
|
1258
1276
|
private _initializeCalendarContainer;
|
|
1259
1277
|
private _setDisabledDates;
|
|
1260
1278
|
private _getMinMaxDates;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { AfterViewInit, ElementRef, EventEmitter, ChangeDetectorRef, DestroyRef, Renderer2, AfterContentInit,
|
|
2
|
+
import { AfterViewInit, OnDestroy, ElementRef, EventEmitter, ChangeDetectorRef, DestroyRef, Renderer2, AfterContentInit, TemplateRef, QueryList, EmbeddedViewRef, ViewContainerRef, NgZone, OnInit, OnChanges, SimpleChanges, PipeTransform, ComponentRef, DoCheck, IterableDiffers, IterableDiffer, TrackByFunction, IterableChanges, AfterViewChecked } from '@angular/core';
|
|
3
3
|
import { IBaseEventArgs, ThemeToken, IgxTheme, PlatformUtil, CancelableBrowserEventArgs, IToggleView, IgxOverlayService, OverlaySettings, OffsetMode, IgxNavigationService, IgxOverlayOutletDirective, PositionSettings, AutoPositionStrategy, Size, Point, ConnectedFit, DatePartDeltas, DatePart, IPositionStrategy } from 'igniteui-angular/core';
|
|
4
4
|
import { NgControl, ControlValueAccessor, Validator, AbstractControl, ValidationErrors } from '@angular/forms';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
@@ -11,10 +11,11 @@ declare const IgxBaseButtonType: {
|
|
|
11
11
|
readonly Contained: "contained";
|
|
12
12
|
readonly Outlined: "outlined";
|
|
13
13
|
};
|
|
14
|
-
declare abstract class IgxButtonBaseDirective implements AfterViewInit {
|
|
14
|
+
declare abstract class IgxButtonBaseDirective implements AfterViewInit, OnDestroy {
|
|
15
15
|
private _platformUtil;
|
|
16
16
|
element: ElementRef<any>;
|
|
17
17
|
private _viewInit;
|
|
18
|
+
private _animationScheduler;
|
|
18
19
|
/**
|
|
19
20
|
* Emitted when the button is clicked.
|
|
20
21
|
*/
|
|
@@ -66,6 +67,7 @@ declare abstract class IgxButtonBaseDirective implements AfterViewInit {
|
|
|
66
67
|
get disabledAttribute(): true;
|
|
67
68
|
protected constructor();
|
|
68
69
|
ngAfterViewInit(): void;
|
|
70
|
+
ngOnDestroy(): void;
|
|
69
71
|
/**
|
|
70
72
|
* @hidden
|
|
71
73
|
* @internal
|
|
@@ -3885,7 +3887,8 @@ interface IgxDateTimeEditorEventArgs {
|
|
|
3885
3887
|
*/
|
|
3886
3888
|
declare class IgxDateTimeEditorDirective extends IgxMaskDirective implements OnChanges, OnInit, Validator, ControlValueAccessor {
|
|
3887
3889
|
private _document;
|
|
3888
|
-
private
|
|
3890
|
+
private _localeID;
|
|
3891
|
+
private _i18nFormatter;
|
|
3889
3892
|
/**
|
|
3890
3893
|
* Locale settings used for value formatting.
|
|
3891
3894
|
*
|
|
@@ -4073,7 +4076,8 @@ declare class IgxDateTimeEditorDirective extends IgxMaskDirective implements OnC
|
|
|
4073
4076
|
/** @hidden */
|
|
4074
4077
|
protected setPlaceholder(_value: string): void;
|
|
4075
4078
|
private updateDefaultFormat;
|
|
4076
|
-
|
|
4079
|
+
/** @hidden @internal */
|
|
4080
|
+
updateMask(): void;
|
|
4077
4081
|
private setMask;
|
|
4078
4082
|
private parseDate;
|
|
4079
4083
|
private getMaskedValue;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter, InjectionToken, QueryList, ElementRef, TemplateRef, ChangeDetectorRef, ViewContainerRef, DoCheck, IterableDiffer, OnDestroy, AfterViewInit, OnInit, AfterContentInit, IterableDiffers, PipeTransform, EnvironmentInjector, Injector, NgZone, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
3
|
import * as igniteui_angular_core from 'igniteui-angular/core';
|
|
4
|
-
import { IBaseEventArgs, GridTypeBase, GridColumnDataType, ColumnType, CancelableEventArgs, IFilteringExpressionsTree, ISortingExpression, IGroupingExpression, TransactionService, Transaction, State, SortingDirection, IDataCloneStrategy, IGridMergeStrategy, IGridResourceStrings, ɵSize as _Size, IgxSummaryResult, IGroupByRecord, ITreeGridRecord, IPathSegment, ColumnPinningPosition, FilteringExpressionsTree, GridSummaryCalculationMode, IGridSortingStrategy, IGridGroupingStrategy, FilteringLogic, IFilteringStrategy, ISortingOptions, IGroupByExpandState, IgxOverlayOutletDirective, OverlaySettings, IFilteringExpression, IgxOverlayService, IFilteringOperation, PlatformUtil, IgxFilteringOperand, ISortingStrategy, IColumnPipeArgs, IColumnEditorOptions, MRLColumnSizeInfo, MRLResizeColumnInfo, FieldType, IgxFilterItem, trackByIdentity, IgxActionStripToken, IPagingState, IGroupingState, FilteringStrategy, PositionSettings, ConnectedPositioningStrategy, Point } from 'igniteui-angular/core';
|
|
4
|
+
import { IBaseEventArgs, GridTypeBase, GridColumnDataType, ColumnType, CancelableEventArgs, IFilteringExpressionsTree, ISortingExpression, IGroupingExpression, TransactionService, Transaction, State, SortingDirection, IDataCloneStrategy, IGridMergeStrategy, IGridResourceStrings, ɵSize as _Size, IgxSummaryResult, IGroupByRecord, ITreeGridRecord, IPathSegment, ColumnPinningPosition, FilteringExpressionsTree, GridSummaryCalculationMode, IGridSortingStrategy, IGridGroupingStrategy, FilteringLogic, IFilteringStrategy, ISortingOptions, IGroupByExpandState, IgxOverlayOutletDirective, OverlaySettings, IFilteringExpression, IgxOverlayService, IFilteringOperation, PlatformUtil, IgxFilteringOperand, ISortingStrategy, IColumnPipeArgs, IColumnEditorOptions, MRLColumnSizeInfo, MRLResizeColumnInfo, IQueryBuilderResourceStrings, FieldType, IgxFilterItem, trackByIdentity, IgxActionStripToken, IPagingState, IGroupingState, FilteringStrategy, BaseFormatter, PositionSettings, ConnectedPositioningStrategy, Point } from 'igniteui-angular/core';
|
|
5
5
|
import { IBaseSearchInfo, IgxGridForOfDirective, IForOfState, IgxToggleDirective, IgxForOfDirective, IDragStartEventArgs, IgxButtonDirective, IgxDropDirective, IgxDragDirective, ToggleViewCancelableEventArgs, ToggleViewEventArgs, IgxTooltipDirective, IgxTextHighlightDirective } from 'igniteui-angular/directives';
|
|
6
6
|
import { Subject, Observable, Subscription } from 'rxjs';
|
|
7
7
|
import * as _angular_forms from '@angular/forms';
|
|
@@ -378,6 +378,7 @@ declare abstract class IgxBaseExporter {
|
|
|
378
378
|
private pivotGridColumns;
|
|
379
379
|
private pivotGridRowDimensionsMap;
|
|
380
380
|
private ownerGrid;
|
|
381
|
+
private i18nFormatter;
|
|
381
382
|
/**
|
|
382
383
|
* Method for exporting IgxGrid component's data.
|
|
383
384
|
* ```typescript
|
|
@@ -1975,6 +1976,8 @@ interface GridType extends IGridDataBindable {
|
|
|
1975
1976
|
crudService: any;
|
|
1976
1977
|
/** @hidden @internal */
|
|
1977
1978
|
summaryService: any;
|
|
1979
|
+
/** @hidden @internal */
|
|
1980
|
+
i18nFormatter: any;
|
|
1978
1981
|
/** Represents the state of virtualization for the grid. It has an owner, start index and chunk size */
|
|
1979
1982
|
virtualizationState: IForOfState;
|
|
1980
1983
|
/** @hidden @internal */
|
|
@@ -2343,7 +2346,7 @@ interface GridType extends IGridDataBindable {
|
|
|
2343
2346
|
refreshSearch(): void;
|
|
2344
2347
|
getDefaultExpandState(record: any): boolean;
|
|
2345
2348
|
trackColumnChanges(index: number, column: any): any;
|
|
2346
|
-
getPossibleColumnWidth(baseWidth?: number
|
|
2349
|
+
getPossibleColumnWidth(baseWidth?: number): string;
|
|
2347
2350
|
resetHorizontalVirtualization(): void;
|
|
2348
2351
|
hasVerticalScroll(): boolean;
|
|
2349
2352
|
getVisibleContentHeight(): number;
|
|
@@ -5712,10 +5715,15 @@ declare class IgxAdvancedFilteringDialogComponent implements AfterViewInit, OnDe
|
|
|
5712
5715
|
* @hidden @internal
|
|
5713
5716
|
*/
|
|
5714
5717
|
lastActiveNode: IActiveNode;
|
|
5718
|
+
/**
|
|
5719
|
+
* @hidden @internal
|
|
5720
|
+
*/
|
|
5721
|
+
queryBuilderResourceStrings: IQueryBuilderResourceStrings;
|
|
5715
5722
|
private destroy$;
|
|
5716
5723
|
private _overlayComponentId;
|
|
5717
5724
|
private _overlayService;
|
|
5718
5725
|
private _grid;
|
|
5726
|
+
constructor();
|
|
5719
5727
|
/**
|
|
5720
5728
|
* @hidden @internal
|
|
5721
5729
|
*/
|
|
@@ -6519,6 +6527,7 @@ declare class IgxGridExcelStyleFilteringComponent extends BaseFilteringComponent
|
|
|
6519
6527
|
* @hidden
|
|
6520
6528
|
*/
|
|
6521
6529
|
declare class IgxExcelStyleDateExpressionComponent extends IgxExcelStyleDefaultExpressionComponent {
|
|
6530
|
+
protected i18nFormatter: igniteui_angular_core.BaseFormatter;
|
|
6522
6531
|
private input;
|
|
6523
6532
|
private picker;
|
|
6524
6533
|
get searchVal(): any;
|
|
@@ -9345,6 +9354,8 @@ declare class IgxSummaryCellComponent {
|
|
|
9345
9354
|
hasSummary: boolean;
|
|
9346
9355
|
summaryFormatter: (summaryResult: IgxSummaryResult, summaryOperand: IgxSummaryOperand) => any;
|
|
9347
9356
|
summaryTemplate: TemplateRef<any>;
|
|
9357
|
+
locale: any;
|
|
9358
|
+
gridResourceStrings: any;
|
|
9348
9359
|
/** @hidden */
|
|
9349
9360
|
active: boolean;
|
|
9350
9361
|
rowIndex: number;
|
|
@@ -9359,15 +9370,15 @@ declare class IgxSummaryCellComponent {
|
|
|
9359
9370
|
/**
|
|
9360
9371
|
* @hidden
|
|
9361
9372
|
*/
|
|
9362
|
-
get grid():
|
|
9373
|
+
get grid(): GridTypeBase;
|
|
9363
9374
|
/**
|
|
9364
|
-
* @hidden
|
|
9375
|
+
* @hidden
|
|
9365
9376
|
*/
|
|
9366
|
-
get
|
|
9377
|
+
get i18nFormatter(): BaseFormatter;
|
|
9367
9378
|
/**
|
|
9368
9379
|
* @hidden @internal
|
|
9369
9380
|
*/
|
|
9370
|
-
get
|
|
9381
|
+
get currencyCode(): string;
|
|
9371
9382
|
/** cached single summary res after filter resets collection */
|
|
9372
9383
|
protected trackSummaryResult: typeof trackByIdentity;
|
|
9373
9384
|
translateSummary(summary: IgxSummaryResult): string;
|
|
@@ -9376,7 +9387,7 @@ declare class IgxSummaryCellComponent {
|
|
|
9376
9387
|
*/
|
|
9377
9388
|
formatSummaryResult(summary: IgxSummaryResult): string;
|
|
9378
9389
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxSummaryCellComponent, never>;
|
|
9379
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxSummaryCellComponent, "igx-grid-summary-cell", never, { "summaryResults": { "alias": "summaryResults"; "required": false; }; "column": { "alias": "column"; "required": false; }; "firstCellIndentation": { "alias": "firstCellIndentation"; "required": false; }; "hasSummary": { "alias": "hasSummary"; "required": false; }; "summaryFormatter": { "alias": "summaryFormatter"; "required": false; }; "summaryTemplate": { "alias": "summaryTemplate"; "required": false; }; "active": { "alias": "active"; "required": false; }; "rowIndex": { "alias": "rowIndex"; "required": false; }; }, {}, never, never, true, never>;
|
|
9390
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxSummaryCellComponent, "igx-grid-summary-cell", never, { "summaryResults": { "alias": "summaryResults"; "required": false; }; "column": { "alias": "column"; "required": false; }; "firstCellIndentation": { "alias": "firstCellIndentation"; "required": false; }; "hasSummary": { "alias": "hasSummary"; "required": false; }; "summaryFormatter": { "alias": "summaryFormatter"; "required": false; }; "summaryTemplate": { "alias": "summaryTemplate"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "gridResourceStrings": { "alias": "gridResourceStrings"; "required": false; }; "active": { "alias": "active"; "required": false; }; "rowIndex": { "alias": "rowIndex"; "required": false; }; }, {}, never, never, true, never>;
|
|
9380
9391
|
static ngAcceptInputType_hasSummary: unknown;
|
|
9381
9392
|
}
|
|
9382
9393
|
|
|
@@ -10482,7 +10493,6 @@ declare class IgxPivotDateDimension implements IPivotDimension {
|
|
|
10482
10493
|
private _resourceStrings;
|
|
10483
10494
|
private _baseDimension;
|
|
10484
10495
|
private _options;
|
|
10485
|
-
private _monthIntl;
|
|
10486
10496
|
/**
|
|
10487
10497
|
* Creates additional pivot date dimensions based on a provided dimension describing date data:
|
|
10488
10498
|
*
|
|
@@ -2,6 +2,7 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { OnInit, DoCheck, OnDestroy, AfterContentInit, AfterViewInit, NgZone, ChangeDetectorRef, IterableDiffers, ViewContainerRef, Injector, EnvironmentInjector, TemplateRef, EventEmitter, QueryList, ElementRef, ComponentRef, PipeTransform } from '@angular/core';
|
|
3
3
|
import * as i2 from 'igniteui-angular/grids/core';
|
|
4
4
|
import { IgxRowDirective, GridType, IgxGridValidationService, IgxGridSelectionService, IgxColumnResizingService, GridServiceType, IgxGridNavigationService, IgxFilteringService, IgxGridSummaryService, IgxGridTemplateContext, IClipboardOptions, IGridScrollEventArgs, IgxGridExcelStyleFilteringComponent, IgxGridHeaderGroupComponent, IGridCellEventArgs, IGridRowEventArgs, IGridFormGroupCreatedEventArgs, IGridValidationStatusEventArgs, IRowSelectionEventArgs, IColumnSelectionEventArgs, IPinColumnCancellableEventArgs, IPinColumnEventArgs, IGridEditEventArgs, IGridEditDoneEventArgs, IgxColumnComponent, IColumnsAutoGeneratedEventArgs, ISortingEventArgs, IFilteringEventArgs, IRowDataEventArgs, IRowDataCancelableEventArgs, IColumnResizeEventArgs, IGridContextMenuEventArgs, IColumnVisibilityChangingEventArgs, IColumnVisibilityChangedEventArgs, IColumnMovingStartEventArgs, IColumnMovingEventArgs, IColumnMovingEndEventArgs, IGridKeydownEventArgs, IRowDragStartEventArgs, IRowDragEndEventArgs, IGridClipboardEvent, IRowToggleEventArgs, IPinRowEventArgs, IActiveNodeChangeEventArgs, IGridToolbarExportEventArgs, GridSelectionRange, IgxGridColumnResizerComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxHeadSelectorTemplateContext, IgxRowSelectorTemplateContext, IgxGridRowDragGhostContext, IgxGridFilteringRowComponent, IgxGridHeaderRowComponent, IgxGridGroupByAreaComponent, IgxGridRowEditTemplateContext, IgxGridRowEditTextTemplateContext, IgxGridEmptyTemplateContext, IgxGridRowEditActionsTemplateContext, IgxGridRowTemplateContext, IgxGridHeaderTemplateContext, IgxRowEditTabStopDirective, IgxGridToolbarComponent, IgxSummaryRowComponent, GridPagingMode, GridValidationTrigger, IPinningConfig, FilterMode, GridSummaryPosition, IgxGridHeaderComponent, IgxGridFilteringCellComponent, GridSelectionMode, GridCellMergeMode, ISearchInfo, ISizeInfo, DropPosition, RowType, ICellPosition, IgxGridMasterDetailContext, IgxGroupByRowTemplateDirective, IgxGroupByRowSelectorTemplateContext, IgxGroupByRowTemplateContext, IgxGridDetailTemplateDirective, CellType, IgxGridCellComponent, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxGridEmptyTemplateDirective, IgxGridLoadingTemplateDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, IgxGridActionsBaseDirective, IgxGridActionButtonComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumnPatternValidatorDirective } from 'igniteui-angular/grids/core';
|
|
5
|
+
import * as igniteui_angular_core from 'igniteui-angular/core';
|
|
5
6
|
import { IgxFlatTransactionFactory, IgxOverlayService, PlatformUtil, TransactionService, Transaction, State, IDataCloneStrategy, IFilteringExpressionsTree, ColumnType, ISortingExpression, IgxOverlayOutletDirective, IgxActionStripToken, IGridResourceStrings, FilteringLogic, GridSummaryCalculationMode, IFilteringStrategy, IGridSortingStrategy, IGridMergeStrategy, ISortingOptions, EntityType, OverlaySettings, IFilteringOperation, ColumnPinningPosition, ɵSize as _Size, IGroupByRecord, StateUpdateEvent, ISummaryExpression, IBaseEventArgs, IGroupingExpression, IGroupByExpandState, IGridGroupingStrategy, IGroupByResult } from 'igniteui-angular/core';
|
|
6
7
|
import * as rxjs from 'rxjs';
|
|
7
8
|
import { Subject, Observable } from 'rxjs';
|
|
@@ -50,6 +51,8 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
50
51
|
private localeId;
|
|
51
52
|
protected platform: PlatformUtil;
|
|
52
53
|
protected _diTransactions: TransactionService<Transaction, State>;
|
|
54
|
+
/** @hidden @internal */
|
|
55
|
+
i18nFormatter: igniteui_angular_core.BaseFormatter;
|
|
53
56
|
/**
|
|
54
57
|
* Gets/Sets the display time for the row adding snackbar notification.
|
|
55
58
|
*
|
|
@@ -1956,6 +1959,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1956
1959
|
protected _lastSearchInfo: ISearchInfo;
|
|
1957
1960
|
protected _hGridSchema: EntityType[];
|
|
1958
1961
|
protected gridComputedStyles: any;
|
|
1962
|
+
protected _resourceStrings: any;
|
|
1959
1963
|
/** @hidden @internal */
|
|
1960
1964
|
get paginator(): IgxPaginatorComponent;
|
|
1961
1965
|
/**
|
|
@@ -1984,11 +1988,12 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
1984
1988
|
private _emptyGridTemplate;
|
|
1985
1989
|
private _loadingGridTemplate;
|
|
1986
1990
|
private _cdrRequests;
|
|
1987
|
-
private
|
|
1991
|
+
private _defaultResourceStrings;
|
|
1988
1992
|
private _emptyGridMessage;
|
|
1989
1993
|
private _emptyFilteredGridMessage;
|
|
1990
1994
|
private _isLoading;
|
|
1991
1995
|
private _locale;
|
|
1996
|
+
private _defaultLocale;
|
|
1992
1997
|
private overlayIDs;
|
|
1993
1998
|
private _sortingStrategy;
|
|
1994
1999
|
private _pinning;
|
|
@@ -2976,7 +2981,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2976
2981
|
/**
|
|
2977
2982
|
* @hidden @internal
|
|
2978
2983
|
*/
|
|
2979
|
-
getPossibleColumnWidth(baseWidth?: number
|
|
2984
|
+
getPossibleColumnWidth(baseWidth?: number): string;
|
|
2980
2985
|
/**
|
|
2981
2986
|
* @hidden @internal
|
|
2982
2987
|
*/
|
|
@@ -3389,11 +3394,6 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3389
3394
|
* Sets columns defaultWidth property
|
|
3390
3395
|
*/
|
|
3391
3396
|
protected _derivePossibleWidth(): void;
|
|
3392
|
-
/**
|
|
3393
|
-
* @hidden
|
|
3394
|
-
* @internal
|
|
3395
|
-
*/
|
|
3396
|
-
protected getExtremumBasedColWidth(column: IgxColumnComponent): string;
|
|
3397
3397
|
protected resetNotifyChanges(): void;
|
|
3398
3398
|
/** @hidden @internal */
|
|
3399
3399
|
resolveOutlet(): IgxOverlayOutletDirective;
|
|
@@ -3603,6 +3603,8 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3603
3603
|
private getRecreatedTree;
|
|
3604
3604
|
private _calculateRowCount;
|
|
3605
3605
|
private updateMergedData;
|
|
3606
|
+
private initLocale;
|
|
3607
|
+
private onResourceChange;
|
|
3606
3608
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridBaseDirective, never>;
|
|
3607
3609
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxGridBaseDirective, never, never, { "snackbarDisplayTime": { "alias": "snackbarDisplayTime"; "required": false; }; "autoGenerate": { "alias": "autoGenerate"; "required": false; }; "autoGenerateExclude": { "alias": "autoGenerateExclude"; "required": false; }; "moving": { "alias": "moving"; "required": false; }; "emptyGridTemplate": { "alias": "emptyGridTemplate"; "required": false; }; "addRowEmptyTemplate": { "alias": "addRowEmptyTemplate"; "required": false; }; "loadingGridTemplate": { "alias": "loadingGridTemplate"; "required": false; }; "summaryRowHeight": { "alias": "summaryRowHeight"; "required": false; }; "dataCloneStrategy": { "alias": "dataCloneStrategy"; "required": false; }; "clipboardOptions": { "alias": "clipboardOptions"; "required": false; }; "rowClasses": { "alias": "rowClasses"; "required": false; }; "rowStyles": { "alias": "rowStyles"; "required": false; }; "primaryKey": { "alias": "primaryKey"; "required": false; }; "uniqueColumnValuesStrategy": { "alias": "uniqueColumnValuesStrategy"; "required": false; }; "dragGhostCustomTemplate": { "alias": "dragGhostCustomTemplate"; "required": false; }; "rowEditTextTemplate": { "alias": "rowEditTextTemplate"; "required": false; }; "rowAddTextTemplate": { "alias": "rowAddTextTemplate"; "required": false; }; "rowEditActionsTemplate": { "alias": "rowEditActionsTemplate"; "required": false; }; "rowExpandedIndicatorTemplate": { "alias": "rowExpandedIndicatorTemplate"; "required": false; }; "rowCollapsedIndicatorTemplate": { "alias": "rowCollapsedIndicatorTemplate"; "required": false; }; "headerExpandedIndicatorTemplate": { "alias": "headerExpandedIndicatorTemplate"; "required": false; }; "headerCollapsedIndicatorTemplate": { "alias": "headerCollapsedIndicatorTemplate"; "required": false; }; "excelStyleHeaderIconTemplate": { "alias": "excelStyleHeaderIconTemplate"; "required": false; }; "sortAscendingHeaderIconTemplate": { "alias": "sortAscendingHeaderIconTemplate"; "required": false; }; "sortDescendingHeaderIconTemplate": { "alias": "sortDescendingHeaderIconTemplate"; "required": false; }; "sortHeaderIconTemplate": { "alias": "sortHeaderIconTemplate"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "filteringLogic": { "alias": "filteringLogic"; "required": false; }; "filteringExpressionsTree": { "alias": "filteringExpressionsTree"; "required": false; }; "advancedFilteringExpressionsTree": { "alias": "advancedFilteringExpressionsTree"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "pagingMode": { "alias": "pagingMode"; "required": false; }; "hideRowSelectors": { "alias": "hideRowSelectors"; "required": false; }; "rowDraggable": { "alias": "rowDraggable"; "required": false; }; "validationTrigger": { "alias": "validationTrigger"; "required": false; }; "rowEditable": { "alias": "rowEditable"; "required": false; }; "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "columnWidth": { "alias": "columnWidth"; "required": false; }; "emptyGridMessage": { "alias": "emptyGridMessage"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "emptyFilteredGridMessage": { "alias": "emptyFilteredGridMessage"; "required": false; }; "pinning": { "alias": "pinning"; "required": false; }; "allowFiltering": { "alias": "allowFiltering"; "required": false; }; "allowAdvancedFiltering": { "alias": "allowAdvancedFiltering"; "required": false; }; "filterMode": { "alias": "filterMode"; "required": false; }; "summaryPosition": { "alias": "summaryPosition"; "required": false; }; "summaryCalculationMode": { "alias": "summaryCalculationMode"; "required": false; }; "showSummaryOnCollapse": { "alias": "showSummaryOnCollapse"; "required": false; }; "filterStrategy": { "alias": "filterStrategy"; "required": false; }; "sortStrategy": { "alias": "sortStrategy"; "required": false; }; "mergeStrategy": { "alias": "mergeStrategy"; "required": false; }; "sortingOptions": { "alias": "sortingOptions"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "headSelectorTemplate": { "alias": "headSelectorTemplate"; "required": false; }; "rowSelectorTemplate": { "alias": "rowSelectorTemplate"; "required": false; }; "dragIndicatorIconTemplate": { "alias": "dragIndicatorIconTemplate"; "required": false; }; "sortingExpressions": { "alias": "sortingExpressions"; "required": false; }; "batchEditing": { "alias": "batchEditing"; "required": false; }; "cellSelection": { "alias": "cellSelection"; "required": false; }; "cellMergeMode": { "alias": "cellMergeMode"; "required": false; }; "rowSelection": { "alias": "rowSelection"; "required": false; }; "columnSelection": { "alias": "columnSelection"; "required": false; }; "expansionStates": { "alias": "expansionStates"; "required": false; }; "outlet": { "alias": "outlet"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "selectRowOnClick": { "alias": "selectRowOnClick"; "required": false; }; }, { "filteringExpressionsTreeChange": "filteringExpressionsTreeChange"; "advancedFilteringExpressionsTreeChange": "advancedFilteringExpressionsTreeChange"; "gridScroll": "gridScroll"; "cellClick": "cellClick"; "rowClick": "rowClick"; "formGroupCreated": "formGroupCreated"; "validationStatusChange": "validationStatusChange"; "selected": "selected"; "rowSelectionChanging": "rowSelectionChanging"; "columnSelectionChanging": "columnSelectionChanging"; "columnPin": "columnPin"; "columnPinned": "columnPinned"; "cellEditEnter": "cellEditEnter"; "cellEditExit": "cellEditExit"; "cellEdit": "cellEdit"; "cellEditDone": "cellEditDone"; "rowEditEnter": "rowEditEnter"; "rowEdit": "rowEdit"; "rowEditDone": "rowEditDone"; "rowEditExit": "rowEditExit"; "columnInit": "columnInit"; "columnsAutogenerated": "columnsAutogenerated"; "sorting": "sorting"; "sortingDone": "sortingDone"; "filtering": "filtering"; "filteringDone": "filteringDone"; "rowAdded": "rowAdded"; "rowDeleted": "rowDeleted"; "rowDelete": "rowDelete"; "rowAdd": "rowAdd"; "columnResized": "columnResized"; "contextMenu": "contextMenu"; "doubleClick": "doubleClick"; "columnVisibilityChanging": "columnVisibilityChanging"; "columnVisibilityChanged": "columnVisibilityChanged"; "columnMovingStart": "columnMovingStart"; "columnMoving": "columnMoving"; "columnMovingEnd": "columnMovingEnd"; "gridKeydown": "gridKeydown"; "rowDragStart": "rowDragStart"; "rowDragEnd": "rowDragEnd"; "gridCopy": "gridCopy"; "expansionStatesChange": "expansionStatesChange"; "selectedRowsChange": "selectedRowsChange"; "rowToggle": "rowToggle"; "rowPinning": "rowPinning"; "rowPinned": "rowPinned"; "activeNodeChange": "activeNodeChange"; "sortingExpressionsChange": "sortingExpressionsChange"; "toolbarExporting": "toolbarExporting"; "rangeSelected": "rangeSelected"; "rendered": "rendered"; "localeChange": "localeChange"; "dataChanging": "dataChanging"; "dataChanged": "dataChanged"; }, ["excelStyleLoadingValuesTemplateDirective", "rowAddText", "rowExpandedIndicatorDirectiveTemplate", "rowCollapsedIndicatorDirectiveTemplate", "headerExpandedIndicatorDirectiveTemplate", "headerCollapsedIndicatorDirectiveTemplate", "excelStyleHeaderIconDirectiveTemplate", "sortAscendingHeaderIconDirectiveTemplate", "sortDescendingHeaderIconDirectiveTemplate", "sortHeaderIconDirectiveTemplate", "loadingDirectiveTemplate", "emptyDirectiveTemplate", "excelStyleFilteringComponents", "columnList", "actionStripComponents", "headSelectorsTemplates", "rowSelectorsTemplates", "dragGhostCustomTemplates", "rowEditCustomDirectives", "rowEditTextDirectives", "rowEditActionsDirectives", "dragIndicatorIconTemplates", "rowEditTabsCUSTOM", "toolbar", "paginationComponents"], never, true, never>;
|
|
3608
3610
|
static ngAcceptInputType_autoGenerate: unknown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPathSegment, IgxActionStripToken, IFilteringExpressionsTree, EntityType, IBaseEventArgs } from 'igniteui-angular/core';
|
|
1
|
+
import { IPathSegment, IGridResourceStrings, IgxActionStripToken, IFilteringExpressionsTree, EntityType, IBaseEventArgs } from 'igniteui-angular/core';
|
|
2
2
|
import * as i3 from 'igniteui-angular/grids/core';
|
|
3
3
|
import { IgxGridNavigationService, RowType, GridType, IgxColumnGroupComponent, IgxColumnComponent, IgxGridToolbarTemplateContext, IgxGridPaginatorTemplateContext, ISearchInfo, GridBaseAPIService, IgxGridExcelStyleFilteringComponent, CellType, IgxRowAddTextDirective, IgxRowEditActionsDirective, IgxRowEditTextDirective, IgxRowEditTabStopDirective, IgxRowDirective, IgxGridFooterComponent, IgxAdvancedFilteringDialogComponent, IgxRowExpandedIndicatorDirective, IgxRowCollapsedIndicatorDirective, IgxHeaderExpandedIndicatorDirective, IgxHeaderCollapsedIndicatorDirective, IgxExcelStyleHeaderIconDirective, IgxSortAscendingHeaderIconDirective, IgxSortDescendingHeaderIconDirective, IgxSortHeaderIconDirective, IgxDragIndicatorIconDirective, IgxRowDragGhostDirective, IgxGridStateDirective, IgxGridPinningActionsComponent, IgxGridEditingActionsComponent, IgxGridActionsBaseDirective, IgxGridActionButtonComponent, IgxGridHeaderComponent, IgxGridHeaderGroupComponent, IgxGridHeaderRowComponent, IgxFilterCellTemplateDirective, IgxSummaryTemplateDirective, IgxCellTemplateDirective, IgxCellValidationErrorDirective, IgxCellHeaderTemplateDirective, IgxCellFooterTemplateDirective, IgxCellEditorTemplateDirective, IgxCollapsibleIndicatorTemplateDirective, IgxColumnLayoutComponent, IgxColumnActionsComponent, IgxColumnHidingDirective, IgxColumnPinningDirective, IgxRowSelectorDirective, IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxCSVTextDirective, IgxExcelTextDirective, IgxGridToolbarActionsComponent, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleComponent, IgxGridToolbarDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleSortingComponent, IgxExcelStylePinningComponent, IgxExcelStyleHidingComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleClearFiltersComponent, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleMovingComponent, IgxExcelStyleSearchComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleLoadingValuesTemplateDirective, IgxColumnRequiredValidatorDirective, IgxColumnMinValidatorDirective, IgxColumnMaxValidatorDirective, IgxColumnEmailValidatorDirective, IgxColumnMinLengthValidatorDirective, IgxColumnMaxLengthValidatorDirective, IgxColumnPatternValidatorDirective } from 'igniteui-angular/grids/core';
|
|
4
4
|
import * as i0 from '@angular/core';
|
|
@@ -225,6 +225,14 @@ declare class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective imp
|
|
|
225
225
|
*/
|
|
226
226
|
get childDataKey(): string;
|
|
227
227
|
set childDataKey(value: string);
|
|
228
|
+
/**
|
|
229
|
+
* Gets/Sets the resource strings.
|
|
230
|
+
*
|
|
231
|
+
* @remarks
|
|
232
|
+
* By default it uses the root grid resources.
|
|
233
|
+
*/
|
|
234
|
+
set resourceStrings(value: IGridResourceStrings);
|
|
235
|
+
get resourceStrings(): IGridResourceStrings;
|
|
228
236
|
/**
|
|
229
237
|
* @hidden
|
|
230
238
|
*/
|
|
@@ -396,8 +404,9 @@ declare class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective imp
|
|
|
396
404
|
protected updateColumnList(): void;
|
|
397
405
|
protected updateChildren(): void;
|
|
398
406
|
private cleanGridState;
|
|
407
|
+
private updateGridsResources;
|
|
399
408
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxRowIslandComponent, never>;
|
|
400
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxRowIslandComponent, "igx-row-island", never, { "key": { "alias": "key"; "required": false; }; "childDataKey": { "alias": "childDataKey"; "required": false; }; "toolbarTemplate": { "alias": "toolbarTemplate"; "required": false; }; "paginatorTemplate": { "alias": "paginatorTemplate"; "required": false; }; "expandChildren": { "alias": "expandChildren"; "required": false; }; }, { "layoutChange": "layoutChange"; "gridCreated": "gridCreated"; "gridInitialized": "gridInitialized"; }, ["toolbarDirectiveTemplate", "paginatorDirectiveTemplate", "children", "childLayoutList", "childColumns", "actionStripComponents"], ["igx-column,igc-column,igx-column-group,igc-column-group,igx-action-strip,igc-action-strip", "igx-row-island,igc-row-island"], true, never>;
|
|
409
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxRowIslandComponent, "igx-row-island", never, { "key": { "alias": "key"; "required": false; }; "childDataKey": { "alias": "childDataKey"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; "toolbarTemplate": { "alias": "toolbarTemplate"; "required": false; }; "paginatorTemplate": { "alias": "paginatorTemplate"; "required": false; }; "expandChildren": { "alias": "expandChildren"; "required": false; }; }, { "layoutChange": "layoutChange"; "gridCreated": "gridCreated"; "gridInitialized": "gridInitialized"; }, ["toolbarDirectiveTemplate", "paginatorDirectiveTemplate", "children", "childLayoutList", "childColumns", "actionStripComponents"], ["igx-column,igc-column,igx-column-group,igc-column-group,igx-action-strip,igc-action-strip", "igx-row-island,igc-row-island"], true, never>;
|
|
401
410
|
static ngAcceptInputType_expandChildren: unknown;
|
|
402
411
|
}
|
|
403
412
|
|
|
@@ -657,6 +666,14 @@ declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirect
|
|
|
657
666
|
*/
|
|
658
667
|
set schema(entities: EntityType[]);
|
|
659
668
|
get schema(): EntityType[];
|
|
669
|
+
/**
|
|
670
|
+
* Gets/Sets the resource strings.
|
|
671
|
+
*
|
|
672
|
+
* @remarks
|
|
673
|
+
* By default it uses EN resources.
|
|
674
|
+
*/
|
|
675
|
+
set resourceStrings(value: IGridResourceStrings);
|
|
676
|
+
get resourceStrings(): IGridResourceStrings;
|
|
660
677
|
/**
|
|
661
678
|
* Gets the unique identifier of the parent row. It may be a `string` or `number` if `primaryKey` of the
|
|
662
679
|
* parent grid is set or an object reference of the parent record otherwise.
|
|
@@ -864,7 +881,7 @@ declare class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirect
|
|
|
864
881
|
private generateSchema;
|
|
865
882
|
private generateChildEntity;
|
|
866
883
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxHierarchicalGridComponent, never>;
|
|
867
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IgxHierarchicalGridComponent, "igx-hierarchical-grid", never, { "id": { "alias": "id"; "required": false; }; "data": { "alias": "data"; "required": false; }; "totalItemCount": { "alias": "totalItemCount"; "required": false; }; "expandChildren": { "alias": "expandChildren"; "required": false; }; "schema": { "alias": "schema"; "required": false; }; }, {}, ["childLayoutList", "allLayoutList", "paginatorList", "actionStripComponents"], ["igx-grid-toolbar,igc-grid-toolbar", "igx-grid-footer,igc-grid-footer", "igx-paginator,igc-paginator", "igx-grid-state,igc-grid-state", "igx-column,igc-column,igx-column-group,igc-column-group,igx-action-strip,igc-action-strip", "igx-row-island,igc-row-island"], true, never>;
|
|
884
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IgxHierarchicalGridComponent, "igx-hierarchical-grid", never, { "id": { "alias": "id"; "required": false; }; "data": { "alias": "data"; "required": false; }; "totalItemCount": { "alias": "totalItemCount"; "required": false; }; "expandChildren": { "alias": "expandChildren"; "required": false; }; "schema": { "alias": "schema"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; }, {}, ["childLayoutList", "allLayoutList", "paginatorList", "actionStripComponents"], ["igx-grid-toolbar,igc-grid-toolbar", "igx-grid-footer,igc-grid-footer", "igx-paginator,igc-paginator", "igx-grid-state,igc-grid-state", "igx-column,igc-column,igx-column-group,igc-column-group,igx-action-strip,igc-action-strip", "igx-row-island,igc-row-island"], true, never>;
|
|
868
885
|
static ngAcceptInputType_expandChildren: unknown;
|
|
869
886
|
}
|
|
870
887
|
|
|
@@ -452,6 +452,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
452
452
|
private _filled;
|
|
453
453
|
private _theme;
|
|
454
454
|
private _resourceStrings;
|
|
455
|
+
private _defaultResourceStrings;
|
|
455
456
|
private _readOnly;
|
|
456
457
|
/** @hidden @internal */
|
|
457
458
|
get readOnly(): boolean;
|
|
@@ -430,6 +430,7 @@ declare class IgxListLineSubTitleDirective {
|
|
|
430
430
|
*/
|
|
431
431
|
declare class IgxListComponent extends IgxListBaseDirective {
|
|
432
432
|
element: ElementRef<any>;
|
|
433
|
+
private destroyRef;
|
|
433
434
|
/**
|
|
434
435
|
* Returns a collection of all items and headers in the list.
|
|
435
436
|
*
|
|
@@ -685,6 +686,7 @@ declare class IgxListComponent extends IgxListBaseDirective {
|
|
|
685
686
|
*/
|
|
686
687
|
protected defaultDataLoadingTemplate: TemplateRef<any>;
|
|
687
688
|
private _resourceStrings;
|
|
689
|
+
private _defaultResourceStrings;
|
|
688
690
|
/**
|
|
689
691
|
* Sets the resource strings.
|
|
690
692
|
* By default it uses EN resources.
|
|
@@ -694,6 +696,7 @@ declare class IgxListComponent extends IgxListBaseDirective {
|
|
|
694
696
|
* Returns the resource strings.
|
|
695
697
|
*/
|
|
696
698
|
get resourceStrings(): IListResourceStrings;
|
|
699
|
+
constructor();
|
|
697
700
|
/**
|
|
698
701
|
* @hidden
|
|
699
702
|
* @internal
|
|
@@ -41,6 +41,7 @@ declare class IgxPaginatorContentDirective {
|
|
|
41
41
|
declare class IgxPaginatorComponent implements IgxPaginatorToken {
|
|
42
42
|
private elementRef;
|
|
43
43
|
private cdr;
|
|
44
|
+
private destroyRef;
|
|
44
45
|
/**
|
|
45
46
|
* @hidden
|
|
46
47
|
* @internal
|
|
@@ -105,6 +106,7 @@ declare class IgxPaginatorComponent implements IgxPaginatorToken {
|
|
|
105
106
|
protected _selectOptions: number[];
|
|
106
107
|
protected _perPage: number;
|
|
107
108
|
private _resourceStrings;
|
|
109
|
+
private _defaultResourceStrings;
|
|
108
110
|
private _overlaySettings;
|
|
109
111
|
private defaultSelectValues;
|
|
110
112
|
/** @hidden @internal */
|
|
@@ -168,6 +170,7 @@ declare class IgxPaginatorComponent implements IgxPaginatorToken {
|
|
|
168
170
|
* An accessor that returns the resource strings.
|
|
169
171
|
*/
|
|
170
172
|
get resourceStrings(): IPaginatorResourceStrings;
|
|
173
|
+
constructor();
|
|
171
174
|
/**
|
|
172
175
|
* Returns if the current page is the last page.
|
|
173
176
|
* ```typescript
|
|
@@ -9,7 +9,9 @@ import { ISelectionEventArgs } from 'igniteui-angular/drop-down';
|
|
|
9
9
|
import { IgxIconService } from 'igniteui-angular/icon';
|
|
10
10
|
|
|
11
11
|
declare class IgxQueryBuilderHeaderComponent {
|
|
12
|
+
private _destroyRef;
|
|
12
13
|
private _resourceStrings;
|
|
14
|
+
private _defaultResourceStrings;
|
|
13
15
|
/**
|
|
14
16
|
* @hidden @internal
|
|
15
17
|
*/
|
|
@@ -44,6 +46,7 @@ declare class IgxQueryBuilderHeaderComponent {
|
|
|
44
46
|
* Returns the resource strings.
|
|
45
47
|
*/
|
|
46
48
|
get resourceStrings(): IQueryBuilderResourceStrings;
|
|
49
|
+
constructor();
|
|
47
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxQueryBuilderHeaderComponent, never>;
|
|
48
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxQueryBuilderHeaderComponent, "igx-query-builder-header", never, { "title": { "alias": "title"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "resourceStrings": { "alias": "resourceStrings"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
49
52
|
}
|
|
@@ -400,8 +403,10 @@ declare class IgxQueryBuilderTreeComponent implements AfterViewInit, OnDestroy {
|
|
|
400
403
|
private _expandedExpressions;
|
|
401
404
|
private _fields;
|
|
402
405
|
private _locale;
|
|
406
|
+
private _defaultLocale;
|
|
403
407
|
private _entityNewValue;
|
|
404
408
|
private _resourceStrings;
|
|
409
|
+
private _defaultResourceStrings;
|
|
405
410
|
/**
|
|
406
411
|
* Returns if the select entity dropdown at the root level is disabled after the initial selection.
|
|
407
412
|
*/
|
|
@@ -687,6 +692,8 @@ declare class IgxQueryBuilderTreeComponent implements AfterViewInit, OnDestroy {
|
|
|
687
692
|
private scrollElementIntoView;
|
|
688
693
|
private focusEditedExpressionChip;
|
|
689
694
|
private init;
|
|
695
|
+
private initLocale;
|
|
696
|
+
private onResourceChange;
|
|
690
697
|
/** rootGroup is recreated after clicking Apply, which sets new expressionTree and calls init()*/
|
|
691
698
|
protected trackExpressionItem: typeof trackByIdentity;
|
|
692
699
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxQueryBuilderTreeComponent, never>;
|
|
@@ -817,6 +824,7 @@ declare class IgxQueryBuilderComponent implements OnDestroy {
|
|
|
817
824
|
queryTree: IgxQueryBuilderTreeComponent;
|
|
818
825
|
private destroy$;
|
|
819
826
|
private _resourceStrings;
|
|
827
|
+
private _defaultResourceStrings;
|
|
820
828
|
private _expressionTree;
|
|
821
829
|
private _fields;
|
|
822
830
|
private _entities;
|
|
@@ -68,7 +68,8 @@ declare class IgxTimePickerComponent extends PickerBaseDirective implements IgxT
|
|
|
68
68
|
* ```
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
|
-
displayFormat: string;
|
|
71
|
+
set displayFormat(value: string);
|
|
72
|
+
get displayFormat(): string;
|
|
72
73
|
/**
|
|
73
74
|
* The expected user input format and placeholder.
|
|
74
75
|
*
|
|
@@ -80,7 +81,8 @@ declare class IgxTimePickerComponent extends PickerBaseDirective implements IgxT
|
|
|
80
81
|
* <igx-time-picker inputFormat="HH:mm"></igx-time-picker>
|
|
81
82
|
* ```
|
|
82
83
|
*/
|
|
83
|
-
inputFormat: string;
|
|
84
|
+
set inputFormat(value: string);
|
|
85
|
+
get inputFormat(): string;
|
|
84
86
|
/**
|
|
85
87
|
* Gets/Sets the interaction mode - dialog or drop down.
|
|
86
88
|
*
|
|
@@ -243,6 +245,7 @@ declare class IgxTimePickerComponent extends PickerBaseDirective implements IgxT
|
|
|
243
245
|
private _dateMaxValue;
|
|
244
246
|
private _selectedDate;
|
|
245
247
|
private _resourceStrings;
|
|
248
|
+
private _defaultResourceStrings;
|
|
246
249
|
private _okButtonLabel;
|
|
247
250
|
private _cancelButtonLabel;
|
|
248
251
|
private _itemsDelta;
|
|
@@ -429,6 +432,7 @@ declare class IgxTimePickerComponent extends PickerBaseDirective implements IgxT
|
|
|
429
432
|
/** @hidden @internal */
|
|
430
433
|
setSelectedValue(value: Date): void;
|
|
431
434
|
protected onStatusChanged(): void;
|
|
435
|
+
protected updateResources(): void;
|
|
432
436
|
private get isTouchedOrDirty();
|
|
433
437
|
private get hasValidators();
|
|
434
438
|
private setMinMaxDropdownValue;
|
|
@@ -529,6 +533,7 @@ declare class IgxItemListDirective implements OnInit, OnDestroy {
|
|
|
529
533
|
declare class IgxTimeItemDirective {
|
|
530
534
|
timePicker: IgxTimePickerBase;
|
|
531
535
|
private itemList;
|
|
536
|
+
private _i18nFormatter;
|
|
532
537
|
value: string;
|
|
533
538
|
get defaultCSS(): boolean;
|
|
534
539
|
get selectedCSS(): boolean;
|
|
@@ -441,10 +441,11 @@ declare class IgxTreeNodeComponent<T> extends ToggleAnimationPlayer implements I
|
|
|
441
441
|
isFocused: boolean;
|
|
442
442
|
/** @hidden @internal */
|
|
443
443
|
registeredChildren: IgxTreeNodeLinkDirective[];
|
|
444
|
-
/** @hidden @internal */
|
|
445
444
|
private _resourceStrings;
|
|
445
|
+
private _defaultResourceStrings;
|
|
446
446
|
private _tabIndex;
|
|
447
447
|
private _disabled;
|
|
448
|
+
constructor();
|
|
448
449
|
/**
|
|
449
450
|
* @hidden @internal
|
|
450
451
|
*/
|