sprof 0.0.246 → 0.0.248

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.
@@ -20,7 +20,7 @@ export default class FileInfo {
20
20
  url: string;
21
21
  };
22
22
  static CreatePreviewFile(file: FileInfo, id?: string): FileInfo;
23
- setFile(file: FileInfo): void;
23
+ setFile(file: FileInfo & Blob): void;
24
24
  clearFile(): void;
25
25
  errorImg(event: Event, errorImgName?: string): void | URL | undefined;
26
26
  getFileInfos(): FileInfo[];
@@ -0,0 +1,34 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ size: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ margin: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ iconClass: {
11
+ type: StringConstructor;
12
+ required: false;
13
+ default: string;
14
+ };
15
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
16
+ size: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ margin: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ iconClass: {
25
+ type: StringConstructor;
26
+ required: false;
27
+ default: string;
28
+ };
29
+ }>> & Readonly<{}>, {
30
+ size: string;
31
+ margin: string;
32
+ iconClass: string;
33
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
34
+ export default _default;
@@ -0,0 +1,34 @@
1
+ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ size: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ margin: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ iconClass: {
11
+ type: StringConstructor;
12
+ required: false;
13
+ default: string;
14
+ };
15
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
16
+ size: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ margin: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ iconClass: {
25
+ type: StringConstructor;
26
+ required: false;
27
+ default: string;
28
+ };
29
+ }>> & Readonly<{}>, {
30
+ size: string;
31
+ margin: string;
32
+ iconClass: string;
33
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
34
+ export default _default;
@@ -18,9 +18,15 @@ declare const _default: {
18
18
  required: false;
19
19
  default: boolean;
20
20
  };
21
+ background: {
22
+ type: StringConstructor;
23
+ required: false;
24
+ default: string;
25
+ };
21
26
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
22
27
  margin: string;
23
28
  padding: string;
29
+ background: string;
24
30
  showDivider: boolean;
25
31
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLIElement, import('vue').ComponentProvideOptions, {
26
32
  P: {};
@@ -45,9 +51,15 @@ declare const _default: {
45
51
  required: false;
46
52
  default: boolean;
47
53
  };
54
+ background: {
55
+ type: StringConstructor;
56
+ required: false;
57
+ default: string;
58
+ };
48
59
  }>> & Readonly<{}>, {}, {}, {}, {}, {
49
60
  margin: string;
50
61
  padding: string;
62
+ background: string;
51
63
  showDivider: boolean;
52
64
  }>;
53
65
  __isFragment?: undefined;
@@ -69,9 +81,15 @@ declare const _default: {
69
81
  required: false;
70
82
  default: boolean;
71
83
  };
84
+ background: {
85
+ type: StringConstructor;
86
+ required: false;
87
+ default: string;
88
+ };
72
89
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
73
90
  margin: string;
74
91
  padding: string;
92
+ background: string;
75
93
  showDivider: boolean;
76
94
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
77
95
  $slots: {
@@ -111,9 +129,15 @@ export declare const Default: StoryFn<{
111
129
  required: false;
112
130
  default: boolean;
113
131
  };
132
+ background: {
133
+ type: StringConstructor;
134
+ required: false;
135
+ default: string;
136
+ };
114
137
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
115
138
  margin: string;
116
139
  padding: string;
140
+ background: string;
117
141
  showDivider: boolean;
118
142
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLIElement, import('vue').ComponentProvideOptions, {
119
143
  P: {};
@@ -138,9 +162,15 @@ export declare const Default: StoryFn<{
138
162
  required: false;
139
163
  default: boolean;
140
164
  };
165
+ background: {
166
+ type: StringConstructor;
167
+ required: false;
168
+ default: string;
169
+ };
141
170
  }>> & Readonly<{}>, {}, {}, {}, {}, {
142
171
  margin: string;
143
172
  padding: string;
173
+ background: string;
144
174
  showDivider: boolean;
145
175
  }>;
146
176
  __isFragment?: undefined;
@@ -162,9 +192,15 @@ export declare const Default: StoryFn<{
162
192
  required: false;
163
193
  default: boolean;
164
194
  };
195
+ background: {
196
+ type: StringConstructor;
197
+ required: false;
198
+ default: string;
199
+ };
165
200
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
166
201
  margin: string;
167
202
  padding: string;
203
+ background: string;
168
204
  showDivider: boolean;
169
205
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
170
206
  $slots: {
@@ -188,9 +224,15 @@ export declare const WithDivider: StoryFn<{
188
224
  required: false;
189
225
  default: boolean;
190
226
  };
227
+ background: {
228
+ type: StringConstructor;
229
+ required: false;
230
+ default: string;
231
+ };
191
232
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
192
233
  margin: string;
193
234
  padding: string;
235
+ background: string;
194
236
  showDivider: boolean;
195
237
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLIElement, import('vue').ComponentProvideOptions, {
196
238
  P: {};
@@ -215,9 +257,15 @@ export declare const WithDivider: StoryFn<{
215
257
  required: false;
216
258
  default: boolean;
217
259
  };
260
+ background: {
261
+ type: StringConstructor;
262
+ required: false;
263
+ default: string;
264
+ };
218
265
  }>> & Readonly<{}>, {}, {}, {}, {}, {
219
266
  margin: string;
220
267
  padding: string;
268
+ background: string;
221
269
  showDivider: boolean;
222
270
  }>;
223
271
  __isFragment?: undefined;
@@ -239,9 +287,15 @@ export declare const WithDivider: StoryFn<{
239
287
  required: false;
240
288
  default: boolean;
241
289
  };
290
+ background: {
291
+ type: StringConstructor;
292
+ required: false;
293
+ default: string;
294
+ };
242
295
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
243
296
  margin: string;
244
297
  padding: string;
298
+ background: string;
245
299
  showDivider: boolean;
246
300
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
247
301
  $slots: {
@@ -14,6 +14,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
14
14
  required: false;
15
15
  default: boolean;
16
16
  };
17
+ background: {
18
+ type: StringConstructor;
19
+ required: false;
20
+ default: string;
21
+ };
17
22
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
18
23
  margin: {
19
24
  type: StringConstructor;
@@ -30,9 +35,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
30
35
  required: false;
31
36
  default: boolean;
32
37
  };
38
+ background: {
39
+ type: StringConstructor;
40
+ required: false;
41
+ default: string;
42
+ };
33
43
  }>> & Readonly<{}>, {
34
44
  margin: string;
35
45
  padding: string;
46
+ background: string;
36
47
  showDivider: boolean;
37
48
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLIElement>, {
38
49
  default?(_: {}): any;