@everchron/ec-shards 9.20.1 → 9.20.3
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/ec-shards.js +10 -4
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -9177,6 +9177,11 @@ const og = /* @__PURE__ */ y(eg, [["render", ag], ["__scopeId", "data-v-85fef203
|
|
|
9177
9177
|
isTranscripts: {
|
|
9178
9178
|
type: Boolean,
|
|
9179
9179
|
default: !1
|
|
9180
|
+
},
|
|
9181
|
+
/** Placement of the ECAI Select. */
|
|
9182
|
+
placement: {
|
|
9183
|
+
type: String,
|
|
9184
|
+
default: "auto"
|
|
9180
9185
|
}
|
|
9181
9186
|
},
|
|
9182
9187
|
data() {
|
|
@@ -9240,7 +9245,7 @@ const og = /* @__PURE__ */ y(eg, [["render", ag], ["__scopeId", "data-v-85fef203
|
|
|
9240
9245
|
this.$emit("opened");
|
|
9241
9246
|
}
|
|
9242
9247
|
}
|
|
9243
|
-
}, Ct = (e) => (ve("data-v-
|
|
9248
|
+
}, Ct = (e) => (ve("data-v-97371bec"), e = e(), ye(), e), cg = { class: "ecs-ecai-select-button" }, dg = { class: "ecai-content" }, ug = { class: "ecai-inner-content" }, fg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-1" }, null, -1)), gg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-2" }, null, -1)), mg = /* @__PURE__ */ Ct(() => /* @__PURE__ */ f("span", { class: "bg-circle bg-circle-3" }, null, -1)), hg = [
|
|
9244
9249
|
fg,
|
|
9245
9250
|
gg,
|
|
9246
9251
|
mg
|
|
@@ -9259,7 +9264,8 @@ function Ig(e, s, t, a, n, i) {
|
|
|
9259
9264
|
ref: "popoverRef",
|
|
9260
9265
|
class: "ecs-ecai-select",
|
|
9261
9266
|
onHidden: i.emitSettings,
|
|
9262
|
-
onShown: i.emitOpened
|
|
9267
|
+
onShown: i.emitOpened,
|
|
9268
|
+
placement: t.placement
|
|
9263
9269
|
}, {
|
|
9264
9270
|
content: w(() => [
|
|
9265
9271
|
f("div", dg, [
|
|
@@ -9450,9 +9456,9 @@ function Ig(e, s, t, a, n, i) {
|
|
|
9450
9456
|
])
|
|
9451
9457
|
]),
|
|
9452
9458
|
_: 1
|
|
9453
|
-
}, 8, ["onHidden", "onShown"]);
|
|
9459
|
+
}, 8, ["onHidden", "onShown", "placement"]);
|
|
9454
9460
|
}
|
|
9455
|
-
const y_ = /* @__PURE__ */ y(rg, [["render", Ig], ["__scopeId", "data-v-
|
|
9461
|
+
const y_ = /* @__PURE__ */ y(rg, [["render", Ig], ["__scopeId", "data-v-97371bec"]]), zg = {
|
|
9456
9462
|
name: "ecs-ecai-wrapper",
|
|
9457
9463
|
components: { EcsIcon: $ },
|
|
9458
9464
|
props: {
|