@adminforth/i18n 1.6.0 → 1.6.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/build.log CHANGED
@@ -17,5 +17,5 @@ custom/package-lock.json
17
17
  custom/package.json
18
18
  custom/tsconfig.json
19
19
 
20
- sent 33,187 bytes received 248 bytes 66,870.00 bytes/sec
21
- total size is 32,254 speedup is 0.96
20
+ sent 33,370 bytes received 248 bytes 67,236.00 bytes/sec
21
+ total size is 32,437 speedup is 0.96
@@ -48,6 +48,7 @@ const coreStore = useCoreStore();
48
48
  watch(() => selectedLanguage.value, async (newVal) => {
49
49
  await setLang({ setLocaleMessage, locale }, props.meta.pluginInstanceId, newVal);
50
50
  coreStore.getPublicConfig();
51
+ coreStore.getLoginFormConfig();
51
52
  });
52
53
 
53
54
 
@@ -24,7 +24,7 @@ import type {
24
24
  AdminForthResourceCommon,
25
25
  AdminUser,
26
26
  } from "@/types/Common";
27
- import { computed, defineProps, defineEmits, type Ref, watch, nextTick, ref, onMounted } from "vue";
27
+ import { computed, type Ref, watch, nextTick, ref, onMounted } from "vue";
28
28
 
29
29
  const shortValue: Ref<boolean> = computed(() => (props.record[props.column.name]?.length || 0) < 50);
30
30
 
@@ -15,5 +15,16 @@
15
15
  "."
16
16
  ]
17
17
  }
18
- }
18
+ },
19
+ "include": [
20
+ "./**/*.ts",
21
+ "./**/*.tsx",
22
+ "./**/*.vue",
23
+ "../**/*.ts",
24
+ "../**/*.tsx",
25
+ "../**/*.vue",
26
+ "../*.vue",
27
+ "../*.ts",
28
+ "../*.tsx"
29
+ ]
19
30
  }
@@ -48,6 +48,7 @@ const coreStore = useCoreStore();
48
48
  watch(() => selectedLanguage.value, async (newVal) => {
49
49
  await setLang({ setLocaleMessage, locale }, props.meta.pluginInstanceId, newVal);
50
50
  coreStore.getPublicConfig();
51
+ coreStore.getLoginFormConfig();
51
52
  });
52
53
 
53
54
 
@@ -24,7 +24,7 @@ import type {
24
24
  AdminForthResourceCommon,
25
25
  AdminUser,
26
26
  } from "@/types/Common";
27
- import { computed, defineProps, defineEmits, type Ref, watch, nextTick, ref, onMounted } from "vue";
27
+ import { computed, type Ref, watch, nextTick, ref, onMounted } from "vue";
28
28
 
29
29
  const shortValue: Ref<boolean> = computed(() => (props.record[props.column.name]?.length || 0) < 50);
30
30
 
@@ -15,5 +15,16 @@
15
15
  "."
16
16
  ]
17
17
  }
18
- }
18
+ },
19
+ "include": [
20
+ "./**/*.ts",
21
+ "./**/*.tsx",
22
+ "./**/*.vue",
23
+ "../**/*.ts",
24
+ "../**/*.tsx",
25
+ "../**/*.vue",
26
+ "../*.vue",
27
+ "../*.ts",
28
+ "../*.tsx"
29
+ ]
19
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@aws-sdk/client-ses": "^3.654.0",
32
32
  "@sapphire/async-queue": "^1.5.5",
33
- "adminforth": "^2.4.0-next.221",
33
+ "adminforth": "^2.4.0-next.246",
34
34
  "chokidar": "^4.0.1",
35
35
  "fs-extra": "^11.3.2",
36
36
  "iso-3166": "^4.3.0",