@hostlink/nuxt-light 1.52.1 → 1.52.2

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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.52.1",
4
+ "version": "1.52.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -482,7 +482,6 @@ const searchSelectFilter = (val, update, name) => {
482
482
  } else {
483
483
  localSearchOptions.value[name] = options;
484
484
  }
485
- console.log(localSearchOptions.value[name]);
486
485
  });
487
486
  }
488
487
  };
@@ -494,7 +493,6 @@ const hidableColumns = computed(() => {
494
493
  });
495
494
  const visibleColumns = props.name ? useStorage("l-table-visible-columns-" + simpleRouteName.value + "-" + props.name, hidableColumns.value.map((c) => c.name)) : ref(hidableColumns.value.map((c) => c.name));
496
495
  watch(filters, () => {
497
- console.log("filters changed", filters.value);
498
496
  onFilters();
499
497
  }, { deep: true });
500
498
  const tempFilters = ref({});
@@ -211,7 +211,6 @@ const confirmMove = () => {
211
211
  selectedNode.value = nodeToMove.uuid;
212
212
  };
213
213
  const saveCustomMenus = async () => {
214
- console.log("User custom menu structure:", userMenus.value[0].children);
215
214
  try {
216
215
  await m("updateMyMenu", {
217
216
  menu: userMenus.value[0].children
@@ -21,10 +21,7 @@ import TypeMailLog from "./models/MailLog.js";
21
21
  import TypeEventLog from "./models/EventLog.js";
22
22
  import TypeCustomerField from "./models/CustomField.js";
23
23
  import { zhTW } from "@formkit/i18n";
24
- import { useQuasar } from "quasar";
25
24
  export default defineNuxtPlugin((nuxtApp) => {
26
- const $q = useQuasar();
27
- console.log($q);
28
25
  addRouteMiddleware("auth", async (to, from) => {
29
26
  if (to.path == "/") {
30
27
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.52.1",
3
+ "version": "1.52.2",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",