igniteui-angular-core 13.2.0-beta.1 → 13.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-angular-core.umd.js +1082 -40
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm2015/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm2015/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm2015/lib/FontDefaults.js +7 -7
- package/esm2015/lib/NativeUIButton.js +2 -1
- package/esm2015/lib/NativeUICheckbox.js +2 -1
- package/esm2015/lib/NativeUIDropDown.js +2 -1
- package/esm2015/lib/NativeUIInput.js +2 -1
- package/esm2015/lib/NativeUISlider.js +2 -1
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +8 -0
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDropdownGroupDescription.js +2 -10
- package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm2015/lib/WebExpansionPanelComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescription.js +82 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +77 -0
- package/esm2015/lib/WebExpansionPanelDescriptionModule.js +20 -0
- package/esm2015/lib/WebMaskInputDescription.js +71 -0
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebMaskInputDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeDescription.js +106 -0
- package/esm2015/lib/WebTreeDescriptionMetadata.js +54 -0
- package/esm2015/lib/WebTreeDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebTreeItemDescription.js +98 -0
- package/esm2015/lib/WebTreeItemDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebTreeItemDescriptionModule.js +20 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +38 -0
- package/esm2015/lib/igx-tooltip-container-component.js +3 -3
- package/esm2015/public_api.js +18 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm5/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm5/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm5/lib/FontDefaults.js +7 -7
- package/esm5/lib/NativeUIButton.js +2 -1
- package/esm5/lib/NativeUICheckbox.js +2 -1
- package/esm5/lib/NativeUIDropDown.js +2 -1
- package/esm5/lib/NativeUIInput.js +2 -1
- package/esm5/lib/NativeUISlider.js +2 -1
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +14 -1
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDropdownGroupDescription.js +1 -13
- package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm5/lib/WebExpansionPanelComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescription.js +116 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +84 -0
- package/esm5/lib/WebExpansionPanelDescriptionModule.js +24 -0
- package/esm5/lib/WebMaskInputDescription.js +97 -0
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +51 -0
- package/esm5/lib/WebMaskInputDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeDescription.js +152 -0
- package/esm5/lib/WebTreeDescriptionMetadata.js +58 -0
- package/esm5/lib/WebTreeDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/WebTreeItemDescription.js +140 -0
- package/esm5/lib/WebTreeItemDescriptionMetadata.js +51 -0
- package/esm5/lib/WebTreeItemDescriptionModule.js +24 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +42 -0
- package/esm5/lib/igx-tooltip-container-component.js +2 -2
- package/esm5/public_api.js +18 -0
- package/fesm2015/igniteui-angular-core.js +875 -38
- package/fesm5/igniteui-angular-core.js +1065 -41
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.d.ts +3 -0
- package/lib/WebDropdownGroupDescription.d.ts +0 -4
- package/lib/WebExpansionPanelComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescription.d.ts +32 -0
- package/lib/WebExpansionPanelDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescriptionMetadata_combined.d.ts +23 -0
- package/lib/WebExpansionPanelDescriptionModule.d.ts +9 -0
- package/lib/WebMaskInputDescription.d.ts +28 -0
- package/lib/WebMaskInputDescriptionMetadata.d.ts +13 -0
- package/lib/WebMaskInputDescriptionModule.d.ts +9 -0
- package/lib/WebTreeDescription.d.ts +41 -0
- package/lib/WebTreeDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeDescriptionModule.d.ts +9 -0
- package/lib/WebTreeItemComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeItemComponentEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescription.d.ts +38 -0
- package/lib/WebTreeItemDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescriptionModule.d.ts +9 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +13 -0
- package/package.json +1 -1
- package/public_api.d.ts +18 -0
|
@@ -6,6 +6,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, markType } from "./type";
|
|
9
|
+
import { ButtonDescriptionModule } from "./ButtonDescriptionModule";
|
|
9
10
|
import { DataGridPagerDescriptionMetadata } from "./DataGridPagerDescriptionMetadata";
|
|
10
11
|
/**
|
|
11
12
|
* @hidden
|
|
@@ -16,6 +17,7 @@ var DataGridPagerDescriptionModule = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
16
17
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
18
|
}
|
|
18
19
|
DataGridPagerDescriptionModule.register = function (a) {
|
|
20
|
+
ButtonDescriptionModule.register(a);
|
|
19
21
|
DataGridPagerDescriptionMetadata.d(a);
|
|
20
22
|
};
|
|
21
23
|
DataGridPagerDescriptionModule.$t = markType(DataGridPagerDescriptionModule, 'DataGridPagerDescriptionModule');
|
|
@@ -29,6 +29,7 @@ import { ItemToolTipLayerDescriptionModule } from "./ItemToolTipLayerDescription
|
|
|
29
29
|
import { CategoryToolTipLayerDescriptionModule } from "./CategoryToolTipLayerDescriptionModule";
|
|
30
30
|
import { CategoryHighlightLayerDescriptionModule } from "./CategoryHighlightLayerDescriptionModule";
|
|
31
31
|
import { CategoryItemHighlightLayerDescriptionModule } from "./CategoryItemHighlightLayerDescriptionModule";
|
|
32
|
+
import { DataToolTipLayerDescriptionModule } from "./DataToolTipLayerDescriptionModule";
|
|
32
33
|
import { FinalValueLayerDescriptionModule } from "./FinalValueLayerDescriptionModule";
|
|
33
34
|
import { NumberAbbreviatorDescriptionModule } from "./NumberAbbreviatorDescriptionModule";
|
|
34
35
|
import { DataChartInteractivityDescriptionModule } from "./DataChartInteractivityDescriptionModule";
|
|
@@ -66,6 +67,7 @@ var FinancialChartDescriptionModule = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
66
67
|
CategoryToolTipLayerDescriptionModule.register(a);
|
|
67
68
|
CategoryHighlightLayerDescriptionModule.register(a);
|
|
68
69
|
CategoryItemHighlightLayerDescriptionModule.register(a);
|
|
70
|
+
DataToolTipLayerDescriptionModule.register(a);
|
|
69
71
|
FinalValueLayerDescriptionModule.register(a);
|
|
70
72
|
NumberAbbreviatorDescriptionModule.register(a);
|
|
71
73
|
DataChartInteractivityDescriptionModule.register(a);
|
package/esm5/lib/FontDefaults.js
CHANGED
|
@@ -21,13 +21,13 @@ var FontDefaults = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
21
21
|
};
|
|
22
22
|
FontDefaults.$t = markType(FontDefaults, 'FontDefaults');
|
|
23
23
|
FontDefaults.legendLabelsBrush = BrushUtil.g(255, 37, 37, 37);
|
|
24
|
-
FontDefaults.legendLabelsFontSizeConst =
|
|
25
|
-
FontDefaults.legendLabelsFontSize = DeviceUtils.f(
|
|
24
|
+
FontDefaults.legendLabelsFontSizeConst = 13;
|
|
25
|
+
FontDefaults.legendLabelsFontSize = DeviceUtils.f(13);
|
|
26
26
|
FontDefaults.legendLabelsFontConst = "Verdana";
|
|
27
27
|
FontDefaults.legendLabelsFontFamily = FontDefaults.aq("Verdana");
|
|
28
28
|
FontDefaults.dataLegendFontBrush = BrushUtil.g(255, 37, 37, 37);
|
|
29
|
-
FontDefaults.dataLegendFontSizeConst =
|
|
30
|
-
FontDefaults.dataLegendFontSize = DeviceUtils.f(
|
|
29
|
+
FontDefaults.dataLegendFontSizeConst = 13;
|
|
30
|
+
FontDefaults.dataLegendFontSize = DeviceUtils.f(13);
|
|
31
31
|
FontDefaults.dataLegendFontFamilyConst = "Verdana";
|
|
32
32
|
FontDefaults.dataLegendFontFamily = FontDefaults.aq("Verdana");
|
|
33
33
|
FontDefaults.dataLegendFontWeight = "400";
|
|
@@ -36,8 +36,8 @@ var FontDefaults = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36
36
|
FontDefaults.dataLegendFontVariant = "Normal";
|
|
37
37
|
FontDefaults.dataLegendHeaderFontWeight = "600";
|
|
38
38
|
FontDefaults.chartAxisLabelBrush = BrushUtil.g(255, 78, 78, 78);
|
|
39
|
-
FontDefaults.chartFontSizeConst =
|
|
40
|
-
FontDefaults.chartFontSize = DeviceUtils.f(
|
|
39
|
+
FontDefaults.chartFontSizeConst = 13;
|
|
40
|
+
FontDefaults.chartFontSize = DeviceUtils.f(13);
|
|
41
41
|
FontDefaults.chartFontNameConst = "Verdana";
|
|
42
42
|
FontDefaults.chartFontFamily = FontDefaults.aq("Verdana");
|
|
43
43
|
FontDefaults.chartFontWeight = "400";
|
|
@@ -53,7 +53,7 @@ var FontDefaults = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53
53
|
FontDefaults.chartSubtitleNameConst = "Verdana";
|
|
54
54
|
FontDefaults.chartSubtitleFontWeight = "600";
|
|
55
55
|
FontDefaults.tooltipLabelsBrush = BrushUtil.g(255, 78, 78, 78);
|
|
56
|
-
FontDefaults.tooltipLabelsFontSizeConst =
|
|
56
|
+
FontDefaults.tooltipLabelsFontSizeConst = 13;
|
|
57
57
|
FontDefaults.tooltipLabelsFontSize = DeviceUtils.f(FontDefaults.tooltipLabelsFontSizeConst);
|
|
58
58
|
FontDefaults.tooltipFontNameConst = "Verdana";
|
|
59
59
|
FontDefaults.tooltipLabelsFontFamily = FontDefaults.aq("Verdana");
|
|
@@ -48,12 +48,13 @@ var NativeUIButton = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
return this.ap;
|
|
49
49
|
},
|
|
50
50
|
set: function (a) {
|
|
51
|
+
var b = this.ap;
|
|
51
52
|
this.ap = a;
|
|
52
53
|
if (this.ap != null) {
|
|
53
54
|
this.w(1, this.ap);
|
|
54
55
|
}
|
|
55
56
|
else {
|
|
56
|
-
this.ab(1,
|
|
57
|
+
this.ab(1, b);
|
|
57
58
|
}
|
|
58
59
|
},
|
|
59
60
|
enumerable: false,
|
|
@@ -47,12 +47,13 @@ var NativeUICheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
return this.ap;
|
|
48
48
|
},
|
|
49
49
|
set: function (a) {
|
|
50
|
+
var b = this.ap;
|
|
50
51
|
this.ap = a;
|
|
51
52
|
if (this.ap != null) {
|
|
52
53
|
this.w(2, this.ap);
|
|
53
54
|
}
|
|
54
55
|
else {
|
|
55
|
-
this.ab(2,
|
|
56
|
+
this.ab(2, b);
|
|
56
57
|
}
|
|
57
58
|
},
|
|
58
59
|
enumerable: false,
|
|
@@ -37,12 +37,13 @@ var NativeUIDropDown = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
return this.aq;
|
|
38
38
|
},
|
|
39
39
|
set: function (a) {
|
|
40
|
+
var b = this.aq;
|
|
40
41
|
this.aq = a;
|
|
41
42
|
if (this.aq != null) {
|
|
42
43
|
this.w(3, this.aq);
|
|
43
44
|
}
|
|
44
45
|
else {
|
|
45
|
-
this.ab(3,
|
|
46
|
+
this.ab(3, b);
|
|
46
47
|
}
|
|
47
48
|
},
|
|
48
49
|
enumerable: false,
|
|
@@ -58,12 +58,13 @@ var NativeUIInput = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
58
|
return this.ar;
|
|
59
59
|
},
|
|
60
60
|
set: function (a) {
|
|
61
|
+
var b = this.ar;
|
|
61
62
|
this.ar = a;
|
|
62
63
|
if (this.ar != null) {
|
|
63
64
|
this.w(0, this.ar);
|
|
64
65
|
}
|
|
65
66
|
else {
|
|
66
|
-
this.ab(0,
|
|
67
|
+
this.ab(0, b);
|
|
67
68
|
}
|
|
68
69
|
},
|
|
69
70
|
enumerable: false,
|
|
@@ -69,12 +69,13 @@ var NativeUISlider = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
return this.ap;
|
|
70
70
|
},
|
|
71
71
|
set: function (a) {
|
|
72
|
+
var b = this.ap;
|
|
72
73
|
this.ap = a;
|
|
73
74
|
if (this.ap != null) {
|
|
74
75
|
this.w(4, this.ap);
|
|
75
76
|
}
|
|
76
77
|
else {
|
|
77
|
-
this.ab(4,
|
|
78
|
+
this.ab(4, b);
|
|
78
79
|
}
|
|
79
80
|
},
|
|
80
81
|
enumerable: false,
|
|
@@ -13,7 +13,9 @@ import { markType } from "./type";
|
|
|
13
13
|
var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
14
|
__extends(PropertyEditorPropertyDescriptionChangedEventArgsDescription, _super);
|
|
15
15
|
function PropertyEditorPropertyDescriptionChangedEventArgsDescription() {
|
|
16
|
-
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = null;
|
|
18
|
+
return _this;
|
|
17
19
|
}
|
|
18
20
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype.get_type = function () {
|
|
19
21
|
return "PropertyEditorPropertyDescriptionChangedEventArgs";
|
|
@@ -25,6 +27,17 @@ var PropertyEditorPropertyDescriptionChangedEventArgsDescription = /** @class */
|
|
|
25
27
|
enumerable: false,
|
|
26
28
|
configurable: true
|
|
27
29
|
});
|
|
30
|
+
Object.defineProperty(PropertyEditorPropertyDescriptionChangedEventArgsDescription.prototype, "newValue", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.f;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.f = a;
|
|
36
|
+
this.e("NewValue");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
28
41
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgsDescription, 'PropertyEditorPropertyDescriptionChangedEventArgsDescription', Description.$);
|
|
29
42
|
return PropertyEditorPropertyDescriptionChangedEventArgsDescription;
|
|
30
43
|
}(Description));
|
|
@@ -27,6 +27,7 @@ var PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata = /** @
|
|
|
27
27
|
a.s(PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.a);
|
|
28
28
|
};
|
|
29
29
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.c = function (a) {
|
|
30
|
+
a.item("NewValue", "Unknown");
|
|
30
31
|
};
|
|
31
32
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.d = function (a) {
|
|
32
33
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.b(a);
|
|
@@ -15,7 +15,6 @@ var WebDropdownGroupDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
15
15
|
function WebDropdownGroupDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
17
|
_this.f = null;
|
|
18
|
-
_this.h = null;
|
|
19
18
|
return _this;
|
|
20
19
|
}
|
|
21
20
|
WebDropdownGroupDescription.prototype.get_type = function () {
|
|
@@ -28,23 +27,12 @@ var WebDropdownGroupDescription = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
28
27
|
enumerable: false,
|
|
29
28
|
configurable: true
|
|
30
29
|
});
|
|
31
|
-
Object.defineProperty(WebDropdownGroupDescription.prototype, "
|
|
30
|
+
Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
|
|
32
31
|
get: function () {
|
|
33
32
|
return this.f;
|
|
34
33
|
},
|
|
35
34
|
set: function (a) {
|
|
36
35
|
this.f = a;
|
|
37
|
-
this.e("Items");
|
|
38
|
-
},
|
|
39
|
-
enumerable: false,
|
|
40
|
-
configurable: true
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(WebDropdownGroupDescription.prototype, "size", {
|
|
43
|
-
get: function () {
|
|
44
|
-
return this.h;
|
|
45
|
-
},
|
|
46
|
-
set: function (a) {
|
|
47
|
-
this.h = a;
|
|
48
36
|
this.e("Size");
|
|
49
37
|
},
|
|
50
38
|
enumerable: false,
|
|
@@ -7,7 +7,6 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { Base, String_$type, markType } from "./type";
|
|
9
9
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
-
import { WebDropdownItemDescriptionMetadata } from "./WebDropdownItemDescriptionMetadata";
|
|
11
10
|
import { WebDropdownGroupDescription } from "./WebDropdownGroupDescription";
|
|
12
11
|
/**
|
|
13
12
|
* @hidden
|
|
@@ -26,11 +25,9 @@ var WebDropdownGroupDescriptionMetadata = /** @class */ /*@__PURE__*/ (function
|
|
|
26
25
|
return;
|
|
27
26
|
}
|
|
28
27
|
a.s(WebDropdownGroupDescriptionMetadata.a);
|
|
29
|
-
WebDropdownItemDescriptionMetadata.d(a);
|
|
30
28
|
};
|
|
31
29
|
WebDropdownGroupDescriptionMetadata.c = function (a) {
|
|
32
30
|
a.item("__qualifiedNameTS", "String:DropdownGroup");
|
|
33
|
-
a.item("Items", "ExportedType:WebDropdownItem");
|
|
34
31
|
a.item("Size", "ExportedType:string:DropdownGroupSize");
|
|
35
32
|
a.item("Size@names", "Small;Medium;Large");
|
|
36
33
|
};
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebExpansionPanelComponentEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebExpansionPanelComponentEventArgsDescription, _super);
|
|
15
|
+
function WebExpansionPanelComponentEventArgsDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.f = null;
|
|
18
|
+
return _this;
|
|
19
|
+
}
|
|
20
|
+
WebExpansionPanelComponentEventArgsDescription.prototype.get_type = function () {
|
|
21
|
+
return "WebExpansionPanelComponentEventArgs";
|
|
22
|
+
};
|
|
23
|
+
Object.defineProperty(WebExpansionPanelComponentEventArgsDescription.prototype, "type", {
|
|
24
|
+
get: function () {
|
|
25
|
+
return this.get_type();
|
|
26
|
+
},
|
|
27
|
+
enumerable: false,
|
|
28
|
+
configurable: true
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(WebExpansionPanelComponentEventArgsDescription.prototype, "detail", {
|
|
31
|
+
get: function () {
|
|
32
|
+
return this.f;
|
|
33
|
+
},
|
|
34
|
+
set: function (a) {
|
|
35
|
+
this.f = a;
|
|
36
|
+
this.e("Detail");
|
|
37
|
+
},
|
|
38
|
+
enumerable: false,
|
|
39
|
+
configurable: true
|
|
40
|
+
});
|
|
41
|
+
WebExpansionPanelComponentEventArgsDescription.$t = markType(WebExpansionPanelComponentEventArgsDescription, 'WebExpansionPanelComponentEventArgsDescription', Description.$);
|
|
42
|
+
return WebExpansionPanelComponentEventArgsDescription;
|
|
43
|
+
}(Description));
|
|
44
|
+
export { WebExpansionPanelComponentEventArgsDescription };
|
|
@@ -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 { WebExpansionPanelComponentEventArgsDescriptionMetadata } from "./WebExpansionPanelDescriptionMetadata_combined";
|
|
@@ -0,0 +1,116 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebExpansionPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebExpansionPanelDescription, _super);
|
|
15
|
+
function WebExpansionPanelDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.g = false;
|
|
18
|
+
_this.f = false;
|
|
19
|
+
_this.l = null;
|
|
20
|
+
_this.n = null;
|
|
21
|
+
_this.m = null;
|
|
22
|
+
_this.k = null;
|
|
23
|
+
_this.j = null;
|
|
24
|
+
return _this;
|
|
25
|
+
}
|
|
26
|
+
WebExpansionPanelDescription.prototype.get_type = function () {
|
|
27
|
+
return "WebExpansionPanel";
|
|
28
|
+
};
|
|
29
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "type", {
|
|
30
|
+
get: function () {
|
|
31
|
+
return this.get_type();
|
|
32
|
+
},
|
|
33
|
+
enumerable: false,
|
|
34
|
+
configurable: true
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "open", {
|
|
37
|
+
get: function () {
|
|
38
|
+
return this.g;
|
|
39
|
+
},
|
|
40
|
+
set: function (a) {
|
|
41
|
+
this.g = a;
|
|
42
|
+
this.e("Open");
|
|
43
|
+
},
|
|
44
|
+
enumerable: false,
|
|
45
|
+
configurable: true
|
|
46
|
+
});
|
|
47
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "disabled", {
|
|
48
|
+
get: function () {
|
|
49
|
+
return this.f;
|
|
50
|
+
},
|
|
51
|
+
set: function (a) {
|
|
52
|
+
this.f = a;
|
|
53
|
+
this.e("Disabled");
|
|
54
|
+
},
|
|
55
|
+
enumerable: false,
|
|
56
|
+
configurable: true
|
|
57
|
+
});
|
|
58
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "indicatorPosition", {
|
|
59
|
+
get: function () {
|
|
60
|
+
return this.l;
|
|
61
|
+
},
|
|
62
|
+
set: function (a) {
|
|
63
|
+
this.l = a;
|
|
64
|
+
this.e("IndicatorPosition");
|
|
65
|
+
},
|
|
66
|
+
enumerable: false,
|
|
67
|
+
configurable: true
|
|
68
|
+
});
|
|
69
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "openingRef", {
|
|
70
|
+
get: function () {
|
|
71
|
+
return this.n;
|
|
72
|
+
},
|
|
73
|
+
set: function (a) {
|
|
74
|
+
this.n = a;
|
|
75
|
+
this.e("OpeningRef");
|
|
76
|
+
},
|
|
77
|
+
enumerable: false,
|
|
78
|
+
configurable: true
|
|
79
|
+
});
|
|
80
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "openedRef", {
|
|
81
|
+
get: function () {
|
|
82
|
+
return this.m;
|
|
83
|
+
},
|
|
84
|
+
set: function (a) {
|
|
85
|
+
this.m = a;
|
|
86
|
+
this.e("OpenedRef");
|
|
87
|
+
},
|
|
88
|
+
enumerable: false,
|
|
89
|
+
configurable: true
|
|
90
|
+
});
|
|
91
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "closingRef", {
|
|
92
|
+
get: function () {
|
|
93
|
+
return this.k;
|
|
94
|
+
},
|
|
95
|
+
set: function (a) {
|
|
96
|
+
this.k = a;
|
|
97
|
+
this.e("ClosingRef");
|
|
98
|
+
},
|
|
99
|
+
enumerable: false,
|
|
100
|
+
configurable: true
|
|
101
|
+
});
|
|
102
|
+
Object.defineProperty(WebExpansionPanelDescription.prototype, "closedRef", {
|
|
103
|
+
get: function () {
|
|
104
|
+
return this.j;
|
|
105
|
+
},
|
|
106
|
+
set: function (a) {
|
|
107
|
+
this.j = a;
|
|
108
|
+
this.e("ClosedRef");
|
|
109
|
+
},
|
|
110
|
+
enumerable: false,
|
|
111
|
+
configurable: true
|
|
112
|
+
});
|
|
113
|
+
WebExpansionPanelDescription.$t = markType(WebExpansionPanelDescription, 'WebExpansionPanelDescription', Description.$);
|
|
114
|
+
return WebExpansionPanelDescription;
|
|
115
|
+
}(Description));
|
|
116
|
+
export { WebExpansionPanelDescription };
|
|
@@ -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 { WebExpansionPanelDescriptionMetadata } from "./WebExpansionPanelDescriptionMetadata_combined";
|
|
@@ -0,0 +1,84 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebExpansionPanelDescription } from "./WebExpansionPanelDescription";
|
|
11
|
+
import { WebExpansionPanelComponentEventArgsDescription } from "./WebExpansionPanelComponentEventArgsDescription";
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
var WebExpansionPanelDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
+
__extends(WebExpansionPanelDescriptionMetadata, _super);
|
|
17
|
+
function WebExpansionPanelDescriptionMetadata() {
|
|
18
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
+
}
|
|
20
|
+
WebExpansionPanelDescriptionMetadata.b = function (a) {
|
|
21
|
+
if (WebExpansionPanelDescriptionMetadata.a == null) {
|
|
22
|
+
WebExpansionPanelDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
+
WebExpansionPanelDescriptionMetadata.c(WebExpansionPanelDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
if (a.g(WebExpansionPanelDescriptionMetadata.a)) {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
a.s(WebExpansionPanelDescriptionMetadata.a);
|
|
29
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.d(a);
|
|
30
|
+
};
|
|
31
|
+
WebExpansionPanelDescriptionMetadata.c = function (a) {
|
|
32
|
+
a.item("__qualifiedNameTS", "String:ExpansionPanel");
|
|
33
|
+
a.item("Open", "Boolean");
|
|
34
|
+
a.item("Disabled", "Boolean");
|
|
35
|
+
a.item("IndicatorPosition", "ExportedType:string:ExpansionPanelIndicatorPosition");
|
|
36
|
+
a.item("IndicatorPosition@names", "Start;End;None");
|
|
37
|
+
a.item("OpeningRef", "EventRef::opening");
|
|
38
|
+
a.item("OpenedRef", "EventRef::opened");
|
|
39
|
+
a.item("ClosingRef", "EventRef::closing");
|
|
40
|
+
a.item("ClosedRef", "EventRef::closed");
|
|
41
|
+
};
|
|
42
|
+
WebExpansionPanelDescriptionMetadata.d = function (a) {
|
|
43
|
+
WebExpansionPanelDescriptionMetadata.b(a);
|
|
44
|
+
a.u("WebExpansionPanel", function () { return new WebExpansionPanelDescription(); });
|
|
45
|
+
a.t("WebExpansionPanel", WebExpansionPanelDescriptionMetadata.a);
|
|
46
|
+
};
|
|
47
|
+
WebExpansionPanelDescriptionMetadata.$t = markType(WebExpansionPanelDescriptionMetadata, 'WebExpansionPanelDescriptionMetadata');
|
|
48
|
+
WebExpansionPanelDescriptionMetadata.a = null;
|
|
49
|
+
return WebExpansionPanelDescriptionMetadata;
|
|
50
|
+
}(Base));
|
|
51
|
+
export { WebExpansionPanelDescriptionMetadata };
|
|
52
|
+
/**
|
|
53
|
+
* @hidden
|
|
54
|
+
*/
|
|
55
|
+
var WebExpansionPanelComponentEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
56
|
+
__extends(WebExpansionPanelComponentEventArgsDescriptionMetadata, _super);
|
|
57
|
+
function WebExpansionPanelComponentEventArgsDescriptionMetadata() {
|
|
58
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
59
|
+
}
|
|
60
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.b = function (a) {
|
|
61
|
+
if (WebExpansionPanelComponentEventArgsDescriptionMetadata.a == null) {
|
|
62
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
63
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.c(WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
|
|
64
|
+
}
|
|
65
|
+
if (a.g(WebExpansionPanelComponentEventArgsDescriptionMetadata.a)) {
|
|
66
|
+
return;
|
|
67
|
+
}
|
|
68
|
+
a.s(WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
|
|
69
|
+
WebExpansionPanelDescriptionMetadata.d(a);
|
|
70
|
+
};
|
|
71
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.c = function (a) {
|
|
72
|
+
a.item("__qualifiedNameTS", "String:ExpansionPanelComponentEventArgs");
|
|
73
|
+
a.item("Detail", "ExportedType:WebExpansionPanel");
|
|
74
|
+
};
|
|
75
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.d = function (a) {
|
|
76
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.b(a);
|
|
77
|
+
a.u("WebExpansionPanelComponentEventArgs", function () { return new WebExpansionPanelComponentEventArgsDescription(); });
|
|
78
|
+
a.t("WebExpansionPanelComponentEventArgs", WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
|
|
79
|
+
};
|
|
80
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.$t = markType(WebExpansionPanelComponentEventArgsDescriptionMetadata, 'WebExpansionPanelComponentEventArgsDescriptionMetadata');
|
|
81
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.a = null;
|
|
82
|
+
return WebExpansionPanelComponentEventArgsDescriptionMetadata;
|
|
83
|
+
}(Base));
|
|
84
|
+
export { WebExpansionPanelComponentEventArgsDescriptionMetadata };
|
|
@@ -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 { __extends } from "tslib";
|
|
8
|
+
import { Base, markType } from "./type";
|
|
9
|
+
import { WebExpansionPanelDescriptionMetadata } from "./WebExpansionPanelDescriptionMetadata";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebExpansionPanelDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebExpansionPanelDescriptionModule, _super);
|
|
15
|
+
function WebExpansionPanelDescriptionModule() {
|
|
16
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
+
}
|
|
18
|
+
WebExpansionPanelDescriptionModule.register = function (a) {
|
|
19
|
+
WebExpansionPanelDescriptionMetadata.d(a);
|
|
20
|
+
};
|
|
21
|
+
WebExpansionPanelDescriptionModule.$t = markType(WebExpansionPanelDescriptionModule, 'WebExpansionPanelDescriptionModule');
|
|
22
|
+
return WebExpansionPanelDescriptionModule;
|
|
23
|
+
}(Base));
|
|
24
|
+
export { WebExpansionPanelDescriptionModule };
|
|
@@ -0,0 +1,97 @@
|
|
|
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 { __extends } from "tslib";
|
|
8
|
+
import { WebInputBaseDescription } from "./WebInputBaseDescription";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebMaskInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebMaskInputDescription, _super);
|
|
15
|
+
function WebMaskInputDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.ae = null;
|
|
18
|
+
_this.ac = false;
|
|
19
|
+
_this.ai = null;
|
|
20
|
+
_this.ah = null;
|
|
21
|
+
_this.af = null;
|
|
22
|
+
_this.ag = null;
|
|
23
|
+
return _this;
|
|
24
|
+
}
|
|
25
|
+
WebMaskInputDescription.prototype.get_type = function () {
|
|
26
|
+
return "WebMaskInput";
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "dir", {
|
|
29
|
+
get: function () {
|
|
30
|
+
return this.ae;
|
|
31
|
+
},
|
|
32
|
+
set: function (a) {
|
|
33
|
+
this.ae = a;
|
|
34
|
+
this.e("Dir");
|
|
35
|
+
},
|
|
36
|
+
enumerable: false,
|
|
37
|
+
configurable: true
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "invalid", {
|
|
40
|
+
get: function () {
|
|
41
|
+
return this.ac;
|
|
42
|
+
},
|
|
43
|
+
set: function (a) {
|
|
44
|
+
this.ac = a;
|
|
45
|
+
this.e("Invalid");
|
|
46
|
+
},
|
|
47
|
+
enumerable: false,
|
|
48
|
+
configurable: true
|
|
49
|
+
});
|
|
50
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "valueMode", {
|
|
51
|
+
get: function () {
|
|
52
|
+
return this.ai;
|
|
53
|
+
},
|
|
54
|
+
set: function (a) {
|
|
55
|
+
this.ai = a;
|
|
56
|
+
this.e("ValueMode");
|
|
57
|
+
},
|
|
58
|
+
enumerable: false,
|
|
59
|
+
configurable: true
|
|
60
|
+
});
|
|
61
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "value", {
|
|
62
|
+
get: function () {
|
|
63
|
+
return this.ah;
|
|
64
|
+
},
|
|
65
|
+
set: function (a) {
|
|
66
|
+
this.ah = a;
|
|
67
|
+
this.e("Value");
|
|
68
|
+
},
|
|
69
|
+
enumerable: false,
|
|
70
|
+
configurable: true
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "mask", {
|
|
73
|
+
get: function () {
|
|
74
|
+
return this.af;
|
|
75
|
+
},
|
|
76
|
+
set: function (a) {
|
|
77
|
+
this.af = a;
|
|
78
|
+
this.e("Mask");
|
|
79
|
+
},
|
|
80
|
+
enumerable: false,
|
|
81
|
+
configurable: true
|
|
82
|
+
});
|
|
83
|
+
Object.defineProperty(WebMaskInputDescription.prototype, "prompt", {
|
|
84
|
+
get: function () {
|
|
85
|
+
return this.ag;
|
|
86
|
+
},
|
|
87
|
+
set: function (a) {
|
|
88
|
+
this.ag = a;
|
|
89
|
+
this.e("Prompt");
|
|
90
|
+
},
|
|
91
|
+
enumerable: false,
|
|
92
|
+
configurable: true
|
|
93
|
+
});
|
|
94
|
+
WebMaskInputDescription.$t = markType(WebMaskInputDescription, 'WebMaskInputDescription', WebInputBaseDescription.$);
|
|
95
|
+
return WebMaskInputDescription;
|
|
96
|
+
}(WebInputBaseDescription));
|
|
97
|
+
export { WebMaskInputDescription };
|