xt-plugin-intl 0.6.0 → 0.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.
Files changed (68) hide show
  1. package/fesm2022/xt-plugin-intl.mjs +126 -0
  2. package/fesm2022/xt-plugin-intl.mjs.map +1 -0
  3. package/index.d.ts +34 -0
  4. package/package.json +29 -55
  5. package/.editorconfig +0 -16
  6. package/.postcssrc.json +0 -1
  7. package/.rush/temp/chunked-rush-logs/xt-plugin-i11l.build.chunks.jsonl +0 -23
  8. package/.rush/temp/chunked-rush-logs/xt-plugin-intl.build-deploy-latest.chunks.jsonl +0 -80
  9. package/.rush/temp/chunked-rush-logs/xt-plugin-intl.build-deploy-next.chunks.jsonl +0 -29
  10. package/.rush/temp/chunked-rush-logs/xt-plugin-intl.build.chunks.jsonl +0 -24
  11. package/.rush/temp/chunked-rush-logs/xt-plugin-intl.test.chunks.jsonl +0 -50
  12. package/.rush/temp/package-deps_test.json +0 -53
  13. package/.rush/temp/shrinkwrap-deps.json +0 -1083
  14. package/CHANGELOG.md +0 -13
  15. package/angular.json +0 -163
  16. package/projects/intl/README.md +0 -8
  17. package/projects/intl/ng-package.json +0 -7
  18. package/projects/intl/node_modules/.vite/results.json +0 -1
  19. package/projects/intl/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +0 -1
  20. package/projects/intl/package.json +0 -22
  21. package/projects/intl/src/lib/country/intl-country.component.css +0 -0
  22. package/projects/intl/src/lib/country/intl-country.component.html +0 -24
  23. package/projects/intl/src/lib/country/intl-country.component.spec.ts +0 -33
  24. package/projects/intl/src/lib/country/intl-country.component.ts +0 -66
  25. package/projects/intl/src/lib/currency/intl-currency.component.css +0 -0
  26. package/projects/intl/src/lib/currency/intl-currency.component.html +0 -7
  27. package/projects/intl/src/lib/currency/intl-currency.component.spec.ts +0 -74
  28. package/projects/intl/src/lib/currency/intl-currency.component.ts +0 -46
  29. package/projects/intl/src/lib/register.ts +0 -36
  30. package/projects/intl/src/public-api.ts +0 -8
  31. package/projects/intl/src/test-setup.ts +0 -18
  32. package/projects/intl/tsconfig.lib.json +0 -14
  33. package/projects/intl/tsconfig.lib.prod.json +0 -11
  34. package/projects/intl/tsconfig.spec.json +0 -18
  35. package/projects/intl/vitest.config.ts +0 -19
  36. package/projects/intl-plugin/federation.config.js +0 -44
  37. package/projects/intl-plugin/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +0 -1
  38. package/projects/intl-plugin/public/favicon.ico +0 -0
  39. package/projects/intl-plugin/public/pluginicon.png +0 -0
  40. package/projects/intl-plugin/src/app/app.component.css +0 -0
  41. package/projects/intl-plugin/src/app/app.component.html +0 -3
  42. package/projects/intl-plugin/src/app/app.component.spec.ts +0 -33
  43. package/projects/intl-plugin/src/app/app.component.ts +0 -23
  44. package/projects/intl-plugin/src/app/app.config.ts +0 -19
  45. package/projects/intl-plugin/src/app/app.routes.ts +0 -7
  46. package/projects/intl-plugin/src/app/test-component/test.component.css +0 -0
  47. package/projects/intl-plugin/src/app/test-component/test.component.html +0 -28
  48. package/projects/intl-plugin/src/app/test-component/test.component.spec.ts +0 -30
  49. package/projects/intl-plugin/src/app/test-component/test.component.ts +0 -53
  50. package/projects/intl-plugin/src/bootstrap.ts +0 -6
  51. package/projects/intl-plugin/src/index.html +0 -13
  52. package/projects/intl-plugin/src/main.ts +0 -6
  53. package/projects/intl-plugin/src/styles.css +0 -4
  54. package/projects/intl-plugin/src/test-setup.ts +0 -18
  55. package/projects/intl-plugin/tsconfig.app.json +0 -15
  56. package/projects/intl-plugin/tsconfig.federation.json +0 -13
  57. package/projects/intl-plugin/tsconfig.spec.json +0 -18
  58. package/projects/intl-plugin/vitest.config.ts +0 -19
  59. package/rush-logs/xt-plugin-i11l.build.error.log +0 -8
  60. package/rush-logs/xt-plugin-i11l.build.log +0 -23
  61. package/rush-logs/xt-plugin-intl.build-deploy-latest.error.log +0 -43
  62. package/rush-logs/xt-plugin-intl.build-deploy-latest.log +0 -80
  63. package/rush-logs/xt-plugin-intl.build-deploy-next.error.log +0 -10
  64. package/rush-logs/xt-plugin-intl.build-deploy-next.log +0 -29
  65. package/rush-logs/xt-plugin-intl.build.error.log +0 -9
  66. package/rush-logs/xt-plugin-intl.build.log +0 -24
  67. package/rush-logs/xt-plugin-intl.test.log +0 -50
  68. package/tsconfig.json +0 -36
package/tsconfig.json DELETED
@@ -1,36 +0,0 @@
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
- }