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
|
@@ -67,40 +67,40 @@ let IgcToolActionCheckboxGroupComponent = /*@__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.hy == null) {
|
|
71
71
|
return null;
|
|
72
72
|
}
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.hy.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.hy = fi;
|
|
79
|
+
this._a("selectedTextStyle", this.i.hy != null ? this.i.hy.fontString : "");
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* Gets or sets the color for the selected checkbox 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.ia);
|
|
87
87
|
}
|
|
88
88
|
set selectedTextColor(v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("selectedTextColor", brushToString(this.i.
|
|
89
|
+
this.i.ia = stringToBrush(v);
|
|
90
|
+
this._a("selectedTextColor", brushToString(this.i.ia));
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets the resolved color for the selected checkbox display text.
|
|
94
94
|
*/
|
|
95
95
|
get actualSelectedTextColor() {
|
|
96
|
-
return brushToString(this.i.
|
|
96
|
+
return brushToString(this.i.h9);
|
|
97
97
|
}
|
|
98
98
|
set actualSelectedTextColor(v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("actualSelectedTextColor", brushToString(this.i.
|
|
99
|
+
this.i.h9 = stringToBrush(v);
|
|
100
|
+
this._a("actualSelectedTextColor", brushToString(this.i.h9));
|
|
101
101
|
}
|
|
102
102
|
exportVisualData() {
|
|
103
|
-
let iv = this.i.
|
|
103
|
+
let iv = this.i.cu();
|
|
104
104
|
return (iv);
|
|
105
105
|
}
|
|
106
106
|
}
|
|
@@ -80,42 +80,42 @@ let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
80
80
|
* Gets or sets if the tool action is checked.
|
|
81
81
|
*/
|
|
82
82
|
get selectedMemberPath() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.im;
|
|
84
84
|
}
|
|
85
85
|
set selectedMemberPath(v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.im = v;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* Gets or sets if the select all row is shown.
|
|
90
90
|
*/
|
|
91
91
|
get showSelectAll() {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.h3;
|
|
93
93
|
}
|
|
94
94
|
set showSelectAll(v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("showSelectAll", this.i.
|
|
95
|
+
this.i.h3 = ensureBool(v);
|
|
96
|
+
this._a("showSelectAll", this.i.h3);
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
* Gets or sets if the tool action is checked.
|
|
100
100
|
*/
|
|
101
101
|
get dataMemberPath() {
|
|
102
|
-
return this.i.
|
|
102
|
+
return this.i.ig;
|
|
103
103
|
}
|
|
104
104
|
set dataMemberPath(v) {
|
|
105
|
-
this.i.
|
|
105
|
+
this.i.ig = v;
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
108
108
|
* Gets or sets if the tool action is checked.
|
|
109
109
|
*/
|
|
110
110
|
get primaryKey() {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.hx;
|
|
112
112
|
}
|
|
113
113
|
set primaryKey(v) {
|
|
114
114
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
115
115
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
116
116
|
v = v.split(re);
|
|
117
117
|
}
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.hx = v;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
|
|
@@ -123,12 +123,12 @@ let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
123
123
|
get selectedKeys() {
|
|
124
124
|
if (this._selectedKeys === null) {
|
|
125
125
|
let coll = new IgcLayoutSelectedKeysCollection();
|
|
126
|
-
let innerColl = this.i.
|
|
126
|
+
let innerColl = this.i.hy;
|
|
127
127
|
if (!innerColl) {
|
|
128
128
|
innerColl = new LayoutSelectedKeysCollection_internal();
|
|
129
129
|
}
|
|
130
130
|
this._selectedKeys = coll._fromInner(innerColl);
|
|
131
|
-
this.i.
|
|
131
|
+
this.i.hy = innerColl;
|
|
132
132
|
}
|
|
133
133
|
return this._selectedKeys;
|
|
134
134
|
}
|
|
@@ -140,104 +140,104 @@ let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
140
140
|
let coll = new IgcLayoutSelectedKeysCollection();
|
|
141
141
|
this._selectedKeys = coll._fromOuter(v);
|
|
142
142
|
let syncColl = new SyncableObservableCollection$1(LayoutPrimaryKeyValue.$type);
|
|
143
|
-
let innerColl = this.i.
|
|
143
|
+
let innerColl = this.i.hy;
|
|
144
144
|
if (!innerColl) {
|
|
145
145
|
innerColl = new LayoutSelectedKeysCollection_internal();
|
|
146
146
|
}
|
|
147
147
|
syncColl._inner = innerColl;
|
|
148
148
|
syncColl.clear();
|
|
149
149
|
this._selectedKeys._setSyncTarget(syncColl);
|
|
150
|
-
this.i.
|
|
150
|
+
this.i.hy = innerColl;
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
|
|
154
154
|
*/
|
|
155
155
|
get indexType() {
|
|
156
|
-
return this.i.
|
|
156
|
+
return this.i.hz;
|
|
157
157
|
}
|
|
158
158
|
set indexType(v) {
|
|
159
|
-
this.i.
|
|
160
|
-
this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.
|
|
159
|
+
this.i.hz = ensureEnum(ToolActionCheckboxListIndexType_$type, v);
|
|
160
|
+
this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.hz));
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
163
|
* Gets or sets the background color of the checkbox when in the unchecked state.
|
|
164
164
|
*/
|
|
165
165
|
get uncheckedBackgroundColor() {
|
|
166
|
-
return brushToString(this.i.
|
|
166
|
+
return brushToString(this.i.i7);
|
|
167
167
|
}
|
|
168
168
|
set uncheckedBackgroundColor(v) {
|
|
169
|
-
this.i.
|
|
170
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
169
|
+
this.i.i7 = stringToBrush(v);
|
|
170
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.i7));
|
|
171
171
|
}
|
|
172
172
|
/**
|
|
173
173
|
* Gets the actual background color of the checkbox when in the unchecked state.
|
|
174
174
|
*/
|
|
175
175
|
get actualUncheckedBackgroundColor() {
|
|
176
|
-
return brushToString(this.i.
|
|
176
|
+
return brushToString(this.i.i3);
|
|
177
177
|
}
|
|
178
178
|
set actualUncheckedBackgroundColor(v) {
|
|
179
|
-
this.i.
|
|
180
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
179
|
+
this.i.i3 = stringToBrush(v);
|
|
180
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.i3));
|
|
181
181
|
}
|
|
182
182
|
/**
|
|
183
183
|
* Gets or sets the background color of the checkbox when in the checked state.
|
|
184
184
|
*/
|
|
185
185
|
get checkedBackgroundColor() {
|
|
186
|
-
return brushToString(this.i.
|
|
186
|
+
return brushToString(this.i.i5);
|
|
187
187
|
}
|
|
188
188
|
set checkedBackgroundColor(v) {
|
|
189
|
-
this.i.
|
|
190
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
189
|
+
this.i.i5 = stringToBrush(v);
|
|
190
|
+
this._a("checkedBackgroundColor", brushToString(this.i.i5));
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
193
|
* Gets the actual background color of the checkbox when in the checked state.
|
|
194
194
|
*/
|
|
195
195
|
get actualCheckedBackgroundColor() {
|
|
196
|
-
return brushToString(this.i.
|
|
196
|
+
return brushToString(this.i.i1);
|
|
197
197
|
}
|
|
198
198
|
set actualCheckedBackgroundColor(v) {
|
|
199
|
-
this.i.
|
|
200
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
199
|
+
this.i.i1 = stringToBrush(v);
|
|
200
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.i1));
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
203
|
* Gets or sets the border color of the checkbox when in the unchecked state.
|
|
204
204
|
*/
|
|
205
205
|
get uncheckedBorderColor() {
|
|
206
|
-
return brushToString(this.i.
|
|
206
|
+
return brushToString(this.i.i8);
|
|
207
207
|
}
|
|
208
208
|
set uncheckedBorderColor(v) {
|
|
209
|
-
this.i.
|
|
210
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
209
|
+
this.i.i8 = stringToBrush(v);
|
|
210
|
+
this._a("uncheckedBorderColor", brushToString(this.i.i8));
|
|
211
211
|
}
|
|
212
212
|
/**
|
|
213
213
|
* Gets the actual border color of the checkbox when in the unchecked state.
|
|
214
214
|
*/
|
|
215
215
|
get actualUncheckedBorderColor() {
|
|
216
|
-
return brushToString(this.i.
|
|
216
|
+
return brushToString(this.i.i4);
|
|
217
217
|
}
|
|
218
218
|
set actualUncheckedBorderColor(v) {
|
|
219
|
-
this.i.
|
|
220
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
219
|
+
this.i.i4 = stringToBrush(v);
|
|
220
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.i4));
|
|
221
221
|
}
|
|
222
222
|
/**
|
|
223
223
|
* Gets or sets the border color of the checkbox when in the checked state.
|
|
224
224
|
*/
|
|
225
225
|
get checkedBorderColor() {
|
|
226
|
-
return brushToString(this.i.
|
|
226
|
+
return brushToString(this.i.i6);
|
|
227
227
|
}
|
|
228
228
|
set checkedBorderColor(v) {
|
|
229
|
-
this.i.
|
|
230
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
229
|
+
this.i.i6 = stringToBrush(v);
|
|
230
|
+
this._a("checkedBorderColor", brushToString(this.i.i6));
|
|
231
231
|
}
|
|
232
232
|
/**
|
|
233
233
|
* Gets the actual border color of the checkbox when in the checked state.
|
|
234
234
|
*/
|
|
235
235
|
get actualCheckedBorderColor() {
|
|
236
|
-
return brushToString(this.i.
|
|
236
|
+
return brushToString(this.i.i2);
|
|
237
237
|
}
|
|
238
238
|
set actualCheckedBorderColor(v) {
|
|
239
|
-
this.i.
|
|
240
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
239
|
+
this.i.i2 = stringToBrush(v);
|
|
240
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.i2));
|
|
241
241
|
}
|
|
242
242
|
findByName(name) {
|
|
243
243
|
var baseResult = super.findByName(name);
|
|
@@ -250,7 +250,7 @@ let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
250
250
|
return null;
|
|
251
251
|
}
|
|
252
252
|
exportVisualData() {
|
|
253
|
-
let iv = this.i.
|
|
253
|
+
let iv = this.i.cu();
|
|
254
254
|
return (iv);
|
|
255
255
|
}
|
|
256
256
|
}
|
|
@@ -65,14 +65,14 @@ let IgcToolActionColorEditorComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the value for the input.
|
|
66
66
|
*/
|
|
67
67
|
get value() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.h3);
|
|
69
69
|
}
|
|
70
70
|
set value(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("value", brushToString(this.i.
|
|
71
|
+
this.i.h3 = stringToBrush(v);
|
|
72
|
+
this._a("value", brushToString(this.i.h3));
|
|
73
73
|
}
|
|
74
74
|
exportVisualData() {
|
|
75
|
-
let iv = this.i.
|
|
75
|
+
let iv = this.i.cu();
|
|
76
76
|
return (iv);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
@@ -79,19 +79,19 @@ let IgcToolActionComboComponent = /*@__PURE__*/ (() => {
|
|
|
79
79
|
* Gets or sets the field to use to get the displayed values.
|
|
80
80
|
*/
|
|
81
81
|
get displayMemberPath() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.h1;
|
|
83
83
|
}
|
|
84
84
|
set displayMemberPath(v) {
|
|
85
|
-
this.i.
|
|
85
|
+
this.i.h1 = v;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* Gets or sets the field to use to get the values to use.
|
|
89
89
|
*/
|
|
90
90
|
get valueMemberPath() {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.h5;
|
|
92
92
|
}
|
|
93
93
|
set valueMemberPath(v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.h5 = v;
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
|
|
@@ -99,12 +99,12 @@ let IgcToolActionComboComponent = /*@__PURE__*/ (() => {
|
|
|
99
99
|
get selectedValues() {
|
|
100
100
|
if (this._selectedValues === null) {
|
|
101
101
|
let coll = new IgcLayoutSelectedItemsCollection();
|
|
102
|
-
let innerColl = this.i.
|
|
102
|
+
let innerColl = this.i.hx;
|
|
103
103
|
if (!innerColl) {
|
|
104
104
|
innerColl = new LayoutSelectedItemsCollection_internal();
|
|
105
105
|
}
|
|
106
106
|
this._selectedValues = coll._fromInner(innerColl);
|
|
107
|
-
this.i.
|
|
107
|
+
this.i.hx = innerColl;
|
|
108
108
|
}
|
|
109
109
|
return this._selectedValues;
|
|
110
110
|
}
|
|
@@ -116,17 +116,17 @@ let IgcToolActionComboComponent = /*@__PURE__*/ (() => {
|
|
|
116
116
|
let coll = new IgcLayoutSelectedItemsCollection();
|
|
117
117
|
this._selectedValues = coll._fromOuter(v);
|
|
118
118
|
let syncColl = new SyncableObservableCollection$1(Base.$type);
|
|
119
|
-
let innerColl = this.i.
|
|
119
|
+
let innerColl = this.i.hx;
|
|
120
120
|
if (!innerColl) {
|
|
121
121
|
innerColl = new LayoutSelectedItemsCollection_internal();
|
|
122
122
|
}
|
|
123
123
|
syncColl._inner = innerColl;
|
|
124
124
|
syncColl.clear();
|
|
125
125
|
this._selectedValues._setSyncTarget(syncColl);
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.hx = innerColl;
|
|
127
127
|
}
|
|
128
128
|
exportVisualData() {
|
|
129
|
-
let iv = this.i.
|
|
129
|
+
let iv = this.i.cu();
|
|
130
130
|
return (iv);
|
|
131
131
|
}
|
|
132
132
|
}
|