@anzusystems/common-admin 1.47.0-beta.52 → 1.47.0-beta.53

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.
@@ -742,8 +742,8 @@ field: CollabFieldName;
742
742
  cachedUsers: CollabCachedUsersMap;
743
743
  };
744
744
  disabled: boolean;
745
- help: string;
746
745
  type: string;
746
+ help: string;
747
747
  placeholder: string;
748
748
  dataCy: string;
749
749
  appendIcon: VuetifyIconValue;
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "./styles": "./dist/style.css",
14
14
  "./*": "./*"
15
15
  },
16
- "version": "1.47.0-beta.52",
16
+ "version": "1.47.0-beta.53",
17
17
  "type": "module",
18
18
  "license": "Apache-2.0",
19
19
  "scripts": {
@@ -42,7 +42,7 @@
42
42
  "@anzusystems/common-admin": "workspace:*",
43
43
  "@eslint/compat": "^1.2.0",
44
44
  "@eslint/js": "^9.12.0",
45
- "@intlify/unplugin-vue-i18n": "^4.0.0",
45
+ "@intlify/unplugin-vue-i18n": "^5.2.0",
46
46
  "@kyvg/vue3-notification": "^3.3.0",
47
47
  "@mdi/font": "^7.4.47",
48
48
  "@rushstack/eslint-patch": "^1.10.4",
@@ -82,13 +82,14 @@
82
82
  "stylelint-config-standard-scss": "^13.1.0",
83
83
  "typescript": "5.5.4",
84
84
  "typescript-eslint": "^8.8.0",
85
+ "unplugin": "1.14.1",
85
86
  "uuid": "^10.0.0",
86
87
  "vite": "5.4.8",
87
88
  "vite-plugin-dts": "4.1.1",
88
89
  "vite-plugin-vuetify": "^2.0.4",
89
- "vitepress": "1.3.4",
90
+ "vitepress": "1.4.0",
90
91
  "vue": "3.5.11",
91
- "vue-i18n": "9.14.1",
92
+ "vue-i18n": "10.0.4",
92
93
  "vue-router": "4.4.5",
93
94
  "vue-tsc": "2.1.6",
94
95
  "vuetify": "3.7.2",
@@ -103,8 +104,9 @@
103
104
  "dayjs": "1.11.13",
104
105
  "pinia": "2.2.4",
105
106
  "socket.io-client": "4.8.0",
107
+ "unplugin": "1.14.1",
106
108
  "vue": "3.5.11",
107
- "vue-i18n": "9.14.1",
109
+ "vue-i18n": "10.0.4",
108
110
  "vue-router": "4.4.5",
109
111
  "vuetify": "3.7.2"
110
112
  },