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