xt-plugin-intl 0.6.0

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.
Files changed (66) hide show
  1. package/.editorconfig +16 -0
  2. package/.postcssrc.json +1 -0
  3. package/.rush/temp/chunked-rush-logs/xt-plugin-i11l.build.chunks.jsonl +23 -0
  4. package/.rush/temp/chunked-rush-logs/xt-plugin-intl.build-deploy-latest.chunks.jsonl +80 -0
  5. package/.rush/temp/chunked-rush-logs/xt-plugin-intl.build-deploy-next.chunks.jsonl +29 -0
  6. package/.rush/temp/chunked-rush-logs/xt-plugin-intl.build.chunks.jsonl +24 -0
  7. package/.rush/temp/chunked-rush-logs/xt-plugin-intl.test.chunks.jsonl +50 -0
  8. package/.rush/temp/package-deps_test.json +53 -0
  9. package/.rush/temp/shrinkwrap-deps.json +1083 -0
  10. package/CHANGELOG.md +13 -0
  11. package/README.md +8 -0
  12. package/angular.json +163 -0
  13. package/package.json +62 -0
  14. package/projects/intl/README.md +8 -0
  15. package/projects/intl/ng-package.json +7 -0
  16. package/projects/intl/node_modules/.vite/results.json +1 -0
  17. package/projects/intl/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -0
  18. package/projects/intl/package.json +22 -0
  19. package/projects/intl/src/lib/country/intl-country.component.css +0 -0
  20. package/projects/intl/src/lib/country/intl-country.component.html +24 -0
  21. package/projects/intl/src/lib/country/intl-country.component.spec.ts +33 -0
  22. package/projects/intl/src/lib/country/intl-country.component.ts +66 -0
  23. package/projects/intl/src/lib/currency/intl-currency.component.css +0 -0
  24. package/projects/intl/src/lib/currency/intl-currency.component.html +7 -0
  25. package/projects/intl/src/lib/currency/intl-currency.component.spec.ts +74 -0
  26. package/projects/intl/src/lib/currency/intl-currency.component.ts +46 -0
  27. package/projects/intl/src/lib/register.ts +36 -0
  28. package/projects/intl/src/public-api.ts +8 -0
  29. package/projects/intl/src/test-setup.ts +18 -0
  30. package/projects/intl/tsconfig.lib.json +14 -0
  31. package/projects/intl/tsconfig.lib.prod.json +11 -0
  32. package/projects/intl/tsconfig.spec.json +18 -0
  33. package/projects/intl/vitest.config.ts +19 -0
  34. package/projects/intl-plugin/federation.config.js +44 -0
  35. package/projects/intl-plugin/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -0
  36. package/projects/intl-plugin/public/favicon.ico +0 -0
  37. package/projects/intl-plugin/public/pluginicon.png +0 -0
  38. package/projects/intl-plugin/src/app/app.component.css +0 -0
  39. package/projects/intl-plugin/src/app/app.component.html +3 -0
  40. package/projects/intl-plugin/src/app/app.component.spec.ts +33 -0
  41. package/projects/intl-plugin/src/app/app.component.ts +23 -0
  42. package/projects/intl-plugin/src/app/app.config.ts +19 -0
  43. package/projects/intl-plugin/src/app/app.routes.ts +7 -0
  44. package/projects/intl-plugin/src/app/test-component/test.component.css +0 -0
  45. package/projects/intl-plugin/src/app/test-component/test.component.html +28 -0
  46. package/projects/intl-plugin/src/app/test-component/test.component.spec.ts +30 -0
  47. package/projects/intl-plugin/src/app/test-component/test.component.ts +53 -0
  48. package/projects/intl-plugin/src/bootstrap.ts +6 -0
  49. package/projects/intl-plugin/src/index.html +13 -0
  50. package/projects/intl-plugin/src/main.ts +6 -0
  51. package/projects/intl-plugin/src/styles.css +4 -0
  52. package/projects/intl-plugin/src/test-setup.ts +18 -0
  53. package/projects/intl-plugin/tsconfig.app.json +15 -0
  54. package/projects/intl-plugin/tsconfig.federation.json +13 -0
  55. package/projects/intl-plugin/tsconfig.spec.json +18 -0
  56. package/projects/intl-plugin/vitest.config.ts +19 -0
  57. package/rush-logs/xt-plugin-i11l.build.error.log +8 -0
  58. package/rush-logs/xt-plugin-i11l.build.log +23 -0
  59. package/rush-logs/xt-plugin-intl.build-deploy-latest.error.log +43 -0
  60. package/rush-logs/xt-plugin-intl.build-deploy-latest.log +80 -0
  61. package/rush-logs/xt-plugin-intl.build-deploy-next.error.log +10 -0
  62. package/rush-logs/xt-plugin-intl.build-deploy-next.log +29 -0
  63. package/rush-logs/xt-plugin-intl.build.error.log +9 -0
  64. package/rush-logs/xt-plugin-intl.build.log +24 -0
  65. package/rush-logs/xt-plugin-intl.test.log +50 -0
  66. package/tsconfig.json +36 -0
