Browse Source

Merge branch 'dev' into MongoDB.Driver.3

pull/21807/head
maliming 2 years ago
parent
commit
142de53381
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 20
      .github/workflows/auto-pr.yml
  2. 8
      Directory.Packages.props
  3. 0
      docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests-ef-core.png
  4. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests-mongo.png
  5. 0
      docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects-ef-core.png
  6. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects-mongo.png
  7. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-angular.png
  8. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-blazor.png
  9. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png
  10. 0
      docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mvc.png
  11. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-ef-core.png
  12. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-mongo.png
  13. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/studio-browser-suite.png
  14. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/suite-book-entity-5.png
  15. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-1.png
  16. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png
  17. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/suite-custom-code-result.png
  18. 0
      docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code-ef-core.png
  19. BIN
      docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code-mongo.png
  20. 12
      docs/en/tutorials/book-store-with-abp-suite/index.md
  21. 16
      docs/en/tutorials/book-store-with-abp-suite/part-01.md
  22. 32
      docs/en/tutorials/book-store-with-abp-suite/part-02.md
  23. 34
      docs/en/tutorials/book-store-with-abp-suite/part-03.md
  24. 58
      docs/en/tutorials/book-store-with-abp-suite/part-04.md
  25. 62
      docs/en/tutorials/book-store-with-abp-suite/part-05.md
  26. 10
      framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/PageHeader.razor.cs
  27. 2
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/AbpIoSourceCodeStore.cs
  28. 4
      framework/src/Volo.Abp.Core/Volo/Abp/Modularity/AbpModuleHelper.cs
  29. 102
      modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor
  30. 22
      modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor.cs
  31. 79
      modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor
  32. 24
      modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor.cs
  33. 6
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json
  34. 276
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock
  35. 4
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json
  36. 280
      modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock
  37. 4
      modules/blogging/app/Volo.BloggingTestApp/package.json
  38. 318
      modules/blogging/app/Volo.BloggingTestApp/yarn.lock
  39. 2
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json
  40. 258
      modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock
  41. 10
      modules/cms-kit/angular/package.json
  42. 4
      modules/cms-kit/angular/projects/cms-kit/package.json
  43. 2
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json
  44. 258
      modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock
  45. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json
  46. 258
      modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock
  47. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json
  48. 404
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock
  49. 4
      modules/docs/app/VoloDocs.Web/package.json
  50. 318
      modules/docs/app/VoloDocs.Web/yarn.lock
  51. 40
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/index.js
  52. 2
      modules/openiddict/app/OpenIddict.Demo.Server/package.json
  53. 20
      modules/openiddict/app/angular/package.json
  54. 2
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json
  55. 258
      modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock
  56. 4
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json
  57. 292
      modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock
  58. 2
      npm/lerna.json
  59. 4
      npm/ng-packs/package.json
  60. 6
      npm/ng-packs/packages/account-core/package.json
  61. 6
      npm/ng-packs/packages/account/package.json
  62. 6
      npm/ng-packs/packages/components/package.json
  63. 4
      npm/ng-packs/packages/core/package.json
  64. 4
      npm/ng-packs/packages/feature-management/package.json
  65. 2
      npm/ng-packs/packages/generators/package.json
  66. 8
      npm/ng-packs/packages/identity/package.json
  67. 6
      npm/ng-packs/packages/oauth/package.json
  68. 4
      npm/ng-packs/packages/permission-management/package.json
  69. 2
      npm/ng-packs/packages/schematics/package.json
  70. 6
      npm/ng-packs/packages/setting-management/package.json
  71. 6
      npm/ng-packs/packages/tenant-management/package.json
  72. 6
      npm/ng-packs/packages/theme-basic/package.json
  73. 4
      npm/ng-packs/packages/theme-shared/package.json
  74. 4
      npm/packs/anchor-js/package.json
  75. 4
      npm/packs/aspnetcore.components.server.basictheme/package.json
  76. 6
      npm/packs/aspnetcore.components.server.theming/package.json
  77. 4
      npm/packs/aspnetcore.mvc.ui.theme.basic/package.json
  78. 34
      npm/packs/aspnetcore.mvc.ui.theme.shared/package.json
  79. 2
      npm/packs/aspnetcore.mvc.ui/package-lock.json
  80. 2
      npm/packs/aspnetcore.mvc.ui/package.json
  81. 10
      npm/packs/blogging/package.json
  82. 2
      npm/packs/bootstrap-datepicker/package.json
  83. 2
      npm/packs/bootstrap-daterangepicker/package.json
  84. 4
      npm/packs/bootstrap/package.json
  85. 2
      npm/packs/chart.js/package.json
  86. 4
      npm/packs/clipboard/package.json
  87. 14
      npm/packs/cms-kit.admin/package.json
  88. 6
      npm/packs/cms-kit.public/package.json
  89. 6
      npm/packs/cms-kit/package.json
  90. 4
      npm/packs/codemirror/package.json
  91. 4
      npm/packs/core/package.json
  92. 4
      npm/packs/cropperjs/package.json
  93. 4
      npm/packs/datatables.net-bs4/package.json
  94. 4
      npm/packs/datatables.net-bs5/package.json
  95. 4
      npm/packs/datatables.net/package.json
  96. 12
      npm/packs/docs/package.json
  97. 2
      npm/packs/flag-icon-css/package.json
  98. 2
      npm/packs/flag-icons/package.json
  99. 4
      npm/packs/font-awesome/package.json
  100. 4
      npm/packs/highlight.js/package.json

20
.github/workflows/auto-pr.yml

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

8
Directory.Packages.props

@ -17,10 +17,10 @@
<PackageVersion Include="AWSSDK.SecurityToken" Version="3.7.401.16" /> <PackageVersion Include="AWSSDK.SecurityToken" Version="3.7.401.16" />
<PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.18.1" /> <PackageVersion Include="Azure.Messaging.ServiceBus" Version="7.18.1" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.22.1" /> <PackageVersion Include="Azure.Storage.Blobs" Version="12.22.1" />
<PackageVersion Include="Blazorise" Version="1.6.2" /> <PackageVersion Include="Blazorise" Version="1.7.2" />
<PackageVersion Include="Blazorise.Components" Version="1.6.2" /> <PackageVersion Include="Blazorise.Components" Version="1.7.2" />
<PackageVersion Include="Blazorise.DataGrid" Version="1.6.2" /> <PackageVersion Include="Blazorise.DataGrid" Version="1.7.2" />
<PackageVersion Include="Blazorise.Snackbar" Version="1.6.2" /> <PackageVersion Include="Blazorise.Snackbar" Version="1.7.2" />
<PackageVersion Include="Castle.Core" Version="5.1.1" /> <PackageVersion Include="Castle.Core" Version="5.1.1" />
<PackageVersion Include="Castle.Core.AsyncInterceptor" Version="2.1.0" /> <PackageVersion Include="Castle.Core.AsyncInterceptor" Version="2.1.0" />
<PackageVersion Include="CommonMark.NET" Version="0.15.1" /> <PackageVersion Include="CommonMark.NET" Version="0.15.1" />

0
docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests.png → docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests-ef-core.png

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests-mongo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

0
docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects.png → docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects-ef-core.png

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects-mongo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-angular.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-blazor.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

0
docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app.png → docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mvc.png

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed.png → docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-ef-core.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 68 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-mongo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/studio-browser-suite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

After

Width:  |  Height:  |  Size: 142 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/suite-book-entity-5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/suite-custom-code-result.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 80 KiB

0
docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code.png → docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code-ef-core.png

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB

BIN
docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code-mongo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

12
docs/en/tutorials/book-store-with-abp-suite/index.md

