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