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,4 +1,5 @@
|
|
|
1
1
|
import { ToolPanel } from "./ToolPanel";
|
|
2
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
2
3
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
3
4
|
import { ToolPanelOrientation } from './ToolPanelOrientation';
|
|
4
5
|
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
@@ -53,6 +54,10 @@ export declare class IgcToolPanelComponent extends IgcHTMLElement {
|
|
|
53
54
|
* Gets or Sets the property name that contains the values.
|
|
54
55
|
*/
|
|
55
56
|
cellTextStyle: string;
|
|
57
|
+
/**
|
|
58
|
+
* Gets or sets the base built in theme to use for the checkbox.
|
|
59
|
+
*/
|
|
60
|
+
baseTheme: BaseControlTheme;
|
|
56
61
|
/**
|
|
57
62
|
* Gets or sets the color to use for the background of the component.
|
|
58
63
|
*/
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Toolbar } from "./Toolbar";
|
|
2
|
+
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
2
3
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
3
4
|
import { ToolbarOrientation } from './ToolbarOrientation';
|
|
4
5
|
import { IgcToolActionComponent } from "./igc-tool-action-component";
|
|
@@ -47,6 +48,10 @@ export declare class IgcToolbarComponent extends IgcHTMLElement {
|
|
|
47
48
|
static htmlTagName: string;
|
|
48
49
|
protected static _isElementRegistered: boolean;
|
|
49
50
|
static register(): void;
|
|
51
|
+
/**
|
|
52
|
+
* Gets or sets the base built in theme to use for the checkbox.
|
|
53
|
+
*/
|
|
54
|
+
baseTheme: BaseControlTheme;
|
|
50
55
|
private _autoGeneratedActions;
|
|
51
56
|
/**
|
|
52
57
|
* Gets or sets the data or data source instance to which to bind the grid.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-layouts",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.3-alpha",
|
|
4
4
|
"description": "Ignite UI WebComponents layout components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-layouts",
|
|
6
6
|
"keywords": [
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"tslib": "^2.3.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"igniteui-webcomponents-core": "4.
|
|
18
|
-
"igniteui-webcomponents-inputs": "4.
|
|
17
|
+
"igniteui-webcomponents-core": "4.2.3-alpha",
|
|
18
|
+
"igniteui-webcomponents-inputs": "4.2.3-alpha"
|
|
19
19
|
},
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"typings": "igniteui-webcomponents-layouts.d.ts",
|
package/public_api.d.ts
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';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let OnClosedEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
-
class OnClosedEventArgs extends EventArgs {
|
|
13
|
-
}
|
|
14
|
-
OnClosedEventArgs.$t = /*@__PURE__*/ markType(OnClosedEventArgs, 'OnClosedEventArgs', EventArgs.$);
|
|
15
|
-
return OnClosedEventArgs;
|
|
16
|
-
})();
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { EventArgs, markType } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export let OnPopupEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
-
class OnPopupEventArgs extends EventArgs {
|
|
13
|
-
}
|
|
14
|
-
OnPopupEventArgs.$t = /*@__PURE__*/ markType(OnPopupEventArgs, 'OnPopupEventArgs', EventArgs.$);
|
|
15
|
-
return OnPopupEventArgs;
|
|
16
|
-
})();
|
package/esm2015/lib/Popup.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
export { Popup } from "./PopupView_combined";
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* Indicates which side of the exclusion rectangle to which the popup is aligned.
|
|
10
|
-
*/
|
|
11
|
-
export var PopupAlignment = /*@__PURE__*/ (function (PopupAlignment) {
|
|
12
|
-
/**
|
|
13
|
-
* No specified direction.
|
|
14
|
-
*/
|
|
15
|
-
PopupAlignment[PopupAlignment["Auto"] = 0] = "Auto";
|
|
16
|
-
/**
|
|
17
|
-
* Popup should be aligned to the near side. This usually means left or top.
|
|
18
|
-
*/
|
|
19
|
-
PopupAlignment[PopupAlignment["Near"] = 1] = "Near";
|
|
20
|
-
/**
|
|
21
|
-
* Popup should be aligned to the near far. This usually means right or bottom.
|
|
22
|
-
*/
|
|
23
|
-
PopupAlignment[PopupAlignment["Far"] = 2] = "Far";
|
|
24
|
-
return PopupAlignment;
|
|
25
|
-
})({});
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
export let PopupAlignment_$type = /*@__PURE__*/ markEnum('PopupAlignment', 'Auto,0|Near,1|Far,2');
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
-
/**
|
|
9
|
-
* Indicates which direction the popup will pop up in relation to the exclusion rectangle.
|
|
10
|
-
*/
|
|
11
|
-
export var PopupDirection = /*@__PURE__*/ (function (PopupDirection) {
|
|
12
|
-
/**
|
|
13
|
-
* No specified direction.
|
|
14
|
-
*/
|
|
15
|
-
PopupDirection[PopupDirection["Auto"] = 0] = "Auto";
|
|
16
|
-
/**
|
|
17
|
-
* Popup should be displayed downward.
|
|
18
|
-
*/
|
|
19
|
-
PopupDirection[PopupDirection["Down"] = 1] = "Down";
|
|
20
|
-
/**
|
|
21
|
-
* Popup should be displayed downward.
|
|
22
|
-
*/
|
|
23
|
-
PopupDirection[PopupDirection["Up"] = 2] = "Up";
|
|
24
|
-
return PopupDirection;
|
|
25
|
-
})({});
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
export let PopupDirection_$type = /*@__PURE__*/ markEnum('PopupDirection', 'Auto,0|Down,1|Up,2');
|
package/esm2015/lib/PopupView.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
export { PopupView } from "./PopupView_combined";
|