@web-utils/form-ui 1.0.0-beta70 → 1.0.0-beta71
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/address-input/index.d.ts +52 -0
- package/affix/index.d.ts +32 -0
- package/awesome-button/index.d.ts +60 -0
- package/capsule-tab/index.d.ts +22 -0
- package/card/index.d.ts +41 -0
- package/code-mirror-editor/index.d.ts +50 -0
- package/confirm-button/index.d.ts +122 -0
- package/confirmable/index.d.ts +93 -0
- package/context-menu/index.d.ts +183 -0
- package/count-up/index.d.ts +70 -0
- package/custom-scrollbar/index.d.ts +49 -0
- package/data-box/index.d.ts +19 -0
- package/data-card/index.d.ts +20 -0
- package/data-card-text/index.d.ts +21 -0
- package/data-display/index.d.ts +20 -0
- package/data-icons/index.d.ts +21 -0
- package/data-imgtext/index.d.ts +18 -0
- package/data-operatext/index.d.ts +17 -0
- package/data-panel/index.d.ts +19 -0
- package/data-pay/index.d.ts +19 -0
- package/data-price/index.d.ts +17 -0
- package/data-progress/index.d.ts +19 -0
- package/data-rotate/index.d.ts +19 -0
- package/data-table-picker/index.d.ts +61 -0
- package/data-tabs/index.d.ts +19 -0
- package/dict-render/index.d.ts +28 -0
- package/e-charts/index.d.ts +79 -0
- package/easy-popup/index.d.ts +114 -0
- package/editable-progress/index.d.ts +68 -0
- package/editable-tree/index.d.ts +281 -0
- package/element-dialog/index.d.ts +376 -0
- package/element-resize-observer/index.d.ts +8 -0
- package/empty-view/index.d.ts +29 -0
- package/error-view/index.d.ts +25 -0
- package/flex-box/index.d.ts +44 -0
- package/flex-column/index.d.ts +41 -0
- package/flex-item/index.d.ts +77 -0
- package/flex-row/index.d.ts +41 -0
- package/flex-scroll-area/index.d.ts +22 -0
- package/flex-scroller/index.d.ts +26 -0
- package/flow-designer/index.d.ts +353 -0
- package/flow-viewer/index.d.ts +62 -0
- package/form-advice/index.d.ts +9 -0
- package/form-button/index.d.ts +123 -0
- package/form-card/index.d.ts +14 -0
- package/form-cascader/index.d.ts +478 -0
- package/form-cell/index.d.ts +25 -0
- package/form-checkbox/index.d.ts +314 -0
- package/form-checkbox-group/index.d.ts +373 -0
- package/form-date-picker/index.d.ts +487 -0
- package/form-holder/index.d.ts +162 -0
- package/form-image/index.d.ts +220 -0
- package/form-input/index.d.ts +378 -0
- package/form-input-cron-expression/index.d.ts +223 -0
- package/form-input-email/index.d.ts +376 -0
- package/form-input-id-card/index.d.ts +376 -0
- package/form-input-number/index.d.ts +329 -0
- package/form-input-phone-number/index.d.ts +376 -0
- package/form-input-tag/index.d.ts +270 -0
- package/form-input-time/index.d.ts +441 -0
- package/form-item-config-provider/index.d.ts +40 -0
- package/form-item-group/index.d.ts +92 -0
- package/form-item-x/index.d.ts +190 -0
- package/form-radio-group/index.d.ts +374 -0
- package/form-rate/index.d.ts +325 -0
- package/form-red-table/index.d.ts +21 -0
- package/form-row/index.d.ts +11 -0
- package/form-select/index.d.ts +606 -0
- package/form-slider/index.d.ts +352 -0
- package/form-switch/index.d.ts +343 -0
- package/form-table/index.d.ts +287 -0
- package/form-table-plus/index.d.ts +266 -0
- package/form-text/index.d.ts +235 -0
- package/form-textarea/index.d.ts +351 -0
- package/form-time-select/index.d.ts +325 -0
- package/form-tree-select/index.d.ts +715 -0
- package/form-tree-select-multiple/index.d.ts +717 -0
- package/form-view/index.d.ts +226 -0
- package/guide-steps/index.d.ts +31 -0
- package/highlight-j-s/index.d.ts +18 -0
- package/iframe-window/index.d.ts +9 -0
- package/image-cropper/index.d.ts +365 -0
- package/image-preview/index.d.ts +213 -0
- package/image-viewer/index.d.ts +25 -0
- package/index.d.ts +0 -2
- package/index.mjs +2 -2
- package/input-number-range/index.d.ts +41 -0
- package/keyboard/index.d.ts +64 -0
- package/loading-view/index.d.ts +65 -0
- package/name-avatar/index.d.ts +62 -0
- package/nav-bar/index.d.ts +21 -0
- package/package.json +11 -4
- package/page/index.d.ts +21 -0
- package/page-header/index.d.ts +27 -0
- package/page-index/index.d.ts +82 -0
- package/page-index-top/index.d.ts +38 -0
- package/page-skeleton/index.d.ts +30 -0
- package/page-skeleton-new/index.d.ts +34 -0
- package/pageable-table/index.d.ts +400 -0
- package/photo-swipe/index.d.ts +18 -0
- package/resolver/components.d.ts +2 -0
- package/resolver/components.mjs +4 -0
- package/resolver/index.mjs +2 -2
- package/sign-panel/index.d.ts +85 -0
- package/skeleton-panel/index.d.ts +27 -0
- package/split-pane/index.d.ts +106 -0
- package/stateful/index.d.ts +92 -0
- package/sub-table/index.d.ts +109 -0
- package/sub-table-plus/index.d.ts +109 -0
- package/swiper/index.d.ts +27 -0
- package/table-column/index.d.ts +163 -0
- package/table-column-def/index.d.ts +97 -0
- package/table-view/index.d.ts +346 -0
- package/tag-render/index.d.ts +48 -0
- package/text-ellipsis/index.d.ts +111 -0
- package/toolbar/index.d.ts +129 -0
- package/toolbar-button/index.d.ts +189 -0
- package/vue-cron/index.d.ts +191 -0
- package/vue-qr-code/index.d.ts +47 -0
- package/vue-tags-input/index.d.ts +373 -0
- package/vue-tree-select/index.d.ts +1489 -0
- package/vue-video-player/index.d.ts +117 -0
- package/watermark/index.d.ts +97 -0
- package/web-types.json +1 -1
- package/x-input-tag/index.d.ts +2 -0
- package/year-calendar/index.d.ts +99 -0
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
visible: BooleanConstructor;
|
|
3
|
+
beforeClose: FunctionConstructor;
|
|
4
|
+
closeOnClickModal: BooleanConstructor;
|
|
5
|
+
click: FunctionConstructor;
|
|
6
|
+
modal: BooleanConstructor;
|
|
7
|
+
datas: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
default: () => never[];
|
|
10
|
+
};
|
|
11
|
+
beginIndex: NumberConstructor;
|
|
12
|
+
}>, {}, {
|
|
13
|
+
left: number;
|
|
14
|
+
top: number;
|
|
15
|
+
scale: number;
|
|
16
|
+
rotate: number;
|
|
17
|
+
index: number | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
styleBoxName(): {
|
|
20
|
+
marginLeft: string;
|
|
21
|
+
marginTop: string;
|
|
22
|
+
};
|
|
23
|
+
styleName(): {
|
|
24
|
+
transform: string;
|
|
25
|
+
maxWidth: string;
|
|
26
|
+
maxHeight: string;
|
|
27
|
+
};
|
|
28
|
+
isRrrow(): boolean;
|
|
29
|
+
}, {
|
|
30
|
+
getName(url: any): any;
|
|
31
|
+
handlePrint(): void;
|
|
32
|
+
handlePrev(): void;
|
|
33
|
+
handleNext(): void;
|
|
34
|
+
stopItem(): void;
|
|
35
|
+
isMediaType(item: any): false | "audio" | "video" | "img" | undefined;
|
|
36
|
+
subScale(): void;
|
|
37
|
+
addScale(): void;
|
|
38
|
+
handleChange(): void;
|
|
39
|
+
move(e: any): void;
|
|
40
|
+
handleClick(item: any, index: any, df?: boolean): void;
|
|
41
|
+
close(): void;
|
|
42
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
43
|
+
visible: BooleanConstructor;
|
|
44
|
+
beforeClose: FunctionConstructor;
|
|
45
|
+
closeOnClickModal: BooleanConstructor;
|
|
46
|
+
click: FunctionConstructor;
|
|
47
|
+
modal: BooleanConstructor;
|
|
48
|
+
datas: {
|
|
49
|
+
type: ArrayConstructor;
|
|
50
|
+
default: () => never[];
|
|
51
|
+
};
|
|
52
|
+
beginIndex: NumberConstructor;
|
|
53
|
+
}>> & Readonly<{
|
|
54
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
}>, {
|
|
56
|
+
visible: boolean;
|
|
57
|
+
modal: boolean;
|
|
58
|
+
closeOnClickModal: boolean;
|
|
59
|
+
datas: unknown[];
|
|
60
|
+
}, {}, {
|
|
61
|
+
ElCarousel: {
|
|
62
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CarouselProps> & Readonly<{
|
|
63
|
+
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
64
|
+
}>, {
|
|
65
|
+
activeIndex: globalThis.WritableComputedRef<number, number>;
|
|
66
|
+
setActiveItem: (index: number | string) => void;
|
|
67
|
+
prev: () => void;
|
|
68
|
+
next: () => void;
|
|
69
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
70
|
+
change: (current: number, prev: number) => void;
|
|
71
|
+
}, import('vue').PublicProps, {
|
|
72
|
+
type: "" | "card";
|
|
73
|
+
loop: boolean;
|
|
74
|
+
trigger: "hover" | "click";
|
|
75
|
+
direction: "horizontal" | "vertical";
|
|
76
|
+
height: string;
|
|
77
|
+
arrow: "always" | "hover" | "never";
|
|
78
|
+
initialIndex: number;
|
|
79
|
+
autoplay: boolean;
|
|
80
|
+
interval: number;
|
|
81
|
+
indicatorPosition: "" | "none" | "outside";
|
|
82
|
+
cardScale: number;
|
|
83
|
+
pauseOnHover: boolean;
|
|
84
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
85
|
+
P: {};
|
|
86
|
+
B: {};
|
|
87
|
+
D: {};
|
|
88
|
+
C: {};
|
|
89
|
+
M: {};
|
|
90
|
+
Defaults: {};
|
|
91
|
+
}, Readonly<import('element-plus').CarouselProps> & Readonly<{
|
|
92
|
+
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
93
|
+
}>, {
|
|
94
|
+
activeIndex: globalThis.WritableComputedRef<number, number>;
|
|
95
|
+
setActiveItem: (index: number | string) => void;
|
|
96
|
+
prev: () => void;
|
|
97
|
+
next: () => void;
|
|
98
|
+
}, {}, {}, {}, {
|
|
99
|
+
type: "" | "card";
|
|
100
|
+
loop: boolean;
|
|
101
|
+
trigger: "hover" | "click";
|
|
102
|
+
direction: "horizontal" | "vertical";
|
|
103
|
+
height: string;
|
|
104
|
+
arrow: "always" | "hover" | "never";
|
|
105
|
+
initialIndex: number;
|
|
106
|
+
autoplay: boolean;
|
|
107
|
+
interval: number;
|
|
108
|
+
indicatorPosition: "" | "none" | "outside";
|
|
109
|
+
cardScale: number;
|
|
110
|
+
pauseOnHover: boolean;
|
|
111
|
+
}>;
|
|
112
|
+
__isFragment?: never;
|
|
113
|
+
__isTeleport?: never;
|
|
114
|
+
__isSuspense?: never;
|
|
115
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CarouselProps> & Readonly<{
|
|
116
|
+
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
117
|
+
}>, {
|
|
118
|
+
activeIndex: globalThis.WritableComputedRef<number, number>;
|
|
119
|
+
setActiveItem: (index: number | string) => void;
|
|
120
|
+
prev: () => void;
|
|
121
|
+
next: () => void;
|
|
122
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
123
|
+
change: (current: number, prev: number) => void;
|
|
124
|
+
}, string, {
|
|
125
|
+
type: "" | "card";
|
|
126
|
+
loop: boolean;
|
|
127
|
+
trigger: "hover" | "click";
|
|
128
|
+
direction: "horizontal" | "vertical";
|
|
129
|
+
height: string;
|
|
130
|
+
arrow: "always" | "hover" | "never";
|
|
131
|
+
initialIndex: number;
|
|
132
|
+
autoplay: boolean;
|
|
133
|
+
interval: number;
|
|
134
|
+
indicatorPosition: "" | "none" | "outside";
|
|
135
|
+
cardScale: number;
|
|
136
|
+
pauseOnHover: boolean;
|
|
137
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
138
|
+
$slots: {
|
|
139
|
+
default?: (props: {}) => any;
|
|
140
|
+
};
|
|
141
|
+
}) & import('vue').ObjectPlugin & {
|
|
142
|
+
setPropsDefaults: (defaults: Partial<Omit<{
|
|
143
|
+
readonly initialIndex?: number | undefined;
|
|
144
|
+
readonly height?: string | undefined;
|
|
145
|
+
readonly trigger?: "hover" | "click" | undefined;
|
|
146
|
+
readonly autoplay?: boolean | undefined;
|
|
147
|
+
readonly interval?: number | undefined;
|
|
148
|
+
readonly indicatorPosition?: "" | "none" | "outside" | undefined;
|
|
149
|
+
readonly arrow?: "always" | "hover" | "never" | undefined;
|
|
150
|
+
readonly type?: "" | "card" | undefined;
|
|
151
|
+
readonly cardScale?: number | undefined;
|
|
152
|
+
readonly loop?: boolean | undefined;
|
|
153
|
+
readonly direction?: "horizontal" | "vertical" | undefined;
|
|
154
|
+
readonly pauseOnHover?: boolean | undefined;
|
|
155
|
+
readonly motionBlur?: boolean | undefined;
|
|
156
|
+
readonly onChange?: ((current: number, prev: number) => any) | undefined | undefined;
|
|
157
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onChange" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
|
|
158
|
+
} & {
|
|
159
|
+
CarouselItem: {
|
|
160
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
161
|
+
name: string;
|
|
162
|
+
label: string | number;
|
|
163
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
164
|
+
P: {};
|
|
165
|
+
B: {};
|
|
166
|
+
D: {};
|
|
167
|
+
C: {};
|
|
168
|
+
M: {};
|
|
169
|
+
Defaults: {};
|
|
170
|
+
}, Readonly<import('element-plus').CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
171
|
+
name: string;
|
|
172
|
+
label: string | number;
|
|
173
|
+
}>;
|
|
174
|
+
__isFragment?: never;
|
|
175
|
+
__isTeleport?: never;
|
|
176
|
+
__isSuspense?: never;
|
|
177
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
178
|
+
name: string;
|
|
179
|
+
label: string | number;
|
|
180
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
181
|
+
$slots: {
|
|
182
|
+
default?: (props: {}) => any;
|
|
183
|
+
};
|
|
184
|
+
});
|
|
185
|
+
};
|
|
186
|
+
ElCarouselItem: import('element-plus/es/utils/index.mjs').SFCWithInstall<{
|
|
187
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
188
|
+
name: string;
|
|
189
|
+
label: string | number;
|
|
190
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
191
|
+
P: {};
|
|
192
|
+
B: {};
|
|
193
|
+
D: {};
|
|
194
|
+
C: {};
|
|
195
|
+
M: {};
|
|
196
|
+
Defaults: {};
|
|
197
|
+
}, Readonly<import('element-plus').CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
198
|
+
name: string;
|
|
199
|
+
label: string | number;
|
|
200
|
+
}>;
|
|
201
|
+
__isFragment?: never;
|
|
202
|
+
__isTeleport?: never;
|
|
203
|
+
__isSuspense?: never;
|
|
204
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CarouselItemProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
205
|
+
name: string;
|
|
206
|
+
label: string | number;
|
|
207
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
208
|
+
$slots: {
|
|
209
|
+
default?: (props: {}) => any;
|
|
210
|
+
};
|
|
211
|
+
})>;
|
|
212
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
213
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
images: ArrayConstructor;
|
|
3
|
+
url: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
lazy: BooleanConstructor;
|
|
8
|
+
}>, {}, {}, {}, {
|
|
9
|
+
init({ container, options }: {
|
|
10
|
+
container: any;
|
|
11
|
+
options: any;
|
|
12
|
+
}): void;
|
|
13
|
+
show({ container, options, index }?: {}): void;
|
|
14
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
|
+
images: ArrayConstructor;
|
|
16
|
+
url: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
lazy: BooleanConstructor;
|
|
21
|
+
}>> & Readonly<{}>, {
|
|
22
|
+
lazy: boolean;
|
|
23
|
+
url: string;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
export default _default;
|
package/index.d.ts
CHANGED
|
@@ -119,6 +119,4 @@ import { default as Watermark } from './watermark/index.js';
|
|
|
119
119
|
import { default as XInputTag } from './x-input-tag/index.js';
|
|
120
120
|
import { default as YearCalendar } from './year-calendar/index.js';
|
|
121
121
|
export { AddressInput, Affix, AwesomeButton, CapsuleTab, Card, CodeMirrorEditor, Confirmable, ConfirmButton, ContextMenu, CountUp, CustomScrollbar, DataBox, DataCard, DataCardText, DataDisplay, DataIcons, DataImgtext, DataOperatext, DataPanel, DataPay, DataPrice, DataProgress, DataRotate, DataTablePicker, DataTabs, DictRender, EasyPopup, ECharts, EditableProgress, EditableTree, ElementDialog, ElementResizeObserver, EmptyView, ErrorView, FlexBox, FlexColumn, FlexItem, FlexRow, FlexScrollArea, FlexScroller, FlowDesigner, FlowViewer, FormAdvice, FormButton, FormCard, FormCascader, FormCell, FormCheckbox, FormCheckboxGroup, FormDatePicker, FormHolder, FormImage, FormInput, FormInputCronExpression, FormInputEmail, FormInputIdCard, FormInputNumber, FormInputPhoneNumber, FormInputTag, FormInputTime, FormItemConfigProvider, FormItemGroup, FormItemX, FormRadioGroup, FormRate, FormRedTable, FormRow, FormSelect, FormSlider, FormSwitch, FormTable, FormTablePlus, FormText, FormTextarea, FormTimeSelect, FormTreeSelect, FormTreeSelectMultiple, FormView, GuideSteps, HighlightJS, IframeWindow, ImageCropper, ImagePreview, ImageViewer, InputNumberRange, Keyboard, LoadingView, NameAvatar, NavBar, Page, PageableTable, PageHeader, PageIndex, PageIndexTop, PageSkeleton, PageSkeletonNew, PhotoSwipe, SignPanel, SkeletonPanel, SplitPane, Stateful, SubTable, SubTablePlus, Swiper, TableColumn, TableColumnDef, TableView, TagRender, TextEllipsis, Toolbar, ToolbarButton, VueCron, VueQrCode, VueTagsInput, VueTreeSelect, VueVideoPlayer, Watermark, XInputTag, YearCalendar };
|
|
122
|
-
export declare const componentNames: string[];
|
|
123
|
-
export declare const noStylesComponents: string[];
|
|
124
122
|
export declare const install: (app: App) => void;
|
package/index.mjs
CHANGED
|
@@ -118,8 +118,8 @@ import lt from "./vue-video-player/index.mjs";
|
|
|
118
118
|
import { t as ut } from "./chunks/e70aZf3z.mjs";
|
|
119
119
|
import { t as dt } from "./chunks/DNSPORak.mjs";
|
|
120
120
|
//#region src/components/index.ts
|
|
121
|
-
var $ =
|
|
121
|
+
var $ = ($) => {
|
|
122
122
|
$.component(c.name, c), $.component(l.name, l), $.component(u.name, u), $.component(d.name, d), $.component(f.name, f), $.component(p.name, p), $.component(m.name, m), $.component(h.name, h), $.component(g.name, g), $.component(_.name, _), $.component(v.name, v), $.component(y.name, y), $.component(b.name, b), $.component(x.name, x), $.component(S.name, S), $.component(C.name, C), $.component(w.name, w), $.component(T.name, T), $.component(E.name, E), $.component(D.name, D), $.component(O.name, O), $.component(k.name, k), $.component(A.name, A), $.component(F.name, F), $.component(I.name, I), $.component(N.name, N), $.component(L.name, L), $.component(R.name, R), $.component(z.name, z), $.component(i.name, i), $.component(t.name, t), $.component(j.name, j), $.component(B.name, B), $.component(V.name, V), $.component(H.name, H), $.component(U.name, U), $.component(W.name, W), $.component(G.name, G), $.component(K.name, K), $.component(q.name, q), $.component(e.name, e), $.component(Y.name, Y), $.component(X.name, X), $.component(Z.name, Z), $.component(re.name, re), $.component(ae.name, ae), $.component(oe.name, oe), $.component(se.name, se), $.component(le.name, le), $.component(te.name, te), $.component(de.name, de), $.component(r.name, r), $.component(ce.name, ce), $.component(fe.name, fe), $.component(pe.name, pe), $.component(me.name, me), $.component(he.name, he), $.component(ge.name, ge), $.component(ve.name, ve), $.component(ee.name, ee), $.component(ye.name, ye), $.component(be.name, be), $.component(ie.name, ie), $.component(xe.name, xe), $.component(a.name, a), $.component(ue.name, ue), $.component(Se.name, Se), $.component(Ce.name, Ce), $.component(we.name, we), $.component(Te.name, Te), $.component(ke.name, ke), $.component(je.name, je), $.component(Me.name, Me), $.component(De.name, De), $.component(s.name, s), $.component(Pe.name, Pe), $.component(Fe.name, Fe), $.component(Re.name, Re), $.component(o.name, o), $.component(J.name, J), $.component(ze.name, ze), $.component(Be.name, Be), $.component(ne.name, ne), $.component(Ve.name, Ve), $.component(He.name, He), $.component(Ue.name, Ue), $.component(Ie.name, Ie), $.component(We.name, We), $.component(Ge.name, Ge), $.component(Ke.name, Ke), $.component(n.name, n), $.component(qe.name, qe), $.component(Je.name, Je), $.component(Xe.name, Xe), $.component(Ye.name, Ye), $.component(Ze.name, Ze), $.component(Qe.name, Qe), $.component($e.name, $e), $.component(et.name, et), $.component(tt.name, tt), $.component(nt.name, nt), $.component(Oe.name, Oe), $.component(Ae.name, Ae), $.component(rt.name, rt), $.component(P.name, P), $.component(Ee.name, Ee), $.component(it.name, it), $.component(at.name, at), $.component(ot.name, ot), $.component(Le.name, Le), $.component(M.name, M), $.component(Q.name, Q), $.component(st.name, st), $.component(ct.name, ct), $.component(Ne.name, Ne), $.component(lt.name, lt), $.component(ut.name, ut), $.component(_e.name, _e), $.component(dt.name, dt);
|
|
123
123
|
};
|
|
124
124
|
//#endregion
|
|
125
|
-
export { c as AddressInput, l as Affix, u as AwesomeButton, d as CapsuleTab, f as Card, p as CodeMirrorEditor, h as ConfirmButton, m as Confirmable, g as ContextMenu, _ as CountUp, v as CustomScrollbar, y as DataBox, b as DataCard, x as DataCardText, S as DataDisplay, C as DataIcons, w as DataImgtext, T as DataOperatext, E as DataPanel, D as DataPay, O as DataPrice, k as DataProgress, A as DataRotate, F as DataTablePicker, I as DataTabs, N as DictRender, R as ECharts, L as EasyPopup, z as EditableProgress, i as EditableTree, t as ElementDialog, j as ElementResizeObserver, B as EmptyView, V as ErrorView, H as FlexBox, U as FlexColumn, W as FlexItem, G as FlexRow, K as FlexScrollArea, q as FlexScroller, e as FlowDesigner, Y as FlowViewer, X as FormAdvice, Z as FormButton, re as FormCard, ae as FormCascader, oe as FormCell, se as FormCheckbox, le as FormCheckboxGroup, te as FormDatePicker, de as FormHolder, r as FormImage, ce as FormInput, fe as FormInputCronExpression, pe as FormInputEmail, me as FormInputIdCard, he as FormInputNumber, ge as FormInputPhoneNumber, ve as FormInputTag, ee as FormInputTime, ye as FormItemConfigProvider, be as FormItemGroup, ie as FormItemX, xe as FormRadioGroup, a as FormRate, ue as FormRedTable, Se as FormRow, Ce as FormSelect, we as FormSlider, Te as FormSwitch, ke as FormTable, je as FormTablePlus, Me as FormText, De as FormTextarea, s as FormTimeSelect, Pe as FormTreeSelect, Fe as FormTreeSelectMultiple, Re as FormView, o as GuideSteps, J as HighlightJS, ze as IframeWindow, Be as ImageCropper, ne as ImagePreview, Ve as ImageViewer, He as InputNumberRange, Ue as Keyboard, Ie as LoadingView, We as NameAvatar, Ge as NavBar, Ke as Page, qe as PageHeader, Je as PageIndex, Xe as PageIndexTop, Ye as PageSkeleton, Ze as PageSkeletonNew, n as PageableTable, Qe as PhotoSwipe, $e as SignPanel, et as SkeletonPanel, tt as SplitPane, nt as Stateful, Oe as SubTable, Ae as SubTablePlus, rt as Swiper, P as TableColumn, Ee as TableColumnDef, it as TableView, at as TagRender, ot as TextEllipsis, Le as Toolbar, M as ToolbarButton, Q as VueCron, st as VueQrCode, ct as VueTagsInput, Ne as VueTreeSelect, lt as VueVideoPlayer, ut as Watermark, _e as XInputTag, dt as YearCalendar, $ as
|
|
125
|
+
export { c as AddressInput, l as Affix, u as AwesomeButton, d as CapsuleTab, f as Card, p as CodeMirrorEditor, h as ConfirmButton, m as Confirmable, g as ContextMenu, _ as CountUp, v as CustomScrollbar, y as DataBox, b as DataCard, x as DataCardText, S as DataDisplay, C as DataIcons, w as DataImgtext, T as DataOperatext, E as DataPanel, D as DataPay, O as DataPrice, k as DataProgress, A as DataRotate, F as DataTablePicker, I as DataTabs, N as DictRender, R as ECharts, L as EasyPopup, z as EditableProgress, i as EditableTree, t as ElementDialog, j as ElementResizeObserver, B as EmptyView, V as ErrorView, H as FlexBox, U as FlexColumn, W as FlexItem, G as FlexRow, K as FlexScrollArea, q as FlexScroller, e as FlowDesigner, Y as FlowViewer, X as FormAdvice, Z as FormButton, re as FormCard, ae as FormCascader, oe as FormCell, se as FormCheckbox, le as FormCheckboxGroup, te as FormDatePicker, de as FormHolder, r as FormImage, ce as FormInput, fe as FormInputCronExpression, pe as FormInputEmail, me as FormInputIdCard, he as FormInputNumber, ge as FormInputPhoneNumber, ve as FormInputTag, ee as FormInputTime, ye as FormItemConfigProvider, be as FormItemGroup, ie as FormItemX, xe as FormRadioGroup, a as FormRate, ue as FormRedTable, Se as FormRow, Ce as FormSelect, we as FormSlider, Te as FormSwitch, ke as FormTable, je as FormTablePlus, Me as FormText, De as FormTextarea, s as FormTimeSelect, Pe as FormTreeSelect, Fe as FormTreeSelectMultiple, Re as FormView, o as GuideSteps, J as HighlightJS, ze as IframeWindow, Be as ImageCropper, ne as ImagePreview, Ve as ImageViewer, He as InputNumberRange, Ue as Keyboard, Ie as LoadingView, We as NameAvatar, Ge as NavBar, Ke as Page, qe as PageHeader, Je as PageIndex, Xe as PageIndexTop, Ye as PageSkeleton, Ze as PageSkeletonNew, n as PageableTable, Qe as PhotoSwipe, $e as SignPanel, et as SkeletonPanel, tt as SplitPane, nt as Stateful, Oe as SubTable, Ae as SubTablePlus, rt as Swiper, P as TableColumn, Ee as TableColumnDef, it as TableView, at as TagRender, ot as TextEllipsis, Le as Toolbar, M as ToolbarButton, Q as VueCron, st as VueQrCode, ct as VueTagsInput, Ne as VueTreeSelect, lt as VueVideoPlayer, ut as Watermark, _e as XInputTag, dt as YearCalendar, $ as install };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => never[];
|
|
5
|
+
};
|
|
6
|
+
disabled: BooleanConstructor;
|
|
7
|
+
separator: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
controls: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {
|
|
16
|
+
val: undefined[];
|
|
17
|
+
}, {}, {
|
|
18
|
+
emitInput(): void;
|
|
19
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
20
|
+
modelValue: {
|
|
21
|
+
type: ArrayConstructor;
|
|
22
|
+
default: () => never[];
|
|
23
|
+
};
|
|
24
|
+
disabled: BooleanConstructor;
|
|
25
|
+
separator: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
controls: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{
|
|
34
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
}>, {
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
modelValue: unknown[];
|
|
38
|
+
separator: string;
|
|
39
|
+
controls: boolean;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
ele: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
keys: ArrayConstructor;
|
|
7
|
+
theme: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
validator: (value: unknown) => boolean;
|
|
11
|
+
};
|
|
12
|
+
type: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
validator: (value: unknown) => boolean;
|
|
16
|
+
};
|
|
17
|
+
fixedBottomCenter: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
rebind: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
}>, {}, {
|
|
26
|
+
customClick: {};
|
|
27
|
+
}, {
|
|
28
|
+
className(): string;
|
|
29
|
+
}, {
|
|
30
|
+
init(): void;
|
|
31
|
+
bindClick(btn: any, fn: any): void;
|
|
32
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
33
|
+
ele: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
keys: ArrayConstructor;
|
|
38
|
+
theme: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
validator: (value: unknown) => boolean;
|
|
42
|
+
};
|
|
43
|
+
type: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
validator: (value: unknown) => boolean;
|
|
47
|
+
};
|
|
48
|
+
fixedBottomCenter: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
rebind: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
}>> & Readonly<{
|
|
57
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
}>, {
|
|
59
|
+
type: string;
|
|
60
|
+
theme: string;
|
|
61
|
+
fixedBottomCenter: boolean;
|
|
62
|
+
rebind: boolean;
|
|
63
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
64
|
+
export default _default;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* 加载提示文案
|
|
4
|
+
*/
|
|
5
|
+
loadingTips: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* 文字大小
|
|
11
|
+
*/
|
|
12
|
+
fontSize: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* 图标大小
|
|
18
|
+
*/
|
|
19
|
+
iconSize: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* 高度
|
|
25
|
+
*/
|
|
26
|
+
height: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
31
|
+
/**
|
|
32
|
+
* 加载提示文案
|
|
33
|
+
*/
|
|
34
|
+
loadingTips: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* 文字大小
|
|
40
|
+
*/
|
|
41
|
+
fontSize: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* 图标大小
|
|
47
|
+
*/
|
|
48
|
+
iconSize: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* 高度
|
|
54
|
+
*/
|
|
55
|
+
height: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
}>> & Readonly<{}>, {
|
|
60
|
+
height: string;
|
|
61
|
+
fontSize: string;
|
|
62
|
+
iconSize: string;
|
|
63
|
+
loadingTips: string;
|
|
64
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
65
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
num: (StringConstructor | NumberConstructor)[];
|
|
3
|
+
name: StringConstructor;
|
|
4
|
+
square: BooleanConstructor;
|
|
5
|
+
fontColor: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
backgroundColor: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
faceUrl: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
fontSize: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
}>, {}, {}, {
|
|
26
|
+
text(): string;
|
|
27
|
+
styles(): {
|
|
28
|
+
'font-size': string;
|
|
29
|
+
};
|
|
30
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
31
|
+
num: (StringConstructor | NumberConstructor)[];
|
|
32
|
+
name: StringConstructor;
|
|
33
|
+
square: BooleanConstructor;
|
|
34
|
+
fontColor: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
backgroundColor: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
faceUrl: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
fontSize: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
size: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
}>> & Readonly<{}>, {
|
|
55
|
+
size: string;
|
|
56
|
+
fontSize: string;
|
|
57
|
+
square: boolean;
|
|
58
|
+
fontColor: string;
|
|
59
|
+
backgroundColor: string;
|
|
60
|
+
faceUrl: string;
|
|
61
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
showBack: boolean;
|
|
8
|
+
onGoBack?: Function | undefined;
|
|
9
|
+
$props: {
|
|
10
|
+
readonly showBack?: boolean | undefined;
|
|
11
|
+
readonly onGoBack?: Function | undefined;
|
|
12
|
+
};
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
|
+
type __VLS_TemplateResult = {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
right?(_: {}): any;
|
|
18
|
+
};
|
|
19
|
+
refs: {};
|
|
20
|
+
rootEl: HTMLDivElement;
|
|
21
|
+
};
|
package/package.json
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web-utils/form-ui",
|
|
3
3
|
"description": "form-ui",
|
|
4
|
-
"version": "1.0.0-
|
|
4
|
+
"version": "1.0.0-beta71",
|
|
5
5
|
"author": "Simple",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
8
|
-
"main": "
|
|
9
|
-
"module": "
|
|
10
|
-
"types": "",
|
|
8
|
+
"main": "index.mjs",
|
|
9
|
+
"module": "index.mjs",
|
|
10
|
+
"types": "index.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./index.d.ts",
|
|
14
|
+
"import": "./index.mjs"
|
|
15
|
+
},
|
|
16
|
+
"./*": "./*"
|
|
17
|
+
},
|
|
11
18
|
"web-types": "web-types.json",
|
|
12
19
|
"sideEffects": [
|
|
13
20
|
"*.css",
|
package/page/index.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
vertical: boolean;
|
|
8
|
+
horizontal: boolean;
|
|
9
|
+
$props: {
|
|
10
|
+
readonly vertical?: boolean | undefined;
|
|
11
|
+
readonly horizontal?: boolean | undefined;
|
|
12
|
+
};
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
|
+
type __VLS_TemplateResult = {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
};
|
|
19
|
+
refs: {};
|
|
20
|
+
rootEl: HTMLDivElement;
|
|
21
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
title: string;
|
|
8
|
+
alignEnd: boolean;
|
|
9
|
+
$props: {
|
|
10
|
+
readonly title?: string | undefined;
|
|
11
|
+
readonly alignEnd?: boolean | undefined;
|
|
12
|
+
};
|
|
13
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
|
+
type __VLS_TemplateResult = {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
'section-title'?(_: {
|
|
18
|
+
title: string;
|
|
19
|
+
}): any;
|
|
20
|
+
title?(_: {
|
|
21
|
+
title: string;
|
|
22
|
+
}): any;
|
|
23
|
+
default?(_: {}): any;
|
|
24
|
+
};
|
|
25
|
+
refs: {};
|
|
26
|
+
rootEl: HTMLDivElement;
|
|
27
|
+
};
|