@luzmo/analytics-components-kit 1.0.1-alpha.33 → 1.0.1-alpha.34
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.
@@ -79,7 +79,7 @@
|
|
79
79
|
?open=${e.open}
|
80
80
|
>
|
81
81
|
${t(e.children)}
|
82
|
-
</luzmo-accordion-item>`},this.changedOptions=e=>{var r;const t=(r=e==null?void 0:e.detail)==null?void 0:r.options;e.preventDefault(),e.stopPropagation(),this.dispatchEvent(new CustomEvent("options-changed",{bubbles:!0,composed:!0,cancelable:!0,detail:{options:t}}))},this.renderOptionControl=e=>{var i,n;let t,r;return this._isCustomOptionsConfiguration&&(t=k.getControlByKey(e,this.customOptionsConfiguration,!0),r=(n=(i=this._translations)==null?void 0:i.options)==null?void 0:n[e]),s.x`<luzmo-edit-option
|
82
|
+
</luzmo-accordion-item>`},this.changedOptions=e=>{var r,i;const t=(r=e==null?void 0:e.detail)==null?void 0:r.options;this.options=(i=e==null?void 0:e.detail)==null?void 0:i.options,e.preventDefault(),e.stopPropagation(),this.dispatchEvent(new CustomEvent("options-changed",{bubbles:!0,composed:!0,cancelable:!0,detail:{options:t}}))},this.renderOptionControl=e=>{var i,n;let t,r;return this._isCustomOptionsConfiguration&&(t=k.getControlByKey(e,this.customOptionsConfiguration,!0),r=(n=(i=this._translations)==null?void 0:i.options)==null?void 0:n[e]),s.x`<luzmo-edit-option
|
83
83
|
class="control"
|
84
84
|
.itemType=${this.itemType}
|
85
85
|
.optionKey=${e}
|
@@ -569,9 +569,9 @@ const b = class b extends A {
|
|
569
569
|
${e(o.children)}
|
570
570
|
</luzmo-accordion-item>`;
|
571
571
|
}, this.changedOptions = (o) => {
|
572
|
-
var r;
|
572
|
+
var r, i;
|
573
573
|
const e = (r = o == null ? void 0 : o.detail) == null ? void 0 : r.options;
|
574
|
-
o.preventDefault(), o.stopPropagation(), this.dispatchEvent(
|
574
|
+
this.options = (i = o == null ? void 0 : o.detail) == null ? void 0 : i.options, o.preventDefault(), o.stopPropagation(), this.dispatchEvent(
|
575
575
|
new CustomEvent("options-changed", {
|
576
576
|
bubbles: !0,
|
577
577
|
composed: !0,
|