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
|
@@ -15,7 +15,7 @@ export class IgcToolActionEventDetail {
|
|
|
15
15
|
}
|
|
16
16
|
constructor() {
|
|
17
17
|
this._implementation = this.createImplementation();
|
|
18
|
-
this._implementation
|
|
18
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
19
19
|
this.onImplementationCreated();
|
|
20
20
|
if (this._initializeAdapters) {
|
|
21
21
|
this._initializeAdapters();
|
|
@@ -23,7 +23,7 @@ export class IgcToolActionEventDetail {
|
|
|
23
23
|
}
|
|
24
24
|
_provideImplementation(i) {
|
|
25
25
|
this._implementation = i;
|
|
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();
|
|
@@ -15,7 +15,7 @@ export class IgcToolActionFieldSelectorAggregation {
|
|
|
15
15
|
}
|
|
16
16
|
constructor() {
|
|
17
17
|
this._implementation = this.createImplementation();
|
|
18
|
-
this._implementation
|
|
18
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
19
19
|
this.onImplementationCreated();
|
|
20
20
|
if (this._initializeAdapters) {
|
|
21
21
|
this._initializeAdapters();
|
|
@@ -23,7 +23,7 @@ export class IgcToolActionFieldSelectorAggregation {
|
|
|
23
23
|
}
|
|
24
24
|
_provideImplementation(i) {
|
|
25
25
|
this._implementation = i;
|
|
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();
|
|
@@ -75,36 +75,36 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
75
75
|
* Gets or sets if the tool action is checked.
|
|
76
76
|
*/
|
|
77
77
|
get dataSource() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.h5;
|
|
79
79
|
}
|
|
80
80
|
set dataSource(v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.h5 = v;
|
|
82
82
|
}
|
|
83
83
|
get legendTarget() {
|
|
84
|
-
return this.i.
|
|
84
|
+
return this.i.i1;
|
|
85
85
|
}
|
|
86
86
|
set legendTarget(v) {
|
|
87
|
-
this.i.
|
|
87
|
+
this.i.i1 = v;
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets if the tool action is checked.
|
|
91
91
|
*/
|
|
92
92
|
get fieldType() {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.h9;
|
|
94
94
|
}
|
|
95
95
|
set fieldType(v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("fieldType", enumToString(ToolActionFieldSelectorType_$type, this.i.
|
|
96
|
+
this.i.h9 = ensureEnum(ToolActionFieldSelectorType_$type, v);
|
|
97
|
+
this._a("fieldType", enumToString(ToolActionFieldSelectorType_$type, this.i.h9));
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Gets or sets if the list only takes one selection at a time.
|
|
101
101
|
*/
|
|
102
102
|
get singleSelection() {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.ik;
|
|
104
104
|
}
|
|
105
105
|
set singleSelection(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("singleSelection", this.i.
|
|
106
|
+
this.i.ik = ensureBool(v);
|
|
107
|
+
this._a("singleSelection", this.i.ik);
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* Gets or sets a list of aggregations to use, if null a default list is used instead.
|
|
@@ -113,12 +113,12 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
113
113
|
get aggregations() {
|
|
114
114
|
if (this._aggregations === null) {
|
|
115
115
|
let coll = new IgcToolActionFieldSelectorAggregationsCollection();
|
|
116
|
-
let innerColl = this.i.
|
|
116
|
+
let innerColl = this.i.h6;
|
|
117
117
|
if (!innerColl) {
|
|
118
118
|
innerColl = new ToolActionFieldSelectorAggregationsCollection_internal();
|
|
119
119
|
}
|
|
120
120
|
this._aggregations = coll._fromInner(innerColl);
|
|
121
|
-
this.i.
|
|
121
|
+
this.i.h6 = innerColl;
|
|
122
122
|
}
|
|
123
123
|
return this._aggregations;
|
|
124
124
|
}
|
|
@@ -130,24 +130,24 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
130
130
|
let coll = new IgcToolActionFieldSelectorAggregationsCollection();
|
|
131
131
|
this._aggregations = coll._fromOuter(v);
|
|
132
132
|
let syncColl = new SyncableObservableCollection$1(ToolActionFieldSelectorAggregation.$type);
|
|
133
|
-
let innerColl = this.i.
|
|
133
|
+
let innerColl = this.i.h6;
|
|
134
134
|
if (!innerColl) {
|
|
135
135
|
innerColl = new ToolActionFieldSelectorAggregationsCollection_internal();
|
|
136
136
|
}
|
|
137
137
|
syncColl._inner = innerColl;
|
|
138
138
|
syncColl.clear();
|
|
139
139
|
this._aggregations._setSyncTarget(syncColl);
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.h6 = innerColl;
|
|
141
141
|
}
|
|
142
142
|
/**
|
|
143
143
|
* Gets or sets if the data source has to be updated when changes are made.
|
|
144
144
|
*/
|
|
145
145
|
get updateDataSource() {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.il;
|
|
147
147
|
}
|
|
148
148
|
set updateDataSource(v) {
|
|
149
|
-
this.i.
|
|
150
|
-
this._a("updateDataSource", this.i.
|
|
149
|
+
this.i.il = ensureBool(v);
|
|
150
|
+
this._a("updateDataSource", this.i.il);
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Used to set default values when using custom aggregations, will be overriden otherwise
|
|
@@ -155,12 +155,12 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
155
155
|
get selectedAggregations() {
|
|
156
156
|
if (this._selectedAggregations === null) {
|
|
157
157
|
let coll = new IgcToolActionFieldSelectorSelectedAggregationsCollection();
|
|
158
|
-
let innerColl = this.i.
|
|
158
|
+
let innerColl = this.i.h8;
|
|
159
159
|
if (!innerColl) {
|
|
160
160
|
innerColl = new ToolActionFieldSelectorSelectedAggregationsCollection_internal();
|
|
161
161
|
}
|
|
162
162
|
this._selectedAggregations = coll._fromInner(innerColl);
|
|
163
|
-
this.i.
|
|
163
|
+
this.i.h8 = innerColl;
|
|
164
164
|
}
|
|
165
165
|
return this._selectedAggregations;
|
|
166
166
|
}
|
|
@@ -172,70 +172,70 @@ let IgcToolActionFieldSelectorComponent = /*@__PURE__*/ (() => {
|
|
|
172
172
|
let coll = new IgcToolActionFieldSelectorSelectedAggregationsCollection();
|
|
173
173
|
this._selectedAggregations = coll._fromOuter(v);
|
|
174
174
|
let syncColl = new SyncableObservableCollection$1(ToolActionFieldSelectorSelectedAggregation.$type);
|
|
175
|
-
let innerColl = this.i.
|
|
175
|
+
let innerColl = this.i.h8;
|
|
176
176
|
if (!innerColl) {
|
|
177
177
|
innerColl = new ToolActionFieldSelectorSelectedAggregationsCollection_internal();
|
|
178
178
|
}
|
|
179
179
|
syncColl._inner = innerColl;
|
|
180
180
|
syncColl.clear();
|
|
181
181
|
this._selectedAggregations._setSyncTarget(syncColl);
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.h8 = innerColl;
|
|
183
183
|
}
|
|
184
184
|
get paddingLeft() {
|
|
185
|
-
return this.i.
|
|
185
|
+
return this.i.iv;
|
|
186
186
|
}
|
|
187
187
|
set paddingLeft(v) {
|
|
188
|
-
this.i.
|
|
189
|
-
this._a("paddingLeft", this.i.
|
|
188
|
+
this.i.iv = +v;
|
|
189
|
+
this._a("paddingLeft", this.i.iv);
|
|
190
190
|
}
|
|
191
191
|
get actualPaddingLeft() {
|
|
192
|
-
return this.i.
|
|
192
|
+
return this.i.ir;
|
|
193
193
|
}
|
|
194
194
|
set actualPaddingLeft(v) {
|
|
195
|
-
this.i.
|
|
196
|
-
this._a("actualPaddingLeft", this.i.
|
|
195
|
+
this.i.ir = +v;
|
|
196
|
+
this._a("actualPaddingLeft", this.i.ir);
|
|
197
197
|
}
|
|
198
198
|
get paddingRight() {
|
|
199
|
-
return this.i.
|
|
199
|
+
return this.i.iw;
|
|
200
200
|
}
|
|
201
201
|
set paddingRight(v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("paddingRight", this.i.
|
|
202
|
+
this.i.iw = +v;
|
|
203
|
+
this._a("paddingRight", this.i.iw);
|
|
204
204
|
}
|
|
205
205
|
get actualPaddingRight() {
|
|
206
|
-
return this.i.
|
|
206
|
+
return this.i.is;
|
|
207
207
|
}
|
|
208
208
|
set actualPaddingRight(v) {
|
|
209
|
-
this.i.
|
|
210
|
-
this._a("actualPaddingRight", this.i.
|
|
209
|
+
this.i.is = +v;
|
|
210
|
+
this._a("actualPaddingRight", this.i.is);
|
|
211
211
|
}
|
|
212
212
|
get paddingBottom() {
|
|
213
|
-
return this.i.
|
|
213
|
+
return this.i.iu;
|
|
214
214
|
}
|
|
215
215
|
set paddingBottom(v) {
|
|
216
|
-
this.i.
|
|
217
|
-
this._a("paddingBottom", this.i.
|
|
216
|
+
this.i.iu = +v;
|
|
217
|
+
this._a("paddingBottom", this.i.iu);
|
|
218
218
|
}
|
|
219
219
|
get actualPaddingBottom() {
|
|
220
|
-
return this.i.
|
|
220
|
+
return this.i.iq;
|
|
221
221
|
}
|
|
222
222
|
set actualPaddingBottom(v) {
|
|
223
|
-
this.i.
|
|
224
|
-
this._a("actualPaddingBottom", this.i.
|
|
223
|
+
this.i.iq = +v;
|
|
224
|
+
this._a("actualPaddingBottom", this.i.iq);
|
|
225
225
|
}
|
|
226
226
|
get paddingTop() {
|
|
227
|
-
return this.i.
|
|
227
|
+
return this.i.ix;
|
|
228
228
|
}
|
|
229
229
|
set paddingTop(v) {
|
|
230
|
-
this.i.
|
|
231
|
-
this._a("paddingTop", this.i.
|
|
230
|
+
this.i.ix = +v;
|
|
231
|
+
this._a("paddingTop", this.i.ix);
|
|
232
232
|
}
|
|
233
233
|
get actualPaddingTop() {
|
|
234
|
-
return this.i.
|
|
234
|
+
return this.i.it;
|
|
235
235
|
}
|
|
236
236
|
set actualPaddingTop(v) {
|
|
237
|
-
this.i.
|
|
238
|
-
this._a("actualPaddingTop", this.i.
|
|
237
|
+
this.i.it = +v;
|
|
238
|
+
this._a("actualPaddingTop", this.i.it);
|
|
239
239
|
}
|
|
240
240
|
findByName(name) {
|
|
241
241
|
var baseResult = super.findByName(name);
|
|
@@ -15,7 +15,7 @@ export class IgcToolActionFieldSelectorSelectedAggregation {
|
|
|
15
15
|
}
|
|
16
16
|
constructor() {
|
|
17
17
|
this._implementation = this.createImplementation();
|
|
18
|
-
this._implementation
|
|
18
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
19
19
|
this.onImplementationCreated();
|
|
20
20
|
if (this._initializeAdapters) {
|
|
21
21
|
this._initializeAdapters();
|
|
@@ -23,7 +23,7 @@ export class IgcToolActionFieldSelectorSelectedAggregation {
|
|
|
23
23
|
}
|
|
24
24
|
_provideImplementation(i) {
|
|
25
25
|
this._implementation = i;
|
|
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();
|
|
@@ -65,24 +65,24 @@ let IgcToolActionGroupHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets the actual back icon color.
|
|
66
66
|
*/
|
|
67
67
|
get actualBackIconColor() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.h7);
|
|
69
69
|
}
|
|
70
70
|
set actualBackIconColor(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("actualBackIconColor", brushToString(this.i.
|
|
71
|
+
this.i.h7 = stringToBrush(v);
|
|
72
|
+
this._a("actualBackIconColor", brushToString(this.i.h7));
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the icon color for the back button.
|
|
76
76
|
*/
|
|
77
77
|
get backIconColor() {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.h8);
|
|
79
79
|
}
|
|
80
80
|
set backIconColor(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("backIconColor", brushToString(this.i.
|
|
81
|
+
this.i.h8 = stringToBrush(v);
|
|
82
|
+
this._a("backIconColor", brushToString(this.i.h8));
|
|
83
83
|
}
|
|
84
84
|
exportVisualData() {
|
|
85
|
-
let iv = this.i.
|
|
85
|
+
let iv = this.i.cu();
|
|
86
86
|
return (iv);
|
|
87
87
|
}
|
|
88
88
|
}
|
|
@@ -69,89 +69,89 @@ let IgcToolActionIconButtonComponent = /*@__PURE__*/ (() => {
|
|
|
69
69
|
* Gets or sets how long it takes before the tooltip is displayed (in milliseconds).
|
|
70
70
|
*/
|
|
71
71
|
get tooltipDelay() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.i7;
|
|
73
73
|
}
|
|
74
74
|
set tooltipDelay(v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("tooltipDelay", this.i.
|
|
75
|
+
this.i.i7 = +v;
|
|
76
|
+
this._a("tooltipDelay", this.i.i7);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* Gets the actual delay before the tooltip is displayed (in milliseconds).
|
|
80
80
|
*/
|
|
81
81
|
get actualTooltipDelay() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.i6;
|
|
83
83
|
}
|
|
84
84
|
set actualTooltipDelay(v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("actualTooltipDelay", this.i.
|
|
85
|
+
this.i.i6 = +v;
|
|
86
|
+
this._a("actualTooltipDelay", this.i.i6);
|
|
87
87
|
}
|
|
88
88
|
get contentPaddingLeft() {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.i0;
|
|
90
90
|
}
|
|
91
91
|
set contentPaddingLeft(v) {
|
|
92
|
-
this.i.
|
|
93
|
-
this._a("contentPaddingLeft", this.i.
|
|
92
|
+
this.i.i0 = +v;
|
|
93
|
+
this._a("contentPaddingLeft", this.i.i0);
|
|
94
94
|
}
|
|
95
95
|
get actualContentPaddingLeft() {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.iw;
|
|
97
97
|
}
|
|
98
98
|
set actualContentPaddingLeft(v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
99
|
+
this.i.iw = +v;
|
|
100
|
+
this._a("actualContentPaddingLeft", this.i.iw);
|
|
101
101
|
}
|
|
102
102
|
get contentPaddingTop() {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.i2;
|
|
104
104
|
}
|
|
105
105
|
set contentPaddingTop(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("contentPaddingTop", this.i.
|
|
106
|
+
this.i.i2 = +v;
|
|
107
|
+
this._a("contentPaddingTop", this.i.i2);
|
|
108
108
|
}
|
|
109
109
|
get actualContentPaddingTop() {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.iy;
|
|
111
111
|
}
|
|
112
112
|
set actualContentPaddingTop(v) {
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("actualContentPaddingTop", this.i.
|
|
113
|
+
this.i.iy = +v;
|
|
114
|
+
this._a("actualContentPaddingTop", this.i.iy);
|
|
115
115
|
}
|
|
116
116
|
get contentPaddingRight() {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.i1;
|
|
118
118
|
}
|
|
119
119
|
set contentPaddingRight(v) {
|
|
120
|
-
this.i.
|
|
121
|
-
this._a("contentPaddingRight", this.i.
|
|
120
|
+
this.i.i1 = +v;
|
|
121
|
+
this._a("contentPaddingRight", this.i.i1);
|
|
122
122
|
}
|
|
123
123
|
get actualContentPaddingRight() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.ix;
|
|
125
125
|
}
|
|
126
126
|
set actualContentPaddingRight(v) {
|
|
127
|
-
this.i.
|
|
128
|
-
this._a("actualContentPaddingRight", this.i.
|
|
127
|
+
this.i.ix = +v;
|
|
128
|
+
this._a("actualContentPaddingRight", this.i.ix);
|
|
129
129
|
}
|
|
130
130
|
get contentPaddingBottom() {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.iz;
|
|
132
132
|
}
|
|
133
133
|
set contentPaddingBottom(v) {
|
|
134
|
-
this.i.
|
|
135
|
-
this._a("contentPaddingBottom", this.i.
|
|
134
|
+
this.i.iz = +v;
|
|
135
|
+
this._a("contentPaddingBottom", this.i.iz);
|
|
136
136
|
}
|
|
137
137
|
get actualContentPaddingBottom() {
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.iv;
|
|
139
139
|
}
|
|
140
140
|
set actualContentPaddingBottom(v) {
|
|
141
|
-
this.i.
|
|
142
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
141
|
+
this.i.iv = +v;
|
|
142
|
+
this._a("actualContentPaddingBottom", this.i.iv);
|
|
143
143
|
}
|
|
144
144
|
get isOpen() {
|
|
145
|
-
return this.i.
|
|
145
|
+
return this.i.bc;
|
|
146
146
|
}
|
|
147
147
|
openSubMenu() {
|
|
148
|
-
this.i.
|
|
148
|
+
this.i.go();
|
|
149
149
|
}
|
|
150
150
|
closeSubmenu() {
|
|
151
|
-
this.i.
|
|
151
|
+
this.i.fj();
|
|
152
152
|
}
|
|
153
153
|
exportVisualData() {
|
|
154
|
-
let iv = this.i.
|
|
154
|
+
let iv = this.i.cu();
|
|
155
155
|
return (iv);
|
|
156
156
|
}
|
|
157
157
|
get popupOpening() {
|
|
@@ -65,34 +65,34 @@ let IgcToolActionIconMenuComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the stroke color of the arrow icon.
|
|
66
66
|
*/
|
|
67
67
|
get arrowStroke() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.ko);
|
|
69
69
|
}
|
|
70
70
|
set arrowStroke(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("arrowStroke", brushToString(this.i.
|
|
71
|
+
this.i.ko = stringToBrush(v);
|
|
72
|
+
this._a("arrowStroke", brushToString(this.i.ko));
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets the actual stroke color of the arrow icon.
|
|
76
76
|
*/
|
|
77
77
|
get actualArrowStroke() {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.kn);
|
|
79
79
|
}
|
|
80
80
|
set actualArrowStroke(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("actualArrowStroke", brushToString(this.i.
|
|
81
|
+
this.i.kn = stringToBrush(v);
|
|
82
|
+
this._a("actualArrowStroke", brushToString(this.i.kn));
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets whether the arrow icon should be shown.
|
|
86
86
|
*/
|
|
87
87
|
get showArrowIcon() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.kd;
|
|
89
89
|
}
|
|
90
90
|
set showArrowIcon(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("showArrowIcon", this.i.
|
|
91
|
+
this.i.kd = ensureBool(v);
|
|
92
|
+
this._a("showArrowIcon", this.i.kd);
|
|
93
93
|
}
|
|
94
94
|
exportVisualData() {
|
|
95
|
-
let iv = this.i.
|
|
95
|
+
let iv = this.i.cu();
|
|
96
96
|
return (iv);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
@@ -65,14 +65,14 @@ let IgcToolActionNumberInputComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the value for the input.
|
|
66
66
|
*/
|
|
67
67
|
get value() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.hz;
|
|
69
69
|
}
|
|
70
70
|
set value(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("value", this.i.
|
|
71
|
+
this.i.hz = +v;
|
|
72
|
+
this._a("value", this.i.hz);
|
|
73
73
|
}
|
|
74
74
|
exportVisualData() {
|
|
75
|
-
let iv = this.i.
|
|
75
|
+
let iv = this.i.cu();
|
|
76
76
|
return (iv);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
@@ -20,7 +20,7 @@ export class IgcToolActionPerformedEventArgs {
|
|
|
20
20
|
constructor() {
|
|
21
21
|
this._detailCollection = null;
|
|
22
22
|
this._implementation = this.createImplementation();
|
|
23
|
-
this._implementation
|
|
23
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
24
24
|
this.onImplementationCreated();
|
|
25
25
|
if (this._initializeAdapters) {
|
|
26
26
|
this._initializeAdapters();
|
|
@@ -28,7 +28,7 @@ export class IgcToolActionPerformedEventArgs {
|
|
|
28
28
|
}
|
|
29
29
|
_provideImplementation(i) {
|
|
30
30
|
this._implementation = i;
|
|
31
|
-
this._implementation
|
|
31
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
32
32
|
this.onImplementationCreated();
|
|
33
33
|
if (this._initializeAdapters) {
|
|
34
34
|
this._initializeAdapters();
|
|
@@ -55,7 +55,7 @@ export class IgcToolActionPerformedEventArgs {
|
|
|
55
55
|
e.i.setNativeElement(r);
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
|
-
r
|
|
58
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
59
59
|
}
|
|
60
60
|
return r.externalObject;
|
|
61
61
|
}
|
|
@@ -15,7 +15,7 @@ export class IgcToolActionPopupOpeningEventArgs {
|
|
|
15
15
|
}
|
|
16
16
|
constructor() {
|
|
17
17
|
this._implementation = this.createImplementation();
|
|
18
|
-
this._implementation
|
|
18
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
19
19
|
this.onImplementationCreated();
|
|
20
20
|
if (this._initializeAdapters) {
|
|
21
21
|
this._initializeAdapters();
|
|
@@ -23,7 +23,7 @@ export class IgcToolActionPopupOpeningEventArgs {
|
|
|
23
23
|
}
|
|
24
24
|
_provideImplementation(i) {
|
|
25
25
|
this._implementation = i;
|
|
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();
|
|
@@ -39,7 +39,7 @@ export class IgcToolActionPopupOpeningEventArgs {
|
|
|
39
39
|
if (e) {
|
|
40
40
|
e._implementation = r;
|
|
41
41
|
}
|
|
42
|
-
r
|
|
42
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
43
43
|
}
|
|
44
44
|
return r.externalObject;
|
|
45
45
|
}
|