@bagelink/vue 1.6.21 → 1.6.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/form/inputs/Upload/upload.ts +2 -2
- package/src/styles/text.css +7 -0
package/dist/index.mjs
CHANGED
|
@@ -26111,7 +26111,7 @@ var axios$1 = createInstance(defaults_default);
|
|
|
26111
26111
|
axios$1.Axios = Axios_default, axios$1.CanceledError = CanceledError_default, axios$1.CancelToken = CancelToken_default, axios$1.isCancel = isCancel, axios$1.VERSION = VERSION, axios$1.toFormData = toFormData_default, axios$1.AxiosError = AxiosError_default, axios$1.Cancel = axios$1.CanceledError, axios$1.all = function(e) {
|
|
26112
26112
|
return Promise.all(e);
|
|
26113
26113
|
}, axios$1.spread = spread, axios$1.isAxiosError = isAxiosError, axios$1.mergeConfig = mergeConfig, axios$1.AxiosHeaders = AxiosHeaders_default, axios$1.formToJSON = (e) => formDataToJSON_default(utils_default.isHTMLForm(e) ? new FormData(e) : e), axios$1.getAdapter = adapters_default.getAdapter, axios$1.HttpStatusCode = HttpStatusCode_default, axios$1.default = axios$1;
|
|
26114
|
-
var axios_default = axios$1, getFileVersion = () => getBagelInstance()?.fileVersion ?? "
|
|
26114
|
+
var axios_default = axios$1, getFileVersion = () => getBagelInstance()?.fileVersion ?? "files";
|
|
26115
26115
|
const files = {
|
|
26116
26116
|
setBaseUrl: (e) => {
|
|
26117
26117
|
e === void 0 || e === "" || (e = e.replace(/\/$/, ""), axios_default.defaults.baseURL = e);
|