sprof 0.1.19 → 0.1.21

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