quasar-ui-danx 0.2.8 → 0.2.9
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 +6 -6
- package/dist/danx.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/ActionTable/Columns/VisibleColumnsToggleButtons.vue +3 -7
- package/src/components/Utility/Layouts/ContentDrawer.vue +2 -2
- package/src/components/Utility/Tabs/BadgeTab.vue +2 -2
- package/src/index.sass +0 -4
- package/src/styles/index.scss +3 -0
- package/src/vue-plugin.js +2 -0
- package/tailwind.config.js +3 -0
- package/vite.config.js +1 -9
package/dist/danx.es.js
CHANGED
|
@@ -11547,7 +11547,7 @@ const ao = { render: O_ }, LT = {
|
|
|
11547
11547
|
O("div", null, [
|
|
11548
11548
|
t.title ? (h(), _("div", {
|
|
11549
11549
|
key: 0,
|
|
11550
|
-
class: "dialog-title",
|
|
11550
|
+
class: "dialog-title bg-slate-100 text-gray-500 border-gray-200",
|
|
11551
11551
|
onClick: o[0] || (o[0] = mn(() => {
|
|
11552
11552
|
}, ["stop", "prevent"]))
|
|
11553
11553
|
}, P(t.title), 1)) : L("", !0),
|
|
@@ -11562,7 +11562,7 @@ const ao = { render: O_ }, LT = {
|
|
|
11562
11562
|
}, 8, ["modelValue", "position", "seamless", "class"]);
|
|
11563
11563
|
};
|
|
11564
11564
|
}
|
|
11565
|
-
}, Fc = /* @__PURE__ */ It(x2, [["__scopeId", "data-v-
|
|
11565
|
+
}, Fc = /* @__PURE__ */ It(x2, [["__scopeId", "data-v-c7e24fdd"]]), Oc = (t) => t.vnode;
|
|
11566
11566
|
Oc.props = { vnode: { type: Object, required: !0 } };
|
|
11567
11567
|
const _r = Oc, b2 = {
|
|
11568
11568
|
__name: "ActionVnode",
|
|
@@ -11782,7 +11782,7 @@ const _r = Oc, b2 = {
|
|
|
11782
11782
|
O("div", E2, [
|
|
11783
11783
|
O("div", C2, P(t.label), 1),
|
|
11784
11784
|
C(r, {
|
|
11785
|
-
|
|
11785
|
+
class: "bg-gray-base",
|
|
11786
11786
|
label: t.count,
|
|
11787
11787
|
rounded: ""
|
|
11788
11788
|
}, null, 8, ["label"])
|
|
@@ -14293,7 +14293,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
|
14293
14293
|
return h(), _("div", Kx, [
|
|
14294
14294
|
(h(!0), _(z, null, Se(s.value, (y) => (h(), _("div", {
|
|
14295
14295
|
key: y,
|
|
14296
|
-
class: G(["category-toggle", { "has-visible-columns": a(y) }])
|
|
14296
|
+
class: G(["category-toggle border-gray-200", { "has-visible-columns text-white bg-blue-600": a(y) }])
|
|
14297
14297
|
}, [
|
|
14298
14298
|
C(m, {
|
|
14299
14299
|
"toggle-indeterminate": "",
|
|
@@ -14337,7 +14337,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
|
14337
14337
|
]);
|
|
14338
14338
|
};
|
|
14339
14339
|
}
|
|
14340
|
-
}, KT = /* @__PURE__ */ It(tb, [["__scopeId", "data-v-
|
|
14340
|
+
}, KT = /* @__PURE__ */ It(tb, [["__scopeId", "data-v-a55d8e51"]]), JT = {
|
|
14341
14341
|
__name: "CollapsableFiltersSidebar",
|
|
14342
14342
|
props: {
|
|
14343
14343
|
name: {
|
|
@@ -17321,7 +17321,7 @@ const bS = {
|
|
|
17321
17321
|
});
|
|
17322
17322
|
};
|
|
17323
17323
|
}
|
|
17324
|
-
}, tT = "quasar-ui-danx", nT = "0.2.
|
|
17324
|
+
}, tT = "quasar-ui-danx", nT = "0.2.8", rT = "Dan <dan@flytedesk.com>", iT = "DanX Vue / Quasar component library", sT = "MIT", oT = "module", aT = "dist/danx.es.js", lT = "dist/danx.es.js", uT = {
|
|
17325
17325
|
dev: "cd dev && quasar dev && cd ..",
|
|
17326
17326
|
build: "vite build",
|
|
17327
17327
|
preview: "vite preview"
|