igniteui-webcomponents-layouts 7.1.0 → 7.1.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-layouts.umd.js +4964 -4926
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +4423 -4385
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/igc-combo-editor-got-focus-event-args.js +2 -2
- package/esm2015/lib/igc-combo-editor-lost-focus-event-args.js +2 -2
- package/esm2015/lib/igc-combo-editor-text-changed-event-args.js +1 -1
- package/esm2015/lib/igc-combo-editor-value-changed-event-args.js +1 -1
- package/esm2015/lib/igc-layout-primary-key-value.js +1 -1
- package/esm2015/lib/igc-list-panel-active-row-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-component.js +2 -2
- package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-content-refreshed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-item-event-args.js +3 -3
- package/esm2015/lib/igc-list-panel-item-model.js +2 -2
- package/esm2015/lib/igc-list-panel-primary-key-value.js +1 -1
- package/esm2015/lib/igc-list-panel-selected-items-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-selected-keys-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-selection-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-template-height-requested-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-template-item-updating-event-args.js +3 -3
- package/esm2015/lib/igc-list-panel-template-width-requested-event-args.js +2 -2
- package/esm2015/lib/igc-on-collapsed-event-args.js +2 -2
- package/esm2015/lib/igc-on-expanded-event-args.js +2 -2
- package/esm2015/lib/igc-property-editor-data-source.js +2 -2
- package/esm2015/lib/igc-property-editor-description-object.js +2 -2
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +2 -2
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +2 -2
- package/esm2015/lib/igc-property-editor-property-description-coercing-value-event-args.js +3 -3
- package/esm2015/lib/igc-property-editor-property-description-component.js +3 -3
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +2 -2
- package/esm2015/lib/igc-tool-action-button-component.js +7 -7
- package/esm2015/lib/igc-tool-action-button-pair-component.js +104 -104
- package/esm2015/lib/igc-tool-action-checkbox-component.js +30 -30
- package/esm2015/lib/igc-tool-action-checkbox-group-component.js +11 -11
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +41 -41
- package/esm2015/lib/igc-tool-action-color-editor-component.js +4 -4
- package/esm2015/lib/igc-tool-action-combo-component.js +9 -9
- package/esm2015/lib/igc-tool-action-component.js +193 -193
- package/esm2015/lib/igc-tool-action-event-detail.js +2 -2
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +2 -2
- package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +2 -2
- package/esm2015/lib/igc-tool-action-group-header-component.js +7 -7
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm2015/lib/igc-tool-action-label-component.js +1 -1
- package/esm2015/lib/igc-tool-action-number-input-component.js +4 -4
- package/esm2015/lib/igc-tool-action-performed-event-args.js +3 -3
- package/esm2015/lib/igc-tool-action-popup-opening-event-args.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +38 -38
- package/esm2015/lib/igc-tool-action-radio-group-component.js +11 -11
- package/esm2015/lib/igc-tool-action-separator-component.js +7 -7
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +4 -4
- package/esm2015/lib/igc-tool-action-text-input-component.js +3 -3
- package/esm2015/lib/igc-tool-command-event-args.js +2 -2
- package/esm2015/lib/igc-tool-context-binding.js +2 -2
- package/esm2015/lib/igc-tool-panel-content-refreshed-event-args.js +2 -2
- package/esm2015/lib/igc-tool-panel-context-changed-event-args.js +2 -2
- package/esm2015/lib/igc-tool-panel-context-swapped-event-args.js +2 -2
- package/esm2015/lib/igc-toolbar-sub-menu-closing-event-args.js +2 -2
- package/esm2015/lib/igc-toolbar-sub-menu-opening-event-args.js +2 -2
- package/esm5/lib/NativeUILayoutFactory_combined.js +4258 -4220
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/igc-combo-editor-got-focus-event-args.js +2 -2
- package/esm5/lib/igc-combo-editor-lost-focus-event-args.js +2 -2
- package/esm5/lib/igc-combo-editor-text-changed-event-args.js +1 -1
- package/esm5/lib/igc-combo-editor-value-changed-event-args.js +1 -1
- package/esm5/lib/igc-layout-primary-key-value.js +1 -1
- package/esm5/lib/igc-list-panel-active-row-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-component.js +2 -2
- package/esm5/lib/igc-list-panel-content-rebind-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-content-recycled-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-content-refreshed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-item-event-args.js +3 -3
- package/esm5/lib/igc-list-panel-item-model.js +2 -2
- package/esm5/lib/igc-list-panel-primary-key-value.js +1 -1
- package/esm5/lib/igc-list-panel-selected-items-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-selected-keys-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-selection-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-template-height-requested-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-template-item-updating-event-args.js +3 -3
- package/esm5/lib/igc-list-panel-template-width-requested-event-args.js +2 -2
- package/esm5/lib/igc-on-collapsed-event-args.js +2 -2
- package/esm5/lib/igc-on-expanded-event-args.js +2 -2
- package/esm5/lib/igc-property-editor-data-source.js +2 -2
- package/esm5/lib/igc-property-editor-description-object.js +2 -2
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +2 -2
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +2 -2
- package/esm5/lib/igc-property-editor-property-description-coercing-value-event-args.js +3 -3
- package/esm5/lib/igc-property-editor-property-description-component.js +3 -3
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +2 -2
- package/esm5/lib/igc-tool-action-button-component.js +7 -7
- package/esm5/lib/igc-tool-action-button-pair-component.js +104 -104
- package/esm5/lib/igc-tool-action-checkbox-component.js +30 -30
- package/esm5/lib/igc-tool-action-checkbox-group-component.js +11 -11
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +41 -41
- package/esm5/lib/igc-tool-action-color-editor-component.js +4 -4
- package/esm5/lib/igc-tool-action-combo-component.js +9 -9
- package/esm5/lib/igc-tool-action-component.js +193 -193
- package/esm5/lib/igc-tool-action-event-detail.js +2 -2
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +2 -2
- package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +2 -2
- package/esm5/lib/igc-tool-action-group-header-component.js +7 -7
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm5/lib/igc-tool-action-label-component.js +1 -1
- package/esm5/lib/igc-tool-action-number-input-component.js +4 -4
- package/esm5/lib/igc-tool-action-performed-event-args.js +3 -3
- package/esm5/lib/igc-tool-action-popup-opening-event-args.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +38 -38
- package/esm5/lib/igc-tool-action-radio-group-component.js +11 -11
- package/esm5/lib/igc-tool-action-separator-component.js +7 -7
- package/esm5/lib/igc-tool-action-sub-panel-component.js +4 -4
- package/esm5/lib/igc-tool-action-text-input-component.js +3 -3
- package/esm5/lib/igc-tool-command-event-args.js +2 -2
- package/esm5/lib/igc-tool-context-binding.js +2 -2
- package/esm5/lib/igc-tool-panel-content-refreshed-event-args.js +2 -2
- package/esm5/lib/igc-tool-panel-context-changed-event-args.js +2 -2
- package/esm5/lib/igc-tool-panel-context-swapped-event-args.js +2 -2
- package/esm5/lib/igc-toolbar-sub-menu-closing-event-args.js +2 -2
- package/esm5/lib/igc-toolbar-sub-menu-opening-event-args.js +2 -2
- package/fesm2015/igniteui-webcomponents-layouts.js +5083 -5045
- package/fesm5/igniteui-webcomponents-layouts.js +4964 -4926
- package/lib/NativeUILayoutFactory_combined.d.ts +778 -777
- package/package.json +3 -3
|
@@ -447,485 +447,478 @@ export declare class NativeUIToolbar extends NativeUIComponent {
|
|
|
447
447
|
*/
|
|
448
448
|
export declare abstract class ToolAction extends Base implements INotifyPropertyChanged {
|
|
449
449
|
static $t: Type;
|
|
450
|
-
|
|
451
|
-
protected
|
|
452
|
-
get
|
|
453
|
-
private
|
|
450
|
+
s: ToolPanel;
|
|
451
|
+
protected get_bc(): boolean;
|
|
452
|
+
get bc(): boolean;
|
|
453
|
+
private bn;
|
|
454
|
+
private bq;
|
|
454
455
|
private bp;
|
|
455
|
-
private
|
|
456
|
+
private bm;
|
|
456
457
|
private bl;
|
|
457
|
-
private
|
|
458
|
-
private
|
|
459
|
-
|
|
460
|
-
protected gy(a: string, b: any): void;
|
|
461
|
-
private gr;
|
|
458
|
+
private bt;
|
|
459
|
+
private av;
|
|
460
|
+
protected gz(a: string, b: any): void;
|
|
462
461
|
private gs;
|
|
463
|
-
private
|
|
464
|
-
private
|
|
465
|
-
|
|
462
|
+
private gt;
|
|
463
|
+
private fg;
|
|
464
|
+
private g3;
|
|
465
|
+
protected cy(a: string, b: any): any;
|
|
466
466
|
protected i<T>($t: Type, a: string, b: T): T;
|
|
467
|
-
protected
|
|
468
|
-
private
|
|
469
|
-
private
|
|
467
|
+
protected cx(a: string, b: any): any;
|
|
468
|
+
private cv;
|
|
469
|
+
private gw;
|
|
470
470
|
private p;
|
|
471
471
|
get contextBindings(): ToolContextBindingCollection;
|
|
472
472
|
set contextBindings(a: ToolContextBindingCollection);
|
|
473
|
-
protected
|
|
474
|
-
protected
|
|
475
|
-
private
|
|
476
|
-
|
|
477
|
-
protected
|
|
473
|
+
protected a0(): boolean;
|
|
474
|
+
protected fw(a: (arg1: ToolContextBinding) => void): void;
|
|
475
|
+
private r;
|
|
476
|
+
private a3;
|
|
477
|
+
protected gx(a: string, b: any): void;
|
|
478
478
|
protected a1(a: string): boolean;
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
private
|
|
482
|
-
|
|
479
|
+
protected a2(a: string): boolean;
|
|
480
|
+
gy(a: ToolPanel): void;
|
|
481
|
+
private cw;
|
|
482
|
+
private t;
|
|
483
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
483
484
|
private c;
|
|
484
485
|
get d(): IExecutionContext;
|
|
485
486
|
set d(a: IExecutionContext);
|
|
486
|
-
private
|
|
487
|
-
get
|
|
487
|
+
private c1;
|
|
488
|
+
get c3(): string;
|
|
488
489
|
h: ToolAction;
|
|
489
490
|
private j;
|
|
490
491
|
get actions(): ToolActionCollection;
|
|
491
|
-
get cp(): number;
|
|
492
|
-
set cp(a: number);
|
|
493
|
-
get ca(): number;
|
|
494
|
-
set ca(a: number);
|
|
495
|
-
get cr(): number;
|
|
496
|
-
set cr(a: number);
|
|
497
492
|
get cq(): number;
|
|
498
493
|
set cq(a: number);
|
|
494
|
+
get cb(): number;
|
|
495
|
+
set cb(a: number);
|
|
496
|
+
get cs(): number;
|
|
497
|
+
set cs(a: number);
|
|
498
|
+
get cr(): number;
|
|
499
|
+
set cr(a: number);
|
|
499
500
|
constructor();
|
|
500
|
-
|
|
501
|
-
private gb;
|
|
501
|
+
fi(): void;
|
|
502
502
|
private gc;
|
|
503
|
-
private
|
|
503
|
+
private gd;
|
|
504
504
|
private f1;
|
|
505
|
-
private
|
|
506
|
-
|
|
507
|
-
protected
|
|
508
|
-
|
|
509
|
-
|
|
505
|
+
private f2;
|
|
506
|
+
private f7;
|
|
507
|
+
protected fh(a: ToolAction, b: string): void;
|
|
508
|
+
protected f6(a: ToolAction): void;
|
|
509
|
+
private e2;
|
|
510
|
+
aw(a: ToolAction): boolean;
|
|
510
511
|
l(a: boolean): ToolActionEventDetail;
|
|
511
|
-
private
|
|
512
|
-
protected
|
|
513
|
-
|
|
514
|
-
cy(): any;
|
|
512
|
+
private fy;
|
|
513
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
514
|
+
e0(): string;
|
|
515
515
|
cz(): any;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
516
|
+
c0(): any;
|
|
517
|
+
get ey(): string;
|
|
518
|
+
set ey(a: string);
|
|
519
|
+
dt: string;
|
|
520
|
+
dq: string;
|
|
521
|
+
et: string;
|
|
521
522
|
g: ToolAction;
|
|
522
|
-
|
|
523
|
-
get
|
|
524
|
-
set
|
|
525
|
-
get
|
|
526
|
-
set
|
|
527
|
-
get
|
|
528
|
-
set
|
|
529
|
-
get
|
|
530
|
-
set
|
|
531
|
-
get cl(): number;
|
|
532
|
-
set cl(a: number);
|
|
533
|
-
get b2(): number;
|
|
534
|
-
set b2(a: number);
|
|
523
|
+
e1(): string;
|
|
524
|
+
get dy(): string;
|
|
525
|
+
set dy(a: string);
|
|
526
|
+
get dv(): string;
|
|
527
|
+
set dv(a: string);
|
|
528
|
+
get ct(): any;
|
|
529
|
+
set ct(a: any);
|
|
530
|
+
get u(): BaseControlTheme;
|
|
531
|
+
set u(a: BaseControlTheme);
|
|
535
532
|
get cm(): number;
|
|
536
533
|
set cm(a: number);
|
|
537
534
|
get b3(): number;
|
|
538
535
|
set b3(a: number);
|
|
539
|
-
get ck(): number;
|
|
540
|
-
set ck(a: number);
|
|
541
|
-
get b1(): number;
|
|
542
|
-
set b1(a: number);
|
|
543
536
|
get cn(): number;
|
|
544
537
|
set cn(a: number);
|
|
545
538
|
get b4(): number;
|
|
546
539
|
set b4(a: number);
|
|
547
|
-
get
|
|
548
|
-
set
|
|
549
|
-
get
|
|
550
|
-
set
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
540
|
+
get cl(): number;
|
|
541
|
+
set cl(a: number);
|
|
542
|
+
get b2(): number;
|
|
543
|
+
set b2(a: number);
|
|
544
|
+
get co(): number;
|
|
545
|
+
set co(a: number);
|
|
546
|
+
get b5(): number;
|
|
547
|
+
set b5(a: number);
|
|
548
|
+
get hj(): Brush;
|
|
549
|
+
set hj(a: Brush);
|
|
550
|
+
get hr(): Brush;
|
|
551
|
+
set hr(a: Brush);
|
|
552
|
+
private hd;
|
|
553
|
+
get hg(): Brush;
|
|
554
|
+
set hg(a: Brush);
|
|
555
|
+
get ho(): Brush;
|
|
556
|
+
set ho(a: Brush);
|
|
554
557
|
get hn(): Brush;
|
|
555
558
|
set hn(a: Brush);
|
|
559
|
+
get hv(): Brush;
|
|
560
|
+
set hv(a: Brush);
|
|
556
561
|
get hm(): Brush;
|
|
557
562
|
set hm(a: Brush);
|
|
558
563
|
get hu(): Brush;
|
|
559
564
|
set hu(a: Brush);
|
|
560
|
-
get
|
|
561
|
-
set
|
|
562
|
-
get
|
|
563
|
-
set
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
565
|
+
get hh(): Brush;
|
|
566
|
+
set hh(a: Brush);
|
|
567
|
+
get hp(): Brush;
|
|
568
|
+
set hp(a: Brush);
|
|
569
|
+
private ac;
|
|
570
|
+
get af(): FontInfo;
|
|
571
|
+
set af(a: FontInfo);
|
|
572
|
+
get ai(): FontInfo;
|
|
573
|
+
set ai(a: FontInfo);
|
|
569
574
|
get ae(): FontInfo;
|
|
570
575
|
set ae(a: FontInfo);
|
|
571
576
|
get ah(): FontInfo;
|
|
572
577
|
set ah(a: FontInfo);
|
|
573
|
-
get ad(): FontInfo;
|
|
574
|
-
set ad(a: FontInfo);
|
|
575
|
-
get ag(): FontInfo;
|
|
576
|
-
set ag(a: FontInfo);
|
|
577
|
-
get a9(): boolean;
|
|
578
|
-
set a9(a: boolean);
|
|
579
578
|
get ba(): boolean;
|
|
580
579
|
set ba(a: boolean);
|
|
580
|
+
get bb(): boolean;
|
|
581
|
+
set bb(a: boolean);
|
|
582
|
+
get hf(): Brush;
|
|
583
|
+
set hf(a: Brush);
|
|
581
584
|
get he(): Brush;
|
|
582
585
|
set he(a: Brush);
|
|
583
|
-
get
|
|
584
|
-
set
|
|
586
|
+
get x(): ControlDisplayDensity;
|
|
587
|
+
set x(a: ControlDisplayDensity);
|
|
585
588
|
get w(): ControlDisplayDensity;
|
|
586
589
|
set w(a: ControlDisplayDensity);
|
|
587
|
-
get
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
get
|
|
591
|
-
set
|
|
592
|
-
get
|
|
593
|
-
set
|
|
594
|
-
get
|
|
595
|
-
set
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
get
|
|
602
|
-
set
|
|
603
|
-
|
|
604
|
-
set d9(a: string);
|
|
605
|
-
private bu;
|
|
606
|
-
get cg(): number;
|
|
607
|
-
set cg(a: number);
|
|
590
|
+
get a9(): boolean;
|
|
591
|
+
get er(): string;
|
|
592
|
+
set er(a: string);
|
|
593
|
+
get fb(): string;
|
|
594
|
+
set fb(a: string);
|
|
595
|
+
get e5(): string;
|
|
596
|
+
set e5(a: string);
|
|
597
|
+
get hc(): HorizontalAlignment;
|
|
598
|
+
set hc(a: HorizontalAlignment);
|
|
599
|
+
private bx;
|
|
600
|
+
protected get_cp(): number;
|
|
601
|
+
get cp(): number;
|
|
602
|
+
get ef(): string;
|
|
603
|
+
set ef(a: string);
|
|
604
|
+
get ea(): string;
|
|
605
|
+
set ea(a: string);
|
|
606
|
+
private bv;
|
|
608
607
|
get ch(): number;
|
|
609
608
|
set ch(a: number);
|
|
610
609
|
get ci(): number;
|
|
611
610
|
set ci(a: number);
|
|
612
|
-
get
|
|
613
|
-
set
|
|
614
|
-
get
|
|
615
|
-
set
|
|
616
|
-
get hj(): Brush;
|
|
617
|
-
set hj(a: Brush);
|
|
618
|
-
get a(): BrushCollection;
|
|
619
|
-
set a(a: BrushCollection);
|
|
611
|
+
get cj(): number;
|
|
612
|
+
set cj(a: number);
|
|
613
|
+
get cg(): number;
|
|
614
|
+
set cg(a: number);
|
|
620
615
|
get hs(): Brush;
|
|
621
616
|
set hs(a: Brush);
|
|
622
617
|
get hk(): Brush;
|
|
623
618
|
set hk(a: Brush);
|
|
619
|
+
get a(): BrushCollection;
|
|
620
|
+
set a(a: BrushCollection);
|
|
621
|
+
get ht(): Brush;
|
|
622
|
+
set ht(a: Brush);
|
|
623
|
+
get hl(): Brush;
|
|
624
|
+
set hl(a: Brush);
|
|
624
625
|
get b(): BrushCollection;
|
|
625
626
|
set b(a: BrushCollection);
|
|
627
|
+
get cf(): number;
|
|
628
|
+
set cf(a: number);
|
|
629
|
+
private bw;
|
|
630
|
+
get ck(): number;
|
|
631
|
+
set ck(a: number);
|
|
632
|
+
private bs;
|
|
633
|
+
get b1(): number;
|
|
634
|
+
set b1(a: number);
|
|
635
|
+
private bu;
|
|
626
636
|
get ce(): number;
|
|
627
637
|
set ce(a: number);
|
|
628
|
-
private bv;
|
|
629
|
-
get cj(): number;
|
|
630
|
-
set cj(a: number);
|
|
631
638
|
private br;
|
|
632
639
|
get b0(): number;
|
|
633
640
|
set b0(a: number);
|
|
634
|
-
|
|
641
|
+
get hw(): Visibility;
|
|
642
|
+
set hw(a: Visibility);
|
|
643
|
+
get ay(): boolean;
|
|
644
|
+
set ay(a: boolean);
|
|
635
645
|
get cd(): number;
|
|
636
646
|
set cd(a: number);
|
|
637
|
-
private bq;
|
|
638
647
|
get bz(): number;
|
|
639
648
|
set bz(a: number);
|
|
640
|
-
get hv(): Visibility;
|
|
641
|
-
set hv(a: Visibility);
|
|
642
|
-
get ax(): boolean;
|
|
643
|
-
set ax(a: boolean);
|
|
644
649
|
get cc(): number;
|
|
645
650
|
set cc(a: number);
|
|
646
651
|
get by(): number;
|
|
647
652
|
set by(a: number);
|
|
648
|
-
get
|
|
649
|
-
set
|
|
650
|
-
get
|
|
651
|
-
set
|
|
652
|
-
get
|
|
653
|
-
set
|
|
654
|
-
get hh(): Brush;
|
|
655
|
-
set hh(a: Brush);
|
|
656
|
-
get bg(): boolean;
|
|
657
|
-
set bg(a: boolean);
|
|
658
|
-
protected get_a4(): boolean;
|
|
659
|
-
protected get a4(): boolean;
|
|
653
|
+
get hq(): Brush;
|
|
654
|
+
set hq(a: Brush);
|
|
655
|
+
get hi(): Brush;
|
|
656
|
+
set hi(a: Brush);
|
|
657
|
+
get bh(): boolean;
|
|
658
|
+
set bh(a: boolean);
|
|
660
659
|
protected get_a5(): boolean;
|
|
661
660
|
protected get a5(): boolean;
|
|
662
|
-
protected
|
|
663
|
-
protected get
|
|
664
|
-
protected
|
|
665
|
-
protected get
|
|
666
|
-
protected
|
|
667
|
-
protected get
|
|
661
|
+
protected get_a6(): boolean;
|
|
662
|
+
protected get a6(): boolean;
|
|
663
|
+
protected get_bf(): boolean;
|
|
664
|
+
protected get bf(): boolean;
|
|
665
|
+
protected get_bi(): boolean;
|
|
666
|
+
protected get bi(): boolean;
|
|
667
|
+
protected get_ax(): boolean;
|
|
668
|
+
protected get ax(): boolean;
|
|
668
669
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
669
|
-
protected
|
|
670
|
-
protected
|
|
671
|
-
protected
|
|
672
|
-
get
|
|
673
|
-
protected
|
|
674
|
-
private
|
|
675
|
-
protected gz(a: string): void;
|
|
670
|
+
protected f8(): void;
|
|
671
|
+
protected gj(a: string, b: any, c: any): void;
|
|
672
|
+
protected get_ab(): ToolActionType;
|
|
673
|
+
get ab(): ToolActionType;
|
|
674
|
+
protected gr(a: string, b: any, c: any): void;
|
|
675
|
+
private g8;
|
|
676
676
|
protected g0(a: string): void;
|
|
677
|
-
protected
|
|
678
|
-
|
|
679
|
-
private
|
|
677
|
+
protected g1(a: string): void;
|
|
678
|
+
protected be(a: string): boolean;
|
|
679
|
+
private bo;
|
|
680
680
|
private ge;
|
|
681
|
-
private
|
|
682
|
-
|
|
683
|
-
protected
|
|
684
|
-
protected
|
|
685
|
-
protected
|
|
686
|
-
protected
|
|
687
|
-
|
|
688
|
-
private
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
protected
|
|
693
|
-
protected
|
|
694
|
-
protected
|
|
695
|
-
protected
|
|
696
|
-
|
|
697
|
-
gl(a:
|
|
698
|
-
|
|
681
|
+
private gf;
|
|
682
|
+
private gq;
|
|
683
|
+
protected al(a: ControlDisplayDensity): NativeUIDisplayDensity;
|
|
684
|
+
protected y(a: ToolActionInfoDensity): ControlDisplayDensity;
|
|
685
|
+
protected get a8(): boolean;
|
|
686
|
+
protected f3(): void;
|
|
687
|
+
protected g4(): void;
|
|
688
|
+
private g7;
|
|
689
|
+
private ad;
|
|
690
|
+
protected bd(): boolean;
|
|
691
|
+
ha(): void;
|
|
692
|
+
protected ca(): number;
|
|
693
|
+
protected hb(): void;
|
|
694
|
+
protected gh(): void;
|
|
695
|
+
protected g2(): void;
|
|
696
|
+
protected gn(): void;
|
|
697
|
+
gl(a: ListPanel, b: ToolPanel, c: ListPanelTemplateItemUpdatingEventArgs, d: ToolActionMeasurementContext): void;
|
|
698
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
699
699
|
fm(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
700
|
-
|
|
700
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
701
701
|
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
702
|
+
b9(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
703
|
+
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
704
|
+
ag(a: ToolPanel): FontInfo;
|
|
702
705
|
b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
private gt;
|
|
707
|
-
protected gu(a: ToolCommand, b: boolean): void;
|
|
706
|
+
gk(a: ToolActionEventDetail, b: ToolAction): void;
|
|
707
|
+
private gu;
|
|
708
|
+
protected gv(a: ToolCommand, b: boolean): void;
|
|
708
709
|
onCommand: (sender: any, args: ToolCommandEventArgs) => void;
|
|
709
|
-
protected
|
|
710
|
-
private fj;
|
|
711
|
-
a6(): boolean;
|
|
712
|
-
private f8;
|
|
710
|
+
protected bj(): boolean;
|
|
713
711
|
private fk;
|
|
712
|
+
a7(): boolean;
|
|
713
|
+
private f9;
|
|
714
|
+
private fl;
|
|
714
715
|
performed: (sender: any, args: ToolActionPerformedEventArgs) => void;
|
|
715
716
|
static f(a: ToolActionInfo): ToolAction;
|
|
716
|
-
protected
|
|
717
|
-
protected
|
|
717
|
+
protected aa: ToolActionInfo;
|
|
718
|
+
protected fx(): void;
|
|
718
719
|
protected o(a: ToolContextBindingInfo): ToolContextBinding;
|
|
719
|
-
protected
|
|
720
|
-
protected
|
|
721
|
-
protected
|
|
722
|
-
private
|
|
723
|
-
protected get
|
|
724
|
-
private
|
|
725
|
-
private
|
|
726
|
-
private ar;
|
|
727
|
-
private ao;
|
|
720
|
+
protected bg(): boolean;
|
|
721
|
+
protected bk(): boolean;
|
|
722
|
+
protected am(a: NativeUIComponentBuiltInType): NativeUIElementFactoryFlavor;
|
|
723
|
+
private aq;
|
|
724
|
+
protected get ar(): NativeUIGrid;
|
|
725
|
+
private an;
|
|
726
|
+
private aj;
|
|
728
727
|
private as;
|
|
728
|
+
private ap;
|
|
729
729
|
private at;
|
|
730
|
-
private
|
|
731
|
-
|
|
732
|
-
protected
|
|
733
|
-
protected
|
|
734
|
-
protected
|
|
735
|
-
|
|
736
|
-
private
|
|
737
|
-
private
|
|
738
|
-
private
|
|
739
|
-
private
|
|
740
|
-
|
|
741
|
-
protected
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
730
|
+
private au;
|
|
731
|
+
private fv;
|
|
732
|
+
protected fu(): void;
|
|
733
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
734
|
+
protected fp(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
|
|
735
|
+
protected g9(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
736
|
+
private fo;
|
|
737
|
+
private ak;
|
|
738
|
+
private a4;
|
|
739
|
+
private f5;
|
|
740
|
+
private g5;
|
|
741
|
+
protected gb(): void;
|
|
742
|
+
protected ga(a: any, b: NativeUIClickedEventArgs): void;
|
|
743
|
+
go(): void;
|
|
744
|
+
fj(): void;
|
|
745
|
+
gp(a: ToolAction): void;
|
|
746
|
+
static az(a: ToolAction, b: ToolActionInfo): boolean;
|
|
746
747
|
e(): NativeUIToolPanel;
|
|
747
|
-
|
|
748
|
-
protected
|
|
749
|
-
|
|
750
|
-
private
|
|
751
|
-
private
|
|
752
|
-
private get
|
|
753
|
-
private set
|
|
754
|
-
|
|
748
|
+
cu(): any;
|
|
749
|
+
protected f0(a: ToolActionVisualData): void;
|
|
750
|
+
d4(): string;
|
|
751
|
+
private v;
|
|
752
|
+
private ao;
|
|
753
|
+
private get z();
|
|
754
|
+
private set z(value);
|
|
755
|
+
g6(a: ControlDisplayDensity): void;
|
|
756
|
+
fr(): void;
|
|
755
757
|
fq(): void;
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
gf(): void;
|
|
758
|
+
protected fs(): void;
|
|
759
|
+
f4(): void;
|
|
760
|
+
gg(): void;
|
|
760
761
|
}
|
|
761
762
|
/**
|
|
762
763
|
* @hidden
|
|
763
764
|
*/
|
|
764
765
|
export declare class ToolActionButton extends ToolAction {
|
|
765
766
|
static $t: Type;
|
|
766
|
-
protected
|
|
767
|
-
protected
|
|
768
|
-
get
|
|
769
|
-
set
|
|
770
|
-
get
|
|
771
|
-
set
|
|
772
|
-
|
|
773
|
-
private
|
|
767
|
+
protected get_ab(): ToolActionType;
|
|
768
|
+
protected get_cp(): number;
|
|
769
|
+
get hx(): ToolActionButtonDisplayType;
|
|
770
|
+
set hx(a: ToolActionButtonDisplayType);
|
|
771
|
+
get h1(): number;
|
|
772
|
+
set h1(a: number);
|
|
773
|
+
gp(a: ToolAction): void;
|
|
774
|
+
private hz;
|
|
774
775
|
l(a: boolean): ToolActionEventDetail;
|
|
775
|
-
private
|
|
776
|
-
b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
777
|
-
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
778
|
-
protected fw(): void;
|
|
779
|
-
private h1;
|
|
780
|
-
private h2;
|
|
776
|
+
private hy;
|
|
781
777
|
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
782
|
-
|
|
778
|
+
b9(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
779
|
+
protected fx(): void;
|
|
780
|
+
private h2;
|
|
781
|
+
private h3;
|
|
782
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
783
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
784
|
+
private h7;
|
|
783
785
|
private h6;
|
|
784
|
-
private
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
protected
|
|
788
|
-
protected
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
ct(): any;
|
|
786
|
+
private h0;
|
|
787
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
788
|
+
protected gr(a: string, b: any, c: any): void;
|
|
789
|
+
protected g4(): void;
|
|
790
|
+
protected hb(): void;
|
|
791
|
+
fi(): void;
|
|
792
|
+
protected fs(): void;
|
|
793
|
+
cu(): any;
|
|
793
794
|
}
|
|
794
795
|
/**
|
|
795
796
|
* @hidden
|
|
796
797
|
*/
|
|
797
798
|
export declare class ToolActionButtonPair extends ToolAction {
|
|
798
799
|
static $t: Type;
|
|
799
|
-
protected
|
|
800
|
+
protected get_ab(): ToolActionType;
|
|
801
|
+
get il(): boolean;
|
|
802
|
+
set il(a: boolean);
|
|
803
|
+
get ip(): boolean;
|
|
804
|
+
set ip(a: boolean);
|
|
800
805
|
get ik(): boolean;
|
|
801
806
|
set ik(a: boolean);
|
|
802
807
|
get io(): boolean;
|
|
803
808
|
set io(a: boolean);
|
|
809
|
+
get jg(): string;
|
|
810
|
+
set jg(a: string);
|
|
811
|
+
get ja(): string;
|
|
812
|
+
set ja(a: string);
|
|
804
813
|
get ij(): boolean;
|
|
805
814
|
set ij(a: boolean);
|
|
806
|
-
get
|
|
807
|
-
set
|
|
808
|
-
get jf(): string;
|
|
809
|
-
set jf(a: string);
|
|
810
|
-
get i9(): string;
|
|
811
|
-
set i9(a: string);
|
|
812
|
-
get ii(): boolean;
|
|
813
|
-
set ii(a: boolean);
|
|
814
|
-
get jb(): string;
|
|
815
|
-
set jb(a: string);
|
|
816
|
-
get iu(): number;
|
|
817
|
-
set iu(a: number);
|
|
815
|
+
get jc(): string;
|
|
816
|
+
set jc(a: string);
|
|
818
817
|
get iv(): number;
|
|
819
818
|
set iv(a: number);
|
|
820
819
|
get iw(): number;
|
|
821
820
|
set iw(a: number);
|
|
822
|
-
get
|
|
823
|
-
set
|
|
824
|
-
get
|
|
825
|
-
set
|
|
826
|
-
get ke(): Brush;
|
|
827
|
-
set ke(a: Brush);
|
|
828
|
-
get hy(): BrushCollection;
|
|
829
|
-
set hy(a: BrushCollection);
|
|
821
|
+
get ix(): number;
|
|
822
|
+
set ix(a: number);
|
|
823
|
+
get iu(): number;
|
|
824
|
+
set iu(a: number);
|
|
830
825
|
get kj(): Brush;
|
|
831
826
|
set kj(a: Brush);
|
|
832
827
|
get kf(): Brush;
|
|
833
828
|
set kf(a: Brush);
|
|
834
829
|
get hz(): BrushCollection;
|
|
835
830
|
set hz(a: BrushCollection);
|
|
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
831
|
get kk(): Brush;
|
|
855
832
|
set kk(a: Brush);
|
|
856
833
|
get kg(): Brush;
|
|
857
834
|
set kg(a: Brush);
|
|
858
835
|
get h0(): BrushCollection;
|
|
859
836
|
set h0(a: BrushCollection);
|
|
837
|
+
get it(): number;
|
|
838
|
+
set it(a: number);
|
|
839
|
+
get jr(): string;
|
|
840
|
+
set jr(a: string);
|
|
841
|
+
get jz(): string;
|
|
842
|
+
set jz(a: string);
|
|
843
|
+
get jt(): string;
|
|
844
|
+
set jt(a: string);
|
|
845
|
+
get jv(): string;
|
|
846
|
+
set jv(a: string);
|
|
847
|
+
get i0(): number;
|
|
848
|
+
set i0(a: number);
|
|
849
|
+
get i1(): number;
|
|
850
|
+
set i1(a: number);
|
|
851
|
+
get i2(): number;
|
|
852
|
+
set i2(a: number);
|
|
853
|
+
get iz(): number;
|
|
854
|
+
set iz(a: number);
|
|
860
855
|
get kl(): Brush;
|
|
861
856
|
set kl(a: Brush);
|
|
862
857
|
get kh(): Brush;
|
|
863
858
|
set kh(a: Brush);
|
|
864
859
|
get h1(): BrushCollection;
|
|
865
860
|
set h1(a: BrushCollection);
|
|
866
|
-
get
|
|
867
|
-
set
|
|
868
|
-
get
|
|
869
|
-
set
|
|
870
|
-
get h2():
|
|
871
|
-
set h2(a:
|
|
872
|
-
get
|
|
873
|
-
set
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
861
|
+
get km(): Brush;
|
|
862
|
+
set km(a: Brush);
|
|
863
|
+
get ki(): Brush;
|
|
864
|
+
set ki(a: Brush);
|
|
865
|
+
get h2(): BrushCollection;
|
|
866
|
+
set h2(a: BrushCollection);
|
|
867
|
+
get iy(): number;
|
|
868
|
+
set iy(a: number);
|
|
869
|
+
get ka(): string;
|
|
870
|
+
set ka(a: string);
|
|
871
|
+
get h3(): ToolActionButtonGroupDisplayType;
|
|
872
|
+
set h3(a: ToolActionButtonGroupDisplayType);
|
|
873
|
+
get iq(): number;
|
|
874
|
+
set iq(a: number);
|
|
875
|
+
gp(a: ToolAction): void;
|
|
876
|
+
private h7;
|
|
877
|
+
protected fx(): void;
|
|
877
878
|
l(a: boolean): ToolActionEventDetail;
|
|
878
|
-
protected
|
|
879
|
-
private h3;
|
|
879
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
880
880
|
private h4;
|
|
881
881
|
private h5;
|
|
882
|
-
|
|
882
|
+
private h6;
|
|
883
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
884
|
+
private is;
|
|
883
885
|
private ir;
|
|
884
|
-
private
|
|
885
|
-
private
|
|
886
|
+
private im;
|
|
887
|
+
private hy;
|
|
888
|
+
private ke;
|
|
889
|
+
private ie;
|
|
890
|
+
private ig;
|
|
886
891
|
private hx;
|
|
892
|
+
private kc;
|
|
887
893
|
private kd;
|
|
894
|
+
private ii;
|
|
895
|
+
private ia;
|
|
896
|
+
private ic;
|
|
888
897
|
private id;
|
|
889
|
-
private ie;
|
|
890
|
-
private hw;
|
|
891
|
-
private kb;
|
|
892
|
-
private kc;
|
|
893
|
-
private ih;
|
|
894
|
-
private h9;
|
|
895
898
|
private ib;
|
|
896
|
-
private ic;
|
|
897
|
-
private ia;
|
|
898
|
-
private h7;
|
|
899
899
|
private h8;
|
|
900
|
-
private
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
protected
|
|
904
|
-
protected
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
900
|
+
private h9;
|
|
901
|
+
private ih;
|
|
902
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
903
|
+
protected gr(a: string, b: any, c: any): void;
|
|
904
|
+
protected g4(): void;
|
|
905
|
+
protected hb(): void;
|
|
906
|
+
fi(): void;
|
|
907
|
+
protected fs(): void;
|
|
908
|
+
cu(): any;
|
|
908
909
|
}
|
|
909
910
|
/**
|
|
910
911
|
* @hidden
|
|
911
912
|
*/
|
|
912
913
|
export declare class ToolActionCheckbox extends ToolAction {
|
|
913
914
|
static $t: Type;
|
|
914
|
-
private
|
|
915
|
-
protected
|
|
916
|
-
protected
|
|
917
|
-
get
|
|
918
|
-
set
|
|
919
|
-
get
|
|
920
|
-
set
|
|
921
|
-
get ii(): Brush;
|
|
922
|
-
set ii(a: Brush);
|
|
923
|
-
get id(): Brush;
|
|
924
|
-
set id(a: Brush);
|
|
925
|
-
get ig(): Brush;
|
|
926
|
-
set ig(a: Brush);
|
|
927
|
-
get ib(): Brush;
|
|
928
|
-
set ib(a: Brush);
|
|
915
|
+
private hx;
|
|
916
|
+
protected get_ab(): ToolActionType;
|
|
917
|
+
protected get_ax(): boolean;
|
|
918
|
+
get hy(): boolean;
|
|
919
|
+
set hy(a: boolean);
|
|
920
|
+
get h6(): string;
|
|
921
|
+
set h6(a: string);
|
|
929
922
|
get ij(): Brush;
|
|
930
923
|
set ij(a: Brush);
|
|
931
924
|
get ie(): Brush;
|
|
@@ -934,93 +927,93 @@ export declare class ToolActionCheckbox extends ToolAction {
|
|
|
934
927
|
set ih(a: Brush);
|
|
935
928
|
get ic(): Brush;
|
|
936
929
|
set ic(a: Brush);
|
|
937
|
-
|
|
930
|
+
get ik(): Brush;
|
|
931
|
+
set ik(a: Brush);
|
|
932
|
+
get ig(): Brush;
|
|
933
|
+
set ig(a: Brush);
|
|
934
|
+
get ii(): Brush;
|
|
935
|
+
set ii(a: Brush);
|
|
936
|
+
get id(): Brush;
|
|
937
|
+
set id(a: Brush);
|
|
938
|
+
gp(a: ToolAction): void;
|
|
938
939
|
l(a: boolean): ToolActionEventDetail;
|
|
939
|
-
protected
|
|
940
|
-
|
|
941
|
-
protected
|
|
940
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
941
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
942
|
+
protected gb(): void;
|
|
943
|
+
private ib;
|
|
942
944
|
private ia;
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
protected
|
|
946
|
-
protected
|
|
947
|
-
protected
|
|
948
|
-
protected
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
ct(): any;
|
|
945
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
946
|
+
protected g4(): void;
|
|
947
|
+
protected hb(): void;
|
|
948
|
+
protected gr(a: string, b: any, c: any): void;
|
|
949
|
+
protected fx(): void;
|
|
950
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
951
|
+
fi(): void;
|
|
952
|
+
protected fs(): void;
|
|
953
|
+
cu(): any;
|
|
953
954
|
}
|
|
954
955
|
/**
|
|
955
956
|
* @hidden
|
|
956
957
|
*/
|
|
957
958
|
export declare class ToolActionCheckboxGroup extends ToolAction {
|
|
958
959
|
static $t: Type;
|
|
960
|
+
private h0;
|
|
959
961
|
private hz;
|
|
960
|
-
|
|
962
|
+
get hy(): FontInfo;
|
|
963
|
+
set hy(a: FontInfo);
|
|
961
964
|
get hx(): FontInfo;
|
|
962
965
|
set hx(a: FontInfo);
|
|
963
|
-
get
|
|
964
|
-
set
|
|
966
|
+
get ia(): Brush;
|
|
967
|
+
set ia(a: Brush);
|
|
965
968
|
get h9(): Brush;
|
|
966
969
|
set h9(a: Brush);
|
|
967
|
-
get h8(): Brush;
|
|
968
|
-
set h8(a: Brush);
|
|
969
970
|
constructor();
|
|
970
|
-
protected
|
|
971
|
-
|
|
972
|
-
private
|
|
973
|
-
private
|
|
974
|
-
protected
|
|
975
|
-
protected
|
|
976
|
-
|
|
977
|
-
protected
|
|
978
|
-
protected
|
|
971
|
+
protected get_ab(): ToolActionType;
|
|
972
|
+
aw(a: ToolAction): boolean;
|
|
973
|
+
private h1;
|
|
974
|
+
private h4;
|
|
975
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
976
|
+
protected hb(): void;
|
|
977
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
978
|
+
protected gb(): void;
|
|
979
|
+
protected fh(a: ToolAction, b: string): void;
|
|
980
|
+
private h8;
|
|
979
981
|
private h7;
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
protected
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
ct(): any;
|
|
982
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
983
|
+
protected gr(a: string, b: any, c: any): void;
|
|
984
|
+
protected fx(): void;
|
|
985
|
+
fi(): void;
|
|
986
|
+
protected fs(): void;
|
|
987
|
+
cu(): any;
|
|
987
988
|
}
|
|
988
989
|
/**
|
|
989
990
|
* @hidden
|
|
990
991
|
*/
|
|
991
992
|
export declare class ToolActionCheckboxList extends ToolAction {
|
|
992
993
|
static $t: Type;
|
|
993
|
-
private
|
|
994
|
+
private h0;
|
|
995
|
+
private h5;
|
|
996
|
+
private h2;
|
|
997
|
+
private h6;
|
|
994
998
|
private h4;
|
|
995
999
|
private h1;
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
protected get_aa(): ToolActionType;
|
|
1000
|
-
fm(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
1001
|
-
protected fs(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1000
|
+
protected get_ab(): ToolActionType;
|
|
1001
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
1002
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1002
1003
|
get itemsSource(): any;
|
|
1003
1004
|
set itemsSource(a: any);
|
|
1004
|
-
get
|
|
1005
|
-
set
|
|
1006
|
-
get
|
|
1007
|
-
set
|
|
1008
|
-
get
|
|
1009
|
-
set
|
|
1010
|
-
get
|
|
1011
|
-
set
|
|
1012
|
-
get
|
|
1013
|
-
set
|
|
1014
|
-
get
|
|
1015
|
-
set
|
|
1016
|
-
get i6(): Brush;
|
|
1017
|
-
set i6(a: Brush);
|
|
1018
|
-
get i2(): Brush;
|
|
1019
|
-
set i2(a: Brush);
|
|
1020
|
-
get i4(): Brush;
|
|
1021
|
-
set i4(a: Brush);
|
|
1022
|
-
get i0(): Brush;
|
|
1023
|
-
set i0(a: Brush);
|
|
1005
|
+
get im(): string;
|
|
1006
|
+
set im(a: string);
|
|
1007
|
+
get h3(): boolean;
|
|
1008
|
+
set h3(a: boolean);
|
|
1009
|
+
get ig(): string;
|
|
1010
|
+
set ig(a: string);
|
|
1011
|
+
get hx(): string[];
|
|
1012
|
+
set hx(a: string[]);
|
|
1013
|
+
get hy(): LayoutSelectedKeysCollection;
|
|
1014
|
+
set hy(a: LayoutSelectedKeysCollection);
|
|
1015
|
+
get hz(): ToolActionCheckboxListIndexType;
|
|
1016
|
+
set hz(a: ToolActionCheckboxListIndexType);
|
|
1024
1017
|
get i7(): Brush;
|
|
1025
1018
|
set i7(a: Brush);
|
|
1026
1019
|
get i3(): Brush;
|
|
@@ -1029,433 +1022,433 @@ export declare class ToolActionCheckboxList extends ToolAction {
|
|
|
1029
1022
|
set i5(a: Brush);
|
|
1030
1023
|
get i1(): Brush;
|
|
1031
1024
|
set i1(a: Brush);
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1025
|
+
get i8(): Brush;
|
|
1026
|
+
set i8(a: Brush);
|
|
1027
|
+
get i4(): Brush;
|
|
1028
|
+
set i4(a: Brush);
|
|
1029
|
+
get i6(): Brush;
|
|
1030
|
+
set i6(a: Brush);
|
|
1031
|
+
get i2(): Brush;
|
|
1032
|
+
set i2(a: Brush);
|
|
1033
|
+
h7: any;
|
|
1034
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1036
1035
|
private ix;
|
|
1037
1036
|
private iz;
|
|
1038
|
-
private
|
|
1039
|
-
private
|
|
1040
|
-
private
|
|
1037
|
+
private iy;
|
|
1038
|
+
private i0;
|
|
1039
|
+
private iw;
|
|
1041
1040
|
private it;
|
|
1041
|
+
private is;
|
|
1042
1042
|
private iu;
|
|
1043
|
+
private iv;
|
|
1043
1044
|
l(a: boolean): ToolActionEventDetail;
|
|
1044
|
-
protected
|
|
1045
|
-
protected
|
|
1046
|
-
|
|
1047
|
-
protected
|
|
1048
|
-
protected
|
|
1049
|
-
|
|
1050
|
-
protected
|
|
1051
|
-
|
|
1045
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1046
|
+
protected g9(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1047
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1048
|
+
protected hb(): void;
|
|
1049
|
+
protected fx(): void;
|
|
1050
|
+
fi(): void;
|
|
1051
|
+
protected fs(): void;
|
|
1052
|
+
cu(): any;
|
|
1052
1053
|
}
|
|
1053
1054
|
/**
|
|
1054
1055
|
* @hidden
|
|
1055
1056
|
*/
|
|
1056
1057
|
export declare class ToolActionColorEditor extends ToolAction {
|
|
1057
1058
|
static $t: Type;
|
|
1058
|
-
private
|
|
1059
|
-
protected
|
|
1060
|
-
get
|
|
1061
|
-
set
|
|
1062
|
-
protected
|
|
1063
|
-
|
|
1064
|
-
|
|
1059
|
+
private hx;
|
|
1060
|
+
protected get_ab(): ToolActionType;
|
|
1061
|
+
get h3(): Brush;
|
|
1062
|
+
set h3(a: Brush);
|
|
1063
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1064
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1065
|
+
hz(): string;
|
|
1065
1066
|
l(a: boolean): ToolActionEventDetail;
|
|
1066
|
-
private h0;
|
|
1067
1067
|
private h1;
|
|
1068
|
-
private
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
protected
|
|
1072
|
-
protected
|
|
1073
|
-
protected
|
|
1074
|
-
protected
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1068
|
+
private h2;
|
|
1069
|
+
private hy;
|
|
1070
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1071
|
+
protected g4(): void;
|
|
1072
|
+
protected hb(): void;
|
|
1073
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1074
|
+
protected gb(): void;
|
|
1075
|
+
protected fx(): void;
|
|
1076
|
+
fi(): void;
|
|
1077
|
+
protected fs(): void;
|
|
1078
|
+
cu(): any;
|
|
1078
1079
|
}
|
|
1079
1080
|
/**
|
|
1080
1081
|
* @hidden
|
|
1081
1082
|
*/
|
|
1082
1083
|
export declare class ToolActionCombo extends ToolAction {
|
|
1083
1084
|
static $t: Type;
|
|
1084
|
-
protected
|
|
1085
|
+
protected get_ab(): ToolActionType;
|
|
1085
1086
|
get itemsSource(): any;
|
|
1086
1087
|
set itemsSource(a: any);
|
|
1087
|
-
get
|
|
1088
|
-
set
|
|
1089
|
-
get
|
|
1090
|
-
set
|
|
1091
|
-
get
|
|
1092
|
-
set
|
|
1093
|
-
protected
|
|
1094
|
-
private hx;
|
|
1095
|
-
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1088
|
+
get h1(): string;
|
|
1089
|
+
set h1(a: string);
|
|
1090
|
+
get h5(): string;
|
|
1091
|
+
set h5(a: string);
|
|
1092
|
+
get hx(): LayoutSelectedItemsCollection;
|
|
1093
|
+
set hx(a: LayoutSelectedItemsCollection);
|
|
1094
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1096
1095
|
private hy;
|
|
1097
|
-
|
|
1096
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1097
|
+
private hz;
|
|
1098
1098
|
private h7;
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
protected
|
|
1102
|
-
protected
|
|
1099
|
+
private h8;
|
|
1100
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1101
|
+
protected g4(): void;
|
|
1102
|
+
protected hb(): void;
|
|
1103
|
+
protected gb(): void;
|
|
1103
1104
|
l(a: boolean): ToolActionEventDetail;
|
|
1104
|
-
protected
|
|
1105
|
-
protected
|
|
1106
|
-
|
|
1107
|
-
protected
|
|
1108
|
-
|
|
1105
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1106
|
+
protected fx(): void;
|
|
1107
|
+
fi(): void;
|
|
1108
|
+
protected fs(): void;
|
|
1109
|
+
cu(): any;
|
|
1109
1110
|
}
|
|
1110
1111
|
/**
|
|
1111
1112
|
* @hidden
|
|
1112
1113
|
*/
|
|
1113
1114
|
export declare class ToolActionFieldSelector extends ToolAction {
|
|
1114
|
-
static $t: Type;
|
|
1115
|
-
private
|
|
1116
|
-
private
|
|
1117
|
-
private
|
|
1118
|
-
private
|
|
1119
|
-
private
|
|
1120
|
-
private
|
|
1121
|
-
private ie;
|
|
1122
|
-
private io;
|
|
1115
|
+
static $t: Type;
|
|
1116
|
+
private ia;
|
|
1117
|
+
private iy;
|
|
1118
|
+
private id;
|
|
1119
|
+
private i0;
|
|
1120
|
+
private i5;
|
|
1121
|
+
private h7;
|
|
1123
1122
|
private ig;
|
|
1124
|
-
private
|
|
1125
|
-
private
|
|
1126
|
-
private
|
|
1127
|
-
private
|
|
1128
|
-
private
|
|
1123
|
+
private ip;
|
|
1124
|
+
private ih;
|
|
1125
|
+
private i2;
|
|
1126
|
+
private hx;
|
|
1127
|
+
private h4;
|
|
1128
|
+
private im;
|
|
1129
1129
|
private hz;
|
|
1130
|
+
private h0;
|
|
1130
1131
|
constructor();
|
|
1131
|
-
|
|
1132
|
-
private
|
|
1133
|
-
private
|
|
1134
|
-
private
|
|
1135
|
-
private
|
|
1136
|
-
private h1;
|
|
1137
|
-
private jj;
|
|
1138
|
-
private ji;
|
|
1132
|
+
hy(): DataSeriesAdapterImplementation;
|
|
1133
|
+
private ib;
|
|
1134
|
+
private jz;
|
|
1135
|
+
private j1;
|
|
1136
|
+
private iz;
|
|
1139
1137
|
private h2;
|
|
1140
|
-
private
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
get h5(): ToolActionFieldSelectorAggregationsCollection;
|
|
1153
|
-
set h5(a: ToolActionFieldSelectorAggregationsCollection);
|
|
1154
|
-
private get im();
|
|
1155
|
-
private set im(value);
|
|
1156
|
-
private ih;
|
|
1138
|
+
private jk;
|
|
1139
|
+
private jj;
|
|
1140
|
+
private h3;
|
|
1141
|
+
private j8;
|
|
1142
|
+
get h5(): IDataSource;
|
|
1143
|
+
set h5(a: IDataSource);
|
|
1144
|
+
get i1(): any;
|
|
1145
|
+
set i1(a: any);
|
|
1146
|
+
private get h1();
|
|
1147
|
+
private set h1(value);
|
|
1148
|
+
get h9(): ToolActionFieldSelectorType;
|
|
1149
|
+
set h9(a: ToolActionFieldSelectorType);
|
|
1157
1150
|
get ik(): boolean;
|
|
1158
1151
|
set ik(a: boolean);
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1152
|
+
private ij;
|
|
1153
|
+
get h6(): ToolActionFieldSelectorAggregationsCollection;
|
|
1154
|
+
set h6(a: ToolActionFieldSelectorAggregationsCollection);
|
|
1155
|
+
private get io();
|
|
1156
|
+
private set io(value);
|
|
1157
|
+
private ii;
|
|
1158
|
+
get il(): boolean;
|
|
1159
|
+
set il(a: boolean);
|
|
1160
|
+
get h8(): ToolActionFieldSelectorSelectedAggregationsCollection;
|
|
1161
|
+
set h8(a: ToolActionFieldSelectorSelectedAggregationsCollection);
|
|
1165
1162
|
get iv(): number;
|
|
1166
1163
|
set iv(a: number);
|
|
1167
1164
|
get ir(): number;
|
|
1168
1165
|
set ir(a: number);
|
|
1169
|
-
get it(): number;
|
|
1170
|
-
set it(a: number);
|
|
1171
|
-
get ip(): number;
|
|
1172
|
-
set ip(a: number);
|
|
1173
1166
|
get iw(): number;
|
|
1174
1167
|
set iw(a: number);
|
|
1175
1168
|
get is(): number;
|
|
1176
1169
|
set is(a: number);
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1170
|
+
get iu(): number;
|
|
1171
|
+
set iu(a: number);
|
|
1172
|
+
get iq(): number;
|
|
1173
|
+
set iq(a: number);
|
|
1174
|
+
get ix(): number;
|
|
1175
|
+
set ix(a: number);
|
|
1176
|
+
get it(): number;
|
|
1177
|
+
set it(a: number);
|
|
1178
|
+
protected get_ab(): ToolActionType;
|
|
1179
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
1180
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1181
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1182
1182
|
private j3;
|
|
1183
|
+
private j4;
|
|
1184
|
+
private j7;
|
|
1183
1185
|
private j6;
|
|
1184
1186
|
private j5;
|
|
1185
|
-
private
|
|
1187
|
+
private jx;
|
|
1186
1188
|
private jw;
|
|
1189
|
+
private ic;
|
|
1187
1190
|
private jv;
|
|
1188
|
-
private
|
|
1191
|
+
private ie;
|
|
1192
|
+
private j0;
|
|
1193
|
+
private jy;
|
|
1194
|
+
private j2;
|
|
1189
1195
|
private ju;
|
|
1190
|
-
private id;
|
|
1191
|
-
private jz;
|
|
1192
|
-
private jx;
|
|
1193
|
-
private j1;
|
|
1194
|
-
private jt;
|
|
1195
1196
|
l(a: boolean): ToolActionEventDetail;
|
|
1196
|
-
protected
|
|
1197
|
-
protected
|
|
1198
|
-
protected
|
|
1199
|
-
|
|
1200
|
-
protected
|
|
1201
|
-
protected
|
|
1202
|
-
|
|
1203
|
-
protected
|
|
1197
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1198
|
+
protected g9(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1199
|
+
protected hb(): void;
|
|
1200
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1201
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
1202
|
+
protected fx(): void;
|
|
1203
|
+
fi(): void;
|
|
1204
|
+
protected fs(): void;
|
|
1204
1205
|
}
|
|
1205
1206
|
/**
|
|
1206
1207
|
* @hidden
|
|
1207
1208
|
*/
|
|
1208
1209
|
export declare class ToolActionGroupHeader extends ToolAction {
|
|
1209
1210
|
static $t: Type;
|
|
1210
|
-
private hx;
|
|
1211
1211
|
private hy;
|
|
1212
|
-
|
|
1213
|
-
protected
|
|
1212
|
+
private hz;
|
|
1213
|
+
protected get_ab(): ToolActionType;
|
|
1214
1214
|
protected get_a5(): boolean;
|
|
1215
|
-
protected
|
|
1216
|
-
|
|
1217
|
-
set h6(a: Brush);
|
|
1215
|
+
protected get_a6(): boolean;
|
|
1216
|
+
protected get_bf(): boolean;
|
|
1218
1217
|
get h7(): Brush;
|
|
1219
1218
|
set h7(a: Brush);
|
|
1219
|
+
get h8(): Brush;
|
|
1220
|
+
set h8(a: Brush);
|
|
1220
1221
|
constructor();
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
private
|
|
1224
|
-
private
|
|
1225
|
-
|
|
1226
|
-
private h4;
|
|
1222
|
+
ag(a: ToolPanel): FontInfo;
|
|
1223
|
+
b6(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1224
|
+
private hx;
|
|
1225
|
+
private h0;
|
|
1226
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1227
1227
|
private h5;
|
|
1228
|
+
private h6;
|
|
1229
|
+
private h4;
|
|
1228
1230
|
private h3;
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
protected
|
|
1232
|
-
protected
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
ct(): any;
|
|
1231
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1232
|
+
protected g4(): void;
|
|
1233
|
+
protected hb(): void;
|
|
1234
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1235
|
+
fi(): void;
|
|
1236
|
+
protected fs(): void;
|
|
1237
|
+
cu(): any;
|
|
1237
1238
|
}
|
|
1238
1239
|
/**
|
|
1239
1240
|
* @hidden
|
|
1240
1241
|
*/
|
|
1241
1242
|
export declare class ToolActionIconButton extends ToolAction {
|
|
1242
1243
|
static $t: Type;
|
|
1243
|
-
private
|
|
1244
|
-
private
|
|
1245
|
-
private
|
|
1246
|
-
private i2;
|
|
1244
|
+
private h2;
|
|
1245
|
+
private hz;
|
|
1246
|
+
private hx;
|
|
1247
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);
|
|
1255
|
-
protected get_aa(): ToolActionType;
|
|
1256
|
-
protected get_bh(): boolean;
|
|
1257
|
-
protected get h2(): NativeUIPopup;
|
|
1258
|
-
protected get_ij(): boolean;
|
|
1259
|
-
protected get ij(): boolean;
|
|
1260
|
-
private h7;
|
|
1261
1248
|
private i4;
|
|
1249
|
+
private iu;
|
|
1250
|
+
private h9;
|
|
1251
|
+
private h6;
|
|
1252
|
+
private h5;
|
|
1253
|
+
private ia;
|
|
1254
|
+
protected get ig(): boolean;
|
|
1255
|
+
protected set ig(a: boolean);
|
|
1256
|
+
protected get_ab(): ToolActionType;
|
|
1257
|
+
protected get_bi(): boolean;
|
|
1258
|
+
protected get h3(): NativeUIPopup;
|
|
1259
|
+
protected get_ik(): boolean;
|
|
1260
|
+
protected get ik(): boolean;
|
|
1261
|
+
private h8;
|
|
1262
|
+
private i5;
|
|
1263
|
+
get i7(): number;
|
|
1264
|
+
set i7(a: number);
|
|
1262
1265
|
get i6(): number;
|
|
1263
1266
|
set i6(a: number);
|
|
1264
|
-
get
|
|
1265
|
-
set i5(a: number);
|
|
1266
|
-
private get ii();
|
|
1267
|
-
private iq;
|
|
1268
|
-
get iz(): number;
|
|
1269
|
-
set iz(a: number);
|
|
1270
|
-
private il;
|
|
1271
|
-
get iv(): number;
|
|
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);
|
|
1267
|
+
private get ij();
|
|
1279
1268
|
private ir;
|
|
1280
1269
|
get i0(): number;
|
|
1281
1270
|
set i0(a: number);
|
|
1282
1271
|
private im;
|
|
1283
1272
|
get iw(): number;
|
|
1284
1273
|
set iw(a: number);
|
|
1274
|
+
private it;
|
|
1275
|
+
get i2(): number;
|
|
1276
|
+
set i2(a: number);
|
|
1285
1277
|
private ip;
|
|
1286
1278
|
get iy(): number;
|
|
1287
1279
|
set iy(a: number);
|
|
1288
|
-
private
|
|
1289
|
-
get
|
|
1290
|
-
set
|
|
1280
|
+
private is;
|
|
1281
|
+
get i1(): number;
|
|
1282
|
+
set i1(a: number);
|
|
1283
|
+
private io;
|
|
1284
|
+
get ix(): number;
|
|
1285
|
+
set ix(a: number);
|
|
1286
|
+
private iq;
|
|
1287
|
+
get iz(): number;
|
|
1288
|
+
set iz(a: number);
|
|
1289
|
+
private il;
|
|
1290
|
+
get iv(): number;
|
|
1291
|
+
set iv(a: number);
|
|
1291
1292
|
constructor();
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1293
|
+
f4(): void;
|
|
1294
|
+
gg(): void;
|
|
1295
|
+
fi(): void;
|
|
1295
1296
|
l(a: boolean): ToolActionEventDetail;
|
|
1296
|
-
protected
|
|
1297
|
-
protected
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
protected
|
|
1301
|
-
protected
|
|
1302
|
-
private
|
|
1303
|
-
protected
|
|
1304
|
-
protected
|
|
1305
|
-
protected
|
|
1306
|
-
protected jl(): void;
|
|
1307
|
-
protected jk(): void;
|
|
1297
|
+
protected h0: NativeUIButton;
|
|
1298
|
+
protected h1: NativeUIIcon;
|
|
1299
|
+
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1300
|
+
b9(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1301
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1302
|
+
protected j5(a: NativeUIIcon): void;
|
|
1303
|
+
private j4;
|
|
1304
|
+
protected j6(a: NativeUIGrid, b: NativeUIPopup): void;
|
|
1305
|
+
protected jj(): void;
|
|
1306
|
+
protected jk(a: boolean, b: boolean): void;
|
|
1308
1307
|
protected jm(): void;
|
|
1309
|
-
protected
|
|
1308
|
+
protected jl(): void;
|
|
1309
|
+
protected jn(): void;
|
|
1310
|
+
protected j7(): Size;
|
|
1311
|
+
private j0;
|
|
1310
1312
|
private jz;
|
|
1311
|
-
private
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
protected
|
|
1315
|
-
protected
|
|
1316
|
-
protected
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
private get id();
|
|
1313
|
+
private ib;
|
|
1314
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1315
|
+
protected g4(): void;
|
|
1316
|
+
protected hb(): void;
|
|
1317
|
+
protected id: boolean;
|
|
1318
|
+
protected gh(): void;
|
|
1319
|
+
go(): void;
|
|
1320
|
+
fj(): void;
|
|
1321
|
+
protected get_bc(): boolean;
|
|
1322
|
+
private get ie();
|
|
1322
1323
|
popupOpening: (sender: any, args: ToolActionPopupOpeningEventArgs) => void;
|
|
1323
|
-
protected
|
|
1324
|
-
protected
|
|
1325
|
-
private
|
|
1326
|
-
protected
|
|
1327
|
-
private
|
|
1328
|
-
private
|
|
1329
|
-
protected
|
|
1330
|
-
protected
|
|
1331
|
-
protected jq(a: any, b: NativeUIMouseEventArgs): void;
|
|
1324
|
+
protected j2(a?: boolean): void;
|
|
1325
|
+
protected j3(): void;
|
|
1326
|
+
private h4;
|
|
1327
|
+
protected ji(): void;
|
|
1328
|
+
private jt;
|
|
1329
|
+
private jo;
|
|
1330
|
+
protected j1(a: number, b?: boolean): void;
|
|
1331
|
+
protected ic(): boolean;
|
|
1332
1332
|
protected jr(a: any, b: NativeUIMouseEventArgs): void;
|
|
1333
|
-
protected
|
|
1334
|
-
protected
|
|
1335
|
-
|
|
1336
|
-
private
|
|
1333
|
+
protected js(a: any, b: NativeUIMouseEventArgs): void;
|
|
1334
|
+
protected jp(a: any, b: NativeUIButtonClickedEventArgs): void;
|
|
1335
|
+
protected ih(a: number): boolean;
|
|
1336
|
+
private h7;
|
|
1337
1337
|
private jx;
|
|
1338
|
-
private
|
|
1338
|
+
private jy;
|
|
1339
1339
|
private jv;
|
|
1340
|
-
private
|
|
1341
|
-
private
|
|
1342
|
-
|
|
1343
|
-
protected
|
|
1344
|
-
protected
|
|
1345
|
-
|
|
1346
|
-
|
|
1340
|
+
private jw;
|
|
1341
|
+
private ii;
|
|
1342
|
+
private ju;
|
|
1343
|
+
protected jq(a: any, b: NativeUIFocusEventArgs): void;
|
|
1344
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1345
|
+
protected fx(): void;
|
|
1346
|
+
cu(): any;
|
|
1347
|
+
protected fs(): void;
|
|
1347
1348
|
}
|
|
1348
1349
|
/**
|
|
1349
1350
|
* @hidden
|
|
1350
1351
|
*/
|
|
1351
1352
|
export declare class ToolActionIconMenu extends ToolActionIconButton {
|
|
1352
1353
|
static $t: Type;
|
|
1354
|
+
private kg;
|
|
1353
1355
|
private kf;
|
|
1354
1356
|
private ke;
|
|
1355
|
-
private
|
|
1356
|
-
private
|
|
1357
|
-
|
|
1358
|
-
protected
|
|
1359
|
-
protected get_aa(): ToolActionType;
|
|
1357
|
+
private j8;
|
|
1358
|
+
private kb;
|
|
1359
|
+
protected ka: NativeUIIcon;
|
|
1360
|
+
protected get_ab(): ToolActionType;
|
|
1360
1361
|
constructor();
|
|
1362
|
+
get ko(): Brush;
|
|
1363
|
+
set ko(a: Brush);
|
|
1361
1364
|
get kn(): Brush;
|
|
1362
1365
|
set kn(a: Brush);
|
|
1363
|
-
get
|
|
1364
|
-
set
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
protected
|
|
1368
|
-
protected jj(a: boolean, b: boolean): void;
|
|
1369
|
-
protected f7(): void;
|
|
1370
|
-
protected jl(): void;
|
|
1371
|
-
protected jk(): void;
|
|
1366
|
+
get kd(): boolean;
|
|
1367
|
+
set kd(a: boolean);
|
|
1368
|
+
protected get_ik(): boolean;
|
|
1369
|
+
protected jk(a: boolean, b: boolean): void;
|
|
1370
|
+
protected f8(): void;
|
|
1372
1371
|
protected jm(): void;
|
|
1373
|
-
protected
|
|
1374
|
-
protected
|
|
1375
|
-
protected
|
|
1376
|
-
protected
|
|
1377
|
-
protected
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
private
|
|
1382
|
-
|
|
1383
|
-
private
|
|
1384
|
-
|
|
1372
|
+
protected jl(): void;
|
|
1373
|
+
protected jn(): void;
|
|
1374
|
+
protected g4(): void;
|
|
1375
|
+
protected fx(): void;
|
|
1376
|
+
protected hb(): void;
|
|
1377
|
+
protected j7(): Size;
|
|
1378
|
+
protected j2(a?: boolean): void;
|
|
1379
|
+
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1380
|
+
private km;
|
|
1381
|
+
private kc;
|
|
1382
|
+
private j9;
|
|
1383
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1385
1384
|
private kk;
|
|
1386
|
-
protected
|
|
1387
|
-
|
|
1385
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1386
|
+
private kl;
|
|
1387
|
+
protected fh(a: ToolAction, b: string): void;
|
|
1388
|
+
gp(a: ToolAction): void;
|
|
1388
1389
|
e(): NativeUIToolPanel;
|
|
1389
|
-
|
|
1390
|
-
protected
|
|
1391
|
-
protected
|
|
1390
|
+
cu(): any;
|
|
1391
|
+
protected ic(): boolean;
|
|
1392
|
+
protected ih(a: number): boolean;
|
|
1392
1393
|
}
|
|
1393
1394
|
/**
|
|
1394
1395
|
* @hidden
|
|
1395
1396
|
*/
|
|
1396
1397
|
export declare class ToolActionLabel extends ToolAction {
|
|
1397
1398
|
static $t: Type;
|
|
1398
|
-
private hw;
|
|
1399
|
-
constructor();
|
|
1400
|
-
protected get_aa(): ToolActionType;
|
|
1401
|
-
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1402
1399
|
private hx;
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1400
|
+
constructor();
|
|
1401
|
+
protected get_ab(): ToolActionType;
|
|
1402
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1403
|
+
private hy;
|
|
1404
|
+
protected gb(): void;
|
|
1405
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1406
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1407
|
+
cu(): any;
|
|
1407
1408
|
}
|
|
1408
1409
|
/**
|
|
1409
1410
|
* @hidden
|
|
1410
1411
|
*/
|
|
1411
1412
|
export declare class ToolActionNumberInput extends ToolAction {
|
|
1412
1413
|
static $t: Type;
|
|
1413
|
-
private
|
|
1414
|
-
protected
|
|
1415
|
-
get
|
|
1416
|
-
set
|
|
1417
|
-
protected
|
|
1418
|
-
|
|
1419
|
-
|
|
1414
|
+
private hx;
|
|
1415
|
+
protected get_ab(): ToolActionType;
|
|
1416
|
+
get hz(): number;
|
|
1417
|
+
set hz(a: number);
|
|
1418
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1419
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1420
|
+
hy(): number;
|
|
1420
1421
|
l(a: boolean): ToolActionEventDetail;
|
|
1421
|
-
private h0;
|
|
1422
1422
|
private h1;
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
protected
|
|
1426
|
-
protected
|
|
1427
|
-
protected
|
|
1428
|
-
protected
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1423
|
+
private h2;
|
|
1424
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1425
|
+
protected g4(): void;
|
|
1426
|
+
protected hb(): void;
|
|
1427
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1428
|
+
protected gb(): void;
|
|
1429
|
+
protected fx(): void;
|
|
1430
|
+
fi(): void;
|
|
1431
|
+
protected fs(): void;
|
|
1432
|
+
cu(): any;
|
|
1432
1433
|
}
|
|
1433
1434
|
/**
|
|
1434
1435
|
* @hidden
|
|
1435
1436
|
*/
|
|
1436
1437
|
export declare class ToolActionRadio extends ToolAction {
|
|
1437
1438
|
static $t: Type;
|
|
1438
|
-
private
|
|
1439
|
-
protected
|
|
1440
|
-
private
|
|
1441
|
-
get
|
|
1442
|
-
set
|
|
1443
|
-
get
|
|
1444
|
-
set
|
|
1445
|
-
get hx(): boolean;
|
|
1446
|
-
set hx(a: boolean);
|
|
1439
|
+
private hx;
|
|
1440
|
+
protected get_ab(): ToolActionType;
|
|
1441
|
+
private h1;
|
|
1442
|
+
get h6(): string;
|
|
1443
|
+
set h6(a: string);
|
|
1444
|
+
get ic(): string;
|
|
1445
|
+
set ic(a: string);
|
|
1447
1446
|
get hy(): boolean;
|
|
1448
1447
|
set hy(a: boolean);
|
|
1449
1448
|
get hz(): boolean;
|
|
1450
1449
|
set hz(a: boolean);
|
|
1451
|
-
get
|
|
1452
|
-
set
|
|
1453
|
-
get il(): Brush;
|
|
1454
|
-
set il(a: Brush);
|
|
1455
|
-
get io(): Brush;
|
|
1456
|
-
set io(a: Brush);
|
|
1457
|
-
get ij(): Brush;
|
|
1458
|
-
set ij(a: Brush);
|
|
1450
|
+
get h0(): boolean;
|
|
1451
|
+
set h0(a: boolean);
|
|
1459
1452
|
get ir(): Brush;
|
|
1460
1453
|
set ir(a: Brush);
|
|
1461
1454
|
get im(): Brush;
|
|
@@ -1464,128 +1457,136 @@ export declare class ToolActionRadio extends ToolAction {
|
|
|
1464
1457
|
set ip(a: Brush);
|
|
1465
1458
|
get ik(): Brush;
|
|
1466
1459
|
set ik(a: Brush);
|
|
1460
|
+
get is(): Brush;
|
|
1461
|
+
set is(a: Brush);
|
|
1462
|
+
get io(): Brush;
|
|
1463
|
+
set io(a: Brush);
|
|
1464
|
+
get iq(): Brush;
|
|
1465
|
+
set iq(a: Brush);
|
|
1466
|
+
get il(): Brush;
|
|
1467
|
+
set il(a: Brush);
|
|
1467
1468
|
l(a: boolean): ToolActionEventDetail;
|
|
1468
|
-
protected
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
protected
|
|
1472
|
-
protected
|
|
1473
|
-
protected
|
|
1474
|
-
private ih;
|
|
1469
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1470
|
+
ih(): void;
|
|
1471
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1472
|
+
protected g4(): void;
|
|
1473
|
+
protected hb(): void;
|
|
1474
|
+
protected gb(): void;
|
|
1475
1475
|
private ii;
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
protected
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1476
|
+
private ij;
|
|
1477
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1478
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1479
|
+
protected fx(): void;
|
|
1480
|
+
fi(): void;
|
|
1481
|
+
protected fs(): void;
|
|
1482
|
+
cu(): any;
|
|
1482
1483
|
}
|
|
1483
1484
|
/**
|
|
1484
1485
|
* @hidden
|
|
1485
1486
|
*/
|
|
1486
1487
|
export declare class ToolActionRadioGroup extends ToolAction {
|
|
1487
1488
|
static $t: Type;
|
|
1489
|
+
private h1;
|
|
1488
1490
|
private h0;
|
|
1489
|
-
|
|
1491
|
+
get hz(): FontInfo;
|
|
1492
|
+
set hz(a: FontInfo);
|
|
1490
1493
|
get hy(): FontInfo;
|
|
1491
1494
|
set hy(a: FontInfo);
|
|
1492
|
-
get
|
|
1493
|
-
set
|
|
1495
|
+
get ib(): Brush;
|
|
1496
|
+
set ib(a: Brush);
|
|
1494
1497
|
get ia(): Brush;
|
|
1495
1498
|
set ia(a: Brush);
|
|
1496
|
-
get h9(): Brush;
|
|
1497
|
-
set h9(a: Brush);
|
|
1498
1499
|
constructor();
|
|
1499
|
-
protected
|
|
1500
|
-
|
|
1501
|
-
private
|
|
1502
|
-
private
|
|
1503
|
-
protected
|
|
1504
|
-
private h6;
|
|
1505
|
-
protected f5(a: ToolAction): void;
|
|
1506
|
-
protected ha(): void;
|
|
1507
|
-
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1508
|
-
protected ga(): void;
|
|
1509
|
-
protected fg(a: ToolAction, b: string): void;
|
|
1510
|
-
private h8;
|
|
1500
|
+
protected get_ab(): ToolActionType;
|
|
1501
|
+
aw(a: ToolAction): boolean;
|
|
1502
|
+
private hx;
|
|
1503
|
+
private h4;
|
|
1504
|
+
protected gi(a: ToolPanel, b: ToolPanel): void;
|
|
1511
1505
|
private h7;
|
|
1512
|
-
|
|
1513
|
-
protected
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
protected
|
|
1517
|
-
|
|
1506
|
+
protected f6(a: ToolAction): void;
|
|
1507
|
+
protected hb(): void;
|
|
1508
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1509
|
+
protected gb(): void;
|
|
1510
|
+
protected fh(a: ToolAction, b: string): void;
|
|
1511
|
+
private h9;
|
|
1512
|
+
private h8;
|
|
1513
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1514
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1515
|
+
protected fx(): void;
|
|
1516
|
+
fi(): void;
|
|
1517
|
+
protected fs(): void;
|
|
1518
|
+
cu(): any;
|
|
1518
1519
|
}
|
|
1519
1520
|
/**
|
|
1520
1521
|
* @hidden
|
|
1521
1522
|
*/
|
|
1522
1523
|
export declare class ToolActionSeparator extends ToolAction {
|
|
1523
1524
|
static $t: Type;
|
|
1524
|
-
private
|
|
1525
|
-
get
|
|
1526
|
-
set
|
|
1527
|
-
get
|
|
1528
|
-
set
|
|
1525
|
+
private hy;
|
|
1526
|
+
get hz(): number;
|
|
1527
|
+
set hz(a: number);
|
|
1528
|
+
get hx(): boolean;
|
|
1529
|
+
set hx(a: boolean);
|
|
1529
1530
|
constructor();
|
|
1530
|
-
protected
|
|
1531
|
-
|
|
1532
|
-
protected
|
|
1533
|
-
protected
|
|
1534
|
-
protected
|
|
1535
|
-
protected
|
|
1536
|
-
protected
|
|
1537
|
-
protected
|
|
1538
|
-
protected
|
|
1539
|
-
|
|
1531
|
+
protected get_ab(): ToolActionType;
|
|
1532
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
1533
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1534
|
+
protected fp(a: NativeUIGrid, b: ToolActionMeasurementContext): void;
|
|
1535
|
+
protected g9(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1536
|
+
protected g4(): void;
|
|
1537
|
+
protected hb(): void;
|
|
1538
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1539
|
+
protected fx(): void;
|
|
1540
|
+
cu(): any;
|
|
1540
1541
|
}
|
|
1541
1542
|
/**
|
|
1542
1543
|
* @hidden
|
|
1543
1544
|
*/
|
|
1544
1545
|
export declare class ToolActionSubPanel extends ToolAction {
|
|
1545
1546
|
static $t: Type;
|
|
1546
|
-
private hw;
|
|
1547
1547
|
private hx;
|
|
1548
|
-
|
|
1549
|
-
|
|
1548
|
+
private hy;
|
|
1549
|
+
get hz(): number;
|
|
1550
|
+
set hz(a: number);
|
|
1550
1551
|
constructor();
|
|
1551
|
-
protected
|
|
1552
|
-
|
|
1553
|
-
protected
|
|
1554
|
-
|
|
1552
|
+
protected get_ab(): ToolActionType;
|
|
1553
|
+
fn(a: ToolPanel, b: ToolActionMeasurementContext): void;
|
|
1554
|
+
protected ft(a: NativeUIContent, b: NativeUIGrid, c: ToolActionMeasurementContext, d: () => void): void;
|
|
1555
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1556
|
+
private h3;
|
|
1555
1557
|
private h2;
|
|
1558
|
+
protected hb(): void;
|
|
1556
1559
|
private h1;
|
|
1557
|
-
protected
|
|
1558
|
-
|
|
1559
|
-
protected
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
protected fw(): void;
|
|
1563
|
-
ct(): any;
|
|
1560
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1561
|
+
fi(): void;
|
|
1562
|
+
protected fs(): void;
|
|
1563
|
+
protected fx(): void;
|
|
1564
|
+
cu(): any;
|
|
1564
1565
|
}
|
|
1565
1566
|
/**
|
|
1566
1567
|
* @hidden
|
|
1567
1568
|
*/
|
|
1568
1569
|
export declare class ToolActionTextInput extends ToolAction {
|
|
1569
1570
|
static $t: Type;
|
|
1570
|
-
private
|
|
1571
|
-
protected
|
|
1572
|
-
get
|
|
1573
|
-
set
|
|
1574
|
-
protected
|
|
1575
|
-
|
|
1576
|
-
|
|
1571
|
+
private hx;
|
|
1572
|
+
protected get_ab(): ToolActionType;
|
|
1573
|
+
get hz(): string;
|
|
1574
|
+
set hz(a: string);
|
|
1575
|
+
protected fz(a: List$1<ToolCommandArgument>): void;
|
|
1576
|
+
b8(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1577
|
+
hy(): string;
|
|
1577
1578
|
l(a: boolean): ToolActionEventDetail;
|
|
1578
|
-
private h0;
|
|
1579
1579
|
private h1;
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
protected
|
|
1583
|
-
protected
|
|
1584
|
-
protected
|
|
1585
|
-
protected
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1580
|
+
private h2;
|
|
1581
|
+
gm(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1582
|
+
protected g4(): void;
|
|
1583
|
+
protected hb(): void;
|
|
1584
|
+
protected gr(a: string, b: any, c: any): void;
|
|
1585
|
+
protected gb(): void;
|
|
1586
|
+
protected fx(): void;
|
|
1587
|
+
fi(): void;
|
|
1588
|
+
protected fs(): void;
|
|
1589
|
+
cu(): any;
|
|
1589
1590
|
}
|
|
1590
1591
|
/**
|
|
1591
1592
|
* @hidden
|