@indigina/ui-kit 1.1.553 → 1.1.554

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.
@@ -56,10 +56,10 @@ import { saveAs, encodeBase64 } from '@progress/kendo-file-saver';
56
56
  import { Workbook } from '@progress/kendo-ooxml';
57
57
  import { patch, append, removeItem, updateItem } from '@ngxs/store/operators';
58
58
  import { toODataString, filterBy } from '@progress/kendo-data-query';
59
+ import { signalSetFn, SIGNAL } from '@angular/core/primitives/signals';
59
60
  import { StateReset } from 'ngxs-reset-plugin';
60
61
  import { catchError as catchError$1, tap as tap$1, map as map$1 } from 'rxjs/operators';
61
62
  import { DeviceDetectorService } from 'ngx-device-detector';
62
- import { signalSetFn, SIGNAL } from '@angular/core/primitives/signals';
63
63
  import { pdf } from '@progress/kendo-drawing';
64
64
  import { json2csv } from 'json-2-csv';
65
65
  import * as i1$f from '@progress/kendo-angular-scheduler';
@@ -11579,6 +11579,7 @@ class KitPartnerComponent {
11579
11579
  content: KitCreateEntityDialogComponent,
11580
11580
  appendTo: this.viewContainerRef,
11581
11581
  });
11582
+ signalSetFn(this.kitDialogService.dialogInstance.maxLength[SIGNAL], 48);
11582
11583
  this.kitDialogService.dialogRef?.result.pipe(take(1)).subscribe((result) => {
11583
11584
  if (result && 'id' in result) {
11584
11585
  this.appendCard(result);