sprof 0.2.7 → 0.2.8
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/{ExtractsList-BNHHbmEu.js → ExtractsList-DkB5B2ct.js} +1 -1
- package/dist/core/auth/Auth.d.ts +1 -1
- package/dist/core/components/RemoteSearch.stories.d.ts +20 -20
- package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +141 -7
- package/dist/core/components/atoms/PTooltip/PTooltip.vue.d.ts +4 -3
- package/dist/core/helpers/index.d.ts +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/interfaces/index.d.ts +34 -0
- package/dist/core/store/index.d.ts +24 -24
- package/dist/core/ui/AdminUI.d.ts +4 -4
- package/dist/{index-T6suvcZB.js → index-BcXeol30.js} +1787 -1773
- package/dist/index.d.ts +1 -0
- package/dist/sprof.js +1 -1
- package/dist/sprof.umd.cjs +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, resolveComponent as l, openBlock as i, createElementBlock as C, Fragment as P, createVNode as m, unref as o, ref as u, createBlock as E, withCtx as k, createCommentVNode as v } from "vue";
|
|
2
|
-
import { _ as f, P as w } from "./index-
|
|
2
|
+
import { _ as f, P as w } from "./index-BcXeol30.js";
|
|
3
3
|
import "quasar";
|
|
4
4
|
const B = /* @__PURE__ */ d({
|
|
5
5
|
__name: "ExtractCreateForm",
|
package/dist/core/auth/Auth.d.ts
CHANGED
|
@@ -258,7 +258,7 @@ declare class Auth<UserT> {
|
|
|
258
258
|
AllowLogout: () => void;
|
|
259
259
|
readonly IsAuth: boolean;
|
|
260
260
|
readonly User: import('vue').UnwrapRef<UserT> | undefined;
|
|
261
|
-
SetUserConstructor: (c: import('../helpers/Classes').Constructable<import('../interfaces
|
|
261
|
+
SetUserConstructor: (c: import('../helpers/Classes').Constructable<import('../interfaces').IWithId>) => void;
|
|
262
262
|
SetUser: (u: UserT) => void;
|
|
263
263
|
SetState: (authInfo: import('../types/AuthInfo').AuthInfo) => void;
|
|
264
264
|
Logout: () => void;
|
|
@@ -114,10 +114,10 @@ declare const _default: {
|
|
|
114
114
|
};
|
|
115
115
|
suggestions: {
|
|
116
116
|
type: {
|
|
117
|
-
(arrayLength: number): import('../interfaces
|
|
118
|
-
(...items: import('../interfaces
|
|
119
|
-
new (arrayLength: number): import('../interfaces
|
|
120
|
-
new (...items: import('../interfaces
|
|
117
|
+
(arrayLength: number): import('../interfaces').ISearchObject[];
|
|
118
|
+
(...items: import('../interfaces').ISearchObject[]): import('../interfaces').ISearchObject[];
|
|
119
|
+
new (arrayLength: number): import('../interfaces').ISearchObject[];
|
|
120
|
+
new (...items: import('../interfaces').ISearchObject[]): import('../interfaces').ISearchObject[];
|
|
121
121
|
isArray(arg: any): arg is any[];
|
|
122
122
|
readonly prototype: any[];
|
|
123
123
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
@@ -155,7 +155,7 @@ declare const _default: {
|
|
|
155
155
|
width: string | number;
|
|
156
156
|
modelValue: string;
|
|
157
157
|
searchFunc: Function;
|
|
158
|
-
suggestions: import('../interfaces
|
|
158
|
+
suggestions: import('../interfaces').ISearchObject[];
|
|
159
159
|
maxHeightResultList: string;
|
|
160
160
|
zIndexResultList: string;
|
|
161
161
|
boxShadowResultList: string;
|
|
@@ -177,10 +177,10 @@ declare const _default: {
|
|
|
177
177
|
};
|
|
178
178
|
suggestions: {
|
|
179
179
|
type: {
|
|
180
|
-
(arrayLength: number): import('../interfaces
|
|
181
|
-
(...items: import('../interfaces
|
|
182
|
-
new (arrayLength: number): import('../interfaces
|
|
183
|
-
new (...items: import('../interfaces
|
|
180
|
+
(arrayLength: number): import('../interfaces').ISearchObject[];
|
|
181
|
+
(...items: import('../interfaces').ISearchObject[]): import('../interfaces').ISearchObject[];
|
|
182
|
+
new (arrayLength: number): import('../interfaces').ISearchObject[];
|
|
183
|
+
new (...items: import('../interfaces').ISearchObject[]): import('../interfaces').ISearchObject[];
|
|
184
184
|
isArray(arg: any): arg is any[];
|
|
185
185
|
readonly prototype: any[];
|
|
186
186
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
@@ -215,7 +215,7 @@ declare const _default: {
|
|
|
215
215
|
width: string | number;
|
|
216
216
|
modelValue: string;
|
|
217
217
|
searchFunc: Function;
|
|
218
|
-
suggestions: import('../interfaces
|
|
218
|
+
suggestions: import('../interfaces').ISearchObject[];
|
|
219
219
|
maxHeightResultList: string;
|
|
220
220
|
zIndexResultList: string;
|
|
221
221
|
boxShadowResultList: string;
|
|
@@ -374,10 +374,10 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
374
374
|
};
|
|
375
375
|
suggestions: {
|
|
376
376
|
type: {
|
|
377
|
-
(arrayLength: number): import('../interfaces
|
|
378
|
-
(...items: import('../interfaces
|
|
379
|
-
new (arrayLength: number): import('../interfaces
|
|
380
|
-
new (...items: import('../interfaces
|
|
377
|
+
(arrayLength: number): import('../interfaces').ISearchObject[];
|
|
378
|
+
(...items: import('../interfaces').ISearchObject[]): import('../interfaces').ISearchObject[];
|
|
379
|
+
new (arrayLength: number): import('../interfaces').ISearchObject[];
|
|
380
|
+
new (...items: import('../interfaces').ISearchObject[]): import('../interfaces').ISearchObject[];
|
|
381
381
|
isArray(arg: any): arg is any[];
|
|
382
382
|
readonly prototype: any[];
|
|
383
383
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
@@ -415,7 +415,7 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
415
415
|
width: string | number;
|
|
416
416
|
modelValue: string;
|
|
417
417
|
searchFunc: Function;
|
|
418
|
-
suggestions: import('../interfaces
|
|
418
|
+
suggestions: import('../interfaces').ISearchObject[];
|
|
419
419
|
maxHeightResultList: string;
|
|
420
420
|
zIndexResultList: string;
|
|
421
421
|
boxShadowResultList: string;
|
|
@@ -437,10 +437,10 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
437
437
|
};
|
|
438
438
|
suggestions: {
|
|
439
439
|
type: {
|
|
440
|
-
(arrayLength: number): import('../interfaces
|
|
441
|
-
(...items: import('../interfaces
|
|
442
|
-
new (arrayLength: number): import('../interfaces
|
|
443
|
-
new (...items: import('../interfaces
|
|
440
|
+
(arrayLength: number): import('../interfaces').ISearchObject[];
|
|
441
|
+
(...items: import('../interfaces').ISearchObject[]): import('../interfaces').ISearchObject[];
|
|
442
|
+
new (arrayLength: number): import('../interfaces').ISearchObject[];
|
|
443
|
+
new (...items: import('../interfaces').ISearchObject[]): import('../interfaces').ISearchObject[];
|
|
444
444
|
isArray(arg: any): arg is any[];
|
|
445
445
|
readonly prototype: any[];
|
|
446
446
|
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
@@ -475,7 +475,7 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
475
475
|
width: string | number;
|
|
476
476
|
modelValue: string;
|
|
477
477
|
searchFunc: Function;
|
|
478
|
-
suggestions: import('../interfaces
|
|
478
|
+
suggestions: import('../interfaces').ISearchObject[];
|
|
479
479
|
maxHeightResultList: string;
|
|
480
480
|
zIndexResultList: string;
|
|
481
481
|
boxShadowResultList: string;
|
|
@@ -5,7 +5,7 @@ declare const _default: {
|
|
|
5
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
6
6
|
tooltipText: {
|
|
7
7
|
type: StringConstructor;
|
|
8
|
-
default:
|
|
8
|
+
default: undefined;
|
|
9
9
|
required: false;
|
|
10
10
|
};
|
|
11
11
|
timeout: {
|
|
@@ -40,7 +40,7 @@ declare const _default: {
|
|
|
40
40
|
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
41
41
|
relPosition: "left" | "right";
|
|
42
42
|
level: "top" | "bottom";
|
|
43
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
43
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
44
44
|
P: {};
|
|
45
45
|
B: {};
|
|
46
46
|
D: {};
|
|
@@ -50,7 +50,7 @@ declare const _default: {
|
|
|
50
50
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
51
51
|
tooltipText: {
|
|
52
52
|
type: StringConstructor;
|
|
53
|
-
default:
|
|
53
|
+
default: undefined;
|
|
54
54
|
required: false;
|
|
55
55
|
};
|
|
56
56
|
timeout: {
|
|
@@ -92,7 +92,7 @@ declare const _default: {
|
|
|
92
92
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
93
93
|
tooltipText: {
|
|
94
94
|
type: StringConstructor;
|
|
95
|
-
default:
|
|
95
|
+
default: undefined;
|
|
96
96
|
required: false;
|
|
97
97
|
};
|
|
98
98
|
timeout: {
|
|
@@ -130,6 +130,7 @@ declare const _default: {
|
|
|
130
130
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
131
131
|
$slots: {
|
|
132
132
|
default?(_: {}): any;
|
|
133
|
+
default?(_: {}): any;
|
|
133
134
|
};
|
|
134
135
|
});
|
|
135
136
|
tags: string[];
|
|
@@ -172,7 +173,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
172
173
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
173
174
|
tooltipText: {
|
|
174
175
|
type: StringConstructor;
|
|
175
|
-
default:
|
|
176
|
+
default: undefined;
|
|
176
177
|
required: false;
|
|
177
178
|
};
|
|
178
179
|
timeout: {
|
|
@@ -207,7 +208,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
207
208
|
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
208
209
|
relPosition: "left" | "right";
|
|
209
210
|
level: "top" | "bottom";
|
|
210
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
211
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
211
212
|
P: {};
|
|
212
213
|
B: {};
|
|
213
214
|
D: {};
|
|
@@ -217,7 +218,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
217
218
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
218
219
|
tooltipText: {
|
|
219
220
|
type: StringConstructor;
|
|
220
|
-
default:
|
|
221
|
+
default: undefined;
|
|
221
222
|
required: false;
|
|
222
223
|
};
|
|
223
224
|
timeout: {
|
|
@@ -258,10 +259,142 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
258
259
|
__isSuspense?: undefined;
|
|
259
260
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
260
261
|
tooltipText: {
|
|
262
|
+
type: StringConstructor;
|
|
263
|
+
default: undefined;
|
|
264
|
+
required: false;
|
|
265
|
+
};
|
|
266
|
+
timeout: {
|
|
267
|
+
type: NumberConstructor;
|
|
268
|
+
default: number;
|
|
269
|
+
required: false;
|
|
270
|
+
};
|
|
271
|
+
typeStyle: {
|
|
272
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
|
|
273
|
+
default: string;
|
|
274
|
+
required: false;
|
|
275
|
+
};
|
|
276
|
+
height: {
|
|
261
277
|
type: StringConstructor;
|
|
262
278
|
default: string;
|
|
263
279
|
required: false;
|
|
264
280
|
};
|
|
281
|
+
relPosition: {
|
|
282
|
+
type: globalThis.PropType<"left" | "right">;
|
|
283
|
+
default: string;
|
|
284
|
+
required: false;
|
|
285
|
+
};
|
|
286
|
+
level: {
|
|
287
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
288
|
+
default: string;
|
|
289
|
+
required: false;
|
|
290
|
+
};
|
|
291
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
292
|
+
timeout: number;
|
|
293
|
+
height: string;
|
|
294
|
+
tooltipText: string;
|
|
295
|
+
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
296
|
+
relPosition: "left" | "right";
|
|
297
|
+
level: "top" | "bottom";
|
|
298
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
299
|
+
$slots: {
|
|
300
|
+
default?(_: {}): any;
|
|
301
|
+
default?(_: {}): any;
|
|
302
|
+
};
|
|
303
|
+
})>;
|
|
304
|
+
export declare const DropIn: StoryFn<{
|
|
305
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
306
|
+
tooltipText: {
|
|
307
|
+
type: StringConstructor;
|
|
308
|
+
default: undefined;
|
|
309
|
+
required: false;
|
|
310
|
+
};
|
|
311
|
+
timeout: {
|
|
312
|
+
type: NumberConstructor;
|
|
313
|
+
default: number;
|
|
314
|
+
required: false;
|
|
315
|
+
};
|
|
316
|
+
typeStyle: {
|
|
317
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
|
|
318
|
+
default: string;
|
|
319
|
+
required: false;
|
|
320
|
+
};
|
|
321
|
+
height: {
|
|
322
|
+
type: StringConstructor;
|
|
323
|
+
default: string;
|
|
324
|
+
required: false;
|
|
325
|
+
};
|
|
326
|
+
relPosition: {
|
|
327
|
+
type: globalThis.PropType<"left" | "right">;
|
|
328
|
+
default: string;
|
|
329
|
+
required: false;
|
|
330
|
+
};
|
|
331
|
+
level: {
|
|
332
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
333
|
+
default: string;
|
|
334
|
+
required: false;
|
|
335
|
+
};
|
|
336
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
337
|
+
timeout: number;
|
|
338
|
+
height: string;
|
|
339
|
+
tooltipText: string;
|
|
340
|
+
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
341
|
+
relPosition: "left" | "right";
|
|
342
|
+
level: "top" | "bottom";
|
|
343
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
344
|
+
P: {};
|
|
345
|
+
B: {};
|
|
346
|
+
D: {};
|
|
347
|
+
C: {};
|
|
348
|
+
M: {};
|
|
349
|
+
Defaults: {};
|
|
350
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
351
|
+
tooltipText: {
|
|
352
|
+
type: StringConstructor;
|
|
353
|
+
default: undefined;
|
|
354
|
+
required: false;
|
|
355
|
+
};
|
|
356
|
+
timeout: {
|
|
357
|
+
type: NumberConstructor;
|
|
358
|
+
default: number;
|
|
359
|
+
required: false;
|
|
360
|
+
};
|
|
361
|
+
typeStyle: {
|
|
362
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "danger" | "neutral">;
|
|
363
|
+
default: string;
|
|
364
|
+
required: false;
|
|
365
|
+
};
|
|
366
|
+
height: {
|
|
367
|
+
type: StringConstructor;
|
|
368
|
+
default: string;
|
|
369
|
+
required: false;
|
|
370
|
+
};
|
|
371
|
+
relPosition: {
|
|
372
|
+
type: globalThis.PropType<"left" | "right">;
|
|
373
|
+
default: string;
|
|
374
|
+
required: false;
|
|
375
|
+
};
|
|
376
|
+
level: {
|
|
377
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
378
|
+
default: string;
|
|
379
|
+
required: false;
|
|
380
|
+
};
|
|
381
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
382
|
+
timeout: number;
|
|
383
|
+
height: string;
|
|
384
|
+
tooltipText: string;
|
|
385
|
+
typeStyle: "primary" | "success" | "warning" | "danger" | "neutral";
|
|
386
|
+
relPosition: "left" | "right";
|
|
387
|
+
level: "top" | "bottom";
|
|
388
|
+
}>;
|
|
389
|
+
__isFragment?: undefined;
|
|
390
|
+
__isTeleport?: undefined;
|
|
391
|
+
__isSuspense?: undefined;
|
|
392
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
393
|
+
tooltipText: {
|
|
394
|
+
type: StringConstructor;
|
|
395
|
+
default: undefined;
|
|
396
|
+
required: false;
|
|
397
|
+
};
|
|
265
398
|
timeout: {
|
|
266
399
|
type: NumberConstructor;
|
|
267
400
|
default: number;
|
|
@@ -297,5 +430,6 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
297
430
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
298
431
|
$slots: {
|
|
299
432
|
default?(_: {}): any;
|
|
433
|
+
default?(_: {}): any;
|
|
300
434
|
};
|
|
301
435
|
})>;
|
|
@@ -4,7 +4,7 @@ type LevelType = 'top' | 'bottom';
|
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
5
|
tooltipText: {
|
|
6
6
|
type: StringConstructor;
|
|
7
|
-
default:
|
|
7
|
+
default: undefined;
|
|
8
8
|
required: false;
|
|
9
9
|
};
|
|
10
10
|
timeout: {
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
35
35
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
36
36
|
tooltipText: {
|
|
37
37
|
type: StringConstructor;
|
|
38
|
-
default:
|
|
38
|
+
default: undefined;
|
|
39
39
|
required: false;
|
|
40
40
|
};
|
|
41
41
|
timeout: {
|
|
@@ -70,7 +70,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
70
70
|
typeStyle: TooltipType;
|
|
71
71
|
relPosition: RelPositionType;
|
|
72
72
|
level: LevelType;
|
|
73
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
73
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
74
|
+
default?(_: {}): any;
|
|
74
75
|
default?(_: {}): any;
|
|
75
76
|
}>;
|
|
76
77
|
export default _default;
|
|
@@ -72,7 +72,7 @@ export default abstract class H {
|
|
|
72
72
|
static Timer: typeof Timer;
|
|
73
73
|
static Token: {
|
|
74
74
|
isAuth: () => boolean;
|
|
75
|
-
setTokens: (tokenObj: import('../interfaces
|
|
75
|
+
setTokens: (tokenObj: import('../interfaces').ITokens) => void;
|
|
76
76
|
getAccessToken: () => string | null;
|
|
77
77
|
getRefreshToken: () => string | null;
|
|
78
78
|
getUserId: () => any;
|
package/dist/core/index.d.ts
CHANGED
|
@@ -261,7 +261,7 @@ export default abstract class PF {
|
|
|
261
261
|
AllowLogout: () => void;
|
|
262
262
|
readonly IsAuth: boolean;
|
|
263
263
|
readonly User: unknown;
|
|
264
|
-
SetUserConstructor: (c: import('./helpers/Classes').Constructable<
|
|
264
|
+
SetUserConstructor: (c: import('./helpers/Classes').Constructable<I.IWithId>) => void;
|
|
265
265
|
SetUser: (u: unknown) => void;
|
|
266
266
|
SetState: (authInfo: import('./types/AuthInfo').AuthInfo) => void;
|
|
267
267
|
Logout: () => void;
|
|
@@ -2,10 +2,44 @@ export { AdminLayout } from './AdminLayout';
|
|
|
2
2
|
export { Animations } from './Animations';
|
|
3
3
|
export { CalendarScale } from './CalendarScale';
|
|
4
4
|
export type { Callback, MyCallbackWithOptParam } from './Callback';
|
|
5
|
+
export type { default as ICanvas } from './canvas/ICanvas';
|
|
6
|
+
export type { default as ICanvasResult } from './canvas/ICanvasResult';
|
|
7
|
+
export type { default as ICoordinates } from './canvas/ICoordinates';
|
|
5
8
|
export type { ClassNameGetter } from './Class';
|
|
6
9
|
export type { FilterModelBuilder } from './Filter';
|
|
10
|
+
export type { default as IAdminMenu } from './IAdminMenu';
|
|
11
|
+
export type { default as ICursor } from './ICursor';
|
|
12
|
+
export type { default as IEmailPassword } from './IEmailPassword';
|
|
13
|
+
export type { default as IFile } from './IFile';
|
|
14
|
+
export type { default as IFileAnchor } from './IFileAnchor';
|
|
15
|
+
export type { default as IFileInfo } from './IFileInfo';
|
|
16
|
+
export type { default as IFileInfosGetter } from './IFileInfosGetter';
|
|
17
|
+
export type { default as IFiler } from './IFiler';
|
|
18
|
+
export type { default as IFIlesList } from './IFIlesList';
|
|
19
|
+
export type { default as IFilter } from './IFilter';
|
|
20
|
+
export type { default as IFilterQuery } from './IFilterQuery';
|
|
21
|
+
export type { default as IForm } from './IForm';
|
|
22
|
+
export type { IBodilessParams, IBodyfulParams } from './IHTTPTypes';
|
|
23
|
+
export type { default as IMessage } from './IMessage';
|
|
24
|
+
export type { default as IOption } from './IOption';
|
|
25
|
+
export type { default as IOrdered } from './IOrdered';
|
|
26
|
+
export type { default as IPagination } from './IPagination';
|
|
27
|
+
export type { default as ISearchElement } from './ISearchElement';
|
|
28
|
+
export type { default as ISearchObject } from './ISearchObject';
|
|
29
|
+
export type { default as ISearchQuery } from './ISearchQuery';
|
|
30
|
+
export type { default as ISelectFilter } from './ISelectFilter';
|
|
31
|
+
export type { default as ISortModel } from './ISortModel';
|
|
32
|
+
export type { default as IStorePaginator } from './IStorePaginator';
|
|
33
|
+
export type { default as ISupposedTimePeriod } from './ISupposedTimePeriod';
|
|
34
|
+
export type { default as ItemsWithCount } from './ItemsWithCount';
|
|
35
|
+
export type { default as ITimePeriod } from './ITimePeriod';
|
|
36
|
+
export type { default as ITokens } from './ITokens';
|
|
37
|
+
export type { default as IValidator } from './IValidator';
|
|
38
|
+
export type { default as IWithId } from './IWithId';
|
|
39
|
+
export type { default as IWithName } from './IWithName';
|
|
7
40
|
export type { ISupposedTimePeriod as IWithSupposedTimePeriod } from './IWithSupposedTimePeriod';
|
|
8
41
|
export { default as LocalStoreKeys } from './LocalStoreKeys';
|
|
9
42
|
export { SocialTypes } from './SocialTypes';
|
|
10
43
|
export type { SortModelBuilder, SortModelBuildersLib } from './Sort';
|
|
44
|
+
export type { default as SchemaQuery } from './types';
|
|
11
45
|
export { default as ValueRelation } from './ValueRelation';
|
|
@@ -26,7 +26,7 @@ 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
|
|
29
|
+
readonly options: import('../interfaces').IOption[];
|
|
30
30
|
count: globalThis.Ref<number, number>;
|
|
31
31
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Contact').default>;
|
|
32
32
|
url: string;
|
|
@@ -47,7 +47,7 @@ export default abstract class S {
|
|
|
47
47
|
Remove(id: string | undefined): Promise<void>;
|
|
48
48
|
UpdateMany(items?: import('../classes/Contact').default[] | undefined): Promise<void>;
|
|
49
49
|
SetAll(items: import('../classes/Contact').default[] | undefined): void;
|
|
50
|
-
SetAllWithCount(items: import('../interfaces
|
|
50
|
+
SetAllWithCount(items: import('../interfaces').ItemsWithCount<import('../classes/Contact').default>): void;
|
|
51
51
|
RemoveItem(id: string): void;
|
|
52
52
|
AppendToAll(items?: import('../classes/Contact').default | import('../classes/Contact').default[] | undefined): void;
|
|
53
53
|
ResetState(): void;
|
|
@@ -56,7 +56,7 @@ export default abstract class S {
|
|
|
56
56
|
UnshiftToAll(items: import('../classes/Contact').default | import('../classes/Contact').default[] | undefined): void;
|
|
57
57
|
readonly Items: import('../classes/Contact').default[];
|
|
58
58
|
readonly ItemsFiltered: import('../classes/Contact').default[];
|
|
59
|
-
readonly Options: import('../interfaces
|
|
59
|
+
readonly Options: import('../interfaces').IOption[];
|
|
60
60
|
readonly Item: import('../classes/Contact').default;
|
|
61
61
|
readonly Count: globalThis.Ref<number, number>;
|
|
62
62
|
readonly SearchStr: globalThis.Ref<string, string>;
|
|
@@ -64,7 +64,7 @@ export default abstract class S {
|
|
|
64
64
|
static Emails: {
|
|
65
65
|
readonly items: import('../classes/Email').default[];
|
|
66
66
|
readonly item: import('../classes/Email').default;
|
|
67
|
-
readonly options: import('../interfaces
|
|
67
|
+
readonly options: import('../interfaces').IOption[];
|
|
68
68
|
count: globalThis.Ref<number, number>;
|
|
69
69
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Email').default>;
|
|
70
70
|
url: string;
|
|
@@ -85,7 +85,7 @@ export default abstract class S {
|
|
|
85
85
|
Remove(id: string | undefined): Promise<void>;
|
|
86
86
|
UpdateMany(items?: import('../classes/Email').default[] | undefined): Promise<void>;
|
|
87
87
|
SetAll(items: import('../classes/Email').default[] | undefined): void;
|
|
88
|
-
SetAllWithCount(items: import('../interfaces
|
|
88
|
+
SetAllWithCount(items: import('../interfaces').ItemsWithCount<import('../classes/Email').default>): void;
|
|
89
89
|
RemoveItem(id: string): void;
|
|
90
90
|
AppendToAll(items?: import('../classes/Email').default | import('../classes/Email').default[] | undefined): void;
|
|
91
91
|
ResetState(): void;
|
|
@@ -94,7 +94,7 @@ export default abstract class S {
|
|
|
94
94
|
UnshiftToAll(items: import('../classes/Email').default | import('../classes/Email').default[] | undefined): void;
|
|
95
95
|
readonly Items: import('../classes/Email').default[];
|
|
96
96
|
readonly ItemsFiltered: import('../classes/Email').default[];
|
|
97
|
-
readonly Options: import('../interfaces
|
|
97
|
+
readonly Options: import('../interfaces').IOption[];
|
|
98
98
|
readonly Item: import('../classes/Email').default;
|
|
99
99
|
readonly Count: globalThis.Ref<number, number>;
|
|
100
100
|
readonly SearchStr: globalThis.Ref<string, string>;
|
|
@@ -103,7 +103,7 @@ export default abstract class S {
|
|
|
103
103
|
static FTSPPresets: {
|
|
104
104
|
readonly items: import('../classes/FTSPPreset').default[];
|
|
105
105
|
readonly item: import('../classes/FTSPPreset').default;
|
|
106
|
-
readonly options: import('../interfaces
|
|
106
|
+
readonly options: import('../interfaces').IOption[];
|
|
107
107
|
count: globalThis.Ref<number, number>;
|
|
108
108
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/FTSPPreset').default>;
|
|
109
109
|
url: string;
|
|
@@ -124,7 +124,7 @@ export default abstract class S {
|
|
|
124
124
|
Remove(id: string | undefined): Promise<void>;
|
|
125
125
|
UpdateMany(items?: import('../classes/FTSPPreset').default[] | undefined): Promise<void>;
|
|
126
126
|
SetAll(items: import('../classes/FTSPPreset').default[] | undefined): void;
|
|
127
|
-
SetAllWithCount(items: import('../interfaces
|
|
127
|
+
SetAllWithCount(items: import('../interfaces').ItemsWithCount<import('../classes/FTSPPreset').default>): void;
|
|
128
128
|
RemoveItem(id: string): void;
|
|
129
129
|
AppendToAll(items?: import('../classes/FTSPPreset').default | import('../classes/FTSPPreset').default[] | undefined): void;
|
|
130
130
|
ResetState(): void;
|
|
@@ -133,7 +133,7 @@ export default abstract class S {
|
|
|
133
133
|
UnshiftToAll(items: import('../classes/FTSPPreset').default | import('../classes/FTSPPreset').default[] | undefined): void;
|
|
134
134
|
readonly Items: import('../classes/FTSPPreset').default[];
|
|
135
135
|
readonly ItemsFiltered: import('../classes/FTSPPreset').default[];
|
|
136
|
-
readonly Options: import('../interfaces
|
|
136
|
+
readonly Options: import('../interfaces').IOption[];
|
|
137
137
|
readonly Item: import('../classes/FTSPPreset').default;
|
|
138
138
|
readonly Count: globalThis.Ref<number, number>;
|
|
139
139
|
readonly SearchStr: globalThis.Ref<string, string>;
|
|
@@ -141,7 +141,7 @@ export default abstract class S {
|
|
|
141
141
|
static Humans: {
|
|
142
142
|
readonly items: import('../classes/Human').default[];
|
|
143
143
|
readonly item: import('../classes/Human').default;
|
|
144
|
-
readonly options: import('../interfaces
|
|
144
|
+
readonly options: import('../interfaces').IOption[];
|
|
145
145
|
count: globalThis.Ref<number, number>;
|
|
146
146
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Human').default>;
|
|
147
147
|
url: string;
|
|
@@ -162,7 +162,7 @@ export default abstract class S {
|
|
|
162
162
|
Remove(id: string | undefined): Promise<void>;
|
|
163
163
|
UpdateMany(items?: import('../classes/Human').default[] | undefined): Promise<void>;
|
|
164
164
|
SetAll(items: import('../classes/Human').default[] | undefined): void;
|
|
165
|
-
SetAllWithCount(items: import('../interfaces
|
|
165
|
+
SetAllWithCount(items: import('../interfaces').ItemsWithCount<import('../classes/Human').default>): void;
|
|
166
166
|
RemoveItem(id: string): void;
|
|
167
167
|
AppendToAll(items?: import('../classes/Human').default | import('../classes/Human').default[] | undefined): void;
|
|
168
168
|
ResetState(): void;
|
|
@@ -171,7 +171,7 @@ export default abstract class S {
|
|
|
171
171
|
UnshiftToAll(items: import('../classes/Human').default | import('../classes/Human').default[] | undefined): void;
|
|
172
172
|
readonly Items: import('../classes/Human').default[];
|
|
173
173
|
readonly ItemsFiltered: import('../classes/Human').default[];
|
|
174
|
-
readonly Options: import('../interfaces
|
|
174
|
+
readonly Options: import('../interfaces').IOption[];
|
|
175
175
|
readonly Item: import('../classes/Human').default;
|
|
176
176
|
readonly Count: globalThis.Ref<number, number>;
|
|
177
177
|
readonly SearchStr: globalThis.Ref<string, string>;
|
|
@@ -179,7 +179,7 @@ export default abstract class S {
|
|
|
179
179
|
static Phones: {
|
|
180
180
|
readonly items: import('../classes/Phone').default[];
|
|
181
181
|
readonly item: import('../classes/Phone').default;
|
|
182
|
-
readonly options: import('../interfaces
|
|
182
|
+
readonly options: import('../interfaces').IOption[];
|
|
183
183
|
count: globalThis.Ref<number, number>;
|
|
184
184
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Phone').default>;
|
|
185
185
|
url: string;
|
|
@@ -200,7 +200,7 @@ export default abstract class S {
|
|
|
200
200
|
Remove(id: string | undefined): Promise<void>;
|
|
201
201
|
UpdateMany(items?: import('../classes/Phone').default[] | undefined): Promise<void>;
|
|
202
202
|
SetAll(items: import('../classes/Phone').default[] | undefined): void;
|
|
203
|
-
SetAllWithCount(items: import('../interfaces
|
|
203
|
+
SetAllWithCount(items: import('../interfaces').ItemsWithCount<import('../classes/Phone').default>): void;
|
|
204
204
|
RemoveItem(id: string): void;
|
|
205
205
|
AppendToAll(items?: import('../classes/Phone').default | import('../classes/Phone').default[] | undefined): void;
|
|
206
206
|
ResetState(): void;
|
|
@@ -209,7 +209,7 @@ export default abstract class S {
|
|
|
209
209
|
UnshiftToAll(items: import('../classes/Phone').default | import('../classes/Phone').default[] | undefined): void;
|
|
210
210
|
readonly Items: import('../classes/Phone').default[];
|
|
211
211
|
readonly ItemsFiltered: import('../classes/Phone').default[];
|
|
212
|
-
readonly Options: import('../interfaces
|
|
212
|
+
readonly Options: import('../interfaces').IOption[];
|
|
213
213
|
readonly Item: import('../classes/Phone').default;
|
|
214
214
|
readonly Count: globalThis.Ref<number, number>;
|
|
215
215
|
readonly SearchStr: globalThis.Ref<string, string>;
|
|
@@ -217,7 +217,7 @@ export default abstract class S {
|
|
|
217
217
|
static Schemas: {
|
|
218
218
|
readonly items: import('../classes/Schema').default[];
|
|
219
219
|
readonly item: import('../classes/Schema').default;
|
|
220
|
-
readonly options: import('../interfaces
|
|
220
|
+
readonly options: import('../interfaces').IOption[];
|
|
221
221
|
count: globalThis.Ref<number, number>;
|
|
222
222
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/Schema').default>;
|
|
223
223
|
url: string;
|
|
@@ -238,7 +238,7 @@ export default abstract class S {
|
|
|
238
238
|
Remove(id: string | undefined): Promise<void>;
|
|
239
239
|
UpdateMany(items?: import('../classes/Schema').default[] | undefined): Promise<void>;
|
|
240
240
|
SetAll(items: import('../classes/Schema').default[] | undefined): void;
|
|
241
|
-
SetAllWithCount(items: import('../interfaces
|
|
241
|
+
SetAllWithCount(items: import('../interfaces').ItemsWithCount<import('../classes/Schema').default>): void;
|
|
242
242
|
RemoveItem(id: string): void;
|
|
243
243
|
AppendToAll(items?: import('../classes/Schema').default | import('../classes/Schema').default[] | undefined): void;
|
|
244
244
|
ResetState(): void;
|
|
@@ -247,7 +247,7 @@ export default abstract class S {
|
|
|
247
247
|
UnshiftToAll(items: import('../classes/Schema').default | import('../classes/Schema').default[] | undefined): void;
|
|
248
248
|
readonly Items: import('../classes/Schema').default[];
|
|
249
249
|
readonly ItemsFiltered: import('../classes/Schema').default[];
|
|
250
|
-
readonly Options: import('../interfaces
|
|
250
|
+
readonly Options: import('../interfaces').IOption[];
|
|
251
251
|
readonly Item: import('../classes/Schema').default;
|
|
252
252
|
readonly Count: globalThis.Ref<number, number>;
|
|
253
253
|
readonly SearchStr: globalThis.Ref<string, string>;
|
|
@@ -255,7 +255,7 @@ export default abstract class S {
|
|
|
255
255
|
static UserAccounts: {
|
|
256
256
|
readonly items: import('../classes/UserAccount').default[];
|
|
257
257
|
readonly item: import('../classes/UserAccount').default;
|
|
258
|
-
readonly options: import('../interfaces
|
|
258
|
+
readonly options: import('../interfaces').IOption[];
|
|
259
259
|
count: globalThis.Ref<number, number>;
|
|
260
260
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/UserAccount').default>;
|
|
261
261
|
url: string;
|
|
@@ -276,7 +276,7 @@ export default abstract class S {
|
|
|
276
276
|
Remove(id: string | undefined): Promise<void>;
|
|
277
277
|
UpdateMany(items?: import('../classes/UserAccount').default[] | undefined): Promise<void>;
|
|
278
278
|
SetAll(items: import('../classes/UserAccount').default[] | undefined): void;
|
|
279
|
-
SetAllWithCount(items: import('../interfaces
|
|
279
|
+
SetAllWithCount(items: import('../interfaces').ItemsWithCount<import('../classes/UserAccount').default>): void;
|
|
280
280
|
RemoveItem(id: string): void;
|
|
281
281
|
AppendToAll(items?: import('../classes/UserAccount').default | import('../classes/UserAccount').default[] | undefined): void;
|
|
282
282
|
ResetState(): void;
|
|
@@ -285,7 +285,7 @@ export default abstract class S {
|
|
|
285
285
|
UnshiftToAll(items: import('../classes/UserAccount').default | import('../classes/UserAccount').default[] | undefined): void;
|
|
286
286
|
readonly Items: import('../classes/UserAccount').default[];
|
|
287
287
|
readonly ItemsFiltered: import('../classes/UserAccount').default[];
|
|
288
|
-
readonly Options: import('../interfaces
|
|
288
|
+
readonly Options: import('../interfaces').IOption[];
|
|
289
289
|
readonly Item: import('../classes/UserAccount').default;
|
|
290
290
|
readonly Count: globalThis.Ref<number, number>;
|
|
291
291
|
readonly SearchStr: globalThis.Ref<string, string>;
|
|
@@ -293,7 +293,7 @@ export default abstract class S {
|
|
|
293
293
|
static ValueTypes: {
|
|
294
294
|
readonly items: import('../classes/ValueType').default[];
|
|
295
295
|
readonly item: import('../classes/ValueType').default;
|
|
296
|
-
readonly options: import('../interfaces
|
|
296
|
+
readonly options: import('../interfaces').IOption[];
|
|
297
297
|
count: globalThis.Ref<number, number>;
|
|
298
298
|
classConstructor: import('../helpers/Classes').Constructable<import('../classes/ValueType').default>;
|
|
299
299
|
url: string;
|
|
@@ -314,7 +314,7 @@ export default abstract class S {
|
|
|
314
314
|
Remove(id: string | undefined): Promise<void>;
|
|
315
315
|
UpdateMany(items?: import('../classes/ValueType').default[] | undefined): Promise<void>;
|
|
316
316
|
SetAll(items: import('../classes/ValueType').default[] | undefined): void;
|
|
317
|
-
SetAllWithCount(items: import('../interfaces
|
|
317
|
+
SetAllWithCount(items: import('../interfaces').ItemsWithCount<import('../classes/ValueType').default>): void;
|
|
318
318
|
RemoveItem(id: string): void;
|
|
319
319
|
AppendToAll(items?: import('../classes/ValueType').default | import('../classes/ValueType').default[] | undefined): void;
|
|
320
320
|
ResetState(): void;
|
|
@@ -323,7 +323,7 @@ export default abstract class S {
|
|
|
323
323
|
UnshiftToAll(items: import('../classes/ValueType').default | import('../classes/ValueType').default[] | undefined): void;
|
|
324
324
|
readonly Items: import('../classes/ValueType').default[];
|
|
325
325
|
readonly ItemsFiltered: import('../classes/ValueType').default[];
|
|
326
|
-
readonly Options: import('../interfaces
|
|
326
|
+
readonly Options: import('../interfaces').IOption[];
|
|
327
327
|
readonly Item: import('../classes/ValueType').default;
|
|
328
328
|
readonly Count: globalThis.Ref<number, number>;
|
|
329
329
|
readonly SearchStr: globalThis.Ref<string, string>;
|