第三方插件

在 Admui 中,除了部分自定义的插件外,同时本着不重复制造轮子的原则,我们也整合了大量成熟的,经过验证的第三方插件,在开发过程中,如果有必要,请参考所使用插件的官方api。

一些插件可能监听了window.onScroll事件,如果页面中使用了.page.page-full,可能会导致这些插件的与滚动条相关的功能失效,如果碰到这种情况,建议不要在.page上使用.page-full

对于未使用的插件,建议在项目开发完成后删除。

以下是我们使用的第三方插件:

国外插件

ace

alertify.js

animsition

blueimp-canvas-to-blob

blueimp-file-upload

blueimp-load-image

blueimp-tmpl

bootbox.js

bootstrap

bootstrap-contextmenu

jquery-colorpicker

bootstrap-datepicker

bootstrap-daterangepicker

bootstrap-hover-dropdown

bootstrap-markdown

bootstrap-maxlength

bootstrap-select

bootstrap-slider

bootstrap-sweetalert

bootstrap-tagsinput

bootstrap-tokenfield

bootstrap-touchspin

bootstrap-treeview

breakpoints.js

c3

card

chart.js

chartist

chartist-plugin-tooltip

clockpicker

codemirror

cropper

d3

datatables

datatables-bootstrap

datatables-buttons

datatables-fixedheader

datatables-responsive

datepair.js

draggabilly

dropify

flag-icon-css

Flot

Fontawesome-iconpicker

formatter.js

formvalidation

fullcalendar

gauge.js

gridstack

highlight.js

html5shiv

html.sortable

iCheck

intro.js

isotope

jquery

jquery-appear

jquery-asHoverScroll

jquery-asScroll

jquery-asScrollable

jquery-selective

jquery-strength

jquery-treegrid

jquery-wizard.js

jstree

jszip

jquery-slidePanel

jquery-Knob

jquery-labelauty

jquery-ui

jquery-wizard

jt.timepicker

ladda-bootstrap

layout-grid

lodash

magnific-popup

marked

masonry

media-match

matchHeight

modernizr

moment

morris.js

multiselect

nestable2

nprogress

peity

plyr

raphael

raty

respond

rickshaw

screenfull

select2

skycons

jquery.sparkline

summernote

slimScroll

switchery

timecircles

to-markdown

toastr

toolbar

typeahead.js

twbs-pagination

webui-popover

x-editable

国产插件

artTemplate

eCharts

插件升级

Admui 对所引用的插件的样式进行了重构,您可以在/src/themes/{主题名}/libs/下找到插件对应的LESS源码。

Admui 在选择插件的时候尽量使用了最新版或者稳定版,所以我们不建议您手动对插件进行升级,我们会在最新版的源码中包含尽可能新的插件。