{"id":26068358,"url":"https://github.com/minutebase/ember-time-field","last_synced_at":"2025-04-11T18:07:54.606Z","repository":{"id":57224443,"uuid":"45387836","full_name":"minutebase/ember-time-field","owner":"minutebase","description":"Time field for ember with keyboard navigation","archived":false,"fork":false,"pushed_at":"2019-12-08T01:57:36.000Z","size":293,"stargazers_count":12,"open_issues_count":9,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T18:06:57.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://minutebase.github.io/ember-time-field/","language":"JavaScript","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/minutebase.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-02T10:30:31.000Z","updated_at":"2019-12-07T23:56:32.000Z","dependencies_parsed_at":"2022-09-04T07:41:25.916Z","dependency_job_id":null,"html_url":"https://github.com/minutebase/ember-time-field","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minutebase%2Fember-time-field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minutebase%2Fember-time-field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minutebase%2Fember-time-field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minutebase%2Fember-time-field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minutebase","download_url":"https://codeload.github.com/minutebase/ember-time-field/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248456370,"owners_count":21106603,"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":[],"created_at":"2025-03-08T22:25:19.756Z","updated_at":"2025-04-11T18:07:54.524Z","avatar_url":"https://github.com/minutebase.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ember-time-field\n\nTime field input, like Chrome's, with keyboard navigation within sections.\n\n## Installation\n\n```\nember install ember-time-field\n```\n\n## Usage\n\n```handlebars\n{{time-field on-change=(action \"timeChanged\") value=time hour12=true}}\n```\n\n* `value` is a `Time`\n* `hour12` (default false) whether or not to display in 12 hour format with am/pm field.\n* `on-change` action is triggered with a `Time` whenever the input value changes.\n\n`Time` is simply a POJO with `hours` and `minutes` properties and is always 24 hours.\n\n## Keyboard / Mouse Integration\n\n* Clicking on a segment selects that segment (hours/minutes/period)\n* Up/down increment/decrement the selected segment\n* Left/right moves between segments\n* Typing moves along the segments - eg typing \"945p\" will enter \"09:45 pm\"\n\n## TODO pre 1.0\n\n* Tests\n* Ensure 12 hour times work correctly\n\n## Installation\n\n* `git clone` this repository\n* `npm install`\n\n## Running\n\n* `ember server`\n* Visit your app at http://localhost:4200.\n\n## Running Tests\n\n* `ember test`\n* `ember test --server`\n\n## Building\n\n* `ember build`\n\nFor more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminutebase%2Fember-time-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminutebase%2Fember-time-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminutebase%2Fember-time-field/lists"}