sprof 0.1.24 → 0.1.25
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/components/RemoteSearch.stories.d.ts +2 -2
- package/dist/core/components/RemoteSearch.vue.d.ts +1 -1
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +1 -1
- package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
- package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -8
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -2
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
- package/dist/core/ftsp/Pagination.d.ts +3 -2
- package/dist/core/helpers/BaseStore.d.ts +7 -0
- package/dist/core/helpers/HttpClient.d.ts +2 -2
- package/dist/core/helpers/Router.d.ts +2 -1
- package/dist/core/helpers/Static.d.ts +1 -1
- package/dist/core/helpers/Strings.d.ts +1 -0
- package/dist/core/index.d.ts +5 -0
- package/dist/core/interfaces/index.d.ts +2 -0
- package/dist/core/store/SearchStore.d.ts +3 -2
- package/dist/core/store/index.d.ts +51 -2
- package/dist/modules/index.d.ts +1 -0
- package/dist/sprof.js +3388 -3203
- package/dist/sprof.umd.cjs +14 -14
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/core/classes/LabelValue.d.ts +0 -5
|
@@ -93,10 +93,10 @@ declare const _default: {
|
|
|
93
93
|
onLoad?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
95
|
focus: boolean;
|
|
96
|
+
placeholder: string;
|
|
96
97
|
storeModule: string;
|
|
97
98
|
width: string | number;
|
|
98
99
|
modelValue: string;
|
|
99
|
-
placeholder: string;
|
|
100
100
|
maxHeightResultList: string;
|
|
101
101
|
zIndexResultList: string;
|
|
102
102
|
boxShadowResultList: string;
|
|
@@ -353,10 +353,10 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
353
353
|
onLoad?: ((...args: any[]) => any) | undefined;
|
|
354
354
|
}>, {
|
|
355
355
|
focus: boolean;
|
|
356
|
+
placeholder: string;
|
|
356
357
|
storeModule: string;
|
|
357
358
|
width: string | number;
|
|
358
359
|
modelValue: string;
|
|
359
|
-
placeholder: string;
|
|
360
360
|
maxHeightResultList: string;
|
|
361
361
|
zIndexResultList: string;
|
|
362
362
|
boxShadowResultList: string;
|
|
@@ -91,10 +91,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
91
91
|
onLoad?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
}>, {
|
|
93
93
|
focus: boolean;
|
|
94
|
+
placeholder: string;
|
|
94
95
|
storeModule: string;
|
|
95
96
|
width: string | number;
|
|
96
97
|
modelValue: string;
|
|
97
|
-
placeholder: string;
|
|
98
98
|
maxHeightResultList: string;
|
|
99
99
|
zIndexResultList: string;
|
|
100
100
|
boxShadowResultList: string;
|
|
@@ -69,9 +69,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
69
69
|
}>, {
|
|
70
70
|
text: string;
|
|
71
71
|
label: string;
|
|
72
|
+
placeholder: string;
|
|
72
73
|
margin: string;
|
|
73
74
|
padding: string;
|
|
74
|
-
placeholder: string;
|
|
75
75
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
76
76
|
default?(_: {}): any;
|
|
77
77
|
right?(_: {}): any;
|
|
@@ -57,9 +57,9 @@ declare const _default: {
|
|
|
57
57
|
onBeforeChange?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
}>, {
|
|
59
59
|
label: string;
|
|
60
|
+
placeholder: string;
|
|
60
61
|
margin: string;
|
|
61
62
|
width: string;
|
|
62
|
-
placeholder: string;
|
|
63
63
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
64
64
|
tags: string[];
|
|
65
65
|
parameters: {
|
|
@@ -145,7 +145,7 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
145
145
|
onBeforeChange?: ((...args: any[]) => any) | undefined;
|
|
146
146
|
}>, {
|
|
147
147
|
label: string;
|
|
148
|
+
placeholder: string;
|
|
148
149
|
margin: string;
|
|
149
150
|
width: string;
|
|
150
|
-
placeholder: string;
|
|
151
151
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
@@ -54,8 +54,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
54
54
|
onBeforeChange?: ((...args: any[]) => any) | undefined;
|
|
55
55
|
}>, {
|
|
56
56
|
label: string;
|
|
57
|
+
placeholder: string;
|
|
57
58
|
margin: string;
|
|
58
59
|
width: string;
|
|
59
|
-
placeholder: string;
|
|
60
60
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
61
61
|
export default _default;
|
|
@@ -78,11 +78,11 @@ declare const _default: {
|
|
|
78
78
|
value: string;
|
|
79
79
|
label: string;
|
|
80
80
|
readonly: boolean;
|
|
81
|
+
placeholder: string;
|
|
81
82
|
margin: string;
|
|
82
83
|
padding: string;
|
|
83
84
|
width: string;
|
|
84
85
|
color: string;
|
|
85
|
-
placeholder: string;
|
|
86
86
|
disabled: boolean;
|
|
87
87
|
borderColor: string;
|
|
88
88
|
clearable: boolean;
|
|
@@ -166,11 +166,11 @@ declare const _default: {
|
|
|
166
166
|
value: string;
|
|
167
167
|
label: string;
|
|
168
168
|
readonly: boolean;
|
|
169
|
+
placeholder: string;
|
|
169
170
|
margin: string;
|
|
170
171
|
padding: string;
|
|
171
172
|
width: string;
|
|
172
173
|
color: string;
|
|
173
|
-
placeholder: string;
|
|
174
174
|
disabled: boolean;
|
|
175
175
|
borderColor: string;
|
|
176
176
|
clearable: boolean;
|
|
@@ -255,11 +255,11 @@ declare const _default: {
|
|
|
255
255
|
value: string;
|
|
256
256
|
label: string;
|
|
257
257
|
readonly: boolean;
|
|
258
|
+
placeholder: string;
|
|
258
259
|
margin: string;
|
|
259
260
|
padding: string;
|
|
260
261
|
width: string;
|
|
261
262
|
color: string;
|
|
262
|
-
placeholder: string;
|
|
263
263
|
disabled: boolean;
|
|
264
264
|
borderColor: string;
|
|
265
265
|
clearable: boolean;
|
|
@@ -267,7 +267,6 @@ declare const _default: {
|
|
|
267
267
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
268
268
|
$slots: {
|
|
269
269
|
left?(_: {}): any;
|
|
270
|
-
default?(_: {}): any;
|
|
271
270
|
right?(_: {}): any;
|
|
272
271
|
};
|
|
273
272
|
});
|
|
@@ -388,11 +387,11 @@ export declare const Default: StoryFn<{
|
|
|
388
387
|
value: string;
|
|
389
388
|
label: string;
|
|
390
389
|
readonly: boolean;
|
|
390
|
+
placeholder: string;
|
|
391
391
|
margin: string;
|
|
392
392
|
padding: string;
|
|
393
393
|
width: string;
|
|
394
394
|
color: string;
|
|
395
|
-
placeholder: string;
|
|
396
395
|
disabled: boolean;
|
|
397
396
|
borderColor: string;
|
|
398
397
|
clearable: boolean;
|
|
@@ -476,11 +475,11 @@ export declare const Default: StoryFn<{
|
|
|
476
475
|
value: string;
|
|
477
476
|
label: string;
|
|
478
477
|
readonly: boolean;
|
|
478
|
+
placeholder: string;
|
|
479
479
|
margin: string;
|
|
480
480
|
padding: string;
|
|
481
481
|
width: string;
|
|
482
482
|
color: string;
|
|
483
|
-
placeholder: string;
|
|
484
483
|
disabled: boolean;
|
|
485
484
|
borderColor: string;
|
|
486
485
|
clearable: boolean;
|
|
@@ -565,11 +564,11 @@ export declare const Default: StoryFn<{
|
|
|
565
564
|
value: string;
|
|
566
565
|
label: string;
|
|
567
566
|
readonly: boolean;
|
|
567
|
+
placeholder: string;
|
|
568
568
|
margin: string;
|
|
569
569
|
padding: string;
|
|
570
570
|
width: string;
|
|
571
571
|
color: string;
|
|
572
|
-
placeholder: string;
|
|
573
572
|
disabled: boolean;
|
|
574
573
|
borderColor: string;
|
|
575
574
|
clearable: boolean;
|
|
@@ -577,7 +576,6 @@ export declare const Default: StoryFn<{
|
|
|
577
576
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
578
577
|
$slots: {
|
|
579
578
|
left?(_: {}): any;
|
|
580
|
-
default?(_: {}): any;
|
|
581
579
|
right?(_: {}): any;
|
|
582
580
|
};
|
|
583
581
|
})>;
|
|
@@ -138,18 +138,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
138
138
|
value: string;
|
|
139
139
|
label: string;
|
|
140
140
|
readonly: boolean;
|
|
141
|
+
placeholder: string;
|
|
141
142
|
margin: string;
|
|
142
143
|
padding: string;
|
|
143
144
|
width: string;
|
|
144
145
|
color: string;
|
|
145
|
-
placeholder: string;
|
|
146
146
|
disabled: boolean;
|
|
147
147
|
borderColor: string;
|
|
148
148
|
clearable: boolean;
|
|
149
149
|
inPadding: string;
|
|
150
150
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
151
151
|
left?(_: {}): any;
|
|
152
|
-
default?(_: {}): any;
|
|
153
152
|
right?(_: {}): any;
|
|
154
153
|
}>;
|
|
155
154
|
export default _default;
|
|
@@ -60,11 +60,11 @@ declare const _default: Meta<{
|
|
|
60
60
|
}, import('vue').PublicProps, {
|
|
61
61
|
label: string;
|
|
62
62
|
mask: string;
|
|
63
|
+
placeholder: string;
|
|
63
64
|
fileInfo: FileInfo;
|
|
64
65
|
margin: string;
|
|
65
66
|
padding: string;
|
|
66
67
|
color: string;
|
|
67
|
-
placeholder: string;
|
|
68
68
|
disabled: boolean;
|
|
69
69
|
borderColor: string;
|
|
70
70
|
formats: string[];
|
|
@@ -131,11 +131,11 @@ declare const _default: Meta<{
|
|
|
131
131
|
}>, {}, {}, {}, {}, {
|
|
132
132
|
label: string;
|
|
133
133
|
mask: string;
|
|
134
|
+
placeholder: string;
|
|
134
135
|
fileInfo: FileInfo;
|
|
135
136
|
margin: string;
|
|
136
137
|
padding: string;
|
|
137
138
|
color: string;
|
|
138
|
-
placeholder: string;
|
|
139
139
|
disabled: boolean;
|
|
140
140
|
borderColor: string;
|
|
141
141
|
formats: string[];
|
|
@@ -202,11 +202,11 @@ declare const _default: Meta<{
|
|
|
202
202
|
}, string, {
|
|
203
203
|
label: string;
|
|
204
204
|
mask: string;
|
|
205
|
+
placeholder: string;
|
|
205
206
|
fileInfo: FileInfo;
|
|
206
207
|
margin: string;
|
|
207
208
|
padding: string;
|
|
208
209
|
color: string;
|
|
209
|
-
placeholder: string;
|
|
210
210
|
disabled: boolean;
|
|
211
211
|
borderColor: string;
|
|
212
212
|
formats: string[];
|
|
@@ -276,11 +276,11 @@ export declare const Base: StoryFn<{
|
|
|
276
276
|
}, import('vue').PublicProps, {
|
|
277
277
|
label: string;
|
|
278
278
|
mask: string;
|
|
279
|
+
placeholder: string;
|
|
279
280
|
fileInfo: FileInfo;
|
|
280
281
|
margin: string;
|
|
281
282
|
padding: string;
|
|
282
283
|
color: string;
|
|
283
|
-
placeholder: string;
|
|
284
284
|
disabled: boolean;
|
|
285
285
|
borderColor: string;
|
|
286
286
|
formats: string[];
|
|
@@ -347,11 +347,11 @@ export declare const Base: StoryFn<{
|
|
|
347
347
|
}>, {}, {}, {}, {}, {
|
|
348
348
|
label: string;
|
|
349
349
|
mask: string;
|
|
350
|
+
placeholder: string;
|
|
350
351
|
fileInfo: FileInfo;
|
|
351
352
|
margin: string;
|
|
352
353
|
padding: string;
|
|
353
354
|
color: string;
|
|
354
|
-
placeholder: string;
|
|
355
355
|
disabled: boolean;
|
|
356
356
|
borderColor: string;
|
|
357
357
|
formats: string[];
|
|
@@ -418,11 +418,11 @@ export declare const Base: StoryFn<{
|
|
|
418
418
|
}, string, {
|
|
419
419
|
label: string;
|
|
420
420
|
mask: string;
|
|
421
|
+
placeholder: string;
|
|
421
422
|
fileInfo: FileInfo;
|
|
422
423
|
margin: string;
|
|
423
424
|
padding: string;
|
|
424
425
|
color: string;
|
|
425
|
-
placeholder: string;
|
|
426
426
|
disabled: boolean;
|
|
427
427
|
borderColor: string;
|
|
428
428
|
formats: string[];
|
|
@@ -491,11 +491,11 @@ export declare const Base1: StoryFn<{
|
|
|
491
491
|
}, import('vue').PublicProps, {
|
|
492
492
|
label: string;
|
|
493
493
|
mask: string;
|
|
494
|
+
placeholder: string;
|
|
494
495
|
fileInfo: FileInfo;
|
|
495
496
|
margin: string;
|
|
496
497
|
padding: string;
|
|
497
498
|
color: string;
|
|
498
|
-
placeholder: string;
|
|
499
499
|
disabled: boolean;
|
|
500
500
|
borderColor: string;
|
|
501
501
|
formats: string[];
|
|
@@ -562,11 +562,11 @@ export declare const Base1: StoryFn<{
|
|
|
562
562
|
}>, {}, {}, {}, {}, {
|
|
563
563
|
label: string;
|
|
564
564
|
mask: string;
|
|
565
|
+
placeholder: string;
|
|
565
566
|
fileInfo: FileInfo;
|
|
566
567
|
margin: string;
|
|
567
568
|
padding: string;
|
|
568
569
|
color: string;
|
|
569
|
-
placeholder: string;
|
|
570
570
|
disabled: boolean;
|
|
571
571
|
borderColor: string;
|
|
572
572
|
formats: string[];
|
|
@@ -633,11 +633,11 @@ export declare const Base1: StoryFn<{
|
|
|
633
633
|
}, string, {
|
|
634
634
|
label: string;
|
|
635
635
|
mask: string;
|
|
636
|
+
placeholder: string;
|
|
636
637
|
fileInfo: FileInfo;
|
|
637
638
|
margin: string;
|
|
638
639
|
padding: string;
|
|
639
640
|
color: string;
|
|
640
|
-
placeholder: string;
|
|
641
641
|
disabled: boolean;
|
|
642
642
|
borderColor: string;
|
|
643
643
|
formats: string[];
|
|
@@ -108,11 +108,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
108
108
|
}>, {
|
|
109
109
|
label: string;
|
|
110
110
|
mask: string;
|
|
111
|
+
placeholder: string;
|
|
111
112
|
fileInfo: FileInfo;
|
|
112
113
|
margin: string;
|
|
113
114
|
padding: string;
|
|
114
115
|
color: string;
|
|
115
|
-
placeholder: string;
|
|
116
116
|
disabled: boolean;
|
|
117
117
|
borderColor: string;
|
|
118
118
|
formats: string[];
|
|
@@ -4,6 +4,7 @@ import { Constructable } from './Classes';
|
|
|
4
4
|
import { default as IFileInfosGetter } from '../interfaces/IFileInfosGetter';
|
|
5
5
|
import { default as ItemsWithCount } from '../interfaces/ItemsWithCount';
|
|
6
6
|
import { default as IWithId } from '../interfaces/IWithId';
|
|
7
|
+
import { default as Option } from '../interfaces/IOption';
|
|
7
8
|
export interface GetAllOptions {
|
|
8
9
|
withCache?: boolean;
|
|
9
10
|
ftsp: FTSP;
|
|
@@ -11,12 +12,15 @@ export interface GetAllOptions {
|
|
|
11
12
|
export default class BaseStore<T extends IWithId & IFileInfosGetter> {
|
|
12
13
|
readonly items: T[];
|
|
13
14
|
readonly item: T;
|
|
15
|
+
readonly options: Option[];
|
|
14
16
|
count: Ref<number, number>;
|
|
15
17
|
classConstructor: Constructable<T>;
|
|
16
18
|
url: string;
|
|
19
|
+
searchStr: Ref<string>;
|
|
17
20
|
constructor(i: Constructable<T>, url: string);
|
|
18
21
|
Set(item: T | void): void;
|
|
19
22
|
getUrl(query?: string): string;
|
|
23
|
+
GetOptions(labelCol?: string, valueCol?: string): Promise<void>;
|
|
20
24
|
GetAll(options?: GetAllOptions): Promise<void>;
|
|
21
25
|
Get(id?: string): Promise<void>;
|
|
22
26
|
GetBySlug(slug?: string): Promise<void>;
|
|
@@ -38,6 +42,9 @@ export default class BaseStore<T extends IWithId & IFileInfosGetter> {
|
|
|
38
42
|
ClearItems(): void;
|
|
39
43
|
UnshiftToAll(items: T[] | T | undefined): void;
|
|
40
44
|
get Items(): T[];
|
|
45
|
+
get ItemsFiltered(): T[];
|
|
46
|
+
get Options(): Option[];
|
|
41
47
|
get Item(): T;
|
|
42
48
|
get Count(): Ref<number>;
|
|
49
|
+
get SearchStr(): Ref<string>;
|
|
43
50
|
}
|
|
@@ -3,8 +3,8 @@ import { default as HttpHeaders } from '../types/HttpHeaders';
|
|
|
3
3
|
export default abstract class HttpClient {
|
|
4
4
|
static baseUrl: string;
|
|
5
5
|
static apiVersion: string;
|
|
6
|
-
static
|
|
7
|
-
static Setup(
|
|
6
|
+
static host: string;
|
|
7
|
+
static Setup(host?: string, port?: string, apiVersion?: string): void;
|
|
8
8
|
static headers: HttpHeaders;
|
|
9
9
|
static newWebSocket(query: string): WebSocket;
|
|
10
10
|
private static download;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { RouteLocation, RouteLocationNormalizedLoaded, Router as R } from 'vue-router';
|
|
2
2
|
export default abstract class Router {
|
|
3
3
|
static router?: R;
|
|
4
|
+
static title: string;
|
|
4
5
|
static ChangeDocumentTitle: (def?: string) => void;
|
|
5
|
-
static
|
|
6
|
+
static Setup(router: R, docTitle?: string): void;
|
|
6
7
|
static Get(): R;
|
|
7
8
|
private static AddRoutes;
|
|
8
9
|
static To(route: string): Promise<void>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export default abstract class Strings {
|
|
2
2
|
static Capitalize(str: string): string;
|
|
3
|
+
static BuildSafeUrl(host: string, port: string | number, rest: string): string;
|
|
3
4
|
static ToCamelCase(str: string): string;
|
|
4
5
|
static ToKebabCase(str: string): string;
|
|
5
6
|
static GetStringBetweenChars(str: string, first: string, two: string): string;
|
package/dist/core/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import { default as H } from './helpers/index';
|
|
|
4
4
|
import { default as S } from './store/index';
|
|
5
5
|
import { default as T } from './types/index';
|
|
6
6
|
import { default as UI } from './ui/index';
|
|
7
|
+
import * as I from '@/core/interfaces/index';
|
|
7
8
|
export default abstract class PF {
|
|
8
9
|
static Auth: {
|
|
9
10
|
readonly Form: {
|
|
@@ -299,6 +300,10 @@ export default abstract class PF {
|
|
|
299
300
|
* Types
|
|
300
301
|
*/
|
|
301
302
|
static T: typeof T;
|
|
303
|
+
/**
|
|
304
|
+
* Interfaces
|
|
305
|
+
*/
|
|
306
|
+
static I: typeof I;
|
|
302
307
|
/**
|
|
303
308
|
* FTSP
|
|
304
309
|
*/
|
|
@@ -26,11 +26,14 @@ export default abstract class S {
|
|
|
26
26
|
static Contacts: {
|
|
27
27
|
readonly items: import('../classes/Contact').default[];
|
|
28
28
|
readonly item: import('../classes/Contact').default;
|
|
29
|
+
readonly options: import('../interfaces/IOption').default[];
|
|
29
30
|
count: globalThis.Ref<number, number>;
|
|
30
31
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Contact').default>;
|
|
31
32
|
url: string;
|
|
33
|
+
searchStr: globalThis.Ref<string, string>;
|
|
32
34
|
Set(item: void | import('../classes/Contact').default): void;
|
|
33
35
|
getUrl(query?: string | undefined): string;
|
|
36
|
+
GetOptions(labelCol?: string, valueCol?: string): Promise<void>;
|
|
34
37
|
GetAll(options?: import('../helpers/BaseStore').GetAllOptions | undefined): Promise<void>;
|
|
35
38
|
Get(id?: string | undefined): Promise<void>;
|
|
36
39
|
GetBySlug(slug?: string | undefined): Promise<void>;
|
|
@@ -52,17 +55,23 @@ export default abstract class S {
|
|
|
52
55
|
ClearItems(): void;
|
|
53
56
|
UnshiftToAll(items: import('../classes/Contact').default | import('../classes/Contact').default[] | undefined): void;
|
|
54
57
|
readonly Items: import('../classes/Contact').default[];
|
|
58
|
+
readonly ItemsFiltered: import('../classes/Contact').default[];
|
|
59
|
+
readonly Options: import('../interfaces/IOption').default[];
|
|
55
60
|
readonly Item: import('../classes/Contact').default;
|
|
56
61
|
readonly Count: globalThis.Ref<number, number>;
|
|
62
|
+
readonly SearchStr: globalThis.Ref<string, string>;
|
|
57
63
|
};
|
|
58
64
|
static Emails: {
|
|
59
65
|
readonly items: import('../classes/Email').default[];
|
|
60
66
|
readonly item: import('../classes/Email').default;
|
|
67
|
+
readonly options: import('../interfaces/IOption').default[];
|
|
61
68
|
count: globalThis.Ref<number, number>;
|
|
62
69
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Email').default>;
|
|
63
70
|
url: string;
|
|
71
|
+
searchStr: globalThis.Ref<string, string>;
|
|
64
72
|
Set(item: void | import('../classes/Email').default): void;
|
|
65
73
|
getUrl(query?: string | undefined): string;
|
|
74
|
+
GetOptions(labelCol?: string, valueCol?: string): Promise<void>;
|
|
66
75
|
GetAll(options?: import('../helpers/BaseStore').GetAllOptions | undefined): Promise<void>;
|
|
67
76
|
Get(id?: string | undefined): Promise<void>;
|
|
68
77
|
GetBySlug(slug?: string | undefined): Promise<void>;
|
|
@@ -84,18 +93,24 @@ export default abstract class S {
|
|
|
84
93
|
ClearItems(): void;
|
|
85
94
|
UnshiftToAll(items: import('../classes/Email').default | import('../classes/Email').default[] | undefined): void;
|
|
86
95
|
readonly Items: import('../classes/Email').default[];
|
|
96
|
+
readonly ItemsFiltered: import('../classes/Email').default[];
|
|
97
|
+
readonly Options: import('../interfaces/IOption').default[];
|
|
87
98
|
readonly Item: import('../classes/Email').default;
|
|
88
99
|
readonly Count: globalThis.Ref<number, number>;
|
|
100
|
+
readonly SearchStr: globalThis.Ref<string, string>;
|
|
89
101
|
};
|
|
90
102
|
static FileInfos: BaseStore<FileInfo>;
|
|
91
103
|
static FTSPPresets: {
|
|
92
104
|
readonly items: import('../classes/FTSPPreset').default[];
|
|
93
105
|
readonly item: import('../classes/FTSPPreset').default;
|
|
106
|
+
readonly options: import('../interfaces/IOption').default[];
|
|
94
107
|
count: globalThis.Ref<number, number>;
|
|
95
108
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/FTSPPreset').default>;
|
|
96
109
|
url: string;
|
|
110
|
+
searchStr: globalThis.Ref<string, string>;
|
|
97
111
|
Set(item: void | import('../classes/FTSPPreset').default): void;
|
|
98
112
|
getUrl(query?: string | undefined): string;
|
|
113
|
+
GetOptions(labelCol?: string, valueCol?: string): Promise<void>;
|
|
99
114
|
GetAll(options?: import('../helpers/BaseStore').GetAllOptions | undefined): Promise<void>;
|
|
100
115
|
Get(id?: string | undefined): Promise<void>;
|
|
101
116
|
GetBySlug(slug?: string | undefined): Promise<void>;
|
|
@@ -117,17 +132,23 @@ export default abstract class S {
|
|
|
117
132
|
ClearItems(): void;
|
|
118
133
|
UnshiftToAll(items: import('../classes/FTSPPreset').default | import('../classes/FTSPPreset').default[] | undefined): void;
|
|
119
134
|
readonly Items: import('../classes/FTSPPreset').default[];
|
|
135
|
+
readonly ItemsFiltered: import('../classes/FTSPPreset').default[];
|
|
136
|
+
readonly Options: import('../interfaces/IOption').default[];
|
|
120
137
|
readonly Item: import('../classes/FTSPPreset').default;
|
|
121
138
|
readonly Count: globalThis.Ref<number, number>;
|
|
139
|
+
readonly SearchStr: globalThis.Ref<string, string>;
|
|
122
140
|
};
|
|
123
141
|
static Humans: {
|
|
124
142
|
readonly items: import('../classes/Human').default[];
|
|
125
143
|
readonly item: import('../classes/Human').default;
|
|
144
|
+
readonly options: import('../interfaces/IOption').default[];
|
|
126
145
|
count: globalThis.Ref<number, number>;
|
|
127
146
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Human').default>;
|
|
128
147
|
url: string;
|
|
148
|
+
searchStr: globalThis.Ref<string, string>;
|
|
129
149
|
Set(item: void | import('../classes/Human').default): void;
|
|
130
150
|
getUrl(query?: string | undefined): string;
|
|
151
|
+
GetOptions(labelCol?: string, valueCol?: string): Promise<void>;
|
|
131
152
|
GetAll(options?: import('../helpers/BaseStore').GetAllOptions | undefined): Promise<void>;
|
|
132
153
|
Get(id?: string | undefined): Promise<void>;
|
|
133
154
|
GetBySlug(slug?: string | undefined): Promise<void>;
|
|
@@ -149,17 +170,23 @@ export default abstract class S {
|
|
|
149
170
|
ClearItems(): void;
|
|
150
171
|
UnshiftToAll(items: import('../classes/Human').default | import('../classes/Human').default[] | undefined): void;
|
|
151
172
|
readonly Items: import('../classes/Human').default[];
|
|
173
|
+
readonly ItemsFiltered: import('../classes/Human').default[];
|
|
174
|
+
readonly Options: import('../interfaces/IOption').default[];
|
|
152
175
|
readonly Item: import('../classes/Human').default;
|
|
153
176
|
readonly Count: globalThis.Ref<number, number>;
|
|
177
|
+
readonly SearchStr: globalThis.Ref<string, string>;
|
|
154
178
|
};
|
|
155
179
|
static Phones: {
|
|
156
180
|
readonly items: import('../classes/Phone').default[];
|
|
157
181
|
readonly item: import('../classes/Phone').default;
|
|
182
|
+
readonly options: import('../interfaces/IOption').default[];
|
|
158
183
|
count: globalThis.Ref<number, number>;
|
|
159
184
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Phone').default>;
|
|
160
185
|
url: string;
|
|
186
|
+
searchStr: globalThis.Ref<string, string>;
|
|
161
187
|
Set(item: void | import('../classes/Phone').default): void;
|
|
162
188
|
getUrl(query?: string | undefined): string;
|
|
189
|
+
GetOptions(labelCol?: string, valueCol?: string): Promise<void>;
|
|
163
190
|
GetAll(options?: import('../helpers/BaseStore').GetAllOptions | undefined): Promise<void>;
|
|
164
191
|
Get(id?: string | undefined): Promise<void>;
|
|
165
192
|
GetBySlug(slug?: string | undefined): Promise<void>;
|
|
@@ -181,17 +208,23 @@ export default abstract class S {
|
|
|
181
208
|
ClearItems(): void;
|
|
182
209
|
UnshiftToAll(items: import('../classes/Phone').default | import('../classes/Phone').default[] | undefined): void;
|
|
183
210
|
readonly Items: import('../classes/Phone').default[];
|
|
211
|
+
readonly ItemsFiltered: import('../classes/Phone').default[];
|
|
212
|
+
readonly Options: import('../interfaces/IOption').default[];
|
|
184
213
|
readonly Item: import('../classes/Phone').default;
|
|
185
214
|
readonly Count: globalThis.Ref<number, number>;
|
|
215
|
+
readonly SearchStr: globalThis.Ref<string, string>;
|
|
186
216
|
};
|
|
187
217
|
static Schemas: {
|
|
188
218
|
readonly items: import('../classes/Schema').default[];
|
|
189
219
|
readonly item: import('../classes/Schema').default;
|
|
220
|
+
readonly options: import('../interfaces/IOption').default[];
|
|
190
221
|
count: globalThis.Ref<number, number>;
|
|
191
222
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Schema').default>;
|
|
192
223
|
url: string;
|
|
224
|
+
searchStr: globalThis.Ref<string, string>;
|
|
193
225
|
Set(item: void | import('../classes/Schema').default): void;
|
|
194
226
|
getUrl(query?: string | undefined): string;
|
|
227
|
+
GetOptions(labelCol?: string, valueCol?: string): Promise<void>;
|
|
195
228
|
GetAll(options?: import('../helpers/BaseStore').GetAllOptions | undefined): Promise<void>;
|
|
196
229
|
Get(id?: string | undefined): Promise<void>;
|
|
197
230
|
GetBySlug(slug?: string | undefined): Promise<void>;
|
|
@@ -213,17 +246,23 @@ export default abstract class S {
|
|
|
213
246
|
ClearItems(): void;
|
|
214
247
|
UnshiftToAll(items: import('../classes/Schema').default | import('../classes/Schema').default[] | undefined): void;
|
|
215
248
|
readonly Items: import('../classes/Schema').default[];
|
|
249
|
+
readonly ItemsFiltered: import('../classes/Schema').default[];
|
|
250
|
+
readonly Options: import('../interfaces/IOption').default[];
|
|
216
251
|
readonly Item: import('../classes/Schema').default;
|
|
217
252
|
readonly Count: globalThis.Ref<number, number>;
|
|
253
|
+
readonly SearchStr: globalThis.Ref<string, string>;
|
|
218
254
|
};
|
|
219
255
|
static UserAccounts: {
|
|
220
256
|
readonly items: import('../classes/UserAccount').default[];
|
|
221
257
|
readonly item: import('../classes/UserAccount').default;
|
|
258
|
+
readonly options: import('../interfaces/IOption').default[];
|
|
222
259
|
count: globalThis.Ref<number, number>;
|
|
223
260
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/UserAccount').default>;
|
|
224
261
|
url: string;
|
|
262
|
+
searchStr: globalThis.Ref<string, string>;
|
|
225
263
|
Set(item: void | import('../classes/UserAccount').default): void;
|
|
226
264
|
getUrl(query?: string | undefined): string;
|
|
265
|
+
GetOptions(labelCol?: string, valueCol?: string): Promise<void>;
|
|
227
266
|
GetAll(options?: import('../helpers/BaseStore').GetAllOptions | undefined): Promise<void>;
|
|
228
267
|
Get(id?: string | undefined): Promise<void>;
|
|
229
268
|
GetBySlug(slug?: string | undefined): Promise<void>;
|
|
@@ -245,17 +284,23 @@ export default abstract class S {
|
|
|
245
284
|
ClearItems(): void;
|
|
246
285
|
UnshiftToAll(items: import('../classes/UserAccount').default | import('../classes/UserAccount').default[] | undefined): void;
|
|
247
286
|
readonly Items: import('../classes/UserAccount').default[];
|
|
287
|
+
readonly ItemsFiltered: import('../classes/UserAccount').default[];
|
|
288
|
+
readonly Options: import('../interfaces/IOption').default[];
|
|
248
289
|
readonly Item: import('../classes/UserAccount').default;
|
|
249
290
|
readonly Count: globalThis.Ref<number, number>;
|
|
291
|
+
readonly SearchStr: globalThis.Ref<string, string>;
|
|
250
292
|
};
|
|
251
293
|
static ValueTypes: {
|
|
252
294
|
readonly items: import('../classes/ValueType').default[];
|
|
253
295
|
readonly item: import('../classes/ValueType').default;
|
|
296
|
+
readonly options: import('../interfaces/IOption').default[];
|
|
254
297
|
count: globalThis.Ref<number, number>;
|
|
255
298
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/ValueType').default>;
|
|
256
299
|
url: string;
|
|
300
|
+
searchStr: globalThis.Ref<string, string>;
|
|
257
301
|
Set(item: void | import('../classes/ValueType').default): void;
|
|
258
302
|
getUrl(query?: string | undefined): string;
|
|
303
|
+
GetOptions(labelCol?: string, valueCol?: string): Promise<void>;
|
|
259
304
|
GetAll(options?: import('../helpers/BaseStore').GetAllOptions | undefined): Promise<void>;
|
|
260
305
|
Get(id?: string | undefined): Promise<void>;
|
|
261
306
|
GetBySlug(slug?: string | undefined): Promise<void>;
|
|
@@ -277,8 +322,11 @@ export default abstract class S {
|
|
|
277
322
|
ClearItems(): void;
|
|
278
323
|
UnshiftToAll(items: import('../classes/ValueType').default | import('../classes/ValueType').default[] | undefined): void;
|
|
279
324
|
readonly Items: import('../classes/ValueType').default[];
|
|
325
|
+
readonly ItemsFiltered: import('../classes/ValueType').default[];
|
|
326
|
+
readonly Options: import('../interfaces/IOption').default[];
|
|
280
327
|
readonly Item: import('../classes/ValueType').default;
|
|
281
328
|
readonly Count: globalThis.Ref<number, number>;
|
|
329
|
+
readonly SearchStr: globalThis.Ref<string, string>;
|
|
282
330
|
};
|
|
283
331
|
static Search: {
|
|
284
332
|
isSearchDrawerOpen: globalThis.Ref<boolean, boolean>;
|
|
@@ -368,8 +416,9 @@ export default abstract class S {
|
|
|
368
416
|
label: string;
|
|
369
417
|
}[];
|
|
370
418
|
pagination: {
|
|
371
|
-
|
|
372
|
-
|
|
419
|
+
page: number;
|
|
420
|
+
rowsPerPage: number;
|
|
421
|
+
rowsNumber: number;
|
|
373
422
|
cursor: {
|
|
374
423
|
operation: import('../types/Operators').default;
|
|
375
424
|
column: string;
|
package/dist/modules/index.d.ts
CHANGED