@indigina/kendo 2.0.33 → 2.0.35

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/package.json CHANGED
@@ -1,27 +1,23 @@
1
1
  {
2
2
  "name": "@indigina/kendo",
3
- "version": "2.0.33",
3
+ "version": "2.0.35",
4
4
  "peerDependencies": {
5
- "@angular/core": "^21.2.4",
6
- "@angular/common": "^21.2.4",
7
- "ngx-toastr": "^20.0.5",
5
+ "@angular/common": ">=22.0.0 < 23.0.0",
6
+ "@angular/core": ">=22.0.0 < 23.0.0",
8
7
  "ngx-clipboard": "^16.0.0",
9
8
  "@ngx-translate/core": "^17.0.0",
10
9
  "@ngx-loading-bar/core": "^7.0.1",
11
10
  "@ngx-loading-bar/http-client": "^7.0.1",
12
11
  "@microsoft/signalr": "^10.0.0",
13
- "@azure/msal-angular": "^5.1.2",
14
- "@azure/msal-browser": "^5.5.0",
15
- "moment": "^2.30.1",
16
- "moment-timezone": "^0.6.0"
12
+ "@azure/msal-angular": "5.1.2",
13
+ "@azure/msal-browser": "5.5.0",
14
+ "moment": "2.30.1",
15
+ "moment-timezone": "0.6.0"
17
16
  },
18
17
  "peerDependenciesMeta": {
19
18
  "@ngx-translate/core": {
20
19
  "optional": true
21
20
  },
22
- "ngx-toastr": {
23
- "optional": true
24
- },
25
21
  "ngx-clipboard": {
26
22
  "optional": true
27
23
  },
@@ -48,27 +44,29 @@
48
44
  }
49
45
  },
50
46
  "dependencies": {
51
- "@progress/kendo-angular-buttons": "^23.2.0",
52
- "@progress/kendo-angular-common": "^23.2.0",
53
- "@progress/kendo-angular-dateinputs": "^23.2.0",
54
- "@progress/kendo-angular-dialog": "^23.2.0",
55
- "@progress/kendo-angular-dropdowns": "^23.2.0",
56
- "@progress/kendo-angular-excel-export": "^23.2.0",
57
- "@progress/kendo-angular-grid": "^23.2.0",
58
- "@progress/kendo-angular-inputs": "^23.2.0",
59
- "@progress/kendo-angular-intl": "^23.2.0",
60
- "@progress/kendo-angular-l10n": "^23.2.0",
61
- "@progress/kendo-angular-label": "^23.2.0",
62
- "@progress/kendo-angular-pager": "^23.2.0",
63
- "@progress/kendo-angular-pdf-export": "^23.2.0",
64
- "@progress/kendo-angular-popup": "^23.2.0",
65
- "@progress/kendo-angular-tooltip": "^23.2.0",
66
- "@progress/kendo-angular-treeview": "^23.2.0",
67
- "@progress/kendo-angular-upload": "^23.2.0",
68
- "@progress/kendo-data-query": "^1.7.4",
69
- "@progress/kendo-drawing": "^1.24.1",
70
- "@progress/kendo-licensing": "^1.10.1",
71
- "@progress/kendo-theme-default": "^13.0.1",
47
+ "@progress/kendo-angular-buttons": "24.2.2",
48
+ "@progress/kendo-angular-common": "24.2.2",
49
+ "@progress/kendo-angular-dateinputs": "24.2.2",
50
+ "@progress/kendo-angular-dialog": "24.2.2",
51
+ "@progress/kendo-angular-dropdowns": "24.2.2",
52
+ "@progress/kendo-angular-excel-export": "24.2.2",
53
+ "@progress/kendo-angular-grid": "24.2.2",
54
+ "@progress/kendo-angular-inputs": "24.2.2",
55
+ "@progress/kendo-angular-intl": "24.2.2",
56
+ "@progress/kendo-angular-l10n": "24.2.2",
57
+ "@progress/kendo-angular-label": "24.2.2",
58
+ "@progress/kendo-angular-notification": "24.2.2",
59
+ "@progress/kendo-angular-pager": "24.2.2",
60
+ "@progress/kendo-angular-pdf-export": "24.2.2",
61
+ "@progress/kendo-angular-popup": "24.2.2",
62
+ "@progress/kendo-angular-tooltip": "24.2.2",
63
+ "@progress/kendo-angular-treeview": "24.2.2",
64
+ "@progress/kendo-angular-upload": "24.2.2",
65
+ "@progress/kendo-data-query": "1.7.4",
66
+ "@progress/kendo-drawing": "1.25.3",
67
+ "@progress/kendo-licensing": "1.11.2",
68
+ "@progress/kendo-svg-icons": "5.4.0",
69
+ "@progress/kendo-theme-default": "14.5.0",
72
70
  "async-mutex": "0.5.0",
73
71
  "bootstrap": "3.4.1",
74
72
  "font-awesome": "4.7.0",
@@ -86,5 +84,6 @@
86
84
  "default": "./fesm2022/indigina-kendo.mjs"
87
85
  }
