@opentinyvue/vue-file-upload 3.22.1 → 3.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.
- package/lib/mobile-first.js +1 -1
- package/package.json +15 -15
- package/src/index.d.ts +3 -0
- package/src/mobile-first.vue.d.ts +3 -0
- package/src/pc.vue.d.ts +3 -0
package/lib/mobile-first.js
CHANGED
|
@@ -201,7 +201,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
201
201
|
}, [t2("ui.fileUpload.uploadFile")])])];
|
|
202
202
|
}
|
|
203
203
|
}), createVNode(resolveComponent("icon-plus-circle"), {
|
|
204
|
-
"custom-class": "sm:hidden w-5 h-5"
|
|
204
|
+
"custom-class": "sm:hidden w-5 h-5 absolute top-0.5 right-5"
|
|
205
205
|
}, null)]);
|
|
206
206
|
} else if (listType2 === "drag-single") {
|
|
207
207
|
defaultContent = null;
|
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-file-upload",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.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": "~3.
|
|
11
|
-
"@opentinyvue/vue-common": "~3.
|
|
12
|
-
"@opentinyvue/vue-dialog-box": "~3.
|
|
13
|
-
"@opentinyvue/vue-icon": "~3.
|
|
14
|
-
"@opentinyvue/vue-input": "~3.
|
|
15
|
-
"@opentinyvue/vue-modal": "~3.
|
|
16
|
-
"@opentinyvue/vue-popover": "~3.
|
|
17
|
-
"@opentinyvue/vue-progress": "~3.
|
|
18
|
-
"@opentinyvue/vue-renderless": "~3.
|
|
19
|
-
"@opentinyvue/vue-tooltip": "~3.
|
|
20
|
-
"@opentinyvue/vue-upload": "~3.
|
|
21
|
-
"@opentinyvue/vue-upload-list": "~3.
|
|
22
|
-
"@opentinyvue/vue-switch": "~3.
|
|
23
|
-
"@opentinyvue/vue-theme": "~3.
|
|
10
|
+
"@opentinyvue/vue-button": "~3.24.0",
|
|
11
|
+
"@opentinyvue/vue-common": "~3.24.0",
|
|
12
|
+
"@opentinyvue/vue-dialog-box": "~3.24.0",
|
|
13
|
+
"@opentinyvue/vue-icon": "~3.24.0",
|
|
14
|
+
"@opentinyvue/vue-input": "~3.24.0",
|
|
15
|
+
"@opentinyvue/vue-modal": "~3.24.0",
|
|
16
|
+
"@opentinyvue/vue-popover": "~3.24.0",
|
|
17
|
+
"@opentinyvue/vue-progress": "~3.24.0",
|
|
18
|
+
"@opentinyvue/vue-renderless": "~3.24.0",
|
|
19
|
+
"@opentinyvue/vue-tooltip": "~3.24.0",
|
|
20
|
+
"@opentinyvue/vue-upload": "~3.24.0",
|
|
21
|
+
"@opentinyvue/vue-upload-list": "~3.24.0",
|
|
22
|
+
"@opentinyvue/vue-switch": "~3.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: import("@vue/runtime-core").DefineComponent<{
|
|
@@ -672,6 +673,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
672
673
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
673
674
|
tiny_renderless: FunctionConstructor;
|
|
674
675
|
tiny_theme: StringConstructor;
|
|
676
|
+
tiny_mcp_config: ObjectConstructor;
|
|
675
677
|
tiny_chart_theme: ObjectConstructor;
|
|
676
678
|
}, () => import("@vue/runtime-core").VNode<import("@vue/runtime-core").RendererNode, import("@vue/runtime-core").RendererElement, {
|
|
677
679
|
[key: string]: any;
|
|
@@ -962,6 +964,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
|
|
|
962
964
|
tiny_template: (ObjectConstructor | FunctionConstructor)[];
|
|
963
965
|
tiny_renderless: FunctionConstructor;
|
|
964
966
|
tiny_theme: StringConstructor;
|
|
967
|
+
tiny_mcp_config: ObjectConstructor;
|
|
965
968
|
tiny_chart_theme: ObjectConstructor;
|
|
966
969
|
}>>, {
|
|
967
970
|
name: string;
|
|
@@ -17,6 +17,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
17
17
|
_constants?: any;
|
|
18
18
|
tiny_theme?: any;
|
|
19
19
|
tiny_chart_theme?: any;
|
|
20
|
+
tiny_mcp_config?: any;
|
|
20
21
|
lockScroll?: any;
|
|
21
22
|
action?: any;
|
|
22
23
|
showTitle?: any;
|
|
@@ -67,6 +68,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
67
68
|
_constants?: any;
|
|
68
69
|
tiny_theme?: any;
|
|
69
70
|
tiny_chart_theme?: any;
|
|
71
|
+
tiny_mcp_config?: any;
|
|
70
72
|
lockScroll?: any;
|
|
71
73
|
action?: any;
|
|
72
74
|
showTitle?: any;
|
|
@@ -127,6 +129,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
127
129
|
readonly _constants?: any;
|
|
128
130
|
readonly tiny_theme?: any;
|
|
129
131
|
readonly tiny_chart_theme?: any;
|
|
132
|
+
readonly tiny_mcp_config?: any;
|
|
130
133
|
readonly lockScroll?: any;
|
|
131
134
|
readonly action?: any;
|
|
132
135
|
readonly showTitle?: any;
|
package/src/pc.vue.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
14
14
|
_constants?: any;
|
|
15
15
|
tiny_theme?: any;
|
|
16
16
|
tiny_chart_theme?: any;
|
|
17
|
+
tiny_mcp_config?: any;
|
|
17
18
|
action?: any;
|
|
18
19
|
showTitle?: any;
|
|
19
20
|
displayOnly?: any;
|
|
@@ -61,6 +62,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
61
62
|
_constants?: any;
|
|
62
63
|
tiny_theme?: any;
|
|
63
64
|
tiny_chart_theme?: any;
|
|
65
|
+
tiny_mcp_config?: any;
|
|
64
66
|
action?: any;
|
|
65
67
|
showTitle?: any;
|
|
66
68
|
displayOnly?: any;
|
|
@@ -116,6 +118,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
|
|
|
116
118
|
readonly _constants?: any;
|
|
117
119
|
readonly tiny_theme?: any;
|
|
118
120
|
readonly tiny_chart_theme?: any;
|
|
121
|
+
readonly tiny_mcp_config?: any;
|
|
119
122
|
readonly action?: any;
|
|
120
123
|
readonly showTitle?: any;
|
|
121
124
|
readonly displayOnly?: any;
|