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.
Files changed (123) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +8 -8
  4. package/esm2015/lib/ComboEditorView_combined.js +27 -26
  5. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
  6. package/esm2015/lib/ListPanelView_combined.js +595 -577
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  9. package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
  10. package/esm2015/lib/ToolActionFieldSelector.js +7 -0
  11. package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
  12. package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
  13. package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
  14. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
  15. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
  16. package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
  17. package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
  18. package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
  19. package/esm2015/lib/ToolActionVisualData.js +17 -13
  20. package/esm2015/lib/ToolPanelContext.js +4 -1
  21. package/esm2015/lib/igc-list-panel-component.js +64 -54
  22. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  23. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  24. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  25. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  26. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  27. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  28. package/esm2015/lib/igc-tool-action-component.js +191 -180
  29. package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
  30. package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
  31. package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
  32. package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
  33. package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
  34. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
  35. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
  36. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
  37. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  38. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
  39. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  40. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  41. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  42. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  43. package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
  44. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  45. package/esm2015/lib/igc-tool-panel-component.js +275 -250
  46. package/esm2015/lib/igc-tool-panel-module.js +2 -0
  47. package/esm2015/lib/igc-toolbar-component.js +171 -156
  48. package/esm2015/public_api.js +16 -0
  49. package/esm5/lib/ComboEditorBridge.js +8 -8
  50. package/esm5/lib/ComboEditorView_combined.js +27 -26
  51. package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
  52. package/esm5/lib/ListPanelView_combined.js +592 -570
  53. package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
  54. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  55. package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
  56. package/esm5/lib/ToolActionFieldSelector.js +7 -0
  57. package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
  58. package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
  59. package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
  60. package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
  61. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
  62. package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
  63. package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
  64. package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
  65. package/esm5/lib/ToolActionVisualData.js +17 -13
  66. package/esm5/lib/ToolPanelContext.js +4 -1
  67. package/esm5/lib/igc-list-panel-component.js +68 -54
  68. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  69. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  70. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  71. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  72. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  73. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  74. package/esm5/lib/igc-tool-action-component.js +195 -180
  75. package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
  76. package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
  77. package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
  78. package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
  79. package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
  80. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
  81. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
  82. package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
  83. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  84. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
  85. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  86. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  87. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  88. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  89. package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
  90. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  91. package/esm5/lib/igc-tool-panel-component.js +283 -250
  92. package/esm5/lib/igc-tool-panel-module.js +2 -0
  93. package/esm5/lib/igc-toolbar-component.js +175 -156
  94. package/esm5/public_api.js +16 -0
  95. package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
  96. package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
  97. package/lib/ListPanelView_combined.d.ts +147 -144
  98. package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
  99. package/lib/ToolActionFieldSelector.d.ts +1 -0
  100. package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
  101. package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
  102. package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
  103. package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
  104. package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
  105. package/lib/ToolActionFieldSelectorType.d.ts +9 -0
  106. package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
  107. package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
  108. package/lib/ToolActionVisualData.d.ts +6 -5
  109. package/lib/igc-list-panel-component.d.ts +5 -0
  110. package/lib/igc-tool-action-component.d.ts +6 -0
  111. package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
  112. package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
  113. package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
  114. package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
  115. package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
  116. package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
  117. package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
  118. package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
  119. package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
  120. package/lib/igc-tool-panel-component.d.ts +10 -0
  121. package/lib/igc-toolbar-component.d.ts +5 -0
  122. package/package.json +3 -3
  123. package/public_api.d.ts +16 -0
@@ -33,6 +33,7 @@ import { ListPanel } from "./ListPanel";
33
33
  import { NativeUIContentRefreshedEventArgs } from "./NativeUIContentRefreshedEventArgs";
34
34
  import { ToolContextBindingCollection } from "./ToolContextBindingCollection";
35
35
  import { IExecutionContext } from "igniteui-webcomponents-core";
36
+ import { HorizontalAlignment } from "igniteui-webcomponents-core";
36
37
  import { Visibility } from "igniteui-webcomponents-core";
37
38
  import { ToolActionType } from "igniteui-webcomponents-core";
38
39
  import { ToolActionInfo } from "igniteui-webcomponents-core";
@@ -57,6 +58,11 @@ import { LayoutSelectedItemsCollection } from "./LayoutSelectedItemsCollection";
57
58
  import { ToolActionButtonGroupDisplayType } from "./ToolActionButtonGroupDisplayType";
58
59
  import { LayoutSelectedKeysCollection } from "./LayoutSelectedKeysCollection";
59
60
  import { ToolActionCheckboxListIndexType } from "./ToolActionCheckboxListIndexType";
61
+ import { IDataSource } from "igniteui-webcomponents-core";
62
+ import { ToolActionFieldSelectorType } from "./ToolActionFieldSelectorType";
63
+ import { ToolActionFieldSelectorAggregationsCollection } from "./ToolActionFieldSelectorAggregationsCollection";
64
+ import { ToolActionFieldSelectorSelectedAggregationsCollection } from "./ToolActionFieldSelectorSelectedAggregationsCollection";
65
+ import { DataSeriesAdapterImplementation } from "igniteui-webcomponents-core";
60
66
  import { ToolActionButtonDisplayType } from "./ToolActionButtonDisplayType";
61
67
  import { NativeUIPopup } from "igniteui-webcomponents-core";
62
68
  import { NativeUIMouseEventArgs } from "igniteui-webcomponents-core";
@@ -64,8 +70,8 @@ import { NativeUIFocusEventArgs } from "igniteui-webcomponents-core";
64
70
  import { ICommandStateChangedListener } from "igniteui-webcomponents-core";
65
71
  import { IToolbarTarget } from "igniteui-webcomponents-core";
66
72
  import { ScrollbarStyle } from "igniteui-webcomponents-core";
67
- import { ToolCommandStateType } from "igniteui-webcomponents-core";
68
73
  import { IToolbarContextAccessor } from "igniteui-webcomponents-core";
74
+ import { ToolCommandStateType } from "igniteui-webcomponents-core";
69
75
  import { ToolContextValueType } from "igniteui-webcomponents-core";
70
76
  import { NestedActionMode } from "./NestedActionMode";
71
77
  import { ToolPanelContentRefreshedEventArgs } from "./ToolPanelContentRefreshedEventArgs";
@@ -178,80 +184,84 @@ export declare class XToolbarBridge extends XComponentBridge implements INativeU
178
184
  */
179
185
  export declare class ToolbarView extends Base {
180
186
  static $t: Type;
181
- private o;
182
- private n;
183
- private g;
187
+ private q;
188
+ private p;
189
+ private i;
184
190
  constructor();
185
- q(): any;
191
+ s(): any;
186
192
  a: Toolbar;
187
- w(): void;
188
- j: DomRenderer;
189
- m: DomWrapper;
190
- e: RenderingContext;
191
- l: DomWrapper;
192
- u(a: DomRenderer): void;
193
- z(): void;
194
193
  y(): void;
195
- t(): void;
194
+ l: DomRenderer;
195
+ o: DomWrapper;
196
+ g: RenderingContext;
197
+ n: DomWrapper;
198
+ w(a: DomRenderer): void;
199
+ ab(): void;
196
200
  aa(): void;
201
+ v(): void;
202
+ ac(): void;
197
203
  private b;
198
- private ab;
199
- private c;
204
+ private ad;
205
+ private d;
200
206
  private _gridExternal;
201
- d(): FontInfo;
202
- v(): void;
207
+ e(): FontInfo;
208
+ private c;
209
+ f(): FontInfo;
203
210
  x(): void;
204
- s(): void;
205
- h(): number;
206
- i(a: string): number;
207
- f: boolean;
208
- private k;
209
- r(a: any, b: (arg1: any) => void): void;
211
+ z(): void;
212
+ u(): void;
213
+ j(): number;
214
+ k(a: string): number;
215
+ h: boolean;
216
+ private m;
217
+ t(a: any, b: (arg1: any) => void): void;
210
218
  }
211
219
  /**
212
220
  * @hidden
213
221
  */
214
222
  export declare class ToolPanelView extends Base {
215
223
  static $t: Type;
216
- private u;
217
- private t;
224
+ private w;
225
+ private v;
218
226
  constructor();
219
- x(): any;
227
+ z(): any;
220
228
  c: ToolPanel;
221
- af(): void;
222
- p: DomRenderer;
223
- get v(): DomWrapper;
224
- s: DomWrapper;
225
- i: RenderingContext;
226
- r: DomWrapper;
227
- ad(a: DomRenderer): void;
228
- ai(): void;
229
- ab(): void;
230
- m(): number;
231
- l(): number;
232
- aj(): void;
229
+ ah(): void;
230
+ r: DomRenderer;
231
+ get x(): DomWrapper;
232
+ u: DomWrapper;
233
+ k: RenderingContext;
234
+ t: DomWrapper;
235
+ af(a: DomRenderer): void;
236
+ ak(): void;
237
+ ad(): void;
238
+ o(): number;
239
+ n(): number;
240
+ al(): void;
233
241
  private d;
234
- private e;
235
- private al;
236
242
  private f;
243
+ private e;
244
+ private an;
245
+ private g;
237
246
  private _gridExternal;
238
- g(): FontInfo;
239
247
  h(): FontInfo;
240
- ae(): void;
241
- ah(): void;
248
+ j(): FontInfo;
249
+ i(): FontInfo;
242
250
  ag(): void;
251
+ aj(): void;
252
+ ai(): void;
253
+ ae(): void;
243
254
  ac(): void;
244
- aa(): void;
245
- k(): number;
246
- n(a: string): number;
247
- o(a: string, b: FontInfo): number;
248
- j: boolean;
249
- private q;
250
- z(a: any, b: (arg1: any) => void): void;
255
+ m(): number;
256
+ p(a: string): number;
257
+ q(a: string, b: FontInfo): number;
258
+ l: boolean;
259
+ private s;
260
+ ab(a: any, b: (arg1: any) => void): void;
251
261
  a(): Popup;
252
262
  b(a: NativeUIContent): ToolPanel;
253
- ak(a: any): Rect;
254
- y(): void;
263
+ am(a: any): Rect;
264
+ aa(): void;
255
265
  }
256
266
  /**
257
267
  * @hidden
@@ -261,49 +271,53 @@ export declare class NativeUIToolPanel extends NativeUIComponent {
261
271
  private get bo();
262
272
  get bt(): ToolActionCollection;
263
273
  set bt(a: ToolActionCollection);
274
+ get b1(): number;
275
+ set b1(a: number);
264
276
  get bz(): number;
265
- set bz(a: number);
266
- get by(): number;
267
277
  get bv(): ToolPanelOrientation;
268
278
  set bv(a: ToolPanelOrientation);
279
+ get ck(): Brush;
280
+ set ck(a: Brush);
281
+ get cj(): Brush;
282
+ set cj(a: Brush);
283
+ get cc(): Brush;
284
+ set cc(a: Brush);
285
+ get by(): FontInfo;
286
+ set by(a: FontInfo);
287
+ get bx(): FontInfo;
288
+ set bx(a: FontInfo);
289
+ get ca(): Brush;
290
+ set ca(a: Brush);
291
+ get b7(): Brush;
292
+ set b7(a: Brush);
269
293
  get ci(): Brush;
270
294
  set ci(a: Brush);
295
+ get cb(): Brush;
296
+ set cb(a: Brush);
297
+ get cd(): Brush;
298
+ set cd(a: Brush);
271
299
  get ch(): Brush;
272
300
  set ch(a: Brush);
273
- get ca(): Brush;
274
- set ca(a: Brush);
275
- get bx(): FontInfo;
276
- set bx(a: FontInfo);
277
- get b8(): Brush;
278
- set b8(a: Brush);
279
- get b5(): Brush;
280
- set b5(a: Brush);
301
+ get bw(): FontInfo;
302
+ set bw(a: FontInfo);
281
303
  get cg(): Brush;
282
304
  set cg(a: Brush);
305
+ get cl(): Brush;
306
+ set cl(a: Brush);
307
+ get b8(): Brush;
308
+ set b8(a: Brush);
309
+ get cm(): Brush;
310
+ set cm(a: Brush);
283
311
  get b9(): Brush;
284
312
  set b9(a: Brush);
285
- get cb(): Brush;
286
- set cb(a: Brush);
287
- get cf(): Brush;
288
- set cf(a: Brush);
289
- get bw(): FontInfo;
290
- set bw(a: FontInfo);
291
313
  get ce(): Brush;
292
314
  set ce(a: Brush);
293
- get cj(): Brush;
294
- set cj(a: Brush);
295
- get b6(): Brush;
296
- set b6(a: Brush);
297
- get ck(): Brush;
298
- set ck(a: Brush);
299
- get b7(): Brush;
300
- set b7(a: Brush);
301
- get cc(): Brush;
302
- set cc(a: Brush);
303
315
  get bu(): ToolPanelContext;
304
316
  set bu(a: ToolPanelContext);
305
- get cd(): Brush;
306
- set cd(a: Brush);
317
+ get cf(): Brush;
318
+ set cf(a: Brush);
319
+ get b0(): number;
320
+ set b0(a: number);
307
321
  private bp;
308
322
  get bq(): (sender: any, args: NativeUIContentRefreshedEventArgs) => void;
309
323
  set bq(a: (sender: any, args: NativeUIContentRefreshedEventArgs) => void);
@@ -316,11 +330,11 @@ export declare class NativeUIToolPanel extends NativeUIComponent {
316
330
  private br;
317
331
  get bs(): (sender: any, args: ToolCommandEventArgs) => void;
318
332
  set bs(a: (sender: any, args: ToolCommandEventArgs) => void);
319
- b3(): void;
320
- b4(a: NativeUIDisplayDensity): void;
321
- b0(): void;
322
- b2(a: Size): void;
323
- b1(a: any): void;
333
+ b5(): void;
334
+ b6(a: NativeUIDisplayDensity): void;
335
+ b2(): void;
336
+ b4(a: Size): void;
337
+ b3(a: any): void;
324
338
  }
325
339
  /**
326
340
  * @hidden
@@ -396,923 +410,1026 @@ export declare class NativeUIToolbar extends NativeUIComponent {
396
410
  */
