inl-ui 0.1.6 → 0.1.7

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.
@@ -11423,20 +11423,18 @@ const Bottom = vue.defineComponent({
11423
11423
  emit("send", msg);
11424
11424
  };
11425
11425
  return () => {
11426
- const tipsDom = tips.map(tip => vue.createVNode("div", {
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("div", {
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\u4EA7\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
11437
+ }, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\u6210\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
11440
11438
  };
11441
11439
  }
11442
11440
  });
@@ -11413,20 +11413,18 @@ const Bottom = defineComponent({
11413
11413
  emit("send", msg);
11414
11414
  };
11415
11415
  return () => {
11416
- const tipsDom = tips.map(tip => createVNode("div", {
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("div", {
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\u4EA7\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
11427
+ }, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\u6210\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
11430
11428
  };
11431
11429
  }
11432
11430
  });
package/dist/index.cjs CHANGED
@@ -43,7 +43,7 @@ var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
43
43
  var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
44
44
  var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
45
45
 
46
- var version = "0.1.5";
46
+ var version = "0.1.6";
47
47
 
48
48
  const setTheme = theme => {
49
49
  if (theme === "dark") {
@@ -12428,20 +12428,18 @@ const Bottom = vue.defineComponent({
12428
12428
  emit("send", msg);
12429
12429
  };
12430
12430
  return () => {
12431
- const tipsDom = tips.map(tip => vue.createVNode("div", {
12431
+ tips.map(tip => vue.createVNode("div", {
12432
12432
  "class": "tip",
12433
12433
  "onClick": () => handleSend(tip)
12434
12434
  }, [tip]));
12435
12435
  return vue.createVNode("div", {
12436
12436
  "class": "bottom"
12437
- }, [vue.createVNode("div", {
12438
- "class": "tips"
12439
- }, [tipsDom]), vue.createVNode(Input, {
12437
+ }, [vue.createVNode(Input, {
12440
12438
  "ref": inputRef,
12441
12439
  "onSend": handleSend
12442
12440
  }, null), vue.createVNode("div", {
12443
12441
  "class": "exemption"
12444
- }, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\u4EA7\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
12442
+ }, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\u6210\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
12445
12443
  };
12446
12444
  }
12447
12445
  });
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ import { Key } from 'ant-design-vue/lib/table/interface';
11
11
  import * as vue_jsx_runtime from 'vue/jsx-runtime';
12
12
  import * as _ant_design_icons_vue_lib_components_IconFont from '@ant-design/icons-vue/lib/components/IconFont';
13
13
 
14
- var version = "0.1.5";
14
+ var version = "0.1.6";
15
15
 
16
16
  declare const _default$o: {
17
17
  set(theme: string): void;
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import { XPopup, CommentBlock, setAxiosOption } from '@sszj-temp/mobile';
13
13
  import { marked } from 'marked';
14
14
  import '@sszj-temp/mobile/style.css';
15
15
 
16
- var version = "0.1.5";
16
+ var version = "0.1.6";
17
17
 
18
18
  const setTheme = theme => {
19
19
  if (theme === "dark") {
@@ -12398,20 +12398,18 @@ const Bottom = defineComponent({
12398
12398
  emit("send", msg);
12399
12399
  };
12400
12400
  return () => {
12401
- const tipsDom = tips.map(tip => createVNode("div", {
12401
+ tips.map(tip => createVNode("div", {
12402
12402
  "class": "tip",
12403
12403
  "onClick": () => handleSend(tip)
12404
12404
  }, [tip]));
12405
12405
  return createVNode("div", {
12406
12406
  "class": "bottom"
12407
- }, [createVNode("div", {
12408
- "class": "tips"
12409
- }, [tipsDom]), createVNode(Input, {
12407
+ }, [createVNode(Input, {
12410
12408
  "ref": inputRef,
12411
12409
  "onSend": handleSend
12412
12410
  }, null), createVNode("div", {
12413
12411
  "class": "exemption"
12414
- }, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\u4EA7\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
12412
+ }, ["\u5185\u5BB9\u7531\u7F8E\u817E\u5927\u6A21\u578B\u751F\u6210\uFF0C\u4EC5\u4F5C\u4E3A\u53C2\u8003"])]);
12415
12413
  };
12416
12414
  }
12417
12415
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",