Skip to content

Commit

Permalink
[fix]: fix the issue that the login reuseTabService.clear is null
Browse files Browse the repository at this point in the history
  • Loading branch information
yykaue committed Jun 12, 2024
1 parent b469dd9 commit 2f67648
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 70 deletions.
62 changes: 31 additions & 31 deletions web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,49 +40,49 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.10",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.3.10",
"@angular/core": "^17.3.10",
"@angular/forms": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@angular/router": "^17.3.10",
"@delon/abc": "^17.3.1",
"@delon/acl": "^17.3.1",
"@delon/auth": "^17.3.1",
"@delon/cache": "^17.3.1",
"@delon/form": "^17.3.1",
"@delon/mock": "^17.3.1",
"@delon/theme": "^17.3.1",
"@delon/util": "^17.3.1",
"@angular/animations": "17.3.10",
"@angular/common": "17.3.10",
"@angular/compiler": "17.3.10",
"@angular/core": "17.3.10",
"@angular/forms": "17.3.10",
"@angular/platform-browser": "17.3.10",
"@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10",
"@delon/abc": "17.0.5",
"@delon/acl": "17.3.1",
"@delon/auth": "17.3.1",
"@delon/cache": "17.3.1",
"@delon/form": "17.3.1",
"@delon/mock": "17.3.1",
"@delon/theme": "17.3.1",
"@delon/util": "17.3.1",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"angular-tag-cloud-module": "^17.0.1",
"angular-tag-cloud-module": "17.0.1",
"echarts": "5.4.3",
"jquery": "3.7.1",
"monaco-editor": "0.36.1",
"ng-zorro-antd": "^17.4.1",
"ngx-color-picker": "^16.0.0",
"ngx-echarts": "^17.2.0",
"ngx-slick-carousel": "^17.0.0",
"ng-zorro-antd": "17.4.1",
"ngx-color-picker": "16.0.0",
"ngx-echarts": "17.2.0",
"ngx-slick-carousel": "17.0.0",
"rxjs": "7.8.1",
"screenfull": "6.0.2",
"slick-carousel": "1.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.8",
"@angular-eslint/builder": "^17.5.2",
"@angular-eslint/eslint-plugin": "^17.5.2",
"@angular-eslint/eslint-plugin-template": "^17.5.2",
"@angular-eslint/schematics": "^17.5.2",
"@angular-eslint/template-parser": "^17.5.2",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@angular/language-service": "^17.3.10",
"@delon/testing": "^17.3.1",
"@angular-devkit/build-angular": "17.3.8",
"@angular-eslint/builder": "17.5.2",
"@angular-eslint/eslint-plugin": "17.5.2",
"@angular-eslint/eslint-plugin-template": "17.5.2",
"@angular-eslint/schematics": "17.5.2",
"@angular-eslint/template-parser": "17.5.2",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.10",
"@angular/language-service": "17.3.10",
"@delon/testing": "17.3.1",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/node": "20.12.11",
Expand Down
95 changes: 56 additions & 39 deletions web-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular-devkit/core" "17.3.8"
rxjs "7.8.1"

"@angular-devkit/build-angular@^17.3.8":
"@angular-devkit/[email protected]":
version "17.3.8"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-17.3.8.tgz#a19f05909551f79b95711235b1141f83f96fd558"
integrity sha512-ixsdXggWaFRP7Jvxd0AMukImnePuGflT9Yy7NJ9/y0cL/k//S/3RnkQv5i411KzN+7D4RIbNkRGGTYeqH24zlg==
Expand Down Expand Up @@ -120,7 +120,7 @@
ora "5.4.1"
rxjs "7.8.1"

