bootstrap.fileinput.zh-Hans
1.0.2
dotnet add package bootstrap.fileinput.zh-Hans --version 1.0.2
NuGet\Install-Package bootstrap.fileinput.zh-Hans -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bootstrap.fileinput.zh-Hans" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bootstrap.fileinput.zh-Hans --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: bootstrap.fileinput.zh-Hans, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install bootstrap.fileinput.zh-Hans as a Cake Addin #addin nuget:?package=bootstrap.fileinput.zh-Hans&version=1.0.2 // Install bootstrap.fileinput.zh-Hans as a Cake Tool #tool nuget:?package=bootstrap.fileinput.zh-Hans&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
基于bootstrap.fileinput汉化定制版(修复已知bug及支持其他功能)
开源:https://github.com/NeverCL/Angular.FileInput
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- bootstrap (>= 3.3.7)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on bootstrap.fileinput.zh-Hans:
Package | Downloads |
---|---|
angularjs.fileinput
基于Bootstrap fileinput编写的Angular指令插件 开源:https://github.com/NeverCL/Angular.FileInput |
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.0.1
- jQuery -> jquery(zh.js)
- require方式:fileinput: ['locales/zh', 'bootstrap'] (另需引用css)
v1.0(基于fileinput v4.3.4修改)
- 修复showPreview:false(非multiple下)报错问题(源码1795行)
- 兼容支持RequireJS
- 删除以外语言包
- 更新压缩fileinput.js
- 更新bootstrap引用版本