Browse Source

Merge pull request #19867 from abpframework/auto-merge/rel-8-2/2731

Merge branch dev with rel-8.2
pull/19874/head
maliming 2 years ago
committed by GitHub
parent
commit
5fa72c7742
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 20
      .github/workflows/auto-pr.yml
  2. 6
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json
  3. 276
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock
  4. 4
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json
  5. 280
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock
  6. 4
      modules/blogging/app/Volo.BloggingTestApp/package.json
  7. 318
      modules/blogging/app/Volo.BloggingTestApp/yarn.lock
  8. 2
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json
  9. 258
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock
  10. 10
      modules/cms-kit/angular/package.json
  11. 4
      modules/cms-kit/angular/projects/cms-kit/package.json
  12. 2
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json
  13. 258
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock
  14. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json
  15. 258
      modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock
  16. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json
  17. 392
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock
  18. 4
      modules/docs/app/VoloDocs.Web/package.json
  19. 318
      modules/docs/app/VoloDocs.Web/yarn.lock
  20. 8
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IIdentityRoleRepository.cs
  21. 6
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IIdentityUserRepository.cs
  22. 29
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityClaimTypeManager.cs
  23. 24
      modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityRoleRepository.cs
  24. 24
      modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityUserRepository.cs
  25. 18
      modules/identity/src/Volo.Abp.Identity.MongoDB/Volo/Abp/Identity/MongoDB/MongoIdentityRoleRepository.cs
  26. 34
      modules/identity/src/Volo.Abp.Identity.MongoDB/Volo/Abp/Identity/MongoDB/MongoIdentityUserRepository.cs
  27. 59
      modules/identity/test/Volo.Abp.Identity.TestBase/Volo/Abp/Identity/IdentityClaimTypeRepository_Tests.cs
  28. 2
      modules/openiddict/app/OpenIddict.Demo.Server/package.json
  29. 20
      modules/openiddict/app/angular/package.json
  30. 2
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json
  31. 258
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock
  32. 4
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json
  33. 292
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock
  34. 2
      npm/lerna.json
  35. 42
      npm/ng-packs/package.json
  36. 6
      npm/ng-packs/packages/account-core/package.json
  37. 6
      npm/ng-packs/packages/account/package.json
  38. 2
      npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.html
  39. 29
      npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.ts
  40. 6
      npm/ng-packs/packages/components/package.json
  41. 4
      npm/ng-packs/packages/core/package.json
  42. 4
      npm/ng-packs/packages/feature-management/package.json
  43. 2
      npm/ng-packs/packages/generators/package.json
  44. 8
      npm/ng-packs/packages/identity/package.json
  45. 6
      npm/ng-packs/packages/oauth/package.json
  46. 4
      npm/ng-packs/packages/permission-management/package.json
  47. 2
      npm/ng-packs/packages/schematics/package.json
  48. 6
      npm/ng-packs/packages/setting-management/package.json
  49. 6
      npm/ng-packs/packages/tenant-management/package.json
  50. 6
      npm/ng-packs/packages/theme-basic/package.json
  51. 4
      npm/ng-packs/packages/theme-shared/package.json
  52. 4
      npm/packs/anchor-js/package.json
  53. 4
      npm/packs/aspnetcore.components.server.basictheme/package.json
  54. 6
      npm/packs/aspnetcore.components.server.theming/package.json
  55. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  56. 34
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  57. 4
      npm/packs/aspnetcore.mvc.ui/package-lock.json
  58. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  59. 10
      npm/packs/blogging/package.json
  60. 2
      npm/packs/bootstrap-datepicker/package.json
  61. 2
      npm/packs/bootstrap-daterangepicker/package.json
  62. 4
      npm/packs/bootstrap/package.json
  63. 2
      npm/packs/chart.js/package.json
  64. 4
      npm/packs/clipboard/package.json
  65. 12
      npm/packs/cms-kit.admin/package.json
  66. 6
      npm/packs/cms-kit.public/package.json
  67. 6
      npm/packs/cms-kit/package.json
  68. 4
      npm/packs/codemirror/package.json
  69. 4
      npm/packs/core/package.json
  70. 4
      npm/packs/cropperjs/package.json
  71. 4
      npm/packs/datatables.net-bs4/package.json
  72. 4
      npm/packs/datatables.net-bs5/package.json
  73. 4
      npm/packs/datatables.net/package.json
  74. 12
      npm/packs/docs/package.json
  75. 2
      npm/packs/flag-icon-css/package.json
  76. 2
      npm/packs/flag-icons/package.json
  77. 4
      npm/packs/font-awesome/package.json
  78. 4
      npm/packs/highlight.js/package.json
  79. 4
      npm/packs/jquery-form/package.json
  80. 4
      npm/packs/jquery-validation-unobtrusive/package.json
  81. 6
      npm/packs/jquery-validation/package.json
  82. 4
      npm/packs/jquery/package.json
  83. 4
      npm/packs/jstree/package.json
  84. 4
      npm/packs/lodash/package.json
  85. 4
      npm/packs/luxon/package.json
  86. 4
      npm/packs/malihu-custom-scrollbar-plugin/package.json
  87. 4
      npm/packs/markdown-it/package.json
  88. 2
      npm/packs/moment/package.json
  89. 4
      npm/packs/owl.carousel/package.json
  90. 4
      npm/packs/popper.js/package.json
  91. 6
      npm/packs/prismjs/package.json
  92. 4
      npm/packs/qrcode/package.json
  93. 4
      npm/packs/select2/package.json
  94. 4
      npm/packs/signalr/package.json
  95. 2
      npm/packs/slugify/package.json
  96. 4
      npm/packs/star-rating-svg/package.json
  97. 4
      npm/packs/sweetalert2/package.json
  98. 4
      npm/packs/timeago/package.json
  99. 4
      npm/packs/toastr/package.json
  100. 6
      npm/packs/tui-editor/package.json

20
.github/workflows/auto-pr.yml

@ -1,13 +1,13 @@
name: Merge branch dev with prerel-8.2
name: Merge branch dev with rel-8.2
on:
push:
branches:
- prerel-8.2
- rel-8.2
permissions:
contents: read
jobs:
merge-dev-with-prerel-8-2:
merge-dev-with-rel-8-2:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
@ -18,19 +18,19 @@ jobs:
ref: dev
- name: Reset promotion branch
run: |
git fetch origin prerel-8.2:prerel-8.2
git reset --hard prerel-8.2
git fetch origin rel-8.2:rel-8.2
git reset --hard rel-8.2
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
branch: auto-merge/prerel-8-2/${{github.run_number}}
title: Merge branch dev with prerel-8.2
body: This PR generated automatically to merge dev with prerel-8.2. Please review the changed files before merging to prevent any errors that may occur.
branch: auto-merge/rel-8-2/${{github.run_number}}
title: Merge branch dev with rel-8.2
body: This PR generated automatically to merge dev with rel-8.2. Please review the changed files before merging to prevent any errors that may occur.
reviewers: maliming
token: ${{ github.token }}
- name: Merge Pull Request
env:
GH_TOKEN: ${{ secrets.BOT_SECRET }}
run: |
gh pr review auto-merge/prerel-8-2/${{github.run_number}} --approve
gh pr merge auto-merge/prerel-8-2/${{github.run_number}} --merge --auto --delete-branch
gh pr review auto-merge/rel-8-2/${{github.run_number}} --approve
gh pr merge auto-merge/rel-8-2/${{github.run_number}} --merge --auto --delete-branch

6
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json

@ -3,8 +3,8 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.1.2",
"@abp/prismjs": "~8.1.2",
"@abp/highlight.js": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.1.3",
"@abp/prismjs": "~8.1.3",
"@abp/highlight.js": "~8.1.3"
}
}

276
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock

@ -2,32 +2,32 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -36,183 +36,183 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.2.tgz#b575a7731b0618ddde22292be8238925da532e34"
integrity sha512-7rVP/VmGU9tqnU8SovVEO6A5e2Ycw/VMTgv2XgngwHLKbdBrgedAn0W9QpPE3hBlRzpujTYK5hIlunFD3clpgA==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/highlight.js@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.1.2.tgz#fc4b2fad731615bbfdd3c5d3988b47d5c24611a2"
integrity sha512-C/PIoUWtMZCtUkXJ0RqdPVbc/hH+zQI+tfsdHq9Wj2KYDyPpbSJ2X5WDMuYnBooLLY+UyyWvnevCoiBjWXCSPw==
"@abp/highlight.js@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.1.3.tgz#e96f8762db4b207d058587b6b07a4c38aec71c72"
integrity sha512-woZxisPOH+VXkNDoS7DfjEzFzsTM96Vw372BNGyCV1i5IAsAeCaUKNTSpmxx9bmra5SHirb4x8nqQGb1Vd2+Eg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@highlightjs/cdn-assets" "~11.4.0"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.2.tgz#87323de74cf29d522423bd6bb570cd9ceb129178"
integrity sha512-GRqD/YV0z/xdwCQGnTaQj1VYAqfuyJhxoygJYhC8i2xwWYUm0DPCChHKBRVyjEq0to8G96Fk5p0gCDcuV3PEpg==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.2"
"@abp/core" "~8.1.2"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

4
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json

@ -3,8 +3,8 @@
"name": "asp.net",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2",
"@abp/prismjs": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3",
"@abp/prismjs": "~8.1.3"
},
"devDependencies": {}
}

280
modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.2.tgz#eb89a79a4902bb7e9ab3656e4d469e061a6bc7c6"
integrity sha512-Oo1O+kv8cW+SucyodGheY5R/jN0GHuhUR5biUB9+ikztt4p6B0rfCnqW7ZRe5qhdIeAh5muDERTa5XjSs27C7Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,175 +43,175 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.2.tgz#b575a7731b0618ddde22292be8238925da532e34"
integrity sha512-7rVP/VmGU9tqnU8SovVEO6A5e2Ycw/VMTgv2XgngwHLKbdBrgedAn0W9QpPE3hBlRzpujTYK5hIlunFD3clpgA==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.2.tgz#87323de74cf29d522423bd6bb570cd9ceb129178"
integrity sha512-GRqD/YV0z/xdwCQGnTaQj1VYAqfuyJhxoygJYhC8i2xwWYUm0DPCChHKBRVyjEq0to8G96Fk5p0gCDcuV3PEpg==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.2"
"@abp/core" "~8.1.2"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

4
modules/blogging/app/Volo.BloggingTestApp/package.json

@ -3,7 +3,7 @@
"name": "volo.blogtestapp",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2",
"@abp/blogging": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3",
"@abp/blogging": "~8.1.3"
}
}

