{"id":39454379,"url":"https://github.com/ibkhall/v-phone-field","last_synced_at":"2026-01-18T04:33:12.092Z","repository":{"id":65503578,"uuid":"593273603","full_name":"ibkhall/v-phone-field","owner":"ibkhall","description":"Vuetify phone input field","archived":false,"fork":false,"pushed_at":"2023-02-15T23:08:53.000Z","size":538,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-30T05:18:19.588Z","etag":null,"topics":["number-format","phone-number","telephone","telephone-number","v-phone-field","vue3","vuetify","vuetify-phone-field","vuetify-phone-input-field","vuetify3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibkhall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-25T16:28:48.000Z","updated_at":"2025-04-01T18:30:32.000Z","dependencies_parsed_at":"2024-09-23T07:01:42.798Z","dependency_job_id":null,"html_url":"https://github.com/ibkhall/v-phone-field","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.08695652173913049,"last_synced_commit":"c2b6317f3e1c8d74f27c44a44a57d1c3711024a8"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ibkhall/v-phone-field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibkhall%2Fv-phone-field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibkhall%2Fv-phone-field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibkhall%2Fv-phone-field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibkhall%2Fv-phone-field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibkhall","download_url":"https://codeload.github.com/ibkhall/v-phone-field/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibkhall%2Fv-phone-field/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28529737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["number-format","phone-number","telephone","telephone-number","v-phone-field","vue3","vuetify","vuetify-phone-field","vuetify-phone-input-field","vuetify3"],"created_at":"2026-01-18T04:33:11.442Z","updated_at":"2026-01-18T04:33:12.085Z","avatar_url":"https://github.com/ibkhall.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vuetify phone field\n\n[![npm](https://img.shields.io/npm/v/@ibkhall/v-phone-field.svg)](http://npm.im/@ibkhall/v-phone-field)\n\u003ca href=\"https://www.npmjs.com/package/@ibkhall/v-phone-field\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dt/@ibkhall/v-phone-field.svg\" alt=\"Downloads\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@ibkhall/v-phone-field\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dm/@ibkhall/v-phone-field.svg\" alt=\"Downloads\"\u003e\n  \u003c/a\u003e\n![](./demo.gif)\n\nVuetify telephone field\n\n## Install\n\n```bash\nnpm install @ibkhall/v-phone-field\n```\n## Usage\n\n```html\n\u003cscript setup\u003e\nimport VPhoneField from '@ibkhall/v-phone-field'\nimport {ref} from 'vue'\n\nconst phone = ref('')\n\u003c/script\u003e\n\u003ctemplate\u003e\n\u003c!-- some codes --\u003e\n\n\u003cVPhoneField v-model=\"phone\"/\u003e\n\u003c!-- some codes --\u003e\n\u003c/template\u003e\n```\n\n\n\n## Props\n\nAll VTextField props and following props\n\n| Name              | Default                                      |      Description                           |\n|-------------------|----------------------------------------------|--------------------------------------------|\n| default-country   | the country fetched from IP address of user  |    The country iso2 code(ex: ne for Niger) |\n| invalid-message   | Invalid phone number                         |    Error message to display when invalid   |\n\n## Events\n\nAll VTextField events and @validate\n\n| Name        | Description                                        |\n|-------------|----------------------------------------------------|\n| @validate   | On phone number is valid                           |\n\n\n## License\n\nThe MIT License.\n\n## Author\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"https://github.com/ibkhall.png?s=100\" width=\"100\"\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      Ibrahim Boubacar\u003cbr /\u003e\n      \u003ca href=\"mailto:ibrahimkhall212@gmail.com\"\u003eibrahimkhall212@gmail.com\u003c/a\u003e\u003cbr /\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibkhall%2Fv-phone-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibkhall%2Fv-phone-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibkhall%2Fv-phone-field/lists"}