diginet-core-ui 1.4.48-beta.4 → 1.4.48-beta.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 (105) hide show
  1. package/assets/images/menu/dhr/MHRP25N0007.svg +18 -0
  2. package/assets/images/menu/dhr/MHRP25N0008.svg +17 -0
  3. package/components/accordion/details.js +1 -1
  4. package/components/accordion/group.js +1 -1
  5. package/components/accordion/index.js +1 -1
  6. package/components/accordion/summary.js +1 -1
  7. package/components/alert/index.js +1 -1
  8. package/components/alert/notify.js +1 -1
  9. package/components/avatar/index.js +2 -2
  10. package/components/badge/index.js +1 -1
  11. package/components/breadcrumb/index.js +1 -1
  12. package/components/button/icon.js +1 -1
  13. package/components/button/index.js +1 -1
  14. package/components/button/more.js +2 -2
  15. package/components/button/ripple-effect.js +1 -1
  16. package/components/card/body.js +1 -1
  17. package/components/card/extra.js +1 -1
  18. package/components/card/footer.js +1 -1
  19. package/components/card/header.js +1 -1
  20. package/components/card/index.js +1 -1
  21. package/components/chart/Pie/Circle.js +1 -1
  22. package/components/chart/Pie/Sector.js +1 -1
  23. package/components/chart/Pie/index.js +1 -1
  24. package/components/chart/Pie-v2/Circle.js +1 -1
  25. package/components/chart/Pie-v2/Sector.js +1 -1
  26. package/components/chart/Pie-v2/index.js +1 -1
  27. package/components/chart/bar/Bar.js +1 -1
  28. package/components/chart/bar/index.js +1 -1
  29. package/components/chart/bar-v2/Bar.js +1 -1
  30. package/components/chart/bar-v2/index.js +1 -1
  31. package/components/chart/line/index.js +1 -1
  32. package/components/chart/line-v2/index.js +1 -1
  33. package/components/check-text/index.js +1 -1
  34. package/components/check-text/interview-confirmation.js +1 -1
  35. package/components/check-text/interview-status.js +1 -1
  36. package/components/chip/index.js +1 -1
  37. package/components/collapse/index.js +1 -1
  38. package/components/divider/index.js +1 -1
  39. package/components/form-control/attachment/index.js +1 -1
  40. package/components/form-control/calendar/index.js +1 -1
  41. package/components/form-control/calendar/range.js +1 -1
  42. package/components/form-control/checkbox/index.js +1 -1
  43. package/components/form-control/control/index.js +1 -1
  44. package/components/form-control/date-input/index.js +1 -1
  45. package/components/form-control/date-picker/index.js +1 -1
  46. package/components/form-control/date-range-picker/index.js +1 -1
  47. package/components/form-control/dropdown/index.js +85 -46
  48. package/components/form-control/dropdown-box/index.js +1 -1
  49. package/components/form-control/form-group/index.js +1 -1
  50. package/components/form-control/helper-text/index.js +1 -1
  51. package/components/form-control/input-base/UncontrolledInputBase.js +1 -1
  52. package/components/form-control/input-base/index.js +1 -1
  53. package/components/form-control/label/index.js +1 -1
  54. package/components/form-control/money-input/index.js +1 -1
  55. package/components/form-control/password-input/index.js +1 -1
  56. package/components/form-control/phone-input/index.js +1 -1
  57. package/components/form-control/radio/index.js +1 -1
  58. package/components/form-control/text-input/index.js +1 -1
  59. package/components/form-control/time-picker/index.js +1 -1
  60. package/components/form-control/time-picker/v2/index.js +1 -1
  61. package/components/form-control/toggle/index.js +1 -1
  62. package/components/form-view/input.js +1 -1
  63. package/components/grid/index.js +1 -1
  64. package/components/image/index.js +1 -1
  65. package/components/list/list-item-action.js +1 -1
  66. package/components/list/list-item-icon.js +1 -1
  67. package/components/list/list-item-text.js +1 -1
  68. package/components/list/list-item.js +1 -1
  69. package/components/list/list.js +1 -1
  70. package/components/list/sub-header.js +1 -1
  71. package/components/modal/body.js +1 -1
  72. package/components/modal/footer.js +1 -1
  73. package/components/modal/header.js +1 -1
  74. package/components/modal/index.js +1 -1
  75. package/components/modal/modal.js +1 -1
  76. package/components/others/option-wrapper/index.js +1 -1
  77. package/components/paging/page-info.js +1 -1
  78. package/components/paging/page-selector.js +1 -1
  79. package/components/paper/index.js +1 -1
  80. package/components/popover/body.js +1 -1
  81. package/components/popover/footer.js +1 -1
  82. package/components/popover/header.js +1 -1
  83. package/components/popover/index.js +1 -1
  84. package/components/popup/index.js +1 -1
  85. package/components/popup/v2/index.js +1 -1
  86. package/components/progress/circular.js +1 -1
  87. package/components/progress/linear.js +1 -1
  88. package/components/rating/index.js +1 -1
  89. package/components/skeleton/index.js +1 -1
  90. package/components/slider/slider-container.js +1 -1
  91. package/components/slider/slider-item.js +1 -1
  92. package/components/status/index.js +1 -1
  93. package/components/tab/tab-container.js +1 -1
  94. package/components/tab/tab-header.js +1 -1
  95. package/components/tab/tab-panel.js +1 -1
  96. package/components/tab/tab.js +1 -1
  97. package/components/tooltip/index.js +1 -1
  98. package/components/transfer/index.js +1 -1
  99. package/components/tree-view/index.js +1 -1
  100. package/components/typography/index.js +1 -1
  101. package/icons/basic.js +28 -0
  102. package/icons/effect.js +1 -1
  103. package/icons/menu/v2/index.js +1 -1
  104. package/package.json +1 -1
  105. package/readme.md +16 -0
