sprof 0.4.1 → 0.5.0
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 +1 -1
- package/dist/core/components/FiltersButtonsSelect.vue.d.ts +9 -0
- package/dist/core/components/SortSelect.vue.d.ts +9 -0
- package/dist/core/components/atoms/index.d.ts +1 -3
- package/dist/core/ftsp/FTSP.d.ts +8 -0
- package/dist/global-components.d.ts +0 -2
- package/dist/modules/forms/components/Fields/DateField.vue.d.ts +1 -1
- package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +1 -1
- package/dist/sprof.js +2574 -2642
- package/dist/sprof.umd.cjs +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/core/components/atoms/PDatePicker/PDatePicker.stories.d.ts +0 -469
- package/dist/core/components/atoms/PDatePicker/PDatePicker.test.d.ts +0 -1
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +0 -84
- package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +0 -155
- package/dist/core/components/atoms/PInputDate/PInputDate.test.d.ts +0 -1
- package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +0 -63
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
-
placeholder: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
width: {
|
|
7
|
-
type: globalThis.PropType<string>;
|
|
8
|
-
required: false;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
margin: {
|
|
12
|
-
type: globalThis.PropType<string>;
|
|
13
|
-
required: false;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
label: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
required: false;
|
|
20
|
-
};
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: globalThis.PropType<Date>;
|
|
23
|
-
};
|
|
24
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
-
input: (...args: any[]) => void;
|
|
26
|
-
change: (...args: any[]) => void;
|
|
27
|
-
"update:modelValue": (...args: any[]) => void;
|
|
28
|
-
beforeChange: (...args: any[]) => void;
|
|
29
|
-
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
30
|
-
placeholder: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
width: {
|
|
35
|
-
type: globalThis.PropType<string>;
|
|
36
|
-
required: false;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
margin: {
|
|
40
|
-
type: globalThis.PropType<string>;
|
|
41
|
-
required: false;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
label: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
default: string;
|
|
47
|
-
required: false;
|
|
48
|
-
};
|
|
49
|
-
modelValue: {
|
|
50
|
-
type: globalThis.PropType<Date>;
|
|
51
|
-
};
|
|
52
|
-
}>> & Readonly<{
|
|
53
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
54
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
55
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
56
|
-
onBeforeChange?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
}>, {
|
|
58
|
-
label: string;
|
|
59
|
-
placeholder: string;
|
|
60
|
-
margin: string;
|
|
61
|
-
width: string;
|
|
62
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
63
|
-
export default _default;
|