sprof 0.0.102 → 0.0.104
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/core/auth/AuthForm.d.ts +69 -0
- package/dist/core/{classes/auth → auth}/AuthStatus.d.ts +3 -3
- package/dist/core/{classes/auth → auth}/AuthTokens.d.ts +1 -1
- package/dist/core/{classes/auth → auth}/AuthUser.d.ts +2 -2
- package/dist/core/{classes/auth → auth}/buttons/AuthButton.d.ts +1 -1
- package/dist/core/{classes/auth → auth}/fields/AuthField.d.ts +2 -2
- package/dist/core/{classes/auth → auth}/fields/EmailField.d.ts +1 -1
- package/dist/core/{classes/auth → auth}/fields/LoginField.d.ts +1 -1
- package/dist/core/{classes/auth → auth}/fields/PasswordField.d.ts +1 -1
- package/dist/core/auth/settings/AuthFormSettings.d.ts +46 -0
- package/dist/core/classes/FTSPPreset.d.ts +1 -1
- package/dist/core/classes/HttpResponse.d.ts +1 -1
- package/dist/core/classes/SearchModel.d.ts +1 -1
- package/dist/core/classes/index.d.ts +16 -5
- package/dist/core/components/ContextWindow.vue.d.ts +1 -1
- package/dist/core/components/FilterCheckbox.vue.d.ts +1 -1
- package/dist/core/components/FilterSelect.vue.d.ts +1 -1
- package/dist/core/components/FiltersButtonsSelect.vue.d.ts +1 -1
- package/dist/core/components/GeneralItem.vue.d.ts +2 -2
- package/dist/core/components/GridContainer.vue.d.ts +2 -2
- package/dist/core/components/InfoItem.vue.d.ts +3 -3
- package/dist/core/components/InfoItemSelectButtons.vue.d.ts +2 -2
- package/dist/core/components/MessageBody.vue.d.ts +1 -1
- package/dist/core/components/RemoteSearch.vue.d.ts +3 -3
- package/dist/core/components/Switch3Pos.vue.d.ts +1 -1
- package/dist/core/components/UploaderImage.vue.d.ts +1 -1
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +18 -18
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +3 -3
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +6 -6
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -3
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +10 -10
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +2 -2
- package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +4 -4
- package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +2 -2
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +4 -4
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +2 -2
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +6 -6
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +1 -1
- package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
- package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
- package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +8 -8
- package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +4 -4
- package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +6 -6
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +1 -1
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +34 -34
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +6 -6
- package/dist/core/components/atoms/PString/PString.stories.d.ts +4 -4
- package/dist/core/components/atoms/PString/PString.vue.d.ts +2 -2
- package/dist/core/components/atoms/PTable/PTable.storeis.d.ts +6 -6
- package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
- package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +10 -10
- package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +2 -2
- package/dist/core/components/atoms/PTopSlider/PTopSlider.stories.d.ts +6 -6
- package/dist/core/components/atoms/PTopSlider/PTopSlider.vue.d.ts +1 -1
- package/dist/core/components/index.d.ts +91 -0
- package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
- package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
- package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
- package/dist/core/components/organisms/AuthForm/AuthForm.vue.d.ts +1 -1
- package/dist/core/components/organisms/PModal.vue.d.ts +3 -3
- package/dist/core/components/organisms/UploaderFile/UploaderFile.stories.d.ts +36 -36
- package/dist/core/components/organisms/UploaderFile/UploaderFile.vue.d.ts +1 -1
- package/dist/core/{classes/filters → ftsp}/Cursor.d.ts +1 -1
- package/dist/core/{classes/filters → ftsp}/FTSP.d.ts +1 -1
- package/dist/core/{classes/filters → ftsp}/FilterModel.d.ts +3 -3
- package/dist/core/{classes/filters → ftsp}/FilterQuery.d.ts +1 -1
- package/dist/core/{classes/filters → ftsp}/OperatorsOptions.d.ts +1 -1
- package/dist/core/{classes/filters → ftsp}/OperatorsTextOptions.d.ts +1 -1
- package/dist/core/{classes/filters → ftsp}/SelectFilter.d.ts +2 -2
- package/dist/core/{classes/filters → ftsp}/TreeModel.d.ts +1 -1
- package/dist/core/ftsp/index.d.ts +0 -0
- package/dist/core/helpers/BaseStore.d.ts +1 -1
- package/dist/core/helpers/CreateSortModels.d.ts +1 -1
- package/dist/core/helpers/Hooks.d.ts +1 -1
- package/dist/core/helpers/Message.d.ts +1 -1
- package/dist/core/helpers/SortList.d.ts +1 -1
- package/dist/core/helpers/index.d.ts +2 -10
- package/dist/core/index.d.ts +185 -111
- package/dist/core/interfaces/Filter.d.ts +1 -1
- package/dist/core/interfaces/IFilterQuery.d.ts +2 -2
- package/dist/core/interfaces/Sort.d.ts +1 -1
- package/dist/core/store/CropperStore.d.ts +1 -1
- package/dist/core/store/index.d.ts +435 -12
- package/dist/core/types/index.d.ts +4 -2
- package/dist/core/{helpers/ui → ui}/AdminHead.d.ts +1 -1
- package/dist/core/{helpers/ui → ui}/AdminSideMenu.d.ts +1 -1
- package/dist/core/{helpers/ui → ui}/AdminUI.d.ts +6 -6
- package/dist/core/{classes/ui/Button.d.ts → ui/Btn.d.ts} +1 -1
- package/dist/core/{helpers/ui → ui}/Dialog.d.ts +1 -1
- package/dist/core/{classes/ui/InputField.d.ts → ui/Input.d.ts} +2 -2
- package/dist/core/{helpers/ui → ui}/Loading.d.ts +1 -1
- package/dist/core/{helpers/ui → ui}/Notify.d.ts +2 -2
- package/dist/core/ui/index.d.ts +107 -0
- package/dist/index.d.ts +5 -94
- package/dist/modules/docs/classes/PassportScan.d.ts +0 -2
- package/dist/sprof.js +11016 -11033
- package/dist/sprof.umd.cjs +35 -35
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/core/classes/auth/AuthForm.d.ts +0 -30
- package/dist/core/classes/auth/indexNames.d.ts +0 -2
- package/dist/core/classes/auth/settings/AuthFormSettings.d.ts +0 -4
- package/dist/core/helpers/ui/index.d.ts +0 -5
- /package/dist/core/{classes/auth → auth}/Auth.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/AuthData.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/AuthModal.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/FormAuth.test.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/buttons/AuthButtonLogin.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/buttons/AuthButtonRegister.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/fields/PasswordRepeatField.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/index.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/types/AuthFormSettingsType.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/types/AuthFormStatuses.d.ts +0 -0
- /package/dist/core/{classes/auth → auth}/types/AuthMethods.d.ts +0 -0
- /package/dist/core/{classes/filters → ftsp}/Pagination.d.ts +0 -0
- /package/dist/core/{classes → ftsp}/SortModel.d.ts +0 -0
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { default as AuthButton } from './buttons/AuthButton';
|
|
2
|
+
import { default as AuthField } from './fields/AuthField';
|
|
3
|
+
import { default as AuthStatuses } from './types/AuthFormStatuses';
|
|
4
|
+
import { default as AuthMethods } from './types/AuthMethods';
|
|
5
|
+
export default class AuthForm {
|
|
6
|
+
private settings;
|
|
7
|
+
private status;
|
|
8
|
+
private selectedMethod;
|
|
9
|
+
Block(fn: () => Promise<void>): Promise<void>;
|
|
10
|
+
GetValues(): {
|
|
11
|
+
[k: string]: string;
|
|
12
|
+
};
|
|
13
|
+
Validate(): string[];
|
|
14
|
+
GetFields(): AuthField[];
|
|
15
|
+
GetMethods(): AuthMethods[];
|
|
16
|
+
Status(): AuthStatuses;
|
|
17
|
+
get Settings(): {
|
|
18
|
+
allowRestore: boolean;
|
|
19
|
+
login: {
|
|
20
|
+
methods: AuthMethods[];
|
|
21
|
+
title: string;
|
|
22
|
+
action: string;
|
|
23
|
+
buttons: (import('.').AuthButtonLogin | import('.').AuthButtonRegister)[];
|
|
24
|
+
fields: (import('.').EmailField | import('.').PasswordField)[];
|
|
25
|
+
errorMessage: string;
|
|
26
|
+
successMessage: string;
|
|
27
|
+
};
|
|
28
|
+
register: {
|
|
29
|
+
methods: never[];
|
|
30
|
+
title: string;
|
|
31
|
+
action: string;
|
|
32
|
+
buttons: (import('.').AuthButtonLogin | import('.').AuthButtonRegister)[];
|
|
33
|
+
fields: (import('.').EmailField | import('.').PasswordField | import('.').PasswordRepeatField)[];
|
|
34
|
+
errorMessage: string;
|
|
35
|
+
successMessage: string;
|
|
36
|
+
};
|
|
37
|
+
restore: {
|
|
38
|
+
title: string;
|
|
39
|
+
methods: never[];
|
|
40
|
+
action: string;
|
|
41
|
+
successMessage: string;
|
|
42
|
+
errorMessage: string;
|
|
43
|
+
buttons: never[];
|
|
44
|
+
fields: import('.').EmailField[];
|
|
45
|
+
};
|
|
46
|
+
refresh: {
|
|
47
|
+
methods: never[];
|
|
48
|
+
title: string;
|
|
49
|
+
action: string;
|
|
50
|
+
successMessage: string;
|
|
51
|
+
errorMessage: string;
|
|
52
|
+
buttons: never[];
|
|
53
|
+
fields: import('.').PasswordField[];
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
private GetCurSet;
|
|
57
|
+
IsLogin(): boolean;
|
|
58
|
+
IsRegister(): boolean;
|
|
59
|
+
IsRestore(): boolean;
|
|
60
|
+
IsRefresh(): boolean;
|
|
61
|
+
SetStatus(status: AuthStatuses): void;
|
|
62
|
+
GetTitle(): string;
|
|
63
|
+
GetButtons(): AuthButton[];
|
|
64
|
+
GetSuccessMessage(): string;
|
|
65
|
+
GetErrorMessage(): string;
|
|
66
|
+
GetAction(): string;
|
|
67
|
+
ResetFields(): void;
|
|
68
|
+
Reset(): void;
|
|
69
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Constructable } from '
|
|
2
|
-
import { default as IWithId } from '
|
|
3
|
-
import { AuthInfo } from '
|
|
1
|
+
import { Constructable } from '../helpers/Classes';
|
|
2
|
+
import { default as IWithId } from '../interfaces/IWithId';
|
|
3
|
+
import { AuthInfo } from '../types/AuthInfo';
|
|
4
4
|
export default class AuthStatus<UserT> {
|
|
5
5
|
private isAuth;
|
|
6
6
|
private user;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Constructable } from '
|
|
2
|
-
import { default as IWithId } from '
|
|
1
|
+
import { Constructable } from '../helpers/Classes';
|
|
2
|
+
import { default as IWithId } from '../interfaces/IWithId';
|
|
3
3
|
interface IWithUser<UserT> {
|
|
4
4
|
user?: UserT;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as AuthFormStatuses } from '../types/AuthFormStatuses';
|
|
2
|
-
import { default as Button } from '../../ui/
|
|
2
|
+
import { default as Button } from '../../ui/Btn';
|
|
3
3
|
export default class AuthButton extends Button {
|
|
4
4
|
id: string;
|
|
5
5
|
status: AuthFormStatuses;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as AuthMethods } from '../types/AuthMethods';
|
|
2
|
-
import { default as
|
|
3
|
-
export default class AuthField extends
|
|
2
|
+
import { default as Input } from '../../ui/Input';
|
|
3
|
+
export default class AuthField extends Input {
|
|
4
4
|
method?: AuthMethods;
|
|
5
5
|
id: string;
|
|
6
6
|
name: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as AuthField } from './AuthField';
|
|
2
2
|
import { default as AuthMethods } from '../types/AuthMethods';
|
|
3
|
-
import { default as IValidator } from '
|
|
3
|
+
import { default as IValidator } from '../../interfaces/IValidator';
|
|
4
4
|
export default class EmailField extends AuthField {
|
|
5
5
|
id: string;
|
|
6
6
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as AuthField } from './AuthField';
|
|
2
2
|
import { default as AuthMethods } from '../types/AuthMethods';
|
|
3
|
-
import { default as IValidator } from '
|
|
3
|
+
import { default as IValidator } from '../../interfaces/IValidator';
|
|
4
4
|
export default class Login extends AuthField {
|
|
5
5
|
label: string;
|
|
6
6
|
name: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as AuthField } from './AuthField';
|
|
2
|
-
import { default as IValidator } from '
|
|
2
|
+
import { default as IValidator } from '../../interfaces/IValidator';
|
|
3
3
|
export default class PasswordField extends AuthField {
|
|
4
4
|
label: string;
|
|
5
5
|
validator?: IValidator;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { default as AuthButtonLogin } from '../buttons/AuthButtonLogin';
|
|
2
|
+
import { default as AuthButtonRegister } from '../buttons/AuthButtonRegister';
|
|
3
|
+
import { default as EmailField } from '../fields/EmailField';
|
|
4
|
+
import { default as PasswordField } from '../fields/PasswordField';
|
|
5
|
+
import { default as PasswordRepeatField } from '../fields/PasswordRepeatField';
|
|
6
|
+
import { default as AuthMethods } from '../types/AuthMethods';
|
|
7
|
+
declare const AuthFormSettings: {
|
|
8
|
+
allowRestore: boolean;
|
|
9
|
+
login: {
|
|
10
|
+
methods: AuthMethods[];
|
|
11
|
+
title: string;
|
|
12
|
+
action: string;
|
|
13
|
+
buttons: (AuthButtonLogin | AuthButtonRegister)[];
|
|
14
|
+
fields: (EmailField | PasswordField)[];
|
|
15
|
+
errorMessage: string;
|
|
16
|
+
successMessage: string;
|
|
17
|
+
};
|
|
18
|
+
register: {
|
|
19
|
+
methods: never[];
|
|
20
|
+
title: string;
|
|
21
|
+
action: string;
|
|
22
|
+
buttons: (AuthButtonLogin | AuthButtonRegister)[];
|
|
23
|
+
fields: (EmailField | PasswordField | PasswordRepeatField)[];
|
|
24
|
+
errorMessage: string;
|
|
25
|
+
successMessage: string;
|
|
26
|
+
};
|
|
27
|
+
restore: {
|
|
28
|
+
title: string;
|
|
29
|
+
methods: never[];
|
|
30
|
+
action: string;
|
|
31
|
+
successMessage: string;
|
|
32
|
+
errorMessage: string;
|
|
33
|
+
buttons: never[];
|
|
34
|
+
fields: EmailField[];
|
|
35
|
+
};
|
|
36
|
+
refresh: {
|
|
37
|
+
methods: never[];
|
|
38
|
+
title: string;
|
|
39
|
+
action: string;
|
|
40
|
+
successMessage: string;
|
|
41
|
+
errorMessage: string;
|
|
42
|
+
buttons: never[];
|
|
43
|
+
fields: PasswordField[];
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export default AuthFormSettings;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as Pagination } from '
|
|
1
|
+
import { default as Pagination } from '../ftsp/Pagination';
|
|
2
2
|
import { default as SearchElement } from './SearchElement';
|
|
3
3
|
import { default as SearchGroup } from './SearchGroup';
|
|
4
4
|
import { default as ISearchObject } from '../interfaces/ISearchObject';
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { default as Cropper } from './Cropper';
|
|
2
|
+
import { default as Email } from './Email';
|
|
3
|
+
import { default as FileInfo } from './FileInfo';
|
|
4
|
+
import { default as Human } from './Human';
|
|
5
|
+
import { default as Phone } from './Phone';
|
|
6
|
+
import { default as PostAddress } from './PostAddress';
|
|
7
|
+
import { default as Website } from './Website';
|
|
8
|
+
export default abstract class C {
|
|
9
|
+
static Phone: typeof Phone;
|
|
10
|
+
static FileInfo: typeof FileInfo;
|
|
11
|
+
static PostAddress: typeof PostAddress;
|
|
12
|
+
static Website: typeof Website;
|
|
13
|
+
static Email: typeof Email;
|
|
14
|
+
static Human: typeof Human;
|
|
15
|
+
static Cropper: typeof Cropper;
|
|
16
|
+
}
|
|
@@ -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
|
-
x: number;
|
|
25
24
|
y: number;
|
|
25
|
+
x: number;
|
|
26
26
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
27
27
|
default?(_: {}): any;
|
|
28
28
|
}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as FilterModel } from '../
|
|
1
|
+
import { default as FilterModel } from '../ftsp/FilterModel';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
model: {
|
|
4
4
|
type: globalThis.PropType<FilterModel>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as FilterModel } from '../
|
|
1
|
+
import { default as FilterModel } from '../ftsp/FilterModel';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
models: {
|
|
4
4
|
type: globalThis.PropType<FilterModel[]>;
|
|
@@ -101,11 +101,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
101
101
|
default: boolean;
|
|
102
102
|
};
|
|
103
103
|
}>> & Readonly<{}>, {
|
|
104
|
+
width: string;
|
|
105
|
+
margin: string;
|
|
104
106
|
background: string;
|
|
105
107
|
height: string;
|
|
106
|
-
margin: string;
|
|
107
108
|
padding: string;
|
|
108
|
-
width: string;
|
|
109
109
|
fontSize: string;
|
|
110
110
|
borderColor: string;
|
|
111
111
|
ready: string;
|
|
@@ -81,10 +81,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
81
81
|
default: string;
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{}>, {
|
|
84
|
+
width: string;
|
|
85
|
+
margin: string;
|
|
84
86
|
maxWidth: string;
|
|
85
87
|
background: string;
|
|
86
|
-
margin: string;
|
|
87
|
-
width: string;
|
|
88
88
|
customClass: string;
|
|
89
89
|
gridGap: string;
|
|
90
90
|
gridTemplateColumns: string;
|
|
@@ -199,15 +199,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
199
199
|
"onKeyup-enter"?: ((...args: any[]) => any) | undefined;
|
|
200
200
|
"onAfter-close"?: ((...args: any[]) => any) | undefined;
|
|
201
201
|
}>, {
|
|
202
|
-
close: boolean;
|
|
203
202
|
title: string;
|
|
203
|
+
close: boolean;
|
|
204
|
+
width: string;
|
|
205
|
+
margin: string;
|
|
204
206
|
minWidth: string;
|
|
205
207
|
maxWidth: string;
|
|
206
208
|
background: string;
|
|
207
209
|
height: string;
|
|
208
|
-
margin: string;
|
|
209
210
|
padding: string;
|
|
210
|
-
width: string;
|
|
211
211
|
borderColor: string;
|
|
212
212
|
customClass: string;
|
|
213
213
|
withOpenWindow: boolean;
|
|
@@ -12,8 +12,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
12
12
|
required: true;
|
|
13
13
|
};
|
|
14
14
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
-
reset: (...args: any[]) => void;
|
|
16
15
|
select: (...args: any[]) => void;
|
|
16
|
+
reset: (...args: any[]) => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
18
18
|
selected: {
|
|
19
19
|
type: globalThis.PropType<string>;
|
|
@@ -28,7 +28,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
28
28
|
required: true;
|
|
29
29
|
};
|
|
30
30
|
}>> & Readonly<{
|
|
31
|
-
onReset?: ((...args: any[]) => any) | undefined;
|
|
32
31
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
34
34
|
export default _default;
|
|
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
21
21
|
required: false;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, {
|
|
24
|
-
title: string;
|
|
25
24
|
text: string;
|
|
25
|
+
title: string;
|
|
26
26
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
27
27
|
export default _default;
|
|
@@ -29,8 +29,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
29
29
|
};
|
|
30
30
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
31
|
input: (...args: any[]) => void;
|
|
32
|
-
load: (...args: any[]) => void;
|
|
33
32
|
select: (...args: any[]) => void;
|
|
33
|
+
load: (...args: any[]) => void;
|
|
34
34
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
35
35
|
keyValue: {
|
|
36
36
|
type: globalThis.PropType<string>;
|
|
@@ -62,14 +62,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
62
62
|
};
|
|
63
63
|
}>> & Readonly<{
|
|
64
64
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onLoad?: ((...args: any[]) => any) | undefined;
|
|
66
65
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onLoad?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
68
|
focus: boolean;
|
|
69
|
+
storeModule: string;
|
|
69
70
|
maxWidth: string | number;
|
|
70
71
|
placeholder: string;
|
|
71
72
|
modelValue: string;
|
|
72
|
-
storeModule: string;
|
|
73
73
|
keyValue: string;
|
|
74
74
|
showSuggestions: boolean;
|
|
75
75
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as FilterModel } from '../
|
|
1
|
+
import { default as FilterModel } from '../ftsp/FilterModel';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
firstModel: {
|
|
4
4
|
type: globalThis.PropType<FilterModel>;
|
|
@@ -66,9 +66,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
66
66
|
onCrop?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
onRemoveFile?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
}>, {
|
|
69
|
+
width: number;
|
|
69
70
|
defaultRatio: number;
|
|
70
71
|
height: number;
|
|
71
|
-
width: number;
|
|
72
72
|
withCrop: boolean;
|
|
73
73
|
cropRatio: boolean;
|
|
74
74
|
emitCrop: boolean;
|
|
@@ -53,13 +53,13 @@ declare const _default: Meta<{
|
|
|
53
53
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
54
|
click: (...args: any[]) => void;
|
|
55
55
|
}, import('vue').PublicProps, {
|
|
56
|
-
size: Sizes;
|
|
57
56
|
type: Statuses;
|
|
57
|
+
size: Sizes;
|
|
58
58
|
text: string;
|
|
59
|
-
|
|
59
|
+
width: string;
|
|
60
60
|
margin: string;
|
|
61
|
+
height: string;
|
|
61
62
|
padding: string;
|
|
62
|
-
width: string;
|
|
63
63
|
skin: string;
|
|
64
64
|
fontSize: string;
|
|
65
65
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -118,13 +118,13 @@ declare const _default: Meta<{
|
|
|
118
118
|
}>> & Readonly<{
|
|
119
119
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
120
120
|
}>, {}, {}, {}, {}, {
|
|
121
|
-
size: Sizes;
|
|
122
121
|
type: Statuses;
|
|
122
|
+
size: Sizes;
|
|
123
123
|
text: string;
|
|
124
|
-
|
|
124
|
+
width: string;
|
|
125
125
|
margin: string;
|
|
126
|
+
height: string;
|
|
126
127
|
padding: string;
|
|
127
|
-
width: string;
|
|
128
128
|
skin: string;
|
|
129
129
|
fontSize: string;
|
|
130
130
|
}>;
|
|
@@ -182,13 +182,13 @@ declare const _default: Meta<{
|
|
|
182
182
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
183
183
|
click: (...args: any[]) => void;
|
|
184
184
|
}, string, {
|
|
185
|
-
size: Sizes;
|
|
186
185
|
type: Statuses;
|
|
186
|
+
size: Sizes;
|
|
187
187
|
text: string;
|
|
188
|
-
|
|
188
|
+
width: string;
|
|
189
189
|
margin: string;
|
|
190
|
+
height: string;
|
|
190
191
|
padding: string;
|
|
191
|
-
width: string;
|
|
192
192
|
skin: string;
|
|
193
193
|
fontSize: string;
|
|
194
194
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -249,13 +249,13 @@ export declare const Base: StoryFn<{
|
|
|
249
249
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
250
250
|
click: (...args: any[]) => void;
|
|
251
251
|
}, import('vue').PublicProps, {
|
|
252
|
-
size: Sizes;
|
|
253
252
|
type: Statuses;
|
|
253
|
+
size: Sizes;
|
|
254
254
|
text: string;
|
|
255
|
-
|
|
255
|
+
width: string;
|
|
256
256
|
margin: string;
|
|
257
|
+
height: string;
|
|
257
258
|
padding: string;
|
|
258
|
-
width: string;
|
|
259
259
|
skin: string;
|
|
260
260
|
fontSize: string;
|
|
261
261
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -314,13 +314,13 @@ export declare const Base: StoryFn<{
|
|
|
314
314
|
}>> & Readonly<{
|
|
315
315
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
316
316
|
}>, {}, {}, {}, {}, {
|
|
317
|
-
size: Sizes;
|
|
318
317
|
type: Statuses;
|
|
318
|
+
size: Sizes;
|
|
319
319
|
text: string;
|
|
320
|
-
|
|
320
|
+
width: string;
|
|
321
321
|
margin: string;
|
|
322
|
+
height: string;
|
|
322
323
|
padding: string;
|
|
323
|
-
width: string;
|
|
324
324
|
skin: string;
|
|
325
325
|
fontSize: string;
|
|
326
326
|
}>;
|
|
@@ -378,13 +378,13 @@ export declare const Base: StoryFn<{
|
|
|
378
378
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
379
379
|
click: (...args: any[]) => void;
|
|
380
380
|
}, string, {
|
|
381
|
-
size: Sizes;
|
|
382
381
|
type: Statuses;
|
|
382
|
+
size: Sizes;
|
|
383
383
|
text: string;
|
|
384
|
-
|
|
384
|
+
width: string;
|
|
385
385
|
margin: string;
|
|
386
|
+
height: string;
|
|
386
387
|
padding: string;
|
|
387
|
-
width: string;
|
|
388
388
|
skin: string;
|
|
389
389
|
fontSize: string;
|
|
390
390
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -97,13 +97,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
97
97
|
}>> & Readonly<{
|
|
98
98
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
99
99
|
}>, {
|
|
100
|
-
size: Sizes;
|
|
101
100
|
type: Statuses;
|
|
101
|
+
size: Sizes;
|
|
102
102
|
text: string;
|
|
103
|
-
|
|
103
|
+
width: string;
|
|
104
104
|
margin: string;
|
|
105
|
+
height: string;
|
|
105
106
|
padding: string;
|
|
106
|
-
width: string;
|
|
107
107
|
skin: string;
|
|
108
108
|
fontSize: string;
|
|
109
109
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
@@ -78,13 +78,13 @@ declare const _default: {
|
|
|
78
78
|
}>> & Readonly<{
|
|
79
79
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
}>, {
|
|
81
|
-
size: string;
|
|
82
81
|
label: string;
|
|
82
|
+
size: string;
|
|
83
|
+
width: string;
|
|
83
84
|
margin: string;
|
|
85
|
+
value: string | boolean;
|
|
84
86
|
padding: string;
|
|
85
|
-
width: string;
|
|
86
87
|
fontSize: string;
|
|
87
|
-
value: string | boolean;
|
|
88
88
|
borderRadius: string;
|
|
89
89
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
90
90
|
tags: string[];
|
|
@@ -208,12 +208,12 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
208
208
|
}>> & Readonly<{
|
|
209
209
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
210
210
|
}>, {
|
|
211
|
-
size: string;
|
|
212
211
|
label: string;
|
|
212
|
+
size: string;
|
|
213
|
+
width: string;
|
|
213
214
|
margin: string;
|
|
215
|
+
value: string | boolean;
|
|
214
216
|
padding: string;
|
|
215
|
-
width: string;
|
|
216
217
|
fontSize: string;
|
|
217
|
-
value: string | boolean;
|
|
218
218
|
borderRadius: string;
|
|
219
219
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
@@ -75,13 +75,13 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
75
75
|
}>> & Readonly<{
|
|
76
76
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
}>, {
|
|
78
|
-
size: string;
|
|
79
78
|
label: string;
|
|
79
|
+
size: string;
|
|
80
|
+
width: string;
|
|
80
81
|
margin: string;
|
|
82
|
+
value: string | boolean;
|
|
81
83
|
padding: string;
|
|
82
|
-
width: string;
|
|
83
84
|
fontSize: string;
|
|
84
|
-
value: string | boolean;
|
|
85
85
|
borderRadius: string;
|
|
86
86
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
87
87
|
export default _default;
|
|
@@ -29,8 +29,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
29
29
|
required: true;
|
|
30
30
|
};
|
|
31
31
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
|
-
blur: (...args: any[]) => void;
|
|
33
32
|
input: (...args: any[]) => void;
|
|
33
|
+
blur: (...args: any[]) => void;
|
|
34
34
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
35
35
|
text: {
|
|
36
36
|
type: StringConstructor;
|
|
@@ -62,13 +62,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
62
62
|
required: true;
|
|
63
63
|
};
|
|
64
64
|
}>> & Readonly<{
|
|
65
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
65
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
68
|
label: string;
|
|
69
69
|
text: string;
|
|
70
|
-
placeholder: string;
|
|
71
70
|
margin: string;
|
|
71
|
+
placeholder: string;
|
|
72
72
|
padding: string;
|
|
73
73
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
74
74
|
default?(_: {}): any;
|