sprof 0.0.37 → 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.
- package/dist/classes/EmailValidator.d.ts +1 -1
- package/dist/classes/FileInfo.d.ts +1 -1
- package/dist/classes/Human.d.ts +1 -1
- package/dist/classes/PasswordValidator.d.ts +1 -1
- package/dist/classes/filters/FilterQuery.d.ts +1 -2
- package/dist/classes/index.d.ts +2 -0
- package/dist/components/Icons/IconArrowLeft.stories.d.ts +32 -39
- package/dist/components/Icons/IconCheckDefault.stories.d.ts +32 -39
- package/dist/components/Icons/IconClose.stories.d.ts +32 -39
- package/dist/components/Icons/IconEdit.stories.d.ts +32 -39
- package/dist/components/Icons/IconEmail.stories.d.ts +32 -39
- package/dist/components/Icons/IconMove.stories.d.ts +32 -39
- package/dist/components/Icons/IconPhone.stories.d.ts +32 -39
- package/dist/components/Icons/IconSearch.stories.d.ts +32 -39
- package/dist/components/Icons/IconSelectArrow.stories.d.ts +32 -39
- package/dist/components/InfoItemSelectButtons.vue.d.ts +8 -0
- package/dist/components/atoms/PCheckbox/PCheckBox.stories.d.ts +87 -94
- package/dist/components/atoms/PFlex/PFlex.stories.d.ts +184 -191
- package/dist/components/atoms/PInput/PInput.stories.d.ts +173 -180
- package/dist/components/atoms/PInputDate/PInputDate.stories.d.ts +59 -66
- package/dist/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +182 -189
- package/dist/components/atoms/PList/PList.stories.d.ts +76 -83
- package/dist/components/atoms/PListItem/PListItem.stories.d.ts +151 -166
- package/dist/components/atoms/PRadio/PRadio.stories.d.ts +96 -103
- package/dist/components/atoms/PRightSlider/PRightSlider.stories.d.ts +183 -190
- package/dist/components/atoms/PSelect/PSelect.stories.d.ts +282 -217
- package/dist/components/atoms/PSelect/PSelect.vue.d.ts +22 -0
- package/dist/components/atoms/PSticky/PSticky.stories.d.ts +97 -104
- package/dist/components/atoms/PString/PString.stories.d.ts +139 -146
- package/dist/components/atoms/PTable/PTable.storeis.d.ts +77 -84
- package/dist/components/atoms/PTextarea/PTextarea.stories.d.ts +155 -162
- package/dist/components/atoms/PTopSlider/PTopSlider.stories.d.ts +102 -109
- package/dist/components/molecules/Collapse/CollapseContainer.stories.d.ts +15 -22
- package/dist/components/molecules/Collapse/CollapseItem.stories.d.ts +113 -120
- package/dist/components/organisms/PTabs/PTabs.stories.d.ts +134 -141
- package/dist/index.d.ts +1 -5
- package/dist/interfaces/IValidator.d.ts +1 -1
- package/dist/modules/forms/classes/FieldFill.d.ts +41 -0
- package/dist/modules/forms/classes/FormFill.d.ts +1 -1
- package/dist/modules/forms/classes/index.d.ts +12 -8
- package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +172 -0
- package/dist/modules/forms/components/admin/Fields/FieldsEditsComponents.d.ts +51 -0
- package/dist/modules/forms/index.d.ts +2 -0
- package/dist/modules/forms/store/index.d.ts +7 -228
- package/dist/modules/index.d.ts +2 -8
- package/dist/modules/settings/index.d.ts +2 -0
- package/dist/modules/settings/store/index.d.ts +1 -2
- package/dist/services/AdminUI.d.ts +2 -2
- package/dist/services/Arrays.d.ts +2 -0
- package/dist/services/BaseRoutes.d.ts +2 -2
- package/dist/services/Dates.d.ts +27 -1
- package/dist/services/Helpers.d.ts +44 -0
- package/dist/services/PHelp.d.ts +9 -8
- package/dist/services/PHelp2.d.ts +16 -9
- package/dist/services/Rating.d.ts +7 -0
- package/dist/services/Strings.d.ts +1 -0
- package/dist/services/index.d.ts +2 -8
- package/dist/sprof.js +4197 -4558
- package/dist/sprof.umd.cjs +12 -12
- package/dist/store/Store.d.ts +13 -20
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/dist/buildings/classes/Building.d.ts +0 -13
- package/dist/buildings/classes/Entrance.d.ts +0 -13
- package/dist/buildings/classes/Floor.d.ts +0 -6
- package/dist/buildings/router/BuildingsRoutes.d.ts +0 -6
- package/dist/buildings/store/BuildingsStore.d.ts +0 -7
- package/dist/buildings/store/index.d.ts +0 -2
- package/dist/buildings/store/indexNames.d.ts +0 -2
- package/dist/classes/DateHelper.d.ts +0 -11
- package/dist/components/RSContainer.vue.d.ts +0 -38
- package/dist/modules/buildings/components/BuildingsPage.vue.d.ts +0 -6
- package/dist/modules/buildings/router/BuildingsRoutes.d.ts +0 -6
- package/dist/modules/extracts/store/indexNames.d.ts +0 -2
- package/dist/modules/forms/classes/indexNames.d.ts +0 -2
- package/dist/modules/forms/store/indexNames.d.ts +0 -2
- package/dist/modules/indexNames.d.ts +0 -2
- package/dist/modules/settings/classes/indexNames.d.ts +0 -2
- package/dist/modules/settings/store/indexNames.d.ts +0 -2
- package/dist/services/DateFormat.d.ts +0 -32
- package/dist/services/DatesFormatter.d.ts +0 -30
- package/dist/services/brandColors.d.ts +0 -2
- package/dist/services/buildNameNumbers.d.ts +0 -1
- package/dist/services/countRating.d.ts +0 -5
- package/dist/services/moves.d.ts +0 -3
|
@@ -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;
|
package/dist/classes/Human.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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(
|
|
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;
|
package/dist/classes/index.d.ts
CHANGED
|
@@ -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: (
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
-
|
|
97
|
-
|
|
66
|
+
margin: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
98
69
|
};
|
|
99
|
-
|
|
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: (
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
-
|
|
97
|
-
|
|
66
|
+
margin: {
|
|
67
|
+
type: globalThis.PropType<string>;
|
|
68
|
+
default: string;
|
|
98
69
|
};
|
|
99
|
-
|
|
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: (
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
-
|
|
97
|
-
|
|
66
|
+
margin: {
|
|
67
|
+
type: globalThis.PropType<string>;
|
|
68
|
+
default: string;
|
|
98
69
|
};
|
|
99
|
-
|
|
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: (
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
-
|
|
97
|
-
|
|
66
|
+
margin: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
98
69
|
};
|
|
99
|
-
|
|
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: (
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
-
|
|
97
|
-
|
|
66
|
+
margin: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
98
69
|
};
|
|
99
|
-
|
|
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: (
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
-
|
|
97
|
-
|
|
66
|
+
margin: {
|
|
67
|
+
type: globalThis.PropType<string>;
|
|
68
|
+
default: string;
|
|
98
69
|
};
|
|
99
|
-
|
|
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: (
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
-
|
|
97
|
-
|
|
66
|
+
margin: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
98
69
|
};
|
|
99
|
-
|
|
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>>;
|