igniteui-webcomponents-grids 4.8.1 → 5.0.0-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 +1078 -600
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +171 -0
- package/esm2015/lib/CheckboxListExternal.js +11 -0
- package/esm2015/lib/CheckboxListViewExternal.js +11 -0
- package/esm2015/lib/CheckboxListView_combined.js +554 -441
- package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
- package/esm2015/lib/ColumnChooserView_combined.js +15 -15
- package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +12 -12
- package/esm2015/lib/DateEditorView.js +12 -12
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
- package/esm2015/lib/NativeUIGridFactory.js +66 -0
- package/esm2015/lib/PagerVisualModelExport.js +4 -4
- package/esm2015/lib/igc-checkbox-list-component.js +159 -93
- package/esm2015/lib/igc-checkbox-list-module.js +3 -0
- package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
- package/esm2015/public_api.js +5 -0
- package/esm5/lib/CheckboxListBridge.js +173 -0
- package/esm5/lib/CheckboxListExternal.js +11 -0
- package/esm5/lib/CheckboxListViewExternal.js +11 -0
- package/esm5/lib/CheckboxListView_combined.js +541 -422
- package/esm5/lib/CheckedChangedEventArgs.js +3 -2
- package/esm5/lib/ColumnChooserView_combined.js +15 -15
- package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +12 -12
- package/esm5/lib/DateEditorView.js +12 -12
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/ISummaryChooserView_combined.js +17 -17
- package/esm5/lib/NativeUIGridFactory.js +76 -0
- package/esm5/lib/PagerVisualModelExport.js +4 -4
- package/esm5/lib/igc-checkbox-list-component.js +173 -93
- package/esm5/lib/igc-checkbox-list-module.js +3 -0
- package/esm5/lib/igc-checked-changed-event-args.js +17 -3
- package/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
- package/fesm5/igniteui-webcomponents-grids.js +1077 -603
- package/grids/combined.js +37327 -39208
- package/grids/index.d.ts +8 -8
- package/grids/lib/igc-action-strip-component.d.ts +4 -4
- package/grids/lib/igc-action-strip-token.d.ts +16 -0
- package/grids/lib/igc-base-exporter.d.ts +0 -4
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
- package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
- package/grids/lib/igc-column-component.d.ts +15 -101
- package/grids/lib/igc-column-group-component.d.ts +94 -1
- package/grids/lib/igc-column-layout-component.d.ts +11 -0
- package/grids/lib/igc-column-pipe-args.d.ts +1 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
- package/grids/lib/igc-column-state.d.ts +0 -4
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
- package/grids/lib/igc-grid-base-directive.d.ts +34 -21
- package/grids/lib/igc-grid-component.d.ts +1 -1
- package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
- package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
- package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
- package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
- package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
- package/grids/lib/igc-header-type.d.ts +0 -5
- package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
- package/grids/lib/igc-paginator-component.d.ts +6 -22
- package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
- package/grids/lib/igc-pivot-configuration.d.ts +0 -1
- package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
- package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
- package/grids/lib/igc-pivot-dimension.d.ts +12 -1
- package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
- package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
- package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
- package/grids/lib/igc-pivot-value.d.ts +0 -2
- package/grids/lib/igc-position-settings.d.ts +1 -10
- package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
- package/grids/lib/igc-row-data-event-args.d.ts +10 -0
- package/grids/lib/igc-row-directive.d.ts +0 -5
- package/grids/lib/igc-row-island-component.d.ts +50 -146
- package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
- package/grids/lib/igc-sorting-options.d.ts +0 -1
- package/grids/lib/igc-tree-grid-component.d.ts +15 -18
- package/grids/lib/pivot-row-layout-type.d.ts +3 -0
- package/grids/lib/pivot-summary-position.d.ts +3 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CheckboxListBridge.d.ts +29 -0
- package/lib/CheckboxListExternal.d.ts +29 -0
- package/lib/CheckboxListViewExternal.d.ts +16 -0
- package/lib/CheckboxListView_combined.d.ts +130 -121
- package/lib/CheckedChangedEventArgs.d.ts +3 -2
- package/lib/ColumnFilterCondition_combined.d.ts +1 -1
- package/lib/DateEditorView.d.ts +2 -2
- package/lib/NativeUIGridFactory.d.ts +19 -0
- package/lib/igc-checkbox-list-component.d.ts +19 -0
- package/lib/igc-checked-changed-event-args.d.ts +2 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
- package/grids/3rdpartylicenses.txt +0 -705
- package/grids/lib/display-density.d.ts +0 -3
- package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
- package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
- package/grids/lib/igc-display-density-base.d.ts +0 -45
- package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-component.d.ts +0 -16
- package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
- package/grids/lib/igc-toggle-directive.d.ts +0 -171
|
@@ -0,0 +1,173 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { XComponentBridge } from "igniteui-webcomponents-inputs";
|
|
9
|
+
import { runOn, delegateCombine, delegateRemove, EnumUtil, enumGetBox, markType } from "igniteui-webcomponents-core";
|
|
10
|
+
import { NativeUICheckboxListChangeEventArgs } from "igniteui-webcomponents-core";
|
|
11
|
+
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
12
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
17
|
+
__extends(CheckboxListBridge, _super);
|
|
18
|
+
function CheckboxListBridge(a) {
|
|
19
|
+
var _this = _super.call(this, a) || this;
|
|
20
|
+
_this.x = null;
|
|
21
|
+
_this.y = null;
|
|
22
|
+
_this.z = null;
|
|
23
|
+
_this.u = null;
|
|
24
|
+
_this.v = null;
|
|
25
|
+
_this.w = null;
|
|
26
|
+
return _this;
|
|
27
|
+
}
|
|
28
|
+
CheckboxListBridge.prototype.getDesiredSize = function (a, b) {
|
|
29
|
+
return this.t.view.getDesiredSize();
|
|
30
|
+
};
|
|
31
|
+
CheckboxListBridge.prototype.addHandler = function (a, b, c, d) {
|
|
32
|
+
var e = a;
|
|
33
|
+
switch (c) {
|
|
34
|
+
case 2:
|
|
35
|
+
e.checkedChanged = delegateCombine(e.checkedChanged, runOn(this, this.aa));
|
|
36
|
+
this.u = d;
|
|
37
|
+
this.x = b;
|
|
38
|
+
break;
|
|
39
|
+
case 18:
|
|
40
|
+
e.selectedKeyAdded = delegateCombine(e.selectedKeyAdded, runOn(this, this.ab));
|
|
41
|
+
this.v = d;
|
|
42
|
+
this.y = b;
|
|
43
|
+
break;
|
|
44
|
+
case 19:
|
|
45
|
+
e.selectedKeyRemoved = delegateCombine(e.selectedKeyRemoved, runOn(this, this.ac));
|
|
46
|
+
this.w = d;
|
|
47
|
+
this.z = b;
|
|
48
|
+
break;
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
CheckboxListBridge.prototype.removeHandler = function (a, b, c, d) {
|
|
52
|
+
var e = a;
|
|
53
|
+
switch (c) {
|
|
54
|
+
case 2:
|
|
55
|
+
e.checkedChanged = delegateRemove(e.checkedChanged, runOn(this, this.aa));
|
|
56
|
+
this.u = null;
|
|
57
|
+
this.x = null;
|
|
58
|
+
break;
|
|
59
|
+
case 18:
|
|
60
|
+
e.selectedKeyAdded = delegateRemove(e.selectedKeyAdded, runOn(this, this.ab));
|
|
61
|
+
this.v = null;
|
|
62
|
+
this.y = null;
|
|
63
|
+
break;
|
|
64
|
+
case 19:
|
|
65
|
+
e.selectedKeyRemoved = delegateRemove(e.selectedKeyRemoved, runOn(this, this.ac));
|
|
66
|
+
this.w = null;
|
|
67
|
+
this.z = null;
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
CheckboxListBridge.prototype.aa = function (a, b) {
|
|
72
|
+
var c = a;
|
|
73
|
+
if (this.u != null) {
|
|
74
|
+
this.u(this.x, ((function () {
|
|
75
|
+
var $ret = new NativeUICheckboxListChangeEventArgs();
|
|
76
|
+
$ret.c = b.c;
|
|
77
|
+
$ret.b = b.b;
|
|
78
|
+
$ret.a = b.a;
|
|
79
|
+
return $ret;
|
|
80
|
+
})()));
|
|
81
|
+
}
|
|
82
|
+
};
|
|
83
|
+
CheckboxListBridge.prototype.ab = function (a, b) {
|
|
84
|
+
var c = a;
|
|
85
|
+
if (this.v != null) {
|
|
86
|
+
this.v(this.y, ((function () {
|
|
87
|
+
var $ret = new NativeUICheckboxListChangeEventArgs();
|
|
88
|
+
$ret.c = b.c;
|
|
89
|
+
$ret.b = b.b;
|
|
90
|
+
$ret.a = b.a;
|
|
91
|
+
return $ret;
|
|
92
|
+
})()));
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
CheckboxListBridge.prototype.ac = function (a, b) {
|
|
96
|
+
var c = a;
|
|
97
|
+
if (this.w != null) {
|
|
98
|
+
this.w(this.z, ((function () {
|
|
99
|
+
var $ret = new NativeUICheckboxListChangeEventArgs();
|
|
100
|
+
$ret.c = b.c;
|
|
101
|
+
$ret.b = b.b;
|
|
102
|
+
$ret.a = b.a;
|
|
103
|
+
return $ret;
|
|
104
|
+
})()));
|
|
105
|
+
}
|
|
106
|
+
};
|
|
107
|
+
CheckboxListBridge.prototype.setValue = function (a, b, c) {
|
|
108
|
+
var d = a;
|
|
109
|
+
switch (b) {
|
|
110
|
+
case 23:
|
|
111
|
+
d.backgroundColor = c;
|
|
112
|
+
break;
|
|
113
|
+
case 8:
|
|
114
|
+
d.itemsSource = c;
|
|
115
|
+
break;
|
|
116
|
+
case 74:
|
|
117
|
+
d.selectedMemberPath = c;
|
|
118
|
+
break;
|
|
119
|
+
case 75:
|
|
120
|
+
d.dataMemberPath = c;
|
|
121
|
+
break;
|
|
122
|
+
case 76:
|
|
123
|
+
d.showSelectAll = c;
|
|
124
|
+
break;
|
|
125
|
+
case 77:
|
|
126
|
+
d.primaryKey = c;
|
|
127
|
+
break;
|
|
128
|
+
case 1:
|
|
129
|
+
d.density = EnumUtil.getEnumValue(ControlDisplayDensity_$type, c);
|
|
130
|
+
break;
|
|
131
|
+
case 18:
|
|
132
|
+
d.baseTheme = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
133
|
+
break;
|
|
134
|
+
case 33:
|
|
135
|
+
d.textColor = c;
|
|
136
|
+
break;
|
|
137
|
+
case 24:
|
|
138
|
+
d.rowHoverBackgroundColor = c;
|
|
139
|
+
break;
|
|
140
|
+
case 78:
|
|
141
|
+
d.searchIconColor = c;
|
|
142
|
+
break;
|
|
143
|
+
case 79:
|
|
144
|
+
d.searchTextColor = c;
|
|
145
|
+
break;
|
|
146
|
+
}
|
|
147
|
+
};
|
|
148
|
+
CheckboxListBridge.prototype.getValue = function (a, b) {
|
|
149
|
+
var c = a;
|
|
150
|
+
switch (b) {
|
|
151
|
+
case 23: return c.backgroundColor;
|
|
152
|
+
case 8: return c.itemsSource;
|
|
153
|
+
case 74: return c.selectedMemberPath;
|
|
154
|
+
case 75: return c.dataMemberPath;
|
|
155
|
+
case 76: return c.showSelectAll;
|
|
156
|
+
case 77: return c.primaryKey;
|
|
157
|
+
case 1: return enumGetBox(ControlDisplayDensity_$type, c.density);
|
|
158
|
+
case 18: return enumGetBox(BaseControlTheme_$type, c.baseTheme);
|
|
159
|
+
case 33: return c.textColor;
|
|
160
|
+
case 24: return c.rowHoverBackgroundColor;
|
|
161
|
+
case 78: return c.searchIconColor;
|
|
162
|
+
case 79: return c.searchTextColor;
|
|
163
|
+
}
|
|
164
|
+
return null;
|
|
165
|
+
};
|
|
166
|
+
CheckboxListBridge.prototype.ae = function (a) {
|
|
167
|
+
};
|
|
168
|
+
CheckboxListBridge.prototype.ad = function (a, b) {
|
|
169
|
+
};
|
|
170
|
+
CheckboxListBridge.$t = markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$);
|
|
171
|
+
return CheckboxListBridge;
|
|
172
|
+
}(XComponentBridge));
|
|
173
|
+
export { CheckboxListBridge };
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export var CheckboxListExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListExternal');
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { Type } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export var CheckboxListViewExternal_$type = /*@__PURE__*/ new Type(null, 'CheckboxListViewExternal');
|