quasar-ui-danx 0.3.25 → 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() {
@@ -18154,6 +18153,7 @@ function A3(t, e) {
18154
18153
  lockedColumns: a,
18155
18154
  visibleColumns: d,
18156
18155
  hiddenColumnNames: s,
18156
+ columnOrder: o,
18157
18157
  titleColumnNames: l,
18158
18158
  orderedTitleColumns: _
18159
18159
  };
@@ -19389,7 +19389,7 @@ const qS = {
19389
19389
  });
19390
19390
  };
19391
19391
  }
19392
- }, gT = "quasar-ui-danx", bT = "0.3.25", 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 = {
19393
19393
  dev: "cd dev && quasar dev && cd ..",
19394
19394
  build: "vite build",
19395
19395
  preview: "vite preview",