@ -1,5 +1,13 @@
# Web Application Development Tutorial (with ABP Suite) # Web Application Development Tutorial (with ABP Suite)
````json
//[doc-params]
{
"UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"],
"DB": ["EF", "Mongo"]
}
````
````json ````json
//[doc-nav] //[doc-nav]
{ {
@ -18,8 +26,8 @@
In this tutorial series, you will build an ABP based web application named `Acme.BookStore`. This application is used to manage a list of books and their authors. It is developed using the following technologies: In this tutorial series, you will build an ABP based web application named `Acme.BookStore`. This application is used to manage a list of books and their authors. It is developed using the following technologies:
* **Entity Framework Core** as the database provider. * **{{DB_Value}}** as the database provider.
* **MVC** as the UI Framework. * **{{UI_Value}}** as the UI Framework.
This tutorial is organized as the following parts: This tutorial is organized as the following parts:

16
docs/en/tutorials/book-store-with-abp-suite/part-01.md

@ -1,5 +1,13 @@
# Web Application Development Tutorial (with ABP Suite) - Part 1: Creating the Solution # Web Application Development Tutorial (with ABP Suite) - Part 1: Creating the Solution
````json
//[doc-params]
{
"UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"],
"DB": ["EF", "Mongo"]
}
````
````json ````json
//[doc-nav] //[doc-nav]
{ {
@ -20,10 +28,10 @@ You can use the following configurations:
* **Solution Template:** Application (Layered) * **Solution Template:** Application (Layered)
* **Solution Name:** `Acme.BookStore` * **Solution Name:** `Acme.BookStore`
* **UI Framework:** {{if UI=="MVC"}} ASP.NET Core MVC / Razor Pages {{end}} * **UI Framework:** {{UI_Value}}
* **UI Theme:** LeptonX * **UI Theme:** LeptonX
* **Mobile Framework:** None * **Mobile Framework:** None
* **Database Provider:** {{if DB=="EF"}} Entity Framework Core {{end}} * **Database Provider:** {{DB_Value}}
* **Public Website:** No * **Public Website:** No
* **Tiered:** No * **Tiered:** No
@ -31,10 +39,6 @@ You can select the other options based on your preference.
> **Please complete the [Get Started](../../get-started/layered-web-application.md) guide and run the web application before going further.** > **Please complete the [Get Started](../../get-started/layered-web-application.md) guide and run the web application before going further.**
The initial solution structure should be like the following in the ABP Studio's [Solution Explorer](../../studio/solution-explorer.md):
![](./images/book-store-suite-solution-explorer.png)
## Summary ## Summary
We've created the initial layered monolith solution. In the next part, we will learn how to create entities, and generate CRUD pages based on the specified options (including tests, UI, customizable code support etc.) with [ABP Suite](../../suite/index.md). We've created the initial layered monolith solution. In the next part, we will learn how to create entities, and generate CRUD pages based on the specified options (including tests, UI, customizable code support etc.) with [ABP Suite](../../suite/index.md).

32
docs/en/tutorials/book-store-with-abp-suite/part-02.md

@ -1,5 +1,13 @@
# Web Application Development Tutorial (with ABP Suite) - Part 2: Creating the Books # Web Application Development Tutorial (with ABP Suite) - Part 2: Creating the Books
````json
//[doc-params]
{
"UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"],
"DB": ["EF", "Mongo"]
}
````
````json ````json
//[doc-nav] //[doc-nav]
{ {
@ -87,9 +95,7 @@ You can leave the other configurations as default.
> ABP Suite allows you to define properties with a great range of options, for example, you can specify the property type as *string*, *int*, *float*, *Guid*, *DateTime*, and even *File* (for file upload) and also you can set any options while defining your properties, such as specifying it as *required*, or *nullable*, setting *max-min length*, *default value* and more... > ABP Suite allows you to define properties with a great range of options, for example, you can specify the property type as *string*, *int*, *float*, *Guid*, *DateTime*, and even *File* (for file upload) and also you can set any options while defining your properties, such as specifying it as *required*, or *nullable*, setting *max-min length*, *default value* and more...
After that, you can click the **Save and Generate** button to start the code generation process: After that, you can click the **Save and Generate** button to start the code generation process.
![](./images/suite-book-entity-5.png)
ABP Suite will generate the necessary code for you. It generates: ABP Suite will generate the necessary code for you. It generates:
@ -104,11 +110,27 @@ ABP Suite will generate the necessary code for you. It generates:
It will take some time to complete the process. After the process is completed, you will see a success message, you can click the *Ok* button, and then run the application by clicking the *Start* button (or alternatively, directly clicking the *run* icon) in the *Solution Runner* panel: It will take some time to complete the process. After the process is completed, you will see a success message, you can click the *Ok* button, and then run the application by clicking the *Start* button (or alternatively, directly clicking the *run* icon) in the *Solution Runner* panel:
![](./images/book-store-studio-run-app.png) {{ if UI == "MVC" }}
![](./images/book-store-studio-run-app-mvc.png)
{{ else if UI == "Angular" }}
![](./images/book-store-studio-run-app-angular.png)
{{ else if UI == "MAUIBlazor" }}
![](./images/book-store-studio-run-app-mauiblazor.png)
{{ else }}
![](./images/book-store-studio-run-app-blazor.png)
{{ end }}
After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser. You can see the Books page in the following figure with a single record: After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser. You can see the Books page in the following figure with a single record:
![](./images/suite-book-pages-1.png) ![](./images/suite-book-pages-browser.png)
On this page, you can create a new book, update an existing book, delete a book, export all records (or the filtered records) to excel, filter the records by using the advanced filter section, bulk delete multiple records and so on. On this page, you can create a new book, update an existing book, delete a book, export all records (or the filtered records) to excel, filter the records by using the advanced filter section, bulk delete multiple records and so on.

34
docs/en/tutorials/book-store-with-abp-suite/part-03.md

@ -1,5 +1,13 @@
# Web Application Development Tutorial (with ABP Suite) - Part 3: Creating the Authors # Web Application Development Tutorial (with ABP Suite) - Part 3: Creating the Authors
````json
//[doc-params]
{
"UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"],
"DB": ["EF", "Mongo"]
}
````
````json ````json
//[doc-nav] //[doc-nav]
{ {
@ -24,11 +32,11 @@ After generating the all necessary code for the `Book` entity, and testing the *
Click the entity selection box in the top right of the *CRUD page generation* page, and select the *-New entity-*: Click the entity selection box in the top right of the *CRUD page generation* page, and select the *-New entity-*:
![](/images/suite-author-new-entity.png) ![](./images/suite-author-new-entity.png)
Then, you can type `Author` for the *Name* field and leave the other options as is (you can change the menu icon as **pen** for a proper menu icon, and/or other options, if you wish). ABP Suite automatically calculates proper values for the rest of the inputs for you: Then, you can type `Author` for the *Name* field and leave the other options as is (you can change the menu icon as **pen** for a proper menu icon, and/or other options, if you wish). ABP Suite automatically calculates proper values for the rest of the inputs for you:
![](/images/suite-author-entity-1.png) ![](./images/suite-author-entity-1.png)
ABP Suite sets: ABP Suite sets:
@ -52,13 +60,27 @@ You can leave the other configurations as default.
> **Note:** All properties are marked as **filterable** by default, and they appear in the advanced filter section because of that. You can set any properties you want as **not filterable** and then the related property will be removed from the advanced filter section and code will be generated accordingly. > **Note:** All properties are marked as **filterable** by default, and they appear in the advanced filter section because of that. You can set any properties you want as **not filterable** and then the related property will be removed from the advanced filter section and code will be generated accordingly.
You can click the **Save and Generate** button to start the code generation process: You can click the **Save and Generate** button to start the code generation process.
![](./images/suite-book-entity-5.png)
ABP Suite will generate the necessary code for you. It will take some time to complete the process. After the process is completed, you will see a success message, you can click the *Ok* button, and then run the application by clicking the *Start* button (or alternatively, directly clicking the *run* icon) in the *Solution Runner* panel: ABP Suite will generate the necessary code for you. It will take some time to complete the process. After the process is completed, you will see a success message, you can click the *Ok* button, and then run the application by clicking the *Start* button (or alternatively, directly clicking the *run* icon) in the *Solution Runner* panel:
![](./images/book-store-studio-run-app.png) {{ if UI == "MVC" }}
![](./images/book-store-studio-run-app-mvc.png)
{{ else if UI == "Angular" }}
![](./images/book-store-studio-run-app-angular.png)
{{ else if UI == "MAUIBlazor" }}
![](./images/book-store-studio-run-app-mauiblazor.png)
{{ else }}
![](./images/book-store-studio-run-app-blazor.png)
{{ end }}
After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser and try to add a new author: After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser and try to add a new author:

58
docs/en/tutorials/book-store-with-abp-suite/part-04.md

@ -1,5 +1,13 @@
# Web Application Development Tutorial (with ABP Suite) - Part 4: Book to Author Relation # Web Application Development Tutorial (with ABP Suite) - Part 4: Book to Author Relation
````json
//[doc-params]
{
"UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"],
"DB": ["EF", "Mongo"]
}
````
````json ````json
//[doc-nav] //[doc-nav]
{ {
@ -51,7 +59,23 @@ After, specifying the metadata, you can click the *Ok* button to close the modal
It will take some time to complete the process. After the process is completed, you will see a success message, you can click the *Ok* button, and then run the application by clicking the *Start* button (or alternatively, directly clicking the *run* icon) in the *Solution Runner* panel: It will take some time to complete the process. After the process is completed, you will see a success message, you can click the *Ok* button, and then run the application by clicking the *Start* button (or alternatively, directly clicking the *run* icon) in the *Solution Runner* panel:
![](./images/book-store-studio-run-app.png) {{ if UI == "MVC" }}
![](./images/book-store-studio-run-app-mvc.png)
{{ else if UI == "Angular" }}
![](./images/book-store-studio-run-app-angular.png)
{{ else if UI == "MAUIBlazor" }}
![](./images/book-store-studio-run-app-mauiblazor.png)
{{ else }}
![](./images/book-store-studio-run-app-blazor.png)
{{ end }}
After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser. You can first create an author and then create a book with the author for testing: After the application is started, you can right-click and *Browse* on the application to open it in the ABP Studio's pre-integrated browser. You can first create an author and then create a book with the author for testing:
@ -65,15 +89,29 @@ Also, notice that, in the advanced filter section, there is an **Author** dropdo
Since you completed the bookstore application, now we can check the generated tests, and run them to see if all of them pass or not. Since you completed the bookstore application, now we can check the generated tests, and run them to see if all of them pass or not.
There are several test projects in the solution: There are several test projects in the solution (slightly differs based on your _UI_ and _Database_ selection):
{{ if DB == "EF" }}
![](./images/abp-suite-solution-test-projects-ef-core.png)
![](./images/abp-suite-solution-test-projects.png) {{ else if DB == "Mongo" }}
> Test projects slightly differs based on your UI and Database selection. For example, if you select MongoDB, then the `Acme.BookStore.EntityFrameworkCore.Tests` will be `Acme.BookStore.MongoDB.Tests`. ![](./images/abp-suite-solution-test-projects-mongo.png)
{{ end }}
ABP Suite generated unit & integration tests, for the `Book` & `Author` entities. If you open the **Test explorer** in your IDE, you will see the following tests are generated: ABP Suite generated unit & integration tests, for the `Book` & `Author` entities. If you open the **Test explorer** in your IDE, you will see the following tests are generated:
![](./images/abp-suite-generated-tests.png) {{ if DB == "EF" }}
![](./images/abp-suite-generated-tests-ef-core.png)
{{ else if DB == "Mongo" }}
![](./images/abp-suite-generated-tests-mongo.png)
{{ end }}
ABP Suite generated tests for repository implementations & application service implementations for the generated code, if you enable *Create unit & integration tests* option, while creating the entity. Since, you already did that in the previous parts, it generated the all required tests for the entities. ABP Suite generated tests for repository implementations & application service implementations for the generated code, if you enable *Create unit & integration tests* option, while creating the entity. Since, you already did that in the previous parts, it generated the all required tests for the entities.
@ -155,7 +193,15 @@ Since ABP Suite generated the test data seed contributors for each entity, you h
Let's execute all tests, and see the results: Let's execute all tests, and see the results:
![](./images/bookstore-test-succeed.png) {{ if DB == "EF" }}
![](./images/bookstore-test-succeed-ef-core.png)
{{ else if DB == "Mongo" }}
![](./images/bookstore-test-succeed-mongo.png)
{{ end }}
## Summary ## Summary

62
docs/en/tutorials/book-store-with-abp-suite/part-05.md

@ -1,5 +1,13 @@
# Web Application Development Tutorial (with ABP Suite) - Part 5: Customizing the Generated Code # Web Application Development Tutorial (with ABP Suite) - Part 5: Customizing the Generated Code
````json
//[doc-params]
{
"UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"],
"DB": ["EF", "Mongo"]
}
````
````json ````json
//[doc-nav] //[doc-nav]
{ {
@ -28,12 +36,22 @@ On the C# side, ABP Suite adds abstract base classes for entities, application s
You can write your custom code in those classes (with the `*.Extended.cs` extension) and next time when you need to re-generate the entity, your custom code will not be overridden (only the base abstract classes will be re-generated and your changes on Suite will be respected): You can write your custom code in those classes (with the `*.Extended.cs` extension) and next time when you need to re-generate the entity, your custom code will not be overridden (only the base abstract classes will be re-generated and your changes on Suite will be respected):
![](./images/suite-repository-custom-code.png) {{ if DB == "EF" }}
![](./images/suite-repository-custom-code-ef-core.png)
{{ else if DB == "Mongo" }}
![](./images/suite-repository-custom-code-mongo.png)
> For example, you can create a new repository method like in the example above, and in the next CRUD page generation, you will ABP Suite won't override your custom code. {{ end }}
> For example, you can create a new repository method like in the example above, and in the next CRUD page generation, ABP Suite won't override your custom code.
On the UI side, ABP Suite provides convenient comment placeholders within pages for MVC, Blazor, and Angular UIs. These comment sections serve as hook points where you can add your custom code. On the UI side, ABP Suite provides convenient comment placeholders within pages for MVC, Blazor, and Angular UIs. These comment sections serve as hook points where you can add your custom code.
{{ if UI == "MVC"}}
For example, if you open the *Books/Index.cshtml* file in your IDE, you will see those placeholders like following: For example, if you open the *Books/Index.cshtml* file in your IDE, you will see those placeholders like following:
```xml ```xml
@ -50,6 +68,46 @@ For example, if you open the *Books/Index.cshtml* file in your IDE, you will see
You can write your custom codes between the _**<suite-custom-code-block-n></suite-custom-code-block-n>**_ placeholders and you can also extend these placeholders by customizing the [ABP Suite templates](../../suite/editing-templates.md). You can write your custom codes between the _**<suite-custom-code-block-n></suite-custom-code-block-n>**_ placeholders and you can also extend these placeholders by customizing the [ABP Suite templates](../../suite/editing-templates.md).
{{ else if UI == "Angular" }}
Similar to services, there are two types of components:
- `abstract.component.ts`
- `component.ts`
The `.abstract.component.ts` file is recreated with each execution of schematics, while the code for `.component.ts` files is generated only once, so your custom changes are preserved.
When the _Customizable code_ is enabled, ABP Suite introduces custom comment placeholders in the HTML file as follows:
```html
<!--<suite-custom-code-block-0>-->
<!--</suite-custom-code-block-0>-->
```
{{ else }}
For example, if you open the *Books.razor* file in your IDE, you will see those placeholders like following:
```xml
@* ************************* PAGE HEADER ************************* *@
<PageHeader Title="@L["Books"]" BreadcrumbItems="BreadcrumbItems" Toolbar="Toolbar">
</PageHeader>
@* ************************* SEARCH ************************* *@
<Card>
<CardBody>
@*//<suite-custom-code-block-1>*@
@*//</suite-custom-code-block-1>*@
<Row>
@*- Code omitted for brevity *@
```
You can write your custom codes between the _**<suite-custom-code-block-n></suite-custom-code-block-n>**_ placeholders and you can also extend these placeholders by customizing the [ABP Suite templates](../../suite/editing-templates.md).
{{ end }}
> For more information, please refer to [Customizing the Generated Code documentation](../../suite/customizing-the-generated-code.md) > For more information, please refer to [Customizing the Generated Code documentation](../../suite/customizing-the-generated-code.md)
## Implementing Custom Code ## Implementing Custom Code

10
framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/PageHeader.razor.cs

@ -4,10 +4,11 @@ using System.Threading.Tasks;
using Volo.Abp.AspNetCore.Components.Web.Theming.PageToolbars; using Volo.Abp.AspNetCore.Components.Web.Theming.PageToolbars;
using Volo.Abp.BlazoriseUI; using Volo.Abp.BlazoriseUI;
using System.Linq; using System.Linq;
using System;
namespace Volo.Abp.AspNetCore.Components.Web.Theming.Layout; namespace Volo.Abp.AspNetCore.Components.Web.Theming.Layout;
public partial class PageHeader : ComponentBase public partial class PageHeader : ComponentBase, IDisposable
{ {
protected List<RenderFragment> ToolbarItemRenders { get; set; } protected List<RenderFragment> ToolbarItemRenders { get; set; }
@ -107,4 +108,11 @@ public partial class PageHeader : ComponentBase
{ {
await base.OnInitializedAsync(); await base.OnInitializedAsync();
} }
public void Dispose()
{
PageLayout.ToolbarItems.Clear();
PageLayout.BreadcrumbItems.Clear();
ToolbarItemRenders.Clear();
}
} }

2
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/AbpIoSourceCodeStore.cs

@ -291,7 +291,7 @@ public class AbpIoSourceCodeStore : ISourceCodeStore, ITransientDependency
var result = await response.Content.ReadAsStringAsync(); var result = await response.Content.ReadAsStringAsync();
var versions = JsonSerializer.Deserialize<GithubReleaseVersions>(result); var versions = JsonSerializer.Deserialize<GithubReleaseVersions>(result);
return templateName.Contains("LeptonX") ? return (templateName.Contains("LeptonX") || templateName.Contains("lepton-x")) ?
versions.LeptonXVersions.Any(v => v.Name == version) : versions.LeptonXVersions.Any(v => v.Name == version) :
versions.FrameworkAndCommercialVersions.Any(v => v.Name == version); versions.FrameworkAndCommercialVersions.Any(v => v.Name == version);
} }

4
framework/src/Volo.Abp.Core/Volo/Abp/Modularity/AbpModuleHelper.cs

@ -11,7 +11,7 @@ public static class AbpModuleHelper
public static List<Type> FindAllModuleTypes(Type startupModuleType, ILogger? logger) public static List<Type> FindAllModuleTypes(Type startupModuleType, ILogger? logger)
{ {
var moduleTypes = new List<Type>(); var moduleTypes = new List<Type>();
logger?.Log(LogLevel.Information, "Loaded ABP modules:"); logger?.Log(LogLevel.Debug, "Loaded ABP modules:");
AddModuleAndDependenciesRecursively(moduleTypes, startupModuleType, logger); AddModuleAndDependenciesRecursively(moduleTypes, startupModuleType, logger);
return moduleTypes; return moduleTypes;
} }
@ -72,7 +72,7 @@ public static class AbpModuleHelper
} }
moduleTypes.Add(moduleType); moduleTypes.Add(moduleType);
logger?.Log(LogLevel.Information, $"{new string(' ', depth * 2)}- {moduleType.FullName}"); logger?.Log(LogLevel.Debug, $"{new string(' ', depth * 2)}- {moduleType.FullName}");
foreach (var dependedModuleType in FindDependedModuleTypes(moduleType)) foreach (var dependedModuleType in FindDependedModuleTypes(moduleType))
{ {

102
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor

@ -1,61 +1,67 @@
@using Volo.Abp.UI.Navigation @using Volo.Abp.UI.Navigation
@{ @{
var elementId = MenuItem.ElementId ?? "MenuItem_" + MenuItem.Name.Replace(".", "_");
var cssClass = string.IsNullOrEmpty(MenuItem.CssClass) ? string.Empty : MenuItem.CssClass;
var disabled = MenuItem.IsDisabled ? "disabled" : string.Empty;
var url = MenuItem.Url == null ? "#" : MenuItem.Url.TrimStart('/', '~');
var customComponentType = MenuItem.GetComponentTypeOrDefault(); var customComponentType = MenuItem.GetComponentTypeOrDefault();
} }
@if (MenuItem.IsLeaf)
@if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType))
{ {
if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType)) <DynamicComponent Type="@customComponentType" />
{
<DynamicComponent Type="@customComponentType" />
}
else if (MenuItem.Url != null)
{
<li class="nav-item @cssClass @disabled" id="@elementId">
<a class="nav-link" href="@url" target="@MenuItem.Target">
@if (MenuItem.Icon != null)
{
if (MenuItem.Icon.StartsWith("fa"))
{
<i class="@MenuItem.Icon me-1"></i>
}
}
@MenuItem.DisplayName
</a>
</li>
}
} }
else else
{ {
<li class="nav-item"> <Dropdown @ref="_dropdown"
<div class="dropdown"> Class="@(string.IsNullOrEmpty(MenuItem.CssClass) ? string.Empty : MenuItem.CssClass)"
@if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType)) ElementId="@(MenuItem.ElementId ?? "MenuItem_" + MenuItem.Name.Replace(".", "_"))"
{ Disabled="MenuItem.IsDisabled">
<DynamicComponent Type="@customComponentType" /> <DropdownToggle ToggleIconVisible="false">
} <ChildContent>
else @if (MenuItem.Url != null)
{ {
<a class="nav-link dropdown-toggle" @onclick="ToggleSubMenu" id="Menu_@(MenuItem.Name)" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> var url = MenuItem.Url == null ? "#" : MenuItem.Url.TrimStart('/', '~');
@if (MenuItem.Icon != null) <a class="text-white text-decoration-none" href="@url" target="@MenuItem.Target">
{ @if (MenuItem.Icon != null && MenuItem.Icon.StartsWith("fa"))
if (MenuItem.Icon.StartsWith("fa"))
{ {
<i class="@MenuItem.Icon me-1"></i> <i class="@MenuItem.Icon me-1"></i>
} }
} @MenuItem.DisplayName
@MenuItem.DisplayName </a>
</a> }
} else
<div class="dropdown-menu border-0 shadow-sm @(IsSubMenuOpen ? "show" : "")" aria-labelledby="Menu_@(MenuItem.Name)">
@foreach (var childMenuItem in MenuItem.Items)
{ {
<SecondLevelNavMenuItem MenuItem="childMenuItem" /> <a class="text-white text-decoration-none dropdown-toggle">
@if (MenuItem.Icon != null)
{
if (MenuItem.Icon.StartsWith("fa"))
{
<i class="@MenuItem.Icon me-1"></i>
}
}
@MenuItem.DisplayName
</a>
}
</ChildContent>
</DropdownToggle>
<DropdownMenu>
@foreach (var item in MenuItem.Items)
{
if (item.Items.Any())
{
<SecondLevelNavMenuItem MenuItem="item" ParentDropdown="_dropdown" />
} }
</div> else
</div> {
</li> var itemUrl = item.Url == null ? "#" : item.Url.TrimStart('/', '~');
<a class="text-black text-decoration-none" href="@itemUrl">
@if (item.Icon != null)
{
<i class="@item.Icon me-1"></i>
}
<span>
@item.DisplayName
</span>
</a>
}
}
</DropdownMenu>
</Dropdown>
} }

