igniteui-webcomponents-layouts 7.1.0-beta.2 → 7.1.0-beta.4

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 (55) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +5588 -4983
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/NativeUILayoutFactory_combined.js +4759 -4439
  4. package/esm2015/lib/PropertyEditorPanelView_combined.js +7 -7
  5. package/esm2015/lib/igc-combo-editor-component.js +160 -32
  6. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  7. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  8. package/esm2015/lib/igc-tool-action-checkbox-component.js +29 -29
  9. package/esm2015/lib/igc-tool-action-checkbox-group-component.js +10 -10
  10. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +40 -40
  11. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  12. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  13. package/esm2015/lib/igc-tool-action-component.js +61 -61
  14. package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
  15. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  16. package/esm2015/lib/igc-tool-action-icon-button-component.js +31 -31
  17. package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
  18. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  19. package/esm2015/lib/igc-tool-action-radio-component.js +47 -34
  20. package/esm2015/lib/igc-tool-action-radio-group-component.js +10 -10
  21. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  22. package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
  23. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  24. package/esm2015/lib/igc-tool-panel-component.js +283 -253
  25. package/esm2015/lib/igc-toolbar-component.js +117 -87
  26. package/esm5/lib/NativeUILayoutFactory_combined.js +4573 -4197
  27. package/esm5/lib/PropertyEditorPanelView_combined.js +7 -7
  28. package/esm5/lib/igc-combo-editor-component.js +160 -32
  29. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  30. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  31. package/esm5/lib/igc-tool-action-checkbox-component.js +29 -29
  32. package/esm5/lib/igc-tool-action-checkbox-group-component.js +10 -10
  33. package/esm5/lib/igc-tool-action-checkbox-list-component.js +40 -40
  34. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  35. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  36. package/esm5/lib/igc-tool-action-component.js +61 -61
  37. package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
  38. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  39. package/esm5/lib/igc-tool-action-icon-button-component.js +31 -31
  40. package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
  41. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  42. package/esm5/lib/igc-tool-action-radio-component.js +51 -34
  43. package/esm5/lib/igc-tool-action-radio-group-component.js +10 -10
  44. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  45. package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
  46. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  47. package/esm5/lib/igc-tool-panel-component.js +295 -253
  48. package/esm5/lib/igc-toolbar-component.js +129 -87
  49. package/fesm2015/igniteui-webcomponents-layouts.js +5752 -5231
  50. package/fesm5/igniteui-webcomponents-layouts.js +5588 -4983
  51. package/lib/NativeUILayoutFactory_combined.d.ts +1040 -997
  52. package/lib/igc-tool-action-radio-component.d.ts +8 -0
  53. package/lib/igc-tool-panel-component.d.ts +15 -0
  54. package/lib/igc-toolbar-component.d.ts +15 -0
  55. package/package.json +3 -3
