igniteui-angular-core 18.2.0 → 19.0.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 +1190 -972
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
- package/esm2015/lib/ComponentRendererReferenceResolverEventArgs.js +33 -0
- package/esm2015/lib/ComponentRenderer_combined.js +586 -556
- package/esm2015/lib/DescriptionTreeReconciler.js +48 -46
- package/esm2015/lib/FunnelChartDescription.js +130 -114
- package/esm2015/lib/FunnelChartDescriptionMetadata.js +4 -0
- package/esm2015/lib/FunnelChartSelectedItemsChangedEventArgsDescription.js +50 -0
- package/esm2015/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +39 -0
- package/esm2015/lib/IDataSeriesAdapterRule_combined.js +14 -6
- package/esm2015/lib/igx-component-renderer-container-component.js +5 -1
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
- package/esm5/lib/ComponentRendererReferenceResolverEventArgs.js +43 -0
- package/esm5/lib/ComponentRenderer_combined.js +585 -555
- package/esm5/lib/DescriptionTreeReconciler.js +48 -46
- package/esm5/lib/FunnelChartDescription.js +137 -113
- package/esm5/lib/FunnelChartDescriptionMetadata.js +4 -0
- package/esm5/lib/FunnelChartSelectedItemsChangedEventArgsDescription.js +68 -0
- package/esm5/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +43 -0
- package/esm5/lib/IDataSeriesAdapterRule_combined.js +14 -6
- package/esm5/lib/igx-component-renderer-container-component.js +5 -1
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-angular-core.js +1153 -972
- package/fesm5/igniteui-angular-core.js +1188 -973
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +26 -26
- package/lib/ComponentRendererReferenceResolverEventArgs.d.ts +13 -0
- package/lib/ComponentRenderer_combined.d.ts +115 -110
- package/lib/FunnelChartDescription.d.ts +46 -40
- package/lib/FunnelChartSelectedItemsChangedEventArgsDescription.d.ts +20 -0
- package/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.d.ts +13 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -449,44 +449,44 @@ export declare class WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter ext
|
|
|
449
449
|
export declare class CodeGeneratingComponentRenderer extends ComponentRenderer {
|
|
450
450
|
static $t: Type;
|
|
451
451
|
loadCodeJson(a: string): void;
|
|
452
|
-
protected
|
|
453
|
-
protected
|
|
454
|
-
static
|
|
455
|
-
static
|
|
456
|
-
static
|
|
457
|
-
static
|
|
458
|
-
protected
|
|
459
|
-
bx(a: DescriptionTreeAction): any;
|
|
460
|
-
by(a: DescriptionTreeAction): any;
|
|
452
|
+
protected ds(a: boolean): void;
|
|
453
|
+
protected p(): boolean;
|
|
454
|
+
static e5(a: string): string;
|
|
455
|
+
static e7(a: string): string;
|
|
456
|
+
static e6(a: string): string;
|
|
457
|
+
static e8(a: string): string;
|
|
458
|
+
protected at(): boolean;
|
|
461
459
|
bz(a: DescriptionTreeAction): any;
|
|
460
|
+
b0(a: DescriptionTreeAction): any;
|
|
462
461
|
b1(a: DescriptionTreeAction): any;
|
|
463
|
-
|
|
464
|
-
protected
|
|
465
|
-
|
|
466
|
-
am(a: JsonDictionaryItem): boolean;
|
|
462
|
+
b3(a: DescriptionTreeAction): any;
|
|
463
|
+
protected cu(a: string): any;
|
|
464
|
+
protected cv(a: string): any;
|
|
467
465
|
ag(a: JsonDictionaryItem): boolean;
|
|
466
|
+
an(a: JsonDictionaryItem): boolean;
|
|
468
467
|
ah(a: JsonDictionaryItem): boolean;
|
|
469
468
|
ai(a: JsonDictionaryItem): boolean;
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
469
|
+
aj(a: JsonDictionaryItem): boolean;
|
|
470
|
+
er(a: CodeGenerationItemBuilder, b: CodeGenerationRendererOptions, c: CodeGeneratingRendererResult): CodeGeneratingComponentRendererCodeEmitter;
|
|
471
|
+
es(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererDataEmitter;
|
|
472
|
+
et(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererHandlerEmitter;
|
|
473
|
+
ev(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererTemplateEmitter;
|
|
474
|
+
eu(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult): CodeGeneratingComponentRendererModuleEmitter;
|
|
475
475
|
markRefUsed(a: string): void;
|
|
476
476
|
emitCode(a: ICodeGenerationRendererTemplate): CodeGeneratingRendererResult;
|
|
477
|
+
private fd;
|
|
478
|
+
protected bl(): (arg1: string) => string;
|
|
477
479
|
private e9;
|
|
478
|
-
|
|
479
|
-
private e5;
|
|
480
|
-
private e6;
|
|
481
|
-
private et;
|
|
482
|
-
private eu;
|
|
480
|
+
private fa;
|
|
483
481
|
private ex;
|
|
484
482
|
private ey;
|
|
483
|
+
private e1;
|
|
484
|
+
private e2;
|
|
485
|
+
private e3;
|
|
486
|
+
private e0;
|
|
485
487
|
private ez;
|
|
486
|
-
private ew;
|
|
487
|
-
private ev;
|
|
488
488
|
constructor(a: CodeGenerationTargetPlatforms, b: CodeGenerationRendererOptions);
|
|
489
|
-
private static
|
|
489
|
+
private static e4;
|
|
490
490
|
}
|
|
491
491
|
/**
|
|
492
492
|
* @hidden
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export declare class ComponentRendererReferenceResolverEventArgs extends Base {
|
|
6
|
+
static $t: Type;
|
|
7
|
+
private _found;
|
|
8
|
+
get found(): boolean;
|
|
9
|
+
set found(a: boolean);
|
|
10
|
+
private _referenceValue;
|
|
11
|
+
get referenceValue(): any;
|
|
12
|
+
set referenceValue(a: any);
|
|
13
|
+
}
|
|
@@ -4,6 +4,7 @@ import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
|
4
4
|
import { ITypeDescriptionPropertyTransforms } from "./ITypeDescriptionPropertyTransforms";
|
|
5
5
|
import { TypeDescriptionCleanups } from "./TypeDescriptionCleanups";
|
|
6
6
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
7
|
+
import { ComponentRendererReferenceResolverEventArgs } from "./ComponentRendererReferenceResolverEventArgs";
|
|
7
8
|
import { Description } from "./Description";
|
|
8
9
|
import { DescriptionTreeNode } from "./DescriptionTreeNode";
|
|
9
10
|
import { DescriptionTreeAction } from "./DescriptionTreeAction";
|
|
@@ -28,18 +29,18 @@ export declare class ComponentRenderer extends Base {
|
|
|
28
29
|
private _isProceedOnErrorEnabled;
|
|
29
30
|
get isProceedOnErrorEnabled(): boolean;
|
|
30
31
|
set isProceedOnErrorEnabled(a: boolean);
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
k: ITypeDescriptionPropertyTransforms;
|
|
33
|
+
l: TypeDescriptionCleanups;
|
|
33
34
|
static platform: TypeDescriptionPlatform;
|
|
34
35
|
constructor();
|
|
35
|
-
private
|
|
36
|
+
private j;
|
|
36
37
|
toJson(a: (arg1: any) => string): string;
|
|
37
|
-
private
|
|
38
|
-
private
|
|
39
|
-
private
|
|
40
|
-
private
|
|
41
|
-
private
|
|
42
|
-
private
|
|
38
|
+
private ek;
|
|
39
|
+
private el;
|
|
40
|
+
private aa;
|
|
41
|
+
private x;
|
|
42
|
+
private ej;
|
|
43
|
+
private r;
|
|
43
44
|
createObjectFromJson(a: string, b: any): any;
|
|
44
45
|
loadJson(a: string, b: (arg1: string) => any): void;
|
|
45
46
|
loadJsonOverlay(a: string, b: (arg1: string) => any, c: (arg1: string) => any): void;
|
|
@@ -47,172 +48,176 @@ export declare class ComponentRenderer extends Base {
|
|
|
47
48
|
private _preserveKeyOrder;
|
|
48
49
|
get preserveKeyOrder(): boolean;
|
|
49
50
|
set preserveKeyOrder(a: boolean);
|
|
50
|
-
protected
|
|
51
|
-
protected
|
|
51
|
+
protected at(): boolean;
|
|
52
|
+
protected ds(a: boolean): void;
|
|
52
53
|
private _allowNullForRemove;
|
|
53
54
|
get allowNullForRemove(): boolean;
|
|
54
55
|
set allowNullForRemove(a: boolean);
|
|
55
|
-
private
|
|
56
|
+
private dq;
|
|
56
57
|
provideRefValueFromJson(a: any, b: string, c: string): void;
|
|
57
|
-
private
|
|
58
|
+
private bf;
|
|
58
59
|
addMemberPathTransformer(a: (memberPath: string) => string): void;
|
|
59
60
|
removeMemberPathTransformer(a: (memberPath: string) => string): void;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
private bh;
|
|
62
|
+
addReferenceResolver(a: (refName: string, args: ComponentRendererReferenceResolverEventArgs) => void): void;
|
|
63
|
+
removeReferenceResolver(a: (refName: string, args: ComponentRendererReferenceResolverEventArgs) => void): void;
|
|
64
|
+
private e;
|
|
65
|
+
protected bl(): (arg1: string) => string;
|
|
66
|
+
aj(a: JsonDictionaryItem): boolean;
|
|
64
67
|
ag(a: JsonDictionaryItem): boolean;
|
|
68
|
+
an(a: JsonDictionaryItem): boolean;
|
|
65
69
|
ah(a: JsonDictionaryItem): boolean;
|
|
66
|
-
|
|
67
|
-
private dg;
|
|
68
|
-
private dh;
|
|
69
|
-
private c1;
|
|
70
|
+
ai(a: JsonDictionaryItem): boolean;
|
|
70
71
|
private cy;
|
|
72
|
+
private dj;
|
|
73
|
+
private dk;
|
|
74
|
+
private c3;
|
|
75
|
+
private c0;
|
|
71
76
|
private a;
|
|
72
|
-
private
|
|
73
|
-
private a1;
|
|
77
|
+
private b7;
|
|
74
78
|
private a2;
|
|
75
79
|
private a3;
|
|
80
|
+
private a4;
|
|
81
|
+
private a1;
|
|
82
|
+
private az;
|
|
76
83
|
private a0;
|
|
84
|
+
private ax;
|
|
85
|
+
private a8;
|
|
86
|
+
get bc(): Dictionary$2<any, ContainerState>;
|
|
87
|
+
private a5;
|
|
77
88
|
private ay;
|
|
78
|
-
private az;
|
|
79
89
|
private aw;
|
|
80
90
|
private a7;
|
|
81
|
-
|
|
82
|
-
private
|
|
83
|
-
private ax;
|
|
84
|
-
private av;
|
|
91
|
+
private a9;
|
|
92
|
+
private bb;
|
|
85
93
|
private a6;
|
|
86
|
-
private
|
|
87
|
-
private ba;
|
|
88
|
-
private a5;
|
|
89
|
-
private bl;
|
|
94
|
+
private bn;
|
|
90
95
|
cleanup(a: any, b: boolean): void;
|
|
91
96
|
render(a: Description, b: any): void;
|
|
92
|
-
private
|
|
93
|
-
private
|
|
94
|
-
private
|
|
97
|
+
private ee;
|
|
98
|
+
private dt;
|
|
99
|
+
private ec;
|
|
95
100
|
getTargetValue(a: string, b: string, c: any): any;
|
|
96
101
|
setTargetValue(a: string, b: string, c: any, d: any, e: any): void;
|
|
97
102
|
executeMethod(a: any, b: string, c: (arg1: string) => void): void;
|
|
98
|
-
private
|
|
99
|
-
static
|
|
100
|
-
private
|
|
101
|
-
private cj;
|
|
102
|
-
private cn;
|
|
103
|
-
private ci;
|
|
103
|
+
private cg;
|
|
104
|
+
static bk(a: any): number;
|
|
105
|
+
private c1;
|
|
104
106
|
private cl;
|
|
105
|
-
private
|
|
107
|
+
private cp;
|
|
106
108
|
private ck;
|
|
107
|
-
private
|
|
109
|
+
private cn;
|
|
110
|
+
private co;
|
|
111
|
+
private cm;
|
|
112
|
+
private ci;
|
|
113
|
+
private cj;
|
|
108
114
|
private ch;
|
|
109
|
-
private
|
|
110
|
-
private
|
|
111
|
-
private
|
|
112
|
-
private
|
|
113
|
-
private
|
|
114
|
-
private dj;
|
|
115
|
+
private h;
|
|
116
|
+
private cw;
|
|
117
|
+
private ca;
|
|
118
|
+
private b6;
|
|
119
|
+
private dm;
|
|
115
120
|
resolveRefValue(a: any, b: string, c: (arg1: any) => void): void;
|
|
116
121
|
resolveRefName(a: any, b: any, c: (arg1: string) => void): void;
|
|
117
122
|
provideRefValue(a: any, b: string, c: any): void;
|
|
118
123
|
removeRefValue(a: any, b: string): void;
|
|
119
|
-
private
|
|
124
|
+
private ea;
|
|
120
125
|
clearRefValues(a: any): void;
|
|
121
|
-
private
|
|
126
|
+
private y;
|
|
122
127
|
queueForIdle(a: any, b: () => void): void;
|
|
123
128
|
tryFlushIdleActions(a: any): void;
|
|
124
|
-
private
|
|
125
|
-
private
|
|
126
|
-
private
|
|
127
|
-
private
|
|
128
|
-
private
|
|
129
|
-
private
|
|
130
|
-
private
|
|
131
|
-
private
|
|
132
|
-
private
|
|
129
|
+
private ed;
|
|
130
|
+
private ei;
|
|
131
|
+
private ep;
|
|
132
|
+
private di;
|
|
133
|
+
private du;
|
|
134
|
+
private dv;
|
|
135
|
+
private ad;
|
|
136
|
+
private ao;
|
|
137
|
+
private av;
|
|
138
|
+
private cz;
|
|
133
139
|
private cx;
|
|
134
|
-
private
|
|
135
|
-
private
|
|
136
|
-
private
|
|
137
|
-
private
|
|
140
|
+
private c4;
|
|
141
|
+
private as;
|
|
142
|
+
private cb;
|
|
143
|
+
private b4;
|
|
144
|
+
private b5;
|
|
145
|
+
b3(a: DescriptionTreeAction): any;
|
|
138
146
|
private b2;
|
|
139
|
-
private b3;
|
|
140
147
|
b1(a: DescriptionTreeAction): any;
|
|
141
|
-
|
|
148
|
+
b0(a: DescriptionTreeAction): any;
|
|
142
149
|
bz(a: DescriptionTreeAction): any;
|
|
143
|
-
by
|
|
144
|
-
|
|
145
|
-
private
|
|
146
|
-
|
|
150
|
+
private by;
|
|
151
|
+
f(a: string): DescriptionRef;
|
|
152
|
+
private cs;
|
|
153
|
+
private bx;
|
|
154
|
+
private cr;
|
|
155
|
+
private bu;
|
|
147
156
|
private cq;
|
|
148
|
-
private
|
|
149
|
-
|
|
157
|
+
private ct;
|
|
158
|
+
protected cv(a: string): any;
|
|
159
|
+
private bt;
|
|
150
160
|
private bs;
|
|
151
|
-
private co;
|
|
152
|
-
private cr;
|
|
153
|
-
protected ct(a: string): any;
|
|
154
161
|
private br;
|
|
162
|
+
private bv;
|
|
163
|
+
protected cu(a: string): any;
|
|
155
164
|
private bq;
|
|
156
165
|
private bp;
|
|
157
|
-
private
|
|
158
|
-
protected cs(a: string): any;
|
|
159
|
-
private bo;
|
|
160
|
-
private bn;
|
|
161
|
-
private bg;
|
|
166
|
+
private bi;
|
|
162
167
|
addTargetPropertyUpdatingListener(a: (propertyPath: string, target: any, newValue: any) => boolean): void;
|
|
163
168
|
removeTargetPropertyUpdatingListener(a: (propertyPath: string, target: any, newValue: any) => boolean): void;
|
|
164
|
-
private
|
|
169
|
+
private ba;
|
|
165
170
|
addPropertyUpdatingListener(a: string, b: (propertyName: string, target: any, newValue: any) => void): void;
|
|
166
|
-
private
|
|
171
|
+
private be;
|
|
167
172
|
addReferenceLookupListener(a: (container: any, refType: string, id: string) => any): void;
|
|
168
173
|
removeReferenceLookupListener(a: (container: any, refType: string, id: string) => any): void;
|
|
169
174
|
removePropertyUpdatingListener(a: string, b: (propertyName: string, target: any, newValue: any) => void): void;
|
|
170
|
-
private
|
|
175
|
+
private bg;
|
|
171
176
|
addNamespaceLookupListener(a: (container: any) => string): void;
|
|
172
177
|
removeNamespaceLookupListener(a: (container: any) => string): void;
|
|
173
|
-
private
|
|
178
|
+
private bd;
|
|
174
179
|
addCleanupListener(a: (container: any, id: string) => void): void;
|
|
175
180
|
removeCleanupListener(a: (container: any, id: string) => void): void;
|
|
176
|
-
private
|
|
177
|
-
private
|
|
178
|
-
|
|
181
|
+
private bo;
|
|
182
|
+
private em;
|
|
183
|
+
w(a: string): boolean;
|
|
179
184
|
private _shouldNamespaceSystemRefValues;
|
|
180
185
|
get shouldNamespaceSystemRefValues(): boolean;
|
|
181
186
|
set shouldNamespaceSystemRefValues(a: boolean);
|
|
182
|
-
|
|
187
|
+
dx(a: any, b: string, c: any, d: boolean): void;
|
|
183
188
|
removeRefValueCore(a: any, b: string, c: boolean): void;
|
|
184
189
|
clearUserRefValues(): void;
|
|
185
|
-
|
|
186
|
-
|
|
190
|
+
v(a: DescriptionRef): boolean;
|
|
191
|
+
cd(a: DescriptionRef): any;
|
|
187
192
|
hasRef(a: string): boolean;
|
|
188
|
-
|
|
193
|
+
g(a: string): DescriptionRef;
|
|
189
194
|
getMissingRefs(): string[];
|
|
190
195
|
getRefChangeInfos(a: string): DescriptionRefTargetInfo[];
|
|
191
|
-
private
|
|
196
|
+
private ce;
|
|
197
|
+
private am;
|
|
198
|
+
private ar;
|
|
192
199
|
private al;
|
|
200
|
+
private ef;
|
|
193
201
|
private aq;
|
|
202
|
+
dh(a: any, b: any, c: ContainerState): void;
|
|
203
|
+
private bm;
|
|
194
204
|
private ak;
|
|
195
|
-
private
|
|
205
|
+
private d1;
|
|
196
206
|
private ap;
|
|
197
|
-
|
|
198
|
-
private
|
|
199
|
-
private
|
|
200
|
-
private
|
|
201
|
-
private
|
|
207
|
+
private af;
|
|
208
|
+
private o;
|
|
209
|
+
private c6;
|
|
210
|
+
private b8;
|
|
211
|
+
private z;
|
|
212
|
+
private bw;
|
|
213
|
+
protected p(): boolean;
|
|
214
|
+
private bj;
|
|
202
215
|
private ae;
|
|
203
|
-
private
|
|
204
|
-
private
|
|
205
|
-
private
|
|
206
|
-
private
|
|
207
|
-
private bu;
|
|
208
|
-
protected o(): boolean;
|
|
209
|
-
private bh;
|
|
210
|
-
private ad;
|
|
211
|
-
private db;
|
|
212
|
-
private ej;
|
|
213
|
-
private ca;
|
|
216
|
+
private de;
|
|
217
|
+
private en;
|
|
218
|
+
private cc;
|
|
219
|
+
private t;
|
|
214
220
|
private s;
|
|
215
|
-
private r;
|
|
216
221
|
}
|
|
217
222
|
/**
|
|
218
223
|
* @hidden
|
|
@@ -8,25 +8,25 @@ export declare class FunnelChartDescription extends Description {
|
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
get type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private as;
|
|
12
12
|
get dataSourceRef(): string;
|
|
13
13
|
set dataSourceRef(a: string);
|
|
14
|
-
private
|
|
14
|
+
private bh;
|
|
15
15
|
get valueMemberPath(): string;
|
|
16
16
|
set valueMemberPath(a: string);
|
|
17
|
-
private
|
|
17
|
+
private aw;
|
|
18
18
|
get highlightedValueMemberPath(): string;
|
|
19
19
|
set highlightedValueMemberPath(a: string);
|
|
20
|
-
private
|
|
20
|
+
private x;
|
|
21
21
|
get actualHighlightValueOpacity(): number;
|
|
22
22
|
set actualHighlightValueOpacity(a: number);
|
|
23
|
-
private
|
|
23
|
+
private z;
|
|
24
24
|
get highlightValueOpacity(): number;
|
|
25
25
|
set highlightValueOpacity(a: number);
|
|
26
|
-
private
|
|
26
|
+
private ar;
|
|
27
27
|
get actualHighlightValueDisplayMode(): string;
|
|
28
28
|
set actualHighlightValueDisplayMode(a: string);
|
|
29
|
-
private
|
|
29
|
+
private ax;
|
|
30
30
|
get highlightValueDisplayMode(): string;
|
|
31
31
|
set highlightValueDisplayMode(a: string);
|
|
32
32
|
private h;
|
|
@@ -35,106 +35,112 @@ export declare class FunnelChartDescription extends Description {
|
|
|
35
35
|
private i;
|
|
36
36
|
get outlines(): string[];
|
|
37
37
|
set outlines(a: string[]);
|
|
38
|
-
private
|
|
38
|
+
private y;
|
|
39
39
|
get bottomEdgeWidth(): number;
|
|
40
40
|
set bottomEdgeWidth(a: number);
|
|
41
|
-
private
|
|
41
|
+
private ay;
|
|
42
42
|
get innerLabelMemberPath(): string;
|
|
43
43
|
set innerLabelMemberPath(a: string);
|
|
44
|
-
private
|
|
44
|
+
private a2;
|
|
45
45
|
get outerLabelMemberPath(): string;
|
|
46
46
|
set outerLabelMemberPath(a: string);
|
|
47
|
-
private
|
|
47
|
+
private az;
|
|
48
48
|
get innerLabelVisibility(): string;
|
|
49
49
|
set innerLabelVisibility(a: string);
|
|
50
|
-
private
|
|
50
|
+
private a5;
|
|
51
51
|
get outerLabelVisibility(): string;
|
|
52
52
|
set outerLabelVisibility(a: string);
|
|
53
|
-
private
|
|
53
|
+
private a1;
|
|
54
54
|
get outerLabelAlignment(): string;
|
|
55
55
|
set outerLabelAlignment(a: string);
|
|
56
|
-
private
|
|
56
|
+
private av;
|
|
57
57
|
get funnelSliceDisplay(): string;
|
|
58
58
|
set funnelSliceDisplay(a: string);
|
|
59
|
-
private
|
|
59
|
+
private at;
|
|
60
60
|
get formatInnerLabelRef(): string;
|
|
61
61
|
set formatInnerLabelRef(a: string);
|
|
62
|
-
private
|
|
62
|
+
private au;
|
|
63
63
|
get formatOuterLabelRef(): string;
|
|
64
64
|
set formatOuterLabelRef(a: string);
|
|
65
|
-
private
|
|
65
|
+
private ap;
|
|
66
66
|
get transitionDuration(): number;
|
|
67
67
|
set transitionDuration(a: number);
|
|
68
|
-
private
|
|
68
|
+
private o;
|
|
69
69
|
get isInverted(): boolean;
|
|
70
70
|
set isInverted(a: boolean);
|
|
71
|
-
private
|
|
71
|
+
private p;
|
|
72
72
|
get useBezierCurve(): boolean;
|
|
73
73
|
set useBezierCurve(a: boolean);
|
|
74
|
-
private
|
|
74
|
+
private n;
|
|
75
75
|
get allowSliceSelection(): boolean;
|
|
76
76
|
set allowSliceSelection(a: boolean);
|
|
77
|
-
private
|
|
77
|
+
private r;
|
|
78
78
|
get useUnselectedStyle(): boolean;
|
|
79
79
|
set useUnselectedStyle(a: boolean);
|
|
80
|
-
private
|
|
80
|
+
private a7;
|
|
81
81
|
get selectedSliceFill(): string;
|
|
82
82
|
set selectedSliceFill(a: string);
|
|
83
|
-
private
|
|
83
|
+
private a8;
|
|
84
84
|
get selectedSliceStroke(): string;
|
|
85
85
|
set selectedSliceStroke(a: string);
|
|
86
|
-
private
|
|
86
|
+
private ad;
|
|
87
87
|
get selectedSliceStrokeThickness(): number;
|
|
88
88
|
set selectedSliceStrokeThickness(a: number);
|
|
89
|
-
private
|
|
89
|
+
private ac;
|
|
90
90
|
get selectedSliceOpacity(): number;
|
|
91
91
|
set selectedSliceOpacity(a: number);
|
|
92
|
-
private
|
|
92
|
+
private bf;
|
|
93
93
|
get unselectedSliceFill(): string;
|
|
94
94
|
set unselectedSliceFill(a: string);
|
|
95
|
-
private
|
|
95
|
+
private bg;
|
|
96
96
|
get unselectedSliceStroke(): string;
|
|
97
97
|
set unselectedSliceStroke(a: string);
|
|
98
|
-
private
|
|
98
|
+
private af;
|
|
99
99
|
get unselectedSliceStrokeThickness(): number;
|
|
100
100
|
set unselectedSliceStrokeThickness(a: number);
|
|
101
|
-
private
|
|
101
|
+
private ae;
|
|
102
102
|
get unselectedSliceOpacity(): number;
|
|
103
103
|
set unselectedSliceOpacity(a: number);
|
|
104
|
-
private
|
|
104
|
+
private j;
|
|
105
|
+
get selectedItems(): any[];
|
|
106
|
+
set selectedItems(a: any[]);
|
|
107
|
+
private a0;
|
|
105
108
|
get legendItemBadgeTemplateRef(): string;
|
|
106
109
|
set legendItemBadgeTemplateRef(a: string);
|
|
107
|
-
private
|
|
110
|
+
private q;
|
|
108
111
|
get useOuterLabelsForLegend(): boolean;
|
|
109
112
|
set useOuterLabelsForLegend(a: boolean);
|
|
110
|
-
private
|
|
113
|
+
private be;
|
|
111
114
|
get textStyle(): string;
|
|
112
115
|
set textStyle(a: string);
|
|
113
|
-
private
|
|
116
|
+
private a4;
|
|
114
117
|
get outerLabelTextStyle(): string;
|
|
115
118
|
set outerLabelTextStyle(a: string);
|
|
116
|
-
private
|
|
119
|
+
private aa;
|
|
117
120
|
get outlineThickness(): number;
|
|
118
121
|
set outlineThickness(a: number);
|
|
119
|
-
private
|
|
122
|
+
private ab;
|
|
120
123
|
get pixelScalingRatio(): number;
|
|
121
124
|
set pixelScalingRatio(a: number);
|
|
122
|
-
private
|
|
125
|
+
private a3;
|
|
123
126
|
get outerLabelTextColor(): string;
|
|
124
127
|
set outerLabelTextColor(a: string);
|
|
125
|
-
private
|
|
128
|
+
private bd;
|
|
126
129
|
get textColor(): string;
|
|
127
130
|
set textColor(a: string);
|
|
128
131
|
private a6;
|
|
132
|
+
get selectedItemsChangedRef(): string;
|
|
133
|
+
set selectedItemsChangedRef(a: string);
|
|
134
|
+
private a9;
|
|
129
135
|
get sliceClickedRef(): string;
|
|
130
136
|
set sliceClickedRef(a: string);
|
|
131
|
-
private
|
|
137
|
+
private ba;
|
|
132
138
|
get sliceEnterRef(): string;
|
|
133
139
|
set sliceEnterRef(a: string);
|
|
134
|
-
private
|
|
140
|
+
private bc;
|
|
135
141
|
get sliceLeaveRef(): string;
|
|
136
142
|
set sliceLeaveRef(a: string);
|
|
137
|
-
private
|
|
143
|
+
private bb;
|
|
138
144
|
get sliceHoverRef(): string;
|
|
139
145
|
set sliceHoverRef(a: string);
|
|
140
146
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class FunnelChartSelectedItemsChangedEventArgsDescription extends Description {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
protected get_type(): string;
|
|
9
|
+
get type(): string;
|
|
10
|
+
constructor();
|
|
11
|
+
private j;
|
|
12
|
+
get oldItems(): any[];
|
|
13
|
+
set oldItems(a: any[]);
|
|
14
|
+
private i;
|
|
15
|
+
get newItems(): any[];
|
|
16
|
+
set newItems(a: any[]);
|
|
17
|
+
private h;
|
|
18
|
+
get currentItems(): any[];
|
|
19
|
+
set currentItems(a: any[]);
|
|
20
|
+
}
|
|
@@ -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 FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata 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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0",
|
|
4
4
|
"description": "Ignite UI Angular Core logic used in multiple UI components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-charts",
|
|
6
6
|
"keywords": [
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"tslib": "^2.3.1"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@angular/common": "^
|
|
19
|
-
"@angular/compiler": "^
|
|
20
|
-
"@angular/core": "^
|
|
18
|
+
"@angular/common": "^19.0.0",
|
|
19
|
+
"@angular/compiler": "^19.0.0",
|
|
20
|
+
"@angular/core": "^19.0.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-angular-core.d.ts",
|
package/public_api.d.ts
CHANGED
|
@@ -1061,6 +1061,8 @@ export * from './lib/FunnelChartDescription';
|
|
|
1061
1061
|
export * from './lib/FunnelChartDescriptionMetadata';
|
|
1062
1062
|
export * from './lib/FunnelChartCoreDescriptionModule';
|
|
1063
1063
|
export * from './lib/FunnelChartDescriptionModule';
|
|
1064
|
+
export * from './lib/FunnelChartSelectedItemsChangedEventArgsDescription';
|
|
1065
|
+
export * from './lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata';
|
|
1064
1066
|
export * from './lib/FunnelDataContextDescription';
|
|
1065
1067
|
export * from './lib/FunnelDataContextDescriptionMetadata';
|
|
1066
1068
|
export * from './lib/FunnelSliceClickedEventArgsDescription';
|
|
@@ -3299,6 +3301,7 @@ export * from './lib/RefValueChangedTarget';
|
|
|
3299
3301
|
export * from './lib/DescriptionRefTargetInfo';
|
|
3300
3302
|
export * from './lib/DescriptionRefValueChangedEventArgs';
|
|
3301
3303
|
export * from './lib/ContainerState';
|
|
3304
|
+
export * from './lib/ComponentRendererReferenceResolverEventArgs';
|
|
3302
3305
|
export * from './lib/TypeDescriptionContext';
|
|
3303
3306
|
export * from './lib/IComponentRendererAdapter';
|
|
3304
3307
|
export * from './lib/TypeDescriptionPlatform';
|