@oliasoft-open-source/react-ui-library 3.9.11-beta-1 → 3.9.11-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2034 -1439
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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
|
/**
|
|
@@ -9838,16 +10706,16 @@ ReactSVG.defaultProps = {
|
|
|
9838
10706
|
wrapper: "div"
|
|
9839
10707
|
};
|
|
9840
10708
|
ReactSVG.propTypes = {
|
|
9841
|
-
afterInjection:
|
|
9842
|
-
beforeInjection:
|
|
9843
|
-
evalScripts:
|
|
9844
|
-
fallback:
|
|
9845
|
-
httpRequestWithCredentials:
|
|
9846
|
-
loading:
|
|
9847
|
-
renumerateIRIElements:
|
|
9848
|
-
src:
|
|
9849
|
-
useRequestCache:
|
|
9850
|
-
wrapper:
|
|
10709
|
+
afterInjection: propTypes$1.exports.func,
|
|
10710
|
+
beforeInjection: propTypes$1.exports.func,
|
|
10711
|
+
evalScripts: propTypes$1.exports.oneOf(["always", "once", "never"]),
|
|
10712
|
+
fallback: propTypes$1.exports.oneOfType([propTypes$1.exports.func, propTypes$1.exports.object, propTypes$1.exports.string]),
|
|
10713
|
+
httpRequestWithCredentials: propTypes$1.exports.bool,
|
|
10714
|
+
loading: propTypes$1.exports.oneOfType([propTypes$1.exports.func, propTypes$1.exports.object, propTypes$1.exports.string]),
|
|
10715
|
+
renumerateIRIElements: propTypes$1.exports.bool,
|
|
10716
|
+
src: propTypes$1.exports.string.isRequired,
|
|
10717
|
+
useRequestCache: propTypes$1.exports.bool,
|
|
10718
|
+
wrapper: propTypes$1.exports.oneOf(["div", "span", "svg"])
|
|
9851
10719
|
};
|
|
9852
10720
|
const DeprecatedIcon = ({ icon: icon2 }) => {
|
|
9853
10721
|
switch (icon2) {
|
|
@@ -9965,13 +10833,13 @@ Icon.defaultProps = {
|
|
|
9965
10833
|
testId: null
|
|
9966
10834
|
};
|
|
9967
10835
|
Icon.propTypes = {
|
|
9968
|
-
icon:
|
|
9969
|
-
|
|
9970
|
-
|
|
10836
|
+
icon: propTypes$1.exports.oneOfType([
|
|
10837
|
+
propTypes$1.exports.node,
|
|
10838
|
+
propTypes$1.exports.string
|
|
9971
10839
|
]).isRequired,
|
|
9972
|
-
onClick:
|
|
9973
|
-
clickable:
|
|
9974
|
-
testId:
|
|
10840
|
+
onClick: propTypes$1.exports.func,
|
|
10841
|
+
clickable: propTypes$1.exports.bool,
|
|
10842
|
+
testId: propTypes$1.exports.string
|
|
9975
10843
|
};
|
|
9976
10844
|
const wrapper$4 = "_wrapper_4b1ge_333";
|
|
9977
10845
|
const layer$1 = "_layer_4b1ge_337";
|
|
@@ -10307,12 +11175,12 @@ Badge.defaultProps = {
|
|
|
10307
11175
|
small: false
|
|
10308
11176
|
};
|
|
10309
11177
|
Badge.propTypes = {
|
|
10310
|
-
children:
|
|
10311
|
-
color:
|
|
10312
|
-
title:
|
|
10313
|
-
dot:
|
|
10314
|
-
margin:
|
|
10315
|
-
small:
|
|
11178
|
+
children: propTypes$1.exports.node,
|
|
11179
|
+
color: propTypes$1.exports.string,
|
|
11180
|
+
title: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
11181
|
+
dot: propTypes$1.exports.bool,
|
|
11182
|
+
margin: propTypes$1.exports.string,
|
|
11183
|
+
small: propTypes$1.exports.bool
|
|
10316
11184
|
};
|
|
10317
11185
|
const button$3 = "_button_1qp1u_367";
|
|
10318
11186
|
const active$7 = "_active_1qp1u_404";
|
|
@@ -10386,10 +11254,10 @@ Spinner$1.defaultProps = {
|
|
|
10386
11254
|
tiny: false
|
|
10387
11255
|
};
|
|
10388
11256
|
Spinner$1.propTypes = {
|
|
10389
|
-
colored:
|
|
10390
|
-
dark:
|
|
10391
|
-
small:
|
|
10392
|
-
tiny:
|
|
11257
|
+
colored: propTypes$1.exports.bool,
|
|
11258
|
+
dark: propTypes$1.exports.bool,
|
|
11259
|
+
small: propTypes$1.exports.bool,
|
|
11260
|
+
tiny: propTypes$1.exports.bool
|
|
10393
11261
|
};
|
|
10394
11262
|
const Button$1 = ({
|
|
10395
11263
|
active: active2,
|
|
@@ -10508,28 +11376,28 @@ Button$1.defaultProps = {
|
|
|
10508
11376
|
inverted: false
|
|
10509
11377
|
};
|
|
10510
11378
|
Button$1.propTypes = {
|
|
10511
|
-
active:
|
|
10512
|
-
basic:
|
|
10513
|
-
colored:
|
|
10514
|
-
disabled:
|
|
10515
|
-
icon:
|
|
10516
|
-
|
|
10517
|
-
|
|
11379
|
+
active: propTypes$1.exports.bool,
|
|
11380
|
+
basic: propTypes$1.exports.bool,
|
|
11381
|
+
colored: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
11382
|
+
disabled: propTypes$1.exports.bool,
|
|
11383
|
+
icon: propTypes$1.exports.oneOfType([
|
|
11384
|
+
propTypes$1.exports.node,
|
|
11385
|
+
propTypes$1.exports.string
|
|
10518
11386
|
]),
|
|
10519
|
-
groupOrder:
|
|
10520
|
-
label:
|
|
10521
|
-
title:
|
|
10522
|
-
loading:
|
|
10523
|
-
name:
|
|
10524
|
-
onClick:
|
|
10525
|
-
round:
|
|
10526
|
-
small:
|
|
10527
|
-
styles:
|
|
10528
|
-
type:
|
|
10529
|
-
width:
|
|
10530
|
-
testId:
|
|
10531
|
-
pill:
|
|
10532
|
-
inverted:
|
|
11387
|
+
groupOrder: propTypes$1.exports.string,
|
|
11388
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string]),
|
|
11389
|
+
title: propTypes$1.exports.string,
|
|
11390
|
+
loading: propTypes$1.exports.bool,
|
|
11391
|
+
name: propTypes$1.exports.string,
|
|
11392
|
+
onClick: propTypes$1.exports.func,
|
|
11393
|
+
round: propTypes$1.exports.bool,
|
|
11394
|
+
small: propTypes$1.exports.bool,
|
|
11395
|
+
styles: propTypes$1.exports.string,
|
|
11396
|
+
type: propTypes$1.exports.oneOf(["button", "submit"]),
|
|
11397
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
11398
|
+
testId: propTypes$1.exports.string,
|
|
11399
|
+
pill: propTypes$1.exports.bool,
|
|
11400
|
+
inverted: propTypes$1.exports.bool
|
|
10533
11401
|
};
|
|
10534
11402
|
const Button = ({
|
|
10535
11403
|
trigger: trigger2,
|
|
@@ -10666,29 +11534,29 @@ const Trigger$1 = React__default.forwardRef(
|
|
|
10666
11534
|
});
|
|
10667
11535
|
}
|
|
10668
11536
|
);
|
|
10669
|
-
const actionShape =
|
|
10670
|
-
label:
|
|
10671
|
-
icon:
|
|
10672
|
-
onClick:
|
|
10673
|
-
disabled:
|
|
10674
|
-
primary:
|
|
10675
|
-
hidden:
|
|
10676
|
-
testId:
|
|
11537
|
+
const actionShape = propTypes$1.exports.shape({
|
|
11538
|
+
label: propTypes$1.exports.string.isRequired,
|
|
11539
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string]),
|
|
11540
|
+
onClick: propTypes$1.exports.func.isRequired,
|
|
11541
|
+
disabled: propTypes$1.exports.bool,
|
|
11542
|
+
primary: propTypes$1.exports.bool,
|
|
11543
|
+
hidden: propTypes$1.exports.bool,
|
|
11544
|
+
testId: propTypes$1.exports.string
|
|
10677
11545
|
});
|
|
10678
|
-
const subActionShape =
|
|
10679
|
-
icon:
|
|
10680
|
-
testId:
|
|
10681
|
-
subActions:
|
|
11546
|
+
const subActionShape = propTypes$1.exports.shape({
|
|
11547
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string]),
|
|
11548
|
+
testId: propTypes$1.exports.string,
|
|
11549
|
+
subActions: propTypes$1.exports.arrayOf(actionShape).isRequired
|
|
10682
11550
|
});
|
|
10683
|
-
const childComponentShape =
|
|
10684
|
-
childComponent:
|
|
10685
|
-
|
|
10686
|
-
|
|
11551
|
+
const childComponentShape = propTypes$1.exports.shape({
|
|
11552
|
+
childComponent: propTypes$1.exports.oneOfType([
|
|
11553
|
+
propTypes$1.exports.func,
|
|
11554
|
+
propTypes$1.exports.node
|
|
10687
11555
|
]).isRequired,
|
|
10688
|
-
testId:
|
|
11556
|
+
testId: propTypes$1.exports.string
|
|
10689
11557
|
});
|
|
10690
|
-
const actionsShape =
|
|
10691
|
-
|
|
11558
|
+
const actionsShape = propTypes$1.exports.arrayOf(
|
|
11559
|
+
propTypes$1.exports.oneOfType([actionShape, subActionShape, childComponentShape])
|
|
10692
11560
|
);
|
|
10693
11561
|
const isMenuEmpty = (menu2) => {
|
|
10694
11562
|
const { sections } = menu2;
|
|
@@ -10904,61 +11772,61 @@ const Menu = (props) => {
|
|
|
10904
11772
|
testId: props.testId
|
|
10905
11773
|
});
|
|
10906
11774
|
};
|
|
10907
|
-
const menuSectionShape =
|
|
10908
|
-
|
|
10909
|
-
type:
|
|
10910
|
-
label:
|
|
10911
|
-
icon:
|
|
10912
|
-
onClick:
|
|
10913
|
-
testId:
|
|
11775
|
+
const menuSectionShape = propTypes$1.exports.oneOfType([
|
|
11776
|
+
propTypes$1.exports.shape({
|
|
11777
|
+
type: propTypes$1.exports.oneOf(["Heading"]),
|
|
11778
|
+
label: propTypes$1.exports.string.isRequired,
|
|
11779
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
11780
|
+
onClick: propTypes$1.exports.func,
|
|
11781
|
+
testId: propTypes$1.exports.string
|
|
10914
11782
|
}),
|
|
10915
|
-
|
|
10916
|
-
type:
|
|
11783
|
+
propTypes$1.exports.shape({
|
|
11784
|
+
type: propTypes$1.exports.oneOf(["Divider"])
|
|
10917
11785
|
}),
|
|
10918
|
-
|
|
11786
|
+
propTypes$1.exports.shape({
|
|
10919
11787
|
actions: actionsShape,
|
|
10920
|
-
type:
|
|
10921
|
-
label:
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
|
|
11788
|
+
type: propTypes$1.exports.oneOf(["Option"]),
|
|
11789
|
+
label: propTypes$1.exports.oneOfType([
|
|
11790
|
+
propTypes$1.exports.string,
|
|
11791
|
+
propTypes$1.exports.number,
|
|
11792
|
+
propTypes$1.exports.node
|
|
10925
11793
|
]).isRequired,
|
|
10926
|
-
icon:
|
|
10927
|
-
description:
|
|
10928
|
-
onClick:
|
|
10929
|
-
selected:
|
|
10930
|
-
disabled:
|
|
10931
|
-
inline:
|
|
10932
|
-
title:
|
|
10933
|
-
download:
|
|
10934
|
-
onChange:
|
|
10935
|
-
testId:
|
|
11794
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
11795
|
+
description: propTypes$1.exports.string,
|
|
11796
|
+
onClick: propTypes$1.exports.func,
|
|
11797
|
+
selected: propTypes$1.exports.bool,
|
|
11798
|
+
disabled: propTypes$1.exports.bool,
|
|
11799
|
+
inline: propTypes$1.exports.bool,
|
|
11800
|
+
title: propTypes$1.exports.string,
|
|
11801
|
+
download: propTypes$1.exports.bool,
|
|
11802
|
+
onChange: propTypes$1.exports.func,
|
|
11803
|
+
testId: propTypes$1.exports.string
|
|
10936
11804
|
}),
|
|
10937
|
-
|
|
10938
|
-
type:
|
|
10939
|
-
menu:
|
|
10940
|
-
testId:
|
|
11805
|
+
propTypes$1.exports.shape({
|
|
11806
|
+
type: propTypes$1.exports.oneOf(["Menu"]),
|
|
11807
|
+
menu: propTypes$1.exports.object,
|
|
11808
|
+
testId: propTypes$1.exports.string
|
|
10941
11809
|
})
|
|
10942
11810
|
]);
|
|
10943
|
-
const menuShape =
|
|
10944
|
-
trigger:
|
|
10945
|
-
colored:
|
|
10946
|
-
small:
|
|
10947
|
-
label:
|
|
10948
|
-
component:
|
|
10949
|
-
sections:
|
|
10950
|
-
|
|
10951
|
-
|
|
11811
|
+
const menuShape = propTypes$1.exports.shape({
|
|
11812
|
+
trigger: propTypes$1.exports.oneOf(["Text", "Button", "DropDownButton", "Component"]),
|
|
11813
|
+
colored: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
11814
|
+
small: propTypes$1.exports.bool,
|
|
11815
|
+
label: propTypes$1.exports.string,
|
|
11816
|
+
component: propTypes$1.exports.node,
|
|
11817
|
+
sections: propTypes$1.exports.oneOfType([
|
|
11818
|
+
propTypes$1.exports.arrayOf(menuSectionShape),
|
|
11819
|
+
propTypes$1.exports.node
|
|
10952
11820
|
]).isRequired,
|
|
10953
|
-
placement:
|
|
10954
|
-
possiblePlacements:
|
|
10955
|
-
showAllButton:
|
|
10956
|
-
visible:
|
|
10957
|
-
showAllTitle:
|
|
10958
|
-
showLessTitle:
|
|
10959
|
-
additionalSections:
|
|
11821
|
+
placement: propTypes$1.exports.string,
|
|
11822
|
+
possiblePlacements: propTypes$1.exports.arrayOf(propTypes$1.exports.string),
|
|
11823
|
+
showAllButton: propTypes$1.exports.shape({
|
|
11824
|
+
visible: propTypes$1.exports.bool.isRequired,
|
|
11825
|
+
showAllTitle: propTypes$1.exports.string.isRequired,
|
|
11826
|
+
showLessTitle: propTypes$1.exports.string.isRequired,
|
|
11827
|
+
additionalSections: propTypes$1.exports.arrayOf(menuSectionShape)
|
|
10960
11828
|
}),
|
|
10961
|
-
testId:
|
|
11829
|
+
testId: propTypes$1.exports.string
|
|
10962
11830
|
});
|
|
10963
11831
|
Menu.defaultProps = {
|
|
10964
11832
|
width: "",
|
|
@@ -10977,19 +11845,19 @@ Menu.defaultProps = {
|
|
|
10977
11845
|
};
|
|
10978
11846
|
Menu.propTypes = {
|
|
10979
11847
|
menu: menuShape.isRequired,
|
|
10980
|
-
disabled:
|
|
10981
|
-
badgeTitle:
|
|
10982
|
-
badgeDot:
|
|
10983
|
-
loading:
|
|
10984
|
-
width:
|
|
10985
|
-
fullHeightTrigger:
|
|
10986
|
-
closeOnOptionClick:
|
|
10987
|
-
groupOrder:
|
|
10988
|
-
overflowContainer:
|
|
10989
|
-
maxHeight:
|
|
10990
|
-
testId:
|
|
10991
|
-
open:
|
|
10992
|
-
setOpen:
|
|
11848
|
+
disabled: propTypes$1.exports.bool,
|
|
11849
|
+
badgeTitle: propTypes$1.exports.string,
|
|
11850
|
+
badgeDot: propTypes$1.exports.bool,
|
|
11851
|
+
loading: propTypes$1.exports.bool,
|
|
11852
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
11853
|
+
fullHeightTrigger: propTypes$1.exports.bool,
|
|
11854
|
+
closeOnOptionClick: propTypes$1.exports.bool,
|
|
11855
|
+
groupOrder: propTypes$1.exports.string,
|
|
11856
|
+
overflowContainer: propTypes$1.exports.bool,
|
|
11857
|
+
maxHeight: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
11858
|
+
testId: propTypes$1.exports.string,
|
|
11859
|
+
open: propTypes$1.exports.bool,
|
|
11860
|
+
setOpen: propTypes$1.exports.func
|
|
10993
11861
|
};
|
|
10994
11862
|
const actions$1 = "_actions_tdvpn_333";
|
|
10995
11863
|
const actionComponentContainer = "_actionComponentContainer_tdvpn_343";
|
|
@@ -11093,7 +11961,7 @@ Actions.defaultProps = {
|
|
|
11093
11961
|
};
|
|
11094
11962
|
Actions.propTypes = {
|
|
11095
11963
|
actions: actionsShape,
|
|
11096
|
-
right:
|
|
11964
|
+
right: propTypes$1.exports.bool
|
|
11097
11965
|
};
|
|
11098
11966
|
const breadcrumb = "_breadcrumb_16235_333";
|
|
11099
11967
|
const small$a = "_small_16235_336";
|
|
@@ -11164,17 +12032,17 @@ Breadcrumb.defaultProps = {
|
|
|
11164
12032
|
small: false
|
|
11165
12033
|
};
|
|
11166
12034
|
Breadcrumb.propTypes = {
|
|
11167
|
-
links:
|
|
11168
|
-
|
|
11169
|
-
type:
|
|
11170
|
-
label:
|
|
11171
|
-
url:
|
|
11172
|
-
onClick:
|
|
11173
|
-
active:
|
|
11174
|
-
element:
|
|
12035
|
+
links: propTypes$1.exports.arrayOf(
|
|
12036
|
+
propTypes$1.exports.shape({
|
|
12037
|
+
type: propTypes$1.exports.oneOf(["label", "link", "custom"]),
|
|
12038
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12039
|
+
url: propTypes$1.exports.string,
|
|
12040
|
+
onClick: propTypes$1.exports.func,
|
|
12041
|
+
active: propTypes$1.exports.bool,
|
|
12042
|
+
element: propTypes$1.exports.node
|
|
11175
12043
|
})
|
|
11176
12044
|
).isRequired,
|
|
11177
|
-
small:
|
|
12045
|
+
small: propTypes$1.exports.bool
|
|
11178
12046
|
};
|
|
11179
12047
|
const label$8 = "_label_1er6p_333";
|
|
11180
12048
|
const buttonGroup = "_buttonGroup_1er6p_343";
|
|
@@ -11281,13 +12149,13 @@ ButtonGroup.defaultProps = {
|
|
|
11281
12149
|
testId: void 0
|
|
11282
12150
|
};
|
|
11283
12151
|
ButtonGroup.propTypes = {
|
|
11284
|
-
basic:
|
|
11285
|
-
items:
|
|
11286
|
-
header:
|
|
11287
|
-
onSelected:
|
|
11288
|
-
small:
|
|
11289
|
-
value:
|
|
11290
|
-
testId:
|
|
12152
|
+
basic: propTypes$1.exports.bool,
|
|
12153
|
+
items: propTypes$1.exports.array,
|
|
12154
|
+
header: propTypes$1.exports.string,
|
|
12155
|
+
onSelected: propTypes$1.exports.func,
|
|
12156
|
+
small: propTypes$1.exports.bool,
|
|
12157
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
12158
|
+
testId: propTypes$1.exports.string
|
|
11291
12159
|
};
|
|
11292
12160
|
const card = "_card_7fusw_333";
|
|
11293
12161
|
const bordered$2 = "_bordered_7fusw_336";
|
|
@@ -11344,286 +12212,13 @@ Card.defaultProps = {
|
|
|
11344
12212
|
raised: false
|
|
11345
12213
|
};
|
|
11346
12214
|
Card.propTypes = {
|
|
11347
|
-
bordered:
|
|
11348
|
-
heading:
|
|
11349
|
-
margin:
|
|
11350
|
-
padding:
|
|
11351
|
-
raised:
|
|
12215
|
+
bordered: propTypes$1.exports.bool,
|
|
12216
|
+
heading: propTypes$1.exports.node,
|
|
12217
|
+
margin: propTypes$1.exports.string,
|
|
12218
|
+
padding: propTypes$1.exports.bool,
|
|
12219
|
+
raised: propTypes$1.exports.bool
|
|
11352
12220
|
};
|
|
11353
|
-
var
|
|
11354
|
-
var reactIs_production_min$1 = {};
|
|
11355
|
-
/** @license React v16.13.1
|
|
11356
|
-
* react-is.production.min.js
|
|
11357
|
-
*
|
|
11358
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11359
|
-
*
|
|
11360
|
-
* This source code is licensed under the MIT license found in the
|
|
11361
|
-
* LICENSE file in the root directory of this source tree.
|
|
11362
|
-
*/
|
|
11363
|
-
var hasRequiredReactIs_production_min$1;
|
|
11364
|
-
function requireReactIs_production_min$1() {
|
|
11365
|
-
if (hasRequiredReactIs_production_min$1)
|
|
11366
|
-
return reactIs_production_min$1;
|
|
11367
|
-
hasRequiredReactIs_production_min$1 = 1;
|
|
11368
|
-
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;
|
|
11369
|
-
function z2(a2) {
|
|
11370
|
-
if ("object" === typeof a2 && null !== a2) {
|
|
11371
|
-
var u = a2.$$typeof;
|
|
11372
|
-
switch (u) {
|
|
11373
|
-
case c2:
|
|
11374
|
-
switch (a2 = a2.type, a2) {
|
|
11375
|
-
case l:
|
|
11376
|
-
case m:
|
|
11377
|
-
case e2:
|
|
11378
|
-
case g2:
|
|
11379
|
-
case f:
|
|
11380
|
-
case p:
|
|
11381
|
-
return a2;
|
|
11382
|
-
default:
|
|
11383
|
-
switch (a2 = a2 && a2.$$typeof, a2) {
|
|
11384
|
-
case k2:
|
|
11385
|
-
case n2:
|
|
11386
|
-
case t:
|
|
11387
|
-
case r2:
|
|
11388
|
-
case h:
|
|
11389
|
-
return a2;
|
|
11390
|
-
default:
|
|
11391
|
-
return u;
|
|
11392
|
-
}
|
|
11393
|
-
}
|
|
11394
|
-
case d2:
|
|
11395
|
-
return u;
|
|
11396
|
-
}
|
|
11397
|
-
}
|
|
11398
|
-
}
|
|
11399
|
-
function A2(a2) {
|
|
11400
|
-
return z2(a2) === m;
|
|
11401
|
-
}
|
|
11402
|
-
reactIs_production_min$1.AsyncMode = l;
|
|
11403
|
-
reactIs_production_min$1.ConcurrentMode = m;
|
|
11404
|
-
reactIs_production_min$1.ContextConsumer = k2;
|
|
11405
|
-
reactIs_production_min$1.ContextProvider = h;
|
|
11406
|
-
reactIs_production_min$1.Element = c2;
|
|
11407
|
-
reactIs_production_min$1.ForwardRef = n2;
|
|
11408
|
-
reactIs_production_min$1.Fragment = e2;
|
|
11409
|
-
reactIs_production_min$1.Lazy = t;
|
|
11410
|
-
reactIs_production_min$1.Memo = r2;
|
|
11411
|
-
reactIs_production_min$1.Portal = d2;
|
|
11412
|
-
reactIs_production_min$1.Profiler = g2;
|
|
11413
|
-
reactIs_production_min$1.StrictMode = f;
|
|
11414
|
-
reactIs_production_min$1.Suspense = p;
|
|
11415
|
-
reactIs_production_min$1.isAsyncMode = function(a2) {
|
|
11416
|
-
return A2(a2) || z2(a2) === l;
|
|
11417
|
-
};
|
|
11418
|
-
reactIs_production_min$1.isConcurrentMode = A2;
|
|
11419
|
-
reactIs_production_min$1.isContextConsumer = function(a2) {
|
|
11420
|
-
return z2(a2) === k2;
|
|
11421
|
-
};
|
|
11422
|
-
reactIs_production_min$1.isContextProvider = function(a2) {
|
|
11423
|
-
return z2(a2) === h;
|
|
11424
|
-
};
|
|
11425
|
-
reactIs_production_min$1.isElement = function(a2) {
|
|
11426
|
-
return "object" === typeof a2 && null !== a2 && a2.$$typeof === c2;
|
|
11427
|
-
};
|
|
11428
|
-
reactIs_production_min$1.isForwardRef = function(a2) {
|
|
11429
|
-
return z2(a2) === n2;
|
|
11430
|
-
};
|
|
11431
|
-
reactIs_production_min$1.isFragment = function(a2) {
|
|
11432
|
-
return z2(a2) === e2;
|
|
11433
|
-
};
|
|
11434
|
-
reactIs_production_min$1.isLazy = function(a2) {
|
|
11435
|
-
return z2(a2) === t;
|
|
11436
|
-
};
|
|
11437
|
-
reactIs_production_min$1.isMemo = function(a2) {
|
|
11438
|
-
return z2(a2) === r2;
|
|
11439
|
-
};
|
|
11440
|
-
reactIs_production_min$1.isPortal = function(a2) {
|
|
11441
|
-
return z2(a2) === d2;
|
|
11442
|
-
};
|
|
11443
|
-
reactIs_production_min$1.isProfiler = function(a2) {
|
|
11444
|
-
return z2(a2) === g2;
|
|
11445
|
-
};
|
|
11446
|
-
reactIs_production_min$1.isStrictMode = function(a2) {
|
|
11447
|
-
return z2(a2) === f;
|
|
11448
|
-
};
|
|
11449
|
-
reactIs_production_min$1.isSuspense = function(a2) {
|
|
11450
|
-
return z2(a2) === p;
|
|
11451
|
-
};
|
|
11452
|
-
reactIs_production_min$1.isValidElementType = function(a2) {
|
|
11453
|
-
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);
|
|
11454
|
-
};
|
|
11455
|
-
reactIs_production_min$1.typeOf = z2;
|
|
11456
|
-
return reactIs_production_min$1;
|
|
11457
|
-
}
|
|
11458
|
-
var reactIs_development$1 = {};
|
|
11459
|
-
/** @license React v16.13.1
|
|
11460
|
-
* react-is.development.js
|
|
11461
|
-
*
|
|
11462
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11463
|
-
*
|
|
11464
|
-
* This source code is licensed under the MIT license found in the
|
|
11465
|
-
* LICENSE file in the root directory of this source tree.
|
|
11466
|
-
*/
|
|
11467
|
-
var hasRequiredReactIs_development$1;
|
|
11468
|
-
function requireReactIs_development$1() {
|
|
11469
|
-
if (hasRequiredReactIs_development$1)
|
|
11470
|
-
return reactIs_development$1;
|
|
11471
|
-
hasRequiredReactIs_development$1 = 1;
|
|
11472
|
-
if (process.env.NODE_ENV !== "production") {
|
|
11473
|
-
(function() {
|
|
11474
|
-
var hasSymbol = typeof Symbol === "function" && Symbol.for;
|
|
11475
|
-
var REACT_ELEMENT_TYPE2 = hasSymbol ? Symbol.for("react.element") : 60103;
|
|
11476
|
-
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
|
|
11477
|
-
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
|
|
11478
|
-
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
|
|
11479
|
-
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
|
|
11480
|
-
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
|
|
11481
|
-
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
|
|
11482
|
-
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
|
|
11483
|
-
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
|
|
11484
|
-
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
|
|
11485
|
-
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
|
|
11486
|
-
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
|
|
11487
|
-
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
|
|
11488
|
-
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
|
|
11489
|
-
var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
|
|
11490
|
-
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
|
|
11491
|
-
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
|
|
11492
|
-
var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
|
|
11493
|
-
function isValidElementType(type) {
|
|
11494
|
-
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);
|
|
11495
|
-
}
|
|
11496
|
-
function typeOf(object2) {
|
|
11497
|
-
if (typeof object2 === "object" && object2 !== null) {
|
|
11498
|
-
var $$typeof = object2.$$typeof;
|
|
11499
|
-
switch ($$typeof) {
|
|
11500
|
-
case REACT_ELEMENT_TYPE2:
|
|
11501
|
-
var type = object2.type;
|
|
11502
|
-
switch (type) {
|
|
11503
|
-
case REACT_ASYNC_MODE_TYPE:
|
|
11504
|
-
case REACT_CONCURRENT_MODE_TYPE:
|
|
11505
|
-
case REACT_FRAGMENT_TYPE:
|
|
11506
|
-
case REACT_PROFILER_TYPE:
|
|
11507
|
-
case REACT_STRICT_MODE_TYPE:
|
|
11508
|
-
case REACT_SUSPENSE_TYPE:
|
|
11509
|
-
return type;
|
|
11510
|
-
default:
|
|
11511
|
-
var $$typeofType = type && type.$$typeof;
|
|
11512
|
-
switch ($$typeofType) {
|
|
11513
|
-
case REACT_CONTEXT_TYPE:
|
|
11514
|
-
case REACT_FORWARD_REF_TYPE:
|
|
11515
|
-
case REACT_LAZY_TYPE:
|
|
11516
|
-
case REACT_MEMO_TYPE:
|
|
11517
|
-
case REACT_PROVIDER_TYPE:
|
|
11518
|
-
return $$typeofType;
|
|
11519
|
-
default:
|
|
11520
|
-
return $$typeof;
|
|
11521
|
-
}
|
|
11522
|
-
}
|
|
11523
|
-
case REACT_PORTAL_TYPE:
|
|
11524
|
-
return $$typeof;
|
|
11525
|
-
}
|
|
11526
|
-
}
|
|
11527
|
-
return void 0;
|
|
11528
|
-
}
|
|
11529
|
-
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
11530
|
-
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
11531
|
-
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
11532
|
-
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
11533
|
-
var Element2 = REACT_ELEMENT_TYPE2;
|
|
11534
|
-
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
11535
|
-
var Fragment2 = REACT_FRAGMENT_TYPE;
|
|
11536
|
-
var Lazy = REACT_LAZY_TYPE;
|
|
11537
|
-
var Memo = REACT_MEMO_TYPE;
|
|
11538
|
-
var Portal2 = REACT_PORTAL_TYPE;
|
|
11539
|
-
var Profiler = REACT_PROFILER_TYPE;
|
|
11540
|
-
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
11541
|
-
var Suspense = REACT_SUSPENSE_TYPE;
|
|
11542
|
-
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
11543
|
-
function isAsyncMode(object2) {
|
|
11544
|
-
{
|
|
11545
|
-
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
11546
|
-
hasWarnedAboutDeprecatedIsAsyncMode = true;
|
|
11547
|
-
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.");
|
|
11548
|
-
}
|
|
11549
|
-
}
|
|
11550
|
-
return isConcurrentMode(object2) || typeOf(object2) === REACT_ASYNC_MODE_TYPE;
|
|
11551
|
-
}
|
|
11552
|
-
function isConcurrentMode(object2) {
|
|
11553
|
-
return typeOf(object2) === REACT_CONCURRENT_MODE_TYPE;
|
|
11554
|
-
}
|
|
11555
|
-
function isContextConsumer(object2) {
|
|
11556
|
-
return typeOf(object2) === REACT_CONTEXT_TYPE;
|
|
11557
|
-
}
|
|
11558
|
-
function isContextProvider(object2) {
|
|
11559
|
-
return typeOf(object2) === REACT_PROVIDER_TYPE;
|
|
11560
|
-
}
|
|
11561
|
-
function isElement2(object2) {
|
|
11562
|
-
return typeof object2 === "object" && object2 !== null && object2.$$typeof === REACT_ELEMENT_TYPE2;
|
|
11563
|
-
}
|
|
11564
|
-
function isForwardRef(object2) {
|
|
11565
|
-
return typeOf(object2) === REACT_FORWARD_REF_TYPE;
|
|
11566
|
-
}
|
|
11567
|
-
function isFragment(object2) {
|
|
11568
|
-
return typeOf(object2) === REACT_FRAGMENT_TYPE;
|
|
11569
|
-
}
|
|
11570
|
-
function isLazy(object2) {
|
|
11571
|
-
return typeOf(object2) === REACT_LAZY_TYPE;
|
|
11572
|
-
}
|
|
11573
|
-
function isMemo(object2) {
|
|
11574
|
-
return typeOf(object2) === REACT_MEMO_TYPE;
|
|
11575
|
-
}
|
|
11576
|
-
function isPortal(object2) {
|
|
11577
|
-
return typeOf(object2) === REACT_PORTAL_TYPE;
|
|
11578
|
-
}
|
|
11579
|
-
function isProfiler(object2) {
|
|
11580
|
-
return typeOf(object2) === REACT_PROFILER_TYPE;
|
|
11581
|
-
}
|
|
11582
|
-
function isStrictMode(object2) {
|
|
11583
|
-
return typeOf(object2) === REACT_STRICT_MODE_TYPE;
|
|
11584
|
-
}
|
|
11585
|
-
function isSuspense(object2) {
|
|
11586
|
-
return typeOf(object2) === REACT_SUSPENSE_TYPE;
|
|
11587
|
-
}
|
|
11588
|
-
reactIs_development$1.AsyncMode = AsyncMode;
|
|
11589
|
-
reactIs_development$1.ConcurrentMode = ConcurrentMode;
|
|
11590
|
-
reactIs_development$1.ContextConsumer = ContextConsumer;
|
|
11591
|
-
reactIs_development$1.ContextProvider = ContextProvider;
|
|
11592
|
-
reactIs_development$1.Element = Element2;
|
|
11593
|
-
reactIs_development$1.ForwardRef = ForwardRef;
|
|
11594
|
-
reactIs_development$1.Fragment = Fragment2;
|
|
11595
|
-
reactIs_development$1.Lazy = Lazy;
|
|
11596
|
-
reactIs_development$1.Memo = Memo;
|
|
11597
|
-
reactIs_development$1.Portal = Portal2;
|
|
11598
|
-
reactIs_development$1.Profiler = Profiler;
|
|
11599
|
-
reactIs_development$1.StrictMode = StrictMode;
|
|
11600
|
-
reactIs_development$1.Suspense = Suspense;
|
|
11601
|
-
reactIs_development$1.isAsyncMode = isAsyncMode;
|
|
11602
|
-
reactIs_development$1.isConcurrentMode = isConcurrentMode;
|
|
11603
|
-
reactIs_development$1.isContextConsumer = isContextConsumer;
|
|
11604
|
-
reactIs_development$1.isContextProvider = isContextProvider;
|
|
11605
|
-
reactIs_development$1.isElement = isElement2;
|
|
11606
|
-
reactIs_development$1.isForwardRef = isForwardRef;
|
|
11607
|
-
reactIs_development$1.isFragment = isFragment;
|
|
11608
|
-
reactIs_development$1.isLazy = isLazy;
|
|
11609
|
-
reactIs_development$1.isMemo = isMemo;
|
|
11610
|
-
reactIs_development$1.isPortal = isPortal;
|
|
11611
|
-
reactIs_development$1.isProfiler = isProfiler;
|
|
11612
|
-
reactIs_development$1.isStrictMode = isStrictMode;
|
|
11613
|
-
reactIs_development$1.isSuspense = isSuspense;
|
|
11614
|
-
reactIs_development$1.isValidElementType = isValidElementType;
|
|
11615
|
-
reactIs_development$1.typeOf = typeOf;
|
|
11616
|
-
})();
|
|
11617
|
-
}
|
|
11618
|
-
return reactIs_development$1;
|
|
11619
|
-
}
|
|
11620
|
-
(function(module) {
|
|
11621
|
-
if (process.env.NODE_ENV === "production") {
|
|
11622
|
-
module.exports = requireReactIs_production_min$1();
|
|
11623
|
-
} else {
|
|
11624
|
-
module.exports = requireReactIs_development$1();
|
|
11625
|
-
}
|
|
11626
|
-
})(reactIs$2);
|
|
12221
|
+
var reactIsExports = requireReactIs();
|
|
11627
12222
|
function stylis_min(W2) {
|
|
11628
12223
|
function M2(d2, c2, e2, h, a2) {
|
|
11629
12224
|
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; ) {
|
|
@@ -12171,7 +12766,7 @@ var isPropValid = /* @__PURE__ */ memoize$1(
|
|
|
12171
12766
|
return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111 && prop.charCodeAt(1) === 110 && prop.charCodeAt(2) < 91;
|
|
12172
12767
|
}
|
|
12173
12768
|
);
|
|
12174
|
-
var reactIs$1 =
|
|
12769
|
+
var reactIs$1 = requireReactIs();
|
|
12175
12770
|
var REACT_STATICS = {
|
|
12176
12771
|
childContextTypes: true,
|
|
12177
12772
|
contextType: true,
|
|
@@ -12267,7 +12862,7 @@ var g = function(e2, t) {
|
|
|
12267
12862
|
n2.push(t[r2], e2[r2 + 1]);
|
|
12268
12863
|
return n2;
|
|
12269
12864
|
}, S = function(t) {
|
|
12270
|
-
return null !== t && "object" == typeof t && "[object Object]" === (t.toString ? t.toString() : Object.prototype.toString.call(t)) && !
|
|
12865
|
+
return null !== t && "object" == typeof t && "[object Object]" === (t.toString ? t.toString() : Object.prototype.toString.call(t)) && !reactIsExports.typeOf(t);
|
|
12271
12866
|
}, w = Object.freeze([]), E = Object.freeze({});
|
|
12272
12867
|
function b$2(e2) {
|
|
12273
12868
|
return "function" == typeof e2;
|
|
@@ -12635,7 +13230,7 @@ function Ne(e2, n2, r2, o) {
|
|
|
12635
13230
|
if ("function" != typeof (l = e2) || l.prototype && l.prototype.isReactComponent || !n2)
|
|
12636
13231
|
return e2;
|
|
12637
13232
|
var u = e2(n2);
|
|
12638
|
-
return "production" !== process.env.NODE_ENV &&
|
|
13233
|
+
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);
|
|
12639
13234
|
}
|
|
12640
13235
|
var l;
|
|
12641
13236
|
return e2 instanceof ve$1 ? r2 ? (e2.inject(r2, o), e2.getName(o)) : e2 : S(e2) ? function e3(t, n3) {
|
|
@@ -12769,7 +13364,7 @@ function qe(e2, t, n2) {
|
|
|
12769
13364
|
}
|
|
12770
13365
|
var He = function(e2) {
|
|
12771
13366
|
return function e3(t, r2, o) {
|
|
12772
|
-
if (void 0 === o && (o = E), !
|
|
13367
|
+
if (void 0 === o && (o = E), !reactIsExports.isValidElementType(r2))
|
|
12773
13368
|
return j(1, String(r2));
|
|
12774
13369
|
var s = function() {
|
|
12775
13370
|
return t(r2, o, Ce.apply(void 0, arguments));
|
|
@@ -12882,20 +13477,20 @@ Column.defaultProps = {
|
|
|
12882
13477
|
testId: null
|
|
12883
13478
|
};
|
|
12884
13479
|
Column.propTypes = {
|
|
12885
|
-
background:
|
|
12886
|
-
borderLeft:
|
|
12887
|
-
borderRight:
|
|
12888
|
-
children:
|
|
12889
|
-
flex:
|
|
12890
|
-
flexbox:
|
|
12891
|
-
padding:
|
|
12892
|
-
scroll:
|
|
12893
|
-
showScrollbar:
|
|
12894
|
-
spacing:
|
|
12895
|
-
width:
|
|
12896
|
-
widthMobile:
|
|
12897
|
-
widthTablet:
|
|
12898
|
-
testId:
|
|
13480
|
+
background: propTypes$1.exports.string,
|
|
13481
|
+
borderLeft: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
13482
|
+
borderRight: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
13483
|
+
children: propTypes$1.exports.node,
|
|
13484
|
+
flex: propTypes$1.exports.bool,
|
|
13485
|
+
flexbox: propTypes$1.exports.bool,
|
|
13486
|
+
padding: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
13487
|
+
scroll: propTypes$1.exports.bool,
|
|
13488
|
+
showScrollbar: propTypes$1.exports.bool,
|
|
13489
|
+
spacing: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13490
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13491
|
+
widthMobile: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13492
|
+
widthTablet: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13493
|
+
testId: propTypes$1.exports.string
|
|
12899
13494
|
};
|
|
12900
13495
|
const divider = "_divider_1oxk8_333";
|
|
12901
13496
|
const alignLeft = "_alignLeft_1oxk8_344";
|
|
@@ -12968,16 +13563,16 @@ Text.defaultProps = {
|
|
|
12968
13563
|
warning: false
|
|
12969
13564
|
};
|
|
12970
13565
|
Text.propTypes = {
|
|
12971
|
-
bold:
|
|
12972
|
-
center:
|
|
12973
|
-
error:
|
|
12974
|
-
faint:
|
|
12975
|
-
link:
|
|
12976
|
-
muted:
|
|
12977
|
-
onClick:
|
|
12978
|
-
small:
|
|
12979
|
-
success:
|
|
12980
|
-
warning:
|
|
13566
|
+
bold: propTypes$1.exports.bool,
|
|
13567
|
+
center: propTypes$1.exports.bool,
|
|
13568
|
+
error: propTypes$1.exports.bool,
|
|
13569
|
+
faint: propTypes$1.exports.bool,
|
|
13570
|
+
link: propTypes$1.exports.bool,
|
|
13571
|
+
muted: propTypes$1.exports.bool,
|
|
13572
|
+
onClick: propTypes$1.exports.func,
|
|
13573
|
+
small: propTypes$1.exports.bool,
|
|
13574
|
+
success: propTypes$1.exports.bool,
|
|
13575
|
+
warning: propTypes$1.exports.bool
|
|
12981
13576
|
};
|
|
12982
13577
|
const cssAlignClass = (align) => {
|
|
12983
13578
|
switch (align) {
|
|
@@ -13007,9 +13602,9 @@ Divider.defaultProps = {
|
|
|
13007
13602
|
align: "center"
|
|
13008
13603
|
};
|
|
13009
13604
|
Divider.propTypes = {
|
|
13010
|
-
margin:
|
|
13011
|
-
color:
|
|
13012
|
-
align:
|
|
13605
|
+
margin: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]),
|
|
13606
|
+
color: propTypes$1.exports.string,
|
|
13607
|
+
align: propTypes$1.exports.string
|
|
13013
13608
|
};
|
|
13014
13609
|
const heading$4 = "_heading_1gsqp_333";
|
|
13015
13610
|
const top$1 = "_top_1gsqp_341";
|
|
@@ -13077,18 +13672,18 @@ Heading$2.defaultProps = {
|
|
|
13077
13672
|
testId: null
|
|
13078
13673
|
};
|
|
13079
13674
|
Heading$2.propTypes = {
|
|
13080
|
-
helpText:
|
|
13081
|
-
onClick:
|
|
13082
|
-
onClickHelp:
|
|
13083
|
-
onIconClick:
|
|
13084
|
-
icon:
|
|
13085
|
-
libraryIcon:
|
|
13086
|
-
onClick:
|
|
13087
|
-
tooltip:
|
|
13675
|
+
helpText: propTypes$1.exports.string,
|
|
13676
|
+
onClick: propTypes$1.exports.func,
|
|
13677
|
+
onClickHelp: propTypes$1.exports.func,
|
|
13678
|
+
onIconClick: propTypes$1.exports.func,
|
|
13679
|
+
icon: propTypes$1.exports.node,
|
|
13680
|
+
libraryIcon: propTypes$1.exports.shape({
|
|
13681
|
+
onClick: propTypes$1.exports.func,
|
|
13682
|
+
tooltip: propTypes$1.exports.string
|
|
13088
13683
|
}),
|
|
13089
|
-
marginBottom:
|
|
13090
|
-
top:
|
|
13091
|
-
testId:
|
|
13684
|
+
marginBottom: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13685
|
+
top: propTypes$1.exports.bool,
|
|
13686
|
+
testId: propTypes$1.exports.string
|
|
13092
13687
|
};
|
|
13093
13688
|
const dialog = "_dialog_11kaj_1";
|
|
13094
13689
|
const inline$3 = "_inline_11kaj_19";
|
|
@@ -13170,22 +13765,22 @@ const Dialog = ({ dialog: dialog2 }) => {
|
|
|
13170
13765
|
]
|
|
13171
13766
|
});
|
|
13172
13767
|
};
|
|
13173
|
-
const dialogShape =
|
|
13174
|
-
heading:
|
|
13175
|
-
content:
|
|
13176
|
-
|
|
13177
|
-
|
|
13178
|
-
|
|
13179
|
-
|
|
13768
|
+
const dialogShape = propTypes$1.exports.shape({
|
|
13769
|
+
heading: propTypes$1.exports.string,
|
|
13770
|
+
content: propTypes$1.exports.oneOfType([
|
|
13771
|
+
propTypes$1.exports.string,
|
|
13772
|
+
propTypes$1.exports.number,
|
|
13773
|
+
propTypes$1.exports.node,
|
|
13774
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.string)
|
|
13180
13775
|
]).isRequired,
|
|
13181
|
-
contentPadding:
|
|
13182
|
-
footer:
|
|
13183
|
-
width:
|
|
13184
|
-
height:
|
|
13185
|
-
bordered:
|
|
13186
|
-
onClose:
|
|
13187
|
-
scroll:
|
|
13188
|
-
testId:
|
|
13776
|
+
contentPadding: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13777
|
+
footer: propTypes$1.exports.node,
|
|
13778
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13779
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
13780
|
+
bordered: propTypes$1.exports.bool,
|
|
13781
|
+
onClose: propTypes$1.exports.func,
|
|
13782
|
+
scroll: propTypes$1.exports.bool,
|
|
13783
|
+
testId: propTypes$1.exports.string
|
|
13189
13784
|
});
|
|
13190
13785
|
Dialog.propTypes = {
|
|
13191
13786
|
dialog: dialogShape.isRequired
|
|
@@ -13794,7 +14389,7 @@ Object.defineProperty(DraggableCore$2, "__esModule", {
|
|
|
13794
14389
|
});
|
|
13795
14390
|
DraggableCore$2.default = void 0;
|
|
13796
14391
|
var React$3 = _interopRequireWildcard$3(React__default);
|
|
13797
|
-
var _propTypes$3 = _interopRequireDefault$4(
|
|
14392
|
+
var _propTypes$3 = _interopRequireDefault$4(propTypes$1.exports);
|
|
13798
14393
|
var _reactDom = _interopRequireDefault$4(ReactDOM);
|
|
13799
14394
|
var _domFns = domFns;
|
|
13800
14395
|
var _positionFns = positionFns;
|
|
@@ -14256,7 +14851,7 @@ _defineProperty$c(DraggableCore$1, "defaultProps", {
|
|
|
14256
14851
|
});
|
|
14257
14852
|
exports.default = void 0;
|
|
14258
14853
|
var React2 = _interopRequireWildcard2(React__default);
|
|
14259
|
-
var _propTypes3 = _interopRequireDefault2(
|
|
14854
|
+
var _propTypes3 = _interopRequireDefault2(propTypes$1.exports);
|
|
14260
14855
|
var _reactDom2 = _interopRequireDefault2(ReactDOM);
|
|
14261
14856
|
var _clsx2 = _interopRequireDefault2(require$$3);
|
|
14262
14857
|
var _domFns2 = domFns;
|
|
@@ -14788,7 +15383,7 @@ function cloneElement(element, props) {
|
|
|
14788
15383
|
var propTypes = {};
|
|
14789
15384
|
propTypes.__esModule = true;
|
|
14790
15385
|
propTypes.resizableProps = void 0;
|
|
14791
|
-
var _propTypes$2 = _interopRequireDefault$2(
|
|
15386
|
+
var _propTypes$2 = _interopRequireDefault$2(propTypes$1.exports);
|
|
14792
15387
|
function _interopRequireDefault$2(obj) {
|
|
14793
15388
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
14794
15389
|
}
|
|
@@ -15117,7 +15712,7 @@ var ResizableBox$1 = {};
|
|
|
15117
15712
|
ResizableBox$1.__esModule = true;
|
|
15118
15713
|
ResizableBox$1.default = void 0;
|
|
15119
15714
|
var React$1 = _interopRequireWildcard$1(React__default);
|
|
15120
|
-
var _propTypes = _interopRequireDefault$1(
|
|
15715
|
+
var _propTypes = _interopRequireDefault$1(propTypes$1.exports);
|
|
15121
15716
|
var _Resizable = _interopRequireDefault$1(Resizable$2);
|
|
15122
15717
|
var _propTypes2 = propTypes;
|
|
15123
15718
|
var _excluded$8 = ["handle", "handleSize", "onResize", "onResizeStart", "onResizeStop", "draggableOpts", "minConstraints", "maxConstraints", "lockAspectRatio", "axis", "width", "height", "resizeHandles", "style", "transformScale"];
|
|
@@ -15375,10 +15970,10 @@ DrawerResizeWrapper.defaultProps = {
|
|
|
15375
15970
|
onResize: null
|
|
15376
15971
|
};
|
|
15377
15972
|
DrawerResizeWrapper.propTypes = {
|
|
15378
|
-
right:
|
|
15379
|
-
width:
|
|
15380
|
-
children:
|
|
15381
|
-
onResize:
|
|
15973
|
+
right: propTypes$1.exports.bool,
|
|
15974
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
15975
|
+
children: propTypes$1.exports.node,
|
|
15976
|
+
onResize: propTypes$1.exports.func
|
|
15382
15977
|
};
|
|
15383
15978
|
const Drawer = ({
|
|
15384
15979
|
background: background2,
|
|
@@ -15493,38 +16088,38 @@ Drawer.defaultProps = {
|
|
|
15493
16088
|
getActiveTab: null
|
|
15494
16089
|
};
|
|
15495
16090
|
Drawer.propTypes = {
|
|
15496
|
-
background:
|
|
15497
|
-
fixed:
|
|
15498
|
-
open:
|
|
15499
|
-
setOpen:
|
|
15500
|
-
right:
|
|
15501
|
-
width:
|
|
15502
|
-
|
|
15503
|
-
|
|
15504
|
-
|
|
15505
|
-
|
|
16091
|
+
background: propTypes$1.exports.string,
|
|
16092
|
+
fixed: propTypes$1.exports.bool,
|
|
16093
|
+
open: propTypes$1.exports.bool,
|
|
16094
|
+
setOpen: propTypes$1.exports.func,
|
|
16095
|
+
right: propTypes$1.exports.bool,
|
|
16096
|
+
width: propTypes$1.exports.oneOfType([
|
|
16097
|
+
propTypes$1.exports.string,
|
|
16098
|
+
propTypes$1.exports.number,
|
|
16099
|
+
propTypes$1.exports.arrayOf(
|
|
16100
|
+
propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
15506
16101
|
)
|
|
15507
16102
|
]),
|
|
15508
|
-
closedWidth:
|
|
15509
|
-
children:
|
|
15510
|
-
shadow:
|
|
15511
|
-
top:
|
|
15512
|
-
button:
|
|
15513
|
-
buttonAnimate:
|
|
15514
|
-
buttonPosition:
|
|
15515
|
-
border:
|
|
15516
|
-
tabs:
|
|
15517
|
-
|
|
15518
|
-
icon:
|
|
15519
|
-
content:
|
|
16103
|
+
closedWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16104
|
+
children: propTypes$1.exports.node,
|
|
16105
|
+
shadow: propTypes$1.exports.bool,
|
|
16106
|
+
top: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16107
|
+
button: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.node]),
|
|
16108
|
+
buttonAnimate: propTypes$1.exports.bool,
|
|
16109
|
+
buttonPosition: propTypes$1.exports.oneOf(["top", "bottom"]),
|
|
16110
|
+
border: propTypes$1.exports.oneOfType([propTypes$1.exports.bool, propTypes$1.exports.string]),
|
|
16111
|
+
tabs: propTypes$1.exports.arrayOf(
|
|
16112
|
+
propTypes$1.exports.shape({
|
|
16113
|
+
icon: propTypes$1.exports.node,
|
|
16114
|
+
content: propTypes$1.exports.node
|
|
15520
16115
|
})
|
|
15521
16116
|
),
|
|
15522
|
-
testId:
|
|
15523
|
-
defaultTabIndex:
|
|
15524
|
-
activeTab:
|
|
15525
|
-
setActiveTab:
|
|
15526
|
-
onResize:
|
|
15527
|
-
getActiveTab:
|
|
16117
|
+
testId: propTypes$1.exports.string,
|
|
16118
|
+
defaultTabIndex: propTypes$1.exports.number,
|
|
16119
|
+
activeTab: propTypes$1.exports.number,
|
|
16120
|
+
setActiveTab: propTypes$1.exports.func,
|
|
16121
|
+
onResize: propTypes$1.exports.func,
|
|
16122
|
+
getActiveTab: propTypes$1.exports.func
|
|
15528
16123
|
};
|
|
15529
16124
|
const empty$2 = "_empty_u9jd9_333";
|
|
15530
16125
|
const text$2 = "_text_u9jd9_343";
|
|
@@ -15589,10 +16184,10 @@ Empty.defaultProps = {
|
|
|
15589
16184
|
children: null
|
|
15590
16185
|
};
|
|
15591
16186
|
Empty.propTypes = {
|
|
15592
|
-
width:
|
|
15593
|
-
height:
|
|
15594
|
-
text:
|
|
15595
|
-
children:
|
|
16187
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16188
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16189
|
+
text: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
16190
|
+
children: propTypes$1.exports.node
|
|
15596
16191
|
};
|
|
15597
16192
|
const inputGroup = "_inputGroup_3duv1_333";
|
|
15598
16193
|
const styles$z = {
|
|
@@ -15626,9 +16221,9 @@ InputGroup.defaultProps = {
|
|
|
15626
16221
|
width: "100%"
|
|
15627
16222
|
};
|
|
15628
16223
|
InputGroup.propTypes = {
|
|
15629
|
-
children:
|
|
15630
|
-
small:
|
|
15631
|
-
width:
|
|
16224
|
+
children: propTypes$1.exports.node.isRequired,
|
|
16225
|
+
small: propTypes$1.exports.bool,
|
|
16226
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
15632
16227
|
};
|
|
15633
16228
|
const inputInTable$9 = "_inputInTable_powy5_333";
|
|
15634
16229
|
const inputHover$9 = "_inputHover_powy5_339";
|
|
@@ -15774,38 +16369,38 @@ Input$1.defaultProps = {
|
|
|
15774
16369
|
size: null
|
|
15775
16370
|
};
|
|
15776
16371
|
Input$1.propTypes = {
|
|
15777
|
-
error:
|
|
15778
|
-
|
|
15779
|
-
|
|
15780
|
-
|
|
16372
|
+
error: propTypes$1.exports.oneOfType([
|
|
16373
|
+
propTypes$1.exports.string,
|
|
16374
|
+
propTypes$1.exports.number,
|
|
16375
|
+
propTypes$1.exports.node
|
|
15781
16376
|
]),
|
|
15782
|
-
warning:
|
|
15783
|
-
|
|
15784
|
-
|
|
15785
|
-
|
|
16377
|
+
warning: propTypes$1.exports.oneOfType([
|
|
16378
|
+
propTypes$1.exports.string,
|
|
16379
|
+
propTypes$1.exports.number,
|
|
16380
|
+
propTypes$1.exports.node
|
|
15786
16381
|
]),
|
|
15787
|
-
tooltip:
|
|
15788
|
-
|
|
15789
|
-
|
|
15790
|
-
|
|
16382
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
16383
|
+
propTypes$1.exports.string,
|
|
16384
|
+
propTypes$1.exports.number,
|
|
16385
|
+
propTypes$1.exports.node
|
|
15791
16386
|
]),
|
|
15792
|
-
name:
|
|
15793
|
-
type:
|
|
15794
|
-
onChange:
|
|
15795
|
-
onKeyPress:
|
|
15796
|
-
onFocus:
|
|
15797
|
-
onBlur:
|
|
15798
|
-
small:
|
|
15799
|
-
placeholder:
|
|
15800
|
-
tabIndex:
|
|
15801
|
-
value:
|
|
15802
|
-
disabled:
|
|
15803
|
-
right:
|
|
15804
|
-
groupOrder:
|
|
15805
|
-
maxTooltipWidth:
|
|
15806
|
-
width:
|
|
15807
|
-
testId:
|
|
15808
|
-
size:
|
|
16387
|
+
name: propTypes$1.exports.string,
|
|
16388
|
+
type: propTypes$1.exports.string,
|
|
16389
|
+
onChange: propTypes$1.exports.func,
|
|
16390
|
+
onKeyPress: propTypes$1.exports.func,
|
|
16391
|
+
onFocus: propTypes$1.exports.func,
|
|
16392
|
+
onBlur: propTypes$1.exports.func,
|
|
16393
|
+
small: propTypes$1.exports.bool,
|
|
16394
|
+
placeholder: propTypes$1.exports.string,
|
|
16395
|
+
tabIndex: propTypes$1.exports.number,
|
|
16396
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16397
|
+
disabled: propTypes$1.exports.bool,
|
|
16398
|
+
right: propTypes$1.exports.bool,
|
|
16399
|
+
groupOrder: propTypes$1.exports.string,
|
|
16400
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16401
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16402
|
+
testId: propTypes$1.exports.string,
|
|
16403
|
+
size: propTypes$1.exports.number
|
|
15809
16404
|
};
|
|
15810
16405
|
const fileInput = "_fileInput_1elar_1";
|
|
15811
16406
|
const styles$x = {
|
|
@@ -15894,16 +16489,16 @@ FileInput.defaultProps = {
|
|
|
15894
16489
|
testId: void 0
|
|
15895
16490
|
};
|
|
15896
16491
|
FileInput.propTypes = {
|
|
15897
|
-
label:
|
|
15898
|
-
loading:
|
|
15899
|
-
placeholder:
|
|
15900
|
-
disabled:
|
|
15901
|
-
file:
|
|
15902
|
-
accept:
|
|
15903
|
-
name:
|
|
15904
|
-
width:
|
|
15905
|
-
onChange:
|
|
15906
|
-
testId:
|
|
16492
|
+
label: propTypes$1.exports.string,
|
|
16493
|
+
loading: propTypes$1.exports.bool,
|
|
16494
|
+
placeholder: propTypes$1.exports.string,
|
|
16495
|
+
disabled: propTypes$1.exports.bool,
|
|
16496
|
+
file: propTypes$1.exports.object,
|
|
16497
|
+
accept: propTypes$1.exports.string,
|
|
16498
|
+
name: propTypes$1.exports.string,
|
|
16499
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16500
|
+
onChange: propTypes$1.exports.func,
|
|
16501
|
+
testId: propTypes$1.exports.string
|
|
15907
16502
|
};
|
|
15908
16503
|
function HiLockClosed(props) {
|
|
15909
16504
|
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);
|
|
@@ -15985,32 +16580,32 @@ Label$2.defaultProps = {
|
|
|
15985
16580
|
labelLeft: false
|
|
15986
16581
|
};
|
|
15987
16582
|
Label$2.propTypes = {
|
|
15988
|
-
label:
|
|
15989
|
-
|
|
15990
|
-
|
|
15991
|
-
|
|
16583
|
+
label: propTypes$1.exports.oneOfType([
|
|
16584
|
+
propTypes$1.exports.string,
|
|
16585
|
+
propTypes$1.exports.number,
|
|
16586
|
+
propTypes$1.exports.node
|
|
15992
16587
|
]),
|
|
15993
|
-
helpText:
|
|
15994
|
-
|
|
15995
|
-
|
|
15996
|
-
|
|
16588
|
+
helpText: propTypes$1.exports.oneOfType([
|
|
16589
|
+
propTypes$1.exports.string,
|
|
16590
|
+
propTypes$1.exports.number,
|
|
16591
|
+
propTypes$1.exports.node
|
|
15997
16592
|
]),
|
|
15998
|
-
helpTextMaxWidth:
|
|
15999
|
-
width:
|
|
16000
|
-
info:
|
|
16001
|
-
onClickHelp:
|
|
16002
|
-
lock:
|
|
16003
|
-
visible:
|
|
16004
|
-
active:
|
|
16005
|
-
onClick:
|
|
16006
|
-
tooltip:
|
|
16007
|
-
testId:
|
|
16593
|
+
helpTextMaxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16594
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16595
|
+
info: propTypes$1.exports.string,
|
|
16596
|
+
onClickHelp: propTypes$1.exports.func,
|
|
16597
|
+
lock: propTypes$1.exports.shape({
|
|
16598
|
+
visible: propTypes$1.exports.bool,
|
|
16599
|
+
active: propTypes$1.exports.bool,
|
|
16600
|
+
onClick: propTypes$1.exports.func,
|
|
16601
|
+
tooltip: propTypes$1.exports.string,
|
|
16602
|
+
testId: propTypes$1.exports.string
|
|
16008
16603
|
}),
|
|
16009
|
-
libraryIcon:
|
|
16010
|
-
onClick:
|
|
16011
|
-
tooltip:
|
|
16604
|
+
libraryIcon: propTypes$1.exports.shape({
|
|
16605
|
+
onClick: propTypes$1.exports.func,
|
|
16606
|
+
tooltip: propTypes$1.exports.string
|
|
16012
16607
|
}),
|
|
16013
|
-
labelLeft:
|
|
16608
|
+
labelLeft: propTypes$1.exports.bool
|
|
16014
16609
|
};
|
|
16015
16610
|
const field = "_field_1qb40_333";
|
|
16016
16611
|
const labelLeft = "_labelLeft_1qb40_337";
|
|
@@ -16080,34 +16675,34 @@ Field.defaultProps = {
|
|
|
16080
16675
|
testId: void 0
|
|
16081
16676
|
};
|
|
16082
16677
|
Field.propTypes = {
|
|
16083
|
-
label:
|
|
16084
|
-
|
|
16085
|
-
|
|
16086
|
-
|
|
16678
|
+
label: propTypes$1.exports.oneOfType([
|
|
16679
|
+
propTypes$1.exports.string,
|
|
16680
|
+
propTypes$1.exports.number,
|
|
16681
|
+
propTypes$1.exports.node
|
|
16087
16682
|
]),
|
|
16088
|
-
helpText:
|
|
16089
|
-
|
|
16090
|
-
|
|
16091
|
-
|
|
16683
|
+
helpText: propTypes$1.exports.oneOfType([
|
|
16684
|
+
propTypes$1.exports.string,
|
|
16685
|
+
propTypes$1.exports.number,
|
|
16686
|
+
propTypes$1.exports.node
|
|
16092
16687
|
]),
|
|
16093
|
-
helpTextMaxWidth:
|
|
16094
|
-
labelLeft:
|
|
16095
|
-
labelWidth:
|
|
16096
|
-
children:
|
|
16097
|
-
info:
|
|
16098
|
-
onClickHelp:
|
|
16099
|
-
lock:
|
|
16100
|
-
visible:
|
|
16101
|
-
active:
|
|
16102
|
-
onClick:
|
|
16103
|
-
tooltip:
|
|
16104
|
-
testId:
|
|
16688
|
+
helpTextMaxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16689
|
+
labelLeft: propTypes$1.exports.bool,
|
|
16690
|
+
labelWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16691
|
+
children: propTypes$1.exports.node.isRequired,
|
|
16692
|
+
info: propTypes$1.exports.string,
|
|
16693
|
+
onClickHelp: propTypes$1.exports.func,
|
|
16694
|
+
lock: propTypes$1.exports.shape({
|
|
16695
|
+
visible: propTypes$1.exports.bool,
|
|
16696
|
+
active: propTypes$1.exports.bool,
|
|
16697
|
+
onClick: propTypes$1.exports.func,
|
|
16698
|
+
tooltip: propTypes$1.exports.string,
|
|
16699
|
+
testId: propTypes$1.exports.string
|
|
16105
16700
|
}),
|
|
16106
|
-
libraryIcon:
|
|
16107
|
-
onClick:
|
|
16108
|
-
tooltip:
|
|
16701
|
+
libraryIcon: propTypes$1.exports.shape({
|
|
16702
|
+
onClick: propTypes$1.exports.func,
|
|
16703
|
+
tooltip: propTypes$1.exports.string
|
|
16109
16704
|
}),
|
|
16110
|
-
testId:
|
|
16705
|
+
testId: propTypes$1.exports.string
|
|
16111
16706
|
};
|
|
16112
16707
|
const Flex = ({
|
|
16113
16708
|
alignItems,
|
|
@@ -16141,16 +16736,16 @@ Flex.defaultProps = {
|
|
|
16141
16736
|
gap: false
|
|
16142
16737
|
};
|
|
16143
16738
|
Flex.propTypes = {
|
|
16144
|
-
alignItems:
|
|
16145
|
-
direction:
|
|
16146
|
-
height:
|
|
16147
|
-
justifyContent:
|
|
16148
|
-
children:
|
|
16149
|
-
wrap:
|
|
16150
|
-
gap:
|
|
16151
|
-
|
|
16152
|
-
|
|
16153
|
-
|
|
16739
|
+
alignItems: propTypes$1.exports.string,
|
|
16740
|
+
direction: propTypes$1.exports.string,
|
|
16741
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16742
|
+
justifyContent: propTypes$1.exports.string,
|
|
16743
|
+
children: propTypes$1.exports.node,
|
|
16744
|
+
wrap: propTypes$1.exports.bool,
|
|
16745
|
+
gap: propTypes$1.exports.oneOfType([
|
|
16746
|
+
propTypes$1.exports.bool,
|
|
16747
|
+
propTypes$1.exports.string,
|
|
16748
|
+
propTypes$1.exports.number
|
|
16154
16749
|
])
|
|
16155
16750
|
};
|
|
16156
16751
|
const formRow = "_formRow_kvqrx_333";
|
|
@@ -16167,7 +16762,7 @@ FormRow.defaultProps = {
|
|
|
16167
16762
|
children: null
|
|
16168
16763
|
};
|
|
16169
16764
|
FormRow.propTypes = {
|
|
16170
|
-
children:
|
|
16765
|
+
children: propTypes$1.exports.node
|
|
16171
16766
|
};
|
|
16172
16767
|
const StyledGrid = styled.div`
|
|
16173
16768
|
display: grid;
|
|
@@ -16213,17 +16808,17 @@ Grid.defaultProps = {
|
|
|
16213
16808
|
children: null
|
|
16214
16809
|
};
|
|
16215
16810
|
Grid.propTypes = {
|
|
16216
|
-
rows:
|
|
16217
|
-
columns:
|
|
16218
|
-
columnsTablet:
|
|
16219
|
-
columnsMobile:
|
|
16220
|
-
gap:
|
|
16221
|
-
|
|
16222
|
-
|
|
16223
|
-
|
|
16811
|
+
rows: propTypes$1.exports.string,
|
|
16812
|
+
columns: propTypes$1.exports.string,
|
|
16813
|
+
columnsTablet: propTypes$1.exports.string,
|
|
16814
|
+
columnsMobile: propTypes$1.exports.string,
|
|
16815
|
+
gap: propTypes$1.exports.oneOfType([
|
|
16816
|
+
propTypes$1.exports.bool,
|
|
16817
|
+
propTypes$1.exports.string,
|
|
16818
|
+
propTypes$1.exports.number
|
|
16224
16819
|
]),
|
|
16225
|
-
height:
|
|
16226
|
-
children:
|
|
16820
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
16821
|
+
children: propTypes$1.exports.node
|
|
16227
16822
|
};
|
|
16228
16823
|
const addon = "_addon_1bytr_333";
|
|
16229
16824
|
const small$7 = "_small_1bytr_344";
|
|
@@ -16261,9 +16856,9 @@ InputGroupAddon.defaultProps = {
|
|
|
16261
16856
|
small: false
|
|
16262
16857
|
};
|
|
16263
16858
|
InputGroupAddon.propTypes = {
|
|
16264
|
-
children:
|
|
16265
|
-
groupOrder:
|
|
16266
|
-
small:
|
|
16859
|
+
children: propTypes$1.exports.node.isRequired,
|
|
16860
|
+
groupOrder: propTypes$1.exports.string,
|
|
16861
|
+
small: propTypes$1.exports.bool
|
|
16267
16862
|
};
|
|
16268
16863
|
function _setPrototypeOf$1(o, p) {
|
|
16269
16864
|
_setPrototypeOf$1 = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf2(o2, p2) {
|
|
@@ -16758,13 +17353,13 @@ function Provider(_ref) {
|
|
|
16758
17353
|
}
|
|
16759
17354
|
if (process.env.NODE_ENV !== "production") {
|
|
16760
17355
|
Provider.propTypes = {
|
|
16761
|
-
store:
|
|
16762
|
-
subscribe:
|
|
16763
|
-
dispatch:
|
|
16764
|
-
getState:
|
|
17356
|
+
store: propTypes$1.exports.shape({
|
|
17357
|
+
subscribe: propTypes$1.exports.func.isRequired,
|
|
17358
|
+
dispatch: propTypes$1.exports.func.isRequired,
|
|
17359
|
+
getState: propTypes$1.exports.func.isRequired
|
|
16765
17360
|
}),
|
|
16766
|
-
context:
|
|
16767
|
-
children:
|
|
17361
|
+
context: propTypes$1.exports.object,
|
|
17362
|
+
children: propTypes$1.exports.any
|
|
16768
17363
|
};
|
|
16769
17364
|
}
|
|
16770
17365
|
function _extends$4() {
|
|
@@ -25294,14 +25889,14 @@ ListHeading.defaultProps = {
|
|
|
25294
25889
|
}
|
|
25295
25890
|
};
|
|
25296
25891
|
ListHeading.propTypes = {
|
|
25297
|
-
name:
|
|
25298
|
-
|
|
25299
|
-
|
|
25300
|
-
|
|
25892
|
+
name: propTypes$1.exports.oneOfType([
|
|
25893
|
+
propTypes$1.exports.string,
|
|
25894
|
+
propTypes$1.exports.number,
|
|
25895
|
+
propTypes$1.exports.node
|
|
25301
25896
|
]).isRequired,
|
|
25302
25897
|
actions: actionsShape,
|
|
25303
|
-
toggleNarrow:
|
|
25304
|
-
onToggleNarrow:
|
|
25898
|
+
toggleNarrow: propTypes$1.exports.bool,
|
|
25899
|
+
onToggleNarrow: propTypes$1.exports.func
|
|
25305
25900
|
};
|
|
25306
25901
|
function GrDrag(props) {
|
|
25307
25902
|
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);
|
|
@@ -25344,19 +25939,19 @@ const Name = ({ name: name2, icon: icon2, testId }) => {
|
|
|
25344
25939
|
});
|
|
25345
25940
|
};
|
|
25346
25941
|
Name.propTypes = {
|
|
25347
|
-
name:
|
|
25348
|
-
|
|
25349
|
-
|
|
25350
|
-
|
|
25942
|
+
name: propTypes$1.exports.oneOfType([
|
|
25943
|
+
propTypes$1.exports.string,
|
|
25944
|
+
propTypes$1.exports.number,
|
|
25945
|
+
propTypes$1.exports.node
|
|
25351
25946
|
]).isRequired,
|
|
25352
|
-
icon:
|
|
25353
|
-
icon:
|
|
25354
|
-
color:
|
|
25355
|
-
tooltip:
|
|
25356
|
-
text:
|
|
25947
|
+
icon: propTypes$1.exports.shape({
|
|
25948
|
+
icon: propTypes$1.exports.node,
|
|
25949
|
+
color: propTypes$1.exports.string,
|
|
25950
|
+
tooltip: propTypes$1.exports.shape({
|
|
25951
|
+
text: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string])
|
|
25357
25952
|
})
|
|
25358
25953
|
}),
|
|
25359
|
-
testId:
|
|
25954
|
+
testId: propTypes$1.exports.string
|
|
25360
25955
|
};
|
|
25361
25956
|
Name.defaultProps = {
|
|
25362
25957
|
icon: null,
|
|
@@ -25468,20 +26063,20 @@ ListSubheading.defaultProps = {
|
|
|
25468
26063
|
index: void 0
|
|
25469
26064
|
};
|
|
25470
26065
|
ListSubheading.propTypes = {
|
|
25471
|
-
item:
|
|
26066
|
+
item: propTypes$1.exports.shape({
|
|
25472
26067
|
actions: actionsShape,
|
|
25473
|
-
disabled:
|
|
25474
|
-
expanded:
|
|
25475
|
-
name:
|
|
25476
|
-
|
|
25477
|
-
|
|
25478
|
-
|
|
26068
|
+
disabled: propTypes$1.exports.bool,
|
|
26069
|
+
expanded: propTypes$1.exports.bool,
|
|
26070
|
+
name: propTypes$1.exports.oneOfType([
|
|
26071
|
+
propTypes$1.exports.string,
|
|
26072
|
+
propTypes$1.exports.number,
|
|
26073
|
+
propTypes$1.exports.node
|
|
25479
26074
|
]).isRequired,
|
|
25480
|
-
onClick:
|
|
25481
|
-
title:
|
|
25482
|
-
testId:
|
|
26075
|
+
onClick: propTypes$1.exports.func,
|
|
26076
|
+
title: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26077
|
+
testId: propTypes$1.exports.string
|
|
25483
26078
|
}).isRequired,
|
|
25484
|
-
index:
|
|
26079
|
+
index: propTypes$1.exports.number
|
|
25485
26080
|
};
|
|
25486
26081
|
const getItemStyle = (draggableProps, item2) => {
|
|
25487
26082
|
if (!draggableProps)
|
|
@@ -25758,68 +26353,68 @@ List.defaultProps = {
|
|
|
25758
26353
|
testId: void 0
|
|
25759
26354
|
};
|
|
25760
26355
|
List.propTypes = {
|
|
25761
|
-
list:
|
|
25762
|
-
name:
|
|
26356
|
+
list: propTypes$1.exports.shape({
|
|
26357
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
25763
26358
|
actions: actionsShape,
|
|
25764
|
-
items:
|
|
25765
|
-
|
|
25766
|
-
id:
|
|
25767
|
-
name:
|
|
25768
|
-
title:
|
|
25769
|
-
active:
|
|
25770
|
-
details:
|
|
25771
|
-
metadata:
|
|
25772
|
-
metaCount:
|
|
25773
|
-
invalid:
|
|
25774
|
-
content:
|
|
26359
|
+
items: propTypes$1.exports.arrayOf(
|
|
26360
|
+
propTypes$1.exports.shape({
|
|
26361
|
+
id: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
26362
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
26363
|
+
title: propTypes$1.exports.string,
|
|
26364
|
+
active: propTypes$1.exports.bool,
|
|
26365
|
+
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
26366
|
+
metadata: propTypes$1.exports.string,
|
|
26367
|
+
metaCount: propTypes$1.exports.number,
|
|
26368
|
+
invalid: propTypes$1.exports.bool,
|
|
26369
|
+
content: propTypes$1.exports.element,
|
|
25775
26370
|
actions: actionsShape,
|
|
25776
|
-
testId:
|
|
25777
|
-
icon:
|
|
25778
|
-
icon:
|
|
25779
|
-
color:
|
|
25780
|
-
tooltip:
|
|
25781
|
-
text:
|
|
25782
|
-
|
|
25783
|
-
|
|
25784
|
-
|
|
26371
|
+
testId: propTypes$1.exports.string,
|
|
26372
|
+
icon: propTypes$1.exports.shape({
|
|
26373
|
+
icon: propTypes$1.exports.node.isRequired,
|
|
26374
|
+
color: propTypes$1.exports.string.isRequired,
|
|
26375
|
+
tooltip: propTypes$1.exports.shape({
|
|
26376
|
+
text: propTypes$1.exports.oneOfType([
|
|
26377
|
+
propTypes$1.exports.string,
|
|
26378
|
+
propTypes$1.exports.number,
|
|
26379
|
+
propTypes$1.exports.node
|
|
25785
26380
|
]),
|
|
25786
|
-
error:
|
|
25787
|
-
warning:
|
|
25788
|
-
placement:
|
|
25789
|
-
enabled:
|
|
25790
|
-
maxWidth:
|
|
25791
|
-
triggerOffset:
|
|
25792
|
-
|
|
25793
|
-
|
|
26381
|
+
error: propTypes$1.exports.bool,
|
|
26382
|
+
warning: propTypes$1.exports.bool,
|
|
26383
|
+
placement: propTypes$1.exports.string,
|
|
26384
|
+
enabled: propTypes$1.exports.bool,
|
|
26385
|
+
maxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26386
|
+
triggerOffset: propTypes$1.exports.oneOfType([
|
|
26387
|
+
propTypes$1.exports.string,
|
|
26388
|
+
propTypes$1.exports.number
|
|
25794
26389
|
]),
|
|
25795
|
-
possiblePlacements:
|
|
25796
|
-
fontSize:
|
|
25797
|
-
padding:
|
|
26390
|
+
possiblePlacements: propTypes$1.exports.array,
|
|
26391
|
+
fontSize: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26392
|
+
padding: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
25798
26393
|
})
|
|
25799
26394
|
})
|
|
25800
26395
|
})
|
|
25801
26396
|
).isRequired
|
|
25802
26397
|
}).isRequired,
|
|
25803
|
-
bordered:
|
|
25804
|
-
expanding:
|
|
25805
|
-
narrow:
|
|
25806
|
-
toggleNarrow:
|
|
25807
|
-
onToggleNarrow:
|
|
25808
|
-
invokeEditOnRowClick:
|
|
25809
|
-
noHeader:
|
|
25810
|
-
draggable:
|
|
25811
|
-
onListReorder:
|
|
25812
|
-
marginBottom:
|
|
25813
|
-
height:
|
|
25814
|
-
scrollDetails:
|
|
25815
|
-
scrollable:
|
|
25816
|
-
hideScrollbar:
|
|
25817
|
-
triggerScrollToActiveItem:
|
|
25818
|
-
infiniteScroll:
|
|
25819
|
-
limit:
|
|
25820
|
-
infiniteScrollTarget:
|
|
26398
|
+
bordered: propTypes$1.exports.bool,
|
|
26399
|
+
expanding: propTypes$1.exports.bool,
|
|
26400
|
+
narrow: propTypes$1.exports.bool,
|
|
26401
|
+
toggleNarrow: propTypes$1.exports.bool,
|
|
26402
|
+
onToggleNarrow: propTypes$1.exports.func,
|
|
26403
|
+
invokeEditOnRowClick: propTypes$1.exports.bool,
|
|
26404
|
+
noHeader: propTypes$1.exports.bool,
|
|
26405
|
+
draggable: propTypes$1.exports.bool,
|
|
26406
|
+
onListReorder: propTypes$1.exports.func,
|
|
26407
|
+
marginBottom: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26408
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26409
|
+
scrollDetails: propTypes$1.exports.shape({
|
|
26410
|
+
scrollable: propTypes$1.exports.bool,
|
|
26411
|
+
hideScrollbar: propTypes$1.exports.bool,
|
|
26412
|
+
triggerScrollToActiveItem: propTypes$1.exports.bool,
|
|
26413
|
+
infiniteScroll: propTypes$1.exports.bool,
|
|
26414
|
+
limit: propTypes$1.exports.number,
|
|
26415
|
+
infiniteScrollTarget: propTypes$1.exports.string
|
|
25821
26416
|
}),
|
|
25822
|
-
testId:
|
|
26417
|
+
testId: propTypes$1.exports.string
|
|
25823
26418
|
};
|
|
25824
26419
|
const loader = "_loader_6bhnh_333";
|
|
25825
26420
|
const fullViewPortSize = "_fullViewPortSize_6bhnh_339";
|
|
@@ -25891,15 +26486,15 @@ Loader.defaultProps = {
|
|
|
25891
26486
|
theme: "dark"
|
|
25892
26487
|
};
|
|
25893
26488
|
Loader.propTypes = {
|
|
25894
|
-
fullViewPortSize:
|
|
25895
|
-
cover:
|
|
25896
|
-
width:
|
|
25897
|
-
height:
|
|
25898
|
-
text:
|
|
25899
|
-
details:
|
|
25900
|
-
children:
|
|
25901
|
-
testId:
|
|
25902
|
-
theme:
|
|
26489
|
+
fullViewPortSize: propTypes$1.exports.bool,
|
|
26490
|
+
cover: propTypes$1.exports.bool,
|
|
26491
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26492
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26493
|
+
text: propTypes$1.exports.string,
|
|
26494
|
+
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
26495
|
+
children: propTypes$1.exports.node,
|
|
26496
|
+
testId: propTypes$1.exports.string,
|
|
26497
|
+
theme: propTypes$1.exports.string
|
|
25903
26498
|
};
|
|
25904
26499
|
const inputInTable$7 = "_inputInTable_1jec4_333";
|
|
25905
26500
|
const inputHover$7 = "_inputHover_1jec4_339";
|
|
@@ -26069,26 +26664,26 @@ const Message = ({ message: message2 }) => {
|
|
|
26069
26664
|
}) : null
|
|
26070
26665
|
});
|
|
26071
26666
|
};
|
|
26072
|
-
const messageShape =
|
|
26073
|
-
visible:
|
|
26074
|
-
type:
|
|
26075
|
-
icon:
|
|
26076
|
-
heading:
|
|
26077
|
-
content:
|
|
26078
|
-
|
|
26079
|
-
|
|
26080
|
-
|
|
26667
|
+
const messageShape = propTypes$1.exports.shape({
|
|
26668
|
+
visible: propTypes$1.exports.bool,
|
|
26669
|
+
type: propTypes$1.exports.oneOf(["Info", "Success", "Warning", "Error"]),
|
|
26670
|
+
icon: propTypes$1.exports.bool,
|
|
26671
|
+
heading: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26672
|
+
content: propTypes$1.exports.oneOfType([
|
|
26673
|
+
propTypes$1.exports.string,
|
|
26674
|
+
propTypes$1.exports.number,
|
|
26675
|
+
propTypes$1.exports.node
|
|
26081
26676
|
]),
|
|
26082
|
-
details:
|
|
26083
|
-
|
|
26084
|
-
|
|
26085
|
-
|
|
26677
|
+
details: propTypes$1.exports.oneOfType([
|
|
26678
|
+
propTypes$1.exports.string,
|
|
26679
|
+
propTypes$1.exports.number,
|
|
26680
|
+
propTypes$1.exports.node
|
|
26086
26681
|
]),
|
|
26087
|
-
footer:
|
|
26088
|
-
withDismiss:
|
|
26089
|
-
onClose:
|
|
26090
|
-
width:
|
|
26091
|
-
maxHeight:
|
|
26682
|
+
footer: propTypes$1.exports.node,
|
|
26683
|
+
withDismiss: propTypes$1.exports.bool,
|
|
26684
|
+
onClose: propTypes$1.exports.func,
|
|
26685
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26686
|
+
maxHeight: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
26092
26687
|
});
|
|
26093
26688
|
Message.propTypes = {
|
|
26094
26689
|
message: messageShape.isRequired
|
|
@@ -26103,7 +26698,7 @@ const Portal = ({ id: id2, children }) => {
|
|
|
26103
26698
|
return parent ? createPortal(children, parent) : null;
|
|
26104
26699
|
};
|
|
26105
26700
|
Portal.propTypes = {
|
|
26106
|
-
id:
|
|
26701
|
+
id: propTypes$1.exports.string.isRequired
|
|
26107
26702
|
};
|
|
26108
26703
|
const wrapper$2 = "_wrapper_1d6pq_333";
|
|
26109
26704
|
const contentContainer = "_contentContainer_1d6pq_347";
|
|
@@ -26151,10 +26746,10 @@ Modal.defaultProps = {
|
|
|
26151
26746
|
width: "100%"
|
|
26152
26747
|
};
|
|
26153
26748
|
Modal.propTypes = {
|
|
26154
|
-
children:
|
|
26155
|
-
visible:
|
|
26156
|
-
centered:
|
|
26157
|
-
width:
|
|
26749
|
+
children: propTypes$1.exports.node.isRequired,
|
|
26750
|
+
visible: propTypes$1.exports.bool,
|
|
26751
|
+
centered: propTypes$1.exports.bool,
|
|
26752
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
26158
26753
|
};
|
|
26159
26754
|
const menu$1 = "_menu_1h557_333";
|
|
26160
26755
|
const header = "_header_1h557_344";
|
|
@@ -26288,18 +26883,18 @@ OptionDropdown.defaultProps = {
|
|
|
26288
26883
|
maxHeight: "40vh"
|
|
26289
26884
|
};
|
|
26290
26885
|
OptionDropdown.propTypes = {
|
|
26291
|
-
name:
|
|
26292
|
-
label:
|
|
26293
|
-
options:
|
|
26294
|
-
|
|
26295
|
-
label:
|
|
26296
|
-
value:
|
|
26297
|
-
selected:
|
|
26886
|
+
name: propTypes$1.exports.string,
|
|
26887
|
+
label: propTypes$1.exports.string.isRequired,
|
|
26888
|
+
options: propTypes$1.exports.arrayOf(
|
|
26889
|
+
propTypes$1.exports.shape({
|
|
26890
|
+
label: propTypes$1.exports.string,
|
|
26891
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
26892
|
+
selected: propTypes$1.exports.bool
|
|
26298
26893
|
})
|
|
26299
26894
|
).isRequired,
|
|
26300
|
-
onChange:
|
|
26301
|
-
showHeader:
|
|
26302
|
-
maxHeight:
|
|
26895
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
26896
|
+
showHeader: propTypes$1.exports.bool,
|
|
26897
|
+
maxHeight: propTypes$1.exports.string
|
|
26303
26898
|
};
|
|
26304
26899
|
const page = "_page_1hv80_333";
|
|
26305
26900
|
const scroll2 = "_scroll_1hv80_355";
|
|
@@ -26323,15 +26918,15 @@ Page.defaultProps = {
|
|
|
26323
26918
|
top: "60px"
|
|
26324
26919
|
};
|
|
26325
26920
|
Page.propTypes = {
|
|
26326
|
-
children:
|
|
26327
|
-
padding:
|
|
26328
|
-
|
|
26329
|
-
|
|
26330
|
-
|
|
26921
|
+
children: propTypes$1.exports.node,
|
|
26922
|
+
padding: propTypes$1.exports.oneOfType([
|
|
26923
|
+
propTypes$1.exports.bool,
|
|
26924
|
+
propTypes$1.exports.string,
|
|
26925
|
+
propTypes$1.exports.number
|
|
26331
26926
|
]),
|
|
26332
|
-
left:
|
|
26333
|
-
scroll:
|
|
26334
|
-
top:
|
|
26927
|
+
left: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]),
|
|
26928
|
+
scroll: propTypes$1.exports.bool,
|
|
26929
|
+
top: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string])
|
|
26335
26930
|
};
|
|
26336
26931
|
const inputInTable$6 = "_inputInTable_v6efs_333";
|
|
26337
26932
|
const inputHover$6 = "_inputHover_v6efs_339";
|
|
@@ -26469,11 +27064,11 @@ const NativeSelect = ({
|
|
|
26469
27064
|
});
|
|
26470
27065
|
};
|
|
26471
27066
|
const selectOptionShape$1 = {
|
|
26472
|
-
label:
|
|
26473
|
-
value:
|
|
26474
|
-
|
|
26475
|
-
|
|
26476
|
-
|
|
27067
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
27068
|
+
value: propTypes$1.exports.oneOfType([
|
|
27069
|
+
propTypes$1.exports.number,
|
|
27070
|
+
propTypes$1.exports.string,
|
|
27071
|
+
propTypes$1.exports.bool
|
|
26477
27072
|
]).isRequired
|
|
26478
27073
|
};
|
|
26479
27074
|
NativeSelect.defaultProps = {
|
|
@@ -26498,41 +27093,41 @@ NativeSelect.defaultProps = {
|
|
|
26498
27093
|
isInTable: false
|
|
26499
27094
|
};
|
|
26500
27095
|
const NativeSelectShape = {
|
|
26501
|
-
borderRadius:
|
|
26502
|
-
disabled:
|
|
26503
|
-
error:
|
|
26504
|
-
|
|
26505
|
-
|
|
26506
|
-
|
|
27096
|
+
borderRadius: propTypes$1.exports.number,
|
|
27097
|
+
disabled: propTypes$1.exports.bool,
|
|
27098
|
+
error: propTypes$1.exports.oneOfType([
|
|
27099
|
+
propTypes$1.exports.string,
|
|
27100
|
+
propTypes$1.exports.number,
|
|
27101
|
+
propTypes$1.exports.node
|
|
26507
27102
|
]),
|
|
26508
|
-
warning:
|
|
26509
|
-
|
|
26510
|
-
|
|
26511
|
-
|
|
27103
|
+
warning: propTypes$1.exports.oneOfType([
|
|
27104
|
+
propTypes$1.exports.string,
|
|
27105
|
+
propTypes$1.exports.number,
|
|
27106
|
+
propTypes$1.exports.node
|
|
26512
27107
|
]),
|
|
26513
|
-
tooltip:
|
|
26514
|
-
|
|
26515
|
-
|
|
26516
|
-
|
|
27108
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
27109
|
+
propTypes$1.exports.string,
|
|
27110
|
+
propTypes$1.exports.number,
|
|
27111
|
+
propTypes$1.exports.node
|
|
26517
27112
|
]),
|
|
26518
|
-
options:
|
|
26519
|
-
onChange:
|
|
26520
|
-
onFocus:
|
|
26521
|
-
onBlur:
|
|
26522
|
-
right:
|
|
26523
|
-
small:
|
|
26524
|
-
tabIndex:
|
|
26525
|
-
selectedOption:
|
|
26526
|
-
width:
|
|
26527
|
-
groupOrder:
|
|
26528
|
-
testId:
|
|
26529
|
-
isInTable:
|
|
27113
|
+
options: propTypes$1.exports.arrayOf(propTypes$1.exports.shape(selectOptionShape$1)).isRequired,
|
|
27114
|
+
onChange: propTypes$1.exports.func,
|
|
27115
|
+
onFocus: propTypes$1.exports.func,
|
|
27116
|
+
onBlur: propTypes$1.exports.func,
|
|
27117
|
+
right: propTypes$1.exports.bool,
|
|
27118
|
+
small: propTypes$1.exports.bool,
|
|
27119
|
+
tabIndex: propTypes$1.exports.number,
|
|
27120
|
+
selectedOption: propTypes$1.exports.shape(selectOptionShape$1),
|
|
27121
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
27122
|
+
groupOrder: propTypes$1.exports.string,
|
|
27123
|
+
testId: propTypes$1.exports.string,
|
|
27124
|
+
isInTable: propTypes$1.exports.bool
|
|
26530
27125
|
};
|
|
26531
27126
|
NativeSelect.propTypes = NativeSelectShape;
|
|
26532
27127
|
var reactKeyboardEventHandler = { exports: {} };
|
|
26533
27128
|
(function(module, exports) {
|
|
26534
27129
|
!function(e2, t) {
|
|
26535
|
-
module.exports = t(React__default,
|
|
27130
|
+
module.exports = t(React__default, propTypes$1.exports);
|
|
26536
27131
|
}(window, function(e2, t) {
|
|
26537
27132
|
return function(e3) {
|
|
26538
27133
|
var t2 = {};
|
|
@@ -27688,7 +28283,7 @@ Input.defaultProps = {
|
|
|
27688
28283
|
placeholder: "Select..."
|
|
27689
28284
|
};
|
|
27690
28285
|
Input.propTypes = {
|
|
27691
|
-
placeholder:
|
|
28286
|
+
placeholder: propTypes$1.exports.string
|
|
27692
28287
|
};
|
|
27693
28288
|
const Trigger = ({
|
|
27694
28289
|
selectedOptions,
|
|
@@ -28253,37 +28848,37 @@ const CustomSelect = ({
|
|
|
28253
28848
|
})
|
|
28254
28849
|
});
|
|
28255
28850
|
};
|
|
28256
|
-
const selectOptionShape =
|
|
28257
|
-
|
|
28258
|
-
label:
|
|
28259
|
-
value:
|
|
28260
|
-
|
|
28261
|
-
|
|
28262
|
-
|
|
28851
|
+
const selectOptionShape = propTypes$1.exports.oneOfType([
|
|
28852
|
+
propTypes$1.exports.shape({
|
|
28853
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
28854
|
+
value: propTypes$1.exports.oneOfType([
|
|
28855
|
+
propTypes$1.exports.number,
|
|
28856
|
+
propTypes$1.exports.string,
|
|
28857
|
+
propTypes$1.exports.bool
|
|
28263
28858
|
]).isRequired,
|
|
28264
|
-
icon:
|
|
28859
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.node, propTypes$1.exports.string]),
|
|
28265
28860
|
actions: actionsShape,
|
|
28266
|
-
testId:
|
|
28861
|
+
testId: propTypes$1.exports.string
|
|
28267
28862
|
}),
|
|
28268
|
-
|
|
28269
|
-
label:
|
|
28270
|
-
type:
|
|
28863
|
+
propTypes$1.exports.shape({
|
|
28864
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
28865
|
+
type: propTypes$1.exports.string
|
|
28271
28866
|
})
|
|
28272
28867
|
]);
|
|
28273
28868
|
const selectedOptionShape = {
|
|
28274
|
-
label:
|
|
28275
|
-
value:
|
|
28276
|
-
|
|
28277
|
-
|
|
28278
|
-
|
|
28869
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
28870
|
+
value: propTypes$1.exports.oneOfType([
|
|
28871
|
+
propTypes$1.exports.number,
|
|
28872
|
+
propTypes$1.exports.string,
|
|
28873
|
+
propTypes$1.exports.bool
|
|
28279
28874
|
]).isRequired
|
|
28280
28875
|
};
|
|
28281
|
-
const selectedOptionsShape =
|
|
28282
|
-
|
|
28283
|
-
|
|
28284
|
-
|
|
28285
|
-
|
|
28286
|
-
|
|
28876
|
+
const selectedOptionsShape = propTypes$1.exports.oneOfType([
|
|
28877
|
+
propTypes$1.exports.string,
|
|
28878
|
+
propTypes$1.exports.number,
|
|
28879
|
+
propTypes$1.exports.shape(selectedOptionShape),
|
|
28880
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.shape(selectedOptionShape)),
|
|
28881
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]))
|
|
28287
28882
|
]);
|
|
28288
28883
|
CustomSelect.defaultProps = {
|
|
28289
28884
|
multi: false,
|
|
@@ -28313,41 +28908,41 @@ CustomSelect.defaultProps = {
|
|
|
28313
28908
|
testId: void 0
|
|
28314
28909
|
};
|
|
28315
28910
|
const CustomSelectShape = {
|
|
28316
|
-
multi:
|
|
28317
|
-
disabled:
|
|
28318
|
-
error:
|
|
28319
|
-
|
|
28320
|
-
|
|
28321
|
-
|
|
28911
|
+
multi: propTypes$1.exports.bool,
|
|
28912
|
+
disabled: propTypes$1.exports.bool,
|
|
28913
|
+
error: propTypes$1.exports.oneOfType([
|
|
28914
|
+
propTypes$1.exports.string,
|
|
28915
|
+
propTypes$1.exports.number,
|
|
28916
|
+
propTypes$1.exports.node
|
|
28322
28917
|
]),
|
|
28323
|
-
warning:
|
|
28324
|
-
|
|
28325
|
-
|
|
28326
|
-
|
|
28918
|
+
warning: propTypes$1.exports.oneOfType([
|
|
28919
|
+
propTypes$1.exports.string,
|
|
28920
|
+
propTypes$1.exports.number,
|
|
28921
|
+
propTypes$1.exports.node
|
|
28327
28922
|
]),
|
|
28328
|
-
tooltip:
|
|
28329
|
-
|
|
28330
|
-
|
|
28331
|
-
|
|
28923
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
28924
|
+
propTypes$1.exports.string,
|
|
28925
|
+
propTypes$1.exports.number,
|
|
28926
|
+
propTypes$1.exports.node
|
|
28332
28927
|
]),
|
|
28333
|
-
options:
|
|
28928
|
+
options: propTypes$1.exports.arrayOf(selectOptionShape).isRequired,
|
|
28334
28929
|
selectedOptions: selectedOptionsShape,
|
|
28335
|
-
onChange:
|
|
28336
|
-
onCreate:
|
|
28337
|
-
placeholder:
|
|
28338
|
-
small:
|
|
28339
|
-
tabIndex:
|
|
28340
|
-
width:
|
|
28341
|
-
autoLayerWidth:
|
|
28342
|
-
onFocus:
|
|
28343
|
-
onBlur:
|
|
28344
|
-
searchable:
|
|
28345
|
-
clearable:
|
|
28346
|
-
isInTable:
|
|
28347
|
-
groupOrder:
|
|
28348
|
-
firstSelectedOptionIndex:
|
|
28349
|
-
right:
|
|
28350
|
-
testId:
|
|
28930
|
+
onChange: propTypes$1.exports.func,
|
|
28931
|
+
onCreate: propTypes$1.exports.func,
|
|
28932
|
+
placeholder: propTypes$1.exports.string,
|
|
28933
|
+
small: propTypes$1.exports.bool,
|
|
28934
|
+
tabIndex: propTypes$1.exports.number,
|
|
28935
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
28936
|
+
autoLayerWidth: propTypes$1.exports.bool,
|
|
28937
|
+
onFocus: propTypes$1.exports.func,
|
|
28938
|
+
onBlur: propTypes$1.exports.func,
|
|
28939
|
+
searchable: propTypes$1.exports.bool,
|
|
28940
|
+
clearable: propTypes$1.exports.bool,
|
|
28941
|
+
isInTable: propTypes$1.exports.bool,
|
|
28942
|
+
groupOrder: propTypes$1.exports.string,
|
|
28943
|
+
firstSelectedOptionIndex: propTypes$1.exports.number,
|
|
28944
|
+
right: propTypes$1.exports.bool,
|
|
28945
|
+
testId: propTypes$1.exports.string
|
|
28351
28946
|
};
|
|
28352
28947
|
CustomSelect.propTypes = CustomSelectShape;
|
|
28353
28948
|
const isMulti = (selectedOptions) => selectedOptions instanceof Array;
|
|
@@ -28556,46 +29151,46 @@ Select.defaultProps = {
|
|
|
28556
29151
|
testId: void 0
|
|
28557
29152
|
};
|
|
28558
29153
|
const SelectShape = {
|
|
28559
|
-
name:
|
|
28560
|
-
disabled:
|
|
28561
|
-
error:
|
|
28562
|
-
|
|
28563
|
-
|
|
28564
|
-
|
|
29154
|
+
name: propTypes$1.exports.string,
|
|
29155
|
+
disabled: propTypes$1.exports.bool,
|
|
29156
|
+
error: propTypes$1.exports.oneOfType([
|
|
29157
|
+
propTypes$1.exports.string,
|
|
29158
|
+
propTypes$1.exports.number,
|
|
29159
|
+
propTypes$1.exports.node
|
|
28565
29160
|
]),
|
|
28566
|
-
warning:
|
|
28567
|
-
|
|
28568
|
-
|
|
28569
|
-
|
|
29161
|
+
warning: propTypes$1.exports.oneOfType([
|
|
29162
|
+
propTypes$1.exports.string,
|
|
29163
|
+
propTypes$1.exports.number,
|
|
29164
|
+
propTypes$1.exports.node
|
|
28570
29165
|
]),
|
|
28571
|
-
tooltip:
|
|
28572
|
-
|
|
28573
|
-
|
|
28574
|
-
|
|
29166
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
29167
|
+
propTypes$1.exports.string,
|
|
29168
|
+
propTypes$1.exports.number,
|
|
29169
|
+
propTypes$1.exports.node
|
|
28575
29170
|
]),
|
|
28576
|
-
options:
|
|
29171
|
+
options: propTypes$1.exports.arrayOf(selectOptionShape).isRequired,
|
|
28577
29172
|
value: selectedOptionsShape,
|
|
28578
|
-
onChange:
|
|
28579
|
-
onCreate:
|
|
28580
|
-
small:
|
|
28581
|
-
tabIndex:
|
|
28582
|
-
width:
|
|
28583
|
-
autoLayerWidth:
|
|
28584
|
-
onFocus:
|
|
28585
|
-
onBlur:
|
|
28586
|
-
searchable:
|
|
28587
|
-
clearable:
|
|
28588
|
-
maxTooltipWidth:
|
|
28589
|
-
autoScroll:
|
|
28590
|
-
checkNonExistentValues:
|
|
28591
|
-
testId:
|
|
28592
|
-
closeOnOptionActionClick:
|
|
28593
|
-
borderRadius:
|
|
28594
|
-
deprecatedEventHandler:
|
|
28595
|
-
isInTable:
|
|
28596
|
-
right:
|
|
28597
|
-
};
|
|
28598
|
-
Select.propTypes =
|
|
29173
|
+
onChange: propTypes$1.exports.func,
|
|
29174
|
+
onCreate: propTypes$1.exports.func,
|
|
29175
|
+
small: propTypes$1.exports.bool,
|
|
29176
|
+
tabIndex: propTypes$1.exports.number,
|
|
29177
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
29178
|
+
autoLayerWidth: propTypes$1.exports.bool,
|
|
29179
|
+
onFocus: propTypes$1.exports.func,
|
|
29180
|
+
onBlur: propTypes$1.exports.func,
|
|
29181
|
+
searchable: propTypes$1.exports.bool,
|
|
29182
|
+
clearable: propTypes$1.exports.bool,
|
|
29183
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
29184
|
+
autoScroll: propTypes$1.exports.bool,
|
|
29185
|
+
checkNonExistentValues: propTypes$1.exports.bool,
|
|
29186
|
+
testId: propTypes$1.exports.string,
|
|
29187
|
+
closeOnOptionActionClick: propTypes$1.exports.bool,
|
|
29188
|
+
borderRadius: propTypes$1.exports.number,
|
|
29189
|
+
deprecatedEventHandler: propTypes$1.exports.bool,
|
|
29190
|
+
isInTable: propTypes$1.exports.bool,
|
|
29191
|
+
right: propTypes$1.exports.bool
|
|
29192
|
+
};
|
|
29193
|
+
Select.propTypes = propTypes$1.exports.shape(SelectShape).isRequired;
|
|
28599
29194
|
const selectedRowsPerPage = (options, value) => {
|
|
28600
29195
|
return value || options && options.reduce((acc, row2) => {
|
|
28601
29196
|
return row2.selected ? row2.value : acc;
|
|
@@ -28736,27 +29331,27 @@ const Pagination = ({ pagination: pagination2 }) => {
|
|
|
28736
29331
|
]
|
|
28737
29332
|
});
|
|
28738
29333
|
};
|
|
28739
|
-
const paginationShape =
|
|
28740
|
-
rowCount:
|
|
28741
|
-
selectedPage:
|
|
28742
|
-
rowsPerPage:
|
|
28743
|
-
onChange:
|
|
28744
|
-
options:
|
|
28745
|
-
|
|
28746
|
-
label:
|
|
28747
|
-
value:
|
|
28748
|
-
selected:
|
|
29334
|
+
const paginationShape = propTypes$1.exports.shape({
|
|
29335
|
+
rowCount: propTypes$1.exports.number.isRequired,
|
|
29336
|
+
selectedPage: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
29337
|
+
rowsPerPage: propTypes$1.exports.shape({
|
|
29338
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
29339
|
+
options: propTypes$1.exports.arrayOf(
|
|
29340
|
+
propTypes$1.exports.shape({
|
|
29341
|
+
label: propTypes$1.exports.string.isRequired,
|
|
29342
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
29343
|
+
selected: propTypes$1.exports.bool
|
|
28749
29344
|
})
|
|
28750
29345
|
).isRequired,
|
|
28751
|
-
value:
|
|
28752
|
-
|
|
28753
|
-
|
|
28754
|
-
|
|
29346
|
+
value: propTypes$1.exports.oneOfType([
|
|
29347
|
+
propTypes$1.exports.object,
|
|
29348
|
+
propTypes$1.exports.string,
|
|
29349
|
+
propTypes$1.exports.number
|
|
28755
29350
|
])
|
|
28756
29351
|
}),
|
|
28757
|
-
onSelectPage:
|
|
28758
|
-
small:
|
|
28759
|
-
errorMessageTemplate:
|
|
29352
|
+
onSelectPage: propTypes$1.exports.func,
|
|
29353
|
+
small: propTypes$1.exports.bool,
|
|
29354
|
+
errorMessageTemplate: propTypes$1.exports.string
|
|
28760
29355
|
});
|
|
28761
29356
|
Pagination.propTypes = {
|
|
28762
29357
|
pagination: paginationShape.isRequired
|
|
@@ -28843,14 +29438,14 @@ const Popover = ({
|
|
|
28843
29438
|
});
|
|
28844
29439
|
};
|
|
28845
29440
|
Popover.propTypes = {
|
|
28846
|
-
content:
|
|
28847
|
-
closeOnOutsideClick:
|
|
28848
|
-
placement:
|
|
28849
|
-
fullWidth:
|
|
28850
|
-
showCloseButton:
|
|
28851
|
-
testId:
|
|
28852
|
-
disabled:
|
|
28853
|
-
overflowContainer:
|
|
29441
|
+
content: propTypes$1.exports.node,
|
|
29442
|
+
closeOnOutsideClick: propTypes$1.exports.bool,
|
|
29443
|
+
placement: propTypes$1.exports.string,
|
|
29444
|
+
fullWidth: propTypes$1.exports.bool,
|
|
29445
|
+
showCloseButton: propTypes$1.exports.bool,
|
|
29446
|
+
testId: propTypes$1.exports.string,
|
|
29447
|
+
disabled: propTypes$1.exports.bool,
|
|
29448
|
+
overflowContainer: propTypes$1.exports.bool
|
|
28854
29449
|
};
|
|
28855
29450
|
Popover.defaultProps = {
|
|
28856
29451
|
content: null,
|
|
@@ -28876,9 +29471,9 @@ PrintHeader.defaultProps = {
|
|
|
28876
29471
|
logoWidth: "100px"
|
|
28877
29472
|
};
|
|
28878
29473
|
PrintHeader.defaultProps = {
|
|
28879
|
-
logo:
|
|
28880
|
-
logoWidth:
|
|
28881
|
-
alt:
|
|
29474
|
+
logo: propTypes$1.exports.node.isRequired,
|
|
29475
|
+
logoWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]),
|
|
29476
|
+
alt: propTypes$1.exports.string.isRequired
|
|
28882
29477
|
};
|
|
28883
29478
|
const progress$1 = "_progress_23ror_1";
|
|
28884
29479
|
const inverted = "_inverted_23ror_9";
|
|
@@ -28956,12 +29551,12 @@ ProgressBar$1.defaultProps = {
|
|
|
28956
29551
|
noLabel: false
|
|
28957
29552
|
};
|
|
28958
29553
|
ProgressBar$1.propTypes = {
|
|
28959
|
-
width:
|
|
28960
|
-
colored:
|
|
28961
|
-
inverted:
|
|
28962
|
-
percentage:
|
|
28963
|
-
showProgressColors:
|
|
28964
|
-
noLabel:
|
|
29554
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
29555
|
+
colored: propTypes$1.exports.bool,
|
|
29556
|
+
inverted: propTypes$1.exports.bool,
|
|
29557
|
+
percentage: propTypes$1.exports.number,
|
|
29558
|
+
showProgressColors: propTypes$1.exports.bool,
|
|
29559
|
+
noLabel: propTypes$1.exports.bool
|
|
28965
29560
|
};
|
|
28966
29561
|
const wrapper = "_wrapper_7ev01_333";
|
|
28967
29562
|
const inline$1 = "_inline_7ev01_333";
|
|
@@ -29107,34 +29702,34 @@ RadioButton.defaultProps = {
|
|
|
29107
29702
|
classForContainer: "grouped fields"
|
|
29108
29703
|
};
|
|
29109
29704
|
const RadioButtonShapeDeprecated = {
|
|
29110
|
-
radioButtonsData:
|
|
29111
|
-
inline:
|
|
29112
|
-
mainLabel:
|
|
29113
|
-
onClick:
|
|
29114
|
-
disabled:
|
|
29115
|
-
classForContainer:
|
|
29116
|
-
};
|
|
29117
|
-
const radioOptionShape =
|
|
29118
|
-
label:
|
|
29119
|
-
value:
|
|
29120
|
-
testId:
|
|
29121
|
-
helpText:
|
|
29122
|
-
onClickHelp:
|
|
29705
|
+
radioButtonsData: propTypes$1.exports.arrayOf(propTypes$1.exports.object).isRequired,
|
|
29706
|
+
inline: propTypes$1.exports.bool,
|
|
29707
|
+
mainLabel: propTypes$1.exports.string,
|
|
29708
|
+
onClick: propTypes$1.exports.func,
|
|
29709
|
+
disabled: propTypes$1.exports.bool,
|
|
29710
|
+
classForContainer: propTypes$1.exports.string
|
|
29711
|
+
};
|
|
29712
|
+
const radioOptionShape = propTypes$1.exports.shape({
|
|
29713
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
29714
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
29715
|
+
testId: propTypes$1.exports.string,
|
|
29716
|
+
helpText: propTypes$1.exports.string,
|
|
29717
|
+
onClickHelp: propTypes$1.exports.func
|
|
29123
29718
|
});
|
|
29124
29719
|
const RadioButtonShape = {
|
|
29125
|
-
name:
|
|
29126
|
-
noMargin:
|
|
29127
|
-
label:
|
|
29128
|
-
options:
|
|
29720
|
+
name: propTypes$1.exports.string,
|
|
29721
|
+
noMargin: propTypes$1.exports.bool,
|
|
29722
|
+
label: propTypes$1.exports.string,
|
|
29723
|
+
options: propTypes$1.exports.arrayOf(radioOptionShape).isRequired,
|
|
29129
29724
|
value: radioOptionShape,
|
|
29130
|
-
inline:
|
|
29131
|
-
disabled:
|
|
29132
|
-
small:
|
|
29133
|
-
onChange:
|
|
29134
|
-
};
|
|
29135
|
-
RadioButton.propTypes =
|
|
29136
|
-
|
|
29137
|
-
|
|
29725
|
+
inline: propTypes$1.exports.bool,
|
|
29726
|
+
disabled: propTypes$1.exports.bool,
|
|
29727
|
+
small: propTypes$1.exports.bool,
|
|
29728
|
+
onChange: propTypes$1.exports.func
|
|
29729
|
+
};
|
|
29730
|
+
RadioButton.propTypes = propTypes$1.exports.oneOfType([
|
|
29731
|
+
propTypes$1.exports.shape(RadioButtonShape),
|
|
29732
|
+
propTypes$1.exports.shape(RadioButtonShapeDeprecated)
|
|
29138
29733
|
]).isRequired;
|
|
29139
29734
|
var makeError = { exports: {} };
|
|
29140
29735
|
(function(module, exports) {
|
|
@@ -55672,7 +56267,7 @@ RichTextToolbar.defaultProps = {
|
|
|
55672
56267
|
disabled: false
|
|
55673
56268
|
};
|
|
55674
56269
|
RichTextToolbar.propTypes = {
|
|
55675
|
-
disabled:
|
|
56270
|
+
disabled: propTypes$1.exports.bool
|
|
55676
56271
|
};
|
|
55677
56272
|
const inputInTable$4 = "_inputInTable_12bel_333";
|
|
55678
56273
|
const inputHover$4 = "_inputHover_12bel_339";
|
|
@@ -55741,10 +56336,10 @@ RichTextInput.defaultProps = {
|
|
|
55741
56336
|
value: null
|
|
55742
56337
|
};
|
|
55743
56338
|
RichTextInput.propTypes = {
|
|
55744
|
-
disabled:
|
|
55745
|
-
onChange:
|
|
55746
|
-
placeholder:
|
|
55747
|
-
value:
|
|
56339
|
+
disabled: propTypes$1.exports.bool,
|
|
56340
|
+
onChange: propTypes$1.exports.func,
|
|
56341
|
+
placeholder: propTypes$1.exports.string,
|
|
56342
|
+
value: propTypes$1.exports.string
|
|
55748
56343
|
};
|
|
55749
56344
|
const row = "_row_19xw9_333";
|
|
55750
56345
|
const styles$d = {
|
|
@@ -55797,16 +56392,16 @@ Row$1.defaultProps = {
|
|
|
55797
56392
|
testId: null
|
|
55798
56393
|
};
|
|
55799
56394
|
Row$1.propTypes = {
|
|
55800
|
-
alignItems:
|
|
55801
|
-
justifyContent:
|
|
55802
|
-
children:
|
|
55803
|
-
flex:
|
|
55804
|
-
height:
|
|
55805
|
-
marginBottom:
|
|
55806
|
-
marginTop:
|
|
55807
|
-
spacing:
|
|
55808
|
-
wrap:
|
|
55809
|
-
testId:
|
|
56395
|
+
alignItems: propTypes$1.exports.string,
|
|
56396
|
+
justifyContent: propTypes$1.exports.string,
|
|
56397
|
+
children: propTypes$1.exports.node,
|
|
56398
|
+
flex: propTypes$1.exports.bool,
|
|
56399
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
56400
|
+
marginBottom: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
56401
|
+
marginTop: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
56402
|
+
spacing: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
56403
|
+
wrap: propTypes$1.exports.bool,
|
|
56404
|
+
testId: propTypes$1.exports.string
|
|
55810
56405
|
};
|
|
55811
56406
|
var hasElementType = typeof Element !== "undefined";
|
|
55812
56407
|
var hasMap = typeof Map === "function";
|
|
@@ -56077,29 +56672,29 @@ SideBar.defaultProps = {
|
|
|
56077
56672
|
top: void 0
|
|
56078
56673
|
};
|
|
56079
56674
|
SideBar.propTypes = {
|
|
56080
|
-
options:
|
|
56081
|
-
title:
|
|
56082
|
-
sections:
|
|
56083
|
-
|
|
56084
|
-
heading:
|
|
56085
|
-
items:
|
|
56086
|
-
|
|
56087
|
-
label:
|
|
56088
|
-
value:
|
|
56089
|
-
icon:
|
|
56090
|
-
onClick:
|
|
56091
|
-
isActive:
|
|
56092
|
-
isExperimental:
|
|
56093
|
-
invalid:
|
|
56094
|
-
testId:
|
|
56675
|
+
options: propTypes$1.exports.shape({
|
|
56676
|
+
title: propTypes$1.exports.string.isRequired,
|
|
56677
|
+
sections: propTypes$1.exports.arrayOf(
|
|
56678
|
+
propTypes$1.exports.shape({
|
|
56679
|
+
heading: propTypes$1.exports.string.isRequired,
|
|
56680
|
+
items: propTypes$1.exports.arrayOf(
|
|
56681
|
+
propTypes$1.exports.shape({
|
|
56682
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
56683
|
+
value: propTypes$1.exports.string.isRequired,
|
|
56684
|
+
icon: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
56685
|
+
onClick: propTypes$1.exports.func.isRequired,
|
|
56686
|
+
isActive: propTypes$1.exports.bool,
|
|
56687
|
+
isExperimental: propTypes$1.exports.bool,
|
|
56688
|
+
invalid: propTypes$1.exports.bool,
|
|
56689
|
+
testId: propTypes$1.exports.string
|
|
56095
56690
|
})
|
|
56096
56691
|
).isRequired
|
|
56097
56692
|
})
|
|
56098
56693
|
).isRequired
|
|
56099
56694
|
}).isRequired,
|
|
56100
|
-
startOpen:
|
|
56101
|
-
onShiftClickToggleOpen:
|
|
56102
|
-
top:
|
|
56695
|
+
startOpen: propTypes$1.exports.bool,
|
|
56696
|
+
onShiftClickToggleOpen: propTypes$1.exports.func,
|
|
56697
|
+
top: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
56103
56698
|
};
|
|
56104
56699
|
function _defineProperty$7(obj, key2, value) {
|
|
56105
56700
|
if (key2 in obj) {
|
|
@@ -58298,41 +58893,41 @@ Slider.defaultProps = {
|
|
|
58298
58893
|
}
|
|
58299
58894
|
};
|
|
58300
58895
|
Slider.propTypes = {
|
|
58301
|
-
name:
|
|
58302
|
-
label:
|
|
58303
|
-
|
|
58304
|
-
|
|
58305
|
-
|
|
58896
|
+
name: propTypes$1.exports.string,
|
|
58897
|
+
label: propTypes$1.exports.oneOfType([
|
|
58898
|
+
propTypes$1.exports.string,
|
|
58899
|
+
propTypes$1.exports.number,
|
|
58900
|
+
propTypes$1.exports.node
|
|
58306
58901
|
]),
|
|
58307
|
-
width:
|
|
58308
|
-
labelWidth:
|
|
58309
|
-
value:
|
|
58310
|
-
min:
|
|
58311
|
-
max:
|
|
58312
|
-
step:
|
|
58313
|
-
marks:
|
|
58314
|
-
|
|
58315
|
-
value:
|
|
58316
|
-
label:
|
|
58317
|
-
|
|
58318
|
-
|
|
58319
|
-
|
|
58902
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
58903
|
+
labelWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
58904
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.array]).isRequired,
|
|
58905
|
+
min: propTypes$1.exports.number.isRequired,
|
|
58906
|
+
max: propTypes$1.exports.number.isRequired,
|
|
58907
|
+
step: propTypes$1.exports.number,
|
|
58908
|
+
marks: propTypes$1.exports.arrayOf(
|
|
58909
|
+
propTypes$1.exports.shape({
|
|
58910
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
58911
|
+
label: propTypes$1.exports.oneOfType([
|
|
58912
|
+
propTypes$1.exports.number,
|
|
58913
|
+
propTypes$1.exports.string,
|
|
58914
|
+
propTypes$1.exports.node
|
|
58320
58915
|
]),
|
|
58321
|
-
tooltip:
|
|
58322
|
-
|
|
58323
|
-
|
|
58324
|
-
|
|
58916
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
58917
|
+
propTypes$1.exports.number,
|
|
58918
|
+
propTypes$1.exports.string,
|
|
58919
|
+
propTypes$1.exports.node
|
|
58325
58920
|
])
|
|
58326
58921
|
})
|
|
58327
58922
|
),
|
|
58328
|
-
onChange:
|
|
58329
|
-
showArrows:
|
|
58330
|
-
showTooltip:
|
|
58331
|
-
tooltipFormatter:
|
|
58332
|
-
disabled:
|
|
58333
|
-
range:
|
|
58334
|
-
small:
|
|
58335
|
-
vertical:
|
|
58923
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
58924
|
+
showArrows: propTypes$1.exports.bool,
|
|
58925
|
+
showTooltip: propTypes$1.exports.bool,
|
|
58926
|
+
tooltipFormatter: propTypes$1.exports.func,
|
|
58927
|
+
disabled: propTypes$1.exports.bool,
|
|
58928
|
+
range: propTypes$1.exports.bool,
|
|
58929
|
+
small: propTypes$1.exports.bool,
|
|
58930
|
+
vertical: propTypes$1.exports.object
|
|
58336
58931
|
};
|
|
58337
58932
|
const Spacer = ({ height, width, flex }) => /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
58338
58933
|
style: {
|
|
@@ -58349,9 +58944,9 @@ Spacer.defaultProps = {
|
|
|
58349
58944
|
flex: false
|
|
58350
58945
|
};
|
|
58351
58946
|
Spacer.propTypes = {
|
|
58352
|
-
height:
|
|
58353
|
-
width:
|
|
58354
|
-
flex:
|
|
58947
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
58948
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
58949
|
+
flex: propTypes$1.exports.bool
|
|
58355
58950
|
};
|
|
58356
58951
|
const inputInTable$2 = "_inputInTable_354jl_333";
|
|
58357
58952
|
const inputHover$2 = "_inputHover_354jl_339";
|
|
@@ -58445,14 +59040,14 @@ Title$1.defaultProps = {
|
|
|
58445
59040
|
};
|
|
58446
59041
|
Title$1.propTypes = {
|
|
58447
59042
|
actions: actionsShape,
|
|
58448
|
-
actionsRight:
|
|
58449
|
-
colSpan:
|
|
58450
|
-
name:
|
|
58451
|
-
|
|
58452
|
-
|
|
58453
|
-
|
|
59043
|
+
actionsRight: propTypes$1.exports.bool,
|
|
59044
|
+
colSpan: propTypes$1.exports.number.isRequired,
|
|
59045
|
+
name: propTypes$1.exports.oneOfType([
|
|
59046
|
+
propTypes$1.exports.string,
|
|
59047
|
+
propTypes$1.exports.number,
|
|
59048
|
+
propTypes$1.exports.node
|
|
58454
59049
|
]),
|
|
58455
|
-
testId:
|
|
59050
|
+
testId: propTypes$1.exports.string
|
|
58456
59051
|
};
|
|
58457
59052
|
const cellWrapperPadding$1 = "_cellWrapperPadding_1qrjr_333";
|
|
58458
59053
|
const flexBlock$1 = "_flexBlock_1qrjr_336";
|
|
@@ -58518,9 +59113,9 @@ Footer.defaultProps = {
|
|
|
58518
59113
|
};
|
|
58519
59114
|
Footer.propTypes = {
|
|
58520
59115
|
actions: actionsShape,
|
|
58521
|
-
colSpan:
|
|
59116
|
+
colSpan: propTypes$1.exports.number.isRequired,
|
|
58522
59117
|
pagination: paginationShape,
|
|
58523
|
-
content:
|
|
59118
|
+
content: propTypes$1.exports.object
|
|
58524
59119
|
};
|
|
58525
59120
|
function CgSortAz(props) {
|
|
58526
59121
|
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);
|
|
@@ -58702,21 +59297,21 @@ NumberInput.defaultProps = {
|
|
|
58702
59297
|
warning: false
|
|
58703
59298
|
};
|
|
58704
59299
|
NumberInput.propTypes = {
|
|
58705
|
-
disabled:
|
|
58706
|
-
error:
|
|
58707
|
-
left:
|
|
58708
|
-
name:
|
|
58709
|
-
onChange:
|
|
58710
|
-
onClick:
|
|
58711
|
-
onFocus:
|
|
58712
|
-
placeholder:
|
|
58713
|
-
small:
|
|
58714
|
-
value:
|
|
58715
|
-
width:
|
|
58716
|
-
testId:
|
|
58717
|
-
warning:
|
|
58718
|
-
validationCallback:
|
|
58719
|
-
allowEmpty:
|
|
59300
|
+
disabled: propTypes$1.exports.bool,
|
|
59301
|
+
error: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.oneOf([false])]),
|
|
59302
|
+
left: propTypes$1.exports.bool,
|
|
59303
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.object]),
|
|
59304
|
+
onChange: propTypes$1.exports.func,
|
|
59305
|
+
onClick: propTypes$1.exports.func,
|
|
59306
|
+
onFocus: propTypes$1.exports.func,
|
|
59307
|
+
placeholder: propTypes$1.exports.string,
|
|
59308
|
+
small: propTypes$1.exports.bool,
|
|
59309
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59310
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59311
|
+
testId: propTypes$1.exports.string,
|
|
59312
|
+
warning: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.oneOf([false])]),
|
|
59313
|
+
validationCallback: propTypes$1.exports.func,
|
|
59314
|
+
allowEmpty: propTypes$1.exports.bool
|
|
58720
59315
|
};
|
|
58721
59316
|
const getCellAlignment = (alignment, styles2, isGetText = false) => {
|
|
58722
59317
|
if (!alignment) {
|
|
@@ -59132,7 +59727,7 @@ const Cell = (props) => {
|
|
|
59132
59727
|
})
|
|
59133
59728
|
});
|
|
59134
59729
|
};
|
|
59135
|
-
const cellType =
|
|
59730
|
+
const cellType = propTypes$1.exports.oneOf([
|
|
59136
59731
|
"Static",
|
|
59137
59732
|
"Icon",
|
|
59138
59733
|
"Select",
|
|
@@ -59144,194 +59739,194 @@ const cellType = PropTypes__default.oneOf([
|
|
|
59144
59739
|
"Link",
|
|
59145
59740
|
"Unit"
|
|
59146
59741
|
]);
|
|
59147
|
-
const cellShape =
|
|
59148
|
-
|
|
59149
|
-
value:
|
|
59742
|
+
const cellShape = propTypes$1.exports.oneOfType([
|
|
59743
|
+
propTypes$1.exports.shape({
|
|
59744
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59150
59745
|
type: cellType,
|
|
59151
|
-
colSpan:
|
|
59152
|
-
rowSpan:
|
|
59153
|
-
error:
|
|
59154
|
-
|
|
59155
|
-
|
|
59156
|
-
|
|
59746
|
+
colSpan: propTypes$1.exports.number,
|
|
59747
|
+
rowSpan: propTypes$1.exports.number,
|
|
59748
|
+
error: propTypes$1.exports.oneOfType([
|
|
59749
|
+
propTypes$1.exports.string,
|
|
59750
|
+
propTypes$1.exports.number,
|
|
59751
|
+
propTypes$1.exports.node
|
|
59157
59752
|
]),
|
|
59158
|
-
warning:
|
|
59159
|
-
|
|
59160
|
-
|
|
59161
|
-
|
|
59753
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59754
|
+
propTypes$1.exports.string,
|
|
59755
|
+
propTypes$1.exports.number,
|
|
59756
|
+
propTypes$1.exports.node
|
|
59162
59757
|
]),
|
|
59163
|
-
tooltip:
|
|
59164
|
-
|
|
59165
|
-
|
|
59166
|
-
|
|
59758
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59759
|
+
propTypes$1.exports.string,
|
|
59760
|
+
propTypes$1.exports.number,
|
|
59761
|
+
propTypes$1.exports.node
|
|
59167
59762
|
]),
|
|
59168
|
-
maxTooltipWidth:
|
|
59169
|
-
breakWord:
|
|
59170
|
-
libraryIcon:
|
|
59171
|
-
onClick:
|
|
59172
|
-
tooltip:
|
|
59173
|
-
|
|
59174
|
-
|
|
59175
|
-
|
|
59763
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59764
|
+
breakWord: propTypes$1.exports.bool,
|
|
59765
|
+
libraryIcon: propTypes$1.exports.shape({
|
|
59766
|
+
onClick: propTypes$1.exports.func,
|
|
59767
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59768
|
+
propTypes$1.exports.string,
|
|
59769
|
+
propTypes$1.exports.number,
|
|
59770
|
+
propTypes$1.exports.node
|
|
59176
59771
|
])
|
|
59177
59772
|
}),
|
|
59178
|
-
helpIcon:
|
|
59179
|
-
onClick:
|
|
59180
|
-
tooltip:
|
|
59181
|
-
|
|
59182
|
-
|
|
59183
|
-
|
|
59773
|
+
helpIcon: propTypes$1.exports.shape({
|
|
59774
|
+
onClick: propTypes$1.exports.func,
|
|
59775
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59776
|
+
propTypes$1.exports.string,
|
|
59777
|
+
propTypes$1.exports.number,
|
|
59778
|
+
propTypes$1.exports.node
|
|
59184
59779
|
])
|
|
59185
59780
|
}),
|
|
59186
|
-
testId:
|
|
59781
|
+
testId: propTypes$1.exports.string
|
|
59187
59782
|
}),
|
|
59188
|
-
|
|
59783
|
+
propTypes$1.exports.shape({
|
|
59189
59784
|
type: cellType.isRequired,
|
|
59190
|
-
icon:
|
|
59191
|
-
colSpan:
|
|
59785
|
+
icon: propTypes$1.exports.string.isRequired,
|
|
59786
|
+
colSpan: propTypes$1.exports.number
|
|
59192
59787
|
}),
|
|
59193
|
-
|
|
59194
|
-
name:
|
|
59195
|
-
options:
|
|
59196
|
-
value:
|
|
59788
|
+
propTypes$1.exports.shape({
|
|
59789
|
+
name: propTypes$1.exports.string,
|
|
59790
|
+
options: propTypes$1.exports.arrayOf(selectOptionShape),
|
|
59791
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59197
59792
|
type: cellType.isRequired,
|
|
59198
|
-
onChange:
|
|
59199
|
-
onCreate:
|
|
59200
|
-
error:
|
|
59201
|
-
|
|
59202
|
-
|
|
59203
|
-
|
|
59793
|
+
onChange: propTypes$1.exports.func,
|
|
59794
|
+
onCreate: propTypes$1.exports.func,
|
|
59795
|
+
error: propTypes$1.exports.oneOfType([
|
|
59796
|
+
propTypes$1.exports.string,
|
|
59797
|
+
propTypes$1.exports.number,
|
|
59798
|
+
propTypes$1.exports.node
|
|
59204
59799
|
]),
|
|
59205
|
-
warning:
|
|
59206
|
-
|
|
59207
|
-
|
|
59208
|
-
|
|
59800
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59801
|
+
propTypes$1.exports.string,
|
|
59802
|
+
propTypes$1.exports.number,
|
|
59803
|
+
propTypes$1.exports.node
|
|
59209
59804
|
]),
|
|
59210
|
-
tooltip:
|
|
59211
|
-
|
|
59212
|
-
|
|
59213
|
-
|
|
59805
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59806
|
+
propTypes$1.exports.string,
|
|
59807
|
+
propTypes$1.exports.number,
|
|
59808
|
+
propTypes$1.exports.node
|
|
59214
59809
|
]),
|
|
59215
|
-
colSpan:
|
|
59216
|
-
clearable:
|
|
59217
|
-
native:
|
|
59218
|
-
searchable:
|
|
59219
|
-
deprecatedEventHandler:
|
|
59220
|
-
maxTooltipWidth:
|
|
59221
|
-
width:
|
|
59222
|
-
autoLayerWidth:
|
|
59223
|
-
testId:
|
|
59810
|
+
colSpan: propTypes$1.exports.number,
|
|
59811
|
+
clearable: propTypes$1.exports.bool,
|
|
59812
|
+
native: propTypes$1.exports.bool,
|
|
59813
|
+
searchable: propTypes$1.exports.bool,
|
|
59814
|
+
deprecatedEventHandler: propTypes$1.exports.bool,
|
|
59815
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59816
|
+
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59817
|
+
autoLayerWidth: propTypes$1.exports.bool,
|
|
59818
|
+
testId: propTypes$1.exports.string
|
|
59224
59819
|
}),
|
|
59225
|
-
|
|
59226
|
-
name:
|
|
59227
|
-
value:
|
|
59820
|
+
propTypes$1.exports.shape({
|
|
59821
|
+
name: propTypes$1.exports.string,
|
|
59822
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59228
59823
|
type: cellType.isRequired,
|
|
59229
|
-
onChange:
|
|
59230
|
-
placeholder:
|
|
59231
|
-
error:
|
|
59232
|
-
|
|
59233
|
-
|
|
59234
|
-
|
|
59824
|
+
onChange: propTypes$1.exports.func,
|
|
59825
|
+
placeholder: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59826
|
+
error: propTypes$1.exports.oneOfType([
|
|
59827
|
+
propTypes$1.exports.string,
|
|
59828
|
+
propTypes$1.exports.number,
|
|
59829
|
+
propTypes$1.exports.node
|
|
59235
59830
|
]),
|
|
59236
|
-
warning:
|
|
59237
|
-
|
|
59238
|
-
|
|
59239
|
-
|
|
59831
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59832
|
+
propTypes$1.exports.string,
|
|
59833
|
+
propTypes$1.exports.number,
|
|
59834
|
+
propTypes$1.exports.node
|
|
59240
59835
|
]),
|
|
59241
|
-
disabled:
|
|
59242
|
-
tooltip:
|
|
59243
|
-
|
|
59244
|
-
|
|
59245
|
-
|
|
59836
|
+
disabled: propTypes$1.exports.bool,
|
|
59837
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59838
|
+
propTypes$1.exports.string,
|
|
59839
|
+
propTypes$1.exports.number,
|
|
59840
|
+
propTypes$1.exports.node
|
|
59246
59841
|
]),
|
|
59247
|
-
colSpan:
|
|
59248
|
-
maxTooltipWidth:
|
|
59249
|
-
testId:
|
|
59842
|
+
colSpan: propTypes$1.exports.number,
|
|
59843
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59844
|
+
testId: propTypes$1.exports.string
|
|
59250
59845
|
}),
|
|
59251
|
-
|
|
59252
|
-
name:
|
|
59253
|
-
value:
|
|
59846
|
+
propTypes$1.exports.shape({
|
|
59847
|
+
name: propTypes$1.exports.string,
|
|
59848
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59254
59849
|
type: cellType.isRequired,
|
|
59255
|
-
onChange:
|
|
59256
|
-
placeholder:
|
|
59257
|
-
error:
|
|
59258
|
-
|
|
59259
|
-
|
|
59260
|
-
|
|
59850
|
+
onChange: propTypes$1.exports.func,
|
|
59851
|
+
placeholder: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59852
|
+
error: propTypes$1.exports.oneOfType([
|
|
59853
|
+
propTypes$1.exports.string,
|
|
59854
|
+
propTypes$1.exports.number,
|
|
59855
|
+
propTypes$1.exports.node
|
|
59261
59856
|
]),
|
|
59262
|
-
warning:
|
|
59263
|
-
|
|
59264
|
-
|
|
59265
|
-
|
|
59857
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59858
|
+
propTypes$1.exports.string,
|
|
59859
|
+
propTypes$1.exports.number,
|
|
59860
|
+
propTypes$1.exports.node
|
|
59266
59861
|
]),
|
|
59267
|
-
disabled:
|
|
59268
|
-
tooltip:
|
|
59269
|
-
|
|
59270
|
-
|
|
59271
|
-
|
|
59862
|
+
disabled: propTypes$1.exports.bool,
|
|
59863
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59864
|
+
propTypes$1.exports.string,
|
|
59865
|
+
propTypes$1.exports.number,
|
|
59866
|
+
propTypes$1.exports.node
|
|
59272
59867
|
]),
|
|
59273
|
-
left:
|
|
59274
|
-
testId:
|
|
59275
|
-
validationCallback:
|
|
59276
|
-
allowEmpty:
|
|
59868
|
+
left: propTypes$1.exports.bool,
|
|
59869
|
+
testId: propTypes$1.exports.string,
|
|
59870
|
+
validationCallback: propTypes$1.exports.func,
|
|
59871
|
+
allowEmpty: propTypes$1.exports.bool
|
|
59277
59872
|
}),
|
|
59278
|
-
|
|
59279
|
-
label:
|
|
59280
|
-
checked:
|
|
59873
|
+
propTypes$1.exports.shape({
|
|
59874
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59875
|
+
checked: propTypes$1.exports.bool,
|
|
59281
59876
|
type: cellType.isRequired,
|
|
59282
|
-
onClick:
|
|
59283
|
-
colSpan:
|
|
59284
|
-
testId:
|
|
59877
|
+
onClick: propTypes$1.exports.func,
|
|
59878
|
+
colSpan: propTypes$1.exports.number,
|
|
59879
|
+
testId: propTypes$1.exports.string
|
|
59285
59880
|
}),
|
|
59286
|
-
|
|
59287
|
-
label:
|
|
59288
|
-
|
|
59289
|
-
|
|
59290
|
-
|
|
59881
|
+
propTypes$1.exports.shape({
|
|
59882
|
+
label: propTypes$1.exports.oneOfType([
|
|
59883
|
+
propTypes$1.exports.string,
|
|
59884
|
+
propTypes$1.exports.number,
|
|
59885
|
+
propTypes$1.exports.node
|
|
59291
59886
|
]),
|
|
59292
|
-
value:
|
|
59293
|
-
min:
|
|
59294
|
-
max:
|
|
59295
|
-
step:
|
|
59296
|
-
marks:
|
|
59297
|
-
onChange:
|
|
59298
|
-
showArrows:
|
|
59299
|
-
showToolTop:
|
|
59300
|
-
tooltipFormatter:
|
|
59301
|
-
disabled:
|
|
59887
|
+
value: propTypes$1.exports.number.isRequired,
|
|
59888
|
+
min: propTypes$1.exports.number.isRequired,
|
|
59889
|
+
max: propTypes$1.exports.number.isRequired,
|
|
59890
|
+
step: propTypes$1.exports.number,
|
|
59891
|
+
marks: propTypes$1.exports.object,
|
|
59892
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
59893
|
+
showArrows: propTypes$1.exports.bool,
|
|
59894
|
+
showToolTop: propTypes$1.exports.bool,
|
|
59895
|
+
tooltipFormatter: propTypes$1.exports.func,
|
|
59896
|
+
disabled: propTypes$1.exports.bool
|
|
59302
59897
|
}),
|
|
59303
|
-
|
|
59304
|
-
actions:
|
|
59898
|
+
propTypes$1.exports.shape({
|
|
59899
|
+
actions: propTypes$1.exports.arrayOf(actionsShape),
|
|
59305
59900
|
type: cellType.isRequired,
|
|
59306
|
-
colSpan:
|
|
59901
|
+
colSpan: propTypes$1.exports.number
|
|
59307
59902
|
}),
|
|
59308
|
-
|
|
59309
|
-
value:
|
|
59903
|
+
propTypes$1.exports.shape({
|
|
59904
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
59310
59905
|
type: cellType.isRequired,
|
|
59311
|
-
disabled:
|
|
59312
|
-
onClick:
|
|
59313
|
-
colSpan:
|
|
59314
|
-
testId:
|
|
59315
|
-
error:
|
|
59316
|
-
|
|
59317
|
-
|
|
59318
|
-
|
|
59906
|
+
disabled: propTypes$1.exports.bool,
|
|
59907
|
+
onClick: propTypes$1.exports.func,
|
|
59908
|
+
colSpan: propTypes$1.exports.number,
|
|
59909
|
+
testId: propTypes$1.exports.string,
|
|
59910
|
+
error: propTypes$1.exports.oneOfType([
|
|
59911
|
+
propTypes$1.exports.string,
|
|
59912
|
+
propTypes$1.exports.number,
|
|
59913
|
+
propTypes$1.exports.node
|
|
59319
59914
|
]),
|
|
59320
|
-
warning:
|
|
59321
|
-
|
|
59322
|
-
|
|
59323
|
-
|
|
59915
|
+
warning: propTypes$1.exports.oneOfType([
|
|
59916
|
+
propTypes$1.exports.string,
|
|
59917
|
+
propTypes$1.exports.number,
|
|
59918
|
+
propTypes$1.exports.node
|
|
59324
59919
|
]),
|
|
59325
|
-
tooltip:
|
|
59326
|
-
|
|
59327
|
-
|
|
59328
|
-
|
|
59920
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
59921
|
+
propTypes$1.exports.string,
|
|
59922
|
+
propTypes$1.exports.number,
|
|
59923
|
+
propTypes$1.exports.node
|
|
59329
59924
|
])
|
|
59330
59925
|
}),
|
|
59331
|
-
|
|
59332
|
-
value:
|
|
59333
|
-
onClick:
|
|
59334
|
-
colSpan:
|
|
59926
|
+
propTypes$1.exports.shape({
|
|
59927
|
+
value: propTypes$1.exports.node,
|
|
59928
|
+
onClick: propTypes$1.exports.func,
|
|
59929
|
+
colSpan: propTypes$1.exports.number
|
|
59335
59930
|
})
|
|
59336
59931
|
]);
|
|
59337
59932
|
Cell.defaultProps = {
|
|
@@ -59341,10 +59936,10 @@ Cell.defaultProps = {
|
|
|
59341
59936
|
testId: null
|
|
59342
59937
|
};
|
|
59343
59938
|
Cell.propTypes = {
|
|
59344
|
-
isHeader:
|
|
59345
|
-
style:
|
|
59939
|
+
isHeader: propTypes$1.exports.bool,
|
|
59940
|
+
style: propTypes$1.exports.object,
|
|
59346
59941
|
cell: cellShape,
|
|
59347
|
-
testId:
|
|
59942
|
+
testId: propTypes$1.exports.string
|
|
59348
59943
|
};
|
|
59349
59944
|
const clickableRow = "_clickableRow_17l7m_333";
|
|
59350
59945
|
const hoverableRow = "_hoverableRow_17l7m_336";
|
|
@@ -59537,21 +60132,21 @@ const Row = (props) => {
|
|
|
59537
60132
|
]
|
|
59538
60133
|
});
|
|
59539
60134
|
};
|
|
59540
|
-
const rowShape =
|
|
59541
|
-
active:
|
|
59542
|
-
cells:
|
|
59543
|
-
noDrag:
|
|
59544
|
-
onRowClick:
|
|
59545
|
-
onRowFocus:
|
|
59546
|
-
onRowHover:
|
|
60135
|
+
const rowShape = propTypes$1.exports.shape({
|
|
60136
|
+
active: propTypes$1.exports.bool,
|
|
60137
|
+
cells: propTypes$1.exports.arrayOf(cellShape),
|
|
60138
|
+
noDrag: propTypes$1.exports.bool,
|
|
60139
|
+
onRowClick: propTypes$1.exports.func,
|
|
60140
|
+
onRowFocus: propTypes$1.exports.func,
|
|
60141
|
+
onRowHover: propTypes$1.exports.func,
|
|
59547
60142
|
actions: actionsShape,
|
|
59548
|
-
expandedContent:
|
|
59549
|
-
content:
|
|
59550
|
-
|
|
59551
|
-
|
|
59552
|
-
|
|
60143
|
+
expandedContent: propTypes$1.exports.shape({
|
|
60144
|
+
content: propTypes$1.exports.oneOfType([
|
|
60145
|
+
propTypes$1.exports.string,
|
|
60146
|
+
propTypes$1.exports.number,
|
|
60147
|
+
propTypes$1.exports.node
|
|
59553
60148
|
]),
|
|
59554
|
-
flush:
|
|
60149
|
+
flush: propTypes$1.exports.bool
|
|
59555
60150
|
})
|
|
59556
60151
|
});
|
|
59557
60152
|
Row.defaultProps = {
|
|
@@ -59565,24 +60160,24 @@ Row.defaultProps = {
|
|
|
59565
60160
|
};
|
|
59566
60161
|
Row.propTypes = {
|
|
59567
60162
|
row: rowShape.isRequired,
|
|
59568
|
-
rowIndex:
|
|
59569
|
-
isHeader:
|
|
59570
|
-
columnCount:
|
|
59571
|
-
colSpan:
|
|
59572
|
-
columnHeaderAlignments:
|
|
59573
|
-
|
|
59574
|
-
|
|
59575
|
-
|
|
60163
|
+
rowIndex: propTypes$1.exports.number.isRequired,
|
|
60164
|
+
isHeader: propTypes$1.exports.bool,
|
|
60165
|
+
columnCount: propTypes$1.exports.number.isRequired,
|
|
60166
|
+
colSpan: propTypes$1.exports.number.isRequired,
|
|
60167
|
+
columnHeaderAlignments: propTypes$1.exports.arrayOf(
|
|
60168
|
+
propTypes$1.exports.oneOfType([
|
|
60169
|
+
propTypes$1.exports.oneOf(["left", "right", "center", ""]),
|
|
60170
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.oneOf(["left", "right", "center", ""]))
|
|
59576
60171
|
])
|
|
59577
60172
|
),
|
|
59578
|
-
columnAlignment:
|
|
59579
|
-
|
|
60173
|
+
columnAlignment: propTypes$1.exports.arrayOf(
|
|
60174
|
+
propTypes$1.exports.oneOf(["left", "right", "center", ""])
|
|
59580
60175
|
),
|
|
59581
|
-
hasRowActions:
|
|
59582
|
-
draggableTable:
|
|
59583
|
-
snapshot:
|
|
59584
|
-
provided:
|
|
59585
|
-
testId:
|
|
60176
|
+
hasRowActions: propTypes$1.exports.bool.isRequired,
|
|
60177
|
+
draggableTable: propTypes$1.exports.bool,
|
|
60178
|
+
snapshot: propTypes$1.exports.object,
|
|
60179
|
+
provided: propTypes$1.exports.object,
|
|
60180
|
+
testId: propTypes$1.exports.string
|
|
59586
60181
|
};
|
|
59587
60182
|
const getMaxCellCount = (rows) => {
|
|
59588
60183
|
const count2 = Math.max(
|
|
@@ -59853,44 +60448,44 @@ Table.defaultProps = {
|
|
|
59853
60448
|
}
|
|
59854
60449
|
};
|
|
59855
60450
|
Table.propTypes = {
|
|
59856
|
-
table:
|
|
59857
|
-
name:
|
|
59858
|
-
|
|
59859
|
-
|
|
59860
|
-
|
|
60451
|
+
table: propTypes$1.exports.shape({
|
|
60452
|
+
name: propTypes$1.exports.oneOfType([
|
|
60453
|
+
propTypes$1.exports.string,
|
|
60454
|
+
propTypes$1.exports.number,
|
|
60455
|
+
propTypes$1.exports.node
|
|
59861
60456
|
]),
|
|
59862
60457
|
actions: actionsShape,
|
|
59863
|
-
actionsRight:
|
|
59864
|
-
fixedWidth:
|
|
59865
|
-
maxHeight:
|
|
59866
|
-
columnWidths:
|
|
59867
|
-
className:
|
|
59868
|
-
columnHeaderAlignments:
|
|
59869
|
-
|
|
59870
|
-
|
|
59871
|
-
|
|
60458
|
+
actionsRight: propTypes$1.exports.bool,
|
|
60459
|
+
fixedWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60460
|
+
maxHeight: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60461
|
+
columnWidths: propTypes$1.exports.arrayOf(propTypes$1.exports.string),
|
|
60462
|
+
className: propTypes$1.exports.string,
|
|
60463
|
+
columnHeaderAlignments: propTypes$1.exports.arrayOf(
|
|
60464
|
+
propTypes$1.exports.oneOfType([
|
|
60465
|
+
propTypes$1.exports.oneOf(["left", "right", "center"]),
|
|
60466
|
+
propTypes$1.exports.arrayOf(propTypes$1.exports.oneOf(["left", "right", "center", ""]))
|
|
59872
60467
|
])
|
|
59873
60468
|
),
|
|
59874
|
-
columnAlignment:
|
|
59875
|
-
|
|
60469
|
+
columnAlignment: propTypes$1.exports.arrayOf(
|
|
60470
|
+
propTypes$1.exports.oneOf(["left", "right", "center", ""])
|
|
59876
60471
|
),
|
|
59877
|
-
infiniteScroll:
|
|
59878
|
-
stickyHeaders:
|
|
59879
|
-
headers:
|
|
59880
|
-
rows:
|
|
59881
|
-
draggable:
|
|
59882
|
-
footer:
|
|
60472
|
+
infiniteScroll: propTypes$1.exports.bool,
|
|
60473
|
+
stickyHeaders: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.bool]),
|
|
60474
|
+
headers: propTypes$1.exports.arrayOf(rowShape),
|
|
60475
|
+
rows: propTypes$1.exports.arrayOf(rowShape),
|
|
60476
|
+
draggable: propTypes$1.exports.bool,
|
|
60477
|
+
footer: propTypes$1.exports.shape({
|
|
59883
60478
|
pagination: paginationShape,
|
|
59884
60479
|
actions: actionsShape,
|
|
59885
|
-
content:
|
|
60480
|
+
content: propTypes$1.exports.object
|
|
59886
60481
|
}),
|
|
59887
|
-
bordered:
|
|
59888
|
-
striped:
|
|
59889
|
-
testId:
|
|
59890
|
-
onAddRow:
|
|
59891
|
-
defaultEmptyRow:
|
|
60482
|
+
bordered: propTypes$1.exports.bool,
|
|
60483
|
+
striped: propTypes$1.exports.bool,
|
|
60484
|
+
testId: propTypes$1.exports.string,
|
|
60485
|
+
onAddRow: propTypes$1.exports.func,
|
|
60486
|
+
defaultEmptyRow: propTypes$1.exports.object
|
|
59892
60487
|
}).isRequired,
|
|
59893
|
-
onListReorder:
|
|
60488
|
+
onListReorder: propTypes$1.exports.func
|
|
59894
60489
|
};
|
|
59895
60490
|
const tabs = "_tabs_bjsgz_333";
|
|
59896
60491
|
const padding = "_padding_bjsgz_339";
|
|
@@ -60070,43 +60665,43 @@ Tabs.defaultProps = {
|
|
|
60070
60665
|
onChangeTab: void 0,
|
|
60071
60666
|
testId: void 0
|
|
60072
60667
|
};
|
|
60073
|
-
const tabOptionShape =
|
|
60074
|
-
label:
|
|
60075
|
-
value:
|
|
60076
|
-
url:
|
|
60077
|
-
hidden:
|
|
60078
|
-
disabled:
|
|
60079
|
-
invalid:
|
|
60080
|
-
badge:
|
|
60081
|
-
right:
|
|
60082
|
-
testId:
|
|
60668
|
+
const tabOptionShape = propTypes$1.exports.shape({
|
|
60669
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
60670
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
60671
|
+
url: propTypes$1.exports.string,
|
|
60672
|
+
hidden: propTypes$1.exports.bool,
|
|
60673
|
+
disabled: propTypes$1.exports.bool,
|
|
60674
|
+
invalid: propTypes$1.exports.bool,
|
|
60675
|
+
badge: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]),
|
|
60676
|
+
right: propTypes$1.exports.bool,
|
|
60677
|
+
testId: propTypes$1.exports.string
|
|
60083
60678
|
});
|
|
60084
|
-
const tabSelectedOptionShape =
|
|
60085
|
-
label:
|
|
60086
|
-
value:
|
|
60679
|
+
const tabSelectedOptionShape = propTypes$1.exports.shape({
|
|
60680
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired,
|
|
60681
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.number, propTypes$1.exports.string]).isRequired
|
|
60087
60682
|
});
|
|
60088
60683
|
const TabsShapeDeprecated = {
|
|
60089
|
-
tabs:
|
|
60090
|
-
children:
|
|
60091
|
-
activeTabIndex:
|
|
60092
|
-
onChangeTab:
|
|
60093
|
-
padding:
|
|
60094
|
-
margin:
|
|
60095
|
-
contentPadding:
|
|
60684
|
+
tabs: propTypes$1.exports.arrayOf(tabOptionShape),
|
|
60685
|
+
children: propTypes$1.exports.node,
|
|
60686
|
+
activeTabIndex: propTypes$1.exports.number,
|
|
60687
|
+
onChangeTab: propTypes$1.exports.func,
|
|
60688
|
+
padding: propTypes$1.exports.bool,
|
|
60689
|
+
margin: propTypes$1.exports.bool,
|
|
60690
|
+
contentPadding: propTypes$1.exports.bool
|
|
60096
60691
|
};
|
|
60097
60692
|
const TabsShape = {
|
|
60098
|
-
name:
|
|
60099
|
-
options:
|
|
60100
|
-
children:
|
|
60693
|
+
name: propTypes$1.exports.string,
|
|
60694
|
+
options: propTypes$1.exports.arrayOf(tabOptionShape),
|
|
60695
|
+
children: propTypes$1.exports.node,
|
|
60101
60696
|
value: tabSelectedOptionShape,
|
|
60102
|
-
onChange:
|
|
60103
|
-
padding:
|
|
60104
|
-
margin:
|
|
60105
|
-
contentPadding:
|
|
60106
|
-
};
|
|
60107
|
-
Tabs.propTypes =
|
|
60108
|
-
|
|
60109
|
-
|
|
60697
|
+
onChange: propTypes$1.exports.func,
|
|
60698
|
+
padding: propTypes$1.exports.bool,
|
|
60699
|
+
margin: propTypes$1.exports.bool,
|
|
60700
|
+
contentPadding: propTypes$1.exports.bool
|
|
60701
|
+
};
|
|
60702
|
+
Tabs.propTypes = propTypes$1.exports.oneOfType([
|
|
60703
|
+
propTypes$1.exports.shape(TabsShape),
|
|
60704
|
+
propTypes$1.exports.shape(TabsShapeDeprecated)
|
|
60110
60705
|
]).isRequired;
|
|
60111
60706
|
const TextLink = ({ children, href, target, testId }) => {
|
|
60112
60707
|
return /* @__PURE__ */ jsxRuntime.exports.jsx("a", {
|
|
@@ -60125,9 +60720,9 @@ TextLink.defaultProps = {
|
|
|
60125
60720
|
testId: void 0
|
|
60126
60721
|
};
|
|
60127
60722
|
TextLink.propTypes = {
|
|
60128
|
-
href:
|
|
60129
|
-
target:
|
|
60130
|
-
testId:
|
|
60723
|
+
href: propTypes$1.exports.string,
|
|
60724
|
+
target: propTypes$1.exports.string,
|
|
60725
|
+
testId: propTypes$1.exports.string
|
|
60131
60726
|
};
|
|
60132
60727
|
const inputInTable = "_inputInTable_v7awr_333";
|
|
60133
60728
|
const inputHover = "_inputHover_v7awr_339";
|
|
@@ -60232,36 +60827,36 @@ TextArea.defaultProps = {
|
|
|
60232
60827
|
testId: void 0
|
|
60233
60828
|
};
|
|
60234
60829
|
TextArea.propTypes = {
|
|
60235
|
-
error:
|
|
60236
|
-
|
|
60237
|
-
|
|
60238
|
-
|
|
60830
|
+
error: propTypes$1.exports.oneOfType([
|
|
60831
|
+
propTypes$1.exports.string,
|
|
60832
|
+
propTypes$1.exports.number,
|
|
60833
|
+
propTypes$1.exports.node
|
|
60239
60834
|
]),
|
|
60240
|
-
warning:
|
|
60241
|
-
|
|
60242
|
-
|
|
60243
|
-
|
|
60835
|
+
warning: propTypes$1.exports.oneOfType([
|
|
60836
|
+
propTypes$1.exports.string,
|
|
60837
|
+
propTypes$1.exports.number,
|
|
60838
|
+
propTypes$1.exports.node
|
|
60244
60839
|
]),
|
|
60245
|
-
tooltip:
|
|
60246
|
-
|
|
60247
|
-
|
|
60248
|
-
|
|
60840
|
+
tooltip: propTypes$1.exports.oneOfType([
|
|
60841
|
+
propTypes$1.exports.string,
|
|
60842
|
+
propTypes$1.exports.number,
|
|
60843
|
+
propTypes$1.exports.node
|
|
60249
60844
|
]),
|
|
60250
|
-
name:
|
|
60251
|
-
onChange:
|
|
60252
|
-
onKeyPress:
|
|
60253
|
-
onFocus:
|
|
60254
|
-
onBlur:
|
|
60255
|
-
placeholder:
|
|
60256
|
-
tabIndex:
|
|
60257
|
-
value:
|
|
60258
|
-
disabled:
|
|
60259
|
-
cols:
|
|
60260
|
-
rows:
|
|
60261
|
-
resize:
|
|
60262
|
-
maxTooltipWidth:
|
|
60263
|
-
monospace:
|
|
60264
|
-
testId:
|
|
60845
|
+
name: propTypes$1.exports.string,
|
|
60846
|
+
onChange: propTypes$1.exports.func,
|
|
60847
|
+
onKeyPress: propTypes$1.exports.func,
|
|
60848
|
+
onFocus: propTypes$1.exports.func,
|
|
60849
|
+
onBlur: propTypes$1.exports.func,
|
|
60850
|
+
placeholder: propTypes$1.exports.string,
|
|
60851
|
+
tabIndex: propTypes$1.exports.number,
|
|
60852
|
+
value: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60853
|
+
disabled: propTypes$1.exports.bool,
|
|
60854
|
+
cols: propTypes$1.exports.number,
|
|
60855
|
+
rows: propTypes$1.exports.number,
|
|
60856
|
+
resize: propTypes$1.exports.string,
|
|
60857
|
+
maxTooltipWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
60858
|
+
monospace: propTypes$1.exports.bool,
|
|
60859
|
+
testId: propTypes$1.exports.string
|
|
60265
60860
|
};
|
|
60266
60861
|
function _extends() {
|
|
60267
60862
|
_extends = Object.assign || function(target) {
|
|
@@ -61402,15 +61997,15 @@ Toggle.defaultProps = {
|
|
|
61402
61997
|
onClickHelp: void 0
|
|
61403
61998
|
};
|
|
61404
61999
|
Toggle.propTypes = {
|
|
61405
|
-
name:
|
|
61406
|
-
checked:
|
|
61407
|
-
onChange:
|
|
61408
|
-
label:
|
|
61409
|
-
small:
|
|
61410
|
-
noMargin:
|
|
61411
|
-
testId:
|
|
61412
|
-
helpText:
|
|
61413
|
-
onClickHelp:
|
|
62000
|
+
name: propTypes$1.exports.string,
|
|
62001
|
+
checked: propTypes$1.exports.bool,
|
|
62002
|
+
onChange: propTypes$1.exports.func.isRequired,
|
|
62003
|
+
label: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.element]),
|
|
62004
|
+
small: propTypes$1.exports.bool,
|
|
62005
|
+
noMargin: propTypes$1.exports.bool,
|
|
62006
|
+
testId: propTypes$1.exports.string,
|
|
62007
|
+
helpText: propTypes$1.exports.string,
|
|
62008
|
+
onClickHelp: propTypes$1.exports.func
|
|
61414
62009
|
};
|
|
61415
62010
|
const topbar = "_topbar_1m32a_341";
|
|
61416
62011
|
const fixed = "_fixed_1m32a_352";
|
|
@@ -61628,18 +62223,18 @@ TopBar.defaultProps = {
|
|
|
61628
62223
|
fixedPosition: true
|
|
61629
62224
|
};
|
|
61630
62225
|
TopBar.propTypes = {
|
|
61631
|
-
title:
|
|
61632
|
-
label:
|
|
61633
|
-
logo:
|
|
61634
|
-
url:
|
|
61635
|
-
onClick:
|
|
61636
|
-
version:
|
|
62226
|
+
title: propTypes$1.exports.shape({
|
|
62227
|
+
label: propTypes$1.exports.string,
|
|
62228
|
+
logo: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
62229
|
+
url: propTypes$1.exports.string,
|
|
62230
|
+
onClick: propTypes$1.exports.func,
|
|
62231
|
+
version: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
61637
62232
|
}),
|
|
61638
|
-
content:
|
|
61639
|
-
contentRight:
|
|
61640
|
-
warning:
|
|
61641
|
-
height:
|
|
61642
|
-
fixedPosition:
|
|
62233
|
+
content: propTypes$1.exports.array,
|
|
62234
|
+
contentRight: propTypes$1.exports.array,
|
|
62235
|
+
warning: propTypes$1.exports.string,
|
|
62236
|
+
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
62237
|
+
fixedPosition: propTypes$1.exports.bool
|
|
61643
62238
|
};
|
|
61644
62239
|
const popConfirm = "_popConfirm_qq07h_1";
|
|
61645
62240
|
const content = "_content_qq07h_7";
|
|
@@ -61708,15 +62303,15 @@ const PopConfirm = ({
|
|
|
61708
62303
|
});
|
|
61709
62304
|
};
|
|
61710
62305
|
PopConfirm.propTypes = {
|
|
61711
|
-
children:
|
|
61712
|
-
placement:
|
|
61713
|
-
closeOnOutsideClick:
|
|
61714
|
-
fullWidth:
|
|
61715
|
-
title:
|
|
61716
|
-
cancelText:
|
|
61717
|
-
onClickCancel:
|
|
61718
|
-
okText:
|
|
61719
|
-
onClickOk:
|
|
62306
|
+
children: propTypes$1.exports.any,
|
|
62307
|
+
placement: propTypes$1.exports.string,
|
|
62308
|
+
closeOnOutsideClick: propTypes$1.exports.bool,
|
|
62309
|
+
fullWidth: propTypes$1.exports.bool,
|
|
62310
|
+
title: propTypes$1.exports.string,
|
|
62311
|
+
cancelText: propTypes$1.exports.string,
|
|
62312
|
+
onClickCancel: propTypes$1.exports.func,
|
|
62313
|
+
okText: propTypes$1.exports.string,
|
|
62314
|
+
onClickOk: propTypes$1.exports.func
|
|
61720
62315
|
};
|
|
61721
62316
|
PopConfirm.defaultProps = {
|
|
61722
62317
|
children: null,
|
|
@@ -73527,49 +74122,49 @@ Tree.defaultProps = {
|
|
|
73527
74122
|
isInitialOpen: false
|
|
73528
74123
|
};
|
|
73529
74124
|
Tree.propTypes = {
|
|
73530
|
-
list:
|
|
73531
|
-
name:
|
|
74125
|
+
list: propTypes$1.exports.shape({
|
|
74126
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
73532
74127
|
actions: actionsShape,
|
|
73533
|
-
items:
|
|
73534
|
-
|
|
73535
|
-
id:
|
|
73536
|
-
name:
|
|
73537
|
-
parent:
|
|
73538
|
-
droppable:
|
|
73539
|
-
details:
|
|
73540
|
-
active:
|
|
73541
|
-
testId:
|
|
74128
|
+
items: propTypes$1.exports.arrayOf(
|
|
74129
|
+
propTypes$1.exports.shape({
|
|
74130
|
+
id: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
74131
|
+
name: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]).isRequired,
|
|
74132
|
+
parent: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]).isRequired,
|
|
74133
|
+
droppable: propTypes$1.exports.bool,
|
|
74134
|
+
details: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.node]),
|
|
74135
|
+
active: propTypes$1.exports.bool,
|
|
74136
|
+
testId: propTypes$1.exports.string,
|
|
73542
74137
|
actions: actionsShape,
|
|
73543
|
-
icon:
|
|
73544
|
-
icon:
|
|
73545
|
-
color:
|
|
73546
|
-
tooltip:
|
|
73547
|
-
text:
|
|
73548
|
-
|
|
73549
|
-
|
|
73550
|
-
|
|
74138
|
+
icon: propTypes$1.exports.shape({
|
|
74139
|
+
icon: propTypes$1.exports.node.isRequired,
|
|
74140
|
+
color: propTypes$1.exports.string.isRequired,
|
|
74141
|
+
tooltip: propTypes$1.exports.shape({
|
|
74142
|
+
text: propTypes$1.exports.oneOfType([
|
|
74143
|
+
propTypes$1.exports.string,
|
|
74144
|
+
propTypes$1.exports.number,
|
|
74145
|
+
propTypes$1.exports.node
|
|
73551
74146
|
]),
|
|
73552
|
-
error:
|
|
73553
|
-
warning:
|
|
73554
|
-
placement:
|
|
73555
|
-
enabled:
|
|
73556
|
-
maxWidth:
|
|
73557
|
-
triggerOffset:
|
|
73558
|
-
|
|
73559
|
-
|
|
74147
|
+
error: propTypes$1.exports.bool,
|
|
74148
|
+
warning: propTypes$1.exports.bool,
|
|
74149
|
+
placement: propTypes$1.exports.string,
|
|
74150
|
+
enabled: propTypes$1.exports.bool,
|
|
74151
|
+
maxWidth: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
74152
|
+
triggerOffset: propTypes$1.exports.oneOfType([
|
|
74153
|
+
propTypes$1.exports.string,
|
|
74154
|
+
propTypes$1.exports.number
|
|
73560
74155
|
]),
|
|
73561
|
-
possiblePlacements:
|
|
73562
|
-
fontSize:
|
|
73563
|
-
padding:
|
|
74156
|
+
possiblePlacements: propTypes$1.exports.array,
|
|
74157
|
+
fontSize: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
74158
|
+
padding: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number])
|
|
73564
74159
|
})
|
|
73565
74160
|
})
|
|
73566
74161
|
})
|
|
73567
74162
|
).isRequired
|
|
73568
74163
|
}).isRequired,
|
|
73569
|
-
draggable:
|
|
73570
|
-
onListReorder:
|
|
73571
|
-
testId:
|
|
73572
|
-
isInitialOpen:
|
|
74164
|
+
draggable: propTypes$1.exports.bool,
|
|
74165
|
+
onListReorder: propTypes$1.exports.func,
|
|
74166
|
+
testId: propTypes$1.exports.string,
|
|
74167
|
+
isInitialOpen: propTypes$1.exports.bool
|
|
73573
74168
|
};
|
|
73574
74169
|
export {
|
|
73575
74170
|
Accordion,
|