igniteui-angular-core 13.2.0 → 14.1.1
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 +1513 -1158
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm2015/lib/CanvasViewRenderer.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +382 -314
- package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererModuleEmitter.js +14 -11
- package/esm2015/lib/CodeGeneratingRendererResult.js +56 -44
- package/esm2015/lib/CodeGenerationFolderTemplate.js +41 -37
- package/esm2015/lib/CodeGenerationTransformer.js +19 -19
- package/esm2015/lib/ComponentRendererAdapter.js +3 -0
- package/esm2015/lib/ComponentRenderer_combined.js +178 -169
- package/esm2015/lib/DescriptionSerializer.js +72 -58
- package/esm2015/lib/DescriptionTreeAction.js +10 -9
- package/esm2015/lib/DescriptionTreeBuilder.js +4 -4
- package/esm2015/lib/DescriptionTreeNode.js +64 -36
- package/esm2015/lib/DescriptionTreeReconciler.js +156 -141
- package/esm2015/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm2015/lib/IgcSliderBridge.js +38 -12
- package/esm2015/lib/NativeUIInputsFactory.js +1 -0
- package/esm2015/lib/NativeUISlider.js +24 -10
- package/esm2015/lib/StackedFragmentSeriesDescription.js +121 -121
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm2015/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +3 -3
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +36 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +38 -0
- package/esm2015/lib/componentUtil.js +4 -1
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm5/lib/CanvasViewRenderer.js +1 -1
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +449 -363
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererModuleEmitter.js +18 -11
- package/esm5/lib/CodeGeneratingRendererResult.js +95 -66
- package/esm5/lib/CodeGenerationFolderTemplate.js +40 -36
- package/esm5/lib/CodeGenerationTransformer.js +19 -19
- package/esm5/lib/ComponentRendererAdapter.js +3 -0
- package/esm5/lib/ComponentRenderer_combined.js +184 -175
- package/esm5/lib/DescriptionSerializer.js +72 -58
- package/esm5/lib/DescriptionTreeAction.js +10 -9
- package/esm5/lib/DescriptionTreeBuilder.js +4 -4
- package/esm5/lib/DescriptionTreeNode.js +64 -36
- package/esm5/lib/DescriptionTreeReconciler.js +156 -141
- package/esm5/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm5/lib/IgcSliderBridge.js +38 -12
- package/esm5/lib/NativeUIInputsFactory.js +1 -0
- package/esm5/lib/NativeUISlider.js +23 -5
- package/esm5/lib/StackedFragmentSeriesDescription.js +120 -120
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm5/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +2 -2
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +46 -0
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +42 -0
- package/esm5/lib/componentUtil.js +4 -1
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +1385 -1085
- package/fesm5/igniteui-angular-core.js +1512 -1159
- package/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.d.ts +3 -3
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +120 -114
- package/lib/CodeGeneratingComponentRendererModuleEmitter.d.ts +6 -5
- package/lib/CodeGeneratingRendererResult.d.ts +15 -12
- package/lib/DescriptionSerializer.d.ts +7 -6
- package/lib/DescriptionTreeAction.d.ts +6 -5
- package/lib/DescriptionTreeNode.d.ts +13 -12
- package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/IgcSliderBridge.d.ts +7 -3
- package/lib/NativeUISlider.d.ts +9 -6
- package/lib/StackedFragmentSeriesDescription.d.ts +46 -46
- package/lib/TSCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +3 -3
- package/lib/WebTreeSelectionOptionsEventDetailDescription.d.ts +17 -0
- package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +13 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -9,8 +9,8 @@ import { Type } from "./type";
|
|
|
9
9
|
export declare class BlazorCodeGeneratingComponentRendererModuleEmitter extends DotNetCodeGeneratingComponentRendererModuleEmitter {
|
|
10
10
|
static $t: Type;
|
|
11
11
|
constructor(a: CodeGenerationTargetPlatforms, b: CodeGenerationRendererOptions, c: CodeGeneratingRendererResult);
|
|
12
|
+
protected o(): void;
|
|
13
|
+
private v;
|
|
14
|
+
protected l(a: string): void;
|
|
12
15
|
protected n(): void;
|
|
13
|
-
private u;
|
|
14
|
-
protected k(a: string): void;
|
|
15
|
-
protected m(): void;
|
|
16
16
|
}
|
|
@@ -30,8 +30,8 @@ export declare class CodeGeneratingComponentRendererCodeEmitter extends Base {
|
|
|
30
30
|
static $t: Type;
|
|
31
31
|
private k;
|
|
32
32
|
private i;
|
|
33
|
-
private
|
|
34
|
-
protected
|
|
33
|
+
private t;
|
|
34
|
+
protected a8(a: CodeGenerationItemBuilderPropertyInfo): void;
|
|
35
35
|
protected get j(): CodeGeneratingRendererResult;
|
|
36
36
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
37
37
|
private d;
|
|
@@ -42,88 +42,90 @@ export declare class CodeGeneratingComponentRendererCodeEmitter extends Base {
|
|
|
42
42
|
protected get g(): CodeGeneratingCodeWriter;
|
|
43
43
|
private b;
|
|
44
44
|
protected get f(): CodeGeneratingCodeWriter;
|
|
45
|
-
private
|
|
46
|
-
protected
|
|
45
|
+
private u;
|
|
46
|
+
protected at(a: string): void;
|
|
47
47
|
n(a: CodeGenerationItemBuilderPropertyInfo): boolean;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
48
|
+
p(a: CodeGenerationItemBuilderPropertyInfo): boolean;
|
|
49
|
+
private x;
|
|
50
|
+
protected get ae(): string;
|
|
51
|
+
au(a: string): void;
|
|
52
|
+
a7(): void;
|
|
53
|
+
a2(a: string): void;
|
|
54
54
|
a0(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
55
|
+
a1(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
55
56
|
toString(): string;
|
|
56
|
-
protected
|
|
57
|
-
protected
|
|
58
|
-
protected
|
|
59
|
-
protected
|
|
60
|
-
private
|
|
57
|
+
protected am(): string;
|
|
58
|
+
protected ap(a: CodeGenerationItemBuilderPropertyInfo, b: boolean): string;
|
|
59
|
+
protected af(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
60
|
+
protected y(a: CodeGenerationItemBuilderPropertyInfo): any;
|
|
61
|
+
private ao;
|
|
61
62
|
protected o(a: CodeGenerationItemBuilderPropertyInfo): boolean;
|
|
62
|
-
protected
|
|
63
|
-
protected ag(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
64
|
-
private aj;
|
|
63
|
+
protected an(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
65
64
|
protected ah(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
66
|
-
|
|
65
|
+
private ak;
|
|
67
66
|
protected ai(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
68
|
-
protected
|
|
69
|
-
protected
|
|
70
|
-
protected
|
|
71
|
-
protected
|
|
72
|
-
protected
|
|
73
|
-
protected
|
|
74
|
-
|
|
67
|
+
protected al(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
68
|
+
protected aj(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
69
|
+
protected get_r(): boolean;
|
|
70
|
+
protected get r(): boolean;
|
|
71
|
+
protected ac(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
72
|
+
protected ab(a: any): string;
|
|
73
|
+
protected aa(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
74
|
+
protected z(a: any): string;
|
|
75
75
|
private v;
|
|
76
|
+
private w;
|
|
77
|
+
a6(a: string): void;
|
|
76
78
|
a5(a: string): void;
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
protected
|
|
81
|
-
|
|
82
|
-
get
|
|
83
|
-
protected get p(): boolean;
|
|
79
|
+
private ag;
|
|
80
|
+
a3(): void;
|
|
81
|
+
protected get_ar(): string;
|
|
82
|
+
protected get ar(): string;
|
|
83
|
+
get ad(): string;
|
|
84
|
+
protected get q(): boolean;
|
|
84
85
|
protected get l(): boolean;
|
|
85
86
|
protected get m(): boolean;
|
|
86
|
-
|
|
87
|
-
protected
|
|
88
|
-
get
|
|
89
|
-
|
|
87
|
+
aq: string;
|
|
88
|
+
protected get_s(): boolean;
|
|
89
|
+
get s(): boolean;
|
|
90
|
+
a4(): void;
|
|
91
|
+
aw(a: StringBuilder): void;
|
|
92
|
+
az(a: StringBuilder): void;
|
|
90
93
|
av(a: StringBuilder): void;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
aw(a: CodeGeneratingImportManager): void;
|
|
94
|
-
protected ax(a: List$1<string>, b: CodeGeneratingImportManager): void;
|
|
94
|
+
ax(a: CodeGeneratingImportManager): void;
|
|
95
|
+
protected ay(a: List$1<string>, b: CodeGeneratingImportManager): void;
|
|
95
96
|
}
|
|
96
97
|
/**
|
|
97
98
|
* @hidden
|
|
98
99
|
*/
|
|
99
100
|
export declare class BlazorRazorCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
|
|
100
101
|
static $t: Type;
|
|
101
|
-
protected
|
|
102
|
+
protected get_s(): boolean;
|
|
102
103
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
103
|
-
protected
|
|
104
|
-
protected
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
private
|
|
109
|
-
private a8;
|
|
104
|
+
protected bc(a: string, b: CodeGenerationItemBuilderPropertyInfo): string;
|
|
105
|
+
protected af(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
106
|
+
au(a: string): void;
|
|
107
|
+
a7(): void;
|
|
108
|
+
a2(a: string): void;
|
|
109
|
+
private bb;
|
|
110
110
|
private a9;
|
|
111
|
-
|
|
112
|
-
protected ah(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
113
|
-
protected x(a: CodeGenerationItemBuilderPropertyInfo): any;
|
|
114
|
-
protected al(): string;
|
|
115
|
-
protected ag(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
116
|
-
private bc;
|
|
117
|
-
protected am(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
111
|
+
private ba;
|
|
118
112
|
a0(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
119
|
-
protected
|
|
113
|
+
protected ai(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
114
|
+
protected ap(a: CodeGenerationItemBuilderPropertyInfo, b: boolean): string;
|
|
115
|
+
protected y(a: CodeGenerationItemBuilderPropertyInfo): any;
|
|
116
|
+
protected am(): string;
|
|
117
|
+
protected ah(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
118
|
+
private bd;
|
|
119
|
+
protected an(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
120
|
+
a1(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
121
|
+
protected get_ar(): string;
|
|
120
122
|
}
|
|
121
123
|
/**
|
|
122
124
|
* @hidden
|
|
123
125
|
*/
|
|
124
126
|
export declare class BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
|
|
125
127
|
static $t: Type;
|
|
126
|
-
protected
|
|
128
|
+
protected get_s(): boolean;
|
|
127
129
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
128
130
|
}
|
|
129
131
|
/**
|
|
@@ -132,24 +134,24 @@ export declare class BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter
|
|
|
132
134
|
export declare class ReactMarkupCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
|
|
133
135
|
static $t: Type;
|
|
134
136
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
135
|
-
protected
|
|
136
|
-
protected
|
|
137
|
-
protected
|
|
138
|
-
private a8;
|
|
137
|
+
protected af(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
138
|
+
protected get_r(): boolean;
|
|
139
|
+
protected get_ar(): string;
|
|
139
140
|
private a9;
|
|
140
|
-
at(a: string): void;
|
|
141
|
-
private bb;
|
|
142
|
-
a6(): void;
|
|
143
141
|
private ba;
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
protected
|
|
149
|
-
|
|
150
|
-
protected am(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
142
|
+
au(a: string): void;
|
|
143
|
+
private bc;
|
|
144
|
+
a7(): void;
|
|
145
|
+
private bb;
|
|
146
|
+
protected aj(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
147
|
+
a2(a: string): void;
|
|
151
148
|
a0(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
152
|
-
protected
|
|
149
|
+
protected y(a: CodeGenerationItemBuilderPropertyInfo): any;
|
|
150
|
+
protected am(): string;
|
|
151
|
+
protected ah(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
152
|
+
protected an(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
153
|
+
a1(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
154
|
+
protected ay(a: List$1<string>, b: CodeGeneratingImportManager): void;
|
|
153
155
|
}
|
|
154
156
|
/**
|
|
155
157
|
* @hidden
|
|
@@ -164,24 +166,24 @@ export declare class ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter e
|
|
|
164
166
|
export declare class WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
|
|
165
167
|
static $t: Type;
|
|
166
168
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
167
|
-
protected
|
|
168
|
-
protected
|
|
169
|
-
|
|
169
|
+
protected af(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
170
|
+
protected get_r(): boolean;
|
|
171
|
+
au(a: string): void;
|
|
172
|
+
private bc;
|
|
173
|
+
a7(): void;
|
|
174
|
+
a2(a: string): void;
|
|
170
175
|
private bb;
|
|
171
|
-
a6(): void;
|
|
172
|
-
a1(a: string): void;
|
|
173
|
-
private ba;
|
|
174
|
-
private a8;
|
|
175
176
|
private a9;
|
|
176
|
-
|
|
177
|
-
protected
|
|
178
|
-
|
|
179
|
-
protected x(a: CodeGenerationItemBuilderPropertyInfo): any;
|
|
180
|
-
protected al(): string;
|
|
181
|
-
protected ag(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
182
|
-
protected am(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
183
|
-
protected ai(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
177
|
+
private ba;
|
|
178
|
+
protected get_ar(): string;
|
|
179
|
+
protected ay(a: List$1<string>, b: CodeGeneratingImportManager): void;
|
|
184
180
|
a0(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
181
|
+
protected y(a: CodeGenerationItemBuilderPropertyInfo): any;
|
|
182
|
+
protected am(): string;
|
|
183
|
+
protected ah(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
184
|
+
protected an(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
185
|
+
protected aj(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
186
|
+
a1(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
185
187
|
}
|
|
186
188
|
/**
|
|
187
189
|
* @hidden
|
|
@@ -223,20 +225,24 @@ export declare class TSCodeGeneratingComponentRendererDataEmitter extends CodeGe
|
|
|
223
225
|
export declare class AngularTemplateCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
|
|
224
226
|
static $t: Type;
|
|
225
227
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
226
|
-
protected
|
|
227
|
-
protected
|
|
228
|
-
protected
|
|
229
|
-
|
|
230
|
-
private
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
protected ag(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
238
|
-
protected am(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
228
|
+
protected af(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
229
|
+
protected get_r(): boolean;
|
|
230
|
+
protected get_ar(): string;
|
|
231
|
+
private bb;
|
|
232
|
+
private a9;
|
|
233
|
+
private ba;
|
|
234
|
+
au(a: string): void;
|
|
235
|
+
protected ay(a: List$1<string>, b: CodeGeneratingImportManager): void;
|
|
236
|
+
private bc;
|
|
237
|
+
a7(): void;
|
|
238
|
+
a2(a: string): void;
|
|
239
239
|
a0(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
240
|
+
protected aj(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
241
|
+
protected y(a: CodeGenerationItemBuilderPropertyInfo): any;
|
|
242
|
+
protected am(): string;
|
|
243
|
+
protected ah(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
244
|
+
protected an(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
245
|
+
a1(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
240
246
|
}
|
|
241
247
|
/**
|
|
242
248
|
* @hidden
|
|
@@ -277,27 +283,27 @@ export declare class DotNetCodeGeneratingComponentRendererDataEmitter extends Co
|
|
|
277
283
|
*/
|
|
278
284
|
export declare class WPFXamlCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
|
|
279
285
|
static $t: Type;
|
|
280
|
-
protected
|
|
286
|
+
protected get_s(): boolean;
|
|
281
287
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
282
|
-
protected
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
az(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
287
|
-
protected x(a: CodeGenerationItemBuilderPropertyInfo): any;
|
|
288
|
-
protected al(): string;
|
|
289
|
-
protected ag(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
290
|
-
private a8;
|
|
291
|
-
protected am(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
288
|
+
protected af(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
289
|
+
au(a: string): void;
|
|
290
|
+
a7(): void;
|
|
291
|
+
a2(a: string): void;
|
|
292
292
|
a0(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
293
|
-
protected
|
|
293
|
+
protected y(a: CodeGenerationItemBuilderPropertyInfo): any;
|
|
294
|
+
protected am(): string;
|
|
295
|
+
protected ah(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
296
|
+
private a9;
|
|
297
|
+
protected an(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
298
|
+
a1(a: number, b: string, c: CodeGenerationItemBuilderPropertyInfo, d: TypeDescriptionContext): void;
|
|
299
|
+
protected get_ar(): string;
|
|
294
300
|
}
|
|
295
301
|
/**
|
|
296
302
|
* @hidden
|
|
297
303
|
*/
|
|
298
304
|
export declare class WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
|
|
299
305
|
static $t: Type;
|
|
300
|
-
protected
|
|
306
|
+
protected get_s(): boolean;
|
|
301
307
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
302
308
|
}
|
|
303
309
|
/**
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { Base, Type } from "./type";
|
|
2
|
+
import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult";
|
|
2
3
|
import { CodeGeneratingCodeWriter } from "./CodeGeneratingCodeWriter";
|
|
3
4
|
import { CodeGeneratingImportManager } from "./CodeGeneratingImportManager";
|
|
4
5
|
import { CodeGenerationRendererOptions } from "./CodeGenerationRendererOptions";
|
|
5
|
-
import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult";
|
|
6
6
|
import { JsonDictionaryItem } from "./JsonDictionaryItem";
|
|
7
7
|
/**
|
|
8
8
|
* @hidden
|
|
9
9
|
*/
|
|
10
10
|
export declare class CodeGeneratingComponentRendererModuleEmitter extends Base {
|
|
11
11
|
static $t: Type;
|
|
12
|
-
private
|
|
12
|
+
private k;
|
|
13
13
|
private i;
|
|
14
|
+
protected get j(): CodeGeneratingRendererResult;
|
|
14
15
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
15
16
|
private b;
|
|
16
17
|
protected get d(): CodeGeneratingCodeWriter;
|
|
@@ -20,8 +21,8 @@ export declare class CodeGeneratingComponentRendererModuleEmitter extends Base {
|
|
|
20
21
|
protected get g(): CodeGeneratingImportManager;
|
|
21
22
|
private a;
|
|
22
23
|
protected get c(): CodeGeneratingCodeWriter;
|
|
23
|
-
|
|
24
|
-
protected m(): void;
|
|
25
|
-
protected k(a: string): void;
|
|
24
|
+
m(a: JsonDictionaryItem): void;
|
|
26
25
|
protected n(): void;
|
|
26
|
+
protected l(a: string): void;
|
|
27
|
+
protected o(): void;
|
|
27
28
|
}
|
|
@@ -9,37 +9,40 @@ import { CodeGeneratingImportManager } from "./CodeGeneratingImportManager";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class CodeGeneratingRendererResult extends Base {
|
|
11
11
|
static $t: Type;
|
|
12
|
-
private
|
|
13
|
-
get
|
|
12
|
+
private p;
|
|
13
|
+
get s(): List$1<CodeGenerationItemBuilderPropertyInfo>;
|
|
14
14
|
private _platform;
|
|
15
15
|
get platform(): CodeGenerationTargetPlatforms;
|
|
16
16
|
set platform(a: CodeGenerationTargetPlatforms);
|
|
17
17
|
private _generationOptions;
|
|
18
18
|
get generationOptions(): CodeGenerationRendererOptions;
|
|
19
19
|
set generationOptions(a: CodeGenerationRendererOptions);
|
|
20
|
+
private k;
|
|
21
|
+
private m;
|
|
20
22
|
private j;
|
|
21
|
-
private
|
|
22
|
-
|
|
23
|
+
private o;
|
|
24
|
+
addPackageRef(a: string): void;
|
|
23
25
|
addContainerResult(a: string, b: string): void;
|
|
24
26
|
addImportResult(a: string, b: CodeGeneratingImportManager): void;
|
|
25
27
|
addContainerNewFileResult(a: string, b: string): void;
|
|
28
|
+
getPackages(): string[];
|
|
26
29
|
getKeys(): string[];
|
|
27
30
|
getImportsKeys(): string[];
|
|
28
31
|
getContentForKey(a: string): string;
|
|
29
|
-
|
|
30
|
-
private
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
q(a: string): List$1<CodeGeneratingImportManager>;
|
|
33
|
+
private h;
|
|
34
|
+
t(a: string): string;
|
|
35
|
+
ae(a: CodeGenerationItemBuilderPropertyInfo): void;
|
|
33
36
|
getNewFiles(): List$1<string>;
|
|
34
37
|
getNewFileContent(a: string): string;
|
|
35
|
-
private
|
|
38
|
+
private n;
|
|
36
39
|
defineString(a: string, b: string): void;
|
|
37
40
|
getStringNames(): string[];
|
|
38
41
|
getString(a: string): string;
|
|
39
|
-
private
|
|
42
|
+
private l;
|
|
40
43
|
trackDescriptionField(a: string, b: string): void;
|
|
41
44
|
hasDescription(a: string): boolean;
|
|
42
45
|
getDescriptionField(a: string): string;
|
|
43
|
-
private
|
|
44
|
-
|
|
46
|
+
private i;
|
|
47
|
+
u(a: string): string;
|
|
45
48
|
}
|
|
@@ -13,24 +13,25 @@ export declare class DescriptionSerializer extends Base {
|
|
|
13
13
|
static $t: Type;
|
|
14
14
|
constructor();
|
|
15
15
|
h: boolean;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
p(a: TypeDescriptionContext, b: Description): string;
|
|
17
|
+
t(a: TypeDescriptionContext, b: DescriptionTreeNode, c: DescriptionSerializerBuilder): void;
|
|
18
18
|
c(a: TypeDescriptionContext, b: string): DescriptionResult;
|
|
19
19
|
g: boolean;
|
|
20
20
|
private f;
|
|
21
21
|
private i;
|
|
22
22
|
private e;
|
|
23
23
|
d(a: TypeDescriptionContext, b: JsonDictionaryItem, c: boolean, d: (arg1: string) => string, e: boolean): DescriptionResult;
|
|
24
|
-
|
|
24
|
+
v(a: TypeDescriptionContext, b: Description, c: string, d: TypeDescriptionMetadata, e: any): void;
|
|
25
25
|
private b;
|
|
26
|
+
private n;
|
|
26
27
|
private k;
|
|
27
28
|
private m;
|
|
28
29
|
private l;
|
|
29
30
|
private a;
|
|
30
31
|
private j;
|
|
31
|
-
private p;
|
|
32
|
-
private n;
|
|
33
32
|
private q;
|
|
34
|
-
private
|
|
33
|
+
private o;
|
|
35
34
|
private r;
|
|
35
|
+
private u;
|
|
36
|
+
private s;
|
|
36
37
|
}
|
|
@@ -9,12 +9,13 @@ import { TypeDescriptionPlatform } from "./TypeDescriptionPlatform";
|
|
|
9
9
|
export declare class DescriptionTreeAction extends Base {
|
|
10
10
|
static $t: Type;
|
|
11
11
|
a: DescriptionTreeActionType;
|
|
12
|
+
c: DescriptionTreeNode;
|
|
12
13
|
b: DescriptionTreeNode;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
d: TypeDescriptionMetadata;
|
|
15
|
+
j: string;
|
|
16
|
+
i(a: TypeDescriptionPlatform): string;
|
|
17
|
+
h: any;
|
|
16
18
|
g: any;
|
|
17
|
-
f:
|
|
19
|
+
f: number;
|
|
18
20
|
e: number;
|
|
19
|
-
d: number;
|
|
20
21
|
}
|
|
@@ -7,19 +7,20 @@ import { TypeDescriptionMetadata } from "./TypeDescriptionMetadata";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare class DescriptionTreeNode extends Base {
|
|
9
9
|
static $t: Type;
|
|
10
|
-
private static
|
|
11
|
-
|
|
10
|
+
private static h;
|
|
11
|
+
g: number;
|
|
12
12
|
constructor();
|
|
13
|
+
b(): DescriptionTreeNode;
|
|
14
|
+
private e;
|
|
13
15
|
private d;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
n(a: string, b: any, c: TypeDescriptionMetadata): void;
|
|
16
|
+
i: string;
|
|
17
|
+
j(a: string, b: any): void;
|
|
18
|
+
k(a: string, b: any, c: TypeDescriptionMetadata): void;
|
|
19
|
+
n(a: string, b: any): void;
|
|
20
|
+
o(a: string, b: any, c: TypeDescriptionMetadata): void;
|
|
20
21
|
a(a: string): DescriptionPropertyValue;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
c(a: string): boolean;
|
|
23
|
+
m(a: string): void;
|
|
24
|
+
l(): void;
|
|
25
|
+
f(): List$1<DescriptionPropertyValue>;
|
|
25
26
|
}
|
|
@@ -8,14 +8,14 @@ import { Type } from "./type";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class DotNetCodeGeneratingComponentRendererModuleEmitter extends CodeGeneratingComponentRendererModuleEmitter {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
private
|
|
11
|
+
private p;
|
|
12
12
|
constructor(a: CodeGenerationTargetPlatforms, b: CodeGenerationRendererOptions, c: CodeGeneratingRendererResult);
|
|
13
|
+
private s;
|
|
14
|
+
protected get t(): number;
|
|
15
|
+
private q;
|
|
16
|
+
protected o(): void;
|
|
13
17
|
private r;
|
|
14
|
-
protected get
|
|
15
|
-
|
|
18
|
+
protected get u(): string;
|
|
19
|
+
protected l(a: string): void;
|
|
16
20
|
protected n(): void;
|
|
17
|
-
private q;
|
|
18
|
-
protected get t(): string;
|
|
19
|
-
protected k(a: string): void;
|
|
20
|
-
protected m(): void;
|
|
21
21
|
}
|
package/lib/IgcSliderBridge.d.ts
CHANGED
|
@@ -8,11 +8,15 @@ import { NativeUIBuiltInProperties } from "./NativeUIBuiltInProperties";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class IgcSliderBridge extends NativeUIElementBridge {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
private d;
|
|
12
|
-
private c;
|
|
13
11
|
private e;
|
|
14
|
-
|
|
12
|
+
private c;
|
|
13
|
+
private g;
|
|
15
14
|
private f;
|
|
15
|
+
private d;
|
|
16
|
+
private h;
|
|
17
|
+
addHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
18
|
+
private j;
|
|
19
|
+
private i;
|
|
16
20
|
getValue(a: any, b: NativeUIBuiltInProperties): any;
|
|
17
21
|
removeHandler(a: any, b: NativeUIComponent, c: NativeUIBuiltInEvents, d: any): void;
|
|
18
22
|
setValue(a: any, b: NativeUIBuiltInProperties, c: any): void;
|
package/lib/NativeUISlider.d.ts
CHANGED
|
@@ -8,15 +8,18 @@ import { NativeUISliderValueChangedEventArgs } from "./NativeUISliderValueChange
|
|
|
8
8
|
export declare class NativeUISlider extends NativeUIComponent {
|
|
9
9
|
static $t: Type;
|
|
10
10
|
protected get_c(): NativeUIComponentBuiltInType;
|
|
11
|
+
get aw(): number;
|
|
12
|
+
set aw(a: number);
|
|
11
13
|
get au(): number;
|
|
12
14
|
set au(a: number);
|
|
13
|
-
get as(): number;
|
|
14
|
-
set as(a: number);
|
|
15
|
-
get ar(): number;
|
|
16
|
-
set ar(a: number);
|
|
17
15
|
get at(): number;
|
|
18
16
|
set at(a: number);
|
|
17
|
+
get av(): number;
|
|
18
|
+
set av(a: number);
|
|
19
19
|
private ap;
|
|
20
|
-
get
|
|
21
|
-
set
|
|
20
|
+
get ar(): (sender: any, args: NativeUISliderValueChangedEventArgs) => void;
|
|
21
|
+
set ar(a: (sender: any, args: NativeUISliderValueChangedEventArgs) => void);
|
|
22
|
+
private aq;
|
|
23
|
+
get as(): (sender: any, args: NativeUISliderValueChangedEventArgs) => void;
|
|
24
|
+
set as(a: (sender: any, args: NativeUISliderValueChangedEventArgs) => void);
|
|
22
25
|
}
|