igniteui-webcomponents-layouts 1.4.1 → 3.2.1
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 +4646 -235
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +7 -2
- package/esm2015/igniteui-webcomponents-layouts.js +0 -1
- package/esm2015/lib/ExpansionPanelUtilities.js +0 -1
- package/esm2015/lib/ExpansionPanelView.js +0 -1
- package/esm2015/lib/ExpansionPanelView_combined.js +80 -81
- package/esm2015/lib/HorizontalPropertyEditorPanelDataSource.js +24 -0
- package/esm2015/lib/OnClosedEventArgs.js +0 -1
- package/esm2015/lib/OnCollapsedEventArgs.js +0 -1
- package/esm2015/lib/OnExpandedEventArgs.js +0 -1
- package/esm2015/lib/OnPopupEventArgs.js +0 -1
- package/esm2015/lib/Popup.js +0 -1
- package/esm2015/lib/PopupAlignment.js +0 -1
- package/esm2015/lib/PopupDirection.js +0 -1
- package/esm2015/lib/PopupView.js +0 -1
- package/esm2015/lib/PopupView_combined.js +0 -1
- package/esm2015/lib/PopupVisualModelExport.js +0 -1
- package/esm2015/lib/Popup_InnerAnimationInfo.js +0 -1
- package/esm2015/lib/Popup_OuterAnimationInfo.js +0 -1
- package/{esm5/lib/ExpansionPanel.js → esm2015/lib/PropertyEditorDataSource.js} +1 -2
- package/esm2015/lib/{ExpansionPanel.js → PropertyEditorDescriptionObject.js} +1 -2
- 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 +1667 -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/XExpansionPanel.js +7 -0
- package/esm2015/lib/igc-horizontal-property-editor-panel-data-source.js +48 -0
- package/esm2015/lib/igc-on-closed-event-args.js +0 -1
- package/esm2015/lib/igc-on-collapsed-event-args.js +0 -1
- package/esm2015/lib/igc-on-expanded-event-args.js +0 -1
- package/esm2015/lib/igc-on-popup-event-args.js +0 -1
- package/esm2015/lib/igc-popup-component.js +0 -1
- package/esm2015/lib/igc-popup-module.js +0 -1
- 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 -17
- package/esm2015/lib/{igc-expansion-panel-module.js → igc-x-expansion-panel-module.js} +7 -8
- package/esm2015/public_api.js +34 -4
- package/esm5/igniteui-webcomponents-layouts.js +0 -1
- package/esm5/lib/ExpansionPanelUtilities.js +0 -1
- package/esm5/lib/ExpansionPanelView.js +0 -1
- package/esm5/lib/ExpansionPanelView_combined.js +128 -129
- package/esm5/lib/HorizontalPropertyEditorPanelDataSource.js +26 -0
- package/esm5/lib/OnClosedEventArgs.js +0 -1
- package/esm5/lib/OnCollapsedEventArgs.js +0 -1
- package/esm5/lib/OnExpandedEventArgs.js +0 -1
- package/esm5/lib/OnPopupEventArgs.js +0 -1
- package/esm5/lib/Popup.js +0 -1
- package/esm5/lib/PopupAlignment.js +0 -1
- package/esm5/lib/PopupDirection.js +0 -1
- package/esm5/lib/PopupView.js +0 -1
- package/esm5/lib/PopupView_combined.js +0 -1
- package/esm5/lib/PopupVisualModelExport.js +0 -1
- package/esm5/lib/Popup_InnerAnimationInfo.js +0 -1
- package/esm5/lib/Popup_OuterAnimationInfo.js +0 -1
- 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 +1817 -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/XExpansionPanel.js +7 -0
- package/esm5/lib/igc-horizontal-property-editor-panel-data-source.js +53 -0
- package/esm5/lib/igc-on-closed-event-args.js +0 -1
- package/esm5/lib/igc-on-collapsed-event-args.js +0 -1
- package/esm5/lib/igc-on-expanded-event-args.js +0 -1
- package/esm5/lib/igc-on-popup-event-args.js +0 -1
- package/esm5/lib/igc-popup-component.js +0 -1
- package/esm5/lib/igc-popup-module.js +0 -1
- 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 -63
- package/esm5/lib/igc-x-expansion-panel-module.js +21 -0
- package/esm5/public_api.js +34 -4
- package/fesm2015/igniteui-webcomponents-layouts.js +4013 -137
- package/fesm5/igniteui-webcomponents-layouts.js +4613 -234
- package/lib/ExpansionPanelView_combined.d.ts +10 -10
- 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 +211 -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/bundles/igniteui-webcomponents-layouts.umd.js.map +0 -1
- package/bundles/igniteui-webcomponents-layouts.umd.min.js.map +0 -1
- package/esm2015/igniteui-webcomponents-layouts.js.map +0 -1
- package/esm2015/lib/ExpansionPanel.js.map +0 -1
- package/esm2015/lib/ExpansionPanelUtilities.js.map +0 -1
- package/esm2015/lib/ExpansionPanelView.js.map +0 -1
- package/esm2015/lib/ExpansionPanelView_combined.js.map +0 -1
- package/esm2015/lib/OnClosedEventArgs.js.map +0 -1
- package/esm2015/lib/OnCollapsedEventArgs.js.map +0 -1
- package/esm2015/lib/OnExpandedEventArgs.js.map +0 -1
- package/esm2015/lib/OnPopupEventArgs.js.map +0 -1
- package/esm2015/lib/Popup.js.map +0 -1
- package/esm2015/lib/PopupAlignment.js.map +0 -1
- package/esm2015/lib/PopupDirection.js.map +0 -1
- package/esm2015/lib/PopupView.js.map +0 -1
- package/esm2015/lib/PopupView_combined.js.map +0 -1
- package/esm2015/lib/PopupVisualModelExport.js.map +0 -1
- package/esm2015/lib/Popup_InnerAnimationInfo.js.map +0 -1
- package/esm2015/lib/Popup_OuterAnimationInfo.js.map +0 -1
- package/esm2015/lib/igc-expansion-panel-component.js.map +0 -1
- package/esm2015/lib/igc-expansion-panel-module.js.map +0 -1
- package/esm2015/lib/igc-on-closed-event-args.js.map +0 -1
- package/esm2015/lib/igc-on-collapsed-event-args.js.map +0 -1
- package/esm2015/lib/igc-on-expanded-event-args.js.map +0 -1
- package/esm2015/lib/igc-on-popup-event-args.js.map +0 -1
- package/esm2015/lib/igc-popup-component.js.map +0 -1
- package/esm2015/lib/igc-popup-module.js.map +0 -1
- package/esm2015/public_api.js.map +0 -1
- package/esm5/igniteui-webcomponents-layouts.js.map +0 -1
- package/esm5/lib/ExpansionPanel.js.map +0 -1
- package/esm5/lib/ExpansionPanelUtilities.js.map +0 -1
- package/esm5/lib/ExpansionPanelView.js.map +0 -1
- package/esm5/lib/ExpansionPanelView_combined.js.map +0 -1
- package/esm5/lib/OnClosedEventArgs.js.map +0 -1
- package/esm5/lib/OnCollapsedEventArgs.js.map +0 -1
- package/esm5/lib/OnExpandedEventArgs.js.map +0 -1
- package/esm5/lib/OnPopupEventArgs.js.map +0 -1
- package/esm5/lib/Popup.js.map +0 -1
- package/esm5/lib/PopupAlignment.js.map +0 -1
- package/esm5/lib/PopupDirection.js.map +0 -1
- package/esm5/lib/PopupView.js.map +0 -1
- package/esm5/lib/PopupView_combined.js.map +0 -1
- package/esm5/lib/PopupVisualModelExport.js.map +0 -1
- package/esm5/lib/Popup_InnerAnimationInfo.js.map +0 -1
- package/esm5/lib/Popup_OuterAnimationInfo.js.map +0 -1
- package/esm5/lib/igc-expansion-panel-component.js.map +0 -1
- package/esm5/lib/igc-expansion-panel-module.js +0 -22
- package/esm5/lib/igc-expansion-panel-module.js.map +0 -1
- package/esm5/lib/igc-on-closed-event-args.js.map +0 -1
- package/esm5/lib/igc-on-collapsed-event-args.js.map +0 -1
- package/esm5/lib/igc-on-expanded-event-args.js.map +0 -1
- package/esm5/lib/igc-on-popup-event-args.js.map +0 -1
- package/esm5/lib/igc-popup-component.js.map +0 -1
- package/esm5/lib/igc-popup-module.js.map +0 -1
- package/esm5/public_api.js.map +0 -1
- package/fesm2015/igniteui-webcomponents-layouts.js.map +0 -1
- package/fesm5/igniteui-webcomponents-layouts.js.map +0 -1
- package/lib/ExpansionPanel.d.ts +0 -1
- package/lib/igc-expansion-panel-module.d.ts +0 -3
|
@@ -25,83 +25,83 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
|
|
|
25
25
|
class ExpansionPanelView extends Base {
|
|
26
26
|
constructor() {
|
|
27
27
|
super(...arguments);
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
28
|
+
this.j = null;
|
|
29
|
+
this.q = null;
|
|
30
30
|
this.g = null;
|
|
31
31
|
this.f = null;
|
|
32
|
+
this.p = null;
|
|
33
|
+
this.l = null;
|
|
32
34
|
this.o = null;
|
|
33
|
-
this.k = null;
|
|
34
35
|
this.n = null;
|
|
35
36
|
this.m = null;
|
|
36
|
-
this.l = null;
|
|
37
37
|
}
|
|
38
|
-
get
|
|
39
|
-
return this.
|
|
38
|
+
get r() {
|
|
39
|
+
return this.q;
|
|
40
40
|
}
|
|
41
41
|
get h() {
|
|
42
42
|
return this.g;
|
|
43
43
|
}
|
|
44
|
-
get
|
|
45
|
-
return this.
|
|
44
|
+
get k() {
|
|
45
|
+
return this.j;
|
|
46
46
|
}
|
|
47
47
|
ab() {
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
48
|
+
this.r.setStyleProperty("display", "flex");
|
|
49
|
+
this.r.setStyleProperty("flexDirection", "column");
|
|
50
|
+
this.r.setStyleProperty("flexWrap", "no-wrap");
|
|
51
|
+
this.r.setStyleProperty("alignItems", "left");
|
|
52
52
|
}
|
|
53
53
|
aj() {
|
|
54
54
|
let a = this.h;
|
|
55
55
|
let b = ElevationHelper.e(a.q, a.bn, a.bm, a.bi);
|
|
56
|
-
this.
|
|
56
|
+
this.r.setStyleProperty("box-shadow", b);
|
|
57
57
|
}
|
|
58
58
|
ak() {
|
|
59
|
-
if (null == this.
|
|
59
|
+
if (null == this.r) {
|
|
60
60
|
return;
|
|
61
61
|
}
|
|
62
62
|
this.aj();
|
|
63
63
|
this.ah();
|
|
64
64
|
this.ai();
|
|
65
65
|
this.ag();
|
|
66
|
-
if (null != this.
|
|
67
|
-
NativeUI.k(this.
|
|
66
|
+
if (null != this.p) {
|
|
67
|
+
NativeUI.k(this.p, this.h.bl);
|
|
68
68
|
}
|
|
69
|
-
if (null != this.
|
|
70
|
-
NativeUI.o(this.
|
|
69
|
+
if (null != this.l) {
|
|
70
|
+
NativeUI.o(this.l, this.h.bj);
|
|
71
71
|
}
|
|
72
|
-
if (null != this.
|
|
73
|
-
NativeUI.o(this.
|
|
72
|
+
if (null != this.o) {
|
|
73
|
+
NativeUI.o(this.o, this.h.bk);
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
a(a) {
|
|
77
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
77
|
+
return new AnimationKeyFrameEffect(0, this.l, 0, null, a);
|
|
78
78
|
}
|
|
79
79
|
b(a) {
|
|
80
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
80
|
+
return new AnimationKeyFrameEffect(0, this.o, 0, null, a);
|
|
81
81
|
}
|
|
82
82
|
c(a) {
|
|
83
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
83
|
+
return new AnimationKeyFrameEffect(0, this.p, 0, null, a);
|
|
84
84
|
}
|
|
85
85
|
d(a) {
|
|
86
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
86
|
+
return new AnimationKeyFrameEffect(0, this.m, 0, null, a);
|
|
87
87
|
}
|
|
88
88
|
e(a) {
|
|
89
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
89
|
+
return new AnimationKeyFrameEffect(0, this.n, 0, null, a);
|
|
90
90
|
}
|
|
91
91
|
u() {
|
|
92
92
|
if (KeyFrameAnimationFactory.h == null) {
|
|
93
|
-
KeyFrameAnimationFactory.h = this.
|
|
93
|
+
KeyFrameAnimationFactory.h = this.k;
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
|
|
97
|
-
return this.
|
|
96
|
+
i() {
|
|
97
|
+
return this.m.outerHeight();
|
|
98
98
|
}
|
|
99
99
|
ac(a) {
|
|
100
100
|
if (a == null) {
|
|
101
|
-
this.
|
|
101
|
+
this.j = null;
|
|
102
102
|
return;
|
|
103
103
|
}
|
|
104
|
-
this.
|
|
104
|
+
this.j = a;
|
|
105
105
|
let b = a.rootWrapper;
|
|
106
106
|
this.y(b);
|
|
107
107
|
}
|
|
@@ -118,19 +118,19 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
|
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
ah() {
|
|
121
|
-
if (null != this.
|
|
121
|
+
if (null != this.l) {
|
|
122
122
|
let a = this.h.ab;
|
|
123
|
-
this.
|
|
123
|
+
this.l.setRawText(a);
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
126
|
ai() {
|
|
127
|
-
if (null != this.
|
|
127
|
+
if (null != this.o) {
|
|
128
128
|
let a = this.h.ah;
|
|
129
|
-
this.
|
|
129
|
+
this.o.setRawText(a);
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
y(a) {
|
|
133
|
-
this.
|
|
133
|
+
this.q = a;
|
|
134
134
|
this.ab();
|
|
135
135
|
}
|
|
136
136
|
z(a) {
|
|
@@ -139,42 +139,42 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
|
|
|
139
139
|
aa() {
|
|
140
140
|
}
|
|
141
141
|
af(a) {
|
|
142
|
-
let b = this.
|
|
143
|
-
this.
|
|
142
|
+
let b = this.k;
|
|
143
|
+
this.p = a;
|
|
144
144
|
let c = b.createElement("div");
|
|
145
|
-
this.
|
|
145
|
+
this.p.append(c);
|
|
146
146
|
this.v(c);
|
|
147
147
|
let d = b.createElement("div");
|
|
148
148
|
d.setStyleProperty("display", "flex");
|
|
149
149
|
d.setStyleProperty("flex-direction", "column");
|
|
150
150
|
d.setStyleProperty("justify-content", "space-evenly");
|
|
151
151
|
d.setStyleProperty("align-items", "flex-start");
|
|
152
|
-
this.
|
|
152
|
+
this.p.append(d);
|
|
153
153
|
let e = b.createElement("div");
|
|
154
154
|
d.append(e);
|
|
155
|
-
this.
|
|
156
|
-
e.append(this.
|
|
155
|
+
this.l = b.createElement("label");
|
|
156
|
+
e.append(this.l);
|
|
157
157
|
let f = b.createElement("div");
|
|
158
158
|
d.append(f);
|
|
159
|
-
this.
|
|
160
|
-
f.append(this.
|
|
161
|
-
this.
|
|
162
|
-
this.
|
|
163
|
-
this.
|
|
159
|
+
this.o = b.createElement("label");
|
|
160
|
+
f.append(this.o);
|
|
161
|
+
this.p.setAttribute("tabindex", "0");
|
|
162
|
+
this.p.setStyleProperty("display", "flex");
|
|
163
|
+
this.p.setStyleProperty("flex-direction", "row");
|
|
164
164
|
c.setStyleProperty("display", "flex");
|
|
165
165
|
c.setStyleProperty("justify-content", "center");
|
|
166
166
|
c.setStyleProperty("flex-direction", "column");
|
|
167
167
|
c.setStyleProperty("margin", "0px 10px 0px 10px");
|
|
168
168
|
c.setStyleProperty("flex", "none | 0 | content");
|
|
169
169
|
this.ak();
|
|
170
|
-
this.
|
|
171
|
-
this.
|
|
170
|
+
this.p.listen("click", runOn(this, this.w));
|
|
171
|
+
this.p.listen("keydown", runOn(this, this.x));
|
|
172
172
|
}
|
|
173
173
|
v(a) {
|
|
174
174
|
if (this.f != null) {
|
|
175
175
|
return;
|
|
176
176
|
}
|
|
177
|
-
this.
|
|
177
|
+
this.j.getPortal(a, "XIcon", (b) => {
|
|
178
178
|
let c = b.componentRef;
|
|
179
179
|
this.f = (c.i);
|
|
180
180
|
this.f.fill = ExpansionPanelView.al;
|
|
@@ -182,14 +182,14 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
|
|
|
182
182
|
}, false);
|
|
183
183
|
}
|
|
184
184
|
ae(a) {
|
|
185
|
-
let b = this.
|
|
186
|
-
this.
|
|
187
|
-
this.
|
|
188
|
-
this.
|
|
185
|
+
let b = this.k;
|
|
186
|
+
this.n = a;
|
|
187
|
+
this.n.setAttribute("tabindex", "1");
|
|
188
|
+
this.n.setStyleProperty("overflow", "hidden");
|
|
189
189
|
}
|
|
190
190
|
ad(a) {
|
|
191
|
-
let b = this.
|
|
192
|
-
this.
|
|
191
|
+
let b = this.k;
|
|
192
|
+
this.m = a;
|
|
193
193
|
}
|
|
194
194
|
w(a) {
|
|
195
195
|
let b = a.originalEvent;
|
|
@@ -197,7 +197,7 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
|
|
|
197
197
|
this.h.a2();
|
|
198
198
|
}
|
|
199
199
|
x(a) {
|
|
200
|
-
let b = BaseDOMEventProxy.
|
|
200
|
+
let b = BaseDOMEventProxy.c0(a);
|
|
201
201
|
let c = ExpansionPanelUtilities.c(a);
|
|
202
202
|
switch (b) {
|
|
203
203
|
case 9:
|
|
@@ -229,8 +229,8 @@ export let ExpansionPanelView = /*@__PURE__*/ (() => {
|
|
|
229
229
|
/**
|
|
230
230
|
* @hidden
|
|
231
231
|
*/
|
|
232
|
-
export let
|
|
233
|
-
class
|
|
232
|
+
export let XExpansionPanel = /*@__PURE__*/ (() => {
|
|
233
|
+
class XExpansionPanel extends Base {
|
|
234
234
|
constructor() {
|
|
235
235
|
super();
|
|
236
236
|
this.c = null;
|
|
@@ -240,24 +240,24 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
|
|
|
240
240
|
this.g = null;
|
|
241
241
|
this.aa = "Caption";
|
|
242
242
|
this.bb = null;
|
|
243
|
-
this.a4 =
|
|
243
|
+
this.a4 = XExpansionPanel.bs;
|
|
244
244
|
this.a9 = null;
|
|
245
245
|
this.ba = null;
|
|
246
246
|
this.ag = stringEmpty();
|
|
247
247
|
this.be = null;
|
|
248
|
-
this.a5 =
|
|
248
|
+
this.a5 = XExpansionPanel.bt;
|
|
249
249
|
this.bc = null;
|
|
250
250
|
this.bd = null;
|
|
251
251
|
this.p = -1;
|
|
252
|
-
this.o =
|
|
252
|
+
this.o = XExpansionPanel.r;
|
|
253
253
|
this.m = true;
|
|
254
254
|
this.bf = null;
|
|
255
|
-
this.a6 =
|
|
255
|
+
this.a6 = XExpansionPanel.bu;
|
|
256
256
|
this.bg = null;
|
|
257
257
|
this.bh = null;
|
|
258
|
-
this.a8 =
|
|
259
|
-
this.a7 =
|
|
260
|
-
this.a3 =
|
|
258
|
+
this.a8 = XExpansionPanel.bw;
|
|
259
|
+
this.a7 = XExpansionPanel.bv;
|
|
260
|
+
this.a3 = XExpansionPanel.br;
|
|
261
261
|
let a = this.f();
|
|
262
262
|
this.g = a;
|
|
263
263
|
a.z(this);
|
|
@@ -529,7 +529,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
|
|
|
529
529
|
}
|
|
530
530
|
break;
|
|
531
531
|
case "Elevation":
|
|
532
|
-
this.q = this.s == -1 ?
|
|
532
|
+
this.q = this.s == -1 ? XExpansionPanel.r : this.s;
|
|
533
533
|
break;
|
|
534
534
|
case "ActualElevation":
|
|
535
535
|
case "ActualHeaderBackgroundColor":
|
|
@@ -578,7 +578,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
|
|
|
578
578
|
return KeyFrameAnimationFactory.f.c(e);
|
|
579
579
|
}
|
|
580
580
|
k(a) {
|
|
581
|
-
let b = this.g.
|
|
581
|
+
let b = this.g.i();
|
|
582
582
|
if (b <= 0) {
|
|
583
583
|
b = 500;
|
|
584
584
|
}
|
|
@@ -599,7 +599,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
|
|
|
599
599
|
return KeyFrameAnimationFactory.f.c(j);
|
|
600
600
|
}
|
|
601
601
|
l(a) {
|
|
602
|
-
let b = this.g.
|
|
602
|
+
let b = this.g.i();
|
|
603
603
|
if (b <= 0) {
|
|
604
604
|
b = 500;
|
|
605
605
|
}
|
|
@@ -639,7 +639,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
|
|
|
639
639
|
b = c;
|
|
640
640
|
}
|
|
641
641
|
else {
|
|
642
|
-
b = null != this.bq ? this.bq :
|
|
642
|
+
b = null != this.bq ? this.bq : XExpansionPanel.bs;
|
|
643
643
|
}
|
|
644
644
|
return b;
|
|
645
645
|
}
|
|
@@ -654,7 +654,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
|
|
|
654
654
|
b = c;
|
|
655
655
|
}
|
|
656
656
|
else {
|
|
657
|
-
b = null != this.bz ? this.bz :
|
|
657
|
+
b = null != this.bz ? this.bz : XExpansionPanel.bt;
|
|
658
658
|
}
|
|
659
659
|
return b;
|
|
660
660
|
}
|
|
@@ -669,7 +669,7 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
|
|
|
669
669
|
b = c;
|
|
670
670
|
}
|
|
671
671
|
else {
|
|
672
|
-
b = null != this.b6 ? this.b6 :
|
|
672
|
+
b = null != this.b6 ? this.b6 : XExpansionPanel.bu;
|
|
673
673
|
}
|
|
674
674
|
return b;
|
|
675
675
|
}
|
|
@@ -700,14 +700,13 @@ export let ExpansionPanel = /*@__PURE__*/ (() => {
|
|
|
700
700
|
this.n = !this.n;
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
return
|
|
703
|
+
XExpansionPanel.$t = /*@__PURE__*/ markType(XExpansionPanel, 'XExpansionPanel', Base.$, [INotifyPropertyChanged_$type]);
|
|
704
|
+
XExpansionPanel.bs = /*@__PURE__*/ BrushUtil.g(188, 0, 0, 0);
|
|
705
|
+
XExpansionPanel.bt = /*@__PURE__*/ BrushUtil.g(188, 0, 0, 0);
|
|
706
|
+
XExpansionPanel.r = 2;
|
|
707
|
+
XExpansionPanel.bu = /*@__PURE__*/ BrushUtil.g(255, 245, 245, 245);
|
|
708
|
+
XExpansionPanel.bw = /*@__PURE__*/ BrushUtil.g(66, 0, 0, 0);
|
|
709
|
+
XExpansionPanel.bv = /*@__PURE__*/ BrushUtil.g(30, 0, 0, 0);
|
|
710
|
+
XExpansionPanel.br = /*@__PURE__*/ BrushUtil.g(20, 0, 0, 0);
|
|
711
|
+
return XExpansionPanel;
|
|
712
712
|
})();
|
|
713
|
-
//# sourceMappingURL=ExpansionPanelView_combined.js.map
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { PropertyEditorPropertyDescriptionCollection } from "./PropertyEditorPropertyDescriptionCollection";
|
|
8
|
+
import { PropertyEditorPropertyDescription } from "./PropertyEditorPropertyDescription";
|
|
9
|
+
import { markType } from "igniteui-webcomponents-core";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let HorizontalPropertyEditorPanelDataSource = /*@__PURE__*/ (() => {
|
|
14
|
+
class HorizontalPropertyEditorPanelDataSource extends PropertyEditorPropertyDescriptionCollection {
|
|
15
|
+
constructor(a) {
|
|
16
|
+
super();
|
|
17
|
+
this.ae = null;
|
|
18
|
+
this.add(new PropertyEditorPropertyDescription());
|
|
19
|
+
this.ae = a;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
HorizontalPropertyEditorPanelDataSource.$t = /*@__PURE__*/ markType(HorizontalPropertyEditorPanelDataSource, 'HorizontalPropertyEditorPanelDataSource', PropertyEditorPropertyDescriptionCollection.$);
|
|
23
|
+
return HorizontalPropertyEditorPanelDataSource;
|
|
24
|
+
})();
|
package/esm2015/lib/Popup.js
CHANGED
|
@@ -5,4 +5,3 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
export { Popup } from "./PopupView_combined";
|
|
8
|
-
//# sourceMappingURL=Popup.js.map
|
package/esm2015/lib/PopupView.js
CHANGED
|
@@ -5,4 +5,3 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
export { PopupView } from "./PopupView_combined";
|
|
8
|
-
//# sourceMappingURL=PopupView.js.map
|
|
@@ -19,4 +19,3 @@ export let Popup_InnerAnimationInfo = /*@__PURE__*/ (() => {
|
|
|
19
19
|
Popup_InnerAnimationInfo.$t = /*@__PURE__*/ markStruct(Popup_InnerAnimationInfo, 'Popup_InnerAnimationInfo');
|
|
20
20
|
return Popup_InnerAnimationInfo;
|
|
21
21
|
})();
|
|
22
|
-
//# sourceMappingURL=Popup_InnerAnimationInfo.js.map
|
|
@@ -21,4 +21,3 @@ export let Popup_OuterAnimationInfo = /*@__PURE__*/ (() => {
|
|
|
21
21
|
Popup_OuterAnimationInfo.$t = /*@__PURE__*/ markStruct(Popup_OuterAnimationInfo, 'Popup_OuterAnimationInfo');
|
|
22
22
|
return Popup_OuterAnimationInfo;
|
|
23
23
|
})();
|
|
24
|
-
//# sourceMappingURL=Popup_OuterAnimationInfo.js.map
|
|
@@ -4,5 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
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
6
|
*/
|
|
7
|
-
export {
|
|
8
|
-
//# sourceMappingURL=ExpansionPanel.js.map
|
|
7
|
+
export { PropertyEditorDataSource } from "./PropertyEditorPropertyDescription_combined";
|
|
@@ -4,5 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
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
6
|
*/
|
|
7
|
-
export {
|
|
8
|
-
//# sourceMappingURL=ExpansionPanel.js.map
|
|
7
|
+
export { PropertyEditorDescriptionObject } from "./PropertyEditorPropertyDescription_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
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 { PropertyEditorDescriptionObjectCollection } from "./PropertyEditorPropertyDescription_combined";
|
|
@@ -0,0 +1,7 @@
|
|
|
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 { PropertyEditorPanel } from "./PropertyEditorPanelView_combined";
|
|
@@ -0,0 +1,55 @@
|
|
|
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 { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
import { PropertyEditorPanelTemplateCellUpdatingEventArgs } from "./PropertyEditorPanelTemplateCellUpdatingEventArgs";
|
|
9
|
+
import { PropertyEditorPanelDataBindingEventArgs } from "./PropertyEditorPanelDataBindingEventArgs";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let PropertyEditorPanelColumnDefinition = /*@__PURE__*/ (() => {
|
|
14
|
+
class PropertyEditorPanelColumnDefinition extends Base {
|
|
15
|
+
constructor() {
|
|
16
|
+
super(...arguments);
|
|
17
|
+
this.b = 0;
|
|
18
|
+
this.f = 0;
|
|
19
|
+
this.g = 0;
|
|
20
|
+
this.a = 0;
|
|
21
|
+
this.h = 0;
|
|
22
|
+
this.j = null;
|
|
23
|
+
this.cellUpdating = null;
|
|
24
|
+
this.dataBinding = null;
|
|
25
|
+
}
|
|
26
|
+
i(a, b, c) {
|
|
27
|
+
if (this.dataBinding != null) {
|
|
28
|
+
let d = new PropertyEditorPanelDataBindingEventArgs();
|
|
29
|
+
d.b = a;
|
|
30
|
+
d.a = b;
|
|
31
|
+
d.c = c;
|
|
32
|
+
this.dataBinding(this, d);
|
|
33
|
+
return d.b;
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
return a;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
e(a, b, c) {
|
|
40
|
+
if (this.cellUpdating != null) {
|
|
41
|
+
let d = new PropertyEditorPanelTemplateCellUpdatingEventArgs();
|
|
42
|
+
d.a = a;
|
|
43
|
+
d.b = b;
|
|
44
|
+
d.c = c;
|
|
45
|
+
this.cellUpdating(this, d);
|
|
46
|
+
return d.a;
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
49
|
+
return a;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
PropertyEditorPanelColumnDefinition.$t = /*@__PURE__*/ markType(PropertyEditorPanelColumnDefinition, 'PropertyEditorPanelColumnDefinition');
|
|
54
|
+
return PropertyEditorPanelColumnDefinition;
|
|
55
|
+
})();
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let PropertyEditorPanelColumnFieldType_$type = /*@__PURE__*/ markEnum('PropertyEditorPanelColumnFieldType', 'PropertyPath,0|ValueType,1');
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let PropertyEditorPanelColumnType_$type = /*@__PURE__*/ markEnum('PropertyEditorPanelColumnType', 'Label,0|Value,1');
|
|
@@ -0,0 +1,22 @@
|
|
|
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 { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let PropertyEditorPanelDataBindingEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class PropertyEditorPanelDataBindingEventArgs extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.a = 0;
|
|
16
|
+
this.c = null;
|
|
17
|
+
this.b = null;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
PropertyEditorPanelDataBindingEventArgs.$t = /*@__PURE__*/ markType(PropertyEditorPanelDataBindingEventArgs, 'PropertyEditorPanelDataBindingEventArgs');
|
|
21
|
+
return PropertyEditorPanelDataBindingEventArgs;
|
|
22
|
+
})();
|
|
@@ -0,0 +1,21 @@
|
|
|
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 { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let PropertyEditorPanelDropDownDataListItem = /*@__PURE__*/ (() => {
|
|
12
|
+
class PropertyEditorPanelDropDownDataListItem extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.Name = null;
|
|
16
|
+
this.Value = null;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
PropertyEditorPanelDropDownDataListItem.$t = /*@__PURE__*/ markType(PropertyEditorPanelDropDownDataListItem, 'PropertyEditorPanelDropDownDataListItem');
|
|
20
|
+
return PropertyEditorPanelDropDownDataListItem;
|
|
21
|
+
})();
|
|
@@ -0,0 +1,22 @@
|
|
|
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 { Base, markType } from "igniteui-webcomponents-core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export let PropertyEditorPanelTemplateCellUpdatingEventArgs = /*@__PURE__*/ (() => {
|
|
12
|
+
class PropertyEditorPanelTemplateCellUpdatingEventArgs extends Base {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.b = 0;
|
|
16
|
+
this.c = null;
|
|
17
|
+
this.a = null;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
PropertyEditorPanelTemplateCellUpdatingEventArgs.$t = /*@__PURE__*/ markType(PropertyEditorPanelTemplateCellUpdatingEventArgs, 'PropertyEditorPanelTemplateCellUpdatingEventArgs');
|
|
21
|
+
return PropertyEditorPanelTemplateCellUpdatingEventArgs;
|
|
22
|
+
})();
|
|
@@ -0,0 +1,7 @@
|
|
|
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 { PropertyEditorPanelView } from "./PropertyEditorPanelView_combined";
|