igniteui-webcomponents-layouts 1.4.2 → 3.2.0
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 +4543 -141
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ExpansionPanelView_combined.js +23 -23
- package/esm2015/lib/HorizontalPropertyEditorPanelDataSource.js +24 -0
- package/esm2015/lib/PropertyEditorDataSource.js +7 -0
- package/esm2015/lib/PropertyEditorDescriptionObject.js +7 -0
- package/esm2015/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
- package/esm2015/lib/PropertyEditorPanel.js +7 -0
- package/esm2015/lib/PropertyEditorPanelColumnDefinition.js +55 -0
- package/esm2015/lib/PropertyEditorPanelColumnFieldType.js +11 -0
- package/esm2015/lib/PropertyEditorPanelColumnType.js +11 -0
- package/esm2015/lib/PropertyEditorPanelDataBindingEventArgs.js +22 -0
- package/esm2015/lib/PropertyEditorPanelDropDownDataListItem.js +21 -0
- package/esm2015/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +22 -0
- package/esm2015/lib/PropertyEditorPanelView.js +7 -0
- package/esm2015/lib/PropertyEditorPanelView_combined.js +1664 -0
- package/esm2015/lib/PropertyEditorPropertyDescription.js +7 -0
- package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +16 -0
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +26 -0
- package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
- package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +40 -0
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +522 -0
- package/esm2015/lib/PropertyEditorTreeTransformer.js +207 -0
- package/esm2015/lib/PropertyEditorValueType.js +36 -0
- package/esm2015/lib/{ExpansionPanel.js → XExpansionPanel.js} +1 -1
- package/esm2015/lib/igc-horizontal-property-editor-panel-data-source.js +48 -0
- package/esm2015/lib/igc-property-editor-data-source.js +39 -0
- package/esm2015/lib/igc-property-editor-description-object-collection.js +48 -0
- package/esm2015/lib/igc-property-editor-description-object.js +70 -0
- package/esm2015/lib/igc-property-editor-panel-component.js +446 -0
- package/esm2015/lib/igc-property-editor-panel-module.js +19 -0
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +24 -0
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +30 -0
- package/esm2015/lib/igc-property-editor-property-description-collection.js +48 -0
- package/esm2015/lib/igc-property-editor-property-description-component.js +407 -0
- package/esm2015/lib/igc-property-editor-property-description-module.js +16 -0
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +42 -0
- package/esm2015/lib/{igc-expansion-panel-component.js → igc-x-expansion-panel-component.js} +16 -16
- package/esm2015/lib/{igc-expansion-panel-module.js → igc-x-expansion-panel-module.js} +7 -7
- package/esm2015/public_api.js +34 -3
- package/esm5/lib/ExpansionPanelView_combined.js +71 -71
- package/esm5/lib/HorizontalPropertyEditorPanelDataSource.js +26 -0
- package/esm5/lib/PropertyEditorDataSource.js +7 -0
- package/esm5/lib/PropertyEditorDescriptionObject.js +7 -0
- package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +7 -0
- package/esm5/lib/PropertyEditorPanel.js +7 -0
- package/esm5/lib/PropertyEditorPanelColumnDefinition.js +57 -0
- package/esm5/lib/PropertyEditorPanelColumnFieldType.js +11 -0
- package/esm5/lib/PropertyEditorPanelColumnType.js +11 -0
- package/esm5/lib/PropertyEditorPanelDataBindingEventArgs.js +24 -0
- package/esm5/lib/PropertyEditorPanelDropDownDataListItem.js +23 -0
- package/esm5/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.js +24 -0
- package/esm5/lib/PropertyEditorPanelView.js +7 -0
- package/esm5/lib/PropertyEditorPanelView_combined.js +1814 -0
- package/esm5/lib/PropertyEditorPropertyDescription.js +7 -0
- package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +20 -0
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +32 -0
- package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +7 -0
- package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +54 -0
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +605 -0
- package/esm5/lib/PropertyEditorTreeTransformer.js +209 -0
- package/esm5/lib/PropertyEditorValueType.js +36 -0
- package/esm5/lib/{ExpansionPanel.js → XExpansionPanel.js} +1 -1
- package/esm5/lib/igc-horizontal-property-editor-panel-data-source.js +53 -0
- package/esm5/lib/igc-property-editor-data-source.js +53 -0
- package/esm5/lib/igc-property-editor-description-object-collection.js +53 -0
- package/esm5/lib/igc-property-editor-description-object.js +84 -0
- package/esm5/lib/igc-property-editor-panel-component.js +546 -0
- package/esm5/lib/igc-property-editor-panel-module.js +23 -0
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +30 -0
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +40 -0
- package/esm5/lib/igc-property-editor-property-description-collection.js +53 -0
- package/esm5/lib/igc-property-editor-property-description-component.js +500 -0
- package/esm5/lib/igc-property-editor-property-description-module.js +20 -0
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +60 -0
- package/esm5/lib/{igc-expansion-panel-component.js → igc-x-expansion-panel-component.js} +62 -62
- package/esm5/lib/igc-x-expansion-panel-module.js +21 -0
- package/esm5/public_api.js +34 -3
- package/fesm2015/igniteui-webcomponents-layouts.js +3912 -45
- package/fesm5/igniteui-webcomponents-layouts.js +4510 -140
- package/lib/ExpansionPanelView_combined.d.ts +3 -3
- package/lib/HorizontalPropertyEditorPanelDataSource.d.ts +10 -0
- package/lib/PropertyEditorDataSource.d.ts +1 -0
- package/lib/PropertyEditorDescriptionObject.d.ts +1 -0
- package/lib/PropertyEditorDescriptionObjectCollection.d.ts +1 -0
- package/lib/PropertyEditorPanel.d.ts +1 -0
- package/lib/PropertyEditorPanelColumnDefinition.d.ts +22 -0
- package/lib/PropertyEditorPanelColumnFieldType.d.ts +12 -0
- package/lib/PropertyEditorPanelColumnType.d.ts +12 -0
- package/lib/PropertyEditorPanelDataBindingEventArgs.d.ts +10 -0
- package/lib/PropertyEditorPanelDropDownDataListItem.d.ts +9 -0
- package/lib/PropertyEditorPanelTemplateCellUpdatingEventArgs.d.ts +11 -0
- package/lib/PropertyEditorPanelView.d.ts +1 -0
- package/lib/PropertyEditorPanelView_combined.d.ts +210 -0
- package/lib/PropertyEditorPropertyDescription.d.ts +1 -0
- package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +7 -0
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +9 -0
- package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +1 -0
- package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +13 -0
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +98 -0
- package/lib/PropertyEditorTreeTransformer.d.ts +17 -0
- package/lib/PropertyEditorValueType.d.ts +29 -0
- package/lib/XExpansionPanel.d.ts +1 -0
- package/lib/igc-horizontal-property-editor-panel-data-source.d.ts +8 -0
- package/lib/igc-property-editor-data-source.d.ts +16 -0
- package/lib/igc-property-editor-description-object-collection.d.ts +8 -0
- package/lib/igc-property-editor-description-object.d.ts +17 -0
- package/lib/igc-property-editor-panel-component.d.ts +101 -0
- package/lib/igc-property-editor-panel-module.d.ts +3 -0
- package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +12 -0
- package/lib/igc-property-editor-property-description-changed-event-args.d.ts +13 -0
- package/lib/igc-property-editor-property-description-collection.d.ts +8 -0
- package/lib/igc-property-editor-property-description-component.d.ts +70 -0
- package/lib/igc-property-editor-property-description-module.d.ts +3 -0
- package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +15 -0
- package/lib/{igc-expansion-panel-component.d.ts → igc-x-expansion-panel-component.d.ts} +7 -7
- package/lib/igc-x-expansion-panel-module.d.ts +3 -0
- package/package.json +4 -4
- package/public_api.d.ts +34 -3
- package/esm5/lib/igc-expansion-panel-module.js +0 -21
- package/lib/ExpansionPanel.d.ts +0 -1
- package/lib/igc-expansion-panel-module.d.ts +0 -3
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { IgSize } from "igniteui-webcomponents-core";
|
|
2
|
+
import { PropertyEditorPanel } from "./PropertyEditorPanel";
|
|
3
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
4
|
+
import { ComponentRenderer } from "igniteui-webcomponents-core";
|
|
5
|
+
import { TypeDescriptionContext } from "igniteui-webcomponents-core";
|
|
6
|
+
import { IgcPropertyEditorPropertyDescriptionCollection } from './igc-property-editor-property-description-collection';
|
|
7
|
+
import { IgcPropertyEditorPropertyDescriptionComponent } from './igc-property-editor-property-description-component';
|
|
8
|
+
export declare class IgcPropertyEditorPanelComponent extends IgcHTMLElement {
|
|
9
|
+
private _implementation;
|
|
10
|
+
private _height;
|
|
11
|
+
private _width;
|
|
12
|
+
height: string;
|
|
13
|
+
width: string;
|
|
14
|
+
private _webComponentWrapper;
|
|
15
|
+
private _webComponentRenderer;
|
|
16
|
+
private _portalManager;
|
|
17
|
+
contentProperties: IgcPropertyEditorPropertyDescriptionComponent[];
|
|
18
|
+
/**
|
|
19
|
+
* The properties actually present in the editor. Do not directly modify this array.
|
|
20
|
+
* This array's contents can be modified by using the properties property or providing child content.
|
|
21
|
+
*/
|
|
22
|
+
actualProperties: IgcPropertyEditorPropertyDescriptionComponent[];
|
|
23
|
+
private _properties;
|
|
24
|
+
private _propertiesAdapter;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of manually added properties for the editor.
|
|
27
|
+
*/
|
|
28
|
+
readonly properties: IgcPropertyEditorPropertyDescriptionCollection;
|
|
29
|
+
constructor();
|
|
30
|
+
updateStyle(): void;
|
|
31
|
+
destroy(): void;
|
|
32
|
+
private updateContentProperties;
|
|
33
|
+
protected createImplementation(): PropertyEditorPanel;
|
|
34
|
+
readonly i: PropertyEditorPanel;
|
|
35
|
+
private _disconnected;
|
|
36
|
+
disconnectedCallback(): void;
|
|
37
|
+
connectedCallback(): void;
|
|
38
|
+
afterContentInit(): void;
|
|
39
|
+
private _settingAttributes;
|
|
40
|
+
protected _attached: boolean;
|
|
41
|
+
private _queuedSetAttributes;
|
|
42
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
43
|
+
protected _flushQueuedAttributes(): void;
|
|
44
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
45
|
+
private static _observedAttributesIgcPropertyEditorPanelComponent;
|
|
46
|
+
static readonly observedAttributes: string[];
|
|
47
|
+
private _updatingFromAttribute;
|
|
48
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
49
|
+
static htmlTagName: string;
|
|
50
|
+
protected static _isElementRegistered: boolean;
|
|
51
|
+
static register(): void;
|
|
52
|
+
private _actualDataSource;
|
|
53
|
+
/**
|
|
54
|
+
* Gets the actaul data or data source instance to which to bind the grid.
|
|
55
|
+
*/
|
|
56
|
+
actualDataSource: IgcPropertyEditorPropertyDescriptionCollection;
|
|
57
|
+
/**
|
|
58
|
+
* Gets or Sets the property name that contains the values.
|
|
59
|
+
*/
|
|
60
|
+
rowHeight: number;
|
|
61
|
+
actualRowHeight: number;
|
|
62
|
+
/**
|
|
63
|
+
* Gets or Sets the property name that contains the values.
|
|
64
|
+
*/
|
|
65
|
+
cellTextStyle: string;
|
|
66
|
+
actualDescriptionContext: TypeDescriptionContext;
|
|
67
|
+
descriptionContext: TypeDescriptionContext;
|
|
68
|
+
componentRenderer: ComponentRenderer;
|
|
69
|
+
target: any;
|
|
70
|
+
descriptionType: string;
|
|
71
|
+
isHorizontal: boolean;
|
|
72
|
+
isWrappingEnabled: boolean;
|
|
73
|
+
isIndirectModeEnabled: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* Gets or sets the color to use for the background of the component.
|
|
76
|
+
*/
|
|
77
|
+
backgroundColor: string;
|
|
78
|
+
/**
|
|
79
|
+
* Gets or sets the color to use for the text of the component.
|
|
80
|
+
*/
|
|
81
|
+
textColor: string;
|
|
82
|
+
findByName(name: string): any;
|
|
83
|
+
protected __p: string;
|
|
84
|
+
protected _hasUserValues: Set<string>;
|
|
85
|
+
protected readonly hasUserValues: Set<string>;
|
|
86
|
+
protected __m(propertyName: string): void;
|
|
87
|
+
protected _stylingContainer: any;
|
|
88
|
+
protected _stylingParent: any;
|
|
89
|
+
protected _inStyling: boolean;
|
|
90
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
91
|
+
getDesiredSize(): IgSize;
|
|
92
|
+
notifySetItem(index: number, oldItem: any, newItem: any): void;
|
|
93
|
+
/**
|
|
94
|
+
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
95
|
+
* This should not be called if the data that the grid is bound to is already observable.
|
|
96
|
+
|
|
97
|
+
*/
|
|
98
|
+
notifyClearItems(): void;
|
|
99
|
+
notifyInsertItem(index: number, newItem: any): void;
|
|
100
|
+
notifyRemoveItem(index: number, oldItem: any): void;
|
|
101
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PropertyEditorPropertyDescriptionButtonClickEventArgs as PropertyEditorPropertyDescriptionButtonClickEventArgs_internal } from "./PropertyEditorPropertyDescriptionButtonClickEventArgs";
|
|
2
|
+
export declare class IgcPropertyEditorPropertyDescriptionButtonClickEventArgs {
|
|
3
|
+
protected createImplementation(): PropertyEditorPropertyDescriptionButtonClickEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
readonly i: PropertyEditorPropertyDescriptionButtonClickEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PropertyEditorPropertyDescriptionChangedEventArgs as PropertyEditorPropertyDescriptionChangedEventArgs_internal } from "./PropertyEditorPropertyDescriptionChangedEventArgs";
|
|
2
|
+
export declare class IgcPropertyEditorPropertyDescriptionChangedEventArgs {
|
|
3
|
+
protected createImplementation(): PropertyEditorPropertyDescriptionChangedEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
readonly i: PropertyEditorPropertyDescriptionChangedEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
newValue: any;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IgCollection } from "igniteui-webcomponents-core";
|
|
2
|
+
import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core";
|
|
3
|
+
import { PropertyEditorPropertyDescription as PropertyEditorPropertyDescription_internal } from './PropertyEditorPropertyDescription';
|
|
4
|
+
import { IgcPropertyEditorPropertyDescriptionComponent as IgcPropertyEditorPropertyDescriptionComponent } from './igc-property-editor-property-description-component';
|
|
5
|
+
export declare class IgcPropertyEditorPropertyDescriptionCollection extends IgCollection<IgcPropertyEditorPropertyDescriptionComponent, PropertyEditorPropertyDescription_internal> {
|
|
6
|
+
constructor(list?: IgcPropertyEditorPropertyDescriptionComponent[]);
|
|
7
|
+
protected _createInnerColl(): SyncableObservableCollection$2<IgcPropertyEditorPropertyDescriptionComponent, PropertyEditorPropertyDescription_internal>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
2
|
+
import { PropertyEditorValueType } from "./PropertyEditorValueType";
|
|
3
|
+
import { IgcPropertyEditorDescriptionObject } from "./igc-property-editor-description-object";
|
|
4
|
+
import { IgcPropertyEditorDescriptionObjectCollection } from "./igc-property-editor-description-object-collection";
|
|
5
|
+
import { IgcPropertyEditorPropertyDescriptionButtonClickEventArgs } from "./igc-property-editor-property-description-button-click-event-args";
|
|
6
|
+
import { IgcPropertyEditorPropertyDescriptionChangedEventArgs } from "./igc-property-editor-property-description-changed-event-args";
|
|
7
|
+
import { IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs } from "./igc-property-editor-property-description-target-property-updating-event-args";
|
|
8
|
+
import { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription";
|
|
9
|
+
export declare class IgcPropertyEditorPropertyDescriptionComponent extends IgcHTMLElement {
|
|
10
|
+
protected createImplementation(): PropertyEditorPropertyDescription;
|
|
11
|
+
protected _implementation: any;
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
readonly i: PropertyEditorPropertyDescription; /**
|
|
16
|
+
* @hidden
|
|
17
|
+
*/
|
|
18
|
+
static _createFromInternal(internal: any): IgcPropertyEditorPropertyDescriptionComponent;
|
|
19
|
+
private onImplementationCreated;
|
|
20
|
+
constructor();
|
|
21
|
+
private _settingAttributes;
|
|
22
|
+
protected _attached: boolean;
|
|
23
|
+
private _queuedSetAttributes;
|
|
24
|
+
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
25
|
+
protected _flushQueuedAttributes(): void;
|
|
26
|
+
protected _a(attrName: string, attrValue: any): void;
|
|
27
|
+
connectedCallback(): void;
|
|
28
|
+
private static _observedAttributesIgcPropertyEditorPropertyDescriptionComponent;
|
|
29
|
+
static readonly observedAttributes: string[];
|
|
30
|
+
private _updatingFromAttribute;
|
|
31
|
+
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
32
|
+
static htmlTagName: string;
|
|
33
|
+
protected static _isElementRegistered: boolean;
|
|
34
|
+
static register(): void;
|
|
35
|
+
propertyPath: string;
|
|
36
|
+
label: string;
|
|
37
|
+
valueType: PropertyEditorValueType;
|
|
38
|
+
propertyDescriptionType: string;
|
|
39
|
+
shouldOverrideDefaultEditor: boolean;
|
|
40
|
+
elementDescriptionType: string;
|
|
41
|
+
dropDownNames: string[];
|
|
42
|
+
dropDownValues: string[];
|
|
43
|
+
primitiveValue: any;
|
|
44
|
+
min: number;
|
|
45
|
+
editorWidth: number;
|
|
46
|
+
labelWidth: number;
|
|
47
|
+
max: number;
|
|
48
|
+
step: number;
|
|
49
|
+
complexValue: IgcPropertyEditorDescriptionObject;
|
|
50
|
+
private _complexValues;
|
|
51
|
+
complexValues: IgcPropertyEditorDescriptionObjectCollection;
|
|
52
|
+
findByName(name: string): any;
|
|
53
|
+
protected __p: string;
|
|
54
|
+
protected _hasUserValues: Set<string>;
|
|
55
|
+
protected readonly hasUserValues: Set<string>;
|
|
56
|
+
protected __m(propertyName: string): void;
|
|
57
|
+
protected _stylingContainer: any;
|
|
58
|
+
protected _stylingParent: any;
|
|
59
|
+
protected _inStyling: boolean;
|
|
60
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
61
|
+
private _buttonClicked;
|
|
62
|
+
private _buttonClicked_wrapped;
|
|
63
|
+
buttonClicked: (s: IgcPropertyEditorPropertyDescriptionComponent, e: IgcPropertyEditorPropertyDescriptionButtonClickEventArgs) => void;
|
|
64
|
+
private _changed;
|
|
65
|
+
private _changed_wrapped;
|
|
66
|
+
changed: (s: IgcPropertyEditorPropertyDescriptionComponent, e: IgcPropertyEditorPropertyDescriptionChangedEventArgs) => void;
|
|
67
|
+
private _targetPropertyUpdating;
|
|
68
|
+
private _targetPropertyUpdating_wrapped;
|
|
69
|
+
targetPropertyUpdating: (s: IgcPropertyEditorPropertyDescriptionComponent, e: IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs) => void;
|
|
70
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs as PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal } from "./PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs";
|
|
2
|
+
export declare class IgcPropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs {
|
|
3
|
+
protected createImplementation(): PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal;
|
|
4
|
+
protected _implementation: any;
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
readonly i: PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs_internal;
|
|
9
|
+
private onImplementationCreated;
|
|
10
|
+
constructor();
|
|
11
|
+
protected _provideImplementation(i: any): void;
|
|
12
|
+
target: any;
|
|
13
|
+
value: any;
|
|
14
|
+
propertyPath: string;
|
|
15
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { XExpansionPanel } from "./XExpansionPanel";
|
|
2
2
|
import { IgcOnExpandedEventArgs } from './igc-on-expanded-event-args';
|
|
3
3
|
import { IgcOnCollapsedEventArgs } from './igc-on-collapsed-event-args';
|
|
4
4
|
import { IgcHTMLElement } from "igniteui-webcomponents-core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class IgcXExpansionPanelComponent extends IgcHTMLElement {
|
|
6
6
|
private _implementation;
|
|
7
7
|
private _height;
|
|
8
8
|
private _width;
|
|
@@ -14,8 +14,8 @@ export declare class IgcExpansionPanelComponent extends IgcHTMLElement {
|
|
|
14
14
|
constructor();
|
|
15
15
|
updateStyle(): void;
|
|
16
16
|
destroy(): void;
|
|
17
|
-
protected createImplementation():
|
|
18
|
-
readonly i:
|
|
17
|
+
protected createImplementation(): XExpansionPanel;
|
|
18
|
+
readonly i: XExpansionPanel;
|
|
19
19
|
private _disconnected;
|
|
20
20
|
disconnectedCallback(): void;
|
|
21
21
|
connectedCallback(): void;
|
|
@@ -26,7 +26,7 @@ export declare class IgcExpansionPanelComponent extends IgcHTMLElement {
|
|
|
26
26
|
protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
|
|
27
27
|
protected _flushQueuedAttributes(): void;
|
|
28
28
|
protected _a(attrName: string, attrValue: any): void;
|
|
29
|
-
private static
|
|
29
|
+
private static _observedAttributesIgcXExpansionPanelComponent;
|
|
30
30
|
static readonly observedAttributes: string[];
|
|
31
31
|
private _updatingFromAttribute;
|
|
32
32
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
@@ -142,8 +142,8 @@ export declare class IgcExpansionPanelComponent extends IgcHTMLElement {
|
|
|
142
142
|
/**
|
|
143
143
|
* Fires when the expansion panel is collapsed.
|
|
144
144
|
*/
|
|
145
|
-
onCollapsed: (s:
|
|
145
|
+
onCollapsed: (s: IgcXExpansionPanelComponent, e: IgcOnCollapsedEventArgs) => void;
|
|
146
146
|
private _onExpanded;
|
|
147
147
|
private _onExpanded_wrapped;
|
|
148
|
-
onExpanded: (s:
|
|
148
|
+
onExpanded: (s: IgcXExpansionPanelComponent, e: IgcOnExpandedEventArgs) => void;
|
|
149
149
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-layouts",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Ignite UI WebComponents layout components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-layouts",
|
|
6
6
|
"keywords": [
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
],
|
|
12
12
|
"license": "Infragistics(R) Ultimate license (http://www.infragistics.com/legal/ultimate/license/)",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"tslib": "^
|
|
14
|
+
"tslib": "^2.3.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"igniteui-webcomponents-core": "
|
|
18
|
-
"igniteui-webcomponents-inputs": "
|
|
17
|
+
"igniteui-webcomponents-core": "3.2.0",
|
|
18
|
+
"igniteui-webcomponents-inputs": "3.2.0"
|
|
19
19
|
},
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"typings": "igniteui-webcomponents-layouts.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
export * from './lib/igc-expansion-panel-module';
|
|
2
|
-
export * from './lib/igc-expansion-panel-component';
|
|
1
|
+
export * from './lib/igc-x-expansion-panel-module';
|
|
2
|
+
export * from './lib/igc-x-expansion-panel-component';
|
|
3
3
|
export * from './lib/igc-popup-module';
|
|
4
4
|
export * from './lib/igc-popup-component';
|
|
5
|
+
export * from './lib/igc-property-editor-panel-module';
|
|
6
|
+
export * from './lib/igc-property-editor-panel-component';
|
|
5
7
|
export * from './lib/PopupView';
|
|
6
8
|
export * from './lib/ExpansionPanelView';
|
|
7
9
|
export * from './lib/ExpansionPanelUtilities';
|
|
10
|
+
export * from './lib/PropertyEditorPanelView';
|
|
8
11
|
export * from './lib/PopupAlignment';
|
|
9
12
|
export * from './lib/PopupDirection';
|
|
10
13
|
export * from './lib/OnExpandedEventArgs';
|
|
@@ -18,5 +21,33 @@ export * from './lib/igc-on-closed-event-args';
|
|
|
18
21
|
export * from './lib/Popup';
|
|
19
22
|
export * from './lib/Popup_OuterAnimationInfo';
|
|
20
23
|
export * from './lib/Popup_InnerAnimationInfo';
|
|
21
|
-
export * from './lib/
|
|
24
|
+
export * from './lib/XExpansionPanel';
|
|
25
|
+
export * from './lib/PropertyEditorPanel';
|
|
26
|
+
export * from './lib/PropertyEditorPanelColumnType';
|
|
27
|
+
export * from './lib/PropertyEditorPanelColumnFieldType';
|
|
28
|
+
export * from './lib/PropertyEditorPanelTemplateCellUpdatingEventArgs';
|
|
29
|
+
export * from './lib/PropertyEditorPanelDataBindingEventArgs';
|
|
30
|
+
export * from './lib/igc-horizontal-property-editor-panel-data-source';
|
|
31
|
+
export * from './lib/HorizontalPropertyEditorPanelDataSource';
|
|
32
|
+
export * from './lib/PropertyEditorPanelColumnDefinition';
|
|
33
|
+
export * from './lib/PropertyEditorPanelDropDownDataListItem';
|
|
34
|
+
export * from './lib/PropertyEditorDataSource';
|
|
35
|
+
export * from './lib/igc-property-editor-data-source';
|
|
36
|
+
export * from './lib/PropertyEditorPropertyDescription';
|
|
37
|
+
export * from './lib/igc-property-editor-property-description-component';
|
|
38
|
+
export * from './lib/igc-property-editor-property-description-module';
|
|
39
|
+
export * from './lib/PropertyEditorPropertyDescriptionButtonClickEventArgs';
|
|
40
|
+
export * from './lib/igc-property-editor-property-description-button-click-event-args';
|
|
41
|
+
export * from './lib/PropertyEditorPropertyDescriptionChangedEventArgs';
|
|
42
|
+
export * from './lib/igc-property-editor-property-description-changed-event-args';
|
|
43
|
+
export * from './lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs';
|
|
44
|
+
export * from './lib/igc-property-editor-property-description-target-property-updating-event-args';
|
|
45
|
+
export * from './lib/PropertyEditorDescriptionObject';
|
|
46
|
+
export * from './lib/igc-property-editor-description-object';
|
|
47
|
+
export * from './lib/igc-property-editor-description-object-collection';
|
|
48
|
+
export * from './lib/PropertyEditorDescriptionObjectCollection';
|
|
49
|
+
export * from './lib/igc-property-editor-property-description-collection';
|
|
50
|
+
export * from './lib/PropertyEditorPropertyDescriptionCollection';
|
|
51
|
+
export * from './lib/PropertyEditorValueType';
|
|
52
|
+
export * from './lib/PropertyEditorTreeTransformer';
|
|
22
53
|
export * from './lib/PopupVisualModelExport';
|
|
@@ -1,21 +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 { IgcExpansionPanelComponent } from './igc-expansion-panel-component';
|
|
8
|
-
import { ExpansionPanel } from './ExpansionPanel';
|
|
9
|
-
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
|
-
var IgcExpansionPanelModule = /** @class */ /*@__PURE__*/ (function () {
|
|
11
|
-
function IgcExpansionPanelModule() {
|
|
12
|
-
}
|
|
13
|
-
IgcExpansionPanelModule.register = function () {
|
|
14
|
-
IgcExpansionPanelComponent.register();
|
|
15
|
-
TypeRegistrar.registerCons('IgcExpansionPanelComponent', IgcExpansionPanelComponent);
|
|
16
|
-
TypeRegistrar.registerCons('IgcExpansionPanelComponent', IgcExpansionPanelComponent);
|
|
17
|
-
TypeRegistrar.register('ExpansionPanel', ExpansionPanel.$type);
|
|
18
|
-
};
|
|
19
|
-
return IgcExpansionPanelModule;
|
|
20
|
-
}());
|
|
21
|
-
export { IgcExpansionPanelModule };
|
package/lib/ExpansionPanel.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ExpansionPanel } from "./ExpansionPanelView_combined";
|