igniteui-webcomponents-grids 4.8.1 → 5.0.0-beta.0
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-webcomponents-grids.umd.js +1078 -600
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +171 -0
- package/esm2015/lib/CheckboxListExternal.js +11 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +554 -441
- package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +12 -12
- package/esm2015/lib/DateEditorView.js +12 -12
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
- package/esm2015/lib/NativeUIGridFactory.js +66 -0
- package/esm2015/lib/PagerVisualModelExport.js +4 -4
- package/esm2015/lib/igc-checkbox-list-component.js +159 -93
- package/esm2015/lib/igc-checkbox-list-module.js +3 -0
- package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/CheckboxListBridge.js +173 -0
- package/esm5/lib/CheckboxListExternal.js +11 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +541 -422
- package/esm5/lib/CheckedChangedEventArgs.js +3 -2
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +12 -12
- package/esm5/lib/DateEditorView.js +12 -12
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/ISummaryChooserView_combined.js +17 -17
- package/esm5/lib/NativeUIGridFactory.js +76 -0
- package/esm5/lib/PagerVisualModelExport.js +4 -4
- package/esm5/lib/igc-checkbox-list-component.js +173 -93
- package/esm5/lib/igc-checkbox-list-module.js +3 -0
- package/esm5/lib/igc-checked-changed-event-args.js +17 -3
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
- package/fesm5/igniteui-webcomponents-grids.js +1077 -603
- package/grids/combined.js +36783 -38660
- package/grids/index.d.ts +8 -8
- package/grids/lib/igc-action-strip-component.d.ts +4 -4
- package/grids/lib/igc-action-strip-token.d.ts +16 -0
- package/grids/lib/igc-base-exporter.d.ts +0 -4
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
- package/grids/lib/igc-column-component.d.ts +15 -101
- package/grids/lib/igc-column-group-component.d.ts +94 -1
- package/grids/lib/igc-column-layout-component.d.ts +11 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
- package/grids/lib/igc-column-state.d.ts +0 -4
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
- package/grids/lib/igc-grid-base-directive.d.ts +34 -21
- package/grids/lib/igc-grid-component.d.ts +1 -1
- package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
- package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
- package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
- package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
- package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
- package/grids/lib/igc-header-type.d.ts +0 -5
- package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
- package/grids/lib/igc-paginator-component.d.ts +6 -22
- package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
- package/grids/lib/igc-pivot-configuration.d.ts +0 -1
- package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
- package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
- package/grids/lib/igc-pivot-dimension.d.ts +12 -1
- package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
- package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
- package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
- package/grids/lib/igc-pivot-value.d.ts +0 -2
- package/grids/lib/igc-position-settings.d.ts +1 -10
- package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
- package/grids/lib/igc-row-data-event-args.d.ts +10 -0
- package/grids/lib/igc-row-directive.d.ts +0 -5
- package/grids/lib/igc-row-island-component.d.ts +50 -146
- package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
- package/grids/lib/igc-sorting-options.d.ts +0 -1
- package/grids/lib/igc-tree-grid-component.d.ts +15 -18
- package/grids/lib/pivot-row-layout-type.d.ts +3 -0
- package/grids/lib/pivot-summary-position.d.ts +3 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListBridge.d.ts +29 -0
- package/lib/CheckboxListExternal.d.ts +29 -0
- package/lib/CheckboxListViewExternal.d.ts +16 -0
- package/lib/CheckboxListView_combined.d.ts +130 -121
- package/lib/CheckedChangedEventArgs.d.ts +3 -2
- package/lib/ColumnFilterCondition_combined.d.ts +1 -1
- package/lib/DateEditorView.d.ts +2 -2
- package/lib/NativeUIGridFactory.d.ts +19 -0
- package/lib/igc-checkbox-list-component.d.ts +19 -0
- package/lib/igc-checked-changed-event-args.d.ts +2 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
- package/grids/3rdpartylicenses.txt +0 -705
- package/grids/lib/display-density.d.ts +0 -3
- package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
- package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
- package/grids/lib/igc-display-density-base.d.ts +0 -45
- package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
- package/grids/lib/igc-toggle-directive.d.ts +0 -171
|
@@ -12,8 +12,9 @@ export let CheckedChangedEventArgs = /*@__PURE__*/ (() => {
|
|
|
12
12
|
class CheckedChangedEventArgs extends Base {
|
|
13
13
|
constructor() {
|
|
14
14
|
super(...arguments);
|
|
15
|
-
this.
|
|
16
|
-
this.
|
|
15
|
+
this.c = 0;
|
|
16
|
+
this.b = false;
|
|
17
|
+
this.a = null;
|
|
17
18
|
}
|
|
18
19
|
}
|
|
19
20
|
CheckedChangedEventArgs.$t = /*@__PURE__*/ markType(CheckedChangedEventArgs, 'CheckedChangedEventArgs');
|
|
@@ -260,7 +260,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
260
260
|
break;
|
|
261
261
|
case "FilterPlaceholderText":
|
|
262
262
|
if (this.d != null) {
|
|
263
|
-
this.d.
|
|
263
|
+
this.d.bi = this.s;
|
|
264
264
|
}
|
|
265
265
|
break;
|
|
266
266
|
case "BaseTheme":
|
|
@@ -271,7 +271,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
271
271
|
break;
|
|
272
272
|
case "BackgroundColor":
|
|
273
273
|
if (this.d != null) {
|
|
274
|
-
this.d.
|
|
274
|
+
this.d.dn = this.aq;
|
|
275
275
|
}
|
|
276
276
|
this.c.i();
|
|
277
277
|
break;
|
|
@@ -279,12 +279,12 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
279
279
|
}
|
|
280
280
|
ak() {
|
|
281
281
|
if (this.d != null) {
|
|
282
|
-
this.d.
|
|
282
|
+
this.d.aa = this.f;
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
285
|
aj() {
|
|
286
286
|
if (this.d != null) {
|
|
287
|
-
this.d.
|
|
287
|
+
this.d.ac = this.h;
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
am(a, b) {
|
|
@@ -298,9 +298,9 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
298
298
|
}
|
|
299
299
|
aa() {
|
|
300
300
|
if (this.a != null && this.d != null) {
|
|
301
|
-
this.d.
|
|
302
|
-
this.d.
|
|
303
|
-
this.d.
|
|
301
|
+
this.d.aa = this.f;
|
|
302
|
+
this.d.ac = this.h;
|
|
303
|
+
this.d.dn = this.aq;
|
|
304
304
|
let a;
|
|
305
305
|
let b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
306
306
|
for (let c of fromEnum(this.a.actualColumns)) {
|
|
@@ -314,16 +314,16 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
314
314
|
b.add(a);
|
|
315
315
|
}
|
|
316
316
|
if (this.s != null) {
|
|
317
|
-
this.d.
|
|
317
|
+
this.d.bi = this.s;
|
|
318
318
|
}
|
|
319
319
|
this.d.itemsSource = b;
|
|
320
320
|
let e = "";
|
|
321
321
|
let f = "";
|
|
322
322
|
e = "columnName";
|
|
323
323
|
f = "isNotHidden";
|
|
324
|
-
this.d.
|
|
325
|
-
this.d.
|
|
326
|
-
this.d.
|
|
324
|
+
this.d.b3 = f;
|
|
325
|
+
this.d.be = e;
|
|
326
|
+
this.d.au = true;
|
|
327
327
|
}
|
|
328
328
|
}
|
|
329
329
|
an(a) {
|
|
@@ -332,7 +332,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
al() {
|
|
335
|
-
this.d.
|
|
335
|
+
this.d.c2();
|
|
336
336
|
if (this.a != null) {
|
|
337
337
|
for (let a of fromEnum(this.a.actualColumns)) {
|
|
338
338
|
this.m = true;
|
|
@@ -341,7 +341,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
341
341
|
}
|
|
342
342
|
}
|
|
343
343
|
ae() {
|
|
344
|
-
this.d.
|
|
344
|
+
this.d.cc();
|
|
345
345
|
if (this.a != null) {
|
|
346
346
|
for (let a of fromEnum(this.a.actualColumns)) {
|
|
347
347
|
this.m = true;
|
|
@@ -360,11 +360,11 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
360
360
|
}
|
|
361
361
|
ac(a, b) {
|
|
362
362
|
this.m = true;
|
|
363
|
-
let c = this.d.h.actualDataSource.getItemAtIndex(b.
|
|
363
|
+
let c = this.d.h.actualDataSource.getItemAtIndex(b.c);
|
|
364
364
|
let d = this.a.actualColumns.count;
|
|
365
365
|
for (let e = 0; e < d; e++) {
|
|
366
366
|
if (this.a.actualColumns._inner[e].i8 == c.columnName || this.a.actualColumns._inner[e].jz == c.columnName || this.a.actualColumns._inner[e].jf == c.columnName) {
|
|
367
|
-
this.a.actualColumns._inner[e].g7 = !b.
|
|
367
|
+
this.a.actualColumns._inner[e].g7 = !b.b;
|
|
368
368
|
this.a.actualColumns._inner[e].ki("Hidden");
|
|
369
369
|
}
|
|
370
370
|
}
|
|
@@ -4896,7 +4896,7 @@ export let Pager = /*@__PURE__*/ (() => {
|
|
|
4896
4896
|
if (this.b.isVirtual) {
|
|
4897
4897
|
this.b.firstVisibleIndexRequested = a;
|
|
4898
4898
|
this.b.lastVisibleIndexRequested = a + this.ah;
|
|
4899
|
-
this.d.
|
|
4899
|
+
this.d.eb = false;
|
|
4900
4900
|
}
|
|
4901
4901
|
this.b2();
|
|
4902
4902
|
this.ac.clear();
|
|
@@ -4907,7 +4907,7 @@ export let Pager = /*@__PURE__*/ (() => {
|
|
|
4907
4907
|
let c = this.b.getItemAtIndex(b);
|
|
4908
4908
|
this.ac.add1(c);
|
|
4909
4909
|
if (c != null) {
|
|
4910
|
-
this.d.
|
|
4910
|
+
this.d.eb = true;
|
|
4911
4911
|
}
|
|
4912
4912
|
}
|
|
4913
4913
|
let d = new Array(this.ac.count);
|
|
@@ -4918,7 +4918,7 @@ export let Pager = /*@__PURE__*/ (() => {
|
|
|
4918
4918
|
if (this.targetGrid != null) {
|
|
4919
4919
|
this.targetGrid.actualDataSource.queueAutoRefresh();
|
|
4920
4920
|
this.targetGrid.actualDataSource.flushAutoRefresh();
|
|
4921
|
-
if (this.b.isVirtual && this.d.
|
|
4921
|
+
if (this.b.isVirtual && this.d.eb) {
|
|
4922
4922
|
this.targetGrid.v4(0, this.ao - 1);
|
|
4923
4923
|
}
|
|
4924
4924
|
else {
|
|
@@ -4949,7 +4949,7 @@ export let Pager = /*@__PURE__*/ (() => {
|
|
|
4949
4949
|
this.b.summaryScope = this.p;
|
|
4950
4950
|
let b = this.b;
|
|
4951
4951
|
b.schemaChanged = delegateCombine(b.schemaChanged, runOn(this, this.bj));
|
|
4952
|
-
this.d.
|
|
4952
|
+
this.d.ea = this.b;
|
|
4953
4953
|
switch (this.l) {
|
|
4954
4954
|
case 1:
|
|
4955
4955
|
case 0:
|
|
@@ -5325,15 +5325,15 @@ export let PagedDataProvider = /*@__PURE__*/ (() => {
|
|
|
5325
5325
|
class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
5326
5326
|
constructor(a) {
|
|
5327
5327
|
super();
|
|
5328
|
-
this.
|
|
5329
|
-
this.
|
|
5328
|
+
this.av = null;
|
|
5329
|
+
this.av = a;
|
|
5330
5330
|
}
|
|
5331
5331
|
getItemValue(a, b) {
|
|
5332
5332
|
if (a == null) {
|
|
5333
5333
|
return null;
|
|
5334
5334
|
}
|
|
5335
|
-
if (this.
|
|
5336
|
-
let c = this.
|
|
5335
|
+
if (this.av.actualDataSource.isVirtual) {
|
|
5336
|
+
let c = this.av.actualDataSource;
|
|
5337
5337
|
return c.actualDataProvider.getItemValue(a, b);
|
|
5338
5338
|
}
|
|
5339
5339
|
return super.getItemValue(a, b);
|
|
@@ -939,10 +939,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
939
939
|
for (let k = 0; k < j.count; k++) {
|
|
940
940
|
let l = this.q._inner[k].au();
|
|
941
941
|
let m = this.d.b(j._inner[k]);
|
|
942
|
-
l.
|
|
943
|
-
l.
|
|
944
|
-
l.
|
|
945
|
-
l.
|
|
942
|
+
l.i = m[0] - d;
|
|
943
|
+
l.g = m[1] - e;
|
|
944
|
+
l.f = NativeUI.d(j._inner[k]);
|
|
945
|
+
l.j = NativeUI.k(j._inner[k]);
|
|
946
946
|
a.d.add(l);
|
|
947
947
|
}
|
|
948
948
|
if (this.k != null) {
|
|
@@ -259,7 +259,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
259
259
|
break;
|
|
260
260
|
case "FilterPlaceholderText":
|
|
261
261
|
if (this.d != null) {
|
|
262
|
-
this.d.
|
|
262
|
+
this.d.bi = this.s;
|
|
263
263
|
}
|
|
264
264
|
break;
|
|
265
265
|
case "BaseTheme":
|
|
@@ -270,7 +270,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
270
270
|
break;
|
|
271
271
|
case "BackgroundColor":
|
|
272
272
|
if (this.d != null) {
|
|
273
|
-
this.d.
|
|
273
|
+
this.d.dn = this.an;
|
|
274
274
|
}
|
|
275
275
|
this.c.g();
|
|
276
276
|
break;
|
|
@@ -278,12 +278,12 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
278
278
|
}
|
|
279
279
|
ai() {
|
|
280
280
|
if (this.d != null) {
|
|
281
|
-
this.d.
|
|
281
|
+
this.d.aa = this.f;
|
|
282
282
|
}
|
|
283
283
|
}
|
|
284
284
|
ah() {
|
|
285
285
|
if (this.d != null) {
|
|
286
|
-
this.d.
|
|
286
|
+
this.d.ac = this.h;
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
aj(a, b) {
|
|
@@ -297,9 +297,9 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
297
297
|
}
|
|
298
298
|
aa() {
|
|
299
299
|
if (this.a != null && this.d != null) {
|
|
300
|
-
this.d.
|
|
301
|
-
this.d.
|
|
302
|
-
this.d.
|
|
300
|
+
this.d.aa = this.f;
|
|
301
|
+
this.d.ac = this.h;
|
|
302
|
+
this.d.dn = this.an;
|
|
303
303
|
let a;
|
|
304
304
|
let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
305
305
|
for (let c of fromEnum(this.a.actualColumns)) {
|
|
@@ -317,22 +317,22 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
317
317
|
}
|
|
318
318
|
b.add(a);
|
|
319
319
|
}
|
|
320
|
-
this.d.
|
|
320
|
+
this.d.au = false;
|
|
321
321
|
if (this.s != null) {
|
|
322
|
-
this.d.
|
|
322
|
+
this.d.bi = this.s;
|
|
323
323
|
}
|
|
324
324
|
this.d.itemsSource = b;
|
|
325
325
|
let e = "";
|
|
326
326
|
let f = "";
|
|
327
327
|
e = "columnName";
|
|
328
328
|
f = "isPinned";
|
|
329
|
-
this.d.
|
|
330
|
-
this.d.
|
|
329
|
+
this.d.b3 = f;
|
|
330
|
+
this.d.be = e;
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
ae(a, b) {
|
|
334
334
|
this.m = true;
|
|
335
|
-
let c = this.d.h.actualDataSource.getItemAtIndex(b.
|
|
335
|
+
let c = this.d.h.actualDataSource.getItemAtIndex(b.c);
|
|
336
336
|
let d = this.a.actualColumns.count;
|
|
337
337
|
for (let e = 0; e < d; e++) {
|
|
338
338
|
if (this.a.actualColumns._inner[e].i8 == c.columnName || this.a.actualColumns._inner[e].jz == c.columnName || this.a.actualColumns._inner[e].jf == c.columnName) {
|
|
@@ -5,7 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { BaseEditorView } from "./BaseEditorView";
|
|
8
|
-
import {
|
|
8
|
+
import { XDatePicker } from "igniteui-webcomponents-inputs";
|
|
9
9
|
import { runOn, delegateCombine, delegateRemove, markType } from "igniteui-webcomponents-core";
|
|
10
10
|
import { dateMinValue } from "igniteui-webcomponents-core";
|
|
11
11
|
/**
|
|
@@ -50,15 +50,15 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
50
50
|
e.append(f);
|
|
51
51
|
let g = a.createElement("div");
|
|
52
52
|
e.append(g);
|
|
53
|
-
this.y = new
|
|
53
|
+
this.y = new XDatePicker();
|
|
54
54
|
this.y.ay = false;
|
|
55
55
|
this.y.provideContainer(e);
|
|
56
56
|
this.y.w = b;
|
|
57
57
|
this.y.y = 3;
|
|
58
|
-
this.y.
|
|
59
|
-
this.y.
|
|
60
|
-
this.y.
|
|
61
|
-
this.y.
|
|
58
|
+
this.y.a0 = this.showClearButton;
|
|
59
|
+
this.y.a1 = this.ac;
|
|
60
|
+
this.y.dy = this.textColor;
|
|
61
|
+
this.y.bf = -1;
|
|
62
62
|
let h = e.getExternal(this.y, e.rootWrapper, null);
|
|
63
63
|
if (this.z != null) {
|
|
64
64
|
this.y.ad = this.z;
|
|
@@ -124,12 +124,12 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
124
124
|
s() {
|
|
125
125
|
if (this.y != null) {
|
|
126
126
|
this.y.focus(true);
|
|
127
|
-
this.y.
|
|
127
|
+
this.y.dg();
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
ag() {
|
|
131
131
|
if (this.y != null) {
|
|
132
|
-
this.y.
|
|
132
|
+
this.y.cr();
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
u(a, b, c) {
|
|
@@ -140,18 +140,18 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
140
140
|
break;
|
|
141
141
|
case "ShowClearButton":
|
|
142
142
|
if (this.y != null) {
|
|
143
|
-
this.y.
|
|
143
|
+
this.y.a0 = this.showClearButton;
|
|
144
144
|
}
|
|
145
145
|
break;
|
|
146
146
|
case "ShowTodayButton":
|
|
147
147
|
if (this.y != null) {
|
|
148
|
-
this.y.
|
|
148
|
+
this.y.a1 = this.ac;
|
|
149
149
|
}
|
|
150
150
|
break;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
ak() {
|
|
154
|
-
this.y.
|
|
154
|
+
this.y.bz = this.ae;
|
|
155
155
|
}
|
|
156
156
|
w() {
|
|
157
157
|
this.ab = true;
|
|
@@ -176,7 +176,7 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
176
176
|
v() {
|
|
177
177
|
super.v();
|
|
178
178
|
if (this.y != null) {
|
|
179
|
-
this.y.
|
|
179
|
+
this.y.dy = this.textColor;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
onDatePickerValueChanged(a, b) {
|
|
@@ -261,7 +261,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
261
261
|
this.bc("TextFilterCaption", b, this.cf);
|
|
262
262
|
}
|
|
263
263
|
cu() {
|
|
264
|
-
let a = this.bx.
|
|
264
|
+
let a = this.bx.an();
|
|
265
265
|
this.bw.al(!a);
|
|
266
266
|
let b = this.b3();
|
|
267
267
|
this.bw.am(b);
|
|
@@ -379,7 +379,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
this.bx.itemsSource = e;
|
|
382
|
-
this.bx.
|
|
382
|
+
this.bx.be = c;
|
|
383
383
|
this.bx.b = [c];
|
|
384
384
|
e.shouldEmitSectionHeaders = true;
|
|
385
385
|
e.isSectionHeaderNormalRow = true;
|
|
@@ -424,15 +424,15 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
426
|
if (e.count == 0 || !c) {
|
|
427
|
-
this.bx.
|
|
427
|
+
this.bx.c2();
|
|
428
428
|
return;
|
|
429
429
|
}
|
|
430
430
|
switch (d.value) {
|
|
431
431
|
case 0:
|
|
432
|
-
this.bx.
|
|
432
|
+
this.bx.cc();
|
|
433
433
|
break;
|
|
434
434
|
case 1:
|
|
435
|
-
this.bx.
|
|
435
|
+
this.bx.c2();
|
|
436
436
|
break;
|
|
437
437
|
}
|
|
438
438
|
let h = this.bx.g;
|
|
@@ -473,11 +473,11 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
473
473
|
}
|
|
474
474
|
cw() {
|
|
475
475
|
if (null != this.bx) {
|
|
476
|
-
this.bx.
|
|
477
|
-
this.bx.
|
|
478
|
-
this.bx.
|
|
479
|
-
this.bx.
|
|
480
|
-
this.bx.
|
|
476
|
+
this.bx.ac = this.b0;
|
|
477
|
+
this.bx.bi = this.cc;
|
|
478
|
+
this.bx.dn = this.bo;
|
|
479
|
+
this.bx.d5 = this.br;
|
|
480
|
+
this.bx.aa = this.i;
|
|
481
481
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
482
482
|
}
|
|
483
483
|
}
|
|
@@ -75,8 +75,8 @@ export let SummaryChooserView = /*@__PURE__*/ (() => {
|
|
|
75
75
|
this.e();
|
|
76
76
|
}
|
|
77
77
|
e() {
|
|
78
|
-
if (this.model.f.
|
|
79
|
-
let a = this.model.r.count * this.model.f.
|
|
78
|
+
if (this.model.f.ax > -1) {
|
|
79
|
+
let a = this.model.r.count * this.model.f.ax;
|
|
80
80
|
a += 4;
|
|
81
81
|
this.d.setStyleProperty("height", a + "px");
|
|
82
82
|
}
|
|
@@ -308,30 +308,30 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
308
308
|
this.a6();
|
|
309
309
|
}
|
|
310
310
|
az(a, b) {
|
|
311
|
-
let c = this.q._inner[b.
|
|
312
|
-
c.isSelected = b.
|
|
311
|
+
let c = this.q._inner[b.c];
|
|
312
|
+
c.isSelected = b.b;
|
|
313
313
|
if (this.summaryChanged != null) {
|
|
314
314
|
this.summaryChanged(this, ((() => {
|
|
315
315
|
let $ret = new SummaryChangedEventArgs();
|
|
316
316
|
$ret.b = c.iD;
|
|
317
|
-
$ret.a = b.
|
|
317
|
+
$ret.a = b.b;
|
|
318
318
|
return $ret;
|
|
319
319
|
})()));
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
322
|
a6() {
|
|
323
323
|
if (this.e != null) {
|
|
324
|
-
this.e.
|
|
325
|
-
this.e.
|
|
326
|
-
this.e.
|
|
327
|
-
this.e.
|
|
324
|
+
this.e.ac = this.m;
|
|
325
|
+
this.e.d5 = this.ba;
|
|
326
|
+
this.e.aa = this.i;
|
|
327
|
+
this.e.dn = this.a9;
|
|
328
|
+
this.e.au = false;
|
|
328
329
|
this.e.as = false;
|
|
329
|
-
this.e.
|
|
330
|
-
this.e.an = false;
|
|
330
|
+
this.e.ap = false;
|
|
331
331
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
332
332
|
this.e.itemsSource = this.q;
|
|
333
|
-
this.e.
|
|
334
|
-
this.e.
|
|
333
|
+
this.e.be = "label";
|
|
334
|
+
this.e.b3 = "isSelected";
|
|
335
335
|
this.e.b = ["label"];
|
|
336
336
|
}
|
|
337
337
|
}
|
|
@@ -381,7 +381,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
381
381
|
if (d.iD == a) {
|
|
382
382
|
d.isSelected = b;
|
|
383
383
|
if (this.e != null) {
|
|
384
|
-
this.e.
|
|
384
|
+
this.e.ck(c, d, d);
|
|
385
385
|
}
|
|
386
386
|
break;
|
|
387
387
|
}
|
|
@@ -393,7 +393,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
393
393
|
c.label = b;
|
|
394
394
|
this.q.add(c);
|
|
395
395
|
if (this.e != null) {
|
|
396
|
-
this.e.
|
|
396
|
+
this.e.ci(this.q.count - 1, c);
|
|
397
397
|
}
|
|
398
398
|
this.c.onItemInserted();
|
|
399
399
|
}
|
|
@@ -403,7 +403,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
403
403
|
if (c.iD == a) {
|
|
404
404
|
this.q.removeAt(b);
|
|
405
405
|
if (this.e != null) {
|
|
406
|
-
this.e.
|
|
406
|
+
this.e.cj(b, c);
|
|
407
407
|
}
|
|
408
408
|
break;
|
|
409
409
|
}
|
|
@@ -416,7 +416,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
416
416
|
if (d.iD == a) {
|
|
417
417
|
d.label = b;
|
|
418
418
|
if (this.e != null) {
|
|
419
|
-
this.e.
|
|
419
|
+
this.e.ck(c, d, d);
|
|
420
420
|
}
|
|
421
421
|
break;
|
|
422
422
|
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { INativeUIElementFactory_$type } from "igniteui-webcomponents-core";
|
|
9
|
+
import { NativeUIComponent } from "igniteui-webcomponents-core";
|
|
10
|
+
import { CheckboxListBridge } from "./CheckboxListBridge";
|
|
11
|
+
import { NativeUICheckboxList } from "igniteui-webcomponents-core";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export let NativeUIGridFactory = /*@__PURE__*/ (() => {
|
|
16
|
+
class NativeUIGridFactory extends Base {
|
|
17
|
+
constructor() {
|
|
18
|
+
super(...arguments);
|
|
19
|
+
this.c = 2;
|
|
20
|
+
}
|
|
21
|
+
static get instance() {
|
|
22
|
+
if (NativeUIGridFactory.a == null) {
|
|
23
|
+
NativeUIGridFactory.a = new NativeUIGridFactory();
|
|
24
|
+
}
|
|
25
|
+
return NativeUIGridFactory.a;
|
|
26
|
+
}
|
|
27
|
+
static register() {
|
|
28
|
+
NativeUIComponent.ar(NativeUIGridFactory.instance);
|
|
29
|
+
}
|
|
30
|
+
get flavor() {
|
|
31
|
+
return this.c;
|
|
32
|
+
}
|
|
33
|
+
createComponent(a, b, c) {
|
|
34
|
+
switch (b) {
|
|
35
|
+
case 16:
|
|
36
|
+
this.d(a, c);
|
|
37
|
+
break;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
createComponentSync(a, b, c) {
|
|
41
|
+
this.createComponent(a, b, c);
|
|
42
|
+
}
|
|
43
|
+
supportsComponent(a) {
|
|
44
|
+
switch (a) {
|
|
45
|
+
case 16: return true;
|
|
46
|
+
}
|
|
47
|
+
return false;
|
|
48
|
+
}
|
|
49
|
+
d(a, b) {
|
|
50
|
+
let c = a;
|
|
51
|
+
let d = c.createElement("div");
|
|
52
|
+
c.getPortal(d, "CheckboxList", (e) => {
|
|
53
|
+
let comp_ = e.componentRef;
|
|
54
|
+
let f = (comp_.i);
|
|
55
|
+
let g = new CheckboxListBridge(f);
|
|
56
|
+
let h = new NativeUICheckboxList();
|
|
57
|
+
h.an = d.getChildAt(0);
|
|
58
|
+
h.d = g;
|
|
59
|
+
b(h);
|
|
60
|
+
}, false);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
NativeUIGridFactory.$t = /*@__PURE__*/ markType(NativeUIGridFactory, 'NativeUIGridFactory', Base.$, [INativeUIElementFactory_$type]);
|
|
64
|
+
NativeUIGridFactory.a = null;
|
|
65
|
+
return NativeUIGridFactory;
|
|
66
|
+
})();
|
|
@@ -62,16 +62,16 @@ export let PagerVisualModelExport = /*@__PURE__*/ (() => {
|
|
|
62
62
|
a.l("currentPage : " + this.h + ", ");
|
|
63
63
|
a.l("pageCount : " + this.i + ", ");
|
|
64
64
|
if (this.c != null) {
|
|
65
|
-
a.l("firstPageButton : " + this.c.
|
|
65
|
+
a.l("firstPageButton : " + this.c.serialize() + ", ");
|
|
66
66
|
}
|
|
67
67
|
if (this.f != null) {
|
|
68
|
-
a.l("previousPageButton : " + this.f.
|
|
68
|
+
a.l("previousPageButton : " + this.f.serialize() + ", ");
|
|
69
69
|
}
|
|
70
70
|
if (this.e != null) {
|
|
71
|
-
a.l("nextPageButton : " + this.e.
|
|
71
|
+
a.l("nextPageButton : " + this.e.serialize() + ", ");
|
|
72
72
|
}
|
|
73
73
|
if (this.d != null) {
|
|
74
|
-
a.l("lastPageButton : " + this.d.
|
|
74
|
+
a.l("lastPageButton : " + this.d.serialize() + ", ");
|
|
75
75
|
}
|
|
76
76
|
a.l("}");
|
|
77
77
|
return a.toString();
|