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.
Files changed (95) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3388 -1605
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
  4. package/esm2015/lib/PopupView_combined.js +743 -607
  5. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
  6. package/esm2015/lib/WebColumnStateDescription.js +202 -0
  7. package/esm2015/lib/WebColumnStateDescriptionMetadata.js +67 -0
  8. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +338 -330
  9. package/esm2015/lib/WebGridDescription.js +44 -44
  10. package/esm2015/lib/WebGridStateBaseDirectiveDescription.js +50 -0
  11. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
  12. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +124 -0
  13. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionModule.js +20 -0
  14. package/esm2015/lib/WebGridStateCollectionDescription.js +50 -0
  15. package/esm2015/lib/WebGridStateCollectionDescriptionMetadata.js +48 -0
  16. package/esm2015/lib/WebGridStateComponentEventArgsDescription.js +36 -0
  17. package/esm2015/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
  18. package/esm2015/lib/WebGridStateDescription.js +23 -0
  19. package/esm2015/lib/WebGridStateDescriptionMetadata.js +7 -0
  20. package/esm2015/lib/WebGridStateDescriptionModule.js +22 -0
  21. package/esm2015/lib/WebGridStateInfoDescription.js +156 -0
  22. package/esm2015/lib/WebGridStateInfoDescriptionMetadata.js +79 -0
  23. package/esm2015/lib/WebGridStateOptionsDescription.js +146 -0
  24. package/esm2015/lib/WebGridStateOptionsDescriptionMetadata.js +58 -0
  25. package/esm2015/lib/WebGroupingStateDescription.js +50 -0
  26. package/esm2015/lib/WebGroupingStateDescriptionMetadata.js +50 -0
  27. package/esm2015/lib/WebPagingStateDescription.js +42 -0
  28. package/esm2015/lib/WebPagingStateDescriptionMetadata.js +45 -0
  29. package/esm2015/lib/WebPivotGridDescription.js +35 -35
  30. package/esm2015/lib/WebTreeGridDescription.js +27 -27
  31. package/esm2015/lib/igx-popup-component.js +59 -37
  32. package/esm2015/public_api.js +20 -0
  33. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
  34. package/esm5/lib/PopupView_combined.js +738 -590
  35. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
  36. package/esm5/lib/WebColumnStateDescription.js +296 -0
  37. package/esm5/lib/WebColumnStateDescriptionMetadata.js +71 -0
  38. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +342 -330
  39. package/esm5/lib/WebGridDescription.js +44 -44
  40. package/esm5/lib/WebGridStateBaseDirectiveDescription.js +68 -0
  41. package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
  42. package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +134 -0
  43. package/esm5/lib/WebGridStateBaseDirectiveDescriptionModule.js +24 -0
  44. package/esm5/lib/WebGridStateCollectionDescription.js +68 -0
  45. package/esm5/lib/WebGridStateCollectionDescriptionMetadata.js +52 -0
  46. package/esm5/lib/WebGridStateComponentEventArgsDescription.js +46 -0
  47. package/esm5/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
  48. package/esm5/lib/WebGridStateDescription.js +24 -0
  49. package/esm5/lib/WebGridStateDescriptionMetadata.js +7 -0
  50. package/esm5/lib/WebGridStateDescriptionModule.js +26 -0
  51. package/esm5/lib/WebGridStateInfoDescription.js +226 -0
  52. package/esm5/lib/WebGridStateInfoDescriptionMetadata.js +83 -0
  53. package/esm5/lib/WebGridStateOptionsDescription.js +212 -0
  54. package/esm5/lib/WebGridStateOptionsDescriptionMetadata.js +62 -0
  55. package/esm5/lib/WebGroupingStateDescription.js +68 -0
  56. package/esm5/lib/WebGroupingStateDescriptionMetadata.js +54 -0
  57. package/esm5/lib/WebPagingStateDescription.js +56 -0
  58. package/esm5/lib/WebPagingStateDescriptionMetadata.js +49 -0
  59. package/esm5/lib/WebPivotGridDescription.js +35 -35
  60. package/esm5/lib/WebTreeGridDescription.js +27 -27
  61. package/esm5/lib/igx-popup-component.js +67 -37
  62. package/esm5/public_api.js +20 -0
  63. package/fesm2015/igniteui-angular-core.js +2951 -1525
  64. package/fesm5/igniteui-angular-core.js +3369 -1606
  65. package/lib/IDataLegendSeries.d.ts +2 -0
  66. package/lib/IDataLegendTarget.d.ts +1 -0
  67. package/lib/PopupView_combined.d.ts +161 -144
  68. package/lib/WebColumnStateDescription.d.ts +77 -0
  69. package/lib/WebColumnStateDescriptionMetadata.d.ts +13 -0
  70. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -115
  71. package/lib/WebGridDescription.d.ts +16 -16
  72. package/lib/WebGridStateBaseDirectiveDescription.d.ts +21 -0
  73. package/lib/WebGridStateBaseDirectiveDescriptionMetadata.d.ts +1 -0
  74. package/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.d.ts +33 -0
  75. package/lib/WebGridStateBaseDirectiveDescriptionModule.d.ts +9 -0
  76. package/lib/WebGridStateCollectionDescription.d.ts +21 -0
  77. package/lib/WebGridStateCollectionDescriptionMetadata.d.ts +13 -0
  78. package/lib/WebGridStateComponentEventArgsDescription.d.ts +17 -0
  79. package/lib/WebGridStateComponentEventArgsDescriptionMetadata.d.ts +1 -0
  80. package/lib/WebGridStateDescription.d.ts +10 -0
  81. package/lib/WebGridStateDescriptionMetadata.d.ts +1 -0
  82. package/lib/WebGridStateDescriptionModule.d.ts +9 -0
  83. package/lib/WebGridStateInfoDescription.d.ts +70 -0
  84. package/lib/WebGridStateInfoDescriptionMetadata.d.ts +13 -0
  85. package/lib/WebGridStateOptionsDescription.d.ts +56 -0
  86. package/lib/WebGridStateOptionsDescriptionMetadata.d.ts +13 -0
  87. package/lib/WebGroupingStateDescription.d.ts +22 -0
  88. package/lib/WebGroupingStateDescriptionMetadata.d.ts +13 -0
  89. package/lib/WebPagingStateDescription.d.ts +17 -0
  90. package/lib/WebPagingStateDescriptionMetadata.d.ts +13 -0
  91. package/lib/WebPivotGridDescription.d.ts +13 -13
  92. package/lib/WebTreeGridDescription.d.ts +10 -10
  93. package/lib/igx-popup-component.d.ts +13 -1
  94. package/package.json +1 -1
  95. 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
  /**
@@ -8,6 +8,7 @@ export interface IDataLegendTarget {
8
8
  attachDataLegend(a: IDataLegend): void;
9
9
  detachDataLegend(a: IDataLegend): void;
10
10
  getDataLegendSeries(): IDataLegendSeries[];
11
+ readonly isDetached: boolean;
11
12
  }
12
13
  /**
13
14
  * @hidden
@@ -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 ad;
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 aj;
30
- private ag;
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 n;
48
- private o;
48
+ private r;
49
49
  protected get g(): Popup;
50
- protected get ae(): DomRenderer;
51
- protected a3(): void;
52
- bh(): void;
53
- bf(): void;
54
- bg(): void;
55
- bi(): void;
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 a1;
59
- private a2;
60
- aq(): void;
61
- ar(a: Popup_OuterAnimationInfo, b: Popup_InnerAnimationInfo): {
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
- as(a: number): void;
66
- a9(): void;
67
- at(a: any): void;
68
- private af;
69
- private am;
70
- private a0;
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
- a8(a: any): void;
74
+ bb(a: any): void;
73
75
  d(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
74
76
  e(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
75
- av(): void;
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 bk;
82
- get bl(): Size;
83
- private v;
84
- private w;
85
- private static ap;
86
- private static ao;
87
- private bd;
88
- private au;
89
- bj(a: Rect, b: PopupDirection, c: PopupAlignment): Rect;
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
- ay(): void;
92
- private ba;
93
- a6(a: DomRenderer): void;
94
- private m;
95
- private be;
96
- protected aw(a: DomWrapper): void;
97
- ax(a: Popup): void;
98
- az(): void;
99
- a7(): void;
100
- bc(a: boolean): void;
101
- bb(a: boolean): void;
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 p;
109
- private h;
110
- private az;
111
- private cu;
112
- private cs;
113
- private aa;
114
- private ab;
115
- get cv(): Rect;
116
- get ct(): Rect;
117
- get q(): PopupDirection;
118
- get i(): PopupAlignment;
119
- get a0(): number;
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 b7(a: string, b: any, c: any): void;
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
- b5(): void;
130
- b6(): void;
131
- b3(): void;
132
- b4(a: any): void;
133
- v: PopupView;
134
- private ag;
135
- get aq(): boolean;
136
- set aq(a: boolean);
137
- private a5;
138
- get a6(): number;
139
- set a6(a: number);
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 n;
144
- get o(): PopupAnimationType;
145
- set o(a: PopupAnimationType);
146
- private a3;
147
- get a8(): number;
148
- set a8(a: number);
149
- static a7: number;
150
- private a2;
151
- get a4(): number;
152
- set a4(a: number);
153
- private au;
154
- get av(): boolean;
155
- static cq: Brush;
156
- private ch;
157
- get cm(): Brush;
158
- set cm(a: Brush);
159
- static cp: Brush;
160
- private cg;
161
- get cl(): Brush;
162
- set cl(a: Brush);
163
- static co: Brush;
164
- private cf;
165
- get ck(): Brush;
166
- set ck(a: Brush);
167
- private ci;
168
- get cn(): Brush;
169
- set cn(a: Brush);
170
- private aw;
171
- get ay(): number;
172
- set ay(a: number);
173
- private ah;
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 r;
183
- get t(): PopupPointerPosition;
184
- set t(a: PopupPointerPosition);
185
- private cj;
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 af;
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
- protected u(): PopupView;
198
- protected b9(a: string, b: any, c: any): void;
199
- bw(): void;
200
- private y;
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 bz;
205
- private f;
217
+ private c;
218
+ private b5;
206
219
  private g;
220
+ private h;
207
221
  ao(): boolean;
208
- b0(): void;
209
- private b8;
210
- private cc;
211
- private cd;
212
- private j;
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
- bx(): void;
235
+ b3(): void;
220
236
  destroy(): void;
221
237
  showRelativeToExclusionRect(a: Rect, b: PopupDirection, c: PopupAlignment): void;
222
- b1(a: Rect): void;
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
- a9(): any;
226
- bl(): string;
227
- c(): PopupVisualModelExport;
228
- s(): PopupPointerPosition;
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
+ }