@daoyi/nmtl-ui 2.0.1-beta.8 → 2.0.1-beta.80

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 (100) hide show
  1. package/lib/components/Autocomplete-cf913b25.js +423 -0
  2. package/lib/components/Autocomplete.js +19 -1
  3. package/lib/components/Avatar.js +53 -1
  4. package/lib/components/BackTop.js +109 -1
  5. package/lib/components/BarChart.js +762 -1
  6. package/lib/components/Breadcrumbs.js +122 -1
  7. package/lib/components/Button-611f1770.js +92 -0
  8. package/lib/components/Button.js +6 -1
  9. package/lib/components/Carousel.js +4654 -1
  10. package/lib/components/Checkbox.js +37 -1
  11. package/lib/components/CollapseContent.js +179 -1
  12. package/lib/components/ContactModal-0a4c67b8.js +12020 -0
  13. package/lib/components/ContactModal.js +22 -3
  14. package/lib/components/Drawer-55c0f66f.js +156 -0
  15. package/lib/components/Drawer.js +11 -1
  16. package/lib/components/Dropdown.js +134 -1
  17. package/lib/components/Empty-67b4d7d7.js +45 -0
  18. package/lib/components/Empty.js +5 -1
  19. package/lib/components/ExportButton.js +112 -1
  20. package/lib/components/ExtraTools-e4f085bc.js +3537 -0
  21. package/lib/components/ExtraTools.js +10 -22
  22. package/lib/components/Filter.js +782 -12
  23. package/lib/components/Footer.js +271 -1
  24. package/lib/components/ForwardLink-edab5061.js +106 -0
  25. package/lib/components/ForwardLink.js +8 -0
  26. package/lib/components/Header.js +194 -1
  27. package/lib/components/Image.js +61 -1
  28. package/lib/components/Input.js +82 -1
  29. package/lib/components/InputMethod.js +33949 -12
  30. package/lib/components/KeywordSearch-0b5681d9.js +144 -0
  31. package/lib/components/KeywordSearch.js +21 -1
  32. package/lib/components/KeywordTicker.js +190 -1
  33. package/lib/components/Keywords.js +317 -1
  34. package/lib/components/Loading.js +28 -1
  35. package/lib/components/MUITheme.js +2624 -1
  36. package/lib/components/Modal-c33b7a7f.js +108 -0
  37. package/lib/components/Modal.js +9 -1
  38. package/lib/components/MoreButton-b2306abb.js +110 -0
  39. package/lib/components/MoreButton.js +6 -1
  40. package/lib/components/Pagination.js +3637 -0
  41. package/lib/components/Radio.js +78 -1
  42. package/lib/components/SNA.js +1691 -22
  43. package/lib/components/Select-9a745e5c.js +115 -0
  44. package/lib/components/Select.js +8 -1
  45. package/lib/components/Spin-96bc2c76.js +75 -0
  46. package/lib/components/Spin.js +6 -1
  47. package/lib/components/Table.js +51 -1
  48. package/lib/components/Tooltip-123cc349.js +70 -0
  49. package/lib/components/Tooltip.js +7 -1
  50. package/lib/components/_commonjsHelpers-70de2c37.js +28 -0
  51. package/lib/components/_rollupPluginBabelHelpers-a52356f6.js +142 -0
  52. package/lib/components/createSvgIcon-ad1104bb.js +576 -0
  53. package/lib/components/dataExport-04b77185.js +93 -0
  54. package/lib/components/debounce-127da66c.js +355 -0
  55. package/lib/components/defaultTheme-ed7746fe.js +1661 -0
  56. package/lib/components/globalConfig.js +175 -0
  57. package/lib/components/hoist-non-react-statics.cjs-3f408ad2.js +105 -0
  58. package/lib/components/index-848f4409.js +61 -0
  59. package/lib/components/index-983dcd15.js +481 -0
  60. package/lib/components/isObjectLike-e111475d.js +190 -0
  61. package/lib/components/style-inject.es-1f59c1d0.js +28 -1
  62. package/lib/components/toConsumableArray-dbe8af76.js +19 -0
  63. package/lib/components/transform-3a04288b.js +5475 -0
  64. package/lib/components/withTheme-2d778133.js +6 -0
  65. package/lib/index.d.ts +2 -0
  66. package/lib/index.js +2 -0
  67. package/lib/utils/_rollupPluginBabelHelpers-8dd26e1a.js +121 -0
  68. package/lib/utils/arrayMerge.js +4953 -1
  69. package/lib/utils/chunkArray.js +15 -1
  70. package/lib/utils/convert2HtmlEntities.js +42 -1
  71. package/lib/utils/domToImage.js +802 -1
  72. package/lib/utils/downloadGephi.js +106 -1
  73. package/lib/utils/exportXlsx.js +219 -1
  74. package/lib/utils/historyAppendSearch.js +502 -1
  75. package/lib/utils/isDevelopMode.js +5 -1
  76. package/lib/utils/parseYMD.js +36 -1
  77. package/lib/utils/removeDuplicateItem.js +11 -1
  78. package/lib/utils/sendEmail.js +39 -1
  79. package/lib/utils/snaDefine-6a2bcd94.js +5 -0
  80. package/lib/utils/snaDefine.js +1 -1
  81. package/lib/utils/snaPreProcess.js +84 -1
  82. package/package.json +17 -21
  83. package/lib/components/Empty-54b79907.js +0 -1
  84. package/lib/components/KeywordSearch-5a393f12.js +0 -1
  85. package/lib/components/Select-f2441b83.js +0 -1
  86. package/lib/components/_rollupPluginBabelHelpers-1b8c042f.js +0 -1
  87. package/lib/components/_rollupPluginBabelHelpers-ec4e2a53.js +0 -1
  88. package/lib/components/createSvgIcon-62b64929.js +0 -1
  89. package/lib/components/createSvgIcon-e24792d4.js +0 -1
  90. package/lib/components/createTheme-7fffa109.js +0 -1
  91. package/lib/components/dataExport-9fccd4f0.js +0 -1
  92. package/lib/components/debounce-c993109b.js +0 -1
  93. package/lib/components/hoist-non-react-statics.cjs-d6a9befd.js +0 -1
  94. package/lib/components/index-11391ca3.js +0 -7
  95. package/lib/components/index-b2745105.js +0 -7
  96. package/lib/components/isObjectLike-2f1983fe.js +0 -1
  97. package/lib/components/style-inject.es-c875d022.js +0 -1
  98. package/lib/components/transform-0eb2d36e.js +0 -1
  99. package/lib/utils/_commonjsHelpers-e2cda605.js +0 -1
  100. package/lib/utils/_rollupPluginBabelHelpers-928a52ce.js +0 -1
