From 9062d8fda2907f7cdf957bb9fbfee58aee66790c Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 21 Aug 2026 16:17:04 +0800 Subject: [PATCH] Remove owl.carousel packages --- .../OwlCarouselScriptContributor.cs | 15 -- .../OwlCarouselStyleContributor.cs | 15 -- npm/packs/owl.carousel/README.md | 129 ------------------ npm/packs/owl.carousel/abp.resourcemapping.js | 5 - npm/packs/owl.carousel/package.json | 31 ----- 5 files changed, 195 deletions(-) delete mode 100644 framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/OwlCarousel/OwlCarouselScriptContributor.cs delete mode 100644 framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/OwlCarousel/OwlCarouselStyleContributor.cs delete mode 100644 npm/packs/owl.carousel/README.md delete mode 100644 npm/packs/owl.carousel/abp.resourcemapping.js delete mode 100644 npm/packs/owl.carousel/package.json diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/OwlCarousel/OwlCarouselScriptContributor.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/OwlCarousel/OwlCarouselScriptContributor.cs deleted file mode 100644 index 41172a9539..0000000000 --- a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/OwlCarousel/OwlCarouselScriptContributor.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Collections.Generic; -using Volo.Abp.AspNetCore.Mvc.UI.Bundling; -using Volo.Abp.AspNetCore.Mvc.UI.Packages.JQuery; -using Volo.Abp.Modularity; - -namespace Volo.Abp.AspNetCore.Mvc.UI.Packages.OwlCarousel; - -[DependsOn(typeof(JQueryScriptContributor))] -public class OwlCarouselScriptContributor : BundleContributor -{ - public override void ConfigureBundle(BundleConfigurationContext context) - { - context.Files.AddIfNotContains("/libs/owl.carousel/owl.carousel.min.js"); - } -} diff --git a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/OwlCarousel/OwlCarouselStyleContributor.cs b/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/OwlCarousel/OwlCarouselStyleContributor.cs deleted file mode 100644 index b0a5ce8014..0000000000 --- a/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/OwlCarousel/OwlCarouselStyleContributor.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Collections.Generic; -using Volo.Abp.AspNetCore.Mvc.UI.Bundling; - -namespace Volo.Abp.AspNetCore.Mvc.UI.Packages.OwlCarousel; - -public class OwlCarouselStyleContributor : BundleContributor -{ - public override void ConfigureBundle(BundleConfigurationContext context) - { - //TODO: Theming! - context.Files.AddIfNotContains("/libs/owl.carousel/assets/owl.carousel.min.css"); - context.Files.AddIfNotContains("/libs/owl.carousel/assets/owl.theme.default.min.css"); - context.Files.AddIfNotContains("/libs/owl.carousel/assets/owl.theme.green.min.css"); - } -} diff --git a/npm/packs/owl.carousel/README.md b/npm/packs/owl.carousel/README.md deleted file mode 100644 index 8416714abe..0000000000 --- a/npm/packs/owl.carousel/README.md +++ /dev/null @@ -1,129 +0,0 @@ -## ℹ️ Description - -ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files. -For more information, check out the below links: - -🔗Official Website: https://abp.io - -🔗Commercial Website: https://commercial.abp.io - -🔗Commercial Demo: https://commercial.abp.io/demo - -🔗GitHub Repository: https://github.com/abpframework/abp - -🔗Official Theme: https://www.LeptonTheme.com - -🔗Documentation: https://docs.abp.io - -🔗Community: https://community.abp.io - -🔗Blog: https://blog.abp.io - -🔗Books: https://abp.io/books - -🔗Twitter: https://twitter.com/abpframework - -🔗Discord: https://community.abp.io/discord - -🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp - -🔗YouTube: https://www.youtube.com/@Volosoft - - -## 🤔 Why ABP Platform? - -Why should you use the ABP.IO Platform instead of creating a new solution from scratch? - -You can find the answer here 👉🏻 [Why ABP Platform?](https://docs.abp.io/en/commercial/latest/why-abp-io-platform) - -## 🚀 Key Features of the ABP Framework - -🟡 Modularity - -🟡 Multi-Tenancy - -🟡 Bootstrap Tag Helpers - -🟡 Dynamic Forms - -🟡 Authentication - -🟡 Authorization - -🟡 Distributed Event Bus - -🟡 BLOB Storing - -🟡 Text Templating - -🟡 Tooling: ABP CLI - -🟡 Cross-Cutting Concerns - -🟡 Bundling & Minification - -🟡 Virtual File System - -🟡 Theming - -🟡 Background Jobs - -🟡 DDD Infrastructure - -🟡 Auto REST APIs - -🟡 Dynamic Client Proxies - -🟡 Multiple Database Providers - -🟡 Data filtering - -🟡 Test Infrastructure - -🟡 Audit Logging - -🟡 Object to Object Mapping - -🟡 Email & SMS Abstractions - -🟡 Localization - -🟡 Setting Management - -🟡 Extension Methods - -🟡 Aspect Oriented Programming - -🟡 Dependency Injection - - -## 🧐 How It Works? - -The following page explains how you use the ABP.IO Platform as a .NET developer 👉 [How it works?](https://commercial.abp.io/how-it-works) - - -### 📘 Supported Database Providers - -🔵 Entity Framework Core - -🔵 MongoDB - -🔵 Dapper - - -### 🎴 Supported UI Frameworks - -🔵 Angular - -🔵 Razor Pages - -🔵 Blazor Web Assembly - -🔵 Blazor Server - -🔵 MAUI with Blazor Hybrid - - -## 📫 Bug & Support - -Support for open-source ABP Framework client-side packages is available at [GitHub Issues](https://github.com/abpframework/abp/issues), and the commercial support is available at [support.abp.io](https://support.abp.io). diff --git a/npm/packs/owl.carousel/abp.resourcemapping.js b/npm/packs/owl.carousel/abp.resourcemapping.js deleted file mode 100644 index 3f540f8a28..0000000000 --- a/npm/packs/owl.carousel/abp.resourcemapping.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - mappings: { - "@node_modules/owl.carousel/dist/**/*.*": "@libs/owl.carousel/" - } -} \ No newline at end of file diff --git a/npm/packs/owl.carousel/package.json b/npm/packs/owl.carousel/package.json deleted file mode 100644 index 0419169ddb..0000000000 --- a/npm/packs/owl.carousel/package.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "version": "10.7.0-rc.3", - "name": "@abp/owl.carousel", - "publishConfig": { - "access": "public" - }, - "dependencies": { - "@abp/core": "~10.7.0-rc.3", - "owl.carousel": "^2.3.4" - }, - "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431", - "homepage": "https://abp.io", - "repository": { - "type": "git", - "url": "https://github.com/abpframework/abp.git" - }, - "license": "LGPL-3.0", - "keywords": [ - "aspnetcore", - "boilerplate", - "framework", - "web", - "best-practices", - "angular", - "maui", - "blazor", - "mvc", - "csharp", - "webapp" - ] -}