igniteui-webcomponents-grids 4.7.2-beta.1 → 4.7.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-webcomponents-grids.umd.js +940 -828
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +720 -662
- package/esm2015/lib/PropertyEditorView_combined.js +5 -5
- package/esm2015/lib/igc-multi-column-combo-box-component.js +244 -214
- package/esm5/lib/MultiColumnComboBoxView_combined.js +680 -610
- package/esm5/lib/PropertyEditorView_combined.js +5 -5
- package/esm5/lib/igc-multi-column-combo-box-component.js +256 -214
- package/fesm2015/igniteui-webcomponents-grids.js +968 -880
- package/fesm5/igniteui-webcomponents-grids.js +940 -828
- package/grids/combined.js +23 -7
- package/grids/lib/igc-column-component.d.ts +1 -3
- package/grids/lib/igc-position-settings.d.ts +2 -2
- package/grids/lib/igc-row-selector-template-details.d.ts +3 -1
- package/lib/MultiColumnComboBoxView_combined.d.ts +226 -215
- package/lib/igc-multi-column-combo-box-component.d.ts +15 -0
- package/package.json +4 -4
package/grids/combined.js
CHANGED
|
@@ -40526,7 +40526,7 @@ var gg = class extends Ri {
|
|
|
40526
40526
|
}
|
|
40527
40527
|
get defaultTargetBodyHeight() {
|
|
40528
40528
|
let t10 = this.dataLength;
|
|
40529
|
-
return this.
|
|
40529
|
+
return this.renderedActualRowHeight * Math.min(this._defaultTargetRecordNumber, this.paginator ? Math.min(t10, this.paginator.perPage) : t10);
|
|
40530
40530
|
}
|
|
40531
40531
|
get renderedRowHeight() {
|
|
40532
40532
|
return this.rowHeight + 1;
|
|
@@ -41178,12 +41178,20 @@ var gg = class extends Ri {
|
|
|
41178
41178
|
for (let r5 of i2)
|
|
41179
41179
|
if (!r5.autoSize && r5.headerCell) {
|
|
41180
41180
|
let s10 = [];
|
|
41181
|
-
|
|
41181
|
+
r5._cells.length !== this.rowList.length && this.rowList.forEach((v10) => v10.cdr.detectChanges());
|
|
41182
|
+
let a = this._dataRowList.map((v10) => v10.cells.find((y5) => y5.column === r5));
|
|
41183
|
+
a.forEach((v10) => s10.push(v10?.nativeElement?.offsetWidth || 0));
|
|
41184
|
+
let l10 = Math.max(...s10), c = 0;
|
|
41185
|
+
if (a.length > 0 && r5.bodyTemplate) {
|
|
41186
|
+
let v10 = this.document.defaultView.getComputedStyle(a[0].nativeElement);
|
|
41187
|
+
c = parseFloat(v10.paddingLeft) + parseFloat(v10.paddingRight);
|
|
41188
|
+
}
|
|
41189
|
+
if (l10 === 0 || l10 <= c)
|
|
41182
41190
|
continue;
|
|
41183
|
-
let
|
|
41184
|
-
s10.push(
|
|
41185
|
-
let
|
|
41186
|
-
r5.maxWidth &&
|
|
41191
|
+
let p10 = this.headerCellList.find((v10) => v10.column === r5);
|
|
41192
|
+
s10.push(p10.nativeElement.offsetWidth);
|
|
41193
|
+
let g = Math.ceil(Math.max(...s10)) + 1;
|
|
41194
|
+
r5.maxWidth && g > r5.maxWidthPx ? g = r5.maxWidthPx : g < r5.minWidthPx && (g = r5.minWidthPx), r5.autoSize = g, r5.resetCaches(), n = true;
|
|
41187
41195
|
}
|
|
41188
41196
|
n && (this.resetCachedWidths(), this.cdr.detectChanges());
|
|
41189
41197
|
}
|
|
@@ -41274,6 +41282,14 @@ var gg = class extends Ri {
|
|
|
41274
41282
|
let e = { direction: "horizontal", event: t10, scrollPosition: this.headerContainer.scrollPosition };
|
|
41275
41283
|
this.gridScroll.emit(e);
|
|
41276
41284
|
}
|
|
41285
|
+
get renderedActualRowHeight() {
|
|
41286
|
+
let t10 = 1;
|
|
41287
|
+
if (this.rowList.toArray().length > 0) {
|
|
41288
|
+
let n = document.defaultView.getComputedStyle(this.rowList.first.nativeElement);
|
|
41289
|
+
t10 = Math.ceil(parseFloat(n.borderBottomWidth));
|
|
41290
|
+
}
|
|
41291
|
+
return this.rowHeight + t10;
|
|
41292
|
+
}
|
|
41277
41293
|
executeCallback(t10, n = -1, e = null) {
|
|
41278
41294
|
if (!e)
|
|
41279
41295
|
return;
|
|
@@ -44079,7 +44095,7 @@ var dn = (() => {
|
|
|
44079
44095
|
}
|
|
44080
44096
|
get defaultTargetBodyHeight() {
|
|
44081
44097
|
let e = this.totalItemCount || this.dataLength;
|
|
44082
|
-
return this.
|
|
44098
|
+
return this.renderedActualRowHeight * Math.min(this._defaultTargetRecordNumber, this.paginator ? Math.min(e, this.perPage) : e);
|
|
44083
44099
|
}
|
|
44084
44100
|
getGroupAreaHeight() {
|
|
44085
44101
|
return this.groupArea ? this.getComputedHeight(this.groupArea.nativeElement) : 0;
|
|
@@ -255,8 +255,6 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
/**
|
|
258
|
-
* @deprecated in version 13.1.0. Use `IgxGridComponent.moving` instead.
|
|
259
|
-
*
|
|
260
258
|
* Sets/gets whether the column is movable.
|
|
261
259
|
* Default value is `false`.
|
|
262
260
|
*
|
|
@@ -267,7 +265,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
267
265
|
* <igx-column [movable] = "true"></igx-column>
|
|
268
266
|
* ```
|
|
269
267
|
*
|
|
270
|
-
* @
|
|
268
|
+
* @deprecated in version 13.1.0. Use the Grid's `moving` property instead.
|
|
271
269
|
*/
|
|
272
270
|
public set movable(value: boolean);
|
|
273
271
|
public get movable(): boolean;
|
|
@@ -14,9 +14,9 @@ import { IgcSize } from './igc-size';
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
|
-
* @deprecated in version 10.2.0. Set the target point/element in the overlay settings instead
|
|
18
|
-
*
|
|
19
17
|
* Attaching target for the component to show
|
|
18
|
+
*
|
|
19
|
+
* @deprecated in version 10.2.0. Set the target point/element in the overlay settings instead
|
|
20
20
|
*/
|
|
21
21
|
public target?: HTMLElement | Point;
|
|
22
22
|
|
|
@@ -83,7 +83,7 @@ export declare class MultiColumnComboBoxView extends Base {
|
|
|
83
83
|
b3(a: number, b: any): void;
|
|
84
84
|
private o;
|
|
85
85
|
a3(): void;
|
|
86
|
-
private
|
|
86
|
+
private c4;
|
|
87
87
|
b(): IDataSource;
|
|
88
88
|
private q;
|
|
89
89
|
private a8;
|
|
@@ -110,28 +110,28 @@ export declare class MultiColumnComboBoxView extends Base {
|
|
|
110
110
|
cl(a: string): void;
|
|
111
111
|
ck(a: any): void;
|
|
112
112
|
cm(): void;
|
|
113
|
-
|
|
113
|
+
cu(): void;
|
|
114
114
|
private co;
|
|
115
|
-
private cr;
|
|
116
115
|
private ct;
|
|
117
|
-
private cu;
|
|
118
116
|
private cv;
|
|
119
|
-
cn(a: ColumnWidth): void;
|
|
120
|
-
cq(): void;
|
|
121
117
|
private cw;
|
|
122
|
-
cx
|
|
118
|
+
private cx;
|
|
119
|
+
cn(a: ColumnWidth): void;
|
|
120
|
+
cr(): void;
|
|
121
|
+
private cy;
|
|
122
|
+
cz(): void;
|
|
123
123
|
private av;
|
|
124
|
-
|
|
124
|
+
c0(): void;
|
|
125
125
|
cg(a: boolean): void;
|
|
126
126
|
private z;
|
|
127
|
-
private
|
|
127
|
+
private c1;
|
|
128
128
|
a6(a: boolean): void;
|
|
129
129
|
ce(): void;
|
|
130
130
|
ci(a: string): void;
|
|
131
131
|
protected get al(): DomWrapper;
|
|
132
132
|
protected get g(): MultiColumnComboBox;
|
|
133
133
|
get ad(): DomRenderer;
|
|
134
|
-
|
|
134
|
+
c2(): void;
|
|
135
135
|
private a2;
|
|
136
136
|
private ax;
|
|
137
137
|
private a4;
|
|
@@ -150,8 +150,10 @@ export declare class MultiColumnComboBoxView extends Base {
|
|
|
150
150
|
private bm;
|
|
151
151
|
private bn;
|
|
152
152
|
private bo;
|
|
153
|
-
private
|
|
153
|
+
private c3;
|
|
154
|
+
cq(): void;
|
|
154
155
|
cp(): void;
|
|
156
|
+
cs(): void;
|
|
155
157
|
}
|
|
156
158
|
/**
|
|
157
159
|
* @hidden
|
|
@@ -159,35 +161,35 @@ export declare class MultiColumnComboBoxView extends Base {
|
|
|
159
161
|
export declare class MultiColumnComboBox extends Base implements INotifyPropertyChanged {
|
|
160
162
|
static $t: Type;
|
|
161
163
|
static ag: BaseControlTheme;
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
ci: number;
|
|
166
|
-
id: Thickness;
|
|
167
|
-
gp: CornerRadius;
|
|
168
|
-
hu: Brush;
|
|
169
|
-
cj: number;
|
|
170
|
-
hv: Brush;
|
|
171
|
-
ck: number;
|
|
172
|
-
cl: number;
|
|
173
|
-
hw: Brush;
|
|
174
|
-
cm: number;
|
|
175
|
-
cn: number;
|
|
176
|
-
hx: Brush;
|
|
164
|
+
dd: any;
|
|
165
|
+
h1: Brush;
|
|
166
|
+
h2: Brush;
|
|
177
167
|
co: number;
|
|
178
|
-
|
|
168
|
+
io: Thickness;
|
|
169
|
+
gy: CornerRadius;
|
|
170
|
+
h3: Brush;
|
|
179
171
|
cp: number;
|
|
172
|
+
h4: Brush;
|
|
180
173
|
cq: number;
|
|
181
174
|
cr: number;
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
175
|
+
h5: Brush;
|
|
176
|
+
cs: number;
|
|
177
|
+
ct: number;
|
|
178
|
+
h6: Brush;
|
|
179
|
+
cu: number;
|
|
180
|
+
h7: Brush;
|
|
181
|
+
cv: number;
|
|
182
|
+
cw: number;
|
|
183
|
+
cx: number;
|
|
184
|
+
static hy: Brush;
|
|
185
|
+
static h0: Brush;
|
|
186
|
+
static hz: Brush;
|
|
185
187
|
constructor();
|
|
186
188
|
private a5;
|
|
187
189
|
private get a6();
|
|
188
190
|
protected u(): MultiColumnComboBoxView;
|
|
189
|
-
protected
|
|
190
|
-
private
|
|
191
|
+
protected gm(a: string, b: any, c: any): void;
|
|
192
|
+
private gt;
|
|
191
193
|
private a0;
|
|
192
194
|
private get a1();
|
|
193
195
|
v: MultiColumnComboBoxView;
|
|
@@ -196,54 +198,54 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
196
198
|
private a8;
|
|
197
199
|
get disallowTabFocus(): boolean;
|
|
198
200
|
set disallowTabFocus(a: boolean);
|
|
199
|
-
private
|
|
200
|
-
get
|
|
201
|
-
set
|
|
201
|
+
private bc;
|
|
202
|
+
get bq(): boolean;
|
|
203
|
+
set bq(a: boolean);
|
|
202
204
|
private c;
|
|
203
205
|
get g(): string[];
|
|
204
206
|
set g(a: string[]);
|
|
205
207
|
private m;
|
|
206
208
|
get defaultColumnWidth(): ColumnWidth;
|
|
207
209
|
set defaultColumnWidth(a: ColumnWidth);
|
|
208
|
-
private
|
|
209
|
-
get
|
|
210
|
-
set
|
|
211
|
-
private
|
|
212
|
-
get
|
|
213
|
-
set
|
|
210
|
+
private ha;
|
|
211
|
+
get hw(): Brush;
|
|
212
|
+
set hw(a: Brush);
|
|
213
|
+
private gz;
|
|
214
|
+
get hl(): Brush;
|
|
215
|
+
set hl(a: Brush);
|
|
214
216
|
private af;
|
|
215
217
|
get ai(): BaseControlTheme;
|
|
216
218
|
set ai(a: BaseControlTheme);
|
|
217
219
|
private ae;
|
|
218
220
|
get ah(): BaseControlTheme;
|
|
219
221
|
set ah(a: BaseControlTheme);
|
|
220
|
-
private
|
|
221
|
-
get
|
|
222
|
-
set
|
|
223
|
-
private
|
|
224
|
-
get
|
|
225
|
-
set
|
|
226
|
-
private
|
|
227
|
-
get
|
|
228
|
-
set
|
|
229
|
-
private
|
|
230
|
-
get
|
|
231
|
-
set
|
|
232
|
-
private
|
|
222
|
+
private hb;
|
|
223
|
+
get hx(): Brush;
|
|
224
|
+
set hx(a: Brush);
|
|
225
|
+
private g0;
|
|
226
|
+
get hm(): Brush;
|
|
227
|
+
set hm(a: Brush);
|
|
228
|
+
private b2;
|
|
229
|
+
get cm(): number;
|
|
230
|
+
set cm(a: number);
|
|
231
|
+
private bs;
|
|
232
|
+
get cc(): number;
|
|
233
|
+
set cc(a: number);
|
|
234
|
+
private bh;
|
|
233
235
|
get columnHeadersVisible(): boolean;
|
|
234
236
|
set columnHeadersVisible(a: boolean);
|
|
235
|
-
private
|
|
236
|
-
get
|
|
237
|
-
set
|
|
238
|
-
private
|
|
239
|
-
get
|
|
240
|
-
set
|
|
241
|
-
private
|
|
242
|
-
get
|
|
243
|
-
set
|
|
244
|
-
private
|
|
245
|
-
get
|
|
246
|
-
set
|
|
237
|
+
private ik;
|
|
238
|
+
get im(): Thickness;
|
|
239
|
+
set im(a: Thickness);
|
|
240
|
+
private ij;
|
|
241
|
+
get il(): Thickness;
|
|
242
|
+
set il(a: Thickness);
|
|
243
|
+
private gv;
|
|
244
|
+
get gx(): CornerRadius;
|
|
245
|
+
set gx(a: CornerRadius);
|
|
246
|
+
private gu;
|
|
247
|
+
get gw(): CornerRadius;
|
|
248
|
+
set gw(a: CornerRadius);
|
|
247
249
|
private b;
|
|
248
250
|
get f(): string[];
|
|
249
251
|
set f(a: string[]);
|
|
@@ -253,70 +255,70 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
253
255
|
private ak;
|
|
254
256
|
get am(): ControlDisplayDensity;
|
|
255
257
|
set am(a: ControlDisplayDensity);
|
|
256
|
-
private
|
|
258
|
+
private bk;
|
|
257
259
|
get dropDownButtonVisible(): boolean;
|
|
258
260
|
set dropDownButtonVisible(a: boolean);
|
|
261
|
+
private hc;
|
|
262
|
+
get h9(): Brush;
|
|
263
|
+
set h9(a: Brush);
|
|
264
|
+
private g1;
|
|
265
|
+
get hn(): Brush;
|
|
266
|
+
set hn(a: Brush);
|
|
267
|
+
private b3;
|
|
268
|
+
get cy(): number;
|
|
269
|
+
set cy(a: number);
|
|
270
|
+
private bt;
|
|
271
|
+
get cd(): number;
|
|
272
|
+
set cd(a: number);
|
|
273
|
+
private hd;
|
|
274
|
+
get ia(): Brush;
|
|
275
|
+
set ia(a: Brush);
|
|
276
|
+
private g2;
|
|
277
|
+
get ho(): Brush;
|
|
278
|
+
set ho(a: Brush);
|
|
279
|
+
private b4;
|
|
280
|
+
get cz(): number;
|
|
281
|
+
set cz(a: number);
|
|
282
|
+
private bu;
|
|
283
|
+
get ce(): number;
|
|
284
|
+
set ce(a: number);
|
|
285
|
+
private b5;
|
|
286
|
+
get c0(): number;
|
|
287
|
+
set c0(a: number);
|
|
288
|
+
private bv;
|
|
289
|
+
get cf(): number;
|
|
290
|
+
set cf(a: number);
|
|
291
|
+
private he;
|
|
292
|
+
get ib(): Brush;
|
|
293
|
+
set ib(a: Brush);
|
|
259
294
|
private g3;
|
|
260
|
-
get
|
|
261
|
-
set
|
|
262
|
-
private
|
|
263
|
-
get
|
|
264
|
-
set
|
|
295
|
+
get hp(): Brush;
|
|
296
|
+
set hp(a: Brush);
|
|
297
|
+
private b6;
|
|
298
|
+
get c1(): number;
|
|
299
|
+
set c1(a: number);
|
|
300
|
+
private bw;
|
|
301
|
+
get cg(): number;
|
|
302
|
+
set cg(a: number);
|
|
303
|
+
private b7;
|
|
304
|
+
get c2(): number;
|
|
305
|
+
set c2(a: number);
|
|
265
306
|
private bx;
|
|
266
|
-
get
|
|
267
|
-
set
|
|
268
|
-
private
|
|
269
|
-
get b7(): number;
|
|
270
|
-
set b7(a: number);
|
|
271
|
-
private g4;
|
|
272
|
-
get h1(): Brush;
|
|
273
|
-
set h1(a: Brush);
|
|
274
|
-
private gt;
|
|
275
|
-
get hf(): Brush;
|
|
276
|
-
set hf(a: Brush);
|
|
277
|
-
private by;
|
|
278
|
-
get ct(): number;
|
|
279
|
-
set ct(a: number);
|
|
280
|
-
private bo;
|
|
281
|
-
get b8(): number;
|
|
282
|
-
set b8(a: number);
|
|
283
|
-
private bz;
|
|
284
|
-
get cu(): number;
|
|
285
|
-
set cu(a: number);
|
|
286
|
-
private bp;
|
|
287
|
-
get b9(): number;
|
|
288
|
-
set b9(a: number);
|
|
289
|
-
private g5;
|
|
290
|
-
get h2(): Brush;
|
|
291
|
-
set h2(a: Brush);
|
|
292
|
-
private gu;
|
|
293
|
-
get hg(): Brush;
|
|
294
|
-
set hg(a: Brush);
|
|
295
|
-
private b0;
|
|
296
|
-
get cv(): number;
|
|
297
|
-
set cv(a: number);
|
|
298
|
-
private bq;
|
|
299
|
-
get ca(): number;
|
|
300
|
-
set ca(a: number);
|
|
301
|
-
private b1;
|
|
302
|
-
get cw(): number;
|
|
303
|
-
set cw(a: number);
|
|
304
|
-
private br;
|
|
305
|
-
get cb(): number;
|
|
306
|
-
set cb(a: number);
|
|
307
|
-
private c1;
|
|
307
|
+
get ch(): number;
|
|
308
|
+
set ch(a: number);
|
|
309
|
+
private c7;
|
|
308
310
|
get itemsSource(): any;
|
|
309
311
|
set itemsSource(a: any);
|
|
310
312
|
get actualDataSource(): IDataSource;
|
|
311
|
-
private
|
|
312
|
-
get
|
|
313
|
-
set
|
|
314
|
-
private
|
|
315
|
-
get
|
|
316
|
-
set
|
|
317
|
-
private
|
|
318
|
-
get
|
|
319
|
-
set
|
|
313
|
+
private fd;
|
|
314
|
+
get fb(): string;
|
|
315
|
+
set fb(a: string);
|
|
316
|
+
private hf;
|
|
317
|
+
get ic(): Brush;
|
|
318
|
+
set ic(a: Brush);
|
|
319
|
+
private g4;
|
|
320
|
+
get hq(): Brush;
|
|
321
|
+
set hq(a: Brush);
|
|
320
322
|
static ay: FontInfo;
|
|
321
323
|
private as;
|
|
322
324
|
get a2(): FontInfo;
|
|
@@ -324,28 +326,28 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
324
326
|
private ap;
|
|
325
327
|
get av(): FontInfo;
|
|
326
328
|
set av(a: FontInfo);
|
|
327
|
-
private
|
|
329
|
+
private be;
|
|
328
330
|
get actualLabelVisible(): boolean;
|
|
329
331
|
set actualLabelVisible(a: boolean);
|
|
330
|
-
private
|
|
331
|
-
get
|
|
332
|
-
set
|
|
333
|
-
private
|
|
332
|
+
private fg;
|
|
333
|
+
get fh(): string;
|
|
334
|
+
set fh(a: string);
|
|
335
|
+
private d1;
|
|
334
336
|
get actualNoMatchesFoundLabel(): string;
|
|
335
337
|
set actualNoMatchesFoundLabel(a: string);
|
|
336
|
-
private
|
|
337
|
-
get
|
|
338
|
-
set
|
|
339
|
-
static readonly
|
|
340
|
-
private
|
|
341
|
-
get
|
|
342
|
-
set
|
|
343
|
-
private
|
|
344
|
-
get
|
|
345
|
-
set
|
|
346
|
-
private
|
|
347
|
-
get
|
|
348
|
-
set
|
|
338
|
+
private hg;
|
|
339
|
+
get id(): Brush;
|
|
340
|
+
set id(a: Brush);
|
|
341
|
+
static readonly d3: string;
|
|
342
|
+
private g5;
|
|
343
|
+
get hr(): Brush;
|
|
344
|
+
set hr(a: Brush);
|
|
345
|
+
private hh;
|
|
346
|
+
get ie(): Brush;
|
|
347
|
+
set ie(a: Brush);
|
|
348
|
+
private g6;
|
|
349
|
+
get hs(): Brush;
|
|
350
|
+
set hs(a: Brush);
|
|
349
351
|
static az: FontInfo;
|
|
350
352
|
private at;
|
|
351
353
|
get a3(): FontInfo;
|
|
@@ -353,71 +355,71 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
353
355
|
private aq;
|
|
354
356
|
get aw(): FontInfo;
|
|
355
357
|
set aw(a: FontInfo);
|
|
356
|
-
private
|
|
357
|
-
get
|
|
358
|
-
set
|
|
359
|
-
private
|
|
358
|
+
private fo;
|
|
359
|
+
get fn(): string;
|
|
360
|
+
set fn(a: string);
|
|
361
|
+
private bb;
|
|
360
362
|
get rowSeparatorsVisible(): boolean;
|
|
361
363
|
set rowSeparatorsVisible(a: boolean);
|
|
362
|
-
static
|
|
363
|
-
private
|
|
364
|
-
get
|
|
365
|
-
set
|
|
366
|
-
private
|
|
367
|
-
get
|
|
368
|
-
set
|
|
364
|
+
static h8: Brush;
|
|
365
|
+
private hi;
|
|
366
|
+
get ig(): Brush;
|
|
367
|
+
set ig(a: Brush);
|
|
368
|
+
private g7;
|
|
369
|
+
get ht(): Brush;
|
|
370
|
+
set ht(a: Brush);
|
|
369
371
|
private au;
|
|
370
372
|
get a4(): FontInfo;
|
|
371
373
|
set a4(a: FontInfo);
|
|
372
374
|
private ar;
|
|
373
375
|
get ax(): FontInfo;
|
|
374
376
|
set ax(a: FontInfo);
|
|
375
|
-
private
|
|
376
|
-
get
|
|
377
|
-
set
|
|
378
|
-
private
|
|
379
|
-
get
|
|
380
|
-
set
|
|
381
|
-
private
|
|
382
|
-
get
|
|
383
|
-
set
|
|
384
|
-
private
|
|
385
|
-
get
|
|
386
|
-
set
|
|
387
|
-
private
|
|
388
|
-
get
|
|
389
|
-
set
|
|
390
|
-
private
|
|
391
|
-
get
|
|
392
|
-
set
|
|
393
|
-
private
|
|
394
|
-
get
|
|
395
|
-
set
|
|
396
|
-
private
|
|
397
|
-
get
|
|
398
|
-
set
|
|
399
|
-
private
|
|
400
|
-
get
|
|
401
|
-
set
|
|
402
|
-
private
|
|
403
|
-
get
|
|
404
|
-
set
|
|
405
|
-
private
|
|
406
|
-
get
|
|
407
|
-
set
|
|
408
|
-
private
|
|
409
|
-
get
|
|
410
|
-
set
|
|
377
|
+
private hj;
|
|
378
|
+
get ih(): Brush;
|
|
379
|
+
set ih(a: Brush);
|
|
380
|
+
private g8;
|
|
381
|
+
get hu(): Brush;
|
|
382
|
+
set hu(a: Brush);
|
|
383
|
+
private b8;
|
|
384
|
+
get c3(): number;
|
|
385
|
+
set c3(a: number);
|
|
386
|
+
private by;
|
|
387
|
+
get ci(): number;
|
|
388
|
+
set ci(a: number);
|
|
389
|
+
private hk;
|
|
390
|
+
get ii(): Brush;
|
|
391
|
+
set ii(a: Brush);
|
|
392
|
+
private g9;
|
|
393
|
+
get hv(): Brush;
|
|
394
|
+
set hv(a: Brush);
|
|
395
|
+
private b9;
|
|
396
|
+
get c4(): number;
|
|
397
|
+
set c4(a: number);
|
|
398
|
+
private bz;
|
|
399
|
+
get cj(): number;
|
|
400
|
+
set cj(a: number);
|
|
401
|
+
private ca;
|
|
402
|
+
get c5(): number;
|
|
403
|
+
set c5(a: number);
|
|
404
|
+
private b0;
|
|
405
|
+
get ck(): number;
|
|
406
|
+
set ck(a: number);
|
|
407
|
+
private cb;
|
|
408
|
+
get c6(): number;
|
|
409
|
+
set c6(a: number);
|
|
410
|
+
private b1;
|
|
411
|
+
get cl(): number;
|
|
412
|
+
set cl(a: number);
|
|
411
413
|
private a7;
|
|
412
|
-
get
|
|
413
|
-
set
|
|
414
|
+
get bg(): boolean;
|
|
415
|
+
set bg(a: boolean);
|
|
414
416
|
private w;
|
|
415
417
|
get x(): SortMode;
|
|
416
418
|
set x(a: SortMode);
|
|
417
|
-
private
|
|
418
|
-
get
|
|
419
|
-
set
|
|
420
|
-
private
|
|
419
|
+
private dg;
|
|
420
|
+
get fv(): string;
|
|
421
|
+
set fv(a: string);
|
|
422
|
+
private df;
|
|
421
423
|
get text(): string;
|
|
422
424
|
set text(a: string);
|
|
423
425
|
private d;
|
|
@@ -426,36 +428,45 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
426
428
|
private a;
|
|
427
429
|
get e(): string[];
|
|
428
430
|
set e(a: string[]);
|
|
429
|
-
private
|
|
431
|
+
private c8;
|
|
430
432
|
get value(): any;
|
|
431
433
|
set value(a: any);
|
|
432
434
|
private aa;
|
|
433
435
|
get ac(): InputGroupDisplayType;
|
|
434
436
|
set ac(a: InputGroupDisplayType);
|
|
435
|
-
private
|
|
437
|
+
private da;
|
|
436
438
|
p(): DataGridColumn;
|
|
437
|
-
|
|
438
|
-
private
|
|
439
|
-
private
|
|
439
|
+
e5(): string;
|
|
440
|
+
private db;
|
|
441
|
+
private e3;
|
|
440
442
|
private o;
|
|
441
|
-
private
|
|
443
|
+
private e4;
|
|
442
444
|
private h;
|
|
443
445
|
i(): string[];
|
|
444
|
-
|
|
445
|
-
private
|
|
446
|
-
private
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
private
|
|
446
|
+
gi(a: any): void;
|
|
447
|
+
private bm;
|
|
448
|
+
private gl;
|
|
449
|
+
gq(a: string): void;
|
|
450
|
+
gs(): void;
|
|
451
|
+
private gr;
|
|
450
452
|
closeUp(): void;
|
|
451
453
|
destroy(): void;
|
|
452
454
|
dropDown(): void;
|
|
453
455
|
select(): void;
|
|
454
456
|
notifySizeChanged(): void;
|
|
455
457
|
provideRenderer(a: DomRenderer): void;
|
|
456
|
-
|
|
457
|
-
|
|
458
|
+
c9(): any;
|
|
459
|
+
ew(): string;
|
|
458
460
|
l(): MultiColumnComboVisualModelExport;
|
|
461
|
+
private a9;
|
|
462
|
+
get bn(): boolean;
|
|
463
|
+
set bn(a: boolean);
|
|
464
|
+
private ba;
|
|
465
|
+
get bo(): boolean;
|
|
466
|
+
set bo(a: boolean);
|
|
467
|
+
private bd;
|
|
468
|
+
get br(): boolean;
|
|
469
|
+
set br(a: boolean);
|
|
459
470
|
gotFocus: (sender: any, args: GotFocusEventArgs) => void;
|
|
460
471
|
lostFocus: (sender: any, args: LostFocusEventArgs) => void;
|
|
461
472
|
textValueChanged: (sender: any, args: MultiColumnComboBoxTextChangedEventArgs) => void;
|
|
@@ -463,14 +474,14 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
463
474
|
keyDown: (sender: any, args: KeyEventArgs) => void;
|
|
464
475
|
change: (sender: any, args: InputChangeEventArgs) => void;
|
|
465
476
|
changing: (sender: any, args: InputChangeEventArgs) => void;
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
private
|
|
477
|
+
ge(a: GotFocusEventArgs): void;
|
|
478
|
+
gg(a: LostFocusEventArgs): void;
|
|
479
|
+
gk(a: MultiColumnComboBoxTextChangedEventArgs): void;
|
|
480
|
+
private gj;
|
|
470
481
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
471
|
-
protected
|
|
472
|
-
|
|
473
|
-
|
|
482
|
+
protected gh(a: string, b: any, c: any): void;
|
|
483
|
+
gf(a: KeyEventArgs): void;
|
|
484
|
+
gd(a: InputChangeEventArgs): void;
|
|
474
485
|
}
|
|
475
486
|
/**
|
|
476
487
|
* @hidden
|