@wolkabout/commons 0.0.35 → 0.0.37

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,38 +1,38 @@
1
1
  {
2
2
  "name": "@wolkabout/commons",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "peerDependencies": {
5
- "@angular/cdk": "^20.2.11",
6
- "@angular/common": "^20.3.9",
7
- "@angular/core": "^20.3.9",
8
- "@angular/forms": "^20.3.9",
9
- "@angular/google-maps": "^20.2.11",
10
- "@angular/material": "^20.2.11",
11
- "@angular/platform-browser": "^20.3.9",
12
- "@angular/router": "^20.3.9",
5
+ "@angular/cdk": "^21.2.0",
6
+ "@angular/common": "^21.2.0",
7
+ "@angular/core": "^21.2.0",
8
+ "@angular/forms": "^21.2.0",
9
+ "@angular/google-maps": "^21.2.0",
10
+ "@angular/material": "^21.2.0",
11
+ "@angular/platform-browser": "^21.2.0",
12
+ "@angular/router": "^21.2.0",
13
13
  "@googlemaps/markerclusterer": "^2.6.2",
14
- "@material/material-color-utilities": "^0.3.0",
14
+ "@material/material-color-utilities": "^0.4.0",
15
15
  "@ngx-translate/core": "^17.0.0",
16
16
  "echarts": ">=5.0.0",
17
17
  "jwt-decode": "^4.0.0",
18
18
  "luxon": "^3.7.2",
19
- "ngx-drag-drop": "^20.0.1",
20
- "ngx-echarts": "^20.0.2",
21
- "ngx-mat-timepicker": "^20.0.1",
19
+ "ngx-drag-drop": "^21.0.0",
20
+ "ngx-echarts": "21.0.0",
21
+ "ngx-mat-timepicker": "^21.0.0",
22
22
  "rxjs": "~7.8.2"
23
23
  },
24
24
  "dependencies": {
25
- "tslib": "^2.3.0"
25
+ "tslib": "^2.8.1"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "module": "fesm2022/wolkabout-commons.mjs",
29
- "typings": "index.d.ts",
29
+ "typings": "types/wolkabout-commons.d.ts",
30
30
  "exports": {
31
31
  "./package.json": {
32
32
  "default": "./package.json"
33
33
  },
34
34
  ".": {
35
- "types": "./index.d.ts",
35
+ "types": "./types/wolkabout-commons.d.ts",
36
36
  "default": "./fesm2022/wolkabout-commons.mjs"
37
37
  }
38
38
  }
@@ -9,7 +9,7 @@ import { TranslateService, MissingTranslationHandler, MissingTranslationHandlerP
9
9
  import { DateAdapter, ErrorStateMatcher } from '@angular/material/core';
10
10
  import * as ngx_echarts from 'ngx-echarts';
11
11
  import { ThemeOption } from 'ngx-echarts';
12
- import { ControlValueAccessor, AbstractControl, ValidationErrors, NgControl, FormControl, FormGroupDirective, NgForm, Validator, FormGroup, ValidatorFn } from '@angular/forms';
12
+ import { ControlValueAccessor, AbstractControl, ValidationErrors, NgControl, FormControl, Validator, FormGroup, FormGroupDirective, NgForm, ValidatorFn } from '@angular/forms';
13
13
  import { Overlay } from '@angular/cdk/overlay';
14
14
  import { MatAutocompleteTrigger, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
15
15
  import { EChartsOption } from 'echarts';
@@ -1015,7 +1015,6 @@ declare class NestedListViewComponent<ItemType> {
1015
1015
  shouldDisableBreadcrumbClick(item: NestedListItem<ItemType>): boolean | "" | null | undefined;
1016
1016
  isAsyncIcon(item: NestedListItem<ItemType>): LoadedIcon | null;
1017
1017
  isSvgIcon(item: NestedListItem<ItemType>): SvgIcon | null;
1018
- formControlAction(params?: any): void;
1019
1018
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NestedListViewComponent<any>, never>;
1020
1019
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<NestedListViewComponent<any>, "app-nested-list-view", never, { "dataSource": { "alias": "dataSource"; "required": true; "isSignal": true; }; "dataControl": { "alias": "dataControl"; "required": true; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "disableThresholdId": { "alias": "disableThresholdId"; "required": false; "isSignal": true; }; "hideDetails": { "alias": "hideDetails"; "required": false; "isSignal": true; }; "isColoredInput": { "alias": "isColoredInput"; "required": false; "isSignal": true; }; "searchActions": { "alias": "searchActions"; "required": false; "isSignal": true; }; "selectionConfirmationAction": { "alias": "selectionConfirmationAction"; "required": false; "isSignal": true; }; "hideSearch": { "alias": "hideSearch"; "required": false; "isSignal": true; }; "rootButtonText": { "alias": "rootButtonText"; "required": false; "isSignal": true; }; "enableDrag": { "alias": "enableDrag"; "required": false; "isSignal": true; }; }, { "dragging": "dragging"; "itemSelected": "itemSelected"; }, never, ["[app-no-items-message]", "[app-actions]", "[app-details]"], true, never>;
1021
1020
  }