@@ -0,0 +1,18 @@
1
+ <svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_2206_78)">
3
+ <path d="M38.6998 9.5L29.5998 0.4C29.2998 0.1 28.9998 0 28.6998 0H12.6998C10.9998 0 9.5998 1.3 9.2998 2.9C9.4998 2.9 9.6998 2.9 9.8998 2.9C10.1998 2.9 10.3998 2.9 10.6998 2.9H10.7998C11.0998 2.9 11.2998 3 11.5998 3C11.7998 2.6 12.1998 2.3 12.6998 2.3H27.5998V8C27.5998 9.9 29.0998 11.4 30.9998 11.4H36.6998V35.6C36.6998 36.2 36.1998 36.7 35.5998 36.7H12.6998C12.0998 36.7 11.5998 36.2 11.5998 35.6V24.6C11.0998 24.7 10.5998 24.7 10.0998 24.7C9.8998 24.7 9.5998 24.7 9.3998 24.7V35.6C9.3998 37.5 10.8998 39 12.7998 39H35.6998C37.5998 39 39.0998 37.5 39.0998 35.6V10.3C38.9998 10 38.8998 9.7 38.6998 9.5ZM30.9998 9.1C30.3998 9.1 29.7998 8.6 29.7998 8V3.9L34.9998 9.1H30.9998Z" fill="#2680EB"/>
4
+ <path d="M17.3998 26.2L19.2998 28.5H15.8998C15.2998 28.5 14.7998 28 14.7998 27.3C14.7998 26.7 15.2998 26.2 15.8998 26.2H17.3998Z" fill="#2680EB"/>
5
+ <path d="M33.5998 27.3C33.5998 27.9 33.0998 28.5 32.4998 28.5H30.2998C30.0998 28.1 29.7998 27.7 29.4998 27.4C29.4998 27.4 29.4998 27.3 29.3998 27.3L27.9998 26.2H32.4998C33.0998 26.2 33.5998 26.7 33.5998 27.3Z" fill="#2680EB"/>
6
+ <path d="M33.5998 22.2C33.5998 22.8 33.0998 23.3 32.4998 23.3H24.3998L21.4998 21H32.3998C33.0998 21.1 33.5998 21.6 33.5998 22.2Z" fill="#2680EB"/>
7
+ <path d="M33.5998 17.1C33.5998 17.7 33.0998 18.2 32.4998 18.2H19.8998C20.2998 17.5 20.4998 16.7 20.6998 15.9H32.3998C33.0998 16 33.5998 16.5 33.5998 17.1Z" fill="#2680EB"/>
8
+ <path d="M23.4998 33.6H15.8998C15.2998 33.6 14.7998 33.1 14.7998 32.5C14.7998 31.9 15.2998 31.4 15.8998 31.4H21.5998L23.2998 33.5C23.2998 33.4 23.2998 33.5 23.4998 33.6C23.3998 33.5 23.3998 33.5 23.4998 33.6Z" fill="#2680EB"/>
9
+ <path d="M14.9999 18.7C14.6999 19 14.2999 19.3 13.9999 19.5C13.2999 20 12.2999 20.4 11.4999 20.6C10.9999 20.7 9.5999 20.7 9.3999 20.7C8.6999 20.6 7.9999 20.5 7.3999 20.2C6.5999 19.9 5.9999 19.5 5.3999 18.9C5.4999 18.1 5.6999 17.4 5.7999 16.6C5.8999 16 6.3999 15.6 6.9999 15.6H13.3999C14.0999 15.6 14.4999 16 14.6999 16.6C14.9999 18.7 14.6999 16.6 14.9999 18.7Z" fill="#FF8C00"/>
10
+ <path d="M10.0999 14.6C8.0999 14.6 6.3999 12.9 6.3999 10.8C6.3999 8.69998 8.0999 7.09998 10.0999 7.09998C12.0999 7.09998 13.7999 8.79998 13.7999 10.9C13.7999 12.9 12.0999 14.6 10.0999 14.6Z" fill="#FF8C00"/>
11
+ <path d="M28.7 28.1L18 19.6C19.3 17.9 19.9 15.9 20 13.7C20 11.1 18.9 8.60005 17.1 6.70005C15.2 4.80005 12.7 3.80005 10 3.80005C7.4 3.80005 4.8 4.80005 2.9 6.70005C1.1 8.60005 0 11.1 0 13.7C0 16.3 1.1 18.8001 2.9 20.7001C4.8 22.6001 7.3 23.6 10 23.6C11.9 23.6 13.8 23.1 15.4 22L24.1 32.7001C25.6 34.2001 27.8 34.3 29.1 33C30.4 31.8 30.2 29.6 28.7 28.1ZM1.9 13.7C1.9 12.1 2.4 10.6 3.2 9.20005C4 7.80005 5.3 6.80005 6.8 6.20005C8.3 5.60005 9.9 5.40005 11.5 5.70005C13.1 6.00005 14.5 6.80005 15.7 7.90005C16.8 9.00005 17.6 10.4 17.9 12C18.2 13.5 18.1 15.2 17.5 16.6C16.9 18.1 15.9 19.3001 14.5 20.2001C13.2 21.1001 11.6 21.6 10 21.6C8.9 21.6 7.9 21.4 6.9 21C5.9 20.6 5 20 4.3 19.3C3.5 18.6 2.9 17.7 2.5 16.7C2.1 15.8 1.9 14.8 1.9 13.7Z" fill="#FF8C00"/>
12
+ </g>
13
+ <defs>
14
+ <clipPath id="clip0_2206_78">
15
+ <rect width="39" height="39" fill="white"/>
16
+ </clipPath>
17
+ </defs>
18
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_2207_97)">
3
+ <path d="M38.6998 9.5L29.5998 0.4C29.2998 0.1 28.9998 0 28.6998 0H12.6998C10.9998 0 9.5998 1.3 9.2998 2.9C9.4998 2.9 9.6998 2.9 9.8998 2.9C10.1998 2.9 10.3998 2.9 10.6998 2.9H10.7998C11.0998 2.9 11.2998 3 11.5998 3C11.7998 2.6 12.1998 2.3 12.6998 2.3H27.5998V8C27.5998 9.9 29.0998 11.4 30.9998 11.4H36.6998V21.2C37.6998 22.1 38.3998 23.2 38.9998 24.5V10.3C38.9998 10 38.8998 9.7 38.6998 9.5ZM30.9998 9.1C30.3998 9.1 29.7998 8.6 29.7998 8V3.9L34.9998 9.1H30.9998ZM12.6998 36.7C12.0998 36.7 11.5998 36.2 11.5998 35.6V24.6C11.0998 24.7 10.5998 24.7 10.0998 24.7C9.8998 24.7 9.5998 24.7 9.3998 24.7V35.6C9.3998 37.5 10.8998 39 12.7998 39H24.4998C23.2998 38.4 22.1998 37.7 21.1998 36.7H12.6998Z" fill="#2680EB"/>
4
+ <path d="M18.1998 27.1C18.0998 27.6 17.9998 28 17.9998 28.5H15.8998C15.2998 28.5 14.7998 28 14.7998 27.3C14.7998 26.7 15.2998 26.2 15.8998 26.2H17.3998L18.1998 27.1Z" fill="#2680EB"/>
5
+ <path d="M33.5998 17.1C33.5998 17.7 33.0998 18.2 32.4998 18.2H19.8998C20.2998 17.5 20.4998 16.7 20.6998 15.9H32.3998C33.0998 16 33.5998 16.5 33.5998 17.1Z" fill="#2680EB"/>
6
+ <path d="M18.9998 33.6H15.8998C15.2998 33.6 14.7998 33.1 14.7998 32.5C14.7998 31.9 15.2998 31.4 15.8998 31.4H18.2998C18.3998 32.1 18.6998 32.8 18.9998 33.6Z" fill="#2680EB"/>
7
+ <path d="M14.9999 18.7C14.6999 19 14.2999 19.3 13.9999 19.5C13.2999 20 12.2999 20.4 11.4999 20.6C10.9999 20.7 9.5999 20.7 9.3999 20.7C8.6999 20.6 7.9999 20.5 7.3999 20.2C6.5999 19.9 5.9999 19.5 5.3999 18.9C5.4999 18.1 5.6999 17.4 5.7999 16.6C5.8999 16 6.3999 15.6 6.9999 15.6H13.3999C14.0999 15.6 14.4999 16 14.6999 16.6C14.6999 17.4 14.7999 18 14.9999 18.7Z" fill="#FF8C00"/>
8
+ <path d="M10.0999 14.6C8.0999 14.6 6.3999 12.9 6.3999 10.8C6.3999 8.7 8.0999 7.1 10.0999 7.1C12.0999 7.1 13.7999 8.8 13.7999 10.9C13.7999 12.9 12.0999 14.6 10.0999 14.6Z" fill="#FF8C00"/>
9
+ <path d="M18 19.6C19.3 17.9 19.9 15.9 20 13.8C20 11.2 18.9 8.70002 17.1 6.80002C15.2 4.90002 12.7 3.90002 10 3.90002C7.4 3.90002 4.8 4.90002 2.9 6.80002C1 8.60002 0 11.1 0 13.7C0 16.3 1.1 18.9 2.9 20.7C4.8 22.5 7.3 23.6 10 23.6C11.9 23.6 13.8 23.1 15.4 22L18.5 25.8C18.6 25.5 18.7 25.2 18.8 24.9C19.3 23.7 19.9 22.6 20.8 21.7L18 19.6ZM14.5 20.3C13.2 21.2 11.6 21.7 10 21.7C8.9 21.7 7.9 21.5 6.9 21.1C5.9 20.7 5 20.1 4.3 19.4C3.5 18.7 2.9 17.8 2.5 16.8C2.1 15.8 1.9 14.8 1.9 13.7C1.9 12.1 2.4 10.6 3.2 9.20002C4.1 7.90002 5.3 6.90002 6.8 6.20002C8.3 5.60002 9.9 5.40002 11.5 5.70002C13.1 6.00002 14.5 6.80002 15.6 7.90002C16.7 9.00002 17.5 10.4 17.8 12C18.1 13.5 18 15.2 17.4 16.6C16.9 18.2 15.8 19.5 14.5 20.3Z" fill="#FF8C00"/>
10
+ <path d="M34.4 20.6C32.8 19.6 31 19 29 19C28.5 19 28.1 19 27.7 19.1C26.9 19.2 26 19.4 25.3 19.7C24.9 19.9 24.4 20.1 24 20.3C22 21.4 20.5 23.2 19.7 25.3C19.2 26.5 19 27.7 19 29C19 34.5 23.5 39 29 39C34.5 39 39 34.5 39 29C39 25.5 37.1 22.3 34.4 20.6ZM35.2 25.8L29.3 33.8C29 34.3 28.4 34.6 27.8 34.6H27.7C27.2 34.6 26.6 34.4 26.3 34L22.8 30.2C22.3 29.6 22.3 28.7 22.9 28.1C23.2 27.8 23.5 27.7 23.9 27.7C24.3 27.7 24.7 27.9 25 28.2L27.5 30.9L27.6 31C27.7 31 27.7 31 27.7 30.9L32.7 24.1C33 23.7 33.4 23.5 33.9 23.5C34.2 23.5 34.5 23.6 34.8 23.8C35.6 24.2 35.7 25.1 35.2 25.8Z" fill="#1CA261"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_2207_97">
14
+ <rect width="39" height="39" fill="white"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
@@ -7,7 +7,7 @@ import { boxBorder, overflowHidden, parseHeight, pointerEventsNone, positionRela
7
7
  import { useTheme } from "../../theme";
8
8
  import useThemeProps from "../../theme/utils/useThemeProps";
9
9
  import { classNames, getProp } from "../../utils";
10
- const AccordionDetails = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
10
+ const AccordionDetails = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
11
11
  if (!reference) reference = useRef(null);
12
12
  const theme = useTheme();
13
13
 
@@ -7,7 +7,7 @@ import { borderRadius, borderRadius4px } from "../../styles/general";
7
7
  import { useTheme } from "../../theme";
8
8
  import useThemeProps from "../../theme/utils/useThemeProps";
9
9
  import { classNames } from "../../utils";
10
- const AccordionGroup = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
10
+ const AccordionGroup = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
11
11
  if (!reference) reference = useRef(null);
12
12
  const theme = useTheme();
13
13
 
@@ -45,7 +45,7 @@ const handleTransition = (timer, el, beginHeight, endHeight = null) => {
45
45
  el.style.height = endHeight;
46
46
  }, duration);
