igniteui-webcomponents-layouts 4.0.3 → 4.2.2
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 +1582 -2580
- 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 +130 -116
- package/{esm5/lib/Popup.js → esm2015/lib/ToolActionButton.js} +1 -1
- package/esm2015/lib/ToolPanelView_combined.js +862 -692
- package/esm2015/lib/ToolbarView_combined.js +123 -96
- package/esm2015/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
- package/esm2015/lib/igc-property-editor-property-description-component.js +71 -34
- package/esm2015/lib/igc-tool-action-button-component.js +63 -0
- package/esm2015/lib/{igc-popup-module.js → igc-tool-action-button-module.js} +6 -9
- 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-performed-event-args.js +5 -3
- 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 +3 -13
- package/esm5/lib/ListPanelView_combined.js +31 -18
- package/esm5/lib/PropertyEditorPanelView_combined.js +154 -154
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +134 -116
- package/esm5/lib/{PopupView.js → ToolActionButton.js} +1 -1
- package/esm5/lib/ToolPanelView_combined.js +877 -693
- package/esm5/lib/ToolbarView_combined.js +123 -92
- package/esm5/lib/igc-list-panel-template-item-updating-event-args.js +5 -3
- package/esm5/lib/igc-property-editor-property-description-component.js +75 -34
- package/esm5/lib/igc-tool-action-button-component.js +72 -0
- package/esm5/lib/igc-tool-action-button-module.js +20 -0
- 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-performed-event-args.js +5 -3
- 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 +3 -13
- package/fesm2015/igniteui-webcomponents-layouts.js +1547 -2429
- package/fesm5/igniteui-webcomponents-layouts.js +1577 -2562
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +24 -22
- package/lib/ToolActionButton.d.ts +1 -0
- 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-button-component.d.ts +17 -0
- package/lib/igc-tool-action-button-module.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 +3 -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/esm5/lib/OnClosedEventArgs.js +0 -20
- package/esm5/lib/OnPopupEventArgs.js +0 -20
- package/esm5/lib/PopupAlignment.js +0 -29
- package/esm5/lib/PopupDirection.js +0 -29
- 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
|
@@ -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,17 @@ 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/
|
|
27
|
-
export * from './lib/igc-
|
|
28
|
-
export * from './lib/
|
|
29
|
-
export * from './lib/igc-on-closed-event-args';
|
|
21
|
+
export * from './lib/ToolActionButton';
|
|
22
|
+
export * from './lib/igc-tool-action-button-component';
|
|
23
|
+
export * from './lib/igc-tool-action-button-module';
|
|
30
24
|
export * from './lib/ToolActionLabel';
|
|
31
25
|
export * from './lib/igc-tool-action-label-component';
|
|
32
26
|
export * from './lib/igc-tool-action-label-module';
|
|
@@ -78,9 +72,6 @@ export * from './lib/IExternalToolPanel';
|
|
|
78
72
|
export * from './lib/IToolPanelView';
|
|
79
73
|
export * from './lib/ToolPanel';
|
|
80
74
|
export * from './lib/ToolActionMeasurementContext';
|
|
81
|
-
export * from './lib/Popup';
|
|
82
|
-
export * from './lib/Popup_OuterAnimationInfo';
|
|
83
|
-
export * from './lib/Popup_InnerAnimationInfo';
|
|
84
75
|
export * from './lib/XExpansionPanel';
|
|
85
76
|
export * from './lib/IExternalListPanel';
|
|
86
77
|
export * from './lib/IListPanelView';
|
|
@@ -129,4 +120,3 @@ export * from './lib/igc-property-editor-property-description-collection';
|
|
|
129
120
|
export * from './lib/PropertyEditorPropertyDescriptionCollection';
|
|
130
121
|
export * from './lib/PropertyEditorValueType';
|
|
131
122
|
export * from './lib/PropertyEditorTreeTransformer';
|
|
132
|
-
export * from './lib/PopupVisualModelExport';
|