igniteui-angular-core 16.1.0 → 16.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 +187 -175
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +122 -122
- package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +61 -53
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +122 -122
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +65 -53
- package/fesm2015/igniteui-angular-core.js +183 -175
- package/fesm5/igniteui-angular-core.js +187 -175
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +34 -34
- package/lib/CodeGeneratingComponentRendererDataEmitter.d.ts +16 -14
- package/package.json +1 -1
|
@@ -305,26 +305,26 @@ export declare class TSCodeGeneratingComponentRendererHandlerEmitter extends Cod
|
|
|
305
305
|
export declare class TSCodeGeneratingComponentRendererDataEmitter extends CodeGeneratingComponentRendererDataEmitter {
|
|
306
306
|
static $t: Type;
|
|
307
307
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
308
|
-
protected
|
|
309
|
-
protected
|
|
310
|
-
protected
|
|
308
|
+
protected w(a: string, b?: boolean): string;
|
|
309
|
+
protected v(a: string): string;
|
|
310
|
+
protected ap(a: string): string;
|
|
311
311
|
protected get_s(): string;
|
|
312
|
-
private ak;
|
|
313
|
-
protected aj(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: CodeGeneratingCodeWriter, e: CodeGeneratingImportManager): void;
|
|
314
|
-
protected af(a: string, b: CodeGenerationLibraryItemContentLocation, c: CodeGenerationLibraryItemContent): void;
|
|
315
|
-
protected ag(a: string, b: JsonDictionaryValue): void;
|
|
316
|
-
protected ah(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: JsonDictionaryObject): void;
|
|
317
|
-
protected x(a: string, b: CodeGeneratingImportManager): void;
|
|
318
|
-
protected y(a: string, b: CodeGeneratingImportManager): void;
|
|
319
|
-
protected z(a: string, b: CodeGeneratingImportManager): void;
|
|
320
|
-
protected ab(a: CodeGeneratingComponentRendererDataEmitterItemType, b: CodeGeneratingCodeWriter, c: CodeGeneratingImportManager): void;
|
|
321
312
|
private al;
|
|
322
|
-
|
|
323
|
-
protected
|
|
324
|
-
protected
|
|
325
|
-
|
|
313
|
+
protected ak(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: CodeGeneratingCodeWriter, e: CodeGeneratingImportManager): void;
|
|
314
|
+
protected ag(a: string, b: CodeGenerationLibraryItemContentLocation, c: CodeGenerationLibraryItemContent): void;
|
|
315
|
+
protected ah(a: string, b: JsonDictionaryValue): void;
|
|
316
|
+
protected ai(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: JsonDictionaryObject): void;
|
|
317
|
+
protected y(a: string, b: CodeGeneratingImportManager): void;
|
|
318
|
+
protected z(a: string, b: string, c: CodeGeneratingImportManager): void;
|
|
319
|
+
protected aa(a: string, b: CodeGeneratingImportManager): void;
|
|
320
|
+
protected ac(a: CodeGeneratingComponentRendererDataEmitterItemType, b: CodeGeneratingCodeWriter, c: CodeGeneratingImportManager): void;
|
|
321
|
+
private am;
|
|
322
|
+
private ao;
|
|
323
|
+
protected aj(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: CodeGeneratingCodeWriter): void;
|
|
324
|
+
protected x(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: JsonDictionaryItem, e: number, f: CodeGeneratingCodeWriter): void;
|
|
325
|
+
private aq;
|
|
326
326
|
protected t(a: CodeGeneratingComponentRendererDataEmitterPropertyType, b: JsonDictionaryValue): string;
|
|
327
|
-
protected
|
|
327
|
+
protected an(a: JsonDictionaryValue): string;
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
330
|
* @hidden
|
|
@@ -373,26 +373,26 @@ export declare class AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter
|
|
|
373
373
|
export declare class DotNetCodeGeneratingComponentRendererDataEmitter extends CodeGeneratingComponentRendererDataEmitter {
|
|
374
374
|
static $t: Type;
|
|
375
375
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
376
|
-
protected
|
|
376
|
+
protected aa(a: string, b: CodeGeneratingImportManager): void;
|
|
377
|
+
protected ae(a: CodeGeneratingCodeWriter): void;
|
|
378
|
+
private al;
|
|
377
379
|
protected ad(a: CodeGeneratingCodeWriter): void;
|
|
378
|
-
|
|
379
|
-
protected
|
|
380
|
-
protected
|
|
381
|
-
protected
|
|
382
|
-
protected
|
|
383
|
-
protected
|
|
384
|
-
protected
|
|
385
|
-
protected ag(a: string, b: JsonDictionaryValue): void;
|
|
386
|
-
protected ah(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: JsonDictionaryObject): void;
|
|
380
|
+
protected w(a: string, b?: boolean): string;
|
|
381
|
+
protected v(a: string): string;
|
|
382
|
+
protected ap(a: string): string;
|
|
383
|
+
protected ak(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: CodeGeneratingCodeWriter, e: CodeGeneratingImportManager): void;
|
|
384
|
+
protected ag(a: string, b: CodeGenerationLibraryItemContentLocation, c: CodeGenerationLibraryItemContent): void;
|
|
385
|
+
protected ah(a: string, b: JsonDictionaryValue): void;
|
|
386
|
+
protected ai(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: JsonDictionaryObject): void;
|
|
387
387
|
protected get_s(): string;
|
|
388
|
-
protected
|
|
389
|
-
private
|
|
390
|
-
private
|
|
391
|
-
protected
|
|
392
|
-
protected
|
|
393
|
-
private
|
|
388
|
+
protected ac(a: CodeGeneratingComponentRendererDataEmitterItemType, b: CodeGeneratingCodeWriter, c: CodeGeneratingImportManager): void;
|
|
389
|
+
private am;
|
|
390
|
+
private ao;
|
|
391
|
+
protected aj(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: CodeGeneratingCodeWriter): void;
|
|
392
|
+
protected x(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: JsonDictionaryItem, e: number, f: CodeGeneratingCodeWriter): void;
|
|
393
|
+
private aq;
|
|
394
394
|
protected t(a: CodeGeneratingComponentRendererDataEmitterPropertyType, b: JsonDictionaryValue): string;
|
|
395
|
-
protected
|
|
395
|
+
protected an(a: JsonDictionaryValue): string;
|
|
396
396
|
}
|
|
397
397
|
/**
|
|
398
398
|
* @hidden
|
|
@@ -20,8 +20,8 @@ export declare class CodeGeneratingComponentRendererDataEmitter extends Base {
|
|
|
20
20
|
private m;
|
|
21
21
|
protected get p(): CodeGenerationRendererOptions;
|
|
22
22
|
protected get n(): CodeGeneratingRendererResult;
|
|
23
|
-
protected
|
|
24
|
-
protected
|
|
23
|
+
protected w(a: string, b?: boolean): string;
|
|
24
|
+
protected v(a: string): string;
|
|
25
25
|
constructor(a: CodeGenerationRendererOptions, b: CodeGeneratingRendererResult);
|
|
26
26
|
private e;
|
|
27
27
|
protected get h(): CodeGeneratingCodeWriter;
|
|
@@ -38,21 +38,23 @@ export declare class CodeGeneratingComponentRendererDataEmitter extends Base {
|
|
|
38
38
|
protected t(a: CodeGeneratingComponentRendererDataEmitterPropertyType, b: JsonDictionaryValue): string;
|
|
39
39
|
protected get_s(): string;
|
|
40
40
|
protected get s(): string;
|
|
41
|
-
|
|
42
|
-
protected
|
|
41
|
+
protected get_u(): string;
|
|
42
|
+
protected get u(): string;
|
|
43
|
+
ab(a: JsonDictionaryItem): void;
|
|
43
44
|
protected ad(a: CodeGeneratingCodeWriter): void;
|
|
44
|
-
protected
|
|
45
|
-
protected
|
|
45
|
+
protected ae(a: CodeGeneratingCodeWriter): void;
|
|
46
|
+
protected aa(a: string, b: CodeGeneratingImportManager): void;
|
|
46
47
|
protected y(a: string, b: CodeGeneratingImportManager): void;
|
|
47
|
-
protected
|
|
48
|
-
protected
|
|
49
|
-
protected ag(a: string, b:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
protected
|
|
48
|
+
protected z(a: string, b: string, c: CodeGeneratingImportManager): void;
|
|
49
|
+
protected ai(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: JsonDictionaryObject): void;
|
|
50
|
+
protected ag(a: string, b: CodeGenerationLibraryItemContentLocation, c: CodeGenerationLibraryItemContent): void;
|
|
51
|
+
protected ah(a: string, b: JsonDictionaryValue): void;
|
|
52
|
+
af(a: string, b: JsonDictionaryItem, c: CodeGeneratingCodeWriter, d: CodeGeneratingImportManager): void;
|
|
53
|
+
protected aj(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: CodeGeneratingCodeWriter): void;
|
|
54
|
+
protected ac(a: CodeGeneratingComponentRendererDataEmitterItemType, b: CodeGeneratingCodeWriter, c: CodeGeneratingImportManager): void;
|
|
53
55
|
protected r(a: string, b: string, c: string[], d: CodeGeneratingComponentRendererDataEmitterPropertyType[]): List$1<CodeGeneratingComponentRendererDataEmitterItemType>;
|
|
54
|
-
protected
|
|
55
|
-
protected
|
|
56
|
+
protected x(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: JsonDictionaryItem, e: number, f: CodeGeneratingCodeWriter): void;
|
|
57
|
+
protected ak(a: string, b: string[], c: CodeGeneratingComponentRendererDataEmitterPropertyType[], d: CodeGeneratingCodeWriter, e: CodeGeneratingImportManager): void;
|
|
56
58
|
private b;
|
|
57
59
|
private a;
|
|
58
60
|
private q;
|
package/package.json
CHANGED