318
modules/blogging/app/Volo.BloggingTestApp/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.2.tgz#eb89a79a4902bb7e9ab3656e4d469e061a6bc7c6"
integrity sha512-Oo1O+kv8cW+SucyodGheY5R/jN0GHuhUR5biUB9+ikztt4p6B0rfCnqW7ZRe5qhdIeAh5muDERTa5XjSs27C7Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,201 +43,201 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/blogging@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-8.1.2.tgz#d5b06373f28ba144c0806599ceb2a7bd5e342e83"
integrity sha512-d3xbkPxbJxK6CICoTQZDgtEd57WfoMjFz+Q+aktOzNNh5AVqys517bcv95c8MRP17ggN44uPXu3gWec5n+p8Vg==
"@abp/blogging@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-8.1.3.tgz#528fe5b407c61f89668493f4aafee7aff43f482c"
integrity sha512-baZFy2qkuS6tpSs0bV6g29HViYSW2xIWRVQTPbp1DPGu80SzugfHb324zRN8ZcyWoJsHGKnjk3YwuO4p4xNvqw==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/owl.carousel" "~8.1.2"
"@abp/prismjs" "~8.1.2"
"@abp/tui-editor" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/owl.carousel" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@abp/tui-editor" "~8.1.3"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.2.tgz#b575a7731b0618ddde22292be8238925da532e34"
integrity sha512-7rVP/VmGU9tqnU8SovVEO6A5e2Ycw/VMTgv2XgngwHLKbdBrgedAn0W9QpPE3hBlRzpujTYK5hIlunFD3clpgA==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/owl.carousel@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-8.1.2.tgz#af6d26bed0b256969650a2ebeebb2a3a7c07eed5"
integrity sha512-Ln4GnJwHGuSVT32dmjKcd/jLi/CdmyGqfbaQHZEbWwD2cjCRLyUK1XLnhuiADfUjuYdt2bjdvwF9EhMJBCKG8g==
"@abp/owl.carousel@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-8.1.3.tgz#89b0f891b07fb2ff348efa4791de67253c9e9ace"
integrity sha512-bRk4p5QsrMxdRuRh0qHPVQ0ouOFdM5V+wyBTrojugtAPxSvQC7alvDjX/f1hy3kVoAoNDKLXhMTBz9mEs8+GBA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
owl.carousel "^2.3.4"
"@abp/prismjs@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.2.tgz#87323de74cf29d522423bd6bb570cd9ceb129178"
integrity sha512-GRqD/YV0z/xdwCQGnTaQj1VYAqfuyJhxoygJYhC8i2xwWYUm0DPCChHKBRVyjEq0to8G96Fk5p0gCDcuV3PEpg==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.2"
"@abp/core" "~8.1.2"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/tui-editor@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.1.2.tgz#60e0c52e781d593819f968e895dcadce0cd01083"
integrity sha512-9p82gc5i6otHti+YnNqqH0aCRcHJWGetnCCRnHXb4tdWiK86c+FuoLjUUtpg+8VuGhpb2kByebI/Kdp92DrgZA==
"@abp/tui-editor@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.1.3.tgz#22d663e62e986a3f2558b1cc79df9a8027552198"
integrity sha512-WAXXVuM+xtjw0k58r8xgC2pNvbyEMB6d3t7jt8tCze5Zf4wZc2N1nHkMxxrDyJYWTezO0e6qVpyUe2Z7dxZTWw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/prismjs" "~8.1.2"
"@abp/jquery" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

2
modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json

@ -3,6 +3,6 @@
"name": "client-simulation-web",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3"
}
}

258
modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.2.tgz#eb89a79a4902bb7e9ab3656e4d469e061a6bc7c6"
integrity sha512-Oo1O+kv8cW+SucyodGheY5R/jN0GHuhUR5biUB9+ikztt4p6B0rfCnqW7ZRe5qhdIeAh5muDERTa5XjSs27C7Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

10
modules/cms-kit/angular/package.json

@ -15,11 +15,11 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~8.1.2",
"@abp/ng.identity": "~8.1.2",
"@abp/ng.setting-management": "~8.1.2",
"@abp/ng.tenant-management": "~8.1.2",
"@abp/ng.theme.basic": "~8.1.2",
"@abp/ng.account": "~8.1.3",
"@abp/ng.identity": "~8.1.3",
"@abp/ng.setting-management": "~8.1.3",
"@abp/ng.tenant-management": "~8.1.3",
"@abp/ng.theme.basic": "~8.1.3",
"@angular/animations": "~10.0.0",
"@angular/common": "~10.0.0",
"@angular/compiler": "~10.0.0",

4
modules/cms-kit/angular/projects/cms-kit/package.json

@ -4,8 +4,8 @@
"peerDependencies": {
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.11",
"@abp/ng.core": ">=8.1.2",
"@abp/ng.theme.shared": ">=8.1.2"
"@abp/ng.core": ">=8.1.3",
"@abp/ng.theme.shared": ">=8.1.3"
},
"dependencies": {
"tslib": "^2.0.0"

2
modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json

@ -3,6 +3,6 @@
"name": "my-app-identityserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3"
}
}

258
modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.2.tgz#eb89a79a4902bb7e9ab3656e4d469e061a6bc7c6"
integrity sha512-Oo1O+kv8cW+SucyodGheY5R/jN0GHuhUR5biUB9+ikztt4p6B0rfCnqW7ZRe5qhdIeAh5muDERTa5XjSs27C7Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

2
modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3"
}
}

258
modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.2.tgz#eb89a79a4902bb7e9ab3656e4d469e061a6bc7c6"
integrity sha512-Oo1O+kv8cW+SucyodGheY5R/jN0GHuhUR5biUB9+ikztt4p6B0rfCnqW7ZRe5qhdIeAh5muDERTa5XjSs27C7Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

4
modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json

@ -3,7 +3,7 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2",
"@abp/cms-kit": "8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3",
"@abp/cms-kit": "8.1.3"
}
}

392
modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.2.tgz#eb89a79a4902bb7e9ab3656e4d469e061a6bc7c6"
integrity sha512-Oo1O+kv8cW+SucyodGheY5R/jN0GHuhUR5biUB9+ikztt4p6B0rfCnqW7ZRe5qhdIeAh5muDERTa5XjSs27C7Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,257 +43,257 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.2.tgz#b575a7731b0618ddde22292be8238925da532e34"
integrity sha512-7rVP/VmGU9tqnU8SovVEO6A5e2Ycw/VMTgv2XgngwHLKbdBrgedAn0W9QpPE3hBlRzpujTYK5hIlunFD3clpgA==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/cms-kit.admin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-8.1.2.tgz#67586c30c00f17e6382eb8a0c749f5598559c063"
integrity sha512-jzq7M6h4VeDsmKV864a2ga6ZgWwFZadwe9V3m7qbsBCOs9iZoUc+9cs/ZdJvPEMtKJoA11mnL9HPawHypdo8Uw==
"@abp/cms-kit.admin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-8.1.3.tgz#700e846dc2d1b9e19be05b14ffb89fa0696af5df"
integrity sha512-shVepiLMbfdspCgZtWWp+fmBo5qHC8AFLVCZYG7oQm4Ijf1cr0rR0KI/oNyMl8PvlMY0QK39vEX9F5zjYQMp3Q==
dependencies:
"@abp/codemirror" "~8.1.2"
"@abp/jstree" "~8.1.2"
"@abp/slugify" "~8.1.2"
"@abp/tui-editor" "~8.1.2"
"@abp/uppy" "~8.1.2"
"@abp/codemirror" "~8.1.3"
"@abp/jstree" "~8.1.3"
"@abp/slugify" "~8.1.3"
"@abp/tui-editor" "~8.1.3"
"@abp/uppy" "~8.1.3"
"@abp/cms-kit.public@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-8.1.2.tgz#8ae68b07f76d2ca1fdbf9b70c7ad201be2ee0461"
integrity sha512-6ON/gHwCKPQEXKYvr7nucXdmKiynY+woCN7lj8GEMfeMJaiKtSzGWM+hNHjz+gadL2740kSQgVrBHu2q9wf5mw==
"@abp/cms-kit.public@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-8.1.3.tgz#54439fc466b65e8866fe685d378ffd03d18f58e1"
integrity sha512-R8wnZEYb0xKO10w5uDuFHhKgRHJYC3UXnlxf6SA9KHBFTVVbR9OwUSV69apgUj9YWD0PtKRhTiRYOZSyEGvZAQ==
dependencies:
"@abp/highlight.js" "~8.1.2"
"@abp/star-rating-svg" "~8.1.2"
"@abp/highlight.js" "~8.1.3"
"@abp/star-rating-svg" "~8.1.3"
"@abp/cms-kit@8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-8.1.2.tgz#a912bd0e934db7746bed220f11d275939c982b0c"
integrity sha512-Y2ZQjESqyLouzYDXwhj+dpB/MiTctput9RWAi1E+9bGx28Fm/e2mKpVGjOO8G2XSZ/q10xrjycwdjPIpWYiAXw==
"@abp/cms-kit@8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-8.1.3.tgz#32e2f03b2020053f703f5ee2ac98a508b138d5c5"
integrity sha512-ZOpU8YBhWXbzFgCGw1EMpCZE59BNTlxx2WJiUDynYJGHGPeUUHOlePhWgBB2qbvmjhKjuNFYDp9LkoI1Kj0VLg==
dependencies:
"@abp/cms-kit.admin" "~8.1.2"
"@abp/cms-kit.public" "~8.1.2"
"@abp/cms-kit.admin" "~8.1.3"
"@abp/cms-kit.public" "~8.1.3"
"@abp/codemirror@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-8.1.2.tgz#f23c96c3ef9a453002832e6f11b9f3762ea3f3d9"
integrity sha512-WUs7+36O7sw8EMOBFj5PZvJ0mOD9Ywhx96/JwRS7pBEWctroB3Y12x04fBk+3mLHGMyhMr4pY3l9E/ytjKieNw==
"@abp/codemirror@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-8.1.3.tgz#39d0e4bf1c56fdb453c16a69de34cd76330e809c"
integrity sha512-Mrrbpi6hI/98KBw9hY+kA7MeH5Yka6iDfReLwMonz9fNLp64sQNaKjitOHEVthnCYIL4JK3fM/qO4I27njV7fQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
codemirror "^5.65.1"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/highlight.js@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.1.2.tgz#fc4b2fad731615bbfdd3c5d3988b47d5c24611a2"
integrity sha512-C/PIoUWtMZCtUkXJ0RqdPVbc/hH+zQI+tfsdHq9Wj2KYDyPpbSJ2X5WDMuYnBooLLY+UyyWvnevCoiBjWXCSPw==
"@abp/highlight.js@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-8.1.3.tgz#e96f8762db4b207d058587b6b07a4c38aec71c72"
integrity sha512-woZxisPOH+VXkNDoS7DfjEzFzsTM96Vw372BNGyCV1i5IAsAeCaUKNTSpmxx9bmra5SHirb4x8nqQGb1Vd2+Eg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@highlightjs/cdn-assets" "~11.4.0"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/jstree@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-8.1.2.tgz#65abe1db699f6adaab170c26b71effc0ac3ce83c"
integrity sha512-XwuY4U8kLT1Z+P528duo7WjUaWIrnP4i2LITjFiKPBmJCQC/5JXP6FBc6jtR5dPzkIqJ3m9aFY0GVXVkQt+l3w==
"@abp/jstree@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-8.1.3.tgz#26321504090679bd736d630df25a235282d4f62a"
integrity sha512-1hWfzwbC2SRB+oWMs+ZSnYm/qBP2p7VOtLjWvspcE3xOI4OglSOjrb5+GIwx5StDYXsTlQhkl5mBTpI0symxlA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jstree "^3.3.12"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.2.tgz#87323de74cf29d522423bd6bb570cd9ceb129178"
integrity sha512-GRqD/YV0z/xdwCQGnTaQj1VYAqfuyJhxoygJYhC8i2xwWYUm0DPCChHKBRVyjEq0to8G96Fk5p0gCDcuV3PEpg==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.2"
"@abp/core" "~8.1.2"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/slugify@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-8.1.2.tgz#9e3031464ac4e02c49ddd4d6e0bf4ec040e85571"
integrity sha512-m/PcMO3ffBA50KMej8kziUA6qfJ3DBLQLj/yVlHRKjyBzY0vgyKKQYm1cfwg5bysumWFvRe+u+lEWMgFX9Cv6Q==
"@abp/slugify@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-8.1.3.tgz#3be2a07570ba4551b4635506cdb1b1a545cc4fbd"
integrity sha512-9Pow9nENe+xPTxB9jWwqVFGkA+8VPvMDQUjc/8PIpPW+QbdtxiUbVCEKTifpavAszlmkKIpjAP4xKEaUn1JCVA==
dependencies:
slugify "^1.6.5"
"@abp/star-rating-svg@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-8.1.2.tgz#620b0112c3000a7870b7aad78f0ea6d1205e965a"
integrity sha512-325b4AXNQWU9+egzrkoXkJYS6FxwNLPfLPtV350DPiyt7aWWJtoqpa9nsAHweZbuW17wE54LoqPmt5eVsIQ6tQ==
"@abp/star-rating-svg@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-8.1.3.tgz#dc808a0f1eb57007b919ef100dc26ed8b23e1de8"
integrity sha512-F++i/z2o11gctBwqH4VuQMC8ptN/v8/cfaGSWmY5FeLo2tHU/OkwifbHEkXDkewg4vP30kEk+Z8Ux7voqOFqMA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
star-rating-svg "^3.5.0"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/tui-editor@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.1.2.tgz#60e0c52e781d593819f968e895dcadce0cd01083"
integrity sha512-9p82gc5i6otHti+YnNqqH0aCRcHJWGetnCCRnHXb4tdWiK86c+FuoLjUUtpg+8VuGhpb2kByebI/Kdp92DrgZA==
"@abp/tui-editor@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-8.1.3.tgz#22d663e62e986a3f2558b1cc79df9a8027552198"
integrity sha512-WAXXVuM+xtjw0k58r8xgC2pNvbyEMB6d3t7jt8tCze5Zf4wZc2N1nHkMxxrDyJYWTezO0e6qVpyUe2Z7dxZTWw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/prismjs" "~8.1.2"
"@abp/jquery" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@abp/uppy@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-8.1.2.tgz#bbaf876098cd4ce86333c7b932d2bddf7535ae5c"
integrity sha512-rkSSRdAniqNeN7PgcGhXdlnV3Uu3+SLUHunUdGKEWcsnQo/c9ZQX1MugNacWFZ96TIXpaYNNs1hynkwNiOtDGQ==
"@abp/uppy@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-8.1.3.tgz#6cb02e5e20e483d4b6a7857ec8e1bcee4c3a06b6"
integrity sha512-Pn+Mgr1uT3lMg+EhB0QPlTAV9ESvu97aC0aA6kOUITLpWxBsohCS1lAJnVdXKBLqKb6eiv97NDpvIfglBLWYRQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
uppy "^3.0.0"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

