@oliasoft-open-source/react-ui-library 3.9.11-beta-2 → 3.9.11-beta-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.
- package/dist/index.js +1513 -2055
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6,6 +6,8 @@ var __publicField = (obj, key2, value) => {
|
|
|
6
6
|
};
|
|
7
7
|
import * as React$4 from "react";
|
|
8
8
|
import React__default, { useState, useRef, useEffect, useCallback as useCallback$1, createElement, forwardRef, useContext, useMemo as useMemo$1, useLayoutEffect as useLayoutEffect$1, createContext, isValidElement, useReducer, useDebugValue, Fragment as Fragment$1, Component as Component$1, PureComponent, useImperativeHandle, memo, cloneElement as cloneElement$1 } from "react";
|
|
9
|
+
import * as PropTypes from "prop-types";
|
|
10
|
+
import PropTypes__default from "prop-types";
|
|
9
11
|
import ReactDOM, { createPortal, unstable_batchedUpdates, render } from "react-dom";
|
|
10
12
|
import { validateNumber, cleanNumStr } from "@oliasoft-open-source/units";
|
|
11
13
|
const global$2 = "";
|
|
@@ -1007,876 +1009,6 @@ function requireReactJsxRuntime_development() {
|
|
|
1007
1009
|
module.exports = requireReactJsxRuntime_development();
|
|
1008
1010
|
}
|
|
1009
1011
|
})(jsxRuntime);
|
|
1010
|
-
var propTypes$1 = { exports: {} };
|
|
1011
|
-
var reactIs$2 = { exports: {} };
|
|
1012
|
-
var reactIs_production_min$1 = {};
|
|
1013
|
-
/** @license React v16.13.1
|
|
1014
|
-
* react-is.production.min.js
|
|
1015
|
-
*
|
|
1016
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
1017
|
-
*
|
|
1018
|
-
* This source code is licensed under the MIT license found in the
|
|
1019
|
-
* LICENSE file in the root directory of this source tree.
|
|
1020
|
-
*/
|
|
1021
|
-
var hasRequiredReactIs_production_min$1;
|
|
1022
|
-
function requireReactIs_production_min$1() {
|
|
1023
|
-
if (hasRequiredReactIs_production_min$1)
|
|
1024
|
-
return reactIs_production_min$1;
|
|
1025
|
-
hasRequiredReactIs_production_min$1 = 1;
|
|
1026
|
-
var b2 = "function" === typeof Symbol && Symbol.for, c2 = b2 ? Symbol.for("react.element") : 60103, d2 = b2 ? Symbol.for("react.portal") : 60106, e2 = b2 ? Symbol.for("react.fragment") : 60107, f = b2 ? Symbol.for("react.strict_mode") : 60108, g2 = b2 ? Symbol.for("react.profiler") : 60114, h = b2 ? Symbol.for("react.provider") : 60109, k2 = b2 ? Symbol.for("react.context") : 60110, l = b2 ? Symbol.for("react.async_mode") : 60111, m = b2 ? Symbol.for("react.concurrent_mode") : 60111, n2 = b2 ? Symbol.for("react.forward_ref") : 60112, p = b2 ? Symbol.for("react.suspense") : 60113, q2 = b2 ? Symbol.for("react.suspense_list") : 60120, r2 = b2 ? Symbol.for("react.memo") : 60115, t = b2 ? Symbol.for("react.lazy") : 60116, v2 = b2 ? Symbol.for("react.block") : 60121, w2 = b2 ? Symbol.for("react.fundamental") : 60117, x2 = b2 ? Symbol.for("react.responder") : 60118, y = b2 ? Symbol.for("react.scope") : 60119;
|
|
1027
|
-
function z2(a2) {
|
|
1028
|
-
if ("object" === typeof a2 && null !== a2) {
|
|
1029
|
-
var u = a2.$$typeof;
|
|
1030
|
-
switch (u) {
|
|
1031
|
-
case c2:
|
|
1032
|
-
switch (a2 = a2.type, a2) {
|
|
1033
|
-
case l:
|
|
1034
|
-
case m:
|
|
1035
|
-
case e2:
|
|
1036
|
-
case g2:
|
|
1037
|
-
case f:
|
|
1038
|
-
case p:
|
|
1039
|
-
return a2;
|
|
1040
|
-
default:
|
|
1041
|
-
switch (a2 = a2 && a2.$$typeof, a2) {
|
|
1042
|
-
case k2:
|
|
1043
|
-
case n2:
|
|
1044
|
-
case t:
|
|
1045
|
-
case r2:
|
|
1046
|
-
case h:
|
|
1047
|
-
return a2;
|
|
1048
|
-
default:
|
|
1049
|
-
return u;
|
|
1050
|
-
}
|
|
1051
|
-
}
|
|
1052
|
-
case d2:
|
|
1053
|
-
return u;
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
function A2(a2) {
|
|
1058
|
-
return z2(a2) === m;
|
|
1059
|
-
}
|
|
1060
|
-
reactIs_production_min$1.AsyncMode = l;
|
|
1061
|
-
reactIs_production_min$1.ConcurrentMode = m;
|
|
1062
|
-
reactIs_production_min$1.ContextConsumer = k2;
|
|
1063
|
-
reactIs_production_min$1.ContextProvider = h;
|
|
1064
|
-
reactIs_production_min$1.Element = c2;
|
|
1065
|
-
reactIs_production_min$1.ForwardRef = n2;
|
|
1066
|
-
reactIs_production_min$1.Fragment = e2;
|
|
1067
|
-
reactIs_production_min$1.Lazy = t;
|
|
1068
|
-
reactIs_production_min$1.Memo = r2;
|
|
1069
|
-
reactIs_production_min$1.Portal = d2;
|
|
1070
|
-
reactIs_production_min$1.Profiler = g2;
|
|
1071
|
-
reactIs_production_min$1.StrictMode = f;
|
|
1072
|
-
reactIs_production_min$1.Suspense = p;
|
|
1073
|
-
reactIs_production_min$1.isAsyncMode = function(a2) {
|
|
1074
|
-
return A2(a2) || z2(a2) === l;
|
|
1075
|
-
};
|
|
1076
|
-
reactIs_production_min$1.isConcurrentMode = A2;
|
|
1077
|
-
reactIs_production_min$1.isContextConsumer = function(a2) {
|
|
1078
|
-
return z2(a2) === k2;
|
|
1079
|
-
};
|
|
1080
|
-
reactIs_production_min$1.isContextProvider = function(a2) {
|
|
1081
|
-
return z2(a2) === h;
|
|
1082
|
-
};
|
|
1083
|
-
reactIs_production_min$1.isElement = function(a2) {
|
|
1084
|
-
return "object" === typeof a2 && null !== a2 && a2.$$typeof === c2;
|
|
1085
|
-
};
|
|
1086
|
-
reactIs_production_min$1.isForwardRef = function(a2) {
|
|
1087
|
-
return z2(a2) === n2;
|
|
1088
|
-
};
|
|
1089
|
-
reactIs_production_min$1.isFragment = function(a2) {
|
|
1090
|
-
return z2(a2) === e2;
|
|
1091
|
-
};
|
|
1092
|
-
reactIs_production_min$1.isLazy = function(a2) {
|
|
1093
|
-
return z2(a2) === t;
|
|
1094
|
-
};
|
|
1095
|
-
reactIs_production_min$1.isMemo = function(a2) {
|
|
1096
|
-
return z2(a2) === r2;
|
|
1097
|
-
};
|
|
1098
|
-
reactIs_production_min$1.isPortal = function(a2) {
|
|
1099
|
-
return z2(a2) === d2;
|
|
1100
|
-
};
|
|
1101
|
-
reactIs_production_min$1.isProfiler = function(a2) {
|
|
1102
|
-
return z2(a2) === g2;
|
|
1103
|
-
};
|
|
1104
|
-
reactIs_production_min$1.isStrictMode = function(a2) {
|
|
1105
|
-
return z2(a2) === f;
|
|
1106
|
-
};
|
|
1107
|
-
reactIs_production_min$1.isSuspense = function(a2) {
|
|
1108
|
-
return z2(a2) === p;
|
|
1109
|
-
};
|
|
1110
|
-
reactIs_production_min$1.isValidElementType = function(a2) {
|
|
1111
|
-
return "string" === typeof a2 || "function" === typeof a2 || a2 === e2 || a2 === m || a2 === g2 || a2 === f || a2 === p || a2 === q2 || "object" === typeof a2 && null !== a2 && (a2.$$typeof === t || a2.$$typeof === r2 || a2.$$typeof === h || a2.$$typeof === k2 || a2.$$typeof === n2 || a2.$$typeof === w2 || a2.$$typeof === x2 || a2.$$typeof === y || a2.$$typeof === v2);
|
|
1112
|
-
};
|
|
1113
|
-
reactIs_production_min$1.typeOf = z2;
|
|
1114
|
-
return reactIs_production_min$1;
|
|
1115
|
-
}
|
|
1116
|
-
var reactIs_development$1 = {};
|
|
1117
|
-
/** @license React v16.13.1
|
|
1118
|
-
* react-is.development.js
|
|
1119
|
-
*
|
|
1120
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
1121
|
-
*
|
|
1122
|
-
* This source code is licensed under the MIT license found in the
|
|
1123
|
-
* LICENSE file in the root directory of this source tree.
|
|
1124
|
-
*/
|
|
1125
|
-
var hasRequiredReactIs_development$1;
|
|
1126
|
-
function requireReactIs_development$1() {
|
|
1127
|
-
if (hasRequiredReactIs_development$1)
|
|
1128
|
-
return reactIs_development$1;
|
|
1129
|
-
hasRequiredReactIs_development$1 = 1;
|
|
1130
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1131
|
-
(function() {
|
|
1132
|
-
var hasSymbol = typeof Symbol === "function" && Symbol.for;
|
|
1133
|
-
var REACT_ELEMENT_TYPE2 = hasSymbol ? Symbol.for("react.element") : 60103;
|
|
1134
|
-
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
|
|
1135
|
-
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
|
|
1136
|
-
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
|
|
1137
|
-
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
|
|
1138
|
-
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
|
|
1139
|
-
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
|
|
1140
|
-
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
|
|
1141
|
-
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
|
|
1142
|
-
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
|
|
1143
|
-
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
|
|
1144
|
-
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
|
|
1145
|
-
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
|
|
1146
|
-
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
|
|
1147
|
-
var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
|
|
1148
|
-
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
|
|
1149
|
-
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
|
|
1150
|
-
var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
|
|
1151
|
-
function isValidElementType(type) {
|
|
1152
|
-
return typeof type === "string" || typeof type === "function" || 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);
|
|
1153
|
-
}
|
|
1154
|
-
function typeOf(object2) {
|
|
1155
|
-
if (typeof object2 === "object" && object2 !== null) {
|
|
1156
|
-
var $$typeof = object2.$$typeof;
|
|
1157
|
-
switch ($$typeof) {
|
|
1158
|
-
case REACT_ELEMENT_TYPE2:
|
|
1159
|
-
var type = object2.type;
|
|
1160
|
-
switch (type) {
|
|
1161
|
-
case REACT_ASYNC_MODE_TYPE:
|
|
1162
|
-
case REACT_CONCURRENT_MODE_TYPE:
|
|
1163
|
-
case REACT_FRAGMENT_TYPE:
|
|
1164
|
-
case REACT_PROFILER_TYPE:
|
|
1165
|
-
case REACT_STRICT_MODE_TYPE:
|
|
1166
|
-
case REACT_SUSPENSE_TYPE:
|
|
1167
|
-
return type;
|
|
1168
|
-
default:
|
|
1169
|
-
var $$typeofType = type && type.$$typeof;
|
|
1170
|
-
switch ($$typeofType) {
|
|
1171
|
-
case REACT_CONTEXT_TYPE:
|
|
1172
|
-
case REACT_FORWARD_REF_TYPE:
|
|
1173
|
-
case REACT_LAZY_TYPE:
|
|
1174
|
-
case REACT_MEMO_TYPE:
|
|
1175
|
-
case REACT_PROVIDER_TYPE:
|
|
1176
|
-
return $$typeofType;
|
|
1177
|
-
default:
|
|
1178
|
-
return $$typeof;
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
case REACT_PORTAL_TYPE:
|
|
1182
|
-
return $$typeof;
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
return void 0;
|
|
1186
|
-
}
|
|
1187
|
-
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
1188
|
-
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
1189
|
-
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
1190
|
-
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
1191
|
-
var Element2 = REACT_ELEMENT_TYPE2;
|
|
1192
|
-
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
1193
|
-
var Fragment2 = REACT_FRAGMENT_TYPE;
|
|
1194
|
-
var Lazy = REACT_LAZY_TYPE;
|
|
1195
|
-
var Memo = REACT_MEMO_TYPE;
|
|
1196
|
-
var Portal2 = REACT_PORTAL_TYPE;
|
|
1197
|
-
var Profiler = REACT_PROFILER_TYPE;
|
|
1198
|
-
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
1199
|
-
var Suspense = REACT_SUSPENSE_TYPE;
|
|
1200
|
-
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
1201
|
-
function isAsyncMode(object2) {
|
|
1202
|
-
{
|
|
1203
|
-
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
1204
|
-
hasWarnedAboutDeprecatedIsAsyncMode = true;
|
|
1205
|
-
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.");
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
return isConcurrentMode(object2) || typeOf(object2) === REACT_ASYNC_MODE_TYPE;
|
|
1209
|
-
}
|
|
1210
|
-
function isConcurrentMode(object2) {
|
|
1211
|
-
return typeOf(object2) === REACT_CONCURRENT_MODE_TYPE;
|
|
1212
|
-
}
|
|
1213
|
-
function isContextConsumer(object2) {
|
|
1214
|
-
return typeOf(object2) === REACT_CONTEXT_TYPE;
|
|
1215
|
-
}
|
|
1216
|
-
function isContextProvider(object2) {
|
|
1217
|
-
return typeOf(object2) === REACT_PROVIDER_TYPE;
|
|
1218
|
-
}
|
|
1219
|
-
function isElement2(object2) {
|
|
1220
|
-
return typeof object2 === "object" && object2 !== null && object2.$$typeof === REACT_ELEMENT_TYPE2;
|
|
1221
|
-
}
|
|
1222
|
-
function isForwardRef(object2) {
|
|
1223
|
-
return typeOf(object2) === REACT_FORWARD_REF_TYPE;
|
|
1224
|
-
}
|
|
1225
|
-
function isFragment(object2) {
|
|
1226
|
-
return typeOf(object2) === REACT_FRAGMENT_TYPE;
|
|
1227
|
-
}
|
|
1228
|
-
function isLazy(object2) {
|
|
1229
|
-
return typeOf(object2) === REACT_LAZY_TYPE;
|
|
1230
|
-
}
|
|
1231
|
-
function isMemo(object2) {
|
|
1232
|
-
return typeOf(object2) === REACT_MEMO_TYPE;
|
|
1233
|
-
}
|
|
1234
|
-
function isPortal(object2) {
|
|
1235
|
-
return typeOf(object2) === REACT_PORTAL_TYPE;
|
|
1236
|
-
}
|
|
1237
|
-
function isProfiler(object2) {
|
|
1238
|
-
return typeOf(object2) === REACT_PROFILER_TYPE;
|
|
1239
|
-
}
|
|
1240
|
-
function isStrictMode(object2) {
|
|
1241
|
-
return typeOf(object2) === REACT_STRICT_MODE_TYPE;
|
|
1242
|
-
}
|
|
1243
|
-
function isSuspense(object2) {
|
|
1244
|
-
return typeOf(object2) === REACT_SUSPENSE_TYPE;
|
|
1245
|
-
}
|
|
1246
|
-
reactIs_development$1.AsyncMode = AsyncMode;
|
|
1247
|
-
reactIs_development$1.ConcurrentMode = ConcurrentMode;
|
|
1248
|
-
reactIs_development$1.ContextConsumer = ContextConsumer;
|
|
1249
|
-
reactIs_development$1.ContextProvider = ContextProvider;
|
|
1250
|
-
reactIs_development$1.Element = Element2;
|
|
1251
|
-
reactIs_development$1.ForwardRef = ForwardRef;
|
|
1252
|
-
reactIs_development$1.Fragment = Fragment2;
|
|
1253
|
-
reactIs_development$1.Lazy = Lazy;
|
|
1254
|
-
reactIs_development$1.Memo = Memo;
|
|
1255
|
-
reactIs_development$1.Portal = Portal2;
|
|
1256
|
-
reactIs_development$1.Profiler = Profiler;
|
|
1257
|
-
reactIs_development$1.StrictMode = StrictMode;
|
|
1258
|
-
reactIs_development$1.Suspense = Suspense;
|
|
1259
|
-
reactIs_development$1.isAsyncMode = isAsyncMode;
|
|
1260
|
-
reactIs_development$1.isConcurrentMode = isConcurrentMode;
|
|
1261
|
-
reactIs_development$1.isContextConsumer = isContextConsumer;
|
|
1262
|
-
reactIs_development$1.isContextProvider = isContextProvider;
|
|
1263
|
-
reactIs_development$1.isElement = isElement2;
|
|
1264
|
-
reactIs_development$1.isForwardRef = isForwardRef;
|
|
1265
|
-
reactIs_development$1.isFragment = isFragment;
|
|
1266
|
-
reactIs_development$1.isLazy = isLazy;
|
|
1267
|
-
reactIs_development$1.isMemo = isMemo;
|
|
1268
|
-
reactIs_development$1.isPortal = isPortal;
|
|
1269
|
-
reactIs_development$1.isProfiler = isProfiler;
|
|
1270
|
-
reactIs_development$1.isStrictMode = isStrictMode;
|
|
1271
|
-
reactIs_development$1.isSuspense = isSuspense;
|
|
1272
|
-
reactIs_development$1.isValidElementType = isValidElementType;
|
|
1273
|
-
reactIs_development$1.typeOf = typeOf;
|
|
1274
|
-
})();
|
|
1275
|
-
}
|
|
1276
|
-
return reactIs_development$1;
|
|
1277
|
-
}
|
|
1278
|
-
var hasRequiredReactIs;
|
|
1279
|
-
function requireReactIs() {
|
|
1280
|
-
if (hasRequiredReactIs)
|
|
1281
|
-
return reactIs$2.exports;
|
|
1282
|
-
hasRequiredReactIs = 1;
|
|
1283
|
-
(function(module) {
|
|
1284
|
-
if (process.env.NODE_ENV === "production") {
|
|
1285
|
-
module.exports = requireReactIs_production_min$1();
|
|
1286
|
-
} else {
|
|
1287
|
-
module.exports = requireReactIs_development$1();
|
|
1288
|
-
}
|
|
1289
|
-
})(reactIs$2);
|
|
1290
|
-
return reactIs$2.exports;
|
|
1291
|
-
}
|
|
1292
|
-
var ReactPropTypesSecret_1;
|
|
1293
|
-
var hasRequiredReactPropTypesSecret;
|
|
1294
|
-
function requireReactPropTypesSecret() {
|
|
1295
|
-
if (hasRequiredReactPropTypesSecret)
|
|
1296
|
-
return ReactPropTypesSecret_1;
|
|
1297
|
-
hasRequiredReactPropTypesSecret = 1;
|
|
1298
|
-
var ReactPropTypesSecret = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
1299
|
-
ReactPropTypesSecret_1 = ReactPropTypesSecret;
|
|
1300
|
-
return ReactPropTypesSecret_1;
|
|
1301
|
-
}
|
|
1302
|
-
var has$1;
|
|
1303
|
-
var hasRequiredHas;
|
|
1304
|
-
function requireHas() {
|
|
1305
|
-
if (hasRequiredHas)
|
|
1306
|
-
return has$1;
|
|
1307
|
-
hasRequiredHas = 1;
|
|
1308
|
-
has$1 = Function.call.bind(Object.prototype.hasOwnProperty);
|
|
1309
|
-
return has$1;
|
|
1310
|
-
}
|
|
1311
|
-
var checkPropTypes_1;
|
|
1312
|
-
var hasRequiredCheckPropTypes;
|
|
1313
|
-
function requireCheckPropTypes() {
|
|
1314
|
-
if (hasRequiredCheckPropTypes)
|
|
1315
|
-
return checkPropTypes_1;
|
|
1316
|
-
hasRequiredCheckPropTypes = 1;
|
|
1317
|
-
var printWarning = function() {
|
|
1318
|
-
};
|
|
1319
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1320
|
-
var ReactPropTypesSecret = requireReactPropTypesSecret();
|
|
1321
|
-
var loggedTypeFailures = {};
|
|
1322
|
-
var has2 = requireHas();
|
|
1323
|
-
printWarning = function(text2) {
|
|
1324
|
-
var message2 = "Warning: " + text2;
|
|
1325
|
-
if (typeof console !== "undefined") {
|
|
1326
|
-
console.error(message2);
|
|
1327
|
-
}
|
|
1328
|
-
try {
|
|
1329
|
-
throw new Error(message2);
|
|
1330
|
-
} catch (x2) {
|
|
1331
|
-
}
|
|
1332
|
-
};
|
|
1333
|
-
}
|
|
1334
|
-
function checkPropTypes(typeSpecs, values2, location, componentName, getStack) {
|
|
1335
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1336
|
-
for (var typeSpecName in typeSpecs) {
|
|
1337
|
-
if (has2(typeSpecs, typeSpecName)) {
|
|
1338
|
-
var error2;
|
|
1339
|
-
try {
|
|
1340
|
-
if (typeof typeSpecs[typeSpecName] !== "function") {
|
|
1341
|
-
var err = Error(
|
|
1342
|
-
(componentName || "React class") + ": " + location + " type `" + typeSpecName + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof typeSpecs[typeSpecName] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
1343
|
-
);
|
|
1344
|
-
err.name = "Invariant Violation";
|
|
1345
|
-
throw err;
|
|
1346
|
-
}
|
|
1347
|
-
error2 = typeSpecs[typeSpecName](values2, typeSpecName, componentName, location, null, ReactPropTypesSecret);
|
|
1348
|
-
} catch (ex) {
|
|
1349
|
-
error2 = ex;
|
|
1350
|
-
}
|
|
1351
|
-
if (error2 && !(error2 instanceof Error)) {
|
|
1352
|
-
printWarning(
|
|
1353
|
-
(componentName || "React class") + ": type specification of " + location + " `" + typeSpecName + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof error2 + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
1354
|
-
);
|
|
1355
|
-
}
|
|
1356
|
-
if (error2 instanceof Error && !(error2.message in loggedTypeFailures)) {
|
|
1357
|
-
loggedTypeFailures[error2.message] = true;
|
|
1358
|
-
var stack = getStack ? getStack() : "";
|
|
1359
|
-
printWarning(
|
|
1360
|
-
"Failed " + location + " type: " + error2.message + (stack != null ? stack : "")
|
|
1361
|
-
);
|
|
1362
|
-
}
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
}
|
|
1367
|
-
checkPropTypes.resetWarningCache = function() {
|
|
1368
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1369
|
-
loggedTypeFailures = {};
|
|
1370
|
-
}
|
|
1371
|
-
};
|
|
1372
|
-
checkPropTypes_1 = checkPropTypes;
|
|
1373
|
-
return checkPropTypes_1;
|
|
1374
|
-
}
|
|
1375
|
-
var factoryWithTypeCheckers;
|
|
1376
|
-
var hasRequiredFactoryWithTypeCheckers;
|
|
1377
|
-
function requireFactoryWithTypeCheckers() {
|
|
1378
|
-
if (hasRequiredFactoryWithTypeCheckers)
|
|
1379
|
-
return factoryWithTypeCheckers;
|
|
1380
|
-
hasRequiredFactoryWithTypeCheckers = 1;
|
|
1381
|
-
var ReactIs = requireReactIs();
|
|
1382
|
-
var assign = requireObjectAssign();
|
|
1383
|
-
var ReactPropTypesSecret = requireReactPropTypesSecret();
|
|
1384
|
-
var has2 = requireHas();
|
|
1385
|
-
var checkPropTypes = requireCheckPropTypes();
|
|
1386
|
-
var printWarning = function() {
|
|
1387
|
-
};
|
|
1388
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1389
|
-
printWarning = function(text2) {
|
|
1390
|
-
var message2 = "Warning: " + text2;
|
|
1391
|
-
if (typeof console !== "undefined") {
|
|
1392
|
-
console.error(message2);
|
|
1393
|
-
}
|
|
1394
|
-
try {
|
|
1395
|
-
throw new Error(message2);
|
|
1396
|
-
} catch (x2) {
|
|
1397
|
-
}
|
|
1398
|
-
};
|
|
1399
|
-
}
|
|
1400
|
-
function emptyFunctionThatReturnsNull() {
|
|
1401
|
-
return null;
|
|
1402
|
-
}
|
|
1403
|
-
factoryWithTypeCheckers = function(isValidElement2, throwOnDirectAccess) {
|
|
1404
|
-
var ITERATOR_SYMBOL = typeof Symbol === "function" && Symbol.iterator;
|
|
1405
|
-
var FAUX_ITERATOR_SYMBOL = "@@iterator";
|
|
1406
|
-
function getIteratorFn(maybeIterable) {
|
|
1407
|
-
var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);
|
|
1408
|
-
if (typeof iteratorFn === "function") {
|
|
1409
|
-
return iteratorFn;
|
|
1410
|
-
}
|
|
1411
|
-
}
|
|
1412
|
-
var ANONYMOUS = "<<anonymous>>";
|
|
1413
|
-
var ReactPropTypes = {
|
|
1414
|
-
array: createPrimitiveTypeChecker("array"),
|
|
1415
|
-
bigint: createPrimitiveTypeChecker("bigint"),
|
|
1416
|
-
bool: createPrimitiveTypeChecker("boolean"),
|
|
1417
|
-
func: createPrimitiveTypeChecker("function"),
|
|
1418
|
-
number: createPrimitiveTypeChecker("number"),
|
|
1419
|
-
object: createPrimitiveTypeChecker("object"),
|
|
1420
|
-
string: createPrimitiveTypeChecker("string"),
|
|
1421
|
-
symbol: createPrimitiveTypeChecker("symbol"),
|
|
1422
|
-
any: createAnyTypeChecker(),
|
|
1423
|
-
arrayOf: createArrayOfTypeChecker,
|
|
1424
|
-
element: createElementTypeChecker(),
|
|
1425
|
-
elementType: createElementTypeTypeChecker(),
|
|
1426
|
-
instanceOf: createInstanceTypeChecker,
|
|
1427
|
-
node: createNodeChecker(),
|
|
1428
|
-
objectOf: createObjectOfTypeChecker,
|
|
1429
|
-
oneOf: createEnumTypeChecker,
|
|
1430
|
-
oneOfType: createUnionTypeChecker,
|
|
1431
|
-
shape: createShapeTypeChecker,
|
|
1432
|
-
exact: createStrictShapeTypeChecker
|
|
1433
|
-
};
|
|
1434
|
-
function is2(x2, y) {
|
|
1435
|
-
if (x2 === y) {
|
|
1436
|
-
return x2 !== 0 || 1 / x2 === 1 / y;
|
|
1437
|
-
} else {
|
|
1438
|
-
return x2 !== x2 && y !== y;
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
function PropTypeError(message2, data) {
|
|
1442
|
-
this.message = message2;
|
|
1443
|
-
this.data = data && typeof data === "object" ? data : {};
|
|
1444
|
-
this.stack = "";
|
|
1445
|
-
}
|
|
1446
|
-
PropTypeError.prototype = Error.prototype;
|
|
1447
|
-
function createChainableTypeChecker(validate) {
|
|
1448
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1449
|
-
var manualPropTypeCallCache = {};
|
|
1450
|
-
var manualPropTypeWarningCount = 0;
|
|
1451
|
-
}
|
|
1452
|
-
function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {
|
|
1453
|
-
componentName = componentName || ANONYMOUS;
|
|
1454
|
-
propFullName = propFullName || propName;
|
|
1455
|
-
if (secret !== ReactPropTypesSecret) {
|
|
1456
|
-
if (throwOnDirectAccess) {
|
|
1457
|
-
var err = new Error(
|
|
1458
|
-
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
1459
|
-
);
|
|
1460
|
-
err.name = "Invariant Violation";
|
|
1461
|
-
throw err;
|
|
1462
|
-
} else if (process.env.NODE_ENV !== "production" && typeof console !== "undefined") {
|
|
1463
|
-
var cacheKey2 = componentName + ":" + propName;
|
|
1464
|
-
if (!manualPropTypeCallCache[cacheKey2] && manualPropTypeWarningCount < 3) {
|
|
1465
|
-
printWarning(
|
|
1466
|
-
"You are manually calling a React.PropTypes validation function for the `" + propFullName + "` prop on `" + componentName + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
1467
|
-
);
|
|
1468
|
-
manualPropTypeCallCache[cacheKey2] = true;
|
|
1469
|
-
manualPropTypeWarningCount++;
|
|
1470
|
-
}
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
if (props[propName] == null) {
|
|
1474
|
-
if (isRequired) {
|
|
1475
|
-
if (props[propName] === null) {
|
|
1476
|
-
return new PropTypeError("The " + location + " `" + propFullName + "` is marked as required " + ("in `" + componentName + "`, but its value is `null`."));
|
|
1477
|
-
}
|
|
1478
|
-
return new PropTypeError("The " + location + " `" + propFullName + "` is marked as required in " + ("`" + componentName + "`, but its value is `undefined`."));
|
|
1479
|
-
}
|
|
1480
|
-
return null;
|
|
1481
|
-
} else {
|
|
1482
|
-
return validate(props, propName, componentName, location, propFullName);
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
var chainedCheckType = checkType.bind(null, false);
|
|
1486
|
-
chainedCheckType.isRequired = checkType.bind(null, true);
|
|
1487
|
-
return chainedCheckType;
|
|
1488
|
-
}
|
|
1489
|
-
function createPrimitiveTypeChecker(expectedType) {
|
|
1490
|
-
function validate(props, propName, componentName, location, propFullName, secret) {
|
|
1491
|
-
var propValue = props[propName];
|
|
1492
|
-
var propType = getPropType(propValue);
|
|
1493
|
-
if (propType !== expectedType) {
|
|
1494
|
-
var preciseType = getPreciseType(propValue);
|
|
1495
|
-
return new PropTypeError(
|
|
1496
|
-
"Invalid " + location + " `" + propFullName + "` of type " + ("`" + preciseType + "` supplied to `" + componentName + "`, expected ") + ("`" + expectedType + "`."),
|
|
1497
|
-
{ expectedType }
|
|
1498
|
-
);
|
|
1499
|
-
}
|
|
1500
|
-
return null;
|
|
1501
|
-
}
|
|
1502
|
-
return createChainableTypeChecker(validate);
|
|
1503
|
-
}
|
|
1504
|
-
function createAnyTypeChecker() {
|
|
1505
|
-
return createChainableTypeChecker(emptyFunctionThatReturnsNull);
|
|
1506
|
-
}
|
|
1507
|
-
function createArrayOfTypeChecker(typeChecker) {
|
|
1508
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1509
|
-
if (typeof typeChecker !== "function") {
|
|
1510
|
-
return new PropTypeError("Property `" + propFullName + "` of component `" + componentName + "` has invalid PropType notation inside arrayOf.");
|
|
1511
|
-
}
|
|
1512
|
-
var propValue = props[propName];
|
|
1513
|
-
if (!Array.isArray(propValue)) {
|
|
1514
|
-
var propType = getPropType(propValue);
|
|
1515
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected an array."));
|
|
1516
|
-
}
|
|
1517
|
-
for (var i = 0; i < propValue.length; i++) {
|
|
1518
|
-
var error2 = typeChecker(propValue, i, componentName, location, propFullName + "[" + i + "]", ReactPropTypesSecret);
|
|
1519
|
-
if (error2 instanceof Error) {
|
|
1520
|
-
return error2;
|
|
1521
|
-
}
|
|
1522
|
-
}
|
|
1523
|
-
return null;
|
|
1524
|
-
}
|
|
1525
|
-
return createChainableTypeChecker(validate);
|
|
1526
|
-
}
|
|
1527
|
-
function createElementTypeChecker() {
|
|
1528
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1529
|
-
var propValue = props[propName];
|
|
1530
|
-
if (!isValidElement2(propValue)) {
|
|
1531
|
-
var propType = getPropType(propValue);
|
|
1532
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected a single ReactElement."));
|
|
1533
|
-
}
|
|
1534
|
-
return null;
|
|
1535
|
-
}
|
|
1536
|
-
return createChainableTypeChecker(validate);
|
|
1537
|
-
}
|
|
1538
|
-
function createElementTypeTypeChecker() {
|
|
1539
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1540
|
-
var propValue = props[propName];
|
|
1541
|
-
if (!ReactIs.isValidElementType(propValue)) {
|
|
1542
|
-
var propType = getPropType(propValue);
|
|
1543
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected a single ReactElement type."));
|
|
1544
|
-
}
|
|
1545
|
-
return null;
|
|
1546
|
-
}
|
|
1547
|
-
return createChainableTypeChecker(validate);
|
|
1548
|
-
}
|
|
1549
|
-
function createInstanceTypeChecker(expectedClass) {
|
|
1550
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1551
|
-
if (!(props[propName] instanceof expectedClass)) {
|
|
1552
|
-
var expectedClassName = expectedClass.name || ANONYMOUS;
|
|
1553
|
-
var actualClassName = getClassName(props[propName]);
|
|
1554
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + actualClassName + "` supplied to `" + componentName + "`, expected ") + ("instance of `" + expectedClassName + "`."));
|
|
1555
|
-
}
|
|
1556
|
-
return null;
|
|
1557
|
-
}
|
|
1558
|
-
return createChainableTypeChecker(validate);
|
|
1559
|
-
}
|
|
1560
|
-
function createEnumTypeChecker(expectedValues) {
|
|
1561
|
-
if (!Array.isArray(expectedValues)) {
|
|
1562
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1563
|
-
if (arguments.length > 1) {
|
|
1564
|
-
printWarning(
|
|
1565
|
-
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
1566
|
-
);
|
|
1567
|
-
} else {
|
|
1568
|
-
printWarning("Invalid argument supplied to oneOf, expected an array.");
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
1571
|
-
return emptyFunctionThatReturnsNull;
|
|
1572
|
-
}
|
|
1573
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1574
|
-
var propValue = props[propName];
|
|
1575
|
-
for (var i = 0; i < expectedValues.length; i++) {
|
|
1576
|
-
if (is2(propValue, expectedValues[i])) {
|
|
1577
|
-
return null;
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
var valuesString = JSON.stringify(expectedValues, function replacer(key2, value) {
|
|
1581
|
-
var type = getPreciseType(value);
|
|
1582
|
-
if (type === "symbol") {
|
|
1583
|
-
return String(value);
|
|
1584
|
-
}
|
|
1585
|
-
return value;
|
|
1586
|
-
});
|
|
1587
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of value `" + String(propValue) + "` " + ("supplied to `" + componentName + "`, expected one of " + valuesString + "."));
|
|
1588
|
-
}
|
|
1589
|
-
return createChainableTypeChecker(validate);
|
|
1590
|
-
}
|
|
1591
|
-
function createObjectOfTypeChecker(typeChecker) {
|
|
1592
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1593
|
-
if (typeof typeChecker !== "function") {
|
|
1594
|
-
return new PropTypeError("Property `" + propFullName + "` of component `" + componentName + "` has invalid PropType notation inside objectOf.");
|
|
1595
|
-
}
|
|
1596
|
-
var propValue = props[propName];
|
|
1597
|
-
var propType = getPropType(propValue);
|
|
1598
|
-
if (propType !== "object") {
|
|
1599
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected an object."));
|
|
1600
|
-
}
|
|
1601
|
-
for (var key2 in propValue) {
|
|
1602
|
-
if (has2(propValue, key2)) {
|
|
1603
|
-
var error2 = typeChecker(propValue, key2, componentName, location, propFullName + "." + key2, ReactPropTypesSecret);
|
|
1604
|
-
if (error2 instanceof Error) {
|
|
1605
|
-
return error2;
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
return null;
|
|
1610
|
-
}
|
|
1611
|
-
return createChainableTypeChecker(validate);
|
|
1612
|
-
}
|
|
1613
|
-
function createUnionTypeChecker(arrayOfTypeCheckers) {
|
|
1614
|
-
if (!Array.isArray(arrayOfTypeCheckers)) {
|
|
1615
|
-
process.env.NODE_ENV !== "production" ? printWarning("Invalid argument supplied to oneOfType, expected an instance of array.") : void 0;
|
|
1616
|
-
return emptyFunctionThatReturnsNull;
|
|
1617
|
-
}
|
|
1618
|
-
for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
|
|
1619
|
-
var checker = arrayOfTypeCheckers[i];
|
|
1620
|
-
if (typeof checker !== "function") {
|
|
1621
|
-
printWarning(
|
|
1622
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + getPostfixForTypeWarning(checker) + " at index " + i + "."
|
|
1623
|
-
);
|
|
1624
|
-
return emptyFunctionThatReturnsNull;
|
|
1625
|
-
}
|
|
1626
|
-
}
|
|
1627
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1628
|
-
var expectedTypes = [];
|
|
1629
|
-
for (var i2 = 0; i2 < arrayOfTypeCheckers.length; i2++) {
|
|
1630
|
-
var checker2 = arrayOfTypeCheckers[i2];
|
|
1631
|
-
var checkerResult = checker2(props, propName, componentName, location, propFullName, ReactPropTypesSecret);
|
|
1632
|
-
if (checkerResult == null) {
|
|
1633
|
-
return null;
|
|
1634
|
-
}
|
|
1635
|
-
if (checkerResult.data && has2(checkerResult.data, "expectedType")) {
|
|
1636
|
-
expectedTypes.push(checkerResult.data.expectedType);
|
|
1637
|
-
}
|
|
1638
|
-
}
|
|
1639
|
-
var expectedTypesMessage = expectedTypes.length > 0 ? ", expected one of type [" + expectedTypes.join(", ") + "]" : "";
|
|
1640
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` supplied to " + ("`" + componentName + "`" + expectedTypesMessage + "."));
|
|
1641
|
-
}
|
|
1642
|
-
return createChainableTypeChecker(validate);
|
|
1643
|
-
}
|
|
1644
|
-
function createNodeChecker() {
|
|
1645
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1646
|
-
if (!isNode(props[propName])) {
|
|
1647
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` supplied to " + ("`" + componentName + "`, expected a ReactNode."));
|
|
1648
|
-
}
|
|
1649
|
-
return null;
|
|
1650
|
-
}
|
|
1651
|
-
return createChainableTypeChecker(validate);
|
|
1652
|
-
}
|
|
1653
|
-
function invalidValidatorError(componentName, location, propFullName, key2, type) {
|
|
1654
|
-
return new PropTypeError(
|
|
1655
|
-
(componentName || "React class") + ": " + location + " type `" + propFullName + "." + key2 + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + type + "`."
|
|
1656
|
-
);
|
|
1657
|
-
}
|
|
1658
|
-
function createShapeTypeChecker(shapeTypes) {
|
|
1659
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1660
|
-
var propValue = props[propName];
|
|
1661
|
-
var propType = getPropType(propValue);
|
|
1662
|
-
if (propType !== "object") {
|
|
1663
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + propType + "` " + ("supplied to `" + componentName + "`, expected `object`."));
|
|
1664
|
-
}
|
|
1665
|
-
for (var key2 in shapeTypes) {
|
|
1666
|
-
var checker = shapeTypes[key2];
|
|
1667
|
-
if (typeof checker !== "function") {
|
|
1668
|
-
return invalidValidatorError(componentName, location, propFullName, key2, getPreciseType(checker));
|
|
1669
|
-
}
|
|
1670
|
-
var error2 = checker(propValue, key2, componentName, location, propFullName + "." + key2, ReactPropTypesSecret);
|
|
1671
|
-
if (error2) {
|
|
1672
|
-
return error2;
|
|
1673
|
-
}
|
|
1674
|
-
}
|
|
1675
|
-
return null;
|
|
1676
|
-
}
|
|
1677
|
-
return createChainableTypeChecker(validate);
|
|
1678
|
-
}
|
|
1679
|
-
function createStrictShapeTypeChecker(shapeTypes) {
|
|
1680
|
-
function validate(props, propName, componentName, location, propFullName) {
|
|
1681
|
-
var propValue = props[propName];
|
|
1682
|
-
var propType = getPropType(propValue);
|
|
1683
|
-
if (propType !== "object") {
|
|
1684
|
-
return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + propType + "` " + ("supplied to `" + componentName + "`, expected `object`."));
|
|
1685
|
-
}
|
|
1686
|
-
var allKeys = assign({}, props[propName], shapeTypes);
|
|
1687
|
-
for (var key2 in allKeys) {
|
|
1688
|
-
var checker = shapeTypes[key2];
|
|
1689
|
-
if (has2(shapeTypes, key2) && typeof checker !== "function") {
|
|
1690
|
-
return invalidValidatorError(componentName, location, propFullName, key2, getPreciseType(checker));
|
|
1691
|
-
}
|
|
1692
|
-
if (!checker) {
|
|
1693
|
-
return new PropTypeError(
|
|
1694
|
-
"Invalid " + location + " `" + propFullName + "` key `" + key2 + "` supplied to `" + componentName + "`.\nBad object: " + JSON.stringify(props[propName], null, " ") + "\nValid keys: " + JSON.stringify(Object.keys(shapeTypes), null, " ")
|
|
1695
|
-
);
|
|
1696
|
-
}
|
|
1697
|
-
var error2 = checker(propValue, key2, componentName, location, propFullName + "." + key2, ReactPropTypesSecret);
|
|
1698
|
-
if (error2) {
|
|
1699
|
-
return error2;
|
|
1700
|
-
}
|
|
1701
|
-
}
|
|
1702
|
-
return null;
|
|
1703
|
-
}
|
|
1704
|
-
return createChainableTypeChecker(validate);
|
|
1705
|
-
}
|
|
1706
|
-
function isNode(propValue) {
|
|
1707
|
-
switch (typeof propValue) {
|
|
1708
|
-
case "number":
|
|
1709
|
-
case "string":
|
|
1710
|
-
case "undefined":
|
|
1711
|
-
return true;
|
|
1712
|
-
case "boolean":
|
|
1713
|
-
return !propValue;
|
|
1714
|
-
case "object":
|
|
1715
|
-
if (Array.isArray(propValue)) {
|
|
1716
|
-
return propValue.every(isNode);
|
|
1717
|
-
}
|
|
1718
|
-
if (propValue === null || isValidElement2(propValue)) {
|
|
1719
|
-
return true;
|
|
1720
|
-
}
|
|
1721
|
-
var iteratorFn = getIteratorFn(propValue);
|
|
1722
|
-
if (iteratorFn) {
|
|
1723
|
-
var iterator = iteratorFn.call(propValue);
|
|
1724
|
-
var step;
|
|
1725
|
-
if (iteratorFn !== propValue.entries) {
|
|
1726
|
-
while (!(step = iterator.next()).done) {
|
|
1727
|
-
if (!isNode(step.value)) {
|
|
1728
|
-
return false;
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
} else {
|
|
1732
|
-
while (!(step = iterator.next()).done) {
|
|
1733
|
-
var entry = step.value;
|
|
1734
|
-
if (entry) {
|
|
1735
|
-
if (!isNode(entry[1])) {
|
|
1736
|
-
return false;
|
|
1737
|
-
}
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
}
|
|
1741
|
-
} else {
|
|
1742
|
-
return false;
|
|
1743
|
-
}
|
|
1744
|
-
return true;
|
|
1745
|
-
default:
|
|
1746
|
-
return false;
|
|
1747
|
-
}
|
|
1748
|
-
}
|
|
1749
|
-
function isSymbol(propType, propValue) {
|
|
1750
|
-
if (propType === "symbol") {
|
|
1751
|
-
return true;
|
|
1752
|
-
}
|
|
1753
|
-
if (!propValue) {
|
|
1754
|
-
return false;
|
|
1755
|
-
}
|
|
1756
|
-
if (propValue["@@toStringTag"] === "Symbol") {
|
|
1757
|
-
return true;
|
|
1758
|
-
}
|
|
1759
|
-
if (typeof Symbol === "function" && propValue instanceof Symbol) {
|
|
1760
|
-
return true;
|
|
1761
|
-
}
|
|
1762
|
-
return false;
|
|
1763
|
-
}
|
|
1764
|
-
function getPropType(propValue) {
|
|
1765
|
-
var propType = typeof propValue;
|
|
1766
|
-
if (Array.isArray(propValue)) {
|
|
1767
|
-
return "array";
|
|
1768
|
-
}
|
|
1769
|
-
if (propValue instanceof RegExp) {
|
|
1770
|
-
return "object";
|
|
1771
|
-
}
|
|
1772
|
-
if (isSymbol(propType, propValue)) {
|
|
1773
|
-
return "symbol";
|
|
1774
|
-
}
|
|
1775
|
-
return propType;
|
|
1776
|
-
}
|
|
1777
|
-
function getPreciseType(propValue) {
|
|
1778
|
-
if (typeof propValue === "undefined" || propValue === null) {
|
|
1779
|
-
return "" + propValue;
|
|
1780
|
-
}
|
|
1781
|
-
var propType = getPropType(propValue);
|
|
1782
|
-
if (propType === "object") {
|
|
1783
|
-
if (propValue instanceof Date) {
|
|
1784
|
-
return "date";
|
|
1785
|
-
} else if (propValue instanceof RegExp) {
|
|
1786
|
-
return "regexp";
|
|
1787
|
-
}
|
|
1788
|
-
}
|
|
1789
|
-
return propType;
|
|
1790
|
-
}
|
|
1791
|
-
function getPostfixForTypeWarning(value) {
|
|
1792
|
-
var type = getPreciseType(value);
|
|
1793
|
-
switch (type) {
|
|
1794
|
-
case "array":
|
|
1795
|
-
case "object":
|
|
1796
|
-
return "an " + type;
|
|
1797
|
-
case "boolean":
|
|
1798
|
-
case "date":
|
|
1799
|
-
case "regexp":
|
|
1800
|
-
return "a " + type;
|
|
1801
|
-
default:
|
|
1802
|
-
return type;
|
|
1803
|
-
}
|
|
1804
|
-
}
|
|
1805
|
-
function getClassName(propValue) {
|
|
1806
|
-
if (!propValue.constructor || !propValue.constructor.name) {
|
|
1807
|
-
return ANONYMOUS;
|
|
1808
|
-
}
|
|
1809
|
-
return propValue.constructor.name;
|
|
1810
|
-
}
|
|
1811
|
-
ReactPropTypes.checkPropTypes = checkPropTypes;
|
|
1812
|
-
ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;
|
|
1813
|
-
ReactPropTypes.PropTypes = ReactPropTypes;
|
|
1814
|
-
return ReactPropTypes;
|
|
1815
|
-
};
|
|
1816
|
-
return factoryWithTypeCheckers;
|
|
1817
|
-
}
|
|
1818
|
-
var factoryWithThrowingShims;
|
|
1819
|
-
var hasRequiredFactoryWithThrowingShims;
|
|
1820
|
-
function requireFactoryWithThrowingShims() {
|
|
1821
|
-
if (hasRequiredFactoryWithThrowingShims)
|
|
1822
|
-
return factoryWithThrowingShims;
|
|
1823
|
-
hasRequiredFactoryWithThrowingShims = 1;
|
|
1824
|
-
var ReactPropTypesSecret = requireReactPropTypesSecret();
|
|
1825
|
-
function emptyFunction() {
|
|
1826
|
-
}
|
|
1827
|
-
function emptyFunctionWithReset() {
|
|
1828
|
-
}
|
|
1829
|
-
emptyFunctionWithReset.resetWarningCache = emptyFunction;
|
|
1830
|
-
factoryWithThrowingShims = function() {
|
|
1831
|
-
function shim(props, propName, componentName, location, propFullName, secret) {
|
|
1832
|
-
if (secret === ReactPropTypesSecret) {
|
|
1833
|
-
return;
|
|
1834
|
-
}
|
|
1835
|
-
var err = new Error(
|
|
1836
|
-
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
|
|
1837
|
-
);
|
|
1838
|
-
err.name = "Invariant Violation";
|
|
1839
|
-
throw err;
|
|
1840
|
-
}
|
|
1841
|
-
shim.isRequired = shim;
|
|
1842
|
-
function getShim() {
|
|
1843
|
-
return shim;
|
|
1844
|
-
}
|
|
1845
|
-
var ReactPropTypes = {
|
|
1846
|
-
array: shim,
|
|
1847
|
-
bigint: shim,
|
|
1848
|
-
bool: shim,
|
|
1849
|
-
func: shim,
|
|
1850
|
-
number: shim,
|
|
1851
|
-
object: shim,
|
|
1852
|
-
string: shim,
|
|
1853
|
-
symbol: shim,
|
|
1854
|
-
any: shim,
|
|
1855
|
-
arrayOf: getShim,
|
|
1856
|
-
element: shim,
|
|
1857
|
-
elementType: shim,
|
|
1858
|
-
instanceOf: getShim,
|
|
1859
|
-
node: shim,
|
|
1860
|
-
objectOf: getShim,
|
|
1861
|
-
oneOf: getShim,
|
|
1862
|
-
oneOfType: getShim,
|
|
1863
|
-
shape: getShim,
|
|
1864
|
-
exact: getShim,
|
|
1865
|
-
checkPropTypes: emptyFunctionWithReset,
|
|
1866
|
-
resetWarningCache: emptyFunction
|
|
1867
|
-
};
|
|
1868
|
-
ReactPropTypes.PropTypes = ReactPropTypes;
|
|
1869
|
-
return ReactPropTypes;
|
|
1870
|
-
};
|
|
1871
|
-
return factoryWithThrowingShims;
|
|
1872
|
-
}
|
|
1873
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1874
|
-
var ReactIs = requireReactIs();
|
|
1875
|
-
var throwOnDirectAccess = true;
|
|
1876
|
-
propTypes$1.exports = requireFactoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
|
|
1877
|
-
} else {
|
|
1878
|
-
propTypes$1.exports = requireFactoryWithThrowingShims()();
|
|
1879
|
-
}
|
|
1880
1012
|
var classnames = { exports: {} };
|
|
1881
1013
|
/*!
|
|
1882
1014
|
Copyright (c) 2018 Jed Watson.
|
|
@@ -2267,14 +1399,14 @@ Accordion.defaultProps = {
|
|
|
2267
1399
|
testId: null
|
|
2268
1400
|
};
|
|
2269
1401
|
Accordion.propTypes = {
|
|
2270
|
-
heading:
|
|
2271
|
-
bordered:
|
|
2272
|
-
padding:
|
|
2273
|
-
managed:
|
|
2274
|
-
expanded:
|
|
2275
|
-
onClick:
|
|
2276
|
-
squareBottom:
|
|
2277
|
-
testId:
|
|
1402
|
+
heading: PropTypes__default.node.isRequired,
|
|
1403
|
+
bordered: PropTypes__default.bool,
|
|
1404
|
+
padding: PropTypes__default.bool,
|
|
1405
|
+
managed: PropTypes__default.bool,
|
|
1406
|
+
expanded: PropTypes__default.bool,
|
|
1407
|
+
onClick: PropTypes__default.func,
|
|
1408
|
+
squareBottom: PropTypes__default.bool,
|
|
1409
|
+
testId: PropTypes__default.string
|
|
2278
1410
|
};
|
|
2279
1411
|
const checkbox = "_checkbox_1a5ed_333";
|
|
2280
1412
|
const noLabel = "_noLabel_1a5ed_348";
|
|
@@ -2294,7 +1426,7 @@ const styles$R = {
|
|
|
2294
1426
|
};
|
|
2295
1427
|
const DisabledContext = React__default.createContext(false);
|
|
2296
1428
|
DisabledContext.Provider.propTypes = {
|
|
2297
|
-
value:
|
|
1429
|
+
value: PropTypes__default.bool
|
|
2298
1430
|
};
|
|
2299
1431
|
var MapShim = function() {
|
|
2300
1432
|
if (typeof Map !== "undefined") {
|
|
@@ -4330,19 +3462,19 @@ TooltipLayer.defaultProps = {
|
|
|
4330
3462
|
}
|
|
4331
3463
|
};
|
|
4332
3464
|
TooltipLayer.propTypes = {
|
|
4333
|
-
text:
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
3465
|
+
text: PropTypes__default.oneOfType([
|
|
3466
|
+
PropTypes__default.string,
|
|
3467
|
+
PropTypes__default.number,
|
|
3468
|
+
PropTypes__default.node
|
|
4337
3469
|
]),
|
|
4338
|
-
error:
|
|
4339
|
-
warning:
|
|
4340
|
-
fontSize:
|
|
4341
|
-
padding:
|
|
4342
|
-
maxWidth:
|
|
4343
|
-
layerSide:
|
|
4344
|
-
layerProps:
|
|
4345
|
-
arrowProps:
|
|
3470
|
+
error: PropTypes__default.bool,
|
|
3471
|
+
warning: PropTypes__default.bool,
|
|
3472
|
+
fontSize: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
3473
|
+
padding: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
3474
|
+
maxWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
3475
|
+
layerSide: PropTypes__default.string,
|
|
3476
|
+
layerProps: PropTypes__default.object,
|
|
3477
|
+
arrowProps: PropTypes__default.object
|
|
4346
3478
|
};
|
|
4347
3479
|
const Tooltip = ({
|
|
4348
3480
|
children,
|
|
@@ -4420,23 +3552,23 @@ Tooltip.defaultProps = {
|
|
|
4420
3552
|
forceOpen: false
|
|
4421
3553
|
};
|
|
4422
3554
|
Tooltip.propTypes = {
|
|
4423
|
-
text:
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
|
|
3555
|
+
text: PropTypes__default.oneOfType([
|
|
3556
|
+
PropTypes__default.string,
|
|
3557
|
+
PropTypes__default.number,
|
|
3558
|
+
PropTypes__default.node
|
|
4427
3559
|
]),
|
|
4428
|
-
error:
|
|
4429
|
-
warning:
|
|
4430
|
-
placement:
|
|
4431
|
-
enabled:
|
|
4432
|
-
maxWidth:
|
|
4433
|
-
triggerOffset:
|
|
4434
|
-
possiblePlacements:
|
|
4435
|
-
fontSize:
|
|
4436
|
-
padding:
|
|
4437
|
-
display:
|
|
4438
|
-
flex:
|
|
4439
|
-
forceOpen:
|
|
3560
|
+
error: PropTypes__default.bool,
|
|
3561
|
+
warning: PropTypes__default.bool,
|
|
3562
|
+
placement: PropTypes__default.string,
|
|
3563
|
+
enabled: PropTypes__default.bool,
|
|
3564
|
+
maxWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
3565
|
+
triggerOffset: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
3566
|
+
possiblePlacements: PropTypes__default.array,
|
|
3567
|
+
fontSize: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
3568
|
+
padding: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
3569
|
+
display: PropTypes__default.string,
|
|
3570
|
+
flex: PropTypes__default.string,
|
|
3571
|
+
forceOpen: PropTypes__default.bool
|
|
4440
3572
|
};
|
|
4441
3573
|
const helpIcon = "_helpIcon_1yokl_1";
|
|
4442
3574
|
const active$9 = "_active_1yokl_7";
|
|
@@ -4493,12 +3625,12 @@ HelpIcon.defaultProps = {
|
|
|
4493
3625
|
testId: null
|
|
4494
3626
|
};
|
|
4495
3627
|
HelpIcon.propTypes = {
|
|
4496
|
-
active:
|
|
4497
|
-
icon:
|
|
4498
|
-
maxWidth:
|
|
4499
|
-
onClick:
|
|
4500
|
-
testId:
|
|
4501
|
-
text:
|
|
3628
|
+
active: PropTypes__default.bool,
|
|
3629
|
+
icon: PropTypes__default.node,
|
|
3630
|
+
maxWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
3631
|
+
onClick: PropTypes__default.func,
|
|
3632
|
+
testId: PropTypes__default.string,
|
|
3633
|
+
text: PropTypes__default.string
|
|
4502
3634
|
};
|
|
4503
3635
|
const CheckBox = ({
|
|
4504
3636
|
noMargin: noMargin2,
|
|
@@ -4582,21 +3714,21 @@ CheckBox.defaultProps = {
|
|
|
4582
3714
|
onClickHelp: void 0
|
|
4583
3715
|
};
|
|
4584
3716
|
CheckBox.propTypes = {
|
|
4585
|
-
checked:
|
|
4586
|
-
isInTable:
|
|
4587
|
-
label:
|
|
4588
|
-
name:
|
|
4589
|
-
noMargin:
|
|
4590
|
-
onChange:
|
|
4591
|
-
tabIndex:
|
|
4592
|
-
disabled:
|
|
4593
|
-
small:
|
|
4594
|
-
testId:
|
|
4595
|
-
key:
|
|
4596
|
-
dataix:
|
|
4597
|
-
value:
|
|
4598
|
-
helpText:
|
|
4599
|
-
onClickHelp:
|
|
3717
|
+
checked: PropTypes__default.bool,
|
|
3718
|
+
isInTable: PropTypes__default.bool,
|
|
3719
|
+
label: PropTypes__default.string,
|
|
3720
|
+
name: PropTypes__default.string,
|
|
3721
|
+
noMargin: PropTypes__default.bool,
|
|
3722
|
+
onChange: PropTypes__default.func,
|
|
3723
|
+
tabIndex: PropTypes__default.number,
|
|
3724
|
+
disabled: PropTypes__default.bool,
|
|
3725
|
+
small: PropTypes__default.bool,
|
|
3726
|
+
testId: PropTypes__default.string,
|
|
3727
|
+
key: PropTypes__default.string,
|
|
3728
|
+
dataix: PropTypes__default.number,
|
|
3729
|
+
value: PropTypes__default.string,
|
|
3730
|
+
helpText: PropTypes__default.string,
|
|
3731
|
+
onClickHelp: PropTypes__default.func
|
|
4600
3732
|
};
|
|
4601
3733
|
const bordered$3 = "_bordered_m5hme_333";
|
|
4602
3734
|
const checkboxWrapper = "_checkboxWrapper_m5hme_339";
|
|
@@ -4695,12 +3827,12 @@ AccordionWithDefaultToggle.defaultProps = {
|
|
|
4695
3827
|
padding: true
|
|
4696
3828
|
};
|
|
4697
3829
|
AccordionWithDefaultToggle.propTypes = {
|
|
4698
|
-
heading:
|
|
4699
|
-
toggleLabel:
|
|
4700
|
-
expanded:
|
|
4701
|
-
defaultEnabled:
|
|
4702
|
-
onClickDefaultToggle:
|
|
4703
|
-
padding:
|
|
3830
|
+
heading: PropTypes__default.node.isRequired,
|
|
3831
|
+
toggleLabel: PropTypes__default.string.isRequired,
|
|
3832
|
+
expanded: PropTypes__default.bool,
|
|
3833
|
+
defaultEnabled: PropTypes__default.bool,
|
|
3834
|
+
onClickDefaultToggle: PropTypes__default.func,
|
|
3835
|
+
padding: PropTypes__default.bool
|
|
4704
3836
|
};
|
|
4705
3837
|
var lodash = { exports: {} };
|
|
4706
3838
|
/**
|
|
@@ -10568,7 +9700,7 @@ var shallowDiffers = function shallowDiffers2(a2, b2) {
|
|
|
10568
9700
|
}
|
|
10569
9701
|
return false;
|
|
10570
9702
|
};
|
|
10571
|
-
var _excluded$a = ["afterInjection", "beforeInjection", "evalScripts", "fallback", "httpRequestWithCredentials", "loading", "renumerateIRIElements", "src", "useRequestCache", "wrapper"];
|
|
9703
|
+
var _excluded$a = ["afterInjection", "beforeInjection", "desc", "evalScripts", "fallback", "httpRequestWithCredentials", "loading", "renumerateIRIElements", "src", "title", "useRequestCache", "wrapper"];
|
|
10572
9704
|
var svgNamespace = "http://www.w3.org/2000/svg";
|
|
10573
9705
|
var xlinkNamespace = "http://www.w3.org/1999/xlink";
|
|
10574
9706
|
var ReactSVG = /* @__PURE__ */ function(_React$Component) {
|
|
@@ -10596,7 +9728,9 @@ var ReactSVG = /* @__PURE__ */ function(_React$Component) {
|
|
|
10596
9728
|
_proto.renderSVG = function renderSVG2() {
|
|
10597
9729
|
var _this2 = this;
|
|
10598
9730
|
if (this.reactWrapper instanceof ownerWindow(this.reactWrapper).Node) {
|
|
10599
|
-
var _this$props = this.props,
|
|
9731
|
+
var _this$props = this.props, desc = _this$props.desc, evalScripts = _this$props.evalScripts, httpRequestWithCredentials = _this$props.httpRequestWithCredentials, renumerateIRIElements = _this$props.renumerateIRIElements, src = _this$props.src, title2 = _this$props.title, useRequestCache = _this$props.useRequestCache;
|
|
9732
|
+
var onError3 = this.props.onError;
|
|
9733
|
+
var beforeInjection2 = this.props.beforeInjection;
|
|
10600
9734
|
var afterInjection2 = this.props.afterInjection;
|
|
10601
9735
|
var wrapper2 = this.props.wrapper;
|
|
10602
9736
|
var nonReactWrapper;
|
|
@@ -10613,28 +9747,69 @@ var ReactSVG = /* @__PURE__ */ function(_React$Component) {
|
|
|
10613
9747
|
nonReactWrapper.appendChild(nonReactTarget);
|
|
10614
9748
|
nonReactTarget.dataset.src = src;
|
|
10615
9749
|
this.nonReactWrapper = this.reactWrapper.appendChild(nonReactWrapper);
|
|
9750
|
+
var handleError = function handleError2(error2) {
|
|
9751
|
+
_this2.removeSVG();
|
|
9752
|
+
if (!_this2._isMounted) {
|
|
9753
|
+
onError3(error2);
|
|
9754
|
+
return;
|
|
9755
|
+
}
|
|
9756
|
+
_this2.setState(function() {
|
|
9757
|
+
return {
|
|
9758
|
+
hasError: true,
|
|
9759
|
+
isLoading: false
|
|
9760
|
+
};
|
|
9761
|
+
}, function() {
|
|
9762
|
+
onError3(error2);
|
|
9763
|
+
});
|
|
9764
|
+
};
|
|
10616
9765
|
var afterEach = function afterEach2(error2, svg) {
|
|
10617
9766
|
if (error2) {
|
|
10618
|
-
|
|
10619
|
-
|
|
10620
|
-
afterInjection2(error2);
|
|
10621
|
-
return;
|
|
10622
|
-
}
|
|
9767
|
+
handleError(error2);
|
|
9768
|
+
return;
|
|
10623
9769
|
}
|
|
10624
9770
|
if (_this2._isMounted) {
|
|
10625
9771
|
_this2.setState(function() {
|
|
10626
9772
|
return {
|
|
10627
|
-
hasError: !!error2,
|
|
10628
9773
|
isLoading: false
|
|
10629
9774
|
};
|
|
10630
9775
|
}, function() {
|
|
10631
|
-
|
|
9776
|
+
try {
|
|
9777
|
+
afterInjection2(svg);
|
|
9778
|
+
} catch (afterInjectionError) {
|
|
9779
|
+
handleError(afterInjectionError);
|
|
9780
|
+
}
|
|
10632
9781
|
});
|
|
10633
9782
|
}
|
|
10634
9783
|
};
|
|
9784
|
+
var beforeEach = function beforeEach2(svg) {
|
|
9785
|
+
svg.setAttribute("role", "img");
|
|
9786
|
+
if (desc) {
|
|
9787
|
+
var originalDesc = svg.querySelector(":scope > desc");
|
|
9788
|
+
if (originalDesc) {
|
|
9789
|
+
svg.removeChild(originalDesc);
|
|
9790
|
+
}
|
|
9791
|
+
var newDesc = document.createElement("desc");
|
|
9792
|
+
newDesc.innerHTML = desc;
|
|
9793
|
+
svg.prepend(newDesc);
|
|
9794
|
+
}
|
|
9795
|
+
if (title2) {
|
|
9796
|
+
var originalTitle = svg.querySelector(":scope > title");
|
|
9797
|
+
if (originalTitle) {
|
|
9798
|
+
svg.removeChild(originalTitle);
|
|
9799
|
+
}
|
|
9800
|
+
var newTitle = document.createElement("title");
|
|
9801
|
+
newTitle.innerHTML = title2;
|
|
9802
|
+
svg.prepend(newTitle);
|
|
9803
|
+
}
|
|
9804
|
+
try {
|
|
9805
|
+
beforeInjection2(svg);
|
|
9806
|
+
} catch (error2) {
|
|
9807
|
+
handleError(error2);
|
|
9808
|
+
}
|
|
9809
|
+
};
|
|
10635
9810
|
SVGInjector(nonReactTarget, {
|
|
10636
9811
|
afterEach,
|
|
10637
|
-
beforeEach
|
|
9812
|
+
beforeEach,
|
|
10638
9813
|
cacheRequests: useRequestCache,
|
|
10639
9814
|
evalScripts,
|
|
10640
9815
|
httpRequestWithCredentials,
|
|
@@ -10672,12 +9847,14 @@ var ReactSVG = /* @__PURE__ */ function(_React$Component) {
|
|
|
10672
9847
|
var _this$props2 = this.props;
|
|
10673
9848
|
_this$props2.afterInjection;
|
|
10674
9849
|
_this$props2.beforeInjection;
|
|
9850
|
+
_this$props2.desc;
|
|
10675
9851
|
_this$props2.evalScripts;
|
|
10676
9852
|
var Fallback = _this$props2.fallback;
|
|
10677
9853
|
_this$props2.httpRequestWithCredentials;
|
|
10678
9854
|
var Loading = _this$props2.loading;
|
|
10679
9855
|
_this$props2.renumerateIRIElements;
|
|
10680
9856
|
_this$props2.src;
|
|
9857
|
+
_this$props2.title;
|
|
10681
9858
|
_this$props2.useRequestCache;
|
|
10682
9859
|
var wrapper2 = _this$props2.wrapper, rest = _objectWithoutPropertiesLoose$6(_this$props2, _excluded$a);
|
|
10683
9860
|
var Wrapper2 = wrapper2;
|
|
@@ -10697,25 +9874,33 @@ ReactSVG.defaultProps = {
|
|
|
10697
9874
|
beforeInjection: function beforeInjection() {
|
|
10698
9875
|
return void 0;
|
|
10699
9876
|
},
|
|
9877
|
+
desc: "",
|
|
10700
9878
|
evalScripts: "never",
|
|
10701
9879
|
fallback: null,
|
|
10702
9880
|
httpRequestWithCredentials: false,
|
|
10703
9881
|
loading: null,
|
|
9882
|
+
onError: function onError() {
|
|
9883
|
+
return void 0;
|
|
9884
|
+
},
|
|
10704
9885
|
renumerateIRIElements: true,
|
|
9886
|
+
title: "",
|
|
10705
9887
|
useRequestCache: true,
|
|
10706
9888
|
wrapper: "div"
|
|
10707
9889
|
};
|
|
10708
9890
|
ReactSVG.propTypes = {
|
|
10709
|
-
afterInjection:
|
|
10710
|
-
beforeInjection:
|
|
10711
|
-
|
|
10712
|
-
|
|
10713
|
-
|
|
10714
|
-
|
|
10715
|
-
|
|
10716
|
-
|
|
10717
|
-
|
|
10718
|
-
|
|
9891
|
+
afterInjection: PropTypes.func,
|
|
9892
|
+
beforeInjection: PropTypes.func,
|
|
9893
|
+
desc: PropTypes.string,
|
|
9894
|
+
evalScripts: PropTypes.oneOf(["always", "once", "never"]),
|
|
9895
|
+
fallback: PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.string]),
|
|
9896
|
+
httpRequestWithCredentials: PropTypes.bool,
|
|
9897
|
+
loading: PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.string]),
|
|
9898
|
+
onError: PropTypes.func,
|
|
9899
|
+
renumerateIRIElements: PropTypes.bool,
|
|
9900
|
+
src: PropTypes.string.isRequired,
|
|
9901
|
+
title: PropTypes.string,
|
|
9902
|
+
useRequestCache: PropTypes.bool,
|
|
9903
|
+
wrapper: PropTypes.oneOf(["div", "span", "svg"])
|
|
10719
9904
|
};
|
|
10720
9905
|
const DeprecatedIcon = ({ icon: icon2 }) => {
|
|
10721
9906
|
switch (icon2) {
|
|
@@ -10833,13 +10018,13 @@ Icon.defaultProps = {
|
|
|
10833
10018
|
testId: null
|
|
10834
10019
|
};
|
|
10835
10020
|
Icon.propTypes = {
|
|
10836
|
-
icon:
|
|
10837
|
-
|
|
10838
|
-
|
|
10021
|
+
icon: PropTypes__default.oneOfType([
|
|
10022
|
+
PropTypes__default.node,
|
|
10023
|
+
PropTypes__default.string
|
|
10839
10024
|
]).isRequired,
|
|
10840
|
-
onClick:
|
|
10841
|
-
clickable:
|
|
10842
|
-
testId:
|
|
10025
|
+
onClick: PropTypes__default.func,
|
|
10026
|
+
clickable: PropTypes__default.bool,
|
|
10027
|
+
testId: PropTypes__default.string
|
|
10843
10028
|
};
|
|
10844
10029
|
const wrapper$4 = "_wrapper_4b1ge_333";
|
|
10845
10030
|
const layer$1 = "_layer_4b1ge_337";
|
|
@@ -11175,12 +10360,12 @@ Badge.defaultProps = {
|
|
|
11175
10360
|
small: false
|
|
11176
10361
|
};
|
|
11177
10362
|
Badge.propTypes = {
|
|
11178
|
-
children:
|
|
11179
|
-
color:
|
|
11180
|
-
title:
|
|
11181
|
-
dot:
|
|
11182
|
-
margin:
|
|
11183
|
-
small:
|
|
10363
|
+
children: PropTypes__default.node,
|
|
10364
|
+
color: PropTypes__default.string,
|
|
10365
|
+
title: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
10366
|
+
dot: PropTypes__default.bool,
|
|
10367
|
+
margin: PropTypes__default.string,
|
|
10368
|
+
small: PropTypes__default.bool
|
|
11184
10369
|
};
|
|
11185
10370
|
const button$3 = "_button_1qp1u_367";
|
|
11186
10371
|
const active$7 = "_active_1qp1u_404";
|
|
@@ -11254,10 +10439,10 @@ Spinner$1.defaultProps = {
|
|
|
11254
10439
|
tiny: false
|
|
11255
10440
|
};
|
|
11256
10441
|
Spinner$1.propTypes = {
|
|
11257
|
-
colored:
|
|
11258
|
-
dark:
|
|
11259
|
-
small:
|
|
11260
|
-
tiny:
|
|
10442
|
+
colored: PropTypes__default.bool,
|
|
10443
|
+
dark: PropTypes__default.bool,
|
|
10444
|
+
small: PropTypes__default.bool,
|
|
10445
|
+
tiny: PropTypes__default.bool
|
|
11261
10446
|
};
|
|
11262
10447
|
const Button$1 = ({
|
|
11263
10448
|
active: active2,
|
|
@@ -11376,28 +10561,28 @@ Button$1.defaultProps = {
|
|
|
11376
10561
|
inverted: false
|
|
11377
10562
|
};
|
|
11378
10563
|
Button$1.propTypes = {
|
|
11379
|
-
active:
|
|
11380
|
-
basic:
|
|
11381
|
-
colored:
|
|
11382
|
-
disabled:
|
|
11383
|
-
icon:
|
|
11384
|
-
|
|
11385
|
-
|
|
10564
|
+
active: PropTypes__default.bool,
|
|
10565
|
+
basic: PropTypes__default.bool,
|
|
10566
|
+
colored: PropTypes__default.oneOfType([PropTypes__default.bool, PropTypes__default.string]),
|
|
10567
|
+
disabled: PropTypes__default.bool,
|
|
10568
|
+
icon: PropTypes__default.oneOfType([
|
|
10569
|
+
PropTypes__default.node,
|
|
10570
|
+
PropTypes__default.string
|
|
11386
10571
|
]),
|
|
11387
|
-
groupOrder:
|
|
11388
|
-
label:
|
|
11389
|
-
title:
|
|
11390
|
-
loading:
|
|
11391
|
-
name:
|
|
11392
|
-
onClick:
|
|
11393
|
-
round:
|
|
11394
|
-
small:
|
|
11395
|
-
styles:
|
|
11396
|
-
type:
|
|
11397
|
-
width:
|
|
11398
|
-
testId:
|
|
11399
|
-
pill:
|
|
11400
|
-
inverted:
|
|
10572
|
+
groupOrder: PropTypes__default.string,
|
|
10573
|
+
label: PropTypes__default.oneOfType([PropTypes__default.node, PropTypes__default.string]),
|
|
10574
|
+
title: PropTypes__default.string,
|
|
10575
|
+
loading: PropTypes__default.bool,
|
|
10576
|
+
name: PropTypes__default.string,
|
|
10577
|
+
onClick: PropTypes__default.func,
|
|
10578
|
+
round: PropTypes__default.bool,
|
|
10579
|
+
small: PropTypes__default.bool,
|
|
10580
|
+
styles: PropTypes__default.string,
|
|
10581
|
+
type: PropTypes__default.oneOf(["button", "submit"]),
|
|
10582
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
10583
|
+
testId: PropTypes__default.string,
|
|
10584
|
+
pill: PropTypes__default.bool,
|
|
10585
|
+
inverted: PropTypes__default.bool
|
|
11401
10586
|
};
|
|
11402
10587
|
const Button = ({
|
|
11403
10588
|
trigger: trigger2,
|
|
@@ -11534,29 +10719,29 @@ const Trigger$1 = React__default.forwardRef(
|
|
|
11534
10719
|
});
|
|
11535
10720
|
}
|
|
11536
10721
|
);
|
|
11537
|
-
const actionShape =
|
|
11538
|
-
label:
|
|
11539
|
-
icon:
|
|
11540
|
-
onClick:
|
|
11541
|
-
disabled:
|
|
11542
|
-
primary:
|
|
11543
|
-
hidden:
|
|
11544
|
-
testId:
|
|
10722
|
+
const actionShape = PropTypes__default.shape({
|
|
10723
|
+
label: PropTypes__default.string.isRequired,
|
|
10724
|
+
icon: PropTypes__default.oneOfType([PropTypes__default.node, PropTypes__default.string]),
|
|
10725
|
+
onClick: PropTypes__default.func.isRequired,
|
|
10726
|
+
disabled: PropTypes__default.bool,
|
|
10727
|
+
primary: PropTypes__default.bool,
|
|
10728
|
+
hidden: PropTypes__default.bool,
|
|
10729
|
+
testId: PropTypes__default.string
|
|
11545
10730
|
});
|
|
11546
|
-
const subActionShape =
|
|
11547
|
-
icon:
|
|
11548
|
-
testId:
|
|
11549
|
-
subActions:
|
|
10731
|
+
const subActionShape = PropTypes__default.shape({
|
|
10732
|
+
icon: PropTypes__default.oneOfType([PropTypes__default.node, PropTypes__default.string]),
|
|
10733
|
+
testId: PropTypes__default.string,
|
|
10734
|
+
subActions: PropTypes__default.arrayOf(actionShape).isRequired
|
|
11550
10735
|
});
|
|
11551
|
-
const childComponentShape =
|
|
11552
|
-
childComponent:
|
|
11553
|
-
|
|
11554
|
-
|
|
10736
|
+
const childComponentShape = PropTypes__default.shape({
|
|
10737
|
+
childComponent: PropTypes__default.oneOfType([
|
|
10738
|
+
PropTypes__default.func,
|
|
10739
|
+
PropTypes__default.node
|
|
11555
10740
|
]).isRequired,
|
|
11556
|
-
testId:
|
|
10741
|
+
testId: PropTypes__default.string
|
|
11557
10742
|
});
|
|
11558
|
-
const actionsShape =
|
|
11559
|
-
|
|
10743
|
+
const actionsShape = PropTypes__default.arrayOf(
|
|
10744
|
+
PropTypes__default.oneOfType([actionShape, subActionShape, childComponentShape])
|
|
11560
10745
|
);
|
|
11561
10746
|
const isMenuEmpty = (menu2) => {
|
|
11562
10747
|
const { sections } = menu2;
|
|
@@ -11772,61 +10957,61 @@ const Menu = (props) => {
|
|
|
11772
10957
|
testId: props.testId
|
|
11773
10958
|
});
|
|
11774
10959
|
};
|
|
11775
|
-
const menuSectionShape =
|
|
11776
|
-
|
|
11777
|
-
type:
|
|
11778
|
-
label:
|
|
11779
|
-
icon:
|
|
11780
|
-
onClick:
|
|
11781
|
-
testId:
|
|
10960
|
+
const menuSectionShape = PropTypes__default.oneOfType([
|
|
10961
|
+
PropTypes__default.shape({
|
|
10962
|
+
type: PropTypes__default.oneOf(["Heading"]),
|
|
10963
|
+
label: PropTypes__default.string.isRequired,
|
|
10964
|
+
icon: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]),
|
|
10965
|
+
onClick: PropTypes__default.func,
|
|
10966
|
+
testId: PropTypes__default.string
|
|
11782
10967
|
}),
|
|
11783
|
-
|
|
11784
|
-
type:
|
|
10968
|
+
PropTypes__default.shape({
|
|
10969
|
+
type: PropTypes__default.oneOf(["Divider"])
|
|
11785
10970
|
}),
|
|
11786
|
-
|
|
10971
|
+
PropTypes__default.shape({
|
|
11787
10972
|
actions: actionsShape,
|
|
11788
|
-
type:
|
|
11789
|
-
label:
|
|
11790
|
-
|
|
11791
|
-
|
|
11792
|
-
|
|
10973
|
+
type: PropTypes__default.oneOf(["Option"]),
|
|
10974
|
+
label: PropTypes__default.oneOfType([
|
|
10975
|
+
PropTypes__default.string,
|
|
10976
|
+
PropTypes__default.number,
|
|
10977
|
+
PropTypes__default.node
|
|
11793
10978
|
]).isRequired,
|
|
11794
|
-
icon:
|
|
11795
|
-
description:
|
|
11796
|
-
onClick:
|
|
11797
|
-
selected:
|
|
11798
|
-
disabled:
|
|
11799
|
-
inline:
|
|
11800
|
-
title:
|
|
11801
|
-
download:
|
|
11802
|
-
onChange:
|
|
11803
|
-
testId:
|
|
10979
|
+
icon: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]),
|
|
10980
|
+
description: PropTypes__default.string,
|
|
10981
|
+
onClick: PropTypes__default.func,
|
|
10982
|
+
selected: PropTypes__default.bool,
|
|
10983
|
+
disabled: PropTypes__default.bool,
|
|
10984
|
+
inline: PropTypes__default.bool,
|
|
10985
|
+
title: PropTypes__default.string,
|
|
10986
|
+
download: PropTypes__default.bool,
|
|
10987
|
+
onChange: PropTypes__default.func,
|
|
10988
|
+
testId: PropTypes__default.string
|
|
11804
10989
|
}),
|
|
11805
|
-
|
|
11806
|
-
type:
|
|
11807
|
-
menu:
|
|
11808
|
-
testId:
|
|
10990
|
+
PropTypes__default.shape({
|
|
10991
|
+
type: PropTypes__default.oneOf(["Menu"]),
|
|
10992
|
+
menu: PropTypes__default.object,
|
|
10993
|
+
testId: PropTypes__default.string
|
|
11809
10994
|
})
|
|
11810
10995
|
]);
|
|
11811
|
-
const menuShape =
|
|
11812
|
-
trigger:
|
|
11813
|
-
colored:
|
|
11814
|
-
small:
|
|
11815
|
-
label:
|
|
11816
|
-
component:
|
|
11817
|
-
sections:
|
|
11818
|
-
|
|
11819
|
-
|
|
10996
|
+
const menuShape = PropTypes__default.shape({
|
|
10997
|
+
trigger: PropTypes__default.oneOf(["Text", "Button", "DropDownButton", "Component"]),
|
|
10998
|
+
colored: PropTypes__default.oneOfType([PropTypes__default.bool, PropTypes__default.string]),
|
|
10999
|
+
small: PropTypes__default.bool,
|
|
11000
|
+
label: PropTypes__default.string,
|
|
11001
|
+
component: PropTypes__default.node,
|
|
11002
|
+
sections: PropTypes__default.oneOfType([
|
|
11003
|
+
PropTypes__default.arrayOf(menuSectionShape),
|
|
11004
|
+
PropTypes__default.node
|
|
11820
11005
|
]).isRequired,
|
|
11821
|
-
placement:
|
|
11822
|
-
possiblePlacements:
|
|
11823
|
-
showAllButton:
|
|
11824
|
-
visible:
|
|
11825
|
-
showAllTitle:
|
|
11826
|
-
showLessTitle:
|
|
11827
|
-
additionalSections:
|
|
11006
|
+
placement: PropTypes__default.string,
|
|
11007
|
+
possiblePlacements: PropTypes__default.arrayOf(PropTypes__default.string),
|
|
11008
|
+
showAllButton: PropTypes__default.shape({
|
|
11009
|
+
visible: PropTypes__default.bool.isRequired,
|
|
11010
|
+
showAllTitle: PropTypes__default.string.isRequired,
|
|
11011
|
+
showLessTitle: PropTypes__default.string.isRequired,
|
|
11012
|
+
additionalSections: PropTypes__default.arrayOf(menuSectionShape)
|
|
11828
11013
|
}),
|
|
11829
|
-
testId:
|
|
11014
|
+
testId: PropTypes__default.string
|
|
11830
11015
|
});
|
|
11831
11016
|
Menu.defaultProps = {
|
|
11832
11017
|
width: "",
|
|
@@ -11845,19 +11030,19 @@ Menu.defaultProps = {
|
|
|
11845
11030
|
};
|
|
11846
11031
|
Menu.propTypes = {
|
|
11847
11032
|
menu: menuShape.isRequired,
|
|
11848
|
-
disabled:
|
|
11849
|
-
badgeTitle:
|
|
11850
|
-
badgeDot:
|
|
11851
|
-
loading:
|
|
11852
|
-
width:
|
|
11853
|
-
fullHeightTrigger:
|
|
11854
|
-
closeOnOptionClick:
|
|
11855
|
-
groupOrder:
|
|
11856
|
-
overflowContainer:
|
|
11857
|
-
maxHeight:
|
|
11858
|
-
testId:
|
|
11859
|
-
open:
|
|
11860
|
-
setOpen:
|
|
11033
|
+
disabled: PropTypes__default.bool,
|
|
11034
|
+
badgeTitle: PropTypes__default.string,
|
|
11035
|
+
badgeDot: PropTypes__default.bool,
|
|
11036
|
+
loading: PropTypes__default.bool,
|
|
11037
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
11038
|
+
fullHeightTrigger: PropTypes__default.bool,
|
|
11039
|
+
closeOnOptionClick: PropTypes__default.bool,
|
|
11040
|
+
groupOrder: PropTypes__default.string,
|
|
11041
|
+
overflowContainer: PropTypes__default.bool,
|
|
11042
|
+
maxHeight: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
11043
|
+
testId: PropTypes__default.string,
|
|
11044
|
+
open: PropTypes__default.bool,
|
|
11045
|
+
setOpen: PropTypes__default.func
|
|
11861
11046
|
};
|
|
11862
11047
|
const actions$1 = "_actions_tdvpn_333";
|
|
11863
11048
|
const actionComponentContainer = "_actionComponentContainer_tdvpn_343";
|
|
@@ -11961,7 +11146,7 @@ Actions.defaultProps = {
|
|
|
11961
11146
|
};
|
|
11962
11147
|
Actions.propTypes = {
|
|
11963
11148
|
actions: actionsShape,
|
|
11964
|
-
right:
|
|
11149
|
+
right: PropTypes__default.bool
|
|
11965
11150
|
};
|
|
11966
11151
|
const breadcrumb = "_breadcrumb_16235_333";
|
|
11967
11152
|
const small$a = "_small_16235_336";
|
|
@@ -12032,17 +11217,17 @@ Breadcrumb.defaultProps = {
|
|
|
12032
11217
|
small: false
|
|
12033
11218
|
};
|
|
12034
11219
|
Breadcrumb.propTypes = {
|
|
12035
|
-
links:
|
|
12036
|
-
|
|
12037
|
-
type:
|
|
12038
|
-
label:
|
|
12039
|
-
url:
|
|
12040
|
-
onClick:
|
|
12041
|
-
active:
|
|
12042
|
-
element:
|
|
11220
|
+
links: PropTypes__default.arrayOf(
|
|
11221
|
+
PropTypes__default.shape({
|
|
11222
|
+
type: PropTypes__default.oneOf(["label", "link", "custom"]),
|
|
11223
|
+
label: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
11224
|
+
url: PropTypes__default.string,
|
|
11225
|
+
onClick: PropTypes__default.func,
|
|
11226
|
+
active: PropTypes__default.bool,
|
|
11227
|
+
element: PropTypes__default.node
|
|
12043
11228
|
})
|
|
12044
11229
|
).isRequired,
|
|
12045
|
-
small:
|
|
11230
|
+
small: PropTypes__default.bool
|
|
12046
11231
|
};
|
|
12047
11232
|
const label$8 = "_label_1er6p_333";
|
|
12048
11233
|
const buttonGroup = "_buttonGroup_1er6p_343";
|
|
@@ -12149,13 +11334,13 @@ ButtonGroup.defaultProps = {
|
|
|
12149
11334
|
testId: void 0
|
|
12150
11335
|
};
|
|
12151
11336
|
ButtonGroup.propTypes = {
|
|
12152
|
-
basic:
|
|
12153
|
-
items:
|
|
12154
|
-
header:
|
|
12155
|
-
onSelected:
|
|
12156
|
-
small:
|
|
12157
|
-
value:
|
|
12158
|
-
testId:
|
|
11337
|
+
basic: PropTypes__default.bool,
|
|
11338
|
+
items: PropTypes__default.array,
|
|
11339
|
+
header: PropTypes__default.string,
|
|
11340
|
+
onSelected: PropTypes__default.func,
|
|
11341
|
+
small: PropTypes__default.bool,
|
|
11342
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
11343
|
+
testId: PropTypes__default.string
|
|
12159
11344
|
};
|
|
12160
11345
|
const card = "_card_7fusw_333";
|
|
12161
11346
|
const bordered$2 = "_bordered_7fusw_336";
|
|
@@ -12212,13 +11397,286 @@ Card.defaultProps = {
|
|
|
12212
11397
|
raised: false
|
|
12213
11398
|
};
|
|
12214
11399
|
Card.propTypes = {
|
|
12215
|
-
bordered:
|
|
12216
|
-
heading:
|
|
12217
|
-
margin:
|
|
12218
|
-
padding:
|
|
12219
|
-
raised:
|
|
11400
|
+
bordered: PropTypes__default.bool,
|
|
11401
|
+
heading: PropTypes__default.node,
|
|
11402
|
+
margin: PropTypes__default.string,
|
|
11403
|
+
padding: PropTypes__default.bool,
|
|
11404
|
+
raised: PropTypes__default.bool
|
|
12220
11405
|
};
|
|
12221
|
-
var
|
|
11406
|
+
var reactIs$2 = { exports: {} };
|
|
11407
|
+
var reactIs_production_min$1 = {};
|
|
11408
|
+
/** @license React v16.13.1
|
|
11409
|
+
* react-is.production.min.js
|
|
11410
|
+
*
|
|
11411
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11412
|
+
*
|
|
11413
|
+
* This source code is licensed under the MIT license found in the
|
|
11414
|
+
* LICENSE file in the root directory of this source tree.
|
|
11415
|
+
*/
|
|
11416
|
+
var hasRequiredReactIs_production_min$1;
|
|
11417
|
+
function requireReactIs_production_min$1() {
|
|
11418
|
+
if (hasRequiredReactIs_production_min$1)
|
|
11419
|
+
return reactIs_production_min$1;
|
|
11420
|
+
hasRequiredReactIs_production_min$1 = 1;
|
|
11421
|
+
var b2 = "function" === typeof Symbol && Symbol.for, c2 = b2 ? Symbol.for("react.element") : 60103, d2 = b2 ? Symbol.for("react.portal") : 60106, e2 = b2 ? Symbol.for("react.fragment") : 60107, f = b2 ? Symbol.for("react.strict_mode") : 60108, g2 = b2 ? Symbol.for("react.profiler") : 60114, h = b2 ? Symbol.for("react.provider") : 60109, k2 = b2 ? Symbol.for("react.context") : 60110, l = b2 ? Symbol.for("react.async_mode") : 60111, m = b2 ? Symbol.for("react.concurrent_mode") : 60111, n2 = b2 ? Symbol.for("react.forward_ref") : 60112, p = b2 ? Symbol.for("react.suspense") : 60113, q2 = b2 ? Symbol.for("react.suspense_list") : 60120, r2 = b2 ? Symbol.for("react.memo") : 60115, t = b2 ? Symbol.for("react.lazy") : 60116, v2 = b2 ? Symbol.for("react.block") : 60121, w2 = b2 ? Symbol.for("react.fundamental") : 60117, x2 = b2 ? Symbol.for("react.responder") : 60118, y = b2 ? Symbol.for("react.scope") : 60119;
|
|
11422
|
+
function z2(a2) {
|
|
11423
|
+
if ("object" === typeof a2 && null !== a2) {
|
|
11424
|
+
var u = a2.$$typeof;
|
|
11425
|
+
switch (u) {
|
|
11426
|
+
case c2:
|
|
11427
|
+
switch (a2 = a2.type, a2) {
|
|
11428
|
+
case l:
|
|
11429
|
+
case m:
|
|
11430
|
+
case e2:
|
|
11431
|
+
case g2:
|
|
11432
|
+
case f:
|
|
11433
|
+
case p:
|
|
11434
|
+
return a2;
|
|
11435
|
+
default:
|
|
11436
|
+
switch (a2 = a2 && a2.$$typeof, a2) {
|
|
11437
|
+
case k2:
|
|
11438
|
+
case n2:
|
|
11439
|
+
case t:
|
|
11440
|
+
case r2:
|
|
11441
|
+
case h:
|
|
11442
|
+
return a2;
|
|
11443
|
+
default:
|
|
11444
|
+
return u;
|
|
11445
|
+
}
|
|
11446
|
+
}
|
|
11447
|
+
case d2:
|
|
11448
|
+
return u;
|
|
11449
|
+
}
|
|
11450
|
+
}
|
|
11451
|
+
}
|
|
11452
|
+
function A2(a2) {
|
|
11453
|
+
return z2(a2) === m;
|
|
11454
|
+
}
|
|
11455
|
+
reactIs_production_min$1.AsyncMode = l;
|
|
11456
|
+
reactIs_production_min$1.ConcurrentMode = m;
|
|
11457
|
+
reactIs_production_min$1.ContextConsumer = k2;
|
|
11458
|
+
reactIs_production_min$1.ContextProvider = h;
|
|
11459
|
+
reactIs_production_min$1.Element = c2;
|
|
11460
|
+
reactIs_production_min$1.ForwardRef = n2;
|
|
11461
|
+
reactIs_production_min$1.Fragment = e2;
|
|
11462
|
+
reactIs_production_min$1.Lazy = t;
|
|
11463
|
+
reactIs_production_min$1.Memo = r2;
|
|
11464
|
+
reactIs_production_min$1.Portal = d2;
|
|
11465
|
+
reactIs_production_min$1.Profiler = g2;
|
|
11466
|
+
reactIs_production_min$1.StrictMode = f;
|
|
11467
|
+
reactIs_production_min$1.Suspense = p;
|
|
11468
|
+
reactIs_production_min$1.isAsyncMode = function(a2) {
|
|
11469
|
+
return A2(a2) || z2(a2) === l;
|
|
11470
|
+
};
|
|
11471
|
+
reactIs_production_min$1.isConcurrentMode = A2;
|
|
11472
|
+
reactIs_production_min$1.isContextConsumer = function(a2) {
|
|
11473
|
+
return z2(a2) === k2;
|
|
11474
|
+
};
|
|
11475
|
+
reactIs_production_min$1.isContextProvider = function(a2) {
|
|
11476
|
+
return z2(a2) === h;
|
|
11477
|
+
};
|
|
11478
|
+
reactIs_production_min$1.isElement = function(a2) {
|
|
11479
|
+
return "object" === typeof a2 && null !== a2 && a2.$$typeof === c2;
|
|
11480
|
+
};
|
|
11481
|
+
reactIs_production_min$1.isForwardRef = function(a2) {
|
|
11482
|
+
return z2(a2) === n2;
|
|
11483
|
+
};
|
|
11484
|
+
reactIs_production_min$1.isFragment = function(a2) {
|
|
11485
|
+
return z2(a2) === e2;
|
|
11486
|
+
};
|
|
11487
|
+
reactIs_production_min$1.isLazy = function(a2) {
|
|
11488
|
+
return z2(a2) === t;
|
|
11489
|
+
};
|
|
11490
|
+
reactIs_production_min$1.isMemo = function(a2) {
|
|
11491
|
+
return z2(a2) === r2;
|
|
11492
|
+
};
|
|
11493
|
+
reactIs_production_min$1.isPortal = function(a2) {
|
|
11494
|
+
return z2(a2) === d2;
|
|
11495
|
+
};
|
|
11496
|
+
reactIs_production_min$1.isProfiler = function(a2) {
|
|
11497
|
+
return z2(a2) === g2;
|
|
11498
|
+
};
|
|
11499
|
+
reactIs_production_min$1.isStrictMode = function(a2) {
|
|
11500
|
+
return z2(a2) === f;
|
|
11501
|
+
};
|
|
11502
|
+
reactIs_production_min$1.isSuspense = function(a2) {
|
|
11503
|
+
return z2(a2) === p;
|
|
11504
|
+
};
|
|
11505
|
+
reactIs_production_min$1.isValidElementType = function(a2) {
|
|
11506
|
+
return "string" === typeof a2 || "function" === typeof a2 || a2 === e2 || a2 === m || a2 === g2 || a2 === f || a2 === p || a2 === q2 || "object" === typeof a2 && null !== a2 && (a2.$$typeof === t || a2.$$typeof === r2 || a2.$$typeof === h || a2.$$typeof === k2 || a2.$$typeof === n2 || a2.$$typeof === w2 || a2.$$typeof === x2 || a2.$$typeof === y || a2.$$typeof === v2);
|
|
11507
|
+
};
|
|
11508
|
+
reactIs_production_min$1.typeOf = z2;
|
|
11509
|
+
return reactIs_production_min$1;
|
|
11510
|
+
}
|
|
11511
|
+
var reactIs_development$1 = {};
|
|
11512
|
+
/** @license React v16.13.1
|
|
11513
|
+
* react-is.development.js
|
|
11514
|
+
*
|
|
11515
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11516
|
+
*
|
|
11517
|
+
* This source code is licensed under the MIT license found in the
|
|
11518
|
+
* LICENSE file in the root directory of this source tree.
|
|
11519
|
+
*/
|
|
11520
|
+
var hasRequiredReactIs_development$1;
|
|
11521
|
+
function requireReactIs_development$1() {
|
|
11522
|
+
if (hasRequiredReactIs_development$1)
|
|
11523
|
+
return reactIs_development$1;
|
|
11524
|
+
hasRequiredReactIs_development$1 = 1;
|
|
11525
|
+
if (process.env.NODE_ENV !== "production") {
|
|
11526
|
+
(function() {
|
|
11527
|
+
var hasSymbol = typeof Symbol === "function" && Symbol.for;
|
|
11528
|
+
var REACT_ELEMENT_TYPE2 = hasSymbol ? Symbol.for("react.element") : 60103;
|
|
11529
|
+
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
|
|
11530
|
+
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
|
|
11531
|
+
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
|
|
11532
|
+
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
|
|
11533
|
+
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
|
|
11534
|
+
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
|
|
11535
|
+
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
|
|
11536
|
+
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
|
|
11537
|
+
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
|
|
11538
|
+
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
|
|
11539
|
+
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
|
|
11540
|
+
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
|
|
11541
|
+
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
|
|
11542
|
+
var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
|
|
11543
|
+
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
|
|
11544
|
+
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
|
|
11545
|
+
var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
|
|
11546
|
+
function isValidElementType(type) {
|
|
11547
|
+
return typeof type === "string" || typeof type === "function" || 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);
|
|
11548
|
+
}
|
|
11549
|
+
function typeOf(object2) {
|
|
11550
|
+
if (typeof object2 === "object" && object2 !== null) {
|
|
11551
|
+
var $$typeof = object2.$$typeof;
|
|
11552
|
+
switch ($$typeof) {
|
|
11553
|
+
case REACT_ELEMENT_TYPE2:
|
|
11554
|
+
var type = object2.type;
|
|
11555
|
+
switch (type) {
|
|
11556
|
+
case REACT_ASYNC_MODE_TYPE:
|
|
11557
|
+
case REACT_CONCURRENT_MODE_TYPE:
|
|
11558
|
+
case REACT_FRAGMENT_TYPE:
|
|
11559
|
+
case REACT_PROFILER_TYPE:
|
|
11560
|
+
case REACT_STRICT_MODE_TYPE:
|
|
11561
|
+
case REACT_SUSPENSE_TYPE:
|
|
11562
|
+
return type;
|
|
11563
|
+
default:
|
|
11564
|
+
var $$typeofType = type && type.$$typeof;
|
|
11565
|
+
switch ($$typeofType) {
|
|
11566
|
+
case REACT_CONTEXT_TYPE:
|
|
11567
|
+
case REACT_FORWARD_REF_TYPE:
|
|
11568
|
+
case REACT_LAZY_TYPE:
|
|
11569
|
+
case REACT_MEMO_TYPE:
|
|
11570
|
+
case REACT_PROVIDER_TYPE:
|
|
11571
|
+
return $$typeofType;
|
|
11572
|
+
default:
|
|
11573
|
+
return $$typeof;
|
|
11574
|
+
}
|
|
11575
|
+
}
|
|
11576
|
+
case REACT_PORTAL_TYPE:
|
|
11577
|
+
return $$typeof;
|
|
11578
|
+
}
|
|
11579
|
+
}
|
|
11580
|
+
return void 0;
|
|
11581
|
+
}
|
|
11582
|
+
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
11583
|
+
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
11584
|
+
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
11585
|
+
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
11586
|
+
var Element2 = REACT_ELEMENT_TYPE2;
|
|
11587
|
+
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
11588
|
+
var Fragment2 = REACT_FRAGMENT_TYPE;
|
|
11589
|
+
var Lazy = REACT_LAZY_TYPE;
|
|
11590
|
+
var Memo = REACT_MEMO_TYPE;
|
|
11591
|
+
var Portal2 = REACT_PORTAL_TYPE;
|
|
11592
|
+
var Profiler = REACT_PROFILER_TYPE;
|
|
11593
|
+
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
11594
|
+
var Suspense = REACT_SUSPENSE_TYPE;
|
|
11595
|
+
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
11596
|
+
function isAsyncMode(object2) {
|
|
11597
|
+
{
|
|
11598
|
+
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
11599
|
+
hasWarnedAboutDeprecatedIsAsyncMode = true;
|
|
11600
|
+
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.");
|
|
11601
|
+
}
|
|
11602
|
+
}
|
|
11603
|
+
return isConcurrentMode(object2) || typeOf(object2) === REACT_ASYNC_MODE_TYPE;
|
|
11604
|
+
}
|
|
11605
|
+
function isConcurrentMode(object2) {
|
|
11606
|
+
return typeOf(object2) === REACT_CONCURRENT_MODE_TYPE;
|
|
11607
|
+
}
|
|
11608
|
+
function isContextConsumer(object2) {
|
|
11609
|
+
return typeOf(object2) === REACT_CONTEXT_TYPE;
|
|
11610
|
+
}
|
|
11611
|
+
function isContextProvider(object2) {
|
|
11612
|
+
return typeOf(object2) === REACT_PROVIDER_TYPE;
|
|
11613
|
+
}
|
|
11614
|
+
function isElement2(object2) {
|
|
11615
|
+
return typeof object2 === "object" && object2 !== null && object2.$$typeof === REACT_ELEMENT_TYPE2;
|
|
11616
|
+
}
|
|
11617
|
+
function isForwardRef(object2) {
|
|
11618
|
+
return typeOf(object2) === REACT_FORWARD_REF_TYPE;
|
|
11619
|
+
}
|
|
11620
|
+
function isFragment(object2) {
|
|
11621
|
+
return typeOf(object2) === REACT_FRAGMENT_TYPE;
|
|
11622
|
+
}
|
|
11623
|
+
function isLazy(object2) {
|
|
11624
|
+
return typeOf(object2) === REACT_LAZY_TYPE;
|
|
11625
|
+
}
|
|
11626
|
+
function isMemo(object2) {
|
|
11627
|
+
return typeOf(object2) === REACT_MEMO_TYPE;
|
|
11628
|
+
}
|
|
11629
|
+
function isPortal(object2) {
|
|
11630
|
+
return typeOf(object2) === REACT_PORTAL_TYPE;
|
|
11631
|
+
}
|
|
11632
|
+
function isProfiler(object2) {
|
|
11633
|
+
return typeOf(object2) === REACT_PROFILER_TYPE;
|
|
11634
|
+
}
|
|
11635
|
+
function isStrictMode(object2) {
|
|
11636
|
+
return typeOf(object2) === REACT_STRICT_MODE_TYPE;
|
|
11637
|
+
}
|
|
11638
|
+
function isSuspense(object2) {
|
|
11639
|
+
return typeOf(object2) === REACT_SUSPENSE_TYPE;
|
|
11640
|
+
}
|
|
11641
|
+
reactIs_development$1.AsyncMode = AsyncMode;
|
|
11642
|
+
reactIs_development$1.ConcurrentMode = ConcurrentMode;
|
|
11643
|
+
reactIs_development$1.ContextConsumer = ContextConsumer;
|
|
11644
|
+
reactIs_development$1.ContextProvider = ContextProvider;
|
|
11645
|
+
reactIs_development$1.Element = Element2;
|
|
11646
|
+
reactIs_development$1.ForwardRef = ForwardRef;
|
|
11647
|
+
reactIs_development$1.Fragment = Fragment2;
|
|
11648
|
+
reactIs_development$1.Lazy = Lazy;
|
|
11649
|
+
reactIs_development$1.Memo = Memo;
|
|
11650
|
+
reactIs_development$1.Portal = Portal2;
|
|
11651
|
+
reactIs_development$1.Profiler = Profiler;
|
|
11652
|
+
reactIs_development$1.StrictMode = StrictMode;
|
|
11653
|
+
reactIs_development$1.Suspense = Suspense;
|
|
11654
|
+
reactIs_development$1.isAsyncMode = isAsyncMode;
|
|
11655
|
+
reactIs_development$1.isConcurrentMode = isConcurrentMode;
|
|
11656
|
+
reactIs_development$1.isContextConsumer = isContextConsumer;
|
|
11657
|
+
reactIs_development$1.isContextProvider = isContextProvider;
|
|
11658
|
+
reactIs_development$1.isElement = isElement2;
|
|
11659
|
+
reactIs_development$1.isForwardRef = isForwardRef;
|
|
11660
|
+
reactIs_development$1.isFragment = isFragment;
|
|
11661
|
+
reactIs_development$1.isLazy = isLazy;
|
|
11662
|
+
reactIs_development$1.isMemo = isMemo;
|
|
11663
|
+
reactIs_development$1.isPortal = isPortal;
|
|
11664
|
+
reactIs_development$1.isProfiler = isProfiler;
|
|
11665
|
+
reactIs_development$1.isStrictMode = isStrictMode;
|
|
11666
|
+
reactIs_development$1.isSuspense = isSuspense;
|
|
11667
|
+
reactIs_development$1.isValidElementType = isValidElementType;
|
|
11668
|
+
reactIs_development$1.typeOf = typeOf;
|
|
11669
|
+
})();
|
|
11670
|
+
}
|
|
11671
|
+
return reactIs_development$1;
|
|
11672
|
+
}
|
|
11673
|
+
(function(module) {
|
|
11674
|
+
if (process.env.NODE_ENV === "production") {
|
|
11675
|
+
module.exports = requireReactIs_production_min$1();
|
|
11676
|
+
} else {
|
|
11677
|
+
module.exports = requireReactIs_development$1();
|
|
11678
|
+
}
|
|
11679
|
+
})(reactIs$2);
|
|
12222
11680
|
function stylis_min(W2) {
|
|
12223
11681
|
function M2(d2, c2, e2, h, a2) {
|
|
12224
11682
|
for (var m = 0, b2 = 0, v2 = 0, n2 = 0, q2, g2, x2 = 0, K2 = 0, k2, u = k2 = q2 = 0, l = 0, r2 = 0, I2 = 0, t = 0, B3 = e2.length, J2 = B3 - 1, y, f = "", p = "", F3 = "", G3 = "", C; l < B3; ) {
|
|
@@ -12766,7 +12224,7 @@ var isPropValid = /* @__PURE__ */ memoize$1(
|
|
|
12766
12224
|
return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111 && prop.charCodeAt(1) === 110 && prop.charCodeAt(2) < 91;
|
|
12767
12225
|
}
|
|
12768
12226
|
);
|
|
12769
|
-
var reactIs$1 =
|
|
12227
|
+
var reactIs$1 = reactIs$2.exports;
|
|
12770
12228
|
var REACT_STATICS = {
|
|
12771
12229
|
childContextTypes: true,
|
|
12772
12230
|
contextType: true,
|
|
@@ -12862,7 +12320,7 @@ var g = function(e2, t) {
|
|
|
12862
12320
|
n2.push(t[r2], e2[r2 + 1]);
|
|
12863
12321
|
return n2;
|
|
12864
12322
|
}, S = function(t) {
|
|
12865
|
-
return null !== t && "object" == typeof t && "[object Object]" === (t.toString ? t.toString() : Object.prototype.toString.call(t)) && !
|
|
12323
|
+
return null !== t && "object" == typeof t && "[object Object]" === (t.toString ? t.toString() : Object.prototype.toString.call(t)) && !reactIs$2.exports.typeOf(t);
|
|
12866
12324
|
}, w = Object.freeze([]), E = Object.freeze({});
|
|
12867
12325
|
function b$2(e2) {
|
|
12868
12326
|
return "function" == typeof e2;
|
|
@@ -13230,7 +12688,7 @@ function Ne(e2, n2, r2, o) {
|
|
|
13230
12688
|
if ("function" != typeof (l = e2) || l.prototype && l.prototype.isReactComponent || !n2)
|
|
13231
12689
|
return e2;
|
|
13232
12690
|
var u = e2(n2);
|
|
13233
|
-
return "production" !== process.env.NODE_ENV &&
|
|
12691
|
+
return "production" !== process.env.NODE_ENV && reactIs$2.exports.isElement(u) && console.warn(_(e2) + " is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details."), Ne(u, n2, r2, o);
|
|
13234
12692
|
}
|
|
13235
12693
|
var l;
|
|
13236
12694
|
return e2 instanceof ve$1 ? r2 ? (e2.inject(r2, o), e2.getName(o)) : e2 : S(e2) ? function e3(t, n3) {
|
|
@@ -13364,7 +12822,7 @@ function qe(e2, t, n2) {
|
|
|
13364
12822
|
}
|
|
13365
12823
|
var He = function(e2) {
|
|
13366
12824
|
return function e3(t, r2, o) {
|
|
13367
|
-
if (void 0 === o && (o = E), !
|
|
12825
|
+
if (void 0 === o && (o = E), !reactIs$2.exports.isValidElementType(r2))
|
|
13368
12826
|
return j(1, String(r2));
|
|
13369
12827
|
var s = function() {
|
|
13370
12828
|
return t(r2, o, Ce.apply(void 0, arguments));
|
|
@@ -13477,20 +12935,20 @@ Column.defaultProps = {
|
|
|
13477
12935
|
testId: null
|
|
13478
12936
|
};
|
|
13479
12937
|
Column.propTypes = {
|
|
13480
|
-
background:
|
|
13481
|
-
borderLeft:
|
|
13482
|
-
borderRight:
|
|
13483
|
-
children:
|
|
13484
|
-
flex:
|
|
13485
|
-
flexbox:
|
|
13486
|
-
padding:
|
|
13487
|
-
scroll:
|
|
13488
|
-
showScrollbar:
|
|
13489
|
-
spacing:
|
|
13490
|
-
width:
|
|
13491
|
-
widthMobile:
|
|
13492
|
-
widthTablet:
|
|
13493
|
-
testId:
|
|
12938
|
+
background: PropTypes__default.string,
|
|
12939
|
+
borderLeft: PropTypes__default.oneOfType([PropTypes__default.bool, PropTypes__default.string]),
|
|
12940
|
+
borderRight: PropTypes__default.oneOfType([PropTypes__default.bool, PropTypes__default.string]),
|
|
12941
|
+
children: PropTypes__default.node,
|
|
12942
|
+
flex: PropTypes__default.bool,
|
|
12943
|
+
flexbox: PropTypes__default.bool,
|
|
12944
|
+
padding: PropTypes__default.oneOfType([PropTypes__default.bool, PropTypes__default.string]),
|
|
12945
|
+
scroll: PropTypes__default.bool,
|
|
12946
|
+
showScrollbar: PropTypes__default.bool,
|
|
12947
|
+
spacing: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
12948
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
12949
|
+
widthMobile: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
12950
|
+
widthTablet: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
12951
|
+
testId: PropTypes__default.string
|
|
13494
12952
|
};
|
|
13495
12953
|
const divider = "_divider_1oxk8_333";
|
|
13496
12954
|
const alignLeft = "_alignLeft_1oxk8_344";
|
|
@@ -13563,16 +13021,16 @@ Text.defaultProps = {
|
|
|
13563
13021
|
warning: false
|
|
13564
13022
|
};
|
|
13565
13023
|
Text.propTypes = {
|
|
13566
|
-
bold:
|
|
13567
|
-
center:
|
|
13568
|
-
error:
|
|
13569
|
-
faint:
|
|
13570
|
-
link:
|
|
13571
|
-
muted:
|
|
13572
|
-
onClick:
|
|
13573
|
-
small:
|
|
13574
|
-
success:
|
|
13575
|
-
warning:
|
|
13024
|
+
bold: PropTypes__default.bool,
|
|
13025
|
+
center: PropTypes__default.bool,
|
|
13026
|
+
error: PropTypes__default.bool,
|
|
13027
|
+
faint: PropTypes__default.bool,
|
|
13028
|
+
link: PropTypes__default.bool,
|
|
13029
|
+
muted: PropTypes__default.bool,
|
|
13030
|
+
onClick: PropTypes__default.func,
|
|
13031
|
+
small: PropTypes__default.bool,
|
|
13032
|
+
success: PropTypes__default.bool,
|
|
13033
|
+
warning: PropTypes__default.bool
|
|
13576
13034
|
};
|
|
13577
13035
|
const cssAlignClass = (align) => {
|
|
13578
13036
|
switch (align) {
|
|
@@ -13602,9 +13060,9 @@ Divider.defaultProps = {
|
|
|
13602
13060
|
align: "center"
|
|
13603
13061
|
};
|
|
13604
13062
|
Divider.propTypes = {
|
|
13605
|
-
margin:
|
|
13606
|
-
color:
|
|
13607
|
-
align:
|
|
13063
|
+
margin: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]),
|
|
13064
|
+
color: PropTypes__default.string,
|
|
13065
|
+
align: PropTypes__default.string
|
|
13608
13066
|
};
|
|
13609
13067
|
const heading$4 = "_heading_1gsqp_333";
|
|
13610
13068
|
const top$1 = "_top_1gsqp_341";
|
|
@@ -13672,18 +13130,18 @@ Heading$2.defaultProps = {
|
|
|
13672
13130
|
testId: null
|
|
13673
13131
|
};
|
|
13674
13132
|
Heading$2.propTypes = {
|
|
13675
|
-
helpText:
|
|
13676
|
-
onClick:
|
|
13677
|
-
onClickHelp:
|
|
13678
|
-
onIconClick:
|
|
13679
|
-
icon:
|
|
13680
|
-
libraryIcon:
|
|
13681
|
-
onClick:
|
|
13682
|
-
tooltip:
|
|
13133
|
+
helpText: PropTypes__default.string,
|
|
13134
|
+
onClick: PropTypes__default.func,
|
|
13135
|
+
onClickHelp: PropTypes__default.func,
|
|
13136
|
+
onIconClick: PropTypes__default.func,
|
|
13137
|
+
icon: PropTypes__default.node,
|
|
13138
|
+
libraryIcon: PropTypes__default.shape({
|
|
13139
|
+
onClick: PropTypes__default.func,
|
|
13140
|
+
tooltip: PropTypes__default.string
|
|
13683
13141
|
}),
|
|
13684
|
-
marginBottom:
|
|
13685
|
-
top:
|
|
13686
|
-
testId:
|
|
13142
|
+
marginBottom: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
13143
|
+
top: PropTypes__default.bool,
|
|
13144
|
+
testId: PropTypes__default.string
|
|
13687
13145
|
};
|
|
13688
13146
|
const dialog = "_dialog_11kaj_1";
|
|
13689
13147
|
const inline$3 = "_inline_11kaj_19";
|
|
@@ -13765,22 +13223,22 @@ const Dialog = ({ dialog: dialog2 }) => {
|
|
|
13765
13223
|
]
|
|
13766
13224
|
});
|
|
13767
13225
|
};
|
|
13768
|
-
const dialogShape =
|
|
13769
|
-
heading:
|
|
13770
|
-
content:
|
|
13771
|
-
|
|
13772
|
-
|
|
13773
|
-
|
|
13774
|
-
|
|
13226
|
+
const dialogShape = PropTypes__default.shape({
|
|
13227
|
+
heading: PropTypes__default.string,
|
|
13228
|
+
content: PropTypes__default.oneOfType([
|
|
13229
|
+
PropTypes__default.string,
|
|
13230
|
+
PropTypes__default.number,
|
|
13231
|
+
PropTypes__default.node,
|
|
13232
|
+
PropTypes__default.arrayOf(PropTypes__default.string)
|
|
13775
13233
|
]).isRequired,
|
|
13776
|
-
contentPadding:
|
|
13777
|
-
footer:
|
|
13778
|
-
width:
|
|
13779
|
-
height:
|
|
13780
|
-
bordered:
|
|
13781
|
-
onClose:
|
|
13782
|
-
scroll:
|
|
13783
|
-
testId:
|
|
13234
|
+
contentPadding: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
13235
|
+
footer: PropTypes__default.node,
|
|
13236
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
13237
|
+
height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
13238
|
+
bordered: PropTypes__default.bool,
|
|
13239
|
+
onClose: PropTypes__default.func,
|
|
13240
|
+
scroll: PropTypes__default.bool,
|
|
13241
|
+
testId: PropTypes__default.string
|
|
13784
13242
|
});
|
|
13785
13243
|
Dialog.propTypes = {
|
|
13786
13244
|
dialog: dialogShape.isRequired
|
|
@@ -14389,7 +13847,7 @@ Object.defineProperty(DraggableCore$2, "__esModule", {
|
|
|
14389
13847
|
});
|
|
14390
13848
|
DraggableCore$2.default = void 0;
|
|
14391
13849
|
var React$3 = _interopRequireWildcard$3(React__default);
|
|
14392
|
-
var _propTypes$3 = _interopRequireDefault$4(
|
|
13850
|
+
var _propTypes$3 = _interopRequireDefault$4(PropTypes__default);
|
|
14393
13851
|
var _reactDom = _interopRequireDefault$4(ReactDOM);
|
|
14394
13852
|
var _domFns = domFns;
|
|
14395
13853
|
var _positionFns = positionFns;
|
|
@@ -14851,7 +14309,7 @@ _defineProperty$c(DraggableCore$1, "defaultProps", {
|
|
|
14851
14309
|
});
|
|
14852
14310
|
exports.default = void 0;
|
|
14853
14311
|
var React2 = _interopRequireWildcard2(React__default);
|
|
14854
|
-
var _propTypes3 = _interopRequireDefault2(
|
|
14312
|
+
var _propTypes3 = _interopRequireDefault2(PropTypes__default);
|
|
14855
14313
|
var _reactDom2 = _interopRequireDefault2(ReactDOM);
|
|
14856
14314
|
var _clsx2 = _interopRequireDefault2(require$$3);
|
|
14857
14315
|
var _domFns2 = domFns;
|
|
@@ -15383,7 +14841,7 @@ function cloneElement(element, props) {
|
|
|
15383
14841
|
var propTypes = {};
|
|
15384
14842
|
propTypes.__esModule = true;
|
|
15385
14843
|
propTypes.resizableProps = void 0;
|
|
15386
|
-
var _propTypes$2 = _interopRequireDefault$2(
|
|
14844
|
+
var _propTypes$2 = _interopRequireDefault$2(PropTypes__default);
|
|
15387
14845
|
function _interopRequireDefault$2(obj) {
|
|
15388
14846
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
15389
14847
|
}
|
|
@@ -15712,7 +15170,7 @@ var ResizableBox$1 = {};
|
|
|
15712
15170
|
ResizableBox$1.__esModule = true;
|
|
15713
15171
|
ResizableBox$1.default = void 0;
|
|
15714
15172
|
var React$1 = _interopRequireWildcard$1(React__default);
|
|
15715
|
-
var _propTypes = _interopRequireDefault$1(
|
|
15173
|
+
var _propTypes = _interopRequireDefault$1(PropTypes__default);
|
|
15716
15174
|
var _Resizable = _interopRequireDefault$1(Resizable$2);
|
|
15717
15175
|
var _propTypes2 = propTypes;
|
|
15718
15176
|
var _excluded$8 = ["handle", "handleSize", "onResize", "onResizeStart", "onResizeStop", "draggableOpts", "minConstraints", "maxConstraints", "lockAspectRatio", "axis", "width", "height", "resizeHandles", "style", "transformScale"];
|
|
@@ -15970,10 +15428,10 @@ DrawerResizeWrapper.defaultProps = {
|
|
|
15970
15428
|
onResize: null
|
|
15971
15429
|
};
|
|
15972
15430
|
DrawerResizeWrapper.propTypes = {
|
|
15973
|
-
right:
|
|
15974
|
-
width:
|
|
15975
|
-
children:
|
|
15976
|
-
onResize:
|
|
15431
|
+
right: PropTypes__default.bool,
|
|
15432
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
15433
|
+
children: PropTypes__default.node,
|
|
15434
|
+
onResize: PropTypes__default.func
|
|
15977
15435
|
};
|
|
15978
15436
|
const Drawer = ({
|
|
15979
15437
|
background: background2,
|
|
@@ -16088,38 +15546,38 @@ Drawer.defaultProps = {
|
|
|
16088
15546
|
getActiveTab: null
|
|
16089
15547
|
};
|
|
16090
15548
|
Drawer.propTypes = {
|
|
16091
|
-
background:
|
|
16092
|
-
fixed:
|
|
16093
|
-
open:
|
|
16094
|
-
setOpen:
|
|
16095
|
-
right:
|
|
16096
|
-
width:
|
|
16097
|
-
|
|
16098
|
-
|
|
16099
|
-
|
|
16100
|
-
|
|
15549
|
+
background: PropTypes__default.string,
|
|
15550
|
+
fixed: PropTypes__default.bool,
|
|
15551
|
+
open: PropTypes__default.bool,
|
|
15552
|
+
setOpen: PropTypes__default.func,
|
|
15553
|
+
right: PropTypes__default.bool,
|
|
15554
|
+
width: PropTypes__default.oneOfType([
|
|
15555
|
+
PropTypes__default.string,
|
|
15556
|
+
PropTypes__default.number,
|
|
15557
|
+
PropTypes__default.arrayOf(
|
|
15558
|
+
PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number])
|
|
16101
15559
|
)
|
|
16102
15560
|
]),
|
|
16103
|
-
closedWidth:
|
|
16104
|
-
children:
|
|
16105
|
-
shadow:
|
|
16106
|
-
top:
|
|
16107
|
-
button:
|
|
16108
|
-
buttonAnimate:
|
|
16109
|
-
buttonPosition:
|
|
16110
|
-
border:
|
|
16111
|
-
tabs:
|
|
16112
|
-
|
|
16113
|
-
icon:
|
|
16114
|
-
content:
|
|
15561
|
+
closedWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
15562
|
+
children: PropTypes__default.node,
|
|
15563
|
+
shadow: PropTypes__default.bool,
|
|
15564
|
+
top: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
15565
|
+
button: PropTypes__default.oneOfType([PropTypes__default.bool, PropTypes__default.node]),
|
|
15566
|
+
buttonAnimate: PropTypes__default.bool,
|
|
15567
|
+
buttonPosition: PropTypes__default.oneOf(["top", "bottom"]),
|
|
15568
|
+
border: PropTypes__default.oneOfType([PropTypes__default.bool, PropTypes__default.string]),
|
|
15569
|
+
tabs: PropTypes__default.arrayOf(
|
|
15570
|
+
PropTypes__default.shape({
|
|
15571
|
+
icon: PropTypes__default.node,
|
|
15572
|
+
content: PropTypes__default.node
|
|
16115
15573
|
})
|
|
16116
15574
|
),
|
|
16117
|
-
testId:
|
|
16118
|
-
defaultTabIndex:
|
|
16119
|
-
activeTab:
|
|
16120
|
-
setActiveTab:
|
|
16121
|
-
onResize:
|
|
16122
|
-
getActiveTab:
|
|
15575
|
+
testId: PropTypes__default.string,
|
|
15576
|
+
defaultTabIndex: PropTypes__default.number,
|
|
15577
|
+
activeTab: PropTypes__default.number,
|
|
15578
|
+
setActiveTab: PropTypes__default.func,
|
|
15579
|
+
onResize: PropTypes__default.func,
|
|
15580
|
+
getActiveTab: PropTypes__default.func
|
|
16123
15581
|
};
|
|
16124
15582
|
const empty$2 = "_empty_u9jd9_333";
|
|
16125
15583
|
const text$2 = "_text_u9jd9_343";
|
|
@@ -16184,10 +15642,10 @@ Empty.defaultProps = {
|
|
|
16184
15642
|
children: null
|
|
16185
15643
|
};
|
|
16186
15644
|
Empty.propTypes = {
|
|
16187
|
-
width:
|
|
16188
|
-
height:
|
|
16189
|
-
text:
|
|
16190
|
-
children:
|
|
15645
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
15646
|
+
height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
15647
|
+
text: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]),
|
|
15648
|
+
children: PropTypes__default.node
|
|
16191
15649
|
};
|
|
16192
15650
|
const inputGroup = "_inputGroup_3duv1_333";
|
|
16193
15651
|
const styles$z = {
|
|
@@ -16221,9 +15679,9 @@ InputGroup.defaultProps = {
|
|
|
16221
15679
|
width: "100%"
|
|
16222
15680
|
};
|
|
16223
15681
|
InputGroup.propTypes = {
|
|
16224
|
-
children:
|
|
16225
|
-
small:
|
|
16226
|
-
width:
|
|
15682
|
+
children: PropTypes__default.node.isRequired,
|
|
15683
|
+
small: PropTypes__default.bool,
|
|
15684
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number])
|
|
16227
15685
|
};
|
|
16228
15686
|
const inputInTable$9 = "_inputInTable_powy5_333";
|
|
16229
15687
|
const inputHover$9 = "_inputHover_powy5_339";
|
|
@@ -16369,38 +15827,38 @@ Input$1.defaultProps = {
|
|
|
16369
15827
|
size: null
|
|
16370
15828
|
};
|
|
16371
15829
|
Input$1.propTypes = {
|
|
16372
|
-
error:
|
|
16373
|
-
|
|
16374
|
-
|
|
16375
|
-
|
|
15830
|
+
error: PropTypes__default.oneOfType([
|
|
15831
|
+
PropTypes__default.string,
|
|
15832
|
+
PropTypes__default.number,
|
|
15833
|
+
PropTypes__default.node
|
|
16376
15834
|
]),
|
|
16377
|
-
warning:
|
|
16378
|
-
|
|
16379
|
-
|
|
16380
|
-
|
|
15835
|
+
warning: PropTypes__default.oneOfType([
|
|
15836
|
+
PropTypes__default.string,
|
|
15837
|
+
PropTypes__default.number,
|
|
15838
|
+
PropTypes__default.node
|
|
16381
15839
|
]),
|
|
16382
|
-
tooltip:
|
|
16383
|
-
|
|
16384
|
-
|
|
16385
|
-
|
|
15840
|
+
tooltip: PropTypes__default.oneOfType([
|
|
15841
|
+
PropTypes__default.string,
|
|
15842
|
+
PropTypes__default.number,
|
|
15843
|
+
PropTypes__default.node
|
|
16386
15844
|
]),
|
|
16387
|
-
name:
|
|
16388
|
-
type:
|
|
16389
|
-
onChange:
|
|
16390
|
-
onKeyPress:
|
|
16391
|
-
onFocus:
|
|
16392
|
-
onBlur:
|
|
16393
|
-
small:
|
|
16394
|
-
placeholder:
|
|
16395
|
-
tabIndex:
|
|
16396
|
-
value:
|
|
16397
|
-
disabled:
|
|
16398
|
-
right:
|
|
16399
|
-
groupOrder:
|
|
16400
|
-
maxTooltipWidth:
|
|
16401
|
-
width:
|
|
16402
|
-
testId:
|
|
16403
|
-
size:
|
|
15845
|
+
name: PropTypes__default.string,
|
|
15846
|
+
type: PropTypes__default.string,
|
|
15847
|
+
onChange: PropTypes__default.func,
|
|
15848
|
+
onKeyPress: PropTypes__default.func,
|
|
15849
|
+
onFocus: PropTypes__default.func,
|
|
15850
|
+
onBlur: PropTypes__default.func,
|
|
15851
|
+
small: PropTypes__default.bool,
|
|
15852
|
+
placeholder: PropTypes__default.string,
|
|
15853
|
+
tabIndex: PropTypes__default.number,
|
|
15854
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
15855
|
+
disabled: PropTypes__default.bool,
|
|
15856
|
+
right: PropTypes__default.bool,
|
|
15857
|
+
groupOrder: PropTypes__default.string,
|
|
15858
|
+
maxTooltipWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
15859
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
15860
|
+
testId: PropTypes__default.string,
|
|
15861
|
+
size: PropTypes__default.number
|
|
16404
15862
|
};
|
|
16405
15863
|
const fileInput = "_fileInput_1elar_1";
|
|
16406
15864
|
const styles$x = {
|
|
@@ -16489,16 +15947,16 @@ FileInput.defaultProps = {
|
|
|
16489
15947
|
testId: void 0
|
|
16490
15948
|
};
|
|
16491
15949
|
FileInput.propTypes = {
|
|
16492
|
-
label:
|
|
16493
|
-
loading:
|
|
16494
|
-
placeholder:
|
|
16495
|
-
disabled:
|
|
16496
|
-
file:
|
|
16497
|
-
accept:
|
|
16498
|
-
name:
|
|
16499
|
-
width:
|
|
16500
|
-
onChange:
|
|
16501
|
-
testId:
|
|
15950
|
+
label: PropTypes__default.string,
|
|
15951
|
+
loading: PropTypes__default.bool,
|
|
15952
|
+
placeholder: PropTypes__default.string,
|
|
15953
|
+
disabled: PropTypes__default.bool,
|
|
15954
|
+
file: PropTypes__default.object,
|
|
15955
|
+
accept: PropTypes__default.string,
|
|
15956
|
+
name: PropTypes__default.string,
|
|
15957
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
15958
|
+
onChange: PropTypes__default.func,
|
|
15959
|
+
testId: PropTypes__default.string
|
|
16502
15960
|
};
|
|
16503
15961
|
function HiLockClosed(props) {
|
|
16504
15962
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 20 20", "fill": "currentColor", "aria-hidden": "true" }, "child": [{ "tag": "path", "attr": { "fillRule": "evenodd", "d": "M5 9V7a5 5 0 0110 0v2a2 2 0 012 2v5a2 2 0 01-2 2H5a2 2 0 01-2-2v-5a2 2 0 012-2zm8-2v2H7V7a3 3 0 016 0z", "clipRule": "evenodd" } }] })(props);
|
|
@@ -16580,32 +16038,32 @@ Label$2.defaultProps = {
|
|
|
16580
16038
|
labelLeft: false
|
|
16581
16039
|
};
|
|
16582
16040
|
Label$2.propTypes = {
|
|
16583
|
-
label:
|
|
16584
|
-
|
|
16585
|
-
|
|
16586
|
-
|
|
16041
|
+
label: PropTypes__default.oneOfType([
|
|
16042
|
+
PropTypes__default.string,
|
|
16043
|
+
PropTypes__default.number,
|
|
16044
|
+
PropTypes__default.node
|
|
16587
16045
|
]),
|
|
16588
|
-
helpText:
|
|
16589
|
-
|
|
16590
|
-
|
|
16591
|
-
|
|
16046
|
+
helpText: PropTypes__default.oneOfType([
|
|
16047
|
+
PropTypes__default.string,
|
|
16048
|
+
PropTypes__default.number,
|
|
16049
|
+
PropTypes__default.node
|
|
16592
16050
|
]),
|
|
16593
|
-
helpTextMaxWidth:
|
|
16594
|
-
width:
|
|
16595
|
-
info:
|
|
16596
|
-
onClickHelp:
|
|
16597
|
-
lock:
|
|
16598
|
-
visible:
|
|
16599
|
-
active:
|
|
16600
|
-
onClick:
|
|
16601
|
-
tooltip:
|
|
16602
|
-
testId:
|
|
16051
|
+
helpTextMaxWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
16052
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
16053
|
+
info: PropTypes__default.string,
|
|
16054
|
+
onClickHelp: PropTypes__default.func,
|
|
16055
|
+
lock: PropTypes__default.shape({
|
|
16056
|
+
visible: PropTypes__default.bool,
|
|
16057
|
+
active: PropTypes__default.bool,
|
|
16058
|
+
onClick: PropTypes__default.func,
|
|
16059
|
+
tooltip: PropTypes__default.string,
|
|
16060
|
+
testId: PropTypes__default.string
|
|
16603
16061
|
}),
|
|
16604
|
-
libraryIcon:
|
|
16605
|
-
onClick:
|
|
16606
|
-
tooltip:
|
|
16062
|
+
libraryIcon: PropTypes__default.shape({
|
|
16063
|
+
onClick: PropTypes__default.func,
|
|
16064
|
+
tooltip: PropTypes__default.string
|
|
16607
16065
|
}),
|
|
16608
|
-
labelLeft:
|
|
16066
|
+
labelLeft: PropTypes__default.bool
|
|
16609
16067
|
};
|
|
16610
16068
|
const field = "_field_1qb40_333";
|
|
16611
16069
|
const labelLeft = "_labelLeft_1qb40_337";
|
|
@@ -16675,34 +16133,34 @@ Field.defaultProps = {
|
|
|
16675
16133
|
testId: void 0
|
|
16676
16134
|
};
|
|
16677
16135
|
Field.propTypes = {
|
|
16678
|
-
label:
|
|
16679
|
-
|
|
16680
|
-
|
|
16681
|
-
|
|
16136
|
+
label: PropTypes__default.oneOfType([
|
|
16137
|
+
PropTypes__default.string,
|
|
16138
|
+
PropTypes__default.number,
|
|
16139
|
+
PropTypes__default.node
|
|
16682
16140
|
]),
|
|
16683
|
-
helpText:
|
|
16684
|
-
|
|
16685
|
-
|
|
16686
|
-
|
|
16141
|
+
helpText: PropTypes__default.oneOfType([
|
|
16142
|
+
PropTypes__default.string,
|
|
16143
|
+
PropTypes__default.number,
|
|
16144
|
+
PropTypes__default.node
|
|
16687
16145
|
]),
|
|
16688
|
-
helpTextMaxWidth:
|
|
16689
|
-
labelLeft:
|
|
16690
|
-
labelWidth:
|
|
16691
|
-
children:
|
|
16692
|
-
info:
|
|
16693
|
-
onClickHelp:
|
|
16694
|
-
lock:
|
|
16695
|
-
visible:
|
|
16696
|
-
active:
|
|
16697
|
-
onClick:
|
|
16698
|
-
tooltip:
|
|
16699
|
-
testId:
|
|
16146
|
+
helpTextMaxWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
16147
|
+
labelLeft: PropTypes__default.bool,
|
|
16148
|
+
labelWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
16149
|
+
children: PropTypes__default.node.isRequired,
|
|
16150
|
+
info: PropTypes__default.string,
|
|
16151
|
+
onClickHelp: PropTypes__default.func,
|
|
16152
|
+
lock: PropTypes__default.shape({
|
|
16153
|
+
visible: PropTypes__default.bool,
|
|
16154
|
+
active: PropTypes__default.bool,
|
|
16155
|
+
onClick: PropTypes__default.func,
|
|
16156
|
+
tooltip: PropTypes__default.string,
|
|
16157
|
+
testId: PropTypes__default.string
|
|
16700
16158
|
}),
|
|
16701
|
-
libraryIcon:
|
|
16702
|
-
onClick:
|
|
16703
|
-
tooltip:
|
|
16159
|
+
libraryIcon: PropTypes__default.shape({
|
|
16160
|
+
onClick: PropTypes__default.func,
|
|
16161
|
+
tooltip: PropTypes__default.string
|
|
16704
16162
|
}),
|
|
16705
|
-
testId:
|
|
16163
|
+
testId: PropTypes__default.string
|
|
16706
16164
|
};
|
|
16707
16165
|
const Flex = ({
|
|
16708
16166
|
alignItems,
|
|
@@ -16736,16 +16194,16 @@ Flex.defaultProps = {
|
|
|
16736
16194
|
gap: false
|
|
16737
16195
|
};
|
|
16738
16196
|
Flex.propTypes = {
|
|
16739
|
-
alignItems:
|
|
16740
|
-
direction:
|
|
16741
|
-
height:
|
|
16742
|
-
justifyContent:
|
|
16743
|
-
children:
|
|
16744
|
-
wrap:
|
|
16745
|
-
gap:
|
|
16746
|
-
|
|
16747
|
-
|
|
16748
|
-
|
|
16197
|
+
alignItems: PropTypes__default.string,
|
|
16198
|
+
direction: PropTypes__default.string,
|
|
16199
|
+
height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
16200
|
+
justifyContent: PropTypes__default.string,
|
|
16201
|
+
children: PropTypes__default.node,
|
|
16202
|
+
wrap: PropTypes__default.bool,
|
|
16203
|
+
gap: PropTypes__default.oneOfType([
|
|
16204
|
+
PropTypes__default.bool,
|
|
16205
|
+
PropTypes__default.string,
|
|
16206
|
+
PropTypes__default.number
|
|
16749
16207
|
])
|
|
16750
16208
|
};
|
|
16751
16209
|
const formRow = "_formRow_kvqrx_333";
|
|
@@ -16762,7 +16220,7 @@ FormRow.defaultProps = {
|
|
|
16762
16220
|
children: null
|
|
16763
16221
|
};
|
|
16764
16222
|
FormRow.propTypes = {
|
|
16765
|
-
children:
|
|
16223
|
+
children: PropTypes__default.node
|
|
16766
16224
|
};
|
|
16767
16225
|
const StyledGrid = styled.div`
|
|
16768
16226
|
display: grid;
|
|
@@ -16808,17 +16266,17 @@ Grid.defaultProps = {
|
|
|
16808
16266
|
children: null
|
|
16809
16267
|
};
|
|
16810
16268
|
Grid.propTypes = {
|
|
16811
|
-
rows:
|
|
16812
|
-
columns:
|
|
16813
|
-
columnsTablet:
|
|
16814
|
-
columnsMobile:
|
|
16815
|
-
gap:
|
|
16816
|
-
|
|
16817
|
-
|
|
16818
|
-
|
|
16269
|
+
rows: PropTypes__default.string,
|
|
16270
|
+
columns: PropTypes__default.string,
|
|
16271
|
+
columnsTablet: PropTypes__default.string,
|
|
16272
|
+
columnsMobile: PropTypes__default.string,
|
|
16273
|
+
gap: PropTypes__default.oneOfType([
|
|
16274
|
+
PropTypes__default.bool,
|
|
16275
|
+
PropTypes__default.string,
|
|
16276
|
+
PropTypes__default.number
|
|
16819
16277
|
]),
|
|
16820
|
-
height:
|
|
16821
|
-
children:
|
|
16278
|
+
height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
16279
|
+
children: PropTypes__default.node
|
|
16822
16280
|
};
|
|
16823
16281
|
const addon = "_addon_1bytr_333";
|
|
16824
16282
|
const small$7 = "_small_1bytr_344";
|
|
@@ -16856,9 +16314,9 @@ InputGroupAddon.defaultProps = {
|
|
|
16856
16314
|
small: false
|
|
16857
16315
|
};
|
|
16858
16316
|
InputGroupAddon.propTypes = {
|
|
16859
|
-
children:
|
|
16860
|
-
groupOrder:
|
|
16861
|
-
small:
|
|
16317
|
+
children: PropTypes__default.node.isRequired,
|
|
16318
|
+
groupOrder: PropTypes__default.string,
|
|
16319
|
+
small: PropTypes__default.bool
|
|
16862
16320
|
};
|
|
16863
16321
|
function _setPrototypeOf$1(o, p) {
|
|
16864
16322
|
_setPrototypeOf$1 = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf2(o2, p2) {
|
|
@@ -17353,13 +16811,13 @@ function Provider(_ref) {
|
|
|
17353
16811
|
}
|
|
17354
16812
|
if (process.env.NODE_ENV !== "production") {
|
|
17355
16813
|
Provider.propTypes = {
|
|
17356
|
-
store:
|
|
17357
|
-
subscribe:
|
|
17358
|
-
dispatch:
|
|
17359
|
-
getState:
|
|
16814
|
+
store: PropTypes__default.shape({
|
|
16815
|
+
subscribe: PropTypes__default.func.isRequired,
|
|
16816
|
+
dispatch: PropTypes__default.func.isRequired,
|
|
16817
|
+
getState: PropTypes__default.func.isRequired
|
|
17360
16818
|
}),
|
|
17361
|
-
context:
|
|
17362
|
-
children:
|
|
16819
|
+
context: PropTypes__default.object,
|
|
16820
|
+
children: PropTypes__default.any
|
|
17363
16821
|
};
|
|
17364
16822
|
}
|
|
17365
16823
|
function _extends$4() {
|
|
@@ -25889,14 +25347,14 @@ ListHeading.defaultProps = {
|
|
|
25889
25347
|
}
|
|
25890
25348
|
};
|
|
25891
25349
|
ListHeading.propTypes = {
|
|
25892
|
-
name:
|
|
25893
|
-
|
|
25894
|
-
|
|
25895
|
-
|
|
25350
|
+
name: PropTypes__default.oneOfType([
|
|
25351
|
+
PropTypes__default.string,
|
|
25352
|
+
PropTypes__default.number,
|
|
25353
|
+
PropTypes__default.node
|
|
25896
25354
|
]).isRequired,
|
|
25897
25355
|
actions: actionsShape,
|
|
25898
|
-
toggleNarrow:
|
|
25899
|
-
onToggleNarrow:
|
|
25356
|
+
toggleNarrow: PropTypes__default.bool,
|
|
25357
|
+
onToggleNarrow: PropTypes__default.func
|
|
25900
25358
|
};
|
|
25901
25359
|
function GrDrag(props) {
|
|
25902
25360
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24" }, "child": [{ "tag": "path", "attr": { "fill": "none", "stroke": "#000", "strokeWidth": "2", "d": "M15,5 L17,5 L17,3 L15,3 L15,5 Z M7,5 L9,5 L9,3 L7,3 L7,5 Z M15,13 L17,13 L17,11 L15,11 L15,13 Z M7,13 L9,13 L9,11 L7,11 L7,13 Z M15,21 L17,21 L17,19 L15,19 L15,21 Z M7,21 L9,21 L9,19 L7,19 L7,21 Z" } }] })(props);
|
|
@@ -25939,19 +25397,19 @@ const Name = ({ name: name2, icon: icon2, testId }) => {
|
|
|
25939
25397
|
});
|
|
25940
25398
|
};
|
|
25941
25399
|
Name.propTypes = {
|
|
25942
|
-
name:
|
|
25943
|
-
|
|
25944
|
-
|
|
25945
|
-
|
|
25400
|
+
name: PropTypes__default.oneOfType([
|
|
25401
|
+
PropTypes__default.string,
|
|
25402
|
+
PropTypes__default.number,
|
|
25403
|
+
PropTypes__default.node
|
|
25946
25404
|
]).isRequired,
|
|
25947
|
-
icon:
|
|
25948
|
-
icon:
|
|
25949
|
-
color:
|
|
25950
|
-
tooltip:
|
|
25951
|
-
text:
|
|
25405
|
+
icon: PropTypes__default.shape({
|
|
25406
|
+
icon: PropTypes__default.node,
|
|
25407
|
+
color: PropTypes__default.string,
|
|
25408
|
+
tooltip: PropTypes__default.shape({
|
|
25409
|
+
text: PropTypes__default.oneOfType([PropTypes__default.node, PropTypes__default.string])
|
|
25952
25410
|
})
|
|
25953
25411
|
}),
|
|
25954
|
-
testId:
|
|
25412
|
+
testId: PropTypes__default.string
|
|
25955
25413
|
};
|
|
25956
25414
|
Name.defaultProps = {
|
|
25957
25415
|
icon: null,
|
|
@@ -26063,20 +25521,20 @@ ListSubheading.defaultProps = {
|
|
|
26063
25521
|
index: void 0
|
|
26064
25522
|
};
|
|
26065
25523
|
ListSubheading.propTypes = {
|
|
26066
|
-
item:
|
|
25524
|
+
item: PropTypes__default.shape({
|
|
26067
25525
|
actions: actionsShape,
|
|
26068
|
-
disabled:
|
|
26069
|
-
expanded:
|
|
26070
|
-
name:
|
|
26071
|
-
|
|
26072
|
-
|
|
26073
|
-
|
|
25526
|
+
disabled: PropTypes__default.bool,
|
|
25527
|
+
expanded: PropTypes__default.bool,
|
|
25528
|
+
name: PropTypes__default.oneOfType([
|
|
25529
|
+
PropTypes__default.string,
|
|
25530
|
+
PropTypes__default.number,
|
|
25531
|
+
PropTypes__default.node
|
|
26074
25532
|
]).isRequired,
|
|
26075
|
-
onClick:
|
|
26076
|
-
title:
|
|
26077
|
-
testId:
|
|
25533
|
+
onClick: PropTypes__default.func,
|
|
25534
|
+
title: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
25535
|
+
testId: PropTypes__default.string
|
|
26078
25536
|
}).isRequired,
|
|
26079
|
-
index:
|
|
25537
|
+
index: PropTypes__default.number
|
|
26080
25538
|
};
|
|
26081
25539
|
const getItemStyle = (draggableProps, item2) => {
|
|
26082
25540
|
if (!draggableProps)
|
|
@@ -26353,68 +25811,68 @@ List.defaultProps = {
|
|
|
26353
25811
|
testId: void 0
|
|
26354
25812
|
};
|
|
26355
25813
|
List.propTypes = {
|
|
26356
|
-
list:
|
|
26357
|
-
name:
|
|
25814
|
+
list: PropTypes__default.shape({
|
|
25815
|
+
name: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]),
|
|
26358
25816
|
actions: actionsShape,
|
|
26359
|
-
items:
|
|
26360
|
-
|
|
26361
|
-
id:
|
|
26362
|
-
name:
|
|
26363
|
-
title:
|
|
26364
|
-
active:
|
|
26365
|
-
details:
|
|
26366
|
-
metadata:
|
|
26367
|
-
metaCount:
|
|
26368
|
-
invalid:
|
|
26369
|
-
content:
|
|
25817
|
+
items: PropTypes__default.arrayOf(
|
|
25818
|
+
PropTypes__default.shape({
|
|
25819
|
+
id: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]).isRequired,
|
|
25820
|
+
name: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]).isRequired,
|
|
25821
|
+
title: PropTypes__default.string,
|
|
25822
|
+
active: PropTypes__default.bool,
|
|
25823
|
+
details: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]),
|
|
25824
|
+
metadata: PropTypes__default.string,
|
|
25825
|
+
metaCount: PropTypes__default.number,
|
|
25826
|
+
invalid: PropTypes__default.bool,
|
|
25827
|
+
content: PropTypes__default.element,
|
|
26370
25828
|
actions: actionsShape,
|
|
26371
|
-
testId:
|
|
26372
|
-
icon:
|
|
26373
|
-
icon:
|
|
26374
|
-
color:
|
|
26375
|
-
tooltip:
|
|
26376
|
-
text:
|
|
26377
|
-
|
|
26378
|
-
|
|
26379
|
-
|
|
25829
|
+
testId: PropTypes__default.string,
|
|
25830
|
+
icon: PropTypes__default.shape({
|
|
25831
|
+
icon: PropTypes__default.node.isRequired,
|
|
25832
|
+
color: PropTypes__default.string.isRequired,
|
|
25833
|
+
tooltip: PropTypes__default.shape({
|
|
25834
|
+
text: PropTypes__default.oneOfType([
|
|
25835
|
+
PropTypes__default.string,
|
|
25836
|
+
PropTypes__default.number,
|
|
25837
|
+
PropTypes__default.node
|
|
26380
25838
|
]),
|
|
26381
|
-
error:
|
|
26382
|
-
warning:
|
|
26383
|
-
placement:
|
|
26384
|
-
enabled:
|
|
26385
|
-
maxWidth:
|
|
26386
|
-
triggerOffset:
|
|
26387
|
-
|
|
26388
|
-
|
|
25839
|
+
error: PropTypes__default.bool,
|
|
25840
|
+
warning: PropTypes__default.bool,
|
|
25841
|
+
placement: PropTypes__default.string,
|
|
25842
|
+
enabled: PropTypes__default.bool,
|
|
25843
|
+
maxWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
25844
|
+
triggerOffset: PropTypes__default.oneOfType([
|
|
25845
|
+
PropTypes__default.string,
|
|
25846
|
+
PropTypes__default.number
|
|
26389
25847
|
]),
|
|
26390
|
-
possiblePlacements:
|
|
26391
|
-
fontSize:
|
|
26392
|
-
padding:
|
|
25848
|
+
possiblePlacements: PropTypes__default.array,
|
|
25849
|
+
fontSize: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
25850
|
+
padding: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number])
|
|
26393
25851
|
})
|
|
26394
25852
|
})
|
|
26395
25853
|
})
|
|
26396
25854
|
).isRequired
|
|
26397
25855
|
}).isRequired,
|
|
26398
|
-
bordered:
|
|
26399
|
-
expanding:
|
|
26400
|
-
narrow:
|
|
26401
|
-
toggleNarrow:
|
|
26402
|
-
onToggleNarrow:
|
|
26403
|
-
invokeEditOnRowClick:
|
|
26404
|
-
noHeader:
|
|
26405
|
-
draggable:
|
|
26406
|
-
onListReorder:
|
|
26407
|
-
marginBottom:
|
|
26408
|
-
height:
|
|
26409
|
-
scrollDetails:
|
|
26410
|
-
scrollable:
|
|
26411
|
-
hideScrollbar:
|
|
26412
|
-
triggerScrollToActiveItem:
|
|
26413
|
-
infiniteScroll:
|
|
26414
|
-
limit:
|
|
26415
|
-
infiniteScrollTarget:
|
|
25856
|
+
bordered: PropTypes__default.bool,
|
|
25857
|
+
expanding: PropTypes__default.bool,
|
|
25858
|
+
narrow: PropTypes__default.bool,
|
|
25859
|
+
toggleNarrow: PropTypes__default.bool,
|
|
25860
|
+
onToggleNarrow: PropTypes__default.func,
|
|
25861
|
+
invokeEditOnRowClick: PropTypes__default.bool,
|
|
25862
|
+
noHeader: PropTypes__default.bool,
|
|
25863
|
+
draggable: PropTypes__default.bool,
|
|
25864
|
+
onListReorder: PropTypes__default.func,
|
|
25865
|
+
marginBottom: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
25866
|
+
height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
25867
|
+
scrollDetails: PropTypes__default.shape({
|
|
25868
|
+
scrollable: PropTypes__default.bool,
|
|
25869
|
+
hideScrollbar: PropTypes__default.bool,
|
|
25870
|
+
triggerScrollToActiveItem: PropTypes__default.bool,
|
|
25871
|
+
infiniteScroll: PropTypes__default.bool,
|
|
25872
|
+
limit: PropTypes__default.number,
|
|
25873
|
+
infiniteScrollTarget: PropTypes__default.string
|
|
26416
25874
|
}),
|
|
26417
|
-
testId:
|
|
25875
|
+
testId: PropTypes__default.string
|
|
26418
25876
|
};
|
|
26419
25877
|
const loader = "_loader_6bhnh_333";
|
|
26420
25878
|
const fullViewPortSize = "_fullViewPortSize_6bhnh_339";
|
|
@@ -26486,15 +25944,15 @@ Loader.defaultProps = {
|
|
|
26486
25944
|
theme: "dark"
|
|
26487
25945
|
};
|
|
26488
25946
|
Loader.propTypes = {
|
|
26489
|
-
fullViewPortSize:
|
|
26490
|
-
cover:
|
|
26491
|
-
width:
|
|
26492
|
-
height:
|
|
26493
|
-
text:
|
|
26494
|
-
details:
|
|
26495
|
-
children:
|
|
26496
|
-
testId:
|
|
26497
|
-
theme:
|
|
25947
|
+
fullViewPortSize: PropTypes__default.bool,
|
|
25948
|
+
cover: PropTypes__default.bool,
|
|
25949
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
25950
|
+
height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
25951
|
+
text: PropTypes__default.string,
|
|
25952
|
+
details: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]),
|
|
25953
|
+
children: PropTypes__default.node,
|
|
25954
|
+
testId: PropTypes__default.string,
|
|
25955
|
+
theme: PropTypes__default.string
|
|
26498
25956
|
};
|
|
26499
25957
|
const inputInTable$7 = "_inputInTable_1jec4_333";
|
|
26500
25958
|
const inputHover$7 = "_inputHover_1jec4_339";
|
|
@@ -26664,26 +26122,26 @@ const Message = ({ message: message2 }) => {
|
|
|
26664
26122
|
}) : null
|
|
26665
26123
|
});
|
|
26666
26124
|
};
|
|
26667
|
-
const messageShape =
|
|
26668
|
-
visible:
|
|
26669
|
-
type:
|
|
26670
|
-
icon:
|
|
26671
|
-
heading:
|
|
26672
|
-
content:
|
|
26673
|
-
|
|
26674
|
-
|
|
26675
|
-
|
|
26125
|
+
const messageShape = PropTypes__default.shape({
|
|
26126
|
+
visible: PropTypes__default.bool,
|
|
26127
|
+
type: PropTypes__default.oneOf(["Info", "Success", "Warning", "Error"]),
|
|
26128
|
+
icon: PropTypes__default.bool,
|
|
26129
|
+
heading: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
26130
|
+
content: PropTypes__default.oneOfType([
|
|
26131
|
+
PropTypes__default.string,
|
|
26132
|
+
PropTypes__default.number,
|
|
26133
|
+
PropTypes__default.node
|
|
26676
26134
|
]),
|
|
26677
|
-
details:
|
|
26678
|
-
|
|
26679
|
-
|
|
26680
|
-
|
|
26135
|
+
details: PropTypes__default.oneOfType([
|
|
26136
|
+
PropTypes__default.string,
|
|
26137
|
+
PropTypes__default.number,
|
|
26138
|
+
PropTypes__default.node
|
|
26681
26139
|
]),
|
|
26682
|
-
footer:
|
|
26683
|
-
withDismiss:
|
|
26684
|
-
onClose:
|
|
26685
|
-
width:
|
|
26686
|
-
maxHeight:
|
|
26140
|
+
footer: PropTypes__default.node,
|
|
26141
|
+
withDismiss: PropTypes__default.bool,
|
|
26142
|
+
onClose: PropTypes__default.func,
|
|
26143
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
26144
|
+
maxHeight: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number])
|
|
26687
26145
|
});
|
|
26688
26146
|
Message.propTypes = {
|
|
26689
26147
|
message: messageShape.isRequired
|
|
@@ -26698,7 +26156,7 @@ const Portal = ({ id: id2, children }) => {
|
|
|
26698
26156
|
return parent ? createPortal(children, parent) : null;
|
|
26699
26157
|
};
|
|
26700
26158
|
Portal.propTypes = {
|
|
26701
|
-
id:
|
|
26159
|
+
id: PropTypes__default.string.isRequired
|
|
26702
26160
|
};
|
|
26703
26161
|
const wrapper$2 = "_wrapper_1d6pq_333";
|
|
26704
26162
|
const contentContainer = "_contentContainer_1d6pq_347";
|
|
@@ -26746,10 +26204,10 @@ Modal.defaultProps = {
|
|
|
26746
26204
|
width: "100%"
|
|
26747
26205
|
};
|
|
26748
26206
|
Modal.propTypes = {
|
|
26749
|
-
children:
|
|
26750
|
-
visible:
|
|
26751
|
-
centered:
|
|
26752
|
-
width:
|
|
26207
|
+
children: PropTypes__default.node.isRequired,
|
|
26208
|
+
visible: PropTypes__default.bool,
|
|
26209
|
+
centered: PropTypes__default.bool,
|
|
26210
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number])
|
|
26753
26211
|
};
|
|
26754
26212
|
const menu$1 = "_menu_1h557_333";
|
|
26755
26213
|
const header = "_header_1h557_344";
|
|
@@ -26883,18 +26341,18 @@ OptionDropdown.defaultProps = {
|
|
|
26883
26341
|
maxHeight: "40vh"
|
|
26884
26342
|
};
|
|
26885
26343
|
OptionDropdown.propTypes = {
|
|
26886
|
-
name:
|
|
26887
|
-
label:
|
|
26888
|
-
options:
|
|
26889
|
-
|
|
26890
|
-
label:
|
|
26891
|
-
value:
|
|
26892
|
-
selected:
|
|
26344
|
+
name: PropTypes__default.string,
|
|
26345
|
+
label: PropTypes__default.string.isRequired,
|
|
26346
|
+
options: PropTypes__default.arrayOf(
|
|
26347
|
+
PropTypes__default.shape({
|
|
26348
|
+
label: PropTypes__default.string,
|
|
26349
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
26350
|
+
selected: PropTypes__default.bool
|
|
26893
26351
|
})
|
|
26894
26352
|
).isRequired,
|
|
26895
|
-
onChange:
|
|
26896
|
-
showHeader:
|
|
26897
|
-
maxHeight:
|
|
26353
|
+
onChange: PropTypes__default.func.isRequired,
|
|
26354
|
+
showHeader: PropTypes__default.bool,
|
|
26355
|
+
maxHeight: PropTypes__default.string
|
|
26898
26356
|
};
|
|
26899
26357
|
const page = "_page_1hv80_333";
|
|
26900
26358
|
const scroll2 = "_scroll_1hv80_355";
|
|
@@ -26918,15 +26376,15 @@ Page.defaultProps = {
|
|
|
26918
26376
|
top: "60px"
|
|
26919
26377
|
};
|
|
26920
26378
|
Page.propTypes = {
|
|
26921
|
-
children:
|
|
26922
|
-
padding:
|
|
26923
|
-
|
|
26924
|
-
|
|
26925
|
-
|
|
26379
|
+
children: PropTypes__default.node,
|
|
26380
|
+
padding: PropTypes__default.oneOfType([
|
|
26381
|
+
PropTypes__default.bool,
|
|
26382
|
+
PropTypes__default.string,
|
|
26383
|
+
PropTypes__default.number
|
|
26926
26384
|
]),
|
|
26927
|
-
left:
|
|
26928
|
-
scroll:
|
|
26929
|
-
top:
|
|
26385
|
+
left: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]),
|
|
26386
|
+
scroll: PropTypes__default.bool,
|
|
26387
|
+
top: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string])
|
|
26930
26388
|
};
|
|
26931
26389
|
const inputInTable$6 = "_inputInTable_v6efs_333";
|
|
26932
26390
|
const inputHover$6 = "_inputHover_v6efs_339";
|
|
@@ -27064,11 +26522,11 @@ const NativeSelect = ({
|
|
|
27064
26522
|
});
|
|
27065
26523
|
};
|
|
27066
26524
|
const selectOptionShape$1 = {
|
|
27067
|
-
label:
|
|
27068
|
-
value:
|
|
27069
|
-
|
|
27070
|
-
|
|
27071
|
-
|
|
26525
|
+
label: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
26526
|
+
value: PropTypes__default.oneOfType([
|
|
26527
|
+
PropTypes__default.number,
|
|
26528
|
+
PropTypes__default.string,
|
|
26529
|
+
PropTypes__default.bool
|
|
27072
26530
|
]).isRequired
|
|
27073
26531
|
};
|
|
27074
26532
|
NativeSelect.defaultProps = {
|
|
@@ -27093,41 +26551,41 @@ NativeSelect.defaultProps = {
|
|
|
27093
26551
|
isInTable: false
|
|
27094
26552
|
};
|
|
27095
26553
|
const NativeSelectShape = {
|
|
27096
|
-
borderRadius:
|
|
27097
|
-
disabled:
|
|
27098
|
-
error:
|
|
27099
|
-
|
|
27100
|
-
|
|
27101
|
-
|
|
26554
|
+
borderRadius: PropTypes__default.number,
|
|
26555
|
+
disabled: PropTypes__default.bool,
|
|
26556
|
+
error: PropTypes__default.oneOfType([
|
|
26557
|
+
PropTypes__default.string,
|
|
26558
|
+
PropTypes__default.number,
|
|
26559
|
+
PropTypes__default.node
|
|
27102
26560
|
]),
|
|
27103
|
-
warning:
|
|
27104
|
-
|
|
27105
|
-
|
|
27106
|
-
|
|
26561
|
+
warning: PropTypes__default.oneOfType([
|
|
26562
|
+
PropTypes__default.string,
|
|
26563
|
+
PropTypes__default.number,
|
|
26564
|
+
PropTypes__default.node
|
|
27107
26565
|
]),
|
|
27108
|
-
tooltip:
|
|
27109
|
-
|
|
27110
|
-
|
|
27111
|
-
|
|
26566
|
+
tooltip: PropTypes__default.oneOfType([
|
|
26567
|
+
PropTypes__default.string,
|
|
26568
|
+
PropTypes__default.number,
|
|
26569
|
+
PropTypes__default.node
|
|
27112
26570
|
]),
|
|
27113
|
-
options:
|
|
27114
|
-
onChange:
|
|
27115
|
-
onFocus:
|
|
27116
|
-
onBlur:
|
|
27117
|
-
right:
|
|
27118
|
-
small:
|
|
27119
|
-
tabIndex:
|
|
27120
|
-
selectedOption:
|
|
27121
|
-
width:
|
|
27122
|
-
groupOrder:
|
|
27123
|
-
testId:
|
|
27124
|
-
isInTable:
|
|
26571
|
+
options: PropTypes__default.arrayOf(PropTypes__default.shape(selectOptionShape$1)).isRequired,
|
|
26572
|
+
onChange: PropTypes__default.func,
|
|
26573
|
+
onFocus: PropTypes__default.func,
|
|
26574
|
+
onBlur: PropTypes__default.func,
|
|
26575
|
+
right: PropTypes__default.bool,
|
|
26576
|
+
small: PropTypes__default.bool,
|
|
26577
|
+
tabIndex: PropTypes__default.number,
|
|
26578
|
+
selectedOption: PropTypes__default.shape(selectOptionShape$1),
|
|
26579
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
26580
|
+
groupOrder: PropTypes__default.string,
|
|
26581
|
+
testId: PropTypes__default.string,
|
|
26582
|
+
isInTable: PropTypes__default.bool
|
|
27125
26583
|
};
|
|
27126
26584
|
NativeSelect.propTypes = NativeSelectShape;
|
|
27127
26585
|
var reactKeyboardEventHandler = { exports: {} };
|
|
27128
26586
|
(function(module, exports) {
|
|
27129
26587
|
!function(e2, t) {
|
|
27130
|
-
module.exports = t(React__default,
|
|
26588
|
+
module.exports = t(React__default, PropTypes__default);
|
|
27131
26589
|
}(window, function(e2, t) {
|
|
27132
26590
|
return function(e3) {
|
|
27133
26591
|
var t2 = {};
|
|
@@ -28283,7 +27741,7 @@ Input.defaultProps = {
|
|
|
28283
27741
|
placeholder: "Select..."
|
|
28284
27742
|
};
|
|
28285
27743
|
Input.propTypes = {
|
|
28286
|
-
placeholder:
|
|
27744
|
+
placeholder: PropTypes.string
|
|
28287
27745
|
};
|
|
28288
27746
|
const Trigger = ({
|
|
28289
27747
|
selectedOptions,
|
|
@@ -28848,37 +28306,37 @@ const CustomSelect = ({
|
|
|
28848
28306
|
})
|
|
28849
28307
|
});
|
|
28850
28308
|
};
|
|
28851
|
-
const selectOptionShape =
|
|
28852
|
-
|
|
28853
|
-
label:
|
|
28854
|
-
value:
|
|
28855
|
-
|
|
28856
|
-
|
|
28857
|
-
|
|
28309
|
+
const selectOptionShape = PropTypes__default.oneOfType([
|
|
28310
|
+
PropTypes__default.shape({
|
|
28311
|
+
label: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
28312
|
+
value: PropTypes__default.oneOfType([
|
|
28313
|
+
PropTypes__default.number,
|
|
28314
|
+
PropTypes__default.string,
|
|
28315
|
+
PropTypes__default.bool
|
|
28858
28316
|
]).isRequired,
|
|
28859
|
-
icon:
|
|
28317
|
+
icon: PropTypes__default.oneOfType([PropTypes__default.node, PropTypes__default.string]),
|
|
28860
28318
|
actions: actionsShape,
|
|
28861
|
-
testId:
|
|
28319
|
+
testId: PropTypes__default.string
|
|
28862
28320
|
}),
|
|
28863
|
-
|
|
28864
|
-
label:
|
|
28865
|
-
type:
|
|
28321
|
+
PropTypes__default.shape({
|
|
28322
|
+
label: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
28323
|
+
type: PropTypes__default.string
|
|
28866
28324
|
})
|
|
28867
28325
|
]);
|
|
28868
28326
|
const selectedOptionShape = {
|
|
28869
|
-
label:
|
|
28870
|
-
value:
|
|
28871
|
-
|
|
28872
|
-
|
|
28873
|
-
|
|
28327
|
+
label: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
28328
|
+
value: PropTypes__default.oneOfType([
|
|
28329
|
+
PropTypes__default.number,
|
|
28330
|
+
PropTypes__default.string,
|
|
28331
|
+
PropTypes__default.bool
|
|
28874
28332
|
]).isRequired
|
|
28875
28333
|
};
|
|
28876
|
-
const selectedOptionsShape =
|
|
28877
|
-
|
|
28878
|
-
|
|
28879
|
-
|
|
28880
|
-
|
|
28881
|
-
|
|
28334
|
+
const selectedOptionsShape = PropTypes__default.oneOfType([
|
|
28335
|
+
PropTypes__default.string,
|
|
28336
|
+
PropTypes__default.number,
|
|
28337
|
+
PropTypes__default.shape(selectedOptionShape),
|
|
28338
|
+
PropTypes__default.arrayOf(PropTypes__default.shape(selectedOptionShape)),
|
|
28339
|
+
PropTypes__default.arrayOf(PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]))
|
|
28882
28340
|
]);
|
|
28883
28341
|
CustomSelect.defaultProps = {
|
|
28884
28342
|
multi: false,
|
|
@@ -28908,41 +28366,41 @@ CustomSelect.defaultProps = {
|
|
|
28908
28366
|
testId: void 0
|
|
28909
28367
|
};
|
|
28910
28368
|
const CustomSelectShape = {
|
|
28911
|
-
multi:
|
|
28912
|
-
disabled:
|
|
28913
|
-
error:
|
|
28914
|
-
|
|
28915
|
-
|
|
28916
|
-
|
|
28369
|
+
multi: PropTypes__default.bool,
|
|
28370
|
+
disabled: PropTypes__default.bool,
|
|
28371
|
+
error: PropTypes__default.oneOfType([
|
|
28372
|
+
PropTypes__default.string,
|
|
28373
|
+
PropTypes__default.number,
|
|
28374
|
+
PropTypes__default.node
|
|
28917
28375
|
]),
|
|
28918
|
-
warning:
|
|
28919
|
-
|
|
28920
|
-
|
|
28921
|
-
|
|
28376
|
+
warning: PropTypes__default.oneOfType([
|
|
28377
|
+
PropTypes__default.string,
|
|
28378
|
+
PropTypes__default.number,
|
|
28379
|
+
PropTypes__default.node
|
|
28922
28380
|
]),
|
|
28923
|
-
tooltip:
|
|
28924
|
-
|
|
28925
|
-
|
|
28926
|
-
|
|
28381
|
+
tooltip: PropTypes__default.oneOfType([
|
|
28382
|
+
PropTypes__default.string,
|
|
28383
|
+
PropTypes__default.number,
|
|
28384
|
+
PropTypes__default.node
|
|
28927
28385
|
]),
|
|
28928
|
-
options:
|
|
28386
|
+
options: PropTypes__default.arrayOf(selectOptionShape).isRequired,
|
|
28929
28387
|
selectedOptions: selectedOptionsShape,
|
|
28930
|
-
onChange:
|
|
28931
|
-
onCreate:
|
|
28932
|
-
placeholder:
|
|
28933
|
-
small:
|
|
28934
|
-
tabIndex:
|
|
28935
|
-
width:
|
|
28936
|
-
autoLayerWidth:
|
|
28937
|
-
onFocus:
|
|
28938
|
-
onBlur:
|
|
28939
|
-
searchable:
|
|
28940
|
-
clearable:
|
|
28941
|
-
isInTable:
|
|
28942
|
-
groupOrder:
|
|
28943
|
-
firstSelectedOptionIndex:
|
|
28944
|
-
right:
|
|
28945
|
-
testId:
|
|
28388
|
+
onChange: PropTypes__default.func,
|
|
28389
|
+
onCreate: PropTypes__default.func,
|
|
28390
|
+
placeholder: PropTypes__default.string,
|
|
28391
|
+
small: PropTypes__default.bool,
|
|
28392
|
+
tabIndex: PropTypes__default.number,
|
|
28393
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
28394
|
+
autoLayerWidth: PropTypes__default.bool,
|
|
28395
|
+
onFocus: PropTypes__default.func,
|
|
28396
|
+
onBlur: PropTypes__default.func,
|
|
28397
|
+
searchable: PropTypes__default.bool,
|
|
28398
|
+
clearable: PropTypes__default.bool,
|
|
28399
|
+
isInTable: PropTypes__default.bool,
|
|
28400
|
+
groupOrder: PropTypes__default.string,
|
|
28401
|
+
firstSelectedOptionIndex: PropTypes__default.number,
|
|
28402
|
+
right: PropTypes__default.bool,
|
|
28403
|
+
testId: PropTypes__default.string
|
|
28946
28404
|
};
|
|
28947
28405
|
CustomSelect.propTypes = CustomSelectShape;
|
|
28948
28406
|
const isMulti = (selectedOptions) => selectedOptions instanceof Array;
|
|
@@ -29151,46 +28609,46 @@ Select.defaultProps = {
|
|
|
29151
28609
|
testId: void 0
|
|
29152
28610
|
};
|
|
29153
28611
|
const SelectShape = {
|
|
29154
|
-
name:
|
|
29155
|
-
disabled:
|
|
29156
|
-
error:
|
|
29157
|
-
|
|
29158
|
-
|
|
29159
|
-
|
|
28612
|
+
name: PropTypes.string,
|
|
28613
|
+
disabled: PropTypes.bool,
|
|
28614
|
+
error: PropTypes.oneOfType([
|
|
28615
|
+
PropTypes.string,
|
|
28616
|
+
PropTypes.number,
|
|
28617
|
+
PropTypes.node
|
|
29160
28618
|
]),
|
|
29161
|
-
warning:
|
|
29162
|
-
|
|
29163
|
-
|
|
29164
|
-
|
|
28619
|
+
warning: PropTypes.oneOfType([
|
|
28620
|
+
PropTypes.string,
|
|
28621
|
+
PropTypes.number,
|
|
28622
|
+
PropTypes.node
|
|
29165
28623
|
]),
|
|
29166
|
-
tooltip:
|
|
29167
|
-
|
|
29168
|
-
|
|
29169
|
-
|
|
28624
|
+
tooltip: PropTypes.oneOfType([
|
|
28625
|
+
PropTypes.string,
|
|
28626
|
+
PropTypes.number,
|
|
28627
|
+
PropTypes.node
|
|
29170
28628
|
]),
|
|
29171
|
-
options:
|
|
28629
|
+
options: PropTypes.arrayOf(selectOptionShape).isRequired,
|
|
29172
28630
|
value: selectedOptionsShape,
|
|
29173
|
-
onChange:
|
|
29174
|
-
onCreate:
|
|
29175
|
-
small:
|
|
29176
|
-
tabIndex:
|
|
29177
|
-
width:
|
|
29178
|
-
autoLayerWidth:
|
|
29179
|
-
onFocus:
|
|
29180
|
-
onBlur:
|
|
29181
|
-
searchable:
|
|
29182
|
-
clearable:
|
|
29183
|
-
maxTooltipWidth:
|
|
29184
|
-
autoScroll:
|
|
29185
|
-
checkNonExistentValues:
|
|
29186
|
-
testId:
|
|
29187
|
-
closeOnOptionActionClick:
|
|
29188
|
-
borderRadius:
|
|
29189
|
-
deprecatedEventHandler:
|
|
29190
|
-
isInTable:
|
|
29191
|
-
right:
|
|
29192
|
-
};
|
|
29193
|
-
Select.propTypes =
|
|
28631
|
+
onChange: PropTypes.func,
|
|
28632
|
+
onCreate: PropTypes.func,
|
|
28633
|
+
small: PropTypes.bool,
|
|
28634
|
+
tabIndex: PropTypes.number,
|
|
28635
|
+
width: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
28636
|
+
autoLayerWidth: PropTypes.bool,
|
|
28637
|
+
onFocus: PropTypes.func,
|
|
28638
|
+
onBlur: PropTypes.func,
|
|
28639
|
+
searchable: PropTypes.bool,
|
|
28640
|
+
clearable: PropTypes.bool,
|
|
28641
|
+
maxTooltipWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
28642
|
+
autoScroll: PropTypes.bool,
|
|
28643
|
+
checkNonExistentValues: PropTypes.bool,
|
|
28644
|
+
testId: PropTypes.string,
|
|
28645
|
+
closeOnOptionActionClick: PropTypes.bool,
|
|
28646
|
+
borderRadius: PropTypes.number,
|
|
28647
|
+
deprecatedEventHandler: PropTypes.bool,
|
|
28648
|
+
isInTable: PropTypes.bool,
|
|
28649
|
+
right: PropTypes.bool
|
|
28650
|
+
};
|
|
28651
|
+
Select.propTypes = PropTypes.shape(SelectShape).isRequired;
|
|
29194
28652
|
const selectedRowsPerPage = (options, value) => {
|
|
29195
28653
|
return value || options && options.reduce((acc, row2) => {
|
|
29196
28654
|
return row2.selected ? row2.value : acc;
|
|
@@ -29331,27 +28789,27 @@ const Pagination = ({ pagination: pagination2 }) => {
|
|
|
29331
28789
|
]
|
|
29332
28790
|
});
|
|
29333
28791
|
};
|
|
29334
|
-
const paginationShape =
|
|
29335
|
-
rowCount:
|
|
29336
|
-
selectedPage:
|
|
29337
|
-
rowsPerPage:
|
|
29338
|
-
onChange:
|
|
29339
|
-
options:
|
|
29340
|
-
|
|
29341
|
-
label:
|
|
29342
|
-
value:
|
|
29343
|
-
selected:
|
|
28792
|
+
const paginationShape = PropTypes__default.shape({
|
|
28793
|
+
rowCount: PropTypes__default.number.isRequired,
|
|
28794
|
+
selectedPage: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
28795
|
+
rowsPerPage: PropTypes__default.shape({
|
|
28796
|
+
onChange: PropTypes__default.func.isRequired,
|
|
28797
|
+
options: PropTypes__default.arrayOf(
|
|
28798
|
+
PropTypes__default.shape({
|
|
28799
|
+
label: PropTypes__default.string.isRequired,
|
|
28800
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]).isRequired,
|
|
28801
|
+
selected: PropTypes__default.bool
|
|
29344
28802
|
})
|
|
29345
28803
|
).isRequired,
|
|
29346
|
-
value:
|
|
29347
|
-
|
|
29348
|
-
|
|
29349
|
-
|
|
28804
|
+
value: PropTypes__default.oneOfType([
|
|
28805
|
+
PropTypes__default.object,
|
|
28806
|
+
PropTypes__default.string,
|
|
28807
|
+
PropTypes__default.number
|
|
29350
28808
|
])
|
|
29351
28809
|
}),
|
|
29352
|
-
onSelectPage:
|
|
29353
|
-
small:
|
|
29354
|
-
errorMessageTemplate:
|
|
28810
|
+
onSelectPage: PropTypes__default.func,
|
|
28811
|
+
small: PropTypes__default.bool,
|
|
28812
|
+
errorMessageTemplate: PropTypes__default.string
|
|
29355
28813
|
});
|
|
29356
28814
|
Pagination.propTypes = {
|
|
29357
28815
|
pagination: paginationShape.isRequired
|
|
@@ -29438,14 +28896,14 @@ const Popover = ({
|
|
|
29438
28896
|
});
|
|
29439
28897
|
};
|
|
29440
28898
|
Popover.propTypes = {
|
|
29441
|
-
content:
|
|
29442
|
-
closeOnOutsideClick:
|
|
29443
|
-
placement:
|
|
29444
|
-
fullWidth:
|
|
29445
|
-
showCloseButton:
|
|
29446
|
-
testId:
|
|
29447
|
-
disabled:
|
|
29448
|
-
overflowContainer:
|
|
28899
|
+
content: PropTypes__default.node,
|
|
28900
|
+
closeOnOutsideClick: PropTypes__default.bool,
|
|
28901
|
+
placement: PropTypes__default.string,
|
|
28902
|
+
fullWidth: PropTypes__default.bool,
|
|
28903
|
+
showCloseButton: PropTypes__default.bool,
|
|
28904
|
+
testId: PropTypes__default.string,
|
|
28905
|
+
disabled: PropTypes__default.bool,
|
|
28906
|
+
overflowContainer: PropTypes__default.bool
|
|
29449
28907
|
};
|
|
29450
28908
|
Popover.defaultProps = {
|
|
29451
28909
|
content: null,
|
|
@@ -29471,9 +28929,9 @@ PrintHeader.defaultProps = {
|
|
|
29471
28929
|
logoWidth: "100px"
|
|
29472
28930
|
};
|
|
29473
28931
|
PrintHeader.defaultProps = {
|
|
29474
|
-
logo:
|
|
29475
|
-
logoWidth:
|
|
29476
|
-
alt:
|
|
28932
|
+
logo: PropTypes__default.node.isRequired,
|
|
28933
|
+
logoWidth: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]),
|
|
28934
|
+
alt: PropTypes__default.string.isRequired
|
|
29477
28935
|
};
|
|
29478
28936
|
const progress$1 = "_progress_23ror_1";
|
|
29479
28937
|
const inverted = "_inverted_23ror_9";
|
|
@@ -29551,12 +29009,12 @@ ProgressBar$1.defaultProps = {
|
|
|
29551
29009
|
noLabel: false
|
|
29552
29010
|
};
|
|
29553
29011
|
ProgressBar$1.propTypes = {
|
|
29554
|
-
width:
|
|
29555
|
-
colored:
|
|
29556
|
-
inverted:
|
|
29557
|
-
percentage:
|
|
29558
|
-
showProgressColors:
|
|
29559
|
-
noLabel:
|
|
29012
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
29013
|
+
colored: PropTypes__default.bool,
|
|
29014
|
+
inverted: PropTypes__default.bool,
|
|
29015
|
+
percentage: PropTypes__default.number,
|
|
29016
|
+
showProgressColors: PropTypes__default.bool,
|
|
29017
|
+
noLabel: PropTypes__default.bool
|
|
29560
29018
|
};
|
|
29561
29019
|
const wrapper = "_wrapper_7ev01_333";
|
|
29562
29020
|
const inline$1 = "_inline_7ev01_333";
|
|
@@ -29702,34 +29160,34 @@ RadioButton.defaultProps = {
|
|
|
29702
29160
|
classForContainer: "grouped fields"
|
|
29703
29161
|
};
|
|
29704
29162
|
const RadioButtonShapeDeprecated = {
|
|
29705
|
-
radioButtonsData:
|
|
29706
|
-
inline:
|
|
29707
|
-
mainLabel:
|
|
29708
|
-
onClick:
|
|
29709
|
-
disabled:
|
|
29710
|
-
classForContainer:
|
|
29711
|
-
};
|
|
29712
|
-
const radioOptionShape =
|
|
29713
|
-
label:
|
|
29714
|
-
value:
|
|
29715
|
-
testId:
|
|
29716
|
-
helpText:
|
|
29717
|
-
onClickHelp:
|
|
29163
|
+
radioButtonsData: PropTypes__default.arrayOf(PropTypes__default.object).isRequired,
|
|
29164
|
+
inline: PropTypes__default.bool,
|
|
29165
|
+
mainLabel: PropTypes__default.string,
|
|
29166
|
+
onClick: PropTypes__default.func,
|
|
29167
|
+
disabled: PropTypes__default.bool,
|
|
29168
|
+
classForContainer: PropTypes__default.string
|
|
29169
|
+
};
|
|
29170
|
+
const radioOptionShape = PropTypes__default.shape({
|
|
29171
|
+
label: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
29172
|
+
value: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
29173
|
+
testId: PropTypes__default.string,
|
|
29174
|
+
helpText: PropTypes__default.string,
|
|
29175
|
+
onClickHelp: PropTypes__default.func
|
|
29718
29176
|
});
|
|
29719
29177
|
const RadioButtonShape = {
|
|
29720
|
-
name:
|
|
29721
|
-
noMargin:
|
|
29722
|
-
label:
|
|
29723
|
-
options:
|
|
29178
|
+
name: PropTypes__default.string,
|
|
29179
|
+
noMargin: PropTypes__default.bool,
|
|
29180
|
+
label: PropTypes__default.string,
|
|
29181
|
+
options: PropTypes__default.arrayOf(radioOptionShape).isRequired,
|
|
29724
29182
|
value: radioOptionShape,
|
|
29725
|
-
inline:
|
|
29726
|
-
disabled:
|
|
29727
|
-
small:
|
|
29728
|
-
onChange:
|
|
29729
|
-
};
|
|
29730
|
-
RadioButton.propTypes =
|
|
29731
|
-
|
|
29732
|
-
|
|
29183
|
+
inline: PropTypes__default.bool,
|
|
29184
|
+
disabled: PropTypes__default.bool,
|
|
29185
|
+
small: PropTypes__default.bool,
|
|
29186
|
+
onChange: PropTypes__default.func
|
|
29187
|
+
};
|
|
29188
|
+
RadioButton.propTypes = PropTypes__default.oneOfType([
|
|
29189
|
+
PropTypes__default.shape(RadioButtonShape),
|
|
29190
|
+
PropTypes__default.shape(RadioButtonShapeDeprecated)
|
|
29733
29191
|
]).isRequired;
|
|
29734
29192
|
var makeError = { exports: {} };
|
|
29735
29193
|
(function(module, exports) {
|
|
@@ -41254,8 +40712,8 @@ function getTextSelection(selection, doc2) {
|
|
|
41254
40712
|
}
|
|
41255
40713
|
var MAX_ATTEMPTS = 3;
|
|
41256
40714
|
function createDocumentNode(props) {
|
|
41257
|
-
const { content: content2, schema, document: document2, stringHandler: stringHandler2, onError:
|
|
41258
|
-
const attemptsRemaining =
|
|
40715
|
+
const { content: content2, schema, document: document2, stringHandler: stringHandler2, onError: onError3, attempts = 0 } = props;
|
|
40716
|
+
const attemptsRemaining = onError3 && attempts <= MAX_ATTEMPTS || attempts === 0;
|
|
41259
40717
|
invariant$2(attemptsRemaining, {
|
|
41260
40718
|
code: ErrorConstant.INVALID_CONTENT,
|
|
41261
40719
|
message: "The invalid content has been called recursively more than ${MAX_ATTEMPTS} times. The content is invalid and the error handler has not been able to recover properly."
|
|
@@ -41278,7 +40736,7 @@ function createDocumentNode(props) {
|
|
|
41278
40736
|
return schema.nodeFromJSON(content2);
|
|
41279
40737
|
} catch (error2) {
|
|
41280
40738
|
const details2 = getInvalidContent({ schema, error: error2, json: content2 });
|
|
41281
|
-
const transformedContent =
|
|
40739
|
+
const transformedContent = onError3 == null ? void 0 : onError3(details2);
|
|
41282
40740
|
invariant$2(transformedContent, {
|
|
41283
40741
|
code: ErrorConstant.INVALID_CONTENT,
|
|
41284
40742
|
message: `An error occurred when processing the content. Please provide an \`onError\` handler to process the invalid content: ${JSON.stringify(
|
|
@@ -46238,7 +45696,7 @@ var _RemirrorManager = class {
|
|
|
46238
45696
|
return doc2;
|
|
46239
45697
|
}
|
|
46240
45698
|
createState(props = {}) {
|
|
46241
|
-
const { onError:
|
|
45699
|
+
const { onError: onError3, defaultSelection = "end" } = this.settings;
|
|
46242
45700
|
const {
|
|
46243
45701
|
content: content2 = this.createEmptyDoc(),
|
|
46244
45702
|
selection = defaultSelection,
|
|
@@ -46249,7 +45707,7 @@ var _RemirrorManager = class {
|
|
|
46249
45707
|
stringHandler: isString$2(stringHandler2) ? this.stringHandlers[stringHandler2] : stringHandler2,
|
|
46250
45708
|
document: this.document,
|
|
46251
45709
|
content: content2,
|
|
46252
|
-
onError:
|
|
45710
|
+
onError: onError3,
|
|
46253
45711
|
schema,
|
|
46254
45712
|
selection
|
|
46255
45713
|
});
|
|
@@ -52468,7 +51926,7 @@ __publicField(Hooks, "passThroughHooks", /* @__PURE__ */ new Set([
|
|
|
52468
51926
|
"preprocess",
|
|
52469
51927
|
"postprocess"
|
|
52470
51928
|
]));
|
|
52471
|
-
function
|
|
51929
|
+
function onError2(silent, async, callback) {
|
|
52472
51930
|
return (e2) => {
|
|
52473
51931
|
e2.message += "\nPlease report this to https://github.com/markedjs/marked.";
|
|
52474
51932
|
if (silent) {
|
|
@@ -52500,7 +51958,7 @@ function parseMarkdown(lexer2, parser2) {
|
|
|
52500
51958
|
}
|
|
52501
51959
|
const origOpt = { ...opt };
|
|
52502
51960
|
opt = { ...marked.defaults, ...origOpt };
|
|
52503
|
-
const throwError =
|
|
51961
|
+
const throwError = onError2(opt.silent, opt.async, callback);
|
|
52504
51962
|
if (typeof src === "undefined" || src === null) {
|
|
52505
51963
|
return throwError(new Error("marked(): input parameter is undefined or null"));
|
|
52506
51964
|
}
|
|
@@ -56267,7 +55725,7 @@ RichTextToolbar.defaultProps = {
|
|
|
56267
55725
|
disabled: false
|
|
56268
55726
|
};
|
|
56269
55727
|
RichTextToolbar.propTypes = {
|
|
56270
|
-
disabled:
|
|
55728
|
+
disabled: PropTypes__default.bool
|
|
56271
55729
|
};
|
|
56272
55730
|
const inputInTable$4 = "_inputInTable_12bel_333";
|
|
56273
55731
|
const inputHover$4 = "_inputHover_12bel_339";
|
|
@@ -56336,10 +55794,10 @@ RichTextInput.defaultProps = {
|
|
|
56336
55794
|
value: null
|
|
56337
55795
|
};
|
|
56338
55796
|
RichTextInput.propTypes = {
|
|
56339
|
-
disabled:
|
|
56340
|
-
onChange:
|
|
56341
|
-
placeholder:
|
|
56342
|
-
value:
|
|
55797
|
+
disabled: PropTypes__default.bool,
|
|
55798
|
+
onChange: PropTypes__default.func,
|
|
55799
|
+
placeholder: PropTypes__default.string,
|
|
55800
|
+
value: PropTypes__default.string
|
|
56343
55801
|
};
|
|
56344
55802
|
const row = "_row_19xw9_333";
|
|
56345
55803
|
const styles$d = {
|
|
@@ -56392,16 +55850,16 @@ Row$1.defaultProps = {
|
|
|
56392
55850
|
testId: null
|
|
56393
55851
|
};
|
|
56394
55852
|
Row$1.propTypes = {
|
|
56395
|
-
alignItems:
|
|
56396
|
-
justifyContent:
|
|
56397
|
-
children:
|
|
56398
|
-
flex:
|
|
56399
|
-
height:
|
|
56400
|
-
marginBottom:
|
|
56401
|
-
marginTop:
|
|
56402
|
-
spacing:
|
|
56403
|
-
wrap:
|
|
56404
|
-
testId:
|
|
55853
|
+
alignItems: PropTypes__default.string,
|
|
55854
|
+
justifyContent: PropTypes__default.string,
|
|
55855
|
+
children: PropTypes__default.node,
|
|
55856
|
+
flex: PropTypes__default.bool,
|
|
55857
|
+
height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
55858
|
+
marginBottom: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
55859
|
+
marginTop: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
55860
|
+
spacing: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
55861
|
+
wrap: PropTypes__default.bool,
|
|
55862
|
+
testId: PropTypes__default.string
|
|
56405
55863
|
};
|
|
56406
55864
|
var hasElementType = typeof Element !== "undefined";
|
|
56407
55865
|
var hasMap = typeof Map === "function";
|
|
@@ -56672,29 +56130,29 @@ SideBar.defaultProps = {
|
|
|
56672
56130
|
top: void 0
|
|
56673
56131
|
};
|
|
56674
56132
|
SideBar.propTypes = {
|
|
56675
|
-
options:
|
|
56676
|
-
title:
|
|
56677
|
-
sections:
|
|
56678
|
-
|
|
56679
|
-
heading:
|
|
56680
|
-
items:
|
|
56681
|
-
|
|
56682
|
-
label:
|
|
56683
|
-
value:
|
|
56684
|
-
icon:
|
|
56685
|
-
onClick:
|
|
56686
|
-
isActive:
|
|
56687
|
-
isExperimental:
|
|
56688
|
-
invalid:
|
|
56689
|
-
testId:
|
|
56133
|
+
options: PropTypes__default.shape({
|
|
56134
|
+
title: PropTypes__default.string.isRequired,
|
|
56135
|
+
sections: PropTypes__default.arrayOf(
|
|
56136
|
+
PropTypes__default.shape({
|
|
56137
|
+
heading: PropTypes__default.string.isRequired,
|
|
56138
|
+
items: PropTypes__default.arrayOf(
|
|
56139
|
+
PropTypes__default.shape({
|
|
56140
|
+
label: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]).isRequired,
|
|
56141
|
+
value: PropTypes__default.string.isRequired,
|
|
56142
|
+
icon: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]).isRequired,
|
|
56143
|
+
onClick: PropTypes__default.func.isRequired,
|
|
56144
|
+
isActive: PropTypes__default.bool,
|
|
56145
|
+
isExperimental: PropTypes__default.bool,
|
|
56146
|
+
invalid: PropTypes__default.bool,
|
|
56147
|
+
testId: PropTypes__default.string
|
|
56690
56148
|
})
|
|
56691
56149
|
).isRequired
|
|
56692
56150
|
})
|
|
56693
56151
|
).isRequired
|
|
56694
56152
|
}).isRequired,
|
|
56695
|
-
startOpen:
|
|
56696
|
-
onShiftClickToggleOpen:
|
|
56697
|
-
top:
|
|
56153
|
+
startOpen: PropTypes__default.bool,
|
|
56154
|
+
onShiftClickToggleOpen: PropTypes__default.func,
|
|
56155
|
+
top: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number])
|
|
56698
56156
|
};
|
|
56699
56157
|
function _defineProperty$7(obj, key2, value) {
|
|
56700
56158
|
if (key2 in obj) {
|
|
@@ -58893,41 +58351,41 @@ Slider.defaultProps = {
|
|
|
58893
58351
|
}
|
|
58894
58352
|
};
|
|
58895
58353
|
Slider.propTypes = {
|
|
58896
|
-
name:
|
|
58897
|
-
label:
|
|
58898
|
-
|
|
58899
|
-
|
|
58900
|
-
|
|
58354
|
+
name: PropTypes__default.string,
|
|
58355
|
+
label: PropTypes__default.oneOfType([
|
|
58356
|
+
PropTypes__default.string,
|
|
58357
|
+
PropTypes__default.number,
|
|
58358
|
+
PropTypes__default.node
|
|
58901
58359
|
]),
|
|
58902
|
-
width:
|
|
58903
|
-
labelWidth:
|
|
58904
|
-
value:
|
|
58905
|
-
min:
|
|
58906
|
-
max:
|
|
58907
|
-
step:
|
|
58908
|
-
marks:
|
|
58909
|
-
|
|
58910
|
-
value:
|
|
58911
|
-
label:
|
|
58912
|
-
|
|
58913
|
-
|
|
58914
|
-
|
|
58360
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
58361
|
+
labelWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
58362
|
+
value: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.array]).isRequired,
|
|
58363
|
+
min: PropTypes__default.number.isRequired,
|
|
58364
|
+
max: PropTypes__default.number.isRequired,
|
|
58365
|
+
step: PropTypes__default.number,
|
|
58366
|
+
marks: PropTypes__default.arrayOf(
|
|
58367
|
+
PropTypes__default.shape({
|
|
58368
|
+
value: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
58369
|
+
label: PropTypes__default.oneOfType([
|
|
58370
|
+
PropTypes__default.number,
|
|
58371
|
+
PropTypes__default.string,
|
|
58372
|
+
PropTypes__default.node
|
|
58915
58373
|
]),
|
|
58916
|
-
tooltip:
|
|
58917
|
-
|
|
58918
|
-
|
|
58919
|
-
|
|
58374
|
+
tooltip: PropTypes__default.oneOfType([
|
|
58375
|
+
PropTypes__default.number,
|
|
58376
|
+
PropTypes__default.string,
|
|
58377
|
+
PropTypes__default.node
|
|
58920
58378
|
])
|
|
58921
58379
|
})
|
|
58922
58380
|
),
|
|
58923
|
-
onChange:
|
|
58924
|
-
showArrows:
|
|
58925
|
-
showTooltip:
|
|
58926
|
-
tooltipFormatter:
|
|
58927
|
-
disabled:
|
|
58928
|
-
range:
|
|
58929
|
-
small:
|
|
58930
|
-
vertical:
|
|
58381
|
+
onChange: PropTypes__default.func.isRequired,
|
|
58382
|
+
showArrows: PropTypes__default.bool,
|
|
58383
|
+
showTooltip: PropTypes__default.bool,
|
|
58384
|
+
tooltipFormatter: PropTypes__default.func,
|
|
58385
|
+
disabled: PropTypes__default.bool,
|
|
58386
|
+
range: PropTypes__default.bool,
|
|
58387
|
+
small: PropTypes__default.bool,
|
|
58388
|
+
vertical: PropTypes__default.object
|
|
58931
58389
|
};
|
|
58932
58390
|
const Spacer = ({ height, width, flex }) => /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
58933
58391
|
style: {
|
|
@@ -58944,9 +58402,9 @@ Spacer.defaultProps = {
|
|
|
58944
58402
|
flex: false
|
|
58945
58403
|
};
|
|
58946
58404
|
Spacer.propTypes = {
|
|
58947
|
-
height:
|
|
58948
|
-
width:
|
|
58949
|
-
flex:
|
|
58405
|
+
height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
58406
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
58407
|
+
flex: PropTypes__default.bool
|
|
58950
58408
|
};
|
|
58951
58409
|
const inputInTable$2 = "_inputInTable_354jl_333";
|
|
58952
58410
|
const inputHover$2 = "_inputHover_354jl_339";
|
|
@@ -59040,14 +58498,14 @@ Title$1.defaultProps = {
|
|
|
59040
58498
|
};
|
|
59041
58499
|
Title$1.propTypes = {
|
|
59042
58500
|
actions: actionsShape,
|
|
59043
|
-
actionsRight:
|
|
59044
|
-
colSpan:
|
|
59045
|
-
name:
|
|
59046
|
-
|
|
59047
|
-
|
|
59048
|
-
|
|
58501
|
+
actionsRight: PropTypes__default.bool,
|
|
58502
|
+
colSpan: PropTypes__default.number.isRequired,
|
|
58503
|
+
name: PropTypes__default.oneOfType([
|
|
58504
|
+
PropTypes__default.string,
|
|
58505
|
+
PropTypes__default.number,
|
|
58506
|
+
PropTypes__default.node
|
|
59049
58507
|
]),
|
|
59050
|
-
testId:
|
|
58508
|
+
testId: PropTypes__default.string
|
|
59051
58509
|
};
|
|
59052
58510
|
const cellWrapperPadding$1 = "_cellWrapperPadding_1qrjr_333";
|
|
59053
58511
|
const flexBlock$1 = "_flexBlock_1qrjr_336";
|
|
@@ -59113,9 +58571,9 @@ Footer.defaultProps = {
|
|
|
59113
58571
|
};
|
|
59114
58572
|
Footer.propTypes = {
|
|
59115
58573
|
actions: actionsShape,
|
|
59116
|
-
colSpan:
|
|
58574
|
+
colSpan: PropTypes__default.number.isRequired,
|
|
59117
58575
|
pagination: paginationShape,
|
|
59118
|
-
content:
|
|
58576
|
+
content: PropTypes__default.object
|
|
59119
58577
|
};
|
|
59120
58578
|
function CgSortAz(props) {
|
|
59121
58579
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none" }, "child": [{ "tag": "path", "attr": { "d": "M6 8C6 7.44772 6.44772 7 7 7H17C17.5523 7 18 7.44772 18 8C18 8.55228 17.5523 9 17 9H7C6.44772 9 6 8.55228 6 8Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H9C8.44772 13 8 12.5523 8 12Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M11 15C10.4477 15 10 15.4477 10 16C10 16.5523 10.4477 17 11 17H13C13.5523 17 14 16.5523 14 16C14 15.4477 13.5523 15 13 15H11Z", "fill": "currentColor" } }] })(props);
|
|
@@ -59297,21 +58755,21 @@ NumberInput.defaultProps = {
|
|
|
59297
58755
|
warning: false
|
|
59298
58756
|
};
|
|
59299
58757
|
NumberInput.propTypes = {
|
|
59300
|
-
disabled:
|
|
59301
|
-
error:
|
|
59302
|
-
left:
|
|
59303
|
-
name:
|
|
59304
|
-
onChange:
|
|
59305
|
-
onClick:
|
|
59306
|
-
onFocus:
|
|
59307
|
-
placeholder:
|
|
59308
|
-
small:
|
|
59309
|
-
value:
|
|
59310
|
-
width:
|
|
59311
|
-
testId:
|
|
59312
|
-
warning:
|
|
59313
|
-
validationCallback:
|
|
59314
|
-
allowEmpty:
|
|
58758
|
+
disabled: PropTypes__default.bool,
|
|
58759
|
+
error: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.oneOf([false])]),
|
|
58760
|
+
left: PropTypes__default.bool,
|
|
58761
|
+
name: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.object]),
|
|
58762
|
+
onChange: PropTypes__default.func,
|
|
58763
|
+
onClick: PropTypes__default.func,
|
|
58764
|
+
onFocus: PropTypes__default.func,
|
|
58765
|
+
placeholder: PropTypes__default.string,
|
|
58766
|
+
small: PropTypes__default.bool,
|
|
58767
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
58768
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
58769
|
+
testId: PropTypes__default.string,
|
|
58770
|
+
warning: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.oneOf([false])]),
|
|
58771
|
+
validationCallback: PropTypes__default.func,
|
|
58772
|
+
allowEmpty: PropTypes__default.bool
|
|
59315
58773
|
};
|
|
59316
58774
|
const getCellAlignment = (alignment, styles2, isGetText = false) => {
|
|
59317
58775
|
if (!alignment) {
|
|
@@ -59727,7 +59185,7 @@ const Cell = (props) => {
|
|
|
59727
59185
|
})
|
|
59728
59186
|
});
|
|
59729
59187
|
};
|
|
59730
|
-
const cellType =
|
|
59188
|
+
const cellType = PropTypes__default.oneOf([
|
|
59731
59189
|
"Static",
|
|
59732
59190
|
"Icon",
|
|
59733
59191
|
"Select",
|
|
@@ -59739,194 +59197,194 @@ const cellType = propTypes$1.exports.oneOf([
|
|
|
59739
59197
|
"Link",
|
|
59740
59198
|
"Unit"
|
|
59741
59199
|
]);
|
|
59742
|
-
const cellShape =
|
|
59743
|
-
|
|
59744
|
-
value:
|
|
59200
|
+
const cellShape = PropTypes__default.oneOfType([
|
|
59201
|
+
PropTypes__default.shape({
|
|
59202
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59745
59203
|
type: cellType,
|
|
59746
|
-
colSpan:
|
|
59747
|
-
rowSpan:
|
|
59748
|
-
error:
|
|
59749
|
-
|
|
59750
|
-
|
|
59751
|
-
|
|
59204
|
+
colSpan: PropTypes__default.number,
|
|
59205
|
+
rowSpan: PropTypes__default.number,
|
|
59206
|
+
error: PropTypes__default.oneOfType([
|
|
59207
|
+
PropTypes__default.string,
|
|
59208
|
+
PropTypes__default.number,
|
|
59209
|
+
PropTypes__default.node
|
|
59752
59210
|
]),
|
|
59753
|
-
warning:
|
|
59754
|
-
|
|
59755
|
-
|
|
59756
|
-
|
|
59211
|
+
warning: PropTypes__default.oneOfType([
|
|
59212
|
+
PropTypes__default.string,
|
|
59213
|
+
PropTypes__default.number,
|
|
59214
|
+
PropTypes__default.node
|
|
59757
59215
|
]),
|
|
59758
|
-
tooltip:
|
|
59759
|
-
|
|
59760
|
-
|
|
59761
|
-
|
|
59216
|
+
tooltip: PropTypes__default.oneOfType([
|
|
59217
|
+
PropTypes__default.string,
|
|
59218
|
+
PropTypes__default.number,
|
|
59219
|
+
PropTypes__default.node
|
|
59762
59220
|
]),
|
|
59763
|
-
maxTooltipWidth:
|
|
59764
|
-
breakWord:
|
|
59765
|
-
libraryIcon:
|
|
59766
|
-
onClick:
|
|
59767
|
-
tooltip:
|
|
59768
|
-
|
|
59769
|
-
|
|
59770
|
-
|
|
59221
|
+
maxTooltipWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59222
|
+
breakWord: PropTypes__default.bool,
|
|
59223
|
+
libraryIcon: PropTypes__default.shape({
|
|
59224
|
+
onClick: PropTypes__default.func,
|
|
59225
|
+
tooltip: PropTypes__default.oneOfType([
|
|
59226
|
+
PropTypes__default.string,
|
|
59227
|
+
PropTypes__default.number,
|
|
59228
|
+
PropTypes__default.node
|
|
59771
59229
|
])
|
|
59772
59230
|
}),
|
|
59773
|
-
helpIcon:
|
|
59774
|
-
onClick:
|
|
59775
|
-
tooltip:
|
|
59776
|
-
|
|
59777
|
-
|
|
59778
|
-
|
|
59231
|
+
helpIcon: PropTypes__default.shape({
|
|
59232
|
+
onClick: PropTypes__default.func,
|
|
59233
|
+
tooltip: PropTypes__default.oneOfType([
|
|
59234
|
+
PropTypes__default.string,
|
|
59235
|
+
PropTypes__default.number,
|
|
59236
|
+
PropTypes__default.node
|
|
59779
59237
|
])
|
|
59780
59238
|
}),
|
|
59781
|
-
testId:
|
|
59239
|
+
testId: PropTypes__default.string
|
|
59782
59240
|
}),
|
|
59783
|
-
|
|
59241
|
+
PropTypes__default.shape({
|
|
59784
59242
|
type: cellType.isRequired,
|
|
59785
|
-
icon:
|
|
59786
|
-
colSpan:
|
|
59243
|
+
icon: PropTypes__default.string.isRequired,
|
|
59244
|
+
colSpan: PropTypes__default.number
|
|
59787
59245
|
}),
|
|
59788
|
-
|
|
59789
|
-
name:
|
|
59790
|
-
options:
|
|
59791
|
-
value:
|
|
59246
|
+
PropTypes__default.shape({
|
|
59247
|
+
name: PropTypes__default.string,
|
|
59248
|
+
options: PropTypes__default.arrayOf(selectOptionShape),
|
|
59249
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59792
59250
|
type: cellType.isRequired,
|
|
59793
|
-
onChange:
|
|
59794
|
-
onCreate:
|
|
59795
|
-
error:
|
|
59796
|
-
|
|
59797
|
-
|
|
59798
|
-
|
|
59251
|
+
onChange: PropTypes__default.func,
|
|
59252
|
+
onCreate: PropTypes__default.func,
|
|
59253
|
+
error: PropTypes__default.oneOfType([
|
|
59254
|
+
PropTypes__default.string,
|
|
59255
|
+
PropTypes__default.number,
|
|
59256
|
+
PropTypes__default.node
|
|
59799
59257
|
]),
|
|
59800
|
-
warning:
|
|
59801
|
-
|
|
59802
|
-
|
|
59803
|
-
|
|
59258
|
+
warning: PropTypes__default.oneOfType([
|
|
59259
|
+
PropTypes__default.string,
|
|
59260
|
+
PropTypes__default.number,
|
|
59261
|
+
PropTypes__default.node
|
|
59804
59262
|
]),
|
|
59805
|
-
tooltip:
|
|
59806
|
-
|
|
59807
|
-
|
|
59808
|
-
|
|
59263
|
+
tooltip: PropTypes__default.oneOfType([
|
|
59264
|
+
PropTypes__default.string,
|
|
59265
|
+
PropTypes__default.number,
|
|
59266
|
+
PropTypes__default.node
|
|
59809
59267
|
]),
|
|
59810
|
-
colSpan:
|
|
59811
|
-
clearable:
|
|
59812
|
-
native:
|
|
59813
|
-
searchable:
|
|
59814
|
-
deprecatedEventHandler:
|
|
59815
|
-
maxTooltipWidth:
|
|
59816
|
-
width:
|
|
59817
|
-
autoLayerWidth:
|
|
59818
|
-
testId:
|
|
59268
|
+
colSpan: PropTypes__default.number,
|
|
59269
|
+
clearable: PropTypes__default.bool,
|
|
59270
|
+
native: PropTypes__default.bool,
|
|
59271
|
+
searchable: PropTypes__default.bool,
|
|
59272
|
+
deprecatedEventHandler: PropTypes__default.bool,
|
|
59273
|
+
maxTooltipWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59274
|
+
width: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59275
|
+
autoLayerWidth: PropTypes__default.bool,
|
|
59276
|
+
testId: PropTypes__default.string
|
|
59819
59277
|
}),
|
|
59820
|
-
|
|
59821
|
-
name:
|
|
59822
|
-
value:
|
|
59278
|
+
PropTypes__default.shape({
|
|
59279
|
+
name: PropTypes__default.string,
|
|
59280
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59823
59281
|
type: cellType.isRequired,
|
|
59824
|
-
onChange:
|
|
59825
|
-
placeholder:
|
|
59826
|
-
error:
|
|
59827
|
-
|
|
59828
|
-
|
|
59829
|
-
|
|
59282
|
+
onChange: PropTypes__default.func,
|
|
59283
|
+
placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59284
|
+
error: PropTypes__default.oneOfType([
|
|
59285
|
+
PropTypes__default.string,
|
|
59286
|
+
PropTypes__default.number,
|
|
59287
|
+
PropTypes__default.node
|
|
59830
59288
|
]),
|
|
59831
|
-
warning:
|
|
59832
|
-
|
|
59833
|
-
|
|
59834
|
-
|
|
59289
|
+
warning: PropTypes__default.oneOfType([
|
|
59290
|
+
PropTypes__default.string,
|
|
59291
|
+
PropTypes__default.number,
|
|
59292
|
+
PropTypes__default.node
|
|
59835
59293
|
]),
|
|
59836
|
-
disabled:
|
|
59837
|
-
tooltip:
|
|
59838
|
-
|
|
59839
|
-
|
|
59840
|
-
|
|
59294
|
+
disabled: PropTypes__default.bool,
|
|
59295
|
+
tooltip: PropTypes__default.oneOfType([
|
|
59296
|
+
PropTypes__default.string,
|
|
59297
|
+
PropTypes__default.number,
|
|
59298
|
+
PropTypes__default.node
|
|
59841
59299
|
]),
|
|
59842
|
-
colSpan:
|
|
59843
|
-
maxTooltipWidth:
|
|
59844
|
-
testId:
|
|
59300
|
+
colSpan: PropTypes__default.number,
|
|
59301
|
+
maxTooltipWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59302
|
+
testId: PropTypes__default.string
|
|
59845
59303
|
}),
|
|
59846
|
-
|
|
59847
|
-
name:
|
|
59848
|
-
value:
|
|
59304
|
+
PropTypes__default.shape({
|
|
59305
|
+
name: PropTypes__default.string,
|
|
59306
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59849
59307
|
type: cellType.isRequired,
|
|
59850
|
-
onChange:
|
|
59851
|
-
placeholder:
|
|
59852
|
-
error:
|
|
59853
|
-
|
|
59854
|
-
|
|
59855
|
-
|
|
59308
|
+
onChange: PropTypes__default.func,
|
|
59309
|
+
placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59310
|
+
error: PropTypes__default.oneOfType([
|
|
59311
|
+
PropTypes__default.string,
|
|
59312
|
+
PropTypes__default.number,
|
|
59313
|
+
PropTypes__default.node
|
|
59856
59314
|
]),
|
|
59857
|
-
warning:
|
|
59858
|
-
|
|
59859
|
-
|
|
59860
|
-
|
|
59315
|
+
warning: PropTypes__default.oneOfType([
|
|
59316
|
+
PropTypes__default.string,
|
|
59317
|
+
PropTypes__default.number,
|
|
59318
|
+
PropTypes__default.node
|
|
59861
59319
|
]),
|
|
59862
|
-
disabled:
|
|
59863
|
-
tooltip:
|
|
59864
|
-
|
|
59865
|
-
|
|
59866
|
-
|
|
59320
|
+
disabled: PropTypes__default.bool,
|
|
59321
|
+
tooltip: PropTypes__default.oneOfType([
|
|
59322
|
+
PropTypes__default.string,
|
|
59323
|
+
PropTypes__default.number,
|
|
59324
|
+
PropTypes__default.node
|
|
59867
59325
|
]),
|
|
59868
|
-
left:
|
|
59869
|
-
testId:
|
|
59870
|
-
validationCallback:
|
|
59871
|
-
allowEmpty:
|
|
59326
|
+
left: PropTypes__default.bool,
|
|
59327
|
+
testId: PropTypes__default.string,
|
|
59328
|
+
validationCallback: PropTypes__default.func,
|
|
59329
|
+
allowEmpty: PropTypes__default.bool
|
|
59872
59330
|
}),
|
|
59873
|
-
|
|
59874
|
-
label:
|
|
59875
|
-
checked:
|
|
59331
|
+
PropTypes__default.shape({
|
|
59332
|
+
label: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59333
|
+
checked: PropTypes__default.bool,
|
|
59876
59334
|
type: cellType.isRequired,
|
|
59877
|
-
onClick:
|
|
59878
|
-
colSpan:
|
|
59879
|
-
testId:
|
|
59335
|
+
onClick: PropTypes__default.func,
|
|
59336
|
+
colSpan: PropTypes__default.number,
|
|
59337
|
+
testId: PropTypes__default.string
|
|
59880
59338
|
}),
|
|
59881
|
-
|
|
59882
|
-
label:
|
|
59883
|
-
|
|
59884
|
-
|
|
59885
|
-
|
|
59339
|
+
PropTypes__default.shape({
|
|
59340
|
+
label: PropTypes__default.oneOfType([
|
|
59341
|
+
PropTypes__default.string,
|
|
59342
|
+
PropTypes__default.number,
|
|
59343
|
+
PropTypes__default.node
|
|
59886
59344
|
]),
|
|
59887
|
-
value:
|
|
59888
|
-
min:
|
|
59889
|
-
max:
|
|
59890
|
-
step:
|
|
59891
|
-
marks:
|
|
59892
|
-
onChange:
|
|
59893
|
-
showArrows:
|
|
59894
|
-
showToolTop:
|
|
59895
|
-
tooltipFormatter:
|
|
59896
|
-
disabled:
|
|
59345
|
+
value: PropTypes__default.number.isRequired,
|
|
59346
|
+
min: PropTypes__default.number.isRequired,
|
|
59347
|
+
max: PropTypes__default.number.isRequired,
|
|
59348
|
+
step: PropTypes__default.number,
|
|
59349
|
+
marks: PropTypes__default.object,
|
|
59350
|
+
onChange: PropTypes__default.func.isRequired,
|
|
59351
|
+
showArrows: PropTypes__default.bool,
|
|
59352
|
+
showToolTop: PropTypes__default.bool,
|
|
59353
|
+
tooltipFormatter: PropTypes__default.func,
|
|
59354
|
+
disabled: PropTypes__default.bool
|
|
59897
59355
|
}),
|
|
59898
|
-
|
|
59899
|
-
actions:
|
|
59356
|
+
PropTypes__default.shape({
|
|
59357
|
+
actions: PropTypes__default.arrayOf(actionsShape),
|
|
59900
59358
|
type: cellType.isRequired,
|
|
59901
|
-
colSpan:
|
|
59359
|
+
colSpan: PropTypes__default.number
|
|
59902
59360
|
}),
|
|
59903
|
-
|
|
59904
|
-
value:
|
|
59361
|
+
PropTypes__default.shape({
|
|
59362
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59905
59363
|
type: cellType.isRequired,
|
|
59906
|
-
disabled:
|
|
59907
|
-
onClick:
|
|
59908
|
-
colSpan:
|
|
59909
|
-
testId:
|
|
59910
|
-
error:
|
|
59911
|
-
|
|
59912
|
-
|
|
59913
|
-
|
|
59364
|
+
disabled: PropTypes__default.bool,
|
|
59365
|
+
onClick: PropTypes__default.func,
|
|
59366
|
+
colSpan: PropTypes__default.number,
|
|
59367
|
+
testId: PropTypes__default.string,
|
|
59368
|
+
error: PropTypes__default.oneOfType([
|
|
59369
|
+
PropTypes__default.string,
|
|
59370
|
+
PropTypes__default.number,
|
|
59371
|
+
PropTypes__default.node
|
|
59914
59372
|
]),
|
|
59915
|
-
warning:
|
|
59916
|
-
|
|
59917
|
-
|
|
59918
|
-
|
|
59373
|
+
warning: PropTypes__default.oneOfType([
|
|
59374
|
+
PropTypes__default.string,
|
|
59375
|
+
PropTypes__default.number,
|
|
59376
|
+
PropTypes__default.node
|
|
59919
59377
|
]),
|
|
59920
|
-
tooltip:
|
|
59921
|
-
|
|
59922
|
-
|
|
59923
|
-
|
|
59378
|
+
tooltip: PropTypes__default.oneOfType([
|
|
59379
|
+
PropTypes__default.string,
|
|
59380
|
+
PropTypes__default.number,
|
|
59381
|
+
PropTypes__default.node
|
|
59924
59382
|
])
|
|
59925
59383
|
}),
|
|
59926
|
-
|
|
59927
|
-
value:
|
|
59928
|
-
onClick:
|
|
59929
|
-
colSpan:
|
|
59384
|
+
PropTypes__default.shape({
|
|
59385
|
+
value: PropTypes__default.node,
|
|
59386
|
+
onClick: PropTypes__default.func,
|
|
59387
|
+
colSpan: PropTypes__default.number
|
|
59930
59388
|
})
|
|
59931
59389
|
]);
|
|
59932
59390
|
Cell.defaultProps = {
|
|
@@ -59936,10 +59394,10 @@ Cell.defaultProps = {
|
|
|
59936
59394
|
testId: null
|
|
59937
59395
|
};
|
|
59938
59396
|
Cell.propTypes = {
|
|
59939
|
-
isHeader:
|
|
59940
|
-
style:
|
|
59397
|
+
isHeader: PropTypes__default.bool,
|
|
59398
|
+
style: PropTypes__default.object,
|
|
59941
59399
|
cell: cellShape,
|
|
59942
|
-
testId:
|
|
59400
|
+
testId: PropTypes__default.string
|
|
59943
59401
|
};
|
|
59944
59402
|
const clickableRow = "_clickableRow_17l7m_333";
|
|
59945
59403
|
const hoverableRow = "_hoverableRow_17l7m_336";
|
|
@@ -60132,21 +59590,21 @@ const Row = (props) => {
|
|
|
60132
59590
|
]
|
|
60133
59591
|
});
|
|
60134
59592
|
};
|
|
60135
|
-
const rowShape =
|
|
60136
|
-
active:
|
|
60137
|
-
cells:
|
|
60138
|
-
noDrag:
|
|
60139
|
-
onRowClick:
|
|
60140
|
-
onRowFocus:
|
|
60141
|
-
onRowHover:
|
|
59593
|
+
const rowShape = PropTypes__default.shape({
|
|
59594
|
+
active: PropTypes__default.bool,
|
|
59595
|
+
cells: PropTypes__default.arrayOf(cellShape),
|
|
59596
|
+
noDrag: PropTypes__default.bool,
|
|
59597
|
+
onRowClick: PropTypes__default.func,
|
|
59598
|
+
onRowFocus: PropTypes__default.func,
|
|
59599
|
+
onRowHover: PropTypes__default.func,
|
|
60142
59600
|
actions: actionsShape,
|
|
60143
|
-
expandedContent:
|
|
60144
|
-
content:
|
|
60145
|
-
|
|
60146
|
-
|
|
60147
|
-
|
|
59601
|
+
expandedContent: PropTypes__default.shape({
|
|
59602
|
+
content: PropTypes__default.oneOfType([
|
|
59603
|
+
PropTypes__default.string,
|
|
59604
|
+
PropTypes__default.number,
|
|
59605
|
+
PropTypes__default.node
|
|
60148
59606
|
]),
|
|
60149
|
-
flush:
|
|
59607
|
+
flush: PropTypes__default.bool
|
|
60150
59608
|
})
|
|
60151
59609
|
});
|
|
60152
59610
|
Row.defaultProps = {
|
|
@@ -60160,24 +59618,24 @@ Row.defaultProps = {
|
|
|
60160
59618
|
};
|
|
60161
59619
|
Row.propTypes = {
|
|
60162
59620
|
row: rowShape.isRequired,
|
|
60163
|
-
rowIndex:
|
|
60164
|
-
isHeader:
|
|
60165
|
-
columnCount:
|
|
60166
|
-
colSpan:
|
|
60167
|
-
columnHeaderAlignments:
|
|
60168
|
-
|
|
60169
|
-
|
|
60170
|
-
|
|
59621
|
+
rowIndex: PropTypes__default.number.isRequired,
|
|
59622
|
+
isHeader: PropTypes__default.bool,
|
|
59623
|
+
columnCount: PropTypes__default.number.isRequired,
|
|
59624
|
+
colSpan: PropTypes__default.number.isRequired,
|
|
59625
|
+
columnHeaderAlignments: PropTypes__default.arrayOf(
|
|
59626
|
+
PropTypes__default.oneOfType([
|
|
59627
|
+
PropTypes__default.oneOf(["left", "right", "center", ""]),
|
|
59628
|
+
PropTypes__default.arrayOf(PropTypes__default.oneOf(["left", "right", "center", ""]))
|
|
60171
59629
|
])
|
|
60172
59630
|
),
|
|
60173
|
-
columnAlignment:
|
|
60174
|
-
|
|
59631
|
+
columnAlignment: PropTypes__default.arrayOf(
|
|
59632
|
+
PropTypes__default.oneOf(["left", "right", "center", ""])
|
|
60175
59633
|
),
|
|
60176
|
-
hasRowActions:
|
|
60177
|
-
draggableTable:
|
|
60178
|
-
snapshot:
|
|
60179
|
-
provided:
|
|
60180
|
-
testId:
|
|
59634
|
+
hasRowActions: PropTypes__default.bool.isRequired,
|
|
59635
|
+
draggableTable: PropTypes__default.bool,
|
|
59636
|
+
snapshot: PropTypes__default.object,
|
|
59637
|
+
provided: PropTypes__default.object,
|
|
59638
|
+
testId: PropTypes__default.string
|
|
60181
59639
|
};
|
|
60182
59640
|
const getMaxCellCount = (rows) => {
|
|
60183
59641
|
const count2 = Math.max(
|
|
@@ -60448,44 +59906,44 @@ Table.defaultProps = {
|
|
|
60448
59906
|
}
|
|
60449
59907
|
};
|
|
60450
59908
|
Table.propTypes = {
|
|
60451
|
-
table:
|
|
60452
|
-
name:
|
|
60453
|
-
|
|
60454
|
-
|
|
60455
|
-
|
|
59909
|
+
table: PropTypes__default.shape({
|
|
59910
|
+
name: PropTypes__default.oneOfType([
|
|
59911
|
+
PropTypes__default.string,
|
|
59912
|
+
PropTypes__default.number,
|
|
59913
|
+
PropTypes__default.node
|
|
60456
59914
|
]),
|
|
60457
59915
|
actions: actionsShape,
|
|
60458
|
-
actionsRight:
|
|
60459
|
-
fixedWidth:
|
|
60460
|
-
maxHeight:
|
|
60461
|
-
columnWidths:
|
|
60462
|
-
className:
|
|
60463
|
-
columnHeaderAlignments:
|
|
60464
|
-
|
|
60465
|
-
|
|
60466
|
-
|
|
59916
|
+
actionsRight: PropTypes__default.bool,
|
|
59917
|
+
fixedWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59918
|
+
maxHeight: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
59919
|
+
columnWidths: PropTypes__default.arrayOf(PropTypes__default.string),
|
|
59920
|
+
className: PropTypes__default.string,
|
|
59921
|
+
columnHeaderAlignments: PropTypes__default.arrayOf(
|
|
59922
|
+
PropTypes__default.oneOfType([
|
|
59923
|
+
PropTypes__default.oneOf(["left", "right", "center"]),
|
|
59924
|
+
PropTypes__default.arrayOf(PropTypes__default.oneOf(["left", "right", "center", ""]))
|
|
60467
59925
|
])
|
|
60468
59926
|
),
|
|
60469
|
-
columnAlignment:
|
|
60470
|
-
|
|
59927
|
+
columnAlignment: PropTypes__default.arrayOf(
|
|
59928
|
+
PropTypes__default.oneOf(["left", "right", "center", ""])
|
|
60471
59929
|
),
|
|
60472
|
-
infiniteScroll:
|
|
60473
|
-
stickyHeaders:
|
|
60474
|
-
headers:
|
|
60475
|
-
rows:
|
|
60476
|
-
draggable:
|
|
60477
|
-
footer:
|
|
59930
|
+
infiniteScroll: PropTypes__default.bool,
|
|
59931
|
+
stickyHeaders: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.bool]),
|
|
59932
|
+
headers: PropTypes__default.arrayOf(rowShape),
|
|
59933
|
+
rows: PropTypes__default.arrayOf(rowShape),
|
|
59934
|
+
draggable: PropTypes__default.bool,
|
|
59935
|
+
footer: PropTypes__default.shape({
|
|
60478
59936
|
pagination: paginationShape,
|
|
60479
59937
|
actions: actionsShape,
|
|
60480
|
-
content:
|
|
59938
|
+
content: PropTypes__default.object
|
|
60481
59939
|
}),
|
|
60482
|
-
bordered:
|
|
60483
|
-
striped:
|
|
60484
|
-
testId:
|
|
60485
|
-
onAddRow:
|
|
60486
|
-
defaultEmptyRow:
|
|
59940
|
+
bordered: PropTypes__default.bool,
|
|
59941
|
+
striped: PropTypes__default.bool,
|
|
59942
|
+
testId: PropTypes__default.string,
|
|
59943
|
+
onAddRow: PropTypes__default.func,
|
|
59944
|
+
defaultEmptyRow: PropTypes__default.object
|
|
60487
59945
|
}).isRequired,
|
|
60488
|
-
onListReorder:
|
|
59946
|
+
onListReorder: PropTypes__default.func
|
|
60489
59947
|
};
|
|
60490
59948
|
const tabs = "_tabs_bjsgz_333";
|
|
60491
59949
|
const padding = "_padding_bjsgz_339";
|
|
@@ -60665,43 +60123,43 @@ Tabs.defaultProps = {
|
|
|
60665
60123
|
onChangeTab: void 0,
|
|
60666
60124
|
testId: void 0
|
|
60667
60125
|
};
|
|
60668
|
-
const tabOptionShape =
|
|
60669
|
-
label:
|
|
60670
|
-
value:
|
|
60671
|
-
url:
|
|
60672
|
-
hidden:
|
|
60673
|
-
disabled:
|
|
60674
|
-
invalid:
|
|
60675
|
-
badge:
|
|
60676
|
-
right:
|
|
60677
|
-
testId:
|
|
60126
|
+
const tabOptionShape = PropTypes__default.shape({
|
|
60127
|
+
label: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
60128
|
+
value: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
60129
|
+
url: PropTypes__default.string,
|
|
60130
|
+
hidden: PropTypes__default.bool,
|
|
60131
|
+
disabled: PropTypes__default.bool,
|
|
60132
|
+
invalid: PropTypes__default.bool,
|
|
60133
|
+
badge: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]),
|
|
60134
|
+
right: PropTypes__default.bool,
|
|
60135
|
+
testId: PropTypes__default.string
|
|
60678
60136
|
});
|
|
60679
|
-
const tabSelectedOptionShape =
|
|
60680
|
-
label:
|
|
60681
|
-
value:
|
|
60137
|
+
const tabSelectedOptionShape = PropTypes__default.shape({
|
|
60138
|
+
label: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired,
|
|
60139
|
+
value: PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]).isRequired
|
|
60682
60140
|
});
|
|
60683
60141
|
const TabsShapeDeprecated = {
|
|
60684
|
-
tabs:
|
|
60685
|
-
children:
|
|
60686
|
-
activeTabIndex:
|
|
60687
|
-
onChangeTab:
|
|
60688
|
-
padding:
|
|
60689
|
-
margin:
|
|
60690
|
-
contentPadding:
|
|
60142
|
+
tabs: PropTypes__default.arrayOf(tabOptionShape),
|
|
60143
|
+
children: PropTypes__default.node,
|
|
60144
|
+
activeTabIndex: PropTypes__default.number,
|
|
60145
|
+
onChangeTab: PropTypes__default.func,
|
|
60146
|
+
padding: PropTypes__default.bool,
|
|
60147
|
+
margin: PropTypes__default.bool,
|
|
60148
|
+
contentPadding: PropTypes__default.bool
|
|
60691
60149
|
};
|
|
60692
60150
|
const TabsShape = {
|
|
60693
|
-
name:
|
|
60694
|
-
options:
|
|
60695
|
-
children:
|
|
60151
|
+
name: PropTypes__default.string,
|
|
60152
|
+
options: PropTypes__default.arrayOf(tabOptionShape),
|
|
60153
|
+
children: PropTypes__default.node,
|
|
60696
60154
|
value: tabSelectedOptionShape,
|
|
60697
|
-
onChange:
|
|
60698
|
-
padding:
|
|
60699
|
-
margin:
|
|
60700
|
-
contentPadding:
|
|
60701
|
-
};
|
|
60702
|
-
Tabs.propTypes =
|
|
60703
|
-
|
|
60704
|
-
|
|
60155
|
+
onChange: PropTypes__default.func,
|
|
60156
|
+
padding: PropTypes__default.bool,
|
|
60157
|
+
margin: PropTypes__default.bool,
|
|
60158
|
+
contentPadding: PropTypes__default.bool
|
|
60159
|
+
};
|
|
60160
|
+
Tabs.propTypes = PropTypes__default.oneOfType([
|
|
60161
|
+
PropTypes__default.shape(TabsShape),
|
|
60162
|
+
PropTypes__default.shape(TabsShapeDeprecated)
|
|
60705
60163
|
]).isRequired;
|
|
60706
60164
|
const TextLink = ({ children, href, target, testId }) => {
|
|
60707
60165
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("a", {
|
|
@@ -60720,9 +60178,9 @@ TextLink.defaultProps = {
|
|
|
60720
60178
|
testId: void 0
|
|
60721
60179
|
};
|
|
60722
60180
|
TextLink.propTypes = {
|
|
60723
|
-
href:
|
|
60724
|
-
target:
|
|
60725
|
-
testId:
|
|
60181
|
+
href: PropTypes__default.string,
|
|
60182
|
+
target: PropTypes__default.string,
|
|
60183
|
+
testId: PropTypes__default.string
|
|
60726
60184
|
};
|
|
60727
60185
|
const inputInTable = "_inputInTable_v7awr_333";
|
|
60728
60186
|
const inputHover = "_inputHover_v7awr_339";
|
|
@@ -60827,36 +60285,36 @@ TextArea.defaultProps = {
|
|
|
60827
60285
|
testId: void 0
|
|
60828
60286
|
};
|
|
60829
60287
|
TextArea.propTypes = {
|
|
60830
|
-
error:
|
|
60831
|
-
|
|
60832
|
-
|
|
60833
|
-
|
|
60288
|
+
error: PropTypes__default.oneOfType([
|
|
60289
|
+
PropTypes__default.string,
|
|
60290
|
+
PropTypes__default.number,
|
|
60291
|
+
PropTypes__default.node
|
|
60834
60292
|
]),
|
|
60835
|
-
warning:
|
|
60836
|
-
|
|
60837
|
-
|
|
60838
|
-
|
|
60293
|
+
warning: PropTypes__default.oneOfType([
|
|
60294
|
+
PropTypes__default.string,
|
|
60295
|
+
PropTypes__default.number,
|
|
60296
|
+
PropTypes__default.node
|
|
60839
60297
|
]),
|
|
60840
|
-
tooltip:
|
|
60841
|
-
|
|
60842
|
-
|
|
60843
|
-
|
|
60298
|
+
tooltip: PropTypes__default.oneOfType([
|
|
60299
|
+
PropTypes__default.string,
|
|
60300
|
+
PropTypes__default.number,
|
|
60301
|
+
PropTypes__default.node
|
|
60844
60302
|
]),
|
|
60845
|
-
name:
|
|
60846
|
-
onChange:
|
|
60847
|
-
onKeyPress:
|
|
60848
|
-
onFocus:
|
|
60849
|
-
onBlur:
|
|
60850
|
-
placeholder:
|
|
60851
|
-
tabIndex:
|
|
60852
|
-
value:
|
|
60853
|
-
disabled:
|
|
60854
|
-
cols:
|
|
60855
|
-
rows:
|
|
60856
|
-
resize:
|
|
60857
|
-
maxTooltipWidth:
|
|
60858
|
-
monospace:
|
|
60859
|
-
testId:
|
|
60303
|
+
name: PropTypes__default.string,
|
|
60304
|
+
onChange: PropTypes__default.func,
|
|
60305
|
+
onKeyPress: PropTypes__default.func,
|
|
60306
|
+
onFocus: PropTypes__default.func,
|
|
60307
|
+
onBlur: PropTypes__default.func,
|
|
60308
|
+
placeholder: PropTypes__default.string,
|
|
60309
|
+
tabIndex: PropTypes__default.number,
|
|
60310
|
+
value: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
60311
|
+
disabled: PropTypes__default.bool,
|
|
60312
|
+
cols: PropTypes__default.number,
|
|
60313
|
+
rows: PropTypes__default.number,
|
|
60314
|
+
resize: PropTypes__default.string,
|
|
60315
|
+
maxTooltipWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
60316
|
+
monospace: PropTypes__default.bool,
|
|
60317
|
+
testId: PropTypes__default.string
|
|
60860
60318
|
};
|
|
60861
60319
|
function _extends() {
|
|
60862
60320
|
_extends = Object.assign || function(target) {
|
|
@@ -61997,15 +61455,15 @@ Toggle.defaultProps = {
|
|
|
61997
61455
|
onClickHelp: void 0
|
|
61998
61456
|
};
|
|
61999
61457
|
Toggle.propTypes = {
|
|
62000
|
-
name:
|
|
62001
|
-
checked:
|
|
62002
|
-
onChange:
|
|
62003
|
-
label:
|
|
62004
|
-
small:
|
|
62005
|
-
noMargin:
|
|
62006
|
-
testId:
|
|
62007
|
-
helpText:
|
|
62008
|
-
onClickHelp:
|
|
61458
|
+
name: PropTypes__default.string,
|
|
61459
|
+
checked: PropTypes__default.bool,
|
|
61460
|
+
onChange: PropTypes__default.func.isRequired,
|
|
61461
|
+
label: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
|
|
61462
|
+
small: PropTypes__default.bool,
|
|
61463
|
+
noMargin: PropTypes__default.bool,
|
|
61464
|
+
testId: PropTypes__default.string,
|
|
61465
|
+
helpText: PropTypes__default.string,
|
|
61466
|
+
onClickHelp: PropTypes__default.func
|
|
62009
61467
|
};
|
|
62010
61468
|
const topbar = "_topbar_1m32a_341";
|
|
62011
61469
|
const fixed = "_fixed_1m32a_352";
|
|
@@ -62223,18 +61681,18 @@ TopBar.defaultProps = {
|
|
|
62223
61681
|
fixedPosition: true
|
|
62224
61682
|
};
|
|
62225
61683
|
TopBar.propTypes = {
|
|
62226
|
-
title:
|
|
62227
|
-
label:
|
|
62228
|
-
logo:
|
|
62229
|
-
url:
|
|
62230
|
-
onClick:
|
|
62231
|
-
version:
|
|
61684
|
+
title: PropTypes__default.shape({
|
|
61685
|
+
label: PropTypes__default.string,
|
|
61686
|
+
logo: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]),
|
|
61687
|
+
url: PropTypes__default.string,
|
|
61688
|
+
onClick: PropTypes__default.func,
|
|
61689
|
+
version: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number])
|
|
62232
61690
|
}),
|
|
62233
|
-
content:
|
|
62234
|
-
contentRight:
|
|
62235
|
-
warning:
|
|
62236
|
-
height:
|
|
62237
|
-
fixedPosition:
|
|
61691
|
+
content: PropTypes__default.array,
|
|
61692
|
+
contentRight: PropTypes__default.array,
|
|
61693
|
+
warning: PropTypes__default.string,
|
|
61694
|
+
height: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
61695
|
+
fixedPosition: PropTypes__default.bool
|
|
62238
61696
|
};
|
|
62239
61697
|
const popConfirm = "_popConfirm_qq07h_1";
|
|
62240
61698
|
const content = "_content_qq07h_7";
|
|
@@ -62303,15 +61761,15 @@ const PopConfirm = ({
|
|
|
62303
61761
|
});
|
|
62304
61762
|
};
|
|
62305
61763
|
PopConfirm.propTypes = {
|
|
62306
|
-
children:
|
|
62307
|
-
placement:
|
|
62308
|
-
closeOnOutsideClick:
|
|
62309
|
-
fullWidth:
|
|
62310
|
-
title:
|
|
62311
|
-
cancelText:
|
|
62312
|
-
onClickCancel:
|
|
62313
|
-
okText:
|
|
62314
|
-
onClickOk:
|
|
61764
|
+
children: PropTypes__default.any,
|
|
61765
|
+
placement: PropTypes__default.string,
|
|
61766
|
+
closeOnOutsideClick: PropTypes__default.bool,
|
|
61767
|
+
fullWidth: PropTypes__default.bool,
|
|
61768
|
+
title: PropTypes__default.string,
|
|
61769
|
+
cancelText: PropTypes__default.string,
|
|
61770
|
+
onClickCancel: PropTypes__default.func,
|
|
61771
|
+
okText: PropTypes__default.string,
|
|
61772
|
+
onClickOk: PropTypes__default.func
|
|
62315
61773
|
};
|
|
62316
61774
|
PopConfirm.defaultProps = {
|
|
62317
61775
|
children: null,
|
|
@@ -63152,8 +62610,8 @@ class RawTask {
|
|
|
63152
62610
|
this.release(this);
|
|
63153
62611
|
}
|
|
63154
62612
|
}
|
|
63155
|
-
constructor(
|
|
63156
|
-
this.onError =
|
|
62613
|
+
constructor(onError3, release) {
|
|
62614
|
+
this.onError = onError3;
|
|
63157
62615
|
this.release = release;
|
|
63158
62616
|
this.task = null;
|
|
63159
62617
|
}
|
|
@@ -63168,8 +62626,8 @@ class TaskFactory {
|
|
|
63168
62626
|
t1.task = task;
|
|
63169
62627
|
return t1;
|
|
63170
62628
|
}
|
|
63171
|
-
constructor(
|
|
63172
|
-
this.onError =
|
|
62629
|
+
constructor(onError3) {
|
|
62630
|
+
this.onError = onError3;
|
|
63173
62631
|
this.freeTasks = [];
|
|
63174
62632
|
}
|
|
63175
62633
|
}
|
|
@@ -74122,49 +73580,49 @@ Tree.defaultProps = {
|
|
|
74122
73580
|
isInitialOpen: false
|
|
74123
73581
|
};
|
|
74124
73582
|
Tree.propTypes = {
|
|
74125
|
-
list:
|
|
74126
|
-
name:
|
|
73583
|
+
list: PropTypes__default.shape({
|
|
73584
|
+
name: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]),
|
|
74127
73585
|
actions: actionsShape,
|
|
74128
|
-
items:
|
|
74129
|
-
|
|
74130
|
-
id:
|
|
74131
|
-
name:
|
|
74132
|
-
parent:
|
|
74133
|
-
droppable:
|
|
74134
|
-
details:
|
|
74135
|
-
active:
|
|
74136
|
-
testId:
|
|
73586
|
+
items: PropTypes__default.arrayOf(
|
|
73587
|
+
PropTypes__default.shape({
|
|
73588
|
+
id: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]).isRequired,
|
|
73589
|
+
name: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]).isRequired,
|
|
73590
|
+
parent: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]).isRequired,
|
|
73591
|
+
droppable: PropTypes__default.bool,
|
|
73592
|
+
details: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.node]),
|
|
73593
|
+
active: PropTypes__default.bool,
|
|
73594
|
+
testId: PropTypes__default.string,
|
|
74137
73595
|
actions: actionsShape,
|
|
74138
|
-
icon:
|
|
74139
|
-
icon:
|
|
74140
|
-
color:
|
|
74141
|
-
tooltip:
|
|
74142
|
-
text:
|
|
74143
|
-
|
|
74144
|
-
|
|
74145
|
-
|
|
73596
|
+
icon: PropTypes__default.shape({
|
|
73597
|
+
icon: PropTypes__default.node.isRequired,
|
|
73598
|
+
color: PropTypes__default.string.isRequired,
|
|
73599
|
+
tooltip: PropTypes__default.shape({
|
|
73600
|
+
text: PropTypes__default.oneOfType([
|
|
73601
|
+
PropTypes__default.string,
|
|
73602
|
+
PropTypes__default.number,
|
|
73603
|
+
PropTypes__default.node
|
|
74146
73604
|
]),
|
|
74147
|
-
error:
|
|
74148
|
-
warning:
|
|
74149
|
-
placement:
|
|
74150
|
-
enabled:
|
|
74151
|
-
maxWidth:
|
|
74152
|
-
triggerOffset:
|
|
74153
|
-
|
|
74154
|
-
|
|
73605
|
+
error: PropTypes__default.bool,
|
|
73606
|
+
warning: PropTypes__default.bool,
|
|
73607
|
+
placement: PropTypes__default.string,
|
|
73608
|
+
enabled: PropTypes__default.bool,
|
|
73609
|
+
maxWidth: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
73610
|
+
triggerOffset: PropTypes__default.oneOfType([
|
|
73611
|
+
PropTypes__default.string,
|
|
73612
|
+
PropTypes__default.number
|
|
74155
73613
|
]),
|
|
74156
|
-
possiblePlacements:
|
|
74157
|
-
fontSize:
|
|
74158
|
-
padding:
|
|
73614
|
+
possiblePlacements: PropTypes__default.array,
|
|
73615
|
+
fontSize: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number]),
|
|
73616
|
+
padding: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.number])
|
|
74159
73617
|
})
|
|
74160
73618
|
})
|
|
74161
73619
|
})
|
|
74162
73620
|
).isRequired
|
|
74163
73621
|
}).isRequired,
|
|
74164
|
-
draggable:
|
|
74165
|
-
onListReorder:
|
|
74166
|
-
testId:
|
|
74167
|
-
isInitialOpen:
|
|
73622
|
+
draggable: PropTypes__default.bool,
|
|
73623
|
+
onListReorder: PropTypes__default.func,
|
|
73624
|
+
testId: PropTypes__default.string,
|
|
73625
|
+
isInitialOpen: PropTypes__default.bool
|
|
74168
73626
|
};
|
|
74169
73627
|
export {
|
|
74170
73628
|
Accordion,
|