igniteui-angular-data-grids 20.0.1 → 20.0.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-angular-data-grids.umd.js +10223 -8743
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
- package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm2015/lib/CanvasGridCellBase.js +9 -9
- package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm2015/lib/CellPresenterBase.js +64 -39
- package/esm2015/lib/CheckboxListView_combined.js +49 -49
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +6925 -6539
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ColumnSortDescription.js +6 -1
- package/esm2015/lib/ColumnSummaryDescription.js +6 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +46 -33
- package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -10
- package/esm2015/lib/EditorCell.js +335 -335
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +278 -278
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +587 -317
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
- package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +8 -8
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +1 -1
- package/esm2015/lib/ImageCell.js +62 -62
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm2015/lib/NumericCell.js +9 -5
- package/esm2015/lib/NumericCellPresenter.js +10 -10
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +35 -30
- package/esm2015/lib/TextCellDecoration.js +33 -0
- package/esm2015/lib/TextCellPresenter.js +11 -11
- package/esm2015/lib/TextHeaderCell.js +157 -150
- package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +301 -190
- package/esm2015/lib/igx-checkbox-list-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +254 -115
- package/esm2015/lib/igx-data-grid-component.js +38 -5
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +46 -45
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +10 -10
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/CanvasCellPresenterBase.js +14 -14
- package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm5/lib/CanvasGridCellBase.js +9 -9
- package/esm5/lib/CanvasImageCellPresenter.js +10 -10
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm5/lib/CanvasTextCellPresenter.js +10 -10
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm5/lib/CellPresenterBase.js +64 -39
- package/esm5/lib/CheckboxListView_combined.js +49 -49
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +6754 -6269
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ColumnSortDescription.js +6 -1
- package/esm5/lib/ColumnSummaryDescription.js +6 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +46 -33
- package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -10
- package/esm5/lib/EditorCell.js +291 -291
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +266 -266
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +625 -311
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
- package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
- package/esm5/lib/GridConditionalStyleProperty.js +8 -8
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +1 -1
- package/esm5/lib/ImageCell.js +61 -61
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm5/lib/NumericCell.js +9 -5
- package/esm5/lib/NumericCellPresenter.js +10 -10
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +35 -30
- package/esm5/lib/TextCellDecoration.js +33 -0
- package/esm5/lib/TextCellPresenter.js +11 -11
- package/esm5/lib/TextHeaderCell.js +155 -148
- package/esm5/lib/TextHeaderCellPresenter.js +35 -35
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +349 -190
- package/esm5/lib/igx-checkbox-list-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +302 -115
- package/esm5/lib/igx-data-grid-component.js +42 -5
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +46 -45
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +10 -10
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
- package/fesm5/igniteui-angular-data-grids.js +10219 -8745
- package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
- package/lib/ContentCellModelHelper.d.ts +4 -4
- package/lib/EditorCell.d.ts +74 -74
- package/lib/FilterCell.d.ts +61 -61
- package/lib/GridCellBase.d.ts +140 -95
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
- package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
- package/lib/ImageCell.d.ts +20 -20
- package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
- package/lib/NumericCell.d.ts +2 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +11 -11
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +10 -8
- package/lib/TextCellDecoration.d.ts +26 -0
- package/lib/TextHeaderCell.d.ts +37 -35
- package/lib/VerticalSeparatorCell.d.ts +9 -9
- package/lib/igx-cell-info.d.ts +63 -0
- package/lib/igx-data-grid-column-component.d.ts +68 -2
- package/lib/igx-data-grid-component.d.ts +9 -2
- package/lib/igx-definition-base-component.d.ts +1 -1
- package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
- package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
- package/package.json +43 -43
- package/public_api.d.ts +5 -0
|
@@ -152,7 +152,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
152
152
|
if (this.c != null && this.c.filterUIType != 0) {
|
|
153
153
|
return false;
|
|
154
154
|
}
|
|
155
|
-
if (!this.column.
|
|
155
|
+
if (!this.column.js) {
|
|
156
156
|
return false;
|
|
157
157
|
}
|
|
158
158
|
if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
|
|
@@ -291,7 +291,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
291
291
|
c.add(h);
|
|
292
292
|
}
|
|
293
293
|
if (c.count == 1) {
|
|
294
|
-
this.column.
|
|
294
|
+
this.column.g2 = c._inner[0];
|
|
295
295
|
}
|
|
296
296
|
else {
|
|
297
297
|
let i = new ColumnFilterConditionGroup();
|
|
@@ -299,9 +299,9 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
299
299
|
for (let j of fromEnum(c)) {
|
|
300
300
|
i.add(j);
|
|
301
301
|
}
|
|
302
|
-
this.column.
|
|
302
|
+
this.column.g2 = i;
|
|
303
303
|
}
|
|
304
|
-
this.column.
|
|
304
|
+
this.column.nx("Filtered");
|
|
305
305
|
}
|
|
306
306
|
provideClearFiltersSection(a) {
|
|
307
307
|
this.bw.ah(a);
|
|
@@ -324,7 +324,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
324
324
|
this.bw.ak(a);
|
|
325
325
|
}
|
|
326
326
|
cl() {
|
|
327
|
-
this.column.
|
|
327
|
+
this.column.g2 = null;
|
|
328
328
|
this.cv();
|
|
329
329
|
}
|
|
330
330
|
static bv(a, b) {
|
|
@@ -338,12 +338,12 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
338
338
|
if (null == a) {
|
|
339
339
|
return false;
|
|
340
340
|
}
|
|
341
|
-
return null != a.
|
|
341
|
+
return null != a.g2;
|
|
342
342
|
}
|
|
343
343
|
co() {
|
|
344
344
|
let a = this.column;
|
|
345
345
|
let b = this.c;
|
|
346
|
-
let c = (null != a) ? a.
|
|
346
|
+
let c = (null != a) ? a.l5 : null;
|
|
347
347
|
let d = null;
|
|
348
348
|
let e = null;
|
|
349
349
|
if (b != null) {
|
|
@@ -403,7 +403,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
403
403
|
}
|
|
404
404
|
cv() {
|
|
405
405
|
let a = this.column;
|
|
406
|
-
let b = (null != a) ? a.
|
|
406
|
+
let b = (null != a) ? a.l5 : null;
|
|
407
407
|
let c = true;
|
|
408
408
|
let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
|
|
409
409
|
let e = this.b4();
|
|
@@ -448,8 +448,8 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
448
448
|
if (null == b) {
|
|
449
449
|
return a;
|
|
450
450
|
}
|
|
451
|
-
if (null != b.
|
|
452
|
-
let c = GridColumnFilterOptions.cm(b.
|
|
451
|
+
if (null != b.g2) {
|
|
452
|
+
let c = GridColumnFilterOptions.cm(b.g2, a);
|
|
453
453
|
a = c.p1;
|
|
454
454
|
}
|
|
455
455
|
return a;
|
|
@@ -118,7 +118,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
118
118
|
if (null == this.c) {
|
|
119
119
|
return false;
|
|
120
120
|
}
|
|
121
|
-
return this.column.
|
|
121
|
+
return this.column.jh;
|
|
122
122
|
}
|
|
123
123
|
bj(a, b) {
|
|
124
124
|
if (null != a) {
|
|
@@ -159,7 +159,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
159
159
|
if (null != a) {
|
|
160
160
|
let c = a.grid;
|
|
161
161
|
if (null != c) {
|
|
162
|
-
let d = a.
|
|
162
|
+
let d = a.l5;
|
|
163
163
|
let e = c.groupDescriptions.j;
|
|
164
164
|
for (let f = 0; f < e.count; f++) {
|
|
165
165
|
let g = e.item(f);
|
|
@@ -184,13 +184,13 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
184
184
|
let a = this.c;
|
|
185
185
|
let b = this.column;
|
|
186
186
|
if (null != a && null != b) {
|
|
187
|
-
let c = new ColumnGroupDescription(1, b.
|
|
188
|
-
let d = b.
|
|
187
|
+
let c = new ColumnGroupDescription(1, b.l5);
|
|
188
|
+
let d = b.hs;
|
|
189
189
|
let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
|
|
190
190
|
c.c = e;
|
|
191
191
|
a.groupDescriptions.g(c);
|
|
192
|
-
b.
|
|
193
|
-
b.
|
|
192
|
+
b.hs = 0;
|
|
193
|
+
b.nx("Grouped");
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
b8() {
|
|
@@ -201,7 +201,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
201
201
|
let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
|
|
202
202
|
if (c != -1) {
|
|
203
203
|
a.groupDescriptions.d(c);
|
|
204
|
-
b.
|
|
204
|
+
b.nx("Grouped");
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
@@ -132,15 +132,15 @@ export let GridColumnHideOptions = /*@__PURE__*/ (() => {
|
|
|
132
132
|
get b3() {
|
|
133
133
|
let a = this.column;
|
|
134
134
|
if (null != a) {
|
|
135
|
-
return a.
|
|
135
|
+
return a.ju;
|
|
136
136
|
}
|
|
137
137
|
return false;
|
|
138
138
|
}
|
|
139
139
|
set b3(a) {
|
|
140
140
|
let b = this.column;
|
|
141
141
|
if (null != b) {
|
|
142
|
-
b.
|
|
143
|
-
b.
|
|
142
|
+
b.ju = a;
|
|
143
|
+
b.nx("Hidden");
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
get b2() {
|
|
@@ -297,7 +297,7 @@ export let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
297
297
|
}
|
|
298
298
|
get dx() {
|
|
299
299
|
let a = this.column;
|
|
300
|
-
return (null != a) ? a.
|
|
300
|
+
return (null != a) ? a.lk : "(No column selected)";
|
|
301
301
|
}
|
|
302
302
|
get ci() {
|
|
303
303
|
if (null == this.ch) {
|
|
@@ -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.io : 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.io : 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.io;
|
|
242
242
|
}
|
|
243
243
|
return this.b3;
|
|
244
244
|
}
|
|
@@ -248,7 +248,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
248
248
|
let c = this.column;
|
|
249
249
|
if (null != b && null != c) {
|
|
250
250
|
b.pinColumn(c, this.b3);
|
|
251
|
-
c.
|
|
251
|
+
c.nx("Pinned");
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
get b2() {
|
|
@@ -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.hs;
|
|
253
253
|
}
|
|
254
254
|
return 0;
|
|
255
255
|
}
|
|
@@ -268,7 +268,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
268
268
|
}
|
|
269
269
|
return;
|
|
270
270
|
}
|
|
271
|
-
b.
|
|
271
|
+
b.hs = a;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
}
|
|
@@ -129,7 +129,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
129
129
|
if (this.c == null || this.column == null) {
|
|
130
130
|
return false;
|
|
131
131
|
}
|
|
132
|
-
return this.column.
|
|
132
|
+
return this.column.ji && this.c.summaryScope != 3;
|
|
133
133
|
}
|
|
134
134
|
be(a, b, c) {
|
|
135
135
|
super.be(a, b, c);
|
|
@@ -159,7 +159,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
159
159
|
if (this.bw != null) {
|
|
160
160
|
let a = this.bw.a();
|
|
161
161
|
for (let b = 0; b < a.length; b++) {
|
|
162
|
-
let c = new ColumnSummaryDescription(1, this.column.
|
|
162
|
+
let c = new ColumnSummaryDescription(1, this.column.l5);
|
|
163
163
|
switch (a[b]) {
|
|
164
164
|
case "avg":
|
|
165
165
|
c.i = 3;
|
|
@@ -179,7 +179,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
179
179
|
}
|
|
180
180
|
for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
|
|
181
181
|
let e = this.c.summaryDescriptions.j.item(d);
|
|
182
|
-
if (e.ah == this.column.
|
|
182
|
+
if (e.ah == this.column.l5 && e.i == c.i) {
|
|
183
183
|
this.c.summaryDescriptions.j.removeAt(d);
|
|
184
184
|
d--;
|
|
185
185
|
}
|
|
@@ -187,7 +187,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
187
187
|
}
|
|
188
188
|
let f = this.bw.b();
|
|
189
189
|
for (let g = 0; g < f.length; g++) {
|
|
190
|
-
let h = new ColumnSummaryDescription(1, this.column.
|
|
190
|
+
let h = new ColumnSummaryDescription(1, this.column.l5);
|
|
191
191
|
switch (f[g]) {
|
|
192
192
|
case "avg":
|
|
193
193
|
h.i = 3;
|
|
@@ -208,14 +208,14 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
208
208
|
let i = false;
|
|
209
209
|
for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
|
|
210
210
|
let k = this.c.summaryDescriptions.j.item(j);
|
|
211
|
-
if (k.ah == this.column.
|
|
211
|
+
if (k.ah == this.column.l5 && k.i == h.i) {
|
|
212
212
|
i = true;
|
|
213
213
|
break;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
if (!i) {
|
|
217
217
|
this.c.summaryDescriptions.j.add(h);
|
|
218
|
-
this.column.
|
|
218
|
+
this.column.nx("Summed");
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
}
|
|
@@ -234,7 +234,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
234
234
|
this.b7 = 0;
|
|
235
235
|
for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
|
|
236
236
|
let b = this.c.summaryDescriptions.j.item(a);
|
|
237
|
-
if (b.ah == this.column.
|
|
237
|
+
if (b.ah == this.column.l5) {
|
|
238
238
|
switch (b.i) {
|
|
239
239
|
case 3:
|
|
240
240
|
this.bw.a4("avg", true);
|
|
@@ -12,20 +12,8 @@ export let GridConditionFilterStringErrorsParsingEventArgs = /*@__PURE__*/ (() =
|
|
|
12
12
|
class GridConditionFilterStringErrorsParsingEventArgs extends Base {
|
|
13
13
|
constructor() {
|
|
14
14
|
super();
|
|
15
|
-
this.
|
|
16
|
-
this.
|
|
17
|
-
}
|
|
18
|
-
get propertyName() {
|
|
19
|
-
return this._propertyName;
|
|
20
|
-
}
|
|
21
|
-
set propertyName(a) {
|
|
22
|
-
this._propertyName = a;
|
|
23
|
-
}
|
|
24
|
-
get errors() {
|
|
25
|
-
return this._errors;
|
|
26
|
-
}
|
|
27
|
-
set errors(a) {
|
|
28
|
-
this._errors = a;
|
|
15
|
+
this.b = null;
|
|
16
|
+
this.a = null;
|
|
29
17
|
}
|
|
30
18
|
}
|
|
31
19
|
GridConditionFilterStringErrorsParsingEventArgs.$t = markType(GridConditionFilterStringErrorsParsingEventArgs, 'GridConditionFilterStringErrorsParsingEventArgs');
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { Base, markType } from "igniteui-angular-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let GridConditionalStyleFontInfo = /*@__PURE__*/ (() => {
|
|
12
|
+
class GridConditionalStyleFontInfo extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.a = null;
|
|
16
|
+
}
|
|
17
|
+
get textStyle() {
|
|
18
|
+
return this.a;
|
|
19
|
+
}
|
|
20
|
+
set textStyle(a) {
|
|
21
|
+
this.a = a;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
GridConditionalStyleFontInfo.$t = markType(GridConditionalStyleFontInfo, 'GridConditionalStyleFontInfo');
|
|
25
|
+
return GridConditionalStyleFontInfo;
|
|
26
|
+
})();
|
|
@@ -527,8 +527,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
527
527
|
if (this.filterStringErrorsParsing != null) {
|
|
528
528
|
this.filterStringErrorsParsing(this, ((() => {
|
|
529
529
|
let $ret = new GridConditionFilterStringErrorsParsingEventArgs();
|
|
530
|
-
$ret.
|
|
531
|
-
$ret.
|
|
530
|
+
$ret.b = "InputValueExpressionString";
|
|
531
|
+
$ret.a = a.errors;
|
|
532
532
|
return $ret;
|
|
533
533
|
})()));
|
|
534
534
|
}
|
|
@@ -550,8 +550,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
550
550
|
if (this.filterStringErrorsParsing != null) {
|
|
551
551
|
this.filterStringErrorsParsing(this, ((() => {
|
|
552
552
|
let $ret = new GridConditionFilterStringErrorsParsingEventArgs();
|
|
553
|
-
$ret.
|
|
554
|
-
$ret.
|
|
553
|
+
$ret.b = "MinimumInputValueExpressionString";
|
|
554
|
+
$ret.a = a.errors;
|
|
555
555
|
return $ret;
|
|
556
556
|
})()));
|
|
557
557
|
}
|
|
@@ -573,8 +573,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
573
573
|
if (this.filterStringErrorsParsing != null) {
|
|
574
574
|
this.filterStringErrorsParsing(this, ((() => {
|
|
575
575
|
let $ret = new GridConditionFilterStringErrorsParsingEventArgs();
|
|
576
|
-
$ret.
|
|
577
|
-
$ret.
|
|
576
|
+
$ret.b = "MaximumInputValueExpressionString";
|
|
577
|
+
$ret.a = a.errors;
|
|
578
578
|
return $ret;
|
|
579
579
|
})()));
|
|
580
580
|
}
|
|
@@ -596,8 +596,8 @@ export let GridConditionalStyleProperty = /*@__PURE__*/ (() => {
|
|
|
596
596
|
if (this.filterStringErrorsParsing != null) {
|
|
597
597
|
this.filterStringErrorsParsing(this, ((() => {
|
|
598
598
|
let $ret = new GridConditionFilterStringErrorsParsingEventArgs();
|
|
599
|
-
$ret.
|
|
600
|
-
$ret.
|
|
599
|
+
$ret.b = "SumInputValueExpressionString";
|
|
600
|
+
$ret.a = a.errors;
|
|
601
601
|
return $ret;
|
|
602
602
|
})()));
|
|
603
603
|
}
|
|
@@ -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.l5 = 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.l5 = 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.l5 = 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.l5 = 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.l5 = 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.l5 = a;
|
|
89
89
|
return b;
|
|
90
90
|
}
|
|
91
91
|
return null;
|
|
@@ -499,9 +499,9 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
499
499
|
}
|
|
500
500
|
if (this.n != null) {
|
|
501
501
|
if (this.n.grid != null) {
|
|
502
|
-
this.n.grid.
|
|
502
|
+
this.n.grid.vd();
|
|
503
503
|
}
|
|
504
|
-
this.n.
|
|
504
|
+
this.n.nu();
|
|
505
505
|
}
|
|
506
506
|
if (this.dialogOpening != null) {
|
|
507
507
|
let c = new GridFilterDialogOpeningEventArgs();
|
|
@@ -195,7 +195,7 @@ export let GridStyleRepository = /*@__PURE__*/ (() => {
|
|
|
195
195
|
}
|
|
196
196
|
static get a7() {
|
|
197
197
|
if (GridStyleRepository.ac == null) {
|
|
198
|
-
let a = "#
|
|
198
|
+
let a = "#e8f4fe";
|
|
199
199
|
GridStyleRepository.ac = ((() => {
|
|
200
200
|
let $ret = new Brush();
|
|
201
201
|
$ret.color = Color.u(255, 232, 244, 254);
|
package/esm2015/lib/ImageCell.js
CHANGED
|
@@ -14,103 +14,103 @@ export let ImageCell = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class ImageCell extends GridCellBase {
|
|
15
15
|
constructor(a) {
|
|
16
16
|
super(a);
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
17
|
+
this.dy = null;
|
|
18
|
+
this.ds = 1;
|
|
19
|
+
this.dt = 3;
|
|
20
|
+
this.d0 = null;
|
|
21
|
+
this.du = false;
|
|
22
|
+
this.dv = 1;
|
|
23
|
+
this.dx = null;
|
|
24
|
+
this.dy = a.createElement("img");
|
|
25
|
+
this.dy.listen("load", runOn(this, this.d3));
|
|
26
|
+
this.dx = a.createElement("div");
|
|
27
|
+
this.dx.setRawStyleProperty("background-size", "contain");
|
|
28
|
+
this.dx.setRawStyleProperty("background-repeat", "no-repeat");
|
|
29
|
+
this.dx.setRawStyleProperty("background-position", "center");
|
|
30
|
+
this.dx.setRawStyleProperty("width", "100%");
|
|
31
|
+
this.dx.setRawStyleProperty("height", "100%");
|
|
32
|
+
this.ap.setRawStyleProperty("text-align", "left");
|
|
33
|
+
this.ap.setRawStyleProperty("vertical-align", "middle");
|
|
34
|
+
this.ap.append(this.dx);
|
|
35
35
|
}
|
|
36
|
-
get
|
|
37
|
-
return this.
|
|
36
|
+
get dz() {
|
|
37
|
+
return this.dy;
|
|
38
38
|
}
|
|
39
|
-
get
|
|
40
|
-
return this.
|
|
39
|
+
get dw() {
|
|
40
|
+
return this.dv;
|
|
41
41
|
}
|
|
42
|
-
set
|
|
43
|
-
this.
|
|
42
|
+
set dw(a) {
|
|
43
|
+
this.dv = a;
|
|
44
44
|
}
|
|
45
|
-
|
|
46
|
-
this.
|
|
47
|
-
if (!stringIsNullOrEmpty(this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
45
|
+
d3(a) {
|
|
46
|
+
this.du = false;
|
|
47
|
+
if (!stringIsNullOrEmpty(this.d0)) {
|
|
48
|
+
this.dx.setRawStyleProperty("opacity", "1");
|
|
49
|
+
this.dx.setRawStyleProperty("background-image", "url(" + this.d0 + ")");
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
if (a == this.
|
|
52
|
+
d4(a, b) {
|
|
53
|
+
if (a == this.d0) {
|
|
54
54
|
return;
|
|
55
55
|
}
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
56
|
+
this.d1();
|
|
57
|
+
this.dx.setRawStyleProperty("opacity", "0");
|
|
58
58
|
if (a == null || a.length == 0) {
|
|
59
|
-
this.
|
|
59
|
+
this.d2(this.dy);
|
|
60
60
|
return;
|
|
61
61
|
}
|
|
62
|
-
if (Base.equalsStatic(a, this.
|
|
62
|
+
if (Base.equalsStatic(a, this.d0)) {
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
|
-
this.
|
|
66
|
-
let img_ = this.
|
|
65
|
+
this.d8(a, b);
|
|
66
|
+
let img_ = this.dy.getNativeElement();
|
|
67
67
|
if (img_ != null && (img_.complete)) {
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
68
|
+
this.du = false;
|
|
69
|
+
this.dy.setRawStyleProperty("opacity", "1");
|
|
70
|
+
this.dx.setRawStyleProperty("background-image", "url(" + this.d0 + ")");
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
|
|
73
|
+
d2(a) {
|
|
74
74
|
a.setAttribute("src", "");
|
|
75
|
-
this.
|
|
75
|
+
this.dx.setRawStyleProperty("background-image", "");
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
d7(a) {
|
|
78
78
|
switch (a) {
|
|
79
79
|
case 1:
|
|
80
|
-
this.
|
|
80
|
+
this.dx.setRawStyleProperty("background-size", "100% 100%");
|
|
81
81
|
break;
|
|
82
82
|
case 2:
|
|
83
|
-
this.
|
|
83
|
+
this.dx.setRawStyleProperty("background-size", "auto");
|
|
84
84
|
break;
|
|
85
85
|
case 0:
|
|
86
|
-
this.
|
|
86
|
+
this.dx.setRawStyleProperty("background-size", "contain");
|
|
87
87
|
break;
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
90
|
+
d8(a, b) {
|
|
91
|
+
this.du = true;
|
|
92
|
+
this.d0 = a;
|
|
93
|
+
this.dz.setAttribute("src", a);
|
|
94
94
|
}
|
|
95
|
-
|
|
96
|
-
if (this.
|
|
97
|
-
this.
|
|
98
|
-
this.
|
|
95
|
+
d1() {
|
|
96
|
+
if (this.du) {
|
|
97
|
+
this.d2(this.dy);
|
|
98
|
+
this.d0 = "";
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
|
-
|
|
102
|
-
this.
|
|
101
|
+
d5(a) {
|
|
102
|
+
this.ds = a;
|
|
103
103
|
}
|
|
104
|
-
|
|
105
|
-
this.
|
|
104
|
+
d6(a) {
|
|
105
|
+
this.dt = a;
|
|
106
106
|
}
|
|
107
|
-
|
|
107
|
+
get_ae() {
|
|
108
108
|
return true;
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
super.
|
|
110
|
+
ch(a, b, c) {
|
|
111
|
+
super.ch(a, b, c);
|
|
112
112
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
113
|
-
this.
|
|
113
|
+
this.dx.setRawStyleProperty("margin-left", this.bb + this.bd + this.bc + "px");
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
}
|