"@angular-eslint/builder@^17.5.2":
"@angular-eslint/[email protected]":
version "17.5.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-17.5.2.tgz#6117970311f578f44ca391d8c321554720468f9a"
integrity sha512-bvegxJuocWeHdvISPfCXeLQPSjrMCEVzxXPg16JJKksKWSeRA1JnbXnfnb7eoLdq1+riMHKqbH6Fs4rORAvUiA==
Expand All @@ -133,7 +133,7 @@
resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.5.2.tgz#853e3b6d7be4b4adb39cbaf4f6fba34e032095d3"
integrity sha512-K4hVnMyI98faMJmsA4EOBkD0tapDjWV5gy0j/wJ2uSL46d3JgZPZNJSO1zStf/b3kT4gLOlQ/ulWFiUf1DxgIw==

"@angular-eslint/[email protected]", "@angular-eslint/eslint-plugin-template@^17.5.2":
"@angular-eslint/[email protected]":
version "17.5.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-17.5.2.tgz#77de90e10fb1606e51bb86e981851d0e6f7cdecc"
integrity sha512-6sxVwrJ7yElZxcjxHSA0Ujs29bCD/cMubd9n6TDFI9e3v+ktpoMW4Nv/TCHv0OuYatIOZ7bcJxi38cAO8Vhfhw==
Expand All @@ -145,7 +145,7 @@
aria-query "5.3.0"
axobject-query "4.0.0"

"@angular-eslint/[email protected]", "@angular-eslint/eslint-plugin@^17.5.2":
"@angular-eslint/[email protected]":
version "17.5.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-17.5.2.tgz#aac043b59ae27b2e0821b1f9d9e9f4ed52a24309"
integrity sha512-kzPALKyT5XIEbgoNmY/hEZWdMWKTX56Pap9fVLJSC/b+Nd+MXc7TNly2s0XoC0Ru1/kMiVzbmSGPheu/rw+9aA==
Expand All @@ -154,7 +154,7 @@
"@angular-eslint/utils" "17.5.2"
"@typescript-eslint/utils" "7.11.0"

"@angular-eslint/schematics@^17.5.2":
"@angular-eslint/[email protected]":
version "17.5.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/schematics/-/schematics-17.5.2.tgz#99161737d48faa061e8613404bf4e94a54f4c9e0"
integrity sha512-HcvqrBEJfYMTc+fZ6YdRkb+9YcXsy2XSv59Yhd0bBqZ4ZdM4QuuVFxWlLNvhV6TF1DtO24CzpN4OyE+AO5EWBA==
Expand All @@ -167,7 +167,7 @@
strip-json-comments "3.1.1"
tmp "0.2.3"

"@angular-eslint/template-parser@^17.5.2":
"@angular-eslint/[email protected]":
version "17.5.2"
resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-17.5.2.tgz#0306e6f49cd70a155e5dcfb33a245fefa7e474e9"
integrity sha512-46emLElmnIUzW0bpEpSf0u05ofRVUwlfttDOMLedhi700peUKbB9Y6iyz3GzAtQCMklBbJC9nR87LQRH9aSlog==
Expand All @@ -183,7 +183,7 @@
"@angular-eslint/bundled-angular-compiler" "17.5.2"
"@typescript-eslint/utils" "7.11.0"

"@angular/animations@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-17.3.10.tgz#f62a728f078a586da27a36c931abb59fc7beb14e"
integrity sha512-9fR5snTuG4aM2K54TG/6DXcKXMDKZMovZhjQOxO8l68/oqn6fKrHs8DLzckFs0XGRZ+2OyURH8WggFm1Z828rA==
Expand All @@ -208,7 +208,7 @@
optionalDependencies:
parse5 "^7.1.2"

"@angular/cli@^17.3.8":
"@angular/[email protected]":
version "17.3.8"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-17.3.8.tgz#3673fd5dd4fbc96a6ed57c4e871ac5a92d5702c7"
integrity sha512-X5ZOQ6ZTKVHjhIsfl32ZRqbs+FUoeHLbT7x4fh2Os/8ObDDwrUcCJPqxe2b2RB5E2d0vepYigknHeLE7gwzlNQ==
Expand All @@ -232,14 +232,14 @@
symbol-observable "4.0.0"
yargs "17.7.2"

