{"id":13545919,"url":"https://github.com/surajp/lwc-confirmation-dialog","last_synced_at":"2025-04-02T17:32:23.788Z","repository":{"id":69685061,"uuid":"287856459","full_name":"surajp/lwc-confirmation-dialog","owner":"surajp","description":"Confirmation dialog for LWCs","archived":false,"fork":false,"pushed_at":"2022-10-29T03:22:00.000Z","size":203,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-03T14:34:45.838Z","etag":null,"topics":["confirmation-dialog","lightning-web-components","lwc","salesforce"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/surajp.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}},"created_at":"2020-08-16T02:04:45.000Z","updated_at":"2022-10-29T03:22:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8a82ba8-1a23-4dc5-aea4-2411b1c4a06d","html_url":"https://github.com/surajp/lwc-confirmation-dialog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surajp%2Flwc-confirmation-dialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surajp%2Flwc-confirmation-dialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surajp%2Flwc-confirmation-dialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/surajp%2Flwc-confirmation-dialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/surajp","download_url":"https://codeload.github.com/surajp/lwc-confirmation-dialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246860222,"owners_count":20845630,"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":["confirmation-dialog","lightning-web-components","lwc","salesforce"],"created_at":"2024-08-01T12:00:26.915Z","updated_at":"2025-04-02T17:32:23.432Z","avatar_url":"https://github.com/surajp.png","language":"JavaScript","funding_links":[],"categories":["On Platform Community Repos"],"sub_categories":[],"readme":"# LWC Confirmation Dialog\n\nDialog to confirm user action before proceeding.\n\n## Usage\n\n```html\n\u003cc-confirmation-dialog\u003e\u003c/c-confirmation-dialog\u003e\n```\n\n```js\nlet result = await this.template.querySelector('c-confirmation-dialog')\n                        .confirm('Do you wish to proceed?');\nif(result===true){\n  //proceed\n}\n```\n\n## Properties\n\n| Property Name | Type   | Default Value |\n| ------------- | ------ | ------------- |\n| title         | string | Confirm       |\n| confirmLabel  | string | Yes           |\n| cancelLabel   | string | No            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurajp%2Flwc-confirmation-dialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurajp%2Flwc-confirmation-dialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurajp%2Flwc-confirmation-dialog/lists"}