sprof 0.0.38 → 0.0.40
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/PF.d.ts +133 -0
- 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/auth/AuthStatus.d.ts +1 -1
- package/dist/classes/auth/AuthUser.d.ts +1 -1
- package/dist/classes/filters/FilterQuery.d.ts +1 -2
- package/dist/classes/index.d.ts +2 -0
- package/dist/components/ContextWindow.vue.d.ts +1 -1
- 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/components/organisms/UploaderFile/UploaderFile.stories.d.ts +27 -27
- package/dist/index.d.ts +3 -10
- 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/pfImport.d.ts +1 -0
- 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/BaseStore.d.ts +1 -1
- package/dist/services/{ClassHelper.d.ts → Classes.d.ts} +1 -1
- package/dist/services/Dates.d.ts +27 -1
- package/dist/services/{index.d.ts → Helpers.d.ts} +3 -12
- package/dist/services/Rating.d.ts +7 -0
- package/dist/services/Strings.d.ts +1 -0
- package/dist/sprof.js +7661 -8157
- package/dist/sprof.umd.cjs +15 -15
- package/dist/store/MenusStore.d.ts +1 -2
- package/dist/store/index.d.ts +13 -14
- 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/PHelp.d.ts +0 -800
- package/dist/services/PHelp2.d.ts +0 -800
- 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/indexNames.d.ts +0 -2
- package/dist/services/moves.d.ts +0 -3
- package/dist/store/Store.d.ts +0 -465
- package/dist/store/indexNames.d.ts +0 -2
package/dist/PF.d.ts
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import * as C from './classes/index';
|
|
2
|
+
import * as M from './modules/index';
|
|
3
|
+
import * as H from './services/Helpers';
|
|
4
|
+
import * as S from './store/index';
|
|
5
|
+
export default abstract class PF {
|
|
6
|
+
static Auth: {
|
|
7
|
+
readonly Form: {
|
|
8
|
+
Block: (fn: () => Promise<void>) => Promise<void>;
|
|
9
|
+
GetValues: () => Map<string, string>;
|
|
10
|
+
Validate: () => string[];
|
|
11
|
+
GetFields: () => import('./classes/auth/fields/AuthField').default[];
|
|
12
|
+
GetMethods: () => C.AuthMethods[];
|
|
13
|
+
Status: () => C.AuthFormStatuses;
|
|
14
|
+
IsLogin: () => boolean;
|
|
15
|
+
IsRegister: () => boolean;
|
|
16
|
+
IsRestore: () => boolean;
|
|
17
|
+
IsRefresh: () => boolean;
|
|
18
|
+
SetStatus: (status: C.AuthFormStatuses) => void;
|
|
19
|
+
GetTitle: () => string;
|
|
20
|
+
GetButtons: () => import('./classes/auth/buttons/AuthButton').default[];
|
|
21
|
+
GetSuccessMessage: () => string;
|
|
22
|
+
GetErrorMessage: () => string;
|
|
23
|
+
GetAction: () => string;
|
|
24
|
+
ResetFields: () => void;
|
|
25
|
+
Reset: () => void;
|
|
26
|
+
};
|
|
27
|
+
readonly Status: {
|
|
28
|
+
DeprecateLogout: () => void;
|
|
29
|
+
AllowLogout: () => void;
|
|
30
|
+
readonly IsAuth: boolean;
|
|
31
|
+
readonly User: unknown;
|
|
32
|
+
SetUserConstructor: (c: import('./services/Classes').Constructable<import('./interfaces/IWithId').default>) => void;
|
|
33
|
+
SetState: (authInfo: import('./types/AuthInfo').AuthInfo) => void;
|
|
34
|
+
Logout: () => void;
|
|
35
|
+
Actualize: () => void;
|
|
36
|
+
};
|
|
37
|
+
readonly Modal: {
|
|
38
|
+
IsClosable: () => boolean;
|
|
39
|
+
IsVisible: () => boolean;
|
|
40
|
+
Close: () => void;
|
|
41
|
+
Open: (closable?: boolean | undefined) => void;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
static AdminUI: {
|
|
45
|
+
Menu: {
|
|
46
|
+
menu: {
|
|
47
|
+
name: string;
|
|
48
|
+
to: string;
|
|
49
|
+
icon?: string | undefined;
|
|
50
|
+
showTo?: string[] | undefined;
|
|
51
|
+
children?: any[] | undefined;
|
|
52
|
+
tableName?: string | undefined;
|
|
53
|
+
count?: number | undefined;
|
|
54
|
+
}[];
|
|
55
|
+
path: string;
|
|
56
|
+
isOpen: boolean;
|
|
57
|
+
filterString: string;
|
|
58
|
+
Set: (menu: import('./interfaces/IAdminMenu').default[]) => void;
|
|
59
|
+
Get: () => import('./interfaces/IAdminMenu').default[];
|
|
60
|
+
filterMenu: () => import('./interfaces/IAdminMenu').default[];
|
|
61
|
+
IsOpen: () => boolean;
|
|
62
|
+
Toggle: () => void;
|
|
63
|
+
SetPath: (path: string) => void;
|
|
64
|
+
GetPath: () => string;
|
|
65
|
+
SetFilter: (str: string) => void;
|
|
66
|
+
GetChildren: (menu: import('./interfaces/IAdminMenu').default) => import('./interfaces/IAdminMenu').default[] | undefined;
|
|
67
|
+
};
|
|
68
|
+
Head: {
|
|
69
|
+
title: any;
|
|
70
|
+
buttons: {
|
|
71
|
+
text: string | undefined;
|
|
72
|
+
type?: H.Statuses | undefined;
|
|
73
|
+
condition?: boolean | undefined;
|
|
74
|
+
action?: (((next?: import('vue-router').NavigationGuardNext | undefined) => Promise<void>) | (() => Promise<void>) | (() => void)) | undefined;
|
|
75
|
+
id: string;
|
|
76
|
+
disabled: boolean;
|
|
77
|
+
}[];
|
|
78
|
+
Set: (title: (string | (() => string) | globalThis.ComputedRef<any>) | undefined, buttons: H.Button[]) => void;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
static Dialog: {
|
|
82
|
+
GetConfirmButtonText: () => string;
|
|
83
|
+
GetCancelButtonText: () => string;
|
|
84
|
+
Show: (m: string | (import('./services/Message').MessageOpts & {
|
|
85
|
+
text: string;
|
|
86
|
+
confirmButtonText: string;
|
|
87
|
+
cancelButtonText: string;
|
|
88
|
+
})) => Promise<import('./services/Dialog').DialogResult>;
|
|
89
|
+
Save: () => Promise<import('./services/Dialog').DialogResult>;
|
|
90
|
+
Submit: () => void;
|
|
91
|
+
Cancel: () => void;
|
|
92
|
+
GetText: () => string;
|
|
93
|
+
GetTitle: () => string;
|
|
94
|
+
GetType: () => H.Statuses;
|
|
95
|
+
Info: (m: string | import('./services/Message').MessageOpts) => void;
|
|
96
|
+
Success: (m: string | import('./services/Message').MessageOpts) => void;
|
|
97
|
+
Error: (m: string | import('./services/Message').MessageOpts) => void;
|
|
98
|
+
Warning: (m: string | import('./services/Message').MessageOpts) => void;
|
|
99
|
+
FormMessage: (errorFields: any) => string;
|
|
100
|
+
IsVisible: () => boolean;
|
|
101
|
+
};
|
|
102
|
+
static Notification: {
|
|
103
|
+
Dev: () => void;
|
|
104
|
+
Save: () => void;
|
|
105
|
+
GetText: () => string;
|
|
106
|
+
GetTitle: () => string;
|
|
107
|
+
GetType: () => H.Statuses;
|
|
108
|
+
Info: (m: string | import('./services/Message').MessageOpts) => void;
|
|
109
|
+
Success: (m: string | import('./services/Message').MessageOpts) => void;
|
|
110
|
+
Error: (m: string | import('./services/Message').MessageOpts) => void;
|
|
111
|
+
Warning: (m: string | import('./services/Message').MessageOpts) => void;
|
|
112
|
+
FormMessage: (errorFields: any) => string;
|
|
113
|
+
IsVisible: () => boolean;
|
|
114
|
+
};
|
|
115
|
+
static Loading: {
|
|
116
|
+
Show: () => void;
|
|
117
|
+
Hide: () => void;
|
|
118
|
+
IsVisible: () => boolean;
|
|
119
|
+
};
|
|
120
|
+
static Paginator: {
|
|
121
|
+
limit: number;
|
|
122
|
+
count: number;
|
|
123
|
+
curPage: number;
|
|
124
|
+
storeModule?: string | undefined;
|
|
125
|
+
setCurPage: (page: number) => void;
|
|
126
|
+
pagesCount: () => number;
|
|
127
|
+
reset: () => void;
|
|
128
|
+
};
|
|
129
|
+
static S: typeof S;
|
|
130
|
+
static M: typeof M;
|
|
131
|
+
static H: typeof H;
|
|
132
|
+
static C: typeof C;
|
|
133
|
+
}
|
|
@@ -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,5 +1,5 @@
|
|
|
1
1
|
import { default as IWithId } from '../../interfaces/IWithId';
|
|
2
|
-
import { Constructable } from '../../services/
|
|
2
|
+
import { Constructable } from '../../services/Classes';
|
|
3
3
|
import { AuthInfo } from '../../types/AuthInfo';
|
|
4
4
|
export default class AuthStatus<UserT> {
|
|
5
5
|
private isAuth;
|
|
@@ -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
|
@@ -21,8 +21,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
21
21
|
}>> & Readonly<{
|
|
22
22
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
|
-
y: number;
|
|
25
24
|
x: number;
|
|
25
|
+
y: number;
|
|
26
26
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
27
27
|
default?(_: {}): any;
|
|
28
28
|
}>;
|
|
@@ -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>>;
|