ecabs-components 1.1.16 → 1.1.17
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/README.md +2 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -73,4 +73,5 @@ v1.1.12 - Extend @Input properties of `EcabsSelectV2` from `@ng-select` lib.
|
|
|
73
73
|
v1.1.13 - Fix `overflow-y` issue on `MatCardContent`.
|
|
74
74
|
v1.1.14 - Update styles for disabled indeterminate checkboxes.
|
|
75
75
|
v1.1.15 - Cleanup `EcabsComponentsService` and provide default config via `config` property.
|
|
76
|
-
v1.1.16 -
|
|
76
|
+
v1.1.16 - Implemented custom phone number control.
|
|
77
|
+
v1.1.17 - Fix peerDependency on `libphonenumber-js`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ecabs-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.17",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^16.2.12",
|
|
6
6
|
"@angular/common": "^16.2.12",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"date-fns": "^2.29.3",
|
|
14
14
|
"date-holidays": "^3.23.3",
|
|
15
15
|
"flag-icons": "^6.7.0",
|
|
16
|
+
"libphonenumber-js": "^1.12.6",
|
|
16
17
|
"ngx-mat-select-search": "^7.0.7",
|
|
17
18
|
"postcss": "^8.4.35",
|
|
18
19
|
"rxjs": "~7.5.0",
|