Matthew Raymer
07c5c6fd31
Convert Vue components to use @Emit decorator instead of manual emits declarations
Replace manual emits declarations with proper @Emit decorator usage across components:
- ActivityListItem: Add @Emit methods for viewImage, loadClaim, confirmClaim
- ContactInputForm: Convert handleQRScan to use @Emit("qr-scan")
- ContactBulkActions: Add @Emit methods for toggle-all-selection, copy-selected
- ContactListHeader: Add @Emit methods for all 5 emitted events
- MembersList: Add @Emit("error") method for error handling
- LargeIdenticonModal: Add @Emit("close") method
- ContactListItem: Add @Emit methods for all 4 emitted events
Update all templates to call emit methods instead of direct $emit calls.
Fix TypeScript type issues with optional parameters.
Resolves Vue warning about undeclared emitted events.
Follows vue-facing-decorator best practices and improves code consistency.
2025-07-30 05:50:39 +00:00
..
2025-06-23 10:30:08 +00:00
2025-07-30 05:50:39 +00:00
2025-07-19 04:41:31 +00:00
2025-07-19 04:41:31 +00:00
2025-07-30 05:50:39 +00:00
2025-07-30 05:50:39 +00:00
2025-07-30 05:50:39 +00:00
2025-07-30 05:50:39 +00:00
2025-07-19 04:41:31 +00:00
2025-07-09 08:36:03 +00:00
2025-07-18 06:16:35 +00:00
2025-07-19 04:41:31 +00:00
2025-07-09 08:57:24 +00:00
2025-07-18 07:34:04 +00:00
2025-07-06 11:08:34 +00:00
2025-07-18 07:34:04 +00:00
2025-07-18 07:23:20 +00:00
2025-07-09 09:09:51 +00:00
2025-07-24 06:30:16 +00:00
2025-06-19 08:32:14 +00:00
2025-07-30 05:50:39 +00:00
2025-07-24 18:59:20 +08:00
2025-07-30 05:50:39 +00:00
2025-07-19 04:41:31 +00:00
2025-07-19 04:41:31 +00:00
2025-07-30 05:50:39 +00:00
2025-07-25 21:50:00 +08:00
2025-07-30 05:50:39 +00:00
2025-07-07 09:56:40 +00:00
2025-07-29 22:12:08 -06:00
2025-07-04 19:12:56 +08:00
2025-07-07 09:56:40 +00:00
2025-07-05 05:38:20 +00:00
2025-07-19 04:41:31 +00:00
2025-07-09 07:22:58 +00:00
2025-07-19 04:41:31 +00:00
2025-07-05 13:25:37 +00:00
2025-07-19 04:41:31 +00:00
2025-07-04 19:12:56 +08:00
2025-07-07 07:02:33 +00:00
2025-07-29 22:12:08 -06:00
2025-07-21 05:39:31 +00:00