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
|
@@ -151,7 +151,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
151
151
|
MultiColumnComboBoxView.prototype.az = function () {
|
|
152
152
|
var a = this.n;
|
|
153
153
|
if (null != a) {
|
|
154
|
-
a.
|
|
154
|
+
a.b5();
|
|
155
155
|
}
|
|
156
156
|
this.co();
|
|
157
157
|
var b = this.g.p();
|
|
@@ -445,7 +445,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
445
445
|
a.f9(b);
|
|
446
446
|
};
|
|
447
447
|
MultiColumnComboBoxView.prototype.bp = function () {
|
|
448
|
-
this.n.
|
|
448
|
+
this.n.b8();
|
|
449
449
|
};
|
|
450
450
|
MultiColumnComboBoxView.prototype.br = function () {
|
|
451
451
|
var a = this.n;
|
|
@@ -642,9 +642,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
642
642
|
}
|
|
643
643
|
else {
|
|
644
644
|
var b = new ColumnComparisonFilterCondition();
|
|
645
|
-
b.
|
|
646
|
-
b.
|
|
647
|
-
b.
|
|
645
|
+
b.operator = 14;
|
|
646
|
+
b.value = this.au;
|
|
647
|
+
b.isCaseSensitive = false;
|
|
648
648
|
this.aw(b);
|
|
649
649
|
}
|
|
650
650
|
};
|
|
@@ -966,7 +966,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
966
966
|
this.a = null;
|
|
967
967
|
if (this.n != null && this.n.aw) {
|
|
968
968
|
this.cz();
|
|
969
|
-
this.n.
|
|
969
|
+
this.n.b8();
|
|
970
970
|
}
|
|
971
971
|
}
|
|
972
972
|
};
|
|
@@ -1239,7 +1239,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1239
1239
|
return;
|
|
1240
1240
|
}
|
|
1241
1241
|
var c = this.c2();
|
|
1242
|
-
this.m.
|
|
1242
|
+
this.m.b9(c);
|
|
1243
1243
|
};
|
|
1244
1244
|
MultiColumnComboBoxView.prototype.cp = function () {
|
|
1245
1245
|
if (this.g.disallowTabFocus) {
|
|
@@ -1577,8 +1577,8 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1577
1577
|
get: function () {
|
|
1578
1578
|
if (null == this.a0) {
|
|
1579
1579
|
this.a0 = new FontInfo();
|
|
1580
|
-
this.a0.
|
|
1581
|
-
this.a0.
|
|
1580
|
+
this.a0.p = "Verdana";
|
|
1581
|
+
this.a0.e = DeviceUtils.f(16);
|
|
1582
1582
|
}
|
|
1583
1583
|
return this.a0;
|
|
1584
1584
|
},
|
|
@@ -2923,86 +2923,86 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2923
2923
|
a.i = this.v.e.exportVisualModel();
|
|
2924
2924
|
if (this.av != null) {
|
|
2925
2925
|
var b = this.av;
|
|
2926
|
-
if (this.v != null && b.
|
|
2926
|
+
if (this.v != null && b.p == null) {
|
|
2927
2927
|
var c = this.v.ad;
|
|
2928
2928
|
var d = FontUtil.getFontInfoFromString(c, b.fontString);
|
|
2929
|
-
b.
|
|
2930
|
-
b.
|
|
2931
|
-
b.o = d.o;
|
|
2929
|
+
b.p = d.p;
|
|
2930
|
+
b.e = d.e;
|
|
2932
2931
|
b.q = d.q;
|
|
2933
|
-
b.r = d.r;
|
|
2934
2932
|
b.s = d.s;
|
|
2933
|
+
b.t = d.t;
|
|
2934
|
+
b.u = d.u;
|
|
2935
2935
|
}
|
|
2936
|
-
if (b.
|
|
2937
|
-
a.ab = b.
|
|
2936
|
+
if (b.p != null) {
|
|
2937
|
+
a.ab = b.p;
|
|
2938
2938
|
}
|
|
2939
|
-
if (!isNaN_(b.
|
|
2940
|
-
a.v = b.
|
|
2939
|
+
if (!isNaN_(b.e)) {
|
|
2940
|
+
a.v = b.e;
|
|
2941
|
+
}
|
|
2942
|
+
if (b.u != null) {
|
|
2943
|
+
a.af = b.u;
|
|
2941
2944
|
}
|
|
2942
2945
|
if (b.s != null) {
|
|
2943
|
-
a.
|
|
2946
|
+
a.ad = b.s;
|
|
2944
2947
|
}
|
|
2945
2948
|
if (b.q != null) {
|
|
2946
|
-
a.
|
|
2947
|
-
}
|
|
2948
|
-
if (b.o != null) {
|
|
2949
|
-
a.ac = b.q;
|
|
2949
|
+
a.ac = b.s;
|
|
2950
2950
|
}
|
|
2951
2951
|
}
|
|
2952
2952
|
if (this.aw != null) {
|
|
2953
2953
|
var e = this.aw;
|
|
2954
|
-
if (this.v != null && e.
|
|
2954
|
+
if (this.v != null && e.p == null) {
|
|
2955
2955
|
var f = this.v.ad;
|
|
2956
2956
|
var g = FontUtil.getFontInfoFromString(f, e.fontString);
|
|
2957
|
-
e.
|
|
2958
|
-
e.
|
|
2959
|
-
e.o = g.o;
|
|
2957
|
+
e.p = g.p;
|
|
2958
|
+
e.e = g.e;
|
|
2960
2959
|
e.q = g.q;
|
|
2961
|
-
e.r = g.r;
|
|
2962
2960
|
e.s = g.s;
|
|
2961
|
+
e.t = g.t;
|
|
2962
|
+
e.u = g.u;
|
|
2963
|
+
}
|
|
2964
|
+
if (e.p != null) {
|
|
2965
|
+
a.ag = e.p;
|
|
2963
2966
|
}
|
|
2964
|
-
if (e.
|
|
2965
|
-
a.
|
|
2967
|
+
if (!isNaN_(e.e)) {
|
|
2968
|
+
a.w = e.e;
|
|
2966
2969
|
}
|
|
2967
|
-
if (
|
|
2968
|
-
a.
|
|
2970
|
+
if (e.u != null) {
|
|
2971
|
+
a.ak = e.u;
|
|
2969
2972
|
}
|
|
2970
2973
|
if (e.s != null) {
|
|
2971
|
-
a.
|
|
2974
|
+
a.ai = e.s;
|
|
2972
2975
|
}
|
|
2973
2976
|
if (e.q != null) {
|
|
2974
|
-
a.
|
|
2975
|
-
}
|
|
2976
|
-
if (e.o != null) {
|
|
2977
|
-
a.ah = e.q;
|
|
2977
|
+
a.ah = e.s;
|
|
2978
2978
|
}
|
|
2979
2979
|
}
|
|
2980
2980
|
if (this.ax != null) {
|
|
2981
2981
|
var h = this.ax;
|
|
2982
|
-
if (this.v != null && h.
|
|
2982
|
+
if (this.v != null && h.p == null) {
|
|
2983
2983
|
var i = this.v.ad;
|
|
2984
2984
|
var j = FontUtil.getFontInfoFromString(i, h.fontString);
|
|
2985
|
-
h.
|
|
2986
|
-
h.
|
|
2987
|
-
h.o = j.o;
|
|
2985
|
+
h.p = j.p;
|
|
2986
|
+
h.e = j.e;
|
|
2988
2987
|
h.q = j.q;
|
|
2989
|
-
h.r = j.r;
|
|
2990
2988
|
h.s = j.s;
|
|
2989
|
+
h.t = j.t;
|
|
2990
|
+
h.u = j.u;
|
|
2991
|
+
}
|
|
2992
|
+
if (h.p != null) {
|
|
2993
|
+
a.ao = h.p;
|
|
2991
2994
|
}
|
|
2992
|
-
if (h.
|
|
2993
|
-
a.
|
|
2995
|
+
if (!isNaN_(h.e)) {
|
|
2996
|
+
a.x = h.e;
|
|
2994
2997
|
}
|
|
2995
|
-
if (
|
|
2996
|
-
a.
|
|
2998
|
+
if (h.u != null) {
|
|
2999
|
+
a.as = h.u;
|
|
2997
3000
|
}
|
|
2998
3001
|
if (h.s != null) {
|
|
2999
|
-
a.
|
|
3002
|
+
a.aq = h.s;
|
|
3000
3003
|
}
|
|
3001
3004
|
if (h.q != null) {
|
|
3002
|
-
a.
|
|
3003
|
-
}
|
|
3004
|
-
if (h.o != null) {
|
|
3005
|
-
a.ap = h.q;
|
|
3005
|
+
a.ap = h.s;
|
|
3006
3006
|
}
|
|
3007
3007
|
}
|
|
3008
3008
|
return a;
|
|
@@ -51,11 +51,11 @@ var PropertyEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
51
|
_this.l = null;
|
|
52
52
|
_this.c = ((function () {
|
|
53
53
|
var $ret = new FontInfo();
|
|
54
|
-
$ret.
|
|
55
|
-
$ret.
|
|
56
|
-
$ret.q = "Normal";
|
|
54
|
+
$ret.p = "Verdana";
|
|
55
|
+
$ret.e = 13;
|
|
57
56
|
$ret.s = "Normal";
|
|
58
|
-
$ret.
|
|
57
|
+
$ret.u = "Normal";
|
|
58
|
+
$ret.q = "Normal";
|
|
59
59
|
return $ret;
|
|
60
60
|
})());
|
|
61
61
|
_this.af = new Size();
|
|
@@ -41,7 +41,12 @@ var IgcColumnExchangersCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcColumnExchanger();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcColumnPropertySettersCollection = /** @class */ /*@__PURE__*/ (function (
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcColumnPropertySetter();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcGridColumnCollection = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = IgcDataGridColumnComponent._createFromInternal(int);
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcGridFilterDialogViewModelGroupingLevelCollection = /** @class */ /*@__PUR
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcGridFilterDialogViewModelGroupingLevel();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcGridFilterDialogViewModelGroupingLevel = /** @class */ /*@__PURE__*/ (fun
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcGridFilterDialogViewModelGrouping();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcGridFilterDialogViewModelRowCollection = /** @class */ /*@__PURE__*/ (fun
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcGridFilterDialogViewModelRow();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcGridFilterOperandsCollection = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcFilterOperand();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcGridSelectedCellRangesCollection = /** @class */ /*@__PURE__*/ (function
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcCellRange();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcGridSelectedCellsCollection = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcCellKey();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcGridSelectedKeysCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcPrimaryKeyValue();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcHorizontalPropertyEditorDataSource = /** @class */ /*@__PURE__*/ (functio
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcPropertyEditorPropertyDescriptionComponent();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcResponsivePhasesCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcResponsivePhase();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|
|
@@ -41,7 +41,12 @@ var IgcResponsiveStatesCollection = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
41
41
|
if (!ext) {
|
|
42
42
|
ext = new IgcResponsiveState();
|
|
43
43
|
if (ext) {
|
|
44
|
-
ext._implementation
|
|
44
|
+
if (!int.$type && ext._implementation.setNativeElement) {
|
|
45
|
+
ext._implementation.setNativeElement(int);
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
ext._implementation = int;
|
|
49
|
+
}
|
|
45
50
|
}
|
|
46
51
|
}
|
|
47
52
|
return ext;
|