@avakhula/ui 0.0.74 → 0.0.76
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 +9 -5
- package/dist/index.umd.cjs +30 -30
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +12 -0
- package/src/components/Alert/Alert.vue +2 -1
- package/src/components/Form/Checkbox/Checkbox.vue +4 -0
- package/src/components/Form/Input/constants.js +1 -0
- package/src/components/Tooltip/Tooltip.vue +0 -5
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: {
|
|
@@ -1938,6 +1938,7 @@ function ps(t, n, e, i, o, r) {
|
|
|
1938
1938
|
const Er = /* @__PURE__ */ Ae(fs, [["render", ps], ["__scopeId", "data-v-4807c699"]]), ni = {
|
|
1939
1939
|
text: "text",
|
|
1940
1940
|
password: "password",
|
|
1941
|
+
email: "email",
|
|
1941
1942
|
number: "number"
|
|
1942
1943
|
};
|
|
1943
1944
|
const gs = {
|
|
@@ -2166,6 +2167,9 @@ const bs = {
|
|
|
2166
2167
|
value: {
|
|
2167
2168
|
default: 1
|
|
2168
2169
|
},
|
|
2170
|
+
modelValue: {
|
|
2171
|
+
type: Boolean
|
|
2172
|
+
},
|
|
2169
2173
|
isChecked: {
|
|
2170
2174
|
type: Boolean,
|
|
2171
2175
|
default: !1
|
|
@@ -2195,7 +2199,7 @@ const bs = {
|
|
|
2195
2199
|
},
|
|
2196
2200
|
methods: {
|
|
2197
2201
|
onChange() {
|
|
2198
|
-
this.checked = !this.checked, this.$emit("input", this.checked);
|
|
2202
|
+
this.checked = !this.checked, this.$emit("input", this.checked), this.$emit("update:modelValue", this.checked);
|
|
2199
2203
|
}
|
|
2200
2204
|
},
|
|
2201
2205
|
computed: {
|