zmdms-webui 2.5.2 → 2.5.3

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 (40) hide show
  1. package/dist/es/_virtual/_commonjsHelpers.js +1 -29
  2. package/dist/es/_virtual/index2.js +2 -2
  3. package/dist/es/modal/useDraggable.js +1 -1
  4. package/dist/es/node_modules/immutability-helper/index.js +1 -1
  5. package/dist/es/node_modules/rc-util/es/Dom/findDOMNode.js +2 -2
  6. package/dist/es/node_modules/react-is/cjs/react-is.development.js +1 -1
  7. package/dist/es/node_modules/react-is/cjs/react-is.production.min.js +1 -1
  8. package/dist/es/node_modules/react-is/index.js +1 -1
  9. package/package.json +2 -2
  10. package/dist/es/_virtual/Draggable.js +0 -3
  11. package/dist/es/_virtual/DraggableCore.js +0 -3
  12. package/dist/es/_virtual/cjs.js +0 -3
  13. package/dist/es/_virtual/clsx.m.js +0 -6
  14. package/dist/es/_virtual/domFns.js +0 -3
  15. package/dist/es/_virtual/getPrefix.js +0 -3
  16. package/dist/es/_virtual/index4.js +0 -3
  17. package/dist/es/_virtual/index5.js +0 -3
  18. package/dist/es/_virtual/log.js +0 -3
  19. package/dist/es/_virtual/positionFns.js +0 -3
  20. package/dist/es/_virtual/react-is.development2.js +0 -3
  21. package/dist/es/_virtual/react-is.production.min2.js +0 -3
  22. package/dist/es/_virtual/shims.js +0 -3
  23. package/dist/es/node_modules/object-assign/index.js +0 -99
  24. package/dist/es/node_modules/prop-types/checkPropTypes.js +0 -115
  25. package/dist/es/node_modules/prop-types/factoryWithThrowingShims.js +0 -74
  26. package/dist/es/node_modules/prop-types/factoryWithTypeCheckers.js +0 -625
  27. package/dist/es/node_modules/prop-types/index.js +0 -28
  28. package/dist/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -21
  29. package/dist/es/node_modules/prop-types/lib/has.js +0 -11
  30. package/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -190
  31. package/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -26
  32. package/dist/es/node_modules/prop-types/node_modules/react-is/index.js +0 -19
  33. package/dist/es/node_modules/react-draggable/build/cjs/Draggable.js +0 -474
  34. package/dist/es/node_modules/react-draggable/build/cjs/DraggableCore.js +0 -580
  35. package/dist/es/node_modules/react-draggable/build/cjs/cjs.js +0 -20
  36. package/dist/es/node_modules/react-draggable/build/cjs/utils/domFns.js +0 -361
  37. package/dist/es/node_modules/react-draggable/build/cjs/utils/getPrefix.js +0 -85
  38. package/dist/es/node_modules/react-draggable/build/cjs/utils/log.js +0 -10
  39. package/dist/es/node_modules/react-draggable/build/cjs/utils/positionFns.js +0 -214
  40. package/dist/es/node_modules/react-draggable/build/cjs/utils/shims.js +0 -64
