inl-ui 0.1.6 → 0.1.8
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/components/index.cjs +3 -5
- package/dist/components/index.js +3 -5
- package/dist/iconfont.js +1 -1
- package/dist/index.cjs +4 -6
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -6
- package/package.json +1 -1
|
@@ -11423,20 +11423,18 @@ const Bottom = vue.defineComponent({
|
|
|
11423
11423
|
emit("send", msg);
|
|
11424
11424
|
};
|
|
11425
11425
|
return () => {
|
|
11426
|
-
|
|
11426
|
+
tips.map(tip => vue.createVNode("div", {
|
|
11427
11427
|
"class": "tip",
|
|
11428
11428
|
"onClick": () => handleSend(tip)
|
|
11429
11429
|
}, [tip]));
|
|
11430
11430
|
return vue.createVNode("div", {
|
|
11431
11431
|
"class": "bottom"
|
|
11432
|
-
}, [vue.createVNode(
|
|
11433
|
-
"class": "tips"
|
|
11434
|
-
}, [tipsDom]), vue.createVNode(Input, {
|
|
11432
|
+
}, [vue.createVNode(Input, {
|
|
11435
11433
|
"ref": inputRef,
|
|
11436
11434
|
"onSend": handleSend
|
|
11437
11435
|
}, null), vue.createVNode("div", {
|
|
11438
11436
|
"class": "exemption"
|
|
11439
|
-
}, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\
|
|
11437
|
+
}, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\u6210\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
|
|
11440
11438
|
};
|
|
11441
11439
|
}
|
|
11442
11440
|
});
|
package/dist/components/index.js
CHANGED
|
@@ -11413,20 +11413,18 @@ const Bottom = defineComponent({
|
|
|
11413
11413
|
emit("send", msg);
|
|
11414
11414
|
};
|
|
11415
11415
|
return () => {
|
|
11416
|
-
|
|
11416
|
+
tips.map(tip => createVNode("div", {
|
|
11417
11417
|
"class": "tip",
|
|
11418
11418
|
"onClick": () => handleSend(tip)
|
|
11419
11419
|
}, [tip]));
|
|
11420
11420
|
return createVNode("div", {
|
|
11421
11421
|
"class": "bottom"
|
|
11422
|
-
}, [createVNode(
|
|
11423
|
-
"class": "tips"
|
|
11424
|
-
}, [tipsDom]), createVNode(Input, {
|
|
11422
|
+
}, [createVNode(Input, {
|
|
11425
11423
|
"ref": inputRef,
|
|
11426
11424
|
"onSend": handleSend
|
|
11427
11425
|
}, null), createVNode("div", {
|
|
11428
11426
|
"class": "exemption"
|
|
11429
|
-
}, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\
|
|
11427
|
+
}, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\u6210\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
|
|
11430
11428
|
};
|
|
11431
11429
|
}
|
|
11432
11430
|
});
|