{"id":13728845,"url":"https://github.com/NilavPatel/np-ui-time-picker-package","last_synced_at":"2025-05-08T01:30:24.730Z","repository":{"id":57131156,"uuid":"195689418","full_name":"NilavPatel/np-ui-time-picker-package","owner":"NilavPatel","description":"angular 8 custom time picker component","archived":true,"fork":false,"pushed_at":"2020-09-10T03:32:56.000Z","size":524,"stargazers_count":0,"open_issues_count":7,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-16T09:38:05.433Z","etag":null,"topics":["angular","angular8","angular9","component","custom","time-picker"],"latest_commit_sha":null,"homepage":null,"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/NilavPatel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-07T19:29:59.000Z","updated_at":"2023-01-28T11:08:59.000Z","dependencies_parsed_at":"2022-09-01T00:12:37.627Z","dependency_job_id":null,"html_url":"https://github.com/NilavPatel/np-ui-time-picker-package","commit_stats":null,"previous_names":["nilavpatel/np-time-picker-package"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NilavPatel%2Fnp-ui-time-picker-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NilavPatel%2Fnp-ui-time-picker-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NilavPatel%2Fnp-ui-time-picker-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NilavPatel%2Fnp-ui-time-picker-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NilavPatel","download_url":"https://codeload.github.com/NilavPatel/np-ui-time-picker-package/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252981361,"owners_count":21835414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["angular","angular8","angular9","component","custom","time-picker"],"created_at":"2024-08-03T02:00:51.210Z","updated_at":"2025-05-08T01:30:24.285Z","avatar_url":"https://github.com/NilavPatel.png","language":"TypeScript","funding_links":[],"categories":["UI Components"],"sub_categories":["Form"],"readme":"# np-ui-time-picker\nAngular 9 Native time picker component.\n\n## Check demo [Here](https://stackblitz.com/edit/np-ui-time-picker9)\n\n## NPM\n`$ npm install np-ui-time-picker`\n\n## HTML\n````html\n\u003cnp-ui-time-picker \n    [(ngModel)]=\"startTime\"\u003e\n\u003c/np-ui-time-picker\u003e\n````\n\n## Properties\n1.  `ngModel` : string  \n    Two way data binding.  \n    if 12 hrs format is set then returns value in **hh:mm:ss tt** format,  \n    and if 24 hrs format is set then returns value in **HH:mm:ss** format.  \n2.  `disabled` : boolean  \n    true/false - set component disabled  \n3.  `required` : boolean  \n    default value is false. add required attribute to input textbox.  \n4.  `defaultOpen` : boolean  \n    Set time picker default open or close.  \n5.  `is24Hours`: boolean  \n    if set to true, display 24 hours format for time.  \n    default value is false.  \n6.  `showNowButton` : boolean  \n    Show/hide now button, on click of now button current time will be get selected.  \n7.  `placeholder` : string  \n    add placeholder to input box  \n8.  `hideSeconds` : boolean  \n    hide seconds dropdown from popup. also add/minus seconds button will be hide.  \n9. `styleClass` : string  \n    set name of css class.  \n\n## Apis  \n1.  `get24hrsTimeFormat()`  \n    return 24 hrs formatted time value  \n2.  `get12hrsTimeFormat()`  \n    return 12 hrs formatted time value  \n\n## Methods  \n1.  `onChange( newValue : string)`  \n    value change event, fired when time value is changed.  \n    in parameter new value will be parsed.  \n\n## Other np-ui components for Angular\n1. [Data grid](https://www.npmjs.com/package/np-ui-data-grid)\n2. [Date picker](https://www.npmjs.com/package/np-ui-date-picker)\n3. [Time picker](https://www.npmjs.com/package/np-ui-time-picker)\n4. [Color picker](https://www.npmjs.com/package/np-ui-color-picker)\n\n## License\nThis project is licensed under the MIT License.\n\n## Contributors\n![](https://raw.githubusercontent.com/NilavPatel/nilavpatel.github.io/master/images/logo-large.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNilavPatel%2Fnp-ui-time-picker-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNilavPatel%2Fnp-ui-time-picker-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNilavPatel%2Fnp-ui-time-picker-package/lists"}