quasar-ui-danx 0.3.25 → 0.3.26
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 +2 -1
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +1 -1
- package/dist/danx.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ActionTable/tableColumns.ts +65 -64
package/dist/danx.es.js
CHANGED
@@ -18154,6 +18154,7 @@ function A3(t, e) {
|
|
18154
18154
|
lockedColumns: a,
|
18155
18155
|
visibleColumns: d,
|
18156
18156
|
hiddenColumnNames: s,
|
18157
|
+
columnOrder: o,
|
18157
18158
|
titleColumnNames: l,
|
18158
18159
|
orderedTitleColumns: _
|
18159
18160
|
};
|
@@ -19389,7 +19390,7 @@ const qS = {
|
|
19389
19390
|
});
|
19390
19391
|
};
|
19391
19392
|
}
|
19392
|
-
}, gT = "quasar-ui-danx", bT = "0.3.
|
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 = {
|
19393
19394
|
dev: "cd dev && quasar dev && cd ..",
|
19394
19395
|
build: "vite build",
|
19395
19396
|
preview: "vite preview",
|