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
|
@@ -195,7 +195,7 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
195
195
|
this._updatingFromAttribute = false;
|
|
196
196
|
}
|
|
197
197
|
get isOpen() {
|
|
198
|
-
return this.i.
|
|
198
|
+
return this.i.a8;
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
201
|
* Gets the context bindings for this tool action.
|
|
@@ -230,7 +230,7 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
230
230
|
this.i.contextBindings = innerColl;
|
|
231
231
|
}
|
|
232
232
|
get actionId() {
|
|
233
|
-
return this.i.
|
|
233
|
+
return this.i.cx;
|
|
234
234
|
}
|
|
235
235
|
get actualActions() {
|
|
236
236
|
if (!this._actualActions) {
|
|
@@ -277,37 +277,37 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
277
277
|
* Gets or sets the width to use for this tool action.
|
|
278
278
|
*/
|
|
279
279
|
get width() {
|
|
280
|
-
return this.i.
|
|
280
|
+
return this.i.cm;
|
|
281
281
|
}
|
|
282
282
|
set width(v) {
|
|
283
|
-
this.i.
|
|
284
|
-
this._a("width", this.i.
|
|
283
|
+
this.i.cm = +v;
|
|
284
|
+
this._a("width", this.i.cm);
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
287
|
* Gets or sets the height to use for this tool action.
|
|
288
288
|
*/
|
|
289
289
|
get height() {
|
|
290
|
-
return this.i.
|
|
290
|
+
return this.i.b7;
|
|
291
291
|
}
|
|
292
292
|
set height(v) {
|
|
293
|
-
this.i.
|
|
294
|
-
this._a("height", this.i.
|
|
293
|
+
this.i.b7 = +v;
|
|
294
|
+
this._a("height", this.i.b7);
|
|
295
295
|
}
|
|
296
296
|
/**
|
|
297
297
|
* Gets or sets the height to use for the sub panel if different than default
|
|
298
298
|
*/
|
|
299
299
|
get subPanelRowHeight() {
|
|
300
|
-
return this.i.
|
|
300
|
+
return this.i.cn;
|
|
301
301
|
}
|
|
302
302
|
set subPanelRowHeight(v) {
|
|
303
|
-
this.i.
|
|
304
|
-
this._a("subPanelRowHeight", this.i.
|
|
303
|
+
this.i.cn = +v;
|
|
304
|
+
this._a("subPanelRowHeight", this.i.cn);
|
|
305
305
|
}
|
|
306
306
|
get parentId() {
|
|
307
|
-
return this.i.
|
|
307
|
+
return this.i.ep;
|
|
308
308
|
}
|
|
309
309
|
set parentId(v) {
|
|
310
|
-
this.i.
|
|
310
|
+
this.i.ep = v;
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
313
|
* Gets or sets the Id of the action that this action will be inserted before.
|
|
@@ -318,10 +318,10 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
318
318
|
* after the action has already been added will have no effect.
|
|
319
319
|
*/
|
|
320
320
|
get beforeId() {
|
|
321
|
-
return this.i.
|
|
321
|
+
return this.i.dk;
|
|
322
322
|
}
|
|
323
323
|
set beforeId(v) {
|
|
324
|
-
this.i.
|
|
324
|
+
this.i.dk = v;
|
|
325
325
|
}
|
|
326
326
|
/**
|
|
327
327
|
* Gets or sets the Id of the action that this action will be inserted after.
|
|
@@ -332,10 +332,10 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
332
332
|
* after the action has already been added will have no effect.
|
|
333
333
|
*/
|
|
334
334
|
get afterId() {
|
|
335
|
-
return this.i.
|
|
335
|
+
return this.i.dh;
|
|
336
336
|
}
|
|
337
337
|
set afterId(v) {
|
|
338
|
-
this.i.
|
|
338
|
+
this.i.dh = v;
|
|
339
339
|
}
|
|
340
340
|
/**
|
|
341
341
|
* Sets to the Id of the action that this action will overlay itself on to.
|
|
@@ -348,184 +348,184 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
348
348
|
* overlaid onto the generated actions.
|
|
349
349
|
*/
|
|
350
350
|
get overlayId() {
|
|
351
|
-
return this.i.
|
|
351
|
+
return this.i.ek;
|
|
352
352
|
}
|
|
353
353
|
set overlayId(v) {
|
|
354
|
-
this.i.
|
|
354
|
+
this.i.ek = v;
|
|
355
355
|
}
|
|
356
356
|
get commandId() {
|
|
357
|
-
return this.i.
|
|
357
|
+
return this.i.dq;
|
|
358
358
|
}
|
|
359
359
|
set commandId(v) {
|
|
360
|
-
this.i.
|
|
360
|
+
this.i.dq = v;
|
|
361
361
|
}
|
|
362
362
|
get commandArgument() {
|
|
363
|
-
return this.i.
|
|
363
|
+
return this.i.dm;
|
|
364
364
|
}
|
|
365
365
|
set commandArgument(v) {
|
|
366
|
-
this.i.
|
|
366
|
+
this.i.dm = v;
|
|
367
367
|
}
|
|
368
368
|
get commandArgumentValue() {
|
|
369
|
-
return this.i.
|
|
369
|
+
return this.i.co;
|
|
370
370
|
}
|
|
371
371
|
set commandArgumentValue(v) {
|
|
372
|
-
this.i.
|
|
372
|
+
this.i.co = v;
|
|
373
373
|
}
|
|
374
374
|
get paddingLeft() {
|
|
375
|
-
return this.i.
|
|
375
|
+
return this.i.ci;
|
|
376
376
|
}
|
|
377
377
|
set paddingLeft(v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("paddingLeft", this.i.
|
|
378
|
+
this.i.ci = +v;
|
|
379
|
+
this._a("paddingLeft", this.i.ci);
|
|
380
380
|
}
|
|
381
381
|
get actualPaddingLeft() {
|
|
382
|
-
return this.i.
|
|
382
|
+
return this.i.bz;
|
|
383
383
|
}
|
|
384
384
|
set actualPaddingLeft(v) {
|
|
385
|
-
this.i.
|
|
386
|
-
this._a("actualPaddingLeft", this.i.
|
|
385
|
+
this.i.bz = +v;
|
|
386
|
+
this._a("actualPaddingLeft", this.i.bz);
|
|
387
387
|
}
|
|
388
388
|
get paddingRight() {
|
|
389
|
-
return this.i.
|
|
389
|
+
return this.i.cj;
|
|
390
390
|
}
|
|
391
391
|
set paddingRight(v) {
|
|
392
|
-
this.i.
|
|
393
|
-
this._a("paddingRight", this.i.
|
|
392
|
+
this.i.cj = +v;
|
|
393
|
+
this._a("paddingRight", this.i.cj);
|
|
394
394
|
}
|
|
395
395
|
get actualPaddingRight() {
|
|
396
|
-
return this.i.
|
|
396
|
+
return this.i.b0;
|
|
397
397
|
}
|
|
398
398
|
set actualPaddingRight(v) {
|
|
399
|
-
this.i.
|
|
400
|
-
this._a("actualPaddingRight", this.i.
|
|
399
|
+
this.i.b0 = +v;
|
|
400
|
+
this._a("actualPaddingRight", this.i.b0);
|
|
401
401
|
}
|
|
402
402
|
get paddingBottom() {
|
|
403
|
-
return this.i.
|
|
403
|
+
return this.i.ch;
|
|
404
404
|
}
|
|
405
405
|
set paddingBottom(v) {
|
|
406
|
-
this.i.
|
|
407
|
-
this._a("paddingBottom", this.i.
|
|
406
|
+
this.i.ch = +v;
|
|
407
|
+
this._a("paddingBottom", this.i.ch);
|
|
408
408
|
}
|
|
409
409
|
get actualPaddingBottom() {
|
|
410
|
-
return this.i.
|
|
410
|
+
return this.i.by;
|
|
411
411
|
}
|
|
412
412
|
set actualPaddingBottom(v) {
|
|
413
|
-
this.i.
|
|
414
|
-
this._a("actualPaddingBottom", this.i.
|
|
413
|
+
this.i.by = +v;
|
|
414
|
+
this._a("actualPaddingBottom", this.i.by);
|
|
415
415
|
}
|
|
416
416
|
get paddingTop() {
|
|
417
|
-
return this.i.
|
|
417
|
+
return this.i.ck;
|
|
418
418
|
}
|
|
419
419
|
set paddingTop(v) {
|
|
420
|
-
this.i.
|
|
421
|
-
this._a("paddingTop", this.i.
|
|
420
|
+
this.i.ck = +v;
|
|
421
|
+
this._a("paddingTop", this.i.ck);
|
|
422
422
|
}
|
|
423
423
|
get actualPaddingTop() {
|
|
424
|
-
return this.i.
|
|
424
|
+
return this.i.b1;
|
|
425
425
|
}
|
|
426
426
|
set actualPaddingTop(v) {
|
|
427
|
-
this.i.
|
|
428
|
-
this._a("actualPaddingTop", this.i.
|
|
427
|
+
this.i.b1 = +v;
|
|
428
|
+
this._a("actualPaddingTop", this.i.b1);
|
|
429
429
|
}
|
|
430
430
|
/**
|
|
431
431
|
* Gets the actual hover background used by the tool action.
|
|
432
432
|
*/
|
|
433
433
|
get actualHoverBackground() {
|
|
434
|
-
return brushToString(this.i.
|
|
434
|
+
return brushToString(this.i.gz);
|
|
435
435
|
}
|
|
436
436
|
set actualHoverBackground(v) {
|
|
437
|
-
this.i.
|
|
438
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
437
|
+
this.i.gz = stringToBrush(v);
|
|
438
|
+
this._a("actualHoverBackground", brushToString(this.i.gz));
|
|
439
439
|
}
|
|
440
440
|
/**
|
|
441
441
|
* Gets or sets the hover background for this tool action.
|
|
442
442
|
*/
|
|
443
443
|
get hoverBackground() {
|
|
444
|
-
return brushToString(this.i.
|
|
444
|
+
return brushToString(this.i.g7);
|
|
445
445
|
}
|
|
446
446
|
set hoverBackground(v) {
|
|
447
|
-
this.i.
|
|
448
|
-
this._a("hoverBackground", brushToString(this.i.
|
|
447
|
+
this.i.g7 = stringToBrush(v);
|
|
448
|
+
this._a("hoverBackground", brushToString(this.i.g7));
|
|
449
449
|
}
|
|
450
450
|
/**
|
|
451
451
|
* Gets the actual background used by the tool action.
|
|
452
452
|
*/
|
|
453
453
|
get actualBackground() {
|
|
454
|
-
return brushToString(this.i.
|
|
454
|
+
return brushToString(this.i.gw);
|
|
455
455
|
}
|
|
456
456
|
set actualBackground(v) {
|
|
457
|
-
this.i.
|
|
458
|
-
this._a("actualBackground", brushToString(this.i.
|
|
457
|
+
this.i.gw = stringToBrush(v);
|
|
458
|
+
this._a("actualBackground", brushToString(this.i.gw));
|
|
459
459
|
}
|
|
460
460
|
/**
|
|
461
461
|
* Gets or sets the background color of the tool action.
|
|
462
462
|
*/
|
|
463
463
|
get background() {
|
|
464
|
-
return brushToString(this.i.
|
|
464
|
+
return brushToString(this.i.g4);
|
|
465
465
|
}
|
|
466
466
|
set background(v) {
|
|
467
|
-
this.i.
|
|
468
|
-
this._a("background", brushToString(this.i.
|
|
467
|
+
this.i.g4 = stringToBrush(v);
|
|
468
|
+
this._a("background", brushToString(this.i.g4));
|
|
469
469
|
}
|
|
470
470
|
/**
|
|
471
471
|
* Gets the actual label text color.
|
|
472
472
|
*/
|
|
473
473
|
get actualTextColor() {
|
|
474
|
-
return brushToString(this.i.
|
|
474
|
+
return brushToString(this.i.g3);
|
|
475
475
|
}
|
|
476
476
|
set actualTextColor(v) {
|
|
477
|
-
this.i.
|
|
478
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
477
|
+
this.i.g3 = stringToBrush(v);
|
|
478
|
+
this._a("actualTextColor", brushToString(this.i.g3));
|
|
479
479
|
}
|
|
480
480
|
/**
|
|
481
481
|
* Gets or sets the label text color.
|
|
482
482
|
*/
|
|
483
483
|
get textColor() {
|
|
484
|
-
return brushToString(this.i.
|
|
484
|
+
return brushToString(this.i.hb);
|
|
485
485
|
}
|
|
486
486
|
set textColor(v) {
|
|
487
|
-
this.i.
|
|
488
|
-
this._a("textColor", brushToString(this.i.
|
|
487
|
+
this.i.hb = stringToBrush(v);
|
|
488
|
+
this._a("textColor", brushToString(this.i.hb));
|
|
489
489
|
}
|
|
490
490
|
/**
|
|
491
491
|
* Gets the actual label text color.
|
|
492
492
|
*/
|
|
493
493
|
get actualSubtitleTextColor() {
|
|
494
|
-
return brushToString(this.i.
|
|
494
|
+
return brushToString(this.i.g2);
|
|
495
495
|
}
|
|
496
496
|
set actualSubtitleTextColor(v) {
|
|
497
|
-
this.i.
|
|
498
|
-
this._a("actualSubtitleTextColor", brushToString(this.i.
|
|
497
|
+
this.i.g2 = stringToBrush(v);
|
|
498
|
+
this._a("actualSubtitleTextColor", brushToString(this.i.g2));
|
|
499
499
|
}
|
|
500
500
|
/**
|
|
501
501
|
* Gets or sets the label text color.
|
|
502
502
|
*/
|
|
503
503
|
get subtitleTextColor() {
|
|
504
|
-
return brushToString(this.i.
|
|
504
|
+
return brushToString(this.i.ha);
|
|
505
505
|
}
|
|
506
506
|
set subtitleTextColor(v) {
|
|
507
|
-
this.i.
|
|
508
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
507
|
+
this.i.ha = stringToBrush(v);
|
|
508
|
+
this._a("subtitleTextColor", brushToString(this.i.ha));
|
|
509
509
|
}
|
|
510
510
|
/**
|
|
511
511
|
* Gets the actual label text color when the tool is disabled.
|
|
512
512
|
*/
|
|
513
513
|
get actualDisabledTextColor() {
|
|
514
|
-
return brushToString(this.i.
|
|
514
|
+
return brushToString(this.i.gx);
|
|
515
515
|
}
|
|
516
516
|
set actualDisabledTextColor(v) {
|
|
517
|
-
this.i.
|
|
518
|
-
this._a("actualDisabledTextColor", brushToString(this.i.
|
|
517
|
+
this.i.gx = stringToBrush(v);
|
|
518
|
+
this._a("actualDisabledTextColor", brushToString(this.i.gx));
|
|
519
519
|
}
|
|
520
520
|
/**
|
|
521
521
|
* Gets or sets the label text color when the tool is disabled.
|
|
522
522
|
*/
|
|
523
523
|
get disabledTextColor() {
|
|
524
|
-
return brushToString(this.i.
|
|
524
|
+
return brushToString(this.i.g5);
|
|
525
525
|
}
|
|
526
526
|
set disabledTextColor(v) {
|
|
527
|
-
this.i.
|
|
528
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
527
|
+
this.i.g5 = stringToBrush(v);
|
|
528
|
+
this._a("disabledTextColor", brushToString(this.i.g5));
|
|
529
529
|
}
|
|
530
530
|
/**
|
|
531
531
|
* Gets the actual font used.
|
|
@@ -576,18 +576,18 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
576
576
|
this._a("subtitleTextStyle", this.i.af != null ? this.i.af.fontString : "");
|
|
577
577
|
}
|
|
578
578
|
get isDisabled() {
|
|
579
|
-
return this.i.
|
|
579
|
+
return this.i.a6;
|
|
580
580
|
}
|
|
581
581
|
set isDisabled(v) {
|
|
582
|
-
this.i.
|
|
583
|
-
this._a("isDisabled", this.i.
|
|
582
|
+
this.i.a6 = ensureBool(v);
|
|
583
|
+
this._a("isDisabled", this.i.a6);
|
|
584
584
|
}
|
|
585
585
|
get isHighlighted() {
|
|
586
|
-
return this.i.
|
|
586
|
+
return this.i.a7;
|
|
587
587
|
}
|
|
588
588
|
set isHighlighted(v) {
|
|
589
|
-
this.i.
|
|
590
|
-
this._a("isHighlighted", this.i.
|
|
589
|
+
this.i.a7 = ensureBool(v);
|
|
590
|
+
this._a("isHighlighted", this.i.a7);
|
|
591
591
|
}
|
|
592
592
|
/**
|
|
593
593
|
* Gets or sets the display density to use for the action.
|
|
@@ -610,100 +610,100 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
610
610
|
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.u));
|
|
611
611
|
}
|
|
612
612
|
get name() {
|
|
613
|
-
return this.i.
|
|
613
|
+
return this.i.ei;
|
|
614
614
|
}
|
|
615
615
|
set name(v) {
|
|
616
|
-
this.i.
|
|
616
|
+
this.i.ei = v;
|
|
617
617
|
}
|
|
618
618
|
/**
|
|
619
619
|
* Gets or sets the title of the tool.
|
|
620
620
|
*/
|
|
621
621
|
get title() {
|
|
622
|
-
return this.i.
|
|
622
|
+
return this.i.e1;
|
|
623
623
|
}
|
|
624
624
|
set title(v) {
|
|
625
|
-
this.i.
|
|
625
|
+
this.i.e1 = v;
|
|
626
626
|
}
|
|
627
627
|
/**
|
|
628
628
|
* Gets or sets the subtitle of the tool.
|
|
629
629
|
*/
|
|
630
630
|
get subtitle() {
|
|
631
|
-
return this.i.
|
|
631
|
+
return this.i.ev;
|
|
632
632
|
}
|
|
633
633
|
set subtitle(v) {
|
|
634
|
-
this.i.
|
|
634
|
+
this.i.ev = v;
|
|
635
635
|
}
|
|
636
636
|
get iconName() {
|
|
637
|
-
return this.i.
|
|
637
|
+
return this.i.d6;
|
|
638
638
|
}
|
|
639
639
|
set iconName(v) {
|
|
640
|
-
this.i.
|
|
640
|
+
this.i.d6 = v;
|
|
641
641
|
}
|
|
642
642
|
get iconCollectionName() {
|
|
643
|
-
return this.i.
|
|
643
|
+
return this.i.d1;
|
|
644
644
|
}
|
|
645
645
|
set iconCollectionName(v) {
|
|
646
|
-
this.i.
|
|
646
|
+
this.i.d1 = v;
|
|
647
647
|
}
|
|
648
648
|
/**
|
|
649
649
|
* Gets or sets the icon viewbox left.
|
|
650
650
|
*/
|
|
651
651
|
get iconViewBoxLeft() {
|
|
652
|
-
return this.i.
|
|
652
|
+
return this.i.cd;
|
|
653
653
|
}
|
|
654
654
|
set iconViewBoxLeft(v) {
|
|
655
|
-
this.i.
|
|
656
|
-
this._a("iconViewBoxLeft", this.i.
|
|
655
|
+
this.i.cd = +v;
|
|
656
|
+
this._a("iconViewBoxLeft", this.i.cd);
|
|
657
657
|
}
|
|
658
658
|
/**
|
|
659
659
|
* Gets or sets the icon viewbox top.
|
|
660
660
|
*/
|
|
661
661
|
get iconViewBoxTop() {
|
|
662
|
-
return this.i.
|
|
662
|
+
return this.i.ce;
|
|
663
663
|
}
|
|
664
664
|
set iconViewBoxTop(v) {
|
|
665
|
-
this.i.
|
|
666
|
-
this._a("iconViewBoxTop", this.i.
|
|
665
|
+
this.i.ce = +v;
|
|
666
|
+
this._a("iconViewBoxTop", this.i.ce);
|
|
667
667
|
}
|
|
668
668
|
/**
|
|
669
669
|
* Gets or sets the icon viewbox width.
|
|
670
670
|
*/
|
|
671
671
|
get iconViewBoxWidth() {
|
|
672
|
-
return this.i.
|
|
672
|
+
return this.i.cf;
|
|
673
673
|
}
|
|
674
674
|
set iconViewBoxWidth(v) {
|
|
675
|
-
this.i.
|
|
676
|
-
this._a("iconViewBoxWidth", this.i.
|
|
675
|
+
this.i.cf = +v;
|
|
676
|
+
this._a("iconViewBoxWidth", this.i.cf);
|
|
677
677
|
}
|
|
678
678
|
/**
|
|
679
679
|
* Gets or sets the icon viewbox height.
|
|
680
680
|
*/
|
|
681
681
|
get iconViewBoxHeight() {
|
|
682
|
-
return this.i.
|
|
682
|
+
return this.i.cc;
|
|
683
683
|
}
|
|
684
684
|
set iconViewBoxHeight(v) {
|
|
685
|
-
this.i.
|
|
686
|
-
this._a("iconViewBoxHeight", this.i.
|
|
685
|
+
this.i.cc = +v;
|
|
686
|
+
this._a("iconViewBoxHeight", this.i.cc);
|
|
687
687
|
}
|
|
688
688
|
/**
|
|
689
689
|
* Gets or sets the icon fill color.
|
|
690
690
|
*/
|
|
691
691
|
get iconFill() {
|
|
692
|
-
return brushToString(this.i.
|
|
692
|
+
return brushToString(this.i.g8);
|
|
693
693
|
}
|
|
694
694
|
set iconFill(v) {
|
|
695
|
-
this.i.
|
|
696
|
-
this._a("iconFill", brushToString(this.i.
|
|
695
|
+
this.i.g8 = stringToBrush(v);
|
|
696
|
+
this._a("iconFill", brushToString(this.i.g8));
|
|
697
697
|
}
|
|
698
698
|
/**
|
|
699
699
|
* Gets the actual icon fill color.
|
|
700
700
|
*/
|
|
701
701
|
get actualIconFill() {
|
|
702
|
-
return brushToString(this.i.
|
|
702
|
+
return brushToString(this.i.g0);
|
|
703
703
|
}
|
|
704
704
|
set actualIconFill(v) {
|
|
705
|
-
this.i.
|
|
706
|
-
this._a("actualIconFill", brushToString(this.i.
|
|
705
|
+
this.i.g0 = stringToBrush(v);
|
|
706
|
+
this._a("actualIconFill", brushToString(this.i.g0));
|
|
707
707
|
}
|
|
708
708
|
/**
|
|
709
709
|
* Gets or sets the icon fill colors.
|
|
@@ -719,21 +719,21 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
719
719
|
* Gets or sets the icon stroke color.
|
|
720
720
|
*/
|
|
721
721
|
get iconStroke() {
|
|
722
|
-
return brushToString(this.i.
|
|
722
|
+
return brushToString(this.i.g9);
|
|
723
723
|
}
|
|
724
724
|
set iconStroke(v) {
|
|
725
|
-
this.i.
|
|
726
|
-
this._a("iconStroke", brushToString(this.i.
|
|
725
|
+
this.i.g9 = stringToBrush(v);
|
|
726
|
+
this._a("iconStroke", brushToString(this.i.g9));
|
|
727
727
|
}
|
|
728
728
|
/**
|
|
729
729
|
* Gets the actual icon stroke color.
|
|
730
730
|
*/
|
|
731
731
|
get actualIconStroke() {
|
|
732
|
-
return brushToString(this.i.
|
|
732
|
+
return brushToString(this.i.g1);
|
|
733
733
|
}
|
|
734
734
|
set actualIconStroke(v) {
|
|
735
|
-
this.i.
|
|
736
|
-
this._a("actualIconStroke", brushToString(this.i.
|
|
735
|
+
this.i.g1 = stringToBrush(v);
|
|
736
|
+
this._a("actualIconStroke", brushToString(this.i.g1));
|
|
737
737
|
}
|
|
738
738
|
/**
|
|
739
739
|
* Gets or sets the icon stroke colors.
|
|
@@ -749,113 +749,113 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
749
749
|
* Gets or sets the icon viewbox width.
|
|
750
750
|
*/
|
|
751
751
|
get iconStrokeWidth() {
|
|
752
|
-
return this.i.
|
|
752
|
+
return this.i.cb;
|
|
753
753
|
}
|
|
754
754
|
set iconStrokeWidth(v) {
|
|
755
|
-
this.i.
|
|
756
|
-
this._a("iconStrokeWidth", this.i.
|
|
755
|
+
this.i.cb = +v;
|
|
756
|
+
this._a("iconStrokeWidth", this.i.cb);
|
|
757
757
|
}
|
|
758
758
|
/**
|
|
759
759
|
* Gets or sets the width of the icon.
|
|
760
760
|
*/
|
|
761
761
|
get iconWidth() {
|
|
762
|
-
return this.i.
|
|
762
|
+
return this.i.cg;
|
|
763
763
|
}
|
|
764
764
|
set iconWidth(v) {
|
|
765
|
-
this.i.
|
|
766
|
-
this._a("iconWidth", this.i.
|
|
765
|
+
this.i.cg = +v;
|
|
766
|
+
this._a("iconWidth", this.i.cg);
|
|
767
767
|
}
|
|
768
768
|
/**
|
|
769
769
|
* Gets the actual icon width used.
|
|
770
770
|
*/
|
|
771
771
|
get actualIconWidth() {
|
|
772
|
-
return this.i.
|
|
772
|
+
return this.i.bx;
|
|
773
773
|
}
|
|
774
774
|
set actualIconWidth(v) {
|
|
775
|
-
this.i.
|
|
776
|
-
this._a("actualIconWidth", this.i.
|
|
775
|
+
this.i.bx = +v;
|
|
776
|
+
this._a("actualIconWidth", this.i.bx);
|
|
777
777
|
}
|
|
778
778
|
/**
|
|
779
779
|
* Gets or sets the height of the icon.
|
|
780
780
|
*/
|
|
781
781
|
get iconHeight() {
|
|
782
|
-
return this.i.
|
|
782
|
+
return this.i.ca;
|
|
783
783
|
}
|
|
784
784
|
set iconHeight(v) {
|
|
785
|
-
this.i.
|
|
786
|
-
this._a("iconHeight", this.i.
|
|
785
|
+
this.i.ca = +v;
|
|
786
|
+
this._a("iconHeight", this.i.ca);
|
|
787
787
|
}
|
|
788
788
|
/**
|
|
789
789
|
* Gets the actual icon height used.
|
|
790
790
|
*/
|
|
791
791
|
get actualIconHeight() {
|
|
792
|
-
return this.i.
|
|
792
|
+
return this.i.bw;
|
|
793
793
|
}
|
|
794
794
|
set actualIconHeight(v) {
|
|
795
|
-
this.i.
|
|
796
|
-
this._a("actualIconHeight", this.i.
|
|
795
|
+
this.i.bw = +v;
|
|
796
|
+
this._a("actualIconHeight", this.i.bw);
|
|
797
797
|
}
|
|
798
798
|
/**
|
|
799
799
|
* Gets or sets the tool action visibility.
|
|
800
800
|
*/
|
|
801
801
|
get visibility() {
|
|
802
|
-
return this.i.
|
|
802
|
+
return this.i.hc;
|
|
803
803
|
}
|
|
804
804
|
set visibility(v) {
|
|
805
|
-
this.i.
|
|
806
|
-
this._a("visibility", enumToString(Visibility_$type, this.i.
|
|
805
|
+
this.i.hc = ensureEnum(Visibility_$type, v);
|
|
806
|
+
this._a("visibility", enumToString(Visibility_$type, this.i.hc));
|
|
807
807
|
}
|
|
808
808
|
/**
|
|
809
809
|
* Gets or sets if the tool action will close its parent dropdown when executed by the user.
|
|
810
810
|
*/
|
|
811
811
|
get closeOnExecute() {
|
|
812
|
-
return this.i.
|
|
812
|
+
return this.i.au;
|
|
813
813
|
}
|
|
814
814
|
set closeOnExecute(v) {
|
|
815
|
-
this.i.
|
|
816
|
-
this._a("closeOnExecute", this.i.
|
|
815
|
+
this.i.au = ensureBool(v);
|
|
816
|
+
this._a("closeOnExecute", this.i.au);
|
|
817
817
|
}
|
|
818
818
|
get highlightWidth() {
|
|
819
|
-
return this.i.
|
|
819
|
+
return this.i.b9;
|
|
820
820
|
}
|
|
821
821
|
set highlightWidth(v) {
|
|
822
|
-
this.i.
|
|
823
|
-
this._a("highlightWidth", this.i.
|
|
822
|
+
this.i.b9 = +v;
|
|
823
|
+
this._a("highlightWidth", this.i.b9);
|
|
824
824
|
}
|
|
825
825
|
get actualHighlightWidth() {
|
|
826
|
-
return this.i.
|
|
826
|
+
return this.i.bv;
|
|
827
827
|
}
|
|
828
828
|
set actualHighlightWidth(v) {
|
|
829
|
-
this.i.
|
|
830
|
-
this._a("actualHighlightWidth", this.i.
|
|
829
|
+
this.i.bv = +v;
|
|
830
|
+
this._a("actualHighlightWidth", this.i.bv);
|
|
831
831
|
}
|
|
832
832
|
get highlightRadius() {
|
|
833
|
-
return this.i.
|
|
833
|
+
return this.i.b8;
|
|
834
834
|
}
|
|
835
835
|
set highlightRadius(v) {
|
|
836
|
-
this.i.
|
|
837
|
-
this._a("highlightRadius", this.i.
|
|
836
|
+
this.i.b8 = +v;
|
|
837
|
+
this._a("highlightRadius", this.i.b8);
|
|
838
838
|
}
|
|
839
839
|
get actualHighlightRadius() {
|
|
840
|
-
return this.i.
|
|
840
|
+
return this.i.bu;
|
|
841
841
|
}
|
|
842
842
|
set actualHighlightRadius(v) {
|
|
843
|
-
this.i.
|
|
844
|
-
this._a("actualHighlightRadius", this.i.
|
|
843
|
+
this.i.bu = +v;
|
|
844
|
+
this._a("actualHighlightRadius", this.i.bu);
|
|
845
845
|
}
|
|
846
846
|
get highlightColor() {
|
|
847
|
-
return brushToString(this.i.
|
|
847
|
+
return brushToString(this.i.g6);
|
|
848
848
|
}
|
|
849
849
|
set highlightColor(v) {
|
|
850
|
-
this.i.
|
|
851
|
-
this._a("highlightColor", brushToString(this.i.
|
|
850
|
+
this.i.g6 = stringToBrush(v);
|
|
851
|
+
this._a("highlightColor", brushToString(this.i.g6));
|
|
852
852
|
}
|
|
853
853
|
get actualHighlightColor() {
|
|
854
|
-
return brushToString(this.i.
|
|
854
|
+
return brushToString(this.i.gy);
|
|
855
855
|
}
|
|
856
856
|
set actualHighlightColor(v) {
|
|
857
|
-
this.i.
|
|
858
|
-
this._a("actualHighlightColor", brushToString(this.i.
|
|
857
|
+
this.i.gy = stringToBrush(v);
|
|
858
|
+
this._a("actualHighlightColor", brushToString(this.i.gy));
|
|
859
859
|
}
|
|
860
860
|
findByName(name) {
|
|
861
861
|
if (this.findEphemera) {
|
|
@@ -924,21 +924,18 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
924
924
|
}
|
|
925
925
|
this._inStyling = false;
|
|
926
926
|
}
|
|
927
|
-
cleanUp() {
|
|
928
|
-
this.i.e2();
|
|
929
|
-
}
|
|
930
927
|
openSubMenu() {
|
|
931
|
-
this.i.
|
|
928
|
+
this.i.f8();
|
|
932
929
|
}
|
|
933
930
|
closeSubmenu() {
|
|
934
|
-
this.i.
|
|
931
|
+
this.i.e7();
|
|
935
932
|
}
|
|
936
933
|
exportVisualData() {
|
|
937
|
-
let iv = this.i.
|
|
934
|
+
let iv = this.i.cp();
|
|
938
935
|
return (iv);
|
|
939
936
|
}
|
|
940
937
|
exportSerializedVisualData() {
|
|
941
|
-
let iv = this.i.
|
|
938
|
+
let iv = this.i.dw();
|
|
942
939
|
return (iv);
|
|
943
940
|
}
|
|
944
941
|
get onCommand() {
|