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.
- package/bundles/igniteui-webcomponents-layouts.umd.js +5588 -4983
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +4759 -4439
- package/esm2015/lib/PropertyEditorPanelView_combined.js +7 -7
- package/esm2015/lib/igc-combo-editor-component.js +160 -32
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +29 -29
- package/esm2015/lib/igc-tool-action-checkbox-group-component.js +10 -10
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +40 -40
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +61 -61
- package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +31 -31
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +47 -34
- package/esm2015/lib/igc-tool-action-radio-group-component.js +10 -10
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +283 -253
- package/esm2015/lib/igc-toolbar-component.js +117 -87
- package/esm5/lib/NativeUILayoutFactory_combined.js +4573 -4197
- package/esm5/lib/PropertyEditorPanelView_combined.js +7 -7
- package/esm5/lib/igc-combo-editor-component.js +160 -32
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +29 -29
- package/esm5/lib/igc-tool-action-checkbox-group-component.js +10 -10
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +40 -40
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +61 -61
- package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +31 -31
- package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +51 -34
- package/esm5/lib/igc-tool-action-radio-group-component.js +10 -10
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +295 -253
- package/esm5/lib/igc-toolbar-component.js +129 -87
- package/fesm2015/igniteui-webcomponents-layouts.js +5752 -5231
- package/fesm5/igniteui-webcomponents-layouts.js +5588 -4983
- package/lib/NativeUILayoutFactory_combined.d.ts +1040 -997
- package/lib/igc-tool-action-radio-component.d.ts +8 -0
- package/lib/igc-tool-panel-component.d.ts +15 -0
- package/lib/igc-toolbar-component.d.ts +15 -0
- 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
|
|
285
|
-
set
|
|
286
|
-
get
|
|
287
|
-
set
|
|
288
|
-
get
|
|
289
|
-
set
|
|
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
|
|
305
|
-
set
|
|
306
|
-
get
|
|
307
|
-
set
|
|
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
|
|
311
|
-
set
|
|
312
|
-
get
|
|
313
|
-
set
|
|
314
|
-
get
|
|
315
|
-
set
|
|
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
|
|
319
|
-
set
|
|
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
|
|
323
|
-
set
|
|
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
|
|
329
|
-
set
|
|
330
|
-
get
|
|
331
|
-
set
|
|
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
|
|
370
|
-
set
|
|
371
|
-
get
|
|
372
|
-
set
|
|
373
|
-
get
|
|
374
|
-
set
|
|
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
|
|
392
|
-
set
|
|
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
|
|
449
|
-
private
|
|
450
|
-
private
|
|
460
|
+
protected gy(a: string, b: any): void;
|
|
461
|
+
private gr;
|
|
462
|
+
private gs;
|
|
451
463
|
private ff;
|
|
452
|
-
private
|
|
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
|
|
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
|
|
476
|
+
protected gw(a: string, b: any): void;
|
|
465
477
|
protected a0(a: string): boolean;
|
|
466
478
|
protected a1(a: string): boolean;
|
|
467
|
-
|
|
479
|
+
gx(a: ToolPanel): void;
|
|
468
480
|
private cv;
|
|
469
481
|
private s;
|
|
470
|
-
protected
|
|
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
|
|
505
|
+
private f6;
|
|
494
506
|
protected fg(a: ToolAction, b: string): void;
|
|
495
|
-
protected
|
|
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
|
|
570
|
-
set
|
|
571
|
-
get
|
|
572
|
-
set
|
|
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
|
|
585
|
-
set
|
|
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
|
|
603
|
-
set
|
|
604
|
-
get
|
|
605
|
-
set
|
|
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
|
|
609
|
-
set
|
|
610
|
-
get
|
|
611
|
-
set
|
|
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
|
|
629
|
-
set
|
|
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
|
|
641
|
-
set
|
|
642
|
-
get
|
|
643
|
-
set
|
|
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
|
|
658
|
-
protected
|
|
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
|
|
662
|
-
private
|
|
663
|
-
protected
|
|
664
|
-
protected
|
|
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
|
|
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
|
|
675
|
-
private
|
|
686
|
+
protected g3(): void;
|
|
687
|
+
private g6;
|
|
676
688
|
private ac;
|
|
677
689
|
protected bc(): boolean;
|
|
678
|
-
|
|
690
|
+
g9(): void;
|
|
679
691
|
protected b9(): number;
|
|
680
|
-
protected
|
|
681
|
-
protected
|
|
682
|
-
protected
|
|
683
|
-
protected
|
|
684
|
-
|
|
685
|
-
|
|
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
|
-
|
|
694
|
-
private
|
|
695
|
-
protected
|
|
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
|
|
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
|
|
734
|
+
protected g8(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
723
735
|
private fn;
|
|
724
736
|
private aj;
|
|
725
737
|
private a3;
|
|
726
|
-
private
|
|
727
|
-
private
|
|
728
|
-
protected
|
|
729
|
-
protected
|
|
730
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
755
|
-
set
|
|
756
|
-
get
|
|
757
|
-
set
|
|
758
|
-
|
|
759
|
-
private
|
|
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
|
|
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
|
|
766
|
-
private
|
|
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
|
|
770
|
-
private
|
|
771
|
-
private
|
|
772
|
-
|
|
773
|
-
protected
|
|
774
|
-
protected
|
|
775
|
-
protected
|
|
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
|
|
795
|
-
set
|
|
796
|
-
get
|
|
797
|
-
set
|
|
798
|
-
get
|
|
799
|
-
set
|
|
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
|
|
803
|
-
set
|
|
804
|
-
get
|
|
805
|
-
set
|
|
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
|
|
809
|
-
set
|
|
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
|
|
853
|
-
set
|
|
854
|
-
get
|
|
855
|
-
set
|
|
856
|
-
get
|
|
857
|
-
set
|
|
858
|
-
get
|
|
859
|
-
set
|
|
860
|
-
|
|
861
|
-
|
|
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
|
|
870
|
-
private
|
|
871
|
-
private
|
|
872
|
-
private
|
|
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
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
protected
|
|
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
|
|
914
|
+
private hw;
|
|
901
915
|
protected get_aa(): ToolActionType;
|
|
902
916
|
protected get_aw(): boolean;
|
|
903
|
-
get
|
|
904
|
-
set
|
|
905
|
-
get
|
|
906
|
-
set
|
|
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
|
|
912
|
-
set
|
|
913
|
-
get
|
|
914
|
-
set
|
|
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
|
-
|
|
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
|
|
928
|
-
private
|
|
929
|
-
private
|
|
930
|
-
|
|
931
|
-
protected
|
|
932
|
-
protected
|
|
933
|
-
protected
|
|
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
|
|
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
|
|
946
|
-
private
|
|
947
|
-
get
|
|
948
|
-
set
|
|
949
|
-
get
|
|
950
|
-
set
|
|
951
|
-
get
|
|
952
|
-
set
|
|
953
|
-
get
|
|
954
|
-
set
|
|
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
|
|
959
|
-
private
|
|
960
|
-
protected
|
|
961
|
-
protected
|
|
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
|
|
977
|
+
protected ga(): void;
|
|
964
978
|
protected fg(a: ToolAction, b: string): void;
|
|
965
|
-
private
|
|
966
|
-
private
|
|
967
|
-
|
|
968
|
-
protected
|
|
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
|
|
994
|
+
private h4;
|
|
983
995
|
private h1;
|
|
984
|
-
private
|
|
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
|
|
991
|
-
set
|
|
992
|
-
get
|
|
993
|
-
set
|
|
994
|
-
get
|
|
995
|
-
set
|
|
996
|
-
get
|
|
997
|
-
set
|
|
998
|
-
get
|
|
999
|
-
set
|
|
1000
|
-
get
|
|
1001
|
-
set
|
|
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
|
|
1007
|
-
set
|
|
1008
|
-
get
|
|
1009
|
-
set
|
|
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
|
-
|
|
1015
|
-
|
|
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
|
|
1035
|
+
private iy;
|
|
1023
1036
|
private ix;
|
|
1024
|
-
private
|
|
1025
|
-
private
|
|
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
|
|
1032
|
-
|
|
1033
|
-
protected
|
|
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
|
|
1058
|
+
private hw;
|
|
1045
1059
|
protected get_aa(): ToolActionType;
|
|
1046
|
-
get
|
|
1047
|
-
set
|
|
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
|
-
|
|
1064
|
+
hy(): string;
|
|
1051
1065
|
l(a: boolean): ToolActionEventDetail;
|
|
1052
|
-
private
|
|
1053
|
-
private
|
|
1054
|
-
private
|
|
1055
|
-
|
|
1056
|
-
protected
|
|
1057
|
-
protected
|
|
1058
|
-
protected
|
|
1059
|
-
protected
|
|
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
|
|
1074
|
-
set
|
|
1075
|
-
get
|
|
1076
|
-
set
|
|
1077
|
-
get
|
|
1078
|
-
set
|
|
1079
|
-
protected
|
|
1080
|
-
private
|
|
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
|
|
1083
|
-
private
|
|
1084
|
-
private
|
|
1085
|
-
|
|
1086
|
-
protected
|
|
1087
|
-
protected
|
|
1088
|
-
protected
|
|
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
|
|
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
|
|
1112
|
-
private
|
|
1113
|
-
private
|
|
1119
|
+
private i4;
|
|
1120
|
+
private h6;
|
|
1121
|
+
private ie;
|
|
1122
|
+
private io;
|
|
1123
|
+
private ig;
|
|
1124
|
+
private i1;
|
|
1114
1125
|
private hw;
|
|
1115
|
-
private
|
|
1126
|
+
private h3;
|
|
1127
|
+
private il;
|
|
1128
|
+
private hy;
|
|
1129
|
+
private hz;
|
|
1116
1130
|
constructor();
|
|
1117
|
-
|
|
1118
|
-
private
|
|
1119
|
-
private jw;
|
|
1131
|
+
hx(): DataSeriesAdapterImplementation;
|
|
1132
|
+
private ia;
|
|
1120
1133
|
private jy;
|
|
1121
|
-
private
|
|
1122
|
-
private
|
|
1123
|
-
private
|
|
1124
|
-
private
|
|
1125
|
-
private
|
|
1126
|
-
private
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
private
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
private
|
|
1142
|
-
private
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
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
|
|
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
|
|
1173
|
-
private
|
|
1174
|
-
private
|
|
1175
|
-
private
|
|
1176
|
-
private
|
|
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
|
|
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
|
|
1184
|
-
protected
|
|
1185
|
-
|
|
1186
|
-
protected
|
|
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
|
|
1197
|
-
private
|
|
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
|
|
1203
|
-
set
|
|
1204
|
-
get
|
|
1205
|
-
set
|
|
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
|
|
1210
|
-
private
|
|
1223
|
+
private hw;
|
|
1224
|
+
private hz;
|
|
1211
1225
|
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1212
|
-
private
|
|
1226
|
+
private h4;
|
|
1227
|
+
private h5;
|
|
1213
1228
|
private h3;
|
|
1214
|
-
private
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
protected
|
|
1218
|
-
protected
|
|
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
|
|
1243
|
+
private h1;
|
|
1244
|
+
private hy;
|
|
1230
1245
|
private hw;
|
|
1231
|
-
private
|
|
1232
|
-
private
|
|
1233
|
-
private
|
|
1234
|
-
private
|
|
1235
|
-
private
|
|
1236
|
-
private
|
|
1237
|
-
private
|
|
1238
|
-
|
|
1239
|
-
protected
|
|
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
|
|
1244
|
-
protected
|
|
1245
|
-
protected get
|
|
1246
|
-
private
|
|
1247
|
-
private
|
|
1248
|
-
get
|
|
1249
|
-
set
|
|
1250
|
-
get
|
|
1251
|
-
set
|
|
1252
|
-
private get
|
|
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
|
|
1281
|
-
protected
|
|
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
|
|
1286
|
-
private
|
|
1287
|
-
protected
|
|
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
|
|
1294
|
-
|
|
1295
|
-
private
|
|
1296
|
-
private
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
protected
|
|
1300
|
-
protected
|
|
1301
|
-
protected
|
|
1302
|
-
|
|
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
|
|
1321
|
+
private get id();
|
|
1306
1322
|
popupOpening: (sender: any, args: ToolActionPopupOpeningEventArgs) => void;
|
|
1307
|
-
protected
|
|
1308
|
-
protected
|
|
1309
|
-
private
|
|
1310
|
-
protected
|
|
1311
|
-
private
|
|
1312
|
-
private
|
|
1313
|
-
protected
|
|
1314
|
-
protected
|
|
1315
|
-
protected
|
|
1316
|
-
protected
|
|
1317
|
-
protected
|
|
1318
|
-
protected
|
|
1319
|
-
private
|
|
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
|
|
1340
|
+
private ih;
|
|
1323
1341
|
private jt;
|
|
1324
|
-
|
|
1325
|
-
|
|
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
|
|
1339
|
-
private
|
|
1340
|
-
|
|
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
|
|
1346
|
-
set
|
|
1347
|
-
get
|
|
1348
|
-
set
|
|
1349
|
-
get
|
|
1350
|
-
set
|
|
1351
|
-
protected
|
|
1352
|
-
protected
|
|
1353
|
-
protected
|
|
1354
|
-
protected
|
|
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
|
|
1372
|
+
protected jm(): void;
|
|
1373
|
+
protected g3(): void;
|
|
1358
1374
|
protected fw(): void;
|
|
1359
|
-
protected
|
|
1360
|
-
protected
|
|
1361
|
-
protected
|
|
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
|
-
|
|
1365
|
-
private
|
|
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
|
-
|
|
1387
|
+
go(a: ToolAction): void;
|
|
1372
1388
|
e(): NativeUIToolPanel;
|
|
1373
1389
|
ct(): any;
|
|
1374
|
-
protected
|
|
1375
|
-
protected
|
|
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
|
|
1398
|
+
private hw;
|
|
1383
1399
|
constructor();
|
|
1384
1400
|
protected get_aa(): ToolActionType;
|
|
1385
1401
|
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1386
|
-
private
|
|
1387
|
-
protected
|
|
1388
|
-
|
|
1389
|
-
protected
|
|
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
|
|
1413
|
+
private hw;
|
|
1398
1414
|
protected get_aa(): ToolActionType;
|
|
1399
|
-
get
|
|
1400
|
-
set
|
|
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
|
-
|
|
1419
|
+
hx(): number;
|
|
1404
1420
|
l(a: boolean): ToolActionEventDetail;
|
|
1405
|
-
private
|
|
1406
|
-
private
|
|
1407
|
-
|
|
1408
|
-
protected
|
|
1409
|
-
protected
|
|
1410
|
-
protected
|
|
1411
|
-
protected
|
|
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
|
|
1438
|
+
private hw;
|
|
1423
1439
|
protected get_aa(): ToolActionType;
|
|
1424
|
-
private
|
|
1425
|
-
get
|
|
1426
|
-
set
|
|
1427
|
-
get
|
|
1428
|
-
set
|
|
1429
|
-
get
|
|
1430
|
-
set
|
|
1431
|
-
get
|
|
1432
|
-
set
|
|
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
|
|
1436
|
-
set
|
|
1455
|
+
get io(): Brush;
|
|
1456
|
+
set io(a: Brush);
|
|
1437
1457
|
get ij(): Brush;
|
|
1438
1458
|
set ij(a: Brush);
|
|
1439
|
-
get
|
|
1440
|
-
set
|
|
1459
|
+
get ir(): Brush;
|
|
1460
|
+
set ir(a: Brush);
|
|
1441
1461
|
get im(): Brush;
|
|
1442
1462
|
set im(a: Brush);
|
|
1443
|
-
get
|
|
1444
|
-
set
|
|
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
|
-
|
|
1469
|
+
ig(): void;
|
|
1452
1470
|
b7(a: ToolPanel, b: ToolActionMeasurementContext): number;
|
|
1453
|
-
protected
|
|
1454
|
-
protected
|
|
1455
|
-
protected
|
|
1456
|
-
private
|
|
1457
|
-
private
|
|
1458
|
-
|
|
1459
|
-
protected
|
|
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
|
|
1471
|
-
private
|
|
1472
|
-
get
|
|
1473
|
-
set
|
|
1474
|
-
get
|
|
1475
|
-
set
|
|
1476
|
-
get
|
|
1477
|
-
set
|
|
1478
|
-
get
|
|
1479
|
-
set
|
|
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
|
|
1484
|
-
private
|
|
1485
|
-
protected
|
|
1486
|
-
private
|
|
1487
|
-
protected
|
|
1488
|
-
protected
|
|
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
|
|
1508
|
+
protected ga(): void;
|
|
1491
1509
|
protected fg(a: ToolAction, b: string): void;
|
|
1492
|
-
private
|
|
1493
|
-
private
|
|
1494
|
-
|
|
1495
|
-
protected
|
|
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
|
|
1507
|
-
get
|
|
1508
|
-
set
|
|
1509
|
-
get
|
|
1510
|
-
set
|
|
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
|
|
1517
|
-
protected
|
|
1518
|
-
protected
|
|
1519
|
-
protected
|
|
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
|
|
1529
|
-
private
|
|
1530
|
-
get
|
|
1531
|
-
set
|
|
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
|
-
|
|
1554
|
+
gl(a: NativeUIGrid, b: ListPanelTemplateItemUpdatingEventArgs, c: ToolActionMeasurementContext): void;
|
|
1555
|
+
private h2;
|
|
1556
|
+
private h1;
|
|
1557
|
+
protected ha(): void;
|
|
1537
1558
|
private h0;
|
|
1538
|
-
|
|
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
|
|
1570
|
+
private hw;
|
|
1553
1571
|
protected get_aa(): ToolActionType;
|
|
1554
|
-
get
|
|
1555
|
-
set
|
|
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
|
-
|
|
1576
|
+
hx(): string;
|
|
1559
1577
|
l(a: boolean): ToolActionEventDetail;
|
|
1560
|
-
private
|
|
1561
|
-
private
|
|
1562
|
-
|
|
1563
|
-
protected
|
|
1564
|
-
protected
|
|
1565
|
-
protected
|
|
1566
|
-
protected
|
|
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
|
-
|
|
1594
|
-
private
|
|
1611
|
+
ea(a: ToolPanel): void;
|
|
1612
|
+
private d1;
|
|
1595
1613
|
private q;
|
|
1596
|
-
private
|
|
1597
|
-
private
|
|
1598
|
-
|
|
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
|
|
1624
|
-
get
|
|
1625
|
-
set
|
|
1626
|
-
private
|
|
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
|
|
1630
|
-
get
|
|
1631
|
-
set
|
|
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
|
-
|
|
1642
|
-
get
|
|
1643
|
-
set
|
|
1644
|
-
private
|
|
1645
|
-
get
|
|
1646
|
-
set
|
|
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
|
|
1660
|
-
get
|
|
1661
|
-
set
|
|
1662
|
-
private
|
|
1663
|
-
get
|
|
1664
|
-
set
|
|
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
|
|
1716
|
-
get
|
|
1717
|
-
set
|
|
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
|
|
1735
|
-
set
|
|
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
|
|
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
|
|
1767
|
-
private
|
|
1768
|
-
private
|
|
1769
|
-
private
|
|
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
|
|
1773
|
-
private
|
|
1774
|
-
private
|
|
1799
|
+
protected em(): void;
|
|
1800
|
+
private d8;
|
|
1801
|
+
private en;
|
|
1775
1802
|
private as;
|
|
1776
1803
|
private at;
|
|
1777
|
-
|
|
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
|
|
1783
|
-
protected
|
|
1784
|
-
private
|
|
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
|
-
|
|
1813
|
+
gq(): Size;
|
|
1787
1814
|
private aa;
|
|
1788
|
-
private
|
|
1789
|
-
private
|
|
1815
|
+
private ei;
|
|
1816
|
+
private e9;
|
|
1790
1817
|
private c;
|
|
1791
1818
|
get d(): IExecutionContext;
|
|
1792
1819
|
set d(a: IExecutionContext);
|
|
1793
|
-
|
|
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
|
-
|
|
1798
|
-
|
|
1824
|
+
eg(): void;
|
|
1825
|
+
ef(): void;
|
|
1799
1826
|
onCommandStateChanged(a: string, b: ToolCommandStateType, c: any): void;
|
|
1800
|
-
private
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
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
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
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
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
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
|
-
|
|
1840
|
+
eu(a: string, b: BrushCollection): void;
|
|
1814
1841
|
b(a: string): BrushCollection;
|
|
1815
|
-
|
|
1842
|
+
e0(a: string, b: any): void;
|
|
1816
1843
|
b6(a: string): any;
|
|
1817
|
-
|
|
1844
|
+
ez(a: string, b: number): void;
|
|
1818
1845
|
bd(a: string): number;
|
|
1819
|
-
|
|
1846
|
+
e6(a: string, b: number): void;
|
|
1820
1847
|
be(a: string): number;
|
|
1821
|
-
|
|
1848
|
+
e4(a: string, b: any): void;
|
|
1822
1849
|
by(a: string): number;
|
|
1823
|
-
|
|
1850
|
+
e5(a: string, b: any): void;
|
|
1824
1851
|
bx(a: string): number;
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
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
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
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
|
-
|
|
1860
|
+
ey(a: string, b: any): void;
|
|
1834
1861
|
b5(a: string): any;
|
|
1835
|
-
|
|
1862
|
+
e3(a: string, b: any): void;
|
|
1836
1863
|
b9(a: string): any;
|
|
1837
|
-
|
|
1864
|
+
ex(a: string, b: any): void;
|
|
1838
1865
|
b4(a: string): any;
|
|
1839
1866
|
b3(): any;
|
|
1840
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
1907
|
-
private
|
|
1908
|
-
private
|
|
1933
|
+
private f9;
|
|
1934
|
+
private ga;
|
|
1935
|
+
private go;
|
|
1909
1936
|
private ay;
|
|
1910
|
-
protected
|
|
1911
|
-
|
|
1912
|
-
private
|
|
1913
|
-
private ba;
|
|
1937
|
+
protected g1(): void;
|
|
1938
|
+
g3(): void;
|
|
1939
|
+
private gf;
|
|
1914
1940
|
private bb;
|
|
1915
|
-
private
|
|
1916
|
-
private
|
|
1941
|
+
private bc;
|
|
1942
|
+
private ba;
|
|
1943
|
+
private gb;
|
|
1917
1944
|
a4(a: ToolAction): boolean;
|
|
1918
1945
|
h(a: string): ToolAction;
|
|
1919
|
-
|
|
1946
|
+
bd(a: ToolAction): List$1<ToolAction>;
|
|
1920
1947
|
private l;
|
|
1921
|
-
|
|
1922
|
-
private
|
|
1923
|
-
private
|
|
1924
|
-
|
|
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
|
-
|
|
1931
|
-
|
|
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
|
|
1958
|
-
protected
|
|
1959
|
-
|
|
1960
|
-
private
|
|
1961
|
-
private
|
|
1962
|
-
private
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2016
|
-
get
|
|
2017
|
-
set
|
|
2018
|
-
private
|
|
2019
|
-
get
|
|
2020
|
-
set
|
|
2021
|
-
private
|
|
2022
|
-
get
|
|
2023
|
-
set
|
|
2024
|
-
|
|
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
|
|
2067
|
-
get
|
|
2068
|
-
set
|
|
2069
|
-
private
|
|
2070
|
-
get
|
|
2071
|
-
set
|
|
2072
|
-
private
|
|
2073
|
-
get
|
|
2074
|
-
set
|
|
2075
|
-
private
|
|
2076
|
-
get
|
|
2077
|
-
set
|
|
2078
|
-
private
|
|
2079
|
-
get
|
|
2080
|
-
set
|
|
2081
|
-
private
|
|
2082
|
-
get
|
|
2083
|
-
set
|
|
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
|
|
2097
|
-
get
|
|
2098
|
-
set
|
|
2099
|
-
private
|
|
2100
|
-
get
|
|
2101
|
-
set
|
|
2102
|
-
private
|
|
2103
|
-
get
|
|
2104
|
-
set
|
|
2105
|
-
private
|
|
2106
|
-
get
|
|
2107
|
-
set
|
|
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
|
|
2121
|
-
get
|
|
2122
|
-
set
|
|
2123
|
-
private
|
|
2124
|
-
get
|
|
2125
|
-
set
|
|
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
|
-
|
|
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
|
|
2146
|
-
get
|
|
2147
|
-
set
|
|
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
|
|
2168
|
-
set
|
|
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
|
|
2171
|
-
set
|
|
2172
|
-
private
|
|
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
|
|
2176
|
-
get
|
|
2177
|
-
set
|
|
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
|
|
2189
|
-
set
|
|
2190
|
-
private
|
|
2191
|
-
get
|
|
2192
|
-
set
|
|
2193
|
-
private
|
|
2194
|
-
get
|
|
2195
|
-
set
|
|
2196
|
-
private
|
|
2197
|
-
get
|
|
2198
|
-
set
|
|
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
|
|
2203
|
-
get
|
|
2204
|
-
set
|
|
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
|
|
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
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
get
|
|
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
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
static
|
|
2223
|
-
|
|
2224
|
-
static
|
|
2225
|
-
|
|
2226
|
-
static
|
|
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
|
-
|
|
2230
|
-
static
|
|
2231
|
-
|
|
2232
|
-
static
|
|
2233
|
-
|
|
2234
|
-
static
|
|
2235
|
-
|
|
2236
|
-
static
|
|
2237
|
-
|
|
2238
|
-
static
|
|
2239
|
-
|
|
2240
|
-
static
|
|
2241
|
-
|
|
2242
|
-
static
|
|
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
|
-
|
|
2246
|
-
static
|
|
2247
|
-
|
|
2248
|
-
static
|
|
2249
|
-
|
|
2250
|
-
static
|
|
2251
|
-
|
|
2252
|
-
static
|
|
2253
|
-
|
|
2254
|
-
static
|
|
2255
|
-
|
|
2256
|
-
static
|
|
2257
|
-
|
|
2258
|
-
|
|
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
|
|
2281
|
-
private
|
|
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
|
|
2291
|
-
private set
|
|
2292
|
-
private get
|
|
2293
|
-
private set
|
|
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
|
-
|
|
2308
|
-
|
|
2344
|
+
an(a: () => void): void;
|
|
2345
|
+
a9(): Size;
|
|
2309
2346
|
k(): PanelInfo;
|
|
2310
2347
|
ag(a: ToolAction, b?: (arg1: NativeUIToolPanel) => void): void;
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
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
|
|
2319
|
-
private
|
|
2355
|
+
private al;
|
|
2356
|
+
private as;
|
|
2320
2357
|
private v;
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
private
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
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
|
|
2365
|
+
private au;
|
|
2329
2366
|
sizeChanged: (sender: any) => void;
|
|
2330
|
-
private
|
|
2367
|
+
private ay;
|
|
2331
2368
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2332
|
-
private
|
|
2333
|
-
protected
|
|
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
|
-
|
|
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
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2387
|
+
h(): Size;
|
|
2388
|
+
g(): void;
|
|
2389
|
+
f(a: Size): void;
|
|
2347
2390
|
}
|
|
2348
2391
|
/**
|
|
2349
2392
|
* @hidden
|