igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.3
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 +1717 -2156
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CanvasViewRenderer.js +15 -0
- 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/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebComboDescription.js +90 -82
- package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebContentPaneDescription.js +69 -53
- package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebDockManagerDescription.js +20 -12
- package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
- package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.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/WebSplitPaneDescription.js +25 -17
- package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebStepperDescription.js +6 -14
- package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
- package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebTreeGridDescription.js +30 -38
- package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
- package/esm2015/public_api.js +4 -8
- package/esm5/lib/CanvasViewRenderer.js +15 -0
- 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/WebComboChangeEventArgsDetailDescription.js +9 -9
- package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/WebComboDescription.js +94 -82
- package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
- package/esm5/lib/WebContentPaneDescription.js +77 -53
- package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
- package/esm5/lib/WebDockManagerDescription.js +24 -12
- package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
- package/esm5/lib/WebDockingIndicatorDescriptionMetadata.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/WebSplitPaneDescription.js +29 -17
- package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
- package/esm5/lib/WebStepperDescription.js +6 -18
- package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
- package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
- package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
- 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 +1630 -1954
- package/fesm5/igniteui-angular-core.js +1714 -2149
- 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/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
- package/lib/WebComboDescription.d.ts +33 -30
- package/lib/WebContentPaneDescription.d.ts +26 -20
- package/lib/WebDockManagerDescription.d.ts +7 -4
- package/lib/WebDockingIndicatorDescription.d.ts +4 -1
- 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/WebSplitPaneDescription.d.ts +9 -6
- package/lib/WebStepperDescription.d.ts +2 -5
- package/lib/WebTabGroupPaneDescription.d.ts +7 -4
- 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
|
@@ -14,26 +14,28 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
14
14
|
__extends(WebContentPaneDescription, _super);
|
|
15
15
|
function WebContentPaneDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
+
_this.as = null;
|
|
18
|
+
_this.at = null;
|
|
17
19
|
_this.ao = null;
|
|
18
|
-
_this.ap = null;
|
|
19
|
-
_this.ak = null;
|
|
20
|
-
_this.am = null;
|
|
21
|
-
_this.an = null;
|
|
22
20
|
_this.aq = null;
|
|
23
21
|
_this.ar = null;
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
28
|
-
_this.r = false;
|
|
22
|
+
_this.au = null;
|
|
23
|
+
_this.av = null;
|
|
24
|
+
_this.ap = null;
|
|
25
|
+
_this.aj = 0;
|
|
29
26
|
_this.o = false;
|
|
27
|
+
_this.r = false;
|
|
28
|
+
_this.s = false;
|
|
30
29
|
_this.p = false;
|
|
31
|
-
_this.
|
|
30
|
+
_this.n = false;
|
|
31
|
+
_this.q = false;
|
|
32
|
+
_this.ak = 0;
|
|
33
|
+
_this.x = false;
|
|
34
|
+
_this.w = false;
|
|
35
|
+
_this.aw = null;
|
|
32
36
|
_this.v = false;
|
|
33
|
-
_this.as = null;
|
|
34
|
-
_this.u = false;
|
|
35
|
-
_this.s = false;
|
|
36
37
|
_this.t = false;
|
|
38
|
+
_this.u = false;
|
|
37
39
|
return _this;
|
|
38
40
|
}
|
|
39
41
|
WebContentPaneDescription.prototype.get_type = function () {
|
|
@@ -41,10 +43,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41
43
|
};
|
|
42
44
|
Object.defineProperty(WebContentPaneDescription.prototype, "id", {
|
|
43
45
|
get: function () {
|
|
44
|
-
return this.
|
|
46
|
+
return this.as;
|
|
45
47
|
},
|
|
46
48
|
set: function (a) {
|
|
47
|
-
this.
|
|
49
|
+
this.as = a;
|
|
48
50
|
this.g("Id");
|
|
49
51
|
},
|
|
50
52
|
enumerable: false,
|
|
@@ -52,10 +54,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
52
54
|
});
|
|
53
55
|
Object.defineProperty(WebContentPaneDescription.prototype, "paneType", {
|
|
54
56
|
get: function () {
|
|
55
|
-
return this.
|
|
57
|
+
return this.at;
|
|
56
58
|
},
|
|
57
59
|
set: function (a) {
|
|
58
|
-
this.
|
|
60
|
+
this.at = a;
|
|
59
61
|
this.g("PaneType");
|
|
60
62
|
},
|
|
61
63
|
enumerable: false,
|
|
@@ -63,10 +65,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
63
65
|
});
|
|
64
66
|
Object.defineProperty(WebContentPaneDescription.prototype, "contentId", {
|
|
65
67
|
get: function () {
|
|
66
|
-
return this.
|
|
68
|
+
return this.ao;
|
|
67
69
|
},
|
|
68
70
|
set: function (a) {
|
|
69
|
-
this.
|
|
71
|
+
this.ao = a;
|
|
70
72
|
this.g("ContentId");
|
|
71
73
|
},
|
|
72
74
|
enumerable: false,
|
|
@@ -74,10 +76,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74
76
|
});
|
|
75
77
|
Object.defineProperty(WebContentPaneDescription.prototype, "header", {
|
|
76
78
|
get: function () {
|
|
77
|
-
return this.
|
|
79
|
+
return this.aq;
|
|
78
80
|
},
|
|
79
81
|
set: function (a) {
|
|
80
|
-
this.
|
|
82
|
+
this.aq = a;
|
|
81
83
|
this.g("Header");
|
|
82
84
|
},
|
|
83
85
|
enumerable: false,
|
|
@@ -85,10 +87,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
87
|
});
|
|
86
88
|
Object.defineProperty(WebContentPaneDescription.prototype, "headerId", {
|
|
87
89
|
get: function () {
|
|
88
|
-
return this.
|
|
90
|
+
return this.ar;
|
|
89
91
|
},
|
|
90
92
|
set: function (a) {
|
|
91
|
-
this.
|
|
93
|
+
this.ar = a;
|
|
92
94
|
this.g("HeaderId");
|
|
93
95
|
},
|
|
94
96
|
enumerable: false,
|
|
@@ -96,10 +98,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96
98
|
});
|
|
97
99
|
Object.defineProperty(WebContentPaneDescription.prototype, "tabHeaderId", {
|
|
98
100
|
get: function () {
|
|
99
|
-
return this.
|
|
101
|
+
return this.au;
|
|
100
102
|
},
|
|
101
103
|
set: function (a) {
|
|
102
|
-
this.
|
|
104
|
+
this.au = a;
|
|
103
105
|
this.g("TabHeaderId");
|
|
104
106
|
},
|
|
105
107
|
enumerable: false,
|
|
@@ -107,10 +109,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107
109
|
});
|
|
108
110
|
Object.defineProperty(WebContentPaneDescription.prototype, "unpinnedHeaderId", {
|
|
109
111
|
get: function () {
|
|
110
|
-
return this.
|
|
112
|
+
return this.av;
|
|
111
113
|
},
|
|
112
114
|
set: function (a) {
|
|
113
|
-
this.
|
|
115
|
+
this.av = a;
|
|
114
116
|
this.g("UnpinnedHeaderId");
|
|
115
117
|
},
|
|
116
118
|
enumerable: false,
|
|
@@ -118,10 +120,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
118
120
|
});
|
|
119
121
|
Object.defineProperty(WebContentPaneDescription.prototype, "floatingHeaderId", {
|
|
120
122
|
get: function () {
|
|
121
|
-
return this.
|
|
123
|
+
return this.ap;
|
|
122
124
|
},
|
|
123
125
|
set: function (a) {
|
|
124
|
-
this.
|
|
126
|
+
this.ap = a;
|
|
125
127
|
this.g("FloatingHeaderId");
|
|
126
128
|
},
|
|
127
129
|
enumerable: false,
|
|
@@ -129,10 +131,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129
131
|
});
|
|
130
132
|
Object.defineProperty(WebContentPaneDescription.prototype, "size", {
|
|
131
133
|
get: function () {
|
|
132
|
-
return this.
|
|
134
|
+
return this.aj;
|
|
133
135
|
},
|
|
134
136
|
set: function (a) {
|
|
135
|
-
this.
|
|
137
|
+
this.aj = a;
|
|
136
138
|
this.g("Size");
|
|
137
139
|
},
|
|
138
140
|
enumerable: false,
|
|
@@ -140,10 +142,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
140
142
|
});
|
|
141
143
|
Object.defineProperty(WebContentPaneDescription.prototype, "allowClose", {
|
|
142
144
|
get: function () {
|
|
143
|
-
return this.
|
|
145
|
+
return this.o;
|
|
144
146
|
},
|
|
145
147
|
set: function (a) {
|
|
146
|
-
this.
|
|
148
|
+
this.o = a;
|
|
147
149
|
this.g("AllowClose");
|
|
148
150
|
},
|
|
149
151
|
enumerable: false,
|
|
@@ -151,10 +153,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
151
153
|
});
|
|
152
154
|
Object.defineProperty(WebContentPaneDescription.prototype, "allowMaximize", {
|
|
153
155
|
get: function () {
|
|
154
|
-
return this.
|
|
156
|
+
return this.r;
|
|
155
157
|
},
|
|
156
158
|
set: function (a) {
|
|
157
|
-
this.
|
|
159
|
+
this.r = a;
|
|
158
160
|
this.g("AllowMaximize");
|
|
159
161
|
},
|
|
160
162
|
enumerable: false,
|
|
@@ -162,10 +164,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
162
164
|
});
|
|
163
165
|
Object.defineProperty(WebContentPaneDescription.prototype, "allowPinning", {
|
|
164
166
|
get: function () {
|
|
165
|
-
return this.
|
|
167
|
+
return this.s;
|
|
166
168
|
},
|
|
167
169
|
set: function (a) {
|
|
168
|
-
this.
|
|
170
|
+
this.s = a;
|
|
169
171
|
this.g("AllowPinning");
|
|
170
172
|
},
|
|
171
173
|
enumerable: false,
|
|
@@ -173,21 +175,32 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
173
175
|
});
|
|
174
176
|
Object.defineProperty(WebContentPaneDescription.prototype, "allowDocking", {
|
|
175
177
|
get: function () {
|
|
176
|
-
return this.
|
|
178
|
+
return this.p;
|
|
177
179
|
},
|
|
178
180
|
set: function (a) {
|
|
179
|
-
this.
|
|
181
|
+
this.p = a;
|
|
180
182
|
this.g("AllowDocking");
|
|
181
183
|
},
|
|
182
184
|
enumerable: false,
|
|
183
185
|
configurable: true
|
|
184
186
|
});
|
|
187
|
+
Object.defineProperty(WebContentPaneDescription.prototype, "acceptsInnerDock", {
|
|
188
|
+
get: function () {
|
|
189
|
+
return this.n;
|
|
190
|
+
},
|
|
191
|
+
set: function (a) {
|
|
192
|
+
this.n = a;
|
|
193
|
+
this.g("AcceptsInnerDock");
|
|
194
|
+
},
|
|
195
|
+
enumerable: false,
|
|
196
|
+
configurable: true
|
|
197
|
+
});
|
|
185
198
|
Object.defineProperty(WebContentPaneDescription.prototype, "allowFloating", {
|
|
186
199
|
get: function () {
|
|
187
|
-
return this.
|
|
200
|
+
return this.q;
|
|
188
201
|
},
|
|
189
202
|
set: function (a) {
|
|
190
|
-
this.
|
|
203
|
+
this.q = a;
|
|
191
204
|
this.g("AllowFloating");
|
|
192
205
|
},
|
|
193
206
|
enumerable: false,
|
|
@@ -195,10 +208,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195
208
|
});
|
|
196
209
|
Object.defineProperty(WebContentPaneDescription.prototype, "unpinnedSize", {
|
|
197
210
|
get: function () {
|
|
198
|
-
return this.
|
|
211
|
+
return this.ak;
|
|
199
212
|
},
|
|
200
213
|
set: function (a) {
|
|
201
|
-
this.
|
|
214
|
+
this.ak = a;
|
|
202
215
|
this.g("UnpinnedSize");
|
|
203
216
|
},
|
|
204
217
|
enumerable: false,
|
|
@@ -206,21 +219,32 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
206
219
|
});
|
|
207
220
|
Object.defineProperty(WebContentPaneDescription.prototype, "isPinned", {
|
|
208
221
|
get: function () {
|
|
209
|
-
return this.
|
|
222
|
+
return this.x;
|
|
210
223
|
},
|
|
211
224
|
set: function (a) {
|
|
212
|
-
this.
|
|
225
|
+
this.x = a;
|
|
213
226
|
this.g("IsPinned");
|
|
214
227
|
},
|
|
215
228
|
enumerable: false,
|
|
216
229
|
configurable: true
|
|
217
230
|
});
|
|
231
|
+
Object.defineProperty(WebContentPaneDescription.prototype, "isMaximized", {
|
|
232
|
+
get: function () {
|
|
233
|
+
return this.w;
|
|
234
|
+
},
|
|
235
|
+
set: function (a) {
|
|
236
|
+
this.w = a;
|
|
237
|
+
this.g("IsMaximized");
|
|
238
|
+
},
|
|
239
|
+
enumerable: false,
|
|
240
|
+
configurable: true
|
|
241
|
+
});
|
|
218
242
|
Object.defineProperty(WebContentPaneDescription.prototype, "unpinnedLocation", {
|
|
219
243
|
get: function () {
|
|
220
|
-
return this.
|
|
244
|
+
return this.aw;
|
|
221
245
|
},
|
|
222
246
|
set: function (a) {
|
|
223
|
-
this.
|
|
247
|
+
this.aw = a;
|
|
224
248
|
this.g("UnpinnedLocation");
|
|
225
249
|
},
|
|
226
250
|
enumerable: false,
|
|
@@ -228,10 +252,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228
252
|
});
|
|
229
253
|
Object.defineProperty(WebContentPaneDescription.prototype, "hidden", {
|
|
230
254
|
get: function () {
|
|
231
|
-
return this.
|
|
255
|
+
return this.v;
|
|
232
256
|
},
|
|
233
257
|
set: function (a) {
|
|
234
|
-
this.
|
|
258
|
+
this.v = a;
|
|
235
259
|
this.g("Hidden");
|
|
236
260
|
},
|
|
237
261
|
enumerable: false,
|
|
@@ -239,10 +263,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
239
263
|
});
|
|
240
264
|
Object.defineProperty(WebContentPaneDescription.prototype, "disabled", {
|
|
241
265
|
get: function () {
|
|
242
|
-
return this.
|
|
266
|
+
return this.t;
|
|
243
267
|
},
|
|
244
268
|
set: function (a) {
|
|
245
|
-
this.
|
|
269
|
+
this.t = a;
|
|
246
270
|
this.g("Disabled");
|
|
247
271
|
},
|
|
248
272
|
enumerable: false,
|
|
@@ -250,10 +274,10 @@ var WebContentPaneDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
250
274
|
});
|
|
251
275
|
Object.defineProperty(WebContentPaneDescription.prototype, "documentOnly", {
|
|
252
276
|
get: function () {
|
|
253
|
-
return this.
|
|
277
|
+
return this.u;
|
|
254
278
|
},
|
|
255
279
|
set: function (a) {
|
|
256
|
-
this.
|
|
280
|
+
this.u = a;
|
|
257
281
|
this.g("DocumentOnly");
|
|
258
282
|
},
|
|
259
283
|
enumerable: false,
|
|
@@ -47,9 +47,11 @@ var WebContentPaneDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_
|
|
|
47
47
|
a.item("AllowMaximize", "Boolean");
|
|
48
48
|
a.item("AllowPinning", "Boolean");
|
|
49
49
|
a.item("AllowDocking", "Boolean");
|
|
50
|
+
a.item("AcceptsInnerDock", "Boolean");
|
|
50
51
|
a.item("AllowFloating", "Boolean");
|
|
51
52
|
a.item("UnpinnedSize", "Number:double");
|
|
52
53
|
a.item("IsPinned", "Boolean");
|
|
54
|
+
a.item("IsMaximized", "Boolean");
|
|
53
55
|
a.item("UnpinnedLocation", "ExportedType:string:UnpinnedLocation");
|
|
54
56
|
a.item("UnpinnedLocation@stringUnion", "WebComponents;React");
|
|
55
57
|
a.item("UnpinnedLocation@names", "Top;Bottom;Left;Right");
|
|
@@ -18,13 +18,14 @@ var WebDockManagerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18
18
|
_this.l = null;
|
|
19
19
|
_this.p = null;
|
|
20
20
|
_this.h = null;
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
21
|
+
_this.v = false;
|
|
22
|
+
_this.ac = null;
|
|
23
23
|
_this.m = null;
|
|
24
24
|
_this.r = null;
|
|
25
25
|
_this.t = false;
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
26
|
+
_this.w = false;
|
|
27
|
+
_this.u = false;
|
|
28
|
+
_this.ab = null;
|
|
28
29
|
return _this;
|
|
29
30
|
}
|
|
30
31
|
WebDockManagerDescription.prototype.get_type = function () {
|
|
@@ -83,10 +84,10 @@ var WebDockManagerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83
84
|
});
|
|
84
85
|
Object.defineProperty(WebDockManagerDescription.prototype, "allowMaximize", {
|
|
85
86
|
get: function () {
|
|
86
|
-
return this.
|
|
87
|
+
return this.v;
|
|
87
88
|
},
|
|
88
89
|
set: function (a) {
|
|
89
|
-
this.
|
|
90
|
+
this.v = a;
|
|
90
91
|
this.g("AllowMaximize");
|
|
91
92
|
},
|
|
92
93
|
enumerable: false,
|
|
@@ -94,10 +95,10 @@ var WebDockManagerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
94
95
|
});
|
|
95
96
|
Object.defineProperty(WebDockManagerDescription.prototype, "showHeaderIconOnHover", {
|
|
96
97
|
get: function () {
|
|
97
|
-
return this.
|
|
98
|
+
return this.ac;
|
|
98
99
|
},
|
|
99
100
|
set: function (a) {
|
|
100
|
-
this.
|
|
101
|
+
this.ac = a;
|
|
101
102
|
this.g("ShowHeaderIconOnHover");
|
|
102
103
|
},
|
|
103
104
|
enumerable: false,
|
|
@@ -138,21 +139,32 @@ var WebDockManagerDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
138
139
|
});
|
|
139
140
|
Object.defineProperty(WebDockManagerDescription.prototype, "disableKeyboardNavigation", {
|
|
140
141
|
get: function () {
|
|
141
|
-
return this.
|
|
142
|
+
return this.w;
|
|
142
143
|
},
|
|
143
144
|
set: function (a) {
|
|
144
|
-
this.
|
|
145
|
+
this.w = a;
|
|
145
146
|
this.g("DisableKeyboardNavigation");
|
|
146
147
|
},
|
|
147
148
|
enumerable: false,
|
|
148
149
|
configurable: true
|
|
149
150
|
});
|
|
151
|
+
Object.defineProperty(WebDockManagerDescription.prototype, "allowInnerDock", {
|
|
152
|
+
get: function () {
|
|
153
|
+
return this.u;
|
|
154
|
+
},
|
|
155
|
+
set: function (a) {
|
|
156
|
+
this.u = a;
|
|
157
|
+
this.g("AllowInnerDock");
|
|
158
|
+
},
|
|
159
|
+
enumerable: false,
|
|
160
|
+
configurable: true
|
|
161
|
+
});
|
|
150
162
|
Object.defineProperty(WebDockManagerDescription.prototype, "layoutChangeRef", {
|
|
151
163
|
get: function () {
|
|
152
|
-
return this.
|
|
164
|
+
return this.ab;
|
|
153
165
|
},
|
|
154
166
|
set: function (a) {
|
|
155
|
-
this.
|
|
167
|
+
this.ab = a;
|
|
156
168
|
this.g("LayoutChangeRef");
|
|
157
169
|
},
|
|
158
170
|
enumerable: false,
|
|
@@ -55,6 +55,7 @@ var WebDockManagerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_
|
|
|
55
55
|
a.item("ResourceStrings", "ExportedType:WebDockManagerResourceStrings");
|
|
56
56
|
a.item("AllowFloatingPanesResize", "Boolean");
|
|
57
57
|
a.item("DisableKeyboardNavigation", "Boolean");
|
|
58
|
+
a.item("AllowInnerDock", "Boolean");
|
|
58
59
|
a.item("LayoutChangeRef", "EventRef::layoutChange:customEvent");
|
|
59
60
|
};
|
|
60
61
|
WebDockManagerDescriptionMetadata.d = function (a) {
|
|
@@ -14,8 +14,9 @@ var WebDockingIndicatorDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
14
14
|
__extends(WebDockingIndicatorDescription, _super);
|
|
15
15
|
function WebDockingIndicatorDescription() {
|
|
16
16
|
var _this = _super.call(this) || this;
|
|
17
|
-
_this.
|
|
17
|
+
_this.k = null;
|
|
18
18
|
_this.h = false;
|
|
19
|
+
_this.j = null;
|
|
19
20
|
return _this;
|
|
20
21
|
}
|
|
21
22
|
WebDockingIndicatorDescription.prototype.get_type = function () {
|
|
@@ -30,10 +31,10 @@ var WebDockingIndicatorDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
30
31
|
});
|
|
31
32
|
Object.defineProperty(WebDockingIndicatorDescription.prototype, "position", {
|
|
32
33
|
get: function () {
|
|
33
|
-
return this.
|
|
34
|
+
return this.k;
|
|
34
35
|
},
|
|
35
36
|
set: function (a) {
|
|
36
|
-
this.
|
|
37
|
+
this.k = a;
|
|
37
38
|
this.g("Position");
|
|
38
39
|
},
|
|
39
40
|
enumerable: false,
|
|
@@ -50,6 +51,17 @@ var WebDockingIndicatorDescription = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
50
51
|
enumerable: false,
|
|
51
52
|
configurable: true
|
|
52
53
|
});
|
|
54
|
+
Object.defineProperty(WebDockingIndicatorDescription.prototype, "direction", {
|
|
55
|
+
get: function () {
|
|
56
|
+
return this.j;
|
|
57
|
+
},
|
|
58
|
+
set: function (a) {
|
|
59
|
+
this.j = a;
|
|
60
|
+
this.g("Direction");
|
|
61
|
+
},
|
|
62
|
+
enumerable: false,
|
|
63
|
+
configurable: true
|
|
64
|
+
});
|
|
53
65
|
WebDockingIndicatorDescription.$t = markType(WebDockingIndicatorDescription, 'WebDockingIndicatorDescription', Description.$);
|
|
54
66
|
return WebDockingIndicatorDescription;
|
|
55
67
|
}(Description));
|
|
@@ -35,6 +35,7 @@ var WebDockingIndicatorDescriptionMetadata = /** @class */ /*@__PURE__*/ (functi
|
|
|
35
35
|
a.item("Position@stringUnion", "WebComponents;React");
|
|
36
36
|
a.item("Position@names", "Left;OuterLeft;Right;OuterRight;Top;OuterTop;Bottom;OuterBottom;Center");
|
|
37
37
|
a.item("IsRoot", "Boolean");
|
|
38
|
+
a.item("Direction", "String");
|
|
38
39
|
};
|
|
39
40
|
WebDockingIndicatorDescriptionMetadata.d = function (a) {
|
|
40
41
|
WebDockingIndicatorDescriptionMetadata.b(a);
|
|
@@ -33,7 +33,6 @@ var WebGridActionButtonDescriptionMetadata = /** @class */ /*@__PURE__*/ (functi
|
|
|
33
33
|
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
34
34
|
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
35
35
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
36
|
-
a.item("__manageCollectionInMarkup", "Boolean");
|
|
37
36
|
a.item("AsMenuItem", "Boolean");
|
|
38
37
|
a.item("IconName", "String");
|
|
39
38
|
a.item("ClassNames", "String");
|
|
@@ -4,4 +4,53 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebGridActionsBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebGridActionsBaseDirectiveDescription, _super);
|
|
15
|
+
function WebGridActionsBaseDirectiveDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.h = false;
|
|
18
|
+
_this.j = null;
|
|
19
|
+
return _this;
|
|
20
|
+
}
|
|
21
|
+
WebGridActionsBaseDirectiveDescription.prototype.get_type = function () {
|
|
22
|
+
return "WebGridActionsBaseDirective";
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(WebGridActionsBaseDirectiveDescription.prototype, "type", {
|
|
25
|
+
get: function () {
|
|
26
|
+
return this.get_type();
|
|
27
|
+
},
|
|
28
|
+
enumerable: false,
|
|
29
|
+
configurable: true
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(WebGridActionsBaseDirectiveDescription.prototype, "asMenuItems", {
|
|
32
|
+
get: function () {
|
|
33
|
+
return this.h;
|
|
34
|
+
},
|
|
35
|
+
set: function (a) {
|
|
36
|
+
this.h = a;
|
|
37
|
+
this.g("AsMenuItems");
|
|
38
|
+
},
|
|
39
|
+
enumerable: false,
|
|
40
|
+
configurable: true
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(WebGridActionsBaseDirectiveDescription.prototype, "name", {
|
|
43
|
+
get: function () {
|
|
44
|
+
return this.j;
|
|
45
|
+
},
|
|
46
|
+
set: function (a) {
|
|
47
|
+
this.j = a;
|
|
48
|
+
this.g("Name");
|
|
49
|
+
},
|
|
50
|
+
enumerable: false,
|
|
51
|
+
configurable: true
|
|
52
|
+
});
|
|
53
|
+
WebGridActionsBaseDirectiveDescription.$t = markType(WebGridActionsBaseDirectiveDescription, 'WebGridActionsBaseDirectiveDescription', Description.$);
|
|
54
|
+
return WebGridActionsBaseDirectiveDescription;
|
|
55
|
+
}(Description));
|
|
56
|
+
export { WebGridActionsBaseDirectiveDescription };
|
|
@@ -7,8 +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 { WebGridActionButtonDescriptionMetadata } from "./WebGridActionButtonDescriptionMetadata";
|
|
11
|
-
import { WebActionStripDescriptionMetadata } from "./WebActionStripDescriptionMetadata";
|
|
12
10
|
import { WebGridActionsBaseDirectiveDescription } from "./WebGridActionsBaseDirectiveDescription";
|
|
13
11
|
/**
|
|
14
12
|
* @hidden
|
|
@@ -27,8 +25,6 @@ var WebGridActionsBaseDirectiveDescriptionMetadata = /** @class */ /*@__PURE__*/
|
|
|
27
25
|
return;
|
|
28
26
|
}
|
|
29
27
|
a.ab(WebGridActionsBaseDirectiveDescriptionMetadata.a);
|
|
30
|
-
WebGridActionButtonDescriptionMetadata.d(a);
|
|
31
|
-
WebActionStripDescriptionMetadata.d(a);
|
|
32
28
|
};
|
|
33
29
|
WebGridActionsBaseDirectiveDescriptionMetadata.c = function (a) {
|
|
34
30
|
a.item("__qualifiedNameTS", "String:GridActionsBaseDirective");
|
|
@@ -39,9 +35,7 @@ var WebGridActionsBaseDirectiveDescriptionMetadata = /** @class */ /*@__PURE__*/
|
|
|
39
35
|
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
40
36
|
a.item("__skipSuffix", "Boolean");
|
|
41
37
|
a.item("__manageCollectionInMarkup", "Boolean");
|
|
42
|
-
a.item("Buttons", "Array:WebGridActionButtonDescription:GridActionButton");
|
|
43
38
|
a.item("AsMenuItems", "Boolean");
|
|
44
|
-
a.item("Strip", "ExportedType:WebActionStrip");
|
|
45
39
|
a.item("Name", "String");
|
|
46
40
|
};
|
|
47
41
|
WebGridActionsBaseDirectiveDescriptionMetadata.d = function (a) {
|