quasar-factory-lib 0.0.7 → 0.0.8
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/quasar-factory-lib.js +7 -7
- package/dist/quasar-factory-lib.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/K-Table/components/TableColumnsSelector.vue +1 -11
- package/src/components/K-Table/components/TableFilter.vue +1 -11
- package/src/components/K-Table/components/TableSlotGrid.vue +2 -2
- package/src/components/K-Table/components/TableSlotHeader.vue +2 -14
- package/src/components/K-Table/css/columnsSelector.css +10 -0
- package/src/components/K-Table/css/table.css +3 -0
- package/src/components/K-Table/css/tableFilter.css +10 -0
- package/src/components/K-Table/css/tableSlotHeader.css +11 -0
|
@@ -5969,7 +5969,7 @@ const ed = Ne({
|
|
|
5969
5969
|
return () => k("tr", { class: n.value }, je(t.default));
|
|
5970
5970
|
}
|
|
5971
5971
|
}), nd = {
|
|
5972
|
-
name: "
|
|
5972
|
+
name: "TableSlotHeader",
|
|
5973
5973
|
props: {
|
|
5974
5974
|
tableProps: {
|
|
5975
5975
|
type: Object,
|
|
@@ -5994,7 +5994,7 @@ const ed = Ne({
|
|
|
5994
5994
|
methods: {}
|
|
5995
5995
|
};
|
|
5996
5996
|
function ld(e, t, n, l, o, a) {
|
|
5997
|
-
return re(), ye(td,
|
|
5997
|
+
return re(), ye(td, { class: "table-header" }, {
|
|
5998
5998
|
default: ce(() => [
|
|
5999
5999
|
n.selectionType !== "none" ? (re(), ye(so, { key: 0 }, {
|
|
6000
6000
|
default: ce(() => [
|
|
@@ -6020,7 +6020,7 @@ function ld(e, t, n, l, o, a) {
|
|
|
6020
6020
|
_: 1
|
|
6021
6021
|
});
|
|
6022
6022
|
}
|
|
6023
|
-
const od = /* @__PURE__ */ mt(nd, [["render", ld]
|
|
6023
|
+
const od = /* @__PURE__ */ mt(nd, [["render", ld]]), ad = {
|
|
6024
6024
|
name: "TableColumnsSelector",
|
|
6025
6025
|
props: {
|
|
6026
6026
|
columns: {
|
|
@@ -6065,7 +6065,7 @@ function rd(e, t, n, l, o, a) {
|
|
|
6065
6065
|
options: n.columns,
|
|
6066
6066
|
"option-value": "name",
|
|
6067
6067
|
"options-cover": "",
|
|
6068
|
-
class: "
|
|
6068
|
+
class: "columns-selector",
|
|
6069
6069
|
"options-selected-class": "addicional-visible-columns"
|
|
6070
6070
|
}, {
|
|
6071
6071
|
option: ce((r) => [
|
|
@@ -6091,7 +6091,7 @@ function rd(e, t, n, l, o, a) {
|
|
|
6091
6091
|
_: 1
|
|
6092
6092
|
}, 8, ["modelValue", "display-value", "options", "onUpdate:modelValue"]);
|
|
6093
6093
|
}
|
|
6094
|
-
const id = /* @__PURE__ */ mt(ad, [["render", rd]
|
|
6094
|
+
const id = /* @__PURE__ */ mt(ad, [["render", rd]]), Ua = Ne({
|
|
6095
6095
|
name: "QTd",
|
|
6096
6096
|
props: {
|
|
6097
6097
|
props: Object,
|
|
@@ -7377,7 +7377,7 @@ function Ad(e, t, n, l, o, a) {
|
|
|
7377
7377
|
borderless: "",
|
|
7378
7378
|
dense: "",
|
|
7379
7379
|
debounce: "300",
|
|
7380
|
-
class: "auto-width",
|
|
7380
|
+
class: "table-filter auto-width",
|
|
7381
7381
|
placeholder: "Search",
|
|
7382
7382
|
outlined: ""
|
|
7383
7383
|
}, {
|
|
@@ -7396,7 +7396,7 @@ function Ad(e, t, n, l, o, a) {
|
|
|
7396
7396
|
_: 1
|
|
7397
7397
|
}, 8, ["modelValue"]);
|
|
7398
7398
|
}
|
|
7399
|
-
const Rd = /* @__PURE__ */ mt(Id, [["render", Ad]
|
|
7399
|
+
const Rd = /* @__PURE__ */ mt(Id, [["render", Ad]]), ja = {
|
|
7400
7400
|
sortMethod(e, t, n, l = []) {
|
|
7401
7401
|
const o = [...e];
|
|
7402
7402
|
return t && (l.includes(t) ? this.sortDates(t, n, o) : o.sort((a, r) => {
|