@daoyi/nmtl-ui 2.0.1-beta.90 → 2.0.1-beta.91
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/README.md +45 -45
- package/lib/components/{Autocomplete-24e9686d.js → Autocomplete-887cda6a.js} +16 -7
- package/lib/components/Autocomplete.js +5 -5
- package/lib/components/Avatar.js +1 -1
- package/lib/components/BackTop.js +3 -3
- package/lib/components/BarChart.js +1 -1
- package/lib/components/Breadcrumbs.js +1 -1
- package/lib/components/{Button-430d39e6.js → Button-8742afeb.js} +1 -1
- package/lib/components/Button.js +2 -2
- package/lib/components/Carousel.js +2 -61
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CollapseContent.js +3 -3
- package/lib/components/{ContactModal-523ae294.js → ContactModal-530d4d80.js} +6 -6
- package/lib/components/ContactModal.js +9 -9
- package/lib/components/{Drawer-ec47e780.js → Drawer-96442344.js} +2 -2
- package/lib/components/Drawer.js +5 -5
- package/lib/components/Dropdown.js +2 -2
- package/lib/components/{Empty-dc5fc2fc.js → Empty-94a8d8ff.js} +1 -1
- package/lib/components/Empty.js +2 -2
- package/lib/components/ExportButton.js +2 -2
- package/lib/components/{ExtraTools-0ffc772b.js → ExtraTools-bfb076ca.js} +5 -66
- package/lib/components/ExtraTools.js +4 -4
- package/lib/components/Filter.js +3 -3
- package/lib/components/Footer.js +9 -9
- package/lib/components/{ForwardLink-15222b22.js → ForwardLink-059be72d.js} +6 -6
- package/lib/components/ForwardLink.js +3 -3
- package/lib/components/Header.js +8 -8
- package/lib/components/Image.js +2 -2
- package/lib/components/Input.js +1 -1
- package/lib/components/InputMethod.js +197 -187
- package/lib/components/{KeywordSearch-91167d24.js → KeywordSearch-c3acab41.js} +3 -3
- package/lib/components/KeywordSearch.js +6 -6
- package/lib/components/KeywordTicker.js +4 -4
- package/lib/components/Keywords.js +6 -6
- package/lib/components/Loading.js +1 -1
- package/lib/components/{Modal-6b8c72d7.js → Modal-fc4320d3.js} +3 -3
- package/lib/components/Modal.js +4 -4
- package/lib/components/{MoreButton-4d5d94da.js → MoreButton-d7c9f3b8.js} +1 -1
- package/lib/components/MoreButton.js +2 -2
- package/lib/components/Pagination.js +3 -3
- package/lib/components/Radio.js +1 -1
- package/lib/components/SNA.js +4 -4
- package/lib/components/{Select-7da870e0.js → Select-fdb4d9b8.js} +3 -3
- package/lib/components/Select.js +4 -4
- package/lib/components/{Spin-9a07b106.js → Spin-fafe3787.js} +1 -1
- package/lib/components/Spin.js +2 -2
- package/lib/components/Table.js +1 -1
- package/lib/components/{Tooltip-6d53cb6e.js → Tooltip-e67a18bc.js} +2 -2
- package/lib/components/Tooltip.js +3 -3
- package/lib/components/{_rollupPluginBabelHelpers-ed61ffc0.js → _rollupPluginBabelHelpers-a52356f6.js} +24 -42
- package/lib/components/globalConfig.js +3 -18
- package/lib/components/{index-f491ebce.js → index-ef96775f.js} +1 -1
- package/lib/utils/{_rollupPluginBabelHelpers-a6e0e6e3.js → _rollupPluginBabelHelpers-8dd26e1a.js} +24 -42
- package/lib/utils/arrayMerge.js +21 -21
- package/lib/utils/exportXlsx.js +1 -1
- package/lib/utils/historyAppendSearch.js +1 -1
- package/lib/utils/snaPreProcess.js +1 -1
- package/package.json +125 -125
- /package/lib/components/{createSvgIcon-ff0e3b99.js → createSvgIcon-0d38de2e.js} +0 -0
- /package/lib/components/{index-a6f22b92.js → index-0be0afec.js} +0 -0
package/README.md
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
# react-storybook-jsx-starter
|
|
2
|
-
|
|
3
|
-
This project based
|
|
4
|
-
|
|
5
|
-
This project is bootstrapped with the following
|
|
6
|
-
- [Create React App](https://github.com/facebook/create-react-app)
|
|
7
|
-
- [Storybook/react v.6.3.5](https://storybook.js.org/)
|
|
8
|
-
- [Rollup v.2.54.0](https://rollupjs.org/guide/en/)
|
|
9
|
-
- [Airbnb esint config v.18.0.0](https://www.npmjs.com/package/eslint-config-airbnb)
|
|
10
|
-
|
|
11
|
-
## Getting Started
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## Available Scripts
|
|
15
|
-
|
|
16
|
-
In the project directory, you can run:
|
|
17
|
-
|
|
18
|
-
### `yarn start` and `yarn storybook`
|
|
19
|
-
|
|
20
|
-
Runs storybook.<br>
|
|
21
|
-
Open [http://localhost:6006](http://localhost:6006) to view it in the browser.
|
|
22
|
-
The page will reload if you make component edits.
|
|
23
|
-
|
|
24
|
-
### `yarn create`
|
|
25
|
-
|
|
26
|
-
Help you create component or util. It will automatic generate `folder`, `JSX`, `.store.jsx`.
|
|
27
|
-
|
|
28
|
-
### `yarn lint`
|
|
29
|
-
|
|
30
|
-
Runs airbnb linting config.<br>
|
|
31
|
-
Please refer to `.eslintrc` for more details in rules that are excluded/added from the initial Airbnb configuration, which can be found [here](https://www.npmjs.com/package/eslint-config-airbnb)
|
|
32
|
-
Notice: If developer using visual code IDE, download `eslint` and `prettier` extensions to help you develop.
|
|
33
|
-
|
|
34
|
-
### `yarn build`
|
|
35
|
-
|
|
36
|
-
Builds the component library using rollup.<br>
|
|
37
|
-
This runs a set of defined configurations under `rollup.config.js` file.<br>
|
|
38
|
-
Index.js & index.ts will automatic generated by `rollup.index.js` file.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### `yarn build-storybook`
|
|
42
|
-
|
|
43
|
-
Builds static files for storybook site. This is so it can be deployed as the docs source for the component library.
|
|
44
|
-
|
|
45
|
-
|
|
1
|
+
# react-storybook-jsx-starter
|
|
2
|
+
|
|
3
|
+
This project based
|
|
4
|
+
|
|
5
|
+
This project is bootstrapped with the following
|
|
6
|
+
- [Create React App](https://github.com/facebook/create-react-app)
|
|
7
|
+
- [Storybook/react v.6.3.5](https://storybook.js.org/)
|
|
8
|
+
- [Rollup v.2.54.0](https://rollupjs.org/guide/en/)
|
|
9
|
+
- [Airbnb esint config v.18.0.0](https://www.npmjs.com/package/eslint-config-airbnb)
|
|
10
|
+
|
|
11
|
+
## Getting Started
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## Available Scripts
|
|
15
|
+
|
|
16
|
+
In the project directory, you can run:
|
|
17
|
+
|
|
18
|
+
### `yarn start` and `yarn storybook`
|
|
19
|
+
|
|
20
|
+
Runs storybook.<br>
|
|
21
|
+
Open [http://localhost:6006](http://localhost:6006) to view it in the browser.
|
|
22
|
+
The page will reload if you make component edits.
|
|
23
|
+
|
|
24
|
+
### `yarn create`
|
|
25
|
+
|
|
26
|
+
Help you create component or util. It will automatic generate `folder`, `JSX`, `.store.jsx`.
|
|
27
|
+
|
|
28
|
+
### `yarn lint`
|
|
29
|
+
|
|
30
|
+
Runs airbnb linting config.<br>
|
|
31
|
+
Please refer to `.eslintrc` for more details in rules that are excluded/added from the initial Airbnb configuration, which can be found [here](https://www.npmjs.com/package/eslint-config-airbnb)
|
|
32
|
+
Notice: If developer using visual code IDE, download `eslint` and `prettier` extensions to help you develop.
|
|
33
|
+
|
|
34
|
+
### `yarn build`
|
|
35
|
+
|
|
36
|
+
Builds the component library using rollup.<br>
|
|
37
|
+
This runs a set of defined configurations under `rollup.config.js` file.<br>
|
|
38
|
+
Index.js & index.ts will automatic generated by `rollup.index.js` file.
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### `yarn build-storybook`
|
|
42
|
+
|
|
43
|
+
Builds static files for storybook site. This is so it can be deployed as the docs source for the component library.
|
|
44
|
+
|
|
45
|
+
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { _ as _extends$1, a as _slicedToArray, b as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _extends$1, a as _slicedToArray, b as _objectSpread2 } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useCallback, useState, useRef, useEffect } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { c as classNames } from './index-
|
|
4
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
5
5
|
import { d as debounce_1 } from './debounce-127da66c.js';
|
|
6
6
|
import { Autocomplete as Autocomplete$1 } from '@material-ui/lab';
|
|
7
7
|
import { Chip, TextField, CircularProgress } from '@material-ui/core';
|
|
8
8
|
import { Close, SearchOutlined } from '@material-ui/icons';
|
|
9
|
-
import { r as requireCreateSvgIcon, i as interopRequireDefault, a as interopRequireWildcard } from './createSvgIcon-
|
|
9
|
+
import { r as requireCreateSvgIcon, i as interopRequireDefault, a as interopRequireWildcard } from './createSvgIcon-0d38de2e.js';
|
|
10
10
|
import { _ as _extends, m as merge, d as defaultTheme, c as compose, b as borders, a as display, f as flexbox, g as grid, p as positions, e as palette, h as boxShadow, s as sizing, i as spacing, t as typography } from './defaultTheme-ed7746fe.js';
|
|
11
11
|
import 'react-is';
|
|
12
12
|
import { _ as _toConsumableArray } from './toConsumableArray-dbe8af76.js';
|
|
13
13
|
import { styled as styled$1 } from '@material-ui/styles';
|
|
14
14
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
15
|
-
import { E as Empty } from './Empty-
|
|
15
|
+
import { E as Empty } from './Empty-94a8d8ff.js';
|
|
16
16
|
|
|
17
17
|
var ArrowDropDown = {};
|
|
18
18
|
|
|
@@ -114,6 +114,12 @@ var useAutocomplete = (_ref => {
|
|
|
114
114
|
return typeof value === 'object' ? value.label : value;
|
|
115
115
|
}, [options]);
|
|
116
116
|
|
|
117
|
+
// Filter duplicate data by each item.value
|
|
118
|
+
const getUniqueArray = useCallback(result => {
|
|
119
|
+
if (!Array.isArray(result)) return undefined;
|
|
120
|
+
return [...new Map(result.map(obj => [obj.value, obj])).values()];
|
|
121
|
+
}, []);
|
|
122
|
+
|
|
117
123
|
/* 若MUI的Autocomplete下方的options列表要勾選已選的項目 必須從options取出才可 */
|
|
118
124
|
const getValueFromOptions = useCallback(defaultValue => {
|
|
119
125
|
if (Array.isArray(options)) {
|
|
@@ -182,7 +188,8 @@ var useAutocomplete = (_ref => {
|
|
|
182
188
|
getValue,
|
|
183
189
|
getValueFromOptions,
|
|
184
190
|
defaultTag,
|
|
185
|
-
defaultRenderInput
|
|
191
|
+
defaultRenderInput,
|
|
192
|
+
getUniqueArray
|
|
186
193
|
};
|
|
187
194
|
});
|
|
188
195
|
|
|
@@ -244,7 +251,8 @@ var Autocomplete = function Autocomplete(props) {
|
|
|
244
251
|
getValue = _useAutocomplete.getValue,
|
|
245
252
|
getValueFromOptions = _useAutocomplete.getValueFromOptions,
|
|
246
253
|
defaultTag = _useAutocomplete.defaultTag,
|
|
247
|
-
defaultRenderInput = _useAutocomplete.defaultRenderInput
|
|
254
|
+
defaultRenderInput = _useAutocomplete.defaultRenderInput,
|
|
255
|
+
getUniqueArray = _useAutocomplete.getUniqueArray;
|
|
248
256
|
var handleSearch = useRef(debounce_1(function (result) {
|
|
249
257
|
return onSearch(result);
|
|
250
258
|
}, 500)).current;
|
|
@@ -345,7 +353,8 @@ var Autocomplete = function Autocomplete(props) {
|
|
|
345
353
|
return _renderInput && _renderInput(params) || defaultRenderInput(params);
|
|
346
354
|
},
|
|
347
355
|
renderTags: function renderTags(tagValue, getTagProps) {
|
|
348
|
-
|
|
356
|
+
var uniqueArray = getUniqueArray(tagValue) || tagValue;
|
|
357
|
+
return _renderTags && _renderTags(uniqueArray, getTagProps) || defaultTag(uniqueArray, getTagProps);
|
|
349
358
|
}
|
|
350
359
|
// popupIcon={<ExpandMore />}
|
|
351
360
|
,
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export { A as default } from './Autocomplete-
|
|
2
|
-
import './_rollupPluginBabelHelpers-
|
|
1
|
+
export { A as default } from './Autocomplete-887cda6a.js';
|
|
2
|
+
import './_rollupPluginBabelHelpers-a52356f6.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-ef96775f.js';
|
|
6
6
|
import './debounce-127da66c.js';
|
|
7
7
|
import './isObjectLike-e111475d.js';
|
|
8
8
|
import './_commonjsHelpers-70de2c37.js';
|
|
9
9
|
import '@material-ui/lab';
|
|
10
10
|
import '@material-ui/core';
|
|
11
11
|
import '@material-ui/icons';
|
|
12
|
-
import './createSvgIcon-
|
|
12
|
+
import './createSvgIcon-0d38de2e.js';
|
|
13
13
|
import './defaultTheme-ed7746fe.js';
|
|
14
14
|
import 'react-is';
|
|
15
15
|
import '@material-ui/styles';
|
|
16
16
|
import 'react-dom';
|
|
17
17
|
import './toConsumableArray-dbe8af76.js';
|
|
18
18
|
import './style-inject.es-1f59c1d0.js';
|
|
19
|
-
import './Empty-
|
|
19
|
+
import './Empty-94a8d8ff.js';
|
package/lib/components/Avatar.js
CHANGED
|
@@ -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-ef96775f.js';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { Avatar as Avatar$1 } from '@material-ui/core';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-
|
|
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-
|
|
4
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
5
5
|
import { d as debounce_1 } from './debounce-127da66c.js';
|
|
6
6
|
import { Fade, NoSsr, Box } 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-0d38de2e.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
9
9
|
import './isObjectLike-e111475d.js';
|
|
10
10
|
import './_commonjsHelpers-70de2c37.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default, { useEffect } from 'react';
|
|
2
|
-
import { c as classNames } from './index-
|
|
2
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { g as constant$1, h as interpolateNumber, j as color, k as interpolateRgb, l as interpolateString, n as exponent, o as ordinal, p as initRange, r as map, s as slice$1, u as bisectRight, v as formatSpecifier, w as formatPrefix, x as format, d as d3Select } from './transform-3a04288b.js';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
@@ -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-ef96775f.js';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { NavLink } from 'react-router-dom';
|
|
5
5
|
import { Typography, Breadcrumbs as Breadcrumbs$1 } from '@material-ui/core';
|
|
@@ -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-ef96775f.js';
|
|
4
4
|
import { Button as Button$1, CircularProgress } from '@material-ui/core';
|
|
5
5
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
6
6
|
|
package/lib/components/Button.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { B as default } from './Button-
|
|
1
|
+
export { B as default } from './Button-8742afeb.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import './index-
|
|
4
|
+
import './index-ef96775f.js';
|
|
5
5
|
import '@material-ui/core';
|
|
6
6
|
import './style-inject.es-1f59c1d0.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as _objectWithoutProperties$1, b as _objectSpread2, _ as _extends$3 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { c as _objectWithoutProperties$1, b as _objectSpread2, _ as _extends$3 } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { forwardRef, useRef, useImperativeHandle } from 'react';
|
|
3
|
-
import { c as classNames } from './index-
|
|
3
|
+
import { a as classnames, c as classNames } from './index-ef96775f.js';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import { c as commonjsGlobal, g as getAugmentedNamespace, a as getDefaultExportFromCjs } from './_commonjsHelpers-70de2c37.js';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
@@ -432,65 +432,6 @@ function toNumber(value) {
|
|
|
432
432
|
|
|
433
433
|
var lodash_debounce = debounce;
|
|
434
434
|
|
|
435
|
-
var classnames = {exports: {}};
|
|
436
|
-
|
|
437
|
-
/*!
|
|
438
|
-
Copyright (c) 2018 Jed Watson.
|
|
439
|
-
Licensed under the MIT License (MIT), see
|
|
440
|
-
http://jedwatson.github.io/classnames
|
|
441
|
-
*/
|
|
442
|
-
|
|
443
|
-
(function (module) {
|
|
444
|
-
/* global define */
|
|
445
|
-
|
|
446
|
-
(function () {
|
|
447
|
-
|
|
448
|
-
var hasOwn = {}.hasOwnProperty;
|
|
449
|
-
|
|
450
|
-
function classNames() {
|
|
451
|
-
var classes = [];
|
|
452
|
-
|
|
453
|
-
for (var i = 0; i < arguments.length; i++) {
|
|
454
|
-
var arg = arguments[i];
|
|
455
|
-
if (!arg) continue;
|
|
456
|
-
|
|
457
|
-
var argType = typeof arg;
|
|
458
|
-
|
|
459
|
-
if (argType === 'string' || argType === 'number') {
|
|
460
|
-
classes.push(arg);
|
|
461
|
-
} else if (Array.isArray(arg)) {
|
|
462
|
-
if (arg.length) {
|
|
463
|
-
var inner = classNames.apply(null, arg);
|
|
464
|
-
if (inner) {
|
|
465
|
-
classes.push(inner);
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
} else if (argType === 'object') {
|
|
469
|
-
if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
|
|
470
|
-
classes.push(arg.toString());
|
|
471
|
-
continue;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
for (var key in arg) {
|
|
475
|
-
if (hasOwn.call(arg, key) && arg[key]) {
|
|
476
|
-
classes.push(key);
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
return classes.join(' ');
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
if (module.exports) {
|
|
486
|
-
classNames.default = classNames;
|
|
487
|
-
module.exports = classNames;
|
|
488
|
-
} else {
|
|
489
|
-
window.classNames = classNames;
|
|
490
|
-
}
|
|
491
|
-
}());
|
|
492
|
-
} (classnames));
|
|
493
|
-
|
|
494
435
|
var innerSliderUtils = {};
|
|
495
436
|
|
|
496
437
|
Object.defineProperty(innerSliderUtils, "__esModule", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as _objectWithoutProperties, _ as _extends } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { c as _objectWithoutProperties, _ as _extends } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { FormControlLabel, Checkbox as Checkbox$1 } from '@material-ui/core';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
3
|
-
import { c as classNames } from './index-
|
|
3
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import { Typography } from '@material-ui/core';
|
|
6
|
-
import { M as MoreButton } from './MoreButton-
|
|
6
|
+
import { M as MoreButton } from './MoreButton-d7c9f3b8.js';
|
|
7
7
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
8
8
|
import '@material-ui/icons';
|
|
9
9
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as _extends$1, a as _slicedToArray$2, b as _objectSpread2, e as _defineProperty$1 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _extends$1, a as _slicedToArray$2, b as _objectSpread2, e as _defineProperty$1 } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { createContext, forwardRef, createElement, useContext, useRef, useEffect, useReducer, useCallback, useMemo, useLayoutEffect, Component, useState, useImperativeHandle, Fragment } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { h as hoistNonReactStatics_cjs } from './hoist-non-react-statics.cjs-3f408ad2.js';
|
|
5
5
|
import axios from 'axios';
|
|
6
|
-
import { M as Modal } from './Modal-
|
|
6
|
+
import { M as Modal } from './Modal-fc4320d3.js';
|
|
7
7
|
import { c as commonjsGlobal, a as getDefaultExportFromCjs } from './_commonjsHelpers-70de2c37.js';
|
|
8
|
-
import { c as classNames } from './index-
|
|
8
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
9
9
|
import { Input, Button, Box, Typography, FormControl, RadioGroup, FormControlLabel, Radio, TextField, TextareaAutosize } from '@material-ui/core';
|
|
10
|
-
import { S as Select } from './Select-
|
|
10
|
+
import { S as Select } from './Select-fdb4d9b8.js';
|
|
11
11
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
12
|
-
import { r as requireCreateSvgIcon, i as interopRequireDefault, a as interopRequireWildcard } from './createSvgIcon-
|
|
12
|
+
import { r as requireCreateSvgIcon, i as interopRequireDefault, a as interopRequireWildcard } from './createSvgIcon-0d38de2e.js';
|
|
13
13
|
import { getIntl } from './globalConfig';
|
|
14
14
|
|
|
15
15
|
var isArray$1 = Array.isArray;
|
|
@@ -10208,7 +10208,7 @@ function __generator(thisArg, body) {
|
|
|
10208
10208
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
10209
10209
|
function step(op) {
|
|
10210
10210
|
if (f) throw new TypeError("Generator is already executing.");
|
|
10211
|
-
while (_) try {
|
|
10211
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
10212
10212
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
10213
10213
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
10214
10214
|
switch (op[0]) {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { C as default } from './ContactModal-
|
|
2
|
-
import './_rollupPluginBabelHelpers-
|
|
1
|
+
export { C as default } from './ContactModal-530d4d80.js';
|
|
2
|
+
import './_rollupPluginBabelHelpers-a52356f6.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'prop-types';
|
|
5
5
|
import './hoist-non-react-statics.cjs-3f408ad2.js';
|
|
6
6
|
import 'react-is';
|
|
7
7
|
import 'axios';
|
|
8
|
-
import './Modal-
|
|
9
|
-
import './index-
|
|
8
|
+
import './Modal-fc4320d3.js';
|
|
9
|
+
import './index-ef96775f.js';
|
|
10
10
|
import '@material-ui/core';
|
|
11
11
|
import '@material-ui/icons';
|
|
12
|
-
import './Button-
|
|
12
|
+
import './Button-8742afeb.js';
|
|
13
13
|
import './style-inject.es-1f59c1d0.js';
|
|
14
|
-
import './Spin-
|
|
14
|
+
import './Spin-fafe3787.js';
|
|
15
15
|
import './_commonjsHelpers-70de2c37.js';
|
|
16
|
-
import './Select-
|
|
17
|
-
import './Empty-
|
|
18
|
-
import './createSvgIcon-
|
|
16
|
+
import './Select-fdb4d9b8.js';
|
|
17
|
+
import './Empty-94a8d8ff.js';
|
|
18
|
+
import './createSvgIcon-0d38de2e.js';
|
|
19
19
|
import './defaultTheme-ed7746fe.js';
|
|
20
20
|
import '@material-ui/styles';
|
|
21
21
|
import 'react-dom';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { List, ListItem, ListItemIcon, ListItemText, IconButton, Drawer as Drawer$1, Divider } from '@material-ui/core';
|
|
5
5
|
import { DehazeRounded } from '@material-ui/icons';
|
|
6
|
-
import { S as Select } from './Select-
|
|
6
|
+
import { S as Select } from './Select-fdb4d9b8.js';
|
|
7
7
|
import { useHistory, useRouteMatch } from 'react-router-dom';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
9
9
|
|
package/lib/components/Drawer.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { D as default } from './Drawer-
|
|
2
|
-
import './_rollupPluginBabelHelpers-
|
|
1
|
+
export { D as default } from './Drawer-96442344.js';
|
|
2
|
+
import './_rollupPluginBabelHelpers-a52356f6.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'prop-types';
|
|
5
5
|
import '@material-ui/core';
|
|
6
6
|
import '@material-ui/icons';
|
|
7
|
-
import './Select-
|
|
8
|
-
import './index-
|
|
9
|
-
import './Empty-
|
|
7
|
+
import './Select-fdb4d9b8.js';
|
|
8
|
+
import './index-ef96775f.js';
|
|
9
|
+
import './Empty-94a8d8ff.js';
|
|
10
10
|
import './style-inject.es-1f59c1d0.js';
|
|
11
11
|
import 'react-router-dom';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useRef, useState } from 'react';
|
|
3
|
-
import { c as classNames } from './index-
|
|
3
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import { Button, Menu, Divider, MenuItem, ListItemIcon, ListItemText } from '@material-ui/core';
|
|
6
6
|
import { makeStyles } from '@material-ui/styles';
|
|
@@ -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-ef96775f.js';
|
|
4
4
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
5
5
|
|
|
6
6
|
var img = "data:image/svg+xml,%3csvg class='ant-empty-img-default' width='184' height='152' viewBox='0 0 184 152' xmlns='http://www.w3.org/2000/svg'%3e %3cg fill='none' fill-rule='evenodd'%3e %3cg transform='translate(24 31.67)'%3e %3cellipse fill='%23f5f5f5' fill-opacity='0.8' cx='67.797' cy='106.89' rx='67.797' ry='12.668'%3e%3c/ellipse%3e %3cpath fill='%23aeb8c2' d='M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z'%3e%3c/path%3e %3cpath fill='url(%23linearGradient-1)' d='M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z' transform='translate(13.56)'%3e%3c/path%3e %3cpath fill='%23f5f5f7' d='M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z'%3e%3c/path%3e %3cpath fill='%23dce0e6' d='M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z'%3e%3c/path%3e %3c/g%3e %3cpath fill='%23dce0e6' d='M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z'%3e%3c/path%3e %3cg fill='white' transform='translate(149.65 15.383)'%3e %3cellipse cx='20.654' cy='3.167' rx='2.849' ry='2.815'%3e%3c/ellipse%3e %3cpath d='M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z'%3e%3c/path%3e %3c/g%3e %3c/g%3e%3c/svg%3e";
|
package/lib/components/Empty.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { c as classNames } from './index-
|
|
4
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
5
5
|
import { ExitToApp } from '@material-ui/icons';
|
|
6
6
|
import { Dialog, DialogContent, DialogContentText, DialogActions, Button } from '@material-ui/core';
|
|
7
7
|
import { f as fileDownload, j as jsonTxt, a as jsonExcel } from './dataExport-d55d6fa3.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as _extends } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _extends } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import React__default, { Component, forwardRef, useState } from 'react';
|
|
4
|
-
import { c as classNames } from './index-
|
|
4
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
5
5
|
import PropTypes from 'prop-types';
|
|
6
6
|
import { a as getDefaultExportFromCjs } from './_commonjsHelpers-70de2c37.js';
|
|
7
7
|
import { Menu, MenuItem, useMediaQuery, IconButton } from '@material-ui/core';
|
|
8
|
-
import { T as Tooltip } from './Tooltip-
|
|
8
|
+
import { T as Tooltip } from './Tooltip-e67a18bc.js';
|
|
9
9
|
import { s as snaToExcel, f as fileDownload$1, a as jsonExcel } from './dataExport-d55d6fa3.js';
|
|
10
10
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
11
11
|
|
|
@@ -66,67 +66,6 @@ function objectToGetParams(object) {
|
|
|
66
66
|
return params.length > 0 ? "?" + params.join('&') : '';
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
var classnames = {exports: {}};
|
|
70
|
-
|
|
71
|
-
/*!
|
|
72
|
-
Copyright (c) 2018 Jed Watson.
|
|
73
|
-
Licensed under the MIT License (MIT), see
|
|
74
|
-
http://jedwatson.github.io/classnames
|
|
75
|
-
*/
|
|
76
|
-
|
|
77
|
-
(function (module) {
|
|
78
|
-
/* global define */
|
|
79
|
-
|
|
80
|
-
(function () {
|
|
81
|
-
|
|
82
|
-
var hasOwn = {}.hasOwnProperty;
|
|
83
|
-
|
|
84
|
-
function classNames() {
|
|
85
|
-
var classes = [];
|
|
86
|
-
|
|
87
|
-
for (var i = 0; i < arguments.length; i++) {
|
|
88
|
-
var arg = arguments[i];
|
|
89
|
-
if (!arg) continue;
|
|
90
|
-
|
|
91
|
-
var argType = typeof arg;
|
|
92
|
-
|
|
93
|
-
if (argType === 'string' || argType === 'number') {
|
|
94
|
-
classes.push(arg);
|
|
95
|
-
} else if (Array.isArray(arg)) {
|
|
96
|
-
if (arg.length) {
|
|
97
|
-
var inner = classNames.apply(null, arg);
|
|
98
|
-
if (inner) {
|
|
99
|
-
classes.push(inner);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
} else if (argType === 'object') {
|
|
103
|
-
if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
|
|
104
|
-
classes.push(arg.toString());
|
|
105
|
-
continue;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
for (var key in arg) {
|
|
109
|
-
if (hasOwn.call(arg, key) && arg[key]) {
|
|
110
|
-
classes.push(key);
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
return classes.join(' ');
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
if (module.exports) {
|
|
120
|
-
classNames.default = classNames;
|
|
121
|
-
module.exports = classNames;
|
|
122
|
-
} else {
|
|
123
|
-
window.classNames = classNames;
|
|
124
|
-
}
|
|
125
|
-
}());
|
|
126
|
-
} (classnames));
|
|
127
|
-
|
|
128
|
-
var cx = classnames.exports;
|
|
129
|
-
|
|
130
69
|
var __extends$2 = (undefined && undefined.__extends) || (function () {
|
|
131
70
|
var extendStatics = function (d, b) {
|
|
132
71
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -277,7 +216,7 @@ var ShareButton$1 = /** @class */ (function (_super) {
|
|
|
277
216
|
}
|
|
278
217
|
ShareButton.prototype.render = function () {
|
|
279
218
|
var _a = this.props; _a.beforeOnClick; var children = _a.children, className = _a.className, disabled = _a.disabled, disabledStyle = _a.disabledStyle, forwardedRef = _a.forwardedRef; _a.networkLink; var networkName = _a.networkName; _a.onShareWindowClose; _a.openShareDialogOnClick; _a.opts; var resetButtonStyle = _a.resetButtonStyle, style = _a.style; _a.url; _a.windowHeight; _a.windowPosition; _a.windowWidth; var rest = __rest$1(_a, ["beforeOnClick", "children", "className", "disabled", "disabledStyle", "forwardedRef", "networkLink", "networkName", "onShareWindowClose", "openShareDialogOnClick", "opts", "resetButtonStyle", "style", "url", "windowHeight", "windowPosition", "windowWidth"]);
|
|
280
|
-
var newClassName =
|
|
219
|
+
var newClassName = classNames('react-share__ShareButton', {
|
|
281
220
|
'react-share__ShareButton--disabled': !!disabled,
|
|
282
221
|
disabled: !!disabled,
|
|
283
222
|
}, className);
|
|
@@ -1131,7 +1070,7 @@ var SocialMediaShareCount = /** @class */ (function (_super) {
|
|
|
1131
1070
|
SocialMediaShareCount.prototype.render = function () {
|
|
1132
1071
|
var _a = this.state, count = _a.count, isLoading = _a.isLoading;
|
|
1133
1072
|
var _b = this.props, _c = _b.children, children = _c === void 0 ? defaultChildren : _c, className = _b.className; _b.getCount; var rest = __rest(_b, ["children", "className", "getCount"]);
|
|
1134
|
-
return (React__default.createElement("span", __assign({ className:
|
|
1073
|
+
return (React__default.createElement("span", __assign({ className: classNames('react-share__ShareCount', className) }, rest), !isLoading && count !== undefined && children(count)));
|
|
1135
1074
|
};
|
|
1136
1075
|
return SocialMediaShareCount;
|
|
1137
1076
|
}(Component));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { E as default } from './ExtraTools-
|
|
2
|
-
import './_rollupPluginBabelHelpers-
|
|
1
|
+
export { E as default } from './ExtraTools-bfb076ca.js';
|
|
2
|
+
import './_rollupPluginBabelHelpers-a52356f6.js';
|
|
3
3
|
import 'react';
|
|
4
|
-
import './index-
|
|
4
|
+
import './index-ef96775f.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import './_commonjsHelpers-70de2c37.js';
|
|
7
7
|
import '@material-ui/core';
|
|
8
|
-
import './Tooltip-
|
|
8
|
+
import './Tooltip-e67a18bc.js';
|
|
9
9
|
import './style-inject.es-1f59c1d0.js';
|
|
10
10
|
import './dataExport-d55d6fa3.js';
|
package/lib/components/Filter.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { f as _taggedTemplateLiteral, e as _defineProperty } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { f as _taggedTemplateLiteral, e as _defineProperty } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useContext, createElement, useCallback } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { c as classNames } from './index-
|
|
5
|
-
import { q as queryString } from './index-
|
|
4
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
5
|
+
import { q as queryString } from './index-0be0afec.js';
|
|
6
6
|
import { useHistory } from 'react-router-dom';
|
|
7
7
|
import { isValidElementType, typeOf } from 'react-is';
|
|
8
8
|
import { h as hoistNonReactStatics_cjs } from './hoist-non-react-statics.cjs-3f408ad2.js';
|
package/lib/components/Footer.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { a as _slicedToArray, d as _typeof } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { a as _slicedToArray, d as _typeof } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
2
|
import React__default, { useState, useEffect } from 'react';
|
|
3
|
-
import { c as classNames } from './index-
|
|
3
|
+
import { c as classNames } from './index-ef96775f.js';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import axios from 'axios';
|
|
6
|
-
import { C as ContactModal } from './ContactModal-
|
|
7
|
-
import { S as Spin } from './Spin-
|
|
6
|
+
import { C as ContactModal } from './ContactModal-530d4d80.js';
|
|
7
|
+
import { S as Spin } from './Spin-fafe3787.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
9
9
|
import './hoist-non-react-statics.cjs-3f408ad2.js';
|
|
10
10
|
import 'react-is';
|
|
11
|
-
import './Modal-
|
|
11
|
+
import './Modal-fc4320d3.js';
|
|
12
12
|
import '@material-ui/core';
|
|
13
13
|
import '@material-ui/icons';
|
|
14
|
-
import './Button-
|
|
14
|
+
import './Button-8742afeb.js';
|
|
15
15
|
import './_commonjsHelpers-70de2c37.js';
|
|
16
|
-
import './Select-
|
|
17
|
-
import './Empty-
|
|
18
|
-
import './createSvgIcon-
|
|
16
|
+
import './Select-fdb4d9b8.js';
|
|
17
|
+
import './Empty-94a8d8ff.js';
|
|
18
|
+
import './createSvgIcon-0d38de2e.js';
|
|
19
19
|
import './defaultTheme-ed7746fe.js';
|
|
20
20
|
import '@material-ui/styles';
|
|
21
21
|
import 'react-dom';
|