igniteui-webcomponents-grids 4.7.1 → 4.7.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +498 -373
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
- package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm2015/lib/EditorCell.js +2 -2
- package/esm2015/lib/FilterCell.js +12 -12
- package/esm2015/lib/GridCellBase.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
- package/esm2015/lib/GridStyleRepository.js +12 -12
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm2015/lib/PropertyEditorView_combined.js +4 -4
- package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
- package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
- package/esm2015/lib/igc-grid-column-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
- package/esm2015/lib/igc-responsive-states-collection.js +6 -1
- package/esm5/lib/CanvasGridCellBase.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
- package/esm5/lib/ColumnGroupingView_combined.js +17 -17
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
- package/esm5/lib/EditorCell.js +2 -2
- package/esm5/lib/FilterCell.js +12 -12
- package/esm5/lib/GridCellBase.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
- package/esm5/lib/GridFilterDialogView_combined.js +16 -16
- package/esm5/lib/GridStyleRepository.js +12 -12
- package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
- package/esm5/lib/PropertyEditorView_combined.js +4 -4
- package/esm5/lib/igc-column-exchangers-collection.js +6 -1
- package/esm5/lib/igc-column-property-setters-collection.js +6 -1
- package/esm5/lib/igc-grid-column-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
- package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
- package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
- package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
- package/esm5/lib/igc-responsive-phases-collection.js +6 -1
- package/esm5/lib/igc-responsive-states-collection.js +6 -1
- package/fesm2015/igniteui-webcomponents-grids.js +474 -373
- package/fesm5/igniteui-webcomponents-grids.js +498 -373
- package/grids/3rdpartylicenses.txt +101 -26
- package/grids/combined.js +27161 -27885
- package/grids/index.d.ts +9 -1
- package/grids/lib/igc-action-strip-component.d.ts +4 -15
- package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
- package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
- package/grids/lib/igc-clipboard-options.d.ts +45 -0
- package/grids/lib/igc-column-component.d.ts +15 -1
- package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
- package/grids/lib/igc-column-group-component.d.ts +1 -0
- package/grids/lib/igc-column-layout-component.d.ts +1 -0
- package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
- package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
- package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
- package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
- package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-column-state.d.ts +2 -0
- package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
- package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
- package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
- package/grids/lib/igc-expression-tree.d.ts +4 -3
- package/grids/lib/igc-filtering-event-args.d.ts +2 -4
- package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-base-directive.d.ts +17 -7
- package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
- package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
- package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
- package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
- package/grids/lib/igc-grid-selection-range.d.ts +2 -0
- package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
- package/grids/lib/igc-grid-state-collection.d.ts +1 -0
- package/grids/lib/igc-grid-state-component.d.ts +11 -3
- package/grids/lib/igc-grid-state-info.d.ts +3 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
- package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
- package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
- package/grids/lib/igc-grouping-state.d.ts +2 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
- package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
- package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
- package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
- package/grids/lib/igc-page-event-args.d.ts +2 -4
- package/grids/lib/igc-paginator-component.d.ts +3 -0
- package/grids/lib/igc-paging-state.d.ts +2 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
- package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
- package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
- package/grids/lib/igc-pinning-config.d.ts +2 -0
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
- package/grids/lib/igc-row-data-event-args.d.ts +2 -4
- package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
- package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
- package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
- package/grids/lib/igc-row-island-component.d.ts +2635 -0
- package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
- package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
- package/grids/lib/igc-sorting-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
- package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
- 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/ColumnFilterCondition_combined.d.ts +33 -21
- package/lib/DateEditorView.d.ts +1 -1
- package/lib/GridFilterDialogView_combined.d.ts +1 -1
- package/lib/TextEditorView.d.ts +1 -1
- package/package.json +4 -4
|
@@ -176,7 +176,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
176
176
|
aq() {
|
|
177
177
|
if (this.t != null) {
|
|
178
178
|
if (this.e.k != null) {
|
|
179
|
-
this.t.setStyleProperty("font", this.e.k.
|
|
179
|
+
this.t.setStyleProperty("font", this.e.k.s);
|
|
180
180
|
}
|
|
181
181
|
else {
|
|
182
182
|
this.t.setStyleProperty("font", "14px Verdana");
|
|
@@ -188,7 +188,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
188
188
|
let a = this.i.count;
|
|
189
189
|
for (let b = 0; b < a; b++) {
|
|
190
190
|
let c = this.i._inner[b];
|
|
191
|
-
c.setStyleProperty("font", this.e.k.
|
|
191
|
+
c.setStyleProperty("font", this.e.k.s);
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
}
|
|
@@ -252,7 +252,7 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
252
252
|
f.setAttribute("data-field", a._inner[c].b.toString());
|
|
253
253
|
let g = this.n.createElement("span");
|
|
254
254
|
if (this.e.k != null) {
|
|
255
|
-
g.setStyleProperty("font", this.e.k.
|
|
255
|
+
g.setStyleProperty("font", this.e.k.s);
|
|
256
256
|
}
|
|
257
257
|
else {
|
|
258
258
|
g.setStyleProperty("font", "14px Verdana");
|
|
@@ -947,30 +947,30 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
947
947
|
}
|
|
948
948
|
if (this.k != null) {
|
|
949
949
|
let n = this.k;
|
|
950
|
-
if (this.d != null && n.
|
|
950
|
+
if (this.d != null && n.p == null) {
|
|
951
951
|
let o = this.d.o;
|
|
952
952
|
let p = FontUtil.getFontInfoFromString(o, n.fontString);
|
|
953
|
-
n.
|
|
954
|
-
n.
|
|
955
|
-
n.o = p.o;
|
|
953
|
+
n.p = p.p;
|
|
954
|
+
n.e = p.e;
|
|
956
955
|
n.q = p.q;
|
|
957
|
-
n.r = p.r;
|
|
958
956
|
n.s = p.s;
|
|
957
|
+
n.t = p.t;
|
|
958
|
+
n.u = p.u;
|
|
959
959
|
}
|
|
960
|
-
if (n.
|
|
961
|
-
a.j = n.
|
|
960
|
+
if (n.p != null) {
|
|
961
|
+
a.j = n.p;
|
|
962
962
|
}
|
|
963
|
-
if (!isNaN_(n.
|
|
964
|
-
a.g = n.
|
|
963
|
+
if (!isNaN_(n.e)) {
|
|
964
|
+
a.g = n.e;
|
|
965
|
+
}
|
|
966
|
+
if (n.u != null) {
|
|
967
|
+
a.n = n.u;
|
|
965
968
|
}
|
|
966
969
|
if (n.s != null) {
|
|
967
|
-
a.
|
|
970
|
+
a.l = n.s;
|
|
968
971
|
}
|
|
969
972
|
if (n.q != null) {
|
|
970
|
-
a.
|
|
971
|
-
}
|
|
972
|
-
if (n.o != null) {
|
|
973
|
-
a.k = n.q;
|
|
973
|
+
a.k = n.s;
|
|
974
974
|
}
|
|
975
975
|
}
|
|
976
976
|
return a;
|
|
@@ -145,7 +145,7 @@ export let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
|
|
|
145
145
|
}
|
|
146
146
|
s(a, b) {
|
|
147
147
|
this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
|
|
148
|
-
this.d.
|
|
148
|
+
this.d.b8();
|
|
149
149
|
document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
|
|
150
150
|
document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
|
|
151
151
|
}
|
|
@@ -775,13 +775,13 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
775
775
|
this.ee();
|
|
776
776
|
}
|
|
777
777
|
else {
|
|
778
|
-
this.q.
|
|
778
|
+
this.q.b5();
|
|
779
779
|
}
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
782
|
d8() {
|
|
783
783
|
if (this.q != null) {
|
|
784
|
-
this.q.
|
|
784
|
+
this.q.b5();
|
|
785
785
|
}
|
|
786
786
|
}
|
|
787
787
|
d1(a, b, c, d) {
|
|
@@ -360,7 +360,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
360
360
|
eh(a, b, c, d, e) {
|
|
361
361
|
if (!stringIsNullOrWhiteSpace(a)) {
|
|
362
362
|
this.dd.setRawText(a);
|
|
363
|
-
this.cx.
|
|
363
|
+
this.cx.b8();
|
|
364
364
|
this.ei();
|
|
365
365
|
}
|
|
366
366
|
}
|
|
@@ -375,7 +375,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
375
375
|
}
|
|
376
376
|
d0() {
|
|
377
377
|
if (this.cx.aw) {
|
|
378
|
-
this.cx.
|
|
378
|
+
this.cx.b5();
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
bo() {
|
|
@@ -255,32 +255,32 @@ export let FilterCell = /*@__PURE__*/ (() => {
|
|
|
255
255
|
if (this.ci != null) {
|
|
256
256
|
if (typeCast(ColumnComparisonFilterCondition.$, this.ci) !== null) {
|
|
257
257
|
let a = typeCast(ColumnComparisonFilterCondition.$, this.ci);
|
|
258
|
-
this.ck.b = a.
|
|
258
|
+
this.ck.b = a.operator;
|
|
259
259
|
let b = this.cr.getEditorValue();
|
|
260
260
|
if (b != null) {
|
|
261
|
-
if (!Base.equalsStatic(b, a.
|
|
262
|
-
this.cr.value = a.
|
|
263
|
-
this.c8 = a.
|
|
261
|
+
if (!Base.equalsStatic(b, a.value)) {
|
|
262
|
+
this.cr.value = a.value;
|
|
263
|
+
this.c8 = a.value;
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
else {
|
|
267
|
-
this.cr.value = a.
|
|
268
|
-
this.c8 = a.
|
|
267
|
+
this.cr.value = a.value;
|
|
268
|
+
this.c8 = a.value;
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
else if (typeCast(ColumnCustomFilterCondition.$, this.ci) !== null) {
|
|
272
272
|
let c = typeCast(ColumnCustomFilterCondition.$, this.ci);
|
|
273
|
-
this.ck.ek(c.id, c.
|
|
273
|
+
this.ck.ek(c.id, c.index);
|
|
274
274
|
let d = this.cr.getEditorValue();
|
|
275
275
|
if (d != null) {
|
|
276
|
-
if (!Base.equalsStatic(d, c.
|
|
277
|
-
this.cr.value = c.
|
|
278
|
-
this.c8 = c.
|
|
276
|
+
if (!Base.equalsStatic(d, c.value)) {
|
|
277
|
+
this.cr.value = c.value;
|
|
278
|
+
this.c8 = c.value;
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
else {
|
|
282
|
-
this.cr.value = c.
|
|
283
|
-
this.c8 = c.
|
|
282
|
+
this.cr.value = c.value;
|
|
283
|
+
this.c8 = c.value;
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
else if (!(typeCast(ColumnCustomFilterCondition.$, this.ci) !== null)) {
|
|
@@ -316,8 +316,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
316
316
|
return;
|
|
317
317
|
}
|
|
318
318
|
let b = DeviceUtils.f(12);
|
|
319
|
-
if (a.ag != null && !isNaN_(a.ag.
|
|
320
|
-
b = a.ag.
|
|
319
|
+
if (a.ag != null && !isNaN_(a.ag.e)) {
|
|
320
|
+
b = a.ag.e;
|
|
321
321
|
}
|
|
322
322
|
if (this.y != b) {
|
|
323
323
|
this.y = b;
|
|
@@ -14,8 +14,8 @@ import { StringComparer } from "igniteui-webcomponents-core";
|
|
|
14
14
|
import { ColumnComparisonConditionOperatorType_$type } from "./ColumnComparisonConditionOperatorType";
|
|
15
15
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
16
16
|
import { ColumnComparisonFilterCondition } from "./ColumnComparisonFilterCondition";
|
|
17
|
-
import { ColumnFilterConditionGroup } from "./ColumnFilterConditionGroup";
|
|
18
17
|
import { PrimaryKeyValue } from "./PrimaryKeyValue";
|
|
18
|
+
import { ColumnFilterConditionGroup } from "./ColumnFilterConditionGroup";
|
|
19
19
|
import { SortDescription } from "igniteui-webcomponents-core";
|
|
20
20
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
21
21
|
import { nullableEquals } from "igniteui-webcomponents-core";
|
|
@@ -294,9 +294,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
294
294
|
}
|
|
295
295
|
else {
|
|
296
296
|
let i = new ColumnFilterConditionGroup();
|
|
297
|
-
i.
|
|
297
|
+
i.usesOrOperator = b;
|
|
298
298
|
for (let j of fromEnum(c)) {
|
|
299
|
-
i.
|
|
299
|
+
i.add(j);
|
|
300
300
|
}
|
|
301
301
|
this.column.ep = i;
|
|
302
302
|
}
|
|
@@ -328,8 +328,8 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
328
328
|
}
|
|
329
329
|
static bv(a, b) {
|
|
330
330
|
let c = new ColumnComparisonFilterCondition();
|
|
331
|
-
c.
|
|
332
|
-
c.
|
|
331
|
+
c.operator = a;
|
|
332
|
+
c.value = b;
|
|
333
333
|
return c;
|
|
334
334
|
}
|
|
335
335
|
b3() {
|
|
@@ -408,7 +408,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
408
408
|
let e = this.b4();
|
|
409
409
|
for (let f = e.count - 1; f >= 0; f--) {
|
|
410
410
|
let g = e._inner[f];
|
|
411
|
-
switch (g.
|
|
411
|
+
switch (g.operator) {
|
|
412
412
|
case 0:
|
|
413
413
|
case 1: break;
|
|
414
414
|
default:
|
|
@@ -416,9 +416,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
416
416
|
continue;
|
|
417
417
|
}
|
|
418
418
|
if (nullableEquals(d, null)) {
|
|
419
|
-
d = toNullable(ColumnComparisonConditionOperatorType_$type, g.
|
|
419
|
+
d = toNullable(ColumnComparisonConditionOperatorType_$type, g.operator);
|
|
420
420
|
}
|
|
421
|
-
else if (d.value != g.
|
|
421
|
+
else if (d.value != g.operator) {
|
|
422
422
|
c = false;
|
|
423
423
|
break;
|
|
424
424
|
}
|
|
@@ -437,7 +437,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
437
437
|
}
|
|
438
438
|
let h = this.bx.g;
|
|
439
439
|
for (let i of fromEnum(e)) {
|
|
440
|
-
h.add(new PrimaryKeyValue([b], [i.
|
|
440
|
+
h.add(new PrimaryKeyValue([b], [i.value]));
|
|
441
441
|
}
|
|
442
442
|
this.cu();
|
|
443
443
|
}
|
|
@@ -456,7 +456,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
456
456
|
static cm(a, b) {
|
|
457
457
|
let c = typeCast(ColumnFilterConditionGroup.$, a);
|
|
458
458
|
if (null != c) {
|
|
459
|
-
for (let d = 0; d < c.
|
|
459
|
+
for (let d = 0; d < c.count; d++) {
|
|
460
460
|
let e = c.item(d);
|
|
461
461
|
let f = GridColumnFilterOptions.cm(e, b);
|
|
462
462
|
b = f.p1;
|
|
@@ -311,16 +311,16 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
|
|
|
311
311
|
get ad() {
|
|
312
312
|
if (null == this.ac) {
|
|
313
313
|
this.ac = new FontInfo();
|
|
314
|
-
this.ac.
|
|
315
|
-
this.ac.
|
|
314
|
+
this.ac.p = "Verdana";
|
|
315
|
+
this.ac.e = 12;
|
|
316
316
|
}
|
|
317
317
|
return this.ac;
|
|
318
318
|
}
|
|
319
319
|
get af() {
|
|
320
320
|
if (null == this.ae) {
|
|
321
321
|
this.ae = new FontInfo();
|
|
322
|
-
this.ae.
|
|
323
|
-
this.ae.
|
|
322
|
+
this.ae.p = "Verdana";
|
|
323
|
+
this.ae.e = 14;
|
|
324
324
|
}
|
|
325
325
|
return this.ae;
|
|
326
326
|
}
|
|
@@ -302,8 +302,8 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
302
302
|
get ci() {
|
|
303
303
|
if (null == this.ch) {
|
|
304
304
|
this.ch = new FontInfo();
|
|
305
|
-
this.ch.
|
|
306
|
-
this.ch.
|
|
305
|
+
this.ch.p = "Verdana";
|
|
306
|
+
this.ch.e = 16;
|
|
307
307
|
}
|
|
308
308
|
return this.ch;
|
|
309
309
|
}
|
|
@@ -219,12 +219,12 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
if (this.b0 != null && this.b0.aw) {
|
|
222
|
-
this.b0.
|
|
222
|
+
this.b0.b5();
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
bu() {
|
|
226
226
|
if (this.b0 != null && this.b0.aw) {
|
|
227
|
-
this.b0.
|
|
227
|
+
this.b0.b5();
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
a6() {
|
|
@@ -345,7 +345,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
345
345
|
}
|
|
346
346
|
cj() {
|
|
347
347
|
if (this.b0 != null && this.b0.aw) {
|
|
348
|
-
this.b0.
|
|
348
|
+
this.b0.b5();
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
ck(a) {
|
|
@@ -394,7 +394,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
394
394
|
}
|
|
395
395
|
cr() {
|
|
396
396
|
if (this.b0 != null) {
|
|
397
|
-
this.b0.
|
|
397
|
+
this.b0.cy = this.bo;
|
|
398
398
|
this.b0.al = false;
|
|
399
399
|
}
|
|
400
400
|
}
|
|
@@ -403,7 +403,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
403
403
|
return;
|
|
404
404
|
}
|
|
405
405
|
if (this.b0.aw) {
|
|
406
|
-
this.b0.
|
|
406
|
+
this.b0.b5();
|
|
407
407
|
}
|
|
408
408
|
else {
|
|
409
409
|
let c = this.bv.t();
|
|
@@ -616,14 +616,14 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
616
616
|
}
|
|
617
617
|
e(a) {
|
|
618
618
|
let b = new ColumnFilterConditionGroup();
|
|
619
|
-
b.
|
|
619
|
+
b.usesOrOperator = a.k;
|
|
620
620
|
let c = new Stack$1(ColumnFilterConditionGroup.$);
|
|
621
621
|
let d = 0;
|
|
622
622
|
let e = b;
|
|
623
623
|
for (let f = 0; f < a.f.count; f++) {
|
|
624
624
|
let g = this.h(d, c, a, f);
|
|
625
625
|
while (g != null) {
|
|
626
|
-
e.
|
|
626
|
+
e.add(g);
|
|
627
627
|
e = g;
|
|
628
628
|
d++;
|
|
629
629
|
g = this.h(d, c, a, f);
|
|
@@ -640,9 +640,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
640
640
|
if (this.z(a, a.f._inner[f])) {
|
|
641
641
|
continue;
|
|
642
642
|
}
|
|
643
|
-
e.
|
|
643
|
+
e.add(this.d(a.f._inner[f]));
|
|
644
644
|
}
|
|
645
|
-
if (b.
|
|
645
|
+
if (b.count == 0) {
|
|
646
646
|
return null;
|
|
647
647
|
}
|
|
648
648
|
return b;
|
|
@@ -683,7 +683,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
683
683
|
if (a < e) {
|
|
684
684
|
let f = c.b(d);
|
|
685
685
|
let g = new ColumnFilterConditionGroup();
|
|
686
|
-
g.
|
|
686
|
+
g.usesOrOperator = f.a;
|
|
687
687
|
b.h(g);
|
|
688
688
|
return g;
|
|
689
689
|
}
|
|
@@ -691,8 +691,8 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
691
691
|
}
|
|
692
692
|
d(a) {
|
|
693
693
|
let b = new ColumnComparisonFilterCondition();
|
|
694
|
-
b.
|
|
695
|
-
b.
|
|
694
|
+
b.operator = this.c(a.l);
|
|
695
|
+
b.value = a.i;
|
|
696
696
|
return b;
|
|
697
697
|
}
|
|
698
698
|
c(a) {
|
|
@@ -717,9 +717,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
717
717
|
return c;
|
|
718
718
|
}
|
|
719
719
|
a1(a, b, c) {
|
|
720
|
-
if (b.
|
|
720
|
+
if (b.isGroup()) {
|
|
721
721
|
let d = b;
|
|
722
|
-
for (let e = 0; e < d.
|
|
722
|
+
for (let e = 0; e < d.count; e++) {
|
|
723
723
|
let f = d.item(e);
|
|
724
724
|
this.a1(a, f, c);
|
|
725
725
|
}
|
|
@@ -730,28 +730,28 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
730
730
|
}
|
|
731
731
|
t(a, b) {
|
|
732
732
|
let c = new GridFilterDialogViewModelRow();
|
|
733
|
-
c.l = GridFilterDialog.au(a.
|
|
733
|
+
c.l = GridFilterDialog.au(a.operator);
|
|
734
734
|
c.f = b;
|
|
735
735
|
c.e = GridFilterDialog.a(b);
|
|
736
|
-
c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.
|
|
737
|
-
c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.
|
|
736
|
+
c.i = GridFilterDialog.ao(GridFilterDialog.ak(a.operator), a.operator, a);
|
|
737
|
+
c.j = GridFilterDialog.ap(GridFilterDialog.ak(a.operator), a.operator, a);
|
|
738
738
|
c.d = GridFilterDialog.b(b);
|
|
739
739
|
return c;
|
|
740
740
|
}
|
|
741
741
|
static ak(a) {
|
|
742
|
-
return ColumnComparisonFilterCondition.
|
|
742
|
+
return ColumnComparisonFilterCondition.getOperandNumber(a);
|
|
743
743
|
}
|
|
744
744
|
static ao(a, b, c) {
|
|
745
745
|
if (a == 0) {
|
|
746
746
|
return "";
|
|
747
747
|
}
|
|
748
|
-
return c.
|
|
748
|
+
return c.value != null ? c.value.toString() : "";
|
|
749
749
|
}
|
|
750
750
|
static ap(a, b, c) {
|
|
751
751
|
return "";
|
|
752
752
|
}
|
|
753
753
|
static b(a) {
|
|
754
|
-
return ColumnComparisonFilterCondition.
|
|
754
|
+
return ColumnComparisonFilterCondition.getOperandNumbers(a);
|
|
755
755
|
}
|
|
756
756
|
static a(a) {
|
|
757
757
|
let b = new Array(a.length);
|
|
@@ -843,7 +843,7 @@ export let GridFilterDialogViewModel = /*@__PURE__*/ (() => {
|
|
|
843
843
|
class GridFilterDialogViewModel extends Base {
|
|
844
844
|
n() {
|
|
845
845
|
let a = new GridFilterDialogViewModelRow();
|
|
846
|
-
let b = ColumnComparisonFilterCondition.
|
|
846
|
+
let b = ColumnComparisonFilterCondition.getApplicableOperators(this.a);
|
|
847
847
|
a.f = b;
|
|
848
848
|
a.e = GridFilterDialog.a(b);
|
|
849
849
|
a.d = GridFilterDialog.b(b);
|
|
@@ -107,42 +107,42 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
|
|
|
107
107
|
static get l() {
|
|
108
108
|
if (GridStyleRepository.g == null) {
|
|
109
109
|
GridStyleRepository.g = new FontInfo();
|
|
110
|
-
GridStyleRepository.g.
|
|
111
|
-
GridStyleRepository.g.
|
|
110
|
+
GridStyleRepository.g.e = DeviceUtils.f(13);
|
|
111
|
+
GridStyleRepository.g.p = "Verdana";
|
|
112
112
|
}
|
|
113
113
|
return GridStyleRepository.g;
|
|
114
114
|
}
|
|
115
115
|
static get k() {
|
|
116
116
|
if (GridStyleRepository.f == null) {
|
|
117
117
|
GridStyleRepository.f = new FontInfo();
|
|
118
|
-
GridStyleRepository.f.
|
|
119
|
-
GridStyleRepository.f.
|
|
120
|
-
GridStyleRepository.f.
|
|
118
|
+
GridStyleRepository.f.e = DeviceUtils.f(13);
|
|
119
|
+
GridStyleRepository.f.s = "italic";
|
|
120
|
+
GridStyleRepository.f.p = "Verdana";
|
|
121
121
|
}
|
|
122
122
|
return GridStyleRepository.f;
|
|
123
123
|
}
|
|
124
124
|
static get h() {
|
|
125
125
|
if (GridStyleRepository.c == null) {
|
|
126
126
|
GridStyleRepository.c = new FontInfo();
|
|
127
|
-
GridStyleRepository.c.
|
|
128
|
-
GridStyleRepository.c.
|
|
127
|
+
GridStyleRepository.c.e = DeviceUtils.f(14);
|
|
128
|
+
GridStyleRepository.c.p = "Verdana";
|
|
129
129
|
}
|
|
130
130
|
return GridStyleRepository.c;
|
|
131
131
|
}
|
|
132
132
|
static get j() {
|
|
133
133
|
if (GridStyleRepository.d == null) {
|
|
134
134
|
GridStyleRepository.d = new FontInfo();
|
|
135
|
-
GridStyleRepository.d.
|
|
136
|
-
GridStyleRepository.d.
|
|
137
|
-
GridStyleRepository.d.
|
|
135
|
+
GridStyleRepository.d.e = DeviceUtils.f(12);
|
|
136
|
+
GridStyleRepository.d.u = "600";
|
|
137
|
+
GridStyleRepository.d.p = "Verdana";
|
|
138
138
|
}
|
|
139
139
|
return GridStyleRepository.d;
|
|
140
140
|
}
|
|
141
141
|
static get i() {
|
|
142
142
|
if (GridStyleRepository.e == null) {
|
|
143
143
|
GridStyleRepository.e = new FontInfo();
|
|
144
|
-
GridStyleRepository.e.
|
|
145
|
-
GridStyleRepository.e.
|
|
144
|
+
GridStyleRepository.e.e = DeviceUtils.f(12);
|
|
145
|
+
GridStyleRepository.e.p = "Verdana";
|
|
146
146
|
}
|
|
147
147
|
return GridStyleRepository.e;
|
|
148
148
|
}
|
|
@@ -137,7 +137,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
137
137
|
az() {
|
|
138
138
|
let a = this.n;
|
|
139
139
|
if (null != a) {
|
|
140
|
-
a.
|
|
140
|
+
a.b5();
|
|
141
141
|
}
|
|
142
142
|
this.co();
|
|
143
143
|
let b = this.g.p();
|
|
@@ -430,7 +430,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
430
430
|
a.f9(b);
|
|
431
431
|
}
|
|
432
432
|
bp() {
|
|
433
|
-
this.n.
|
|
433
|
+
this.n.b8();
|
|
434
434
|
}
|
|
435
435
|
br() {
|
|
436
436
|
let a = this.n;
|
|
@@ -610,9 +610,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
610
610
|
}
|
|
611
611
|
else {
|
|
612
612
|
let b = new ColumnComparisonFilterCondition();
|
|
613
|
-
b.
|
|
614
|
-
b.
|
|
615
|
-
b.
|
|
613
|
+
b.operator = 14;
|
|
614
|
+
b.value = this.au;
|
|
615
|
+
b.isCaseSensitive = false;
|
|
616
616
|
this.aw(b);
|
|
617
617
|
}
|
|
618
618
|
}
|
|
@@ -933,7 +933,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
933
933
|
this.a = null;
|
|
934
934
|
if (this.n != null && this.n.aw) {
|
|
935
935
|
this.cz();
|
|
936
|
-
this.n.
|
|
936
|
+
this.n.b8();
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
}
|
|
@@ -1194,7 +1194,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1194
1194
|
return;
|
|
1195
1195
|
}
|
|
1196
1196
|
let c = this.c2();
|
|
1197
|
-
this.m.
|
|
1197
|
+
this.m.b9(c);
|
|
1198
1198
|
}
|
|
1199
1199
|
cp() {
|
|
1200
1200
|
if (this.g.disallowTabFocus) {
|
|
@@ -1526,8 +1526,8 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
1526
1526
|
get a1() {
|
|
1527
1527
|
if (null == this.a0) {
|
|
1528
1528
|
this.a0 = new FontInfo();
|
|
1529
|
-
this.a0.
|
|
1530
|
-
this.a0.
|
|
1529
|
+
this.a0.p = "Verdana";
|
|
1530
|
+
this.a0.e = DeviceUtils.f(16);
|
|
1531
1531
|
}
|
|
1532
1532
|
return this.a0;
|
|
1533
1533
|
}
|
|
@@ -2536,86 +2536,86 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2536
2536
|
a.i = this.v.e.exportVisualModel();
|
|
2537
2537
|
if (this.av != null) {
|
|
2538
2538
|
let b = this.av;
|
|
2539
|
-
if (this.v != null && b.
|
|
2539
|
+
if (this.v != null && b.p == null) {
|
|
2540
2540
|
let c = this.v.ad;
|
|
2541
2541
|
let d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
2542
|
-
b.
|
|
2543
|
-
b.
|
|
2544
|
-
b.o = d.o;
|
|
2542
|
+
b.p = d.p;
|
|
2543
|
+
b.e = d.e;
|
|
2545
2544
|
b.q = d.q;
|
|
2546
|
-
b.r = d.r;
|
|
2547
2545
|
b.s = d.s;
|
|
2546
|
+
b.t = d.t;
|
|
2547
|
+
b.u = d.u;
|
|
2548
2548
|
}
|
|
2549
|
-
if (b.
|
|
2550
|
-
a.ab = b.
|
|
2549
|
+
if (b.p != null) {
|
|
2550
|
+
a.ab = b.p;
|
|
2551
2551
|
}
|
|
2552
|
-
if (!isNaN_(b.
|
|
2553
|
-
a.v = b.
|
|
2552
|
+
if (!isNaN_(b.e)) {
|
|
2553
|
+
a.v = b.e;
|
|
2554
|
+
}
|
|
2555
|
+
if (b.u != null) {
|
|
2556
|
+
a.af = b.u;
|
|
2554
2557
|
}
|
|
2555
2558
|
if (b.s != null) {
|
|
2556
|
-
a.
|
|
2559
|
+
a.ad = b.s;
|
|
2557
2560
|
}
|
|
2558
2561
|
if (b.q != null) {
|
|
2559
|
-
a.
|
|
2560
|
-
}
|
|
2561
|
-
if (b.o != null) {
|
|
2562
|
-
a.ac = b.q;
|
|
2562
|
+
a.ac = b.s;
|
|
2563
2563
|
}
|
|
2564
2564
|
}
|
|
2565
2565
|
if (this.aw != null) {
|
|
2566
2566
|
let e = this.aw;
|
|
2567
|
-
if (this.v != null && e.
|
|
2567
|
+
if (this.v != null && e.p == null) {
|
|
2568
2568
|
let f = this.v.ad;
|
|
2569
2569
|
let g = FontUtil.getFontInfoFromString(f, e.fontString);
|
|
2570
|
-
e.
|
|
2571
|
-
e.
|
|
2572
|
-
e.o = g.o;
|
|
2570
|
+
e.p = g.p;
|
|
2571
|
+
e.e = g.e;
|
|
2573
2572
|
e.q = g.q;
|
|
2574
|
-
e.r = g.r;
|
|
2575
2573
|
e.s = g.s;
|
|
2574
|
+
e.t = g.t;
|
|
2575
|
+
e.u = g.u;
|
|
2576
|
+
}
|
|
2577
|
+
if (e.p != null) {
|
|
2578
|
+
a.ag = e.p;
|
|
2576
2579
|
}
|
|
2577
|
-
if (e.
|
|
2578
|
-
a.
|
|
2580
|
+
if (!isNaN_(e.e)) {
|
|
2581
|
+
a.w = e.e;
|
|
2579
2582
|
}
|
|
2580
|
-
if (
|
|
2581
|
-
a.
|
|
2583
|
+
if (e.u != null) {
|
|
2584
|
+
a.ak = e.u;
|
|
2582
2585
|
}
|
|
2583
2586
|
if (e.s != null) {
|
|
2584
|
-
a.
|
|
2587
|
+
a.ai = e.s;
|
|
2585
2588
|
}
|
|
2586
2589
|
if (e.q != null) {
|
|
2587
|
-
a.
|
|
2588
|
-
}
|
|
2589
|
-
if (e.o != null) {
|
|
2590
|
-
a.ah = e.q;
|
|
2590
|
+
a.ah = e.s;
|
|
2591
2591
|
}
|
|
2592
2592
|
}
|
|
2593
2593
|
if (this.ax != null) {
|
|
2594
2594
|
let h = this.ax;
|
|
2595
|
-
if (this.v != null && h.
|
|
2595
|
+
if (this.v != null && h.p == null) {
|
|
2596
2596
|
let i = this.v.ad;
|
|
2597
2597
|
let j = FontUtil.getFontInfoFromString(i, h.fontString);
|
|
2598
|
-
h.
|
|
2599
|
-
h.
|
|
2600
|
-
h.o = j.o;
|
|
2598
|
+
h.p = j.p;
|
|
2599
|
+
h.e = j.e;
|
|
2601
2600
|
h.q = j.q;
|
|
2602
|
-
h.r = j.r;
|
|
2603
2601
|
h.s = j.s;
|
|
2602
|
+
h.t = j.t;
|
|
2603
|
+
h.u = j.u;
|
|
2604
|
+
}
|
|
2605
|
+
if (h.p != null) {
|
|
2606
|
+
a.ao = h.p;
|
|
2604
2607
|
}
|
|
2605
|
-
if (h.
|
|
2606
|
-
a.
|
|
2608
|
+
if (!isNaN_(h.e)) {
|
|
2609
|
+
a.x = h.e;
|
|
2607
2610
|
}
|
|
2608
|
-
if (
|
|
2609
|
-
a.
|
|
2611
|
+
if (h.u != null) {
|
|
2612
|
+
a.as = h.u;
|
|
2610
2613
|
}
|
|
2611
2614
|
if (h.s != null) {
|
|
2612
|
-
a.
|
|
2615
|
+
a.aq = h.s;
|
|
2613
2616
|
}
|
|
2614
2617
|
if (h.q != null) {
|
|
2615
|
-
a.
|
|
2616
|
-
}
|
|
2617
|
-
if (h.o != null) {
|
|
2618
|
-
a.ap = h.q;
|
|
2618
|
+
a.ap = h.s;
|
|
2619
2619
|
}
|
|
2620
2620
|
}
|
|
2621
2621
|
return a;
|