397
411
  export declare abstract class ToolAction extends Base implements INotifyPropertyChanged {
398
412
  static $t: Type;
399
- q: ToolPanel;
400
- protected get_a8(): boolean;
401
- get a8(): boolean;
402
- private bj;
403
- private bm;
413
+ r: ToolPanel;
414
+ protected get_ba(): boolean;
415
+ get ba(): boolean;
404
416
  private bl;
405
- private bi;
406
- private bh;
407
- private bp;
408
- private as;
409
- protected gj(a: string, b: any): void;
410
- private gc;
411
- private gd;
412
- private e4;
417
+ private bo;
418
+ private bn;
419
+ private bk;
420
+ private bj;
421
+ private br;
422
+ private au;
423
+ protected gp(a: string, b: any): void;
424
+ private gi;
425
+ private gj;
426
+ private fa;
427
+ private gt;
428
+ protected cv(a: string, b: any): any;
429
+ protected i<T>($t: Type, a: string, b: T): T;
430
+ protected cu(a: string, b: any): any;
431
+ private cs;
413
432
  private gm;
414
- protected ct(a: string, b: any): any;
415
- protected h<T>($t: Type, a: string, b: T): T;
416
- protected cs(a: string, b: any): any;
417
- private cq;
418
- private gg;
419
- private o;
433
+ private p;
420
434
  get contextBindings(): ToolContextBindingCollection;
421
435
  set contextBindings(a: ToolContextBindingCollection);
422
- protected aw(): boolean;
423
- protected fk(a: (arg1: ToolContextBinding) => void): void;
424
- private az;
425
- protected gh(a: string, b: any): void;
426
- protected ax(a: string): boolean;
427
- protected ay(a: string): boolean;
428
- gi(a: ToolPanel): void;
429
- private cr;
430
- private r;
431
- protected f2(): void;
436
+ protected ay(): boolean;
437
+ protected fq(a: (arg1: ToolContextBinding) => void): void;
438
+ private a1;
439
+ protected gn(a: string, b: any): void;
440
+ protected az(a: string): boolean;
441
+ protected a0(a: string): boolean;
442
+ go(a: ToolPanel): void;
443
+ private ct;
444
+ private s;
445
+ protected f8(a: ToolPanel, b: ToolPanel): void;
432
446
  private c;
433
447
  get d(): IExecutionContext;
434
448
  set d(a: IExecutionContext);
435
- private cw;
436
- get cx(): string;
437
- g: ToolAction;
438
- private i;
449
+ private cy;
450
+ get cz(): string;
451
+ h: ToolAction;
452
+ private j;
439
453
  get actions(): ToolActionCollection;
440
- get cm(): number;
441
- set cm(a: number);
442
- get b7(): number;
443
- set b7(a: number);
444
- get cn(): number;
445
- set cn(a: number);
454
+ get co(): number;
455
+ set co(a: number);
456
+ get b9(): number;
457
+ set b9(a: number);
458
+ get cp(): number;
459
+ set cp(a: number);
446
460
  constructor();
447
- e6(): void;
448
- private fx;
461
+ fc(): void;
462
+ private f3;
463
+ private f4;
464
+ private fu;
465
+ private fv;
449
466
  private fy;
450
- private fo;
451
- private fp;
467
+ protected fb(a: ToolAction, b: string): void;
468
+ private ew;
469
+ l(a: boolean): ToolActionEventDetail;
452
470
  private fs;
453
- protected e5(a: ToolAction, b: string): void;
454
- private et;
455
- k(a: boolean): ToolActionEventDetail;
456
- private fm;
457
- protected fn(a: List$1<ToolCommandArgument>): void;
458
- er(): string;
459
- cu(): any;
460
- cv(): any;
461
- get ep(): string;
462
- set ep(a: string);
463
- dk: string;
464
- dh: string;
465
- ek: string;
466
- es(): string;
467
- get dq(): string;
468
- set dq(a: string);
469
- get dm(): string;
470
- set dm(a: string);
471
- get co(): any;
472
- set co(a: any);
473
- get s(): BaseControlTheme;
474
- set s(a: BaseControlTheme);
475
- get ci(): number;
476
- set ci(a: number);
477
- get bz(): number;
478
- set bz(a: number);
479
- get cj(): number;
480
- set cj(a: number);
481
- get b0(): number;
482
- set b0(a: number);
483
- get ch(): number;
484
- set ch(a: number);
485
- get by(): number;
486
- set by(a: number);
471
+ protected ft(a: List$1<ToolCommandArgument>): void;
472
+ eu(): string;
473
+ cw(): any;
474
+ cx(): any;
475
+ get es(): string;
476
+ set es(a: string);
477
+ dm: string;
478
+ dj: string;
479
+ en: string;
480
+ g: ToolAction;
481
+ ev(): string;
482
+ get ds(): string;
483
+ set ds(a: string);
484
+ get dp(): string;
485
+ set dp(a: string);
486
+ get cq(): any;
487
+ set cq(a: any);
488
+ get t(): BaseControlTheme;
489
+ set t(a: BaseControlTheme);
487
490
  get ck(): number;
488
491
  set ck(a: number);
489
492
  get b1(): number;
490
493
  set b1(a: number);
491
- get gz(): Brush;
492
- set gz(a: Brush);
494
+ get cl(): number;
495
+ set cl(a: number);
496
+ get b2(): number;
497
+ set b2(a: number);
498
+ get cj(): number;
499
+ set cj(a: number);
500
+ get b0(): number;
501
+ set b0(a: number);
502
+ get cm(): number;
503
+ set cm(a: number);
504
+ get b3(): number;
505
+ set b3(a: number);
493
506
  get g7(): Brush;
494
507
  set g7(a: Brush);
495
- private gv;
496
- get gw(): Brush;
497
- set gw(a: Brush);
508
+ get hf(): Brush;
509
+ set hf(a: Brush);
510
+ private g3;
498
511
  get g4(): Brush;
499
512
  set g4(a: Brush);
500
- get g3(): Brush;
501
- set g3(a: Brush);
513
+ get hc(): Brush;
514
+ set hc(a: Brush);
502
515
  get hb(): Brush;
503
516
  set hb(a: Brush);
504
- get g2(): Brush;
505
- set g2(a: Brush);
517
+ get hj(): Brush;
518
+ set hj(a: Brush);
506
519
  get ha(): Brush;
507
520
  set ha(a: Brush);
508
- get gx(): Brush;
509
- set gx(a: Brush);
521
+ get hi(): Brush;
522
+ set hi(a: Brush);
510
523
  get g5(): Brush;
511
524
  set g5(a: Brush);
512
- private aa;
525
+ get hd(): Brush;
526
+ set hd(a: Brush);
527
+ private ab;
528
+ get ae(): FontInfo;
529
+ set ae(a: FontInfo);
530
+ get ah(): FontInfo;
531
+ set ah(a: FontInfo);
513
532
  get ad(): FontInfo;
514
533
  set ad(a: FontInfo);
515
534
  get ag(): FontInfo;
516
535
  set ag(a: FontInfo);
517
- get ac(): FontInfo;
518
- set ac(a: FontInfo);
519
- get af(): FontInfo;
520
- set af(a: FontInfo);
521
- get a6(): boolean;
522
- set a6(a: boolean);
523
- get a7(): boolean;
524
- set a7(a: boolean);
536
+ get a8(): boolean;
537
+ set a8(a: boolean);
538
+ get a9(): boolean;
539
+ set a9(a: boolean);
540
+ get w(): ControlDisplayDensity;
541
+ set w(a: ControlDisplayDensity);
525
542
  get v(): ControlDisplayDensity;
526
543
  set v(a: ControlDisplayDensity);
527
- get u(): ControlDisplayDensity;
528
- set u(a: ControlDisplayDensity);
529
- get a5(): boolean;
530
- get ei(): string;
531
- set ei(a: string);
532
- get e1(): string;
533
- set e1(a: string);
534
- get ev(): string;
535
- set ev(a: string);
544
+ get a7(): boolean;
545
+ get el(): string;
546
+ set el(a: string);
547
+ get e5(): string;
548
+ set e5(a: string);
549
+ get ez(): string;
550
+ set ez(a: string);
551
+ get g2(): HorizontalAlignment;
552
+ set g2(a: HorizontalAlignment);
553
+ private bv;
554
+ protected get_cn(): number;
555
+ get cn(): number;
556
+ get d9(): string;
557
+ set d9(a: string);
558
+ get d4(): string;
559
+ set d4(a: string);
536
560
  private bt;
537
- protected get_cl(): number;
538
- get cl(): number;
539
- get d6(): string;
540
- set d6(a: string);
541
- get d1(): string;
542
- set d1(a: string);
543
- private br;
544
- get cd(): number;
545
- set cd(a: number);
546
- get ce(): number;
547
- set ce(a: number);
548
561
  get cf(): number;
549
562
  set cf(a: number);
550
- get cc(): number;
551
- set cc(a: number);
563
+ get cg(): number;
564
+ set cg(a: number);
565
+ get ch(): number;
566
+ set ch(a: number);
567
+ get ce(): number;
568
+ set ce(a: number);
569
+ get hg(): Brush;
570
+ set hg(a: Brush);
552
571
  get g8(): Brush;
553
572
  set g8(a: Brush);
554
- get g0(): Brush;
555
- set g0(a: Brush);
556
573
  get a(): BrushCollection;
557
574
  set a(a: BrushCollection);
575
+ get hh(): Brush;
576
+ set hh(a: Brush);
558
577
  get g9(): Brush;
559
578
  set g9(a: Brush);
560
- get g1(): Brush;
561
- set g1(a: Brush);
562
579
  get b(): BrushCollection;
563
580
  set b(a: BrushCollection);
581
+ get cd(): number;
582
+ set cd(a: number);
583
+ private bu;
584
+ get ci(): number;
585
+ set ci(a: number);
586
+ private bq;
587
+ get bz(): number;
588
+ set bz(a: number);
589
+ private bs;
590
+ get cc(): number;
591
+ set cc(a: number);
592
+ private bp;
593
+ get by(): number;
594
+ set by(a: number);
595
+ get hk(): Visibility;
596
+ set hk(a: Visibility);
597
+ get aw(): boolean;
598
+ set aw(a: boolean);
564
599
  get cb(): number;
565
600
  set cb(a: number);
566
- private bs;
567
- get cg(): number;
568
- set cg(a: number);
569
- private bo;
570
601
  get bx(): number;
571
602
  set bx(a: number);
572
- private bq;
573
603
  get ca(): number;
574
604
  set ca(a: number);
575
- private bn;
576
605
  get bw(): number;
577
606
  set bw(a: number);
578
- get hc(): Visibility;
579
- set hc(a: Visibility);
580
- get au(): boolean;
581
- set au(a: boolean);
582
- get b9(): number;
583
- set b9(a: number);
584
- get bv(): number;
585
- set bv(a: number);
586
- get b8(): number;
587
- set b8(a: number);
588
- get bu(): number;
589
- set bu(a: number);
607
+ get he(): Brush;
608
+ set he(a: Brush);
590
609
  get g6(): Brush;
591
610
  set g6(a: Brush);
592
- get gy(): Brush;
593
- set gy(a: Brush);
594
- get bd(): boolean;
595
- set bd(a: boolean);
596
- protected get_a1(): boolean;
597
- protected get a1(): boolean;
598
- protected get_a2(): boolean;
599
- protected get a2(): boolean;
600
- protected get_bb(): boolean;
601
- protected get bb(): boolean;
602
- protected get_be(): boolean;
603
- protected get be(): boolean;
604
- protected get_at(): boolean;
605
- protected get at(): boolean;
606
- propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
607
- protected ft(): void;
608
- protected f3(a: string, b: any, c: any): void;
609
- protected get_z(): ToolActionType;
610
- get z(): ToolActionType;
611
- protected gb(a: string, b: any, c: any): void;
612
- private gr;
613
- protected gk(a: string): void;
614
- protected gl(a: string): void;
615
- protected ba(a: string): boolean;
616
- private bk;
617
- private fz;
618
- private f0;
619
- private ga;
620
- protected ai(a: ControlDisplayDensity): NativeUIDisplayDensity;
621
- protected w(a: ToolActionInfoDensity): ControlDisplayDensity;
611
+ get bf(): boolean;
612
+ set bf(a: boolean);
613
+ protected get_a3(): boolean;
614
+ protected get a3(): boolean;
615
+ protected get_a4(): boolean;
622
616
  protected get a4(): boolean;
623
- protected fq(): void;
624
- protected gn(): void;
625
- private gq;
626
- private ab;
627
- protected a9(): boolean;
628
- gt(): void;
629
- protected b6(): number;
617
+ protected get_bd(): boolean;
618
+ protected get bd(): boolean;
619
+ protected get_bg(): boolean;
620
+ protected get bg(): boolean;
621
+ protected get_av(): boolean;
622
+ protected get av(): boolean;
623
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
624
+ protected fz(): void;
625
+ protected f9(a: string, b: any, c: any): void;
626
+ protected get_aa(): ToolActionType;
627
+ get aa(): ToolActionType;
628
+ protected gh(a: string, b: any, c: any): void;
629
+ private gy;
630
+ protected gq(a: string): void;
631
+ protected gr(a: string): void;
632
+ protected bc(a: string): boolean;
633
+ private bm;
634
+ private f5;
635
+ private f6;
636
+ private gg;
637
+ protected ak(a: ControlDisplayDensity): NativeUIDisplayDensity;
638
+ protected x(a: ToolActionInfoDensity): ControlDisplayDensity;
639
+ protected get a6(): boolean;
640
+ protected fw(): void;
630
641
  protected gu(): void;
631
- protected f1(): void;
632
- f5(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
633
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
634
- f6(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
635
- fa(a: ToolPanel, b: ToolActionMeasurementContext): void;
636
- fb(a: ToolPanel, b: ToolActionMeasurementContext): void;
637
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
642
+ private gx;
643
+ private ac;
644
+ protected bb(): boolean;
645
+ g0(): void;
646
+ protected b8(): number;
647
+ protected g1(): void;
648
+ protected f7(): void;
649
+ protected gs(): void;
650
+ protected gd(): void;
651
+ gb(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
652
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
653
+ fg(a: ToolPanel, b: ToolActionMeasurementContext): void;
654
+ fh(a: ToolPanel, b: ToolActionMeasurementContext): void;
655
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
656
+ b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
638
657
  b5(a: ToolPanel, b: ToolActionMeasurementContext): number;
639
- b3(a: ToolPanel, b: ToolActionMeasurementContext): number;
640
- ae(a: ToolPanel): FontInfo;
641
- b2(a: ToolPanel, b: ToolActionMeasurementContext): number;
642
- f4(a: ToolActionEventDetail, b: ToolAction): void;
643
- private ge;
644
- protected gf(a: ToolCommand, b: boolean): void;
658
+ af(a: ToolPanel): FontInfo;
659
+ b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
660
+ ga(a: ToolActionEventDetail, b: ToolAction): void;
661
+ private gk;
662
+ protected gl(a: ToolCommand, b: boolean): void;
645
663
  onCommand: (sender: any, args: ToolCommandEventArgs) => void;
646
- protected bf(): boolean;
647
- private e8;
648
- a3(): boolean;
649
- private fu;
650
- private e9;
664
+ protected bh(): boolean;
665
+ private fe;
666
+ a5(): boolean;
667
+ private f0;
668
+ private ff;
651
669
  performed: (sender: any, args: ToolActionPerformedEventArgs) => void;
652
670
  static f(a: ToolActionInfo): ToolAction;
653
- protected y: ToolActionInfo;
654
- protected fl(): void;
655
- protected n(a: ToolContextBindingInfo): ToolContextBinding;
656
- protected bc(): boolean;
657
- protected bg(): boolean;
658
- protected aj(a: NativeUIComponentBuiltInType): NativeUIElementFactoryFlavor;
659
- private an;
660
- protected get ao(): NativeUIGrid;
661
- private ak;
662
- private ah;
671
+ protected z: ToolActionInfo;
672
+ protected fr(): void;
673
+ protected o(a: ToolContextBindingInfo): ToolContextBinding;
674
+ protected be(): boolean;
675
+ protected bi(): boolean;
676
+ protected al(a: NativeUIComponentBuiltInType): NativeUIElementFactoryFlavor;
663
677
  private ap;
678
+ protected get aq(): NativeUIGrid;
664
679
  private am;
665
- private aq;
680
+ private ai;
666
681
  private ar;
667
- private fj;
668
- protected fi(): void;
669
- protected fh(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
670
- protected fd(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
671
- protected gs(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
672
- private fc;
673
- private a0;
674
- private fr;
675
- private go;
676
- protected fw(): void;
677
- protected fv(a: any, b: NativeUIClickedEventArgs): void;
678
- f8(): void;
679
- e7(): void;
680
- f9(a: ToolAction): void;
681
- static av(a: ToolAction, b: ToolActionInfo): boolean;
682
- e(): NativeUIToolPanel;
683
- cp(): any;
684
- dw(): string;
685
- private t;
686
- private al;
687
- private get x();
688
- private set x(value);
689
- gp(a: ControlDisplayDensity): void;
690
- ff(): void;
691
- fe(): void;
692
- protected fg(): void;
682
+ private ao;
683
+ private as;
684
+ private at;
685
+ private fp;
686
+ protected fo(): void;
687
+ protected fn(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
688
+ protected fj(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
689
+ protected gz(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
690
+ private fi;
691
+ private aj;
692
+ private a2;
693
+ private fx;
694
+ private gv;
695
+ protected f2(): void;
696
+ protected f1(a: any, b: NativeUIClickedEventArgs): void;
697
+ ge(): void;
698
+ fd(): void;
699
+ gf(a: ToolAction): void;
700
+ static ax(a: ToolAction, b: ToolActionInfo): boolean;
701
+ e(): NativeUIToolPanel;
702
+ cr(): any;
703
+ dy(): string;
704
+ private u;
705
+ private an;
706
+ private get y();
707
+ private set y(value);
708
+ gw(a: ControlDisplayDensity): void;
709
+ fl(): void;
710
+ fk(): void;
711
+ protected fm(): void;
693
712
  }
694
713
  /**
695
714
  * @hidden
696
715
  */
697
716
  export declare class ToolActionColorEditor extends ToolAction {
698
717
  static $t: Type;
699
- private hd;
700
- protected get_z(): ToolActionType;
701
- get hj(): Brush;
702
- set hj(a: Brush);
703
- protected fn(a: List$1<ToolCommandArgument>): void;
704
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
705
- hf(): string;
706
- k(a: boolean): ToolActionEventDetail;
707
- private hh;
708
- private hi;
709
- private he;
710
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
711
- protected gn(): void;
718
+ private hl;
719
+ protected get_aa(): ToolActionType;
720
+ get hr(): Brush;
721
+ set hr(a: Brush);
722
+ protected ft(a: List$1<ToolCommandArgument>): void;
723
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
724
+ hn(): string;
725
+ l(a: boolean): ToolActionEventDetail;
726
+ private hp;
727
+ private hq;
728
+ private hm;
729
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
712
730
  protected gu(): void;
713
- protected gb(a: string, b: any, c: any): void;
714
- protected fw(): void;
715
- protected fl(): void;
716
- e6(): void;
717
- protected fg(): void;
731
+ protected g1(): void;
732
+ protected gh(a: string, b: any, c: any): void;
733
+ protected f2(): void;
734
+ protected fr(): void;
735
+ fc(): void;
736
+ protected fm(): void;
718
737
  }
719
738
  /**
720
739
  * @hidden
721
740
  */
722
741
  export declare class ToolActionCombo extends ToolAction {
723
742
  static $t: Type;
724
- protected get_z(): ToolActionType;
743
+ protected get_aa(): ToolActionType;
725
744
  get itemsSource(): any;
726
745
  set itemsSource(a: any);
727
- get hh(): string;
728
- set hh(a: string);
729
- get hl(): string;
730
- set hl(a: string);
731
- get hd(): LayoutSelectedItemsCollection;
732
- set hd(a: LayoutSelectedItemsCollection);
733
- protected gb(a: string, b: any, c: any): void;
734
- private he;
735
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
736
- private hf;
746
+ get hp(): string;
747
+ set hp(a: string);
748
+ get ht(): string;
749
+ set ht(a: string);
750
+ get hl(): LayoutSelectedItemsCollection;
751
+ set hl(a: LayoutSelectedItemsCollection);
752
+ protected gh(a: string, b: any, c: any): void;
753
+ private hm;
754
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
737
755
  private hn;
738
- private ho;
739
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
740
- protected gn(): void;
756
+ private hv;
757
+ private hw;
758
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
741
759
  protected gu(): void;
742
- protected fw(): void;
743
- k(a: boolean): ToolActionEventDetail;
744
- protected fn(a: List$1<ToolCommandArgument>): void;
745
- protected fl(): void;
746
- e6(): void;
747
- protected fg(): void;
760
+ protected g1(): void;
761
+ protected f2(): void;
762
+ l(a: boolean): ToolActionEventDetail;
763
+ protected ft(a: List$1<ToolCommandArgument>): void;
764
+ protected fr(): void;
765
+ fc(): void;
766
+ protected fm(): void;
748
767
  }
749
768
  /**
750
769
  * @hidden
751
770
  */
752
771
  export declare class ToolActionButtonPair extends ToolAction {
753
772
  static $t: Type;
754
- protected get_z(): ToolActionType;
755
- get h0(): boolean;
756
- set h0(a: boolean);
757
- get h3(): boolean;
758
- set h3(a: boolean);
759
- get hz(): boolean;
760
- set hz(a: boolean);
761
- get h2(): boolean;
762
- set h2(a: boolean);
763
- get iw(): string;
764
- set iw(a: string);
765
- get iq(): string;
766
- set iq(a: string);
767
- get hy(): boolean;
768
- set hy(a: boolean);
769
- get is(): string;
770
- set is(a: string);
771
- get h9(): number;
772
- set h9(a: number);
773
- get ia(): number;
774
- set ia(a: number);
775
- get ib(): number;
776
- set ib(a: number);
777
- get h8(): number;
778
- set h8(a: number);
779
- get jz(): Brush;
780
- set jz(a: Brush);
781
- get jv(): Brush;
782
- set jv(a: Brush);
783
- get hf(): BrushCollection;
784
- set hf(a: BrushCollection);
785
- get j0(): Brush;
786
- set j0(a: Brush);
787
- get jw(): Brush;
788
- set jw(a: Brush);
789
- get hg(): BrushCollection;
790
- set hg(a: BrushCollection);
791
- get h7(): number;
792
- set h7(a: number);
793
- get i7(): string;
794
- set i7(a: string);
795
- get jf(): string;
796
- set jf(a: string);
797
- get i9(): string;
798
- set i9(a: string);
799
- get jb(): string;
800
- set jb(a: string);
801
- get ie(): number;
802
- set ie(a: number);
803
- get ig(): number;
804
- set ig(a: number);
773
+ protected get_aa(): ToolActionType;
774
+ get h8(): boolean;
775
+ set h8(a: boolean);
776
+ get ib(): boolean;
777
+ set ib(a: boolean);
778
+ get h7(): boolean;
779
+ set h7(a: boolean);
780
+ get ia(): boolean;
781
+ set ia(a: boolean);
782
+ get i4(): string;
783
+ set i4(a: string);
784
+ get iy(): string;
785
+ set iy(a: string);
786
+ get h6(): boolean;
787
+ set h6(a: boolean);
788
+ get i0(): string;
789
+ set i0(a: string);
790
+ get ii(): number;
791
+ set ii(a: number);
792
+ get ij(): number;
793
+ set ij(a: number);
794
+ get ik(): number;
795
+ set ik(a: number);
805
796
  get ih(): number;
806
797
  set ih(a: number);
807
- get id(): number;
808
- set id(a: number);
809
- get j1(): Brush;
810
- set j1(a: Brush);
811
- get jx(): Brush;
812
- set jx(a: Brush);
813
- get hh(): BrushCollection;
814
- set hh(a: BrushCollection);
815
- get j2(): Brush;
816
- set j2(a: Brush);
817
- get jy(): Brush;
818
- set jy(a: Brush);
819
- get hi(): BrushCollection;
820
- set hi(a: BrushCollection);
798
+ get j7(): Brush;
799
+ set j7(a: Brush);
800
+ get j3(): Brush;
801
+ set j3(a: Brush);
802
+ get hn(): BrushCollection;
803
+ set hn(a: BrushCollection);
804
+ get j8(): Brush;
805
+ set j8(a: Brush);
806
+ get j4(): Brush;
807
+ set j4(a: Brush);
808
+ get ho(): BrushCollection;
809
+ set ho(a: BrushCollection);
810
+ get ig(): number;
811
+ set ig(a: number);
812
+ get jf(): string;
813
+ set jf(a: string);
814
+ get jn(): string;
815
+ set jn(a: string);
816
+ get jh(): string;
817
+ set jh(a: string);
818
+ get jj(): string;
819
+ set jj(a: string);
820
+ get io(): number;
821
+ set io(a: number);
822
+ get ip(): number;
823
+ set ip(a: number);
824
+ get iq(): number;
825
+ set iq(a: number);
826
+ get im(): number;
827
+ set im(a: number);
828
+ get j9(): Brush;
829
+ set j9(a: Brush);
830
+ get j5(): Brush;
831
+ set j5(a: Brush);
832
+ get hp(): BrushCollection;
833
+ set hp(a: BrushCollection);
834
+ get ka(): Brush;
835
+ set ka(a: Brush);
836
+ get j6(): Brush;
837
+ set j6(a: Brush);
838
+ get hq(): BrushCollection;
839
+ set hq(a: BrushCollection);
840
+ get il(): number;
841
+ set il(a: number);
842
+ get jy(): string;
843
+ set jy(a: string);
844
+ get hr(): ToolActionButtonGroupDisplayType;
845
+ set hr(a: ToolActionButtonGroupDisplayType);
821
846
  get ic(): number;
822
847
  set ic(a: number);
823
- get jq(): string;
824
- set jq(a: string);
825
- get hj(): ToolActionButtonGroupDisplayType;
826
- set hj(a: ToolActionButtonGroupDisplayType);
827
- get h4(): number;
828
- set h4(a: number);
829
- f9(a: ToolAction): void;
830
- private hn;
831
- protected fl(): void;
832
- k(a: boolean): ToolActionEventDetail;
833
- protected fn(a: List$1<ToolCommandArgument>): void;
834
- private hk;
835
- private hl;
836
- private hm;
837
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
838
- private h6;
839
- private h5;
840
- private h1;
841
- private he;
842
- private ju;
843
- private hu;
848
+ gf(a: ToolAction): void;
844
849
  private hv;
845
- private hd;
846
- private js;
847
- private jt;
848
- private hx;
849
- private hq;
850
+ protected fr(): void;
851
+ l(a: boolean): ToolActionEventDetail;
852
+ protected ft(a: List$1<ToolCommandArgument>): void;
850
853
  private hs;
851
854
  private ht;
852
- private hr;
853
- private ho;
854
- private hp;
855
+ private hu;
856
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
857
+ private ie;
858
+ private id;
859
+ private h9;
860
+ private hm;
861
+ private j2;
862
+ private h2;
863
+ private h3;
864
+ private hl;
865
+ private j0;
866
+ private j1;
867
+ private h5;
868
+ private hy;
869
+ private h0;
870
+ private h1;
871
+ private hz;
855
872
  private hw;
856
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
857
- protected gb(a: string, b: any, c: any): void;
858
- protected gn(): void;
873
+ private hx;
874
+ private h4;
875
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
876
+ protected gh(a: string, b: any, c: any): void;
859
877
  protected gu(): void;
860
- e6(): void;
861
- protected fg(): void;
878
+ protected g1(): void;
879
+ fc(): void;
880
+ protected fm(): void;
862
881
  }
863
882
  /**
864
883
  * @hidden
865
884
  */
866
885
  export declare class ToolActionCheckboxList extends ToolAction {
867
886
  static $t: Type;
868
- private hg;
869
- private hl;
870
- private hi;
871
- private hm;
872
- private hk;
873
- private hh;
874
- protected get_z(): ToolActionType;
875
- fb(a: ToolPanel, b: ToolActionMeasurementContext): void;
876
- protected fh(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
887
+ private ho;
888
+ private ht;
889
+ private hq;
890
+ private hu;
891
+ private hs;
892
+ private hp;
893
+ protected get_aa(): ToolActionType;
894
+ fh(a: ToolPanel, b: ToolActionMeasurementContext): void;
895
+ protected fn(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
877
896
  get itemsSource(): any;
878
897
  set itemsSource(a: any);
879
- get hu(): string;
880
- set hu(a: string);
881
- get hj(): boolean;
882
- set hj(a: boolean);
883
- get ho(): string;
884
- set ho(a: string);
885
- get hd(): string[];
886
- set hd(a: string[]);
887
- get he(): LayoutSelectedKeysCollection;
888
- set he(a: LayoutSelectedKeysCollection);
889
- get hf(): ToolActionCheckboxListIndexType;
890
- set hf(a: ToolActionCheckboxListIndexType);
891
- protected gb(a: string, b: any, c: any): void;
892
- private h2;
893
- private h4;
894
- private h3;
898
+ get h2(): string;
899
+ set h2(a: string);
900
+ get hr(): boolean;
901
+ set hr(a: boolean);
902
+ get hw(): string;
903
+ set hw(a: string);
904
+ get hl(): string[];
905
+ set hl(a: string[]);
906
+ get hm(): LayoutSelectedKeysCollection;
907
+ set hm(a: LayoutSelectedKeysCollection);
908
+ get hn(): ToolActionCheckboxListIndexType;
909
+ set hn(a: ToolActionCheckboxListIndexType);
910
+ protected gh(a: string, b: any, c: any): void;
911
+ private ia;
912
+ private ic;
913
+ private ib;
914
+ private id;
915
+ private h9;
916
+ private h6;
895
917
  private h5;
896
- private h1;
918
+ private h7;
919
+ private h8;
920
+ l(a: boolean): ToolActionEventDetail;
921
+ protected ft(a: List$1<ToolCommandArgument>): void;
922
+ protected gz(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
923
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
924
+ protected g1(): void;
925
+ protected fr(): void;
926
+ fc(): void;
927
+ protected fm(): void;
928
+ }
929
+ /**
930
+ * @hidden
931
+ */
932
+ export declare class ToolActionFieldSelector extends ToolAction {
933
+ static $t: Type;
897
934
  private hy;
898
- private hx;
935
+ private il;
936
+ private h1;
937
+ private io;
938
+ private it;
939
+ private hv;
940
+ private h3;
941
+ private ib;
942
+ private h4;
943
+ private iq;
944
+ private hl;
945
+ private hs;
946
+ private h9;
947
+ private hn;
948
+ private ho;
949
+ constructor();
950
+ hm(): DataSeriesAdapterImplementation;
899
951
  private hz;
952
+ private jn;
953
+ private jp;
954
+ private im;
955
+ private hq;
956
+ private i8;
957
+ private i7;
958
+ private hr;
959
+ private jw;
960
+ get ht(): IDataSource;
961
+ set ht(a: IDataSource);
962
+ get ip(): any;
963
+ set ip(a: any);
964
+ private get hp();
965
+ private set hp(value);
966
+ get hx(): ToolActionFieldSelectorType;
967
+ set hx(a: ToolActionFieldSelectorType);
968
+ get h7(): boolean;
969
+ set h7(a: boolean);
970
+ private h6;
971
+ get hu(): ToolActionFieldSelectorAggregationsCollection;
972
+ set hu(a: ToolActionFieldSelectorAggregationsCollection);
973
+ private get ia();
974
+ private set ia(value);
975
+ private h5;
976
+ get h8(): boolean;
977
+ set h8(a: boolean);
978
+ get hw(): ToolActionFieldSelectorSelectedAggregationsCollection;
979
+ set hw(a: ToolActionFieldSelectorSelectedAggregationsCollection);
980
+ get ii(): number;
981
+ set ii(a: number);
982
+ get id(): number;
983
+ set id(a: number);
984
+ get ij(): number;
985
+ set ij(a: number);
986
+ get ie(): number;
987
+ set ie(a: number);
988
+ get ih(): number;
989
+ set ih(a: number);
990
+ get ic(): number;
991
+ set ic(a: number);
992
+ get ik(): number;
993
+ set ik(a: number);
994
+ get ig(): number;
995
+ set ig(a: number);
996
+ protected get_aa(): ToolActionType;
997
+ fh(a: ToolPanel, b: ToolActionMeasurementContext): void;
998
+ protected fn(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
999
+ protected gh(a: string, b: any, c: any): void;
1000
+ private jr;
1001
+ private js;
1002
+ private jv;
1003
+ private ju;
1004
+ private jt;
1005
+ private jl;
1006
+ private jk;
900
1007
  private h0;
901
- k(a: boolean): ToolActionEventDetail;
902
- protected fn(a: List$1<ToolCommandArgument>): void;
903
- protected gs(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
904
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
905
- protected gu(): void;
906
- protected fl(): void;
907
- e6(): void;
908
- protected fg(): void;
1008
+ private jj;
1009
+ private h2;
1010
+ private jo;
1011
+ private jm;
1012
+ private jq;
1013
+ private ji;
1014
+ l(a: boolean): ToolActionEventDetail;
1015
+ protected ft(a: List$1<ToolCommandArgument>): void;
1016
+ protected gz(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1017
+ protected g1(): void;
1018
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1019
+ protected f8(a: ToolPanel, b: ToolPanel): void;
1020
+ protected fr(): void;
1021
+ fc(): void;
1022
+ protected fm(): void;
909
1023
  }
910
1024
  /**
911
1025
  * @hidden
912
1026
  */
913
1027
  export declare class ToolActionSubPanel extends ToolAction {
914
1028
  static $t: Type;
915
- private hd;
916
- private he;
1029
+ private hl;
1030
+ private hm;
1031
+ get hn(): number;
1032
+ set hn(a: number);
917
1033
  constructor();
918
- protected get_z(): ToolActionType;
919
- fb(a: ToolPanel, b: ToolActionMeasurementContext): void;
920
- protected fh(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
921
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
922
- private hg;
923
- private hf;
924
- protected gb(a: string, b: any, c: any): void;
925
- e6(): void;
926
- protected fg(): void;
1034
+ protected get_aa(): ToolActionType;
1035
+ fh(a: ToolPanel, b: ToolActionMeasurementContext): void;
1036
+ protected fn(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1037
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1038
+ private hr;
1039
+ private hq;
1040
+ protected g1(): void;
1041
+ private hp;
1042
+ protected gh(a: string, b: any, c: any): void;
1043
+ fc(): void;
1044
+ protected fm(): void;
927
1045
  }
928
1046
  /**
929
1047
  * @hidden
930
1048
  */
931
1049
  export declare class ToolActionTextInput extends ToolAction {
932
1050
  static $t: Type;
933
- private hd;
934
- protected get_z(): ToolActionType;
935
- get hf(): string;
936
- set hf(a: string);
937
- protected fn(a: List$1<ToolCommandArgument>): void;
938
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
939
- he(): string;
940
- k(a: boolean): ToolActionEventDetail;
941
- private hh;
942
- private hi;
943
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
944
- protected gn(): void;
1051
+ private hl;
1052
+ protected get_aa(): ToolActionType;
1053
+ get hn(): string;
1054
+ set hn(a: string);
1055
+ protected ft(a: List$1<ToolCommandArgument>): void;
1056
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
1057
+ hm(): string;
1058
+ l(a: boolean): ToolActionEventDetail;
1059
+ private hp;
1060
+ private hq;
1061
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
945
1062
  protected gu(): void;
946
- protected gb(a: string, b: any, c: any): void;
947
- protected fw(): void;
948
- protected fl(): void;
949
- e6(): void;
950
- protected fg(): void;
1063
+ protected g1(): void;
1064
+ protected gh(a: string, b: any, c: any): void;
1065
+ protected f2(): void;
1066
+ protected fr(): void;
1067
+ fc(): void;
1068
+ protected fm(): void;
951
1069
  }
952
1070
  /**
953
1071
  * @hidden
954
1072
  */
955
1073
  export declare class ToolActionButton extends ToolAction {
956
1074
  static $t: Type;
957
- protected get_z(): ToolActionType;
958
- protected get_cl(): number;
959
- get hd(): ToolActionButtonDisplayType;
960
- set hd(a: ToolActionButtonDisplayType);
961
- get hh(): number;
962
- set hh(a: number);
963
- f9(a: ToolAction): void;
964
- private hf;
965
- k(a: boolean): ToolActionEventDetail;
966
- private he;
967
- b3(a: ToolPanel, b: ToolActionMeasurementContext): number;
968
- b5(a: ToolPanel, b: ToolActionMeasurementContext): number;
969
- protected fl(): void;
970
- private hi;
971
- private hj;
972
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
973
- protected fh(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1075
+ protected get_aa(): ToolActionType;
1076
+ protected get_cn(): number;
1077
+ get hl(): ToolActionButtonDisplayType;
1078
+ set hl(a: ToolActionButtonDisplayType);
1079
+ get hp(): number;
1080
+ set hp(a: number);
1081
+ gf(a: ToolAction): void;
974
1082
  private hn;
1083
+ l(a: boolean): ToolActionEventDetail;
975
1084
  private hm;
976
- private hg;
977
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
978
- protected gb(a: string, b: any, c: any): void;
979
- protected gn(): void;
1085
+ b5(a: ToolPanel, b: ToolActionMeasurementContext): number;
1086
+ b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1087
+ protected fr(): void;
1088
+ private hq;
1089
+ private hr;
1090
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
1091
+ protected fn(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1092
+ private hv;
1093
+ private hu;
1094
+ private ho;
1095
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1096
+ protected gh(a: string, b: any, c: any): void;
980
1097
  protected gu(): void;
981
- e6(): void;
982
- protected fg(): void;
1098
+ protected g1(): void;
1099
+ fc(): void;
1100
+ protected fm(): void;
983
1101
  }
984
1102
  /**
985
1103
  * @hidden
986
1104
  */
987
1105
  export declare class ToolActionLabel extends ToolAction {
988
1106
  static $t: Type;
989
- private static readonly he;
990
- private hd;
991
- protected get_a1(): boolean;
1107
+ private static readonly hm;
1108
+ private hl;
992
1109
  constructor();
993
- protected get_z(): ToolActionType;
994
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
995
- private hf;
996
- protected fw(): void;
997
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
998
- protected gb(a: string, b: any, c: any): void;
1110
+ protected get_aa(): ToolActionType;
1111
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
1112
+ private hn;
1113
+ protected f2(): void;
1114
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1115
+ protected gh(a: string, b: any, c: any): void;
999
1116
  }
1000
1117
  /**
1001
1118
  * @hidden
1002
1119
  */
1003
1120
  export declare class ToolActionRadio extends ToolAction {
1004
1121
  static $t: Type;
1005
- private hd;
1006
- protected get_z(): ToolActionType;
1007
- private hg;
1008
- get hl(): string;
1009
- set hl(a: string);
1010
- get he(): boolean;
1011
- set he(a: boolean);
1012
- get hf(): boolean;
1013
- set hf(a: boolean);
1014
- get h1(): Brush;
1015
- set h1(a: Brush);
1016
- get hx(): Brush;
1017
- set hx(a: Brush);
1018
- get hz(): Brush;
1019
- set hz(a: Brush);
1020
- get hv(): Brush;
1021
- set hv(a: Brush);
1022
- get h2(): Brush;
1023
- set h2(a: Brush);
1024
- get hy(): Brush;
1025
- set hy(a: Brush);
1026
- get h0(): Brush;
1027
- set h0(a: Brush);
1028
- get hw(): Brush;
1029
- set hw(a: Brush);
1030
- k(a: boolean): ToolActionEventDetail;
1031
- protected fn(a: List$1<ToolCommandArgument>): void;
1032
- hs(): void;
1033
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
1034
- protected gn(): void;
1122
+ private hl;
1123
+ protected get_aa(): ToolActionType;
1124
+ private ho;
1125
+ get ht(): string;
1126
+ set ht(a: string);
1127
+ get hm(): boolean;
1128
+ set hm(a: boolean);
1129
+ get hn(): boolean;
1130
+ set hn(a: boolean);
1131
+ get h9(): Brush;
1132
+ set h9(a: Brush);
1133
+ get h5(): Brush;
1134
+ set h5(a: Brush);
1135
+ get h7(): Brush;
1136
+ set h7(a: Brush);
1137
+ get h3(): Brush;
1138
+ set h3(a: Brush);
1139
+ get ia(): Brush;
1140
+ set ia(a: Brush);
1141
+ get h6(): Brush;
1142
+ set h6(a: Brush);
1143
+ get h8(): Brush;
1144
+ set h8(a: Brush);
1145
+ get h4(): Brush;
1146
+ set h4(a: Brush);
1147
+ l(a: boolean): ToolActionEventDetail;
1148
+ protected ft(a: List$1<ToolCommandArgument>): void;
1149
+ h0(): void;
1150
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
1035
1151
  protected gu(): void;
1036
- protected fw(): void;
1037
- private ht;
1038
- private hu;
1039
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1040
- protected gb(a: string, b: any, c: any): void;
1041
- protected fl(): void;
1042
- e6(): void;
1043
- protected fg(): void;
1152
+ protected g1(): void;
1153
+ protected f2(): void;
1154
+ private h1;
1155
+ private h2;
1156
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1157
+ protected gh(a: string, b: any, c: any): void;
1158
+ protected fr(): void;
1159
+ fc(): void;
1160
+ protected fm(): void;
1044
1161
  }
1045
1162
  /**
1046
1163
  * @hidden
1047
1164
  */
1048
1165
  export declare class ToolActionSeparator extends ToolAction {
1049
1166
  static $t: Type;
1050
- private he;
1051
- get hf(): number;
1052
- set hf(a: number);
1053
- get hd(): boolean;
1054
- set hd(a: boolean);
1167
+ private hm;
1168
+ get hn(): number;
1169
+ set hn(a: number);
1170
+ get hl(): boolean;
1171
+ set hl(a: boolean);
1055
1172
  constructor();
1056
- protected get_z(): ToolActionType;
1057
- fb(a: ToolPanel, b: ToolActionMeasurementContext): void;
1058
- protected fh(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1059
- protected fd(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
1060
- protected gs(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1061
- protected gn(): void;
1173
+ protected get_aa(): ToolActionType;
1174
+ fh(a: ToolPanel, b: ToolActionMeasurementContext): void;
1175
+ protected fn(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1176
+ protected fj(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
1177
+ protected gz(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1062
1178
  protected gu(): void;
1063
- protected gb(a: string, b: any, c: any): void;
1064
- protected fl(): void;
1179
+ protected g1(): void;
1180
+ protected gh(a: string, b: any, c: any): void;
1181
+ protected fr(): void;
1065
1182
  }
1066
1183
  /**
1067
1184
  * @hidden
1068
1185
  */
1069
1186
  export declare class ToolActionIconButton extends ToolAction {
1070
1187
  static $t: Type;
1071
- private hi;
1072
- private hf;
1073
- private hd;
1074
- private ii;
1075
- private ij;
1076
- private h8;
1077
- private hp;
1078
- private hm;
1079
- private hl;
1080
1188
  private hq;
1081
- protected get hv(): boolean;
1082
- protected set hv(a: boolean);
1083
- protected get_z(): ToolActionType;
1084
- protected get_be(): boolean;
1085
- protected get hj(): NativeUIPopup;
1086
- protected get_hz(): boolean;
1087
- protected get hz(): boolean;
1088
- private ho;
1089
- private ik;
1090
- get im(): number;
1091
- set im(a: number);
1189
+ private hn;
1190
+ private hl;
1191
+ private ir;
1192
+ private is;
1193
+ private ih;
1194
+ private hx;
1195
+ private hu;
1196
+ private ht;
1197
+ private hy;
1198
+ protected get h3(): boolean;
1199
+ protected set h3(a: boolean);
1200
+ protected get_aa(): ToolActionType;
1201
+ protected get_bg(): boolean;
1202
+ protected get hr(): NativeUIPopup;
1203
+ protected get_h7(): boolean;
1204
+ protected get h7(): boolean;
1205
+ private hw;
1206
+ private it;
1207
+ get iv(): number;
1208
+ set iv(a: number);
1209
+ get iu(): number;
1210
+ set iu(a: number);
1211
+ private get h6();
1212
+ private id;
1213
+ get io(): number;
1214
+ set io(a: number);
1215
+ private h9;
1216
+ get ij(): number;
1217
+ set ij(a: number);
1218
+ private ig;
1219
+ get iq(): number;
1220
+ set iq(a: number);
1221
+ private ib;
1092
1222
  get il(): number;
1093
1223
  set il(a: number);
1094
- private get hy();
1095
- private h5;
1096
- get ie(): number;
1097
- set ie(a: number);
1098
- private h1;
1099
- get ia(): number;
1100
- set ia(a: number);
1101
- private h7;
1102
- get ih(): number;
1103
- set ih(a: number);
1104
- private h3;
1105
- get ic(): number;
1106
- set ic(a: number);
1107
- private h6;
1108
- get ig(): number;
1109
- set ig(a: number);
1110
- private h2;
1111
- get ib(): number;
1112
- set ib(a: number);
1113
- private h4;
1114
- get id(): number;
1115
- set id(a: number);
1116
- private h0;
1117
- get h9(): number;
1118
- set h9(a: number);
1224
+ private ie;
1225
+ get ip(): number;
1226
+ set ip(a: number);
1227
+ private ia;
1228
+ get ik(): number;
1229
+ set ik(a: number);
1230
+ private ic;
1231
+ get im(): number;
1232
+ set im(a: number);
1233
+ private h8;
1234
+ get ii(): number;
1235
+ set ii(a: number);
1119
1236
  constructor();
1120
- e6(): void;
1121
- k(a: boolean): ToolActionEventDetail;
1122
- protected hg: NativeUIButton;
1123
- protected hh: NativeUIIcon;
1124
- b3(a: ToolPanel, b: ToolActionMeasurementContext): number;
1237
+ fc(): void;
1238
+ l(a: boolean): ToolActionEventDetail;
1239
+ protected ho: NativeUIButton;
1240
+ protected hp: NativeUIIcon;
1125
1241
  b5(a: ToolPanel, b: ToolActionMeasurementContext): number;
1126
- protected fh(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1127
- protected jk(a: NativeUIIcon): void;
1128
- private jj;
1129
- protected jl(a: NativeUIGrid, b: NativeUIPopup): void;
1130
- protected iz(): void;
1131
- protected i0(a: boolean, b: boolean): void;
1132
- protected i2(): void;
1133
- protected i1(): void;
1134
- protected i3(): void;
1135
- protected jm(): Size;
1136
- private jg;
1137
- private jf;
1138
- private hr;
1139
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1140
- protected gn(): void;
1242
+ b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1243
+ protected fn(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1244
+ protected js(a: NativeUIIcon): void;
1245
+ private jr;
1246
+ protected jt(a: NativeUIGrid, b: NativeUIPopup): void;
1247
+ protected i7(): void;
1248
+ protected i8(a: boolean, b: boolean): void;
1249
+ protected ja(): void;
1250
+ protected i9(): void;
1251
+ protected jb(): void;
1252
+ protected ju(): Size;
1253
+ private jo;
1254
+ private jn;
1255
+ private hz;
1256
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1141
1257
  protected gu(): void;
1142
- protected ht: boolean;
1143
- protected f1(): void;
1144
- f8(): void;
1145
- e7(): void;
1146
- protected get_a8(): boolean;
1147
- private get hu();
1258
+ protected g1(): void;
1259
+ protected h1: boolean;
1260
+ protected f7(): void;
1261
+ ge(): void;
1262
+ fd(): void;
1263
+ protected get_ba(): boolean;
1264
+ private get h2();
1148
1265
  popupOpening: (sender: any, args: ToolActionPopupOpeningEventArgs) => void;
1149
- protected jh(a?: boolean): void;
1150
- protected ji(): void;
1151
- private hk;
1152
- protected iy(): void;
1153
- private i9;
1154
- private i4;
1155
- protected hs(): boolean;
1156
- protected i7(a: any, b: NativeUIMouseEventArgs): void;
1157
- protected i8(a: any, b: NativeUIMouseEventArgs): void;
1158
- protected i5(a: any, b: NativeUIButtonClickedEventArgs): void;
1159
- protected hw(a: number): boolean;
1160
- private hn;
1161
- private jd;
1162
- private je;
1163
- private jb;
1266
+ protected jp(a?: boolean): void;
1267
+ protected jq(): void;
1268
+ private hs;
1269
+ protected i6(): void;
1270
+ private jh;
1164
1271
  private jc;
1165
- private hx;
1166
- private ja;
1167
- protected i6(a: any, b: NativeUIFocusEventArgs): void;
1168
- protected gb(a: string, b: any, c: any): void;
1169
- protected fl(): void;
1170
- cp(): any;
1171
- protected fg(): void;
1272
+ protected h0(): boolean;
1273
+ protected jf(a: any, b: NativeUIMouseEventArgs): void;
1274
+ protected jg(a: any, b: NativeUIMouseEventArgs): void;
1275
+ protected jd(a: any, b: NativeUIButtonClickedEventArgs): void;
1276
+ protected h4(a: number): boolean;
1277
+ private hv;
1278
+ private jl;
1279
+ private jm;
1280
+ private jj;
1281
+ private jk;
1282
+ private h5;
1283
+ private ji;
1284
+ protected je(a: any, b: NativeUIFocusEventArgs): void;
1285
+ protected gh(a: string, b: any, c: any): void;
1286
+ protected fr(): void;
1287
+ cr(): any;
1288
+ protected fm(): void;
1172
1289
  }
1173
1290
  /**
1174
1291
  * @hidden
1175
1292
  */
1176
1293
  export declare class ToolActionGroupHeader extends ToolAction {
1177
1294
  static $t: Type;
1178
- private static readonly hi;
1179
- private he;
1180
- private hf;
1181
- protected get_z(): ToolActionType;
1182
- protected get_a1(): boolean;
1183
- protected get_a2(): boolean;
1184
- protected get_bb(): boolean;
1185
- get ho(): Brush;
1186
- set ho(a: Brush);
1187
- get hp(): Brush;
1188
- set hp(a: Brush);
1189
- constructor();
1190
- ae(a: ToolPanel): FontInfo;
1191
- b2(a: ToolPanel, b: ToolActionMeasurementContext): number;
1192
- private hd;
1193
- private hg;
1194
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
1295
+ private static readonly hq;
1195
1296
  private hm;
1196
1297
  private hn;
1298
+ protected get_aa(): ToolActionType;
1299
+ protected get_a3(): boolean;
1300
+ protected get_a4(): boolean;
1301
+ protected get_bd(): boolean;
1302
+ get hw(): Brush;
1303
+ set hw(a: Brush);
1304
+ get hx(): Brush;
1305
+ set hx(a: Brush);
1306
+ constructor();
1307
+ af(a: ToolPanel): FontInfo;
1308
+ b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
1197
1309
  private hl;
1198
- private hk;
1199
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1200
- protected gn(): void;
1310
+ private ho;
1311
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
1312
+ private hu;
1313
+ private hv;
1314
+ private ht;
1315
+ private hs;
1316
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1201
1317
  protected gu(): void;
1202
- protected gb(a: string, b: any, c: any): void;
1203
- e6(): void;
1204
- protected fg(): void;
1318
+ protected g1(): void;
1319
+ protected gh(a: string, b: any, c: any): void;
1320
+ fc(): void;
1321
+ protected fm(): void;
1205
1322
  }
1206
1323
  /**
1207
1324
  * @hidden
1208
1325
  */
1209
1326
  export declare class ToolActionIconMenu extends ToolActionIconButton {
1210
1327
  static $t: Type;
1211
- protected static readonly jx: string;
1328
+ protected static readonly j5: string;
1329
+ private j3;
1330
+ private j2;
1331
+ private j1;
1212
1332
  private jv;
1213
- private ju;
1214
- private jt;
1215
- private jn;
1216
- private jq;
1217
- protected jp: NativeUIIcon;
1218
- protected get_z(): ToolActionType;
1333
+ private jy;
1334
+ protected jx: NativeUIIcon;
1335
+ protected get_aa(): ToolActionType;
1219
1336
  constructor();
1220
- get j4(): Brush;
1221
- set j4(a: Brush);
1222
- get j3(): Brush;
1223
- set j3(a: Brush);
1224
- get js(): boolean;
1225
- set js(a: boolean);
1226
- protected get_hz(): boolean;
1227
- protected i0(a: boolean, b: boolean): void;
1228
- protected ft(): void;
1229
- protected i2(): void;
1230
- protected i1(): void;
1231
- protected i3(): void;
1232
- protected gn(): void;
1233
- protected fl(): void;
1337
+ get kc(): Brush;
1338
+ set kc(a: Brush);
1339
+ get kb(): Brush;
1340
+ set kb(a: Brush);
1341
+ get j0(): boolean;
1342
+ set j0(a: boolean);
1343
+ protected get_h7(): boolean;
1344
+ protected i8(a: boolean, b: boolean): void;
1345
+ protected fz(): void;
1346
+ protected ja(): void;
1347
+ protected i9(): void;
1348
+ protected jb(): void;
1234
1349
  protected gu(): void;
1235
- protected jm(): Size;
1236
- protected jh(a?: boolean): void;
1237
- b3(a: ToolPanel, b: ToolActionMeasurementContext): number;
1238
- private j2;
1239
- private jr;
1240
- private jo;
1241
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1242
- private j0;
1243
- protected gb(a: string, b: any, c: any): void;
1244
- private j1;
1245
- protected e5(a: ToolAction, b: string): void;
1246
- f9(a: ToolAction): void;
1350
+ protected fr(): void;
1351
+ protected g1(): void;
1352
+ protected ju(): Size;
1353
+ protected jp(a?: boolean): void;
1354
+ b5(a: ToolPanel, b: ToolActionMeasurementContext): number;
1355
+ private ka;
1356
+ private jz;
1357
+ private jw;
1358
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1359
+ private j8;
1360
+ protected gh(a: string, b: any, c: any): void;
1361
+ private j9;
1362
+ protected fb(a: ToolAction, b: string): void;
1363
+ gf(a: ToolAction): void;
1247
1364
  e(): NativeUIToolPanel;
1248
- cp(): any;
1249
- protected hs(): boolean;
1250
- protected hw(a: number): boolean;
1365
+ cr(): any;
1366
+ protected h0(): boolean;
1367
+ protected h4(a: number): boolean;
1251
1368
  }
1252
1369
  /**
1253
1370
  * @hidden
1254
1371
  */
1255
1372
  export declare class ToolActionCheckbox extends ToolAction {
1256
1373
  static $t: Type;
1257
- private hd;
1258
- protected get_z(): ToolActionType;
1259
- protected get_at(): boolean;
1260
- get he(): boolean;
1261
- set he(a: boolean);
1262
- get hw(): Brush;
1263
- set hw(a: Brush);
1264
- get hs(): Brush;
1265
- set hs(a: Brush);
1266
- get hu(): Brush;
1267
- set hu(a: Brush);
1268
- get hq(): Brush;
1269
- set hq(a: Brush);
1270
- get hx(): Brush;
1271
- set hx(a: Brush);
1272
- get ht(): Brush;
1273
- set ht(a: Brush);
1274
- get hv(): Brush;
1275
- set hv(a: Brush);
1276
- get hr(): Brush;
1277
- set hr(a: Brush);
1278
- f9(a: ToolAction): void;
1279
- k(a: boolean): ToolActionEventDetail;
1280
- protected fn(a: List$1<ToolCommandArgument>): void;
1281
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
1282
- protected fw(): void;
1283
- private hp;
1284
- private ho;
1285
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1286
- protected gn(): void;
1287
- protected gu(): void;
1288
- protected gb(a: string, b: any, c: any): void;
1374
+ private hl;
1375
+ protected get_aa(): ToolActionType;
1376
+ protected get_av(): boolean;
1377
+ get hm(): boolean;
1378
+ set hm(a: boolean);
1379
+ get h4(): Brush;
1380
+ set h4(a: Brush);
1381
+ get h0(): Brush;
1382
+ set h0(a: Brush);
1383
+ get h2(): Brush;
1384
+ set h2(a: Brush);
1385
+ get hy(): Brush;
1386
+ set hy(a: Brush);
1387
+ get h5(): Brush;
1388
+ set h5(a: Brush);
1389
+ get h1(): Brush;
1390
+ set h1(a: Brush);
1391
+ get h3(): Brush;
1392
+ set h3(a: Brush);
1393
+ get hz(): Brush;
1394
+ set hz(a: Brush);
1395
+ gf(a: ToolAction): void;
1396
+ l(a: boolean): ToolActionEventDetail;
1397
+ protected ft(a: List$1<ToolCommandArgument>): void;
1398
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
1289
1399
  protected f2(): void;
1290
- e6(): void;
1291
- protected fg(): void;
1400
+ private hx;
1401
+ private hw;
1402
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1403
+ protected gu(): void;
1404
+ protected g1(): void;
1405
+ protected gh(a: string, b: any, c: any): void;
1406
+ protected f8(a: ToolPanel, b: ToolPanel): void;
1407
+ fc(): void;
1408
+ protected fm(): void;
1292
1409
  }
1293
1410
  /**
1294
1411
  * @hidden
1295
1412
  */
1296
1413
  export declare class ToolActionNumberInput extends ToolAction {
1297
1414
  static $t: Type;
1298
- private hd;
1299
- protected get_z(): ToolActionType;
1300
- get hf(): number;
1301
- set hf(a: number);
1302
- protected fn(a: List$1<ToolCommandArgument>): void;
1303
- b4(a: ToolPanel, b: ToolActionMeasurementContext): number;
1304
- he(): number;
1305
- k(a: boolean): ToolActionEventDetail;
1306
- private hh;
1307
- private hi;
1308
- f7(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1309
- protected gn(): void;
1415
+ private hl;
1416
+ protected get_aa(): ToolActionType;
1417
+ get hn(): number;
1418
+ set hn(a: number);
1419
+ protected ft(a: List$1<ToolCommandArgument>): void;
1420
+ b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
1421
+ hm(): number;
1422
+ l(a: boolean): ToolActionEventDetail;
1423
+ private hp;
1424
+ private hq;
1425
+ gc(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1310
1426
  protected gu(): void;
1311
- protected gb(a: string, b: any, c: any): void;
1312
- protected fw(): void;
1313
- protected fl(): void;
1314
- e6(): void;
1315
- protected fg(): void;
1427
+ protected g1(): void;
1428
+ protected gh(a: string, b: any, c: any): void;
1429
+ protected f2(): void;
1430
+ protected fr(): void;
1431
+ fc(): void;
1432
+ protected fm(): void;
1316
1433
  }
1317
1434
  /**
1318
1435
  * @hidden
@@ -1329,18 +1446,18 @@ export declare class ToolActionCollection extends ObservableCollection$1<ToolAct
1329
1446
  export declare class Toolbar extends Base implements INotifyPropertyChanged, ICommandStateChangedListener {
1330
1447
  static $t: Type;
1331
1448
  p: ToolbarView;
1332
- private ai;
1449
+ private am;
1333
1450
  constructor();
1334
- private ag;
1335
- private get ah();
1451
+ private ak;
1452
+ private get al();
1336
1453
  private t;
1337
1454
  private s;
1338
- dy(a: ToolPanel): void;
1339
- private dp;
1455
+ d3(a: ToolPanel): void;
1456
+ private du;
1340
1457
  private q;
1341
- private d7;
1342
- private d5;
1343
- d1(a: Size): void;
1458
+ private ec;
1459
+ private ea;
1460
+ d6(a: Size): void;
1344
1461
  private w;
1345
1462
  get x(): BaseControlTheme;
1346
1463
  set x(a: BaseControlTheme);
@@ -1360,60 +1477,76 @@ export declare class Toolbar extends Base implements INotifyPropertyChanged, ICo
1360
1477
  private k;
1361
1478
  get m(): ToolbarOrientation;
1362
1479
  set m(a: ToolbarOrientation);
1363
- aa: IToolbarTarget;
1364
- static bw: any;
1365
- private bv;
1480
+ ab: IToolbarTarget;
1481
+ static b0: any;
1482
+ private bz;
1366
1483
  get target(): any;
1367
1484
  set target(a: any);
1368
- private e0;
1369
- get fk(): Brush;
1370
- set fk(a: Brush);
1371
- private fd;
1372
- get fy(): Brush;
1373
- set fy(a: Brush);
1374
- private e4;
1485
+ private e5;
1375
1486
  get fp(): Brush;
1376
1487
  set fp(a: Brush);
1377
- private fc;
1378
- get fx(): Brush;
1379
- set fx(a: Brush);
1380
- private e8;
1381
- get ft(): Brush;
1382
- set ft(a: Brush);
1383
- ff: Brush;
1384
- get f0(): Brush;
1385
- set f0(a: Brush);
1386
- e3: Brush;
1387
- get fn(): Brush;
1388
- set fn(a: Brush);
1389
- private e6;
1390
- get fr(): Brush;
1391
- set fr(a: Brush);
1392
- private fh;
1393
- get f2(): Brush;
1394
- set f2(a: Brush);
1395
- private fg;
1396
- get f1(): Brush;
1397
- set f1(a: Brush);
1398
- private a7;
1399
- get bl(): number;
1400
- set bl(a: number);
1401
- private a8;
1402
- get bm(): number;
1403
- set bm(a: number);
1488
+ private fi;
1489
+ get f3(): Brush;
1490
+ set f3(a: Brush);
1404
1491
  private e9;
1405
1492
  get fu(): Brush;
1406
1493
  set fu(a: Brush);
1407
- private fa;
1408
- get fv(): Brush;
1409
- set fv(a: Brush);
1410
- private ab;
1411
- get ad(): FontInfo;
1412
- set ad(a: FontInfo);
1494
+ private fh;
1495
+ get f2(): Brush;
1496
+ set f2(a: Brush);
1497
+ private fd;
1498
+ get fy(): Brush;
1499
+ set fy(a: Brush);
1500
+ fk: Brush;
1501
+ get f5(): Brush;
1502
+ set f5(a: Brush);
1503
+ e8: Brush;
1504
+ get fs(): Brush;
1505
+ set fs(a: Brush);
1506
+ private fb;
1507
+ get fw(): Brush;
1508
+ set fw(a: Brush);
1509
+ private fm;
1510
+ get f7(): Brush;
1511
+ set f7(a: Brush);
1512
+ private fl;
1513
+ get f6(): Brush;
1514
+ set f6(a: Brush);
1515
+ private bb;
1516
+ get bp(): number;
1517
+ set bp(a: number);
1518
+ private bc;
1519
+ get bq(): number;
1520
+ set bq(a: number);
1521
+ private fe;
1522
+ get fz(): Brush;
1523
+ set fz(a: Brush);
1524
+ private ff;
1525
+ get f0(): Brush;
1526
+ set f0(a: Brush);
1413
1527
  private ac;
1414
1528
  get af(): FontInfo;
1415
1529
  set af(a: FontInfo);
1416
- ae(): FontInfo;
1530
+ private ae;
1531
+ get aj(): FontInfo;
1532
+ set aj(a: FontInfo);
1533
+ ag(): FontInfo;
1534
+ private ad;
1535
+ get ai(): FontInfo;
1536
+ set ai(a: FontInfo);
1537
+ ah(): FontInfo;
1538
+ private a8;
1539
+ get bm(): number;
1540
+ set bm(a: number);
1541
+ private a9;
1542
+ get bn(): number;
1543
+ set bn(a: number);
1544
+ private ba;
1545
+ get bo(): number;
1546
+ set bo(a: number);
1547
+ private a7;
1548
+ get bl(): number;
1549
+ set bl(a: number);
1417
1550
  private a4;
1418
1551
  get bi(): number;
1419
1552
  set bi(a: number);
@@ -1426,66 +1559,54 @@ export declare class Toolbar extends Base implements INotifyPropertyChanged, ICo
1426
1559
  private a3;
1427
1560
  get bh(): number;
1428
1561
  set bh(a: number);
1429
- private a0;
1430
- get be(): number;
1431
- set be(a: number);
1432
- private a1;
1433
- get bf(): number;
1434
- set bf(a: number);
1562
+ private ap;
1563
+ get aw(): boolean;
1564
+ set aw(a: boolean);
1565
+ private aq;
1566
+ get ax(): boolean;
1567
+ set ax(a: boolean);
1568
+ private br;
1569
+ get bu(): number;
1570
+ set bu(a: number);
1435
1571
  private a2;
1436
1572
  get bg(): number;
1437
1573
  set bg(a: number);
1438
- private az;
1439
- get bd(): number;
1440
- set bd(a: number);
1441
- private al;
1442
- get as(): boolean;
1443
- set as(a: boolean);
1444
- private am;
1445
- get at(): boolean;
1446
- set at(a: boolean);
1447
- private bn;
1448
- get bq(): number;
1449
- set bq(a: number);
1450
- private ay;
1451
- get bc(): number;
1452
- set bc(a: number);
1453
- private ax;
1454
- get bb(): number;
1455
- set bb(a: number);
1574
+ private a1;
1575
+ get bf(): number;
1576
+ set bf(a: number);
1577
+ private fc;
1578
+ get fx(): Brush;
1579
+ set fx(a: Brush);
1580
+ private fg;
1581
+ get f1(): Brush;
1582
+ set f1(a: Brush);
1583
+ private fn;
1584
+ get f8(): Brush;
1585
+ set f8(a: Brush);
1586
+ private e6;
1587
+ get fq(): Brush;
1588
+ set fq(a: Brush);
1589
+ private fo;
1590
+ get f9(): Brush;
1591
+ set f9(a: Brush);
1456
1592
  private e7;
1457
- get fs(): Brush;
1458
- set fs(a: Brush);
1459
- private fb;
1460
- get fw(): Brush;
1461
- set fw(a: Brush);
1462
- private fi;
1463
- get f3(): Brush;
1464
- set f3(a: Brush);
1465
- private e1;
1466
- get fl(): Brush;
1467
- set fl(a: Brush);
1593
+ get fr(): Brush;
1594
+ set fr(a: Brush);
1595
+ private bt;
1596
+ get by(): number;
1597
+ set by(a: number);
1468
1598
  private fj;
1469
1599
  get f4(): Brush;
1470
1600
  set f4(a: Brush);
1471
- private e2;
1472
- get fm(): Brush;
1473
- set fm(a: Brush);
1474
- private bp;
1475
- get bu(): number;
1476
- set bu(a: number);
1477
- private fe;
1478
- get fz(): Brush;
1479
- set fz(a: Brush);
1480
- private e5;
1481
- get fq(): Brush;
1482
- set fq(a: Brush);
1483
- private bo;
1484
- get br(): number;
1485
- set br(a: number);
1486
- private an;
1487
- get au(): boolean;
1488
- set au(a: boolean);
1601
+ private fa;
1602
+ get fv(): Brush;
1603
+ set fv(a: Brush);
1604
+ private bs;
1605
+ get bv(): number;
1606
+ set bv(a: number);
1607
+ private ar;
1608
+ get ay(): boolean;
1609
+ set ay(a: boolean);
1489
1610
  private u;
1490
1611
  get v(): ScrollbarStyle;
1491
1612
  set v(a: ScrollbarStyle);
@@ -1495,83 +1616,84 @@ export declare class Toolbar extends Base implements INotifyPropertyChanged, ICo
1495
1616
  private _userSetHeight;
1496
1617
  get userSetHeight(): boolean;
1497
1618
  set userSetHeight(a: boolean);
1498
- private dq;
1499
- private ds;
1500
- private dt;
1501
- private ez;
1502
- private ey;
1503
- private dr;
1504
- private d0;
1505
- private ak;
1506
- private aj;
1507
- protected ea(): void;
1619
+ private dv;
1620
+ private dx;
1621
+ private dy;
1622
+ private e4;
1623
+ private e3;
1508
1624
  private dw;
1509
- private eb;
1625
+ private d5;
1510
1626
  private ao;
1511
- private ap;
1512
- dx(): void;
1627
+ private an;
1628
+ protected ef(): void;
1629
+ private d1;
1630
+ private eg;
1631
+ private as;
1632
+ private at;
1633
+ d2(): void;
1513
1634
  notifySizeChanged(): void;
1514
1635
  destroy(): void;
1515
1636
  provideContainer(a: DomRenderer): void;
1516
1637
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1517
- protected d2(a: string, b: any, c: any): void;
1518
- protected d8(a: string, b: any, c: any): void;
1519
- private ew;
1520
- get ar(): boolean;
1521
- f6(): Size;
1522
- private d6;
1523
- private ex;
1638
+ protected d7(a: string, b: any, c: any): void;
1639
+ protected ed(a: string, b: any, c: any): void;
1640
+ private e1;
1641
+ get av(): boolean;
1642
+ gb(): Size;
1643
+ private aa;
1644
+ private eb;
1645
+ private e2;
1524
1646
  private c;
1525
1647
  get d(): IExecutionContext;
1526
1648
  set d(a: IExecutionContext);
1527
- du(): void;
1649
+ dz(): void;
1528
1650
  onCommand: (sender: any, args: ToolCommandEventArgs) => void;
1529
1651
  subMenuOpening: (sender: any, args: ToolbarSubMenuOpeningEventArgs) => void;
1530
1652
  subMenuClosing: (sender: any, args: ToolbarSubMenuClosingEventArgs) => void;
1531
- d4(): void;
1532
- d3(): void;
1653
+ d9(): void;
1654
+ d8(): void;
1533
1655
  onCommandStateChanged(a: string, b: ToolCommandStateType, c: any): void;
1534
- private ec;
1535
- ee(a: string, b: string, c: string): void;
1536
- cm(a: string, b: string): string;
1537
- eg(a: string, b: string, c: string[]): void;
1656
+ private eh;
1657
+ ej(a: string, b: string, c: string): void;
1658
+ cq(a: string, b: string): string;
1659
+ el(a: string, b: string, c: string[]): void;
1538
1660
  a(a: string, b: string): string[];
1539
- ed(a: string, b: string, c: string): void;
1540
- cl(a: string, b: string): string;
1541
- ef(a: string, b: string, c: any): void;
1542
- b4(a: string, b: string): any;
1543
- ej(a: string, b: Brush): void;
1544
- fo(a: string): Brush;
1545
- ep(a: string, b: any): void;
1546
- b1(a: string): any;
1547
- ei(a: string, b: BrushCollection): void;
1661
+ ei(a: string, b: string, c: string): void;
1662
+ cp(a: string, b: string): string;
1663
+ ek(a: string, b: string, c: any): void;
1664
+ b8(a: string, b: string): any;
1665
+ eo(a: string, b: Brush): void;
1666
+ ft(a: string): Brush;
1667
+ eu(a: string, b: any): void;
1668
+ b5(a: string): any;
1669
+ en(a: string, b: BrushCollection): void;
1548
1670
  b(a: string): BrushCollection;
1549
- eo(a: string, b: any): void;
1550
- b0(a: string): any;
1551
- en(a: string, b: number): void;
1552
- a9(a: string): number;
1553
- eu(a: string, b: number): void;
1554
- ba(a: string): number;
1555
- es(a: string, b: any): void;
1556
- bt(a: string): number;
1557
1671
  et(a: string, b: any): void;
1558
- bs(a: string): number;
1559
- ev(a: string, b: string): void;
1560
- cn(a: string): string;
1561
- eh(a: string, b: boolean): void;
1562
- aq(a: string): boolean;
1563
- ek(a: string, b: Color): void;
1564
- f5(a: string): Color;
1565
- eq(a: string, b: any): void;
1566
- b2(a: string): any;
1567
- em(a: string, b: any): void;
1568
- bz(a: string): any;
1672
+ b4(a: string): any;
1673
+ es(a: string, b: number): void;
1674
+ bd(a: string): number;
1675
+ ez(a: string, b: number): void;
1676
+ be(a: string): number;
1677
+ ex(a: string, b: any): void;
1678
+ bx(a: string): number;
1679
+ ey(a: string, b: any): void;
1680
+ bw(a: string): number;
1681
+ e0(a: string, b: string): void;
1682
+ cr(a: string): string;
1683
+ em(a: string, b: boolean): void;
1684
+ au(a: string): boolean;
1685
+ ep(a: string, b: Color): void;
1686
+ ga(a: string): Color;
1687
+ ev(a: string, b: any): void;
1688
+ b6(a: string): any;
1569
1689
  er(a: string, b: any): void;
1570
1690
  b3(a: string): any;
1571
- el(a: string, b: any): void;
1572
- by(a: string): any;
1573
- bx(): any;
1574
- ck(): string;
1691
+ ew(a: string, b: any): void;
1692
+ b7(a: string): any;
1693
+ eq(a: string, b: any): void;
1694
+ b2(a: string): any;
1695
+ b1(): any;
1696
+ co(): string;
1575
1697
  }
1576
1698
  /**
1577
1699
  * @hidden
@@ -1600,91 +1722,97 @@ export declare class ToolActionPopupOpeningEventArgs extends Base {
1600
1722
  export declare class ToolPanel extends Base implements INotifyPropertyChanged {
1601
1723
  static $t: Type;
1602
1724
  v: ToolPanelView;
1603
- ap: NativeUIGrid;
1604
- c3: any;
1725
+ at: NativeUIGrid;
1726
+ c9: any;
1605
1727
  private o;
1606
1728
  get p(): ToolPanelContext;
1607
1729
  set p(a: ToolPanelContext);
1608
- private as;
1609
- private aq;
1610
- private get ar();
1611
- f0(a: ListPanel): void;
1612
- ga(): void;
1613
- f9(): void;
1614
- private fk;
1615
- private fl;
1616
- private fo;
1617
- private fn;
1618
- private fm;
1619
- private k;
1620
- private fp;
1730
+ private aw;
1731
+ private au;
1732
+ private get av();
1733
+ f9(a: ListPanel): void;
1734
+ gj(): void;
1735
+ gi(): void;
1736
+ private ft;
1737
+ private fu;
1738
+ private fx;
1739
+ private fw;
1740
+ private fv;
1741
+ private k;
1742
+ private fy;
1621
1743
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1622
1744
  private i;
1623
- f6(a: Size): void;
1745
+ gf(a: Size): void;
1624
1746
  contentRefreshed: (sender: any, args: ToolPanelContentRefreshedEventArgs) => void;
1625
1747
  get actions(): ToolActionCollection;
1626
1748
  set actions(a: ToolActionCollection);
1627
- private au;
1628
- get a1(): boolean;
1629
- set a1(a: boolean);
1630
- private av;
1631
- get a2(): boolean;
1632
- set a2(a: boolean);
1633
- private cp;
1634
- get ct(): number;
1635
- set ct(a: number);
1636
- private aw;
1637
- get a3(): boolean;
1638
- set a3(a: boolean);
1749
+ private ay;
1750
+ get a5(): boolean;
1751
+ set a5(a: boolean);
1752
+ private az;
1753
+ get a6(): boolean;
1754
+ set a6(a: boolean);
1755
+ private cv;
1756
+ get cz(): number;
1757
+ set cz(a: number);
1758
+ private a0;
1759
+ get a7(): boolean;
1760
+ set a7(a: boolean);
1639
1761
  constructor();
1640
- private fq;
1641
- private fr;
1762
+ private fz;
1763
+ private f0;
1764
+ private ge;
1765
+ private ax;
1766
+ protected gp(): void;
1767
+ gr(): void;
1642
1768
  private f5;
1643
- private at;
1644
- protected gg(): void;
1645
- gi(): void;
1646
- private fw;
1647
- private a5;
1648
- private a6;
1649
- private a4;
1650
- private fs;
1651
- az(a: ToolAction): boolean;
1769
+ private a9;
1770
+ private ba;
1771
+ private a8;
1772
+ private f1;
1773
+ a3(a: ToolAction): boolean;
1652
1774
  h(a: string): ToolAction;
1653
- a7(a: ToolAction): List$1<ToolAction>;
1775
+ bb(a: ToolAction): List$1<ToolAction>;
1654
1776
  private l;
1655
- gc(a: ToolActionMeasurementContext): void;
1656
- private f3;
1657
- private gm;
1658
- js(): Size;
1659
- private fx;
1660
- fz(): void;
1661
- gj(): void;
1662
- gh(a: ToolAction): void;
1663
- private f1;
1664
- private ft;
1665
- gd(): void;
1777
+ gl(a: ToolActionMeasurementContext): void;
1778
+ private gc;
1779
+ private gv;
1780
+ j1(): Size;
1781
+ private f6;
1782
+ f8(): void;
1783
+ gs(): void;
1784
+ gq(a: ToolAction): void;
1785
+ private ga;
1786
+ private f2;
1787
+ gm(): void;
1666
1788
  notifySizeChanged(): void;
1667
1789
  destroy(): void;
1668
1790
  provideContainer(a: DomRenderer): void;
1669
- private ai;
1791
+ private aj;
1792
+ get ap(): FontInfo;
1793
+ set ap(a: FontInfo);
1794
+ private ag;
1670
1795
  get am(): FontInfo;
1671
1796
  set am(a: FontInfo);
1672
- private ag;
1673
- get ak(): FontInfo;
1674
- set ak(a: FontInfo);
1675
- private ah;
1676
- get al(): FontInfo;
1677
- set al(a: FontInfo);
1678
- private aj;
1797
+ private ai;
1679
1798
  get ao(): FontInfo;
1680
1799
  set ao(a: FontInfo);
1681
- an(): FontInfo;
1682
- protected f8(a: string, b: any, c: any): void;
1683
- protected ge(a: string, b: any, c: any): void;
1684
- private g9;
1685
- private g8;
1686
- private g5;
1687
- private g6;
1800
+ private al;
1801
+ get as(): FontInfo;
1802
+ set as(a: FontInfo);
1803
+ aq(): FontInfo;
1804
+ private ak;
1805
+ get ar(): FontInfo;
1806
+ set ar(a: FontInfo);
1807
+ private ah;
1808
+ get an(): FontInfo;
1809
+ set an(a: FontInfo);
1810
+ protected gh(a: string, b: any, c: any): void;
1811
+ protected gn(a: string, b: any, c: any): void;
1812
+ private hi;
1813
+ private hh;
1814
+ private he;
1815
+ private hf;
1688
1816
  c: IExecutionContext;
1689
1817
  private y;
1690
1818
  get z(): BaseControlTheme;
@@ -1695,280 +1823,283 @@ export declare class ToolPanel extends Base implements INotifyPropertyChanged {
1695
1823
  private aa;
1696
1824
  get ad(): ControlDisplayDensity;
1697
1825
  set ad(a: ControlDisplayDensity);
1698
- private hv;
1699
- get i3(): Brush;
1700
- set i3(a: Brush);
1701
- private ha;
1702
- get ih(): Brush;
1703
- set ih(a: Brush);
1704
- private h9;
1705
- get jj(): Brush;
1706
- set jj(a: Brush);
1707
- private ho;
1708
- get iw(): Brush;
1709
- set iw(a: Brush);
1710
- private hz;
1711
- get i9(): Brush;
1712
- set i9(a: Brush);
1713
- private he;
1714
- get il(): Brush;
1715
- set il(a: Brush);
1826
+ private h4;
1827
+ get jc(): Brush;
1828
+ set jc(a: Brush);
1829
+ private hj;
1830
+ get ir(): Brush;
1831
+ set ir(a: Brush);
1832
+ private ij;
1833
+ get js(): Brush;
1834
+ set js(a: Brush);
1835
+ private hx;
1836
+ get i5(): Brush;
1837
+ set i5(a: Brush);
1716
1838
  private h8;
1717
1839
  get ji(): Brush;
1718
1840
  set ji(a: Brush);
1719
1841
  private hn;
1720
1842
  get iv(): Brush;
1721
1843
  set iv(a: Brush);
1722
- private h0;
1723
- get ja(): Brush;
1724
- set ja(a: Brush);
1725
- static readonly dd: string;
1726
- private hf;
1727
- get im(): Brush;
1728
- set im(a: Brush);
1729
- private h4;
1730
- get je(): Brush;
1731
- set je(a: Brush);
1732
- private hj;
1733
- get ir(): Brush;
1734
- set ir(a: Brush);
1844
+ private ii;
1845
+ get jr(): Brush;
1846
+ set jr(a: Brush);
1847
+ private hw;
1848
+ get i4(): Brush;
1849
+ set i4(a: Brush);
1850
+ private h9;
1851
+ get jj(): Brush;
1852
+ set jj(a: Brush);
1853
+ static readonly dj: string;
1854
+ private ho;
1855
+ get iw(): Brush;
1856
+ set iw(a: Brush);
1857
+ private id;
1858
+ get jn(): Brush;
1859
+ set jn(a: Brush);
1860
+ private hs;
1861
+ get i0(): Brush;
1862
+ set i0(a: Brush);
1735
1863
  private f;
1736
- private bm;
1737
- ib: Brush;
1864
+ private br;
1865
+ il: Brush;
1866
+ get ju(): Brush;
1867
+ set ju(a: Brush);
1868
+ private hz;
1869
+ get i7(): Brush;
1870
+ set i7(a: Brush);
1871
+ private hy;
1872
+ get i6(): Brush;
1873
+ set i6(a: Brush);
1874
+ private ik;
1875
+ get jt(): Brush;
1876
+ set jt(a: Brush);
1877
+ h7: Brush;
1878
+ get jf(): Brush;
1879
+ set jf(a: Brush);
1880
+ private hm;
1881
+ get iu(): Brush;
1882
+ set iu(a: Brush);
1883
+ private ib;
1738
1884
  get jl(): Brush;
1739
1885
  set jl(a: Brush);
1740
1886
  private hq;
1741
1887
  get iy(): Brush;
1742
1888
  set iy(a: Brush);
1743
- private hp;
1744
- get ix(): Brush;
1745
- set ix(a: Brush);
1746
1889
  private ia;
1747
1890
  get jk(): Brush;
1748
1891
  set jk(a: Brush);
1749
- hy: Brush;
1750
- get i6(): Brush;
1751
- set i6(a: Brush);
1752
- private hd;
1753
- get ik(): Brush;
1754
- set ik(a: Brush);
1755
- private h2;
1756
- get jc(): Brush;
1757
- set jc(a: Brush);
1758
- private hh;
1759
- get ip(): Brush;
1760
- set ip(a: Brush);
1892
+ private hp;
1893
+ get ix(): Brush;
1894
+ set ix(a: Brush);
1895
+ private io;
1896
+ get jw(): Brush;
1897
+ set jw(a: Brush);
1761
1898
  private h1;
1762
- get jb(): Brush;
1763
- set jb(a: Brush);
1764
- private hg;
1765
- get io(): Brush;
1766
- set io(a: Brush);
1767
- private id;
1768
- get jn(): Brush;
1769
- set jn(a: Brush);
1770
- private hs;
1771
- get i0(): Brush;
1772
- set i0(a: Brush);
1773
- private ic;
1774
- get jm(): Brush;
1775
- set jm(a: Brush);
1776
- private hr;
1777
- get iz(): Brush;
1778
- set iz(a: Brush);
1779
- private bv;
1780
- get cm(): number;
1781
- set cm(a: number);
1782
- private bi;
1783
- get b8(): number;
1784
- set b8(a: number);
1785
- private bw;
1786
- get cn(): number;
1787
- set cn(a: number);
1899
+ get i9(): Brush;
1900
+ set i9(a: Brush);
1901
+ private im;
1902
+ get jv(): Brush;
1903
+ set jv(a: Brush);
1904
+ private h0;
1905
+ get i8(): Brush;
1906
+ set i8(a: Brush);
1907
+ private b0;
1908
+ get cs(): number;
1909
+ set cs(a: number);
1910
+ private bm;
1911
+ get cd(): number;
1912
+ set cd(a: number);
1913
+ private b1;
1914
+ get ct(): number;
1915
+ set ct(a: number);
1916
+ private bn;
1917
+ get ce(): number;
1918
+ set ce(a: number);
1919
+ private ie;
1920
+ get jo(): Brush;
1921
+ set jo(a: Brush);
1922
+ private ht;
1923
+ get i1(): Brush;
1924
+ set i1(a: Brush);
1925
+ private ig;
1926
+ get jp(): Brush;
1927
+ set jp(a: Brush);
1928
+ private hu;
1929
+ get i2(): Brush;
1930
+ set i2(a: Brush);
1931
+ private bx;
1932
+ get cp(): number;
1933
+ set cp(a: number);
1788
1934
  private bj;
1935
+ get ca(): number;
1936
+ set ca(a: number);
1937
+ private by;
1938
+ get cq(): number;
1939
+ set cq(a: number);
1940
+ private bk;
1941
+ get cb(): number;
1942
+ set cb(a: number);
1943
+ private bz;
1944
+ get cr(): number;
1945
+ set cr(a: number);
1946
+ private bl;
1947
+ get cc(): number;
1948
+ set cc(a: number);
1949
+ private bw;
1950
+ get co(): number;
1951
+ set co(a: number);
1952
+ private bi;
1789
1953
  get b9(): number;
1790
1954
  set b9(a: number);
1791
- private h5;
1792
- get jf(): Brush;
1793
- set jf(a: Brush);
1794
- private hk;
1795
- get is(): Brush;
1796
- set is(a: Brush);
1797
- private h6;
1798
- get jg(): Brush;
1799
- set jg(a: Brush);
1800
- private hl;
1801
- get it(): Brush;
1802
- set it(a: Brush);
1803
- private bs;
1804
- get cj(): number;
1805
- set cj(a: number);
1806
- private bf;
1807
- get b5(): number;
1808
- set b5(a: number);
1809
1955
  private bt;
1810
- get ck(): number;
1811
- set ck(a: number);
1812
- private bg;
1956
+ get cl(): number;
1957
+ set cl(a: number);
1958
+ private bf;
1813
1959
  get b6(): number;
1814
1960
  set b6(a: number);
1815
1961
  private bu;
1816
- get cl(): number;
1817
- set cl(a: number);
1818
- private bh;
1962
+ get cm(): number;
1963
+ set cm(a: number);
1964
+ private bg;
1819
1965
  get b7(): number;
1820
1966
  set b7(a: number);
1821
- private br;
1822
- get ci(): number;
1823
- set ci(a: number);
1967
+ private bv;
1968
+ get cn(): number;
1969
+ set cn(a: number);
1970
+ private bh;
1971
+ get b8(): number;
1972
+ set b8(a: number);
1973
+ private bs;
1974
+ get ck(): number;
1975
+ set ck(a: number);
1824
1976
  private be;
1825
- get b4(): number;
1826
- set b4(a: number);
1827
- private bo;
1828
- get cf(): number;
1829
- set cf(a: number);
1830
- private bb;
1831
- get b1(): number;
1832
- set b1(a: number);
1833
- private bp;
1834
- get cg(): number;
1835
- set cg(a: number);
1836
- private bc;
1837
- get b2(): number;
1838
- set b2(a: number);
1839
- private bq;
1840
- get ch(): number;
1841
- set ch(a: number);
1842
- private bd;
1843
- get b3(): number;
1844
- set b3(a: number);
1845
- private bn;
1846
- get ce(): number;
1847
- set ce(a: number);
1848
- private ba;
1849
- get b0(): number;
1850
- set b0(a: number);
1977
+ get b5(): number;
1978
+ set b5(a: number);
1851
1979
  static t: ToolPanelOrientation;
1852
1980
  private s;
1853
1981
  get u(): ToolPanelOrientation;
1854
1982
  set u(a: ToolPanelOrientation);
1855
- gb(a: ToolAction, b: ToolCommandEventArgs): void;
1983
+ gk(a: ToolAction, b: ToolCommandEventArgs): void;
1856
1984
  onCommand: (sender: any, args: ToolCommandEventArgs) => void;
1857
- private cr;
1858
- get cx(): number;
1859
- set cx(a: number);
1860
- get bz(): number;
1861
- private bl;
1862
- get cd(): number;
1863
- set cd(a: number);
1864
- private a9;
1865
- get by(): number;
1866
- set by(a: number);
1867
- private bk;
1868
- get cc(): number;
1869
- set cc(a: number);
1870
- private a8;
1871
- get bx(): number;
1872
- set bx(a: number);
1873
- private h3;
1985
+ private cx;
1986
+ get c3(): number;
1987
+ set c3(a: number);
1988
+ get b4(): number;
1989
+ private bp;
1990
+ get ci(): number;
1991
+ set ci(a: number);
1992
+ private bd;
1993
+ get b3(): number;
1994
+ set b3(a: number);
1995
+ private bo;
1996
+ get ch(): number;
1997
+ set ch(a: number);
1998
+ private bc;
1999
+ get b2(): number;
2000
+ set b2(a: number);
2001
+ private ic;
2002
+ get jm(): Brush;
2003
+ set jm(a: Brush);
2004
+ private hr;
2005
+ get iz(): Brush;
2006
+ set iz(a: Brush);
2007
+ private ih;
2008
+ get jq(): Brush;
2009
+ set jq(a: Brush);
2010
+ private hv;
2011
+ get i3(): Brush;
2012
+ set i3(a: Brush);
2013
+ private ip;
2014
+ get jx(): Brush;
2015
+ set jx(a: Brush);
2016
+ private h2;
2017
+ get ja(): Brush;
2018
+ set ja(a: Brush);
2019
+ private h5;
1874
2020
  get jd(): Brush;
1875
2021
  set jd(a: Brush);
1876
- private hi;
1877
- get iq(): Brush;
1878
- set iq(a: Brush);
1879
- private h7;
1880
- get jh(): Brush;
1881
- set jh(a: Brush);
1882
- private hm;
1883
- get iu(): Brush;
1884
- set iu(a: Brush);
1885
- private ie;
1886
- get jo(): Brush;
1887
- set jo(a: Brush);
1888
- private ht;
1889
- get i1(): Brush;
1890
- set i1(a: Brush);
1891
- private hw;
1892
- get i4(): Brush;
1893
- set i4(a: Brush);
1894
- private hb;
1895
- get ii(): Brush;
1896
- set ii(a: Brush);
1897
- private ig;
1898
- get jp(): Brush;
1899
- set jp(a: Brush);
1900
- private hu;
1901
- get i2(): Brush;
1902
- set i2(a: Brush);
1903
- private hx;
1904
- get i5(): Brush;
1905
- set i5(a: Brush);
1906
- private hc;
1907
- get ij(): Brush;
1908
- set ij(a: Brush);
1909
- private cq;
1910
- get cu(): number;
1911
- set cu(a: number);
1912
- private co;
1913
- get cs(): number;
1914
- set cs(a: number);
2022
+ private hk;
2023
+ get is(): Brush;
2024
+ set is(a: Brush);
2025
+ private iq;
2026
+ get jy(): Brush;
2027
+ set jy(a: Brush);
2028
+ private h3;
2029
+ get jb(): Brush;
2030
+ set jb(a: Brush);
2031
+ private h6;
2032
+ get je(): Brush;
2033
+ set je(a: Brush);
2034
+ private hl;
2035
+ get it(): Brush;
2036
+ set it(a: Brush);
2037
+ private cw;
2038
+ get c0(): number;
2039
+ set c0(a: number);
2040
+ private cu;
2041
+ get cy(): number;
2042
+ set cy(a: number);
1915
2043
  private w;
1916
2044
  get x(): ScrollbarStyle;
1917
2045
  set x(a: ScrollbarStyle);
2046
+ private bq;
2047
+ get cj(): number;
2048
+ set cj(a: number);
1918
2049
  g: NestedActionMode;
1919
- private f7;
2050
+ private gg;
1920
2051
  onContextChanged: (sender: any, args: ToolPanelContextChangedEventArgs) => void;
1921
2052
  onContextSwapped: (sender: any, args: ToolPanelContextSwappedEventArgs) => void;
1922
2053
  drillDownRequested: (sender: any, e: DrillDownRequestedEventArgs) => void;
1923
2054
  drillUpRequested: (sender: any, e: DrillDownRequestedEventArgs) => void;
1924
- gk(a: ToolAction): void;
1925
- gl(a: ToolAction): void;
1926
- fu(): void;
1927
- get a0(): boolean;
2055
+ gt(a: ToolAction): void;
2056
+ gu(a: ToolAction): void;
2057
+ f3(): void;
2058
+ get a4(): boolean;
1928
2059
  private ac;
1929
2060
  private get af();
1930
2061
  private set af(value);
1931
- g7(a: ControlDisplayDensity): void;
1932
- cy(): any;
1933
- ei(): string;
1934
- gr(a: string, b: Brush): void;
1935
- static gs(a: ToolPanelContext, b: string, c: Brush): void;
1936
- i7(a: string): Brush;
1937
- static i8(a: ToolPanelContext, b: string): Brush;
1938
- gp(a: string, b: BrushCollection): void;
1939
- static gq(a: ToolPanelContext, b: string, c: BrushCollection): void;
2062
+ hg(a: ControlDisplayDensity): void;
2063
+ c4(): any;
2064
+ ep(): string;
2065
+ g0(a: string, b: Brush): void;
2066
+ static g1(a: ToolPanelContext, b: string, c: Brush): void;
2067
+ jg(a: string): Brush;
2068
+ static jh(a: ToolPanelContext, b: string): Brush;
2069
+ gy(a: string, b: BrushCollection): void;
2070
+ static gz(a: ToolPanelContext, b: string, c: BrushCollection): void;
1940
2071
  a(a: string): BrushCollection;
1941
2072
  static b(a: ToolPanelContext, b: string): BrushCollection;
1942
- gz(a: string, b: number): void;
1943
- static g0(a: ToolPanelContext, b: string, c: number): void;
1944
- ca(a: string): number;
1945
- static cb(a: ToolPanelContext, b: string): number;
1946
- g1(a: string, b: number): void;
1947
- static g2(a: ToolPanelContext, b: string, c: number): void;
1948
- cv(a: string): number;
1949
- static cw(a: ToolPanelContext, b: string): number;
1950
- g3(a: string, b: string): void;
1951
- static g4(a: ToolPanelContext, b: string, c: string): void;
1952
- ej(a: string): string;
1953
- static ek(a: ToolPanelContext, b: string): string;
1954
- gn(a: string, b: boolean): void;
1955
- static go(a: ToolPanelContext, b: string, c: boolean): void;
1956
- ax(a: string): boolean;
1957
- static ay(a: ToolPanelContext, b: string): boolean;
1958
- gt(a: string, b: Color): void;
1959
- static gu(a: ToolPanelContext, b: string, c: Color): void;
1960
- jq(a: string): Color;
1961
- static jr(a: ToolPanelContext, b: string): Color;
1962
- gx(a: string, b: any): void;
1963
- static gy(a: ToolPanelContext, b: string, c: any): void;
1964
- c1(a: string): any;
1965
- static c2(a: ToolPanelContext, b: string): any;
1966
- gv(a: string, b: any): void;
1967
- static gw(a: ToolPanelContext, b: string, c: any): void;
1968
- cz(a: string): any;
1969
- static c0(a: ToolPanelContext, b: string): any;
1970
- fy(): void;
1971
- f2(a: any): void;
2073
+ g8(a: string, b: number): void;
2074
+ static g9(a: ToolPanelContext, b: string, c: number): void;
2075
+ cf(a: string): number;
2076
+ static cg(a: ToolPanelContext, b: string): number;
2077
+ ha(a: string, b: number): void;
2078
+ static hb(a: ToolPanelContext, b: string, c: number): void;
2079
+ c1(a: string): number;
2080
+ static c2(a: ToolPanelContext, b: string): number;
2081
+ hc(a: string, b: string): void;
2082
+ static hd(a: ToolPanelContext, b: string, c: string): void;
2083
+ eq(a: string): string;
2084
+ static er(a: ToolPanelContext, b: string): string;
2085
+ gw(a: string, b: boolean): void;
2086
+ static gx(a: ToolPanelContext, b: string, c: boolean): void;
2087
+ a1(a: string): boolean;
2088
+ static a2(a: ToolPanelContext, b: string): boolean;
2089
+ g2(a: string, b: Color): void;
2090
+ static g3(a: ToolPanelContext, b: string, c: Color): void;
2091
+ jz(a: string): Color;
2092
+ static j0(a: ToolPanelContext, b: string): Color;
2093
+ g6(a: string, b: any): void;
2094
+ static g7(a: ToolPanelContext, b: string, c: any): void;
2095
+ c7(a: string): any;
2096
+ static c8(a: ToolPanelContext, b: string): any;
2097
+ g4(a: string, b: any): void;
2098
+ static g5(a: ToolPanelContext, b: string, c: any): void;
2099
+ c5(a: string): any;
2100
+ static c6(a: ToolPanelContext, b: string): any;
2101
+ f7(): void;
2102
+ gb(a: any): void;
1972
2103
  }
1973
2104
  /**
1974
2105
  * @hidden