88
86
  },
89
- "sideEffects": false
87
+ "sideEffects": false,
88
+ "type": "module"
90
89
  }
@@ -18,11 +18,10 @@ import * as i2$2 from '@angular/router';
18
18
  import { Router, ActivatedRoute } from '@angular/router';
19
19
  import * as signalR from '@microsoft/signalr';
20
20
  import { LogLevel } from '@microsoft/signalr';
21
- import * as i3$4 from 'ngx-toastr';
22
- import { ToastrService } from 'ngx-toastr';
23
- import * as i4$1 from '@azure/msal-angular';
21
+ import { NotificationService } from '@progress/kendo-angular-notification';
22
+ import * as i3$4 from '@azure/msal-angular';
24
23
  import { MsalService } from '@azure/msal-angular';
25
- import * as i5$3 from 'ngx-clipboard';
24
+ import * as i4$1 from 'ngx-clipboard';
26
25
  import { ClipboardService } from 'ngx-clipboard';
27
26
  import * as i5$1 from '@progress/kendo-angular-treeview';
28
27
  import * as i3$2 from '@progress/kendo-angular-popup';
@@ -246,12 +245,12 @@ declare class SettingsService {
246
245
  }
247
246
 
248
247
  declare class AppToastrService {
249
- private toastr;
248
+ private notificationService;
250
249
  private appSettings;
251
- constructor(toastr: ToastrService, appSettings: AppSettings);
250
+ constructor(notificationService: NotificationService, appSettings: AppSettings);
252
251
  private timeout;
253
- showError(message: string, title?: string): void;
254
- showSuccess(message: string, title?: string): void;
252
+ showError(message: string, title?: string, closable?: boolean): void;
253
+ showSuccess(message: string, title?: string, closable?: boolean): void;
255
254
  static ɵfac: i0.ɵɵFactoryDeclaration<AppToastrService, never>;
256
255
  static ɵprov: i0.ɵɵInjectableDeclaration<AppToastrService>;
257
256
  }
@@ -1036,6 +1035,15 @@ declare abstract class EntityEditComponent<T extends IdentifiedModel> implements
1036
1035
  onSaved(value: T): void;
1037
1036
  }
1038
1037
 
