ngxsmk-tel-input 1.6.4 → 1.6.6
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 +1 -1
- package/fesm2022/ngxsmk-tel-input.mjs +569 -55
- package/fesm2022/ngxsmk-tel-input.mjs.map +1 -1
- package/lib/ngxsmk-tel-input.component.d.ts +21 -1
- package/lib/ngxsmk-tel-input.component.d.ts.map +1 -1
- package/lib/ngxsmk-tel-input.service.d.ts +5 -0
- package/lib/ngxsmk-tel-input.service.d.ts.map +1 -1
- package/lib/phone-input.utils.d.ts +47 -0
- package/lib/phone-input.utils.d.ts.map +1 -0
- package/lib/theme.service.d.ts +46 -0
- package/lib/theme.service.d.ts.map +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/public-api.d.ts.map +1 -1
package/README.md
CHANGED
|
@@ -368,4 +368,4 @@ Clear `.angular/cache`, rebuild the lib, and restart `ng serve`.
|
|
|
368
368
|
* UI powered by [`intl-tel-input`](https://github.com/jackocnr/intl-tel-input)
|
|
369
369
|
* Parsing & validation by [`libphonenumber-js`](https://github.com/catamphetamine/libphonenumber-js)
|
|
370
370
|
|
|
371
|
-
Last updated: 2025-08-
|
|
371
|
+
Last updated: 2025-08-29
|