imng-kendo-grid 9.15.7 → 9.23.3

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.
@@ -26,10 +26,10 @@ class MockGridComponent {
26
26
  mode: 'multiple',
27
27
  };
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MockGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.8", type: MockGridComponent, isStandalone: true, selector: "imng-mock-grid", ngImport: i0, template: '', isInline: true }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MockGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: MockGridComponent, isStandalone: true, selector: "imng-mock-grid", ngImport: i0, template: '', isInline: true }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: MockGridComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: MockGridComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{
35
35
  selector: 'imng-mock-grid',
@@ -28,8 +28,8 @@ class IMNG_KENDO_GRID_HEADER {
28
28
  this.resetFiltersClicked = new EventEmitter();
29
29
  this.reloadEntitiesClicked = new EventEmitter();
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IMNG_KENDO_GRID_HEADER, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.8", type: IMNG_KENDO_GRID_HEADER, isStandalone: true, selector: "imng-kendo-odata-grid-header", inputs: { entityName: "entityName", hideColumnChooser: "hideColumnChooser", hideResetFilters: "hideResetFilters", hideReloadData: "hideReloadData", hideExports: "hideExports", hasHiddenColumns$: "hasHiddenColumns$" }, outputs: { addItemClicked: "addItemClicked", resetFiltersClicked: "resetFiltersClicked", reloadEntitiesClicked: "reloadEntitiesClicked" }, ngImport: i0, template: `<div class="mr-5 pr-5">
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IMNG_KENDO_GRID_HEADER, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.1", type: IMNG_KENDO_GRID_HEADER, isStandalone: true, selector: "imng-kendo-odata-grid-header", inputs: { entityName: "entityName", hideColumnChooser: "hideColumnChooser", hideResetFilters: "hideResetFilters", hideReloadData: "hideReloadData", hideExports: "hideExports", hasHiddenColumns$: "hasHiddenColumns$" }, outputs: { addItemClicked: "addItemClicked", resetFiltersClicked: "resetFiltersClicked", reloadEntitiesClicked: "reloadEntitiesClicked" }, ngImport: i0, template: `<div class="mr-5 pr-5">
33
33
  @if (entityName) {
34
34
  <button
35
35
  name="imngAddEntity"
@@ -97,7 +97,7 @@ class IMNG_KENDO_GRID_HEADER {
97
97
  }
98
98
  </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: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { 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", "filterable", "showSelectAll", "allowHideAll"] }, { kind: "component", type: i2.ExcelCommandDirective, selector: "[kendoGridExcelCommand]" }, { kind: "component", type: i2.PDFCommandDirective, selector: "[kendoGridPDFCommand]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
99
99
  }
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IMNG_KENDO_GRID_HEADER, decorators: [{
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IMNG_KENDO_GRID_HEADER, decorators: [{
101
101
  type: Component,
102
102
  args: [{ selector: 'imng-kendo-odata-grid-header', imports: [
103
103
  CommonModule,
@@ -228,8 +228,8 @@ class IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE {
228
228
  moreClicked() {
229
229
  this.showMoreClicked.emit();
230
230
  }
231
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
232
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.8", type: IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE, isStandalone: true, selector: "imng-kendo-grid-child-column-template", inputs: { field: "field", visibleRecCount: "visibleRecCount", showMore: "showMore", toolTipJoinCharacter: "toolTipJoinCharacter", data: "data" }, outputs: { showMoreClicked: "showMoreClicked" }, ngImport: i0, template: `@for (
231
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
232
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.1", type: IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE, isStandalone: true, selector: "imng-kendo-grid-child-column-template", inputs: { field: "field", visibleRecCount: "visibleRecCount", showMore: "showMore", toolTipJoinCharacter: "toolTipJoinCharacter", data: "data" }, outputs: { showMoreClicked: "showMoreClicked" }, ngImport: i0, template: `@for (
233
233
  item of currentData | slice: 0 : visibleRecCount;
234
234
  track item
235
235
  ) {
@@ -250,7 +250,7 @@ class IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE {
250
250
  </button>
251
251
  }`, isInline: true, dependencies: [{ kind: "pipe", type: SlicePipe, name: "slice" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
252
252
  }
253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE, decorators: [{
253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE, decorators: [{
254
254
  type: Component,
255
255
  args: [{
256
256
  selector: 'imng-kendo-grid-child-column-template',
@@ -307,8 +307,8 @@ class IMNG_KENDO_COPY {
307
307
  copy() {
308
308
  navigator.clipboard?.writeText(this.copyValue);
309
309
  }
310
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IMNG_KENDO_COPY, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
311
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.8", type: IMNG_KENDO_COPY, isStandalone: true, selector: "imng-kendo-copy[copyValue]", inputs: { displayValue: "displayValue", copyValue: "copyValue" }, ngImport: i0, template: `
310
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IMNG_KENDO_COPY, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
311
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: IMNG_KENDO_COPY, isStandalone: true, selector: "imng-kendo-copy[copyValue]", inputs: { displayValue: "displayValue", copyValue: "copyValue" }, ngImport: i0, template: `
312
312
  <a (click)="copy()" [title]="'Copy the full value: ' + copyValue"
313
313
  >{{ displayValue }}&nbsp;
314
314
  <kendo-svg-icon
@@ -317,7 +317,7 @@ class IMNG_KENDO_COPY {
317
317
  ></a>
318
318
  `, isInline: true, dependencies: [{ kind: "component", type: i1$1.SVGIconComponent, selector: "kendo-svg-icon, kendo-svgicon", inputs: ["icon"], exportAs: ["kendoSVGIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
319
319
  }
320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: IMNG_KENDO_COPY, decorators: [{
320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: IMNG_KENDO_COPY, decorators: [{
321
321
  type: Component,
322
322
  args: [{
323
323
  selector: 'imng-kendo-copy[copyValue]',
@@ -339,18 +339,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImpor
339
339
  }] } });
340
340
 
341
341
  class ImngKendoGridModule {
342
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ImngKendoGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
343
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.8", ngImport: i0, type: ImngKendoGridModule, imports: [CommonModule,
342
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ImngKendoGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
343
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: ImngKendoGridModule, imports: [CommonModule,
344
344
  IMNG_KENDO_GRID_HEADER,
345
345
  IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE,
346
346
  IMNG_KENDO_COPY], exports: [IMNG_KENDO_GRID_HEADER,
347
347
  IMNG_KENDO_GRID_CHILD_COLUMN_TEMPLATE,
348
348
  IMNG_KENDO_COPY] }); }
349
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ImngKendoGridModule, imports: [CommonModule,
349
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ImngKendoGridModule, imports: [CommonModule,
350
350
  IMNG_KENDO_GRID_HEADER,
351
351
  IMNG_KENDO_COPY] }); }
352
352
  }
353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: ImngKendoGridModule, decorators: [{
353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ImngKendoGridModule, decorators: [{
354
354
  type: NgModule,
355
355
  args: [{
356
356
  imports: [
@@ -403,10 +403,10 @@ class KendoGridBaseComponent {
403
403
  ngOnDestroy() {
404
404
  this.allSubscriptions.unsubscribeAll();
405
405
  }
406
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: KendoGridBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
407
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.8", type: KendoGridBaseComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: '', isInline: true }); }
406
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: KendoGridBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
407
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: KendoGridBaseComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: '', isInline: true }); }
408
408
  }
409
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.8", ngImport: i0, type: KendoGridBaseComponent, decorators: [{
409
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: KendoGridBaseComponent, decorators: [{
410
410
  type: Component,
411
411
  args: [{
412
412
  template: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imng-kendo-grid",
3
- "version": "9.15.7",
3
+ "version": "9.23.3",
4
4
  "description": "A library to facilitate Angular Kendo grid and NGRX integration.",
5
5
  "keywords": [
6
6
  "Angular",