sprof 0.2.1 → 0.2.3
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-D2rsuyBZ.js → ExtractsList-Dh6uyUJc.js} +11 -10
- package/dist/core/components/GeneralItem.vue.d.ts +4 -4
- package/dist/core/components/GridContainer.vue.d.ts +1 -1
- 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 +4 -4
- package/dist/core/components/PAutocomplete.vue.d.ts +1 -1
- package/dist/core/components/RemoteSearch.stories.d.ts +6 -6
- package/dist/core/components/RemoteSearch.vue.d.ts +3 -3
- package/dist/core/components/RightSliderContainer.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +54 -18
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +14 -3
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +6 -6
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -3
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +18 -18
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +3 -3
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +180 -38
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +49 -9
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +3 -3
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +3 -3
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +36 -36
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +6 -6
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +18 -18
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +3 -3
- package/dist/core/components/atoms/PList/PList.stories.d.ts +8 -8
- package/dist/core/components/atoms/PList/PList.vue.d.ts +2 -2
- package/dist/core/components/atoms/PListItem/PListItem.stories.d.ts +12 -12
- package/dist/core/components/atoms/PListItem/PListItem.vue.d.ts +2 -2
- package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +4 -4
- package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +2 -2
- package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +18 -18
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +3 -3
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +154 -46
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +56 -9
- package/dist/core/components/atoms/PString/PString.stories.d.ts +12 -12
- package/dist/core/components/atoms/PString/PString.vue.d.ts +6 -6
- package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +14 -18
- package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -5
- package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +12 -12
- package/dist/core/components/components.d.ts +1 -3
- package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
- package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
- 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/PAdd/PContainerStickyHead.vue.d.ts +1 -1
- package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
- package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
- package/dist/core/components/molecules/index.d.ts +1 -2
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +142 -47
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +71 -23
- package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
- package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
- 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 +18 -18
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +2 -2
- package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
- package/dist/core/helpers/Message.d.ts +13 -2
- package/dist/core/ui/Dialog.d.ts +18 -3
- package/dist/core/ui/Dialog.test.d.ts +1 -0
- package/dist/core/ui/Notify.d.ts +19 -24
- package/dist/core/ui/Notify.test.d.ts +1 -0
- package/dist/index-BMNKrMSC.js +14018 -0
- package/dist/index.d.ts +6 -0
- package/dist/install.d.ts +25 -0
- package/dist/sprof.js +19 -3
- package/dist/sprof.umd.cjs +29 -14
- package/dist/style.css +1 -1
- package/dist/test-utils/quasar.d.ts +5 -0
- package/package.json +22 -6
- package/dist/core/components/MessageBody.vue.d.ts +0 -27
- package/dist/core/components/PDialog.vue.d.ts +0 -2
- package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +0 -242
- package/dist/core/components/molecules/PNotify/PNotify.vue.d.ts +0 -2
- package/dist/core/ui/index.d.ts +0 -110
- package/dist/index-CkqPv_mq.js +0 -7517
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { _ as f, P as w } from "./index-
|
|
3
|
-
|
|
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-BMNKrMSC.js";
|
|
3
|
+
import "quasar";
|
|
4
|
+
const B = /* @__PURE__ */ d({
|
|
4
5
|
__name: "ExtractCreateForm",
|
|
5
6
|
emits: ["create"],
|
|
6
7
|
setup(x, { emit: t }) {
|
|
@@ -8,9 +9,9 @@ const B = /* @__PURE__ */ p({
|
|
|
8
9
|
await ExtractsStore.Create(), ExtractsStore.AppendToAll([e]), n("create");
|
|
9
10
|
};
|
|
10
11
|
return (_, c) => {
|
|
11
|
-
const
|
|
12
|
+
const p = l("PInput"), s = l("PButton");
|
|
12
13
|
return i(), C(P, null, [
|
|
13
|
-
m(
|
|
14
|
+
m(p, {
|
|
14
15
|
modelValue: o(e).name,
|
|
15
16
|
"onUpdate:modelValue": c[0] || (c[0] = (r) => o(e).name = r)
|
|
16
17
|
}, null, 8, ["modelValue"]),
|
|
@@ -21,17 +22,17 @@ const B = /* @__PURE__ */ p({
|
|
|
21
22
|
], 64);
|
|
22
23
|
};
|
|
23
24
|
}
|
|
24
|
-
}), I = /* @__PURE__ */ f(B, [["__scopeId", "data-v-acdf750a"]]), M = /* @__PURE__ */
|
|
25
|
+
}), I = /* @__PURE__ */ f(B, [["__scopeId", "data-v-acdf750a"]]), M = /* @__PURE__ */ d({
|
|
25
26
|
__name: "ExtractsList",
|
|
26
27
|
setup(x) {
|
|
27
|
-
const t =
|
|
28
|
+
const t = u(!1), n = u(!1), e = async () => {
|
|
28
29
|
n.value = !0;
|
|
29
30
|
}, a = async () => {
|
|
30
31
|
await Promise.all([e()]);
|
|
31
32
|
}, _ = () => {
|
|
32
33
|
t.value = !t.value;
|
|
33
34
|
};
|
|
34
|
-
return w.H.Hooks.onBeforeMount(a), (c,
|
|
35
|
+
return w.H.Hooks.onBeforeMount(a), (c, p) => {
|
|
35
36
|
const s = I, r = l("PModal");
|
|
36
37
|
return o(t) ? (i(), E(r, {
|
|
37
38
|
key: 0,
|
|
@@ -44,7 +45,7 @@ const B = /* @__PURE__ */ p({
|
|
|
44
45
|
}, 8, ["show"])) : v("", !0);
|
|
45
46
|
};
|
|
46
47
|
}
|
|
47
|
-
}),
|
|
48
|
+
}), y = /* @__PURE__ */ f(M, [["__scopeId", "data-v-03915680"]]);
|
|
48
49
|
export {
|
|
49
|
-
|
|
50
|
+
y as default
|
|
50
51
|
};
|
|
@@ -101,15 +101,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
101
101
|
default: boolean;
|
|
102
102
|
};
|
|
103
103
|
}>> & Readonly<{}>, {
|
|
104
|
-
margin: string;
|
|
105
104
|
padding: string;
|
|
106
|
-
|
|
107
|
-
background: string;
|
|
105
|
+
margin: string;
|
|
108
106
|
width: string;
|
|
109
107
|
height: string;
|
|
110
108
|
fontSize: string;
|
|
111
|
-
|
|
109
|
+
background: string;
|
|
110
|
+
borderColor: string;
|
|
112
111
|
scale: boolean;
|
|
112
|
+
ready: string;
|
|
113
113
|
withIcon: boolean;
|
|
114
114
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
115
115
|
'general-item'?(_: {}): any;
|
|
@@ -82,9 +82,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{}>, {
|
|
84
84
|
margin: string;
|
|
85
|
-
background: string;
|
|
86
85
|
width: string;
|
|
87
86
|
maxWidth: string;
|
|
87
|
+
background: string;
|
|
88
88
|
gridGap: string;
|
|
89
89
|
gridTemplateColumns: string;
|
|
90
90
|
gridTemplateRows: string;
|
|
@@ -43,9 +43,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
+
color: string;
|
|
46
47
|
size: string;
|
|
47
48
|
margin: string;
|
|
48
|
-
color: string;
|
|
49
49
|
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -43,9 +43,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
+
color: string;
|
|
46
47
|
size: string;
|
|
47
48
|
margin: string;
|
|
48
|
-
color: string;
|
|
49
49
|
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -43,9 +43,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
+
color: string;
|
|
46
47
|
size: string;
|
|
47
48
|
margin: string;
|
|
48
|
-
color: string;
|
|
49
49
|
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -43,9 +43,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
+
color: string;
|
|
46
47
|
size: string;
|
|
47
48
|
margin: string;
|
|
48
|
-
color: string;
|
|
49
49
|
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -43,9 +43,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
+
color: string;
|
|
46
47
|
size: string;
|
|
47
48
|
margin: string;
|
|
48
|
-
color: string;
|
|
49
49
|
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -43,9 +43,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
+
color: string;
|
|
46
47
|
size: string;
|
|
47
48
|
margin: string;
|
|
48
|
-
color: string;
|
|
49
49
|
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -43,9 +43,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
|
+
color: string;
|
|
46
47
|
size: string;
|
|
47
48
|
margin: string;
|
|
48
|
-
color: string;
|
|
49
49
|
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -199,16 +199,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
199
199
|
"onKeyup-enter"?: ((...args: any[]) => any) | undefined;
|
|
200
200
|
"onAfter-close"?: ((...args: any[]) => any) | undefined;
|
|
201
201
|
}>, {
|
|
202
|
+
padding: string;
|
|
202
203
|
title: string;
|
|
203
204
|
close: boolean;
|
|
204
205
|
margin: string;
|
|
205
|
-
padding: string;
|
|
206
|
-
borderColor: string;
|
|
207
|
-
background: string;
|
|
208
206
|
width: string;
|
|
209
207
|
height: string;
|
|
210
|
-
minWidth: string;
|
|
211
208
|
maxWidth: string;
|
|
209
|
+
minWidth: string;
|
|
210
|
+
background: string;
|
|
211
|
+
borderColor: string;
|
|
212
212
|
customClass: string;
|
|
213
213
|
withOpenWindow: boolean;
|
|
214
214
|
withHover: boolean;
|
|
@@ -90,8 +90,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
90
90
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
}>, {
|
|
93
|
-
modelValue: string;
|
|
94
93
|
width: string | number;
|
|
94
|
+
modelValue: string;
|
|
95
95
|
searchFunc: Function;
|
|
96
96
|
suggestions: ISearchObject[];
|
|
97
97
|
maxHeightResultList: string;
|
|
@@ -95,8 +95,8 @@ declare const _default: {
|
|
|
95
95
|
focus: boolean;
|
|
96
96
|
placeholder: string;
|
|
97
97
|
storeModule: string;
|
|
98
|
-
modelValue: string;
|
|
99
98
|
width: string | number;
|
|
99
|
+
modelValue: string;
|
|
100
100
|
maxHeightResultList: string;
|
|
101
101
|
zIndexResultList: string;
|
|
102
102
|
boxShadowResultList: string;
|
|
@@ -152,8 +152,8 @@ declare const _default: {
|
|
|
152
152
|
input: (...args: any[]) => void;
|
|
153
153
|
select: (...args: any[]) => void;
|
|
154
154
|
}, import('vue').PublicProps, {
|
|
155
|
-
modelValue: string;
|
|
156
155
|
width: string | number;
|
|
156
|
+
modelValue: string;
|
|
157
157
|
searchFunc: Function;
|
|
158
158
|
suggestions: import('../interfaces/ISearchObject').default[];
|
|
159
159
|
maxHeightResultList: string;
|
|
@@ -212,8 +212,8 @@ declare const _default: {
|
|
|
212
212
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
213
213
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
214
214
|
}>, {}, {}, {}, {}, {
|
|
215
|
-
modelValue: string;
|
|
216
215
|
width: string | number;
|
|
216
|
+
modelValue: string;
|
|
217
217
|
searchFunc: Function;
|
|
218
218
|
suggestions: import('../interfaces/ISearchObject').default[];
|
|
219
219
|
maxHeightResultList: string;
|
|
@@ -355,8 +355,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
355
355
|
focus: boolean;
|
|
356
356
|
placeholder: string;
|
|
357
357
|
storeModule: string;
|
|
358
|
-
modelValue: string;
|
|
359
358
|
width: string | number;
|
|
359
|
+
modelValue: string;
|
|
360
360
|
maxHeightResultList: string;
|
|
361
361
|
zIndexResultList: string;
|
|
362
362
|
boxShadowResultList: string;
|
|
@@ -412,8 +412,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
412
412
|
input: (...args: any[]) => void;
|
|
413
413
|
select: (...args: any[]) => void;
|
|
414
414
|
}, import('vue').PublicProps, {
|
|
415
|
-
modelValue: string;
|
|
416
415
|
width: string | number;
|
|
416
|
+
modelValue: string;
|
|
417
417
|
searchFunc: Function;
|
|
418
418
|
suggestions: import('../interfaces/ISearchObject').default[];
|
|
419
419
|
maxHeightResultList: string;
|
|
@@ -472,8 +472,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
472
472
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
473
473
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
474
474
|
}>, {}, {}, {}, {}, {
|
|
475
|
-
modelValue: string;
|
|
476
475
|
width: string | number;
|
|
476
|
+
modelValue: string;
|
|
477
477
|
searchFunc: Function;
|
|
478
478
|
suggestions: import('../interfaces/ISearchObject').default[];
|
|
479
479
|
maxHeightResultList: string;
|
|
@@ -93,8 +93,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
93
93
|
focus: boolean;
|
|
94
94
|
placeholder: string;
|
|
95
95
|
storeModule: string;
|
|
96
|
-
modelValue: string;
|
|
97
96
|
width: string | number;
|
|
97
|
+
modelValue: string;
|
|
98
98
|
maxHeightResultList: string;
|
|
99
99
|
zIndexResultList: string;
|
|
100
100
|
boxShadowResultList: string;
|
|
@@ -150,8 +150,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
150
150
|
input: (...args: any[]) => void;
|
|
151
151
|
select: (...args: any[]) => void;
|
|
152
152
|
}, import('vue').PublicProps, {
|
|
153
|
-
modelValue: string;
|
|
154
153
|
width: string | number;
|
|
154
|
+
modelValue: string;
|
|
155
155
|
searchFunc: Function;
|
|
156
156
|
suggestions: ISearchObject[];
|
|
157
157
|
maxHeightResultList: string;
|
|
@@ -210,8 +210,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
210
210
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
211
211
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
212
212
|
}>, {}, {}, {}, {}, {
|
|
213
|
-
modelValue: string;
|
|
214
213
|
width: string | number;
|
|
214
|
+
modelValue: string;
|
|
215
215
|
searchFunc: Function;
|
|
216
216
|
suggestions: ISearchObject[];
|
|
217
217
|
maxHeightResultList: string;
|
|
@@ -65,10 +65,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
65
65
|
}>, {
|
|
66
66
|
toggle: boolean;
|
|
67
67
|
background: string;
|
|
68
|
-
sliderOffWidth: string;
|
|
69
|
-
sliderOnWidth: string;
|
|
70
68
|
titleOpen: string;
|
|
71
69
|
titleClose: string;
|
|
70
|
+
sliderOffWidth: string;
|
|
71
|
+
sliderOnWidth: string;
|
|
72
72
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
73
73
|
header?(_: {}): any;
|
|
74
74
|
default?(_: {}): any;
|
|
@@ -48,20 +48,26 @@ declare const _default: Meta<{
|
|
|
48
48
|
default: string;
|
|
49
49
|
required: false;
|
|
50
50
|
};
|
|
51
|
+
disabled: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
required: false;
|
|
55
|
+
};
|
|
51
56
|
}>> & Readonly<{
|
|
52
57
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
53
58
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
59
|
click: (...args: any[]) => void;
|
|
55
60
|
}, import('vue').PublicProps, {
|
|
56
61
|
type: Statuses;
|
|
57
|
-
text: string;
|
|
58
62
|
size: Sizes;
|
|
59
|
-
margin: string;
|
|
60
63
|
padding: string;
|
|
64
|
+
text: string;
|
|
65
|
+
margin: string;
|
|
61
66
|
width: string;
|
|
62
67
|
height: string;
|
|
63
|
-
fontSize: string;
|
|
64
68
|
skin: string;
|
|
69
|
+
fontSize: string;
|
|
70
|
+
disabled: boolean;
|
|
65
71
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
66
72
|
P: {};
|
|
67
73
|
B: {};
|
|
@@ -115,18 +121,24 @@ declare const _default: Meta<{
|
|
|
115
121
|
default: string;
|
|
116
122
|
required: false;
|
|
117
123
|
};
|
|
124
|
+
disabled: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
default: boolean;
|
|
127
|
+
required: false;
|
|
128
|
+
};
|
|
118
129
|
}>> & Readonly<{
|
|
119
130
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
120
131
|
}>, {}, {}, {}, {}, {
|
|
121
132
|
type: Statuses;
|
|
122
|
-
text: string;
|
|
123
133
|
size: Sizes;
|
|
124
|
-
margin: string;
|
|
125
134
|
padding: string;
|
|
135
|
+
text: string;
|
|
136
|
+
margin: string;
|
|
126
137
|
width: string;
|
|
127
138
|
height: string;
|
|
128
|
-
fontSize: string;
|
|
129
139
|
skin: string;
|
|
140
|
+
fontSize: string;
|
|
141
|
+
disabled: boolean;
|
|
130
142
|
}>;
|
|
131
143
|
__isFragment?: undefined;
|
|
132
144
|
__isTeleport?: undefined;
|
|
@@ -177,20 +189,26 @@ declare const _default: Meta<{
|
|
|
177
189
|
default: string;
|
|
178
190
|
required: false;
|
|
179
191
|
};
|
|
192
|
+
disabled: {
|
|
193
|
+
type: BooleanConstructor;
|
|
194
|
+
default: boolean;
|
|
195
|
+
required: false;
|
|
196
|
+
};
|
|
180
197
|
}>> & Readonly<{
|
|
181
198
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
182
199
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
183
200
|
click: (...args: any[]) => void;
|
|
184
201
|
}, string, {
|
|
185
202
|
type: Statuses;
|
|
186
|
-
text: string;
|
|
187
203
|
size: Sizes;
|
|
188
|
-
margin: string;
|
|
189
204
|
padding: string;
|
|
205
|
+
text: string;
|
|
206
|
+
margin: string;
|
|
190
207
|
width: string;
|
|
191
208
|
height: string;
|
|
192
|
-
fontSize: string;
|
|
193
209
|
skin: string;
|
|
210
|
+
fontSize: string;
|
|
211
|
+
disabled: boolean;
|
|
194
212
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
195
213
|
$slots: {
|
|
196
214
|
default?(_: {}): any;
|
|
@@ -244,20 +262,26 @@ export declare const Base: StoryFn<{
|
|
|
244
262
|
default: string;
|
|
245
263
|
required: false;
|
|
246
264
|
};
|
|
265
|
+
disabled: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
required: false;
|
|
269
|
+
};
|
|
247
270
|
}>> & Readonly<{
|
|
248
271
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
249
272
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
250
273
|
click: (...args: any[]) => void;
|
|
251
274
|
}, import('vue').PublicProps, {
|
|
252
275
|
type: Statuses;
|
|
253
|
-
text: string;
|
|
254
276
|
size: Sizes;
|
|
255
|
-
margin: string;
|
|
256
277
|
padding: string;
|
|
278
|
+
text: string;
|
|
279
|
+
margin: string;
|
|
257
280
|
width: string;
|
|
258
281
|
height: string;
|
|
259
|
-
fontSize: string;
|
|
260
282
|
skin: string;
|
|
283
|
+
fontSize: string;
|
|
284
|
+
disabled: boolean;
|
|
261
285
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
262
286
|
P: {};
|
|
263
287
|
B: {};
|
|
@@ -311,18 +335,24 @@ export declare const Base: StoryFn<{
|
|
|
311
335
|
default: string;
|
|
312
336
|
required: false;
|
|
313
337
|
};
|
|
338
|
+
disabled: {
|
|
339
|
+
type: BooleanConstructor;
|
|
340
|
+
default: boolean;
|
|
341
|
+
required: false;
|
|
342
|
+
};
|
|
314
343
|
}>> & Readonly<{
|
|
315
344
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
316
345
|
}>, {}, {}, {}, {}, {
|
|
317
346
|
type: Statuses;
|
|
318
|
-
text: string;
|
|
319
347
|
size: Sizes;
|
|
320
|
-
margin: string;
|
|
321
348
|
padding: string;
|
|
349
|
+
text: string;
|
|
350
|
+
margin: string;
|
|
322
351
|
width: string;
|
|
323
352
|
height: string;
|
|
324
|
-
fontSize: string;
|
|
325
353
|
skin: string;
|
|
354
|
+
fontSize: string;
|
|
355
|
+
disabled: boolean;
|
|
326
356
|
}>;
|
|
327
357
|
__isFragment?: undefined;
|
|
328
358
|
__isTeleport?: undefined;
|
|
@@ -373,20 +403,26 @@ export declare const Base: StoryFn<{
|
|
|
373
403
|
default: string;
|
|
374
404
|
required: false;
|
|
375
405
|
};
|
|
406
|
+
disabled: {
|
|
407
|
+
type: BooleanConstructor;
|
|
408
|
+
default: boolean;
|
|
409
|
+
required: false;
|
|
410
|
+
};
|
|
376
411
|
}>> & Readonly<{
|
|
377
412
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
378
413
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
379
414
|
click: (...args: any[]) => void;
|
|
380
415
|
}, string, {
|
|
381
416
|
type: Statuses;
|
|
382
|
-
text: string;
|
|
383
417
|
size: Sizes;
|
|
384
|
-
margin: string;
|
|
385
418
|
padding: string;
|
|
419
|
+
text: string;
|
|
420
|
+
margin: string;
|
|
386
421
|
width: string;
|
|
387
422
|
height: string;
|
|
388
|
-
fontSize: string;
|
|
389
423
|
skin: string;
|
|
424
|
+
fontSize: string;
|
|
425
|
+
disabled: boolean;
|
|
390
426
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
391
427
|
$slots: {
|
|
392
428
|
default?(_: {}): any;
|
|
@@ -46,6 +46,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
46
46
|
default: string;
|
|
47
47
|
required: false;
|
|
48
48
|
};
|
|
49
|
+
disabled: {
|
|
50
|
+
type: BooleanConstructor;
|
|
51
|
+
default: boolean;
|
|
52
|
+
required: false;
|
|
53
|
+
};
|
|
49
54
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
50
55
|
click: (...args: any[]) => void;
|
|
51
56
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -94,18 +99,24 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
94
99
|
default: string;
|
|
95
100
|
required: false;
|
|
96
101
|
};
|
|
102
|
+
disabled: {
|
|
103
|
+
type: BooleanConstructor;
|
|
104
|
+
default: boolean;
|
|
105
|
+
required: false;
|
|
106
|
+
};
|
|
97
107
|
}>> & Readonly<{
|
|
98
108
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
99
109
|
}>, {
|
|
100
110
|
type: Statuses;
|
|
101
|
-
text: string;
|
|
102
111
|
size: Sizes;
|
|
103
|
-
margin: string;
|
|
104
112
|
padding: string;
|
|
113
|
+
text: string;
|
|
114
|
+
margin: string;
|
|
105
115
|
width: string;
|
|
106
116
|
height: string;
|
|
107
|
-
fontSize: string;
|
|
108
117
|
skin: string;
|
|
118
|
+
fontSize: string;
|
|
119
|
+
disabled: boolean;
|
|
109
120
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
110
121
|
default?(_: {}): any;
|
|
111
122
|
}>;
|
|
@@ -81,14 +81,14 @@ declare const _default: {
|
|
|
81
81
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
82
82
|
}>, {
|
|
83
83
|
size: string;
|
|
84
|
-
value: string | boolean;
|
|
85
84
|
label: string;
|
|
86
|
-
margin: string;
|
|
87
85
|
padding: string;
|
|
86
|
+
value: string | boolean;
|
|
87
|
+
margin: string;
|
|
88
88
|
width: string;
|
|
89
89
|
fontSize: string;
|
|
90
90
|
borderRadius: string;
|
|
91
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
91
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
92
92
|
tags: string[];
|
|
93
93
|
parameters: {
|
|
94
94
|
docs: {
|
|
@@ -213,11 +213,11 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
213
213
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
214
214
|
}>, {
|
|
215
215
|
size: string;
|
|
216
|
-
value: string | boolean;
|
|
217
216
|
label: string;
|
|
218
|
-
margin: string;
|
|
219
217
|
padding: string;
|
|
218
|
+
value: string | boolean;
|
|
219
|
+
margin: string;
|
|
220
220
|
width: string;
|
|
221
221
|
fontSize: string;
|
|
222
222
|
borderRadius: string;
|
|
223
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
223
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
@@ -78,12 +78,12 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
78
78
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
79
79
|
}>, {
|
|
80
80
|
size: string;
|
|
81
|
-
value: string | boolean;
|
|
82
81
|
label: string;
|
|
83
|
-
margin: string;
|
|
84
82
|
padding: string;
|
|
83
|
+
value: string | boolean;
|
|
84
|
+
margin: string;
|
|
85
85
|
width: string;
|
|
86
86
|
fontSize: string;
|
|
87
87
|
borderRadius: string;
|
|
88
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
88
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
89
89
|
export default _default;
|
|
@@ -67,12 +67,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
67
67
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
"onUpdate:modelValue"?: ((value: Date | null) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
|
-
text: string;
|
|
71
70
|
label: string;
|
|
71
|
+
padding: string;
|
|
72
|
+
text: string;
|
|
72
73
|
placeholder: string;
|
|
73
74
|
margin: string;
|
|
74
|
-
|
|
75
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
75
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
76
76
|
default?(_: {}): any;
|
|
77
77
|
right?(_: {}): any;
|
|
78
78
|
}>;
|