22
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor.cs

@ -1,4 +1,5 @@
using System; using System;
using Blazorise;
using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Routing; using Microsoft.AspNetCore.Components.Routing;
using Volo.Abp.UI.Navigation; using Volo.Abp.UI.Navigation;
@ -7,31 +8,26 @@ namespace Volo.Abp.AspNetCore.Components.Web.BasicTheme.Themes.Basic;
public partial class FirstLevelNavMenuItem : IDisposable public partial class FirstLevelNavMenuItem : IDisposable
{ {
[Inject] private NavigationManager NavigationManager { get; set; }
[Parameter] [Parameter]
public ApplicationMenuItem MenuItem { get; set; } public ApplicationMenuItem MenuItem { get; set; } = default!;
private Dropdown _dropdown;
public bool IsSubMenuOpen { get; set; } [Inject]
private NavigationManager NavigationManager { get; set; }
protected override void OnInitialized() protected override void OnInitialized()
{ {
NavigationManager.LocationChanged += OnLocationChanged; NavigationManager.LocationChanged += OnLocationChanged;
} }
private void ToggleSubMenu() protected virtual void OnLocationChanged(object sender, LocationChangedEventArgs e)
{ {
IsSubMenuOpen = !IsSubMenuOpen; _dropdown?.Hide();
} }
public void Dispose() public virtual void Dispose()
{ {
NavigationManager.LocationChanged -= OnLocationChanged; NavigationManager.LocationChanged -= OnLocationChanged;
} }
private void OnLocationChanged(object sender, LocationChangedEventArgs e)
{
IsSubMenuOpen = false;
InvokeAsync(StateHasChanged);
}
} }