"@angular/common@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-17.3.10.tgz#bd395d94678eba5c4ea42c6bafd8f3151c8c5dc7"
integrity sha512-6SfD21M3LujymmZsZQIxAsV8Bj5u6He6ImZ+p2rr7FAhFxpVJyKldK8LCmJcFsBD4srpQcxEZ0iDxXvg+0ihAw==
dependencies:
tslib "^2.3.0"

"@angular/compiler-cli@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-17.3.10.tgz#84a7ee6ac0ab9e924132589a788abfd656f671a6"
integrity sha512-85SBphqRj3szac3FbeYgEZ+I6WaAlo5h7JX06BdjOLLiaoIwlFhLeAuG+jVekseV+95grFUxIsCMphWHi2e6hQ==
Expand All @@ -253,47 +253,47 @@
tslib "^2.3.0"
yargs "^17.2.1"

"@angular/compiler@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.3.10.tgz#345bcdc4db45893fd0eca900181230c67499bd1d"
integrity sha512-6Ce4siHyF0fCZBDm/cz+blJByGDu1/hbPkQVGmk5HGZTmCUeKkgyjoM6bZr7ssAsyGDRwxBh2SGHO4Ce31vuPA==
dependencies:
tslib "^2.3.0"

"@angular/core@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-17.3.10.tgz#129cd916e718c668b84db1cd25d227fa1cf2645a"
integrity sha512-ocEKu7X0yFCOvgJn1uZy76qjhsjKvULrO1k/BuIX0nwhp61DTGYTvCqKmwCBLM8/gvcKYH5vMKMHoQKtiSGE0A==
dependencies:
tslib "^2.3.0"

"@angular/forms@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-17.3.10.tgz#9559ac2eb9411236375b7517c7ef9d3251c8e3c3"
integrity sha512-0VZWSXDi2M3DAGJlpdV3lo73Yo/73GPRqmfTOrvIoUIenFg5Dz6oNGzvt/1aRkRn6HKccjix6iMpH91EN65pWA==
dependencies:
tslib "^2.3.0"

"@angular/language-service@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-17.3.10.tgz#935d0bcfc078fcabf685669b5d8a83229cf0b46f"
integrity sha512-6y0yEnjuKGCnH+YxmZZUC/KEb2ZuB5z7y0AOj4PwOladMWSwHv71x1rz5MokBVBf7ZTeN2w89f9jSWBzSz+fPw==

"@angular/platform-browser-dynamic@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-17.3.10.tgz#00fa7a90919f63e314ad1d687645e5a148084698"
integrity sha512-TW6G4+isdHM2ssQTRTobeAKtR2516pJ25BSwRb+9+Jw/ZAEYOOi+KQyofIFYQccaUjb3+LpjRcaZbtZ9m/Ispg==
dependencies:
tslib "^2.3.0"

"@angular/platform-browser@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-17.3.10.tgz#7c513920fa8dbf52d0f70920101aad6ec71019d4"
integrity sha512-LEhBDOKm2A7nRmZqsafVp6OinRDG1OYZBSqjnT1jZ+f0CRRFIXz6aJ0TMPoU6vq9SLRJ7vrGD9P/eBf2hW00NQ==
dependencies:
tslib "^2.3.0"

"@angular/router@^17.3.10":
"@angular/[email protected]":
version "17.3.10"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-17.3.10.tgz#4cbea96eb5a11ef011a4e4e31cecb7c3c72d8fce"
integrity sha512-HlZlR9BOLoEKGOSMjmL5EfYL7F7PeDifbFi0dYWNcrG8zFrVKFklB1cuBdJhfPZgYhDEoGms/EToD71tg5wliA==
Expand Down Expand Up @@ -1377,6 +1377,23 @@
resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz#b6c75a56a1947cc916ea058772d666a2c8932f31"
integrity sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==

