igniteui-angular 12.2.5 → 12.2.9
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/bundles/igniteui-angular.umd.js +364 -495
- package/bundles/igniteui-angular.umd.js.map +1 -1
- package/esm2015/igniteui-angular.js +106 -107
- package/esm2015/lib/action-strip/grid-actions/grid-editing-actions.component.js +2 -2
- package/esm2015/lib/banner/banner.component.js +1 -1
- package/esm2015/lib/combo/combo-item.component.js +2 -2
- package/esm2015/lib/core/utils.js +24 -2
- package/esm2015/lib/data-operations/data-clone-strategy.js +7 -0
- package/esm2015/lib/data-operations/data-util.js +7 -6
- package/esm2015/lib/directives/radio/radio-group.directive.js +5 -13
- package/esm2015/lib/drop-down/drop-down-item.base.js +1 -5
- package/esm2015/lib/grids/api.service.js +2 -2
- package/esm2015/lib/grids/cell.component.js +1 -17
- package/esm2015/lib/grids/column-actions/column-actions.component.js +3 -7
- package/esm2015/lib/grids/common/crud.service.js +4 -3
- package/esm2015/lib/grids/common/grid.interface.js +1 -1
- package/esm2015/lib/grids/common/pipes.js +2 -2
- package/esm2015/lib/grids/common/row.interface.js +1 -1
- package/esm2015/lib/grids/grid/grid.component.js +3 -7
- package/esm2015/lib/grids/grid-base.directive.js +79 -118
- package/esm2015/lib/grids/grid-public-row.js +18 -16
- package/esm2015/lib/grids/headers/grid-header-row.component.js +2 -2
- package/esm2015/lib/grids/hierarchical-grid/hierarchical-grid.component.js +3 -7
- package/esm2015/lib/grids/row.directive.js +2 -3
- package/esm2015/lib/grids/summaries/grid-summary.service.js +2 -2
- package/esm2015/lib/grids/tree-grid/tree-grid.component.js +3 -7
- package/esm2015/lib/grids/tree-grid/tree-grid.pipes.js +3 -3
- package/esm2015/lib/icon/icon.component.js +1 -6
- package/esm2015/lib/services/overlay/overlay.js +2 -1
- package/esm2015/lib/services/overlay/utilities.js +1 -1
- package/esm2015/lib/services/transaction/base-transaction.js +17 -4
- package/esm2015/lib/services/transaction/igx-hierarchical-transaction.js +3 -4
- package/esm2015/lib/services/transaction/igx-transaction.js +3 -3
- package/esm2015/lib/services/transaction/transaction-factory.service.js +1 -2
- package/esm2015/lib/services/transaction/transaction.js +1 -1
- package/esm2015/lib/toast/toast.component.js +3 -6
- package/esm2015/public_api.js +2 -1
- package/fesm2015/igniteui-angular.js +171 -299
- package/fesm2015/igniteui-angular.js.map +1 -1
- package/igniteui-angular.d.ts +105 -106
- package/igniteui-angular.metadata.json +1 -1
- package/lib/banner/banner.component.d.ts +1 -2
- package/lib/core/utils.d.ts +12 -0
- package/lib/data-operations/data-clone-strategy.d.ts +6 -0
- package/lib/data-operations/data-util.d.ts +3 -2
- package/lib/directives/radio/radio-group.directive.d.ts +4 -4
- package/lib/grids/cell.component.d.ts +0 -9
- package/lib/grids/column-actions/column-actions.component.d.ts +2 -1
- package/lib/grids/common/grid.interface.d.ts +2 -0
- package/lib/grids/common/row.interface.d.ts +1 -0
- package/lib/grids/grid/grid.component.d.ts +2 -1
- package/lib/grids/grid-base.directive.d.ts +66 -37
- package/lib/grids/grid-public-row.d.ts +10 -3
- package/lib/grids/hierarchical-grid/hierarchical-grid.component.d.ts +2 -1
- package/lib/grids/tree-grid/tree-grid.component.d.ts +2 -1
- package/lib/icon/icon.component.d.ts +2 -2
- package/lib/services/overlay/utilities.d.ts +2 -1
- package/lib/services/transaction/base-transaction.d.ts +7 -0
- package/lib/services/transaction/transaction.d.ts +5 -0
- package/lib/toast/toast.component.d.ts +2 -0
- package/migrations/common/filterSourceDirs.d.ts +2 -2
- package/migrations/common/filterSourceDirs.js +2 -2
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
- package/esm2015/lib/core/deprecateDecorators.js +0 -101
- package/lib/core/deprecateDecorators.d.ts +0 -20
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i1 from '@angular/animations';
|
|
2
2
|
import { style, animate, animation, keyframes, AnimationBuilder, useAnimation, trigger, transition } from '@angular/animations';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { Injectable, Directive, Input, HostListener, NgModule, Inject, PLATFORM_ID, SimpleChange, InjectionToken, EventEmitter, Optional, Output, ElementRef, Renderer2, NgZone, Component, ViewChild, HostBinding, forwardRef, ChangeDetectorRef, ViewContainerRef, TemplateRef, IterableDiffers, ComponentFactoryResolver, QueryList, ViewChildren, ChangeDetectionStrategy, ContentChild, ContentChildren, ApplicationRef, Injector,
|
|
4
|
+
import { Injectable, Directive, Input, HostListener, NgModule, isDevMode, Inject, PLATFORM_ID, SimpleChange, InjectionToken, EventEmitter, Optional, Output, ElementRef, Renderer2, NgZone, Component, ViewChild, HostBinding, forwardRef, ChangeDetectorRef, ViewContainerRef, TemplateRef, IterableDiffers, ComponentFactoryResolver, QueryList, ViewChildren, ChangeDetectionStrategy, ContentChild, ContentChildren, ApplicationRef, Injector, Self, SecurityContext, Pipe, LOCALE_ID, Host, NgModuleRef, inject, CUSTOM_ELEMENTS_SCHEMA, SkipSelf } from '@angular/core';
|
|
5
5
|
import { NG_VALUE_ACCESSOR, NG_VALIDATORS, CheckboxRequiredValidator, NgModel, FormControlName, FormsModule, NgControl, ReactiveFormsModule } from '@angular/forms';
|
|
6
6
|
import * as i2 from '@angular/common';
|
|
7
7
|
import { isPlatformBrowser, CommonModule, DOCUMENT, DatePipe, formatDate, FormatWidth, getLocaleDateFormat, getLocaleCurrencyCode, DecimalPipe, CurrencyPipe, PercentPipe, getLocaleNumberFormat, NumberFormatStyle, getCurrencySymbol } from '@angular/common';
|
|
@@ -892,7 +892,7 @@ const run = (id) => {
|
|
|
892
892
|
fn();
|
|
893
893
|
}
|
|
894
894
|
};
|
|
895
|
-
const ɵ0$
|
|
895
|
+
const ɵ0$4 = run;
|
|
896
896
|
const listener = (event) => run(event.data);
|
|
897
897
|
const ɵ1$1 = listener;
|
|
898
898
|
// Use function instead of arrow function to workaround an issue in codesandbox
|
|
@@ -920,6 +920,15 @@ function clearImmediate(id) {
|
|
|
920
920
|
delete queue[id];
|
|
921
921
|
}
|
|
922
922
|
|
|
923
|
+
/**
|
|
924
|
+
* @hidden
|
|
925
|
+
*/
|
|
926
|
+
const showMessage = (message, isMessageShown) => {
|
|
927
|
+
if (!isMessageShown && isDevMode()) {
|
|
928
|
+
console.warn(message);
|
|
929
|
+
}
|
|
930
|
+
return true;
|
|
931
|
+
};
|
|
923
932
|
const mkenum = (x) => x;
|
|
924
933
|
/**
|
|
925
934
|
* Returns the ResizeObserver type or the polyfilled version if not available.
|
|
@@ -960,6 +969,18 @@ const cloneHierarchicalArray = (array, childDataKey) => {
|
|
|
960
969
|
}
|
|
961
970
|
return result;
|
|
962
971
|
};
|
|
972
|
+
/**
|
|
973
|
+
* Creates an object with prototype from provided source and copies
|
|
974
|
+
* all properties descriptors from provided source
|
|
975
|
+
*
|
|
976
|
+
* @param obj Source to copy prototype and descriptors from
|
|
977
|
+
* @returns New object with cloned prototype and property descriptors
|
|
978
|
+
*/
|
|
979
|
+
const copyDescriptors = (obj) => {
|
|
980
|
+
if (obj) {
|
|
981
|
+
return Object.create(Object.getPrototypeOf(obj), Object.getOwnPropertyDescriptors(obj));
|
|
982
|
+
}
|
|
983
|
+
};
|
|
963
984
|
/**
|
|
964
985
|
* Deep clones all first level keys of Obj2 and merges them to Obj1
|
|
965
986
|
*
|
|
@@ -1036,7 +1057,7 @@ const uniqueDates = (columnValues) => columnValues.reduce((a, c) => {
|
|
|
1036
1057
|
* @returns true if provided variable is Object
|
|
1037
1058
|
* @hidden
|
|
1038
1059
|
*/
|
|
1039
|
-
const isObject = (value) => value && value.toString() === '[object Object]';
|
|
1060
|
+
const isObject = (value) => !!(value && value.toString() === '[object Object]');
|
|
1040
1061
|
/**
|
|
1041
1062
|
* Checks if provided variable is Date
|
|
1042
1063
|
*
|
|
@@ -2020,6 +2041,12 @@ var TransactionEventOrigin;
|
|
|
2020
2041
|
TransactionEventOrigin["END"] = "endPending";
|
|
2021
2042
|
})(TransactionEventOrigin || (TransactionEventOrigin = {}));
|
|
2022
2043
|
|
|
2044
|
+
class DefaultDataCloneStrategy {
|
|
2045
|
+
clone(data) {
|
|
2046
|
+
return cloneValue(data);
|
|
2047
|
+
}
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2023
2050
|
/**
|
|
2024
2051
|
* @hidden
|
|
2025
2052
|
*/
|
|
@@ -2126,12 +2153,12 @@ class DataUtil {
|
|
|
2126
2153
|
* @param deleteRows Should delete rows with DELETE transaction type from data
|
|
2127
2154
|
* @returns Provided data collections updated with all provided transactions
|
|
2128
2155
|
*/
|
|
2129
|
-
static mergeTransactions(data, transactions, primaryKey, deleteRows = false) {
|
|
2156
|
+
static mergeTransactions(data, transactions, primaryKey, cloneStrategy = new DefaultDataCloneStrategy(), deleteRows = false) {
|
|
2130
2157
|
data.forEach((item, index) => {
|
|
2131
2158
|
const rowId = primaryKey ? item[primaryKey] : item;
|
|
2132
2159
|
const transaction = transactions.find(t => t.id === rowId);
|
|
2133
2160
|
if (transaction && transaction.type === TransactionType.UPDATE) {
|
|
2134
|
-
data[index] = transaction.newValue;
|
|
2161
|
+
data[index] = mergeObjects(cloneStrategy.clone(data[index]), transaction.newValue);
|
|
2135
2162
|
}
|
|
2136
2163
|
});
|
|
2137
2164
|
if (deleteRows) {
|
|
@@ -2159,7 +2186,7 @@ class DataUtil {
|
|
|
2159
2186
|
* @param deleteRows Should delete rows with DELETE transaction type from data
|
|
2160
2187
|
* @returns Provided data collections updated with all provided transactions
|
|
2161
2188
|
*/
|
|
2162
|
-
static mergeHierarchicalTransactions(data, transactions, childDataKey, primaryKey, deleteRows = false) {
|
|
2189
|
+
static mergeHierarchicalTransactions(data, transactions, childDataKey, primaryKey, cloneStrategy = new DefaultDataCloneStrategy(), deleteRows = false) {
|
|
2163
2190
|
for (const transaction of transactions) {
|
|
2164
2191
|
if (transaction.path) {
|
|
2165
2192
|
const parent = this.findParentFromPath(data, primaryKey, childDataKey, transaction.path);
|
|
@@ -2175,7 +2202,7 @@ class DataUtil {
|
|
|
2175
2202
|
case TransactionType.UPDATE:
|
|
2176
2203
|
const updateIndex = collection.findIndex(x => x[primaryKey] === transaction.id);
|
|
2177
2204
|
if (updateIndex !== -1) {
|
|
2178
|
-
collection[updateIndex] = mergeObjects(
|
|
2205
|
+
collection[updateIndex] = mergeObjects(cloneStrategy.clone(collection[updateIndex]), transaction.newValue);
|
|
2179
2206
|
}
|
|
2180
2207
|
break;
|
|
2181
2208
|
case TransactionType.DELETE:
|
|
@@ -6422,7 +6449,8 @@ class IgxRowCrudState extends IgxCellCrudState {
|
|
|
6422
6449
|
const rowInEditMode = grid.gridAPI.crudService.row;
|
|
6423
6450
|
row.newData = value !== null && value !== void 0 ? value : rowInEditMode.transactionState;
|
|
6424
6451
|
if (rowInEditMode && row.id === rowInEditMode.id) {
|
|
6425
|
-
|
|
6452
|
+
// do not use spread operator here as it will copy everything over an empty object with no descriptors
|
|
6453
|
+
row.data = Object.assign(copyDescriptors(row.data), row.data, rowInEditMode.transactionState);
|
|
6426
6454
|
// TODO: Workaround for updating a row in edit mode through the API
|
|
6427
6455
|
}
|
|
6428
6456
|
else if (this.grid.transactions.enabled) {
|
|
@@ -6678,7 +6706,7 @@ class GridBaseAPIService {
|
|
|
6678
6706
|
}
|
|
6679
6707
|
if (!data) {
|
|
6680
6708
|
if (grid.transactions.enabled) {
|
|
6681
|
-
data = DataUtil.mergeTransactions(cloneArray(grid.data), grid.transactions.getAggregatedChanges(true), grid.primaryKey);
|
|
6709
|
+
data = DataUtil.mergeTransactions(cloneArray(grid.data), grid.transactions.getAggregatedChanges(true), grid.primaryKey, grid.dataCloneStrategy);
|
|
6682
6710
|
const deletedRows = grid.transactions.getTransactionLog().filter(t => t.type === TransactionType.DELETE).map(t => t.id);
|
|
6683
6711
|
deletedRows.forEach(rowID => {
|
|
6684
6712
|
const tempData = grid.primaryKey ? data.map(rec => rec[grid.primaryKey]) : data;
|
|
@@ -7764,7 +7792,7 @@ class IgxRowDirective {
|
|
|
7764
7792
|
*/
|
|
7765
7793
|
get rowData() {
|
|
7766
7794
|
if (this.inEditMode) {
|
|
7767
|
-
return mergeWith(
|
|
7795
|
+
return mergeWith(this.grid.dataCloneStrategy.clone(this._rowData), this.grid.transactions.getAggregatedValue(this.rowID, false), (objValue, srcValue) => {
|
|
7768
7796
|
if (Array.isArray(srcValue)) {
|
|
7769
7797
|
return objValue = srcValue;
|
|
7770
7798
|
}
|
|
@@ -8198,7 +8226,7 @@ IgxRowDirective.propDecorators = {
|
|
|
8198
8226
|
};
|
|
8199
8227
|
|
|
8200
8228
|
const clear = (el) => el === 0 || Boolean(el);
|
|
8201
|
-
const ɵ0$
|
|
8229
|
+
const ɵ0$3 = clear;
|
|
8202
8230
|
const first = (arr) => arr[0];
|
|
8203
8231
|
const ɵ1 = first;
|
|
8204
8232
|
const last = (arr) => arr[arr.length - 1];
|
|
@@ -14534,6 +14562,7 @@ class IgxOverlayService {
|
|
|
14534
14562
|
return null;
|
|
14535
14563
|
}
|
|
14536
14564
|
const hook = this._document.createElement('div');
|
|
14565
|
+
hook.style.display = 'none';
|
|
14537
14566
|
element.parentElement.insertBefore(hook, element);
|
|
14538
14567
|
return hook;
|
|
14539
14568
|
}
|
|
@@ -15086,6 +15115,18 @@ class IgxBaseTransactionService {
|
|
|
15086
15115
|
this._isPending = false;
|
|
15087
15116
|
this._pendingTransactions = [];
|
|
15088
15117
|
this._pendingStates = new Map();
|
|
15118
|
+
this._cloneStrategy = new DefaultDataCloneStrategy();
|
|
15119
|
+
}
|
|
15120
|
+
/**
|
|
15121
|
+
* @inheritdoc
|
|
15122
|
+
*/
|
|
15123
|
+
get cloneStrategy() {
|
|
15124
|
+
return this._cloneStrategy;
|
|
15125
|
+
}
|
|
15126
|
+
set cloneStrategy(strategy) {
|
|
15127
|
+
if (strategy) {
|
|
15128
|
+
this._cloneStrategy = strategy;
|
|
15129
|
+
}
|
|
15089
15130
|
}
|
|
15090
15131
|
/**
|
|
15091
15132
|
* @inheritdoc
|
|
@@ -15201,7 +15242,7 @@ class IgxBaseTransactionService {
|
|
|
15201
15242
|
}
|
|
15202
15243
|
}
|
|
15203
15244
|
else {
|
|
15204
|
-
state = { value:
|
|
15245
|
+
state = { value: this.cloneStrategy.clone(transaction.newValue), recordRef, type: transaction.type };
|
|
15205
15246
|
states.set(transaction.id, state);
|
|
15206
15247
|
}
|
|
15207
15248
|
}
|
|
@@ -15223,7 +15264,7 @@ class IgxBaseTransactionService {
|
|
|
15223
15264
|
*/
|
|
15224
15265
|
mergeValues(first, second) {
|
|
15225
15266
|
if (isObject(first) || isObject(second)) {
|
|
15226
|
-
return mergeObjects(
|
|
15267
|
+
return mergeObjects(this.cloneStrategy.clone(first), second);
|
|
15227
15268
|
}
|
|
15228
15269
|
else {
|
|
15229
15270
|
return second ? second : first;
|
|
@@ -15488,7 +15529,7 @@ class IgxTransactionService extends IgxBaseTransactionService {
|
|
|
15488
15529
|
}
|
|
15489
15530
|
}
|
|
15490
15531
|
else {
|
|
15491
|
-
state = { value:
|
|
15532
|
+
state = { value: this.cloneStrategy.clone(transaction.newValue), recordRef, type: transaction.type };
|
|
15492
15533
|
states.set(transaction.id, state);
|
|
15493
15534
|
}
|
|
15494
15535
|
// should not clean pending state. This will happen automatically on endPending call
|
|
@@ -15562,7 +15603,7 @@ class IgxHierarchicalTransactionService extends IgxTransactionService {
|
|
|
15562
15603
|
getAggregatedChanges(mergeChanges) {
|
|
15563
15604
|
const result = [];
|
|
15564
15605
|
this._states.forEach((state, key) => {
|
|
15565
|
-
const value = mergeChanges ? this.mergeValues(state.recordRef, state.value) :
|
|
15606
|
+
const value = mergeChanges ? this.mergeValues(state.recordRef, state.value) : this.cloneStrategy.clone(state.value);
|
|
15566
15607
|
this.clearArraysFromObject(value);
|
|
15567
15608
|
result.push({ id: key, path: state.path, newValue: value, type: state.type });
|
|
15568
15609
|
});
|
|
@@ -15574,7 +15615,7 @@ class IgxHierarchicalTransactionService extends IgxTransactionService {
|
|
|
15574
15615
|
if (id !== undefined) {
|
|
15575
15616
|
transactions = transactions.filter(t => t.id === id);
|
|
15576
15617
|
}
|
|
15577
|
-
DataUtil.mergeHierarchicalTransactions(data, transactions, childDataKey, primaryKeyOrId, true);
|
|
15618
|
+
DataUtil.mergeHierarchicalTransactions(data, transactions, childDataKey, primaryKeyOrId, this.cloneStrategy, true);
|
|
15578
15619
|
this.clear(id);
|
|
15579
15620
|
}
|
|
15580
15621
|
else {
|
|
@@ -15661,7 +15702,6 @@ class IgxHierarchicalTransactionFactory extends IgxFlatTransactionFactory {
|
|
|
15661
15702
|
switch (type) {
|
|
15662
15703
|
case ("Base" /* Base */):
|
|
15663
15704
|
return new IgxHierarchicalTransactionService();
|
|
15664
|
-
;
|
|
15665
15705
|
default:
|
|
15666
15706
|
return new IgxBaseTransactionService();
|
|
15667
15707
|
}
|
|
@@ -16382,105 +16422,6 @@ IgxSelectionAPIService.decorators = [
|
|
|
16382
16422
|
},] }
|
|
16383
16423
|
];
|
|
16384
16424
|
|
|
16385
|
-
/**
|
|
16386
|
-
* @hidden
|
|
16387
|
-
*/
|
|
16388
|
-
const DeprecateClass = (message) => {
|
|
16389
|
-
let isMessageShown = false;
|
|
16390
|
-
return (originalClass) => class extends originalClass {
|
|
16391
|
-
constructor(...args) {
|
|
16392
|
-
const target = originalClass;
|
|
16393
|
-
const targetName = typeof target === 'function' ? target.name : target.constructor.name;
|
|
16394
|
-
isMessageShown = showMessage(`${targetName}: ${message}`, isMessageShown);
|
|
16395
|
-
super(...args);
|
|
16396
|
-
}
|
|
16397
|
-
};
|
|
16398
|
-
};
|
|
16399
|
-
/**
|
|
16400
|
-
* @hidden
|
|
16401
|
-
*/
|
|
16402
|
-
function DeprecateMethod(message) {
|
|
16403
|
-
let isMessageShown = false;
|
|
16404
|
-
return function (target, key, descriptor) {
|
|
16405
|
-
if (descriptor && descriptor.value) {
|
|
16406
|
-
const originalMethod = descriptor.value;
|
|
16407
|
-
descriptor.value = function () {
|
|
16408
|
-
const targetName = typeof target === 'function' ? target.name : target.constructor.name;
|
|
16409
|
-
isMessageShown = showMessage(`${targetName}.${key}: ${message}`, isMessageShown);
|
|
16410
|
-
const args = [];
|
|
16411
|
-
for (const x of arguments) {
|
|
16412
|
-
args.push(x);
|
|
16413
|
-
}
|
|
16414
|
-
return originalMethod.call(this, ...args);
|
|
16415
|
-
};
|
|
16416
|
-
return descriptor;
|
|
16417
|
-
}
|
|
16418
|
-
};
|
|
16419
|
-
}
|
|
16420
|
-
/**
|
|
16421
|
-
* @hidden
|
|
16422
|
-
*/
|
|
16423
|
-
function DeprecateProperty(message) {
|
|
16424
|
-
return function (target, key) {
|
|
16425
|
-
let isMessageShown = false;
|
|
16426
|
-
const messageToDisplay = `${target.constructor.name}.${key}: ${message}`;
|
|
16427
|
-
// if the target already has the property defined
|
|
16428
|
-
const originalDescriptor = Object.getOwnPropertyDescriptor(target, key);
|
|
16429
|
-
if (originalDescriptor) {
|
|
16430
|
-
const getter = originalDescriptor.get;
|
|
16431
|
-
const setter = originalDescriptor.set;
|
|
16432
|
-
if (getter) {
|
|
16433
|
-
originalDescriptor.get = function () {
|
|
16434
|
-
isMessageShown = showMessage(messageToDisplay, isMessageShown);
|
|
16435
|
-
return getter.call(this);
|
|
16436
|
-
};
|
|
16437
|
-
}
|
|
16438
|
-
if (setter) {
|
|
16439
|
-
originalDescriptor.set = function (value) {
|
|
16440
|
-
isMessageShown = showMessage(messageToDisplay, isMessageShown);
|
|
16441
|
-
setter.call(this, value);
|
|
16442
|
-
};
|
|
16443
|
-
}
|
|
16444
|
-
return originalDescriptor;
|
|
16445
|
-
}
|
|
16446
|
-
// the target doesn't contain a descriptor for that property, so create one
|
|
16447
|
-
// use backing field to set/get the value of the property to ensure there won't be infinite recursive calls
|
|
16448
|
-
const newKey = generateUniqueKey(target, key);
|
|
16449
|
-
Object.defineProperty(target, key, {
|
|
16450
|
-
configurable: true,
|
|
16451
|
-
enumerable: true,
|
|
16452
|
-
set(value) {
|
|
16453
|
-
isMessageShown = showMessage(messageToDisplay, isMessageShown);
|
|
16454
|
-
this[newKey] = value;
|
|
16455
|
-
},
|
|
16456
|
-
get() {
|
|
16457
|
-
isMessageShown = showMessage(messageToDisplay, isMessageShown);
|
|
16458
|
-
return this[newKey];
|
|
16459
|
-
}
|
|
16460
|
-
});
|
|
16461
|
-
};
|
|
16462
|
-
}
|
|
16463
|
-
/**
|
|
16464
|
-
* @hidden
|
|
16465
|
-
*/
|
|
16466
|
-
const generateUniqueKey = (target, key) => {
|
|
16467
|
-
let newKey = '_' + key;
|
|
16468
|
-
while (target.hasOwnProperty(newKey)) {
|
|
16469
|
-
newKey = '_' + newKey;
|
|
16470
|
-
}
|
|
16471
|
-
return newKey;
|
|
16472
|
-
};
|
|
16473
|
-
const ɵ0$3 = generateUniqueKey;
|
|
16474
|
-
/**
|
|
16475
|
-
* @hidden
|
|
16476
|
-
*/
|
|
16477
|
-
const showMessage = (message, isMessageShown) => {
|
|
16478
|
-
if (!isMessageShown && isDevMode()) {
|
|
16479
|
-
console.warn(message);
|
|
16480
|
-
}
|
|
16481
|
-
return true;
|
|
16482
|
-
};
|
|
16483
|
-
|
|
16484
16425
|
let NEXT_ID$t = 0;
|
|
16485
16426
|
/**
|
|
16486
16427
|
* The `<igx-drop-down-item>` is a container intended for row items in
|
|
@@ -16550,7 +16491,6 @@ IgxDropDownGroupComponent.propDecorators = {
|
|
|
16550
16491
|
};
|
|
16551
16492
|
|
|
16552
16493
|
let NEXT_ID$s = 0;
|
|
16553
|
-
let warningShown = false;
|
|
16554
16494
|
/**
|
|
16555
16495
|
* An abstract class defining a drop-down item:
|
|
16556
16496
|
* With properties / styles for selection, highlight, height
|
|
@@ -16615,8 +16555,6 @@ class IgxDropDownItemBaseDirective {
|
|
|
16615
16555
|
*/
|
|
16616
16556
|
get index() {
|
|
16617
16557
|
if (this._index === null) {
|
|
16618
|
-
warningShown = showMessage('IgxDropDownItemBaseDirective: Automatic index is deprecated.' +
|
|
16619
|
-
'Bind in the template instead using `<igx-drop-down-item [index]="i"` instead.`', warningShown);
|
|
16620
16558
|
return this.itemIndex;
|
|
16621
16559
|
}
|
|
16622
16560
|
return this._index;
|
|
@@ -19115,9 +19053,6 @@ IgxIconComponent.propDecorators = {
|
|
|
19115
19053
|
getInactive: [{ type: HostBinding, args: ['class.igx-icon--inactive',] }],
|
|
19116
19054
|
getColor: [{ type: HostBinding, args: ['style.color',] }]
|
|
19117
19055
|
};
|
|
19118
|
-
__decorate([
|
|
19119
|
-
DeprecateProperty('`color` is deprecated.')
|
|
19120
|
-
], IgxIconComponent.prototype, "color", void 0);
|
|
19121
19056
|
|
|
19122
19057
|
/**
|
|
19123
19058
|
* @hidden
|
|
@@ -23288,10 +23223,10 @@ class IgxRadioGroupDirective {
|
|
|
23288
23223
|
this._setRadioButtonsRequired();
|
|
23289
23224
|
}
|
|
23290
23225
|
/**
|
|
23291
|
-
* An @Input property that allows you to disable the radio group. By default it's false.
|
|
23292
|
-
*
|
|
23293
23226
|
* @deprecated in version 12.2.0
|
|
23294
23227
|
*
|
|
23228
|
+
* An input property that allows you to disable the radio group. By default it's false.
|
|
23229
|
+
*
|
|
23295
23230
|
* @example
|
|
23296
23231
|
* ```html
|
|
23297
23232
|
* <igx-radio-group disabled></igx-radio-group>
|
|
@@ -23305,10 +23240,10 @@ class IgxRadioGroupDirective {
|
|
|
23305
23240
|
this.setDisabledState(value);
|
|
23306
23241
|
}
|
|
23307
23242
|
/**
|
|
23308
|
-
* Sets/gets the position of the `label` in the child radio buttons.
|
|
23309
|
-
*
|
|
23310
23243
|
* @deprecated in version 12.2.0
|
|
23311
23244
|
*
|
|
23245
|
+
* Sets/gets the position of the `label` in the child radio buttons.
|
|
23246
|
+
*
|
|
23312
23247
|
* @remarks
|
|
23313
23248
|
* If not set, `labelPosition` will have value `"after"`.
|
|
23314
23249
|
*
|
|
@@ -23558,12 +23493,6 @@ IgxRadioGroupDirective.propDecorators = {
|
|
|
23558
23493
|
vertical: [{ type: HostBinding, args: ['class.igx-radio-group--vertical',] }],
|
|
23559
23494
|
alignment: [{ type: Input }]
|
|
23560
23495
|
};
|
|
23561
|
-
__decorate([
|
|
23562
|
-
DeprecateProperty('`disabled` is deprecated.')
|
|
23563
|
-
], IgxRadioGroupDirective.prototype, "disabled", null);
|
|
23564
|
-
__decorate([
|
|
23565
|
-
DeprecateProperty('`labelPosition` is deprecated.')
|
|
23566
|
-
], IgxRadioGroupDirective.prototype, "labelPosition", null);
|
|
23567
23496
|
/**
|
|
23568
23497
|
* @hidden
|
|
23569
23498
|
*/
|
|
@@ -35074,7 +35003,7 @@ class IgxComboItemComponent extends IgxDropDownItemComponent {
|
|
|
35074
35003
|
IgxComboItemComponent.decorators = [
|
|
35075
35004
|
{ type: Component, args: [{
|
|
35076
35005
|
selector: 'igx-combo-item',
|
|
35077
|
-
template: "<ng-container *ngIf=\"!isHeader\">\n <igx-checkbox [checked]=\"selected\" [disableRipple]=\"true\" [disableTransitions]=\"disableTransitions\" [tabindex]=\"-1\" (click)=\"disableCheck($event)\" class=\"igx-combo__checkbox\"></igx-checkbox>\n</ng-container>\n<span class=\"igx-drop-down__inner\"><ng-content></ng-content></span>\n"
|
|
35006
|
+
template: "<ng-container *ngIf=\"!isHeader\">\n <!-- checkbox should not allow changing its state from UI click (that's why it should be readonly=true), becasue when cancelling the selectionChange event in the combo, then checkbox will still change state.-->\n <igx-checkbox [checked]=\"selected\" [disableRipple]=\"true\" [readonly]=\"true\" [disableTransitions]=\"disableTransitions\" [tabindex]=\"-1\" (click)=\"disableCheck($event)\" class=\"igx-combo__checkbox\"></igx-checkbox>\n</ng-container>\n<span class=\"igx-drop-down__inner\"><ng-content></ng-content></span>\n"
|
|
35078
35007
|
},] }
|
|
35079
35008
|
];
|
|
35080
35009
|
IgxComboItemComponent.ctorParameters = () => [
|
|
@@ -43995,7 +43924,7 @@ class IgxGridSummaryService {
|
|
|
43995
43924
|
const summaryIDs = [];
|
|
43996
43925
|
let data = this.grid.data;
|
|
43997
43926
|
if (this.grid.transactions.enabled) {
|
|
43998
|
-
data = DataUtil.mergeTransactions(cloneArray(this.grid.data), this.grid.transactions.getAggregatedChanges(true), this.grid.primaryKey);
|
|
43927
|
+
data = DataUtil.mergeTransactions(cloneArray(this.grid.data), this.grid.transactions.getAggregatedChanges(true), this.grid.primaryKey, this.grid.dataCloneStrategy);
|
|
43999
43928
|
}
|
|
44000
43929
|
const rowData = this.grid.primaryKey ? data.find(rec => rec[this.grid.primaryKey] === rowID) : rowID;
|
|
44001
43930
|
let id = '{ ';
|
|
@@ -48420,7 +48349,7 @@ IgxGridHeaderRowComponent.decorators = [
|
|
|
48420
48349
|
{ type: Component, args: [{
|
|
48421
48350
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
48422
48351
|
selector: 'igx-grid-header-row',
|
|
48423
|
-
template: "<div role=\"rowgroup\" class=\"igx-grid-thead__wrapper\" [style.width.px]=\"width\"\n [
|
|
48352
|
+
template: "<div role=\"rowgroup\" class=\"igx-grid-thead__wrapper\" [style.width.px]=\"width\"\n [class.igx-grid__tr--mrl]=\"hasMRL\">\n\n <!-- Column headers area -->\n <div class=\"igx-grid__tr\" role=\"row\" [style.width.px]=\"width\">\n\n <!-- Left column moving area -->\n <ng-container *ngIf=\"grid.hasMovableColumns && grid.columnInDrag && pinnedColumnCollection.length <= 0\">\n <span id=\"left\" class=\"igx-grid__scroll-on-drag-left\" droppable=\"true\" [style.left.px]=\"grid.pinnedWidth\"\n [igxColumnMovingDrop]=\"headerContainer\"></span>\n </ng-container>\n <ng-container *ngIf=\"grid.hasMovableColumns && grid.columnInDrag && pinnedColumnCollection.length > 0\">\n <span id=\"left\" class=\"igx-grid__scroll-on-drag-pinned\" droppable=\"true\" [style.left.px]=\"grid.pinnedWidth\"\n [igxColumnMovingDrop]=\"headerContainer\"></span>\n </ng-container>\n\n <!-- Row dragging area -->\n <ng-container *ngIf=\"grid.rowDraggable\">\n <div #headerDragContainer class=\"igx-grid__drag-indicator igx-grid__tr-action\" (pointerdown)=\"$event.preventDefault()\" [class.igx-grid__drag-indicator--header]=\"!grid.isRowSelectable\">\n <div style=\"visibility: hidden;\">\n <ng-container *ngTemplateOutlet=\"grid.dragIndicatorIconTemplate || grid.dragIndicatorIconBase\"></ng-container>\n </div>\n </div>\n </ng-container>\n\n <!-- Row selectors area -->\n <ng-container *ngIf=\"grid.showRowSelectors\">\n <div #headerSelectorContainer class=\"igx-grid__cbx-selection igx-grid__tr-action\"\n [class.igx-grid__cbx-selection--push]=\"grid.filteringService.isFilterRowVisible\"\n (click)=\"headerRowSelection($event)\"\n (pointerdown)=\"$event.preventDefault()\">\n <ng-container #headSelector\n *ngTemplateOutlet=\"grid.headSelectorTemplate || headSelectorBaseTemplate; context: rowSelectorsContext\">\n </ng-container>\n </div>\n </ng-container>\n\n <!-- Hierarchical grids expand all area -->\n <ng-container *ngIf=\"isHierarchicalGrid\">\n <div #headerHierarchyExpander\n (click)=\"grid.toggleAll()\"\n (pointerdown)=\"$event.preventDefault()\"\n [hidden]=\"!grid.hasExpandableChildren || !grid.hasVisibleColumns\"\n [ngClass]=\"{\n 'igx-grid__hierarchical-expander igx-grid__hierarchical-expander--header igx-grid__tr-action': grid.hasExpandableChildren,\n 'igx-grid__hierarchical-expander--push': grid.filteringService.isFilterRowVisible,\n 'igx-grid__hierarchical-expander--no-border': grid.isRowSelectable || grid.rowDraggable\n }\">\n <ng-container *ngTemplateOutlet=\"grid.iconTemplate; context: { $implicit: grid }\"></ng-container>\n </div>\n </ng-container>\n\n\n <!-- Grouping icon toggle area -->\n <ng-container *ngIf=\"grid?.groupingExpressions?.length\">\n <div #headerGroupContainer class=\"{{ indentationCSSClasses }}\"\n (click)=\"grid.toggleAllGroupRows()\"\n (pointerdown)=\"$event.preventDefault()\">\n <ng-container *ngTemplateOutlet=\"grid.iconTemplate\"></ng-container>\n </div>\n </ng-container>\n\n <!-- Pinned columns collection from the start -->\n <ng-container *ngIf=\"pinnedColumnCollection.length && grid.isPinningToStart\">\n <ng-container *ngFor=\"let column of pinnedColumnCollection | igxTopLevel\">\n <igx-grid-header-group\n [ngClass]=\"column.headerGroupClasses\"\n [ngStyle]=\"column.headerGroupStyles | igxHeaderGroupStyle:column:grid.pipeTrigger\"\n [column]=\"column\"\n [style.min-width]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\"\n [style.flex-basis]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\">\n </igx-grid-header-group>\n </ng-container>\n </ng-container>\n\n <!-- Unpinned columns collection -->\n <ng-template igxGridFor #headerVirtualContainer let-column\n [igxGridForOf]=\"unpinnedColumnCollection | igxTopLevel\"\n [igxForScrollContainer]=\"grid.parentVirtDir\"\n [igxForContainerSize]=\"grid.unpinnedWidth\"\n [igxForTrackBy]=\"grid.trackColumnChanges\"\n [igxForSizePropName]=\"'calcPixelWidth'\"\n [igxForScrollOrientation]=\"'horizontal'\"\n >\n <igx-grid-header-group\n [ngClass]=\"column.headerGroupClasses\"\n [ngStyle]=\"column.headerGroupStyles |igxHeaderGroupStyle:column:grid.pipeTrigger\"\n [column]=\"column\"\n [style.min-width]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\"\n [style.flex-basis]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\">\n </igx-grid-header-group>\n </ng-template>\n\n <!-- Pinned columns collection at the end -->\n <ng-container *ngIf=\"pinnedColumnCollection.length && !grid.isPinningToStart\">\n <ng-container *ngFor=\"let column of pinnedColumnCollection | igxTopLevel\">\n <igx-grid-header-group\n [ngClass]=\"column.headerGroupClasses\"\n [ngStyle]=\"column.headerGroupStyles |igxHeaderGroupStyle:column:grid.pipeTrigger\"\n [column]=\"column\"\n [style.min-width]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\"\n [style.flex-basis]=\"column.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL\"\n [style.left]=\"column.rightPinnedOffset\">\n </igx-grid-header-group>\n </ng-container>\n </ng-container>\n </div>\n\n <!-- Filter row area -->\n <ng-container *ngIf=\"grid.filteringService.isFilterRowVisible\">\n <igx-grid-filtering-row #filteringRow\n [column]=\"grid.filteringService.filteredColumn\"\n [style.width.px]=\"width\">\n </igx-grid-filtering-row>\n </ng-container>\n\n <!-- Right column moving area -->\n <ng-container *ngIf=\"grid.hasMovableColumns && grid.columnInDrag\">\n <span id=\"right\" class=\"igx-grid__scroll-on-drag-right\" droppable=\"true\" [igxColumnMovingDrop]=\"headerContainer\"></span>\n </ng-container>\n</div>\n\n<!-- Header thumb area -->\n<div class=\"igx-grid-thead__thumb\" [hidden]=\"!grid.hasVerticalScroll()\" [style.width.px]=\"grid.scrollSize\"></div>\n\n<!-- Default row selection header checkbox template -->\n<ng-template #headSelectorBaseTemplate igxHeadSelector let-context>\n <div class=\"igx-grid__cbx-padding\">\n <igx-checkbox\n [tabindex]=\"-1\"\n [readonly]=\"true\"\n [checked]=\"context.selectedCount > 0 && context.totalCount === context.selectedCount\"\n [disableRipple]=\"true\"\n [ngStyle]=\"{'visibility': grid.isMultiRowSelectionEnabled? 'visible' : 'hidden' }\"\n [indeterminate]=\"context.selectedCount > 0 && context.selectedCount !== context.totalCount\"\n [aria-label]=\"grid.headSelectorBaseAriaLabel\"\n #headerCheckbox>\n </igx-checkbox>\n </div>\n</ng-template>\n"
|
|
48424
48353
|
},] }
|
|
48425
48354
|
];
|
|
48426
48355
|
IgxGridHeaderRowComponent.ctorParameters = () => [
|
|
@@ -48600,9 +48529,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48600
48529
|
*/
|
|
48601
48530
|
this.gridScroll = new EventEmitter();
|
|
48602
48531
|
/**
|
|
48532
|
+
* @deprecated in version 12.1.0. Use the corresponding output exposed by the `igx-paginator` component instead
|
|
48533
|
+
*
|
|
48603
48534
|
* Emitted after the current page is changed.
|
|
48604
48535
|
*
|
|
48605
|
-
* @deprecated in version 12.1.0
|
|
48606
48536
|
* @example
|
|
48607
48537
|
* ```html
|
|
48608
48538
|
* <igx-grid (pageChange)="onPageChange($event)"></igx-grid>
|
|
@@ -48615,10 +48545,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48615
48545
|
*/
|
|
48616
48546
|
this.pageChange = new EventEmitter();
|
|
48617
48547
|
/**
|
|
48548
|
+
* @deprecated in version 12.1.0. Use the corresponding output exposed by the `igx-paginator` component instead
|
|
48549
|
+
*
|
|
48618
48550
|
* Emitted when `perPage` property value of the grid is changed.
|
|
48619
48551
|
*
|
|
48620
|
-
* @deprecated in version 12.1.0
|
|
48621
|
-
* @example
|
|
48622
48552
|
* ```html
|
|
48623
48553
|
* <igx-grid #grid (perPageChange)="onPerPageChange($event)" [autoGenerate]="true"></igx-grid>
|
|
48624
48554
|
* ```
|
|
@@ -48635,6 +48565,8 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48635
48565
|
*/
|
|
48636
48566
|
this.class = '';
|
|
48637
48567
|
/**
|
|
48568
|
+
* @deprecated in version 12.2.0. We suggest using `rowClasses` property instead
|
|
48569
|
+
*
|
|
48638
48570
|
* Gets/Sets the styling classes applied to all even `IgxGridRowComponent`s in the grid.
|
|
48639
48571
|
*
|
|
48640
48572
|
* @example
|
|
@@ -48644,6 +48576,8 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48644
48576
|
*/
|
|
48645
48577
|
this.evenRowCSS = 'igx-grid__tr--even';
|
|
48646
48578
|
/**
|
|
48579
|
+
* @deprecated in version 12.2.0. We suggest using `rowClasses` property instead
|
|
48580
|
+
*
|
|
48647
48581
|
* Gets/Sets the styling classes applied to all odd `IgxGridRowComponent`s in the grid.
|
|
48648
48582
|
*
|
|
48649
48583
|
* @example
|
|
@@ -48898,9 +48832,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
48898
48832
|
*/
|
|
48899
48833
|
this.filteringDone = new EventEmitter();
|
|
48900
48834
|
/**
|
|
48835
|
+
* @deprecated in version 12.1.0. Use the corresponding output exposed by the `igx-paginator` component instead
|
|
48836
|
+
*
|
|
48901
48837
|
* Emitted after paging is performed.
|
|
48902
48838
|
*
|
|
48903
|
-
* @deprecated in version 12.1.x
|
|
48904
48839
|
* @remarks
|
|
48905
48840
|
* Returns an object consisting of the previous and next pages.
|
|
48906
48841
|
* @example
|
|
@@ -49383,6 +49318,7 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49383
49318
|
outlet: this.rowOutletDirective,
|
|
49384
49319
|
positionStrategy: this.rowEditPositioningStrategy
|
|
49385
49320
|
};
|
|
49321
|
+
this._dataCloneStrategy = new DefaultDataCloneStrategy();
|
|
49386
49322
|
this.transactionChange$ = new Subject();
|
|
49387
49323
|
this._rendered = false;
|
|
49388
49324
|
this.DRAG_SCROLL_DELTA = 10;
|
|
@@ -49405,11 +49341,29 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49405
49341
|
this.currencyPipe = new CurrencyPipe(this.locale);
|
|
49406
49342
|
this.percentPipe = new PercentPipe(this.locale);
|
|
49407
49343
|
this._transactions = this.transactionFactory.create("None" /* None */);
|
|
49344
|
+
this._transactions.cloneStrategy = this.dataCloneStrategy;
|
|
49408
49345
|
this.cdr.detach();
|
|
49409
49346
|
}
|
|
49410
49347
|
get headerGroups() {
|
|
49411
49348
|
return this.theadRow.groups;
|
|
49412
49349
|
}
|
|
49350
|
+
/**
|
|
49351
|
+
* Gets/Sets the data clone strategy of the grid when in edit mode.
|
|
49352
|
+
*
|
|
49353
|
+
* @example
|
|
49354
|
+
* ```html
|
|
49355
|
+
* <igx-grid #grid [data]="localData" [dataCloneStrategy]="customCloneStrategy"></igx-grid>
|
|
49356
|
+
* ```
|
|
49357
|
+
*/
|
|
49358
|
+
get dataCloneStrategy() {
|
|
49359
|
+
return this._dataCloneStrategy;
|
|
49360
|
+
}
|
|
49361
|
+
set dataCloneStrategy(strategy) {
|
|
49362
|
+
if (strategy) {
|
|
49363
|
+
this._dataCloneStrategy = strategy;
|
|
49364
|
+
this._transactions.cloneStrategy = strategy;
|
|
49365
|
+
}
|
|
49366
|
+
}
|
|
49413
49367
|
get headerContainer() {
|
|
49414
49368
|
return this.theadRow.headerContainer;
|
|
49415
49369
|
}
|
|
@@ -49553,9 +49507,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49553
49507
|
this.notifyChanges(true);
|
|
49554
49508
|
}
|
|
49555
49509
|
/**
|
|
49510
|
+
* @deprecated in version 12.1.0. Use the corresponding method exposed by the `igx-paginator`
|
|
49511
|
+
*
|
|
49556
49512
|
* Gets/Sets whether the paging feature is enabled.
|
|
49557
49513
|
*
|
|
49558
|
-
* @deprecated in version 12.1.x
|
|
49559
49514
|
* @remarks
|
|
49560
49515
|
* The default state is disabled (false).
|
|
49561
49516
|
* @example
|
|
@@ -49573,9 +49528,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49573
49528
|
this.pipeTrigger++;
|
|
49574
49529
|
}
|
|
49575
49530
|
/**
|
|
49531
|
+
* @deprecated in version 12.1.0. Use `page` property form `paginator` component instead
|
|
49532
|
+
*
|
|
49576
49533
|
* Gets/Sets the current page index.
|
|
49577
49534
|
*
|
|
49578
|
-
* @deprecated in version 12.1.x
|
|
49579
49535
|
* @example
|
|
49580
49536
|
* ```html
|
|
49581
49537
|
* <igx-grid #grid [data]="Data" [autoGenerate]="true">
|
|
@@ -49595,9 +49551,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49595
49551
|
}
|
|
49596
49552
|
}
|
|
49597
49553
|
/**
|
|
49554
|
+
* @deprecated in version 12.1.0. Use `perPage` property from `paginator` component instead
|
|
49555
|
+
*
|
|
49598
49556
|
* Gets/Sets the number of visible items per page.
|
|
49599
49557
|
*
|
|
49600
|
-
* @deprecated in version 12.1.x
|
|
49601
49558
|
* @remarks
|
|
49602
49559
|
* The default is 15.
|
|
49603
49560
|
* @example
|
|
@@ -49618,9 +49575,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49618
49575
|
}
|
|
49619
49576
|
}
|
|
49620
49577
|
/**
|
|
49578
|
+
* @deprecated in version 10.1.0
|
|
49579
|
+
*
|
|
49621
49580
|
* Gets/Sets whether the column hiding UI is enabled.
|
|
49622
49581
|
*
|
|
49623
|
-
* @deprecated
|
|
49624
49582
|
* @remarks
|
|
49625
49583
|
* By default it is disabled (false). In order for the UI to work, you need to enable the toolbar as shown in the example below.
|
|
49626
49584
|
* @example
|
|
@@ -49818,9 +49776,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49818
49776
|
return this._emptyFilteredGridMessage || this.resourceStrings.igx_grid_emptyFilteredGrid_message;
|
|
49819
49777
|
}
|
|
49820
49778
|
/**
|
|
49821
|
-
*
|
|
49779
|
+
* @deprecated in version 10.1.0
|
|
49822
49780
|
*
|
|
49823
|
-
*
|
|
49781
|
+
* Gets/Sets the title to be displayed in the built-in column hiding UI.
|
|
49824
49782
|
*
|
|
49825
49783
|
* @example
|
|
49826
49784
|
* ```html
|
|
@@ -49858,9 +49816,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49858
49816
|
this._pinning = value;
|
|
49859
49817
|
}
|
|
49860
49818
|
/**
|
|
49861
|
-
*
|
|
49819
|
+
* @deprecated in version 10.1.0
|
|
49862
49820
|
*
|
|
49863
|
-
*
|
|
49821
|
+
* Gets/Sets if the built-in column pinning UI should be shown in the toolbar.
|
|
49864
49822
|
*
|
|
49865
49823
|
* @example
|
|
49866
49824
|
* ```html
|
|
@@ -49875,9 +49833,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
49875
49833
|
this.notifyChanges();
|
|
49876
49834
|
}
|
|
49877
49835
|
/**
|
|
49878
|
-
*
|
|
49836
|
+
* @deprecated in version 10.1.0
|
|
49879
49837
|
*
|
|
49880
|
-
*
|
|
49838
|
+
* Gets/Sets the title to be displayed in the UI of the column pinning.
|
|
49881
49839
|
*
|
|
49882
49840
|
* @example
|
|
49883
49841
|
* ```html
|
|
@@ -50324,9 +50282,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50324
50282
|
return this.pinnedColumns.filter(col => !col.columnLayout).length;
|
|
50325
50283
|
}
|
|
50326
50284
|
/**
|
|
50327
|
-
*
|
|
50285
|
+
* @deprecated in version 10.1.0
|
|
50328
50286
|
*
|
|
50329
|
-
*
|
|
50287
|
+
* Gets/Sets the text to be displayed inside the toggle button.
|
|
50330
50288
|
*
|
|
50331
50289
|
* @remarks
|
|
50332
50290
|
* Used for the built-in column hiding UI of the`IgxColumnComponent`.
|
|
@@ -50335,7 +50293,6 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50335
50293
|
* <igx-grid [columnHiding]="true" [showToolbar]="true" [hiddenColumnsText]="'Hidden Columns'"></igx-grid>
|
|
50336
50294
|
* ```
|
|
50337
50295
|
*/
|
|
50338
|
-
// @DeprecateProperty('`hiddenColumnsText` is deprecated')
|
|
50339
50296
|
get hiddenColumnsText() {
|
|
50340
50297
|
return this._hiddenColumnsText;
|
|
50341
50298
|
}
|
|
@@ -50344,9 +50301,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50344
50301
|
this.notifyChanges();
|
|
50345
50302
|
}
|
|
50346
50303
|
/**
|
|
50347
|
-
*
|
|
50304
|
+
* @deprecated in version 10.1.0
|
|
50348
50305
|
*
|
|
50349
|
-
*
|
|
50306
|
+
* Gets/Sets the text to be displayed inside the toggle button.
|
|
50350
50307
|
*
|
|
50351
50308
|
* @remarks
|
|
50352
50309
|
* Used for the built-in column pinning UI of the`IgxColumnComponent`.
|
|
@@ -50416,9 +50373,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50416
50373
|
return this._currencyPositionLeft = i < 1;
|
|
50417
50374
|
}
|
|
50418
50375
|
/**
|
|
50419
|
-
*
|
|
50376
|
+
* @deprecated in version 11.0.0
|
|
50420
50377
|
*
|
|
50421
|
-
*
|
|
50378
|
+
* Gets/Sets whether the toolbar is shown.
|
|
50422
50379
|
*
|
|
50423
50380
|
* @example
|
|
50424
50381
|
* ```html
|
|
@@ -50432,9 +50389,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50432
50389
|
this._showToolbar = newValue;
|
|
50433
50390
|
}
|
|
50434
50391
|
/**
|
|
50435
|
-
*
|
|
50392
|
+
* @deprecated in version 11.0.0
|
|
50436
50393
|
*
|
|
50437
|
-
*
|
|
50394
|
+
* Gets/Sets the toolbar's title.
|
|
50438
50395
|
*
|
|
50439
50396
|
* @example
|
|
50440
50397
|
* ```html
|
|
@@ -50449,9 +50406,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50449
50406
|
this.notifyChanges();
|
|
50450
50407
|
}
|
|
50451
50408
|
/**
|
|
50452
|
-
*
|
|
50409
|
+
* @deprecated `exportExcel` is deprecated
|
|
50453
50410
|
*
|
|
50454
|
-
*
|
|
50411
|
+
* Gets/Sets whether exporting to MS Excel is enabled or disabled.
|
|
50455
50412
|
*
|
|
50456
50413
|
* @example
|
|
50457
50414
|
* ```html
|
|
@@ -50466,9 +50423,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50466
50423
|
this.notifyChanges();
|
|
50467
50424
|
}
|
|
50468
50425
|
/**
|
|
50469
|
-
*
|
|
50426
|
+
* @deprecated `exportCsv` is deprecated
|
|
50470
50427
|
*
|
|
50471
|
-
*
|
|
50428
|
+
* Gets/Sets whether the option for exporting to CSV is enabled or disabled.
|
|
50472
50429
|
*
|
|
50473
50430
|
* ```html
|
|
50474
50431
|
* <igx-grid [data]="localData" [showToolbar]="true" [autoGenerate]="true" [exportCsv]="true"></igx-grid>
|
|
@@ -50482,9 +50439,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50482
50439
|
this.notifyChanges();
|
|
50483
50440
|
}
|
|
50484
50441
|
/**
|
|
50485
|
-
*
|
|
50442
|
+
* @deprecated `exportText` is deprecated
|
|
50486
50443
|
*
|
|
50487
|
-
*
|
|
50444
|
+
* Gets/Sets the textual content for the main export button.
|
|
50488
50445
|
*
|
|
50489
50446
|
* @example
|
|
50490
50447
|
* ```html
|
|
@@ -50499,9 +50456,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50499
50456
|
this.notifyChanges();
|
|
50500
50457
|
}
|
|
50501
50458
|
/**
|
|
50502
|
-
*
|
|
50459
|
+
* @deprecated `exportExcelText` is deprecated
|
|
50503
50460
|
*
|
|
50504
|
-
*
|
|
50461
|
+
* Gets/Sets the textual content for the MS Excel export button.
|
|
50505
50462
|
*
|
|
50506
50463
|
* ```html
|
|
50507
50464
|
* <igx-grid [exportExcelText]="'My Excel Exporter" [showToolbar]="true" [exportText]="'My Exporter'" [exportCsv]="true"></igx-grid>
|
|
@@ -50515,9 +50472,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
50515
50472
|
this.notifyChanges();
|
|
50516
50473
|
}
|
|
50517
50474
|
/**
|
|
50518
|
-
*
|
|
50475
|
+
* @deprecated `exportCsvText` is deprecated
|
|
50519
50476
|
*
|
|
50520
|
-
*
|
|
50477
|
+
* Gets/Sets the textual content for the CSV export button.
|
|
50521
50478
|
*
|
|
50522
50479
|
* @example
|
|
50523
50480
|
* ```html
|
|
@@ -51611,9 +51568,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51611
51568
|
return this._visibleColumns;
|
|
51612
51569
|
}
|
|
51613
51570
|
/**
|
|
51571
|
+
* @deprecated in version 12.1.0. Use the corresponding property exposed by the `igx-paginator`
|
|
51572
|
+
*
|
|
51614
51573
|
* Gets the total number of pages.
|
|
51615
51574
|
*
|
|
51616
|
-
* @deprecated in version 12.1.0
|
|
51617
51575
|
* @example
|
|
51618
51576
|
* ```typescript
|
|
51619
51577
|
* const totalPages = this.grid.totalPages;
|
|
@@ -51624,9 +51582,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51624
51582
|
return (_a = this.paginator) === null || _a === void 0 ? void 0 : _a.totalPages;
|
|
51625
51583
|
}
|
|
51626
51584
|
/**
|
|
51585
|
+
* @deprecated in version 12.1.0. Use the corresponding property exposed by the `igx-paginator`
|
|
51586
|
+
*
|
|
51627
51587
|
* Gets if the current page is the first page.
|
|
51628
51588
|
*
|
|
51629
|
-
* @deprecated in version 12.1.0
|
|
51630
51589
|
* @example
|
|
51631
51590
|
* ```typescript
|
|
51632
51591
|
* const firstPage = this.grid.isFirstPage;
|
|
@@ -51636,9 +51595,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51636
51595
|
return this.paginator.isLastPage;
|
|
51637
51596
|
}
|
|
51638
51597
|
/**
|
|
51598
|
+
* @deprecated in version 12.1.0. Use the corresponding method exposed by the `igx-paginator`
|
|
51599
|
+
*
|
|
51639
51600
|
* Goes to the next page, if the grid is not already at the last page.
|
|
51640
51601
|
*
|
|
51641
|
-
* @deprecated in version 12.1.0
|
|
51642
51602
|
* @example
|
|
51643
51603
|
* ```typescript
|
|
51644
51604
|
* this.grid1.nextPage();
|
|
@@ -51650,9 +51610,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51650
51610
|
(_a = this.paginator) === null || _a === void 0 ? void 0 : _a.nextPage();
|
|
51651
51611
|
}
|
|
51652
51612
|
/**
|
|
51613
|
+
* @deprecated in version 12.1.0. Use the corresponding method exposed by the `igx-paginator`
|
|
51614
|
+
*
|
|
51653
51615
|
* Goes to the previous page, if the grid is not already at the first page.
|
|
51654
51616
|
*
|
|
51655
|
-
* @deprecated in version 12.1.0
|
|
51656
51617
|
* @example
|
|
51657
51618
|
* ```typescript
|
|
51658
51619
|
* this.grid1.previousPage();
|
|
@@ -51688,9 +51649,10 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51688
51649
|
}
|
|
51689
51650
|
}
|
|
51690
51651
|
/**
|
|
51652
|
+
* @deprecated in version 12.1.0. Use the corresponding property exposed by the `igx-paginator`
|
|
51653
|
+
*
|
|
51691
51654
|
* Returns if the current page is the last page.
|
|
51692
51655
|
*
|
|
51693
|
-
* @deprecated in version 12.1.0
|
|
51694
51656
|
* @example
|
|
51695
51657
|
* ```typescript
|
|
51696
51658
|
* const lastPage = this.grid.isLastPage;
|
|
@@ -51787,6 +51749,8 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
51787
51749
|
this._columnsReordered(column);
|
|
51788
51750
|
}
|
|
51789
51751
|
/**
|
|
51752
|
+
* @deprecated in version 12.1.0. Use the corresponding method exposed by the `igx-paginator`
|
|
51753
|
+
*
|
|
51790
51754
|
* Goes to the desired page index.
|
|
51791
51755
|
*
|
|
51792
51756
|
* @example
|
|
@@ -53386,6 +53350,9 @@ class IgxGridBaseDirective extends DisplayDensityBase {
|
|
|
53386
53350
|
else {
|
|
53387
53351
|
this._transactions = this.transactionFactory.create("None" /* None */);
|
|
53388
53352
|
}
|
|
53353
|
+
if (this.dataCloneStrategy) {
|
|
53354
|
+
this._transactions.cloneStrategy = this.dataCloneStrategy;
|
|
53355
|
+
}
|
|
53389
53356
|
}
|
|
53390
53357
|
subscribeToTransactions() {
|
|
53391
53358
|
this.transactionChange$.next();
|
|
@@ -54647,6 +54614,7 @@ IgxGridBaseDirective.propDecorators = {
|
|
|
54647
54614
|
primaryKey: [{ type: Input }],
|
|
54648
54615
|
uniqueColumnValuesStrategy: [{ type: Input }],
|
|
54649
54616
|
excelStyleFilteringComponents: [{ type: ContentChildren, args: [IgxGridExcelStyleFilteringComponent, { read: IgxGridExcelStyleFilteringComponent, descendants: false },] }],
|
|
54617
|
+
dataCloneStrategy: [{ type: Input }],
|
|
54650
54618
|
cellClick: [{ type: Output }],
|
|
54651
54619
|
selected: [{ type: Output }],
|
|
54652
54620
|
rowSelected: [{ type: Output }],
|
|
@@ -54801,24 +54769,9 @@ IgxGridBaseDirective.propDecorators = {
|
|
|
54801
54769
|
totalRecords: [{ type: Input }],
|
|
54802
54770
|
selectRowOnClick: [{ type: Input }]
|
|
54803
54771
|
};
|
|
54804
|
-
__decorate([
|
|
54805
|
-
DeprecateProperty('`pageChange` is deprecated. Use the corresponding output exposed by the `igx-paginator` component instead.')
|
|
54806
|
-
], IgxGridBaseDirective.prototype, "pageChange", void 0);
|
|
54807
|
-
__decorate([
|
|
54808
|
-
DeprecateProperty('`perPageChange` is deprecated. Use the corresponding output exposed by the `igx-paginator` component instead.')
|
|
54809
|
-
], IgxGridBaseDirective.prototype, "perPageChange", void 0);
|
|
54810
|
-
__decorate([
|
|
54811
|
-
DeprecateProperty('`evenRowCSS` is deprecated. We suggest using `rowClasses` property instead.')
|
|
54812
|
-
], IgxGridBaseDirective.prototype, "evenRowCSS", void 0);
|
|
54813
|
-
__decorate([
|
|
54814
|
-
DeprecateProperty('`oddRowCSS` is deprecated. We suggest using `rowClasses` property instead.')
|
|
54815
|
-
], IgxGridBaseDirective.prototype, "oddRowCSS", void 0);
|
|
54816
54772
|
__decorate([
|
|
54817
54773
|
WatchChanges()
|
|
54818
54774
|
], IgxGridBaseDirective.prototype, "primaryKey", void 0);
|
|
54819
|
-
__decorate([
|
|
54820
|
-
DeprecateProperty('`pagingDone` is deprecated. Use the corresponding output exposed by the `igx-paginator` component instead.')
|
|
54821
|
-
], IgxGridBaseDirective.prototype, "pagingDone", void 0);
|
|
54822
54775
|
__decorate([
|
|
54823
54776
|
WatchChanges()
|
|
54824
54777
|
], IgxGridBaseDirective.prototype, "filteringLogic", null);
|
|
@@ -54828,18 +54781,6 @@ __decorate([
|
|
|
54828
54781
|
__decorate([
|
|
54829
54782
|
WatchChanges()
|
|
54830
54783
|
], IgxGridBaseDirective.prototype, "advancedFilteringExpressionsTree", null);
|
|
54831
|
-
__decorate([
|
|
54832
|
-
DeprecateProperty('`paging` is deprecated')
|
|
54833
|
-
], IgxGridBaseDirective.prototype, "paging", null);
|
|
54834
|
-
__decorate([
|
|
54835
|
-
DeprecateProperty('`page` is deprecated. Use `page` property form `paginator` component instead.')
|
|
54836
|
-
], IgxGridBaseDirective.prototype, "page", null);
|
|
54837
|
-
__decorate([
|
|
54838
|
-
DeprecateProperty('`perPage` is deprecated. Use `perPage` property from `paginator` component instead.')
|
|
54839
|
-
], IgxGridBaseDirective.prototype, "perPage", null);
|
|
54840
|
-
__decorate([
|
|
54841
|
-
DeprecateProperty('`columnHiding` is deprecated.')
|
|
54842
|
-
], IgxGridBaseDirective.prototype, "columnHiding", null);
|
|
54843
54784
|
__decorate([
|
|
54844
54785
|
WatchChanges()
|
|
54845
54786
|
], IgxGridBaseDirective.prototype, "hideRowSelectors", null);
|
|
@@ -54861,42 +54802,9 @@ __decorate([
|
|
|
54861
54802
|
__decorate([
|
|
54862
54803
|
WatchChanges()
|
|
54863
54804
|
], IgxGridBaseDirective.prototype, "isLoading", null);
|
|
54864
|
-
__decorate([
|
|
54865
|
-
DeprecateProperty('`columnHidingTitle` is deprecated')
|
|
54866
|
-
], IgxGridBaseDirective.prototype, "columnHidingTitle", null);
|
|
54867
|
-
__decorate([
|
|
54868
|
-
DeprecateProperty('`columnPinning` is deprecated')
|
|
54869
|
-
], IgxGridBaseDirective.prototype, "columnPinning", null);
|
|
54870
|
-
__decorate([
|
|
54871
|
-
DeprecateProperty('`columnPinningTitle` is deprecated')
|
|
54872
|
-
], IgxGridBaseDirective.prototype, "columnPinningTitle", null);
|
|
54873
54805
|
__decorate([
|
|
54874
54806
|
WatchChanges()
|
|
54875
54807
|
], IgxGridBaseDirective.prototype, "sortingExpressions", null);
|
|
54876
|
-
__decorate([
|
|
54877
|
-
DeprecateProperty('`pinnedColumnsText` is deprecated')
|
|
54878
|
-
], IgxGridBaseDirective.prototype, "pinnedColumnsText", null);
|
|
54879
|
-
__decorate([
|
|
54880
|
-
DeprecateProperty('`showToolbar` is deprecated')
|
|
54881
|
-
], IgxGridBaseDirective.prototype, "showToolbar", null);
|
|
54882
|
-
__decorate([
|
|
54883
|
-
DeprecateProperty('`toolbarTitle` is deprecated')
|
|
54884
|
-
], IgxGridBaseDirective.prototype, "toolbarTitle", null);
|
|
54885
|
-
__decorate([
|
|
54886
|
-
DeprecateProperty('`exportExcel` is deprecated')
|
|
54887
|
-
], IgxGridBaseDirective.prototype, "exportExcel", null);
|
|
54888
|
-
__decorate([
|
|
54889
|
-
DeprecateProperty('`exportCsv` is deprecated')
|
|
54890
|
-
], IgxGridBaseDirective.prototype, "exportCsv", null);
|
|
54891
|
-
__decorate([
|
|
54892
|
-
DeprecateProperty('`exportText` is deprecated')
|
|
54893
|
-
], IgxGridBaseDirective.prototype, "exportText", null);
|
|
54894
|
-
__decorate([
|
|
54895
|
-
DeprecateProperty('`exportExcelText` is deprecated')
|
|
54896
|
-
], IgxGridBaseDirective.prototype, "exportExcelText", null);
|
|
54897
|
-
__decorate([
|
|
54898
|
-
DeprecateProperty('`exportCsvText` is deprecated')
|
|
54899
|
-
], IgxGridBaseDirective.prototype, "exportCsvText", null);
|
|
54900
54808
|
__decorate([
|
|
54901
54809
|
WatchChanges()
|
|
54902
54810
|
], IgxGridBaseDirective.prototype, "cellSelection", null);
|
|
@@ -54906,24 +54814,6 @@ __decorate([
|
|
|
54906
54814
|
__decorate([
|
|
54907
54815
|
WatchChanges()
|
|
54908
54816
|
], IgxGridBaseDirective.prototype, "columnSelection", null);
|
|
54909
|
-
__decorate([
|
|
54910
|
-
DeprecateProperty('`totalPages` is deprecated. Use the corresponding property exposed by the `igx-paginator`.')
|
|
54911
|
-
], IgxGridBaseDirective.prototype, "totalPages", null);
|
|
54912
|
-
__decorate([
|
|
54913
|
-
DeprecateProperty('`isFirstPage` is deprecated. Use the corresponding property exposed by the `igx-paginator`.')
|
|
54914
|
-
], IgxGridBaseDirective.prototype, "isFirstPage", null);
|
|
54915
|
-
__decorate([
|
|
54916
|
-
DeprecateMethod('Use the corresponding method exposed by the `igx-paginator`.')
|
|
54917
|
-
], IgxGridBaseDirective.prototype, "nextPage", null);
|
|
54918
|
-
__decorate([
|
|
54919
|
-
DeprecateMethod('Use the corresponding method exposed by the `igx-paginator`.')
|
|
54920
|
-
], IgxGridBaseDirective.prototype, "previousPage", null);
|
|
54921
|
-
__decorate([
|
|
54922
|
-
DeprecateProperty('`isLastPage` is deprecated. Use the corresponding property exposed by the `igx-paginator`.')
|
|
54923
|
-
], IgxGridBaseDirective.prototype, "isLastPage", null);
|
|
54924
|
-
__decorate([
|
|
54925
|
-
DeprecateMethod('Use the corresponding method exposed by the `igx-paginator`.')
|
|
54926
|
-
], IgxGridBaseDirective.prototype, "paginate", null);
|
|
54927
54817
|
__decorate([
|
|
54928
54818
|
WatchChanges()
|
|
54929
54819
|
], IgxGridBaseDirective.prototype, "selectRowOnClick", null);
|
|
@@ -54952,6 +54842,18 @@ class BaseRow {
|
|
|
54952
54842
|
const primaryKey = this.grid.primaryKey;
|
|
54953
54843
|
return primaryKey ? data[primaryKey] : data;
|
|
54954
54844
|
}
|
|
54845
|
+
/**
|
|
54846
|
+
* Gets if this represents add row UI
|
|
54847
|
+
*
|
|
54848
|
+
* ```typescript
|
|
54849
|
+
* let isAddRow = row.addRowUI;
|
|
54850
|
+
* ```
|
|
54851
|
+
*/
|
|
54852
|
+
get addRowUI() {
|
|
54853
|
+
return !!this.grid.crudService.row &&
|
|
54854
|
+
this.grid.crudService.row.getClassName() === IgxAddRow.name &&
|
|
54855
|
+
this.grid.crudService.row.id === this.key;
|
|
54856
|
+
}
|
|
54955
54857
|
/**
|
|
54956
54858
|
* The data record that populates the row.
|
|
54957
54859
|
*
|
|
@@ -54962,7 +54864,7 @@ class BaseRow {
|
|
|
54962
54864
|
get data() {
|
|
54963
54865
|
var _a, _b;
|
|
54964
54866
|
if (this.inEditMode) {
|
|
54965
|
-
return mergeWith(
|
|
54867
|
+
return mergeWith(this.grid.dataCloneStrategy.clone((_a = this._data) !== null && _a !== void 0 ? _a : this.grid.dataView[this.index]), this.grid.transactions.getAggregatedValue(this.key, false), (objValue, srcValue) => {
|
|
54966
54868
|
if (Array.isArray(srcValue)) {
|
|
54967
54869
|
return objValue = srcValue;
|
|
54968
54870
|
}
|
|
@@ -54971,7 +54873,7 @@ class BaseRow {
|
|
|
54971
54873
|
return (_b = this._data) !== null && _b !== void 0 ? _b : this.grid.dataView[this.index];
|
|
54972
54874
|
}
|
|
54973
54875
|
/**
|
|
54974
|
-
* @deprecated Use 'data' instead
|
|
54876
|
+
* @deprecated Use 'data' instead
|
|
54975
54877
|
*
|
|
54976
54878
|
* The data record that populates the row
|
|
54977
54879
|
*/
|
|
@@ -54979,8 +54881,7 @@ class BaseRow {
|
|
|
54979
54881
|
return this.data;
|
|
54980
54882
|
}
|
|
54981
54883
|
/**
|
|
54982
|
-
* @deprecated Use 'key' instead
|
|
54983
|
-
*
|
|
54884
|
+
* @deprecated Use 'key' instead
|
|
54984
54885
|
*/
|
|
54985
54886
|
get rowID() {
|
|
54986
54887
|
return this.key;
|
|
@@ -55149,12 +55050,6 @@ class BaseRow {
|
|
|
55149
55050
|
this.grid.deleteRowById(this.key);
|
|
55150
55051
|
}
|
|
55151
55052
|
}
|
|
55152
|
-
__decorate([
|
|
55153
|
-
DeprecateProperty(`'rowData' property is deprecated. Use 'data' instead.`)
|
|
55154
|
-
], BaseRow.prototype, "rowData", null);
|
|
55155
|
-
__decorate([
|
|
55156
|
-
DeprecateProperty(`'rowID' property is deprecated. Use 'key' instead.`)
|
|
55157
|
-
], BaseRow.prototype, "rowID", null);
|
|
55158
55053
|
class IgxGridRow extends BaseRow {
|
|
55159
55054
|
/**
|
|
55160
55055
|
* @hidden
|
|
@@ -55265,7 +55160,7 @@ class IgxTreeGridRow extends BaseRow {
|
|
|
55265
55160
|
get data() {
|
|
55266
55161
|
var _a;
|
|
55267
55162
|
if (this.inEditMode) {
|
|
55268
|
-
return mergeWith(
|
|
55163
|
+
return mergeWith(this.grid.dataCloneStrategy.clone((_a = this._data) !== null && _a !== void 0 ? _a : this.grid.dataView[this.index]), this.grid.transactions.getAggregatedValue(this.key, false), (objValue, srcValue) => {
|
|
55269
55164
|
if (Array.isArray(srcValue)) {
|
|
55270
55165
|
return objValue = srcValue;
|
|
55271
55166
|
}
|
|
@@ -56151,17 +56046,6 @@ class IgxGridCellComponent {
|
|
|
56151
56046
|
get currencyCodeSymbol() {
|
|
56152
56047
|
return getCurrencySymbol(this.currencyCode, 'wide', this.grid.locale);
|
|
56153
56048
|
}
|
|
56154
|
-
/**
|
|
56155
|
-
* @deprecated
|
|
56156
|
-
* Gets whether the cell is selected.
|
|
56157
|
-
* ```typescript
|
|
56158
|
-
* let isCellSelected = thid.cell.isCellSelected();
|
|
56159
|
-
* ```
|
|
56160
|
-
* @memberof IgxGridCellComponent
|
|
56161
|
-
*/
|
|
56162
|
-
isCellSelected() {
|
|
56163
|
-
return this.selectionService.selected(this.selectionNode);
|
|
56164
|
-
}
|
|
56165
56049
|
/**
|
|
56166
56050
|
* @hidden
|
|
56167
56051
|
* @internal
|
|
@@ -56466,9 +56350,6 @@ IgxGridCellComponent.propDecorators = {
|
|
|
56466
56350
|
onClick: [{ type: HostListener, args: ['click', ['$event'],] }],
|
|
56467
56351
|
onContextMenu: [{ type: HostListener, args: ['contextmenu', ['$event'],] }]
|
|
56468
56352
|
};
|
|
56469
|
-
__decorate([
|
|
56470
|
-
DeprecateMethod(`'isCellSelected' is deprecated. Use 'selected' property instead.`)
|
|
56471
|
-
], IgxGridCellComponent.prototype, "isCellSelected", null);
|
|
56472
56353
|
|
|
56473
56354
|
class IgxGridFooterComponent {
|
|
56474
56355
|
}
|
|
@@ -56847,9 +56728,10 @@ class IgxColumnActionsComponent {
|
|
|
56847
56728
|
this._differ = this.differs.find([]).create(this.trackChanges);
|
|
56848
56729
|
}
|
|
56849
56730
|
/**
|
|
56731
|
+
* @deprecated Use grid input instead.
|
|
56732
|
+
*
|
|
56850
56733
|
* Gets the grid columns to provide an action for.
|
|
56851
56734
|
*
|
|
56852
|
-
* @deprecated
|
|
56853
56735
|
* @example
|
|
56854
56736
|
* ```typescript
|
|
56855
56737
|
* let gridColumns = this.columnActions.columns;
|
|
@@ -57089,9 +56971,6 @@ IgxColumnActionsComponent.propDecorators = {
|
|
|
57089
56971
|
checkAllText: [{ type: Input }],
|
|
57090
56972
|
id: [{ type: HostBinding, args: ['attr.id',] }, { type: Input }]
|
|
57091
56973
|
};
|
|
57092
|
-
__decorate([
|
|
57093
|
-
DeprecateProperty(`Deprecated. Use 'grid' input instead.`)
|
|
57094
|
-
], IgxColumnActionsComponent.prototype, "columns", null);
|
|
57095
56974
|
|
|
57096
56975
|
/**
|
|
57097
56976
|
* @hidden
|
|
@@ -57266,7 +57145,7 @@ class IgxGridTransactionPipe {
|
|
|
57266
57145
|
transform(collection, _id, _pipeTrigger) {
|
|
57267
57146
|
const grid = this.gridAPI.grid;
|
|
57268
57147
|
if (grid.transactions.enabled) {
|
|
57269
|
-
const result = DataUtil.mergeTransactions(cloneArray(collection), grid.transactions.getAggregatedChanges(true), grid.primaryKey);
|
|
57148
|
+
const result = DataUtil.mergeTransactions(cloneArray(collection), grid.transactions.getAggregatedChanges(true), grid.primaryKey, grid.dataCloneStrategy);
|
|
57270
57149
|
return result;
|
|
57271
57150
|
}
|
|
57272
57151
|
return collection;
|
|
@@ -61384,7 +61263,8 @@ class IgxGridComponent extends IgxGridBaseDirective {
|
|
|
61384
61263
|
return this._dropAreaMessage || this.resourceStrings.igx_grid_groupByArea_message;
|
|
61385
61264
|
}
|
|
61386
61265
|
/**
|
|
61387
|
-
* @deprecated
|
|
61266
|
+
* @deprecated in version 12.1.0. Use `getCellByColumn` or `getCellByKey` instead
|
|
61267
|
+
*
|
|
61388
61268
|
* Returns a `CellType` object that matches the conditions.
|
|
61389
61269
|
*
|
|
61390
61270
|
* @example
|
|
@@ -62146,9 +62026,6 @@ IgxGridComponent.propDecorators = {
|
|
|
62146
62026
|
dropAreaMessage: [{ type: Input }],
|
|
62147
62027
|
showGroupArea: [{ type: Input }]
|
|
62148
62028
|
};
|
|
62149
|
-
__decorate([
|
|
62150
|
-
DeprecateMethod('`getCellByColumnVisibleIndex` is deprecated. Use `getCellByColumn` or `getCellByKey` instead')
|
|
62151
|
-
], IgxGridComponent.prototype, "getCellByColumnVisibleIndex", null);
|
|
62152
62029
|
|
|
62153
62030
|
class IgxGridStateDirective {
|
|
62154
62031
|
/**
|
|
@@ -64951,7 +64828,8 @@ class IgxTreeGridComponent extends IgxGridBaseDirective {
|
|
|
64951
64828
|
return this.gridAPI;
|
|
64952
64829
|
}
|
|
64953
64830
|
/**
|
|
64954
|
-
* @deprecated
|
|
64831
|
+
* @deprecated in version 12.1.0. Use `getCellByColumn` or `getCellByKey` instead
|
|
64832
|
+
*
|
|
64955
64833
|
* Returns a `CellType` object that matches the conditions.
|
|
64956
64834
|
*
|
|
64957
64835
|
* @example
|
|
@@ -65611,9 +65489,6 @@ IgxTreeGridComponent.propDecorators = {
|
|
|
65611
65489
|
expansionDepth: [{ type: Input }],
|
|
65612
65490
|
rowLoadingIndicatorTemplate: [{ type: Input }]
|
|
65613
65491
|
};
|
|
65614
|
-
__decorate([
|
|
65615
|
-
DeprecateMethod('`getCellByColumnVisibleIndex` is deprecated. Use `getCellByColumn` or `getCellByKey` instead')
|
|
65616
|
-
], IgxTreeGridComponent.prototype, "getCellByColumnVisibleIndex", null);
|
|
65617
65492
|
|
|
65618
65493
|
class IgxTreeGridRowComponent extends IgxRowDirective {
|
|
65619
65494
|
/**
|
|
@@ -65988,11 +65863,11 @@ class IgxTreeGridTransactionPipe {
|
|
|
65988
65863
|
const childDataKey = grid.childDataKey;
|
|
65989
65864
|
if (foreignKey) {
|
|
65990
65865
|
const flatDataClone = cloneArray(collection);
|
|
65991
|
-
return DataUtil.mergeTransactions(flatDataClone, aggregatedChanges, grid.primaryKey);
|
|
65866
|
+
return DataUtil.mergeTransactions(flatDataClone, aggregatedChanges, grid.primaryKey, grid.dataCloneStrategy);
|
|
65992
65867
|
}
|
|
65993
65868
|
else if (childDataKey) {
|
|
65994
65869
|
const hierarchicalDataClone = cloneHierarchicalArray(collection, childDataKey);
|
|
65995
|
-
return DataUtil.mergeHierarchicalTransactions(hierarchicalDataClone, aggregatedChanges, childDataKey, grid.primaryKey);
|
|
65870
|
+
return DataUtil.mergeHierarchicalTransactions(hierarchicalDataClone, aggregatedChanges, childDataKey, grid.primaryKey, grid.dataCloneStrategy);
|
|
65996
65871
|
}
|
|
65997
65872
|
}
|
|
65998
65873
|
}
|
|
@@ -67814,7 +67689,8 @@ class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirective {
|
|
|
67814
67689
|
return this._defaultExpandState;
|
|
67815
67690
|
}
|
|
67816
67691
|
/**
|
|
67817
|
-
* @deprecated
|
|
67692
|
+
* @deprecated in version 12.1.0. Use `getCellByColumn` or `getCellByKey` instead
|
|
67693
|
+
*
|
|
67818
67694
|
* Returns a `CellType` object that matches the conditions.
|
|
67819
67695
|
*
|
|
67820
67696
|
* @example
|
|
@@ -68459,9 +68335,6 @@ IgxHierarchicalGridComponent.propDecorators = {
|
|
|
68459
68335
|
data: [{ type: Input }],
|
|
68460
68336
|
expandChildren: [{ type: Input }]
|
|
68461
68337
|
};
|
|
68462
|
-
__decorate([
|
|
68463
|
-
DeprecateMethod('`getCellByColumnVisibleIndex` is deprecated. Use `getCellByColumn` or `getCellByKey` instead')
|
|
68464
|
-
], IgxHierarchicalGridComponent.prototype, "getCellByColumnVisibleIndex", null);
|
|
68465
68338
|
|
|
68466
68339
|
class IgxHierarchicalGridCellComponent extends IgxGridCellComponent {
|
|
68467
68340
|
constructor(selectionService, gridAPI, cdr, helement, zone, touchManager, platformUtil) {
|
|
@@ -72898,6 +72771,8 @@ class IgxToastComponent extends IgxNotificationsDirective {
|
|
|
72898
72771
|
};
|
|
72899
72772
|
}
|
|
72900
72773
|
/**
|
|
72774
|
+
* @deprecated in version 12.2.3. We suggest using `positionSettings` property instead
|
|
72775
|
+
*
|
|
72901
72776
|
* Sets/gets the position of the toast.
|
|
72902
72777
|
* If not set, the `position` attribute will have value `IgxToastPosition.Bottom`.
|
|
72903
72778
|
* ```html
|
|
@@ -73041,9 +72916,6 @@ IgxToastComponent.propDecorators = {
|
|
|
73041
72916
|
position: [{ type: Input }],
|
|
73042
72917
|
positionSettings: [{ type: Input }]
|
|
73043
72918
|
};
|
|
73044
|
-
__decorate([
|
|
73045
|
-
DeprecateProperty('`position` is deprecated. We suggest using `positionSettings` property instead.')
|
|
73046
|
-
], IgxToastComponent.prototype, "position", null);
|
|
73047
72919
|
/**
|
|
73048
72920
|
* @hidden
|
|
73049
72921
|
*/
|
|
@@ -76437,5 +76309,5 @@ IgxTreeModule.decorators = [
|
|
|
76437
76309
|
* Generated bundle index. Do not edit.
|
|
76438
76310
|
*/
|
|
76439
76311
|
|
|
76440
|
-
export { AbsolutePosition, AbsoluteScrollStrategy, AutoPositionStrategy, BaseFilteringStrategy, BaseProgressDirective, BlockScrollStrategy, ButtonGroupAlignment, Calendar, CalendarHammerConfig, CalendarSelection, CalendarView, CarouselAnimationType, CarouselHammerConfig, CarouselIndicatorsOrientation, CloseScrollStrategy, ColumnDisplayOrder, ColumnPinningPosition, ConnectedPositioningStrategy, ContainerPositionStrategy, CsvFileTypes, DEFAULT_OWNER, DataUtil, DatePart, DateRangePickerFormatPipe, DateRangeType, DefaultSortingStrategy, Direction, DisplayDensity, DisplayDensityBase, DisplayDensityToken, DragDirection, ElasticPositionStrategy, ExpansionPanelHeaderIconPosition, ExportRecordType, FilterListItem, FilterMode, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, GlobalPositionStrategy, GridBaseAPIService, GridColumnDataType, GridInstanceType, GridPagingMode, GridSelectionMode, GridSummaryCalculationMode, GridSummaryPosition, GroupedRecords, HeaderType, HorizontalAlignment, IGX_CHECKBOX_REQUIRED_VALIDATOR, IGX_INPUT_GROUP_TYPE, IGX_SWITCH_REQUIRED_VALIDATOR, ITreeGridAggregation, IgxAccordionComponent, IgxAccordionModule, IgxActionStripComponent, IgxActionStripModule, IgxAppendDropStrategy, IgxAutocompleteDirective, IgxAutocompleteModule, IgxAvatarComponent, IgxAvatarModule, IgxAvatarSize, IgxAvatarType, IgxBadgeComponent, IgxBadgeModule, IgxBadgeType, IgxBannerComponent, IgxBannerModule, IgxBaseExporter, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxBottomNavComponent, IgxBottomNavContentComponent, IgxBottomNavHeaderComponent, IgxBottomNavHeaderIconDirective, IgxBottomNavHeaderLabelDirective, IgxBottomNavItemComponent, IgxBottomNavModule, IgxButtonDirective, IgxButtonGroupComponent, IgxButtonGroupModule, IgxButtonModule, IgxCSVTextDirective, IgxCalendarBaseDirective, IgxCalendarComponent, IgxCalendarHeaderTemplateDirective, IgxCalendarModule, IgxCalendarMonthDirective, IgxCalendarScrollMonthDirective, IgxCalendarSubheaderTemplateDirective, IgxCalendarView, IgxCalendarYearDirective, IgxCardActionsComponent, IgxCardActionsLayout, IgxCardComponent, IgxCardContentDirective, IgxCardFooterDirective, IgxCardHeaderComponent, IgxCardHeaderSubtitleDirective, IgxCardHeaderTitleDirective, IgxCardMediaDirective, IgxCardModule, IgxCardThumbnailDirective, IgxCardType, IgxCarouselComponent, IgxCarouselComponentBase, IgxCarouselModule, IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCheckboxComponent, IgxCheckboxModule, IgxCheckboxRequiredDirective, IgxChipComponent, IgxChipsAreaComponent, IgxChipsModule, IgxCircularProgressBarComponent, IgxCollapsibleIndicatorTemplateDirective, IgxColumnActionsBaseDirective, IgxColumnActionsComponent, IgxColumnActionsModule, IgxColumnComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxComboComponent, IgxComboModule, IgxComboState, IgxCsvExporterOptions, IgxCsvExporterService, IgxDataLoadingTemplateDirective, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDatePickerComponent, IgxDatePickerModule, IgxDateRangeEndComponent, IgxDateRangeInputsBaseComponent, IgxDateRangePickerComponent, IgxDateRangePickerModule, IgxDateRangeSeparatorDirective, IgxDateRangeStartComponent, IgxDateSummaryOperand, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDateTimeFilteringOperand, IgxDaysViewComponent, IgxDefaultDropStrategy, IgxDialogComponent, IgxDialogModule, IgxDisplayDensityModule, IgxDividerDirective, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragLocation, IgxDropDirective, IgxDropDownBaseDirective, IgxDropDownComponent, IgxDropDownGroupComponent, IgxDropDownItemBaseDirective, IgxDropDownItemComponent, IgxDropDownItemNavigationDirective, IgxDropDownModule, IgxEmptyListTemplateDirective, IgxExcelExporterOptions, IgxExcelExporterService, IgxExcelStyleClearFiltersComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleHeaderIconDirective, IgxExcelStyleHidingComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleMovingComponent, IgxExcelStylePinningComponent, IgxExcelStyleSearchComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleSortingComponent, IgxExcelTextDirective, IgxExpansionPanelBodyComponent, IgxExpansionPanelComponent, IgxExpansionPanelHeaderComponent, IgxExpansionPanelModule, IgxExporterOptionsBase, IgxFilterCellTemplateDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFilteringOperand, IgxFlatTransactionFactory, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxGridAPIService, IgxGridActionsBaseDirective, IgxGridBaseDirective, IgxGridBodyDirective, IgxGridCell, IgxGridCommonModule, IgxGridComponent, IgxGridDetailTemplateDirective, IgxGridEditingActionsComponent, IgxGridExcelStyleFilteringComponent, IgxGridForOfDirective, IgxGridHierarchicalPagingPipe, IgxGridHierarchicalPipe, IgxGridModule, IgxGridPinningActionsComponent, IgxGridRow, IgxGridStateDirective, IgxGridStateModule, IgxGridToolbarActionsDirective, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarDirective, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleDirective, IgxGridTransaction, IgxGroupAreaDropDirective, IgxGroupByRow, IgxGroupByRowTemplateDirective, IgxGroupedTreeGridSorting, IgxGrouping, IgxHeaderCollapseIndicatorDirective, IgxHeaderExpandIndicatorDirective, IgxHierarchicalGridAPIService, IgxHierarchicalGridBaseDirective, IgxHierarchicalGridComponent, IgxHierarchicalGridModule, IgxHierarchicalGridRow, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxHierarchicalTransactionServiceFactory, IgxHintDirective, IgxIconComponent, IgxIconModule, IgxIconService, IgxInputDirective, IgxInputGroupComponent, IgxInputGroupModule, IgxInputState, IgxInsertDropStrategy, IgxLabelDirective, IgxLayoutDirective, IgxLayoutModule, IgxLinearProgressBarComponent, IgxListActionDirective, IgxListBaseDirective, IgxListComponent, IgxListItemComponent, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListModule, IgxListPanState, IgxListThumbnailDirective, IgxMaskDirective, IgxMaskModule, IgxMonthPickerBaseDirective, IgxMonthPickerComponent, IgxMonthsViewComponent, IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective, IgxNavbarActionDirective, IgxNavbarComponent, IgxNavbarModule, IgxNavbarTitleDirective, IgxNavigationCloseDirective, IgxNavigationDrawerComponent, IgxNavigationDrawerModule, IgxNavigationModule, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberSummaryOperand, IgxOverlayOutletDirective, IgxOverlayService, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorComponent, IgxPaginatorDirective, IgxPaginatorModule, IgxPaginatorTemplateDirective, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxPickersCommonModule, IgxPrefixDirective, IgxPrefixModule, IgxPrependDropStrategy, IgxProgressBarModule, IgxProgressType, IgxRadioComponent, IgxRadioGroupDirective, IgxRadioModule, IgxRippleDirective, IgxRippleModule, IgxRowCollapsedIndicatorDirective, IgxRowExpandedIndicatorDirective, IgxRowIslandAPIService, IgxRowIslandComponent, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective, IgxSlideComponent, IgxSliderComponent, IgxSliderModule, IgxSliderType, IgxSnackbarComponent, IgxSnackbarModule, IgxSorting, IgxSplitterComponent, IgxSplitterModule, IgxSplitterPaneComponent, IgxStringFilteringOperand, IgxSuffixDirective, IgxSuffixModule, IgxSummaryOperand, IgxSummaryRow, IgxSwitchComponent, IgxSwitchModule, IgxSwitchRequiredDirective, IgxTabContentComponent, IgxTabContentDirective, IgxTabHeaderComponent, IgxTabHeaderDirective, IgxTabHeaderIconDirective, IgxTabHeaderLabelDirective, IgxTabItemComponent, IgxTabItemDirective, IgxTabsAlignment, IgxTabsComponent, IgxTabsDirective, IgxTabsModule, IgxTextAlign, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextSelectionDirective, IgxTextSelectionModule, IgxThumbFromTemplateDirective, IgxThumbToTemplateDirective, IgxTickLabelTemplateDirective, IgxTimeFilteringOperand, IgxTimePickerComponent, IgxTimePickerModule, IgxTimeSummaryOperand, IgxToastComponent, IgxToastModule, IgxToastPosition, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, IgxTransactionService, IgxTreeComponent, IgxTreeExpandIndicatorDirective, IgxTreeGridAPIService, IgxTreeGridComponent, IgxTreeGridGroupingPipe, IgxTreeGridModule, IgxTreeGridRow, IgxTreeModule, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeSelectMarkerDirective, IgxTreeSelectionType, IgxYearsViewComponent, LabelPosition, NoOpScrollStrategy, NoopFilteringStrategy, NoopSortingStrategy, PagingError, PickerInteractionMode, Point, RadioGroupAlignment, RadioLabelPosition, RelativePosition, RelativePositionStrategy, RowEditPositionStrategy, RowPinningPosition, ScrollMonth, ScrollStrategy, SliderHandle, SortingDirection, SplitterType, SwitchLabelPosition, TickLabelsOrientation, TicksOrientation, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, VerticalAlignment, WEEKDAYS, blink, changei18n, fadeIn, fadeOut, filteringStateDefaults, flipBottom, flipHorBck, flipHorFwd, flipLeft, flipRight, flipTop, flipVerBck, flipVerFwd, getCurrentResourceStrings, getTypeNameForDebugging, growVerIn, growVerOut, heartbeat, hierarchicalTransactionServiceFactory, isDateInRanges, isLeap, monthRange, pulsateBck, pulsateFwd, range, rotateInBl, rotateInBottom, rotateInBr, rotateInCenter, rotateInDiagonal1, rotateInDiagonal2, rotateInHor, rotateInLeft, rotateInRight, rotateInTl, rotateInTop, rotateInTr, rotateInVer, rotateOutBl, rotateOutBottom, rotateOutBr, rotateOutCenter, rotateOutDiagonal1, rotateOutDiagonal2, rotateOutHor, rotateOutLeft, rotateOutRight, rotateOutTl, rotateOutTop, rotateOutTr, rotateOutVer, scaleInBl, scaleInBottom, scaleInBr, scaleInCenter, scaleInHorCenter, scaleInHorLeft, scaleInHorRight, scaleInLeft, scaleInRight, scaleInTl, scaleInTop, scaleInTr, scaleInVerBottom, scaleInVerCenter, scaleInVerTop, scaleOutBl, scaleOutBottom, scaleOutBr, scaleOutCenter, scaleOutHorCenter, scaleOutHorLeft, scaleOutHorRight, scaleOutLeft, scaleOutRight, scaleOutTl, scaleOutTop, scaleOutTr, scaleOutVerBottom, scaleOutVerCenter, scaleOutVerTop, shakeBl, shakeBottom, shakeBr, shakeCenter, shakeHor, shakeLeft, shakeRight, shakeTl, shakeTop, shakeTr, shakeVer, slideInBl, slideInBottom, slideInBr, slideInLeft, slideInRight, slideInTl, slideInTop, slideInTr, slideOutBl, slideOutBottom, slideOutBr, slideOutLeft, slideOutRight, slideOutTl, slideOutTop, slideOutTr, swingInBottomBck, swingInBottomFwd, swingInLeftBck, swingInLeftFwd, swingInRightBck, swingInRightFwd, swingInTopBck, swingInTopFwd, swingOutBottomBck, swingOutBottomFwd, swingOutLeftBck, swingOutLefttFwd, swingOutRightBck, swingOutRightFwd, swingOutTopBck, swingOutTopFwd, toPercent, valueInRange, weekDay, ɵ1, ɵ2, IgxActionStripMenuItemDirective as ɵa, IGX_DROPDOWN_BASE as ɵb, IgxGridActionButtonComponent as ɵba, ToggleAnimationPlayer as ɵbb, IgxExpansionPanelTitleDirective as ɵbc, IgxExpansionPanelDescriptionDirective as ɵbd, IgxExpansionPanelIconDirective as ɵbe, IgxBannerActionsDirective as ɵbf, IgxDaysViewNavigationService as ɵbg, IgxDayItemComponent as ɵbh, IgxMonthViewSlotsCalendar as ɵbi, IgxGetViewDateCalendar as ɵbj, IgxCarouselIndicatorDirective as ɵbk, IgxCarouselNextButtonDirective as ɵbl, IgxCarouselPrevButtonDirective as ɵbm, IgxComboAPIService as ɵbn, IGX_COMBO_COMPONENT as ɵbo, IgxComboDropDownComponent as ɵbq, IgxComboItemComponent as ɵbr, IgxComboHeaderDirective as ɵbs, IgxComboFooterDirective as ɵbt, IgxComboItemDirective as ɵbu, IgxComboEmptyDirective as ɵbv, IgxComboHeaderItemDirective as ɵbw, IgxComboAddItemDirective as ɵbx, IgxComboToggleIconDirective as ɵby, IgxComboClearIconDirective as ɵbz, IgxComboFilteringPipe as ɵca, IgxComboGroupingPipe as ɵcb, IgxComboAddItemComponent as ɵcc, PickerBaseDirective as ɵcd, IgxCalendarContainerComponent as ɵce, IgxCalendarContainerModule as ɵcf, IgxDialogTitleDirective as ɵcg, IgxDialogActionsDirective as ɵch, IgxCellCrudState as ɵci, IgxRowCrudState as ɵcj, IgxRowAddCrudState as ɵck, IgxGridCRUDService as ɵcl, IgxColumnMovingService as ɵcm, IgxExcelStyleCustomDialogComponent as ɵcn, IgxExcelStyleDefaultExpressionComponent as ɵco, IgxExcelStyleDateExpressionComponent as ɵcp, HammerGesturesManager as ɵcq, WatchChanges as ɵcr, WatchColumnChanges as ɵcs, notifyChanges as ɵct, IgxNotificationsDirective as ɵcu, IgxGridColumnResizerComponent as ɵcv, IgxColumnResizerDirective as ɵcw, IgxColumnResizingService as ɵcx, IgxRowSelectorDirective as ɵcy, IgxGroupByRowSelectorDirective as ɵcz, IgxGridSelectionService as ɵd, IgxHeadSelectorDirective as ɵda, IgxRowDragDirective as ɵdb, IgxDragIndicatorIconDirective as ɵdc, IgxRowDragGhostDirective as ɵdd, IgxRowDragModule as ɵde, IgxGridHeaderRowComponent as ɵdf, IgxGridHeaderGroupComponent as ɵdg, IgxGridHeaderComponent as ɵdh, IgxGridFilteringCellComponent as ɵdi, IgxFilteringService as ɵdj, IgxGridFilteringRowComponent as ɵdk, IgxGridGroupByAreaComponent as ɵdl, IgxGroupByAreaDirective as ɵdm, IgxGroupByMetaPipe as ɵdn, IgxTemplateOutletDirective as ɵdo, IgxTemplateOutletModule as ɵdp, IgxRowEditTemplateDirective as ɵdq, IgxRowEditTextDirective as ɵdr, IgxRowAddTextDirective as ɵds, IgxRowEditActionsDirective as ɵdt, IgxRowEditTabStopDirective as ɵdu, IgxSummaryRowComponent as ɵdv, IgxSummaryCellComponent as ɵdw, IgxRowDirective as ɵdx, IgxGridNavigationService as ɵdy, IgxGridSummaryService as ɵdz, ConnectedPositioningStrategy as ɵea, IgxGridGroupByRowComponent as ɵeb, IgxTreeGridSelectionService as ɵec, IgxTreeGridGroupByAreaComponent as ɵed, IgxRowLoadingIndicatorTemplateDirective as ɵee, IgxHierarchicalGridNavigationService as ɵef, IgxChildGridRowComponent as ɵeg, IgxGridCellComponent as ɵeh, IgxGridFooterComponent as ɵei, IgxAdvancedFilteringDialogComponent as ɵej, IgxColumnHidingDirective as ɵek, IgxColumnPinningDirective as ɵel, IgxGridSharedModules as ɵem, IgxProcessBarTextTemplateDirective as ɵen, IgxProgressBarGradientDirective as ɵeo, DIR_DOCUMENT_FACTORY as ɵep, DIR_DOCUMENT as ɵeq, IgxDirectionality as ɵer, IgxSelectItemNavigationDirective as ɵes, IGX_TIME_PICKER_COMPONENT as ɵet, IgxItemListDirective as ɵev, IgxTimeItemDirective as ɵew, IgxTimePickerTemplateDirective as ɵex, IgxTimePickerActionsDirective as ɵey, TimeFormatPipe as ɵez, IGX_EXPANSION_PANEL_COMPONENT as ɵf, TimeItemPipe as ɵfa, IgxGridPipesModule as ɵfb, IgxGridCellStyleClassesPipe as ɵfc, IgxGridCellStylesPipe as ɵfd, IgxGridRowClassesPipe as ɵfe, IgxGridRowStylesPipe as ɵff, IgxGridNotGroupedPipe as ɵfg, IgxGridTopLevelColumns as ɵfh, IgxGridFilterConditionPipe as ɵfi, IgxGridTransactionPipe as ɵfj, IgxGridPaginatorOptionsPipe as ɵfk, IgxHasVisibleColumnsPipe as ɵfl, IgxGridRowPinningPipe as ɵfm, IgxColumnActionEnabledPipe as ɵfn, IgxFilterActionColumnsPipe as ɵfo, IgxSortActionColumnsPipe as ɵfp, IgxGridDataMapperPipe as ɵfq, IgxStringReplacePipe as ɵfr, IgxGridTransactionStatePipe as ɵfs, IgxColumnFormatterPipe as ɵft, IgxSummaryFormatterPipe as ɵfu, IgxGridAddRowPipe as ɵfv, IgxHeaderGroupWidthPipe as ɵfw, IgxHeaderGroupStylePipe as ɵfx, IgxGridColumnModule as ɵfy, IgxGridHeadersModule as ɵfz, IGX_TREE_COMPONENT as ɵg, SortingIndexPipe as ɵga, IgxGridFilteringModule as ɵgb, IgxColumnMovingModule as ɵgc, IgxColumnMovingDropDirective as ɵgd, IgxColumnMovingDragDirective as ɵge, IgxGridResizingModule as ɵgf, IgxResizeHandleDirective as ɵgg, IgxGridExcelStyleFilteringModule as ɵgh, IgxGridSelectionModule as ɵgi, IgxGridDragSelectDirective as ɵgj, IgxGridSummaryModule as ɵgk, IgxSummaryDataPipe as ɵgl, IgxGridToolbarModule as ɵgm, BaseToolbarDirective as ɵgn, BaseToolbarColumnActionsDirective as ɵgo, IgxGridRowComponent as ɵgp, IgxGridSortingPipe as ɵgq, IgxGridGroupingPipe as ɵgr, IgxGridPagingPipe as ɵgs, IgxGridFilteringPipe as ɵgt, IgxGridSummaryPipe as ɵgu, IgxGridDetailsPipe as ɵgv, IgxGridExpandableCellComponent as ɵgw, IgxTreeGridRowComponent as ɵgx, IgxTreeGridCellComponent as ɵgy, IgxTreeGridHierarchizingPipe as ɵgz, IGX_TREE_NODE_COMPONENT as ɵh, IgxTreeGridFlatteningPipe as ɵha, IgxTreeGridSortingPipe as ɵhb, IgxTreeGridPagingPipe as ɵhc, IgxTreeGridTransactionPipe as ɵhd, IgxTreeGridNormalizeRecordsPipe as ɵhe, IgxTreeGridAddRowPipe as ɵhf, IgxTreeGridFilteringPipe as ɵhg, IgxTreeGridSummaryPipe as ɵhh, IgxHierarchicalRowComponent as ɵhi, IgxHierarchicalGridCellComponent as ɵhj, IgxSliderThumbComponent as ɵhk, IgxThumbLabelComponent as ɵhl, IgxTicksComponent as ɵhm, IgxTickLabelsPipe as ɵhn, IgxTabsBase as ɵho, IgxTabHeaderBase as ɵhp, IgxTabContentBase as ɵhq, IgxSplitBarComponent as ɵhr, IgxTreeService as ɵhs, IgxTreeSelectionService as ɵht, IgxTreeNavigationService as ɵhu, PlatformUtil as ɵi, EaseIn as ɵj, EaseOut as ɵk, IgxInputGroupBase as ɵl, IgxSelectionAPIService as ɵm, IgxForOfSyncService as ɵn, IgxForOfScrollSyncService as ɵo, DisplayContainerComponent as ɵp, IgxScrollInertiaDirective as ɵq, IgxScrollInertiaModule as ɵr, VirtualHelperComponent as ɵs, VirtualHelperBaseDirective as ɵt, HVirtualHelperComponent as ɵu, MaskParsingService as ɵv, DeprecateMethod as ɵw, DeprecateProperty as ɵx, isHierarchyMatch as ɵy, getHierarchy as ɵz };
|
|
76312
|
+
export { AbsolutePosition, AbsoluteScrollStrategy, AutoPositionStrategy, BaseFilteringStrategy, BaseProgressDirective, BlockScrollStrategy, ButtonGroupAlignment, Calendar, CalendarHammerConfig, CalendarSelection, CalendarView, CarouselAnimationType, CarouselHammerConfig, CarouselIndicatorsOrientation, CloseScrollStrategy, ColumnDisplayOrder, ColumnPinningPosition, ConnectedPositioningStrategy, ContainerPositionStrategy, CsvFileTypes, DEFAULT_OWNER, DataUtil, DatePart, DateRangePickerFormatPipe, DateRangeType, DefaultDataCloneStrategy, DefaultSortingStrategy, Direction, DisplayDensity, DisplayDensityBase, DisplayDensityToken, DragDirection, ElasticPositionStrategy, ExpansionPanelHeaderIconPosition, ExportRecordType, FilterListItem, FilterMode, FilteringExpressionsTree, FilteringExpressionsTreeType, FilteringLogic, FilteringStrategy, FormattedValuesFilteringStrategy, GlobalPositionStrategy, GridBaseAPIService, GridColumnDataType, GridInstanceType, GridPagingMode, GridSelectionMode, GridSummaryCalculationMode, GridSummaryPosition, GroupedRecords, HeaderType, HorizontalAlignment, IGX_CHECKBOX_REQUIRED_VALIDATOR, IGX_INPUT_GROUP_TYPE, IGX_SWITCH_REQUIRED_VALIDATOR, ITreeGridAggregation, IgxAccordionComponent, IgxAccordionModule, IgxActionStripComponent, IgxActionStripModule, IgxAppendDropStrategy, IgxAutocompleteDirective, IgxAutocompleteModule, IgxAvatarComponent, IgxAvatarModule, IgxAvatarSize, IgxAvatarType, IgxBadgeComponent, IgxBadgeModule, IgxBadgeType, IgxBannerComponent, IgxBannerModule, IgxBaseExporter, IgxBaseTransactionService, IgxBooleanFilteringOperand, IgxBottomNavComponent, IgxBottomNavContentComponent, IgxBottomNavHeaderComponent, IgxBottomNavHeaderIconDirective, IgxBottomNavHeaderLabelDirective, IgxBottomNavItemComponent, IgxBottomNavModule, IgxButtonDirective, IgxButtonGroupComponent, IgxButtonGroupModule, IgxButtonModule, IgxCSVTextDirective, IgxCalendarBaseDirective, IgxCalendarComponent, IgxCalendarHeaderTemplateDirective, IgxCalendarModule, IgxCalendarMonthDirective, IgxCalendarScrollMonthDirective, IgxCalendarSubheaderTemplateDirective, IgxCalendarView, IgxCalendarYearDirective, IgxCardActionsComponent, IgxCardActionsLayout, IgxCardComponent, IgxCardContentDirective, IgxCardFooterDirective, IgxCardHeaderComponent, IgxCardHeaderSubtitleDirective, IgxCardHeaderTitleDirective, IgxCardMediaDirective, IgxCardModule, IgxCardThumbnailDirective, IgxCardType, IgxCarouselComponent, IgxCarouselComponentBase, IgxCarouselModule, IgxCellEditorTemplateDirective, IgxCellFooterTemplateDirective, IgxCellHeaderTemplateDirective, IgxCellTemplateDirective, IgxCheckboxComponent, IgxCheckboxModule, IgxCheckboxRequiredDirective, IgxChipComponent, IgxChipsAreaComponent, IgxChipsModule, IgxCircularProgressBarComponent, IgxCollapsibleIndicatorTemplateDirective, IgxColumnActionsBaseDirective, IgxColumnActionsComponent, IgxColumnActionsModule, IgxColumnComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent, IgxComboComponent, IgxComboModule, IgxComboState, IgxCsvExporterOptions, IgxCsvExporterService, IgxDataLoadingTemplateDirective, IgxDataRecordSorting, IgxDateFilteringOperand, IgxDatePickerComponent, IgxDatePickerModule, IgxDateRangeEndComponent, IgxDateRangeInputsBaseComponent, IgxDateRangePickerComponent, IgxDateRangePickerModule, IgxDateRangeSeparatorDirective, IgxDateRangeStartComponent, IgxDateSummaryOperand, IgxDateTimeEditorDirective, IgxDateTimeEditorModule, IgxDateTimeFilteringOperand, IgxDaysViewComponent, IgxDefaultDropStrategy, IgxDialogComponent, IgxDialogModule, IgxDisplayDensityModule, IgxDividerDirective, IgxDividerModule, IgxDividerType, IgxDragDirective, IgxDragDropModule, IgxDragHandleDirective, IgxDragIgnoreDirective, IgxDragLocation, IgxDropDirective, IgxDropDownBaseDirective, IgxDropDownComponent, IgxDropDownGroupComponent, IgxDropDownItemBaseDirective, IgxDropDownItemComponent, IgxDropDownItemNavigationDirective, IgxDropDownModule, IgxEmptyListTemplateDirective, IgxExcelExporterOptions, IgxExcelExporterService, IgxExcelStyleClearFiltersComponent, IgxExcelStyleColumnOperationsTemplateDirective, IgxExcelStyleConditionalFilterComponent, IgxExcelStyleFilterOperationsTemplateDirective, IgxExcelStyleHeaderComponent, IgxExcelStyleHeaderIconDirective, IgxExcelStyleHidingComponent, IgxExcelStyleLoadingValuesTemplateDirective, IgxExcelStyleMovingComponent, IgxExcelStylePinningComponent, IgxExcelStyleSearchComponent, IgxExcelStyleSelectingComponent, IgxExcelStyleSortingComponent, IgxExcelTextDirective, IgxExpansionPanelBodyComponent, IgxExpansionPanelComponent, IgxExpansionPanelHeaderComponent, IgxExpansionPanelModule, IgxExporterOptionsBase, IgxFilterCellTemplateDirective, IgxFilterDirective, IgxFilterModule, IgxFilterOptions, IgxFilterPipe, IgxFilteringOperand, IgxFlatTransactionFactory, IgxFlexDirective, IgxFocusDirective, IgxFocusModule, IgxForOfContext, IgxForOfDirective, IgxForOfModule, IgxGridAPIService, IgxGridActionsBaseDirective, IgxGridBaseDirective, IgxGridBodyDirective, IgxGridCell, IgxGridCommonModule, IgxGridComponent, IgxGridDetailTemplateDirective, IgxGridEditingActionsComponent, IgxGridExcelStyleFilteringComponent, IgxGridForOfDirective, IgxGridHierarchicalPagingPipe, IgxGridHierarchicalPipe, IgxGridModule, IgxGridPinningActionsComponent, IgxGridRow, IgxGridStateDirective, IgxGridStateModule, IgxGridToolbarActionsDirective, IgxGridToolbarAdvancedFilteringComponent, IgxGridToolbarComponent, IgxGridToolbarDirective, IgxGridToolbarExporterComponent, IgxGridToolbarHidingComponent, IgxGridToolbarPinningComponent, IgxGridToolbarTitleDirective, IgxGridTransaction, IgxGroupAreaDropDirective, IgxGroupByRow, IgxGroupByRowTemplateDirective, IgxGroupedTreeGridSorting, IgxGrouping, IgxHeaderCollapseIndicatorDirective, IgxHeaderExpandIndicatorDirective, IgxHierarchicalGridAPIService, IgxHierarchicalGridBaseDirective, IgxHierarchicalGridComponent, IgxHierarchicalGridModule, IgxHierarchicalGridRow, IgxHierarchicalTransactionFactory, IgxHierarchicalTransactionService, IgxHierarchicalTransactionServiceFactory, IgxHintDirective, IgxIconComponent, IgxIconModule, IgxIconService, IgxInputDirective, IgxInputGroupComponent, IgxInputGroupModule, IgxInputState, IgxInsertDropStrategy, IgxLabelDirective, IgxLayoutDirective, IgxLayoutModule, IgxLinearProgressBarComponent, IgxListActionDirective, IgxListBaseDirective, IgxListComponent, IgxListItemComponent, IgxListItemLeftPanningTemplateDirective, IgxListItemRightPanningTemplateDirective, IgxListLineDirective, IgxListLineSubTitleDirective, IgxListLineTitleDirective, IgxListModule, IgxListPanState, IgxListThumbnailDirective, IgxMaskDirective, IgxMaskModule, IgxMonthPickerBaseDirective, IgxMonthPickerComponent, IgxMonthsViewComponent, IgxNavDrawerItemDirective, IgxNavDrawerMiniTemplateDirective, IgxNavDrawerTemplateDirective, IgxNavbarActionDirective, IgxNavbarComponent, IgxNavbarModule, IgxNavbarTitleDirective, IgxNavigationCloseDirective, IgxNavigationDrawerComponent, IgxNavigationDrawerModule, IgxNavigationModule, IgxNavigationService, IgxNavigationToggleDirective, IgxNumberFilteringOperand, IgxNumberSummaryOperand, IgxOverlayOutletDirective, IgxOverlayService, IgxPageNavigationComponent, IgxPageSizeSelectorComponent, IgxPaginatorComponent, IgxPaginatorDirective, IgxPaginatorModule, IgxPaginatorTemplateDirective, IgxPickerActionsDirective, IgxPickerClearComponent, IgxPickerToggleComponent, IgxPickersCommonModule, IgxPrefixDirective, IgxPrefixModule, IgxPrependDropStrategy, IgxProgressBarModule, IgxProgressType, IgxRadioComponent, IgxRadioGroupDirective, IgxRadioModule, IgxRippleDirective, IgxRippleModule, IgxRowCollapsedIndicatorDirective, IgxRowExpandedIndicatorDirective, IgxRowIslandAPIService, IgxRowIslandComponent, IgxSelectComponent, IgxSelectFooterDirective, IgxSelectGroupComponent, IgxSelectHeaderDirective, IgxSelectItemComponent, IgxSelectModule, IgxSelectToggleIconDirective, IgxSlideComponent, IgxSliderComponent, IgxSliderModule, IgxSliderType, IgxSnackbarComponent, IgxSnackbarModule, IgxSorting, IgxSplitterComponent, IgxSplitterModule, IgxSplitterPaneComponent, IgxStringFilteringOperand, IgxSuffixDirective, IgxSuffixModule, IgxSummaryOperand, IgxSummaryRow, IgxSwitchComponent, IgxSwitchModule, IgxSwitchRequiredDirective, IgxTabContentComponent, IgxTabContentDirective, IgxTabHeaderComponent, IgxTabHeaderDirective, IgxTabHeaderIconDirective, IgxTabHeaderLabelDirective, IgxTabItemComponent, IgxTabItemDirective, IgxTabsAlignment, IgxTabsComponent, IgxTabsDirective, IgxTabsModule, IgxTextAlign, IgxTextHighlightDirective, IgxTextHighlightModule, IgxTextSelectionDirective, IgxTextSelectionModule, IgxThumbFromTemplateDirective, IgxThumbToTemplateDirective, IgxTickLabelTemplateDirective, IgxTimeFilteringOperand, IgxTimePickerComponent, IgxTimePickerModule, IgxTimeSummaryOperand, IgxToastComponent, IgxToastModule, IgxToastPosition, IgxToggleActionDirective, IgxToggleDirective, IgxToggleModule, IgxTooltipDirective, IgxTooltipModule, IgxTooltipTargetDirective, IgxTransactionService, IgxTreeComponent, IgxTreeExpandIndicatorDirective, IgxTreeGridAPIService, IgxTreeGridComponent, IgxTreeGridGroupingPipe, IgxTreeGridModule, IgxTreeGridRow, IgxTreeModule, IgxTreeNodeComponent, IgxTreeNodeLinkDirective, IgxTreeSelectMarkerDirective, IgxTreeSelectionType, IgxYearsViewComponent, LabelPosition, NoOpScrollStrategy, NoopFilteringStrategy, NoopSortingStrategy, PagingError, PickerInteractionMode, Point, RadioGroupAlignment, RadioLabelPosition, RelativePosition, RelativePositionStrategy, RowEditPositionStrategy, RowPinningPosition, ScrollMonth, ScrollStrategy, SliderHandle, SortingDirection, SplitterType, SwitchLabelPosition, TickLabelsOrientation, TicksOrientation, TransactionEventOrigin, TransactionType, TreeGridFilteringStrategy, TreeGridFormattedValuesFilteringStrategy, TreeGridMatchingRecordsOnlyFilteringStrategy, VerticalAlignment, WEEKDAYS, blink, changei18n, fadeIn, fadeOut, filteringStateDefaults, flipBottom, flipHorBck, flipHorFwd, flipLeft, flipRight, flipTop, flipVerBck, flipVerFwd, getCurrentResourceStrings, getTypeNameForDebugging, growVerIn, growVerOut, heartbeat, hierarchicalTransactionServiceFactory, isDateInRanges, isLeap, monthRange, pulsateBck, pulsateFwd, range, rotateInBl, rotateInBottom, rotateInBr, rotateInCenter, rotateInDiagonal1, rotateInDiagonal2, rotateInHor, rotateInLeft, rotateInRight, rotateInTl, rotateInTop, rotateInTr, rotateInVer, rotateOutBl, rotateOutBottom, rotateOutBr, rotateOutCenter, rotateOutDiagonal1, rotateOutDiagonal2, rotateOutHor, rotateOutLeft, rotateOutRight, rotateOutTl, rotateOutTop, rotateOutTr, rotateOutVer, scaleInBl, scaleInBottom, scaleInBr, scaleInCenter, scaleInHorCenter, scaleInHorLeft, scaleInHorRight, scaleInLeft, scaleInRight, scaleInTl, scaleInTop, scaleInTr, scaleInVerBottom, scaleInVerCenter, scaleInVerTop, scaleOutBl, scaleOutBottom, scaleOutBr, scaleOutCenter, scaleOutHorCenter, scaleOutHorLeft, scaleOutHorRight, scaleOutLeft, scaleOutRight, scaleOutTl, scaleOutTop, scaleOutTr, scaleOutVerBottom, scaleOutVerCenter, scaleOutVerTop, shakeBl, shakeBottom, shakeBr, shakeCenter, shakeHor, shakeLeft, shakeRight, shakeTl, shakeTop, shakeTr, shakeVer, slideInBl, slideInBottom, slideInBr, slideInLeft, slideInRight, slideInTl, slideInTop, slideInTr, slideOutBl, slideOutBottom, slideOutBr, slideOutLeft, slideOutRight, slideOutTl, slideOutTop, slideOutTr, swingInBottomBck, swingInBottomFwd, swingInLeftBck, swingInLeftFwd, swingInRightBck, swingInRightFwd, swingInTopBck, swingInTopFwd, swingOutBottomBck, swingOutBottomFwd, swingOutLeftBck, swingOutLefttFwd, swingOutRightBck, swingOutRightFwd, swingOutTopBck, swingOutTopFwd, toPercent, valueInRange, weekDay, ɵ1, ɵ2, IgxActionStripMenuItemDirective as ɵa, IGX_DROPDOWN_BASE as ɵb, IgxExpansionPanelTitleDirective as ɵba, IgxExpansionPanelDescriptionDirective as ɵbb, IgxExpansionPanelIconDirective as ɵbc, IgxBannerActionsDirective as ɵbd, IgxDaysViewNavigationService as ɵbe, IgxDayItemComponent as ɵbf, IgxMonthViewSlotsCalendar as ɵbg, IgxGetViewDateCalendar as ɵbh, IgxCarouselIndicatorDirective as ɵbi, IgxCarouselNextButtonDirective as ɵbj, IgxCarouselPrevButtonDirective as ɵbk, IgxComboAPIService as ɵbl, IGX_COMBO_COMPONENT as ɵbm, IgxComboDropDownComponent as ɵbo, IgxComboItemComponent as ɵbp, IgxComboHeaderDirective as ɵbq, IgxComboFooterDirective as ɵbr, IgxComboItemDirective as ɵbs, IgxComboEmptyDirective as ɵbt, IgxComboHeaderItemDirective as ɵbu, IgxComboAddItemDirective as ɵbv, IgxComboToggleIconDirective as ɵbw, IgxComboClearIconDirective as ɵbx, IgxComboFilteringPipe as ɵby, IgxComboGroupingPipe as ɵbz, IgxComboAddItemComponent as ɵca, PickerBaseDirective as ɵcb, IgxCalendarContainerComponent as ɵcc, IgxCalendarContainerModule as ɵcd, IgxDialogTitleDirective as ɵce, IgxDialogActionsDirective as ɵcf, IgxCellCrudState as ɵcg, IgxRowCrudState as ɵch, IgxRowAddCrudState as ɵci, IgxGridCRUDService as ɵcj, IgxColumnMovingService as ɵck, IgxExcelStyleCustomDialogComponent as ɵcl, IgxExcelStyleDefaultExpressionComponent as ɵcm, IgxExcelStyleDateExpressionComponent as ɵcn, HammerGesturesManager as ɵco, WatchChanges as ɵcp, WatchColumnChanges as ɵcq, notifyChanges as ɵcr, IgxNotificationsDirective as ɵcs, IgxGridColumnResizerComponent as ɵct, IgxColumnResizerDirective as ɵcu, IgxColumnResizingService as ɵcv, IgxRowSelectorDirective as ɵcw, IgxGroupByRowSelectorDirective as ɵcx, IgxHeadSelectorDirective as ɵcy, IgxRowDragDirective as ɵcz, IgxGridSelectionService as ɵd, IgxDragIndicatorIconDirective as ɵda, IgxRowDragGhostDirective as ɵdb, IgxRowDragModule as ɵdc, IgxGridHeaderRowComponent as ɵdd, IgxGridHeaderGroupComponent as ɵde, IgxGridHeaderComponent as ɵdf, IgxGridFilteringCellComponent as ɵdg, IgxFilteringService as ɵdh, IgxGridFilteringRowComponent as ɵdi, IgxGridGroupByAreaComponent as ɵdj, IgxGroupByAreaDirective as ɵdk, IgxGroupByMetaPipe as ɵdl, IgxTemplateOutletDirective as ɵdm, IgxTemplateOutletModule as ɵdn, IgxRowEditTemplateDirective as ɵdo, IgxRowEditTextDirective as ɵdp, IgxRowAddTextDirective as ɵdq, IgxRowEditActionsDirective as ɵdr, IgxRowEditTabStopDirective as ɵds, IgxSummaryRowComponent as ɵdt, IgxSummaryCellComponent as ɵdu, IgxRowDirective as ɵdv, IgxGridNavigationService as ɵdw, IgxGridSummaryService as ɵdx, ConnectedPositioningStrategy as ɵdy, IgxGridGroupByRowComponent as ɵdz, IgxTreeGridSelectionService as ɵea, IgxTreeGridGroupByAreaComponent as ɵeb, IgxRowLoadingIndicatorTemplateDirective as ɵec, IgxHierarchicalGridNavigationService as ɵed, IgxChildGridRowComponent as ɵee, IgxGridCellComponent as ɵef, IgxGridFooterComponent as ɵeg, IgxAdvancedFilteringDialogComponent as ɵeh, IgxColumnHidingDirective as ɵei, IgxColumnPinningDirective as ɵej, IgxGridSharedModules as ɵek, IgxProcessBarTextTemplateDirective as ɵel, IgxProgressBarGradientDirective as ɵem, DIR_DOCUMENT_FACTORY as ɵen, DIR_DOCUMENT as ɵeo, IgxDirectionality as ɵep, IgxSelectItemNavigationDirective as ɵeq, IGX_TIME_PICKER_COMPONENT as ɵer, IgxItemListDirective as ɵet, IgxTimeItemDirective as ɵeu, IgxTimePickerTemplateDirective as ɵev, IgxTimePickerActionsDirective as ɵew, TimeFormatPipe as ɵex, TimeItemPipe as ɵey, IgxGridPipesModule as ɵez, IGX_EXPANSION_PANEL_COMPONENT as ɵf, IgxGridCellStyleClassesPipe as ɵfa, IgxGridCellStylesPipe as ɵfb, IgxGridRowClassesPipe as ɵfc, IgxGridRowStylesPipe as ɵfd, IgxGridNotGroupedPipe as ɵfe, IgxGridTopLevelColumns as ɵff, IgxGridFilterConditionPipe as ɵfg, IgxGridTransactionPipe as ɵfh, IgxGridPaginatorOptionsPipe as ɵfi, IgxHasVisibleColumnsPipe as ɵfj, IgxGridRowPinningPipe as ɵfk, IgxColumnActionEnabledPipe as ɵfl, IgxFilterActionColumnsPipe as ɵfm, IgxSortActionColumnsPipe as ɵfn, IgxGridDataMapperPipe as ɵfo, IgxStringReplacePipe as ɵfp, IgxGridTransactionStatePipe as ɵfq, IgxColumnFormatterPipe as ɵfr, IgxSummaryFormatterPipe as ɵfs, IgxGridAddRowPipe as ɵft, IgxHeaderGroupWidthPipe as ɵfu, IgxHeaderGroupStylePipe as ɵfv, IgxGridColumnModule as ɵfw, IgxGridHeadersModule as ɵfx, SortingIndexPipe as ɵfy, IgxGridFilteringModule as ɵfz, IGX_TREE_COMPONENT as ɵg, IgxColumnMovingModule as ɵga, IgxColumnMovingDropDirective as ɵgb, IgxColumnMovingDragDirective as ɵgc, IgxGridResizingModule as ɵgd, IgxResizeHandleDirective as ɵge, IgxGridExcelStyleFilteringModule as ɵgf, IgxGridSelectionModule as ɵgg, IgxGridDragSelectDirective as ɵgh, IgxGridSummaryModule as ɵgi, IgxSummaryDataPipe as ɵgj, IgxGridToolbarModule as ɵgk, BaseToolbarDirective as ɵgl, BaseToolbarColumnActionsDirective as ɵgm, IgxGridRowComponent as ɵgn, IgxGridSortingPipe as ɵgo, IgxGridGroupingPipe as ɵgp, IgxGridPagingPipe as ɵgq, IgxGridFilteringPipe as ɵgr, IgxGridSummaryPipe as ɵgs, IgxGridDetailsPipe as ɵgt, IgxGridExpandableCellComponent as ɵgu, IgxTreeGridRowComponent as ɵgv, IgxTreeGridCellComponent as ɵgw, IgxTreeGridHierarchizingPipe as ɵgx, IgxTreeGridFlatteningPipe as ɵgy, IgxTreeGridSortingPipe as ɵgz, IGX_TREE_NODE_COMPONENT as ɵh, IgxTreeGridPagingPipe as ɵha, IgxTreeGridTransactionPipe as ɵhb, IgxTreeGridNormalizeRecordsPipe as ɵhc, IgxTreeGridAddRowPipe as ɵhd, IgxTreeGridFilteringPipe as ɵhe, IgxTreeGridSummaryPipe as ɵhf, IgxHierarchicalRowComponent as ɵhg, IgxHierarchicalGridCellComponent as ɵhh, IgxSliderThumbComponent as ɵhi, IgxThumbLabelComponent as ɵhj, IgxTicksComponent as ɵhk, IgxTickLabelsPipe as ɵhl, IgxTabsBase as ɵhm, IgxTabHeaderBase as ɵhn, IgxTabContentBase as ɵho, IgxSplitBarComponent as ɵhp, IgxTreeService as ɵhq, IgxTreeSelectionService as ɵhr, IgxTreeNavigationService as ɵhs, PlatformUtil as ɵi, EaseIn as ɵj, EaseOut as ɵk, IgxInputGroupBase as ɵl, IgxSelectionAPIService as ɵm, IgxForOfSyncService as ɵn, IgxForOfScrollSyncService as ɵo, DisplayContainerComponent as ɵp, IgxScrollInertiaDirective as ɵq, IgxScrollInertiaModule as ɵr, VirtualHelperComponent as ɵs, VirtualHelperBaseDirective as ɵt, HVirtualHelperComponent as ɵu, MaskParsingService as ɵv, isHierarchyMatch as ɵw, getHierarchy as ɵx, IgxGridActionButtonComponent as ɵy, ToggleAnimationPlayer as ɵz };
|
|
76441
76313
|
//# sourceMappingURL=igniteui-angular.js.map
|