@daoyi/nmtl-ui 2.0.1-beta.59 → 2.0.1-beta.60
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/lib/components/{Autocomplete-ed66ea1e.js → Autocomplete-d826e57f.js} +64 -69
- package/lib/components/Autocomplete.js +4 -4
- package/lib/components/Avatar.js +5 -3
- package/lib/components/BackTop.js +4 -4
- package/lib/components/BarChart.js +1 -1
- package/lib/components/Breadcrumbs.js +1 -1
- package/lib/components/{Button-3d002693.js → Button-433372aa.js} +1 -1
- package/lib/components/Button.js +2 -2
- package/lib/components/Carousel.js +2 -2
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CollapseContent.js +3 -3
- package/lib/components/{ContactModal-5af70002.js → ContactModal-aabf02d5.js} +5 -5
- package/lib/components/ContactModal.js +10 -10
- package/lib/components/{Drawer-47f9967c.js → Drawer-bfcfd292.js} +2 -2
- package/lib/components/Drawer.js +5 -5
- package/lib/components/Dropdown.js +2 -2
- package/lib/components/{Empty-b674a51e.js → Empty-7318f658.js} +1 -1
- package/lib/components/Empty.js +2 -2
- package/lib/components/ExportButton.js +3 -3
- package/lib/components/{ExtraTools-97665703.js → ExtraTools-aa5bc12d.js} +4 -4
- package/lib/components/ExtraTools.js +5 -5
- package/lib/components/Filter.js +3 -3
- package/lib/components/Footer.js +10 -10
- package/lib/components/{ForwardLink-02ae24fb.js → ForwardLink-2912e106.js} +2 -2
- package/lib/components/ForwardLink.js +3 -3
- package/lib/components/Header.js +7 -7
- package/lib/components/Image.js +2 -2
- package/lib/components/Input.js +1 -1
- package/lib/components/InputMethod.js +2 -2
- package/lib/components/{KeywordSearch-52526414.js → KeywordSearch-4b7ace9c.js} +3 -3
- package/lib/components/KeywordSearch.js +5 -5
- package/lib/components/KeywordTicker.js +4 -4
- package/lib/components/Keywords.js +7 -7
- package/lib/components/Loading.js +1 -1
- package/lib/components/MUITheme.js +3 -6
- package/lib/components/{Modal-1e6d1b61.js → Modal-64c4ab0d.js} +3 -3
- package/lib/components/Modal.js +4 -4
- package/lib/components/{MoreButton-a001648b.js → MoreButton-6654cc5b.js} +1 -1
- package/lib/components/MoreButton.js +2 -2
- package/lib/components/NmtlPagination.js +3702 -0
- package/lib/components/Radio.js +1 -1
- package/lib/components/SNA.js +5 -5
- package/lib/components/{Select-a607a0d4.js → Select-f3014e5a.js} +3 -3
- package/lib/components/Select.js +4 -4
- package/lib/components/{Spin-a5ff6ede.js → Spin-8a5a600d.js} +1 -1
- package/lib/components/Spin.js +2 -2
- package/lib/components/Table.js +1 -1
- package/lib/components/{Tooltip-f1cd39ef.js → Tooltip-fdee6235.js} +2 -2
- package/lib/components/Tooltip.js +3 -3
- package/lib/components/{_rollupPluginBabelHelpers-7eb4ffba.js → _rollupPluginBabelHelpers-a52356f6.js} +1 -1
- package/lib/components/{createSvgIcon-b7f70edc.js → createSvgIcon-db8e8306.js} +2 -2
- package/lib/components/{dataExport-04b77185.js → dataExport-d55d6fa3.js} +30 -31
- package/lib/components/{defaultTheme-19a14721.js → defaultTheme-5839b9b3.js} +21 -1
- package/lib/components/withTheme-4417822c.js +6 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/package.json +1 -1
- /package/lib/components/{index-8aa477f6.js → index-66babe67.js} +0 -0
- /package/lib/components/{index-b1cfc87c.js → index-fdcc884e.js} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useState, useEffect } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { c as classNames } from './index-
|
|
4
|
+
import { c as classNames } from './index-66babe67.js';
|
|
5
5
|
import axios from 'axios';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
7
|
-
import { A as Autocomplete } from './Autocomplete-
|
|
7
|
+
import { A as Autocomplete } from './Autocomplete-d826e57f.js';
|
|
8
8
|
|
|
9
9
|
var css_248z = ".keywordSearch {\n border-radius: 4px;\n width: 100%;\n margin-right: 14px; }\n .keywordSearch--animation .autocomplete {\n transition: max-width 0.3s ease-out;\n max-width: 240px; }\n .keywordSearch--focus {\n flex: 1; }\n .keywordSearch--focus .autocomplete {\n max-width: 100%; }\n .keywordSearch .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon .MuiAutocomplete-inputRoot[class*='MuiOutlinedInput-root'] {\n border-radius: 10px;\n background-color: #ffffff66; }\n";
|
|
10
10
|
styleInject(css_248z);
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { K as default } from './KeywordSearch-
|
|
2
|
-
import './_rollupPluginBabelHelpers-
|
|
1
|
+
export { K as default } from './KeywordSearch-4b7ace9c.js';
|
|
2
|
+
import './_rollupPluginBabelHelpers-a52356f6.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-66babe67.js';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import './style-inject.es-1f59c1d0.js';
|
|
8
|
-
import './Autocomplete-
|
|
8
|
+
import './Autocomplete-d826e57f.js';
|
|
9
9
|
import './debounce-127da66c.js';
|
|
10
10
|
import './isObjectLike-e111475d.js';
|
|
11
11
|
import './_commonjsHelpers-70de2c37.js';
|
|
12
12
|
import '@material-ui/lab';
|
|
13
13
|
import '@material-ui/core';
|
|
14
14
|
import '@material-ui/icons';
|
|
15
|
-
import './Empty-
|
|
15
|
+
import './Empty-7318f658.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { c as classNames } from './index-
|
|
5
|
-
import { F as ForwardLink } from './ForwardLink-
|
|
4
|
+
import { c as classNames } from './index-66babe67.js';
|
|
5
|
+
import { F as ForwardLink } from './ForwardLink-2912e106.js';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
7
|
-
import './index-
|
|
7
|
+
import './index-fdcc884e.js';
|
|
8
8
|
import 'react-router-dom';
|
|
9
9
|
import '@material-ui/core';
|
|
10
10
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useState, useEffect } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { c as classNames } from './index-
|
|
5
|
-
import { M as Modal } from './Modal-
|
|
4
|
+
import { c as classNames } from './index-66babe67.js';
|
|
5
|
+
import { M as Modal } from './Modal-64c4ab0d.js';
|
|
6
6
|
import { Typography } from '@material-ui/core';
|
|
7
|
-
import { r as requireCreateSvgIcon, i as interopRequireDefault, a as interopRequireWildcard } from './createSvgIcon-
|
|
7
|
+
import { r as requireCreateSvgIcon, i as interopRequireDefault, a as interopRequireWildcard } from './createSvgIcon-db8e8306.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
9
9
|
import '@material-ui/icons';
|
|
10
|
-
import './Button-
|
|
11
|
-
import './Spin-
|
|
10
|
+
import './Button-433372aa.js';
|
|
11
|
+
import './Spin-8a5a600d.js';
|
|
12
12
|
import './_commonjsHelpers-70de2c37.js';
|
|
13
|
-
import './defaultTheme-
|
|
13
|
+
import './defaultTheme-5839b9b3.js';
|
|
14
14
|
import 'react-is';
|
|
15
15
|
import '@material-ui/styles';
|
|
16
16
|
import 'react-dom';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { c as classNames } from './index-
|
|
2
|
+
import { c as classNames } from './index-66babe67.js';
|
|
3
3
|
import { CircularProgress } from '@material-ui/core';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
@@ -2,9 +2,10 @@ import React__default from 'react';
|
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { a as _baseGetTag, b as isObject_1, _ as _root, i as isObjectLike_1, c as _freeGlobal } from './isObjectLike-e111475d.js';
|
|
4
4
|
import { CssBaseline } from '@material-ui/core';
|
|
5
|
-
import {
|
|
5
|
+
import { e as createTheme } from './defaultTheme-5839b9b3.js';
|
|
6
6
|
import 'react-is';
|
|
7
|
-
import {
|
|
7
|
+
import { ThemeProvider } from '@material-ui/styles';
|
|
8
|
+
import './withTheme-4417822c.js';
|
|
8
9
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
9
10
|
import './_commonjsHelpers-70de2c37.js';
|
|
10
11
|
|
|
@@ -2374,10 +2375,6 @@ var merge = createAssigner(function(object, source, srcIndex) {
|
|
|
2374
2375
|
|
|
2375
2376
|
var merge_1 = merge;
|
|
2376
2377
|
|
|
2377
|
-
withThemeCreator({
|
|
2378
|
-
defaultTheme: defaultTheme
|
|
2379
|
-
});
|
|
2380
|
-
|
|
2381
2378
|
var fonts = ['Noto Sans TC', 'Microsoft JhengHei', 'sans-serif', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"'];
|
|
2382
2379
|
|
|
2383
2380
|
var css_248z = "@import url(\"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap\");\n";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { c as classNames } from './index-
|
|
2
|
+
import { c as classNames } from './index-66babe67.js';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { Dialog, DialogTitle, IconButton, DialogContent, DialogActions, CircularProgress } from '@material-ui/core';
|
|
5
5
|
import { CloseSharp } from '@material-ui/icons';
|
|
6
|
-
import { B as Button } from './Button-
|
|
7
|
-
import { S as Spin } from './Spin-
|
|
6
|
+
import { B as Button } from './Button-433372aa.js';
|
|
7
|
+
import { S as Spin } from './Spin-8a5a600d.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
9
9
|
|
|
10
10
|
var css_248z = ".modal__title h2 {\n display: flex;\n align-items: center; }\n\n.modal__title__text {\n flex: 1;\n font-size: 16px;\n padding: 8px 0;\n color: white; }\n\n.modal__title__close {\n cursor: pointer;\n color: white; }\n\n.modal--transparent .MuiPaper-root {\n background: transparent !important;\n box-shadow: none; }\n\n.modal--transparent .modal__title {\n background: transparent !important; }\n";
|
package/lib/components/Modal.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { M as default } from './Modal-
|
|
1
|
+
export { M as default } from './Modal-64c4ab0d.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-66babe67.js';
|
|
4
4
|
import 'prop-types';
|
|
5
5
|
import '@material-ui/core';
|
|
6
6
|
import '@material-ui/icons';
|
|
7
|
-
import './Button-
|
|
7
|
+
import './Button-433372aa.js';
|
|
8
8
|
import './style-inject.es-1f59c1d0.js';
|
|
9
|
-
import './Spin-
|
|
9
|
+
import './Spin-8a5a600d.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { c as classNames } from './index-
|
|
3
|
+
import { c as classNames } from './index-66babe67.js';
|
|
4
4
|
import { ExpandLess, ExpandMore } from '@material-ui/icons';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { M as default } from './MoreButton-
|
|
1
|
+
export { M as default } from './MoreButton-6654cc5b.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import './index-
|
|
4
|
+
import './index-66babe67.js';
|
|
5
5
|
import '@material-ui/icons';
|
|
6
6
|
import './style-inject.es-1f59c1d0.js';
|