Skip to content

Commit

Permalink
Merge pull request #122 from EasyAbp/bootstrap-fileinput-v5.5.3
Browse files Browse the repository at this point in the history
Upgrade to bootstrap-fileinput v5.5.3
  • Loading branch information
gdlcf88 authored Jan 12, 2024
2 parents 3d26acc + b0165b7 commit 2e570eb
Show file tree
Hide file tree
Showing 95 changed files with 9,399 additions and 6,390 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>5.2.0-preview.2</Version>
<Version>5.2.0-preview.3</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,4 @@
<Folder Include="wwwroot\" />
</ItemGroup>

<ItemGroup>
<_ContentIncludedByDefault Remove="Pages\FileManagement\Files\File\CreateDirectoryModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\FileManagement\Files\File\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\FileManagement\Files\File\MoveModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\FileManagement\Files\File\RenameModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\FileManagement\Files\File\UploadModal.cshtml" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<abp-card-header>
<abp-row>
<abp-column size-md="_6">
<abp-card-title>@L["Location"]: @Model.Location.FilePath</abp-card-title>
<abp-card-title>@L["Location"]: @Model.Location?.FilePath</abp-card-title>
</abp-column>
<abp-column size-md="_6" class="text-end">
@if (canCreateDirectory)
Expand Down
1,377 changes: 0 additions & 1,377 deletions src/EasyAbp.FileManagement.Web/wwwroot/libs/bootstrap-fileinput/CHANGE.md

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,79 +1,129 @@
/*!
* bootstrap-fileinput v5.1.2
* bootstrap-fileinput v5.5.3
* http://plugins.krajee.com/file-input
*
* Krajee RTL (Right To Left) default styling for bootstrap-fileinput.
*
* Author: Kartik Visweswaran
* Copyright: 2014 - 2020, Kartik Visweswaran, Krajee.com
* Copyright: 2014 - 2022, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD-3-Clause
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
*/
.kv-rtl .close, .kv-rtl .krajee-default .file-actions, .kv-rtl .krajee-default .file-other-error {

.kv-rtl .close,
.kv-rtl .krajee-default .file-actions,
.kv-rtl .krajee-default .file-other-error {
float: left;
}
.kv-rtl .krajee-default.file-preview-frame, .kv-rtl .krajee-default .file-drag-handle, .kv-rtl .krajee-default .file-upload-indicator {

.kv-rtl .krajee-default.file-preview-frame,
.kv-rtl .krajee-default .file-drag-handle,
.kv-rtl .krajee-default .file-upload-indicator {
float: right;
}
.kv-rtl .file-zoom-dialog, .kv-rtl .file-error-message pre, .kv-rtl .file-error-message ul {

.kv-rtl .file-zoom-dialog,
.kv-rtl .file-error-message pre,
.kv-rtl .file-error-message ul {
text-align: right;
}

.kv-rtl .file-zoom-dialog .kv-desc-hide {
float: left;
}

.kv-rtl {
direction: rtl;
}

.kv-rtl .floating-buttons {
left: 10px;
right: auto;
}

.kv-rtl .floating-buttons .btn-kv {
margin-left: 0;
margin-right: 3px;
}

.kv-rtl .file-caption-icon {
left: auto;
right: 8px;
padding: 0.5rem;
right: 4px;
}

.kv-rtl .file-drop-zone {
margin: 12px 12px 12px 15px;
}
.kv-rtl .btn-prev {
right: 1px;

.kv-rtl .btn-kv-prev {
right: 0;
left: auto;
}
.kv-rtl .btn-next {
left: 1px;

.kv-rtl .btn-kv-next {
left: 0;
right: auto;
}
.kv-rtl .pull-right, .kv-rtl .float-right {

.kv-rtl .pull-right,
.kv-rtl .float-right {
float: left !important;
}
.kv-rtl .pull-left, .kv-rtl .float-left {

.kv-rtl .pull-left,
.kv-rtl .float-left {
float: right !important;
}

.kv-rtl .kv-zoom-title {
direction: ltr;
}

.kv-rtl .krajee-default.file-preview-frame {
box-shadow: -1px 1px 5px 0 #a2958a;
}

.kv-rtl .krajee-default.file-preview-frame:not(.file-preview-error):hover {
box-shadow: -3px 3px 5px 0 #333;
}

.kv-rtl .kv-zoom-actions .btn-kv {
margin-left: 0;
margin-right: 3px;
}

.kv-rtl .file-caption.icon-visible .file-caption-name {
padding-left: 0;
padding-right: 15px;
}
.kv-rtl .input-group-btn > .btn:last-child {
border-radius: 4px 0 0 4px;
}
.kv-rtl .input-group .form-control:first-child {
border-radius: 0 4px 4px 0;
}
padding-right: 30px;
}

.kv-rtl .input-group > .input-group-btn:last-child > .btn:last-child {
border-radius: 4px 0 0 4px !important;
}

.kv-rtl .input-group > .input-group-btn:first-child > .btn:first-child {
border-radius: 0 4px 4px 0 !important;
}

.kv-rtl .input-group > .input-group-append:last-child > .btn:last-child,
.kv-rtl .input-group > .btn:last-child,
.kv-rtl .input-group > .form-control:last-child {
border-radius: 0.25rem 0 0 0.25rem !important;

}

.kv-rtl .input-group > .input-group-prepend:first-child > .btn:first-child,
.kv-rtl .input-group > .input-group > .btn:first-child,
.kv-rtl .input-group > .form-control:first-child {
border-radius: 0 0.25rem 0.25rem 0 !important;
}

.kv-rtl .input-group > .file-caption-icon:first-child ~ .form-control:last-child {
border-radius: 0.25rem !important;
}

.kv-rtl .btn-file input[type=file] {
left: auto;
right: 0;
Expand Down
Loading

0 comments on commit 2e570eb

Please sign in to comment.