79
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor

@ -1,55 +1,48 @@
@using Volo.Abp.UI.Navigation @using Volo.Abp.UI.Navigation
@{ @{
var elementId = MenuItem.ElementId ?? "MenuItem_" + MenuItem.Name.Replace(".", "_");
var cssClass = string.IsNullOrEmpty(MenuItem.CssClass) ? string.Empty : MenuItem.CssClass;
var disabled = MenuItem.IsDisabled ? "disabled" : string.Empty;
var url = MenuItem.Url == null ? "#" : MenuItem.Url.TrimStart('/', '~');
var customComponentType = MenuItem.GetComponentTypeOrDefault(); var customComponentType = MenuItem.GetComponentTypeOrDefault();
} }
@if (MenuItem.IsLeaf)
@if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType))
{ {
if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType)) <DynamicComponent Type="@customComponentType" />
{
<DynamicComponent Type="@customComponentType" />
}
else if (MenuItem.Url != null)
{
<a class="dropdown-item @cssClass @disabled" href="@url" target="@MenuItem.Target" id="@elementId">
@if (MenuItem.Icon != null)
{
<i class="@MenuItem.Icon me-1"></i>
}
<span>
@MenuItem.DisplayName
</span>
</a>
}
} }
else else
{ {
<div class="dropdown-submenu"> <Dropdown @ref="_dropdown"
@if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType)) Class="@(string.IsNullOrEmpty(MenuItem.CssClass) ? string.Empty : MenuItem.CssClass)"
{ ElementId="@(MenuItem.ElementId ?? "MenuItem_" + MenuItem.Name.Replace(".", "_"))"
<DynamicComponent Type="@customComponentType" /> Disabled="MenuItem.IsDisabled">
} <DropdownToggle Class="me-3">
else <ChildContent>
{ @if (MenuItem.Icon != null && MenuItem.Icon.StartsWith("fa"))
<a role="button" @onclick="ToggleSubMenu" class="btn dropdown-toggle" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
@if (MenuItem.Icon != null)
{ {
<i class="@MenuItem.Icon me-1"></i> <i class="@MenuItem.Icon me-1"></i>
} }
<span> @MenuItem.DisplayName
@MenuItem.DisplayName </ChildContent>
</span> </DropdownToggle>
</a> <DropdownMenu>
} @foreach (var item in MenuItem.Items)
<div class="dropdown-menu border-0 shadow-sm @(IsSubMenuOpen ? "show" : "")">
@foreach (var childMenuItem in MenuItem.Items)
{ {
<SecondLevelNavMenuItem MenuItem="@childMenuItem"/> if (item.Items.Any())
{
<SecondLevelNavMenuItem MenuItem="item" ParentDropdown="_dropdown"/>
}
else
{
var itemUrl = item.Url == null ? "#" : item.Url.TrimStart('/', '~');
<a class="text-black text-decoration-none" href="@itemUrl">
@if (item.Icon != null)
{
<i class="@item.Icon me-1"></i>
}
<span>
@item.DisplayName
</span>
</a>
}
} }
</div> </DropdownMenu>
</div> </Dropdown>
} }

24
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor.cs

@ -1,4 +1,5 @@
using System; using System;
using Blazorise;
using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Routing; using Microsoft.AspNetCore.Components.Routing;
using Volo.Abp.UI.Navigation; using Volo.Abp.UI.Navigation;
@ -7,31 +8,30 @@ namespace Volo.Abp.AspNetCore.Components.Web.BasicTheme.Themes.Basic;
public partial class SecondLevelNavMenuItem : IDisposable public partial class SecondLevelNavMenuItem : IDisposable
{ {
[Inject] private NavigationManager NavigationManager { get; set; } [Parameter]
public ApplicationMenuItem MenuItem { get; set; } = default!;
[Parameter] [Parameter]
public ApplicationMenuItem MenuItem { get; set; } public Dropdown ParentDropdown { get; set; } = default!;
private Dropdown _dropdown;
public bool IsSubMenuOpen { get; set; } [Inject]
private NavigationManager NavigationManager { get; set; }
protected override void OnInitialized() protected override void OnInitialized()
{ {
NavigationManager.LocationChanged += OnLocationChanged; NavigationManager.LocationChanged += OnLocationChanged;
} }
private void ToggleSubMenu() protected virtual void OnLocationChanged(object sender, LocationChangedEventArgs e)
{ {
IsSubMenuOpen = !IsSubMenuOpen; ParentDropdown?.Hide();
_dropdown?.Hide();
} }
public void Dispose() public virtual void Dispose()
{ {
NavigationManager.LocationChanged -= OnLocationChanged; NavigationManager.LocationChanged -= OnLocationChanged;
} }
private void OnLocationChanged(object sender, LocationChangedEventArgs e)
{
IsSubMenuOpen = false;
InvokeAsync(StateHasChanged);
}
} }

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

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

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

