@adminforth/i18n 2.0.2 → 2.0.3

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
@@ -19,5 +19,5 @@ custom/package-lock.json
19
19
  custom/package.json
20
20
  custom/tsconfig.json
21
21
 
22
- sent 43,756 bytes received 286 bytes 88,084.00 bytes/sec
23
- total size is 42,662 speedup is 0.97
22
+ sent 43,660 bytes received 286 bytes 87,892.00 bytes/sec
23
+ total size is 42,566 speedup is 0.97
@@ -26,7 +26,6 @@
26
26
 
27
27
 
28
28
  <script setup lang="ts">
29
- import { AdminForthComponentDeclarationFull } from 'adminforth';
30
29
  import { useI18n } from 'vue-i18n'
31
30
  import { onMounted, onUnmounted, ref } from 'vue';
32
31
  import websocket from '@/websocket';
@@ -52,7 +51,7 @@ const props = defineProps<{
52
51
  };
53
52
  progress: number; // 0 to 100
54
53
  createdAt: Date;
55
- customComponent?: AdminForthComponentDeclarationFull;
54
+ customComponent?: any;
56
55
  };
57
56
  }>();
58
57
 
@@ -26,7 +26,6 @@
26
26
 
27
27
 
28
28
  <script setup lang="ts">
29
- import { AdminForthComponentDeclarationFull } from 'adminforth';
30
29
  import { useI18n } from 'vue-i18n'
31
30
  import { onMounted, onUnmounted, ref } from 'vue';
32
31
  import websocket from '@/websocket';
@@ -52,7 +51,7 @@ const props = defineProps<{
52
51
  };
53
52
  progress: number; // 0 to 100
54
53
  createdAt: Date;
55
- customComponent?: AdminForthComponentDeclarationFull;
54
+ customComponent?: any;
56
55
  };
57
56
  }>();
58
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",