@opentinyvue/vue-file-upload 2.22.1 → 2.24.0

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.
@@ -268,7 +268,7 @@ var __vue2_script = defineComponent({
268
268
  "class": "ml-2"
269
269
  }, [t2("ui.fileUpload.uploadFile")])])]), h("icon-plus-circle", {
270
270
  "attrs": {
271
- "custom-class": "sm:hidden w-5 h-5"
271
+ "custom-class": "sm:hidden w-5 h-5 absolute top-0.5 right-5"
272
272
  }
273
273
  })]);
274
274
  } else if (listType2 === "drag-single") {
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-file-upload",
3
- "version": "2.22.1",
3
+ "version": "2.24.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "main": "./lib/index.js",
8
8
  "module": "./lib/index.js",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-button": "~2.22.0",
11
- "@opentinyvue/vue-common": "~2.22.0",
12
- "@opentinyvue/vue-dialog-box": "~2.22.0",
13
- "@opentinyvue/vue-icon": "~2.22.0",
14
- "@opentinyvue/vue-input": "~2.22.0",
15
- "@opentinyvue/vue-modal": "~2.22.0",
16
- "@opentinyvue/vue-popover": "~2.22.0",
17
- "@opentinyvue/vue-progress": "~2.22.0",
18
- "@opentinyvue/vue-renderless": "~3.22.0",
19
- "@opentinyvue/vue-tooltip": "~2.22.0",
20
- "@opentinyvue/vue-upload": "~2.22.0",
21
- "@opentinyvue/vue-upload-list": "~2.22.0",
22
- "@opentinyvue/vue-switch": "~2.22.0",
23
- "@opentinyvue/vue-theme": "~3.22.0",
10
+ "@opentinyvue/vue-button": "~2.24.0",
11
+ "@opentinyvue/vue-common": "~2.24.0",
12
+ "@opentinyvue/vue-dialog-box": "~2.24.0",
13
+ "@opentinyvue/vue-icon": "~2.24.0",
14
+ "@opentinyvue/vue-input": "~2.24.0",
15
+ "@opentinyvue/vue-modal": "~2.24.0",
16
+ "@opentinyvue/vue-popover": "~2.24.0",
17
+ "@opentinyvue/vue-progress": "~2.24.0",
18
+ "@opentinyvue/vue-renderless": "~3.24.0",
19
+ "@opentinyvue/vue-tooltip": "~2.24.0",
20
+ "@opentinyvue/vue-upload": "~2.24.0",
21
+ "@opentinyvue/vue-upload-list": "~2.24.0",
22
+ "@opentinyvue/vue-switch": "~2.24.0",
23
+ "@opentinyvue/vue-theme": "~3.24.0",
24
24
  "streamsaver": "2.0.6"
25
25
  },
26
26
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -383,6 +383,7 @@ export declare const fileUploadProps: {
383
383
  tiny_template: (ObjectConstructor | FunctionConstructor)[];
384
384
  tiny_renderless: FunctionConstructor;
385
385
  tiny_theme: StringConstructor;
386
+ tiny_mcp_config: ObjectConstructor;
386
387
  tiny_chart_theme: ObjectConstructor;
387
388
  };
388
389
  declare const _default: any;