sprof 0.2.12 → 0.2.16

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.
Files changed (32) hide show
  1. package/dist/{ExtractsList-DVHUnWqh.js → ExtractsList-DOcnyFU8.js} +1 -1
  2. package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +452 -44
  3. package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +69 -6
  4. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +4 -0
  5. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +2 -0
  6. package/dist/core/components/organisms/index.d.ts +2 -2
  7. package/dist/core/helpers/Menus.d.ts +1 -1
  8. package/dist/global-components.d.ts +5 -1
  9. package/dist/{index-dEuisIfL.js → index-BHTU_vkN.js} +4550 -4297
  10. package/dist/index.d.ts +7 -0
  11. package/dist/modules/index.d.ts +1 -0
  12. package/dist/modules/tabs/ITab.d.ts +21 -0
  13. package/dist/modules/tabs/TabsStore.d.ts +24 -0
  14. package/dist/modules/tabs/TabsStore.test.d.ts +1 -0
  15. package/dist/modules/tabs/components/PTabs.stories.d.ts +996 -0
  16. package/dist/modules/tabs/components/PTabs.test.d.ts +1 -0
  17. package/dist/modules/tabs/components/PTabs.vue.d.ts +66 -0
  18. package/dist/modules/tabs/components/PTabsLeft.vue.d.ts +50 -0
  19. package/dist/modules/tabs/index.d.ts +7 -0
  20. package/dist/sprof.js +28 -25
  21. package/dist/sprof.umd.cjs +13 -13
  22. package/dist/style.css +1 -1
  23. package/package.json +1 -1
  24. package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderChange.stories.d.ts +0 -93
  25. package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderChange.vue.d.ts +0 -34
  26. package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderDel.stories.d.ts +0 -93
  27. package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderDel.vue.d.ts +0 -34
  28. package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderPlus.stories.d.ts +0 -93
  29. package/dist/core/components/organisms/PUploaderImage/UploaderImage/IconUploaderPlus.vue.d.ts +0 -34
  30. /package/dist/core/components/organisms/{PTabs → PMenuTabs}/ITab.d.ts +0 -0
  31. /package/dist/core/components/organisms/{PTabs/PTabs.stories.d.ts → PMenuTabs/PMenuTabs.stories.d.ts} +0 -0
  32. /package/dist/core/components/organisms/{PTabs/PTabs.vue.d.ts → PMenuTabs/PMenuTabs.vue.d.ts} +0 -0
@@ -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;
@@ -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>>;
@@ -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;