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.
- package/fesm2022/xt-plugin-intl.mjs +126 -0
- package/fesm2022/xt-plugin-intl.mjs.map +1 -0
- package/index.d.ts +34 -0
- package/package.json +29 -55
- package/.editorconfig +0 -16
- package/.postcssrc.json +0 -1
- package/.rush/temp/chunked-rush-logs/xt-plugin-i11l.build.chunks.jsonl +0 -23
- package/.rush/temp/chunked-rush-logs/xt-plugin-intl.build-deploy-latest.chunks.jsonl +0 -80
- package/.rush/temp/chunked-rush-logs/xt-plugin-intl.build-deploy-next.chunks.jsonl +0 -29
- package/.rush/temp/chunked-rush-logs/xt-plugin-intl.build.chunks.jsonl +0 -24
- package/.rush/temp/chunked-rush-logs/xt-plugin-intl.test.chunks.jsonl +0 -50
- package/.rush/temp/package-deps_test.json +0 -53
- package/.rush/temp/shrinkwrap-deps.json +0 -1083
- package/CHANGELOG.md +0 -13
- package/angular.json +0 -163
- package/projects/intl/README.md +0 -8
- package/projects/intl/ng-package.json +0 -7
- package/projects/intl/node_modules/.vite/results.json +0 -1
- package/projects/intl/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +0 -1
- package/projects/intl/package.json +0 -22
- package/projects/intl/src/lib/country/intl-country.component.css +0 -0
- package/projects/intl/src/lib/country/intl-country.component.html +0 -24
- package/projects/intl/src/lib/country/intl-country.component.spec.ts +0 -33
- package/projects/intl/src/lib/country/intl-country.component.ts +0 -66
- package/projects/intl/src/lib/currency/intl-currency.component.css +0 -0
- package/projects/intl/src/lib/currency/intl-currency.component.html +0 -7
- package/projects/intl/src/lib/currency/intl-currency.component.spec.ts +0 -74
- package/projects/intl/src/lib/currency/intl-currency.component.ts +0 -46
- package/projects/intl/src/lib/register.ts +0 -36
- package/projects/intl/src/public-api.ts +0 -8
- package/projects/intl/src/test-setup.ts +0 -18
- package/projects/intl/tsconfig.lib.json +0 -14
- package/projects/intl/tsconfig.lib.prod.json +0 -11
- package/projects/intl/tsconfig.spec.json +0 -18
- package/projects/intl/vitest.config.ts +0 -19
- package/projects/intl-plugin/federation.config.js +0 -44
- package/projects/intl-plugin/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +0 -1
- package/projects/intl-plugin/public/favicon.ico +0 -0
- package/projects/intl-plugin/public/pluginicon.png +0 -0
- package/projects/intl-plugin/src/app/app.component.css +0 -0
- package/projects/intl-plugin/src/app/app.component.html +0 -3
- package/projects/intl-plugin/src/app/app.component.spec.ts +0 -33
- package/projects/intl-plugin/src/app/app.component.ts +0 -23
- package/projects/intl-plugin/src/app/app.config.ts +0 -19
- package/projects/intl-plugin/src/app/app.routes.ts +0 -7
- package/projects/intl-plugin/src/app/test-component/test.component.css +0 -0
- package/projects/intl-plugin/src/app/test-component/test.component.html +0 -28
- package/projects/intl-plugin/src/app/test-component/test.component.spec.ts +0 -30
- package/projects/intl-plugin/src/app/test-component/test.component.ts +0 -53
- package/projects/intl-plugin/src/bootstrap.ts +0 -6
- package/projects/intl-plugin/src/index.html +0 -13
- package/projects/intl-plugin/src/main.ts +0 -6
- package/projects/intl-plugin/src/styles.css +0 -4
- package/projects/intl-plugin/src/test-setup.ts +0 -18
- package/projects/intl-plugin/tsconfig.app.json +0 -15
- package/projects/intl-plugin/tsconfig.federation.json +0 -13
- package/projects/intl-plugin/tsconfig.spec.json +0 -18
- package/projects/intl-plugin/vitest.config.ts +0 -19
- package/rush-logs/xt-plugin-i11l.build.error.log +0 -8
- package/rush-logs/xt-plugin-i11l.build.log +0 -23
- package/rush-logs/xt-plugin-intl.build-deploy-latest.error.log +0 -43
- package/rush-logs/xt-plugin-intl.build-deploy-latest.log +0 -80
- package/rush-logs/xt-plugin-intl.build-deploy-next.error.log +0 -10
- package/rush-logs/xt-plugin-intl.build-deploy-next.log +0 -29
- package/rush-logs/xt-plugin-intl.build.error.log +0 -9
- package/rush-logs/xt-plugin-intl.build.log +0 -24
- package/rush-logs/xt-plugin-intl.test.log +0 -50
- 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
|
-
}
|