igniteui-webcomponents-layouts 5.3.0 → 5.4.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 +11266 -8364
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +8 -8
- package/esm2015/lib/ComboEditorView_combined.js +27 -26
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +595 -577
- package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm2015/lib/ToolActionFieldSelector.js +7 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
- package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm2015/lib/ToolActionVisualData.js +17 -13
- package/esm2015/lib/ToolPanelContext.js +4 -1
- package/esm2015/lib/igc-list-panel-component.js +64 -54
- 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 +191 -180
- package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
- package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +275 -250
- package/esm2015/lib/igc-tool-panel-module.js +2 -0
- package/esm2015/lib/igc-toolbar-component.js +171 -156
- package/esm2015/public_api.js +16 -0
- package/esm5/lib/ComboEditorBridge.js +8 -8
- package/esm5/lib/ComboEditorView_combined.js +27 -26
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm5/lib/ListPanelView_combined.js +592 -570
- package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm5/lib/ToolActionFieldSelector.js +7 -0
- package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
- package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm5/lib/ToolActionVisualData.js +17 -13
- package/esm5/lib/ToolPanelContext.js +4 -1
- package/esm5/lib/igc-list-panel-component.js +68 -54
- 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 +195 -180
- package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
- package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +32 -32
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +283 -250
- package/esm5/lib/igc-tool-panel-module.js +2 -0
- package/esm5/lib/igc-toolbar-component.js +175 -156
- package/esm5/public_api.js +16 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
- package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
- package/lib/ListPanelView_combined.d.ts +147 -144
- package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
- package/lib/ToolActionFieldSelector.d.ts +1 -0
- package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
- package/lib/ToolActionVisualData.d.ts +6 -5
- package/lib/igc-list-panel-component.d.ts +5 -0
- package/lib/igc-tool-action-component.d.ts +6 -0
- package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
- package/lib/igc-tool-panel-component.d.ts +10 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +16 -0
|
@@ -4,6 +4,7 @@ import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
|
4
4
|
import { IgcToolContextBindingCollection } from "./igc-tool-context-binding-collection";
|
|
5
5
|
import { IgcToolActionCollection } from "./igc-tool-action-collection";
|
|
6
6
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
7
|
+
import { HorizontalAlignment_$type } from "igniteui-webcomponents-core";
|
|
7
8
|
import { Visibility_$type } from "igniteui-webcomponents-core";
|
|
8
9
|
import { IgcToolCommandEventArgs } from "./igc-tool-command-event-args";
|
|
9
10
|
import { IgcToolActionPerformedEventArgs } from "./igc-tool-action-performed-event-args";
|
|
@@ -224,7 +225,7 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
224
225
|
};
|
|
225
226
|
Object.defineProperty(IgcToolActionComponent.prototype, "isOpen", {
|
|
226
227
|
get: function () {
|
|
227
|
-
return this.i.
|
|
228
|
+
return this.i.ba;
|
|
228
229
|
},
|
|
229
230
|
enumerable: false,
|
|
230
231
|
configurable: true
|
|
@@ -267,7 +268,7 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
267
268
|
});
|
|
268
269
|
Object.defineProperty(IgcToolActionComponent.prototype, "actionId", {
|
|
269
270
|
get: function () {
|
|
270
|
-
return this.i.
|
|
271
|
+
return this.i.cz;
|
|
271
272
|
},
|
|
272
273
|
enumerable: false,
|
|
273
274
|
configurable: true
|
|
@@ -331,11 +332,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
331
332
|
* Gets or sets the width to use for this tool action.
|
|
332
333
|
*/
|
|
333
334
|
get: function () {
|
|
334
|
-
return this.i.
|
|
335
|
+
return this.i.co;
|
|
335
336
|
},
|
|
336
337
|
set: function (v) {
|
|
337
|
-
this.i.
|
|
338
|
-
this._a("width", this.i.
|
|
338
|
+
this.i.co = +v;
|
|
339
|
+
this._a("width", this.i.co);
|
|
339
340
|
},
|
|
340
341
|
enumerable: false,
|
|
341
342
|
configurable: true
|
|
@@ -345,11 +346,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
345
346
|
* Gets or sets the height to use for this tool action.
|
|
346
347
|
*/
|
|
347
348
|
get: function () {
|
|
348
|
-
return this.i.
|
|
349
|
+
return this.i.b9;
|
|
349
350
|
},
|
|
350
351
|
set: function (v) {
|
|
351
|
-
this.i.
|
|
352
|
-
this._a("height", this.i.
|
|
352
|
+
this.i.b9 = +v;
|
|
353
|
+
this._a("height", this.i.b9);
|
|
353
354
|
},
|
|
354
355
|
enumerable: false,
|
|
355
356
|
configurable: true
|
|
@@ -359,21 +360,21 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
359
360
|
* Gets or sets the height to use for the sub panel if different than default
|
|
360
361
|
*/
|
|
361
362
|
get: function () {
|
|
362
|
-
return this.i.
|
|
363
|
+
return this.i.cp;
|
|
363
364
|
},
|
|
364
365
|
set: function (v) {
|
|
365
|
-
this.i.
|
|
366
|
-
this._a("subPanelRowHeight", this.i.
|
|
366
|
+
this.i.cp = +v;
|
|
367
|
+
this._a("subPanelRowHeight", this.i.cp);
|
|
367
368
|
},
|
|
368
369
|
enumerable: false,
|
|
369
370
|
configurable: true
|
|
370
371
|
});
|
|
371
372
|
Object.defineProperty(IgcToolActionComponent.prototype, "parentId", {
|
|
372
373
|
get: function () {
|
|
373
|
-
return this.i.
|
|
374
|
+
return this.i.es;
|
|
374
375
|
},
|
|
375
376
|
set: function (v) {
|
|
376
|
-
this.i.
|
|
377
|
+
this.i.es = v;
|
|
377
378
|
},
|
|
378
379
|
enumerable: false,
|
|
379
380
|
configurable: true
|
|
@@ -388,10 +389,10 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
388
389
|
* after the action has already been added will have no effect.
|
|
389
390
|
*/
|
|
390
391
|
get: function () {
|
|
391
|
-
return this.i.
|
|
392
|
+
return this.i.dm;
|
|
392
393
|
},
|
|
393
394
|
set: function (v) {
|
|
394
|
-
this.i.
|
|
395
|
+
this.i.dm = v;
|
|
395
396
|
},
|
|
396
397
|
enumerable: false,
|
|
397
398
|
configurable: true
|
|
@@ -406,10 +407,10 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
406
407
|
* after the action has already been added will have no effect.
|
|
407
408
|
*/
|
|
408
409
|
get: function () {
|
|
409
|
-
return this.i.
|
|
410
|
+
return this.i.dj;
|
|
410
411
|
},
|
|
411
412
|
set: function (v) {
|
|
412
|
-
this.i.
|
|
413
|
+
this.i.dj = v;
|
|
413
414
|
},
|
|
414
415
|
enumerable: false,
|
|
415
416
|
configurable: true
|
|
@@ -426,128 +427,128 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
426
427
|
* overlaid onto the generated actions.
|
|
427
428
|
*/
|
|
428
429
|
get: function () {
|
|
429
|
-
return this.i.
|
|
430
|
+
return this.i.en;
|
|
430
431
|
},
|
|
431
432
|
set: function (v) {
|
|
432
|
-
this.i.
|
|
433
|
+
this.i.en = v;
|
|
433
434
|
},
|
|
434
435
|
enumerable: false,
|
|
435
436
|
configurable: true
|
|
436
437
|
});
|
|
437
438
|
Object.defineProperty(IgcToolActionComponent.prototype, "commandId", {
|
|
438
439
|
get: function () {
|
|
439
|
-
return this.i.
|
|
440
|
+
return this.i.ds;
|
|
440
441
|
},
|
|
441
442
|
set: function (v) {
|
|
442
|
-
this.i.
|
|
443
|
+
this.i.ds = v;
|
|
443
444
|
},
|
|
444
445
|
enumerable: false,
|
|
445
446
|
configurable: true
|
|
446
447
|
});
|
|
447
448
|
Object.defineProperty(IgcToolActionComponent.prototype, "commandArgument", {
|
|
448
449
|
get: function () {
|
|
449
|
-
return this.i.
|
|
450
|
+
return this.i.dp;
|
|
450
451
|
},
|
|
451
452
|
set: function (v) {
|
|
452
|
-
this.i.
|
|
453
|
+
this.i.dp = v;
|
|
453
454
|
},
|
|
454
455
|
enumerable: false,
|
|
455
456
|
configurable: true
|
|
456
457
|
});
|
|
457
458
|
Object.defineProperty(IgcToolActionComponent.prototype, "commandArgumentValue", {
|
|
458
459
|
get: function () {
|
|
459
|
-
return this.i.
|
|
460
|
+
return this.i.cq;
|
|
460
461
|
},
|
|
461
462
|
set: function (v) {
|
|
462
|
-
this.i.
|
|
463
|
+
this.i.cq = v;
|
|
463
464
|
},
|
|
464
465
|
enumerable: false,
|
|
465
466
|
configurable: true
|
|
466
467
|
});
|
|
467
468
|
Object.defineProperty(IgcToolActionComponent.prototype, "paddingLeft", {
|
|
468
469
|
get: function () {
|
|
469
|
-
return this.i.
|
|
470
|
+
return this.i.ck;
|
|
470
471
|
},
|
|
471
472
|
set: function (v) {
|
|
472
|
-
this.i.
|
|
473
|
-
this._a("paddingLeft", this.i.
|
|
473
|
+
this.i.ck = +v;
|
|
474
|
+
this._a("paddingLeft", this.i.ck);
|
|
474
475
|
},
|
|
475
476
|
enumerable: false,
|
|
476
477
|
configurable: true
|
|
477
478
|
});
|
|
478
479
|
Object.defineProperty(IgcToolActionComponent.prototype, "actualPaddingLeft", {
|
|
479
480
|
get: function () {
|
|
480
|
-
return this.i.
|
|
481
|
+
return this.i.b1;
|
|
481
482
|
},
|
|
482
483
|
set: function (v) {
|
|
483
|
-
this.i.
|
|
484
|
-
this._a("actualPaddingLeft", this.i.
|
|
484
|
+
this.i.b1 = +v;
|
|
485
|
+
this._a("actualPaddingLeft", this.i.b1);
|
|
485
486
|
},
|
|
486
487
|
enumerable: false,
|
|
487
488
|
configurable: true
|
|
488
489
|
});
|
|
489
490
|
Object.defineProperty(IgcToolActionComponent.prototype, "paddingRight", {
|
|
490
491
|
get: function () {
|
|
491
|
-
return this.i.
|
|
492
|
+
return this.i.cl;
|
|
492
493
|
},
|
|
493
494
|
set: function (v) {
|
|
494
|
-
this.i.
|
|
495
|
-
this._a("paddingRight", this.i.
|
|
495
|
+
this.i.cl = +v;
|
|
496
|
+
this._a("paddingRight", this.i.cl);
|
|
496
497
|
},
|
|
497
498
|
enumerable: false,
|
|
498
499
|
configurable: true
|
|
499
500
|
});
|
|
500
501
|
Object.defineProperty(IgcToolActionComponent.prototype, "actualPaddingRight", {
|
|
501
502
|
get: function () {
|
|
502
|
-
return this.i.
|
|
503
|
+
return this.i.b2;
|
|
503
504
|
},
|
|
504
505
|
set: function (v) {
|
|
505
|
-
this.i.
|
|
506
|
-
this._a("actualPaddingRight", this.i.
|
|
506
|
+
this.i.b2 = +v;
|
|
507
|
+
this._a("actualPaddingRight", this.i.b2);
|
|
507
508
|
},
|
|
508
509
|
enumerable: false,
|
|
509
510
|
configurable: true
|
|
510
511
|
});
|
|
511
512
|
Object.defineProperty(IgcToolActionComponent.prototype, "paddingBottom", {
|
|
512
513
|
get: function () {
|
|
513
|
-
return this.i.
|
|
514
|
+
return this.i.cj;
|
|
514
515
|
},
|
|
515
516
|
set: function (v) {
|
|
516
|
-
this.i.
|
|
517
|
-
this._a("paddingBottom", this.i.
|
|
517
|
+
this.i.cj = +v;
|
|
518
|
+
this._a("paddingBottom", this.i.cj);
|
|
518
519
|
},
|
|
519
520
|
enumerable: false,
|
|
520
521
|
configurable: true
|
|
521
522
|
});
|
|
522
523
|
Object.defineProperty(IgcToolActionComponent.prototype, "actualPaddingBottom", {
|
|
523
524
|
get: function () {
|
|
524
|
-
return this.i.
|
|
525
|
+
return this.i.b0;
|
|
525
526
|
},
|
|
526
527
|
set: function (v) {
|
|
527
|
-
this.i.
|
|
528
|
-
this._a("actualPaddingBottom", this.i.
|
|
528
|
+
this.i.b0 = +v;
|
|
529
|
+
this._a("actualPaddingBottom", this.i.b0);
|
|
529
530
|
},
|
|
530
531
|
enumerable: false,
|
|
531
532
|
configurable: true
|
|
532
533
|
});
|
|
533
534
|
Object.defineProperty(IgcToolActionComponent.prototype, "paddingTop", {
|
|
534
535
|
get: function () {
|
|
535
|
-
return this.i.
|
|
536
|
+
return this.i.cm;
|
|
536
537
|
},
|
|
537
538
|
set: function (v) {
|
|
538
|
-
this.i.
|
|
539
|
-
this._a("paddingTop", this.i.
|
|
539
|
+
this.i.cm = +v;
|
|
540
|
+
this._a("paddingTop", this.i.cm);
|
|
540
541
|
},
|
|
541
542
|
enumerable: false,
|
|
542
543
|
configurable: true
|
|
543
544
|
});
|
|
544
545
|
Object.defineProperty(IgcToolActionComponent.prototype, "actualPaddingTop", {
|
|
545
546
|
get: function () {
|
|
546
|
-
return this.i.
|
|
547
|
+
return this.i.b3;
|
|
547
548
|
},
|
|
548
549
|
set: function (v) {
|
|
549
|
-
this.i.
|
|
550
|
-
this._a("actualPaddingTop", this.i.
|
|
550
|
+
this.i.b3 = +v;
|
|
551
|
+
this._a("actualPaddingTop", this.i.b3);
|
|
551
552
|
},
|
|
552
553
|
enumerable: false,
|
|
553
554
|
configurable: true
|
|
@@ -557,11 +558,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
557
558
|
* Gets the actual hover background used by the tool action.
|
|
558
559
|
*/
|
|
559
560
|
get: function () {
|
|
560
|
-
return brushToString(this.i.
|
|
561
|
+
return brushToString(this.i.g7);
|
|
561
562
|
},
|
|
562
563
|
set: function (v) {
|
|
563
|
-
this.i.
|
|
564
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
564
|
+
this.i.g7 = stringToBrush(v);
|
|
565
|
+
this._a("actualHoverBackground", brushToString(this.i.g7));
|
|
565
566
|
},
|
|
566
567
|
enumerable: false,
|
|
567
568
|
configurable: true
|
|
@@ -571,11 +572,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
571
572
|
* Gets or sets the hover background for this tool action.
|
|
572
573
|
*/
|
|
573
574
|
get: function () {
|
|
574
|
-
return brushToString(this.i.
|
|
575
|
+
return brushToString(this.i.hf);
|
|
575
576
|
},
|
|
576
577
|
set: function (v) {
|
|
577
|
-
this.i.
|
|
578
|
-
this._a("hoverBackground", brushToString(this.i.
|
|
578
|
+
this.i.hf = stringToBrush(v);
|
|
579
|
+
this._a("hoverBackground", brushToString(this.i.hf));
|
|
579
580
|
},
|
|
580
581
|
enumerable: false,
|
|
581
582
|
configurable: true
|
|
@@ -585,11 +586,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
585
586
|
* Gets the actual background used by the tool action.
|
|
586
587
|
*/
|
|
587
588
|
get: function () {
|
|
588
|
-
return brushToString(this.i.
|
|
589
|
+
return brushToString(this.i.g4);
|
|
589
590
|
},
|
|
590
591
|
set: function (v) {
|
|
591
|
-
this.i.
|
|
592
|
-
this._a("actualBackground", brushToString(this.i.
|
|
592
|
+
this.i.g4 = stringToBrush(v);
|
|
593
|
+
this._a("actualBackground", brushToString(this.i.g4));
|
|
593
594
|
},
|
|
594
595
|
enumerable: false,
|
|
595
596
|
configurable: true
|
|
@@ -599,11 +600,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
599
600
|
* Gets or sets the background color of the tool action.
|
|
600
601
|
*/
|
|
601
602
|
get: function () {
|
|
602
|
-
return brushToString(this.i.
|
|
603
|
+
return brushToString(this.i.hc);
|
|
603
604
|
},
|
|
604
605
|
set: function (v) {
|
|
605
|
-
this.i.
|
|
606
|
-
this._a("background", brushToString(this.i.
|
|
606
|
+
this.i.hc = stringToBrush(v);
|
|
607
|
+
this._a("background", brushToString(this.i.hc));
|
|
607
608
|
},
|
|
608
609
|
enumerable: false,
|
|
609
610
|
configurable: true
|
|
@@ -613,11 +614,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
613
614
|
* Gets the actual label text color.
|
|
614
615
|
*/
|
|
615
616
|
get: function () {
|
|
616
|
-
return brushToString(this.i.
|
|
617
|
+
return brushToString(this.i.hb);
|
|
617
618
|
},
|
|
618
619
|
set: function (v) {
|
|
619
|
-
this.i.
|
|
620
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
620
|
+
this.i.hb = stringToBrush(v);
|
|
621
|
+
this._a("actualTextColor", brushToString(this.i.hb));
|
|
621
622
|
},
|
|
622
623
|
enumerable: false,
|
|
623
624
|
configurable: true
|
|
@@ -627,11 +628,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
627
628
|
* Gets or sets the label text color.
|
|
628
629
|
*/
|
|
629
630
|
get: function () {
|
|
630
|
-
return brushToString(this.i.
|
|
631
|
+
return brushToString(this.i.hj);
|
|
631
632
|
},
|
|
632
633
|
set: function (v) {
|
|
633
|
-
this.i.
|
|
634
|
-
this._a("textColor", brushToString(this.i.
|
|
634
|
+
this.i.hj = stringToBrush(v);
|
|
635
|
+
this._a("textColor", brushToString(this.i.hj));
|
|
635
636
|
},
|
|
636
637
|
enumerable: false,
|
|
637
638
|
configurable: true
|
|
@@ -641,11 +642,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
641
642
|
* Gets the actual label text color.
|
|
642
643
|
*/
|
|
643
644
|
get: function () {
|
|
644
|
-
return brushToString(this.i.
|
|
645
|
+
return brushToString(this.i.ha);
|
|
645
646
|
},
|
|
646
647
|
set: function (v) {
|
|
647
|
-
this.i.
|
|
648
|
-
this._a("actualSubtitleTextColor", brushToString(this.i.
|
|
648
|
+
this.i.ha = stringToBrush(v);
|
|
649
|
+
this._a("actualSubtitleTextColor", brushToString(this.i.ha));
|
|
649
650
|
},
|
|
650
651
|
enumerable: false,
|
|
651
652
|
configurable: true
|
|
@@ -655,11 +656,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
655
656
|
* Gets or sets the label text color.
|
|
656
657
|
*/
|
|
657
658
|
get: function () {
|
|
658
|
-
return brushToString(this.i.
|
|
659
|
+
return brushToString(this.i.hi);
|
|
659
660
|
},
|
|
660
661
|
set: function (v) {
|
|
661
|
-
this.i.
|
|
662
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
662
|
+
this.i.hi = stringToBrush(v);
|
|
663
|
+
this._a("subtitleTextColor", brushToString(this.i.hi));
|
|
663
664
|
},
|
|
664
665
|
enumerable: false,
|
|
665
666
|
configurable: true
|
|
@@ -669,11 +670,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
669
670
|
* Gets the actual label text color when the tool is disabled.
|
|
670
671
|
*/
|
|
671
672
|
get: function () {
|
|
672
|
-
return brushToString(this.i.
|
|
673
|
+
return brushToString(this.i.g5);
|
|
673
674
|
},
|
|
674
675
|
set: function (v) {
|
|
675
|
-
this.i.
|
|
676
|
-
this._a("actualDisabledTextColor", brushToString(this.i.
|
|
676
|
+
this.i.g5 = stringToBrush(v);
|
|
677
|
+
this._a("actualDisabledTextColor", brushToString(this.i.g5));
|
|
677
678
|
},
|
|
678
679
|
enumerable: false,
|
|
679
680
|
configurable: true
|
|
@@ -683,11 +684,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
683
684
|
* Gets or sets the label text color when the tool is disabled.
|
|
684
685
|
*/
|
|
685
686
|
get: function () {
|
|
686
|
-
return brushToString(this.i.
|
|
687
|
+
return brushToString(this.i.hd);
|
|
687
688
|
},
|
|
688
689
|
set: function (v) {
|
|
689
|
-
this.i.
|
|
690
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
690
|
+
this.i.hd = stringToBrush(v);
|
|
691
|
+
this._a("disabledTextColor", brushToString(this.i.hd));
|
|
691
692
|
},
|
|
692
693
|
enumerable: false,
|
|
693
694
|
configurable: true
|
|
@@ -697,10 +698,10 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
697
698
|
* Gets the actual font used.
|
|
698
699
|
*/
|
|
699
700
|
get: function () {
|
|
700
|
-
return this.i.
|
|
701
|
+
return this.i.ae;
|
|
701
702
|
},
|
|
702
703
|
set: function (v) {
|
|
703
|
-
this.i.
|
|
704
|
+
this.i.ae = v;
|
|
704
705
|
},
|
|
705
706
|
enumerable: false,
|
|
706
707
|
configurable: true
|
|
@@ -710,16 +711,16 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
710
711
|
* Gets or sets the font to use.
|
|
711
712
|
*/
|
|
712
713
|
get: function () {
|
|
713
|
-
if (this.i.
|
|
714
|
+
if (this.i.ah == null) {
|
|
714
715
|
return null;
|
|
715
716
|
}
|
|
716
|
-
return this.i.
|
|
717
|
+
return this.i.ah.fontString;
|
|
717
718
|
},
|
|
718
719
|
set: function (v) {
|
|
719
720
|
var fi = new FontInfo();
|
|
720
721
|
fi.fontString = v;
|
|
721
|
-
this.i.
|
|
722
|
-
this._a("textStyle", this.i.
|
|
722
|
+
this.i.ah = fi;
|
|
723
|
+
this._a("textStyle", this.i.ah != null ? this.i.ah.fontString : "");
|
|
723
724
|
},
|
|
724
725
|
enumerable: false,
|
|
725
726
|
configurable: true
|
|
@@ -729,10 +730,10 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
729
730
|
* Gets the actual font used.
|
|
730
731
|
*/
|
|
731
732
|
get: function () {
|
|
732
|
-
return this.i.
|
|
733
|
+
return this.i.ad;
|
|
733
734
|
},
|
|
734
735
|
set: function (v) {
|
|
735
|
-
this.i.
|
|
736
|
+
this.i.ad = v;
|
|
736
737
|
},
|
|
737
738
|
enumerable: false,
|
|
738
739
|
configurable: true
|
|
@@ -742,38 +743,38 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
742
743
|
* Gets or sets the font to use.
|
|
743
744
|
*/
|
|
744
745
|
get: function () {
|
|
745
|
-
if (this.i.
|
|
746
|
+
if (this.i.ag == null) {
|
|
746
747
|
return null;
|
|
747
748
|
}
|
|
748
|
-
return this.i.
|
|
749
|
+
return this.i.ag.fontString;
|
|
749
750
|
},
|
|
750
751
|
set: function (v) {
|
|
751
752
|
var fi = new FontInfo();
|
|
752
753
|
fi.fontString = v;
|
|
753
|
-
this.i.
|
|
754
|
-
this._a("subtitleTextStyle", this.i.
|
|
754
|
+
this.i.ag = fi;
|
|
755
|
+
this._a("subtitleTextStyle", this.i.ag != null ? this.i.ag.fontString : "");
|
|
755
756
|
},
|
|
756
757
|
enumerable: false,
|
|
757
758
|
configurable: true
|
|
758
759
|
});
|
|
759
760
|
Object.defineProperty(IgcToolActionComponent.prototype, "isDisabled", {
|
|
760
761
|
get: function () {
|
|
761
|
-
return this.i.
|
|
762
|
+
return this.i.a8;
|
|
762
763
|
},
|
|
763
764
|
set: function (v) {
|
|
764
|
-
this.i.
|
|
765
|
-
this._a("isDisabled", this.i.
|
|
765
|
+
this.i.a8 = ensureBool(v);
|
|
766
|
+
this._a("isDisabled", this.i.a8);
|
|
766
767
|
},
|
|
767
768
|
enumerable: false,
|
|
768
769
|
configurable: true
|
|
769
770
|
});
|
|
770
771
|
Object.defineProperty(IgcToolActionComponent.prototype, "isHighlighted", {
|
|
771
772
|
get: function () {
|
|
772
|
-
return this.i.
|
|
773
|
+
return this.i.a9;
|
|
773
774
|
},
|
|
774
775
|
set: function (v) {
|
|
775
|
-
this.i.
|
|
776
|
-
this._a("isHighlighted", this.i.
|
|
776
|
+
this.i.a9 = ensureBool(v);
|
|
777
|
+
this._a("isHighlighted", this.i.a9);
|
|
777
778
|
},
|
|
778
779
|
enumerable: false,
|
|
779
780
|
configurable: true
|
|
@@ -783,11 +784,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
783
784
|
* Gets or sets the display density to use for the action.
|
|
784
785
|
*/
|
|
785
786
|
get: function () {
|
|
786
|
-
return this.i.
|
|
787
|
+
return this.i.w;
|
|
787
788
|
},
|
|
788
789
|
set: function (v) {
|
|
789
|
-
this.i.
|
|
790
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
790
|
+
this.i.w = ensureEnum(ControlDisplayDensity_$type, v);
|
|
791
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.w));
|
|
791
792
|
},
|
|
792
793
|
enumerable: false,
|
|
793
794
|
configurable: true
|
|
@@ -797,21 +798,21 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
797
798
|
* Gets the resolved display density to use for the action.
|
|
798
799
|
*/
|
|
799
800
|
get: function () {
|
|
800
|
-
return this.i.
|
|
801
|
+
return this.i.v;
|
|
801
802
|
},
|
|
802
803
|
set: function (v) {
|
|
803
|
-
this.i.
|
|
804
|
-
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.
|
|
804
|
+
this.i.v = ensureEnum(ControlDisplayDensity_$type, v);
|
|
805
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.v));
|
|
805
806
|
},
|
|
806
807
|
enumerable: false,
|
|
807
808
|
configurable: true
|
|
808
809
|
});
|
|
809
810
|
Object.defineProperty(IgcToolActionComponent.prototype, "name", {
|
|
810
811
|
get: function () {
|
|
811
|
-
return this.i.
|
|
812
|
+
return this.i.el;
|
|
812
813
|
},
|
|
813
814
|
set: function (v) {
|
|
814
|
-
this.i.
|
|
815
|
+
this.i.el = v;
|
|
815
816
|
},
|
|
816
817
|
enumerable: false,
|
|
817
818
|
configurable: true
|
|
@@ -821,10 +822,10 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
821
822
|
* Gets or sets the title of the tool.
|
|
822
823
|
*/
|
|
823
824
|
get: function () {
|
|
824
|
-
return this.i.
|
|
825
|
+
return this.i.e5;
|
|
825
826
|
},
|
|
826
827
|
set: function (v) {
|
|
827
|
-
this.i.
|
|
828
|
+
this.i.e5 = v;
|
|
828
829
|
},
|
|
829
830
|
enumerable: false,
|
|
830
831
|
configurable: true
|
|
@@ -834,30 +835,44 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
834
835
|
* Gets or sets the subtitle of the tool.
|
|
835
836
|
*/
|
|
836
837
|
get: function () {
|
|
837
|
-
return this.i.
|
|
838
|
+
return this.i.ez;
|
|
839
|
+
},
|
|
840
|
+
set: function (v) {
|
|
841
|
+
this.i.ez = v;
|
|
842
|
+
},
|
|
843
|
+
enumerable: false,
|
|
844
|
+
configurable: true
|
|
845
|
+
});
|
|
846
|
+
Object.defineProperty(IgcToolActionComponent.prototype, "titleHorizontalAlignment", {
|
|
847
|
+
/**
|
|
848
|
+
* Gets or sets the title horizontal alignment.
|
|
849
|
+
*/
|
|
850
|
+
get: function () {
|
|
851
|
+
return this.i.g2;
|
|
838
852
|
},
|
|
839
853
|
set: function (v) {
|
|
840
|
-
this.i.
|
|
854
|
+
this.i.g2 = ensureEnum(HorizontalAlignment_$type, v);
|
|
855
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.g2));
|
|
841
856
|
},
|
|
842
857
|
enumerable: false,
|
|
843
858
|
configurable: true
|
|
844
859
|
});
|
|
845
860
|
Object.defineProperty(IgcToolActionComponent.prototype, "iconName", {
|
|
846
861
|
get: function () {
|
|
847
|
-
return this.i.
|
|
862
|
+
return this.i.d9;
|
|
848
863
|
},
|
|
849
864
|
set: function (v) {
|
|
850
|
-
this.i.
|
|
865
|
+
this.i.d9 = v;
|
|
851
866
|
},
|
|
852
867
|
enumerable: false,
|
|
853
868
|
configurable: true
|
|
854
869
|
});
|
|
855
870
|
Object.defineProperty(IgcToolActionComponent.prototype, "iconCollectionName", {
|
|
856
871
|
get: function () {
|
|
857
|
-
return this.i.
|
|
872
|
+
return this.i.d4;
|
|
858
873
|
},
|
|
859
874
|
set: function (v) {
|
|
860
|
-
this.i.
|
|
875
|
+
this.i.d4 = v;
|
|
861
876
|
},
|
|
862
877
|
enumerable: false,
|
|
863
878
|
configurable: true
|
|
@@ -867,11 +882,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
867
882
|
* Gets or sets the icon viewbox left.
|
|
868
883
|
*/
|
|
869
884
|
get: function () {
|
|
870
|
-
return this.i.
|
|
885
|
+
return this.i.cf;
|
|
871
886
|
},
|
|
872
887
|
set: function (v) {
|
|
873
|
-
this.i.
|
|
874
|
-
this._a("iconViewBoxLeft", this.i.
|
|
888
|
+
this.i.cf = +v;
|
|
889
|
+
this._a("iconViewBoxLeft", this.i.cf);
|
|
875
890
|
},
|
|
876
891
|
enumerable: false,
|
|
877
892
|
configurable: true
|
|
@@ -881,11 +896,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
881
896
|
* Gets or sets the icon viewbox top.
|
|
882
897
|
*/
|
|
883
898
|
get: function () {
|
|
884
|
-
return this.i.
|
|
899
|
+
return this.i.cg;
|
|
885
900
|
},
|
|
886
901
|
set: function (v) {
|
|
887
|
-
this.i.
|
|
888
|
-
this._a("iconViewBoxTop", this.i.
|
|
902
|
+
this.i.cg = +v;
|
|
903
|
+
this._a("iconViewBoxTop", this.i.cg);
|
|
889
904
|
},
|
|
890
905
|
enumerable: false,
|
|
891
906
|
configurable: true
|
|
@@ -895,11 +910,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
895
910
|
* Gets or sets the icon viewbox width.
|
|
896
911
|
*/
|
|
897
912
|
get: function () {
|
|
898
|
-
return this.i.
|
|
913
|
+
return this.i.ch;
|
|
899
914
|
},
|
|
900
915
|
set: function (v) {
|
|
901
|
-
this.i.
|
|
902
|
-
this._a("iconViewBoxWidth", this.i.
|
|
916
|
+
this.i.ch = +v;
|
|
917
|
+
this._a("iconViewBoxWidth", this.i.ch);
|
|
903
918
|
},
|
|
904
919
|
enumerable: false,
|
|
905
920
|
configurable: true
|
|
@@ -909,11 +924,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
909
924
|
* Gets or sets the icon viewbox height.
|
|
910
925
|
*/
|
|
911
926
|
get: function () {
|
|
912
|
-
return this.i.
|
|
927
|
+
return this.i.ce;
|
|
913
928
|
},
|
|
914
929
|
set: function (v) {
|
|
915
|
-
this.i.
|
|
916
|
-
this._a("iconViewBoxHeight", this.i.
|
|
930
|
+
this.i.ce = +v;
|
|
931
|
+
this._a("iconViewBoxHeight", this.i.ce);
|
|
917
932
|
},
|
|
918
933
|
enumerable: false,
|
|
919
934
|
configurable: true
|
|
@@ -923,11 +938,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
923
938
|
* Gets or sets the icon fill color.
|
|
924
939
|
*/
|
|
925
940
|
get: function () {
|
|
926
|
-
return brushToString(this.i.
|
|
941
|
+
return brushToString(this.i.hg);
|
|
927
942
|
},
|
|
928
943
|
set: function (v) {
|
|
929
|
-
this.i.
|
|
930
|
-
this._a("iconFill", brushToString(this.i.
|
|
944
|
+
this.i.hg = stringToBrush(v);
|
|
945
|
+
this._a("iconFill", brushToString(this.i.hg));
|
|
931
946
|
},
|
|
932
947
|
enumerable: false,
|
|
933
948
|
configurable: true
|
|
@@ -937,11 +952,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
937
952
|
* Gets the actual icon fill color.
|
|
938
953
|
*/
|
|
939
954
|
get: function () {
|
|
940
|
-
return brushToString(this.i.
|
|
955
|
+
return brushToString(this.i.g8);
|
|
941
956
|
},
|
|
942
957
|
set: function (v) {
|
|
943
|
-
this.i.
|
|
944
|
-
this._a("actualIconFill", brushToString(this.i.
|
|
958
|
+
this.i.g8 = stringToBrush(v);
|
|
959
|
+
this._a("actualIconFill", brushToString(this.i.g8));
|
|
945
960
|
},
|
|
946
961
|
enumerable: false,
|
|
947
962
|
configurable: true
|
|
@@ -965,11 +980,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
965
980
|
* Gets or sets the icon stroke color.
|
|
966
981
|
*/
|
|
967
982
|
get: function () {
|
|
968
|
-
return brushToString(this.i.
|
|
983
|
+
return brushToString(this.i.hh);
|
|
969
984
|
},
|
|
970
985
|
set: function (v) {
|
|
971
|
-
this.i.
|
|
972
|
-
this._a("iconStroke", brushToString(this.i.
|
|
986
|
+
this.i.hh = stringToBrush(v);
|
|
987
|
+
this._a("iconStroke", brushToString(this.i.hh));
|
|
973
988
|
},
|
|
974
989
|
enumerable: false,
|
|
975
990
|
configurable: true
|
|
@@ -979,11 +994,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
979
994
|
* Gets the actual icon stroke color.
|
|
980
995
|
*/
|
|
981
996
|
get: function () {
|
|
982
|
-
return brushToString(this.i.
|
|
997
|
+
return brushToString(this.i.g9);
|
|
983
998
|
},
|
|
984
999
|
set: function (v) {
|
|
985
|
-
this.i.
|
|
986
|
-
this._a("actualIconStroke", brushToString(this.i.
|
|
1000
|
+
this.i.g9 = stringToBrush(v);
|
|
1001
|
+
this._a("actualIconStroke", brushToString(this.i.g9));
|
|
987
1002
|
},
|
|
988
1003
|
enumerable: false,
|
|
989
1004
|
configurable: true
|
|
@@ -1007,11 +1022,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1007
1022
|
* Gets or sets the icon viewbox width.
|
|
1008
1023
|
*/
|
|
1009
1024
|
get: function () {
|
|
1010
|
-
return this.i.
|
|
1025
|
+
return this.i.cd;
|
|
1011
1026
|
},
|
|
1012
1027
|
set: function (v) {
|
|
1013
|
-
this.i.
|
|
1014
|
-
this._a("iconStrokeWidth", this.i.
|
|
1028
|
+
this.i.cd = +v;
|
|
1029
|
+
this._a("iconStrokeWidth", this.i.cd);
|
|
1015
1030
|
},
|
|
1016
1031
|
enumerable: false,
|
|
1017
1032
|
configurable: true
|
|
@@ -1021,11 +1036,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1021
1036
|
* Gets or sets the width of the icon.
|
|
1022
1037
|
*/
|
|
1023
1038
|
get: function () {
|
|
1024
|
-
return this.i.
|
|
1039
|
+
return this.i.ci;
|
|
1025
1040
|
},
|
|
1026
1041
|
set: function (v) {
|
|
1027
|
-
this.i.
|
|
1028
|
-
this._a("iconWidth", this.i.
|
|
1042
|
+
this.i.ci = +v;
|
|
1043
|
+
this._a("iconWidth", this.i.ci);
|
|
1029
1044
|
},
|
|
1030
1045
|
enumerable: false,
|
|
1031
1046
|
configurable: true
|
|
@@ -1035,11 +1050,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1035
1050
|
* Gets the actual icon width used.
|
|
1036
1051
|
*/
|
|
1037
1052
|
get: function () {
|
|
1038
|
-
return this.i.
|
|
1053
|
+
return this.i.bz;
|
|
1039
1054
|
},
|
|
1040
1055
|
set: function (v) {
|
|
1041
|
-
this.i.
|
|
1042
|
-
this._a("actualIconWidth", this.i.
|
|
1056
|
+
this.i.bz = +v;
|
|
1057
|
+
this._a("actualIconWidth", this.i.bz);
|
|
1043
1058
|
},
|
|
1044
1059
|
enumerable: false,
|
|
1045
1060
|
configurable: true
|
|
@@ -1049,11 +1064,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1049
1064
|
* Gets or sets the height of the icon.
|
|
1050
1065
|
*/
|
|
1051
1066
|
get: function () {
|
|
1052
|
-
return this.i.
|
|
1067
|
+
return this.i.cc;
|
|
1053
1068
|
},
|
|
1054
1069
|
set: function (v) {
|
|
1055
|
-
this.i.
|
|
1056
|
-
this._a("iconHeight", this.i.
|
|
1070
|
+
this.i.cc = +v;
|
|
1071
|
+
this._a("iconHeight", this.i.cc);
|
|
1057
1072
|
},
|
|
1058
1073
|
enumerable: false,
|
|
1059
1074
|
configurable: true
|
|
@@ -1063,11 +1078,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1063
1078
|
* Gets the actual icon height used.
|
|
1064
1079
|
*/
|
|
1065
1080
|
get: function () {
|
|
1066
|
-
return this.i.
|
|
1081
|
+
return this.i.by;
|
|
1067
1082
|
},
|
|
1068
1083
|
set: function (v) {
|
|
1069
|
-
this.i.
|
|
1070
|
-
this._a("actualIconHeight", this.i.
|
|
1084
|
+
this.i.by = +v;
|
|
1085
|
+
this._a("actualIconHeight", this.i.by);
|
|
1071
1086
|
},
|
|
1072
1087
|
enumerable: false,
|
|
1073
1088
|
configurable: true
|
|
@@ -1077,11 +1092,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1077
1092
|
* Gets or sets the tool action visibility.
|
|
1078
1093
|
*/
|
|
1079
1094
|
get: function () {
|
|
1080
|
-
return this.i.
|
|
1095
|
+
return this.i.hk;
|
|
1081
1096
|
},
|
|
1082
1097
|
set: function (v) {
|
|
1083
|
-
this.i.
|
|
1084
|
-
this._a("visibility", enumToString(Visibility_$type, this.i.
|
|
1098
|
+
this.i.hk = ensureEnum(Visibility_$type, v);
|
|
1099
|
+
this._a("visibility", enumToString(Visibility_$type, this.i.hk));
|
|
1085
1100
|
},
|
|
1086
1101
|
enumerable: false,
|
|
1087
1102
|
configurable: true
|
|
@@ -1091,77 +1106,77 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1091
1106
|
* Gets or sets if the tool action will close its parent dropdown when executed by the user.
|
|
1092
1107
|
*/
|
|
1093
1108
|
get: function () {
|
|
1094
|
-
return this.i.
|
|
1109
|
+
return this.i.aw;
|
|
1095
1110
|
},
|
|
1096
1111
|
set: function (v) {
|
|
1097
|
-
this.i.
|
|
1098
|
-
this._a("closeOnExecute", this.i.
|
|
1112
|
+
this.i.aw = ensureBool(v);
|
|
1113
|
+
this._a("closeOnExecute", this.i.aw);
|
|
1099
1114
|
},
|
|
1100
1115
|
enumerable: false,
|
|
1101
1116
|
configurable: true
|
|
1102
1117
|
});
|
|
1103
1118
|
Object.defineProperty(IgcToolActionComponent.prototype, "highlightWidth", {
|
|
1104
1119
|
get: function () {
|
|
1105
|
-
return this.i.
|
|
1120
|
+
return this.i.cb;
|
|
1106
1121
|
},
|
|
1107
1122
|
set: function (v) {
|
|
1108
|
-
this.i.
|
|
1109
|
-
this._a("highlightWidth", this.i.
|
|
1123
|
+
this.i.cb = +v;
|
|
1124
|
+
this._a("highlightWidth", this.i.cb);
|
|
1110
1125
|
},
|
|
1111
1126
|
enumerable: false,
|
|
1112
1127
|
configurable: true
|
|
1113
1128
|
});
|
|
1114
1129
|
Object.defineProperty(IgcToolActionComponent.prototype, "actualHighlightWidth", {
|
|
1115
1130
|
get: function () {
|
|
1116
|
-
return this.i.
|
|
1131
|
+
return this.i.bx;
|
|
1117
1132
|
},
|
|
1118
1133
|
set: function (v) {
|
|
1119
|
-
this.i.
|
|
1120
|
-
this._a("actualHighlightWidth", this.i.
|
|
1134
|
+
this.i.bx = +v;
|
|
1135
|
+
this._a("actualHighlightWidth", this.i.bx);
|
|
1121
1136
|
},
|
|
1122
1137
|
enumerable: false,
|
|
1123
1138
|
configurable: true
|
|
1124
1139
|
});
|
|
1125
1140
|
Object.defineProperty(IgcToolActionComponent.prototype, "highlightRadius", {
|
|
1126
1141
|
get: function () {
|
|
1127
|
-
return this.i.
|
|
1142
|
+
return this.i.ca;
|
|
1128
1143
|
},
|
|
1129
1144
|
set: function (v) {
|
|
1130
|
-
this.i.
|
|
1131
|
-
this._a("highlightRadius", this.i.
|
|
1145
|
+
this.i.ca = +v;
|
|
1146
|
+
this._a("highlightRadius", this.i.ca);
|
|
1132
1147
|
},
|
|
1133
1148
|
enumerable: false,
|
|
1134
1149
|
configurable: true
|
|
1135
1150
|
});
|
|
1136
1151
|
Object.defineProperty(IgcToolActionComponent.prototype, "actualHighlightRadius", {
|
|
1137
1152
|
get: function () {
|
|
1138
|
-
return this.i.
|
|
1153
|
+
return this.i.bw;
|
|
1139
1154
|
},
|
|
1140
1155
|
set: function (v) {
|
|
1141
|
-
this.i.
|
|
1142
|
-
this._a("actualHighlightRadius", this.i.
|
|
1156
|
+
this.i.bw = +v;
|
|
1157
|
+
this._a("actualHighlightRadius", this.i.bw);
|
|
1143
1158
|
},
|
|
1144
1159
|
enumerable: false,
|
|
1145
1160
|
configurable: true
|
|
1146
1161
|
});
|
|
1147
1162
|
Object.defineProperty(IgcToolActionComponent.prototype, "highlightColor", {
|
|
1148
1163
|
get: function () {
|
|
1149
|
-
return brushToString(this.i.
|
|
1164
|
+
return brushToString(this.i.he);
|
|
1150
1165
|
},
|
|
1151
1166
|
set: function (v) {
|
|
1152
|
-
this.i.
|
|
1153
|
-
this._a("highlightColor", brushToString(this.i.
|
|
1167
|
+
this.i.he = stringToBrush(v);
|
|
1168
|
+
this._a("highlightColor", brushToString(this.i.he));
|
|
1154
1169
|
},
|
|
1155
1170
|
enumerable: false,
|
|
1156
1171
|
configurable: true
|
|
1157
1172
|
});
|
|
1158
1173
|
Object.defineProperty(IgcToolActionComponent.prototype, "actualHighlightColor", {
|
|
1159
1174
|
get: function () {
|
|
1160
|
-
return brushToString(this.i.
|
|
1175
|
+
return brushToString(this.i.g6);
|
|
1161
1176
|
},
|
|
1162
1177
|
set: function (v) {
|
|
1163
|
-
this.i.
|
|
1164
|
-
this._a("actualHighlightColor", brushToString(this.i.
|
|
1178
|
+
this.i.g6 = stringToBrush(v);
|
|
1179
|
+
this._a("actualHighlightColor", brushToString(this.i.g6));
|
|
1165
1180
|
},
|
|
1166
1181
|
enumerable: false,
|
|
1167
1182
|
configurable: true
|
|
@@ -1238,17 +1253,17 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1238
1253
|
this._inStyling = false;
|
|
1239
1254
|
};
|
|
1240
1255
|
IgcToolActionComponent.prototype.openSubMenu = function () {
|
|
1241
|
-
this.i.
|
|
1256
|
+
this.i.ge();
|
|
1242
1257
|
};
|
|
1243
1258
|
IgcToolActionComponent.prototype.closeSubmenu = function () {
|
|
1244
|
-
this.i.
|
|
1259
|
+
this.i.fd();
|
|
1245
1260
|
};
|
|
1246
1261
|
IgcToolActionComponent.prototype.exportVisualData = function () {
|
|
1247
|
-
var iv = this.i.
|
|
1262
|
+
var iv = this.i.cr();
|
|
1248
1263
|
return (iv);
|
|
1249
1264
|
};
|
|
1250
1265
|
IgcToolActionComponent.prototype.exportSerializedVisualData = function () {
|
|
1251
|
-
var iv = this.i.
|
|
1266
|
+
var iv = this.i.dy();
|
|
1252
1267
|
return (iv);
|
|
1253
1268
|
};
|
|
1254
1269
|
Object.defineProperty(IgcToolActionComponent.prototype, "onCommand", {
|