@opentinyvue/vue-file-upload 3.27.0 → 3.28.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/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-file-upload",
3
- "version": "3.27.0",
3
+ "version": "3.28.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.27.0",
11
- "@opentinyvue/vue-common": "~3.27.0",
12
- "@opentinyvue/vue-dialog-box": "~3.27.0",
13
- "@opentinyvue/vue-icon": "~3.27.0",
14
- "@opentinyvue/vue-input": "~3.27.0",
15
- "@opentinyvue/vue-modal": "~3.27.0",
16
- "@opentinyvue/vue-popover": "~3.27.0",
17
- "@opentinyvue/vue-progress": "~3.27.0",
18
- "@opentinyvue/vue-renderless": "~3.27.0",
19
- "@opentinyvue/vue-tooltip": "~3.27.0",
20
- "@opentinyvue/vue-upload": "~3.27.0",
21
- "@opentinyvue/vue-upload-list": "~3.27.0",
22
- "@opentinyvue/vue-switch": "~3.27.0",
23
- "@opentinyvue/vue-theme": "~3.27.0",
10
+ "@opentinyvue/vue-button": "~3.28.0",
11
+ "@opentinyvue/vue-common": "~3.28.0",
12
+ "@opentinyvue/vue-dialog-box": "~3.28.0",
13
+ "@opentinyvue/vue-icon": "~3.28.0",
14
+ "@opentinyvue/vue-input": "~3.28.0",
15
+ "@opentinyvue/vue-modal": "~3.28.0",
16
+ "@opentinyvue/vue-popover": "~3.28.0",
17
+ "@opentinyvue/vue-progress": "~3.28.0",
18
+ "@opentinyvue/vue-renderless": "~3.28.0",
19
+ "@opentinyvue/vue-tooltip": "~3.28.0",
20
+ "@opentinyvue/vue-upload": "~3.28.0",
21
+ "@opentinyvue/vue-upload-list": "~3.28.0",
22
+ "@opentinyvue/vue-switch": "~3.28.0",
23
+ "@opentinyvue/vue-theme": "~3.28.0",
24
24
  "streamsaver": "2.0.6"
25
25
  },
26
26
  "types": "index.d.ts",
package/src/index.d.ts CHANGED
@@ -977,12 +977,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
977
977
  mode: string;
978
978
  tiny_mode_root: boolean;
979
979
  _constants: Record<string, any>;
980
+ scale: string | number;
980
981
  lockScroll: boolean;
981
982
  showTitle: boolean;
982
983
  displayOnly: boolean;
983
984
  multiple: boolean;
984
985
  isHidden: boolean;
985
- scale: string | number;
986
986
  listType: string;
987
987
  sourceType: string;
988
988
  openDownloadFile: boolean;
@@ -18,12 +18,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
18
18
  tiny_theme?: any;
19
19
  tiny_chart_theme?: any;
20
20
  tiny_mcp_config?: any;
21
+ scale?: any;
21
22
  lockScroll?: any;
22
23
  action?: any;
23
24
  showTitle?: any;
24
25
  displayOnly?: any;
25
26
  multiple?: any;
26
- scale?: any;
27
27
  listType?: any;
28
28
  httpRequest?: any;
29
29
  accept?: any;
@@ -69,12 +69,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
69
69
  tiny_theme?: any;
70
70
  tiny_chart_theme?: any;
71
71
  tiny_mcp_config?: any;
72
+ scale?: any;
72
73
  lockScroll?: any;
73
74
  action?: any;
74
75
  showTitle?: any;
75
76
  displayOnly?: any;
76
77
  multiple?: any;
77
- scale?: any;
78
78
  listType?: any;
79
79
  httpRequest?: any;
80
80
  accept?: any;
@@ -130,12 +130,12 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
130
130
  readonly tiny_theme?: any;
131
131
  readonly tiny_chart_theme?: any;
132
132
  readonly tiny_mcp_config?: any;
133
+ readonly scale?: any;
133
134
  readonly lockScroll?: any;
134
135
  readonly action?: any;
135
136
  readonly showTitle?: any;
136
137
  readonly displayOnly?: any;
137
138
  readonly multiple?: any;
138
- readonly scale?: any;
139
139
  readonly listType?: any;
140
140
  readonly httpRequest?: any;
141
141
  readonly accept?: any;