sprof 0.1.57 → 0.2.1
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/README.md +0 -0
- package/dist/ExtractsList-D2rsuyBZ.js +50 -0
- package/dist/core/classes/index.d.ts +1 -1
- package/dist/core/components/GeneralItem.vue.d.ts +2 -2
- package/dist/core/components/GridContainer.vue.d.ts +2 -2
- package/dist/core/components/Icons/Filter/IconDownload.vue.d.ts +1 -1
- package/dist/core/components/Icons/Filter/IconFilter.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/ArrowLeft.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/ArrowRight.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/DoubleArrowLeft.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/DoubleArrowRight.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/EllipsisSvg.vue.d.ts +1 -1
- package/dist/core/components/InfoItem.vue.d.ts +3 -3
- package/dist/core/components/PAutocomplete.vue.d.ts +1 -1
- package/dist/core/components/PPagination.vue.d.ts +2 -8
- package/dist/core/components/RemoteSearch.stories.d.ts +6 -6
- package/dist/core/components/RemoteSearch.vue.d.ts +5 -5
- package/dist/core/components/RightSliderContainer.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +12 -12
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +2 -2
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +12 -12
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +2 -2
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +1 -1
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +1 -1
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +42 -42
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +8 -8
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +24 -24
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +4 -4
- package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +24 -24
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +4 -4
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +18 -18
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +3 -3
- package/dist/core/components/atoms/PSticky/PSticky.stories.d.ts +6 -6
- package/dist/core/components/atoms/PSticky/PSticky.vue.d.ts +1 -1
- package/dist/core/components/atoms/PString/PString.stories.d.ts +10 -10
- package/dist/core/components/atoms/PString/PString.vue.d.ts +5 -5
- package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +6 -6
- package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +1 -1
- package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +12 -12
- package/dist/core/components/atoms/index.d.ts +2 -2
- package/dist/core/components/components.d.ts +1 -1
- package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +6 -6
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +24 -28
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +12 -14
- package/dist/core/components/organisms/PTabs/PTabs.stories.d.ts +6 -6
- package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +33 -33
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +4 -4
- package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +6 -10
- package/dist/core/helpers/Classes.d.ts +2 -4
- package/dist/core/interfaces/index.d.ts +11 -2
- package/dist/index-CkqPv_mq.js +7517 -0
- package/dist/index.d.ts +2 -4
- package/dist/modules/buildings/classes/index.d.ts +4 -0
- package/dist/modules/buildings/index.d.ts +2 -0
- package/dist/modules/extracts/index.d.ts +3 -0
- package/dist/modules/index.d.ts +3 -1
- package/dist/sprof.js +4 -13833
- package/dist/sprof.umd.cjs +14 -33
- package/dist/style.css +1 -1
- package/package.json +3 -1
|
@@ -52,21 +52,21 @@ declare const _default: Meta<{
|
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
}>> & Readonly<{
|
|
55
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
56
55
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
57
57
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
58
|
-
upload: (...args: any[]) => void;
|
|
59
58
|
remove: (...args: any[]) => void;
|
|
59
|
+
upload: (...args: any[]) => void;
|
|
60
60
|
}, import('vue').PublicProps, {
|
|
61
61
|
label: string;
|
|
62
62
|
mask: string;
|
|
63
63
|
placeholder: string;
|
|
64
64
|
fileInfo: FileInfo;
|
|
65
65
|
margin: string;
|
|
66
|
-
padding: string;
|
|
67
|
-
color: string;
|
|
68
66
|
disabled: boolean;
|
|
67
|
+
padding: string;
|
|
69
68
|
borderColor: string;
|
|
69
|
+
color: string;
|
|
70
70
|
formats: string[];
|
|
71
71
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
72
72
|
P: {};
|
|
@@ -126,18 +126,18 @@ declare const _default: Meta<{
|
|
|
126
126
|
default: string;
|
|
127
127
|
};
|
|
128
128
|
}>> & Readonly<{
|
|
129
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
130
129
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
130
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
131
131
|
}>, {}, {}, {}, {}, {
|
|
132
132
|
label: string;
|
|
133
133
|
mask: string;
|
|
134
134
|
placeholder: string;
|
|
135
135
|
fileInfo: FileInfo;
|
|
136
136
|
margin: string;
|
|
137
|
-
padding: string;
|
|
138
|
-
color: string;
|
|
139
137
|
disabled: boolean;
|
|
138
|
+
padding: string;
|
|
140
139
|
borderColor: string;
|
|
140
|
+
color: string;
|
|
141
141
|
formats: string[];
|
|
142
142
|
}>;
|
|
143
143
|
__isFragment?: undefined;
|
|
@@ -194,21 +194,21 @@ declare const _default: Meta<{
|
|
|
194
194
|
default: string;
|
|
195
195
|
};
|
|
196
196
|
}>> & Readonly<{
|
|
197
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
198
197
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
198
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
199
199
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
200
|
-
upload: (...args: any[]) => void;
|
|
201
200
|
remove: (...args: any[]) => void;
|
|
201
|
+
upload: (...args: any[]) => void;
|
|
202
202
|
}, string, {
|
|
203
203
|
label: string;
|
|
204
204
|
mask: string;
|
|
205
205
|
placeholder: string;
|
|
206
206
|
fileInfo: FileInfo;
|
|
207
207
|
margin: string;
|
|
208
|
-
padding: string;
|
|
209
|
-
color: string;
|
|
210
208
|
disabled: boolean;
|
|
209
|
+
padding: string;
|
|
211
210
|
borderColor: string;
|
|
211
|
+
color: string;
|
|
212
212
|
formats: string[];
|
|
213
213
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
214
214
|
$slots: {
|
|
@@ -268,21 +268,21 @@ export declare const Base: StoryFn<{
|
|
|
268
268
|
default: string;
|
|
269
269
|
};
|
|
270
270
|
}>> & Readonly<{
|
|
271
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
272
271
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
272
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
273
273
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
274
|
-
upload: (...args: any[]) => void;
|
|
275
274
|
remove: (...args: any[]) => void;
|
|
275
|
+
upload: (...args: any[]) => void;
|
|
276
276
|
}, import('vue').PublicProps, {
|
|
277
277
|
label: string;
|
|
278
278
|
mask: string;
|
|
279
279
|
placeholder: string;
|
|
280
280
|
fileInfo: FileInfo;
|
|
281
281
|
margin: string;
|
|
282
|
-
padding: string;
|
|
283
|
-
color: string;
|
|
284
282
|
disabled: boolean;
|
|
283
|
+
padding: string;
|
|
285
284
|
borderColor: string;
|
|
285
|
+
color: string;
|
|
286
286
|
formats: string[];
|
|
287
287
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
288
288
|
P: {};
|
|
@@ -342,18 +342,18 @@ export declare const Base: StoryFn<{
|
|
|
342
342
|
default: string;
|
|
343
343
|
};
|
|
344
344
|
}>> & Readonly<{
|
|
345
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
346
345
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
346
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
347
347
|
}>, {}, {}, {}, {}, {
|
|
348
348
|
label: string;
|
|
349
349
|
mask: string;
|
|
350
350
|
placeholder: string;
|
|
351
351
|
fileInfo: FileInfo;
|
|
352
352
|
margin: string;
|
|
353
|
-
padding: string;
|
|
354
|
-
color: string;
|
|
355
353
|
disabled: boolean;
|
|
354
|
+
padding: string;
|
|
356
355
|
borderColor: string;
|
|
356
|
+
color: string;
|
|
357
357
|
formats: string[];
|
|
358
358
|
}>;
|
|
359
359
|
__isFragment?: undefined;
|
|
@@ -410,21 +410,21 @@ export declare const Base: StoryFn<{
|
|
|
410
410
|
default: string;
|
|
411
411
|
};
|
|
412
412
|
}>> & Readonly<{
|
|
413
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
414
413
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
414
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
415
415
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
416
|
-
upload: (...args: any[]) => void;
|
|
417
416
|
remove: (...args: any[]) => void;
|
|
417
|
+
upload: (...args: any[]) => void;
|
|
418
418
|
}, string, {
|
|
419
419
|
label: string;
|
|
420
420
|
mask: string;
|
|
421
421
|
placeholder: string;
|
|
422
422
|
fileInfo: FileInfo;
|
|
423
423
|
margin: string;
|
|
424
|
-
padding: string;
|
|
425
|
-
color: string;
|
|
426
424
|
disabled: boolean;
|
|
425
|
+
padding: string;
|
|
427
426
|
borderColor: string;
|
|
427
|
+
color: string;
|
|
428
428
|
formats: string[];
|
|
429
429
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
430
430
|
$slots: {
|
|
@@ -483,21 +483,21 @@ export declare const Base1: StoryFn<{
|
|
|
483
483
|
default: string;
|
|
484
484
|
};
|
|
485
485
|
}>> & Readonly<{
|
|
486
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
487
486
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
487
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
488
488
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
489
|
-
upload: (...args: any[]) => void;
|
|
490
489
|
remove: (...args: any[]) => void;
|
|
490
|
+
upload: (...args: any[]) => void;
|
|
491
491
|
}, import('vue').PublicProps, {
|
|
492
492
|
label: string;
|
|
493
493
|
mask: string;
|
|
494
494
|
placeholder: string;
|
|
495
495
|
fileInfo: FileInfo;
|
|
496
496
|
margin: string;
|
|
497
|
-
padding: string;
|
|
498
|
-
color: string;
|
|
499
497
|
disabled: boolean;
|
|
498
|
+
padding: string;
|
|
500
499
|
borderColor: string;
|
|
500
|
+
color: string;
|
|
501
501
|
formats: string[];
|
|
502
502
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
503
503
|
P: {};
|
|
@@ -557,18 +557,18 @@ export declare const Base1: StoryFn<{
|
|
|
557
557
|
default: string;
|
|
558
558
|
};
|
|
559
559
|
}>> & Readonly<{
|
|
560
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
561
560
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
561
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
562
562
|
}>, {}, {}, {}, {}, {
|
|
563
563
|
label: string;
|
|
564
564
|
mask: string;
|
|
565
565
|
placeholder: string;
|
|
566
566
|
fileInfo: FileInfo;
|
|
567
567
|
margin: string;
|
|
568
|
-
padding: string;
|
|
569
|
-
color: string;
|
|
570
568
|
disabled: boolean;
|
|
569
|
+
padding: string;
|
|
571
570
|
borderColor: string;
|
|
571
|
+
color: string;
|
|
572
572
|
formats: string[];
|
|
573
573
|
}>;
|
|
574
574
|
__isFragment?: undefined;
|
|
@@ -625,21 +625,21 @@ export declare const Base1: StoryFn<{
|
|
|
625
625
|
default: string;
|
|
626
626
|
};
|
|
627
627
|
}>> & Readonly<{
|
|
628
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
629
628
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
629
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
630
630
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
631
|
-
upload: (...args: any[]) => void;
|
|
632
631
|
remove: (...args: any[]) => void;
|
|
632
|
+
upload: (...args: any[]) => void;
|
|
633
633
|
}, string, {
|
|
634
634
|
label: string;
|
|
635
635
|
mask: string;
|
|
636
636
|
placeholder: string;
|
|
637
637
|
fileInfo: FileInfo;
|
|
638
638
|
margin: string;
|
|
639
|
-
padding: string;
|
|
640
|
-
color: string;
|
|
641
639
|
disabled: boolean;
|
|
640
|
+
padding: string;
|
|
642
641
|
borderColor: string;
|
|
642
|
+
color: string;
|
|
643
643
|
formats: string[];
|
|
644
644
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
645
645
|
$slots: {
|
|
@@ -50,8 +50,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
52
52
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
53
|
-
upload: (...args: any[]) => void;
|
|
54
53
|
remove: (...args: any[]) => void;
|
|
54
|
+
upload: (...args: any[]) => void;
|
|
55
55
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
56
56
|
fileInfo: {
|
|
57
57
|
type: globalThis.PropType<FileInfo>;
|
|
@@ -103,18 +103,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
103
103
|
default: string;
|
|
104
104
|
};
|
|
105
105
|
}>> & Readonly<{
|
|
106
|
-
onUpload?: ((...args: any[]) => any) | undefined;
|
|
107
106
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
onUpload?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
}>, {
|
|
109
109
|
label: string;
|
|
110
110
|
mask: string;
|
|
111
111
|
placeholder: string;
|
|
112
112
|
fileInfo: FileInfo;
|
|
113
113
|
margin: string;
|
|
114
|
-
padding: string;
|
|
115
|
-
color: string;
|
|
116
114
|
disabled: boolean;
|
|
115
|
+
padding: string;
|
|
117
116
|
borderColor: string;
|
|
117
|
+
color: string;
|
|
118
118
|
formats: string[];
|
|
119
119
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
120
120
|
default?(_: {}): any;
|
|
@@ -37,9 +37,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
37
37
|
}> & Omit<{
|
|
38
38
|
readonly [x: string]: any;
|
|
39
39
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
|
40
|
-
$attrs:
|
|
41
|
-
[x: string]: unknown;
|
|
42
|
-
};
|
|
40
|
+
$attrs: import('vue').Attrs;
|
|
43
41
|
$refs: {
|
|
44
42
|
[x: string]: unknown;
|
|
45
43
|
};
|
|
@@ -82,7 +80,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
82
80
|
$forceUpdate: () => void;
|
|
83
81
|
$nextTick: typeof import('vue').nextTick;
|
|
84
82
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
85
|
-
} & Readonly<{}> & Omit<Readonly<any>, "refresh" | "reset" | "move" | "rotate" | "setCoordinates" | "getResult" | "zoom" | "flip"> &
|
|
83
|
+
} & Readonly<{}> & Omit<Readonly<any>, "refresh" | "reset" | "move" | "rotate" | "setCoordinates" | "getResult" | "zoom" | "flip"> & {
|
|
86
84
|
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
87
85
|
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
88
86
|
refresh: () => void;
|
|
@@ -91,7 +89,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
91
89
|
rotate: (angle: number) => void;
|
|
92
90
|
flip: (horizontal: boolean, vertical?: boolean | undefined) => void;
|
|
93
91
|
reset: () => void;
|
|
94
|
-
}
|
|
92
|
+
} & {
|
|
95
93
|
[x: string]: never;
|
|
96
94
|
} & import('vue').MethodOptions & import('vue').ComponentCustomProperties & {}) | ({
|
|
97
95
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -101,9 +99,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
101
99
|
}> & Omit<{
|
|
102
100
|
readonly [x: string]: any;
|
|
103
101
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
|
104
|
-
$attrs:
|
|
105
|
-
[x: string]: unknown;
|
|
106
|
-
};
|
|
102
|
+
$attrs: import('vue').Attrs;
|
|
107
103
|
$refs: {
|
|
108
104
|
[x: string]: unknown;
|
|
109
105
|
};
|
|
@@ -148,7 +144,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
148
144
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
149
145
|
} & Readonly<{
|
|
150
146
|
[x: string]: any;
|
|
151
|
-
}> & Omit<Readonly<any>, "refresh" | "reset" | "move" | "rotate" | "setCoordinates" | "getResult" | "zoom" | "flip"> &
|
|
147
|
+
}> & Omit<Readonly<any>, "refresh" | "reset" | "move" | "rotate" | "setCoordinates" | "getResult" | "zoom" | "flip"> & {
|
|
152
148
|
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
153
149
|
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
154
150
|
refresh: () => void;
|
|
@@ -157,7 +153,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
157
153
|
rotate: (angle: number) => void;
|
|
158
154
|
flip: (horizontal: boolean, vertical?: boolean | undefined) => void;
|
|
159
155
|
reset: () => void;
|
|
160
|
-
}
|
|
156
|
+
} & {
|
|
161
157
|
[x: string]: never;
|
|
162
158
|
} & import('vue').MethodOptions & import('vue').ComponentCustomProperties & {}) | null;
|
|
163
159
|
}, HTMLDivElement>;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { default as IWithId } from '../interfaces/IWithId';
|
|
2
|
-
export type ClassType =
|
|
3
|
-
[key: string]: any;
|
|
4
|
-
};
|
|
2
|
+
export type ClassType = Record<string, any>;
|
|
5
3
|
export type Constructable<T> = {
|
|
6
4
|
new (...args: any[]): T;
|
|
7
5
|
};
|
|
@@ -15,6 +13,6 @@ export default class Classes {
|
|
|
15
13
|
static GetPropertyName<T extends ClassType>(obj: Constructable<T>): T;
|
|
16
14
|
static InitClassInstance(passedClass: ClassType, arg?: ClassType): ClassType;
|
|
17
15
|
static ExistsWithId(arr: IWithId[], id?: string): boolean;
|
|
18
|
-
static DeepMap(fn: (...args: any) => any): any;
|
|
16
|
+
static DeepMap(fn: (...args: any[]) => any): (obj: unknown) => any;
|
|
19
17
|
static DeepTrim<T>(obj: T): any;
|
|
20
18
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
1
|
+
export { AdminLayout } from './AdminLayout';
|
|
2
|
+
export { Animations } from './Animations';
|
|
3
|
+
export { CalendarScale } from './CalendarScale';
|
|
4
|
+
export type { Callback, MyCallbackWithOptParam } from './Callback';
|
|
5
|
+
export type { ClassNameGetter } from './Class';
|
|
6
|
+
export type { FilterModelBuilder } from './Filter';
|
|
7
|
+
export type { ISupposedTimePeriod as IWithSupposedTimePeriod } from './IWithSupposedTimePeriod';
|
|
8
|
+
export { default as LocalStoreKeys } from './LocalStoreKeys';
|
|
9
|
+
export { SocialTypes } from './SocialTypes';
|
|
10
|
+
export type { SortModelBuilder, SortModelBuildersLib } from './Sort';
|
|
11
|
+
export { default as ValueRelation } from './ValueRelation';
|