igniteui-webcomponents-layouts 5.2.0 → 5.3.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 +7393 -6728
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +6 -6
- package/esm2015/lib/ComboEditorView_combined.js +32 -32
- package/esm2015/lib/ListPanelContentRebindEventArgs.js +26 -0
- package/esm2015/lib/ListPanelContentRecycledEventArgs.js +26 -0
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/ListPanelView_combined.js +1267 -1233
- package/esm2015/lib/NativeUILayoutFactory_combined.js +5036 -4716
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/igc-list-panel-component.js +144 -86
- package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +42 -0
- package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +42 -0
- 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 +162 -165
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -37
- 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-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +277 -256
- package/esm2015/lib/igc-toolbar-component.js +180 -159
- package/esm2015/public_api.js +4 -0
- package/esm5/lib/ComboEditorBridge.js +6 -6
- package/esm5/lib/ComboEditorView_combined.js +32 -32
- package/esm5/lib/ListPanelContentRebindEventArgs.js +32 -0
- package/esm5/lib/ListPanelContentRecycledEventArgs.js +32 -0
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +15 -15
- package/esm5/lib/ListPanelView_combined.js +1254 -1216
- package/esm5/lib/NativeUILayoutFactory_combined.js +4882 -4534
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/igc-list-panel-component.js +154 -86
- package/esm5/lib/igc-list-panel-content-rebind-event-args.js +52 -0
- package/esm5/lib/igc-list-panel-content-recycled-event-args.js +52 -0
- 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 +162 -165
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -37
- 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-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +285 -256
- package/esm5/lib/igc-toolbar-component.js +188 -159
- package/esm5/public_api.js +4 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +7526 -6949
- package/fesm5/igniteui-webcomponents-layouts.js +7391 -6730
- package/lib/INativeUIToolPanelBridge.d.ts +1 -0
- package/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
- package/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
- package/lib/ListPanelView_combined.d.ts +245 -240
- package/lib/NativeUILayoutFactory_combined.d.ts +1167 -1119
- package/lib/igc-list-panel-component.d.ts +16 -0
- package/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
- package/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
- package/lib/igc-tool-action-component.d.ts +0 -1
- package/lib/igc-tool-action-icon-button-component.d.ts +0 -1
- package/lib/igc-tool-panel-component.d.ts +11 -0
- package/lib/igc-toolbar-component.d.ts +11 -0
- package/package.json +3 -3
- package/public_api.d.ts +4 -0
|
@@ -30,6 +30,7 @@ export interface INativeUIToolPanelBridge extends INativeUIElementBridge {
|
|
|
30
30
|
getColorContextItem(a: any, b: string): Color;
|
|
31
31
|
setDataContextItem(a: any, b: string, c: any): void;
|
|
32
32
|
getDataContextItem(a: any, b: string): any;
|
|
33
|
+
markDirty(a: any, b: any): void;
|
|
33
34
|
}
|
|
34
35
|
/**
|
|
35
36
|
* @hidden
|
|
@@ -23,6 +23,8 @@ import { ListPanelOrientation } from "./ListPanelOrientation";
|
|
|
23
23
|
import { IListPanelViewportManager } from "./IListPanelViewportManager";
|
|
24
24
|
import { ListPanelPrimaryKeyValue } from "./ListPanelPrimaryKeyValue";
|
|
25
25
|
import { ListPanelViewportChangedEventArgs } from "./ListPanelViewportChangedEventArgs";
|
|
26
|
+
import { ListPanelContentRecycledEventArgs } from "./ListPanelContentRecycledEventArgs";
|
|
27
|
+
import { ListPanelContentRebindEventArgs } from "./ListPanelContentRebindEventArgs";
|
|
26
28
|
import { ListPanelSelectedItemsChangedEventArgs } from "./ListPanelSelectedItemsChangedEventArgs";
|
|
27
29
|
import { ListPanelSelectedKeysChangedEventArgs } from "./ListPanelSelectedKeysChangedEventArgs";
|
|
28
30
|
import { ListPanelSelectionChangedEventArgs } from "./ListPanelSelectionChangedEventArgs";
|
|
@@ -85,82 +87,84 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
|
|
|
85
87
|
private _view;
|
|
86
88
|
get view(): ListPanelView;
|
|
87
89
|
set view(a: ListPanelView);
|
|
88
|
-
|
|
89
|
-
private
|
|
90
|
-
private
|
|
91
|
-
private get
|
|
92
|
-
private
|
|
93
|
-
|
|
90
|
+
a6: NativeUIGrid;
|
|
91
|
+
private be;
|
|
92
|
+
private a7;
|
|
93
|
+
private get a8();
|
|
94
|
+
private aa;
|
|
95
|
+
f0(a: NativeUIAbsolutePanel): void;
|
|
94
96
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
95
97
|
constructor();
|
|
96
|
-
private
|
|
98
|
+
private ed;
|
|
97
99
|
onSizeChanged(a: number, b: number): void;
|
|
98
100
|
viewportChanged: (sender: any, e: ListPanelViewportChangedEventArgs) => void;
|
|
99
|
-
|
|
100
|
-
private
|
|
101
|
-
private
|
|
101
|
+
ay: ListPanelVisualModel;
|
|
102
|
+
private dh;
|
|
103
|
+
private di;
|
|
102
104
|
setViewport(a: number, b: number, c: number, d: number): void;
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
af(a: string[], b: number): ListPanelPrimaryKeyValue;
|
|
106
|
+
ae(a: string[], item_: any): ListPanelPrimaryKeyValue;
|
|
107
|
+
d8(a: ListPanelPrimaryKeyValue): number;
|
|
108
|
+
eg(a: ListPanelPrimaryKeyValue): any;
|
|
107
109
|
e(): string[];
|
|
108
|
-
private
|
|
109
|
-
get
|
|
110
|
-
set
|
|
111
|
-
private
|
|
112
|
-
get
|
|
113
|
-
set
|
|
114
|
-
private
|
|
115
|
-
get
|
|
116
|
-
set
|
|
117
|
-
private
|
|
118
|
-
get
|
|
119
|
-
set
|
|
120
|
-
private
|
|
121
|
-
get
|
|
122
|
-
set
|
|
123
|
-
private
|
|
124
|
-
get
|
|
125
|
-
set
|
|
126
|
-
private c8;
|
|
127
|
-
get dn(): number;
|
|
128
|
-
set dn(a: number);
|
|
110
|
+
private ar;
|
|
111
|
+
get as(): ListPanelSelectionMode;
|
|
112
|
+
set as(a: ListPanelSelectionMode);
|
|
113
|
+
private bh;
|
|
114
|
+
get bx(): boolean;
|
|
115
|
+
set bx(a: boolean);
|
|
116
|
+
private hu;
|
|
117
|
+
get h2(): Brush;
|
|
118
|
+
set h2(a: Brush);
|
|
119
|
+
private ba;
|
|
120
|
+
get bs(): boolean;
|
|
121
|
+
set bs(a: boolean);
|
|
122
|
+
private hs;
|
|
123
|
+
get h0(): Brush;
|
|
124
|
+
set h0(a: Brush);
|
|
125
|
+
private hq;
|
|
126
|
+
get hw(): Brush;
|
|
127
|
+
set hw(a: Brush);
|
|
129
128
|
private da;
|
|
130
129
|
get dq(): number;
|
|
131
130
|
set dq(a: number);
|
|
131
|
+
private dc;
|
|
132
|
+
get ds(): number;
|
|
133
|
+
set ds(a: number);
|
|
134
|
+
private db;
|
|
135
|
+
get dr(): number;
|
|
136
|
+
set dr(a: number);
|
|
132
137
|
private c9;
|
|
133
138
|
get dp(): number;
|
|
134
139
|
set dp(a: number);
|
|
135
|
-
private c7;
|
|
136
|
-
get dm(): number;
|
|
137
|
-
set dm(a: number);
|
|
138
140
|
private q;
|
|
139
141
|
get r(): ListPanelActivationMode;
|
|
140
142
|
set r(a: ListPanelActivationMode);
|
|
141
|
-
private
|
|
142
|
-
get
|
|
143
|
-
set
|
|
143
|
+
private am;
|
|
144
|
+
get an(): ListPanelSelectionBehavior;
|
|
145
|
+
set an(a: ListPanelSelectionBehavior);
|
|
144
146
|
private b;
|
|
145
147
|
get f(): string[];
|
|
146
148
|
set f(a: string[]);
|
|
147
149
|
private a;
|
|
148
150
|
get d(): string[];
|
|
149
151
|
set d(a: string[]);
|
|
150
|
-
private
|
|
151
|
-
get
|
|
152
|
-
set
|
|
152
|
+
private ap;
|
|
153
|
+
get aq(): ListPanelSelectionManager;
|
|
154
|
+
set aq(a: ListPanelSelectionManager);
|
|
153
155
|
private o;
|
|
154
156
|
get p(): ListPanelActivationManager;
|
|
155
157
|
set p(a: ListPanelActivationManager);
|
|
158
|
+
itemRecycled: (sender: any, args: ListPanelContentRecycledEventArgs) => void;
|
|
159
|
+
itemRebind: (sender: any, args: ListPanelContentRebindEventArgs) => void;
|
|
156
160
|
selectedItemsChanged: (sender: any, args: ListPanelSelectedItemsChangedEventArgs) => void;
|
|
157
161
|
selectedKeysChanged: (sender: any, args: ListPanelSelectedKeysChangedEventArgs) => void;
|
|
158
162
|
selectionChanged: (sender: any, args: ListPanelSelectionChangedEventArgs) => void;
|
|
159
163
|
activeRowChanged: (sender: any, args: ListPanelActiveRowChangedEventArgs) => void;
|
|
160
|
-
private
|
|
161
|
-
get
|
|
162
|
-
private
|
|
163
|
-
get
|
|
164
|
+
private ah;
|
|
165
|
+
get ai(): ListPanelSelectedItemsCollection;
|
|
166
|
+
private ak;
|
|
167
|
+
get al(): ListPanelSelectedKeysCollection;
|
|
164
168
|
get itemsSource(): any;
|
|
165
169
|
set itemsSource(a: any);
|
|
166
170
|
private i;
|
|
@@ -169,233 +173,234 @@ export declare class ListPanel extends Base implements INotifyPropertyChanged {
|
|
|
169
173
|
set g(a: string[]);
|
|
170
174
|
get actualDataSource(): IDataSource;
|
|
171
175
|
set actualDataSource(a: IDataSource);
|
|
172
|
-
private
|
|
176
|
+
private bu;
|
|
173
177
|
notifySizeChanged(): void;
|
|
174
178
|
destroy(): void;
|
|
175
179
|
provideContainer(a: DomRenderer): void;
|
|
176
|
-
private
|
|
177
|
-
get
|
|
178
|
-
set
|
|
179
|
-
private
|
|
180
|
-
get
|
|
181
|
-
set
|
|
182
|
-
private
|
|
183
|
-
get
|
|
184
|
-
set
|
|
185
|
-
|
|
186
|
-
private
|
|
187
|
-
get
|
|
188
|
-
private
|
|
189
|
-
protected
|
|
190
|
-
private
|
|
180
|
+
private dk;
|
|
181
|
+
get ec(): number;
|
|
182
|
+
set ec(a: number);
|
|
183
|
+
private c0;
|
|
184
|
+
get c4(): number;
|
|
185
|
+
set c4(a: number);
|
|
186
|
+
private a3;
|
|
187
|
+
get a4(): FontInfo;
|
|
188
|
+
set a4(a: FontInfo);
|
|
189
|
+
a5(): FontInfo;
|
|
190
|
+
private bd;
|
|
191
|
+
get bv(): boolean;
|
|
192
|
+
private ee;
|
|
193
|
+
protected gl(a: string, b: any, c: any): void;
|
|
194
|
+
private fl;
|
|
195
|
+
private c1;
|
|
191
196
|
private cz;
|
|
192
|
-
private
|
|
193
|
-
private
|
|
194
|
-
private
|
|
195
|
-
private
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
private
|
|
199
|
-
private
|
|
200
|
-
private dh;
|
|
197
|
+
private cy;
|
|
198
|
+
private bn;
|
|
199
|
+
private bg;
|
|
200
|
+
private bm;
|
|
201
|
+
g1(): void;
|
|
202
|
+
private fp;
|
|
203
|
+
private fx;
|
|
204
|
+
private dj;
|
|
201
205
|
contentRefreshed: (sender: any, args: ListPanelContentRefreshedEventArgs) => void;
|
|
202
|
-
private
|
|
203
|
-
private
|
|
204
|
-
private
|
|
206
|
+
private g5;
|
|
207
|
+
private fv;
|
|
208
|
+
private fr;
|
|
205
209
|
rowUpdating: (sender: any, args: ListPanelTemplateItemUpdatingEventArgs) => void;
|
|
210
|
+
private fw;
|
|
206
211
|
private ft;
|
|
207
|
-
private
|
|
208
|
-
private a0;
|
|
212
|
+
private a2;
|
|
209
213
|
itemWidthRequested: (sender: any, args: ListPanelTemplateWidthRequestedEventArgs) => void;
|
|
210
214
|
itemHeightRequested: (sender: any, args: ListPanelTemplateHeightRequestedEventArgs) => void;
|
|
211
|
-
private
|
|
212
|
-
private
|
|
213
|
-
private
|
|
214
|
-
private
|
|
215
|
-
private
|
|
216
|
-
private
|
|
217
|
-
private
|
|
218
|
-
private
|
|
219
|
-
private
|
|
215
|
+
private fj;
|
|
216
|
+
private c7;
|
|
217
|
+
private d6;
|
|
218
|
+
private d7;
|
|
219
|
+
private c8;
|
|
220
|
+
private fs;
|
|
221
|
+
private z;
|
|
222
|
+
private a1;
|
|
223
|
+
private g8;
|
|
224
|
+
private cx;
|
|
225
|
+
private g4;
|
|
226
|
+
private eb;
|
|
227
|
+
private dy;
|
|
228
|
+
private dz;
|
|
229
|
+
private ea;
|
|
230
|
+
private cr;
|
|
231
|
+
private cq;
|
|
220
232
|
private cv;
|
|
221
|
-
private g1;
|
|
222
|
-
private d9;
|
|
223
|
-
private dw;
|
|
224
|
-
private dx;
|
|
225
|
-
private d8;
|
|
226
|
-
private cp;
|
|
227
|
-
private co;
|
|
228
|
-
private ct;
|
|
229
|
-
private cs;
|
|
230
|
-
c4(a: number): number;
|
|
231
|
-
c3(a: number): number;
|
|
232
|
-
private dl;
|
|
233
233
|
private cu;
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
private
|
|
237
|
-
|
|
238
|
-
private
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
234
|
+
c6(a: number): number;
|
|
235
|
+
c5(a: number): number;
|
|
236
|
+
private dn;
|
|
237
|
+
private cw;
|
|
238
|
+
private fi;
|
|
239
|
+
private du;
|
|
240
|
+
private ha;
|
|
241
|
+
fy(): void;
|
|
242
|
+
private az;
|
|
243
|
+
get a0(): ScrollbarStyle;
|
|
244
|
+
set a0(a: ScrollbarStyle);
|
|
245
|
+
private ht;
|
|
246
|
+
get h1(): Brush;
|
|
247
|
+
set h1(a: Brush);
|
|
248
|
+
g6(): void;
|
|
249
|
+
private f5;
|
|
250
|
+
private br;
|
|
251
|
+
private bk;
|
|
252
|
+
private f4;
|
|
253
|
+
fz(): void;
|
|
254
|
+
g7(): void;
|
|
255
|
+
d2(): number;
|
|
256
|
+
d0(): number;
|
|
257
|
+
private de;
|
|
258
|
+
private df;
|
|
259
|
+
private cj;
|
|
260
|
+
f3(): void;
|
|
245
261
|
private f2;
|
|
246
|
-
private
|
|
247
|
-
private
|
|
262
|
+
private g2;
|
|
263
|
+
private g3;
|
|
264
|
+
g0(): void;
|
|
248
265
|
private f1;
|
|
249
|
-
|
|
250
|
-
g4(): void;
|
|
251
|
-
d0(): number;
|
|
252
|
-
dy(): number;
|
|
253
|
-
private dc;
|
|
254
|
-
private dd;
|
|
255
|
-
private ch;
|
|
256
|
-
f0(): void;
|
|
257
|
-
private fz;
|
|
258
|
-
private gz;
|
|
259
|
-
private g0;
|
|
260
|
-
gx(): void;
|
|
261
|
-
private fy;
|
|
262
|
-
private ge;
|
|
266
|
+
private gh;
|
|
263
267
|
private l;
|
|
264
268
|
get externalListPanel(): IExternalListPanel;
|
|
265
269
|
set externalListPanel(a: IExternalListPanel);
|
|
266
|
-
|
|
267
|
-
private
|
|
268
|
-
protected
|
|
270
|
+
by: boolean;
|
|
271
|
+
private ci;
|
|
272
|
+
protected gy(a: string, b: any, c: any): void;
|
|
269
273
|
k: IExecutionContext;
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
private
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
static
|
|
284
|
-
private
|
|
285
|
-
get
|
|
286
|
-
set
|
|
287
|
-
static
|
|
288
|
-
private
|
|
289
|
-
get
|
|
290
|
-
set
|
|
291
|
-
static
|
|
292
|
-
private
|
|
293
|
-
get
|
|
294
|
-
set
|
|
295
|
-
static
|
|
296
|
-
|
|
297
|
-
get
|
|
298
|
-
set
|
|
274
|
+
h4(): Size;
|
|
275
|
+
gg(a: number, b: number): void;
|
|
276
|
+
private fk;
|
|
277
|
+
gv(a: number, b: any, c: any): void;
|
|
278
|
+
gf(): void;
|
|
279
|
+
gi(a: number, b: any): void;
|
|
280
|
+
gm(a: number, b: any): void;
|
|
281
|
+
f9(a: number, b: any, c: any): void;
|
|
282
|
+
f6(): void;
|
|
283
|
+
f7(a: number, b: any): void;
|
|
284
|
+
f8(a: number, b: any): void;
|
|
285
|
+
dv(a: any): number;
|
|
286
|
+
dw(a: any[]): number;
|
|
287
|
+
static hy: Brush;
|
|
288
|
+
private hr;
|
|
289
|
+
get hx(): Brush;
|
|
290
|
+
set hx(a: Brush);
|
|
291
|
+
static ac: ListPanelOrientation;
|
|
292
|
+
private ab;
|
|
293
|
+
get ad(): ListPanelOrientation;
|
|
294
|
+
set ad(a: ListPanelOrientation);
|
|
295
|
+
static bt: boolean;
|
|
296
|
+
private bi;
|
|
297
|
+
get bz(): boolean;
|
|
298
|
+
set bz(a: boolean);
|
|
299
|
+
static hz: Brush;
|
|
300
|
+
hv: Brush;
|
|
301
|
+
get h3(): Brush;
|
|
302
|
+
set h3(a: Brush);
|
|
299
303
|
get absoluteWidth(): number;
|
|
300
304
|
get absoluteHeight(): number;
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
private
|
|
304
|
-
private
|
|
305
|
-
private
|
|
306
|
-
get
|
|
307
|
-
set
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
private
|
|
311
|
-
|
|
312
|
-
get
|
|
313
|
-
set
|
|
314
|
-
|
|
315
|
-
private
|
|
316
|
-
private
|
|
305
|
+
ef(): any;
|
|
306
|
+
ex(): string;
|
|
307
|
+
private dl;
|
|
308
|
+
private dm;
|
|
309
|
+
private bj;
|
|
310
|
+
get b0(): boolean;
|
|
311
|
+
set b0(a: boolean);
|
|
312
|
+
hf(): void;
|
|
313
|
+
b9(a: Key, b: boolean, c: boolean): boolean;
|
|
314
|
+
private dd;
|
|
315
|
+
b1(): boolean;
|
|
316
|
+
get dt(): number;
|
|
317
|
+
set dt(a: number);
|
|
318
|
+
fh(a: number, b: boolean, c?: boolean): void;
|
|
319
|
+
private hc;
|
|
320
|
+
private he;
|
|
321
|
+
private d5;
|
|
317
322
|
private d3;
|
|
318
323
|
private d1;
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
g8(a: number): void;
|
|
324
|
+
hd(a: number): void;
|
|
325
|
+
hb(a: number): void;
|
|
322
326
|
private _viewportManager;
|
|
323
327
|
get viewportManager(): IListPanelViewportManager;
|
|
324
328
|
set viewportManager(a: IListPanelViewportManager);
|
|
325
|
-
|
|
326
|
-
private
|
|
327
|
-
private
|
|
328
|
-
private
|
|
329
|
-
private
|
|
330
|
-
|
|
331
|
-
b6(a: boolean, b: boolean): boolean;
|
|
329
|
+
b3(a: boolean, b: boolean): boolean;
|
|
330
|
+
private gu;
|
|
331
|
+
private cs;
|
|
332
|
+
private ct;
|
|
333
|
+
private hi;
|
|
334
|
+
b4(a: boolean, b: boolean): boolean;
|
|
332
335
|
b8(a: boolean, b: boolean): boolean;
|
|
333
|
-
b9(a: boolean, b: boolean): boolean;
|
|
334
336
|
ca(a: boolean, b: boolean): boolean;
|
|
335
337
|
cb(a: boolean, b: boolean): boolean;
|
|
338
|
+
cc(a: boolean, b: boolean): boolean;
|
|
336
339
|
cd(a: boolean, b: boolean): boolean;
|
|
337
|
-
|
|
340
|
+
cf(a: boolean, b: boolean): boolean;
|
|
341
|
+
gx(): void;
|
|
342
|
+
cg(a: boolean, b: boolean): boolean;
|
|
343
|
+
b5(a: boolean, b: boolean): boolean;
|
|
344
|
+
b6(): boolean;
|
|
345
|
+
b7(): boolean;
|
|
338
346
|
ce(a: boolean, b: boolean): boolean;
|
|
339
|
-
|
|
340
|
-
b4(): boolean;
|
|
341
|
-
b5(): boolean;
|
|
342
|
-
cc(a: boolean, b: boolean): boolean;
|
|
343
|
-
fr(): void;
|
|
344
|
-
private ck;
|
|
345
|
-
private cl;
|
|
347
|
+
fu(): void;
|
|
346
348
|
private cm;
|
|
347
349
|
private cn;
|
|
348
|
-
private
|
|
349
|
-
private
|
|
350
|
-
private
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
private
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
private
|
|
350
|
+
private co;
|
|
351
|
+
private cp;
|
|
352
|
+
private bc;
|
|
353
|
+
private bb;
|
|
354
|
+
private bf;
|
|
355
|
+
get bw(): boolean;
|
|
356
|
+
set bw(a: boolean);
|
|
357
|
+
fg(a?: boolean): void;
|
|
358
|
+
fq(): void;
|
|
359
|
+
private bl;
|
|
360
|
+
get b2(): boolean;
|
|
361
|
+
set b2(a: boolean);
|
|
362
|
+
private bp;
|
|
363
|
+
private bo;
|
|
364
|
+
hp(a: List$1<any>, b: List$1<ListPanelPrimaryKeyValue>, c: List$1<any>, d: List$1<ListPanelPrimaryKeyValue>): void;
|
|
365
|
+
private hg;
|
|
366
|
+
private hh;
|
|
367
|
+
hm(a: ListPanel, b: number): void;
|
|
368
|
+
gn(a: any, b: ListPanelPrimaryKeyValue): void;
|
|
369
|
+
hn(a: ListPanel, b: number): void;
|
|
370
|
+
go(a: any, b: ListPanelPrimaryKeyValue): void;
|
|
371
|
+
ff(a: any, b: ListPanelPrimaryKeyValue, c: boolean): void;
|
|
372
|
+
ho(a: number, b: any, c: ListPanelPrimaryKeyValue): void;
|
|
373
|
+
g9(a: any, b: ListPanelPrimaryKeyValue, c: boolean): void;
|
|
374
|
+
private gq;
|
|
375
|
+
private gr;
|
|
373
376
|
private gp;
|
|
374
|
-
private
|
|
375
|
-
|
|
377
|
+
private gs;
|
|
378
|
+
private cl;
|
|
379
|
+
fm(): void;
|
|
376
380
|
h(a: number): DataSourceRowType;
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
private
|
|
385
|
-
private
|
|
386
|
-
f8(a: number): void;
|
|
387
|
-
hi(a: ListPanel, b: number): void;
|
|
381
|
+
d9(a: string[], b: ListPanelPrimaryKeyValue, c: number, d: number): number;
|
|
382
|
+
ei(a: number): any;
|
|
383
|
+
dx(a: string[], b: ListPanelPrimaryKeyValue, c: number, d: number): number;
|
|
384
|
+
d4(): number;
|
|
385
|
+
ej(a: ListPanelItemModel): any;
|
|
386
|
+
gt(a: number, b: any, c: ListPanelPrimaryKeyValue): void;
|
|
387
|
+
hk(a: ListPanel, b: number): void;
|
|
388
|
+
private dg;
|
|
389
|
+
private bq;
|
|
388
390
|
gb(a: number): void;
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
private
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
private
|
|
391
|
+
hl(a: ListPanel, b: number): void;
|
|
392
|
+
ge(a: number): void;
|
|
393
|
+
private gc;
|
|
394
|
+
ck(a: any): boolean;
|
|
395
|
+
a9: () => void;
|
|
396
|
+
private x;
|
|
397
|
+
gj(a: Point, b: boolean, c: boolean, d: boolean): void;
|
|
398
|
+
private y;
|
|
399
|
+
private ch;
|
|
400
|
+
gk(a: Point, b: boolean, c: boolean, d: boolean): void;
|
|
401
|
+
private gd;
|
|
398
402
|
itemClicked: (sender: any, args: ListPanelItemEventArgs) => void;
|
|
403
|
+
fo(a: any): void;
|
|
399
404
|
}
|
|
400
405
|
/**
|
|
401
406
|
* @hidden
|