4
modules/docs/app/VoloDocs.Web/package.json

@ -3,7 +3,7 @@
"name": "volo.docstestapp",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2",
"@abp/docs": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3",
"@abp/docs": "~8.1.3"
}
}

318
modules/docs/app/VoloDocs.Web/yarn.lock

@ -2,47 +2,47 @@
# yarn lockfile v1
"@abp/anchor-js@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-8.1.2.tgz#00fa306630d7516ca775d0815c23ef91ae9997a3"
integrity sha512-AbSivy95nBvPiIGmrGIcNmRJBn17+hjXdyGNAnNomyfe/cv6B36OhIseX2tbxk1PmNZ6xE8Mn7hX1pBVNhxrww==
"@abp/anchor-js@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-8.1.3.tgz#85849514d244e0d8bd4c168c15152c614c55406a"
integrity sha512-qHHGUrGd7Cn3PcK6CMV7e8ZLDAGbPpbWlAQ+44Qj9M4b26asOJ8c7elTFVIMv4/540Xu1Rh0Venv2vAW273XAw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
anchor-js "^4.3.1"
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.2.tgz#eb89a79a4902bb7e9ab3656e4d469e061a6bc7c6"
integrity sha512-Oo1O+kv8cW+SucyodGheY5R/jN0GHuhUR5biUB9+ikztt4p6B0rfCnqW7ZRe5qhdIeAh5muDERTa5XjSs27C7Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -51,194 +51,194 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.2.tgz#b575a7731b0618ddde22292be8238925da532e34"
integrity sha512-7rVP/VmGU9tqnU8SovVEO6A5e2Ycw/VMTgv2XgngwHLKbdBrgedAn0W9QpPE3hBlRzpujTYK5hIlunFD3clpgA==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/docs@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-8.1.2.tgz#00d50437bc743c4f5b2b43839613cc5de80f7965"
integrity sha512-JOoz6fC5zBivrnroxfVsMfnWJRGO8rwLRA1nmQ3F73rfbMW0DfSm/U/gs2mb9L2/xU63H8+JpaZ0PwpKe4srPw==
"@abp/docs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-8.1.3.tgz#a3bb10eae3d1844b2c15f3dd9bead391b631dd86"
integrity sha512-H9lyG8WZU2I8Iw3aGxt/GZ86ag7aSWX9NBZOOnhI9prKtLpHLlWggjFIdOZUOYBrNtWmLboH4advvGbGsBGnig==
dependencies:
"@abp/anchor-js" "~8.1.2"
"@abp/clipboard" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/popper.js" "~8.1.2"
"@abp/prismjs" "~8.1.2"
"@abp/anchor-js" "~8.1.3"
"@abp/clipboard" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/popper.js" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/popper.js@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-8.1.2.tgz#98f73bed694716fc89fffb7242346737f7551909"
integrity sha512-DVkhZqzaCfuZ4mOYy3X5fdjQNNX83ivq5lbH1ZtOH3zfvBhivINNiU906wxga6HImEXi4x4EHxpheyK1dZS/NA==
"@abp/popper.js@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-8.1.3.tgz#bb1de31776b0240544ad0c935239c4ffe34ce598"
integrity sha512-f/rxKeAAbBcUdx6ydxr8BJ0uNvXw97fB3AhV0iTBUlqbWOVFhVl+vDJa+K4m1Z5oqacToervafkOdWcf2aSmYA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@popperjs/core" "^2.11.2"
"@abp/prismjs@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.2.tgz#87323de74cf29d522423bd6bb570cd9ceb129178"
integrity sha512-GRqD/YV0z/xdwCQGnTaQj1VYAqfuyJhxoygJYhC8i2xwWYUm0DPCChHKBRVyjEq0to8G96Fk5p0gCDcuV3PEpg==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.2"
"@abp/core" "~8.1.2"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

8
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IIdentityRoleRepository.cs

@ -22,7 +22,7 @@ public interface IIdentityRoleRepository : IBasicRepository<IdentityRole, Guid>
bool includeDetails = false,
CancellationToken cancellationToken = default
);
Task<List<IdentityRole>> GetListAsync(
string sorting = null,
int maxResultCount = int.MaxValue,
@ -45,4 +45,10 @@ public interface IIdentityRoleRepository : IBasicRepository<IdentityRole, Guid>
string filter = null,
CancellationToken cancellationToken = default
);
Task RemoveClaimFromAllRolesAsync(
string claimType,
bool autoSave = false,
CancellationToken cancellationToken = default
);
}

6
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IIdentityUserRepository.cs

@ -44,6 +44,12 @@ public interface IIdentityUserRepository : IBasicRepository<IdentityUser, Guid>
CancellationToken cancellationToken = default
);
Task RemoveClaimFromAllUsersAsync(
string claimType,
bool autoSave = false,
CancellationToken cancellationToken = default
);
Task<List<IdentityUser>> GetListByNormalizedRoleNameAsync(
string normalizedRoleName,
bool includeDetails = false,

29
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityClaimTypeManager.cs

@ -1,4 +1,6 @@
using System.Threading.Tasks;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Volo.Abp.Domain.Services;
namespace Volo.Abp.Identity;
@ -6,10 +8,17 @@ namespace Volo.Abp.Identity;
public class IdentityClaimTypeManager : DomainService
{
protected IIdentityClaimTypeRepository IdentityClaimTypeRepository { get; }
protected IIdentityUserRepository IdentityUserRepository { get; }
protected IIdentityRoleRepository IdentityRoleRepository { get; }
public IdentityClaimTypeManager(IIdentityClaimTypeRepository identityClaimTypeRepository)
public IdentityClaimTypeManager(
IIdentityClaimTypeRepository identityClaimTypeRepository,
IIdentityUserRepository identityUserRepository,
IIdentityRoleRepository identityRoleRepository)
{
IdentityClaimTypeRepository = identityClaimTypeRepository;
IdentityUserRepository = identityUserRepository;
IdentityRoleRepository = identityRoleRepository;
}
public virtual async Task<IdentityClaimType> CreateAsync(IdentityClaimType claimType)
@ -34,7 +43,21 @@ public class IdentityClaimTypeManager : DomainService
throw new AbpException($"Can not update a static ClaimType.");
}
return await IdentityClaimTypeRepository.UpdateAsync(claimType);
}
public virtual async Task DeleteAsync(Guid id)
{
var claimType = await IdentityClaimTypeRepository.GetAsync(id);
if (claimType.IsStatic)
{
throw new AbpException($"Can not delete a static ClaimType.");
}
//Remove claim of this type from all users and roles
await IdentityUserRepository.RemoveClaimFromAllUsersAsync(claimType.Name);
await IdentityRoleRepository.RemoveClaimFromAllRolesAsync(claimType.Name);
await IdentityClaimTypeRepository.DeleteAsync(id);
}
}

24
modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityRoleRepository.cs

