golden-logic-ui 1.0.255 → 1.0.257
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 +2 -6
- package/dist/golden-logic-ui.umd.cjs +53 -53
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -1355,10 +1355,7 @@ 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 = {
|
|
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 = {
|
|
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 = { class: "h-10 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" }, UY = { class: "gl-span-form-error" }, WY = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Bae = {
|
|
1362
1359
|
__name: "GlTextInputWithText",
|
|
1363
1360
|
props: {
|
|
1364
1361
|
is_required: {
|
|
@@ -1449,10 +1446,9 @@ const Rae = /* @__PURE__ */ Jr(KK, [["render", XK]]), JK = { class: "font-bold p
|
|
|
1449
1446
|
name: O.field_name,
|
|
1450
1447
|
id: O.field_name,
|
|
1451
1448
|
class: rn([{
|
|
1452
|
-
"gl-input-form": O.error_message == "",
|
|
1449
|
+
"gl-input-form-text": O.error_message == "",
|
|
1453
1450
|
"gl-input-form-invalid": O.error_message !== ""
|
|
1454
1451
|
}, "border-e-0 rounded-s-lg"]),
|
|
1455
|
-
style: { "border-radius": "0rem" },
|
|
1456
1452
|
type: O.type,
|
|
1457
1453
|
"onUpdate:modelValue": Be[0] || (Be[0] = (ft) => De.value = ft),
|
|
1458
1454
|
onKeydown: Be[1] || (Be[1] = (ft) => X.$emit("keydown", ft)),
|