sprof 0.0.123 → 0.0.124
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/ContextWindow.vue.d.ts +1 -1
- package/dist/core/components/DateInputRange.vue.d.ts +1 -1
- package/dist/core/components/DropList.vue.d.ts +1 -1
- package/dist/core/components/GeneralItem.vue.d.ts +1 -1
- package/dist/core/components/GridContainer.vue.d.ts +1 -1
- package/dist/core/components/ImageCropper.vue.d.ts +133 -1
- package/dist/core/components/InfoItem.vue.d.ts +1 -1
- package/dist/core/components/LeftRightContainer.vue.d.ts +1 -1
- package/dist/core/components/MessageBody.vue.d.ts +1 -1
- package/dist/core/components/PPagination.vue.d.ts +1 -1
- package/dist/core/components/PhoneForm.vue.d.ts +2 -2
- package/dist/core/components/RemoteSearch.vue.d.ts +3 -1
- package/dist/core/components/ResearcheContainer.vue.d.ts +1 -1
- package/dist/core/components/RightSliderContainer.vue.d.ts +1 -1
- package/dist/core/components/RightTabsContainer.vue.d.ts +2 -2
- package/dist/core/components/SingleNameToggleForm.vue.d.ts +3 -1
- package/dist/core/components/Switch3Pos.vue.d.ts +1 -1
- package/dist/core/components/ThemeWrapper.vue.d.ts +1 -1
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +6 -2
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -1
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -1
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +12 -2
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +3 -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/PInputNumber/PInputNumber.stories.d.ts +23 -109
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +16 -3
- package/dist/core/components/atoms/PList/PList.stories.d.ts +2 -2
- package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
- package/dist/core/components/atoms/PListItem/PListItem.stories.d.ts +3 -3
- package/dist/core/components/atoms/PListItem/PListItem.vue.d.ts +1 -1
- package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +6 -2
- package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +3 -1
- package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +2 -2
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +1 -1
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +10 -0
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +2 -0
- package/dist/core/components/atoms/PSticky/PSticky.stories.d.ts +2 -2
- package/dist/core/components/atoms/PSticky/PSticky.vue.d.ts +1 -1
- package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
- package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
- package/dist/core/components/atoms/PTable/PTable.storeis.d.ts +2 -2
- package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
- package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +12 -2
- package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -1
- package/dist/core/components/molecules/Collapse/VerticalCollapseContainer.vue.d.ts +3 -3
- package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
- package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
- package/dist/core/components/organisms/AuthForm/AuthForm.vue.d.ts +1 -1
- package/dist/core/components/organisms/PTabs/PTabs.stories.d.ts +6 -2
- package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +3 -1
- package/dist/core/components/pages/AuthPage.vue.d.ts +1 -1
- package/dist/core/components/pages/PageNotFound.vue.d.ts +1 -1
- package/dist/core/helpers/BaseRoutes.d.ts +2 -2
- package/dist/core/helpers/Numbers.d.ts +3 -0
- package/dist/modules/forms/components/admin/Fields/DateFieldEdit.vue.d.ts +1 -1
- package/dist/modules/forms/components/admin/Fields/FieldsEditsComponents.d.ts +3 -3
- package/dist/modules/forms/components/admin/Fields/StringFieldEdit.vue.d.ts +1 -1
- package/dist/sprof.js +1760 -1773
- package/dist/sprof.umd.cjs +13 -13
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
2
2
|
main?(_: {}): any;
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
'inside-content-left'?(_: {}): any;
|
|
4
|
+
'inside-title'?(_: {}): any;
|
|
5
|
+
'inside-content-right'?(_: {}): any;
|
|
6
6
|
}>;
|
|
7
7
|
export default _default;
|
|
8
8
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
56
56
|
background: string;
|
|
57
57
|
zIndex: number;
|
|
58
58
|
padding: string;
|
|
59
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
59
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
60
60
|
title?(_: {}): any;
|
|
61
61
|
default?(_: {}): any;
|
|
62
62
|
}>;
|
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
34
34
|
margin: string;
|
|
35
35
|
background: string;
|
|
36
36
|
padding: string;
|
|
37
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
38
38
|
default?(_: {}): any;
|
|
39
39
|
}>;
|
|
40
40
|
export default _default;
|
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
34
34
|
margin: string;
|
|
35
35
|
background: string;
|
|
36
36
|
padding: string;
|
|
37
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
38
38
|
title?(_: {}): any;
|
|
39
39
|
default?(_: {}): any;
|
|
40
40
|
}>;
|
|
@@ -32,5 +32,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
32
32
|
width: string;
|
|
33
33
|
margin: string;
|
|
34
34
|
padding: string;
|
|
35
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
36
36
|
export default _default;
|
|
@@ -42,7 +42,9 @@ declare const _default: {
|
|
|
42
42
|
tabHeight: string;
|
|
43
43
|
minMenuItemWidth: string;
|
|
44
44
|
outTopMargin: string;
|
|
45
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
45
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
46
|
+
menuRef: HTMLDivElement;
|
|
47
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
46
48
|
P: {};
|
|
47
49
|
B: {};
|
|
48
50
|
D: {};
|
|
@@ -217,7 +219,9 @@ export declare const Default: StoryFn<{
|
|
|
217
219
|
tabHeight: string;
|
|
218
220
|
minMenuItemWidth: string;
|
|
219
221
|
outTopMargin: string;
|
|
220
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
222
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
223
|
+
menuRef: HTMLDivElement;
|
|
224
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
221
225
|
P: {};
|
|
222
226
|
B: {};
|
|
223
227
|
D: {};
|
|
@@ -69,7 +69,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
69
69
|
tabHeight: string;
|
|
70
70
|
minMenuItemWidth: string;
|
|
71
71
|
outTopMargin: string;
|
|
72
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
72
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
73
|
+
menuRef: HTMLDivElement;
|
|
74
|
+
}, HTMLDivElement>, {
|
|
73
75
|
default?(_: {}): any;
|
|
74
76
|
}>;
|
|
75
77
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -6,7 +6,7 @@ declare const _default: ({
|
|
|
6
6
|
name?: undefined;
|
|
7
7
|
} | {
|
|
8
8
|
path: string;
|
|
9
|
-
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
9
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
10
10
|
meta: {
|
|
11
11
|
layout: string;
|
|
12
12
|
};
|
|
@@ -15,7 +15,7 @@ declare const _default: ({
|
|
|
15
15
|
} | {
|
|
16
16
|
path: string;
|
|
17
17
|
name: string;
|
|
18
|
-
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
18
|
+
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
19
19
|
redirect?: undefined;
|
|
20
20
|
meta?: undefined;
|
|
21
21
|
})[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
declare const FiedlsEditsComponents: {
|
|
2
|
-
string: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
3
|
-
text: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
2
|
+
string: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
+
text: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
4
4
|
number: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
|
-
date: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
5
|
+
date: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
6
6
|
radio: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
7
7
|
field: {
|
|
8
8
|
type: typeof import('../../../classes').Field;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|