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
|
@@ -276,11 +276,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
276
276
|
* Gets or sets if the tool actions should display their submenus on mouse hover.
|
|
277
277
|
*/
|
|
278
278
|
get: function () {
|
|
279
|
-
return this.i.
|
|
279
|
+
return this.i.a5;
|
|
280
280
|
},
|
|
281
281
|
set: function (v) {
|
|
282
|
-
this.i.
|
|
283
|
-
this._a("showOnHover", this.i.
|
|
282
|
+
this.i.a5 = ensureBool(v);
|
|
283
|
+
this._a("showOnHover", this.i.a5);
|
|
284
284
|
},
|
|
285
285
|
enumerable: false,
|
|
286
286
|
configurable: true
|
|
@@ -290,11 +290,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
290
290
|
* Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
|
|
291
291
|
*/
|
|
292
292
|
get: function () {
|
|
293
|
-
return this.i.
|
|
293
|
+
return this.i.a6;
|
|
294
294
|
},
|
|
295
295
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
297
|
-
this._a("showTooltipOnHover", this.i.
|
|
296
|
+
this.i.a6 = ensureBool(v);
|
|
297
|
+
this._a("showTooltipOnHover", this.i.a6);
|
|
298
298
|
},
|
|
299
299
|
enumerable: false,
|
|
300
300
|
configurable: true
|
|
@@ -306,11 +306,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
306
306
|
* always keep the dropdown open during a hover open and will require an extra click to close.
|
|
307
307
|
*/
|
|
308
308
|
get: function () {
|
|
309
|
-
return this.i.
|
|
309
|
+
return this.i.cz;
|
|
310
310
|
},
|
|
311
311
|
set: function (v) {
|
|
312
|
-
this.i.
|
|
313
|
-
this._a("dropdownClickBuffer", this.i.
|
|
312
|
+
this.i.cz = +v;
|
|
313
|
+
this._a("dropdownClickBuffer", this.i.cz);
|
|
314
314
|
},
|
|
315
315
|
enumerable: false,
|
|
316
316
|
configurable: true
|
|
@@ -320,11 +320,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
320
320
|
* Prevents clicks on the tool actions from bubbling.
|
|
321
321
|
*/
|
|
322
322
|
get: function () {
|
|
323
|
-
return this.i.
|
|
323
|
+
return this.i.a7;
|
|
324
324
|
},
|
|
325
325
|
set: function (v) {
|
|
326
|
-
this.i.
|
|
327
|
-
this._a("stopPropagation", this.i.
|
|
326
|
+
this.i.a7 = ensureBool(v);
|
|
327
|
+
this._a("stopPropagation", this.i.a7);
|
|
328
328
|
},
|
|
329
329
|
enumerable: false,
|
|
330
330
|
configurable: true
|
|
@@ -334,16 +334,16 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
334
334
|
* Gets or sets the text style for the panel.
|
|
335
335
|
*/
|
|
336
336
|
get: function () {
|
|
337
|
-
if (this.i.
|
|
337
|
+
if (this.i.ap == null) {
|
|
338
338
|
return null;
|
|
339
339
|
}
|
|
340
|
-
return this.i.
|
|
340
|
+
return this.i.ap.fontString;
|
|
341
341
|
},
|
|
342
342
|
set: function (v) {
|
|
343
343
|
var fi = new FontInfo();
|
|
344
344
|
fi.fontString = v;
|
|
345
|
-
this.i.
|
|
346
|
-
this._a("cellTextStyle", this.i.
|
|
345
|
+
this.i.ap = fi;
|
|
346
|
+
this._a("cellTextStyle", this.i.ap != null ? this.i.ap.fontString : "");
|
|
347
347
|
},
|
|
348
348
|
enumerable: false,
|
|
349
349
|
configurable: true
|
|
@@ -353,16 +353,35 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
353
353
|
* Gets or sets the subtitle text style for the panel.
|
|
354
354
|
*/
|
|
355
355
|
get: function () {
|
|
356
|
-
if (this.i.
|
|
356
|
+
if (this.i.as == null) {
|
|
357
|
+
return null;
|
|
358
|
+
}
|
|
359
|
+
return this.i.as.fontString;
|
|
360
|
+
},
|
|
361
|
+
set: function (v) {
|
|
362
|
+
var fi = new FontInfo();
|
|
363
|
+
fi.fontString = v;
|
|
364
|
+
this.i.as = fi;
|
|
365
|
+
this._a("subtitleTextStyle", this.i.as != null ? this.i.as.fontString : "");
|
|
366
|
+
},
|
|
367
|
+
enumerable: false,
|
|
368
|
+
configurable: true
|
|
369
|
+
});
|
|
370
|
+
Object.defineProperty(IgcToolPanelComponent.prototype, "groupHeaderTextStyle", {
|
|
371
|
+
/**
|
|
372
|
+
* Gets or sets the text style.
|
|
373
|
+
*/
|
|
374
|
+
get: function () {
|
|
375
|
+
if (this.i.ar == null) {
|
|
357
376
|
return null;
|
|
358
377
|
}
|
|
359
|
-
return this.i.
|
|
378
|
+
return this.i.ar.fontString;
|
|
360
379
|
},
|
|
361
380
|
set: function (v) {
|
|
362
381
|
var fi = new FontInfo();
|
|
363
382
|
fi.fontString = v;
|
|
364
|
-
this.i.
|
|
365
|
-
this._a("
|
|
383
|
+
this.i.ar = fi;
|
|
384
|
+
this._a("groupHeaderTextStyle", this.i.ar != null ? this.i.ar.fontString : "");
|
|
366
385
|
},
|
|
367
386
|
enumerable: false,
|
|
368
387
|
configurable: true
|
|
@@ -414,22 +433,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
414
433
|
* Gets or sets the color to use for the background of the component.
|
|
415
434
|
*/
|
|
416
435
|
get: function () {
|
|
417
|
-
return brushToString(this.i.
|
|
436
|
+
return brushToString(this.i.jc);
|
|
418
437
|
},
|
|
419
438
|
set: function (v) {
|
|
420
|
-
this.i.
|
|
421
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
439
|
+
this.i.jc = stringToBrush(v);
|
|
440
|
+
this._a("backgroundColor", brushToString(this.i.jc));
|
|
422
441
|
},
|
|
423
442
|
enumerable: false,
|
|
424
443
|
configurable: true
|
|
425
444
|
});
|
|
426
445
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualBackgroundColor", {
|
|
427
446
|
get: function () {
|
|
428
|
-
return brushToString(this.i.
|
|
447
|
+
return brushToString(this.i.ir);
|
|
429
448
|
},
|
|
430
449
|
set: function (v) {
|
|
431
|
-
this.i.
|
|
432
|
-
this._a("actualBackgroundColor", brushToString(this.i.
|
|
450
|
+
this.i.ir = stringToBrush(v);
|
|
451
|
+
this._a("actualBackgroundColor", brushToString(this.i.ir));
|
|
433
452
|
},
|
|
434
453
|
enumerable: false,
|
|
435
454
|
configurable: true
|
|
@@ -439,22 +458,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
439
458
|
* Gets or sets the background color for submenus.
|
|
440
459
|
*/
|
|
441
460
|
get: function () {
|
|
442
|
-
return brushToString(this.i.
|
|
461
|
+
return brushToString(this.i.js);
|
|
443
462
|
},
|
|
444
463
|
set: function (v) {
|
|
445
|
-
this.i.
|
|
446
|
-
this._a("submenuBackgroundColor", brushToString(this.i.
|
|
464
|
+
this.i.js = stringToBrush(v);
|
|
465
|
+
this._a("submenuBackgroundColor", brushToString(this.i.js));
|
|
447
466
|
},
|
|
448
467
|
enumerable: false,
|
|
449
468
|
configurable: true
|
|
450
469
|
});
|
|
451
470
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSubmenuBackgroundColor", {
|
|
452
471
|
get: function () {
|
|
453
|
-
return brushToString(this.i.
|
|
472
|
+
return brushToString(this.i.i5);
|
|
454
473
|
},
|
|
455
474
|
set: function (v) {
|
|
456
|
-
this.i.
|
|
457
|
-
this._a("actualSubmenuBackgroundColor", brushToString(this.i.
|
|
475
|
+
this.i.i5 = stringToBrush(v);
|
|
476
|
+
this._a("actualSubmenuBackgroundColor", brushToString(this.i.i5));
|
|
458
477
|
},
|
|
459
478
|
enumerable: false,
|
|
460
479
|
configurable: true
|
|
@@ -464,22 +483,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
464
483
|
* Gets or sets the group header background color.
|
|
465
484
|
*/
|
|
466
485
|
get: function () {
|
|
467
|
-
return brushToString(this.i.
|
|
486
|
+
return brushToString(this.i.ji);
|
|
468
487
|
},
|
|
469
488
|
set: function (v) {
|
|
470
|
-
this.i.
|
|
471
|
-
this._a("groupHeaderBackgroundColor", brushToString(this.i.
|
|
489
|
+
this.i.ji = stringToBrush(v);
|
|
490
|
+
this._a("groupHeaderBackgroundColor", brushToString(this.i.ji));
|
|
472
491
|
},
|
|
473
492
|
enumerable: false,
|
|
474
493
|
configurable: true
|
|
475
494
|
});
|
|
476
495
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderBackgroundColor", {
|
|
477
496
|
get: function () {
|
|
478
|
-
return brushToString(this.i.
|
|
497
|
+
return brushToString(this.i.iv);
|
|
479
498
|
},
|
|
480
499
|
set: function (v) {
|
|
481
|
-
this.i.
|
|
482
|
-
this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.
|
|
500
|
+
this.i.iv = stringToBrush(v);
|
|
501
|
+
this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.iv));
|
|
483
502
|
},
|
|
484
503
|
enumerable: false,
|
|
485
504
|
configurable: true
|
|
@@ -489,22 +508,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
489
508
|
* Gets or sets the separator background color.
|
|
490
509
|
*/
|
|
491
510
|
get: function () {
|
|
492
|
-
return brushToString(this.i.
|
|
511
|
+
return brushToString(this.i.jr);
|
|
493
512
|
},
|
|
494
513
|
set: function (v) {
|
|
495
|
-
this.i.
|
|
496
|
-
this._a("separatorBackgroundColor", brushToString(this.i.
|
|
514
|
+
this.i.jr = stringToBrush(v);
|
|
515
|
+
this._a("separatorBackgroundColor", brushToString(this.i.jr));
|
|
497
516
|
},
|
|
498
517
|
enumerable: false,
|
|
499
518
|
configurable: true
|
|
500
519
|
});
|
|
501
520
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorBackgroundColor", {
|
|
502
521
|
get: function () {
|
|
503
|
-
return brushToString(this.i.
|
|
522
|
+
return brushToString(this.i.i4);
|
|
504
523
|
},
|
|
505
524
|
set: function (v) {
|
|
506
|
-
this.i.
|
|
507
|
-
this._a("actualSeparatorBackgroundColor", brushToString(this.i.
|
|
525
|
+
this.i.i4 = stringToBrush(v);
|
|
526
|
+
this._a("actualSeparatorBackgroundColor", brushToString(this.i.i4));
|
|
508
527
|
},
|
|
509
528
|
enumerable: false,
|
|
510
529
|
configurable: true
|
|
@@ -514,22 +533,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
514
533
|
* Gets or sets the group header separator background color.
|
|
515
534
|
*/
|
|
516
535
|
get: function () {
|
|
517
|
-
return brushToString(this.i.
|
|
536
|
+
return brushToString(this.i.jj);
|
|
518
537
|
},
|
|
519
538
|
set: function (v) {
|
|
520
|
-
this.i.
|
|
521
|
-
this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.
|
|
539
|
+
this.i.jj = stringToBrush(v);
|
|
540
|
+
this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.jj));
|
|
522
541
|
},
|
|
523
542
|
enumerable: false,
|
|
524
543
|
configurable: true
|
|
525
544
|
});
|
|
526
545
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderSeparatorBackgroundColor", {
|
|
527
546
|
get: function () {
|
|
528
|
-
return brushToString(this.i.
|
|
547
|
+
return brushToString(this.i.iw);
|
|
529
548
|
},
|
|
530
549
|
set: function (v) {
|
|
531
|
-
this.i.
|
|
532
|
-
this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.
|
|
550
|
+
this.i.iw = stringToBrush(v);
|
|
551
|
+
this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.iw));
|
|
533
552
|
},
|
|
534
553
|
enumerable: false,
|
|
535
554
|
configurable: true
|
|
@@ -539,22 +558,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
539
558
|
* Gets or sets the hover background color.
|
|
540
559
|
*/
|
|
541
560
|
get: function () {
|
|
542
|
-
return brushToString(this.i.
|
|
561
|
+
return brushToString(this.i.jn);
|
|
543
562
|
},
|
|
544
563
|
set: function (v) {
|
|
545
|
-
this.i.
|
|
546
|
-
this._a("hoverBackgroundColor", brushToString(this.i.
|
|
564
|
+
this.i.jn = stringToBrush(v);
|
|
565
|
+
this._a("hoverBackgroundColor", brushToString(this.i.jn));
|
|
547
566
|
},
|
|
548
567
|
enumerable: false,
|
|
549
568
|
configurable: true
|
|
550
569
|
});
|
|
551
570
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualHoverBackgroundColor", {
|
|
552
571
|
get: function () {
|
|
553
|
-
return brushToString(this.i.
|
|
572
|
+
return brushToString(this.i.i0);
|
|
554
573
|
},
|
|
555
574
|
set: function (v) {
|
|
556
|
-
this.i.
|
|
557
|
-
this._a("actualHoverBackgroundColor", brushToString(this.i.
|
|
575
|
+
this.i.i0 = stringToBrush(v);
|
|
576
|
+
this._a("actualHoverBackgroundColor", brushToString(this.i.i0));
|
|
558
577
|
},
|
|
559
578
|
enumerable: false,
|
|
560
579
|
configurable: true
|
|
@@ -564,33 +583,33 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
564
583
|
* Gets or sets the color to use for the text of the component.
|
|
565
584
|
*/
|
|
566
585
|
get: function () {
|
|
567
|
-
return brushToString(this.i.
|
|
586
|
+
return brushToString(this.i.ju);
|
|
568
587
|
},
|
|
569
588
|
set: function (v) {
|
|
570
|
-
this.i.
|
|
571
|
-
this._a("textColor", brushToString(this.i.
|
|
589
|
+
this.i.ju = stringToBrush(v);
|
|
590
|
+
this._a("textColor", brushToString(this.i.ju));
|
|
572
591
|
},
|
|
573
592
|
enumerable: false,
|
|
574
593
|
configurable: true
|
|
575
594
|
});
|
|
576
595
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualTextColor", {
|
|
577
596
|
get: function () {
|
|
578
|
-
return brushToString(this.i.
|
|
597
|
+
return brushToString(this.i.i7);
|
|
579
598
|
},
|
|
580
599
|
set: function (v) {
|
|
581
|
-
this.i.
|
|
582
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
600
|
+
this.i.i7 = stringToBrush(v);
|
|
601
|
+
this._a("actualTextColor", brushToString(this.i.i7));
|
|
583
602
|
},
|
|
584
603
|
enumerable: false,
|
|
585
604
|
configurable: true
|
|
586
605
|
});
|
|
587
606
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSubtitleTextColor", {
|
|
588
607
|
get: function () {
|
|
589
|
-
return brushToString(this.i.
|
|
608
|
+
return brushToString(this.i.i6);
|
|
590
609
|
},
|
|
591
610
|
set: function (v) {
|
|
592
|
-
this.i.
|
|
593
|
-
this._a("actualSubtitleTextColor", brushToString(this.i.
|
|
611
|
+
this.i.i6 = stringToBrush(v);
|
|
612
|
+
this._a("actualSubtitleTextColor", brushToString(this.i.i6));
|
|
594
613
|
},
|
|
595
614
|
enumerable: false,
|
|
596
615
|
configurable: true
|
|
@@ -600,11 +619,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
600
619
|
* Gets or sets the color to use for the subtitle of the component.
|
|
601
620
|
*/
|
|
602
621
|
get: function () {
|
|
603
|
-
return brushToString(this.i.
|
|
622
|
+
return brushToString(this.i.jt);
|
|
604
623
|
},
|
|
605
624
|
set: function (v) {
|
|
606
|
-
this.i.
|
|
607
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
625
|
+
this.i.jt = stringToBrush(v);
|
|
626
|
+
this._a("subtitleTextColor", brushToString(this.i.jt));
|
|
608
627
|
},
|
|
609
628
|
enumerable: false,
|
|
610
629
|
configurable: true
|
|
@@ -614,22 +633,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
614
633
|
* Gets or sets the color to use for the text in disabled tool actions.
|
|
615
634
|
*/
|
|
616
635
|
get: function () {
|
|
617
|
-
return brushToString(this.i.
|
|
636
|
+
return brushToString(this.i.jf);
|
|
618
637
|
},
|
|
619
638
|
set: function (v) {
|
|
620
|
-
this.i.
|
|
621
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
639
|
+
this.i.jf = stringToBrush(v);
|
|
640
|
+
this._a("disabledTextColor", brushToString(this.i.jf));
|
|
622
641
|
},
|
|
623
642
|
enumerable: false,
|
|
624
643
|
configurable: true
|
|
625
644
|
});
|
|
626
645
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualDisabledTextColor", {
|
|
627
646
|
get: function () {
|
|
628
|
-
return brushToString(this.i.
|
|
647
|
+
return brushToString(this.i.iu);
|
|
629
648
|
},
|
|
630
649
|
set: function (v) {
|
|
631
|
-
this.i.
|
|
632
|
-
this._a("actualDisabledTextColor", brushToString(this.i.
|
|
650
|
+
this.i.iu = stringToBrush(v);
|
|
651
|
+
this._a("actualDisabledTextColor", brushToString(this.i.iu));
|
|
633
652
|
},
|
|
634
653
|
enumerable: false,
|
|
635
654
|
configurable: true
|
|
@@ -639,22 +658,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
639
658
|
* Gets or sets the text color for group header tool actions.
|
|
640
659
|
*/
|
|
641
660
|
get: function () {
|
|
642
|
-
return brushToString(this.i.
|
|
661
|
+
return brushToString(this.i.jl);
|
|
643
662
|
},
|
|
644
663
|
set: function (v) {
|
|
645
|
-
this.i.
|
|
646
|
-
this._a("groupHeaderTextColor", brushToString(this.i.
|
|
664
|
+
this.i.jl = stringToBrush(v);
|
|
665
|
+
this._a("groupHeaderTextColor", brushToString(this.i.jl));
|
|
647
666
|
},
|
|
648
667
|
enumerable: false,
|
|
649
668
|
configurable: true
|
|
650
669
|
});
|
|
651
670
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderTextColor", {
|
|
652
671
|
get: function () {
|
|
653
|
-
return brushToString(this.i.
|
|
672
|
+
return brushToString(this.i.iy);
|
|
654
673
|
},
|
|
655
674
|
set: function (v) {
|
|
656
|
-
this.i.
|
|
657
|
-
this._a("actualGroupHeaderTextColor", brushToString(this.i.
|
|
675
|
+
this.i.iy = stringToBrush(v);
|
|
676
|
+
this._a("actualGroupHeaderTextColor", brushToString(this.i.iy));
|
|
658
677
|
},
|
|
659
678
|
enumerable: false,
|
|
660
679
|
configurable: true
|
|
@@ -664,22 +683,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
664
683
|
* Gets or sets the text color for group header subtitle.
|
|
665
684
|
*/
|
|
666
685
|
get: function () {
|
|
667
|
-
return brushToString(this.i.
|
|
686
|
+
return brushToString(this.i.jk);
|
|
668
687
|
},
|
|
669
688
|
set: function (v) {
|
|
670
|
-
this.i.
|
|
671
|
-
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.
|
|
689
|
+
this.i.jk = stringToBrush(v);
|
|
690
|
+
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.jk));
|
|
672
691
|
},
|
|
673
692
|
enumerable: false,
|
|
674
693
|
configurable: true
|
|
675
694
|
});
|
|
676
695
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderSubtitleTextColor", {
|
|
677
696
|
get: function () {
|
|
678
|
-
return brushToString(this.i.
|
|
697
|
+
return brushToString(this.i.ix);
|
|
679
698
|
},
|
|
680
699
|
set: function (v) {
|
|
681
|
-
this.i.
|
|
682
|
-
this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.
|
|
700
|
+
this.i.ix = stringToBrush(v);
|
|
701
|
+
this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.ix));
|
|
683
702
|
},
|
|
684
703
|
enumerable: false,
|
|
685
704
|
configurable: true
|
|
@@ -689,22 +708,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
689
708
|
* Gets or sets the tooltip text color.
|
|
690
709
|
*/
|
|
691
710
|
get: function () {
|
|
692
|
-
return brushToString(this.i.
|
|
711
|
+
return brushToString(this.i.jw);
|
|
693
712
|
},
|
|
694
713
|
set: function (v) {
|
|
695
|
-
this.i.
|
|
696
|
-
this._a("toolTipTextColor", brushToString(this.i.
|
|
714
|
+
this.i.jw = stringToBrush(v);
|
|
715
|
+
this._a("toolTipTextColor", brushToString(this.i.jw));
|
|
697
716
|
},
|
|
698
717
|
enumerable: false,
|
|
699
718
|
configurable: true
|
|
700
719
|
});
|
|
701
720
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualToolTipTextColor", {
|
|
702
721
|
get: function () {
|
|
703
|
-
return brushToString(this.i.
|
|
722
|
+
return brushToString(this.i.i9);
|
|
704
723
|
},
|
|
705
724
|
set: function (v) {
|
|
706
|
-
this.i.
|
|
707
|
-
this._a("actualToolTipTextColor", brushToString(this.i.
|
|
725
|
+
this.i.i9 = stringToBrush(v);
|
|
726
|
+
this._a("actualToolTipTextColor", brushToString(this.i.i9));
|
|
708
727
|
},
|
|
709
728
|
enumerable: false,
|
|
710
729
|
configurable: true
|
|
@@ -714,11 +733,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
714
733
|
* Gets or sets the tooltip background color.
|
|
715
734
|
*/
|
|
716
735
|
get: function () {
|
|
717
|
-
return brushToString(this.i.
|
|
736
|
+
return brushToString(this.i.jv);
|
|
718
737
|
},
|
|
719
738
|
set: function (v) {
|
|
720
|
-
this.i.
|
|
721
|
-
this._a("toolTipBackgroundColor", brushToString(this.i.
|
|
739
|
+
this.i.jv = stringToBrush(v);
|
|
740
|
+
this._a("toolTipBackgroundColor", brushToString(this.i.jv));
|
|
722
741
|
},
|
|
723
742
|
enumerable: false,
|
|
724
743
|
configurable: true
|
|
@@ -728,11 +747,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
728
747
|
* Gets the actual tooltip background color.
|
|
729
748
|
*/
|
|
730
749
|
get: function () {
|
|
731
|
-
return brushToString(this.i.
|
|
750
|
+
return brushToString(this.i.i8);
|
|
732
751
|
},
|
|
733
752
|
set: function (v) {
|
|
734
|
-
this.i.
|
|
735
|
-
this._a("actualToolTipBackgroundColor", brushToString(this.i.
|
|
753
|
+
this.i.i8 = stringToBrush(v);
|
|
754
|
+
this._a("actualToolTipBackgroundColor", brushToString(this.i.i8));
|
|
736
755
|
},
|
|
737
756
|
enumerable: false,
|
|
738
757
|
configurable: true
|
|
@@ -742,11 +761,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
742
761
|
* Gets or sets the tooltip corner radius.
|
|
743
762
|
*/
|
|
744
763
|
get: function () {
|
|
745
|
-
return this.i.
|
|
764
|
+
return this.i.cs;
|
|
746
765
|
},
|
|
747
766
|
set: function (v) {
|
|
748
|
-
this.i.
|
|
749
|
-
this._a("toolTipCornerRadius", this.i.
|
|
767
|
+
this.i.cs = +v;
|
|
768
|
+
this._a("toolTipCornerRadius", this.i.cs);
|
|
750
769
|
},
|
|
751
770
|
enumerable: false,
|
|
752
771
|
configurable: true
|
|
@@ -756,11 +775,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
756
775
|
* Gets the actual tooltip corner radius.
|
|
757
776
|
*/
|
|
758
777
|
get: function () {
|
|
759
|
-
return this.i.
|
|
778
|
+
return this.i.cd;
|
|
760
779
|
},
|
|
761
780
|
set: function (v) {
|
|
762
|
-
this.i.
|
|
763
|
-
this._a("actualToolTipCornerRadius", this.i.
|
|
781
|
+
this.i.cd = +v;
|
|
782
|
+
this._a("actualToolTipCornerRadius", this.i.cd);
|
|
764
783
|
},
|
|
765
784
|
enumerable: false,
|
|
766
785
|
configurable: true
|
|
@@ -770,11 +789,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
770
789
|
* Gets or sets the shadow elevation for the tooltip.
|
|
771
790
|
*/
|
|
772
791
|
get: function () {
|
|
773
|
-
return this.i.
|
|
792
|
+
return this.i.ct;
|
|
774
793
|
},
|
|
775
794
|
set: function (v) {
|
|
776
|
-
this.i.
|
|
777
|
-
this._a("toolTipElevation", this.i.
|
|
795
|
+
this.i.ct = +v;
|
|
796
|
+
this._a("toolTipElevation", this.i.ct);
|
|
778
797
|
},
|
|
779
798
|
enumerable: false,
|
|
780
799
|
configurable: true
|
|
@@ -784,11 +803,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
784
803
|
* Gets the actual shadow elevation used by the tooltip.
|
|
785
804
|
*/
|
|
786
805
|
get: function () {
|
|
787
|
-
return this.i.
|
|
806
|
+
return this.i.ce;
|
|
788
807
|
},
|
|
789
808
|
set: function (v) {
|
|
790
|
-
this.i.
|
|
791
|
-
this._a("actualToolTipElevation", this.i.
|
|
809
|
+
this.i.ce = +v;
|
|
810
|
+
this._a("actualToolTipElevation", this.i.ce);
|
|
792
811
|
},
|
|
793
812
|
enumerable: false,
|
|
794
813
|
configurable: true
|
|
@@ -798,11 +817,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
798
817
|
* Gets or sets the fill color of icons in the ToolPanel.
|
|
799
818
|
*/
|
|
800
819
|
get: function () {
|
|
801
|
-
return brushToString(this.i.
|
|
820
|
+
return brushToString(this.i.jo);
|
|
802
821
|
},
|
|
803
822
|
set: function (v) {
|
|
804
|
-
this.i.
|
|
805
|
-
this._a("iconFill", brushToString(this.i.
|
|
823
|
+
this.i.jo = stringToBrush(v);
|
|
824
|
+
this._a("iconFill", brushToString(this.i.jo));
|
|
806
825
|
},
|
|
807
826
|
enumerable: false,
|
|
808
827
|
configurable: true
|
|
@@ -812,11 +831,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
812
831
|
* Gets the actual icon fill color.
|
|
813
832
|
*/
|
|
814
833
|
get: function () {
|
|
815
|
-
return brushToString(this.i.
|
|
834
|
+
return brushToString(this.i.i1);
|
|
816
835
|
},
|
|
817
836
|
set: function (v) {
|
|
818
|
-
this.i.
|
|
819
|
-
this._a("actualIconFill", brushToString(this.i.
|
|
837
|
+
this.i.i1 = stringToBrush(v);
|
|
838
|
+
this._a("actualIconFill", brushToString(this.i.i1));
|
|
820
839
|
},
|
|
821
840
|
enumerable: false,
|
|
822
841
|
configurable: true
|
|
@@ -826,11 +845,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
826
845
|
* Gets or sets the stroke color of icons in the ToolPanel.
|
|
827
846
|
*/
|
|
828
847
|
get: function () {
|
|
829
|
-
return brushToString(this.i.
|
|
848
|
+
return brushToString(this.i.jp);
|
|
830
849
|
},
|
|
831
850
|
set: function (v) {
|
|
832
|
-
this.i.
|
|
833
|
-
this._a("iconStroke", brushToString(this.i.
|
|
851
|
+
this.i.jp = stringToBrush(v);
|
|
852
|
+
this._a("iconStroke", brushToString(this.i.jp));
|
|
834
853
|
},
|
|
835
854
|
enumerable: false,
|
|
836
855
|
configurable: true
|
|
@@ -840,11 +859,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
840
859
|
* Gets the actual icon stroke color.
|
|
841
860
|
*/
|
|
842
861
|
get: function () {
|
|
843
|
-
return brushToString(this.i.
|
|
862
|
+
return brushToString(this.i.i2);
|
|
844
863
|
},
|
|
845
864
|
set: function (v) {
|
|
846
|
-
this.i.
|
|
847
|
-
this._a("actualIconStroke", brushToString(this.i.
|
|
865
|
+
this.i.i2 = stringToBrush(v);
|
|
866
|
+
this._a("actualIconStroke", brushToString(this.i.i2));
|
|
848
867
|
},
|
|
849
868
|
enumerable: false,
|
|
850
869
|
configurable: true
|
|
@@ -854,22 +873,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
854
873
|
* Gets or sets the left padding for separators in the vertical orientation.
|
|
855
874
|
*/
|
|
856
875
|
get: function () {
|
|
857
|
-
return this.i.
|
|
876
|
+
return this.i.cp;
|
|
858
877
|
},
|
|
859
878
|
set: function (v) {
|
|
860
|
-
this.i.
|
|
861
|
-
this._a("separatorVerticalPaddingLeft", this.i.
|
|
879
|
+
this.i.cp = +v;
|
|
880
|
+
this._a("separatorVerticalPaddingLeft", this.i.cp);
|
|
862
881
|
},
|
|
863
882
|
enumerable: false,
|
|
864
883
|
configurable: true
|
|
865
884
|
});
|
|
866
885
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingLeft", {
|
|
867
886
|
get: function () {
|
|
868
|
-
return this.i.
|
|
887
|
+
return this.i.ca;
|
|
869
888
|
},
|
|
870
889
|
set: function (v) {
|
|
871
|
-
this.i.
|
|
872
|
-
this._a("actualSeparatorVerticalPaddingLeft", this.i.
|
|
890
|
+
this.i.ca = +v;
|
|
891
|
+
this._a("actualSeparatorVerticalPaddingLeft", this.i.ca);
|
|
873
892
|
},
|
|
874
893
|
enumerable: false,
|
|
875
894
|
configurable: true
|
|
@@ -879,22 +898,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
879
898
|
* Gets or sets the right padding for separators in the vertical orientation.
|
|
880
899
|
*/
|
|
881
900
|
get: function () {
|
|
882
|
-
return this.i.
|
|
901
|
+
return this.i.cq;
|
|
883
902
|
},
|
|
884
903
|
set: function (v) {
|
|
885
|
-
this.i.
|
|
886
|
-
this._a("separatorVerticalPaddingRight", this.i.
|
|
904
|
+
this.i.cq = +v;
|
|
905
|
+
this._a("separatorVerticalPaddingRight", this.i.cq);
|
|
887
906
|
},
|
|
888
907
|
enumerable: false,
|
|
889
908
|
configurable: true
|
|
890
909
|
});
|
|
891
910
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingRight", {
|
|
892
911
|
get: function () {
|
|
893
|
-
return this.i.
|
|
912
|
+
return this.i.cb;
|
|
894
913
|
},
|
|
895
914
|
set: function (v) {
|
|
896
|
-
this.i.
|
|
897
|
-
this._a("actualSeparatorVerticalPaddingRight", this.i.
|
|
915
|
+
this.i.cb = +v;
|
|
916
|
+
this._a("actualSeparatorVerticalPaddingRight", this.i.cb);
|
|
898
917
|
},
|
|
899
918
|
enumerable: false,
|
|
900
919
|
configurable: true
|
|
@@ -904,22 +923,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
904
923
|
* Gets or sets the top padding for separators in the vertical orientation.
|
|
905
924
|
*/
|
|
906
925
|
get: function () {
|
|
907
|
-
return this.i.
|
|
926
|
+
return this.i.cr;
|
|
908
927
|
},
|
|
909
928
|
set: function (v) {
|
|
910
|
-
this.i.
|
|
911
|
-
this._a("separatorVerticalPaddingTop", this.i.
|
|
929
|
+
this.i.cr = +v;
|
|
930
|
+
this._a("separatorVerticalPaddingTop", this.i.cr);
|
|
912
931
|
},
|
|
913
932
|
enumerable: false,
|
|
914
933
|
configurable: true
|
|
915
934
|
});
|
|
916
935
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingTop", {
|
|
917
936
|
get: function () {
|
|
918
|
-
return this.i.
|
|
937
|
+
return this.i.cc;
|
|
919
938
|
},
|
|
920
939
|
set: function (v) {
|
|
921
|
-
this.i.
|
|
922
|
-
this._a("actualSeparatorVerticalPaddingTop", this.i.
|
|
940
|
+
this.i.cc = +v;
|
|
941
|
+
this._a("actualSeparatorVerticalPaddingTop", this.i.cc);
|
|
923
942
|
},
|
|
924
943
|
enumerable: false,
|
|
925
944
|
configurable: true
|
|
@@ -929,22 +948,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
929
948
|
* Gets or sets the bottom padding for separators in the vertical orientation.
|
|
930
949
|
*/
|
|
931
950
|
get: function () {
|
|
932
|
-
return this.i.
|
|
951
|
+
return this.i.co;
|
|
933
952
|
},
|
|
934
953
|
set: function (v) {
|
|
935
|
-
this.i.
|
|
936
|
-
this._a("separatorVerticalPaddingBottom", this.i.
|
|
954
|
+
this.i.co = +v;
|
|
955
|
+
this._a("separatorVerticalPaddingBottom", this.i.co);
|
|
937
956
|
},
|
|
938
957
|
enumerable: false,
|
|
939
958
|
configurable: true
|
|
940
959
|
});
|
|
941
960
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingBottom", {
|
|
942
961
|
get: function () {
|
|
943
|
-
return this.i.
|
|
962
|
+
return this.i.b9;
|
|
944
963
|
},
|
|
945
964
|
set: function (v) {
|
|
946
|
-
this.i.
|
|
947
|
-
this._a("actualSeparatorVerticalPaddingBottom", this.i.
|
|
965
|
+
this.i.b9 = +v;
|
|
966
|
+
this._a("actualSeparatorVerticalPaddingBottom", this.i.b9);
|
|
948
967
|
},
|
|
949
968
|
enumerable: false,
|
|
950
969
|
configurable: true
|
|
@@ -954,22 +973,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
954
973
|
* Gets or sets the left padding for separators in the horizontal orientation.
|
|
955
974
|
*/
|
|
956
975
|
get: function () {
|
|
957
|
-
return this.i.
|
|
976
|
+
return this.i.cl;
|
|
958
977
|
},
|
|
959
978
|
set: function (v) {
|
|
960
|
-
this.i.
|
|
961
|
-
this._a("separatorHorizontalPaddingLeft", this.i.
|
|
979
|
+
this.i.cl = +v;
|
|
980
|
+
this._a("separatorHorizontalPaddingLeft", this.i.cl);
|
|
962
981
|
},
|
|
963
982
|
enumerable: false,
|
|
964
983
|
configurable: true
|
|
965
984
|
});
|
|
966
985
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingLeft", {
|
|
967
986
|
get: function () {
|
|
968
|
-
return this.i.
|
|
987
|
+
return this.i.b6;
|
|
969
988
|
},
|
|
970
989
|
set: function (v) {
|
|
971
|
-
this.i.
|
|
972
|
-
this._a("actualSeparatorHorizontalPaddingLeft", this.i.
|
|
990
|
+
this.i.b6 = +v;
|
|
991
|
+
this._a("actualSeparatorHorizontalPaddingLeft", this.i.b6);
|
|
973
992
|
},
|
|
974
993
|
enumerable: false,
|
|
975
994
|
configurable: true
|
|
@@ -979,22 +998,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
979
998
|
* Gets or sets the right padding for separators in the horizontal orientation.
|
|
980
999
|
*/
|
|
981
1000
|
get: function () {
|
|
982
|
-
return this.i.
|
|
1001
|
+
return this.i.cm;
|
|
983
1002
|
},
|
|
984
1003
|
set: function (v) {
|
|
985
|
-
this.i.
|
|
986
|
-
this._a("separatorHorizontalPaddingRight", this.i.
|
|
1004
|
+
this.i.cm = +v;
|
|
1005
|
+
this._a("separatorHorizontalPaddingRight", this.i.cm);
|
|
987
1006
|
},
|
|
988
1007
|
enumerable: false,
|
|
989
1008
|
configurable: true
|
|
990
1009
|
});
|
|
991
1010
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingRight", {
|
|
992
1011
|
get: function () {
|
|
993
|
-
return this.i.
|
|
1012
|
+
return this.i.b7;
|
|
994
1013
|
},
|
|
995
1014
|
set: function (v) {
|
|
996
|
-
this.i.
|
|
997
|
-
this._a("actualSeparatorHorizontalPaddingRight", this.i.
|
|
1015
|
+
this.i.b7 = +v;
|
|
1016
|
+
this._a("actualSeparatorHorizontalPaddingRight", this.i.b7);
|
|
998
1017
|
},
|
|
999
1018
|
enumerable: false,
|
|
1000
1019
|
configurable: true
|
|
@@ -1004,22 +1023,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1004
1023
|
* Gets or sets the top padding for separators in the horizontal orientation.
|
|
1005
1024
|
*/
|
|
1006
1025
|
get: function () {
|
|
1007
|
-
return this.i.
|
|
1026
|
+
return this.i.cn;
|
|
1008
1027
|
},
|
|
1009
1028
|
set: function (v) {
|
|
1010
|
-
this.i.
|
|
1011
|
-
this._a("separatorHorizontalPaddingTop", this.i.
|
|
1029
|
+
this.i.cn = +v;
|
|
1030
|
+
this._a("separatorHorizontalPaddingTop", this.i.cn);
|
|
1012
1031
|
},
|
|
1013
1032
|
enumerable: false,
|
|
1014
1033
|
configurable: true
|
|
1015
1034
|
});
|
|
1016
1035
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingTop", {
|
|
1017
1036
|
get: function () {
|
|
1018
|
-
return this.i.
|
|
1037
|
+
return this.i.b8;
|
|
1019
1038
|
},
|
|
1020
1039
|
set: function (v) {
|
|
1021
|
-
this.i.
|
|
1022
|
-
this._a("actualSeparatorHorizontalPaddingTop", this.i.
|
|
1040
|
+
this.i.b8 = +v;
|
|
1041
|
+
this._a("actualSeparatorHorizontalPaddingTop", this.i.b8);
|
|
1023
1042
|
},
|
|
1024
1043
|
enumerable: false,
|
|
1025
1044
|
configurable: true
|
|
@@ -1029,22 +1048,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1029
1048
|
* Gets or sets the bottom padding for separators in the horizontal orientation.
|
|
1030
1049
|
*/
|
|
1031
1050
|
get: function () {
|
|
1032
|
-
return this.i.
|
|
1051
|
+
return this.i.ck;
|
|
1033
1052
|
},
|
|
1034
1053
|
set: function (v) {
|
|
1035
|
-
this.i.
|
|
1036
|
-
this._a("separatorHorizontalPaddingBottom", this.i.
|
|
1054
|
+
this.i.ck = +v;
|
|
1055
|
+
this._a("separatorHorizontalPaddingBottom", this.i.ck);
|
|
1037
1056
|
},
|
|
1038
1057
|
enumerable: false,
|
|
1039
1058
|
configurable: true
|
|
1040
1059
|
});
|
|
1041
1060
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingBottom", {
|
|
1042
1061
|
get: function () {
|
|
1043
|
-
return this.i.
|
|
1062
|
+
return this.i.b5;
|
|
1044
1063
|
},
|
|
1045
1064
|
set: function (v) {
|
|
1046
|
-
this.i.
|
|
1047
|
-
this._a("actualSeparatorHorizontalPaddingBottom", this.i.
|
|
1065
|
+
this.i.b5 = +v;
|
|
1066
|
+
this._a("actualSeparatorHorizontalPaddingBottom", this.i.b5);
|
|
1048
1067
|
},
|
|
1049
1068
|
enumerable: false,
|
|
1050
1069
|
configurable: true
|
|
@@ -1068,11 +1087,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1068
1087
|
* Gets or sets the row height for the panel.
|
|
1069
1088
|
*/
|
|
1070
1089
|
get: function () {
|
|
1071
|
-
return this.i.
|
|
1090
|
+
return this.i.c3;
|
|
1072
1091
|
},
|
|
1073
1092
|
set: function (v) {
|
|
1074
|
-
this.i.
|
|
1075
|
-
this._a("rowHeight", this.i.
|
|
1093
|
+
this.i.c3 = +v;
|
|
1094
|
+
this._a("rowHeight", this.i.c3);
|
|
1076
1095
|
},
|
|
1077
1096
|
enumerable: false,
|
|
1078
1097
|
configurable: true
|
|
@@ -1082,73 +1101,73 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1082
1101
|
* Gets the actual row height used by the panel.
|
|
1083
1102
|
*/
|
|
1084
1103
|
get: function () {
|
|
1085
|
-
return this.i.
|
|
1104
|
+
return this.i.b4;
|
|
1086
1105
|
},
|
|
1087
1106
|
enumerable: false,
|
|
1088
1107
|
configurable: true
|
|
1089
1108
|
});
|
|
1090
1109
|
Object.defineProperty(IgcToolPanelComponent.prototype, "highlightWidth", {
|
|
1091
1110
|
get: function () {
|
|
1092
|
-
return this.i.
|
|
1111
|
+
return this.i.ci;
|
|
1093
1112
|
},
|
|
1094
1113
|
set: function (v) {
|
|
1095
|
-
this.i.
|
|
1096
|
-
this._a("highlightWidth", this.i.
|
|
1114
|
+
this.i.ci = +v;
|
|
1115
|
+
this._a("highlightWidth", this.i.ci);
|
|
1097
1116
|
},
|
|
1098
1117
|
enumerable: false,
|
|
1099
1118
|
configurable: true
|
|
1100
1119
|
});
|
|
1101
1120
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightWidth", {
|
|
1102
1121
|
get: function () {
|
|
1103
|
-
return this.i.
|
|
1122
|
+
return this.i.b3;
|
|
1104
1123
|
},
|
|
1105
1124
|
set: function (v) {
|
|
1106
|
-
this.i.
|
|
1107
|
-
this._a("actualHighlightWidth", this.i.
|
|
1125
|
+
this.i.b3 = +v;
|
|
1126
|
+
this._a("actualHighlightWidth", this.i.b3);
|
|
1108
1127
|
},
|
|
1109
1128
|
enumerable: false,
|
|
1110
1129
|
configurable: true
|
|
1111
1130
|
});
|
|
1112
1131
|
Object.defineProperty(IgcToolPanelComponent.prototype, "highlightRadius", {
|
|
1113
1132
|
get: function () {
|
|
1114
|
-
return this.i.
|
|
1133
|
+
return this.i.ch;
|
|
1115
1134
|
},
|
|
1116
1135
|
set: function (v) {
|
|
1117
|
-
this.i.
|
|
1118
|
-
this._a("highlightRadius", this.i.
|
|
1136
|
+
this.i.ch = +v;
|
|
1137
|
+
this._a("highlightRadius", this.i.ch);
|
|
1119
1138
|
},
|
|
1120
1139
|
enumerable: false,
|
|
1121
1140
|
configurable: true
|
|
1122
1141
|
});
|
|
1123
1142
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightRadius", {
|
|
1124
1143
|
get: function () {
|
|
1125
|
-
return this.i.
|
|
1144
|
+
return this.i.b2;
|
|
1126
1145
|
},
|
|
1127
1146
|
set: function (v) {
|
|
1128
|
-
this.i.
|
|
1129
|
-
this._a("actualHighlightRadius", this.i.
|
|
1147
|
+
this.i.b2 = +v;
|
|
1148
|
+
this._a("actualHighlightRadius", this.i.b2);
|
|
1130
1149
|
},
|
|
1131
1150
|
enumerable: false,
|
|
1132
1151
|
configurable: true
|
|
1133
1152
|
});
|
|
1134
1153
|
Object.defineProperty(IgcToolPanelComponent.prototype, "highlightColor", {
|
|
1135
1154
|
get: function () {
|
|
1136
|
-
return brushToString(this.i.
|
|
1155
|
+
return brushToString(this.i.jm);
|
|
1137
1156
|
},
|
|
1138
1157
|
set: function (v) {
|
|
1139
|
-
this.i.
|
|
1140
|
-
this._a("highlightColor", brushToString(this.i.
|
|
1158
|
+
this.i.jm = stringToBrush(v);
|
|
1159
|
+
this._a("highlightColor", brushToString(this.i.jm));
|
|
1141
1160
|
},
|
|
1142
1161
|
enumerable: false,
|
|
1143
1162
|
configurable: true
|
|
1144
1163
|
});
|
|
1145
1164
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightColor", {
|
|
1146
1165
|
get: function () {
|
|
1147
|
-
return brushToString(this.i.
|
|
1166
|
+
return brushToString(this.i.iz);
|
|
1148
1167
|
},
|
|
1149
1168
|
set: function (v) {
|
|
1150
|
-
this.i.
|
|
1151
|
-
this._a("actualHighlightColor", brushToString(this.i.
|
|
1169
|
+
this.i.iz = stringToBrush(v);
|
|
1170
|
+
this._a("actualHighlightColor", brushToString(this.i.iz));
|
|
1152
1171
|
},
|
|
1153
1172
|
enumerable: false,
|
|
1154
1173
|
configurable: true
|
|
@@ -1158,11 +1177,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1158
1177
|
* Gets or sets the stroke color for all icon menu dropdown arrows.
|
|
1159
1178
|
*/
|
|
1160
1179
|
get: function () {
|
|
1161
|
-
return brushToString(this.i.
|
|
1180
|
+
return brushToString(this.i.jq);
|
|
1162
1181
|
},
|
|
1163
1182
|
set: function (v) {
|
|
1164
|
-
this.i.
|
|
1165
|
-
this._a("menuArrowStroke", brushToString(this.i.
|
|
1183
|
+
this.i.jq = stringToBrush(v);
|
|
1184
|
+
this._a("menuArrowStroke", brushToString(this.i.jq));
|
|
1166
1185
|
},
|
|
1167
1186
|
enumerable: false,
|
|
1168
1187
|
configurable: true
|
|
@@ -1172,11 +1191,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1172
1191
|
* Gets the actual stroke color for all icon menu dropdown arrows.
|
|
1173
1192
|
*/
|
|
1174
1193
|
get: function () {
|
|
1175
|
-
return brushToString(this.i.
|
|
1194
|
+
return brushToString(this.i.i3);
|
|
1176
1195
|
},
|
|
1177
1196
|
set: function (v) {
|
|
1178
|
-
this.i.
|
|
1179
|
-
this._a("actualMenuArrowStroke", brushToString(this.i.
|
|
1197
|
+
this.i.i3 = stringToBrush(v);
|
|
1198
|
+
this._a("actualMenuArrowStroke", brushToString(this.i.i3));
|
|
1180
1199
|
},
|
|
1181
1200
|
enumerable: false,
|
|
1182
1201
|
configurable: true
|
|
@@ -1186,11 +1205,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1186
1205
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
1187
1206
|
*/
|
|
1188
1207
|
get: function () {
|
|
1189
|
-
return brushToString(this.i.
|
|
1208
|
+
return brushToString(this.i.jx);
|
|
1190
1209
|
},
|
|
1191
1210
|
set: function (v) {
|
|
1192
|
-
this.i.
|
|
1193
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
1211
|
+
this.i.jx = stringToBrush(v);
|
|
1212
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.jx));
|
|
1194
1213
|
},
|
|
1195
1214
|
enumerable: false,
|
|
1196
1215
|
configurable: true
|
|
@@ -1200,11 +1219,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1200
1219
|
* Gets the actual background color of the radio when in the unchecked state.
|
|
1201
1220
|
*/
|
|
1202
1221
|
get: function () {
|
|
1203
|
-
return brushToString(this.i.
|
|
1222
|
+
return brushToString(this.i.ja);
|
|
1204
1223
|
},
|
|
1205
1224
|
set: function (v) {
|
|
1206
|
-
this.i.
|
|
1207
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
1225
|
+
this.i.ja = stringToBrush(v);
|
|
1226
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.ja));
|
|
1208
1227
|
},
|
|
1209
1228
|
enumerable: false,
|
|
1210
1229
|
configurable: true
|
|
@@ -1214,11 +1233,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1214
1233
|
* Gets or sets the background color of the radio when in the checked state.
|
|
1215
1234
|
*/
|
|
1216
1235
|
get: function () {
|
|
1217
|
-
return brushToString(this.i.
|
|
1236
|
+
return brushToString(this.i.jd);
|
|
1218
1237
|
},
|
|
1219
1238
|
set: function (v) {
|
|
1220
|
-
this.i.
|
|
1221
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
1239
|
+
this.i.jd = stringToBrush(v);
|
|
1240
|
+
this._a("checkedBackgroundColor", brushToString(this.i.jd));
|
|
1222
1241
|
},
|
|
1223
1242
|
enumerable: false,
|
|
1224
1243
|
configurable: true
|
|
@@ -1228,11 +1247,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1228
1247
|
* Gets the actual background color of the radio when in the checked state.
|
|
1229
1248
|
*/
|
|
1230
1249
|
get: function () {
|
|
1231
|
-
return brushToString(this.i.
|
|
1250
|
+
return brushToString(this.i.is);
|
|
1232
1251
|
},
|
|
1233
1252
|
set: function (v) {
|
|
1234
|
-
this.i.
|
|
1235
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
1253
|
+
this.i.is = stringToBrush(v);
|
|
1254
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.is));
|
|
1236
1255
|
},
|
|
1237
1256
|
enumerable: false,
|
|
1238
1257
|
configurable: true
|
|
@@ -1242,11 +1261,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1242
1261
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
1243
1262
|
*/
|
|
1244
1263
|
get: function () {
|
|
1245
|
-
return brushToString(this.i.
|
|
1264
|
+
return brushToString(this.i.jy);
|
|
1246
1265
|
},
|
|
1247
1266
|
set: function (v) {
|
|
1248
|
-
this.i.
|
|
1249
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
1267
|
+
this.i.jy = stringToBrush(v);
|
|
1268
|
+
this._a("uncheckedBorderColor", brushToString(this.i.jy));
|
|
1250
1269
|
},
|
|
1251
1270
|
enumerable: false,
|
|
1252
1271
|
configurable: true
|
|
@@ -1256,11 +1275,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1256
1275
|
* Gets the actual border color of the radio when in the unchecked state.
|
|
1257
1276
|
*/
|
|
1258
1277
|
get: function () {
|
|
1259
|
-
return brushToString(this.i.
|
|
1278
|
+
return brushToString(this.i.jb);
|
|
1260
1279
|
},
|
|
1261
1280
|
set: function (v) {
|
|
1262
|
-
this.i.
|
|
1263
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
1281
|
+
this.i.jb = stringToBrush(v);
|
|
1282
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.jb));
|
|
1264
1283
|
},
|
|
1265
1284
|
enumerable: false,
|
|
1266
1285
|
configurable: true
|
|
@@ -1270,11 +1289,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1270
1289
|
* Gets or sets the border color of the radio when in the checked state.
|
|
1271
1290
|
*/
|
|
1272
1291
|
get: function () {
|
|
1273
|
-
return brushToString(this.i.
|
|
1292
|
+
return brushToString(this.i.je);
|
|
1274
1293
|
},
|
|
1275
1294
|
set: function (v) {
|
|
1276
|
-
this.i.
|
|
1277
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
1295
|
+
this.i.je = stringToBrush(v);
|
|
1296
|
+
this._a("checkedBorderColor", brushToString(this.i.je));
|
|
1278
1297
|
},
|
|
1279
1298
|
enumerable: false,
|
|
1280
1299
|
configurable: true
|
|
@@ -1284,11 +1303,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1284
1303
|
* Gets the actual border color of the radio when in the checked state.
|
|
1285
1304
|
*/
|
|
1286
1305
|
get: function () {
|
|
1287
|
-
return brushToString(this.i.
|
|
1306
|
+
return brushToString(this.i.it);
|
|
1288
1307
|
},
|
|
1289
1308
|
set: function (v) {
|
|
1290
|
-
this.i.
|
|
1291
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
1309
|
+
this.i.it = stringToBrush(v);
|
|
1310
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.it));
|
|
1292
1311
|
},
|
|
1293
1312
|
enumerable: false,
|
|
1294
1313
|
configurable: true
|
|
@@ -1298,11 +1317,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1298
1317
|
* Gets or sets the dropdown delay time in milliseconds.
|
|
1299
1318
|
*/
|
|
1300
1319
|
get: function () {
|
|
1301
|
-
return this.i.
|
|
1320
|
+
return this.i.c0;
|
|
1302
1321
|
},
|
|
1303
1322
|
set: function (v) {
|
|
1304
|
-
this.i.
|
|
1305
|
-
this._a("dropdownDelay", this.i.
|
|
1323
|
+
this.i.c0 = +v;
|
|
1324
|
+
this._a("dropdownDelay", this.i.c0);
|
|
1306
1325
|
},
|
|
1307
1326
|
enumerable: false,
|
|
1308
1327
|
configurable: true
|
|
@@ -1312,11 +1331,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1312
1331
|
* Gets the actual dropdown delay.
|
|
1313
1332
|
*/
|
|
1314
1333
|
get: function () {
|
|
1315
|
-
return this.i.
|
|
1334
|
+
return this.i.cy;
|
|
1316
1335
|
},
|
|
1317
1336
|
set: function (v) {
|
|
1318
|
-
this.i.
|
|
1319
|
-
this._a("actualDropdownDelay", this.i.
|
|
1337
|
+
this.i.cy = +v;
|
|
1338
|
+
this._a("actualDropdownDelay", this.i.cy);
|
|
1320
1339
|
},
|
|
1321
1340
|
enumerable: false,
|
|
1322
1341
|
configurable: true
|
|
@@ -1335,6 +1354,20 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1335
1354
|
enumerable: false,
|
|
1336
1355
|
configurable: true
|
|
1337
1356
|
});
|
|
1357
|
+
Object.defineProperty(IgcToolPanelComponent.prototype, "itemSpacing", {
|
|
1358
|
+
/**
|
|
1359
|
+
* Gets or sets the spacing between items
|
|
1360
|
+
*/
|
|
1361
|
+
get: function () {
|
|
1362
|
+
return this.i.cj;
|
|
1363
|
+
},
|
|
1364
|
+
set: function (v) {
|
|
1365
|
+
this.i.cj = +v;
|
|
1366
|
+
this._a("itemSpacing", this.i.cj);
|
|
1367
|
+
},
|
|
1368
|
+
enumerable: false,
|
|
1369
|
+
configurable: true
|
|
1370
|
+
});
|
|
1338
1371
|
Object.defineProperty(IgcToolPanelComponent.prototype, "nestedActionMode", {
|
|
1339
1372
|
/**
|
|
1340
1373
|
* Gets or sets the mode used when displaying nested actions.
|
|
@@ -1351,7 +1384,7 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1351
1384
|
});
|
|
1352
1385
|
Object.defineProperty(IgcToolPanelComponent.prototype, "isOpen", {
|
|
1353
1386
|
get: function () {
|
|
1354
|
-
return this.i.
|
|
1387
|
+
return this.i.a4;
|
|
1355
1388
|
},
|
|
1356
1389
|
enumerable: false,
|
|
1357
1390
|
configurable: true
|
|
@@ -1425,84 +1458,84 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1425
1458
|
this._inStyling = false;
|
|
1426
1459
|
};
|
|
1427
1460
|
IgcToolPanelComponent.prototype.refresh = function () {
|
|
1428
|
-
this.i.
|
|
1461
|
+
this.i.gr();
|
|
1429
1462
|
};
|
|
1430
1463
|
IgcToolPanelComponent.prototype.getDesiredSize = function () {
|
|
1431
|
-
var iv = this.i.
|
|
1464
|
+
var iv = this.i.j1();
|
|
1432
1465
|
return fromSize(iv);
|
|
1433
1466
|
};
|
|
1434
1467
|
IgcToolPanelComponent.prototype.flushRefresh = function () {
|
|
1435
|
-
this.i.
|
|
1468
|
+
this.i.f8();
|
|
1436
1469
|
};
|
|
1437
1470
|
/**
|
|
1438
1471
|
* Forces any open sub menus to close.
|
|
1439
1472
|
|
|
1440
1473
|
*/
|
|
1441
1474
|
IgcToolPanelComponent.prototype.closeSubmenus = function () {
|
|
1442
|
-
this.i.
|
|
1475
|
+
this.i.f3();
|
|
1443
1476
|
};
|
|
1444
1477
|
IgcToolPanelComponent.prototype.exportVisualData = function () {
|
|
1445
|
-
var iv = this.i.
|
|
1478
|
+
var iv = this.i.c4();
|
|
1446
1479
|
return (iv);
|
|
1447
1480
|
};
|
|
1448
1481
|
IgcToolPanelComponent.prototype.exportSerializedVisualData = function () {
|
|
1449
|
-
var iv = this.i.
|
|
1482
|
+
var iv = this.i.ep();
|
|
1450
1483
|
return (iv);
|
|
1451
1484
|
};
|
|
1452
1485
|
IgcToolPanelComponent.prototype.setBrushContextItem = function (key, value) {
|
|
1453
|
-
this.i.
|
|
1486
|
+
this.i.g0(key, stringToBrush(value));
|
|
1454
1487
|
};
|
|
1455
1488
|
IgcToolPanelComponent.prototype.getBrushContextItem = function (key) {
|
|
1456
|
-
var iv = this.i.
|
|
1489
|
+
var iv = this.i.jg(key);
|
|
1457
1490
|
return brushToString(iv);
|
|
1458
1491
|
};
|
|
1459
1492
|
IgcToolPanelComponent.prototype.setBrushCollectionContextItem = function (key, value) {
|
|
1460
|
-
this.i.
|
|
1493
|
+
this.i.gy(key, toBrushCollection(value));
|
|
1461
1494
|
};
|
|
1462
1495
|
IgcToolPanelComponent.prototype.getBrushCollectionContextItem = function (key) {
|
|
1463
1496
|
var iv = this.i.a(key);
|
|
1464
1497
|
return fromBrushCollection(iv);
|
|
1465
1498
|
};
|
|
1466
1499
|
IgcToolPanelComponent.prototype.setDoubleContextItem = function (key, value) {
|
|
1467
|
-
this.i.
|
|
1500
|
+
this.i.g8(key, value);
|
|
1468
1501
|
};
|
|
1469
1502
|
IgcToolPanelComponent.prototype.getDoubleContextItem = function (key) {
|
|
1470
|
-
var iv = this.i.
|
|
1503
|
+
var iv = this.i.cf(key);
|
|
1471
1504
|
return (iv);
|
|
1472
1505
|
};
|
|
1473
1506
|
IgcToolPanelComponent.prototype.setIntContextItem = function (key, value) {
|
|
1474
|
-
this.i.
|
|
1507
|
+
this.i.ha(key, value);
|
|
1475
1508
|
};
|
|
1476
1509
|
IgcToolPanelComponent.prototype.getIntContextItem = function (key) {
|
|
1477
|
-
var iv = this.i.
|
|
1510
|
+
var iv = this.i.c1(key);
|
|
1478
1511
|
return (iv);
|
|
1479
1512
|
};
|
|
1480
1513
|
IgcToolPanelComponent.prototype.setStringContextItem = function (key, value) {
|
|
1481
|
-
this.i.
|
|
1514
|
+
this.i.hc(key, value);
|
|
1482
1515
|
};
|
|
1483
1516
|
IgcToolPanelComponent.prototype.getStringContextItem = function (key) {
|
|
1484
|
-
var iv = this.i.
|
|
1517
|
+
var iv = this.i.eq(key);
|
|
1485
1518
|
return (iv);
|
|
1486
1519
|
};
|
|
1487
1520
|
IgcToolPanelComponent.prototype.setBoolContextItem = function (key, value) {
|
|
1488
|
-
this.i.
|
|
1521
|
+
this.i.gw(key, value);
|
|
1489
1522
|
};
|
|
1490
1523
|
IgcToolPanelComponent.prototype.getBoolContextItem = function (key) {
|
|
1491
|
-
var iv = this.i.
|
|
1524
|
+
var iv = this.i.a1(key);
|
|
1492
1525
|
return (iv);
|
|
1493
1526
|
};
|
|
1494
1527
|
IgcToolPanelComponent.prototype.setColorContextItem = function (key, value) {
|
|
1495
|
-
this.i.
|
|
1528
|
+
this.i.g2(key, stringToColor(value));
|
|
1496
1529
|
};
|
|
1497
1530
|
IgcToolPanelComponent.prototype.getColorContextItem = function (key) {
|
|
1498
|
-
var iv = this.i.
|
|
1531
|
+
var iv = this.i.jz(key);
|
|
1499
1532
|
return colorToString(iv);
|
|
1500
1533
|
};
|
|
1501
1534
|
IgcToolPanelComponent.prototype.setDataContextItem = function (key, value) {
|
|
1502
|
-
this.i.
|
|
1535
|
+
this.i.g6(key, value);
|
|
1503
1536
|
};
|
|
1504
1537
|
IgcToolPanelComponent.prototype.getDataContextItem = function (key) {
|
|
1505
|
-
var iv = this.i.
|
|
1538
|
+
var iv = this.i.c7(key);
|
|
1506
1539
|
return (iv);
|
|
1507
1540
|
};
|
|
1508
1541
|
Object.defineProperty(IgcToolPanelComponent.prototype, "contentRefreshed", {
|