mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Update fileinput
This commit is contained in:
parent
89ce48f9c3
commit
2da8b46bd1
227 changed files with 30627 additions and 30808 deletions
61
node_modules/bootstrap-fileinput/themes/bs5/theme.js
generated
vendored
Normal file
61
node_modules/bootstrap-fileinput/themes/bs5/theme.js
generated
vendored
Normal file
|
@ -0,0 +1,61 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Bootstrap 5.x icon theme configuration for bootstrap-fileinput. Requires bootstrap 5.x icons CSS to be loaded.
|
||||
* This is used as the default theme within the bootstrap-fileinput plugin.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'],factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(window.jQuery);
|
||||
}
|
||||
}(function ($) {
|
||||
'use strict';
|
||||
$.fn.fileinputBsVersion = '5.x.x';
|
||||
$.fn.fileinputThemes.bs5 = {
|
||||
fileActionSettings: {
|
||||
removeIcon: '<i class="bi-trash"></i>',
|
||||
uploadIcon: '<i class="bi-upload"></i>',
|
||||
uploadRetryIcon: '<i class="bi-cloud-arrow-up-fill"></i>',
|
||||
downloadIcon: '<i class="bi-download"></i>',
|
||||
rotateIcon: '<i class="bi-arrow-clockwise"></i>',
|
||||
zoomIcon: '<i class="bi-zoom-in"></i>',
|
||||
dragIcon: '<i class="bi-arrows-move"></i>',
|
||||
indicatorNew: '<i class="bi-plus-lg text-warning"></i>',
|
||||
indicatorSuccess: '<i class="bi-check-lg-fill text-success"></i>',
|
||||
indicatorError: '<i class="bi-exclamation-lg text-danger"></i>',
|
||||
indicatorLoading: '<i class="bi-hourglass-bottom text-muted"></i>',
|
||||
indicatorPaused: '<i class="bi-pause-fill text-primary"></i>',
|
||||
},
|
||||
layoutTemplates: {
|
||||
fileIcon: '<i class="bi-file-earmark-arrow-up"></i>'
|
||||
},
|
||||
previewZoomButtonIcons: {
|
||||
prev: '<i class="bi-chevron-left"></i>',
|
||||
next: '<i class="bi-chevron-right"></i>',
|
||||
rotate: '<i class="bi-arrow-clockwise"></i>',
|
||||
toggleheader: '<i class="bi-arrows-expand"></i>',
|
||||
fullscreen: '<i class="bi-arrows-fullscreen"></i>',
|
||||
borderless: '<i class="bi-arrows-angle-expand"></i>',
|
||||
close: '<i class="bi-x-lg"></i>'
|
||||
},
|
||||
previewFileIcon: '<i class="bi-file-earmark-fill"></i>',
|
||||
browseIcon: '<i class="bi-folder2-open"></i> ',
|
||||
removeIcon: '<i class="bi-trash"></i>',
|
||||
cancelIcon: '<i class="bi-slash-circle"></i>',
|
||||
pauseIcon: '<i class="bi-pause-fill"></i>',
|
||||
uploadIcon: '<i class="bi-upload"></i>',
|
||||
msgValidationErrorIcon: '<i class="bi-exclamation-circle-fill"></i> '
|
||||
};
|
||||
}));
|
14
node_modules/bootstrap-fileinput/themes/bs5/theme.min.js
generated
vendored
Normal file
14
node_modules/bootstrap-fileinput/themes/bs5/theme.min.js
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Bootstrap 5.x icon theme configuration for bootstrap-fileinput. Requires bootstrap 5.x icons CSS to be loaded.
|
||||
* This is used as the default theme within the bootstrap-fileinput plugin.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
!function(i){"use strict";"function"==typeof define&&define.amd?define(["jquery"],i):i("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}(function(i){"use strict";i.fn.fileinputBsVersion="5.x.x",i.fn.fileinputThemes.bs5={fileActionSettings:{removeIcon:'<i class="bi-trash"></i>',uploadIcon:'<i class="bi-upload"></i>',uploadRetryIcon:'<i class="bi-cloud-arrow-up-fill"></i>',downloadIcon:'<i class="bi-download"></i>',rotateIcon:'<i class="bi-arrow-clockwise"></i>',zoomIcon:'<i class="bi-zoom-in"></i>',dragIcon:'<i class="bi-arrows-move"></i>',indicatorNew:'<i class="bi-plus-lg text-warning"></i>',indicatorSuccess:'<i class="bi-check-lg-fill text-success"></i>',indicatorError:'<i class="bi-exclamation-lg text-danger"></i>',indicatorLoading:'<i class="bi-hourglass-bottom text-muted"></i>',indicatorPaused:'<i class="bi-pause-fill text-primary"></i>'},layoutTemplates:{fileIcon:'<i class="bi-file-earmark-arrow-up"></i>'},previewZoomButtonIcons:{prev:'<i class="bi-chevron-left"></i>',next:'<i class="bi-chevron-right"></i>',rotate:'<i class="bi-arrow-clockwise"></i>',toggleheader:'<i class="bi-arrows-expand"></i>',fullscreen:'<i class="bi-arrows-fullscreen"></i>',borderless:'<i class="bi-arrows-angle-expand"></i>',close:'<i class="bi-x-lg"></i>'},previewFileIcon:'<i class="bi-file-earmark-fill"></i>',browseIcon:'<i class="bi-folder2-open"></i> ',removeIcon:'<i class="bi-trash"></i>',cancelIcon:'<i class="bi-slash-circle"></i>',pauseIcon:'<i class="bi-pause-fill"></i>',uploadIcon:'<i class="bi-upload"></i>',msgValidationErrorIcon:'<i class="bi-exclamation-circle-fill"></i> '}});
|
156
node_modules/bootstrap-fileinput/themes/explorer-fa4/theme.css
generated
vendored
Normal file
156
node_modules/bootstrap-fileinput/themes/explorer-fa4/theme.css
generated
vendored
Normal file
|
@ -0,0 +1,156 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 5.x theme style for bootstrap-fileinput. Load this theme file after loading
|
||||
* font awesome 4.x CSS and `fileinput.css`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
.theme-explorer-fa4 .file-preview-frame {
|
||||
border: 1px solid #ddd;
|
||||
margin: 2px 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.theme-explorer-fa4 .file-actions,
|
||||
.theme-explorer-fa4 .file-upload-indicator, .theme-explorer-fa4 .file-drag-handle, .theme-explorer-fa4 .explorer-frame .kv-file-content, .theme-explorer-fa4 .file-actions, .explorer-frame .file-preview-other {
|
||||
text-align: center;
|
||||
}
|
||||
.theme-explorer-fa4 .file-upload-indicator, .theme-explorer-fa4 .file-drag-handle {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
bottom: 8px;
|
||||
right: 4px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.theme-explorer-fa4 .file-thumb-progress .progress, .theme-explorer-fa4 .explorer-caption {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.theme-explorer-fa4 .file-thumb-progress .progress {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.theme-explorer-fa4 .explorer-caption,
|
||||
.theme-explorer-fa4 .file-footer-buttons {
|
||||
padding: 5px;
|
||||
}
|
||||
.theme-explorer-fa4 .file-footer-buttons {
|
||||
text-align: right;
|
||||
}
|
||||
.theme-explorer-fa4 .explorer-caption {
|
||||
color: #777;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.theme-explorer-fa4 .kvsortable-ghost {
|
||||
opacity: 0.6;
|
||||
background: #e1edf7;
|
||||
border: 2px solid #a1abff;
|
||||
}
|
||||
.theme-explorer-fa4 .file-preview .table {
|
||||
margin: 0;
|
||||
}
|
||||
.theme-explorer-fa4 .file-error-message ul {
|
||||
padding: 5px 0 0 20px;
|
||||
}
|
||||
.explorer-frame .file-preview-text {
|
||||
display: inline-block;
|
||||
color: #428bca;
|
||||
border: 1px solid #ddd;
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
outline: none;
|
||||
padding: 8px;
|
||||
resize: none;
|
||||
}
|
||||
.explorer-frame .file-preview-html {
|
||||
display: inline-block;
|
||||
border: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
overflow: auto;
|
||||
}
|
||||
.explorer-frame .file-other-icon {
|
||||
font-size: 2.6em;
|
||||
}
|
||||
.explorer-frame:not(.kv-zoom-body):hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.theme-explorer-fa4 .file-preview-frame samp {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.theme-explorer-fa4 .explorer-frame .kv-file-content {
|
||||
width: 160px;
|
||||
height: 80px;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
.theme-explorer-fa4 .file-details-cell {
|
||||
width: 60%;
|
||||
font-size: 0.95rem;
|
||||
text-align: left;
|
||||
margin-right: auto;
|
||||
}
|
||||
.theme-explorer-fa4 .file-actions-cell {
|
||||
position: relative;
|
||||
height: 80px;
|
||||
width: 200px;
|
||||
}
|
||||
/*noinspection CssOverwrittenProperties*/
|
||||
.file-zoom-dialog .explorer-frame .file-other-icon {
|
||||
font-size: 22em;
|
||||
font-size: 50vmin;
|
||||
}
|
||||
@media only screen and (max-width: 1249px) {
|
||||
.theme-explorer-fa4 .file-preview-frame .file-details-cell {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1023px) {
|
||||
.theme-explorer-fa4 .file-preview-frame .file-details-cell {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.theme-explorer-fa4 .file-preview-frame .file-details-cell {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 575px) {
|
||||
.theme-explorer-fa4 .file-preview-frame {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.theme-explorer-fa4 .file-preview-frame .kv-file-content {
|
||||
width: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.theme-explorer-fa4 .file-details-cell {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.theme-explorer-fa4 .file-preview-frame .kv-file-content,
|
||||
.theme-explorer-fa4 .file-details-cell,
|
||||
.theme-explorer-fa4 .file-actions-cell {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.theme-explorer-fa4 .file-actions-cell {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.theme-explorer-fa4 .file-footer-buttons {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
82
node_modules/bootstrap-fileinput/themes/explorer-fa4/theme.js
generated
vendored
Normal file
82
node_modules/bootstrap-fileinput/themes/explorer-fa4/theme.js
generated
vendored
Normal file
|
@ -0,0 +1,82 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome theme configuration for bootstrap-fileinput.
|
||||
* Load this theme file after loading `fileinput.js`. Ensure that
|
||||
* font awesome assets and CSS are loaded on the page as well.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'],factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(window.jQuery);
|
||||
}
|
||||
}(function ($) {
|
||||
'use strict';
|
||||
$.fn.fileinputThemes['explorer-fa4'] = {
|
||||
layoutTemplates: {
|
||||
footer: '<div class="file-details-cell">' +
|
||||
'<div class="explorer-caption" title="{caption}">{caption}</div> ' + '{size}{progress}' +
|
||||
'</div>' +
|
||||
'<div class="file-actions-cell">{indicator} {actions}</div>',
|
||||
actions: '{drag}\n' +
|
||||
'<div class="file-actions">\n' +
|
||||
' <div class="file-footer-buttons">\n' +
|
||||
' {rotate} {upload} {download} {delete} {zoom} {other} ' +
|
||||
' </div>\n' +
|
||||
'</div>',
|
||||
fileIcon: '<i class="fa fa-file kv-caption-icon"></i> '
|
||||
},
|
||||
previewSettings: {
|
||||
html: {width: '100px', height: '60px'},
|
||||
text: {width: '100px', height: '60px'},
|
||||
video: {width: 'auto', height: '60px'},
|
||||
audio: {width: 'auto', height: '60px'},
|
||||
flash: {width: '100%', height: '60px'},
|
||||
object: {width: '100%', height: '60px'},
|
||||
pdf: {width: '100px', height: '60px'},
|
||||
other: {width: '100%', height: '60px'}
|
||||
},
|
||||
frameClass: 'explorer-frame',
|
||||
fileActionSettings: {
|
||||
removeIcon: '<i class="fa fa-trash"></i>',
|
||||
uploadIcon: '<i class="fa fa-upload"></i>',
|
||||
uploadRetryIcon: '<i class="fa fa-cloud-upload"></i>',
|
||||
downloadIcon: '<i class="fa fa-download"></i>',
|
||||
rotateIcon: '<i class="fa fa-rotate-right"></i>',
|
||||
zoomIcon: '<i class="fa fa-search-plus"></i>',
|
||||
dragIcon: '<i class="fa fa-arrows"></i>',
|
||||
indicatorNew: '<i class="fa fa-plus-circle text-warning"></i>',
|
||||
indicatorSuccess: '<i class="fa fa-check-circle text-success"></i>',
|
||||
indicatorError: '<i class="fa fa-exclamation-circle text-danger"></i>',
|
||||
indicatorLoading: '<i class="fa fa-hourglass text-muted"></i>',
|
||||
indicatorPaused: '<i class="fa fa-pause text-info"></i>'
|
||||
},
|
||||
previewZoomButtonIcons: {
|
||||
prev: '<i class="fa fa-chevron-left"></i>',
|
||||
next: '<i class="fa fa-chevron-right"></i>',
|
||||
rotate: '<i class="fa fa-rotate-right"></i>',
|
||||
toggleheader: '<i class="fa fa-fw fa-arrows-v"></i>',
|
||||
fullscreen: '<i class="fa fa-fw fa-arrows-alt"></i>',
|
||||
borderless: '<i class="fa fa-fw fa-external-link"></i>',
|
||||
close: '<i class="fa fa-fw fa-remove"></i>'
|
||||
},
|
||||
previewFileIcon: '<i class="fa fa-file"></i>',
|
||||
browseIcon: '<i class="fa fa-folder-open"></i>',
|
||||
removeIcon: '<i class="fa fa-trash"></i>',
|
||||
cancelIcon: '<i class="fa fa-ban"></i>',
|
||||
pauseIcon: '<i class="fa fa-pause"></i>',
|
||||
uploadIcon: '<i class="fa fa-upload"></i>',
|
||||
msgValidationErrorIcon: '<i class="fa fa-exclamation-circle"></i> '
|
||||
};
|
||||
}));
|
13
node_modules/bootstrap-fileinput/themes/explorer-fa4/theme.min.css
generated
vendored
Normal file
13
node_modules/bootstrap-fileinput/themes/explorer-fa4/theme.min.css
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 5.x theme style for bootstrap-fileinput. Load this theme file after loading
|
||||
* font awesome 4.x CSS and `fileinput.css`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/.theme-explorer-fa4 .file-preview-frame{border:1px solid #ddd;margin:2px 0;width:100%;display:flex;justify-content:space-between;align-items:center}.explorer-frame .file-preview-other,.theme-explorer-fa4 .explorer-frame .kv-file-content,.theme-explorer-fa4 .file-actions,.theme-explorer-fa4 .file-drag-handle,.theme-explorer-fa4 .file-upload-indicator{text-align:center}.theme-explorer-fa4 .file-drag-handle,.theme-explorer-fa4 .file-upload-indicator{position:absolute;display:inline-block;bottom:8px;right:4px;width:16px;height:16px;font-size:16px}.theme-explorer-fa4 .explorer-caption,.theme-explorer-fa4 .file-thumb-progress .progress{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.theme-explorer-fa4 .file-thumb-progress .progress{margin-top:5px}.theme-explorer-fa4 .explorer-caption,.theme-explorer-fa4 .file-footer-buttons{padding:5px}.theme-explorer-fa4 .file-footer-buttons{text-align:right}.theme-explorer-fa4 .explorer-caption{color:#777;padding-top:5px}.theme-explorer-fa4 .kvsortable-ghost{opacity:.6;background:#e1edf7;border:2px solid #a1abff}.theme-explorer-fa4 .file-preview .table{margin:0}.theme-explorer-fa4 .file-error-message ul{padding:5px 0 0 20px}.explorer-frame .file-preview-text{display:inline-block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.explorer-frame .file-preview-html{display:inline-block;border:1px solid #ddd;padding:8px;overflow:auto}.explorer-frame .file-other-icon{font-size:2.6em}.explorer-frame:not(.kv-zoom-body):hover{background-color:#f5f5f5}.theme-explorer-fa4 .file-preview-frame samp{font-size:.9rem}.theme-explorer-fa4 .explorer-frame .kv-file-content{width:160px;height:80px;padding:5px;text-align:left}.theme-explorer-fa4 .file-details-cell{width:60%;font-size:.95rem;text-align:left;margin-right:auto}.theme-explorer-fa4 .file-actions-cell{position:relative;height:80px;width:200px}.file-zoom-dialog .explorer-frame .file-other-icon{font-size:22em;font-size:50vmin}@media only screen and (max-width:1249px){.theme-explorer-fa4 .file-preview-frame .file-details-cell{width:40%}}@media only screen and (max-width:1023px){.theme-explorer-fa4 .file-preview-frame .file-details-cell{width:30%}}@media only screen and (max-width:767px){.theme-explorer-fa4 .file-preview-frame .file-details-cell{width:200px}}@media only screen and (max-width:575px){.theme-explorer-fa4 .file-preview-frame{flex-direction:column}.theme-explorer-fa4 .file-preview-frame .kv-file-content{text-align:center}.theme-explorer-fa4 .file-details-cell{text-align:center;margin-right:0}.theme-explorer-fa4 .file-actions-cell,.theme-explorer-fa4 .file-details-cell,.theme-explorer-fa4 .file-preview-frame .kv-file-content{width:100%}.theme-explorer-fa4 .file-actions-cell{height:auto}.theme-explorer-fa4 .file-footer-buttons{text-align:left}}
|
15
node_modules/bootstrap-fileinput/themes/explorer-fa4/theme.min.js
generated
vendored
Normal file
15
node_modules/bootstrap-fileinput/themes/explorer-fa4/theme.min.js
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome theme configuration for bootstrap-fileinput.
|
||||
* Load this theme file after loading `fileinput.js`. Ensure that
|
||||
* font awesome assets and CSS are loaded on the page as well.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}(function(a){"use strict";a.fn.fileinputThemes["explorer-fa4"]={layoutTemplates:{footer:'<div class="file-details-cell"><div class="explorer-caption" title="{caption}">{caption}</div> {size}{progress}</div><div class="file-actions-cell">{indicator} {actions}</div>',actions:'{drag}\n<div class="file-actions">\n <div class="file-footer-buttons">\n {rotate} {upload} {download} {delete} {zoom} {other} </div>\n</div>',fileIcon:'<i class="fa fa-file kv-caption-icon"></i> '},previewSettings:{html:{width:"100px",height:"60px"},text:{width:"100px",height:"60px"},video:{width:"auto",height:"60px"},audio:{width:"auto",height:"60px"},flash:{width:"100%",height:"60px"},object:{width:"100%",height:"60px"},pdf:{width:"100px",height:"60px"},other:{width:"100%",height:"60px"}},frameClass:"explorer-frame",fileActionSettings:{removeIcon:'<i class="fa fa-trash"></i>',uploadIcon:'<i class="fa fa-upload"></i>',uploadRetryIcon:'<i class="fa fa-cloud-upload"></i>',downloadIcon:'<i class="fa fa-download"></i>',rotateIcon:'<i class="fa fa-rotate-right"></i>',zoomIcon:'<i class="fa fa-search-plus"></i>',dragIcon:'<i class="fa fa-arrows"></i>',indicatorNew:'<i class="fa fa-plus-circle text-warning"></i>',indicatorSuccess:'<i class="fa fa-check-circle text-success"></i>',indicatorError:'<i class="fa fa-exclamation-circle text-danger"></i>',indicatorLoading:'<i class="fa fa-hourglass text-muted"></i>',indicatorPaused:'<i class="fa fa-pause text-info"></i>'},previewZoomButtonIcons:{prev:'<i class="fa fa-chevron-left"></i>',next:'<i class="fa fa-chevron-right"></i>',rotate:'<i class="fa fa-rotate-right"></i>',toggleheader:'<i class="fa fa-fw fa-arrows-v"></i>',fullscreen:'<i class="fa fa-fw fa-arrows-alt"></i>',borderless:'<i class="fa fa-fw fa-external-link"></i>',close:'<i class="fa fa-fw fa-remove"></i>'},previewFileIcon:'<i class="fa fa-file"></i>',browseIcon:'<i class="fa fa-folder-open"></i>',removeIcon:'<i class="fa fa-trash"></i>',cancelIcon:'<i class="fa fa-ban"></i>',pauseIcon:'<i class="fa fa-pause"></i>',uploadIcon:'<i class="fa fa-upload"></i>',msgValidationErrorIcon:'<i class="fa fa-exclamation-circle"></i> '}});
|
156
node_modules/bootstrap-fileinput/themes/explorer-fa5/theme.css
generated
vendored
Normal file
156
node_modules/bootstrap-fileinput/themes/explorer-fa5/theme.css
generated
vendored
Normal file
|
@ -0,0 +1,156 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 5.x theme style for bootstrap-fileinput. Load this theme file after loading
|
||||
* font awesome 5.x CSS and `fileinput.css`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
.theme-explorer-fa5 .file-preview-frame {
|
||||
border: 1px solid #ddd;
|
||||
margin: 2px 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.theme-explorer-fa5 .file-actions,
|
||||
.theme-explorer-fa5 .file-upload-indicator, .theme-explorer-fa5 .file-drag-handle, .theme-explorer-fa5 .explorer-frame .kv-file-content, .theme-explorer-fa5 .file-actions, .explorer-frame .file-preview-other {
|
||||
text-align: center;
|
||||
}
|
||||
.theme-explorer-fa5 .file-upload-indicator, .theme-explorer-fa5 .file-drag-handle {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
bottom: 8px;
|
||||
right: 4px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.theme-explorer-fa5 .file-thumb-progress .progress, .theme-explorer-fa5 .explorer-caption {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.theme-explorer-fa5 .file-thumb-progress .progress {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.theme-explorer-fa5 .explorer-caption,
|
||||
.theme-explorer-fa5 .file-footer-buttons {
|
||||
padding: 5px;
|
||||
}
|
||||
.theme-explorer-fa5 .file-footer-buttons {
|
||||
text-align: right;
|
||||
}
|
||||
.theme-explorer-fa5 .explorer-caption {
|
||||
color: #777;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.theme-explorer-fa5 .kvsortable-ghost {
|
||||
opacity: 0.6;
|
||||
background: #e1edf7;
|
||||
border: 2px solid #a1abff;
|
||||
}
|
||||
.theme-explorer-fa5 .file-preview .table {
|
||||
margin: 0;
|
||||
}
|
||||
.theme-explorer-fa5 .file-error-message ul {
|
||||
padding: 5px 0 0 20px;
|
||||
}
|
||||
.explorer-frame .file-preview-text {
|
||||
display: inline-block;
|
||||
color: #428bca;
|
||||
border: 1px solid #ddd;
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
outline: none;
|
||||
padding: 8px;
|
||||
resize: none;
|
||||
}
|
||||
.explorer-frame .file-preview-html {
|
||||
display: inline-block;
|
||||
border: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
overflow: auto;
|
||||
}
|
||||
.explorer-frame .file-other-icon {
|
||||
font-size: 2.6em;
|
||||
}
|
||||
.explorer-frame:not(.kv-zoom-body):hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.theme-explorer-fa5 .file-preview-frame samp {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.theme-explorer-fa5 .explorer-frame .kv-file-content {
|
||||
width: 160px;
|
||||
height: 80px;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
.theme-explorer-fa5 .file-details-cell {
|
||||
width: 60%;
|
||||
font-size: 0.95rem;
|
||||
text-align: left;
|
||||
margin-right: auto;
|
||||
}
|
||||
.theme-explorer-fa5 .file-actions-cell {
|
||||
position: relative;
|
||||
height: 80px;
|
||||
width: 200px;
|
||||
}
|
||||
/*noinspection CssOverwrittenProperties*/
|
||||
.file-zoom-dialog .explorer-frame .file-other-icon {
|
||||
font-size: 22em;
|
||||
font-size: 50vmin;
|
||||
}
|
||||
@media only screen and (max-width: 1249px) {
|
||||
.theme-explorer-fa5 .file-preview-frame .file-details-cell {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1023px) {
|
||||
.theme-explorer-fa5 .file-preview-frame .file-details-cell {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.theme-explorer-fa5 .file-preview-frame .file-details-cell {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 575px) {
|
||||
.theme-explorer-fa5 .file-preview-frame {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.theme-explorer-fa5 .file-preview-frame .kv-file-content {
|
||||
width: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.theme-explorer-fa5 .file-details-cell {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.theme-explorer-fa5 .file-preview-frame .kv-file-content,
|
||||
.theme-explorer-fa5 .file-details-cell,
|
||||
.theme-explorer-fa5 .file-actions-cell {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.theme-explorer-fa5 .file-actions-cell {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.theme-explorer-fa5 .file-footer-buttons {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
82
node_modules/bootstrap-fileinput/themes/explorer-fa5/theme.js
generated
vendored
Normal file
82
node_modules/bootstrap-fileinput/themes/explorer-fa5/theme.js
generated
vendored
Normal file
|
@ -0,0 +1,82 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 5.x theme configuration for bootstrap-fileinput.
|
||||
* Load this theme file after loading `fileinput.js`. Ensure that
|
||||
* font awesome assets and CSS are loaded on the page as well.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'],factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(window.jQuery);
|
||||
}
|
||||
}(function ($) {
|
||||
'use strict';
|
||||
$.fn.fileinputThemes['explorer-fa5'] = {
|
||||
layoutTemplates: {
|
||||
footer: '<div class="file-details-cell">' +
|
||||
'<div class="explorer-caption" title="{caption}">{caption}</div> ' + '{size}{progress}' +
|
||||
'</div>' +
|
||||
'<div class="file-actions-cell">{indicator} {actions}</div>',
|
||||
actions: '{drag}\n' +
|
||||
'<div class="file-actions">\n' +
|
||||
' <div class="file-footer-buttons">\n' +
|
||||
' {rotate} {upload} {download} {delete} {zoom} {other} ' +
|
||||
' </div>\n' +
|
||||
'</div>',
|
||||
fileIcon: '<i class="fas fa-file kv-caption-icon"></i> '
|
||||
},
|
||||
previewSettings: {
|
||||
html: {width: '100px', height: '60px'},
|
||||
text: {width: '100px', height: '60px'},
|
||||
video: {width: 'auto', height: '60px'},
|
||||
audio: {width: 'auto', height: '60px'},
|
||||
flash: {width: '100%', height: '60px'},
|
||||
object: {width: '100%', height: '60px'},
|
||||
pdf: {width: '100px', height: '60px'},
|
||||
other: {width: '100%', height: '60px'}
|
||||
},
|
||||
frameClass: 'explorer-frame',
|
||||
fileActionSettings: {
|
||||
removeIcon: '<i class="far fa-trash-alt"></i>',
|
||||
uploadIcon: '<i class="fas fa-upload"></i>',
|
||||
uploadRetryIcon: '<i class="fas fa-cloud-arrow-up"></i>',
|
||||
downloadIcon: '<i class="fas fa-download"></i>',
|
||||
rotateIcon: '<i class="fas fa-redo"></i>',
|
||||
zoomIcon: '<i class="fas fa-search-plus"></i>',
|
||||
dragIcon: '<i class="fas fa-arrows-alt"></i>',
|
||||
indicatorNew: '<i class="fas fa-plus-circle text-warning"></i>',
|
||||
indicatorSuccess: '<i class="fas fa-check-circle text-success"></i>',
|
||||
indicatorError: '<i class="fas fa-exclamation-circle text-danger"></i>',
|
||||
indicatorLoading: '<i class="fas fa-hourglass text-muted"></i>',
|
||||
indicatorPaused: '<i class="fas fa-pause text-info"></i>'
|
||||
},
|
||||
previewZoomButtonIcons: {
|
||||
prev: '<i class="fas fa-chevron-left"></i>',
|
||||
next: '<i class="fas fa-chevron-right"></i>',
|
||||
rotate: '<i class="fas fa-redo"></i>',
|
||||
toggleheader: '<i class="fas fa-fw fa-arrows-alt-v"></i>',
|
||||
fullscreen: '<i class="fas fa-expand-arrows-alt"></i>',
|
||||
borderless: '<i class="fas fa-fw fa-external-link-alt"></i>',
|
||||
close: '<i class="fas fa-fw fa-times"></i>'
|
||||
},
|
||||
previewFileIcon: '<i class="fas fa-file"></i>',
|
||||
browseIcon: '<i class="fas fa-folder-open"></i>',
|
||||
removeIcon: '<i class="far fa-trash-alt"></i>',
|
||||
cancelIcon: '<i class="fas fa-ban"></i>',
|
||||
pauseIcon: '<i class="fas fa-pause"></i>',
|
||||
uploadIcon: '<i class="fas fa-upload"></i>',
|
||||
msgValidationErrorIcon: '<i class="fas fa-exclamation-circle"></i> '
|
||||
};
|
||||
}));
|
13
node_modules/bootstrap-fileinput/themes/explorer-fa5/theme.min.css
generated
vendored
Normal file
13
node_modules/bootstrap-fileinput/themes/explorer-fa5/theme.min.css
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 5.x theme style for bootstrap-fileinput. Load this theme file after loading
|
||||
* font awesome 5.x CSS and `fileinput.css`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/.theme-explorer-fa5 .file-preview-frame{border:1px solid #ddd;margin:2px 0;width:100%;display:flex;justify-content:space-between;align-items:center}.explorer-frame .file-preview-other,.theme-explorer-fa5 .explorer-frame .kv-file-content,.theme-explorer-fa5 .file-actions,.theme-explorer-fa5 .file-drag-handle,.theme-explorer-fa5 .file-upload-indicator{text-align:center}.theme-explorer-fa5 .file-drag-handle,.theme-explorer-fa5 .file-upload-indicator{position:absolute;display:inline-block;bottom:8px;right:4px;width:16px;height:16px;font-size:16px}.theme-explorer-fa5 .explorer-caption,.theme-explorer-fa5 .file-thumb-progress .progress{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.theme-explorer-fa5 .file-thumb-progress .progress{margin-top:5px}.theme-explorer-fa5 .explorer-caption,.theme-explorer-fa5 .file-footer-buttons{padding:5px}.theme-explorer-fa5 .file-footer-buttons{text-align:right}.theme-explorer-fa5 .explorer-caption{color:#777;padding-top:5px}.theme-explorer-fa5 .kvsortable-ghost{opacity:.6;background:#e1edf7;border:2px solid #a1abff}.theme-explorer-fa5 .file-preview .table{margin:0}.theme-explorer-fa5 .file-error-message ul{padding:5px 0 0 20px}.explorer-frame .file-preview-text{display:inline-block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.explorer-frame .file-preview-html{display:inline-block;border:1px solid #ddd;padding:8px;overflow:auto}.explorer-frame .file-other-icon{font-size:2.6em}.explorer-frame:not(.kv-zoom-body):hover{background-color:#f5f5f5}.theme-explorer-fa5 .file-preview-frame samp{font-size:.9rem}.theme-explorer-fa5 .explorer-frame .kv-file-content{width:160px;height:80px;padding:5px;text-align:left}.theme-explorer-fa5 .file-details-cell{width:60%;font-size:.95rem;text-align:left;margin-right:auto}.theme-explorer-fa5 .file-actions-cell{position:relative;height:80px;width:200px}.file-zoom-dialog .explorer-frame .file-other-icon{font-size:22em;font-size:50vmin}@media only screen and (max-width:1249px){.theme-explorer-fa5 .file-preview-frame .file-details-cell{width:40%}}@media only screen and (max-width:1023px){.theme-explorer-fa5 .file-preview-frame .file-details-cell{width:30%}}@media only screen and (max-width:767px){.theme-explorer-fa5 .file-preview-frame .file-details-cell{width:200px}}@media only screen and (max-width:575px){.theme-explorer-fa5 .file-preview-frame{flex-direction:column}.theme-explorer-fa5 .file-preview-frame .kv-file-content{text-align:center}.theme-explorer-fa5 .file-details-cell{text-align:center;margin-right:0}.theme-explorer-fa5 .file-actions-cell,.theme-explorer-fa5 .file-details-cell,.theme-explorer-fa5 .file-preview-frame .kv-file-content{width:100%}.theme-explorer-fa5 .file-actions-cell{height:auto}.theme-explorer-fa5 .file-footer-buttons{text-align:left}}
|
15
node_modules/bootstrap-fileinput/themes/explorer-fa5/theme.min.js
generated
vendored
Normal file
15
node_modules/bootstrap-fileinput/themes/explorer-fa5/theme.min.js
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 5.x theme configuration for bootstrap-fileinput.
|
||||
* Load this theme file after loading `fileinput.js`. Ensure that
|
||||
* font awesome assets and CSS are loaded on the page as well.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}(function(a){"use strict";a.fn.fileinputThemes["explorer-fa5"]={layoutTemplates:{footer:'<div class="file-details-cell"><div class="explorer-caption" title="{caption}">{caption}</div> {size}{progress}</div><div class="file-actions-cell">{indicator} {actions}</div>',actions:'{drag}\n<div class="file-actions">\n <div class="file-footer-buttons">\n {rotate} {upload} {download} {delete} {zoom} {other} </div>\n</div>',fileIcon:'<i class="fas fa-file kv-caption-icon"></i> '},previewSettings:{html:{width:"100px",height:"60px"},text:{width:"100px",height:"60px"},video:{width:"auto",height:"60px"},audio:{width:"auto",height:"60px"},flash:{width:"100%",height:"60px"},object:{width:"100%",height:"60px"},pdf:{width:"100px",height:"60px"},other:{width:"100%",height:"60px"}},frameClass:"explorer-frame",fileActionSettings:{removeIcon:'<i class="far fa-trash-alt"></i>',uploadIcon:'<i class="fas fa-upload"></i>',uploadRetryIcon:'<i class="fas fa-cloud-arrow-up"></i>',downloadIcon:'<i class="fas fa-download"></i>',rotateIcon:'<i class="fas fa-redo"></i>',zoomIcon:'<i class="fas fa-search-plus"></i>',dragIcon:'<i class="fas fa-arrows-alt"></i>',indicatorNew:'<i class="fas fa-plus-circle text-warning"></i>',indicatorSuccess:'<i class="fas fa-check-circle text-success"></i>',indicatorError:'<i class="fas fa-exclamation-circle text-danger"></i>',indicatorLoading:'<i class="fas fa-hourglass text-muted"></i>',indicatorPaused:'<i class="fas fa-pause text-info"></i>'},previewZoomButtonIcons:{prev:'<i class="fas fa-chevron-left"></i>',next:'<i class="fas fa-chevron-right"></i>',rotate:'<i class="fas fa-redo"></i>',toggleheader:'<i class="fas fa-fw fa-arrows-alt-v"></i>',fullscreen:'<i class="fas fa-expand-arrows-alt"></i>',borderless:'<i class="fas fa-fw fa-external-link-alt"></i>',close:'<i class="fas fa-fw fa-times"></i>'},previewFileIcon:'<i class="fas fa-file"></i>',browseIcon:'<i class="fas fa-folder-open"></i>',removeIcon:'<i class="far fa-trash-alt"></i>',cancelIcon:'<i class="fas fa-ban"></i>',pauseIcon:'<i class="fas fa-pause"></i>',uploadIcon:'<i class="fas fa-upload"></i>',msgValidationErrorIcon:'<i class="fas fa-exclamation-circle"></i> '}});
|
156
node_modules/bootstrap-fileinput/themes/explorer-fa6/theme.css
generated
vendored
Normal file
156
node_modules/bootstrap-fileinput/themes/explorer-fa6/theme.css
generated
vendored
Normal file
|
@ -0,0 +1,156 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 5.x theme style for bootstrap-fileinput. Load this theme file after loading
|
||||
* font awesome 5.x CSS and `fileinput.css`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
.theme-explorer-fa6 .file-preview-frame {
|
||||
border: 1px solid #ddd;
|
||||
margin: 2px 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.theme-explorer-fa6 .file-actions,
|
||||
.theme-explorer-fa6 .file-upload-indicator, .theme-explorer-fa6 .file-drag-handle, .theme-explorer-fa6 .explorer-frame .kv-file-content, .theme-explorer-fa6 .file-actions, .explorer-frame .file-preview-other {
|
||||
text-align: center;
|
||||
}
|
||||
.theme-explorer-fa6 .file-upload-indicator, .theme-explorer-fa6 .file-drag-handle {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
bottom: 8px;
|
||||
right: 4px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.theme-explorer-fa6 .file-thumb-progress .progress, .theme-explorer-fa6 .explorer-caption {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.theme-explorer-fa6 .file-thumb-progress .progress {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.theme-explorer-fa6 .explorer-caption,
|
||||
.theme-explorer-fa6 .file-footer-buttons {
|
||||
padding: 5px;
|
||||
}
|
||||
.theme-explorer-fa6 .file-footer-buttons {
|
||||
text-align: right;
|
||||
}
|
||||
.theme-explorer-fa6 .explorer-caption {
|
||||
color: #777;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.theme-explorer-fa6 .kvsortable-ghost {
|
||||
opacity: 0.6;
|
||||
background: #e1edf7;
|
||||
border: 2px solid #a1abff;
|
||||
}
|
||||
.theme-explorer-fa6 .file-preview .table {
|
||||
margin: 0;
|
||||
}
|
||||
.theme-explorer-fa6 .file-error-message ul {
|
||||
padding: 5px 0 0 20px;
|
||||
}
|
||||
.explorer-frame .file-preview-text {
|
||||
display: inline-block;
|
||||
color: #428bca;
|
||||
border: 1px solid #ddd;
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
outline: none;
|
||||
padding: 8px;
|
||||
resize: none;
|
||||
}
|
||||
.explorer-frame .file-preview-html {
|
||||
display: inline-block;
|
||||
border: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
overflow: auto;
|
||||
}
|
||||
.explorer-frame .file-other-icon {
|
||||
font-size: 2.6em;
|
||||
}
|
||||
.explorer-frame:not(.kv-zoom-body):hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.theme-explorer-fa6 .file-preview-frame samp {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.theme-explorer-fa6 .explorer-frame .kv-file-content {
|
||||
width: 160px;
|
||||
height: 80px;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
.theme-explorer-fa6 .file-details-cell {
|
||||
width: 60%;
|
||||
font-size: 0.95rem;
|
||||
text-align: left;
|
||||
margin-right: auto;
|
||||
}
|
||||
.theme-explorer-fa6 .file-actions-cell {
|
||||
position: relative;
|
||||
height: 80px;
|
||||
width: 200px;
|
||||
}
|
||||
/*noinspection CssOverwrittenProperties*/
|
||||
.file-zoom-dialog .explorer-frame .file-other-icon {
|
||||
font-size: 22em;
|
||||
font-size: 50vmin;
|
||||
}
|
||||
@media only screen and (max-width: 1249px) {
|
||||
.theme-explorer-fa6 .file-preview-frame .file-details-cell {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1023px) {
|
||||
.theme-explorer-fa6 .file-preview-frame .file-details-cell {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.theme-explorer-fa6 .file-preview-frame .file-details-cell {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 575px) {
|
||||
.theme-explorer-fa6 .file-preview-frame {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.theme-explorer-fa6 .file-preview-frame .kv-file-content {
|
||||
width: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.theme-explorer-fa6 .file-details-cell {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.theme-explorer-fa6 .file-preview-frame .kv-file-content,
|
||||
.theme-explorer-fa6 .file-details-cell,
|
||||
.theme-explorer-fa6 .file-actions-cell {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.theme-explorer-fa6 .file-actions-cell {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.theme-explorer-fa6 .file-footer-buttons {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
82
node_modules/bootstrap-fileinput/themes/explorer-fa6/theme.js
generated
vendored
Normal file
82
node_modules/bootstrap-fileinput/themes/explorer-fa6/theme.js
generated
vendored
Normal file
|
@ -0,0 +1,82 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 6.x theme configuration for bootstrap-fileinput.
|
||||
* Load this theme file after loading `fileinput.js`. Ensure that
|
||||
* font awesome assets and CSS are loaded on the page as well.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'],factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(window.jQuery);
|
||||
}
|
||||
}(function ($) {
|
||||
'use strict';
|
||||
$.fn.fileinputThemes['explorer-fa6'] = {
|
||||
layoutTemplates: {
|
||||
footer: '<div class="file-details-cell">' +
|
||||
'<div class="explorer-caption" title="{caption}">{caption}</div> ' + '{size}{progress}' +
|
||||
'</div>' +
|
||||
'<div class="file-actions-cell">{indicator} {actions}</div>',
|
||||
actions: '{drag}\n' +
|
||||
'<div class="file-actions">\n' +
|
||||
' <div class="file-footer-buttons">\n' +
|
||||
' {rotate} {upload} {download} {delete} {zoom} {other} ' +
|
||||
' </div>\n' +
|
||||
'</div>',
|
||||
fileIcon: '<i class="fa-solid fa-file kv-caption-icon"></i> '
|
||||
},
|
||||
previewSettings: {
|
||||
html: {width: '100px', height: '60px'},
|
||||
text: {width: '100px', height: '60px'},
|
||||
video: {width: 'auto', height: '60px'},
|
||||
audio: {width: 'auto', height: '60px'},
|
||||
flash: {width: '100%', height: '60px'},
|
||||
object: {width: '100%', height: '60px'},
|
||||
pdf: {width: '100px', height: '60px'},
|
||||
other: {width: '100%', height: '60px'}
|
||||
},
|
||||
frameClass: 'explorer-frame',
|
||||
fileActionSettings: {
|
||||
removeIcon: '<i class="fa-regular fa-trash-can"></i>',
|
||||
uploadIcon: '<i class="fa-solid fa-upload"></i>',
|
||||
uploadRetryIcon: '<i class="fa-solid fa-cloud-arrow-up"></i>',
|
||||
downloadIcon: '<i class="fa-solid fa-download"></i>',
|
||||
rotateIcon: '<i class="fa-solid fa-rotate-right"></i>',
|
||||
zoomIcon: '<i class="fa-solid fa-magnifying-glass-plus"></i>',
|
||||
dragIcon: '<i class="fa-solid fa-arrows-up-down-left-right"></i>',
|
||||
indicatorNew: '<i class="fa-solid fa-circle-plus text-warning"></i>',
|
||||
indicatorSuccess: '<i class="fa-solid fa-circle-check text-success"></i>',
|
||||
indicatorError: '<i class="fa-solid fa-circle-exclamation text-danger"></i>',
|
||||
indicatorLoading: '<i class="fa-solid fa-hourglass text-muted"></i>',
|
||||
indicatorPaused: '<i class="fa fa-pause text-info"></i>'
|
||||
},
|
||||
previewZoomButtonIcons: {
|
||||
prev: '<i class="fa-solid fa-chevron-left fa-fw"></i>',
|
||||
next: '<i class="fa-solid fa-chevron-right fa-fw"></i>',
|
||||
rotate: '<i class="fa-solid fa-rotate-right fa-fw"></i>',
|
||||
toggleheader: '<i class="fa-solid fa-arrows-up-down fa-fw"></i>',
|
||||
fullscreen: '<i class="fa-solid fa-maximize fa-fw"></i>',
|
||||
borderless: '<i class="fa-solid fa-arrow-up-right-from-square fa-fw"></i>',
|
||||
close: '<i class="fa-solid fa-fw fa-xmark fa-fw"></i>'
|
||||
},
|
||||
previewFileIcon: '<i class="fa-solid fa-file"></i>',
|
||||
browseIcon: '<i class="fa-solid fa-folder-open"></i>',
|
||||
removeIcon: '<i class="fa-regular fa-trash-can"></i>',
|
||||
cancelIcon: '<i class="fa-solid fa-ban"></i>',
|
||||
pauseIcon: '<i class="fa-solid fa-pause"></i>',
|
||||
uploadIcon: '<i class="fa-solid fa-upload"></i>',
|
||||
msgValidationErrorIcon: '<i class="fa-solid fa-circle-exclamation"></i> '
|
||||
};
|
||||
}));
|
13
node_modules/bootstrap-fileinput/themes/explorer-fa6/theme.min.css
generated
vendored
Normal file
13
node_modules/bootstrap-fileinput/themes/explorer-fa6/theme.min.css
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 5.x theme style for bootstrap-fileinput. Load this theme file after loading
|
||||
* font awesome 5.x CSS and `fileinput.css`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/.theme-explorer-fa6 .file-preview-frame{border:1px solid #ddd;margin:2px 0;width:100%;display:flex;justify-content:space-between;align-items:center}.explorer-frame .file-preview-other,.theme-explorer-fa6 .explorer-frame .kv-file-content,.theme-explorer-fa6 .file-actions,.theme-explorer-fa6 .file-drag-handle,.theme-explorer-fa6 .file-upload-indicator{text-align:center}.theme-explorer-fa6 .file-drag-handle,.theme-explorer-fa6 .file-upload-indicator{position:absolute;display:inline-block;bottom:8px;right:4px;width:16px;height:16px;font-size:16px}.theme-explorer-fa6 .explorer-caption,.theme-explorer-fa6 .file-thumb-progress .progress{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.theme-explorer-fa6 .file-thumb-progress .progress{margin-top:5px}.theme-explorer-fa6 .explorer-caption,.theme-explorer-fa6 .file-footer-buttons{padding:5px}.theme-explorer-fa6 .file-footer-buttons{text-align:right}.theme-explorer-fa6 .explorer-caption{color:#777;padding-top:5px}.theme-explorer-fa6 .kvsortable-ghost{opacity:.6;background:#e1edf7;border:2px solid #a1abff}.theme-explorer-fa6 .file-preview .table{margin:0}.theme-explorer-fa6 .file-error-message ul{padding:5px 0 0 20px}.explorer-frame .file-preview-text{display:inline-block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.explorer-frame .file-preview-html{display:inline-block;border:1px solid #ddd;padding:8px;overflow:auto}.explorer-frame .file-other-icon{font-size:2.6em}.explorer-frame:not(.kv-zoom-body):hover{background-color:#f5f5f5}.theme-explorer-fa6 .file-preview-frame samp{font-size:.9rem}.theme-explorer-fa6 .explorer-frame .kv-file-content{width:160px;height:80px;padding:5px;text-align:left}.theme-explorer-fa6 .file-details-cell{width:60%;font-size:.95rem;text-align:left;margin-right:auto}.theme-explorer-fa6 .file-actions-cell{position:relative;height:80px;width:200px}.file-zoom-dialog .explorer-frame .file-other-icon{font-size:22em;font-size:50vmin}@media only screen and (max-width:1249px){.theme-explorer-fa6 .file-preview-frame .file-details-cell{width:40%}}@media only screen and (max-width:1023px){.theme-explorer-fa6 .file-preview-frame .file-details-cell{width:30%}}@media only screen and (max-width:767px){.theme-explorer-fa6 .file-preview-frame .file-details-cell{width:200px}}@media only screen and (max-width:575px){.theme-explorer-fa6 .file-preview-frame{flex-direction:column}.theme-explorer-fa6 .file-preview-frame .kv-file-content{text-align:center}.theme-explorer-fa6 .file-details-cell{text-align:center;margin-right:0}.theme-explorer-fa6 .file-actions-cell,.theme-explorer-fa6 .file-details-cell,.theme-explorer-fa6 .file-preview-frame .kv-file-content{width:100%}.theme-explorer-fa6 .file-actions-cell{height:auto}.theme-explorer-fa6 .file-footer-buttons{text-align:left}}
|
15
node_modules/bootstrap-fileinput/themes/explorer-fa6/theme.min.js
generated
vendored
Normal file
15
node_modules/bootstrap-fileinput/themes/explorer-fa6/theme.min.js
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer Font Awesome 6.x theme configuration for bootstrap-fileinput.
|
||||
* Load this theme file after loading `fileinput.js`. Ensure that
|
||||
* font awesome assets and CSS are loaded on the page as well.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
!function(i){"use strict";"function"==typeof define&&define.amd?define(["jquery"],i):i("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}(function(i){"use strict";i.fn.fileinputThemes["explorer-fa6"]={layoutTemplates:{footer:'<div class="file-details-cell"><div class="explorer-caption" title="{caption}">{caption}</div> {size}{progress}</div><div class="file-actions-cell">{indicator} {actions}</div>',actions:'{drag}\n<div class="file-actions">\n <div class="file-footer-buttons">\n {rotate} {upload} {download} {delete} {zoom} {other} </div>\n</div>',fileIcon:'<i class="fa-solid fa-file kv-caption-icon"></i> '},previewSettings:{html:{width:"100px",height:"60px"},text:{width:"100px",height:"60px"},video:{width:"auto",height:"60px"},audio:{width:"auto",height:"60px"},flash:{width:"100%",height:"60px"},object:{width:"100%",height:"60px"},pdf:{width:"100px",height:"60px"},other:{width:"100%",height:"60px"}},frameClass:"explorer-frame",fileActionSettings:{removeIcon:'<i class="fa-regular fa-trash-can"></i>',uploadIcon:'<i class="fa-solid fa-upload"></i>',uploadRetryIcon:'<i class="fa-solid fa-cloud-arrow-up"></i>',downloadIcon:'<i class="fa-solid fa-download"></i>',rotateIcon:'<i class="fa-solid fa-rotate-right"></i>',zoomIcon:'<i class="fa-solid fa-magnifying-glass-plus"></i>',dragIcon:'<i class="fa-solid fa-arrows-up-down-left-right"></i>',indicatorNew:'<i class="fa-solid fa-circle-plus text-warning"></i>',indicatorSuccess:'<i class="fa-solid fa-circle-check text-success"></i>',indicatorError:'<i class="fa-solid fa-circle-exclamation text-danger"></i>',indicatorLoading:'<i class="fa-solid fa-hourglass text-muted"></i>',indicatorPaused:'<i class="fa fa-pause text-info"></i>'},previewZoomButtonIcons:{prev:'<i class="fa-solid fa-chevron-left fa-fw"></i>',next:'<i class="fa-solid fa-chevron-right fa-fw"></i>',rotate:'<i class="fa-solid fa-rotate-right fa-fw"></i>',toggleheader:'<i class="fa-solid fa-arrows-up-down fa-fw"></i>',fullscreen:'<i class="fa-solid fa-maximize fa-fw"></i>',borderless:'<i class="fa-solid fa-arrow-up-right-from-square fa-fw"></i>',close:'<i class="fa-solid fa-fw fa-xmark fa-fw"></i>'},previewFileIcon:'<i class="fa-solid fa-file"></i>',browseIcon:'<i class="fa-solid fa-folder-open"></i>',removeIcon:'<i class="fa-regular fa-trash-can"></i>',cancelIcon:'<i class="fa-solid fa-ban"></i>',pauseIcon:'<i class="fa-solid fa-pause"></i>',uploadIcon:'<i class="fa-solid fa-upload"></i>',msgValidationErrorIcon:'<i class="fa-solid fa-circle-exclamation"></i> '}});
|
155
node_modules/bootstrap-fileinput/themes/explorer/theme.css
generated
vendored
Normal file
155
node_modules/bootstrap-fileinput/themes/explorer/theme.css
generated
vendored
Normal file
|
@ -0,0 +1,155 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
.theme-explorer .file-preview-frame {
|
||||
border: 1px solid #ddd;
|
||||
margin: 2px 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.theme-explorer .file-actions,
|
||||
.theme-explorer .file-upload-indicator, .theme-explorer .file-drag-handle, .theme-explorer .explorer-frame .kv-file-content, .theme-explorer .file-actions, .explorer-frame .file-preview-other {
|
||||
text-align: center;
|
||||
}
|
||||
.theme-explorer .file-upload-indicator, .theme-explorer .file-drag-handle {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
bottom: 8px;
|
||||
right: 4px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.theme-explorer .file-thumb-progress .progress, .theme-explorer .explorer-caption {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.theme-explorer .file-thumb-progress .progress {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.theme-explorer .explorer-caption,
|
||||
.theme-explorer .file-footer-buttons {
|
||||
padding: 5px;
|
||||
}
|
||||
.theme-explorer .file-footer-buttons {
|
||||
text-align: right;
|
||||
}
|
||||
.theme-explorer .explorer-caption {
|
||||
color: #777;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.theme-explorer .kvsortable-ghost {
|
||||
opacity: 0.6;
|
||||
background: #e1edf7;
|
||||
border: 2px solid #a1abff;
|
||||
}
|
||||
.theme-explorer .file-preview .table {
|
||||
margin: 0;
|
||||
}
|
||||
.theme-explorer .file-error-message ul {
|
||||
padding: 5px 0 0 20px;
|
||||
}
|
||||
.explorer-frame .file-preview-text {
|
||||
display: inline-block;
|
||||
color: #428bca;
|
||||
border: 1px solid #ddd;
|
||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
outline: none;
|
||||
padding: 8px;
|
||||
resize: none;
|
||||
}
|
||||
.explorer-frame .file-preview-html {
|
||||
display: inline-block;
|
||||
border: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
overflow: auto;
|
||||
}
|
||||
.explorer-frame .file-other-icon {
|
||||
font-size: 2.6em;
|
||||
}
|
||||
.explorer-frame:not(.kv-zoom-body):hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.theme-explorer .file-preview-frame samp {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.theme-explorer .explorer-frame .kv-file-content {
|
||||
width: 160px;
|
||||
height: 80px;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
.theme-explorer .file-details-cell {
|
||||
width: 60%;
|
||||
font-size: 0.95rem;
|
||||
text-align: left;
|
||||
margin-right: auto;
|
||||
}
|
||||
.theme-explorer .file-actions-cell {
|
||||
position: relative;
|
||||
height: 80px;
|
||||
width: 200px;
|
||||
}
|
||||
/*noinspection CssOverwrittenProperties*/
|
||||
.file-zoom-dialog .explorer-frame .file-other-icon {
|
||||
font-size: 22em;
|
||||
font-size: 50vmin;
|
||||
}
|
||||
@media only screen and (max-width: 1249px) {
|
||||
.theme-explorer .file-preview-frame .file-details-cell {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1023px) {
|
||||
.theme-explorer .file-preview-frame .file-details-cell {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.theme-explorer .file-preview-frame .file-details-cell {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 575px) {
|
||||
.theme-explorer .file-preview-frame {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.theme-explorer .file-preview-frame .kv-file-content {
|
||||
width: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.theme-explorer .file-details-cell {
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.theme-explorer .file-preview-frame .kv-file-content,
|
||||
.theme-explorer .file-details-cell,
|
||||
.theme-explorer .file-actions-cell {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.theme-explorer .file-actions-cell {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.theme-explorer .file-footer-buttons {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
49
node_modules/bootstrap-fileinput/themes/explorer/theme.js
generated
vendored
Normal file
49
node_modules/bootstrap-fileinput/themes/explorer/theme.js
generated
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer theme configuration for bootstrap-fileinput. Load this theme file after loading `fileinput.js`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'],factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(window.jQuery);
|
||||
}
|
||||
}(function ($) {
|
||||
"use strict";
|
||||
$.fn.fileinputThemes.explorer = {
|
||||
layoutTemplates: {
|
||||
footer: '<div class="file-details-cell">' +
|
||||
'<div class="explorer-caption" title="{caption}">{caption}</div> ' + '{size}{progress}' +
|
||||
'</div>' +
|
||||
'<div class="file-actions-cell">{indicator} {actions}</div>',
|
||||
actions: '{drag}\n' +
|
||||
'<div class="file-actions">\n' +
|
||||
' <div class="file-footer-buttons">\n' +
|
||||
' {rotate} {upload} {download} {delete} {zoom} {other} ' +
|
||||
' </div>\n' +
|
||||
'</div>',
|
||||
},
|
||||
previewSettings: {
|
||||
html: {width: "100px", height: "60px"},
|
||||
text: {width: "100px", height: "60px"},
|
||||
video: {width: "auto", height: "60px"},
|
||||
audio: {width: "auto", height: "60px"},
|
||||
flash: {width: "100%", height: "60px"},
|
||||
object: {width: "100%", height: "60px"},
|
||||
pdf: {width: "100px", height: "60px"},
|
||||
other: {width: "100%", height: "60px"}
|
||||
},
|
||||
frameClass: 'explorer-frame'
|
||||
};
|
||||
}));
|
12
node_modules/bootstrap-fileinput/themes/explorer/theme.min.css
generated
vendored
Normal file
12
node_modules/bootstrap-fileinput/themes/explorer/theme.min.css
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/.theme-explorer .file-preview-frame{border:1px solid #ddd;margin:2px 0;width:100%;display:flex;justify-content:space-between;align-items:center}.explorer-frame .file-preview-other,.theme-explorer .explorer-frame .kv-file-content,.theme-explorer .file-actions,.theme-explorer .file-drag-handle,.theme-explorer .file-upload-indicator{text-align:center}.theme-explorer .file-drag-handle,.theme-explorer .file-upload-indicator{position:absolute;display:inline-block;bottom:8px;right:4px;width:16px;height:16px;font-size:16px}.theme-explorer .explorer-caption,.theme-explorer .file-thumb-progress .progress{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.theme-explorer .file-thumb-progress .progress{margin-top:5px}.theme-explorer .explorer-caption,.theme-explorer .file-footer-buttons{padding:5px}.theme-explorer .file-footer-buttons{text-align:right}.theme-explorer .explorer-caption{color:#777;padding-top:5px}.theme-explorer .kvsortable-ghost{opacity:.6;background:#e1edf7;border:2px solid #a1abff}.theme-explorer .file-preview .table{margin:0}.theme-explorer .file-error-message ul{padding:5px 0 0 20px}.explorer-frame .file-preview-text{display:inline-block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.explorer-frame .file-preview-html{display:inline-block;border:1px solid #ddd;padding:8px;overflow:auto}.explorer-frame .file-other-icon{font-size:2.6em}.explorer-frame:not(.kv-zoom-body):hover{background-color:#f5f5f5}.theme-explorer .file-preview-frame samp{font-size:.9rem}.theme-explorer .explorer-frame .kv-file-content{width:160px;height:80px;padding:5px;text-align:left}.theme-explorer .file-details-cell{width:60%;font-size:.95rem;text-align:left;margin-right:auto}.theme-explorer .file-actions-cell{position:relative;height:80px;width:200px}.file-zoom-dialog .explorer-frame .file-other-icon{font-size:22em;font-size:50vmin}@media only screen and (max-width:1249px){.theme-explorer .file-preview-frame .file-details-cell{width:40%}}@media only screen and (max-width:1023px){.theme-explorer .file-preview-frame .file-details-cell{width:30%}}@media only screen and (max-width:767px){.theme-explorer .file-preview-frame .file-details-cell{width:200px}}@media only screen and (max-width:575px){.theme-explorer .file-preview-frame{flex-direction:column}.theme-explorer .file-preview-frame .kv-file-content{text-align:center}.theme-explorer .file-details-cell{text-align:center;margin-right:0}.theme-explorer .file-actions-cell,.theme-explorer .file-details-cell,.theme-explorer .file-preview-frame .kv-file-content{width:100%}.theme-explorer .file-actions-cell{height:auto}.theme-explorer .file-footer-buttons{text-align:left}}
|
13
node_modules/bootstrap-fileinput/themes/explorer/theme.min.js
generated
vendored
Normal file
13
node_modules/bootstrap-fileinput/themes/explorer/theme.min.js
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Krajee Explorer theme configuration for bootstrap-fileinput. Load this theme file after loading `fileinput.js`.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
!function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):e("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}(function(e){"use strict";e.fn.fileinputThemes.explorer={layoutTemplates:{footer:'<div class="file-details-cell"><div class="explorer-caption" title="{caption}">{caption}</div> {size}{progress}</div><div class="file-actions-cell">{indicator} {actions}</div>',actions:'{drag}\n<div class="file-actions">\n <div class="file-footer-buttons">\n {rotate} {upload} {download} {delete} {zoom} {other} </div>\n</div>'},previewSettings:{html:{width:"100px",height:"60px"},text:{width:"100px",height:"60px"},video:{width:"auto",height:"60px"},audio:{width:"auto",height:"60px"},flash:{width:"100%",height:"60px"},object:{width:"100%",height:"60px"},pdf:{width:"100px",height:"60px"},other:{width:"100%",height:"60px"}},frameClass:"explorer-frame"}});
|
60
node_modules/bootstrap-fileinput/themes/fa4/theme.js
generated
vendored
Normal file
60
node_modules/bootstrap-fileinput/themes/fa4/theme.js
generated
vendored
Normal file
|
@ -0,0 +1,60 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Font Awesome 4.x icon theme configuration for bootstrap-fileinput. Requires font awesome 4.x assets to be loaded.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'],factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(window.jQuery);
|
||||
}
|
||||
}(function ($) {
|
||||
"use strict";
|
||||
|
||||
$.fn.fileinputThemes.fa4 = {
|
||||
fileActionSettings: {
|
||||
removeIcon: '<i class="fa fa-trash"></i>',
|
||||
uploadIcon: '<i class="fa fa-upload"></i>',
|
||||
uploadRetryIcon: '<i class="fa fa-cloud-upload"></i>',
|
||||
downloadIcon: '<i class="fa fa-download"></i>',
|
||||
rotateIcon: '<i class="fa fa-rotate-right"></i>',
|
||||
zoomIcon: '<i class="fa fa-search-plus"></i>',
|
||||
dragIcon: '<i class="fa fa-arrows"></i>',
|
||||
indicatorNew: '<i class="fa fa-plus-circle text-warning"></i>',
|
||||
indicatorSuccess: '<i class="fa fa-check-circle text-success"></i>',
|
||||
indicatorError: '<i class="fa fa-exclamation-circle text-danger"></i>',
|
||||
indicatorLoading: '<i class="fa fa-hourglass text-muted"></i>',
|
||||
indicatorPaused: '<i class="fa fa-pause text-info"></i>'
|
||||
},
|
||||
layoutTemplates: {
|
||||
fileIcon: '<i class="fa fa-file kv-caption-icon"></i> '
|
||||
},
|
||||
previewZoomButtonIcons: {
|
||||
prev: '<i class="fa fa-chevron-left"></i>',
|
||||
next: '<i class="fa fa-chevron-right"></i>',
|
||||
rotate: '<i class="fa fa-rotate-right"></i>',
|
||||
toggleheader: '<i class="fa fa-fw fa-arrows-v"></i>',
|
||||
fullscreen: '<i class="fa fa-fw fa-arrows-alt"></i>',
|
||||
borderless: '<i class="fa fa-fw fa-external-link"></i>',
|
||||
close: '<i class="fa fa-fw fa-remove"></i>'
|
||||
},
|
||||
previewFileIcon: '<i class="fa fa-file"></i>',
|
||||
browseIcon: '<i class="fa fa-folder-open"></i>',
|
||||
removeIcon: '<i class="fa fa-trash"></i>',
|
||||
cancelIcon: '<i class="fa fa-ban"></i>',
|
||||
pauseIcon: '<i class="fa fa-pause"></i>',
|
||||
uploadIcon: '<i class="fa fa-upload"></i>',
|
||||
msgValidationErrorIcon: '<i class="fa fa-exclamation-circle"></i> '
|
||||
};
|
||||
}));
|
13
node_modules/bootstrap-fileinput/themes/fa4/theme.min.js
generated
vendored
Normal file
13
node_modules/bootstrap-fileinput/themes/fa4/theme.min.js
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Font Awesome 4.x icon theme configuration for bootstrap-fileinput. Requires font awesome assets to be loaded.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}(function(a){"use strict";a.fn.fileinputThemes.fa4={fileActionSettings:{removeIcon:'<i class="fa fa-trash"></i>',uploadIcon:'<i class="fa fa-upload"></i>',uploadRetryIcon:'<i class="fa fa-cloud-upload"></i>',downloadIcon:'<i class="fa fa-download"></i>',rotateIcon:'<i class="fa fa-rotate-right"></i>',zoomIcon:'<i class="fa fa-search-plus"></i>',dragIcon:'<i class="fa fa-arrows"></i>',indicatorNew:'<i class="fa fa-plus-circle text-warning"></i>',indicatorSuccess:'<i class="fa fa-check-circle text-success"></i>',indicatorError:'<i class="fa fa-exclamation-circle text-danger"></i>',indicatorLoading:'<i class="fa fa-hourglass text-muted"></i>',indicatorPaused:'<i class="fa fa-pause text-info"></i>'},layoutTemplates:{fileIcon:'<i class="fa fa-file kv-caption-icon"></i> '},previewZoomButtonIcons:{prev:'<i class="fa fa-chevron-left"></i>',next:'<i class="fa fa-chevron-right"></i>',rotate:'<i class="fa fa-rotate-right"></i>',toggleheader:'<i class="fa fa-fw fa-arrows-v"></i>',fullscreen:'<i class="fa fa-fw fa-arrows-alt"></i>',borderless:'<i class="fa fa-fw fa-external-link"></i>',close:'<i class="fa fa-fw fa-remove"></i>'},previewFileIcon:'<i class="fa fa-file"></i>',browseIcon:'<i class="fa fa-folder-open"></i>',removeIcon:'<i class="fa fa-trash"></i>',cancelIcon:'<i class="fa fa-ban"></i>',pauseIcon:'<i class="fa fa-pause"></i>',uploadIcon:'<i class="fa fa-upload"></i>',msgValidationErrorIcon:'<i class="fa fa-exclamation-circle"></i> '}});
|
60
node_modules/bootstrap-fileinput/themes/fa5/theme.js
generated
vendored
Normal file
60
node_modules/bootstrap-fileinput/themes/fa5/theme.js
generated
vendored
Normal file
|
@ -0,0 +1,60 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Font Awesome 5.x icon theme configuration for bootstrap-fileinput. Requires font awesome 5 assets to be loaded.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'],factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(window.jQuery);
|
||||
}
|
||||
}(function ($) {
|
||||
"use strict";
|
||||
|
||||
$.fn.fileinputThemes.fa5 = {
|
||||
fileActionSettings: {
|
||||
removeIcon: '<i class="far fa-trash-alt"></i>',
|
||||
uploadIcon: '<i class="fas fa-upload"></i>',
|
||||
uploadRetryIcon: '<i class="fas fa-cloud-arrow-up"></i>',
|
||||
downloadIcon: '<i class="fas fa-download"></i>',
|
||||
rotateIcon: '<i class="fas fa-redo"></i>',
|
||||
zoomIcon: '<i class="fas fa-search-plus"></i>',
|
||||
dragIcon: '<i class="fas fa-arrows-alt"></i>',
|
||||
indicatorNew: '<i class="fas fa-plus-circle text-warning"></i>',
|
||||
indicatorSuccess: '<i class="fas fa-check-circle text-success"></i>',
|
||||
indicatorError: '<i class="fas fa-exclamation-circle text-danger"></i>',
|
||||
indicatorLoading: '<i class="fas fa-hourglass text-muted"></i>',
|
||||
indicatorPaused: '<i class="fa fa-pause text-info"></i>'
|
||||
},
|
||||
layoutTemplates: {
|
||||
fileIcon: '<i class="fas fa-file kv-caption-icon"></i> '
|
||||
},
|
||||
previewZoomButtonIcons: {
|
||||
prev: '<i class="fas fa-chevron-left"></i>',
|
||||
next: '<i class="fas fa-chevron-right"></i>',
|
||||
rotate: '<i class="fas fa-redo"></i>',
|
||||
toggleheader: '<i class="fas fa-fw fa-arrows-alt-v"></i>',
|
||||
fullscreen: '<i class="fas fa-expand-arrows-alt"></i>',
|
||||
borderless: '<i class="fas fa-fw fa-external-link-alt"></i>',
|
||||
close: '<i class="fas fa-fw fa-times"></i>'
|
||||
},
|
||||
previewFileIcon: '<i class="fas fa-file"></i>',
|
||||
browseIcon: '<i class="fas fa-folder-open"></i>',
|
||||
removeIcon: '<i class="far fa-trash-alt"></i>',
|
||||
cancelIcon: '<i class="fas fa-ban"></i>',
|
||||
pauseIcon: '<i class="fas fa-pause"></i>',
|
||||
uploadIcon: '<i class="fas fa-upload"></i>',
|
||||
msgValidationErrorIcon: '<i class="fas fa-exclamation-circle"></i> '
|
||||
};
|
||||
}));
|
13
node_modules/bootstrap-fileinput/themes/fa5/theme.min.js
generated
vendored
Normal file
13
node_modules/bootstrap-fileinput/themes/fa5/theme.min.js
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Font Awesome 5.x icon theme configuration for bootstrap-fileinput. Requires font awesome 5 assets to be loaded.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}(function(a){"use strict";a.fn.fileinputThemes.fa5={fileActionSettings:{removeIcon:'<i class="far fa-trash-alt"></i>',uploadIcon:'<i class="fas fa-upload"></i>',uploadRetryIcon:'<i class="fas fa-cloud-arrow-up"></i>',downloadIcon:'<i class="fas fa-download"></i>',rotateIcon:'<i class="fas fa-redo"></i>',zoomIcon:'<i class="fas fa-search-plus"></i>',dragIcon:'<i class="fas fa-arrows-alt"></i>',indicatorNew:'<i class="fas fa-plus-circle text-warning"></i>',indicatorSuccess:'<i class="fas fa-check-circle text-success"></i>',indicatorError:'<i class="fas fa-exclamation-circle text-danger"></i>',indicatorLoading:'<i class="fas fa-hourglass text-muted"></i>',indicatorPaused:'<i class="fa fa-pause text-info"></i>'},layoutTemplates:{fileIcon:'<i class="fas fa-file kv-caption-icon"></i> '},previewZoomButtonIcons:{prev:'<i class="fas fa-chevron-left"></i>',next:'<i class="fas fa-chevron-right"></i>',rotate:'<i class="fas fa-redo"></i>',toggleheader:'<i class="fas fa-fw fa-arrows-alt-v"></i>',fullscreen:'<i class="fas fa-expand-arrows-alt"></i>',borderless:'<i class="fas fa-fw fa-external-link-alt"></i>',close:'<i class="fas fa-fw fa-times"></i>'},previewFileIcon:'<i class="fas fa-file"></i>',browseIcon:'<i class="fas fa-folder-open"></i>',removeIcon:'<i class="far fa-trash-alt"></i>',cancelIcon:'<i class="fas fa-ban"></i>',pauseIcon:'<i class="fas fa-pause"></i>',uploadIcon:'<i class="fas fa-upload"></i>',msgValidationErrorIcon:'<i class="fas fa-exclamation-circle"></i> '}});
|
60
node_modules/bootstrap-fileinput/themes/fa6/theme.js
generated
vendored
Normal file
60
node_modules/bootstrap-fileinput/themes/fa6/theme.js
generated
vendored
Normal file
|
@ -0,0 +1,60 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Font Awesome 6.x icon theme configuration for bootstrap-fileinput. Requires font awesome 6 assets to be loaded.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'],factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(window.jQuery);
|
||||
}
|
||||
}(function ($) {
|
||||
"use strict";
|
||||
|
||||
$.fn.fileinputThemes.fa6 = {
|
||||
fileActionSettings: {
|
||||
removeIcon: '<i class="fa-regular fa-trash-can"></i>',
|
||||
uploadIcon: '<i class="fa-solid fa-upload"></i>',
|
||||
uploadRetryIcon: '<i class="fa-solid fa-cloud-arrow-up"></i>',
|
||||
downloadIcon: '<i class="fa-solid fa-download"></i>',
|
||||
rotateIcon: '<i class="fa-solid fa-rotate-right"></i>',
|
||||
zoomIcon: '<i class="fa-solid fa-magnifying-glass-plus"></i>',
|
||||
dragIcon: '<i class="fa-solid fa-arrows-up-down-left-right"></i>',
|
||||
indicatorNew: '<i class="fa-solid fa-circle-plus text-warning"></i>',
|
||||
indicatorSuccess: '<i class="fa-solid fa-circle-check text-success"></i>',
|
||||
indicatorError: '<i class="fa-solid fa-circle-exclamation text-danger"></i>',
|
||||
indicatorLoading: '<i class="fa-solid fa-hourglass text-muted"></i>',
|
||||
indicatorPaused: '<i class="fa fa-pause text-info"></i>'
|
||||
},
|
||||
layoutTemplates: {
|
||||
fileIcon: '<i class="fa-solid fa-file kv-caption-icon"></i> '
|
||||
},
|
||||
previewZoomButtonIcons: {
|
||||
prev: '<i class="fa-solid fa-chevron-left fa-fw"></i>',
|
||||
next: '<i class="fa-solid fa-chevron-right fa-fw"></i>',
|
||||
rotate: '<i class="fa-solid fa-rotate-right fa-fw"></i>',
|
||||
toggleheader: '<i class="fa-solid fa-arrows-up-down fa-fw"></i>',
|
||||
fullscreen: '<i class="fa-solid fa-maximize fa-fw"></i>',
|
||||
borderless: '<i class="fa-solid fa-arrow-up-right-from-square fa-fw"></i>',
|
||||
close: '<i class="fa-solid fa-fw fa-xmark fa-fw"></i>'
|
||||
},
|
||||
previewFileIcon: '<i class="fa-solid fa-file"></i>',
|
||||
browseIcon: '<i class="fa-solid fa-folder-open"></i>',
|
||||
removeIcon: '<i class="fa-regular fa-trash-can"></i>',
|
||||
cancelIcon: '<i class="fa-solid fa-ban"></i>',
|
||||
pauseIcon: '<i class="fa-solid fa-pause"></i>',
|
||||
uploadIcon: '<i class="fa-solid fa-upload"></i>',
|
||||
msgValidationErrorIcon: '<i class="fa-solid fa-circle-exclamation"></i> '
|
||||
};
|
||||
}));
|
13
node_modules/bootstrap-fileinput/themes/fa6/theme.min.js
generated
vendored
Normal file
13
node_modules/bootstrap-fileinput/themes/fa6/theme.min.js
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Font Awesome 6 icon theme configuration for bootstrap-fileinput. Requires font awesome 6 assets to be loaded.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}(function(a){"use strict";a.fn.fileinputThemes.fa6={fileActionSettings:{removeIcon:'<i class="fa-regular fa-trash-can"></i>',uploadIcon:'<i class="fa-solid fa-upload"></i>',uploadRetryIcon:'<i class="fa-solid fa-cloud-arrow-up"></i>',downloadIcon:'<i class="fa-solid fa-download"></i>',rotateIcon:'<i class="fa-solid fa-rotate-right"></i>',zoomIcon:'<i class="fa-solid fa-magnifying-glass-plus"></i>',dragIcon:'<i class="fa-solid fa-arrows-up-down-left-right"></i>',indicatorNew:'<i class="fa-solid fa-circle-plus text-warning"></i>',indicatorSuccess:'<i class="fa-solid fa-circle-check text-success"></i>',indicatorError:'<i class="fa-solid fa-circle-exclamation text-danger"></i>',indicatorLoading:'<i class="fa-solid fa-hourglass text-muted"></i>',indicatorPaused:'<i class="fa fa-pause text-info"></i>'},layoutTemplates:{fileIcon:'<i class="fa-solid fa-file kv-caption-icon"></i> '},previewZoomButtonIcons:{prev:'<i class="fa-solid fa-chevron-left fa-fw"></i>',next:'<i class="fa-solid fa-chevron-right fa-fw"></i>',rotate:'<i class="fa-solid fa-rotate-right fa-fw"></i>',toggleheader:'<i class="fa-solid fa-arrows-up-down fa-fw"></i>',fullscreen:'<i class="fa-solid fa-maximize fa-fw"></i>',borderless:'<i class="fa-solid fa-arrow-up-right-from-square fa-fw"></i>',close:'<i class="fa-solid fa-fw fa-xmark fa-fw"></i>'},previewFileIcon:'<i class="fa-solid fa-file"></i>',browseIcon:'<i class="fa-solid fa-folder-open"></i>',removeIcon:'<i class="fa-regular fa-trash-can"></i>',cancelIcon:'<i class="fa-solid fa-ban"></i>',pauseIcon:'<i class="fa-solid fa-pause"></i>',uploadIcon:'<i class="fa-solid fa-upload"></i>',msgValidationErrorIcon:'<i class="fa-solid fa-circle-exclamation"></i> '}});
|
60
node_modules/bootstrap-fileinput/themes/gly/theme.js
generated
vendored
Normal file
60
node_modules/bootstrap-fileinput/themes/gly/theme.js
generated
vendored
Normal file
|
@ -0,0 +1,60 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Glyphicon (default) theme configuration for bootstrap-fileinput.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
(function (factory) {
|
||||
'use strict';
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define(['jquery'], factory);
|
||||
} else if (typeof module === 'object' && typeof module.exports === 'object') {
|
||||
factory(require('jquery'));
|
||||
} else {
|
||||
factory(window.jQuery);
|
||||
}
|
||||
}(function ($) {
|
||||
"use strict";
|
||||
|
||||
$.fn.fileinputThemes.gly = {
|
||||
fileActionSettings: {
|
||||
removeIcon: '<i class="glyphicon glyphicon-trash"></i>',
|
||||
uploadIcon: '<i class="glyphicon glyphicon-upload"></i>',
|
||||
uploadRetryIcon: '<i class="glyphicon glyphicon-cloud-upload"></i>',
|
||||
rotateIcon: '<i class="glyphicon glyphicon-repeat"></i>',
|
||||
downloadIcon: '<i class="glyphicon glyphicon-download"></i>',
|
||||
zoomIcon: '<i class="glyphicon glyphicon-zoom-in"></i>',
|
||||
dragIcon: '<i class="glyphicon glyphicon-move"></i>',
|
||||
indicatorNew: '<i class="glyphicon glyphicon-plus-sign text-warning"></i>',
|
||||
indicatorSuccess: '<i class="glyphicon glyphicon-ok-sign text-success"></i>',
|
||||
indicatorError: '<i class="glyphicon glyphicon-exclamation-sign text-danger"></i>',
|
||||
indicatorLoading: '<i class="glyphicon glyphicon-hourglass text-muted"></i>',
|
||||
indicatorPaused: '<i class="glyphicon glyphicon-pause text-info"></i>'
|
||||
},
|
||||
layoutTemplates: {
|
||||
fileIcon: '<i class="glyphicon glyphicon-file kv-caption-icon"></i>'
|
||||
},
|
||||
previewZoomButtonIcons: {
|
||||
prev: '<i class="glyphicon glyphicon-menu-left"></i>',
|
||||
next: '<i class="glyphicon glyphicon-menu-right"></i>',
|
||||
rotate: '<i class="glyphicon glyphicon-repeat"></i>',
|
||||
toggleheader: '<i class="glyphicon glyphicon-resize-vertical"></i>',
|
||||
fullscreen: '<i class="glyphicon glyphicon-fullscreen"></i>',
|
||||
borderless: '<i class="glyphicon glyphicon-resize-full"></i>',
|
||||
close: '<i class="glyphicon glyphicon-remove"></i>'
|
||||
},
|
||||
previewFileIcon: '<i class="glyphicon glyphicon-file"></i>',
|
||||
browseIcon: '<i class="glyphicon glyphicon-folder-open"></i> ',
|
||||
removeIcon: '<i class="glyphicon glyphicon-trash"></i>',
|
||||
cancelIcon: '<i class="glyphicon glyphicon-ban-circle"></i>',
|
||||
pauseIcon: '<i class="glyphicon glyphicon-pause"></i>',
|
||||
uploadIcon: '<i class="glyphicon glyphicon-upload"></i>',
|
||||
msgValidationErrorIcon: '<i class="glyphicon glyphicon-exclamation-sign"></i> '
|
||||
};
|
||||
}));
|
13
node_modules/bootstrap-fileinput/themes/gly/theme.min.js
generated
vendored
Normal file
13
node_modules/bootstrap-fileinput/themes/gly/theme.min.js
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*!
|
||||
* bootstrap-fileinput v5.5.0
|
||||
* http://plugins.krajee.com/file-input
|
||||
*
|
||||
* Glyphicon (default) theme configuration for bootstrap-fileinput.
|
||||
*
|
||||
* Author: Kartik Visweswaran
|
||||
* Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
|
||||
*
|
||||
* Licensed under the BSD-3-Clause
|
||||
* https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
|
||||
*/
|
||||
!function(i){"use strict";"function"==typeof define&&define.amd?define(["jquery"],i):i("object"==typeof module&&"object"==typeof module.exports?require("jquery"):window.jQuery)}(function(i){"use strict";i.fn.fileinputThemes.gly={fileActionSettings:{removeIcon:'<i class="glyphicon glyphicon-trash"></i>',uploadIcon:'<i class="glyphicon glyphicon-upload"></i>',uploadRetryIcon:'<i class="glyphicon glyphicon-cloud-upload"></i>',rotateIcon:'<i class="glyphicon glyphicon-repeat"></i>',downloadIcon:'<i class="glyphicon glyphicon-download"></i>',zoomIcon:'<i class="glyphicon glyphicon-zoom-in"></i>',dragIcon:'<i class="glyphicon glyphicon-move"></i>',indicatorNew:'<i class="glyphicon glyphicon-plus-sign text-warning"></i>',indicatorSuccess:'<i class="glyphicon glyphicon-ok-sign text-success"></i>',indicatorError:'<i class="glyphicon glyphicon-exclamation-sign text-danger"></i>',indicatorLoading:'<i class="glyphicon glyphicon-hourglass text-muted"></i>',indicatorPaused:'<i class="glyphicon glyphicon-pause text-info"></i>'},layoutTemplates:{fileIcon:'<i class="glyphicon glyphicon-file kv-caption-icon"></i>'},previewZoomButtonIcons:{prev:'<i class="glyphicon glyphicon-menu-left"></i>',next:'<i class="glyphicon glyphicon-menu-right"></i>',rotate:'<i class="glyphicon glyphicon-repeat"></i>',toggleheader:'<i class="glyphicon glyphicon-resize-vertical"></i>',fullscreen:'<i class="glyphicon glyphicon-fullscreen"></i>',borderless:'<i class="glyphicon glyphicon-resize-full"></i>',close:'<i class="glyphicon glyphicon-remove"></i>'},previewFileIcon:'<i class="glyphicon glyphicon-file"></i>',browseIcon:'<i class="glyphicon glyphicon-folder-open"></i> ',removeIcon:'<i class="glyphicon glyphicon-trash"></i>',cancelIcon:'<i class="glyphicon glyphicon-ban-circle"></i>',pauseIcon:'<i class="glyphicon glyphicon-pause"></i>',uploadIcon:'<i class="glyphicon glyphicon-upload"></i>',msgValidationErrorIcon:'<i class="glyphicon glyphicon-exclamation-sign"></i> '}});
|
Loading…
Add table
Add a link
Reference in a new issue