@ -2,212 +2,212 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/clipboard@~9.0.3": "@abp/clipboard@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605"
integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/highlight.js@~9.0.3": "@abp/highlight.js@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-9.0.3.tgz#967b497badf854a9f0036082a39cf57eefd6d7c7" resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-9.1.0-rc.1.tgz#7e5077963207678b09301bd8ef3fbe24452a4ab2"
integrity sha512-4/VhrgaiLb9kqO7HRAcmyoE63DFwMZToSjpSsXZPXMA2SM64cHjCz6cN5Ukh+GGOEolDVlbHoExON067rOz42w== integrity sha512-7g4NlkJklbvGkYUq8fHn1iAy8DDunauyNSk5CWhE8PXh/6WwRtazgvghLBel0D4NOIVEGrCIPfk+nK5KJkNPUw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@highlightjs/cdn-assets" "~11.10.0" "@highlightjs/cdn-assets" "~11.10.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/prismjs@~9.0.3": "@abp/prismjs@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e"
integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg==
dependencies: dependencies:
"@abp/clipboard" "~9.0.3" "@abp/clipboard" "~9.1.0-rc.1"
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
prismjs "^1.29.0" prismjs "^1.29.0"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" 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", "name": "asp.net",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3", "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1",
"@abp/prismjs": "~9.0.3" "@abp/prismjs": "~9.1.0-rc.1"
}, },
"devDependencies": {} "devDependencies": {}
} }

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

@ -2,211 +2,211 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.1.0-rc.1.tgz#23c87db708ff4cc9e1c99c7433c494fd3a5ae0b8"
integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== integrity sha512-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/clipboard@~9.0.3": "@abp/clipboard@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605"
integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/prismjs@~9.0.3": "@abp/prismjs@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e"
integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg==
dependencies: dependencies:
"@abp/clipboard" "~9.0.3" "@abp/clipboard" "~9.1.0-rc.1"
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
prismjs "^1.29.0" prismjs "^1.29.0"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"

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

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

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

@ -2,237 +2,237 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.1.0-rc.1.tgz#23c87db708ff4cc9e1c99c7433c494fd3a5ae0b8"
integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== integrity sha512-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/blogging@~9.0.3": "@abp/blogging@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-9.0.3.tgz#0ac6f5276b90487fc30514ac93d8d8b79620426b" resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-9.1.0-rc.1.tgz#f4a0d23baf52ab1d36341cb547353191c9051f16"
integrity sha512-D5T9IAlAkcMAomobvlG2d1ioLDv6fczLrxCqVtDB1a2yMad8aCZr6VtTjiWCSm2AtYkPjLKkIeXir3O7bzXEHw== integrity sha512-wQQlLYfJHsvybaCIo6TaEPWKu9rNcNQhvRhGhLXBvGCgavyw+FfFEtx8sjPQYnlyqFcxUn/2LGcsNlICLzmVxg==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/owl.carousel" "~9.0.3" "@abp/owl.carousel" "~9.1.0-rc.1"
"@abp/prismjs" "~9.0.3" "@abp/prismjs" "~9.1.0-rc.1"
"@abp/tui-editor" "~9.0.3" "@abp/tui-editor" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/clipboard@~9.0.3": "@abp/clipboard@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605"
integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/owl.carousel@~9.0.3": "@abp/owl.carousel@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-9.0.3.tgz#7201945d0c37f0df09bf5c7144aa4551da1ede42" resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-9.1.0-rc.1.tgz#0fc45e0b109b57b7907c66759d23f94b3c703520"
integrity sha512-BMTzvOGaQ00kQboCdrZN/DW2jAwyrTPxOBHaoEOl9sQexlzGULiQAe+jtY9kE5N834Fy4QjXTHTh0/srdZpEQw== integrity sha512-B27BhGILf6kNFYnK60NNgbKt392h6G5KnqhvUTtqu56EPCWnqCvo+0vuCpz/z8E0N4nfcz1slenfECYeP7C4/g==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
owl.carousel "^2.3.4" owl.carousel "^2.3.4"
"@abp/prismjs@~9.0.3": "@abp/prismjs@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e"
integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg==
dependencies: dependencies:
"@abp/clipboard" "~9.0.3" "@abp/clipboard" "~9.1.0-rc.1"
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
prismjs "^1.29.0" prismjs "^1.29.0"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/tui-editor@~9.0.3": "@abp/tui-editor@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-9.0.3.tgz#f7d17844fa62562db99cc06d24ddeb6a80449a07" resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-9.1.0-rc.1.tgz#8878fed7d57df5d4fe5a5529f0825660880b5bdb"
integrity sha512-MS5lxKQBeGXT9PG/CliiOCtXYI6qpzI28icy3usIvzk9IaZRNedb+4HGhcmpoA61j5NaVow81S6pQo2KBaIBQw== integrity sha512-mcRniFUgT279paz9t4RRBzAaAtSx5Eb9+fqGHLpNDqu3thpDPg9Ms073d2On0ED+4WcYDMa9tRh9xVOYUS2ipA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
"@abp/prismjs" "~9.0.3" "@abp/prismjs" "~9.1.0-rc.1"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"

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

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

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

@ -2,194 +2,194 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.1.0-rc.1.tgz#23c87db708ff4cc9e1c99c7433c494fd3a5ae0b8"
integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== integrity sha512-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"

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

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

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

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

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

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

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

@ -2,194 +2,194 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.1.0-rc.1.tgz#23c87db708ff4cc9e1c99c7433c494fd3a5ae0b8"
integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== integrity sha512-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"

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

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

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

@ -2,194 +2,194 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.1.0-rc.1.tgz#23c87db708ff4cc9e1c99c7433c494fd3a5ae0b8"
integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== integrity sha512-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"

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

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

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