"@delon/[email protected]":
version "17.0.5"
resolved "https://registry.yarnpkg.com/@delon/abc/-/abc-17.0.5.tgz#f4eea83b563f8bcc3adc57b49726ea5f7e663531"
integrity sha512-TdQMYFZ3dBC85eH/7vZGBRsL12uP0zD5lkYEdFhCiMSnnuIdQDosufv3oScFU7yHKriDc87IdXcA+wYobzlbag==
dependencies:
"@delon/acl" "^17.0.5"
"@delon/theme" "^17.0.5"
"@delon/util" "^17.0.5"
"@github/hotkey" "^2.3.0"
file-saver "^2.0.5"
isutf8 "^4.0.0"
jszip "^3.10.1"
ngx-countdown "^17.0.0"
plyr "^3.7.8"
tslib "^2.3.0"
xlsx "^0.18.5"

"@delon/abc@^17.3.1":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@delon/abc/-/abc-17.3.1.tgz#ed15e054dfb16694892c065dcea6815185e3a621"
Expand All @@ -1394,31 +1411,31 @@
tslib "^2.3.0"
xlsx "^0.18.5"

"@delon/acl@^17.3.1":
"@delon/acl@17.3.1", "@delon/acl@^17.0.5", "@delon/acl@^17.3.1":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@delon/acl/-/acl-17.3.1.tgz#e4320fbcb18850d4ee560f1037394bbe7e7e7d1c"
integrity sha512-iiw7eCwvkG5TTJMBKAD6mHDNIYgpGLiut7nKOinybyhwWWjev5okJceZyAI1QAZx0xYSfA9BPTfkq4vrjO0HIA==
dependencies:
"@delon/util" "^17.3.1"
tslib "^2.3.0"

"@delon/auth@^17.3.1":
"@delon/[email protected]":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@delon/auth/-/auth-17.3.1.tgz#9b02fed76c5e53d5ffe8918149913d37514d3c53"
integrity sha512-rOhelX3Bcydyr9RfCvDTqBTrKJpWO+ufQto5SS6tMRG3Snsp1tfLMau9oNkwq1lwS60SvlFq6ipxG6KTuWkb8A==
dependencies:
"@delon/util" "^17.3.1"
tslib "^2.3.0"

"@delon/cache@^17.3.1":
"@delon/[email protected]":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@delon/cache/-/cache-17.3.1.tgz#3d717bafe68aa62c3bb57dddaeace05f9530fe64"
integrity sha512-vsrWHH+ndWQ9vk04GazeKTQj0+EHk5c9LlSGtRHgrD7lLwwtWAOnrr6YOp0Z0UAOAR6WFGZmDGq37gWlZu9GxA==
dependencies:
"@delon/util" "^17.3.1"
tslib "^2.3.0"

"@delon/form@^17.3.1":
"@delon/form@17.3.1", "@delon/form@^17.3.1":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@delon/form/-/form-17.3.1.tgz#84cc30479c83e8ab50be5e01a830edf2640867ef"
integrity sha512-cCP0HLsiQjexy4nHfu8i86X/CT7mFMIdvkDsURXXDsSygiN56IdTFkzItEIcSVveL9tEK9zay0xiLNlOykG4RQ==
Expand All @@ -1430,7 +1447,7 @@
ajv-formats "^2.1.1"
tslib "^2.3.0"

"@delon/mock@^17.3.1":
"@delon/[email protected]":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@delon/mock/-/mock-17.3.1.tgz#5db851dc8353e6d2cfbcbd04547aada2a55aa7f2"
integrity sha512-MAR+jc6cncpRtZ/z7l14gz+SGKs7uVkoGcrCHIzC36Sxs2q4PudxyfxvDVPGqAlkR2TDbSdjVPbO1QfZg6gdMw==
Expand All @@ -1440,14 +1457,14 @@
mockjs "^1.1.0"
tslib "^2.3.0"

