quasar-ui-danx 0.3.26 → 0.3.27

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/danx.es.js CHANGED
@@ -17746,8 +17746,7 @@ const _S = ["innerHTML"], fS = {
17746
17746
  }, o = r.form.fields.map((E) => ({
17747
17747
  placeholder: `Enter ${E.label}`,
17748
17748
  ...E,
17749
- component: i[E.type],
17750
- default: E.type === "BOOLEAN" ? !1 : ""
17749
+ component: i[E.type]
17751
17750
  })), s = U(() => {
17752
17751
  const E = [...new Set(r.values.map((T) => T.variation))].sort();
17753
17752
  return E.length === 0 && E.push(""), E;
@@ -17772,7 +17771,7 @@ const _S = ["innerHTML"], fS = {
17772
17771
  return r.form.fields.map((T) => ({
17773
17772
  variation: E,
17774
17773
  name: T.name,
17775
- value: T.type === "BOOLEAN" ? !1 : null
17774
+ value: T.default_value === void 0 ? null : T.default_value
17776
17775
  }));
17777
17776
  }
17778
17777
  function g() {
@@ -19390,7 +19389,7 @@ const qS = {
19390
19389
  });
19391
19390
  };
19392
19391
  }
19393
- }, gT = "quasar-ui-danx", bT = "0.3.26", xT = "Dan <dan@flytedesk.com>", yT = "DanX Vue / Quasar component library", vT = "MIT", wT = "module", ST = "dist/danx.es.js", TT = "dist/danx.es.js", CT = {
19392
+ }, gT = "quasar-ui-danx", bT = "0.3.27", xT = "Dan <dan@flytedesk.com>", yT = "DanX Vue / Quasar component library", vT = "MIT", wT = "module", ST = "dist/danx.es.js", TT = "dist/danx.es.js", CT = {
19394
19393
  dev: "cd dev && quasar dev && cd ..",
19395
19394
  build: "vite build",
19396
19395
  preview: "vite preview",