bt-core-app 1.4.121 → 1.4.123

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.
@@ -30088,7 +30088,9 @@ const LT = ["start", "end", "left", "right", "top", "bottom"], FT = Se({
30088
30088
  S(sn, { nav: "" }, {
30089
30089
  default: K(() => [
30090
30090
  (L(!0), ie(Ce, null, et(A(i).sidebarNavItems.value, (d) => (L(), ie(Ce, null, [
30091
- d.isGroup ? (L(), se(_u, { key: "grp.displayNamea" }, {
30091
+ d.isGroup ? (L(), se(_u, {
30092
+ key: `${d.displayName}a`
30093
+ }, {
30092
30094
  activator: K(({ props: m }) => [
30093
30095
  S(xt, ge(m, {
30094
30096
  color: "primary",
@@ -30108,7 +30110,7 @@ const LT = ["start", "end", "left", "right", "top", "bottom"], FT = Se({
30108
30110
  ]),
30109
30111
  _: 2
30110
30112
  }, 1024)) : (L(), se(xt, {
30111
- key: "grp.displayNameb",
30113
+ key: `${d.displayName}b`,
30112
30114
  color: "primary",
30113
30115
  "prepend-icon": d.icon,
30114
30116
  title: d.displayName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.121",
3
+ "version": "1.4.123",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {
@@ -44,9 +44,9 @@
44
44
  "peerDependencies": {
45
45
  "@vueuse/core": "^10.4.1",
46
46
  "pinia": "^2.1.7",
47
- "vue": "^3.4.21",
47
+ "vue": "^3.4.27",
48
48
  "vue-router": "^4.0.0",
49
- "vuetify": "^3.6.2"
49
+ "vuetify": "^3.6.4"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@testing-library/vue": "^8.0.3",