@oliasoft-open-source/react-ui-library 3.9.11-beta-3 → 3.9.12-beta-1
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/global.css +28 -31
- package/dist/index.js +2059 -1467
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,8 +6,6 @@ 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";
|
|
11
9
|
import ReactDOM, { createPortal, unstable_batchedUpdates, render } from "react-dom";
|
|
12
10
|
import { validateNumber, cleanNumStr } from "@oliasoft-open-source/units";
|
|
13
11
|
const global$2 = "";
|
|
@@ -1009,6 +1007,876 @@ function requireReactJsxRuntime_development() {
|
|
|
1009
1007
|
module.exports = requireReactJsxRuntime_development();
|
|
1010
1008
|
}
|
|
1011
1009
|
})(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
|
+
}
|
|
1012
1880
|
var classnames = { exports: {} };
|
|
1013
1881
|
/*!
|
|
1014
1882
|
Copyright (c) 2018 Jed Watson.
|
|
@@ -1399,14 +2267,14 @@ Accordion.defaultProps = {
|
|
|
1399
2267
|
testId: null
|
|
1400
2268
|
};
|
|
1401
2269
|
Accordion.propTypes = {
|
|
1402
|
-
heading:
|
|
1403
|
-
bordered:
|
|
1404
|
-
padding:
|
|
1405
|
-
managed:
|
|
1406
|
-
expanded:
|
|
1407
|
-
onClick:
|
|
1408
|
-
squareBottom:
|
|
1409
|
-
testId:
|
|
2270
|
+
heading: propTypes$1.exports.node.isRequired,
|
|
2271
|
+
bordered: propTypes$1.exports.bool,
|
|
2272
|
+
padding: propTypes$1.exports.bool,
|
|
2273
|
+
managed: propTypes$1.exports.bool,
|
|
2274
|
+
expanded: propTypes$1.exports.bool,
|
|
2275
|
+
onClick: propTypes$1.exports.func,
|
|
2276
|
+
squareBottom: propTypes$1.exports.bool,
|
|
2277
|
+
testId: propTypes$1.exports.string
|
|
1410
2278
|
};
|
|
1411
2279
|
const checkbox = "_checkbox_1a5ed_333";
|
|
1412
2280
|
const noLabel = "_noLabel_1a5ed_348";
|
|
@@ -1426,7 +2294,7 @@ const styles$R = {
|
|
|
1426
2294
|
};
|
|
1427
2295
|
const DisabledContext = React__default.createContext(false);
|
|
1428
2296
|
DisabledContext.Provider.propTypes = {
|
|
1429
|
-
value:
|
|
2297
|
+
value: propTypes$1.exports.bool
|
|
1430
2298
|
};
|
|
1431
2299
|
var MapShim = function() {
|
|
1432
2300
|
if (typeof Map !== "undefined") {
|
|
@@ -3462,19 +4330,19 @@ TooltipLayer.defaultProps = {
|
|
|
3462
4330
|
}
|
|
3463
4331
|
};
|
|
3464
4332
|
TooltipLayer.propTypes = {
|
|
3465
|
-
text:
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
4333
|
+
text: propTypes$1.exports.oneOfType([
|
|
4334
|
+
propTypes$1.exports.string,
|
|
4335
|
+
propTypes$1.exports.number,
|
|
4336
|
+
propTypes$1.exports.node
|
|
3469
4337
|
]),
|
|
3470
|
-
error:
|
|
3471
|
-
warning:
|
|
3472
|
-
fontSize:
|
|
3473
|
-
padding:
|
|
3474
|
-
maxWidth:
|
|
3475
|
-
layerSide:
|
|
3476
|
-
layerProps:
|
|
3477
|
-
arrowProps:
|
|
4338
|
+
error: propTypes$1.exports.bool,
|
|
4339
|
+
warning: propTypes$1.exports.bool,
|
|
4340
|
+
fontSize: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
4341
|
+
padding: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
4342
|
+
maxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
4343
|
+
layerSide: propTypes$1.exports.string,
|
|
4344
|
+
layerProps: propTypes$1.exports.object,
|
|
4345
|
+
arrowProps: propTypes$1.exports.object
|
|
3478
4346
|
};
|
|
3479
4347
|
const Tooltip = ({
|
|
3480
4348
|
children,
|
|
@@ -3552,23 +4420,23 @@ Tooltip.defaultProps = {
|
|
|
3552
4420
|
forceOpen: false
|
|
3553
4421
|
};
|
|
3554
4422
|
Tooltip.propTypes = {
|
|
3555
|
-
text:
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
4423
|
+
text: propTypes$1.exports.oneOfType([
|
|
4424
|
+
propTypes$1.exports.string,
|
|
4425
|
+
propTypes$1.exports.number,
|
|
4426
|
+
propTypes$1.exports.node
|
|
3559
4427
|
]),
|
|
3560
|
-
error:
|
|
3561
|
-
warning:
|
|
3562
|
-
placement:
|
|
3563
|
-
enabled:
|
|
3564
|
-
maxWidth:
|
|
3565
|
-
triggerOffset:
|
|
3566
|
-
possiblePlacements:
|
|
3567
|
-
fontSize:
|
|
3568
|
-
padding:
|
|
3569
|
-
display:
|
|
3570
|
-
flex:
|
|
3571
|
-
forceOpen:
|
|
4428
|
+
error: propTypes$1.exports.bool,
|
|
4429
|
+
warning: propTypes$1.exports.bool,
|
|
4430
|
+
placement: propTypes$1.exports.string,
|
|
4431
|
+
enabled: propTypes$1.exports.bool,
|
|
4432
|
+
maxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
4433
|
+
triggerOffset: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
4434
|
+
possiblePlacements: propTypes$1.exports.array,
|
|
4435
|
+
fontSize: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
4436
|
+
padding: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
4437
|
+
display: propTypes$1.exports.string,
|
|
4438
|
+
flex: propTypes$1.exports.string,
|
|
4439
|
+
forceOpen: propTypes$1.exports.bool
|
|
3572
4440
|
};
|
|
3573
4441
|
const helpIcon = "_helpIcon_1yokl_1";
|
|
3574
4442
|
const active$9 = "_active_1yokl_7";
|
|
@@ -3625,12 +4493,12 @@ HelpIcon.defaultProps = {
|
|
|
3625
4493
|
testId: null
|
|
3626
4494
|
};
|
|
3627
4495
|
HelpIcon.propTypes = {
|
|
3628
|
-
active:
|
|
3629
|
-
icon:
|
|
3630
|
-
maxWidth:
|
|
3631
|
-
onClick:
|
|
3632
|
-
testId:
|
|
3633
|
-
text:
|
|
4496
|
+
active: propTypes$1.exports.bool,
|
|
4497
|
+
icon: propTypes$1.exports.node,
|
|
4498
|
+
maxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
4499
|
+
onClick: propTypes$1.exports.func,
|
|
4500
|
+
testId: propTypes$1.exports.string,
|
|
4501
|
+
text: propTypes$1.exports.string
|
|
3634
4502
|
};
|
|
3635
4503
|
const CheckBox = ({
|
|
3636
4504
|
noMargin: noMargin2,
|
|
@@ -3714,21 +4582,21 @@ CheckBox.defaultProps = {
|
|
|
3714
4582
|
onClickHelp: void 0
|
|
3715
4583
|
};
|
|
3716
4584
|
CheckBox.propTypes = {
|
|
3717
|
-
checked:
|
|
3718
|
-
isInTable:
|
|
3719
|
-
label:
|
|
3720
|
-
name:
|
|
3721
|
-
noMargin:
|
|
3722
|
-
onChange:
|
|
3723
|
-
tabIndex:
|
|
3724
|
-
disabled:
|
|
3725
|
-
small:
|
|
3726
|
-
testId:
|
|
3727
|
-
key:
|
|
3728
|
-
dataix:
|
|
3729
|
-
value:
|
|
3730
|
-
helpText:
|
|
3731
|
-
onClickHelp:
|
|
4585
|
+
checked: propTypes$1.exports.bool,
|
|
4586
|
+
isInTable: propTypes$1.exports.bool,
|
|
4587
|
+
label: propTypes$1.exports.string,
|
|
4588
|
+
name: propTypes$1.exports.string,
|
|
4589
|
+
noMargin: propTypes$1.exports.bool,
|
|
4590
|
+
onChange: propTypes$1.exports.func,
|
|
4591
|
+
tabIndex: propTypes$1.exports.number,
|
|
4592
|
+
disabled: propTypes$1.exports.bool,
|
|
4593
|
+
small: propTypes$1.exports.bool,
|
|
4594
|
+
testId: propTypes$1.exports.string,
|
|
4595
|
+
key: propTypes$1.exports.string,
|
|
4596
|
+
dataix: propTypes$1.exports.number,
|
|
4597
|
+
value: propTypes$1.exports.string,
|
|
4598
|
+
helpText: propTypes$1.exports.string,
|
|
4599
|
+
onClickHelp: propTypes$1.exports.func
|
|
3732
4600
|
};
|
|
3733
4601
|
const bordered$3 = "_bordered_m5hme_333";
|
|
3734
4602
|
const checkboxWrapper = "_checkboxWrapper_m5hme_339";
|
|
@@ -3827,12 +4695,12 @@ AccordionWithDefaultToggle.defaultProps = {
|
|
|
3827
4695
|
padding: true
|
|
3828
4696
|
};
|
|
3829
4697
|
AccordionWithDefaultToggle.propTypes = {
|
|
3830
|
-
heading:
|
|
3831
|
-
toggleLabel:
|
|
3832
|
-
expanded:
|
|
3833
|
-
defaultEnabled:
|
|
3834
|
-
onClickDefaultToggle:
|
|
3835
|
-
padding:
|
|
4698
|
+
heading: propTypes$1.exports.node.isRequired,
|
|
4699
|
+
toggleLabel: propTypes$1.exports.string.isRequired,
|
|
4700
|
+
expanded: propTypes$1.exports.bool,
|
|
4701
|
+
defaultEnabled: propTypes$1.exports.bool,
|
|
4702
|
+
onClickDefaultToggle: propTypes$1.exports.func,
|
|
4703
|
+
padding: propTypes$1.exports.bool
|
|
3836
4704
|
};
|
|
3837
4705
|
var lodash = { exports: {} };
|
|
3838
4706
|
/**
|
|
@@ -9888,19 +10756,19 @@ ReactSVG.defaultProps = {
|
|
|
9888
10756
|
wrapper: "div"
|
|
9889
10757
|
};
|
|
9890
10758
|
ReactSVG.propTypes = {
|
|
9891
|
-
afterInjection:
|
|
9892
|
-
beforeInjection:
|
|
9893
|
-
desc:
|
|
9894
|
-
evalScripts:
|
|
9895
|
-
fallback:
|
|
9896
|
-
httpRequestWithCredentials:
|
|
9897
|
-
loading:
|
|
9898
|
-
onError:
|
|
9899
|
-
renumerateIRIElements:
|
|
9900
|
-
src:
|
|
9901
|
-
title:
|
|
9902
|
-
useRequestCache:
|
|
9903
|
-
wrapper:
|
|
10759
|
+
afterInjection: propTypes$1.exports.func,
|
|
10760
|
+
beforeInjection: propTypes$1.exports.func,
|
|
10761
|
+
desc: propTypes$1.exports.string,
|
|
10762
|
+
evalScripts: propTypes$1.exports.oneOf(["always", "once", "never"]),
|
|
10763
|
+
fallback: propTypes$1.exports.oneOfType([propTypes$1.exports.func, propTypes$1.exports.object, propTypes$1.exports.string]),
|
|
10764
|
+
httpRequestWithCredentials: propTypes$1.exports.bool,
|
|
10765
|
+
loading: propTypes$1.exports.oneOfType([propTypes$1.exports.func, propTypes$1.exports.object, propTypes$1.exports.string]),
|
|
10766
|
+
onError: propTypes$1.exports.func,
|
|
10767
|
+
renumerateIRIElements: propTypes$1.exports.bool,
|
|
10768
|
+
src: propTypes$1.exports.string.isRequired,
|
|
10769
|
+
title: propTypes$1.exports.string,
|
|
10770
|
+
useRequestCache: propTypes$1.exports.bool,
|
|
10771
|
+
wrapper: propTypes$1.exports.oneOf(["div", "span", "svg"])
|
|
9904
10772
|
};
|
|
9905
10773
|
const DeprecatedIcon = ({ icon: icon2 }) => {
|
|
9906
10774
|
switch (icon2) {
|
|
@@ -9968,12 +10836,12 @@ const DeprecatedIcon = ({ icon: icon2 }) => {
|
|
|
9968
10836
|
return /* @__PURE__ */ jsxRuntime.exports.jsx(FaRegCircle, {});
|
|
9969
10837
|
}
|
|
9970
10838
|
};
|
|
9971
|
-
const wrapper$
|
|
10839
|
+
const wrapper$4 = "_wrapper_xr2gg_333";
|
|
9972
10840
|
const customSvg = "_customSvg_xr2gg_340";
|
|
9973
10841
|
const customPng = "_customPng_xr2gg_343";
|
|
9974
10842
|
const clickable = "_clickable_xr2gg_348";
|
|
9975
10843
|
const styles$N = {
|
|
9976
|
-
wrapper: wrapper$
|
|
10844
|
+
wrapper: wrapper$4,
|
|
9977
10845
|
customSvg,
|
|
9978
10846
|
customPng,
|
|
9979
10847
|
clickable
|
|
@@ -10018,15 +10886,15 @@ Icon.defaultProps = {
|
|
|
10018
10886
|
testId: null
|
|
10019
10887
|
};
|
|
10020
10888
|
Icon.propTypes = {
|
|
10021
|
-
icon:
|
|
10022
|
-
|
|
10023
|
-
|
|
10889
|
+
icon: propTypes$1.exports.oneOfType([
|
|
10890
|
+
propTypes$1.exports.node,
|
|
10891
|
+
propTypes$1.exports.string
|
|
10024
10892
|
]).isRequired,
|
|
10025
|
-
onClick:
|
|
10026
|
-
clickable:
|
|
10027
|
-
testId:
|
|
10893
|
+
onClick: propTypes$1.exports.func,
|
|
10894
|
+
clickable: propTypes$1.exports.bool,
|
|
10895
|
+
testId: propTypes$1.exports.string
|
|
10028
10896
|
};
|
|
10029
|
-
const wrapper$
|
|
10897
|
+
const wrapper$3 = "_wrapper_4b1ge_333";
|
|
10030
10898
|
const layer$1 = "_layer_4b1ge_337";
|
|
10031
10899
|
const layerContainer$1 = "_layerContainer_4b1ge_340";
|
|
10032
10900
|
const nested = "_nested_4b1ge_355";
|
|
@@ -10055,7 +10923,7 @@ const component = "_component_4b1ge_520";
|
|
|
10055
10923
|
const right$7 = "_right_4b1ge_526";
|
|
10056
10924
|
const actions$2 = "_actions_4b1ge_531";
|
|
10057
10925
|
const styles$M = {
|
|
10058
|
-
wrapper: wrapper$
|
|
10926
|
+
wrapper: wrapper$3,
|
|
10059
10927
|
layer: layer$1,
|
|
10060
10928
|
layerContainer: layerContainer$1,
|
|
10061
10929
|
nested,
|
|
@@ -10304,7 +11172,7 @@ const placementOptions$1 = (placement, isNested = false) => ({
|
|
|
10304
11172
|
preferY: "bottom",
|
|
10305
11173
|
placement: placement || (isNested ? "right-start" : "bottom-start")
|
|
10306
11174
|
});
|
|
10307
|
-
const wrapper$
|
|
11175
|
+
const wrapper$2 = "_wrapper_1n3f1_333";
|
|
10308
11176
|
const badge = "_badge_1n3f1_337";
|
|
10309
11177
|
const label$9 = "_label_1n3f1_342";
|
|
10310
11178
|
const dark$1 = "_dark_1n3f1_354";
|
|
@@ -10313,7 +11181,7 @@ const small$d = "_small_1n3f1_360";
|
|
|
10313
11181
|
const dot = "_dot_1n3f1_366";
|
|
10314
11182
|
const hasChildren = "_hasChildren_1n3f1_371";
|
|
10315
11183
|
const styles$L = {
|
|
10316
|
-
wrapper: wrapper$
|
|
11184
|
+
wrapper: wrapper$2,
|
|
10317
11185
|
badge,
|
|
10318
11186
|
label: label$9,
|
|
10319
11187
|
dark: dark$1,
|
|
@@ -10360,12 +11228,12 @@ Badge.defaultProps = {
|
|
|
10360
11228
|
small: false
|
|
10361
11229
|
};
|
|
10362
11230
|
Badge.propTypes = {
|
|
10363
|
-
children:
|
|
10364
|
-
color:
|
|
10365
|
-
title:
|
|
10366
|
-
dot:
|
|
10367
|
-
margin:
|
|
10368
|
-
small:
|
|
11231
|
+
children: propTypes$1.exports.node,
|
|
11232
|
+
color: propTypes$1.exports.string,
|
|
11233
|
+
title: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
11234
|
+
dot: propTypes$1.exports.bool,
|
|
11235
|
+
margin: propTypes$1.exports.string,
|
|
11236
|
+
small: propTypes$1.exports.bool
|
|
10369
11237
|
};
|
|
10370
11238
|
const button$3 = "_button_1qp1u_367";
|
|
10371
11239
|
const active$7 = "_active_1qp1u_404";
|
|
@@ -10439,10 +11307,10 @@ Spinner$1.defaultProps = {
|
|
|
10439
11307
|
tiny: false
|
|
10440
11308
|
};
|
|
10441
11309
|
Spinner$1.propTypes = {
|
|
10442
|
-
colored:
|
|
10443
|
-
dark:
|
|
10444
|
-
small:
|
|
10445
|
-
tiny:
|
|
11310
|
+
colored: propTypes$1.exports.bool,
|
|
11311
|
+
dark: propTypes$1.exports.bool,
|
|
11312
|
+
small: propTypes$1.exports.bool,
|
|
11313
|
+
tiny: propTypes$1.exports.bool
|
|
10446
11314
|
};
|
|
10447
11315
|
const Button$1 = ({
|
|
10448
11316
|
active: active2,
|
|
@@ -10561,28 +11429,28 @@ Button$1.defaultProps = {
|
|
|
10561
11429
|
inverted: false
|
|
10562
11430
|
};
|
|
10563
11431
|
Button$1.propTypes = {
|
|
10564
|
-
active:
|
|
10565
|
-
basic:
|
|
10566
|
-
colored:
|
|
10567
|
-
disabled:
|
|
10568
|
-
icon:
|
|
10569
|
-
|
|
10570
|
-
|
|
11432
|
+
active: propTypes$1.exports.bool,
|
|
11433
|
+
basic: propTypes$1.exports.bool,
|
|
11434
|
+
colored: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
11435
|
+
disabled: propTypes$1.exports.bool,
|
|
11436
|
+
icon: propTypes$1.exports.oneOfType([
|
|
11437
|
+
propTypes$1.exports.node,
|
|
11438
|
+
propTypes$1.exports.string
|
|
10571
11439
|
]),
|
|
10572
|
-
groupOrder:
|
|
10573
|
-
label:
|
|
10574
|
-
title:
|
|
10575
|
-
loading:
|
|
10576
|
-
name:
|
|
10577
|
-
onClick:
|
|
10578
|
-
round:
|
|
10579
|
-
small:
|
|
10580
|
-
styles:
|
|
10581
|
-
type:
|
|
10582
|
-
width:
|
|
10583
|
-
testId:
|
|
10584
|
-
pill:
|
|
10585
|
-
inverted:
|
|
11440
|
+
groupOrder: propTypes$1.exports.string,
|
|
11441
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string]),
|
|
11442
|
+
title: propTypes$1.exports.string,
|
|
11443
|
+
loading: propTypes$1.exports.bool,
|
|
11444
|
+
name: propTypes$1.exports.string,
|
|
11445
|
+
onClick: propTypes$1.exports.func,
|
|
11446
|
+
round: propTypes$1.exports.bool,
|
|
11447
|
+
small: propTypes$1.exports.bool,
|
|
11448
|
+
styles: propTypes$1.exports.string,
|
|
11449
|
+
type: propTypes$1.exports.oneOf(["button", "submit"]),
|
|
11450
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
11451
|
+
testId: propTypes$1.exports.string,
|
|
11452
|
+
pill: propTypes$1.exports.bool,
|
|
11453
|
+
inverted: propTypes$1.exports.bool
|
|
10586
11454
|
};
|
|
10587
11455
|
const Button = ({
|
|
10588
11456
|
trigger: trigger2,
|
|
@@ -10719,29 +11587,29 @@ const Trigger$1 = React__default.forwardRef(
|
|
|
10719
11587
|
});
|
|
10720
11588
|
}
|
|
10721
11589
|
);
|
|
10722
|
-
const actionShape =
|
|
10723
|
-
label:
|
|
10724
|
-
icon:
|
|
10725
|
-
onClick:
|
|
10726
|
-
disabled:
|
|
10727
|
-
primary:
|
|
10728
|
-
hidden:
|
|
10729
|
-
testId:
|
|
11590
|
+
const actionShape = propTypes$1.exports.shape({
|
|
11591
|
+
label: propTypes$1.exports.string.isRequired,
|
|
11592
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string]),
|
|
11593
|
+
onClick: propTypes$1.exports.func.isRequired,
|
|
11594
|
+
disabled: propTypes$1.exports.bool,
|
|
11595
|
+
primary: propTypes$1.exports.bool,
|
|
11596
|
+
hidden: propTypes$1.exports.bool,
|
|
11597
|
+
testId: propTypes$1.exports.string
|
|
10730
11598
|
});
|
|
10731
|
-
const subActionShape =
|
|
10732
|
-
icon:
|
|
10733
|
-
testId:
|
|
10734
|
-
subActions:
|
|
11599
|
+
const subActionShape = propTypes$1.exports.shape({
|
|
11600
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string]),
|
|
11601
|
+
testId: propTypes$1.exports.string,
|
|
11602
|
+
subActions: propTypes$1.exports.arrayOf(actionShape).isRequired
|
|
10735
11603
|
});
|
|
10736
|
-
const childComponentShape =
|
|
10737
|
-
childComponent:
|
|
10738
|
-
|
|
10739
|
-
|
|
11604
|
+
const childComponentShape = propTypes$1.exports.shape({
|
|
11605
|
+
childComponent: propTypes$1.exports.oneOfType([
|
|
11606
|
+
propTypes$1.exports.func,
|
|
11607
|
+
propTypes$1.exports.node
|
|
10740
11608
|
]).isRequired,
|
|
10741
|
-
testId:
|
|
11609
|
+
testId: propTypes$1.exports.string
|
|
10742
11610
|
});
|
|
10743
|
-
const actionsShape =
|
|
10744
|
-
|
|
11611
|
+
const actionsShape = propTypes$1.exports.arrayOf(
|
|
11612
|
+
propTypes$1.exports.oneOfType([actionShape, subActionShape, childComponentShape])
|
|
10745
11613
|
);
|
|
10746
11614
|
const isMenuEmpty = (menu2) => {
|
|
10747
11615
|
const { sections } = menu2;
|
|
@@ -10957,61 +11825,61 @@ const Menu = (props) => {
|
|
|
10957
11825
|
testId: props.testId
|
|
10958
11826
|
});
|
|
10959
11827
|
};
|
|
10960
|
-
const menuSectionShape =
|
|
10961
|
-
|
|
10962
|
-
type:
|
|
10963
|
-
label:
|
|
10964
|
-
icon:
|
|
10965
|
-
onClick:
|
|
10966
|
-
testId:
|
|
11828
|
+
const menuSectionShape = propTypes$1.exports.oneOfType([
|
|
11829
|
+
propTypes$1.exports.shape({
|
|
11830
|
+
type: propTypes$1.exports.oneOf(["Heading"]),
|
|
11831
|
+
label: propTypes$1.exports.string.isRequired,
|
|
11832
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
11833
|
+
onClick: propTypes$1.exports.func,
|
|
11834
|
+
testId: propTypes$1.exports.string
|
|
10967
11835
|
}),
|
|
10968
|
-
|
|
10969
|
-
type:
|
|
11836
|
+
propTypes$1.exports.shape({
|
|
11837
|
+
type: propTypes$1.exports.oneOf(["Divider"])
|
|
10970
11838
|
}),
|
|
10971
|
-
|
|
11839
|
+
propTypes$1.exports.shape({
|
|
10972
11840
|
actions: actionsShape,
|
|
10973
|
-
type:
|
|
10974
|
-
label:
|
|
10975
|
-
|
|
10976
|
-
|
|
10977
|
-
|
|
11841
|
+
type: propTypes$1.exports.oneOf(["Option"]),
|
|
11842
|
+
label: propTypes$1.exports.oneOfType([
|
|
11843
|
+
propTypes$1.exports.string,
|
|
11844
|
+
propTypes$1.exports.number,
|
|
11845
|
+
propTypes$1.exports.node
|
|
10978
11846
|
]).isRequired,
|
|
10979
|
-
icon:
|
|
10980
|
-
description:
|
|
10981
|
-
onClick:
|
|
10982
|
-
selected:
|
|
10983
|
-
disabled:
|
|
10984
|
-
inline:
|
|
10985
|
-
title:
|
|
10986
|
-
download:
|
|
10987
|
-
onChange:
|
|
10988
|
-
testId:
|
|
11847
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
11848
|
+
description: propTypes$1.exports.string,
|
|
11849
|
+
onClick: propTypes$1.exports.func,
|
|
11850
|
+
selected: propTypes$1.exports.bool,
|
|
11851
|
+
disabled: propTypes$1.exports.bool,
|
|
11852
|
+
inline: propTypes$1.exports.bool,
|
|
11853
|
+
title: propTypes$1.exports.string,
|
|
11854
|
+
download: propTypes$1.exports.bool,
|
|
11855
|
+
onChange: propTypes$1.exports.func,
|
|
11856
|
+
testId: propTypes$1.exports.string
|
|
10989
11857
|
}),
|
|
10990
|
-
|
|
10991
|
-
type:
|
|
10992
|
-
menu:
|
|
10993
|
-
testId:
|
|
11858
|
+
propTypes$1.exports.shape({
|
|
11859
|
+
type: propTypes$1.exports.oneOf(["Menu"]),
|
|
11860
|
+
menu: propTypes$1.exports.object,
|
|
11861
|
+
testId: propTypes$1.exports.string
|
|
10994
11862
|
})
|
|
10995
11863
|
]);
|
|
10996
|
-
const menuShape =
|
|
10997
|
-
trigger:
|
|
10998
|
-
colored:
|
|
10999
|
-
small:
|
|
11000
|
-
label:
|
|
11001
|
-
component:
|
|
11002
|
-
sections:
|
|
11003
|
-
|
|
11004
|
-
|
|
11864
|
+
const menuShape = propTypes$1.exports.shape({
|
|
11865
|
+
trigger: propTypes$1.exports.oneOf(["Text", "Button", "DropDownButton", "Component"]),
|
|
11866
|
+
colored: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
11867
|
+
small: propTypes$1.exports.bool,
|
|
11868
|
+
label: propTypes$1.exports.string,
|
|
11869
|
+
component: propTypes$1.exports.node,
|
|
11870
|
+
sections: propTypes$1.exports.oneOfType([
|
|
11871
|
+
propTypes$1.exports.arrayOf(menuSectionShape),
|
|
11872
|
+
propTypes$1.exports.node
|
|
11005
11873
|
]).isRequired,
|
|
11006
|
-
placement:
|
|
11007
|
-
possiblePlacements:
|
|
11008
|
-
showAllButton:
|
|
11009
|
-
visible:
|
|
11010
|
-
showAllTitle:
|
|
11011
|
-
showLessTitle:
|
|
11012
|
-
additionalSections:
|
|
11874
|
+
placement: propTypes$1.exports.string,
|
|
11875
|
+
possiblePlacements: propTypes$1.exports.arrayOf(propTypes$1.exports.string),
|
|
11876
|
+
showAllButton: propTypes$1.exports.shape({
|
|
11877
|
+
visible: propTypes$1.exports.bool.isRequired,
|
|
11878
|
+
showAllTitle: propTypes$1.exports.string.isRequired,
|
|
11879
|
+
showLessTitle: propTypes$1.exports.string.isRequired,
|
|
11880
|
+
additionalSections: propTypes$1.exports.arrayOf(menuSectionShape)
|
|
11013
11881
|
}),
|
|
11014
|
-
testId:
|
|
11882
|
+
testId: propTypes$1.exports.string
|
|
11015
11883
|
});
|
|
11016
11884
|
Menu.defaultProps = {
|
|
11017
11885
|
width: "",
|
|
@@ -11030,19 +11898,19 @@ Menu.defaultProps = {
|
|
|
11030
11898
|
};
|
|
11031
11899
|
Menu.propTypes = {
|
|
11032
11900
|
menu: menuShape.isRequired,
|
|
11033
|
-
disabled:
|
|
11034
|
-
badgeTitle:
|
|
11035
|
-
badgeDot:
|
|
11036
|
-
loading:
|
|
11037
|
-
width:
|
|
11038
|
-
fullHeightTrigger:
|
|
11039
|
-
closeOnOptionClick:
|
|
11040
|
-
groupOrder:
|
|
11041
|
-
overflowContainer:
|
|
11042
|
-
maxHeight:
|
|
11043
|
-
testId:
|
|
11044
|
-
open:
|
|
11045
|
-
setOpen:
|
|
11901
|
+
disabled: propTypes$1.exports.bool,
|
|
11902
|
+
badgeTitle: propTypes$1.exports.string,
|
|
11903
|
+
badgeDot: propTypes$1.exports.bool,
|
|
11904
|
+
loading: propTypes$1.exports.bool,
|
|
11905
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
11906
|
+
fullHeightTrigger: propTypes$1.exports.bool,
|
|
11907
|
+
closeOnOptionClick: propTypes$1.exports.bool,
|
|
11908
|
+
groupOrder: propTypes$1.exports.string,
|
|
11909
|
+
overflowContainer: propTypes$1.exports.bool,
|
|
11910
|
+
maxHeight: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
11911
|
+
testId: propTypes$1.exports.string,
|
|
11912
|
+
open: propTypes$1.exports.bool,
|
|
11913
|
+
setOpen: propTypes$1.exports.func
|
|
11046
11914
|
};
|
|
11047
11915
|
const actions$1 = "_actions_tdvpn_333";
|
|
11048
11916
|
const actionComponentContainer = "_actionComponentContainer_tdvpn_343";
|
|
@@ -11146,7 +12014,7 @@ Actions.defaultProps = {
|
|
|
11146
12014
|
};
|
|
11147
12015
|
Actions.propTypes = {
|
|
11148
12016
|
actions: actionsShape,
|
|
11149
|
-
right:
|
|
12017
|
+
right: propTypes$1.exports.bool
|
|
11150
12018
|
};
|
|
11151
12019
|
const breadcrumb = "_breadcrumb_16235_333";
|
|
11152
12020
|
const small$a = "_small_16235_336";
|
|
@@ -11217,17 +12085,17 @@ Breadcrumb.defaultProps = {
|
|
|
11217
12085
|
small: false
|
|
11218
12086
|
};
|
|
11219
12087
|
Breadcrumb.propTypes = {
|
|
11220
|
-
links:
|
|
11221
|
-
|
|
11222
|
-
type:
|
|
11223
|
-
label:
|
|
11224
|
-
url:
|
|
11225
|
-
onClick:
|
|
11226
|
-
active:
|
|
11227
|
-
element:
|
|
12088
|
+
links: propTypes$1.exports.arrayOf(
|
|
12089
|
+
propTypes$1.exports.shape({
|
|
12090
|
+
type: propTypes$1.exports.oneOf(["label", "link", "custom"]),
|
|
12091
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12092
|
+
url: propTypes$1.exports.string,
|
|
12093
|
+
onClick: propTypes$1.exports.func,
|
|
12094
|
+
active: propTypes$1.exports.bool,
|
|
12095
|
+
element: propTypes$1.exports.node
|
|
11228
12096
|
})
|
|
11229
12097
|
).isRequired,
|
|
11230
|
-
small:
|
|
12098
|
+
small: propTypes$1.exports.bool
|
|
11231
12099
|
};
|
|
11232
12100
|
const label$8 = "_label_1er6p_333";
|
|
11233
12101
|
const buttonGroup = "_buttonGroup_1er6p_343";
|
|
@@ -11334,13 +12202,13 @@ ButtonGroup.defaultProps = {
|
|
|
11334
12202
|
testId: void 0
|
|
11335
12203
|
};
|
|
11336
12204
|
ButtonGroup.propTypes = {
|
|
11337
|
-
basic:
|
|
11338
|
-
items:
|
|
11339
|
-
header:
|
|
11340
|
-
onSelected:
|
|
11341
|
-
small:
|
|
11342
|
-
value:
|
|
11343
|
-
testId:
|
|
12205
|
+
basic: propTypes$1.exports.bool,
|
|
12206
|
+
items: propTypes$1.exports.array,
|
|
12207
|
+
header: propTypes$1.exports.string,
|
|
12208
|
+
onSelected: propTypes$1.exports.func,
|
|
12209
|
+
small: propTypes$1.exports.bool,
|
|
12210
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12211
|
+
testId: propTypes$1.exports.string
|
|
11344
12212
|
};
|
|
11345
12213
|
const card = "_card_7fusw_333";
|
|
11346
12214
|
const bordered$2 = "_bordered_7fusw_336";
|
|
@@ -11397,286 +12265,13 @@ Card.defaultProps = {
|
|
|
11397
12265
|
raised: false
|
|
11398
12266
|
};
|
|
11399
12267
|
Card.propTypes = {
|
|
11400
|
-
bordered:
|
|
11401
|
-
heading:
|
|
11402
|
-
margin:
|
|
11403
|
-
padding:
|
|
11404
|
-
raised:
|
|
12268
|
+
bordered: propTypes$1.exports.bool,
|
|
12269
|
+
heading: propTypes$1.exports.node,
|
|
12270
|
+
margin: propTypes$1.exports.string,
|
|
12271
|
+
padding: propTypes$1.exports.bool,
|
|
12272
|
+
raised: propTypes$1.exports.bool
|
|
11405
12273
|
};
|
|
11406
|
-
var
|
|
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);
|
|
12274
|
+
var reactIsExports = requireReactIs();
|
|
11680
12275
|
function stylis_min(W2) {
|
|
11681
12276
|
function M2(d2, c2, e2, h, a2) {
|
|
11682
12277
|
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; ) {
|
|
@@ -12224,7 +12819,7 @@ var isPropValid = /* @__PURE__ */ memoize$1(
|
|
|
12224
12819
|
return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111 && prop.charCodeAt(1) === 110 && prop.charCodeAt(2) < 91;
|
|
12225
12820
|
}
|
|
12226
12821
|
);
|
|
12227
|
-
var reactIs$1 =
|
|
12822
|
+
var reactIs$1 = requireReactIs();
|
|
12228
12823
|
var REACT_STATICS = {
|
|
12229
12824
|
childContextTypes: true,
|
|
12230
12825
|
contextType: true,
|
|
@@ -12320,7 +12915,7 @@ var g = function(e2, t) {
|
|
|
12320
12915
|
n2.push(t[r2], e2[r2 + 1]);
|
|
12321
12916
|
return n2;
|
|
12322
12917
|
}, S = function(t) {
|
|
12323
|
-
return null !== t && "object" == typeof t && "[object Object]" === (t.toString ? t.toString() : Object.prototype.toString.call(t)) && !
|
|
12918
|
+
return null !== t && "object" == typeof t && "[object Object]" === (t.toString ? t.toString() : Object.prototype.toString.call(t)) && !reactIsExports.typeOf(t);
|
|
12324
12919
|
}, w = Object.freeze([]), E = Object.freeze({});
|
|
12325
12920
|
function b$2(e2) {
|
|
12326
12921
|
return "function" == typeof e2;
|
|
@@ -12688,7 +13283,7 @@ function Ne(e2, n2, r2, o) {
|
|
|
12688
13283
|
if ("function" != typeof (l = e2) || l.prototype && l.prototype.isReactComponent || !n2)
|
|
12689
13284
|
return e2;
|
|
12690
13285
|
var u = e2(n2);
|
|
12691
|
-
return "production" !== process.env.NODE_ENV &&
|
|
13286
|
+
return "production" !== process.env.NODE_ENV && reactIsExports.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);
|
|
12692
13287
|
}
|
|
12693
13288
|
var l;
|
|
12694
13289
|
return e2 instanceof ve$1 ? r2 ? (e2.inject(r2, o), e2.getName(o)) : e2 : S(e2) ? function e3(t, n3) {
|
|
@@ -12822,7 +13417,7 @@ function qe(e2, t, n2) {
|
|
|
12822
13417
|
}
|
|
12823
13418
|
var He = function(e2) {
|
|
12824
13419
|
return function e3(t, r2, o) {
|
|
12825
|
-
if (void 0 === o && (o = E), !
|
|
13420
|
+
if (void 0 === o && (o = E), !reactIsExports.isValidElementType(r2))
|
|
12826
13421
|
return j(1, String(r2));
|
|
12827
13422
|
var s = function() {
|
|
12828
13423
|
return t(r2, o, Ce.apply(void 0, arguments));
|
|
@@ -12935,20 +13530,20 @@ Column.defaultProps = {
|
|
|
12935
13530
|
testId: null
|
|
12936
13531
|
};
|
|
12937
13532
|
Column.propTypes = {
|
|
12938
|
-
background:
|
|
12939
|
-
borderLeft:
|
|
12940
|
-
borderRight:
|
|
12941
|
-
children:
|
|
12942
|
-
flex:
|
|
12943
|
-
flexbox:
|
|
12944
|
-
padding:
|
|
12945
|
-
scroll:
|
|
12946
|
-
showScrollbar:
|
|
12947
|
-
spacing:
|
|
12948
|
-
width:
|
|
12949
|
-
widthMobile:
|
|
12950
|
-
widthTablet:
|
|
12951
|
-
testId:
|
|
13533
|
+
background: propTypes$1.exports.string,
|
|
13534
|
+
borderLeft: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
13535
|
+
borderRight: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
13536
|
+
children: propTypes$1.exports.node,
|
|
13537
|
+
flex: propTypes$1.exports.bool,
|
|
13538
|
+
flexbox: propTypes$1.exports.bool,
|
|
13539
|
+
padding: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
13540
|
+
scroll: propTypes$1.exports.bool,
|
|
13541
|
+
showScrollbar: propTypes$1.exports.bool,
|
|
13542
|
+
spacing: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13543
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13544
|
+
widthMobile: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13545
|
+
widthTablet: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13546
|
+
testId: propTypes$1.exports.string
|
|
12952
13547
|
};
|
|
12953
13548
|
const divider = "_divider_1oxk8_333";
|
|
12954
13549
|
const alignLeft = "_alignLeft_1oxk8_344";
|
|
@@ -13021,16 +13616,16 @@ Text.defaultProps = {
|
|
|
13021
13616
|
warning: false
|
|
13022
13617
|
};
|
|
13023
13618
|
Text.propTypes = {
|
|
13024
|
-
bold:
|
|
13025
|
-
center:
|
|
13026
|
-
error:
|
|
13027
|
-
faint:
|
|
13028
|
-
link:
|
|
13029
|
-
muted:
|
|
13030
|
-
onClick:
|
|
13031
|
-
small:
|
|
13032
|
-
success:
|
|
13033
|
-
warning:
|
|
13619
|
+
bold: propTypes$1.exports.bool,
|
|
13620
|
+
center: propTypes$1.exports.bool,
|
|
13621
|
+
error: propTypes$1.exports.bool,
|
|
13622
|
+
faint: propTypes$1.exports.bool,
|
|
13623
|
+
link: propTypes$1.exports.bool,
|
|
13624
|
+
muted: propTypes$1.exports.bool,
|
|
13625
|
+
onClick: propTypes$1.exports.func,
|
|
13626
|
+
small: propTypes$1.exports.bool,
|
|
13627
|
+
success: propTypes$1.exports.bool,
|
|
13628
|
+
warning: propTypes$1.exports.bool
|
|
13034
13629
|
};
|
|
13035
13630
|
const cssAlignClass = (align) => {
|
|
13036
13631
|
switch (align) {
|
|
@@ -13060,9 +13655,9 @@ Divider.defaultProps = {
|
|
|
13060
13655
|
align: "center"
|
|
13061
13656
|
};
|
|
13062
13657
|
Divider.propTypes = {
|
|
13063
|
-
margin:
|
|
13064
|
-
color:
|
|
13065
|
-
align:
|
|
13658
|
+
margin: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]),
|
|
13659
|
+
color: propTypes$1.exports.string,
|
|
13660
|
+
align: propTypes$1.exports.string
|
|
13066
13661
|
};
|
|
13067
13662
|
const heading$4 = "_heading_1gsqp_333";
|
|
13068
13663
|
const top$1 = "_top_1gsqp_341";
|
|
@@ -13130,18 +13725,18 @@ Heading$2.defaultProps = {
|
|
|
13130
13725
|
testId: null
|
|
13131
13726
|
};
|
|
13132
13727
|
Heading$2.propTypes = {
|
|
13133
|
-
helpText:
|
|
13134
|
-
onClick:
|
|
13135
|
-
onClickHelp:
|
|
13136
|
-
onIconClick:
|
|
13137
|
-
icon:
|
|
13138
|
-
libraryIcon:
|
|
13139
|
-
onClick:
|
|
13140
|
-
tooltip:
|
|
13728
|
+
helpText: propTypes$1.exports.string,
|
|
13729
|
+
onClick: propTypes$1.exports.func,
|
|
13730
|
+
onClickHelp: propTypes$1.exports.func,
|
|
13731
|
+
onIconClick: propTypes$1.exports.func,
|
|
13732
|
+
icon: propTypes$1.exports.node,
|
|
13733
|
+
libraryIcon: propTypes$1.exports.shape({
|
|
13734
|
+
onClick: propTypes$1.exports.func,
|
|
13735
|
+
tooltip: propTypes$1.exports.string
|
|
13141
13736
|
}),
|
|
13142
|
-
marginBottom:
|
|
13143
|
-
top:
|
|
13144
|
-
testId:
|
|
13737
|
+
marginBottom: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13738
|
+
top: propTypes$1.exports.bool,
|
|
13739
|
+
testId: propTypes$1.exports.string
|
|
13145
13740
|
};
|
|
13146
13741
|
const dialog = "_dialog_11kaj_1";
|
|
13147
13742
|
const inline$3 = "_inline_11kaj_19";
|
|
@@ -13223,22 +13818,22 @@ const Dialog = ({ dialog: dialog2 }) => {
|
|
|
13223
13818
|
]
|
|
13224
13819
|
});
|
|
13225
13820
|
};
|
|
13226
|
-
const dialogShape =
|
|
13227
|
-
heading:
|
|
13228
|
-
content:
|
|
13229
|
-
|
|
13230
|
-
|
|
13231
|
-
|
|
13232
|
-
|
|
13821
|
+
const dialogShape = propTypes$1.exports.shape({
|
|
13822
|
+
heading: propTypes$1.exports.string,
|
|
13823
|
+
content: propTypes$1.exports.oneOfType([
|
|
13824
|
+
propTypes$1.exports.string,
|
|
13825
|
+
propTypes$1.exports.number,
|
|
13826
|
+
propTypes$1.exports.node,
|
|
13827
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.string)
|
|
13233
13828
|
]).isRequired,
|
|
13234
|
-
contentPadding:
|
|
13235
|
-
footer:
|
|
13236
|
-
width:
|
|
13237
|
-
height:
|
|
13238
|
-
bordered:
|
|
13239
|
-
onClose:
|
|
13240
|
-
scroll:
|
|
13241
|
-
testId:
|
|
13829
|
+
contentPadding: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13830
|
+
footer: propTypes$1.exports.node,
|
|
13831
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13832
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13833
|
+
bordered: propTypes$1.exports.bool,
|
|
13834
|
+
onClose: propTypes$1.exports.func,
|
|
13835
|
+
scroll: propTypes$1.exports.bool,
|
|
13836
|
+
testId: propTypes$1.exports.string
|
|
13242
13837
|
});
|
|
13243
13838
|
Dialog.propTypes = {
|
|
13244
13839
|
dialog: dialogShape.isRequired
|
|
@@ -13847,7 +14442,7 @@ Object.defineProperty(DraggableCore$2, "__esModule", {
|
|
|
13847
14442
|
});
|
|
13848
14443
|
DraggableCore$2.default = void 0;
|
|
13849
14444
|
var React$3 = _interopRequireWildcard$3(React__default);
|
|
13850
|
-
var _propTypes$3 = _interopRequireDefault$4(
|
|
14445
|
+
var _propTypes$3 = _interopRequireDefault$4(propTypes$1.exports);
|
|
13851
14446
|
var _reactDom = _interopRequireDefault$4(ReactDOM);
|
|
13852
14447
|
var _domFns = domFns;
|
|
13853
14448
|
var _positionFns = positionFns;
|
|
@@ -14309,7 +14904,7 @@ _defineProperty$c(DraggableCore$1, "defaultProps", {
|
|
|
14309
14904
|
});
|
|
14310
14905
|
exports.default = void 0;
|
|
14311
14906
|
var React2 = _interopRequireWildcard2(React__default);
|
|
14312
|
-
var _propTypes3 = _interopRequireDefault2(
|
|
14907
|
+
var _propTypes3 = _interopRequireDefault2(propTypes$1.exports);
|
|
14313
14908
|
var _reactDom2 = _interopRequireDefault2(ReactDOM);
|
|
14314
14909
|
var _clsx2 = _interopRequireDefault2(require$$3);
|
|
14315
14910
|
var _domFns2 = domFns;
|
|
@@ -14841,7 +15436,7 @@ function cloneElement(element, props) {
|
|
|
14841
15436
|
var propTypes = {};
|
|
14842
15437
|
propTypes.__esModule = true;
|
|
14843
15438
|
propTypes.resizableProps = void 0;
|
|
14844
|
-
var _propTypes$2 = _interopRequireDefault$2(
|
|
15439
|
+
var _propTypes$2 = _interopRequireDefault$2(propTypes$1.exports);
|
|
14845
15440
|
function _interopRequireDefault$2(obj) {
|
|
14846
15441
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
14847
15442
|
}
|
|
@@ -15170,7 +15765,7 @@ var ResizableBox$1 = {};
|
|
|
15170
15765
|
ResizableBox$1.__esModule = true;
|
|
15171
15766
|
ResizableBox$1.default = void 0;
|
|
15172
15767
|
var React$1 = _interopRequireWildcard$1(React__default);
|
|
15173
|
-
var _propTypes = _interopRequireDefault$1(
|
|
15768
|
+
var _propTypes = _interopRequireDefault$1(propTypes$1.exports);
|
|
15174
15769
|
var _Resizable = _interopRequireDefault$1(Resizable$2);
|
|
15175
15770
|
var _propTypes2 = propTypes;
|
|
15176
15771
|
var _excluded$8 = ["handle", "handleSize", "onResize", "onResizeStart", "onResizeStop", "draggableOpts", "minConstraints", "maxConstraints", "lockAspectRatio", "axis", "width", "height", "resizeHandles", "style", "transformScale"];
|
|
@@ -15428,10 +16023,10 @@ DrawerResizeWrapper.defaultProps = {
|
|
|
15428
16023
|
onResize: null
|
|
15429
16024
|
};
|
|
15430
16025
|
DrawerResizeWrapper.propTypes = {
|
|
15431
|
-
right:
|
|
15432
|
-
width:
|
|
15433
|
-
children:
|
|
15434
|
-
onResize:
|
|
16026
|
+
right: propTypes$1.exports.bool,
|
|
16027
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16028
|
+
children: propTypes$1.exports.node,
|
|
16029
|
+
onResize: propTypes$1.exports.func
|
|
15435
16030
|
};
|
|
15436
16031
|
const Drawer = ({
|
|
15437
16032
|
background: background2,
|
|
@@ -15546,38 +16141,38 @@ Drawer.defaultProps = {
|
|
|
15546
16141
|
getActiveTab: null
|
|
15547
16142
|
};
|
|
15548
16143
|
Drawer.propTypes = {
|
|
15549
|
-
background:
|
|
15550
|
-
fixed:
|
|
15551
|
-
open:
|
|
15552
|
-
setOpen:
|
|
15553
|
-
right:
|
|
15554
|
-
width:
|
|
15555
|
-
|
|
15556
|
-
|
|
15557
|
-
|
|
15558
|
-
|
|
16144
|
+
background: propTypes$1.exports.string,
|
|
16145
|
+
fixed: propTypes$1.exports.bool,
|
|
16146
|
+
open: propTypes$1.exports.bool,
|
|
16147
|
+
setOpen: propTypes$1.exports.func,
|
|
16148
|
+
right: propTypes$1.exports.bool,
|
|
16149
|
+
width: propTypes$1.exports.oneOfType([
|
|
16150
|
+
propTypes$1.exports.string,
|
|
16151
|
+
propTypes$1.exports.number,
|
|
16152
|
+
propTypes$1.exports.arrayOf(
|
|
16153
|
+
propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
15559
16154
|
)
|
|
15560
16155
|
]),
|
|
15561
|
-
closedWidth:
|
|
15562
|
-
children:
|
|
15563
|
-
shadow:
|
|
15564
|
-
top:
|
|
15565
|
-
button:
|
|
15566
|
-
buttonAnimate:
|
|
15567
|
-
buttonPosition:
|
|
15568
|
-
border:
|
|
15569
|
-
tabs:
|
|
15570
|
-
|
|
15571
|
-
icon:
|
|
15572
|
-
content:
|
|
16156
|
+
closedWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16157
|
+
children: propTypes$1.exports.node,
|
|
16158
|
+
shadow: propTypes$1.exports.bool,
|
|
16159
|
+
top: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16160
|
+
button: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.node]),
|
|
16161
|
+
buttonAnimate: propTypes$1.exports.bool,
|
|
16162
|
+
buttonPosition: propTypes$1.exports.oneOf(["top", "bottom"]),
|
|
16163
|
+
border: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
16164
|
+
tabs: propTypes$1.exports.arrayOf(
|
|
16165
|
+
propTypes$1.exports.shape({
|
|
16166
|
+
icon: propTypes$1.exports.node,
|
|
16167
|
+
content: propTypes$1.exports.node
|
|
15573
16168
|
})
|
|
15574
16169
|
),
|
|
15575
|
-
testId:
|
|
15576
|
-
defaultTabIndex:
|
|
15577
|
-
activeTab:
|
|
15578
|
-
setActiveTab:
|
|
15579
|
-
onResize:
|
|
15580
|
-
getActiveTab:
|
|
16170
|
+
testId: propTypes$1.exports.string,
|
|
16171
|
+
defaultTabIndex: propTypes$1.exports.number,
|
|
16172
|
+
activeTab: propTypes$1.exports.number,
|
|
16173
|
+
setActiveTab: propTypes$1.exports.func,
|
|
16174
|
+
onResize: propTypes$1.exports.func,
|
|
16175
|
+
getActiveTab: propTypes$1.exports.func
|
|
15581
16176
|
};
|
|
15582
16177
|
const empty$2 = "_empty_u9jd9_333";
|
|
15583
16178
|
const text$2 = "_text_u9jd9_343";
|
|
@@ -15642,10 +16237,10 @@ Empty.defaultProps = {
|
|
|
15642
16237
|
children: null
|
|
15643
16238
|
};
|
|
15644
16239
|
Empty.propTypes = {
|
|
15645
|
-
width:
|
|
15646
|
-
height:
|
|
15647
|
-
text:
|
|
15648
|
-
children:
|
|
16240
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16241
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16242
|
+
text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
16243
|
+
children: propTypes$1.exports.node
|
|
15649
16244
|
};
|
|
15650
16245
|
const inputGroup = "_inputGroup_3duv1_333";
|
|
15651
16246
|
const styles$z = {
|
|
@@ -15679,9 +16274,9 @@ InputGroup.defaultProps = {
|
|
|
15679
16274
|
width: "100%"
|
|
15680
16275
|
};
|
|
15681
16276
|
InputGroup.propTypes = {
|
|
15682
|
-
children:
|
|
15683
|
-
small:
|
|
15684
|
-
width:
|
|
16277
|
+
children: propTypes$1.exports.node.isRequired,
|
|
16278
|
+
small: propTypes$1.exports.bool,
|
|
16279
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
15685
16280
|
};
|
|
15686
16281
|
const inputInTable$9 = "_inputInTable_powy5_333";
|
|
15687
16282
|
const inputHover$9 = "_inputHover_powy5_339";
|
|
@@ -15827,38 +16422,38 @@ Input$1.defaultProps = {
|
|
|
15827
16422
|
size: null
|
|
15828
16423
|
};
|
|
15829
16424
|
Input$1.propTypes = {
|
|
15830
|
-
error:
|
|
15831
|
-
|
|
15832
|
-
|
|
15833
|
-
|
|
16425
|
+
error: propTypes$1.exports.oneOfType([
|
|
16426
|
+
propTypes$1.exports.string,
|
|
16427
|
+
propTypes$1.exports.number,
|
|
16428
|
+
propTypes$1.exports.node
|
|
15834
16429
|
]),
|
|
15835
|
-
warning:
|
|
15836
|
-
|
|
15837
|
-
|
|
15838
|
-
|
|
16430
|
+
warning: propTypes$1.exports.oneOfType([
|
|
16431
|
+
propTypes$1.exports.string,
|
|
16432
|
+
propTypes$1.exports.number,
|
|
16433
|
+
propTypes$1.exports.node
|
|
15839
16434
|
]),
|
|
15840
|
-
tooltip:
|
|
15841
|
-
|
|
15842
|
-
|
|
15843
|
-
|
|
16435
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
16436
|
+
propTypes$1.exports.string,
|
|
16437
|
+
propTypes$1.exports.number,
|
|
16438
|
+
propTypes$1.exports.node
|
|
15844
16439
|
]),
|
|
15845
|
-
name:
|
|
15846
|
-
type:
|
|
15847
|
-
onChange:
|
|
15848
|
-
onKeyPress:
|
|
15849
|
-
onFocus:
|
|
15850
|
-
onBlur:
|
|
15851
|
-
small:
|
|
15852
|
-
placeholder:
|
|
15853
|
-
tabIndex:
|
|
15854
|
-
value:
|
|
15855
|
-
disabled:
|
|
15856
|
-
right:
|
|
15857
|
-
groupOrder:
|
|
15858
|
-
maxTooltipWidth:
|
|
15859
|
-
width:
|
|
15860
|
-
testId:
|
|
15861
|
-
size:
|
|
16440
|
+
name: propTypes$1.exports.string,
|
|
16441
|
+
type: propTypes$1.exports.string,
|
|
16442
|
+
onChange: propTypes$1.exports.func,
|
|
16443
|
+
onKeyPress: propTypes$1.exports.func,
|
|
16444
|
+
onFocus: propTypes$1.exports.func,
|
|
16445
|
+
onBlur: propTypes$1.exports.func,
|
|
16446
|
+
small: propTypes$1.exports.bool,
|
|
16447
|
+
placeholder: propTypes$1.exports.string,
|
|
16448
|
+
tabIndex: propTypes$1.exports.number,
|
|
16449
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16450
|
+
disabled: propTypes$1.exports.bool,
|
|
16451
|
+
right: propTypes$1.exports.bool,
|
|
16452
|
+
groupOrder: propTypes$1.exports.string,
|
|
16453
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16454
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16455
|
+
testId: propTypes$1.exports.string,
|
|
16456
|
+
size: propTypes$1.exports.number
|
|
15862
16457
|
};
|
|
15863
16458
|
const fileInput = "_fileInput_1elar_1";
|
|
15864
16459
|
const styles$x = {
|
|
@@ -15947,16 +16542,16 @@ FileInput.defaultProps = {
|
|
|
15947
16542
|
testId: void 0
|
|
15948
16543
|
};
|
|
15949
16544
|
FileInput.propTypes = {
|
|
15950
|
-
label:
|
|
15951
|
-
loading:
|
|
15952
|
-
placeholder:
|
|
15953
|
-
disabled:
|
|
15954
|
-
file:
|
|
15955
|
-
accept:
|
|
15956
|
-
name:
|
|
15957
|
-
width:
|
|
15958
|
-
onChange:
|
|
15959
|
-
testId:
|
|
16545
|
+
label: propTypes$1.exports.string,
|
|
16546
|
+
loading: propTypes$1.exports.bool,
|
|
16547
|
+
placeholder: propTypes$1.exports.string,
|
|
16548
|
+
disabled: propTypes$1.exports.bool,
|
|
16549
|
+
file: propTypes$1.exports.object,
|
|
16550
|
+
accept: propTypes$1.exports.string,
|
|
16551
|
+
name: propTypes$1.exports.string,
|
|
16552
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16553
|
+
onChange: propTypes$1.exports.func,
|
|
16554
|
+
testId: propTypes$1.exports.string
|
|
15960
16555
|
};
|
|
15961
16556
|
function HiLockClosed(props) {
|
|
15962
16557
|
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);
|
|
@@ -16038,32 +16633,32 @@ Label$2.defaultProps = {
|
|
|
16038
16633
|
labelLeft: false
|
|
16039
16634
|
};
|
|
16040
16635
|
Label$2.propTypes = {
|
|
16041
|
-
label:
|
|
16042
|
-
|
|
16043
|
-
|
|
16044
|
-
|
|
16636
|
+
label: propTypes$1.exports.oneOfType([
|
|
16637
|
+
propTypes$1.exports.string,
|
|
16638
|
+
propTypes$1.exports.number,
|
|
16639
|
+
propTypes$1.exports.node
|
|
16045
16640
|
]),
|
|
16046
|
-
helpText:
|
|
16047
|
-
|
|
16048
|
-
|
|
16049
|
-
|
|
16641
|
+
helpText: propTypes$1.exports.oneOfType([
|
|
16642
|
+
propTypes$1.exports.string,
|
|
16643
|
+
propTypes$1.exports.number,
|
|
16644
|
+
propTypes$1.exports.node
|
|
16050
16645
|
]),
|
|
16051
|
-
helpTextMaxWidth:
|
|
16052
|
-
width:
|
|
16053
|
-
info:
|
|
16054
|
-
onClickHelp:
|
|
16055
|
-
lock:
|
|
16056
|
-
visible:
|
|
16057
|
-
active:
|
|
16058
|
-
onClick:
|
|
16059
|
-
tooltip:
|
|
16060
|
-
testId:
|
|
16646
|
+
helpTextMaxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16647
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16648
|
+
info: propTypes$1.exports.string,
|
|
16649
|
+
onClickHelp: propTypes$1.exports.func,
|
|
16650
|
+
lock: propTypes$1.exports.shape({
|
|
16651
|
+
visible: propTypes$1.exports.bool,
|
|
16652
|
+
active: propTypes$1.exports.bool,
|
|
16653
|
+
onClick: propTypes$1.exports.func,
|
|
16654
|
+
tooltip: propTypes$1.exports.string,
|
|
16655
|
+
testId: propTypes$1.exports.string
|
|
16061
16656
|
}),
|
|
16062
|
-
libraryIcon:
|
|
16063
|
-
onClick:
|
|
16064
|
-
tooltip:
|
|
16657
|
+
libraryIcon: propTypes$1.exports.shape({
|
|
16658
|
+
onClick: propTypes$1.exports.func,
|
|
16659
|
+
tooltip: propTypes$1.exports.string
|
|
16065
16660
|
}),
|
|
16066
|
-
labelLeft:
|
|
16661
|
+
labelLeft: propTypes$1.exports.bool
|
|
16067
16662
|
};
|
|
16068
16663
|
const field = "_field_1qb40_333";
|
|
16069
16664
|
const labelLeft = "_labelLeft_1qb40_337";
|
|
@@ -16133,34 +16728,34 @@ Field.defaultProps = {
|
|
|
16133
16728
|
testId: void 0
|
|
16134
16729
|
};
|
|
16135
16730
|
Field.propTypes = {
|
|
16136
|
-
label:
|
|
16137
|
-
|
|
16138
|
-
|
|
16139
|
-
|
|
16731
|
+
label: propTypes$1.exports.oneOfType([
|
|
16732
|
+
propTypes$1.exports.string,
|
|
16733
|
+
propTypes$1.exports.number,
|
|
16734
|
+
propTypes$1.exports.node
|
|
16140
16735
|
]),
|
|
16141
|
-
helpText:
|
|
16142
|
-
|
|
16143
|
-
|
|
16144
|
-
|
|
16736
|
+
helpText: propTypes$1.exports.oneOfType([
|
|
16737
|
+
propTypes$1.exports.string,
|
|
16738
|
+
propTypes$1.exports.number,
|
|
16739
|
+
propTypes$1.exports.node
|
|
16145
16740
|
]),
|
|
16146
|
-
helpTextMaxWidth:
|
|
16147
|
-
labelLeft:
|
|
16148
|
-
labelWidth:
|
|
16149
|
-
children:
|
|
16150
|
-
info:
|
|
16151
|
-
onClickHelp:
|
|
16152
|
-
lock:
|
|
16153
|
-
visible:
|
|
16154
|
-
active:
|
|
16155
|
-
onClick:
|
|
16156
|
-
tooltip:
|
|
16157
|
-
testId:
|
|
16741
|
+
helpTextMaxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16742
|
+
labelLeft: propTypes$1.exports.bool,
|
|
16743
|
+
labelWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16744
|
+
children: propTypes$1.exports.node.isRequired,
|
|
16745
|
+
info: propTypes$1.exports.string,
|
|
16746
|
+
onClickHelp: propTypes$1.exports.func,
|
|
16747
|
+
lock: propTypes$1.exports.shape({
|
|
16748
|
+
visible: propTypes$1.exports.bool,
|
|
16749
|
+
active: propTypes$1.exports.bool,
|
|
16750
|
+
onClick: propTypes$1.exports.func,
|
|
16751
|
+
tooltip: propTypes$1.exports.string,
|
|
16752
|
+
testId: propTypes$1.exports.string
|
|
16158
16753
|
}),
|
|
16159
|
-
libraryIcon:
|
|
16160
|
-
onClick:
|
|
16161
|
-
tooltip:
|
|
16754
|
+
libraryIcon: propTypes$1.exports.shape({
|
|
16755
|
+
onClick: propTypes$1.exports.func,
|
|
16756
|
+
tooltip: propTypes$1.exports.string
|
|
16162
16757
|
}),
|
|
16163
|
-
testId:
|
|
16758
|
+
testId: propTypes$1.exports.string
|
|
16164
16759
|
};
|
|
16165
16760
|
const Flex = ({
|
|
16166
16761
|
alignItems,
|
|
@@ -16194,16 +16789,16 @@ Flex.defaultProps = {
|
|
|
16194
16789
|
gap: false
|
|
16195
16790
|
};
|
|
16196
16791
|
Flex.propTypes = {
|
|
16197
|
-
alignItems:
|
|
16198
|
-
direction:
|
|
16199
|
-
height:
|
|
16200
|
-
justifyContent:
|
|
16201
|
-
children:
|
|
16202
|
-
wrap:
|
|
16203
|
-
gap:
|
|
16204
|
-
|
|
16205
|
-
|
|
16206
|
-
|
|
16792
|
+
alignItems: propTypes$1.exports.string,
|
|
16793
|
+
direction: propTypes$1.exports.string,
|
|
16794
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16795
|
+
justifyContent: propTypes$1.exports.string,
|
|
16796
|
+
children: propTypes$1.exports.node,
|
|
16797
|
+
wrap: propTypes$1.exports.bool,
|
|
16798
|
+
gap: propTypes$1.exports.oneOfType([
|
|
16799
|
+
propTypes$1.exports.bool,
|
|
16800
|
+
propTypes$1.exports.string,
|
|
16801
|
+
propTypes$1.exports.number
|
|
16207
16802
|
])
|
|
16208
16803
|
};
|
|
16209
16804
|
const formRow = "_formRow_kvqrx_333";
|
|
@@ -16220,7 +16815,7 @@ FormRow.defaultProps = {
|
|
|
16220
16815
|
children: null
|
|
16221
16816
|
};
|
|
16222
16817
|
FormRow.propTypes = {
|
|
16223
|
-
children:
|
|
16818
|
+
children: propTypes$1.exports.node
|
|
16224
16819
|
};
|
|
16225
16820
|
const StyledGrid = styled.div`
|
|
16226
16821
|
display: grid;
|
|
@@ -16266,17 +16861,17 @@ Grid.defaultProps = {
|
|
|
16266
16861
|
children: null
|
|
16267
16862
|
};
|
|
16268
16863
|
Grid.propTypes = {
|
|
16269
|
-
rows:
|
|
16270
|
-
columns:
|
|
16271
|
-
columnsTablet:
|
|
16272
|
-
columnsMobile:
|
|
16273
|
-
gap:
|
|
16274
|
-
|
|
16275
|
-
|
|
16276
|
-
|
|
16864
|
+
rows: propTypes$1.exports.string,
|
|
16865
|
+
columns: propTypes$1.exports.string,
|
|
16866
|
+
columnsTablet: propTypes$1.exports.string,
|
|
16867
|
+
columnsMobile: propTypes$1.exports.string,
|
|
16868
|
+
gap: propTypes$1.exports.oneOfType([
|
|
16869
|
+
propTypes$1.exports.bool,
|
|
16870
|
+
propTypes$1.exports.string,
|
|
16871
|
+
propTypes$1.exports.number
|
|
16277
16872
|
]),
|
|
16278
|
-
height:
|
|
16279
|
-
children:
|
|
16873
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16874
|
+
children: propTypes$1.exports.node
|
|
16280
16875
|
};
|
|
16281
16876
|
const addon = "_addon_1bytr_333";
|
|
16282
16877
|
const small$7 = "_small_1bytr_344";
|
|
@@ -16314,9 +16909,9 @@ InputGroupAddon.defaultProps = {
|
|
|
16314
16909
|
small: false
|
|
16315
16910
|
};
|
|
16316
16911
|
InputGroupAddon.propTypes = {
|
|
16317
|
-
children:
|
|
16318
|
-
groupOrder:
|
|
16319
|
-
small:
|
|
16912
|
+
children: propTypes$1.exports.node.isRequired,
|
|
16913
|
+
groupOrder: propTypes$1.exports.string,
|
|
16914
|
+
small: propTypes$1.exports.bool
|
|
16320
16915
|
};
|
|
16321
16916
|
function _setPrototypeOf$1(o, p) {
|
|
16322
16917
|
_setPrototypeOf$1 = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf2(o2, p2) {
|
|
@@ -16811,13 +17406,13 @@ function Provider(_ref) {
|
|
|
16811
17406
|
}
|
|
16812
17407
|
if (process.env.NODE_ENV !== "production") {
|
|
16813
17408
|
Provider.propTypes = {
|
|
16814
|
-
store:
|
|
16815
|
-
subscribe:
|
|
16816
|
-
dispatch:
|
|
16817
|
-
getState:
|
|
17409
|
+
store: propTypes$1.exports.shape({
|
|
17410
|
+
subscribe: propTypes$1.exports.func.isRequired,
|
|
17411
|
+
dispatch: propTypes$1.exports.func.isRequired,
|
|
17412
|
+
getState: propTypes$1.exports.func.isRequired
|
|
16818
17413
|
}),
|
|
16819
|
-
context:
|
|
16820
|
-
children:
|
|
17414
|
+
context: propTypes$1.exports.object,
|
|
17415
|
+
children: propTypes$1.exports.any
|
|
16821
17416
|
};
|
|
16822
17417
|
}
|
|
16823
17418
|
function _extends$4() {
|
|
@@ -25347,14 +25942,14 @@ ListHeading.defaultProps = {
|
|
|
25347
25942
|
}
|
|
25348
25943
|
};
|
|
25349
25944
|
ListHeading.propTypes = {
|
|
25350
|
-
name:
|
|
25351
|
-
|
|
25352
|
-
|
|
25353
|
-
|
|
25945
|
+
name: propTypes$1.exports.oneOfType([
|
|
25946
|
+
propTypes$1.exports.string,
|
|
25947
|
+
propTypes$1.exports.number,
|
|
25948
|
+
propTypes$1.exports.node
|
|
25354
25949
|
]).isRequired,
|
|
25355
25950
|
actions: actionsShape,
|
|
25356
|
-
toggleNarrow:
|
|
25357
|
-
onToggleNarrow:
|
|
25951
|
+
toggleNarrow: propTypes$1.exports.bool,
|
|
25952
|
+
onToggleNarrow: propTypes$1.exports.func
|
|
25358
25953
|
};
|
|
25359
25954
|
function GrDrag(props) {
|
|
25360
25955
|
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);
|
|
@@ -25397,19 +25992,19 @@ const Name = ({ name: name2, icon: icon2, testId }) => {
|
|
|
25397
25992
|
});
|
|
25398
25993
|
};
|
|
25399
25994
|
Name.propTypes = {
|
|
25400
|
-
name:
|
|
25401
|
-
|
|
25402
|
-
|
|
25403
|
-
|
|
25995
|
+
name: propTypes$1.exports.oneOfType([
|
|
25996
|
+
propTypes$1.exports.string,
|
|
25997
|
+
propTypes$1.exports.number,
|
|
25998
|
+
propTypes$1.exports.node
|
|
25404
25999
|
]).isRequired,
|
|
25405
|
-
icon:
|
|
25406
|
-
icon:
|
|
25407
|
-
color:
|
|
25408
|
-
tooltip:
|
|
25409
|
-
text:
|
|
26000
|
+
icon: propTypes$1.exports.shape({
|
|
26001
|
+
icon: propTypes$1.exports.node,
|
|
26002
|
+
color: propTypes$1.exports.string,
|
|
26003
|
+
tooltip: propTypes$1.exports.shape({
|
|
26004
|
+
text: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string])
|
|
25410
26005
|
})
|
|
25411
26006
|
}),
|
|
25412
|
-
testId:
|
|
26007
|
+
testId: propTypes$1.exports.string
|
|
25413
26008
|
};
|
|
25414
26009
|
Name.defaultProps = {
|
|
25415
26010
|
icon: null,
|
|
@@ -25521,20 +26116,20 @@ ListSubheading.defaultProps = {
|
|
|
25521
26116
|
index: void 0
|
|
25522
26117
|
};
|
|
25523
26118
|
ListSubheading.propTypes = {
|
|
25524
|
-
item:
|
|
26119
|
+
item: propTypes$1.exports.shape({
|
|
25525
26120
|
actions: actionsShape,
|
|
25526
|
-
disabled:
|
|
25527
|
-
expanded:
|
|
25528
|
-
name:
|
|
25529
|
-
|
|
25530
|
-
|
|
25531
|
-
|
|
26121
|
+
disabled: propTypes$1.exports.bool,
|
|
26122
|
+
expanded: propTypes$1.exports.bool,
|
|
26123
|
+
name: propTypes$1.exports.oneOfType([
|
|
26124
|
+
propTypes$1.exports.string,
|
|
26125
|
+
propTypes$1.exports.number,
|
|
26126
|
+
propTypes$1.exports.node
|
|
25532
26127
|
]).isRequired,
|
|
25533
|
-
onClick:
|
|
25534
|
-
title:
|
|
25535
|
-
testId:
|
|
26128
|
+
onClick: propTypes$1.exports.func,
|
|
26129
|
+
title: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26130
|
+
testId: propTypes$1.exports.string
|
|
25536
26131
|
}).isRequired,
|
|
25537
|
-
index:
|
|
26132
|
+
index: propTypes$1.exports.number
|
|
25538
26133
|
};
|
|
25539
26134
|
const getItemStyle = (draggableProps, item2) => {
|
|
25540
26135
|
if (!draggableProps)
|
|
@@ -25811,68 +26406,68 @@ List.defaultProps = {
|
|
|
25811
26406
|
testId: void 0
|
|
25812
26407
|
};
|
|
25813
26408
|
List.propTypes = {
|
|
25814
|
-
list:
|
|
25815
|
-
name:
|
|
26409
|
+
list: propTypes$1.exports.shape({
|
|
26410
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
25816
26411
|
actions: actionsShape,
|
|
25817
|
-
items:
|
|
25818
|
-
|
|
25819
|
-
id:
|
|
25820
|
-
name:
|
|
25821
|
-
title:
|
|
25822
|
-
active:
|
|
25823
|
-
details:
|
|
25824
|
-
metadata:
|
|
25825
|
-
metaCount:
|
|
25826
|
-
invalid:
|
|
25827
|
-
content:
|
|
26412
|
+
items: propTypes$1.exports.arrayOf(
|
|
26413
|
+
propTypes$1.exports.shape({
|
|
26414
|
+
id: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
26415
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
26416
|
+
title: propTypes$1.exports.string,
|
|
26417
|
+
active: propTypes$1.exports.bool,
|
|
26418
|
+
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
26419
|
+
metadata: propTypes$1.exports.string,
|
|
26420
|
+
metaCount: propTypes$1.exports.number,
|
|
26421
|
+
invalid: propTypes$1.exports.bool,
|
|
26422
|
+
content: propTypes$1.exports.element,
|
|
25828
26423
|
actions: actionsShape,
|
|
25829
|
-
testId:
|
|
25830
|
-
icon:
|
|
25831
|
-
icon:
|
|
25832
|
-
color:
|
|
25833
|
-
tooltip:
|
|
25834
|
-
text:
|
|
25835
|
-
|
|
25836
|
-
|
|
25837
|
-
|
|
26424
|
+
testId: propTypes$1.exports.string,
|
|
26425
|
+
icon: propTypes$1.exports.shape({
|
|
26426
|
+
icon: propTypes$1.exports.node.isRequired,
|
|
26427
|
+
color: propTypes$1.exports.string.isRequired,
|
|
26428
|
+
tooltip: propTypes$1.exports.shape({
|
|
26429
|
+
text: propTypes$1.exports.oneOfType([
|
|
26430
|
+
propTypes$1.exports.string,
|
|
26431
|
+
propTypes$1.exports.number,
|
|
26432
|
+
propTypes$1.exports.node
|
|
25838
26433
|
]),
|
|
25839
|
-
error:
|
|
25840
|
-
warning:
|
|
25841
|
-
placement:
|
|
25842
|
-
enabled:
|
|
25843
|
-
maxWidth:
|
|
25844
|
-
triggerOffset:
|
|
25845
|
-
|
|
25846
|
-
|
|
26434
|
+
error: propTypes$1.exports.bool,
|
|
26435
|
+
warning: propTypes$1.exports.bool,
|
|
26436
|
+
placement: propTypes$1.exports.string,
|
|
26437
|
+
enabled: propTypes$1.exports.bool,
|
|
26438
|
+
maxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26439
|
+
triggerOffset: propTypes$1.exports.oneOfType([
|
|
26440
|
+
propTypes$1.exports.string,
|
|
26441
|
+
propTypes$1.exports.number
|
|
25847
26442
|
]),
|
|
25848
|
-
possiblePlacements:
|
|
25849
|
-
fontSize:
|
|
25850
|
-
padding:
|
|
26443
|
+
possiblePlacements: propTypes$1.exports.array,
|
|
26444
|
+
fontSize: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26445
|
+
padding: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
25851
26446
|
})
|
|
25852
26447
|
})
|
|
25853
26448
|
})
|
|
25854
26449
|
).isRequired
|
|
25855
26450
|
}).isRequired,
|
|
25856
|
-
bordered:
|
|
25857
|
-
expanding:
|
|
25858
|
-
narrow:
|
|
25859
|
-
toggleNarrow:
|
|
25860
|
-
onToggleNarrow:
|
|
25861
|
-
invokeEditOnRowClick:
|
|
25862
|
-
noHeader:
|
|
25863
|
-
draggable:
|
|
25864
|
-
onListReorder:
|
|
25865
|
-
marginBottom:
|
|
25866
|
-
height:
|
|
25867
|
-
scrollDetails:
|
|
25868
|
-
scrollable:
|
|
25869
|
-
hideScrollbar:
|
|
25870
|
-
triggerScrollToActiveItem:
|
|
25871
|
-
infiniteScroll:
|
|
25872
|
-
limit:
|
|
25873
|
-
infiniteScrollTarget:
|
|
26451
|
+
bordered: propTypes$1.exports.bool,
|
|
26452
|
+
expanding: propTypes$1.exports.bool,
|
|
26453
|
+
narrow: propTypes$1.exports.bool,
|
|
26454
|
+
toggleNarrow: propTypes$1.exports.bool,
|
|
26455
|
+
onToggleNarrow: propTypes$1.exports.func,
|
|
26456
|
+
invokeEditOnRowClick: propTypes$1.exports.bool,
|
|
26457
|
+
noHeader: propTypes$1.exports.bool,
|
|
26458
|
+
draggable: propTypes$1.exports.bool,
|
|
26459
|
+
onListReorder: propTypes$1.exports.func,
|
|
26460
|
+
marginBottom: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26461
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26462
|
+
scrollDetails: propTypes$1.exports.shape({
|
|
26463
|
+
scrollable: propTypes$1.exports.bool,
|
|
26464
|
+
hideScrollbar: propTypes$1.exports.bool,
|
|
26465
|
+
triggerScrollToActiveItem: propTypes$1.exports.bool,
|
|
26466
|
+
infiniteScroll: propTypes$1.exports.bool,
|
|
26467
|
+
limit: propTypes$1.exports.number,
|
|
26468
|
+
infiniteScrollTarget: propTypes$1.exports.string
|
|
25874
26469
|
}),
|
|
25875
|
-
testId:
|
|
26470
|
+
testId: propTypes$1.exports.string
|
|
25876
26471
|
};
|
|
25877
26472
|
const loader = "_loader_6bhnh_333";
|
|
25878
26473
|
const fullViewPortSize = "_fullViewPortSize_6bhnh_339";
|
|
@@ -25944,15 +26539,15 @@ Loader.defaultProps = {
|
|
|
25944
26539
|
theme: "dark"
|
|
25945
26540
|
};
|
|
25946
26541
|
Loader.propTypes = {
|
|
25947
|
-
fullViewPortSize:
|
|
25948
|
-
cover:
|
|
25949
|
-
width:
|
|
25950
|
-
height:
|
|
25951
|
-
text:
|
|
25952
|
-
details:
|
|
25953
|
-
children:
|
|
25954
|
-
testId:
|
|
25955
|
-
theme:
|
|
26542
|
+
fullViewPortSize: propTypes$1.exports.bool,
|
|
26543
|
+
cover: propTypes$1.exports.bool,
|
|
26544
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26545
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26546
|
+
text: propTypes$1.exports.string,
|
|
26547
|
+
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
26548
|
+
children: propTypes$1.exports.node,
|
|
26549
|
+
testId: propTypes$1.exports.string,
|
|
26550
|
+
theme: propTypes$1.exports.string
|
|
25956
26551
|
};
|
|
25957
26552
|
const inputInTable$7 = "_inputInTable_1jec4_333";
|
|
25958
26553
|
const inputHover$7 = "_inputHover_1jec4_339";
|
|
@@ -26122,26 +26717,26 @@ const Message = ({ message: message2 }) => {
|
|
|
26122
26717
|
}) : null
|
|
26123
26718
|
});
|
|
26124
26719
|
};
|
|
26125
|
-
const messageShape =
|
|
26126
|
-
visible:
|
|
26127
|
-
type:
|
|
26128
|
-
icon:
|
|
26129
|
-
heading:
|
|
26130
|
-
content:
|
|
26131
|
-
|
|
26132
|
-
|
|
26133
|
-
|
|
26720
|
+
const messageShape = propTypes$1.exports.shape({
|
|
26721
|
+
visible: propTypes$1.exports.bool,
|
|
26722
|
+
type: propTypes$1.exports.oneOf(["Info", "Success", "Warning", "Error"]),
|
|
26723
|
+
icon: propTypes$1.exports.bool,
|
|
26724
|
+
heading: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26725
|
+
content: propTypes$1.exports.oneOfType([
|
|
26726
|
+
propTypes$1.exports.string,
|
|
26727
|
+
propTypes$1.exports.number,
|
|
26728
|
+
propTypes$1.exports.node
|
|
26134
26729
|
]),
|
|
26135
|
-
details:
|
|
26136
|
-
|
|
26137
|
-
|
|
26138
|
-
|
|
26730
|
+
details: propTypes$1.exports.oneOfType([
|
|
26731
|
+
propTypes$1.exports.string,
|
|
26732
|
+
propTypes$1.exports.number,
|
|
26733
|
+
propTypes$1.exports.node
|
|
26139
26734
|
]),
|
|
26140
|
-
footer:
|
|
26141
|
-
withDismiss:
|
|
26142
|
-
onClose:
|
|
26143
|
-
width:
|
|
26144
|
-
maxHeight:
|
|
26735
|
+
footer: propTypes$1.exports.node,
|
|
26736
|
+
withDismiss: propTypes$1.exports.bool,
|
|
26737
|
+
onClose: propTypes$1.exports.func,
|
|
26738
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26739
|
+
maxHeight: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
26145
26740
|
});
|
|
26146
26741
|
Message.propTypes = {
|
|
26147
26742
|
message: messageShape.isRequired
|
|
@@ -26156,14 +26751,14 @@ const Portal = ({ id: id2, children }) => {
|
|
|
26156
26751
|
return parent ? createPortal(children, parent) : null;
|
|
26157
26752
|
};
|
|
26158
26753
|
Portal.propTypes = {
|
|
26159
|
-
id:
|
|
26754
|
+
id: propTypes$1.exports.string.isRequired
|
|
26160
26755
|
};
|
|
26161
|
-
const wrapper$
|
|
26756
|
+
const wrapper$1 = "_wrapper_1d6pq_333";
|
|
26162
26757
|
const contentContainer = "_contentContainer_1d6pq_347";
|
|
26163
26758
|
const centered = "_centered_1d6pq_359";
|
|
26164
26759
|
const newLine = "_newLine_1d6pq_363";
|
|
26165
26760
|
const styles$q = {
|
|
26166
|
-
wrapper: wrapper$
|
|
26761
|
+
wrapper: wrapper$1,
|
|
26167
26762
|
contentContainer,
|
|
26168
26763
|
centered,
|
|
26169
26764
|
newLine
|
|
@@ -26204,10 +26799,10 @@ Modal.defaultProps = {
|
|
|
26204
26799
|
width: "100%"
|
|
26205
26800
|
};
|
|
26206
26801
|
Modal.propTypes = {
|
|
26207
|
-
children:
|
|
26208
|
-
visible:
|
|
26209
|
-
centered:
|
|
26210
|
-
width:
|
|
26802
|
+
children: propTypes$1.exports.node.isRequired,
|
|
26803
|
+
visible: propTypes$1.exports.bool,
|
|
26804
|
+
centered: propTypes$1.exports.bool,
|
|
26805
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
26211
26806
|
};
|
|
26212
26807
|
const menu$1 = "_menu_1h557_333";
|
|
26213
26808
|
const header = "_header_1h557_344";
|
|
@@ -26341,18 +26936,18 @@ OptionDropdown.defaultProps = {
|
|
|
26341
26936
|
maxHeight: "40vh"
|
|
26342
26937
|
};
|
|
26343
26938
|
OptionDropdown.propTypes = {
|
|
26344
|
-
name:
|
|
26345
|
-
label:
|
|
26346
|
-
options:
|
|
26347
|
-
|
|
26348
|
-
label:
|
|
26349
|
-
value:
|
|
26350
|
-
selected:
|
|
26939
|
+
name: propTypes$1.exports.string,
|
|
26940
|
+
label: propTypes$1.exports.string.isRequired,
|
|
26941
|
+
options: propTypes$1.exports.arrayOf(
|
|
26942
|
+
propTypes$1.exports.shape({
|
|
26943
|
+
label: propTypes$1.exports.string,
|
|
26944
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26945
|
+
selected: propTypes$1.exports.bool
|
|
26351
26946
|
})
|
|
26352
26947
|
).isRequired,
|
|
26353
|
-
onChange:
|
|
26354
|
-
showHeader:
|
|
26355
|
-
maxHeight:
|
|
26948
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
26949
|
+
showHeader: propTypes$1.exports.bool,
|
|
26950
|
+
maxHeight: propTypes$1.exports.string
|
|
26356
26951
|
};
|
|
26357
26952
|
const page = "_page_1hv80_333";
|
|
26358
26953
|
const scroll2 = "_scroll_1hv80_355";
|
|
@@ -26376,15 +26971,15 @@ Page.defaultProps = {
|
|
|
26376
26971
|
top: "60px"
|
|
26377
26972
|
};
|
|
26378
26973
|
Page.propTypes = {
|
|
26379
|
-
children:
|
|
26380
|
-
padding:
|
|
26381
|
-
|
|
26382
|
-
|
|
26383
|
-
|
|
26974
|
+
children: propTypes$1.exports.node,
|
|
26975
|
+
padding: propTypes$1.exports.oneOfType([
|
|
26976
|
+
propTypes$1.exports.bool,
|
|
26977
|
+
propTypes$1.exports.string,
|
|
26978
|
+
propTypes$1.exports.number
|
|
26384
26979
|
]),
|
|
26385
|
-
left:
|
|
26386
|
-
scroll:
|
|
26387
|
-
top:
|
|
26980
|
+
left: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]),
|
|
26981
|
+
scroll: propTypes$1.exports.bool,
|
|
26982
|
+
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
26388
26983
|
};
|
|
26389
26984
|
const inputInTable$6 = "_inputInTable_v6efs_333";
|
|
26390
26985
|
const inputHover$6 = "_inputHover_v6efs_339";
|
|
@@ -26522,11 +27117,11 @@ const NativeSelect = ({
|
|
|
26522
27117
|
});
|
|
26523
27118
|
};
|
|
26524
27119
|
const selectOptionShape$1 = {
|
|
26525
|
-
label:
|
|
26526
|
-
value:
|
|
26527
|
-
|
|
26528
|
-
|
|
26529
|
-
|
|
27120
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
27121
|
+
value: propTypes$1.exports.oneOfType([
|
|
27122
|
+
propTypes$1.exports.number,
|
|
27123
|
+
propTypes$1.exports.string,
|
|
27124
|
+
propTypes$1.exports.bool
|
|
26530
27125
|
]).isRequired
|
|
26531
27126
|
};
|
|
26532
27127
|
NativeSelect.defaultProps = {
|
|
@@ -26551,41 +27146,41 @@ NativeSelect.defaultProps = {
|
|
|
26551
27146
|
isInTable: false
|
|
26552
27147
|
};
|
|
26553
27148
|
const NativeSelectShape = {
|
|
26554
|
-
borderRadius:
|
|
26555
|
-
disabled:
|
|
26556
|
-
error:
|
|
26557
|
-
|
|
26558
|
-
|
|
26559
|
-
|
|
27149
|
+
borderRadius: propTypes$1.exports.number,
|
|
27150
|
+
disabled: propTypes$1.exports.bool,
|
|
27151
|
+
error: propTypes$1.exports.oneOfType([
|
|
27152
|
+
propTypes$1.exports.string,
|
|
27153
|
+
propTypes$1.exports.number,
|
|
27154
|
+
propTypes$1.exports.node
|
|
26560
27155
|
]),
|
|
26561
|
-
warning:
|
|
26562
|
-
|
|
26563
|
-
|
|
26564
|
-
|
|
27156
|
+
warning: propTypes$1.exports.oneOfType([
|
|
27157
|
+
propTypes$1.exports.string,
|
|
27158
|
+
propTypes$1.exports.number,
|
|
27159
|
+
propTypes$1.exports.node
|
|
26565
27160
|
]),
|
|
26566
|
-
tooltip:
|
|
26567
|
-
|
|
26568
|
-
|
|
26569
|
-
|
|
27161
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
27162
|
+
propTypes$1.exports.string,
|
|
27163
|
+
propTypes$1.exports.number,
|
|
27164
|
+
propTypes$1.exports.node
|
|
26570
27165
|
]),
|
|
26571
|
-
options:
|
|
26572
|
-
onChange:
|
|
26573
|
-
onFocus:
|
|
26574
|
-
onBlur:
|
|
26575
|
-
right:
|
|
26576
|
-
small:
|
|
26577
|
-
tabIndex:
|
|
26578
|
-
selectedOption:
|
|
26579
|
-
width:
|
|
26580
|
-
groupOrder:
|
|
26581
|
-
testId:
|
|
26582
|
-
isInTable:
|
|
27166
|
+
options: propTypes$1.exports.arrayOf(propTypes$1.exports.shape(selectOptionShape$1)).isRequired,
|
|
27167
|
+
onChange: propTypes$1.exports.func,
|
|
27168
|
+
onFocus: propTypes$1.exports.func,
|
|
27169
|
+
onBlur: propTypes$1.exports.func,
|
|
27170
|
+
right: propTypes$1.exports.bool,
|
|
27171
|
+
small: propTypes$1.exports.bool,
|
|
27172
|
+
tabIndex: propTypes$1.exports.number,
|
|
27173
|
+
selectedOption: propTypes$1.exports.shape(selectOptionShape$1),
|
|
27174
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
27175
|
+
groupOrder: propTypes$1.exports.string,
|
|
27176
|
+
testId: propTypes$1.exports.string,
|
|
27177
|
+
isInTable: propTypes$1.exports.bool
|
|
26583
27178
|
};
|
|
26584
27179
|
NativeSelect.propTypes = NativeSelectShape;
|
|
26585
27180
|
var reactKeyboardEventHandler = { exports: {} };
|
|
26586
27181
|
(function(module, exports) {
|
|
26587
27182
|
!function(e2, t) {
|
|
26588
|
-
module.exports = t(React__default,
|
|
27183
|
+
module.exports = t(React__default, propTypes$1.exports);
|
|
26589
27184
|
}(window, function(e2, t) {
|
|
26590
27185
|
return function(e3) {
|
|
26591
27186
|
var t2 = {};
|
|
@@ -27355,23 +27950,21 @@ var FixedSizeList = /* @__PURE__ */ createListComponent({
|
|
|
27355
27950
|
}
|
|
27356
27951
|
}
|
|
27357
27952
|
});
|
|
27358
|
-
const
|
|
27359
|
-
const
|
|
27360
|
-
const
|
|
27361
|
-
const
|
|
27362
|
-
const
|
|
27363
|
-
const
|
|
27364
|
-
const
|
|
27365
|
-
const
|
|
27366
|
-
const
|
|
27367
|
-
const
|
|
27368
|
-
const
|
|
27369
|
-
const
|
|
27370
|
-
const
|
|
27371
|
-
const
|
|
27372
|
-
const details = "_details_w3cwc_442";
|
|
27953
|
+
const layerContainer = "_layerContainer_18lrn_333";
|
|
27954
|
+
const layer = "_layer_18lrn_333";
|
|
27955
|
+
const small$5 = "_small_18lrn_355";
|
|
27956
|
+
const heading = "_heading_18lrn_358";
|
|
27957
|
+
const option = "_option_18lrn_359";
|
|
27958
|
+
const message = "_message_18lrn_360";
|
|
27959
|
+
const focused = "_focused_18lrn_394";
|
|
27960
|
+
const selected = "_selected_18lrn_398";
|
|
27961
|
+
const disabled$5 = "_disabled_18lrn_405";
|
|
27962
|
+
const check = "_check_18lrn_409";
|
|
27963
|
+
const optionContent = "_optionContent_18lrn_423";
|
|
27964
|
+
const label$5 = "_label_18lrn_428";
|
|
27965
|
+
const icon$2 = "_icon_18lrn_435";
|
|
27966
|
+
const details = "_details_18lrn_439";
|
|
27373
27967
|
const styles$m = {
|
|
27374
|
-
wrapper: wrapper$1,
|
|
27375
27968
|
layerContainer,
|
|
27376
27969
|
layer,
|
|
27377
27970
|
small: small$5,
|
|
@@ -27741,7 +28334,7 @@ Input.defaultProps = {
|
|
|
27741
28334
|
placeholder: "Select..."
|
|
27742
28335
|
};
|
|
27743
28336
|
Input.propTypes = {
|
|
27744
|
-
placeholder:
|
|
28337
|
+
placeholder: propTypes$1.exports.string
|
|
27745
28338
|
};
|
|
27746
28339
|
const Trigger = ({
|
|
27747
28340
|
selectedOptions,
|
|
@@ -28246,7 +28839,6 @@ const CustomSelect = ({
|
|
|
28246
28839
|
};
|
|
28247
28840
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
28248
28841
|
style: { width: getTriggerWidth() },
|
|
28249
|
-
className: styles$m.wrapper,
|
|
28250
28842
|
children: /* @__PURE__ */ jsxRuntime.exports.jsxs(KeyboardEventHandler, {
|
|
28251
28843
|
handleKeys: ["tab", "up", "down", "left", "right", "enter", "esc"],
|
|
28252
28844
|
onKeyEvent,
|
|
@@ -28306,37 +28898,37 @@ const CustomSelect = ({
|
|
|
28306
28898
|
})
|
|
28307
28899
|
});
|
|
28308
28900
|
};
|
|
28309
|
-
const selectOptionShape =
|
|
28310
|
-
|
|
28311
|
-
label:
|
|
28312
|
-
value:
|
|
28313
|
-
|
|
28314
|
-
|
|
28315
|
-
|
|
28901
|
+
const selectOptionShape = propTypes$1.exports.oneOfType([
|
|
28902
|
+
propTypes$1.exports.shape({
|
|
28903
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
28904
|
+
value: propTypes$1.exports.oneOfType([
|
|
28905
|
+
propTypes$1.exports.number,
|
|
28906
|
+
propTypes$1.exports.string,
|
|
28907
|
+
propTypes$1.exports.bool
|
|
28316
28908
|
]).isRequired,
|
|
28317
|
-
icon:
|
|
28909
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string]),
|
|
28318
28910
|
actions: actionsShape,
|
|
28319
|
-
testId:
|
|
28911
|
+
testId: propTypes$1.exports.string
|
|
28320
28912
|
}),
|
|
28321
|
-
|
|
28322
|
-
label:
|
|
28323
|
-
type:
|
|
28913
|
+
propTypes$1.exports.shape({
|
|
28914
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
28915
|
+
type: propTypes$1.exports.string
|
|
28324
28916
|
})
|
|
28325
28917
|
]);
|
|
28326
28918
|
const selectedOptionShape = {
|
|
28327
|
-
label:
|
|
28328
|
-
value:
|
|
28329
|
-
|
|
28330
|
-
|
|
28331
|
-
|
|
28919
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
28920
|
+
value: propTypes$1.exports.oneOfType([
|
|
28921
|
+
propTypes$1.exports.number,
|
|
28922
|
+
propTypes$1.exports.string,
|
|
28923
|
+
propTypes$1.exports.bool
|
|
28332
28924
|
]).isRequired
|
|
28333
28925
|
};
|
|
28334
|
-
const selectedOptionsShape =
|
|
28335
|
-
|
|
28336
|
-
|
|
28337
|
-
|
|
28338
|
-
|
|
28339
|
-
|
|
28926
|
+
const selectedOptionsShape = propTypes$1.exports.oneOfType([
|
|
28927
|
+
propTypes$1.exports.string,
|
|
28928
|
+
propTypes$1.exports.number,
|
|
28929
|
+
propTypes$1.exports.shape(selectedOptionShape),
|
|
28930
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.shape(selectedOptionShape)),
|
|
28931
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]))
|
|
28340
28932
|
]);
|
|
28341
28933
|
CustomSelect.defaultProps = {
|
|
28342
28934
|
multi: false,
|
|
@@ -28366,41 +28958,41 @@ CustomSelect.defaultProps = {
|
|
|
28366
28958
|
testId: void 0
|
|
28367
28959
|
};
|
|
28368
28960
|
const CustomSelectShape = {
|
|
28369
|
-
multi:
|
|
28370
|
-
disabled:
|
|
28371
|
-
error:
|
|
28372
|
-
|
|
28373
|
-
|
|
28374
|
-
|
|
28961
|
+
multi: propTypes$1.exports.bool,
|
|
28962
|
+
disabled: propTypes$1.exports.bool,
|
|
28963
|
+
error: propTypes$1.exports.oneOfType([
|
|
28964
|
+
propTypes$1.exports.string,
|
|
28965
|
+
propTypes$1.exports.number,
|
|
28966
|
+
propTypes$1.exports.node
|
|
28375
28967
|
]),
|
|
28376
|
-
warning:
|
|
28377
|
-
|
|
28378
|
-
|
|
28379
|
-
|
|
28968
|
+
warning: propTypes$1.exports.oneOfType([
|
|
28969
|
+
propTypes$1.exports.string,
|
|
28970
|
+
propTypes$1.exports.number,
|
|
28971
|
+
propTypes$1.exports.node
|
|
28380
28972
|
]),
|
|
28381
|
-
tooltip:
|
|
28382
|
-
|
|
28383
|
-
|
|
28384
|
-
|
|
28973
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
28974
|
+
propTypes$1.exports.string,
|
|
28975
|
+
propTypes$1.exports.number,
|
|
28976
|
+
propTypes$1.exports.node
|
|
28385
28977
|
]),
|
|
28386
|
-
options:
|
|
28978
|
+
options: propTypes$1.exports.arrayOf(selectOptionShape).isRequired,
|
|
28387
28979
|
selectedOptions: selectedOptionsShape,
|
|
28388
|
-
onChange:
|
|
28389
|
-
onCreate:
|
|
28390
|
-
placeholder:
|
|
28391
|
-
small:
|
|
28392
|
-
tabIndex:
|
|
28393
|
-
width:
|
|
28394
|
-
autoLayerWidth:
|
|
28395
|
-
onFocus:
|
|
28396
|
-
onBlur:
|
|
28397
|
-
searchable:
|
|
28398
|
-
clearable:
|
|
28399
|
-
isInTable:
|
|
28400
|
-
groupOrder:
|
|
28401
|
-
firstSelectedOptionIndex:
|
|
28402
|
-
right:
|
|
28403
|
-
testId:
|
|
28980
|
+
onChange: propTypes$1.exports.func,
|
|
28981
|
+
onCreate: propTypes$1.exports.func,
|
|
28982
|
+
placeholder: propTypes$1.exports.string,
|
|
28983
|
+
small: propTypes$1.exports.bool,
|
|
28984
|
+
tabIndex: propTypes$1.exports.number,
|
|
28985
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
28986
|
+
autoLayerWidth: propTypes$1.exports.bool,
|
|
28987
|
+
onFocus: propTypes$1.exports.func,
|
|
28988
|
+
onBlur: propTypes$1.exports.func,
|
|
28989
|
+
searchable: propTypes$1.exports.bool,
|
|
28990
|
+
clearable: propTypes$1.exports.bool,
|
|
28991
|
+
isInTable: propTypes$1.exports.bool,
|
|
28992
|
+
groupOrder: propTypes$1.exports.string,
|
|
28993
|
+
firstSelectedOptionIndex: propTypes$1.exports.number,
|
|
28994
|
+
right: propTypes$1.exports.bool,
|
|
28995
|
+
testId: propTypes$1.exports.string
|
|
28404
28996
|
};
|
|
28405
28997
|
CustomSelect.propTypes = CustomSelectShape;
|
|
28406
28998
|
const isMulti = (selectedOptions) => selectedOptions instanceof Array;
|
|
@@ -28609,46 +29201,46 @@ Select.defaultProps = {
|
|
|
28609
29201
|
testId: void 0
|
|
28610
29202
|
};
|
|
28611
29203
|
const SelectShape = {
|
|
28612
|
-
name:
|
|
28613
|
-
disabled:
|
|
28614
|
-
error:
|
|
28615
|
-
|
|
28616
|
-
|
|
28617
|
-
|
|
29204
|
+
name: propTypes$1.exports.string,
|
|
29205
|
+
disabled: propTypes$1.exports.bool,
|
|
29206
|
+
error: propTypes$1.exports.oneOfType([
|
|
29207
|
+
propTypes$1.exports.string,
|
|
29208
|
+
propTypes$1.exports.number,
|
|
29209
|
+
propTypes$1.exports.node
|
|
28618
29210
|
]),
|
|
28619
|
-
warning:
|
|
28620
|
-
|
|
28621
|
-
|
|
28622
|
-
|
|
29211
|
+
warning: propTypes$1.exports.oneOfType([
|
|
29212
|
+
propTypes$1.exports.string,
|
|
29213
|
+
propTypes$1.exports.number,
|
|
29214
|
+
propTypes$1.exports.node
|
|
28623
29215
|
]),
|
|
28624
|
-
tooltip:
|
|
28625
|
-
|
|
28626
|
-
|
|
28627
|
-
|
|
29216
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
29217
|
+
propTypes$1.exports.string,
|
|
29218
|
+
propTypes$1.exports.number,
|
|
29219
|
+
propTypes$1.exports.node
|
|
28628
29220
|
]),
|
|
28629
|
-
options:
|
|
29221
|
+
options: propTypes$1.exports.arrayOf(selectOptionShape).isRequired,
|
|
28630
29222
|
value: selectedOptionsShape,
|
|
28631
|
-
onChange:
|
|
28632
|
-
onCreate:
|
|
28633
|
-
small:
|
|
28634
|
-
tabIndex:
|
|
28635
|
-
width:
|
|
28636
|
-
autoLayerWidth:
|
|
28637
|
-
onFocus:
|
|
28638
|
-
onBlur:
|
|
28639
|
-
searchable:
|
|
28640
|
-
clearable:
|
|
28641
|
-
maxTooltipWidth:
|
|
28642
|
-
autoScroll:
|
|
28643
|
-
checkNonExistentValues:
|
|
28644
|
-
testId:
|
|
28645
|
-
closeOnOptionActionClick:
|
|
28646
|
-
borderRadius:
|
|
28647
|
-
deprecatedEventHandler:
|
|
28648
|
-
isInTable:
|
|
28649
|
-
right:
|
|
28650
|
-
};
|
|
28651
|
-
Select.propTypes =
|
|
29223
|
+
onChange: propTypes$1.exports.func,
|
|
29224
|
+
onCreate: propTypes$1.exports.func,
|
|
29225
|
+
small: propTypes$1.exports.bool,
|
|
29226
|
+
tabIndex: propTypes$1.exports.number,
|
|
29227
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
29228
|
+
autoLayerWidth: propTypes$1.exports.bool,
|
|
29229
|
+
onFocus: propTypes$1.exports.func,
|
|
29230
|
+
onBlur: propTypes$1.exports.func,
|
|
29231
|
+
searchable: propTypes$1.exports.bool,
|
|
29232
|
+
clearable: propTypes$1.exports.bool,
|
|
29233
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
29234
|
+
autoScroll: propTypes$1.exports.bool,
|
|
29235
|
+
checkNonExistentValues: propTypes$1.exports.bool,
|
|
29236
|
+
testId: propTypes$1.exports.string,
|
|
29237
|
+
closeOnOptionActionClick: propTypes$1.exports.bool,
|
|
29238
|
+
borderRadius: propTypes$1.exports.number,
|
|
29239
|
+
deprecatedEventHandler: propTypes$1.exports.bool,
|
|
29240
|
+
isInTable: propTypes$1.exports.bool,
|
|
29241
|
+
right: propTypes$1.exports.bool
|
|
29242
|
+
};
|
|
29243
|
+
Select.propTypes = propTypes$1.exports.shape(SelectShape).isRequired;
|
|
28652
29244
|
const selectedRowsPerPage = (options, value) => {
|
|
28653
29245
|
return value || options && options.reduce((acc, row2) => {
|
|
28654
29246
|
return row2.selected ? row2.value : acc;
|
|
@@ -28789,27 +29381,27 @@ const Pagination = ({ pagination: pagination2 }) => {
|
|
|
28789
29381
|
]
|
|
28790
29382
|
});
|
|
28791
29383
|
};
|
|
28792
|
-
const paginationShape =
|
|
28793
|
-
rowCount:
|
|
28794
|
-
selectedPage:
|
|
28795
|
-
rowsPerPage:
|
|
28796
|
-
onChange:
|
|
28797
|
-
options:
|
|
28798
|
-
|
|
28799
|
-
label:
|
|
28800
|
-
value:
|
|
28801
|
-
selected:
|
|
29384
|
+
const paginationShape = propTypes$1.exports.shape({
|
|
29385
|
+
rowCount: propTypes$1.exports.number.isRequired,
|
|
29386
|
+
selectedPage: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
29387
|
+
rowsPerPage: propTypes$1.exports.shape({
|
|
29388
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
29389
|
+
options: propTypes$1.exports.arrayOf(
|
|
29390
|
+
propTypes$1.exports.shape({
|
|
29391
|
+
label: propTypes$1.exports.string.isRequired,
|
|
29392
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
29393
|
+
selected: propTypes$1.exports.bool
|
|
28802
29394
|
})
|
|
28803
29395
|
).isRequired,
|
|
28804
|
-
value:
|
|
28805
|
-
|
|
28806
|
-
|
|
28807
|
-
|
|
29396
|
+
value: propTypes$1.exports.oneOfType([
|
|
29397
|
+
propTypes$1.exports.object,
|
|
29398
|
+
propTypes$1.exports.string,
|
|
29399
|
+
propTypes$1.exports.number
|
|
28808
29400
|
])
|
|
28809
29401
|
}),
|
|
28810
|
-
onSelectPage:
|
|
28811
|
-
small:
|
|
28812
|
-
errorMessageTemplate:
|
|
29402
|
+
onSelectPage: propTypes$1.exports.func,
|
|
29403
|
+
small: propTypes$1.exports.bool,
|
|
29404
|
+
errorMessageTemplate: propTypes$1.exports.string
|
|
28813
29405
|
});
|
|
28814
29406
|
Pagination.propTypes = {
|
|
28815
29407
|
pagination: paginationShape.isRequired
|
|
@@ -28896,14 +29488,14 @@ const Popover = ({
|
|
|
28896
29488
|
});
|
|
28897
29489
|
};
|
|
28898
29490
|
Popover.propTypes = {
|
|
28899
|
-
content:
|
|
28900
|
-
closeOnOutsideClick:
|
|
28901
|
-
placement:
|
|
28902
|
-
fullWidth:
|
|
28903
|
-
showCloseButton:
|
|
28904
|
-
testId:
|
|
28905
|
-
disabled:
|
|
28906
|
-
overflowContainer:
|
|
29491
|
+
content: propTypes$1.exports.node,
|
|
29492
|
+
closeOnOutsideClick: propTypes$1.exports.bool,
|
|
29493
|
+
placement: propTypes$1.exports.string,
|
|
29494
|
+
fullWidth: propTypes$1.exports.bool,
|
|
29495
|
+
showCloseButton: propTypes$1.exports.bool,
|
|
29496
|
+
testId: propTypes$1.exports.string,
|
|
29497
|
+
disabled: propTypes$1.exports.bool,
|
|
29498
|
+
overflowContainer: propTypes$1.exports.bool
|
|
28907
29499
|
};
|
|
28908
29500
|
Popover.defaultProps = {
|
|
28909
29501
|
content: null,
|
|
@@ -28929,9 +29521,9 @@ PrintHeader.defaultProps = {
|
|
|
28929
29521
|
logoWidth: "100px"
|
|
28930
29522
|
};
|
|
28931
29523
|
PrintHeader.defaultProps = {
|
|
28932
|
-
logo:
|
|
28933
|
-
logoWidth:
|
|
28934
|
-
alt:
|
|
29524
|
+
logo: propTypes$1.exports.node.isRequired,
|
|
29525
|
+
logoWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]),
|
|
29526
|
+
alt: propTypes$1.exports.string.isRequired
|
|
28935
29527
|
};
|
|
28936
29528
|
const progress$1 = "_progress_23ror_1";
|
|
28937
29529
|
const inverted = "_inverted_23ror_9";
|
|
@@ -29009,12 +29601,12 @@ ProgressBar$1.defaultProps = {
|
|
|
29009
29601
|
noLabel: false
|
|
29010
29602
|
};
|
|
29011
29603
|
ProgressBar$1.propTypes = {
|
|
29012
|
-
width:
|
|
29013
|
-
colored:
|
|
29014
|
-
inverted:
|
|
29015
|
-
percentage:
|
|
29016
|
-
showProgressColors:
|
|
29017
|
-
noLabel:
|
|
29604
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
29605
|
+
colored: propTypes$1.exports.bool,
|
|
29606
|
+
inverted: propTypes$1.exports.bool,
|
|
29607
|
+
percentage: propTypes$1.exports.number,
|
|
29608
|
+
showProgressColors: propTypes$1.exports.bool,
|
|
29609
|
+
noLabel: propTypes$1.exports.bool
|
|
29018
29610
|
};
|
|
29019
29611
|
const wrapper = "_wrapper_7ev01_333";
|
|
29020
29612
|
const inline$1 = "_inline_7ev01_333";
|
|
@@ -29160,34 +29752,34 @@ RadioButton.defaultProps = {
|
|
|
29160
29752
|
classForContainer: "grouped fields"
|
|
29161
29753
|
};
|
|
29162
29754
|
const RadioButtonShapeDeprecated = {
|
|
29163
|
-
radioButtonsData:
|
|
29164
|
-
inline:
|
|
29165
|
-
mainLabel:
|
|
29166
|
-
onClick:
|
|
29167
|
-
disabled:
|
|
29168
|
-
classForContainer:
|
|
29169
|
-
};
|
|
29170
|
-
const radioOptionShape =
|
|
29171
|
-
label:
|
|
29172
|
-
value:
|
|
29173
|
-
testId:
|
|
29174
|
-
helpText:
|
|
29175
|
-
onClickHelp:
|
|
29755
|
+
radioButtonsData: propTypes$1.exports.arrayOf(propTypes$1.exports.object).isRequired,
|
|
29756
|
+
inline: propTypes$1.exports.bool,
|
|
29757
|
+
mainLabel: propTypes$1.exports.string,
|
|
29758
|
+
onClick: propTypes$1.exports.func,
|
|
29759
|
+
disabled: propTypes$1.exports.bool,
|
|
29760
|
+
classForContainer: propTypes$1.exports.string
|
|
29761
|
+
};
|
|
29762
|
+
const radioOptionShape = propTypes$1.exports.shape({
|
|
29763
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
29764
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
29765
|
+
testId: propTypes$1.exports.string,
|
|
29766
|
+
helpText: propTypes$1.exports.string,
|
|
29767
|
+
onClickHelp: propTypes$1.exports.func
|
|
29176
29768
|
});
|
|
29177
29769
|
const RadioButtonShape = {
|
|
29178
|
-
name:
|
|
29179
|
-
noMargin:
|
|
29180
|
-
label:
|
|
29181
|
-
options:
|
|
29770
|
+
name: propTypes$1.exports.string,
|
|
29771
|
+
noMargin: propTypes$1.exports.bool,
|
|
29772
|
+
label: propTypes$1.exports.string,
|
|
29773
|
+
options: propTypes$1.exports.arrayOf(radioOptionShape).isRequired,
|
|
29182
29774
|
value: radioOptionShape,
|
|
29183
|
-
inline:
|
|
29184
|
-
disabled:
|
|
29185
|
-
small:
|
|
29186
|
-
onChange:
|
|
29187
|
-
};
|
|
29188
|
-
RadioButton.propTypes =
|
|
29189
|
-
|
|
29190
|
-
|
|
29775
|
+
inline: propTypes$1.exports.bool,
|
|
29776
|
+
disabled: propTypes$1.exports.bool,
|
|
29777
|
+
small: propTypes$1.exports.bool,
|
|
29778
|
+
onChange: propTypes$1.exports.func
|
|
29779
|
+
};
|
|
29780
|
+
RadioButton.propTypes = propTypes$1.exports.oneOfType([
|
|
29781
|
+
propTypes$1.exports.shape(RadioButtonShape),
|
|
29782
|
+
propTypes$1.exports.shape(RadioButtonShapeDeprecated)
|
|
29191
29783
|
]).isRequired;
|
|
29192
29784
|
var makeError = { exports: {} };
|
|
29193
29785
|
(function(module, exports) {
|
|
@@ -55725,7 +56317,7 @@ RichTextToolbar.defaultProps = {
|
|
|
55725
56317
|
disabled: false
|
|
55726
56318
|
};
|
|
55727
56319
|
RichTextToolbar.propTypes = {
|
|
55728
|
-
disabled:
|
|
56320
|
+
disabled: propTypes$1.exports.bool
|
|
55729
56321
|
};
|
|
55730
56322
|
const inputInTable$4 = "_inputInTable_12bel_333";
|
|
55731
56323
|
const inputHover$4 = "_inputHover_12bel_339";
|
|
@@ -55794,10 +56386,10 @@ RichTextInput.defaultProps = {
|
|
|
55794
56386
|
value: null
|
|
55795
56387
|
};
|
|
55796
56388
|
RichTextInput.propTypes = {
|
|
55797
|
-
disabled:
|
|
55798
|
-
onChange:
|
|
55799
|
-
placeholder:
|
|
55800
|
-
value:
|
|
56389
|
+
disabled: propTypes$1.exports.bool,
|
|
56390
|
+
onChange: propTypes$1.exports.func,
|
|
56391
|
+
placeholder: propTypes$1.exports.string,
|
|
56392
|
+
value: propTypes$1.exports.string
|
|
55801
56393
|
};
|
|
55802
56394
|
const row = "_row_19xw9_333";
|
|
55803
56395
|
const styles$d = {
|
|
@@ -55850,16 +56442,16 @@ Row$1.defaultProps = {
|
|
|
55850
56442
|
testId: null
|
|
55851
56443
|
};
|
|
55852
56444
|
Row$1.propTypes = {
|
|
55853
|
-
alignItems:
|
|
55854
|
-
justifyContent:
|
|
55855
|
-
children:
|
|
55856
|
-
flex:
|
|
55857
|
-
height:
|
|
55858
|
-
marginBottom:
|
|
55859
|
-
marginTop:
|
|
55860
|
-
spacing:
|
|
55861
|
-
wrap:
|
|
55862
|
-
testId:
|
|
56445
|
+
alignItems: propTypes$1.exports.string,
|
|
56446
|
+
justifyContent: propTypes$1.exports.string,
|
|
56447
|
+
children: propTypes$1.exports.node,
|
|
56448
|
+
flex: propTypes$1.exports.bool,
|
|
56449
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
56450
|
+
marginBottom: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
56451
|
+
marginTop: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
56452
|
+
spacing: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
56453
|
+
wrap: propTypes$1.exports.bool,
|
|
56454
|
+
testId: propTypes$1.exports.string
|
|
55863
56455
|
};
|
|
55864
56456
|
var hasElementType = typeof Element !== "undefined";
|
|
55865
56457
|
var hasMap = typeof Map === "function";
|
|
@@ -56130,29 +56722,29 @@ SideBar.defaultProps = {
|
|
|
56130
56722
|
top: void 0
|
|
56131
56723
|
};
|
|
56132
56724
|
SideBar.propTypes = {
|
|
56133
|
-
options:
|
|
56134
|
-
title:
|
|
56135
|
-
sections:
|
|
56136
|
-
|
|
56137
|
-
heading:
|
|
56138
|
-
items:
|
|
56139
|
-
|
|
56140
|
-
label:
|
|
56141
|
-
value:
|
|
56142
|
-
icon:
|
|
56143
|
-
onClick:
|
|
56144
|
-
isActive:
|
|
56145
|
-
isExperimental:
|
|
56146
|
-
invalid:
|
|
56147
|
-
testId:
|
|
56725
|
+
options: propTypes$1.exports.shape({
|
|
56726
|
+
title: propTypes$1.exports.string.isRequired,
|
|
56727
|
+
sections: propTypes$1.exports.arrayOf(
|
|
56728
|
+
propTypes$1.exports.shape({
|
|
56729
|
+
heading: propTypes$1.exports.string.isRequired,
|
|
56730
|
+
items: propTypes$1.exports.arrayOf(
|
|
56731
|
+
propTypes$1.exports.shape({
|
|
56732
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
56733
|
+
value: propTypes$1.exports.string.isRequired,
|
|
56734
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
56735
|
+
onClick: propTypes$1.exports.func.isRequired,
|
|
56736
|
+
isActive: propTypes$1.exports.bool,
|
|
56737
|
+
isExperimental: propTypes$1.exports.bool,
|
|
56738
|
+
invalid: propTypes$1.exports.bool,
|
|
56739
|
+
testId: propTypes$1.exports.string
|
|
56148
56740
|
})
|
|
56149
56741
|
).isRequired
|
|
56150
56742
|
})
|
|
56151
56743
|
).isRequired
|
|
56152
56744
|
}).isRequired,
|
|
56153
|
-
startOpen:
|
|
56154
|
-
onShiftClickToggleOpen:
|
|
56155
|
-
top:
|
|
56745
|
+
startOpen: propTypes$1.exports.bool,
|
|
56746
|
+
onShiftClickToggleOpen: propTypes$1.exports.func,
|
|
56747
|
+
top: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
56156
56748
|
};
|
|
56157
56749
|
function _defineProperty$7(obj, key2, value) {
|
|
56158
56750
|
if (key2 in obj) {
|
|
@@ -58351,41 +58943,41 @@ Slider.defaultProps = {
|
|
|
58351
58943
|
}
|
|
58352
58944
|
};
|
|
58353
58945
|
Slider.propTypes = {
|
|
58354
|
-
name:
|
|
58355
|
-
label:
|
|
58356
|
-
|
|
58357
|
-
|
|
58358
|
-
|
|
58946
|
+
name: propTypes$1.exports.string,
|
|
58947
|
+
label: propTypes$1.exports.oneOfType([
|
|
58948
|
+
propTypes$1.exports.string,
|
|
58949
|
+
propTypes$1.exports.number,
|
|
58950
|
+
propTypes$1.exports.node
|
|
58359
58951
|
]),
|
|
58360
|
-
width:
|
|
58361
|
-
labelWidth:
|
|
58362
|
-
value:
|
|
58363
|
-
min:
|
|
58364
|
-
max:
|
|
58365
|
-
step:
|
|
58366
|
-
marks:
|
|
58367
|
-
|
|
58368
|
-
value:
|
|
58369
|
-
label:
|
|
58370
|
-
|
|
58371
|
-
|
|
58372
|
-
|
|
58952
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
58953
|
+
labelWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
58954
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.array]).isRequired,
|
|
58955
|
+
min: propTypes$1.exports.number.isRequired,
|
|
58956
|
+
max: propTypes$1.exports.number.isRequired,
|
|
58957
|
+
step: propTypes$1.exports.number,
|
|
58958
|
+
marks: propTypes$1.exports.arrayOf(
|
|
58959
|
+
propTypes$1.exports.shape({
|
|
58960
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
58961
|
+
label: propTypes$1.exports.oneOfType([
|
|
58962
|
+
propTypes$1.exports.number,
|
|
58963
|
+
propTypes$1.exports.string,
|
|
58964
|
+
propTypes$1.exports.node
|
|
58373
58965
|
]),
|
|
58374
|
-
tooltip:
|
|
58375
|
-
|
|
58376
|
-
|
|
58377
|
-
|
|
58966
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
58967
|
+
propTypes$1.exports.number,
|
|
58968
|
+
propTypes$1.exports.string,
|
|
58969
|
+
propTypes$1.exports.node
|
|
58378
58970
|
])
|
|
58379
58971
|
})
|
|
58380
58972
|
),
|
|
58381
|
-
onChange:
|
|
58382
|
-
showArrows:
|
|
58383
|
-
showTooltip:
|
|
58384
|
-
tooltipFormatter:
|
|
58385
|
-
disabled:
|
|
58386
|
-
range:
|
|
58387
|
-
small:
|
|
58388
|
-
vertical:
|
|
58973
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
58974
|
+
showArrows: propTypes$1.exports.bool,
|
|
58975
|
+
showTooltip: propTypes$1.exports.bool,
|
|
58976
|
+
tooltipFormatter: propTypes$1.exports.func,
|
|
58977
|
+
disabled: propTypes$1.exports.bool,
|
|
58978
|
+
range: propTypes$1.exports.bool,
|
|
58979
|
+
small: propTypes$1.exports.bool,
|
|
58980
|
+
vertical: propTypes$1.exports.object
|
|
58389
58981
|
};
|
|
58390
58982
|
const Spacer = ({ height, width, flex }) => /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
58391
58983
|
style: {
|
|
@@ -58402,9 +58994,9 @@ Spacer.defaultProps = {
|
|
|
58402
58994
|
flex: false
|
|
58403
58995
|
};
|
|
58404
58996
|
Spacer.propTypes = {
|
|
58405
|
-
height:
|
|
58406
|
-
width:
|
|
58407
|
-
flex:
|
|
58997
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
58998
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
58999
|
+
flex: propTypes$1.exports.bool
|
|
58408
59000
|
};
|
|
58409
59001
|
const inputInTable$2 = "_inputInTable_354jl_333";
|
|
58410
59002
|
const inputHover$2 = "_inputHover_354jl_339";
|
|
@@ -58498,14 +59090,14 @@ Title$1.defaultProps = {
|
|
|
58498
59090
|
};
|
|
58499
59091
|
Title$1.propTypes = {
|
|
58500
59092
|
actions: actionsShape,
|
|
58501
|
-
actionsRight:
|
|
58502
|
-
colSpan:
|
|
58503
|
-
name:
|
|
58504
|
-
|
|
58505
|
-
|
|
58506
|
-
|
|
59093
|
+
actionsRight: propTypes$1.exports.bool,
|
|
59094
|
+
colSpan: propTypes$1.exports.number.isRequired,
|
|
59095
|
+
name: propTypes$1.exports.oneOfType([
|
|
59096
|
+
propTypes$1.exports.string,
|
|
59097
|
+
propTypes$1.exports.number,
|
|
59098
|
+
propTypes$1.exports.node
|
|
58507
59099
|
]),
|
|
58508
|
-
testId:
|
|
59100
|
+
testId: propTypes$1.exports.string
|
|
58509
59101
|
};
|
|
58510
59102
|
const cellWrapperPadding$1 = "_cellWrapperPadding_1qrjr_333";
|
|
58511
59103
|
const flexBlock$1 = "_flexBlock_1qrjr_336";
|
|
@@ -58571,9 +59163,9 @@ Footer.defaultProps = {
|
|
|
58571
59163
|
};
|
|
58572
59164
|
Footer.propTypes = {
|
|
58573
59165
|
actions: actionsShape,
|
|
58574
|
-
colSpan:
|
|
59166
|
+
colSpan: propTypes$1.exports.number.isRequired,
|
|
58575
59167
|
pagination: paginationShape,
|
|
58576
|
-
content:
|
|
59168
|
+
content: propTypes$1.exports.object
|
|
58577
59169
|
};
|
|
58578
59170
|
function CgSortAz(props) {
|
|
58579
59171
|
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);
|
|
@@ -58755,21 +59347,21 @@ NumberInput.defaultProps = {
|
|
|
58755
59347
|
warning: false
|
|
58756
59348
|
};
|
|
58757
59349
|
NumberInput.propTypes = {
|
|
58758
|
-
disabled:
|
|
58759
|
-
error:
|
|
58760
|
-
left:
|
|
58761
|
-
name:
|
|
58762
|
-
onChange:
|
|
58763
|
-
onClick:
|
|
58764
|
-
onFocus:
|
|
58765
|
-
placeholder:
|
|
58766
|
-
small:
|
|
58767
|
-
value:
|
|
58768
|
-
width:
|
|
58769
|
-
testId:
|
|
58770
|
-
warning:
|
|
58771
|
-
validationCallback:
|
|
58772
|
-
allowEmpty:
|
|
59350
|
+
disabled: propTypes$1.exports.bool,
|
|
59351
|
+
error: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.oneOf([false])]),
|
|
59352
|
+
left: propTypes$1.exports.bool,
|
|
59353
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.object]),
|
|
59354
|
+
onChange: propTypes$1.exports.func,
|
|
59355
|
+
onClick: propTypes$1.exports.func,
|
|
59356
|
+
onFocus: propTypes$1.exports.func,
|
|
59357
|
+
placeholder: propTypes$1.exports.string,
|
|
59358
|
+
small: propTypes$1.exports.bool,
|
|
59359
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59360
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59361
|
+
testId: propTypes$1.exports.string,
|
|
59362
|
+
warning: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.oneOf([false])]),
|
|
59363
|
+
validationCallback: propTypes$1.exports.func,
|
|
59364
|
+
allowEmpty: propTypes$1.exports.bool
|
|
58773
59365
|
};
|
|
58774
59366
|
const getCellAlignment = (alignment, styles2, isGetText = false) => {
|
|
58775
59367
|
if (!alignment) {
|
|
@@ -59185,7 +59777,7 @@ const Cell = (props) => {
|
|
|
59185
59777
|
})
|
|
59186
59778
|
});
|
|
59187
59779
|
};
|
|
59188
|
-
const cellType =
|
|
59780
|
+
const cellType = propTypes$1.exports.oneOf([
|
|
59189
59781
|
"Static",
|
|
59190
59782
|
"Icon",
|
|
59191
59783
|
"Select",
|
|
@@ -59197,194 +59789,194 @@ const cellType = PropTypes__default.oneOf([
|
|
|
59197
59789
|
"Link",
|
|
59198
59790
|
"Unit"
|
|
59199
59791
|
]);
|
|
59200
|
-
const cellShape =
|
|
59201
|
-
|
|
59202
|
-
value:
|
|
59792
|
+
const cellShape = propTypes$1.exports.oneOfType([
|
|
59793
|
+
propTypes$1.exports.shape({
|
|
59794
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59203
59795
|
type: cellType,
|
|
59204
|
-
colSpan:
|
|
59205
|
-
rowSpan:
|
|
59206
|
-
error:
|
|
59207
|
-
|
|
59208
|
-
|
|
59209
|
-
|
|
59796
|
+
colSpan: propTypes$1.exports.number,
|
|
59797
|
+
rowSpan: propTypes$1.exports.number,
|
|
59798
|
+
error: propTypes$1.exports.oneOfType([
|
|
59799
|
+
propTypes$1.exports.string,
|
|
59800
|
+
propTypes$1.exports.number,
|
|
59801
|
+
propTypes$1.exports.node
|
|
59210
59802
|
]),
|
|
59211
|
-
warning:
|
|
59212
|
-
|
|
59213
|
-
|
|
59214
|
-
|
|
59803
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59804
|
+
propTypes$1.exports.string,
|
|
59805
|
+
propTypes$1.exports.number,
|
|
59806
|
+
propTypes$1.exports.node
|
|
59215
59807
|
]),
|
|
59216
|
-
tooltip:
|
|
59217
|
-
|
|
59218
|
-
|
|
59219
|
-
|
|
59808
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59809
|
+
propTypes$1.exports.string,
|
|
59810
|
+
propTypes$1.exports.number,
|
|
59811
|
+
propTypes$1.exports.node
|
|
59220
59812
|
]),
|
|
59221
|
-
maxTooltipWidth:
|
|
59222
|
-
breakWord:
|
|
59223
|
-
libraryIcon:
|
|
59224
|
-
onClick:
|
|
59225
|
-
tooltip:
|
|
59226
|
-
|
|
59227
|
-
|
|
59228
|
-
|
|
59813
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59814
|
+
breakWord: propTypes$1.exports.bool,
|
|
59815
|
+
libraryIcon: propTypes$1.exports.shape({
|
|
59816
|
+
onClick: propTypes$1.exports.func,
|
|
59817
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59818
|
+
propTypes$1.exports.string,
|
|
59819
|
+
propTypes$1.exports.number,
|
|
59820
|
+
propTypes$1.exports.node
|
|
59229
59821
|
])
|
|
59230
59822
|
}),
|
|
59231
|
-
helpIcon:
|
|
59232
|
-
onClick:
|
|
59233
|
-
tooltip:
|
|
59234
|
-
|
|
59235
|
-
|
|
59236
|
-
|
|
59823
|
+
helpIcon: propTypes$1.exports.shape({
|
|
59824
|
+
onClick: propTypes$1.exports.func,
|
|
59825
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59826
|
+
propTypes$1.exports.string,
|
|
59827
|
+
propTypes$1.exports.number,
|
|
59828
|
+
propTypes$1.exports.node
|
|
59237
59829
|
])
|
|
59238
59830
|
}),
|
|
59239
|
-
testId:
|
|
59831
|
+
testId: propTypes$1.exports.string
|
|
59240
59832
|
}),
|
|
59241
|
-
|
|
59833
|
+
propTypes$1.exports.shape({
|
|
59242
59834
|
type: cellType.isRequired,
|
|
59243
|
-
icon:
|
|
59244
|
-
colSpan:
|
|
59835
|
+
icon: propTypes$1.exports.string.isRequired,
|
|
59836
|
+
colSpan: propTypes$1.exports.number
|
|
59245
59837
|
}),
|
|
59246
|
-
|
|
59247
|
-
name:
|
|
59248
|
-
options:
|
|
59249
|
-
value:
|
|
59838
|
+
propTypes$1.exports.shape({
|
|
59839
|
+
name: propTypes$1.exports.string,
|
|
59840
|
+
options: propTypes$1.exports.arrayOf(selectOptionShape),
|
|
59841
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59250
59842
|
type: cellType.isRequired,
|
|
59251
|
-
onChange:
|
|
59252
|
-
onCreate:
|
|
59253
|
-
error:
|
|
59254
|
-
|
|
59255
|
-
|
|
59256
|
-
|
|
59843
|
+
onChange: propTypes$1.exports.func,
|
|
59844
|
+
onCreate: propTypes$1.exports.func,
|
|
59845
|
+
error: propTypes$1.exports.oneOfType([
|
|
59846
|
+
propTypes$1.exports.string,
|
|
59847
|
+
propTypes$1.exports.number,
|
|
59848
|
+
propTypes$1.exports.node
|
|
59257
59849
|
]),
|
|
59258
|
-
warning:
|
|
59259
|
-
|
|
59260
|
-
|
|
59261
|
-
|
|
59850
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59851
|
+
propTypes$1.exports.string,
|
|
59852
|
+
propTypes$1.exports.number,
|
|
59853
|
+
propTypes$1.exports.node
|
|
59262
59854
|
]),
|
|
59263
|
-
tooltip:
|
|
59264
|
-
|
|
59265
|
-
|
|
59266
|
-
|
|
59855
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59856
|
+
propTypes$1.exports.string,
|
|
59857
|
+
propTypes$1.exports.number,
|
|
59858
|
+
propTypes$1.exports.node
|
|
59267
59859
|
]),
|
|
59268
|
-
colSpan:
|
|
59269
|
-
clearable:
|
|
59270
|
-
native:
|
|
59271
|
-
searchable:
|
|
59272
|
-
deprecatedEventHandler:
|
|
59273
|
-
maxTooltipWidth:
|
|
59274
|
-
width:
|
|
59275
|
-
autoLayerWidth:
|
|
59276
|
-
testId:
|
|
59860
|
+
colSpan: propTypes$1.exports.number,
|
|
59861
|
+
clearable: propTypes$1.exports.bool,
|
|
59862
|
+
native: propTypes$1.exports.bool,
|
|
59863
|
+
searchable: propTypes$1.exports.bool,
|
|
59864
|
+
deprecatedEventHandler: propTypes$1.exports.bool,
|
|
59865
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59866
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59867
|
+
autoLayerWidth: propTypes$1.exports.bool,
|
|
59868
|
+
testId: propTypes$1.exports.string
|
|
59277
59869
|
}),
|
|
59278
|
-
|
|
59279
|
-
name:
|
|
59280
|
-
value:
|
|
59870
|
+
propTypes$1.exports.shape({
|
|
59871
|
+
name: propTypes$1.exports.string,
|
|
59872
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59281
59873
|
type: cellType.isRequired,
|
|
59282
|
-
onChange:
|
|
59283
|
-
placeholder:
|
|
59284
|
-
error:
|
|
59285
|
-
|
|
59286
|
-
|
|
59287
|
-
|
|
59874
|
+
onChange: propTypes$1.exports.func,
|
|
59875
|
+
placeholder: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59876
|
+
error: propTypes$1.exports.oneOfType([
|
|
59877
|
+
propTypes$1.exports.string,
|
|
59878
|
+
propTypes$1.exports.number,
|
|
59879
|
+
propTypes$1.exports.node
|
|
59288
59880
|
]),
|
|
59289
|
-
warning:
|
|
59290
|
-
|
|
59291
|
-
|
|
59292
|
-
|
|
59881
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59882
|
+
propTypes$1.exports.string,
|
|
59883
|
+
propTypes$1.exports.number,
|
|
59884
|
+
propTypes$1.exports.node
|
|
59293
59885
|
]),
|
|
59294
|
-
disabled:
|
|
59295
|
-
tooltip:
|
|
59296
|
-
|
|
59297
|
-
|
|
59298
|
-
|
|
59886
|
+
disabled: propTypes$1.exports.bool,
|
|
59887
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59888
|
+
propTypes$1.exports.string,
|
|
59889
|
+
propTypes$1.exports.number,
|
|
59890
|
+
propTypes$1.exports.node
|
|
59299
59891
|
]),
|
|
59300
|
-
colSpan:
|
|
59301
|
-
maxTooltipWidth:
|
|
59302
|
-
testId:
|
|
59892
|
+
colSpan: propTypes$1.exports.number,
|
|
59893
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59894
|
+
testId: propTypes$1.exports.string
|
|
59303
59895
|
}),
|
|
59304
|
-
|
|
59305
|
-
name:
|
|
59306
|
-
value:
|
|
59896
|
+
propTypes$1.exports.shape({
|
|
59897
|
+
name: propTypes$1.exports.string,
|
|
59898
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59307
59899
|
type: cellType.isRequired,
|
|
59308
|
-
onChange:
|
|
59309
|
-
placeholder:
|
|
59310
|
-
error:
|
|
59311
|
-
|
|
59312
|
-
|
|
59313
|
-
|
|
59900
|
+
onChange: propTypes$1.exports.func,
|
|
59901
|
+
placeholder: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59902
|
+
error: propTypes$1.exports.oneOfType([
|
|
59903
|
+
propTypes$1.exports.string,
|
|
59904
|
+
propTypes$1.exports.number,
|
|
59905
|
+
propTypes$1.exports.node
|
|
59314
59906
|
]),
|
|
59315
|
-
warning:
|
|
59316
|
-
|
|
59317
|
-
|
|
59318
|
-
|
|
59907
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59908
|
+
propTypes$1.exports.string,
|
|
59909
|
+
propTypes$1.exports.number,
|
|
59910
|
+
propTypes$1.exports.node
|
|
59319
59911
|
]),
|
|
59320
|
-
disabled:
|
|
59321
|
-
tooltip:
|
|
59322
|
-
|
|
59323
|
-
|
|
59324
|
-
|
|
59912
|
+
disabled: propTypes$1.exports.bool,
|
|
59913
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59914
|
+
propTypes$1.exports.string,
|
|
59915
|
+
propTypes$1.exports.number,
|
|
59916
|
+
propTypes$1.exports.node
|
|
59325
59917
|
]),
|
|
59326
|
-
left:
|
|
59327
|
-
testId:
|
|
59328
|
-
validationCallback:
|
|
59329
|
-
allowEmpty:
|
|
59918
|
+
left: propTypes$1.exports.bool,
|
|
59919
|
+
testId: propTypes$1.exports.string,
|
|
59920
|
+
validationCallback: propTypes$1.exports.func,
|
|
59921
|
+
allowEmpty: propTypes$1.exports.bool
|
|
59330
59922
|
}),
|
|
59331
|
-
|
|
59332
|
-
label:
|
|
59333
|
-
checked:
|
|
59923
|
+
propTypes$1.exports.shape({
|
|
59924
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59925
|
+
checked: propTypes$1.exports.bool,
|
|
59334
59926
|
type: cellType.isRequired,
|
|
59335
|
-
onClick:
|
|
59336
|
-
colSpan:
|
|
59337
|
-
testId:
|
|
59927
|
+
onClick: propTypes$1.exports.func,
|
|
59928
|
+
colSpan: propTypes$1.exports.number,
|
|
59929
|
+
testId: propTypes$1.exports.string
|
|
59338
59930
|
}),
|
|
59339
|
-
|
|
59340
|
-
label:
|
|
59341
|
-
|
|
59342
|
-
|
|
59343
|
-
|
|
59931
|
+
propTypes$1.exports.shape({
|
|
59932
|
+
label: propTypes$1.exports.oneOfType([
|
|
59933
|
+
propTypes$1.exports.string,
|
|
59934
|
+
propTypes$1.exports.number,
|
|
59935
|
+
propTypes$1.exports.node
|
|
59344
59936
|
]),
|
|
59345
|
-
value:
|
|
59346
|
-
min:
|
|
59347
|
-
max:
|
|
59348
|
-
step:
|
|
59349
|
-
marks:
|
|
59350
|
-
onChange:
|
|
59351
|
-
showArrows:
|
|
59352
|
-
showToolTop:
|
|
59353
|
-
tooltipFormatter:
|
|
59354
|
-
disabled:
|
|
59937
|
+
value: propTypes$1.exports.number.isRequired,
|
|
59938
|
+
min: propTypes$1.exports.number.isRequired,
|
|
59939
|
+
max: propTypes$1.exports.number.isRequired,
|
|
59940
|
+
step: propTypes$1.exports.number,
|
|
59941
|
+
marks: propTypes$1.exports.object,
|
|
59942
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
59943
|
+
showArrows: propTypes$1.exports.bool,
|
|
59944
|
+
showToolTop: propTypes$1.exports.bool,
|
|
59945
|
+
tooltipFormatter: propTypes$1.exports.func,
|
|
59946
|
+
disabled: propTypes$1.exports.bool
|
|
59355
59947
|
}),
|
|
59356
|
-
|
|
59357
|
-
actions:
|
|
59948
|
+
propTypes$1.exports.shape({
|
|
59949
|
+
actions: propTypes$1.exports.arrayOf(actionsShape),
|
|
59358
59950
|
type: cellType.isRequired,
|
|
59359
|
-
colSpan:
|
|
59951
|
+
colSpan: propTypes$1.exports.number
|
|
59360
59952
|
}),
|
|
59361
|
-
|
|
59362
|
-
value:
|
|
59953
|
+
propTypes$1.exports.shape({
|
|
59954
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59363
59955
|
type: cellType.isRequired,
|
|
59364
|
-
disabled:
|
|
59365
|
-
onClick:
|
|
59366
|
-
colSpan:
|
|
59367
|
-
testId:
|
|
59368
|
-
error:
|
|
59369
|
-
|
|
59370
|
-
|
|
59371
|
-
|
|
59956
|
+
disabled: propTypes$1.exports.bool,
|
|
59957
|
+
onClick: propTypes$1.exports.func,
|
|
59958
|
+
colSpan: propTypes$1.exports.number,
|
|
59959
|
+
testId: propTypes$1.exports.string,
|
|
59960
|
+
error: propTypes$1.exports.oneOfType([
|
|
59961
|
+
propTypes$1.exports.string,
|
|
59962
|
+
propTypes$1.exports.number,
|
|
59963
|
+
propTypes$1.exports.node
|
|
59372
59964
|
]),
|
|
59373
|
-
warning:
|
|
59374
|
-
|
|
59375
|
-
|
|
59376
|
-
|
|
59965
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59966
|
+
propTypes$1.exports.string,
|
|
59967
|
+
propTypes$1.exports.number,
|
|
59968
|
+
propTypes$1.exports.node
|
|
59377
59969
|
]),
|
|
59378
|
-
tooltip:
|
|
59379
|
-
|
|
59380
|
-
|
|
59381
|
-
|
|
59970
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59971
|
+
propTypes$1.exports.string,
|
|
59972
|
+
propTypes$1.exports.number,
|
|
59973
|
+
propTypes$1.exports.node
|
|
59382
59974
|
])
|
|
59383
59975
|
}),
|
|
59384
|
-
|
|
59385
|
-
value:
|
|
59386
|
-
onClick:
|
|
59387
|
-
colSpan:
|
|
59976
|
+
propTypes$1.exports.shape({
|
|
59977
|
+
value: propTypes$1.exports.node,
|
|
59978
|
+
onClick: propTypes$1.exports.func,
|
|
59979
|
+
colSpan: propTypes$1.exports.number
|
|
59388
59980
|
})
|
|
59389
59981
|
]);
|
|
59390
59982
|
Cell.defaultProps = {
|
|
@@ -59394,10 +59986,10 @@ Cell.defaultProps = {
|
|
|
59394
59986
|
testId: null
|
|
59395
59987
|
};
|
|
59396
59988
|
Cell.propTypes = {
|
|
59397
|
-
isHeader:
|
|
59398
|
-
style:
|
|
59989
|
+
isHeader: propTypes$1.exports.bool,
|
|
59990
|
+
style: propTypes$1.exports.object,
|
|
59399
59991
|
cell: cellShape,
|
|
59400
|
-
testId:
|
|
59992
|
+
testId: propTypes$1.exports.string
|
|
59401
59993
|
};
|
|
59402
59994
|
const clickableRow = "_clickableRow_17l7m_333";
|
|
59403
59995
|
const hoverableRow = "_hoverableRow_17l7m_336";
|
|
@@ -59590,21 +60182,21 @@ const Row = (props) => {
|
|
|
59590
60182
|
]
|
|
59591
60183
|
});
|
|
59592
60184
|
};
|
|
59593
|
-
const rowShape =
|
|
59594
|
-
active:
|
|
59595
|
-
cells:
|
|
59596
|
-
noDrag:
|
|
59597
|
-
onRowClick:
|
|
59598
|
-
onRowFocus:
|
|
59599
|
-
onRowHover:
|
|
60185
|
+
const rowShape = propTypes$1.exports.shape({
|
|
60186
|
+
active: propTypes$1.exports.bool,
|
|
60187
|
+
cells: propTypes$1.exports.arrayOf(cellShape),
|
|
60188
|
+
noDrag: propTypes$1.exports.bool,
|
|
60189
|
+
onRowClick: propTypes$1.exports.func,
|
|
60190
|
+
onRowFocus: propTypes$1.exports.func,
|
|
60191
|
+
onRowHover: propTypes$1.exports.func,
|
|
59600
60192
|
actions: actionsShape,
|
|
59601
|
-
expandedContent:
|
|
59602
|
-
content:
|
|
59603
|
-
|
|
59604
|
-
|
|
59605
|
-
|
|
60193
|
+
expandedContent: propTypes$1.exports.shape({
|
|
60194
|
+
content: propTypes$1.exports.oneOfType([
|
|
60195
|
+
propTypes$1.exports.string,
|
|
60196
|
+
propTypes$1.exports.number,
|
|
60197
|
+
propTypes$1.exports.node
|
|
59606
60198
|
]),
|
|
59607
|
-
flush:
|
|
60199
|
+
flush: propTypes$1.exports.bool
|
|
59608
60200
|
})
|
|
59609
60201
|
});
|
|
59610
60202
|
Row.defaultProps = {
|
|
@@ -59618,24 +60210,24 @@ Row.defaultProps = {
|
|
|
59618
60210
|
};
|
|
59619
60211
|
Row.propTypes = {
|
|
59620
60212
|
row: rowShape.isRequired,
|
|
59621
|
-
rowIndex:
|
|
59622
|
-
isHeader:
|
|
59623
|
-
columnCount:
|
|
59624
|
-
colSpan:
|
|
59625
|
-
columnHeaderAlignments:
|
|
59626
|
-
|
|
59627
|
-
|
|
59628
|
-
|
|
60213
|
+
rowIndex: propTypes$1.exports.number.isRequired,
|
|
60214
|
+
isHeader: propTypes$1.exports.bool,
|
|
60215
|
+
columnCount: propTypes$1.exports.number.isRequired,
|
|
60216
|
+
colSpan: propTypes$1.exports.number.isRequired,
|
|
60217
|
+
columnHeaderAlignments: propTypes$1.exports.arrayOf(
|
|
60218
|
+
propTypes$1.exports.oneOfType([
|
|
60219
|
+
propTypes$1.exports.oneOf(["left", "right", "center", ""]),
|
|
60220
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.oneOf(["left", "right", "center", ""]))
|
|
59629
60221
|
])
|
|
59630
60222
|
),
|
|
59631
|
-
columnAlignment:
|
|
59632
|
-
|
|
60223
|
+
columnAlignment: propTypes$1.exports.arrayOf(
|
|
60224
|
+
propTypes$1.exports.oneOf(["left", "right", "center", ""])
|
|
59633
60225
|
),
|
|
59634
|
-
hasRowActions:
|
|
59635
|
-
draggableTable:
|
|
59636
|
-
snapshot:
|
|
59637
|
-
provided:
|
|
59638
|
-
testId:
|
|
60226
|
+
hasRowActions: propTypes$1.exports.bool.isRequired,
|
|
60227
|
+
draggableTable: propTypes$1.exports.bool,
|
|
60228
|
+
snapshot: propTypes$1.exports.object,
|
|
60229
|
+
provided: propTypes$1.exports.object,
|
|
60230
|
+
testId: propTypes$1.exports.string
|
|
59639
60231
|
};
|
|
59640
60232
|
const getMaxCellCount = (rows) => {
|
|
59641
60233
|
const count2 = Math.max(
|
|
@@ -59906,44 +60498,44 @@ Table.defaultProps = {
|
|
|
59906
60498
|
}
|
|
59907
60499
|
};
|
|
59908
60500
|
Table.propTypes = {
|
|
59909
|
-
table:
|
|
59910
|
-
name:
|
|
59911
|
-
|
|
59912
|
-
|
|
59913
|
-
|
|
60501
|
+
table: propTypes$1.exports.shape({
|
|
60502
|
+
name: propTypes$1.exports.oneOfType([
|
|
60503
|
+
propTypes$1.exports.string,
|
|
60504
|
+
propTypes$1.exports.number,
|
|
60505
|
+
propTypes$1.exports.node
|
|
59914
60506
|
]),
|
|
59915
60507
|
actions: actionsShape,
|
|
59916
|
-
actionsRight:
|
|
59917
|
-
fixedWidth:
|
|
59918
|
-
maxHeight:
|
|
59919
|
-
columnWidths:
|
|
59920
|
-
className:
|
|
59921
|
-
columnHeaderAlignments:
|
|
59922
|
-
|
|
59923
|
-
|
|
59924
|
-
|
|
60508
|
+
actionsRight: propTypes$1.exports.bool,
|
|
60509
|
+
fixedWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60510
|
+
maxHeight: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60511
|
+
columnWidths: propTypes$1.exports.arrayOf(propTypes$1.exports.string),
|
|
60512
|
+
className: propTypes$1.exports.string,
|
|
60513
|
+
columnHeaderAlignments: propTypes$1.exports.arrayOf(
|
|
60514
|
+
propTypes$1.exports.oneOfType([
|
|
60515
|
+
propTypes$1.exports.oneOf(["left", "right", "center"]),
|
|
60516
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.oneOf(["left", "right", "center", ""]))
|
|
59925
60517
|
])
|
|
59926
60518
|
),
|
|
59927
|
-
columnAlignment:
|
|
59928
|
-
|
|
60519
|
+
columnAlignment: propTypes$1.exports.arrayOf(
|
|
60520
|
+
propTypes$1.exports.oneOf(["left", "right", "center", ""])
|
|
59929
60521
|
),
|
|
59930
|
-
infiniteScroll:
|
|
59931
|
-
stickyHeaders:
|
|
59932
|
-
headers:
|
|
59933
|
-
rows:
|
|
59934
|
-
draggable:
|
|
59935
|
-
footer:
|
|
60522
|
+
infiniteScroll: propTypes$1.exports.bool,
|
|
60523
|
+
stickyHeaders: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.bool]),
|
|
60524
|
+
headers: propTypes$1.exports.arrayOf(rowShape),
|
|
60525
|
+
rows: propTypes$1.exports.arrayOf(rowShape),
|
|
60526
|
+
draggable: propTypes$1.exports.bool,
|
|
60527
|
+
footer: propTypes$1.exports.shape({
|
|
59936
60528
|
pagination: paginationShape,
|
|
59937
60529
|
actions: actionsShape,
|
|
59938
|
-
content:
|
|
60530
|
+
content: propTypes$1.exports.object
|
|
59939
60531
|
}),
|
|
59940
|
-
bordered:
|
|
59941
|
-
striped:
|
|
59942
|
-
testId:
|
|
59943
|
-
onAddRow:
|
|
59944
|
-
defaultEmptyRow:
|
|
60532
|
+
bordered: propTypes$1.exports.bool,
|
|
60533
|
+
striped: propTypes$1.exports.bool,
|
|
60534
|
+
testId: propTypes$1.exports.string,
|
|
60535
|
+
onAddRow: propTypes$1.exports.func,
|
|
60536
|
+
defaultEmptyRow: propTypes$1.exports.object
|
|
59945
60537
|
}).isRequired,
|
|
59946
|
-
onListReorder:
|
|
60538
|
+
onListReorder: propTypes$1.exports.func
|
|
59947
60539
|
};
|
|
59948
60540
|
const tabs = "_tabs_bjsgz_333";
|
|
59949
60541
|
const padding = "_padding_bjsgz_339";
|
|
@@ -60123,43 +60715,43 @@ Tabs.defaultProps = {
|
|
|
60123
60715
|
onChangeTab: void 0,
|
|
60124
60716
|
testId: void 0
|
|
60125
60717
|
};
|
|
60126
|
-
const tabOptionShape =
|
|
60127
|
-
label:
|
|
60128
|
-
value:
|
|
60129
|
-
url:
|
|
60130
|
-
hidden:
|
|
60131
|
-
disabled:
|
|
60132
|
-
invalid:
|
|
60133
|
-
badge:
|
|
60134
|
-
right:
|
|
60135
|
-
testId:
|
|
60718
|
+
const tabOptionShape = propTypes$1.exports.shape({
|
|
60719
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
60720
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
60721
|
+
url: propTypes$1.exports.string,
|
|
60722
|
+
hidden: propTypes$1.exports.bool,
|
|
60723
|
+
disabled: propTypes$1.exports.bool,
|
|
60724
|
+
invalid: propTypes$1.exports.bool,
|
|
60725
|
+
badge: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]),
|
|
60726
|
+
right: propTypes$1.exports.bool,
|
|
60727
|
+
testId: propTypes$1.exports.string
|
|
60136
60728
|
});
|
|
60137
|
-
const tabSelectedOptionShape =
|
|
60138
|
-
label:
|
|
60139
|
-
value:
|
|
60729
|
+
const tabSelectedOptionShape = propTypes$1.exports.shape({
|
|
60730
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
60731
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired
|
|
60140
60732
|
});
|
|
60141
60733
|
const TabsShapeDeprecated = {
|
|
60142
|
-
tabs:
|
|
60143
|
-
children:
|
|
60144
|
-
activeTabIndex:
|
|
60145
|
-
onChangeTab:
|
|
60146
|
-
padding:
|
|
60147
|
-
margin:
|
|
60148
|
-
contentPadding:
|
|
60734
|
+
tabs: propTypes$1.exports.arrayOf(tabOptionShape),
|
|
60735
|
+
children: propTypes$1.exports.node,
|
|
60736
|
+
activeTabIndex: propTypes$1.exports.number,
|
|
60737
|
+
onChangeTab: propTypes$1.exports.func,
|
|
60738
|
+
padding: propTypes$1.exports.bool,
|
|
60739
|
+
margin: propTypes$1.exports.bool,
|
|
60740
|
+
contentPadding: propTypes$1.exports.bool
|
|
60149
60741
|
};
|
|
60150
60742
|
const TabsShape = {
|
|
60151
|
-
name:
|
|
60152
|
-
options:
|
|
60153
|
-
children:
|
|
60743
|
+
name: propTypes$1.exports.string,
|
|
60744
|
+
options: propTypes$1.exports.arrayOf(tabOptionShape),
|
|
60745
|
+
children: propTypes$1.exports.node,
|
|
60154
60746
|
value: tabSelectedOptionShape,
|
|
60155
|
-
onChange:
|
|
60156
|
-
padding:
|
|
60157
|
-
margin:
|
|
60158
|
-
contentPadding:
|
|
60159
|
-
};
|
|
60160
|
-
Tabs.propTypes =
|
|
60161
|
-
|
|
60162
|
-
|
|
60747
|
+
onChange: propTypes$1.exports.func,
|
|
60748
|
+
padding: propTypes$1.exports.bool,
|
|
60749
|
+
margin: propTypes$1.exports.bool,
|
|
60750
|
+
contentPadding: propTypes$1.exports.bool
|
|
60751
|
+
};
|
|
60752
|
+
Tabs.propTypes = propTypes$1.exports.oneOfType([
|
|
60753
|
+
propTypes$1.exports.shape(TabsShape),
|
|
60754
|
+
propTypes$1.exports.shape(TabsShapeDeprecated)
|
|
60163
60755
|
]).isRequired;
|
|
60164
60756
|
const TextLink = ({ children, href, target, testId }) => {
|
|
60165
60757
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("a", {
|
|
@@ -60178,9 +60770,9 @@ TextLink.defaultProps = {
|
|
|
60178
60770
|
testId: void 0
|
|
60179
60771
|
};
|
|
60180
60772
|
TextLink.propTypes = {
|
|
60181
|
-
href:
|
|
60182
|
-
target:
|
|
60183
|
-
testId:
|
|
60773
|
+
href: propTypes$1.exports.string,
|
|
60774
|
+
target: propTypes$1.exports.string,
|
|
60775
|
+
testId: propTypes$1.exports.string
|
|
60184
60776
|
};
|
|
60185
60777
|
const inputInTable = "_inputInTable_v7awr_333";
|
|
60186
60778
|
const inputHover = "_inputHover_v7awr_339";
|
|
@@ -60285,36 +60877,36 @@ TextArea.defaultProps = {
|
|
|
60285
60877
|
testId: void 0
|
|
60286
60878
|
};
|
|
60287
60879
|
TextArea.propTypes = {
|
|
60288
|
-
error:
|
|
60289
|
-
|
|
60290
|
-
|
|
60291
|
-
|
|
60880
|
+
error: propTypes$1.exports.oneOfType([
|
|
60881
|
+
propTypes$1.exports.string,
|
|
60882
|
+
propTypes$1.exports.number,
|
|
60883
|
+
propTypes$1.exports.node
|
|
60292
60884
|
]),
|
|
60293
|
-
warning:
|
|
60294
|
-
|
|
60295
|
-
|
|
60296
|
-
|
|
60885
|
+
warning: propTypes$1.exports.oneOfType([
|
|
60886
|
+
propTypes$1.exports.string,
|
|
60887
|
+
propTypes$1.exports.number,
|
|
60888
|
+
propTypes$1.exports.node
|
|
60297
60889
|
]),
|
|
60298
|
-
tooltip:
|
|
60299
|
-
|
|
60300
|
-
|
|
60301
|
-
|
|
60890
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
60891
|
+
propTypes$1.exports.string,
|
|
60892
|
+
propTypes$1.exports.number,
|
|
60893
|
+
propTypes$1.exports.node
|
|
60302
60894
|
]),
|
|
60303
|
-
name:
|
|
60304
|
-
onChange:
|
|
60305
|
-
onKeyPress:
|
|
60306
|
-
onFocus:
|
|
60307
|
-
onBlur:
|
|
60308
|
-
placeholder:
|
|
60309
|
-
tabIndex:
|
|
60310
|
-
value:
|
|
60311
|
-
disabled:
|
|
60312
|
-
cols:
|
|
60313
|
-
rows:
|
|
60314
|
-
resize:
|
|
60315
|
-
maxTooltipWidth:
|
|
60316
|
-
monospace:
|
|
60317
|
-
testId:
|
|
60895
|
+
name: propTypes$1.exports.string,
|
|
60896
|
+
onChange: propTypes$1.exports.func,
|
|
60897
|
+
onKeyPress: propTypes$1.exports.func,
|
|
60898
|
+
onFocus: propTypes$1.exports.func,
|
|
60899
|
+
onBlur: propTypes$1.exports.func,
|
|
60900
|
+
placeholder: propTypes$1.exports.string,
|
|
60901
|
+
tabIndex: propTypes$1.exports.number,
|
|
60902
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60903
|
+
disabled: propTypes$1.exports.bool,
|
|
60904
|
+
cols: propTypes$1.exports.number,
|
|
60905
|
+
rows: propTypes$1.exports.number,
|
|
60906
|
+
resize: propTypes$1.exports.string,
|
|
60907
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60908
|
+
monospace: propTypes$1.exports.bool,
|
|
60909
|
+
testId: propTypes$1.exports.string
|
|
60318
60910
|
};
|
|
60319
60911
|
function _extends() {
|
|
60320
60912
|
_extends = Object.assign || function(target) {
|
|
@@ -61455,15 +62047,15 @@ Toggle.defaultProps = {
|
|
|
61455
62047
|
onClickHelp: void 0
|
|
61456
62048
|
};
|
|
61457
62049
|
Toggle.propTypes = {
|
|
61458
|
-
name:
|
|
61459
|
-
checked:
|
|
61460
|
-
onChange:
|
|
61461
|
-
label:
|
|
61462
|
-
small:
|
|
61463
|
-
noMargin:
|
|
61464
|
-
testId:
|
|
61465
|
-
helpText:
|
|
61466
|
-
onClickHelp:
|
|
62050
|
+
name: propTypes$1.exports.string,
|
|
62051
|
+
checked: propTypes$1.exports.bool,
|
|
62052
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
62053
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.element]),
|
|
62054
|
+
small: propTypes$1.exports.bool,
|
|
62055
|
+
noMargin: propTypes$1.exports.bool,
|
|
62056
|
+
testId: propTypes$1.exports.string,
|
|
62057
|
+
helpText: propTypes$1.exports.string,
|
|
62058
|
+
onClickHelp: propTypes$1.exports.func
|
|
61467
62059
|
};
|
|
61468
62060
|
const topbar = "_topbar_1m32a_341";
|
|
61469
62061
|
const fixed = "_fixed_1m32a_352";
|
|
@@ -61681,18 +62273,18 @@ TopBar.defaultProps = {
|
|
|
61681
62273
|
fixedPosition: true
|
|
61682
62274
|
};
|
|
61683
62275
|
TopBar.propTypes = {
|
|
61684
|
-
title:
|
|
61685
|
-
label:
|
|
61686
|
-
logo:
|
|
61687
|
-
url:
|
|
61688
|
-
onClick:
|
|
61689
|
-
version:
|
|
62276
|
+
title: propTypes$1.exports.shape({
|
|
62277
|
+
label: propTypes$1.exports.string,
|
|
62278
|
+
logo: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
62279
|
+
url: propTypes$1.exports.string,
|
|
62280
|
+
onClick: propTypes$1.exports.func,
|
|
62281
|
+
version: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
61690
62282
|
}),
|
|
61691
|
-
content:
|
|
61692
|
-
contentRight:
|
|
61693
|
-
warning:
|
|
61694
|
-
height:
|
|
61695
|
-
fixedPosition:
|
|
62283
|
+
content: propTypes$1.exports.array,
|
|
62284
|
+
contentRight: propTypes$1.exports.array,
|
|
62285
|
+
warning: propTypes$1.exports.string,
|
|
62286
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
62287
|
+
fixedPosition: propTypes$1.exports.bool
|
|
61696
62288
|
};
|
|
61697
62289
|
const popConfirm = "_popConfirm_qq07h_1";
|
|
61698
62290
|
const content = "_content_qq07h_7";
|
|
@@ -61761,15 +62353,15 @@ const PopConfirm = ({
|
|
|
61761
62353
|
});
|
|
61762
62354
|
};
|
|
61763
62355
|
PopConfirm.propTypes = {
|
|
61764
|
-
children:
|
|
61765
|
-
placement:
|
|
61766
|
-
closeOnOutsideClick:
|
|
61767
|
-
fullWidth:
|
|
61768
|
-
title:
|
|
61769
|
-
cancelText:
|
|
61770
|
-
onClickCancel:
|
|
61771
|
-
okText:
|
|
61772
|
-
onClickOk:
|
|
62356
|
+
children: propTypes$1.exports.any,
|
|
62357
|
+
placement: propTypes$1.exports.string,
|
|
62358
|
+
closeOnOutsideClick: propTypes$1.exports.bool,
|
|
62359
|
+
fullWidth: propTypes$1.exports.bool,
|
|
62360
|
+
title: propTypes$1.exports.string,
|
|
62361
|
+
cancelText: propTypes$1.exports.string,
|
|
62362
|
+
onClickCancel: propTypes$1.exports.func,
|
|
62363
|
+
okText: propTypes$1.exports.string,
|
|
62364
|
+
onClickOk: propTypes$1.exports.func
|
|
61773
62365
|
};
|
|
61774
62366
|
PopConfirm.defaultProps = {
|
|
61775
62367
|
children: null,
|
|
@@ -73580,49 +74172,49 @@ Tree.defaultProps = {
|
|
|
73580
74172
|
isInitialOpen: false
|
|
73581
74173
|
};
|
|
73582
74174
|
Tree.propTypes = {
|
|
73583
|
-
list:
|
|
73584
|
-
name:
|
|
74175
|
+
list: propTypes$1.exports.shape({
|
|
74176
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
73585
74177
|
actions: actionsShape,
|
|
73586
|
-
items:
|
|
73587
|
-
|
|
73588
|
-
id:
|
|
73589
|
-
name:
|
|
73590
|
-
parent:
|
|
73591
|
-
droppable:
|
|
73592
|
-
details:
|
|
73593
|
-
active:
|
|
73594
|
-
testId:
|
|
74178
|
+
items: propTypes$1.exports.arrayOf(
|
|
74179
|
+
propTypes$1.exports.shape({
|
|
74180
|
+
id: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
74181
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
74182
|
+
parent: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
74183
|
+
droppable: propTypes$1.exports.bool,
|
|
74184
|
+
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
74185
|
+
active: propTypes$1.exports.bool,
|
|
74186
|
+
testId: propTypes$1.exports.string,
|
|
73595
74187
|
actions: actionsShape,
|
|
73596
|
-
icon:
|
|
73597
|
-
icon:
|
|
73598
|
-
color:
|
|
73599
|
-
tooltip:
|
|
73600
|
-
text:
|
|
73601
|
-
|
|
73602
|
-
|
|
73603
|
-
|
|
74188
|
+
icon: propTypes$1.exports.shape({
|
|
74189
|
+
icon: propTypes$1.exports.node.isRequired,
|
|
74190
|
+
color: propTypes$1.exports.string.isRequired,
|
|
74191
|
+
tooltip: propTypes$1.exports.shape({
|
|
74192
|
+
text: propTypes$1.exports.oneOfType([
|
|
74193
|
+
propTypes$1.exports.string,
|
|
74194
|
+
propTypes$1.exports.number,
|
|
74195
|
+
propTypes$1.exports.node
|
|
73604
74196
|
]),
|
|
73605
|
-
error:
|
|
73606
|
-
warning:
|
|
73607
|
-
placement:
|
|
73608
|
-
enabled:
|
|
73609
|
-
maxWidth:
|
|
73610
|
-
triggerOffset:
|
|
73611
|
-
|
|
73612
|
-
|
|
74197
|
+
error: propTypes$1.exports.bool,
|
|
74198
|
+
warning: propTypes$1.exports.bool,
|
|
74199
|
+
placement: propTypes$1.exports.string,
|
|
74200
|
+
enabled: propTypes$1.exports.bool,
|
|
74201
|
+
maxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
74202
|
+
triggerOffset: propTypes$1.exports.oneOfType([
|
|
74203
|
+
propTypes$1.exports.string,
|
|
74204
|
+
propTypes$1.exports.number
|
|
73613
74205
|
]),
|
|
73614
|
-
possiblePlacements:
|
|
73615
|
-
fontSize:
|
|
73616
|
-
padding:
|
|
74206
|
+
possiblePlacements: propTypes$1.exports.array,
|
|
74207
|
+
fontSize: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
74208
|
+
padding: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
73617
74209
|
})
|
|
73618
74210
|
})
|
|
73619
74211
|
})
|
|
73620
74212
|
).isRequired
|
|
73621
74213
|
}).isRequired,
|
|
73622
|
-
draggable:
|
|
73623
|
-
onListReorder:
|
|
73624
|
-
testId:
|
|
73625
|
-
isInitialOpen:
|
|
74214
|
+
draggable: propTypes$1.exports.bool,
|
|
74215
|
+
onListReorder: propTypes$1.exports.func,
|
|
74216
|
+
testId: propTypes$1.exports.string,
|
|
74217
|
+
isInitialOpen: propTypes$1.exports.bool
|
|
73626
74218
|
};
|
|
73627
74219
|
export {
|
|
73628
74220
|
Accordion,
|