igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.2
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 +1511 -2029
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm2015/lib/LocalDataSource_combined.js +53 -52
- package/esm2015/lib/NativeUIButton.js +7 -5
- package/esm2015/lib/NativeUICheckbox.js +7 -5
- package/esm2015/lib/NativeUIDropDown.js +7 -5
- package/esm2015/lib/NativeUIGrid.js +7 -5
- package/esm2015/lib/NativeUIInput.js +7 -5
- package/esm2015/lib/NativeUIPopup.js +14 -10
- package/esm2015/lib/NativeUISlider.js +14 -10
- package/esm2015/lib/RearrangedListView.js +304 -303
- package/esm2015/lib/WebActionStripDescription.js +57 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm2015/lib/WebColumnDescription.js +129 -177
- package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebColumnGroupDescription.js +6 -6
- package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
- package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
- package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
- package/esm2015/lib/WebGridDescription.js +48 -72
- package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
- package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -58
- package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
- package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
- package/esm5/lib/LocalDataSource_combined.js +53 -52
- package/esm5/lib/NativeUIButton.js +7 -5
- package/esm5/lib/NativeUICheckbox.js +7 -5
- package/esm5/lib/NativeUIDropDown.js +7 -5
- package/esm5/lib/NativeUIGrid.js +7 -5
- package/esm5/lib/NativeUIInput.js +7 -5
- package/esm5/lib/NativeUIPopup.js +14 -10
- package/esm5/lib/NativeUISlider.js +14 -10
- package/esm5/lib/RearrangedListView.js +304 -303
- package/esm5/lib/WebActionStripDescription.js +79 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
- package/esm5/lib/WebColumnDescription.js +129 -201
- package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
- package/esm5/lib/WebColumnGroupDescription.js +6 -6
- package/esm5/lib/WebColumnLayoutDescription.js +1 -14
- package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
- package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
- package/esm5/lib/WebGridDescription.js +48 -84
- package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
- package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
- package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotGridDescription.js +41 -65
- package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
- package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
- package/esm5/lib/WebRowDirectiveDescription.js +6 -18
- package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
- package/esm5/lib/WebTreeGridDescription.js +30 -42
- package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm5/public_api.js +4 -8
- package/fesm2015/igniteui-angular-core.js +1448 -1831
- package/fesm5/igniteui-angular-core.js +1508 -2022
- package/lib/RearrangedListView.d.ts +50 -49
- package/lib/WebActionStripDescription.d.ts +27 -1
- package/lib/WebColumnDescription.d.ts +46 -64
- package/lib/WebColumnGroupDescription.d.ts +2 -2
- package/lib/WebColumnLayoutDescription.d.ts +0 -3
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
- package/lib/WebGridDescription.d.ts +17 -27
- package/lib/WebGridEditingActionsDescription.d.ts +4 -4
- package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
- package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
- package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebPivotGridDescription.d.ts +15 -21
- package/lib/WebRowDirectiveDescription.d.ts +2 -5
- package/lib/WebTreeGridDescription.d.ts +10 -13
- package/package.json +1 -1
- package/public_api.d.ts +4 -8
- package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
- package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
- package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
- package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
- package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
- package/esm5/lib/WebActionStripDescription_combined.js +0 -157
- package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
- package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
- package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
- package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
- package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
- package/lib/WebActionStripDescription_combined.d.ts +0 -49
- package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
- package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
- package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
|
-
import { WebDisplayDensityBaseElementDescription } from "./WebDisplayDensityBaseElementDescription";
|
|
9
|
-
import { markType } from "./type";
|
|
10
|
-
import { Description } from "./Description";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
var WebActionStripDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
-
__extends(WebActionStripDescription, _super);
|
|
16
|
-
function WebActionStripDescription() {
|
|
17
|
-
var _this = _super.call(this) || this;
|
|
18
|
-
_this.s = null;
|
|
19
|
-
_this.m = null;
|
|
20
|
-
_this.q = false;
|
|
21
|
-
_this.o = null;
|
|
22
|
-
_this.u = null;
|
|
23
|
-
return _this;
|
|
24
|
-
}
|
|
25
|
-
WebActionStripDescription.prototype.get_type = function () {
|
|
26
|
-
return "WebActionStrip";
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(WebActionStripDescription.prototype, "context", {
|
|
29
|
-
get: function () {
|
|
30
|
-
return this.s;
|
|
31
|
-
},
|
|
32
|
-
set: function (a) {
|
|
33
|
-
this.s = a;
|
|
34
|
-
this.g("Context");
|
|
35
|
-
},
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
Object.defineProperty(WebActionStripDescription.prototype, "actionButtons", {
|
|
40
|
-
get: function () {
|
|
41
|
-
return this.m;
|
|
42
|
-
},
|
|
43
|
-
set: function (a) {
|
|
44
|
-
this.m = a;
|
|
45
|
-
this.g("ActionButtons");
|
|
46
|
-
},
|
|
47
|
-
enumerable: false,
|
|
48
|
-
configurable: true
|
|
49
|
-
});
|
|
50
|
-
Object.defineProperty(WebActionStripDescription.prototype, "hidden", {
|
|
51
|
-
get: function () {
|
|
52
|
-
return this.q;
|
|
53
|
-
},
|
|
54
|
-
set: function (a) {
|
|
55
|
-
this.q = a;
|
|
56
|
-
this.g("Hidden");
|
|
57
|
-
},
|
|
58
|
-
enumerable: false,
|
|
59
|
-
configurable: true
|
|
60
|
-
});
|
|
61
|
-
Object.defineProperty(WebActionStripDescription.prototype, "resourceStrings", {
|
|
62
|
-
get: function () {
|
|
63
|
-
return this.o;
|
|
64
|
-
},
|
|
65
|
-
set: function (a) {
|
|
66
|
-
this.o = a;
|
|
67
|
-
this.g("ResourceStrings");
|
|
68
|
-
},
|
|
69
|
-
enumerable: false,
|
|
70
|
-
configurable: true
|
|
71
|
-
});
|
|
72
|
-
Object.defineProperty(WebActionStripDescription.prototype, "name", {
|
|
73
|
-
get: function () {
|
|
74
|
-
return this.u;
|
|
75
|
-
},
|
|
76
|
-
set: function (a) {
|
|
77
|
-
this.u = a;
|
|
78
|
-
this.g("Name");
|
|
79
|
-
},
|
|
80
|
-
enumerable: false,
|
|
81
|
-
configurable: true
|
|
82
|
-
});
|
|
83
|
-
WebActionStripDescription.$t = markType(WebActionStripDescription, 'WebActionStripDescription', WebDisplayDensityBaseElementDescription.$);
|
|
84
|
-
return WebActionStripDescription;
|
|
85
|
-
}(WebDisplayDensityBaseElementDescription));
|
|
86
|
-
export { WebActionStripDescription };
|
|
87
|
-
/**
|
|
88
|
-
* @hidden
|
|
89
|
-
*/
|
|
90
|
-
var WebGridActionsBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
91
|
-
__extends(WebGridActionsBaseDirectiveDescription, _super);
|
|
92
|
-
function WebGridActionsBaseDirectiveDescription() {
|
|
93
|
-
var _this = _super.call(this) || this;
|
|
94
|
-
_this.h = null;
|
|
95
|
-
_this.l = false;
|
|
96
|
-
_this.j = null;
|
|
97
|
-
_this.n = null;
|
|
98
|
-
return _this;
|
|
99
|
-
}
|
|
100
|
-
WebGridActionsBaseDirectiveDescription.prototype.get_type = function () {
|
|
101
|
-
return "WebGridActionsBaseDirective";
|
|
102
|
-
};
|
|
103
|
-
Object.defineProperty(WebGridActionsBaseDirectiveDescription.prototype, "type", {
|
|
104
|
-
get: function () {
|
|
105
|
-
return this.get_type();
|
|
106
|
-
},
|
|
107
|
-
enumerable: false,
|
|
108
|
-
configurable: true
|
|
109
|
-
});
|
|
110
|
-
Object.defineProperty(WebGridActionsBaseDirectiveDescription.prototype, "buttons", {
|
|
111
|
-
get: function () {
|
|
112
|
-
return this.h;
|
|
113
|
-
},
|
|
114
|
-
set: function (a) {
|
|
115
|
-
this.h = a;
|
|
116
|
-
this.g("Buttons");
|
|
117
|
-
},
|
|
118
|
-
enumerable: false,
|
|
119
|
-
configurable: true
|
|
120
|
-
});
|
|
121
|
-
Object.defineProperty(WebGridActionsBaseDirectiveDescription.prototype, "asMenuItems", {
|
|
122
|
-
get: function () {
|
|
123
|
-
return this.l;
|
|
124
|
-
},
|
|
125
|
-
set: function (a) {
|
|
126
|
-
this.l = a;
|
|
127
|
-
this.g("AsMenuItems");
|
|
128
|
-
},
|
|
129
|
-
enumerable: false,
|
|
130
|
-
configurable: true
|
|
131
|
-
});
|
|
132
|
-
Object.defineProperty(WebGridActionsBaseDirectiveDescription.prototype, "strip", {
|
|
133
|
-
get: function () {
|
|
134
|
-
return this.j;
|
|
135
|
-
},
|
|
136
|
-
set: function (a) {
|
|
137
|
-
this.j = a;
|
|
138
|
-
this.g("Strip");
|
|
139
|
-
},
|
|
140
|
-
enumerable: false,
|
|
141
|
-
configurable: true
|
|
142
|
-
});
|
|
143
|
-
Object.defineProperty(WebGridActionsBaseDirectiveDescription.prototype, "name", {
|
|
144
|
-
get: function () {
|
|
145
|
-
return this.n;
|
|
146
|
-
},
|
|
147
|
-
set: function (a) {
|
|
148
|
-
this.n = a;
|
|
149
|
-
this.g("Name");
|
|
150
|
-
},
|
|
151
|
-
enumerable: false,
|
|
152
|
-
configurable: true
|
|
153
|
-
});
|
|
154
|
-
WebGridActionsBaseDirectiveDescription.$t = markType(WebGridActionsBaseDirectiveDescription, 'WebGridActionsBaseDirectiveDescription', Description.$);
|
|
155
|
-
return WebGridActionsBaseDirectiveDescription;
|
|
156
|
-
}(Description));
|
|
157
|
-
export { WebGridActionsBaseDirectiveDescription };
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
|
-
import { Description } from "./Description";
|
|
9
|
-
import { markType } from "./type";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
var WebMRLColumnSizeInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
-
__extends(WebMRLColumnSizeInfoDescription, _super);
|
|
15
|
-
function WebMRLColumnSizeInfoDescription() {
|
|
16
|
-
return _super.call(this) || this;
|
|
17
|
-
}
|
|
18
|
-
WebMRLColumnSizeInfoDescription.prototype.get_type = function () {
|
|
19
|
-
return "WebMRLColumnSizeInfo";
|
|
20
|
-
};
|
|
21
|
-
Object.defineProperty(WebMRLColumnSizeInfoDescription.prototype, "type", {
|
|
22
|
-
get: function () {
|
|
23
|
-
return this.get_type();
|
|
24
|
-
},
|
|
25
|
-
enumerable: false,
|
|
26
|
-
configurable: true
|
|
27
|
-
});
|
|
28
|
-
WebMRLColumnSizeInfoDescription.$t = markType(WebMRLColumnSizeInfoDescription, 'WebMRLColumnSizeInfoDescription', Description.$);
|
|
29
|
-
return WebMRLColumnSizeInfoDescription;
|
|
30
|
-
}(Description));
|
|
31
|
-
export { WebMRLColumnSizeInfoDescription };
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
|
-
import { Base, String_$type, markType } from "./type";
|
|
9
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
-
import { WebMRLColumnSizeInfoDescription } from "./WebMRLColumnSizeInfoDescription";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
var WebMRLColumnSizeInfoDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
-
__extends(WebMRLColumnSizeInfoDescriptionMetadata, _super);
|
|
16
|
-
function WebMRLColumnSizeInfoDescriptionMetadata() {
|
|
17
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
-
}
|
|
19
|
-
WebMRLColumnSizeInfoDescriptionMetadata.b = function (a) {
|
|
20
|
-
if (WebMRLColumnSizeInfoDescriptionMetadata.a == null) {
|
|
21
|
-
WebMRLColumnSizeInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
-
WebMRLColumnSizeInfoDescriptionMetadata.c(WebMRLColumnSizeInfoDescriptionMetadata.a);
|
|
23
|
-
}
|
|
24
|
-
if (a.k(WebMRLColumnSizeInfoDescriptionMetadata.a)) {
|
|
25
|
-
return;
|
|
26
|
-
}
|
|
27
|
-
a.ab(WebMRLColumnSizeInfoDescriptionMetadata.a);
|
|
28
|
-
};
|
|
29
|
-
WebMRLColumnSizeInfoDescriptionMetadata.c = function (a) {
|
|
30
|
-
a.item("__qualifiedNameTS", "String:MRLColumnSizeInfo");
|
|
31
|
-
a.item("__packageNameWC", "String:grids");
|
|
32
|
-
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
33
|
-
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
34
|
-
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
35
|
-
a.item("__isPlainObject", "Boolean");
|
|
36
|
-
a.item("__skipSuffix", "Boolean");
|
|
37
|
-
};
|
|
38
|
-
WebMRLColumnSizeInfoDescriptionMetadata.d = function (a) {
|
|
39
|
-
WebMRLColumnSizeInfoDescriptionMetadata.b(a);
|
|
40
|
-
a.ad("WebMRLColumnSizeInfo", function () { return new WebMRLColumnSizeInfoDescription(); });
|
|
41
|
-
a.ac("WebMRLColumnSizeInfo", WebMRLColumnSizeInfoDescriptionMetadata.a);
|
|
42
|
-
};
|
|
43
|
-
WebMRLColumnSizeInfoDescriptionMetadata.$t = markType(WebMRLColumnSizeInfoDescriptionMetadata, 'WebMRLColumnSizeInfoDescriptionMetadata');
|
|
44
|
-
WebMRLColumnSizeInfoDescriptionMetadata.a = null;
|
|
45
|
-
return WebMRLColumnSizeInfoDescriptionMetadata;
|
|
46
|
-
}(Base));
|
|
47
|
-
export { WebMRLColumnSizeInfoDescriptionMetadata };
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
|
-
import { Description } from "./Description";
|
|
9
|
-
import { markType } from "./type";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
var WebMRLResizeColumnInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
-
__extends(WebMRLResizeColumnInfoDescription, _super);
|
|
15
|
-
function WebMRLResizeColumnInfoDescription() {
|
|
16
|
-
return _super.call(this) || this;
|
|
17
|
-
}
|
|
18
|
-
WebMRLResizeColumnInfoDescription.prototype.get_type = function () {
|
|
19
|
-
return "WebMRLResizeColumnInfo";
|
|
20
|
-
};
|
|
21
|
-
Object.defineProperty(WebMRLResizeColumnInfoDescription.prototype, "type", {
|
|
22
|
-
get: function () {
|
|
23
|
-
return this.get_type();
|
|
24
|
-
},
|
|
25
|
-
enumerable: false,
|
|
26
|
-
configurable: true
|
|
27
|
-
});
|
|
28
|
-
WebMRLResizeColumnInfoDescription.$t = markType(WebMRLResizeColumnInfoDescription, 'WebMRLResizeColumnInfoDescription', Description.$);
|
|
29
|
-
return WebMRLResizeColumnInfoDescription;
|
|
30
|
-
}(Description));
|
|
31
|
-
export { WebMRLResizeColumnInfoDescription };
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
|
-
import { Base, String_$type, markType } from "./type";
|
|
9
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
-
import { WebMRLResizeColumnInfoDescription } from "./WebMRLResizeColumnInfoDescription";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
var WebMRLResizeColumnInfoDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
-
__extends(WebMRLResizeColumnInfoDescriptionMetadata, _super);
|
|
16
|
-
function WebMRLResizeColumnInfoDescriptionMetadata() {
|
|
17
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
-
}
|
|
19
|
-
WebMRLResizeColumnInfoDescriptionMetadata.b = function (a) {
|
|
20
|
-
if (WebMRLResizeColumnInfoDescriptionMetadata.a == null) {
|
|
21
|
-
WebMRLResizeColumnInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
-
WebMRLResizeColumnInfoDescriptionMetadata.c(WebMRLResizeColumnInfoDescriptionMetadata.a);
|
|
23
|
-
}
|
|
24
|
-
if (a.k(WebMRLResizeColumnInfoDescriptionMetadata.a)) {
|
|
25
|
-
return;
|
|
26
|
-
}
|
|
27
|
-
a.ab(WebMRLResizeColumnInfoDescriptionMetadata.a);
|
|
28
|
-
};
|
|
29
|
-
WebMRLResizeColumnInfoDescriptionMetadata.c = function (a) {
|
|
30
|
-
a.item("__qualifiedNameTS", "String:MRLResizeColumnInfo");
|
|
31
|
-
a.item("__packageNameWC", "String:grids");
|
|
32
|
-
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
33
|
-
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
34
|
-
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
35
|
-
a.item("__isPlainObject", "Boolean");
|
|
36
|
-
a.item("__skipSuffix", "Boolean");
|
|
37
|
-
};
|
|
38
|
-
WebMRLResizeColumnInfoDescriptionMetadata.d = function (a) {
|
|
39
|
-
WebMRLResizeColumnInfoDescriptionMetadata.b(a);
|
|
40
|
-
a.ad("WebMRLResizeColumnInfo", function () { return new WebMRLResizeColumnInfoDescription(); });
|
|
41
|
-
a.ac("WebMRLResizeColumnInfo", WebMRLResizeColumnInfoDescriptionMetadata.a);
|
|
42
|
-
};
|
|
43
|
-
WebMRLResizeColumnInfoDescriptionMetadata.$t = markType(WebMRLResizeColumnInfoDescriptionMetadata, 'WebMRLResizeColumnInfoDescriptionMetadata');
|
|
44
|
-
WebMRLResizeColumnInfoDescriptionMetadata.a = null;
|
|
45
|
-
return WebMRLResizeColumnInfoDescriptionMetadata;
|
|
46
|
-
}(Base));
|
|
47
|
-
export { WebMRLResizeColumnInfoDescriptionMetadata };
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
|
-
import { Description } from "./Description";
|
|
9
|
-
import { markType } from "./type";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
var WebPivotConfigurationChangeDetailDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
-
__extends(WebPivotConfigurationChangeDetailDescription, _super);
|
|
15
|
-
function WebPivotConfigurationChangeDetailDescription() {
|
|
16
|
-
var _this = _super.call(this) || this;
|
|
17
|
-
_this.h = null;
|
|
18
|
-
return _this;
|
|
19
|
-
}
|
|
20
|
-
WebPivotConfigurationChangeDetailDescription.prototype.get_type = function () {
|
|
21
|
-
return "WebPivotConfigurationChangeDetail";
|
|
22
|
-
};
|
|
23
|
-
Object.defineProperty(WebPivotConfigurationChangeDetailDescription.prototype, "type", {
|
|
24
|
-
get: function () {
|
|
25
|
-
return this.get_type();
|
|
26
|
-
},
|
|
27
|
-
enumerable: false,
|
|
28
|
-
configurable: true
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(WebPivotConfigurationChangeDetailDescription.prototype, "configuration", {
|
|
31
|
-
get: function () {
|
|
32
|
-
return this.h;
|
|
33
|
-
},
|
|
34
|
-
set: function (a) {
|
|
35
|
-
this.h = a;
|
|
36
|
-
this.g("Configuration");
|
|
37
|
-
},
|
|
38
|
-
enumerable: false,
|
|
39
|
-
configurable: true
|
|
40
|
-
});
|
|
41
|
-
WebPivotConfigurationChangeDetailDescription.$t = markType(WebPivotConfigurationChangeDetailDescription, 'WebPivotConfigurationChangeDetailDescription', Description.$);
|
|
42
|
-
WebPivotConfigurationChangeDetailDescription.__marshalByValue = true;
|
|
43
|
-
WebPivotConfigurationChangeDetailDescription.__marshalByValueAlias = "PivotConfigurationChangeDetail";
|
|
44
|
-
return WebPivotConfigurationChangeDetailDescription;
|
|
45
|
-
}(Description));
|
|
46
|
-
export { WebPivotConfigurationChangeDetailDescription };
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
|
-
import { Base, String_$type, markType } from "./type";
|
|
9
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
-
import { WebPivotConfigurationDescriptionMetadata } from "./WebPivotConfigurationDescriptionMetadata";
|
|
11
|
-
import { WebPivotConfigurationChangeDetailDescription } from "./WebPivotConfigurationChangeDetailDescription";
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
var WebPivotConfigurationChangeDetailDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
-
__extends(WebPivotConfigurationChangeDetailDescriptionMetadata, _super);
|
|
17
|
-
function WebPivotConfigurationChangeDetailDescriptionMetadata() {
|
|
18
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
-
}
|
|
20
|
-
WebPivotConfigurationChangeDetailDescriptionMetadata.b = function (a) {
|
|
21
|
-
if (WebPivotConfigurationChangeDetailDescriptionMetadata.a == null) {
|
|
22
|
-
WebPivotConfigurationChangeDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
-
WebPivotConfigurationChangeDetailDescriptionMetadata.c(WebPivotConfigurationChangeDetailDescriptionMetadata.a);
|
|
24
|
-
}
|
|
25
|
-
if (a.k(WebPivotConfigurationChangeDetailDescriptionMetadata.a)) {
|
|
26
|
-
return;
|
|
27
|
-
}
|
|
28
|
-
a.ab(WebPivotConfigurationChangeDetailDescriptionMetadata.a);
|
|
29
|
-
WebPivotConfigurationDescriptionMetadata.d(a);
|
|
30
|
-
};
|
|
31
|
-
WebPivotConfigurationChangeDetailDescriptionMetadata.c = function (a) {
|
|
32
|
-
a.item("__qualifiedNameTS", "String:PivotConfigurationChangeDetail");
|
|
33
|
-
a.item("__packageNameWC", "String:grids");
|
|
34
|
-
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
35
|
-
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
36
|
-
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
37
|
-
a.item("__isPlainObject", "Boolean");
|
|
38
|
-
a.item("__skipSuffix", "Boolean");
|
|
39
|
-
a.item("Configuration", "ExportedType:WebPivotConfiguration");
|
|
40
|
-
};
|
|
41
|
-
WebPivotConfigurationChangeDetailDescriptionMetadata.d = function (a) {
|
|
42
|
-
WebPivotConfigurationChangeDetailDescriptionMetadata.b(a);
|
|
43
|
-
a.ad("WebPivotConfigurationChangeDetail", function () { return new WebPivotConfigurationChangeDetailDescription(); });
|
|
44
|
-
a.ac("WebPivotConfigurationChangeDetail", WebPivotConfigurationChangeDetailDescriptionMetadata.a);
|
|
45
|
-
};
|
|
46
|
-
WebPivotConfigurationChangeDetailDescriptionMetadata.$t = markType(WebPivotConfigurationChangeDetailDescriptionMetadata, 'WebPivotConfigurationChangeDetailDescriptionMetadata');
|
|
47
|
-
WebPivotConfigurationChangeDetailDescriptionMetadata.a = null;
|
|
48
|
-
return WebPivotConfigurationChangeDetailDescriptionMetadata;
|
|
49
|
-
}(Base));
|
|
50
|
-
export { WebPivotConfigurationChangeDetailDescriptionMetadata };
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
|
-
import { Description } from "./Description";
|
|
9
|
-
import { markType } from "./type";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
var WebPivotConfigurationChangeEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
-
__extends(WebPivotConfigurationChangeEventArgsDescription, _super);
|
|
15
|
-
function WebPivotConfigurationChangeEventArgsDescription() {
|
|
16
|
-
var _this = _super.call(this) || this;
|
|
17
|
-
_this.h = null;
|
|
18
|
-
return _this;
|
|
19
|
-
}
|
|
20
|
-
WebPivotConfigurationChangeEventArgsDescription.prototype.get_type = function () {
|
|
21
|
-
return "WebPivotConfigurationChangeEventArgs";
|
|
22
|
-
};
|
|
23
|
-
Object.defineProperty(WebPivotConfigurationChangeEventArgsDescription.prototype, "type", {
|
|
24
|
-
get: function () {
|
|
25
|
-
return this.get_type();
|
|
26
|
-
},
|
|
27
|
-
enumerable: false,
|
|
28
|
-
configurable: true
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(WebPivotConfigurationChangeEventArgsDescription.prototype, "detail", {
|
|
31
|
-
get: function () {
|
|
32
|
-
return this.h;
|
|
33
|
-
},
|
|
34
|
-
set: function (a) {
|
|
35
|
-
this.h = a;
|
|
36
|
-
this.g("Detail");
|
|
37
|
-
},
|
|
38
|
-
enumerable: false,
|
|
39
|
-
configurable: true
|
|
40
|
-
});
|
|
41
|
-
WebPivotConfigurationChangeEventArgsDescription.$t = markType(WebPivotConfigurationChangeEventArgsDescription, 'WebPivotConfigurationChangeEventArgsDescription', Description.$);
|
|
42
|
-
WebPivotConfigurationChangeEventArgsDescription.__marshalByValue = true;
|
|
43
|
-
WebPivotConfigurationChangeEventArgsDescription.__marshalByValueAlias = "PivotConfigurationChangeEventArgs";
|
|
44
|
-
return WebPivotConfigurationChangeEventArgsDescription;
|
|
45
|
-
}(Description));
|
|
46
|
-
export { WebPivotConfigurationChangeEventArgsDescription };
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { __extends } from "tslib";
|
|
8
|
-
import { Base, String_$type, markType } from "./type";
|
|
9
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
-
import { WebPivotConfigurationChangeDetailDescriptionMetadata } from "./WebPivotConfigurationChangeDetailDescriptionMetadata";
|
|
11
|
-
import { WebPivotConfigurationChangeEventArgsDescription } from "./WebPivotConfigurationChangeEventArgsDescription";
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
var WebPivotConfigurationChangeEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
16
|
-
__extends(WebPivotConfigurationChangeEventArgsDescriptionMetadata, _super);
|
|
17
|
-
function WebPivotConfigurationChangeEventArgsDescriptionMetadata() {
|
|
18
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
-
}
|
|
20
|
-
WebPivotConfigurationChangeEventArgsDescriptionMetadata.b = function (a) {
|
|
21
|
-
if (WebPivotConfigurationChangeEventArgsDescriptionMetadata.a == null) {
|
|
22
|
-
WebPivotConfigurationChangeEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
23
|
-
WebPivotConfigurationChangeEventArgsDescriptionMetadata.c(WebPivotConfigurationChangeEventArgsDescriptionMetadata.a);
|
|
24
|
-
}
|
|
25
|
-
if (a.k(WebPivotConfigurationChangeEventArgsDescriptionMetadata.a)) {
|
|
26
|
-
return;
|
|
27
|
-
}
|
|
28
|
-
a.ab(WebPivotConfigurationChangeEventArgsDescriptionMetadata.a);
|
|
29
|
-
WebPivotConfigurationChangeDetailDescriptionMetadata.d(a);
|
|
30
|
-
};
|
|
31
|
-
WebPivotConfigurationChangeEventArgsDescriptionMetadata.c = function (a) {
|
|
32
|
-
a.item("__qualifiedNameTS", "String:PivotConfigurationChangeEventArgs");
|
|
33
|
-
a.item("Detail", "ExportedType:WebPivotConfigurationChangeDetail");
|
|
34
|
-
};
|
|
35
|
-
WebPivotConfigurationChangeEventArgsDescriptionMetadata.d = function (a) {
|
|
36
|
-
WebPivotConfigurationChangeEventArgsDescriptionMetadata.b(a);
|
|
37
|
-
a.ad("WebPivotConfigurationChangeEventArgs", function () { return new WebPivotConfigurationChangeEventArgsDescription(); });
|
|
38
|
-
a.ac("WebPivotConfigurationChangeEventArgs", WebPivotConfigurationChangeEventArgsDescriptionMetadata.a);
|
|
39
|
-
};
|
|
40
|
-
WebPivotConfigurationChangeEventArgsDescriptionMetadata.$t = markType(WebPivotConfigurationChangeEventArgsDescriptionMetadata, 'WebPivotConfigurationChangeEventArgsDescriptionMetadata');
|
|
41
|
-
WebPivotConfigurationChangeEventArgsDescriptionMetadata.a = null;
|
|
42
|
-
return WebPivotConfigurationChangeEventArgsDescriptionMetadata;
|
|
43
|
-
}(Base));
|
|
44
|
-
export { WebPivotConfigurationChangeEventArgsDescriptionMetadata };
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { WebDisplayDensityBaseElementDescription } from "./WebDisplayDensityBaseElementDescription";
|
|
2
|
-
import { Type } from "./type";
|
|
3
|
-
import { Description } from "./Description";
|
|
4
|
-
import { WebActionStripResourceStringsDescription } from "./WebActionStripResourceStringsDescription";
|
|
5
|
-
import { WebGridActionButtonDescription } from "./WebGridActionButtonDescription";
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare class WebActionStripDescription extends WebDisplayDensityBaseElementDescription {
|
|
10
|
-
static $t: Type;
|
|
11
|
-
protected get_type(): string;
|
|
12
|
-
constructor();
|
|
13
|
-
private s;
|
|
14
|
-
get context(): any;
|
|
15
|
-
set context(a: any);
|
|
16
|
-
private m;
|
|
17
|
-
get actionButtons(): WebGridActionsBaseDirectiveDescription[];
|
|
18
|
-
set actionButtons(a: WebGridActionsBaseDirectiveDescription[]);
|
|
19
|
-
private q;
|
|
20
|
-
get hidden(): boolean;
|
|
21
|
-
set hidden(a: boolean);
|
|
22
|
-
private o;
|
|
23
|
-
get resourceStrings(): WebActionStripResourceStringsDescription;
|
|
24
|
-
set resourceStrings(a: WebActionStripResourceStringsDescription);
|
|
25
|
-
private u;
|
|
26
|
-
get name(): string;
|
|
27
|
-
set name(a: string);
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* @hidden
|
|
31
|
-
*/
|
|
32
|
-
export declare class WebGridActionsBaseDirectiveDescription extends Description {
|
|
33
|
-
static $t: Type;
|
|
34
|
-
protected get_type(): string;
|
|
35
|
-
get type(): string;
|
|
36
|
-
constructor();
|
|
37
|
-
private h;
|
|
38
|
-
get buttons(): WebGridActionButtonDescription[];
|
|
39
|
-
set buttons(a: WebGridActionButtonDescription[]);
|
|
40
|
-
private l;
|
|
41
|
-
get asMenuItems(): boolean;
|
|
42
|
-
set asMenuItems(a: boolean);
|
|
43
|
-
private j;
|
|
44
|
-
get strip(): WebActionStripDescription;
|
|
45
|
-
set strip(a: WebActionStripDescription);
|
|
46
|
-
private n;
|
|
47
|
-
get name(): string;
|
|
48
|
-
set name(a: string);
|
|
49
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Description } from "./Description";
|
|
2
|
-
import { Type } from "./type";
|
|
3
|
-
/**
|
|
4
|
-
* @hidden
|
|
5
|
-
*/
|
|
6
|
-
export declare class WebMRLColumnSizeInfoDescription extends Description {
|
|
7
|
-
static $t: Type;
|
|
8
|
-
protected get_type(): string;
|
|
9
|
-
get type(): string;
|
|
10
|
-
constructor();
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Description } from "./Description";
|
|
2
|
-
import { Type } from "./type";
|
|
3
|
-
/**
|
|
4
|
-
* @hidden
|
|
5
|
-
*/
|
|
6
|
-
export declare class WebMRLResizeColumnInfoDescription extends Description {
|
|
7
|
-
static $t: Type;
|
|
8
|
-
protected get_type(): string;
|
|
9
|
-
get type(): string;
|
|
10
|
-
constructor();
|
|
11
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Base, Type } from "./type";
|
|
2
|
-
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class WebMRLResizeColumnInfoDescriptionMetadata extends Base {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
private static a;
|
|
10
|
-
private static b;
|
|
11
|
-
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
-
static d(a: TypeDescriptionContext): void;
|
|
13
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Description } from "./Description";
|
|
2
|
-
import { WebPivotConfigurationChangeDetailDescription } from "./WebPivotConfigurationChangeDetailDescription";
|
|
3
|
-
import { Type } from "./type";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class WebPivotConfigurationChangeEventArgsDescription extends Description {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
protected get_type(): string;
|
|
10
|
-
get type(): string;
|
|
11
|
-
private static __marshalByValue;
|
|
12
|
-
private static __marshalByValueAlias;
|
|
13
|
-
constructor();
|
|
14
|
-
private h;
|
|
15
|
-
get detail(): WebPivotConfigurationChangeDetailDescription;
|
|
16
|
-
set detail(a: WebPivotConfigurationChangeDetailDescription);
|
|
17
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Base, Type } from "./type";
|
|
2
|
-
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
-
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
export declare class WebPivotConfigurationChangeEventArgsDescriptionMetadata extends Base {
|
|
8
|
-
static $t: Type;
|
|
9
|
-
private static a;
|
|
10
|
-
private static b;
|
|
11
|
-
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
-
static d(a: TypeDescriptionContext): void;
|
|
13
|
-
}
|