@cyberpunk-vue/components 1.13.8 → 1.13.10

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.
@@ -247,7 +247,7 @@ export declare const uploadProps: {
247
247
  };
248
248
  /**
249
249
  * 自定义上传函数
250
- * 若提供,则完全替代内置 XHR 上传逻辑
250
+ * 若提供,则完全替代内置 XHR 上传逻辑;可在不传 action 时使用
251
251
  */
252
252
  readonly httpRequest: {
253
253
  readonly type: PropType<(options: UploadRequestOptions) => Promise<unknown> | void>;
@@ -349,7 +349,7 @@ export type UploadProps = ExtractPropTypes<typeof uploadProps>;
349
349
  export declare const uploadEmits: {
350
350
  /** v-model 绑定 */
351
351
  'update:modelValue': (fileList: UploadFile[]) => boolean;
352
- /** 文件列表变化 */
352
+ /** 文件选择、上传状态或文件列表变化 */
353
353
  change: (file: UploadFile, _fileList: UploadFile[]) => boolean;
354
354
  /** 上传成功 */
355
355
  success: (_response: unknown, file: UploadFile, _fileList: UploadFile[]) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberpunk-vue/components",
3
- "version": "1.13.8",
3
+ "version": "1.13.10",
4
4
  "description": "Cyberpunk Vue components - A futuristic Vue 3 component library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -25,9 +25,9 @@
25
25
  "dependencies": {
26
26
  "@floating-ui/dom": "^1.7.6",
27
27
  "dayjs": "^1.11.20",
28
- "@cyberpunk-vue/hooks": "1.13.8",
29
- "@cyberpunk-vue/constants": "1.13.8",
30
- "@cyberpunk-vue/theme-chalk": "1.13.8"
28
+ "@cyberpunk-vue/theme-chalk": "1.13.10",
29
+ "@cyberpunk-vue/constants": "1.13.10",
30
+ "@cyberpunk-vue/hooks": "1.13.10"
31
31
  },
32
32
  "author": "Juxest",
33
33
  "license": "MIT",