xt-plugin-finance 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.
- package/.editorconfig +16 -0
- package/.postcssrc.json +1 -0
- package/.rush/temp/chunked-rush-logs/xt-plugin-finance.build-deploy-latest.chunks.jsonl +79 -0
- package/.rush/temp/chunked-rush-logs/xt-plugin-finance.build-deploy-next.chunks.jsonl +29 -0
- package/.rush/temp/chunked-rush-logs/xt-plugin-finance.build.chunks.jsonl +24 -0
- package/.rush/temp/chunked-rush-logs/xt-plugin-finance.test.chunks.jsonl +36 -0
- package/.rush/temp/package-deps_test.json +55 -0
- package/.rush/temp/shrinkwrap-deps.json +1082 -0
- package/CHANGELOG.md +13 -0
- package/README.md +17 -0
- package/angular.json +164 -0
- package/package.json +62 -0
- package/projects/finance/README.md +17 -0
- package/projects/finance/ng-package.json +7 -0
- package/projects/finance/node_modules/.vite/results.json +1 -0
- package/projects/finance/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -0
- package/projects/finance/package.json +22 -0
- package/projects/finance/src/lib/finance-amount/finance-amount.component.css +0 -0
- package/projects/finance/src/lib/finance-amount/finance-amount.component.html +18 -0
- package/projects/finance/src/lib/finance-amount/finance-amount.component.spec.ts +38 -0
- package/projects/finance/src/lib/finance-amount/finance-amount.component.ts +68 -0
- package/projects/finance/src/lib/money-handler/money-amount-handler.ts +21 -0
- package/projects/finance/src/lib/money-handler/money-amount.ts +15 -0
- package/projects/finance/src/lib/register.ts +54 -0
- package/projects/finance/src/public-api.ts +6 -0
- package/projects/finance/src/test-setup.ts +18 -0
- package/projects/finance/tsconfig.lib.json +15 -0
- package/projects/finance/tsconfig.lib.prod.json +11 -0
- package/projects/finance/tsconfig.spec.json +18 -0
- package/projects/finance/vitest.config.ts +19 -0
- package/projects/finance-plugin/federation.config.js +43 -0
- package/projects/finance-plugin/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -0
- package/projects/finance-plugin/public/favicon.ico +0 -0
- package/projects/finance-plugin/public/pluginicon.png +0 -0
- package/projects/finance-plugin/src/app/app.component.css +0 -0
- package/projects/finance-plugin/src/app/app.component.html +3 -0
- package/projects/finance-plugin/src/app/app.component.spec.ts +42 -0
- package/projects/finance-plugin/src/app/app.component.ts +37 -0
- package/projects/finance-plugin/src/app/app.config.ts +21 -0
- package/projects/finance-plugin/src/app/app.routes.ts +6 -0
- package/projects/finance-plugin/src/app/dummy-currency/dummy-currency.component.css +0 -0
- package/projects/finance-plugin/src/app/dummy-currency/dummy-currency.component.html +7 -0
- package/projects/finance-plugin/src/app/dummy-currency/dummy-currency.component.ts +36 -0
- package/projects/finance-plugin/src/app/test-component/test.component.css +0 -0
- package/projects/finance-plugin/src/app/test-component/test.component.html +24 -0
- package/projects/finance-plugin/src/app/test-component/test.component.spec.ts +46 -0
- package/projects/finance-plugin/src/app/test-component/test.component.ts +35 -0
- package/projects/finance-plugin/src/bootstrap.ts +6 -0
- package/projects/finance-plugin/src/index.html +13 -0
- package/projects/finance-plugin/src/main.ts +6 -0
- package/projects/finance-plugin/src/styles.css +12 -0
- package/projects/finance-plugin/src/test-setup.ts +18 -0
- package/projects/finance-plugin/tsconfig.app.json +15 -0
- package/projects/finance-plugin/tsconfig.federation.json +13 -0
- package/projects/finance-plugin/tsconfig.spec.json +18 -0
- package/projects/finance-plugin/vitest.config.ts +19 -0
- package/rush-logs/xt-plugin-finance.build-deploy-latest.error.log +42 -0
- package/rush-logs/xt-plugin-finance.build-deploy-latest.log +79 -0
- package/rush-logs/xt-plugin-finance.build-deploy-next.error.log +10 -0
- package/rush-logs/xt-plugin-finance.build-deploy-next.log +29 -0
- package/rush-logs/xt-plugin-finance.build.error.log +9 -0
- package/rush-logs/xt-plugin-finance.build.log +24 -0
- package/rush-logs/xt-plugin-finance.test.log +36 -0
- package/tsconfig.json +36 -0
package/.editorconfig
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Editor configuration, see https://editorconfig.org
|
|
2
|
+
root = true
|
|
3
|
+
|
|
4
|
+
[*]
|
|
5
|
+
charset = utf-8
|
|
6
|
+
indent_style = space
|
|
7
|
+
indent_size = 2
|
|
8
|
+
insert_final_newline = true
|
|
9
|
+
trim_trailing_whitespace = true
|
|
10
|
+
|
|
11
|
+
[*.ts]
|
|
12
|
+
quote_type = single
|
|
13
|
+
|
|
14
|
+
[*.md]
|
|
15
|
+
max_line_length = off
|
|
16
|
+
trim_trailing_whitespace = false
|
package/.postcssrc.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "plugins": { "@tailwindcss/postcss": {} }}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{"kind":"O","text":"Invoking: BUILD=production STAGE=latest npm run build-deploy \n"}
|
|
2
|
+
{"kind":"O","text":"\n"}
|
|
3
|
+
{"kind":"O","text":"> xt-plugin-finance@0.5.5 build-deploy\n"}
|
|
4
|
+
{"kind":"O","text":"> APP=finance-plugin && MAIN_LIB=finance && ng build $MAIN_LIB --configuration=$BUILD && ng build $APP --configuration=$BUILD --output-path=\"../../dist/$STAGE/$APP\" --base-href=\"https://test.dont-code.net/apps/$STAGE/$APP/\"\n"}
|
|
5
|
+
{"kind":"O","text":"\n"}
|
|
6
|
+
{"kind":"O","text":"Building Angular Package\n"}
|
|
7
|
+
{"kind":"O","text":"\n"}
|
|
8
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
9
|
+
{"kind":"O","text":"Building entry point 'xt-plugin-finance'\n"}
|
|
10
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
11
|
+
{"kind":"E","text":"- Compiling with Angular sources in partial compilation mode.\n"}
|
|
12
|
+
{"kind":"E","text":"✔ Compiling with Angular sources in partial compilation mode.\n"}
|
|
13
|
+
{"kind":"E","text":"- Writing FESM and DTS bundles\n"}
|
|
14
|
+
{"kind":"E","text":"✔ Writing FESM and DTS bundles\n"}
|
|
15
|
+
{"kind":"E","text":"- Copying assets\n"}
|
|
16
|
+
{"kind":"E","text":"✔ Copying assets\n"}
|
|
17
|
+
{"kind":"E","text":"- Writing package manifest\n"}
|
|
18
|
+
{"kind":"E","text":"✔ Writing package manifest\n"}
|
|
19
|
+
{"kind":"E","text":"✔ Built xt-plugin-finance\n"}
|
|
20
|
+
{"kind":"O","text":"\n"}
|
|
21
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
22
|
+
{"kind":"O","text":"Built Angular Package\n"}
|
|
23
|
+
{"kind":"O","text":"- from: /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-finance/projects/finance\n"}
|
|
24
|
+
{"kind":"O","text":"- to: /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-finance/dist/xt-plugin-finance\n"}
|
|
25
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
26
|
+
{"kind":"O","text":"\n"}
|
|
27
|
+
{"kind":"O","text":"Build at: 2026-01-07T09:09:09.979Z - Time: 5472ms\n"}
|
|
28
|
+
{"kind":"O","text":"\n"}
|
|
29
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/styles/base\n"}
|
|
30
|
+
{"kind":"E","text":" WARN No entry point found for @primeuix/utils/eventbus\n"}
|
|
31
|
+
{"kind":"E","text":" WARN If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json\n"}
|
|
32
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/utils/eventbus\n"}
|
|
33
|
+
{"kind":"E","text":" WARN No entry point found for @primeuix/utils/object\n"}
|
|
34
|
+
{"kind":"E","text":" WARN If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json\n"}
|
|
35
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/utils/object\n"}
|
|
36
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/styles/select\n"}
|
|
37
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/styles/tooltip\n"}
|
|
38
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/styles/ripple\n"}
|
|
39
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/styles/iconfield\n"}
|
|
40
|
+
{"kind":"E","text":" WARN No entry point found for @primeuix/utils/zindex\n"}
|
|
41
|
+
{"kind":"E","text":" WARN If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json\n"}
|
|
42
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/utils/zindex\n"}
|
|
43
|
+
{"kind":"E","text":" WARN No entry point found for @primeuix/utils/uuid\n"}
|
|
44
|
+
{"kind":"E","text":" WARN If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json\n"}
|
|
45
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/utils/uuid\n"}
|
|
46
|
+
{"kind":"E","text":" WARN No entry point found for @primeuix/utils/mergeprops\n"}
|
|
47
|
+
{"kind":"E","text":" WARN If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json\n"}
|
|
48
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/utils/mergeprops\n"}
|
|
49
|
+
{"kind":"E","text":" WARN No entry point found for @primeuix/utils/dom\n"}
|
|
50
|
+
{"kind":"E","text":" WARN If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json\n"}
|
|
51
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/utils/dom\n"}
|
|
52
|
+
{"kind":"E","text":" WARN No entry point found for @primeuix/utils/classnames\n"}
|
|
53
|
+
{"kind":"E","text":" WARN If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json\n"}
|
|
54
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/utils/classnames\n"}
|
|
55
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/styles/inputtext\n"}
|
|
56
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/styles/inputnumber\n"}
|
|
57
|
+
{"kind":"E","text":" WARN No meta data found for shared lib eta/core\n"}
|
|
58
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/styles/card\n"}
|
|
59
|
+
{"kind":"E","text":" WARN No entry point found for @primeuix/themes/aura\n"}
|
|
60
|
+
{"kind":"E","text":" WARN If you don't need this package, skip it in your federation.config.js or consider moving it into depDependencies in your package.json\n"}
|
|
61
|
+
{"kind":"E","text":" WARN No meta data found for shared lib @primeuix/themes/aura\n"}
|
|
62
|
+
{"kind":"O","text":" INFO Building federation artefacts\n"}
|
|
63
|
+
{"kind":"O","text":"❯ Building...\n"}
|
|
64
|
+
{"kind":"O","text":"✔ Building...\n"}
|
|
65
|
+
{"kind":"O","text":"Initial chunk files | Names | Raw size | Estimated transfer size\n"}
|
|
66
|
+
{"kind":"O","text":"polyfills-XUYJO5JA.js | polyfills | 39.91 kB | 13.52 kB\n"}
|
|
67
|
+
{"kind":"O","text":"styles-52F5AIP2.css | styles | 17.25 kB | 3.63 kB\n"}
|
|
68
|
+
{"kind":"O","text":"main-JARDJ2C5.js | main | 2.74 kB | 1.15 kB\n"}
|
|
69
|
+
{"kind":"O","text":"chunk-2NFLSA4Y.js | - | 449 bytes | 449 bytes\n"}
|
|
70
|
+
{"kind":"O","text":"\n"}
|
|
71
|
+
{"kind":"O","text":" | Initial total | 60.35 kB | 18.76 kB\n"}
|
|
72
|
+
{"kind":"O","text":"\n"}
|
|
73
|
+
{"kind":"O","text":"Lazy chunk files | Names | Raw size | Estimated transfer size\n"}
|
|
74
|
+
{"kind":"O","text":"chunk-IUMFQXFG.js | bootstrap | 10.95 kB | 2.74 kB\n"}
|
|
75
|
+
{"kind":"O","text":"\n"}
|
|
76
|
+
{"kind":"O","text":"Application bundle generation complete. [12.824 seconds] - 2026-01-07T09:10:05.109Z\n"}
|
|
77
|
+
{"kind":"O","text":"\n"}
|
|
78
|
+
{"kind":"O","text":"Output location: /home/gc-garunda/devs/dont-code/github/ng-xtend/dist/latest/finance-plugin\n"}
|
|
79
|
+
{"kind":"O","text":"\n"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{"kind":"O","text":"Invoking: BUILD=development STAGE=next npm run build-deploy \n"}
|
|
2
|
+
{"kind":"O","text":"\n"}
|
|
3
|
+
{"kind":"O","text":"> xt-plugin-finance@0.0.0 build-deploy\n"}
|
|
4
|
+
{"kind":"O","text":"> APP=finance-plugin && MAIN_LIB=finance && ng build $MAIN_LIB --configuration=$BUILD && ng build $APP --configuration=$BUILD --output-path=\"../../dist/$STAGE/$APP\" --base-href=\"https://test.dont-code.net/apps/$STAGE/$APP/\" && rm -f ../../dist/$STAGE/$APP/*.* && mv ../../dist/$STAGE/$APP/browser/* ../../dist/$STAGE/$APP\n"}
|
|
5
|
+
{"kind":"O","text":"\n"}
|
|
6
|
+
{"kind":"O","text":"Building Angular Package\n"}
|
|
7
|
+
{"kind":"O","text":"\n"}
|
|
8
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
9
|
+
{"kind":"O","text":"Building entry point 'xt-plugin-finance'\n"}
|
|
10
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
11
|
+
{"kind":"E","text":"- Compiling with Angular sources in full compilation mode.\n"}
|
|
12
|
+
{"kind":"E","text":"✔ Compiling with Angular sources in full compilation mode.\n"}
|
|
13
|
+
{"kind":"E","text":"✔ Generating FESM and DTS bundles\n"}
|
|
14
|
+
{"kind":"E","text":"- Copying assets\n"}
|
|
15
|
+
{"kind":"E","text":"✔ Copying assets\n"}
|
|
16
|
+
{"kind":"E","text":"- Writing package manifest\n"}
|
|
17
|
+
{"kind":"E","text":"✔ Writing package manifest\n"}
|
|
18
|
+
{"kind":"E","text":"✔ Built xt-plugin-finance\n"}
|
|
19
|
+
{"kind":"O","text":"\n"}
|
|
20
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
21
|
+
{"kind":"O","text":"Built Angular Package\n"}
|
|
22
|
+
{"kind":"O","text":"- from: /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-finance/projects/finance\n"}
|
|
23
|
+
{"kind":"O","text":"- to: /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-finance/dist/xt-plugin-finance\n"}
|
|
24
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
25
|
+
{"kind":"O","text":"\n"}
|
|
26
|
+
{"kind":"O","text":"Build at: 2025-09-04T10:04:23.871Z - Time: 5799ms\n"}
|
|
27
|
+
{"kind":"O","text":"\n"}
|
|
28
|
+
{"kind":"E","text":"An unhandled exception occurred: Cannot read properties of undefined (reading 'split')\n"}
|
|
29
|
+
{"kind":"E","text":"See \"/tmp/ng-qLTrbq/angular-errors.log\" for further details.\n"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{"kind":"O","text":"Invoking: ng build finance \n"}
|
|
2
|
+
{"kind":"O","text":"Building Angular Package\n"}
|
|
3
|
+
{"kind":"O","text":"\n"}
|
|
4
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
5
|
+
{"kind":"O","text":"Building entry point 'xt-plugin-finance'\n"}
|
|
6
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
7
|
+
{"kind":"E","text":"- Compiling with Angular sources in full compilation mode.\n"}
|
|
8
|
+
{"kind":"E","text":"✔ Compiling with Angular sources in full compilation mode.\n"}
|
|
9
|
+
{"kind":"E","text":"- Writing FESM and DTS bundles\n"}
|
|
10
|
+
{"kind":"E","text":"✔ Writing FESM and DTS bundles\n"}
|
|
11
|
+
{"kind":"E","text":"- Copying assets\n"}
|
|
12
|
+
{"kind":"E","text":"✔ Copying assets\n"}
|
|
13
|
+
{"kind":"E","text":"- Writing package manifest\n"}
|
|
14
|
+
{"kind":"E","text":"✔ Writing package manifest\n"}
|
|
15
|
+
{"kind":"E","text":"✔ Built xt-plugin-finance\n"}
|
|
16
|
+
{"kind":"O","text":"\n"}
|
|
17
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
18
|
+
{"kind":"O","text":"Built Angular Package\n"}
|
|
19
|
+
{"kind":"O","text":"- from: /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-finance/projects/finance\n"}
|
|
20
|
+
{"kind":"O","text":"- to: /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-finance/dist/xt-plugin-finance\n"}
|
|
21
|
+
{"kind":"O","text":"------------------------------------------------------------------------------\n"}
|
|
22
|
+
{"kind":"O","text":"\n"}
|
|
23
|
+
{"kind":"O","text":"Build at: 2025-12-31T08:42:49.549Z - Time: 4778ms\n"}
|
|
24
|
+
{"kind":"O","text":"\n"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{"kind":"O","text":"Invoking: cd projects/finance && ../../node_modules/.bin/vitest && cd ../finance-plugin && ../../node_modules/.bin/vitest \n"}
|
|
2
|
+
{"kind":"O","text":"\n"}
|
|
3
|
+
{"kind":"O","text":" RUN v3.2.4 /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-finance/projects/finance\n"}
|
|
4
|
+
{"kind":"O","text":"\n"}
|
|
5
|
+
{"kind":"O","text":" ✓ src/lib/finance-amount/finance-amount.component.spec.ts (1 test) 459ms\n"}
|
|
6
|
+
{"kind":"O","text":" ✓ FinanceAmountComponent > should display amount 457ms\n"}
|
|
7
|
+
{"kind":"O","text":"\n"}
|
|
8
|
+
{"kind":"O","text":" Test Files 1 passed (1)\n"}
|
|
9
|
+
{"kind":"O","text":" Tests 1 passed (1)\n"}
|
|
10
|
+
{"kind":"O","text":" Start at 09:51:14\n"}
|
|
11
|
+
{"kind":"O","text":" Duration 8.89s (transform 1.69s, setup 2.27s, collect 2.19s, tests 459ms, environment 1.58s, prepare 2.47s)\n"}
|
|
12
|
+
{"kind":"O","text":"\n"}
|
|
13
|
+
{"kind":"O","text":"\n"}
|
|
14
|
+
{"kind":"O","text":" RUN v3.2.4 /home/gc-garunda/devs/dont-code/github/ng-xtend/plugins/xt-finance/projects/finance-plugin\n"}
|
|
15
|
+
{"kind":"O","text":"\n"}
|
|
16
|
+
{"kind":"O","text":"stdout | src/app/app.component.spec.ts > AppComponent > should create the app\n"}
|
|
17
|
+
{"kind":"O","text":"Registering Plugin Finance\n"}
|
|
18
|
+
{"kind":"O","text":"\n"}
|
|
19
|
+
{"kind":"O","text":"stdout | src/app/app.component.spec.ts > AppComponent > should have the 'Finance Tester' title\n"}
|
|
20
|
+
{"kind":"O","text":"Registering Plugin Finance\n"}
|
|
21
|
+
{"kind":"O","text":"\n"}
|
|
22
|
+
{"kind":"O","text":"stdout | src/app/app.component.spec.ts > AppComponent > should render title\n"}
|
|
23
|
+
{"kind":"O","text":"Registering Plugin Finance\n"}
|
|
24
|
+
{"kind":"O","text":"\n"}
|
|
25
|
+
{"kind":"O","text":" ✓ src/app/app.component.spec.ts (3 tests) 190ms\n"}
|
|
26
|
+
{"kind":"O","text":"stdout | src/app/test-component/test.component.spec.ts > TestComponent > should create\n"}
|
|
27
|
+
{"kind":"O","text":"Registering Plugin Finance\n"}
|
|
28
|
+
{"kind":"O","text":"\n"}
|
|
29
|
+
{"kind":"O","text":" ✓ src/app/test-component/test.component.spec.ts (1 test) 794ms\n"}
|
|
30
|
+
{"kind":"O","text":" ✓ TestComponent > should create 792ms\n"}
|
|
31
|
+
{"kind":"O","text":"\n"}
|
|
32
|
+
{"kind":"O","text":" Test Files 2 passed (2)\n"}
|
|
33
|
+
{"kind":"O","text":" Tests 4 passed (4)\n"}
|
|
34
|
+
{"kind":"O","text":" Start at 09:51:36\n"}
|
|
35
|
+
{"kind":"O","text":" Duration 6.93s (transform 1.68s, setup 3.05s, collect 5.41s, tests 984ms, environment 2.08s, prepare 2.83s)\n"}
|
|
36
|
+
{"kind":"O","text":"\n"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"files": {
|
|
3
|
+
"plugins/xt-finance/.editorconfig": "59d9a3a3e73ffc640517ef488f6f89d6270195d1",
|
|
4
|
+
"plugins/xt-finance/.gitignore": "cc7b141350ffde43afce3ec16ea4d7b5007cde2b",
|
|
5
|
+
"plugins/xt-finance/.postcssrc.json": "e663f87e0d4fe753b960ac32b762f615ff783384",
|
|
6
|
+
"plugins/xt-finance/.rush/temp/shrinkwrap-deps.json": "88601549c7e32428bd3991ab0e99cac0d428f221",
|
|
7
|
+
"plugins/xt-finance/README.md": "04e0a3c2c53571d39f810d80d62ce320235584fa",
|
|
8
|
+
"plugins/xt-finance/angular.json": "60a45ff3e3fc83075b897a71c2ba7a10c1560898",
|
|
9
|
+
"plugins/xt-finance/package-lock.json": "fbaaa89b10e9853d24306bf39202585d220b23f5",
|
|
10
|
+
"plugins/xt-finance/package.json": "ca0995cee11495515d0b1eec52fae421b9b79776",
|
|
11
|
+
"plugins/xt-finance/projects/finance-plugin/federation.config.js": "b5cb6165deb5839e5c683031349239729713e649",
|
|
12
|
+
"plugins/xt-finance/projects/finance-plugin/public/favicon.ico": "57614f9c967596fad0a3989bec2b1deff33034f6",
|
|
13
|
+
"plugins/xt-finance/projects/finance-plugin/public/pluginicon.png": "e5899c8883913f893bad039a65f6d84a86ca8ca8",
|
|
14
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/app.component.css": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
|
|
15
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/app.component.html": "9d7beb72c74ee28baaaedc6ccdc59abc1afc7abe",
|
|
16
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/app.component.spec.ts": "5000db1a3f73f0df1b482012c0a025dc89c6b0fe",
|
|
17
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/app.component.ts": "cd4f2ec218301a77405d77b0c3cee5d12cb25cf6",
|
|
18
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/app.config.ts": "2f31d20b9c525736354d6088b051c36280c40be8",
|
|
19
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/app.routes.ts": "15316c780466e4050a68516ea5c9ad3df10b58e2",
|
|
20
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/dummy-currency/dummy-currency.component.css": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
|
|
21
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/dummy-currency/dummy-currency.component.html": "78086338f992e6b090dc828c6d22bc4a6521b68b",
|
|
22
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/dummy-currency/dummy-currency.component.ts": "819b224196c14c5a5825cb696deb2b993178974f",
|
|
23
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/test-component/test.component.css": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
|
|
24
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/test-component/test.component.html": "bcac71f54761c0de4479a28082d184827353efdf",
|
|
25
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/test-component/test.component.spec.ts": "1531387a7e4cd37a833798358e0e70bcfb2172ad",
|
|
26
|
+
"plugins/xt-finance/projects/finance-plugin/src/app/test-component/test.component.ts": "44dbed6557de3a3c6dd677d90a2735b9a57079a7",
|
|
27
|
+
"plugins/xt-finance/projects/finance-plugin/src/bootstrap.ts": "35b00f3463311f2afe0fd0d9d5f696dbb992dff5",
|
|
28
|
+
"plugins/xt-finance/projects/finance-plugin/src/index.html": "822a2863f23d6ae121c6bfcee9c425da2503aceb",
|
|
29
|
+
"plugins/xt-finance/projects/finance-plugin/src/main.ts": "ed18d47821840bc667cc64c3a45f5a2a42e16804",
|
|
30
|
+
"plugins/xt-finance/projects/finance-plugin/src/styles.css": "8b1d69c2fa80fd985cca6cac29874d729784ecae",
|
|
31
|
+
"plugins/xt-finance/projects/finance-plugin/src/test-setup.ts": "9a49f2174736eec8e9914195bcfec54155420c44",
|
|
32
|
+
"plugins/xt-finance/projects/finance-plugin/tsconfig.app.json": "e40712b8de394381944e707f50a542aa7ff7f704",
|
|
33
|
+
"plugins/xt-finance/projects/finance-plugin/tsconfig.federation.json": "5f69876e082a4c2df1ac39800807bdbbad1c273e",
|
|
34
|
+
"plugins/xt-finance/projects/finance-plugin/tsconfig.spec.json": "c355aee60bdc077bb4a56f0737ed148c61612581",
|
|
35
|
+
"plugins/xt-finance/projects/finance-plugin/vitest.config.ts": "e1aefbfec436de2cfc705fbef7360862a0e9cabc",
|
|
36
|
+
"plugins/xt-finance/projects/finance/README.md": "c81217ceeac3144423b045f4f9557493e6f9f54c",
|
|
37
|
+
"plugins/xt-finance/projects/finance/ng-package.json": "0ef16448b9928466a243b541ffbb6bb870a6334f",
|
|
38
|
+
"plugins/xt-finance/projects/finance/package.json": "83137e060e0d35252698a56cd98e6f30c940a094",
|
|
39
|
+
"plugins/xt-finance/projects/finance/src/lib/finance-amount/finance-amount.component.css": "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391",
|
|
40
|
+
"plugins/xt-finance/projects/finance/src/lib/finance-amount/finance-amount.component.html": "b448a7fc9bd52abf599e4b3b251e74234ee028d1",
|
|
41
|
+
"plugins/xt-finance/projects/finance/src/lib/finance-amount/finance-amount.component.spec.ts": "4bb1c4f0e557135a1354757d8a83c70152d9f5ef",
|
|
42
|
+
"plugins/xt-finance/projects/finance/src/lib/finance-amount/finance-amount.component.ts": "2a4eb37b0f5f838861ebf031da4f2fd4f879539f",
|
|
43
|
+
"plugins/xt-finance/projects/finance/src/lib/money-handler/money-amount-handler.ts": "e96104afee3f1441cca6b85a406e20025e476f31",
|
|
44
|
+
"plugins/xt-finance/projects/finance/src/lib/money-handler/money-amount.ts": "f0127d4905f665b6ee9830d1da6f59a520975707",
|
|
45
|
+
"plugins/xt-finance/projects/finance/src/lib/register.ts": "4d9692e26f79ce8f9678da5da5eac79ff736f15a",
|
|
46
|
+
"plugins/xt-finance/projects/finance/src/public-api.ts": "a82d111257cb6c1b428a04e45defa2e9a2010a35",
|
|
47
|
+
"plugins/xt-finance/projects/finance/src/test-setup.ts": "9a49f2174736eec8e9914195bcfec54155420c44",
|
|
48
|
+
"plugins/xt-finance/projects/finance/tsconfig.lib.json": "2359bf66def0a61beb2fb58133c1588388b2dbaf",
|
|
49
|
+
"plugins/xt-finance/projects/finance/tsconfig.lib.prod.json": "9215caac46fb3bee935fb9453b7055d2e1aef5b6",
|
|
50
|
+
"plugins/xt-finance/projects/finance/tsconfig.spec.json": "c355aee60bdc077bb4a56f0737ed148c61612581",
|
|
51
|
+
"plugins/xt-finance/projects/finance/vitest.config.ts": "e1aefbfec436de2cfc705fbef7360862a0e9cabc",
|
|
52
|
+
"plugins/xt-finance/tsconfig.json": "cbbaa08fb5e222b2fd03f3bb855e1f83a0aa52e3"
|
|
53
|
+
},
|
|
54
|
+
"arguments": "cd projects/finance && ../../node_modules/.bin/vitest && cd ../finance-plugin && ../../node_modules/.bin/vitest "
|
|
55
|
+
}
|