@@ -0,0 +1,115 @@
1
+ import { b as _objectSpread2, d as _typeof } from './_rollupPluginBabelHelpers-a52356f6.js';
2
+ import React__default from 'react';
3
+ import PropTypes from 'prop-types';
4
+ import { c as classNames } from './index-848f4409.js';
5
+ import { FormControl, Select as Select$1, CircularProgress, MenuItem } from '@material-ui/core';
6
+ import { E as Empty } from './Empty-67b4d7d7.js';
7
+ import { s as styleInject } from './style-inject.es-1f59c1d0.js';
8
+
9
+ var css_248z = ".select__placeholder {\n color: #999; }\n\n.select--small {\n width: 100%; }\n .select--small .MuiSelect-root {\n padding: 0.5rem 1.5rem 0.25rem;\n color: white; }\n .select--small .MuiSelect-root .select__placeholder {\n color: white; }\n .select--small .MuiSelect-root:hover, .select--small .MuiSelect-root:focus {\n background: transparent; }\n .select--small .MuiSvgIcon-root {\n color: white; }\n .select--small .MuiOutlinedInput-root {\n border-radius: 45px; }\n";
10
+ styleInject(css_248z);
11
+
12
+ var Select = function Select(props) {
13
+ var style = props.style,
14
+ className = props.className,
15
+ labelInValue = props.labelInValue,
16
+ disabled = props.disabled,
17
+ loading = props.loading,
18
+ placeholder = props.placeholder,
19
+ variantSmall = props.variantSmall,
20
+ background = props.background,
21
+ menuItemClass = props.menuItemClass;
22
+ var options = props.options,
23
+ value = props.value,
24
+ defaultValue = props.defaultValue,
25
+ _onChange = props.onChange;
26
+ var itemFind = function itemFind(key) {
27
+ return (options || []).find(function (option) {
28
+ return _typeof(option) === 'object' ? key === option.value : key === option;
29
+ }) || key;
30
+ };
31
+ return /*#__PURE__*/React__default.createElement(FormControl, {
32
+ className: classNames('select', {
33
+ 'select--small': variantSmall
34
+ }, className),
35
+ variant: "outlined"
36
+ }, /*#__PURE__*/React__default.createElement(Select$1, {
37
+ style: _objectSpread2(_objectSpread2({}, style || {}), {}, {
38
+ background: background
39
+ }),
40
+ displayEmpty: true,
41
+ disabled: disabled || loading,
42
+ renderValue: function renderValue(id) {
43
+ var finder = itemFind(id);
44
+ var content = _typeof(finder) === 'object' ? finder.label : finder;
45
+ if (!id && id !== 0 || id.length === 0) content = /*#__PURE__*/React__default.createElement("span", {
46
+ className: "select__placeholder"
47
+ }, placeholder);
48
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, content, loading && /*#__PURE__*/React__default.createElement(CircularProgress, {
49
+ size: 16,
50
+ style: {
51
+ marginLeft: 8,
52
+ marginRight: 4
53
+ }
54
+ }));
55
+ },
56
+ value: value,
57
+ defaultValue: defaultValue,
58
+ onChange: function onChange(event) {
59
+ return _onChange(labelInValue ? itemFind(event.target.value) : event.target.value);
60
+ }
61
+ }, Array.isArray(options) && options.length > 0 ? options.map(function (option) {
62
+ var key = _typeof(option) === 'object' ? option.value : option;
63
+ var text = _typeof(option) === 'object' ? option.label : option;
64
+ return /*#__PURE__*/React__default.createElement(MenuItem, {
65
+ key: key,
66
+ value: key,
67
+ ListItemClasses: menuItemClass
68
+ }, text);
69
+ }) : /*#__PURE__*/React__default.createElement(Empty, null)));
70
+ };
71
+ Select.defaultProps = {
72
+ style: undefined,
73
+ className: undefined,
74
+ value: undefined,
75
+ defaultValue: undefined,
76
+ options: undefined,
77
+ labelInValue: undefined,
78
+ disabled: undefined,
79
+ loading: undefined,
80
+ placeholder: 'Please select...',
81
+ variantSmall: undefined,
82
+ background: undefined,
83
+ menuItemClass: undefined,
84
+ onChange: function onChange() {}
85
+ };
86
+ Select.propTypes = {
87
+ /** 樣式 */
88
+ style: PropTypes.objectOf(PropTypes.any),
89
+ /** Css Name */
90
+ className: PropTypes.string,
91
+ /** 選擇的id */
92
+ value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
93
+ /** 預設選擇的id */
94
+ defaultValue: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
95
+ /** 下拉選單清單 */
96
+ options: PropTypes.arrayOf(PropTypes.any),
97
+ /** onChange時 label value 一起回傳 */
98
+ labelInValue: PropTypes.bool,
99
+ /** 是否禁止使用 */
100
+ disabled: PropTypes.bool,
101
+ /** 是否載入中 */
102
+ loading: PropTypes.bool,
103
+ /** 下拉選單提示字 */
104
+ placeholder: PropTypes.string,
105
+ /** 是否使用小size */
106
+ variantSmall: PropTypes.bool,
107
+ /** 使用變體後的顏色 */
108
+ background: PropTypes.string,
109
+ /** override menuItem class */
110
+ menuItemClass: PropTypes.objectOf(PropTypes.any),
111
+ /** 點選後的返回 */
112
+ onChange: PropTypes.func
113
+ };
114
+
115
+ export { Select as S };
@@ -1 +1,8 @@
1
- import{b as e,d as l}from"./_rollupPluginBabelHelpers-ec4e2a53.js";import a from"react";import t from"prop-types";import{c as n}from"./index-b2745105.js";import{FormControl as o,Select as r,CircularProgress as s,MenuItem as i}from"@material-ui/core";import c from"./Empty.js";import{s as u}from"./style-inject.es-1f59c1d0.js";u(".select__placeholder {\n color: #999; }\n\n.select--small {\n width: 100%; }\n .select--small .MuiSelect-root {\n padding: 0.5rem 1.5rem 0.25rem;\n color: white; }\n .select--small .MuiSelect-root .select__placeholder {\n color: white; }\n .select--small .MuiSelect-root:hover, .select--small .MuiSelect-root:focus {\n background: transparent; }\n .select--small .MuiSvgIcon-root {\n color: white; }\n .select--small .MuiOutlinedInput-root {\n border-radius: 45px; }\n");var m=function(t){var u=t.style,m=t.className,d=t.labelInValue,p=t.disabled,b=t.loading,f=t.placeholder,v=t.variantSmall,g=t.background,y=t.menuItemClass,h=t.options,j=t.value,E=t.defaultValue,I=t.onChange,S=function(e){return(h||[]).find((function(a){return"object"===l(a)?e===a.value:e===a}))||e};return a.createElement(o,{className:n("select",{"select--small":v},m),variant:"outlined"},a.createElement(r,{style:e(e({},u||{}),{},{background:g}),displayEmpty:!0,disabled:p||b,renderValue:function(e){var t=S(e),n="object"===l(t)?t.label:t;return(!e&&0!==e||0===e.length)&&(n=a.createElement("span",{className:"select__placeholder"},f)),a.createElement(a.Fragment,null,n,b&&a.createElement(s,{size:16,style:{marginLeft:8,marginRight:4}}))},value:j,defaultValue:E,onChange:function(e){return I(d?S(e.target.value):e.target.value)}},Array.isArray(h)&&h.length>0?h.map((function(e){var t="object"===l(e)?e.value:e,n="object"===l(e)?e.label:e;return a.createElement(i,{key:t,value:t,ListItemClasses:y},n)})):a.createElement(c,null)))};m.defaultProps={style:void 0,className:void 0,value:void 0,defaultValue:void 0,options:void 0,labelInValue:void 0,disabled:void 0,loading:void 0,placeholder:"Please select...",variantSmall:void 0,background:void 0,menuItemClass:void 0,onChange:function(){}},m.propTypes={style:t.objectOf(t.any),className:t.string,value:t.oneOfType([t.string,t.number]),defaultValue:t.oneOfType([t.string,t.number]),options:t.arrayOf(t.any),labelInValue:t.bool,disabled:t.bool,loading:t.bool,placeholder:t.string,variantSmall:t.bool,background:t.string,menuItemClass:t.objectOf(t.any),onChange:t.func};export{m as default};
1
+ export { S as default } from './Select-9a745e5c.js';
2
+ import './_rollupPluginBabelHelpers-a52356f6.js';
3
+ import 'react';
4
+ import 'prop-types';
5
+ import './index-848f4409.js';
6
+ import '@material-ui/core';
7
+ import './Empty-67b4d7d7.js';
8
+ import './style-inject.es-1f59c1d0.js';
@@ -0,0 +1,75 @@
1
+ import React__default, { useMemo } from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import { c as classNames } from './index-848f4409.js';
4
+ import { Fade, CircularProgress } from '@material-ui/core';
5
+ import { s as styleInject } from './style-inject.es-1f59c1d0.js';
6
+
7
+ var css_248z = ".customSpin {\n width: 100%;\n min-height: 100px;\n position: relative; }\n .customSpin__spin {\n width: 100%;\n height: 100%;\n position: absolute;\n z-index: 2;\n display: flex;\n justify-content: center;\n align-items: center; }\n";
8
+ styleInject(css_248z);
9
+
10
+ var stringSize = {
11
+ small: 16,
12
+ middle: 24,
13
+ large: 40
14
+ };
15
+ var Spin = function Spin(props) {
16
+ var className = props.className,
17
+ spinning = props.spinning,
18
+ children = props.children,
19
+ size = props.size,
20
+ style = props.style;
21
+ var maxValue = function maxValue(val) {
22
+ // 極大極小值限制 300/16
23
+ var min = val < 16 ? 16 : val;
24
+ var max = min > 300 ? 300 : min;
25
+ return max;
26
+ };
27
+ var matchSize = useMemo(function () {
28
+ if (typeof size === 'string') {
29
+ if (Number(size) && typeof Number(size) === 'number') {
30
+ return maxValue(Number(size));
31
+ }
32
+ return stringSize[size] || 40;
33
+ }
34
+ if (typeof size === 'number') {
35
+ return maxValue(size);
36
+ }
37
+ // default size is large
38
+ return 40;
39
+ }, [size]);
40
+ return /*#__PURE__*/React__default.createElement("div", {
41
+ className: classNames('customSpin', className),
42
+ style: style || {}
43
+ }, /*#__PURE__*/React__default.createElement(Fade, {
44
+ in: spinning,
45
+ style: {
46
+ transitionDelay: '300ms'
47
+ },
48
+ unmountOnExit: true
49
+ }, /*#__PURE__*/React__default.createElement("div", {
50
+ className: "customSpin__spin"
51
+ }, /*#__PURE__*/React__default.createElement(CircularProgress, {
52
+ size: matchSize
53
+ }))), children);
54
+ };
55
+ Spin.defaultProps = {
56
+ className: undefined,
57
+ spinning: false,
58
+ children: null,
59
+ size: undefined,
60
+ style: undefined
61
+ };
62
+ Spin.propTypes = {
63
+ /** Css Name */
64
+ className: PropTypes.string,
65
+ /** 是否載入中 */
66
+ spinning: PropTypes.bool,
67
+ /** 內容 */
68
+ children: PropTypes.node,
69
+ /** 自訂尺寸 */
70
+ size: PropTypes.oneOfType([PropTypes.oneOf(Object.keys(stringSize)), PropTypes.number]),
71
+ /** 自訂Style設置 */
72
+ style: PropTypes.objectOf(PropTypes.any)
73
+ };
74
+
75
+ export { Spin as S };
@@ -1 +1,6 @@
1
- import e,{useMemo as n}from"react";import t from"prop-types";import{c as i}from"./index-b2745105.js";import{Fade as s,CircularProgress as r}from"@material-ui/core";import{s as o}from"./style-inject.es-1f59c1d0.js";o(".customSpin {\n width: 100%;\n min-height: 100px;\n position: relative; }\n .customSpin__spin {\n width: 100%;\n height: 100%;\n position: absolute;\n z-index: 2;\n display: flex;\n justify-content: center;\n align-items: center; }\n");var m={small:16,middle:24,large:40},a=function(t){var o=t.className,a=t.spinning,l=t.children,p=t.size,c=t.style,u=function(e){var n=e<16?16:e;return n>300?300:n},d=n((function(){return"string"==typeof p?Number(p)&&"number"==typeof Number(p)?u(Number(p)):m[p]||40:"number"==typeof p?u(p):40}),[p]);return e.createElement("div",{className:i("customSpin",o),style:c||{}},e.createElement(s,{in:a,style:{transitionDelay:"300ms"},unmountOnExit:!0},e.createElement("div",{className:"customSpin__spin"},e.createElement(r,{size:d}))),l)};a.defaultProps={className:void 0,spinning:!1,children:null,size:void 0,style:void 0},a.propTypes={className:t.string,spinning:t.bool,children:t.node,size:t.oneOfType([t.oneOf(Object.keys(m)),t.number]),style:t.objectOf(t.any)};export{a as default};
1
+ export { S as default } from './Spin-96bc2c76.js';
2
+ import 'react';
3
+ import 'prop-types';
4
+ import './index-848f4409.js';
5
+ import '@material-ui/core';
6
+ import './style-inject.es-1f59c1d0.js';
@@ -1 +1,51 @@
1
- import{c as e}from"./_rollupPluginBabelHelpers-ec4e2a53.js";import r from"react";import a from"prop-types";import{TableContainer as t,Paper as n,Table as l,TableHead as m,TableRow as o,TableCell as c,TableBody as s}from"@material-ui/core";var p=["render"],u=function(a){var u=a.className,i=a.columns,y=a.data;return r.createElement(t,{className:u,component:n},r.createElement(l,{className:"customTable"},r.createElement(m,null,r.createElement(o,null,Array.isArray(i)&&i.map((function(e){var a=e.field,t=e.headerName;return r.createElement(c,{key:a},t)})))),r.createElement(s,null,Array.isArray(y)&&y.map((function(a,t){return r.createElement(o,{key:t.toString()},Array.isArray(i)&&i.map((function(t){var n=t.render,l=e(t,p).field;return r.createElement(c,{key:l,component:"th",scope:"row"},n&&n(a)||a[l])})))})))))};u.defaultProps={className:void 0,columns:[],data:[]},u.propTypes={className:a.string,columns:a.arrayOf(a.any),data:a.arrayOf(a.any)};export{u as default};
1
+ import { c as _objectWithoutProperties } from './_rollupPluginBabelHelpers-a52356f6.js';
2
+ import React__default from 'react';
3
+ import PropTypes from 'prop-types';
4
+ import { TableContainer, Paper, Table as Table$1, TableHead, TableRow, TableCell, TableBody } from '@material-ui/core';
5
+
6
+ var _excluded = ["render"];
7
+ var Table = function Table(_ref) {
8
+ var className = _ref.className,
9
+ columns = _ref.columns,
10
+ data = _ref.data;
11
+ return /*#__PURE__*/React__default.createElement(TableContainer, {
12
+ className: className,
13
+ component: Paper
14
+ }, /*#__PURE__*/React__default.createElement(Table$1, {
15
+ className: "customTable"
16
+ }, /*#__PURE__*/React__default.createElement(TableHead, null, /*#__PURE__*/React__default.createElement(TableRow, null, Array.isArray(columns) && columns.map(function (_ref2) {
17
+ var field = _ref2.field,
18
+ headerName = _ref2.headerName;
19
+ return /*#__PURE__*/React__default.createElement(TableCell, {
20
+ key: field
21
+ }, headerName);
22
+ }))), /*#__PURE__*/React__default.createElement(TableBody, null, Array.isArray(data) && data.map(function (item, index) {
23
+ return /*#__PURE__*/React__default.createElement(TableRow, {
24
+ key: index.toString()
25
+ }, Array.isArray(columns) && columns.map(function (_ref3) {
26
+ var render = _ref3.render,
27
+ columnProps = _objectWithoutProperties(_ref3, _excluded);
28
+ var field = columnProps.field;
29
+ return /*#__PURE__*/React__default.createElement(TableCell, {
30
+ key: field,
31
+ component: "th",
32
+ scope: "row"
33
+ }, render && render(item) || item[field]);
34
+ }));
35
+ }))));
36
+ };
37
+ Table.defaultProps = {
38
+ className: undefined,
39
+ columns: [],
40
+ data: []
41
+ };
42
+ Table.propTypes = {
43
+ /** Css Name */
44
+ className: PropTypes.string,
45
+ /** 欄位列表 */
46
+ columns: PropTypes.arrayOf(PropTypes.any),
47
+ /** 表格內容 */
48
+ data: PropTypes.arrayOf(PropTypes.any)
49
+ };
50
+
51
+ export { Table as default };
@@ -0,0 +1,70 @@
1
+ import React__default from 'react';
2
+ import PropTypes from 'prop-types';
3
+ import { Tooltip as Tooltip$1 } from '@material-ui/core';
4
+ import { _ as _extends } from './_rollupPluginBabelHelpers-a52356f6.js';
5
+ import { c as classNames } from './index-848f4409.js';
6
+ import { s as styleInject } from './style-inject.es-1f59c1d0.js';
7
+
8
+ const TooltipContent = /*#__PURE__*/React__default.forwardRef((props, ref) => /*#__PURE__*/React__default.createElement("div", _extends({}, props, {
9
+ className: classNames('tooltip', props.className),
10
+ ref: ref
11
+ }), props.children));
12
+ TooltipContent.defaultProps = {
13
+ children: undefined,
14
+ className: undefined
15
+ };
16
+ TooltipContent.propTypes = {
17
+ children: PropTypes.node,
18
+ className: PropTypes.string
19
+ };
20
+
21
+ var css_248z = ".tooltip {\n width: -moz-fit-content;\n width: fit-content; }\n";
22
+ styleInject(css_248z);
23
+
24
+ var placements = {
25
+ top: 'top',
26
+ left: 'left',
27
+ right: 'right',
28
+ bottom: 'bottom',
29
+ topLeft: 'top-start',
30
+ topRight: 'top-end',
31
+ bottomLeft: 'bottom-start',
32
+ bottomRight: 'bottom-end',
33
+ leftTop: 'left-start',
34
+ leftBottom: 'left-end',
35
+ rightTop: 'right-start',
36
+ rightBottom: 'right-end'
37
+ };
38
+ var Tooltip = function Tooltip(_ref) {
39
+ var title = _ref.title,
40
+ className = _ref.className,
41
+ placement = _ref.placement,
42
+ children = _ref.children;
43
+ return /*#__PURE__*/React__default.createElement(Tooltip$1, {
44
+ arrow: true,
45
+ title: title || '',
46
+ placement: placements[placement] || 'top'
47
+ }, /*#__PURE__*/React__default.createElement(TooltipContent, {
48
+ className: className
49
+ }, children));
50
+ };
51
+ Tooltip.defaultProps = {
52
+ className: undefined,
53
+ title: undefined,
54
+ children: 'Tooltip',
55
+ placement: undefined
56
+ };
57
+
58
+ /* Write props detail information and 'npm run updateStory' will help you generate stories's argTypes */
59
+ Tooltip.propTypes = {
60
+ /** Css Name */
61
+ className: PropTypes.node,
62
+ /** 跳出的內容 */
63
+ title: PropTypes.node,
64
+ /** 子層 */
65
+ children: PropTypes.node,
66
+ /** 位置 */
67
+ placement: PropTypes.oneOf(Object.keys(placements))
68
+ };
69
+
70
+ export { Tooltip as T, placements as p };
@@ -1 +1,7 @@
1
- import t from"react";import e from"prop-types";import{Tooltip as o}from"@material-ui/core";import{_ as r}from"./_rollupPluginBabelHelpers-ec4e2a53.js";import{c as i}from"./index-b2745105.js";import{s as l}from"./style-inject.es-1f59c1d0.js";const a=t.forwardRef(((e,o)=>t.createElement("div",r({},e,{className:i("tooltip",e.className),ref:o}),e.children)));a.defaultProps={children:void 0,className:void 0},a.propTypes={children:e.node,className:e.string};l(".tooltip {\n width: -moz-fit-content;\n width: fit-content; }\n");var s={top:"top",left:"left",right:"right",bottom:"bottom",topLeft:"top-start",topRight:"top-end",bottomLeft:"bottom-start",bottomRight:"bottom-end",leftTop:"left-start",leftBottom:"left-end",rightTop:"right-start",rightBottom:"right-end"},m=function(e){var r=e.title,i=e.className,l=e.placement,m=e.children;return t.createElement(o,{arrow:!0,title:r||"",placement:s[l]||"top"},t.createElement(a,{className:i},m))};m.defaultProps={className:void 0,title:void 0,children:"Tooltip",placement:void 0},m.propTypes={className:e.node,title:e.node,children:e.node,placement:e.oneOf(Object.keys(s))};export{m as default,s as placements};
1
+ export { T as default, p as placements } from './Tooltip-123cc349.js';
2
+ import 'react';
3
+ import 'prop-types';
4
+ import '@material-ui/core';
5
+ import './_rollupPluginBabelHelpers-a52356f6.js';
6
+ import './index-848f4409.js';
7
+ import './style-inject.es-1f59c1d0.js';
@@ -0,0 +1,28 @@
1
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
2
+
3
+ function getDefaultExportFromCjs (x) {
4
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5
+ }
6
+
7
+ function getAugmentedNamespace(n) {
8
+ var f = n.default;
9
+ if (typeof f == "function") {
10
+ var a = function () {
11
+ return f.apply(this, arguments);
12
+ };
13
+ a.prototype = f.prototype;
14
+ } else a = {};
15
+ Object.defineProperty(a, '__esModule', {value: true});
16
+ Object.keys(n).forEach(function (k) {
17
+ var d = Object.getOwnPropertyDescriptor(n, k);
18
+ Object.defineProperty(a, k, d.get ? d : {
19
+ enumerable: true,
20
+ get: function () {
21
+ return n[k];
22
+ }
23
+ });
24
+ });
25
+ return a;
26
+ }
27
+
28
+ export { getDefaultExportFromCjs as a, commonjsGlobal as c, getAugmentedNamespace as g };
@@ -0,0 +1,142 @@
1
+ function ownKeys(object, enumerableOnly) {
2
+ var keys = Object.keys(object);
3
+ if (Object.getOwnPropertySymbols) {
4
+ var symbols = Object.getOwnPropertySymbols(object);
5
+ enumerableOnly && (symbols = symbols.filter(function (sym) {
6
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
7
+ })), keys.push.apply(keys, symbols);
8
+ }
9
+ return keys;
10
+ }
11
+ function _objectSpread2(target) {
12
+ for (var i = 1; i < arguments.length; i++) {
13
+ var source = null != arguments[i] ? arguments[i] : {};
14
+ i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
15
+ _defineProperty(target, key, source[key]);
16
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
17
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
18
+ });
19
+ }
20
+ return target;
21
+ }
22
+ function _typeof(obj) {
23
+ "@babel/helpers - typeof";
24
+
25
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
26
+ return typeof obj;
27
+ } : function (obj) {
28
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
29
+ }, _typeof(obj);
30
+ }
31
+ function _defineProperty(obj, key, value) {
32
+ if (key in obj) {
33
+ Object.defineProperty(obj, key, {
34
+ value: value,
35
+ enumerable: true,
36
+ configurable: true,
37
+ writable: true
38
+ });
39
+ } else {
40
+ obj[key] = value;
41
+ }
42
+ return obj;
43
+ }
44
+ function _extends() {
45
+ _extends = Object.assign ? Object.assign.bind() : function (target) {
46
+ for (var i = 1; i < arguments.length; i++) {
47
+ var source = arguments[i];
48
+ for (var key in source) {
49
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
50
+ target[key] = source[key];
51
+ }
52
+ }
53
+ }
54
+ return target;
55
+ };
56
+ return _extends.apply(this, arguments);
57
+ }
58
+ function _objectWithoutPropertiesLoose(source, excluded) {
59
+ if (source == null) return {};
60
+ var target = {};
61
+ var sourceKeys = Object.keys(source);
62
+ var key, i;
63
+ for (i = 0; i < sourceKeys.length; i++) {
64
+ key = sourceKeys[i];
65
+ if (excluded.indexOf(key) >= 0) continue;
66
+ target[key] = source[key];
67
+ }
68
+ return target;
69
+ }
70
+ function _objectWithoutProperties(source, excluded) {
71
+ if (source == null) return {};
72
+ var target = _objectWithoutPropertiesLoose(source, excluded);
73
+ var key, i;
74
+ if (Object.getOwnPropertySymbols) {
75
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
76
+ for (i = 0; i < sourceSymbolKeys.length; i++) {
77
+ key = sourceSymbolKeys[i];
78
+ if (excluded.indexOf(key) >= 0) continue;
79
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
80
+ target[key] = source[key];
81
+ }
82
+ }
83
+ return target;
84
+ }
85
+ function _taggedTemplateLiteral(strings, raw) {
86
+ if (!raw) {
87
+ raw = strings.slice(0);
88
+ }
89
+ return Object.freeze(Object.defineProperties(strings, {
90
+ raw: {
91
+ value: Object.freeze(raw)
92
+ }
93
+ }));
94
+ }
95
+ function _slicedToArray(arr, i) {
96
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
97
+ }
98
+ function _arrayWithHoles(arr) {
99
+ if (Array.isArray(arr)) return arr;
100
+ }
101
+ function _iterableToArrayLimit(arr, i) {
102
+ var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
103
+ if (_i == null) return;
104
+ var _arr = [];
105
+ var _n = true;
106
+ var _d = false;
107
+ var _s, _e;
108
+ try {
109
+ for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
110
+ _arr.push(_s.value);
111
+ if (i && _arr.length === i) break;
112
+ }
113
+ } catch (err) {
114
+ _d = true;
115
+ _e = err;
116
+ } finally {
117
+ try {
118
+ if (!_n && _i["return"] != null) _i["return"]();
119
+ } finally {
120
+ if (_d) throw _e;
121
+ }
122
+ }
123
+ return _arr;
124
+ }
125
+ function _unsupportedIterableToArray(o, minLen) {
126
+ if (!o) return;
127
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
128
+ var n = Object.prototype.toString.call(o).slice(8, -1);
129
+ if (n === "Object" && o.constructor) n = o.constructor.name;
130
+ if (n === "Map" || n === "Set") return Array.from(o);
131
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
132
+ }
133
+ function _arrayLikeToArray(arr, len) {
134
+ if (len == null || len > arr.length) len = arr.length;
135
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
136
+ return arr2;
137
+ }
138
+ function _nonIterableRest() {
139
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
140
+ }
141
+
142
+ export { _extends as _, _slicedToArray as a, _objectSpread2 as b, _objectWithoutProperties as c, _typeof as d, _defineProperty as e, _taggedTemplateLiteral as f };