sprof 0.0.38 → 0.0.39

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 (85) hide show
  1. package/dist/classes/EmailValidator.d.ts +1 -1
  2. package/dist/classes/FileInfo.d.ts +1 -1
  3. package/dist/classes/Human.d.ts +1 -1
  4. package/dist/classes/PasswordValidator.d.ts +1 -1
  5. package/dist/classes/filters/FilterQuery.d.ts +1 -2
  6. package/dist/classes/index.d.ts +2 -0
  7. package/dist/components/Icons/IconArrowLeft.stories.d.ts +32 -39
  8. package/dist/components/Icons/IconCheckDefault.stories.d.ts +32 -39
  9. package/dist/components/Icons/IconClose.stories.d.ts +32 -39
  10. package/dist/components/Icons/IconEdit.stories.d.ts +32 -39
  11. package/dist/components/Icons/IconEmail.stories.d.ts +32 -39
  12. package/dist/components/Icons/IconMove.stories.d.ts +32 -39
  13. package/dist/components/Icons/IconPhone.stories.d.ts +32 -39
  14. package/dist/components/Icons/IconSearch.stories.d.ts +32 -39
  15. package/dist/components/Icons/IconSelectArrow.stories.d.ts +32 -39
  16. package/dist/components/InfoItemSelectButtons.vue.d.ts +8 -0
  17. package/dist/components/atoms/PCheckbox/PCheckBox.stories.d.ts +87 -94
  18. package/dist/components/atoms/PFlex/PFlex.stories.d.ts +184 -191
  19. package/dist/components/atoms/PInput/PInput.stories.d.ts +173 -180
  20. package/dist/components/atoms/PInputDate/PInputDate.stories.d.ts +59 -66
  21. package/dist/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +182 -189
  22. package/dist/components/atoms/PList/PList.stories.d.ts +76 -83
  23. package/dist/components/atoms/PListItem/PListItem.stories.d.ts +151 -166
  24. package/dist/components/atoms/PRadio/PRadio.stories.d.ts +96 -103
  25. package/dist/components/atoms/PRightSlider/PRightSlider.stories.d.ts +183 -190
  26. package/dist/components/atoms/PSelect/PSelect.stories.d.ts +282 -217
  27. package/dist/components/atoms/PSelect/PSelect.vue.d.ts +22 -0
  28. package/dist/components/atoms/PSticky/PSticky.stories.d.ts +97 -104
  29. package/dist/components/atoms/PString/PString.stories.d.ts +139 -146
  30. package/dist/components/atoms/PTable/PTable.storeis.d.ts +77 -84
  31. package/dist/components/atoms/PTextarea/PTextarea.stories.d.ts +155 -162
  32. package/dist/components/atoms/PTopSlider/PTopSlider.stories.d.ts +102 -109
  33. package/dist/components/molecules/Collapse/CollapseContainer.stories.d.ts +15 -22
  34. package/dist/components/molecules/Collapse/CollapseItem.stories.d.ts +113 -120
  35. package/dist/components/organisms/PTabs/PTabs.stories.d.ts +134 -141
  36. package/dist/index.d.ts +1 -5
  37. package/dist/interfaces/IValidator.d.ts +1 -1
  38. package/dist/modules/forms/classes/FieldFill.d.ts +41 -0
  39. package/dist/modules/forms/classes/FormFill.d.ts +1 -1
  40. package/dist/modules/forms/classes/index.d.ts +12 -8
  41. package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +172 -0
  42. package/dist/modules/forms/components/admin/Fields/FieldsEditsComponents.d.ts +51 -0
  43. package/dist/modules/forms/index.d.ts +2 -0
  44. package/dist/modules/forms/store/index.d.ts +7 -228
  45. package/dist/modules/index.d.ts +2 -8
  46. package/dist/modules/settings/index.d.ts +2 -0
  47. package/dist/modules/settings/store/index.d.ts +1 -2
  48. package/dist/services/AdminUI.d.ts +2 -2
  49. package/dist/services/Arrays.d.ts +2 -0
  50. package/dist/services/BaseRoutes.d.ts +2 -2
  51. package/dist/services/Dates.d.ts +27 -1
  52. package/dist/services/Helpers.d.ts +44 -0
  53. package/dist/services/PHelp.d.ts +9 -682
  54. package/dist/services/PHelp2.d.ts +16 -683
  55. package/dist/services/Rating.d.ts +7 -0
  56. package/dist/services/Strings.d.ts +1 -0
  57. package/dist/services/index.d.ts +2 -8
  58. package/dist/sprof.js +4197 -4558
  59. package/dist/sprof.umd.cjs +12 -12
  60. package/dist/store/Store.d.ts +13 -20
  61. package/dist/style.css +1 -1
  62. package/package.json +3 -3
  63. package/dist/buildings/classes/Building.d.ts +0 -13
  64. package/dist/buildings/classes/Entrance.d.ts +0 -13
  65. package/dist/buildings/classes/Floor.d.ts +0 -6
  66. package/dist/buildings/router/BuildingsRoutes.d.ts +0 -6
  67. package/dist/buildings/store/BuildingsStore.d.ts +0 -7
  68. package/dist/buildings/store/index.d.ts +0 -2
  69. package/dist/buildings/store/indexNames.d.ts +0 -2
  70. package/dist/classes/DateHelper.d.ts +0 -11
  71. package/dist/components/RSContainer.vue.d.ts +0 -38
  72. package/dist/modules/buildings/components/BuildingsPage.vue.d.ts +0 -6
  73. package/dist/modules/buildings/router/BuildingsRoutes.d.ts +0 -6
  74. package/dist/modules/extracts/store/indexNames.d.ts +0 -2
  75. package/dist/modules/forms/classes/indexNames.d.ts +0 -2
  76. package/dist/modules/forms/store/indexNames.d.ts +0 -2
  77. package/dist/modules/indexNames.d.ts +0 -2
  78. package/dist/modules/settings/classes/indexNames.d.ts +0 -2
  79. package/dist/modules/settings/store/indexNames.d.ts +0 -2
  80. package/dist/services/DateFormat.d.ts +0 -32
  81. package/dist/services/DatesFormatter.d.ts +0 -30
  82. package/dist/services/brandColors.d.ts +0 -2
  83. package/dist/services/buildNameNumbers.d.ts +0 -1
  84. package/dist/services/countRating.d.ts +0 -5
  85. package/dist/services/moves.d.ts +0 -3