@ -29,26 +29,26 @@ public class EfCoreIdentityRoleRepository : EfCoreRepository<IIdentityDbContext,
}
public virtual async Task<List<IdentityRoleWithUserCount>> GetListWithUserCountAsync(
string sorting = null,
string sorting = null,
int maxResultCount = int.MaxValue,
int skipCount = 0,
string filter = null,
bool includeDetails = false,
bool includeDetails = false,
CancellationToken cancellationToken = default)
{
var roles = await GetListInternalAsync(sorting, maxResultCount, skipCount, filter, includeDetails, cancellationToken: cancellationToken);
var roleIds = roles.Select(x => x.Id).ToList();
var userCount = await (await GetDbContextAsync()).Set<IdentityUserRole>()
.Where(userRole => roleIds.Contains(userRole.RoleId))
.GroupBy(userRole => userRole.RoleId)
.Select(x => new
.Select(x => new
{
RoleId = x.Key,
Count = x.Count()
})
.ToListAsync(GetCancellationToken(cancellationToken));
return roles.Select(role => new IdentityRoleWithUserCount(role, userCount.FirstOrDefault(x => x.RoleId == role.Id)?.Count ?? 0)).ToList();
}
@ -92,6 +92,20 @@ public class EfCoreIdentityRoleRepository : EfCoreRepository<IIdentityDbContext,
.LongCountAsync(GetCancellationToken(cancellationToken));
}
public virtual async Task RemoveClaimFromAllRolesAsync(string claimType, bool autoSave = false, CancellationToken cancellationToken = default)
{
var dbContext = await GetDbContextAsync();
var roleClaims = await dbContext.Set<IdentityRoleClaim>().Where(uc => uc.ClaimType == claimType).ToListAsync(cancellationToken: cancellationToken);
if (roleClaims.Any())
{
(await GetDbContextAsync()).Set<IdentityRoleClaim>().RemoveRange(roleClaims);
if (autoSave)
{
await dbContext.SaveChangesAsync(GetCancellationToken(cancellationToken));
}
}
}
protected virtual async Task<List<IdentityRole>> GetListInternalAsync(
string sorting = null,
int maxResultCount = int.MaxValue,

24
modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo/Abp/Identity/EntityFrameworkCore/EfCoreIdentityUserRepository.cs

@ -74,7 +74,7 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
{
Id = gp.Key, RoleNames = gp.Select(x => x.Name).ToArray()
}).ToListAsync(cancellationToken: cancellationToken);
var orgUnitRoles = await (from userOu in dbContext.Set<IdentityUserOrganizationUnit>()
join roleOu in dbContext.Set<OrganizationUnitRole>() on userOu.OrganizationUnitId equals roleOu.OrganizationUnitId
join role in dbContext.Roles on roleOu.RoleId equals role.Id
@ -89,7 +89,7 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
{
Id = gp.Key, RoleNames = gp.Select(x => x.Name).ToArray()
}).ToListAsync(cancellationToken: cancellationToken);
return userRoles.Concat(orgUnitRoles).GroupBy(x => x.Id).Select(x => new IdentityUserIdWithRoleNames {Id = x.Key, RoleNames = x.SelectMany(y => y.RoleNames).Distinct().ToArray()}).ToList();
}
@ -145,6 +145,20 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
.ToListAsync(GetCancellationToken(cancellationToken));
}
public virtual async Task RemoveClaimFromAllUsersAsync(string claimType, bool autoSave, CancellationToken cancellationToken = default)
{
var dbContext = await GetDbContextAsync();
var userClaims = await dbContext.Set<IdentityUserClaim>().Where(uc => uc.ClaimType == claimType).ToListAsync(cancellationToken: cancellationToken);
if (userClaims.Any())
{
(await GetDbContextAsync()).Set<IdentityUserClaim>().RemoveRange(userClaims);
if (autoSave)
{
await dbContext.SaveChangesAsync(GetCancellationToken(cancellationToken));
}
}
}
public virtual async Task<List<IdentityUser>> GetListByNormalizedRoleNameAsync(
string normalizedRoleName,
bool includeDetails = false,
@ -216,7 +230,7 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
minModifitionTime,
cancellationToken
);
return await query.IncludeDetails(includeDetails)
.OrderBy(sorting.IsNullOrWhiteSpace() ? nameof(IdentityUser.UserName) : sorting)
.PageBy(skipCount, maxResultCount)
@ -437,14 +451,14 @@ public class EfCoreIdentityUserRepository : EfCoreRepository<IIdentityDbContext,
{
var upperFilter = filter?.ToUpperInvariant();
var query = await GetQueryableAsync();
if (roleId.HasValue)
{
var dbContext = await GetDbContextAsync();
var organizationUnitIds = await dbContext.Set<OrganizationUnitRole>().Where(q => q.RoleId == roleId.Value).Select(q => q.OrganizationUnitId).ToArrayAsync(cancellationToken: cancellationToken);
query = query.Where(identityUser => identityUser.Roles.Any(x => x.RoleId == roleId.Value) || identityUser.OrganizationUnits.Any(x => organizationUnitIds.Contains(x.OrganizationUnitId)));
}
return query
.WhereIf(
!filter.IsNullOrWhiteSpace(),

18
modules/identity/src/Volo.Abp.Identity.MongoDB/Volo/Abp/Identity/MongoDB/MongoIdentityRoleRepository.cs

@ -42,13 +42,13 @@ public class MongoIdentityRoleRepository : MongoDbRepository<IAbpIdentityMongoDb
.Where(user => user.Roles.Any(role => roleIds.Contains(role.RoleId)))
.SelectMany(user => user.Roles)
.GroupBy(userRole => userRole.RoleId)
.Select(x => new
.Select(x => new
{
RoleId = x.Key,
Count = x.Count()
})
.ToListAsync(GetCancellationToken(cancellationToken));
return roles.Select(role => new IdentityRoleWithUserCount(role, userCount.FirstOrDefault(x => x.RoleId == role.Id)?.Count ?? 0)).ToList();
}
@ -99,6 +99,20 @@ public class MongoIdentityRoleRepository : MongoDbRepository<IAbpIdentityMongoDb
.LongCountAsync(GetCancellationToken(cancellationToken));
}
public virtual async Task RemoveClaimFromAllRolesAsync(string claimType, bool autoSave = false, CancellationToken cancellationToken = default)
{
var roles = await (await GetMongoQueryableAsync(cancellationToken))
.Where(r => r.Claims.Any(c => c.ClaimType == claimType))
.ToListAsync(GetCancellationToken(cancellationToken));
foreach (var role in roles)
{
role.Claims.RemoveAll(c => c.ClaimType == claimType);
}
await UpdateManyAsync(roles, cancellationToken: cancellationToken);
}
protected virtual async Task<List<IdentityRole>> GetListInternalAsync(
string sorting = null,
int maxResultCount = int.MaxValue,

34
modules/identity/src/Volo.Abp.Identity.MongoDB/Volo/Abp/Identity/MongoDB/MongoIdentityUserRepository.cs

@ -108,6 +108,20 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
.ToListAsync(GetCancellationToken(cancellationToken));
}
public virtual async Task RemoveClaimFromAllUsersAsync(string claimType, bool autoSave, CancellationToken cancellationToken = default)
{
var users = await (await GetMongoQueryableAsync(cancellationToken))
.Where(u => u.Claims.Any(c => c.ClaimType == claimType))
.ToListAsync(GetCancellationToken(cancellationToken));
foreach (var user in users)
{
user.Claims.RemoveAll(c => c.ClaimType == claimType);
}
await UpdateManyAsync(users, cancellationToken: cancellationToken);
}
public virtual async Task<List<IdentityUser>> GetListByNormalizedRoleNameAsync(
string normalizedRoleName,
bool includeDetails = false,
@ -164,7 +178,7 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
DateTime? maxModifitionTime = null,
DateTime? minModifitionTime = null,
CancellationToken cancellationToken = default)
{
{
var query = await GetFilteredQueryableAsync(
filter,
roleId,
@ -184,7 +198,7 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
minModifitionTime,
cancellationToken
);
return await query
.OrderBy(sorting.IsNullOrWhiteSpace() ? nameof(IdentityUser.UserName) : sorting)
.As<IMongoQueryable<IdentityUser>>()
@ -365,17 +379,17 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
CancellationToken cancellationToken = default)
{
var users = await GetListByIdsAsync(userIds, cancellationToken: cancellationToken);
var userAndRoleIds = users.SelectMany(u => u.Roles)
.Select(userRole => new { userRole.UserId, userRole.RoleId })
.GroupBy(x => x.UserId).ToDictionary(x => x.Key, x => x.Select(r => r.RoleId).ToList());
var userAndOrganizationUnitIds = users.SelectMany(u => u.OrganizationUnits)
.Select(userOrganizationUnit => new { userOrganizationUnit.UserId, userOrganizationUnit.OrganizationUnitId })
.GroupBy(x => x.UserId).ToDictionary(x => x.Key, x => x.Select(r => r.OrganizationUnitId).ToList());
var organizationUnitIds = userAndOrganizationUnitIds.SelectMany(x => x.Value);
var roleIds = userAndRoleIds.SelectMany(x => x.Value);
var organizationUnitAndRoleIds = await (await GetMongoQueryableAsync<OrganizationUnit>(cancellationToken)).Where(ou => organizationUnitIds.Contains(ou.Id))
.Select(userOrganizationUnit => new
{
@ -384,10 +398,10 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
}).ToListAsync(cancellationToken: cancellationToken);
var allOrganizationUnitRoleIds = organizationUnitAndRoleIds.SelectMany(x => x.Roles.Select(r => r.RoleId)).ToList();
var allRoleIds = roleIds.Union(allOrganizationUnitRoleIds);
var roles = await (await GetMongoQueryableAsync<IdentityRole>(cancellationToken)).Where(r => allRoleIds.Contains(r.Id)).Select(r => new{ r.Id, r.Name }).ToListAsync(cancellationToken);
var userRoles = userAndRoleIds.ToDictionary(x => x.Key, x => roles.Where(r => x.Value.Contains(r.Id)).Select(r => r.Name).ToArray());
var result = userRoles.Select(x => new IdentityUserIdWithRoleNames { Id = x.Key, RoleNames = x.Value }).ToList();
foreach (var userAndOrganizationUnitId in userAndOrganizationUnitIds)
@ -429,17 +443,17 @@ public class MongoIdentityUserRepository : MongoDbRepository<IAbpIdentityMongoDb
{
var upperFilter = filter?.ToUpperInvariant();
var query = await GetMongoQueryableAsync(cancellationToken);
if (roleId.HasValue)
{
var organizationUnitIds = (await GetMongoQueryableAsync<OrganizationUnit>(cancellationToken))
.Where(ou => ou.Roles.Any(r => r.RoleId == roleId.Value))
.Select(userOrganizationUnit => userOrganizationUnit.Id)
.ToArray();
query = query.Where(identityUser => identityUser.Roles.Any(x => x.RoleId == roleId.Value) || identityUser.OrganizationUnits.Any(x => organizationUnitIds.Contains(x.OrganizationUnitId)));
}
return query
.WhereIf<IdentityUser, IMongoQueryable<IdentityUser>>(
!filter.IsNullOrWhiteSpace(),

59
modules/identity/test/Volo.Abp.Identity.TestBase/Volo/Abp/Identity/IdentityClaimTypeRepository_Tests.cs

@ -1,12 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Shouldly;
using Volo.Abp.Guids;
using Volo.Abp.Modularity;
using Volo.Abp.Uow;
using Xunit;
namespace Volo.Abp.Identity;
@ -15,12 +17,26 @@ public abstract class IdentityClaimTypeRepository_Tests<TStartupModule> : AbpIde
where TStartupModule : IAbpModule
{
protected IIdentityClaimTypeRepository ClaimTypeRepository { get; }
protected IdentityClaimTypeManager IdentityClaimTypeManager { get; }
protected IGuidGenerator GuidGenerator { get; }
protected IUnitOfWorkManager UnitOfWorkManager { get; }
protected IIdentityUserRepository UserRepository { get; }
protected IdentityUserManager IdentityUserManager { get; }
protected IIdentityRoleRepository RoleRepository { get; }
protected IdentityRoleManager IdentityRoleManager { get; }
protected IdentityTestData IdentityTestData { get; }
public IdentityClaimTypeRepository_Tests()
{
ClaimTypeRepository = ServiceProvider.GetRequiredService<IIdentityClaimTypeRepository>();
IdentityClaimTypeManager = ServiceProvider.GetRequiredService<IdentityClaimTypeManager>();
GuidGenerator = ServiceProvider.GetRequiredService<IGuidGenerator>();
UnitOfWorkManager = ServiceProvider.GetRequiredService<IUnitOfWorkManager>();
IdentityUserManager = ServiceProvider.GetRequiredService<IdentityUserManager>();
UserRepository = ServiceProvider.GetRequiredService<IIdentityUserRepository>();
RoleRepository = ServiceProvider.GetRequiredService<IIdentityRoleRepository>();
IdentityRoleManager = ServiceProvider.GetRequiredService<IdentityRoleManager>();
IdentityTestData = ServiceProvider.GetRequiredService<IdentityTestData>();
}
[Fact]
@ -42,7 +58,7 @@ public abstract class IdentityClaimTypeRepository_Tests<TStartupModule> : AbpIde
{
(await ClaimTypeRepository.GetCountAsync("Age")).ShouldBe(1);
}
[Fact]
public async Task GetListAsyncByNames()
{
@ -50,4 +66,45 @@ public abstract class IdentityClaimTypeRepository_Tests<TStartupModule> : AbpIde
result.Count.ShouldBe(2);
}
[Fact]
public async Task DeleteAsync()
{
var ageClaim = await ClaimTypeRepository.FindAsync(IdentityTestData.AgeClaimId);
ageClaim.ShouldNotBeNull();
using (var uow = UnitOfWorkManager.Begin())
{
var john = await UserRepository.FindAsync(IdentityTestData.UserJohnId);
john.ShouldNotBeNull();
await IdentityUserManager.AddClaimAsync(john, new Claim(ageClaim.Name, "18"));
var userClaims = await IdentityUserManager.GetClaimsAsync(john);
userClaims.ShouldContain(c => c.Type == ageClaim.Name && c.Value == "18");
var saleRole = await RoleRepository.FindAsync(IdentityTestData.RoleSaleId);
saleRole.ShouldNotBeNull();
await IdentityRoleManager.AddClaimAsync(saleRole, new Claim(ageClaim.Name, "18"));
var roleClaims = await IdentityRoleManager.GetClaimsAsync(saleRole);
roleClaims.ShouldContain(c => c.Type == ageClaim.Name && c.Value == "18");
await uow.CompleteAsync();
}
await IdentityClaimTypeManager.DeleteAsync(ageClaim.Id);
using (var uow = UnitOfWorkManager.Begin())
{
var john = await UserRepository.FindAsync(IdentityTestData.UserJohnId);
john.ShouldNotBeNull();
var userClaims = await IdentityUserManager.GetClaimsAsync(john);
userClaims.ShouldNotContain(c => c.Type == ageClaim.Name && c.Value == "18");
var saleRole = await RoleRepository.FindAsync(IdentityTestData.RoleSaleId);
saleRole.ShouldNotBeNull();
var roleClaims = await IdentityRoleManager.GetClaimsAsync(saleRole);
roleClaims.ShouldNotContain(c => c.Type == ageClaim.Name && c.Value == "18");
await uow.CompleteAsync();
}
}
}

2
modules/openiddict/app/OpenIddict.Demo.Server/package.json

@ -3,6 +3,6 @@
"name": "my-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3"
}
}

20
modules/openiddict/app/angular/package.json

@ -12,15 +12,15 @@
},
"private": true,
"dependencies": {
"@abp/ng.account": "~8.1.2",
"@abp/ng.components": "~8.1.2",
"@abp/ng.core": "~8.1.2",
"@abp/ng.oauth": "~8.1.2",
"@abp/ng.identity": "~8.1.2",
"@abp/ng.setting-management": "~8.1.2",
"@abp/ng.tenant-management": "~8.1.2",
"@abp/ng.theme.shared": "~8.1.2",
"@abp/ng.theme.lepton-x": "~3.1.2",
"@abp/ng.account": "~8.1.3",
"@abp/ng.components": "~8.1.3",
"@abp/ng.core": "~8.1.3",
"@abp/ng.oauth": "~8.1.3",
"@abp/ng.identity": "~8.1.3",
"@abp/ng.setting-management": "~8.1.3",
"@abp/ng.tenant-management": "~8.1.3",
"@abp/ng.theme.shared": "~8.1.3",
"@abp/ng.theme.lepton-x": "~3.1.3",
"@angular/animations": "^15.0.1",
"@angular/common": "^15.0.1",
"@angular/compiler": "^15.0.1",
@ -36,7 +36,7 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@abp/ng.schematics": "~8.1.2",
"@abp/ng.schematics": "~8.1.3",
"@angular-devkit/build-angular": "^15.0.1",
"@angular-eslint/builder": "~15.1.0",
"@angular-eslint/eslint-plugin": "~15.1.0",

2
modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json

@ -3,6 +3,6 @@
"name": "demo-app",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3"
}
}

258
modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.2.tgz#eb89a79a4902bb7e9ab3656e4d469e061a6bc7c6"
integrity sha512-Oo1O+kv8cW+SucyodGheY5R/jN0GHuhUR5biUB9+ikztt4p6B0rfCnqW7ZRe5qhdIeAh5muDERTa5XjSs27C7Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,158 +43,158 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"

4
modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json

@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.2",
"@abp/virtual-file-explorer": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.basic": "~8.1.3",
"@abp/virtual-file-explorer": "~8.1.3"
}
}

