zartui 3.1.40 → 3.1.42
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/es/dropdown-item/DropdownItem.mjs +1 -0
- package/es/index.d.ts +1 -1
- package/es/index.mjs +1 -1
- package/es/media-picker/MediaPicker.mjs +0 -12
- package/lib/dropdown-item/DropdownItem.js +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/media-picker/MediaPicker.js +0 -12
- package/lib/web-types.json +1 -1
- package/lib/zartui.cjs.js +2 -13
- package/lib/zartui.es.js +2 -13
- package/lib/zartui.js +2 -13
- package/lib/zartui.min.js +1 -1
- package/package.json +3 -3
package/es/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -76,7 +76,7 @@ import { Timeline } from "./timeline/index.mjs";
|
|
|
76
76
|
import { Toast } from "./toast/index.mjs";
|
|
77
77
|
import { Uploader } from "./uploader/index.mjs";
|
|
78
78
|
import { Video } from "./video/index.mjs";
|
|
79
|
-
const version = "3.1.
|
|
79
|
+
const version = "3.1.42";
|
|
80
80
|
function install(app) {
|
|
81
81
|
const components = [
|
|
82
82
|
ActionSheet,
|
|
@@ -329,11 +329,6 @@ var stdin_default = defineComponent({
|
|
|
329
329
|
return media;
|
|
330
330
|
});
|
|
331
331
|
});
|
|
332
|
-
showLoadingToast({
|
|
333
|
-
message: "\u5904\u7406\u4E2D...",
|
|
334
|
-
forbidClick: true,
|
|
335
|
-
duration: 0
|
|
336
|
-
});
|
|
337
332
|
return Promise.all(mediaList).then((medias) => {
|
|
338
333
|
const _medias = [];
|
|
339
334
|
medias.forEach((media) => {
|
|
@@ -343,7 +338,6 @@ var stdin_default = defineComponent({
|
|
|
343
338
|
});
|
|
344
339
|
return _medias;
|
|
345
340
|
}).finally(() => {
|
|
346
|
-
closeToast();
|
|
347
341
|
});
|
|
348
342
|
};
|
|
349
343
|
const transformImageFiles = (files) => {
|
|
@@ -402,11 +396,6 @@ var stdin_default = defineComponent({
|
|
|
402
396
|
});
|
|
403
397
|
promisesTodo.push(promise);
|
|
404
398
|
}
|
|
405
|
-
showLoadingToast({
|
|
406
|
-
message: "\u5904\u7406\u4E2D...",
|
|
407
|
-
forbidClick: true,
|
|
408
|
-
duration: 0
|
|
409
|
-
});
|
|
410
399
|
return Promise.all(promisesTodo).then((medias) => {
|
|
411
400
|
const _medias = [];
|
|
412
401
|
medias.forEach((media) => {
|
|
@@ -416,7 +405,6 @@ var stdin_default = defineComponent({
|
|
|
416
405
|
});
|
|
417
406
|
return _medias;
|
|
418
407
|
}).finally(() => {
|
|
419
|
-
closeToast();
|
|
420
408
|
});
|
|
421
409
|
};
|
|
422
410
|
const readFiles = (files) => {
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -180,7 +180,7 @@ __reExport(stdin_exports, require("./timeline"), module.exports);
|
|
|
180
180
|
__reExport(stdin_exports, require("./toast"), module.exports);
|
|
181
181
|
__reExport(stdin_exports, require("./uploader"), module.exports);
|
|
182
182
|
__reExport(stdin_exports, require("./video"), module.exports);
|
|
183
|
-
const version = "3.1.
|
|
183
|
+
const version = "3.1.42";
|
|
184
184
|
function install(app) {
|
|
185
185
|
const components = [
|
|
186
186
|
import_action_sheet.ActionSheet,
|
|
@@ -361,11 +361,6 @@ var stdin_default = (0, import_vue2.defineComponent)({
|
|
|
361
361
|
return media;
|
|
362
362
|
});
|
|
363
363
|
});
|
|
364
|
-
(0, import_toast.showLoadingToast)({
|
|
365
|
-
message: "\u5904\u7406\u4E2D...",
|
|
366
|
-
forbidClick: true,
|
|
367
|
-
duration: 0
|
|
368
|
-
});
|
|
369
364
|
return Promise.all(mediaList).then((medias) => {
|
|
370
365
|
const _medias = [];
|
|
371
366
|
medias.forEach((media) => {
|
|
@@ -375,7 +370,6 @@ var stdin_default = (0, import_vue2.defineComponent)({
|
|
|
375
370
|
});
|
|
376
371
|
return _medias;
|
|
377
372
|
}).finally(() => {
|
|
378
|
-
(0, import_toast.closeToast)();
|
|
379
373
|
});
|
|
380
374
|
};
|
|
381
375
|
const transformImageFiles = (files) => {
|
|
@@ -434,11 +428,6 @@ var stdin_default = (0, import_vue2.defineComponent)({
|
|
|
434
428
|
});
|
|
435
429
|
promisesTodo.push(promise);
|
|
436
430
|
}
|
|
437
|
-
(0, import_toast.showLoadingToast)({
|
|
438
|
-
message: "\u5904\u7406\u4E2D...",
|
|
439
|
-
forbidClick: true,
|
|
440
|
-
duration: 0
|
|
441
|
-
});
|
|
442
431
|
return Promise.all(promisesTodo).then((medias) => {
|
|
443
432
|
const _medias = [];
|
|
444
433
|
medias.forEach((media) => {
|
|
@@ -448,7 +437,6 @@ var stdin_default = (0, import_vue2.defineComponent)({
|
|
|
448
437
|
});
|
|
449
438
|
return _medias;
|
|
450
439
|
}).finally(() => {
|
|
451
|
-
(0, import_toast.closeToast)();
|
|
452
440
|
});
|
|
453
441
|
};
|
|
454
442
|
const readFiles = (files) => {
|