golden-logic-ui 1.2.311 → 1.2.312
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/golden-logic-ui.js +12 -10
- package/dist/golden-logic-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -1341,7 +1341,7 @@ const G8e = /* @__PURE__ */ Ii(kme, [["render", Ame]]), Pme = { class: "bg-white
|
|
|
1341
1341
|
default: ""
|
|
1342
1342
|
}
|
|
1343
1343
|
},
|
|
1344
|
-
emits: ["update:modelValue", "keydown", "blur-sm", "keyup"],
|
|
1344
|
+
emits: ["update:modelValue", "keydown", "blur-sm", "keyup", "input"],
|
|
1345
1345
|
setup(r, { expose: t, emit: s }) {
|
|
1346
1346
|
const a = r, c = s, f = Ys(null);
|
|
1347
1347
|
lh(() => {
|
|
@@ -1362,7 +1362,7 @@ const G8e = /* @__PURE__ */ Ii(kme, [["render", Ame]]), Pme = { class: "bg-white
|
|
|
1362
1362
|
}, [
|
|
1363
1363
|
r.label_name ? (Fe(), He("label", fge, Vt(r.label_name), 1)) : Rt("", !0),
|
|
1364
1364
|
U("p", hge, Vt(r.type == "password" ? r.modelValue.replace(/./g, "*") : r.modelValue), 1),
|
|
1365
|
-
x[
|
|
1365
|
+
x[10] || (x[10] = U("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
|
|
1366
1366
|
], 2)) : Rt("", !0),
|
|
1367
1367
|
r.show ? Rt("", !0) : (Fe(), He("div", {
|
|
1368
1368
|
key: 1,
|
|
@@ -1405,6 +1405,7 @@ const G8e = /* @__PURE__ */ Ii(kme, [["render", Ame]]), Pme = { class: "bg-white
|
|
|
1405
1405
|
onKeydown: x[1] || (x[1] = (C) => b.$emit("keydown", C)),
|
|
1406
1406
|
onKeyup: x[2] || (x[2] = (C) => b.$emit("keyup", C)),
|
|
1407
1407
|
onBlur: x[3] || (x[3] = (C) => b.$emit("blur-sm", C)),
|
|
1408
|
+
onInput: x[4] || (x[4] = (C) => b.$emit("input", C)),
|
|
1408
1409
|
ref_key: "input",
|
|
1409
1410
|
ref: f,
|
|
1410
1411
|
placeholder: r.placeholder
|
|
@@ -1431,10 +1432,11 @@ const G8e = /* @__PURE__ */ Ii(kme, [["render", Ame]]), Pme = { class: "bg-white
|
|
|
1431
1432
|
name: r.field_name,
|
|
1432
1433
|
id: r.field_name,
|
|
1433
1434
|
type: r.type,
|
|
1434
|
-
"onUpdate:modelValue": x[
|
|
1435
|
-
onKeydown: x[
|
|
1436
|
-
onKeyup: x[
|
|
1437
|
-
onBlur: x[
|
|
1435
|
+
"onUpdate:modelValue": x[5] || (x[5] = (C) => h.value = C),
|
|
1436
|
+
onKeydown: x[6] || (x[6] = (C) => b.$emit("keydown", C)),
|
|
1437
|
+
onKeyup: x[7] || (x[7] = (C) => b.$emit("keyup", C)),
|
|
1438
|
+
onBlur: x[8] || (x[8] = (C) => b.$emit("blur-sm", C)),
|
|
1439
|
+
onInput: x[9] || (x[9] = (C) => b.$emit("input", C)),
|
|
1438
1440
|
ref_key: "input",
|
|
1439
1441
|
ref: f,
|
|
1440
1442
|
placeholder: r.placeholder
|
|
@@ -3646,7 +3648,7 @@ const iRe = /* @__PURE__ */ Ii(q0e, [["render", Cpe], ["__scopeId", "data-v-4c7f
|
|
|
3646
3648
|
ref: c,
|
|
3647
3649
|
disabled: ""
|
|
3648
3650
|
}, null, 8, Upe),
|
|
3649
|
-
b[1] || (b[1] = U("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-hidden peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:rtl:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[
|
|
3651
|
+
b[1] || (b[1] = U("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-hidden peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:rtl:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[1px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" }, null, -1))
|
|
3650
3652
|
])
|
|
3651
3653
|
])
|
|
3652
3654
|
]),
|
|
@@ -3677,7 +3679,7 @@ const iRe = /* @__PURE__ */ Ii(q0e, [["render", Cpe], ["__scopeId", "data-v-4c7f
|
|
|
3677
3679
|
}, null, 8, jpe), [
|
|
3678
3680
|
[pne, f.value]
|
|
3679
3681
|
]),
|
|
3680
|
-
b[3] || (b[3] = U("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-hidden rounded-full peer dark:bg-gray-500 peer-checked:after:translate-x-full peer-checked:rtl:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[
|
|
3682
|
+
b[3] || (b[3] = U("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-hidden rounded-full peer dark:bg-gray-500 peer-checked:after:translate-x-full peer-checked:rtl:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[1px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-400 peer-checked:bg-primary dark:peer-checked:bg-primaryDark" }, null, -1))
|
|
3681
3683
|
])
|
|
3682
3684
|
], 2),
|
|
3683
3685
|
U("span", Gpe, Vt(r.error_message), 1),
|
|
@@ -3757,7 +3759,7 @@ const iRe = /* @__PURE__ */ Ii(q0e, [["render", Cpe], ["__scopeId", "data-v-4c7f
|
|
|
3757
3759
|
ref: c,
|
|
3758
3760
|
disabled: ""
|
|
3759
3761
|
}, null, 8, e1e),
|
|
3760
|
-
b[1] || (b[1] = U("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-hidden peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:rtl:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[
|
|
3762
|
+
b[1] || (b[1] = U("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-hidden peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:rtl:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[1px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" }, null, -1))
|
|
3761
3763
|
])
|
|
3762
3764
|
])
|
|
3763
3765
|
]),
|
|
@@ -3784,7 +3786,7 @@ const iRe = /* @__PURE__ */ Ii(q0e, [["render", Cpe], ["__scopeId", "data-v-4c7f
|
|
|
3784
3786
|
}, null, 8, r1e), [
|
|
3785
3787
|
[pne, f.value]
|
|
3786
3788
|
]),
|
|
3787
|
-
b[3] || (b[3] = U("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-hidden peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:rtl:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[
|
|
3789
|
+
b[3] || (b[3] = U("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-hidden peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full peer-checked:rtl:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[1px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" }, null, -1))
|
|
3788
3790
|
])
|
|
3789
3791
|
]),
|
|
3790
3792
|
U("span", i1e, Vt(r.error_message), 1),
|