sprof 0.0.102 → 0.0.103
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/sprof.js +11723 -11740
- 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
|
@@ -2,9 +2,9 @@ import { Meta, StoryFn } from '@storybook/vue3';
|
|
|
2
2
|
declare const _default: Meta<{
|
|
3
3
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
4
4
|
fileInfo: {
|
|
5
|
-
type: globalThis.PropType<import('../../../classes').
|
|
5
|
+
type: globalThis.PropType<import('../../../classes/FileInfo').default>;
|
|
6
6
|
required: false;
|
|
7
|
-
default: import('../../../classes').
|
|
7
|
+
default: import('../../../classes/FileInfo').default;
|
|
8
8
|
};
|
|
9
9
|
formats: {
|
|
10
10
|
type: globalThis.PropType<string[]>;
|
|
@@ -59,9 +59,9 @@ declare const _default: Meta<{
|
|
|
59
59
|
}, import('vue').PublicProps, {
|
|
60
60
|
label: string;
|
|
61
61
|
mask: string;
|
|
62
|
-
fileInfo: import('../../../classes').FileInfo;
|
|
63
|
-
placeholder: string;
|
|
64
62
|
margin: string;
|
|
63
|
+
fileInfo: import('../../../classes/FileInfo').default;
|
|
64
|
+
placeholder: string;
|
|
65
65
|
padding: string;
|
|
66
66
|
color: string;
|
|
67
67
|
disabled: boolean;
|
|
@@ -76,9 +76,9 @@ declare const _default: Meta<{
|
|
|
76
76
|
Defaults: {};
|
|
77
77
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
78
78
|
fileInfo: {
|
|
79
|
-
type: globalThis.PropType<import('../../../classes').
|
|
79
|
+
type: globalThis.PropType<import('../../../classes/FileInfo').default>;
|
|
80
80
|
required: false;
|
|
81
|
-
default: import('../../../classes').
|
|
81
|
+
default: import('../../../classes/FileInfo').default;
|
|
82
82
|
};
|
|
83
83
|
formats: {
|
|
84
84
|
type: globalThis.PropType<string[]>;
|
|
@@ -130,9 +130,9 @@ declare const _default: Meta<{
|
|
|
130
130
|
}>, {}, {}, {}, {}, {
|
|
131
131
|
label: string;
|
|
132
132
|
mask: string;
|
|
133
|
-
fileInfo: import('../../../classes').FileInfo;
|
|
134
|
-
placeholder: string;
|
|
135
133
|
margin: string;
|
|
134
|
+
fileInfo: import('../../../classes/FileInfo').default;
|
|
135
|
+
placeholder: string;
|
|
136
136
|
padding: string;
|
|
137
137
|
color: string;
|
|
138
138
|
disabled: boolean;
|
|
@@ -144,9 +144,9 @@ declare const _default: Meta<{
|
|
|
144
144
|
__isSuspense?: undefined;
|
|
145
145
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
146
146
|
fileInfo: {
|
|
147
|
-
type: globalThis.PropType<import('../../../classes').
|
|
147
|
+
type: globalThis.PropType<import('../../../classes/FileInfo').default>;
|
|
148
148
|
required: false;
|
|
149
|
-
default: import('../../../classes').
|
|
149
|
+
default: import('../../../classes/FileInfo').default;
|
|
150
150
|
};
|
|
151
151
|
formats: {
|
|
152
152
|
type: globalThis.PropType<string[]>;
|
|
@@ -201,9 +201,9 @@ declare const _default: Meta<{
|
|
|
201
201
|
}, string, {
|
|
202
202
|
label: string;
|
|
203
203
|
mask: string;
|
|
204
|
-
fileInfo: import('../../../classes').FileInfo;
|
|
205
|
-
placeholder: string;
|
|
206
204
|
margin: string;
|
|
205
|
+
fileInfo: import('../../../classes/FileInfo').default;
|
|
206
|
+
placeholder: string;
|
|
207
207
|
padding: string;
|
|
208
208
|
color: string;
|
|
209
209
|
disabled: boolean;
|
|
@@ -218,9 +218,9 @@ export default _default;
|
|
|
218
218
|
export declare const Base: StoryFn<{
|
|
219
219
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
220
220
|
fileInfo: {
|
|
221
|
-
type: globalThis.PropType<import('../../../classes').
|
|
221
|
+
type: globalThis.PropType<import('../../../classes/FileInfo').default>;
|
|
222
222
|
required: false;
|
|
223
|
-
default: import('../../../classes').
|
|
223
|
+
default: import('../../../classes/FileInfo').default;
|
|
224
224
|
};
|
|
225
225
|
formats: {
|
|
226
226
|
type: globalThis.PropType<string[]>;
|
|
@@ -275,9 +275,9 @@ export declare const Base: StoryFn<{
|
|
|
275
275
|
}, import('vue').PublicProps, {
|
|
276
276
|
label: string;
|
|
277
277
|
mask: string;
|
|
278
|
-
fileInfo: import('../../../classes').FileInfo;
|
|
279
|
-
placeholder: string;
|
|
280
278
|
margin: string;
|
|
279
|
+
fileInfo: import('../../../classes/FileInfo').default;
|
|
280
|
+
placeholder: string;
|
|
281
281
|
padding: string;
|
|
282
282
|
color: string;
|
|
283
283
|
disabled: boolean;
|
|
@@ -292,9 +292,9 @@ export declare const Base: StoryFn<{
|
|
|
292
292
|
Defaults: {};
|
|
293
293
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
294
294
|
fileInfo: {
|
|
295
|
-
type: globalThis.PropType<import('../../../classes').
|
|
295
|
+
type: globalThis.PropType<import('../../../classes/FileInfo').default>;
|
|
296
296
|
required: false;
|
|
297
|
-
default: import('../../../classes').
|
|
297
|
+
default: import('../../../classes/FileInfo').default;
|
|
298
298
|
};
|
|
299
299
|
formats: {
|
|
300
300
|
type: globalThis.PropType<string[]>;
|
|
@@ -346,9 +346,9 @@ export declare const Base: StoryFn<{
|
|
|
346
346
|
}>, {}, {}, {}, {}, {
|
|
347
347
|
label: string;
|
|
348
348
|
mask: string;
|
|
349
|
-
fileInfo: import('../../../classes').FileInfo;
|
|
350
|
-
placeholder: string;
|
|
351
349
|
margin: string;
|
|
350
|
+
fileInfo: import('../../../classes/FileInfo').default;
|
|
351
|
+
placeholder: string;
|
|
352
352
|
padding: string;
|
|
353
353
|
color: string;
|
|
354
354
|
disabled: boolean;
|
|
@@ -360,9 +360,9 @@ export declare const Base: StoryFn<{
|
|
|
360
360
|
__isSuspense?: undefined;
|
|
361
361
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
362
362
|
fileInfo: {
|
|
363
|
-
type: globalThis.PropType<import('../../../classes').
|
|
363
|
+
type: globalThis.PropType<import('../../../classes/FileInfo').default>;
|
|
364
364
|
required: false;
|
|
365
|
-
default: import('../../../classes').
|
|
365
|
+
default: import('../../../classes/FileInfo').default;
|
|
366
366
|
};
|
|
367
367
|
formats: {
|
|
368
368
|
type: globalThis.PropType<string[]>;
|
|
@@ -417,9 +417,9 @@ export declare const Base: StoryFn<{
|
|
|
417
417
|
}, string, {
|
|
418
418
|
label: string;
|
|
419
419
|
mask: string;
|
|
420
|
-
fileInfo: import('../../../classes').FileInfo;
|
|
421
|
-
placeholder: string;
|
|
422
420
|
margin: string;
|
|
421
|
+
fileInfo: import('../../../classes/FileInfo').default;
|
|
422
|
+
placeholder: string;
|
|
423
423
|
padding: string;
|
|
424
424
|
color: string;
|
|
425
425
|
disabled: boolean;
|
|
@@ -433,9 +433,9 @@ export declare const Base: StoryFn<{
|
|
|
433
433
|
export declare const Base1: StoryFn<{
|
|
434
434
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
435
435
|
fileInfo: {
|
|
436
|
-
type: globalThis.PropType<import('../../../classes').
|
|
436
|
+
type: globalThis.PropType<import('../../../classes/FileInfo').default>;
|
|
437
437
|
required: false;
|
|
438
|
-
default: import('../../../classes').
|
|
438
|
+
default: import('../../../classes/FileInfo').default;
|
|
439
439
|
};
|
|
440
440
|
formats: {
|
|
441
441
|
type: globalThis.PropType<string[]>;
|
|
@@ -490,9 +490,9 @@ export declare const Base1: StoryFn<{
|
|
|
490
490
|
}, import('vue').PublicProps, {
|
|
491
491
|
label: string;
|
|
492
492
|
mask: string;
|
|
493
|
-
fileInfo: import('../../../classes').FileInfo;
|
|
494
|
-
placeholder: string;
|
|
495
493
|
margin: string;
|
|
494
|
+
fileInfo: import('../../../classes/FileInfo').default;
|
|
495
|
+
placeholder: string;
|
|
496
496
|
padding: string;
|
|
497
497
|
color: string;
|
|
498
498
|
disabled: boolean;
|
|
@@ -507,9 +507,9 @@ export declare const Base1: StoryFn<{
|
|
|
507
507
|
Defaults: {};
|
|
508
508
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
509
509
|
fileInfo: {
|
|
510
|
-
type: globalThis.PropType<import('../../../classes').
|
|
510
|
+
type: globalThis.PropType<import('../../../classes/FileInfo').default>;
|
|
511
511
|
required: false;
|
|
512
|
-
default: import('../../../classes').
|
|
512
|
+
default: import('../../../classes/FileInfo').default;
|
|
513
513
|
};
|
|
514
514
|
formats: {
|
|
515
515
|
type: globalThis.PropType<string[]>;
|
|
@@ -561,9 +561,9 @@ export declare const Base1: StoryFn<{
|
|
|
561
561
|
}>, {}, {}, {}, {}, {
|
|
562
562
|
label: string;
|
|
563
563
|
mask: string;
|
|
564
|
-
fileInfo: import('../../../classes').FileInfo;
|
|
565
|
-
placeholder: string;
|
|
566
564
|
margin: string;
|
|
565
|
+
fileInfo: import('../../../classes/FileInfo').default;
|
|
566
|
+
placeholder: string;
|
|
567
567
|
padding: string;
|
|
568
568
|
color: string;
|
|
569
569
|
disabled: boolean;
|
|
@@ -575,9 +575,9 @@ export declare const Base1: StoryFn<{
|
|
|
575
575
|
__isSuspense?: undefined;
|
|
576
576
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
577
577
|
fileInfo: {
|
|
578
|
-
type: globalThis.PropType<import('../../../classes').
|
|
578
|
+
type: globalThis.PropType<import('../../../classes/FileInfo').default>;
|
|
579
579
|
required: false;
|
|
580
|
-
default: import('../../../classes').
|
|
580
|
+
default: import('../../../classes/FileInfo').default;
|
|
581
581
|
};
|
|
582
582
|
formats: {
|
|
583
583
|
type: globalThis.PropType<string[]>;
|
|
@@ -632,9 +632,9 @@ export declare const Base1: StoryFn<{
|
|
|
632
632
|
}, string, {
|
|
633
633
|
label: string;
|
|
634
634
|
mask: string;
|
|
635
|
-
fileInfo: import('../../../classes').FileInfo;
|
|
636
|
-
placeholder: string;
|
|
637
635
|
margin: string;
|
|
636
|
+
fileInfo: import('../../../classes/FileInfo').default;
|
|
637
|
+
placeholder: string;
|
|
638
638
|
padding: string;
|
|
639
639
|
color: string;
|
|
640
640
|
disabled: boolean;
|
|
@@ -108,9 +108,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
108
108
|
}>, {
|
|
109
109
|
label: string;
|
|
110
110
|
mask: string;
|
|
111
|
+
margin: string;
|
|
111
112
|
fileInfo: FileInfo;
|
|
112
113
|
placeholder: string;
|
|
113
|
-
margin: string;
|
|
114
114
|
padding: string;
|
|
115
115
|
color: string;
|
|
116
116
|
disabled: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as FilterModel } from './FilterModel';
|
|
2
2
|
import { default as Pagination } from './Pagination';
|
|
3
|
+
import { default as SortModel } from './SortModel';
|
|
3
4
|
import { default as TreeModel } from './TreeModel';
|
|
4
|
-
import { default as SortModel } from '../SortModel';
|
|
5
5
|
export default class FTSP {
|
|
6
6
|
private static instance;
|
|
7
7
|
id?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
|
-
import { ClassNameGetter } from '
|
|
3
|
-
import { DataTypes } from '
|
|
4
|
-
import { Operators } from '
|
|
2
|
+
import { ClassNameGetter } from '../interfaces/Class';
|
|
3
|
+
import { DataTypes } from '../interfaces/DataTypes';
|
|
4
|
+
import { Operators } from '../interfaces/Operators';
|
|
5
5
|
export default class FilterModel {
|
|
6
6
|
id?: string;
|
|
7
7
|
model: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as FilterModel } from './FilterModel';
|
|
2
2
|
import { default as Pagination } from './Pagination';
|
|
3
|
-
import { default as SortModel } from '
|
|
3
|
+
import { default as SortModel } from './SortModel';
|
|
4
4
|
export default class FilterQuery {
|
|
5
5
|
id?: string;
|
|
6
6
|
col: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { default as IOption } from '
|
|
2
|
-
import { default as ISelectFilter } from '
|
|
1
|
+
import { default as IOption } from '../interfaces/IOption';
|
|
2
|
+
import { default as ISelectFilter } from '../interfaces/ISelectFilter';
|
|
3
3
|
export default class SelectFilter implements ISelectFilter {
|
|
4
4
|
title: string;
|
|
5
5
|
options: IOption[];
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
|
-
import { default as FTSP } from '../
|
|
2
|
+
import { default as FTSP } from '../ftsp/FTSP';
|
|
3
3
|
import { Constructable } from './Classes';
|
|
4
4
|
import { default as IFileInfosGetter } from '../interfaces/IFileInfosGetter';
|
|
5
5
|
import { default as ItemsWithCount } from '../interfaces/ItemsWithCount';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as SortModel } from '../
|
|
1
|
+
import { default as SortModel } from '../ftsp/SortModel';
|
|
2
2
|
import { SortModelBuildersLib } from '../interfaces/Sort';
|
|
3
3
|
import { Orders } from '../types/Orders';
|
|
4
4
|
export default function createSortModels(lib: SortModelBuildersLib, mainOrder?: Orders): SortModel[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as AdminHeaderParams } from '../classes/admin/AdminHeaderParams';
|
|
2
|
-
import { default as FilterQuery } from '../
|
|
2
|
+
import { default as FilterQuery } from '../ftsp/FilterQuery';
|
|
3
3
|
import { SortModelBuildersLib } from '../interfaces/Sort';
|
|
4
4
|
export interface IHooksOptions {
|
|
5
5
|
pagination?: IPaginationOptions;
|
|
@@ -8,7 +8,7 @@ export default class Message extends Visible {
|
|
|
8
8
|
type: Statuses;
|
|
9
9
|
text: string;
|
|
10
10
|
title: string;
|
|
11
|
-
|
|
11
|
+
showMessage(m: string | MessageOpts, t: Statuses): void;
|
|
12
12
|
GetText(): string;
|
|
13
13
|
GetTitle(): string;
|
|
14
14
|
GetType(): Statuses;
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import { default as FTSP } from '../classes/filters/FTSP';
|
|
2
|
-
import { default as Phone } from '../classes/Phone';
|
|
3
|
-
import { Sizes } from '../types/Sizes';
|
|
4
|
-
import { Statuses } from '../types/Statuses';
|
|
5
1
|
import { default as Arrays } from './Arrays';
|
|
6
2
|
import { default as Axios } from './Axios';
|
|
7
3
|
import { default as BaseStore } from './BaseStore';
|
|
@@ -37,7 +33,6 @@ export default abstract class H {
|
|
|
37
33
|
static Arrays: typeof Arrays;
|
|
38
34
|
static Axios: typeof Axios;
|
|
39
35
|
static BaseStore: typeof BaseStore;
|
|
40
|
-
static Phone: typeof Phone;
|
|
41
36
|
static Cache: typeof Cache;
|
|
42
37
|
static Classes: typeof Classes;
|
|
43
38
|
static CarouselSwipe: typeof CarouselSwipe;
|
|
@@ -55,9 +50,8 @@ export default abstract class H {
|
|
|
55
50
|
isFavourite: (domain: string, id: string) => boolean;
|
|
56
51
|
clearFavourite: () => void;
|
|
57
52
|
};
|
|
58
|
-
static FTSP: typeof FTSP;
|
|
59
53
|
static Hooks: {
|
|
60
|
-
onBeforeMount: (f: (param?: string | import('../
|
|
54
|
+
onBeforeMount: (f: (param?: string | import('../ftsp/FilterQuery').default | undefined) => void | Promise<void>, options?: import('./Hooks').IHooksOptions | undefined) => void;
|
|
61
55
|
onBeforeRouteLeave: (submitFunction?: CallableFunction | undefined) => void;
|
|
62
56
|
submit: (submitFunction?: CallableFunction | undefined) => () => Promise<void>;
|
|
63
57
|
};
|
|
@@ -71,10 +65,8 @@ export default abstract class H {
|
|
|
71
65
|
static RouterGuard: typeof RouterGuard;
|
|
72
66
|
static Scheduler: typeof Scheduler;
|
|
73
67
|
static Scroll: typeof Scroll;
|
|
74
|
-
static Sizes: typeof Sizes;
|
|
75
68
|
static Sorter: typeof Sorter;
|
|
76
69
|
static Static: typeof Static;
|
|
77
|
-
static Statuses: typeof Statuses;
|
|
78
70
|
static Strings: typeof Strings;
|
|
79
71
|
static Time: typeof Time;
|
|
80
72
|
static Timer: typeof Timer;
|
|
@@ -86,7 +78,7 @@ export default abstract class H {
|
|
|
86
78
|
getUserId: () => any;
|
|
87
79
|
clearTokens: () => void;
|
|
88
80
|
getUser: () => any;
|
|
89
|
-
updateHuman: (human: import('../classes').
|
|
81
|
+
updateHuman: (human: import('../classes/Human').default) => void;
|
|
90
82
|
};
|
|
91
83
|
static Menus: typeof Menus;
|
|
92
84
|
static validate: typeof validate;
|