quasar-ui-danx 0.4.77 → 0.4.78
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/danx.es.js +2 -2
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +1 -1
- package/dist/danx.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/DragAndDrop/dragAndDrop.ts +1 -1
- package/src/helpers/files.ts +1 -1
- package/src/helpers/routes.ts +1 -1
- package/src/helpers/utils.ts +1 -1
- package/src/types/files.d.ts +1 -1
package/dist/danx.es.js
CHANGED
@@ -26583,7 +26583,7 @@ function H9(t, e) {
|
|
26583
26583
|
"X-Timestamp": Date.now().toString()
|
26584
26584
|
}
|
26585
26585
|
}, s = s || {};
|
26586
|
-
const o = await Re.post(`${t}/${r ? r.id : "
|
26586
|
+
const o = await Re.post(`${t}/${r ? r.id + "/" : ""}apply-action`, {
|
26587
26587
|
action: n,
|
26588
26588
|
data: s
|
26589
26589
|
}, i);
|
@@ -26655,7 +26655,7 @@ function G9(t, e = "") {
|
|
26655
26655
|
function xm(t, e = "") {
|
26656
26656
|
return Object.entries(t).map(([n, r]) => typeof r == "object" ? xm(r, `${e}${n}-`) : `--${e}${n}: ${r}`).join(";");
|
26657
26657
|
}
|
26658
|
-
const SE = "0.4.
|
26658
|
+
const SE = "0.4.78", kE = {
|
26659
26659
|
version: SE
|
26660
26660
|
}, { version: TE } = kE;
|
26661
26661
|
function Z9() {
|