@@ -1,5 +1,5 @@
1
1
  import { default as IValidator } from '../interfaces/IValidator';
2
2
  export default class EmailValidator implements IValidator {
3
3
  errors: string[];
4
- validate(value?: string): string[];
4
+ validate(value?: string | number): string[];
5
5
  }
@@ -19,7 +19,7 @@ export default class FileInfo {
19
19
  setFile(file: FileInfo): void;
20
20
  uploadAndSetFile(file: FileInfo): void;
21
21
  clearFile(): void;
22
- errorImg(event: Event, errorImgName?: string): void | URL;
22
+ errorImg(event: Event, errorImgName?: string): void | URL | undefined;
23
23
  getFileInfos(): FileInfo[];
24
24
  isPdf(): boolean;
25
25
  getExtension(filename: string): string;
@@ -23,7 +23,7 @@ export default class Human {
23
23
  address: string;
24
24
  editNameMode: boolean;
25
25
  constructor(i?: Human);
26
- getImageUrl(): string | URL;
26
+ getImageUrl(): string | URL | undefined;
27
27
  setEditNameMode(value: boolean): void;
28
28
  getFullName(): string;
29
29
  getInitialsName(): string;
@@ -2,5 +2,5 @@ import { default as IValidator } from '../interfaces/IValidator';
2
2
  export default class PasswordValidator implements IValidator {
3
3
  errors: string[];
4
4
  length: number;
5
- validate(value?: string): string[];
5
+ validate(value?: string | number): string[];
6
6
  }
@@ -1,4 +1,3 @@
1
- import { LocationQuery } from 'vue-router';
2
1
  import { default as FilterModel } from './FilterModel';
3
2
  import { default as Pagination } from './Pagination';
4
3
  import { default as SortModel } from '../SortModel';
@@ -19,7 +18,7 @@ export default class FilterQuery {
19
18
  toFTSP(): void;
20
19
  toUrl(): string;
21
20
  toUrlQuery(): string;
22
- fromUrlQuery(obj: LocationQuery): Promise<void>;
21
+ fromUrlQuery(): Promise<void>;
23
22
  setParams(col: unknown, value: string): void;
24
23
  setCursorPagination(schema: unknown, object: Record<string, unknown>): void;
25
24
  setSortModel(sortModel: SortModel): void;
@@ -1 +1,3 @@
1
1
  export * from './auth/index';
2
+ export { default as FileInfo } from './FileInfo';
3
+ export { default as Human } from './Human';
@@ -1,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -57,44 +58,36 @@ declare const _default: {
57
58
  };
58
59
  };
59
60
  export default _default;
60
- export declare const Default: (args: any) => {
61
- components: {
62
- IconArrowLeft: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
- size: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
- margin: {
68
- type: StringConstructor;
69
- default: string;
70
- };
71
- iconClass: {
72
- type: StringConstructor;
73
- required: false;
74
- default: string;
75
- };
76
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
- size: {
78
- type: StringConstructor;
79
- default: string;
80
- };
81
- margin: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- iconClass: {
86
- type: StringConstructor;
87
- required: false;
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- size: string;
92
- margin: string;
93
- iconClass: string;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ size: {
63
+ type: StringConstructor;
64
+ default: string;
95
65
  };
96
- setup(): {
97
- args: any;
66
+ margin: {
67
+ type: StringConstructor;
68
+ default: string;
98
69
  };
99
- template: string;
100
- };
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,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -57,44 +58,36 @@ declare const _default: {
57
58
  };
58
59
  };
59
60
  export default _default;
60
- export declare const Default: (args: any) => {
61
- components: {
62
- IconCheckDefault: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
- size: {
64
- type: globalThis.PropType<string>;
65
- default: string;
66
- };
67
- margin: {
68
- type: globalThis.PropType<string>;
69
- default: string;
70
- };
71
- iconClass: {
72
- type: globalThis.PropType<string>;
73
- required: false;
74
- default: string;
75
- };
76
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
- size: {
78
- type: globalThis.PropType<string>;
79
- default: string;
80
- };
81
- margin: {
82
- type: globalThis.PropType<string>;
83
- default: string;
84
- };
85
- iconClass: {
86
- type: globalThis.PropType<string>;
87
- required: false;
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- size: string;
92
- margin: string;
93
- iconClass: string;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ size: {
63
+ type: globalThis.PropType<string>;
64
+ default: string;
95
65
  };
96
- setup(): {
97
- args: any;
66
+ margin: {
67
+ type: globalThis.PropType<string>;
68
+ default: string;
98
69
  };
99
- template: string;
100
- };
70
+ iconClass: {
71
+ type: globalThis.PropType<string>;
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: globalThis.PropType<string>;
78
+ default: string;
79
+ };
80
+ margin: {
81
+ type: globalThis.PropType<string>;
82
+ default: string;
83
+ };
84
+ iconClass: {
85
+ type: globalThis.PropType<string>;
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,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -57,44 +58,36 @@ declare const _default: {
57
58
  };
58
59
  };
59
60
  export default _default;
60
- export declare const Default: (args: any) => {
61
- components: {
62
- IconClose: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
- size: {
64
- type: globalThis.PropType<string>;
65
- default: string;
66
- };
67
- margin: {
68
- type: globalThis.PropType<string>;
69
- default: string;
70
- };
71
- iconClass: {
72
- type: globalThis.PropType<string>;
73
- required: false;
74
- default: string;
75
- };
76
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
- size: {
78
- type: globalThis.PropType<string>;
79
- default: string;
80
- };
81
- margin: {
82
- type: globalThis.PropType<string>;
83
- default: string;
84
- };
85
- iconClass: {
86
- type: globalThis.PropType<string>;
87
- required: false;
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- size: string;
92
- margin: string;
93
- iconClass: string;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ size: {
63
+ type: globalThis.PropType<string>;
64
+ default: string;
95
65
  };
96
- setup(): {
97
- args: any;
66
+ margin: {
67
+ type: globalThis.PropType<string>;
68
+ default: string;
98
69
  };
99
- template: string;
100
- };
70
+ iconClass: {
71
+ type: globalThis.PropType<string>;
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: globalThis.PropType<string>;
78
+ default: string;
79
+ };
80
+ margin: {
81
+ type: globalThis.PropType<string>;
82
+ default: string;
83
+ };
84
+ iconClass: {
85
+ type: globalThis.PropType<string>;
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,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -57,44 +58,36 @@ declare const _default: {
57
58
  };
58
59
  };
59
60
  export default _default;
60
- export declare const Default: (args: any) => {
61
- components: {
62
- IconEdit: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
- size: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
- margin: {
68
- type: StringConstructor;
69
- default: string;
70
- };
71
- iconClass: {
72
- type: StringConstructor;
73
- required: false;
74
- default: string;
75
- };
76
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
- size: {
78
- type: StringConstructor;
79
- default: string;
80
- };
81
- margin: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- iconClass: {
86
- type: StringConstructor;
87
- required: false;
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- size: string;
92
- margin: string;
93
- iconClass: string;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ size: {
63
+ type: StringConstructor;
64
+ default: string;
95
65
  };
96
- setup(): {
97
- args: any;
66
+ margin: {
67
+ type: StringConstructor;
68
+ default: string;
98
69
  };
99
- template: string;
100
- };
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,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -57,44 +58,36 @@ declare const _default: {
57
58
  };
58
59
  };
59
60
  export default _default;
60
- export declare const Default: (args: any) => {
61
- components: {
62
- IconEmail: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
- size: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
- margin: {
68
- type: StringConstructor;
69
- default: string;
70
- };
71
- iconClass: {
72
- type: StringConstructor;
73
- required: false;
74
- default: string;
75
- };
76
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
- size: {
78
- type: StringConstructor;
79
- default: string;
80
- };
81
- margin: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- iconClass: {
86
- type: StringConstructor;
87
- required: false;
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- size: string;
92
- margin: string;
93
- iconClass: string;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ size: {
63
+ type: StringConstructor;
64
+ default: string;
95
65
  };
96
- setup(): {
97
- args: any;
66
+ margin: {
67
+ type: StringConstructor;
68
+ default: string;
98
69
  };
99
- template: string;
100
- };
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,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -57,44 +58,36 @@ declare const _default: {
57
58
  };
58
59
  };
59
60
  export default _default;
60
- export declare const Default: (args: any) => {
61
- components: {
62
- IconMove: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
- size: {
64
- type: globalThis.PropType<string>;
65
- default: string;
66
- };
67
- margin: {
68
- type: globalThis.PropType<string>;
69
- default: string;
70
- };
71
- iconClass: {
72
- type: globalThis.PropType<string>;
73
- required: false;
74
- default: string;
75
- };
76
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
- size: {
78
- type: globalThis.PropType<string>;
79
- default: string;
80
- };
81
- margin: {
82
- type: globalThis.PropType<string>;
83
- default: string;
84
- };
85
- iconClass: {
86
- type: globalThis.PropType<string>;
87
- required: false;
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- size: string;
92
- margin: string;
93
- iconClass: string;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ size: {
63
+ type: globalThis.PropType<string>;
64
+ default: string;
95
65
  };
96
- setup(): {
97
- args: any;
66
+ margin: {
67
+ type: globalThis.PropType<string>;
68
+ default: string;
98
69
  };
99
- template: string;
100
- };
70
+ iconClass: {
71
+ type: globalThis.PropType<string>;
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: globalThis.PropType<string>;
78
+ default: string;
79
+ };
80
+ margin: {
81
+ type: globalThis.PropType<string>;
82
+ default: string;
83
+ };
84
+ iconClass: {
85
+ type: globalThis.PropType<string>;
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,3 +1,4 @@
1
+ import { StoryFn } from '@storybook/vue3';
1
2
  declare const _default: {
2
3
  title: string;
3
4
  component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
@@ -57,44 +58,36 @@ declare const _default: {
57
58
  };
58
59
  };
59
60
  export default _default;
60
- export declare const Default: (args: any) => {
61
- components: {
62
- IconPhone: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
63
- size: {
64
- type: StringConstructor;
65
- default: string;
66
- };
67
- margin: {
68
- type: StringConstructor;
69
- default: string;
70
- };
71
- iconClass: {
72
- type: StringConstructor;
73
- required: false;
74
- default: string;
75
- };
76
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
77
- size: {
78
- type: StringConstructor;
79
- default: string;
80
- };
81
- margin: {
82
- type: StringConstructor;
83
- default: string;
84
- };
85
- iconClass: {
86
- type: StringConstructor;
87
- required: false;
88
- default: string;
89
- };
90
- }>> & Readonly<{}>, {
91
- size: string;
92
- margin: string;
93
- iconClass: string;
94
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
61
+ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
62
+ size: {
63
+ type: StringConstructor;
64
+ default: string;
95
65
  };
96
- setup(): {
97
- args: any;
66
+ margin: {
67
+ type: StringConstructor;
68
+ default: string;
98
69
  };
99
- template: string;
100
- };
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>>;