sprof 0.2.12 → 0.2.15
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/dist/{ExtractsList-DVHUnWqh.js → ExtractsList-qhprTL9t.js} +1 -1
- package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +452 -44
- package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +69 -6
- package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +4 -0
- package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +2 -0
- package/dist/{index-dEuisIfL.js → index-MSYtXXGA.js} +3637 -3628
- package/dist/index.d.ts +5 -0
- package/dist/sprof.js +1 -1
- package/dist/sprof.umd.cjs +13 -13
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderChange.stories.d.ts +0 -93
- package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderChange.vue.d.ts +0 -34
- package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderDel.stories.d.ts +0 -93
- package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderDel.vue.d.ts +0 -34
- package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderPlus.stories.d.ts +0 -93
- package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderPlus.vue.d.ts +0 -34
package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderDel.vue.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
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;
|
package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderPlus.stories.d.ts
DELETED
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { StoryFn } from '@storybook/vue3';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
|
-
size: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
|
-
margin: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
iconClass: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
required: false;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
19
|
-
size: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
margin: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
iconClass: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
required: false;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
}>> & Readonly<{}>, {
|
|
33
|
-
size: string;
|
|
34
|
-
margin: string;
|
|
35
|
-
iconClass: string;
|
|
36
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
|
-
tags: string[];
|
|
38
|
-
parameters: {
|
|
39
|
-
docs: {
|
|
40
|
-
description: {
|
|
41
|
-
component: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
argTypes: {
|
|
46
|
-
size: {
|
|
47
|
-
control: string;
|
|
48
|
-
description: string;
|
|
49
|
-
};
|
|
50
|
-
margin: {
|
|
51
|
-
control: string;
|
|
52
|
-
description: string;
|
|
53
|
-
};
|
|
54
|
-
iconClass: {
|
|
55
|
-
control: string;
|
|
56
|
-
description: string;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
export default _default;
|
|
61
|
-
export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
62
|
-
size: {
|
|
63
|
-
type: StringConstructor;
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
|
-
margin: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
iconClass: {
|
|
71
|
-
type: StringConstructor;
|
|
72
|
-
required: false;
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
76
|
-
size: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
|
-
margin: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: string;
|
|
83
|
-
};
|
|
84
|
-
iconClass: {
|
|
85
|
-
type: StringConstructor;
|
|
86
|
-
required: false;
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
|
-
}>> & Readonly<{}>, {
|
|
90
|
-
size: string;
|
|
91
|
-
margin: string;
|
|
92
|
-
iconClass: string;
|
|
93
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderPlus.vue.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
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;
|