igniteui-webcomponents-grids 4.0.3 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +1042 -654
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +26 -26
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +552 -389
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm2015/lib/EditorCell.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
- package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TextEditorView.js +10 -10
- package/esm2015/lib/igc-checkbox-list-component.js +155 -50
- package/esm2015/lib/igc-data-grid-column-component.js +10 -6
- package/esm2015/lib/igc-data-grid-component.js +45 -27
- package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm2015/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/CanvasGridCellBase.js +26 -26
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +578 -375
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm5/lib/EditorCell.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm5/lib/GridFilterDialogView_combined.js +5 -5
- package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TextEditorView.js +10 -10
- package/esm5/lib/igc-checkbox-list-component.js +195 -50
- package/esm5/lib/igc-data-grid-column-component.js +10 -6
- package/esm5/lib/igc-data-grid-component.js +45 -27
- package/esm5/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm5/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-grids.js +974 -666
- package/fesm5/igniteui-webcomponents-grids.js +1040 -652
- package/grids/combined.js +173 -91
- package/grids/index.d.ts +30 -0
- package/grids/index.js +1 -0
- package/grids/lib/column-pinning-position.d.ts +1 -0
- package/grids/lib/common.d.ts +0 -4
- package/grids/lib/filtering-expressions-tree-type.d.ts +1 -0
- package/grids/lib/filtering-logic.d.ts +1 -0
- package/grids/lib/grid-column-data-type.d.ts +1 -1
- package/grids/lib/grid-paging-mode.d.ts +1 -0
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -2
- package/grids/lib/igc-active-node-change-event-args.d.ts +1 -2
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
- package/grids/lib/igc-base-event-args.d.ts +1 -2
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-cell-type.d.ts +6 -12
- package/grids/lib/igc-column-component.d.ts +4 -3
- package/grids/lib/igc-column-exporting-event-args.d.ts +1 -2
- package/grids/lib/igc-column-group-component.d.ts +4 -2
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
- package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-date-summary-operand.d.ts +75 -0
- package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-dimensions-change.d.ts +30 -0
- package/grids/lib/igc-display-density-base.d.ts +1 -1
- package/grids/lib/igc-exporter-options-base.d.ts +18 -2
- package/grids/lib/igc-field-pipe-args.d.ts +6 -12
- package/grids/lib/igc-filtering-expression.d.ts +33 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +8 -8
- package/grids/lib/igc-filtering-operand.d.ts +4 -2
- package/grids/lib/igc-filtering-operation.d.ts +5 -2
- package/grids/lib/igc-for-of-state.d.ts +2 -4
- package/grids/lib/igc-grid-action-button-component.d.ts +1 -1
- package/grids/lib/igc-grid-actions-base-directive.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +34 -6
- package/grids/lib/igc-grid-component.d.ts +5 -5
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +6 -12
- package/grids/lib/igc-grid-resource-strings.d.ts +166 -326
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +2 -1
- package/grids/lib/igc-grid-validation-state.d.ts +1 -2
- package/grids/lib/igc-group-by-record.d.ts +2 -4
- package/grids/lib/igc-grouped-records.d.ts +1 -1
- package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-number-summary-operand.d.ts +104 -0
- package/grids/lib/igc-overlay-settings.d.ts +6 -12
- package/grids/lib/igc-paginator-resource-strings.d.ts +6 -12
- package/grids/lib/igc-pin-row-event-args.d.ts +2 -4
- package/grids/lib/igc-pinning-config.d.ts +2 -4
- package/grids/lib/igc-pivot-aggregator.d.ts +46 -0
- package/grids/lib/igc-pivot-configuration.d.ts +60 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +127 -0
- package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +88 -0
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +25 -0
- package/grids/lib/igc-pivot-dimension.d.ts +69 -0
- package/grids/lib/igc-pivot-grid-component.d.ts +492 -0
- package/grids/lib/igc-pivot-grid-value-template-context.d.ts +20 -0
- package/grids/lib/igc-pivot-keys.d.ts +47 -0
- package/grids/lib/igc-pivot-value.d.ts +65 -0
- package/grids/lib/igc-position-settings.d.ts +6 -12
- package/grids/lib/igc-row-data-event-args.d.ts +0 -5
- package/grids/lib/igc-row-selection-event-args.d.ts +3 -0
- package/grids/lib/igc-row-type.d.ts +19 -38
- package/grids/lib/igc-sorting-event-args.d.ts +2 -4
- package/grids/lib/igc-sorting-expression.d.ts +2 -4
- package/grids/lib/igc-sorting-options.d.ts +3 -2
- package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
- package/grids/lib/igc-summary-operand.d.ts +61 -0
- package/grids/lib/igc-summary-result.d.ts +1 -2
- package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-time-summary-operand.d.ts +49 -0
- package/grids/lib/igc-tree-grid-component.d.ts +3 -2
- package/grids/lib/igc-tree-grid-record.d.ts +5 -10
- package/grids/lib/igc-values-change.d.ts +23 -0
- package/grids/lib/pivot-aggregation-type.d.ts +3 -0
- package/grids/lib/pivot-dimension-type.d.ts +17 -0
- package/grids/lib/row-pinning-position.d.ts +1 -0
- package/grids/lib/sorting-direction.d.ts +1 -0
- package/grids/lib/sorting-options-mode.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/CheckboxListView_combined.d.ts +120 -96
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
- package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
- package/lib/igc-checkbox-list-component.d.ts +40 -0
- package/package.json +4 -4
|
@@ -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.bg = 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.di = this.aq;
|
|
275
275
|
}
|
|
276
276
|
this.c.i();
|
|
277
277
|
break;
|
|
@@ -300,7 +300,7 @@ export let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
300
300
|
if (this.a != null && this.d != null) {
|
|
301
301
|
this.d.y = this.f;
|
|
302
302
|
this.d.aa = this.h;
|
|
303
|
-
this.d.
|
|
303
|
+
this.d.di = 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.bg = 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.b0 = f;
|
|
325
|
+
this.d.bc = e;
|
|
326
|
+
this.d.as = 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.cy();
|
|
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.b9();
|
|
345
345
|
if (this.a != null) {
|
|
346
346
|
for (let a of fromEnum(this.a.actualColumns)) {
|
|
347
347
|
this.m = true;
|
|
@@ -937,7 +937,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
937
937
|
}
|
|
938
938
|
let j = this.d.j;
|
|
939
939
|
for (let k = 0; k < j.count; k++) {
|
|
940
|
-
let l = this.q._inner[k].
|
|
940
|
+
let l = this.q._inner[k].ae();
|
|
941
941
|
let m = this.d.b(j._inner[k]);
|
|
942
942
|
l.h = m[0] - d;
|
|
943
943
|
l.f = m[1] - e;
|
|
@@ -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.bg = 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.di = this.an;
|
|
274
274
|
}
|
|
275
275
|
this.c.g();
|
|
276
276
|
break;
|
|
@@ -299,7 +299,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
299
299
|
if (this.a != null && this.d != null) {
|
|
300
300
|
this.d.y = this.f;
|
|
301
301
|
this.d.aa = this.h;
|
|
302
|
-
this.d.
|
|
302
|
+
this.d.di = 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,17 +317,17 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
317
317
|
}
|
|
318
318
|
b.add(a);
|
|
319
319
|
}
|
|
320
|
-
this.d.
|
|
320
|
+
this.d.as = false;
|
|
321
321
|
if (this.s != null) {
|
|
322
|
-
this.d.
|
|
322
|
+
this.d.bg = 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.b0 = f;
|
|
330
|
+
this.d.bc = e;
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
ae(a, b) {
|
|
@@ -8,7 +8,7 @@ import { Base, String_$type, runOn, delegateRemove, delegateCombine, markType, I
|
|
|
8
8
|
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
9
9
|
import { XIcon } from "igniteui-webcomponents-inputs";
|
|
10
10
|
import { OperatorSelectorOpeningEventArgs } from "./OperatorSelectorOpeningEventArgs";
|
|
11
|
-
import { Popup } from "igniteui-webcomponents-
|
|
11
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
12
12
|
import { Rect } from "igniteui-webcomponents-core";
|
|
13
13
|
import { OperatorModel } from "./OperatorModel";
|
|
14
14
|
import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
|
|
@@ -284,13 +284,13 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
284
284
|
af.s.modelUpdated(af);
|
|
285
285
|
if (ai && y.b) {
|
|
286
286
|
let aq = y.a;
|
|
287
|
-
aq.
|
|
287
|
+
aq.aa();
|
|
288
288
|
if (af.l.d != 0 && this.e.b2) {
|
|
289
|
-
aq.
|
|
289
|
+
aq.af(this.ax(af.l.d));
|
|
290
290
|
}
|
|
291
291
|
let ar = af.s.nativeCell;
|
|
292
292
|
ar.b3(aq, y.c, y.d, af.cl, af.cm, z);
|
|
293
|
-
aq.
|
|
293
|
+
aq.z();
|
|
294
294
|
}
|
|
295
295
|
af.jv();
|
|
296
296
|
if (m) {
|
|
@@ -305,7 +305,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
305
305
|
}
|
|
306
306
|
this.m = false;
|
|
307
307
|
if (y.a != null && this.q != 1) {
|
|
308
|
-
y.a.
|
|
308
|
+
y.a.z();
|
|
309
309
|
}
|
|
310
310
|
this.an();
|
|
311
311
|
}
|
|
@@ -486,7 +486,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
486
486
|
if (f) {
|
|
487
487
|
this.a[b].setRawStyleProperty("z-index", e.toString());
|
|
488
488
|
}
|
|
489
|
-
a.a.
|
|
489
|
+
a.a.l(0, 0, d.actualVisibleRegion.width, d.actualVisibleRegion.height);
|
|
490
490
|
this.a[b].setRawPosition(a.c, a.d);
|
|
491
491
|
}
|
|
492
492
|
}
|
|
@@ -8,7 +8,7 @@ import { GridCellBase } from "./GridCellBase";
|
|
|
8
8
|
import { DataSourceSchemaPropertyType_$type } from "igniteui-webcomponents-core";
|
|
9
9
|
import { enumGetBox, runOn, delegateCombine, delegateRemove, markType } from "igniteui-webcomponents-core";
|
|
10
10
|
import { EditorType_$type } from "./EditorType";
|
|
11
|
-
import { Popup } from "igniteui-webcomponents-
|
|
11
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
12
12
|
import { TextEditorView } from "./TextEditorView";
|
|
13
13
|
import { NumericEditorView } from "./NumericEditorView";
|
|
14
14
|
import { DateEditorView } from "./DateEditorView";
|
|
@@ -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.al();
|
|
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.bc = 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.cy();
|
|
428
428
|
return;
|
|
429
429
|
}
|
|
430
430
|
switch (d.value) {
|
|
431
431
|
case 0:
|
|
432
|
-
this.bx.
|
|
432
|
+
this.bx.b9();
|
|
433
433
|
break;
|
|
434
434
|
case 1:
|
|
435
|
-
this.bx.
|
|
435
|
+
this.bx.cy();
|
|
436
436
|
break;
|
|
437
437
|
}
|
|
438
438
|
let h = this.bx.g;
|
|
@@ -474,9 +474,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
474
474
|
cw() {
|
|
475
475
|
if (null != this.bx) {
|
|
476
476
|
this.bx.aa = this.b0;
|
|
477
|
-
this.bx.
|
|
478
|
-
this.bx.
|
|
479
|
-
this.bx.
|
|
477
|
+
this.bx.bg = this.cc;
|
|
478
|
+
this.bx.di = this.bo;
|
|
479
|
+
this.bx.dy = this.br;
|
|
480
480
|
this.bx.y = this.i;
|
|
481
481
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
482
482
|
}
|
|
@@ -6,7 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { GridColumnOptionsViewBase } from "./GridColumnOptionsViewBase";
|
|
8
8
|
import { SummaryChooser } from "./SummaryChooser";
|
|
9
|
-
import { Popup } from "igniteui-webcomponents-
|
|
9
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
10
10
|
import { Size } from "igniteui-webcomponents-core";
|
|
11
11
|
import { GridColumnOptionsUtilities } from "./GridColumnOptionsUtilities";
|
|
12
12
|
import { runOn, markType, enumGetBox, delegateRemove, delegateCombine } from "igniteui-webcomponents-core";
|
|
@@ -362,7 +362,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
362
362
|
if (this.by != null) {
|
|
363
363
|
this.by.ef = 0;
|
|
364
364
|
this.by.ak = false;
|
|
365
|
-
this.by.
|
|
365
|
+
this.by.t9 = this.br;
|
|
366
366
|
this.bh(this.by);
|
|
367
367
|
}
|
|
368
368
|
}
|
|
@@ -147,23 +147,23 @@ export let GridExpansionIndicatorView = /*@__PURE__*/ (() => {
|
|
|
147
147
|
this.d = truncate(Math.round(d));
|
|
148
148
|
}
|
|
149
149
|
if (this.b.d && this.f != 1) {
|
|
150
|
-
this.b.
|
|
151
|
-
this.b.
|
|
150
|
+
this.b.aa();
|
|
151
|
+
this.b.ab(this.f, this.f);
|
|
152
152
|
}
|
|
153
|
-
this.b.
|
|
154
|
-
this.b.
|
|
153
|
+
this.b.l(0, 0, this.j, this.g);
|
|
154
|
+
this.b.aa();
|
|
155
155
|
for (let e = 0; e < this.c.count; e++) {
|
|
156
|
-
this.b.
|
|
156
|
+
this.b.k(this.c._inner[e].j);
|
|
157
157
|
let f = this.s();
|
|
158
158
|
if (this.a.ae != null) {
|
|
159
159
|
f = this.a.ae;
|
|
160
160
|
}
|
|
161
161
|
this.c._inner[e]._stroke = f;
|
|
162
|
-
this.b.
|
|
162
|
+
this.b.t(this.c._inner[e]);
|
|
163
163
|
}
|
|
164
|
-
this.b.
|
|
164
|
+
this.b.z();
|
|
165
165
|
if (this.b.d && this.f != 1) {
|
|
166
|
-
this.b.
|
|
166
|
+
this.b.z();
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
}
|
|
@@ -80,13 +80,13 @@ export let GridFilterDialogView = /*@__PURE__*/ (() => {
|
|
|
80
80
|
this.z();
|
|
81
81
|
this.ad._fill = this.b.bq != null ? this.b.bq : GridStyleRepository.az;
|
|
82
82
|
if (this.d.d && this.h != 1) {
|
|
83
|
-
this.d.
|
|
84
|
-
this.d.
|
|
83
|
+
this.d.aa();
|
|
84
|
+
this.d.ab(this.h, this.h);
|
|
85
85
|
}
|
|
86
|
-
this.d.
|
|
87
|
-
this.d.
|
|
86
|
+
this.d.l(0, 0, this.l, this.k);
|
|
87
|
+
this.d.t(this.ad);
|
|
88
88
|
if (this.d.d && this.h != 1) {
|
|
89
|
-
this.d.
|
|
89
|
+
this.d.z();
|
|
90
90
|
}
|
|
91
91
|
this.b.bc();
|
|
92
92
|
}
|
|
@@ -90,24 +90,24 @@ export let GridSortIndicatorView = /*@__PURE__*/ (() => {
|
|
|
90
90
|
this.e = truncate(Math.round(b));
|
|
91
91
|
}
|
|
92
92
|
if (this.c.d && this.g != 1) {
|
|
93
|
-
this.c.
|
|
94
|
-
this.c.
|
|
93
|
+
this.c.aa();
|
|
94
|
+
this.c.ab(this.g, this.g);
|
|
95
95
|
}
|
|
96
|
-
this.c.
|
|
97
|
-
this.c.
|
|
98
|
-
this.c.
|
|
96
|
+
this.c.l(0, 0, this.k, this.j);
|
|
97
|
+
this.c.aa();
|
|
98
|
+
this.c.ab(this.a.v(), this.a.v());
|
|
99
99
|
for (let c = 0; c < this.d.count; c++) {
|
|
100
|
-
this.c.
|
|
100
|
+
this.c.k(this.d._inner[c].j);
|
|
101
101
|
let d = this.y();
|
|
102
102
|
if (this.a.a0 != null) {
|
|
103
103
|
d = this.a.a0;
|
|
104
104
|
}
|
|
105
105
|
this.d._inner[c]._stroke = d;
|
|
106
|
-
this.c.
|
|
106
|
+
this.c.t(this.d._inner[c]);
|
|
107
107
|
}
|
|
108
|
-
this.c.
|
|
108
|
+
this.c.z();
|
|
109
109
|
if (this.c.d && this.g != 1) {
|
|
110
|
-
this.c.
|
|
110
|
+
this.c.z();
|
|
111
111
|
}
|
|
112
112
|
this.a.at();
|
|
113
113
|
}
|
|
@@ -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.av > -1) {
|
|
79
|
+
let a = this.model.r.count * this.model.f.av;
|
|
80
80
|
a += 4;
|
|
81
81
|
this.d.setStyleProperty("height", a + "px");
|
|
82
82
|
}
|
|
@@ -322,15 +322,15 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
322
322
|
a6() {
|
|
323
323
|
if (this.e != null) {
|
|
324
324
|
this.e.aa = this.m;
|
|
325
|
-
this.e.
|
|
325
|
+
this.e.dy = this.ba;
|
|
326
326
|
this.e.y = this.i;
|
|
327
|
+
this.e.as = false;
|
|
327
328
|
this.e.aq = false;
|
|
328
|
-
this.e.
|
|
329
|
-
this.e.al = false;
|
|
329
|
+
this.e.an = false;
|
|
330
330
|
this.e.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
331
331
|
this.e.itemsSource = this.q;
|
|
332
|
-
this.e.
|
|
333
|
-
this.e.
|
|
332
|
+
this.e.bc = "label";
|
|
333
|
+
this.e.b0 = "isSelected";
|
|
334
334
|
this.e.b = ["label"];
|
|
335
335
|
}
|
|
336
336
|
}
|
|
@@ -380,7 +380,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
380
380
|
if (d.iD == a) {
|
|
381
381
|
d.isSelected = b;
|
|
382
382
|
if (this.e != null) {
|
|
383
|
-
this.e.
|
|
383
|
+
this.e.cg(c, d, d);
|
|
384
384
|
}
|
|
385
385
|
break;
|
|
386
386
|
}
|
|
@@ -392,7 +392,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
392
392
|
c.label = b;
|
|
393
393
|
this.q.add(c);
|
|
394
394
|
if (this.e != null) {
|
|
395
|
-
this.e.
|
|
395
|
+
this.e.ce(this.q.count - 1, c);
|
|
396
396
|
}
|
|
397
397
|
this.c.onItemInserted();
|
|
398
398
|
}
|
|
@@ -402,7 +402,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
402
402
|
if (c.iD == a) {
|
|
403
403
|
this.q.removeAt(b);
|
|
404
404
|
if (this.e != null) {
|
|
405
|
-
this.e.
|
|
405
|
+
this.e.cf(b, c);
|
|
406
406
|
}
|
|
407
407
|
break;
|
|
408
408
|
}
|
|
@@ -415,7 +415,7 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
415
415
|
if (d.iD == a) {
|
|
416
416
|
d.label = b;
|
|
417
417
|
if (this.e != null) {
|
|
418
|
-
this.e.
|
|
418
|
+
this.e.cg(c, d, d);
|
|
419
419
|
}
|
|
420
420
|
break;
|
|
421
421
|
}
|
|
@@ -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 { Base, Delegate_$type, runOn, delegateCombine, fromEnum, typeCast, Array_$type, delegateRemove, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, String_$type } from "igniteui-webcomponents-core";
|
|
8
|
-
import { Popup } from "igniteui-webcomponents-
|
|
8
|
+
import { Popup } from "igniteui-webcomponents-core";
|
|
9
9
|
import { XSuffix } from "igniteui-webcomponents-inputs";
|
|
10
10
|
import { XInputGroup } from "igniteui-webcomponents-inputs";
|
|
11
11
|
import { XLabel } from "igniteui-webcomponents-inputs";
|
|
@@ -187,8 +187,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
187
187
|
this.j = new XInput();
|
|
188
188
|
this.j.provideContainer(g);
|
|
189
189
|
a.getExternal(this.j, a.rootWrapper, a.getExternal(b, null, null));
|
|
190
|
-
this.j.
|
|
191
|
-
this.j.
|
|
190
|
+
this.j.b6 = "text";
|
|
191
|
+
this.j.cm = b.text;
|
|
192
192
|
let h = this.j;
|
|
193
193
|
h.changing = delegateCombine(h.changing, runOn(this, this.bi));
|
|
194
194
|
let i = this.j;
|
|
@@ -437,14 +437,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
437
437
|
this.az();
|
|
438
438
|
let b = this.j;
|
|
439
439
|
b.focus();
|
|
440
|
-
let c = b.
|
|
441
|
-
let d = null != c ? b.
|
|
442
|
-
b.
|
|
440
|
+
let c = b.cm;
|
|
441
|
+
let d = null != c ? b.cm.length : 0;
|
|
442
|
+
b.dl(d, d);
|
|
443
443
|
}
|
|
444
444
|
}
|
|
445
445
|
by() {
|
|
446
446
|
this.k.ah = true;
|
|
447
|
-
this.j.
|
|
447
|
+
this.j.dj();
|
|
448
448
|
let a = new GotFocusEventArgs();
|
|
449
449
|
this.g.f1(a);
|
|
450
450
|
}
|
|
@@ -537,7 +537,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
537
537
|
if (this.x && !stringIsNullOrEmpty(this.au) && b > 0) {
|
|
538
538
|
b--;
|
|
539
539
|
}
|
|
540
|
-
this.j.
|
|
540
|
+
this.j.dl(b, c);
|
|
541
541
|
}
|
|
542
542
|
b8() {
|
|
543
543
|
if (this.p) {
|
|
@@ -566,7 +566,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
566
566
|
if (this.g.bi == false) {
|
|
567
567
|
this.ae.setStyleProperty("display", "none");
|
|
568
568
|
}
|
|
569
|
-
else if ((this.g.value != null && this.g.value != "") || (this.j.
|
|
569
|
+
else if ((this.g.value != null && this.g.value != "") || (this.j.cm != null && this.j.cm != "")) {
|
|
570
570
|
this.ae.show();
|
|
571
571
|
}
|
|
572
572
|
else {
|
|
@@ -714,9 +714,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
714
714
|
this.k.h4 = a.cc;
|
|
715
715
|
}
|
|
716
716
|
if (null != this.j) {
|
|
717
|
-
this.j.
|
|
718
|
-
this.j.
|
|
719
|
-
this.j.
|
|
717
|
+
this.j.d1 = a.hg;
|
|
718
|
+
this.j.af = a.aw;
|
|
719
|
+
this.j.ce = a.fb;
|
|
720
720
|
}
|
|
721
721
|
if (null != this.l) {
|
|
722
722
|
this.l.text = a.e0;
|
|
@@ -747,7 +747,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
747
747
|
if (!this.v) {
|
|
748
748
|
if (null != this.j) {
|
|
749
749
|
let a = this.f.text;
|
|
750
|
-
this.j.
|
|
750
|
+
this.j.cm = a;
|
|
751
751
|
}
|
|
752
752
|
}
|
|
753
753
|
}
|
|
@@ -981,7 +981,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
981
981
|
}
|
|
982
982
|
ce() {
|
|
983
983
|
if (this.j != null) {
|
|
984
|
-
this.j.
|
|
984
|
+
this.j.dj();
|
|
985
985
|
}
|
|
986
986
|
}
|
|
987
987
|
ci(a) {
|
|
@@ -1011,7 +1011,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1011
1011
|
}
|
|
1012
1012
|
ax(a) {
|
|
1013
1013
|
this.d.ae.clear();
|
|
1014
|
-
this.j.
|
|
1014
|
+
this.j.cm = "";
|
|
1015
1015
|
this.g.text = "";
|
|
1016
1016
|
this.g.value = null;
|
|
1017
1017
|
}
|
|
@@ -1025,7 +1025,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1025
1025
|
}
|
|
1026
1026
|
if (null != this.j) {
|
|
1027
1027
|
this.j.focus();
|
|
1028
|
-
this.j.
|
|
1028
|
+
this.j.dj();
|
|
1029
1029
|
}
|
|
1030
1030
|
}
|
|
1031
1031
|
a7(a, b) {
|
|
@@ -1069,7 +1069,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1069
1069
|
this.b9(c);
|
|
1070
1070
|
}
|
|
1071
1071
|
bj(a, b) {
|
|
1072
|
-
let c = this.j.
|
|
1072
|
+
let c = this.j.cm;
|
|
1073
1073
|
this.b9(c);
|
|
1074
1074
|
}
|
|
1075
1075
|
bk(a, b) {
|
|
@@ -1090,7 +1090,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1090
1090
|
if (0 == e) {
|
|
1091
1091
|
break;
|
|
1092
1092
|
}
|
|
1093
|
-
let f = this.j.
|
|
1093
|
+
let f = this.j.cm;
|
|
1094
1094
|
if (stringIsNullOrEmpty(f)) {
|
|
1095
1095
|
break;
|
|
1096
1096
|
}
|
|
@@ -1169,7 +1169,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1169
1169
|
}
|
|
1170
1170
|
bm(a, b) {
|
|
1171
1171
|
if (false == this.o()) {
|
|
1172
|
-
this.j.
|
|
1172
|
+
this.j.dj();
|
|
1173
1173
|
b.handled = true;
|
|
1174
1174
|
}
|
|
1175
1175
|
}
|
|
@@ -14,14 +14,14 @@ export let NumericEditorView = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class NumericEditorView extends TextEditorView {
|
|
15
15
|
constructor(a, b, c) {
|
|
16
16
|
super(a, b, c);
|
|
17
|
-
this.v.
|
|
17
|
+
this.v.b6 = "number";
|
|
18
18
|
}
|
|
19
19
|
getEditorValue() {
|
|
20
|
-
if (this.v == null || this.v.
|
|
20
|
+
if (this.v == null || this.v.cm == null) {
|
|
21
21
|
return null;
|
|
22
22
|
}
|
|
23
23
|
let a = NaN;
|
|
24
|
-
let b = tryParseNumber(this.v.
|
|
24
|
+
let b = tryParseNumber(this.v.cm, a);
|
|
25
25
|
a = b.p1;
|
|
26
26
|
return a;
|
|
27
27
|
}
|