igniteui-webcomponents-layouts 5.2.0 → 5.3.0

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