diff --git a/.bilirc.ts b/.bilirc.ts index 1eeabfe..f2d350b 100644 --- a/.bilirc.ts +++ b/.bilirc.ts @@ -1,7 +1,7 @@ import type { Config as Configuration } from 'bili'; const configuration: Configuration = { - banner: true, + banner: false, input: 'src/index.ts', output: { format: ['es', 'cjs', 'umd', 'umd-min'], diff --git a/dist/index.esm.js b/dist/index.esm.js index abd9a65..99f04ae 100644 --- a/dist/index.esm.js +++ b/dist/index.esm.js @@ -1,8 +1,3 @@ -/*! - * select-files v1.0.1 - * (c) Vitor Luiz Cavalcanti (https://vitorluizc.github.io) - * Released under the MIT License. - */ /** * Creates a virtual file input element (``) with options. * @param options diff --git a/dist/index.esm.js.map b/dist/index.esm.js.map index 7950186..aa7b6b9 100644 --- a/dist/index.esm.js.map +++ b/dist/index.esm.js.map @@ -1 +1 @@ -{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"} \ No newline at end of file +{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 0ae473b..163d6e1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,8 +1,3 @@ -/*! - * select-files v1.0.1 - * (c) Vitor Luiz Cavalcanti (https://vitorluizc.github.io) - * Released under the MIT License. - */ 'use strict'; /** diff --git a/dist/index.js.map b/dist/index.js.map index 9cfae49..facb8d2 100644 --- a/dist/index.js.map +++ b/dist/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"} \ No newline at end of file +{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"} \ No newline at end of file diff --git a/dist/index.umd.js b/dist/index.umd.js index 9d3d0c6..42dc491 100644 --- a/dist/index.umd.js +++ b/dist/index.umd.js @@ -1,8 +1,3 @@ -/*! - * select-files v1.0.1 - * (c) Vitor Luiz Cavalcanti (https://vitorluizc.github.io) - * Released under the MIT License. - */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : diff --git a/dist/index.umd.js.map b/dist/index.umd.js.map index 06c4f87..c1d728f 100644 --- a/dist/index.umd.js.map +++ b/dist/index.umd.js.map @@ -1 +1 @@ -{"version":3,"file":"index.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"} \ No newline at end of file +{"version":3,"file":"index.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"} \ No newline at end of file diff --git a/dist/index.umd.min.js b/dist/index.umd.min.js index 404afac..65a6705 100644 --- a/dist/index.umd.min.js +++ b/dist/index.umd.min.js @@ -1,12 +1,2 @@ -/*! - * select-files v1.0.1 - * (c) Vitor Luiz Cavalcanti (https://vitorluizc.github.io) - * Released under the MIT License. - */ -/*! - * select-files v1.0.1 - * (c) Vitor Luiz Cavalcanti (https://vitorluizc.github.io) - * Released under the MIT License. - */ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).selectFiles=t()}(this,(function(){"use strict";return function(e){return new Promise((function(t){var n=function(e){void 0===e&&(e={});var t=e.accept;void 0===t&&(t="");var n=e.capture;void 0===n&&(n=!1);var i=e.multiple;void 0===i&&(i=!1);var u=document.createElement("input");return u.type="file",u.accept=t,u.capture=n,u.multiple=i,u}(e);n.addEventListener("change",(function(){return t(n.files||null)})),setTimeout((function(){var e=new MouseEvent("click");n.dispatchEvent(e)}),0)}))}})); //# sourceMappingURL=index.umd.min.js.map diff --git a/dist/index.umd.min.js.map b/dist/index.umd.min.js.map index e347de1..e3d0ce2 100644 --- a/dist/index.umd.min.js.map +++ b/dist/index.umd.min.js.map @@ -1 +1 @@ -{"version":3,"file":"index.umd.min.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"} \ No newline at end of file +{"version":3,"file":"index.umd.min.js","sources":[],"sourcesContent":[],"names":[],"mappings":""} \ No newline at end of file