{"id":26484345,"url":"https://github.com/hellomahe/vue-schedule-time","last_synced_at":"2026-05-01T23:39:30.128Z","repository":{"id":91226289,"uuid":"137857289","full_name":"hellomahe/vue-schedule-time","owner":"hellomahe","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-19T09:28:55.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T05:31:21.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellomahe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-06-19T07:42:50.000Z","updated_at":"2018-06-19T09:28:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b462261-e838-49f6-a05f-9dd2ab4c438c","html_url":"https://github.com/hellomahe/vue-schedule-time","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellomahe/vue-schedule-time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomahe%2Fvue-schedule-time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomahe%2Fvue-schedule-time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomahe%2Fvue-schedule-time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomahe%2Fvue-schedule-time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellomahe","download_url":"https://codeload.github.com/hellomahe/vue-schedule-time/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellomahe%2Fvue-schedule-time/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32517232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":[],"created_at":"2025-03-20T05:28:07.446Z","updated_at":"2026-05-01T23:39:30.123Z","avatar_url":"https://github.com/hellomahe.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue-Schedule-Time\n![](http://res.cloudinary.com/mahe/image/upload/v1529399512/2018-06-19_13.40.24_ypykzy.gif)\n\n### Props\n* config(Object)\n    - Object with following keys\n        - selectedDays(This key holds value of selected days)\n        - selectedTime(Curently selected time will be in this object                         with keys start and end)\n        - generator (This is the generated response with selected time  and days)\n                    \n* max(Number)\n      - Maximum number of slots in a day. Default is 3\n\n## Example\n ```\n \u003cschedule-time :max=\"5\" v-model=\"config\" /\u003e\n```\n config:{\n      selectedDays:['Sunday'],\n      selectedTime:{\n        start:'',\n        end:''\n      },\n      generator:[\n        {\n          label: 'Monday',\n          value: '',\n        },\n        {\n          label: 'Tuesday',\n          value: '',\n        },\n        {\n          label: 'Wednesday',\n          value: '',\n        },\n        {\n          label: 'Thursday',\n          value: '',\n        },\n        {\n          label: 'Friday',\n          value: '',\n        },\n        {\n          label: 'Saturday',\n          value: '',\n        },\n        {\n          label: 'Sunday',\n          value: '',\n        }\n      ]\n    }\n\n\n## Modal response \n```\n\"[\n{\"label\":\"Monday\",\"value\":\"07:45-18:15;22:15-23:45\"},\n{\"label\":\"Tuesday\",\"value\":\"07:45-18:15\"},\n{\"label\":\"Wednesday\",\"value\":\"07:45-18:15\"},\n{\"label\":\"Thursday\",\"value\":\"07:45-18:15\"},\n{\"label\":\"Friday\",\"value\":\"07:45-18:15\"},\n{\"label\":\"Saturday\",\"value\":\"Closed\"},\n{\"label\":\"Sunday\",\"value\":\"Closed\"}\n]\"\n```\n\n\n# Todo \n- Remove element.io from dependancy\n- Add events for on change and and select \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellomahe%2Fvue-schedule-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellomahe%2Fvue-schedule-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellomahe%2Fvue-schedule-time/lists"}