igniteui-webcomponents-grids 3.2.3 → 3.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-grids.umd.js +10236 -9350
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BaseEditorView.js +5 -0
- package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
- package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm2015/lib/CanvasGridCellBase.js +305 -289
- package/esm2015/lib/CanvasImageCell.js +29 -29
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasSummaryCell.js +51 -51
- package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +341 -306
- package/esm2015/lib/ColumnChooserView_combined.js +22 -22
- package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
- package/esm2015/lib/ColumnGroupDescription.js +22 -0
- package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
- package/esm2015/lib/ColumnPinningView_combined.js +22 -22
- package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
- package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm2015/lib/GridExternalWrapper.js +18 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm2015/lib/NumericCellPresenter.js +1 -1
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextEditorView.js +28 -10
- package/esm2015/lib/VerticalSeparatorCell.js +46 -8
- package/esm2015/lib/VisualModelExport.js +120 -100
- package/esm2015/lib/igc-checkbox-list-component.js +74 -54
- package/esm2015/lib/igc-column-component.js +164 -164
- package/esm2015/lib/igc-column-group-description-collection.js +13 -3
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-column-sort-description-collection.js +13 -3
- package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +699 -593
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +50 -50
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/BaseEditorView.js +5 -0
- package/esm5/lib/CanvasCellPresenterBase.js +10 -10
- package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm5/lib/CanvasGridCellBase.js +304 -288
- package/esm5/lib/CanvasImageCell.js +28 -28
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasSummaryCell.js +51 -51
- package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +339 -296
- package/esm5/lib/ColumnChooserView_combined.js +22 -22
- package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
- package/esm5/lib/ColumnGroupDescription.js +22 -0
- package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
- package/esm5/lib/ColumnGroupingView_combined.js +25 -25
- package/esm5/lib/ColumnPinningView_combined.js +22 -22
- package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +17 -17
- package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm5/lib/GridExternalWrapper.js +18 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/ISummaryChooserView_combined.js +13 -13
- package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm5/lib/NumericCellPresenter.js +1 -1
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextEditorView.js +28 -10
- package/esm5/lib/VerticalSeparatorCell.js +46 -8
- package/esm5/lib/VisualModelExport.js +120 -100
- package/esm5/lib/igc-checkbox-list-component.js +82 -54
- package/esm5/lib/igc-column-component.js +164 -164
- package/esm5/lib/igc-column-group-description-collection.js +17 -3
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-column-sort-description-collection.js +17 -3
- package/esm5/lib/igc-column-summary-description-collection.js +17 -3
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +743 -601
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +50 -50
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
- package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
- package/lib/CanvasGridCellBase.d.ts +95 -93
- package/lib/CanvasImageCell.d.ts +11 -11
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +15 -15
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListView_combined.d.ts +74 -69
- package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
- package/lib/ColumnGroupDescription.d.ts +1 -0
- package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
- package/lib/DataGridCellLayoutPanel.d.ts +1 -0
- package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
- package/lib/GridExternalWrapper.d.ts +4 -0
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextEditorView.d.ts +5 -3
- package/lib/VerticalSeparatorCell.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +31 -26
- package/lib/igc-checkbox-list-component.d.ts +9 -0
- package/lib/igc-column-group-description-collection.d.ts +4 -0
- package/lib/igc-column-sort-description-collection.d.ts +4 -0
- package/lib/igc-column-summary-description-collection.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +30 -2
- package/package.json +4 -4
|
@@ -210,7 +210,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
210
210
|
}
|
|
211
211
|
a6() {
|
|
212
212
|
let a = this.column;
|
|
213
|
-
this.b3 = a != null ? a.
|
|
213
|
+
this.b3 = a != null ? a.f6 : 0;
|
|
214
214
|
super.a6();
|
|
215
215
|
}
|
|
216
216
|
a7(a, b) {
|
|
@@ -221,7 +221,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
221
221
|
}
|
|
222
222
|
switch (b.propertyName) {
|
|
223
223
|
case "Pinned":
|
|
224
|
-
this.b3 = c != null ? c.
|
|
224
|
+
this.b3 = c != null ? c.f6 : 0;
|
|
225
225
|
this.b2.m();
|
|
226
226
|
break;
|
|
227
227
|
}
|
|
@@ -238,7 +238,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
238
238
|
get b4() {
|
|
239
239
|
let a = this.column;
|
|
240
240
|
if (null != a) {
|
|
241
|
-
return a.
|
|
241
|
+
return a.f6;
|
|
242
242
|
}
|
|
243
243
|
return this.b3;
|
|
244
244
|
}
|
|
@@ -247,8 +247,8 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
247
247
|
let b = this.c;
|
|
248
248
|
let c = this.column;
|
|
249
249
|
if (null != b && null != c) {
|
|
250
|
-
b.
|
|
251
|
-
c.
|
|
250
|
+
b.w5(c, this.b3);
|
|
251
|
+
c.ki("Pinned");
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
get b2() {
|
|
@@ -180,7 +180,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
180
180
|
if (null == a) {
|
|
181
181
|
return true;
|
|
182
182
|
}
|
|
183
|
-
switch (a.
|
|
183
|
+
switch (a.ev) {
|
|
184
184
|
case 1:
|
|
185
185
|
case 3:
|
|
186
186
|
case 0:
|
|
@@ -249,7 +249,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
249
249
|
let d = GridColumnOptionsUtilities.a(c.c);
|
|
250
250
|
return d;
|
|
251
251
|
}
|
|
252
|
-
return a.
|
|
252
|
+
return a.ff;
|
|
253
253
|
}
|
|
254
254
|
return 0;
|
|
255
255
|
}
|
|
@@ -263,12 +263,12 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
263
263
|
if (e != null) {
|
|
264
264
|
let f = a != 0 ? GridColumnOptionsUtilities.c(a) : 0;
|
|
265
265
|
d.c = f;
|
|
266
|
-
e.
|
|
267
|
-
e.
|
|
266
|
+
e.bf.d(c);
|
|
267
|
+
e.bf.o(c, d);
|
|
268
268
|
}
|
|
269
269
|
return;
|
|
270
270
|
}
|
|
271
|
-
b.
|
|
271
|
+
b.ff = a;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
}
|
|
@@ -125,7 +125,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
125
125
|
if (this.c == null || this.column == null) {
|
|
126
126
|
return false;
|
|
127
127
|
}
|
|
128
|
-
return this.column.
|
|
128
|
+
return this.column.gv && this.c.gg != 3;
|
|
129
129
|
}
|
|
130
130
|
be(a, b, c) {
|
|
131
131
|
super.be(a, b, c);
|
|
@@ -153,7 +153,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
153
153
|
if (this.bw != null) {
|
|
154
154
|
let a = this.bw.a();
|
|
155
155
|
for (let b = 0; b < a.length; b++) {
|
|
156
|
-
let c = new ColumnSummaryDescription(1, this.column.
|
|
156
|
+
let c = new ColumnSummaryDescription(1, this.column.i8);
|
|
157
157
|
switch (a[b]) {
|
|
158
158
|
case "avg":
|
|
159
159
|
c.n = 3;
|
|
@@ -171,17 +171,17 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
171
171
|
c.n = 2;
|
|
172
172
|
break;
|
|
173
173
|
}
|
|
174
|
-
for (let d = 0; d < this.c.
|
|
175
|
-
let e = this.c.
|
|
176
|
-
if (e.af == this.column.
|
|
177
|
-
this.c.
|
|
174
|
+
for (let d = 0; d < this.c.ck.j.count; d++) {
|
|
175
|
+
let e = this.c.ck.j.item(d);
|
|
176
|
+
if (e.af == this.column.i8 && e.n == c.n) {
|
|
177
|
+
this.c.ck.j.removeAt(d);
|
|
178
178
|
d--;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
let f = this.bw.b();
|
|
183
183
|
for (let g = 0; g < f.length; g++) {
|
|
184
|
-
let h = new ColumnSummaryDescription(1, this.column.
|
|
184
|
+
let h = new ColumnSummaryDescription(1, this.column.i8);
|
|
185
185
|
switch (f[g]) {
|
|
186
186
|
case "avg":
|
|
187
187
|
h.n = 3;
|
|
@@ -200,16 +200,16 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
200
200
|
break;
|
|
201
201
|
}
|
|
202
202
|
let i = false;
|
|
203
|
-
for (let j = 0; j < this.c.
|
|
204
|
-
let k = this.c.
|
|
205
|
-
if (k.af == this.column.
|
|
203
|
+
for (let j = 0; j < this.c.ck.j.count; j++) {
|
|
204
|
+
let k = this.c.ck.j.item(j);
|
|
205
|
+
if (k.af == this.column.i8 && k.n == h.n) {
|
|
206
206
|
i = true;
|
|
207
207
|
break;
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
if (!i) {
|
|
211
|
-
this.c.
|
|
212
|
-
this.column.
|
|
211
|
+
this.c.ck.j.add(h);
|
|
212
|
+
this.column.ki("Summed");
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
215
|
}
|
|
@@ -226,9 +226,9 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
226
226
|
super.a6();
|
|
227
227
|
if (this.column != null) {
|
|
228
228
|
this.b7 = 0;
|
|
229
|
-
for (let a = 0; a < this.c.
|
|
230
|
-
let b = this.c.
|
|
231
|
-
if (b.af == this.column.
|
|
229
|
+
for (let a = 0; a < this.c.ck.j.count; a++) {
|
|
230
|
+
let b = this.c.ck.j.item(a);
|
|
231
|
+
if (b.af == this.column.i8) {
|
|
232
232
|
switch (b.n) {
|
|
233
233
|
case 3:
|
|
234
234
|
this.bw.a4("avg", true);
|
|
@@ -35,7 +35,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
35
35
|
let column_ = TypeRegistrar.create("IgxTextColumnComponent");
|
|
36
36
|
let b = (column_._implementation);
|
|
37
37
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
38
|
-
b.
|
|
38
|
+
b.i8 = a;
|
|
39
39
|
return b;
|
|
40
40
|
}
|
|
41
41
|
return null;
|
|
@@ -45,7 +45,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
45
45
|
let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
|
|
46
46
|
let b = (column_._implementation);
|
|
47
47
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
48
|
-
b.
|
|
48
|
+
b.i8 = a;
|
|
49
49
|
return b;
|
|
50
50
|
}
|
|
51
51
|
return null;
|
|
@@ -55,7 +55,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
55
55
|
let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
|
|
56
56
|
let b = (column_._implementation);
|
|
57
57
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
58
|
-
b.
|
|
58
|
+
b.i8 = a;
|
|
59
59
|
return b;
|
|
60
60
|
}
|
|
61
61
|
return null;
|
|
@@ -65,7 +65,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
65
65
|
let column_ = TypeRegistrar.create("IgxImageColumnComponent");
|
|
66
66
|
let b = (column_._implementation);
|
|
67
67
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
68
|
-
b.
|
|
68
|
+
b.i8 = a;
|
|
69
69
|
return b;
|
|
70
70
|
}
|
|
71
71
|
return null;
|
|
@@ -75,7 +75,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
75
75
|
let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
|
|
76
76
|
let b = (column_._implementation);
|
|
77
77
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
78
|
-
b.
|
|
78
|
+
b.i8 = a;
|
|
79
79
|
return b;
|
|
80
80
|
}
|
|
81
81
|
return null;
|
|
@@ -85,7 +85,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
85
85
|
let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
|
|
86
86
|
let b = (column_._implementation);
|
|
87
87
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
88
|
-
b.
|
|
88
|
+
b.i8 = a;
|
|
89
89
|
return b;
|
|
90
90
|
}
|
|
91
91
|
return null;
|
|
@@ -130,6 +130,18 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
130
130
|
setScrollerVerticalTrackInset(a) {
|
|
131
131
|
this.a._setScrollerVerticalTrackInset(a);
|
|
132
132
|
}
|
|
133
|
+
setScrollbarStyle(a) {
|
|
134
|
+
this.a._setScrollbarStyle(a);
|
|
135
|
+
}
|
|
136
|
+
setScrollbarColor(a) {
|
|
137
|
+
this.a._setScrollbarColor(a);
|
|
138
|
+
}
|
|
139
|
+
setClipboardText(a) {
|
|
140
|
+
let b = window.navigator['clipboard'];
|
|
141
|
+
if (b != null) {
|
|
142
|
+
b.writeText(a);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
133
145
|
ensureColumnsAreManual() {
|
|
134
146
|
let grid_ = this.a;
|
|
135
147
|
grid_._ensureColumnsAreManual();
|
|
@@ -292,7 +292,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
292
292
|
this.d = b;
|
|
293
293
|
let comp_ = b.componentRef;
|
|
294
294
|
let col_ = a;
|
|
295
|
-
let displayDensity_ = a.grid.
|
|
295
|
+
let displayDensity_ = a.grid.go;
|
|
296
296
|
let buttonDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
|
|
297
297
|
let filterListDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
|
|
298
298
|
this.k = comp_.i;
|
|
@@ -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.as > -1) {
|
|
79
|
+
let a = this.model.r.count * this.model.f.as;
|
|
80
80
|
a += 4;
|
|
81
81
|
this.d.setStyleProperty("height", a + "px");
|
|
82
82
|
}
|
|
@@ -321,16 +321,16 @@ export let SummaryChooser = /*@__PURE__*/ (() => {
|
|
|
321
321
|
}
|
|
322
322
|
a6() {
|
|
323
323
|
if (this.e != null) {
|
|
324
|
-
this.e.
|
|
325
|
-
this.e.
|
|
326
|
-
this.e.
|
|
324
|
+
this.e.aa = this.m;
|
|
325
|
+
this.e.c2 = this.ba;
|
|
326
|
+
this.e.y = this.i;
|
|
327
|
+
this.e.aq = false;
|
|
327
328
|
this.e.ao = false;
|
|
328
|
-
this.e.
|
|
329
|
-
this.e.aj = false;
|
|
329
|
+
this.e.al = 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.a4 = "label";
|
|
333
|
+
this.e.bn = "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.b3(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.b1(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.b2(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.b3(c, d, d);
|
|
419
419
|
}
|
|
420
420
|
break;
|
|
421
421
|
}
|
|
@@ -122,8 +122,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
124
|
this.p = false;
|
|
125
|
-
if (b.
|
|
126
|
-
b.
|
|
125
|
+
if (b.ep != a) {
|
|
126
|
+
b.ep = a;
|
|
127
127
|
this.p = true;
|
|
128
128
|
}
|
|
129
129
|
else {
|
|
@@ -132,7 +132,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
132
132
|
}
|
|
133
133
|
ay() {
|
|
134
134
|
let a = this.e;
|
|
135
|
-
a.
|
|
135
|
+
a.dm = null;
|
|
136
136
|
}
|
|
137
137
|
az() {
|
|
138
138
|
let a = this.n;
|
|
@@ -142,9 +142,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
142
142
|
this.co();
|
|
143
143
|
let b = this.g.n();
|
|
144
144
|
if (null != b) {
|
|
145
|
-
let c = b.
|
|
145
|
+
let c = b.ep;
|
|
146
146
|
if (null != c) {
|
|
147
|
-
b.
|
|
147
|
+
b.ep = null;
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
}
|
|
@@ -329,7 +329,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
329
329
|
b0(a, b) {
|
|
330
330
|
let c = this.e;
|
|
331
331
|
if (null != c) {
|
|
332
|
-
let d = c.
|
|
332
|
+
let d = c.dm;
|
|
333
333
|
if (null != d) {
|
|
334
334
|
if (d.b >= a && d.b <= b) {
|
|
335
335
|
this.cf(d.b);
|
|
@@ -389,7 +389,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
389
389
|
return null;
|
|
390
390
|
}
|
|
391
391
|
q(a) {
|
|
392
|
-
let b = this.d.
|
|
392
|
+
let b = this.d.ae;
|
|
393
393
|
let c = b.count;
|
|
394
394
|
if (0 == c) {
|
|
395
395
|
a = null;
|
|
@@ -600,7 +600,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
600
600
|
}
|
|
601
601
|
this.w = true;
|
|
602
602
|
if (stringIsNullOrEmpty(this.au)) {
|
|
603
|
-
if (null != a.
|
|
603
|
+
if (null != a.ep) {
|
|
604
604
|
this.aw(null);
|
|
605
605
|
}
|
|
606
606
|
else {
|
|
@@ -628,7 +628,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
628
628
|
let d = this.e;
|
|
629
629
|
if (a < 0) {
|
|
630
630
|
this.s = false;
|
|
631
|
-
d.
|
|
631
|
+
d.ae.clear();
|
|
632
632
|
if (!this.s) {
|
|
633
633
|
this.bc();
|
|
634
634
|
}
|
|
@@ -636,7 +636,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
636
636
|
}
|
|
637
637
|
d.selectedItemsChanged = delegateRemove(d.selectedItemsChanged, runOn(this, this.bd));
|
|
638
638
|
try {
|
|
639
|
-
d.
|
|
639
|
+
d.ae.clear();
|
|
640
640
|
}
|
|
641
641
|
finally {
|
|
642
642
|
d.selectedItemsChanged = delegateCombine(d.selectedItemsChanged, runOn(this, this.bd));
|
|
@@ -644,7 +644,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
644
644
|
if (a >= 0) {
|
|
645
645
|
let e = b.getItemAtIndex(a);
|
|
646
646
|
this.s = false;
|
|
647
|
-
d.
|
|
647
|
+
d.ae.add1(e);
|
|
648
648
|
if (!this.s) {
|
|
649
649
|
this.bc();
|
|
650
650
|
}
|
|
@@ -654,10 +654,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
654
654
|
ch(a) {
|
|
655
655
|
let b = this.e;
|
|
656
656
|
if (-1 == a) {
|
|
657
|
-
b.
|
|
657
|
+
b.dm = null;
|
|
658
658
|
return;
|
|
659
659
|
}
|
|
660
|
-
let c = b.
|
|
660
|
+
let c = b.dm;
|
|
661
661
|
let d = new GridCellPosition();
|
|
662
662
|
let e;
|
|
663
663
|
if (null != c) {
|
|
@@ -670,14 +670,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
670
670
|
}
|
|
671
671
|
let f = this.g;
|
|
672
672
|
let g = this.g.n();
|
|
673
|
-
e = g.
|
|
673
|
+
e = g.jd();
|
|
674
674
|
}
|
|
675
675
|
d.d = e;
|
|
676
676
|
d.b = a;
|
|
677
677
|
this.r = false;
|
|
678
|
-
b.
|
|
678
|
+
b.dm = d;
|
|
679
679
|
if (!this.r) {
|
|
680
|
-
this.a8(b.
|
|
680
|
+
this.a8(b.dm);
|
|
681
681
|
}
|
|
682
682
|
this.cv();
|
|
683
683
|
}
|
|
@@ -715,7 +715,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
715
715
|
}
|
|
716
716
|
if (null != this.j) {
|
|
717
717
|
this.j.dy = a.hg;
|
|
718
|
-
this.j.
|
|
718
|
+
this.j.ad = a.aw;
|
|
719
719
|
this.j.cb = a.fb;
|
|
720
720
|
}
|
|
721
721
|
if (null != this.l) {
|
|
@@ -733,10 +733,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
733
733
|
this.bp();
|
|
734
734
|
}
|
|
735
735
|
if (null != this.d) {
|
|
736
|
-
this.d.
|
|
736
|
+
this.d.go = a.density;
|
|
737
737
|
let b = a.columnHeadersVisible;
|
|
738
|
-
this.d.
|
|
739
|
-
this.d.
|
|
738
|
+
this.d.n1 = b ? -1 : 0;
|
|
739
|
+
this.d.oc = a.rowSeparatorsVisible ? 1 : 0;
|
|
740
740
|
}
|
|
741
741
|
if (null != this.af) {
|
|
742
742
|
let c = a.dropDownButtonVisible;
|
|
@@ -757,8 +757,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
757
757
|
this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
|
|
758
758
|
}
|
|
759
759
|
cq() {
|
|
760
|
-
let a = this.d.
|
|
761
|
-
let b = this.d.
|
|
760
|
+
let a = this.d.ne + 3;
|
|
761
|
+
let b = this.d.nf + this.d.oc;
|
|
762
762
|
let c = this.d.actualDataSource;
|
|
763
763
|
let d = null != c ? c.actualCount : 0;
|
|
764
764
|
if (d > 8) {
|
|
@@ -775,7 +775,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
775
775
|
i = this.d.defaultColumnWidth.f;
|
|
776
776
|
}
|
|
777
777
|
g = h * i;
|
|
778
|
-
this.d.
|
|
778
|
+
this.d.md = 0;
|
|
779
779
|
g += 2;
|
|
780
780
|
let j = stringFormat("{0}px", g);
|
|
781
781
|
this.ag.setStyleProperty("width", j);
|
|
@@ -797,9 +797,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
797
797
|
this.au = null;
|
|
798
798
|
let a = this.g.n();
|
|
799
799
|
if (null != a) {
|
|
800
|
-
let b = a.
|
|
800
|
+
let b = a.ep;
|
|
801
801
|
if (null != b) {
|
|
802
|
-
a.
|
|
802
|
+
a.ep = null;
|
|
803
803
|
}
|
|
804
804
|
else {
|
|
805
805
|
this.ct();
|
|
@@ -826,16 +826,16 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
826
826
|
this.aq.width = '100%';
|
|
827
827
|
this.d = (this.aq.i);
|
|
828
828
|
this.cw();
|
|
829
|
-
this.d.
|
|
830
|
-
this.d.
|
|
831
|
-
this.d.
|
|
829
|
+
this.d.el = 1;
|
|
830
|
+
this.d.ei = 0;
|
|
831
|
+
this.d.c7 = 1;
|
|
832
832
|
this.d.defaultColumnWidth = this.f.defaultColumnWidth;
|
|
833
833
|
this.cp();
|
|
834
|
-
this.d.
|
|
835
|
-
this.d.
|
|
836
|
-
this.d.
|
|
837
|
-
this.d.
|
|
838
|
-
this.d.
|
|
834
|
+
this.d.cs = 0;
|
|
835
|
+
this.d.jn = false;
|
|
836
|
+
this.d.je = false;
|
|
837
|
+
this.d.yr = new CornerRadius(0, 0);
|
|
838
|
+
this.d.iw = false;
|
|
839
839
|
let b = this.d;
|
|
840
840
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
|
|
841
841
|
let c = this.d;
|
|
@@ -880,7 +880,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
880
880
|
a = 4;
|
|
881
881
|
break;
|
|
882
882
|
}
|
|
883
|
-
this.d.
|
|
883
|
+
this.d.ev = a;
|
|
884
884
|
}
|
|
885
885
|
}
|
|
886
886
|
cv() {
|
|
@@ -888,7 +888,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
888
888
|
return;
|
|
889
889
|
}
|
|
890
890
|
let a = this.d;
|
|
891
|
-
let b = a.
|
|
891
|
+
let b = a.dm;
|
|
892
892
|
if (null != b) {
|
|
893
893
|
let c = this.b();
|
|
894
894
|
if (null != c) {
|
|
@@ -896,18 +896,18 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
896
896
|
if (null == d) {
|
|
897
897
|
return;
|
|
898
898
|
}
|
|
899
|
-
a.
|
|
899
|
+
a.k3(d);
|
|
900
900
|
}
|
|
901
901
|
}
|
|
902
902
|
else {
|
|
903
|
-
a.
|
|
903
|
+
a.xv(0);
|
|
904
904
|
}
|
|
905
905
|
}
|
|
906
906
|
cw() {
|
|
907
907
|
if (null != this.aq) {
|
|
908
908
|
let a = this.g;
|
|
909
909
|
let b = a.itemsSource;
|
|
910
|
-
this.d.
|
|
910
|
+
this.d.ae.clear();
|
|
911
911
|
if (this.d.actualDataSource != null) {
|
|
912
912
|
let c = this.d.actualDataSource;
|
|
913
913
|
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.av));
|
|
@@ -1010,7 +1010,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
}
|
|
1012
1012
|
ax(a) {
|
|
1013
|
-
this.d.
|
|
1013
|
+
this.d.ae.clear();
|
|
1014
1014
|
this.j.cj = "";
|
|
1015
1015
|
this.g.text = "";
|
|
1016
1016
|
this.g.value = null;
|
|
@@ -1112,9 +1112,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1112
1112
|
if (null == j) {
|
|
1113
1113
|
return;
|
|
1114
1114
|
}
|
|
1115
|
-
let k = this.e.
|
|
1116
|
-
if (null != j.
|
|
1117
|
-
this.d.
|
|
1115
|
+
let k = this.e.dm;
|
|
1116
|
+
if (null != j.dm) {
|
|
1117
|
+
this.d.ki(false, false);
|
|
1118
1118
|
b.preventDefault();
|
|
1119
1119
|
}
|
|
1120
1120
|
else {
|
|
@@ -1139,9 +1139,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1139
1139
|
if (null == n) {
|
|
1140
1140
|
return;
|
|
1141
1141
|
}
|
|
1142
|
-
let o = this.e.
|
|
1143
|
-
if (null != n.
|
|
1144
|
-
this.d.
|
|
1142
|
+
let o = this.e.dm;
|
|
1143
|
+
if (null != n.dm) {
|
|
1144
|
+
this.d.kv(false, false);
|
|
1145
1145
|
b.preventDefault();
|
|
1146
1146
|
}
|
|
1147
1147
|
else {
|
|
@@ -2341,7 +2341,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2341
2341
|
return c._inner[0];
|
|
2342
2342
|
}
|
|
2343
2343
|
for (let d of fromEnum(c)) {
|
|
2344
|
-
if (0 == StringComparer.b.compare(d.
|
|
2344
|
+
if (0 == StringComparer.b.compare(d.i8, a)) {
|
|
2345
2345
|
return d;
|
|
2346
2346
|
}
|
|
2347
2347
|
}
|
|
@@ -2499,7 +2499,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2499
2499
|
a.u = this.cc;
|
|
2500
2500
|
a.an = this.text;
|
|
2501
2501
|
a.y = this.value;
|
|
2502
|
-
a.i = this.v.e.
|
|
2502
|
+
a.i = this.v.e.ol();
|
|
2503
2503
|
if (this.au != null) {
|
|
2504
2504
|
let b = this.au;
|
|
2505
2505
|
if (this.v != null && b.n == null) {
|
|
@@ -177,7 +177,7 @@ export let MultiColumnComboVisualModelExport = /*@__PURE__*/ (() => {
|
|
|
177
177
|
if (this.y != null) {
|
|
178
178
|
a.l("value : \"" + this.y.toString() + "\", ");
|
|
179
179
|
}
|
|
180
|
-
a.l("Grid : " + this.i.
|
|
180
|
+
a.l("Grid : " + this.i.a5());
|
|
181
181
|
a.l("}");
|
|
182
182
|
return a.toString();
|
|
183
183
|
}
|
|
@@ -37,7 +37,7 @@ export let NumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
37
37
|
let override_ = a.me;
|
|
38
38
|
return (override_.format(val_));
|
|
39
39
|
}
|
|
40
|
-
return NumericCellFormatter.
|
|
40
|
+
return NumericCellFormatter.c(a);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
NumericCellPresenter.$t = /*@__PURE__*/ markType(NumericCellPresenter, 'NumericCellPresenter', CellPresenterBase.$);
|