igniteui-webcomponents-layouts 5.3.0 → 5.4.0
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-layouts.umd.js +11266 -8364
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +8 -8
- package/esm2015/lib/ComboEditorView_combined.js +27 -26
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +595 -577
- package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm2015/lib/ToolActionFieldSelector.js +7 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
- package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm2015/lib/ToolActionVisualData.js +17 -13
- package/esm2015/lib/ToolPanelContext.js +4 -1
- package/esm2015/lib/igc-list-panel-component.js +64 -54
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +191 -180
- package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
- package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +275 -250
- package/esm2015/lib/igc-tool-panel-module.js +2 -0
- package/esm2015/lib/igc-toolbar-component.js +171 -156
- package/esm2015/public_api.js +16 -0
- package/esm5/lib/ComboEditorBridge.js +8 -8
- package/esm5/lib/ComboEditorView_combined.js +27 -26
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm5/lib/ListPanelView_combined.js +592 -570
- package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm5/lib/ToolActionFieldSelector.js +7 -0
- package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
- package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm5/lib/ToolActionVisualData.js +17 -13
- package/esm5/lib/ToolPanelContext.js +4 -1
- package/esm5/lib/igc-list-panel-component.js +68 -54
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +195 -180
- package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
- package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +32 -32
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +283 -250
- package/esm5/lib/igc-tool-panel-module.js +2 -0
- package/esm5/lib/igc-toolbar-component.js +175 -156
- package/esm5/public_api.js +16 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
- package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
- package/lib/ListPanelView_combined.d.ts +147 -144
- package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
- package/lib/ToolActionFieldSelector.d.ts +1 -0
- package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
- package/lib/ToolActionVisualData.d.ts +6 -5
- package/lib/igc-list-panel-component.d.ts +5 -0
- package/lib/igc-tool-action-component.d.ts +6 -0
- package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
- package/lib/igc-tool-panel-component.d.ts +10 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +16 -0
|
@@ -92,20 +92,20 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
|
|
|
92
92
|
private a7;
|
|
93
93
|
private get a8();
|
|
94
94
|
private aa;
|
|
95
|
-
|
|
95
|
+
f3(a: NativeUIAbsolutePanel): void;
|
|
96
96
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
97
97
|
constructor();
|
|
98
|
-
private
|
|
98
|
+
private ef;
|
|
99
99
|
onSizeChanged(a: number, b: number): void;
|
|
100
100
|
viewportChanged: (sender: any, e: ListPanelViewportChangedEventArgs) => void;
|
|
101
101
|
ay: ListPanelVisualModel;
|
|
102
|
-
private
|
|
103
|
-
private
|
|
102
|
+
private dj;
|
|
103
|
+
private dk;
|
|
104
104
|
setViewport(a: number, b: number, c: number, d: number): void;
|
|
105
105
|
af(a: string[], b: number): ListPanelPrimaryKeyValue;
|
|
106
106
|
ae(a: string[], item_: any): ListPanelPrimaryKeyValue;
|
|
107
|
-
|
|
108
|
-
|
|
107
|
+
ea(a: ListPanelPrimaryKeyValue): number;
|
|
108
|
+
ei(a: ListPanelPrimaryKeyValue): any;
|
|
109
109
|
e(): string[];
|
|
110
110
|
private ar;
|
|
111
111
|
get as(): ListPanelSelectionMode;
|
|
@@ -113,30 +113,30 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
|
|
|
113
113
|
private bh;
|
|
114
114
|
get bx(): boolean;
|
|
115
115
|
set bx(a: boolean);
|
|
116
|
-
private
|
|
117
|
-
get
|
|
118
|
-
set
|
|
116
|
+
private hx;
|
|
117
|
+
get h5(): Brush;
|
|
118
|
+
set h5(a: Brush);
|
|
119
119
|
private ba;
|
|
120
120
|
get bs(): boolean;
|
|
121
121
|
set bs(a: boolean);
|
|
122
|
-
private
|
|
123
|
-
get
|
|
124
|
-
set
|
|
125
|
-
private
|
|
126
|
-
get
|
|
127
|
-
set
|
|
128
|
-
private da;
|
|
129
|
-
get dq(): number;
|
|
130
|
-
set dq(a: number);
|
|
122
|
+
private hv;
|
|
123
|
+
get h3(): Brush;
|
|
124
|
+
set h3(a: Brush);
|
|
125
|
+
private ht;
|
|
126
|
+
get hz(): Brush;
|
|
127
|
+
set hz(a: Brush);
|
|
131
128
|
private dc;
|
|
132
129
|
get ds(): number;
|
|
133
130
|
set ds(a: number);
|
|
131
|
+
private de;
|
|
132
|
+
get du(): number;
|
|
133
|
+
set du(a: number);
|
|
134
|
+
private dd;
|
|
135
|
+
get dt(): number;
|
|
136
|
+
set dt(a: number);
|
|
134
137
|
private db;
|
|
135
138
|
get dr(): number;
|
|
136
139
|
set dr(a: number);
|
|
137
|
-
private c9;
|
|
138
|
-
get dp(): number;
|
|
139
|
-
set dp(a: number);
|
|
140
140
|
private q;
|
|
141
141
|
get r(): ListPanelActivationMode;
|
|
142
142
|
set r(a: ListPanelActivationMode);
|
|
@@ -173,121 +173,124 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
|
|
|
173
173
|
set g(a: string[]);
|
|
174
174
|
get actualDataSource(): IDataSource;
|
|
175
175
|
set actualDataSource(a: IDataSource);
|
|
176
|
+
private c2;
|
|
177
|
+
get c8(): number;
|
|
178
|
+
set c8(a: number);
|
|
176
179
|
private bu;
|
|
177
180
|
notifySizeChanged(): void;
|
|
178
181
|
destroy(): void;
|
|
179
182
|
provideContainer(a: DomRenderer): void;
|
|
180
|
-
private
|
|
181
|
-
get
|
|
182
|
-
set
|
|
183
|
+
private dm;
|
|
184
|
+
get ee(): number;
|
|
185
|
+
set ee(a: number);
|
|
183
186
|
private c0;
|
|
184
|
-
get
|
|
185
|
-
set
|
|
187
|
+
get c5(): number;
|
|
188
|
+
set c5(a: number);
|
|
186
189
|
private a3;
|
|
187
190
|
get a4(): FontInfo;
|
|
188
191
|
set a4(a: FontInfo);
|
|
189
192
|
a5(): FontInfo;
|
|
190
193
|
private bd;
|
|
191
194
|
get bv(): boolean;
|
|
192
|
-
private
|
|
193
|
-
protected
|
|
194
|
-
private
|
|
195
|
+
private eg;
|
|
196
|
+
protected go(a: string, b: any, c: any): void;
|
|
197
|
+
private fo;
|
|
195
198
|
private c1;
|
|
196
199
|
private cz;
|
|
197
200
|
private cy;
|
|
198
201
|
private bn;
|
|
199
202
|
private bg;
|
|
200
203
|
private bm;
|
|
201
|
-
|
|
202
|
-
private
|
|
203
|
-
private
|
|
204
|
-
private
|
|
204
|
+
g4(): void;
|
|
205
|
+
private fs;
|
|
206
|
+
private f0;
|
|
207
|
+
private dl;
|
|
205
208
|
contentRefreshed: (sender: any, args: ListPanelContentRefreshedEventArgs) => void;
|
|
206
|
-
private
|
|
207
|
-
private
|
|
208
|
-
private
|
|
209
|
+
private g8;
|
|
210
|
+
private fy;
|
|
211
|
+
private fu;
|
|
209
212
|
rowUpdating: (sender: any, args: ListPanelTemplateItemUpdatingEventArgs) => void;
|
|
213
|
+
private fz;
|
|
210
214
|
private fw;
|
|
211
|
-
private ft;
|
|
212
215
|
private a2;
|
|
213
216
|
itemWidthRequested: (sender: any, args: ListPanelTemplateWidthRequestedEventArgs) => void;
|
|
214
217
|
itemHeightRequested: (sender: any, args: ListPanelTemplateHeightRequestedEventArgs) => void;
|
|
215
|
-
private
|
|
216
|
-
private
|
|
217
|
-
private
|
|
218
|
-
private
|
|
219
|
-
private
|
|
220
|
-
private
|
|
218
|
+
private fm;
|
|
219
|
+
private c9;
|
|
220
|
+
private d8;
|
|
221
|
+
private d9;
|
|
222
|
+
private da;
|
|
223
|
+
private fv;
|
|
221
224
|
private z;
|
|
222
225
|
private a1;
|
|
223
|
-
private
|
|
226
|
+
private hb;
|
|
224
227
|
private cx;
|
|
225
|
-
private
|
|
226
|
-
private
|
|
227
|
-
private
|
|
228
|
-
private
|
|
229
|
-
private
|
|
228
|
+
private g7;
|
|
229
|
+
private ed;
|
|
230
|
+
private d0;
|
|
231
|
+
private d1;
|
|
232
|
+
private ec;
|
|
230
233
|
private cr;
|
|
231
234
|
private cq;
|
|
232
235
|
private cv;
|
|
233
236
|
private cu;
|
|
237
|
+
c7(a: number): number;
|
|
234
238
|
c6(a: number): number;
|
|
235
|
-
|
|
236
|
-
private dn;
|
|
239
|
+
private dq;
|
|
237
240
|
private cw;
|
|
238
|
-
private
|
|
239
|
-
private
|
|
240
|
-
private
|
|
241
|
-
|
|
241
|
+
private fl;
|
|
242
|
+
private dw;
|
|
243
|
+
private hd;
|
|
244
|
+
f1(): void;
|
|
242
245
|
private az;
|
|
243
246
|
get a0(): ScrollbarStyle;
|
|
244
247
|
set a0(a: ScrollbarStyle);
|
|
245
|
-
private
|
|
246
|
-
get
|
|
247
|
-
set
|
|
248
|
-
|
|
249
|
-
private
|
|
248
|
+
private hw;
|
|
249
|
+
get h4(): Brush;
|
|
250
|
+
set h4(a: Brush);
|
|
251
|
+
g9(): void;
|
|
252
|
+
private f8;
|
|
250
253
|
private br;
|
|
251
254
|
private bk;
|
|
252
|
-
private
|
|
253
|
-
|
|
254
|
-
|
|
255
|
+
private f7;
|
|
256
|
+
f2(): void;
|
|
257
|
+
ha(): void;
|
|
258
|
+
d4(): number;
|
|
255
259
|
d2(): number;
|
|
256
|
-
|
|
257
|
-
private
|
|
258
|
-
private df;
|
|
260
|
+
private dg;
|
|
261
|
+
private dh;
|
|
259
262
|
private cj;
|
|
260
|
-
|
|
261
|
-
private
|
|
262
|
-
private
|
|
263
|
-
private
|
|
264
|
-
|
|
265
|
-
private
|
|
266
|
-
private
|
|
263
|
+
f6(): void;
|
|
264
|
+
private f5;
|
|
265
|
+
private g5;
|
|
266
|
+
private g6;
|
|
267
|
+
g3(): void;
|
|
268
|
+
private f4;
|
|
269
|
+
private gk;
|
|
267
270
|
private l;
|
|
268
271
|
get externalListPanel(): IExternalListPanel;
|
|
269
272
|
set externalListPanel(a: IExternalListPanel);
|
|
270
273
|
by: boolean;
|
|
271
274
|
private ci;
|
|
272
|
-
protected
|
|
275
|
+
protected g1(a: string, b: any, c: any): void;
|
|
273
276
|
k: IExecutionContext;
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
private
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
static
|
|
288
|
-
private
|
|
289
|
-
get
|
|
290
|
-
set
|
|
277
|
+
h7(): Size;
|
|
278
|
+
gj(a: number, b: number): void;
|
|
279
|
+
private fn;
|
|
280
|
+
gy(a: number, b: any, c: any): void;
|
|
281
|
+
gi(): void;
|
|
282
|
+
gl(a: number, b: any): void;
|
|
283
|
+
gp(a: number, b: any): void;
|
|
284
|
+
gc(a: number, b: any, c: any): void;
|
|
285
|
+
f9(): void;
|
|
286
|
+
ga(a: number, b: any): void;
|
|
287
|
+
gb(a: number, b: any): void;
|
|
288
|
+
dx(a: any): number;
|
|
289
|
+
dy(a: any[]): number;
|
|
290
|
+
static h1: Brush;
|
|
291
|
+
private hu;
|
|
292
|
+
get h0(): Brush;
|
|
293
|
+
set h0(a: Brush);
|
|
291
294
|
static ac: ListPanelOrientation;
|
|
292
295
|
private ab;
|
|
293
296
|
get ad(): ListPanelOrientation;
|
|
@@ -296,41 +299,41 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
|
|
|
296
299
|
private bi;
|
|
297
300
|
get bz(): boolean;
|
|
298
301
|
set bz(a: boolean);
|
|
299
|
-
static
|
|
300
|
-
|
|
301
|
-
get
|
|
302
|
-
set
|
|
302
|
+
static h2: Brush;
|
|
303
|
+
hy: Brush;
|
|
304
|
+
get h6(): Brush;
|
|
305
|
+
set h6(a: Brush);
|
|
303
306
|
get absoluteWidth(): number;
|
|
304
307
|
get absoluteHeight(): number;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
private
|
|
308
|
-
private
|
|
308
|
+
eh(): any;
|
|
309
|
+
ez(): string;
|
|
310
|
+
private dn;
|
|
311
|
+
private dp;
|
|
309
312
|
private bj;
|
|
310
313
|
get b0(): boolean;
|
|
311
314
|
set b0(a: boolean);
|
|
312
|
-
|
|
315
|
+
hi(): void;
|
|
313
316
|
b9(a: Key, b: boolean, c: boolean): boolean;
|
|
314
|
-
private
|
|
317
|
+
private df;
|
|
315
318
|
b1(): boolean;
|
|
316
|
-
get
|
|
317
|
-
set
|
|
318
|
-
|
|
319
|
-
private
|
|
320
|
-
private
|
|
319
|
+
get dv(): number;
|
|
320
|
+
set dv(a: number);
|
|
321
|
+
fk(a: number, b: boolean, c?: boolean): void;
|
|
322
|
+
private hf;
|
|
323
|
+
private hh;
|
|
324
|
+
private d7;
|
|
321
325
|
private d5;
|
|
322
326
|
private d3;
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
hb(a: number): void;
|
|
327
|
+
hg(a: number): void;
|
|
328
|
+
he(a: number): void;
|
|
326
329
|
private _viewportManager;
|
|
327
330
|
get viewportManager(): IListPanelViewportManager;
|
|
328
331
|
set viewportManager(a: IListPanelViewportManager);
|
|
329
332
|
b3(a: boolean, b: boolean): boolean;
|
|
330
|
-
private
|
|
333
|
+
private gx;
|
|
331
334
|
private cs;
|
|
332
335
|
private ct;
|
|
333
|
-
private
|
|
336
|
+
private hl;
|
|
334
337
|
b4(a: boolean, b: boolean): boolean;
|
|
335
338
|
b8(a: boolean, b: boolean): boolean;
|
|
336
339
|
ca(a: boolean, b: boolean): boolean;
|
|
@@ -338,13 +341,13 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
|
|
|
338
341
|
cc(a: boolean, b: boolean): boolean;
|
|
339
342
|
cd(a: boolean, b: boolean): boolean;
|
|
340
343
|
cf(a: boolean, b: boolean): boolean;
|
|
341
|
-
|
|
344
|
+
g0(): void;
|
|
342
345
|
cg(a: boolean, b: boolean): boolean;
|
|
343
346
|
b5(a: boolean, b: boolean): boolean;
|
|
344
347
|
b6(): boolean;
|
|
345
348
|
b7(): boolean;
|
|
346
349
|
ce(a: boolean, b: boolean): boolean;
|
|
347
|
-
|
|
350
|
+
fx(): void;
|
|
348
351
|
private cm;
|
|
349
352
|
private cn;
|
|
350
353
|
private co;
|
|
@@ -354,53 +357,53 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
|
|
|
354
357
|
private bf;
|
|
355
358
|
get bw(): boolean;
|
|
356
359
|
set bw(a: boolean);
|
|
357
|
-
|
|
358
|
-
|
|
360
|
+
fj(a?: boolean): void;
|
|
361
|
+
ft(): void;
|
|
359
362
|
private bl;
|
|
360
363
|
get b2(): boolean;
|
|
361
364
|
set b2(a: boolean);
|
|
362
365
|
private bp;
|
|
363
366
|
private bo;
|
|
364
|
-
|
|
365
|
-
private
|
|
366
|
-
private
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
private
|
|
375
|
-
private
|
|
376
|
-
private gp;
|
|
367
|
+
hs(a: List$1<any>, b: List$1<ListPanelPrimaryKeyValue>, c: List$1<any>, d: List$1<ListPanelPrimaryKeyValue>): void;
|
|
368
|
+
private hj;
|
|
369
|
+
private hk;
|
|
370
|
+
hp(a: ListPanel, b: number): void;
|
|
371
|
+
gq(a: any, b: ListPanelPrimaryKeyValue): void;
|
|
372
|
+
hq(a: ListPanel, b: number): void;
|
|
373
|
+
gr(a: any, b: ListPanelPrimaryKeyValue): void;
|
|
374
|
+
fi(a: any, b: ListPanelPrimaryKeyValue, c: boolean): void;
|
|
375
|
+
hr(a: number, b: any, c: ListPanelPrimaryKeyValue): void;
|
|
376
|
+
hc(a: any, b: ListPanelPrimaryKeyValue, c: boolean): void;
|
|
377
|
+
private gt;
|
|
378
|
+
private gu;
|
|
377
379
|
private gs;
|
|
380
|
+
private gv;
|
|
378
381
|
private cl;
|
|
379
|
-
|
|
382
|
+
fp(): void;
|
|
380
383
|
h(a: number): DataSourceRowType;
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
private
|
|
384
|
+
eb(a: string[], b: ListPanelPrimaryKeyValue, c: number, d: number): number;
|
|
385
|
+
ek(a: number): any;
|
|
386
|
+
dz(a: string[], b: ListPanelPrimaryKeyValue, c: number, d: number): number;
|
|
387
|
+
d6(): number;
|
|
388
|
+
el(a: ListPanelItemModel): any;
|
|
389
|
+
gw(a: number, b: any, c: ListPanelPrimaryKeyValue): void;
|
|
390
|
+
hn(a: ListPanel, b: number): void;
|
|
391
|
+
private di;
|
|
389
392
|
private bq;
|
|
390
|
-
gb(a: number): void;
|
|
391
|
-
hl(a: ListPanel, b: number): void;
|
|
392
393
|
ge(a: number): void;
|
|
393
|
-
|
|
394
|
+
ho(a: ListPanel, b: number): void;
|
|
395
|
+
gh(a: number): void;
|
|
396
|
+
private gf;
|
|
394
397
|
ck(a: any): boolean;
|
|
395
398
|
a9: () => void;
|
|
396
399
|
private x;
|
|
397
|
-
|
|
400
|
+
gm(a: Point, b: boolean, c: boolean, d: boolean): void;
|
|
398
401
|
private y;
|
|
399
402
|
private ch;
|
|
400
|
-
|
|
401
|
-
private
|
|
403
|
+
gn(a: Point, b: boolean, c: boolean, d: boolean): void;
|
|
404
|
+
private gg;
|
|
402
405
|
itemClicked: (sender: any, args: ListPanelItemEventArgs) => void;
|
|
403
|
-
|
|
406
|
+
fr(a: any): void;
|
|
404
407
|
}
|
|
405
408
|
/**
|
|
406
409
|
* @hidden
|