imng-kendo-grid 7.222.6 → 7.285.5
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/esm2022/lib/grid-header-component/grid-header.component.mjs +3 -3
- package/esm2022/lib/imng-kendo-grid.module.mjs +4 -4
- package/esm2022/lib/kendo-child-column-component/kendo-child-column-template.component.mjs +3 -3
- package/esm2022/lib/kendo-copy-component/kendo-copy.component.mjs +3 -3
- package/esm2022/lib/kendo-grid-base-component.mjs +3 -3
- package/fesm2022/imng-kendo-grid.mjs +16 -16
- package/package.json +1 -1
|
@@ -15,8 +15,8 @@ export class ImngGridHeaderComponent {
|
|
|
15
15
|
this.clearFiltersClicked = new EventEmitter();
|
|
16
16
|
this.reloadEntitiesClicked = new EventEmitter();
|
|
17
17
|
}
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
19
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngGridHeaderComponent, deps: [{ token: GridComponent }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: ImngGridHeaderComponent, selector: "imng-kendo-odata-grid-header", inputs: { entityName: "entityName", hideColumnChooser: "hideColumnChooser", hideClearFilters: "hideClearFilters", hideReloadData: "hideReloadData", hideExports: "hideExports", hasHiddenColumns$: "hasHiddenColumns$" }, outputs: { addItemClicked: "addItemClicked", clearFiltersClicked: "clearFiltersClicked", reloadEntitiesClicked: "reloadEntitiesClicked" }, ngImport: i0, template: `<div class="mr-5 pr-5">
|
|
20
20
|
<button
|
|
21
21
|
name="imngAddEntity"
|
|
22
22
|
*ngIf="entityName"
|
|
@@ -78,7 +78,7 @@ export class ImngGridHeaderComponent {
|
|
|
78
78
|
}"></kendo-grid-column-chooser>
|
|
79
79
|
</div> `, isInline: true, styles: [".btn-sm{height:30px;border-radius:2px;background-color:#f5f5f5;border-color:#00000014}.btn-primary{background-color:#007bff}.k-icon{padding-bottom:3px}.k-bare{border-color:#00000014!important;background-color:#f5f5f5!important;background-image:linear-gradient(#0000,#00000005)!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.GridToolbarFocusableDirective, selector: " [kendoGridToolbarFocusable], [kendoGridAddCommand], [kendoGridCancelCommand], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridExcelCommand], [kendoGridPDFCommand] " }, { kind: "component", type: i2.ColumnChooserComponent, selector: "kendo-grid-column-chooser", inputs: ["autoSync", "allowHideAll"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
|
|
80
80
|
}
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngGridHeaderComponent, decorators: [{
|
|
82
82
|
type: Component,
|
|
83
83
|
args: [{ selector: 'imng-kendo-odata-grid-header', template: `<div class="mr-5 pr-5">
|
|
84
84
|
<button
|
|
@@ -6,11 +6,11 @@ import { ImngGridChildColumnTemplateComponent } from './kendo-child-column-compo
|
|
|
6
6
|
import { ImngKendoCopyComponent } from './kendo-copy-component/kendo-copy.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export class ImngKendoGridModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoGridModule, declarations: [ImngGridHeaderComponent, ImngGridChildColumnTemplateComponent, ImngKendoCopyComponent], imports: [CommonModule, GridModule], exports: [ImngGridHeaderComponent, ImngGridChildColumnTemplateComponent, ImngKendoCopyComponent] }); }
|
|
11
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoGridModule, imports: [CommonModule, GridModule] }); }
|
|
12
12
|
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoGridModule, decorators: [{
|
|
14
14
|
type: NgModule,
|
|
15
15
|
args: [{
|
|
16
16
|
declarations: [ImngGridHeaderComponent, ImngGridChildColumnTemplateComponent, ImngKendoCopyComponent],
|
|
@@ -38,8 +38,8 @@ export class ImngGridChildColumnTemplateComponent {
|
|
|
38
38
|
moreClicked() {
|
|
39
39
|
this.showMoreClicked.emit();
|
|
40
40
|
}
|
|
41
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
42
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
41
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngGridChildColumnTemplateComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
42
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: ImngGridChildColumnTemplateComponent, selector: "imng-kendo-grid-child-column-template", inputs: { field: "field", visibleRecCount: "visibleRecCount", showMore: "showMore", toolTipJoinCharacter: "toolTipJoinCharacter", data: "data" }, outputs: { showMoreClicked: "showMoreClicked" }, ngImport: i0, template: `<div *ngFor="let item of currentData | slice: 0:visibleRecCount">
|
|
43
43
|
{{ item }}
|
|
44
44
|
</div>
|
|
45
45
|
<button
|
|
@@ -55,7 +55,7 @@ export class ImngGridChildColumnTemplateComponent {
|
|
|
55
55
|
}}</span>
|
|
56
56
|
</button>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.SlicePipe, name: "slice" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
57
57
|
}
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
58
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngGridChildColumnTemplateComponent, decorators: [{
|
|
59
59
|
type: Component,
|
|
60
60
|
args: [{
|
|
61
61
|
selector: 'imng-kendo-grid-child-column-template',
|
|
@@ -15,15 +15,15 @@ export class ImngKendoCopyComponent {
|
|
|
15
15
|
copy() {
|
|
16
16
|
navigator.clipboard?.writeText(this.copyValue);
|
|
17
17
|
}
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
19
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
18
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoCopyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: ImngKendoCopyComponent, selector: "imng-kendo-copy[copyValue]", inputs: { displayValue: "displayValue", copyValue: "copyValue" }, ngImport: i0, template: `
|
|
20
20
|
<a (click)="copy()" [title]="'Copy the full value: ' + copyValue"
|
|
21
21
|
>{{ displayValue }} <span
|
|
22
22
|
class="k-icon k-i-copy k-icon-sm k-color-primary"></span
|
|
23
23
|
></a>
|
|
24
24
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
25
25
|
}
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoCopyComponent, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
28
|
args: [{
|
|
29
29
|
selector: 'imng-kendo-copy[copyValue]',
|
|
@@ -22,10 +22,10 @@ export class KendoGridBaseComponent {
|
|
|
22
22
|
ngOnDestroy() {
|
|
23
23
|
this.allSubscriptions.unsubscribeAll();
|
|
24
24
|
}
|
|
25
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
26
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
25
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: KendoGridBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
26
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: KendoGridBaseComponent, selector: "ng-component", ngImport: i0, template: '', isInline: true }); }
|
|
27
27
|
}
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: KendoGridBaseComponent, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{ template: '' }]
|
|
31
31
|
}] });
|
|
@@ -20,8 +20,8 @@ class ImngGridHeaderComponent {
|
|
|
20
20
|
this.clearFiltersClicked = new EventEmitter();
|
|
21
21
|
this.reloadEntitiesClicked = new EventEmitter();
|
|
22
22
|
}
|
|
23
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
24
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
23
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngGridHeaderComponent, deps: [{ token: GridComponent }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
24
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: ImngGridHeaderComponent, selector: "imng-kendo-odata-grid-header", inputs: { entityName: "entityName", hideColumnChooser: "hideColumnChooser", hideClearFilters: "hideClearFilters", hideReloadData: "hideReloadData", hideExports: "hideExports", hasHiddenColumns$: "hasHiddenColumns$" }, outputs: { addItemClicked: "addItemClicked", clearFiltersClicked: "clearFiltersClicked", reloadEntitiesClicked: "reloadEntitiesClicked" }, ngImport: i0, template: `<div class="mr-5 pr-5">
|
|
25
25
|
<button
|
|
26
26
|
name="imngAddEntity"
|
|
27
27
|
*ngIf="entityName"
|
|
@@ -83,7 +83,7 @@ class ImngGridHeaderComponent {
|
|
|
83
83
|
}"></kendo-grid-column-chooser>
|
|
84
84
|
</div> `, isInline: true, styles: [".btn-sm{height:30px;border-radius:2px;background-color:#f5f5f5;border-color:#00000014}.btn-primary{background-color:#007bff}.k-icon{padding-bottom:3px}.k-bare{border-color:#00000014!important;background-color:#f5f5f5!important;background-image:linear-gradient(#0000,#00000005)!important}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.GridToolbarFocusableDirective, selector: " [kendoGridToolbarFocusable], [kendoGridAddCommand], [kendoGridCancelCommand], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridExcelCommand], [kendoGridPDFCommand] " }, { kind: "component", type: i2.ColumnChooserComponent, selector: "kendo-grid-column-chooser", inputs: ["autoSync", "allowHideAll"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
|
|
85
85
|
}
|
|
86
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
86
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngGridHeaderComponent, decorators: [{
|
|
87
87
|
type: Component,
|
|
88
88
|
args: [{ selector: 'imng-kendo-odata-grid-header', template: `<div class="mr-5 pr-5">
|
|
89
89
|
<button
|
|
@@ -206,8 +206,8 @@ class ImngGridChildColumnTemplateComponent {
|
|
|
206
206
|
moreClicked() {
|
|
207
207
|
this.showMoreClicked.emit();
|
|
208
208
|
}
|
|
209
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
210
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
209
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngGridChildColumnTemplateComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
210
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: ImngGridChildColumnTemplateComponent, selector: "imng-kendo-grid-child-column-template", inputs: { field: "field", visibleRecCount: "visibleRecCount", showMore: "showMore", toolTipJoinCharacter: "toolTipJoinCharacter", data: "data" }, outputs: { showMoreClicked: "showMoreClicked" }, ngImport: i0, template: `<div *ngFor="let item of currentData | slice: 0:visibleRecCount">
|
|
211
211
|
{{ item }}
|
|
212
212
|
</div>
|
|
213
213
|
<button
|
|
@@ -223,7 +223,7 @@ class ImngGridChildColumnTemplateComponent {
|
|
|
223
223
|
}}</span>
|
|
224
224
|
</button>`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.SlicePipe, name: "slice" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
225
225
|
}
|
|
226
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngGridChildColumnTemplateComponent, decorators: [{
|
|
227
227
|
type: Component,
|
|
228
228
|
args: [{
|
|
229
229
|
selector: 'imng-kendo-grid-child-column-template',
|
|
@@ -273,15 +273,15 @@ class ImngKendoCopyComponent {
|
|
|
273
273
|
copy() {
|
|
274
274
|
navigator.clipboard?.writeText(this.copyValue);
|
|
275
275
|
}
|
|
276
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
277
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
276
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoCopyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
277
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: ImngKendoCopyComponent, selector: "imng-kendo-copy[copyValue]", inputs: { displayValue: "displayValue", copyValue: "copyValue" }, ngImport: i0, template: `
|
|
278
278
|
<a (click)="copy()" [title]="'Copy the full value: ' + copyValue"
|
|
279
279
|
>{{ displayValue }} <span
|
|
280
280
|
class="k-icon k-i-copy k-icon-sm k-color-primary"></span
|
|
281
281
|
></a>
|
|
282
282
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
283
283
|
}
|
|
284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoCopyComponent, decorators: [{
|
|
285
285
|
type: Component,
|
|
286
286
|
args: [{
|
|
287
287
|
selector: 'imng-kendo-copy[copyValue]',
|
|
@@ -300,11 +300,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImpor
|
|
|
300
300
|
}] } });
|
|
301
301
|
|
|
302
302
|
class ImngKendoGridModule {
|
|
303
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
304
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.
|
|
305
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.
|
|
303
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
304
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoGridModule, declarations: [ImngGridHeaderComponent, ImngGridChildColumnTemplateComponent, ImngKendoCopyComponent], imports: [CommonModule, GridModule], exports: [ImngGridHeaderComponent, ImngGridChildColumnTemplateComponent, ImngKendoCopyComponent] }); }
|
|
305
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoGridModule, imports: [CommonModule, GridModule] }); }
|
|
306
306
|
}
|
|
307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: ImngKendoGridModule, decorators: [{
|
|
308
308
|
type: NgModule,
|
|
309
309
|
args: [{
|
|
310
310
|
declarations: [ImngGridHeaderComponent, ImngGridChildColumnTemplateComponent, ImngKendoCopyComponent],
|
|
@@ -337,10 +337,10 @@ class KendoGridBaseComponent {
|
|
|
337
337
|
ngOnDestroy() {
|
|
338
338
|
this.allSubscriptions.unsubscribeAll();
|
|
339
339
|
}
|
|
340
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.
|
|
341
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.
|
|
340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: KendoGridBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
341
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.8", type: KendoGridBaseComponent, selector: "ng-component", ngImport: i0, template: '', isInline: true }); }
|
|
342
342
|
}
|
|
343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.
|
|
343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: KendoGridBaseComponent, decorators: [{
|
|
344
344
|
type: Component,
|
|
345
345
|
args: [{ template: '' }]
|
|
346
346
|
}] });
|