unifyedx-storybook-new 0.2.40 → 0.2.42

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.
@@ -4212,6 +4212,7 @@ function ys({ item: t, data: a, updateHandler: s, validationErrors: o = {} }) {
4212
4212
  },
4213
4213
  required: r.required,
4214
4214
  disabled: r.disabled ? r.disabled : !1,
4215
+ readOnly: r.readonly ? r.readonly : !1,
4215
4216
  className: `w-full ${o[l.key]?.[r.key] ? "border-red-500" : ""}`
4216
4217
  }
4217
4218
  ),
@@ -4232,6 +4233,7 @@ function ys({ item: t, data: a, updateHandler: s, validationErrors: o = {} }) {
4232
4233
  rows: 3,
4233
4234
  required: r.required,
4234
4235
  disabled: r.disabled ? r.disabled : !1,
4236
+ readOnly: r.readonly ? r.readonly : !1,
4235
4237
  className: `w-full ${o[l.key]?.[r.key] ? "border-red-500" : ""}`
4236
4238
  }
4237
4239
  ),
@@ -5639,9 +5641,9 @@ function zs({
5639
5641
  P[F.key] = z[F.key] || "";
5640
5642
  }), P;
5641
5643
  }) : b[D] = u[D];
5642
- }));
5644
+ })), (!b.appkey || b.appkey === "") && (b.appkey = t);
5643
5645
  let y = await Ze(A, b);
5644
- if (console.log(), y && y.status != "fail") {
5646
+ if (y && y.status != "fail") {
5645
5647
  p({});
5646
5648
  const D = y.message || "Configuration has been saved successfully";
5647
5649
  Ie.success(D), l && typeof l == "function" && l(u);
@@ -5736,7 +5738,8 @@ const Ql = ({
5736
5738
  default: a,
5737
5739
  value: a,
5738
5740
  readonly: !0,
5739
- placeholder: a
5741
+ placeholder: a,
5742
+ disabled: !1
5740
5743
  }, h.some((v) => v.key === "displayname")) {
5741
5744
  const v = h.findIndex((y) => y.key === "displayname"), b = h[v] || {};
5742
5745
  h[v] = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.2.40",
4
+ "version": "0.2.42",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",