@@ -281,54 +281,60 @@ export declare class NativeUIToolPanel extends NativeUIComponent {
281
281
  set b3(a: number);
282
282
  get bw(): ToolPanelOrientation;
283
283
  set bw(a: ToolPanelOrientation);
284
- get cn(): Brush;
285
- set cn(a: Brush);
286
- get cm(): Brush;
287
- set cm(a: Brush);
288
- get cf(): Brush;
289
- set cf(a: Brush);
284
+ get cq(): Brush;
285
+ set cq(a: Brush);
286
+ get cp(): Brush;
287
+ set cp(a: Brush);
288
+ get ci(): Brush;
289
+ set ci(a: Brush);
290
290
  get bz(): FontInfo;
291
291
  set bz(a: FontInfo);
292
292
  get by(): FontInfo;
293
293
  set by(a: FontInfo);
294
- get cd(): Brush;
295
- set cd(a: Brush);
296
- get ca(): Brush;
297
- set ca(a: Brush);
298
- get cl(): Brush;
299
- set cl(a: Brush);
300
- get ce(): Brush;
301
- set ce(a: Brush);
302
294
  get cg(): Brush;
303
295
  set cg(a: Brush);
304
- get ck(): Brush;
305
- set ck(a: Brush);
306
- get bx(): FontInfo;
307
- set bx(a: FontInfo);
296
+ get ca(): Brush;
297
+ set ca(a: Brush);
298
+ get co(): Brush;
299
+ set co(a: Brush);
300
+ get ch(): Brush;
301
+ set ch(a: Brush);
308
302
  get cj(): Brush;
309
303
  set cj(a: Brush);
310
- get cq(): Brush;
311
- set cq(a: Brush);
312
- get cb(): Brush;
313
- set cb(a: Brush);
314
- get cr(): Brush;
315
- set cr(a: Brush);
304
+ get cn(): Brush;
305
+ set cn(a: Brush);
306
+ get bx(): FontInfo;
307
+ set bx(a: FontInfo);
308
+ get cm(): Brush;
309
+ set cm(a: Brush);
310
+ get ct(): Brush;
311
+ set ct(a: Brush);
312
+ get ce(): Brush;
313
+ set ce(a: Brush);
314
+ get cu(): Brush;
315
+ set cu(a: Brush);
316
+ get cf(): Brush;
317
+ set cf(a: Brush);
316
318
  get cc(): Brush;
317
319
  set cc(a: Brush);
318
- get ch(): Brush;
319
- set ch(a: Brush);
320
+ get cd(): Brush;
321
+ set cd(a: Brush);
322
+ get cb(): Brush;
323
+ set cb(a: Brush);
324
+ get ck(): Brush;
325
+ set ck(a: Brush);
320
326
  get bv(): ToolPanelContext;
321
327
  set bv(a: ToolPanelContext);
322
- get ci(): Brush;
323
- set ci(a: Brush);
328
+ get cl(): Brush;
329
+ set cl(a: Brush);
324
330
  get b1(): number;
325
331
  set b1(a: number);
326
332
  get b9(): Brush;
327
333
  set b9(a: Brush);
328
- get co(): Brush;
329
- set co(a: Brush);
330
- get cp(): Brush;
331
- set cp(a: Brush);
334
+ get cr(): Brush;
335
+ set cr(a: Brush);
336
+ get cs(): Brush;
337
+ set cs(a: Brush);
332
338
  private bq;
333
339
  get br(): (sender: any, args: NativeUIContentRefreshedEventArgs) => void;
334
340
  set br(a: (sender: any, args: NativeUIContentRefreshedEventArgs) => void);
@@ -366,54 +372,60 @@ export declare class NativeUIToolbar extends NativeUIComponent {
366
372
  set b3(a: number);
367
373
  get bv(): ToolPanelOrientation;
368
374
  set bv(a: ToolPanelOrientation);
369
- get cn(): Brush;
370
- set cn(a: Brush);
371
- get cm(): Brush;
372
- set cm(a: Brush);
373
- get cd(): Brush;
374
- set cd(a: Brush);
375
+ get cq(): Brush;
376
+ set cq(a: Brush);
377
+ get cp(): Brush;
378
+ set cp(a: Brush);
379
+ get cg(): Brush;
380
+ set cg(a: Brush);
375
381
  get by(): FontInfo;
376
382
  set by(a: FontInfo);
377
383
  get bx(): FontInfo;
378
384
  set bx(a: FontInfo);
379
- get cb(): Brush;
380
- set cb(a: Brush);
381
- get b8(): Brush;
382
- set b8(a: Brush);
383
- get cl(): Brush;
384
- set cl(a: Brush);
385
- get cc(): Brush;
386
- set cc(a: Brush);
387
- get b7(): Brush;
388
- set b7(a: Brush);
389
385
  get ce(): Brush;
390
386
  set ce(a: Brush);
391
- get cp(): Brush;
392
- set cp(a: Brush);
393
- get ck(): Brush;
394
- set ck(a: Brush);
395
- get bw(): FontInfo;
396
- set bw(a: FontInfo);
397
- get cg(): Brush;
398
- set cg(a: Brush);
387
+ get b8(): Brush;
388
+ set b8(a: Brush);
399
389
  get co(): Brush;
400
390
  set co(a: Brush);
401
391
  get cf(): Brush;
402
392
  set cf(a: Brush);
393
+ get b7(): Brush;
394
+ set b7(a: Brush);
395
+ get ch(): Brush;
396
+ set ch(a: Brush);
397
+ get cs(): Brush;
398
+ set cs(a: Brush);
399
+ get cn(): Brush;
400
+ set cn(a: Brush);
401
+ get bw(): FontInfo;
402
+ set bw(a: FontInfo);
403
403
  get cj(): Brush;
404
404
  set cj(a: Brush);
405
- get cq(): Brush;
406
- set cq(a: Brush);
407
- get b9(): Brush;
408
- set b9(a: Brush);
409
405
  get cr(): Brush;
410
406
  set cr(a: Brush);
411
- get ca(): Brush;
412
- set ca(a: Brush);
413
- get ch(): Brush;
414
- set ch(a: Brush);
415
407
  get ci(): Brush;
416
408
  set ci(a: Brush);
409
+ get cm(): Brush;
410
+ set cm(a: Brush);
411
+ get ct(): Brush;
412
+ set ct(a: Brush);
413
+ get cc(): Brush;
414
+ set cc(a: Brush);
415
+ get cu(): Brush;
416
+ set cu(a: Brush);
417
+ get cd(): Brush;
418
+ set cd(a: Brush);
419
+ get ca(): Brush;
420
+ set ca(a: Brush);
421
+ get cb(): Brush;
422
+ set cb(a: Brush);
423
+ get b9(): Brush;
424
+ set b9(a: Brush);
425
+ get ck(): Brush;
426
+ set ck(a: Brush);
427
+ get cl(): Brush;
428
+ set cl(a: Brush);
417
429
  get bz(): boolean;
418
430
  private bm;
419
431
  get bn(): (sender: any, args: NativeUIContentRefreshedEventArgs) => void;
@@ -445,29 +457,29 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
445
457
  private bk;
446
458
  private bs;
447
459
  private au;
448
- protected gw(a: string, b: any): void;
449
- private gp;
450
- private gq;
460
+ protected gy(a: string, b: any): void;
461
+ private gr;
462
+ private gs;
451
463
  private ff;
452
- private g0;
464
+ private g2;
453
465
  protected cx(a: string, b: any): any;
454
466
  protected i<T>($t: Type, a: string, b: T): T;
455
467
  protected cw(a: string, b: any): any;
456
468
  private cu;
457
- private gt;
469
+ private gv;
458
470
  private p;
459
471
  get contextBindings(): ToolContextBindingCollection;
460
472
  set contextBindings(a: ToolContextBindingCollection);
461
473
  protected az(): boolean;
462
474
  protected fv(a: (arg1: ToolContextBinding) => void): void;
463
475
  private a2;
464
- protected gu(a: string, b: any): void;
476
+ protected gw(a: string, b: any): void;
465
477
  protected a0(a: string): boolean;
466
478
  protected a1(a: string): boolean;
467
- gv(a: ToolPanel): void;
479
+ gx(a: ToolPanel): void;
468
480
  private cv;
469
481
  private s;
470
- protected gf(a: ToolPanel, b: ToolPanel): void;
482
+ protected gh(a: ToolPanel, b: ToolPanel): void;
471
483
  private c;
472
484
  get d(): IExecutionContext;
473
485
  set d(a: IExecutionContext);
@@ -486,13 +498,13 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
486
498
  set cq(a: number);
487
499
  constructor();
488
500
  fh(): void;
489
- private ga;
490
501
  private gb;
502
+ private gc;
491
503
  private f0;
492
504
  private f1;
493
- private f5;
505
+ private f6;
494
506
  protected fg(a: ToolAction, b: string): void;
495
- protected f4(a: ToolAction): void;
507
+ protected f5(a: ToolAction): void;
496
508
  private e1;
497
509
  av(a: ToolAction): boolean;
498
510
  l(a: boolean): ToolActionEventDetail;
@@ -532,27 +544,27 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
532
544
  set cn(a: number);
533
545
  get b4(): number;
534
546
  set b4(a: number);
547
+ get hi(): Brush;
548
+ set hi(a: Brush);
549
+ get hq(): Brush;
550
+ set hq(a: Brush);
551
+ private hc;
552
+ get hf(): Brush;
553
+ set hf(a: Brush);
554
+ get hn(): Brush;
555
+ set hn(a: Brush);
556
+ get hm(): Brush;
557
+ set hm(a: Brush);
558
+ get hu(): Brush;
559
+ set hu(a: Brush);
560
+ get hl(): Brush;
561
+ set hl(a: Brush);
562
+ get ht(): Brush;
563
+ set ht(a: Brush);
535
564
  get hg(): Brush;
536
565
  set hg(a: Brush);
537
566
  get ho(): Brush;
538
567
  set ho(a: Brush);
539
- private ha;
540
- get hd(): Brush;
541
- set hd(a: Brush);
542
- get hl(): Brush;
543
- set hl(a: Brush);
544
- get hk(): Brush;
545
- set hk(a: Brush);
546
- get hs(): Brush;
547
- set hs(a: Brush);
548
- get hj(): Brush;
549
- set hj(a: Brush);
550
- get hr(): Brush;
551
- set hr(a: Brush);
552
- get he(): Brush;
553
- set he(a: Brush);
554
- get hm(): Brush;
555
- set hm(a: Brush);
556
568
  private ab;
557
569
  get ae(): FontInfo;
558
570
  set ae(a: FontInfo);
@@ -566,10 +578,10 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
566
578
  set a9(a: boolean);
567
579
  get ba(): boolean;
568
580
  set ba(a: boolean);
569
- get hc(): Brush;
570
- set hc(a: Brush);
571
- get hb(): Brush;
572
- set hb(a: Brush);
581
+ get he(): Brush;
582
+ set he(a: Brush);
583
+ get hd(): Brush;
584
+ set hd(a: Brush);
573
585
  get w(): ControlDisplayDensity;
574
586
  set w(a: ControlDisplayDensity);
575
587
  get v(): ControlDisplayDensity;
@@ -581,8 +593,8 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
581
593
  set fa(a: string);
582
594
  get e4(): string;
583
595
  set e4(a: string);
584
- get g9(): HorizontalAlignment;
585
- set g9(a: HorizontalAlignment);
596
+ get hb(): HorizontalAlignment;
597
+ set hb(a: HorizontalAlignment);
586
598
  private bw;
587
599
  protected get_co(): number;
588
600
  get co(): number;
@@ -599,16 +611,16 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
599
611
  set ci(a: number);
600
612
  get cf(): number;
601
613
  set cf(a: number);
602
- get hp(): Brush;
603
- set hp(a: Brush);
604
- get hh(): Brush;
605
- set hh(a: Brush);
614
+ get hr(): Brush;
615
+ set hr(a: Brush);
616
+ get hj(): Brush;
617
+ set hj(a: Brush);
606
618
  get a(): BrushCollection;
607
619
  set a(a: BrushCollection);
608
- get hq(): Brush;
609
- set hq(a: Brush);
610
- get hi(): Brush;
611
- set hi(a: Brush);
620
+ get hs(): Brush;
621
+ set hs(a: Brush);
622
+ get hk(): Brush;
623
+ set hk(a: Brush);
612
624
  get b(): BrushCollection;
613
625
  set b(a: BrushCollection);
614
626
  get ce(): number;
@@ -625,8 +637,8 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
625
637
  private bq;
626
638
  get bz(): number;
627
639
  set bz(a: number);
628
- get ht(): Visibility;
629
- set ht(a: Visibility);
640
+ get hv(): Visibility;
641
+ set hv(a: Visibility);
630
642
  get ax(): boolean;
631
643
  set ax(a: boolean);
632
644
  get cc(): number;
@@ -637,10 +649,10 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
637
649
  set cb(a: number);
638
650
  get bx(): number;
639
651
  set bx(a: number);
640
- get hn(): Brush;
641
- set hn(a: Brush);
642
- get hf(): Brush;
643
- set hf(a: Brush);
652
+ get hp(): Brush;
653
+ set hp(a: Brush);
654
+ get hh(): Brush;
655
+ set hh(a: Brush);
644
656
  get bg(): boolean;
645
657
  set bg(a: boolean);
646
658
  protected get_a4(): boolean;
@@ -654,35 +666,35 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
654
666
  protected get_aw(): boolean;
655
667
  protected get aw(): boolean;
656
668
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
657
- protected f6(): void;
658
- protected gg(a: string, b: any, c: any): void;
669
+ protected f7(): void;
670
+ protected gi(a: string, b: any, c: any): void;
659
671
  protected get_aa(): ToolActionType;
660
672
  get aa(): ToolActionType;
661
- protected go(a: string, b: any, c: any): void;
662
- private g5;
663
- protected gx(a: string): void;
664
- protected gy(a: string): void;
673
+ protected gq(a: string, b: any, c: any): void;
674
+ private g7;
675
+ protected gz(a: string): void;
676
+ protected g0(a: string): void;
665
677
  protected bd(a: string): boolean;
666
678
  private bn;
667
- private gc;
668
679
  private gd;
669
- private gn;
680
+ private ge;
681
+ private gp;
670
682
  protected ak(a: ControlDisplayDensity): NativeUIDisplayDensity;
671
683
  protected x(a: ToolActionInfoDensity): ControlDisplayDensity;
672
684
  protected get a7(): boolean;
673
685
  protected f2(): void;
674
- protected g1(): void;
675
- private g4;
686
+ protected g3(): void;
687
+ private g6;
676
688
  private ac;
677
689
  protected bc(): boolean;
678
- g7(): void;
690
+ g9(): void;
679
691
  protected b9(): number;
680
- protected g8(): void;
681
- protected ge(): void;
682
- protected gz(): void;
683
- protected gk(): void;
684
- gi(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
685
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
692
+ protected ha(): void;
693
+ protected gg(): void;
694
+ protected g1(): void;
695
+ protected gm(): void;
696
+ gk(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
697
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
686
698
  fl(a: ToolPanel, b: ToolActionMeasurementContext): void;
687
699
  fm(a: ToolPanel, b: ToolActionMeasurementContext): void;
688
700
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
@@ -690,14 +702,14 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
690
702
  b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
691
703
  af(a: ToolPanel): FontInfo;
692
704
  b5(a: ToolPanel, b: ToolActionMeasurementContext): number;
693
- gh(a: ToolActionEventDetail, b: ToolAction): void;
694
- private gr;
695
- protected gs(a: ToolCommand, b: boolean): void;
705
+ gj(a: ToolActionEventDetail, b: ToolAction): void;
706
+ private gt;
707
+ protected gu(a: ToolCommand, b: boolean): void;
696
708
  onCommand: (sender: any, args: ToolCommandEventArgs) => void;
697
709
  protected bi(): boolean;
698
710
  private fj;
699
711
  a6(): boolean;
700
- private f7;
712
+ private f8;
701
713
  private fk;
702
714
  performed: (sender: any, args: ToolActionPerformedEventArgs) => void;
703
715
  static f(a: ToolActionInfo): ToolAction;
@@ -719,17 +731,17 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
719
731
  protected ft(): void;
720
732
  protected fs(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
721
733
  protected fo(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
722
- protected g6(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
734
+ protected g8(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
723
735
  private fn;
724
736
  private aj;
725
737
  private a3;
726
- private f3;
727
- private g2;
728
- protected f9(): void;
729
- protected f8(a: any, b: NativeUIClickedEventArgs): void;
730
- gl(): void;
738
+ private f4;
739
+ private g4;
740
+ protected ga(): void;
741
+ protected f9(a: any, b: NativeUIClickedEventArgs): void;
742
+ gn(): void;
731
743
  fi(): void;
732
- gm(a: ToolAction): void;
744
+ go(a: ToolAction): void;
733
745
  static ay(a: ToolAction, b: ToolActionInfo): boolean;
734
746
  e(): NativeUIToolPanel;
735
747
  ct(): any;
@@ -739,10 +751,12 @@ export declare abstract class ToolAction extends Base implements INotifyProperty
739
751
  private an;
740
752
  private get y();
741
753
  private set y(value);
742
- g3(a: ControlDisplayDensity): void;
754
+ g5(a: ControlDisplayDensity): void;
743
755
  fq(): void;
744
756
  fp(): void;
745
757
  protected fr(): void;
758
+ f3(): void;
759
+ gf(): void;
746
760
  }
747
761
  /**
748
762
  * @hidden
@@ -751,28 +765,28 @@ export declare class ToolActionButton extends ToolAction {
751
765
  static $t: Type;
752
766
  protected get_aa(): ToolActionType;
753
767
  protected get_co(): number;
754
- get hu(): ToolActionButtonDisplayType;
755
- set hu(a: ToolActionButtonDisplayType);
756
- get hy(): number;
757
- set hy(a: number);
758
- gm(a: ToolAction): void;
759
- private hw;
768
+ get hw(): ToolActionButtonDisplayType;
769
+ set hw(a: ToolActionButtonDisplayType);
770
+ get h0(): number;
771
+ set h0(a: number);
772
+ go(a: ToolAction): void;
773
+ private hy;
760
774
  l(a: boolean): ToolActionEventDetail;
761
- private hv;
775
+ private hx;
762
776
  b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
763
777
  b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
764
778
  protected fw(): void;
765
- private hz;
766
- private h0;
779
+ private h1;
780
+ private h2;
767
781
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
768
782
  protected fs(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
769
- private h4;
770
- private h3;
771
- private hx;
772
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
773
- protected go(a: string, b: any, c: any): void;
774
- protected g1(): void;
775
- protected g8(): void;
783
+ private h6;
784
+ private h5;
785
+ private hz;
786
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
787
+ protected gq(a: string, b: any, c: any): void;
788
+ protected g3(): void;
789
+ protected ha(): void;
776
790
  fh(): void;
777
791
  protected fr(): void;
778
792
  ct(): any;
@@ -783,60 +797,30 @@ export declare class ToolActionButton extends ToolAction {
783
797
  export declare class ToolActionButtonPair extends ToolAction {
784
798
  static $t: Type;
785
799
  protected get_aa(): ToolActionType;
786
- get ii(): boolean;
787
- set ii(a: boolean);
788
- get il(): boolean;
789
- set il(a: boolean);
790
- get ih(): boolean;
791
- set ih(a: boolean);
792
800
  get ik(): boolean;
793
801
  set ik(a: boolean);
794
- get jd(): string;
795
- set jd(a: string);
796
- get i7(): string;
797
- set i7(a: string);
798
- get ig(): boolean;
799
- set ig(a: boolean);
802
+ get io(): boolean;
803
+ set io(a: boolean);
804
+ get ij(): boolean;
805
+ set ij(a: boolean);
806
+ get im(): boolean;
807
+ set im(a: boolean);
808
+ get jf(): string;
809
+ set jf(a: string);
800
810
  get i9(): string;
801
811
  set i9(a: string);
802
- get is(): number;
803
- set is(a: number);
804
- get it(): number;
805
- set it(a: number);
812
+ get ii(): boolean;
813
+ set ii(a: boolean);
814
+ get jb(): string;
815
+ set jb(a: string);
806
816
  get iu(): number;
807
817
  set iu(a: number);
808
- get ir(): number;
809
- set ir(a: number);
810
- get kg(): Brush;
811
- set kg(a: Brush);
812
- get kc(): Brush;
813
- set kc(a: Brush);
814
- get hw(): BrushCollection;
815
- set hw(a: BrushCollection);
816
- get kh(): Brush;
817
- set kh(a: Brush);
818
- get kd(): Brush;
819
- set kd(a: Brush);
820
- get hx(): BrushCollection;
821
- set hx(a: BrushCollection);
822
- get iq(): number;
823
- set iq(a: number);
824
- get jo(): string;
825
- set jo(a: string);
826
- get jw(): string;
827
- set jw(a: string);
828
- get jq(): string;
829
- set jq(a: string);
830
- get js(): string;
831
- set js(a: string);
832
- get ix(): number;
833
- set ix(a: number);
834
- get iy(): number;
835
- set iy(a: number);
836
- get iz(): number;
837
- set iz(a: number);
818
+ get iv(): number;
819
+ set iv(a: number);
838
820
  get iw(): number;
839
821
  set iw(a: number);
822
+ get it(): number;
823
+ set it(a: number);
840
824
  get ki(): Brush;
841
825
  set ki(a: Brush);
842
826
  get ke(): Brush;
@@ -849,45 +833,75 @@ export declare class ToolActionButtonPair extends ToolAction {
849
833
  set kf(a: Brush);
850
834
  get hz(): BrushCollection;
851
835
  set hz(a: BrushCollection);
852
- get iv(): number;
853
- set iv(a: number);
854
- get j7(): string;
855
- set j7(a: string);
856
- get h0(): ToolActionButtonGroupDisplayType;
857
- set h0(a: ToolActionButtonGroupDisplayType);
858
- get im(): number;
859
- set im(a: number);
860
- gm(a: ToolAction): void;
861
- private h4;
836
+ get is(): number;
837
+ set is(a: number);
838
+ get jq(): string;
839
+ set jq(a: string);
840
+ get jy(): string;
841
+ set jy(a: string);
842
+ get js(): string;
843
+ set js(a: string);
844
+ get ju(): string;
845
+ set ju(a: string);
846
+ get iz(): number;
847
+ set iz(a: number);
848
+ get i0(): number;
849
+ set i0(a: number);
850
+ get i1(): number;
851
+ set i1(a: number);
852
+ get iy(): number;
853
+ set iy(a: number);
854
+ get kk(): Brush;
855
+ set kk(a: Brush);
856
+ get kg(): Brush;
857
+ set kg(a: Brush);
858
+ get h0(): BrushCollection;
859
+ set h0(a: BrushCollection);
860
+ get kl(): Brush;
861
+ set kl(a: Brush);
862
+ get kh(): Brush;
863
+ set kh(a: Brush);
864
+ get h1(): BrushCollection;
865
+ set h1(a: BrushCollection);
866
+ get ix(): number;
867
+ set ix(a: number);
868
+ get j9(): string;
869
+ set j9(a: string);
870
+ get h2(): ToolActionButtonGroupDisplayType;
871
+ set h2(a: ToolActionButtonGroupDisplayType);
872
+ get ip(): number;
873
+ set ip(a: number);
874
+ go(a: ToolAction): void;
875
+ private h6;
862
876
  protected fw(): void;
863
877
  l(a: boolean): ToolActionEventDetail;
864
878
  protected fy(a: List$1<ToolCommandArgument>): void;
865
- private h1;
866
- private h2;
867
879
  private h3;
880
+ private h4;
881
+ private h5;
868
882
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
869
- private ip;
870
- private io;
871
- private ij;
872
- private hv;
883
+ private ir;
884
+ private iq;
885
+ private il;
886
+ private hx;
887
+ private kd;
888
+ private id;
889
+ private ie;
890
+ private hw;
873
891
  private kb;
892
+ private kc;
893
+ private ih;
894
+ private h9;
874
895
  private ib;
875
896
  private ic;
876
- private hu;
877
- private j9;
878
- private ka;
879
- private ie;
880
- private h7;
881
- private h9;
882
897
  private ia;
898
+ private h7;
883
899
  private h8;
884
- private h5;
885
- private h6;
886
- private id;
887
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
888
- protected go(a: string, b: any, c: any): void;
889
- protected g1(): void;
890
- protected g8(): void;
900
+ private ig;
901
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
902
+ protected gq(a: string, b: any, c: any): void;
903
+ protected g3(): void;
904
+ protected ha(): void;
891
905
  fh(): void;
892
906
  protected fr(): void;
893
907
  ct(): any;
@@ -897,42 +911,42 @@ export declare class ToolActionButtonPair extends ToolAction {
897
911
  */
898
912
  export declare class ToolActionCheckbox extends ToolAction {
899
913
  static $t: Type;
900
- private hu;
914
+ private hw;
901
915
  protected get_aa(): ToolActionType;
902
916
  protected get_aw(): boolean;
903
- get hv(): boolean;
904
- set hv(a: boolean);
905
- get h3(): string;
906
- set h3(a: string);
917
+ get hx(): boolean;
918
+ set hx(a: boolean);
919
+ get h5(): string;
920
+ set h5(a: string);
921
+ get ii(): Brush;
922
+ set ii(a: Brush);
923
+ get id(): Brush;
924
+ set id(a: Brush);
907
925
  get ig(): Brush;
908
926
  set ig(a: Brush);
909
927
  get ib(): Brush;
910
928
  set ib(a: Brush);
911
- get id(): Brush;
912
- set id(a: Brush);
913
- get h9(): Brush;
914
- set h9(a: Brush);
929
+ get ij(): Brush;
930
+ set ij(a: Brush);
931
+ get ie(): Brush;
932
+ set ie(a: Brush);
915
933
  get ih(): Brush;
916
934
  set ih(a: Brush);
917
935
  get ic(): Brush;
918
936
  set ic(a: Brush);
919
- get ie(): Brush;
920
- set ie(a: Brush);
921
- get ia(): Brush;
922
- set ia(a: Brush);
923
- gm(a: ToolAction): void;
937
+ go(a: ToolAction): void;
924
938
  l(a: boolean): ToolActionEventDetail;
925
939
  protected fy(a: List$1<ToolCommandArgument>): void;
926
940
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
927
- protected f9(): void;
928
- private h8;
929
- private h7;
930
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
931
- protected g1(): void;
932
- protected g8(): void;
933
- protected go(a: string, b: any, c: any): void;
941
+ protected ga(): void;
942
+ private ia;
943
+ private h9;
944
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
945
+ protected g3(): void;
946
+ protected ha(): void;
947
+ protected gq(a: string, b: any, c: any): void;
934
948
  protected fw(): void;
935
- protected gf(a: ToolPanel, b: ToolPanel): void;
949
+ protected gh(a: ToolPanel, b: ToolPanel): void;
936
950
  fh(): void;
937
951
  protected fr(): void;
938
952
  ct(): any;
@@ -942,30 +956,30 @@ export declare class ToolActionCheckbox extends ToolAction {
942
956
  */
943
957
  export declare class ToolActionCheckboxGroup extends ToolAction {
944
958
  static $t: Type;
945
- private hx;
946
- private hw;
947
- get hv(): FontInfo;
948
- set hv(a: FontInfo);
949
- get hu(): FontInfo;
950
- set hu(a: FontInfo);
951
- get h7(): Brush;
952
- set h7(a: Brush);
953
- get h6(): Brush;
954
- set h6(a: Brush);
959
+ private hz;
960
+ private hy;
961
+ get hx(): FontInfo;
962
+ set hx(a: FontInfo);
963
+ get hw(): FontInfo;
964
+ set hw(a: FontInfo);
965
+ get h9(): Brush;
966
+ set h9(a: Brush);
967
+ get h8(): Brush;
968
+ set h8(a: Brush);
955
969
  constructor();
956
970
  protected get_aa(): ToolActionType;
957
971
  av(a: ToolAction): boolean;
958
- private hy;
959
- private h1;
960
- protected gf(a: ToolPanel, b: ToolPanel): void;
961
- protected g8(): void;
972
+ private h0;
973
+ private h3;
974
+ protected gh(a: ToolPanel, b: ToolPanel): void;
975
+ protected ha(): void;
962
976
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
963
- protected f9(): void;
977
+ protected ga(): void;
964
978
  protected fg(a: ToolAction, b: string): void;
965
- private h5;
966
- private h4;
967
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
968
- protected go(a: string, b: any, c: any): void;
979
+ private h7;
980
+ private h6;
981
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
982
+ protected gq(a: string, b: any, c: any): void;
969
983
  protected fw(): void;
970
984
  fh(): void;
971
985
  protected fr(): void;
@@ -976,61 +990,61 @@ export declare class ToolActionCheckboxGroup extends ToolAction {
976
990
  */
977
991
  export declare class ToolActionCheckboxList extends ToolAction {
978
992
  static $t: Type;
979
- private hx;
980
- private h2;
981
993
  private hz;
982
- private h3;
994
+ private h4;
983
995
  private h1;
984
- private hy;
996
+ private h5;
997
+ private h3;
998
+ private h0;
985
999
  protected get_aa(): ToolActionType;
986
1000
  fm(a: ToolPanel, b: ToolActionMeasurementContext): void;
987
1001
  protected fs(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
988
1002
  get itemsSource(): any;
989
1003
  set itemsSource(a: any);
990
- get ij(): string;
991
- set ij(a: string);
992
- get h0(): boolean;
993
- set h0(a: boolean);
994
- get ic(): string;
995
- set ic(a: string);
996
- get hu(): string[];
997
- set hu(a: string[]);
998
- get hv(): LayoutSelectedKeysCollection;
999
- set hv(a: LayoutSelectedKeysCollection);
1000
- get hw(): ToolActionCheckboxListIndexType;
1001
- set hw(a: ToolActionCheckboxListIndexType);
1004
+ get il(): string;
1005
+ set il(a: string);
1006
+ get h2(): boolean;
1007
+ set h2(a: boolean);
1008
+ get ie(): string;
1009
+ set ie(a: string);
1010
+ get hw(): string[];
1011
+ set hw(a: string[]);
1012
+ get hx(): LayoutSelectedKeysCollection;
1013
+ set hx(a: LayoutSelectedKeysCollection);
1014
+ get hy(): ToolActionCheckboxListIndexType;
1015
+ set hy(a: ToolActionCheckboxListIndexType);
1016
+ get i6(): Brush;
1017
+ set i6(a: Brush);
1018
+ get i2(): Brush;
1019
+ set i2(a: Brush);
1002
1020
  get i4(): Brush;
1003
1021
  set i4(a: Brush);
1004
1022
  get i0(): Brush;
1005
1023
  set i0(a: Brush);
1006
- get i2(): Brush;
1007
- set i2(a: Brush);
1008
- get iy(): Brush;
1009
- set iy(a: Brush);
1024
+ get i7(): Brush;
1025
+ set i7(a: Brush);
1026
+ get i3(): Brush;
1027
+ set i3(a: Brush);
1010
1028
  get i5(): Brush;
1011
1029
  set i5(a: Brush);
1012
1030
  get i1(): Brush;
1013
1031
  set i1(a: Brush);
1014
- get i3(): Brush;
1015
- set i3(a: Brush);
1016
- get iz(): Brush;
1017
- set iz(a: Brush);
1018
- h4: any;
1019
- protected go(a: string, b: any, c: any): void;
1020
- private iu;
1032
+ h6: any;
1033
+ protected gq(a: string, b: any, c: any): void;
1021
1034
  private iw;
1022
- private iv;
1035
+ private iy;
1023
1036
  private ix;
1024
- private it;
1025
- private iq;
1026
- private ip;
1027
- private ir;
1037
+ private iz;
1038
+ private iv;
1028
1039
  private is;
1040
+ private ir;
1041
+ private it;
1042
+ private iu;
1029
1043
  l(a: boolean): ToolActionEventDetail;
1030
1044
  protected fy(a: List$1<ToolCommandArgument>): void;
1031
- protected g6(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1032
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1033
- protected g8(): void;
1045
+ protected g8(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1046
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1047
+ protected ha(): void;
1034
1048
  protected fw(): void;
1035
1049
  fh(): void;
1036
1050
  protected fr(): void;
@@ -1041,22 +1055,22 @@ export declare class ToolActionCheckboxList extends ToolAction {
1041
1055
  */
1042
1056
  export declare class ToolActionColorEditor extends ToolAction {
1043
1057
  static $t: Type;
1044
- private hu;
1058
+ private hw;
1045
1059
  protected get_aa(): ToolActionType;
1046
- get h0(): Brush;
1047
- set h0(a: Brush);
1060
+ get h2(): Brush;
1061
+ set h2(a: Brush);
1048
1062
  protected fy(a: List$1<ToolCommandArgument>): void;
1049
1063
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1050
- hw(): string;
1064
+ hy(): string;
1051
1065
  l(a: boolean): ToolActionEventDetail;
1052
- private hy;
1053
- private hz;
1054
- private hv;
1055
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1056
- protected g1(): void;
1057
- protected g8(): void;
1058
- protected go(a: string, b: any, c: any): void;
1059
- protected f9(): void;
1066
+ private h0;
1067
+ private h1;
1068
+ private hx;
1069
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1070
+ protected g3(): void;
1071
+ protected ha(): void;
1072
+ protected gq(a: string, b: any, c: any): void;
1073
+ protected ga(): void;
1060
1074
  protected fw(): void;
1061
1075
  fh(): void;
1062
1076
  protected fr(): void;
@@ -1070,22 +1084,22 @@ export declare class ToolActionCombo extends ToolAction {
1070
1084
  protected get_aa(): ToolActionType;
1071
1085
  get itemsSource(): any;
1072
1086
  set itemsSource(a: any);
1073
- get hy(): string;
1074
- set hy(a: string);
1075
- get h2(): string;
1076
- set h2(a: string);
1077
- get hu(): LayoutSelectedItemsCollection;
1078
- set hu(a: LayoutSelectedItemsCollection);
1079
- protected go(a: string, b: any, c: any): void;
1080
- private hv;
1087
+ get h0(): string;
1088
+ set h0(a: string);
1089
+ get h4(): string;
1090
+ set h4(a: string);
1091
+ get hw(): LayoutSelectedItemsCollection;
1092
+ set hw(a: LayoutSelectedItemsCollection);
1093
+ protected gq(a: string, b: any, c: any): void;
1094
+ private hx;
1081
1095
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1082
- private hw;
1083
- private h4;
1084
- private h5;
1085
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1086
- protected g1(): void;
1087
- protected g8(): void;
1088
- protected f9(): void;
1096
+ private hy;
1097
+ private h6;
1098
+ private h7;
1099
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1100
+ protected g3(): void;
1101
+ protected ha(): void;
1102
+ protected ga(): void;
1089
1103
  l(a: boolean): ToolActionEventDetail;
1090
1104
  protected fy(a: List$1<ToolCommandArgument>): void;
1091
1105
  protected fw(): void;
@@ -1098,92 +1112,92 @@ export declare class ToolActionCombo extends ToolAction {
1098
1112
  */
1099
1113
  export declare class ToolActionFieldSelector extends ToolAction {
1100
1114
  static $t: Type;
1101
- private h7;
1102
- private iv;
1103
- private ia;
1115
+ private h9;
1104
1116
  private ix;
1105
- private i2;
1106
- private h4;
1107
1117
  private ic;
1108
- private il;
1109
- private id;
1110
1118
  private iz;
1111
- private hu;
1112
- private h1;
1113
- private ij;
1119
+ private i4;
1120
+ private h6;
1121
+ private ie;
1122
+ private io;
1123
+ private ig;
1124
+ private i1;
1114
1125
  private hw;
1115
- private hx;
1126
+ private h3;
1127
+ private il;
1128
+ private hy;
1129
+ private hz;
1116
1130
  constructor();
1117
- hv(): DataSeriesAdapterImplementation;
1118
- private h8;
1119
- private jw;
1131
+ hx(): DataSeriesAdapterImplementation;
1132
+ private ia;
1120
1133
  private jy;
1121
- private iw;
1122
- private hz;
1123
- private jh;
1124
- private jg;
1125
- private h0;
1126
- private j5;
1127
- get h2(): IDataSource;
1128
- set h2(a: IDataSource);
1129
- get iy(): any;
1130
- set iy(a: any);
1131
- private get hy();
1132
- private set hy(value);
1133
- get h6(): ToolActionFieldSelectorType;
1134
- set h6(a: ToolActionFieldSelectorType);
1135
- get ih(): boolean;
1136
- set ih(a: boolean);
1137
- private ig;
1138
- get h3(): ToolActionFieldSelectorAggregationsCollection;
1139
- set h3(a: ToolActionFieldSelectorAggregationsCollection);
1140
- private get ik();
1141
- private set ik(value);
1142
- private ie;
1143
- get ii(): boolean;
1144
- set ii(a: boolean);
1145
- get h5(): ToolActionFieldSelectorSelectedAggregationsCollection;
1146
- set h5(a: ToolActionFieldSelectorSelectedAggregationsCollection);
1147
- get is(): number;
1148
- set is(a: number);
1149
- get io(): number;
1150
- set io(a: number);
1151
- get it(): number;
1152
- set it(a: number);
1153
- get ip(): number;
1154
- set ip(a: number);
1155
- get ir(): number;
1156
- set ir(a: number);
1157
- get im(): number;
1158
- set im(a: number);
1134
+ private j0;
1135
+ private iy;
1136
+ private h1;
1137
+ private jj;
1138
+ private ji;
1139
+ private h2;
1140
+ private j7;
1141
+ get h4(): IDataSource;
1142
+ set h4(a: IDataSource);
1143
+ get i0(): any;
1144
+ set i0(a: any);
1145
+ private get h0();
1146
+ private set h0(value);
1147
+ get h8(): ToolActionFieldSelectorType;
1148
+ set h8(a: ToolActionFieldSelectorType);
1149
+ get ij(): boolean;
1150
+ set ij(a: boolean);
1151
+ private ii;
1152
+ get h5(): ToolActionFieldSelectorAggregationsCollection;
1153
+ set h5(a: ToolActionFieldSelectorAggregationsCollection);
1154
+ private get im();
1155
+ private set im(value);
1156
+ private ih;
1157
+ get ik(): boolean;
1158
+ set ik(a: boolean);
1159
+ get h7(): ToolActionFieldSelectorSelectedAggregationsCollection;
1160
+ set h7(a: ToolActionFieldSelectorSelectedAggregationsCollection);
1159
1161
  get iu(): number;
1160
1162
  set iu(a: number);
1161
1163
  get iq(): number;
1162
1164
  set iq(a: number);
1165
+ get iv(): number;
1166
+ set iv(a: number);
1167
+ get ir(): number;
1168
+ set ir(a: number);
1169
+ get it(): number;
1170
+ set it(a: number);
1171
+ get ip(): number;
1172
+ set ip(a: number);
1173
+ get iw(): number;
1174
+ set iw(a: number);
1175
+ get is(): number;
1176
+ set is(a: number);
1163
1177
  protected get_aa(): ToolActionType;
1164
1178
  fm(a: ToolPanel, b: ToolActionMeasurementContext): void;
1165
1179
  protected fs(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1166
- protected go(a: string, b: any, c: any): void;
1167
- private j0;
1168
- private j1;
1169
- private j4;
1170
- private j3;
1180
+ protected gq(a: string, b: any, c: any): void;
1171
1181
  private j2;
1172
- private ju;
1173
- private jt;
1174
- private h9;
1175
- private js;
1176
- private ib;
1177
- private jx;
1182
+ private j3;
1183
+ private j6;
1184
+ private j5;
1185
+ private j4;
1186
+ private jw;
1178
1187
  private jv;
1188
+ private ib;
1189
+ private ju;
1190
+ private id;
1179
1191
  private jz;
1180
- private jr;
1192
+ private jx;
1193
+ private j1;
1194
+ private jt;
1181
1195
  l(a: boolean): ToolActionEventDetail;
1182
1196
  protected fy(a: List$1<ToolCommandArgument>): void;
1183
- protected g6(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1184
- protected g8(): void;
1185
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1186
- protected gf(a: ToolPanel, b: ToolPanel): void;
1197
+ protected g8(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1198
+ protected ha(): void;
1199
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1200
+ protected gh(a: ToolPanel, b: ToolPanel): void;
1187
1201
  protected fw(): void;
1188
1202
  fh(): void;
1189
1203
  protected fr(): void;
@@ -1193,30 +1207,30 @@ export declare class ToolActionFieldSelector extends ToolAction {
1193
1207
  */
1194
1208
  export declare class ToolActionGroupHeader extends ToolAction {
1195
1209
  static $t: Type;
1196
- private hv;
1197
- private hw;
1210
+ private hx;
1211
+ private hy;
1198
1212
  protected get_aa(): ToolActionType;
1199
1213
  protected get_a4(): boolean;
1200
1214
  protected get_a5(): boolean;
1201
1215
  protected get_be(): boolean;
1202
- get h4(): Brush;
1203
- set h4(a: Brush);
1204
- get h5(): Brush;
1205
- set h5(a: Brush);
1216
+ get h6(): Brush;
1217
+ set h6(a: Brush);
1218
+ get h7(): Brush;
1219
+ set h7(a: Brush);
1206
1220
  constructor();
1207
1221
  af(a: ToolPanel): FontInfo;
1208
1222
  b5(a: ToolPanel, b: ToolActionMeasurementContext): number;
1209
- private hu;
1210
- private hx;
1223
+ private hw;
1224
+ private hz;
1211
1225
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1212
- private h2;
1226
+ private h4;
1227
+ private h5;
1213
1228
  private h3;
1214
- private h1;
1215
- private h0;
1216
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1217
- protected g1(): void;
1218
- protected g8(): void;
1219
- protected go(a: string, b: any, c: any): void;
1229
+ private h2;
1230
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1231
+ protected g3(): void;
1232
+ protected ha(): void;
1233
+ protected gq(a: string, b: any, c: any): void;
1220
1234
  fh(): void;
1221
1235
  protected fr(): void;
1222
1236
  ct(): any;
@@ -1226,105 +1240,107 @@ export declare class ToolActionGroupHeader extends ToolAction {
1226
1240
  */
1227
1241
  export declare class ToolActionIconButton extends ToolAction {
1228
1242
  static $t: Type;
1229
- private hz;
1243
+ private h1;
1244
+ private hy;
1230
1245
  private hw;
1231
- private hu;
1232
- private i0;
1233
- private i1;
1234
- private ir;
1235
- private h6;
1236
- private h3;
1237
- private h2;
1238
- private h7;
1239
- protected get ic(): boolean;
1240
- protected set ic(a: boolean);
1246
+ private i2;
1247
+ private i3;
1248
+ private it;
1249
+ private h8;
1250
+ private h5;
1251
+ private h4;
1252
+ private h9;
1253
+ protected get ie(): boolean;
1254
+ protected set ie(a: boolean);
1241
1255
  protected get_aa(): ToolActionType;
1242
1256
  protected get_bh(): boolean;
1243
- protected get h0(): NativeUIPopup;
1244
- protected get_ih(): boolean;
1245
- protected get ih(): boolean;
1246
- private h5;
1247
- private i2;
1248
- get i4(): number;
1249
- set i4(a: number);
1250
- get i3(): number;
1251
- set i3(a: number);
1252
- private get ig();
1253
- private io;
1254
- get ix(): number;
1255
- set ix(a: number);
1256
- private ij;
1257
- get it(): number;
1258
- set it(a: number);
1257
+ protected get h2(): NativeUIPopup;
1258
+ protected get_ij(): boolean;
1259
+ protected get ij(): boolean;
1260
+ private h7;
1261
+ private i4;
1262
+ get i6(): number;
1263
+ set i6(a: number);
1264
+ get i5(): number;
1265
+ set i5(a: number);
1266
+ private get ii();
1259
1267
  private iq;
1260
1268
  get iz(): number;
1261
1269
  set iz(a: number);
1262
1270
  private il;
1263
1271
  get iv(): number;
1264
1272
  set iv(a: number);
1273
+ private is;
1274
+ get i1(): number;
1275
+ set i1(a: number);
1276
+ private io;
1277
+ get ix(): number;
1278
+ set ix(a: number);
1279
+ private ir;
1280
+ get i0(): number;
1281
+ set i0(a: number);
1282
+ private im;
1283
+ get iw(): number;
1284
+ set iw(a: number);
1265
1285
  private ip;
1266
1286
  get iy(): number;
1267
1287
  set iy(a: number);
1268
1288
  private ik;
1269
1289
  get iu(): number;
1270
1290
  set iu(a: number);
1271
- private im;
1272
- get iw(): number;
1273
- set iw(a: number);
1274
- private ii;
1275
- get is(): number;
1276
- set is(a: number);
1277
1291
  constructor();
1292
+ f3(): void;
1293
+ gf(): void;
1278
1294
  fh(): void;
1279
1295
  l(a: boolean): ToolActionEventDetail;
1280
- protected hx: NativeUIButton;
1281
- protected hy: NativeUIIcon;
1296
+ protected hz: NativeUIButton;
1297
+ protected h0: NativeUIIcon;
1282
1298
  b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
1283
1299
  b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
1284
1300
  protected fs(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1285
- protected j2(a: NativeUIIcon): void;
1286
- private j1;
1287
- protected j3(a: NativeUIGrid, b: NativeUIPopup): void;
1288
- protected jg(): void;
1289
- protected jh(a: boolean, b: boolean): void;
1290
- protected jj(): void;
1301
+ protected j4(a: NativeUIIcon): void;
1302
+ private j3;
1303
+ protected j5(a: NativeUIGrid, b: NativeUIPopup): void;
1291
1304
  protected ji(): void;
1305
+ protected jj(a: boolean, b: boolean): void;
1306
+ protected jl(): void;
1292
1307
  protected jk(): void;
1293
- protected j4(): Size;
1294
- private jx;
1295
- private jw;
1296
- private h8;
1297
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1298
- protected g1(): void;
1299
- protected g8(): void;
1300
- protected ia: boolean;
1301
- protected ge(): void;
1302
- gl(): void;
1308
+ protected jm(): void;
1309
+ protected j6(): Size;
1310
+ private jz;
1311
+ private jy;
1312
+ private ia;
1313
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1314
+ protected g3(): void;
1315
+ protected ha(): void;
1316
+ protected ic: boolean;
1317
+ protected gg(): void;
1318
+ gn(): void;
1303
1319
  fi(): void;
1304
1320
  protected get_bb(): boolean;
1305
- private get ib();
1321
+ private get id();
1306
1322
  popupOpening: (sender: any, args: ToolActionPopupOpeningEventArgs) => void;
1307
- protected jz(a?: boolean): void;
1308
- protected j0(): void;
1309
- private h1;
1310
- protected jf(): void;
1311
- private jq;
1312
- private jl;
1313
- protected jy(a: number, b?: boolean): void;
1314
- protected h9(): boolean;
1315
- protected jo(a: any, b: NativeUIMouseEventArgs): void;
1316
- protected jp(a: any, b: NativeUIMouseEventArgs): void;
1317
- protected jm(a: any, b: NativeUIButtonClickedEventArgs): void;
1318
- protected id(a: number): boolean;
1319
- private h4;
1323
+ protected j1(a?: boolean): void;
1324
+ protected j2(): void;
1325
+ private h3;
1326
+ protected jh(): void;
1327
+ private js;
1328
+ private jn;
1329
+ protected j0(a: number, b?: boolean): void;
1330
+ protected ib(): boolean;
1331
+ protected jq(a: any, b: NativeUIMouseEventArgs): void;
1332
+ protected jr(a: any, b: NativeUIMouseEventArgs): void;
1333
+ protected jo(a: any, b: NativeUIButtonClickedEventArgs): void;
1334
+ protected ig(a: number): boolean;
1335
+ private h6;
1336
+ private jw;
1337
+ private jx;
1320
1338
  private ju;
1321
1339
  private jv;
1322
- private js;
1340
+ private ih;
1323
1341
  private jt;
1324
- private ie;
1325
- private jr;
1326
- protected jn(a: any, b: NativeUIFocusEventArgs): void;
1327
- protected go(a: string, b: any, c: any): void;
1342
+ protected jp(a: any, b: NativeUIFocusEventArgs): void;
1343
+ protected gq(a: string, b: any, c: any): void;
1328
1344
  protected fw(): void;
1329
1345
  ct(): any;
1330
1346
  protected fr(): void;
@@ -1334,59 +1350,59 @@ export declare class ToolActionIconButton extends ToolAction {
1334
1350
  */
1335
1351
  export declare class ToolActionIconMenu extends ToolActionIconButton {
1336
1352
  static $t: Type;
1353
+ private kf;
1354
+ private ke;
1337
1355
  private kd;
1338
- private kc;
1339
- private kb;
1340
- private j5;
1341
- private j8;
1342
- protected j7: NativeUIIcon;
1356
+ private j7;
1357
+ private ka;
1358
+ protected j9: NativeUIIcon;
1343
1359
  protected get_aa(): ToolActionType;
1344
1360
  constructor();
1345
- get kl(): Brush;
1346
- set kl(a: Brush);
1347
- get kk(): Brush;
1348
- set kk(a: Brush);
1349
- get ka(): boolean;
1350
- set ka(a: boolean);
1351
- protected get_ih(): boolean;
1352
- protected jh(a: boolean, b: boolean): void;
1353
- protected f6(): void;
1354
- protected jj(): void;
1355
- protected ji(): void;
1361
+ get kn(): Brush;
1362
+ set kn(a: Brush);
1363
+ get km(): Brush;
1364
+ set km(a: Brush);
1365
+ get kc(): boolean;
1366
+ set kc(a: boolean);
1367
+ protected get_ij(): boolean;
1368
+ protected jj(a: boolean, b: boolean): void;
1369
+ protected f7(): void;
1370
+ protected jl(): void;
1356
1371
  protected jk(): void;
1357
- protected g1(): void;
1372
+ protected jm(): void;
1373
+ protected g3(): void;
1358
1374
  protected fw(): void;
1359
- protected g8(): void;
1360
- protected j4(): Size;
1361
- protected jz(a?: boolean): void;
1375
+ protected ha(): void;
1376
+ protected j6(): Size;
1377
+ protected j1(a?: boolean): void;
1362
1378
  b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
1379
+ private kl;
1380
+ private kb;
1381
+ private j8;
1382
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1363
1383
  private kj;
1364
- private j9;
1365
- private j6;
1366
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1367
- private kh;
1368
- protected go(a: string, b: any, c: any): void;
1369
- private ki;
1384
+ protected gq(a: string, b: any, c: any): void;
1385
+ private kk;
1370
1386
  protected fg(a: ToolAction, b: string): void;
1371
- gm(a: ToolAction): void;
1387
+ go(a: ToolAction): void;
1372
1388
  e(): NativeUIToolPanel;
1373
1389
  ct(): any;
1374
- protected h9(): boolean;
1375
- protected id(a: number): boolean;
1390
+ protected ib(): boolean;
1391
+ protected ig(a: number): boolean;
1376
1392
  }
1377
1393
  /**
1378
1394
  * @hidden
1379
1395
  */
1380
1396
  export declare class ToolActionLabel extends ToolAction {
1381
1397
  static $t: Type;
1382
- private hu;
1398
+ private hw;
1383
1399
  constructor();
1384
1400
  protected get_aa(): ToolActionType;
1385
1401
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1386
- private hv;
1387
- protected f9(): void;
1388
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1389
- protected go(a: string, b: any, c: any): void;
1402
+ private hx;
1403
+ protected ga(): void;
1404
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1405
+ protected gq(a: string, b: any, c: any): void;
1390
1406
  ct(): any;
1391
1407
  }
1392
1408
  /**
@@ -1394,21 +1410,21 @@ export declare class ToolActionLabel extends ToolAction {
1394
1410
  */
1395
1411
  export declare class ToolActionNumberInput extends ToolAction {
1396
1412
  static $t: Type;
1397
- private hu;
1413
+ private hw;
1398
1414
  protected get_aa(): ToolActionType;
1399
- get hw(): number;
1400
- set hw(a: number);
1415
+ get hy(): number;
1416
+ set hy(a: number);
1401
1417
  protected fy(a: List$1<ToolCommandArgument>): void;
1402
1418
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1403
- hv(): number;
1419
+ hx(): number;
1404
1420
  l(a: boolean): ToolActionEventDetail;
1405
- private hy;
1406
- private hz;
1407
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1408
- protected g1(): void;
1409
- protected g8(): void;
1410
- protected go(a: string, b: any, c: any): void;
1411
- protected f9(): void;
1421
+ private h0;
1422
+ private h1;
1423
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1424
+ protected g3(): void;
1425
+ protected ha(): void;
1426
+ protected gq(a: string, b: any, c: any): void;
1427
+ protected ga(): void;
1412
1428
  protected fw(): void;
1413
1429
  fh(): void;
1414
1430
  protected fr(): void;
@@ -1419,44 +1435,46 @@ export declare class ToolActionNumberInput extends ToolAction {
1419
1435
  */
1420
1436
  export declare class ToolActionRadio extends ToolAction {
1421
1437
  static $t: Type;
1422
- private hu;
1438
+ private hw;
1423
1439
  protected get_aa(): ToolActionType;
1424
- private hx;
1425
- get h2(): string;
1426
- set h2(a: string);
1427
- get h7(): string;
1428
- set h7(a: string);
1429
- get hv(): boolean;
1430
- set hv(a: boolean);
1431
- get hw(): boolean;
1432
- set hw(a: boolean);
1440
+ private h0;
1441
+ get h5(): string;
1442
+ set h5(a: string);
1443
+ get ib(): string;
1444
+ set ib(a: string);
1445
+ get hx(): boolean;
1446
+ set hx(a: boolean);
1447
+ get hy(): boolean;
1448
+ set hy(a: boolean);
1449
+ get hz(): boolean;
1450
+ set hz(a: boolean);
1451
+ get iq(): Brush;
1452
+ set iq(a: Brush);
1433
1453
  get il(): Brush;
1434
1454
  set il(a: Brush);
1435
- get ih(): Brush;
1436
- set ih(a: Brush);
1455
+ get io(): Brush;
1456
+ set io(a: Brush);
1437
1457
  get ij(): Brush;
1438
1458
  set ij(a: Brush);
1439
- get ie(): Brush;
1440
- set ie(a: Brush);
1459
+ get ir(): Brush;
1460
+ set ir(a: Brush);
1441
1461
  get im(): Brush;
1442
1462
  set im(a: Brush);
1443
- get ii(): Brush;
1444
- set ii(a: Brush);
1463
+ get ip(): Brush;
1464
+ set ip(a: Brush);
1445
1465
  get ik(): Brush;
1446
1466
  set ik(a: Brush);
1447
- get ig(): Brush;
1448
- set ig(a: Brush);
1449
1467
  l(a: boolean): ToolActionEventDetail;
1450
1468
  protected fy(a: List$1<ToolCommandArgument>): void;
1451
- ib(): void;
1469
+ ig(): void;
1452
1470
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1453
- protected g1(): void;
1454
- protected g8(): void;
1455
- protected f9(): void;
1456
- private ic;
1457
- private id;
1458
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1459
- protected go(a: string, b: any, c: any): void;
1471
+ protected g3(): void;
1472
+ protected ha(): void;
1473
+ protected ga(): void;
1474
+ private ih;
1475
+ private ii;
1476
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1477
+ protected gq(a: string, b: any, c: any): void;
1460
1478
  protected fw(): void;
1461
1479
  fh(): void;
1462
1480
  protected fr(): void;
@@ -1467,32 +1485,32 @@ export declare class ToolActionRadio extends ToolAction {
1467
1485
  */
1468
1486
  export declare class ToolActionRadioGroup extends ToolAction {
1469
1487
  static $t: Type;
1470
- private hy;
1471
- private hx;
1472
- get hw(): FontInfo;
1473
- set hw(a: FontInfo);
1474
- get hv(): FontInfo;
1475
- set hv(a: FontInfo);
1476
- get h8(): Brush;
1477
- set h8(a: Brush);
1478
- get h7(): Brush;
1479
- set h7(a: Brush);
1488
+ private h0;
1489
+ private hz;
1490
+ get hy(): FontInfo;
1491
+ set hy(a: FontInfo);
1492
+ get hx(): FontInfo;
1493
+ set hx(a: FontInfo);
1494
+ get ia(): Brush;
1495
+ set ia(a: Brush);
1496
+ get h9(): Brush;
1497
+ set h9(a: Brush);
1480
1498
  constructor();
1481
1499
  protected get_aa(): ToolActionType;
1482
1500
  av(a: ToolAction): boolean;
1483
- private hu;
1484
- private h1;
1485
- protected gf(a: ToolPanel, b: ToolPanel): void;
1486
- private h4;
1487
- protected f4(a: ToolAction): void;
1488
- protected g8(): void;
1501
+ private hw;
1502
+ private h3;
1503
+ protected gh(a: ToolPanel, b: ToolPanel): void;
1504
+ private h6;
1505
+ protected f5(a: ToolAction): void;
1506
+ protected ha(): void;
1489
1507
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1490
- protected f9(): void;
1508
+ protected ga(): void;
1491
1509
  protected fg(a: ToolAction, b: string): void;
1492
- private h6;
1493
- private h5;
1494
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1495
- protected go(a: string, b: any, c: any): void;
1510
+ private h8;
1511
+ private h7;
1512
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1513
+ protected gq(a: string, b: any, c: any): void;
1496
1514
  protected fw(): void;
1497
1515
  fh(): void;
1498
1516
  protected fr(): void;
@@ -1503,20 +1521,20 @@ export declare class ToolActionRadioGroup extends ToolAction {
1503
1521
  */
1504
1522
  export declare class ToolActionSeparator extends ToolAction {
1505
1523
  static $t: Type;
1506
- private hv;
1507
- get hw(): number;
1508
- set hw(a: number);
1509
- get hu(): boolean;
1510
- set hu(a: boolean);
1524
+ private hx;
1525
+ get hy(): number;
1526
+ set hy(a: number);
1527
+ get hw(): boolean;
1528
+ set hw(a: boolean);
1511
1529
  constructor();
1512
1530
  protected get_aa(): ToolActionType;
1513
1531
  fm(a: ToolPanel, b: ToolActionMeasurementContext): void;
1514
1532
  protected fs(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1515
1533
  protected fo(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
1516
- protected g6(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1517
- protected g1(): void;
1518
- protected g8(): void;
1519
- protected go(a: string, b: any, c: any): void;
1534
+ protected g8(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1535
+ protected g3(): void;
1536
+ protected ha(): void;
1537
+ protected gq(a: string, b: any, c: any): void;
1520
1538
  protected fw(): void;
1521
1539
  ct(): any;
1522
1540
  }
@@ -1525,20 +1543,20 @@ export declare class ToolActionSeparator extends ToolAction {
1525
1543
  */
1526
1544
  export declare class ToolActionSubPanel extends ToolAction {
1527
1545
  static $t: Type;
1528
- private hu;
1529
- private hv;
1530
- get hw(): number;
1531
- set hw(a: number);
1546
+ private hw;
1547
+ private hx;
1548
+ get hy(): number;
1549
+ set hy(a: number);
1532
1550
  constructor();
1533
1551
  protected get_aa(): ToolActionType;
1534
1552
  fm(a: ToolPanel, b: ToolActionMeasurementContext): void;
1535
1553
  protected fs(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
1536
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1554
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1555
+ private h2;
1556
+ private h1;
1557
+ protected ha(): void;
1537
1558
  private h0;
1538
- private hz;
1539
- protected g8(): void;
1540
- private hy;
1541
- protected go(a: string, b: any, c: any): void;
1559
+ protected gq(a: string, b: any, c: any): void;
1542
1560
  fh(): void;
1543
1561
  protected fr(): void;
1544
1562
  protected fw(): void;
@@ -1549,21 +1567,21 @@ export declare class ToolActionSubPanel extends ToolAction {
1549
1567
  */
1550
1568
  export declare class ToolActionTextInput extends ToolAction {
1551
1569
  static $t: Type;
1552
- private hu;
1570
+ private hw;
1553
1571
  protected get_aa(): ToolActionType;
1554
- get hw(): string;
1555
- set hw(a: string);
1572
+ get hy(): string;
1573
+ set hy(a: string);
1556
1574
  protected fy(a: List$1<ToolCommandArgument>): void;
1557
1575
  b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
1558
- hv(): string;
1576
+ hx(): string;
1559
1577
  l(a: boolean): ToolActionEventDetail;
1560
- private hy;
1561
- private hz;
1562
- gj(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1563
- protected g1(): void;
1564
- protected g8(): void;
1565
- protected go(a: string, b: any, c: any): void;
1566
- protected f9(): void;
1578
+ private h0;
1579
+ private h1;
1580
+ gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
1581
+ protected g3(): void;
1582
+ protected ha(): void;
1583
+ protected gq(a: string, b: any, c: any): void;
1584
+ protected ga(): void;
1567
1585
  protected fw(): void;
1568
1586
  fh(): void;
1569
1587
  protected fr(): void;
@@ -1590,12 +1608,12 @@ export declare class Toolbar extends Base implements INotifyPropertyChanged, ICo
1590
1608
  private get al();
1591
1609
  private t;
1592
1610
  private s;
1593
- d7(a: ToolPanel): void;
1594
- private dy;
1611
+ ea(a: ToolPanel): void;
1612
+ private d1;
1595
1613
  private q;
1596
- private eg;
1597
- private ee;
1598
- ea(a: Size): void;
1614
+ private ej;
1615
+ private eh;
1616
+ ed(a: Size): void;
1599
1617
  private w;
1600
1618
  get x(): BaseControlTheme;
1601
1619
  set x(a: BaseControlTheme);
@@ -1620,48 +1638,48 @@ export declare class Toolbar extends Base implements INotifyPropertyChanged, ICo
1620
1638
  private b1;
1621
1639
  get target(): any;
1622
1640
  set target(a: any);
1623
- private fa;
1624
- get fv(): Brush;
1625
- set fv(a: Brush);
1626
- private fn;
1641
+ private fd;
1642
+ get f1(): Brush;
1643
+ set f1(a: Brush);
1644
+ private ft;
1645
+ get gi(): Brush;
1646
+ set gi(a: Brush);
1647
+ private fk;
1627
1648
  get f9(): Brush;
1628
1649
  set f9(a: Brush);
1629
- private fe;
1630
- get f0(): Brush;
1631
- set f0(a: Brush);
1650
+ private fs;
1651
+ get gh(): Brush;
1652
+ set gh(a: Brush);
1653
+ private fo;
1654
+ get gd(): Brush;
1655
+ set gd(a: Brush);
1656
+ fv: Brush;
1657
+ get gk(): Brush;
1658
+ set gk(a: Brush);
1659
+ fj: Brush;
1660
+ get f7(): Brush;
1661
+ set f7(a: Brush);
1632
1662
  private fm;
1633
- get f8(): Brush;
1634
- set f8(a: Brush);
1635
- private fi;
1636
- get f4(): Brush;
1637
- set f4(a: Brush);
1638
- fp: Brush;
1639
1663
  get gb(): Brush;
1640
1664
  set gb(a: Brush);
1641
- fd: Brush;
1642
- get fy(): Brush;
1643
- set fy(a: Brush);
1644
- private fg;
1645
- get f2(): Brush;
1646
- set f2(a: Brush);
1647
- private fr;
1648
- get gd(): Brush;
1649
- set gd(a: Brush);
1650
- private fq;
1651
- get gc(): Brush;
1652
- set gc(a: Brush);
1665
+ private fx;
1666
+ get gm(): Brush;
1667
+ set gm(a: Brush);
1668
+ private fw;
1669
+ get gl(): Brush;
1670
+ set gl(a: Brush);
1653
1671
  private bb;
1654
1672
  get bp(): number;
1655
1673
  set bp(a: number);
1656
1674
  private bc;
1657
1675
  get bq(): number;
1658
1676
  set bq(a: number);
1659
- private fj;
1660
- get f5(): Brush;
1661
- set f5(a: Brush);
1662
- private fk;
1663
- get f6(): Brush;
1664
- set f6(a: Brush);
1677
+ private fp;
1678
+ get ge(): Brush;
1679
+ set ge(a: Brush);
1680
+ private fq;
1681
+ get gf(): Brush;
1682
+ set gf(a: Brush);
1665
1683
  private ac;
1666
1684
  get af(): FontInfo;
1667
1685
  set af(a: FontInfo);
@@ -1712,39 +1730,39 @@ export declare class Toolbar extends Base implements INotifyPropertyChanged, ICo
1712
1730
  private a1;
1713
1731
  get bf(): number;
1714
1732
  set bf(a: number);
1715
- private fh;
1716
- get f3(): Brush;
1717
- set f3(a: Brush);
1718
- private e9;
1719
- get fu(): Brush;
1720
- set fu(a: Brush);
1721
- private fl;
1722
- get f7(): Brush;
1723
- set f7(a: Brush);
1724
- private fs;
1725
- get ge(): Brush;
1726
- set ge(a: Brush);
1727
- private fb;
1728
- get fw(): Brush;
1729
- set fw(a: Brush);
1730
- private ft;
1731
- get gf(): Brush;
1732
- set gf(a: Brush);
1733
+ private fn;
1734
+ get gc(): Brush;
1735
+ set gc(a: Brush);
1733
1736
  private fc;
1734
- get fx(): Brush;
1735
- set fx(a: Brush);
1737
+ get f0(): Brush;
1738
+ set f0(a: Brush);
1739
+ private fr;
1740
+ get gg(): Brush;
1741
+ set gg(a: Brush);
1742
+ private fy;
1743
+ get gn(): Brush;
1744
+ set gn(a: Brush);
1745
+ private fh;
1746
+ get f5(): Brush;
1747
+ set f5(a: Brush);
1748
+ private fz;
1749
+ get go(): Brush;
1750
+ set go(a: Brush);
1751
+ private fi;
1752
+ get f6(): Brush;
1753
+ set f6(a: Brush);
1736
1754
  private bt;
1737
1755
  get bz(): number;
1738
1756
  set bz(a: number);
1739
1757
  private bu;
1740
1758
  get b0(): number;
1741
1759
  set b0(a: number);
1742
- private fo;
1760
+ private fu;
1761
+ get gj(): Brush;
1762
+ set gj(a: Brush);
1763
+ private fl;
1743
1764
  get ga(): Brush;
1744
1765
  set ga(a: Brush);
1745
- private ff;
1746
- get f1(): Brush;
1747
- set f1(a: Brush);
1748
1766
  private bs;
1749
1767
  get bw(): number;
1750
1768
  set bw(a: number);
@@ -1754,90 +1772,99 @@ export declare class Toolbar extends Base implements INotifyPropertyChanged, ICo
1754
1772
  private u;
1755
1773
  get v(): ScrollbarStyle;
1756
1774
  set v(a: ScrollbarStyle);
1775
+ private ff;
1776
+ get f3(): Brush;
1777
+ set f3(a: Brush);
1778
+ private fg;
1779
+ get f4(): Brush;
1780
+ set f4(a: Brush);
1781
+ private fe;
1782
+ get f2(): Brush;
1783
+ set f2(a: Brush);
1757
1784
  private _userSetWidth;
1758
1785
  get userSetWidth(): boolean;
1759
1786
  set userSetWidth(a: boolean);
1760
1787
  private _userSetHeight;
1761
1788
  get userSetHeight(): boolean;
1762
1789
  set userSetHeight(a: boolean);
1763
- private dz;
1764
- private d1;
1765
1790
  private d2;
1766
- private e8;
1767
- private e7;
1768
- private d0;
1769
- private d9;
1791
+ private d4;
1792
+ private d5;
1793
+ private fb;
1794
+ private fa;
1795
+ private d3;
1796
+ private ec;
1770
1797
  private ao;
1771
1798
  private an;
1772
- protected ej(): void;
1773
- private d5;
1774
- private ek;
1799
+ protected em(): void;
1800
+ private d8;
1801
+ private en;
1775
1802
  private as;
1776
1803
  private at;
1777
- d6(): void;
1804
+ d9(): void;
1778
1805
  notifySizeChanged(): void;
1779
1806
  destroy(): void;
1780
1807
  provideContainer(a: DomRenderer): void;
1781
1808
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1782
- protected eb(a: string, b: any, c: any): void;
1783
- protected eh(a: string, b: any, c: any): void;
1784
- private e5;
1809
+ protected ee(a: string, b: any, c: any): void;
1810
+ protected ek(a: string, b: any, c: any): void;
1811
+ private e8;
1785
1812
  av(): boolean;
1786
- gh(): Size;
1813
+ gq(): Size;
1787
1814
  private aa;
1788
- private ef;
1789
- private e6;
1815
+ private ei;
1816
+ private e9;
1790
1817
  private c;
1791
1818
  get d(): IExecutionContext;
1792
1819
  set d(a: IExecutionContext);
1793
- d3(): void;
1820
+ d6(): void;
1794
1821
  onCommand: (sender: any, args: ToolCommandEventArgs) => void;
1795
1822
  subMenuOpening: (sender: any, args: ToolbarSubMenuOpeningEventArgs) => void;
1796
1823
  subMenuClosing: (sender: any, args: ToolbarSubMenuClosingEventArgs) => void;
1797
- ed(): void;
1798
- ec(): void;
1824
+ eg(): void;
1825
+ ef(): void;
1799
1826
  onCommandStateChanged(a: string, b: ToolCommandStateType, c: any): void;
1800
- private el;
1801
- en(a: string, b: string, c: string): void;
1802
- ct(a: string, b: string): string;
1803
- ep(a: string, b: string, c: string[]): void;
1827
+ private eo;
1828
+ eq(a: string, b: string, c: string): void;
1829
+ cw(a: string, b: string): string;
1830
+ es(a: string, b: string, c: string[]): void;
1804
1831
  a(a: string, b: string): string[];
1805
- em(a: string, b: string, c: string): void;
1806
- cs(a: string, b: string): string;
1807
- eo(a: string, b: string, c: any): void;
1832
+ ep(a: string, b: string, c: string): void;
1833
+ cv(a: string, b: string): string;
1834
+ er(a: string, b: string, c: any): void;
1808
1835
  ca(a: string, b: string): any;
1809
- es(a: string, b: Brush): void;
1810
- fz(a: string): Brush;
1811
- ey(a: string, b: any): void;
1836
+ ev(a: string, b: Brush): void;
1837
+ f8(a: string): Brush;
1838
+ e1(a: string, b: any): void;
1812
1839
  b7(a: string): any;
1813
- er(a: string, b: BrushCollection): void;
1840
+ eu(a: string, b: BrushCollection): void;
1814
1841
  b(a: string): BrushCollection;
1815
- ex(a: string, b: any): void;
1842
+ e0(a: string, b: any): void;
1816
1843
  b6(a: string): any;
1817
- ew(a: string, b: number): void;
1844
+ ez(a: string, b: number): void;
1818
1845
  bd(a: string): number;
1819
- e3(a: string, b: number): void;
1846
+ e6(a: string, b: number): void;
1820
1847
  be(a: string): number;
1821
- e1(a: string, b: any): void;
1848
+ e4(a: string, b: any): void;
1822
1849
  by(a: string): number;
1823
- e2(a: string, b: any): void;
1850
+ e5(a: string, b: any): void;
1824
1851
  bx(a: string): number;
1825
- e4(a: string, b: string): void;
1826
- cu(a: string): string;
1827
- eq(a: string, b: boolean): void;
1852
+ e7(a: string, b: string): void;
1853
+ cx(a: string): string;
1854
+ et(a: string, b: boolean): void;
1828
1855
  au(a: string): boolean;
1829
- et(a: string, b: Color): void;
1830
- gg(a: string): Color;
1831
- ez(a: string, b: any): void;
1856
+ ew(a: string, b: Color): void;
1857
+ gp(a: string): Color;
1858
+ e2(a: string, b: any): void;
1832
1859
  b8(a: string): any;
1833
- ev(a: string, b: any): void;
1860
+ ey(a: string, b: any): void;
1834
1861
  b5(a: string): any;
1835
- e0(a: string, b: any): void;
1862
+ e3(a: string, b: any): void;
1836
1863
  b9(a: string): any;
1837
- eu(a: string, b: any): void;
1864
+ ex(a: string, b: any): void;
1838
1865
  b4(a: string): any;
1839
1866
  b3(): any;
1840
- cr(): string;
1867
+ cu(): string;
1841
1868
  }
1842
1869
  /**
1843
1870
  * @hidden
@@ -1867,70 +1894,71 @@ export declare class ToolPanel extends Base implements INotifyPropertyChanged {
1867
1894
  static $t: Type;
1868
1895
  v: ToolPanelView;
1869
1896
  at: NativeUIGrid;
1870
- dc: any;
1897
+ dd: any;
1871
1898
  private o;
1872
1899
  get p(): ToolPanelContext;
1873
1900
  set p(a: ToolPanelContext);
1874
1901
  private aw;
1875
1902
  private au;
1876
1903
  private get av();
1877
- gf(a: ListPanel): void;
1878
- gr(): void;
1879
- gq(): void;
1880
- private fz;
1881
- private f0;
1904
+ gj(a: ListPanel): void;
1905
+ gv(): void;
1906
+ gu(): void;
1882
1907
  private f3;
1883
- private f2;
1884
- private f1;
1885
- private k;
1886
1908
  private f4;
1909
+ private f7;
1910
+ private f6;
1911
+ private f5;
1912
+ private k;
1913
+ private f8;
1887
1914
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1888
1915
  private i;
1889
- gl(a: Size): void;
1916
+ gp(a: Size): void;
1890
1917
  contentRefreshed: (sender: any, args: ToolPanelContentRefreshedEventArgs) => void;
1891
1918
  get actions(): ToolActionCollection;
1892
1919
  set actions(a: ToolActionCollection);
1893
1920
  private az;
1894
- get a6(): boolean;
1895
- set a6(a: boolean);
1896
- private a0;
1897
1921
  get a7(): boolean;
1898
1922
  set a7(a: boolean);
1899
- private cw;
1900
- get c1(): number;
1901
- set c1(a: number);
1902
- private a1;
1923
+ private a0;
1903
1924
  get a8(): boolean;
1904
1925
  set a8(a: boolean);
1926
+ private cx;
1927
+ get c2(): number;
1928
+ set c2(a: number);
1929
+ private a1;
1930
+ get a9(): boolean;
1931
+ set a9(a: boolean);
1905
1932
  constructor();
1906
- private f5;
1907
- private f6;
1908
- private gk;
1933
+ private f9;
1934
+ private ga;
1935
+ private go;
1909
1936
  private ay;
1910
- protected gx(): void;
1911
- gz(): void;
1912
- private gb;
1913
- private ba;
1937
+ protected g1(): void;
1938
+ g3(): void;
1939
+ private gf;
1914
1940
  private bb;
1915
- private a9;
1916
- private f7;
1941
+ private bc;
1942
+ private ba;
1943
+ private gb;
1917
1944
  a4(a: ToolAction): boolean;
1918
1945
  h(a: string): ToolAction;
1919
- bc(a: ToolAction): List$1<ToolAction>;
1946
+ bd(a: ToolAction): List$1<ToolAction>;
1920
1947
  private l;
1921
- gt(a: ToolActionMeasurementContext): void;
1922
- private gi;
1923
- private g3;
1924
- kd(): Size;
1925
- private gc;
1926
- ge(): void;
1927
- g0(): void;
1928
- gy(a: ToolAction): void;
1948
+ gx(a: ToolActionMeasurementContext): void;
1949
+ private gm;
1950
+ private g7;
1951
+ kn(): Size;
1929
1952
  private gg;
1930
- private f8;
1931
- gu(): void;
1953
+ gi(): void;
1954
+ g4(): void;
1955
+ g2(a: ToolAction): void;
1956
+ private gk;
1957
+ private gc;
1958
+ gy(): void;
1932
1959
  notifySizeChanged(): void;
1933
1960
  private ax;
1961
+ get a5(): boolean;
1934
1962
  onAttachedToUI(): void;
1935
1963
  onDetachedFromUI(): void;
1936
1964
  destroy(): void;
@@ -1954,12 +1982,12 @@ export declare class ToolPanel extends Base implements INotifyPropertyChanged {
1954
1982
  private ah;
1955
1983
  get an(): FontInfo;
1956
1984
  set an(a: FontInfo);
1957
- protected gp(a: string, b: any, c: any): void;
1958
- protected gv(a: string, b: any, c: any): void;
1959
- hq(): void;
1960
- private hp;
1961
- private hm;
1962
- private hn;
1985
+ protected gt(a: string, b: any, c: any): void;
1986
+ protected gz(a: string, b: any, c: any): void;
1987
+ hu(): void;
1988
+ private ht;
1989
+ private hq;
1990
+ private hr;
1963
1991
  c: IExecutionContext;
1964
1992
  private y;
1965
1993
  get z(): BaseControlTheme;
@@ -1970,117 +1998,111 @@ export declare class ToolPanel extends Base implements INotifyPropertyChanged {
1970
1998
  private aa;
1971
1999
  get ad(): ControlDisplayDensity;
1972
2000
  set ad(a: ControlDisplayDensity);
1973
- private ie;
2001
+ private ij;
2002
+ get jv(): Brush;
2003
+ set jv(a: Brush);
2004
+ private hx;
2005
+ get ja(): Brush;
2006
+ set ja(a: Brush);
2007
+ private i1;
2008
+ get ke(): Brush;
2009
+ set ke(a: Brush);
2010
+ private ib;
1974
2011
  get jo(): Brush;
1975
2012
  set jo(a: Brush);
1976
- private ht;
1977
- get i3(): Brush;
1978
- set i3(a: Brush);
1979
- private iu;
2013
+ private ir;
1980
2014
  get j4(): Brush;
1981
2015
  set j4(a: Brush);
1982
- private h7;
2016
+ private h1;
2017
+ get je(): Brush;
2018
+ set je(a: Brush);
2019
+ private i0;
2020
+ get kd(): Brush;
2021
+ set kd(a: Brush);
2022
+ private ia;
2023
+ get jn(): Brush;
2024
+ set jn(a: Brush);
2025
+ private is;
2026
+ get j5(): Brush;
2027
+ set j5(a: Brush);
2028
+ static readonly dq: string;
2029
+ private h2;
2030
+ get jf(): Brush;
2031
+ set jf(a: Brush);
2032
+ private iw;
2033
+ get j9(): Brush;
2034
+ set j9(a: Brush);
2035
+ private h6;
2036
+ get jj(): Brush;
2037
+ set jj(a: Brush);
2038
+ private f;
2039
+ private bt;
2040
+ i3: Brush;
2041
+ get kg(): Brush;
2042
+ set kg(a: Brush);
2043
+ private id;
2044
+ get jq(): Brush;
2045
+ set jq(a: Brush);
2046
+ private ic;
2047
+ get jp(): Brush;
2048
+ set jp(a: Brush);
2049
+ private i2;
2050
+ get kf(): Brush;
2051
+ set kf(a: Brush);
2052
+ iq: Brush;
2053
+ get j1(): Brush;
2054
+ set j1(a: Brush);
2055
+ private h0;
2056
+ get jd(): Brush;
2057
+ set jd(a: Brush);
2058
+ private iu;
2059
+ get j7(): Brush;
2060
+ set j7(a: Brush);
2061
+ private h4;
1983
2062
  get jh(): Brush;
1984
2063
  set jh(a: Brush);
1985
- private ij;
1986
- get ju(): Brush;
1987
- set ju(a: Brush);
1988
- private hx;
1989
- get i7(): Brush;
1990
- set i7(a: Brush);
1991
2064
  private it;
1992
- get j3(): Brush;
1993
- set j3(a: Brush);
1994
- private h6;
1995
- get jg(): Brush;
1996
- set jg(a: Brush);
1997
- private ik;
1998
- get jv(): Brush;
1999
- set jv(a: Brush);
2000
- static readonly dp: string;
2001
- private hy;
2002
- get i8(): Brush;
2003
- set i8(a: Brush);
2004
- private ip;
2005
- get jz(): Brush;
2006
- set jz(a: Brush);
2007
- private h2;
2008
- get jc(): Brush;
2009
- set jc(a: Brush);
2010
- private f;
2011
- private bs;
2012
- iw: Brush;
2013
2065
  get j6(): Brush;
2014
2066
  set j6(a: Brush);
2015
- private h9;
2016
- get jj(): Brush;
2017
- set jj(a: Brush);
2018
- private h8;
2019
- get ji(): Brush;
2020
- set ji(a: Brush);
2021
- private iv;
2022
- get j5(): Brush;
2023
- set j5(a: Brush);
2024
- ii: Brush;
2067
+ private h3;
2068
+ get jg(): Brush;
2069
+ set jg(a: Brush);
2070
+ private i5;
2071
+ get ki(): Brush;
2072
+ set ki(a: Brush);
2073
+ private ig;
2074
+ get js(): Brush;
2075
+ set js(a: Brush);
2076
+ private i4;
2077
+ get kh(): Brush;
2078
+ set kh(a: Brush);
2079
+ private ie;
2025
2080
  get jr(): Brush;
2026
2081
  set jr(a: Brush);
2027
- private hw;
2028
- get i6(): Brush;
2029
- set i6(a: Brush);
2030
- private im;
2031
- get jx(): Brush;
2032
- set jx(a: Brush);
2033
- private h0;
2034
- get ja(): Brush;
2035
- set ja(a: Brush);
2036
- private il;
2037
- get jw(): Brush;
2038
- set jw(a: Brush);
2039
- private hz;
2040
- get i9(): Brush;
2041
- set i9(a: Brush);
2042
- private iy;
2043
- get j8(): Brush;
2044
- set j8(a: Brush);
2045
- private ib;
2046
- get jl(): Brush;
2047
- set jl(a: Brush);
2048
- private ix;
2049
- get j7(): Brush;
2050
- set j7(a: Brush);
2051
- private ia;
2052
- get jk(): Brush;
2053
- set jk(a: Brush);
2054
- private b1;
2055
- get ct(): number;
2056
- set ct(a: number);
2057
- private bn;
2058
- get ce(): number;
2059
- set ce(a: number);
2060
2082
  private b2;
2061
2083
  get cu(): number;
2062
2084
  set cu(a: number);
2063
2085
  private bo;
2064
2086
  get cf(): number;
2065
2087
  set cf(a: number);
2066
- private iq;
2067
- get j0(): Brush;
2068
- set j0(a: Brush);
2069
- private h3;
2070
- get jd(): Brush;
2071
- set jd(a: Brush);
2072
- private ir;
2073
- get j1(): Brush;
2074
- set j1(a: Brush);
2075
- private h4;
2076
- get je(): Brush;
2077
- set je(a: Brush);
2078
- private by;
2079
- get cq(): number;
2080
- set cq(a: number);
2081
- private bk;
2082
- get cb(): number;
2083
- set cb(a: number);
2088
+ private b3;
2089
+ get cv(): number;
2090
+ set cv(a: number);
2091
+ private bp;
2092
+ get cg(): number;
2093
+ set cg(a: number);
2094
+ private ix;
2095
+ get ka(): Brush;
2096
+ set ka(a: Brush);
2097
+ private h7;
2098
+ get jk(): Brush;
2099
+ set jk(a: Brush);
2100
+ private iy;
2101
+ get kb(): Brush;
2102
+ set kb(a: Brush);
2103
+ private h8;
2104
+ get jl(): Brush;
2105
+ set jl(a: Brush);
2084
2106
  private bz;
2085
2107
  get cr(): number;
2086
2108
  set cr(a: number);
@@ -2093,18 +2115,18 @@ export declare class ToolPanel extends Base implements INotifyPropertyChanged {
2093
2115
  private bm;
2094
2116
  get cd(): number;
2095
2117
  set cd(a: number);
2096
- private bx;
2097
- get cp(): number;
2098
- set cp(a: number);
2099
- private bj;
2100
- get ca(): number;
2101
- set ca(a: number);
2102
- private bu;
2103
- get cm(): number;
2104
- set cm(a: number);
2105
- private bg;
2106
- get b7(): number;
2107
- set b7(a: number);
2118
+ private b1;
2119
+ get ct(): number;
2120
+ set ct(a: number);
2121
+ private bn;
2122
+ get ce(): number;
2123
+ set ce(a: number);
2124
+ private by;
2125
+ get cq(): number;
2126
+ set cq(a: number);
2127
+ private bk;
2128
+ get cb(): number;
2129
+ set cb(a: number);
2108
2130
  private bv;
2109
2131
  get cn(): number;
2110
2132
  set cn(a: number);
@@ -2117,145 +2139,160 @@ export declare class ToolPanel extends Base implements INotifyPropertyChanged {
2117
2139
  private bi;
2118
2140
  get b9(): number;
2119
2141
  set b9(a: number);
2120
- private bt;
2121
- get cl(): number;
2122
- set cl(a: number);
2123
- private bf;
2124
- get b6(): number;
2125
- set b6(a: number);
2142
+ private bx;
2143
+ get cp(): number;
2144
+ set cp(a: number);
2145
+ private bj;
2146
+ get ca(): number;
2147
+ set ca(a: number);
2148
+ private bu;
2149
+ get cm(): number;
2150
+ set cm(a: number);
2151
+ private bg;
2152
+ get b7(): number;
2153
+ set b7(a: number);
2126
2154
  static t: ToolPanelOrientation;
2127
2155
  private s;
2128
2156
  get u(): ToolPanelOrientation;
2129
2157
  set u(a: ToolPanelOrientation);
2130
- gs(a: ToolAction, b: ToolCommandEventArgs): void;
2158
+ gw(a: ToolAction, b: ToolCommandEventArgs): void;
2131
2159
  onCommand: (sender: any, args: ToolCommandEventArgs) => void;
2132
- private cy;
2133
- get c5(): number;
2134
- set c5(a: number);
2135
- get b5(): number;
2136
2160
  private cz;
2137
2161
  get c6(): number;
2138
2162
  set c6(a: number);
2163
+ get b6(): number;
2164
+ private c0;
2165
+ get c7(): number;
2166
+ set c7(a: number);
2167
+ private br;
2168
+ get ck(): number;
2169
+ set ck(a: number);
2170
+ private bf;
2171
+ get b5(): number;
2172
+ set b5(a: number);
2139
2173
  private bq;
2140
2174
  get cj(): number;
2141
2175
  set cj(a: number);
2142
2176
  private be;
2143
2177
  get b4(): number;
2144
2178
  set b4(a: number);
2145
- private bp;
2146
- get ci(): number;
2147
- set ci(a: number);
2148
- private bd;
2149
- get b3(): number;
2150
- set b3(a: number);
2151
- private io;
2152
- get jy(): Brush;
2153
- set jy(a: Brush);
2154
- private h1;
2155
- get jb(): Brush;
2156
- set jb(a: Brush);
2157
- private hs;
2158
- get i2(): Brush;
2159
- set i2(a: Brush);
2160
- private hr;
2161
- get i1(): Brush;
2162
- set i1(a: Brush);
2163
- private is;
2164
- get j2(): Brush;
2165
- set j2(a: Brush);
2179
+ private iv;
2180
+ get j8(): Brush;
2181
+ set j8(a: Brush);
2166
2182
  private h5;
2167
- get jf(): Brush;
2168
- set jf(a: Brush);
2183
+ get ji(): Brush;
2184
+ set ji(a: Brush);
2185
+ private hw;
2186
+ get i9(): Brush;
2187
+ set i9(a: Brush);
2188
+ private hv;
2189
+ get i8(): Brush;
2190
+ set i8(a: Brush);
2169
2191
  private iz;
2170
- get j9(): Brush;
2171
- set j9(a: Brush);
2172
- private ic;
2192
+ get kc(): Brush;
2193
+ set kc(a: Brush);
2194
+ private h9;
2173
2195
  get jm(): Brush;
2174
2196
  set jm(a: Brush);
2175
- private ig;
2176
- get jp(): Brush;
2177
- set jp(a: Brush);
2178
- private hu;
2179
- get i4(): Brush;
2180
- set i4(a: Brush);
2181
- private i0;
2182
- get ka(): Brush;
2183
- set ka(a: Brush);
2184
- private id;
2185
- get jn(): Brush;
2186
- set jn(a: Brush);
2197
+ private i6;
2198
+ get kj(): Brush;
2199
+ set kj(a: Brush);
2187
2200
  private ih;
2188
- get jq(): Brush;
2189
- set jq(a: Brush);
2190
- private hv;
2191
- get i5(): Brush;
2192
- set i5(a: Brush);
2193
- private cx;
2194
- get c2(): number;
2195
- set c2(a: number);
2196
- private cv;
2197
- get c0(): number;
2198
- set c0(a: number);
2201
+ get jt(): Brush;
2202
+ set jt(a: Brush);
2203
+ private io;
2204
+ get jz(): Brush;
2205
+ set jz(a: Brush);
2206
+ private hy;
2207
+ get jb(): Brush;
2208
+ set jb(a: Brush);
2209
+ private i7;
2210
+ get kk(): Brush;
2211
+ set kk(a: Brush);
2212
+ private ii;
2213
+ get ju(): Brush;
2214
+ set ju(a: Brush);
2215
+ private ip;
2216
+ get j0(): Brush;
2217
+ set j0(a: Brush);
2218
+ private hz;
2219
+ get jc(): Brush;
2220
+ set jc(a: Brush);
2221
+ private cy;
2222
+ get c3(): number;
2223
+ set c3(a: number);
2224
+ private cw;
2225
+ get c1(): number;
2226
+ set c1(a: number);
2199
2227
  private w;
2200
2228
  get x(): ScrollbarStyle;
2201
2229
  set x(a: ScrollbarStyle);
2202
- private br;
2203
- get ck(): number;
2204
- set ck(a: number);
2230
+ private il;
2231
+ get jx(): Brush;
2232
+ set jx(a: Brush);
2233
+ private im;
2234
+ get jy(): Brush;
2235
+ set jy(a: Brush);
2236
+ private ik;
2237
+ get jw(): Brush;
2238
+ set jw(a: Brush);
2239
+ private bs;
2240
+ get cl(): number;
2241
+ set cl(a: number);
2205
2242
  g: NestedActionMode;
2206
- private gn;
2243
+ private gr;
2207
2244
  onContextChanged: (sender: any, args: ToolPanelContextChangedEventArgs) => void;
2208
2245
  onContextSwapped: (sender: any, args: ToolPanelContextSwappedEventArgs) => void;
2209
2246
  drillDownRequested: (sender: any, e: DrillDownRequestedEventArgs) => void;
2210
2247
  drillUpRequested: (sender: any, e: DrillDownRequestedEventArgs) => void;
2211
- g1(a: ToolAction): void;
2212
- g2(a: ToolAction): void;
2213
- f9(): void;
2214
- get a5(): boolean;
2248
+ g5(a: ToolAction): void;
2249
+ g6(a: ToolAction): void;
2250
+ gd(): void;
2251
+ get a6(): boolean;
2215
2252
  private ac;
2216
2253
  private get af();
2217
2254
  private set af(value);
2218
- ho(a: ControlDisplayDensity): void;
2219
- c7(): any;
2220
- eu(): string;
2221
- g8(a: string, b: Brush): void;
2222
- static g9(a: ToolPanelContext, b: string, c: Brush): void;
2223
- js(a: string): Brush;
2224
- static jt(a: ToolPanelContext, b: string): Brush;
2225
- g6(a: string, b: BrushCollection): void;
2226
- static g7(a: ToolPanelContext, b: string, c: BrushCollection): void;
2255
+ hs(a: ControlDisplayDensity): void;
2256
+ c8(): any;
2257
+ ey(): string;
2258
+ hc(a: string, b: Brush): void;
2259
+ static hd(a: ToolPanelContext, b: string, c: Brush): void;
2260
+ j2(a: string): Brush;
2261
+ static j3(a: ToolPanelContext, b: string): Brush;
2262
+ ha(a: string, b: BrushCollection): void;
2263
+ static hb(a: ToolPanelContext, b: string, c: BrushCollection): void;
2227
2264
  a(a: string): BrushCollection;
2228
2265
  static b(a: ToolPanelContext, b: string): BrushCollection;
2229
- hg(a: string, b: number): void;
2230
- static hh(a: ToolPanelContext, b: string, c: number): void;
2231
- cg(a: string): number;
2232
- static ch(a: ToolPanelContext, b: string): number;
2233
- hi(a: string, b: number): void;
2234
- static hj(a: ToolPanelContext, b: string, c: number): void;
2235
- c3(a: string): number;
2236
- static c4(a: ToolPanelContext, b: string): number;
2237
- hk(a: string, b: string): void;
2238
- static hl(a: ToolPanelContext, b: string, c: string): void;
2239
- ev(a: string): string;
2240
- static ew(a: ToolPanelContext, b: string): string;
2241
- g4(a: string, b: boolean): void;
2242
- static g5(a: ToolPanelContext, b: string, c: boolean): void;
2266
+ hk(a: string, b: number): void;
2267
+ static hl(a: ToolPanelContext, b: string, c: number): void;
2268
+ ch(a: string): number;
2269
+ static ci(a: ToolPanelContext, b: string): number;
2270
+ hm(a: string, b: number): void;
2271
+ static hn(a: ToolPanelContext, b: string, c: number): void;
2272
+ c4(a: string): number;
2273
+ static c5(a: ToolPanelContext, b: string): number;
2274
+ ho(a: string, b: string): void;
2275
+ static hp(a: ToolPanelContext, b: string, c: string): void;
2276
+ ez(a: string): string;
2277
+ static e0(a: ToolPanelContext, b: string): string;
2278
+ g8(a: string, b: boolean): void;
2279
+ static g9(a: ToolPanelContext, b: string, c: boolean): void;
2243
2280
  a2(a: string): boolean;
2244
2281
  static a3(a: ToolPanelContext, b: string): boolean;
2245
- ha(a: string, b: Color): void;
2246
- static hb(a: ToolPanelContext, b: string, c: Color): void;
2247
- kb(a: string): Color;
2248
- static kc(a: ToolPanelContext, b: string): Color;
2249
- he(a: string, b: any): void;
2250
- static hf(a: ToolPanelContext, b: string, c: any): void;
2251
- da(a: string): any;
2252
- static db(a: ToolPanelContext, b: string): any;
2253
- hc(a: string, b: any): void;
2254
- static hd(a: ToolPanelContext, b: string, c: any): void;
2255
- c8(a: string): any;
2256
- static c9(a: ToolPanelContext, b: string): any;
2257
- gd(): void;
2258
- gh(a: any): void;
2282
+ he(a: string, b: Color): void;
2283
+ static hf(a: ToolPanelContext, b: string, c: Color): void;
2284
+ kl(a: string): Color;
2285
+ static km(a: ToolPanelContext, b: string): Color;
2286
+ hi(a: string, b: any): void;
2287
+ static hj(a: ToolPanelContext, b: string, c: any): void;
2288
+ db(a: string): any;
2289
+ static dc(a: ToolPanelContext, b: string): any;
2290
+ hg(a: string, b: any): void;
2291
+ static hh(a: ToolPanelContext, b: string, c: any): void;
2292
+ c9(a: string): any;
2293
+ static da(a: ToolPanelContext, b: string): any;
2294
+ gh(): void;
2295
+ gl(a: any): void;
2259
2296
  }
2260
2297
  /**
2261
2298
  * @hidden
@@ -2277,8 +2314,8 @@ export declare class ToolPanelsPresenter extends Base implements INotifyProperty
2277
2314
  private a;
2278
2315
  private d;
2279
2316
  private g;
2280
- private a1;
2281
- private a2;
2317
+ private a5;
2318
+ private a6;
2282
2319
  private q;
2283
2320
  private b;
2284
2321
  private e;
@@ -2287,10 +2324,10 @@ export declare class ToolPanelsPresenter extends Base implements INotifyProperty
2287
2324
  private f;
2288
2325
  private y;
2289
2326
  private u;
2290
- private get a3();
2291
- private set a3(value);
2292
- private get a4();
2293
- private set a4(value);
2327
+ private get a7();
2328
+ private set a7(value);
2329
+ private get a8();
2330
+ private set a8(value);
2294
2331
  s: NativeUIGrid;
2295
2332
  r: NativeUIAbsolutePanel;
2296
2333
  private w;
@@ -2304,46 +2341,52 @@ export declare class ToolPanelsPresenter extends Base implements INotifyProperty
2304
2341
  t: (arg1: ToolCommandEventArgs) => void;
2305
2342
  private ac;
2306
2343
  constructor(a: any, b: IExecutionContext);
2307
- al(a: () => void): void;
2308
- a5(): Size;
2344
+ an(a: () => void): void;
2345
+ a9(): Size;
2309
2346
  k(): PanelInfo;
2310
2347
  ag(a: ToolAction, b?: (arg1: NativeUIToolPanel) => void): void;
2311
- am(a: NativeUIToolPanel): void;
2312
- ao(a: number): void;
2313
- an(a: PanelInfo, b?: () => void): void;
2348
+ ao(a: NativeUIToolPanel): void;
2349
+ aq(a: number): void;
2350
+ ap(a: PanelInfo, b?: () => void): void;
2351
+ private av;
2352
+ private aw;
2314
2353
  private at;
2315
- private au;
2316
- private ar;
2317
2354
  private ah;
2318
- private aj;
2319
- private aq;
2355
+ private al;
2356
+ private as;
2320
2357
  private v;
2321
- ay(): void;
2322
- ak(): void;
2323
- private ai;
2324
- az(): void;
2325
- a0(a: BaseControlTheme, b: ToolPanel): void;
2326
- ap(): void;
2358
+ a0(): void;
2359
+ am(): void;
2360
+ private ak;
2361
+ a1(): void;
2362
+ a4(a: BaseControlTheme, b: ToolPanel): void;
2363
+ ar(): void;
2327
2364
  containerReady: (sender: any) => void;
2328
- private as;
2365
+ private au;
2329
2366
  sizeChanged: (sender: any) => void;
2330
- private aw;
2367
+ private ay;
2331
2368
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2332
- private av;
2333
- protected ax(a: string, b: any, c: any): void;
2369
+ private ax;
2370
+ protected az(a: string, b: any, c: any): void;
2371
+ private static ai;
2372
+ private static aj;
2373
+ private static a3;
2374
+ a2(): void;
2334
2375
  }
2335
2376
  /**
2336
2377
  * @hidden
2337
2378
  */
2338
2379
  export declare class PanelInfo extends Base {
2339
2380
  static $t: Type;
2340
- c: number;
2381
+ e: number;
2341
2382
  a: NativeUIToolPanel;
2342
2383
  b: ToolAction;
2384
+ c: ToolPanel;
2385
+ d: (sender: any, e: PropertyChangedEventArgs) => void;
2343
2386
  constructor(a: ToolAction, b: NativeUIToolPanel, c: number);
2344
- f(): Size;
2345
- e(): void;
2346
- d(a: Size): void;
2387
+ h(): Size;
2388
+ g(): void;
2389
+ f(a: Size): void;
2347
2390
  }
2348
2391
  /**
2349
2392
  * @hidden