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
|
@@ -656,21 +656,21 @@ let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
656
656
|
case 19:
|
|
657
657
|
case 1:
|
|
658
658
|
let d = new ToolActionNumberInput();
|
|
659
|
-
d.
|
|
660
|
-
d.
|
|
659
|
+
d.hz = b.ar != null ? b.ar : NaN;
|
|
660
|
+
d.fb = this.bm(b);
|
|
661
661
|
c = d;
|
|
662
662
|
if (b.a4 != null) {
|
|
663
|
-
c.
|
|
663
|
+
c.e5 = b.a4;
|
|
664
664
|
}
|
|
665
665
|
break;
|
|
666
666
|
case 4:
|
|
667
667
|
case 5:
|
|
668
668
|
let e = new ToolActionColorEditor();
|
|
669
|
-
e.
|
|
670
|
-
e.
|
|
669
|
+
e.h3 = CSSColorUtil.g(b.ar);
|
|
670
|
+
e.fb = this.bm(b);
|
|
671
671
|
c = e;
|
|
672
672
|
if (b.a4 != null) {
|
|
673
|
-
c.
|
|
673
|
+
c.e5 = b.a4;
|
|
674
674
|
}
|
|
675
675
|
break;
|
|
676
676
|
case 11:
|
|
@@ -682,20 +682,20 @@ let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
682
682
|
case 6:
|
|
683
683
|
case 23:
|
|
684
684
|
let f = new ToolActionTextInput();
|
|
685
|
-
f.
|
|
686
|
-
f.
|
|
685
|
+
f.hz = b.ar;
|
|
686
|
+
f.fb = this.bm(b);
|
|
687
687
|
c = f;
|
|
688
688
|
if (b.a4 != null) {
|
|
689
|
-
c.
|
|
689
|
+
c.e5 = b.a4;
|
|
690
690
|
}
|
|
691
691
|
break;
|
|
692
692
|
case 7:
|
|
693
693
|
let g = new ToolActionCheckbox();
|
|
694
|
-
g.
|
|
695
|
-
g.
|
|
694
|
+
g.hy = b.ar != null ? b.ar : false;
|
|
695
|
+
g.fb = this.bm(b);
|
|
696
696
|
c = g;
|
|
697
697
|
if (b.a4 != null) {
|
|
698
|
-
c.
|
|
698
|
+
c.e5 = b.a4;
|
|
699
699
|
}
|
|
700
700
|
break;
|
|
701
701
|
case 8:
|
|
@@ -708,38 +708,38 @@ let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
708
708
|
case 15:
|
|
709
709
|
let h = new ToolActionCombo();
|
|
710
710
|
h.itemsSource = this.a4(this.c(b));
|
|
711
|
-
h.
|
|
711
|
+
h.fb = this.bm(b);
|
|
712
712
|
c = h;
|
|
713
713
|
if (b.a4 != null) {
|
|
714
|
-
c.
|
|
714
|
+
c.e5 = b.a4;
|
|
715
715
|
}
|
|
716
716
|
if (b.ar != null) {
|
|
717
|
-
h.
|
|
718
|
-
h.
|
|
717
|
+
h.hx = new LayoutSelectedItemsCollection();
|
|
718
|
+
h.hx.add1(b.ar);
|
|
719
719
|
}
|
|
720
720
|
break;
|
|
721
721
|
case 20:
|
|
722
722
|
let i = new ToolActionButton();
|
|
723
|
-
i.
|
|
723
|
+
i.fb = this.bm(b);
|
|
724
724
|
if (b.ar != null && typeof b.ar === 'string') {
|
|
725
|
-
i.
|
|
725
|
+
i.fb = b.ar;
|
|
726
726
|
}
|
|
727
727
|
c = i;
|
|
728
728
|
if (b.a4 != null) {
|
|
729
|
-
c.
|
|
729
|
+
c.e5 = b.a4;
|
|
730
730
|
}
|
|
731
731
|
break;
|
|
732
732
|
case 24:
|
|
733
733
|
let j = new ToolActionSeparator();
|
|
734
|
-
j.
|
|
734
|
+
j.hz = 5;
|
|
735
735
|
c = j;
|
|
736
736
|
break;
|
|
737
737
|
case 25:
|
|
738
738
|
let k = new ToolActionGroupHeader();
|
|
739
739
|
c = k;
|
|
740
|
-
c.
|
|
740
|
+
c.fb = this.bm(b);
|
|
741
741
|
if (b.a4 != null) {
|
|
742
|
-
c.
|
|
742
|
+
c.e5 = b.a4;
|
|
743
743
|
}
|
|
744
744
|
break;
|
|
745
745
|
default: return null;
|
|
@@ -758,8 +758,8 @@ let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
758
758
|
if (c == null) {
|
|
759
759
|
return null;
|
|
760
760
|
}
|
|
761
|
-
c.
|
|
762
|
-
this.aq.item(c.
|
|
761
|
+
c.er = this.be + "_" + l;
|
|
762
|
+
this.aq.item(c.er, b);
|
|
763
763
|
return c;
|
|
764
764
|
}
|
|
765
765
|
bl(a) {
|
|
@@ -13,7 +13,7 @@ export class IgcComboEditorGotFocusEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcComboEditorGotFocusEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -13,7 +13,7 @@ export class IgcComboEditorLostFocusEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcComboEditorLostFocusEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -11,7 +11,7 @@ export class IgcComboEditorTextChangedEventArgs {
|
|
|
11
11
|
}
|
|
12
12
|
_provideImplementation(i) {
|
|
13
13
|
this._implementation = i;
|
|
14
|
-
this._implementation
|
|
14
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
15
15
|
this.onImplementationCreated();
|
|
16
16
|
if (this._initializeAdapters) {
|
|
17
17
|
this._initializeAdapters();
|
|
@@ -11,7 +11,7 @@ export class IgcComboEditorValueChangedEventArgs {
|
|
|
11
11
|
}
|
|
12
12
|
_provideImplementation(i) {
|
|
13
13
|
this._implementation = i;
|
|
14
|
-
this._implementation
|
|
14
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
15
15
|
this.onImplementationCreated();
|
|
16
16
|
if (this._initializeAdapters) {
|
|
17
17
|
this._initializeAdapters();
|
|
@@ -14,7 +14,7 @@ export class IgcLayoutPrimaryKeyValue {
|
|
|
14
14
|
}
|
|
15
15
|
_provideImplementation(i) {
|
|
16
16
|
this._implementation = i;
|
|
17
|
-
this._implementation
|
|
17
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
18
18
|
this.onImplementationCreated();
|
|
19
19
|
if (this._initializeAdapters) {
|
|
20
20
|
this._initializeAdapters();
|
|
@@ -16,7 +16,7 @@ export class IgcListPanelActiveRowChangedEventArgs {
|
|
|
16
16
|
}
|
|
17
17
|
constructor() {
|
|
18
18
|
this._implementation = this.createImplementation();
|
|
19
|
-
this._implementation
|
|
19
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
20
20
|
this.onImplementationCreated();
|
|
21
21
|
if (this._initializeAdapters) {
|
|
22
22
|
this._initializeAdapters();
|
|
@@ -24,7 +24,7 @@ export class IgcListPanelActiveRowChangedEventArgs {
|
|
|
24
24
|
}
|
|
25
25
|
_provideImplementation(i) {
|
|
26
26
|
this._implementation = i;
|
|
27
|
-
this._implementation
|
|
27
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
28
28
|
this.onImplementationCreated();
|
|
29
29
|
if (this._initializeAdapters) {
|
|
30
30
|
this._initializeAdapters();
|
|
@@ -705,7 +705,7 @@ let IgcListPanelComponent = /*@__PURE__*/ (() => {
|
|
|
705
705
|
if (iv) {
|
|
706
706
|
let e = new IgcListPanelPrimaryKeyValue();
|
|
707
707
|
e._implementation = iv;
|
|
708
|
-
iv
|
|
708
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
709
709
|
ret = e;
|
|
710
710
|
}
|
|
711
711
|
}
|
|
@@ -721,7 +721,7 @@ let IgcListPanelComponent = /*@__PURE__*/ (() => {
|
|
|
721
721
|
if (iv) {
|
|
722
722
|
let e = new IgcListPanelPrimaryKeyValue();
|
|
723
723
|
e._implementation = iv;
|
|
724
|
-
iv
|
|
724
|
+
Object.defineProperty(iv, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
725
725
|
ret = e;
|
|
726
726
|
}
|
|
727
727
|
}
|
|
@@ -16,7 +16,7 @@ export class IgcListPanelContentRebindEventArgs {
|
|
|
16
16
|
}
|
|
17
17
|
constructor() {
|
|
18
18
|
this._implementation = this.createImplementation();
|
|
19
|
-
this._implementation
|
|
19
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
20
20
|
this.onImplementationCreated();
|
|
21
21
|
if (this._initializeAdapters) {
|
|
22
22
|
this._initializeAdapters();
|
|
@@ -24,7 +24,7 @@ export class IgcListPanelContentRebindEventArgs {
|
|
|
24
24
|
}
|
|
25
25
|
_provideImplementation(i) {
|
|
26
26
|
this._implementation = i;
|
|
27
|
-
this._implementation
|
|
27
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
28
28
|
this.onImplementationCreated();
|
|
29
29
|
if (this._initializeAdapters) {
|
|
30
30
|
this._initializeAdapters();
|
|
@@ -16,7 +16,7 @@ export class IgcListPanelContentRecycledEventArgs {
|
|
|
16
16
|
}
|
|
17
17
|
constructor() {
|
|
18
18
|
this._implementation = this.createImplementation();
|
|
19
|
-
this._implementation
|
|
19
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
20
20
|
this.onImplementationCreated();
|
|
21
21
|
if (this._initializeAdapters) {
|
|
22
22
|
this._initializeAdapters();
|
|
@@ -24,7 +24,7 @@ export class IgcListPanelContentRecycledEventArgs {
|
|
|
24
24
|
}
|
|
25
25
|
_provideImplementation(i) {
|
|
26
26
|
this._implementation = i;
|
|
27
|
-
this._implementation
|
|
27
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
28
28
|
this.onImplementationCreated();
|
|
29
29
|
if (this._initializeAdapters) {
|
|
30
30
|
this._initializeAdapters();
|
|
@@ -13,7 +13,7 @@ export class IgcListPanelContentRefreshedEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcListPanelContentRefreshedEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -18,7 +18,7 @@ export class IgcListPanelItemEventArgs {
|
|
|
18
18
|
}
|
|
19
19
|
constructor() {
|
|
20
20
|
this._implementation = this.createImplementation();
|
|
21
|
-
this._implementation
|
|
21
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
22
22
|
this.onImplementationCreated();
|
|
23
23
|
if (this._initializeAdapters) {
|
|
24
24
|
this._initializeAdapters();
|
|
@@ -26,7 +26,7 @@ export class IgcListPanelItemEventArgs {
|
|
|
26
26
|
}
|
|
27
27
|
_provideImplementation(i) {
|
|
28
28
|
this._implementation = i;
|
|
29
|
-
this._implementation
|
|
29
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
30
30
|
this.onImplementationCreated();
|
|
31
31
|
if (this._initializeAdapters) {
|
|
32
32
|
this._initializeAdapters();
|
|
@@ -47,7 +47,7 @@ export class IgcListPanelItemEventArgs {
|
|
|
47
47
|
e.i.setNativeElement(r);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
r
|
|
50
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
51
51
|
}
|
|
52
52
|
return r.externalObject;
|
|
53
53
|
}
|
|
@@ -14,7 +14,7 @@ export class IgcListPanelItemModel {
|
|
|
14
14
|
}
|
|
15
15
|
constructor() {
|
|
16
16
|
this._implementation = this.createImplementation();
|
|
17
|
-
this._implementation
|
|
17
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
18
18
|
this.onImplementationCreated();
|
|
19
19
|
if (this._initializeAdapters) {
|
|
20
20
|
this._initializeAdapters();
|
|
@@ -22,7 +22,7 @@ export class IgcListPanelItemModel {
|
|
|
22
22
|
}
|
|
23
23
|
_provideImplementation(i) {
|
|
24
24
|
this._implementation = i;
|
|
25
|
-
this._implementation
|
|
25
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
26
26
|
this.onImplementationCreated();
|
|
27
27
|
if (this._initializeAdapters) {
|
|
28
28
|
this._initializeAdapters();
|
|
@@ -14,7 +14,7 @@ export class IgcListPanelPrimaryKeyValue {
|
|
|
14
14
|
}
|
|
15
15
|
_provideImplementation(i) {
|
|
16
16
|
this._implementation = i;
|
|
17
|
-
this._implementation
|
|
17
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
18
18
|
this.onImplementationCreated();
|
|
19
19
|
if (this._initializeAdapters) {
|
|
20
20
|
this._initializeAdapters();
|
|
@@ -23,7 +23,7 @@ export class IgcListPanelSelectedItemsChangedEventArgs {
|
|
|
23
23
|
this._addedItems = null;
|
|
24
24
|
this._removedItems = null;
|
|
25
25
|
this._implementation = this.createImplementation();
|
|
26
|
-
this._implementation
|
|
26
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
27
27
|
this.onImplementationCreated();
|
|
28
28
|
if (this._initializeAdapters) {
|
|
29
29
|
this._initializeAdapters();
|
|
@@ -31,7 +31,7 @@ export class IgcListPanelSelectedItemsChangedEventArgs {
|
|
|
31
31
|
}
|
|
32
32
|
_provideImplementation(i) {
|
|
33
33
|
this._implementation = i;
|
|
34
|
-
this._implementation
|
|
34
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
35
35
|
this.onImplementationCreated();
|
|
36
36
|
if (this._initializeAdapters) {
|
|
37
37
|
this._initializeAdapters();
|
|
@@ -23,7 +23,7 @@ export class IgcListPanelSelectedKeysChangedEventArgs {
|
|
|
23
23
|
this._addedKeys = null;
|
|
24
24
|
this._removedKeys = null;
|
|
25
25
|
this._implementation = this.createImplementation();
|
|
26
|
-
this._implementation
|
|
26
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
27
27
|
this.onImplementationCreated();
|
|
28
28
|
if (this._initializeAdapters) {
|
|
29
29
|
this._initializeAdapters();
|
|
@@ -31,7 +31,7 @@ export class IgcListPanelSelectedKeysChangedEventArgs {
|
|
|
31
31
|
}
|
|
32
32
|
_provideImplementation(i) {
|
|
33
33
|
this._implementation = i;
|
|
34
|
-
this._implementation
|
|
34
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
35
35
|
this.onImplementationCreated();
|
|
36
36
|
if (this._initializeAdapters) {
|
|
37
37
|
this._initializeAdapters();
|
|
@@ -16,7 +16,7 @@ export class IgcListPanelSelectionChangedEventArgs {
|
|
|
16
16
|
}
|
|
17
17
|
constructor() {
|
|
18
18
|
this._implementation = this.createImplementation();
|
|
19
|
-
this._implementation
|
|
19
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
20
20
|
this.onImplementationCreated();
|
|
21
21
|
if (this._initializeAdapters) {
|
|
22
22
|
this._initializeAdapters();
|
|
@@ -24,7 +24,7 @@ export class IgcListPanelSelectionChangedEventArgs {
|
|
|
24
24
|
}
|
|
25
25
|
_provideImplementation(i) {
|
|
26
26
|
this._implementation = i;
|
|
27
|
-
this._implementation
|
|
27
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
28
28
|
this.onImplementationCreated();
|
|
29
29
|
if (this._initializeAdapters) {
|
|
30
30
|
this._initializeAdapters();
|
|
@@ -13,7 +13,7 @@ export class IgcListPanelTemplateHeightRequestedEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcListPanelTemplateHeightRequestedEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -14,7 +14,7 @@ export class IgcListPanelTemplateItemUpdatingEventArgs {
|
|
|
14
14
|
}
|
|
15
15
|
constructor() {
|
|
16
16
|
this._implementation = this.createImplementation();
|
|
17
|
-
this._implementation
|
|
17
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
18
18
|
this.onImplementationCreated();
|
|
19
19
|
if (this._initializeAdapters) {
|
|
20
20
|
this._initializeAdapters();
|
|
@@ -22,7 +22,7 @@ export class IgcListPanelTemplateItemUpdatingEventArgs {
|
|
|
22
22
|
}
|
|
23
23
|
_provideImplementation(i) {
|
|
24
24
|
this._implementation = i;
|
|
25
|
-
this._implementation
|
|
25
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
26
26
|
this.onImplementationCreated();
|
|
27
27
|
if (this._initializeAdapters) {
|
|
28
28
|
this._initializeAdapters();
|
|
@@ -43,7 +43,7 @@ export class IgcListPanelTemplateItemUpdatingEventArgs {
|
|
|
43
43
|
e.i.setNativeElement(r);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
r
|
|
46
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
47
47
|
}
|
|
48
48
|
return r.externalObject;
|
|
49
49
|
}
|
|
@@ -13,7 +13,7 @@ export class IgcListPanelTemplateWidthRequestedEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcListPanelTemplateWidthRequestedEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -13,7 +13,7 @@ export class IgcOnCollapsedEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcOnCollapsedEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -13,7 +13,7 @@ export class IgcOnExpandedEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcOnExpandedEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -13,7 +13,7 @@ export class IgcPropertyEditorDataSource {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcPropertyEditorDataSource {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -18,7 +18,7 @@ export class IgcPropertyEditorDescriptionObject {
|
|
|
18
18
|
constructor() {
|
|
19
19
|
this._properties = null;
|
|
20
20
|
this._implementation = this.createImplementation();
|
|
21
|
-
this._implementation
|
|
21
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
22
22
|
this.onImplementationCreated();
|
|
23
23
|
if (this._initializeAdapters) {
|
|
24
24
|
this._initializeAdapters();
|
|
@@ -26,7 +26,7 @@ export class IgcPropertyEditorDescriptionObject {
|
|
|
26
26
|
}
|
|
27
27
|
_provideImplementation(i) {
|
|
28
28
|
this._implementation = i;
|
|
29
|
-
this._implementation
|
|
29
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
30
30
|
this.onImplementationCreated();
|
|
31
31
|
if (this._initializeAdapters) {
|
|
32
32
|
this._initializeAdapters();
|
|
@@ -13,7 +13,7 @@ export class IgcPropertyEditorPropertyDescriptionButtonClickEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcPropertyEditorPropertyDescriptionButtonClickEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -13,7 +13,7 @@ export class IgcPropertyEditorPropertyDescriptionChangedEventArgs {
|
|
|
13
13
|
}
|
|
14
14
|
constructor() {
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
|
-
this._implementation
|
|
16
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
17
17
|
this.onImplementationCreated();
|
|
18
18
|
if (this._initializeAdapters) {
|
|
19
19
|
this._initializeAdapters();
|
|
@@ -21,7 +21,7 @@ export class IgcPropertyEditorPropertyDescriptionChangedEventArgs {
|
|
|
21
21
|
}
|
|
22
22
|
_provideImplementation(i) {
|
|
23
23
|
this._implementation = i;
|
|
24
|
-
this._implementation
|
|
24
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
25
25
|
this.onImplementationCreated();
|
|
26
26
|
if (this._initializeAdapters) {
|
|
27
27
|
this._initializeAdapters();
|
|
@@ -19,7 +19,7 @@ export class IgcPropertyEditorPropertyDescriptionCoercingValueEventArgs {
|
|
|
19
19
|
constructor() {
|
|
20
20
|
this._complexValues = null;
|
|
21
21
|
this._implementation = this.createImplementation();
|
|
22
|
-
this._implementation
|
|
22
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
23
23
|
this.onImplementationCreated();
|
|
24
24
|
if (this._initializeAdapters) {
|
|
25
25
|
this._initializeAdapters();
|
|
@@ -27,7 +27,7 @@ export class IgcPropertyEditorPropertyDescriptionCoercingValueEventArgs {
|
|
|
27
27
|
}
|
|
28
28
|
_provideImplementation(i) {
|
|
29
29
|
this._implementation = i;
|
|
30
|
-
this._implementation
|
|
30
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
31
31
|
this.onImplementationCreated();
|
|
32
32
|
if (this._initializeAdapters) {
|
|
33
33
|
this._initializeAdapters();
|
|
@@ -54,7 +54,7 @@ export class IgcPropertyEditorPropertyDescriptionCoercingValueEventArgs {
|
|
|
54
54
|
e.i.setNativeElement(r);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
r
|
|
57
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
58
58
|
}
|
|
59
59
|
return r.externalObject;
|
|
60
60
|
}
|
|
@@ -71,7 +71,7 @@ let IgcPropertyEditorPropertyDescriptionComponent = /*@__PURE__*/ (() => {
|
|
|
71
71
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
|
|
72
72
|
}
|
|
73
73
|
this._implementation = this.createImplementation();
|
|
74
|
-
this._implementation
|
|
74
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
75
75
|
this.onImplementationCreated();
|
|
76
76
|
if (this._initializeAdapters) {
|
|
77
77
|
this._initializeAdapters();
|
|
@@ -295,7 +295,7 @@ let IgcPropertyEditorPropertyDescriptionComponent = /*@__PURE__*/ (() => {
|
|
|
295
295
|
e.i.setNativeElement(r);
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
-
r
|
|
298
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
299
299
|
}
|
|
300
300
|
return r.externalObject;
|
|
301
301
|
}
|
|
@@ -317,7 +317,7 @@ let IgcPropertyEditorPropertyDescriptionComponent = /*@__PURE__*/ (() => {
|
|
|
317
317
|
e.i.setNativeElement(r);
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
|
-
r
|
|
320
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
321
321
|
}
|
|
322
322
|
return r.externalObject;
|
|
323
323
|
}
|