@wfrog/vc-ui 1.2.0 → 1.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.
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
data: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
7
|
+
data: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: () => {};
|
|
10
|
+
};
|
|
11
|
+
}>> & Readonly<{}>, {
|
|
12
|
+
data: Record<string, any>;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
14
|
+
export default _default;
|
|
@@ -440,13 +440,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
440
440
|
});
|
|
441
441
|
return (_ctx, _cache) => {
|
|
442
442
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
443
|
-
__props.type === "text" ? (openBlock(), createBlock(Text, mergeProps({ key: 0 }, props, {
|
|
443
|
+
__props.type === "text" ? (openBlock(), createBlock(Text, mergeProps({ key: 0 }, { ..._ctx.$attrs, ...props }, {
|
|
444
444
|
ref_key: "textRef",
|
|
445
445
|
ref: textRef,
|
|
446
446
|
success: unref(mySuccess),
|
|
447
447
|
"onUpdate:success": _cache[0] || (_cache[0] = ($event) => isRef(mySuccess) ? mySuccess.value = $event : null)
|
|
448
448
|
}), null, 16, ["success"])) : createCommentVNode("", true),
|
|
449
|
-
__props.type === "image" ? (openBlock(), createBlock(Image, mergeProps({ key: 1 }, props, {
|
|
449
|
+
__props.type === "image" ? (openBlock(), createBlock(Image, mergeProps({ key: 1 }, { ..._ctx.$attrs, ...props }, {
|
|
450
450
|
ref_key: "imageRef",
|
|
451
451
|
ref: imageRef,
|
|
452
452
|
success: unref(mySuccess),
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {
|
|
5
|
+
direction: string;
|
|
6
|
+
}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: any;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
package/dist/es/index.mjs
CHANGED
|
@@ -111,7 +111,7 @@ const __vite_glob_0_26 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePr
|
|
|
111
111
|
default: _sfc_main$7
|
|
112
112
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
113
113
|
|
|
114
|
-
const version = "1.2.
|
|
114
|
+
const version = "1.2.1";
|
|
115
115
|
|
|
116
116
|
const modules = /* #__PURE__ */ Object.assign({"./components/awesome-icon/awesome-icon.vue": __vite_glob_0_0,"./components/backbottom/backbottom.vue": __vite_glob_0_1,"./components/button/button.vue": __vite_glob_0_2,"./components/chat-container/chat-container.vue": __vite_glob_0_3,"./components/choice-boolean/choice-boolean.vue": __vite_glob_0_4,"./components/choice/choice.vue": __vite_glob_0_5,"./components/config-provider/config-provider.vue": __vite_glob_0_6,"./components/cropper/cropper.vue": __vite_glob_0_7,"./components/currency/currency.vue": __vite_glob_0_8,"./components/daterange-picker/daterange-picker.vue": __vite_glob_0_9,"./components/dialog-camera-upload/dialog-camera-upload.vue": __vite_glob_0_10,"./components/dialog-map-point/dialog-map-point.vue": __vite_glob_0_11,"./components/dialog-upload-images/dialog-upload-images.vue": __vite_glob_0_12,"./components/dialog/dialog.vue": __vite_glob_0_13,"./components/drag-verify/drag-verify.vue": __vite_glob_0_14,"./components/drawer/drawer.vue": __vite_glob_0_15,"./components/easy-pagination/easy-pagination.vue": __vite_glob_0_16,"./components/el-icon/el-icon.vue": __vite_glob_0_17,"./components/flag/flag.vue": __vite_glob_0_18,"./components/icon-picker/icon-picker.vue": __vite_glob_0_19,"./components/icon/icon.vue": __vite_glob_0_20,"./components/iconify-icon/iconify-icon.vue": __vite_glob_0_21,"./components/image/image.vue": __vite_glob_0_22,"./components/input-number/input-number.vue": __vite_glob_0_23,"./components/input/input.vue": __vite_glob_0_24,"./components/pca-picker/pca-picker.vue": __vite_glob_0_25,"./components/qr-code/qr-code.vue": __vite_glob_0_26,"./components/screenfull/screenfull.vue": __vite_glob_0_27,"./components/scrollbar/scrollbar.vue": __vite_glob_0_28,"./components/select/select.vue": __vite_glob_0_29,"./components/single-player/single-player.vue": __vite_glob_0_30,"./components/svg-icon/svg-icon.vue": __vite_glob_0_31,"./components/switch/switch.vue": __vite_glob_0_32,"./components/sync-scroll-container/sync-scroll-container.vue": __vite_glob_0_33,"./components/tags/tags.vue": __vite_glob_0_34,"./components/text-ellipsis/text-ellipsis.vue": __vite_glob_0_35,"./components/thousand-input/thousand-input.vue": __vite_glob_0_36,"./components/tinymce/tinymce.vue": __vite_glob_0_37,"./components/tree-picker/tree-picker.vue": __vite_glob_0_38,"./components/upload-file/upload-file.vue": __vite_glob_0_39});
|
|
117
117
|
const upper = (_, letter) => letter.toUpperCase();
|