diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index fa15580b78..cba64abd5d 100644 --- a/.github/workflows/auto-pr.yml +++ b/.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: push: branches: - - prerel-9.1 + - rel-9.1 permissions: contents: read jobs: - merge-dev-with-prerel-9-1: + merge-dev-with-rel-9-1: permissions: contents: write # for peter-evans/create-pull-request to create branch pull-requests: write # for peter-evans/create-pull-request to create a PR @@ -18,14 +18,14 @@ jobs: ref: dev - name: Reset promotion branch run: | - git fetch origin prerel-9.1:prerel-9.1 - git reset --hard prerel-9.1 + git fetch origin rel-9.1:rel-9.1 + git reset --hard rel-9.1 - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - branch: auto-merge/prerel-9-0/${{github.run_number}} - title: Merge branch dev with prerel-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. + branch: auto-merge/rel-9-1/${{github.run_number}} + title: Merge branch dev with rel-9.1 + 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 draft: true token: ${{ github.token }} @@ -34,5 +34,5 @@ jobs: GH_TOKEN: ${{ secrets.BOT_SECRET }} run: | gh pr ready - gh pr review auto-merge/prerel-9-0/${{github.run_number}} --approve - gh pr merge auto-merge/prerel-9-0/${{github.run_number}} --merge --auto --delete-branch + gh pr review auto-merge/rel-9-1/${{github.run_number}} --approve + gh pr merge auto-merge/rel-9-1/${{github.run_number}} --merge --auto --delete-branch diff --git a/Directory.Packages.props b/Directory.Packages.props index 371b8edc4a..7d11296951 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -17,10 +17,10 @@ - - - - + + + + diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests.png b/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests-ef-core.png similarity index 100% rename from docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests.png rename to docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests-ef-core.png diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests-mongo.png b/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests-mongo.png new file mode 100644 index 0000000000..0a6ce96476 Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-generated-tests-mongo.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects.png b/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects-ef-core.png similarity index 100% rename from docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects.png rename to docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects-ef-core.png diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects-mongo.png b/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects-mongo.png new file mode 100644 index 0000000000..a0ecbd469d Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/abp-suite-solution-test-projects-mongo.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-angular.png b/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-angular.png new file mode 100644 index 0000000000..687dca3593 Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-angular.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-blazor.png b/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-blazor.png new file mode 100644 index 0000000000..5535659b45 Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-blazor.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png b/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png new file mode 100644 index 0000000000..1bf3253fe7 Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mauiblazor.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app.png b/docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mvc.png similarity index 100% rename from docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app.png rename to docs/en/tutorials/book-store-with-abp-suite/images/book-store-studio-run-app-mvc.png diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed.png b/docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-ef-core.png similarity index 79% rename from docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed.png rename to docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-ef-core.png index 8211638242..9ca139a02a 100644 Binary files a/docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed.png and b/docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-ef-core.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-mongo.png b/docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-mongo.png new file mode 100644 index 0000000000..8459a737e5 Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/bookstore-test-succeed-mongo.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/studio-browser-suite.png b/docs/en/tutorials/book-store-with-abp-suite/images/studio-browser-suite.png index 80a53dcae2..47a37bbd9b 100644 Binary files a/docs/en/tutorials/book-store-with-abp-suite/images/studio-browser-suite.png and b/docs/en/tutorials/book-store-with-abp-suite/images/studio-browser-suite.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-entity-5.png b/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-entity-5.png deleted file mode 100644 index 68b31641dd..0000000000 Binary files a/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-entity-5.png and /dev/null differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-1.png b/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-1.png deleted file mode 100644 index a42a39b648..0000000000 Binary files a/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-1.png and /dev/null differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png b/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png new file mode 100644 index 0000000000..45f9ee1db9 Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/suite-book-pages-browser.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/suite-custom-code-result.png b/docs/en/tutorials/book-store-with-abp-suite/images/suite-custom-code-result.png index 30997d4c5b..733c11535b 100644 Binary files a/docs/en/tutorials/book-store-with-abp-suite/images/suite-custom-code-result.png and b/docs/en/tutorials/book-store-with-abp-suite/images/suite-custom-code-result.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code.png b/docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code-ef-core.png similarity index 100% rename from docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code.png rename to docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code-ef-core.png diff --git a/docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code-mongo.png b/docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code-mongo.png new file mode 100644 index 0000000000..04c88b3084 Binary files /dev/null and b/docs/en/tutorials/book-store-with-abp-suite/images/suite-repository-custom-code-mongo.png differ diff --git a/docs/en/tutorials/book-store-with-abp-suite/index.md b/docs/en/tutorials/book-store-with-abp-suite/index.md index 4524a1b8f2..bc52fb75da 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/index.md +++ b/docs/en/tutorials/book-store-with-abp-suite/index.md @@ -1,5 +1,13 @@ # Web Application Development Tutorial (with ABP Suite) +````json +//[doc-params] +{ + "UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"], + "DB": ["EF", "Mongo"] +} +```` + ````json //[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: -* **Entity Framework Core** as the database provider. -* **MVC** as the UI Framework. +* **{{DB_Value}}** as the database provider. +* **{{UI_Value}}** as the UI Framework. This tutorial is organized as the following parts: diff --git a/docs/en/tutorials/book-store-with-abp-suite/part-01.md b/docs/en/tutorials/book-store-with-abp-suite/part-01.md index 8fc6f25fa1..637866e577 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/part-01.md +++ b/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 +````json +//[doc-params] +{ + "UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"], + "DB": ["EF", "Mongo"] +} +```` + ````json //[doc-nav] { @@ -20,10 +28,10 @@ You can use the following configurations: * **Solution Template:** Application (Layered) * **Solution Name:** `Acme.BookStore` -* **UI Framework:** {{if UI=="MVC"}} ASP.NET Core MVC / Razor Pages {{end}} +* **UI Framework:** {{UI_Value}} * **UI Theme:** LeptonX * **Mobile Framework:** None -* **Database Provider:** {{if DB=="EF"}} Entity Framework Core {{end}} +* **Database Provider:** {{DB_Value}} * **Public Website:** 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.** -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 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). diff --git a/docs/en/tutorials/book-store-with-abp-suite/part-02.md b/docs/en/tutorials/book-store-with-abp-suite/part-02.md index 3bed0f1b89..fe19272b4e 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/part-02.md +++ b/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 +````json +//[doc-params] +{ + "UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"], + "DB": ["EF", "Mongo"] +} +```` + ````json //[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... -After that, you can click the **Save and Generate** button to start the code generation process: - -![](./images/suite-book-entity-5.png) +After that, you can click the **Save and Generate** button to start the code generation process. 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: -![](./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: -![](./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. diff --git a/docs/en/tutorials/book-store-with-abp-suite/part-03.md b/docs/en/tutorials/book-store-with-abp-suite/part-03.md index 1fcb84bac7..4399910fb5 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/part-03.md +++ b/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 +````json +//[doc-params] +{ + "UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"], + "DB": ["EF", "Mongo"] +} +```` + ````json //[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-*: -![](/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: -![](/images/suite-author-entity-1.png) +![](./images/suite-author-entity-1.png) 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. -You can click the **Save and Generate** button to start the code generation process: - -![](./images/suite-book-entity-5.png) +You can click the **Save and Generate** button to start the code generation process. 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: diff --git a/docs/en/tutorials/book-store-with-abp-suite/part-04.md b/docs/en/tutorials/book-store-with-abp-suite/part-04.md index fb1583a0c5..128e8c15c9 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/part-04.md +++ b/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 +````json +//[doc-params] +{ + "UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"], + "DB": ["EF", "Mongo"] +} +```` + ````json //[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: -![](./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: @@ -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. -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: -![](./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. @@ -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: -![](./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 diff --git a/docs/en/tutorials/book-store-with-abp-suite/part-05.md b/docs/en/tutorials/book-store-with-abp-suite/part-05.md index 8574bcf2eb..0283ce2425 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/part-05.md +++ b/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 +````json +//[doc-params] +{ + "UI": ["MVC","Blazor","BlazorServer", "BlazorWebApp","NG","MAUIBlazor"], + "DB": ["EF", "Mongo"] +} +```` + ````json //[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): -![](./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. +{{ if UI == "MVC"}} + For example, if you open the *Books/Index.cshtml* file in your IDE, you will see those placeholders like following: ```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 _****_ 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 + + +``` + +{{ else }} + +For example, if you open the *Books.razor* file in your IDE, you will see those placeholders like following: + +```xml +@* ************************* PAGE HEADER ************************* *@ + + + + +@* ************************* SEARCH ************************* *@ + + +@*//*@ +@*//*@ + + + @*- Code omitted for brevity *@ +``` + +You can write your custom codes between the _****_ 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) ## Implementing Custom Code diff --git a/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/PageHeader.razor.cs b/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/PageHeader.razor.cs index 492e2231ae..30a69f8d74 100644 --- a/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Layout/PageHeader.razor.cs +++ b/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.BlazoriseUI; using System.Linq; +using System; namespace Volo.Abp.AspNetCore.Components.Web.Theming.Layout; -public partial class PageHeader : ComponentBase +public partial class PageHeader : ComponentBase, IDisposable { protected List ToolbarItemRenders { get; set; } @@ -107,4 +108,11 @@ public partial class PageHeader : ComponentBase { await base.OnInitializedAsync(); } + + public void Dispose() + { + PageLayout.ToolbarItems.Clear(); + PageLayout.BreadcrumbItems.Clear(); + ToolbarItemRenders.Clear(); + } } diff --git a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/AbpIoSourceCodeStore.cs b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/AbpIoSourceCodeStore.cs index 7ae34bef1c..5ef3657529 100644 --- a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/AbpIoSourceCodeStore.cs +++ b/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 versions = JsonSerializer.Deserialize(result); - return templateName.Contains("LeptonX") ? + return (templateName.Contains("LeptonX") || templateName.Contains("lepton-x")) ? versions.LeptonXVersions.Any(v => v.Name == version) : versions.FrameworkAndCommercialVersions.Any(v => v.Name == version); } diff --git a/framework/src/Volo.Abp.Core/Volo/Abp/Modularity/AbpModuleHelper.cs b/framework/src/Volo.Abp.Core/Volo/Abp/Modularity/AbpModuleHelper.cs index af06d908f0..b73a56b166 100644 --- a/framework/src/Volo.Abp.Core/Volo/Abp/Modularity/AbpModuleHelper.cs +++ b/framework/src/Volo.Abp.Core/Volo/Abp/Modularity/AbpModuleHelper.cs @@ -11,7 +11,7 @@ public static class AbpModuleHelper public static List FindAllModuleTypes(Type startupModuleType, ILogger? logger) { var moduleTypes = new List(); - logger?.Log(LogLevel.Information, "Loaded ABP modules:"); + logger?.Log(LogLevel.Debug, "Loaded ABP modules:"); AddModuleAndDependenciesRecursively(moduleTypes, startupModuleType, logger); return moduleTypes; } @@ -72,7 +72,7 @@ public static class AbpModuleHelper } 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)) { diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor index 0ccd9b93db..32de8507cb 100644 --- a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor +++ b/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(); } -@if (MenuItem.IsLeaf) + +@if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType)) { - if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType)) - { - - } - else if (MenuItem.Url != null) - { - - } + } else { - + else + { + var itemUrl = item.Url == null ? "#" : item.Url.TrimStart('/', '~'); + + @if (item.Icon != null) + { + + } + + @item.DisplayName + + + } + } + + } diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor.cs b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor.cs index 4cdd0ec8a4..ea448c3b7d 100644 --- a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor.cs +++ b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/FirstLevelNavMenuItem.razor.cs @@ -1,4 +1,5 @@ using System; +using Blazorise; using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components.Routing; using Volo.Abp.UI.Navigation; @@ -7,31 +8,26 @@ namespace Volo.Abp.AspNetCore.Components.Web.BasicTheme.Themes.Basic; public partial class FirstLevelNavMenuItem : IDisposable { - [Inject] private NavigationManager NavigationManager { get; set; } - [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() { 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; } - - private void OnLocationChanged(object sender, LocationChangedEventArgs e) - { - IsSubMenuOpen = false; - InvokeAsync(StateHasChanged); - } } diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor index 9200e83657..2e6f783556 100644 --- a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor +++ b/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(); } -@if (MenuItem.IsLeaf) + +@if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType)) { - if (customComponentType != null && typeof(ComponentBase).IsAssignableFrom(customComponentType)) - { - - } - else if (MenuItem.Url != null) - { - - @if (MenuItem.Icon != null) - { - - } - - @MenuItem.DisplayName - - - } + } else { - -} \ No newline at end of file + + +} diff --git a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor.cs b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor.cs index c736770884..b188b764ed 100644 --- a/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor.cs +++ b/modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/Themes/Basic/SecondLevelNavMenuItem.razor.cs @@ -1,4 +1,5 @@ using System; +using Blazorise; using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components.Routing; using Volo.Abp.UI.Navigation; @@ -7,31 +8,30 @@ namespace Volo.Abp.AspNetCore.Components.Web.BasicTheme.Themes.Basic; public partial class SecondLevelNavMenuItem : IDisposable { - [Inject] private NavigationManager NavigationManager { get; set; } + [Parameter] + public ApplicationMenuItem MenuItem { get; set; } = default!; [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() { 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; } - - private void OnLocationChanged(object sender, LocationChangedEventArgs e) - { - IsSubMenuOpen = false; - InvokeAsync(StateHasChanged); - } } diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json index ca24ffb511..682e586516 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/package.json @@ -3,8 +3,8 @@ "name": "asp.net", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~9.0.3", - "@abp/prismjs": "~9.0.3", - "@abp/highlight.js": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.shared": "~9.1.0-rc.1", + "@abp/prismjs": "~9.1.0-rc.1", + "@abp/highlight.js": "~9.1.0-rc.1" } } diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock index 481d54e59a..14f8f09386 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/yarn.lock @@ -2,212 +2,212 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/clipboard@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" - integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== +"@abp/clipboard@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605" + integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" clipboard "^2.0.11" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/highlight.js@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-9.0.3.tgz#967b497badf854a9f0036082a39cf57eefd6d7c7" - integrity sha512-4/VhrgaiLb9kqO7HRAcmyoE63DFwMZToSjpSsXZPXMA2SM64cHjCz6cN5Ukh+GGOEolDVlbHoExON067rOz42w== +"@abp/highlight.js@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-9.1.0-rc.1.tgz#7e5077963207678b09301bd8ef3fbe24452a4ab2" + integrity sha512-7g4NlkJklbvGkYUq8fHn1iAy8DDunauyNSk5CWhE8PXh/6WwRtazgvghLBel0D4NOIVEGrCIPfk+nK5KJkNPUw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@highlightjs/cdn-assets" "~11.10.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/prismjs@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" - integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== +"@abp/prismjs@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e" + integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg== dependencies: - "@abp/clipboard" "~9.0.3" - "@abp/core" "~9.0.3" + "@abp/clipboard" "~9.1.0-rc.1" + "@abp/core" "~9.1.0-rc.1" prismjs "^1.29.0" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json index 4d0012245b..271f050f82 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/package.json @@ -3,8 +3,8 @@ "name": "asp.net", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3", - "@abp/prismjs": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1", + "@abp/prismjs": "~9.1.0-rc.1" }, "devDependencies": {} } diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock index 303743b39b..46f655b138 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo/yarn.lock @@ -2,211 +2,211 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" - integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/clipboard@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" - integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== +"@abp/clipboard@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605" + integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" clipboard "^2.0.11" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/prismjs@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" - integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== +"@abp/prismjs@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e" + integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg== dependencies: - "@abp/clipboard" "~9.0.3" - "@abp/core" "~9.0.3" + "@abp/clipboard" "~9.1.0-rc.1" + "@abp/core" "~9.1.0-rc.1" prismjs "^1.29.0" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" diff --git a/modules/blogging/app/Volo.BloggingTestApp/package.json b/modules/blogging/app/Volo.BloggingTestApp/package.json index 02f2a1e2b6..02bde08cef 100644 --- a/modules/blogging/app/Volo.BloggingTestApp/package.json +++ b/modules/blogging/app/Volo.BloggingTestApp/package.json @@ -3,7 +3,7 @@ "name": "volo.blogtestapp", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3", - "@abp/blogging": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1", + "@abp/blogging": "~9.1.0-rc.1" } } diff --git a/modules/blogging/app/Volo.BloggingTestApp/yarn.lock b/modules/blogging/app/Volo.BloggingTestApp/yarn.lock index fc10d219c0..d404f911b0 100644 --- a/modules/blogging/app/Volo.BloggingTestApp/yarn.lock +++ b/modules/blogging/app/Volo.BloggingTestApp/yarn.lock @@ -2,237 +2,237 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" - integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/blogging@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-9.0.3.tgz#0ac6f5276b90487fc30514ac93d8d8b79620426b" - integrity sha512-D5T9IAlAkcMAomobvlG2d1ioLDv6fczLrxCqVtDB1a2yMad8aCZr6VtTjiWCSm2AtYkPjLKkIeXir3O7bzXEHw== +"@abp/blogging@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/blogging/-/blogging-9.1.0-rc.1.tgz#f4a0d23baf52ab1d36341cb547353191c9051f16" + integrity sha512-wQQlLYfJHsvybaCIo6TaEPWKu9rNcNQhvRhGhLXBvGCgavyw+FfFEtx8sjPQYnlyqFcxUn/2LGcsNlICLzmVxg== dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - "@abp/owl.carousel" "~9.0.3" - "@abp/prismjs" "~9.0.3" - "@abp/tui-editor" "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + "@abp/owl.carousel" "~9.1.0-rc.1" + "@abp/prismjs" "~9.1.0-rc.1" + "@abp/tui-editor" "~9.1.0-rc.1" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/clipboard@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" - integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== +"@abp/clipboard@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605" + integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" clipboard "^2.0.11" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/owl.carousel@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-9.0.3.tgz#7201945d0c37f0df09bf5c7144aa4551da1ede42" - integrity sha512-BMTzvOGaQ00kQboCdrZN/DW2jAwyrTPxOBHaoEOl9sQexlzGULiQAe+jtY9kE5N834Fy4QjXTHTh0/srdZpEQw== +"@abp/owl.carousel@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/owl.carousel/-/owl.carousel-9.1.0-rc.1.tgz#0fc45e0b109b57b7907c66759d23f94b3c703520" + integrity sha512-B27BhGILf6kNFYnK60NNgbKt392h6G5KnqhvUTtqu56EPCWnqCvo+0vuCpz/z8E0N4nfcz1slenfECYeP7C4/g== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" owl.carousel "^2.3.4" -"@abp/prismjs@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" - integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== +"@abp/prismjs@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e" + integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg== dependencies: - "@abp/clipboard" "~9.0.3" - "@abp/core" "~9.0.3" + "@abp/clipboard" "~9.1.0-rc.1" + "@abp/core" "~9.1.0-rc.1" prismjs "^1.29.0" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/tui-editor@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-9.0.3.tgz#f7d17844fa62562db99cc06d24ddeb6a80449a07" - integrity sha512-MS5lxKQBeGXT9PG/CliiOCtXYI6qpzI28icy3usIvzk9IaZRNedb+4HGhcmpoA61j5NaVow81S6pQo2KBaIBQw== +"@abp/tui-editor@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-9.1.0-rc.1.tgz#8878fed7d57df5d4fe5a5529f0825660880b5bdb" + integrity sha512-mcRniFUgT279paz9t4RRBzAaAtSx5Eb9+fqGHLpNDqu3thpDPg9Ms073d2On0ED+4WcYDMa9tRh9xVOYUS2ipA== dependencies: - "@abp/jquery" "~9.0.3" - "@abp/prismjs" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" + "@abp/prismjs" "~9.1.0-rc.1" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" diff --git a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json index 5393d31123..73bd4f7637 100644 --- a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json +++ b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/package.json @@ -3,6 +3,6 @@ "name": "client-simulation-web", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1" } } diff --git a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock index 3de1cb98c3..f93e9ebfe7 100644 --- a/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock +++ b/modules/client-simulation/demo/Volo.ClientSimulation.Demo/yarn.lock @@ -2,194 +2,194 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" - integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" diff --git a/modules/cms-kit/angular/package.json b/modules/cms-kit/angular/package.json index fa29d30939..79607c8587 100644 --- a/modules/cms-kit/angular/package.json +++ b/modules/cms-kit/angular/package.json @@ -15,11 +15,11 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~9.0.3", - "@abp/ng.identity": "~9.0.3", - "@abp/ng.setting-management": "~9.0.3", - "@abp/ng.tenant-management": "~9.0.3", - "@abp/ng.theme.basic": "~9.0.3", + "@abp/ng.account": "~9.1.0-rc.1", + "@abp/ng.identity": "~9.1.0-rc.1", + "@abp/ng.setting-management": "~9.1.0-rc.1", + "@abp/ng.tenant-management": "~9.1.0-rc.1", + "@abp/ng.theme.basic": "~9.1.0-rc.1", "@angular/animations": "~10.0.0", "@angular/common": "~10.0.0", "@angular/compiler": "~10.0.0", diff --git a/modules/cms-kit/angular/projects/cms-kit/package.json b/modules/cms-kit/angular/projects/cms-kit/package.json index 4a800fe89b..136e9d1927 100644 --- a/modules/cms-kit/angular/projects/cms-kit/package.json +++ b/modules/cms-kit/angular/projects/cms-kit/package.json @@ -4,8 +4,8 @@ "peerDependencies": { "@angular/common": "^9.1.11", "@angular/core": "^9.1.11", - "@abp/ng.core": ">=9.0.3", - "@abp/ng.theme.shared": ">=9.0.3" + "@abp/ng.core": ">=9.1.0-rc.1", + "@abp/ng.theme.shared": ">=9.1.0-rc.1" }, "dependencies": { "tslib": "^2.0.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json index 552cf134c8..a914897c9c 100644 --- a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json +++ b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/package.json @@ -3,6 +3,6 @@ "name": "my-app-identityserver", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock index 3de1cb98c3..f93e9ebfe7 100644 --- a/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.IdentityServer/yarn.lock @@ -2,194 +2,194 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" - integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json b/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json index 10771644f8..5dba429337 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock index 3de1cb98c3..f93e9ebfe7 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Host/yarn.lock @@ -2,194 +2,194 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" - integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json index 0f3f3e2d3f..5ac1ff6aed 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3", - "@abp/cms-kit": "9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1", + "@abp/cms-kit": "9.1.0-rc.1" } } diff --git a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock index e8b2551ae9..89e0a4a8f1 100644 --- a/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock +++ b/modules/cms-kit/host/Volo.CmsKit.Web.Unified/yarn.lock @@ -2,302 +2,302 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" - integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/clipboard@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" - integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== +"@abp/clipboard@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605" + integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" clipboard "^2.0.11" -"@abp/cms-kit.admin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-9.0.3.tgz#4d2e175662b8e44eb0f894b0f5b1df09548e98fa" - integrity sha512-RmAl1TkmTi0zVRemBcHD4rNYFs2G6hhzFb2OHPZYpH5b6rFE6OPZjNHOXvH+gBVfuqDv2mc1FNuNc7RZGksKnw== +"@abp/cms-kit.admin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/cms-kit.admin/-/cms-kit.admin-9.1.0-rc.1.tgz#f63e67303e6a1b8aaac8839cf00348db3fb0e1af" + integrity sha512-GNW18g6Y8zqro82PEwxmxfOPt5swzmIEggNTSuHY5CbwMdfnLTTFIwGrFvh2wqc9JCpF+xoo8qWyGQ1i8G5f2A== dependencies: - "@abp/codemirror" "~9.0.3" - "@abp/jstree" "~9.0.3" - "@abp/markdown-it" "~9.0.3" - "@abp/slugify" "~9.0.3" - "@abp/tui-editor" "~9.0.3" - "@abp/uppy" "~9.0.3" + "@abp/codemirror" "~9.1.0-rc.1" + "@abp/jstree" "~9.1.0-rc.1" + "@abp/markdown-it" "~9.1.0-rc.1" + "@abp/slugify" "~9.1.0-rc.1" + "@abp/tui-editor" "~9.1.0-rc.1" + "@abp/uppy" "~9.1.0-rc.1" -"@abp/cms-kit.public@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-9.0.3.tgz#fd5478a953c8f84eaedc029dbb22071cc557d249" - integrity sha512-CFIidxnrBIo2AextML/Cdmt5wBRXmNjET9ZgkT6joItJTofu5U3hnTNRaliZ5sRFnowHBKC19UWmdxemBFZZSg== +"@abp/cms-kit.public@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/cms-kit.public/-/cms-kit.public-9.1.0-rc.1.tgz#ae5b8f240ed1c8b6210b3d2a34334f28fcb6756b" + integrity sha512-gAOR6H2ZXTUQip0QF0YuiUkW/EI2xL4Iu8U2P40j1c501Ct2PVGx8Qz19a4kWKECqEjyIKmPJLHoWYkAS8cvcg== dependencies: - "@abp/highlight.js" "~9.0.3" - "@abp/star-rating-svg" "~9.0.3" + "@abp/highlight.js" "~9.1.0-rc.1" + "@abp/star-rating-svg" "~9.1.0-rc.1" -"@abp/cms-kit@9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-9.0.3.tgz#998189b381c1d1c8c396a593309da734e5eb7964" - integrity sha512-Gi3V+8280pEmigZbxbAu0tMuNCjUCX1fVYEjH3NWWdw3dU0iHpAUqow7NU1psmqFe2Sfiesn1NtVYGVzYHKdYw== +"@abp/cms-kit@9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/cms-kit/-/cms-kit-9.1.0-rc.1.tgz#08f58161d23e86ffd262cfe4fb1468d755f55d67" + integrity sha512-ikqZQuT4KOsNVArKWhpApUReWj6kxCL6UV2Zed9iZblbajOOUzbBuKSTTdeocm05fl613V/7KZ902YbHHGtDrw== dependencies: - "@abp/cms-kit.admin" "~9.0.3" - "@abp/cms-kit.public" "~9.0.3" + "@abp/cms-kit.admin" "~9.1.0-rc.1" + "@abp/cms-kit.public" "~9.1.0-rc.1" -"@abp/codemirror@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-9.0.3.tgz#07337675159eabfb96549d9cc4624fae6466e7ff" - integrity sha512-y9pTi89Cp+8Os/E3tvU7oFABvYGbj5Wj1EBWRP6M+eojU1t2z95T7i4dGaOFEDht4UYNTiy10XnS3SZ0m7RDAw== +"@abp/codemirror@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/codemirror/-/codemirror-9.1.0-rc.1.tgz#d92e57c3717f20c9ef7cb555adc0336a9014d02e" + integrity sha512-KXHShKiWG28T/sBPgclj8M2LlvuBYPTrPIgNZJF+QN/CUEub63EHynkzH51U3ZnxfqepgfspCnYG2pgohTr7Tg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" codemirror "^5.65.1" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/highlight.js@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-9.0.3.tgz#967b497badf854a9f0036082a39cf57eefd6d7c7" - integrity sha512-4/VhrgaiLb9kqO7HRAcmyoE63DFwMZToSjpSsXZPXMA2SM64cHjCz6cN5Ukh+GGOEolDVlbHoExON067rOz42w== +"@abp/highlight.js@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/highlight.js/-/highlight.js-9.1.0-rc.1.tgz#7e5077963207678b09301bd8ef3fbe24452a4ab2" + integrity sha512-7g4NlkJklbvGkYUq8fHn1iAy8DDunauyNSk5CWhE8PXh/6WwRtazgvghLBel0D4NOIVEGrCIPfk+nK5KJkNPUw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@highlightjs/cdn-assets" "~11.10.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/jstree@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-9.0.3.tgz#9b59718dbeaacff6815964ed8e502c80d391ce22" - integrity sha512-+gge9T1G/n1edqDWRelyP+0V3jns1J6yObs7rg5ozpczwNwnJdZ74bHVT8phZqjF+ExpTkBI8GlyvtcUt93CAA== +"@abp/jstree@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jstree/-/jstree-9.1.0-rc.1.tgz#430aee8d24b5e518b9c7580b41f5456e2455d582" + integrity sha512-fI8NEu81qcEqObN8isSBje2feC/81urukdgu5xAIOTIS9JPOKpJ/2eUifA6N1qH/tOzhrki0cKnk+Z/+YDyxZQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jstree "^3.3.17" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/markdown-it@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/markdown-it/-/markdown-it-9.0.3.tgz#d753ccffd6fdd11cab6f318deaa332bd24fe5d3b" - integrity sha512-AKMVASGySUIbUgHs7jEhh2dXaQeqbL2300YhlL0UCovEGmhUcwN/hv+zkVOM36a1RWs0Ysh3vHb7WgRP0GQSAA== +"@abp/markdown-it@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/markdown-it/-/markdown-it-9.1.0-rc.1.tgz#d32ffd866f5d85ea9ceb89379f4ab234d743b00e" + integrity sha512-JwojwSjNLOl3d2glSU+gx9+lv0M1DuP87RExxtsuM+Ugi09YZM4yqlIIlkxn0ZxyzNw4fvI6jWAxZECn4cwCrw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" markdown-it "^14.1.0" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/prismjs@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" - integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== +"@abp/prismjs@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e" + integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg== dependencies: - "@abp/clipboard" "~9.0.3" - "@abp/core" "~9.0.3" + "@abp/clipboard" "~9.1.0-rc.1" + "@abp/core" "~9.1.0-rc.1" prismjs "^1.29.0" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/slugify@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-9.0.3.tgz#e073e5301b4c0d7bcb56272477e10f191a858a23" - integrity sha512-cCBjLW/Nc8FIP5U4U0fPq3zscS2N54evp2C5Zae/ADoPESBgR4F+p2q9+ieyMUCpyiHoYYhk+klHoSNibkxzQg== +"@abp/slugify@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/slugify/-/slugify-9.1.0-rc.1.tgz#2264772459210edb20341b8e0243563d1b2a5e4e" + integrity sha512-3CAaLGyP7ezBEfZcsQ/gIoY3misrTh7UgU6+MjvDBAkFpHJdboOjkE8zty+bVVn5VcbsLyjsgSZnshf4VVZ5tw== dependencies: slugify "^1.6.6" -"@abp/star-rating-svg@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-9.0.3.tgz#8e9943c5912fd8abb798c9ee04b497405397fb41" - integrity sha512-suEl3T+Nt91196pQ6GS4foojGQubsZjbPQ/N0TN7cqw0FPLBGQitb8V+7mG6Y5hGscWpTWXGfMR3iRiedlJ46A== +"@abp/star-rating-svg@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/star-rating-svg/-/star-rating-svg-9.1.0-rc.1.tgz#dc1a124151be7a38460c1849a0ecdd9dc3868598" + integrity sha512-VvNW0CzDS0vT46K7ANInfkbcvPOMAwMDStzdrXj8lkmI4CZo7/UQdtKam1b2xKayN3AVCxvaFLiq/Dxuj3dx2Q== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" star-rating-svg "^3.5.0" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/tui-editor@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-9.0.3.tgz#f7d17844fa62562db99cc06d24ddeb6a80449a07" - integrity sha512-MS5lxKQBeGXT9PG/CliiOCtXYI6qpzI28icy3usIvzk9IaZRNedb+4HGhcmpoA61j5NaVow81S6pQo2KBaIBQw== +"@abp/tui-editor@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/tui-editor/-/tui-editor-9.1.0-rc.1.tgz#8878fed7d57df5d4fe5a5529f0825660880b5bdb" + integrity sha512-mcRniFUgT279paz9t4RRBzAaAtSx5Eb9+fqGHLpNDqu3thpDPg9Ms073d2On0ED+4WcYDMa9tRh9xVOYUS2ipA== dependencies: - "@abp/jquery" "~9.0.3" - "@abp/prismjs" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" + "@abp/prismjs" "~9.1.0-rc.1" -"@abp/uppy@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-9.0.3.tgz#d1013a4b382d181e473487d712f9db78cf0b6f7b" - integrity sha512-sZXEadlRBZCTO+Vbcd2TyzrjWV311DC045X91GkQmeu0Yqc6M5QE3TEo00FfutZovJA4MblY0EXktmgSIkoZkQ== +"@abp/uppy@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/uppy/-/uppy-9.1.0-rc.1.tgz#21a9f2c517d9cae56fb422d836a8444474787c77" + integrity sha512-oLIfc/qHHHs+6A488rSBA3qaWH5GTGp7qBfQwoUvnYGMSYvlEJFSnB3qc1iSIl+az0Xww802VtgmnJe8CntrDQ== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" uppy "^4.4.1" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" diff --git a/modules/docs/app/VoloDocs.Web/package.json b/modules/docs/app/VoloDocs.Web/package.json index 0437f4319b..6b6c57fda2 100644 --- a/modules/docs/app/VoloDocs.Web/package.json +++ b/modules/docs/app/VoloDocs.Web/package.json @@ -3,7 +3,7 @@ "name": "volo.docstestapp", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3", - "@abp/docs": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1", + "@abp/docs": "~9.1.0-rc.1" } } diff --git a/modules/docs/app/VoloDocs.Web/yarn.lock b/modules/docs/app/VoloDocs.Web/yarn.lock index 21d865b050..076b09577c 100644 --- a/modules/docs/app/VoloDocs.Web/yarn.lock +++ b/modules/docs/app/VoloDocs.Web/yarn.lock @@ -2,238 +2,238 @@ # yarn lockfile v1 -"@abp/anchor-js@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-9.0.3.tgz#a6183929f07d778cf3deed99bc2dc71ca619a49e" - integrity sha512-0c1RiXvpauYXfY/RlVLsD6OUoLNbLJOJGMSqoSolEcLgVwv5NXDC/q+UQOnAFjDC7f/34FQvsoxtspNFfoLUuw== +"@abp/anchor-js@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/anchor-js/-/anchor-js-9.1.0-rc.1.tgz#5ace7c3835cc833aeac2a6f8dfae5d4140199cae" + integrity sha512-4snmv6ICi7TM9ysijCBN45Mtn3Lu42VltZ73dsTsrFYmZ9Vy1QGa1BtF4rl2pFLDtBVVQtahk38cK7WbFB/1oA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" anchor-js "^5.0.0" -"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" - integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/clipboard@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" - integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== +"@abp/clipboard@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605" + integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" clipboard "^2.0.11" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/docs@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-9.0.3.tgz#a7f873a4c40d1e4b99442e1ccaf40db074778164" - integrity sha512-uVLMBqMTHDDmzQ5PZB9xkA/moHGeIRjqkUXED/6JtE6iphkNySR+Uw+nvRQGwfym6HgGbTHc+77Cc87P13ylxA== +"@abp/docs@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/docs/-/docs-9.1.0-rc.1.tgz#88b3b4a619803b3376781e8b5dc015cf32f51f41" + integrity sha512-3ZxkuVUNsj7sg1/qT5BqfsafvQhNDOUO9DSqMk/hTSrIvSNp6M2CrMjQwy7kuYNqvCX4X7FY4uNAbmVmNsjv6w== dependencies: - "@abp/anchor-js" "~9.0.3" - "@abp/clipboard" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/popper.js" "~9.0.3" - "@abp/prismjs" "~9.0.3" + "@abp/anchor-js" "~9.1.0-rc.1" + "@abp/clipboard" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/popper.js" "~9.1.0-rc.1" + "@abp/prismjs" "~9.1.0-rc.1" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/popper.js@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-9.0.3.tgz#cc383e54900aa087a5c97ffbc99733cd17ed9554" - integrity sha512-AVc7zBa/wU/fg0NSR90TV1zHYXXr/L5OxvoTK//YVNIERzd0/VhgYQ9ltzU2XmZZrCtrlkfAo4d1cOnrm773sg== +"@abp/popper.js@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/popper.js/-/popper.js-9.1.0-rc.1.tgz#cdd832580f1888fedaf4da57a67858b81817432e" + integrity sha512-3NVy8P9bFpLyev+l71CfJ8+tO3bvbgxUmpyh08LT2jv1afTaE0S70+RXOAS0gq6xftzXYgCjwGEPCttHt6nDCA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@popperjs/core" "^2.11.8" -"@abp/prismjs@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" - integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== +"@abp/prismjs@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e" + integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg== dependencies: - "@abp/clipboard" "~9.0.3" - "@abp/core" "~9.0.3" + "@abp/clipboard" "~9.1.0-rc.1" + "@abp/core" "~9.1.0-rc.1" prismjs "^1.29.0" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" diff --git a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/index.js b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/index.js index c41e6e996d..33f0f3b539 100644 --- a/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/index.js +++ b/modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/index.js @@ -49,15 +49,10 @@ var doc = doc || {}; return; } 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"); if(childLazyLiElements.length > 0){ doc.lazyExpandableNavigation.isAllLoaded = false; @@ -68,6 +63,23 @@ var doc = doc || {}; } 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(){ - var $this = $(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); - }) - + doc.lazyExpandableNavigation.load(this); initLazyExpandNavigation(); }); } diff --git a/modules/openiddict/app/OpenIddict.Demo.Server/package.json b/modules/openiddict/app/OpenIddict.Demo.Server/package.json index 10771644f8..5dba429337 100644 --- a/modules/openiddict/app/OpenIddict.Demo.Server/package.json +++ b/modules/openiddict/app/OpenIddict.Demo.Server/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1" } } diff --git a/modules/openiddict/app/angular/package.json b/modules/openiddict/app/angular/package.json index 5aac38e3d8..12dd2e1b76 100644 --- a/modules/openiddict/app/angular/package.json +++ b/modules/openiddict/app/angular/package.json @@ -12,15 +12,15 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~9.0.3", - "@abp/ng.components": "~9.0.3", - "@abp/ng.core": "~9.0.3", - "@abp/ng.oauth": "~9.0.3", - "@abp/ng.identity": "~9.0.3", - "@abp/ng.setting-management": "~9.0.3", - "@abp/ng.tenant-management": "~9.0.3", - "@abp/ng.theme.shared": "~9.0.3", - "@abp/ng.theme.lepton-x": "~4.0.4", + "@abp/ng.account": "~9.1.0-rc.1", + "@abp/ng.components": "~9.1.0-rc.1", + "@abp/ng.core": "~9.1.0-rc.1", + "@abp/ng.oauth": "~9.1.0-rc.1", + "@abp/ng.identity": "~9.1.0-rc.1", + "@abp/ng.setting-management": "~9.1.0-rc.1", + "@abp/ng.tenant-management": "~9.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", + "@abp/ng.theme.lepton-x": "~4.1.0-rc.1", "@angular/animations": "^15.0.1", "@angular/common": "^15.0.1", "@angular/compiler": "^15.0.1", @@ -36,7 +36,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@abp/ng.schematics": "~9.0.3", + "@abp/ng.schematics": "~9.1.0-rc.1", "@angular-devkit/build-angular": "^15.0.1", "@angular-eslint/builder": "~15.1.0", "@angular-eslint/eslint-plugin": "~15.1.0", diff --git a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json index 9b6a8fed1f..1802811be2 100644 --- a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json +++ b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/package.json @@ -3,6 +3,6 @@ "name": "demo-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1" } } diff --git a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock index 3de1cb98c3..f93e9ebfe7 100644 --- a/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock +++ b/modules/setting-management/app/Volo.Abp.SettingManagement.DemoApp/yarn.lock @@ -2,194 +2,194 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" - integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" diff --git a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json index c62b2d3f68..2ac94802de 100644 --- a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json +++ b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3", - "@abp/virtual-file-explorer": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1", + "@abp/virtual-file-explorer": "~9.1.0-rc.1" } } diff --git a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock index e9d7d29803..07fdc5677d 100644 --- a/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock +++ b/modules/virtual-file-explorer/app/Volo.Abp.VirtualFileExplorer.DemoApp/yarn.lock @@ -2,221 +2,221 @@ # yarn lockfile v1 -"@abp/aspnetcore.mvc.ui.theme.basic@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.basic/-/aspnetcore.mvc.ui.theme.basic-9.0.3.tgz#dcb95764ee11fc11ca593b722575275837cc58a9" - integrity sha512-NwTunUVwfaoZsNp1Js6B+jGPBw96taBhQ5hloKhtZFZxG2VMAN9Gy9fGxzUByYlpRB8CASR3kL+GRhrK2Ufc3A== - dependencies: - "@abp/aspnetcore.mvc.ui.theme.shared" "~9.0.3" - -"@abp/aspnetcore.mvc.ui.theme.shared@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-9.0.3.tgz#18f0d27cbba7ff22576c1c6e54891190c7d900bb" - integrity sha512-WHMvMiZhqvPLQtqo3aI+wkhNbZ3gCkWqwhIiXHvRks+tO92ww52evPlZUNDSWSSkhcB9vJddx5Eqv4phJgcMAA== - dependencies: - "@abp/aspnetcore.mvc.ui" "~9.0.3" - "@abp/bootstrap" "~9.0.3" - "@abp/bootstrap-datepicker" "~9.0.3" - "@abp/bootstrap-daterangepicker" "~9.0.3" - "@abp/datatables.net-bs5" "~9.0.3" - "@abp/font-awesome" "~9.0.3" - "@abp/jquery-form" "~9.0.3" - "@abp/jquery-validation-unobtrusive" "~9.0.3" - "@abp/lodash" "~9.0.3" - "@abp/luxon" "~9.0.3" - "@abp/malihu-custom-scrollbar-plugin" "~9.0.3" - "@abp/moment" "~9.0.3" - "@abp/select2" "~9.0.3" - "@abp/sweetalert2" "~9.0.3" - "@abp/timeago" "~9.0.3" - "@abp/toastr" "~9.0.3" - -"@abp/aspnetcore.mvc.ui@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.0.3.tgz#a4e2e92cddca77d81d8445bcc1d2cc129ec4b486" - integrity sha512-wkn7R8sx5lhbaZeTAy5aJxLbR1f3TD8lNaNtM1Lsc7wWq9dI19wyJZiAWqCZij2HOr2IK5izSROVfTqoXyUwXQ== +"@abp/aspnetcore.mvc.ui.theme.basic@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-N+l3BcYHVZgSmyfyhSt1o8ecg8pwu67JRE1wwcm/nqmtAYXNK77/wkd9KgJf+w0JHuFihLCnLUOF17jho3XWVQ== + dependencies: + "@abp/aspnetcore.mvc.ui.theme.shared" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui.theme.shared@~9.1.0-rc.1": + version "9.1.0-rc.1" + 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-zzO8JKGLI/zMqE1Yqnzs+EogPUq3sXBdLD13Hs1ZOBoMo2ck7r9/DnRD2YYpMEkbFNdpbOraKGCphDqa6+867w== + dependencies: + "@abp/aspnetcore.mvc.ui" "~9.1.0-rc.1" + "@abp/bootstrap" "~9.1.0-rc.1" + "@abp/bootstrap-datepicker" "~9.1.0-rc.1" + "@abp/bootstrap-daterangepicker" "~9.1.0-rc.1" + "@abp/datatables.net-bs5" "~9.1.0-rc.1" + "@abp/font-awesome" "~9.1.0-rc.1" + "@abp/jquery-form" "~9.1.0-rc.1" + "@abp/jquery-validation-unobtrusive" "~9.1.0-rc.1" + "@abp/lodash" "~9.1.0-rc.1" + "@abp/luxon" "~9.1.0-rc.1" + "@abp/malihu-custom-scrollbar-plugin" "~9.1.0-rc.1" + "@abp/moment" "~9.1.0-rc.1" + "@abp/select2" "~9.1.0-rc.1" + "@abp/sweetalert2" "~9.1.0-rc.1" + "@abp/timeago" "~9.1.0-rc.1" + "@abp/toastr" "~9.1.0-rc.1" + +"@abp/aspnetcore.mvc.ui@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-9.1.0-rc.1.tgz#057934df3a8182a7f25e27c3d01753fc5977a82a" + integrity sha512-nNqRSkMVcpSkeQ8jk+fbDX4f09rofYgI4TU3vPCZSDUXC72OZYMTMCkhu3ryPm7JMreDRnjz6APY8nw+JIadCQ== dependencies: ansi-colors "^4.1.3" -"@abp/bootstrap-datepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.0.3.tgz#aa40f5a31eb5c06224c165129a882658f4a0a9a5" - integrity sha512-Jg4oeBPtX7G41JdYjHVhB/6KQcMJO4WWXbUvkNetSUGTZGqacmgWRAIA5abmRWaHMJP1A1soZ9Ny1GNy0Qu65Q== +"@abp/bootstrap-datepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-datepicker/-/bootstrap-datepicker-9.1.0-rc.1.tgz#3e8555a25aa82503cf969cd2d0f11473f46757b4" + integrity sha512-Q/GQdBcbgYrb4ION0pYXzDgig+fkYGC0znTAGR0kCgwnLzcrjtQRWUjmfDUFgYP7QPmkh9F9pdQcivd5NV09Zw== dependencies: bootstrap-datepicker "^1.10.0" -"@abp/bootstrap-daterangepicker@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.0.3.tgz#a1c17721a1ff6613a3ee4ff971174b32a93d98de" - integrity sha512-wrvjb0bJudohxiYtecCGEa4VsvL/Kn/Z3q9w1jvIoallrTXQaACPtZDU+9yxK5mRf6zonwYI8JtNn4xKa+D1VA== +"@abp/bootstrap-daterangepicker@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-9.1.0-rc.1.tgz#840ef1b7841d747df614e25567d944ab61c08e8c" + integrity sha512-iNiNLVf/lpINnDQVqTgzexNG/LmiXCN3FU1oONgFSna2vJKRbzmlYUdVp4m2zwAlNaFNsdj5jr2sZiHkjauXiQ== dependencies: bootstrap-daterangepicker "^3.1.0" -"@abp/bootstrap@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.0.3.tgz#dc0325c23282086c9d2be79588b228e8b2c66eb2" - integrity sha512-ypl0R3jky6qKmnEZjnSniwgN8unNmWD9d4bOtV5RgDF2MlBQT+CvfUcYnGom0JOsL+5RjSNvzFH/Q5aH/yuy7Q== +"@abp/bootstrap@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/bootstrap/-/bootstrap-9.1.0-rc.1.tgz#0bc9708d25fa0c53565d0f0fe47adff91516380b" + integrity sha512-R2kfUvdE4evOAFuOPpZUuocYfBP8OZy07kZ5EnvSoAjfzZ/aCpkR3ceVCZSa29g5jux4MQVB4jlgiSiAGskzDg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" bootstrap "^5.3.3" -"@abp/clipboard@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.0.3.tgz#bda02ce6da876890ef117697f30348b8c16aaf70" - integrity sha512-iprJtnshdpRgLIPxa5Tgj1IqkLvkl2QxTmjrqeiuRhU3S1ry0GnE6dx3jAealWUOoYr/bqXPbpXi3RN7R4baHw== +"@abp/clipboard@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/clipboard/-/clipboard-9.1.0-rc.1.tgz#ab6ac8dc5425931c556c5933f34c095278dc5605" + integrity sha512-liLXqmshDfXdp+S2ogG7ETvTxLr9F7oB4xqutJRNl1fSyMbnfjZBfs4lm+Ak+n0jQDvVXKL/cj4+8ztyuYujpg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" clipboard "^2.0.11" -"@abp/core@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.0.3.tgz#8c508dc60628fbd9e8a9ba35d153316cacbf1fb4" - integrity sha512-4bHiyP2qPrEeXb/Ynl17b6LtfygWdkwsjHaadUbym7Lg5qYUQZ3KjW4U2DihYWCO46gsr/ckTEbV9edcRd+NxA== +"@abp/core@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/core/-/core-9.1.0-rc.1.tgz#3793d77f611b1b9d661ee5803bd1569057f742cc" + integrity sha512-KA2xtBb+eiGnviZm8bMzlVbZSnWQS+JIJsrD4mwAGpX0ijLfXIq8jOELeG9G2XkYLN78Yj0pxzS8vDApD7SJ2A== dependencies: - "@abp/utils" "~9.0.3" + "@abp/utils" "~9.1.0-rc.1" -"@abp/datatables.net-bs5@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.0.3.tgz#c89813a69a1b568a171cb2a4b1bcc4b7a4ef1bef" - integrity sha512-SD6N4apScOR22S7EntengOTQ1HSm2WnvzUuP/6HG50isXyMheRalZxJ6zAsBwiWyYyJtA+UHkiQzwVhdV40aBQ== +"@abp/datatables.net-bs5@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net-bs5/-/datatables.net-bs5-9.1.0-rc.1.tgz#2ffa6e46c3785851775a83c9c7069de92304f183" + integrity sha512-ctLeWZEbCggMfS3WhFIZimEylk04YLnRDz5Q5NDQyrFHHh7KH0/zGsKGw0AQFaf0mN1wikBAEkhXLqIRbLNWZQ== dependencies: - "@abp/datatables.net" "~9.0.3" + "@abp/datatables.net" "~9.1.0-rc.1" datatables.net-bs5 "^2.1.8" -"@abp/datatables.net@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.0.3.tgz#9cc09127ff6269476b6b0de16048e1e6480227c4" - integrity sha512-zLzHxdXnmL8pWKVzf3m4SIUMiPHHe3I9Cw8vezk5fK1v18Fk364o3Q8o8C1l1YDGEa7Sx1wsUoLDN+p4FzagXg== +"@abp/datatables.net@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/datatables.net/-/datatables.net-9.1.0-rc.1.tgz#8bcc59ec58b539d9e403e7f25c8cc28f7c8257e8" + integrity sha512-6Z9y1wCB13bxipGkTJK9R8F+mrxG4juBtfOjOvLWdFIRE33HfrbQA6MD6RISQGOcNIOHF6b+VwSkFFOw2qm7nQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" datatables.net "^2.1.8" -"@abp/font-awesome@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.0.3.tgz#db6ece04fcdb4880cac8174deffb4fa04d43d2de" - integrity sha512-toI2zGayMeI4EUUMmittRWKBY/mLjiiX1zA2z70q/Hpm9zoCly2KwbN7zwtWbayhESO7edci9T7CXF5kNdiNow== +"@abp/font-awesome@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/font-awesome/-/font-awesome-9.1.0-rc.1.tgz#8e90b050c2acb2970de6c98958a50c896dc7b242" + integrity sha512-IRvSetF0HywDXzS6er2Adrp/dWGy6k9MUWqAlQuJSr/u3dnalnbKYns49yORWGHm4L6Y/Cjj+TwcF3tvFq3jzg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" "@fortawesome/fontawesome-free" "^6.6.0" -"@abp/jquery-form@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.0.3.tgz#907033a496af127bfbe4e220f43cda65331e7b98" - integrity sha512-kD/9S25kJSAj5f7bfHVMfzfF5/0OrLDj8E55M27zbusdcaFS/nYElzrU3DeAEusASdnssRAwyJCWyp2vvRIMzA== +"@abp/jquery-form@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-form/-/jquery-form-9.1.0-rc.1.tgz#561f3f1fd6742ef3cf2b6c5d2ab4897367ae004b" + integrity sha512-sOsIqX1tjE0mz9man7zzs+13/ZelMyRiytRbLjhv7RavLM00IKm5Q4nH3fWjd+G9HByG0Ba5uxYgA4IH3rwjbA== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-form "^4.3.0" -"@abp/jquery-validation-unobtrusive@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.0.3.tgz#b9449d222d4855f941dbe7445f73fff1541975a4" - integrity sha512-U/zUDYyJnUYDmmloOx/rViVyg7b4Gxd4zgcEi1E1YP0zryQQh5CkoSEvzv7GyurB1/rVZuRszmo/nRgn3pHOKg== +"@abp/jquery-validation-unobtrusive@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-9.1.0-rc.1.tgz#9a906ec7b669fd9f217a410b6a88812c0a745c5b" + integrity sha512-ErgAy0x9ZRp95KXdprDWrZUy8HI67w24ayhRPXJxiybtYeO2kvnolHSJNrb9kJBstY568YScx0cWJ4b1iviORQ== dependencies: - "@abp/jquery-validation" "~9.0.3" + "@abp/jquery-validation" "~9.1.0-rc.1" jquery-validation-unobtrusive "^4.0.0" -"@abp/jquery-validation@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.0.3.tgz#02eb010267121fd9310cdcf5ca7c7b54091fd5de" - integrity sha512-tqjM5S0/jDS88CIt8oCQbHYJTytA7Y+KdTsnRkrA+BWy2A5bjrd6YUZXa/2UUwXHa3tQgv/uXl9HpDEaqRtfYQ== +"@abp/jquery-validation@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery-validation/-/jquery-validation-9.1.0-rc.1.tgz#d6392eda98c80f355c2769080b59af77e0e401d9" + integrity sha512-MAIecmyJoGFqT6F0OgzNFNF9wUEnez+KiFMZ0kmCJaFWZCbVWXoK4v7C8sE8tqRpM16WJWQkeQefB5sEubDUdg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" jquery-validation "^1.21.0" -"@abp/jquery@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.3.tgz#ba8b4f4c0825ccb55c793024d3bbeb9ee817b19c" - integrity sha512-lZoyiyz83VOQKbN+9gD8JC+WI+OACc3y2hU+v30v220DLKhwoiVQM6d5yfA2QEugTPTjm/s40Ocmh/nVjm5mtg== +"@abp/jquery@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.1.0-rc.1.tgz#11db23ac334574d7c13b9792994b45494875bc54" + integrity sha512-WlrFID5d1u29Mz4XFjoNh/iUUJ+1dRaxN55gfqy75wjQV5vlblvHSsygb0AFNSF9ekQ8tBqr3w6AbGclmb0rGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" jquery "~3.7.1" -"@abp/lodash@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.0.3.tgz#daadfb98339f1d6982a12b655b840f105b324830" - integrity sha512-wt4ZJmRlhnK9W3o8lex7LyL/7rzgu4STLtZ2Ga8Ec5uZ9kN0CDTYjIw0zVqB8iGNKcW8MCxIGB7u9JMU9tphiQ== +"@abp/lodash@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/lodash/-/lodash-9.1.0-rc.1.tgz#c54fda2f94dc362937c0e87da28cc01261745e16" + integrity sha512-c2uSwNOAPeCcRClsQfwPpKwMFbUI7vgK523mKYc39QSZJhx/Enj37KUH56Y/iARo5HRas4J0TR/HqStiewmjOg== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" lodash "^4.17.21" -"@abp/luxon@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.0.3.tgz#62a5e395c92cadcf0985453eee065fcbe5354402" - integrity sha512-qTPw2vhgkgNldFJziHiL+c2vF7p+7RW1orev8K8XLSe3dguzlXBL2dicyDWCX9ay4zYfEpXbA0oKFgJvhBfK/w== +"@abp/luxon@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/luxon/-/luxon-9.1.0-rc.1.tgz#06480870b4db9ce8a6cad0dd93c6f517be3b44c6" + integrity sha512-HECD4GN827kLejyDDhh+ga4Zyn6xah1hqS5REbAzoAAV16/sZ7PRommUe6/kqFXNMCLTW3wQojJdBkKdaDLEiw== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" luxon "^3.5.0" -"@abp/malihu-custom-scrollbar-plugin@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.0.3.tgz#b3723f777b61c47ed64527b4295df33cca5cae26" - integrity sha512-aRearvDO1OaV7wfsWR2/cieWR/hG9cX78YGE08goRq0xLcGnBkmraQHSGGSZbMwId5zf5Kh3ePVXChO7llitkQ== +"@abp/malihu-custom-scrollbar-plugin@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-9.1.0-rc.1.tgz#1eb6a19f36429b1a911425189c04929cb34fef85" + integrity sha512-7bsAFjHldekilb0cr1P00zTjLqCJ+f2DgOhtNQ+FyHuNfWjZvfgdH8AFopku8s8Bt6ZZMOro11oiNe7moFRfGA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" malihu-custom-scrollbar-plugin "^3.1.5" -"@abp/moment@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.0.3.tgz#696748659e036a1bf707684340703a861f340a92" - integrity sha512-7SRIjSHOyDTbuZ41vpisft+c5L+E3fk0G+V5+rpsACGTm6SpRqnVuAl5egbrDcm9rQeP0+VSV+/6UXdM7koOCQ== +"@abp/moment@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/moment/-/moment-9.1.0-rc.1.tgz#b43e8479a2ffc7f295d768c275af10d540d882be" + integrity sha512-3uwA39y38rrUyOjPtDj0m1OZ6RhLUG836rUUu0SexYd9wdGXeo34ShWucCGT78uEdzfBqyXfzAGLroS+ewUGgQ== dependencies: moment "^2.30.1" -"@abp/prismjs@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.0.3.tgz#9675dacd5df511120dffde76e925a8344ca9bace" - integrity sha512-5nMAKRADa6BQh3orquGHCUzqoZyDhmvoQ7RBCJsM3e0W+wBPeV9qmF+dJjOf9d+c9dr2mpU2SrH45fO/BNqgWg== +"@abp/prismjs@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/prismjs/-/prismjs-9.1.0-rc.1.tgz#8b55c07b979a5bc31c03e417b5196c91931c776e" + integrity sha512-2E4XoMyBfnlVc9to6HLWoXVxuOA3n3nsME6VjCW9rgXIzZwrwam+g4/6vE9l8aU+U5k7YbZ3l9+7brLS1AMqTg== dependencies: - "@abp/clipboard" "~9.0.3" - "@abp/core" "~9.0.3" + "@abp/clipboard" "~9.1.0-rc.1" + "@abp/core" "~9.1.0-rc.1" prismjs "^1.29.0" -"@abp/select2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.0.3.tgz#d75afa45decc4ce5a25ecb257f76a9f4c4c1b1fd" - integrity sha512-Cs/cQHdqV0U/c3RXbTTfIQoTaJqjBZMGon8cHX6rmvCDhWKOU/B2E+R2wNlcMjl0Tkhfy3Jl1mwlD0KZ/LePbA== +"@abp/select2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/select2/-/select2-9.1.0-rc.1.tgz#d0c49b27d39eb1b48640d07c066e06d320fed8da" + integrity sha512-mRLckiFInbdOrB05Qf8nT5qIRmeIBj++KyJz+X63R6Nyt8Uz2SV5FAkH7qRSJICB/lyZDqoL1HZ1EW7H+IhrQA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" select2 "^4.0.13" -"@abp/sweetalert2@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.0.3.tgz#b7619bcf664b7aaf51f096df1b60f604db36c84c" - integrity sha512-W9fQu1jGhzqliyqKU/OFtAHiS3b8kar3LN9Pij2g/Q8zS2esjdgdt4LoaI5SytRi7zXUqn2tCi/cDEDXf/X3zQ== +"@abp/sweetalert2@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/sweetalert2/-/sweetalert2-9.1.0-rc.1.tgz#36730034d28ca2316b8e52ed47593619b41656ee" + integrity sha512-aHuqp87dC/70qM3TG6yos8fm2xZeZeQkwoj0rA86VyXEtvJEonuLueiSS1iNjwTy3AO3TaRgjFTdAgVJeK/XdA== dependencies: - "@abp/core" "~9.0.3" + "@abp/core" "~9.1.0-rc.1" sweetalert2 "^11.14.1" -"@abp/timeago@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.0.3.tgz#8e675aafcc862643303909c27bbb982aa1c3c22c" - integrity sha512-B2ZHs4IfZyy+YHLlS/KLhxbqvxTkEEz1y+Sk8HtVSk0Ula5UD+U1FvwcxOiYGIghmHlkqFBtegifZosPOMB9VQ== +"@abp/timeago@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/timeago/-/timeago-9.1.0-rc.1.tgz#72057afeacc3dd475b8508184b94c5264bd1c66d" + integrity sha512-R9+k3LVLXO0eucxfaDFDHPCurwOyHQWYh+EsCK0CNnpm8q0tRgXDgHGpcRv+wSllVEn25nFDLK9moXe32xV1EQ== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" timeago "^1.6.7" -"@abp/toastr@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.0.3.tgz#1863fea4d709b524f8fea0233dfd0ff8b1bc5bb2" - integrity sha512-3eV17OBB8XLJC9dZWW6xzi4fpu5NZqNrRiKiYJf79IUvmuS0cBVKpNJVKRaDTp4DeDBHxCQOWmMnrNI/mh3bDQ== +"@abp/toastr@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/toastr/-/toastr-9.1.0-rc.1.tgz#7ce36f9abb15fdda11ccf1813fd5d52fc8d18023" + integrity sha512-jW4O29BuSLJYCyPvaKQd+iY6qWN/VUIJOB3g7PUWQOFxL+oWviEQK2bL3DZDtEQRyGyU/qZQB+zaore1e3Ovxg== dependencies: - "@abp/jquery" "~9.0.3" + "@abp/jquery" "~9.1.0-rc.1" toastr "^2.1.4" -"@abp/utils@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.0.3.tgz#02dfd981d210be8229d65f802f0721b42c9e17d7" - integrity sha512-45sQQ6IV3cB9KAIVtRn3IH1wVr9DfM0PMFiwVt3F+wKwNBAPsKNcMPt4/EhZCNY3IMaEseJ7K/lxt33O3sURuA== +"@abp/utils@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/utils/-/utils-9.1.0-rc.1.tgz#ddc5b216b54c23abd03a2ac8cea759fdecd7019f" + integrity sha512-BFlLQ5wGlx1w1y7iNY3404KIgf+jxDUVKVeYojv9iRK/HzT9btUJeGlPo2T5lXlV8Hvfq3PZjcWJrvHDU4Bn9w== dependencies: just-compare "^2.3.0" -"@abp/virtual-file-explorer@~9.0.3": - version "9.0.3" - resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-9.0.3.tgz#8545982f2157746af70d8e9f989d817dff23ff80" - integrity sha512-2iR5AhRcjHDrk0fWwqTfpnlK7FVCJOYuc2Hi32qm/TKs6yfEgtMFtx1Ol2ucd4Fc3L3VzUJvj36YeokXJDg+dA== +"@abp/virtual-file-explorer@~9.1.0-rc.1": + version "9.1.0-rc.1" + resolved "https://registry.yarnpkg.com/@abp/virtual-file-explorer/-/virtual-file-explorer-9.1.0-rc.1.tgz#1c2ec620fe7d04d7ddf68b182793cd619d4e3c2b" + integrity sha512-CHiNg9dwsQ9cfjqfuOou29Pf3xftfVKvBiu0uc/z+H93l7QCyB9eQE9MtgmxqBPWMcANywNtR8Xwx0P+QYk4Rg== dependencies: - "@abp/clipboard" "~9.0.3" - "@abp/prismjs" "~9.0.3" + "@abp/clipboard" "~9.1.0-rc.1" + "@abp/prismjs" "~9.1.0-rc.1" "@fortawesome/fontawesome-free@^6.6.0": version "6.6.0" diff --git a/npm/lerna.json b/npm/lerna.json index 777bed196f..c822334a09 100644 --- a/npm/lerna.json +++ b/npm/lerna.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "packages": [ "packs/*" ], diff --git a/npm/ng-packs/package.json b/npm/ng-packs/package.json index d4bd2bd474..dfb3bc458e 100644 --- a/npm/ng-packs/package.json +++ b/npm/ng-packs/package.json @@ -44,8 +44,8 @@ }, "private": true, "devDependencies": { - "@abp/ng.theme.lepton-x": "~4.0.4", - "@abp/utils": "~9.0.3", + "@abp/ng.theme.lepton-x": "~4.1.0-rc.1", + "@abp/utils": "~9.1.0-rc.1", "@angular-devkit/build-angular": "~19.0.0", "@angular-devkit/core": "~19.0.0", "@angular-devkit/schematics": "~19.0.0", diff --git a/npm/ng-packs/packages/account-core/package.json b/npm/ng-packs/packages/account-core/package.json index 13585121bd..79c5451901 100644 --- a/npm/ng-packs/packages/account-core/package.json +++ b/npm/ng-packs/packages/account-core/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.account.core", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.core": "~9.0.3", - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.core": "~9.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/account/package.json b/npm/ng-packs/packages/account/package.json index cb9a6f223b..1c3bae9450 100644 --- a/npm/ng-packs/packages/account/package.json +++ b/npm/ng-packs/packages/account/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.account", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.account.core": "~9.0.3", - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.account.core": "~9.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/components/package.json b/npm/ng-packs/packages/components/package.json index 1fc6380c17..63463950a8 100644 --- a/npm/ng-packs/packages/components/package.json +++ b/npm/ng-packs/packages/components/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.components", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "peerDependencies": { - "@abp/ng.core": ">=9.0.3", - "@abp/ng.theme.shared": ">=9.0.3" + "@abp/ng.core": ">=9.1.0-rc.1", + "@abp/ng.theme.shared": ">=9.1.0-rc.1" }, "dependencies": { "chart.js": "^3.5.1", diff --git a/npm/ng-packs/packages/core/package.json b/npm/ng-packs/packages/core/package.json index 770b13e36c..15e8841eca 100644 --- a/npm/ng-packs/packages/core/package.json +++ b/npm/ng-packs/packages/core/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.core", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/utils": "~9.0.3", + "@abp/utils": "~9.1.0-rc.1", "just-clone": "^6.0.0", "just-compare": "^2.0.0", "ts-toolbelt": "^9.0.0", diff --git a/npm/ng-packs/packages/feature-management/package.json b/npm/ng-packs/packages/feature-management/package.json index 8cdece4f9e..e3efbfd7bb 100644 --- a/npm/ng-packs/packages/feature-management/package.json +++ b/npm/ng-packs/packages/feature-management/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.feature-management", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/generators/package.json b/npm/ng-packs/packages/generators/package.json index 765c2f8977..a03054dc81 100644 --- a/npm/ng-packs/packages/generators/package.json +++ b/npm/ng-packs/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@abp/nx.generators", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "generators": "./generators.json", "type": "commonjs", diff --git a/npm/ng-packs/packages/identity/package.json b/npm/ng-packs/packages/identity/package.json index 64a1d94c6a..bf6d2484b3 100644 --- a/npm/ng-packs/packages/identity/package.json +++ b/npm/ng-packs/packages/identity/package.json @@ -1,15 +1,15 @@ { "name": "@abp/ng.identity", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.components": "~9.0.3", - "@abp/ng.permission-management": "~9.0.3", - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.components": "~9.1.0-rc.1", + "@abp/ng.permission-management": "~9.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/oauth/package.json b/npm/ng-packs/packages/oauth/package.json index 178d50bb49..5daf264259 100644 --- a/npm/ng-packs/packages/oauth/package.json +++ b/npm/ng-packs/packages/oauth/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.oauth", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.core": "~9.0.3", - "@abp/utils": "~9.0.3", + "@abp/ng.core": "~9.1.0-rc.1", + "@abp/utils": "~9.1.0-rc.1", "angular-oauth2-oidc": "^17.0.0", "just-clone": "^6.0.0", "just-compare": "^2.0.0", diff --git a/npm/ng-packs/packages/permission-management/package.json b/npm/ng-packs/packages/permission-management/package.json index fe4bac0ab1..387b7b79c6 100644 --- a/npm/ng-packs/packages/permission-management/package.json +++ b/npm/ng-packs/packages/permission-management/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.permission-management", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/schematics/package.json b/npm/ng-packs/packages/schematics/package.json index 193afeb4dd..361bf77604 100644 --- a/npm/ng-packs/packages/schematics/package.json +++ b/npm/ng-packs/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@abp/ng.schematics", - "version": "9.0.3", + "version": "9.1.0-rc.1", "author": "", "schematics": "./collection.json", "dependencies": { diff --git a/npm/ng-packs/packages/setting-management/package.json b/npm/ng-packs/packages/setting-management/package.json index 9bb11a6c44..4f05f57176 100644 --- a/npm/ng-packs/packages/setting-management/package.json +++ b/npm/ng-packs/packages/setting-management/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.setting-management", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.components": "~9.0.3", - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.components": "~9.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/tenant-management/package.json b/npm/ng-packs/packages/tenant-management/package.json index 042a1fc74b..d91d971b2f 100644 --- a/npm/ng-packs/packages/tenant-management/package.json +++ b/npm/ng-packs/packages/tenant-management/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.tenant-management", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.feature-management": "~9.0.3", - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.feature-management": "~9.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/theme-basic/package.json b/npm/ng-packs/packages/theme-basic/package.json index 6db56c3b30..58f242365f 100644 --- a/npm/ng-packs/packages/theme-basic/package.json +++ b/npm/ng-packs/packages/theme-basic/package.json @@ -1,14 +1,14 @@ { "name": "@abp/ng.theme.basic", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.account.core": "~9.0.3", - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.account.core": "~9.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "tslib": "^2.0.0" }, "publishConfig": { diff --git a/npm/ng-packs/packages/theme-shared/package.json b/npm/ng-packs/packages/theme-shared/package.json index 10d9e6e4c2..b8376770b7 100644 --- a/npm/ng-packs/packages/theme-shared/package.json +++ b/npm/ng-packs/packages/theme-shared/package.json @@ -1,13 +1,13 @@ { "name": "@abp/ng.theme.shared", - "version": "9.0.3", + "version": "9.1.0-rc.1", "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/abpframework/abp.git" }, "dependencies": { - "@abp/ng.core": "~9.0.3", + "@abp/ng.core": "~9.1.0-rc.1", "@fortawesome/fontawesome-free": "^5.0.0", "@ng-bootstrap/ng-bootstrap": "~17.0.0", "@ngx-validate/core": "^0.2.0", diff --git a/npm/packs/anchor-js/package.json b/npm/packs/anchor-js/package.json index a2f5772e25..309421082c 100644 --- a/npm/packs/anchor-js/package.json +++ b/npm/packs/anchor-js/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/anchor-js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "anchor-js": "^5.0.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/aspnetcore.components.server.basictheme/package.json b/npm/packs/aspnetcore.components.server.basictheme/package.json index b23652e0e3..57aae60c6d 100644 --- a/npm/packs/aspnetcore.components.server.basictheme/package.json +++ b/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", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/aspnetcore.components.server.theming": "~9.0.3" + "@abp/aspnetcore.components.server.theming": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/aspnetcore.components.server.theming/package.json b/npm/packs/aspnetcore.components.server.theming/package.json index d3edbcccdb..f1c15913a1 100644 --- a/npm/packs/aspnetcore.components.server.theming/package.json +++ b/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", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/bootstrap": "~9.0.3", - "@abp/font-awesome": "~9.0.3" + "@abp/bootstrap": "~9.1.0-rc.1", + "@abp/font-awesome": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json b/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json index ab0c959247..4d7e573cfd 100644 --- a/npm/packs/aspnetcore.mvc.ui.theme.basic/package.json +++ b/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", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.shared": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json index 49553ce8de..bbd90971f9 100644 --- a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json +++ b/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", "repository": { "type": "git", @@ -10,22 +10,22 @@ "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui": "~9.0.3", - "@abp/bootstrap": "~9.0.3", - "@abp/bootstrap-datepicker": "~9.0.3", - "@abp/bootstrap-daterangepicker": "~9.0.3", - "@abp/datatables.net-bs5": "~9.0.3", - "@abp/font-awesome": "~9.0.3", - "@abp/jquery-form": "~9.0.3", - "@abp/jquery-validation-unobtrusive": "~9.0.3", - "@abp/lodash": "~9.0.3", - "@abp/luxon": "~9.0.3", - "@abp/malihu-custom-scrollbar-plugin": "~9.0.3", - "@abp/moment": "~9.0.3", - "@abp/select2": "~9.0.3", - "@abp/sweetalert2": "~9.0.3", - "@abp/timeago": "~9.0.3", - "@abp/toastr": "~9.0.3" + "@abp/aspnetcore.mvc.ui": "~9.1.0-rc.1", + "@abp/bootstrap": "~9.1.0-rc.1", + "@abp/bootstrap-datepicker": "~9.1.0-rc.1", + "@abp/bootstrap-daterangepicker": "~9.1.0-rc.1", + "@abp/datatables.net-bs5": "~9.1.0-rc.1", + "@abp/font-awesome": "~9.1.0-rc.1", + "@abp/jquery-form": "~9.1.0-rc.1", + "@abp/jquery-validation-unobtrusive": "~9.1.0-rc.1", + "@abp/lodash": "~9.1.0-rc.1", + "@abp/luxon": "~9.1.0-rc.1", + "@abp/malihu-custom-scrollbar-plugin": "~9.1.0-rc.1", + "@abp/moment": "~9.1.0-rc.1", + "@abp/select2": "~9.1.0-rc.1", + "@abp/sweetalert2": "~9.1.0-rc.1", + "@abp/timeago": "~9.1.0-rc.1", + "@abp/toastr": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/aspnetcore.mvc.ui/package-lock.json b/npm/packs/aspnetcore.mvc.ui/package-lock.json index 1a4266359a..bbd2287024 100644 --- a/npm/packs/aspnetcore.mvc.ui/package-lock.json +++ b/npm/packs/aspnetcore.mvc.ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@abp/aspnetcore.mvc.ui", - "version": "9.0.3", + "version": "9.1.0-rc.1", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/npm/packs/aspnetcore.mvc.ui/package.json b/npm/packs/aspnetcore.mvc.ui/package.json index f3becbd4f1..96c7ab0605 100644 --- a/npm/packs/aspnetcore.mvc.ui/package.json +++ b/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", "repository": { "type": "git", diff --git a/npm/packs/blogging/package.json b/npm/packs/blogging/package.json index 31dfe5bf25..2960d13e17 100644 --- a/npm/packs/blogging/package.json +++ b/npm/packs/blogging/package.json @@ -1,14 +1,14 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/blogging", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.shared": "~9.0.3", - "@abp/owl.carousel": "~9.0.3", - "@abp/prismjs": "~9.0.3", - "@abp/tui-editor": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.shared": "~9.1.0-rc.1", + "@abp/owl.carousel": "~9.1.0-rc.1", + "@abp/prismjs": "~9.1.0-rc.1", + "@abp/tui-editor": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/bootstrap-datepicker/package.json b/npm/packs/bootstrap-datepicker/package.json index 5d0a6faa42..7b47f5b9f8 100644 --- a/npm/packs/bootstrap-datepicker/package.json +++ b/npm/packs/bootstrap-datepicker/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/bootstrap-datepicker", "repository": { "type": "git", diff --git a/npm/packs/bootstrap-daterangepicker/package.json b/npm/packs/bootstrap-daterangepicker/package.json index 8ce078f9a2..12b9dce271 100644 --- a/npm/packs/bootstrap-daterangepicker/package.json +++ b/npm/packs/bootstrap-daterangepicker/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/bootstrap-daterangepicker", "repository": { "type": "git", diff --git a/npm/packs/bootstrap/package.json b/npm/packs/bootstrap/package.json index cf9af47b39..5701ef1f01 100644 --- a/npm/packs/bootstrap/package.json +++ b/npm/packs/bootstrap/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/bootstrap", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "bootstrap": "^5.3.3" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/chart.js/package.json b/npm/packs/chart.js/package.json index f2a6594887..048027aaad 100644 --- a/npm/packs/chart.js/package.json +++ b/npm/packs/chart.js/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/chart.js", "publishConfig": { "access": "public" diff --git a/npm/packs/clipboard/package.json b/npm/packs/clipboard/package.json index c696292fa4..ce0b8c2a37 100644 --- a/npm/packs/clipboard/package.json +++ b/npm/packs/clipboard/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/clipboard", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "clipboard": "^2.0.11" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/cms-kit.admin/package.json b/npm/packs/cms-kit.admin/package.json index 1c97c6a0d7..7ea85a6e0b 100644 --- a/npm/packs/cms-kit.admin/package.json +++ b/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", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/codemirror": "~9.0.3", - "@abp/jstree": "~9.0.3", - "@abp/markdown-it": "~9.0.3", - "@abp/slugify": "~9.0.3", - "@abp/tui-editor": "~9.0.3", - "@abp/uppy": "~9.0.3" + "@abp/codemirror": "~9.1.0-rc.1", + "@abp/jstree": "~9.1.0-rc.1", + "@abp/markdown-it": "~9.1.0-rc.1", + "@abp/slugify": "~9.1.0-rc.1", + "@abp/tui-editor": "~9.1.0-rc.1", + "@abp/uppy": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/cms-kit.public/package.json b/npm/packs/cms-kit.public/package.json index 40d8a42d37..d420b5d078 100644 --- a/npm/packs/cms-kit.public/package.json +++ b/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", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/highlight.js": "~9.0.3", - "@abp/star-rating-svg": "~9.0.3" + "@abp/highlight.js": "~9.1.0-rc.1", + "@abp/star-rating-svg": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/cms-kit/package.json b/npm/packs/cms-kit/package.json index a30712f955..69ac1c8c2f 100644 --- a/npm/packs/cms-kit/package.json +++ b/npm/packs/cms-kit/package.json @@ -1,12 +1,12 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/cms-kit", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/cms-kit.admin": "~9.0.3", - "@abp/cms-kit.public": "~9.0.3" + "@abp/cms-kit.admin": "~9.1.0-rc.1", + "@abp/cms-kit.public": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/codemirror/package.json b/npm/packs/codemirror/package.json index b2404eb7c2..5bb5da6778 100644 --- a/npm/packs/codemirror/package.json +++ b/npm/packs/codemirror/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/codemirror", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "codemirror": "^5.65.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/core/package.json b/npm/packs/core/package.json index 843493450e..e9b113556d 100644 --- a/npm/packs/core/package.json +++ b/npm/packs/core/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/core", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/utils": "~9.0.3" + "@abp/utils": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/cropperjs/package.json b/npm/packs/cropperjs/package.json index 1c8bdf2c90..ef91d71515 100644 --- a/npm/packs/cropperjs/package.json +++ b/npm/packs/cropperjs/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/cropperjs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "cropperjs": "^1.6.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/datatables.net-bs4/package.json b/npm/packs/datatables.net-bs4/package.json index 4e7b4b1a42..7c55cea6c8 100644 --- a/npm/packs/datatables.net-bs4/package.json +++ b/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", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/datatables.net": "~9.0.3", + "@abp/datatables.net": "~9.1.0-rc.1", "datatables.net-bs4": "^2.1.8" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/datatables.net-bs5/package.json b/npm/packs/datatables.net-bs5/package.json index 6d8eceb6de..048570d2a4 100644 --- a/npm/packs/datatables.net-bs5/package.json +++ b/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", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/datatables.net": "~9.0.3", + "@abp/datatables.net": "~9.1.0-rc.1", "datatables.net-bs5": "^2.1.8" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/datatables.net/package.json b/npm/packs/datatables.net/package.json index 12f92bbcd1..0f8e82c01d 100644 --- a/npm/packs/datatables.net/package.json +++ b/npm/packs/datatables.net/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/datatables.net", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~9.0.3", + "@abp/jquery": "~9.1.0-rc.1", "datatables.net": "^2.1.8" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/docs/package.json b/npm/packs/docs/package.json index ecd5157b20..0a9aceec5b 100644 --- a/npm/packs/docs/package.json +++ b/npm/packs/docs/package.json @@ -1,15 +1,15 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/docs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/anchor-js": "~9.0.3", - "@abp/clipboard": "~9.0.3", - "@abp/malihu-custom-scrollbar-plugin": "~9.0.3", - "@abp/popper.js": "~9.0.3", - "@abp/prismjs": "~9.0.3" + "@abp/anchor-js": "~9.1.0-rc.1", + "@abp/clipboard": "~9.1.0-rc.1", + "@abp/malihu-custom-scrollbar-plugin": "~9.1.0-rc.1", + "@abp/popper.js": "~9.1.0-rc.1", + "@abp/prismjs": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/flag-icon-css/package.json b/npm/packs/flag-icon-css/package.json index f7c8ba8cdd..4357090306 100644 --- a/npm/packs/flag-icon-css/package.json +++ b/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", "publishConfig": { "access": "public" diff --git a/npm/packs/flag-icons/package.json b/npm/packs/flag-icons/package.json index f1f20217c8..9c3f556e16 100644 --- a/npm/packs/flag-icons/package.json +++ b/npm/packs/flag-icons/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/flag-icons", "publishConfig": { "access": "public" diff --git a/npm/packs/font-awesome/package.json b/npm/packs/font-awesome/package.json index bd1cc280de..dfff41251e 100644 --- a/npm/packs/font-awesome/package.json +++ b/npm/packs/font-awesome/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/font-awesome", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "@fortawesome/fontawesome-free": "^6.6.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/highlight.js/package.json b/npm/packs/highlight.js/package.json index ede8f72b54..ebde5868f6 100644 --- a/npm/packs/highlight.js/package.json +++ b/npm/packs/highlight.js/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/highlight.js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "@highlightjs/cdn-assets": "~11.10.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jquery-form/package.json b/npm/packs/jquery-form/package.json index 2b0a9186d2..5b32dfe976 100644 --- a/npm/packs/jquery-form/package.json +++ b/npm/packs/jquery-form/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/jquery-form", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~9.0.3", + "@abp/jquery": "~9.1.0-rc.1", "jquery-form": "^4.3.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jquery-validation-unobtrusive/package.json b/npm/packs/jquery-validation-unobtrusive/package.json index c46eb16949..d1c3074121 100644 --- a/npm/packs/jquery-validation-unobtrusive/package.json +++ b/npm/packs/jquery-validation-unobtrusive/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/jquery-validation-unobtrusive", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery-validation": "~9.0.3", + "@abp/jquery-validation": "~9.1.0-rc.1", "jquery-validation-unobtrusive": "^4.0.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jquery-validation/package.json b/npm/packs/jquery-validation/package.json index 8c5c1971da..405b27d0a8 100644 --- a/npm/packs/jquery-validation/package.json +++ b/npm/packs/jquery-validation/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/jquery-validation", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~9.0.3", + "@abp/jquery": "~9.1.0-rc.1", "jquery-validation": "^1.21.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jquery/package.json b/npm/packs/jquery/package.json index a6d809b152..583c8dc0f4 100644 --- a/npm/packs/jquery/package.json +++ b/npm/packs/jquery/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/jquery", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "jquery": "~3.7.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/jstree/package.json b/npm/packs/jstree/package.json index 293292f0ac..1ee8bb9be8 100644 --- a/npm/packs/jstree/package.json +++ b/npm/packs/jstree/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/jstree", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~9.0.3", + "@abp/jquery": "~9.1.0-rc.1", "jstree": "^3.3.17" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/lodash/package.json b/npm/packs/lodash/package.json index 340911dd1b..ae0002639d 100644 --- a/npm/packs/lodash/package.json +++ b/npm/packs/lodash/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/lodash", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "lodash": "^4.17.21" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/luxon/package.json b/npm/packs/luxon/package.json index cecb2c8c68..46e4f9af34 100644 --- a/npm/packs/luxon/package.json +++ b/npm/packs/luxon/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/luxon", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "luxon": "^3.5.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/malihu-custom-scrollbar-plugin/package.json b/npm/packs/malihu-custom-scrollbar-plugin/package.json index a4b80b0df9..6908d9e119 100644 --- a/npm/packs/malihu-custom-scrollbar-plugin/package.json +++ b/npm/packs/malihu-custom-scrollbar-plugin/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/malihu-custom-scrollbar-plugin", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "malihu-custom-scrollbar-plugin": "^3.1.5" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/markdown-it/package.json b/npm/packs/markdown-it/package.json index 0501ab1de6..a26f431c44 100644 --- a/npm/packs/markdown-it/package.json +++ b/npm/packs/markdown-it/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/markdown-it", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "markdown-it": "^14.1.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/moment/package.json b/npm/packs/moment/package.json index 9d7a90debf..9879b92ae9 100644 --- a/npm/packs/moment/package.json +++ b/npm/packs/moment/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/moment", "repository": { "type": "git", diff --git a/npm/packs/owl.carousel/package.json b/npm/packs/owl.carousel/package.json index c335484964..f87d459ef1 100644 --- a/npm/packs/owl.carousel/package.json +++ b/npm/packs/owl.carousel/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/owl.carousel", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "owl.carousel": "^2.3.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/popper.js/package.json b/npm/packs/popper.js/package.json index 73390b2428..db7508a0a2 100644 --- a/npm/packs/popper.js/package.json +++ b/npm/packs/popper.js/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/popper.js", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "@popperjs/core": "^2.11.8" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/prismjs/package.json b/npm/packs/prismjs/package.json index 30c5d8cccf..8cadce5bde 100644 --- a/npm/packs/prismjs/package.json +++ b/npm/packs/prismjs/package.json @@ -1,12 +1,12 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/prismjs", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/clipboard": "~9.0.3", - "@abp/core": "~9.0.3", + "@abp/clipboard": "~9.1.0-rc.1", + "@abp/core": "~9.1.0-rc.1", "prismjs": "^1.29.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/qrcode/package.json b/npm/packs/qrcode/package.json index a6c3a2e881..d1602428e1 100644 --- a/npm/packs/qrcode/package.json +++ b/npm/packs/qrcode/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/qrcode", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3" + "@abp/core": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/select2/package.json b/npm/packs/select2/package.json index 4603515e27..a763f0d3d4 100644 --- a/npm/packs/select2/package.json +++ b/npm/packs/select2/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/select2", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "select2": "^4.0.13" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/signalr/package.json b/npm/packs/signalr/package.json index 94ba151cc4..dc27c99718 100644 --- a/npm/packs/signalr/package.json +++ b/npm/packs/signalr/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/signalr", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "@microsoft/signalr": "~8.0.7" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/slugify/package.json b/npm/packs/slugify/package.json index 8e7d51da8b..14c3797593 100644 --- a/npm/packs/slugify/package.json +++ b/npm/packs/slugify/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/slugify", "publishConfig": { "access": "public" diff --git a/npm/packs/star-rating-svg/package.json b/npm/packs/star-rating-svg/package.json index 307d7bb6ae..6b1d368fa7 100644 --- a/npm/packs/star-rating-svg/package.json +++ b/npm/packs/star-rating-svg/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/star-rating-svg", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~9.0.3", + "@abp/jquery": "~9.1.0-rc.1", "star-rating-svg": "^3.5.0" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/sweetalert2/package.json b/npm/packs/sweetalert2/package.json index 55ae7603f8..ff7da7f5d5 100644 --- a/npm/packs/sweetalert2/package.json +++ b/npm/packs/sweetalert2/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/sweetalert2", "publishConfig": { "access": "public" @@ -10,7 +10,7 @@ "directory": "npm/packs/sweetalert2" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "sweetalert2": "^11.14.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/timeago/package.json b/npm/packs/timeago/package.json index 6afc631151..f59d405a84 100644 --- a/npm/packs/timeago/package.json +++ b/npm/packs/timeago/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/timeago", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~9.0.3", + "@abp/jquery": "~9.1.0-rc.1", "timeago": "^1.6.7" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/toastr/package.json b/npm/packs/toastr/package.json index deb4f86946..7a3cfa3892 100644 --- a/npm/packs/toastr/package.json +++ b/npm/packs/toastr/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/toastr", "repository": { "type": "git", @@ -10,7 +10,7 @@ "access": "public" }, "dependencies": { - "@abp/jquery": "~9.0.3", + "@abp/jquery": "~9.1.0-rc.1", "toastr": "^2.1.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/tui-editor/package.json b/npm/packs/tui-editor/package.json index ce9e67bcde..d41beadcc6 100644 --- a/npm/packs/tui-editor/package.json +++ b/npm/packs/tui-editor/package.json @@ -1,12 +1,12 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/tui-editor", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/jquery": "~9.0.3", - "@abp/prismjs": "~9.0.3" + "@abp/jquery": "~9.1.0-rc.1", + "@abp/prismjs": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/uppy/package.json b/npm/packs/uppy/package.json index e10236ce24..c6e5d076ae 100644 --- a/npm/packs/uppy/package.json +++ b/npm/packs/uppy/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/uppy", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "uppy": "^4.4.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/utils/package.json b/npm/packs/utils/package.json index a2499d8d12..0424dcb1d4 100644 --- a/npm/packs/utils/package.json +++ b/npm/packs/utils/package.json @@ -1,6 +1,6 @@ { "name": "@abp/utils", - "version": "9.0.3", + "version": "9.1.0-rc.1", "scripts": { "prepublishOnly": "yarn install --ignore-scripts && node prepublish.js", "ng": "ng", diff --git a/npm/packs/vee-validate/package.json b/npm/packs/vee-validate/package.json index 3f5312fd8a..19963e1fb8 100644 --- a/npm/packs/vee-validate/package.json +++ b/npm/packs/vee-validate/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/vee-validate", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/vue": "~9.0.3", + "@abp/vue": "~9.1.0-rc.1", "vee-validate": "~3.4.4" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/npm/packs/virtual-file-explorer/package.json b/npm/packs/virtual-file-explorer/package.json index 64de7e7e4f..c08a97ec41 100644 --- a/npm/packs/virtual-file-explorer/package.json +++ b/npm/packs/virtual-file-explorer/package.json @@ -1,12 +1,12 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/virtual-file-explorer", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/clipboard": "~9.0.3", - "@abp/prismjs": "~9.0.3" + "@abp/clipboard": "~9.1.0-rc.1", + "@abp/prismjs": "~9.1.0-rc.1" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", "homepage": "https://abp.io", diff --git a/npm/packs/vue/package.json b/npm/packs/vue/package.json index cb617a1a05..9363ecea45 100644 --- a/npm/packs/vue/package.json +++ b/npm/packs/vue/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/vue", "publishConfig": { "access": "public" diff --git a/npm/packs/zxcvbn/package.json b/npm/packs/zxcvbn/package.json index 1043db320d..8dd45cc4b0 100644 --- a/npm/packs/zxcvbn/package.json +++ b/npm/packs/zxcvbn/package.json @@ -1,11 +1,11 @@ { - "version": "9.0.3", + "version": "9.1.0-rc.1", "name": "@abp/zxcvbn", "publishConfig": { "access": "public" }, "dependencies": { - "@abp/core": "~9.0.3", + "@abp/core": "~9.1.0-rc.1", "zxcvbn": "^4.4.2" }, "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", diff --git a/source-code/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip b/source-code/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip index cf6b67d2d6..d9e68d5dbd 100644 Binary files a/source-code/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip and b/source-code/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip differ diff --git a/source-code/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip b/source-code/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip index 2de134bd11..8eacae14a1 100644 Binary files a/source-code/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip and b/source-code/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip differ diff --git a/source-code/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip b/source-code/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip index e8e51ce0a6..a998e504c2 100644 Binary files a/source-code/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip and b/source-code/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip differ diff --git a/source-code/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip b/source-code/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip index f3eb63e68b..9090461722 100644 Binary files a/source-code/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip and b/source-code/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip differ diff --git a/source-code/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip b/source-code/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip index 6f40c51f67..22c16e22a9 100644 Binary files a/source-code/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip and b/source-code/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip differ diff --git a/source-code/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip b/source-code/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip index 6522c836aa..f88db85e41 100644 Binary files a/source-code/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip and b/source-code/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip differ diff --git a/source-code/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip b/source-code/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip index ccc5ab00b9..21a4542353 100644 Binary files a/source-code/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip and b/source-code/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip differ diff --git a/source-code/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip b/source-code/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip index b912cde4ca..935af831e2 100644 Binary files a/source-code/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip and b/source-code/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip differ diff --git a/source-code/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip b/source-code/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip index d8bc7ca23e..ea99133427 100644 Binary files a/source-code/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip and b/source-code/Volo.Abp.OpenIddict.SourceCode/Volo.Abp.OpenIddict.SourceCode.zip differ diff --git a/source-code/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip b/source-code/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip index 49575dddda..34e71a420e 100644 Binary files a/source-code/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip and b/source-code/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip differ diff --git a/source-code/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip b/source-code/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip index b8f4763354..2b324d95fb 100644 Binary files a/source-code/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip and b/source-code/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip differ diff --git a/source-code/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip b/source-code/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip index 5fab76dacb..95f821af50 100644 Binary files a/source-code/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip and b/source-code/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip differ diff --git a/source-code/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip b/source-code/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip index 17d8837466..67462a3b87 100644 Binary files a/source-code/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip and b/source-code/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip differ diff --git a/source-code/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip b/source-code/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip index db7ffcaa2a..29f4f6ed11 100644 Binary files a/source-code/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip and b/source-code/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip differ diff --git a/source-code/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip b/source-code/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip index 0c17f877ce..44d71f84d4 100644 Binary files a/source-code/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip and b/source-code/Volo.Blogging.SourceCode/Volo.Blogging.SourceCode.zip differ diff --git a/source-code/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip b/source-code/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip index a2d6748118..1f5644d688 100644 Binary files a/source-code/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip and b/source-code/Volo.ClientSimulation.SourceCode/Volo.ClientSimulation.SourceCode.zip differ diff --git a/source-code/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip b/source-code/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip index e32872ba3f..03d3d54783 100644 Binary files a/source-code/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip and b/source-code/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip differ diff --git a/source-code/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip b/source-code/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip index c2d2b1fc12..11c518686e 100644 Binary files a/source-code/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip and b/source-code/Volo.Docs.SourceCode/Volo.Docs.SourceCode.zip differ diff --git a/templates/app-nolayers/angular/package.json b/templates/app-nolayers/angular/package.json index 228335d18a..d5c530a12a 100644 --- a/templates/app-nolayers/angular/package.json +++ b/templates/app-nolayers/angular/package.json @@ -12,15 +12,15 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~9.0.3", - "@abp/ng.components": "~9.0.3", - "@abp/ng.core": "~9.0.3", - "@abp/ng.identity": "~9.0.3", - "@abp/ng.oauth": "~9.0.3", - "@abp/ng.setting-management": "~9.0.3", - "@abp/ng.tenant-management": "~9.0.3", - "@abp/ng.theme.lepton-x": "~4.0.4", - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.account": "~9.1.0-rc.1", + "@abp/ng.components": "~9.1.0-rc.1", + "@abp/ng.core": "~9.1.0-rc.1", + "@abp/ng.identity": "~9.1.0-rc.1", + "@abp/ng.oauth": "~9.1.0-rc.1", + "@abp/ng.setting-management": "~9.1.0-rc.1", + "@abp/ng.tenant-management": "~9.1.0-rc.1", + "@abp/ng.theme.lepton-x": "~4.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "@angular/animations": "~19.0.0", "@angular/common": "~19.0.0", "@angular/compiler": "~19.0.0", @@ -36,7 +36,7 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@abp/ng.schematics": "~9.0.3", + "@abp/ng.schematics": "~9.1.0-rc.1", "@angular-devkit/build-angular": "~19.0.0", "@angular-eslint/builder": "~19.0.0", "@angular-eslint/eslint-plugin": "~19.0.0", diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/MyCompanyName.MyProjectName.Blazor.Server.Mongo.csproj b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/MyCompanyName.MyProjectName.Blazor.Server.Mongo.csproj index 90003189c1..89756bac0d 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/MyCompanyName.MyProjectName.Blazor.Server.Mongo.csproj +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/MyCompanyName.MyProjectName.Blazor.Server.Mongo.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json index 9ab499ed12..0a99ed6c5c 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.0.4", - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.1.0-rc.1", + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj index 1ec0a9e256..2bef783ba9 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json index 0375d9ce91..ea922e5e09 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.1.0-rc.1" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/MyCompanyName.MyProjectName.Blazor.WebAssembly.Client.csproj b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/MyCompanyName.MyProjectName.Blazor.WebAssembly.Client.csproj index ec6b540a0b..55bf1f166d 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/MyCompanyName.MyProjectName.Blazor.WebAssembly.Client.csproj +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Client/MyCompanyName.MyProjectName.Blazor.WebAssembly.Client.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server.Mongo/package.json index de52df5ee3..32d6335c70 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server.Mongo/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/package.json index de52df5ee3..32d6335c70 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.WebAssembly/Server/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json index de52df5ee3..32d6335c70 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host.Mongo/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json index de52df5ee3..32d6335c70 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json index de52df5ee3..32d6335c70 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json index de52df5ee3..32d6335c70 100644 --- a/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json +++ b/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app/angular/package.json b/templates/app/angular/package.json index f897679fce..d5c530a12a 100644 --- a/templates/app/angular/package.json +++ b/templates/app/angular/package.json @@ -12,15 +12,15 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~9.0.3", - "@abp/ng.components": "~9.0.3", - "@abp/ng.core": "~9.0.3", - "@abp/ng.identity": "~9.0.3", - "@abp/ng.oauth": "~9.0.3", - "@abp/ng.setting-management": "~9.0.3", - "@abp/ng.tenant-management": "~9.0.3", - "@abp/ng.theme.lepton-x": "~4.0.4", - "@abp/ng.theme.shared": "~9.0.2", + "@abp/ng.account": "~9.1.0-rc.1", + "@abp/ng.components": "~9.1.0-rc.1", + "@abp/ng.core": "~9.1.0-rc.1", + "@abp/ng.identity": "~9.1.0-rc.1", + "@abp/ng.oauth": "~9.1.0-rc.1", + "@abp/ng.setting-management": "~9.1.0-rc.1", + "@abp/ng.tenant-management": "~9.1.0-rc.1", + "@abp/ng.theme.lepton-x": "~4.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "@angular/animations": "~19.0.0", "@angular/common": "~19.0.0", "@angular/compiler": "~19.0.0", @@ -36,7 +36,7 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@abp/ng.schematics": "~9.0.3", + "@abp/ng.schematics": "~9.1.0-rc.1", "@angular-devkit/build-angular": "~19.0.0", "@angular-eslint/builder": "~19.0.0", "@angular-eslint/eslint-plugin": "~19.0.0", diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/package.json index 374e2413dc..83804e189b 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.AuthServer/package.json @@ -3,6 +3,6 @@ "name": "my-app-authserver", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Client/MyCompanyName.MyProjectName.Blazor.Client.csproj b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Client/MyCompanyName.MyProjectName.Blazor.Client.csproj index 47ef773a62..bb5cf8f778 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Client/MyCompanyName.MyProjectName.Blazor.Client.csproj +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Client/MyCompanyName.MyProjectName.Blazor.Client.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/MyCompanyName.MyProjectName.Blazor.Server.Tiered.csproj b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/MyCompanyName.MyProjectName.Blazor.Server.Tiered.csproj index 8d57516f1b..d8dc546969 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/MyCompanyName.MyProjectName.Blazor.Server.Tiered.csproj +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/MyCompanyName.MyProjectName.Blazor.Server.Tiered.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json index 0375d9ce91..ea922e5e09 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server.Tiered/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.1.0-rc.1" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj index 233cc474f4..e3a56d7f7b 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/MyCompanyName.MyProjectName.Blazor.Server.csproj @@ -15,8 +15,8 @@ - - + + diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json index 0375d9ce91..ea922e5e09 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.Server/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.1.0-rc.1" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Client.csproj b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Client.csproj index db97961869..1ec24f6acb 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Client.csproj +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Client.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client.csproj b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client.csproj index 8faf21b2d3..5b328c3811 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client.csproj +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.Client.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.csproj b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.csproj index 0fa42f9051..404a43492e 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.csproj +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered.csproj @@ -16,8 +16,8 @@ - - + + diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/package.json index 0375d9ce91..ea922e5e09 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp.Tiered/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.1.0-rc.1" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/MyCompanyName.MyProjectName.Blazor.WebApp.csproj b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/MyCompanyName.MyProjectName.Blazor.WebApp.csproj index a98c87cdda..da4524f154 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/MyCompanyName.MyProjectName.Blazor.WebApp.csproj +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/MyCompanyName.MyProjectName.Blazor.WebApp.csproj @@ -16,8 +16,8 @@ - - + + diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/package.json index 0375d9ce91..ea922e5e09 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4", - "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1", + "@abp/aspnetcore.components.server.leptonxlitetheme": "~4.1.0-rc.1" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json index de52df5ee3..32d6335c70 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.HostWithIds/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json index de52df5ee3..32d6335c70 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json index de52df5ee3..32d6335c70 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json +++ b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.0.4" + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~4.1.0-rc.1" } } diff --git a/templates/module/angular/package.json b/templates/module/angular/package.json index 4df479dd70..4134fead2b 100644 --- a/templates/module/angular/package.json +++ b/templates/module/angular/package.json @@ -13,15 +13,15 @@ }, "private": true, "dependencies": { - "@abp/ng.account": "~9.0.3", - "@abp/ng.components": "~9.0.3", - "@abp/ng.core": "~9.0.3", - "@abp/ng.identity": "~9.0.3", - "@abp/ng.oauth": "~9.0.3", - "@abp/ng.setting-management": "~9.0.3", - "@abp/ng.tenant-management": "~9.0.3", - "@abp/ng.theme.basic": "~9.0.3", - "@abp/ng.theme.shared": "~9.0.3", + "@abp/ng.account": "~9.1.0-rc.1", + "@abp/ng.components": "~9.1.0-rc.1", + "@abp/ng.core": "~9.1.0-rc.1", + "@abp/ng.identity": "~9.1.0-rc.1", + "@abp/ng.oauth": "~9.1.0-rc.1", + "@abp/ng.setting-management": "~9.1.0-rc.1", + "@abp/ng.tenant-management": "~9.1.0-rc.1", + "@abp/ng.theme.basic": "~9.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1", "@angular/animations": "~19.0.0", "@angular/common": "~19.0.0", "@angular/compiler": "~19.0.0", @@ -36,7 +36,7 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@abp/ng.schematics": "~9.0.3", + "@abp/ng.schematics": "~9.1.0-rc.1", "@angular-devkit/build-angular": "~19.0.0", "@angular-eslint/builder": "~19.0.0", "@angular-eslint/eslint-plugin": "~19.0.0", diff --git a/templates/module/angular/projects/my-project-name/package.json b/templates/module/angular/projects/my-project-name/package.json index f1965bda1a..6ac5d309fb 100644 --- a/templates/module/angular/projects/my-project-name/package.json +++ b/templates/module/angular/projects/my-project-name/package.json @@ -4,8 +4,8 @@ "peerDependencies": { "@angular/common": "~19.0.0", "@angular/core": "~19.0.0", - "@abp/ng.core": "~9.0.3", - "@abp/ng.theme.shared": "~9.0.3" + "@abp/ng.core": "~9.1.0-rc.1", + "@abp/ng.theme.shared": "~9.1.0-rc.1" }, "dependencies": { "tslib": "^2.1.0" diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/package.json index 0f347d3f42..ccf86009bc 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.AuthServer/package.json @@ -3,6 +3,6 @@ "name": "my-app-authserver", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1" } } diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Host.Client/MyCompanyName.MyProjectName.Blazor.Host.Client.csproj b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Host.Client/MyCompanyName.MyProjectName.Blazor.Host.Client.csproj index 518bf4589b..ad77d7fe27 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Host.Client/MyCompanyName.MyProjectName.Blazor.Host.Client.csproj +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Host.Client/MyCompanyName.MyProjectName.Blazor.Host.Client.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/MyCompanyName.MyProjectName.Blazor.Server.Host.csproj b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/MyCompanyName.MyProjectName.Blazor.Server.Host.csproj index 2298178199..1ff26dcb6d 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/MyCompanyName.MyProjectName.Blazor.Server.Host.csproj +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/MyCompanyName.MyProjectName.Blazor.Server.Host.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json index 3c58693d40..ff3e6b4e21 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Blazor.Server.Host/package.json @@ -3,7 +3,7 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3", - "@abp/aspnetcore.components.server.basictheme": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1", + "@abp/aspnetcore.components.server.basictheme": "~9.1.0-rc.1" } } diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json index 10771644f8..5dba429337 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Host/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1" } } diff --git a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json index 10771644f8..5dba429337 100644 --- a/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json +++ b/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.Web.Unified/package.json @@ -3,6 +3,6 @@ "name": "my-app", "private": true, "dependencies": { - "@abp/aspnetcore.mvc.ui.theme.basic": "~9.0.3" + "@abp/aspnetcore.mvc.ui.theme.basic": "~9.1.0-rc.1" } }