292
modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock

@ -2,39 +2,39 @@
# yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.2.tgz#eb89a79a4902bb7e9ab3656e4d469e061a6bc7c6"
integrity sha512-Oo1O+kv8cW+SucyodGheY5R/jN0GHuhUR5biUB9+ikztt4p6B0rfCnqW7ZRe5qhdIeAh5muDERTa5XjSs27C7Q==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.2.tgz#00467ff8a0a3b740558fd02acbd3718a143a35ca"
integrity sha512-FhTH2QzbV6n5LYjs5pK3Zuyp2RyKeTg7GBWReUBaNBF/x+ihj5glYxmYiHKeGKSjj/zPPab42iEjGImhI9QHAw==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.2"
"@abp/bootstrap" "~8.1.2"
"@abp/bootstrap-datepicker" "~8.1.2"
"@abp/bootstrap-daterangepicker" "~8.1.2"
"@abp/datatables.net-bs5" "~8.1.2"
"@abp/font-awesome" "~8.1.2"
"@abp/jquery-form" "~8.1.2"
"@abp/jquery-validation-unobtrusive" "~8.1.2"
"@abp/lodash" "~8.1.2"
"@abp/luxon" "~8.1.2"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.2"
"@abp/moment" "~8.1.2"
"@abp/select2" "~8.1.2"
"@abp/sweetalert2" "~8.1.2"
"@abp/timeago" "~8.1.2"
"@abp/toastr" "~8.1.2"
"@abp/aspnetcore.mvc.ui@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.2.tgz#46557f85e85162eff2df2462642ace03d7ec1028"
integrity sha512-dIntVW/bQqhUwbwnd0t4xlFMWBokiny2+bpFrWSzpCCGjbjuKzGPitYi0YT309lx6QkXc2MWFVVI5FrEMC70dQ==
"@abp/aspnetcore.mvc.ui.theme.basic@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-8.1.3.tgz#fb16da1806bceacef71e7b958c468935fea23863"
integrity sha512-NJL7u7bVFKAvIzWERpmKCbaE+U/ZUlpvqyo8nNTqXh9/LziyojVODS3j5e1gyVExSkZncZ4hR49w6bxxXBtM3w==
dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~8.1.3"
"@abp/aspnetcore.mvc.ui.theme.shared@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-8.1.3.tgz#1e215cf0954ef10a6a3c23b3182449b9ca9d9569"
integrity sha512-54IaOs7pc9HEnMtwr/zaR/B9Czg5gB8qn30XS5mNwWKHTGCALBrxOZOjUO+lcwr8stO6GDvP8D8As4ss41wueQ==
dependencies:
"@abp/aspnetcore.mvc.ui" "~8.1.3"
"@abp/bootstrap" "~8.1.3"
"@abp/bootstrap-datepicker" "~8.1.3"
"@abp/bootstrap-daterangepicker" "~8.1.3"
"@abp/datatables.net-bs5" "~8.1.3"
"@abp/font-awesome" "~8.1.3"
"@abp/jquery-form" "~8.1.3"
"@abp/jquery-validation-unobtrusive" "~8.1.3"
"@abp/lodash" "~8.1.3"
"@abp/luxon" "~8.1.3"
"@abp/malihu-custom-scrollbar-plugin" "~8.1.3"
"@abp/moment" "~8.1.3"
"@abp/select2" "~8.1.3"
"@abp/sweetalert2" "~8.1.3"
"@abp/timeago" "~8.1.3"
"@abp/toastr" "~8.1.3"
"@abp/aspnetcore.mvc.ui@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-8.1.3.tgz#b6d12c93e91d5d7508b60c78fa41ff0a606d10f4"
integrity sha512-DsPPTNwjEB40VxbTc2fMTmGS+dy/xsZCkMD51zz2rOqMRLx9AUTZHbRpW/ATGXvfperhIBAt8P9BLITsek/6Vw==
dependencies:
ansi-colors "^4.1.1"
extend-object "^1.0.0"
@ -43,185 +43,185 @@
merge-stream "^2.0.0"
micromatch "^4.0.2"
"@abp/bootstrap-datepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.2.tgz#fff47460eca720411ab9ac163d7aa2a64dc08272"
integrity sha512-LsuNKzJE4D51h5sj/oWdqelsz7CN6wtGONl0ugEX3Phv0mvWxdey+a2I7sE5uaIJg3gbUhiho+hVtju8uNBdzw==
"@abp/bootstrap-datepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-8.1.3.tgz#e20205713c24b5ef97686d43f1bba8a0ddd9f078"
integrity sha512-EuE1EgsTnZKeC7SSJlkyi88FbaRs1jXqsrLGUBI1UtziaToULYjdC6q14GaMjEQ4rhF7aeeUQ7w5WbZXjhDKCw==
dependencies:
bootstrap-datepicker "^1.9.0"
"@abp/bootstrap-daterangepicker@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.2.tgz#5bd29e9c6bb7c1f1f14d35ab224755fda096aec5"
integrity sha512-EXGFCmhYGZQQ81X8pQZcfQfT3yVOKZxf4aWunFsJZtPAHzVpnuE6Qn5BbENZfdA0erWoSdlQKE+btZtootA90g==
"@abp/bootstrap-daterangepicker@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-8.1.3.tgz#bf71bc652dfdc9f9f951e358d85fb9188f77b70c"
integrity sha512-Rq3Zfa93wrECrAMo8elgLi+uL+zNFw/AorTl8H6iA3E13SI1Yi+HdqmmjEGXdmmpJPVqeRZfnZzgdObt6eZkSg==
dependencies:
bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.2.tgz#50828d34c3c84d47069acb77fceef7753208fa81"
integrity sha512-4cfNBeJ19CM17Ec2jF+MF7+WXVt7YUmRVWo2NrWfDj/8ujRESJK06qs7dkY22/CHfDH1ZjRBIqmIffvc7TIlfA==
"@abp/bootstrap@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-8.1.3.tgz#e54fb5ba8bcf590c395c8e737b32dfb8841c833e"
integrity sha512-6mZ8gCGWN0OIQ+HaLfu+qeNKywVHuhFxGbY/1CG5MxsgtrMpinWG801lxl0hgvFnp54pB5F5P712uuee85p0pA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
bootstrap "^5.1.3"
"@abp/clipboard@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.2.tgz#b575a7731b0618ddde22292be8238925da532e34"
integrity sha512-7rVP/VmGU9tqnU8SovVEO6A5e2Ycw/VMTgv2XgngwHLKbdBrgedAn0W9QpPE3hBlRzpujTYK5hIlunFD3clpgA==
"@abp/clipboard@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-8.1.3.tgz#3b5cc3c231b70eca298f4e26323d57feb5d44dc4"
integrity sha512-NlTkjS2P0hXrtZhEou4iWGtSqnbPdkCO13HqyhS1UNYVYpi+hr9xbDQrHj37z+IDVPcjF77qGg1oSWzmpLAT5g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
clipboard "^2.0.8"
"@abp/core@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.2.tgz#5583923357638902e364d4e1e7fe431bc648056e"
integrity sha512-aQ0NjmShgpsmtgiLNsNbSqJf2QsXxqjdn5wkn/xYkGnIO4cAxbHgrt6C5CfB7Dua6r3xo1ggf2+lUKqBHzZvHA==
"@abp/core@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-8.1.3.tgz#302781073f0156456a96f85e7974b31afcbb0ffa"
integrity sha512-8FfOu57AQ1/z26M6cYHp0fViiVBKVMOuoG5Lm0ZZBUljnxFS9jzP/vyLm1ZnNNg0dSdsnnl3Qb3j4myZvnUVsw==
dependencies:
"@abp/utils" "~8.1.2"
"@abp/utils" "~8.1.3"
"@abp/datatables.net-bs5@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.2.tgz#43439c26c81dc0ad81ff9e3e8ddd01575cf6aee5"
integrity sha512-PTiTIdMEsd3K7bEYMd3GVvgcCXAGCtDBOvDJFSAt7F/YMj2MuvPYcSyq+R2lYw0iqattuLqLPno9+ZH2jyb4sw==
"@abp/datatables.net-bs5@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-8.1.3.tgz#5a03548a6f9ed47c77695252e59dadfa8d8efa71"
integrity sha512-4mTFSPN5T/eUFNYaQshz7QKOEMgxdSYRgCFnxBX2RKGxetfUUeFRHlflF3tpmqGntlwvs9w9IwC+oS0YI5Qn+A==
dependencies:
"@abp/datatables.net" "~8.1.2"
"@abp/datatables.net" "~8.1.3"
datatables.net-bs5 "^1.11.4"
"@abp/datatables.net@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.2.tgz#a2101ab5034f118db079ceb14d9a687ba0e1a47a"
integrity sha512-zfPPVzA3gJFxGcqhQUNv9Y3LkjIfCPMzLOaWNtjex0USvmHUgbGz4/1IS8oJ5kl/MLYS67woqIN2Rt/GEDWNlQ==
"@abp/datatables.net@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-8.1.3.tgz#18bdd95b2f295a2664a8fecb701f5f2e51d47543"
integrity sha512-MAaoe/PAeR62VwkZsoNXDlLqhji6XnQPCnRYyH9ccPmbh1lkdD8MmBwBktYiXfdmcgemuf/djy+FxcAdaruOCA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
datatables.net "^1.11.4"
"@abp/font-awesome@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.2.tgz#c49b4355dc4c7baab640efecc284a31b6d69923c"
integrity sha512-1Q+yHYmzSLvL8PCeR1r5/2eHfuqNbyBOKm4mE3UAKq2YIMo5AZcrkSuwlWpkxi9vIb8zlgO48uo/c65znyFoZw==
"@abp/font-awesome@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-8.1.3.tgz#e16feee53af983950314a0b2b0f866f82f940ff9"
integrity sha512-cmiil5WkDjhSl1Ex8BcD/3+tcboqkVyTboVQ8CcZHtTxGQc8U3jTa5Kjc/hjmQoW7Qug7VthTdxyBJGRiaSIHQ==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
"@fortawesome/fontawesome-free" "^6.5.1"
"@abp/jquery-form@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.2.tgz#bd3c3550cd069b4c76e0dd639d2a7f87c9b0ef9b"
integrity sha512-2FaBOPTe3WZG7vCs6ryr1IEDPDgSA2IHQhJmTMsQU3TbPBM58nTkkqVZFxsnzrecSgtfA65AHnTR1bm3KfQ2yg==
"@abp/jquery-form@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-8.1.3.tgz#2b460dfc65e76dae05f13b535155c48ad17dc50a"
integrity sha512-AD7o6dwbxKqFZCQ9P5m1NHDEMVRrOyWAYl6Ul8Om3gaKJsQY9G0O9SpHzYuS7ZxxywWaf4bbhWBJ8wTRkV3gVA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.2.tgz#0c04dfbc3cbb9be4c65f0e74527c76ba0691cfd1"
integrity sha512-KhBw29UIUX9SQfh2BQGUnQOQ/k13cMOWo7/mu6aozOKiBeU/ip5e5DuN8oLUr6Q37zD36cMbBG8M9dYg6kkxeg==
"@abp/jquery-validation-unobtrusive@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-8.1.3.tgz#d4d7003863b810159e12f951746f7604ff3b35a9"
integrity sha512-WnJP4uyb7U31mVP0MMPKZdKuoiCrHdaaAXTZ2GesgvF992BqtiZoToY+suVcXC37TPG/G22K1vAFdrTBKmWCTQ==
dependencies:
"@abp/jquery-validation" "~8.1.2"
"@abp/jquery-validation" "~8.1.3"
jquery-validation-unobtrusive "^3.2.12"
"@abp/jquery-validation@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.2.tgz#a2dd51a348d83fac61487bcff46e4965d69f4aaa"
integrity sha512-reIFEGWJk0BnZ2EL4DS5vr5Kq3aPC5lwAzYITaK3aUHYOjBl40f1w9N7ON9DrR52npXhDJ+O24X0iKHVsLU7gQ==
"@abp/jquery-validation@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-8.1.3.tgz#7fadcdc75384b9fdef7fc8b8a6dbf95a3b871e56"
integrity sha512-M9MRjLpe8Fpp7Ix52CkJnEwgtXpoMewE2tbq3oK1SEODtPjyzqcW5CpKtCzVt3t1kePUitOAvrukNSoQB71SwA==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
jquery-validation "^1.19.3"
"@abp/jquery@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.2.tgz#71427e3f14bd1a50b090326c6d638e3cf14015e5"
integrity sha512-Wqi+Eo1XENkPVekC7USccn1eedK1YsTTupU0lqRApo22wCBoHcbjZ+aYPSxzZtAdtyepm2yWDOZGs6DX0qLGHg==
"@abp/jquery@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-8.1.3.tgz#b1308d80cc946d63061ea6873bb72f242e50a0a5"
integrity sha512-1QIIgwXuQ5hNRK0Ck/JX5c17ukF/mW29gea2Y4j5pAtWzXpslOCN9elI+VGWb8/FIqn7ZxIVjaHepeVRqz3h8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
jquery "~3.6.0"
"@abp/lodash@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.2.tgz#8ec919e3c3879072d626b298f30eff183dbd522a"
integrity sha512-4LRR6dgRRnuFEkqxjvPPv3oVVCje56hRwi/1aC8KAjgQyHNqC4O5iBs+jPKheoWqql96MIe6KdItJTLJMWH9sQ==
"@abp/lodash@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-8.1.3.tgz#c09f87743a4078959f845913b57530f2aa5400d2"
integrity sha512-6QpnAlY+3qVBnvK3tPAsOUBdwrMyEBOP0pW5t54HN4pYyrRTuUTPzl6VKmlYtYb+cMMXz3UrtDysK0LTda8Phg==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
lodash "^4.17.21"
"@abp/luxon@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.2.tgz#20ecc2e20ec9a8b4d3be559cdd15fd680d8d4142"
integrity sha512-QC1D9t88Lu4Bv38no1riZL/wEfBh/TtGVx6PmAOQkpDP4r18gPVew2xKPs9Xdg8mFxEPsBVLr5h0HJQtfWYKKw==
"@abp/luxon@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-8.1.3.tgz#643d29873359116d9222aabff7c527010cef43ea"
integrity sha512-DQd97TCcLNr5WKtx5Wc/SVjQULiykELHkdQbPNVglgiguDhNqFABBpjyK/FJ84uqYEx6Nda6Z7kOnorB5Jff8g==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
luxon "^2.3.0"
"@abp/malihu-custom-scrollbar-plugin@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.2.tgz#414ad9f6fafb564a7e6f923de5edbf17d3360a3e"
integrity sha512-0ZquCI5JD0akL+h9z8/Rg9wO0SFurmTDs/VCTI9vHY+bYoBwZLPo5FzbpaP6bWfQC6tAvC5Aw/FsXxXi04L8uw==
"@abp/malihu-custom-scrollbar-plugin@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-8.1.3.tgz#c459251d800f9b0abc5e825a20917bc55b137cdc"
integrity sha512-MRESgN4kcOEYD0Tf+MMy9T09ISVdWYhT7M1qKNiRtqMba7lrMqBbl9NwBLs8kpMyg40/aOg+g9QPr5VUWClODw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.2.tgz#dd77bd1741118ae6206530136602bcbd3d5fee8f"
integrity sha512-x6lMxm8MktLhelTuSkuUCb8/hB7FtNQ+gfuaJ1Ac+QH7jRL6Vp5D6kxdG3Y/FgknX1jA7ivFo1PvjscRXNNBsw==
"@abp/moment@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-8.1.3.tgz#a5cdb0aaf84f60cd013f257bef5f73e2465219a9"
integrity sha512-4nwoFoW9PoXwsxyNrqk00g6RR/v0bEvLFmAdqLyYYjqR6AW41Snoa5v0pkG2Uzxx1mk/U8XDEqvHbuixwf4UmQ==
dependencies:
moment "^2.9.0"
"@abp/prismjs@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.2.tgz#87323de74cf29d522423bd6bb570cd9ceb129178"
integrity sha512-GRqD/YV0z/xdwCQGnTaQj1VYAqfuyJhxoygJYhC8i2xwWYUm0DPCChHKBRVyjEq0to8G96Fk5p0gCDcuV3PEpg==
"@abp/prismjs@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-8.1.3.tgz#2e59240bb568b2ffe588d91ff3b17e071aa3d247"
integrity sha512-VulY+nXSJZepDeoG/MIOGRohsywC/AnIVmdzQJtdtz8z5tfBudNn3M60Dw1GLZz8NW7VdzvUlOoYwoV7apfBXQ==
dependencies:
"@abp/clipboard" "~8.1.2"
"@abp/core" "~8.1.2"
"@abp/clipboard" "~8.1.3"
"@abp/core" "~8.1.3"
prismjs "^1.26.0"
"@abp/select2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.2.tgz#0a1e43349b8194c3205d64e0b2c9adeae7b8d286"
integrity sha512-qV0NkRvlUhYfDbMQJeqlaEZg8sudkffN2bL5t5byP8EbLQ38iy1Sd8fL49yDcXgWbKD8jt0RgxD037bD2xHVyA==
"@abp/select2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-8.1.3.tgz#f6db4121b046d52b9daa53f5e54b331f20578896"
integrity sha512-qvLpqT4hEkk0IYY2rgmNL/ESdfyz8qvwtpDlyGiVWQIAsAl/CwwB+8qqwcMXYbq23OObRRBb+xCru+wIH7M+Yw==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
select2 "^4.0.13"
"@abp/sweetalert2@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.2.tgz#0106da0e39d351a7eb820ad3fc64d88f1ef52850"
integrity sha512-+T3UqRhYuCsrRiTUJdA+63yZJNuKZLhC0/tztBXhsBvhiYiwwTRuJ9xij8XW+DAB9/qIHWblciy+ZVvu2veA/Q==
"@abp/sweetalert2@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-8.1.3.tgz#6ce3acfef4f315827a0d341d512755dee3c09a64"
integrity sha512-hsmDOmGu/2eTuMCrDjCR6bA9/p3cqC3wjjZXoqCNZtRziD553u1C+5JC63/ro95DezIgiv+gQgFGXQwppWbTmA==
dependencies:
"@abp/core" "~8.1.2"
"@abp/core" "~8.1.3"
sweetalert2 "^11.3.6"
"@abp/timeago@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.2.tgz#da5c5dc252eb3c4cdb4127f4082dc979b9cf1f85"
integrity sha512-+yEyB/mb5yztcR9qEjYd3wzMevEXkxaNyatCDhCWI5Je4brlX+AVZGTp4DUplRjk6zS0n7cOnnE1oxmhmN74Pw==
"@abp/timeago@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-8.1.3.tgz#b2b659abb9f6789d185b11c519b46338463cd910"
integrity sha512-wl6AIHwEi7E7H3biMCHfXZJ5R6ITQzcKil6l4/LOnIhyulL0aZEidHk3Ygf7nUmhWf5zn1S77G9A/MDNXAOHaw==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
timeago "^1.6.7"
"@abp/toastr@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.2.tgz#d166cf4999ad8bce0aebf85461aaa2a63d420d24"
integrity sha512-ZKmT0Z4eu8NuTOInXpc2UtR5F/kqGvvC02nzQr64h+B7ueym/PFKaFSlGj2t76kmPp8O1d9157O5eyezlSp9fg==
"@abp/toastr@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-8.1.3.tgz#b55c0e83f717f1d1f2c7e928fb05754d28beb9f0"
integrity sha512-dAEP58PbhPZMNT5L9U/Tdg73ioy3XmW1GownigpLN6aypVGuzkPJmLpz/JqkNhfEFuI8h6PIXE0pmWylGhngfQ==
dependencies:
"@abp/jquery" "~8.1.2"
"@abp/jquery" "~8.1.3"
toastr "^2.1.4"
"@abp/utils@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.2.tgz#fb2bcbc4b5d312bcf6c6925b4b16550a288d2b0a"
integrity sha512-ip25TgeNXtEMcARZTc/6DNCHM7t7fITyKkvFSmr7lmGUjqw0iLcsocb0F4Rxd+rKVUxarDon0aqLbqyBlyHXDw==
"@abp/utils@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-8.1.3.tgz#c826d93ac1c72462af9fb3dc649814df58cb6adb"
integrity sha512-Y5/vkavjLUlZBegkCElJ+I0TZMud/uNhg/0+MilsJXb23wHpuSDA4TRgJ4pRevDKA0kedWt+0J6LBH0XQD58LQ==
dependencies:
just-compare "^2.3.0"
"@abp/virtual-file-explorer@~8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-8.1.2.tgz#808016a5ac666ce609cd6e3855c964d484e885b7"
integrity sha512-aQi4td/sGLn1Rx7MeqccpyTYjzOq/H3rV/3eNd4xAoY8k3b8QuVvG196zVOSKxkx6L0t3NUWQJ/CArZkwz24Pw==
"@abp/virtual-file-explorer@~8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-8.1.3.tgz#d69742fb65abd32a57da482adfa70b9be28831d4"
integrity sha512-zd3d6iznfVT/LWEfsJ44+8MQqFbCNhg18FbGURdQTZkb05AymMkRUhdjrTI/LJfORcdhoGZ+p1M1/yJ15y1Mbg==
dependencies:
"@abp/clipboard" "~8.1.2"
"@abp/prismjs" "~8.1.2"
"@abp/clipboard" "~8.1.3"
"@abp/prismjs" "~8.1.3"
"@fortawesome/fontawesome-free@^6.5.1":
version "6.5.1"

