sprof 0.1.55 → 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/BaseStore.d.ts +1 -2
- package/dist/core/helpers/Classes.d.ts +2 -4
- package/dist/core/interfaces/index.d.ts +11 -2
- package/dist/core/store/index.d.ts +0 -8
- 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 -13841
- package/dist/sprof.umd.cjs +14 -33
- package/dist/style.css +1 -1
- package/package.json +3 -1
package/README.md
CHANGED
|
File without changes
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { defineComponent as p, resolveComponent as l, openBlock as i, createElementBlock as C, Fragment as P, createVNode as m, unref as o, ref as d, createBlock as E, withCtx as k, createCommentVNode as v } from "vue";
|
|
2
|
+
import { _ as f, P as w } from "./index-CkqPv_mq.js";
|
|
3
|
+
const B = /* @__PURE__ */ p({
|
|
4
|
+
__name: "ExtractCreateForm",
|
|
5
|
+
emits: ["create"],
|
|
6
|
+
setup(x, { emit: t }) {
|
|
7
|
+
const n = t, e = ExtractsStore.Item, a = async () => {
|
|
8
|
+
await ExtractsStore.Create(), ExtractsStore.AppendToAll([e]), n("create");
|
|
9
|
+
};
|
|
10
|
+
return (_, c) => {
|
|
11
|
+
const u = l("PInput"), s = l("PButton");
|
|
12
|
+
return i(), C(P, null, [
|
|
13
|
+
m(u, {
|
|
14
|
+
modelValue: o(e).name,
|
|
15
|
+
"onUpdate:modelValue": c[0] || (c[0] = (r) => o(e).name = r)
|
|
16
|
+
}, null, 8, ["modelValue"]),
|
|
17
|
+
m(s, {
|
|
18
|
+
text: "Создать",
|
|
19
|
+
onClick: a
|
|
20
|
+
})
|
|
21
|
+
], 64);
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
}), I = /* @__PURE__ */ f(B, [["__scopeId", "data-v-acdf750a"]]), M = /* @__PURE__ */ p({
|
|
25
|
+
__name: "ExtractsList",
|
|
26
|
+
setup(x) {
|
|
27
|
+
const t = d(!1), n = d(!1), e = async () => {
|
|
28
|
+
n.value = !0;
|
|
29
|
+
}, a = async () => {
|
|
30
|
+
await Promise.all([e()]);
|
|
31
|
+
}, _ = () => {
|
|
32
|
+
t.value = !t.value;
|
|
33
|
+
};
|
|
34
|
+
return w.H.Hooks.onBeforeMount(a), (c, u) => {
|
|
35
|
+
const s = I, r = l("PModal");
|
|
36
|
+
return o(t) ? (i(), E(r, {
|
|
37
|
+
key: 0,
|
|
38
|
+
show: o(t)
|
|
39
|
+
}, {
|
|
40
|
+
default: k(() => [
|
|
41
|
+
m(s, { onCreate: _ })
|
|
42
|
+
]),
|
|
43
|
+
_: 1
|
|
44
|
+
}, 8, ["show"])) : v("", !0);
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
}), h = /* @__PURE__ */ f(M, [["__scopeId", "data-v-03915680"]]);
|
|
48
|
+
export {
|
|
49
|
+
h as default
|
|
50
|
+
};
|
|
@@ -3,8 +3,8 @@ import { default as FileInfo } from './FileInfo';
|
|
|
3
3
|
import { default as Human } from './Human';
|
|
4
4
|
import { default as Phone } from './Phone';
|
|
5
5
|
import { default as PostAddress } from './PostAddress';
|
|
6
|
-
import { default as Website } from './Website';
|
|
7
6
|
import { default as UserAccount } from './UserAccount';
|
|
7
|
+
import { default as Website } from './Website';
|
|
8
8
|
export default abstract class C {
|
|
9
9
|
static Phone: typeof Phone;
|
|
10
10
|
static FileInfo: typeof FileInfo;
|
|
@@ -103,11 +103,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
103
103
|
}>> & Readonly<{}>, {
|
|
104
104
|
margin: string;
|
|
105
105
|
padding: string;
|
|
106
|
+
borderColor: string;
|
|
107
|
+
background: string;
|
|
106
108
|
width: string;
|
|
107
109
|
height: string;
|
|
108
110
|
fontSize: string;
|
|
109
|
-
background: string;
|
|
110
|
-
borderColor: string;
|
|
111
111
|
ready: string;
|
|
112
112
|
scale: boolean;
|
|
113
113
|
withIcon: boolean;
|
|
@@ -82,13 +82,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{}>, {
|
|
84
84
|
margin: string;
|
|
85
|
+
background: string;
|
|
85
86
|
width: string;
|
|
86
87
|
maxWidth: string;
|
|
87
|
-
background: string;
|
|
88
|
-
customClass: string;
|
|
89
88
|
gridGap: string;
|
|
90
89
|
gridTemplateColumns: string;
|
|
91
90
|
gridTemplateRows: string;
|
|
91
|
+
customClass: string;
|
|
92
92
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
93
93
|
default?(_: {}): any;
|
|
94
94
|
}>;
|
|
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
46
|
size: string;
|
|
47
47
|
margin: string;
|
|
48
|
-
iconClass: string;
|
|
49
48
|
color: string;
|
|
49
|
+
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
46
|
size: string;
|
|
47
47
|
margin: string;
|
|
48
|
-
iconClass: string;
|
|
49
48
|
color: string;
|
|
49
|
+
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
46
|
size: string;
|
|
47
47
|
margin: string;
|
|
48
|
-
iconClass: string;
|
|
49
48
|
color: string;
|
|
49
|
+
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
46
|
size: string;
|
|
47
47
|
margin: string;
|
|
48
|
-
iconClass: string;
|
|
49
48
|
color: string;
|
|
49
|
+
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
46
|
size: string;
|
|
47
47
|
margin: string;
|
|
48
|
-
iconClass: string;
|
|
49
48
|
color: string;
|
|
49
|
+
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
46
|
size: string;
|
|
47
47
|
margin: string;
|
|
48
|
-
iconClass: string;
|
|
49
48
|
color: string;
|
|
49
|
+
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
@@ -45,8 +45,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
46
|
size: string;
|
|
47
47
|
margin: string;
|
|
48
|
-
iconClass: string;
|
|
49
48
|
color: string;
|
|
49
|
+
iconClass: string;
|
|
50
50
|
hoverColor: string;
|
|
51
51
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
@@ -203,12 +203,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
203
203
|
close: boolean;
|
|
204
204
|
margin: string;
|
|
205
205
|
padding: string;
|
|
206
|
+
borderColor: string;
|
|
207
|
+
background: string;
|
|
206
208
|
width: string;
|
|
207
209
|
height: string;
|
|
208
|
-
maxWidth: string;
|
|
209
210
|
minWidth: string;
|
|
210
|
-
|
|
211
|
-
borderColor: string;
|
|
211
|
+
maxWidth: 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
|
-
width: string | number;
|
|
94
93
|
modelValue: string;
|
|
94
|
+
width: string | number;
|
|
95
95
|
searchFunc: Function;
|
|
96
96
|
suggestions: ISearchObject[];
|
|
97
97
|
maxHeightResultList: string;
|
|
@@ -12,10 +12,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
12
12
|
type: globalThis.PropType<IStorePaginator>;
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
-
cancel: (...args: any[]) => void;
|
|
17
|
-
save: (...args: any[]) => void;
|
|
18
|
-
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
19
16
|
showConfirm: {
|
|
20
17
|
type: BooleanConstructor;
|
|
21
18
|
default: boolean;
|
|
@@ -28,10 +25,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
28
25
|
type: globalThis.PropType<IStorePaginator>;
|
|
29
26
|
required: true;
|
|
30
27
|
};
|
|
31
|
-
}>> & Readonly<{
|
|
32
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
onSave?: ((...args: any[]) => any) | undefined;
|
|
34
|
-
}>, {
|
|
28
|
+
}>> & Readonly<{}>, {
|
|
35
29
|
justifyContent: string;
|
|
36
30
|
showConfirm: boolean;
|
|
37
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -95,8 +95,8 @@ declare const _default: {
|
|
|
95
95
|
focus: boolean;
|
|
96
96
|
placeholder: string;
|
|
97
97
|
storeModule: string;
|
|
98
|
-
width: string | number;
|
|
99
98
|
modelValue: string;
|
|
99
|
+
width: string | number;
|
|
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
|
-
width: string | number;
|
|
156
155
|
modelValue: string;
|
|
156
|
+
width: string | number;
|
|
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
|
-
width: string | number;
|
|
216
215
|
modelValue: string;
|
|
216
|
+
width: string | number;
|
|
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
|
-
width: string | number;
|
|
359
358
|
modelValue: string;
|
|
359
|
+
width: string | number;
|
|
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
|
-
width: string | number;
|
|
416
415
|
modelValue: string;
|
|
416
|
+
width: string | number;
|
|
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
|
-
width: string | number;
|
|
476
475
|
modelValue: string;
|
|
476
|
+
width: string | number;
|
|
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
|
-
width: string | number;
|
|
97
96
|
modelValue: string;
|
|
97
|
+
width: string | number;
|
|
98
98
|
maxHeightResultList: string;
|
|
99
99
|
zIndexResultList: string;
|
|
100
100
|
boxShadowResultList: string;
|
|
@@ -141,7 +141,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
141
141
|
};
|
|
142
142
|
boxShadowResultList: {
|
|
143
143
|
type: globalThis.PropType<string>;
|
|
144
|
-
default: string;
|
|
144
|
+
/** @type { typeof __VLS_ctx.searchForm } */ default: string;
|
|
145
145
|
};
|
|
146
146
|
}>> & Readonly<{
|
|
147
147
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
@@ -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
|
-
width: string | number;
|
|
154
153
|
modelValue: string;
|
|
154
|
+
width: string | number;
|
|
155
155
|
searchFunc: Function;
|
|
156
156
|
suggestions: ISearchObject[];
|
|
157
157
|
maxHeightResultList: string;
|
|
@@ -204,14 +204,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
204
204
|
};
|
|
205
205
|
boxShadowResultList: {
|
|
206
206
|
type: globalThis.PropType<string>;
|
|
207
|
-
default: string;
|
|
207
|
+
/** @type { typeof __VLS_ctx.searchForm } */ default: string;
|
|
208
208
|
};
|
|
209
209
|
}>> & Readonly<{
|
|
210
210
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
211
211
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
212
212
|
}>, {}, {}, {}, {}, {
|
|
213
|
-
width: string | number;
|
|
214
213
|
modelValue: string;
|
|
214
|
+
width: string | number;
|
|
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
|
-
titleOpen: string;
|
|
69
|
-
titleClose: string;
|
|
70
68
|
sliderOffWidth: string;
|
|
71
69
|
sliderOnWidth: string;
|
|
70
|
+
titleOpen: string;
|
|
71
|
+
titleClose: string;
|
|
72
72
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
73
73
|
header?(_: {}): any;
|
|
74
74
|
default?(_: {}): any;
|
|
@@ -53,15 +53,15 @@ declare const _default: Meta<{
|
|
|
53
53
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
54
|
click: (...args: any[]) => void;
|
|
55
55
|
}, import('vue').PublicProps, {
|
|
56
|
-
size: Sizes;
|
|
57
56
|
type: Statuses;
|
|
58
57
|
text: string;
|
|
58
|
+
size: Sizes;
|
|
59
59
|
margin: string;
|
|
60
60
|
padding: string;
|
|
61
61
|
width: string;
|
|
62
62
|
height: string;
|
|
63
|
-
skin: string;
|
|
64
63
|
fontSize: string;
|
|
64
|
+
skin: string;
|
|
65
65
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
66
66
|
P: {};
|
|
67
67
|
B: {};
|
|
@@ -118,15 +118,15 @@ declare const _default: Meta<{
|
|
|
118
118
|
}>> & Readonly<{
|
|
119
119
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
120
120
|
}>, {}, {}, {}, {}, {
|
|
121
|
-
size: Sizes;
|
|
122
121
|
type: Statuses;
|
|
123
122
|
text: string;
|
|
123
|
+
size: Sizes;
|
|
124
124
|
margin: string;
|
|
125
125
|
padding: string;
|
|
126
126
|
width: string;
|
|
127
127
|
height: string;
|
|
128
|
-
skin: string;
|
|
129
128
|
fontSize: string;
|
|
129
|
+
skin: string;
|
|
130
130
|
}>;
|
|
131
131
|
__isFragment?: undefined;
|
|
132
132
|
__isTeleport?: undefined;
|
|
@@ -182,15 +182,15 @@ declare const _default: Meta<{
|
|
|
182
182
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
183
183
|
click: (...args: any[]) => void;
|
|
184
184
|
}, string, {
|
|
185
|
-
size: Sizes;
|
|
186
185
|
type: Statuses;
|
|
187
186
|
text: string;
|
|
187
|
+
size: Sizes;
|
|
188
188
|
margin: string;
|
|
189
189
|
padding: string;
|
|
190
190
|
width: string;
|
|
191
191
|
height: string;
|
|
192
|
-
skin: string;
|
|
193
192
|
fontSize: string;
|
|
193
|
+
skin: string;
|
|
194
194
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
195
195
|
$slots: {
|
|
196
196
|
default?(_: {}): any;
|
|
@@ -249,15 +249,15 @@ export declare const Base: StoryFn<{
|
|
|
249
249
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
250
250
|
click: (...args: any[]) => void;
|
|
251
251
|
}, import('vue').PublicProps, {
|
|
252
|
-
size: Sizes;
|
|
253
252
|
type: Statuses;
|
|
254
253
|
text: string;
|
|
254
|
+
size: Sizes;
|
|
255
255
|
margin: string;
|
|
256
256
|
padding: string;
|
|
257
257
|
width: string;
|
|
258
258
|
height: string;
|
|
259
|
-
skin: string;
|
|
260
259
|
fontSize: string;
|
|
260
|
+
skin: string;
|
|
261
261
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
262
262
|
P: {};
|
|
263
263
|
B: {};
|
|
@@ -314,15 +314,15 @@ export declare const Base: StoryFn<{
|
|
|
314
314
|
}>> & Readonly<{
|
|
315
315
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
316
316
|
}>, {}, {}, {}, {}, {
|
|
317
|
-
size: Sizes;
|
|
318
317
|
type: Statuses;
|
|
319
318
|
text: string;
|
|
319
|
+
size: Sizes;
|
|
320
320
|
margin: string;
|
|
321
321
|
padding: string;
|
|
322
322
|
width: string;
|
|
323
323
|
height: string;
|
|
324
|
-
skin: string;
|
|
325
324
|
fontSize: string;
|
|
325
|
+
skin: string;
|
|
326
326
|
}>;
|
|
327
327
|
__isFragment?: undefined;
|
|
328
328
|
__isTeleport?: undefined;
|
|
@@ -378,15 +378,15 @@ export declare const Base: StoryFn<{
|
|
|
378
378
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
379
379
|
click: (...args: any[]) => void;
|
|
380
380
|
}, string, {
|
|
381
|
-
size: Sizes;
|
|
382
381
|
type: Statuses;
|
|
383
382
|
text: string;
|
|
383
|
+
size: Sizes;
|
|
384
384
|
margin: string;
|
|
385
385
|
padding: string;
|
|
386
386
|
width: string;
|
|
387
387
|
height: string;
|
|
388
|
-
skin: string;
|
|
389
388
|
fontSize: string;
|
|
389
|
+
skin: string;
|
|
390
390
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
391
391
|
$slots: {
|
|
392
392
|
default?(_: {}): any;
|
|
@@ -97,15 +97,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
97
97
|
}>> & Readonly<{
|
|
98
98
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
99
99
|
}>, {
|
|
100
|
-
size: Sizes;
|
|
101
100
|
type: Statuses;
|
|
102
101
|
text: string;
|
|
102
|
+
size: Sizes;
|
|
103
103
|
margin: string;
|
|
104
104
|
padding: string;
|
|
105
105
|
width: string;
|
|
106
106
|
height: string;
|
|
107
|
-
skin: string;
|
|
108
107
|
fontSize: string;
|
|
108
|
+
skin: string;
|
|
109
109
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
110
110
|
default?(_: {}): any;
|
|
111
111
|
}>;
|
|
@@ -51,12 +51,12 @@ declare const _default: {
|
|
|
51
51
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
52
52
|
margin: string;
|
|
53
53
|
padding: string;
|
|
54
|
+
background: string;
|
|
54
55
|
width: string;
|
|
55
56
|
height: string;
|
|
56
|
-
maxWidth: string;
|
|
57
57
|
minWidth: string;
|
|
58
|
+
maxWidth: string;
|
|
58
59
|
justifyContent: string;
|
|
59
|
-
background: string;
|
|
60
60
|
alignItems: string;
|
|
61
61
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
62
62
|
P: {};
|
|
@@ -114,12 +114,12 @@ declare const _default: {
|
|
|
114
114
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
115
115
|
margin: string;
|
|
116
116
|
padding: string;
|
|
117
|
+
background: string;
|
|
117
118
|
width: string;
|
|
118
119
|
height: string;
|
|
119
|
-
maxWidth: string;
|
|
120
120
|
minWidth: string;
|
|
121
|
+
maxWidth: string;
|
|
121
122
|
justifyContent: string;
|
|
122
|
-
background: string;
|
|
123
123
|
alignItems: string;
|
|
124
124
|
}>;
|
|
125
125
|
__isFragment?: undefined;
|
|
@@ -174,12 +174,12 @@ declare const _default: {
|
|
|
174
174
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
175
175
|
margin: string;
|
|
176
176
|
padding: string;
|
|
177
|
+
background: string;
|
|
177
178
|
width: string;
|
|
178
179
|
height: string;
|
|
179
|
-
maxWidth: string;
|
|
180
180
|
minWidth: string;
|
|
181
|
+
maxWidth: string;
|
|
181
182
|
justifyContent: string;
|
|
182
|
-
background: string;
|
|
183
183
|
alignItems: string;
|
|
184
184
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
185
185
|
$slots: {
|
|
@@ -284,12 +284,12 @@ export declare const Default: StoryFn<{
|
|
|
284
284
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
285
285
|
margin: string;
|
|
286
286
|
padding: string;
|
|
287
|
+
background: string;
|
|
287
288
|
width: string;
|
|
288
289
|
height: string;
|
|
289
|
-
maxWidth: string;
|
|
290
290
|
minWidth: string;
|
|
291
|
+
maxWidth: string;
|
|
291
292
|
justifyContent: string;
|
|
292
|
-
background: string;
|
|
293
293
|
alignItems: string;
|
|
294
294
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
295
295
|
P: {};
|
|
@@ -347,12 +347,12 @@ export declare const Default: StoryFn<{
|
|
|
347
347
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
348
348
|
margin: string;
|
|
349
349
|
padding: string;
|
|
350
|
+
background: string;
|
|
350
351
|
width: string;
|
|
351
352
|
height: string;
|
|
352
|
-
maxWidth: string;
|
|
353
353
|
minWidth: string;
|
|
354
|
+
maxWidth: string;
|
|
354
355
|
justifyContent: string;
|
|
355
|
-
background: string;
|
|
356
356
|
alignItems: string;
|
|
357
357
|
}>;
|
|
358
358
|
__isFragment?: undefined;
|
|
@@ -407,12 +407,12 @@ export declare const Default: StoryFn<{
|
|
|
407
407
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
408
408
|
margin: string;
|
|
409
409
|
padding: string;
|
|
410
|
+
background: string;
|
|
410
411
|
width: string;
|
|
411
412
|
height: string;
|
|
412
|
-
maxWidth: string;
|
|
413
413
|
minWidth: string;
|
|
414
|
+
maxWidth: string;
|
|
414
415
|
justifyContent: string;
|
|
415
|
-
background: string;
|
|
416
416
|
alignItems: string;
|
|
417
417
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
418
418
|
$slots: {
|
|
@@ -93,12 +93,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
93
93
|
}>> & Readonly<{}>, {
|
|
94
94
|
margin: string;
|
|
95
95
|
padding: string;
|
|
96
|
+
background: string;
|
|
96
97
|
width: string;
|
|
97
98
|
height: string;
|
|
98
|
-
maxWidth: string;
|
|
99
99
|
minWidth: string;
|
|
100
|
+
maxWidth: string;
|
|
100
101
|
justifyContent: string;
|
|
101
|
-
background: string;
|
|
102
102
|
alignItems: string;
|
|
103
103
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
104
104
|
default?(_: {}): any;
|
|
@@ -55,10 +55,10 @@ declare const _default: {
|
|
|
55
55
|
label: string;
|
|
56
56
|
mask: string;
|
|
57
57
|
margin: string;
|
|
58
|
-
padding: string;
|
|
59
|
-
color: string;
|
|
60
58
|
disabled: boolean;
|
|
59
|
+
padding: string;
|
|
61
60
|
borderColor: string;
|
|
61
|
+
color: string;
|
|
62
62
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
63
63
|
input: HTMLInputElement;
|
|
64
64
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -116,10 +116,10 @@ declare const _default: {
|
|
|
116
116
|
label: string;
|
|
117
117
|
mask: string;
|
|
118
118
|
margin: string;
|
|
119
|
-
padding: string;
|
|
120
|
-
color: string;
|
|
121
119
|
disabled: boolean;
|
|
120
|
+
padding: string;
|
|
122
121
|
borderColor: string;
|
|
122
|
+
color: string;
|
|
123
123
|
}>;
|
|
124
124
|
__isFragment?: undefined;
|
|
125
125
|
__isTeleport?: undefined;
|
|
@@ -177,10 +177,10 @@ declare const _default: {
|
|
|
177
177
|
label: string;
|
|
178
178
|
mask: string;
|
|
179
179
|
margin: string;
|
|
180
|
-
padding: string;
|
|
181
|
-
color: string;
|
|
182
180
|
disabled: boolean;
|
|
181
|
+
padding: string;
|
|
183
182
|
borderColor: string;
|
|
183
|
+
color: string;
|
|
184
184
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
185
185
|
$slots: {
|
|
186
186
|
default?(_: {}): any;
|
|
@@ -281,10 +281,10 @@ export declare const Default: StoryFn<{
|
|
|
281
281
|
label: string;
|
|
282
282
|
mask: string;
|
|
283
283
|
margin: string;
|
|
284
|
-
padding: string;
|
|
285
|
-
color: string;
|
|
286
284
|
disabled: boolean;
|
|
285
|
+
padding: string;
|
|
287
286
|
borderColor: string;
|
|
287
|
+
color: string;
|
|
288
288
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
289
289
|
input: HTMLInputElement;
|
|
290
290
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -342,10 +342,10 @@ export declare const Default: StoryFn<{
|
|
|
342
342
|
label: string;
|
|
343
343
|
mask: string;
|
|
344
344
|
margin: string;
|
|
345
|
-
padding: string;
|
|
346
|
-
color: string;
|
|
347
345
|
disabled: boolean;
|
|
346
|
+
padding: string;
|
|
348
347
|
borderColor: string;
|
|
348
|
+
color: string;
|
|
349
349
|
}>;
|
|
350
350
|
__isFragment?: undefined;
|
|
351
351
|
__isTeleport?: undefined;
|
|
@@ -403,10 +403,10 @@ export declare const Default: StoryFn<{
|
|
|
403
403
|
label: string;
|
|
404
404
|
mask: string;
|
|
405
405
|
margin: string;
|
|
406
|
-
padding: string;
|
|
407
|
-
color: string;
|
|
408
406
|
disabled: boolean;
|
|
407
|
+
padding: string;
|
|
409
408
|
borderColor: string;
|
|
409
|
+
color: string;
|
|
410
410
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
411
411
|
$slots: {
|
|
412
412
|
default?(_: {}): any;
|
|
@@ -90,10 +90,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
90
90
|
label: string;
|
|
91
91
|
mask: string;
|
|
92
92
|
margin: string;
|
|
93
|
-
padding: string;
|
|
94
|
-
color: string;
|
|
95
93
|
disabled: boolean;
|
|
94
|
+
padding: string;
|
|
96
95
|
borderColor: string;
|
|
96
|
+
color: string;
|
|
97
97
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
98
98
|
input: HTMLInputElement;
|
|
99
99
|
}, HTMLDivElement>, {
|