igniteui-angular-core 16.1.0-beta.0 → 16.1.0-beta.2
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-core.umd.js +2258 -2739
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/ButtonDescription.js +502 -494
- package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm2015/lib/ComboBoxColumnDescription.js +12 -11
- package/esm2015/lib/DataGridColumnDescription.js +80 -79
- package/esm2015/lib/DateTimeColumnDescription.js +30 -29
- package/esm2015/lib/EditRowDefinitionDescription.js +1 -0
- package/esm2015/lib/EditorDefinitionDescription.js +1 -0
- package/esm2015/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm2015/lib/HeaderDescription.js +11 -10
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/ImageColumnDescription.js +16 -15
- package/esm2015/lib/LocalDataSource_combined.js +53 -52
- package/esm2015/lib/NativeUIButton.js +7 -5
- package/esm2015/lib/NativeUICheckbox.js +7 -5
- package/esm2015/lib/NativeUIDropDown.js +7 -5
- package/esm2015/lib/NativeUIGrid.js +7 -5
- package/esm2015/lib/NativeUIInput.js +7 -5
- package/esm2015/lib/NativeUIPopup.js +14 -10
- package/esm2015/lib/NativeUISlider.js +14 -10
- package/esm2015/lib/NumericColumnDescription.js +42 -41
- package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm2015/lib/RearrangedListView.js +304 -303
- package/esm2015/lib/TemplateColumnDescription.js +7 -6
- package/esm2015/lib/TemplateHeaderDescription.js +4 -3
- package/esm2015/lib/TextColumnDescription.js +14 -13
- package/esm2015/lib/TextHeaderDescription.js +1 -0
- package/esm2015/lib/WebActionStripDescription.js +57 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm2015/lib/WebColumnDescription.js +129 -177
- package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebColumnGroupDescription.js +6 -6
- package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
- package/esm2015/lib/WebGridDescription.js +48 -72
- package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -58
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/ButtonDescription.js +506 -494
- package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
- package/esm5/lib/ComboBoxColumnDescription.js +12 -11
- package/esm5/lib/DataGridColumnDescription.js +80 -79
- package/esm5/lib/DateTimeColumnDescription.js +30 -29
- package/esm5/lib/EditRowDefinitionDescription.js +1 -0
- package/esm5/lib/EditorDefinitionDescription.js +1 -0
- package/esm5/lib/FilterRowDefinitionDescription.js +1 -0
- package/esm5/lib/HeaderDescription.js +11 -10
- package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/ImageColumnDescription.js +16 -15
- package/esm5/lib/LocalDataSource_combined.js +53 -52
- package/esm5/lib/NativeUIButton.js +7 -5
- package/esm5/lib/NativeUICheckbox.js +7 -5
- package/esm5/lib/NativeUIDropDown.js +7 -5
- package/esm5/lib/NativeUIGrid.js +7 -5
- package/esm5/lib/NativeUIInput.js +7 -5
- package/esm5/lib/NativeUIPopup.js +14 -10
- package/esm5/lib/NativeUISlider.js +14 -10
- package/esm5/lib/NumericColumnDescription.js +42 -41
- package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
- package/esm5/lib/RearrangedListView.js +304 -303
- package/esm5/lib/TemplateColumnDescription.js +7 -6
- package/esm5/lib/TemplateHeaderDescription.js +4 -3
- package/esm5/lib/TextColumnDescription.js +14 -13
- package/esm5/lib/TextHeaderDescription.js +1 -0
- package/esm5/lib/WebActionStripDescription.js +79 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm5/lib/WebColumnDescription.js +129 -201
- package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm5/lib/WebColumnGroupDescription.js +6 -6
- package/esm5/lib/WebColumnLayoutDescription.js +1 -14
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
- package/esm5/lib/WebGridDescription.js +48 -84
- package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotGridDescription.js +41 -65
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDirectiveDescription.js +6 -18
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm5/lib/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +2191 -2541
- package/fesm5/igniteui-angular-core.js +2255 -2732
- package/lib/ButtonDescription.d.ts +186 -183
- package/lib/ComboBoxColumnDescription.d.ts +5 -4
- package/lib/DataGridColumnDescription.d.ts +29 -28
- package/lib/DateTimeColumnDescription.d.ts +12 -11
- package/lib/EditRowDefinitionDescription.d.ts +1 -0
- package/lib/EditorDefinitionDescription.d.ts +1 -0
- package/lib/FilterRowDefinitionDescription.d.ts +1 -0
- package/lib/HeaderDescription.d.ts +5 -4
- package/lib/ImageColumnDescription.d.ts +7 -6
- package/lib/NumericColumnDescription.d.ts +17 -16
- package/lib/RearrangedListView.d.ts +50 -49
- package/lib/TemplateColumnDescription.d.ts +3 -2
- package/lib/TemplateHeaderDescription.d.ts +2 -1
- package/lib/TextColumnDescription.d.ts +6 -5
- package/lib/TextHeaderDescription.d.ts +1 -0
- package/lib/WebActionStripDescription.d.ts +27 -1
- package/lib/WebColumnDescription.d.ts +46 -64
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +0 -3
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
- package/lib/WebGridDescription.d.ts +17 -27
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
- package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
- package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebPivotGridDescription.d.ts +15 -21
- package/lib/WebRowDirectiveDescription.d.ts +2 -5
- package/lib/WebTreeGridDescription.d.ts +10 -13
- package/package.json +1 -1
- package/public_api.d.ts +4 -8
- package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
- package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
- package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
- package/esm5/lib/WebActionStripDescription_combined.js +0 -157
- package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
- package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
- package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
- package/lib/WebActionStripDescription_combined.d.ts +0 -49
- package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
- package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
|
@@ -14,25 +14,22 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(WebGridDescription, _super);
|
|
15
15
|
function WebGridDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
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.hn = false;
|
|
34
|
-
_this.hv = null;
|
|
35
|
-
_this.h2 = null;
|
|
17
|
+
_this.gp = false;
|
|
18
|
+
_this.g1 = null;
|
|
19
|
+
_this.gz = null;
|
|
20
|
+
_this.g5 = null;
|
|
21
|
+
_this.gy = null;
|
|
22
|
+
_this.gv = 0;
|
|
23
|
+
_this.gk = null;
|
|
24
|
+
_this.gj = null;
|
|
25
|
+
_this.gq = false;
|
|
26
|
+
_this.gn = null;
|
|
27
|
+
_this.g0 = null;
|
|
28
|
+
_this.g2 = null;
|
|
29
|
+
_this.g4 = null;
|
|
30
|
+
_this.gr = false;
|
|
31
|
+
_this.gx = null;
|
|
32
|
+
_this.g3 = null;
|
|
36
33
|
return _this;
|
|
37
34
|
}
|
|
38
35
|
WebGridDescription.prototype.get_type = function () {
|
|
@@ -40,10 +37,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
37
|
};
|
|
41
38
|
Object.defineProperty(WebGridDescription.prototype, "groupsExpanded", {
|
|
42
39
|
get: function () {
|
|
43
|
-
return this.
|
|
40
|
+
return this.gp;
|
|
44
41
|
},
|
|
45
42
|
set: function (a) {
|
|
46
|
-
this.
|
|
43
|
+
this.gp = a;
|
|
47
44
|
this.g("GroupsExpanded");
|
|
48
45
|
},
|
|
49
46
|
enumerable: false,
|
|
@@ -51,10 +48,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
48
|
});
|
|
52
49
|
Object.defineProperty(WebGridDescription.prototype, "dropAreaTemplateRef", {
|
|
53
50
|
get: function () {
|
|
54
|
-
return this.
|
|
51
|
+
return this.g1;
|
|
55
52
|
},
|
|
56
53
|
set: function (a) {
|
|
57
|
-
this.
|
|
54
|
+
this.g1 = a;
|
|
58
55
|
this.g("DropAreaTemplateRef");
|
|
59
56
|
},
|
|
60
57
|
enumerable: false,
|
|
@@ -62,10 +59,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
62
59
|
});
|
|
63
60
|
Object.defineProperty(WebGridDescription.prototype, "detailTemplateRef", {
|
|
64
61
|
get: function () {
|
|
65
|
-
return this.
|
|
62
|
+
return this.gz;
|
|
66
63
|
},
|
|
67
64
|
set: function (a) {
|
|
68
|
-
this.
|
|
65
|
+
this.gz = a;
|
|
69
66
|
this.g("DetailTemplateRef");
|
|
70
67
|
},
|
|
71
68
|
enumerable: false,
|
|
@@ -73,54 +70,32 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
73
70
|
});
|
|
74
71
|
Object.defineProperty(WebGridDescription.prototype, "id", {
|
|
75
72
|
get: function () {
|
|
76
|
-
return this.
|
|
73
|
+
return this.g5;
|
|
77
74
|
},
|
|
78
75
|
set: function (a) {
|
|
79
|
-
this.
|
|
76
|
+
this.g5 = a;
|
|
80
77
|
this.g("Id");
|
|
81
78
|
},
|
|
82
79
|
enumerable: false,
|
|
83
80
|
configurable: true
|
|
84
81
|
});
|
|
85
|
-
Object.defineProperty(WebGridDescription.prototype, "groupsRecords", {
|
|
86
|
-
get: function () {
|
|
87
|
-
return this.hf;
|
|
88
|
-
},
|
|
89
|
-
set: function (a) {
|
|
90
|
-
this.hf = a;
|
|
91
|
-
this.g("GroupsRecords");
|
|
92
|
-
},
|
|
93
|
-
enumerable: false,
|
|
94
|
-
configurable: true
|
|
95
|
-
});
|
|
96
82
|
Object.defineProperty(WebGridDescription.prototype, "dataRef", {
|
|
97
83
|
get: function () {
|
|
98
|
-
return this.
|
|
84
|
+
return this.gy;
|
|
99
85
|
},
|
|
100
86
|
set: function (a) {
|
|
101
|
-
this.
|
|
87
|
+
this.gy = a;
|
|
102
88
|
this.g("DataRef");
|
|
103
89
|
},
|
|
104
90
|
enumerable: false,
|
|
105
91
|
configurable: true
|
|
106
92
|
});
|
|
107
|
-
Object.defineProperty(WebGridDescription.prototype, "filteredData", {
|
|
108
|
-
get: function () {
|
|
109
|
-
return this.ht;
|
|
110
|
-
},
|
|
111
|
-
set: function (a) {
|
|
112
|
-
this.ht = a;
|
|
113
|
-
this.g("FilteredData");
|
|
114
|
-
},
|
|
115
|
-
enumerable: false,
|
|
116
|
-
configurable: true
|
|
117
|
-
});
|
|
118
93
|
Object.defineProperty(WebGridDescription.prototype, "totalItemCount", {
|
|
119
94
|
get: function () {
|
|
120
|
-
return this.
|
|
95
|
+
return this.gv;
|
|
121
96
|
},
|
|
122
97
|
set: function (a) {
|
|
123
|
-
this.
|
|
98
|
+
this.gv = a;
|
|
124
99
|
this.g("TotalItemCount");
|
|
125
100
|
},
|
|
126
101
|
enumerable: false,
|
|
@@ -128,10 +103,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
128
103
|
});
|
|
129
104
|
Object.defineProperty(WebGridDescription.prototype, "groupingExpressions", {
|
|
130
105
|
get: function () {
|
|
131
|
-
return this.
|
|
106
|
+
return this.gk;
|
|
132
107
|
},
|
|
133
108
|
set: function (a) {
|
|
134
|
-
this.
|
|
109
|
+
this.gk = a;
|
|
135
110
|
this.g("GroupingExpressions");
|
|
136
111
|
},
|
|
137
112
|
enumerable: false,
|
|
@@ -139,10 +114,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
139
114
|
});
|
|
140
115
|
Object.defineProperty(WebGridDescription.prototype, "groupingExpansionState", {
|
|
141
116
|
get: function () {
|
|
142
|
-
return this.
|
|
117
|
+
return this.gj;
|
|
143
118
|
},
|
|
144
119
|
set: function (a) {
|
|
145
|
-
this.
|
|
120
|
+
this.gj = a;
|
|
146
121
|
this.g("GroupingExpansionState");
|
|
147
122
|
},
|
|
148
123
|
enumerable: false,
|
|
@@ -150,10 +125,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
125
|
});
|
|
151
126
|
Object.defineProperty(WebGridDescription.prototype, "hideGroupedColumns", {
|
|
152
127
|
get: function () {
|
|
153
|
-
return this.
|
|
128
|
+
return this.gq;
|
|
154
129
|
},
|
|
155
130
|
set: function (a) {
|
|
156
|
-
this.
|
|
131
|
+
this.gq = a;
|
|
157
132
|
this.g("HideGroupedColumns");
|
|
158
133
|
},
|
|
159
134
|
enumerable: false,
|
|
@@ -161,10 +136,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
161
136
|
});
|
|
162
137
|
Object.defineProperty(WebGridDescription.prototype, "groupStrategy", {
|
|
163
138
|
get: function () {
|
|
164
|
-
return this.
|
|
139
|
+
return this.gn;
|
|
165
140
|
},
|
|
166
141
|
set: function (a) {
|
|
167
|
-
this.
|
|
142
|
+
this.gn = a;
|
|
168
143
|
this.g("GroupStrategy");
|
|
169
144
|
},
|
|
170
145
|
enumerable: false,
|
|
@@ -172,10 +147,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
172
147
|
});
|
|
173
148
|
Object.defineProperty(WebGridDescription.prototype, "dropAreaMessage", {
|
|
174
149
|
get: function () {
|
|
175
|
-
return this.
|
|
150
|
+
return this.g0;
|
|
176
151
|
},
|
|
177
152
|
set: function (a) {
|
|
178
|
-
this.
|
|
153
|
+
this.g0 = a;
|
|
179
154
|
this.g("DropAreaMessage");
|
|
180
155
|
},
|
|
181
156
|
enumerable: false,
|
|
@@ -183,10 +158,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
183
158
|
});
|
|
184
159
|
Object.defineProperty(WebGridDescription.prototype, "groupByRowSelectorTemplateRef", {
|
|
185
160
|
get: function () {
|
|
186
|
-
return this.
|
|
161
|
+
return this.g2;
|
|
187
162
|
},
|
|
188
163
|
set: function (a) {
|
|
189
|
-
this.
|
|
164
|
+
this.g2 = a;
|
|
190
165
|
this.g("GroupByRowSelectorTemplateRef");
|
|
191
166
|
},
|
|
192
167
|
enumerable: false,
|
|
@@ -194,32 +169,21 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
194
169
|
});
|
|
195
170
|
Object.defineProperty(WebGridDescription.prototype, "groupRowTemplateRef", {
|
|
196
171
|
get: function () {
|
|
197
|
-
return this.
|
|
172
|
+
return this.g4;
|
|
198
173
|
},
|
|
199
174
|
set: function (a) {
|
|
200
|
-
this.
|
|
175
|
+
this.g4 = a;
|
|
201
176
|
this.g("GroupRowTemplateRef");
|
|
202
177
|
},
|
|
203
178
|
enumerable: false,
|
|
204
179
|
configurable: true
|
|
205
180
|
});
|
|
206
|
-
Object.defineProperty(WebGridDescription.prototype, "groupAreaTemplateRef", {
|
|
207
|
-
get: function () {
|
|
208
|
-
return this.h0;
|
|
209
|
-
},
|
|
210
|
-
set: function (a) {
|
|
211
|
-
this.h0 = a;
|
|
212
|
-
this.g("GroupAreaTemplateRef");
|
|
213
|
-
},
|
|
214
|
-
enumerable: false,
|
|
215
|
-
configurable: true
|
|
216
|
-
});
|
|
217
181
|
Object.defineProperty(WebGridDescription.prototype, "showGroupArea", {
|
|
218
182
|
get: function () {
|
|
219
|
-
return this.
|
|
183
|
+
return this.gr;
|
|
220
184
|
},
|
|
221
185
|
set: function (a) {
|
|
222
|
-
this.
|
|
186
|
+
this.gr = a;
|
|
223
187
|
this.g("ShowGroupArea");
|
|
224
188
|
},
|
|
225
189
|
enumerable: false,
|
|
@@ -227,10 +191,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
227
191
|
});
|
|
228
192
|
Object.defineProperty(WebGridDescription.prototype, "dataPreLoadRef", {
|
|
229
193
|
get: function () {
|
|
230
|
-
return this.
|
|
194
|
+
return this.gx;
|
|
231
195
|
},
|
|
232
196
|
set: function (a) {
|
|
233
|
-
this.
|
|
197
|
+
this.gx = a;
|
|
234
198
|
this.g("DataPreLoadRef");
|
|
235
199
|
},
|
|
236
200
|
enumerable: false,
|
|
@@ -238,10 +202,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
238
202
|
});
|
|
239
203
|
Object.defineProperty(WebGridDescription.prototype, "groupingDoneRef", {
|
|
240
204
|
get: function () {
|
|
241
|
-
return this.
|
|
205
|
+
return this.g3;
|
|
242
206
|
},
|
|
243
207
|
set: function (a) {
|
|
244
|
-
this.
|
|
208
|
+
this.g3 = a;
|
|
245
209
|
this.g("GroupingDoneRef");
|
|
246
210
|
},
|
|
247
211
|
enumerable: false,
|
|
@@ -16,7 +16,6 @@ import { WebGridToolbarPinningDescriptionMetadata } from "./WebGridToolbarPinnin
|
|
|
16
16
|
import { WebGridToolbarAdvancedFilteringDescriptionMetadata } from "./WebGridToolbarAdvancedFilteringDescriptionMetadata";
|
|
17
17
|
import { WebGridToolbarBaseActionDescriptionMetadata } from "./WebGridToolbarBaseActionDescriptionMetadata";
|
|
18
18
|
import { WebGridToolbarContentDescriptionMetadata } from "./WebGridToolbarContentDescriptionMetadata";
|
|
19
|
-
import { WebGroupByRecordDescriptionMetadata } from "./WebGroupByRecordDescriptionMetadata";
|
|
20
19
|
import { WebGroupingExpressionDescriptionMetadata } from "./WebGroupingExpressionDescriptionMetadata";
|
|
21
20
|
import { WebGroupByExpandStateDescriptionMetadata } from "./WebGroupByExpandStateDescriptionMetadata";
|
|
22
21
|
import { WebGridGroupingStrategyDescriptionMetadata } from "./WebGridGroupingStrategyDescriptionMetadata";
|
|
@@ -42,7 +41,6 @@ var WebGridDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
42
41
|
}
|
|
43
42
|
a.ab(WebGridDescriptionMetadata.a);
|
|
44
43
|
WebGridDescriptionMetadata.f(a);
|
|
45
|
-
WebGroupByRecordDescriptionMetadata.d(a);
|
|
46
44
|
WebGroupingExpressionDescriptionMetadata.d(a);
|
|
47
45
|
WebGroupByExpandStateDescriptionMetadata.d(a);
|
|
48
46
|
WebGridGroupingStrategyDescriptionMetadata.d(a);
|
|
@@ -64,9 +62,7 @@ var WebGridDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
64
62
|
a.item("DropAreaTemplateRef", "(w:DropAreaTemplate,wf:DropAreaTemplate)TemplateRef::object");
|
|
65
63
|
a.item("DetailTemplateRef", "(w:DetailTemplate,wf:DetailTemplate)TemplateRef::object");
|
|
66
64
|
a.item("Id", "String");
|
|
67
|
-
a.item("GroupsRecords", "Array:WebGroupByRecordDescription:GroupByRecord");
|
|
68
65
|
a.item("DataRef", "(w:Data,wf:Data)DataRef::object");
|
|
69
|
-
a.item("FilteredData", "Unknown");
|
|
70
66
|
a.item("TotalItemCount", "Number:double");
|
|
71
67
|
a.item("GroupingExpressions", "Array:WebGroupingExpressionDescription:GroupingExpression");
|
|
72
68
|
a.item("GroupingExpressions@mustSetInCode", "WebComponents;Blazor");
|
|
@@ -76,7 +72,6 @@ var WebGridDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
76
72
|
a.item("DropAreaMessage", "String");
|
|
77
73
|
a.item("GroupByRowSelectorTemplateRef", "(w:GroupByRowSelectorTemplate,wf:GroupByRowSelectorTemplate)TemplateRef::object");
|
|
78
74
|
a.item("GroupRowTemplateRef", "(w:GroupRowTemplate,wf:GroupRowTemplate)TemplateRef::object");
|
|
79
|
-
a.item("GroupAreaTemplateRef", "(w:GroupAreaTemplate,wf:GroupAreaTemplate)TemplateRef::object");
|
|
80
75
|
a.item("ShowGroupArea", "Boolean");
|
|
81
76
|
a.item("DataPreLoadRef", "EventRef::dataPreLoad:customEvent");
|
|
82
77
|
a.item("GroupingDoneRef", "EventRef::groupingDone:customEvent");
|
|
@@ -14,10 +14,10 @@ var WebGridEditingActionsDescription = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
14
14
|
__extends(WebGridEditingActionsDescription, _super);
|
|
15
15
|
function WebGridEditingActionsDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
17
|
+
_this.n = false;
|
|
18
|
+
_this.p = false;
|
|
19
|
+
_this.o = false;
|
|
20
|
+
_this.m = false;
|
|
21
21
|
return _this;
|
|
22
22
|
}
|
|
23
23
|
WebGridEditingActionsDescription.prototype.get_type = function () {
|
|
@@ -25,10 +25,10 @@ var WebGridEditingActionsDescription = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
25
25
|
};
|
|
26
26
|
Object.defineProperty(WebGridEditingActionsDescription.prototype, "addRow", {
|
|
27
27
|
get: function () {
|
|
28
|
-
return this.
|
|
28
|
+
return this.n;
|
|
29
29
|
},
|
|
30
30
|
set: function (a) {
|
|
31
|
-
this.
|
|
31
|
+
this.n = a;
|
|
32
32
|
this.g("AddRow");
|
|
33
33
|
},
|
|
34
34
|
enumerable: false,
|
|
@@ -36,10 +36,10 @@ var WebGridEditingActionsDescription = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(WebGridEditingActionsDescription.prototype, "editRow", {
|
|
38
38
|
get: function () {
|
|
39
|
-
return this.
|
|
39
|
+
return this.p;
|
|
40
40
|
},
|
|
41
41
|
set: function (a) {
|
|
42
|
-
this.
|
|
42
|
+
this.p = a;
|
|
43
43
|
this.g("EditRow");
|
|
44
44
|
},
|
|
45
45
|
enumerable: false,
|
|
@@ -47,10 +47,10 @@ var WebGridEditingActionsDescription = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(WebGridEditingActionsDescription.prototype, "deleteRow", {
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.
|
|
50
|
+
return this.o;
|
|
51
51
|
},
|
|
52
52
|
set: function (a) {
|
|
53
|
-
this.
|
|
53
|
+
this.o = a;
|
|
54
54
|
this.g("DeleteRow");
|
|
55
55
|
},
|
|
56
56
|
enumerable: false,
|
|
@@ -58,10 +58,10 @@ var WebGridEditingActionsDescription = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(WebGridEditingActionsDescription.prototype, "addChild", {
|
|
60
60
|
get: function () {
|
|
61
|
-
return this.
|
|
61
|
+
return this.m;
|
|
62
62
|
},
|
|
63
63
|
set: function (a) {
|
|
64
|
-
this.
|
|
64
|
+
this.m = a;
|
|
65
65
|
this.g("AddChild");
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebPivotConfigurationChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebPivotConfigurationChangedEventArgsDescription, _super);
|
|
15
|
+
function WebPivotConfigurationChangedEventArgsDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.h = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
WebPivotConfigurationChangedEventArgsDescription.prototype.get_type = function () {
|
|
21
|
+
return "WebPivotConfigurationChangedEventArgs";
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(WebPivotConfigurationChangedEventArgsDescription.prototype, "type", {
|
|
24
|
+
get: function () {
|
|
25
|
+
return this.get_type();
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(WebPivotConfigurationChangedEventArgsDescription.prototype, "detail", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.h;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.h = a;
|
|
36
|
+
this.g("Detail");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
WebPivotConfigurationChangedEventArgsDescription.$t = markType(WebPivotConfigurationChangedEventArgsDescription, 'WebPivotConfigurationChangedEventArgsDescription', Description.$);
|
|
42
|
+
WebPivotConfigurationChangedEventArgsDescription.__marshalByValue = true;
|
|
43
|
+
WebPivotConfigurationChangedEventArgsDescription.__marshalByValueAlias = "PivotConfigurationChangedEventArgs";
|
|
44
|
+
return WebPivotConfigurationChangedEventArgsDescription;
|
|
45
|
+
}(Description));
|
|
46
|
+
export { WebPivotConfigurationChangedEventArgsDescription };
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata } from "./WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata";
|
|
11
|
+
import { WebPivotConfigurationChangedEventArgsDescription } from "./WebPivotConfigurationChangedEventArgsDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var WebPivotConfigurationChangedEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(WebPivotConfigurationChangedEventArgsDescriptionMetadata, _super);
|
|
17
|
+
function WebPivotConfigurationChangedEventArgsDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (WebPivotConfigurationChangedEventArgsDescriptionMetadata.a == null) {
|
|
22
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.c(WebPivotConfigurationChangedEventArgsDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.k(WebPivotConfigurationChangedEventArgsDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.ab(WebPivotConfigurationChangedEventArgsDescriptionMetadata.a);
|
|
29
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d(a);
|
|
30
|
+
};
|
|
31
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.c = function (a) {
|
|
32
|
+
a.item("__qualifiedNameTS", "String:PivotConfigurationChangedEventArgs");
|
|
33
|
+
a.item("__isPlainObject", "Boolean");
|
|
34
|
+
a.item("__skipSuffix", "Boolean");
|
|
35
|
+
a.item("Detail", "ExportedType:WebPivotConfigurationChangedEventArgsDetail");
|
|
36
|
+
};
|
|
37
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.d = function (a) {
|
|
38
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.b(a);
|
|
39
|
+
a.ad("WebPivotConfigurationChangedEventArgs", function () { return new WebPivotConfigurationChangedEventArgsDescription(); });
|
|
40
|
+
a.ac("WebPivotConfigurationChangedEventArgs", WebPivotConfigurationChangedEventArgsDescriptionMetadata.a);
|
|
41
|
+
};
|
|
42
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.$t = markType(WebPivotConfigurationChangedEventArgsDescriptionMetadata, 'WebPivotConfigurationChangedEventArgsDescriptionMetadata');
|
|
43
|
+
WebPivotConfigurationChangedEventArgsDescriptionMetadata.a = null;
|
|
44
|
+
return WebPivotConfigurationChangedEventArgsDescriptionMetadata;
|
|
45
|
+
}(Base));
|
|
46
|
+
export { WebPivotConfigurationChangedEventArgsDescriptionMetadata };
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebPivotConfigurationChangedEventArgsDetailDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebPivotConfigurationChangedEventArgsDetailDescription, _super);
|
|
15
|
+
function WebPivotConfigurationChangedEventArgsDetailDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.h = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
WebPivotConfigurationChangedEventArgsDetailDescription.prototype.get_type = function () {
|
|
21
|
+
return "WebPivotConfigurationChangedEventArgsDetail";
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(WebPivotConfigurationChangedEventArgsDetailDescription.prototype, "type", {
|
|
24
|
+
get: function () {
|
|
25
|
+
return this.get_type();
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(WebPivotConfigurationChangedEventArgsDetailDescription.prototype, "pivotConfiguration", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.h;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.h = a;
|
|
36
|
+
this.g("PivotConfiguration");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
WebPivotConfigurationChangedEventArgsDetailDescription.$t = markType(WebPivotConfigurationChangedEventArgsDetailDescription, 'WebPivotConfigurationChangedEventArgsDetailDescription', Description.$);
|
|
42
|
+
WebPivotConfigurationChangedEventArgsDetailDescription.__marshalByValue = true;
|
|
43
|
+
WebPivotConfigurationChangedEventArgsDetailDescription.__marshalByValueAlias = "PivotConfigurationChangedEventArgsDetail";
|
|
44
|
+
return WebPivotConfigurationChangedEventArgsDetailDescription;
|
|
45
|
+
}(Description));
|
|
46
|
+
export { WebPivotConfigurationChangedEventArgsDetailDescription };
|
|
@@ -0,0 +1,50 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebPivotConfigurationDescriptionMetadata } from "./WebPivotConfigurationDescriptionMetadata";
|
|
11
|
+
import { WebPivotConfigurationChangedEventArgsDetailDescription } from "./WebPivotConfigurationChangedEventArgsDetailDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata, _super);
|
|
17
|
+
function WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a == null) {
|
|
22
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.c(WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.k(WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.ab(WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a);
|
|
29
|
+
WebPivotConfigurationDescriptionMetadata.d(a);
|
|
30
|
+
};
|
|
31
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.c = function (a) {
|
|
32
|
+
a.item("__qualifiedNameTS", "String:PivotConfigurationChangedEventArgsDetail");
|
|
33
|
+
a.item("__packageNameWC", "String:grids");
|
|
34
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
35
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
36
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
37
|
+
a.item("__isPlainObject", "Boolean");
|
|
38
|
+
a.item("__skipSuffix", "Boolean");
|
|
39
|
+
a.item("PivotConfiguration", "ExportedType:WebPivotConfiguration");
|
|
40
|
+
};
|
|
41
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d = function (a) {
|
|
42
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.b(a);
|
|
43
|
+
a.ad("WebPivotConfigurationChangedEventArgsDetail", function () { return new WebPivotConfigurationChangedEventArgsDetailDescription(); });
|
|
44
|
+
a.ac("WebPivotConfigurationChangedEventArgsDetail", WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a);
|
|
45
|
+
};
|
|
46
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.$t = markType(WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata, 'WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata');
|
|
47
|
+
WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.a = null;
|
|
48
|
+
return WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata;
|
|
49
|
+
}(Base));
|
|
50
|
+
export { WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata };
|
|
@@ -37,6 +37,7 @@ var WebPivotGridColumnDescriptionMetadata = /** @class */ /*@__PURE__*/ (functio
|
|
|
37
37
|
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
38
38
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
39
39
|
a.item("__isPlainObject", "Boolean");
|
|
40
|
+
a.item("__skipSuffix", "Boolean");
|
|
40
41
|
a.item("Field", "String");
|
|
41
42
|
a.item("Dimensions", "Array:WebPivotDimensionDescription:PivotDimension");
|
|
42
43
|
a.item("Value", "ExportedType:WebPivotValue");
|