igniteui-webcomponents-layouts 4.0.4 → 4.2.3-alpha
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 +1495 -2681
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +31 -18
- package/esm2015/lib/PropertyEditorPanelView_combined.js +154 -154
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +127 -116
- package/esm2015/lib/ToolActionButton.js +1 -91
- package/esm2015/lib/ToolPanelView_combined.js +862 -692
- package/esm2015/lib/ToolbarView_combined.js +123 -96
- package/esm2015/lib/igc-property-editor-property-description-component.js +66 -31
- package/esm2015/lib/igc-tool-action-component.js +42 -31
- package/esm2015/lib/igc-tool-action-menu-base-component.js +1 -1
- package/esm2015/lib/igc-tool-action-radio-component.js +7 -4
- package/esm2015/lib/igc-tool-panel-component.js +21 -10
- package/esm2015/lib/igc-toolbar-component.js +23 -12
- package/esm2015/public_api.js +0 -13
- package/esm5/lib/ListPanelView_combined.js +31 -18
- package/esm5/lib/PropertyEditorPanelView_combined.js +154 -154
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +131 -116
- package/esm5/lib/ToolActionButton.js +1 -94
- package/esm5/lib/ToolPanelView_combined.js +877 -693
- package/esm5/lib/ToolbarView_combined.js +123 -92
- package/esm5/lib/igc-property-editor-property-description-component.js +70 -31
- package/esm5/lib/igc-tool-action-component.js +46 -31
- package/esm5/lib/igc-tool-action-menu-base-component.js +1 -1
- package/esm5/lib/igc-tool-action-radio-component.js +6 -3
- package/esm5/lib/igc-tool-panel-component.js +25 -10
- package/esm5/lib/igc-toolbar-component.js +27 -12
- package/esm5/public_api.js +0 -13
- package/fesm2015/igniteui-webcomponents-layouts.js +1460 -2516
- package/fesm5/igniteui-webcomponents-layouts.js +1493 -2663
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +24 -22
- package/lib/ToolActionButton.d.ts +1 -23
- package/lib/ToolPanelView_combined.d.ts +172 -146
- package/lib/ToolbarView_combined.d.ts +33 -28
- package/lib/igc-property-editor-property-description-component.d.ts +3 -0
- package/lib/igc-tool-action-component.d.ts +5 -0
- package/lib/igc-tool-action-radio-component.d.ts +4 -1
- package/lib/igc-tool-panel-component.d.ts +5 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +0 -13
- package/esm2015/lib/OnClosedEventArgs.js +0 -16
- package/esm2015/lib/OnPopupEventArgs.js +0 -16
- package/esm2015/lib/Popup.js +0 -7
- package/esm2015/lib/PopupAlignment.js +0 -29
- package/esm2015/lib/PopupDirection.js +0 -29
- package/esm2015/lib/PopupView.js +0 -7
- package/esm2015/lib/PopupView_combined.js +0 -647
- package/esm2015/lib/PopupVisualModelExport.js +0 -36
- package/esm2015/lib/Popup_InnerAnimationInfo.js +0 -21
- package/esm2015/lib/Popup_OuterAnimationInfo.js +0 -23
- package/esm2015/lib/igc-on-closed-event-args.js +0 -24
- package/esm2015/lib/igc-on-popup-event-args.js +0 -24
- package/esm2015/lib/igc-popup-component.js +0 -388
- package/esm2015/lib/igc-popup-module.js +0 -19
- package/esm5/lib/OnClosedEventArgs.js +0 -20
- package/esm5/lib/OnPopupEventArgs.js +0 -20
- package/esm5/lib/Popup.js +0 -7
- package/esm5/lib/PopupAlignment.js +0 -29
- package/esm5/lib/PopupDirection.js +0 -29
- package/esm5/lib/PopupView.js +0 -7
- package/esm5/lib/PopupView_combined.js +0 -700
- package/esm5/lib/PopupVisualModelExport.js +0 -38
- package/esm5/lib/Popup_InnerAnimationInfo.js +0 -23
- package/esm5/lib/Popup_OuterAnimationInfo.js +0 -25
- package/esm5/lib/igc-on-closed-event-args.js +0 -30
- package/esm5/lib/igc-on-popup-event-args.js +0 -30
- package/esm5/lib/igc-popup-component.js +0 -473
- package/esm5/lib/igc-popup-module.js +0 -23
- package/lib/OnClosedEventArgs.d.ts +0 -7
- package/lib/OnPopupEventArgs.d.ts +0 -7
- package/lib/Popup.d.ts +0 -1
- package/lib/PopupAlignment.d.ts +0 -22
- package/lib/PopupDirection.d.ts +0 -22
- package/lib/PopupView.d.ts +0 -1
- package/lib/PopupView_combined.d.ts +0 -126
- package/lib/PopupVisualModelExport.d.ts +0 -14
- package/lib/Popup_InnerAnimationInfo.d.ts +0 -10
- package/lib/Popup_OuterAnimationInfo.d.ts +0 -12
- package/lib/igc-on-closed-event-args.d.ts +0 -12
- package/lib/igc-on-popup-event-args.d.ts +0 -12
- package/lib/igc-popup-component.d.ts +0 -110
- package/lib/igc-popup-module.d.ts +0 -3
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import * as tslib_1 from "tslib";
|
|
2
2
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
3
3
|
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
4
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
4
5
|
import { IgcToolCommandEventArgs } from "./igc-tool-command-event-args";
|
|
5
6
|
import { IgcToolActionPerformedEventArgs } from "./igc-tool-action-performed-event-args";
|
|
6
7
|
import { ToolAction } from "./ToolAction";
|
|
7
8
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
8
|
-
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
9
|
+
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, ensureEnum, enumToString, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
9
10
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
10
11
|
/**
|
|
11
12
|
* Represents base class for all tool actions in toolbar
|
|
@@ -148,131 +149,145 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
148
149
|
};
|
|
149
150
|
Object.defineProperty(IgcToolActionComponent.prototype, "id", {
|
|
150
151
|
get: function () {
|
|
151
|
-
return this.i.
|
|
152
|
+
return this.i.ar;
|
|
152
153
|
},
|
|
153
154
|
enumerable: true,
|
|
154
155
|
configurable: true
|
|
155
156
|
});
|
|
156
157
|
Object.defineProperty(IgcToolActionComponent.prototype, "parentId", {
|
|
157
158
|
get: function () {
|
|
158
|
-
return this.i.
|
|
159
|
+
return this.i.a0;
|
|
159
160
|
},
|
|
160
161
|
set: function (v) {
|
|
161
|
-
this.i.
|
|
162
|
+
this.i.a0 = v;
|
|
162
163
|
},
|
|
163
164
|
enumerable: true,
|
|
164
165
|
configurable: true
|
|
165
166
|
});
|
|
166
167
|
Object.defineProperty(IgcToolActionComponent.prototype, "commandId", {
|
|
167
168
|
get: function () {
|
|
168
|
-
return this.i.
|
|
169
|
+
return this.i.al;
|
|
169
170
|
},
|
|
170
171
|
set: function (v) {
|
|
171
|
-
this.i.
|
|
172
|
+
this.i.al = v;
|
|
172
173
|
},
|
|
173
174
|
enumerable: true,
|
|
174
175
|
configurable: true
|
|
175
176
|
});
|
|
176
177
|
Object.defineProperty(IgcToolActionComponent.prototype, "commandArgument", {
|
|
177
178
|
get: function () {
|
|
178
|
-
return this.i.
|
|
179
|
+
return this.i.ai;
|
|
179
180
|
},
|
|
180
181
|
set: function (v) {
|
|
181
|
-
this.i.
|
|
182
|
+
this.i.ai = v;
|
|
182
183
|
},
|
|
183
184
|
enumerable: true,
|
|
184
185
|
configurable: true
|
|
185
186
|
});
|
|
186
187
|
Object.defineProperty(IgcToolActionComponent.prototype, "commandArgumentValue", {
|
|
187
188
|
get: function () {
|
|
188
|
-
return this.i.
|
|
189
|
+
return this.i.x;
|
|
190
|
+
},
|
|
191
|
+
set: function (v) {
|
|
192
|
+
this.i.x = v;
|
|
193
|
+
},
|
|
194
|
+
enumerable: true,
|
|
195
|
+
configurable: true
|
|
196
|
+
});
|
|
197
|
+
Object.defineProperty(IgcToolActionComponent.prototype, "baseTheme", {
|
|
198
|
+
/**
|
|
199
|
+
* Gets or sets the base built in theme to use for the checkbox.
|
|
200
|
+
*/
|
|
201
|
+
get: function () {
|
|
202
|
+
return this.i.g;
|
|
189
203
|
},
|
|
190
204
|
set: function (v) {
|
|
191
|
-
this.i.
|
|
205
|
+
this.i.g = ensureEnum(BaseControlTheme_$type, v);
|
|
206
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.g));
|
|
192
207
|
},
|
|
193
208
|
enumerable: true,
|
|
194
209
|
configurable: true
|
|
195
210
|
});
|
|
196
211
|
Object.defineProperty(IgcToolActionComponent.prototype, "paddingLeft", {
|
|
197
212
|
get: function () {
|
|
198
|
-
return this.i.
|
|
213
|
+
return this.i.t;
|
|
199
214
|
},
|
|
200
215
|
set: function (v) {
|
|
201
|
-
this.i.
|
|
202
|
-
this._a("paddingLeft", this.i.
|
|
216
|
+
this.i.t = +v;
|
|
217
|
+
this._a("paddingLeft", this.i.t);
|
|
203
218
|
},
|
|
204
219
|
enumerable: true,
|
|
205
220
|
configurable: true
|
|
206
221
|
});
|
|
207
222
|
Object.defineProperty(IgcToolActionComponent.prototype, "paddingRight", {
|
|
208
223
|
get: function () {
|
|
209
|
-
return this.i.
|
|
224
|
+
return this.i.u;
|
|
210
225
|
},
|
|
211
226
|
set: function (v) {
|
|
212
|
-
this.i.
|
|
213
|
-
this._a("paddingRight", this.i.
|
|
227
|
+
this.i.u = +v;
|
|
228
|
+
this._a("paddingRight", this.i.u);
|
|
214
229
|
},
|
|
215
230
|
enumerable: true,
|
|
216
231
|
configurable: true
|
|
217
232
|
});
|
|
218
233
|
Object.defineProperty(IgcToolActionComponent.prototype, "paddingBottom", {
|
|
219
234
|
get: function () {
|
|
220
|
-
return this.i.
|
|
235
|
+
return this.i.s;
|
|
221
236
|
},
|
|
222
237
|
set: function (v) {
|
|
223
|
-
this.i.
|
|
224
|
-
this._a("paddingBottom", this.i.
|
|
238
|
+
this.i.s = +v;
|
|
239
|
+
this._a("paddingBottom", this.i.s);
|
|
225
240
|
},
|
|
226
241
|
enumerable: true,
|
|
227
242
|
configurable: true
|
|
228
243
|
});
|
|
229
244
|
Object.defineProperty(IgcToolActionComponent.prototype, "paddingTop", {
|
|
230
245
|
get: function () {
|
|
231
|
-
return this.i.
|
|
246
|
+
return this.i.v;
|
|
232
247
|
},
|
|
233
248
|
set: function (v) {
|
|
234
|
-
this.i.
|
|
235
|
-
this._a("paddingTop", this.i.
|
|
249
|
+
this.i.v = +v;
|
|
250
|
+
this._a("paddingTop", this.i.v);
|
|
236
251
|
},
|
|
237
252
|
enumerable: true,
|
|
238
253
|
configurable: true
|
|
239
254
|
});
|
|
240
255
|
Object.defineProperty(IgcToolActionComponent.prototype, "name", {
|
|
241
256
|
get: function () {
|
|
242
|
-
return this.i.
|
|
257
|
+
return this.i.au;
|
|
243
258
|
},
|
|
244
259
|
set: function (v) {
|
|
245
|
-
this.i.
|
|
260
|
+
this.i.au = v;
|
|
246
261
|
},
|
|
247
262
|
enumerable: true,
|
|
248
263
|
configurable: true
|
|
249
264
|
});
|
|
250
265
|
Object.defineProperty(IgcToolActionComponent.prototype, "label", {
|
|
251
266
|
get: function () {
|
|
252
|
-
return this.i.
|
|
267
|
+
return this.i.as;
|
|
253
268
|
},
|
|
254
269
|
set: function (v) {
|
|
255
|
-
this.i.
|
|
270
|
+
this.i.as = v;
|
|
256
271
|
},
|
|
257
272
|
enumerable: true,
|
|
258
273
|
configurable: true
|
|
259
274
|
});
|
|
260
275
|
Object.defineProperty(IgcToolActionComponent.prototype, "iconName", {
|
|
261
276
|
get: function () {
|
|
262
|
-
return this.i.
|
|
277
|
+
return this.i.ap;
|
|
263
278
|
},
|
|
264
279
|
set: function (v) {
|
|
265
|
-
this.i.
|
|
280
|
+
this.i.ap = v;
|
|
266
281
|
},
|
|
267
282
|
enumerable: true,
|
|
268
283
|
configurable: true
|
|
269
284
|
});
|
|
270
285
|
Object.defineProperty(IgcToolActionComponent.prototype, "iconCollectionName", {
|
|
271
286
|
get: function () {
|
|
272
|
-
return this.i.
|
|
287
|
+
return this.i.an;
|
|
273
288
|
},
|
|
274
289
|
set: function (v) {
|
|
275
|
-
this.i.
|
|
290
|
+
this.i.an = v;
|
|
276
291
|
},
|
|
277
292
|
enumerable: true,
|
|
278
293
|
configurable: true
|
|
@@ -343,7 +358,7 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
343
358
|
this._inStyling = false;
|
|
344
359
|
};
|
|
345
360
|
IgcToolActionComponent.prototype.fromInfo = function (info) {
|
|
346
|
-
this.i.
|
|
361
|
+
this.i.a9(info);
|
|
347
362
|
};
|
|
348
363
|
Object.defineProperty(IgcToolActionComponent.prototype, "onCommand", {
|
|
349
364
|
get: function () {
|
|
@@ -109,7 +109,7 @@ var IgcToolActionMenuBaseComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
109
109
|
return null;
|
|
110
110
|
};
|
|
111
111
|
IgcToolActionMenuBaseComponent.prototype.fromInfo = function (info) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.a9(info);
|
|
113
113
|
};
|
|
114
114
|
IgcToolActionMenuBaseComponent._observedAttributesIgcToolActionMenuBaseComponent = null;
|
|
115
115
|
return IgcToolActionMenuBaseComponent;
|
|
@@ -64,12 +64,15 @@ var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
64
64
|
RegisterElementHelper.registerElement(IgcToolActionRadioComponent.htmlTagName, IgcToolActionRadioComponent);
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
|
-
Object.defineProperty(IgcToolActionRadioComponent.prototype, "
|
|
67
|
+
Object.defineProperty(IgcToolActionRadioComponent.prototype, "channel", {
|
|
68
|
+
/**
|
|
69
|
+
* Gets or sets the channel this radio button belongs to.
|
|
70
|
+
*/
|
|
68
71
|
get: function () {
|
|
69
|
-
return this.i.
|
|
72
|
+
return this.i.bk;
|
|
70
73
|
},
|
|
71
74
|
set: function (v) {
|
|
72
|
-
this.i.
|
|
75
|
+
this.i.bk = v;
|
|
73
76
|
},
|
|
74
77
|
enumerable: true,
|
|
75
78
|
configurable: true
|
|
@@ -7,6 +7,7 @@ import { CollectionAdapter } from "igniteui-webcomponents-core";
|
|
|
7
7
|
import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
|
|
8
8
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
9
9
|
import { ToolPanel } from "./ToolPanel";
|
|
10
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
10
11
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
11
12
|
import { ToolPanelOrientation_$type } from './ToolPanelOrientation';
|
|
12
13
|
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
@@ -268,16 +269,30 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
268
269
|
* Gets or Sets the property name that contains the values.
|
|
269
270
|
*/
|
|
270
271
|
get: function () {
|
|
271
|
-
if (this.i.
|
|
272
|
+
if (this.i.p == null) {
|
|
272
273
|
return null;
|
|
273
274
|
}
|
|
274
|
-
return this.i.
|
|
275
|
+
return this.i.p.fontString;
|
|
275
276
|
},
|
|
276
277
|
set: function (v) {
|
|
277
278
|
var fi = new FontInfo();
|
|
278
279
|
fi.fontString = v;
|
|
279
|
-
this.i.
|
|
280
|
-
this._a("cellTextStyle", this.i.
|
|
280
|
+
this.i.p = fi;
|
|
281
|
+
this._a("cellTextStyle", this.i.p != null ? this.i.p.fontString : "");
|
|
282
|
+
},
|
|
283
|
+
enumerable: true,
|
|
284
|
+
configurable: true
|
|
285
|
+
});
|
|
286
|
+
Object.defineProperty(IgcToolPanelComponent.prototype, "baseTheme", {
|
|
287
|
+
/**
|
|
288
|
+
* Gets or sets the base built in theme to use for the checkbox.
|
|
289
|
+
*/
|
|
290
|
+
get: function () {
|
|
291
|
+
return this.i.n;
|
|
292
|
+
},
|
|
293
|
+
set: function (v) {
|
|
294
|
+
this.i.n = ensureEnum(BaseControlTheme_$type, v);
|
|
295
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.n));
|
|
281
296
|
},
|
|
282
297
|
enumerable: true,
|
|
283
298
|
configurable: true
|
|
@@ -287,11 +302,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
287
302
|
* Gets or sets the color to use for the background of the component.
|
|
288
303
|
*/
|
|
289
304
|
get: function () {
|
|
290
|
-
return brushToString(this.i.
|
|
305
|
+
return brushToString(this.i.bb);
|
|
291
306
|
},
|
|
292
307
|
set: function (v) {
|
|
293
|
-
this.i.
|
|
294
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
308
|
+
this.i.bb = stringToBrush(v);
|
|
309
|
+
this._a("backgroundColor", brushToString(this.i.bb));
|
|
295
310
|
},
|
|
296
311
|
enumerable: true,
|
|
297
312
|
configurable: true
|
|
@@ -301,11 +316,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
316
|
* Gets or sets the color to use for the text of the component.
|
|
302
317
|
*/
|
|
303
318
|
get: function () {
|
|
304
|
-
return brushToString(this.i.
|
|
319
|
+
return brushToString(this.i.be);
|
|
305
320
|
},
|
|
306
321
|
set: function (v) {
|
|
307
|
-
this.i.
|
|
308
|
-
this._a("textColor", brushToString(this.i.
|
|
322
|
+
this.i.be = stringToBrush(v);
|
|
323
|
+
this._a("textColor", brushToString(this.i.be));
|
|
309
324
|
},
|
|
310
325
|
enumerable: true,
|
|
311
326
|
configurable: true
|
|
@@ -6,6 +6,7 @@ import { CollectionAdapter } from "igniteui-webcomponents-core";
|
|
|
6
6
|
import { NotifyCollectionChangedAction } from "igniteui-webcomponents-core";
|
|
7
7
|
import { RegisterElementHelper } from "igniteui-webcomponents-core";
|
|
8
8
|
import { Toolbar } from "./Toolbar";
|
|
9
|
+
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
9
10
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
10
11
|
import { SyncableObservableCollection$1 } from "igniteui-webcomponents-core";
|
|
11
12
|
import { ToolbarOrientation_$type } from './ToolbarOrientation';
|
|
@@ -261,6 +262,20 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
261
262
|
RegisterElementHelper.registerElement(IgcToolbarComponent.htmlTagName, IgcToolbarComponent);
|
|
262
263
|
}
|
|
263
264
|
};
|
|
265
|
+
Object.defineProperty(IgcToolbarComponent.prototype, "baseTheme", {
|
|
266
|
+
/**
|
|
267
|
+
* Gets or sets the base built in theme to use for the checkbox.
|
|
268
|
+
*/
|
|
269
|
+
get: function () {
|
|
270
|
+
return this.i.n;
|
|
271
|
+
},
|
|
272
|
+
set: function (v) {
|
|
273
|
+
this.i.n = ensureEnum(BaseControlTheme_$type, v);
|
|
274
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.n));
|
|
275
|
+
},
|
|
276
|
+
enumerable: true,
|
|
277
|
+
configurable: true
|
|
278
|
+
});
|
|
264
279
|
Object.defineProperty(IgcToolbarComponent.prototype, "autoGeneratedActions", {
|
|
265
280
|
/**
|
|
266
281
|
* Gets or sets the data or data source instance to which to bind the grid.
|
|
@@ -352,10 +367,10 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
352
367
|
* Gets or sets the color to use for the background of the component.
|
|
353
368
|
*/
|
|
354
369
|
get: function () {
|
|
355
|
-
return this.i.
|
|
370
|
+
return this.i.y;
|
|
356
371
|
},
|
|
357
372
|
set: function (v) {
|
|
358
|
-
this.i.
|
|
373
|
+
this.i.y = v;
|
|
359
374
|
},
|
|
360
375
|
enumerable: true,
|
|
361
376
|
configurable: true
|
|
@@ -365,11 +380,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
365
380
|
* Gets or sets the color to use for the background of the component.
|
|
366
381
|
*/
|
|
367
382
|
get: function () {
|
|
368
|
-
return brushToString(this.i.
|
|
383
|
+
return brushToString(this.i.a3);
|
|
369
384
|
},
|
|
370
385
|
set: function (v) {
|
|
371
|
-
this.i.
|
|
372
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
386
|
+
this.i.a3 = stringToBrush(v);
|
|
387
|
+
this._a("backgroundColor", brushToString(this.i.a3));
|
|
373
388
|
},
|
|
374
389
|
enumerable: true,
|
|
375
390
|
configurable: true
|
|
@@ -379,11 +394,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
379
394
|
* Gets or sets the color to use for the text of the component.
|
|
380
395
|
*/
|
|
381
396
|
get: function () {
|
|
382
|
-
return brushToString(this.i.
|
|
397
|
+
return brushToString(this.i.a6);
|
|
383
398
|
},
|
|
384
399
|
set: function (v) {
|
|
385
|
-
this.i.
|
|
386
|
-
this._a("textColor", brushToString(this.i.
|
|
400
|
+
this.i.a6 = stringToBrush(v);
|
|
401
|
+
this._a("textColor", brushToString(this.i.a6));
|
|
387
402
|
},
|
|
388
403
|
enumerable: true,
|
|
389
404
|
configurable: true
|
|
@@ -393,16 +408,16 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
393
408
|
* Gets or Sets the property name that contains the values.
|
|
394
409
|
*/
|
|
395
410
|
get: function () {
|
|
396
|
-
if (this.i.
|
|
411
|
+
if (this.i.q == null) {
|
|
397
412
|
return null;
|
|
398
413
|
}
|
|
399
|
-
return this.i.
|
|
414
|
+
return this.i.q.fontString;
|
|
400
415
|
},
|
|
401
416
|
set: function (v) {
|
|
402
417
|
var fi = new FontInfo();
|
|
403
418
|
fi.fontString = v;
|
|
404
|
-
this.i.
|
|
405
|
-
this._a("cellTextStyle", this.i.
|
|
419
|
+
this.i.q = fi;
|
|
420
|
+
this._a("cellTextStyle", this.i.q != null ? this.i.q.fontString : "");
|
|
406
421
|
},
|
|
407
422
|
enumerable: true,
|
|
408
423
|
configurable: true
|
package/esm5/public_api.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export * from './lib/igc-x-expansion-panel-module';
|
|
2
2
|
export * from './lib/igc-x-expansion-panel-component';
|
|
3
|
-
export * from './lib/igc-popup-module';
|
|
4
|
-
export * from './lib/igc-popup-component';
|
|
5
3
|
export * from './lib/igc-property-editor-panel-module';
|
|
6
4
|
export * from './lib/igc-property-editor-panel-component';
|
|
7
5
|
export * from './lib/igc-list-panel-component';
|
|
@@ -12,21 +10,14 @@ export * from './lib/igc-tool-panel-module';
|
|
|
12
10
|
export * from './lib/igc-toolbar-module';
|
|
13
11
|
export * from './lib/ToolbarView';
|
|
14
12
|
export * from './lib/ToolPanelView';
|
|
15
|
-
export * from './lib/PopupView';
|
|
16
13
|
export * from './lib/ExpansionPanelView';
|
|
17
14
|
export * from './lib/ExpansionPanelUtilities';
|
|
18
15
|
export * from './lib/ListPanelView';
|
|
19
16
|
export * from './lib/PropertyEditorPanelView';
|
|
20
|
-
export * from './lib/PopupAlignment';
|
|
21
|
-
export * from './lib/PopupDirection';
|
|
22
17
|
export * from './lib/OnExpandedEventArgs';
|
|
23
18
|
export * from './lib/igc-on-expanded-event-args';
|
|
24
19
|
export * from './lib/OnCollapsedEventArgs';
|
|
25
20
|
export * from './lib/igc-on-collapsed-event-args';
|
|
26
|
-
export * from './lib/OnPopupEventArgs';
|
|
27
|
-
export * from './lib/igc-on-popup-event-args';
|
|
28
|
-
export * from './lib/OnClosedEventArgs';
|
|
29
|
-
export * from './lib/igc-on-closed-event-args';
|
|
30
21
|
export * from './lib/ToolActionButton';
|
|
31
22
|
export * from './lib/igc-tool-action-button-component';
|
|
32
23
|
export * from './lib/igc-tool-action-button-module';
|
|
@@ -81,9 +72,6 @@ export * from './lib/IExternalToolPanel';
|
|
|
81
72
|
export * from './lib/IToolPanelView';
|
|
82
73
|
export * from './lib/ToolPanel';
|
|
83
74
|
export * from './lib/ToolActionMeasurementContext';
|
|
84
|
-
export * from './lib/Popup';
|
|
85
|
-
export * from './lib/Popup_OuterAnimationInfo';
|
|
86
|
-
export * from './lib/Popup_InnerAnimationInfo';
|
|
87
75
|
export * from './lib/XExpansionPanel';
|
|
88
76
|
export * from './lib/IExternalListPanel';
|
|
89
77
|
export * from './lib/IListPanelView';
|
|
@@ -132,4 +120,3 @@ export * from './lib/igc-property-editor-property-description-collection';
|
|
|
132
120
|
export * from './lib/PropertyEditorPropertyDescriptionCollection';
|
|
133
121
|
export * from './lib/PropertyEditorValueType';
|
|
134
122
|
export * from './lib/PropertyEditorTreeTransformer';
|
|
135
|
-
export * from './lib/PopupVisualModelExport';
|