@adminforth/i18n 2.0.2 → 2.0.4

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
@@ -15,9 +15,9 @@ custom/datepickerLocales.ts
15
15
  custom/dayjsLocales.ts
16
16
  custom/eventBus.ts
17
17
  custom/langCommon.ts
18
- custom/package-lock.json
19
18
  custom/package.json
19
+ custom/pnpm-lock.yaml
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,259 bytes received 286 bytes 87,090.00 bytes/sec
23
+ total size is 42,168 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
 
@@ -0,0 +1,41 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ country-list:
12
+ specifier: ^2.4.1
13
+ version: 2.4.1
14
+ iso-639-1:
15
+ specifier: ^3.1.5
16
+ version: 3.1.5
17
+ devDependencies:
18
+ flag-icon-css:
19
+ specifier: ^4.1.7
20
+ version: 4.1.7
21
+
22
+ packages:
23
+
24
+ country-list@2.4.1:
25
+ resolution: {integrity: sha512-KhVV/UfUV3dSNpsWIqHTQxLpYDKPKz1UwkRjadt+YbX2PRhyCEihEoS5XgB7J7AMXpkicvl+tRHvkNI5wbji/g==}
26
+
27
+ flag-icon-css@4.1.7:
28
+ resolution: {integrity: sha512-AFjSU+fv98XbU0vnTQ32vcLj89UEr1MhwDFcooQv14qWJCjg9fGZzfh9BVyDhAhIOZW/pGmJmq38RqpgPaeybQ==}
29
+ deprecated: The project has been renamed to flag-icons
30
+
31
+ iso-639-1@3.1.5:
32
+ resolution: {integrity: sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==}
33
+ engines: {node: '>=6.0'}
34
+
35
+ snapshots:
36
+
37
+ country-list@2.4.1: {}
38
+
39
+ flag-icon-css@4.1.7: {}
40
+
41
+ iso-639-1@3.1.5: {}
@@ -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
 
@@ -0,0 +1,41 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ country-list:
12
+ specifier: ^2.4.1
13
+ version: 2.4.1
14
+ iso-639-1:
15
+ specifier: ^3.1.5
16
+ version: 3.1.5
17
+ devDependencies:
18
+ flag-icon-css:
19
+ specifier: ^4.1.7
20
+ version: 4.1.7
21
+
22
+ packages:
23
+
24
+ country-list@2.4.1:
25
+ resolution: {integrity: sha512-KhVV/UfUV3dSNpsWIqHTQxLpYDKPKz1UwkRjadt+YbX2PRhyCEihEoS5XgB7J7AMXpkicvl+tRHvkNI5wbji/g==}
26
+
27
+ flag-icon-css@4.1.7:
28
+ resolution: {integrity: sha512-AFjSU+fv98XbU0vnTQ32vcLj89UEr1MhwDFcooQv14qWJCjg9fGZzfh9BVyDhAhIOZW/pGmJmq38RqpgPaeybQ==}
29
+ deprecated: The project has been renamed to flag-icons
30
+
31
+ iso-639-1@3.1.5:
32
+ resolution: {integrity: sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==}
33
+ engines: {node: '>=6.0'}
34
+
35
+ snapshots:
36
+
37
+ country-list@2.4.1: {}
38
+
39
+ flag-icon-css@4.1.7: {}
40
+
41
+ iso-639-1@3.1.5: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/i18n",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -1,43 +0,0 @@
1
- {
2
- "name": "custom",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "custom",
9
- "version": "1.0.0",
10
- "license": "ISC",
11
- "dependencies": {
12
- "country-list": "^2.4.1",
13
- "iso-639-1": "^3.1.5"
14
- },
15
- "devDependencies": {
16
- "flag-icon-css": "^4.1.7"
17
- }
18
- },
19
- "node_modules/country-list": {
20
- "version": "2.4.1",
21
- "resolved": "https://registry.npmjs.org/country-list/-/country-list-2.4.1.tgz",
22
- "integrity": "sha512-KhVV/UfUV3dSNpsWIqHTQxLpYDKPKz1UwkRjadt+YbX2PRhyCEihEoS5XgB7J7AMXpkicvl+tRHvkNI5wbji/g==",
23
- "license": "MIT"
24
- },
25
- "node_modules/flag-icon-css": {
26
- "version": "4.1.7",
27
- "resolved": "https://registry.npmjs.org/flag-icon-css/-/flag-icon-css-4.1.7.tgz",
28
- "integrity": "sha512-AFjSU+fv98XbU0vnTQ32vcLj89UEr1MhwDFcooQv14qWJCjg9fGZzfh9BVyDhAhIOZW/pGmJmq38RqpgPaeybQ==",
29
- "deprecated": "The project has been renamed to flag-icons",
30
- "dev": true,
31
- "license": "MIT"
32
- },
33
- "node_modules/iso-639-1": {
34
- "version": "3.1.5",
35
- "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.5.tgz",
36
- "integrity": "sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==",
37
- "license": "MIT",
38
- "engines": {
39
- "node": ">=6.0"
40
- }
41
- }
42
- }
43
- }
@@ -1,43 +0,0 @@
1
- {
2
- "name": "custom",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "custom",
9
- "version": "1.0.0",
10
- "license": "ISC",
11
- "dependencies": {
12
- "country-list": "^2.4.1",
13
- "iso-639-1": "^3.1.5"
14
- },
15
- "devDependencies": {
16
- "flag-icon-css": "^4.1.7"
17
- }
18
- },
19
- "node_modules/country-list": {
20
- "version": "2.4.1",
21
- "resolved": "https://registry.npmjs.org/country-list/-/country-list-2.4.1.tgz",
22
- "integrity": "sha512-KhVV/UfUV3dSNpsWIqHTQxLpYDKPKz1UwkRjadt+YbX2PRhyCEihEoS5XgB7J7AMXpkicvl+tRHvkNI5wbji/g==",
23
- "license": "MIT"
24
- },
25
- "node_modules/flag-icon-css": {
26
- "version": "4.1.7",
27
- "resolved": "https://registry.npmjs.org/flag-icon-css/-/flag-icon-css-4.1.7.tgz",
28
- "integrity": "sha512-AFjSU+fv98XbU0vnTQ32vcLj89UEr1MhwDFcooQv14qWJCjg9fGZzfh9BVyDhAhIOZW/pGmJmq38RqpgPaeybQ==",
29
- "deprecated": "The project has been renamed to flag-icons",
30
- "dev": true,
31
- "license": "MIT"
32
- },
33
- "node_modules/iso-639-1": {
34
- "version": "3.1.5",
35
- "resolved": "https://registry.npmjs.org/iso-639-1/-/iso-639-1-3.1.5.tgz",
36
- "integrity": "sha512-gXkz5+KN7HrG0Q5UGqSMO2qB9AsbEeyLP54kF1YrMsIxmu+g4BdB7rflReZTSTZGpfj8wywu6pfPBCylPIzGQA==",
37
- "license": "MIT",
38
- "engines": {
39
- "node": ">=6.0"
40
- }
41
- }
42
- }
43
- }