"@delon/testing@^17.3.1":
"@delon/[email protected]":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@delon/testing/-/testing-17.3.1.tgz#51f975c25ce3a2358317028f2a4f7d79eb243c9f"
integrity sha512-TrYlHWNHQClFPMDragmYTz39iP+K4aLd4szUSuEBax/OB9Q3ejX18GQoqe0ox0A7kawVaMsyTNRIuJT1Xe4zpQ==
dependencies:
tslib "^2.3.0"

"@delon/theme@^17.3.1":
"@delon/theme@17.3.1", "@delon/theme@^17.0.5", "@delon/theme@^17.3.1":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@delon/theme/-/theme-17.3.1.tgz#f17a6f8962d36630d27a3612d9e75b4042473b53"
integrity sha512-0pSuy13uhVfL/jOlIgY+onmZ89KYk9/NmtdRcuZ+nWfnlKh7Zj1BOtn6bShikbkGEzI3+EIzhOZAwgsMoBLSxg==
Expand All @@ -1459,7 +1476,7 @@
ng-zorro-antd "^17.3.0"
tslib "^2.3.0"

"@delon/util@^17.3.1":
"@delon/util@17.3.1", "@delon/util@^17.0.5", "@delon/util@^17.3.1":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@delon/util/-/util-17.3.1.tgz#6185292831bd3e6c2076a5b4cfb53361e203f46d"
integrity sha512-4dXkfWNu4jE6e9mFYCOy1Fnr1DJubHGsWniFPg7zPRY44EC1IfQWNzKe2GB6WHxLZBU7I6UUeg0lBAYXrG+ctg==
Expand Down Expand Up @@ -1751,7 +1768,7 @@
resolved "https://registry.yarnpkg.com/@exodus/schemasafe/-/schemasafe-1.3.0.tgz#731656abe21e8e769a7f70a4d833e6312fe59b7f"
integrity sha512-5Aap/GaRupgNx/feGBwLLTVv8OQFfv3pq2lPRzPg9R+IOBnDgghTGW7l7EuVXOvg5cc/xSAlRW8rBrjIC3Nvqw==

"@github/hotkey@^2.3.1":
"@github/hotkey@^2.3.0", "@github/hotkey@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@github/hotkey/-/hotkey-2.3.1.tgz#366011806be0fe5742c13f28eb6790da4422b997"
integrity sha512-+aEUEKAsJnnZElLKW5vdXJ9o7g0PXDGN9w54kDm4BorHyQiUVXRLcaDbBS41T62iyO+tqlCO1NuQrYbrbS8Z2Q==
Expand Down Expand Up @@ -3008,7 +3025,7 @@ amdefine@>=0.0.4:
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
integrity sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg==

angular-tag-cloud-module@^17.0.1:
[email protected]:
version "17.0.1"
resolved "https://registry.yarnpkg.com/angular-tag-cloud-module/-/angular-tag-cloud-module-17.0.1.tgz#44370f90f0fa01c6f4eda48cbd94f3b135b4858c"
integrity sha512-9r34krgnLhfZZWRis0Sl4VPKm0x9MGkw7bBBPSKfd5R4URizBfn2Wac0NXn1dtmavJwfqqSyq/oFJFpPS8/IUg==
Expand Down Expand Up @@ -8000,48 +8017,48 @@ [email protected]:
ng-alain-sts "^0.0.2"
swagger-typescript-api "^12.0.4"

ng-zorro-antd@^17.3.0:
version "17.4.0"
resolved "https://registry.yarnpkg.com/ng-zorro-antd/-/ng-zorro-antd-17.4.0.tgz#d52888f92f07fc8f350ed71eb768db294442efe4"
integrity sha512-jlYfhIjWVwOJnwcvk27AuBnyzmXh8NA/OwdoU4AjfHN/8OBFnnoAsHQ7Qkh/IOgmshfvbNmeEjFgIdeSkX0vDg==
ng-zorro-antd@17.4.1:
version "17.4.1"
resolved "https://registry.yarnpkg.com/ng-zorro-antd/-/ng-zorro-antd-17.4.1.tgz#af7b35dae00c8de6dcc3eacc6cc6c338236a6ec5"
integrity sha512-KsMYFlRBFPK5FPPoaYIS/uzQ4400WFMLcA9/1LmYZcSgmeINlCvgfiitNcOVLsRyQYlpdIQyOo9z5Ue2SS9ypg==
dependencies:
"@angular/cdk" "^17.0.0"
"@ant-design/icons-angular" "^17.0.0"
date-fns "^2.16.1"
tslib "^2.3.0"

