@indigina/kendo 2.0.31 → 2.0.33

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.31",
3
+ "version": "2.0.33",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.2.4",
6
6
  "@angular/common": "^21.2.4",
@@ -257,12 +257,12 @@ declare class AppToastrService {
257
257
  }
258
258
 
259
259
  declare class HttpService {
260
- private appToastrService;
261
- private httpClient;
262
- private appSettings;
263
- private translate;
264
- private router;
265
- private settingsService;
260
+ private readonly appToastrService;
261
+ private readonly httpClient;
262
+ private readonly appSettings;
263
+ private readonly translate;
264
+ private readonly router;
265
+ private readonly settingsService;
266
266
  constructor(appToastrService: AppToastrService, httpClient: HttpClient, appSettings: AppSettings, translate: TranslateService, router: Router, settingsService: SettingsService);
267
267
  get<T>(path: string, options?: HttpRequestOptions): Observable<T>;
268
268
  delete(path: string): Observable<object>;
@@ -1122,9 +1122,12 @@ declare class FieldMultiSelectComponent<T> extends FieldComponent<string[]> impl
1122
1122
  changed: EventEmitter<T>;
1123
1123
  readonly destroy$: Subject<void>;
1124
1124
  data$: Observable<NamedModel[]>;
1125
+ private readonly reload$;
1125
1126
  get control(): AbstractControl;
1126
1127
  constructor(parent: FormGroupDirective, eref: ElementRef);
1127
1128
  ngOnInit(): void;
1129
+ private loadData;
1130
+ private updateControlValue;
1128
1131
  ngOnChanges(): void;
1129
1132
  ngOnDestroy(): void;
1130
1133
  setData(): void;