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
|
@@ -26,20 +26,20 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26
26
|
tslib_1.__extends(ExpansionPanelView, _super);
|
|
27
27
|
function ExpansionPanelView() {
|
|
28
28
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
29
|
-
_this.
|
|
30
|
-
_this.
|
|
29
|
+
_this.j = null;
|
|
30
|
+
_this.q = null;
|
|
31
31
|
_this.g = null;
|
|
32
32
|
_this.f = null;
|
|
33
|
+
_this.p = null;
|
|
34
|
+
_this.l = null;
|
|
33
35
|
_this.o = null;
|
|
34
|
-
_this.k = null;
|
|
35
36
|
_this.n = null;
|
|
36
37
|
_this.m = null;
|
|
37
|
-
_this.l = null;
|
|
38
38
|
return _this;
|
|
39
39
|
}
|
|
40
|
-
Object.defineProperty(ExpansionPanelView.prototype, "
|
|
40
|
+
Object.defineProperty(ExpansionPanelView.prototype, "r", {
|
|
41
41
|
get: function () {
|
|
42
|
-
return this.
|
|
42
|
+
return this.q;
|
|
43
43
|
},
|
|
44
44
|
enumerable: true,
|
|
45
45
|
configurable: true
|
|
@@ -51,71 +51,71 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
51
|
enumerable: true,
|
|
52
52
|
configurable: true
|
|
53
53
|
});
|
|
54
|
-
Object.defineProperty(ExpansionPanelView.prototype, "
|
|
54
|
+
Object.defineProperty(ExpansionPanelView.prototype, "k", {
|
|
55
55
|
get: function () {
|
|
56
|
-
return this.
|
|
56
|
+
return this.j;
|
|
57
57
|
},
|
|
58
58
|
enumerable: true,
|
|
59
59
|
configurable: true
|
|
60
60
|
});
|
|
61
61
|
ExpansionPanelView.prototype.ab = function () {
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
62
|
+
this.r.setStyleProperty("display", "flex");
|
|
63
|
+
this.r.setStyleProperty("flexDirection", "column");
|
|
64
|
+
this.r.setStyleProperty("flexWrap", "no-wrap");
|
|
65
|
+
this.r.setStyleProperty("alignItems", "left");
|
|
66
66
|
};
|
|
67
67
|
ExpansionPanelView.prototype.aj = function () {
|
|
68
68
|
var a = this.h;
|
|
69
69
|
var b = ElevationHelper.e(a.q, a.bn, a.bm, a.bi);
|
|
70
|
-
this.
|
|
70
|
+
this.r.setStyleProperty("box-shadow", b);
|
|
71
71
|
};
|
|
72
72
|
ExpansionPanelView.prototype.ak = function () {
|
|
73
|
-
if (null == this.
|
|
73
|
+
if (null == this.r) {
|
|
74
74
|
return;
|
|
75
75
|
}
|
|
76
76
|
this.aj();
|
|
77
77
|
this.ah();
|
|
78
78
|
this.ai();
|
|
79
79
|
this.ag();
|
|
80
|
-
if (null != this.
|
|
81
|
-
NativeUI.k(this.
|
|
80
|
+
if (null != this.p) {
|
|
81
|
+
NativeUI.k(this.p, this.h.bl);
|
|
82
82
|
}
|
|
83
|
-
if (null != this.
|
|
84
|
-
NativeUI.o(this.
|
|
83
|
+
if (null != this.l) {
|
|
84
|
+
NativeUI.o(this.l, this.h.bj);
|
|
85
85
|
}
|
|
86
|
-
if (null != this.
|
|
87
|
-
NativeUI.o(this.
|
|
86
|
+
if (null != this.o) {
|
|
87
|
+
NativeUI.o(this.o, this.h.bk);
|
|
88
88
|
}
|
|
89
89
|
};
|
|
90
90
|
ExpansionPanelView.prototype.a = function (a) {
|
|
91
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
91
|
+
return new AnimationKeyFrameEffect(0, this.l, 0, null, a);
|
|
92
92
|
};
|
|
93
93
|
ExpansionPanelView.prototype.b = function (a) {
|
|
94
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
94
|
+
return new AnimationKeyFrameEffect(0, this.o, 0, null, a);
|
|
95
95
|
};
|
|
96
96
|
ExpansionPanelView.prototype.c = function (a) {
|
|
97
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
97
|
+
return new AnimationKeyFrameEffect(0, this.p, 0, null, a);
|
|
98
98
|
};
|
|
99
99
|
ExpansionPanelView.prototype.d = function (a) {
|
|
100
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
100
|
+
return new AnimationKeyFrameEffect(0, this.m, 0, null, a);
|
|
101
101
|
};
|
|
102
102
|
ExpansionPanelView.prototype.e = function (a) {
|
|
103
|
-
return new AnimationKeyFrameEffect(0, this.
|
|
103
|
+
return new AnimationKeyFrameEffect(0, this.n, 0, null, a);
|
|
104
104
|
};
|
|
105
105
|
ExpansionPanelView.prototype.u = function () {
|
|
106
106
|
if (KeyFrameAnimationFactory.h == null) {
|
|
107
|
-
KeyFrameAnimationFactory.h = this.
|
|
107
|
+
KeyFrameAnimationFactory.h = this.k;
|
|
108
108
|
}
|
|
109
109
|
};
|
|
110
|
-
ExpansionPanelView.prototype.
|
|
111
|
-
return this.
|
|
110
|
+
ExpansionPanelView.prototype.i = function () {
|
|
111
|
+
return this.m.outerHeight();
|
|
112
112
|
};
|
|
113
113
|
ExpansionPanelView.prototype.ac = function (a) {
|
|
114
114
|
if (a == null) {
|
|
115
|
-
this.
|
|
115
|
+
this.j = null;
|
|
116
116
|
return;
|
|
117
117
|
}
|
|
118
|
-
this.
|
|
118
|
+
this.j = a;
|
|
119
119
|
var b = a.rootWrapper;
|
|
120
120
|
this.y(b);
|
|
121
121
|
};
|
|
@@ -132,19 +132,19 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
132
132
|
}
|
|
133
133
|
};
|
|
134
134
|
ExpansionPanelView.prototype.ah = function () {
|
|
135
|
-
if (null != this.
|
|
135
|
+
if (null != this.l) {
|
|
136
136
|
var a = this.h.ab;
|
|
137
|
-
this.
|
|
137
|
+
this.l.setRawText(a);
|
|
138
138
|
}
|
|
139
139
|
};
|
|
140
140
|
ExpansionPanelView.prototype.ai = function () {
|
|
141
|
-
if (null != this.
|
|
141
|
+
if (null != this.o) {
|
|
142
142
|
var a = this.h.ah;
|
|
143
|
-
this.
|
|
143
|
+
this.o.setRawText(a);
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
ExpansionPanelView.prototype.y = function (a) {
|
|
147
|
-
this.
|
|
147
|
+
this.q = a;
|
|
148
148
|
this.ab();
|
|
149
149
|
};
|
|
150
150
|
ExpansionPanelView.prototype.z = function (a) {
|
|
@@ -153,43 +153,43 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
153
153
|
ExpansionPanelView.prototype.aa = function () {
|
|
154
154
|
};
|
|
155
155
|
ExpansionPanelView.prototype.af = function (a) {
|
|
156
|
-
var b = this.
|
|
157
|
-
this.
|
|
156
|
+
var b = this.k;
|
|
157
|
+
this.p = a;
|
|
158
158
|
var c = b.createElement("div");
|
|
159
|
-
this.
|
|
159
|
+
this.p.append(c);
|
|
160
160
|
this.v(c);
|
|
161
161
|
var d = b.createElement("div");
|
|
162
162
|
d.setStyleProperty("display", "flex");
|
|
163
163
|
d.setStyleProperty("flex-direction", "column");
|
|
164
164
|
d.setStyleProperty("justify-content", "space-evenly");
|
|
165
165
|
d.setStyleProperty("align-items", "flex-start");
|
|
166
|
-
this.
|
|
166
|
+
this.p.append(d);
|
|
167
167
|
var e = b.createElement("div");
|
|
168
168
|
d.append(e);
|
|
169
|
-
this.
|
|
170
|
-
e.append(this.
|
|
169
|
+
this.l = b.createElement("label");
|
|
170
|
+
e.append(this.l);
|
|
171
171
|
var f = b.createElement("div");
|
|
172
172
|
d.append(f);
|
|
173
|
-
this.
|
|
174
|
-
f.append(this.
|
|
175
|
-
this.
|
|
176
|
-
this.
|
|
177
|
-
this.
|
|
173
|
+
this.o = b.createElement("label");
|
|
174
|
+
f.append(this.o);
|
|
175
|
+
this.p.setAttribute("tabindex", "0");
|
|
176
|
+
this.p.setStyleProperty("display", "flex");
|
|
177
|
+
this.p.setStyleProperty("flex-direction", "row");
|
|
178
178
|
c.setStyleProperty("display", "flex");
|
|
179
179
|
c.setStyleProperty("justify-content", "center");
|
|
180
180
|
c.setStyleProperty("flex-direction", "column");
|
|
181
181
|
c.setStyleProperty("margin", "0px 10px 0px 10px");
|
|
182
182
|
c.setStyleProperty("flex", "none | 0 | content");
|
|
183
183
|
this.ak();
|
|
184
|
-
this.
|
|
185
|
-
this.
|
|
184
|
+
this.p.listen("click", runOn(this, this.w));
|
|
185
|
+
this.p.listen("keydown", runOn(this, this.x));
|
|
186
186
|
};
|
|
187
187
|
ExpansionPanelView.prototype.v = function (a) {
|
|
188
188
|
var _this = this;
|
|
189
189
|
if (this.f != null) {
|
|
190
190
|
return;
|
|
191
191
|
}
|
|
192
|
-
this.
|
|
192
|
+
this.j.getPortal(a, "XIcon", function (b) {
|
|
193
193
|
var c = b.componentRef;
|
|
194
194
|
_this.f = (c.i);
|
|
195
195
|
_this.f.fill = ExpansionPanelView.al;
|
|
@@ -197,14 +197,14 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
197
197
|
}, false);
|
|
198
198
|
};
|
|
199
199
|
ExpansionPanelView.prototype.ae = function (a) {
|
|
200
|
-
var b = this.
|
|
201
|
-
this.
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
200
|
+
var b = this.k;
|
|
201
|
+
this.n = a;
|
|
202
|
+
this.n.setAttribute("tabindex", "1");
|
|
203
|
+
this.n.setStyleProperty("overflow", "hidden");
|
|
204
204
|
};
|
|
205
205
|
ExpansionPanelView.prototype.ad = function (a) {
|
|
206
|
-
var b = this.
|
|
207
|
-
this.
|
|
206
|
+
var b = this.k;
|
|
207
|
+
this.m = a;
|
|
208
208
|
};
|
|
209
209
|
ExpansionPanelView.prototype.w = function (a) {
|
|
210
210
|
var b = a.originalEvent;
|
|
@@ -212,7 +212,7 @@ var ExpansionPanelView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
212
212
|
this.h.a2();
|
|
213
213
|
};
|
|
214
214
|
ExpansionPanelView.prototype.x = function (a) {
|
|
215
|
-
var b = BaseDOMEventProxy.
|
|
215
|
+
var b = BaseDOMEventProxy.c0(a);
|
|
216
216
|
var c = ExpansionPanelUtilities.c(a);
|
|
217
217
|
switch (b) {
|
|
218
218
|
case 9:
|
|
@@ -244,9 +244,9 @@ export { ExpansionPanelView };
|
|
|
244
244
|
/**
|
|
245
245
|
* @hidden
|
|
246
246
|
*/
|
|
247
|
-
var
|
|
248
|
-
tslib_1.__extends(
|
|
249
|
-
function
|
|
247
|
+
var XExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
248
|
+
tslib_1.__extends(XExpansionPanel, _super);
|
|
249
|
+
function XExpansionPanel() {
|
|
250
250
|
var _this = _super.call(this) || this;
|
|
251
251
|
_this.c = null;
|
|
252
252
|
_this.onCollapsed = null;
|
|
@@ -255,36 +255,36 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
255
255
|
_this.g = null;
|
|
256
256
|
_this.aa = "Caption";
|
|
257
257
|
_this.bb = null;
|
|
258
|
-
_this.a4 =
|
|
258
|
+
_this.a4 = XExpansionPanel.bs;
|
|
259
259
|
_this.a9 = null;
|
|
260
260
|
_this.ba = null;
|
|
261
261
|
_this.ag = stringEmpty();
|
|
262
262
|
_this.be = null;
|
|
263
|
-
_this.a5 =
|
|
263
|
+
_this.a5 = XExpansionPanel.bt;
|
|
264
264
|
_this.bc = null;
|
|
265
265
|
_this.bd = null;
|
|
266
266
|
_this.p = -1;
|
|
267
|
-
_this.o =
|
|
267
|
+
_this.o = XExpansionPanel.r;
|
|
268
268
|
_this.m = true;
|
|
269
269
|
_this.bf = null;
|
|
270
|
-
_this.a6 =
|
|
270
|
+
_this.a6 = XExpansionPanel.bu;
|
|
271
271
|
_this.bg = null;
|
|
272
272
|
_this.bh = null;
|
|
273
|
-
_this.a8 =
|
|
274
|
-
_this.a7 =
|
|
275
|
-
_this.a3 =
|
|
273
|
+
_this.a8 = XExpansionPanel.bw;
|
|
274
|
+
_this.a7 = XExpansionPanel.bv;
|
|
275
|
+
_this.a3 = XExpansionPanel.br;
|
|
276
276
|
var a = _this.f();
|
|
277
277
|
_this.g = a;
|
|
278
278
|
a.z(_this);
|
|
279
279
|
return _this;
|
|
280
280
|
}
|
|
281
|
-
|
|
281
|
+
XExpansionPanel.prototype.aw = function (a, b, c) {
|
|
282
282
|
if (this.propertyChanged != null) {
|
|
283
283
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
284
284
|
}
|
|
285
285
|
this.ax(a, b, c);
|
|
286
286
|
};
|
|
287
|
-
Object.defineProperty(
|
|
287
|
+
Object.defineProperty(XExpansionPanel.prototype, "ab", {
|
|
288
288
|
get: function () {
|
|
289
289
|
return this.aa;
|
|
290
290
|
},
|
|
@@ -299,7 +299,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
299
299
|
enumerable: true,
|
|
300
300
|
configurable: true
|
|
301
301
|
});
|
|
302
|
-
Object.defineProperty(
|
|
302
|
+
Object.defineProperty(XExpansionPanel.prototype, "bq", {
|
|
303
303
|
get: function () {
|
|
304
304
|
return this.bb;
|
|
305
305
|
},
|
|
@@ -313,7 +313,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
313
313
|
enumerable: true,
|
|
314
314
|
configurable: true
|
|
315
315
|
});
|
|
316
|
-
Object.defineProperty(
|
|
316
|
+
Object.defineProperty(XExpansionPanel.prototype, "bj", {
|
|
317
317
|
get: function () {
|
|
318
318
|
return this.a4;
|
|
319
319
|
},
|
|
@@ -327,7 +327,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
327
327
|
enumerable: true,
|
|
328
328
|
configurable: true
|
|
329
329
|
});
|
|
330
|
-
Object.defineProperty(
|
|
330
|
+
Object.defineProperty(XExpansionPanel.prototype, "bo", {
|
|
331
331
|
get: function () {
|
|
332
332
|
return this.a9;
|
|
333
333
|
},
|
|
@@ -341,7 +341,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
341
341
|
enumerable: true,
|
|
342
342
|
configurable: true
|
|
343
343
|
});
|
|
344
|
-
Object.defineProperty(
|
|
344
|
+
Object.defineProperty(XExpansionPanel.prototype, "bp", {
|
|
345
345
|
get: function () {
|
|
346
346
|
return this.ba;
|
|
347
347
|
},
|
|
@@ -355,7 +355,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
355
355
|
enumerable: true,
|
|
356
356
|
configurable: true
|
|
357
357
|
});
|
|
358
|
-
Object.defineProperty(
|
|
358
|
+
Object.defineProperty(XExpansionPanel.prototype, "ah", {
|
|
359
359
|
get: function () {
|
|
360
360
|
return this.ag;
|
|
361
361
|
},
|
|
@@ -370,7 +370,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
370
370
|
enumerable: true,
|
|
371
371
|
configurable: true
|
|
372
372
|
});
|
|
373
|
-
Object.defineProperty(
|
|
373
|
+
Object.defineProperty(XExpansionPanel.prototype, "bz", {
|
|
374
374
|
get: function () {
|
|
375
375
|
return this.be;
|
|
376
376
|
},
|
|
@@ -384,7 +384,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
384
384
|
enumerable: true,
|
|
385
385
|
configurable: true
|
|
386
386
|
});
|
|
387
|
-
Object.defineProperty(
|
|
387
|
+
Object.defineProperty(XExpansionPanel.prototype, "bk", {
|
|
388
388
|
get: function () {
|
|
389
389
|
return this.a5;
|
|
390
390
|
},
|
|
@@ -398,7 +398,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
398
398
|
enumerable: true,
|
|
399
399
|
configurable: true
|
|
400
400
|
});
|
|
401
|
-
Object.defineProperty(
|
|
401
|
+
Object.defineProperty(XExpansionPanel.prototype, "bx", {
|
|
402
402
|
get: function () {
|
|
403
403
|
return this.bc;
|
|
404
404
|
},
|
|
@@ -412,7 +412,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
412
412
|
enumerable: true,
|
|
413
413
|
configurable: true
|
|
414
414
|
});
|
|
415
|
-
Object.defineProperty(
|
|
415
|
+
Object.defineProperty(XExpansionPanel.prototype, "by", {
|
|
416
416
|
get: function () {
|
|
417
417
|
return this.bd;
|
|
418
418
|
},
|
|
@@ -426,7 +426,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
426
426
|
enumerable: true,
|
|
427
427
|
configurable: true
|
|
428
428
|
});
|
|
429
|
-
Object.defineProperty(
|
|
429
|
+
Object.defineProperty(XExpansionPanel.prototype, "s", {
|
|
430
430
|
get: function () {
|
|
431
431
|
return this.p;
|
|
432
432
|
},
|
|
@@ -440,7 +440,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
440
440
|
enumerable: true,
|
|
441
441
|
configurable: true
|
|
442
442
|
});
|
|
443
|
-
Object.defineProperty(
|
|
443
|
+
Object.defineProperty(XExpansionPanel.prototype, "q", {
|
|
444
444
|
get: function () {
|
|
445
445
|
return this.o;
|
|
446
446
|
},
|
|
@@ -454,7 +454,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
454
454
|
enumerable: true,
|
|
455
455
|
configurable: true
|
|
456
456
|
});
|
|
457
|
-
Object.defineProperty(
|
|
457
|
+
Object.defineProperty(XExpansionPanel.prototype, "n", {
|
|
458
458
|
get: function () {
|
|
459
459
|
return this.m;
|
|
460
460
|
},
|
|
@@ -496,7 +496,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
496
496
|
enumerable: true,
|
|
497
497
|
configurable: true
|
|
498
498
|
});
|
|
499
|
-
Object.defineProperty(
|
|
499
|
+
Object.defineProperty(XExpansionPanel.prototype, "b6", {
|
|
500
500
|
get: function () {
|
|
501
501
|
return this.bf;
|
|
502
502
|
},
|
|
@@ -510,7 +510,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
510
510
|
enumerable: true,
|
|
511
511
|
configurable: true
|
|
512
512
|
});
|
|
513
|
-
Object.defineProperty(
|
|
513
|
+
Object.defineProperty(XExpansionPanel.prototype, "bl", {
|
|
514
514
|
get: function () {
|
|
515
515
|
return this.a6;
|
|
516
516
|
},
|
|
@@ -524,7 +524,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
524
524
|
enumerable: true,
|
|
525
525
|
configurable: true
|
|
526
526
|
});
|
|
527
|
-
Object.defineProperty(
|
|
527
|
+
Object.defineProperty(XExpansionPanel.prototype, "b7", {
|
|
528
528
|
get: function () {
|
|
529
529
|
return this.bg;
|
|
530
530
|
},
|
|
@@ -538,7 +538,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
538
538
|
enumerable: true,
|
|
539
539
|
configurable: true
|
|
540
540
|
});
|
|
541
|
-
Object.defineProperty(
|
|
541
|
+
Object.defineProperty(XExpansionPanel.prototype, "b8", {
|
|
542
542
|
get: function () {
|
|
543
543
|
return this.bh;
|
|
544
544
|
},
|
|
@@ -552,7 +552,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
552
552
|
enumerable: true,
|
|
553
553
|
configurable: true
|
|
554
554
|
});
|
|
555
|
-
Object.defineProperty(
|
|
555
|
+
Object.defineProperty(XExpansionPanel.prototype, "bn", {
|
|
556
556
|
get: function () {
|
|
557
557
|
return this.a8;
|
|
558
558
|
},
|
|
@@ -566,7 +566,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
566
566
|
enumerable: true,
|
|
567
567
|
configurable: true
|
|
568
568
|
});
|
|
569
|
-
Object.defineProperty(
|
|
569
|
+
Object.defineProperty(XExpansionPanel.prototype, "bm", {
|
|
570
570
|
get: function () {
|
|
571
571
|
return this.a7;
|
|
572
572
|
},
|
|
@@ -580,7 +580,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
580
580
|
enumerable: true,
|
|
581
581
|
configurable: true
|
|
582
582
|
});
|
|
583
|
-
Object.defineProperty(
|
|
583
|
+
Object.defineProperty(XExpansionPanel.prototype, "bi", {
|
|
584
584
|
get: function () {
|
|
585
585
|
return this.a3;
|
|
586
586
|
},
|
|
@@ -594,10 +594,10 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
594
594
|
enumerable: true,
|
|
595
595
|
configurable: true
|
|
596
596
|
});
|
|
597
|
-
|
|
597
|
+
XExpansionPanel.prototype.f = function () {
|
|
598
598
|
return new ExpansionPanelView();
|
|
599
599
|
};
|
|
600
|
-
|
|
600
|
+
XExpansionPanel.prototype.ax = function (a, b, c) {
|
|
601
601
|
switch (a) {
|
|
602
602
|
case "CaptionTextColor":
|
|
603
603
|
case "CaptionExpandedTextColor":
|
|
@@ -626,7 +626,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
626
626
|
}
|
|
627
627
|
break;
|
|
628
628
|
case "Elevation":
|
|
629
|
-
this.q = this.s == -1 ?
|
|
629
|
+
this.q = this.s == -1 ? XExpansionPanel.r : this.s;
|
|
630
630
|
break;
|
|
631
631
|
case "ActualElevation":
|
|
632
632
|
case "ActualHeaderBackgroundColor":
|
|
@@ -641,7 +641,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
641
641
|
break;
|
|
642
642
|
}
|
|
643
643
|
};
|
|
644
|
-
|
|
644
|
+
XExpansionPanel.prototype.h = function (a) {
|
|
645
645
|
var b = this.bj;
|
|
646
646
|
var c = this.b1(a);
|
|
647
647
|
var d = a ? this.b() : this.a();
|
|
@@ -652,7 +652,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
652
652
|
e.m.apply(e, tslib_1.__spread(g));
|
|
653
653
|
return KeyFrameAnimationFactory.f.c(e);
|
|
654
654
|
};
|
|
655
|
-
|
|
655
|
+
XExpansionPanel.prototype.i = function (a) {
|
|
656
656
|
var b = this.bk;
|
|
657
657
|
var c = this.b3(a);
|
|
658
658
|
var d = a ? this.b() : this.a();
|
|
@@ -663,7 +663,7 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
663
663
|
e.m.apply(e, tslib_1.__spread(g));
|
|
664
664
|
return KeyFrameAnimationFactory.f.c(e);
|
|
665
665
|
};
|
|
666
|
-
|
|
666
|
+
XExpansionPanel.prototype.j = function (a) {
|
|
667
667
|
var b = this.bl;
|
|
668
668
|
var c = this.b5(a);
|
|
669
669
|
var d = a ? this.b() : this.a();
|
|
@@ -674,8 +674,8 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
674
674
|
e.m.apply(e, tslib_1.__spread(g));
|
|
675
675
|
return KeyFrameAnimationFactory.f.c(e);
|
|
676
676
|
};
|
|
677
|
-
|
|
678
|
-
var b = this.g.
|
|
677
|
+
XExpansionPanel.prototype.k = function (a) {
|
|
678
|
+
var b = this.g.i();
|
|
679
679
|
if (b <= 0) {
|
|
680
680
|
b = 500;
|
|
681
681
|
}
|
|
@@ -695,8 +695,8 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
695
695
|
j.m.apply(j, tslib_1.__spread(l));
|
|
696
696
|
return KeyFrameAnimationFactory.f.c(j);
|
|
697
697
|
};
|
|
698
|
-
|
|
699
|
-
var b = this.g.
|
|
698
|
+
XExpansionPanel.prototype.l = function (a) {
|
|
699
|
+
var b = this.g.i();
|
|
700
700
|
if (b <= 0) {
|
|
701
701
|
b = 500;
|
|
702
702
|
}
|
|
@@ -710,25 +710,25 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
710
710
|
f.m.apply(f, tslib_1.__spread(h));
|
|
711
711
|
return KeyFrameAnimationFactory.f.c(f);
|
|
712
712
|
};
|
|
713
|
-
|
|
713
|
+
XExpansionPanel.prototype.a = function () {
|
|
714
714
|
var a = new AnimationKeyFrameEffectTiming();
|
|
715
715
|
a.g = 300;
|
|
716
716
|
a.b = 3;
|
|
717
717
|
return a;
|
|
718
718
|
};
|
|
719
|
-
|
|
719
|
+
XExpansionPanel.prototype.b = function () {
|
|
720
720
|
var a = new AnimationKeyFrameEffectTiming();
|
|
721
721
|
a.g = 300;
|
|
722
722
|
a.b = 3;
|
|
723
723
|
return a;
|
|
724
724
|
};
|
|
725
|
-
|
|
725
|
+
XExpansionPanel.prototype.at = function () {
|
|
726
726
|
this.g.u();
|
|
727
727
|
};
|
|
728
|
-
|
|
728
|
+
XExpansionPanel.prototype.b0 = function () {
|
|
729
729
|
return this.b1(this.n);
|
|
730
730
|
};
|
|
731
|
-
|
|
731
|
+
XExpansionPanel.prototype.b1 = function (a) {
|
|
732
732
|
var b;
|
|
733
733
|
var c = null;
|
|
734
734
|
c = a ? this.bp : this.bo;
|
|
@@ -736,14 +736,14 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
736
736
|
b = c;
|
|
737
737
|
}
|
|
738
738
|
else {
|
|
739
|
-
b = null != this.bq ? this.bq :
|
|
739
|
+
b = null != this.bq ? this.bq : XExpansionPanel.bs;
|
|
740
740
|
}
|
|
741
741
|
return b;
|
|
742
742
|
};
|
|
743
|
-
|
|
743
|
+
XExpansionPanel.prototype.b2 = function () {
|
|
744
744
|
return this.b3(this.n);
|
|
745
745
|
};
|
|
746
|
-
|
|
746
|
+
XExpansionPanel.prototype.b3 = function (a) {
|
|
747
747
|
var b;
|
|
748
748
|
var c = null;
|
|
749
749
|
c = a ? this.by : this.bx;
|
|
@@ -751,14 +751,14 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
751
751
|
b = c;
|
|
752
752
|
}
|
|
753
753
|
else {
|
|
754
|
-
b = null != this.bz ? this.bz :
|
|
754
|
+
b = null != this.bz ? this.bz : XExpansionPanel.bt;
|
|
755
755
|
}
|
|
756
756
|
return b;
|
|
757
757
|
};
|
|
758
|
-
|
|
758
|
+
XExpansionPanel.prototype.b4 = function () {
|
|
759
759
|
return this.b5(this.n);
|
|
760
760
|
};
|
|
761
|
-
|
|
761
|
+
XExpansionPanel.prototype.b5 = function (a) {
|
|
762
762
|
var b;
|
|
763
763
|
var c = null;
|
|
764
764
|
c = a ? this.b8 : this.b7;
|
|
@@ -766,45 +766,44 @@ var ExpansionPanel = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
766
766
|
b = c;
|
|
767
767
|
}
|
|
768
768
|
else {
|
|
769
|
-
b = null != this.b6 ? this.b6 :
|
|
769
|
+
b = null != this.b6 ? this.b6 : XExpansionPanel.bu;
|
|
770
770
|
}
|
|
771
771
|
return b;
|
|
772
772
|
};
|
|
773
|
-
|
|
773
|
+
XExpansionPanel.prototype.ar = function () {
|
|
774
774
|
this.n = false;
|
|
775
775
|
};
|
|
776
|
-
|
|
776
|
+
XExpansionPanel.prototype.destroy = function () {
|
|
777
777
|
this.provideRenderer(null);
|
|
778
778
|
};
|
|
779
|
-
|
|
779
|
+
XExpansionPanel.prototype.au = function () {
|
|
780
780
|
this.n = true;
|
|
781
781
|
};
|
|
782
|
-
|
|
782
|
+
XExpansionPanel.prototype.notifySizeChanged = function () {
|
|
783
783
|
};
|
|
784
|
-
|
|
784
|
+
XExpansionPanel.prototype.provideHeader = function (a) {
|
|
785
785
|
this.g.af(a);
|
|
786
786
|
};
|
|
787
|
-
|
|
787
|
+
XExpansionPanel.prototype.provideContentAreaOuter = function (a) {
|
|
788
788
|
this.g.ae(a);
|
|
789
789
|
};
|
|
790
|
-
|
|
790
|
+
XExpansionPanel.prototype.provideContentAreaInner = function (a) {
|
|
791
791
|
this.g.ad(a);
|
|
792
792
|
};
|
|
793
|
-
|
|
793
|
+
XExpansionPanel.prototype.provideRenderer = function (a) {
|
|
794
794
|
this.g.ac(a);
|
|
795
795
|
};
|
|
796
|
-
|
|
796
|
+
XExpansionPanel.prototype.a2 = function () {
|
|
797
797
|
this.n = !this.n;
|
|
798
798
|
};
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
return
|
|
799
|
+
XExpansionPanel.$t = markType(XExpansionPanel, 'XExpansionPanel', Base.$, [INotifyPropertyChanged_$type]);
|
|
800
|
+
XExpansionPanel.bs = BrushUtil.g(188, 0, 0, 0);
|
|
801
|
+
XExpansionPanel.bt = BrushUtil.g(188, 0, 0, 0);
|
|
802
|
+
XExpansionPanel.r = 2;
|
|
803
|
+
XExpansionPanel.bu = BrushUtil.g(255, 245, 245, 245);
|
|
804
|
+
XExpansionPanel.bw = BrushUtil.g(66, 0, 0, 0);
|
|
805
|
+
XExpansionPanel.bv = BrushUtil.g(30, 0, 0, 0);
|
|
806
|
+
XExpansionPanel.br = BrushUtil.g(20, 0, 0, 0);
|
|
807
|
+
return XExpansionPanel;
|
|
808
808
|
}(Base));
|
|
809
|
-
export {
|
|
810
|
-
//# sourceMappingURL=ExpansionPanelView_combined.js.map
|
|
809
|
+
export { XExpansionPanel };
|