@avakhula/ui 0.0.74 → 0.0.75
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/index.js
CHANGED
|
@@ -346,7 +346,7 @@ function Aa(t, n, e, i, o, r) {
|
|
|
346
346
|
_: 1
|
|
347
347
|
}, 8, ["position", "class"]);
|
|
348
348
|
}
|
|
349
|
-
const Wt = /* @__PURE__ */ Ae(xa, [["render", Aa], ["__scopeId", "data-v-
|
|
349
|
+
const Wt = /* @__PURE__ */ Ae(xa, [["render", Aa], ["__scopeId", "data-v-cd60d187"]]), ji = {
|
|
350
350
|
[un.primary]: un.primary,
|
|
351
351
|
[un.tertiary]: un.tertiary,
|
|
352
352
|
[un.ghost]: un.ghost,
|
|
@@ -473,7 +473,7 @@ const Pa = {
|
|
|
473
473
|
},
|
|
474
474
|
methods: {
|
|
475
475
|
close() {
|
|
476
|
-
this.$emit("close");
|
|
476
|
+
console.log("test"), this.$emit("close");
|
|
477
477
|
},
|
|
478
478
|
checkHeight() {
|
|
479
479
|
var e;
|
|
@@ -533,7 +533,7 @@ function ja(t, n, e, i, o, r) {
|
|
|
533
533
|
key: 0,
|
|
534
534
|
class: "close-button",
|
|
535
535
|
kind: "ghost",
|
|
536
|
-
|
|
536
|
+
"prevent-default": !0,
|
|
537
537
|
onClick: r.close
|
|
538
538
|
}, {
|
|
539
539
|
default: _e(() => [
|
|
@@ -546,7 +546,7 @@ function ja(t, n, e, i, o, r) {
|
|
|
546
546
|
}, 8, ["onClick"])) : he("", !0)
|
|
547
547
|
], 2);
|
|
548
548
|
}
|
|
549
|
-
const On = /* @__PURE__ */ Ae(Pa, [["render", ja], ["__scopeId", "data-v-
|
|
549
|
+
const On = /* @__PURE__ */ Ae(Pa, [["render", ja], ["__scopeId", "data-v-3ebe8cc8"]]);
|
|
550
550
|
const qa = {
|
|
551
551
|
name: "IbAvatar",
|
|
552
552
|
props: {
|
|
@@ -2166,6 +2166,9 @@ const bs = {
|
|
|
2166
2166
|
value: {
|
|
2167
2167
|
default: 1
|
|
2168
2168
|
},
|
|
2169
|
+
modelValue: {
|
|
2170
|
+
type: [Number, String]
|
|
2171
|
+
},
|
|
2169
2172
|
isChecked: {
|
|
2170
2173
|
type: Boolean,
|
|
2171
2174
|
default: !1
|
|
@@ -2195,7 +2198,7 @@ const bs = {
|
|
|
2195
2198
|
},
|
|
2196
2199
|
methods: {
|
|
2197
2200
|
onChange() {
|
|
2198
|
-
this.checked = !this.checked, this.$emit("input", this.checked);
|
|
2201
|
+
this.checked = !this.checked, this.$emit("input", this.checked), this.$emit("update:modelValue", this.checked);
|
|
2199
2202
|
}
|
|
2200
2203
|
},
|
|
2201
2204
|
computed: {
|