@ -2,302 +2,302 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.1.0-rc.1.tgz#23c87db708ff4cc9e1c99c7433c494fd3a5ae0b8"
integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== integrity sha512-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/clipboard@~9.0.3": "@abp/clipboard@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605"
integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/cms-kit.admin@~9.0.3": "@abp/cms-kit.admin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-9.0.3.tgz#4d2e175662b8e44eb0f894b0f5b1df09548e98fa" resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-9.1.0-rc.1.tgz#f63e67303e6a1b8aaac8839cf00348db3fb0e1af"
integrity sha512-RmAl1TkmTi0zVRemBcHD4rNYFs2G6hhzFb2OHPZYpH5b6rFE6OPZjNHOXvH+gBVfuqDv2mc1FNuNc7RZGksKnw== integrity sha512-GNW18g6Y8zqro82PEwxmxfOPt5swzmIEggNTSuHY5CbwMdfnLTTFIwGrFvh2wqc9JCpF+xoo8qWyGQ1i8G5f2A==
dependencies: dependencies:
"@abp/codemirror" "~9.0.3" "@abp/codemirror" "~9.1.0-rc.1"
"@abp/jstree" "~9.0.3" "@abp/jstree" "~9.1.0-rc.1"
"@abp/markdown-it" "~9.0.3" "@abp/markdown-it" "~9.1.0-rc.1"
"@abp/slugify" "~9.0.3" "@abp/slugify" "~9.1.0-rc.1"
"@abp/tui-editor" "~9.0.3" "@abp/tui-editor" "~9.1.0-rc.1"
"@abp/uppy" "~9.0.3" "@abp/uppy" "~9.1.0-rc.1"
"@abp/cms-kit.public@~9.0.3": "@abp/cms-kit.public@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-9.0.3.tgz#fd5478a953c8f84eaedc029dbb22071cc557d249" resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-9.1.0-rc.1.tgz#ae5b8f240ed1c8b6210b3d2a34334f28fcb6756b"
integrity sha512-CFIidxnrBIo2AextML/Cdmt5wBRXmNjET9ZgkT6joItJTofu5U3hnTNRaliZ5sRFnowHBKC19UWmdxemBFZZSg== integrity sha512-gAOR6H2ZXTUQip0QF0YuiUkW/EI2xL4Iu8U2P40j1c501Ct2PVGx8Qz19a4kWKECqEjyIKmPJLHoWYkAS8cvcg==
dependencies: dependencies:
"@abp/highlight.js" "~9.0.3" "@abp/highlight.js" "~9.1.0-rc.1"
"@abp/star-rating-svg" "~9.0.3" "@abp/star-rating-svg" "~9.1.0-rc.1"
"@abp/cms-kit@9.0.3": "@abp/cms-kit@9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-9.0.3.tgz#998189b381c1d1c8c396a593309da734e5eb7964" resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-9.1.0-rc.1.tgz#08f58161d23e86ffd262cfe4fb1468d755f55d67"
integrity sha512-Gi3V+8280pEmigZbxbAu0tMuNCjUCX1fVYEjH3NWWdw3dU0iHpAUqow7NU1psmqFe2Sfiesn1NtVYGVzYHKdYw== integrity sha512-ikqZQuT4KOsNVArKWhpApUReWj6kxCL6UV2Zed9iZblbajOOUzbBuKSTTdeocm05fl613V/7KZ902YbHHGtDrw==
dependencies: dependencies:
"@abp/cms-kit.admin" "~9.0.3" "@abp/cms-kit.admin" "~9.1.0-rc.1"
"@abp/cms-kit.public" "~9.0.3" "@abp/cms-kit.public" "~9.1.0-rc.1"
"@abp/codemirror@~9.0.3": "@abp/codemirror@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-9.0.3.tgz#07337675159eabfb96549d9cc4624fae6466e7ff" resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-9.1.0-rc.1.tgz#d92e57c3717f20c9ef7cb555adc0336a9014d02e"
integrity sha512-y9pTi89Cp+8Os/E3tvU7oFABvYGbj5Wj1EBWRP6M+eojU1t2z95T7i4dGaOFEDht4UYNTiy10XnS3SZ0m7RDAw== integrity sha512-KXHShKiWG28T/sBPgclj8M2LlvuBYPTrPIgNZJF+QN/CUEub63EHynkzH51U3ZnxfqepgfspCnYG2pgohTr7Tg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
codemirror "^5.65.1" codemirror "^5.65.1"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/highlight.js@~9.0.3": "@abp/highlight.js@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-9.0.3.tgz#967b497badf854a9f0036082a39cf57eefd6d7c7" resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-9.1.0-rc.1.tgz#7e5077963207678b09301bd8ef3fbe24452a4ab2"
integrity sha512-4/VhrgaiLb9kqO7HRAcmyoE63DFwMZToSjpSsXZPXMA2SM64cHjCz6cN5Ukh+GGOEolDVlbHoExON067rOz42w== integrity sha512-7g4NlkJklbvGkYUq8fHn1iAy8DDunauyNSk5CWhE8PXh/6WwRtazgvghLBel0D4NOIVEGrCIPfk+nK5KJkNPUw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@highlightjs/cdn-assets" "~11.10.0" "@highlightjs/cdn-assets" "~11.10.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/jstree@~9.0.3": "@abp/jstree@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-9.0.3.tgz#9b59718dbeaacff6815964ed8e502c80d391ce22" resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-9.1.0-rc.1.tgz#430aee8d24b5e518b9c7580b41f5456e2455d582"
integrity sha512-+gge9T1G/n1edqDWRelyP+0V3jns1J6yObs7rg5ozpczwNwnJdZ74bHVT8phZqjF+ExpTkBI8GlyvtcUt93CAA== integrity sha512-fI8NEu81qcEqObN8isSBje2feC/81urukdgu5xAIOTIS9JPOKpJ/2eUifA6N1qH/tOzhrki0cKnk+Z/+YDyxZQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jstree "^3.3.17" jstree "^3.3.17"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/markdown-it@~9.0.3": "@abp/markdown-it@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/markdown-it/-/markdown-it-9.0.3.tgz#d753ccffd6fdd11cab6f318deaa332bd24fe5d3b" resolved "https://registry.yarnpkg.com/@abp/markdown-it/-/markdown-it-9.1.0-rc.1.tgz#d32ffd866f5d85ea9ceb89379f4ab234d743b00e"
integrity sha512-AKMVASGySUIbUgHs7jEhh2dXaQeqbL2300YhlL0UCovEGmhUcwN/hv+zkVOM36a1RWs0Ysh3vHb7WgRP0GQSAA== integrity sha512-JwojwSjNLOl3d2glSU+gx9+lv0M1DuP87RExxtsuM+Ugi09YZM4yqlIIlkxn0ZxyzNw4fvI6jWAxZECn4cwCrw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
markdown-it "^14.1.0" markdown-it "^14.1.0"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/prismjs@~9.0.3": "@abp/prismjs@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e"
integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg==
dependencies: dependencies:
"@abp/clipboard" "~9.0.3" "@abp/clipboard" "~9.1.0-rc.1"
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
prismjs "^1.29.0" prismjs "^1.29.0"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/slugify@~9.0.3": "@abp/slugify@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-9.0.3.tgz#e073e5301b4c0d7bcb56272477e10f191a858a23" resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-9.1.0-rc.1.tgz#2264772459210edb20341b8e0243563d1b2a5e4e"
integrity sha512-cCBjLW/Nc8FIP5U4U0fPq3zscS2N54evp2C5Zae/ADoPESBgR4F+p2q9+ieyMUCpyiHoYYhk+klHoSNibkxzQg== integrity sha512-3CAaLGyP7ezBEfZcsQ/gIoY3misrTh7UgU6+MjvDBAkFpHJdboOjkE8zty+bVVn5VcbsLyjsgSZnshf4VVZ5tw==
dependencies: dependencies:
slugify "^1.6.6" slugify "^1.6.6"
"@abp/star-rating-svg@~9.0.3": "@abp/star-rating-svg@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-9.0.3.tgz#8e9943c5912fd8abb798c9ee04b497405397fb41" resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-9.1.0-rc.1.tgz#dc1a124151be7a38460c1849a0ecdd9dc3868598"
integrity sha512-suEl3T+Nt91196pQ6GS4foojGQubsZjbPQ/N0TN7cqw0FPLBGQitb8V+7mG6Y5hGscWpTWXGfMR3iRiedlJ46A== integrity sha512-VvNW0CzDS0vT46K7ANInfkbcvPOMAwMDStzdrXj8lkmI4CZo7/UQdtKam1b2xKayN3AVCxvaFLiq/Dxuj3dx2Q==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
star-rating-svg "^3.5.0" star-rating-svg "^3.5.0"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/tui-editor@~9.0.3": "@abp/tui-editor@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-9.0.3.tgz#f7d17844fa62562db99cc06d24ddeb6a80449a07" resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-9.1.0-rc.1.tgz#8878fed7d57df5d4fe5a5529f0825660880b5bdb"
integrity sha512-MS5lxKQBeGXT9PG/CliiOCtXYI6qpzI28icy3usIvzk9IaZRNedb+4HGhcmpoA61j5NaVow81S6pQo2KBaIBQw== integrity sha512-mcRniFUgT279paz9t4RRBzAaAtSx5Eb9+fqGHLpNDqu3thpDPg9Ms073d2On0ED+4WcYDMa9tRh9xVOYUS2ipA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
"@abp/prismjs" "~9.0.3" "@abp/prismjs" "~9.1.0-rc.1"
"@abp/uppy@~9.0.3": "@abp/uppy@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-9.0.3.tgz#d1013a4b382d181e473487d712f9db78cf0b6f7b" resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-9.1.0-rc.1.tgz#21a9f2c517d9cae56fb422d836a8444474787c77"
integrity sha512-sZXEadlRBZCTO+Vbcd2TyzrjWV311DC045X91GkQmeu0Yqc6M5QE3TEo00FfutZovJA4MblY0EXktmgSIkoZkQ== integrity sha512-oLIfc/qHHHs+6A488rSBA3qaWH5GTGp7qBfQwoUvnYGMSYvlEJFSnB3qc1iSIl+az0Xww802VtgmnJe8CntrDQ==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
uppy "^4.4.1" uppy "^4.4.1"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"

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

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

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

@ -2,238 +2,238 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/anchor-js@~9.0.3": "@abp/anchor-js@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-9.0.3.tgz#a6183929f07d778cf3deed99bc2dc71ca619a49e" resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-9.1.0-rc.1.tgz#5ace7c3835cc833aeac2a6f8dfae5d4140199cae"
integrity sha512-0c1RiXvpauYXfY/RlVLsD6OUoLNbLJOJGMSqoSolEcLgVwv5NXDC/q+UQOnAFjDC7f/34FQvsoxtspNFfoLUuw== integrity sha512-4snmv6ICi7TM9ysijCBN45Mtn3Lu42VltZ73dsTsrFYmZ9Vy1QGa1BtF4rl2pFLDtBVVQtahk38cK7WbFB/1oA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
anchor-js "^5.0.0" anchor-js "^5.0.0"
"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.1.0-rc.1.tgz#23c87db708ff4cc9e1c99c7433c494fd3a5ae0b8"
integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== integrity sha512-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/clipboard@~9.0.3": "@abp/clipboard@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605"
integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/docs@~9.0.3": "@abp/docs@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-9.0.3.tgz#a7f873a4c40d1e4b99442e1ccaf40db074778164" resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-9.1.0-rc.1.tgz#88b3b4a619803b3376781e8b5dc015cf32f51f41"
integrity sha512-uVLMBqMTHDDmzQ5PZB9xkA/moHGeIRjqkUXED/6JtE6iphkNySR+Uw+nvRQGwfym6HgGbTHc+77Cc87P13ylxA== integrity sha512-3ZxkuVUNsj7sg1/qT5BqfsafvQhNDOUO9DSqMk/hTSrIvSNp6M2CrMjQwy7kuYNqvCX4X7FY4uNAbmVmNsjv6w==
dependencies: dependencies:
"@abp/anchor-js" "~9.0.3" "@abp/anchor-js" "~9.1.0-rc.1"
"@abp/clipboard" "~9.0.3" "@abp/clipboard" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/popper.js" "~9.0.3" "@abp/popper.js" "~9.1.0-rc.1"
"@abp/prismjs" "~9.0.3" "@abp/prismjs" "~9.1.0-rc.1"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/popper.js@~9.0.3": "@abp/popper.js@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-9.0.3.tgz#cc383e54900aa087a5c97ffbc99733cd17ed9554" resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-9.1.0-rc.1.tgz#cdd832580f1888fedaf4da57a67858b81817432e"
integrity sha512-AVc7zBa/wU/fg0NSR90TV1zHYXXr/L5OxvoTK//YVNIERzd0/VhgYQ9ltzU2XmZZrCtrlkfAo4d1cOnrm773sg== integrity sha512-3NVy8P9bFpLyev+l71CfJ8+tO3bvbgxUmpyh08LT2jv1afTaE0S70+RXOAS0gq6xftzXYgCjwGEPCttHt6nDCA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@popperjs/core" "^2.11.8" "@popperjs/core" "^2.11.8"
"@abp/prismjs@~9.0.3": "@abp/prismjs@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e"
integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg==
dependencies: dependencies:
"@abp/clipboard" "~9.0.3" "@abp/clipboard" "~9.1.0-rc.1"
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
prismjs "^1.29.0" prismjs "^1.29.0"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"