2
npm/lerna.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"packages": [
"packs/*"
],

42
npm/ng-packs/package.json

@ -44,27 +44,27 @@
},
"private": true,
"devDependencies": {
"@abp/ng.theme.lepton-x": "~3.1.2",
"@abp/utils": "~8.1.2",
"@angular-devkit/build-angular": "~17.3.0",
"@angular-devkit/core": "~17.3.0",
"@angular-devkit/schematics": "~17.3.0",
"@angular-devkit/schematics-cli": "~17.3.0",
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular-eslint/eslint-plugin-template": "~17.3.0",
"@angular-eslint/template-parser": "~17.3.0",
"@angular/animations": "~17.3.0",
"@angular/cli": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/language-service": "~17.3.0",
"@angular/localize": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@abp/ng.theme.lepton-x": "~3.1.3",
"@abp/utils": "~8.1.3",
"@angular-devkit/build-angular": "~17.1.0",
"@angular-devkit/core": "~17.1.0",
"@angular-devkit/schematics": "~17.1.0",
"@angular-devkit/schematics-cli": "~17.1.0",
"@angular-eslint/eslint-plugin": "~17.2.0",
"@angular-eslint/eslint-plugin-template": "~17.2.0",
"@angular-eslint/template-parser": "~17.2.0",
"@angular/animations": "~17.1.0",
"@angular/cli": "~17.1.0",
"@angular/common": "~17.1.0",
"@angular/compiler": "~17.1.0",
"@angular/compiler-cli": "~17.1.0",
"@angular/core": "~17.1.0",
"@angular/forms": "~17.1.0",
"@angular/language-service": "~17.1.0",
"@angular/localize": "~17.1.0",
"@angular/platform-browser": "~17.1.0",
"@angular/platform-browser-dynamic": "~17.1.0",
"@angular/router": "~17.1.0",
"@fortawesome/fontawesome-free": "^6.0.0",
"@ng-bootstrap/ng-bootstrap": "~16.0.0",
"@ngneat/spectator": "^16.0.0",

6
npm/ng-packs/packages/account-core/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.account.core",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~8.1.2",
"@abp/ng.theme.shared": "~8.1.2",
"@abp/ng.core": "~8.1.3",
"@abp/ng.theme.shared": "~8.1.3",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/account/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.account",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~8.1.2",
"@abp/ng.theme.shared": "~8.1.2",
"@abp/ng.account.core": "~8.1.3",
"@abp/ng.theme.shared": "~8.1.3",
"tslib": "^2.0.0"
},
"publishConfig": {

2
npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.html

@ -17,7 +17,7 @@
*ngTemplateOutlet="actionsTemplate || gridActions; context: { $implicit: row, index: i }"
></ng-container>
<ng-template #gridActions>
@if (hasAvailableActions(row)) {
@if (isVisibleActions(row)) {
<abp-grid-actions [index]="i" [record]="row" text="AbpUi::Actions"></abp-grid-actions>
}
</ng-template>

29
npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.ts

@ -206,20 +206,25 @@ export class ExtensibleTableComponent<R = any> implements OnChanges {
});
}
hasAvailableActions(rowData): boolean {
let isActionAvailable = true;
this.actionList.toArray().map(action => {
isVisibleActions(rowData: any): boolean {
const actions = this.actionList.toArray();
const visibleActions = actions.filter(action => {
const { visible, permission } = action;
if (rowData && action) {
const visibilityCheck = visible({
record: rowData,
getInjected: this.getInjected,
});
const permissionCheck = this.permissionService.getGrantedPolicy(permission);
isActionAvailable = visibilityCheck && permissionCheck;
let isVisible = true;
let hasPermission = true;
if (visible) {
isVisible = visible({ record: rowData, getInjected: this.getInjected });
}
if (permission) {
hasPermission = this.permissionService.getGrantedPolicy(permission);
}
return isVisible && hasPermission;
});
return isActionAvailable;
return visibleActions.length > 0;
}
}

6
npm/ng-packs/packages/components/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.components",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"peerDependencies": {
"@abp/ng.core": ">=8.1.2",
"@abp/ng.theme.shared": ">=8.1.2"
"@abp/ng.core": ">=8.1.3",
"@abp/ng.theme.shared": ">=8.1.3"
},
"dependencies": {
"chart.js": "^3.5.1",

4
npm/ng-packs/packages/core/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.core",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/utils": "~8.1.2",
"@abp/utils": "~8.1.3",
"just-clone": "^6.0.0",
"just-compare": "^2.0.0",
"ts-toolbelt": "6.15.4",

4
npm/ng-packs/packages/feature-management/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.feature-management",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~8.1.2",
"@abp/ng.theme.shared": "~8.1.3",
"tslib": "^2.0.0"
},
"publishConfig": {

2
npm/ng-packs/packages/generators/package.json

@ -1,6 +1,6 @@
{
"name": "@abp/nx.generators",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"generators": "./generators.json",
"type": "commonjs",

8
npm/ng-packs/packages/identity/package.json

@ -1,15 +1,15 @@
{
"name": "@abp/ng.identity",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.components": "~8.1.2",
"@abp/ng.permission-management": "~8.1.2",
"@abp/ng.theme.shared": "~8.1.2",
"@abp/ng.components": "~8.1.3",
"@abp/ng.permission-management": "~8.1.3",
"@abp/ng.theme.shared": "~8.1.3",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/oauth/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.oauth",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~8.1.2",
"@abp/utils": "~8.1.2",
"@abp/ng.core": "~8.1.3",
"@abp/utils": "~8.1.3",
"angular-oauth2-oidc": "^17.0.0",
"just-clone": "^6.0.0",
"just-compare": "^2.0.0",

4
npm/ng-packs/packages/permission-management/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.permission-management",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~8.1.2",
"@abp/ng.theme.shared": "~8.1.3",
"tslib": "^2.0.0"
},
"publishConfig": {

2
npm/ng-packs/packages/schematics/package.json

@ -1,6 +1,6 @@
{
"name": "@abp/ng.schematics",
"version": "8.1.2",
"version": "8.1.3",
"author": "",
"schematics": "./collection.json",
"dependencies": {

6
npm/ng-packs/packages/setting-management/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.setting-management",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.components": "~8.1.2",
"@abp/ng.theme.shared": "~8.1.2",
"@abp/ng.components": "~8.1.3",
"@abp/ng.theme.shared": "~8.1.3",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/tenant-management/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.tenant-management",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.feature-management": "~8.1.2",
"@abp/ng.theme.shared": "~8.1.2",
"@abp/ng.feature-management": "~8.1.3",
"@abp/ng.theme.shared": "~8.1.3",
"tslib": "^2.0.0"
},
"publishConfig": {

6
npm/ng-packs/packages/theme-basic/package.json

@ -1,14 +1,14 @@
{
"name": "@abp/ng.theme.basic",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.account.core": "~8.1.2",
"@abp/ng.theme.shared": "~8.1.2",
"@abp/ng.account.core": "~8.1.3",
"@abp/ng.theme.shared": "~8.1.3",
"tslib": "^2.0.0"
},
"publishConfig": {

4
npm/ng-packs/packages/theme-shared/package.json

@ -1,13 +1,13 @@
{
"name": "@abp/ng.theme.shared",
"version": "8.1.2",
"version": "8.1.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.core": "~8.1.2",
"@abp/ng.core": "~8.1.3",
"@fortawesome/fontawesome-free": "^5.15.4",
"@ng-bootstrap/ng-bootstrap": "~16.0.0",
"@ngx-validate/core": "^0.2.0",

4
npm/packs/anchor-js/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/anchor-js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"anchor-js": "^4.3.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/aspnetcore.components.server.basictheme/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/aspnetcore.components.server.basictheme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.components.server.theming": "~8.1.2"
"@abp/aspnetcore.components.server.theming": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

6
npm/packs/aspnetcore.components.server.theming/package.json

@ -1,12 +1,12 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/aspnetcore.components.server.theming",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/bootstrap": "~8.1.2",
"@abp/font-awesome": "~8.1.2"
"@abp/bootstrap": "~8.1.3",
"@abp/font-awesome": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/aspnetcore.mvc.ui.theme.basic/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/aspnetcore.mvc.ui.theme.basic",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

34
npm/packs/aspnetcore.mvc.ui.theme.shared/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/aspnetcore.mvc.ui.theme.shared",
"repository": {
"type": "git",
@ -10,22 +10,22 @@
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui": "~8.1.2",
"@abp/bootstrap": "~8.1.2",
"@abp/bootstrap-datepicker": "~8.1.2",
"@abp/bootstrap-daterangepicker": "~8.1.2",
"@abp/datatables.net-bs5": "~8.1.2",
"@abp/font-awesome": "~8.1.2",
"@abp/jquery-form": "~8.1.2",
"@abp/jquery-validation-unobtrusive": "~8.1.2",
"@abp/lodash": "~8.1.2",
"@abp/luxon": "~8.1.2",
"@abp/malihu-custom-scrollbar-plugin": "~8.1.2",
"@abp/moment": "~8.1.2",
"@abp/select2": "~8.1.2",
"@abp/sweetalert2": "~8.1.2",
"@abp/timeago": "~8.1.2",
"@abp/toastr": "~8.1.2"
"@abp/aspnetcore.mvc.ui": "~8.1.3",
"@abp/bootstrap": "~8.1.3",
"@abp/bootstrap-datepicker": "~8.1.3",
"@abp/bootstrap-daterangepicker": "~8.1.3",
"@abp/datatables.net-bs5": "~8.1.3",
"@abp/font-awesome": "~8.1.3",
"@abp/jquery-form": "~8.1.3",
"@abp/jquery-validation-unobtrusive": "~8.1.3",
"@abp/lodash": "~8.1.3",
"@abp/luxon": "~8.1.3",
"@abp/malihu-custom-scrollbar-plugin": "~8.1.3",
"@abp/moment": "~8.1.3",
"@abp/select2": "~8.1.3",
"@abp/sweetalert2": "~8.1.3",
"@abp/timeago": "~8.1.3",
"@abp/toastr": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/aspnetcore.mvc.ui/package-lock.json

@ -1,7 +1,7 @@
{
"name": "@abp/aspnetcore.mvc.ui",
"version": "8.1.2",
"lockfileVersion": 3,
"version": "8.1.3",
"lockfileVersion": 1,
"requires": true,
"packages": {
"": {

2
npm/packs/aspnetcore.mvc.ui/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/aspnetcore.mvc.ui",
"repository": {
"type": "git",

10
npm/packs/blogging/package.json

@ -1,14 +1,14 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/blogging",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.1.2",
"@abp/owl.carousel": "~8.1.2",
"@abp/prismjs": "~8.1.2",
"@abp/tui-editor": "~8.1.2"
"@abp/aspnetcore.mvc.ui.theme.shared": "~8.1.3",
"@abp/owl.carousel": "~8.1.3",
"@abp/prismjs": "~8.1.3",
"@abp/tui-editor": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

2
npm/packs/bootstrap-datepicker/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/bootstrap-datepicker",
"repository": {
"type": "git",

2
npm/packs/bootstrap-daterangepicker/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/bootstrap-daterangepicker",
"repository": {
"type": "git",

4
npm/packs/bootstrap/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/bootstrap",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"bootstrap": "^5.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

2
npm/packs/chart.js/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/chart.js",
"publishConfig": {
"access": "public"

4
npm/packs/clipboard/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/clipboard",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"clipboard": "^2.0.8"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

12
npm/packs/cms-kit.admin/package.json

@ -1,15 +1,15 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/cms-kit.admin",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/codemirror": "~8.1.2",
"@abp/jstree": "~8.1.2",
"@abp/slugify": "~8.1.2",
"@abp/tui-editor": "~8.1.2",
"@abp/uppy": "~8.1.2"
"@abp/codemirror": "~8.1.3",
"@abp/jstree": "~8.1.3",
"@abp/slugify": "~8.1.3",
"@abp/tui-editor": "~8.1.3",
"@abp/uppy": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

6
npm/packs/cms-kit.public/package.json

@ -1,12 +1,12 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/cms-kit.public",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/highlight.js": "~8.1.2",
"@abp/star-rating-svg": "~8.1.2"
"@abp/highlight.js": "~8.1.3",
"@abp/star-rating-svg": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

6
npm/packs/cms-kit/package.json

@ -1,12 +1,12 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/cms-kit",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/cms-kit.admin": "~8.1.2",
"@abp/cms-kit.public": "~8.1.2"
"@abp/cms-kit.admin": "~8.1.3",
"@abp/cms-kit.public": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/codemirror/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/codemirror",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"codemirror": "^5.65.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/core/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/core",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/utils": "~8.1.2"
"@abp/utils": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/cropperjs/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/cropperjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"cropperjs": "^1.5.12"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/datatables.net-bs4/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/datatables.net-bs4",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "~8.1.2",
"@abp/datatables.net": "~8.1.3",
"datatables.net-bs4": "^1.11.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/datatables.net-bs5/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/datatables.net-bs5",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/datatables.net": "~8.1.2",
"@abp/datatables.net": "~8.1.3",
"datatables.net-bs5": "^2.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/datatables.net/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/datatables.net",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~8.1.2",
"@abp/jquery": "~8.1.3",
"datatables.net": "^2.0.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

12
npm/packs/docs/package.json

@ -1,15 +1,15 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/docs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/anchor-js": "~8.1.2",
"@abp/clipboard": "~8.1.2",
"@abp/malihu-custom-scrollbar-plugin": "~8.1.2",
"@abp/popper.js": "~8.1.2",
"@abp/prismjs": "~8.1.2"
"@abp/anchor-js": "~8.1.3",
"@abp/clipboard": "~8.1.3",
"@abp/malihu-custom-scrollbar-plugin": "~8.1.3",
"@abp/popper.js": "~8.1.3",
"@abp/prismjs": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

2
npm/packs/flag-icon-css/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/flag-icon-css",
"publishConfig": {
"access": "public"

2
npm/packs/flag-icons/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/flag-icons",
"publishConfig": {
"access": "public"

4
npm/packs/font-awesome/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/font-awesome",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"@fortawesome/fontawesome-free": "^6.5.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/highlight.js/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/highlight.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"@highlightjs/cdn-assets": "~11.4.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery-form/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/jquery-form",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~8.1.2",
"@abp/jquery": "~8.1.3",
"jquery-form": "^4.3.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jquery-validation-unobtrusive/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/jquery-validation-unobtrusive",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery-validation": "~8.1.2",
"@abp/jquery-validation": "~8.1.3",
"jquery-validation-unobtrusive": "^3.2.12"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

6
npm/packs/jquery-validation/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/jquery-validation",
"repository": {
"type": "git",
@ -10,8 +10,8 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~8.1.2",
"jquery-validation": "^1.20.0"
"@abp/jquery": "~8.1.3",
"jquery-validation": "^1.19.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/jquery/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/jquery",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"jquery": "~3.6.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/jstree/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/jstree",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~8.1.2",
"@abp/jquery": "~8.1.3",
"jstree": "^3.3.12"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/lodash/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/lodash",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"lodash": "^4.17.21"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/luxon/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/luxon",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"luxon": "^2.3.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/malihu-custom-scrollbar-plugin/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/malihu-custom-scrollbar-plugin",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"malihu-custom-scrollbar-plugin": "^3.1.5"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/markdown-it/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/markdown-it",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"markdown-it": "^12.3.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

2
npm/packs/moment/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/moment",
"repository": {
"type": "git",

4
npm/packs/owl.carousel/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/owl.carousel",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"owl.carousel": "^2.3.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/popper.js/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/popper.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"@popperjs/core": "^2.11.2"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

6
npm/packs/prismjs/package.json

@ -1,12 +1,12 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/prismjs",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/clipboard": "~8.1.2",
"@abp/core": "~8.1.2",
"@abp/clipboard": "~8.1.3",
"@abp/core": "~8.1.3",
"prismjs": "^1.26.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/qrcode/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/qrcode",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2"
"@abp/core": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

4
npm/packs/select2/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/select2",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"select2": "^4.0.13"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/signalr/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/signalr",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"@microsoft/signalr": "~6.0.1"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

2
npm/packs/slugify/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/slugify",
"publishConfig": {
"access": "public"

4
npm/packs/star-rating-svg/package.json

@ -1,11 +1,11 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/star-rating-svg",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~8.1.2",
"@abp/jquery": "~8.1.3",
"star-rating-svg": "^3.5.0"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/sweetalert2/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/sweetalert2",
"publishConfig": {
"access": "public"
@ -10,7 +10,7 @@
"directory": "npm/packs/sweetalert2"
},
"dependencies": {
"@abp/core": "~8.1.2",
"@abp/core": "~8.1.3",
"sweetalert2": "^11.3.6"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/timeago/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/timeago",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~8.1.2",
"@abp/jquery": "~8.1.3",
"timeago": "^1.6.7"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

4
npm/packs/toastr/package.json

@ -1,5 +1,5 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/toastr",
"repository": {
"type": "git",
@ -10,7 +10,7 @@
"access": "public"
},
"dependencies": {
"@abp/jquery": "~8.1.2",
"@abp/jquery": "~8.1.3",
"toastr": "^2.1.4"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

6
npm/packs/tui-editor/package.json

@ -1,12 +1,12 @@
{
"version": "8.1.2",
"version": "8.1.3",
"name": "@abp/tui-editor",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@abp/jquery": "~8.1.2",
"@abp/prismjs": "~8.1.2"
"@abp/jquery": "~8.1.3",
"@abp/prismjs": "~8.1.3"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io",

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save