igniteui-webcomponents-layouts 7.1.0 → 7.1.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-layouts.umd.js +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
|
@@ -65,10 +65,10 @@ let IgcToolActionRadioComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the channel this radio button belongs to.
|
|
66
66
|
*/
|
|
67
67
|
get channel() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.h6;
|
|
69
69
|
}
|
|
70
70
|
set channel(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.h6 = v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets a shorthand title for this radio option. Used by
|
|
@@ -77,31 +77,31 @@ let IgcToolActionRadioComponent = /*@__PURE__*/ (() => {
|
|
|
77
77
|
* for more compact display.
|
|
78
78
|
*/
|
|
79
79
|
get shorthandTitle() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.ic;
|
|
81
81
|
}
|
|
82
82
|
set shorthandTitle(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.ic = v;
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
86
|
* Gets or sets if the tool action is checked.
|
|
87
87
|
*/
|
|
88
88
|
get isChecked() {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.hy;
|
|
90
90
|
}
|
|
91
91
|
set isChecked(v) {
|
|
92
|
-
this.i.
|
|
93
|
-
this._a("isChecked", this.i.
|
|
92
|
+
this.i.hy = ensureBool(v);
|
|
93
|
+
this._a("isChecked", this.i.hy);
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets if the checked state of the radio is handled manually by the user. The radio
|
|
97
97
|
* well not become selected when clicked if this property is true.
|
|
98
98
|
*/
|
|
99
99
|
get isManual() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.hz;
|
|
101
101
|
}
|
|
102
102
|
set isManual(v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("isManual", this.i.
|
|
103
|
+
this.i.hz = ensureBool(v);
|
|
104
|
+
this._a("isManual", this.i.hz);
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
107
|
* Gets or sets whether the radio can be unchecked by clicking it again. When true, the radio
|
|
@@ -110,94 +110,94 @@ let IgcToolActionRadioComponent = /*@__PURE__*/ (() => {
|
|
|
110
110
|
* (siblings in the same channel will be deselected). Defaults to false.
|
|
111
111
|
*/
|
|
112
112
|
get isToggleable() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.h0;
|
|
114
114
|
}
|
|
115
115
|
set isToggleable(v) {
|
|
116
|
-
this.i.
|
|
117
|
-
this._a("isToggleable", this.i.
|
|
116
|
+
this.i.h0 = ensureBool(v);
|
|
117
|
+
this._a("isToggleable", this.i.h0);
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
120
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
121
121
|
*/
|
|
122
122
|
get uncheckedBackgroundColor() {
|
|
123
|
-
return brushToString(this.i.
|
|
123
|
+
return brushToString(this.i.ir);
|
|
124
124
|
}
|
|
125
125
|
set uncheckedBackgroundColor(v) {
|
|
126
|
-
this.i.
|
|
127
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
126
|
+
this.i.ir = stringToBrush(v);
|
|
127
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.ir));
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Gets the actual background color of the radio when in the unchecked state.
|
|
131
131
|
*/
|
|
132
132
|
get actualUncheckedBackgroundColor() {
|
|
133
|
-
return brushToString(this.i.
|
|
133
|
+
return brushToString(this.i.im);
|
|
134
134
|
}
|
|
135
135
|
set actualUncheckedBackgroundColor(v) {
|
|
136
|
-
this.i.
|
|
137
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
136
|
+
this.i.im = stringToBrush(v);
|
|
137
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.im));
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
140
|
* Gets or sets the background color of the radio when in the checked state.
|
|
141
141
|
*/
|
|
142
142
|
get checkedBackgroundColor() {
|
|
143
|
-
return brushToString(this.i.
|
|
143
|
+
return brushToString(this.i.ip);
|
|
144
144
|
}
|
|
145
145
|
set checkedBackgroundColor(v) {
|
|
146
|
-
this.i.
|
|
147
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
146
|
+
this.i.ip = stringToBrush(v);
|
|
147
|
+
this._a("checkedBackgroundColor", brushToString(this.i.ip));
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
150
|
* Gets the actual background color of the radio when in the checked state.
|
|
151
151
|
*/
|
|
152
152
|
get actualCheckedBackgroundColor() {
|
|
153
|
-
return brushToString(this.i.
|
|
153
|
+
return brushToString(this.i.ik);
|
|
154
154
|
}
|
|
155
155
|
set actualCheckedBackgroundColor(v) {
|
|
156
|
-
this.i.
|
|
157
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
156
|
+
this.i.ik = stringToBrush(v);
|
|
157
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.ik));
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
161
161
|
*/
|
|
162
162
|
get uncheckedBorderColor() {
|
|
163
|
-
return brushToString(this.i.
|
|
163
|
+
return brushToString(this.i.is);
|
|
164
164
|
}
|
|
165
165
|
set uncheckedBorderColor(v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
166
|
+
this.i.is = stringToBrush(v);
|
|
167
|
+
this._a("uncheckedBorderColor", brushToString(this.i.is));
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
170
|
* Gets the actual border color of the radio when in the unchecked state.
|
|
171
171
|
*/
|
|
172
172
|
get actualUncheckedBorderColor() {
|
|
173
|
-
return brushToString(this.i.
|
|
173
|
+
return brushToString(this.i.io);
|
|
174
174
|
}
|
|
175
175
|
set actualUncheckedBorderColor(v) {
|
|
176
|
-
this.i.
|
|
177
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
176
|
+
this.i.io = stringToBrush(v);
|
|
177
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.io));
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
180
|
* Gets or sets the border color of the radio when in the checked state.
|
|
181
181
|
*/
|
|
182
182
|
get checkedBorderColor() {
|
|
183
|
-
return brushToString(this.i.
|
|
183
|
+
return brushToString(this.i.iq);
|
|
184
184
|
}
|
|
185
185
|
set checkedBorderColor(v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
186
|
+
this.i.iq = stringToBrush(v);
|
|
187
|
+
this._a("checkedBorderColor", brushToString(this.i.iq));
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
190
190
|
* Gets the actual border color of the radio when in the checked state.
|
|
191
191
|
*/
|
|
192
192
|
get actualCheckedBorderColor() {
|
|
193
|
-
return brushToString(this.i.
|
|
193
|
+
return brushToString(this.i.il);
|
|
194
194
|
}
|
|
195
195
|
set actualCheckedBorderColor(v) {
|
|
196
|
-
this.i.
|
|
197
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
196
|
+
this.i.il = stringToBrush(v);
|
|
197
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.il));
|
|
198
198
|
}
|
|
199
199
|
exportVisualData() {
|
|
200
|
-
let iv = this.i.
|
|
200
|
+
let iv = this.i.cu();
|
|
201
201
|
return (iv);
|
|
202
202
|
}
|
|
203
203
|
}
|
|
@@ -67,40 +67,40 @@ let IgcToolActionRadioGroupComponent = /*@__PURE__*/ (() => {
|
|
|
67
67
|
* When null, defaults to the ToolPanel's cell text style with a slightly smaller font size.
|
|
68
68
|
*/
|
|
69
69
|
get selectedTextStyle() {
|
|
70
|
-
if (this.i.
|
|
70
|
+
if (this.i.hz == null) {
|
|
71
71
|
return null;
|
|
72
72
|
}
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.hz.fontString;
|
|
74
74
|
}
|
|
75
75
|
set selectedTextStyle(v) {
|
|
76
76
|
let fi = new FontInfo();
|
|
77
77
|
fi.fontString = v;
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("selectedTextStyle", this.i.
|
|
78
|
+
this.i.hz = fi;
|
|
79
|
+
this._a("selectedTextStyle", this.i.hz != null ? this.i.hz.fontString : "");
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* Gets or sets the color for the selected radio display text.
|
|
83
83
|
* When null, defaults to a lightened version of the ToolPanel's text color.
|
|
84
84
|
*/
|
|
85
85
|
get selectedTextColor() {
|
|
86
|
-
return brushToString(this.i.
|
|
86
|
+
return brushToString(this.i.ib);
|
|
87
87
|
}
|
|
88
88
|
set selectedTextColor(v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("selectedTextColor", brushToString(this.i.
|
|
89
|
+
this.i.ib = stringToBrush(v);
|
|
90
|
+
this._a("selectedTextColor", brushToString(this.i.ib));
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets the resolved color for the selected radio display text.
|
|
94
94
|
*/
|
|
95
95
|
get actualSelectedTextColor() {
|
|
96
|
-
return brushToString(this.i.
|
|
96
|
+
return brushToString(this.i.ia);
|
|
97
97
|
}
|
|
98
98
|
set actualSelectedTextColor(v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("actualSelectedTextColor", brushToString(this.i.
|
|
99
|
+
this.i.ia = stringToBrush(v);
|
|
100
|
+
this._a("actualSelectedTextColor", brushToString(this.i.ia));
|
|
101
101
|
}
|
|
102
102
|
exportVisualData() {
|
|
103
|
-
let iv = this.i.
|
|
103
|
+
let iv = this.i.cu();
|
|
104
104
|
return (iv);
|
|
105
105
|
}
|
|
106
106
|
}
|
|
@@ -65,24 +65,24 @@ let IgcToolActionSeparatorComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the size of the separator.
|
|
66
66
|
*/
|
|
67
67
|
get size() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.hz;
|
|
69
69
|
}
|
|
70
70
|
set size(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("size", this.i.
|
|
71
|
+
this.i.hz = +v;
|
|
72
|
+
this._a("size", this.i.hz);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets whether to use group header styling or regular styling on this separator.
|
|
76
76
|
*/
|
|
77
77
|
get isGroupHeaderSeparator() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.hx;
|
|
79
79
|
}
|
|
80
80
|
set isGroupHeaderSeparator(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("isGroupHeaderSeparator", this.i.
|
|
81
|
+
this.i.hx = ensureBool(v);
|
|
82
|
+
this._a("isGroupHeaderSeparator", this.i.hx);
|
|
83
83
|
}
|
|
84
84
|
exportVisualData() {
|
|
85
|
-
let iv = this.i.
|
|
85
|
+
let iv = this.i.cu();
|
|
86
86
|
return (iv);
|
|
87
87
|
}
|
|
88
88
|
}
|
|
@@ -65,14 +65,14 @@ let IgcToolActionSubPanelComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the spacing between items.
|
|
66
66
|
*/
|
|
67
67
|
get itemSpacing() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.hz;
|
|
69
69
|
}
|
|
70
70
|
set itemSpacing(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("itemSpacing", this.i.
|
|
71
|
+
this.i.hz = +v;
|
|
72
|
+
this._a("itemSpacing", 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
|
}
|
|
@@ -65,13 +65,13 @@ let IgcToolActionTextInputComponent = /*@__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.
|
|
71
|
+
this.i.hz = v;
|
|
72
72
|
}
|
|
73
73
|
exportVisualData() {
|
|
74
|
-
let iv = this.i.
|
|
74
|
+
let iv = this.i.cu();
|
|
75
75
|
return (iv);
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -14,7 +14,7 @@ export class IgcToolCommandEventArgs {
|
|
|
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 IgcToolCommandEventArgs {
|
|
|
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();
|
|
@@ -19,7 +19,7 @@ export class IgcToolContextBinding {
|
|
|
19
19
|
this._propertyUpdated = null;
|
|
20
20
|
this._propertyUpdated_wrapped = 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 IgcToolContextBinding {
|
|
|
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();
|
|
@@ -13,7 +13,7 @@ export class IgcToolPanelContentRefreshedEventArgs {
|
|
|
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 IgcToolPanelContentRefreshedEventArgs {
|
|
|
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 IgcToolPanelContextChangedEventArgs {
|
|
|
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 IgcToolPanelContextChangedEventArgs {
|
|
|
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 IgcToolPanelContextSwappedEventArgs {
|
|
|
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 IgcToolPanelContextSwappedEventArgs {
|
|
|
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 IgcToolbarSubMenuClosingEventArgs {
|
|
|
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 IgcToolbarSubMenuClosingEventArgs {
|
|
|
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 IgcToolbarSubMenuOpeningEventArgs {
|
|
|
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 IgcToolbarSubMenuOpeningEventArgs {
|
|
|
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();
|