golden-logic-ui 1.0.253 → 1.0.255
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 +6 -2
- package/dist/golden-logic-ui.umd.cjs +53 -53
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -1355,7 +1355,10 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1355
1355
|
], 2))
|
|
1356
1356
|
], 64));
|
|
1357
1357
|
}
|
|
1358
|
-
}, NY = { class: "font-bold dark:text-white" }, BY = { class: "mt-1 text-gray-900 dark:text-white" }, IY = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), LY = ["for"], FY = { class: "flex items-center" }, HY = { class: "relative w-full" }, VY = ["required", "name", "id", "type", "placeholder"], zY = {
|
|
1358
|
+
}, NY = { class: "font-bold dark:text-white" }, BY = { class: "mt-1 text-gray-900 dark:text-white" }, IY = /* @__PURE__ */ P("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), LY = ["for"], FY = { class: "flex items-center" }, HY = { class: "relative w-full" }, VY = ["required", "name", "id", "type", "placeholder"], zY = {
|
|
1359
|
+
style: { height: "2.5rem" },
|
|
1360
|
+
class: "z-10 inline-flex items-center flex-shrink-0 px-4 text-sm font-medium text-center text-gray-500 bg-gray-100 border border-gray-300 dark:text-gray-400 rounded-e-lg focus:outline-none dark:bg-gray-700 dark:border-gray-600"
|
|
1361
|
+
}, UY = { class: "gl-span-form-error" }, WY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Bae = {
|
|
1359
1362
|
__name: "GlTextInputWithText",
|
|
1360
1363
|
props: {
|
|
1361
1364
|
is_required: {
|
|
@@ -1448,7 +1451,8 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1448
1451
|
class: rn([{
|
|
1449
1452
|
"gl-input-form": O.error_message == "",
|
|
1450
1453
|
"gl-input-form-invalid": O.error_message !== ""
|
|
1451
|
-
}, "rounded-s-lg"]),
|
|
1454
|
+
}, "border-e-0 rounded-s-lg"]),
|
|
1455
|
+
style: { "border-radius": "0rem" },
|
|
1452
1456
|
type: O.type,
|
|
1453
1457
|
"onUpdate:modelValue": Be[0] || (Be[0] = (ft) => De.value = ft),
|
|
1454
1458
|
onKeydown: Be[1] || (Be[1] = (ft) => X.$emit("keydown", ft)),
|