testeranto 0.171.0 → 0.172.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.
- package/dist/common/tsconfig.common.tsbuildinfo +1 -1
- package/dist/module/tsconfig.module.tsbuildinfo +1 -1
- package/dist/prebuild/App.css +13 -9
- package/dist/prebuild/App.js +99 -96
- package/dist/types/src/components/pure/ProjectPageView.test/index.d.ts +1 -2
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +5 -4
- package/testeranto/App.css +13 -9
- package/testeranto/App.js +99 -96
- package/testeranto/bundles/node/allTests/metafile.json +3 -3
- package/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs +352 -250
- package/testeranto/bundles/pure/allTests/metafile.json +15 -15
- package/testeranto/bundles/web/allTests/metafile.json +22 -15962
- package/testeranto/reports/allTests/src/components/pure/ProjectPageView.test/index/web/logs.txt +24 -24
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/logs.txt +1 -1
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/logs.txt +34 -34
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt +1 -1
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt +15 -15
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt +1 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt +27 -27
- package/testeranto/reportsnode_build_errors +20 -0
- package/testeranto/reportspure_build_errors +343 -0
- package/testeranto/bundles/web/allTests/chunk-RLDR6LJN.mjs +0 -1030
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testeranto",
|
|
3
3
|
"description": "the AI powered BDD test framework for typescript projects",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.172.0",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "18.18.0"
|
|
7
7
|
},
|
|
@@ -133,7 +133,8 @@
|
|
|
133
133
|
"t-init": "tsx dist/prebuild/init-docs.mjs",
|
|
134
134
|
"t-report": "tsx dist/prebuild/ReportServer.mjs",
|
|
135
135
|
"build-docs": "node scripts/compile-docs.js",
|
|
136
|
-
"do_it": "clear && rm -rf testeranto/** && yarn build && yarn t-init && yarn t-build allTests once && yarn t-run allTests once && yarn build-docs && yarn type-check"
|
|
136
|
+
"do_it": "clear && rm -rf testeranto/** && yarn build && yarn t-init && yarn t-build allTests once && yarn t-run allTests once && yarn build-docs && yarn type-check",
|
|
137
|
+
"prepublish": "self-import"
|
|
137
138
|
},
|
|
138
139
|
"peerDependencies": {
|
|
139
140
|
"@types/react": "18.2.0",
|
|
@@ -163,6 +164,8 @@
|
|
|
163
164
|
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
|
164
165
|
"@typescript-eslint/parser": "^5.46.0",
|
|
165
166
|
"marked": "^12.0.2",
|
|
167
|
+
"self-import": "*",
|
|
168
|
+
"testeranto-react": "0.0.5",
|
|
166
169
|
"ts-node": "^10.9.1",
|
|
167
170
|
"typescript": "^5.8.2"
|
|
168
171
|
},
|
|
@@ -204,8 +207,6 @@
|
|
|
204
207
|
"react-dom": "18.2.0",
|
|
205
208
|
"react-router-dom": "^7.7.0",
|
|
206
209
|
"sass": "^1.89.2",
|
|
207
|
-
"testeranto": "latest",
|
|
208
|
-
"testeranto-react": "^0.0.2",
|
|
209
210
|
"tsc-prog": "^2.3.0",
|
|
210
211
|
"tsx": "^4.19.3",
|
|
211
212
|
"type-fest": "^4.41.0",
|
package/testeranto/App.css
CHANGED
|
@@ -4437,24 +4437,24 @@ fieldset:disabled .btn {
|
|
|
4437
4437
|
border-top-right-radius: 0;
|
|
4438
4438
|
border-bottom-right-radius: 0;
|
|
4439
4439
|
}
|
|
4440
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
4441
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
4440
|
+
.card-group > .card:not(:last-child) > .card-img-top,
|
|
4441
|
+
.card-group > .card:not(:last-child) > .card-header {
|
|
4442
4442
|
border-top-right-radius: 0;
|
|
4443
4443
|
}
|
|
4444
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
4445
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
4444
|
+
.card-group > .card:not(:last-child) > .card-img-bottom,
|
|
4445
|
+
.card-group > .card:not(:last-child) > .card-footer {
|
|
4446
4446
|
border-bottom-right-radius: 0;
|
|
4447
4447
|
}
|
|
4448
4448
|
.card-group > .card:not(:first-child) {
|
|
4449
4449
|
border-top-left-radius: 0;
|
|
4450
4450
|
border-bottom-left-radius: 0;
|
|
4451
4451
|
}
|
|
4452
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
4453
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
4452
|
+
.card-group > .card:not(:first-child) > .card-img-top,
|
|
4453
|
+
.card-group > .card:not(:first-child) > .card-header {
|
|
4454
4454
|
border-top-left-radius: 0;
|
|
4455
4455
|
}
|
|
4456
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
4457
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
4456
|
+
.card-group > .card:not(:first-child) > .card-img-bottom,
|
|
4457
|
+
.card-group > .card:not(:first-child) > .card-footer {
|
|
4458
4458
|
border-bottom-left-radius: 0;
|
|
4459
4459
|
}
|
|
4460
4460
|
}
|
|
@@ -6956,6 +6956,10 @@ fieldset:disabled .btn {
|
|
|
6956
6956
|
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
6957
6957
|
position: absolute !important;
|
|
6958
6958
|
}
|
|
6959
|
+
.visually-hidden *,
|
|
6960
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
|
|
6961
|
+
overflow: hidden !important;
|
|
6962
|
+
}
|
|
6959
6963
|
.stretched-link::after {
|
|
6960
6964
|
position: absolute;
|
|
6961
6965
|
top: 0;
|
|
@@ -11663,7 +11667,7 @@ code {
|
|
|
11663
11667
|
transition: transform 0.3s ease;
|
|
11664
11668
|
}
|
|
11665
11669
|
/*!
|
|
11666
|
-
* Bootstrap v5.3.
|
|
11670
|
+
* Bootstrap v5.3.7 (https://getbootstrap.com/)
|
|
11667
11671
|
* Copyright 2011-2025 The Bootstrap Authors
|
|
11668
11672
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
11669
11673
|
*/
|
package/testeranto/App.js
CHANGED
|
@@ -2383,9 +2383,9 @@
|
|
|
2383
2383
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== "undefined" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart === "function") {
|
|
2384
2384
|
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
2385
2385
|
}
|
|
2386
|
-
var
|
|
2386
|
+
var React90 = require_react();
|
|
2387
2387
|
var Scheduler = require_scheduler();
|
|
2388
|
-
var ReactSharedInternals =
|
|
2388
|
+
var ReactSharedInternals = React90.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
2389
2389
|
var suppressWarning = false;
|
|
2390
2390
|
function setSuppressWarning(newSuppressWarning) {
|
|
2391
2391
|
{
|
|
@@ -3990,7 +3990,7 @@
|
|
|
3990
3990
|
{
|
|
3991
3991
|
if (props.value == null) {
|
|
3992
3992
|
if (typeof props.children === "object" && props.children !== null) {
|
|
3993
|
-
|
|
3993
|
+
React90.Children.forEach(props.children, function(child) {
|
|
3994
3994
|
if (child == null) {
|
|
3995
3995
|
return;
|
|
3996
3996
|
}
|
|
@@ -12437,7 +12437,7 @@
|
|
|
12437
12437
|
}
|
|
12438
12438
|
}
|
|
12439
12439
|
var fakeInternalInstance = {};
|
|
12440
|
-
var emptyRefsObject = new
|
|
12440
|
+
var emptyRefsObject = new React90.Component().refs;
|
|
12441
12441
|
var didWarnAboutStateAssignmentForComponent;
|
|
12442
12442
|
var didWarnAboutUninitializedState;
|
|
12443
12443
|
var didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate;
|
|
@@ -23609,7 +23609,7 @@
|
|
|
23609
23609
|
if (true) {
|
|
23610
23610
|
(function() {
|
|
23611
23611
|
"use strict";
|
|
23612
|
-
var
|
|
23612
|
+
var React90 = require_react();
|
|
23613
23613
|
var REACT_ELEMENT_TYPE = Symbol.for("react.element");
|
|
23614
23614
|
var REACT_PORTAL_TYPE = Symbol.for("react.portal");
|
|
23615
23615
|
var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
@@ -23635,7 +23635,7 @@
|
|
|
23635
23635
|
}
|
|
23636
23636
|
return null;
|
|
23637
23637
|
}
|
|
23638
|
-
var ReactSharedInternals =
|
|
23638
|
+
var ReactSharedInternals = React90.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
23639
23639
|
function error(format) {
|
|
23640
23640
|
{
|
|
23641
23641
|
{
|
|
@@ -25320,7 +25320,7 @@
|
|
|
25320
25320
|
var import_react66 = __toESM(require_react(), 1);
|
|
25321
25321
|
var import_client = __toESM(require_client(), 1);
|
|
25322
25322
|
|
|
25323
|
-
// node_modules/react-router/dist/development/chunk-
|
|
25323
|
+
// node_modules/react-router/dist/development/chunk-C37GKA54.mjs
|
|
25324
25324
|
var React = __toESM(require_react(), 1);
|
|
25325
25325
|
var React2 = __toESM(require_react(), 1);
|
|
25326
25326
|
var React3 = __toESM(require_react(), 1);
|
|
@@ -26302,68 +26302,71 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
26302
26302
|
}
|
|
26303
26303
|
}
|
|
26304
26304
|
}
|
|
26305
|
-
return renderedMatches.reduceRight(
|
|
26306
|
-
|
|
26307
|
-
|
|
26308
|
-
|
|
26309
|
-
|
|
26310
|
-
|
|
26311
|
-
|
|
26312
|
-
|
|
26313
|
-
|
|
26314
|
-
if (
|
|
26315
|
-
|
|
26316
|
-
|
|
26317
|
-
|
|
26318
|
-
|
|
26319
|
-
|
|
26320
|
-
|
|
26321
|
-
|
|
26322
|
-
|
|
26323
|
-
|
|
26324
|
-
|
|
26305
|
+
return renderedMatches.reduceRight(
|
|
26306
|
+
(outlet, match, index) => {
|
|
26307
|
+
let error;
|
|
26308
|
+
let shouldRenderHydrateFallback = false;
|
|
26309
|
+
let errorElement = null;
|
|
26310
|
+
let hydrateFallbackElement = null;
|
|
26311
|
+
if (dataRouterState) {
|
|
26312
|
+
error = errors && match.route.id ? errors[match.route.id] : void 0;
|
|
26313
|
+
errorElement = match.route.errorElement || defaultErrorElement;
|
|
26314
|
+
if (renderFallback) {
|
|
26315
|
+
if (fallbackIndex < 0 && index === 0) {
|
|
26316
|
+
warningOnce(
|
|
26317
|
+
"route-fallback",
|
|
26318
|
+
false,
|
|
26319
|
+
"No `HydrateFallback` element provided to render during initial hydration"
|
|
26320
|
+
);
|
|
26321
|
+
shouldRenderHydrateFallback = true;
|
|
26322
|
+
hydrateFallbackElement = null;
|
|
26323
|
+
} else if (fallbackIndex === index) {
|
|
26324
|
+
shouldRenderHydrateFallback = true;
|
|
26325
|
+
hydrateFallbackElement = match.route.hydrateFallbackElement || null;
|
|
26326
|
+
}
|
|
26325
26327
|
}
|
|
26326
26328
|
}
|
|
26327
|
-
|
|
26328
|
-
|
|
26329
|
-
|
|
26330
|
-
|
|
26331
|
-
|
|
26332
|
-
|
|
26333
|
-
|
|
26334
|
-
|
|
26335
|
-
|
|
26336
|
-
|
|
26337
|
-
|
|
26338
|
-
|
|
26339
|
-
|
|
26340
|
-
children = outlet;
|
|
26341
|
-
}
|
|
26342
|
-
return /* @__PURE__ */ React2.createElement(
|
|
26343
|
-
RenderedRoute,
|
|
26344
|
-
{
|
|
26345
|
-
match,
|
|
26346
|
-
routeContext: {
|
|
26347
|
-
outlet,
|
|
26348
|
-
matches: matches2,
|
|
26349
|
-
isDataRoute: dataRouterState != null
|
|
26350
|
-
},
|
|
26351
|
-
children
|
|
26329
|
+
let matches2 = parentMatches.concat(renderedMatches.slice(0, index + 1));
|
|
26330
|
+
let getChildren = () => {
|
|
26331
|
+
let children;
|
|
26332
|
+
if (error) {
|
|
26333
|
+
children = errorElement;
|
|
26334
|
+
} else if (shouldRenderHydrateFallback) {
|
|
26335
|
+
children = hydrateFallbackElement;
|
|
26336
|
+
} else if (match.route.Component) {
|
|
26337
|
+
children = /* @__PURE__ */ React2.createElement(match.route.Component, null);
|
|
26338
|
+
} else if (match.route.element) {
|
|
26339
|
+
children = match.route.element;
|
|
26340
|
+
} else {
|
|
26341
|
+
children = outlet;
|
|
26352
26342
|
}
|
|
26353
|
-
|
|
26354
|
-
|
|
26355
|
-
|
|
26356
|
-
|
|
26357
|
-
|
|
26358
|
-
|
|
26359
|
-
|
|
26360
|
-
|
|
26361
|
-
|
|
26362
|
-
|
|
26363
|
-
|
|
26364
|
-
|
|
26365
|
-
|
|
26366
|
-
|
|
26343
|
+
return /* @__PURE__ */ React2.createElement(
|
|
26344
|
+
RenderedRoute,
|
|
26345
|
+
{
|
|
26346
|
+
match,
|
|
26347
|
+
routeContext: {
|
|
26348
|
+
outlet,
|
|
26349
|
+
matches: matches2,
|
|
26350
|
+
isDataRoute: dataRouterState != null
|
|
26351
|
+
},
|
|
26352
|
+
children
|
|
26353
|
+
}
|
|
26354
|
+
);
|
|
26355
|
+
};
|
|
26356
|
+
return dataRouterState && (match.route.ErrorBoundary || match.route.errorElement || index === 0) ? /* @__PURE__ */ React2.createElement(
|
|
26357
|
+
RenderErrorBoundary,
|
|
26358
|
+
{
|
|
26359
|
+
location: dataRouterState.location,
|
|
26360
|
+
revalidation: dataRouterState.revalidation,
|
|
26361
|
+
component: errorElement,
|
|
26362
|
+
error,
|
|
26363
|
+
children: getChildren(),
|
|
26364
|
+
routeContext: { outlet: null, matches: matches2, isDataRoute: true }
|
|
26365
|
+
}
|
|
26366
|
+
) : getChildren();
|
|
26367
|
+
},
|
|
26368
|
+
null
|
|
26369
|
+
);
|
|
26367
26370
|
}
|
|
26368
26371
|
function getDataRouterConsoleError(hookName) {
|
|
26369
26372
|
return `${hookName} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`;
|
|
@@ -26473,7 +26476,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
26473
26476
|
}) {
|
|
26474
26477
|
return useRoutesImpl(routes, void 0, state, future);
|
|
26475
26478
|
}
|
|
26476
|
-
function Route(
|
|
26479
|
+
function Route(props) {
|
|
26477
26480
|
invariant(
|
|
26478
26481
|
false,
|
|
26479
26482
|
`A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.`
|
|
@@ -26964,10 +26967,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
26964
26967
|
}
|
|
26965
26968
|
};
|
|
26966
26969
|
}
|
|
26967
|
-
function PrefetchPageLinks({
|
|
26968
|
-
page,
|
|
26969
|
-
...dataLinkProps
|
|
26970
|
-
}) {
|
|
26970
|
+
function PrefetchPageLinks({ page, ...linkProps }) {
|
|
26971
26971
|
let { router } = useDataRouterContext2();
|
|
26972
26972
|
let matches = React8.useMemo(
|
|
26973
26973
|
() => matchRoutes(router.routes, page, router.basename),
|
|
@@ -26976,7 +26976,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
26976
26976
|
if (!matches) {
|
|
26977
26977
|
return null;
|
|
26978
26978
|
}
|
|
26979
|
-
return /* @__PURE__ */ React8.createElement(PrefetchPageLinksImpl, { page, matches, ...
|
|
26979
|
+
return /* @__PURE__ */ React8.createElement(PrefetchPageLinksImpl, { page, matches, ...linkProps });
|
|
26980
26980
|
}
|
|
26981
26981
|
function useKeyedPrefetchLinks(matches) {
|
|
26982
26982
|
let { manifest, routeModules } = useFrameworkContext();
|
|
@@ -27093,7 +27093,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
27093
27093
|
try {
|
|
27094
27094
|
if (isBrowser) {
|
|
27095
27095
|
window.__reactRouterVersion = // @ts-expect-error
|
|
27096
|
-
"7.7.
|
|
27096
|
+
"7.7.1";
|
|
27097
27097
|
}
|
|
27098
27098
|
} catch (e) {
|
|
27099
27099
|
}
|
|
@@ -27659,7 +27659,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
27659
27659
|
};
|
|
27660
27660
|
}, [callback, capture]);
|
|
27661
27661
|
}
|
|
27662
|
-
function useViewTransitionState(to,
|
|
27662
|
+
function useViewTransitionState(to, { relative } = {}) {
|
|
27663
27663
|
let vtContext = React10.useContext(ViewTransitionContext);
|
|
27664
27664
|
invariant(
|
|
27665
27665
|
vtContext != null,
|
|
@@ -27669,7 +27669,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
27669
27669
|
"useViewTransitionState"
|
|
27670
27670
|
/* useViewTransitionState */
|
|
27671
27671
|
);
|
|
27672
|
-
let path = useResolvedPath(to, { relative
|
|
27672
|
+
let path = useResolvedPath(to, { relative });
|
|
27673
27673
|
if (!vtContext.isTransitioning) {
|
|
27674
27674
|
return false;
|
|
27675
27675
|
}
|
|
@@ -28619,6 +28619,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
28619
28619
|
})
|
|
28620
28620
|
});
|
|
28621
28621
|
});
|
|
28622
|
+
TransitionWrapper.displayName = "TransitionWrapper";
|
|
28622
28623
|
var TransitionWrapper_default = TransitionWrapper;
|
|
28623
28624
|
|
|
28624
28625
|
// node_modules/react-bootstrap/esm/Collapse.js
|
|
@@ -28631,8 +28632,8 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
28631
28632
|
const offset = `offset${dimension[0].toUpperCase()}${dimension.slice(1)}`;
|
|
28632
28633
|
const value = elem[offset];
|
|
28633
28634
|
const margins = MARGINS[dimension];
|
|
28634
|
-
return value + // @ts-
|
|
28635
|
-
parseInt(css_default(elem, margins[0]), 10) + // @ts-
|
|
28635
|
+
return value + // @ts-expect-error TODO
|
|
28636
|
+
parseInt(css_default(elem, margins[0]), 10) + // @ts-expect-error TODO
|
|
28636
28637
|
parseInt(css_default(elem, margins[1]), 10);
|
|
28637
28638
|
}
|
|
28638
28639
|
var collapseStyles = {
|
|
@@ -28698,6 +28699,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
28698
28699
|
})
|
|
28699
28700
|
});
|
|
28700
28701
|
});
|
|
28702
|
+
Collapse.displayName = "Collapse";
|
|
28701
28703
|
var Collapse_default = Collapse;
|
|
28702
28704
|
|
|
28703
28705
|
// node_modules/react-bootstrap/esm/Alert.js
|
|
@@ -28734,11 +28736,14 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
28734
28736
|
var React19 = __toESM(require_react());
|
|
28735
28737
|
var import_classnames2 = __toESM(require_classnames());
|
|
28736
28738
|
var import_jsx_runtime4 = __toESM(require_jsx_runtime());
|
|
28737
|
-
var divWithClassName_default = (className) =>
|
|
28738
|
-
|
|
28739
|
-
ref,
|
|
28740
|
-
|
|
28741
|
-
|
|
28739
|
+
var divWithClassName_default = (className) => (
|
|
28740
|
+
// eslint-disable-next-line react/display-name
|
|
28741
|
+
/* @__PURE__ */ React19.forwardRef((p, ref) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("div", {
|
|
28742
|
+
...p,
|
|
28743
|
+
ref,
|
|
28744
|
+
className: (0, import_classnames2.default)(p.className, className)
|
|
28745
|
+
}))
|
|
28746
|
+
);
|
|
28742
28747
|
|
|
28743
28748
|
// node_modules/react-bootstrap/esm/AlertHeading.js
|
|
28744
28749
|
var import_jsx_runtime5 = __toESM(require_jsx_runtime());
|
|
@@ -29564,7 +29569,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
29564
29569
|
}
|
|
29565
29570
|
function $b5e257d569688ac6$var$useLegacySSRSafeId(defaultId) {
|
|
29566
29571
|
let ctx = (0, import_react30.useContext)($b5e257d569688ac6$var$SSRContext);
|
|
29567
|
-
if (ctx === $b5e257d569688ac6$var$defaultContext && !$b5e257d569688ac6$var$canUseDOM)
|
|
29572
|
+
if (ctx === $b5e257d569688ac6$var$defaultContext && !$b5e257d569688ac6$var$canUseDOM && true)
|
|
29568
29573
|
console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
|
|
29569
29574
|
let counter = $b5e257d569688ac6$var$useCounter(!!defaultId);
|
|
29570
29575
|
let prefix = ctx === $b5e257d569688ac6$var$defaultContext && false ? "react-aria" : `react-aria${ctx.prefix}`;
|
|
@@ -30713,7 +30718,6 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
30713
30718
|
var React53 = __toESM(require_react());
|
|
30714
30719
|
"use client";
|
|
30715
30720
|
var ModalContext = /* @__PURE__ */ React53.createContext({
|
|
30716
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
30717
30721
|
onHide() {
|
|
30718
30722
|
}
|
|
30719
30723
|
});
|
|
@@ -30805,6 +30809,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
30805
30809
|
})]
|
|
30806
30810
|
});
|
|
30807
30811
|
});
|
|
30812
|
+
AbstractModalHeader.displayName = "AbstractModalHeader";
|
|
30808
30813
|
var AbstractModalHeader_default = AbstractModalHeader;
|
|
30809
30814
|
|
|
30810
30815
|
// node_modules/react-bootstrap/esm/ModalHeader.js
|
|
@@ -31738,9 +31743,6 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
31738
31743
|
// node_modules/react-bootstrap/esm/Tab.js
|
|
31739
31744
|
var import_prop_types4 = __toESM(require_prop_types());
|
|
31740
31745
|
|
|
31741
|
-
// node_modules/react-bootstrap/esm/TabContainer.js
|
|
31742
|
-
var React76 = __toESM(require_react());
|
|
31743
|
-
|
|
31744
31746
|
// node_modules/@restart/ui/esm/Tabs.js
|
|
31745
31747
|
var React75 = __toESM(require_react());
|
|
31746
31748
|
var import_react55 = __toESM(require_react());
|
|
@@ -31923,11 +31925,11 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
31923
31925
|
var TabContainer_default = TabContainer;
|
|
31924
31926
|
|
|
31925
31927
|
// node_modules/react-bootstrap/esm/TabContent.js
|
|
31926
|
-
var
|
|
31928
|
+
var React76 = __toESM(require_react());
|
|
31927
31929
|
var import_classnames41 = __toESM(require_classnames());
|
|
31928
31930
|
var import_jsx_runtime60 = __toESM(require_jsx_runtime());
|
|
31929
31931
|
"use client";
|
|
31930
|
-
var TabContent = /* @__PURE__ */
|
|
31932
|
+
var TabContent = /* @__PURE__ */ React76.forwardRef(({
|
|
31931
31933
|
className,
|
|
31932
31934
|
bsPrefix,
|
|
31933
31935
|
as: Component4 = "div",
|
|
@@ -31945,10 +31947,10 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
31945
31947
|
|
|
31946
31948
|
// node_modules/react-bootstrap/esm/TabPane.js
|
|
31947
31949
|
var import_classnames42 = __toESM(require_classnames());
|
|
31948
|
-
var
|
|
31950
|
+
var React77 = __toESM(require_react());
|
|
31949
31951
|
var import_jsx_runtime61 = __toESM(require_jsx_runtime());
|
|
31950
31952
|
"use client";
|
|
31951
|
-
var TabPane = /* @__PURE__ */
|
|
31953
|
+
var TabPane = /* @__PURE__ */ React77.forwardRef(({
|
|
31952
31954
|
bsPrefix,
|
|
31953
31955
|
transition,
|
|
31954
31956
|
...props
|
|
@@ -32032,10 +32034,10 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
32032
32034
|
|
|
32033
32035
|
// node_modules/react-bootstrap/esm/Table.js
|
|
32034
32036
|
var import_classnames43 = __toESM(require_classnames());
|
|
32035
|
-
var
|
|
32037
|
+
var React78 = __toESM(require_react());
|
|
32036
32038
|
var import_jsx_runtime62 = __toESM(require_jsx_runtime());
|
|
32037
32039
|
"use client";
|
|
32038
|
-
var Table = /* @__PURE__ */
|
|
32040
|
+
var Table = /* @__PURE__ */ React78.forwardRef(({
|
|
32039
32041
|
bsPrefix,
|
|
32040
32042
|
className,
|
|
32041
32043
|
striped,
|
|
@@ -32066,6 +32068,7 @@ Please change the parent <Route path="${parentPath}"> to <Route path="${parentPa
|
|
|
32066
32068
|
}
|
|
32067
32069
|
return table;
|
|
32068
32070
|
});
|
|
32071
|
+
Table.displayName = "Table";
|
|
32069
32072
|
var Table_default = Table;
|
|
32070
32073
|
|
|
32071
32074
|
// src/NavBar.tsx
|
|
@@ -33333,9 +33336,9 @@ object-assign/index.js:
|
|
|
33333
33336
|
@license MIT
|
|
33334
33337
|
*)
|
|
33335
33338
|
|
|
33336
|
-
react-router/dist/development/chunk-
|
|
33339
|
+
react-router/dist/development/chunk-C37GKA54.mjs:
|
|
33337
33340
|
(**
|
|
33338
|
-
* react-router v7.7.
|
|
33341
|
+
* react-router v7.7.1
|
|
33339
33342
|
*
|
|
33340
33343
|
* Copyright (c) Remix Software Inc.
|
|
33341
33344
|
*
|
|
@@ -33347,7 +33350,7 @@ react-router/dist/development/chunk-EF7DTUVF.mjs:
|
|
|
33347
33350
|
|
|
33348
33351
|
react-router/dist/development/index.mjs:
|
|
33349
33352
|
(**
|
|
33350
|
-
* react-router v7.7.
|
|
33353
|
+
* react-router v7.7.1
|
|
33351
33354
|
*
|
|
33352
33355
|
* Copyright (c) Remix Software Inc.
|
|
33353
33356
|
*
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"format": "esm"
|
|
431
431
|
},
|
|
432
432
|
"node_modules/chai/chai.js": {
|
|
433
|
-
"bytes":
|
|
433
|
+
"bytes": 143246,
|
|
434
434
|
"imports": [],
|
|
435
435
|
"format": "esm"
|
|
436
436
|
},
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
"bytesInOutput": 4468
|
|
1011
1011
|
},
|
|
1012
1012
|
"node_modules/chai/chai.js": {
|
|
1013
|
-
"bytesInOutput":
|
|
1013
|
+
"bytesInOutput": 134474
|
|
1014
1014
|
},
|
|
1015
1015
|
"src/lib/pmProxy.test/adapter.ts": {
|
|
1016
1016
|
"bytesInOutput": 812
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
"bytesInOutput": 196
|
|
1020
1020
|
}
|
|
1021
1021
|
},
|
|
1022
|
-
"bytes":
|
|
1022
|
+
"bytes": 153377
|
|
1023
1023
|
},
|
|
1024
1024
|
"testeranto/bundles/node/allTests/src/lib/core.test/core.test.mjs": {
|
|
1025
1025
|
"imports": [
|