40
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/index.js

@ -49,15 +49,10 @@ var doc = doc || {};
return; return;
} }
for(var i = 0; i < lazyLiElements.length; i++){ for(var i = 0; i < lazyLiElements.length; i++){
var $li = $(lazyLiElements[i]);
if($li.has("ul").length === 0){
var $a = $li.find("a");
var node = doc.lazyExpandableNavigation.findNode($a.text(), $a.attr("href"), doc.project.navigation);
node.items.forEach(item => {
doc.lazyExpandableNavigation.renderNodeAsHtml($li, item, true);
})
}
doc.lazyExpandableNavigation.load(lazyLiElements[i]);
var $li = $(lazyLiElements[i]);
var childLazyLiElements = $li.find("li.lazy-expand"); var childLazyLiElements = $li.find("li.lazy-expand");
if(childLazyLiElements.length > 0){ if(childLazyLiElements.length > 0){
doc.lazyExpandableNavigation.isAllLoaded = false; doc.lazyExpandableNavigation.isAllLoaded = false;
@ -68,6 +63,23 @@ var doc = doc || {};
} }
doc.lazyExpandableNavigation.isAllLoaded = true; doc.lazyExpandableNavigation.isAllLoaded = true;
},
load : function(lazyLiEment){
var $li = $(lazyLiEment);
if($li.has("ul").length > 0){
return;
}
var $a = $li.find("a");
var text = $a.contents().filter(function() { return this.nodeType === 3 }).text();
var node = doc.lazyExpandableNavigation.findNode(text, $a.attr("href") , doc.project.navigation);
if(!node || !node.items){
return;
}
node.items.forEach(item => {
doc.lazyExpandableNavigation.renderNodeAsHtml($li, item, true);
})
} }
} }
@ -370,17 +382,7 @@ var doc = doc || {};
} }
}); });
$("li .lazy-expand").on('click', function(){ $("li .lazy-expand").on('click', function(){
var $this = $(this); doc.lazyExpandableNavigation.load(this);
if($this.has("ul").length > 0){
return;
}
var $a = $this.find("a");
var node = doc.lazyExpandableNavigation.findNode($a.text(), $a.attr("href") , doc.project.navigation);
node.items.forEach(item => {
doc.lazyExpandableNavigation.renderNodeAsHtml($this, item, true);
})
initLazyExpandNavigation(); initLazyExpandNavigation();
}); });
} }

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

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

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

@ -12,15 +12,15 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@abp/ng.account": "~9.0.3", "@abp/ng.account": "~9.1.0-rc.1",
"@abp/ng.components": "~9.0.3", "@abp/ng.components": "~9.1.0-rc.1",
"@abp/ng.core": "~9.0.3", "@abp/ng.core": "~9.1.0-rc.1",
"@abp/ng.oauth": "~9.0.3", "@abp/ng.oauth": "~9.1.0-rc.1",
"@abp/ng.identity": "~9.0.3", "@abp/ng.identity": "~9.1.0-rc.1",
"@abp/ng.setting-management": "~9.0.3", "@abp/ng.setting-management": "~9.1.0-rc.1",
"@abp/ng.tenant-management": "~9.0.3", "@abp/ng.tenant-management": "~9.1.0-rc.1",
"@abp/ng.theme.shared": "~9.0.3", "@abp/ng.theme.shared": "~9.1.0-rc.1",
"@abp/ng.theme.lepton-x": "~4.0.4", "@abp/ng.theme.lepton-x": "~4.1.0-rc.1",
"@angular/animations": "^15.0.1", "@angular/animations": "^15.0.1",
"@angular/common": "^15.0.1", "@angular/common": "^15.0.1",
"@angular/compiler": "^15.0.1", "@angular/compiler": "^15.0.1",
@ -36,7 +36,7 @@
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@abp/ng.schematics": "~9.0.3", "@abp/ng.schematics": "~9.1.0-rc.1",
"@angular-devkit/build-angular": "^15.0.1", "@angular-devkit/build-angular": "^15.0.1",
"@angular-eslint/builder": "~15.1.0", "@angular-eslint/builder": "~15.1.0",
"@angular-eslint/eslint-plugin": "~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", "name": "demo-app",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1"
} }
} }

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

@ -2,194 +2,194 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.1.0-rc.1.tgz#23c87db708ff4cc9e1c99c7433c494fd3a5ae0b8"
integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== integrity sha512-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" 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", "version": "1.0.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3", "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1",
"@abp/virtual-file-explorer": "~9.0.3" "@abp/virtual-file-explorer": "~9.1.0-rc.1"
} }
} }

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

