sprof 0.0.178 → 0.0.180

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.
@@ -8,6 +8,9 @@ export default class FileInfo {
8
8
  id?: string;
9
9
  originalName: string;
10
10
  fileSystemPath: string;
11
+ itemId?: string;
12
+ description: string;
13
+ order: number;
11
14
  constructor(i?: FileInfo);
12
15
  getFileUrl(): string | URL;
13
16
  getFileListObject(): {
@@ -1,7 +1,7 @@
1
- import { default as IFiler } from '../interfaces/IFiler';
1
+ import { default as FileInfo } from '../classes/FileInfo';
2
2
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
- fileList: {
4
- type: globalThis.PropType<IFiler[]>;
3
+ images: {
4
+ type: globalThis.PropType<FileInfo[]>;
5
5
  reguired: boolean;
6
6
  default: () => never[];
7
7
  };
@@ -24,8 +24,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
24
24
  ratio: (...args: any[]) => void;
25
25
  remove: (...args: any[]) => void;
26
26
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
27
- fileList: {
28
- type: globalThis.PropType<IFiler[]>;
27
+ images: {
28
+ type: globalThis.PropType<FileInfo[]>;
29
29
  reguired: boolean;
30
30
  default: () => never[];
31
31
  };
@@ -48,7 +48,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
48
48
  onRatio?: ((...args: any[]) => any) | undefined;
49
49
  onRemove?: ((...args: any[]) => any) | undefined;
50
50
  }>, {
51
- fileList: IFiler[];
51
+ images: FileInfo[];
52
52
  fileListForDelete: string[];
53
53
  defaultRatio: number;
54
54
  upload: boolean;
@@ -33,6 +33,11 @@ declare const _default: {
33
33
  default: string;
34
34
  required: false;
35
35
  };
36
+ resize: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ required: false;
40
+ };
36
41
  modelValue: {
37
42
  type: globalThis.PropType<string>;
38
43
  };
@@ -46,6 +51,7 @@ declare const _default: {
46
51
  "update:modelValue": (value: string) => void;
47
52
  }, import('vue').PublicProps, {
48
53
  label: string;
54
+ resize: string;
49
55
  mask: string;
50
56
  margin: string;
51
57
  padding: string;
@@ -91,6 +97,11 @@ declare const _default: {
91
97
  default: string;
92
98
  required: false;
93
99
  };
100
+ resize: {
101
+ type: StringConstructor;
102
+ default: string;
103
+ required: false;
104
+ };
94
105
  modelValue: {
95
106
  type: globalThis.PropType<string>;
96
107
  };
@@ -100,6 +111,7 @@ declare const _default: {
100
111
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
101
112
  }>, {}, {}, {}, {}, {
102
113
  label: string;
114
+ resize: string;
103
115
  mask: string;
104
116
  margin: string;
105
117
  padding: string;
@@ -140,6 +152,11 @@ declare const _default: {
140
152
  default: string;
141
153
  required: false;
142
154
  };
155
+ resize: {
156
+ type: StringConstructor;
157
+ default: string;
158
+ required: false;
159
+ };
143
160
  modelValue: {
144
161
  type: globalThis.PropType<string>;
145
162
  };
@@ -153,6 +170,7 @@ declare const _default: {
153
170
  "update:modelValue": (value: string) => void;
154
171
  }, string, {
155
172
  label: string;
173
+ resize: string;
156
174
  mask: string;
157
175
  margin: string;
158
176
  padding: string;
@@ -197,6 +215,10 @@ declare const _default: {
197
215
  control: string;
198
216
  description: string;
199
217
  };
218
+ resize: {
219
+ control: string;
220
+ description: string;
221
+ };
200
222
  };
201
223
  };
202
224
  export default _default;
@@ -232,6 +254,11 @@ export declare const Default: StoryFn<{
232
254
  default: string;
233
255
  required: false;
234
256
  };
257
+ resize: {
258
+ type: StringConstructor;
259
+ default: string;
260
+ required: false;
261
+ };
235
262
  modelValue: {
236
263
  type: globalThis.PropType<string>;
237
264
  };
@@ -245,6 +272,7 @@ export declare const Default: StoryFn<{
245
272
  "update:modelValue": (value: string) => void;
246
273
  }, import('vue').PublicProps, {
247
274
  label: string;
275
+ resize: string;
248
276
  mask: string;
249
277
  margin: string;
250
278
  padding: string;
@@ -290,6 +318,11 @@ export declare const Default: StoryFn<{
290
318
  default: string;
291
319
  required: false;
292
320
  };
321
+ resize: {
322
+ type: StringConstructor;
323
+ default: string;
324
+ required: false;
325
+ };
293
326
  modelValue: {
294
327
  type: globalThis.PropType<string>;
295
328
  };
@@ -299,6 +332,7 @@ export declare const Default: StoryFn<{
299
332
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
300
333
  }>, {}, {}, {}, {}, {
301
334
  label: string;
335
+ resize: string;
302
336
  mask: string;
303
337
  margin: string;
304
338
  padding: string;
@@ -339,6 +373,11 @@ export declare const Default: StoryFn<{
339
373
  default: string;
340
374
  required: false;
341
375
  };
376
+ resize: {
377
+ type: StringConstructor;
378
+ default: string;
379
+ required: false;
380
+ };
342
381
  modelValue: {
343
382
  type: globalThis.PropType<string>;
344
383
  };
@@ -352,6 +391,7 @@ export declare const Default: StoryFn<{
352
391
  "update:modelValue": (value: string) => void;
353
392
  }, string, {
354
393
  label: string;
394
+ resize: string;
355
395
  mask: string;
356
396
  margin: string;
357
397
  padding: string;
@@ -29,6 +29,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
29
29
  default: string;
30
30
  required: false;
31
31
  };
32
+ resize: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ required: false;
36
+ };
32
37
  modelValue: {
33
38
  type: globalThis.PropType<string>;
34
39
  };
@@ -67,6 +72,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
67
72
  default: string;
68
73
  required: false;
69
74
  };
75
+ resize: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ required: false;
79
+ };
70
80
  modelValue: {
71
81
  type: globalThis.PropType<string>;
72
82
  };
@@ -76,6 +86,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
76
86
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
77
87
  }>, {
78
88
  label: string;
89
+ resize: string;
79
90
  mask: string;
80
91
  margin: string;
81
92
  padding: string;