@carbonorm/carbonreact 4.0.25 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/README.md +45 -12
  2. package/dist/components/Alert/Alert.d.ts +1 -1
  3. package/dist/components/Errors/BackendThrowable.d.ts +1 -1
  4. package/dist/components/WebSocket/CarbonWebSocket.d.ts +1 -1
  5. package/dist/{CarbonReact.d.ts → core/CarbonReact.d.ts} +4 -4
  6. package/dist/env/getEnv.d.ts +1 -0
  7. package/dist/env/isProduction.d.ts +2 -0
  8. package/dist/index.cjs +3436 -0
  9. package/dist/index.cjs.map +1 -0
  10. package/dist/{index.cjs.css → index.css} +5102 -5102
  11. package/dist/index.css.map +1 -0
  12. package/dist/index.d.ts +41 -44
  13. package/dist/index.esm.css +5101 -5101
  14. package/dist/index.esm.css.map +1 -1
  15. package/dist/index.esm.js +719 -1228
  16. package/dist/index.esm.js.map +1 -1
  17. package/dist/{variables → schema}/C6.d.ts +1 -1
  18. package/dist/{hoc → state}/deleteRestfulObjectArrays.d.ts +2 -2
  19. package/dist/{hoc → state}/updateRestfulObjectArrays.d.ts +2 -2
  20. package/dist/{hoc → styles}/getStyles.d.ts +1 -1
  21. package/package.json +17 -6
  22. package/src/components/Alert/Alert.tsx +4 -5
  23. package/src/components/Errors/BackendThrowable.tsx +2 -2
  24. package/src/components/Loading/Loading.tsx +1 -2
  25. package/src/components/Popup/Popup.tsx +1 -2
  26. package/src/components/WebSocket/CarbonWebSocket.tsx +86 -72
  27. package/src/{CarbonReact.tsx → core/CarbonReact.tsx} +18 -24
  28. package/src/{hoc → dom}/isEdgeBrowser.tsx +4 -2
  29. package/src/{hoc → dom}/setCookies.tsx +1 -1
  30. package/src/env/getEnv.ts +29 -0
  31. package/src/env/isProduction.tsx +6 -0
  32. package/src/{api/hoc → hooks}/useEffectOnce.tsx +2 -2
  33. package/src/{hoc → hooks}/windowDimensions.tsx +9 -1
  34. package/src/index.ts +41 -44
  35. package/src/{variables → schema}/C6.tsx +1 -2
  36. package/src/{hoc → state}/deleteRestfulObjectArrays.tsx +2 -2
  37. package/src/{hoc → state}/updateRestfulObjectArrays.tsx +3 -3
  38. package/src/{hoc → styles}/getStyles.tsx +6 -2
  39. package/src/{hoc → testing}/setupTests.tsx +18 -14
  40. package/dist/components/Nest/Nest.d.ts +0 -49
  41. package/dist/hoc/setUrl.d.ts +0 -1
  42. package/dist/index.cjs.css.map +0 -1
  43. package/dist/index.cjs.js +0 -3946
  44. package/dist/index.cjs.js.map +0 -1
  45. package/dist/variables/isProduction.d.ts +0 -2
  46. package/src/components/Nest/Nest.tsx +0 -241
  47. package/src/hoc/setUrl.tsx +0 -38
  48. package/src/variables/isProduction.tsx +0 -5
  49. /package/dist/api/{hoc/getStatefulObjectWithWhere.d.ts → getStatefulObjectWithWhere.d.ts} +0 -0
  50. /package/dist/{hoc → dom}/isEdgeBrowser.d.ts +0 -0
  51. /package/dist/{hoc → dom}/scrollIntoView.d.ts +0 -0
  52. /package/dist/{hoc → dom}/setCookies.d.ts +0 -0
  53. /package/dist/{hoc → dom}/uploadImage.d.ts +0 -0
  54. /package/dist/{api/hoc → dom}/watchInputElementChangeEvent.d.ts +0 -0
  55. /package/dist/{api/hoc → hooks}/useEffectOnce.d.ts +0 -0
  56. /package/dist/{hoc → hooks}/windowDimensions.d.ts +0 -0
  57. /package/dist/{hoc → routing}/GlobalHistory.d.ts +0 -0
  58. /package/dist/{hoc → testing}/addValidSQL.d.ts +0 -0
  59. /package/dist/{hoc → testing}/setupTests.d.ts +0 -0
  60. /package/dist/{hoc → testing}/validSQL.d.ts +0 -0
  61. /package/dist/{hoc → types}/KeysMatching.d.ts +0 -0
  62. /package/dist/{hoc → types}/SubsetMatching.d.ts +0 -0
  63. /package/dist/{hoc → utils}/changed.d.ts +0 -0
  64. /package/dist/{hoc → utils}/hexToRgb.d.ts +0 -0
  65. /package/dist/{hoc → utils}/parseMultipleJson.d.ts +0 -0
  66. /package/src/api/{hoc/getStatefulObjectWithWhere.tsx → getStatefulObjectWithWhere.tsx} +0 -0
  67. /package/src/{hoc → dom}/scrollIntoView.tsx +0 -0
  68. /package/src/{hoc → dom}/uploadImage.tsx +0 -0
  69. /package/src/{api/hoc → dom}/watchInputElementChangeEvent.tsx +0 -0
  70. /package/src/{hoc → routing}/GlobalHistory.tsx +0 -0
  71. /package/src/{variables → styles}/bootstrap.module.css +0 -0
  72. /package/src/{variables → styles}/bootstrap.module.css.d.ts +0 -0
  73. /package/src/{variables → styles}/bootstrap.module.css.json +0 -0
  74. /package/src/{variables → styles}/bootstrap.module.css.map +0 -0
  75. /package/src/{variables → styles}/bootstrap.module.scss +0 -0
  76. /package/src/{variables → styles}/bootstrap.module.scss.d.ts +0 -0
  77. /package/src/{hoc → testing}/addValidSQL.tsx +0 -0
  78. /package/src/{hoc → testing}/validSQL.tsx +0 -0
  79. /package/src/{hoc → types}/KeysMatching.ts +0 -0
  80. /package/src/{hoc → types}/SubsetMatching.ts +0 -0
  81. /package/src/{hoc → utils}/changed.tsx +0 -0
  82. /package/src/{hoc → utils}/hexToRgb.tsx +0 -0
  83. /package/src/{hoc → utils}/parseMultipleJson.tsx +0 -0
package/dist/index.cjs.js DELETED
@@ -1,3946 +0,0 @@
1
- 'use strict';
2
-
3
- var require$$0 = require('react');
4
- var reactRouterDom = require('react-router-dom');
5
- var reactToastify = require('react-toastify');
6
- var carbonnode = require('@carbonorm/carbonnode');
7
- var classNames = require('classnames');
8
- var freeSolidSvgIcons = require('@fortawesome/free-solid-svg-icons');
9
- var reactFontawesome = require('@fortawesome/react-fontawesome');
10
- var Skeleton = require('react-loading-skeleton');
11
- var react = require('@testing-library/react');
12
-
13
- var jsxRuntime = {exports: {}};
14
-
15
- var reactJsxRuntime_production = {};
16
-
17
- /**
18
- * @license React
19
- * react-jsx-runtime.production.js
20
- *
21
- * Copyright (c) Meta Platforms, Inc. and affiliates.
22
- *
23
- * This source code is licensed under the MIT license found in the
24
- * LICENSE file in the root directory of this source tree.
25
- */
26
-
27
- var hasRequiredReactJsxRuntime_production;
28
-
29
- function requireReactJsxRuntime_production () {
30
- if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
31
- hasRequiredReactJsxRuntime_production = 1;
32
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
33
- REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
34
- function jsxProd(type, config, maybeKey) {
35
- var key = null;
36
- void 0 !== maybeKey && (key = "" + maybeKey);
37
- void 0 !== config.key && (key = "" + config.key);
38
- if ("key" in config) {
39
- maybeKey = {};
40
- for (var propName in config)
41
- "key" !== propName && (maybeKey[propName] = config[propName]);
42
- } else maybeKey = config;
43
- config = maybeKey.ref;
44
- return {
45
- $$typeof: REACT_ELEMENT_TYPE,
46
- type: type,
47
- key: key,
48
- ref: void 0 !== config ? config : null,
49
- props: maybeKey
50
- };
51
- }
52
- reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
53
- reactJsxRuntime_production.jsx = jsxProd;
54
- reactJsxRuntime_production.jsxs = jsxProd;
55
- return reactJsxRuntime_production;
56
- }
57
-
58
- var reactJsxRuntime_development = {};
59
-
60
- /**
61
- * @license React
62
- * react-jsx-runtime.development.js
63
- *
64
- * Copyright (c) Meta Platforms, Inc. and affiliates.
65
- *
66
- * This source code is licensed under the MIT license found in the
67
- * LICENSE file in the root directory of this source tree.
68
- */
69
-
70
- var hasRequiredReactJsxRuntime_development;
71
-
72
- function requireReactJsxRuntime_development () {
73
- if (hasRequiredReactJsxRuntime_development) return reactJsxRuntime_development;
74
- hasRequiredReactJsxRuntime_development = 1;
75
- "production" !== process.env.NODE_ENV &&
76
- (function () {
77
- function getComponentNameFromType(type) {
78
- if (null == type) return null;
79
- if ("function" === typeof type)
80
- return type.$$typeof === REACT_CLIENT_REFERENCE
81
- ? null
82
- : type.displayName || type.name || null;
83
- if ("string" === typeof type) return type;
84
- switch (type) {
85
- case REACT_FRAGMENT_TYPE:
86
- return "Fragment";
87
- case REACT_PROFILER_TYPE:
88
- return "Profiler";
89
- case REACT_STRICT_MODE_TYPE:
90
- return "StrictMode";
91
- case REACT_SUSPENSE_TYPE:
92
- return "Suspense";
93
- case REACT_SUSPENSE_LIST_TYPE:
94
- return "SuspenseList";
95
- case REACT_ACTIVITY_TYPE:
96
- return "Activity";
97
- }
98
- if ("object" === typeof type)
99
- switch (
100
- ("number" === typeof type.tag &&
101
- console.error(
102
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
103
- ),
104
- type.$$typeof)
105
- ) {
106
- case REACT_PORTAL_TYPE:
107
- return "Portal";
108
- case REACT_CONTEXT_TYPE:
109
- return (type.displayName || "Context") + ".Provider";
110
- case REACT_CONSUMER_TYPE:
111
- return (type._context.displayName || "Context") + ".Consumer";
112
- case REACT_FORWARD_REF_TYPE:
113
- var innerType = type.render;
114
- type = type.displayName;
115
- type ||
116
- ((type = innerType.displayName || innerType.name || ""),
117
- (type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef"));
118
- return type;
119
- case REACT_MEMO_TYPE:
120
- return (
121
- (innerType = type.displayName || null),
122
- null !== innerType
123
- ? innerType
124
- : getComponentNameFromType(type.type) || "Memo"
125
- );
126
- case REACT_LAZY_TYPE:
127
- innerType = type._payload;
128
- type = type._init;
129
- try {
130
- return getComponentNameFromType(type(innerType));
131
- } catch (x) {}
132
- }
133
- return null;
134
- }
135
- function testStringCoercion(value) {
136
- return "" + value;
137
- }
138
- function checkKeyStringCoercion(value) {
139
- try {
140
- testStringCoercion(value);
141
- var JSCompiler_inline_result = !1;
142
- } catch (e) {
143
- JSCompiler_inline_result = true;
144
- }
145
- if (JSCompiler_inline_result) {
146
- JSCompiler_inline_result = console;
147
- var JSCompiler_temp_const = JSCompiler_inline_result.error;
148
- var JSCompiler_inline_result$jscomp$0 =
149
- ("function" === typeof Symbol &&
150
- Symbol.toStringTag &&
151
- value[Symbol.toStringTag]) ||
152
- value.constructor.name ||
153
- "Object";
154
- JSCompiler_temp_const.call(
155
- JSCompiler_inline_result,
156
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
157
- JSCompiler_inline_result$jscomp$0
158
- );
159
- return testStringCoercion(value);
160
- }
161
- }
162
- function getTaskName(type) {
163
- if (type === REACT_FRAGMENT_TYPE) return "<>";
164
- if (
165
- "object" === typeof type &&
166
- null !== type &&
167
- type.$$typeof === REACT_LAZY_TYPE
168
- )
169
- return "<...>";
170
- try {
171
- var name = getComponentNameFromType(type);
172
- return name ? "<" + name + ">" : "<...>";
173
- } catch (x) {
174
- return "<...>";
175
- }
176
- }
177
- function getOwner() {
178
- var dispatcher = ReactSharedInternals.A;
179
- return null === dispatcher ? null : dispatcher.getOwner();
180
- }
181
- function UnknownOwner() {
182
- return Error("react-stack-top-frame");
183
- }
184
- function hasValidKey(config) {
185
- if (hasOwnProperty.call(config, "key")) {
186
- var getter = Object.getOwnPropertyDescriptor(config, "key").get;
187
- if (getter && getter.isReactWarning) return false;
188
- }
189
- return void 0 !== config.key;
190
- }
191
- function defineKeyPropWarningGetter(props, displayName) {
192
- function warnAboutAccessingKey() {
193
- specialPropKeyWarningShown ||
194
- ((specialPropKeyWarningShown = true),
195
- console.error(
196
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
197
- displayName
198
- ));
199
- }
200
- warnAboutAccessingKey.isReactWarning = true;
201
- Object.defineProperty(props, "key", {
202
- get: warnAboutAccessingKey,
203
- configurable: true
204
- });
205
- }
206
- function elementRefGetterWithDeprecationWarning() {
207
- var componentName = getComponentNameFromType(this.type);
208
- didWarnAboutElementRef[componentName] ||
209
- ((didWarnAboutElementRef[componentName] = true),
210
- console.error(
211
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
212
- ));
213
- componentName = this.props.ref;
214
- return void 0 !== componentName ? componentName : null;
215
- }
216
- function ReactElement(
217
- type,
218
- key,
219
- self,
220
- source,
221
- owner,
222
- props,
223
- debugStack,
224
- debugTask
225
- ) {
226
- self = props.ref;
227
- type = {
228
- $$typeof: REACT_ELEMENT_TYPE,
229
- type: type,
230
- key: key,
231
- props: props,
232
- _owner: owner
233
- };
234
- null !== (void 0 !== self ? self : null)
235
- ? Object.defineProperty(type, "ref", {
236
- enumerable: false,
237
- get: elementRefGetterWithDeprecationWarning
238
- })
239
- : Object.defineProperty(type, "ref", { enumerable: false, value: null });
240
- type._store = {};
241
- Object.defineProperty(type._store, "validated", {
242
- configurable: false,
243
- enumerable: false,
244
- writable: true,
245
- value: 0
246
- });
247
- Object.defineProperty(type, "_debugInfo", {
248
- configurable: false,
249
- enumerable: false,
250
- writable: true,
251
- value: null
252
- });
253
- Object.defineProperty(type, "_debugStack", {
254
- configurable: false,
255
- enumerable: false,
256
- writable: true,
257
- value: debugStack
258
- });
259
- Object.defineProperty(type, "_debugTask", {
260
- configurable: false,
261
- enumerable: false,
262
- writable: true,
263
- value: debugTask
264
- });
265
- Object.freeze && (Object.freeze(type.props), Object.freeze(type));
266
- return type;
267
- }
268
- function jsxDEVImpl(
269
- type,
270
- config,
271
- maybeKey,
272
- isStaticChildren,
273
- source,
274
- self,
275
- debugStack,
276
- debugTask
277
- ) {
278
- var children = config.children;
279
- if (void 0 !== children)
280
- if (isStaticChildren)
281
- if (isArrayImpl(children)) {
282
- for (
283
- isStaticChildren = 0;
284
- isStaticChildren < children.length;
285
- isStaticChildren++
286
- )
287
- validateChildKeys(children[isStaticChildren]);
288
- Object.freeze && Object.freeze(children);
289
- } else
290
- console.error(
291
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
292
- );
293
- else validateChildKeys(children);
294
- if (hasOwnProperty.call(config, "key")) {
295
- children = getComponentNameFromType(type);
296
- var keys = Object.keys(config).filter(function (k) {
297
- return "key" !== k;
298
- });
299
- isStaticChildren =
300
- 0 < keys.length
301
- ? "{key: someKey, " + keys.join(": ..., ") + ": ...}"
302
- : "{key: someKey}";
303
- didWarnAboutKeySpread[children + isStaticChildren] ||
304
- ((keys =
305
- 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}"),
306
- console.error(
307
- 'A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',
308
- isStaticChildren,
309
- children,
310
- keys,
311
- children
312
- ),
313
- (didWarnAboutKeySpread[children + isStaticChildren] = true));
314
- }
315
- children = null;
316
- void 0 !== maybeKey &&
317
- (checkKeyStringCoercion(maybeKey), (children = "" + maybeKey));
318
- hasValidKey(config) &&
319
- (checkKeyStringCoercion(config.key), (children = "" + config.key));
320
- if ("key" in config) {
321
- maybeKey = {};
322
- for (var propName in config)
323
- "key" !== propName && (maybeKey[propName] = config[propName]);
324
- } else maybeKey = config;
325
- children &&
326
- defineKeyPropWarningGetter(
327
- maybeKey,
328
- "function" === typeof type
329
- ? type.displayName || type.name || "Unknown"
330
- : type
331
- );
332
- return ReactElement(
333
- type,
334
- children,
335
- self,
336
- source,
337
- getOwner(),
338
- maybeKey,
339
- debugStack,
340
- debugTask
341
- );
342
- }
343
- function validateChildKeys(node) {
344
- "object" === typeof node &&
345
- null !== node &&
346
- node.$$typeof === REACT_ELEMENT_TYPE &&
347
- node._store &&
348
- (node._store.validated = 1);
349
- }
350
- var React = require$$0,
351
- REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
352
- REACT_PORTAL_TYPE = Symbol.for("react.portal"),
353
- REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
354
- REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
355
- REACT_PROFILER_TYPE = Symbol.for("react.profiler");
356
- var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
357
- REACT_CONTEXT_TYPE = Symbol.for("react.context"),
358
- REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),
359
- REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"),
360
- REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"),
361
- REACT_MEMO_TYPE = Symbol.for("react.memo"),
362
- REACT_LAZY_TYPE = Symbol.for("react.lazy"),
363
- REACT_ACTIVITY_TYPE = Symbol.for("react.activity"),
364
- REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
365
- ReactSharedInternals =
366
- React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
367
- hasOwnProperty = Object.prototype.hasOwnProperty,
368
- isArrayImpl = Array.isArray,
369
- createTask = console.createTask
370
- ? console.createTask
371
- : function () {
372
- return null;
373
- };
374
- React = {
375
- "react-stack-bottom-frame": function (callStackForError) {
376
- return callStackForError();
377
- }
378
- };
379
- var specialPropKeyWarningShown;
380
- var didWarnAboutElementRef = {};
381
- var unknownOwnerDebugStack = React["react-stack-bottom-frame"].bind(
382
- React,
383
- UnknownOwner
384
- )();
385
- var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
386
- var didWarnAboutKeySpread = {};
387
- reactJsxRuntime_development.Fragment = REACT_FRAGMENT_TYPE;
388
- reactJsxRuntime_development.jsx = function (type, config, maybeKey, source, self) {
389
- var trackActualOwner =
390
- 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
391
- return jsxDEVImpl(
392
- type,
393
- config,
394
- maybeKey,
395
- false,
396
- source,
397
- self,
398
- trackActualOwner
399
- ? Error("react-stack-top-frame")
400
- : unknownOwnerDebugStack,
401
- trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
402
- );
403
- };
404
- reactJsxRuntime_development.jsxs = function (type, config, maybeKey, source, self) {
405
- var trackActualOwner =
406
- 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
407
- return jsxDEVImpl(
408
- type,
409
- config,
410
- maybeKey,
411
- true,
412
- source,
413
- self,
414
- trackActualOwner
415
- ? Error("react-stack-top-frame")
416
- : unknownOwnerDebugStack,
417
- trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
418
- );
419
- };
420
- })();
421
- return reactJsxRuntime_development;
422
- }
423
-
424
- var hasRequiredJsxRuntime;
425
-
426
- function requireJsxRuntime () {
427
- if (hasRequiredJsxRuntime) return jsxRuntime.exports;
428
- hasRequiredJsxRuntime = 1;
429
-
430
- if (process.env.NODE_ENV === 'production') {
431
- jsxRuntime.exports = requireReactJsxRuntime_production();
432
- } else {
433
- jsxRuntime.exports = requireReactJsxRuntime_development();
434
- }
435
- return jsxRuntime.exports;
436
- }
437
-
438
- var jsxRuntimeExports = requireJsxRuntime();
439
-
440
- const clone = (obj) => {
441
- try {
442
- return structuredClone(obj);
443
- }
444
- catch (e) {
445
- try {
446
- return JSON.stringify(obj) || obj;
447
- }
448
- catch (e) {
449
- return obj;
450
- }
451
- }
452
- };
453
- const changed = (name, context, old, v) => {
454
- let groupStarted = false;
455
- const keys = Object.keys(old);
456
- for (let i = 0; i < keys.length; i++) {
457
- if (v[keys[i]] !== old[keys[i]]) {
458
- if (groupStarted === false) {
459
- groupStarted = true;
460
- console.group('%c %s; %s', context === 'state' ? 'color: #c00' : 'color: #0c0', name, context);
461
- }
462
- console.log('%c [%s] => has changed from %o to %o', 'color: #c00', keys[i], clone(old[keys[i]]), clone(v[keys[i]]));
463
- }
464
- }
465
- if (true === groupStarted) {
466
- console.groupEnd();
467
- }
468
- };
469
-
470
- exports.globalNavigate = void 0;
471
- const GlobalHistory = () => {
472
- exports.globalNavigate = reactRouterDom.useNavigate();
473
- return null;
474
- };
475
- GlobalHistory.displayName = "GlobalHistory";
476
-
477
- function hexToRgb (hex) {
478
- hex = hex.replace(/^#+/g, '');
479
- const bigint = parseInt(hex, 16);
480
- const r = (bigint >> 16) & 255;
481
- const g = (bigint >> 8) & 255;
482
- const b = bigint & 255;
483
- return r + "," + g + "," + b;
484
- }
485
-
486
- var styles$1 = {"maintenanceHero":"C5KSPNF","httpStatusCode":"NhyRQts","centeredContainer":"nA4Uno6","errorTextGeneral":"yJAgaUs","errorKeys":"SRIoY4m","errorValues":"xQIsoNw","errorPre":"C6eWpJ3"};
487
-
488
- function OutsideClickHandler({ onOutsideClick, children, disabled, useCapture }) {
489
- const containerRef = require$$0.useRef(null);
490
- require$$0.useEffect(() => {
491
- if (disabled) {
492
- return;
493
- }
494
- function handle(event) {
495
- const element = containerRef.current;
496
- if (!element || element.contains(event.target)) {
497
- return;
498
- }
499
- onOutsideClick();
500
- }
501
- document.addEventListener('mousedown', handle, useCapture);
502
- document.addEventListener('touchstart', handle, useCapture);
503
- return () => {
504
- document.removeEventListener('mousedown', handle, useCapture);
505
- document.removeEventListener('touchstart', handle, useCapture);
506
- };
507
- }, [onOutsideClick, disabled, useCapture]);
508
- return jsxRuntimeExports.jsx("div", { ref: containerRef, children: children });
509
- }
510
-
511
- var BackendThrowable = (props) => {
512
- const { instance } = props;
513
- const currentThrowable = instance.state.backendThrowable[0];
514
- console.log([instance.state.backendThrowable, currentThrowable]);
515
- return jsxRuntimeExports.jsxs("div", { className: styles$1.maintenanceHero, children: [jsxRuntimeExports.jsx("h1", { className: styles$1.httpStatusCode, children: currentThrowable?.status || 500 }), jsxRuntimeExports.jsx(OutsideClickHandler, { onOutsideClick: () => instance.setState(currentState => ({ backendThrowable: currentState.backendThrowable.slice(1) })), children: jsxRuntimeExports.jsx("div", { className: styles$1.centeredContainer, children: Object.keys(currentThrowable).map((key, index) => {
516
- const valueIsString = typeof currentThrowable[key] === 'string';
517
- const valueIsCode = 'THROWN NEAR' === key;
518
- return jsxRuntimeExports.jsxs("div", { children: [jsxRuntimeExports.jsxs("div", { className: styles$1.errorTextGeneral, children: [" > ", jsxRuntimeExports.jsx("span", { className: styles$1.errorKeys, children: key }), ":", valueIsString
519
- ? (valueIsCode ? jsxRuntimeExports.jsx("div", { style: { backgroundColor: 'black', fontSize: 'xx-small' }, dangerouslySetInnerHTML: { __html: currentThrowable[key] } }) :
520
- jsxRuntimeExports.jsxs("i", { className: styles$1.errorValues, children: ["\"", currentThrowable[key], "\""] }))
521
- : ''] }), valueIsString
522
- ? ''
523
- : jsxRuntimeExports.jsx("pre", { className: styles$1.errorPre, children: JSON.stringify(currentThrowable[key], undefined, 4) })] }, index);
524
- }) }) })] });
525
- };
526
-
527
- const range = n => new Array(n).fill(0).map((_, idx) => idx);
528
- // @link https://sites.google.com/site/webglbook/home/chapter-3
529
- class Nest extends require$$0.Component {
530
- static defaultProps = {
531
- backgroundColor: "white",
532
- display: "block",
533
- top: 0,
534
- left: 0,
535
- zIndex: -1,
536
- count: 99,
537
- opacity: 0.5,
538
- overflow: "hidden",
539
- color: '255,255,255',
540
- pointColor: '255,0,0',
541
- position: "relative"
542
- };
543
- canvas;
544
- all = [];
545
- points;
546
- current = {
547
- x: 0, // current mouse x
548
- y: 0, // current mouse y
549
- max: 20000 // circle radius squared
550
- };
551
- constructor(props) {
552
- super(props);
553
- this.state = {};
554
- }
555
- canvasContext;
556
- componentDidMount() {
557
- this.canvas = document.getElementById('2d');
558
- this.canvasContext = this.canvas.getContext('2d') || undefined;
559
- if (undefined === this.canvasContext) {
560
- reactToastify.toast.warn('Your browser does not support Canvas! Some features may not work as expected.', carbonnode.toastOptions);
561
- return;
562
- }
563
- this.points = this.randomPoints();
564
- this.all = this.all?.concat(this.points, [this.current]);
565
- if (undefined === this.canvas) {
566
- reactToastify.toast.error('Failed to load Canvas! Some features may not work as expected.', carbonnode.toastOptions);
567
- return;
568
- }
569
- document.onmousemove = e => {
570
- this.current.x = e.clientX; // - this.el.offsetLeft + document.scrollingElement.scrollLeft; // 当存在横向滚动条时,x坐标再往右移动滚动条拉动的距离
571
- this.current.y = e.clientY; // - this.el.offsetTop + document.scrollingElement.scrollTop; // 当存在纵向滚动条时,y坐标再往下移动滚动条拉动的距离
572
- };
573
- this.canvas.onmouseout = () => {
574
- this.current.x = null;
575
- this.current.y = null;
576
- };
577
- this.drawCanvas();
578
- }
579
- randomPoints = () => {
580
- return range(this.props.count).map(() => ({
581
- x: Math.random() * window.innerWidth,
582
- y: Math.random() * window.innerHeight,
583
- xa: 2 * Math.random() - 1, // 随机运动返现
584
- ya: 2 * Math.random() - 1,
585
- max: 6000 // Adhesion distance
586
- }));
587
- };
588
- tid = 0;
589
- drawCanvas = () => {
590
- const context = this.canvasContext;
591
- const width = window.innerWidth;
592
- const height = window.innerHeight;
593
- const current = this.current;
594
- const points = this.points;
595
- const all = this.all;
596
- if (undefined === context
597
- || undefined === current
598
- || undefined === points) {
599
- alert('context, current, or points was undefined. quitting.');
600
- return;
601
- }
602
- context.clearRect(0, 0, width, height);
603
- // random line and current position associative array
604
- let e, i, d, x_dist, y_dist, dist; // temporary node
605
- // Iterate through each point
606
- points.forEach((r, idx) => {
607
- r.x = r.x || 0;
608
- r.y = r.y || 0;
609
- r.x += r.xa;
610
- r.y += r.ya; // move
611
- r.xa *= r.x > width || r.x < 0 ? -1 : 1;
612
- r.ya *= r.y > height || r.y < 0 ? -1 : 1; // Hit the boundary, bounce back
613
- context.fillStyle = `rgba(${this.props.pointColor})`;
614
- context.fillRect(r.x - 0.5, r.y - 0.5, 1, 1); // Draw a point with a width and height of 1
615
- // start from next point
616
- for (i = idx + 1; i < all.length; i++) {
617
- e = all[i];
618
- if (null !== e.x && null !== e.y) {
619
- x_dist = r.x - e.x; // x-axis distance l
620
- y_dist = r.y - e.y; // y-axis n
621
- dist = x_dist * x_dist + y_dist * y_dist; // total distance, m
622
- if (dist > e.max) {
623
- continue;
624
- }
625
- if (e === current && dist >= e.max / 2) {
626
- r.x -= 0.03 * x_dist;
627
- r.y -= 0.03 * y_dist;
628
- }
629
- d = (e.max - dist) / e.max;
630
- context.beginPath();
631
- context.lineWidth = d / 2;
632
- context.strokeStyle = `rgba(${this.props.color},${d + 0.2})`;
633
- context.moveTo(r.x, r.y);
634
- context.lineTo(e.x, e.y);
635
- context.stroke();
636
- }
637
- }
638
- });
639
- requestAnimationFrame(this.drawCanvas);
640
- };
641
- destroy() {
642
- cancelAnimationFrame(this.tid);
643
- }
644
- render() {
645
- return (jsxRuntimeExports.jsxs("div", { children: [this.props.children, jsxRuntimeExports.jsx("canvas", { id: "2d", width: window.innerWidth, height: window.innerHeight, style: {
646
- backgroundColor: this.props.backgroundColor,
647
- display: this.props.display,
648
- position: this.props.position,
649
- top: this.props.top,
650
- left: this.props.left,
651
- overflow: this.props.overflow,
652
- zIndex: this.props.zIndex,
653
- opacity: this.props.opacity
654
- } })] }));
655
- }
656
- }
657
-
658
- const carbons = {
659
- TABLE_NAME: 'carbons',
660
- ENTITY_PK: 'carbon_carbons.entity_pk',
661
- ENTITY_FK: 'carbon_carbons.entity_fk',
662
- ENTITY_TAG: 'carbon_carbons.entity_tag',
663
- PRIMARY: [
664
- 'carbon_carbons.entity_pk',
665
- ],
666
- PRIMARY_SHORT: [
667
- 'entity_pk',
668
- ],
669
- COLUMNS: {
670
- 'carbon_carbons.entity_pk': 'entity_pk',
671
- 'carbon_carbons.entity_fk': 'entity_fk',
672
- 'carbon_carbons.entity_tag': 'entity_tag',
673
- },
674
- TYPE_VALIDATION: {
675
- 'carbon_carbons.entity_pk': {
676
- MYSQL_TYPE: 'binary',
677
- MAX_LENGTH: '16',
678
- AUTO_INCREMENT: false,
679
- SKIP_COLUMN_IN_POST: false
680
- },
681
- 'carbon_carbons.entity_fk': {
682
- MYSQL_TYPE: 'binary',
683
- MAX_LENGTH: '16',
684
- AUTO_INCREMENT: false,
685
- SKIP_COLUMN_IN_POST: true
686
- },
687
- 'carbon_carbons.entity_tag': {
688
- MYSQL_TYPE: 'varchar',
689
- MAX_LENGTH: '100',
690
- AUTO_INCREMENT: false,
691
- SKIP_COLUMN_IN_POST: true
692
- },
693
- },
694
- REGEX_VALIDATION: {}
695
- };
696
- const comments = {
697
- TABLE_NAME: 'comments',
698
- PARENT_ID: 'carbon_comments.parent_id',
699
- COMMENT_ID: 'carbon_comments.comment_id',
700
- USER_ID: 'carbon_comments.user_id',
701
- COMMENT: 'carbon_comments.comment',
702
- PRIMARY: [
703
- 'carbon_comments.comment_id',
704
- ],
705
- PRIMARY_SHORT: [
706
- 'comment_id',
707
- ],
708
- COLUMNS: {
709
- 'carbon_comments.parent_id': 'parent_id',
710
- 'carbon_comments.comment_id': 'comment_id',
711
- 'carbon_comments.user_id': 'user_id',
712
- 'carbon_comments.comment': 'comment',
713
- },
714
- TYPE_VALIDATION: {
715
- 'carbon_comments.parent_id': {
716
- MYSQL_TYPE: 'binary',
717
- MAX_LENGTH: '16',
718
- AUTO_INCREMENT: false,
719
- SKIP_COLUMN_IN_POST: false
720
- },
721
- 'carbon_comments.comment_id': {
722
- MYSQL_TYPE: 'binary',
723
- MAX_LENGTH: '16',
724
- AUTO_INCREMENT: false,
725
- SKIP_COLUMN_IN_POST: false
726
- },
727
- 'carbon_comments.user_id': {
728
- MYSQL_TYPE: 'binary',
729
- MAX_LENGTH: '16',
730
- AUTO_INCREMENT: false,
731
- SKIP_COLUMN_IN_POST: false
732
- },
733
- 'carbon_comments.comment': {
734
- MYSQL_TYPE: 'blob',
735
- MAX_LENGTH: '',
736
- AUTO_INCREMENT: false,
737
- SKIP_COLUMN_IN_POST: false
738
- },
739
- },
740
- REGEX_VALIDATION: {}
741
- };
742
- const documentation = {
743
- TABLE_NAME: 'documentation',
744
- DOCUMENTATION_URI: 'carbon_documentation.documentation_uri',
745
- DOCUMENTATION_DATA: 'carbon_documentation.documentation_data',
746
- DOCUMENTATION_VERSION: 'carbon_documentation.documentation_version',
747
- DOCUMENTATION_ACTIVE: 'carbon_documentation.documentation_active',
748
- PRIMARY: [],
749
- PRIMARY_SHORT: [],
750
- COLUMNS: {
751
- 'carbon_documentation.documentation_uri': 'documentation_uri',
752
- 'carbon_documentation.documentation_data': 'documentation_data',
753
- 'carbon_documentation.documentation_version': 'documentation_version',
754
- 'carbon_documentation.documentation_active': 'documentation_active',
755
- },
756
- TYPE_VALIDATION: {
757
- 'carbon_documentation.documentation_uri': {
758
- MYSQL_TYPE: 'varchar',
759
- MAX_LENGTH: '255',
760
- AUTO_INCREMENT: false,
761
- SKIP_COLUMN_IN_POST: false
762
- },
763
- 'carbon_documentation.documentation_data': {
764
- MYSQL_TYPE: 'longblob',
765
- MAX_LENGTH: '',
766
- AUTO_INCREMENT: false,
767
- SKIP_COLUMN_IN_POST: false
768
- },
769
- 'carbon_documentation.documentation_version': {
770
- MYSQL_TYPE: 'varchar',
771
- MAX_LENGTH: '40',
772
- AUTO_INCREMENT: false,
773
- SKIP_COLUMN_IN_POST: false
774
- },
775
- 'carbon_documentation.documentation_active': {
776
- MYSQL_TYPE: 'tinyint',
777
- MAX_LENGTH: '',
778
- AUTO_INCREMENT: false,
779
- SKIP_COLUMN_IN_POST: false
780
- },
781
- },
782
- REGEX_VALIDATION: {}
783
- };
784
- const feature_group_references = {
785
- TABLE_NAME: 'feature_group_references',
786
- FEATURE_ENTITY_ID: 'carbon_feature_group_references.feature_entity_id',
787
- GROUP_ENTITY_ID: 'carbon_feature_group_references.group_entity_id',
788
- PRIMARY: [],
789
- PRIMARY_SHORT: [],
790
- COLUMNS: {
791
- 'carbon_feature_group_references.feature_entity_id': 'feature_entity_id',
792
- 'carbon_feature_group_references.group_entity_id': 'group_entity_id',
793
- },
794
- TYPE_VALIDATION: {
795
- 'carbon_feature_group_references.feature_entity_id': {
796
- MYSQL_TYPE: 'binary',
797
- MAX_LENGTH: '16',
798
- AUTO_INCREMENT: false,
799
- SKIP_COLUMN_IN_POST: true
800
- },
801
- 'carbon_feature_group_references.group_entity_id': {
802
- MYSQL_TYPE: 'binary',
803
- MAX_LENGTH: '16',
804
- AUTO_INCREMENT: false,
805
- SKIP_COLUMN_IN_POST: true
806
- },
807
- },
808
- REGEX_VALIDATION: {}
809
- };
810
- const features = {
811
- TABLE_NAME: 'features',
812
- FEATURE_ENTITY_ID: 'carbon_features.feature_entity_id',
813
- FEATURE_CODE: 'carbon_features.feature_code',
814
- FEATURE_CREATION_DATE: 'carbon_features.feature_creation_date',
815
- PRIMARY: [
816
- 'carbon_features.feature_entity_id',
817
- ],
818
- PRIMARY_SHORT: [
819
- 'feature_entity_id',
820
- ],
821
- COLUMNS: {
822
- 'carbon_features.feature_entity_id': 'feature_entity_id',
823
- 'carbon_features.feature_code': 'feature_code',
824
- 'carbon_features.feature_creation_date': 'feature_creation_date',
825
- },
826
- TYPE_VALIDATION: {
827
- 'carbon_features.feature_entity_id': {
828
- MYSQL_TYPE: 'binary',
829
- MAX_LENGTH: '16',
830
- AUTO_INCREMENT: false,
831
- SKIP_COLUMN_IN_POST: false
832
- },
833
- 'carbon_features.feature_code': {
834
- MYSQL_TYPE: 'varchar',
835
- MAX_LENGTH: '30',
836
- AUTO_INCREMENT: false,
837
- SKIP_COLUMN_IN_POST: false
838
- },
839
- 'carbon_features.feature_creation_date': {
840
- MYSQL_TYPE: 'datetime',
841
- MAX_LENGTH: '',
842
- AUTO_INCREMENT: false,
843
- SKIP_COLUMN_IN_POST: true
844
- },
845
- },
846
- REGEX_VALIDATION: {}
847
- };
848
- const group_references = {
849
- TABLE_NAME: 'group_references',
850
- GROUP_ID: 'carbon_group_references.group_id',
851
- ALLOWED_TO_GRANT_GROUP_ID: 'carbon_group_references.allowed_to_grant_group_id',
852
- PRIMARY: [],
853
- PRIMARY_SHORT: [],
854
- COLUMNS: {
855
- 'carbon_group_references.group_id': 'group_id',
856
- 'carbon_group_references.allowed_to_grant_group_id': 'allowed_to_grant_group_id',
857
- },
858
- TYPE_VALIDATION: {
859
- 'carbon_group_references.group_id': {
860
- MYSQL_TYPE: 'binary',
861
- MAX_LENGTH: '16',
862
- AUTO_INCREMENT: false,
863
- SKIP_COLUMN_IN_POST: true
864
- },
865
- 'carbon_group_references.allowed_to_grant_group_id': {
866
- MYSQL_TYPE: 'binary',
867
- MAX_LENGTH: '16',
868
- AUTO_INCREMENT: false,
869
- SKIP_COLUMN_IN_POST: true
870
- },
871
- },
872
- REGEX_VALIDATION: {}
873
- };
874
- const groups = {
875
- TABLE_NAME: 'groups',
876
- GROUP_NAME: 'carbon_groups.group_name',
877
- ENTITY_ID: 'carbon_groups.entity_id',
878
- CREATED_BY: 'carbon_groups.created_by',
879
- CREATION_DATE: 'carbon_groups.creation_date',
880
- PRIMARY: [
881
- 'carbon_groups.entity_id',
882
- ],
883
- PRIMARY_SHORT: [
884
- 'entity_id',
885
- ],
886
- COLUMNS: {
887
- 'carbon_groups.group_name': 'group_name',
888
- 'carbon_groups.entity_id': 'entity_id',
889
- 'carbon_groups.created_by': 'created_by',
890
- 'carbon_groups.creation_date': 'creation_date',
891
- },
892
- TYPE_VALIDATION: {
893
- 'carbon_groups.group_name': {
894
- MYSQL_TYPE: 'varchar',
895
- MAX_LENGTH: '20',
896
- AUTO_INCREMENT: false,
897
- SKIP_COLUMN_IN_POST: false
898
- },
899
- 'carbon_groups.entity_id': {
900
- MYSQL_TYPE: 'binary',
901
- MAX_LENGTH: '16',
902
- AUTO_INCREMENT: false,
903
- SKIP_COLUMN_IN_POST: false
904
- },
905
- 'carbon_groups.created_by': {
906
- MYSQL_TYPE: 'binary',
907
- MAX_LENGTH: '16',
908
- AUTO_INCREMENT: false,
909
- SKIP_COLUMN_IN_POST: false
910
- },
911
- 'carbon_groups.creation_date': {
912
- MYSQL_TYPE: 'datetime',
913
- MAX_LENGTH: '',
914
- AUTO_INCREMENT: false,
915
- SKIP_COLUMN_IN_POST: true
916
- },
917
- },
918
- REGEX_VALIDATION: {}
919
- };
920
- const history_logs = {
921
- TABLE_NAME: 'history_logs',
922
- HISTORY_UUID: 'carbon_history_logs.history_uuid',
923
- HISTORY_TABLE: 'carbon_history_logs.history_table',
924
- HISTORY_TYPE: 'carbon_history_logs.history_type',
925
- HISTORY_DATA: 'carbon_history_logs.history_data',
926
- HISTORY_ORIGINAL_QUERY: 'carbon_history_logs.history_original_query',
927
- HISTORY_TIME: 'carbon_history_logs.history_time',
928
- PRIMARY: [],
929
- PRIMARY_SHORT: [],
930
- COLUMNS: {
931
- 'carbon_history_logs.history_uuid': 'history_uuid',
932
- 'carbon_history_logs.history_table': 'history_table',
933
- 'carbon_history_logs.history_type': 'history_type',
934
- 'carbon_history_logs.history_data': 'history_data',
935
- 'carbon_history_logs.history_original_query': 'history_original_query',
936
- 'carbon_history_logs.history_time': 'history_time',
937
- },
938
- TYPE_VALIDATION: {
939
- 'carbon_history_logs.history_uuid': {
940
- MYSQL_TYPE: 'binary',
941
- MAX_LENGTH: '16',
942
- AUTO_INCREMENT: false,
943
- SKIP_COLUMN_IN_POST: false
944
- },
945
- 'carbon_history_logs.history_table': {
946
- MYSQL_TYPE: 'varchar',
947
- MAX_LENGTH: '255',
948
- AUTO_INCREMENT: false,
949
- SKIP_COLUMN_IN_POST: true
950
- },
951
- 'carbon_history_logs.history_type': {
952
- MYSQL_TYPE: 'varchar',
953
- MAX_LENGTH: '20',
954
- AUTO_INCREMENT: false,
955
- SKIP_COLUMN_IN_POST: true
956
- },
957
- 'carbon_history_logs.history_data': {
958
- MYSQL_TYPE: 'json',
959
- MAX_LENGTH: '',
960
- AUTO_INCREMENT: false,
961
- SKIP_COLUMN_IN_POST: true
962
- },
963
- 'carbon_history_logs.history_original_query': {
964
- MYSQL_TYPE: 'varchar',
965
- MAX_LENGTH: '1024',
966
- AUTO_INCREMENT: false,
967
- SKIP_COLUMN_IN_POST: true
968
- },
969
- 'carbon_history_logs.history_time': {
970
- MYSQL_TYPE: 'datetime',
971
- MAX_LENGTH: '',
972
- AUTO_INCREMENT: false,
973
- SKIP_COLUMN_IN_POST: true
974
- },
975
- },
976
- REGEX_VALIDATION: {}
977
- };
978
- const location_references = {
979
- TABLE_NAME: 'location_references',
980
- ENTITY_REFERENCE: 'carbon_location_references.entity_reference',
981
- LOCATION_REFERENCE: 'carbon_location_references.location_reference',
982
- LOCATION_TIME: 'carbon_location_references.location_time',
983
- PRIMARY: [],
984
- PRIMARY_SHORT: [],
985
- COLUMNS: {
986
- 'carbon_location_references.entity_reference': 'entity_reference',
987
- 'carbon_location_references.location_reference': 'location_reference',
988
- 'carbon_location_references.location_time': 'location_time',
989
- },
990
- TYPE_VALIDATION: {
991
- 'carbon_location_references.entity_reference': {
992
- MYSQL_TYPE: 'binary',
993
- MAX_LENGTH: '16',
994
- AUTO_INCREMENT: false,
995
- SKIP_COLUMN_IN_POST: false
996
- },
997
- 'carbon_location_references.location_reference': {
998
- MYSQL_TYPE: 'binary',
999
- MAX_LENGTH: '16',
1000
- AUTO_INCREMENT: false,
1001
- SKIP_COLUMN_IN_POST: false
1002
- },
1003
- 'carbon_location_references.location_time': {
1004
- MYSQL_TYPE: 'datetime',
1005
- MAX_LENGTH: '',
1006
- AUTO_INCREMENT: false,
1007
- SKIP_COLUMN_IN_POST: true
1008
- },
1009
- },
1010
- REGEX_VALIDATION: {}
1011
- };
1012
- const locations = {
1013
- TABLE_NAME: 'locations',
1014
- ENTITY_ID: 'carbon_locations.entity_id',
1015
- LATITUDE: 'carbon_locations.latitude',
1016
- LONGITUDE: 'carbon_locations.longitude',
1017
- STREET: 'carbon_locations.street',
1018
- CITY: 'carbon_locations.city',
1019
- STATE: 'carbon_locations.state',
1020
- ELEVATION: 'carbon_locations.elevation',
1021
- ZIP: 'carbon_locations.zip',
1022
- PRIMARY: [
1023
- 'carbon_locations.entity_id',
1024
- ],
1025
- PRIMARY_SHORT: [
1026
- 'entity_id',
1027
- ],
1028
- COLUMNS: {
1029
- 'carbon_locations.entity_id': 'entity_id',
1030
- 'carbon_locations.latitude': 'latitude',
1031
- 'carbon_locations.longitude': 'longitude',
1032
- 'carbon_locations.street': 'street',
1033
- 'carbon_locations.city': 'city',
1034
- 'carbon_locations.state': 'state',
1035
- 'carbon_locations.elevation': 'elevation',
1036
- 'carbon_locations.zip': 'zip',
1037
- },
1038
- TYPE_VALIDATION: {
1039
- 'carbon_locations.entity_id': {
1040
- MYSQL_TYPE: 'binary',
1041
- MAX_LENGTH: '16',
1042
- AUTO_INCREMENT: false,
1043
- SKIP_COLUMN_IN_POST: false
1044
- },
1045
- 'carbon_locations.latitude': {
1046
- MYSQL_TYPE: 'varchar',
1047
- MAX_LENGTH: '225',
1048
- AUTO_INCREMENT: false,
1049
- SKIP_COLUMN_IN_POST: true
1050
- },
1051
- 'carbon_locations.longitude': {
1052
- MYSQL_TYPE: 'varchar',
1053
- MAX_LENGTH: '225',
1054
- AUTO_INCREMENT: false,
1055
- SKIP_COLUMN_IN_POST: true
1056
- },
1057
- 'carbon_locations.street': {
1058
- MYSQL_TYPE: 'varchar',
1059
- MAX_LENGTH: '225',
1060
- AUTO_INCREMENT: false,
1061
- SKIP_COLUMN_IN_POST: true
1062
- },
1063
- 'carbon_locations.city': {
1064
- MYSQL_TYPE: 'varchar',
1065
- MAX_LENGTH: '40',
1066
- AUTO_INCREMENT: false,
1067
- SKIP_COLUMN_IN_POST: true
1068
- },
1069
- 'carbon_locations.state': {
1070
- MYSQL_TYPE: 'varchar',
1071
- MAX_LENGTH: '10',
1072
- AUTO_INCREMENT: false,
1073
- SKIP_COLUMN_IN_POST: true
1074
- },
1075
- 'carbon_locations.elevation': {
1076
- MYSQL_TYPE: 'varchar',
1077
- MAX_LENGTH: '40',
1078
- AUTO_INCREMENT: false,
1079
- SKIP_COLUMN_IN_POST: true
1080
- },
1081
- 'carbon_locations.zip': {
1082
- MYSQL_TYPE: 'int',
1083
- MAX_LENGTH: '',
1084
- AUTO_INCREMENT: false,
1085
- SKIP_COLUMN_IN_POST: true
1086
- },
1087
- },
1088
- REGEX_VALIDATION: {}
1089
- };
1090
- const photos = {
1091
- TABLE_NAME: 'photos',
1092
- PARENT_ID: 'carbon_photos.parent_id',
1093
- PHOTO_ID: 'carbon_photos.photo_id',
1094
- USER_ID: 'carbon_photos.user_id',
1095
- PHOTO_PATH: 'carbon_photos.photo_path',
1096
- PHOTO_DESCRIPTION: 'carbon_photos.photo_description',
1097
- PRIMARY: [
1098
- 'carbon_photos.parent_id',
1099
- ],
1100
- PRIMARY_SHORT: [
1101
- 'parent_id',
1102
- ],
1103
- COLUMNS: {
1104
- 'carbon_photos.parent_id': 'parent_id',
1105
- 'carbon_photos.photo_id': 'photo_id',
1106
- 'carbon_photos.user_id': 'user_id',
1107
- 'carbon_photos.photo_path': 'photo_path',
1108
- 'carbon_photos.photo_description': 'photo_description',
1109
- },
1110
- TYPE_VALIDATION: {
1111
- 'carbon_photos.parent_id': {
1112
- MYSQL_TYPE: 'binary',
1113
- MAX_LENGTH: '16',
1114
- AUTO_INCREMENT: false,
1115
- SKIP_COLUMN_IN_POST: false
1116
- },
1117
- 'carbon_photos.photo_id': {
1118
- MYSQL_TYPE: 'binary',
1119
- MAX_LENGTH: '16',
1120
- AUTO_INCREMENT: false,
1121
- SKIP_COLUMN_IN_POST: false
1122
- },
1123
- 'carbon_photos.user_id': {
1124
- MYSQL_TYPE: 'binary',
1125
- MAX_LENGTH: '16',
1126
- AUTO_INCREMENT: false,
1127
- SKIP_COLUMN_IN_POST: false
1128
- },
1129
- 'carbon_photos.photo_path': {
1130
- MYSQL_TYPE: 'varchar',
1131
- MAX_LENGTH: '225',
1132
- AUTO_INCREMENT: false,
1133
- SKIP_COLUMN_IN_POST: false
1134
- },
1135
- 'carbon_photos.photo_description': {
1136
- MYSQL_TYPE: 'text',
1137
- MAX_LENGTH: '',
1138
- AUTO_INCREMENT: false,
1139
- SKIP_COLUMN_IN_POST: false
1140
- },
1141
- },
1142
- REGEX_VALIDATION: {}
1143
- };
1144
- const reports = {
1145
- TABLE_NAME: 'reports',
1146
- LOG_LEVEL: 'carbon_reports.log_level',
1147
- REPORT: 'carbon_reports.report',
1148
- DATE: 'carbon_reports.date',
1149
- CALL_TRACE: 'carbon_reports.call_trace',
1150
- PRIMARY: [],
1151
- PRIMARY_SHORT: [],
1152
- COLUMNS: {
1153
- 'carbon_reports.log_level': 'log_level',
1154
- 'carbon_reports.report': 'report',
1155
- 'carbon_reports.date': 'date',
1156
- 'carbon_reports.call_trace': 'call_trace',
1157
- },
1158
- TYPE_VALIDATION: {
1159
- 'carbon_reports.log_level': {
1160
- MYSQL_TYPE: 'varchar',
1161
- MAX_LENGTH: '20',
1162
- AUTO_INCREMENT: false,
1163
- SKIP_COLUMN_IN_POST: true
1164
- },
1165
- 'carbon_reports.report': {
1166
- MYSQL_TYPE: 'text',
1167
- MAX_LENGTH: '',
1168
- AUTO_INCREMENT: false,
1169
- SKIP_COLUMN_IN_POST: false
1170
- },
1171
- 'carbon_reports.date': {
1172
- MYSQL_TYPE: 'datetime',
1173
- MAX_LENGTH: '',
1174
- AUTO_INCREMENT: false,
1175
- SKIP_COLUMN_IN_POST: true
1176
- },
1177
- 'carbon_reports.call_trace': {
1178
- MYSQL_TYPE: 'text',
1179
- MAX_LENGTH: '',
1180
- AUTO_INCREMENT: false,
1181
- SKIP_COLUMN_IN_POST: false
1182
- },
1183
- },
1184
- REGEX_VALIDATION: {}
1185
- };
1186
- const user_followers = {
1187
- TABLE_NAME: 'user_followers',
1188
- FOLLOWER_TABLE_ID: 'carbon_user_followers.follower_table_id',
1189
- FOLLOWS_USER_ID: 'carbon_user_followers.follows_user_id',
1190
- USER_ID: 'carbon_user_followers.user_id',
1191
- PRIMARY: [
1192
- 'carbon_user_followers.follower_table_id',
1193
- ],
1194
- PRIMARY_SHORT: [
1195
- 'follower_table_id',
1196
- ],
1197
- COLUMNS: {
1198
- 'carbon_user_followers.follower_table_id': 'follower_table_id',
1199
- 'carbon_user_followers.follows_user_id': 'follows_user_id',
1200
- 'carbon_user_followers.user_id': 'user_id',
1201
- },
1202
- TYPE_VALIDATION: {
1203
- 'carbon_user_followers.follower_table_id': {
1204
- MYSQL_TYPE: 'binary',
1205
- MAX_LENGTH: '16',
1206
- AUTO_INCREMENT: false,
1207
- SKIP_COLUMN_IN_POST: false
1208
- },
1209
- 'carbon_user_followers.follows_user_id': {
1210
- MYSQL_TYPE: 'binary',
1211
- MAX_LENGTH: '16',
1212
- AUTO_INCREMENT: false,
1213
- SKIP_COLUMN_IN_POST: false
1214
- },
1215
- 'carbon_user_followers.user_id': {
1216
- MYSQL_TYPE: 'binary',
1217
- MAX_LENGTH: '16',
1218
- AUTO_INCREMENT: false,
1219
- SKIP_COLUMN_IN_POST: false
1220
- },
1221
- },
1222
- REGEX_VALIDATION: {}
1223
- };
1224
- const user_groups = {
1225
- TABLE_NAME: 'user_groups',
1226
- GROUP_ID: 'carbon_user_groups.group_id',
1227
- USER_ID: 'carbon_user_groups.user_id',
1228
- PRIMARY: [],
1229
- PRIMARY_SHORT: [],
1230
- COLUMNS: {
1231
- 'carbon_user_groups.group_id': 'group_id',
1232
- 'carbon_user_groups.user_id': 'user_id',
1233
- },
1234
- TYPE_VALIDATION: {
1235
- 'carbon_user_groups.group_id': {
1236
- MYSQL_TYPE: 'binary',
1237
- MAX_LENGTH: '16',
1238
- AUTO_INCREMENT: false,
1239
- SKIP_COLUMN_IN_POST: true
1240
- },
1241
- 'carbon_user_groups.user_id': {
1242
- MYSQL_TYPE: 'binary',
1243
- MAX_LENGTH: '16',
1244
- AUTO_INCREMENT: false,
1245
- SKIP_COLUMN_IN_POST: true
1246
- },
1247
- },
1248
- REGEX_VALIDATION: {}
1249
- };
1250
- const user_messages = {
1251
- TABLE_NAME: 'user_messages',
1252
- MESSAGE_ID: 'carbon_user_messages.message_id',
1253
- FROM_USER_ID: 'carbon_user_messages.from_user_id',
1254
- TO_USER_ID: 'carbon_user_messages.to_user_id',
1255
- MESSAGE: 'carbon_user_messages.message',
1256
- MESSAGE_READ: 'carbon_user_messages.message_read',
1257
- CREATION_DATE: 'carbon_user_messages.creation_date',
1258
- PRIMARY: [
1259
- 'carbon_user_messages.message_id',
1260
- ],
1261
- PRIMARY_SHORT: [
1262
- 'message_id',
1263
- ],
1264
- COLUMNS: {
1265
- 'carbon_user_messages.message_id': 'message_id',
1266
- 'carbon_user_messages.from_user_id': 'from_user_id',
1267
- 'carbon_user_messages.to_user_id': 'to_user_id',
1268
- 'carbon_user_messages.message': 'message',
1269
- 'carbon_user_messages.message_read': 'message_read',
1270
- 'carbon_user_messages.creation_date': 'creation_date',
1271
- },
1272
- TYPE_VALIDATION: {
1273
- 'carbon_user_messages.message_id': {
1274
- MYSQL_TYPE: 'binary',
1275
- MAX_LENGTH: '16',
1276
- AUTO_INCREMENT: false,
1277
- SKIP_COLUMN_IN_POST: false
1278
- },
1279
- 'carbon_user_messages.from_user_id': {
1280
- MYSQL_TYPE: 'binary',
1281
- MAX_LENGTH: '16',
1282
- AUTO_INCREMENT: false,
1283
- SKIP_COLUMN_IN_POST: false
1284
- },
1285
- 'carbon_user_messages.to_user_id': {
1286
- MYSQL_TYPE: 'binary',
1287
- MAX_LENGTH: '16',
1288
- AUTO_INCREMENT: false,
1289
- SKIP_COLUMN_IN_POST: false
1290
- },
1291
- 'carbon_user_messages.message': {
1292
- MYSQL_TYPE: 'text',
1293
- MAX_LENGTH: '',
1294
- AUTO_INCREMENT: false,
1295
- SKIP_COLUMN_IN_POST: false
1296
- },
1297
- 'carbon_user_messages.message_read': {
1298
- MYSQL_TYPE: 'tinyint',
1299
- MAX_LENGTH: '',
1300
- AUTO_INCREMENT: false,
1301
- SKIP_COLUMN_IN_POST: true
1302
- },
1303
- 'carbon_user_messages.creation_date': {
1304
- MYSQL_TYPE: 'datetime',
1305
- MAX_LENGTH: '',
1306
- AUTO_INCREMENT: false,
1307
- SKIP_COLUMN_IN_POST: true
1308
- },
1309
- },
1310
- REGEX_VALIDATION: {}
1311
- };
1312
- const user_sessions = {
1313
- TABLE_NAME: 'user_sessions',
1314
- USER_ID: 'carbon_user_sessions.user_id',
1315
- USER_IP: 'carbon_user_sessions.user_ip',
1316
- SESSION_ID: 'carbon_user_sessions.session_id',
1317
- SESSION_EXPIRES: 'carbon_user_sessions.session_expires',
1318
- SESSION_DATA: 'carbon_user_sessions.session_data',
1319
- USER_ONLINE_STATUS: 'carbon_user_sessions.user_online_status',
1320
- PRIMARY: [
1321
- 'carbon_user_sessions.session_id',
1322
- ],
1323
- PRIMARY_SHORT: [
1324
- 'session_id',
1325
- ],
1326
- COLUMNS: {
1327
- 'carbon_user_sessions.user_id': 'user_id',
1328
- 'carbon_user_sessions.user_ip': 'user_ip',
1329
- 'carbon_user_sessions.session_id': 'session_id',
1330
- 'carbon_user_sessions.session_expires': 'session_expires',
1331
- 'carbon_user_sessions.session_data': 'session_data',
1332
- 'carbon_user_sessions.user_online_status': 'user_online_status',
1333
- },
1334
- TYPE_VALIDATION: {
1335
- 'carbon_user_sessions.user_id': {
1336
- MYSQL_TYPE: 'binary',
1337
- MAX_LENGTH: '16',
1338
- AUTO_INCREMENT: false,
1339
- SKIP_COLUMN_IN_POST: false
1340
- },
1341
- 'carbon_user_sessions.user_ip': {
1342
- MYSQL_TYPE: 'varchar',
1343
- MAX_LENGTH: '80',
1344
- AUTO_INCREMENT: false,
1345
- SKIP_COLUMN_IN_POST: true
1346
- },
1347
- 'carbon_user_sessions.session_id': {
1348
- MYSQL_TYPE: 'varchar',
1349
- MAX_LENGTH: '255',
1350
- AUTO_INCREMENT: false,
1351
- SKIP_COLUMN_IN_POST: false
1352
- },
1353
- 'carbon_user_sessions.session_expires': {
1354
- MYSQL_TYPE: 'datetime',
1355
- MAX_LENGTH: '',
1356
- AUTO_INCREMENT: false,
1357
- SKIP_COLUMN_IN_POST: false
1358
- },
1359
- 'carbon_user_sessions.session_data': {
1360
- MYSQL_TYPE: 'text',
1361
- MAX_LENGTH: '',
1362
- AUTO_INCREMENT: false,
1363
- SKIP_COLUMN_IN_POST: false
1364
- },
1365
- 'carbon_user_sessions.user_online_status': {
1366
- MYSQL_TYPE: 'tinyint',
1367
- MAX_LENGTH: '',
1368
- AUTO_INCREMENT: false,
1369
- SKIP_COLUMN_IN_POST: true
1370
- },
1371
- },
1372
- REGEX_VALIDATION: {}
1373
- };
1374
- const user_tasks = {
1375
- TABLE_NAME: 'user_tasks',
1376
- TASK_ID: 'carbon_user_tasks.task_id',
1377
- USER_ID: 'carbon_user_tasks.user_id',
1378
- FROM_ID: 'carbon_user_tasks.from_id',
1379
- TASK_NAME: 'carbon_user_tasks.task_name',
1380
- TASK_DESCRIPTION: 'carbon_user_tasks.task_description',
1381
- PERCENT_COMPLETE: 'carbon_user_tasks.percent_complete',
1382
- START_DATE: 'carbon_user_tasks.start_date',
1383
- END_DATE: 'carbon_user_tasks.end_date',
1384
- PRIMARY: [
1385
- 'carbon_user_tasks.task_id',
1386
- ],
1387
- PRIMARY_SHORT: [
1388
- 'task_id',
1389
- ],
1390
- COLUMNS: {
1391
- 'carbon_user_tasks.task_id': 'task_id',
1392
- 'carbon_user_tasks.user_id': 'user_id',
1393
- 'carbon_user_tasks.from_id': 'from_id',
1394
- 'carbon_user_tasks.task_name': 'task_name',
1395
- 'carbon_user_tasks.task_description': 'task_description',
1396
- 'carbon_user_tasks.percent_complete': 'percent_complete',
1397
- 'carbon_user_tasks.start_date': 'start_date',
1398
- 'carbon_user_tasks.end_date': 'end_date',
1399
- },
1400
- TYPE_VALIDATION: {
1401
- 'carbon_user_tasks.task_id': {
1402
- MYSQL_TYPE: 'binary',
1403
- MAX_LENGTH: '16',
1404
- AUTO_INCREMENT: false,
1405
- SKIP_COLUMN_IN_POST: false
1406
- },
1407
- 'carbon_user_tasks.user_id': {
1408
- MYSQL_TYPE: 'binary',
1409
- MAX_LENGTH: '16',
1410
- AUTO_INCREMENT: false,
1411
- SKIP_COLUMN_IN_POST: false
1412
- },
1413
- 'carbon_user_tasks.from_id': {
1414
- MYSQL_TYPE: 'binary',
1415
- MAX_LENGTH: '16',
1416
- AUTO_INCREMENT: false,
1417
- SKIP_COLUMN_IN_POST: true
1418
- },
1419
- 'carbon_user_tasks.task_name': {
1420
- MYSQL_TYPE: 'varchar',
1421
- MAX_LENGTH: '40',
1422
- AUTO_INCREMENT: false,
1423
- SKIP_COLUMN_IN_POST: false
1424
- },
1425
- 'carbon_user_tasks.task_description': {
1426
- MYSQL_TYPE: 'varchar',
1427
- MAX_LENGTH: '225',
1428
- AUTO_INCREMENT: false,
1429
- SKIP_COLUMN_IN_POST: true
1430
- },
1431
- 'carbon_user_tasks.percent_complete': {
1432
- MYSQL_TYPE: 'int',
1433
- MAX_LENGTH: '',
1434
- AUTO_INCREMENT: false,
1435
- SKIP_COLUMN_IN_POST: true
1436
- },
1437
- 'carbon_user_tasks.start_date': {
1438
- MYSQL_TYPE: 'datetime',
1439
- MAX_LENGTH: '',
1440
- AUTO_INCREMENT: false,
1441
- SKIP_COLUMN_IN_POST: true
1442
- },
1443
- 'carbon_user_tasks.end_date': {
1444
- MYSQL_TYPE: 'datetime',
1445
- MAX_LENGTH: '',
1446
- AUTO_INCREMENT: false,
1447
- SKIP_COLUMN_IN_POST: true
1448
- },
1449
- },
1450
- REGEX_VALIDATION: {}
1451
- };
1452
- const users = {
1453
- TABLE_NAME: 'users',
1454
- USER_USERNAME: 'carbon_users.user_username',
1455
- USER_PASSWORD: 'carbon_users.user_password',
1456
- USER_ID: 'carbon_users.user_id',
1457
- USER_TYPE: 'carbon_users.user_type',
1458
- USER_SPORT: 'carbon_users.user_sport',
1459
- USER_SESSION_ID: 'carbon_users.user_session_id',
1460
- USER_FACEBOOK_ID: 'carbon_users.user_facebook_id',
1461
- USER_FIRST_NAME: 'carbon_users.user_first_name',
1462
- USER_LAST_NAME: 'carbon_users.user_last_name',
1463
- USER_PROFILE_PIC: 'carbon_users.user_profile_pic',
1464
- USER_PROFILE_URI: 'carbon_users.user_profile_uri',
1465
- USER_COVER_PHOTO: 'carbon_users.user_cover_photo',
1466
- USER_BIRTHDAY: 'carbon_users.user_birthday',
1467
- USER_GENDER: 'carbon_users.user_gender',
1468
- USER_ABOUT_ME: 'carbon_users.user_about_me',
1469
- USER_RANK: 'carbon_users.user_rank',
1470
- USER_EMAIL: 'carbon_users.user_email',
1471
- USER_EMAIL_CODE: 'carbon_users.user_email_code',
1472
- USER_EMAIL_CONFIRMED: 'carbon_users.user_email_confirmed',
1473
- USER_GENERATED_STRING: 'carbon_users.user_generated_string',
1474
- USER_MEMBERSHIP: 'carbon_users.user_membership',
1475
- USER_DEACTIVATED: 'carbon_users.user_deactivated',
1476
- USER_LAST_LOGIN: 'carbon_users.user_last_login',
1477
- USER_IP: 'carbon_users.user_ip',
1478
- USER_EDUCATION_HISTORY: 'carbon_users.user_education_history',
1479
- USER_LOCATION: 'carbon_users.user_location',
1480
- USER_CREATION_DATE: 'carbon_users.user_creation_date',
1481
- PRIMARY: [
1482
- 'carbon_users.user_id',
1483
- ],
1484
- PRIMARY_SHORT: [
1485
- 'user_id',
1486
- ],
1487
- COLUMNS: {
1488
- 'carbon_users.user_username': 'user_username',
1489
- 'carbon_users.user_password': 'user_password',
1490
- 'carbon_users.user_id': 'user_id',
1491
- 'carbon_users.user_type': 'user_type',
1492
- 'carbon_users.user_sport': 'user_sport',
1493
- 'carbon_users.user_session_id': 'user_session_id',
1494
- 'carbon_users.user_facebook_id': 'user_facebook_id',
1495
- 'carbon_users.user_first_name': 'user_first_name',
1496
- 'carbon_users.user_last_name': 'user_last_name',
1497
- 'carbon_users.user_profile_pic': 'user_profile_pic',
1498
- 'carbon_users.user_profile_uri': 'user_profile_uri',
1499
- 'carbon_users.user_cover_photo': 'user_cover_photo',
1500
- 'carbon_users.user_birthday': 'user_birthday',
1501
- 'carbon_users.user_gender': 'user_gender',
1502
- 'carbon_users.user_about_me': 'user_about_me',
1503
- 'carbon_users.user_rank': 'user_rank',
1504
- 'carbon_users.user_email': 'user_email',
1505
- 'carbon_users.user_email_code': 'user_email_code',
1506
- 'carbon_users.user_email_confirmed': 'user_email_confirmed',
1507
- 'carbon_users.user_generated_string': 'user_generated_string',
1508
- 'carbon_users.user_membership': 'user_membership',
1509
- 'carbon_users.user_deactivated': 'user_deactivated',
1510
- 'carbon_users.user_last_login': 'user_last_login',
1511
- 'carbon_users.user_ip': 'user_ip',
1512
- 'carbon_users.user_education_history': 'user_education_history',
1513
- 'carbon_users.user_location': 'user_location',
1514
- 'carbon_users.user_creation_date': 'user_creation_date',
1515
- },
1516
- TYPE_VALIDATION: {
1517
- 'carbon_users.user_username': {
1518
- MYSQL_TYPE: 'varchar',
1519
- MAX_LENGTH: '100',
1520
- AUTO_INCREMENT: false,
1521
- SKIP_COLUMN_IN_POST: false
1522
- },
1523
- 'carbon_users.user_password': {
1524
- MYSQL_TYPE: 'varchar',
1525
- MAX_LENGTH: '225',
1526
- AUTO_INCREMENT: false,
1527
- SKIP_COLUMN_IN_POST: false
1528
- },
1529
- 'carbon_users.user_id': {
1530
- MYSQL_TYPE: 'binary',
1531
- MAX_LENGTH: '16',
1532
- AUTO_INCREMENT: false,
1533
- SKIP_COLUMN_IN_POST: false
1534
- },
1535
- 'carbon_users.user_type': {
1536
- MYSQL_TYPE: 'varchar',
1537
- MAX_LENGTH: '20',
1538
- AUTO_INCREMENT: false,
1539
- SKIP_COLUMN_IN_POST: true
1540
- },
1541
- 'carbon_users.user_sport': {
1542
- MYSQL_TYPE: 'varchar',
1543
- MAX_LENGTH: '20',
1544
- AUTO_INCREMENT: false,
1545
- SKIP_COLUMN_IN_POST: true
1546
- },
1547
- 'carbon_users.user_session_id': {
1548
- MYSQL_TYPE: 'varchar',
1549
- MAX_LENGTH: '225',
1550
- AUTO_INCREMENT: false,
1551
- SKIP_COLUMN_IN_POST: true
1552
- },
1553
- 'carbon_users.user_facebook_id': {
1554
- MYSQL_TYPE: 'varchar',
1555
- MAX_LENGTH: '225',
1556
- AUTO_INCREMENT: false,
1557
- SKIP_COLUMN_IN_POST: true
1558
- },
1559
- 'carbon_users.user_first_name': {
1560
- MYSQL_TYPE: 'varchar',
1561
- MAX_LENGTH: '25',
1562
- AUTO_INCREMENT: false,
1563
- SKIP_COLUMN_IN_POST: false
1564
- },
1565
- 'carbon_users.user_last_name': {
1566
- MYSQL_TYPE: 'varchar',
1567
- MAX_LENGTH: '25',
1568
- AUTO_INCREMENT: false,
1569
- SKIP_COLUMN_IN_POST: false
1570
- },
1571
- 'carbon_users.user_profile_pic': {
1572
- MYSQL_TYPE: 'varchar',
1573
- MAX_LENGTH: '225',
1574
- AUTO_INCREMENT: false,
1575
- SKIP_COLUMN_IN_POST: true
1576
- },
1577
- 'carbon_users.user_profile_uri': {
1578
- MYSQL_TYPE: 'varchar',
1579
- MAX_LENGTH: '225',
1580
- AUTO_INCREMENT: false,
1581
- SKIP_COLUMN_IN_POST: true
1582
- },
1583
- 'carbon_users.user_cover_photo': {
1584
- MYSQL_TYPE: 'varchar',
1585
- MAX_LENGTH: '225',
1586
- AUTO_INCREMENT: false,
1587
- SKIP_COLUMN_IN_POST: true
1588
- },
1589
- 'carbon_users.user_birthday': {
1590
- MYSQL_TYPE: 'varchar',
1591
- MAX_LENGTH: '9',
1592
- AUTO_INCREMENT: false,
1593
- SKIP_COLUMN_IN_POST: true
1594
- },
1595
- 'carbon_users.user_gender': {
1596
- MYSQL_TYPE: 'varchar',
1597
- MAX_LENGTH: '25',
1598
- AUTO_INCREMENT: false,
1599
- SKIP_COLUMN_IN_POST: true
1600
- },
1601
- 'carbon_users.user_about_me': {
1602
- MYSQL_TYPE: 'varchar',
1603
- MAX_LENGTH: '225',
1604
- AUTO_INCREMENT: false,
1605
- SKIP_COLUMN_IN_POST: true
1606
- },
1607
- 'carbon_users.user_rank': {
1608
- MYSQL_TYPE: 'int',
1609
- MAX_LENGTH: '',
1610
- AUTO_INCREMENT: false,
1611
- SKIP_COLUMN_IN_POST: true
1612
- },
1613
- 'carbon_users.user_email': {
1614
- MYSQL_TYPE: 'varchar',
1615
- MAX_LENGTH: '50',
1616
- AUTO_INCREMENT: false,
1617
- SKIP_COLUMN_IN_POST: false
1618
- },
1619
- 'carbon_users.user_email_code': {
1620
- MYSQL_TYPE: 'varchar',
1621
- MAX_LENGTH: '225',
1622
- AUTO_INCREMENT: false,
1623
- SKIP_COLUMN_IN_POST: true
1624
- },
1625
- 'carbon_users.user_email_confirmed': {
1626
- MYSQL_TYPE: 'tinyint',
1627
- MAX_LENGTH: '',
1628
- AUTO_INCREMENT: false,
1629
- SKIP_COLUMN_IN_POST: true
1630
- },
1631
- 'carbon_users.user_generated_string': {
1632
- MYSQL_TYPE: 'varchar',
1633
- MAX_LENGTH: '200',
1634
- AUTO_INCREMENT: false,
1635
- SKIP_COLUMN_IN_POST: true
1636
- },
1637
- 'carbon_users.user_membership': {
1638
- MYSQL_TYPE: 'int',
1639
- MAX_LENGTH: '',
1640
- AUTO_INCREMENT: false,
1641
- SKIP_COLUMN_IN_POST: true
1642
- },
1643
- 'carbon_users.user_deactivated': {
1644
- MYSQL_TYPE: 'tinyint',
1645
- MAX_LENGTH: '',
1646
- AUTO_INCREMENT: false,
1647
- SKIP_COLUMN_IN_POST: true
1648
- },
1649
- 'carbon_users.user_last_login': {
1650
- MYSQL_TYPE: 'datetime',
1651
- MAX_LENGTH: '',
1652
- AUTO_INCREMENT: false,
1653
- SKIP_COLUMN_IN_POST: true
1654
- },
1655
- 'carbon_users.user_ip': {
1656
- MYSQL_TYPE: 'varchar',
1657
- MAX_LENGTH: '20',
1658
- AUTO_INCREMENT: false,
1659
- SKIP_COLUMN_IN_POST: false
1660
- },
1661
- 'carbon_users.user_education_history': {
1662
- MYSQL_TYPE: 'varchar',
1663
- MAX_LENGTH: '200',
1664
- AUTO_INCREMENT: false,
1665
- SKIP_COLUMN_IN_POST: true
1666
- },
1667
- 'carbon_users.user_location': {
1668
- MYSQL_TYPE: 'varchar',
1669
- MAX_LENGTH: '20',
1670
- AUTO_INCREMENT: false,
1671
- SKIP_COLUMN_IN_POST: true
1672
- },
1673
- 'carbon_users.user_creation_date': {
1674
- MYSQL_TYPE: 'datetime',
1675
- MAX_LENGTH: '',
1676
- AUTO_INCREMENT: false,
1677
- SKIP_COLUMN_IN_POST: true
1678
- },
1679
- },
1680
- REGEX_VALIDATION: {}
1681
- };
1682
- const wp_commentmeta = {
1683
- TABLE_NAME: 'wp_commentmeta',
1684
- META_ID: 'carbon_wp_commentmeta.meta_id',
1685
- COMMENT_ID: 'carbon_wp_commentmeta.comment_id',
1686
- META_KEY: 'carbon_wp_commentmeta.meta_key',
1687
- META_VALUE: 'carbon_wp_commentmeta.meta_value',
1688
- PRIMARY: [
1689
- 'carbon_wp_commentmeta.meta_id',
1690
- ],
1691
- PRIMARY_SHORT: [
1692
- 'meta_id',
1693
- ],
1694
- COLUMNS: {
1695
- 'carbon_wp_commentmeta.meta_id': 'meta_id',
1696
- 'carbon_wp_commentmeta.comment_id': 'comment_id',
1697
- 'carbon_wp_commentmeta.meta_key': 'meta_key',
1698
- 'carbon_wp_commentmeta.meta_value': 'meta_value',
1699
- },
1700
- TYPE_VALIDATION: {
1701
- 'carbon_wp_commentmeta.meta_id': {
1702
- MYSQL_TYPE: 'bigint unsigned',
1703
- MAX_LENGTH: '',
1704
- AUTO_INCREMENT: true,
1705
- SKIP_COLUMN_IN_POST: true
1706
- },
1707
- 'carbon_wp_commentmeta.comment_id': {
1708
- MYSQL_TYPE: 'bigint unsigned',
1709
- MAX_LENGTH: '',
1710
- AUTO_INCREMENT: false,
1711
- SKIP_COLUMN_IN_POST: true
1712
- },
1713
- 'carbon_wp_commentmeta.meta_key': {
1714
- MYSQL_TYPE: 'varchar',
1715
- MAX_LENGTH: '255',
1716
- AUTO_INCREMENT: false,
1717
- SKIP_COLUMN_IN_POST: true
1718
- },
1719
- 'carbon_wp_commentmeta.meta_value': {
1720
- MYSQL_TYPE: 'longtext',
1721
- MAX_LENGTH: '',
1722
- AUTO_INCREMENT: false,
1723
- SKIP_COLUMN_IN_POST: false
1724
- },
1725
- },
1726
- REGEX_VALIDATION: {}
1727
- };
1728
- const wp_comments = {
1729
- TABLE_NAME: 'wp_comments',
1730
- COMMENT_ID: 'carbon_wp_comments.comment_ID',
1731
- COMMENT_POST_ID: 'carbon_wp_comments.comment_post_ID',
1732
- COMMENT_AUTHOR: 'carbon_wp_comments.comment_author',
1733
- COMMENT_AUTHOR_EMAIL: 'carbon_wp_comments.comment_author_email',
1734
- COMMENT_AUTHOR_URL: 'carbon_wp_comments.comment_author_url',
1735
- COMMENT_AUTHOR_IP: 'carbon_wp_comments.comment_author_IP',
1736
- COMMENT_DATE: 'carbon_wp_comments.comment_date',
1737
- COMMENT_DATE_GMT: 'carbon_wp_comments.comment_date_gmt',
1738
- COMMENT_CONTENT: 'carbon_wp_comments.comment_content',
1739
- COMMENT_KARMA: 'carbon_wp_comments.comment_karma',
1740
- COMMENT_APPROVED: 'carbon_wp_comments.comment_approved',
1741
- COMMENT_AGENT: 'carbon_wp_comments.comment_agent',
1742
- COMMENT_TYPE: 'carbon_wp_comments.comment_type',
1743
- COMMENT_PARENT: 'carbon_wp_comments.comment_parent',
1744
- USER_ID: 'carbon_wp_comments.user_id',
1745
- PRIMARY: [
1746
- 'carbon_wp_comments.comment_ID',
1747
- ],
1748
- PRIMARY_SHORT: [
1749
- 'comment_ID',
1750
- ],
1751
- COLUMNS: {
1752
- 'carbon_wp_comments.comment_ID': 'comment_ID',
1753
- 'carbon_wp_comments.comment_post_ID': 'comment_post_ID',
1754
- 'carbon_wp_comments.comment_author': 'comment_author',
1755
- 'carbon_wp_comments.comment_author_email': 'comment_author_email',
1756
- 'carbon_wp_comments.comment_author_url': 'comment_author_url',
1757
- 'carbon_wp_comments.comment_author_IP': 'comment_author_IP',
1758
- 'carbon_wp_comments.comment_date': 'comment_date',
1759
- 'carbon_wp_comments.comment_date_gmt': 'comment_date_gmt',
1760
- 'carbon_wp_comments.comment_content': 'comment_content',
1761
- 'carbon_wp_comments.comment_karma': 'comment_karma',
1762
- 'carbon_wp_comments.comment_approved': 'comment_approved',
1763
- 'carbon_wp_comments.comment_agent': 'comment_agent',
1764
- 'carbon_wp_comments.comment_type': 'comment_type',
1765
- 'carbon_wp_comments.comment_parent': 'comment_parent',
1766
- 'carbon_wp_comments.user_id': 'user_id',
1767
- },
1768
- TYPE_VALIDATION: {
1769
- 'carbon_wp_comments.comment_ID': {
1770
- MYSQL_TYPE: 'bigint unsigned',
1771
- MAX_LENGTH: '',
1772
- AUTO_INCREMENT: true,
1773
- SKIP_COLUMN_IN_POST: true
1774
- },
1775
- 'carbon_wp_comments.comment_post_ID': {
1776
- MYSQL_TYPE: 'bigint unsigned',
1777
- MAX_LENGTH: '',
1778
- AUTO_INCREMENT: false,
1779
- SKIP_COLUMN_IN_POST: true
1780
- },
1781
- 'carbon_wp_comments.comment_author': {
1782
- MYSQL_TYPE: 'tinytext',
1783
- MAX_LENGTH: '',
1784
- AUTO_INCREMENT: false,
1785
- SKIP_COLUMN_IN_POST: false
1786
- },
1787
- 'carbon_wp_comments.comment_author_email': {
1788
- MYSQL_TYPE: 'varchar',
1789
- MAX_LENGTH: '100',
1790
- AUTO_INCREMENT: false,
1791
- SKIP_COLUMN_IN_POST: true
1792
- },
1793
- 'carbon_wp_comments.comment_author_url': {
1794
- MYSQL_TYPE: 'varchar',
1795
- MAX_LENGTH: '200',
1796
- AUTO_INCREMENT: false,
1797
- SKIP_COLUMN_IN_POST: true
1798
- },
1799
- 'carbon_wp_comments.comment_author_IP': {
1800
- MYSQL_TYPE: 'varchar',
1801
- MAX_LENGTH: '100',
1802
- AUTO_INCREMENT: false,
1803
- SKIP_COLUMN_IN_POST: true
1804
- },
1805
- 'carbon_wp_comments.comment_date': {
1806
- MYSQL_TYPE: 'datetime',
1807
- MAX_LENGTH: '',
1808
- AUTO_INCREMENT: false,
1809
- SKIP_COLUMN_IN_POST: true
1810
- },
1811
- 'carbon_wp_comments.comment_date_gmt': {
1812
- MYSQL_TYPE: 'datetime',
1813
- MAX_LENGTH: '',
1814
- AUTO_INCREMENT: false,
1815
- SKIP_COLUMN_IN_POST: true
1816
- },
1817
- 'carbon_wp_comments.comment_content': {
1818
- MYSQL_TYPE: 'text',
1819
- MAX_LENGTH: '',
1820
- AUTO_INCREMENT: false,
1821
- SKIP_COLUMN_IN_POST: false
1822
- },
1823
- 'carbon_wp_comments.comment_karma': {
1824
- MYSQL_TYPE: 'int',
1825
- MAX_LENGTH: '',
1826
- AUTO_INCREMENT: false,
1827
- SKIP_COLUMN_IN_POST: true
1828
- },
1829
- 'carbon_wp_comments.comment_approved': {
1830
- MYSQL_TYPE: 'varchar',
1831
- MAX_LENGTH: '20',
1832
- AUTO_INCREMENT: false,
1833
- SKIP_COLUMN_IN_POST: true
1834
- },
1835
- 'carbon_wp_comments.comment_agent': {
1836
- MYSQL_TYPE: 'varchar',
1837
- MAX_LENGTH: '255',
1838
- AUTO_INCREMENT: false,
1839
- SKIP_COLUMN_IN_POST: true
1840
- },
1841
- 'carbon_wp_comments.comment_type': {
1842
- MYSQL_TYPE: 'varchar',
1843
- MAX_LENGTH: '20',
1844
- AUTO_INCREMENT: false,
1845
- SKIP_COLUMN_IN_POST: true
1846
- },
1847
- 'carbon_wp_comments.comment_parent': {
1848
- MYSQL_TYPE: 'bigint unsigned',
1849
- MAX_LENGTH: '',
1850
- AUTO_INCREMENT: false,
1851
- SKIP_COLUMN_IN_POST: true
1852
- },
1853
- 'carbon_wp_comments.user_id': {
1854
- MYSQL_TYPE: 'bigint unsigned',
1855
- MAX_LENGTH: '',
1856
- AUTO_INCREMENT: false,
1857
- SKIP_COLUMN_IN_POST: true
1858
- },
1859
- },
1860
- REGEX_VALIDATION: {}
1861
- };
1862
- const wp_links = {
1863
- TABLE_NAME: 'wp_links',
1864
- LINK_ID: 'carbon_wp_links.link_id',
1865
- LINK_URL: 'carbon_wp_links.link_url',
1866
- LINK_NAME: 'carbon_wp_links.link_name',
1867
- LINK_IMAGE: 'carbon_wp_links.link_image',
1868
- LINK_TARGET: 'carbon_wp_links.link_target',
1869
- LINK_DESCRIPTION: 'carbon_wp_links.link_description',
1870
- LINK_VISIBLE: 'carbon_wp_links.link_visible',
1871
- LINK_OWNER: 'carbon_wp_links.link_owner',
1872
- LINK_RATING: 'carbon_wp_links.link_rating',
1873
- LINK_UPDATED: 'carbon_wp_links.link_updated',
1874
- LINK_REL: 'carbon_wp_links.link_rel',
1875
- LINK_NOTES: 'carbon_wp_links.link_notes',
1876
- LINK_RSS: 'carbon_wp_links.link_rss',
1877
- PRIMARY: [
1878
- 'carbon_wp_links.link_id',
1879
- ],
1880
- PRIMARY_SHORT: [
1881
- 'link_id',
1882
- ],
1883
- COLUMNS: {
1884
- 'carbon_wp_links.link_id': 'link_id',
1885
- 'carbon_wp_links.link_url': 'link_url',
1886
- 'carbon_wp_links.link_name': 'link_name',
1887
- 'carbon_wp_links.link_image': 'link_image',
1888
- 'carbon_wp_links.link_target': 'link_target',
1889
- 'carbon_wp_links.link_description': 'link_description',
1890
- 'carbon_wp_links.link_visible': 'link_visible',
1891
- 'carbon_wp_links.link_owner': 'link_owner',
1892
- 'carbon_wp_links.link_rating': 'link_rating',
1893
- 'carbon_wp_links.link_updated': 'link_updated',
1894
- 'carbon_wp_links.link_rel': 'link_rel',
1895
- 'carbon_wp_links.link_notes': 'link_notes',
1896
- 'carbon_wp_links.link_rss': 'link_rss',
1897
- },
1898
- TYPE_VALIDATION: {
1899
- 'carbon_wp_links.link_id': {
1900
- MYSQL_TYPE: 'bigint unsigned',
1901
- MAX_LENGTH: '',
1902
- AUTO_INCREMENT: true,
1903
- SKIP_COLUMN_IN_POST: true
1904
- },
1905
- 'carbon_wp_links.link_url': {
1906
- MYSQL_TYPE: 'varchar',
1907
- MAX_LENGTH: '255',
1908
- AUTO_INCREMENT: false,
1909
- SKIP_COLUMN_IN_POST: true
1910
- },
1911
- 'carbon_wp_links.link_name': {
1912
- MYSQL_TYPE: 'varchar',
1913
- MAX_LENGTH: '255',
1914
- AUTO_INCREMENT: false,
1915
- SKIP_COLUMN_IN_POST: true
1916
- },
1917
- 'carbon_wp_links.link_image': {
1918
- MYSQL_TYPE: 'varchar',
1919
- MAX_LENGTH: '255',
1920
- AUTO_INCREMENT: false,
1921
- SKIP_COLUMN_IN_POST: true
1922
- },
1923
- 'carbon_wp_links.link_target': {
1924
- MYSQL_TYPE: 'varchar',
1925
- MAX_LENGTH: '25',
1926
- AUTO_INCREMENT: false,
1927
- SKIP_COLUMN_IN_POST: true
1928
- },
1929
- 'carbon_wp_links.link_description': {
1930
- MYSQL_TYPE: 'varchar',
1931
- MAX_LENGTH: '255',
1932
- AUTO_INCREMENT: false,
1933
- SKIP_COLUMN_IN_POST: true
1934
- },
1935
- 'carbon_wp_links.link_visible': {
1936
- MYSQL_TYPE: 'varchar',
1937
- MAX_LENGTH: '20',
1938
- AUTO_INCREMENT: false,
1939
- SKIP_COLUMN_IN_POST: true
1940
- },
1941
- 'carbon_wp_links.link_owner': {
1942
- MYSQL_TYPE: 'bigint unsigned',
1943
- MAX_LENGTH: '',
1944
- AUTO_INCREMENT: false,
1945
- SKIP_COLUMN_IN_POST: true
1946
- },
1947
- 'carbon_wp_links.link_rating': {
1948
- MYSQL_TYPE: 'int',
1949
- MAX_LENGTH: '',
1950
- AUTO_INCREMENT: false,
1951
- SKIP_COLUMN_IN_POST: true
1952
- },
1953
- 'carbon_wp_links.link_updated': {
1954
- MYSQL_TYPE: 'datetime',
1955
- MAX_LENGTH: '',
1956
- AUTO_INCREMENT: false,
1957
- SKIP_COLUMN_IN_POST: true
1958
- },
1959
- 'carbon_wp_links.link_rel': {
1960
- MYSQL_TYPE: 'varchar',
1961
- MAX_LENGTH: '255',
1962
- AUTO_INCREMENT: false,
1963
- SKIP_COLUMN_IN_POST: true
1964
- },
1965
- 'carbon_wp_links.link_notes': {
1966
- MYSQL_TYPE: 'mediumtext',
1967
- MAX_LENGTH: '',
1968
- AUTO_INCREMENT: false,
1969
- SKIP_COLUMN_IN_POST: false
1970
- },
1971
- 'carbon_wp_links.link_rss': {
1972
- MYSQL_TYPE: 'varchar',
1973
- MAX_LENGTH: '255',
1974
- AUTO_INCREMENT: false,
1975
- SKIP_COLUMN_IN_POST: true
1976
- },
1977
- },
1978
- REGEX_VALIDATION: {}
1979
- };
1980
- const wp_options = {
1981
- TABLE_NAME: 'wp_options',
1982
- OPTION_ID: 'carbon_wp_options.option_id',
1983
- OPTION_NAME: 'carbon_wp_options.option_name',
1984
- OPTION_VALUE: 'carbon_wp_options.option_value',
1985
- AUTOLOAD: 'carbon_wp_options.autoload',
1986
- PRIMARY: [
1987
- 'carbon_wp_options.option_id',
1988
- ],
1989
- PRIMARY_SHORT: [
1990
- 'option_id',
1991
- ],
1992
- COLUMNS: {
1993
- 'carbon_wp_options.option_id': 'option_id',
1994
- 'carbon_wp_options.option_name': 'option_name',
1995
- 'carbon_wp_options.option_value': 'option_value',
1996
- 'carbon_wp_options.autoload': 'autoload',
1997
- },
1998
- TYPE_VALIDATION: {
1999
- 'carbon_wp_options.option_id': {
2000
- MYSQL_TYPE: 'bigint unsigned',
2001
- MAX_LENGTH: '',
2002
- AUTO_INCREMENT: true,
2003
- SKIP_COLUMN_IN_POST: true
2004
- },
2005
- 'carbon_wp_options.option_name': {
2006
- MYSQL_TYPE: 'varchar',
2007
- MAX_LENGTH: '191',
2008
- AUTO_INCREMENT: false,
2009
- SKIP_COLUMN_IN_POST: true
2010
- },
2011
- 'carbon_wp_options.option_value': {
2012
- MYSQL_TYPE: 'longtext',
2013
- MAX_LENGTH: '',
2014
- AUTO_INCREMENT: false,
2015
- SKIP_COLUMN_IN_POST: false
2016
- },
2017
- 'carbon_wp_options.autoload': {
2018
- MYSQL_TYPE: 'varchar',
2019
- MAX_LENGTH: '20',
2020
- AUTO_INCREMENT: false,
2021
- SKIP_COLUMN_IN_POST: true
2022
- },
2023
- },
2024
- REGEX_VALIDATION: {}
2025
- };
2026
- const wp_postmeta = {
2027
- TABLE_NAME: 'wp_postmeta',
2028
- META_ID: 'carbon_wp_postmeta.meta_id',
2029
- POST_ID: 'carbon_wp_postmeta.post_id',
2030
- META_KEY: 'carbon_wp_postmeta.meta_key',
2031
- META_VALUE: 'carbon_wp_postmeta.meta_value',
2032
- PRIMARY: [
2033
- 'carbon_wp_postmeta.meta_id',
2034
- ],
2035
- PRIMARY_SHORT: [
2036
- 'meta_id',
2037
- ],
2038
- COLUMNS: {
2039
- 'carbon_wp_postmeta.meta_id': 'meta_id',
2040
- 'carbon_wp_postmeta.post_id': 'post_id',
2041
- 'carbon_wp_postmeta.meta_key': 'meta_key',
2042
- 'carbon_wp_postmeta.meta_value': 'meta_value',
2043
- },
2044
- TYPE_VALIDATION: {
2045
- 'carbon_wp_postmeta.meta_id': {
2046
- MYSQL_TYPE: 'bigint unsigned',
2047
- MAX_LENGTH: '',
2048
- AUTO_INCREMENT: true,
2049
- SKIP_COLUMN_IN_POST: true
2050
- },
2051
- 'carbon_wp_postmeta.post_id': {
2052
- MYSQL_TYPE: 'bigint unsigned',
2053
- MAX_LENGTH: '',
2054
- AUTO_INCREMENT: false,
2055
- SKIP_COLUMN_IN_POST: true
2056
- },
2057
- 'carbon_wp_postmeta.meta_key': {
2058
- MYSQL_TYPE: 'varchar',
2059
- MAX_LENGTH: '255',
2060
- AUTO_INCREMENT: false,
2061
- SKIP_COLUMN_IN_POST: true
2062
- },
2063
- 'carbon_wp_postmeta.meta_value': {
2064
- MYSQL_TYPE: 'longtext',
2065
- MAX_LENGTH: '',
2066
- AUTO_INCREMENT: false,
2067
- SKIP_COLUMN_IN_POST: false
2068
- },
2069
- },
2070
- REGEX_VALIDATION: {}
2071
- };
2072
- const wp_posts = {
2073
- TABLE_NAME: 'wp_posts',
2074
- ID: 'carbon_wp_posts.ID',
2075
- POST_AUTHOR: 'carbon_wp_posts.post_author',
2076
- POST_DATE: 'carbon_wp_posts.post_date',
2077
- POST_DATE_GMT: 'carbon_wp_posts.post_date_gmt',
2078
- POST_CONTENT: 'carbon_wp_posts.post_content',
2079
- POST_TITLE: 'carbon_wp_posts.post_title',
2080
- POST_EXCERPT: 'carbon_wp_posts.post_excerpt',
2081
- POST_STATUS: 'carbon_wp_posts.post_status',
2082
- COMMENT_STATUS: 'carbon_wp_posts.comment_status',
2083
- PING_STATUS: 'carbon_wp_posts.ping_status',
2084
- POST_PASSWORD: 'carbon_wp_posts.post_password',
2085
- POST_NAME: 'carbon_wp_posts.post_name',
2086
- TO_PING: 'carbon_wp_posts.to_ping',
2087
- PINGED: 'carbon_wp_posts.pinged',
2088
- POST_MODIFIED: 'carbon_wp_posts.post_modified',
2089
- POST_MODIFIED_GMT: 'carbon_wp_posts.post_modified_gmt',
2090
- POST_CONTENT_FILTERED: 'carbon_wp_posts.post_content_filtered',
2091
- POST_PARENT: 'carbon_wp_posts.post_parent',
2092
- GUID: 'carbon_wp_posts.guid',
2093
- MENU_ORDER: 'carbon_wp_posts.menu_order',
2094
- POST_TYPE: 'carbon_wp_posts.post_type',
2095
- POST_MIME_TYPE: 'carbon_wp_posts.post_mime_type',
2096
- COMMENT_COUNT: 'carbon_wp_posts.comment_count',
2097
- PRIMARY: [
2098
- 'carbon_wp_posts.ID',
2099
- ],
2100
- PRIMARY_SHORT: [
2101
- 'ID',
2102
- ],
2103
- COLUMNS: {
2104
- 'carbon_wp_posts.ID': 'ID',
2105
- 'carbon_wp_posts.post_author': 'post_author',
2106
- 'carbon_wp_posts.post_date': 'post_date',
2107
- 'carbon_wp_posts.post_date_gmt': 'post_date_gmt',
2108
- 'carbon_wp_posts.post_content': 'post_content',
2109
- 'carbon_wp_posts.post_title': 'post_title',
2110
- 'carbon_wp_posts.post_excerpt': 'post_excerpt',
2111
- 'carbon_wp_posts.post_status': 'post_status',
2112
- 'carbon_wp_posts.comment_status': 'comment_status',
2113
- 'carbon_wp_posts.ping_status': 'ping_status',
2114
- 'carbon_wp_posts.post_password': 'post_password',
2115
- 'carbon_wp_posts.post_name': 'post_name',
2116
- 'carbon_wp_posts.to_ping': 'to_ping',
2117
- 'carbon_wp_posts.pinged': 'pinged',
2118
- 'carbon_wp_posts.post_modified': 'post_modified',
2119
- 'carbon_wp_posts.post_modified_gmt': 'post_modified_gmt',
2120
- 'carbon_wp_posts.post_content_filtered': 'post_content_filtered',
2121
- 'carbon_wp_posts.post_parent': 'post_parent',
2122
- 'carbon_wp_posts.guid': 'guid',
2123
- 'carbon_wp_posts.menu_order': 'menu_order',
2124
- 'carbon_wp_posts.post_type': 'post_type',
2125
- 'carbon_wp_posts.post_mime_type': 'post_mime_type',
2126
- 'carbon_wp_posts.comment_count': 'comment_count',
2127
- },
2128
- TYPE_VALIDATION: {
2129
- 'carbon_wp_posts.ID': {
2130
- MYSQL_TYPE: 'bigint unsigned',
2131
- MAX_LENGTH: '',
2132
- AUTO_INCREMENT: true,
2133
- SKIP_COLUMN_IN_POST: true
2134
- },
2135
- 'carbon_wp_posts.post_author': {
2136
- MYSQL_TYPE: 'bigint unsigned',
2137
- MAX_LENGTH: '',
2138
- AUTO_INCREMENT: false,
2139
- SKIP_COLUMN_IN_POST: true
2140
- },
2141
- 'carbon_wp_posts.post_date': {
2142
- MYSQL_TYPE: 'datetime',
2143
- MAX_LENGTH: '',
2144
- AUTO_INCREMENT: false,
2145
- SKIP_COLUMN_IN_POST: true
2146
- },
2147
- 'carbon_wp_posts.post_date_gmt': {
2148
- MYSQL_TYPE: 'datetime',
2149
- MAX_LENGTH: '',
2150
- AUTO_INCREMENT: false,
2151
- SKIP_COLUMN_IN_POST: true
2152
- },
2153
- 'carbon_wp_posts.post_content': {
2154
- MYSQL_TYPE: 'longtext',
2155
- MAX_LENGTH: '',
2156
- AUTO_INCREMENT: false,
2157
- SKIP_COLUMN_IN_POST: false
2158
- },
2159
- 'carbon_wp_posts.post_title': {
2160
- MYSQL_TYPE: 'text',
2161
- MAX_LENGTH: '',
2162
- AUTO_INCREMENT: false,
2163
- SKIP_COLUMN_IN_POST: false
2164
- },
2165
- 'carbon_wp_posts.post_excerpt': {
2166
- MYSQL_TYPE: 'text',
2167
- MAX_LENGTH: '',
2168
- AUTO_INCREMENT: false,
2169
- SKIP_COLUMN_IN_POST: false
2170
- },
2171
- 'carbon_wp_posts.post_status': {
2172
- MYSQL_TYPE: 'varchar',
2173
- MAX_LENGTH: '20',
2174
- AUTO_INCREMENT: false,
2175
- SKIP_COLUMN_IN_POST: true
2176
- },
2177
- 'carbon_wp_posts.comment_status': {
2178
- MYSQL_TYPE: 'varchar',
2179
- MAX_LENGTH: '20',
2180
- AUTO_INCREMENT: false,
2181
- SKIP_COLUMN_IN_POST: true
2182
- },
2183
- 'carbon_wp_posts.ping_status': {
2184
- MYSQL_TYPE: 'varchar',
2185
- MAX_LENGTH: '20',
2186
- AUTO_INCREMENT: false,
2187
- SKIP_COLUMN_IN_POST: true
2188
- },
2189
- 'carbon_wp_posts.post_password': {
2190
- MYSQL_TYPE: 'varchar',
2191
- MAX_LENGTH: '255',
2192
- AUTO_INCREMENT: false,
2193
- SKIP_COLUMN_IN_POST: true
2194
- },
2195
- 'carbon_wp_posts.post_name': {
2196
- MYSQL_TYPE: 'varchar',
2197
- MAX_LENGTH: '200',
2198
- AUTO_INCREMENT: false,
2199
- SKIP_COLUMN_IN_POST: true
2200
- },
2201
- 'carbon_wp_posts.to_ping': {
2202
- MYSQL_TYPE: 'text',
2203
- MAX_LENGTH: '',
2204
- AUTO_INCREMENT: false,
2205
- SKIP_COLUMN_IN_POST: false
2206
- },
2207
- 'carbon_wp_posts.pinged': {
2208
- MYSQL_TYPE: 'text',
2209
- MAX_LENGTH: '',
2210
- AUTO_INCREMENT: false,
2211
- SKIP_COLUMN_IN_POST: false
2212
- },
2213
- 'carbon_wp_posts.post_modified': {
2214
- MYSQL_TYPE: 'datetime',
2215
- MAX_LENGTH: '',
2216
- AUTO_INCREMENT: false,
2217
- SKIP_COLUMN_IN_POST: true
2218
- },
2219
- 'carbon_wp_posts.post_modified_gmt': {
2220
- MYSQL_TYPE: 'datetime',
2221
- MAX_LENGTH: '',
2222
- AUTO_INCREMENT: false,
2223
- SKIP_COLUMN_IN_POST: true
2224
- },
2225
- 'carbon_wp_posts.post_content_filtered': {
2226
- MYSQL_TYPE: 'longtext',
2227
- MAX_LENGTH: '',
2228
- AUTO_INCREMENT: false,
2229
- SKIP_COLUMN_IN_POST: false
2230
- },
2231
- 'carbon_wp_posts.post_parent': {
2232
- MYSQL_TYPE: 'bigint unsigned',
2233
- MAX_LENGTH: '',
2234
- AUTO_INCREMENT: false,
2235
- SKIP_COLUMN_IN_POST: true
2236
- },
2237
- 'carbon_wp_posts.guid': {
2238
- MYSQL_TYPE: 'varchar',
2239
- MAX_LENGTH: '255',
2240
- AUTO_INCREMENT: false,
2241
- SKIP_COLUMN_IN_POST: true
2242
- },
2243
- 'carbon_wp_posts.menu_order': {
2244
- MYSQL_TYPE: 'int',
2245
- MAX_LENGTH: '',
2246
- AUTO_INCREMENT: false,
2247
- SKIP_COLUMN_IN_POST: true
2248
- },
2249
- 'carbon_wp_posts.post_type': {
2250
- MYSQL_TYPE: 'varchar',
2251
- MAX_LENGTH: '20',
2252
- AUTO_INCREMENT: false,
2253
- SKIP_COLUMN_IN_POST: true
2254
- },
2255
- 'carbon_wp_posts.post_mime_type': {
2256
- MYSQL_TYPE: 'varchar',
2257
- MAX_LENGTH: '100',
2258
- AUTO_INCREMENT: false,
2259
- SKIP_COLUMN_IN_POST: true
2260
- },
2261
- 'carbon_wp_posts.comment_count': {
2262
- MYSQL_TYPE: 'bigint',
2263
- MAX_LENGTH: '',
2264
- AUTO_INCREMENT: false,
2265
- SKIP_COLUMN_IN_POST: true
2266
- },
2267
- },
2268
- REGEX_VALIDATION: {}
2269
- };
2270
- const wp_term_relationships = {
2271
- TABLE_NAME: 'wp_term_relationships',
2272
- OBJECT_ID: 'carbon_wp_term_relationships.object_id',
2273
- TERM_TAXONOMY_ID: 'carbon_wp_term_relationships.term_taxonomy_id',
2274
- TERM_ORDER: 'carbon_wp_term_relationships.term_order',
2275
- PRIMARY: [
2276
- 'carbon_wp_term_relationships.object_id',
2277
- 'carbon_wp_term_relationships.term_taxonomy_id',
2278
- ],
2279
- PRIMARY_SHORT: [
2280
- 'object_id', 'term_taxonomy_id',
2281
- ],
2282
- COLUMNS: {
2283
- 'carbon_wp_term_relationships.object_id': 'object_id',
2284
- 'carbon_wp_term_relationships.term_taxonomy_id': 'term_taxonomy_id',
2285
- 'carbon_wp_term_relationships.term_order': 'term_order',
2286
- },
2287
- TYPE_VALIDATION: {
2288
- 'carbon_wp_term_relationships.object_id': {
2289
- MYSQL_TYPE: 'bigint unsigned',
2290
- MAX_LENGTH: '',
2291
- AUTO_INCREMENT: false,
2292
- SKIP_COLUMN_IN_POST: true
2293
- },
2294
- 'carbon_wp_term_relationships.term_taxonomy_id': {
2295
- MYSQL_TYPE: 'bigint unsigned',
2296
- MAX_LENGTH: '',
2297
- AUTO_INCREMENT: false,
2298
- SKIP_COLUMN_IN_POST: true
2299
- },
2300
- 'carbon_wp_term_relationships.term_order': {
2301
- MYSQL_TYPE: 'int',
2302
- MAX_LENGTH: '',
2303
- AUTO_INCREMENT: false,
2304
- SKIP_COLUMN_IN_POST: true
2305
- },
2306
- },
2307
- REGEX_VALIDATION: {}
2308
- };
2309
- const wp_term_taxonomy = {
2310
- TABLE_NAME: 'wp_term_taxonomy',
2311
- TERM_TAXONOMY_ID: 'carbon_wp_term_taxonomy.term_taxonomy_id',
2312
- TERM_ID: 'carbon_wp_term_taxonomy.term_id',
2313
- TAXONOMY: 'carbon_wp_term_taxonomy.taxonomy',
2314
- DESCRIPTION: 'carbon_wp_term_taxonomy.description',
2315
- PARENT: 'carbon_wp_term_taxonomy.parent',
2316
- COUNT: 'carbon_wp_term_taxonomy.count',
2317
- PRIMARY: [
2318
- 'carbon_wp_term_taxonomy.term_taxonomy_id',
2319
- ],
2320
- PRIMARY_SHORT: [
2321
- 'term_taxonomy_id',
2322
- ],
2323
- COLUMNS: {
2324
- 'carbon_wp_term_taxonomy.term_taxonomy_id': 'term_taxonomy_id',
2325
- 'carbon_wp_term_taxonomy.term_id': 'term_id',
2326
- 'carbon_wp_term_taxonomy.taxonomy': 'taxonomy',
2327
- 'carbon_wp_term_taxonomy.description': 'description',
2328
- 'carbon_wp_term_taxonomy.parent': 'parent',
2329
- 'carbon_wp_term_taxonomy.count': 'count',
2330
- },
2331
- TYPE_VALIDATION: {
2332
- 'carbon_wp_term_taxonomy.term_taxonomy_id': {
2333
- MYSQL_TYPE: 'bigint unsigned',
2334
- MAX_LENGTH: '',
2335
- AUTO_INCREMENT: true,
2336
- SKIP_COLUMN_IN_POST: true
2337
- },
2338
- 'carbon_wp_term_taxonomy.term_id': {
2339
- MYSQL_TYPE: 'bigint unsigned',
2340
- MAX_LENGTH: '',
2341
- AUTO_INCREMENT: false,
2342
- SKIP_COLUMN_IN_POST: true
2343
- },
2344
- 'carbon_wp_term_taxonomy.taxonomy': {
2345
- MYSQL_TYPE: 'varchar',
2346
- MAX_LENGTH: '32',
2347
- AUTO_INCREMENT: false,
2348
- SKIP_COLUMN_IN_POST: true
2349
- },
2350
- 'carbon_wp_term_taxonomy.description': {
2351
- MYSQL_TYPE: 'longtext',
2352
- MAX_LENGTH: '',
2353
- AUTO_INCREMENT: false,
2354
- SKIP_COLUMN_IN_POST: false
2355
- },
2356
- 'carbon_wp_term_taxonomy.parent': {
2357
- MYSQL_TYPE: 'bigint unsigned',
2358
- MAX_LENGTH: '',
2359
- AUTO_INCREMENT: false,
2360
- SKIP_COLUMN_IN_POST: true
2361
- },
2362
- 'carbon_wp_term_taxonomy.count': {
2363
- MYSQL_TYPE: 'bigint',
2364
- MAX_LENGTH: '',
2365
- AUTO_INCREMENT: false,
2366
- SKIP_COLUMN_IN_POST: true
2367
- },
2368
- },
2369
- REGEX_VALIDATION: {}
2370
- };
2371
- const wp_termmeta = {
2372
- TABLE_NAME: 'wp_termmeta',
2373
- META_ID: 'carbon_wp_termmeta.meta_id',
2374
- TERM_ID: 'carbon_wp_termmeta.term_id',
2375
- META_KEY: 'carbon_wp_termmeta.meta_key',
2376
- META_VALUE: 'carbon_wp_termmeta.meta_value',
2377
- PRIMARY: [
2378
- 'carbon_wp_termmeta.meta_id',
2379
- ],
2380
- PRIMARY_SHORT: [
2381
- 'meta_id',
2382
- ],
2383
- COLUMNS: {
2384
- 'carbon_wp_termmeta.meta_id': 'meta_id',
2385
- 'carbon_wp_termmeta.term_id': 'term_id',
2386
- 'carbon_wp_termmeta.meta_key': 'meta_key',
2387
- 'carbon_wp_termmeta.meta_value': 'meta_value',
2388
- },
2389
- TYPE_VALIDATION: {
2390
- 'carbon_wp_termmeta.meta_id': {
2391
- MYSQL_TYPE: 'bigint unsigned',
2392
- MAX_LENGTH: '',
2393
- AUTO_INCREMENT: true,
2394
- SKIP_COLUMN_IN_POST: true
2395
- },
2396
- 'carbon_wp_termmeta.term_id': {
2397
- MYSQL_TYPE: 'bigint unsigned',
2398
- MAX_LENGTH: '',
2399
- AUTO_INCREMENT: false,
2400
- SKIP_COLUMN_IN_POST: true
2401
- },
2402
- 'carbon_wp_termmeta.meta_key': {
2403
- MYSQL_TYPE: 'varchar',
2404
- MAX_LENGTH: '255',
2405
- AUTO_INCREMENT: false,
2406
- SKIP_COLUMN_IN_POST: true
2407
- },
2408
- 'carbon_wp_termmeta.meta_value': {
2409
- MYSQL_TYPE: 'longtext',
2410
- MAX_LENGTH: '',
2411
- AUTO_INCREMENT: false,
2412
- SKIP_COLUMN_IN_POST: false
2413
- },
2414
- },
2415
- REGEX_VALIDATION: {}
2416
- };
2417
- const wp_terms = {
2418
- TABLE_NAME: 'wp_terms',
2419
- TERM_ID: 'carbon_wp_terms.term_id',
2420
- NAME: 'carbon_wp_terms.name',
2421
- SLUG: 'carbon_wp_terms.slug',
2422
- TERM_GROUP: 'carbon_wp_terms.term_group',
2423
- PRIMARY: [
2424
- 'carbon_wp_terms.term_id',
2425
- ],
2426
- PRIMARY_SHORT: [
2427
- 'term_id',
2428
- ],
2429
- COLUMNS: {
2430
- 'carbon_wp_terms.term_id': 'term_id',
2431
- 'carbon_wp_terms.name': 'name',
2432
- 'carbon_wp_terms.slug': 'slug',
2433
- 'carbon_wp_terms.term_group': 'term_group',
2434
- },
2435
- TYPE_VALIDATION: {
2436
- 'carbon_wp_terms.term_id': {
2437
- MYSQL_TYPE: 'bigint unsigned',
2438
- MAX_LENGTH: '',
2439
- AUTO_INCREMENT: true,
2440
- SKIP_COLUMN_IN_POST: true
2441
- },
2442
- 'carbon_wp_terms.name': {
2443
- MYSQL_TYPE: 'varchar',
2444
- MAX_LENGTH: '200',
2445
- AUTO_INCREMENT: false,
2446
- SKIP_COLUMN_IN_POST: true
2447
- },
2448
- 'carbon_wp_terms.slug': {
2449
- MYSQL_TYPE: 'varchar',
2450
- MAX_LENGTH: '200',
2451
- AUTO_INCREMENT: false,
2452
- SKIP_COLUMN_IN_POST: true
2453
- },
2454
- 'carbon_wp_terms.term_group': {
2455
- MYSQL_TYPE: 'bigint',
2456
- MAX_LENGTH: '',
2457
- AUTO_INCREMENT: false,
2458
- SKIP_COLUMN_IN_POST: true
2459
- },
2460
- },
2461
- REGEX_VALIDATION: {}
2462
- };
2463
- const wp_usermeta = {
2464
- TABLE_NAME: 'wp_usermeta',
2465
- UMETA_ID: 'carbon_wp_usermeta.umeta_id',
2466
- USER_ID: 'carbon_wp_usermeta.user_id',
2467
- META_KEY: 'carbon_wp_usermeta.meta_key',
2468
- META_VALUE: 'carbon_wp_usermeta.meta_value',
2469
- PRIMARY: [
2470
- 'carbon_wp_usermeta.umeta_id',
2471
- ],
2472
- PRIMARY_SHORT: [
2473
- 'umeta_id',
2474
- ],
2475
- COLUMNS: {
2476
- 'carbon_wp_usermeta.umeta_id': 'umeta_id',
2477
- 'carbon_wp_usermeta.user_id': 'user_id',
2478
- 'carbon_wp_usermeta.meta_key': 'meta_key',
2479
- 'carbon_wp_usermeta.meta_value': 'meta_value',
2480
- },
2481
- TYPE_VALIDATION: {
2482
- 'carbon_wp_usermeta.umeta_id': {
2483
- MYSQL_TYPE: 'bigint unsigned',
2484
- MAX_LENGTH: '',
2485
- AUTO_INCREMENT: true,
2486
- SKIP_COLUMN_IN_POST: true
2487
- },
2488
- 'carbon_wp_usermeta.user_id': {
2489
- MYSQL_TYPE: 'bigint unsigned',
2490
- MAX_LENGTH: '',
2491
- AUTO_INCREMENT: false,
2492
- SKIP_COLUMN_IN_POST: true
2493
- },
2494
- 'carbon_wp_usermeta.meta_key': {
2495
- MYSQL_TYPE: 'varchar',
2496
- MAX_LENGTH: '255',
2497
- AUTO_INCREMENT: false,
2498
- SKIP_COLUMN_IN_POST: true
2499
- },
2500
- 'carbon_wp_usermeta.meta_value': {
2501
- MYSQL_TYPE: 'longtext',
2502
- MAX_LENGTH: '',
2503
- AUTO_INCREMENT: false,
2504
- SKIP_COLUMN_IN_POST: false
2505
- },
2506
- },
2507
- REGEX_VALIDATION: {}
2508
- };
2509
- const wp_users = {
2510
- TABLE_NAME: 'wp_users',
2511
- ID: 'carbon_wp_users.ID',
2512
- USER_LOGIN: 'carbon_wp_users.user_login',
2513
- USER_PASS: 'carbon_wp_users.user_pass',
2514
- USER_NICENAME: 'carbon_wp_users.user_nicename',
2515
- USER_EMAIL: 'carbon_wp_users.user_email',
2516
- USER_URL: 'carbon_wp_users.user_url',
2517
- USER_REGISTERED: 'carbon_wp_users.user_registered',
2518
- USER_ACTIVATION_KEY: 'carbon_wp_users.user_activation_key',
2519
- USER_STATUS: 'carbon_wp_users.user_status',
2520
- DISPLAY_NAME: 'carbon_wp_users.display_name',
2521
- PRIMARY: [
2522
- 'carbon_wp_users.ID',
2523
- ],
2524
- PRIMARY_SHORT: [
2525
- 'ID',
2526
- ],
2527
- COLUMNS: {
2528
- 'carbon_wp_users.ID': 'ID',
2529
- 'carbon_wp_users.user_login': 'user_login',
2530
- 'carbon_wp_users.user_pass': 'user_pass',
2531
- 'carbon_wp_users.user_nicename': 'user_nicename',
2532
- 'carbon_wp_users.user_email': 'user_email',
2533
- 'carbon_wp_users.user_url': 'user_url',
2534
- 'carbon_wp_users.user_registered': 'user_registered',
2535
- 'carbon_wp_users.user_activation_key': 'user_activation_key',
2536
- 'carbon_wp_users.user_status': 'user_status',
2537
- 'carbon_wp_users.display_name': 'display_name',
2538
- },
2539
- TYPE_VALIDATION: {
2540
- 'carbon_wp_users.ID': {
2541
- MYSQL_TYPE: 'bigint unsigned',
2542
- MAX_LENGTH: '',
2543
- AUTO_INCREMENT: true,
2544
- SKIP_COLUMN_IN_POST: true
2545
- },
2546
- 'carbon_wp_users.user_login': {
2547
- MYSQL_TYPE: 'varchar',
2548
- MAX_LENGTH: '60',
2549
- AUTO_INCREMENT: false,
2550
- SKIP_COLUMN_IN_POST: true
2551
- },
2552
- 'carbon_wp_users.user_pass': {
2553
- MYSQL_TYPE: 'varchar',
2554
- MAX_LENGTH: '255',
2555
- AUTO_INCREMENT: false,
2556
- SKIP_COLUMN_IN_POST: true
2557
- },
2558
- 'carbon_wp_users.user_nicename': {
2559
- MYSQL_TYPE: 'varchar',
2560
- MAX_LENGTH: '50',
2561
- AUTO_INCREMENT: false,
2562
- SKIP_COLUMN_IN_POST: true
2563
- },
2564
- 'carbon_wp_users.user_email': {
2565
- MYSQL_TYPE: 'varchar',
2566
- MAX_LENGTH: '100',
2567
- AUTO_INCREMENT: false,
2568
- SKIP_COLUMN_IN_POST: true
2569
- },
2570
- 'carbon_wp_users.user_url': {
2571
- MYSQL_TYPE: 'varchar',
2572
- MAX_LENGTH: '100',
2573
- AUTO_INCREMENT: false,
2574
- SKIP_COLUMN_IN_POST: true
2575
- },
2576
- 'carbon_wp_users.user_registered': {
2577
- MYSQL_TYPE: 'datetime',
2578
- MAX_LENGTH: '',
2579
- AUTO_INCREMENT: false,
2580
- SKIP_COLUMN_IN_POST: true
2581
- },
2582
- 'carbon_wp_users.user_activation_key': {
2583
- MYSQL_TYPE: 'varchar',
2584
- MAX_LENGTH: '255',
2585
- AUTO_INCREMENT: false,
2586
- SKIP_COLUMN_IN_POST: true
2587
- },
2588
- 'carbon_wp_users.user_status': {
2589
- MYSQL_TYPE: 'int',
2590
- MAX_LENGTH: '',
2591
- AUTO_INCREMENT: false,
2592
- SKIP_COLUMN_IN_POST: true
2593
- },
2594
- 'carbon_wp_users.display_name': {
2595
- MYSQL_TYPE: 'varchar',
2596
- MAX_LENGTH: '250',
2597
- AUTO_INCREMENT: false,
2598
- SKIP_COLUMN_IN_POST: true
2599
- },
2600
- },
2601
- REGEX_VALIDATION: {}
2602
- };
2603
- const TABLES = {
2604
- carbons: carbons,
2605
- comments: comments,
2606
- documentation: documentation,
2607
- feature_group_references: feature_group_references,
2608
- features: features,
2609
- group_references: group_references,
2610
- groups: groups,
2611
- history_logs: history_logs,
2612
- location_references: location_references,
2613
- locations: locations,
2614
- photos: photos,
2615
- reports: reports,
2616
- user_followers: user_followers,
2617
- user_groups: user_groups,
2618
- user_messages: user_messages,
2619
- user_sessions: user_sessions,
2620
- user_tasks: user_tasks,
2621
- users: users,
2622
- wp_commentmeta: wp_commentmeta,
2623
- wp_comments: wp_comments,
2624
- wp_links: wp_links,
2625
- wp_options: wp_options,
2626
- wp_postmeta: wp_postmeta,
2627
- wp_posts: wp_posts,
2628
- wp_term_relationships: wp_term_relationships,
2629
- wp_term_taxonomy: wp_term_taxonomy,
2630
- wp_termmeta: wp_termmeta,
2631
- wp_terms: wp_terms,
2632
- wp_usermeta: wp_usermeta,
2633
- wp_users: wp_users,
2634
- };
2635
- const C6 = {
2636
- // try to 1=1 match the Rest abstract class
2637
- ADDDATE: 'ADDDATE',
2638
- ADDTIME: 'ADDTIME',
2639
- AS: 'AS',
2640
- ASC: 'ASC',
2641
- BETWEEN: 'BETWEEN',
2642
- CONCAT: 'CONCAT',
2643
- CONVERT_TZ: 'CONVERT_TZ',
2644
- COUNT: 'COUNT',
2645
- COUNT_ALL: 'COUNT_ALL',
2646
- CURRENT_DATE: 'CURRENT_DATE',
2647
- CURRENT_TIMESTAMP: 'CURRENT_TIMESTAMP',
2648
- DAY: 'DAY',
2649
- DAY_HOUR: 'DAY_HOUR',
2650
- DAY_MICROSECOND: 'DAY_MICROSECOND',
2651
- DAY_MINUTE: 'DAY_MINUTE',
2652
- DAY_SECOND: 'DAY_SECOND',
2653
- DAYNAME: 'DAYNAME',
2654
- DAYOFMONTH: 'DAYOFMONTH',
2655
- DAYOFWEEK: 'DAYOFWEEK',
2656
- DAYOFYEAR: 'DAYOFYEAR',
2657
- DATE: 'DATE',
2658
- DATE_ADD: 'DATE_ADD',
2659
- DATEDIFF: 'DATEDIFF',
2660
- DATE_SUB: 'DATE_SUB',
2661
- DATE_FORMAT: 'DATE_FORMAT',
2662
- DESC: 'DESC',
2663
- DISTINCT: 'DISTINCT',
2664
- EXTRACT: 'EXTRACT',
2665
- EQUAL: '=',
2666
- EQUAL_NULL_SAFE: '<=>',
2667
- FALSE: 'FALSE',
2668
- FULL_OUTER: 'FULL_OUTER',
2669
- FROM_DAYS: 'FROM_DAYS',
2670
- FROM_UNIXTIME: 'FROM_UNIXTIME',
2671
- GET_FORMAT: 'GET_FORMAT',
2672
- GREATER_THAN: '>',
2673
- GROUP_BY: 'GROUP_BY',
2674
- GROUP_CONCAT: 'GROUP_CONCAT',
2675
- GREATER_THAN_OR_EQUAL_TO: '>=',
2676
- HAVING: 'HAVING',
2677
- HEX: 'HEX',
2678
- HOUR: 'HOUR',
2679
- HOUR_MICROSECOND: 'HOUR_MICROSECOND',
2680
- HOUR_SECOND: 'HOUR_SECOND',
2681
- HOUR_MINUTE: 'HOUR_MINUTE',
2682
- IN: 'IN',
2683
- IS: 'IS',
2684
- IS_NOT: 'IS_NOT',
2685
- INNER: 'INNER',
2686
- INTERVAL: 'INTERVAL',
2687
- JOIN: 'JOIN',
2688
- LEFT: 'LEFT',
2689
- LEFT_OUTER: 'LEFT_OUTER',
2690
- LESS_THAN: '<',
2691
- LESS_THAN_OR_EQUAL_TO: '<=',
2692
- LIKE: 'LIKE',
2693
- LIMIT: 'LIMIT',
2694
- LOCALTIME: 'LOCALTIME',
2695
- LOCALTIMESTAMP: 'LOCALTIMESTAMP',
2696
- MAKEDATE: 'MAKEDATE',
2697
- MAKETIME: 'MAKETIME',
2698
- MONTHNAME: 'MONTHNAME',
2699
- MICROSECOND: 'MICROSECOND',
2700
- MINUTE: 'MINUTE',
2701
- MINUTE_MICROSECOND: 'MINUTE_MICROSECOND',
2702
- MINUTE_SECOND: 'MINUTE_SECOND',
2703
- MIN: 'MIN',
2704
- MAX: 'MAX',
2705
- MONTH: 'MONTH',
2706
- NOT_LIKE: 'NOT_LIKE',
2707
- NOT_EQUAL: '<>',
2708
- NOT_IN: 'NOT_IN',
2709
- NOW: 'NOW',
2710
- NULL: 'NULL',
2711
- ORDER: 'ORDER',
2712
- PAGE: 'PAGE',
2713
- PAGINATION: 'PAGINATION',
2714
- RIGHT_OUTER: 'RIGHT_OUTER',
2715
- SECOND: 'SECOND',
2716
- SECOND_MICROSECOND: 'SECOND_MICROSECOND',
2717
- SELECT: 'SELECT',
2718
- STR_TO_DATE: 'STR_TO_DATE',
2719
- SUBDATE: 'SUBDATE',
2720
- SUBTIME: 'SUBTIME',
2721
- SUM: 'SUM',
2722
- SYSDATE: 'SYSDATE',
2723
- TIME: 'TIME',
2724
- TIME_FORMAT: 'TIME_FORMAT',
2725
- TIME_TO_SEC: 'TIME_TO_SEC',
2726
- TIMEDIFF: 'TIMEDIFF',
2727
- TIMESTAMP: 'TIMESTAMP',
2728
- TIMESTAMPADD: 'TIMESTAMPADD',
2729
- TIMESTAMPDIFF: 'TIMESTAMPDIFF',
2730
- TO_DAYS: 'TO_DAYS',
2731
- TO_SECONDS: 'TO_SECONDS',
2732
- TRANSACTION_TIMESTAMP: 'TRANSACTION_TIMESTAMP',
2733
- TRUE: 'TRUE',
2734
- UNIX_TIMESTAMP: 'UNIX_TIMESTAMP',
2735
- UNKNOWN: 'UNKNOWN',
2736
- UPDATE: 'UPDATE',
2737
- UNHEX: 'UNHEX',
2738
- UTC_DATE: 'UNHEX',
2739
- UTC_TIME: 'UNHEX',
2740
- UTC_TIMESTAMP: 'UNHEX',
2741
- WHERE: 'WHERE',
2742
- WEEKDAY: 'WEEKDAY',
2743
- WEEKOFYEAR: 'WEEKOFYEAR',
2744
- YEARWEEK: 'YEARWEEK',
2745
- // carbon identifiers
2746
- DEPENDANT_ON_ENTITY: 'DEPENDANT_ON_ENTITY',
2747
- // PHP validation
2748
- OPTIONS: 'OPTIONS',
2749
- GET: 'GET',
2750
- POST: 'POST',
2751
- PUT: 'PUT',
2752
- REPLACE: 'REPLACE INTO',
2753
- DELETE: 'DELETE',
2754
- REST_REQUEST_PREPROCESS_CALLBACKS: 'PREPROCESS',
2755
- PREPROCESS: 'PREPROCESS',
2756
- REST_REQUEST_FINNISH_CALLBACKS: 'FINISH',
2757
- FINISH: 'FINISH',
2758
- VALIDATE_C6_ENTITY_ID_REGEX: '#^([a-fA-F0-9]{20,35})$#',
2759
- TABLES: TABLES,
2760
- ...TABLES
2761
- };
2762
- const COLUMNS = {
2763
- 'carbon_carbons.entity_pk': 'entity_pk',
2764
- 'carbon_carbons.entity_fk': 'entity_fk',
2765
- 'carbon_carbons.entity_tag': 'entity_tag',
2766
- 'carbon_comments.parent_id': 'parent_id',
2767
- 'carbon_comments.comment_id': 'comment_id',
2768
- 'carbon_comments.user_id': 'user_id',
2769
- 'carbon_comments.comment': 'comment',
2770
- 'carbon_documentation.documentation_uri': 'documentation_uri',
2771
- 'carbon_documentation.documentation_data': 'documentation_data',
2772
- 'carbon_documentation.documentation_version': 'documentation_version',
2773
- 'carbon_documentation.documentation_active': 'documentation_active',
2774
- 'carbon_feature_group_references.feature_entity_id': 'feature_entity_id',
2775
- 'carbon_feature_group_references.group_entity_id': 'group_entity_id',
2776
- 'carbon_features.feature_entity_id': 'feature_entity_id',
2777
- 'carbon_features.feature_code': 'feature_code',
2778
- 'carbon_features.feature_creation_date': 'feature_creation_date',
2779
- 'carbon_group_references.group_id': 'group_id',
2780
- 'carbon_group_references.allowed_to_grant_group_id': 'allowed_to_grant_group_id',
2781
- 'carbon_groups.group_name': 'group_name',
2782
- 'carbon_groups.entity_id': 'entity_id',
2783
- 'carbon_groups.created_by': 'created_by',
2784
- 'carbon_groups.creation_date': 'creation_date',
2785
- 'carbon_history_logs.history_uuid': 'history_uuid',
2786
- 'carbon_history_logs.history_table': 'history_table',
2787
- 'carbon_history_logs.history_type': 'history_type',
2788
- 'carbon_history_logs.history_data': 'history_data',
2789
- 'carbon_history_logs.history_original_query': 'history_original_query',
2790
- 'carbon_history_logs.history_time': 'history_time',
2791
- 'carbon_location_references.entity_reference': 'entity_reference',
2792
- 'carbon_location_references.location_reference': 'location_reference',
2793
- 'carbon_location_references.location_time': 'location_time',
2794
- 'carbon_locations.entity_id': 'entity_id',
2795
- 'carbon_locations.latitude': 'latitude',
2796
- 'carbon_locations.longitude': 'longitude',
2797
- 'carbon_locations.street': 'street',
2798
- 'carbon_locations.city': 'city',
2799
- 'carbon_locations.state': 'state',
2800
- 'carbon_locations.elevation': 'elevation',
2801
- 'carbon_locations.zip': 'zip',
2802
- 'carbon_photos.parent_id': 'parent_id',
2803
- 'carbon_photos.photo_id': 'photo_id',
2804
- 'carbon_photos.user_id': 'user_id',
2805
- 'carbon_photos.photo_path': 'photo_path',
2806
- 'carbon_photos.photo_description': 'photo_description',
2807
- 'carbon_reports.log_level': 'log_level',
2808
- 'carbon_reports.report': 'report',
2809
- 'carbon_reports.date': 'date',
2810
- 'carbon_reports.call_trace': 'call_trace',
2811
- 'carbon_user_followers.follower_table_id': 'follower_table_id',
2812
- 'carbon_user_followers.follows_user_id': 'follows_user_id',
2813
- 'carbon_user_followers.user_id': 'user_id',
2814
- 'carbon_user_groups.group_id': 'group_id',
2815
- 'carbon_user_groups.user_id': 'user_id',
2816
- 'carbon_user_messages.message_id': 'message_id',
2817
- 'carbon_user_messages.from_user_id': 'from_user_id',
2818
- 'carbon_user_messages.to_user_id': 'to_user_id',
2819
- 'carbon_user_messages.message': 'message',
2820
- 'carbon_user_messages.message_read': 'message_read',
2821
- 'carbon_user_messages.creation_date': 'creation_date',
2822
- 'carbon_user_sessions.user_id': 'user_id',
2823
- 'carbon_user_sessions.user_ip': 'user_ip',
2824
- 'carbon_user_sessions.session_id': 'session_id',
2825
- 'carbon_user_sessions.session_expires': 'session_expires',
2826
- 'carbon_user_sessions.session_data': 'session_data',
2827
- 'carbon_user_sessions.user_online_status': 'user_online_status',
2828
- 'carbon_user_tasks.task_id': 'task_id',
2829
- 'carbon_user_tasks.user_id': 'user_id',
2830
- 'carbon_user_tasks.from_id': 'from_id',
2831
- 'carbon_user_tasks.task_name': 'task_name',
2832
- 'carbon_user_tasks.task_description': 'task_description',
2833
- 'carbon_user_tasks.percent_complete': 'percent_complete',
2834
- 'carbon_user_tasks.start_date': 'start_date',
2835
- 'carbon_user_tasks.end_date': 'end_date',
2836
- 'carbon_users.user_username': 'user_username',
2837
- 'carbon_users.user_password': 'user_password',
2838
- 'carbon_users.user_id': 'user_id',
2839
- 'carbon_users.user_type': 'user_type',
2840
- 'carbon_users.user_sport': 'user_sport',
2841
- 'carbon_users.user_session_id': 'user_session_id',
2842
- 'carbon_users.user_facebook_id': 'user_facebook_id',
2843
- 'carbon_users.user_first_name': 'user_first_name',
2844
- 'carbon_users.user_last_name': 'user_last_name',
2845
- 'carbon_users.user_profile_pic': 'user_profile_pic',
2846
- 'carbon_users.user_profile_uri': 'user_profile_uri',
2847
- 'carbon_users.user_cover_photo': 'user_cover_photo',
2848
- 'carbon_users.user_birthday': 'user_birthday',
2849
- 'carbon_users.user_gender': 'user_gender',
2850
- 'carbon_users.user_about_me': 'user_about_me',
2851
- 'carbon_users.user_rank': 'user_rank',
2852
- 'carbon_users.user_email': 'user_email',
2853
- 'carbon_users.user_email_code': 'user_email_code',
2854
- 'carbon_users.user_email_confirmed': 'user_email_confirmed',
2855
- 'carbon_users.user_generated_string': 'user_generated_string',
2856
- 'carbon_users.user_membership': 'user_membership',
2857
- 'carbon_users.user_deactivated': 'user_deactivated',
2858
- 'carbon_users.user_last_login': 'user_last_login',
2859
- 'carbon_users.user_ip': 'user_ip',
2860
- 'carbon_users.user_education_history': 'user_education_history',
2861
- 'carbon_users.user_location': 'user_location',
2862
- 'carbon_users.user_creation_date': 'user_creation_date',
2863
- 'carbon_wp_commentmeta.meta_id': 'meta_id',
2864
- 'carbon_wp_commentmeta.comment_id': 'comment_id',
2865
- 'carbon_wp_commentmeta.meta_key': 'meta_key',
2866
- 'carbon_wp_commentmeta.meta_value': 'meta_value',
2867
- 'carbon_wp_comments.comment_ID': 'comment_ID',
2868
- 'carbon_wp_comments.comment_post_ID': 'comment_post_ID',
2869
- 'carbon_wp_comments.comment_author': 'comment_author',
2870
- 'carbon_wp_comments.comment_author_email': 'comment_author_email',
2871
- 'carbon_wp_comments.comment_author_url': 'comment_author_url',
2872
- 'carbon_wp_comments.comment_author_IP': 'comment_author_IP',
2873
- 'carbon_wp_comments.comment_date': 'comment_date',
2874
- 'carbon_wp_comments.comment_date_gmt': 'comment_date_gmt',
2875
- 'carbon_wp_comments.comment_content': 'comment_content',
2876
- 'carbon_wp_comments.comment_karma': 'comment_karma',
2877
- 'carbon_wp_comments.comment_approved': 'comment_approved',
2878
- 'carbon_wp_comments.comment_agent': 'comment_agent',
2879
- 'carbon_wp_comments.comment_type': 'comment_type',
2880
- 'carbon_wp_comments.comment_parent': 'comment_parent',
2881
- 'carbon_wp_comments.user_id': 'user_id',
2882
- 'carbon_wp_links.link_id': 'link_id',
2883
- 'carbon_wp_links.link_url': 'link_url',
2884
- 'carbon_wp_links.link_name': 'link_name',
2885
- 'carbon_wp_links.link_image': 'link_image',
2886
- 'carbon_wp_links.link_target': 'link_target',
2887
- 'carbon_wp_links.link_description': 'link_description',
2888
- 'carbon_wp_links.link_visible': 'link_visible',
2889
- 'carbon_wp_links.link_owner': 'link_owner',
2890
- 'carbon_wp_links.link_rating': 'link_rating',
2891
- 'carbon_wp_links.link_updated': 'link_updated',
2892
- 'carbon_wp_links.link_rel': 'link_rel',
2893
- 'carbon_wp_links.link_notes': 'link_notes',
2894
- 'carbon_wp_links.link_rss': 'link_rss',
2895
- 'carbon_wp_options.option_id': 'option_id',
2896
- 'carbon_wp_options.option_name': 'option_name',
2897
- 'carbon_wp_options.option_value': 'option_value',
2898
- 'carbon_wp_options.autoload': 'autoload',
2899
- 'carbon_wp_postmeta.meta_id': 'meta_id',
2900
- 'carbon_wp_postmeta.post_id': 'post_id',
2901
- 'carbon_wp_postmeta.meta_key': 'meta_key',
2902
- 'carbon_wp_postmeta.meta_value': 'meta_value',
2903
- 'carbon_wp_posts.ID': 'ID',
2904
- 'carbon_wp_posts.post_author': 'post_author',
2905
- 'carbon_wp_posts.post_date': 'post_date',
2906
- 'carbon_wp_posts.post_date_gmt': 'post_date_gmt',
2907
- 'carbon_wp_posts.post_content': 'post_content',
2908
- 'carbon_wp_posts.post_title': 'post_title',
2909
- 'carbon_wp_posts.post_excerpt': 'post_excerpt',
2910
- 'carbon_wp_posts.post_status': 'post_status',
2911
- 'carbon_wp_posts.comment_status': 'comment_status',
2912
- 'carbon_wp_posts.ping_status': 'ping_status',
2913
- 'carbon_wp_posts.post_password': 'post_password',
2914
- 'carbon_wp_posts.post_name': 'post_name',
2915
- 'carbon_wp_posts.to_ping': 'to_ping',
2916
- 'carbon_wp_posts.pinged': 'pinged',
2917
- 'carbon_wp_posts.post_modified': 'post_modified',
2918
- 'carbon_wp_posts.post_modified_gmt': 'post_modified_gmt',
2919
- 'carbon_wp_posts.post_content_filtered': 'post_content_filtered',
2920
- 'carbon_wp_posts.post_parent': 'post_parent',
2921
- 'carbon_wp_posts.guid': 'guid',
2922
- 'carbon_wp_posts.menu_order': 'menu_order',
2923
- 'carbon_wp_posts.post_type': 'post_type',
2924
- 'carbon_wp_posts.post_mime_type': 'post_mime_type',
2925
- 'carbon_wp_posts.comment_count': 'comment_count',
2926
- 'carbon_wp_term_relationships.object_id': 'object_id',
2927
- 'carbon_wp_term_relationships.term_taxonomy_id': 'term_taxonomy_id',
2928
- 'carbon_wp_term_relationships.term_order': 'term_order',
2929
- 'carbon_wp_term_taxonomy.term_taxonomy_id': 'term_taxonomy_id',
2930
- 'carbon_wp_term_taxonomy.term_id': 'term_id',
2931
- 'carbon_wp_term_taxonomy.taxonomy': 'taxonomy',
2932
- 'carbon_wp_term_taxonomy.description': 'description',
2933
- 'carbon_wp_term_taxonomy.parent': 'parent',
2934
- 'carbon_wp_term_taxonomy.count': 'count',
2935
- 'carbon_wp_termmeta.meta_id': 'meta_id',
2936
- 'carbon_wp_termmeta.term_id': 'term_id',
2937
- 'carbon_wp_termmeta.meta_key': 'meta_key',
2938
- 'carbon_wp_termmeta.meta_value': 'meta_value',
2939
- 'carbon_wp_terms.term_id': 'term_id',
2940
- 'carbon_wp_terms.name': 'name',
2941
- 'carbon_wp_terms.slug': 'slug',
2942
- 'carbon_wp_terms.term_group': 'term_group',
2943
- 'carbon_wp_usermeta.umeta_id': 'umeta_id',
2944
- 'carbon_wp_usermeta.user_id': 'user_id',
2945
- 'carbon_wp_usermeta.meta_key': 'meta_key',
2946
- 'carbon_wp_usermeta.meta_value': 'meta_value',
2947
- 'carbon_wp_users.ID': 'ID',
2948
- 'carbon_wp_users.user_login': 'user_login',
2949
- 'carbon_wp_users.user_pass': 'user_pass',
2950
- 'carbon_wp_users.user_nicename': 'user_nicename',
2951
- 'carbon_wp_users.user_email': 'user_email',
2952
- 'carbon_wp_users.user_url': 'user_url',
2953
- 'carbon_wp_users.user_registered': 'user_registered',
2954
- 'carbon_wp_users.user_activation_key': 'user_activation_key',
2955
- 'carbon_wp_users.user_status': 'user_status',
2956
- 'carbon_wp_users.display_name': 'display_name',
2957
- };
2958
- const initialRestfulObjectsState = {
2959
- carbons: undefined,
2960
- comments: undefined,
2961
- documentation: undefined,
2962
- feature_group_references: undefined,
2963
- features: undefined,
2964
- group_references: undefined,
2965
- groups: undefined,
2966
- history_logs: undefined,
2967
- location_references: undefined,
2968
- locations: undefined,
2969
- photos: undefined,
2970
- reports: undefined,
2971
- user_followers: undefined,
2972
- user_groups: undefined,
2973
- user_messages: undefined,
2974
- user_sessions: undefined,
2975
- user_tasks: undefined,
2976
- users: undefined,
2977
- wp_commentmeta: undefined,
2978
- wp_comments: undefined,
2979
- wp_links: undefined,
2980
- wp_options: undefined,
2981
- wp_postmeta: undefined,
2982
- wp_posts: undefined,
2983
- wp_term_relationships: undefined,
2984
- wp_term_taxonomy: undefined,
2985
- wp_termmeta: undefined,
2986
- wp_terms: undefined,
2987
- wp_usermeta: undefined,
2988
- wp_users: undefined,
2989
- };
2990
-
2991
- var BootstrapStyle = {"h6":"Ip82DIC","h5":"JkX1up0","h4":"TcfCDiP","h3":"fE5bcAC","h2":"CCHGRLf","h1":"SnuLb3s","small":"-PV1l0j","mark":"VzffaFg","lead":"A0ZOmI1","display-1":"P4ARRgc","display1":"P4ARRgc","display-2":"XMjMO6q","display2":"XMjMO6q","display-3":"_6xLyu0w","display3":"_6xLyu0w","display-4":"k4ZIX30","display4":"k4ZIX30","display-5":"i1-qVHB","display5":"i1-qVHB","display-6":"lgybFLn","display6":"lgybFLn","list-unstyled":"Hq3ESZb","listUnstyled":"Hq3ESZb","list-inline":"_7wEWwoq","listInline":"_7wEWwoq","list-inline-item":"gkE4OTL","listInlineItem":"gkE4OTL","initialism":"VuOfQ0h","blockquote":"bqVTaOk","blockquote-footer":"_3wxivuP","blockquoteFooter":"_3wxivuP","img-fluid":"F1I0-lS","imgFluid":"F1I0-lS","img-thumbnail":"hzsdEoy","imgThumbnail":"hzsdEoy","figure":"zsi2kWY","figure-img":"gyFb01c","figureImg":"gyFb01c","figure-caption":"eH6yY9H","figureCaption":"eH6yY9H","container":"_7FPkqSI","container-fluid":"_1rGETc-","containerFluid":"_1rGETc-","container-xxl":"nYqXNSk","containerXxl":"nYqXNSk","container-xl":"X3tkRGc","containerXl":"X3tkRGc","container-lg":"_2f1y-5I","containerLg":"_2f1y-5I","container-md":"GEbZt-x","containerMd":"GEbZt-x","container-sm":"Ryk4kal","containerSm":"Ryk4kal","container-xs":"qSThMZs","containerXs":"qSThMZs","container-xxs":"Kv9Dc2h","containerXxs":"Kv9Dc2h","row":"fZxgjdG","col":"xI2Yjqd","row-cols-auto":"JlKekaG","rowColsAuto":"JlKekaG","row-cols-1":"j3-JPxu","rowCols1":"j3-JPxu","row-cols-2":"_-87PTWw","rowCols2":"_-87PTWw","row-cols-3":"xg81Q5-","rowCols3":"xg81Q5-","row-cols-4":"_6NJACWz","rowCols4":"_6NJACWz","row-cols-5":"YOHEbCT","rowCols5":"YOHEbCT","row-cols-6":"od1x71k","rowCols6":"od1x71k","col-auto":"qPkVmm3","colAuto":"qPkVmm3","col-1":"XdgpDRm","col1":"XdgpDRm","col-2":"Nnp8PVz","col2":"Nnp8PVz","col-3":"w6hyElO","col3":"w6hyElO","col-4":"xyZt8cE","col4":"xyZt8cE","col-5":"YGaP-9Q","col5":"YGaP-9Q","col-6":"KYNxjvJ","col6":"KYNxjvJ","col-7":"BbPrwP7","col7":"BbPrwP7","col-8":"IlyOnky","col8":"IlyOnky","col-9":"HoDoL6q","col9":"HoDoL6q","col-10":"ARroshs","col10":"ARroshs","col-11":"n2lUdtt","col11":"n2lUdtt","col-12":"_5JuzibV","col12":"_5JuzibV","offset-1":"nZ9Xb-k","offset1":"nZ9Xb-k","offset-2":"OgHbgOt","offset2":"OgHbgOt","offset-3":"F7LiLfa","offset3":"F7LiLfa","offset-4":"k1O1srV","offset4":"k1O1srV","offset-5":"_30sC-Kz","offset5":"_30sC-Kz","offset-6":"iQJy2vy","offset6":"iQJy2vy","offset-7":"e2satC-","offset7":"e2satC-","offset-8":"ClZUqnu","offset8":"ClZUqnu","offset-9":"nbofs-X","offset9":"nbofs-X","offset-10":"_4C5kIHt","offset10":"_4C5kIHt","offset-11":"bay78tu","offset11":"bay78tu","g-0":"ONHfQHc","g0":"ONHfQHc","gx-0":"tq6MGXI","gx0":"tq6MGXI","gy-0":"_5eYpn58","gy0":"_5eYpn58","g-1":"o5eHmqq","g1":"o5eHmqq","gx-1":"RuIote1","gx1":"RuIote1","gy-1":"YVL5G0W","gy1":"YVL5G0W","g-2":"ERUKYp-","g2":"ERUKYp-","gx-2":"_0l1euTy","gx2":"_0l1euTy","gy-2":"KvutbPF","gy2":"KvutbPF","g-3":"enRn-vu","g3":"enRn-vu","gx-3":"epq7JPm","gx3":"epq7JPm","gy-3":"D56odtd","gy3":"D56odtd","g-4":"kaG08JT","g4":"kaG08JT","gx-4":"oY8-TsT","gx4":"oY8-TsT","gy-4":"bbVQ-1u","gy4":"bbVQ-1u","g-5":"TEeinim","g5":"TEeinim","gx-5":"ADSAagI","gx5":"ADSAagI","gy-5":"sMXSU-n","gy5":"sMXSU-n","col-xs":"r-6VcpS","colXs":"r-6VcpS","row-cols-xs-auto":"W1OXGDZ","rowColsXsAuto":"W1OXGDZ","row-cols-xs-1":"T4UnnLc","rowColsXs1":"T4UnnLc","row-cols-xs-2":"F-yIeYz","rowColsXs2":"F-yIeYz","row-cols-xs-3":"JGJNK5d","rowColsXs3":"JGJNK5d","row-cols-xs-4":"glJhMBW","rowColsXs4":"glJhMBW","row-cols-xs-5":"oSA3sKB","rowColsXs5":"oSA3sKB","row-cols-xs-6":"bT-520U","rowColsXs6":"bT-520U","col-xs-auto":"A2VOsta","colXsAuto":"A2VOsta","col-xs-1":"-Cnfb7w","colXs1":"-Cnfb7w","col-xs-2":"d2PilHT","colXs2":"d2PilHT","col-xs-3":"Jxzrj8q","colXs3":"Jxzrj8q","col-xs-4":"YrhtNy1","colXs4":"YrhtNy1","col-xs-5":"fJt6bcG","colXs5":"fJt6bcG","col-xs-6":"_1sAJcca","colXs6":"_1sAJcca","col-xs-7":"u6ix23k","colXs7":"u6ix23k","col-xs-8":"IVdsiF9","colXs8":"IVdsiF9","col-xs-9":"hB2c3z1","colXs9":"hB2c3z1","col-xs-10":"h30hFcb","colXs10":"h30hFcb","col-xs-11":"h9PG68X","colXs11":"h9PG68X","col-xs-12":"CdEqC3R","colXs12":"CdEqC3R","offset-xs-0":"vbc5FaS","offsetXs0":"vbc5FaS","offset-xs-1":"_4OoCw0q","offsetXs1":"_4OoCw0q","offset-xs-2":"P8AyC6W","offsetXs2":"P8AyC6W","offset-xs-3":"BjWSfWZ","offsetXs3":"BjWSfWZ","offset-xs-4":"QgF2Wed","offsetXs4":"QgF2Wed","offset-xs-5":"bJCFxUU","offsetXs5":"bJCFxUU","offset-xs-6":"e0n5XKV","offsetXs6":"e0n5XKV","offset-xs-7":"HwHA2ah","offsetXs7":"HwHA2ah","offset-xs-8":"llPxWD5","offsetXs8":"llPxWD5","offset-xs-9":"vTtRRW6","offsetXs9":"vTtRRW6","offset-xs-10":"NvWFAAq","offsetXs10":"NvWFAAq","offset-xs-11":"aW0tzBT","offsetXs11":"aW0tzBT","g-xs-0":"gbctTVy","gXs0":"gbctTVy","gx-xs-0":"_4NhKVg5","gxXs0":"_4NhKVg5","gy-xs-0":"ey5Tcm0","gyXs0":"ey5Tcm0","g-xs-1":"YIzXszw","gXs1":"YIzXszw","gx-xs-1":"TKA9LTG","gxXs1":"TKA9LTG","gy-xs-1":"v2GiMTv","gyXs1":"v2GiMTv","g-xs-2":"BdXAANY","gXs2":"BdXAANY","gx-xs-2":"GPKzp0b","gxXs2":"GPKzp0b","gy-xs-2":"weDqoUT","gyXs2":"weDqoUT","g-xs-3":"Syu4FJT","gXs3":"Syu4FJT","gx-xs-3":"MJiQwPt","gxXs3":"MJiQwPt","gy-xs-3":"rFvR4yb","gyXs3":"rFvR4yb","g-xs-4":"_6ipQK4P","gXs4":"_6ipQK4P","gx-xs-4":"SE1wRbV","gxXs4":"SE1wRbV","gy-xs-4":"yRU-WNJ","gyXs4":"yRU-WNJ","g-xs-5":"eGHSbL-","gXs5":"eGHSbL-","gx-xs-5":"_9qXJCsj","gxXs5":"_9qXJCsj","gy-xs-5":"XWsddQ6","gyXs5":"XWsddQ6","col-sm":"O3lEq6F","colSm":"O3lEq6F","row-cols-sm-auto":"b5nEr42","rowColsSmAuto":"b5nEr42","row-cols-sm-1":"IwFKwFc","rowColsSm1":"IwFKwFc","row-cols-sm-2":"aXNMTag","rowColsSm2":"aXNMTag","row-cols-sm-3":"apWPOHd","rowColsSm3":"apWPOHd","row-cols-sm-4":"_7MQ--qk","rowColsSm4":"_7MQ--qk","row-cols-sm-5":"NewZjMi","rowColsSm5":"NewZjMi","row-cols-sm-6":"OYkfCQx","rowColsSm6":"OYkfCQx","col-sm-auto":"OgyOkYP","colSmAuto":"OgyOkYP","col-sm-1":"iXE1YBy","colSm1":"iXE1YBy","col-sm-2":"kFHjYVx","colSm2":"kFHjYVx","col-sm-3":"Jef98xC","colSm3":"Jef98xC","col-sm-4":"SVqPfnd","colSm4":"SVqPfnd","col-sm-5":"kaHtsT-","colSm5":"kaHtsT-","col-sm-6":"-bLV9k-","colSm6":"-bLV9k-","col-sm-7":"Mcnsw9j","colSm7":"Mcnsw9j","col-sm-8":"_40vCSbQ","colSm8":"_40vCSbQ","col-sm-9":"ACHethg","colSm9":"ACHethg","col-sm-10":"q2-m2ZS","colSm10":"q2-m2ZS","col-sm-11":"-YjQ-Q6","colSm11":"-YjQ-Q6","col-sm-12":"umhBcx1","colSm12":"umhBcx1","offset-sm-0":"Ti8bPFG","offsetSm0":"Ti8bPFG","offset-sm-1":"Rzb0gpH","offsetSm1":"Rzb0gpH","offset-sm-2":"WoWJVnd","offsetSm2":"WoWJVnd","offset-sm-3":"HVqS26k","offsetSm3":"HVqS26k","offset-sm-4":"_7AGLUv3","offsetSm4":"_7AGLUv3","offset-sm-5":"DPqCn8T","offsetSm5":"DPqCn8T","offset-sm-6":"d2Jzpvp","offsetSm6":"d2Jzpvp","offset-sm-7":"E2BvEY6","offsetSm7":"E2BvEY6","offset-sm-8":"_6vu3iN3","offsetSm8":"_6vu3iN3","offset-sm-9":"mCkvE-T","offsetSm9":"mCkvE-T","offset-sm-10":"xc-Z1xf","offsetSm10":"xc-Z1xf","offset-sm-11":"C-FwcdO","offsetSm11":"C-FwcdO","g-sm-0":"-jXOMKJ","gSm0":"-jXOMKJ","gx-sm-0":"FURFM95","gxSm0":"FURFM95","gy-sm-0":"xsEuhm6","gySm0":"xsEuhm6","g-sm-1":"_-8zYfzL","gSm1":"_-8zYfzL","gx-sm-1":"pfV-N-S","gxSm1":"pfV-N-S","gy-sm-1":"TU9a80h","gySm1":"TU9a80h","g-sm-2":"eLXGAVN","gSm2":"eLXGAVN","gx-sm-2":"EZZ4gJt","gxSm2":"EZZ4gJt","gy-sm-2":"S0aHEi3","gySm2":"S0aHEi3","g-sm-3":"x-SYPyq","gSm3":"x-SYPyq","gx-sm-3":"sO9EMLr","gxSm3":"sO9EMLr","gy-sm-3":"Oc-5dP0","gySm3":"Oc-5dP0","g-sm-4":"Cb8zUFR","gSm4":"Cb8zUFR","gx-sm-4":"-zpMbZI","gxSm4":"-zpMbZI","gy-sm-4":"-KJ-Ssq","gySm4":"-KJ-Ssq","g-sm-5":"qgSFJry","gSm5":"qgSFJry","gx-sm-5":"_8NHtdTP","gxSm5":"_8NHtdTP","gy-sm-5":"Hi9siSO","gySm5":"Hi9siSO","col-md":"u7dBJz-","colMd":"u7dBJz-","row-cols-md-auto":"UKQW1YA","rowColsMdAuto":"UKQW1YA","row-cols-md-1":"M29ymOH","rowColsMd1":"M29ymOH","row-cols-md-2":"Pls6vb4","rowColsMd2":"Pls6vb4","row-cols-md-3":"sYncP5k","rowColsMd3":"sYncP5k","row-cols-md-4":"v1atoVQ","rowColsMd4":"v1atoVQ","row-cols-md-5":"DGPf96d","rowColsMd5":"DGPf96d","row-cols-md-6":"qdIc42H","rowColsMd6":"qdIc42H","col-md-auto":"ARv1heL","colMdAuto":"ARv1heL","col-md-1":"pq0rSlu","colMd1":"pq0rSlu","col-md-2":"KbFs3dQ","colMd2":"KbFs3dQ","col-md-3":"Q6WBxVk","colMd3":"Q6WBxVk","col-md-4":"SyOxp6k","colMd4":"SyOxp6k","col-md-5":"_5wZ2SE7","colMd5":"_5wZ2SE7","col-md-6":"NubIUSe","colMd6":"NubIUSe","col-md-7":"ziVGPkq","colMd7":"ziVGPkq","col-md-8":"_9NxMSOF","colMd8":"_9NxMSOF","col-md-9":"fYb2rLw","colMd9":"fYb2rLw","col-md-10":"U1iaMET","colMd10":"U1iaMET","col-md-11":"yOFbZvk","colMd11":"yOFbZvk","col-md-12":"PG7x5Bj","colMd12":"PG7x5Bj","offset-md-0":"kUfWxma","offsetMd0":"kUfWxma","offset-md-1":"ofwuIwo","offsetMd1":"ofwuIwo","offset-md-2":"_7nM9d8v","offsetMd2":"_7nM9d8v","offset-md-3":"Mme-ztX","offsetMd3":"Mme-ztX","offset-md-4":"m-TjSA6","offsetMd4":"m-TjSA6","offset-md-5":"_7FrMCSX","offsetMd5":"_7FrMCSX","offset-md-6":"_54b9Bge","offsetMd6":"_54b9Bge","offset-md-7":"QjoXwa7","offsetMd7":"QjoXwa7","offset-md-8":"-iOTY-R","offsetMd8":"-iOTY-R","offset-md-9":"pcJEZNJ","offsetMd9":"pcJEZNJ","offset-md-10":"_02Buov6","offsetMd10":"_02Buov6","offset-md-11":"q0XkFCh","offsetMd11":"q0XkFCh","g-md-0":"hOIotcd","gMd0":"hOIotcd","gx-md-0":"Fu-M5rG","gxMd0":"Fu-M5rG","gy-md-0":"VcgYDPF","gyMd0":"VcgYDPF","g-md-1":"iOvEbv-","gMd1":"iOvEbv-","gx-md-1":"kVxVKDN","gxMd1":"kVxVKDN","gy-md-1":"aFtJMOr","gyMd1":"aFtJMOr","g-md-2":"_6N2EbDv","gMd2":"_6N2EbDv","gx-md-2":"QaFSM94","gxMd2":"QaFSM94","gy-md-2":"_0wF7YBC","gyMd2":"_0wF7YBC","g-md-3":"WLuwA-i","gMd3":"WLuwA-i","gx-md-3":"FHqiTFH","gxMd3":"FHqiTFH","gy-md-3":"whxUCI6","gyMd3":"whxUCI6","g-md-4":"qhTNuKu","gMd4":"qhTNuKu","gx-md-4":"shR-6wD","gxMd4":"shR-6wD","gy-md-4":"_29q-7-Z","gyMd4":"_29q-7-Z","g-md-5":"prCWy2u","gMd5":"prCWy2u","gx-md-5":"_1LwIJ1N","gxMd5":"_1LwIJ1N","gy-md-5":"G1ArWKx","gyMd5":"G1ArWKx","col-lg":"_7LB5ohn","colLg":"_7LB5ohn","row-cols-lg-auto":"OP7uBS5","rowColsLgAuto":"OP7uBS5","row-cols-lg-1":"HsPDOmX","rowColsLg1":"HsPDOmX","row-cols-lg-2":"AS6Vnyw","rowColsLg2":"AS6Vnyw","row-cols-lg-3":"nsNb0mB","rowColsLg3":"nsNb0mB","row-cols-lg-4":"e7S9U10","rowColsLg4":"e7S9U10","row-cols-lg-5":"GE9izSc","rowColsLg5":"GE9izSc","row-cols-lg-6":"_4EsFFoT","rowColsLg6":"_4EsFFoT","col-lg-auto":"_6PVe5iT","colLgAuto":"_6PVe5iT","col-lg-1":"NyyvY1X","colLg1":"NyyvY1X","col-lg-2":"BpFgIWL","colLg2":"BpFgIWL","col-lg-3":"H7-nEwk","colLg3":"H7-nEwk","col-lg-4":"jIgm9Ci","colLg4":"jIgm9Ci","col-lg-5":"U2TyqcO","colLg5":"U2TyqcO","col-lg-6":"ohm5lj2","colLg6":"ohm5lj2","col-lg-7":"EvudxFa","colLg7":"EvudxFa","col-lg-8":"M8ryaKn","colLg8":"M8ryaKn","col-lg-9":"S6c3Aey","colLg9":"S6c3Aey","col-lg-10":"wKgoJgU","colLg10":"wKgoJgU","col-lg-11":"aohUqry","colLg11":"aohUqry","col-lg-12":"R8CqxrB","colLg12":"R8CqxrB","offset-lg-0":"_0ZtAjFV","offsetLg0":"_0ZtAjFV","offset-lg-1":"ASgfgh1","offsetLg1":"ASgfgh1","offset-lg-2":"MWyirU9","offsetLg2":"MWyirU9","offset-lg-3":"_1Qzo0dT","offsetLg3":"_1Qzo0dT","offset-lg-4":"-DnkQbN","offsetLg4":"-DnkQbN","offset-lg-5":"_3DsQprA","offsetLg5":"_3DsQprA","offset-lg-6":"nV5-TKv","offsetLg6":"nV5-TKv","offset-lg-7":"_4wKOzg5","offsetLg7":"_4wKOzg5","offset-lg-8":"AAPOG05","offsetLg8":"AAPOG05","offset-lg-9":"wldKgaN","offsetLg9":"wldKgaN","offset-lg-10":"AKEvQw2","offsetLg10":"AKEvQw2","offset-lg-11":"EU-syOe","offsetLg11":"EU-syOe","g-lg-0":"_8NFuGZU","gLg0":"_8NFuGZU","gx-lg-0":"zWUcSrO","gxLg0":"zWUcSrO","gy-lg-0":"En8sYCw","gyLg0":"En8sYCw","g-lg-1":"L8Nymg-","gLg1":"L8Nymg-","gx-lg-1":"GMrEOc4","gxLg1":"GMrEOc4","gy-lg-1":"_2sgezMQ","gyLg1":"_2sgezMQ","g-lg-2":"j3ZAOBT","gLg2":"j3ZAOBT","gx-lg-2":"aIpXFWJ","gxLg2":"aIpXFWJ","gy-lg-2":"nmSbSs3","gyLg2":"nmSbSs3","g-lg-3":"_8m4vV5V","gLg3":"_8m4vV5V","gx-lg-3":"I-XBKfq","gxLg3":"I-XBKfq","gy-lg-3":"_6y0HaJ2","gyLg3":"_6y0HaJ2","g-lg-4":"RlSXAqb","gLg4":"RlSXAqb","gx-lg-4":"y1yIS-h","gxLg4":"y1yIS-h","gy-lg-4":"h8-curT","gyLg4":"h8-curT","g-lg-5":"aQNP4TY","gLg5":"aQNP4TY","gx-lg-5":"jR-Ei0k","gxLg5":"jR-Ei0k","gy-lg-5":"ncpOy8K","gyLg5":"ncpOy8K","col-xl":"Ybe-wI4","colXl":"Ybe-wI4","row-cols-xl-auto":"_4em7efb","rowColsXlAuto":"_4em7efb","row-cols-xl-1":"t2c3SNt","rowColsXl1":"t2c3SNt","row-cols-xl-2":"v7FJUd8","rowColsXl2":"v7FJUd8","row-cols-xl-3":"USiZV4r","rowColsXl3":"USiZV4r","row-cols-xl-4":"LC7nM77","rowColsXl4":"LC7nM77","row-cols-xl-5":"NonBeDl","rowColsXl5":"NonBeDl","row-cols-xl-6":"MG-om-O","rowColsXl6":"MG-om-O","col-xl-auto":"iRiRmIr","colXlAuto":"iRiRmIr","col-xl-1":"tRAoe-g","colXl1":"tRAoe-g","col-xl-2":"pUNKtGF","colXl2":"pUNKtGF","col-xl-3":"onPd8VJ","colXl3":"onPd8VJ","col-xl-4":"_12EPRNR","colXl4":"_12EPRNR","col-xl-5":"z9yaBoU","colXl5":"z9yaBoU","col-xl-6":"-BYwU9n","colXl6":"-BYwU9n","col-xl-7":"YCO-mDI","colXl7":"YCO-mDI","col-xl-8":"AlLCThu","colXl8":"AlLCThu","col-xl-9":"pkWOvsg","colXl9":"pkWOvsg","col-xl-10":"gg8NLe0","colXl10":"gg8NLe0","col-xl-11":"aedpCOj","colXl11":"aedpCOj","col-xl-12":"KgKMR0D","colXl12":"KgKMR0D","offset-xl-0":"-jx2XIQ","offsetXl0":"-jx2XIQ","offset-xl-1":"Cah-55-","offsetXl1":"Cah-55-","offset-xl-2":"jU23POn","offsetXl2":"jU23POn","offset-xl-3":"ki1Ko39","offsetXl3":"ki1Ko39","offset-xl-4":"IGMARD2","offsetXl4":"IGMARD2","offset-xl-5":"bmxabow","offsetXl5":"bmxabow","offset-xl-6":"_0BvCDLM","offsetXl6":"_0BvCDLM","offset-xl-7":"FlGhnaa","offsetXl7":"FlGhnaa","offset-xl-8":"SzYENY3","offsetXl8":"SzYENY3","offset-xl-9":"oECm-rS","offsetXl9":"oECm-rS","offset-xl-10":"Cl-vLk5","offsetXl10":"Cl-vLk5","offset-xl-11":"su4AvYH","offsetXl11":"su4AvYH","g-xl-0":"HLYMcma","gXl0":"HLYMcma","gx-xl-0":"dOlp5D9","gxXl0":"dOlp5D9","gy-xl-0":"Yx-N1tT","gyXl0":"Yx-N1tT","g-xl-1":"ERGzjFp","gXl1":"ERGzjFp","gx-xl-1":"_429ikJh","gxXl1":"_429ikJh","gy-xl-1":"_6O2iIFh","gyXl1":"_6O2iIFh","g-xl-2":"_8Bm-NGQ","gXl2":"_8Bm-NGQ","gx-xl-2":"yrMZhNm","gxXl2":"yrMZhNm","gy-xl-2":"W5F8mN8","gyXl2":"W5F8mN8","g-xl-3":"gyz03fK","gXl3":"gyz03fK","gx-xl-3":"_62aG92l","gxXl3":"_62aG92l","gy-xl-3":"_5I4t2pn","gyXl3":"_5I4t2pn","g-xl-4":"IJzZI05","gXl4":"IJzZI05","gx-xl-4":"uD-DNOK","gxXl4":"uD-DNOK","gy-xl-4":"_0nsYtMv","gyXl4":"_0nsYtMv","g-xl-5":"CrAhwuC","gXl5":"CrAhwuC","gx-xl-5":"LyzfJqY","gxXl5":"LyzfJqY","gy-xl-5":"_8DUyZRR","gyXl5":"_8DUyZRR","col-xxl":"QS1QjGq","colXxl":"QS1QjGq","row-cols-xxl-auto":"Zk95Wii","rowColsXxlAuto":"Zk95Wii","row-cols-xxl-1":"qjduvBi","rowColsXxl1":"qjduvBi","row-cols-xxl-2":"qXFZk3K","rowColsXxl2":"qXFZk3K","row-cols-xxl-3":"Ou2gyOt","rowColsXxl3":"Ou2gyOt","row-cols-xxl-4":"nSK0M-n","rowColsXxl4":"nSK0M-n","row-cols-xxl-5":"_8I3jkEh","rowColsXxl5":"_8I3jkEh","row-cols-xxl-6":"_5c77K8L","rowColsXxl6":"_5c77K8L","col-xxl-auto":"qO85rwt","colXxlAuto":"qO85rwt","col-xxl-1":"dL6OIkz","colXxl1":"dL6OIkz","col-xxl-2":"mQ-ec6l","colXxl2":"mQ-ec6l","col-xxl-3":"_4aY9-o6","colXxl3":"_4aY9-o6","col-xxl-4":"honoEdd","colXxl4":"honoEdd","col-xxl-5":"FlObzJQ","colXxl5":"FlObzJQ","col-xxl-6":"VrEQIBU","colXxl6":"VrEQIBU","col-xxl-7":"TUAuInW","colXxl7":"TUAuInW","col-xxl-8":"XdeiFK5","colXxl8":"XdeiFK5","col-xxl-9":"c--H9p-","colXxl9":"c--H9p-","col-xxl-10":"DJed57m","colXxl10":"DJed57m","col-xxl-11":"_82cOHWe","colXxl11":"_82cOHWe","col-xxl-12":"_5CJMzzO","colXxl12":"_5CJMzzO","offset-xxl-0":"A1-l57J","offsetXxl0":"A1-l57J","offset-xxl-1":"ynQj31j","offsetXxl1":"ynQj31j","offset-xxl-2":"R9-sp-L","offsetXxl2":"R9-sp-L","offset-xxl-3":"_2Zc-MD7","offsetXxl3":"_2Zc-MD7","offset-xxl-4":"RFs0TNI","offsetXxl4":"RFs0TNI","offset-xxl-5":"SzywN9J","offsetXxl5":"SzywN9J","offset-xxl-6":"_-4onh3l","offsetXxl6":"_-4onh3l","offset-xxl-7":"Av3zWDO","offsetXxl7":"Av3zWDO","offset-xxl-8":"_7Wj009i","offsetXxl8":"_7Wj009i","offset-xxl-9":"lR2lgk1","offsetXxl9":"lR2lgk1","offset-xxl-10":"_7wtyUW3","offsetXxl10":"_7wtyUW3","offset-xxl-11":"j5jo0b3","offsetXxl11":"j5jo0b3","g-xxl-0":"aCGDHkn","gXxl0":"aCGDHkn","gx-xxl-0":"VoJZSnB","gxXxl0":"VoJZSnB","gy-xxl-0":"_9oLwSuI","gyXxl0":"_9oLwSuI","g-xxl-1":"LhqVeiU","gXxl1":"LhqVeiU","gx-xxl-1":"xf35Zbi","gxXxl1":"xf35Zbi","gy-xxl-1":"_1ncveiD","gyXxl1":"_1ncveiD","g-xxl-2":"b9SAvLR","gXxl2":"b9SAvLR","gx-xxl-2":"DK-fe8A","gxXxl2":"DK-fe8A","gy-xxl-2":"hjWabCu","gyXxl2":"hjWabCu","g-xxl-3":"ivNPNtm","gXxl3":"ivNPNtm","gx-xxl-3":"pyAVBxl","gxXxl3":"pyAVBxl","gy-xxl-3":"LNC5wlq","gyXxl3":"LNC5wlq","g-xxl-4":"ZyOYqaV","gXxl4":"ZyOYqaV","gx-xxl-4":"uW2KqWL","gxXxl4":"uW2KqWL","gy-xxl-4":"_06sfPPV","gyXxl4":"_06sfPPV","g-xxl-5":"OySF0-d","gXxl5":"OySF0-d","gx-xxl-5":"_3ksKVV6","gxXxl5":"_3ksKVV6","gy-xxl-5":"q6vsC-X","gyXxl5":"q6vsC-X","table":"_6K0wAVp","table-group-divider":"UIIqhnO","tableGroupDivider":"UIIqhnO","caption-top":"XAHz8oN","captionTop":"XAHz8oN","table-sm":"kafmQCz","tableSm":"kafmQCz","table-bordered":"_0Nh-hfz","tableBordered":"_0Nh-hfz","table-borderless":"VQhiJB3","tableBorderless":"VQhiJB3","table-striped":"SyccdAk","tableStriped":"SyccdAk","table-striped-columns":"_3oC7KG4","tableStripedColumns":"_3oC7KG4","table-active":"Cj8kiLo","tableActive":"Cj8kiLo","table-hover":"kr26kbo","tableHover":"kr26kbo","table-primary":"WvKWFRQ","tablePrimary":"WvKWFRQ","table-secondary":"-WbhEsQ","tableSecondary":"-WbhEsQ","table-success":"xXiGHTn","tableSuccess":"xXiGHTn","table-info":"ZVODab3","tableInfo":"ZVODab3","table-warning":"inmIIoc","tableWarning":"inmIIoc","table-danger":"zCQpCdD","tableDanger":"zCQpCdD","table-light":"-sb0H3L","tableLight":"-sb0H3L","table-dark":"NYnwdK6","tableDark":"NYnwdK6","table-responsive":"WjLhNTJ","tableResponsive":"WjLhNTJ","table-responsive-xs":"OCak-Za","tableResponsiveXs":"OCak-Za","table-responsive-sm":"SEkGdaz","tableResponsiveSm":"SEkGdaz","table-responsive-md":"a8ACZMv","tableResponsiveMd":"a8ACZMv","table-responsive-lg":"Hxo2Wh5","tableResponsiveLg":"Hxo2Wh5","table-responsive-xl":"ucc1lyI","tableResponsiveXl":"ucc1lyI","table-responsive-xxl":"bSV4huL","tableResponsiveXxl":"bSV4huL","form-label":"_6KOV-WJ","formLabel":"_6KOV-WJ","col-form-label":"ncUrDnG","colFormLabel":"ncUrDnG","col-form-label-lg":"_2iph67q","colFormLabelLg":"_2iph67q","col-form-label-sm":"CnmaSmt","colFormLabelSm":"CnmaSmt","form-text":"ik0r-pp","formText":"ik0r-pp","form-control":"q6RqDMR","formControl":"q6RqDMR","form-control-plaintext":"NjpfLhw","formControlPlaintext":"NjpfLhw","form-control-sm":"jmIaiK0","formControlSm":"jmIaiK0","form-control-lg":"Qfp5feW","formControlLg":"Qfp5feW","form-control-color":"TWtS3wk","formControlColor":"TWtS3wk","form-select":"WtaVD8x","formSelect":"WtaVD8x","form-select-sm":"KFeGRG9","formSelectSm":"KFeGRG9","form-select-lg":"_4BH2TBc","formSelectLg":"_4BH2TBc","form-check":"KSRO2cx","formCheck":"KSRO2cx","form-check-input":"d7dZZ7e","formCheckInput":"d7dZZ7e","form-check-reverse":"GVhq9W7","formCheckReverse":"GVhq9W7","form-check-label":"EHaKrbR","formCheckLabel":"EHaKrbR","form-switch":"_956-NSs","formSwitch":"_956-NSs","form-check-inline":"ruI3QM9","formCheckInline":"ruI3QM9","btn-check":"lWxOE4r","btnCheck":"lWxOE4r","btn":"DNeWg-T","form-range":"gG-l31P","formRange":"gG-l31P","form-floating":"PAZ5PRe","formFloating":"PAZ5PRe","input-group":"lvQ5bSs","inputGroup":"lvQ5bSs","input-group-text":"_4zA3vK9","inputGroupText":"_4zA3vK9","input-group-lg":"_1koLEq0","inputGroupLg":"_1koLEq0","input-group-sm":"H02slSb","inputGroupSm":"H02slSb","has-validation":"JGV7Bz-","hasValidation":"JGV7Bz-","dropdown-toggle":"LifuoYQ","dropdownToggle":"LifuoYQ","dropdown-menu":"_0Z6ksIR","dropdownMenu":"_0Z6ksIR","valid-tooltip":"a0cCYcp","validTooltip":"a0cCYcp","valid-feedback":"s9luvnC","validFeedback":"s9luvnC","invalid-tooltip":"ngUy-7n","invalidTooltip":"ngUy-7n","invalid-feedback":"s64RnGQ","invalidFeedback":"s64RnGQ","was-validated":"lGd1oS0","wasValidated":"lGd1oS0","is-valid":"jHWKH7e","isValid":"jHWKH7e","is-invalid":"GMGI1tq","isInvalid":"GMGI1tq","active":"aPhrQ2f","show":"DPkZ-6y","disabled":"FoFyxjp","btn-primary":"oZDJisM","btnPrimary":"oZDJisM","btn-secondary":"gdIywoB","btnSecondary":"gdIywoB","btn-success":"OxM39gL","btnSuccess":"OxM39gL","btn-info":"zXslF22","btnInfo":"zXslF22","btn-warning":"z1Ghltg","btnWarning":"z1Ghltg","btn-danger":"O3OUBnJ","btnDanger":"O3OUBnJ","btn-light":"SMGtXql","btnLight":"SMGtXql","btn-dark":"cfLQqdK","btnDark":"cfLQqdK","btn-outline-primary":"vZbbnTo","btnOutlinePrimary":"vZbbnTo","btn-outline-secondary":"BN9Y7j2","btnOutlineSecondary":"BN9Y7j2","btn-outline-success":"DDevzuf","btnOutlineSuccess":"DDevzuf","btn-outline-info":"UZcMP53","btnOutlineInfo":"UZcMP53","btn-outline-warning":"_43jOGmS","btnOutlineWarning":"_43jOGmS","btn-outline-danger":"snPGakD","btnOutlineDanger":"snPGakD","btn-outline-light":"N5LhTYA","btnOutlineLight":"N5LhTYA","btn-outline-dark":"oxh9fQ9","btnOutlineDark":"oxh9fQ9","btn-link":"yStdTFS","btnLink":"yStdTFS","btn-lg":"kvzSBuE","btnLg":"kvzSBuE","btn-group-lg":"_4KLhjzJ","btnGroupLg":"_4KLhjzJ","btn-sm":"CQZO3TM","btnSm":"CQZO3TM","btn-group-sm":"H46AQVw","btnGroupSm":"H46AQVw","fade":"_-53R6KB","collapse":"F0pne3W","collapsing":"JmWRQgY","collapse-horizontal":"lWgtOd1","collapseHorizontal":"lWgtOd1","dropup":"UjqHl5o","dropend":"f96PxT1","dropdown":"H3wDCmN","dropstart":"-jOPGqw","dropup-center":"PqjjvDY","dropupCenter":"PqjjvDY","dropdown-center":"r21JGbP","dropdownCenter":"r21JGbP","dropdown-menu-start":"lsh2fMP","dropdownMenuStart":"lsh2fMP","dropdown-menu-end":"y6xqC1e","dropdownMenuEnd":"y6xqC1e","dropdown-menu-xs-start":"_8PUZPve","dropdownMenuXsStart":"_8PUZPve","dropdown-menu-xs-end":"_0sejeRU","dropdownMenuXsEnd":"_0sejeRU","dropdown-menu-sm-start":"_5dtYZFQ","dropdownMenuSmStart":"_5dtYZFQ","dropdown-menu-sm-end":"ve4pTOW","dropdownMenuSmEnd":"ve4pTOW","dropdown-menu-md-start":"HGMty74","dropdownMenuMdStart":"HGMty74","dropdown-menu-md-end":"iGAXQFJ","dropdownMenuMdEnd":"iGAXQFJ","dropdown-menu-lg-start":"L3j3ciW","dropdownMenuLgStart":"L3j3ciW","dropdown-menu-lg-end":"SICv-jK","dropdownMenuLgEnd":"SICv-jK","dropdown-menu-xl-start":"-yM2KCW","dropdownMenuXlStart":"-yM2KCW","dropdown-menu-xl-end":"ngWG0Oc","dropdownMenuXlEnd":"ngWG0Oc","dropdown-menu-xxl-start":"LhzzJXp","dropdownMenuXxlStart":"LhzzJXp","dropdown-menu-xxl-end":"QSbO49W","dropdownMenuXxlEnd":"QSbO49W","dropdown-divider":"OIR81UV","dropdownDivider":"OIR81UV","dropdown-item":"TXxlTX5","dropdownItem":"TXxlTX5","dropdown-header":"_7CDC5u4","dropdownHeader":"_7CDC5u4","dropdown-item-text":"_1eGCFWP","dropdownItemText":"_1eGCFWP","dropdown-menu-dark":"Xf7h-aZ","dropdownMenuDark":"Xf7h-aZ","btn-group":"PEqrVRx","btnGroup":"PEqrVRx","btn-group-vertical":"NXLMBwR","btnGroupVertical":"NXLMBwR","btn-toolbar":"nZJ2mv2","btnToolbar":"nZJ2mv2","dropdown-toggle-split":"Or1RlAK","dropdownToggleSplit":"Or1RlAK","nav":"pLaF3q3","nav-link":"I1ZeIUF","navLink":"I1ZeIUF","nav-tabs":"i3pNSzs","navTabs":"i3pNSzs","nav-item":"FrvoAVR","navItem":"FrvoAVR","nav-pills":"inN2itl","navPills":"inN2itl","nav-underline":"ZNOYgKz","navUnderline":"ZNOYgKz","nav-fill":"alRL868","navFill":"alRL868","nav-justified":"BzFuR7J","navJustified":"BzFuR7J","tab-content":"Em1XnP1","tabContent":"Em1XnP1","tab-pane":"_8xKpf0I","tabPane":"_8xKpf0I","navbar":"PqS6vWK","navbar-brand":"TOUJqwQ","navbarBrand":"TOUJqwQ","navbar-nav":"vpT4y3N","navbarNav":"vpT4y3N","navbar-text":"_41eXR7q","navbarText":"_41eXR7q","navbar-collapse":"_6zdeiUM","navbarCollapse":"_6zdeiUM","navbar-toggler":"VlmWrPe","navbarToggler":"VlmWrPe","navbar-toggler-icon":"Y87Oysp","navbarTogglerIcon":"Y87Oysp","navbar-nav-scroll":"KroasXs","navbarNavScroll":"KroasXs","navbar-expand-xs":"Uubdaqk","navbarExpandXs":"Uubdaqk","offcanvas":"AJtyC3N","offcanvas-header":"Fkv4SH-","offcanvasHeader":"Fkv4SH-","offcanvas-body":"NTNnMeh","offcanvasBody":"NTNnMeh","navbar-expand-sm":"_3FXw7Cx","navbarExpandSm":"_3FXw7Cx","navbar-expand-md":"oQL5qh5","navbarExpandMd":"oQL5qh5","navbar-expand-lg":"-rOOnMb","navbarExpandLg":"-rOOnMb","navbar-expand-xl":"V7yGJ-4","navbarExpandXl":"V7yGJ-4","navbar-expand-xxl":"WwcYQhB","navbarExpandXxl":"WwcYQhB","navbar-expand":"sUr-34R","navbarExpand":"sUr-34R","navbar-dark":"iumf8fK","navbarDark":"iumf8fK","card":"ohhFOfc","list-group":"ud0Oo0V","listGroup":"ud0Oo0V","card-header":"v6IRCyU","cardHeader":"v6IRCyU","card-footer":"cHkefkP","cardFooter":"cHkefkP","card-body":"lRt8C2P","cardBody":"lRt8C2P","card-title":"iBTrW-j","cardTitle":"iBTrW-j","card-subtitle":"a-tVybd","cardSubtitle":"a-tVybd","card-text":"bTQaAOM","cardText":"bTQaAOM","card-link":"y5-i2NK","cardLink":"y5-i2NK","card-header-tabs":"PLNdEUa","cardHeaderTabs":"PLNdEUa","card-header-pills":"RNXooMc","cardHeaderPills":"RNXooMc","card-img-overlay":"_6O4pA-q","cardImgOverlay":"_6O4pA-q","card-img":"RwWRXVm","cardImg":"RwWRXVm","card-img-top":"yY6MVPO","cardImgTop":"yY6MVPO","card-img-bottom":"sdaIkPS","cardImgBottom":"sdaIkPS","card-group":"cuniI47","cardGroup":"cuniI47","accordion":"Cylgkgk","accordion-button":"EN-AC5F","accordionButton":"EN-AC5F","collapsed":"vG7qVGd","accordion-header":"unMRrjv","accordionHeader":"unMRrjv","accordion-item":"S9gEeh7","accordionItem":"S9gEeh7","accordion-collapse":"_7hNMzs9","accordionCollapse":"_7hNMzs9","accordion-body":"yKojWRZ","accordionBody":"yKojWRZ","accordion-flush":"aRW-a5-","accordionFlush":"aRW-a5-","breadcrumb":"giyxyzq","breadcrumb-item":"_12Q-N9L","breadcrumbItem":"_12Q-N9L","pagination":"I23jgRu","page-link":"Jiya40D","pageLink":"Jiya40D","page-item":"Rvryhjc","pageItem":"Rvryhjc","pagination-lg":"_4ruAyK8","paginationLg":"_4ruAyK8","pagination-sm":"WXKf5mx","paginationSm":"WXKf5mx","badge":"MR9EnVu","alert":"fc8CHJe","alert-heading":"E-cA1wb","alertHeading":"E-cA1wb","alert-link":"Hs8FAX3","alertLink":"Hs8FAX3","alert-dismissible":"V4NWJH-","alertDismissible":"V4NWJH-","btn-close":"KvUyLmI","btnClose":"KvUyLmI","alert-primary":"ABcl-I5","alertPrimary":"ABcl-I5","alert-secondary":"ujmN4YO","alertSecondary":"ujmN4YO","alert-success":"YIJRND7","alertSuccess":"YIJRND7","alert-info":"jNLa7HE","alertInfo":"jNLa7HE","alert-warning":"iMyUqpm","alertWarning":"iMyUqpm","alert-danger":"kYAKbzT","alertDanger":"kYAKbzT","alert-light":"xCPR1wm","alertLight":"xCPR1wm","alert-dark":"X0RrOAm","alertDark":"X0RrOAm","progress":"_1iZTt0K","progress-stacked":"Zwu1-Da","progressStacked":"Zwu1-Da","progress-bar":"XQ5OjZH","progressBar":"XQ5OjZH","progress-bar-striped":"uYDZbxP","progressBarStriped":"uYDZbxP","progress-bar-animated":"_0KiL9rQ","progressBarAnimated":"_0KiL9rQ","progress-bar-stripes":"VosPIRD","progressBarStripes":"VosPIRD","list-group-numbered":"NYtXJTT","listGroupNumbered":"NYtXJTT","list-group-item":"Qdo83x6","listGroupItem":"Qdo83x6","list-group-item-action":"abjG87Q","listGroupItemAction":"abjG87Q","list-group-horizontal":"jS8lNwU","listGroupHorizontal":"jS8lNwU","list-group-horizontal-xs":"zjSElrX","listGroupHorizontalXs":"zjSElrX","list-group-horizontal-sm":"Xf8TnlB","listGroupHorizontalSm":"Xf8TnlB","list-group-horizontal-md":"uDCbS9R","listGroupHorizontalMd":"uDCbS9R","list-group-horizontal-lg":"oUeQvMc","listGroupHorizontalLg":"oUeQvMc","list-group-horizontal-xl":"jEUAEe7","listGroupHorizontalXl":"jEUAEe7","list-group-horizontal-xxl":"rpVZPqS","listGroupHorizontalXxl":"rpVZPqS","list-group-flush":"WGfE-8O","listGroupFlush":"WGfE-8O","list-group-item-primary":"_219aykc","listGroupItemPrimary":"_219aykc","list-group-item-secondary":"-V3vkmt","listGroupItemSecondary":"-V3vkmt","list-group-item-success":"gs09I9M","listGroupItemSuccess":"gs09I9M","list-group-item-info":"WGgQLqr","listGroupItemInfo":"WGgQLqr","list-group-item-warning":"Akxm-Zh","listGroupItemWarning":"Akxm-Zh","list-group-item-danger":"_7vclJ91","listGroupItemDanger":"_7vclJ91","list-group-item-light":"qWMLZDR","listGroupItemLight":"qWMLZDR","list-group-item-dark":"DtRXEXZ","listGroupItemDark":"DtRXEXZ","btn-close-white":"gUyqa4E","btnCloseWhite":"gUyqa4E","toast":"_0CIbi46","showing":"CfpPIoR","toast-container":"_3RpavT1","toastContainer":"_3RpavT1","toast-header":"GHn6wph","toastHeader":"GHn6wph","toast-body":"XaOnztK","toastBody":"XaOnztK","modal":"b9Z4Jf-","modal-dialog":"_4wH6vpb","modalDialog":"_4wH6vpb","modal-static":"mzlO-9w","modalStatic":"mzlO-9w","modal-dialog-scrollable":"y-GxwPH","modalDialogScrollable":"y-GxwPH","modal-content":"ZNxK6Yg","modalContent":"ZNxK6Yg","modal-body":"twOlG7T","modalBody":"twOlG7T","modal-dialog-centered":"myZvZ0e","modalDialogCentered":"myZvZ0e","modal-backdrop":"_7FD8M4W","modalBackdrop":"_7FD8M4W","modal-header":"_5eFqXed","modalHeader":"_5eFqXed","modal-title":"YpDULS0","modalTitle":"YpDULS0","modal-footer":"_6TKg-Mk","modalFooter":"_6TKg-Mk","modal-sm":"lzRkiIT","modalSm":"lzRkiIT","modal-lg":"aJQwd6g","modalLg":"aJQwd6g","modal-xl":"fWjJl8t","modalXl":"fWjJl8t","modal-fullscreen":"a29wK2L","modalFullscreen":"a29wK2L","modal-fullscreen-xs-down":"PK1sPvH","modalFullscreenXsDown":"PK1sPvH","modal-fullscreen-sm-down":"NLPgIoh","modalFullscreenSmDown":"NLPgIoh","modal-fullscreen-md-down":"_7rdr0qs","modalFullscreenMdDown":"_7rdr0qs","modal-fullscreen-lg-down":"kSJLZnF","modalFullscreenLgDown":"kSJLZnF","modal-fullscreen-xl-down":"Oittpec","modalFullscreenXlDown":"Oittpec","modal-fullscreen-xxl-down":"eHdGG1-","modalFullscreenXxlDown":"eHdGG1-","tooltip":"bcyhtxJ","tooltip-arrow":"_6DZkYob","tooltipArrow":"_6DZkYob","bs-tooltip-top":"_45pfRz2","bsTooltipTop":"_45pfRz2","bs-tooltip-auto":"cCX32A2","bsTooltipAuto":"cCX32A2","bs-tooltip-end":"-jSXps5","bsTooltipEnd":"-jSXps5","bs-tooltip-bottom":"H-Hoypn","bsTooltipBottom":"H-Hoypn","bs-tooltip-start":"Un-EKWL","bsTooltipStart":"Un-EKWL","tooltip-inner":"YizV--k","tooltipInner":"YizV--k","popover":"_7INAfkx","popover-arrow":"jkAcCJV","popoverArrow":"jkAcCJV","bs-popover-top":"cn8iXN1","bsPopoverTop":"cn8iXN1","bs-popover-auto":"_5T2C2A0","bsPopoverAuto":"_5T2C2A0","bs-popover-end":"_1dtThF9","bsPopoverEnd":"_1dtThF9","bs-popover-bottom":"RamC-p6","bsPopoverBottom":"RamC-p6","popover-header":"X4YuleE","popoverHeader":"X4YuleE","bs-popover-start":"JMfl5Fj","bsPopoverStart":"JMfl5Fj","popover-body":"BVkFMNN","popoverBody":"BVkFMNN","carousel":"TVMSNUF","pointer-event":"mnf-5Y-","pointerEvent":"mnf-5Y-","carousel-inner":"NEuaZlT","carouselInner":"NEuaZlT","carousel-item":"-IE3Bwa","carouselItem":"-IE3Bwa","carousel-item-next":"_5b-3Qvp","carouselItemNext":"_5b-3Qvp","carousel-item-prev":"XQ5HGRM","carouselItemPrev":"XQ5HGRM","carousel-item-start":"lHipy9A","carouselItemStart":"lHipy9A","carousel-item-end":"kugkzo9","carouselItemEnd":"kugkzo9","carousel-fade":"eT-2r8K","carouselFade":"eT-2r8K","carousel-control-prev":"nh-MpOs","carouselControlPrev":"nh-MpOs","carousel-control-next":"_8jbA2TB","carouselControlNext":"_8jbA2TB","carousel-control-prev-icon":"_5CMMRuB","carouselControlPrevIcon":"_5CMMRuB","carousel-control-next-icon":"X50hG47","carouselControlNextIcon":"X50hG47","carousel-indicators":"erb-40E","carouselIndicators":"erb-40E","carousel-caption":"HtKj7Z5","carouselCaption":"HtKj7Z5","carousel-dark":"_89vGbHn","carouselDark":"_89vGbHn","spinner-grow":"H6w-Lvx","spinnerGrow":"H6w-Lvx","spinner-border":"_9ahHAVz","spinnerBorder":"_9ahHAVz","spinner-border-sm":"T3t3YCj","spinnerBorderSm":"T3t3YCj","spinner-grow-sm":"E11Kvyy","spinnerGrowSm":"E11Kvyy","offcanvas-xxl":"JvtVrts","offcanvasXxl":"JvtVrts","offcanvas-xl":"toNilL1","offcanvasXl":"toNilL1","offcanvas-lg":"hgQgIjM","offcanvasLg":"hgQgIjM","offcanvas-md":"U4bb1w-","offcanvasMd":"U4bb1w-","offcanvas-sm":"_7EVQMNy","offcanvasSm":"_7EVQMNy","offcanvas-xs":"o1nXs93","offcanvasXs":"o1nXs93","offcanvas-start":"ozW3J6C","offcanvasStart":"ozW3J6C","offcanvas-end":"AWDxf2W","offcanvasEnd":"AWDxf2W","offcanvas-top":"xwE4YeO","offcanvasTop":"xwE4YeO","offcanvas-bottom":"quttzqY","offcanvasBottom":"quttzqY","hiding":"xd5OE6P","offcanvas-backdrop":"xTg8aPX","offcanvasBackdrop":"xTg8aPX","offcanvas-title":"qzo8qH8","offcanvasTitle":"qzo8qH8","placeholder":"QRXNeYI","placeholder-xs":"qli2HNs","placeholderXs":"qli2HNs","placeholder-sm":"z7Kg7Ic","placeholderSm":"z7Kg7Ic","placeholder-lg":"l1fs36c","placeholderLg":"l1fs36c","placeholder-glow":"_-0MxTIO","placeholderGlow":"_-0MxTIO","placeholder-wave":"gphEZTe","placeholderWave":"gphEZTe","clearfix":"vMn-shn","text-bg-primary":"_0gsTvci","textBgPrimary":"_0gsTvci","text-bg-secondary":"_7e4pAsA","textBgSecondary":"_7e4pAsA","text-bg-success":"PP6JQxr","textBgSuccess":"PP6JQxr","text-bg-info":"_67NH9Bg","textBgInfo":"_67NH9Bg","text-bg-warning":"wc3zYiy","textBgWarning":"wc3zYiy","text-bg-danger":"kn-soW-","textBgDanger":"kn-soW-","text-bg-light":"N6xbWCr","textBgLight":"N6xbWCr","text-bg-dark":"vVQcejg","textBgDark":"vVQcejg","link-primary":"nEAk0Vv","linkPrimary":"nEAk0Vv","link-secondary":"Rpa94SS","linkSecondary":"Rpa94SS","link-success":"PRS2CaG","linkSuccess":"PRS2CaG","link-info":"_6Pru05d","linkInfo":"_6Pru05d","link-warning":"_3hHy0Ah","linkWarning":"_3hHy0Ah","link-danger":"sx9K3sT","linkDanger":"sx9K3sT","link-light":"yeq0hzU","linkLight":"yeq0hzU","link-dark":"TiqapU-","linkDark":"TiqapU-","link-body-emphasis":"K0HEzvC","linkBodyEmphasis":"K0HEzvC","focus-ring":"LTdB2E3","focusRing":"LTdB2E3","icon-link":"xJyGEfY","iconLink":"xJyGEfY","bi":"ekpZtQI","icon-link-hover":"LUSeKdf","iconLinkHover":"LUSeKdf","ratio":"wUqHhYf","ratio-1x1":"gRwsIrm","ratio1X1":"gRwsIrm","ratio1x1":"gRwsIrm","ratio-4x3":"_7-mZC2I","ratio4X3":"_7-mZC2I","ratio4x3":"_7-mZC2I","ratio-16x9":"neQqY-A","ratio16X9":"neQqY-A","ratio16x9":"neQqY-A","ratio-21x9":"sBMMqdm","ratio21X9":"sBMMqdm","ratio21x9":"sBMMqdm","fixed-top":"_0QK9fF-","fixedTop":"_0QK9fF-","fixed-bottom":"vKQ9I1i","fixedBottom":"vKQ9I1i","sticky-top":"sY54cE2","stickyTop":"sY54cE2","sticky-bottom":"ZtQcDCW","stickyBottom":"ZtQcDCW","sticky-xs-top":"_6TEQxZf","stickyXsTop":"_6TEQxZf","sticky-xs-bottom":"_4V7fyEd","stickyXsBottom":"_4V7fyEd","sticky-sm-top":"eSiLKZK","stickySmTop":"eSiLKZK","sticky-sm-bottom":"g19RZ00","stickySmBottom":"g19RZ00","sticky-md-top":"KYjqo2r","stickyMdTop":"KYjqo2r","sticky-md-bottom":"hj1Bsw6","stickyMdBottom":"hj1Bsw6","sticky-lg-top":"hlFPoS5","stickyLgTop":"hlFPoS5","sticky-lg-bottom":"Uk6S-9e","stickyLgBottom":"Uk6S-9e","sticky-xl-top":"_3olTKuL","stickyXlTop":"_3olTKuL","sticky-xl-bottom":"CJpw6vK","stickyXlBottom":"CJpw6vK","sticky-xxl-top":"RMOjaFX","stickyXxlTop":"RMOjaFX","sticky-xxl-bottom":"VreC-O-","stickyXxlBottom":"VreC-O-","hstack":"jmj-6nE","vstack":"OTQQLZ9","visually-hidden":"_61TTjg7","visuallyHidden":"_61TTjg7","visually-hidden-focusable":"IbhUwQT","visuallyHiddenFocusable":"IbhUwQT","stretched-link":"_92cSbcI","stretchedLink":"_92cSbcI","text-truncate":"tnY8IEw","textTruncate":"tnY8IEw","vr":"IsfNmot","align-baseline":"ipvGpex","alignBaseline":"ipvGpex","align-top":"lGf1CLW","alignTop":"lGf1CLW","align-middle":"CYYkSZp","alignMiddle":"CYYkSZp","align-bottom":"k058OQV","alignBottom":"k058OQV","align-text-bottom":"sFMfwi4","alignTextBottom":"sFMfwi4","align-text-top":"libClz6","alignTextTop":"libClz6","float-start":"Ln8EXeQ","floatStart":"Ln8EXeQ","float-end":"kYYXRjN","floatEnd":"kYYXRjN","float-none":"_8avg-g-","floatNone":"_8avg-g-","object-fit-contain":"_4NnNBbt","objectFitContain":"_4NnNBbt","object-fit-cover":"BBJavc8","objectFitCover":"BBJavc8","object-fit-fill":"tzCZA3x","objectFitFill":"tzCZA3x","object-fit-scale":"CoXqwil","objectFitScale":"CoXqwil","object-fit-none":"KlPG2X3","objectFitNone":"KlPG2X3","opacity-0":"nFcJa0-","opacity0":"nFcJa0-","opacity-25":"zuhg2Jh","opacity25":"zuhg2Jh","opacity-50":"HIhv3jh","opacity50":"HIhv3jh","opacity-75":"_6RmEL8K","opacity75":"_6RmEL8K","opacity-100":"EutFBkp","opacity100":"EutFBkp","overflow-auto":"hE9YGqq","overflowAuto":"hE9YGqq","overflow-hidden":"GnXWcup","overflowHidden":"GnXWcup","overflow-visible":"nLrGah1","overflowVisible":"nLrGah1","overflow-scroll":"NgQS8Wm","overflowScroll":"NgQS8Wm","overflow-x-auto":"-q3cOJ2","overflowXAuto":"-q3cOJ2","overflow-x-hidden":"MhtPpD4","overflowXHidden":"MhtPpD4","overflow-x-visible":"XcLOjtp","overflowXVisible":"XcLOjtp","overflow-x-scroll":"mm1EuYL","overflowXScroll":"mm1EuYL","overflow-y-auto":"tGfSV-m","overflowYAuto":"tGfSV-m","overflow-y-hidden":"eiaq5SG","overflowYHidden":"eiaq5SG","overflow-y-visible":"_1tzfGii","overflowYVisible":"_1tzfGii","overflow-y-scroll":"lamdbtj","overflowYScroll":"lamdbtj","d-inline":"xzOZb-4","dInline":"xzOZb-4","d-inline-block":"YeS2gCv","dInlineBlock":"YeS2gCv","d-block":"o0ag2hm","dBlock":"o0ag2hm","d-grid":"jL3likk","dGrid":"jL3likk","d-inline-grid":"CkInmOq","dInlineGrid":"CkInmOq","d-table":"N0I297Z","dTable":"N0I297Z","d-table-row":"ExsLwok","dTableRow":"ExsLwok","d-table-cell":"tytzxcR","dTableCell":"tytzxcR","d-flex":"x2lMrZ3","dFlex":"x2lMrZ3","d-inline-flex":"UlewSg0","dInlineFlex":"UlewSg0","d-none":"SoWCxcq","dNone":"SoWCxcq","shadow":"lVQefz8","shadow-sm":"-BotraB","shadowSm":"-BotraB","shadow-lg":"alPlu9O","shadowLg":"alPlu9O","shadow-none":"LuXpHKX","shadowNone":"LuXpHKX","focus-ring-primary":"XirsQrz","focusRingPrimary":"XirsQrz","focus-ring-secondary":"HArg1OJ","focusRingSecondary":"HArg1OJ","focus-ring-success":"J7gc3Af","focusRingSuccess":"J7gc3Af","focus-ring-info":"AT1U80L","focusRingInfo":"AT1U80L","focus-ring-warning":"NrLmIWH","focusRingWarning":"NrLmIWH","focus-ring-danger":"VvZa2O4","focusRingDanger":"VvZa2O4","focus-ring-light":"_8lxwtRk","focusRingLight":"_8lxwtRk","focus-ring-dark":"q0By9EF","focusRingDark":"q0By9EF","position-static":"dnoDnvP","positionStatic":"dnoDnvP","position-relative":"u1wewXQ","positionRelative":"u1wewXQ","position-absolute":"qbPxoaY","positionAbsolute":"qbPxoaY","position-fixed":"ZEh8qJQ","positionFixed":"ZEh8qJQ","position-sticky":"W16N6gk","positionSticky":"W16N6gk","top-0":"jytcTJ5","top0":"jytcTJ5","top-50":"-mf-Hzt","top50":"-mf-Hzt","top-100":"_9q3qf8i","top100":"_9q3qf8i","bottom-0":"n5lDzW-","bottom0":"n5lDzW-","bottom-50":"_95Om6Rw","bottom50":"_95Om6Rw","bottom-100":"FEAK79o","bottom100":"FEAK79o","start-0":"UzeiJp7","start0":"UzeiJp7","start-50":"rPOZ5XC","start50":"rPOZ5XC","start-100":"TYp0idf","start100":"TYp0idf","end-0":"CSAPCVL","end0":"CSAPCVL","end-50":"XgvXzGJ","end50":"XgvXzGJ","end-100":"CP9e08L","end100":"CP9e08L","translate-middle":"EhHIC4i","translateMiddle":"EhHIC4i","translate-middle-x":"-EdRDBP","translateMiddleX":"-EdRDBP","translate-middle-y":"DEszMYR","translateMiddleY":"DEszMYR","border":"_8GQ5J2J","border-0":"ddKVn5i","border0":"ddKVn5i","border-top":"sGmNLGo","borderTop":"sGmNLGo","border-top-0":"uNqSwqB","borderTop0":"uNqSwqB","border-end":"yctegrN","borderEnd":"yctegrN","border-end-0":"Av6gI1m","borderEnd0":"Av6gI1m","border-bottom":"vdHUIg8","borderBottom":"vdHUIg8","border-bottom-0":"HnNFQt8","borderBottom0":"HnNFQt8","border-start":"q70LKdE","borderStart":"q70LKdE","border-start-0":"es-rt-R","borderStart0":"es-rt-R","border-primary":"K3dp1QC","borderPrimary":"K3dp1QC","border-secondary":"eMbXb7x","borderSecondary":"eMbXb7x","border-success":"ioIy8b9","borderSuccess":"ioIy8b9","border-info":"zuXG8nl","borderInfo":"zuXG8nl","border-warning":"loaKokC","borderWarning":"loaKokC","border-danger":"_4oHTd90","borderDanger":"_4oHTd90","border-light":"XR2YdFp","borderLight":"XR2YdFp","border-dark":"nSikYPE","borderDark":"nSikYPE","border-black":"UnQ3bri","borderBlack":"UnQ3bri","border-white":"_4WLXqYN","borderWhite":"_4WLXqYN","border-primary-subtle":"QwBooLz","borderPrimarySubtle":"QwBooLz","border-secondary-subtle":"SyW78Ls","borderSecondarySubtle":"SyW78Ls","border-success-subtle":"TGHEZIM","borderSuccessSubtle":"TGHEZIM","border-info-subtle":"QobBlId","borderInfoSubtle":"QobBlId","border-warning-subtle":"_8XjUt03","borderWarningSubtle":"_8XjUt03","border-danger-subtle":"d4O-rDP","borderDangerSubtle":"d4O-rDP","border-light-subtle":"j-l3Qkq","borderLightSubtle":"j-l3Qkq","border-dark-subtle":"S-5fQ8X","borderDarkSubtle":"S-5fQ8X","border-1":"GZrGIRM","border1":"GZrGIRM","border-2":"_9Avtlky","border2":"_9Avtlky","border-3":"ZzBK2Yq","border3":"ZzBK2Yq","border-4":"E22gLZy","border4":"E22gLZy","border-5":"r3zUny1","border5":"r3zUny1","border-opacity-10":"N6C7rCH","borderOpacity10":"N6C7rCH","border-opacity-25":"Nh5Iikw","borderOpacity25":"Nh5Iikw","border-opacity-50":"RgzO8Dk","borderOpacity50":"RgzO8Dk","border-opacity-75":"FyzVOx7","borderOpacity75":"FyzVOx7","border-opacity-100":"cZzoC65","borderOpacity100":"cZzoC65","w-25":"V04Jynd","w25":"V04Jynd","w-50":"_5c3mYg2","w50":"_5c3mYg2","w-75":"TTkbnPN","w75":"TTkbnPN","w-100":"CTmUZnM","w100":"CTmUZnM","w-auto":"fm1gjyu","wAuto":"fm1gjyu","mw-100":"dYUxg0-","mw100":"dYUxg0-","vw-100":"cvtV0K1","vw100":"cvtV0K1","min-vw-100":"vZG289v","minVw100":"vZG289v","h-25":"LVQpU0Z","h25":"LVQpU0Z","h-50":"v8jm7Js","h50":"v8jm7Js","h-75":"_0IZJV97","h75":"_0IZJV97","h-100":"sTMQLf0","h100":"sTMQLf0","h-auto":"_2liZCSY","hAuto":"_2liZCSY","mh-100":"qN1s8uP","mh100":"qN1s8uP","vh-100":"ld1IKuN","vh100":"ld1IKuN","min-vh-100":"o6yt-zg","minVh100":"o6yt-zg","flex-fill":"xawnJiA","flexFill":"xawnJiA","flex-row":"C25llsJ","flexRow":"C25llsJ","flex-column":"BSUnLaQ","flexColumn":"BSUnLaQ","flex-row-reverse":"qu6WAI1","flexRowReverse":"qu6WAI1","flex-column-reverse":"ddhKSzj","flexColumnReverse":"ddhKSzj","flex-grow-0":"nlzJX4o","flexGrow0":"nlzJX4o","flex-grow-1":"wfc8PYB","flexGrow1":"wfc8PYB","flex-shrink-0":"c2jx2sB","flexShrink0":"c2jx2sB","flex-shrink-1":"AyNhXrx","flexShrink1":"AyNhXrx","flex-wrap":"GLj4hma","flexWrap":"GLj4hma","flex-nowrap":"llPOT1-","flexNowrap":"llPOT1-","flex-wrap-reverse":"_7h8dkeM","flexWrapReverse":"_7h8dkeM","justify-content-start":"SIoHoOF","justifyContentStart":"SIoHoOF","justify-content-end":"iWZKkAB","justifyContentEnd":"iWZKkAB","justify-content-center":"O4r4W-u","justifyContentCenter":"O4r4W-u","justify-content-between":"zULF4Q8","justifyContentBetween":"zULF4Q8","justify-content-around":"_7be2RoI","justifyContentAround":"_7be2RoI","justify-content-evenly":"_8lLa8Tl","justifyContentEvenly":"_8lLa8Tl","align-items-start":"piW61-T","alignItemsStart":"piW61-T","align-items-end":"g7VouZ5","alignItemsEnd":"g7VouZ5","align-items-center":"QLnExzq","alignItemsCenter":"QLnExzq","align-items-baseline":"F4yz2kc","alignItemsBaseline":"F4yz2kc","align-items-stretch":"ZdPNHGp","alignItemsStretch":"ZdPNHGp","align-content-start":"-LDWAfv","alignContentStart":"-LDWAfv","align-content-end":"Asyqm6h","alignContentEnd":"Asyqm6h","align-content-center":"KHMt8pa","alignContentCenter":"KHMt8pa","align-content-between":"TjxTo-x","alignContentBetween":"TjxTo-x","align-content-around":"-e2SWRn","alignContentAround":"-e2SWRn","align-content-stretch":"X0nFue-","alignContentStretch":"X0nFue-","align-self-auto":"Xrv-Qr0","alignSelfAuto":"Xrv-Qr0","align-self-start":"bIIOVd-","alignSelfStart":"bIIOVd-","align-self-end":"_4LffuRJ","alignSelfEnd":"_4LffuRJ","align-self-center":"_4ETY4hB","alignSelfCenter":"_4ETY4hB","align-self-baseline":"wRlKdNx","alignSelfBaseline":"wRlKdNx","align-self-stretch":"DBdyGIL","alignSelfStretch":"DBdyGIL","order-first":"zOXEUwW","orderFirst":"zOXEUwW","order-0":"JsQ3AWL","order0":"JsQ3AWL","order-1":"VqKiGfB","order1":"VqKiGfB","order-2":"_5TsqUOF","order2":"_5TsqUOF","order-3":"Dm6k1u7","order3":"Dm6k1u7","order-4":"nafWxg6","order4":"nafWxg6","order-5":"boFf-4S","order5":"boFf-4S","order-last":"Nijb8eA","orderLast":"Nijb8eA","m-0":"Ntm1dSE","m0":"Ntm1dSE","m-1":"z-caXo5","m1":"z-caXo5","m-2":"blI4g5e","m2":"blI4g5e","m-3":"g2N2KA6","m3":"g2N2KA6","m-4":"kyjIIt9","m4":"kyjIIt9","m-5":"_9rGKFZ-","m5":"_9rGKFZ-","m-auto":"itTpSY9","mAuto":"itTpSY9","mx-0":"qgljQxy","mx0":"qgljQxy","mx-1":"w3Lytu0","mx1":"w3Lytu0","mx-2":"H-jpS16","mx2":"H-jpS16","mx-3":"NwGltXD","mx3":"NwGltXD","mx-4":"axfZZTx","mx4":"axfZZTx","mx-5":"_0onMMV4","mx5":"_0onMMV4","mx-auto":"chQSMre","mxAuto":"chQSMre","my-0":"yx4IN9b","my0":"yx4IN9b","my-1":"HXb279J","my1":"HXb279J","my-2":"DyF8sKJ","my2":"DyF8sKJ","my-3":"v5tiIBU","my3":"v5tiIBU","my-4":"HfuFLw3","my4":"HfuFLw3","my-5":"KIMGsoP","my5":"KIMGsoP","my-auto":"IbQjoC8","myAuto":"IbQjoC8","mt-0":"_5ML0nJk","mt0":"_5ML0nJk","mt-1":"L9y3VIX","mt1":"L9y3VIX","mt-2":"MpBBNWm","mt2":"MpBBNWm","mt-3":"pNPHskY","mt3":"pNPHskY","mt-4":"znhgRpO","mt4":"znhgRpO","mt-5":"MJy2Wnk","mt5":"MJy2Wnk","mt-auto":"JDYCImC","mtAuto":"JDYCImC","me-0":"_70on4W8","me0":"_70on4W8","me-1":"Omw5ifI","me1":"Omw5ifI","me-2":"dGhbaV6","me2":"dGhbaV6","me-3":"Ot0ZLOy","me3":"Ot0ZLOy","me-4":"_9Bez0eu","me4":"_9Bez0eu","me-5":"-GBBzAh","me5":"-GBBzAh","me-auto":"iXzKy4h","meAuto":"iXzKy4h","mb-0":"eyHzgE3","mb0":"eyHzgE3","mb-1":"N0pA2-D","mb1":"N0pA2-D","mb-2":"XISV3Oh","mb2":"XISV3Oh","mb-3":"B-Nzkqd","mb3":"B-Nzkqd","mb-4":"pZoXu3N","mb4":"pZoXu3N","mb-5":"adyPZdr","mb5":"adyPZdr","mb-auto":"WWfUfZU","mbAuto":"WWfUfZU","ms-0":"vjVgAe2","ms0":"vjVgAe2","ms-1":"dqyquxD","ms1":"dqyquxD","ms-2":"j7lVVu7","ms2":"j7lVVu7","ms-3":"AJ-chEW","ms3":"AJ-chEW","ms-4":"IV33dRn","ms4":"IV33dRn","ms-5":"thk5XuA","ms5":"thk5XuA","ms-auto":"o4Yudag","msAuto":"o4Yudag","p-0":"esVcnFC","p0":"esVcnFC","p-1":"_9ftxnyl","p1":"_9ftxnyl","p-2":"YuCVApk","p2":"YuCVApk","p-3":"mBfXlx9","p3":"mBfXlx9","p-4":"naRXTpR","p4":"naRXTpR","p-5":"VutU5z6","p5":"VutU5z6","px-0":"_6cS6BBE","px0":"_6cS6BBE","px-1":"ixg4z4o","px1":"ixg4z4o","px-2":"bHblGrZ","px2":"bHblGrZ","px-3":"LCKX5cy","px3":"LCKX5cy","px-4":"Qk-CCuX","px4":"Qk-CCuX","px-5":"AGz-86m","px5":"AGz-86m","py-0":"_6twNMs1","py0":"_6twNMs1","py-1":"_8lMA7W7","py1":"_8lMA7W7","py-2":"OI-hzVp","py2":"OI-hzVp","py-3":"GnJVI1t","py3":"GnJVI1t","py-4":"g8mlk-O","py4":"g8mlk-O","py-5":"QC9gixV","py5":"QC9gixV","pt-0":"s-8U83f","pt0":"s-8U83f","pt-1":"WBqvCsl","pt1":"WBqvCsl","pt-2":"An3vi-P","pt2":"An3vi-P","pt-3":"O-SzBMC","pt3":"O-SzBMC","pt-4":"WrT6mmC","pt4":"WrT6mmC","pt-5":"U0aHCoG","pt5":"U0aHCoG","pe-0":"bCK4n6R","pe0":"bCK4n6R","pe-1":"d7PdQtI","pe1":"d7PdQtI","pe-2":"qMjvJWk","pe2":"qMjvJWk","pe-3":"rQ1zp3s","pe3":"rQ1zp3s","pe-4":"_7q8-5xU","pe4":"_7q8-5xU","pe-5":"hm483yw","pe5":"hm483yw","pb-0":"_81BdNBg","pb0":"_81BdNBg","pb-1":"uBCXZjC","pb1":"uBCXZjC","pb-2":"oxPMj60","pb2":"oxPMj60","pb-3":"hVP91Cp","pb3":"hVP91Cp","pb-4":"v8H5MeZ","pb4":"v8H5MeZ","pb-5":"_7ebokgS","pb5":"_7ebokgS","ps-0":"ojsWI2t","ps0":"ojsWI2t","ps-1":"bNd4kh6","ps1":"bNd4kh6","ps-2":"MhT0WI3","ps2":"MhT0WI3","ps-3":"FMYdZYL","ps3":"FMYdZYL","ps-4":"-xOQNw5","ps4":"-xOQNw5","ps-5":"JrMW3DK","ps5":"JrMW3DK","gap-0":"_-2-CMTO","gap0":"_-2-CMTO","gap-1":"JqwY968","gap1":"JqwY968","gap-2":"to30UNH","gap2":"to30UNH","gap-3":"zblo3Gq","gap3":"zblo3Gq","gap-4":"_-5Vaxzo","gap4":"_-5Vaxzo","gap-5":"SOecfWo","gap5":"SOecfWo","row-gap-0":"_8BAFaWr","rowGap0":"_8BAFaWr","row-gap-1":"XNLdl-z","rowGap1":"XNLdl-z","row-gap-2":"A1cuKvT","rowGap2":"A1cuKvT","row-gap-3":"MkT-G4m","rowGap3":"MkT-G4m","row-gap-4":"_7GUpAsQ","rowGap4":"_7GUpAsQ","row-gap-5":"zqDljLs","rowGap5":"zqDljLs","column-gap-0":"nrt--5-","columnGap0":"nrt--5-","column-gap-1":"_5O7Am5D","columnGap1":"_5O7Am5D","column-gap-2":"Hn-NatL","columnGap2":"Hn-NatL","column-gap-3":"PBMbXP-","columnGap3":"PBMbXP-","column-gap-4":"KfNNCwY","columnGap4":"KfNNCwY","column-gap-5":"gAOeik-","columnGap5":"gAOeik-","font-monospace":"owKLngb","fontMonospace":"owKLngb","fs-1":"_9NZNW1L","fs1":"_9NZNW1L","fs-2":"_0ziyPNn","fs2":"_0ziyPNn","fs-3":"MfEd4dS","fs3":"MfEd4dS","fs-4":"BEaFUQ0","fs4":"BEaFUQ0","fs-5":"O9tkj8A","fs5":"O9tkj8A","fs-6":"T-UZkD6","fs6":"T-UZkD6","fst-italic":"zJ9EeZr","fstItalic":"zJ9EeZr","fst-normal":"dJm84P9","fstNormal":"dJm84P9","fw-lighter":"pgETAUh","fwLighter":"pgETAUh","fw-light":"zyuK363","fwLight":"zyuK363","fw-normal":"rp6xFG-","fwNormal":"rp6xFG-","fw-medium":"n2NTDJx","fwMedium":"n2NTDJx","fw-semibold":"fnvIfNe","fwSemibold":"fnvIfNe","fw-bold":"BtvZpLF","fwBold":"BtvZpLF","fw-bolder":"LDSl3RP","fwBolder":"LDSl3RP","lh-1":"hYYn4Jm","lh1":"hYYn4Jm","lh-sm":"ZQrfEhy","lhSm":"ZQrfEhy","lh-base":"_7UrNGP-","lhBase":"_7UrNGP-","lh-lg":"_9LjlVjT","lhLg":"_9LjlVjT","text-start":"fU2kef5","textStart":"fU2kef5","text-end":"n1MUWaM","textEnd":"n1MUWaM","text-center":"OW1Th8G","textCenter":"OW1Th8G","text-decoration-none":"RwMl9QW","textDecorationNone":"RwMl9QW","text-decoration-underline":"wkR1yrA","textDecorationUnderline":"wkR1yrA","text-decoration-line-through":"q3QGZNt","textDecorationLineThrough":"q3QGZNt","text-lowercase":"MwzFxda","textLowercase":"MwzFxda","text-uppercase":"ncCsDag","textUppercase":"ncCsDag","text-capitalize":"_1JJOfis","textCapitalize":"_1JJOfis","text-wrap":"_1NgtEW0","textWrap":"_1NgtEW0","text-nowrap":"jw7nCSz","textNowrap":"jw7nCSz","text-break":"Jlcigvc","textBreak":"Jlcigvc","text-primary":"giEkGuR","textPrimary":"giEkGuR","text-secondary":"yWgEt-D","textSecondary":"yWgEt-D","text-success":"qqWdIaS","textSuccess":"qqWdIaS","text-info":"XOtRN9r","textInfo":"XOtRN9r","text-warning":"yd-tmu2","textWarning":"yd-tmu2","text-danger":"A-OFlF-","textDanger":"A-OFlF-","text-light":"GBm0xx0","textLight":"GBm0xx0","text-dark":"tv-qJ60","textDark":"tv-qJ60","text-black":"Lc0h2r-","textBlack":"Lc0h2r-","text-white":"l4Xn0-X","textWhite":"l4Xn0-X","text-body":"sizRR-0","textBody":"sizRR-0","text-muted":"_8O0I3P-","textMuted":"_8O0I3P-","text-black-50":"YSPrPS8","textBlack50":"YSPrPS8","text-white-50":"lZmcbXy","textWhite50":"lZmcbXy","text-body-secondary":"XO5ZP1m","textBodySecondary":"XO5ZP1m","text-body-tertiary":"KdOYcSm","textBodyTertiary":"KdOYcSm","text-body-emphasis":"hl6RA4h","textBodyEmphasis":"hl6RA4h","text-reset":"GjQJxX-","textReset":"GjQJxX-","text-opacity-25":"P5DtcM6","textOpacity25":"P5DtcM6","text-opacity-50":"IjdNWEY","textOpacity50":"IjdNWEY","text-opacity-75":"_4BZKVd7","textOpacity75":"_4BZKVd7","text-opacity-100":"DZltwuD","textOpacity100":"DZltwuD","text-primary-emphasis":"trOmwcL","textPrimaryEmphasis":"trOmwcL","text-secondary-emphasis":"Qba1-s9","textSecondaryEmphasis":"Qba1-s9","text-success-emphasis":"_5EPLPRg","textSuccessEmphasis":"_5EPLPRg","text-info-emphasis":"r1m5N2t","textInfoEmphasis":"r1m5N2t","text-warning-emphasis":"WlvvoQ8","textWarningEmphasis":"WlvvoQ8","text-danger-emphasis":"uHR9-8c","textDangerEmphasis":"uHR9-8c","text-light-emphasis":"D-JQmzc","textLightEmphasis":"D-JQmzc","text-dark-emphasis":"rRdLyzt","textDarkEmphasis":"rRdLyzt","link-opacity-10":"oEN9TSO","linkOpacity10":"oEN9TSO","link-opacity-10-hover":"q1yGkCu","linkOpacity10Hover":"q1yGkCu","link-opacity-25":"YcSP6z-","linkOpacity25":"YcSP6z-","link-opacity-25-hover":"y3m-q57","linkOpacity25Hover":"y3m-q57","link-opacity-50":"CUCsPsa","linkOpacity50":"CUCsPsa","link-opacity-50-hover":"kgZhO4i","linkOpacity50Hover":"kgZhO4i","link-opacity-75":"z9d1SUt","linkOpacity75":"z9d1SUt","link-opacity-75-hover":"DIz9CrW","linkOpacity75Hover":"DIz9CrW","link-opacity-100":"_1vjHd75","linkOpacity100":"_1vjHd75","link-opacity-100-hover":"hyUs0jI","linkOpacity100Hover":"hyUs0jI","link-offset-1":"_1hfxeRU","linkOffset1":"_1hfxeRU","link-offset-1-hover":"_0hepz9D","linkOffset1Hover":"_0hepz9D","link-offset-2":"-BnJsoQ","linkOffset2":"-BnJsoQ","link-offset-2-hover":"FPn-LV2","linkOffset2Hover":"FPn-LV2","link-offset-3":"x2QDFiP","linkOffset3":"x2QDFiP","link-offset-3-hover":"Ta1Zowz","linkOffset3Hover":"Ta1Zowz","link-underline-primary":"o-7spAr","linkUnderlinePrimary":"o-7spAr","link-underline-secondary":"zzYbaJ3","linkUnderlineSecondary":"zzYbaJ3","link-underline-success":"hPmJnjZ","linkUnderlineSuccess":"hPmJnjZ","link-underline-info":"_6KxViqo","linkUnderlineInfo":"_6KxViqo","link-underline-warning":"-WlabJ8","linkUnderlineWarning":"-WlabJ8","link-underline-danger":"sv2rTU6","linkUnderlineDanger":"sv2rTU6","link-underline-light":"bWYZmfy","linkUnderlineLight":"bWYZmfy","link-underline-dark":"us004zK","linkUnderlineDark":"us004zK","link-underline":"sCX3H-5","linkUnderline":"sCX3H-5","link-underline-opacity-0":"cbkUM3e","linkUnderlineOpacity0":"cbkUM3e","link-underline-opacity-0-hover":"ByGCUZX","linkUnderlineOpacity0Hover":"ByGCUZX","link-underline-opacity-10":"FTOqbPy","linkUnderlineOpacity10":"FTOqbPy","link-underline-opacity-10-hover":"uUs0g-9","linkUnderlineOpacity10Hover":"uUs0g-9","link-underline-opacity-25":"yHEN9-V","linkUnderlineOpacity25":"yHEN9-V","link-underline-opacity-25-hover":"_9TlhPj6","linkUnderlineOpacity25Hover":"_9TlhPj6","link-underline-opacity-50":"Nzyg4Je","linkUnderlineOpacity50":"Nzyg4Je","link-underline-opacity-50-hover":"SuN9F2m","linkUnderlineOpacity50Hover":"SuN9F2m","link-underline-opacity-75":"YsXGR2Q","linkUnderlineOpacity75":"YsXGR2Q","link-underline-opacity-75-hover":"mIJdqer","linkUnderlineOpacity75Hover":"mIJdqer","link-underline-opacity-100":"nx96OiD","linkUnderlineOpacity100":"nx96OiD","link-underline-opacity-100-hover":"f8EY5CN","linkUnderlineOpacity100Hover":"f8EY5CN","bg-primary":"awY2yMZ","bgPrimary":"awY2yMZ","bg-secondary":"vm3cTrO","bgSecondary":"vm3cTrO","bg-success":"IW5to5f","bgSuccess":"IW5to5f","bg-info":"-mGkQG5","bgInfo":"-mGkQG5","bg-warning":"PZuVGHu","bgWarning":"PZuVGHu","bg-danger":"saUqW4E","bgDanger":"saUqW4E","bg-light":"xDphwGa","bgLight":"xDphwGa","bg-dark":"n8jcPS0","bgDark":"n8jcPS0","bg-black":"MLXSsA7","bgBlack":"MLXSsA7","bg-white":"fNUKBMN","bgWhite":"fNUKBMN","bg-body":"jtCtF2w","bgBody":"jtCtF2w","bg-transparent":"Lb6m39L","bgTransparent":"Lb6m39L","bg-body-secondary":"tjaaLex","bgBodySecondary":"tjaaLex","bg-body-tertiary":"deBTIw9","bgBodyTertiary":"deBTIw9","bg-opacity-10":"dDo94jt","bgOpacity10":"dDo94jt","bg-opacity-25":"V58yJIa","bgOpacity25":"V58yJIa","bg-opacity-50":"ghgv1VJ","bgOpacity50":"ghgv1VJ","bg-opacity-75":"oRybSQM","bgOpacity75":"oRybSQM","bg-opacity-100":"ccGrcJw","bgOpacity100":"ccGrcJw","bg-primary-subtle":"GdXUVoX","bgPrimarySubtle":"GdXUVoX","bg-secondary-subtle":"abLLj97","bgSecondarySubtle":"abLLj97","bg-success-subtle":"o-LMZLg","bgSuccessSubtle":"o-LMZLg","bg-info-subtle":"IlkOE3a","bgInfoSubtle":"IlkOE3a","bg-warning-subtle":"N24oJdQ","bgWarningSubtle":"N24oJdQ","bg-danger-subtle":"-OkmMU6","bgDangerSubtle":"-OkmMU6","bg-light-subtle":"utdU4YH","bgLightSubtle":"utdU4YH","bg-dark-subtle":"UdEvk64","bgDarkSubtle":"UdEvk64","bg-gradient":"yy2Ye75","bgGradient":"yy2Ye75","user-select-all":"q9asnfV","userSelectAll":"q9asnfV","user-select-auto":"HtNPfSd","userSelectAuto":"HtNPfSd","user-select-none":"dKL--mK","userSelectNone":"dKL--mK","pe-none":"xxFlsKc","peNone":"xxFlsKc","pe-auto":"_0yyLlDJ","peAuto":"_0yyLlDJ","rounded":"_2VnnoCK","rounded-0":"G0dVC9B","rounded0":"G0dVC9B","rounded-1":"Sqf9uqh","rounded1":"Sqf9uqh","rounded-2":"K9C-8mL","rounded2":"K9C-8mL","rounded-3":"CAZ-29a","rounded3":"CAZ-29a","rounded-4":"Bz7LiAp","rounded4":"Bz7LiAp","rounded-5":"dpyWgfM","rounded5":"dpyWgfM","rounded-circle":"iA22Ibn","roundedCircle":"iA22Ibn","rounded-pill":"aNg6IjH","roundedPill":"aNg6IjH","rounded-top":"HhfqXuZ","roundedTop":"HhfqXuZ","rounded-top-0":"fgrcz-b","roundedTop0":"fgrcz-b","rounded-top-1":"q2KlwRm","roundedTop1":"q2KlwRm","rounded-top-2":"_0SIiLZc","roundedTop2":"_0SIiLZc","rounded-top-3":"kG-4ei6","roundedTop3":"kG-4ei6","rounded-top-4":"F7PHors","roundedTop4":"F7PHors","rounded-top-5":"pFEGf73","roundedTop5":"pFEGf73","rounded-top-circle":"UDjWZdI","roundedTopCircle":"UDjWZdI","rounded-top-pill":"guZ-yTM","roundedTopPill":"guZ-yTM","rounded-end":"_7Q-iUYO","roundedEnd":"_7Q-iUYO","rounded-end-0":"_0-IvWIS","roundedEnd0":"_0-IvWIS","rounded-end-1":"anrcWtq","roundedEnd1":"anrcWtq","rounded-end-2":"_0Ex8IJD","roundedEnd2":"_0Ex8IJD","rounded-end-3":"vba1y3s","roundedEnd3":"vba1y3s","rounded-end-4":"zogOqOM","roundedEnd4":"zogOqOM","rounded-end-5":"U5eeAqt","roundedEnd5":"U5eeAqt","rounded-end-circle":"_1533-sJ","roundedEndCircle":"_1533-sJ","rounded-end-pill":"BhjbXLT","roundedEndPill":"BhjbXLT","rounded-bottom":"oyx9kUN","roundedBottom":"oyx9kUN","rounded-bottom-0":"KrwfEfH","roundedBottom0":"KrwfEfH","rounded-bottom-1":"_3Kn1Qr9","roundedBottom1":"_3Kn1Qr9","rounded-bottom-2":"B2vGCnS","roundedBottom2":"B2vGCnS","rounded-bottom-3":"CxFg9GW","roundedBottom3":"CxFg9GW","rounded-bottom-4":"U0KRRQ0","roundedBottom4":"U0KRRQ0","rounded-bottom-5":"_7Ii-5tZ","roundedBottom5":"_7Ii-5tZ","rounded-bottom-circle":"kydFn-m","roundedBottomCircle":"kydFn-m","rounded-bottom-pill":"EfVSb9i","roundedBottomPill":"EfVSb9i","rounded-start":"Hoqj2Kp","roundedStart":"Hoqj2Kp","rounded-start-0":"IJ4ywrp","roundedStart0":"IJ4ywrp","rounded-start-1":"fV5XUja","roundedStart1":"fV5XUja","rounded-start-2":"CyWunvS","roundedStart2":"CyWunvS","rounded-start-3":"NrysFGS","roundedStart3":"NrysFGS","rounded-start-4":"_8u3cKoz","roundedStart4":"_8u3cKoz","rounded-start-5":"uUj3IcK","roundedStart5":"uUj3IcK","rounded-start-circle":"_1w-l6FL","roundedStartCircle":"_1w-l6FL","rounded-start-pill":"uBkw260","roundedStartPill":"uBkw260","visible":"P6uyYHa","invisible":"fNG8ZJ4","z-n1":"Xmc5V9h","zN1":"Xmc5V9h","z-0":"MU4nVOA","z0":"MU4nVOA","z-1":"_-4gU-9f","z1":"_-4gU-9f","z-2":"oRKGHkK","z2":"oRKGHkK","z-3":"nW1JNji","z3":"nW1JNji","float-xs-start":"ypBY-lz","floatXsStart":"ypBY-lz","float-xs-end":"_3rqMS3-","floatXsEnd":"_3rqMS3-","float-xs-none":"QXYPxNF","floatXsNone":"QXYPxNF","object-fit-xs-contain":"ExHJH8g","objectFitXsContain":"ExHJH8g","object-fit-xs-cover":"_0zdZkY2","objectFitXsCover":"_0zdZkY2","object-fit-xs-fill":"BCiiWli","objectFitXsFill":"BCiiWli","object-fit-xs-scale":"MJepzGK","objectFitXsScale":"MJepzGK","object-fit-xs-none":"_9-RICr2","objectFitXsNone":"_9-RICr2","d-xs-inline":"_8CoBgJQ","dXsInline":"_8CoBgJQ","d-xs-inline-block":"qM1-GOA","dXsInlineBlock":"qM1-GOA","d-xs-block":"_4H7nTep","dXsBlock":"_4H7nTep","d-xs-grid":"HhWEGVi","dXsGrid":"HhWEGVi","d-xs-inline-grid":"GUpsIGv","dXsInlineGrid":"GUpsIGv","d-xs-table":"_0PaGR-r","dXsTable":"_0PaGR-r","d-xs-table-row":"J0cB580","dXsTableRow":"J0cB580","d-xs-table-cell":"REgB0l6","dXsTableCell":"REgB0l6","d-xs-flex":"_14--nMP","dXsFlex":"_14--nMP","d-xs-inline-flex":"GLlQdsQ","dXsInlineFlex":"GLlQdsQ","d-xs-none":"_4EgqXj0","dXsNone":"_4EgqXj0","flex-xs-fill":"a2PyV-d","flexXsFill":"a2PyV-d","flex-xs-row":"Yd9pHTS","flexXsRow":"Yd9pHTS","flex-xs-column":"gISuBJm","flexXsColumn":"gISuBJm","flex-xs-row-reverse":"mrGt-5r","flexXsRowReverse":"mrGt-5r","flex-xs-column-reverse":"_501-Ohr","flexXsColumnReverse":"_501-Ohr","flex-xs-grow-0":"fmF6t61","flexXsGrow0":"fmF6t61","flex-xs-grow-1":"NarSe5W","flexXsGrow1":"NarSe5W","flex-xs-shrink-0":"A4lRW7L","flexXsShrink0":"A4lRW7L","flex-xs-shrink-1":"XJNlNzn","flexXsShrink1":"XJNlNzn","flex-xs-wrap":"nVPJxwt","flexXsWrap":"nVPJxwt","flex-xs-nowrap":"nfPnYka","flexXsNowrap":"nfPnYka","flex-xs-wrap-reverse":"F-qudYZ","flexXsWrapReverse":"F-qudYZ","justify-content-xs-start":"oUp10-L","justifyContentXsStart":"oUp10-L","justify-content-xs-end":"Un9n4DC","justifyContentXsEnd":"Un9n4DC","justify-content-xs-center":"eMrmaR9","justifyContentXsCenter":"eMrmaR9","justify-content-xs-between":"_2Rk20ih","justifyContentXsBetween":"_2Rk20ih","justify-content-xs-around":"er5Kgpg","justifyContentXsAround":"er5Kgpg","justify-content-xs-evenly":"GlF5vFz","justifyContentXsEvenly":"GlF5vFz","align-items-xs-start":"HGqUTHk","alignItemsXsStart":"HGqUTHk","align-items-xs-end":"Cx26qLg","alignItemsXsEnd":"Cx26qLg","align-items-xs-center":"mzyFLtT","alignItemsXsCenter":"mzyFLtT","align-items-xs-baseline":"_6IxFwDp","alignItemsXsBaseline":"_6IxFwDp","align-items-xs-stretch":"Hb87afc","alignItemsXsStretch":"Hb87afc","align-content-xs-start":"wdrsh6r","alignContentXsStart":"wdrsh6r","align-content-xs-end":"agLXKGr","alignContentXsEnd":"agLXKGr","align-content-xs-center":"JjTjmfD","alignContentXsCenter":"JjTjmfD","align-content-xs-between":"D2hiEf3","alignContentXsBetween":"D2hiEf3","align-content-xs-around":"_2Ld2pJY","alignContentXsAround":"_2Ld2pJY","align-content-xs-stretch":"_2YmvYhW","alignContentXsStretch":"_2YmvYhW","align-self-xs-auto":"_3pjOFsQ","alignSelfXsAuto":"_3pjOFsQ","align-self-xs-start":"ihtZDis","alignSelfXsStart":"ihtZDis","align-self-xs-end":"_5C-8eXi","alignSelfXsEnd":"_5C-8eXi","align-self-xs-center":"bRL6rc1","alignSelfXsCenter":"bRL6rc1","align-self-xs-baseline":"XRo6f4t","alignSelfXsBaseline":"XRo6f4t","align-self-xs-stretch":"_-0IMV0j","alignSelfXsStretch":"_-0IMV0j","order-xs-first":"_9gntYzy","orderXsFirst":"_9gntYzy","order-xs-0":"_-8smcyC","orderXs0":"_-8smcyC","order-xs-1":"_6Z7oYvZ","orderXs1":"_6Z7oYvZ","order-xs-2":"o9i5oTw","orderXs2":"o9i5oTw","order-xs-3":"oJhl45e","orderXs3":"oJhl45e","order-xs-4":"KPc3y8S","orderXs4":"KPc3y8S","order-xs-5":"A-YMSaZ","orderXs5":"A-YMSaZ","order-xs-last":"_0bchDVh","orderXsLast":"_0bchDVh","m-xs-0":"GTOsMfe","mXs0":"GTOsMfe","m-xs-1":"b61o2m2","mXs1":"b61o2m2","m-xs-2":"RlmGkaF","mXs2":"RlmGkaF","m-xs-3":"Uf16U5X","mXs3":"Uf16U5X","m-xs-4":"omG6epg","mXs4":"omG6epg","m-xs-5":"mHDWCCZ","mXs5":"mHDWCCZ","m-xs-auto":"qeFeCO8","mXsAuto":"qeFeCO8","mx-xs-0":"BtBqKaV","mxXs0":"BtBqKaV","mx-xs-1":"-RydyLA","mxXs1":"-RydyLA","mx-xs-2":"RtoqSvY","mxXs2":"RtoqSvY","mx-xs-3":"AkLv6gj","mxXs3":"AkLv6gj","mx-xs-4":"_1RrVHVp","mxXs4":"_1RrVHVp","mx-xs-5":"KqH4z5R","mxXs5":"KqH4z5R","mx-xs-auto":"N9sRDdT","mxXsAuto":"N9sRDdT","my-xs-0":"yvQRqGy","myXs0":"yvQRqGy","my-xs-1":"epd9NWM","myXs1":"epd9NWM","my-xs-2":"h0IKS5j","myXs2":"h0IKS5j","my-xs-3":"_4rrQ9rN","myXs3":"_4rrQ9rN","my-xs-4":"mnCyOPt","myXs4":"mnCyOPt","my-xs-5":"GO6ZV8q","myXs5":"GO6ZV8q","my-xs-auto":"-eATmOo","myXsAuto":"-eATmOo","mt-xs-0":"_9Tp1NTf","mtXs0":"_9Tp1NTf","mt-xs-1":"A5oBDma","mtXs1":"A5oBDma","mt-xs-2":"yxG7QZ0","mtXs2":"yxG7QZ0","mt-xs-3":"CTJKKaS","mtXs3":"CTJKKaS","mt-xs-4":"NnF0yX-","mtXs4":"NnF0yX-","mt-xs-5":"_4KDQaE-","mtXs5":"_4KDQaE-","mt-xs-auto":"_03teldk","mtXsAuto":"_03teldk","me-xs-0":"Dq5yWq-","meXs0":"Dq5yWq-","me-xs-1":"_26o2OuF","meXs1":"_26o2OuF","me-xs-2":"_5jLevyC","meXs2":"_5jLevyC","me-xs-3":"JmOeB4v","meXs3":"JmOeB4v","me-xs-4":"lXvafBO","meXs4":"lXvafBO","me-xs-5":"RM6RB7z","meXs5":"RM6RB7z","me-xs-auto":"TUyLkIl","meXsAuto":"TUyLkIl","mb-xs-0":"eGVpoUr","mbXs0":"eGVpoUr","mb-xs-1":"XaqfBIg","mbXs1":"XaqfBIg","mb-xs-2":"GYPsVk4","mbXs2":"GYPsVk4","mb-xs-3":"v034dXm","mbXs3":"v034dXm","mb-xs-4":"_8B7A7ya","mbXs4":"_8B7A7ya","mb-xs-5":"_0CIgdf3","mbXs5":"_0CIgdf3","mb-xs-auto":"tuCFeXM","mbXsAuto":"tuCFeXM","ms-xs-0":"IkYdgMY","msXs0":"IkYdgMY","ms-xs-1":"BJc2Tq-","msXs1":"BJc2Tq-","ms-xs-2":"xFjSsSI","msXs2":"xFjSsSI","ms-xs-3":"pqrHuFx","msXs3":"pqrHuFx","ms-xs-4":"Ii2jP-r","msXs4":"Ii2jP-r","ms-xs-5":"o-9ndlb","msXs5":"o-9ndlb","ms-xs-auto":"AdfM2wc","msXsAuto":"AdfM2wc","p-xs-0":"rmUxppz","pXs0":"rmUxppz","p-xs-1":"vPDVlrk","pXs1":"vPDVlrk","p-xs-2":"_06wYKqY","pXs2":"_06wYKqY","p-xs-3":"X6fzm3a","pXs3":"X6fzm3a","p-xs-4":"BetXYq8","pXs4":"BetXYq8","p-xs-5":"GWwhJH8","pXs5":"GWwhJH8","px-xs-0":"WMmuIXB","pxXs0":"WMmuIXB","px-xs-1":"_0hI0skB","pxXs1":"_0hI0skB","px-xs-2":"JlhKxFH","pxXs2":"JlhKxFH","px-xs-3":"N-JjRgn","pxXs3":"N-JjRgn","px-xs-4":"qkeGAoO","pxXs4":"qkeGAoO","px-xs-5":"fXDanRJ","pxXs5":"fXDanRJ","py-xs-0":"pWmXesF","pyXs0":"pWmXesF","py-xs-1":"VycsPp3","pyXs1":"VycsPp3","py-xs-2":"qcwdzwV","pyXs2":"qcwdzwV","py-xs-3":"S4jTySX","pyXs3":"S4jTySX","py-xs-4":"MDzpEER","pyXs4":"MDzpEER","py-xs-5":"iuDM77z","pyXs5":"iuDM77z","pt-xs-0":"AUoYgKf","ptXs0":"AUoYgKf","pt-xs-1":"_1gIjIhp","ptXs1":"_1gIjIhp","pt-xs-2":"HILQHdQ","ptXs2":"HILQHdQ","pt-xs-3":"_9tn33-z","ptXs3":"_9tn33-z","pt-xs-4":"TNRY52i","ptXs4":"TNRY52i","pt-xs-5":"qFjQh7-","ptXs5":"qFjQh7-","pe-xs-0":"C0dmu-V","peXs0":"C0dmu-V","pe-xs-1":"_4fqeSUS","peXs1":"_4fqeSUS","pe-xs-2":"YUNKaOe","peXs2":"YUNKaOe","pe-xs-3":"UfipFHL","peXs3":"UfipFHL","pe-xs-4":"omc2P4G","peXs4":"omc2P4G","pe-xs-5":"e1TdP7x","peXs5":"e1TdP7x","pb-xs-0":"PqJ7GSy","pbXs0":"PqJ7GSy","pb-xs-1":"q1AQn4O","pbXs1":"q1AQn4O","pb-xs-2":"KUDTF8o","pbXs2":"KUDTF8o","pb-xs-3":"mK5VRpW","pbXs3":"mK5VRpW","pb-xs-4":"zLo3tsX","pbXs4":"zLo3tsX","pb-xs-5":"SNOSDrN","pbXs5":"SNOSDrN","ps-xs-0":"pS4p5Jh","psXs0":"pS4p5Jh","ps-xs-1":"gJlI7ru","psXs1":"gJlI7ru","ps-xs-2":"Z1PDF7o","psXs2":"Z1PDF7o","ps-xs-3":"-gFBp94","psXs3":"-gFBp94","ps-xs-4":"B7cUfPd","psXs4":"B7cUfPd","ps-xs-5":"EjdyWq0","psXs5":"EjdyWq0","gap-xs-0":"_4R44zhk","gapXs0":"_4R44zhk","gap-xs-1":"_2N-kjdD","gapXs1":"_2N-kjdD","gap-xs-2":"bjXCnFU","gapXs2":"bjXCnFU","gap-xs-3":"ZmoX2kV","gapXs3":"ZmoX2kV","gap-xs-4":"TbGFSse","gapXs4":"TbGFSse","gap-xs-5":"qedYoFi","gapXs5":"qedYoFi","row-gap-xs-0":"qBIQeGR","rowGapXs0":"qBIQeGR","row-gap-xs-1":"zksQtyw","rowGapXs1":"zksQtyw","row-gap-xs-2":"ACNTCyV","rowGapXs2":"ACNTCyV","row-gap-xs-3":"_284rlKo","rowGapXs3":"_284rlKo","row-gap-xs-4":"_3BI5fUa","rowGapXs4":"_3BI5fUa","row-gap-xs-5":"Fm2u2s1","rowGapXs5":"Fm2u2s1","column-gap-xs-0":"uNfjVZQ","columnGapXs0":"uNfjVZQ","column-gap-xs-1":"ZQOSn2z","columnGapXs1":"ZQOSn2z","column-gap-xs-2":"P8Yd5dR","columnGapXs2":"P8Yd5dR","column-gap-xs-3":"UwyPgP6","columnGapXs3":"UwyPgP6","column-gap-xs-4":"_16Bp8hp","columnGapXs4":"_16Bp8hp","column-gap-xs-5":"tIOj6Yq","columnGapXs5":"tIOj6Yq","text-xs-start":"izG-Y1C","textXsStart":"izG-Y1C","text-xs-end":"IXCpneT","textXsEnd":"IXCpneT","text-xs-center":"EkEqS19","textXsCenter":"EkEqS19","float-sm-start":"aj6MiHu","floatSmStart":"aj6MiHu","float-sm-end":"no08s1I","floatSmEnd":"no08s1I","float-sm-none":"wDDBjrN","floatSmNone":"wDDBjrN","object-fit-sm-contain":"iAVltrR","objectFitSmContain":"iAVltrR","object-fit-sm-cover":"geZgmGv","objectFitSmCover":"geZgmGv","object-fit-sm-fill":"IWNOuSo","objectFitSmFill":"IWNOuSo","object-fit-sm-scale":"ZAjhE8i","objectFitSmScale":"ZAjhE8i","object-fit-sm-none":"d02gL5D","objectFitSmNone":"d02gL5D","d-sm-inline":"rtqADOu","dSmInline":"rtqADOu","d-sm-inline-block":"_3SiAJCa","dSmInlineBlock":"_3SiAJCa","d-sm-block":"R6AjFHv","dSmBlock":"R6AjFHv","d-sm-grid":"YkZUWJ1","dSmGrid":"YkZUWJ1","d-sm-inline-grid":"Nr4B8p6","dSmInlineGrid":"Nr4B8p6","d-sm-table":"zWAQf-p","dSmTable":"zWAQf-p","d-sm-table-row":"d8GJT-i","dSmTableRow":"d8GJT-i","d-sm-table-cell":"N9oZSXN","dSmTableCell":"N9oZSXN","d-sm-flex":"cV00CuC","dSmFlex":"cV00CuC","d-sm-inline-flex":"rorb9Mc","dSmInlineFlex":"rorb9Mc","d-sm-none":"mRaUMog","dSmNone":"mRaUMog","flex-sm-fill":"sNTwUMb","flexSmFill":"sNTwUMb","flex-sm-row":"_7ZjQqP-","flexSmRow":"_7ZjQqP-","flex-sm-column":"OqtcJPP","flexSmColumn":"OqtcJPP","flex-sm-row-reverse":"H3F-Nbr","flexSmRowReverse":"H3F-Nbr","flex-sm-column-reverse":"_5qp7lQB","flexSmColumnReverse":"_5qp7lQB","flex-sm-grow-0":"_9p39z2a","flexSmGrow0":"_9p39z2a","flex-sm-grow-1":"_6oEZVSZ","flexSmGrow1":"_6oEZVSZ","flex-sm-shrink-0":"_83JtAkg","flexSmShrink0":"_83JtAkg","flex-sm-shrink-1":"i7K7vRr","flexSmShrink1":"i7K7vRr","flex-sm-wrap":"CTLGo3E","flexSmWrap":"CTLGo3E","flex-sm-nowrap":"PDB60ke","flexSmNowrap":"PDB60ke","flex-sm-wrap-reverse":"udMF7-S","flexSmWrapReverse":"udMF7-S","justify-content-sm-start":"WAa-R2N","justifyContentSmStart":"WAa-R2N","justify-content-sm-end":"PVWYTQf","justifyContentSmEnd":"PVWYTQf","justify-content-sm-center":"HaN-lwC","justifyContentSmCenter":"HaN-lwC","justify-content-sm-between":"fGdjEs2","justifyContentSmBetween":"fGdjEs2","justify-content-sm-around":"iNz6myq","justifyContentSmAround":"iNz6myq","justify-content-sm-evenly":"xB7GnEA","justifyContentSmEvenly":"xB7GnEA","align-items-sm-start":"h35yLFH","alignItemsSmStart":"h35yLFH","align-items-sm-end":"_991-eVO","alignItemsSmEnd":"_991-eVO","align-items-sm-center":"_0fyAO5H","alignItemsSmCenter":"_0fyAO5H","align-items-sm-baseline":"VGJCZ8V","alignItemsSmBaseline":"VGJCZ8V","align-items-sm-stretch":"ODD03Vo","alignItemsSmStretch":"ODD03Vo","align-content-sm-start":"L7rrKOk","alignContentSmStart":"L7rrKOk","align-content-sm-end":"pK80aGJ","alignContentSmEnd":"pK80aGJ","align-content-sm-center":"MbzM04h","alignContentSmCenter":"MbzM04h","align-content-sm-between":"lHjo-R2","alignContentSmBetween":"lHjo-R2","align-content-sm-around":"DL1CgXQ","alignContentSmAround":"DL1CgXQ","align-content-sm-stretch":"wQS8JJe","alignContentSmStretch":"wQS8JJe","align-self-sm-auto":"ulwiVIt","alignSelfSmAuto":"ulwiVIt","align-self-sm-start":"s2jVw90","alignSelfSmStart":"s2jVw90","align-self-sm-end":"rbj6BU2","alignSelfSmEnd":"rbj6BU2","align-self-sm-center":"nJ8YdmG","alignSelfSmCenter":"nJ8YdmG","align-self-sm-baseline":"WAG-u6S","alignSelfSmBaseline":"WAG-u6S","align-self-sm-stretch":"Io5n1M2","alignSelfSmStretch":"Io5n1M2","order-sm-first":"FKLX-P5","orderSmFirst":"FKLX-P5","order-sm-0":"AAPou-1","orderSm0":"AAPou-1","order-sm-1":"nGgxcY1","orderSm1":"nGgxcY1","order-sm-2":"vL02CLM","orderSm2":"vL02CLM","order-sm-3":"C0Fa9Ur","orderSm3":"C0Fa9Ur","order-sm-4":"sU4WcyM","orderSm4":"sU4WcyM","order-sm-5":"zI3wKf8","orderSm5":"zI3wKf8","order-sm-last":"UBpE9kh","orderSmLast":"UBpE9kh","m-sm-0":"n4QoZFX","mSm0":"n4QoZFX","m-sm-1":"TSihGAU","mSm1":"TSihGAU","m-sm-2":"b0qaj4N","mSm2":"b0qaj4N","m-sm-3":"eVeQpsV","mSm3":"eVeQpsV","m-sm-4":"DNepZW1","mSm4":"DNepZW1","m-sm-5":"VF9iS-Q","mSm5":"VF9iS-Q","m-sm-auto":"Sr0o6Ti","mSmAuto":"Sr0o6Ti","mx-sm-0":"ubRinfS","mxSm0":"ubRinfS","mx-sm-1":"uvQZ3mB","mxSm1":"uvQZ3mB","mx-sm-2":"YeeZTW7","mxSm2":"YeeZTW7","mx-sm-3":"Ws0vMlO","mxSm3":"Ws0vMlO","mx-sm-4":"ke1yXDl","mxSm4":"ke1yXDl","mx-sm-5":"WUqfaAi","mxSm5":"WUqfaAi","mx-sm-auto":"pVIfUbf","mxSmAuto":"pVIfUbf","my-sm-0":"iJEx0Jg","mySm0":"iJEx0Jg","my-sm-1":"ZNszSpF","mySm1":"ZNszSpF","my-sm-2":"sNQsppT","mySm2":"sNQsppT","my-sm-3":"-PtwIdC","mySm3":"-PtwIdC","my-sm-4":"Wq0-ZV4","mySm4":"Wq0-ZV4","my-sm-5":"uXhYMLu","mySm5":"uXhYMLu","my-sm-auto":"j6CSKwn","mySmAuto":"j6CSKwn","mt-sm-0":"bLyu-ba","mtSm0":"bLyu-ba","mt-sm-1":"x5zW8Ub","mtSm1":"x5zW8Ub","mt-sm-2":"WcuaTY9","mtSm2":"WcuaTY9","mt-sm-3":"EsgZ4la","mtSm3":"EsgZ4la","mt-sm-4":"yq29opv","mtSm4":"yq29opv","mt-sm-5":"_7hR6d9r","mtSm5":"_7hR6d9r","mt-sm-auto":"_3j-Ipez","mtSmAuto":"_3j-Ipez","me-sm-0":"BiDZhuR","meSm0":"BiDZhuR","me-sm-1":"QkYUQ0f","meSm1":"QkYUQ0f","me-sm-2":"rwm4yrT","meSm2":"rwm4yrT","me-sm-3":"MRVPzDU","meSm3":"MRVPzDU","me-sm-4":"CK4VTo8","meSm4":"CK4VTo8","me-sm-5":"eWxaNIc","meSm5":"eWxaNIc","me-sm-auto":"nFxlsoR","meSmAuto":"nFxlsoR","mb-sm-0":"TvksZSL","mbSm0":"TvksZSL","mb-sm-1":"oLOMXQt","mbSm1":"oLOMXQt","mb-sm-2":"NTzCT6o","mbSm2":"NTzCT6o","mb-sm-3":"V0o-3-3","mbSm3":"V0o-3-3","mb-sm-4":"W3o1dB7","mbSm4":"W3o1dB7","mb-sm-5":"f7KTias","mbSm5":"f7KTias","mb-sm-auto":"lYmSAcs","mbSmAuto":"lYmSAcs","ms-sm-0":"Ay3aDHz","msSm0":"Ay3aDHz","ms-sm-1":"yxiPH6u","msSm1":"yxiPH6u","ms-sm-2":"XRo8HAy","msSm2":"XRo8HAy","ms-sm-3":"xsvJg84","msSm3":"xsvJg84","ms-sm-4":"_1NlEZgl","msSm4":"_1NlEZgl","ms-sm-5":"aYEZ-HB","msSm5":"aYEZ-HB","ms-sm-auto":"ldORUyI","msSmAuto":"ldORUyI","p-sm-0":"gBOksbH","pSm0":"gBOksbH","p-sm-1":"gE8UQh8","pSm1":"gE8UQh8","p-sm-2":"FkJ7YXu","pSm2":"FkJ7YXu","p-sm-3":"raBNA7f","pSm3":"raBNA7f","p-sm-4":"f1uHkfR","pSm4":"f1uHkfR","p-sm-5":"_1oXQHIW","pSm5":"_1oXQHIW","px-sm-0":"_1YvZeXV","pxSm0":"_1YvZeXV","px-sm-1":"oBiQoe2","pxSm1":"oBiQoe2","px-sm-2":"YuP-BRp","pxSm2":"YuP-BRp","px-sm-3":"hfPojkv","pxSm3":"hfPojkv","px-sm-4":"q3ep5fe","pxSm4":"q3ep5fe","px-sm-5":"tIKGKpC","pxSm5":"tIKGKpC","py-sm-0":"v3cz3mk","pySm0":"v3cz3mk","py-sm-1":"_5H4Rb-V","pySm1":"_5H4Rb-V","py-sm-2":"vyuYbVn","pySm2":"vyuYbVn","py-sm-3":"lIwf-Bb","pySm3":"lIwf-Bb","py-sm-4":"fOnZ6nP","pySm4":"fOnZ6nP","py-sm-5":"LrmWW2P","pySm5":"LrmWW2P","pt-sm-0":"p8BFTeA","ptSm0":"p8BFTeA","pt-sm-1":"_1DKpXeu","ptSm1":"_1DKpXeu","pt-sm-2":"ooQKFFd","ptSm2":"ooQKFFd","pt-sm-3":"DM-5yFW","ptSm3":"DM-5yFW","pt-sm-4":"G1U2Sl8","ptSm4":"G1U2Sl8","pt-sm-5":"s9RlhtS","ptSm5":"s9RlhtS","pe-sm-0":"J7HKZiH","peSm0":"J7HKZiH","pe-sm-1":"_5tWIl7P","peSm1":"_5tWIl7P","pe-sm-2":"rOgUWTr","peSm2":"rOgUWTr","pe-sm-3":"BI3zCIb","peSm3":"BI3zCIb","pe-sm-4":"m0aWRad","peSm4":"m0aWRad","pe-sm-5":"_8kZkmW4","peSm5":"_8kZkmW4","pb-sm-0":"yA30Trs","pbSm0":"yA30Trs","pb-sm-1":"wnqd--Y","pbSm1":"wnqd--Y","pb-sm-2":"UppJh5F","pbSm2":"UppJh5F","pb-sm-3":"U51-uRV","pbSm3":"U51-uRV","pb-sm-4":"vIcgDYJ","pbSm4":"vIcgDYJ","pb-sm-5":"_2A71B2Z","pbSm5":"_2A71B2Z","ps-sm-0":"RNgDJXm","psSm0":"RNgDJXm","ps-sm-1":"O5aK0Bh","psSm1":"O5aK0Bh","ps-sm-2":"Ytzu11f","psSm2":"Ytzu11f","ps-sm-3":"ugH7VQ0","psSm3":"ugH7VQ0","ps-sm-4":"_7irZFmr","psSm4":"_7irZFmr","ps-sm-5":"P1LzlV0","psSm5":"P1LzlV0","gap-sm-0":"WyvRHyY","gapSm0":"WyvRHyY","gap-sm-1":"_4LdqcNk","gapSm1":"_4LdqcNk","gap-sm-2":"MhlLAVM","gapSm2":"MhlLAVM","gap-sm-3":"gep0HS7","gapSm3":"gep0HS7","gap-sm-4":"kJ43Fce","gapSm4":"kJ43Fce","gap-sm-5":"GUxakwG","gapSm5":"GUxakwG","row-gap-sm-0":"Di0gu7e","rowGapSm0":"Di0gu7e","row-gap-sm-1":"pA5shih","rowGapSm1":"pA5shih","row-gap-sm-2":"Z7UkM29","rowGapSm2":"Z7UkM29","row-gap-sm-3":"BTRMyIp","rowGapSm3":"BTRMyIp","row-gap-sm-4":"ia4cr0H","rowGapSm4":"ia4cr0H","row-gap-sm-5":"_06sejLz","rowGapSm5":"_06sejLz","column-gap-sm-0":"qIEqeAf","columnGapSm0":"qIEqeAf","column-gap-sm-1":"vuGk1mx","columnGapSm1":"vuGk1mx","column-gap-sm-2":"nIq6OlL","columnGapSm2":"nIq6OlL","column-gap-sm-3":"-YZUp8K","columnGapSm3":"-YZUp8K","column-gap-sm-4":"SqQGEOj","columnGapSm4":"SqQGEOj","column-gap-sm-5":"mV8DmbV","columnGapSm5":"mV8DmbV","text-sm-start":"y8tVSfp","textSmStart":"y8tVSfp","text-sm-end":"M-ukwEj","textSmEnd":"M-ukwEj","text-sm-center":"FJP8JjZ","textSmCenter":"FJP8JjZ","float-md-start":"fj4bjEt","floatMdStart":"fj4bjEt","float-md-end":"MqPuY9f","floatMdEnd":"MqPuY9f","float-md-none":"ZnHSQDR","floatMdNone":"ZnHSQDR","object-fit-md-contain":"Ayo05CA","objectFitMdContain":"Ayo05CA","object-fit-md-cover":"TmFIr0x","objectFitMdCover":"TmFIr0x","object-fit-md-fill":"EJI3mTu","objectFitMdFill":"EJI3mTu","object-fit-md-scale":"bKf-vhv","objectFitMdScale":"bKf-vhv","object-fit-md-none":"u1OPFXQ","objectFitMdNone":"u1OPFXQ","d-md-inline":"vOJkltj","dMdInline":"vOJkltj","d-md-inline-block":"_8ouTm9e","dMdInlineBlock":"_8ouTm9e","d-md-block":"we6Llj6","dMdBlock":"we6Llj6","d-md-grid":"AvG01Yb","dMdGrid":"AvG01Yb","d-md-inline-grid":"o-tSuCf","dMdInlineGrid":"o-tSuCf","d-md-table":"aA8uAiD","dMdTable":"aA8uAiD","d-md-table-row":"n3di4Wa","dMdTableRow":"n3di4Wa","d-md-table-cell":"bF2Sbq9","dMdTableCell":"bF2Sbq9","d-md-flex":"NpUHJbQ","dMdFlex":"NpUHJbQ","d-md-inline-flex":"E9OpE9Z","dMdInlineFlex":"E9OpE9Z","d-md-none":"KIqF9xx","dMdNone":"KIqF9xx","flex-md-fill":"wJ-kluT","flexMdFill":"wJ-kluT","flex-md-row":"PWOr2PI","flexMdRow":"PWOr2PI","flex-md-column":"tRGxYvt","flexMdColumn":"tRGxYvt","flex-md-row-reverse":"J8MISad","flexMdRowReverse":"J8MISad","flex-md-column-reverse":"dGo7S0D","flexMdColumnReverse":"dGo7S0D","flex-md-grow-0":"_8oheQ6p","flexMdGrow0":"_8oheQ6p","flex-md-grow-1":"fDhdz9s","flexMdGrow1":"fDhdz9s","flex-md-shrink-0":"ZcNrM0W","flexMdShrink0":"ZcNrM0W","flex-md-shrink-1":"-ptSHpF","flexMdShrink1":"-ptSHpF","flex-md-wrap":"_0tBYob-","flexMdWrap":"_0tBYob-","flex-md-nowrap":"rRhZiS9","flexMdNowrap":"rRhZiS9","flex-md-wrap-reverse":"W-yBMAg","flexMdWrapReverse":"W-yBMAg","justify-content-md-start":"mkXSops","justifyContentMdStart":"mkXSops","justify-content-md-end":"v-BFgw-","justifyContentMdEnd":"v-BFgw-","justify-content-md-center":"FOjqs3x","justifyContentMdCenter":"FOjqs3x","justify-content-md-between":"ibdawgb","justifyContentMdBetween":"ibdawgb","justify-content-md-around":"AtQ8U12","justifyContentMdAround":"AtQ8U12","justify-content-md-evenly":"QS9n6Yh","justifyContentMdEvenly":"QS9n6Yh","align-items-md-start":"XurKyDC","alignItemsMdStart":"XurKyDC","align-items-md-end":"u5H7gFE","alignItemsMdEnd":"u5H7gFE","align-items-md-center":"wUwlGxp","alignItemsMdCenter":"wUwlGxp","align-items-md-baseline":"qQzW8AE","alignItemsMdBaseline":"qQzW8AE","align-items-md-stretch":"vOlXN5E","alignItemsMdStretch":"vOlXN5E","align-content-md-start":"B4gqUpf","alignContentMdStart":"B4gqUpf","align-content-md-end":"KOsMq1w","alignContentMdEnd":"KOsMq1w","align-content-md-center":"sRnwkxe","alignContentMdCenter":"sRnwkxe","align-content-md-between":"YgyfkNY","alignContentMdBetween":"YgyfkNY","align-content-md-around":"WrQosaM","alignContentMdAround":"WrQosaM","align-content-md-stretch":"ScWAPPo","alignContentMdStretch":"ScWAPPo","align-self-md-auto":"zV0TOPH","alignSelfMdAuto":"zV0TOPH","align-self-md-start":"hNVQiqT","alignSelfMdStart":"hNVQiqT","align-self-md-end":"_4BretSd","alignSelfMdEnd":"_4BretSd","align-self-md-center":"sIvgXrr","alignSelfMdCenter":"sIvgXrr","align-self-md-baseline":"UZMcz7R","alignSelfMdBaseline":"UZMcz7R","align-self-md-stretch":"aEPLn5e","alignSelfMdStretch":"aEPLn5e","order-md-first":"jN-2zzR","orderMdFirst":"jN-2zzR","order-md-0":"CxjcLGv","orderMd0":"CxjcLGv","order-md-1":"b9nXvTY","orderMd1":"b9nXvTY","order-md-2":"aYgbmIO","orderMd2":"aYgbmIO","order-md-3":"wo1Agoz","orderMd3":"wo1Agoz","order-md-4":"zjuzmKP","orderMd4":"zjuzmKP","order-md-5":"F2m1jV6","orderMd5":"F2m1jV6","order-md-last":"BA1uHeJ","orderMdLast":"BA1uHeJ","m-md-0":"H1GpgcY","mMd0":"H1GpgcY","m-md-1":"rfElTHg","mMd1":"rfElTHg","m-md-2":"sKU6bvj","mMd2":"sKU6bvj","m-md-3":"WSwUgOE","mMd3":"WSwUgOE","m-md-4":"W2yK4lk","mMd4":"W2yK4lk","m-md-5":"WQ1fblq","mMd5":"WQ1fblq","m-md-auto":"x2V6UhQ","mMdAuto":"x2V6UhQ","mx-md-0":"LF9NhRz","mxMd0":"LF9NhRz","mx-md-1":"j6cd63q","mxMd1":"j6cd63q","mx-md-2":"Zdzvrmd","mxMd2":"Zdzvrmd","mx-md-3":"Hmv11N3","mxMd3":"Hmv11N3","mx-md-4":"zXUzRCB","mxMd4":"zXUzRCB","mx-md-5":"_9xPa9Fj","mxMd5":"_9xPa9Fj","mx-md-auto":"S357CSl","mxMdAuto":"S357CSl","my-md-0":"ikkDxyn","myMd0":"ikkDxyn","my-md-1":"_6dMgTKN","myMd1":"_6dMgTKN","my-md-2":"_3j-0fBc","myMd2":"_3j-0fBc","my-md-3":"_7DjRuvW","myMd3":"_7DjRuvW","my-md-4":"pJrdIz5","myMd4":"pJrdIz5","my-md-5":"A4D-gmA","myMd5":"A4D-gmA","my-md-auto":"svPdfwI","myMdAuto":"svPdfwI","mt-md-0":"bkIFDn3","mtMd0":"bkIFDn3","mt-md-1":"qKaSwMv","mtMd1":"qKaSwMv","mt-md-2":"UjExpkD","mtMd2":"UjExpkD","mt-md-3":"L1uV1U6","mtMd3":"L1uV1U6","mt-md-4":"qz3PqHl","mtMd4":"qz3PqHl","mt-md-5":"_9L4awaJ","mtMd5":"_9L4awaJ","mt-md-auto":"XBMH5an","mtMdAuto":"XBMH5an","me-md-0":"WtuBqkt","meMd0":"WtuBqkt","me-md-1":"_1Gg6-vw","meMd1":"_1Gg6-vw","me-md-2":"IG1-DKY","meMd2":"IG1-DKY","me-md-3":"_6p-VoY8","meMd3":"_6p-VoY8","me-md-4":"j4340hI","meMd4":"j4340hI","me-md-5":"_8xkxcJI","meMd5":"_8xkxcJI","me-md-auto":"vcR7BmD","meMdAuto":"vcR7BmD","mb-md-0":"iSfV5j1","mbMd0":"iSfV5j1","mb-md-1":"_8zbHh7K","mbMd1":"_8zbHh7K","mb-md-2":"BHcOdSD","mbMd2":"BHcOdSD","mb-md-3":"_6gGbo-q","mbMd3":"_6gGbo-q","mb-md-4":"fKwBPP5","mbMd4":"fKwBPP5","mb-md-5":"_9qhPYtN","mbMd5":"_9qhPYtN","mb-md-auto":"QS-gcsT","mbMdAuto":"QS-gcsT","ms-md-0":"O4Rsun9","msMd0":"O4Rsun9","ms-md-1":"XK94PzH","msMd1":"XK94PzH","ms-md-2":"Gi-DTtv","msMd2":"Gi-DTtv","ms-md-3":"Osdyflt","msMd3":"Osdyflt","ms-md-4":"UOTwRV3","msMd4":"UOTwRV3","ms-md-5":"hloRKjN","msMd5":"hloRKjN","ms-md-auto":"y6mkx0y","msMdAuto":"y6mkx0y","p-md-0":"-HKqR7e","pMd0":"-HKqR7e","p-md-1":"IW-iG63","pMd1":"IW-iG63","p-md-2":"Aaib3vl","pMd2":"Aaib3vl","p-md-3":"X4v55TV","pMd3":"X4v55TV","p-md-4":"sBkjRGM","pMd4":"sBkjRGM","p-md-5":"AiSD50M","pMd5":"AiSD50M","px-md-0":"nLT-rUZ","pxMd0":"nLT-rUZ","px-md-1":"CBPYWtx","pxMd1":"CBPYWtx","px-md-2":"Jr8wLj8","pxMd2":"Jr8wLj8","px-md-3":"YP-mCcM","pxMd3":"YP-mCcM","px-md-4":"_4kMldgt","pxMd4":"_4kMldgt","px-md-5":"zDjDwEa","pxMd5":"zDjDwEa","py-md-0":"E5g9lVF","pyMd0":"E5g9lVF","py-md-1":"-qEwIbb","pyMd1":"-qEwIbb","py-md-2":"wcSHrbD","pyMd2":"wcSHrbD","py-md-3":"_-5vI9HL","pyMd3":"_-5vI9HL","py-md-4":"C9O8Kri","pyMd4":"C9O8Kri","py-md-5":"E3Yut-D","pyMd5":"E3Yut-D","pt-md-0":"pHTSfC5","ptMd0":"pHTSfC5","pt-md-1":"qizPWU7","ptMd1":"qizPWU7","pt-md-2":"Yusuroo","ptMd2":"Yusuroo","pt-md-3":"xQd6I37","ptMd3":"xQd6I37","pt-md-4":"BPujb7h","ptMd4":"BPujb7h","pt-md-5":"-VIfH-E","ptMd5":"-VIfH-E","pe-md-0":"_-663MYo","peMd0":"_-663MYo","pe-md-1":"Ekfkj-c","peMd1":"Ekfkj-c","pe-md-2":"SdTmw0F","peMd2":"SdTmw0F","pe-md-3":"_1ns6gsa","peMd3":"_1ns6gsa","pe-md-4":"xzOjoKU","peMd4":"xzOjoKU","pe-md-5":"baS6-25","peMd5":"baS6-25","pb-md-0":"_0RInrv6","pbMd0":"_0RInrv6","pb-md-1":"Tte75uF","pbMd1":"Tte75uF","pb-md-2":"FHHbnOQ","pbMd2":"FHHbnOQ","pb-md-3":"yTNuBfx","pbMd3":"yTNuBfx","pb-md-4":"u9Ysk-v","pbMd4":"u9Ysk-v","pb-md-5":"We7wzgv","pbMd5":"We7wzgv","ps-md-0":"_543b-Js","psMd0":"_543b-Js","ps-md-1":"FSXWAQm","psMd1":"FSXWAQm","ps-md-2":"pdjzMZi","psMd2":"pdjzMZi","ps-md-3":"JgUlfwm","psMd3":"JgUlfwm","ps-md-4":"l3yMcKk","psMd4":"l3yMcKk","ps-md-5":"gseQ7ip","psMd5":"gseQ7ip","gap-md-0":"fm4YYmQ","gapMd0":"fm4YYmQ","gap-md-1":"A435L8a","gapMd1":"A435L8a","gap-md-2":"sE2-BEI","gapMd2":"sE2-BEI","gap-md-3":"Oo4Rp5B","gapMd3":"Oo4Rp5B","gap-md-4":"yy530p7","gapMd4":"yy530p7","gap-md-5":"Fxacq7k","gapMd5":"Fxacq7k","row-gap-md-0":"c8LX47j","rowGapMd0":"c8LX47j","row-gap-md-1":"IC---Sq","rowGapMd1":"IC---Sq","row-gap-md-2":"-VeUhCq","rowGapMd2":"-VeUhCq","row-gap-md-3":"iLkfSu5","rowGapMd3":"iLkfSu5","row-gap-md-4":"BFTCHup","rowGapMd4":"BFTCHup","row-gap-md-5":"IQJ85LP","rowGapMd5":"IQJ85LP","column-gap-md-0":"gQ5YqOJ","columnGapMd0":"gQ5YqOJ","column-gap-md-1":"tGbc9xp","columnGapMd1":"tGbc9xp","column-gap-md-2":"k6ICp7F","columnGapMd2":"k6ICp7F","column-gap-md-3":"UcNi7Kn","columnGapMd3":"UcNi7Kn","column-gap-md-4":"_9kwKQzb","columnGapMd4":"_9kwKQzb","column-gap-md-5":"Jt36w2R","columnGapMd5":"Jt36w2R","text-md-start":"on6bbj8","textMdStart":"on6bbj8","text-md-end":"z-Kc3Qf","textMdEnd":"z-Kc3Qf","text-md-center":"RzXq6Nt","textMdCenter":"RzXq6Nt","float-lg-start":"Gxv4HMO","floatLgStart":"Gxv4HMO","float-lg-end":"FFMMGtl","floatLgEnd":"FFMMGtl","float-lg-none":"XwPM1g2","floatLgNone":"XwPM1g2","object-fit-lg-contain":"Y5qyOWA","objectFitLgContain":"Y5qyOWA","object-fit-lg-cover":"I9auVPn","objectFitLgCover":"I9auVPn","object-fit-lg-fill":"_1nl0GdZ","objectFitLgFill":"_1nl0GdZ","object-fit-lg-scale":"eBfAcS0","objectFitLgScale":"eBfAcS0","object-fit-lg-none":"fkQ89xB","objectFitLgNone":"fkQ89xB","d-lg-inline":"WXEAiLT","dLgInline":"WXEAiLT","d-lg-inline-block":"iWYS6Mw","dLgInlineBlock":"iWYS6Mw","d-lg-block":"oGQO12m","dLgBlock":"oGQO12m","d-lg-grid":"_9YQPL3n","dLgGrid":"_9YQPL3n","d-lg-inline-grid":"dWrO2Y0","dLgInlineGrid":"dWrO2Y0","d-lg-table":"o09-OD-","dLgTable":"o09-OD-","d-lg-table-row":"TE76l7s","dLgTableRow":"TE76l7s","d-lg-table-cell":"_6-uicLp","dLgTableCell":"_6-uicLp","d-lg-flex":"evpQLQQ","dLgFlex":"evpQLQQ","d-lg-inline-flex":"Ow4jl2g","dLgInlineFlex":"Ow4jl2g","d-lg-none":"ChOtqlQ","dLgNone":"ChOtqlQ","flex-lg-fill":"hM2O9gM","flexLgFill":"hM2O9gM","flex-lg-row":"dgJqtHx","flexLgRow":"dgJqtHx","flex-lg-column":"U-XzVy-","flexLgColumn":"U-XzVy-","flex-lg-row-reverse":"EPcL8Tn","flexLgRowReverse":"EPcL8Tn","flex-lg-column-reverse":"fjIhIYe","flexLgColumnReverse":"fjIhIYe","flex-lg-grow-0":"_8MXUsvi","flexLgGrow0":"_8MXUsvi","flex-lg-grow-1":"p5-b42w","flexLgGrow1":"p5-b42w","flex-lg-shrink-0":"ijMgNC-","flexLgShrink0":"ijMgNC-","flex-lg-shrink-1":"BtrEPZ3","flexLgShrink1":"BtrEPZ3","flex-lg-wrap":"Vbj8u6J","flexLgWrap":"Vbj8u6J","flex-lg-nowrap":"B000m61","flexLgNowrap":"B000m61","flex-lg-wrap-reverse":"lFugTXu","flexLgWrapReverse":"lFugTXu","justify-content-lg-start":"iu5--RN","justifyContentLgStart":"iu5--RN","justify-content-lg-end":"FyrvWby","justifyContentLgEnd":"FyrvWby","justify-content-lg-center":"bBdlq5f","justifyContentLgCenter":"bBdlq5f","justify-content-lg-between":"h2Fcj1Q","justifyContentLgBetween":"h2Fcj1Q","justify-content-lg-around":"VDEPti6","justifyContentLgAround":"VDEPti6","justify-content-lg-evenly":"w5aVWP2","justifyContentLgEvenly":"w5aVWP2","align-items-lg-start":"atQaMQk","alignItemsLgStart":"atQaMQk","align-items-lg-end":"Xo-1sfx","alignItemsLgEnd":"Xo-1sfx","align-items-lg-center":"Xnxx2yX","alignItemsLgCenter":"Xnxx2yX","align-items-lg-baseline":"KB9z7QW","alignItemsLgBaseline":"KB9z7QW","align-items-lg-stretch":"Gpta1YE","alignItemsLgStretch":"Gpta1YE","align-content-lg-start":"RNdWEuy","alignContentLgStart":"RNdWEuy","align-content-lg-end":"Uul49Mc","alignContentLgEnd":"Uul49Mc","align-content-lg-center":"_-5krbOO","alignContentLgCenter":"_-5krbOO","align-content-lg-between":"RdsPSW3","alignContentLgBetween":"RdsPSW3","align-content-lg-around":"b0zU0R3","alignContentLgAround":"b0zU0R3","align-content-lg-stretch":"mGaJGaj","alignContentLgStretch":"mGaJGaj","align-self-lg-auto":"l-hwlaT","alignSelfLgAuto":"l-hwlaT","align-self-lg-start":"jz3vlwC","alignSelfLgStart":"jz3vlwC","align-self-lg-end":"_1cwMuqv","alignSelfLgEnd":"_1cwMuqv","align-self-lg-center":"NR91MXl","alignSelfLgCenter":"NR91MXl","align-self-lg-baseline":"z0lQUSe","alignSelfLgBaseline":"z0lQUSe","align-self-lg-stretch":"NJ9fWuB","alignSelfLgStretch":"NJ9fWuB","order-lg-first":"vo-DtUH","orderLgFirst":"vo-DtUH","order-lg-0":"_9rGFUsy","orderLg0":"_9rGFUsy","order-lg-1":"D81UgBI","orderLg1":"D81UgBI","order-lg-2":"t6hKEBC","orderLg2":"t6hKEBC","order-lg-3":"Z7Nc5vy","orderLg3":"Z7Nc5vy","order-lg-4":"Bc7zV43","orderLg4":"Bc7zV43","order-lg-5":"Ye2-41L","orderLg5":"Ye2-41L","order-lg-last":"bgYB91-","orderLgLast":"bgYB91-","m-lg-0":"cfb01SC","mLg0":"cfb01SC","m-lg-1":"_63rob9l","mLg1":"_63rob9l","m-lg-2":"xUDfWcu","mLg2":"xUDfWcu","m-lg-3":"_2O7SjhL","mLg3":"_2O7SjhL","m-lg-4":"_3ukUb2t","mLg4":"_3ukUb2t","m-lg-5":"yo32A29","mLg5":"yo32A29","m-lg-auto":"oYmZZNC","mLgAuto":"oYmZZNC","mx-lg-0":"_6ivt9Sc","mxLg0":"_6ivt9Sc","mx-lg-1":"H9r3itJ","mxLg1":"H9r3itJ","mx-lg-2":"w7dTTnL","mxLg2":"w7dTTnL","mx-lg-3":"DnfMvA2","mxLg3":"DnfMvA2","mx-lg-4":"_4FfPh--","mxLg4":"_4FfPh--","mx-lg-5":"PVKc5eb","mxLg5":"PVKc5eb","mx-lg-auto":"UdjwJBM","mxLgAuto":"UdjwJBM","my-lg-0":"kqqpw-8","myLg0":"kqqpw-8","my-lg-1":"XjHPpl-","myLg1":"XjHPpl-","my-lg-2":"RkYjKta","myLg2":"RkYjKta","my-lg-3":"KKdM4E6","myLg3":"KKdM4E6","my-lg-4":"_4KLY10L","myLg4":"_4KLY10L","my-lg-5":"_6HUN9bC","myLg5":"_6HUN9bC","my-lg-auto":"-cDm1I0","myLgAuto":"-cDm1I0","mt-lg-0":"V3WScWW","mtLg0":"V3WScWW","mt-lg-1":"QlutCzM","mtLg1":"QlutCzM","mt-lg-2":"uCIw6Aq","mtLg2":"uCIw6Aq","mt-lg-3":"bQmypfR","mtLg3":"bQmypfR","mt-lg-4":"_9wSTDps","mtLg4":"_9wSTDps","mt-lg-5":"MUBcOIS","mtLg5":"MUBcOIS","mt-lg-auto":"cS-ZsII","mtLgAuto":"cS-ZsII","me-lg-0":"zMCkXGf","meLg0":"zMCkXGf","me-lg-1":"u-ocnvM","meLg1":"u-ocnvM","me-lg-2":"Dej1849","meLg2":"Dej1849","me-lg-3":"F82XXyp","meLg3":"F82XXyp","me-lg-4":"cqT1cUe","meLg4":"cqT1cUe","me-lg-5":"hjhJOi4","meLg5":"hjhJOi4","me-lg-auto":"B7UXrpS","meLgAuto":"B7UXrpS","mb-lg-0":"jkd3KZ2","mbLg0":"jkd3KZ2","mb-lg-1":"_0TVflTZ","mbLg1":"_0TVflTZ","mb-lg-2":"PHlnPzv","mbLg2":"PHlnPzv","mb-lg-3":"ox9CnxA","mbLg3":"ox9CnxA","mb-lg-4":"qFjVSN4","mbLg4":"qFjVSN4","mb-lg-5":"TXXha9s","mbLg5":"TXXha9s","mb-lg-auto":"JHJmVtK","mbLgAuto":"JHJmVtK","ms-lg-0":"OKJ3fka","msLg0":"OKJ3fka","ms-lg-1":"rl9-LkN","msLg1":"rl9-LkN","ms-lg-2":"_9Ve4pFx","msLg2":"_9Ve4pFx","ms-lg-3":"_0NNHXsP","msLg3":"_0NNHXsP","ms-lg-4":"KeGwwtT","msLg4":"KeGwwtT","ms-lg-5":"jUNiBOM","msLg5":"jUNiBOM","ms-lg-auto":"xOXHhTa","msLgAuto":"xOXHhTa","p-lg-0":"-N9uMpm","pLg0":"-N9uMpm","p-lg-1":"iY-LCgQ","pLg1":"iY-LCgQ","p-lg-2":"vH2lYg8","pLg2":"vH2lYg8","p-lg-3":"TuwVD0u","pLg3":"TuwVD0u","p-lg-4":"eewm0AF","pLg4":"eewm0AF","p-lg-5":"VBuN95p","pLg5":"VBuN95p","px-lg-0":"_3xYQrBd","pxLg0":"_3xYQrBd","px-lg-1":"JHzw-bU","pxLg1":"JHzw-bU","px-lg-2":"_7duUOJJ","pxLg2":"_7duUOJJ","px-lg-3":"IrYRzgg","pxLg3":"IrYRzgg","px-lg-4":"nRp6FYp","pxLg4":"nRp6FYp","px-lg-5":"bXEA0O7","pxLg5":"bXEA0O7","py-lg-0":"_6dmJ-y1","pyLg0":"_6dmJ-y1","py-lg-1":"_01-sbPd","pyLg1":"_01-sbPd","py-lg-2":"_499ZFHB","pyLg2":"_499ZFHB","py-lg-3":"C6ywX7r","pyLg3":"C6ywX7r","py-lg-4":"q6tz0wX","pyLg4":"q6tz0wX","py-lg-5":"K-cb22W","pyLg5":"K-cb22W","pt-lg-0":"_7TW9RlN","ptLg0":"_7TW9RlN","pt-lg-1":"WMS3EBf","ptLg1":"WMS3EBf","pt-lg-2":"jvEMhfe","ptLg2":"jvEMhfe","pt-lg-3":"k4nImQ-","ptLg3":"k4nImQ-","pt-lg-4":"NVS7Ryp","ptLg4":"NVS7Ryp","pt-lg-5":"naHyToS","ptLg5":"naHyToS","pe-lg-0":"fV1BXKX","peLg0":"fV1BXKX","pe-lg-1":"-ruBHJ3","peLg1":"-ruBHJ3","pe-lg-2":"AjLHB94","peLg2":"AjLHB94","pe-lg-3":"ekiJ1lG","peLg3":"ekiJ1lG","pe-lg-4":"Z401slS","peLg4":"Z401slS","pe-lg-5":"-jwWQVV","peLg5":"-jwWQVV","pb-lg-0":"CYiWl9d","pbLg0":"CYiWl9d","pb-lg-1":"svsDFHW","pbLg1":"svsDFHW","pb-lg-2":"POu6L7z","pbLg2":"POu6L7z","pb-lg-3":"hY4btwb","pbLg3":"hY4btwb","pb-lg-4":"VD7JBaU","pbLg4":"VD7JBaU","pb-lg-5":"-lbneab","pbLg5":"-lbneab","ps-lg-0":"iA1VeyN","psLg0":"iA1VeyN","ps-lg-1":"Z9XSNwT","psLg1":"Z9XSNwT","ps-lg-2":"_45sFUW5","psLg2":"_45sFUW5","ps-lg-3":"_2W8sY9G","psLg3":"_2W8sY9G","ps-lg-4":"j6sf3D8","psLg4":"j6sf3D8","ps-lg-5":"ioFvcSy","psLg5":"ioFvcSy","gap-lg-0":"cyDy9tC","gapLg0":"cyDy9tC","gap-lg-1":"_4Obcgpl","gapLg1":"_4Obcgpl","gap-lg-2":"zEWb0TM","gapLg2":"zEWb0TM","gap-lg-3":"TXeSPAr","gapLg3":"TXeSPAr","gap-lg-4":"HVlR7Jl","gapLg4":"HVlR7Jl","gap-lg-5":"YCK6ITu","gapLg5":"YCK6ITu","row-gap-lg-0":"mg6saeX","rowGapLg0":"mg6saeX","row-gap-lg-1":"NQdciP0","rowGapLg1":"NQdciP0","row-gap-lg-2":"eERj-Bo","rowGapLg2":"eERj-Bo","row-gap-lg-3":"_7-CflxT","rowGapLg3":"_7-CflxT","row-gap-lg-4":"-ChYE6N","rowGapLg4":"-ChYE6N","row-gap-lg-5":"mTrqYIy","rowGapLg5":"mTrqYIy","column-gap-lg-0":"jIkPSO8","columnGapLg0":"jIkPSO8","column-gap-lg-1":"zxj7yv4","columnGapLg1":"zxj7yv4","column-gap-lg-2":"_4Wmha-t","columnGapLg2":"_4Wmha-t","column-gap-lg-3":"VgDsMeP","columnGapLg3":"VgDsMeP","column-gap-lg-4":"_5FRR1zp","columnGapLg4":"_5FRR1zp","column-gap-lg-5":"wLyV9mJ","columnGapLg5":"wLyV9mJ","text-lg-start":"nzODOYq","textLgStart":"nzODOYq","text-lg-end":"Vs9seN5","textLgEnd":"Vs9seN5","text-lg-center":"sG-pFNH","textLgCenter":"sG-pFNH","float-xl-start":"rC3KzvA","floatXlStart":"rC3KzvA","float-xl-end":"eDNSPg1","floatXlEnd":"eDNSPg1","float-xl-none":"kGxWBnO","floatXlNone":"kGxWBnO","object-fit-xl-contain":"f81-AqW","objectFitXlContain":"f81-AqW","object-fit-xl-cover":"vNi-nYu","objectFitXlCover":"vNi-nYu","object-fit-xl-fill":"mNPBMqg","objectFitXlFill":"mNPBMqg","object-fit-xl-scale":"_9MVSnSo","objectFitXlScale":"_9MVSnSo","object-fit-xl-none":"h2YcMBo","objectFitXlNone":"h2YcMBo","d-xl-inline":"mVCbsOJ","dXlInline":"mVCbsOJ","d-xl-inline-block":"zTWQthh","dXlInlineBlock":"zTWQthh","d-xl-block":"DVH4jXs","dXlBlock":"DVH4jXs","d-xl-grid":"VOv2GJp","dXlGrid":"VOv2GJp","d-xl-inline-grid":"cnMMv0V","dXlInlineGrid":"cnMMv0V","d-xl-table":"gNqt3JM","dXlTable":"gNqt3JM","d-xl-table-row":"Q-0vBxU","dXlTableRow":"Q-0vBxU","d-xl-table-cell":"QoATub1","dXlTableCell":"QoATub1","d-xl-flex":"wUiawR5","dXlFlex":"wUiawR5","d-xl-inline-flex":"-YX1Fzu","dXlInlineFlex":"-YX1Fzu","d-xl-none":"U3ysIo5","dXlNone":"U3ysIo5","flex-xl-fill":"DTg6YkN","flexXlFill":"DTg6YkN","flex-xl-row":"pQzE-J0","flexXlRow":"pQzE-J0","flex-xl-column":"xVuB1ob","flexXlColumn":"xVuB1ob","flex-xl-row-reverse":"_2DMLWsw","flexXlRowReverse":"_2DMLWsw","flex-xl-column-reverse":"G6Um70m","flexXlColumnReverse":"G6Um70m","flex-xl-grow-0":"a0wqr0Q","flexXlGrow0":"a0wqr0Q","flex-xl-grow-1":"HZcEEC1","flexXlGrow1":"HZcEEC1","flex-xl-shrink-0":"bHOZE22","flexXlShrink0":"bHOZE22","flex-xl-shrink-1":"_1CYMCMp","flexXlShrink1":"_1CYMCMp","flex-xl-wrap":"LwNm63t","flexXlWrap":"LwNm63t","flex-xl-nowrap":"X2p9Gdt","flexXlNowrap":"X2p9Gdt","flex-xl-wrap-reverse":"CGwGw9r","flexXlWrapReverse":"CGwGw9r","justify-content-xl-start":"c-nOBfl","justifyContentXlStart":"c-nOBfl","justify-content-xl-end":"ZE7ujmE","justifyContentXlEnd":"ZE7ujmE","justify-content-xl-center":"BB-lpFQ","justifyContentXlCenter":"BB-lpFQ","justify-content-xl-between":"_238pSfd","justifyContentXlBetween":"_238pSfd","justify-content-xl-around":"bhfAZVl","justifyContentXlAround":"bhfAZVl","justify-content-xl-evenly":"_7LHVB53","justifyContentXlEvenly":"_7LHVB53","align-items-xl-start":"k5MNaMT","alignItemsXlStart":"k5MNaMT","align-items-xl-end":"ECZi-1m","alignItemsXlEnd":"ECZi-1m","align-items-xl-center":"dkrz9TI","alignItemsXlCenter":"dkrz9TI","align-items-xl-baseline":"_8e8gKyz","alignItemsXlBaseline":"_8e8gKyz","align-items-xl-stretch":"rimnKDn","alignItemsXlStretch":"rimnKDn","align-content-xl-start":"X94W-p8","alignContentXlStart":"X94W-p8","align-content-xl-end":"MAHPy8g","alignContentXlEnd":"MAHPy8g","align-content-xl-center":"xUbA-fJ","alignContentXlCenter":"xUbA-fJ","align-content-xl-between":"xQnlVdh","alignContentXlBetween":"xQnlVdh","align-content-xl-around":"Wn-neIj","alignContentXlAround":"Wn-neIj","align-content-xl-stretch":"pBPdZBc","alignContentXlStretch":"pBPdZBc","align-self-xl-auto":"s82h71u","alignSelfXlAuto":"s82h71u","align-self-xl-start":"LTF1jrT","alignSelfXlStart":"LTF1jrT","align-self-xl-end":"wxyvgOj","alignSelfXlEnd":"wxyvgOj","align-self-xl-center":"_0V7Yy9e","alignSelfXlCenter":"_0V7Yy9e","align-self-xl-baseline":"PgJ8P5-","alignSelfXlBaseline":"PgJ8P5-","align-self-xl-stretch":"uEEq20w","alignSelfXlStretch":"uEEq20w","order-xl-first":"A69raSW","orderXlFirst":"A69raSW","order-xl-0":"EpldF3K","orderXl0":"EpldF3K","order-xl-1":"AO-ZUj-","orderXl1":"AO-ZUj-","order-xl-2":"kTGJ-HV","orderXl2":"kTGJ-HV","order-xl-3":"eKQi-Gz","orderXl3":"eKQi-Gz","order-xl-4":"_5XSNZPa","orderXl4":"_5XSNZPa","order-xl-5":"tTz-vgo","orderXl5":"tTz-vgo","order-xl-last":"f9mH55x","orderXlLast":"f9mH55x","m-xl-0":"_9UdpPHl","mXl0":"_9UdpPHl","m-xl-1":"_9pCRC6V","mXl1":"_9pCRC6V","m-xl-2":"l5nRq6N","mXl2":"l5nRq6N","m-xl-3":"DrgMhK4","mXl3":"DrgMhK4","m-xl-4":"wlkOI9k","mXl4":"wlkOI9k","m-xl-5":"RzeluUt","mXl5":"RzeluUt","m-xl-auto":"weWn0Pa","mXlAuto":"weWn0Pa","mx-xl-0":"VqQMw5Z","mxXl0":"VqQMw5Z","mx-xl-1":"Y6042gY","mxXl1":"Y6042gY","mx-xl-2":"CHLkl74","mxXl2":"CHLkl74","mx-xl-3":"njmH4vx","mxXl3":"njmH4vx","mx-xl-4":"gPQTB0L","mxXl4":"gPQTB0L","mx-xl-5":"O9M-dQv","mxXl5":"O9M-dQv","mx-xl-auto":"_7q3B3DM","mxXlAuto":"_7q3B3DM","my-xl-0":"Bbglbsu","myXl0":"Bbglbsu","my-xl-1":"Myy43Uy","myXl1":"Myy43Uy","my-xl-2":"hKlbtW0","myXl2":"hKlbtW0","my-xl-3":"pAesIJ3","myXl3":"pAesIJ3","my-xl-4":"B5TbIi9","myXl4":"B5TbIi9","my-xl-5":"Ae-A6vj","myXl5":"Ae-A6vj","my-xl-auto":"eTJ2xPW","myXlAuto":"eTJ2xPW","mt-xl-0":"_40TAS14","mtXl0":"_40TAS14","mt-xl-1":"a9R7gJV","mtXl1":"a9R7gJV","mt-xl-2":"SgMgKCB","mtXl2":"SgMgKCB","mt-xl-3":"z4YD40I","mtXl3":"z4YD40I","mt-xl-4":"iYNuPIk","mtXl4":"iYNuPIk","mt-xl-5":"_--7SKtw","mtXl5":"_--7SKtw","mt-xl-auto":"fVjWvVg","mtXlAuto":"fVjWvVg","me-xl-0":"mSHEGlF","meXl0":"mSHEGlF","me-xl-1":"PnwgMh9","meXl1":"PnwgMh9","me-xl-2":"E9m8kT8","meXl2":"E9m8kT8","me-xl-3":"rElP7rM","meXl3":"rElP7rM","me-xl-4":"_7ZgggFq","meXl4":"_7ZgggFq","me-xl-5":"gG663fl","meXl5":"gG663fl","me-xl-auto":"TGRIKNI","meXlAuto":"TGRIKNI","mb-xl-0":"Ac5af8H","mbXl0":"Ac5af8H","mb-xl-1":"DcEWZDC","mbXl1":"DcEWZDC","mb-xl-2":"CW1hL-l","mbXl2":"CW1hL-l","mb-xl-3":"p88ZtgS","mbXl3":"p88ZtgS","mb-xl-4":"vWvX1cQ","mbXl4":"vWvX1cQ","mb-xl-5":"_3J6d-0J","mbXl5":"_3J6d-0J","mb-xl-auto":"It-L1QP","mbXlAuto":"It-L1QP","ms-xl-0":"_4dkVLBQ","msXl0":"_4dkVLBQ","ms-xl-1":"_0I5a4DP","msXl1":"_0I5a4DP","ms-xl-2":"OHFVCOi","msXl2":"OHFVCOi","ms-xl-3":"llef0F9","msXl3":"llef0F9","ms-xl-4":"iBLGMqA","msXl4":"iBLGMqA","ms-xl-5":"dQvOPnd","msXl5":"dQvOPnd","ms-xl-auto":"s7I16Y8","msXlAuto":"s7I16Y8","p-xl-0":"hdDlFUE","pXl0":"hdDlFUE","p-xl-1":"KbT8ngJ","pXl1":"KbT8ngJ","p-xl-2":"_6SihBBT","pXl2":"_6SihBBT","p-xl-3":"-ky0Jx8","pXl3":"-ky0Jx8","p-xl-4":"_3HaJ3xP","pXl4":"_3HaJ3xP","p-xl-5":"S4gDJZM","pXl5":"S4gDJZM","px-xl-0":"xE9Pzy-","pxXl0":"xE9Pzy-","px-xl-1":"aQDKpFG","pxXl1":"aQDKpFG","px-xl-2":"_90tMEgd","pxXl2":"_90tMEgd","px-xl-3":"bQoXwru","pxXl3":"bQoXwru","px-xl-4":"-xIbLgo","pxXl4":"-xIbLgo","px-xl-5":"_69Wq4py","pxXl5":"_69Wq4py","py-xl-0":"hJzp9Wj","pyXl0":"hJzp9Wj","py-xl-1":"Ill5ucl","pyXl1":"Ill5ucl","py-xl-2":"_5T1giCx","pyXl2":"_5T1giCx","py-xl-3":"_0Da3lLW","pyXl3":"_0Da3lLW","py-xl-4":"_63nxB-r","pyXl4":"_63nxB-r","py-xl-5":"ZYbepmm","pyXl5":"ZYbepmm","pt-xl-0":"b1R4j1-","ptXl0":"b1R4j1-","pt-xl-1":"MSGHWma","ptXl1":"MSGHWma","pt-xl-2":"lejCbjj","ptXl2":"lejCbjj","pt-xl-3":"_9XAgiP2","ptXl3":"_9XAgiP2","pt-xl-4":"MFB4f1t","ptXl4":"MFB4f1t","pt-xl-5":"T9HuIrC","ptXl5":"T9HuIrC","pe-xl-0":"_3Axy4ln","peXl0":"_3Axy4ln","pe-xl-1":"WWWnJkI","peXl1":"WWWnJkI","pe-xl-2":"vgG4BhF","peXl2":"vgG4BhF","pe-xl-3":"O9TVFmY","peXl3":"O9TVFmY","pe-xl-4":"bmP8fPj","peXl4":"bmP8fPj","pe-xl-5":"gDCjvAo","peXl5":"gDCjvAo","pb-xl-0":"kCsn9x0","pbXl0":"kCsn9x0","pb-xl-1":"oulTmVQ","pbXl1":"oulTmVQ","pb-xl-2":"JNzc1R-","pbXl2":"JNzc1R-","pb-xl-3":"tAUERVB","pbXl3":"tAUERVB","pb-xl-4":"fl-y5ES","pbXl4":"fl-y5ES","pb-xl-5":"MRrqurr","pbXl5":"MRrqurr","ps-xl-0":"nbjGTek","psXl0":"nbjGTek","ps-xl-1":"ilsm8xt","psXl1":"ilsm8xt","ps-xl-2":"gsnIDg-","psXl2":"gsnIDg-","ps-xl-3":"q28gvIh","psXl3":"q28gvIh","ps-xl-4":"xer5UwG","psXl4":"xer5UwG","ps-xl-5":"JUn64Tw","psXl5":"JUn64Tw","gap-xl-0":"_9jQ3BsN","gapXl0":"_9jQ3BsN","gap-xl-1":"U-VlB9k","gapXl1":"U-VlB9k","gap-xl-2":"_0NlIthX","gapXl2":"_0NlIthX","gap-xl-3":"ACzndIJ","gapXl3":"ACzndIJ","gap-xl-4":"EjRBUiq","gapXl4":"EjRBUiq","gap-xl-5":"hNWH3UU","gapXl5":"hNWH3UU","row-gap-xl-0":"wifR2Bd","rowGapXl0":"wifR2Bd","row-gap-xl-1":"MkWOOlG","rowGapXl1":"MkWOOlG","row-gap-xl-2":"QUkD-he","rowGapXl2":"QUkD-he","row-gap-xl-3":"BNO7WTB","rowGapXl3":"BNO7WTB","row-gap-xl-4":"-biDi9Z","rowGapXl4":"-biDi9Z","row-gap-xl-5":"YEk-IUo","rowGapXl5":"YEk-IUo","column-gap-xl-0":"m5Mugw7","columnGapXl0":"m5Mugw7","column-gap-xl-1":"-Qj1YCS","columnGapXl1":"-Qj1YCS","column-gap-xl-2":"qSli3VC","columnGapXl2":"qSli3VC","column-gap-xl-3":"KCQxNot","columnGapXl3":"KCQxNot","column-gap-xl-4":"_2wZHNcz","columnGapXl4":"_2wZHNcz","column-gap-xl-5":"_8adUPHl","columnGapXl5":"_8adUPHl","text-xl-start":"CGhVP1n","textXlStart":"CGhVP1n","text-xl-end":"ObdGzCv","textXlEnd":"ObdGzCv","text-xl-center":"GbbbZxY","textXlCenter":"GbbbZxY","float-xxl-start":"m-X5sP-","floatXxlStart":"m-X5sP-","float-xxl-end":"CfrRRD3","floatXxlEnd":"CfrRRD3","float-xxl-none":"_0kz6qck","floatXxlNone":"_0kz6qck","object-fit-xxl-contain":"MxlkVAF","objectFitXxlContain":"MxlkVAF","object-fit-xxl-cover":"eMXOVg0","objectFitXxlCover":"eMXOVg0","object-fit-xxl-fill":"BHcVZx0","objectFitXxlFill":"BHcVZx0","object-fit-xxl-scale":"isKE8-o","objectFitXxlScale":"isKE8-o","object-fit-xxl-none":"qpThAPS","objectFitXxlNone":"qpThAPS","d-xxl-inline":"wP-z00A","dXxlInline":"wP-z00A","d-xxl-inline-block":"_7y8lJ2r","dXxlInlineBlock":"_7y8lJ2r","d-xxl-block":"l98q-EN","dXxlBlock":"l98q-EN","d-xxl-grid":"FltYMxI","dXxlGrid":"FltYMxI","d-xxl-inline-grid":"JvTTVpg","dXxlInlineGrid":"JvTTVpg","d-xxl-table":"MVU5IsI","dXxlTable":"MVU5IsI","d-xxl-table-row":"m8PVjFt","dXxlTableRow":"m8PVjFt","d-xxl-table-cell":"xJZ-aLY","dXxlTableCell":"xJZ-aLY","d-xxl-flex":"qSFF9oZ","dXxlFlex":"qSFF9oZ","d-xxl-inline-flex":"DzjfT-8","dXxlInlineFlex":"DzjfT-8","d-xxl-none":"WE8Vvlh","dXxlNone":"WE8Vvlh","flex-xxl-fill":"AYt-xd6","flexXxlFill":"AYt-xd6","flex-xxl-row":"VyLa8Kh","flexXxlRow":"VyLa8Kh","flex-xxl-column":"deUwCMv","flexXxlColumn":"deUwCMv","flex-xxl-row-reverse":"_0Rghdw-","flexXxlRowReverse":"_0Rghdw-","flex-xxl-column-reverse":"IGddwze","flexXxlColumnReverse":"IGddwze","flex-xxl-grow-0":"_8aRYpgb","flexXxlGrow0":"_8aRYpgb","flex-xxl-grow-1":"ZSfoWPP","flexXxlGrow1":"ZSfoWPP","flex-xxl-shrink-0":"Kt5YtkF","flexXxlShrink0":"Kt5YtkF","flex-xxl-shrink-1":"_9N7sZBF","flexXxlShrink1":"_9N7sZBF","flex-xxl-wrap":"ARiurLV","flexXxlWrap":"ARiurLV","flex-xxl-nowrap":"_01gumBI","flexXxlNowrap":"_01gumBI","flex-xxl-wrap-reverse":"u-G67TJ","flexXxlWrapReverse":"u-G67TJ","justify-content-xxl-start":"TXIi04d","justifyContentXxlStart":"TXIi04d","justify-content-xxl-end":"cD3qGr5","justifyContentXxlEnd":"cD3qGr5","justify-content-xxl-center":"r4mHtxU","justifyContentXxlCenter":"r4mHtxU","justify-content-xxl-between":"z7EDagZ","justifyContentXxlBetween":"z7EDagZ","justify-content-xxl-around":"_3HNW5iF","justifyContentXxlAround":"_3HNW5iF","justify-content-xxl-evenly":"RHB9Lgw","justifyContentXxlEvenly":"RHB9Lgw","align-items-xxl-start":"emOcFq1","alignItemsXxlStart":"emOcFq1","align-items-xxl-end":"OCbRrGz","alignItemsXxlEnd":"OCbRrGz","align-items-xxl-center":"_1I-QeGG","alignItemsXxlCenter":"_1I-QeGG","align-items-xxl-baseline":"GppCxKm","alignItemsXxlBaseline":"GppCxKm","align-items-xxl-stretch":"CB8TRrZ","alignItemsXxlStretch":"CB8TRrZ","align-content-xxl-start":"_0wVsS5L","alignContentXxlStart":"_0wVsS5L","align-content-xxl-end":"AE1YkOG","alignContentXxlEnd":"AE1YkOG","align-content-xxl-center":"PMvVCxA","alignContentXxlCenter":"PMvVCxA","align-content-xxl-between":"D3LW5j3","alignContentXxlBetween":"D3LW5j3","align-content-xxl-around":"lJec-6d","alignContentXxlAround":"lJec-6d","align-content-xxl-stretch":"SCC3EEH","alignContentXxlStretch":"SCC3EEH","align-self-xxl-auto":"pvb6zZy","alignSelfXxlAuto":"pvb6zZy","align-self-xxl-start":"_2iPdAub","alignSelfXxlStart":"_2iPdAub","align-self-xxl-end":"r3NrwSK","alignSelfXxlEnd":"r3NrwSK","align-self-xxl-center":"wONCF7L","alignSelfXxlCenter":"wONCF7L","align-self-xxl-baseline":"p35V8Ve","alignSelfXxlBaseline":"p35V8Ve","align-self-xxl-stretch":"m5n-gAj","alignSelfXxlStretch":"m5n-gAj","order-xxl-first":"jDq24PH","orderXxlFirst":"jDq24PH","order-xxl-0":"Zfw9V5t","orderXxl0":"Zfw9V5t","order-xxl-1":"-jpftPp","orderXxl1":"-jpftPp","order-xxl-2":"aXNaud2","orderXxl2":"aXNaud2","order-xxl-3":"wn3OO2p","orderXxl3":"wn3OO2p","order-xxl-4":"ugbhRJ4","orderXxl4":"ugbhRJ4","order-xxl-5":"_2Ujnldg","orderXxl5":"_2Ujnldg","order-xxl-last":"d2IdhkB","orderXxlLast":"d2IdhkB","m-xxl-0":"YLLHwM-","mXxl0":"YLLHwM-","m-xxl-1":"efNHhZk","mXxl1":"efNHhZk","m-xxl-2":"f32tyga","mXxl2":"f32tyga","m-xxl-3":"f-epBZx","mXxl3":"f-epBZx","m-xxl-4":"_6mTe57Y","mXxl4":"_6mTe57Y","m-xxl-5":"VfPGe0k","mXxl5":"VfPGe0k","m-xxl-auto":"_54n8I1Z","mXxlAuto":"_54n8I1Z","mx-xxl-0":"oRvCGiC","mxXxl0":"oRvCGiC","mx-xxl-1":"OiB-L1Q","mxXxl1":"OiB-L1Q","mx-xxl-2":"FSyCBov","mxXxl2":"FSyCBov","mx-xxl-3":"_5PLF05L","mxXxl3":"_5PLF05L","mx-xxl-4":"ANRFqxb","mxXxl4":"ANRFqxb","mx-xxl-5":"rRlI3OD","mxXxl5":"rRlI3OD","mx-xxl-auto":"CgdYpui","mxXxlAuto":"CgdYpui","my-xxl-0":"u3A9Xex","myXxl0":"u3A9Xex","my-xxl-1":"vECg38w","myXxl1":"vECg38w","my-xxl-2":"SLiOYxj","myXxl2":"SLiOYxj","my-xxl-3":"-KJi-Nc","myXxl3":"-KJi-Nc","my-xxl-4":"_5XOiQ7d","myXxl4":"_5XOiQ7d","my-xxl-5":"_0JDQ2sE","myXxl5":"_0JDQ2sE","my-xxl-auto":"Qlbsiqg","myXxlAuto":"Qlbsiqg","mt-xxl-0":"xg-Z2L-","mtXxl0":"xg-Z2L-","mt-xxl-1":"AMiPOEu","mtXxl1":"AMiPOEu","mt-xxl-2":"RGt8rZq","mtXxl2":"RGt8rZq","mt-xxl-3":"-paJhh4","mtXxl3":"-paJhh4","mt-xxl-4":"aY3lMaA","mtXxl4":"aY3lMaA","mt-xxl-5":"_7EQVWYY","mtXxl5":"_7EQVWYY","mt-xxl-auto":"_-3sNOvI","mtXxlAuto":"_-3sNOvI","me-xxl-0":"uXbFKbf","meXxl0":"uXbFKbf","me-xxl-1":"FGPvRak","meXxl1":"FGPvRak","me-xxl-2":"-JgLy4a","meXxl2":"-JgLy4a","me-xxl-3":"JNYcJqA","meXxl3":"JNYcJqA","me-xxl-4":"_450D2BG","meXxl4":"_450D2BG","me-xxl-5":"xsGqWkt","meXxl5":"xsGqWkt","me-xxl-auto":"N7nMDu-","meXxlAuto":"N7nMDu-","mb-xxl-0":"fErP0Bx","mbXxl0":"fErP0Bx","mb-xxl-1":"yVKj1rm","mbXxl1":"yVKj1rm","mb-xxl-2":"Ynec7DH","mbXxl2":"Ynec7DH","mb-xxl-3":"u295lQU","mbXxl3":"u295lQU","mb-xxl-4":"GZjmNjW","mbXxl4":"GZjmNjW","mb-xxl-5":"Vr68xFd","mbXxl5":"Vr68xFd","mb-xxl-auto":"pFbNX8D","mbXxlAuto":"pFbNX8D","ms-xxl-0":"v0oH6eh","msXxl0":"v0oH6eh","ms-xxl-1":"MnnGbJ5","msXxl1":"MnnGbJ5","ms-xxl-2":"K6QpxiN","msXxl2":"K6QpxiN","ms-xxl-3":"ARz2zmU","msXxl3":"ARz2zmU","ms-xxl-4":"u2tT2x4","msXxl4":"u2tT2x4","ms-xxl-5":"ev7bRVz","msXxl5":"ev7bRVz","ms-xxl-auto":"wtUmv1L","msXxlAuto":"wtUmv1L","p-xxl-0":"_0TRs-a9","pXxl0":"_0TRs-a9","p-xxl-1":"naShb--","pXxl1":"naShb--","p-xxl-2":"F86dzl3","pXxl2":"F86dzl3","p-xxl-3":"_5ROPwsf","pXxl3":"_5ROPwsf","p-xxl-4":"Y-3gBZJ","pXxl4":"Y-3gBZJ","p-xxl-5":"HFHOQ87","pXxl5":"HFHOQ87","px-xxl-0":"tQUdWTn","pxXxl0":"tQUdWTn","px-xxl-1":"e1v6m3M","pxXxl1":"e1v6m3M","px-xxl-2":"wXn9JNH","pxXxl2":"wXn9JNH","px-xxl-3":"Sv73NY9","pxXxl3":"Sv73NY9","px-xxl-4":"-z4jJCx","pxXxl4":"-z4jJCx","px-xxl-5":"_4nwP5Tp","pxXxl5":"_4nwP5Tp","py-xxl-0":"_9JUTaQX","pyXxl0":"_9JUTaQX","py-xxl-1":"_5H04FC0","pyXxl1":"_5H04FC0","py-xxl-2":"laWVXL3","pyXxl2":"laWVXL3","py-xxl-3":"k7Rssbs","pyXxl3":"k7Rssbs","py-xxl-4":"u2N1I8u","pyXxl4":"u2N1I8u","py-xxl-5":"pX7JuD1","pyXxl5":"pX7JuD1","pt-xxl-0":"GcdXIij","ptXxl0":"GcdXIij","pt-xxl-1":"K4LLSaX","ptXxl1":"K4LLSaX","pt-xxl-2":"KF60g4E","ptXxl2":"KF60g4E","pt-xxl-3":"rakNCU7","ptXxl3":"rakNCU7","pt-xxl-4":"-Cz-rd7","ptXxl4":"-Cz-rd7","pt-xxl-5":"DuNmjIx","ptXxl5":"DuNmjIx","pe-xxl-0":"u0YXYrF","peXxl0":"u0YXYrF","pe-xxl-1":"kJ4K63Y","peXxl1":"kJ4K63Y","pe-xxl-2":"qohmVdk","peXxl2":"qohmVdk","pe-xxl-3":"qkyrrAg","peXxl3":"qkyrrAg","pe-xxl-4":"O8dwTyc","peXxl4":"O8dwTyc","pe-xxl-5":"A5S6hMo","peXxl5":"A5S6hMo","pb-xxl-0":"UgWsmlQ","pbXxl0":"UgWsmlQ","pb-xxl-1":"d7b3-2x","pbXxl1":"d7b3-2x","pb-xxl-2":"Yyenkqf","pbXxl2":"Yyenkqf","pb-xxl-3":"jZBlq7n","pbXxl3":"jZBlq7n","pb-xxl-4":"P5Efy7j","pbXxl4":"P5Efy7j","pb-xxl-5":"Nyp7Nsl","pbXxl5":"Nyp7Nsl","ps-xxl-0":"_8bFLq52","psXxl0":"_8bFLq52","ps-xxl-1":"wqV8yHt","psXxl1":"wqV8yHt","ps-xxl-2":"_9-ofLnC","psXxl2":"_9-ofLnC","ps-xxl-3":"ecLWDG7","psXxl3":"ecLWDG7","ps-xxl-4":"_6q7zeZl","psXxl4":"_6q7zeZl","ps-xxl-5":"gmJrb2x","psXxl5":"gmJrb2x","gap-xxl-0":"mRn2Tbh","gapXxl0":"mRn2Tbh","gap-xxl-1":"_9mlKCLG","gapXxl1":"_9mlKCLG","gap-xxl-2":"_1UWr9wH","gapXxl2":"_1UWr9wH","gap-xxl-3":"QE9tI2c","gapXxl3":"QE9tI2c","gap-xxl-4":"_3J4wEmy","gapXxl4":"_3J4wEmy","gap-xxl-5":"A22mcSB","gapXxl5":"A22mcSB","row-gap-xxl-0":"EScouQl","rowGapXxl0":"EScouQl","row-gap-xxl-1":"YuGoDTP","rowGapXxl1":"YuGoDTP","row-gap-xxl-2":"SqwZpx8","rowGapXxl2":"SqwZpx8","row-gap-xxl-3":"TixMUw3","rowGapXxl3":"TixMUw3","row-gap-xxl-4":"sm1kkBw","rowGapXxl4":"sm1kkBw","row-gap-xxl-5":"_0yI2Zg9","rowGapXxl5":"_0yI2Zg9","column-gap-xxl-0":"_3V3m5A9","columnGapXxl0":"_3V3m5A9","column-gap-xxl-1":"UC4pkh1","columnGapXxl1":"UC4pkh1","column-gap-xxl-2":"_84plBU0","columnGapXxl2":"_84plBU0","column-gap-xxl-3":"pm1bD-6","columnGapXxl3":"pm1bD-6","column-gap-xxl-4":"_0e2SdAR","columnGapXxl4":"_0e2SdAR","column-gap-xxl-5":"_6d4KbAP","columnGapXxl5":"_6d4KbAP","text-xxl-start":"WeyyC-o","textXxlStart":"WeyyC-o","text-xxl-end":"Ol9ZHC1","textXxlEnd":"Ol9ZHC1","text-xxl-center":"B2-Ykwi","textXxlCenter":"B2-Ykwi","d-print-inline":"KkSRF8u","dPrintInline":"KkSRF8u","d-print-inline-block":"UPYMOlH","dPrintInlineBlock":"UPYMOlH","d-print-block":"FfGbuXH","dPrintBlock":"FfGbuXH","d-print-grid":"L4JY4-j","dPrintGrid":"L4JY4-j","d-print-inline-grid":"CrMGIi0","dPrintInlineGrid":"CrMGIi0","d-print-table":"luHuNbj","dPrintTable":"luHuNbj","d-print-table-row":"cj1TyEt","dPrintTableRow":"cj1TyEt","d-print-table-cell":"_14y50ls","dPrintTableCell":"_14y50ls","d-print-flex":"K-FBMhX","dPrintFlex":"K-FBMhX","d-print-inline-flex":"uVDs8c-","dPrintInlineFlex":"uVDs8c-","d-print-none":"Sc2F4D6","dPrintNone":"Sc2F4D6"};
2992
-
2993
- var classes = {"maintenance-hero":"rE1z8Aj","maintenanceHero":"rE1z8Aj","httpStatusCode":"F3IUkM1","centeredContainer":"IoTe5bw","errorTextGeneral":"orJdGN6","errorKeys":"LUrhs-u","error-values":"WiNWxvI","errorValues":"WiNWxvI","error-pre":"aSQjshO","errorPre":"aSQjshO","line-number":"wKvThtB","lineNumber":"wKvThtB","cl":"rcZlIF8","slide":"majMnQx"};
2994
-
2995
- const getRootStyleValue = (property = '--dig_primary_color') => {
2996
- return getComputedStyle(document.documentElement)
2997
- .getPropertyValue(property).trim();
2998
- };
2999
- function mergeStyles(styleA, styleB) {
3000
- let styles = {};
3001
- const mergedClassNames = Object.keys(styleA).concat(Object.keys(styleB));
3002
- mergedClassNames.map(className => {
3003
- styles[className] = classNames(styleA[className], styleB[className]);
3004
- });
3005
- return styles;
3006
- }
3007
- const dropStyles = mergeStyles(BootstrapStyle, classes);
3008
- function getStyles(overrides = {}) {
3009
- if (0 === Object.keys(overrides).length) {
3010
- return dropStyles;
3011
- }
3012
- return mergeStyles(dropStyles, overrides);
3013
- }
3014
-
3015
- // @link https://stackoverflow.com/questions/58399637/include-modal-functionality-in-react-higher-order-component
3016
- function Popup({ open = true, handleClose, children, maxWidth, }) {
3017
- const dig = getStyles();
3018
- return jsxRuntimeExports.jsx("div", { className: classNames(dig.modal, dig.fade, { [dig.show]: open }, dig.dBlock), style: { backgroundColor: "rgba(0,0,0,0.8)" }, id: "exampleModalCenter", tabIndex: -1, "aria-labelledby": "exampleModalCenterTitle", "aria-modal": "true", role: "dialog", children: jsxRuntimeExports.jsx("div", { style: { maxWidth: maxWidth }, className: classNames(dig.modalDialog, dig.modalDialogCentered), children: jsxRuntimeExports.jsx(OutsideClickHandler, { onOutsideClick: () => handleClose(), children: jsxRuntimeExports.jsx("div", { className: classNames(dig.modalContent, dig.bgTransparent, dig.modalDialogScrollable), children: children }) }) }) });
3019
- }
3020
-
3021
- const isProduction = window.location.host.split(".")[0] === "www";
3022
-
3023
- function addAlert(props) {
3024
- props.instance.setState(previousState => ({
3025
- alertsWaiting: previousState.alertsWaiting.length === 0
3026
- ? [props]
3027
- : [...previousState.alertsWaiting, props]
3028
- }));
3029
- }
3030
- function Alert({ instance }) {
3031
- const { alertsWaiting, backendThrowable } = instance.state;
3032
- let alert = undefined;
3033
- const alertWaiting = alertsWaiting.length + backendThrowable.length;
3034
- if (backendThrowable.length !== 0) {
3035
- const buttons = [{
3036
- text: 'Close',
3037
- color: 'danger',
3038
- }];
3039
- const hideExpandInformation = isProduction;
3040
- if (false === hideExpandInformation) {
3041
- buttons.push({
3042
- text: 'Expand',
3043
- color: 'primary',
3044
- });
3045
- }
3046
- const backendThrowable = instance.state.backendThrowable[0];
3047
- alert = {
3048
- instance: instance,
3049
- title: "Oh no! An issue occurred!",
3050
- text: backendThrowable?.['DropInGaming\\PHP\\Errors\\DropException'] ?? 'An unknown issue occurred. Please try again.',
3051
- timeout: 0,
3052
- footerText: hideExpandInformation ? '' : 'These alert footer options are only shown in development environments. Click "Expand" to see more details.',
3053
- buttons: buttons,
3054
- // backendThrowable has its own custom component that can be expanded (called in the Bootstrap component)
3055
- // our then function will be called when the user clicks on the button providing the option to expand or close
3056
- backendThrowable: backendThrowable,
3057
- then: (value) => {
3058
- if (value === 'Expand') {
3059
- instance.setState(previousState => {
3060
- let backendThrowable = previousState.backendThrowable.pop();
3061
- if (backendThrowable === undefined) {
3062
- return {
3063
- backendThrowable: []
3064
- };
3065
- }
3066
- backendThrowable.expanded = true;
3067
- return {
3068
- backendThrowable: [backendThrowable, ...(previousState.backendThrowable ?? [])]
3069
- };
3070
- });
3071
- }
3072
- else {
3073
- instance.setState(previousState => ({
3074
- backendThrowable: previousState.backendThrowable.slice(1)
3075
- }));
3076
- }
3077
- }
3078
- };
3079
- }
3080
- else if (alertsWaiting.length !== 0) {
3081
- alert = alertsWaiting[0];
3082
- }
3083
- if (alert === undefined) {
3084
- return null;
3085
- }
3086
- const timeout = alert?.timeout || 15000;
3087
- const styles = getStyles();
3088
- let cancelTimeout = null;
3089
- const handleClose = () => {
3090
- if (null !== cancelTimeout) {
3091
- clearTimeout(cancelTimeout);
3092
- }
3093
- if (alert?.backendThrowable === undefined) {
3094
- instance.setState(previousState => ({
3095
- alertsWaiting: previousState.alertsWaiting.slice(1)
3096
- }));
3097
- }
3098
- };
3099
- if (alert?.intercept === false) {
3100
- handleClose();
3101
- return null;
3102
- }
3103
- if (0 !== timeout) {
3104
- cancelTimeout = setTimeout(() => {
3105
- handleClose();
3106
- }, timeout);
3107
- }
3108
- return jsxRuntimeExports.jsx(Popup, { handleClose: handleClose, children: jsxRuntimeExports.jsxs("div", { className: classNames("model-content", styles.rounded0, styles.border0), style: {
3109
- maxWidth: '75vw',
3110
- maxHeight: '75vh',
3111
- }, children: [jsxRuntimeExports.jsxs("div", { className: classNames(styles.modalHeader, styles.rounded0, styles.border0, {
3112
- // icon?: "warning" | "error" | "success" | "info" | "question"
3113
- [styles.bg_primary]: "info" === alert.icon || alert.icon === undefined || alert.icon === null,
3114
- [styles.bg_success]: "success" === alert.icon,
3115
- [styles.bg_warning]: "warning" === alert.icon,
3116
- [styles.bg_danger]: "error" === alert.icon, // TODO - change to red
3117
- [styles.bgPrimary]: "question" === alert.icon,
3118
- }), children: [jsxRuntimeExports.jsxs("h3", { className: classNames(styles.modalTitle, styles.textDark), id: "staticBackdropLabel", children: ["#", alertWaiting, " ", alert.title] }), jsxRuntimeExports.jsx("div", { onClick: handleClose, children: jsxRuntimeExports.jsx(reactFontawesome.FontAwesomeIcon, { icon: freeSolidSvgIcons.faClose, size: 'xl' }) })] }), jsxRuntimeExports.jsx("div", { className: classNames(styles.modalBody, styles.border0, styles.textWhite), children: jsxRuntimeExports.jsxs("div", { className: styles.textCenter, children: [alert.text, alert.component] }) }), undefined !== alert.buttons &&
3119
- jsxRuntimeExports.jsxs("div", { className: classNames(styles.modalFooter, styles.border0, styles.rounded0), children: [alert.footerText &&
3120
- jsxRuntimeExports.jsx("div", { className: classNames(styles.textCenter, styles.textWhite), children: alert.footerText }), alert.buttons?.map((button, index) => {
3121
- return jsxRuntimeExports.jsx("button", { className: classNames(styles.btn, styles.btnLg, {
3122
- // todo - color: "default" | "primary" | "secondary" | "inherit" | "danger" | "info" | "success" | "warning" | undefined,
3123
- [styles.bg_success]: "success" === button.color,
3124
- [styles.bg_danger]: "danger" === button.color,
3125
- [styles.bg_primary]: "primary" === button.color,
3126
- [styles.bg_warning]: "warning" === button.color,
3127
- }, "btn-Yes", styles.rounded0), onClick: () => {
3128
- handleClose();
3129
- alert?.then?.(button.value ?? button.text);
3130
- }, children: button.text }, index);
3131
- })] })] }) });
3132
- }
3133
-
3134
- // @link https://dev.to/ag-grid/react-18-avoiding-use-effect-getting-called-twice-4i9e
3135
- const useEffectOnce = (effect) => {
3136
- const effectFn = require$$0.useRef(effect);
3137
- const destroyFn = require$$0.useRef();
3138
- const effectCalled = require$$0.useRef(false);
3139
- const rendered = require$$0.useRef(false);
3140
- const [, setVal] = require$$0.useState(0);
3141
- if (effectCalled.current) {
3142
- rendered.current = true;
3143
- }
3144
- require$$0.useEffect(() => {
3145
- if (!effectCalled.current) {
3146
- destroyFn.current = effectFn.current();
3147
- effectCalled.current = true;
3148
- }
3149
- setVal(val => val + 1);
3150
- return () => {
3151
- if (!rendered.current) {
3152
- return;
3153
- }
3154
- if (destroyFn.current) {
3155
- destroyFn.current();
3156
- }
3157
- };
3158
- }, []);
3159
- };
3160
-
3161
- /**
3162
- * @function connect
3163
- * This function establishes a connection with the websocket and also ensures constant reconnection if connection closes
3164
- **/
3165
- function initiateWebsocket(props) {
3166
- let { instance, url = 'ws' + (window.location.protocol === 'https:' ? 's' : '') + '://' + window.location.host + '/carbonorm/websocket', timeoutSeconds = 250, heartbeatSeconds = 60, C6 } = props;
3167
- const { TABLES = undefined, IMPORT = undefined, } = C6 ?? {};
3168
- const { websocket } = instance.state;
3169
- if (!("WebSocket" in window)) {
3170
- // todo - store that this has been shown in the state
3171
- addAlert({
3172
- title: 'Browser does not support websockets, live updates will fail. You may need to refresh the page to see the newest content.',
3173
- text: 'Please use a modern browser.',
3174
- icon: 'warning',
3175
- instance
3176
- });
3177
- }
3178
- if (false === (undefined === websocket || null === websocket)) {
3179
- return;
3180
- }
3181
- let connectInterval;
3182
- const connection = new WebSocket(url);
3183
- console.log("Connecting websocket url", url);
3184
- instance.setState({
3185
- websocket: connection
3186
- }, () => {
3187
- connection.onopen = () => {
3188
- console.log('WebSocket Client Connected To :: ' + url);
3189
- clearTimeout(connectInterval); // clear Interval on open of websocket connection
3190
- function heartbeat() {
3191
- const { websocket } = instance.state;
3192
- if (!websocket)
3193
- return;
3194
- if (websocket.readyState !== 1)
3195
- return;
3196
- websocket.send("ping");
3197
- setTimeout(heartbeat, heartbeatSeconds * 1000);
3198
- }
3199
- heartbeat();
3200
- };
3201
- connection.onmessage = (message) => {
3202
- const parsedData = isJsonString(message?.data) ? JSON.parse(message?.data) : message?.data;
3203
- if (message.data === 'pong') {
3204
- return;
3205
- }
3206
- instance.setState((prevState) => ({
3207
- websocketEvents: prevState.websocketEvents.concat(message),
3208
- websocketData: prevState.websocketData.concat(parsedData), // JSON.parse no good - base64?
3209
- }), () => {
3210
- if (undefined === TABLES) {
3211
- console.log('WebSocket updates without the TABLES property passed will not automatically update the state.');
3212
- return;
3213
- }
3214
- if (parsedData?.REST) {
3215
- const TABLE_NAME = parsedData?.REST?.TABLE_NAME;
3216
- const TABLE_PREFIX = parsedData?.REST?.TABLE_PREFIX;
3217
- const METHOD = parsedData?.REST?.METHOD;
3218
- const REQUEST = parsedData?.REST?.REQUEST;
3219
- const REQUEST_PRIMARY_KEY = parsedData?.REST?.REQUEST_PRIMARY_KEY ?? null;
3220
- if (null === REQUEST_PRIMARY_KEY) {
3221
- console.log('WebSocket updates without a primary key are not yet supported.');
3222
- return;
3223
- }
3224
- console.log('todo - going to impl REST', TABLE_NAME, METHOD, REQUEST_PRIMARY_KEY, parsedData?.REST);
3225
- const TABLE_NAME_SHORT = TABLE_NAME.substring(TABLE_PREFIX.length);
3226
- const currentCache = instance.state[TABLE_NAME_SHORT];
3227
- // just because we have a websocket update, doesn't mean we need the update
3228
- // check to see if the primary key is in the current cache
3229
- const c6Table = TABLES[TABLE_NAME_SHORT] ?? null;
3230
- if (null === c6Table) {
3231
- console.error('WebSocket update could not find (' + TABLE_NAME_SHORT + ') in the TABLES property passed.', TABLES);
3232
- return;
3233
- }
3234
- const primaryKeyKeys = Object.keys(REQUEST_PRIMARY_KEY);
3235
- // todo - which direction should we filter
3236
- const elementsToUpdate = currentCache?.filter((row) => {
3237
- for (const element of primaryKeyKeys) {
3238
- // remove the table name from the column name
3239
- const column = element.split('.')[1];
3240
- console.log('column', column, REQUEST_PRIMARY_KEY[element], row[column]);
3241
- if (REQUEST_PRIMARY_KEY[element] !== row[column]) {
3242
- return false;
3243
- }
3244
- }
3245
- return true;
3246
- }) ?? [];
3247
- console.log('elementsToUpdate', elementsToUpdate);
3248
- if (elementsToUpdate.length === 0) {
3249
- console.error('Could not find any elements to update in the cache.', elementsToUpdate, primaryKeyKeys, REQUEST_PRIMARY_KEY, currentCache);
3250
- return;
3251
- }
3252
- const updatedElements = elementsToUpdate.map((row) => {
3253
- return {
3254
- ...row,
3255
- ...REQUEST
3256
- };
3257
- });
3258
- updatedElements.forEach(async (row) => {
3259
- const RestRequests = await IMPORT?.(TABLE_NAME_SHORT);
3260
- const { postState, deleteState, putState, } = RestRequests;
3261
- switch (METHOD) {
3262
- case 'POST':
3263
- postState({}, row);
3264
- break;
3265
- case 'DELETE':
3266
- deleteState({}, row);
3267
- break;
3268
- case 'PUT':
3269
- putState({}, row);
3270
- break;
3271
- default:
3272
- console.error('Method not supported', METHOD);
3273
- }
3274
- });
3275
- }
3276
- });
3277
- };
3278
- window.addEventListener("focus", () => initiateWebsocket(props));
3279
- // websocket onclose event listener
3280
- connection.addEventListener('close', event => {
3281
- let reason;
3282
- console.log(`Socket is closed.`, event.reason, event);
3283
- const retry = () => {
3284
- const retrySeconds = Math.min(5000, (timeoutSeconds + timeoutSeconds) * 1000);
3285
- timeoutSeconds = retrySeconds;
3286
- console.log(`WebSocket reconnect will be attempted in ${retrySeconds} second(s).`);
3287
- connectInterval = setTimeout(() => initiateWebsocket(props), retrySeconds);
3288
- };
3289
- // See https://www.rfc-editor.org/rfc/rfc6455#section-7.4.1
3290
- switch (event.code) {
3291
- case 1000:
3292
- reason = "Normal closure, meaning that the purpose for which the connection was established has been fulfilled.";
3293
- break;
3294
- case 1001:
3295
- retry(); //call check function after timeout
3296
- reason = "An endpoint is \"going away\", such as a server going down or a browser having navigated away from a page.";
3297
- break;
3298
- case 1002:
3299
- reason = "An endpoint is terminating the connection due to a protocol error";
3300
- break;
3301
- case 1003:
3302
- reason = "An endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).";
3303
- break;
3304
- case 1004:
3305
- reason = "Reserved. The specific meaning might be defined in the future.";
3306
- break;
3307
- case 1005:
3308
- reason = "No status code was actually present.";
3309
- break;
3310
- case 1006:
3311
- retry();
3312
- reason = "The connection was closed abnormally, e.g., without sending or receiving a close control frame";
3313
- break;
3314
- case 1007:
3315
- reason = "An endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [https://www.rfc-editor.org/rfc/rfc3629] data within a text message).";
3316
- break;
3317
- case 1008:
3318
- reason = "An endpoint is terminating the connection because it has received a message that \"violates its policy\". This reason is given either if there is no other suitable reason, or if there is a need to hide specific details about the policy.";
3319
- break;
3320
- case 1009:
3321
- reason = "An endpoint is terminating the connection because it has received a message that is too big for it to process.";
3322
- break;
3323
- case 1010:
3324
- reason = "An endpoint (client) is terminating the connection because it has expected the server to negotiate one or more extension, but the server didn't return them in the response message of the WebSocket handshake. <br /> Specifically, the extensions that are needed are: " + event.reason;
3325
- break;
3326
- case 1011:
3327
- reason = "A server is terminating the connection because it encountered an un expected condition that prevented it from fulfilling the request.";
3328
- break;
3329
- case 1015:
3330
- reason = "The connection was closed due to a failure to perform a TLS handshake (e.g., the server certificate can't be verified).";
3331
- break;
3332
- default:
3333
- reason = "Unknown reason";
3334
- }
3335
- console.log("The connection was closed for reason: " + reason);
3336
- });
3337
- // websocket onerror event listener
3338
- connection.addEventListener('websocket error', (e) => {
3339
- console.error("Socket encountered error: ", e, JSON.stringify(e));
3340
- connection.close();
3341
- });
3342
- });
3343
- }
3344
- function CarbonWebSocket (props) {
3345
- useEffectOnce(() => {
3346
- initiateWebsocket(props);
3347
- });
3348
- return null;
3349
- }
3350
-
3351
- exports.eUpdateInsertMethod = void 0;
3352
- (function (eUpdateInsertMethod) {
3353
- eUpdateInsertMethod[eUpdateInsertMethod["REPLACE"] = 0] = "REPLACE";
3354
- eUpdateInsertMethod[eUpdateInsertMethod["FIRST"] = 1] = "FIRST";
3355
- eUpdateInsertMethod[eUpdateInsertMethod["LAST"] = 2] = "LAST";
3356
- })(exports.eUpdateInsertMethod || (exports.eUpdateInsertMethod = {}));
3357
- /**
3358
- * Updates or inserts objects in a stateful array, merging new data with existing objects.
3359
- * @param instance - The React component instance.
3360
- * @param dataOrCallback - Array of objects or a callback function returning an array of objects.
3361
- * @param stateKey - The key in the state where the data array is stored.
3362
- * @param uniqueObjectId - The unique identifier(s) for objects, typically the primary key of the table.
3363
- * @param insertUpdateOrder - The order in which new data should be inserted/updated.
3364
- * @param callback - Optional callback function to run after state update.
3365
- */
3366
- function updateRestfulObjectArrays({ instance, dataOrCallback, stateKey, uniqueObjectId, insertUpdateOrder = exports.eUpdateInsertMethod.LAST, callback, }) {
3367
- const uniqueObjectIds = Array.isArray(uniqueObjectId) ? uniqueObjectId : [uniqueObjectId];
3368
- instance.setState((previousBootstrapState, props) => {
3369
- let newOrReplacementData = [];
3370
- if (Array.isArray(dataOrCallback)) {
3371
- newOrReplacementData = dataOrCallback;
3372
- }
3373
- else if (typeof dataOrCallback === "function") {
3374
- newOrReplacementData = dataOrCallback(previousBootstrapState, props);
3375
- }
3376
- else {
3377
- throw new Error("The dataOrCallback parameter must be an array or function");
3378
- }
3379
- if (newOrReplacementData === null) {
3380
- return null;
3381
- }
3382
- const findUniqueObjectIds = (item, value) => {
3383
- return uniqueObjectIds.every((id) => item[id] === value[id]);
3384
- };
3385
- const previousStateProperty = previousBootstrapState[stateKey] ?? [];
3386
- let updatedData = newOrReplacementData.map((value) => {
3387
- const existingObject = previousStateProperty?.find((item) => findUniqueObjectIds(item, value)) || {};
3388
- return { ...existingObject, ...value };
3389
- });
3390
- const filterOutUpdated = (array) => {
3391
- return array?.filter((item) => !updatedData.some((value) => findUniqueObjectIds(item, value))) ?? [];
3392
- };
3393
- let newState = {};
3394
- switch (insertUpdateOrder) {
3395
- case exports.eUpdateInsertMethod.LAST:
3396
- newState[stateKey] = [
3397
- ...filterOutUpdated(previousStateProperty),
3398
- ...updatedData,
3399
- ];
3400
- break;
3401
- case exports.eUpdateInsertMethod.FIRST:
3402
- newState[stateKey] = [
3403
- ...updatedData,
3404
- ...filterOutUpdated(previousStateProperty),
3405
- ];
3406
- break;
3407
- case exports.eUpdateInsertMethod.REPLACE:
3408
- newState[stateKey] = [
3409
- ...(previousStateProperty?.map((oldObject) => {
3410
- const index = updatedData.findIndex((item) => findUniqueObjectIds(item, oldObject));
3411
- if (index !== -1) {
3412
- return updatedData.splice(index, 1)[0];
3413
- }
3414
- return oldObject;
3415
- }) ?? []),
3416
- ...updatedData,
3417
- ];
3418
- break;
3419
- default:
3420
- throw new Error("The insertUpdateOrder (eUpdateInsertMethod) was not implemented");
3421
- }
3422
- return newState;
3423
- }, callback);
3424
- }
3425
-
3426
- function deleteRestfulObjectArrays({ instance, dataOrCallback, stateKey, uniqueObjectId, callback }) {
3427
- const uniqueObjectIds = Array.isArray(uniqueObjectId) ? uniqueObjectId : [uniqueObjectId];
3428
- instance.setState((previousBootstrapState, props) => {
3429
- let newOrReplacementData = [];
3430
- if (Array.isArray(dataOrCallback)) {
3431
- newOrReplacementData = dataOrCallback;
3432
- }
3433
- else if (typeof dataOrCallback === 'function') {
3434
- const callbackReturn = dataOrCallback(previousBootstrapState, props);
3435
- if (callbackReturn === null) {
3436
- return null; // No updates needed (noop)
3437
- }
3438
- newOrReplacementData = callbackReturn;
3439
- }
3440
- else {
3441
- throw new Error('The dataOrCallback parameter was not an array or function');
3442
- }
3443
- const previousStateProperty = previousBootstrapState[stateKey];
3444
- const updatedStateProperty = previousStateProperty?.filter(item => !newOrReplacementData.some(value => uniqueObjectIds.every(uniqueId => value[uniqueId] === item[uniqueId]))) ?? [];
3445
- return {
3446
- [stateKey]: updatedStateProperty
3447
- };
3448
- }, callback);
3449
- }
3450
-
3451
- const initialRequiredCarbonORMState = {
3452
- alertsWaiting: [],
3453
- backendThrowable: [],
3454
- websocketData: [],
3455
- websocketEvents: [],
3456
- };
3457
- const initialCarbonReactState = {
3458
- ...initialRequiredCarbonORMState,
3459
- ...initialRestfulObjectsState,
3460
- };
3461
- // @link https://stackoverflow.com/questions/3710204/how-to-check-if-a-string-is-a-valid-json-string
3462
- function isJsonString(str) {
3463
- try {
3464
- JSON.parse(str);
3465
- }
3466
- catch (e) {
3467
- return false;
3468
- }
3469
- return true;
3470
- }
3471
- exports.eRouterType = void 0;
3472
- (function (eRouterType) {
3473
- eRouterType[eRouterType["BrowserRouter"] = 0] = "BrowserRouter";
3474
- eRouterType[eRouterType["HashRouter"] = 1] = "HashRouter";
3475
- eRouterType[eRouterType["MemoryRouter"] = 2] = "MemoryRouter";
3476
- })(exports.eRouterType || (exports.eRouterType = {}));
3477
- class CarbonReact extends require$$0.Component {
3478
- static allInstances = new Map();
3479
- context = require$$0.createContext(this.state);
3480
- target;
3481
- static _instance;
3482
- static getInstance(instanceId) {
3483
- const identifier = this.generateIdentifier(instanceId);
3484
- if (undefined !== instanceId) {
3485
- if (CarbonReact.allInstances.has(identifier)) {
3486
- return CarbonReact.allInstances.get(identifier);
3487
- }
3488
- throw new Error(`No instance has been instantiated yet for class (${this.name}) with instanceId (${instanceId})`);
3489
- }
3490
- if (!this._instance) {
3491
- throw new Error(`No instance has been instantiated yet for class (${this.name})`);
3492
- }
3493
- return this._instance;
3494
- }
3495
- static get instance() {
3496
- return this.getInstance();
3497
- }
3498
- static set instance(instance) {
3499
- this._instance = instance;
3500
- }
3501
- updateRestfulObjectArrays = (rest) => updateRestfulObjectArrays({
3502
- instance: this,
3503
- ...rest
3504
- });
3505
- deleteRestfulObjectArrays = (rest) => deleteRestfulObjectArrays({
3506
- instance: this,
3507
- ...rest
3508
- });
3509
- static lastLocation = window.location.pathname;
3510
- static whyDidYouRender = true;
3511
- constructor(props) {
3512
- super(props);
3513
- const identifier = this.generateIdentifier();
3514
- if (props.persistentState && CarbonReact.allInstances.has(identifier)) {
3515
- // Reuse the state from the existing instance
3516
- this.state = CarbonReact.allInstances.get(identifier).state;
3517
- }
3518
- else {
3519
- this.state = initialCarbonReactState;
3520
- CarbonReact.allInstances.set(identifier, this);
3521
- }
3522
- this.target = new.target;
3523
- console.log('CarbonORM TSX CONSTRUCTOR');
3524
- Object.assign(this.target, {
3525
- _instance: this
3526
- });
3527
- }
3528
- static generateIdentifier(instanceId) {
3529
- const className = this.name;
3530
- return instanceId ? `${className}-${instanceId}` : className;
3531
- }
3532
- generateIdentifier() {
3533
- const className = this.constructor.name;
3534
- return this.props.instanceId ? `${className}-${this.props.instanceId}` : className;
3535
- }
3536
- shouldComponentUpdate(nextProps, nextState, _nextContext) {
3537
- changed(this.constructor.name + ' (C6Api)', 'props', this.props, nextProps);
3538
- changed(this.constructor.name + ' (C6Api)', 'state', this.state, nextState);
3539
- return true;
3540
- }
3541
- componentDidUpdate(_prevProps, _prevState, _snapshot) {
3542
- if (CarbonReact.lastLocation !== location.pathname) {
3543
- CarbonReact.lastLocation = location.pathname;
3544
- const websocket = this.state.websocket;
3545
- if (websocket?.readyState === WebSocket.OPEN) {
3546
- websocket.send(location.pathname);
3547
- console.log(location.pathname);
3548
- }
3549
- }
3550
- }
3551
- reactRouterContext(children) {
3552
- switch (this.props.routerType ?? exports.eRouterType.BrowserRouter) {
3553
- case exports.eRouterType.BrowserRouter:
3554
- return jsxRuntimeExports.jsx(reactRouterDom.BrowserRouter, { children: children });
3555
- case exports.eRouterType.MemoryRouter:
3556
- return jsxRuntimeExports.jsx(reactRouterDom.MemoryRouter, { initialEntries: ['/'], children: children });
3557
- case exports.eRouterType.HashRouter:
3558
- return jsxRuntimeExports.jsx(reactRouterDom.HashRouter, { children: children });
3559
- default:
3560
- throw new Error('Invalid routerType');
3561
- }
3562
- }
3563
- render() {
3564
- console.log('CarbonORM TSX RENDER');
3565
- const colorHex = '#' + Math.random().toString(16).slice(-6);
3566
- console.log('%c color (' + colorHex + ')', 'color: ' + colorHex);
3567
- const nest = jsxRuntimeExports.jsx(Nest, { position: 'fixed', backgroundColor: '', color: hexToRgb(colorHex), count: 100 });
3568
- if (this.state.backendThrowable.length > 0) {
3569
- return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [nest, jsxRuntimeExports.jsx(BackendThrowable, { instance: this })] });
3570
- }
3571
- this.context = require$$0.createContext(this.state);
3572
- const Context = this.context.Provider;
3573
- return this.reactRouterContext(jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx(GlobalHistory, {}), this.props.websocket &&
3574
- jsxRuntimeExports.jsx(CarbonWebSocket, { ...(false !== this.props.websocket ? this.props.websocket : {}), instance: this }), jsxRuntimeExports.jsx(Context, { value: this.state, children: this.props.children }), jsxRuntimeExports.jsx(reactToastify.ToastContainer, {})] }));
3575
- }
3576
- }
3577
-
3578
- var getStatefulObjectWithWhere = ({ request }) => {
3579
- console.log('request', request);
3580
- };
3581
-
3582
- function watchInputElementChangeEvent(event, cb, timeoutMs = 3000) {
3583
- const target = event.target;
3584
- const value = target.value;
3585
- event.target.style.color = "orange";
3586
- carbonnode.timeout(() => value === ((() => target.value)()), async () => {
3587
- const callbackResult = await cb(event);
3588
- console.log('User provided input callbackResult passed to WatchInputElementChangeEvent (will cause green or red) value (' + value + ')', callbackResult);
3589
- target.style.color = false === callbackResult ? "red" : "green";
3590
- }, timeoutMs);
3591
- }
3592
-
3593
- var styles = {"notfound":"_4yBvJ55","notfound_404":"WQ39uQo"};
3594
-
3595
- function AccessDenied({ children }) {
3596
- return (jsxRuntimeExports.jsx("div", { children: jsxRuntimeExports.jsx("div", { className: styles.notfound, children: jsxRuntimeExports.jsxs("div", { className: styles.notfound_404, children: [jsxRuntimeExports.jsx("h3", { children: "Oops! Access not granted" }), children, jsxRuntimeExports.jsxs("h1", { style: {
3597
- position: "absolute",
3598
- left: "50%",
3599
- top: "50%",
3600
- transform: "translate(-50%, -50%)",
3601
- fontSize: "252px",
3602
- fontWeight: 900,
3603
- textTransform: "uppercase",
3604
- letterSpacing: "-40px",
3605
- marginLeft: "-20px",
3606
- marginTop: "20px"
3607
- }, children: [jsxRuntimeExports.jsx("span", { children: "4" }), jsxRuntimeExports.jsx("span", { children: "0" }), jsxRuntimeExports.jsx("span", { children: "3" })] })] }) }) }));
3608
- }
3609
-
3610
- function ErrorHttpCode({ code, title = 'Hey Gamer, we\'ve encountered an unexpected issue!', message = 'Our team has been alerted and is actively investigating the issue. Please continue playing or ask support for any questions.' }) {
3611
- return jsxRuntimeExports.jsx("main", { role: "main", children: jsxRuntimeExports.jsx("div", { className: classes.maintenance, children: jsxRuntimeExports.jsx("div", { className: classes.problemBox, children: jsxRuntimeExports.jsxs("div", { className: classes.notfound, children: [jsxRuntimeExports.jsxs("div", { className: classes.notfound_404, children: [jsxRuntimeExports.jsx("h3", { children: title }), jsxRuntimeExports.jsx("h1", { children: code })] }), jsxRuntimeExports.jsx("h2", { children: message })] }) }) }) });
3612
- }
3613
-
3614
- function PageNotFound() {
3615
- return jsxRuntimeExports.jsx("div", { children: jsxRuntimeExports.jsxs("div", { className: classes.notfound, children: [jsxRuntimeExports.jsxs("div", { className: classes.notfound_404, children: [jsxRuntimeExports.jsx("h3", { children: "Oops! Page not found" }), jsxRuntimeExports.jsxs("h1", { children: [jsxRuntimeExports.jsx("span", { children: "4" }), jsxRuntimeExports.jsx("span", { children: "0" }), jsxRuntimeExports.jsx("span", { children: "4" })] })] }), jsxRuntimeExports.jsx("h2", { children: "we are sorry, but the page you requested was not found" })] }) });
3616
- }
3617
-
3618
- function Loading(props) {
3619
- const dig = getStyles();
3620
- const primaryColor = getRootStyleValue();
3621
- return jsxRuntimeExports.jsx("div", { className: classNames(dig.my5, dig.px3, dig.pb5, dig.container), style: { lineHeight: props.lineHeight || 4 }, children: jsxRuntimeExports.jsxs(Skeleton.SkeletonTheme, { baseColor: primaryColor, highlightColor: "#444", children: [jsxRuntimeExports.jsx(Skeleton, { className: classNames(dig.row, dig.my3, dig.justifyContentCenter, dig.mAuto), count: props.count || 1, height: 60, inline: true }), props.children, undefined !== props?.message && jsxRuntimeExports.jsx("h2", { style: {
3622
- display: 'flex',
3623
- alignItems: 'center',
3624
- justifyContent: 'center',
3625
- height: '100%'
3626
- }, children: props?.message })] }) });
3627
- }
3628
-
3629
- const addValidSQL = [];
3630
- function addValidSQL$1 (sql) {
3631
- const { expect } = require("@jest/globals");
3632
- addValidSQL.push({ [expect.getState().currentTestName.replaceAll(" ", "_").toLowerCase()]: sql });
3633
- }
3634
-
3635
- // @link https://stackoverflow.com/questions/31721250/how-to-target-edge-browser-with-javascript
3636
- // Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) \
3637
- // Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.26
3638
- const isEdgeBrowser = window.navigator.userAgent.indexOf("Edg") > -1;
3639
-
3640
- // @link https://gist.github.com/jgornick/3786127
3641
- function parseMultipleJson(ss) {
3642
- if ('string' !== typeof ss) {
3643
- return [ss];
3644
- }
3645
- ss = ss.split("\n").map(l => l.trim()).join("");
3646
- let start = ss.indexOf("{");
3647
- let open = 0;
3648
- const res = [];
3649
- for (let i = start; i < ss.length; i++) {
3650
- if ((ss[i] === "{") && (i < 2 || ss.slice(i - 2, i) !== "\\\"")) {
3651
- open++;
3652
- if (open === 1) {
3653
- start = i;
3654
- }
3655
- }
3656
- else if ((ss[i] === "}") && (i < 2 || ss.slice(i - 2, i) !== "\\\"")) {
3657
- open--;
3658
- if (open === 0) {
3659
- res.push(JSON.parse(ss.substring(start, i + 1)));
3660
- start = i + 1;
3661
- }
3662
- }
3663
- }
3664
- return res;
3665
- }
3666
-
3667
- function ScrollIntoViewDirective(el) {
3668
- el?.scrollIntoView({ behavior: 'auto', block: 'nearest' });
3669
- }
3670
-
3671
- function setCookies(cookies, req = undefined) {
3672
- console.log("Setting cookies", cookies);
3673
- cookies.map(cookie => {
3674
- const newCookie = cookie
3675
- .replace("HttpOnly", "")
3676
- .replace("secure", "");
3677
- if (document === undefined || document === null) {
3678
- const getStackTrace = function () {
3679
- let obj = {};
3680
- Error.captureStackTrace(obj, getStackTrace);
3681
- return obj.stack;
3682
- };
3683
- console.error(req);
3684
- console.log('Testing error, document not defined', req);
3685
- throw new Error("Document is undefined while trying to set cookie: (" + newCookie + ") in axiosInterceptors.tsx after (" + JSON.stringify([req?.config, req?.data], undefined, 4) + ") Please make sure all requests are wrapped in an act() from import {act} from '@testing-library/react'; (" + JSON.stringify(getStackTrace(), undefined, 4) + ")");
3686
- }
3687
- document.cookie = newCookie;
3688
- });
3689
- }
3690
-
3691
- // @link https://www.benmvp.com/blog/mocking-window-location-methods-jest-jsdom/
3692
- function setUrl(host = 'www.example.com', https = false) {
3693
- if (!global.structuredClone) {
3694
- global.structuredClone = function structuredClone(objectToClone) {
3695
- const stringify = JSON.stringify(objectToClone);
3696
- return JSON.parse(stringify);
3697
- };
3698
- }
3699
- // noinspection HttpUrlsUsage
3700
- carbonnode.axiosInstance.defaults.baseURL = 'http' + (https ? 's' : '') + '://' + host + '/';
3701
- Object.defineProperty(global.window, 'location', {
3702
- writable: true,
3703
- value: {
3704
- hash: '',
3705
- host: host,
3706
- hostname: host,
3707
- port: '80',
3708
- protocol: 'http:',
3709
- href: carbonnode.axiosInstance.defaults.baseURL,
3710
- origin: carbonnode.axiosInstance.defaults.baseURL,
3711
- pathname: '/',
3712
- search: '',
3713
- toString: () => {
3714
- return global.window.location.href;
3715
- }
3716
- }
3717
- });
3718
- console.log(global.window.location);
3719
- }
3720
-
3721
- const validSQL = [];
3722
- function ValidSQL (sql) {
3723
- const { expect } = require("@jest/globals");
3724
- validSQL.push({ [expect.getState().currentTestName.replaceAll(" ", "_").toLowerCase()]: sql });
3725
- }
3726
-
3727
- function setupTests ({ sqlDirectory = './logs/rest/', logsDirectory = './logs/tests/' } = {}) {
3728
- const fs = require("fs");
3729
- const { inspect } = require("util");
3730
- const originalWindowLocation = window.location;
3731
- const consoleOriginal = console;
3732
- const testName = () => expect.getState().currentTestName?.replaceAll(" ", "_").toLowerCase();
3733
- const validSqlFile = () => sqlDirectory + testName() + '.json';
3734
- const logsFile = () => logsDirectory + testName() + '.log';
3735
- expect(document).not.toBeNull();
3736
- carbonnode.axiosInstance.interceptors.response.use(response => {
3737
- if (Array.isArray(response?.data?.sql)) {
3738
- ValidSQL(response.data.sql);
3739
- }
3740
- return response;
3741
- });
3742
- // @link https://stackoverflow.com/questions/13542667/create-directory-when-writing-to-file-in-node-js
3743
- const asyncFileLogging = async (...args) => fs.writeFileSync(logsFile(), '\n' + inspect(args.length === 1 ? args.pop() : args, false, 10, true), { flag: "a+" });
3744
- global.console = {
3745
- ...console,
3746
- // use jest.fn() to silence, comment out to leave as it is
3747
- debug: (...args) => (carbonnode.isVerbose && consoleOriginal.debug(...args), asyncFileLogging('debug', ...args)),
3748
- error: (...args) => (carbonnode.isVerbose && consoleOriginal.error(...args), asyncFileLogging('error', ...args)),
3749
- group: (...args) => (carbonnode.isVerbose && consoleOriginal.group(...args), asyncFileLogging('group', ...args)),
3750
- groupCollapsed: (...args) => (carbonnode.isVerbose && consoleOriginal.groupCollapsed(args), asyncFileLogging('groupCollapsed', ...args)),
3751
- groupEnd: () => (carbonnode.isVerbose && consoleOriginal.groupEnd(), asyncFileLogging('groupEnd')),
3752
- info: (...args) => (carbonnode.isVerbose && consoleOriginal.info(...args), asyncFileLogging('info', ...args)),
3753
- log: (...args) => (carbonnode.isVerbose && consoleOriginal.log(...args), asyncFileLogging('log', ...args)),
3754
- table: (...args) => (carbonnode.isVerbose && consoleOriginal.table(...args), asyncFileLogging('table', ...args)),
3755
- trace: (...args) => (carbonnode.isVerbose && consoleOriginal.trace(...args), asyncFileLogging((() => {
3756
- const err = new Error();
3757
- return err.stack;
3758
- })())),
3759
- warn: (...args) => (carbonnode.isVerbose && consoleOriginal.warn(...args), asyncFileLogging('warn', ...args)),
3760
- };
3761
- afterEach(async () => {
3762
- await react.waitFor(async () => {
3763
- expect(carbonnode.checkAllRequestsComplete()).toEqual(true);
3764
- }, { timeout: 3000, interval: 1000 });
3765
- const jsonSQL = JSON.stringify(validSQL, undefined, 2) ?? '{}';
3766
- console.log('After each Test (' + expect.getState().currentTestName + ')', validSQL, expect.getState());
3767
- // restore `window.location` to the original `jsdom`
3768
- // `Location` object
3769
- window.location = originalWindowLocation;
3770
- fs.writeFileSync(validSqlFile(), jsonSQL);
3771
- }, 65000);
3772
- }
3773
-
3774
- // @link https://stackoverflow.com/questions/6735414/php-data-uri-to-file
3775
- // @link https://www.tutorialspoint.com/convert-image-to-data-uri-with-javascript
3776
- async function toDataURL(src, fileType, callback) {
3777
- const image = new Image();
3778
- image.crossOrigin = 'Anonymous';
3779
- image.onload = function () {
3780
- const canvas = document.createElement('canvas');
3781
- const context = canvas.getContext('2d');
3782
- canvas.height = image.naturalHeight;
3783
- canvas.width = image.naturalWidth;
3784
- if (context === null) {
3785
- reactToastify.toast.error('Unable to upload image. Please try another image or bowser. If issues persist, please contact support.');
3786
- return;
3787
- }
3788
- context?.drawImage(image, 0, 0);
3789
- const dataURL = canvas.toDataURL(fileType); // 'image/jpeg'
3790
- callback(dataURL);
3791
- };
3792
- image.src = src;
3793
- }
3794
- async function uploadImageChange(event, uploadCallback) {
3795
- if (event.target.files === null || undefined === event.target?.files?.[0]) {
3796
- reactToastify.toast.error('Please upload a valid image file type (jpg, jpeg, png, gif, heic).');
3797
- return;
3798
- }
3799
- Object.keys(event.target.files).forEach((index) => {
3800
- (async () => {
3801
- let file = event.target.files?.[index];
3802
- // loop through all files and create data url then post to postPost
3803
- if (false === file.type.match('image.*')) {
3804
- reactToastify.toast.error('Please upload a valid image file type (jpg, jpeg, png, gif, heic). (E_IMAGE_*<>' + file.type + ')');
3805
- return;
3806
- }
3807
- // get file extension
3808
- const fileExtension = file.name.split('.').pop();
3809
- // check file extension is valid data uri
3810
- if (fileExtension !== 'jpg'
3811
- && fileExtension !== 'jpeg'
3812
- && fileExtension !== 'heic'
3813
- && fileExtension !== 'png'
3814
- && fileExtension !== 'gif') {
3815
- reactToastify.toast.error('Please upload a valid image file type (jpg, jpeg, png, gif, heic). (E_IMAGE_EXT)');
3816
- return;
3817
- }
3818
- const isHeic = fileExtension === 'heic';
3819
- if (isHeic) {
3820
- // todo - this should be code split and lazy loaded, but doesn't work
3821
- // look up code splitting, it could be an issue with rewired
3822
- file = (await require$$0.lazy(() => require("heic2any")))({
3823
- blob: file,
3824
- toType: "image/webp",
3825
- quality: 1.0, // 0.5 cuts the quality and size by half
3826
- });
3827
- }
3828
- // @link https://github.com/palantir/tslint/issues/4653
3829
- // @link https://github.com/Microsoft/TypeScript/issues/13376#issuecomment-273289748
3830
- void toDataURL(URL.createObjectURL(file), 'image/webp', uploadCallback);
3831
- })();
3832
- });
3833
- }
3834
- // dataUriEncoded is the base64 encoded string which is posted in column post_content
3835
- function uploadImage(uploadCallback) {
3836
- return () => {
3837
- const input = document.createElement('input');
3838
- input.type = 'file';
3839
- input.accept = 'image/*, .heic';
3840
- input.style.display = 'none';
3841
- // the element must be appended to the document to work on safari
3842
- // @link https://stackoverflow.com/questions/47664777/javascript-file-input-onchange-not-working-ios-safari-only
3843
- document.body.appendChild(input);
3844
- // safari also requires addEventListener rather than .onChange
3845
- input.addEventListener('change', (e) => {
3846
- console.log('upload image event', e);
3847
- void uploadImageChange(e, uploadCallback);
3848
- });
3849
- input.click();
3850
- };
3851
- }
3852
-
3853
- function getWindowDimensions() {
3854
- const { innerWidth: width, innerHeight: height } = window;
3855
- return {
3856
- width,
3857
- height
3858
- };
3859
- }
3860
- function useWindowDimensions() {
3861
- const [windowDimensions, setWindowDimensions] = require$$0.useState(getWindowDimensions());
3862
- require$$0.useEffect(() => {
3863
- function handleResize() {
3864
- setWindowDimensions(getWindowDimensions());
3865
- }
3866
- window.addEventListener('resize', handleResize);
3867
- return () => window.removeEventListener('resize', handleResize);
3868
- }, []);
3869
- return windowDimensions;
3870
- }
3871
-
3872
- exports.AccessDenied = AccessDenied;
3873
- exports.Alert = Alert;
3874
- exports.BackendThrowable = BackendThrowable;
3875
- exports.C6 = C6;
3876
- exports.COLUMNS = COLUMNS;
3877
- exports.CarbonReact = CarbonReact;
3878
- exports.CarbonWebSocket = CarbonWebSocket;
3879
- exports.ErrorHttpCode = ErrorHttpCode;
3880
- exports.GlobalHistory = GlobalHistory;
3881
- exports.Loading = Loading;
3882
- exports.Nest = Nest;
3883
- exports.OutsideClickHandler = OutsideClickHandler;
3884
- exports.PageNotFound = PageNotFound;
3885
- exports.Popup = Popup;
3886
- exports.TABLES = TABLES;
3887
- exports.addAlert = addAlert;
3888
- exports.addValidSQL = addValidSQL$1;
3889
- exports.carbons = carbons;
3890
- exports.changed = changed;
3891
- exports.comments = comments;
3892
- exports.deleteRestfulObjectArrays = deleteRestfulObjectArrays;
3893
- exports.documentation = documentation;
3894
- exports.feature_group_references = feature_group_references;
3895
- exports.features = features;
3896
- exports.getRootStyleValue = getRootStyleValue;
3897
- exports.getStatefulObjectWithWhere = getStatefulObjectWithWhere;
3898
- exports.getStyles = getStyles;
3899
- exports.group_references = group_references;
3900
- exports.groups = groups;
3901
- exports.hexToRgb = hexToRgb;
3902
- exports.history_logs = history_logs;
3903
- exports.initialCarbonReactState = initialCarbonReactState;
3904
- exports.initialRequiredCarbonORMState = initialRequiredCarbonORMState;
3905
- exports.initialRestfulObjectsState = initialRestfulObjectsState;
3906
- exports.initiateWebsocket = initiateWebsocket;
3907
- exports.isEdgeBrowser = isEdgeBrowser;
3908
- exports.isJsonString = isJsonString;
3909
- exports.isProduction = isProduction;
3910
- exports.location_references = location_references;
3911
- exports.locations = locations;
3912
- exports.parseMultipleJson = parseMultipleJson;
3913
- exports.photos = photos;
3914
- exports.range = range;
3915
- exports.reports = reports;
3916
- exports.scrollIntoView = ScrollIntoViewDirective;
3917
- exports.setCookies = setCookies;
3918
- exports.setUrl = setUrl;
3919
- exports.setupTests = setupTests;
3920
- exports.toDataURL = toDataURL;
3921
- exports.updateRestfulObjectArrays = updateRestfulObjectArrays;
3922
- exports.uploadImage = uploadImage;
3923
- exports.uploadImageChange = uploadImageChange;
3924
- exports.useEffectOnce = useEffectOnce;
3925
- exports.user_followers = user_followers;
3926
- exports.user_groups = user_groups;
3927
- exports.user_messages = user_messages;
3928
- exports.user_sessions = user_sessions;
3929
- exports.user_tasks = user_tasks;
3930
- exports.users = users;
3931
- exports.validSQL = ValidSQL;
3932
- exports.watchInputElementChangeEvent = watchInputElementChangeEvent;
3933
- exports.windowDimensions = useWindowDimensions;
3934
- exports.wp_commentmeta = wp_commentmeta;
3935
- exports.wp_comments = wp_comments;
3936
- exports.wp_links = wp_links;
3937
- exports.wp_options = wp_options;
3938
- exports.wp_postmeta = wp_postmeta;
3939
- exports.wp_posts = wp_posts;
3940
- exports.wp_term_relationships = wp_term_relationships;
3941
- exports.wp_term_taxonomy = wp_term_taxonomy;
3942
- exports.wp_termmeta = wp_termmeta;
3943
- exports.wp_terms = wp_terms;
3944
- exports.wp_usermeta = wp_usermeta;
3945
- exports.wp_users = wp_users;
3946
- //# sourceMappingURL=index.cjs.js.map