igniteui-webcomponents-layouts 1.3.3
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/License +27 -0
- package/README.md +18 -0
- package/bundles/igniteui-webcomponents-layouts.umd.js +3012 -0
- package/bundles/igniteui-webcomponents-layouts.umd.js.map +1 -0
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +2 -0
- package/bundles/igniteui-webcomponents-layouts.umd.min.js.map +1 -0
- package/esm2015/igniteui-webcomponents-layouts.js +2 -0
- package/esm2015/igniteui-webcomponents-layouts.js.map +1 -0
- package/esm2015/lib/ExpansionPanel.js +8 -0
- package/esm2015/lib/ExpansionPanel.js.map +1 -0
- package/esm2015/lib/ExpansionPanelUtilities.js +38 -0
- package/esm2015/lib/ExpansionPanelUtilities.js.map +1 -0
- package/esm2015/lib/ExpansionPanelView.js +8 -0
- package/esm2015/lib/ExpansionPanelView.js.map +1 -0
- package/esm2015/lib/ExpansionPanelView_combined.js +713 -0
- package/esm2015/lib/ExpansionPanelView_combined.js.map +1 -0
- package/esm2015/lib/OnClosedEventArgs.js +17 -0
- package/esm2015/lib/OnClosedEventArgs.js.map +1 -0
- package/esm2015/lib/OnCollapsedEventArgs.js +17 -0
- package/esm2015/lib/OnCollapsedEventArgs.js.map +1 -0
- package/esm2015/lib/OnExpandedEventArgs.js +17 -0
- package/esm2015/lib/OnExpandedEventArgs.js.map +1 -0
- package/esm2015/lib/OnPopupEventArgs.js +17 -0
- package/esm2015/lib/OnPopupEventArgs.js.map +1 -0
- package/esm2015/lib/Popup.js +8 -0
- package/esm2015/lib/Popup.js.map +1 -0
- package/esm2015/lib/PopupAlignment.js +30 -0
- package/esm2015/lib/PopupAlignment.js.map +1 -0
- package/esm2015/lib/PopupDirection.js +30 -0
- package/esm2015/lib/PopupDirection.js.map +1 -0
- package/esm2015/lib/PopupView.js +8 -0
- package/esm2015/lib/PopupView.js.map +1 -0
- package/esm2015/lib/PopupView_combined.js +648 -0
- package/esm2015/lib/PopupView_combined.js.map +1 -0
- package/esm2015/lib/PopupVisualModelExport.js +37 -0
- package/esm2015/lib/PopupVisualModelExport.js.map +1 -0
- package/esm2015/lib/Popup_InnerAnimationInfo.js +22 -0
- package/esm2015/lib/Popup_InnerAnimationInfo.js.map +1 -0
- package/esm2015/lib/Popup_OuterAnimationInfo.js +24 -0
- package/esm2015/lib/Popup_OuterAnimationInfo.js.map +1 -0
- package/esm2015/lib/igc-expansion-panel-component.js +501 -0
- package/esm2015/lib/igc-expansion-panel-component.js.map +1 -0
- package/esm2015/lib/igc-expansion-panel-module.js +18 -0
- package/esm2015/lib/igc-expansion-panel-module.js.map +1 -0
- package/esm2015/lib/igc-on-closed-event-args.js +25 -0
- package/esm2015/lib/igc-on-closed-event-args.js.map +1 -0
- package/esm2015/lib/igc-on-collapsed-event-args.js +25 -0
- package/esm2015/lib/igc-on-collapsed-event-args.js.map +1 -0
- package/esm2015/lib/igc-on-expanded-event-args.js +25 -0
- package/esm2015/lib/igc-on-expanded-event-args.js.map +1 -0
- package/esm2015/lib/igc-on-popup-event-args.js +25 -0
- package/esm2015/lib/igc-on-popup-event-args.js.map +1 -0
- package/esm2015/lib/igc-popup-component.js +382 -0
- package/esm2015/lib/igc-popup-component.js.map +1 -0
- package/esm2015/lib/igc-popup-module.js +20 -0
- package/esm2015/lib/igc-popup-module.js.map +1 -0
- package/esm2015/public_api.js +23 -0
- package/esm2015/public_api.js.map +1 -0
- package/esm5/igniteui-webcomponents-layouts.js +2 -0
- package/esm5/igniteui-webcomponents-layouts.js.map +1 -0
- package/esm5/lib/ExpansionPanel.js +8 -0
- package/esm5/lib/ExpansionPanel.js.map +1 -0
- package/esm5/lib/ExpansionPanelUtilities.js +42 -0
- package/esm5/lib/ExpansionPanelUtilities.js.map +1 -0
- package/esm5/lib/ExpansionPanelView.js +8 -0
- package/esm5/lib/ExpansionPanelView.js.map +1 -0
- package/esm5/lib/ExpansionPanelView_combined.js +810 -0
- package/esm5/lib/ExpansionPanelView_combined.js.map +1 -0
- package/esm5/lib/OnClosedEventArgs.js +21 -0
- package/esm5/lib/OnClosedEventArgs.js.map +1 -0
- package/esm5/lib/OnCollapsedEventArgs.js +21 -0
- package/esm5/lib/OnCollapsedEventArgs.js.map +1 -0
- package/esm5/lib/OnExpandedEventArgs.js +21 -0
- package/esm5/lib/OnExpandedEventArgs.js.map +1 -0
- package/esm5/lib/OnPopupEventArgs.js +21 -0
- package/esm5/lib/OnPopupEventArgs.js.map +1 -0
- package/esm5/lib/Popup.js +8 -0
- package/esm5/lib/Popup.js.map +1 -0
- package/esm5/lib/PopupAlignment.js +30 -0
- package/esm5/lib/PopupAlignment.js.map +1 -0
- package/esm5/lib/PopupDirection.js +30 -0
- package/esm5/lib/PopupDirection.js.map +1 -0
- package/esm5/lib/PopupView.js +8 -0
- package/esm5/lib/PopupView.js.map +1 -0
- package/esm5/lib/PopupView_combined.js +701 -0
- package/esm5/lib/PopupView_combined.js.map +1 -0
- package/esm5/lib/PopupVisualModelExport.js +39 -0
- package/esm5/lib/PopupVisualModelExport.js.map +1 -0
- package/esm5/lib/Popup_InnerAnimationInfo.js +24 -0
- package/esm5/lib/Popup_InnerAnimationInfo.js.map +1 -0
- package/esm5/lib/Popup_OuterAnimationInfo.js +26 -0
- package/esm5/lib/Popup_OuterAnimationInfo.js.map +1 -0
- package/esm5/lib/igc-expansion-panel-component.js +630 -0
- package/esm5/lib/igc-expansion-panel-component.js.map +1 -0
- package/esm5/lib/igc-expansion-panel-module.js +22 -0
- package/esm5/lib/igc-expansion-panel-module.js.map +1 -0
- package/esm5/lib/igc-on-closed-event-args.js +31 -0
- package/esm5/lib/igc-on-closed-event-args.js.map +1 -0
- package/esm5/lib/igc-on-collapsed-event-args.js +31 -0
- package/esm5/lib/igc-on-collapsed-event-args.js.map +1 -0
- package/esm5/lib/igc-on-expanded-event-args.js +31 -0
- package/esm5/lib/igc-on-expanded-event-args.js.map +1 -0
- package/esm5/lib/igc-on-popup-event-args.js +31 -0
- package/esm5/lib/igc-on-popup-event-args.js.map +1 -0
- package/esm5/lib/igc-popup-component.js +467 -0
- package/esm5/lib/igc-popup-component.js.map +1 -0
- package/esm5/lib/igc-popup-module.js +24 -0
- package/esm5/lib/igc-popup-module.js.map +1 -0
- package/esm5/public_api.js +23 -0
- package/esm5/public_api.js.map +1 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +2591 -0
- package/fesm2015/igniteui-webcomponents-layouts.js.map +1 -0
- package/fesm5/igniteui-webcomponents-layouts.js +2982 -0
- package/fesm5/igniteui-webcomponents-layouts.js.map +1 -0
- package/igniteui-webcomponents-layouts.d.ts +1 -0
- package/lib/ExpansionPanel.d.ts +1 -0
- package/lib/ExpansionPanelUtilities.d.ts +12 -0
- package/lib/ExpansionPanelView.d.ts +1 -0
- package/lib/ExpansionPanelView_combined.d.ts +136 -0
- package/lib/OnClosedEventArgs.d.ts +7 -0
- package/lib/OnCollapsedEventArgs.d.ts +7 -0
- package/lib/OnExpandedEventArgs.d.ts +7 -0
- package/lib/OnPopupEventArgs.d.ts +7 -0
- package/lib/Popup.d.ts +1 -0
- package/lib/PopupAlignment.d.ts +22 -0
- package/lib/PopupDirection.d.ts +22 -0
- package/lib/PopupView.d.ts +1 -0
- package/lib/PopupView_combined.d.ts +126 -0
- package/lib/PopupVisualModelExport.d.ts +14 -0
- package/lib/Popup_InnerAnimationInfo.d.ts +10 -0
- package/lib/Popup_OuterAnimationInfo.d.ts +12 -0
- package/lib/igc-expansion-panel-component.d.ts +149 -0
- package/lib/igc-expansion-panel-module.d.ts +3 -0
- package/lib/igc-on-closed-event-args.d.ts +12 -0
- package/lib/igc-on-collapsed-event-args.d.ts +12 -0
- package/lib/igc-on-expanded-event-args.d.ts +12 -0
- package/lib/igc-on-popup-event-args.d.ts +12 -0
- package/lib/igc-popup-component.d.ts +110 -0
- package/lib/igc-popup-module.d.ts +3 -0
- package/package.json +36 -0
- package/public_api.d.ts +22 -0
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { ExpansionPanel } from "./ExpansionPanel";
|
|
2
|
+
import { IgcOnExpandedEventArgs } from './igc-on-expanded-event-args';
|
|
3
|
+
import { IgcOnCollapsedEventArgs } from './igc-on-collapsed-event-args';
|
|
4
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
5
|
+
export declare class IgcExpansionPanelComponent extends IgcHTMLElement {
|
|
6
|
+
private _implementation;
|
|
7
|
+
private _height;
|
|
8
|
+
private _width;
|
|
9
|
+
private _mainDiv;
|
|
10
|
+
height: string;
|
|
11
|
+
width: string;
|
|
12
|
+
private _webComponentRenderer;
|
|
13
|
+
private _portalManager;
|
|
14
|
+
constructor();
|
|
15
|
+
updateStyle(): void;
|
|
16
|
+
destroy(): void;
|
|
17
|
+
protected createImplementation(): ExpansionPanel;
|
|
18
|
+
readonly i: ExpansionPanel;
|
|
19
|
+
private _disconnected;
|
|
20
|
+
disconnectedCallback(): void;
|
|
21
|
+
connectedCallback(): void;
|
|
22
|
+
afterContentInit(): void;
|
|
23
|
+
private _settingAttributes;
|
|
24
|
+
protected _attached: boolean;
|
|
25
|
+
private _queuedSetAttributes;
|
|
26
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
27
|
+
protected _flushQueuedAttributes(): void;
|
|
28
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
29
|
+
private static _observedAttributesIgcExpansionPanelComponent;
|
|
30
|
+
static readonly observedAttributes: string[];
|
|
31
|
+
private _updatingFromAttribute;
|
|
32
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
33
|
+
static htmlTagName: string;
|
|
34
|
+
protected static _isElementRegistered: boolean;
|
|
35
|
+
static register(): void;
|
|
36
|
+
/**
|
|
37
|
+
* Gets / sets the caption to display in the header area.
|
|
38
|
+
*/
|
|
39
|
+
caption: string;
|
|
40
|
+
/**
|
|
41
|
+
* Gets or sets the color to use for the header caption text.
|
|
42
|
+
*/
|
|
43
|
+
captionTextColor: string;
|
|
44
|
+
/**
|
|
45
|
+
* Gets or sets the color to use for the actual header caption text.
|
|
46
|
+
*/
|
|
47
|
+
actualCaptionTextColor: string;
|
|
48
|
+
/**
|
|
49
|
+
* Gets or sets the color to use for the header caption text when the panel is collapsed.
|
|
50
|
+
*/
|
|
51
|
+
captionCollapsedTextColor: string;
|
|
52
|
+
/**
|
|
53
|
+
* Gets or sets the color to use for the header caption text when the panel is expanded.
|
|
54
|
+
*/
|
|
55
|
+
captionExpandedTextColor: string;
|
|
56
|
+
/**
|
|
57
|
+
* Gets / sets the description to display in the header area.
|
|
58
|
+
*/
|
|
59
|
+
description: string;
|
|
60
|
+
/**
|
|
61
|
+
* Gets or sets the color to use for the header description text.
|
|
62
|
+
*/
|
|
63
|
+
descriptionTextColor: string;
|
|
64
|
+
/**
|
|
65
|
+
* Gets or sets the color to use for the actual header description text.
|
|
66
|
+
*/
|
|
67
|
+
actualDescriptionTextColor: string;
|
|
68
|
+
/**
|
|
69
|
+
* Gets or sets the color to use for the header description text when the panel is collapsed.
|
|
70
|
+
*/
|
|
71
|
+
descriptionCollapsedTextColor: string;
|
|
72
|
+
/**
|
|
73
|
+
* Gets or sets the color to use for the header description text when the panel is expanded.
|
|
74
|
+
*/
|
|
75
|
+
descriptionExpandedTextColor: string;
|
|
76
|
+
/**
|
|
77
|
+
* Gets or sets the elevation to use for the button regardless of type.
|
|
78
|
+
*/
|
|
79
|
+
elevation: number;
|
|
80
|
+
/**
|
|
81
|
+
* Gets or sets the elevation of the border shadow
|
|
82
|
+
*/
|
|
83
|
+
actualElevation: number;
|
|
84
|
+
/**
|
|
85
|
+
* Gets / sets the expanded state of the panel.
|
|
86
|
+
*/
|
|
87
|
+
expanded: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Gets or sets the color to use for the background of the header.
|
|
90
|
+
*/
|
|
91
|
+
headerBackgroundColor: string;
|
|
92
|
+
/**
|
|
93
|
+
* Gets or sets the color to use for the actual background of the header.
|
|
94
|
+
*/
|
|
95
|
+
actualHeaderBackgroundColor: string;
|
|
96
|
+
/**
|
|
97
|
+
* Gets or sets the color to use for the background of the header when the panel is expanded.
|
|
98
|
+
*/
|
|
99
|
+
headerCollapsedBackgroundColor: string;
|
|
100
|
+
/**
|
|
101
|
+
* Gets or sets the color to use for the background of the header when the panel is expanded.
|
|
102
|
+
*/
|
|
103
|
+
headerExpandedBackgroundColor: string;
|
|
104
|
+
/**
|
|
105
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
106
|
+
*/
|
|
107
|
+
actualUmbraShadowColor: string;
|
|
108
|
+
/**
|
|
109
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
110
|
+
*/
|
|
111
|
+
actualPenumbraShadowColor: string;
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
114
|
+
*/
|
|
115
|
+
actualAmbientShadowColor: string;
|
|
116
|
+
findByName(name: string): any;
|
|
117
|
+
protected __p: string;
|
|
118
|
+
protected _hasUserValues: Set<string>;
|
|
119
|
+
protected readonly hasUserValues: Set<string>;
|
|
120
|
+
protected __m(propertyName: string): void;
|
|
121
|
+
protected _stylingContainer: any;
|
|
122
|
+
protected _stylingParent: any;
|
|
123
|
+
protected _inStyling: boolean;
|
|
124
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
125
|
+
/**
|
|
126
|
+
* Collapses the contents of the expansion panel.
|
|
127
|
+
|
|
128
|
+
*/
|
|
129
|
+
collapse(): void;
|
|
130
|
+
/**
|
|
131
|
+
* Expands the contents of the expansion panel.
|
|
132
|
+
|
|
133
|
+
*/
|
|
134
|
+
expand(): void;
|
|
135
|
+
/**
|
|
136
|
+
* Toggles the expanded state of the expansion panel.
|
|
137
|
+
|
|
138
|
+
*/
|
|
139
|
+
toggle(): void;
|
|
140
|
+
private _onCollapsed;
|
|
141
|
+
private _onCollapsed_wrapped;
|
|
142
|
+
/**
|
|
143
|
+
* Fires when the expansion panel is collapsed.
|
|
144
|
+
*/
|
|
145
|
+
onCollapsed: (s: IgcExpansionPanelComponent, e: IgcOnCollapsedEventArgs) => void;
|
|
146
|
+
private _onExpanded;
|
|
147
|
+
private _onExpanded_wrapped;
|
|
148
|
+
onExpanded: (s: IgcExpansionPanelComponent, e: IgcOnExpandedEventArgs) => void;
|
|
149
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnClosedEventArgs as OnClosedEventArgs_internal } from "./OnClosedEventArgs";
|
|
2
|
+
export declare class IgcOnClosedEventArgs {
|
|
3
|
+
protected createImplementation(): OnClosedEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
readonly i: OnClosedEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnCollapsedEventArgs as OnCollapsedEventArgs_internal } from "./OnCollapsedEventArgs";
|
|
2
|
+
export declare class IgcOnCollapsedEventArgs {
|
|
3
|
+
protected createImplementation(): OnCollapsedEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
readonly i: OnCollapsedEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnExpandedEventArgs as OnExpandedEventArgs_internal } from "./OnExpandedEventArgs";
|
|
2
|
+
export declare class IgcOnExpandedEventArgs {
|
|
3
|
+
protected createImplementation(): OnExpandedEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
readonly i: OnExpandedEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnPopupEventArgs as OnPopupEventArgs_internal } from "./OnPopupEventArgs";
|
|
2
|
+
export declare class IgcOnPopupEventArgs {
|
|
3
|
+
protected createImplementation(): OnPopupEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
readonly i: OnPopupEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { IgRect } from "igniteui-webcomponents-core";
|
|
2
|
+
import { Popup } from "./Popup";
|
|
3
|
+
import { IgcOnPopupEventArgs } from './igc-on-popup-event-args';
|
|
4
|
+
import { IgcOnClosedEventArgs } from './igc-on-closed-event-args';
|
|
5
|
+
import { PopupDirection } from "./PopupDirection";
|
|
6
|
+
import { PopupAlignment } from "./PopupAlignment";
|
|
7
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
8
|
+
export declare class IgcPopupComponent extends IgcHTMLElement {
|
|
9
|
+
private _implementation;
|
|
10
|
+
private _height;
|
|
11
|
+
private _width;
|
|
12
|
+
private _mainDiv;
|
|
13
|
+
private _portalManager;
|
|
14
|
+
height: string;
|
|
15
|
+
width: string;
|
|
16
|
+
private _webComponentRenderer;
|
|
17
|
+
constructor();
|
|
18
|
+
private _onChildrenChanged;
|
|
19
|
+
updateStyle(): void;
|
|
20
|
+
destroy(): void;
|
|
21
|
+
protected createImplementation(): Popup;
|
|
22
|
+
readonly i: Popup;
|
|
23
|
+
private _disconnected;
|
|
24
|
+
disconnectedCallback(): void;
|
|
25
|
+
connectedCallback(): void;
|
|
26
|
+
afterContentInit(): void;
|
|
27
|
+
private _settingAttributes;
|
|
28
|
+
protected _attached: boolean;
|
|
29
|
+
private _queuedSetAttributes;
|
|
30
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
31
|
+
protected _flushQueuedAttributes(): void;
|
|
32
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
33
|
+
private static _observedAttributesIgcPopupComponent;
|
|
34
|
+
static readonly observedAttributes: string[];
|
|
35
|
+
private _updatingFromAttribute;
|
|
36
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
37
|
+
static htmlTagName: string;
|
|
38
|
+
protected static _isElementRegistered: boolean;
|
|
39
|
+
static register(): void;
|
|
40
|
+
/**
|
|
41
|
+
* Gets or sets the duration of the Popup and Closeup animations in milliseconds.
|
|
42
|
+
*/
|
|
43
|
+
animationDuration: number;
|
|
44
|
+
/**
|
|
45
|
+
* Gets or sets whether the popup and closeup animations are animated.
|
|
46
|
+
*/
|
|
47
|
+
animationEnabled: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Gets or sets the elevation to use for the button regardless of type.
|
|
50
|
+
*/
|
|
51
|
+
elevation: number;
|
|
52
|
+
/**
|
|
53
|
+
* Gets or sets the elevation of the border shadow
|
|
54
|
+
*/
|
|
55
|
+
actualElevation: number;
|
|
56
|
+
/**
|
|
57
|
+
* Gets / sets the isShown state of the panel.
|
|
58
|
+
*/
|
|
59
|
+
readonly isShown: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
62
|
+
*/
|
|
63
|
+
actualUmbraShadowColor: string;
|
|
64
|
+
/**
|
|
65
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
66
|
+
*/
|
|
67
|
+
actualPenumbraShadowColor: string;
|
|
68
|
+
/**
|
|
69
|
+
* Gets or sets the color to use for the check mark when the checkbox is checked.
|
|
70
|
+
*/
|
|
71
|
+
actualAmbientShadowColor: string;
|
|
72
|
+
/**
|
|
73
|
+
* Gets or sets the background color of the popup.
|
|
74
|
+
*/
|
|
75
|
+
background: string;
|
|
76
|
+
findByName(name: string): any;
|
|
77
|
+
protected __p: string;
|
|
78
|
+
protected _hasUserValues: Set<string>;
|
|
79
|
+
protected readonly hasUserValues: Set<string>;
|
|
80
|
+
protected __m(propertyName: string): void;
|
|
81
|
+
protected _stylingContainer: any;
|
|
82
|
+
protected _stylingParent: any;
|
|
83
|
+
protected _inStyling: boolean;
|
|
84
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
85
|
+
/**
|
|
86
|
+
* Closes the popup.
|
|
87
|
+
|
|
88
|
+
*/
|
|
89
|
+
close(): void;
|
|
90
|
+
showRelativeToExclusionRect(exclusionRect: IgRect, popupDirection: PopupDirection, popupAlignment: PopupAlignment): void;
|
|
91
|
+
/**
|
|
92
|
+
* Exports visual information about the current state of the grid.
|
|
93
|
+
|
|
94
|
+
*/
|
|
95
|
+
exportVisualModel(): any;
|
|
96
|
+
/**
|
|
97
|
+
* Returns a serialized copy of the exported visual model
|
|
98
|
+
|
|
99
|
+
*/
|
|
100
|
+
exportSerializedVisualModel(): string;
|
|
101
|
+
private _onClosed;
|
|
102
|
+
private _onClosed_wrapped;
|
|
103
|
+
onClosed: (s: IgcPopupComponent, e: IgcOnClosedEventArgs) => void;
|
|
104
|
+
private _onPopup;
|
|
105
|
+
private _onPopup_wrapped;
|
|
106
|
+
/**
|
|
107
|
+
* Fires when the popup is shown
|
|
108
|
+
*/
|
|
109
|
+
onPopup: (s: IgcPopupComponent, e: IgcOnPopupEventArgs) => void;
|
|
110
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "igniteui-webcomponents-layouts",
|
|
3
|
+
"version": "1.3.3",
|
|
4
|
+
"description": "Ignite UI WebComponents layout components.",
|
|
5
|
+
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-layouts",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"web components",
|
|
8
|
+
"UI Components",
|
|
9
|
+
"layout",
|
|
10
|
+
"infragistics"
|
|
11
|
+
],
|
|
12
|
+
"license": "Infragistics(R) Ultimate license (http://www.infragistics.com/legal/ultimate/license/)",
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"tslib": "^1.7.1"
|
|
15
|
+
},
|
|
16
|
+
"peerDependencies": {
|
|
17
|
+
"igniteui-webcomponents-core": "1.3.3",
|
|
18
|
+
"igniteui-webcomponents-inputs": "1.3.3"
|
|
19
|
+
},
|
|
20
|
+
"sideEffects": false,
|
|
21
|
+
"typings": "igniteui-webcomponents-layouts.d.ts",
|
|
22
|
+
"es2015": "fesm2015/igniteui-webcomponents-layouts.js",
|
|
23
|
+
"esm2015": "esm2015/igniteui-webcomponents-layouts.js",
|
|
24
|
+
"esm5": "esm5/igniteui-webcomponents-layouts.js",
|
|
25
|
+
"fesm2015": "fesm2015/igniteui-webcomponents-layouts.js",
|
|
26
|
+
"fesm5": "fesm5/igniteui-webcomponents-layouts.js",
|
|
27
|
+
"main": "bundles/igniteui-webcomponents-layouts.umd.js",
|
|
28
|
+
"module": "fesm5/igniteui-webcomponents-layouts.js",
|
|
29
|
+
"maintainers": [
|
|
30
|
+
{
|
|
31
|
+
"name": "igniteui",
|
|
32
|
+
"email": "igniteui@infragistics.com"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
|
package/public_api.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export * from './lib/igc-expansion-panel-module';
|
|
2
|
+
export * from './lib/igc-expansion-panel-component';
|
|
3
|
+
export * from './lib/igc-popup-module';
|
|
4
|
+
export * from './lib/igc-popup-component';
|
|
5
|
+
export * from './lib/PopupView';
|
|
6
|
+
export * from './lib/ExpansionPanelView';
|
|
7
|
+
export * from './lib/ExpansionPanelUtilities';
|
|
8
|
+
export * from './lib/PopupAlignment';
|
|
9
|
+
export * from './lib/PopupDirection';
|
|
10
|
+
export * from './lib/OnExpandedEventArgs';
|
|
11
|
+
export * from './lib/igc-on-expanded-event-args';
|
|
12
|
+
export * from './lib/OnCollapsedEventArgs';
|
|
13
|
+
export * from './lib/igc-on-collapsed-event-args';
|
|
14
|
+
export * from './lib/OnPopupEventArgs';
|
|
15
|
+
export * from './lib/igc-on-popup-event-args';
|
|
16
|
+
export * from './lib/OnClosedEventArgs';
|
|
17
|
+
export * from './lib/igc-on-closed-event-args';
|
|
18
|
+
export * from './lib/Popup';
|
|
19
|
+
export * from './lib/Popup_OuterAnimationInfo';
|
|
20
|
+
export * from './lib/Popup_InnerAnimationInfo';
|
|
21
|
+
export * from './lib/ExpansionPanel';
|
|
22
|
+
export * from './lib/PopupVisualModelExport';
|