igniteui-angular-core 17.0.0 → 17.1.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 +3388 -1605
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
- package/esm2015/lib/PopupView_combined.js +743 -607
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/WebColumnStateDescription.js +202 -0
- package/esm2015/lib/WebColumnStateDescriptionMetadata.js +67 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +338 -330
- package/esm2015/lib/WebGridDescription.js +44 -44
- package/esm2015/lib/WebGridStateBaseDirectiveDescription.js +50 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +124 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionModule.js +20 -0
- package/esm2015/lib/WebGridStateCollectionDescription.js +50 -0
- package/esm2015/lib/WebGridStateCollectionDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebGridStateComponentEventArgsDescription.js +36 -0
- package/esm2015/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateDescription.js +23 -0
- package/esm2015/lib/WebGridStateDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateDescriptionModule.js +22 -0
- package/esm2015/lib/WebGridStateInfoDescription.js +156 -0
- package/esm2015/lib/WebGridStateInfoDescriptionMetadata.js +79 -0
- package/esm2015/lib/WebGridStateOptionsDescription.js +146 -0
- package/esm2015/lib/WebGridStateOptionsDescriptionMetadata.js +58 -0
- package/esm2015/lib/WebGroupingStateDescription.js +50 -0
- package/esm2015/lib/WebGroupingStateDescriptionMetadata.js +50 -0
- package/esm2015/lib/WebPagingStateDescription.js +42 -0
- package/esm2015/lib/WebPagingStateDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebPivotGridDescription.js +35 -35
- package/esm2015/lib/WebTreeGridDescription.js +27 -27
- package/esm2015/lib/igx-popup-component.js +59 -37
- package/esm2015/public_api.js +20 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
- package/esm5/lib/PopupView_combined.js +738 -590
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/WebColumnStateDescription.js +296 -0
- package/esm5/lib/WebColumnStateDescriptionMetadata.js +71 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +342 -330
- package/esm5/lib/WebGridDescription.js +44 -44
- package/esm5/lib/WebGridStateBaseDirectiveDescription.js +68 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +134 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionModule.js +24 -0
- package/esm5/lib/WebGridStateCollectionDescription.js +68 -0
- package/esm5/lib/WebGridStateCollectionDescriptionMetadata.js +52 -0
- package/esm5/lib/WebGridStateComponentEventArgsDescription.js +46 -0
- package/esm5/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateDescription.js +24 -0
- package/esm5/lib/WebGridStateDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateDescriptionModule.js +26 -0
- package/esm5/lib/WebGridStateInfoDescription.js +226 -0
- package/esm5/lib/WebGridStateInfoDescriptionMetadata.js +83 -0
- package/esm5/lib/WebGridStateOptionsDescription.js +212 -0
- package/esm5/lib/WebGridStateOptionsDescriptionMetadata.js +62 -0
- package/esm5/lib/WebGroupingStateDescription.js +68 -0
- package/esm5/lib/WebGroupingStateDescriptionMetadata.js +54 -0
- package/esm5/lib/WebPagingStateDescription.js +56 -0
- package/esm5/lib/WebPagingStateDescriptionMetadata.js +49 -0
- package/esm5/lib/WebPivotGridDescription.js +35 -35
- package/esm5/lib/WebTreeGridDescription.js +27 -27
- package/esm5/lib/igx-popup-component.js +67 -37
- package/esm5/public_api.js +20 -0
- package/fesm2015/igniteui-angular-core.js +2951 -1525
- package/fesm5/igniteui-angular-core.js +3369 -1606
- package/lib/IDataLegendSeries.d.ts +2 -0
- package/lib/IDataLegendTarget.d.ts +1 -0
- package/lib/PopupView_combined.d.ts +161 -144
- package/lib/WebColumnStateDescription.d.ts +77 -0
- package/lib/WebColumnStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -115
- package/lib/WebGridDescription.d.ts +16 -16
- package/lib/WebGridStateBaseDirectiveDescription.d.ts +21 -0
- package/lib/WebGridStateBaseDirectiveDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.d.ts +33 -0
- package/lib/WebGridStateBaseDirectiveDescriptionModule.d.ts +9 -0
- package/lib/WebGridStateCollectionDescription.d.ts +21 -0
- package/lib/WebGridStateCollectionDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridStateComponentEventArgsDescription.d.ts +17 -0
- package/lib/WebGridStateComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateDescription.d.ts +10 -0
- package/lib/WebGridStateDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateDescriptionModule.d.ts +9 -0
- package/lib/WebGridStateInfoDescription.d.ts +70 -0
- package/lib/WebGridStateInfoDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridStateOptionsDescription.d.ts +56 -0
- package/lib/WebGridStateOptionsDescriptionMetadata.d.ts +13 -0
- package/lib/WebGroupingStateDescription.d.ts +22 -0
- package/lib/WebGroupingStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebPagingStateDescription.d.ts +17 -0
- package/lib/WebPagingStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotGridDescription.d.ts +13 -13
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/lib/igx-popup-component.d.ts +13 -1
- package/package.json +1 -1
- package/public_api.d.ts +20 -0
|
@@ -15,6 +15,8 @@ export interface IDataLegendSeries {
|
|
|
15
15
|
getDataLegendSeriesTitle(): string;
|
|
16
16
|
getDataLegendAxisLabelFromCursorPosition(a: number, b: number): any;
|
|
17
17
|
getDataLegendSeriesContextAt(a: number, b: number): any;
|
|
18
|
+
getDataLegendResolvedWorldPositionX(a: number): number;
|
|
19
|
+
getDataLegendResolvedWorldPositionY(a: number): number;
|
|
18
20
|
readonly isValueOverlay: boolean;
|
|
19
21
|
}
|
|
20
22
|
/**
|
|
@@ -22,208 +22,225 @@ import { PopupVisualModelExport } from "./PopupVisualModelExport";
|
|
|
22
22
|
*/
|
|
23
23
|
export declare class PopupView extends Base {
|
|
24
24
|
static $t: Type;
|
|
25
|
-
private
|
|
25
|
+
private ag;
|
|
26
26
|
private f;
|
|
27
|
+
private ao;
|
|
28
|
+
private an;
|
|
29
|
+
private am;
|
|
30
|
+
private aj;
|
|
27
31
|
private al;
|
|
28
32
|
private ak;
|
|
29
|
-
private
|
|
30
|
-
private
|
|
31
|
-
private ai;
|
|
32
|
-
private ah;
|
|
33
|
-
private an;
|
|
33
|
+
private aq;
|
|
34
|
+
private get af();
|
|
34
35
|
private get ac();
|
|
35
|
-
private get z();
|
|
36
|
-
private get y();
|
|
37
|
-
private get x();
|
|
38
|
-
private get aa();
|
|
39
36
|
private get ab();
|
|
37
|
+
private get aa();
|
|
38
|
+
private get ad();
|
|
39
|
+
private get ae();
|
|
40
|
+
private v;
|
|
41
|
+
private w;
|
|
42
|
+
private u;
|
|
43
|
+
private m;
|
|
44
|
+
private x;
|
|
40
45
|
private s;
|
|
41
46
|
private t;
|
|
42
|
-
private r;
|
|
43
|
-
private l;
|
|
44
|
-
private u;
|
|
45
|
-
private p;
|
|
46
47
|
private q;
|
|
47
|
-
private
|
|
48
|
-
private o;
|
|
48
|
+
private r;
|
|
49
49
|
protected get g(): Popup;
|
|
50
|
-
protected get
|
|
51
|
-
protected
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
50
|
+
protected get ah(): DomRenderer;
|
|
51
|
+
protected a6(): void;
|
|
52
|
+
bn(): void;
|
|
53
|
+
bl(): void;
|
|
54
|
+
bm(): void;
|
|
55
|
+
bo(): void;
|
|
56
|
+
private a7;
|
|
57
|
+
private a8;
|
|
56
58
|
private a4;
|
|
57
59
|
private a5;
|
|
58
|
-
private
|
|
59
|
-
private
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
private o;
|
|
61
|
+
private l;
|
|
62
|
+
at(): void;
|
|
63
|
+
au(a: Popup_OuterAnimationInfo, b: Popup_InnerAnimationInfo): {
|
|
62
64
|
p0?: Popup_OuterAnimationInfo;
|
|
63
65
|
p1?: Popup_InnerAnimationInfo;
|
|
64
66
|
};
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
private
|
|
69
|
-
private
|
|
70
|
-
private
|
|
67
|
+
av(a: number): void;
|
|
68
|
+
bc(): void;
|
|
69
|
+
aw(a: any): void;
|
|
70
|
+
private ai;
|
|
71
|
+
private ap;
|
|
72
|
+
private a3;
|
|
71
73
|
j(a: any): boolean;
|
|
72
|
-
|
|
74
|
+
bb(a: any): void;
|
|
73
75
|
d(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
74
76
|
e(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
75
|
-
|
|
77
|
+
ay(): void;
|
|
76
78
|
c(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
77
79
|
b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
78
80
|
a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
|
|
79
81
|
i(): UIElementPropertyId;
|
|
80
82
|
h(): UIElementPropertyId;
|
|
81
|
-
private
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
private
|
|
85
|
-
private
|
|
86
|
-
private static
|
|
87
|
-
private
|
|
88
|
-
private
|
|
89
|
-
|
|
83
|
+
private n;
|
|
84
|
+
private br;
|
|
85
|
+
get bs(): Size;
|
|
86
|
+
private y;
|
|
87
|
+
private z;
|
|
88
|
+
private static as;
|
|
89
|
+
private static ar;
|
|
90
|
+
private bj;
|
|
91
|
+
private ax;
|
|
92
|
+
bq(a: Rect, b: PopupDirection, c: PopupAlignment): Rect;
|
|
93
|
+
bp(a: any, b: PopupDirection, c: PopupAlignment): Rect;
|
|
90
94
|
private k;
|
|
91
|
-
|
|
92
|
-
private
|
|
93
|
-
|
|
94
|
-
private
|
|
95
|
-
private
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
95
|
+
a1(): void;
|
|
96
|
+
private bd;
|
|
97
|
+
a9(a: DomRenderer): void;
|
|
98
|
+
private p;
|
|
99
|
+
private bk;
|
|
100
|
+
private bi;
|
|
101
|
+
protected az(a: DomWrapper): void;
|
|
102
|
+
a0(a: Popup): void;
|
|
103
|
+
a2(): void;
|
|
104
|
+
ba(): void;
|
|
105
|
+
bg(a: boolean): void;
|
|
106
|
+
bf(a: boolean): void;
|
|
107
|
+
be(a: boolean): void;
|
|
108
|
+
bh(a: boolean): void;
|
|
102
109
|
}
|
|
103
110
|
/**
|
|
104
111
|
* @hidden
|
|
105
112
|
*/
|
|
106
113
|
export declare class Popup extends Base implements INotifyPropertyChanged {
|
|
107
114
|
static $t: Type;
|
|
108
|
-
private
|
|
109
|
-
private
|
|
110
|
-
private
|
|
111
|
-
private
|
|
112
|
-
private
|
|
113
|
-
private
|
|
114
|
-
|
|
115
|
-
get
|
|
116
|
-
get
|
|
117
|
-
|
|
118
|
-
get
|
|
119
|
-
get
|
|
115
|
+
private q;
|
|
116
|
+
private i;
|
|
117
|
+
private a1;
|
|
118
|
+
private c3;
|
|
119
|
+
private c1;
|
|
120
|
+
private bb;
|
|
121
|
+
get c4(): Rect;
|
|
122
|
+
get c2(): Rect;
|
|
123
|
+
get r(): PopupDirection;
|
|
124
|
+
set r(a: PopupDirection);
|
|
125
|
+
get j(): PopupAlignment;
|
|
126
|
+
get a2(): number;
|
|
127
|
+
get bd(): any;
|
|
120
128
|
constructor();
|
|
121
129
|
onClosed: (sender: any, args: OnClosedEventArgs) => void;
|
|
122
130
|
onPopup: (sender: any, args: OnPopupEventArgs) => void;
|
|
123
131
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
124
|
-
protected
|
|
132
|
+
protected cd(a: string, b: any, c: any): void;
|
|
125
133
|
popupMouseEnter: (sender: any, args: MouseEventArgs) => void;
|
|
126
134
|
popupMouseLeave: (sender: any, args: MouseEventArgs) => void;
|
|
127
135
|
popupGotFocus: (sender: any, args: FocusEventArgs) => void;
|
|
128
136
|
popupLostFocus: (sender: any, args: FocusEventArgs) => void;
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
private
|
|
135
|
-
get
|
|
136
|
-
set
|
|
137
|
-
private
|
|
138
|
-
get
|
|
139
|
-
set
|
|
137
|
+
cb(): void;
|
|
138
|
+
cc(): void;
|
|
139
|
+
b9(): void;
|
|
140
|
+
ca(a: any): void;
|
|
141
|
+
w: PopupView;
|
|
142
|
+
private af;
|
|
143
|
+
get ar(): boolean;
|
|
144
|
+
set ar(a: boolean);
|
|
145
|
+
private a7;
|
|
146
|
+
get a8(): number;
|
|
147
|
+
set a8(a: number);
|
|
140
148
|
private ak;
|
|
141
149
|
get al(): boolean;
|
|
142
150
|
set al(a: boolean);
|
|
143
|
-
private
|
|
144
|
-
get
|
|
145
|
-
set
|
|
146
|
-
private
|
|
147
|
-
get
|
|
148
|
-
set
|
|
149
|
-
static
|
|
150
|
-
private
|
|
151
|
-
get
|
|
152
|
-
set
|
|
153
|
-
private
|
|
154
|
-
get
|
|
155
|
-
static
|
|
156
|
-
private
|
|
157
|
-
get
|
|
158
|
-
set
|
|
159
|
-
static
|
|
160
|
-
private
|
|
161
|
-
get
|
|
162
|
-
set
|
|
163
|
-
static
|
|
164
|
-
private
|
|
165
|
-
get
|
|
166
|
-
set
|
|
167
|
-
private
|
|
168
|
-
get
|
|
169
|
-
set
|
|
170
|
-
private
|
|
171
|
-
get
|
|
172
|
-
set
|
|
173
|
-
private
|
|
174
|
-
get ar(): boolean;
|
|
175
|
-
set ar(a: boolean);
|
|
176
|
-
private ae;
|
|
177
|
-
get an(): boolean;
|
|
178
|
-
set an(a: boolean);
|
|
179
|
-
private ai;
|
|
151
|
+
private o;
|
|
152
|
+
get p(): PopupAnimationType;
|
|
153
|
+
set p(a: PopupAnimationType);
|
|
154
|
+
private a5;
|
|
155
|
+
get ba(): number;
|
|
156
|
+
set ba(a: number);
|
|
157
|
+
static a9: number;
|
|
158
|
+
private a4;
|
|
159
|
+
get a6(): number;
|
|
160
|
+
set a6(a: number);
|
|
161
|
+
private av;
|
|
162
|
+
get aw(): boolean;
|
|
163
|
+
static cz: Brush;
|
|
164
|
+
private cq;
|
|
165
|
+
get cv(): Brush;
|
|
166
|
+
set cv(a: Brush);
|
|
167
|
+
static cy: Brush;
|
|
168
|
+
private cp;
|
|
169
|
+
get cu(): Brush;
|
|
170
|
+
set cu(a: Brush);
|
|
171
|
+
static cx: Brush;
|
|
172
|
+
private co;
|
|
173
|
+
get ct(): Brush;
|
|
174
|
+
set ct(a: Brush);
|
|
175
|
+
private cr;
|
|
176
|
+
get cw(): Brush;
|
|
177
|
+
set cw(a: Brush);
|
|
178
|
+
private ay;
|
|
179
|
+
get a0(): number;
|
|
180
|
+
set a0(a: number);
|
|
181
|
+
private ag;
|
|
180
182
|
get as(): boolean;
|
|
181
183
|
set as(a: boolean);
|
|
182
|
-
private
|
|
183
|
-
get
|
|
184
|
-
set
|
|
185
|
-
private
|
|
186
|
-
get cr(): Brush;
|
|
187
|
-
set cr(a: Brush);
|
|
188
|
-
private ax;
|
|
189
|
-
get a1(): number;
|
|
190
|
-
set a1(a: number);
|
|
191
|
-
private aj;
|
|
184
|
+
private ac;
|
|
185
|
+
get an(): boolean;
|
|
186
|
+
set an(a: boolean);
|
|
187
|
+
private ah;
|
|
192
188
|
get at(): boolean;
|
|
193
189
|
set at(a: boolean);
|
|
194
|
-
private
|
|
190
|
+
private s;
|
|
191
|
+
get u(): PopupPointerPosition;
|
|
192
|
+
set u(a: PopupPointerPosition);
|
|
193
|
+
private cs;
|
|
194
|
+
get c0(): Brush;
|
|
195
|
+
set c0(a: Brush);
|
|
196
|
+
private az;
|
|
197
|
+
get a3(): number;
|
|
198
|
+
set a3(a: number);
|
|
199
|
+
private ai;
|
|
200
|
+
get au(): boolean;
|
|
201
|
+
set au(a: boolean);
|
|
202
|
+
private ad;
|
|
195
203
|
get ap(): boolean;
|
|
196
204
|
set ap(a: boolean);
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
private
|
|
205
|
+
private ae;
|
|
206
|
+
get aq(): boolean;
|
|
207
|
+
set aq(a: boolean);
|
|
208
|
+
private aj;
|
|
209
|
+
get ax(): boolean;
|
|
210
|
+
set ax(a: boolean);
|
|
211
|
+
protected v(): PopupView;
|
|
212
|
+
protected cg(a: string, b: any, c: any): void;
|
|
213
|
+
b2(): void;
|
|
201
214
|
private z;
|
|
202
215
|
private a;
|
|
203
216
|
private b;
|
|
204
|
-
private
|
|
205
|
-
private
|
|
217
|
+
private c;
|
|
218
|
+
private b5;
|
|
206
219
|
private g;
|
|
220
|
+
private h;
|
|
207
221
|
ao(): boolean;
|
|
208
|
-
|
|
209
|
-
private
|
|
210
|
-
private
|
|
211
|
-
private
|
|
212
|
-
private
|
|
222
|
+
b6(): void;
|
|
223
|
+
private cf;
|
|
224
|
+
private ce;
|
|
225
|
+
private ck;
|
|
226
|
+
private cj;
|
|
227
|
+
private cl;
|
|
213
228
|
private k;
|
|
214
|
-
private m;
|
|
215
229
|
private l;
|
|
230
|
+
private n;
|
|
231
|
+
private m;
|
|
216
232
|
contains(a: any): boolean;
|
|
217
233
|
appendPopupContent(a: any): void;
|
|
218
234
|
removePopupContent(a: any): void;
|
|
219
|
-
|
|
235
|
+
b3(): void;
|
|
220
236
|
destroy(): void;
|
|
221
237
|
showRelativeToExclusionRect(a: Rect, b: PopupDirection, c: PopupAlignment): void;
|
|
222
|
-
|
|
238
|
+
cn(a: any, b: PopupDirection, c: PopupAlignment): void;
|
|
239
|
+
b7(a: Rect): void;
|
|
223
240
|
notifySizeChanged(): void;
|
|
224
241
|
provideRenderer(a: DomRenderer): void;
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
242
|
+
bc(): any;
|
|
243
|
+
bp(): string;
|
|
244
|
+
d(): PopupVisualModelExport;
|
|
245
|
+
t(): PopupPointerPosition;
|
|
229
246
|
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebColumnStateDescription extends Description {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
get type(): string;
|
|
10
|
+
constructor();
|
|
11
|
+
private q;
|
|
12
|
+
get pinned(): boolean;
|
|
13
|
+
set pinned(a: boolean);
|
|
14
|
+
private t;
|
|
15
|
+
get sortable(): boolean;
|
|
16
|
+
set sortable(a: boolean);
|
|
17
|
+
private k;
|
|
18
|
+
get filterable(): boolean;
|
|
19
|
+
set filterable(a: boolean);
|
|
20
|
+
private j;
|
|
21
|
+
get editable(): boolean;
|
|
22
|
+
set editable(a: boolean);
|
|
23
|
+
private u;
|
|
24
|
+
get sortingIgnoreCase(): boolean;
|
|
25
|
+
set sortingIgnoreCase(a: boolean);
|
|
26
|
+
private l;
|
|
27
|
+
get filteringIgnoreCase(): boolean;
|
|
28
|
+
set filteringIgnoreCase(a: boolean);
|
|
29
|
+
private aq;
|
|
30
|
+
get headerClasses(): string;
|
|
31
|
+
set headerClasses(a: string);
|
|
32
|
+
private ar;
|
|
33
|
+
get headerGroupClasses(): string;
|
|
34
|
+
set headerGroupClasses(a: string);
|
|
35
|
+
private as;
|
|
36
|
+
get maxWidth(): string;
|
|
37
|
+
set maxWidth(a: string);
|
|
38
|
+
private m;
|
|
39
|
+
get groupable(): boolean;
|
|
40
|
+
set groupable(a: boolean);
|
|
41
|
+
private p;
|
|
42
|
+
get movable(): boolean;
|
|
43
|
+
set movable(a: boolean);
|
|
44
|
+
private o;
|
|
45
|
+
get hidden(): boolean;
|
|
46
|
+
set hidden(a: boolean);
|
|
47
|
+
private an;
|
|
48
|
+
get dataType(): string;
|
|
49
|
+
set dataType(a: string);
|
|
50
|
+
private n;
|
|
51
|
+
get hasSummary(): boolean;
|
|
52
|
+
set hasSummary(a: boolean);
|
|
53
|
+
private ao;
|
|
54
|
+
get field(): string;
|
|
55
|
+
set field(a: string);
|
|
56
|
+
private ak;
|
|
57
|
+
get width(): any;
|
|
58
|
+
set width(a: any);
|
|
59
|
+
private ap;
|
|
60
|
+
get header(): string;
|
|
61
|
+
set header(a: string);
|
|
62
|
+
private r;
|
|
63
|
+
get resizable(): boolean;
|
|
64
|
+
set resizable(a: boolean);
|
|
65
|
+
private s;
|
|
66
|
+
get searchable(): boolean;
|
|
67
|
+
set searchable(a: boolean);
|
|
68
|
+
private h;
|
|
69
|
+
get columnGroup(): boolean;
|
|
70
|
+
set columnGroup(a: boolean);
|
|
71
|
+
private aj;
|
|
72
|
+
get parent(): any;
|
|
73
|
+
set parent(a: any);
|
|
74
|
+
private i;
|
|
75
|
+
get disableHiding(): boolean;
|
|
76
|
+
set disableHiding(a: boolean);
|
|
77
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 WebColumnStateDescriptionMetadata 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
|
+
}
|