@@ -0,0 +1,50 @@
1
+ Invoking: cd projects/intl && ../../node_modules/.bin/vitest && cd ../intl-plugin && ../../node_modules/.bin/vitest
2
+
3
+ RUN v3.2.4 /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-intl/projects/intl
4
+
5
+ stdout | src/lib/country/intl-country.component.spec.ts > IntlCountryComponent > should create
6
+ Registering Plugin International
7
+
8
+ stdout | src/lib/currency/intl-currency.component.spec.ts > XtCurrencyComponent > should create
9
+ Registering Plugin International
10
+
11
+ stdout | src/lib/currency/intl-currency.component.spec.ts > XtCurrencyComponent > should support currency display
12
+ Registering Plugin International
13
+
14
+ ✓ src/lib/country/intl-country.component.spec.ts (1 test) 401ms
15
+ ✓ IntlCountryComponent > should create 398ms
16
+ stdout | src/lib/currency/intl-currency.component.spec.ts > XtCurrencyComponent > should support currency edit
17
+ Registering Plugin International
18
+
19
+ ✓ src/lib/currency/intl-currency.component.spec.ts (3 tests) 623ms
20
+ ✓ XtCurrencyComponent > should support currency edit 376ms
21
+
22
+ Test Files 2 passed (2)
23
+ Tests 4 passed (4)
24
+ Start at 09:51:14
25
+ Duration 10.75s (transform 1.82s, setup 4.54s, collect 9.33s, tests 1.02s, environment 2.76s, prepare 3.96s)
26
+
27
+
28
+ RUN v3.2.4 /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-intl/projects/intl-plugin
29
+
30
+ stdout | src/app/app.component.spec.ts > AppComponent > should create the app
31
+ Registering Plugin International
32
+
33
+ stdout | src/app/app.component.spec.ts > AppComponent > should have the 'test' title
34
+ Registering Plugin International
35
+
36
+ stdout | src/app/app.component.spec.ts > AppComponent > should render title
37
+ Registering Plugin International
38
+
39
+ ✓ src/app/app.component.spec.ts (3 tests) 140ms
40
+ stdout | src/app/test-component/test.component.spec.ts > TestComponent > should create
41
+ Registering Plugin International
42
+
43
+ ✓ src/app/test-component/test.component.spec.ts (1 test) 426ms
44
+ ✓ TestComponent > should create 424ms
45
+
46
+ Test Files 2 passed (2)
47
+ Tests 4 passed (4)
48
+ Start at 09:51:37
49
+ Duration 7.01s (transform 1.65s, setup 2.77s, collect 5.80s, tests 565ms, environment 2.21s, prepare 2.93s)
50
+
package/tsconfig.json ADDED
@@ -0,0 +1,36 @@
1
+ /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2
+ /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3
+ {
4
+ "compileOnSave": false,
5
+ "compilerOptions": {
6
+ "outDir": "./dist/out-tsc",
7
+ "strict": true,
8
+ "noImplicitOverride": true,
9
+ "noPropertyAccessFromIndexSignature": true,
10
+ "noImplicitReturns": true,
11
+ "noFallthroughCasesInSwitch": true,
12
+ "skipLibCheck": true,
13
+ "esModuleInterop": true,
14
+ "sourceMap": true,
15
+ "declaration": false,
16
+ "experimentalDecorators": true,
17
+ "moduleResolution": "bundler",
18
+ "importHelpers": true,
19
+ "target": "ES2022",
20
+ "module": "ES2022",
21
+ "useDefineForClassFields": false,
22
+ "lib": [
23
+ "ES2022",
24
+ "dom"
25
+ ],
26
+ "paths": {
27
+ }
28
+
29
+ },
30
+ "angularCompilerOptions": {
31
+ "enableI18nLegacyMessageIdFormat": false,
32
+ "strictInjectionParameters": true,
33
+ "strictInputAccessModifiers": true,
34
+ "strictTemplates": true
35
+ }
36
+ }