smoothly 0.3.9 → 0.3.10
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/dist/cjs/smoothly-accordion_53.cjs.entry.js +1 -1
- package/dist/collection/components/radio-button/index.js +1 -1
- package/dist/custom-elements/index.js +1 -1
- package/dist/esm/smoothly-accordion_53.entry.js +1 -1
- package/dist/smoothly/{p-b04170ef.entry.js → p-8863e314.entry.js} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
|
@@ -34196,7 +34196,7 @@ const SmoothlyRadioButton = class {
|
|
|
34196
34196
|
if (this.deselectable || ((_a = this.active) === null || _a === void 0 ? void 0 : _a.value) != event.detail.value) {
|
|
34197
34197
|
(_b = this.active) === null || _b === void 0 ? void 0 : _b.select(false);
|
|
34198
34198
|
this.active = event.detail;
|
|
34199
|
-
this.radioButtonSelected.emit((this.value = this.active.
|
|
34199
|
+
this.radioButtonSelected.emit((this.value = this.active.value));
|
|
34200
34200
|
this.active.select(this.active.selected);
|
|
34201
34201
|
}
|
|
34202
34202
|
}
|
|
@@ -8,7 +8,7 @@ export class SmoothlyRadioButton {
|
|
|
8
8
|
if (this.deselectable || ((_a = this.active) === null || _a === void 0 ? void 0 : _a.value) != event.detail.value) {
|
|
9
9
|
(_b = this.active) === null || _b === void 0 ? void 0 : _b.select(false);
|
|
10
10
|
this.active = event.detail;
|
|
11
|
-
this.radioButtonSelected.emit((this.value = this.active.
|
|
11
|
+
this.radioButtonSelected.emit((this.value = this.active.value));
|
|
12
12
|
this.active.select(this.active.selected);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -35828,7 +35828,7 @@ const SmoothlyRadioButton$1 = class extends HTMLElement {
|
|
|
35828
35828
|
if (this.deselectable || ((_a = this.active) === null || _a === void 0 ? void 0 : _a.value) != event.detail.value) {
|
|
35829
35829
|
(_b = this.active) === null || _b === void 0 ? void 0 : _b.select(false);
|
|
35830
35830
|
this.active = event.detail;
|
|
35831
|
-
this.radioButtonSelected.emit((this.value = this.active.
|
|
35831
|
+
this.radioButtonSelected.emit((this.value = this.active.value));
|
|
35832
35832
|
this.active.select(this.active.selected);
|
|
35833
35833
|
}
|
|
35834
35834
|
}
|
|
@@ -34192,7 +34192,7 @@ const SmoothlyRadioButton = class {
|
|
|
34192
34192
|
if (this.deselectable || ((_a = this.active) === null || _a === void 0 ? void 0 : _a.value) != event.detail.value) {
|
|
34193
34193
|
(_b = this.active) === null || _b === void 0 ? void 0 : _b.select(false);
|
|
34194
34194
|
this.active = event.detail;
|
|
34195
|
-
this.radioButtonSelected.emit((this.value = this.active.
|
|
34195
|
+
this.radioButtonSelected.emit((this.value = this.active.value));
|
|
34196
34196
|
this.active.select(this.active.selected);
|
|
34197
34197
|
}
|
|
34198
34198
|
}
|