47
47
  };
48
- const Accordion = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
48
+ const Accordion = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
49
49
  var _ref$current;
50
50
  if (!reference) reference = useRef(null);
51
51
  const theme = useTheme();
@@ -9,7 +9,7 @@ import { useTheme } from "../../theme";
9
9
  import useThemeProps from "../../theme/utils/useThemeProps";
10
10
  import { classNames, getProp } from "../../utils";
11
11
  import AccordionContext from "./context";
12
- const AccordionSummary = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
12
+ const AccordionSummary = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
13
13
  if (!reference) reference = useRef(null);
14
14
  const theme = useTheme();
15
15
  const {
@@ -15,7 +15,7 @@ const primaryTypoMap = new Map([['tiny', 'typography.heading5'], ['small', 'typo
15
15
  const iconSizeMap = new Map([['tiny', 16], ['small', 20], ['medium', 24]]);
16
16
  const linearProgressSizeMap = new Map([['tiny', 2], ['small', 3], ['medium', 4]]);
17
17
  const transitionTime = 300;
18
- const Alert = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
18
+ const Alert = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
19
19
  if (!reference) reference = useRef(null);
20
20
  const theme = useTheme();
21
21
  const {
@@ -27,7 +27,7 @@ const positionHorizontalMap = new Map([['left', css`
27
27
  `], ['right', css`
28
28
  right: 15px;
29
29
  `]]);
30
- const Notify = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
30
+ const Notify = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
31
31
  if (!reference) reference = useRef(null);
32
32
  const theme = useTheme();
33
33
 
@@ -22,7 +22,7 @@ const checkFileType = (type, matchType) => {
22
22
  return new RegExp(matchType).test(type);
23
23
  }
24
24
  };
25
- const Avatar = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
25
+ const Avatar = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
26
26
  if (!reference) reference = useRef(null);
27
27
  const theme = useTheme();
28
28
 
@@ -108,7 +108,7 @@ const Avatar = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) =
108
108
  !!onRemove && onRemove();
109
109
  };
110
110
  const renderData = () => {
111
- if ( /*#__PURE__*/isValidElement(data)) return data;
111
+ if (/*#__PURE__*/isValidElement(data)) return data;
112
112
  const info = Object.keys(data || {});
113
113
  if (info !== null && info !== void 0 && info.length) {
114
114
  return info.map((key, index) => {
@@ -57,7 +57,7 @@ const calDotPos = (anchorOrigin, contentDirection, dotSize, hasContent, size) =>
57
57
  }
58
58
  }
59
59
  };
60
- const Badge = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
60
+ const Badge = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
61
61
  if (!reference) reference = useRef(null);
62
62
  const theme = useTheme();
63
63
  const {
@@ -14,7 +14,7 @@ import { classNames, getProp } from "../../utils";
14
14
  const sizeIconMap = new Map([['tiny', 16], ['small', 18], ['medium', 20]]);
15
15
  const sizeTypographyPMap = new Map([['tiny', 'p3'], ['small', 'p2'], ['medium', 'p1']]);
16
16
  const sizeTypographyHMap = new Map([['tiny', 'h5'], ['small', 'h4'], ['medium', 'h3']]);
17
- const Breadcrumb = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
17
+ const Breadcrumb = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
18
18
  if (!reference) reference = useRef(null);
19
19
  const theme = useTheme();
20
20
  const {
@@ -48,7 +48,7 @@ const IconLoadingView = iconSize => {
48
48
  width: parseInt(iconSize)
49
49
  });
50
50
  };
51
- const ButtonIcon = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
51
+ const ButtonIcon = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
52
52
  var _sizeMap$get, _sizeMap$get2;
53
53
  if (!reference) reference = useRef(null);
54
54
  const theme = useTheme();
@@ -55,7 +55,7 @@ const typographySizeMap = new Map([['tiny', 'h5'], ['small', 'h5'], ['medium', '
55
55
  const minHeightSizeMap = new Map([['tiny', '24px'], ['small', '32px'], ['medium', '40px'], ['large', '48px'], ['giant', '56px']]);
56
56
  const minHeightSizeLinkMap = new Map([['tiny', '16px'], ['small', '20px'], ['medium', '24px'], ['large', '32px'], ['giant', '40px']]);
57
57
  const alphaLoading = 0.2;
58
- const Button = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
58
+ const Button = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
59
59
  var _iconSizeMap;
60
60
  if (!reference) reference = useRef(null);
61
61
  const theme = useTheme();
@@ -9,7 +9,7 @@ import { bgColor, borderNone, cursorPointer, displayFlex, flexCol, flexRow, item
9
9
  import { useTheme } from "../../theme";
10
10
  import useThemeProps from "../../theme/utils/useThemeProps";
11
11
  import { classNames, getProp } from "../../utils";
12
- const ButtonMore = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
12
+ const ButtonMore = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
13
13
  if (!reference) reference = useRef(null);
14
14
  const theme = useTheme();
15
15
 
@@ -56,7 +56,7 @@ const ButtonMore = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, referenc
56
56
  });
57
57
  const renderOptions = () => {
58
58
  return options.map((item, idx) => {
59
- if (item !== null && item !== void 0 && item.hidden) return null;else if ( /*#__PURE__*/isValidElement(item)) return item;else {
59
+ if (item !== null && item !== void 0 && item.hidden) return null;else if (/*#__PURE__*/isValidElement(item)) return item;else {
60
60
  const icon = item === null || item === void 0 ? void 0 : item.icon;
61
61
  const label = item === null || item === void 0 ? void 0 : item.label;
62
62
  const action = () => {
@@ -13,7 +13,7 @@ const useDebouncedRippleCleanUp = (rippleCount, duration, cleanUpFunction) => {
13
13
  return undefined;
14
14
  }, [rippleCount, duration, cleanUpFunction]);
15
15
  };
16
- const Ripple = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
16
+ const Ripple = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
17
17
  duration = 850,
18
18
  color = 'system/standard',
19
19
  circular = false,
@@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
6
6
  import { forwardRef, memo, useImperativeHandle, useMemo, useRef } from 'react';
7
7
  import useThemeProps from "../../theme/utils/useThemeProps";
8
8
  import { classNames, refType as ref } from "../../utils";
9
- const CardBody = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
9
+ const CardBody = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
10
10
  if (!reference) reference = useRef(null);
11
11
 
12
12
  // props priority: `inProps` > `themeDefaultProps`
@@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
6
6
  import { forwardRef, memo, useImperativeHandle, useMemo, useRef } from 'react';
7
7
  import useThemeProps from "../../theme/utils/useThemeProps";
8
8
  import { classNames, refType as ref } from "../../utils";
9
- const CardExtra = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
9
+ const CardExtra = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
10
10
  if (!reference) reference = useRef(null);
11
11
 
12
12
  // props priority: `inProps` > `themeDefaultProps`
@@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
6
6
  import { forwardRef, memo, useImperativeHandle, useMemo, useRef } from 'react';
7
7
  import useThemeProps from "../../theme/utils/useThemeProps";
8
8
  import { classNames, refType as ref } from "../../utils";
9
- const CardFooter = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
9
+ const CardFooter = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
10
10
  if (!reference) reference = useRef(null);
11
11
 
12
12
  // props priority: `inProps` > `themeDefaultProps`
@@ -7,7 +7,7 @@ import PropTypes from 'prop-types';
7
7
  import { forwardRef, memo, useImperativeHandle, useMemo, useRef } from 'react';
8
8
  import useThemeProps from "../../theme/utils/useThemeProps";
9
9
  import { classNames, refType as ref } from "../../utils";
10
- const CardHeader = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
10
+ const CardHeader = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
11
11
  if (!reference) reference = useRef(null);
12
12
 
13
13
  // props priority: `inProps` > `themeDefaultProps`
@@ -12,7 +12,7 @@ import { CardBody } from "./body";
12
12
  import { CardFooter } from "./footer";
13
13
  import CardHeader from "./header";
14
14
  import useThemeProps from "../../theme/utils/useThemeProps";
15
- const Card = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
15
+ const Card = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
16
16
  if (!reference) reference = useRef(null);
17
17
  const theme = useTheme();
18
18
  const {
@@ -3,7 +3,7 @@
3
3
  import PropTypes from 'prop-types';
4
4
  import { memo, forwardRef } from 'react';
5
5
  import { jsx } from '@emotion/core';
6
- const Circle = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
6
+ const Circle = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
7
7
  center,
8
8
  color,
9
9
  onMouseEnter,
@@ -4,7 +4,7 @@ import { useRef, memo, forwardRef } from 'react';
4
4
  import PropTypes from "prop-types";
5
5
  import ReactDOM from 'react-dom';
6
6
  import { jsx, css } from '@emotion/core';
7
- const Sector = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
7
+ const Sector = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
8
8
  fill,
9
9
  strokeColor,
10
10
  strokeLinejoin,
@@ -7,7 +7,7 @@ import { jsx, css } from '@emotion/core';
7
7
  import Circle from "./Circle";
8
8
  import Sectors from "./Sectors";
9
9
  import Sector from "./Sector";
10
- const PieChart = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
10
+ const PieChart = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
11
11
  expandOnHover,
12
12
  renderSelectedItem,
13
13
  type,
@@ -3,7 +3,7 @@
3
3
  import PropTypes from 'prop-types';
4
4
  import { memo, forwardRef } from 'react';
5
5
  import { jsx } from '@emotion/core';
6
- const Circle = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
6
+ const Circle = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
7
7
  center,
8
8
  color,
9
9
  onMouseEnter,
@@ -3,7 +3,7 @@
3
3
  import { useRef, memo, forwardRef } from 'react';
4
4
  import PropTypes from 'prop-types';
5
5
  import { jsx, css } from '@emotion/core';
6
- const Sector = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
6
+ const Sector = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
7
7
  fill,
8
8
  strokeColor,
9
9
  strokeLinejoin,
@@ -9,7 +9,7 @@ import { typography } from "../../../styles/typography";
9
9
  import Circle from "./Circle";
10
10
  import Sectors from "./Sectors";
11
11
  import Sector from "./Sector";
12
- const PieChart = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
12
+ const PieChart = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
13
13
  expandOnHover,
14
14
  renderSelectedItem,
15
15
  // type,
@@ -5,7 +5,7 @@ import { css, jsx } from '@emotion/core';
5
5
  import PropTypes from 'prop-types';
6
6
  import Labels from "./Labels";
7
7
  import { typography } from "../../../styles/typography";
8
- const Bars = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
8
+ const Bars = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
9
9
  // barsOpacity,
10
10
  barsMargin,
11
11
  barsColor,
@@ -9,7 +9,7 @@ import Labels from "./Labels";
9
9
  import Grid from "./Grid";
10
10
  import Bars from "./Bar";
11
11
  import { randomString } from "../../../utils";
12
- const BarChart = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
12
+ const BarChart = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
13
13
  labelsVisible,
14
14
  labelsCharacterWidth,
15
15
  labelsCountY,
@@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
6
6
  import Labels from "./Labels";
7
7
  import { randomString } from "../../../utils";
8
8
  import { typography } from "../../../styles/typography";
9
- const Bars = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
9
+ const Bars = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
10
10
  // barsOpacity,
11
11
  barsMargin,
12
12
  barsColor,
@@ -9,7 +9,7 @@ import Labels from "./Labels";
9
9
  import Grid from "./Grid";
10
10
  import Bars from "./Bar";
11
11
  import { randomString } from "../../../utils";
12
- const BarChart = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
12
+ const BarChart = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
13
13
  labelsVisible,
14
14
  labelsCharacterWidth,
15
15
  labelsCountY,
@@ -10,7 +10,7 @@ import Points from "./Point";
10
10
  // import Title from './Title';
11
11
  import Path from "./Path";
12
12
  import { randomString } from "../../../utils";
13
- const LineChart = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
13
+ const LineChart = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
14
14
  labelsVisible,
15
15
  labelsCharacterWidth,
16
16
  labelsCountY,
@@ -10,7 +10,7 @@ import Points from "./Point";
10
10
  // import Title from './Title';
11
11
  import Path from "./Path";
12
12
  import { randomString } from "../../../utils";
13
- const BarChart = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
13
+ const BarChart = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
14
14
  labelsVisible,
15
15
  labelsCharacterWidth,
16
16
  labelsCountY,
@@ -13,7 +13,7 @@ const colorNum = {
13
13
  option2: 2,
14
14
  option3: 3
15
15
  };
16
- const InterviewStatus = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
16
+ const InterviewStatus = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
17
17
  disabled,
18
18
  readOnly,
19
19
  chosen,
@@ -12,7 +12,7 @@ const colorNum = {
12
12
  Maybe: 1,
13
13
  No: 2
14
14
  };
15
- const InterviewConfirmation = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
15
+ const InterviewConfirmation = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
16
16
  disabled,
17
17
  readOnly,
18
18
  chosen,
@@ -12,7 +12,7 @@ const colorNum = {
12
12
  Started: 1,
13
13
  Cancel: 2
14
14
  };
15
- const InterviewStatus = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
15
+ const InterviewStatus = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
16
16
  disabled,
17
17
  readOnly,
18
18
  chosen,
@@ -15,7 +15,7 @@ const iconSizeMap = new Map([['small', `16px`], ['medium', `20px`], ['large', `2
15
15
  const typographySizeMap = new Map([['small', 'p3'], ['medium', 'p2'], ['large', 'p1']]);
16
16
  const paddingSizeMap = new Map([['small', `0px 6px`], ['medium', `0px 8px`], ['large', `0px 10px`]]);
17
17
  const minHeightSizeMap = new Map([['small', `20px`], ['medium', `24px`], ['large', `28px`]]);
18
- const Chip = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
18
+ const Chip = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
19
19
  if (!reference) reference = useRef(null);
20
20
  const theme = useTheme();
21
21
  const {
@@ -4,7 +4,7 @@ import { css, jsx } from '@emotion/core';
4
4
  import PropTypes from 'prop-types';
5
5
  import { forwardRef, memo, useEffect, useImperativeHandle, useMemo, useRef } from 'react';
6
6
  import { displayBlock, parseWidthHeight, positionRelative } from "../../styles/general";
7
- const Collapse = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
7
+ const Collapse = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
8
8
  children,
9
9
  className,
10
10
  id,
@@ -8,7 +8,7 @@ import { bgColor, borderNone, flexShrink0, parseWidthHeight } from "../../styles
8
8
  import { useTheme } from "../../theme";
9
9
  import useThemeProps from "../../theme/utils/useThemeProps";
10
10
  import { classNames, getProp } from "../../utils";
11
- const Divider = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
11
+ const Divider = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
12
12
  if (!reference) reference = useRef(null);
13
13
  const theme = useTheme();
14
14
  const {
@@ -127,7 +127,7 @@ const handleDownload = (url, name, onDownload) => {
127
127
  const divideSizeMap = new Map([['B', 1], ['KB', 1024], ['MB', 1024 ** 2], ['GB', 1024 ** 3], ['TB', 1024 ** 4]]);
128
128
  const viewTypeIconMap = new Map([['detail', 'ListView'], ['icon', 'IconView'], ['picture', 'ModuleView']]);
129
129
  const viewTypeSwitchMap = new Map([['detail', 'icon'], ['icon', 'picture'], ['picture', 'detail']]);
130
- const Attachment = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
130
+ const Attachment = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
131
131
  if (!reference) reference = useRef(null);
132
132
  const theme = useTheme();
133
133
  const {
@@ -7,7 +7,7 @@ import { useTheme } from "../../../theme";
7
7
  import useThemeProps from "../../../theme/utils/useThemeProps";
8
8
  import { classNames, date as moment } from "../../../utils";
9
9
  import { generateCalendarCSS, isAfterLimit, isBeforeLimit, isValidDate, onUpdateCalendar, renderHeader, renderNavigator } from "./function";
10
- const Calendar = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
10
+ const Calendar = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
11
11
  var _zoomLevel$get, _zoomLevel$get2;
12
12
  if (!reference) reference = useRef(null);
13
13
  const theme = useTheme();
@@ -9,7 +9,7 @@ import { useTheme } from "../../../theme";
9
9
  import useThemeProps from "../../../theme/utils/useThemeProps";
10
10
  import { getProp } from "../../../utils";
11
11
  import { generateCalendarCSS, isValidDate, onUpdateCalendar, renderHeader, renderNavigator } from "./function";
12
- const CalendarRange = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
12
+ const CalendarRange = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
13
13
  if (!reference) reference = useRef(null);
14
14
  const theme = useTheme();
15
15
  const {
@@ -9,7 +9,7 @@ import { useTheme } from "../../../theme";
9
9
  import useThemeProps from "../../../theme/utils/useThemeProps";
10
10
  import { classNames, getProp, randomString, refType as ref } from "../../../utils";
11
11
  const padding = 0.75;
12
- const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
12
+ const Checkbox = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
13
13
  if (!reference) reference = useRef(null);
14
14
 
15
15
  // props priority: `inProps` > `themeDefaultProps`
@@ -7,7 +7,7 @@ import PropTypes from 'prop-types';
7
7
  import { displayBlock, pointerEventsNone, positionRelative, textColor, userSelectNone } from "../../../styles/general";
8
8
  import { getProp } from "../../../utils";
9
9
  import { useTheme } from "../../../theme";
10
- const Control = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
10
+ const Control = /*#__PURE__*/memo(/*#__PURE__*/forwardRef(({
11
11
  children,
12
12
  className,
13
13
  disabled,
@@ -14,7 +14,7 @@ import useDateInputState from "./useDateInputState";
14
14
  import useIsFocused from "./useIsFocused";
15
15
  import useKeyboardInputEvent from "./useKeyboardInputEvent";
16
16
  import { getInputSelectedState, isFieldFullValue, useEventCallback, useInputSelection, validateDateTime } from "./utils";
17
- const DateInput = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
17
+ const DateInput = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
18
18
  if (!reference) reference = useRef(null);
19
19
 
20
20
  // props priority: `inProps` > `themeDefaultProps`
@@ -42,7 +42,7 @@ const parseValueToDate = valueProp => {
42
42
  return valueProp;
43
43
  }
44
44
  };
45
- const DatePicker = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
45
+ const DatePicker = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
46
46
  var _ref, _pickerReturnFormat$g, _ipRef$current, _ipRef$current2;
47
47
  if (!reference) reference = useRef(null);
48
48
  const theme = useTheme();
@@ -65,7 +65,7 @@ const isAfter = (max, time) => {
65
65
  const parseDate = day => {
66
66
  return Date.parse(new Date(day));
67
67
  };
68
- const DateRangePicker = /*#__PURE__*/memo( /*#__PURE__*/forwardRef((inProps, reference) => {
68
+ const DateRangePicker = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference) => {
69
69
  // props priority: `inProps` > `themeDefaultProps`
70
70
  const props = useThemeProps({
71
71
  props: inProps,