@@ -1,190 +0,0 @@
1
- import { __exports as reactIs_development } from '../../../../../_virtual/react-is.development.js';
2
-
3
- /** @license React v16.13.1
4
- * react-is.development.js
5
- *
6
- * Copyright (c) Facebook, Inc. and its affiliates.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
-
12
- var hasRequiredReactIs_development;
13
-
14
- function requireReactIs_development () {
15
- if (hasRequiredReactIs_development) return reactIs_development;
16
- hasRequiredReactIs_development = 1;
17
-
18
-
19
-
20
- if (process.env.NODE_ENV !== "production") {
21
- (function() {
22
-
23
- // The Symbol used to tag the ReactElement-like types. If there is no native Symbol
24
- // nor polyfill, then a plain number is used for performance.
25
- var hasSymbol = typeof Symbol === 'function' && Symbol.for;
26
- var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
27
- var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
28
- var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
29
- var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
30
- var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
31
- var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
32
- var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary
33
- // (unstable) APIs that have been removed. Can we remove the symbols?
34
-
35
- var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;
36
- var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
37
- var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
38
- var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
39
- var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;
40
- var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
41
- var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
42
- var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;
43
- var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;
44
- var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;
45
- var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;
46
-
47
- function isValidElementType(type) {
48
- return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
49
- type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
50
- }
51
-
52
- function typeOf(object) {
53
- if (typeof object === 'object' && object !== null) {
54
- var $$typeof = object.$$typeof;
55
-
56
- switch ($$typeof) {
57
- case REACT_ELEMENT_TYPE:
58
- var type = object.type;
59
-
60
- switch (type) {
61
- case REACT_ASYNC_MODE_TYPE:
62
- case REACT_CONCURRENT_MODE_TYPE:
63
- case REACT_FRAGMENT_TYPE:
64
- case REACT_PROFILER_TYPE:
65
- case REACT_STRICT_MODE_TYPE:
66
- case REACT_SUSPENSE_TYPE:
67
- return type;
68
-
69
- default:
70
- var $$typeofType = type && type.$$typeof;
71
-
72
- switch ($$typeofType) {
73
- case REACT_CONTEXT_TYPE:
74
- case REACT_FORWARD_REF_TYPE:
75
- case REACT_LAZY_TYPE:
76
- case REACT_MEMO_TYPE:
77
- case REACT_PROVIDER_TYPE:
78
- return $$typeofType;
79
-
80
- default:
81
- return $$typeof;
82
- }
83
-
84
- }
85
-
86
- case REACT_PORTAL_TYPE:
87
- return $$typeof;
88
- }
89
- }
90
-
91
- return undefined;
92
- } // AsyncMode is deprecated along with isAsyncMode
93
-
94
- var AsyncMode = REACT_ASYNC_MODE_TYPE;
95
- var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
96
- var ContextConsumer = REACT_CONTEXT_TYPE;
97
- var ContextProvider = REACT_PROVIDER_TYPE;
98
- var Element = REACT_ELEMENT_TYPE;
99
- var ForwardRef = REACT_FORWARD_REF_TYPE;
100
- var Fragment = REACT_FRAGMENT_TYPE;
101
- var Lazy = REACT_LAZY_TYPE;
102
- var Memo = REACT_MEMO_TYPE;
103
- var Portal = REACT_PORTAL_TYPE;
104
- var Profiler = REACT_PROFILER_TYPE;
105
- var StrictMode = REACT_STRICT_MODE_TYPE;
106
- var Suspense = REACT_SUSPENSE_TYPE;
107
- var hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated
108
-
109
- function isAsyncMode(object) {
110
- {
111
- if (!hasWarnedAboutDeprecatedIsAsyncMode) {
112
- hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint
113
-
114
- console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');
115
- }
116
- }
117
-
118
- return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
119
- }
120
- function isConcurrentMode(object) {
121
- return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
122
- }
123
- function isContextConsumer(object) {
124
- return typeOf(object) === REACT_CONTEXT_TYPE;
125
- }
126
- function isContextProvider(object) {
127
- return typeOf(object) === REACT_PROVIDER_TYPE;
128
- }
129
- function isElement(object) {
130
- return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
131
- }
132
- function isForwardRef(object) {
133
- return typeOf(object) === REACT_FORWARD_REF_TYPE;
134
- }
135
- function isFragment(object) {
136
- return typeOf(object) === REACT_FRAGMENT_TYPE;
137
- }
138
- function isLazy(object) {
139
- return typeOf(object) === REACT_LAZY_TYPE;
140
- }
141
- function isMemo(object) {
142
- return typeOf(object) === REACT_MEMO_TYPE;
143
- }
144
- function isPortal(object) {
145
- return typeOf(object) === REACT_PORTAL_TYPE;
146
- }
147
- function isProfiler(object) {
148
- return typeOf(object) === REACT_PROFILER_TYPE;
149
- }
150
- function isStrictMode(object) {
151
- return typeOf(object) === REACT_STRICT_MODE_TYPE;
152
- }
153
- function isSuspense(object) {
154
- return typeOf(object) === REACT_SUSPENSE_TYPE;
155
- }
156
-
157
- reactIs_development.AsyncMode = AsyncMode;
158
- reactIs_development.ConcurrentMode = ConcurrentMode;
159
- reactIs_development.ContextConsumer = ContextConsumer;
160
- reactIs_development.ContextProvider = ContextProvider;
161
- reactIs_development.Element = Element;
162
- reactIs_development.ForwardRef = ForwardRef;
163
- reactIs_development.Fragment = Fragment;
164
- reactIs_development.Lazy = Lazy;
165
- reactIs_development.Memo = Memo;
166
- reactIs_development.Portal = Portal;
167
- reactIs_development.Profiler = Profiler;
168
- reactIs_development.StrictMode = StrictMode;
169
- reactIs_development.Suspense = Suspense;
170
- reactIs_development.isAsyncMode = isAsyncMode;
171
- reactIs_development.isConcurrentMode = isConcurrentMode;
172
- reactIs_development.isContextConsumer = isContextConsumer;
173
- reactIs_development.isContextProvider = isContextProvider;
174
- reactIs_development.isElement = isElement;
175
- reactIs_development.isForwardRef = isForwardRef;
176
- reactIs_development.isFragment = isFragment;
177
- reactIs_development.isLazy = isLazy;
178
- reactIs_development.isMemo = isMemo;
179
- reactIs_development.isPortal = isPortal;
180
- reactIs_development.isProfiler = isProfiler;
181
- reactIs_development.isStrictMode = isStrictMode;
182
- reactIs_development.isSuspense = isSuspense;
183
- reactIs_development.isValidElementType = isValidElementType;
184
- reactIs_development.typeOf = typeOf;
185
- })();
186
- }
187
- return reactIs_development;
188
- }
189
-
190
- export { requireReactIs_development as __require };
@@ -1,26 +0,0 @@
1
- import { __exports as reactIs_production_min } from '../../../../../_virtual/react-is.production.min.js';
2
-
3
- /** @license React v16.13.1
4
- * react-is.production.min.js
5
- *
6
- * Copyright (c) Facebook, Inc. and its affiliates.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
-
12
- var hasRequiredReactIs_production_min;
13
-
14
- function requireReactIs_production_min () {
15
- if (hasRequiredReactIs_production_min) return reactIs_production_min;
16
- hasRequiredReactIs_production_min = 1;
17
- var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?
18
- Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
19
- function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}reactIs_production_min.AsyncMode=l;reactIs_production_min.ConcurrentMode=m;reactIs_production_min.ContextConsumer=k;reactIs_production_min.ContextProvider=h;reactIs_production_min.Element=c;reactIs_production_min.ForwardRef=n;reactIs_production_min.Fragment=e;reactIs_production_min.Lazy=t;reactIs_production_min.Memo=r;reactIs_production_min.Portal=d;
20
- reactIs_production_min.Profiler=g;reactIs_production_min.StrictMode=f;reactIs_production_min.Suspense=p;reactIs_production_min.isAsyncMode=function(a){return A(a)||z(a)===l};reactIs_production_min.isConcurrentMode=A;reactIs_production_min.isContextConsumer=function(a){return z(a)===k};reactIs_production_min.isContextProvider=function(a){return z(a)===h};reactIs_production_min.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c};reactIs_production_min.isForwardRef=function(a){return z(a)===n};reactIs_production_min.isFragment=function(a){return z(a)===e};reactIs_production_min.isLazy=function(a){return z(a)===t};
21
- reactIs_production_min.isMemo=function(a){return z(a)===r};reactIs_production_min.isPortal=function(a){return z(a)===d};reactIs_production_min.isProfiler=function(a){return z(a)===g};reactIs_production_min.isStrictMode=function(a){return z(a)===f};reactIs_production_min.isSuspense=function(a){return z(a)===p};
22
- reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};reactIs_production_min.typeOf=z;
23
- return reactIs_production_min;
24
- }
25
-
26
- export { requireReactIs_production_min as __require };
@@ -1,19 +0,0 @@
1
- import { __module as reactIs } from '../../../../_virtual/index3.js';
2
- import { __require as requireReactIs_production_min } from './cjs/react-is.production.min.js';
3
- import { __require as requireReactIs_development } from './cjs/react-is.development.js';
4
-
5
- var hasRequiredReactIs;
6
-
7
- function requireReactIs () {
8
- if (hasRequiredReactIs) return reactIs.exports;
9
- hasRequiredReactIs = 1;
10
-
11
- if (process.env.NODE_ENV === 'production') {
12
- reactIs.exports = requireReactIs_production_min();
13
- } else {
14
- reactIs.exports = requireReactIs_development();
15
- }
16
- return reactIs.exports;
17
- }
18
-
19
- export { requireReactIs as __require };