@breadstone/mosaik-elements-angular 0.0.124 → 0.0.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.125 (2025-08-20)
2
+
3
+ This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.0.124 (2025-08-20)
2
6
 
3
7
  ### 🚀 Features
@@ -12327,7 +12327,7 @@ ChoiceGroupComponent = __decorate$2I([
12327
12327
  ProxyCmp({
12328
12328
  defineCustomElementFn: () => customElements.define('mosaik-choice-group', ChoiceGroupElement),
12329
12329
  inputs: ['name', 'required', 'themeName', 'orientation', 'invalid', 'value', 'disabled', 'appearance', 'variant', 'dir', 'lang'],
12330
- methods: ['checkValidity', 'onSlotChanges', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'hasSlotContent', 'hasSlot', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
12330
+ methods: ['onSlotChanges', 'checkValidity', 'reset', 'assignToSlot', 'getSlotAssignments', 'getSlotAssignmentsOf', 'hasSlotContent', 'hasSlot', 'adoptStyle', 'on', 'off', 'emit', 'requestUpdate']
12331
12331
  }),
12332
12332
  __metadata$2I("design:paramtypes", [])
12333
12333
  ], ChoiceGroupComponent);