ng-zorro-antd@^17.4.1:
version "17.4.1"
resolved "https://registry.yarnpkg.com/ng-zorro-antd/-/ng-zorro-antd-17.4.1.tgz#af7b35dae00c8de6dcc3eacc6cc6c338236a6ec5"
integrity sha512-KsMYFlRBFPK5FPPoaYIS/uzQ4400WFMLcA9/1LmYZcSgmeINlCvgfiitNcOVLsRyQYlpdIQyOo9z5Ue2SS9ypg==
ng-zorro-antd@^17.3.0:
version "17.4.0"
resolved "https://registry.yarnpkg.com/ng-zorro-antd/-/ng-zorro-antd-17.4.0.tgz#d52888f92f07fc8f350ed71eb768db294442efe4"
integrity sha512-jlYfhIjWVwOJnwcvk27AuBnyzmXh8NA/OwdoU4AjfHN/8OBFnnoAsHQ7Qkh/IOgmshfvbNmeEjFgIdeSkX0vDg==
dependencies:
"@angular/cdk" "^17.0.0"
"@ant-design/icons-angular" "^17.0.0"
date-fns "^2.16.1"
tslib "^2.3.0"

ngx-color-picker@^16.0.0:
[email protected]:
version "16.0.0"
resolved "https://registry.yarnpkg.com/ngx-color-picker/-/ngx-color-picker-16.0.0.tgz#b962588644fbb67bbbcffaf3252ed340884cdfe7"
integrity sha512-Dk2FvcbebD6STZSVzkI5oFHOlTrrNC5bOHh+YVaFgaWuWrVUdVIJm68ocUvTgr/qxTEJjrfcnRnS4wi7BJ2hKg==
dependencies:
tslib "^2.3.0"

ngx-countdown@^17.1.1:
ngx-countdown@^17.0.0, ngx-countdown@^17.1.1:
version "17.1.1"
resolved "https://registry.yarnpkg.com/ngx-countdown/-/ngx-countdown-17.1.1.tgz#46a9a0d1d83b44c1dac3373f0af25f91b87ed725"
integrity sha512-ItZokeKc3QAYxLIZ96eD2mI6IZ5oEmKzFLIx94wjrLfZER1XRxUu+agHc+CnNmWEOmPWNn4ZtA5AUSawAcWZNQ==
dependencies:
tslib "^2.3.0"

ngx-echarts@^17.2.0:
[email protected]:
version "17.2.0"
resolved "https://registry.yarnpkg.com/ngx-echarts/-/ngx-echarts-17.2.0.tgz#df56d8822e45f4a2d487a08cee6717dcd0e883e1"
integrity sha512-i3XDE9d53zmJH4bp8RQ/271oPlhBkczO1M3VtWk8nCXdxQq9qx8UckjWEQ7oV1AbSDLGK5sRiFu5EaY5hvdWPA==
dependencies:
tslib "^2.3.0"

ngx-slick-carousel@^17.0.0:
[email protected]:
version "17.0.0"
resolved "https://registry.yarnpkg.com/ngx-slick-carousel/-/ngx-slick-carousel-17.0.0.tgz#3123f44a05f6608d69434ce92138fc52759508e6"
integrity sha512-4GS13vjbfEUzQR6St9tq9ms69ODSxkPR0HhXJ97YhDlOlbirk9wHxnSKNneutitlKIt9G/MCrIV4u0L3wiC8rQ==
Expand Down

0 comments on commit 2f67648

Please sign in to comment.