bhd-components 0.6.5 → 0.6.6

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.
Files changed (29) hide show
  1. package/dist/{d4259367.esm.es5.development.js → 869a16fb.esm.es5.development.js} +1402 -1140
  2. package/dist/{8bda9e2e.esm.es5.production.js → c220442c.esm.es5.production.js} +1 -1
  3. package/dist/index.esm.es5.development.css +864 -732
  4. package/dist/index.esm.es5.development.js +757 -671
  5. package/dist/index.esm.es5.production.css +1 -1
  6. package/dist/index.esm.es5.production.js +1 -1
  7. package/es2017/customerService/contactsList.d.ts +1 -1
  8. package/es2017/customerService/contactsList.js +11 -145
  9. package/es2017/customerService/function.js +1 -1
  10. package/es2017/customerService/historyFun.js +325 -154
  11. package/es2017/customerService/index.js +412 -341
  12. package/es2017/customerService/index.module.less +169 -65
  13. package/es2017/customerService/index2.module.less +170 -65
  14. package/es2017/icons/components/custom-expand.d.ts +4 -0
  15. package/es2017/icons/components/custom-expand.js +22 -0
  16. package/es2017/icons/components/index.d.ts +1 -0
  17. package/es2017/icons/components/index.js +1 -0
  18. package/esm/customerService/contactsList.d.ts +1 -1
  19. package/esm/customerService/contactsList.js +11 -158
  20. package/esm/customerService/function.js +1 -1
  21. package/esm/customerService/historyFun.js +329 -167
  22. package/esm/customerService/index.js +397 -348
  23. package/esm/customerService/index.module.less +169 -65
  24. package/esm/customerService/index2.module.less +170 -65
  25. package/esm/icons/components/custom-expand.d.ts +4 -0
  26. package/esm/icons/components/custom-expand.js +24 -0
  27. package/esm/icons/components/index.d.ts +1 -0
  28. package/esm/icons/components/index.js +1 -0
  29. package/package.json +1 -1
@@ -0,0 +1,24 @@
1
+ import { _ as _object_spread } from "@swc/helpers/_/_object_spread";
2
+ import { _ as _object_spread_props } from "@swc/helpers/_/_object_spread_props";
3
+ import { jsx as _jsx } from "@ice/jsx-runtime/jsx-runtime";
4
+ import * as React from "react";
5
+ import Icon from "@ant-design/icons";
6
+ var CustomExpandSvg = function() {
7
+ return /*#__PURE__*/ _jsx("svg", {
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ width: "1em",
10
+ height: "1em",
11
+ viewBox: "0 0 24 25",
12
+ "shape-rendering": "geometricPrecision",
13
+ fill: "currentColor",
14
+ children: /*#__PURE__*/ _jsx("path", {
15
+ d: "M8.36358 5.86364C8.01211 6.21511 8.01211 6.78496 8.36358 7.13643L13.7272 12.5L8.36358 17.8636C8.01211 18.2151 8.01211 18.785 8.36358 19.1364C8.71505 19.4879 9.2849 19.4879 9.63637 19.1364L15.6364 13.1364C15.9878 12.785 15.9878 12.2151 15.6364 11.8636L9.63637 5.86364C9.2849 5.51217 8.71505 5.51217 8.36358 5.86364Z"
16
+ })
17
+ });
18
+ };
19
+ var CustomExpand = function(props) {
20
+ return /*#__PURE__*/ _jsx(Icon, _object_spread_props(_object_spread({}, props), {
21
+ component: CustomExpandSvg
22
+ }));
23
+ };
24
+ export default CustomExpand;
@@ -17,3 +17,4 @@ export { default as CustomContacts } from "./custom-contacts";
17
17
  export { default as CustomDuihao } from "./custom-duihao";
18
18
  export { default as CustomRoundClose } from "./custom-round_close";
19
19
  export { default as CustomAiIcon } from "./custom-ai_icon";
20
+ export { default as CustomExpand } from "./custom-expand";
@@ -17,3 +17,4 @@ export { default as CustomContacts } from "./custom-contacts";
17
17
  export { default as CustomDuihao } from "./custom-duihao";
18
18
  export { default as CustomRoundClose } from "./custom-round_close";
19
19
  export { default as CustomAiIcon } from "./custom-ai_icon";
20
+ export { default as CustomExpand } from "./custom-expand";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "组件功能描述",
5
5
  "files": [
6
6
  "esm",