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
|
@@ -3,6 +3,7 @@ import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
|
3
3
|
import { IgcToolContextBindingCollection } from "./igc-tool-context-binding-collection";
|
|
4
4
|
import { IgcToolActionCollection } from "./igc-tool-action-collection";
|
|
5
5
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
6
|
+
import { HorizontalAlignment_$type } from "igniteui-webcomponents-core";
|
|
6
7
|
import { Visibility_$type } from "igniteui-webcomponents-core";
|
|
7
8
|
import { IgcToolCommandEventArgs } from "./igc-tool-command-event-args";
|
|
8
9
|
import { IgcToolActionPerformedEventArgs } from "./igc-tool-action-performed-event-args";
|
|
@@ -195,7 +196,7 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
195
196
|
this._updatingFromAttribute = false;
|
|
196
197
|
}
|
|
197
198
|
get isOpen() {
|
|
198
|
-
return this.i.
|
|
199
|
+
return this.i.ba;
|
|
199
200
|
}
|
|
200
201
|
/**
|
|
201
202
|
* Gets the context bindings for this tool action.
|
|
@@ -230,7 +231,7 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
230
231
|
this.i.contextBindings = innerColl;
|
|
231
232
|
}
|
|
232
233
|
get actionId() {
|
|
233
|
-
return this.i.
|
|
234
|
+
return this.i.cz;
|
|
234
235
|
}
|
|
235
236
|
get actualActions() {
|
|
236
237
|
if (!this._actualActions) {
|
|
@@ -277,37 +278,37 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
277
278
|
* Gets or sets the width to use for this tool action.
|
|
278
279
|
*/
|
|
279
280
|
get width() {
|
|
280
|
-
return this.i.
|
|
281
|
+
return this.i.co;
|
|
281
282
|
}
|
|
282
283
|
set width(v) {
|
|
283
|
-
this.i.
|
|
284
|
-
this._a("width", this.i.
|
|
284
|
+
this.i.co = +v;
|
|
285
|
+
this._a("width", this.i.co);
|
|
285
286
|
}
|
|
286
287
|
/**
|
|
287
288
|
* Gets or sets the height to use for this tool action.
|
|
288
289
|
*/
|
|
289
290
|
get height() {
|
|
290
|
-
return this.i.
|
|
291
|
+
return this.i.b9;
|
|
291
292
|
}
|
|
292
293
|
set height(v) {
|
|
293
|
-
this.i.
|
|
294
|
-
this._a("height", this.i.
|
|
294
|
+
this.i.b9 = +v;
|
|
295
|
+
this._a("height", this.i.b9);
|
|
295
296
|
}
|
|
296
297
|
/**
|
|
297
298
|
* Gets or sets the height to use for the sub panel if different than default
|
|
298
299
|
*/
|
|
299
300
|
get subPanelRowHeight() {
|
|
300
|
-
return this.i.
|
|
301
|
+
return this.i.cp;
|
|
301
302
|
}
|
|
302
303
|
set subPanelRowHeight(v) {
|
|
303
|
-
this.i.
|
|
304
|
-
this._a("subPanelRowHeight", this.i.
|
|
304
|
+
this.i.cp = +v;
|
|
305
|
+
this._a("subPanelRowHeight", this.i.cp);
|
|
305
306
|
}
|
|
306
307
|
get parentId() {
|
|
307
|
-
return this.i.
|
|
308
|
+
return this.i.es;
|
|
308
309
|
}
|
|
309
310
|
set parentId(v) {
|
|
310
|
-
this.i.
|
|
311
|
+
this.i.es = v;
|
|
311
312
|
}
|
|
312
313
|
/**
|
|
313
314
|
* Gets or sets the Id of the action that this action will be inserted before.
|
|
@@ -318,10 +319,10 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
318
319
|
* after the action has already been added will have no effect.
|
|
319
320
|
*/
|
|
320
321
|
get beforeId() {
|
|
321
|
-
return this.i.
|
|
322
|
+
return this.i.dm;
|
|
322
323
|
}
|
|
323
324
|
set beforeId(v) {
|
|
324
|
-
this.i.
|
|
325
|
+
this.i.dm = v;
|
|
325
326
|
}
|
|
326
327
|
/**
|
|
327
328
|
* Gets or sets the Id of the action that this action will be inserted after.
|
|
@@ -332,10 +333,10 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
332
333
|
* after the action has already been added will have no effect.
|
|
333
334
|
*/
|
|
334
335
|
get afterId() {
|
|
335
|
-
return this.i.
|
|
336
|
+
return this.i.dj;
|
|
336
337
|
}
|
|
337
338
|
set afterId(v) {
|
|
338
|
-
this.i.
|
|
339
|
+
this.i.dj = v;
|
|
339
340
|
}
|
|
340
341
|
/**
|
|
341
342
|
* Sets to the Id of the action that this action will overlay itself on to.
|
|
@@ -348,362 +349,372 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
348
349
|
* overlaid onto the generated actions.
|
|
349
350
|
*/
|
|
350
351
|
get overlayId() {
|
|
351
|
-
return this.i.
|
|
352
|
+
return this.i.en;
|
|
352
353
|
}
|
|
353
354
|
set overlayId(v) {
|
|
354
|
-
this.i.
|
|
355
|
+
this.i.en = v;
|
|
355
356
|
}
|
|
356
357
|
get commandId() {
|
|
357
|
-
return this.i.
|
|
358
|
+
return this.i.ds;
|
|
358
359
|
}
|
|
359
360
|
set commandId(v) {
|
|
360
|
-
this.i.
|
|
361
|
+
this.i.ds = v;
|
|
361
362
|
}
|
|
362
363
|
get commandArgument() {
|
|
363
|
-
return this.i.
|
|
364
|
+
return this.i.dp;
|
|
364
365
|
}
|
|
365
366
|
set commandArgument(v) {
|
|
366
|
-
this.i.
|
|
367
|
+
this.i.dp = v;
|
|
367
368
|
}
|
|
368
369
|
get commandArgumentValue() {
|
|
369
|
-
return this.i.
|
|
370
|
+
return this.i.cq;
|
|
370
371
|
}
|
|
371
372
|
set commandArgumentValue(v) {
|
|
372
|
-
this.i.
|
|
373
|
+
this.i.cq = v;
|
|
373
374
|
}
|
|
374
375
|
get paddingLeft() {
|
|
375
|
-
return this.i.
|
|
376
|
+
return this.i.ck;
|
|
376
377
|
}
|
|
377
378
|
set paddingLeft(v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("paddingLeft", this.i.
|
|
379
|
+
this.i.ck = +v;
|
|
380
|
+
this._a("paddingLeft", this.i.ck);
|
|
380
381
|
}
|
|
381
382
|
get actualPaddingLeft() {
|
|
382
|
-
return this.i.
|
|
383
|
+
return this.i.b1;
|
|
383
384
|
}
|
|
384
385
|
set actualPaddingLeft(v) {
|
|
385
|
-
this.i.
|
|
386
|
-
this._a("actualPaddingLeft", this.i.
|
|
386
|
+
this.i.b1 = +v;
|
|
387
|
+
this._a("actualPaddingLeft", this.i.b1);
|
|
387
388
|
}
|
|
388
389
|
get paddingRight() {
|
|
389
|
-
return this.i.
|
|
390
|
+
return this.i.cl;
|
|
390
391
|
}
|
|
391
392
|
set paddingRight(v) {
|
|
392
|
-
this.i.
|
|
393
|
-
this._a("paddingRight", this.i.
|
|
393
|
+
this.i.cl = +v;
|
|
394
|
+
this._a("paddingRight", this.i.cl);
|
|
394
395
|
}
|
|
395
396
|
get actualPaddingRight() {
|
|
396
|
-
return this.i.
|
|
397
|
+
return this.i.b2;
|
|
397
398
|
}
|
|
398
399
|
set actualPaddingRight(v) {
|
|
399
|
-
this.i.
|
|
400
|
-
this._a("actualPaddingRight", this.i.
|
|
400
|
+
this.i.b2 = +v;
|
|
401
|
+
this._a("actualPaddingRight", this.i.b2);
|
|
401
402
|
}
|
|
402
403
|
get paddingBottom() {
|
|
403
|
-
return this.i.
|
|
404
|
+
return this.i.cj;
|
|
404
405
|
}
|
|
405
406
|
set paddingBottom(v) {
|
|
406
|
-
this.i.
|
|
407
|
-
this._a("paddingBottom", this.i.
|
|
407
|
+
this.i.cj = +v;
|
|
408
|
+
this._a("paddingBottom", this.i.cj);
|
|
408
409
|
}
|
|
409
410
|
get actualPaddingBottom() {
|
|
410
|
-
return this.i.
|
|
411
|
+
return this.i.b0;
|
|
411
412
|
}
|
|
412
413
|
set actualPaddingBottom(v) {
|
|
413
|
-
this.i.
|
|
414
|
-
this._a("actualPaddingBottom", this.i.
|
|
414
|
+
this.i.b0 = +v;
|
|
415
|
+
this._a("actualPaddingBottom", this.i.b0);
|
|
415
416
|
}
|
|
416
417
|
get paddingTop() {
|
|
417
|
-
return this.i.
|
|
418
|
+
return this.i.cm;
|
|
418
419
|
}
|
|
419
420
|
set paddingTop(v) {
|
|
420
|
-
this.i.
|
|
421
|
-
this._a("paddingTop", this.i.
|
|
421
|
+
this.i.cm = +v;
|
|
422
|
+
this._a("paddingTop", this.i.cm);
|
|
422
423
|
}
|
|
423
424
|
get actualPaddingTop() {
|
|
424
|
-
return this.i.
|
|
425
|
+
return this.i.b3;
|
|
425
426
|
}
|
|
426
427
|
set actualPaddingTop(v) {
|
|
427
|
-
this.i.
|
|
428
|
-
this._a("actualPaddingTop", this.i.
|
|
428
|
+
this.i.b3 = +v;
|
|
429
|
+
this._a("actualPaddingTop", this.i.b3);
|
|
429
430
|
}
|
|
430
431
|
/**
|
|
431
432
|
* Gets the actual hover background used by the tool action.
|
|
432
433
|
*/
|
|
433
434
|
get actualHoverBackground() {
|
|
434
|
-
return brushToString(this.i.
|
|
435
|
+
return brushToString(this.i.g7);
|
|
435
436
|
}
|
|
436
437
|
set actualHoverBackground(v) {
|
|
437
|
-
this.i.
|
|
438
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
438
|
+
this.i.g7 = stringToBrush(v);
|
|
439
|
+
this._a("actualHoverBackground", brushToString(this.i.g7));
|
|
439
440
|
}
|
|
440
441
|
/**
|
|
441
442
|
* Gets or sets the hover background for this tool action.
|
|
442
443
|
*/
|
|
443
444
|
get hoverBackground() {
|
|
444
|
-
return brushToString(this.i.
|
|
445
|
+
return brushToString(this.i.hf);
|
|
445
446
|
}
|
|
446
447
|
set hoverBackground(v) {
|
|
447
|
-
this.i.
|
|
448
|
-
this._a("hoverBackground", brushToString(this.i.
|
|
448
|
+
this.i.hf = stringToBrush(v);
|
|
449
|
+
this._a("hoverBackground", brushToString(this.i.hf));
|
|
449
450
|
}
|
|
450
451
|
/**
|
|
451
452
|
* Gets the actual background used by the tool action.
|
|
452
453
|
*/
|
|
453
454
|
get actualBackground() {
|
|
454
|
-
return brushToString(this.i.
|
|
455
|
+
return brushToString(this.i.g4);
|
|
455
456
|
}
|
|
456
457
|
set actualBackground(v) {
|
|
457
|
-
this.i.
|
|
458
|
-
this._a("actualBackground", brushToString(this.i.
|
|
458
|
+
this.i.g4 = stringToBrush(v);
|
|
459
|
+
this._a("actualBackground", brushToString(this.i.g4));
|
|
459
460
|
}
|
|
460
461
|
/**
|
|
461
462
|
* Gets or sets the background color of the tool action.
|
|
462
463
|
*/
|
|
463
464
|
get background() {
|
|
464
|
-
return brushToString(this.i.
|
|
465
|
+
return brushToString(this.i.hc);
|
|
465
466
|
}
|
|
466
467
|
set background(v) {
|
|
467
|
-
this.i.
|
|
468
|
-
this._a("background", brushToString(this.i.
|
|
468
|
+
this.i.hc = stringToBrush(v);
|
|
469
|
+
this._a("background", brushToString(this.i.hc));
|
|
469
470
|
}
|
|
470
471
|
/**
|
|
471
472
|
* Gets the actual label text color.
|
|
472
473
|
*/
|
|
473
474
|
get actualTextColor() {
|
|
474
|
-
return brushToString(this.i.
|
|
475
|
+
return brushToString(this.i.hb);
|
|
475
476
|
}
|
|
476
477
|
set actualTextColor(v) {
|
|
477
|
-
this.i.
|
|
478
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
478
|
+
this.i.hb = stringToBrush(v);
|
|
479
|
+
this._a("actualTextColor", brushToString(this.i.hb));
|
|
479
480
|
}
|
|
480
481
|
/**
|
|
481
482
|
* Gets or sets the label text color.
|
|
482
483
|
*/
|
|
483
484
|
get textColor() {
|
|
484
|
-
return brushToString(this.i.
|
|
485
|
+
return brushToString(this.i.hj);
|
|
485
486
|
}
|
|
486
487
|
set textColor(v) {
|
|
487
|
-
this.i.
|
|
488
|
-
this._a("textColor", brushToString(this.i.
|
|
488
|
+
this.i.hj = stringToBrush(v);
|
|
489
|
+
this._a("textColor", brushToString(this.i.hj));
|
|
489
490
|
}
|
|
490
491
|
/**
|
|
491
492
|
* Gets the actual label text color.
|
|
492
493
|
*/
|
|
493
494
|
get actualSubtitleTextColor() {
|
|
494
|
-
return brushToString(this.i.
|
|
495
|
+
return brushToString(this.i.ha);
|
|
495
496
|
}
|
|
496
497
|
set actualSubtitleTextColor(v) {
|
|
497
|
-
this.i.
|
|
498
|
-
this._a("actualSubtitleTextColor", brushToString(this.i.
|
|
498
|
+
this.i.ha = stringToBrush(v);
|
|
499
|
+
this._a("actualSubtitleTextColor", brushToString(this.i.ha));
|
|
499
500
|
}
|
|
500
501
|
/**
|
|
501
502
|
* Gets or sets the label text color.
|
|
502
503
|
*/
|
|
503
504
|
get subtitleTextColor() {
|
|
504
|
-
return brushToString(this.i.
|
|
505
|
+
return brushToString(this.i.hi);
|
|
505
506
|
}
|
|
506
507
|
set subtitleTextColor(v) {
|
|
507
|
-
this.i.
|
|
508
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
508
|
+
this.i.hi = stringToBrush(v);
|
|
509
|
+
this._a("subtitleTextColor", brushToString(this.i.hi));
|
|
509
510
|
}
|
|
510
511
|
/**
|
|
511
512
|
* Gets the actual label text color when the tool is disabled.
|
|
512
513
|
*/
|
|
513
514
|
get actualDisabledTextColor() {
|
|
514
|
-
return brushToString(this.i.
|
|
515
|
+
return brushToString(this.i.g5);
|
|
515
516
|
}
|
|
516
517
|
set actualDisabledTextColor(v) {
|
|
517
|
-
this.i.
|
|
518
|
-
this._a("actualDisabledTextColor", brushToString(this.i.
|
|
518
|
+
this.i.g5 = stringToBrush(v);
|
|
519
|
+
this._a("actualDisabledTextColor", brushToString(this.i.g5));
|
|
519
520
|
}
|
|
520
521
|
/**
|
|
521
522
|
* Gets or sets the label text color when the tool is disabled.
|
|
522
523
|
*/
|
|
523
524
|
get disabledTextColor() {
|
|
524
|
-
return brushToString(this.i.
|
|
525
|
+
return brushToString(this.i.hd);
|
|
525
526
|
}
|
|
526
527
|
set disabledTextColor(v) {
|
|
527
|
-
this.i.
|
|
528
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
528
|
+
this.i.hd = stringToBrush(v);
|
|
529
|
+
this._a("disabledTextColor", brushToString(this.i.hd));
|
|
529
530
|
}
|
|
530
531
|
/**
|
|
531
532
|
* Gets the actual font used.
|
|
532
533
|
*/
|
|
533
534
|
get actualTextStyle() {
|
|
534
|
-
return this.i.
|
|
535
|
+
return this.i.ae;
|
|
535
536
|
}
|
|
536
537
|
set actualTextStyle(v) {
|
|
537
|
-
this.i.
|
|
538
|
+
this.i.ae = v;
|
|
538
539
|
}
|
|
539
540
|
/**
|
|
540
541
|
* Gets or sets the font to use.
|
|
541
542
|
*/
|
|
542
543
|
get textStyle() {
|
|
543
|
-
if (this.i.
|
|
544
|
+
if (this.i.ah == null) {
|
|
544
545
|
return null;
|
|
545
546
|
}
|
|
546
|
-
return this.i.
|
|
547
|
+
return this.i.ah.fontString;
|
|
547
548
|
}
|
|
548
549
|
set textStyle(v) {
|
|
549
550
|
let fi = new FontInfo();
|
|
550
551
|
fi.fontString = v;
|
|
551
|
-
this.i.
|
|
552
|
-
this._a("textStyle", this.i.
|
|
552
|
+
this.i.ah = fi;
|
|
553
|
+
this._a("textStyle", this.i.ah != null ? this.i.ah.fontString : "");
|
|
553
554
|
}
|
|
554
555
|
/**
|
|
555
556
|
* Gets the actual font used.
|
|
556
557
|
*/
|
|
557
558
|
get actualSubtitleTextStyle() {
|
|
558
|
-
return this.i.
|
|
559
|
+
return this.i.ad;
|
|
559
560
|
}
|
|
560
561
|
set actualSubtitleTextStyle(v) {
|
|
561
|
-
this.i.
|
|
562
|
+
this.i.ad = v;
|
|
562
563
|
}
|
|
563
564
|
/**
|
|
564
565
|
* Gets or sets the font to use.
|
|
565
566
|
*/
|
|
566
567
|
get subtitleTextStyle() {
|
|
567
|
-
if (this.i.
|
|
568
|
+
if (this.i.ag == null) {
|
|
568
569
|
return null;
|
|
569
570
|
}
|
|
570
|
-
return this.i.
|
|
571
|
+
return this.i.ag.fontString;
|
|
571
572
|
}
|
|
572
573
|
set subtitleTextStyle(v) {
|
|
573
574
|
let fi = new FontInfo();
|
|
574
575
|
fi.fontString = v;
|
|
575
|
-
this.i.
|
|
576
|
-
this._a("subtitleTextStyle", this.i.
|
|
576
|
+
this.i.ag = fi;
|
|
577
|
+
this._a("subtitleTextStyle", this.i.ag != null ? this.i.ag.fontString : "");
|
|
577
578
|
}
|
|
578
579
|
get isDisabled() {
|
|
579
|
-
return this.i.
|
|
580
|
+
return this.i.a8;
|
|
580
581
|
}
|
|
581
582
|
set isDisabled(v) {
|
|
582
|
-
this.i.
|
|
583
|
-
this._a("isDisabled", this.i.
|
|
583
|
+
this.i.a8 = ensureBool(v);
|
|
584
|
+
this._a("isDisabled", this.i.a8);
|
|
584
585
|
}
|
|
585
586
|
get isHighlighted() {
|
|
586
|
-
return this.i.
|
|
587
|
+
return this.i.a9;
|
|
587
588
|
}
|
|
588
589
|
set isHighlighted(v) {
|
|
589
|
-
this.i.
|
|
590
|
-
this._a("isHighlighted", this.i.
|
|
590
|
+
this.i.a9 = ensureBool(v);
|
|
591
|
+
this._a("isHighlighted", this.i.a9);
|
|
591
592
|
}
|
|
592
593
|
/**
|
|
593
594
|
* Gets or sets the display density to use for the action.
|
|
594
595
|
*/
|
|
595
596
|
get density() {
|
|
596
|
-
return this.i.
|
|
597
|
+
return this.i.w;
|
|
597
598
|
}
|
|
598
599
|
set density(v) {
|
|
599
|
-
this.i.
|
|
600
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
600
|
+
this.i.w = ensureEnum(ControlDisplayDensity_$type, v);
|
|
601
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.w));
|
|
601
602
|
}
|
|
602
603
|
/**
|
|
603
604
|
* Gets the resolved display density to use for the action.
|
|
604
605
|
*/
|
|
605
606
|
get actualDensity() {
|
|
606
|
-
return this.i.
|
|
607
|
+
return this.i.v;
|
|
607
608
|
}
|
|
608
609
|
set actualDensity(v) {
|
|
609
|
-
this.i.
|
|
610
|
-
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.
|
|
610
|
+
this.i.v = ensureEnum(ControlDisplayDensity_$type, v);
|
|
611
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.v));
|
|
611
612
|
}
|
|
612
613
|
get name() {
|
|
613
|
-
return this.i.
|
|
614
|
+
return this.i.el;
|
|
614
615
|
}
|
|
615
616
|
set name(v) {
|
|
616
|
-
this.i.
|
|
617
|
+
this.i.el = v;
|
|
617
618
|
}
|
|
618
619
|
/**
|
|
619
620
|
* Gets or sets the title of the tool.
|
|
620
621
|
*/
|
|
621
622
|
get title() {
|
|
622
|
-
return this.i.
|
|
623
|
+
return this.i.e5;
|
|
623
624
|
}
|
|
624
625
|
set title(v) {
|
|
625
|
-
this.i.
|
|
626
|
+
this.i.e5 = v;
|
|
626
627
|
}
|
|
627
628
|
/**
|
|
628
629
|
* Gets or sets the subtitle of the tool.
|
|
629
630
|
*/
|
|
630
631
|
get subtitle() {
|
|
631
|
-
return this.i.
|
|
632
|
+
return this.i.ez;
|
|
632
633
|
}
|
|
633
634
|
set subtitle(v) {
|
|
634
|
-
this.i.
|
|
635
|
+
this.i.ez = v;
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* Gets or sets the title horizontal alignment.
|
|
639
|
+
*/
|
|
640
|
+
get titleHorizontalAlignment() {
|
|
641
|
+
return this.i.g2;
|
|
642
|
+
}
|
|
643
|
+
set titleHorizontalAlignment(v) {
|
|
644
|
+
this.i.g2 = ensureEnum(HorizontalAlignment_$type, v);
|
|
645
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.g2));
|
|
635
646
|
}
|
|
636
647
|
get iconName() {
|
|
637
|
-
return this.i.
|
|
648
|
+
return this.i.d9;
|
|
638
649
|
}
|
|
639
650
|
set iconName(v) {
|
|
640
|
-
this.i.
|
|
651
|
+
this.i.d9 = v;
|
|
641
652
|
}
|
|
642
653
|
get iconCollectionName() {
|
|
643
|
-
return this.i.
|
|
654
|
+
return this.i.d4;
|
|
644
655
|
}
|
|
645
656
|
set iconCollectionName(v) {
|
|
646
|
-
this.i.
|
|
657
|
+
this.i.d4 = v;
|
|
647
658
|
}
|
|
648
659
|
/**
|
|
649
660
|
* Gets or sets the icon viewbox left.
|
|
650
661
|
*/
|
|
651
662
|
get iconViewBoxLeft() {
|
|
652
|
-
return this.i.
|
|
663
|
+
return this.i.cf;
|
|
653
664
|
}
|
|
654
665
|
set iconViewBoxLeft(v) {
|
|
655
|
-
this.i.
|
|
656
|
-
this._a("iconViewBoxLeft", this.i.
|
|
666
|
+
this.i.cf = +v;
|
|
667
|
+
this._a("iconViewBoxLeft", this.i.cf);
|
|
657
668
|
}
|
|
658
669
|
/**
|
|
659
670
|
* Gets or sets the icon viewbox top.
|
|
660
671
|
*/
|
|
661
672
|
get iconViewBoxTop() {
|
|
662
|
-
return this.i.
|
|
673
|
+
return this.i.cg;
|
|
663
674
|
}
|
|
664
675
|
set iconViewBoxTop(v) {
|
|
665
|
-
this.i.
|
|
666
|
-
this._a("iconViewBoxTop", this.i.
|
|
676
|
+
this.i.cg = +v;
|
|
677
|
+
this._a("iconViewBoxTop", this.i.cg);
|
|
667
678
|
}
|
|
668
679
|
/**
|
|
669
680
|
* Gets or sets the icon viewbox width.
|
|
670
681
|
*/
|
|
671
682
|
get iconViewBoxWidth() {
|
|
672
|
-
return this.i.
|
|
683
|
+
return this.i.ch;
|
|
673
684
|
}
|
|
674
685
|
set iconViewBoxWidth(v) {
|
|
675
|
-
this.i.
|
|
676
|
-
this._a("iconViewBoxWidth", this.i.
|
|
686
|
+
this.i.ch = +v;
|
|
687
|
+
this._a("iconViewBoxWidth", this.i.ch);
|
|
677
688
|
}
|
|
678
689
|
/**
|
|
679
690
|
* Gets or sets the icon viewbox height.
|
|
680
691
|
*/
|
|
681
692
|
get iconViewBoxHeight() {
|
|
682
|
-
return this.i.
|
|
693
|
+
return this.i.ce;
|
|
683
694
|
}
|
|
684
695
|
set iconViewBoxHeight(v) {
|
|
685
|
-
this.i.
|
|
686
|
-
this._a("iconViewBoxHeight", this.i.
|
|
696
|
+
this.i.ce = +v;
|
|
697
|
+
this._a("iconViewBoxHeight", this.i.ce);
|
|
687
698
|
}
|
|
688
699
|
/**
|
|
689
700
|
* Gets or sets the icon fill color.
|
|
690
701
|
*/
|
|
691
702
|
get iconFill() {
|
|
692
|
-
return brushToString(this.i.
|
|
703
|
+
return brushToString(this.i.hg);
|
|
693
704
|
}
|
|
694
705
|
set iconFill(v) {
|
|
695
|
-
this.i.
|
|
696
|
-
this._a("iconFill", brushToString(this.i.
|
|
706
|
+
this.i.hg = stringToBrush(v);
|
|
707
|
+
this._a("iconFill", brushToString(this.i.hg));
|
|
697
708
|
}
|
|
698
709
|
/**
|
|
699
710
|
* Gets the actual icon fill color.
|
|
700
711
|
*/
|
|
701
712
|
get actualIconFill() {
|
|
702
|
-
return brushToString(this.i.
|
|
713
|
+
return brushToString(this.i.g8);
|
|
703
714
|
}
|
|
704
715
|
set actualIconFill(v) {
|
|
705
|
-
this.i.
|
|
706
|
-
this._a("actualIconFill", brushToString(this.i.
|
|
716
|
+
this.i.g8 = stringToBrush(v);
|
|
717
|
+
this._a("actualIconFill", brushToString(this.i.g8));
|
|
707
718
|
}
|
|
708
719
|
/**
|
|
709
720
|
* Gets or sets the icon fill colors.
|
|
@@ -719,21 +730,21 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
719
730
|
* Gets or sets the icon stroke color.
|
|
720
731
|
*/
|
|
721
732
|
get iconStroke() {
|
|
722
|
-
return brushToString(this.i.
|
|
733
|
+
return brushToString(this.i.hh);
|
|
723
734
|
}
|
|
724
735
|
set iconStroke(v) {
|
|
725
|
-
this.i.
|
|
726
|
-
this._a("iconStroke", brushToString(this.i.
|
|
736
|
+
this.i.hh = stringToBrush(v);
|
|
737
|
+
this._a("iconStroke", brushToString(this.i.hh));
|
|
727
738
|
}
|
|
728
739
|
/**
|
|
729
740
|
* Gets the actual icon stroke color.
|
|
730
741
|
*/
|
|
731
742
|
get actualIconStroke() {
|
|
732
|
-
return brushToString(this.i.
|
|
743
|
+
return brushToString(this.i.g9);
|
|
733
744
|
}
|
|
734
745
|
set actualIconStroke(v) {
|
|
735
|
-
this.i.
|
|
736
|
-
this._a("actualIconStroke", brushToString(this.i.
|
|
746
|
+
this.i.g9 = stringToBrush(v);
|
|
747
|
+
this._a("actualIconStroke", brushToString(this.i.g9));
|
|
737
748
|
}
|
|
738
749
|
/**
|
|
739
750
|
* Gets or sets the icon stroke colors.
|
|
@@ -749,113 +760,113 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
749
760
|
* Gets or sets the icon viewbox width.
|
|
750
761
|
*/
|
|
751
762
|
get iconStrokeWidth() {
|
|
752
|
-
return this.i.
|
|
763
|
+
return this.i.cd;
|
|
753
764
|
}
|
|
754
765
|
set iconStrokeWidth(v) {
|
|
755
|
-
this.i.
|
|
756
|
-
this._a("iconStrokeWidth", this.i.
|
|
766
|
+
this.i.cd = +v;
|
|
767
|
+
this._a("iconStrokeWidth", this.i.cd);
|
|
757
768
|
}
|
|
758
769
|
/**
|
|
759
770
|
* Gets or sets the width of the icon.
|
|
760
771
|
*/
|
|
761
772
|
get iconWidth() {
|
|
762
|
-
return this.i.
|
|
773
|
+
return this.i.ci;
|
|
763
774
|
}
|
|
764
775
|
set iconWidth(v) {
|
|
765
|
-
this.i.
|
|
766
|
-
this._a("iconWidth", this.i.
|
|
776
|
+
this.i.ci = +v;
|
|
777
|
+
this._a("iconWidth", this.i.ci);
|
|
767
778
|
}
|
|
768
779
|
/**
|
|
769
780
|
* Gets the actual icon width used.
|
|
770
781
|
*/
|
|
771
782
|
get actualIconWidth() {
|
|
772
|
-
return this.i.
|
|
783
|
+
return this.i.bz;
|
|
773
784
|
}
|
|
774
785
|
set actualIconWidth(v) {
|
|
775
|
-
this.i.
|
|
776
|
-
this._a("actualIconWidth", this.i.
|
|
786
|
+
this.i.bz = +v;
|
|
787
|
+
this._a("actualIconWidth", this.i.bz);
|
|
777
788
|
}
|
|
778
789
|
/**
|
|
779
790
|
* Gets or sets the height of the icon.
|
|
780
791
|
*/
|
|
781
792
|
get iconHeight() {
|
|
782
|
-
return this.i.
|
|
793
|
+
return this.i.cc;
|
|
783
794
|
}
|
|
784
795
|
set iconHeight(v) {
|
|
785
|
-
this.i.
|
|
786
|
-
this._a("iconHeight", this.i.
|
|
796
|
+
this.i.cc = +v;
|
|
797
|
+
this._a("iconHeight", this.i.cc);
|
|
787
798
|
}
|
|
788
799
|
/**
|
|
789
800
|
* Gets the actual icon height used.
|
|
790
801
|
*/
|
|
791
802
|
get actualIconHeight() {
|
|
792
|
-
return this.i.
|
|
803
|
+
return this.i.by;
|
|
793
804
|
}
|
|
794
805
|
set actualIconHeight(v) {
|
|
795
|
-
this.i.
|
|
796
|
-
this._a("actualIconHeight", this.i.
|
|
806
|
+
this.i.by = +v;
|
|
807
|
+
this._a("actualIconHeight", this.i.by);
|
|
797
808
|
}
|
|
798
809
|
/**
|
|
799
810
|
* Gets or sets the tool action visibility.
|
|
800
811
|
*/
|
|
801
812
|
get visibility() {
|
|
802
|
-
return this.i.
|
|
813
|
+
return this.i.hk;
|
|
803
814
|
}
|
|
804
815
|
set visibility(v) {
|
|
805
|
-
this.i.
|
|
806
|
-
this._a("visibility", enumToString(Visibility_$type, this.i.
|
|
816
|
+
this.i.hk = ensureEnum(Visibility_$type, v);
|
|
817
|
+
this._a("visibility", enumToString(Visibility_$type, this.i.hk));
|
|
807
818
|
}
|
|
808
819
|
/**
|
|
809
820
|
* Gets or sets if the tool action will close its parent dropdown when executed by the user.
|
|
810
821
|
*/
|
|
811
822
|
get closeOnExecute() {
|
|
812
|
-
return this.i.
|
|
823
|
+
return this.i.aw;
|
|
813
824
|
}
|
|
814
825
|
set closeOnExecute(v) {
|
|
815
|
-
this.i.
|
|
816
|
-
this._a("closeOnExecute", this.i.
|
|
826
|
+
this.i.aw = ensureBool(v);
|
|
827
|
+
this._a("closeOnExecute", this.i.aw);
|
|
817
828
|
}
|
|
818
829
|
get highlightWidth() {
|
|
819
|
-
return this.i.
|
|
830
|
+
return this.i.cb;
|
|
820
831
|
}
|
|
821
832
|
set highlightWidth(v) {
|
|
822
|
-
this.i.
|
|
823
|
-
this._a("highlightWidth", this.i.
|
|
833
|
+
this.i.cb = +v;
|
|
834
|
+
this._a("highlightWidth", this.i.cb);
|
|
824
835
|
}
|
|
825
836
|
get actualHighlightWidth() {
|
|
826
|
-
return this.i.
|
|
837
|
+
return this.i.bx;
|
|
827
838
|
}
|
|
828
839
|
set actualHighlightWidth(v) {
|
|
829
|
-
this.i.
|
|
830
|
-
this._a("actualHighlightWidth", this.i.
|
|
840
|
+
this.i.bx = +v;
|
|
841
|
+
this._a("actualHighlightWidth", this.i.bx);
|
|
831
842
|
}
|
|
832
843
|
get highlightRadius() {
|
|
833
|
-
return this.i.
|
|
844
|
+
return this.i.ca;
|
|
834
845
|
}
|
|
835
846
|
set highlightRadius(v) {
|
|
836
|
-
this.i.
|
|
837
|
-
this._a("highlightRadius", this.i.
|
|
847
|
+
this.i.ca = +v;
|
|
848
|
+
this._a("highlightRadius", this.i.ca);
|
|
838
849
|
}
|
|
839
850
|
get actualHighlightRadius() {
|
|
840
|
-
return this.i.
|
|
851
|
+
return this.i.bw;
|
|
841
852
|
}
|
|
842
853
|
set actualHighlightRadius(v) {
|
|
843
|
-
this.i.
|
|
844
|
-
this._a("actualHighlightRadius", this.i.
|
|
854
|
+
this.i.bw = +v;
|
|
855
|
+
this._a("actualHighlightRadius", this.i.bw);
|
|
845
856
|
}
|
|
846
857
|
get highlightColor() {
|
|
847
|
-
return brushToString(this.i.
|
|
858
|
+
return brushToString(this.i.he);
|
|
848
859
|
}
|
|
849
860
|
set highlightColor(v) {
|
|
850
|
-
this.i.
|
|
851
|
-
this._a("highlightColor", brushToString(this.i.
|
|
861
|
+
this.i.he = stringToBrush(v);
|
|
862
|
+
this._a("highlightColor", brushToString(this.i.he));
|
|
852
863
|
}
|
|
853
864
|
get actualHighlightColor() {
|
|
854
|
-
return brushToString(this.i.
|
|
865
|
+
return brushToString(this.i.g6);
|
|
855
866
|
}
|
|
856
867
|
set actualHighlightColor(v) {
|
|
857
|
-
this.i.
|
|
858
|
-
this._a("actualHighlightColor", brushToString(this.i.
|
|
868
|
+
this.i.g6 = stringToBrush(v);
|
|
869
|
+
this._a("actualHighlightColor", brushToString(this.i.g6));
|
|
859
870
|
}
|
|
860
871
|
findByName(name) {
|
|
861
872
|
if (this.findEphemera) {
|
|
@@ -925,17 +936,17 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
925
936
|
this._inStyling = false;
|
|
926
937
|
}
|
|
927
938
|
openSubMenu() {
|
|
928
|
-
this.i.
|
|
939
|
+
this.i.ge();
|
|
929
940
|
}
|
|
930
941
|
closeSubmenu() {
|
|
931
|
-
this.i.
|
|
942
|
+
this.i.fd();
|
|
932
943
|
}
|
|
933
944
|
exportVisualData() {
|
|
934
|
-
let iv = this.i.
|
|
945
|
+
let iv = this.i.cr();
|
|
935
946
|
return (iv);
|
|
936
947
|
}
|
|
937
948
|
exportSerializedVisualData() {
|
|
938
|
-
let iv = this.i.
|
|
949
|
+
let iv = this.i.dy();
|
|
939
950
|
return (iv);
|
|
940
951
|
}
|
|
941
952
|
get onCommand() {
|