@ -2,221 +2,221 @@
# yarn lockfile v1 # yarn lockfile v1
"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.1.0-rc.1.tgz#23c87db708ff4cc9e1c99c7433c494fd3a5ae0b8"
integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== integrity sha512-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": "@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.1.0-rc.1.tgz#c89df895b7814f5bdf7b7b8ca0c368b5d8e44538"
integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== integrity sha512-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w==
dependencies: dependencies:
"@abp/aspnetcore.mvc.ui" "~9.0.3" "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1"
"@abp/bootstrap" "~9.0.3" "@abp/bootstrap" "~9.1.0-rc.1"
"@abp/bootstrap-datepicker" "~9.0.3" "@abp/bootstrap-datepicker" "~9.1.0-rc.1"
"@abp/bootstrap-daterangepicker" "~9.0.3" "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1"
"@abp/datatables.net-bs5" "~9.0.3" "@abp/datatables.net-bs5" "~9.1.0-rc.1"
"@abp/font-awesome" "~9.0.3" "@abp/font-awesome" "~9.1.0-rc.1"
"@abp/jquery-form" "~9.0.3" "@abp/jquery-form" "~9.1.0-rc.1"
"@abp/jquery-validation-unobtrusive" "~9.0.3" "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1"
"@abp/lodash" "~9.0.3" "@abp/lodash" "~9.1.0-rc.1"
"@abp/luxon" "~9.0.3" "@abp/luxon" "~9.1.0-rc.1"
"@abp/malihu-custom-scrollbar-plugin" "~9.0.3" "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1"
"@abp/moment" "~9.0.3" "@abp/moment" "~9.1.0-rc.1"
"@abp/select2" "~9.0.3" "@abp/select2" "~9.1.0-rc.1"
"@abp/sweetalert2" "~9.0.3" "@abp/sweetalert2" "~9.1.0-rc.1"
"@abp/timeago" "~9.0.3" "@abp/timeago" "~9.1.0-rc.1"
"@abp/toastr" "~9.0.3" "@abp/toastr" "~9.1.0-rc.1"
"@abp/aspnetcore.mvc.ui@~9.0.3": "@abp/aspnetcore.mvc.ui@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a"
integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ==
dependencies: dependencies:
ansi-colors "^4.1.3" ansi-colors "^4.1.3"
"@abp/bootstrap-datepicker@~9.0.3": "@abp/bootstrap-datepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4"
integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw==
dependencies: dependencies:
bootstrap-datepicker "^1.10.0" bootstrap-datepicker "^1.10.0"
"@abp/bootstrap-daterangepicker@~9.0.3": "@abp/bootstrap-daterangepicker@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c"
integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ==
dependencies: dependencies:
bootstrap-daterangepicker "^3.1.0" bootstrap-daterangepicker "^3.1.0"
"@abp/bootstrap@~9.0.3": "@abp/bootstrap@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b"
integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
bootstrap "^5.3.3" bootstrap "^5.3.3"
"@abp/clipboard@~9.0.3": "@abp/clipboard@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605"
integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
clipboard "^2.0.11" clipboard "^2.0.11"
"@abp/core@~9.0.3": "@abp/core@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc"
integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A==
dependencies: dependencies:
"@abp/utils" "~9.0.3" "@abp/utils" "~9.1.0-rc.1"
"@abp/datatables.net-bs5@~9.0.3": "@abp/datatables.net-bs5@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183"
integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ==
dependencies: dependencies:
"@abp/datatables.net" "~9.0.3" "@abp/datatables.net" "~9.1.0-rc.1"
datatables.net-bs5 "^2.1.8" datatables.net-bs5 "^2.1.8"
"@abp/datatables.net@~9.0.3": "@abp/datatables.net@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8"
integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
datatables.net "^2.1.8" datatables.net "^2.1.8"
"@abp/font-awesome@~9.0.3": "@abp/font-awesome@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242"
integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free" "^6.6.0" "@fortawesome/fontawesome-free" "^6.6.0"
"@abp/jquery-form@~9.0.3": "@abp/jquery-form@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b"
integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-form "^4.3.0" jquery-form "^4.3.0"
"@abp/jquery-validation-unobtrusive@~9.0.3": "@abp/jquery-validation-unobtrusive@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b"
integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ==
dependencies: dependencies:
"@abp/jquery-validation" "~9.0.3" "@abp/jquery-validation" "~9.1.0-rc.1"
jquery-validation-unobtrusive "^4.0.0" jquery-validation-unobtrusive "^4.0.0"
"@abp/jquery-validation@~9.0.3": "@abp/jquery-validation@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9"
integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
jquery-validation "^1.21.0" jquery-validation "^1.21.0"
"@abp/jquery@~9.0.3": "@abp/jquery@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54"
integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
jquery "~3.7.1" jquery "~3.7.1"
"@abp/lodash@~9.0.3": "@abp/lodash@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16"
integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
lodash "^4.17.21" lodash "^4.17.21"
"@abp/luxon@~9.0.3": "@abp/luxon@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6"
integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
luxon "^3.5.0" luxon "^3.5.0"
"@abp/malihu-custom-scrollbar-plugin@~9.0.3": "@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85"
integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
malihu-custom-scrollbar-plugin "^3.1.5" malihu-custom-scrollbar-plugin "^3.1.5"
"@abp/moment@~9.0.3": "@abp/moment@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be"
integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ==
dependencies: dependencies:
moment "^2.30.1" moment "^2.30.1"
"@abp/prismjs@~9.0.3": "@abp/prismjs@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e"
integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg==
dependencies: dependencies:
"@abp/clipboard" "~9.0.3" "@abp/clipboard" "~9.1.0-rc.1"
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
prismjs "^1.29.0" prismjs "^1.29.0"
"@abp/select2@~9.0.3": "@abp/select2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da"
integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
select2 "^4.0.13" select2 "^4.0.13"
"@abp/sweetalert2@~9.0.3": "@abp/sweetalert2@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee"
integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA==
dependencies: dependencies:
"@abp/core" "~9.0.3" "@abp/core" "~9.1.0-rc.1"
sweetalert2 "^11.14.1" sweetalert2 "^11.14.1"
"@abp/timeago@~9.0.3": "@abp/timeago@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d"
integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
timeago "^1.6.7" timeago "^1.6.7"
"@abp/toastr@~9.0.3": "@abp/toastr@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023"
integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg==
dependencies: dependencies:
"@abp/jquery" "~9.0.3" "@abp/jquery" "~9.1.0-rc.1"
toastr "^2.1.4" toastr "^2.1.4"
"@abp/utils@~9.0.3": "@abp/utils@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f"
integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w==
dependencies: dependencies:
just-compare "^2.3.0" just-compare "^2.3.0"
"@abp/virtual-file-explorer@~9.0.3": "@abp/virtual-file-explorer@~9.1.0-rc.1":
version "9.0.3" version "9.1.0-rc.1"
resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-9.0.3.tgz#8545982f2157746af70d8e9f989d817dff23ff80" resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-9.1.0-rc.1.tgz#1c2ec620fe7d04d7ddf68b182793cd619d4e3c2b"
integrity sha512-2iR5AhRcjHDrk0fWwqTfpnlK7FVCJOYuc2Hi32qm/TKs6yfEgtMFtx1Ol2ucd4Fc3L3VzUJvj36YeokXJDg+dA== integrity sha512-CHiNg9dwsQ9cfjqfuOou29Pf3xftfVKvBiu0uc/z+H93l7QCyB9eQE9MtgmxqBPWMcANywNtR8Xwx0P+QYk4Rg==
dependencies: dependencies:
"@abp/clipboard" "~9.0.3" "@abp/clipboard" "~9.1.0-rc.1"
"@abp/prismjs" "~9.0.3" "@abp/prismjs" "~9.1.0-rc.1"
"@fortawesome/fontawesome-free@^6.6.0": "@fortawesome/fontawesome-free@^6.6.0":
version "6.6.0" version "6.6.0"

2
npm/lerna.json

@ -1,5 +1,5 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"packages": [ "packages": [
"packs/*" "packs/*"
], ],

4
npm/ng-packs/package.json

@ -44,8 +44,8 @@
}, },
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@abp/ng.theme.lepton-x": "~4.0.4", "@abp/ng.theme.lepton-x": "~4.1.0-rc.1",
"@abp/utils": "~9.0.3", "@abp/utils": "~9.1.0-rc.1",
"@angular-devkit/build-angular": "~19.0.0", "@angular-devkit/build-angular": "~19.0.0",
"@angular-devkit/core": "~19.0.0", "@angular-devkit/core": "~19.0.0",
"@angular-devkit/schematics": "~19.0.0", "@angular-devkit/schematics": "~19.0.0",

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,14 +1,14 @@
{ {
"name": "@abp/ng.oauth", "name": "@abp/ng.oauth",
"version": "9.0.3", "version": "9.1.0-rc.1",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.core": "~9.0.3", "@abp/ng.core": "~9.1.0-rc.1",
"@abp/utils": "~9.0.3", "@abp/utils": "~9.1.0-rc.1",
"angular-oauth2-oidc": "^17.0.0", "angular-oauth2-oidc": "^17.0.0",
"just-clone": "^6.0.0", "just-clone": "^6.0.0",
"just-compare": "^2.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", "name": "@abp/ng.permission-management",
"version": "9.0.3", "version": "9.1.0-rc.1",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.theme.shared": "~9.0.3", "@abp/ng.theme.shared": "~9.1.0-rc.1",
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"publishConfig": { "publishConfig": {

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

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

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

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

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

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

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

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

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

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

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

@ -1,11 +1,11 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/anchor-js", "name": "@abp/anchor-js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~9.0.3", "@abp/core": "~9.1.0-rc.1",
"anchor-js": "^5.0.0" "anchor-js": "^5.0.0"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
{ {
"name": "@abp/aspnetcore.mvc.ui", "name": "@abp/aspnetcore.mvc.ui",
"version": "9.0.3", "version": "9.1.0-rc.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"packages": { "packages": {

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

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

10
npm/packs/blogging/package.json

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

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

@ -1,5 +1,5 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/bootstrap-datepicker", "name": "@abp/bootstrap-datepicker",
"repository": { "repository": {
"type": "git", "type": "git",

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

@ -1,5 +1,5 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/bootstrap-daterangepicker", "name": "@abp/bootstrap-daterangepicker",
"repository": { "repository": {
"type": "git", "type": "git",

4
npm/packs/bootstrap/package.json

@ -1,5 +1,5 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/bootstrap", "name": "@abp/bootstrap",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,7 +10,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~9.0.3", "@abp/core": "~9.1.0-rc.1",
"bootstrap": "^5.3.3" "bootstrap": "^5.3.3"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

@ -1,5 +1,5 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/chart.js", "name": "@abp/chart.js",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

4
npm/packs/clipboard/package.json

@ -1,11 +1,11 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/clipboard", "name": "@abp/clipboard",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~9.0.3", "@abp/core": "~9.1.0-rc.1",
"clipboard": "^2.0.11" "clipboard": "^2.0.11"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

@ -1,16 +1,16 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/cms-kit.admin", "name": "@abp/cms-kit.admin",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/codemirror": "~9.0.3", "@abp/codemirror": "~9.1.0-rc.1",
"@abp/jstree": "~9.0.3", "@abp/jstree": "~9.1.0-rc.1",
"@abp/markdown-it": "~9.0.3", "@abp/markdown-it": "~9.1.0-rc.1",
"@abp/slugify": "~9.0.3", "@abp/slugify": "~9.1.0-rc.1",
"@abp/tui-editor": "~9.0.3", "@abp/tui-editor": "~9.1.0-rc.1",
"@abp/uppy": "~9.0.3" "@abp/uppy": "~9.1.0-rc.1"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
"homepage": "https://abp.io", "homepage": "https://abp.io",

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

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

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

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

4
npm/packs/codemirror/package.json

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

4
npm/packs/core/package.json

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

4
npm/packs/cropperjs/package.json

@ -1,11 +1,11 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/cropperjs", "name": "@abp/cropperjs",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/core": "~9.0.3", "@abp/core": "~9.1.0-rc.1",
"cropperjs": "^1.6.2" "cropperjs": "^1.6.2"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

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

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

@ -1,11 +1,11 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/datatables.net-bs5", "name": "@abp/datatables.net-bs5",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@abp/datatables.net": "~9.0.3", "@abp/datatables.net": "~9.1.0-rc.1",
"datatables.net-bs5": "^2.1.8" "datatables.net-bs5": "^2.1.8"
}, },
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

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

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

12
npm/packs/docs/package.json

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

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

@ -1,5 +1,5 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/flag-icon-css", "name": "@abp/flag-icon-css",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

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

@ -1,5 +1,5 @@
{ {
"version": "9.0.3", "version": "9.1.0-rc.1",
"name": "@abp/flag-icons", "name": "@abp/flag-icons",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

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

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

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

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

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

Loading…
Cancel
Save