quasar-factory-lib 0.0.23 → 0.0.24
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/components/TaskNavBar/TaskNavBar.vue.d.ts +4 -12
- package/dist/pages/NavBarPage.vue.d.ts +4 -12
- package/dist/pages/TablePage.vue.d.ts +1129 -0
- package/dist/quasar-factory-lib.js +7 -10
- package/dist/quasar-factory-lib.umd.cjs +1 -1
- package/dist/store/table.d.ts +9 -0
- package/package.json +1 -1
- package/src/components/TaskNavBar/TaskNavBar.vue +7 -10
- package/src/pages/TablePage.vue +341 -0
- package/src/assets/icons/favicon_16x16.png +0 -0
|
@@ -8803,22 +8803,18 @@ const hh = {
|
|
|
8803
8803
|
showBtnSearch: {
|
|
8804
8804
|
type: Boolean,
|
|
8805
8805
|
default: !0
|
|
8806
|
-
},
|
|
8807
|
-
showSearch: {
|
|
8808
|
-
type: Boolean,
|
|
8809
|
-
default: !0
|
|
8810
8806
|
}
|
|
8811
8807
|
},
|
|
8812
|
-
emits: ["
|
|
8808
|
+
emits: ["onClickBtnMenu", "onClickBtnSearch", "onClickBtnBack"],
|
|
8813
8809
|
methods: {
|
|
8814
8810
|
onClickBtnMenu() {
|
|
8815
|
-
console.log("
|
|
8811
|
+
this.$emit("onClickBtnMenu"), console.log("menu");
|
|
8816
8812
|
},
|
|
8817
8813
|
onClickBtnSearch() {
|
|
8818
|
-
this.$emit("
|
|
8814
|
+
this.$emit("onClickBtnSearch"), console.log("search");
|
|
8819
8815
|
},
|
|
8820
8816
|
onClickBtnBack() {
|
|
8821
|
-
this.$emit("
|
|
8817
|
+
this.$emit("onClickBtnBack"), console.log("back");
|
|
8822
8818
|
}
|
|
8823
8819
|
}
|
|
8824
8820
|
}), ph = { id: "taskNavBar" }, bh = { class: "row full-width" }, yh = { class: "col-6" }, Eh = ["src"], Sh = {
|
|
@@ -8873,8 +8869,9 @@ function Ch(e, t, n, o, r, l) {
|
|
|
8873
8869
|
]),
|
|
8874
8870
|
_: 1
|
|
8875
8871
|
}, 8, ["onClick"])) : Ie("", !0),
|
|
8876
|
-
e.
|
|
8872
|
+
e.showBtnSearch ? (se(), ge(wt, {
|
|
8877
8873
|
key: 1,
|
|
8874
|
+
color: "primary",
|
|
8878
8875
|
flat: "",
|
|
8879
8876
|
round: "",
|
|
8880
8877
|
icon: "search",
|
|
@@ -8944,7 +8941,7 @@ function Ch(e, t, n, o, r, l) {
|
|
|
8944
8941
|
]),
|
|
8945
8942
|
_: 1
|
|
8946
8943
|
}),
|
|
8947
|
-
Z(Kg, { class: "text-color-almost-black" }, {
|
|
8944
|
+
Z(Kg, { class: "text-color-almost-black q-pl-none" }, {
|
|
8948
8945
|
default: le(() => [
|
|
8949
8946
|
Po(Ln(e.title), 1)
|
|
8950
8947
|
]),
|