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.
Files changed (121) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1078 -600
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CheckboxListBridge.js +171 -0
  4. package/esm2015/lib/CheckboxListExternal.js +11 -0
  5. package/esm2015/lib/CheckboxListViewExternal.js +11 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +554 -441
  7. package/esm2015/lib/CheckedChangedEventArgs.js +3 -2
  8. package/esm2015/lib/ColumnChooserView_combined.js +15 -15
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
  10. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  11. package/esm2015/lib/ColumnGroupingVisualModelExport.js +1 -1
  12. package/esm2015/lib/ColumnPinningView_combined.js +12 -12
  13. package/esm2015/lib/DateEditorView.js +12 -12
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  15. package/esm2015/lib/ISummaryChooserView_combined.js +17 -17
  16. package/esm2015/lib/NativeUIGridFactory.js +66 -0
  17. package/esm2015/lib/PagerVisualModelExport.js +4 -4
  18. package/esm2015/lib/igc-checkbox-list-component.js +159 -93
  19. package/esm2015/lib/igc-checkbox-list-module.js +3 -0
  20. package/esm2015/lib/igc-checked-changed-event-args.js +14 -4
  21. package/esm2015/public_api.js +5 -0
  22. package/esm5/lib/CheckboxListBridge.js +173 -0
  23. package/esm5/lib/CheckboxListExternal.js +11 -0
  24. package/esm5/lib/CheckboxListViewExternal.js +11 -0
  25. package/esm5/lib/CheckboxListView_combined.js +541 -422
  26. package/esm5/lib/CheckedChangedEventArgs.js +3 -2
  27. package/esm5/lib/ColumnChooserView_combined.js +15 -15
  28. package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
  29. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  30. package/esm5/lib/ColumnGroupingVisualModelExport.js +1 -1
  31. package/esm5/lib/ColumnPinningView_combined.js +12 -12
  32. package/esm5/lib/DateEditorView.js +12 -12
  33. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  34. package/esm5/lib/ISummaryChooserView_combined.js +17 -17
  35. package/esm5/lib/NativeUIGridFactory.js +76 -0
  36. package/esm5/lib/PagerVisualModelExport.js +4 -4
  37. package/esm5/lib/igc-checkbox-list-component.js +173 -93
  38. package/esm5/lib/igc-checkbox-list-module.js +3 -0
  39. package/esm5/lib/igc-checked-changed-event-args.js +17 -3
  40. package/esm5/public_api.js +5 -0
  41. package/fesm2015/igniteui-webcomponents-grids.js +1065 -623
  42. package/fesm5/igniteui-webcomponents-grids.js +1077 -603
  43. package/grids/combined.js +37327 -39208
  44. package/grids/index.d.ts +8 -8
  45. package/grids/lib/igc-action-strip-component.d.ts +4 -4
  46. package/grids/lib/igc-action-strip-token.d.ts +16 -0
  47. package/grids/lib/igc-base-exporter.d.ts +0 -4
  48. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +1 -1
  49. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -8
  50. package/grids/lib/igc-column-component.d.ts +15 -101
  51. package/grids/lib/igc-column-group-component.d.ts +94 -1
  52. package/grids/lib/igc-column-layout-component.d.ts +11 -0
  53. package/grids/lib/igc-column-pipe-args.d.ts +1 -0
  54. package/grids/lib/igc-column-resize-event-args.d.ts +1 -0
  55. package/grids/lib/igc-column-state.d.ts +0 -4
  56. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +2 -0
  57. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +4 -0
  58. package/grids/lib/igc-grid-base-directive.d.ts +34 -21
  59. package/grids/lib/igc-grid-component.d.ts +1 -1
  60. package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
  61. package/grids/lib/igc-grid-edit-done-event-args.d.ts +11 -3
  62. package/grids/lib/igc-grid-edit-event-args.d.ts +12 -3
  63. package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
  64. package/grids/lib/igc-grid-resource-strings.d.ts +0 -3
  65. package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
  66. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -8
  67. package/grids/lib/igc-grid-toolbar-component.d.ts +3 -2
  68. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +5 -10
  69. package/grids/lib/igc-header-type.d.ts +0 -5
  70. package/grids/lib/igc-hierarchical-grid-component.d.ts +2 -2
  71. package/grids/lib/igc-paginator-component.d.ts +6 -22
  72. package/grids/lib/igc-pin-row-event-args.d.ts +5 -1
  73. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  74. package/grids/lib/igc-pivot-configuration.d.ts +0 -1
  75. package/grids/lib/igc-pivot-data-selector-component.d.ts +2 -1
  76. package/grids/lib/igc-pivot-date-dimension.d.ts +3 -0
  77. package/grids/lib/igc-pivot-dimension.d.ts +12 -1
  78. package/grids/lib/igc-pivot-grid-component.d.ts +29 -19
  79. package/grids/lib/igc-pivot-grid-record.d.ts +8 -0
  80. package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
  81. package/grids/lib/igc-pivot-value.d.ts +0 -2
  82. package/grids/lib/igc-position-settings.d.ts +1 -10
  83. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
  84. package/grids/lib/igc-row-data-event-args.d.ts +10 -0
  85. package/grids/lib/igc-row-directive.d.ts +0 -5
  86. package/grids/lib/igc-row-island-component.d.ts +50 -146
  87. package/grids/lib/igc-row-toggle-event-args.d.ts +7 -1
  88. package/grids/lib/igc-sorting-options.d.ts +0 -1
  89. package/grids/lib/igc-tree-grid-component.d.ts +15 -18
  90. package/grids/lib/pivot-row-layout-type.d.ts +3 -0
  91. package/grids/lib/pivot-summary-position.d.ts +3 -0
  92. package/grids/styles.css +1 -1
  93. package/grids/themes/dark/bootstrap.css +1 -1
  94. package/grids/themes/dark/fluent.css +1 -1
  95. package/grids/themes/dark/indigo.css +1 -1
  96. package/grids/themes/dark/material.css +1 -1
  97. package/grids/themes/light/bootstrap.css +1 -1
  98. package/grids/themes/light/fluent.css +1 -1
  99. package/grids/themes/light/indigo.css +1 -1
  100. package/grids/themes/light/material.css +1 -1
  101. package/lib/CheckboxListBridge.d.ts +29 -0
  102. package/lib/CheckboxListExternal.d.ts +29 -0
  103. package/lib/CheckboxListViewExternal.d.ts +16 -0
  104. package/lib/CheckboxListView_combined.d.ts +130 -121
  105. package/lib/CheckedChangedEventArgs.d.ts +3 -2
  106. package/lib/ColumnFilterCondition_combined.d.ts +1 -1
  107. package/lib/DateEditorView.d.ts +2 -2
  108. package/lib/NativeUIGridFactory.d.ts +19 -0
  109. package/lib/igc-checkbox-list-component.d.ts +19 -0
  110. package/lib/igc-checked-changed-event-args.d.ts +2 -0
  111. package/package.json +4 -4
  112. package/public_api.d.ts +5 -0
  113. package/grids/3rdpartylicenses.txt +0 -705
  114. package/grids/lib/display-density.d.ts +0 -3
  115. package/grids/lib/igc-child-grid-row-component.d.ts +0 -59
  116. package/grids/lib/igc-density-changed-event-args.d.ts +0 -21
  117. package/grids/lib/igc-display-density-base.d.ts +0 -45
  118. package/grids/lib/igc-grid-filtering-cell-component.d.ts +0 -16
  119. package/grids/lib/igc-grid-header-component.d.ts +0 -16
  120. package/grids/lib/igc-grid-header-group-component.d.ts +0 -16
  121. 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');