dynamic-mui 1.0.76 → 1.0.78
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/craco.config.js +20 -19
- package/dist-modules/components/DynamicComponent.js +1 -2
- package/dist-modules/components/FormGenerator.js +1 -2
- package/dist-modules/components/charts/Bar/bar.js +1 -2
- package/dist-modules/components/charts/Line/line.js +1 -2
- package/dist-modules/components/charts/Mixchart/mixChart.js +3 -4
- package/dist-modules/components/charts/Pie/pie.js +1 -2
- package/dist-modules/components/controls/DataTable/datatable.js +1 -2
- package/dist-modules/components/controls/Radio/radio.js +1 -2
- package/dist-modules/components/controls/Select/select.js +18 -18
- package/dist-modules/components/controls/Stepper/stepper.js +1 -2
- package/dist-modules/components/controls/Switch/switch.js +3 -3
- package/dist-modules/util/helper.js +2 -2
- package/dist-modules/util/stepperComponents.js +1 -2
- package/package.json +6 -6
- package/build/asset-manifest.json +0 -10
- package/build/index.html +0 -1
- package/build/static/js/main.198528b3.js +0 -3
- package/build/static/js/main.198528b3.js.LICENSE.txt +0 -63
- package/build/static/js/main.198528b3.js.map +0 -1
- package/docs/asset-manifest.json +0 -9
- package/docs/build/bundle.60fc239e.js +0 -2
- package/docs/build/bundle.60fc239e.js.LICENSE.txt +0 -131
- package/docs/index.html +0 -16
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
* @overview es6-promise - a tiny implementation of Promises/A+.
|
|
9
|
-
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
|
|
10
|
-
* @license Licensed under MIT license
|
|
11
|
-
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
|
|
12
|
-
* @version v4.2.8+1e68dce6
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/*!
|
|
16
|
-
* The buffer module from node.js, for the browser.
|
|
17
|
-
*
|
|
18
|
-
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
19
|
-
* @license MIT
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/*!
|
|
23
|
-
* regjsgen 0.5.2
|
|
24
|
-
* Copyright 2014-2020 Benjamin Tan <https://ofcr.se/>
|
|
25
|
-
* Available under the MIT license <https://github.com/bnjmnt4n/regjsgen/blob/master/LICENSE-MIT.txt>
|
|
26
|
-
*/
|
|
27
|
-
|
|
28
|
-
/*! @preserve
|
|
29
|
-
* numeral.js
|
|
30
|
-
* version : 2.0.6
|
|
31
|
-
* author : Adam Draper
|
|
32
|
-
* license : MIT
|
|
33
|
-
* http://adamwdraper.github.com/Numeral-js/
|
|
34
|
-
*/
|
|
35
|
-
|
|
36
|
-
/*! clipboard-copy. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
37
|
-
|
|
38
|
-
/*! https://mths.be/regenerate v1.4.2 by @mathias | MIT license */
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* @license
|
|
42
|
-
* Lodash <https://lodash.com/>
|
|
43
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
44
|
-
* Released under MIT license <https://lodash.com/license>
|
|
45
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
46
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
47
|
-
*/
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* @license React
|
|
51
|
-
* react-dom-client.production.js
|
|
52
|
-
*
|
|
53
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
54
|
-
*
|
|
55
|
-
* This source code is licensed under the MIT license found in the
|
|
56
|
-
* LICENSE file in the root directory of this source tree.
|
|
57
|
-
*/
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @license React
|
|
61
|
-
* react-dom.production.js
|
|
62
|
-
*
|
|
63
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
64
|
-
*
|
|
65
|
-
* This source code is licensed under the MIT license found in the
|
|
66
|
-
* LICENSE file in the root directory of this source tree.
|
|
67
|
-
*/
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @license React
|
|
71
|
-
* react-jsx-runtime.production.js
|
|
72
|
-
*
|
|
73
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
74
|
-
*
|
|
75
|
-
* This source code is licensed under the MIT license found in the
|
|
76
|
-
* LICENSE file in the root directory of this source tree.
|
|
77
|
-
*/
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* @license React
|
|
81
|
-
* react.production.js
|
|
82
|
-
*
|
|
83
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
84
|
-
*
|
|
85
|
-
* This source code is licensed under the MIT license found in the
|
|
86
|
-
* LICENSE file in the root directory of this source tree.
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* @license React
|
|
91
|
-
* scheduler.production.js
|
|
92
|
-
*
|
|
93
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
94
|
-
*
|
|
95
|
-
* This source code is licensed under the MIT license found in the
|
|
96
|
-
* LICENSE file in the root directory of this source tree.
|
|
97
|
-
*/
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* @mui/styled-engine v6.3.1
|
|
101
|
-
*
|
|
102
|
-
* @license MIT
|
|
103
|
-
* This source code is licensed under the MIT license found in the
|
|
104
|
-
* LICENSE file in the root directory of this source tree.
|
|
105
|
-
*/
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* A better abstraction over CSS.
|
|
109
|
-
*
|
|
110
|
-
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
111
|
-
* @website https://github.com/cssinjs/jss
|
|
112
|
-
* @license MIT
|
|
113
|
-
*/
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
117
|
-
*
|
|
118
|
-
* @license MIT <https://opensource.org/licenses/MIT>
|
|
119
|
-
* @author Lea Verou <https://lea.verou.me>
|
|
120
|
-
* @namespace
|
|
121
|
-
* @public
|
|
122
|
-
*/
|
|
123
|
-
|
|
124
|
-
/** @license React v16.13.1
|
|
125
|
-
* react-is.production.min.js
|
|
126
|
-
*
|
|
127
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
128
|
-
*
|
|
129
|
-
* This source code is licensed under the MIT license found in the
|
|
130
|
-
* LICENSE file in the root directory of this source tree.
|
|
131
|
-
*/
|
package/docs/index.html
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
7
|
-
<title>Dynamic MUI</title>
|
|
8
|
-
<link rel="icon" type="image/x-icon" href="https://geoviewer.io/img/favicon.ico">
|
|
9
|
-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
|
|
10
|
-
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<div id="rsg-root"></div>
|
|
14
|
-
<script src="build/bundle.60fc239e.js"></script>
|
|
15
|
-
</body>
|
|
16
|
-
</html>
|