@indigina/kendo 2.0.15 → 2.0.17

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnInit, OnChanges, ElementRef, EventEmitter, OnDestroy, QueryList, Renderer2, ModuleWithProviders, TemplateRef, SimpleChanges, AfterViewInit } from '@angular/core';
2
+ import { OnInit, OnChanges, ElementRef, EventEmitter, OnDestroy, QueryList, Renderer2, ModuleWithProviders, TemplateRef, ViewContainerRef, SimpleChanges, AfterViewInit } from '@angular/core';
3
3
  import * as i2 from '@angular/forms';
4
4
  import { FormGroupDirective, ValidatorFn, AbstractControl, UntypedFormGroup, AbstractControlOptions, AsyncValidatorFn } from '@angular/forms';
5
5
  import * as i3 from '@progress/kendo-angular-buttons';
@@ -955,11 +955,12 @@ declare class ActivityFilterModule {
955
955
  }
956
956
 
957
957
  declare class ConfirmDialogComponent {
958
- private dialogService;
958
+ private readonly dialogService;
959
+ private readonly viewContainerRef;
959
960
  private dialog;
960
961
  private callback;
961
962
  dialogActions: TemplateRef<any>;
962
- constructor(dialogService: DialogService);
963
+ constructor(dialogService: DialogService, viewContainerRef: ViewContainerRef);
963
964
  cancel(): void;
964
965
  confirm(): void;
965
966
  open(content: string, callback: () => void): void;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@indigina/kendo",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "peerDependencies": {
5
- "@angular/compiler": "^20.1.6",
6
5
  "@angular/core": "^20.1.6",
6
+ "@angular/common": "^20.1.6",
7
7
  "ngx-toastr": "^19.0.0",
8
8
  "ngx-clipboard": "^16.0.0",
9
9
  "@ngx-translate/core": "^17.0.0",
@@ -48,31 +48,31 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@progress/kendo-angular-buttons": "^20.0.3",
52
- "@progress/kendo-angular-common": "^20.0.3",
53
- "@progress/kendo-angular-dateinputs": "^20.0.3",
54
- "@progress/kendo-angular-dialog": "^20.0.3",
55
- "@progress/kendo-angular-dropdowns": "^20.0.3",
56
- "@progress/kendo-angular-excel-export": "^20.0.3",
57
- "@progress/kendo-angular-grid": "^20.0.3",
58
- "@progress/kendo-angular-inputs": "^20.0.3",
59
- "@progress/kendo-angular-intl": "^20.0.3",
60
- "@progress/kendo-angular-l10n": "^20.0.3",
61
- "@progress/kendo-angular-label": "^20.0.3",
62
- "@progress/kendo-angular-pdf-export": "^20.0.3",
63
- "@progress/kendo-angular-popup": "^20.0.3",
64
- "@progress/kendo-angular-tooltip": "^20.0.3",
65
- "@progress/kendo-angular-treeview": "^20.0.3",
66
- "@progress/kendo-angular-upload": "^20.0.3",
67
- "@progress/kendo-data-query": "^1.7.1",
68
- "@progress/kendo-angular-pager": "^20.0.3",
69
- "@progress/kendo-drawing": "^1.21.2",
70
- "@progress/kendo-licensing": "^1.7.0",
71
- "@progress/kendo-theme-default": "^11.3.2",
72
- "async-mutex": "^0.5.0",
73
- "bootstrap": "^3.4.1",
74
- "font-awesome": "^4.7.0",
75
- "xml-beautify": "^1.2.3",
51
+ "@progress/kendo-angular-buttons": "20.0.3",
52
+ "@progress/kendo-angular-common": "20.0.3",
53
+ "@progress/kendo-angular-dateinputs": "20.0.3",
54
+ "@progress/kendo-angular-dialog": "20.0.3",
55
+ "@progress/kendo-angular-dropdowns": "20.0.3",
56
+ "@progress/kendo-angular-excel-export": "20.0.3",
57
+ "@progress/kendo-angular-grid": "20.0.3",
58
+ "@progress/kendo-angular-inputs": "20.0.3",
59
+ "@progress/kendo-angular-intl": "20.0.3",
60
+ "@progress/kendo-angular-l10n": "20.0.3",
61
+ "@progress/kendo-angular-label": "20.0.3",
62
+ "@progress/kendo-angular-pdf-export": "20.0.3",
63
+ "@progress/kendo-angular-popup": "20.0.3",
64
+ "@progress/kendo-angular-tooltip": "20.0.3",
65
+ "@progress/kendo-angular-treeview": "20.0.3",
66
+ "@progress/kendo-angular-upload": "20.0.3",
67
+ "@progress/kendo-data-query": "1.7.1",
68
+ "@progress/kendo-angular-pager": "20.0.3",
69
+ "@progress/kendo-drawing": "1.21.2",
70
+ "@progress/kendo-licensing": "1.7.0",
71
+ "@progress/kendo-theme-default": "11.3.2",
72
+ "async-mutex": "0.5.0",
73
+ "bootstrap": "3.4.1",
74
+ "font-awesome": "4.7.0",
75
+ "xml-beautify": "1.2.3",
76
76
  "tslib": "^2.3.0"
77
77
  },
78
78
  "module": "fesm2022/indigina-kendo.mjs",