igniteui-webcomponents-layouts 7.1.0 → 7.1.1-beta.1
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 +4964 -4926
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +4423 -4385
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/igc-combo-editor-got-focus-event-args.js +2 -2
- package/esm2015/lib/igc-combo-editor-lost-focus-event-args.js +2 -2
- package/esm2015/lib/igc-combo-editor-text-changed-event-args.js +1 -1
- package/esm2015/lib/igc-combo-editor-value-changed-event-args.js +1 -1
- package/esm2015/lib/igc-layout-primary-key-value.js +1 -1
- package/esm2015/lib/igc-list-panel-active-row-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-component.js +2 -2
- package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-content-refreshed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-item-event-args.js +3 -3
- package/esm2015/lib/igc-list-panel-item-model.js +2 -2
- package/esm2015/lib/igc-list-panel-primary-key-value.js +1 -1
- package/esm2015/lib/igc-list-panel-selected-items-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-selected-keys-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-selection-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-template-height-requested-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-template-item-updating-event-args.js +3 -3
- package/esm2015/lib/igc-list-panel-template-width-requested-event-args.js +2 -2
- package/esm2015/lib/igc-on-collapsed-event-args.js +2 -2
- package/esm2015/lib/igc-on-expanded-event-args.js +2 -2
- package/esm2015/lib/igc-property-editor-data-source.js +2 -2
- package/esm2015/lib/igc-property-editor-description-object.js +2 -2
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +2 -2
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +2 -2
- package/esm2015/lib/igc-property-editor-property-description-coercing-value-event-args.js +3 -3
- package/esm2015/lib/igc-property-editor-property-description-component.js +3 -3
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +2 -2
- package/esm2015/lib/igc-tool-action-button-component.js +7 -7
- package/esm2015/lib/igc-tool-action-button-pair-component.js +104 -104
- package/esm2015/lib/igc-tool-action-checkbox-component.js +30 -30
- package/esm2015/lib/igc-tool-action-checkbox-group-component.js +11 -11
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +41 -41
- package/esm2015/lib/igc-tool-action-color-editor-component.js +4 -4
- package/esm2015/lib/igc-tool-action-combo-component.js +9 -9
- package/esm2015/lib/igc-tool-action-component.js +193 -193
- package/esm2015/lib/igc-tool-action-event-detail.js +2 -2
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +2 -2
- package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +2 -2
- package/esm2015/lib/igc-tool-action-group-header-component.js +7 -7
- 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-label-component.js +1 -1
- package/esm2015/lib/igc-tool-action-number-input-component.js +4 -4
- package/esm2015/lib/igc-tool-action-performed-event-args.js +3 -3
- package/esm2015/lib/igc-tool-action-popup-opening-event-args.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +38 -38
- package/esm2015/lib/igc-tool-action-radio-group-component.js +11 -11
- package/esm2015/lib/igc-tool-action-separator-component.js +7 -7
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +4 -4
- package/esm2015/lib/igc-tool-action-text-input-component.js +3 -3
- package/esm2015/lib/igc-tool-command-event-args.js +2 -2
- package/esm2015/lib/igc-tool-context-binding.js +2 -2
- package/esm2015/lib/igc-tool-panel-content-refreshed-event-args.js +2 -2
- package/esm2015/lib/igc-tool-panel-context-changed-event-args.js +2 -2
- package/esm2015/lib/igc-tool-panel-context-swapped-event-args.js +2 -2
- package/esm2015/lib/igc-toolbar-sub-menu-closing-event-args.js +2 -2
- package/esm2015/lib/igc-toolbar-sub-menu-opening-event-args.js +2 -2
- package/esm5/lib/NativeUILayoutFactory_combined.js +4258 -4220
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/igc-combo-editor-got-focus-event-args.js +2 -2
- package/esm5/lib/igc-combo-editor-lost-focus-event-args.js +2 -2
- package/esm5/lib/igc-combo-editor-text-changed-event-args.js +1 -1
- package/esm5/lib/igc-combo-editor-value-changed-event-args.js +1 -1
- package/esm5/lib/igc-layout-primary-key-value.js +1 -1
- package/esm5/lib/igc-list-panel-active-row-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-component.js +2 -2
- package/esm5/lib/igc-list-panel-content-rebind-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-content-recycled-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-content-refreshed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-item-event-args.js +3 -3
- package/esm5/lib/igc-list-panel-item-model.js +2 -2
- package/esm5/lib/igc-list-panel-primary-key-value.js +1 -1
- package/esm5/lib/igc-list-panel-selected-items-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-selected-keys-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-selection-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-template-height-requested-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-template-item-updating-event-args.js +3 -3
- package/esm5/lib/igc-list-panel-template-width-requested-event-args.js +2 -2
- package/esm5/lib/igc-on-collapsed-event-args.js +2 -2
- package/esm5/lib/igc-on-expanded-event-args.js +2 -2
- package/esm5/lib/igc-property-editor-data-source.js +2 -2
- package/esm5/lib/igc-property-editor-description-object.js +2 -2
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +2 -2
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +2 -2
- package/esm5/lib/igc-property-editor-property-description-coercing-value-event-args.js +3 -3
- package/esm5/lib/igc-property-editor-property-description-component.js +3 -3
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +2 -2
- package/esm5/lib/igc-tool-action-button-component.js +7 -7
- package/esm5/lib/igc-tool-action-button-pair-component.js +104 -104
- package/esm5/lib/igc-tool-action-checkbox-component.js +30 -30
- package/esm5/lib/igc-tool-action-checkbox-group-component.js +11 -11
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +41 -41
- package/esm5/lib/igc-tool-action-color-editor-component.js +4 -4
- package/esm5/lib/igc-tool-action-combo-component.js +9 -9
- package/esm5/lib/igc-tool-action-component.js +193 -193
- package/esm5/lib/igc-tool-action-event-detail.js +2 -2
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +2 -2
- package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +2 -2
- package/esm5/lib/igc-tool-action-group-header-component.js +7 -7
- 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-label-component.js +1 -1
- package/esm5/lib/igc-tool-action-number-input-component.js +4 -4
- package/esm5/lib/igc-tool-action-performed-event-args.js +3 -3
- package/esm5/lib/igc-tool-action-popup-opening-event-args.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +38 -38
- package/esm5/lib/igc-tool-action-radio-group-component.js +11 -11
- package/esm5/lib/igc-tool-action-separator-component.js +7 -7
- package/esm5/lib/igc-tool-action-sub-panel-component.js +4 -4
- package/esm5/lib/igc-tool-action-text-input-component.js +3 -3
- package/esm5/lib/igc-tool-command-event-args.js +2 -2
- package/esm5/lib/igc-tool-context-binding.js +2 -2
- package/esm5/lib/igc-tool-panel-content-refreshed-event-args.js +2 -2
- package/esm5/lib/igc-tool-panel-context-changed-event-args.js +2 -2
- package/esm5/lib/igc-tool-panel-context-swapped-event-args.js +2 -2
- package/esm5/lib/igc-toolbar-sub-menu-closing-event-args.js +2 -2
- package/esm5/lib/igc-toolbar-sub-menu-opening-event-args.js +2 -2
- package/fesm2015/igniteui-webcomponents-layouts.js +5083 -5045
- package/fesm5/igniteui-webcomponents-layouts.js +4964 -4926
- package/lib/NativeUILayoutFactory_combined.d.ts +778 -777
- package/package.json +3 -3
|
@@ -110,7 +110,7 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
110
110
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
111
111
|
}
|
|
112
112
|
this._implementation = this.createImplementation();
|
|
113
|
-
this._implementation
|
|
113
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
114
114
|
this.onImplementationCreated();
|
|
115
115
|
if (this._initializeAdapters) {
|
|
116
116
|
this._initializeAdapters();
|
|
@@ -193,7 +193,7 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
193
193
|
this._updatingFromAttribute = false;
|
|
194
194
|
}
|
|
195
195
|
get isOpen() {
|
|
196
|
-
return this.i.
|
|
196
|
+
return this.i.bc;
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
199
|
* Gets the context bindings for this tool action.
|
|
@@ -228,7 +228,7 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
228
228
|
this.i.contextBindings = innerColl;
|
|
229
229
|
}
|
|
230
230
|
get actionId() {
|
|
231
|
-
return this.i.
|
|
231
|
+
return this.i.c3;
|
|
232
232
|
}
|
|
233
233
|
get actualActions() {
|
|
234
234
|
if (!this._actualActions) {
|
|
@@ -275,44 +275,44 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
275
275
|
* Gets or sets the width to use for this tool action.
|
|
276
276
|
*/
|
|
277
277
|
get width() {
|
|
278
|
-
return this.i.
|
|
278
|
+
return this.i.cq;
|
|
279
279
|
}
|
|
280
280
|
set width(v) {
|
|
281
|
-
this.i.
|
|
282
|
-
this._a("width", this.i.
|
|
281
|
+
this.i.cq = +v;
|
|
282
|
+
this._a("width", this.i.cq);
|
|
283
283
|
}
|
|
284
284
|
/**
|
|
285
285
|
* Gets or sets the height to use for this tool action.
|
|
286
286
|
*/
|
|
287
287
|
get height() {
|
|
288
|
-
return this.i.
|
|
288
|
+
return this.i.cb;
|
|
289
289
|
}
|
|
290
290
|
set height(v) {
|
|
291
|
-
this.i.
|
|
292
|
-
this._a("height", this.i.
|
|
291
|
+
this.i.cb = +v;
|
|
292
|
+
this._a("height", this.i.cb);
|
|
293
293
|
}
|
|
294
294
|
/**
|
|
295
295
|
* Gets or sets the height to use for the sub panel if different than default
|
|
296
296
|
*/
|
|
297
297
|
get subPanelRowHeight() {
|
|
298
|
-
return this.i.
|
|
298
|
+
return this.i.cs;
|
|
299
299
|
}
|
|
300
300
|
set subPanelRowHeight(v) {
|
|
301
|
-
this.i.
|
|
302
|
-
this._a("subPanelRowHeight", this.i.
|
|
301
|
+
this.i.cs = +v;
|
|
302
|
+
this._a("subPanelRowHeight", this.i.cs);
|
|
303
303
|
}
|
|
304
304
|
get actualSubPanelRowHeight() {
|
|
305
|
-
return this.i.
|
|
305
|
+
return this.i.cr;
|
|
306
306
|
}
|
|
307
307
|
set actualSubPanelRowHeight(v) {
|
|
308
|
-
this.i.
|
|
309
|
-
this._a("actualSubPanelRowHeight", this.i.
|
|
308
|
+
this.i.cr = +v;
|
|
309
|
+
this._a("actualSubPanelRowHeight", this.i.cr);
|
|
310
310
|
}
|
|
311
311
|
get parentId() {
|
|
312
|
-
return this.i.
|
|
312
|
+
return this.i.ey;
|
|
313
313
|
}
|
|
314
314
|
set parentId(v) {
|
|
315
|
-
this.i.
|
|
315
|
+
this.i.ey = v;
|
|
316
316
|
}
|
|
317
317
|
/**
|
|
318
318
|
* Gets or sets the Id of the action that this action will be inserted before.
|
|
@@ -323,10 +323,10 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
323
323
|
* after the action has already been added will have no effect.
|
|
324
324
|
*/
|
|
325
325
|
get beforeId() {
|
|
326
|
-
return this.i.
|
|
326
|
+
return this.i.dt;
|
|
327
327
|
}
|
|
328
328
|
set beforeId(v) {
|
|
329
|
-
this.i.
|
|
329
|
+
this.i.dt = v;
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* Gets or sets the Id of the action that this action will be inserted after.
|
|
@@ -337,10 +337,10 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
337
337
|
* after the action has already been added will have no effect.
|
|
338
338
|
*/
|
|
339
339
|
get afterId() {
|
|
340
|
-
return this.i.
|
|
340
|
+
return this.i.dq;
|
|
341
341
|
}
|
|
342
342
|
set afterId(v) {
|
|
343
|
-
this.i.
|
|
343
|
+
this.i.dq = v;
|
|
344
344
|
}
|
|
345
345
|
/**
|
|
346
346
|
* Sets to the Id of the action that this action will overlay itself on to.
|
|
@@ -353,386 +353,386 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
353
353
|
* overlaid onto the generated actions.
|
|
354
354
|
*/
|
|
355
355
|
get overlayId() {
|
|
356
|
-
return this.i.
|
|
356
|
+
return this.i.et;
|
|
357
357
|
}
|
|
358
358
|
set overlayId(v) {
|
|
359
|
-
this.i.
|
|
359
|
+
this.i.et = v;
|
|
360
360
|
}
|
|
361
361
|
get commandId() {
|
|
362
|
-
return this.i.
|
|
362
|
+
return this.i.dy;
|
|
363
363
|
}
|
|
364
364
|
set commandId(v) {
|
|
365
|
-
this.i.
|
|
365
|
+
this.i.dy = v;
|
|
366
366
|
}
|
|
367
367
|
get commandArgument() {
|
|
368
|
-
return this.i.
|
|
368
|
+
return this.i.dv;
|
|
369
369
|
}
|
|
370
370
|
set commandArgument(v) {
|
|
371
|
-
this.i.
|
|
371
|
+
this.i.dv = v;
|
|
372
372
|
}
|
|
373
373
|
get commandArgumentValue() {
|
|
374
|
-
return this.i.
|
|
374
|
+
return this.i.ct;
|
|
375
375
|
}
|
|
376
376
|
set commandArgumentValue(v) {
|
|
377
|
-
this.i.
|
|
377
|
+
this.i.ct = v;
|
|
378
378
|
}
|
|
379
379
|
get paddingLeft() {
|
|
380
|
-
return this.i.
|
|
380
|
+
return this.i.cm;
|
|
381
381
|
}
|
|
382
382
|
set paddingLeft(v) {
|
|
383
|
-
this.i.
|
|
384
|
-
this._a("paddingLeft", this.i.
|
|
383
|
+
this.i.cm = +v;
|
|
384
|
+
this._a("paddingLeft", this.i.cm);
|
|
385
385
|
}
|
|
386
386
|
get actualPaddingLeft() {
|
|
387
|
-
return this.i.
|
|
387
|
+
return this.i.b3;
|
|
388
388
|
}
|
|
389
389
|
set actualPaddingLeft(v) {
|
|
390
|
-
this.i.
|
|
391
|
-
this._a("actualPaddingLeft", this.i.
|
|
390
|
+
this.i.b3 = +v;
|
|
391
|
+
this._a("actualPaddingLeft", this.i.b3);
|
|
392
392
|
}
|
|
393
393
|
get paddingRight() {
|
|
394
|
-
return this.i.
|
|
394
|
+
return this.i.cn;
|
|
395
395
|
}
|
|
396
396
|
set paddingRight(v) {
|
|
397
|
-
this.i.
|
|
398
|
-
this._a("paddingRight", this.i.
|
|
397
|
+
this.i.cn = +v;
|
|
398
|
+
this._a("paddingRight", this.i.cn);
|
|
399
399
|
}
|
|
400
400
|
get actualPaddingRight() {
|
|
401
|
-
return this.i.
|
|
401
|
+
return this.i.b4;
|
|
402
402
|
}
|
|
403
403
|
set actualPaddingRight(v) {
|
|
404
|
-
this.i.
|
|
405
|
-
this._a("actualPaddingRight", this.i.
|
|
404
|
+
this.i.b4 = +v;
|
|
405
|
+
this._a("actualPaddingRight", this.i.b4);
|
|
406
406
|
}
|
|
407
407
|
get paddingBottom() {
|
|
408
|
-
return this.i.
|
|
408
|
+
return this.i.cl;
|
|
409
409
|
}
|
|
410
410
|
set paddingBottom(v) {
|
|
411
|
-
this.i.
|
|
412
|
-
this._a("paddingBottom", this.i.
|
|
411
|
+
this.i.cl = +v;
|
|
412
|
+
this._a("paddingBottom", this.i.cl);
|
|
413
413
|
}
|
|
414
414
|
get actualPaddingBottom() {
|
|
415
|
-
return this.i.
|
|
415
|
+
return this.i.b2;
|
|
416
416
|
}
|
|
417
417
|
set actualPaddingBottom(v) {
|
|
418
|
-
this.i.
|
|
419
|
-
this._a("actualPaddingBottom", this.i.
|
|
418
|
+
this.i.b2 = +v;
|
|
419
|
+
this._a("actualPaddingBottom", this.i.b2);
|
|
420
420
|
}
|
|
421
421
|
get paddingTop() {
|
|
422
|
-
return this.i.
|
|
422
|
+
return this.i.co;
|
|
423
423
|
}
|
|
424
424
|
set paddingTop(v) {
|
|
425
|
-
this.i.
|
|
426
|
-
this._a("paddingTop", this.i.
|
|
425
|
+
this.i.co = +v;
|
|
426
|
+
this._a("paddingTop", this.i.co);
|
|
427
427
|
}
|
|
428
428
|
get actualPaddingTop() {
|
|
429
|
-
return this.i.
|
|
429
|
+
return this.i.b5;
|
|
430
430
|
}
|
|
431
431
|
set actualPaddingTop(v) {
|
|
432
|
-
this.i.
|
|
433
|
-
this._a("actualPaddingTop", this.i.
|
|
432
|
+
this.i.b5 = +v;
|
|
433
|
+
this._a("actualPaddingTop", this.i.b5);
|
|
434
434
|
}
|
|
435
435
|
/**
|
|
436
436
|
* Gets the actual hover background used by the tool action.
|
|
437
437
|
*/
|
|
438
438
|
get actualHoverBackground() {
|
|
439
|
-
return brushToString(this.i.
|
|
439
|
+
return brushToString(this.i.hj);
|
|
440
440
|
}
|
|
441
441
|
set actualHoverBackground(v) {
|
|
442
|
-
this.i.
|
|
443
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
442
|
+
this.i.hj = stringToBrush(v);
|
|
443
|
+
this._a("actualHoverBackground", brushToString(this.i.hj));
|
|
444
444
|
}
|
|
445
445
|
/**
|
|
446
446
|
* Gets or sets the hover background for this tool action.
|
|
447
447
|
*/
|
|
448
448
|
get hoverBackground() {
|
|
449
|
-
return brushToString(this.i.
|
|
449
|
+
return brushToString(this.i.hr);
|
|
450
450
|
}
|
|
451
451
|
set hoverBackground(v) {
|
|
452
|
-
this.i.
|
|
453
|
-
this._a("hoverBackground", brushToString(this.i.
|
|
452
|
+
this.i.hr = stringToBrush(v);
|
|
453
|
+
this._a("hoverBackground", brushToString(this.i.hr));
|
|
454
454
|
}
|
|
455
455
|
/**
|
|
456
456
|
* Gets the actual background used by the tool action.
|
|
457
457
|
*/
|
|
458
458
|
get actualBackground() {
|
|
459
|
-
return brushToString(this.i.
|
|
459
|
+
return brushToString(this.i.hg);
|
|
460
460
|
}
|
|
461
461
|
set actualBackground(v) {
|
|
462
|
-
this.i.
|
|
463
|
-
this._a("actualBackground", brushToString(this.i.
|
|
462
|
+
this.i.hg = stringToBrush(v);
|
|
463
|
+
this._a("actualBackground", brushToString(this.i.hg));
|
|
464
464
|
}
|
|
465
465
|
/**
|
|
466
466
|
* Gets or sets the background color of the tool action.
|
|
467
467
|
*/
|
|
468
468
|
get background() {
|
|
469
|
-
return brushToString(this.i.
|
|
469
|
+
return brushToString(this.i.ho);
|
|
470
470
|
}
|
|
471
471
|
set background(v) {
|
|
472
|
-
this.i.
|
|
473
|
-
this._a("background", brushToString(this.i.
|
|
472
|
+
this.i.ho = stringToBrush(v);
|
|
473
|
+
this._a("background", brushToString(this.i.ho));
|
|
474
474
|
}
|
|
475
475
|
/**
|
|
476
476
|
* Gets the actual label text color.
|
|
477
477
|
*/
|
|
478
478
|
get actualTextColor() {
|
|
479
|
-
return brushToString(this.i.
|
|
479
|
+
return brushToString(this.i.hn);
|
|
480
480
|
}
|
|
481
481
|
set actualTextColor(v) {
|
|
482
|
-
this.i.
|
|
483
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
482
|
+
this.i.hn = stringToBrush(v);
|
|
483
|
+
this._a("actualTextColor", brushToString(this.i.hn));
|
|
484
484
|
}
|
|
485
485
|
/**
|
|
486
486
|
* Gets or sets the label text color.
|
|
487
487
|
*/
|
|
488
488
|
get textColor() {
|
|
489
|
-
return brushToString(this.i.
|
|
489
|
+
return brushToString(this.i.hv);
|
|
490
490
|
}
|
|
491
491
|
set textColor(v) {
|
|
492
|
-
this.i.
|
|
493
|
-
this._a("textColor", brushToString(this.i.
|
|
492
|
+
this.i.hv = stringToBrush(v);
|
|
493
|
+
this._a("textColor", brushToString(this.i.hv));
|
|
494
494
|
}
|
|
495
495
|
/**
|
|
496
496
|
* Gets the actual label text color.
|
|
497
497
|
*/
|
|
498
498
|
get actualSubtitleTextColor() {
|
|
499
|
-
return brushToString(this.i.
|
|
499
|
+
return brushToString(this.i.hm);
|
|
500
500
|
}
|
|
501
501
|
set actualSubtitleTextColor(v) {
|
|
502
|
-
this.i.
|
|
503
|
-
this._a("actualSubtitleTextColor", brushToString(this.i.
|
|
502
|
+
this.i.hm = stringToBrush(v);
|
|
503
|
+
this._a("actualSubtitleTextColor", brushToString(this.i.hm));
|
|
504
504
|
}
|
|
505
505
|
/**
|
|
506
506
|
* Gets or sets the label text color.
|
|
507
507
|
*/
|
|
508
508
|
get subtitleTextColor() {
|
|
509
|
-
return brushToString(this.i.
|
|
509
|
+
return brushToString(this.i.hu);
|
|
510
510
|
}
|
|
511
511
|
set subtitleTextColor(v) {
|
|
512
|
-
this.i.
|
|
513
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
512
|
+
this.i.hu = stringToBrush(v);
|
|
513
|
+
this._a("subtitleTextColor", brushToString(this.i.hu));
|
|
514
514
|
}
|
|
515
515
|
/**
|
|
516
516
|
* Gets the actual label text color when the tool is disabled.
|
|
517
517
|
*/
|
|
518
518
|
get actualDisabledTextColor() {
|
|
519
|
-
return brushToString(this.i.
|
|
519
|
+
return brushToString(this.i.hh);
|
|
520
520
|
}
|
|
521
521
|
set actualDisabledTextColor(v) {
|
|
522
|
-
this.i.
|
|
523
|
-
this._a("actualDisabledTextColor", brushToString(this.i.
|
|
522
|
+
this.i.hh = stringToBrush(v);
|
|
523
|
+
this._a("actualDisabledTextColor", brushToString(this.i.hh));
|
|
524
524
|
}
|
|
525
525
|
/**
|
|
526
526
|
* Gets or sets the label text color when the tool is disabled.
|
|
527
527
|
*/
|
|
528
528
|
get disabledTextColor() {
|
|
529
|
-
return brushToString(this.i.
|
|
529
|
+
return brushToString(this.i.hp);
|
|
530
530
|
}
|
|
531
531
|
set disabledTextColor(v) {
|
|
532
|
-
this.i.
|
|
533
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
532
|
+
this.i.hp = stringToBrush(v);
|
|
533
|
+
this._a("disabledTextColor", brushToString(this.i.hp));
|
|
534
534
|
}
|
|
535
535
|
/**
|
|
536
536
|
* Gets the actual font used.
|
|
537
537
|
*/
|
|
538
538
|
get actualTextStyle() {
|
|
539
|
-
return this.i.
|
|
539
|
+
return this.i.af;
|
|
540
540
|
}
|
|
541
541
|
set actualTextStyle(v) {
|
|
542
|
-
this.i.
|
|
542
|
+
this.i.af = v;
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
545
545
|
* Gets or sets the font to use.
|
|
546
546
|
*/
|
|
547
547
|
get textStyle() {
|
|
548
|
-
if (this.i.
|
|
548
|
+
if (this.i.ai == null) {
|
|
549
549
|
return null;
|
|
550
550
|
}
|
|
551
|
-
return this.i.
|
|
551
|
+
return this.i.ai.fontString;
|
|
552
552
|
}
|
|
553
553
|
set textStyle(v) {
|
|
554
554
|
let fi = new FontInfo();
|
|
555
555
|
fi.fontString = v;
|
|
556
|
-
this.i.
|
|
557
|
-
this._a("textStyle", this.i.
|
|
556
|
+
this.i.ai = fi;
|
|
557
|
+
this._a("textStyle", this.i.ai != null ? this.i.ai.fontString : "");
|
|
558
558
|
}
|
|
559
559
|
/**
|
|
560
560
|
* Gets the actual font used.
|
|
561
561
|
*/
|
|
562
562
|
get actualSubtitleTextStyle() {
|
|
563
|
-
return this.i.
|
|
563
|
+
return this.i.ae;
|
|
564
564
|
}
|
|
565
565
|
set actualSubtitleTextStyle(v) {
|
|
566
|
-
this.i.
|
|
566
|
+
this.i.ae = v;
|
|
567
567
|
}
|
|
568
568
|
/**
|
|
569
569
|
* Gets or sets the font to use.
|
|
570
570
|
*/
|
|
571
571
|
get subtitleTextStyle() {
|
|
572
|
-
if (this.i.
|
|
572
|
+
if (this.i.ah == null) {
|
|
573
573
|
return null;
|
|
574
574
|
}
|
|
575
|
-
return this.i.
|
|
575
|
+
return this.i.ah.fontString;
|
|
576
576
|
}
|
|
577
577
|
set subtitleTextStyle(v) {
|
|
578
578
|
let fi = new FontInfo();
|
|
579
579
|
fi.fontString = v;
|
|
580
|
-
this.i.
|
|
581
|
-
this._a("subtitleTextStyle", this.i.
|
|
580
|
+
this.i.ah = fi;
|
|
581
|
+
this._a("subtitleTextStyle", this.i.ah != null ? this.i.ah.fontString : "");
|
|
582
582
|
}
|
|
583
583
|
get isDisabled() {
|
|
584
|
-
return this.i.
|
|
584
|
+
return this.i.ba;
|
|
585
585
|
}
|
|
586
586
|
set isDisabled(v) {
|
|
587
|
-
this.i.
|
|
588
|
-
this._a("isDisabled", this.i.
|
|
587
|
+
this.i.ba = ensureBool(v);
|
|
588
|
+
this._a("isDisabled", this.i.ba);
|
|
589
589
|
}
|
|
590
590
|
get isHighlighted() {
|
|
591
|
-
return this.i.
|
|
591
|
+
return this.i.bb;
|
|
592
592
|
}
|
|
593
593
|
set isHighlighted(v) {
|
|
594
|
-
this.i.
|
|
595
|
-
this._a("isHighlighted", this.i.
|
|
594
|
+
this.i.bb = ensureBool(v);
|
|
595
|
+
this._a("isHighlighted", this.i.bb);
|
|
596
596
|
}
|
|
597
597
|
get actualAccentColor() {
|
|
598
|
-
return brushToString(this.i.
|
|
598
|
+
return brushToString(this.i.hf);
|
|
599
599
|
}
|
|
600
600
|
set actualAccentColor(v) {
|
|
601
|
-
this.i.
|
|
602
|
-
this._a("actualAccentColor", brushToString(this.i.
|
|
601
|
+
this.i.hf = stringToBrush(v);
|
|
602
|
+
this._a("actualAccentColor", brushToString(this.i.hf));
|
|
603
603
|
}
|
|
604
604
|
get accentColor() {
|
|
605
|
-
return brushToString(this.i.
|
|
605
|
+
return brushToString(this.i.he);
|
|
606
606
|
}
|
|
607
607
|
set accentColor(v) {
|
|
608
|
-
this.i.
|
|
609
|
-
this._a("accentColor", brushToString(this.i.
|
|
608
|
+
this.i.he = stringToBrush(v);
|
|
609
|
+
this._a("accentColor", brushToString(this.i.he));
|
|
610
610
|
}
|
|
611
611
|
/**
|
|
612
612
|
* Gets or sets the display density to use for the action.
|
|
613
613
|
*/
|
|
614
614
|
get density() {
|
|
615
|
-
return this.i.
|
|
615
|
+
return this.i.x;
|
|
616
616
|
}
|
|
617
617
|
set density(v) {
|
|
618
|
-
this.i.
|
|
619
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
618
|
+
this.i.x = ensureEnum(ControlDisplayDensity_$type, v);
|
|
619
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.x));
|
|
620
620
|
}
|
|
621
621
|
/**
|
|
622
622
|
* Gets the resolved display density to use for the action.
|
|
623
623
|
*/
|
|
624
624
|
get actualDensity() {
|
|
625
|
-
return this.i.
|
|
625
|
+
return this.i.w;
|
|
626
626
|
}
|
|
627
627
|
set actualDensity(v) {
|
|
628
|
-
this.i.
|
|
629
|
-
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.
|
|
628
|
+
this.i.w = ensureEnum(ControlDisplayDensity_$type, v);
|
|
629
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.w));
|
|
630
630
|
}
|
|
631
631
|
get name() {
|
|
632
|
-
return this.i.
|
|
632
|
+
return this.i.er;
|
|
633
633
|
}
|
|
634
634
|
set name(v) {
|
|
635
|
-
this.i.
|
|
635
|
+
this.i.er = v;
|
|
636
636
|
}
|
|
637
637
|
/**
|
|
638
638
|
* Gets or sets the title of the tool.
|
|
639
639
|
*/
|
|
640
640
|
get title() {
|
|
641
|
-
return this.i.
|
|
641
|
+
return this.i.fb;
|
|
642
642
|
}
|
|
643
643
|
set title(v) {
|
|
644
|
-
this.i.
|
|
644
|
+
this.i.fb = v;
|
|
645
645
|
}
|
|
646
646
|
/**
|
|
647
647
|
* Gets or sets the subtitle of the tool.
|
|
648
648
|
*/
|
|
649
649
|
get subtitle() {
|
|
650
|
-
return this.i.
|
|
650
|
+
return this.i.e5;
|
|
651
651
|
}
|
|
652
652
|
set subtitle(v) {
|
|
653
|
-
this.i.
|
|
653
|
+
this.i.e5 = v;
|
|
654
654
|
}
|
|
655
655
|
/**
|
|
656
656
|
* Gets or sets the title horizontal alignment.
|
|
657
657
|
*/
|
|
658
658
|
get titleHorizontalAlignment() {
|
|
659
|
-
return this.i.
|
|
659
|
+
return this.i.hc;
|
|
660
660
|
}
|
|
661
661
|
set titleHorizontalAlignment(v) {
|
|
662
|
-
this.i.
|
|
663
|
-
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
662
|
+
this.i.hc = ensureEnum(HorizontalAlignment_$type, v);
|
|
663
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.hc));
|
|
664
664
|
}
|
|
665
665
|
get iconName() {
|
|
666
|
-
return this.i.
|
|
666
|
+
return this.i.ef;
|
|
667
667
|
}
|
|
668
668
|
set iconName(v) {
|
|
669
|
-
this.i.
|
|
669
|
+
this.i.ef = v;
|
|
670
670
|
}
|
|
671
671
|
get iconCollectionName() {
|
|
672
|
-
return this.i.
|
|
672
|
+
return this.i.ea;
|
|
673
673
|
}
|
|
674
674
|
set iconCollectionName(v) {
|
|
675
|
-
this.i.
|
|
675
|
+
this.i.ea = v;
|
|
676
676
|
}
|
|
677
677
|
/**
|
|
678
678
|
* Gets or sets the icon viewbox left.
|
|
679
679
|
*/
|
|
680
680
|
get iconViewBoxLeft() {
|
|
681
|
-
return this.i.
|
|
681
|
+
return this.i.ch;
|
|
682
682
|
}
|
|
683
683
|
set iconViewBoxLeft(v) {
|
|
684
|
-
this.i.
|
|
685
|
-
this._a("iconViewBoxLeft", this.i.
|
|
684
|
+
this.i.ch = +v;
|
|
685
|
+
this._a("iconViewBoxLeft", this.i.ch);
|
|
686
686
|
}
|
|
687
687
|
/**
|
|
688
688
|
* Gets or sets the icon viewbox top.
|
|
689
689
|
*/
|
|
690
690
|
get iconViewBoxTop() {
|
|
691
|
-
return this.i.
|
|
691
|
+
return this.i.ci;
|
|
692
692
|
}
|
|
693
693
|
set iconViewBoxTop(v) {
|
|
694
|
-
this.i.
|
|
695
|
-
this._a("iconViewBoxTop", this.i.
|
|
694
|
+
this.i.ci = +v;
|
|
695
|
+
this._a("iconViewBoxTop", this.i.ci);
|
|
696
696
|
}
|
|
697
697
|
/**
|
|
698
698
|
* Gets or sets the icon viewbox width.
|
|
699
699
|
*/
|
|
700
700
|
get iconViewBoxWidth() {
|
|
701
|
-
return this.i.
|
|
701
|
+
return this.i.cj;
|
|
702
702
|
}
|
|
703
703
|
set iconViewBoxWidth(v) {
|
|
704
|
-
this.i.
|
|
705
|
-
this._a("iconViewBoxWidth", this.i.
|
|
704
|
+
this.i.cj = +v;
|
|
705
|
+
this._a("iconViewBoxWidth", this.i.cj);
|
|
706
706
|
}
|
|
707
707
|
/**
|
|
708
708
|
* Gets or sets the icon viewbox height.
|
|
709
709
|
*/
|
|
710
710
|
get iconViewBoxHeight() {
|
|
711
|
-
return this.i.
|
|
711
|
+
return this.i.cg;
|
|
712
712
|
}
|
|
713
713
|
set iconViewBoxHeight(v) {
|
|
714
|
-
this.i.
|
|
715
|
-
this._a("iconViewBoxHeight", this.i.
|
|
714
|
+
this.i.cg = +v;
|
|
715
|
+
this._a("iconViewBoxHeight", this.i.cg);
|
|
716
716
|
}
|
|
717
717
|
/**
|
|
718
718
|
* Gets or sets the icon fill color.
|
|
719
719
|
*/
|
|
720
720
|
get iconFill() {
|
|
721
|
-
return brushToString(this.i.
|
|
721
|
+
return brushToString(this.i.hs);
|
|
722
722
|
}
|
|
723
723
|
set iconFill(v) {
|
|
724
|
-
this.i.
|
|
725
|
-
this._a("iconFill", brushToString(this.i.
|
|
724
|
+
this.i.hs = stringToBrush(v);
|
|
725
|
+
this._a("iconFill", brushToString(this.i.hs));
|
|
726
726
|
}
|
|
727
727
|
/**
|
|
728
728
|
* Gets the actual icon fill color.
|
|
729
729
|
*/
|
|
730
730
|
get actualIconFill() {
|
|
731
|
-
return brushToString(this.i.
|
|
731
|
+
return brushToString(this.i.hk);
|
|
732
732
|
}
|
|
733
733
|
set actualIconFill(v) {
|
|
734
|
-
this.i.
|
|
735
|
-
this._a("actualIconFill", brushToString(this.i.
|
|
734
|
+
this.i.hk = stringToBrush(v);
|
|
735
|
+
this._a("actualIconFill", brushToString(this.i.hk));
|
|
736
736
|
}
|
|
737
737
|
/**
|
|
738
738
|
* Gets or sets the icon fill colors.
|
|
@@ -748,21 +748,21 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
748
748
|
* Gets or sets the icon stroke color.
|
|
749
749
|
*/
|
|
750
750
|
get iconStroke() {
|
|
751
|
-
return brushToString(this.i.
|
|
751
|
+
return brushToString(this.i.ht);
|
|
752
752
|
}
|
|
753
753
|
set iconStroke(v) {
|
|
754
|
-
this.i.
|
|
755
|
-
this._a("iconStroke", brushToString(this.i.
|
|
754
|
+
this.i.ht = stringToBrush(v);
|
|
755
|
+
this._a("iconStroke", brushToString(this.i.ht));
|
|
756
756
|
}
|
|
757
757
|
/**
|
|
758
758
|
* Gets the actual icon stroke color.
|
|
759
759
|
*/
|
|
760
760
|
get actualIconStroke() {
|
|
761
|
-
return brushToString(this.i.
|
|
761
|
+
return brushToString(this.i.hl);
|
|
762
762
|
}
|
|
763
763
|
set actualIconStroke(v) {
|
|
764
|
-
this.i.
|
|
765
|
-
this._a("actualIconStroke", brushToString(this.i.
|
|
764
|
+
this.i.hl = stringToBrush(v);
|
|
765
|
+
this._a("actualIconStroke", brushToString(this.i.hl));
|
|
766
766
|
}
|
|
767
767
|
/**
|
|
768
768
|
* Gets or sets the icon stroke colors.
|
|
@@ -778,113 +778,113 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
778
778
|
* Gets or sets the icon viewbox width.
|
|
779
779
|
*/
|
|
780
780
|
get iconStrokeWidth() {
|
|
781
|
-
return this.i.
|
|
781
|
+
return this.i.cf;
|
|
782
782
|
}
|
|
783
783
|
set iconStrokeWidth(v) {
|
|
784
|
-
this.i.
|
|
785
|
-
this._a("iconStrokeWidth", this.i.
|
|
784
|
+
this.i.cf = +v;
|
|
785
|
+
this._a("iconStrokeWidth", this.i.cf);
|
|
786
786
|
}
|
|
787
787
|
/**
|
|
788
788
|
* Gets or sets the width of the icon.
|
|
789
789
|
*/
|
|
790
790
|
get iconWidth() {
|
|
791
|
-
return this.i.
|
|
791
|
+
return this.i.ck;
|
|
792
792
|
}
|
|
793
793
|
set iconWidth(v) {
|
|
794
|
-
this.i.
|
|
795
|
-
this._a("iconWidth", this.i.
|
|
794
|
+
this.i.ck = +v;
|
|
795
|
+
this._a("iconWidth", this.i.ck);
|
|
796
796
|
}
|
|
797
797
|
/**
|
|
798
798
|
* Gets the actual icon width used.
|
|
799
799
|
*/
|
|
800
800
|
get actualIconWidth() {
|
|
801
|
-
return this.i.
|
|
801
|
+
return this.i.b1;
|
|
802
802
|
}
|
|
803
803
|
set actualIconWidth(v) {
|
|
804
|
-
this.i.
|
|
805
|
-
this._a("actualIconWidth", this.i.
|
|
804
|
+
this.i.b1 = +v;
|
|
805
|
+
this._a("actualIconWidth", this.i.b1);
|
|
806
806
|
}
|
|
807
807
|
/**
|
|
808
808
|
* Gets or sets the height of the icon.
|
|
809
809
|
*/
|
|
810
810
|
get iconHeight() {
|
|
811
|
-
return this.i.
|
|
811
|
+
return this.i.ce;
|
|
812
812
|
}
|
|
813
813
|
set iconHeight(v) {
|
|
814
|
-
this.i.
|
|
815
|
-
this._a("iconHeight", this.i.
|
|
814
|
+
this.i.ce = +v;
|
|
815
|
+
this._a("iconHeight", this.i.ce);
|
|
816
816
|
}
|
|
817
817
|
/**
|
|
818
818
|
* Gets the actual icon height used.
|
|
819
819
|
*/
|
|
820
820
|
get actualIconHeight() {
|
|
821
|
-
return this.i.
|
|
821
|
+
return this.i.b0;
|
|
822
822
|
}
|
|
823
823
|
set actualIconHeight(v) {
|
|
824
|
-
this.i.
|
|
825
|
-
this._a("actualIconHeight", this.i.
|
|
824
|
+
this.i.b0 = +v;
|
|
825
|
+
this._a("actualIconHeight", this.i.b0);
|
|
826
826
|
}
|
|
827
827
|
/**
|
|
828
828
|
* Gets or sets the tool action visibility.
|
|
829
829
|
*/
|
|
830
830
|
get visibility() {
|
|
831
|
-
return this.i.
|
|
831
|
+
return this.i.hw;
|
|
832
832
|
}
|
|
833
833
|
set visibility(v) {
|
|
834
|
-
this.i.
|
|
835
|
-
this._a("visibility", enumToString(Visibility_$type, this.i.
|
|
834
|
+
this.i.hw = ensureEnum(Visibility_$type, v);
|
|
835
|
+
this._a("visibility", enumToString(Visibility_$type, this.i.hw));
|
|
836
836
|
}
|
|
837
837
|
/**
|
|
838
838
|
* Gets or sets if the tool action will close its parent dropdown when executed by the user.
|
|
839
839
|
*/
|
|
840
840
|
get closeOnExecute() {
|
|
841
|
-
return this.i.
|
|
841
|
+
return this.i.ay;
|
|
842
842
|
}
|
|
843
843
|
set closeOnExecute(v) {
|
|
844
|
-
this.i.
|
|
845
|
-
this._a("closeOnExecute", this.i.
|
|
844
|
+
this.i.ay = ensureBool(v);
|
|
845
|
+
this._a("closeOnExecute", this.i.ay);
|
|
846
846
|
}
|
|
847
847
|
get highlightWidth() {
|
|
848
|
-
return this.i.
|
|
848
|
+
return this.i.cd;
|
|
849
849
|
}
|
|
850
850
|
set highlightWidth(v) {
|
|
851
|
-
this.i.
|
|
852
|
-
this._a("highlightWidth", this.i.
|
|
851
|
+
this.i.cd = +v;
|
|
852
|
+
this._a("highlightWidth", this.i.cd);
|
|
853
853
|
}
|
|
854
854
|
get actualHighlightWidth() {
|
|
855
|
-
return this.i.
|
|
855
|
+
return this.i.bz;
|
|
856
856
|
}
|
|
857
857
|
set actualHighlightWidth(v) {
|
|
858
|
-
this.i.
|
|
859
|
-
this._a("actualHighlightWidth", this.i.
|
|
858
|
+
this.i.bz = +v;
|
|
859
|
+
this._a("actualHighlightWidth", this.i.bz);
|
|
860
860
|
}
|
|
861
861
|
get highlightRadius() {
|
|
862
|
-
return this.i.
|
|
862
|
+
return this.i.cc;
|
|
863
863
|
}
|
|
864
864
|
set highlightRadius(v) {
|
|
865
|
-
this.i.
|
|
866
|
-
this._a("highlightRadius", this.i.
|
|
865
|
+
this.i.cc = +v;
|
|
866
|
+
this._a("highlightRadius", this.i.cc);
|
|
867
867
|
}
|
|
868
868
|
get actualHighlightRadius() {
|
|
869
|
-
return this.i.
|
|
869
|
+
return this.i.by;
|
|
870
870
|
}
|
|
871
871
|
set actualHighlightRadius(v) {
|
|
872
|
-
this.i.
|
|
873
|
-
this._a("actualHighlightRadius", this.i.
|
|
872
|
+
this.i.by = +v;
|
|
873
|
+
this._a("actualHighlightRadius", this.i.by);
|
|
874
874
|
}
|
|
875
875
|
get highlightColor() {
|
|
876
|
-
return brushToString(this.i.
|
|
876
|
+
return brushToString(this.i.hq);
|
|
877
877
|
}
|
|
878
878
|
set highlightColor(v) {
|
|
879
|
-
this.i.
|
|
880
|
-
this._a("highlightColor", brushToString(this.i.
|
|
879
|
+
this.i.hq = stringToBrush(v);
|
|
880
|
+
this._a("highlightColor", brushToString(this.i.hq));
|
|
881
881
|
}
|
|
882
882
|
get actualHighlightColor() {
|
|
883
|
-
return brushToString(this.i.
|
|
883
|
+
return brushToString(this.i.hi);
|
|
884
884
|
}
|
|
885
885
|
set actualHighlightColor(v) {
|
|
886
|
-
this.i.
|
|
887
|
-
this._a("actualHighlightColor", brushToString(this.i.
|
|
886
|
+
this.i.hi = stringToBrush(v);
|
|
887
|
+
this._a("actualHighlightColor", brushToString(this.i.hi));
|
|
888
888
|
}
|
|
889
889
|
findByName(name) {
|
|
890
890
|
if (this.findEphemera) {
|
|
@@ -954,17 +954,17 @@ let IgcToolActionComponent = /*@__PURE__*/ (() => {
|
|
|
954
954
|
this._inStyling = false;
|
|
955
955
|
}
|
|
956
956
|
openSubMenu() {
|
|
957
|
-
this.i.
|
|
957
|
+
this.i.go();
|
|
958
958
|
}
|
|
959
959
|
closeSubmenu() {
|
|
960
|
-
this.i.
|
|
960
|
+
this.i.fj();
|
|
961
961
|
}
|
|
962
962
|
exportVisualData() {
|
|
963
|
-
let iv = this.i.
|
|
963
|
+
let iv = this.i.cu();
|
|
964
964
|
return (iv);
|
|
965
965
|
}
|
|
966
966
|
exportSerializedVisualData() {
|
|
967
|
-
let iv = this.i.
|
|
967
|
+
let iv = this.i.d4();
|
|
968
968
|
return (iv);
|
|
969
969
|
}
|
|
970
970
|
get onCommand() {
|