@indigina/kendo 2.0.27 → 2.0.29

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/kendo",
3
- "version": "2.0.27",
3
+ "version": "2.0.29",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.1.3",
6
6
  "@angular/common": "^21.1.3",
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnInit, OnChanges, ElementRef, EventEmitter, OnDestroy, QueryList, Renderer2, ModuleWithProviders, TemplateRef, ViewContainerRef, SimpleChanges, AfterViewInit } from '@angular/core';
2
+ import { OnInit, OnChanges, ElementRef, EventEmitter, OnDestroy, QueryList, Renderer2, ModuleWithProviders, TemplateRef, ViewContainerRef, SimpleChanges, InputSignal, OutputEmitterRef, 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';
@@ -9,7 +9,7 @@ import * as i2$1 from '@angular/common';
9
9
  import * as i7 from '@progress/kendo-angular-upload';
10
10
  import { FileRestrictions, SelectEvent } from '@progress/kendo-angular-upload';
11
11
  import * as i6 from '@angular/common/http';
12
- import { HttpClient, HttpErrorResponse } from '@angular/common/http';
12
+ import { HttpClient, HttpErrorResponse, HttpContextToken } from '@angular/common/http';
13
13
  import * as i5 from '@progress/kendo-angular-inputs';
14
14
  import * as i6$1 from '@progress/kendo-angular-label';
15
15
  import * as rxjs from 'rxjs';
@@ -1294,13 +1294,14 @@ declare class FooterBarModule {
1294
1294
  declare class ModalWindowComponent {
1295
1295
  protected route: ActivatedRoute;
1296
1296
  private router;
1297
- callbackPath: string;
1297
+ readonly callbackPath: InputSignal<string | undefined>;
1298
1298
  title?: string;
1299
+ readonly closed: OutputEmitterRef<void>;
1299
1300
  constructor(route: ActivatedRoute, router: Router);
1300
1301
  opened: boolean;
1301
1302
  close(): void;
1302
1303
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalWindowComponent, never>;
1303
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalWindowComponent, "modal-window", never, { "callbackPath": { "alias": "callbackPath"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
1304
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalWindowComponent, "modal-window", never, { "callbackPath": { "alias": "callbackPath"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; }; }, { "closed": "closed"; }, never, ["*"], false, never>;
1304
1305
  }
1305
1306
 
1306
1307
  declare class ModalWindowModule {
@@ -1392,5 +1393,7 @@ declare class AppCoreModule {
1392
1393
  static ɵinj: i0.ɵɵInjectorDeclaration<AppCoreModule>;
1393
1394
  }
1394
1395
 
1395
- 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, SettingsService, SideMenuComponent, SideMenuModule, SignalRService, TopBarModule, TopMenuComponent, TreeViewComponent, TreeViewNodeComponent, UserListAdminComponent, buildActivityEndpoints, buildEntityEndpoints, endpoints, getValueFromFilterByField, urlDeserialize, urlSerialize };
1396
+ declare const SKIP_AUTH_TOKEN: HttpContextToken<boolean>;
1397
+
1398
+ 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 };
1396
1399
  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 };