igniteui-angular 22.1.2 → 22.1.4
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-action-strip.mjs +5 -2
- package/fesm2022/igniteui-angular-action-strip.mjs.map +1 -1
- package/fesm2022/igniteui-angular-banner.mjs +5 -2
- package/fesm2022/igniteui-angular-banner.mjs.map +1 -1
- package/fesm2022/igniteui-angular-calendar.mjs +52 -95
- package/fesm2022/igniteui-angular-calendar.mjs.map +1 -1
- package/fesm2022/igniteui-angular-carousel.mjs +5 -2
- package/fesm2022/igniteui-angular-carousel.mjs.map +1 -1
- package/fesm2022/igniteui-angular-checkbox.mjs +3 -59
- package/fesm2022/igniteui-angular-checkbox.mjs.map +1 -1
- package/fesm2022/igniteui-angular-chips.mjs +5 -2
- package/fesm2022/igniteui-angular-chips.mjs.map +1 -1
- package/fesm2022/igniteui-angular-combo.mjs +5 -2
- package/fesm2022/igniteui-angular-combo.mjs.map +1 -1
- package/fesm2022/igniteui-angular-core.mjs +10 -1
- package/fesm2022/igniteui-angular-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-date-picker.mjs +5 -2
- package/fesm2022/igniteui-angular-date-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-directives.mjs +32 -25
- package/fesm2022/igniteui-angular-directives.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-core.mjs +15 -4
- package/fesm2022/igniteui-angular-grids-core.mjs.map +1 -1
- package/fesm2022/igniteui-angular-grids-grid.mjs +13 -6
- package/fesm2022/igniteui-angular-grids-grid.mjs.map +1 -1
- package/fesm2022/igniteui-angular-input-group.mjs +5 -2
- package/fesm2022/igniteui-angular-input-group.mjs.map +1 -1
- package/fesm2022/igniteui-angular-list.mjs +5 -2
- package/fesm2022/igniteui-angular-list.mjs.map +1 -1
- package/fesm2022/igniteui-angular-paginator.mjs +5 -2
- package/fesm2022/igniteui-angular-paginator.mjs.map +1 -1
- package/fesm2022/igniteui-angular-query-builder.mjs +21 -8
- package/fesm2022/igniteui-angular-query-builder.mjs.map +1 -1
- package/fesm2022/igniteui-angular-splitter.mjs +24 -14
- package/fesm2022/igniteui-angular-splitter.mjs.map +1 -1
- package/fesm2022/igniteui-angular-time-picker.mjs +5 -2
- package/fesm2022/igniteui-angular-time-picker.mjs.map +1 -1
- package/fesm2022/igniteui-angular-tree.mjs +5 -2
- package/fesm2022/igniteui-angular-tree.mjs.map +1 -1
- package/lib/core/styles/components/ripple/_ripple-theme.scss +8 -0
- package/package.json +1 -1
- 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 +1 -0
- package/types/igniteui-angular-banner.d.ts +1 -0
- package/types/igniteui-angular-calendar.d.ts +4 -14
- package/types/igniteui-angular-carousel.d.ts +1 -0
- package/types/igniteui-angular-checkbox.d.ts +0 -36
- package/types/igniteui-angular-chips.d.ts +1 -0
- package/types/igniteui-angular-combo.d.ts +1 -0
- package/types/igniteui-angular-core.d.ts +9 -0
- package/types/igniteui-angular-date-picker.d.ts +1 -0
- package/types/igniteui-angular-directives.d.ts +14 -12
- package/types/igniteui-angular-grids-core.d.ts +2 -0
- package/types/igniteui-angular-grids-grid.d.ts +2 -0
- package/types/igniteui-angular-input-group.d.ts +1 -0
- package/types/igniteui-angular-list.d.ts +1 -0
- package/types/igniteui-angular-paginator.d.ts +1 -0
- package/types/igniteui-angular-query-builder.d.ts +4 -0
- package/types/igniteui-angular-splitter.d.ts +6 -1
- package/types/igniteui-angular-time-picker.d.ts +1 -0
- package/types/igniteui-angular-tree.d.ts +1 -0
|
@@ -37,42 +37,6 @@ declare class IgxCheckboxComponent extends CheckboxBaseDirective implements Afte
|
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
cssClass: string;
|
|
40
|
-
/**
|
|
41
|
-
* Returns if the component is of type `material`.
|
|
42
|
-
*
|
|
43
|
-
* @example
|
|
44
|
-
* ```typescript
|
|
45
|
-
* let checkbox = this.checkbox.material;
|
|
46
|
-
* ```
|
|
47
|
-
*/
|
|
48
|
-
protected get material(): boolean;
|
|
49
|
-
/**
|
|
50
|
-
* Returns if the component is of type `indigo`.
|
|
51
|
-
*
|
|
52
|
-
* @example
|
|
53
|
-
* ```typescript
|
|
54
|
-
* let checkbox = this.checkbox.indigo;
|
|
55
|
-
* ```
|
|
56
|
-
*/
|
|
57
|
-
protected get indigo(): boolean;
|
|
58
|
-
/**
|
|
59
|
-
* Returns if the component is of type `bootstrap`.
|
|
60
|
-
*
|
|
61
|
-
* @example
|
|
62
|
-
* ```typescript
|
|
63
|
-
* let checkbox = this.checkbox.bootstrap;
|
|
64
|
-
* ```
|
|
65
|
-
*/
|
|
66
|
-
protected get bootstrap(): boolean;
|
|
67
|
-
/**
|
|
68
|
-
* Returns if the component is of type `fluent`.
|
|
69
|
-
*
|
|
70
|
-
* @example
|
|
71
|
-
* ```typescript
|
|
72
|
-
* let checkbox = this.checkbox.fluent;
|
|
73
|
-
* ```
|
|
74
|
-
*/
|
|
75
|
-
protected get fluent(): boolean;
|
|
76
40
|
/**
|
|
77
41
|
* Sets/gets whether the checkbox component is on focus.
|
|
78
42
|
* Default value is `false`.
|
|
@@ -456,6 +456,7 @@ declare class IgxChipComponent implements OnInit, OnDestroy {
|
|
|
456
456
|
protected _movedWhileRemoving: boolean;
|
|
457
457
|
protected computedStyles?: CSSStyleDeclaration;
|
|
458
458
|
private _resourceStrings;
|
|
459
|
+
private _customResourceStrings;
|
|
459
460
|
private _defaultResourceStrings;
|
|
460
461
|
constructor();
|
|
461
462
|
/**
|
|
@@ -711,6 +711,7 @@ declare abstract class IgxComboBaseDirective implements IgxComboBase, AfterViewC
|
|
|
711
711
|
protected _displayKey: string;
|
|
712
712
|
protected _remoteSelection: {};
|
|
713
713
|
protected _resourceStrings: IComboResourceStrings;
|
|
714
|
+
protected _customResourceStrings: IComboResourceStrings;
|
|
714
715
|
protected _defaultResourceStrings: igniteui_i18n_core.PrefixedResourceStrings<igniteui_i18n_core.IComboResourceStrings, "igx_">;
|
|
715
716
|
protected _valid: IgxInputState;
|
|
716
717
|
protected ngControl: NgControl;
|
|
@@ -457,6 +457,15 @@ declare function getComponentCssSizeVar(size: string): "var(--ig-size, var(--ig-
|
|
|
457
457
|
* @returns string encoded using the encodeURI function.
|
|
458
458
|
*/
|
|
459
459
|
declare function normalizeURI(path: string): string;
|
|
460
|
+
/**
|
|
461
|
+
* Reads the theme that is actually in effect at a given DOM position, based on the
|
|
462
|
+
* live `--ig-theme` custom property (see `themes/_scoping.scss`'s `themed()` mixin,
|
|
463
|
+
* the single source of truth for coupling emitted CSS to the runtime theme signal).
|
|
464
|
+
* `--ig-theme` inherits, so this reflects the nearest CSS-scoped `theme(...)` call
|
|
465
|
+
* (if any), not necessarily the app's root/global theme.
|
|
466
|
+
*
|
|
467
|
+
* @param el - The element to read the effective theme for.
|
|
468
|
+
*/
|
|
460
469
|
declare function getComponentTheme(el: Element): IgxTheme;
|
|
461
470
|
/**
|
|
462
471
|
* Collection re-created w/ the built in track by identity will always log
|
|
@@ -1120,6 +1120,7 @@ declare class IgxDateRangePickerComponent extends PickerBaseDirective implements
|
|
|
1120
1120
|
private get dialogOverlaySettings();
|
|
1121
1121
|
private get _firstDefinedInRange();
|
|
1122
1122
|
private _resourceStrings;
|
|
1123
|
+
private _customResourceStrings;
|
|
1123
1124
|
private _defaultResourceStrings;
|
|
1124
1125
|
private _doneButtonText;
|
|
1125
1126
|
private _cancelButtonText;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { ElementRef, EventEmitter, AfterViewInit, ChangeDetectorRef,
|
|
3
|
-
import { IBaseEventArgs,
|
|
2
|
+
import { ElementRef, EventEmitter, AfterViewInit, ChangeDetectorRef, Renderer2, AfterContentInit, OnDestroy, TemplateRef, QueryList, EmbeddedViewRef, ViewContainerRef, NgZone, OnInit, OnChanges, SimpleChanges, PipeTransform, ComponentRef, IterableDiffers, EnvironmentInjector, IterableDiffer, TrackByFunction, IterableChanges, AfterViewChecked } from '@angular/core';
|
|
3
|
+
import { IBaseEventArgs, PlatformUtil, IToggleView, IgxOverlayService, CancelableBrowserEventArgs, 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';
|
|
6
6
|
import { NgForOfContext } from '@angular/common';
|
|
@@ -224,7 +224,6 @@ interface IChangeCheckboxEventArgs extends IBaseEventArgs {
|
|
|
224
224
|
}
|
|
225
225
|
declare class CheckboxBaseDirective implements AfterViewInit {
|
|
226
226
|
protected cdr: ChangeDetectorRef;
|
|
227
|
-
protected themeToken: ThemeToken;
|
|
228
227
|
ngControl: NgControl | null;
|
|
229
228
|
/**
|
|
230
229
|
* An event that is emitted after the checkbox state is changed.
|
|
@@ -431,19 +430,11 @@ declare class CheckboxBaseDirective implements AfterViewInit {
|
|
|
431
430
|
* @internal
|
|
432
431
|
*/
|
|
433
432
|
protected _checked: boolean;
|
|
434
|
-
/**
|
|
435
|
-
* @hidden
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
|
-
protected theme: IgxTheme;
|
|
439
433
|
/**
|
|
440
434
|
* @hidden
|
|
441
435
|
* @internal
|
|
442
436
|
*/
|
|
443
437
|
_required: boolean;
|
|
444
|
-
private elRef;
|
|
445
|
-
protected destroyRef: DestroyRef;
|
|
446
|
-
private setComponentTheme;
|
|
447
438
|
/** @hidden @internal */
|
|
448
439
|
onKeyUp(event: KeyboardEvent): void;
|
|
449
440
|
/** @hidden @internal */
|
|
@@ -1926,7 +1917,18 @@ declare class IgxForOfDirective<T, U extends T[] = T[]> extends IgxForOfToken<T,
|
|
|
1926
1917
|
*/
|
|
1927
1918
|
ngOnInit(): void;
|
|
1928
1919
|
ngAfterViewInit(): void;
|
|
1929
|
-
|
|
1920
|
+
/**
|
|
1921
|
+
* @hidden
|
|
1922
|
+
* Resolves the element a view is tracked by.
|
|
1923
|
+
*
|
|
1924
|
+
* The view's root nodes are not always elements: when the template's root is
|
|
1925
|
+
* a control flow block they are comment anchors, and the rendered element
|
|
1926
|
+
* follows the first of them. Both lookups can come up empty - the view may
|
|
1927
|
+
* hold no element at all, or be torn down before its content is rendered -
|
|
1928
|
+
* in which case there is nothing to observe and null is returned.
|
|
1929
|
+
*/
|
|
1930
|
+
protected getViewObservedNode(view: EmbeddedViewRef<any> | null | undefined): Element | null;
|
|
1931
|
+
protected subscribeToViewObserver(target: Element | null): void;
|
|
1930
1932
|
/**
|
|
1931
1933
|
* @hidden
|
|
1932
1934
|
*/
|
|
@@ -6121,6 +6121,7 @@ declare class IgxExcelStyleSearchComponent implements AfterViewInit, OnDestroy {
|
|
|
6121
6121
|
private _containerSize;
|
|
6122
6122
|
private _addToCurrentFilterItem;
|
|
6123
6123
|
private _selectAllItem;
|
|
6124
|
+
private _measuredItemSize?;
|
|
6124
6125
|
private _hierarchicalSelectedItems;
|
|
6125
6126
|
private _focusedItem;
|
|
6126
6127
|
private destroy$;
|
|
@@ -10403,6 +10404,7 @@ declare class IgxPivotDateDimension implements IPivotDimension {
|
|
|
10403
10404
|
locale?: string;
|
|
10404
10405
|
displayName: string;
|
|
10405
10406
|
private _resourceStrings;
|
|
10407
|
+
private _customResourceStrings;
|
|
10406
10408
|
private _baseDimension;
|
|
10407
10409
|
private _options;
|
|
10408
10410
|
/**
|
|
@@ -2120,6 +2120,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
2120
2120
|
protected _hGridSchema: EntityType[];
|
|
2121
2121
|
protected gridComputedStyles: CSSStyleDeclaration;
|
|
2122
2122
|
protected _resourceStrings: IGridResourceStrings;
|
|
2123
|
+
protected _customResourceStrings: IGridResourceStrings;
|
|
2123
2124
|
/** @hidden @internal */
|
|
2124
2125
|
get paginator(): IgxPaginatorComponent | undefined;
|
|
2125
2126
|
/**
|
|
@@ -3790,6 +3791,7 @@ declare abstract class IgxGridBaseDirective implements GridType, OnInit, DoCheck
|
|
|
3790
3791
|
private updateMergedData;
|
|
3791
3792
|
private initLocale;
|
|
3792
3793
|
private onResourceChange;
|
|
3794
|
+
private updateResources;
|
|
3793
3795
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxGridBaseDirective, never>;
|
|
3794
3796
|
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"; "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", "headSelectorsTemplates", "rowSelectorsTemplates", "dragGhostCustomTemplates", "rowEditCustomDirectives", "rowEditTextDirectives", "rowEditActionsDirectives", "actionStripComponents", "dragIndicatorIconTemplates", "rowEditTabsCUSTOM", "toolbar", "paginationComponents"], never, true, never>;
|
|
3795
3797
|
static ngAcceptInputType_autoGenerate: unknown;
|
|
@@ -474,6 +474,7 @@ declare class IgxInputGroupComponent implements IgxInputGroupBase, AfterContentC
|
|
|
474
474
|
private _filled;
|
|
475
475
|
private _theme;
|
|
476
476
|
private _resourceStrings;
|
|
477
|
+
private _customResourceStrings;
|
|
477
478
|
private _defaultResourceStrings;
|
|
478
479
|
private _readOnly;
|
|
479
480
|
/** @hidden @internal */
|
|
@@ -707,6 +707,7 @@ declare class IgxListComponent extends IgxListBaseDirective {
|
|
|
707
707
|
*/
|
|
708
708
|
protected defaultDataLoadingTemplate: TemplateRef<any>;
|
|
709
709
|
private _resourceStrings;
|
|
710
|
+
private _customResourceStrings;
|
|
710
711
|
private _defaultResourceStrings;
|
|
711
712
|
/**
|
|
712
713
|
* Sets the resource strings.
|
|
@@ -106,6 +106,7 @@ declare class IgxPaginatorComponent implements IgxPaginatorToken {
|
|
|
106
106
|
protected _selectOptions: number[];
|
|
107
107
|
protected _perPage: number;
|
|
108
108
|
private _resourceStrings;
|
|
109
|
+
private _customResourceStrings;
|
|
109
110
|
private _defaultResourceStrings;
|
|
110
111
|
private _overlaySettings;
|
|
111
112
|
private defaultSelectValues;
|
|
@@ -14,6 +14,7 @@ import { IgxIconService } from 'igniteui-angular/icon';
|
|
|
14
14
|
declare class IgxQueryBuilderHeaderComponent {
|
|
15
15
|
private _destroyRef;
|
|
16
16
|
private _resourceStrings;
|
|
17
|
+
private _customResourceStrings;
|
|
17
18
|
private _defaultResourceStrings;
|
|
18
19
|
/**
|
|
19
20
|
* @hidden @internal
|
|
@@ -390,6 +391,7 @@ declare class IgxQueryBuilderTreeComponent implements AfterViewInit, OnDestroy {
|
|
|
390
391
|
private _defaultLocale;
|
|
391
392
|
private _entityNewValue;
|
|
392
393
|
private _resourceStrings;
|
|
394
|
+
private _customResourceStrings;
|
|
393
395
|
private _defaultResourceStrings;
|
|
394
396
|
/**
|
|
395
397
|
* Returns if the select entity dropdown at the root level is disabled after the initial selection.
|
|
@@ -666,6 +668,7 @@ declare class IgxQueryBuilderTreeComponent implements AfterViewInit, OnDestroy {
|
|
|
666
668
|
private init;
|
|
667
669
|
private initLocale;
|
|
668
670
|
private onResourceChange;
|
|
671
|
+
private updateResources;
|
|
669
672
|
/** rootGroup is recreated after clicking Apply, which sets new expressionTree and calls init()*/
|
|
670
673
|
protected trackExpressionItem: typeof trackByIdentity;
|
|
671
674
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxQueryBuilderTreeComponent, never>;
|
|
@@ -824,6 +827,7 @@ declare class IgxQueryBuilderComponent implements OnDestroy {
|
|
|
824
827
|
queryTree: IgxQueryBuilderTreeComponent;
|
|
825
828
|
private destroy$;
|
|
826
829
|
private _resourceStrings;
|
|
830
|
+
private _customResourceStrings;
|
|
827
831
|
private _defaultResourceStrings;
|
|
828
832
|
private _expressionTree;
|
|
829
833
|
private _fields;
|
|
@@ -103,7 +103,8 @@ declare class IgxSplitterPaneComponent {
|
|
|
103
103
|
*/
|
|
104
104
|
maxHeight: string;
|
|
105
105
|
/** @hidden @internal */
|
|
106
|
-
owner: any;
|
|
106
|
+
get owner(): any;
|
|
107
|
+
set owner(value: any);
|
|
107
108
|
/**
|
|
108
109
|
* Gets/Sets the size of the current pane.
|
|
109
110
|
* * @example
|
|
@@ -144,6 +145,7 @@ declare class IgxSplitterPaneComponent {
|
|
|
144
145
|
private _size;
|
|
145
146
|
private _dragSize;
|
|
146
147
|
private _collapsed;
|
|
148
|
+
private _owner;
|
|
147
149
|
/**
|
|
148
150
|
* Toggles the collapsed state of the pane.
|
|
149
151
|
*
|
|
@@ -153,6 +155,9 @@ declare class IgxSplitterPaneComponent {
|
|
|
153
155
|
* ```
|
|
154
156
|
*/
|
|
155
157
|
toggle(): void;
|
|
158
|
+
private refreshFlex;
|
|
159
|
+
private resetDragSize;
|
|
160
|
+
private get hasCollapsedSibling();
|
|
156
161
|
/** @hidden @internal */
|
|
157
162
|
private _getSiblings;
|
|
158
163
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxSplitterPaneComponent, never>;
|
|
@@ -246,6 +246,7 @@ declare class IgxTimePickerComponent extends PickerBaseDirective implements IgxT
|
|
|
246
246
|
private _dateMaxValue;
|
|
247
247
|
private _selectedDate;
|
|
248
248
|
private _resourceStrings;
|
|
249
|
+
private _customResourceStrings;
|
|
249
250
|
private _defaultResourceStrings;
|
|
250
251
|
private _okButtonLabel;
|
|
251
252
|
private _cancelButtonLabel;
|
|
@@ -442,6 +442,7 @@ declare class IgxTreeNodeComponent<T> extends ToggleAnimationPlayer implements I
|
|
|
442
442
|
/** @hidden @internal */
|
|
443
443
|
registeredChildren: IgxTreeNodeLinkDirective[];
|
|
444
444
|
private _resourceStrings;
|
|
445
|
+
private _customResourceStrings;
|
|
445
446
|
private _defaultResourceStrings;
|
|
446
447
|
private _tabIndex;
|
|
447
448
|
private _disabled;
|