1038
+ declare class CreateNewComponent {
1039
+ private route;
1040
+ defaultLabelKey: string;
1041
+ permissionTypes: PermissionTypes[];
1042
+ constructor(route: ActivatedRoute);
1043
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateNewComponent, never>;
1044
+ static ɵcmp: i0.ɵɵComponentDeclaration<CreateNewComponent, "create-new", never, {}, {}, never, never, false, never>;
1045
+ }
1046
+
1039
1047
  declare class FieldDropdownComponent extends FieldComponent<string> {
1040
1048
  parent: FormGroupDirective;
1041
1049
  eref: ElementRef;
@@ -1233,15 +1241,6 @@ declare class ExcelExportButtonModule {
1233
1241
  static ɵinj: i0.ɵɵInjectorDeclaration<ExcelExportButtonModule>;
1234
1242
  }
1235
1243
 
1236
- declare class CreateNewComponent {
1237
- private route;
1238
- defaultLabelKey: string;
1239
- permissionTypes: PermissionTypes[];
1240
- constructor(route: ActivatedRoute);
1241
- static ɵfac: i0.ɵɵFactoryDeclaration<CreateNewComponent, never>;
1242
- static ɵcmp: i0.ɵɵComponentDeclaration<CreateNewComponent, "create-new", never, {}, {}, never, never, false, never>;
1243
- }
1244
-
1245
1244
  declare class CreateNewModule {
1246
1245
  static ɵfac: i0.ɵɵFactoryDeclaration<CreateNewModule, never>;
1247
1246
  static ɵmod: i0.ɵɵNgModuleDeclaration<CreateNewModule, [typeof CreateNewComponent], [typeof i2$2.RouterModule, typeof RequirePermissionModule, typeof i4.TranslateModule], [typeof CreateNewComponent]>;
@@ -1392,11 +1391,11 @@ declare class SideMenuModule {
1392
1391
  declare class AppCoreModule {
1393
1392
  static forRoot(configuration: IndiginaConfiguration): ModuleWithProviders<AppCoreModule>;
1394
1393
  static ɵfac: i0.ɵɵFactoryDeclaration<AppCoreModule, never>;
1395
- static ɵmod: i0.ɵɵNgModuleDeclaration<AppCoreModule, never, [typeof i4.TranslateModule, typeof i2$3.LoadingBarHttpClientModule, typeof i3$4.ToastrModule, typeof i4$1.MsalModule], [typeof i4.TranslateModule, typeof i5$3.ClipboardModule, typeof i2$3.LoadingBarHttpClientModule, typeof i3$4.ToastrModule]>;
1394
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AppCoreModule, never, [typeof i4.TranslateModule, typeof i2$3.LoadingBarHttpClientModule, typeof i3$4.MsalModule], [typeof i4.TranslateModule, typeof i4$1.ClipboardModule, typeof i2$3.LoadingBarHttpClientModule]>;
1396
1395
  static ɵinj: i0.ɵɵInjectorDeclaration<AppCoreModule>;
1397
1396
  }
1398
1397
 
1399
1398
  declare const SKIP_AUTH_TOKEN: HttpContextToken<boolean>;
1400
1399
 
1401
- export { AccountMenuComponent, AccountMenuModule, AccountService, ActivityFilterComponent, ActivityFilterModule, ActivityFilterService, AppCoreModule, AppSettings, AppToastrService, AuthProvider, AuthProviderResolver, AzureLoginCallbackComponent, BaseAccountService, ConfirmDialogComponent, ConfirmDialogModule, ContentTypesFormat, CurrentTimeZoneModule, CurrentTimezoneComponent, CustomHttpErrorResponse, DebounceDirective, DebounceModule, EntityEditButtonsBarComponent, EntityEditButtonsBarModule, EntityEditComponent, EntityEditFormComponent, EntityEditFormModule, EntityListComponent, EntityListModule, EntityService, EventNames, ExcelExportButtonComponent, ExcelExportButtonModule, FieldCheckBoxInputComponent, FieldCheckBoxInputModule, FieldComponent, FieldDropdownComponent, FieldDropdownModule, FieldDropdownlistComponent, FieldDropdownlistModule, FieldFileSelectComponent, FieldFileSelectModule, FieldFileUploadComponent, FieldFileUploadModule, FieldInputComponent, FieldInputModule, FieldMultiSelectComponent, FieldMultiselectModule, FieldNumericTextBoxInputComponent, FieldNumericTextBoxInputModule, FieldTextAreaComponent, FieldTextAreaModule, FieldTypes, FilterTargets, FooterBarComponent, FooterBarModule, ForbiddenComponent, FormGroupWithErrors, GeneralErrorsComponent, GeneralErrorsModule, HttpCodes, HttpMethods, HttpService, IndiginaConfiguration, IndiginaTreeViewModule, LanguageSelectorComponent, LanguageSelectorModule, LiveUpdatesControlComponent, LiveUpdatesControlModule, LocaleSettingsService, MSALInstanceFactory, MemberTypes, MenuItemGroupComponent, ModalWindowComponent, ModalWindowModule, MulticheckFilterComponent, MulticheckFilterModule, NumberInputComponent, ObjectDropdownComponent, ObjectDropdownModule, Operators, PermissionTypes, PermissionsService, PrettifierFactory, ReEntrySubscription, RequirePermissionDirective, RequirePermissionModule, SKIP_AUTH_TOKEN, SettingsService, SideMenuComponent, SideMenuModule, SignalRService, TopBarModule, TopMenuComponent, TreeViewComponent, TreeViewNodeComponent, UserListAdminComponent, buildActivityEndpoints, buildEntityEndpoints, endpoints, getValueFromFilterByField, urlDeserialize, urlSerialize };
1400
+ export { AccountMenuComponent, AccountMenuModule, AccountService, ActivityFilterComponent, ActivityFilterModule, ActivityFilterService, AppCoreModule, AppSettings, AppToastrService, AuthProvider, AuthProviderResolver, AzureLoginCallbackComponent, BaseAccountService, ConfirmDialogComponent, ConfirmDialogModule, ContentTypesFormat, CreateNewComponent, CurrentTimeZoneModule, CurrentTimezoneComponent, CustomHttpErrorResponse, DebounceDirective, DebounceModule, EntityEditButtonsBarComponent, EntityEditButtonsBarModule, EntityEditComponent, EntityEditFormComponent, EntityEditFormModule, EntityListComponent, EntityListModule, EntityService, EventNames, ExcelExportButtonComponent, ExcelExportButtonModule, FieldCheckBoxInputComponent, FieldCheckBoxInputModule, FieldComponent, FieldDropdownComponent, FieldDropdownModule, FieldDropdownlistComponent, FieldDropdownlistModule, FieldFileSelectComponent, FieldFileSelectModule, FieldFileUploadComponent, FieldFileUploadModule, FieldInputComponent, FieldInputModule, FieldMultiSelectComponent, FieldMultiselectModule, FieldNumericTextBoxInputComponent, FieldNumericTextBoxInputModule, FieldTextAreaComponent, FieldTextAreaModule, FieldTypes, FilterTargets, FooterBarComponent, FooterBarModule, ForbiddenComponent, FormGroupWithErrors, GeneralErrorsComponent, GeneralErrorsModule, HttpCodes, HttpMethods, HttpService, IndiginaConfiguration, IndiginaTreeViewModule, LanguageSelectorComponent, LanguageSelectorModule, LiveUpdatesControlComponent, LiveUpdatesControlModule, LocaleSettingsService, MSALInstanceFactory, MemberTypes, MenuItemGroupComponent, ModalWindowComponent, ModalWindowModule, MulticheckFilterComponent, MulticheckFilterModule, NumberInputComponent, ObjectDropdownComponent, ObjectDropdownModule, Operators, PermissionTypes, PermissionsService, PrettifierFactory, ReEntrySubscription, RequirePermissionDirective, RequirePermissionModule, SKIP_AUTH_TOKEN, SettingsService, SideMenuComponent, SideMenuModule, SignalRService, TopBarModule, TopMenuComponent, TreeViewComponent, TreeViewNodeComponent, UserListAdminComponent, buildActivityEndpoints, buildEntityEndpoints, endpoints, getValueFromFilterByField, urlDeserialize, urlSerialize };
1402
1401
  export type { AccountMenuItem, ActivityFilter, AzureB2CSettings, Command, CustomFilter, CustomFilterElement, Field, IActivityEndpoints, IEntityEndpoints, IEntityService, IFormAdapter, IGetPageService, IPrettifier, ISubscriptionControl, IdentifiedModel, Language, Member, MemberBase, MenuItem, NamedModel, Page, Permissions, Removable, SimpleObject, SystemInfo, TreeViewCustomButton, UrlParams, User };