@grafana/k6-test-builder 0.8.12 → 0.8.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +47 -37
- package/dist/index.js +419 -312
- package/dist/module.js +419 -312
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ $parcel$export(module.exports, "StatusMessage", () => $c641bba5d19f2b73$export$a
|
|
|
39
39
|
$parcel$export(module.exports, "StatusBar", () => $dc0343c0cfa7c3ac$export$3ae18a2a755cc9c8);
|
|
40
40
|
$parcel$export(module.exports, "TestBuilder", () => $00b916e228a936f5$export$f290710bbb710efa);
|
|
41
41
|
$parcel$export(module.exports, "SyntheticsBuilder", () => $1d3d3676f51d1b22$export$353d8c4618aae5e2);
|
|
42
|
-
$parcel$export(module.exports, "TestMetaInformation", () => $
|
|
42
|
+
$parcel$export(module.exports, "TestMetaInformation", () => $f8c395600ab098d4$export$93f0f0dfc0a5be37);
|
|
43
43
|
$parcel$export(module.exports, "TestBuilderStoreProvider", () => $1ae39e1e435a2397$export$9bb8a8c9de09825e);
|
|
44
44
|
$parcel$export(module.exports, "TestBuilderInternalContextProvider", () => $b0053bc75d27f892$export$10961d9597c38760);
|
|
45
45
|
$parcel$export(module.exports, "convertDurationToSeconds", () => $b714db607dbce577$export$35d89f711450937a);
|
|
@@ -53,6 +53,165 @@ $parcel$export(module.exports, "DOCS_ARTICLE_LINKS", () => $e96a968658210988$exp
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
56
|
+
const $924f96bd0d5c630d$export$cc0ae9a5c96bcd6f = ()=>/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("svg", {
|
|
57
|
+
width: 100,
|
|
58
|
+
height: 81,
|
|
59
|
+
viewBox: "0 0 98 81",
|
|
60
|
+
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)("g", {
|
|
61
|
+
id: "test-buider",
|
|
62
|
+
transform: "translate(-.5 -.5)",
|
|
63
|
+
children: [
|
|
64
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
65
|
+
id: "Path_456",
|
|
66
|
+
fill: "#f9f8fc",
|
|
67
|
+
d: "M8 8h90v73H8z"
|
|
68
|
+
}),
|
|
69
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
70
|
+
id: "Path_457",
|
|
71
|
+
fill: "#beb9d7",
|
|
72
|
+
fillRule: "evenodd",
|
|
73
|
+
d: "M7.5 8a.5.5 0 0 1 .5-.5h90a.5.5 0 0 1 .5.5v73a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5zm1 .5v72h89v-72z"
|
|
74
|
+
}),
|
|
75
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
76
|
+
id: "Path_458",
|
|
77
|
+
d: "M91 1H1v73h90V1z",
|
|
78
|
+
fill: "#fff"
|
|
79
|
+
}),
|
|
80
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
81
|
+
id: "Path_459",
|
|
82
|
+
d: "M.5 1A.5.5 0 0 1 1 .5h90a.5.5 0 0 1 .5.5v73a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5zm1 .5v72h89v-72z",
|
|
83
|
+
fillRule: "evenodd",
|
|
84
|
+
fill: "#3c3c64"
|
|
85
|
+
}),
|
|
86
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
87
|
+
id: "Path_460",
|
|
88
|
+
d: "M31 33h52v11H31z",
|
|
89
|
+
fill: "#fff"
|
|
90
|
+
}),
|
|
91
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
92
|
+
id: "Path_461",
|
|
93
|
+
d: "M82 34H32v9h50zm-51-1v11h52V33z",
|
|
94
|
+
fill: "#ece8f1"
|
|
95
|
+
}),
|
|
96
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("circle", {
|
|
97
|
+
id: "Ellipse_22",
|
|
98
|
+
cx: "1.5",
|
|
99
|
+
cy: "1.5",
|
|
100
|
+
r: "1.5",
|
|
101
|
+
fill: "#beb9d7",
|
|
102
|
+
transform: "translate(76 37)"
|
|
103
|
+
}),
|
|
104
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
105
|
+
id: "Path_462",
|
|
106
|
+
d: "M35 38.25a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1-.75-.75z",
|
|
107
|
+
fillRule: "evenodd",
|
|
108
|
+
fill: "#3c3c64"
|
|
109
|
+
}),
|
|
110
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
111
|
+
id: "Path_463",
|
|
112
|
+
d: "M49 38.25a.75.75 0 0 1 .75-.75h22.5a.75.75 0 0 1 0 1.5h-22.5a.75.75 0 0 1-.75-.75z",
|
|
113
|
+
fillRule: "evenodd",
|
|
114
|
+
fill: "#3c3c64"
|
|
115
|
+
}),
|
|
116
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
117
|
+
id: "Path_464",
|
|
118
|
+
d: "M31 50h52v11H31z",
|
|
119
|
+
fill: "#fff"
|
|
120
|
+
}),
|
|
121
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
122
|
+
id: "Path_465",
|
|
123
|
+
d: "M82 51H32v9h50zm-51-1v11h52V50z",
|
|
124
|
+
fill: "#ece8f1"
|
|
125
|
+
}),
|
|
126
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("circle", {
|
|
127
|
+
id: "Ellipse_23",
|
|
128
|
+
cx: "1.5",
|
|
129
|
+
cy: "1.5",
|
|
130
|
+
r: "1.5",
|
|
131
|
+
fill: "#beb9d7",
|
|
132
|
+
transform: "translate(76 54)"
|
|
133
|
+
}),
|
|
134
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
135
|
+
id: "Path_466",
|
|
136
|
+
d: "M35 55.25a.75.75 0 0 1 .75-.75h17.5a.75.75 0 0 1 0 1.5h-17.5a.75.75 0 0 1-.75-.75z",
|
|
137
|
+
fillRule: "evenodd",
|
|
138
|
+
fill: "#3c3c64"
|
|
139
|
+
}),
|
|
140
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
141
|
+
id: "Path_467",
|
|
142
|
+
d: "M57 55.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5h-14.5a.75.75 0 0 1-.75-.75z",
|
|
143
|
+
fillRule: "evenodd",
|
|
144
|
+
fill: "#3c3c64"
|
|
145
|
+
}),
|
|
146
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
147
|
+
id: "Rectangle_214",
|
|
148
|
+
fill: "#7d64ff",
|
|
149
|
+
d: "M0 0H20V8H0z",
|
|
150
|
+
transform: "translate(31 19)"
|
|
151
|
+
}),
|
|
152
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
153
|
+
id: "Path_468",
|
|
154
|
+
d: "M7 20.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H7.75a.75.75 0 0 1-.75-.75z",
|
|
155
|
+
fill: "#7d64ff"
|
|
156
|
+
}),
|
|
157
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
158
|
+
id: "Path_469",
|
|
159
|
+
d: "M7 26.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75z",
|
|
160
|
+
fillRule: "evenodd",
|
|
161
|
+
fill: "#3c3c64"
|
|
162
|
+
}),
|
|
163
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
164
|
+
id: "Path_470",
|
|
165
|
+
d: "M7 32.25a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 0 1.5H7.75a.75.75 0 0 1-.75-.75z",
|
|
166
|
+
fillRule: "evenodd",
|
|
167
|
+
fill: "#3c3c64"
|
|
168
|
+
}),
|
|
169
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
170
|
+
id: "Path_471",
|
|
171
|
+
d: "M7 38.25a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1-.75-.75z",
|
|
172
|
+
fill: "#7d64ff"
|
|
173
|
+
}),
|
|
174
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
175
|
+
id: "Path_472",
|
|
176
|
+
d: "M7 44.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H7.75a.75.75 0 0 1-.75-.75z",
|
|
177
|
+
fillRule: "evenodd",
|
|
178
|
+
fill: "#3c3c64"
|
|
179
|
+
}),
|
|
180
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
181
|
+
id: "Path_473",
|
|
182
|
+
d: "M7 50.25a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1-.75-.75z",
|
|
183
|
+
fillRule: "evenodd",
|
|
184
|
+
fill: "#3c3c64"
|
|
185
|
+
}),
|
|
186
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
187
|
+
id: "Path_474",
|
|
188
|
+
d: "M7 56.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75z",
|
|
189
|
+
fill: "#7d64ff"
|
|
190
|
+
}),
|
|
191
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
192
|
+
id: "Path_475",
|
|
193
|
+
d: "M7 62.25a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 0 1.5H7.75a.75.75 0 0 1-.75-.75z",
|
|
194
|
+
fillRule: "evenodd",
|
|
195
|
+
fill: "#3c3c64"
|
|
196
|
+
}),
|
|
197
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
198
|
+
id: "Path_476",
|
|
199
|
+
d: "M8 6a2 2 0 1 1-2-2 2 2 0 0 1 2 2zm7 0a2 2 0 1 1-2-2 2 2 0 0 1 2 2zm5 2a2 2 0 1 0-2-2 2 2 0 0 0 2 2z",
|
|
200
|
+
fillRule: "evenodd",
|
|
201
|
+
fill: "#3c3c64"
|
|
202
|
+
}),
|
|
203
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
204
|
+
id: "Path_477",
|
|
205
|
+
d: "M.5 11a.5.5 0 0 1 .5-.5h82a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z",
|
|
206
|
+
fillRule: "evenodd",
|
|
207
|
+
fill: "#3c3c64"
|
|
208
|
+
})
|
|
209
|
+
]
|
|
210
|
+
})
|
|
211
|
+
});
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
56
215
|
|
|
57
216
|
const $1c4cc247633c6592$var$LOGGER_ENABLE_KEY = '__test_builder_logger_enabled__';
|
|
58
217
|
const $1c4cc247633c6592$var$K6_VERBOSE_LOGS = '_k6_verbose_logs_';
|
|
@@ -639,17 +798,22 @@ const $e96a968658210988$export$83928dab12a26f6a = {
|
|
|
639
798
|
const $e96a968658210988$export$bac408da7e039568 = 5242880;
|
|
640
799
|
const $e96a968658210988$export$ac45c55a63dc8871 = 'Options';
|
|
641
800
|
const $e96a968658210988$export$7b20b9dfd8d07602 = `${$e96a968658210988$export$ac45c55a63dc8871} & Scenarios`;
|
|
801
|
+
const $e96a968658210988$var$K6_DOCS_URL_LEGACY = 'https://k6.io';
|
|
802
|
+
// const K6_DOCS_URL = 'https://grafana.com/docs/k6/latest'
|
|
803
|
+
const $e96a968658210988$var$GRAFANA_DOCS_URL = 'https://grafana.com/docs/grafana-cloud';
|
|
804
|
+
const $e96a968658210988$var$GRAFANA_K6_DOCS_URL = `${$e96a968658210988$var$GRAFANA_DOCS_URL}/testing/k6`;
|
|
642
805
|
const $e96a968658210988$export$9ffca73f9b15ba64 = {
|
|
643
|
-
thresholds:
|
|
644
|
-
'request-builder':
|
|
645
|
-
'cloud-logs':
|
|
646
|
-
'cloud-apm':
|
|
647
|
-
'cloud-apm-azure-monitor':
|
|
648
|
-
'cloud-apm-datadog':
|
|
649
|
-
'cloud-apm-grafana-cloud':
|
|
650
|
-
'cloud-apm-new-relic':
|
|
651
|
-
'results-visualization/cloud':
|
|
652
|
-
'cloud-tests-from-cli.load-zones': '/docs/cloud/creating-and-running-a-test/cloud-scripting-extras/load-zones'
|
|
806
|
+
thresholds: `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/using-k6/thresholds`,
|
|
807
|
+
'request-builder': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/test-authoring/test-builder`,
|
|
808
|
+
'cloud-logs': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/cloud/analyzing-results/logs`,
|
|
809
|
+
'cloud-apm': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/cloud/integrations/cloud-apm`,
|
|
810
|
+
'cloud-apm-azure-monitor': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/cloud/integrations/cloud-apm/azure-monitor`,
|
|
811
|
+
'cloud-apm-datadog': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/cloud/integrations/cloud-apm/datadog`,
|
|
812
|
+
'cloud-apm-grafana-cloud': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/cloud/integrations/cloud-apm/grafana-cloud`,
|
|
813
|
+
'cloud-apm-new-relic': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/cloud/integrations/cloud-apm/new-relic`,
|
|
814
|
+
'results-visualization/cloud': `${$e96a968658210988$var$K6_DOCS_URL_LEGACY}/docs/results-visualization/cloud`,
|
|
815
|
+
'cloud-tests-from-cli.load-zones': '/docs/cloud/creating-and-running-a-test/cloud-scripting-extras/load-zones',
|
|
816
|
+
vuhs: `${$e96a968658210988$var$GRAFANA_K6_DOCS_URL}/author-run/vu-hours`
|
|
653
817
|
};
|
|
654
818
|
const $e96a968658210988$export$7ff6e792a88a203a = 'grpc_reqs';
|
|
655
819
|
const $e96a968658210988$export$4dafb9ce6095cf07 = 'grpc_req_duration';
|
|
@@ -907,7 +1071,6 @@ const $e96a968658210988$export$dfc5314d8999a652 = {
|
|
|
907
1071
|
};
|
|
908
1072
|
|
|
909
1073
|
|
|
910
|
-
const $cd402c1b3ca4b836$var$K6_BASE_URL = 'https://k6.io';
|
|
911
1074
|
const $cd402c1b3ca4b836$var$Link = /*#__PURE__*/ (0, ($parcel$interopDefault($gkIgo$styledcomponents))).a.withConfig({
|
|
912
1075
|
displayName: "DocsLink__Link",
|
|
913
1076
|
componentId: "sc-1jtr9q6-0"
|
|
@@ -917,175 +1080,15 @@ const $cd402c1b3ca4b836$var$Link = /*#__PURE__*/ (0, ($parcel$interopDefault($gk
|
|
|
917
1080
|
], ({ theme: theme })=>theme.palette.text.link);
|
|
918
1081
|
function $cd402c1b3ca4b836$export$e816d7af81d48a79({ article: article, children: children }) {
|
|
919
1082
|
const articlePath = (0, $e96a968658210988$export$9ffca73f9b15ba64)[article] || '';
|
|
920
|
-
const href = `${$cd402c1b3ca4b836$var$K6_BASE_URL}${articlePath}`;
|
|
921
1083
|
return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)($cd402c1b3ca4b836$var$Link, {
|
|
922
1084
|
target: "_blank",
|
|
923
|
-
href:
|
|
1085
|
+
href: articlePath,
|
|
924
1086
|
rel: "noreferrer",
|
|
925
1087
|
children: children
|
|
926
1088
|
});
|
|
927
1089
|
}
|
|
928
1090
|
|
|
929
1091
|
|
|
930
|
-
|
|
931
|
-
const $924f96bd0d5c630d$export$cc0ae9a5c96bcd6f = ()=>/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("svg", {
|
|
932
|
-
width: 100,
|
|
933
|
-
height: 81,
|
|
934
|
-
viewBox: "0 0 98 81",
|
|
935
|
-
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)("g", {
|
|
936
|
-
id: "test-buider",
|
|
937
|
-
transform: "translate(-.5 -.5)",
|
|
938
|
-
children: [
|
|
939
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
940
|
-
id: "Path_456",
|
|
941
|
-
fill: "#f9f8fc",
|
|
942
|
-
d: "M8 8h90v73H8z"
|
|
943
|
-
}),
|
|
944
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
945
|
-
id: "Path_457",
|
|
946
|
-
fill: "#beb9d7",
|
|
947
|
-
fillRule: "evenodd",
|
|
948
|
-
d: "M7.5 8a.5.5 0 0 1 .5-.5h90a.5.5 0 0 1 .5.5v73a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5zm1 .5v72h89v-72z"
|
|
949
|
-
}),
|
|
950
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
951
|
-
id: "Path_458",
|
|
952
|
-
d: "M91 1H1v73h90V1z",
|
|
953
|
-
fill: "#fff"
|
|
954
|
-
}),
|
|
955
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
956
|
-
id: "Path_459",
|
|
957
|
-
d: "M.5 1A.5.5 0 0 1 1 .5h90a.5.5 0 0 1 .5.5v73a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5zm1 .5v72h89v-72z",
|
|
958
|
-
fillRule: "evenodd",
|
|
959
|
-
fill: "#3c3c64"
|
|
960
|
-
}),
|
|
961
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
962
|
-
id: "Path_460",
|
|
963
|
-
d: "M31 33h52v11H31z",
|
|
964
|
-
fill: "#fff"
|
|
965
|
-
}),
|
|
966
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
967
|
-
id: "Path_461",
|
|
968
|
-
d: "M82 34H32v9h50zm-51-1v11h52V33z",
|
|
969
|
-
fill: "#ece8f1"
|
|
970
|
-
}),
|
|
971
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("circle", {
|
|
972
|
-
id: "Ellipse_22",
|
|
973
|
-
cx: "1.5",
|
|
974
|
-
cy: "1.5",
|
|
975
|
-
r: "1.5",
|
|
976
|
-
fill: "#beb9d7",
|
|
977
|
-
transform: "translate(76 37)"
|
|
978
|
-
}),
|
|
979
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
980
|
-
id: "Path_462",
|
|
981
|
-
d: "M35 38.25a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1-.75-.75z",
|
|
982
|
-
fillRule: "evenodd",
|
|
983
|
-
fill: "#3c3c64"
|
|
984
|
-
}),
|
|
985
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
986
|
-
id: "Path_463",
|
|
987
|
-
d: "M49 38.25a.75.75 0 0 1 .75-.75h22.5a.75.75 0 0 1 0 1.5h-22.5a.75.75 0 0 1-.75-.75z",
|
|
988
|
-
fillRule: "evenodd",
|
|
989
|
-
fill: "#3c3c64"
|
|
990
|
-
}),
|
|
991
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
992
|
-
id: "Path_464",
|
|
993
|
-
d: "M31 50h52v11H31z",
|
|
994
|
-
fill: "#fff"
|
|
995
|
-
}),
|
|
996
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
997
|
-
id: "Path_465",
|
|
998
|
-
d: "M82 51H32v9h50zm-51-1v11h52V50z",
|
|
999
|
-
fill: "#ece8f1"
|
|
1000
|
-
}),
|
|
1001
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("circle", {
|
|
1002
|
-
id: "Ellipse_23",
|
|
1003
|
-
cx: "1.5",
|
|
1004
|
-
cy: "1.5",
|
|
1005
|
-
r: "1.5",
|
|
1006
|
-
fill: "#beb9d7",
|
|
1007
|
-
transform: "translate(76 54)"
|
|
1008
|
-
}),
|
|
1009
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1010
|
-
id: "Path_466",
|
|
1011
|
-
d: "M35 55.25a.75.75 0 0 1 .75-.75h17.5a.75.75 0 0 1 0 1.5h-17.5a.75.75 0 0 1-.75-.75z",
|
|
1012
|
-
fillRule: "evenodd",
|
|
1013
|
-
fill: "#3c3c64"
|
|
1014
|
-
}),
|
|
1015
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1016
|
-
id: "Path_467",
|
|
1017
|
-
d: "M57 55.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5h-14.5a.75.75 0 0 1-.75-.75z",
|
|
1018
|
-
fillRule: "evenodd",
|
|
1019
|
-
fill: "#3c3c64"
|
|
1020
|
-
}),
|
|
1021
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1022
|
-
id: "Rectangle_214",
|
|
1023
|
-
fill: "#7d64ff",
|
|
1024
|
-
d: "M0 0H20V8H0z",
|
|
1025
|
-
transform: "translate(31 19)"
|
|
1026
|
-
}),
|
|
1027
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1028
|
-
id: "Path_468",
|
|
1029
|
-
d: "M7 20.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H7.75a.75.75 0 0 1-.75-.75z",
|
|
1030
|
-
fill: "#7d64ff"
|
|
1031
|
-
}),
|
|
1032
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1033
|
-
id: "Path_469",
|
|
1034
|
-
d: "M7 26.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75z",
|
|
1035
|
-
fillRule: "evenodd",
|
|
1036
|
-
fill: "#3c3c64"
|
|
1037
|
-
}),
|
|
1038
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1039
|
-
id: "Path_470",
|
|
1040
|
-
d: "M7 32.25a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 0 1.5H7.75a.75.75 0 0 1-.75-.75z",
|
|
1041
|
-
fillRule: "evenodd",
|
|
1042
|
-
fill: "#3c3c64"
|
|
1043
|
-
}),
|
|
1044
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1045
|
-
id: "Path_471",
|
|
1046
|
-
d: "M7 38.25a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1-.75-.75z",
|
|
1047
|
-
fill: "#7d64ff"
|
|
1048
|
-
}),
|
|
1049
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1050
|
-
id: "Path_472",
|
|
1051
|
-
d: "M7 44.25a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H7.75a.75.75 0 0 1-.75-.75z",
|
|
1052
|
-
fillRule: "evenodd",
|
|
1053
|
-
fill: "#3c3c64"
|
|
1054
|
-
}),
|
|
1055
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1056
|
-
id: "Path_473",
|
|
1057
|
-
d: "M7 50.25a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-9.5a.75.75 0 0 1-.75-.75z",
|
|
1058
|
-
fillRule: "evenodd",
|
|
1059
|
-
fill: "#3c3c64"
|
|
1060
|
-
}),
|
|
1061
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1062
|
-
id: "Path_474",
|
|
1063
|
-
d: "M7 56.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75z",
|
|
1064
|
-
fill: "#7d64ff"
|
|
1065
|
-
}),
|
|
1066
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1067
|
-
id: "Path_475",
|
|
1068
|
-
d: "M7 62.25a.75.75 0 0 1 .75-.75h11.5a.75.75 0 0 1 0 1.5H7.75a.75.75 0 0 1-.75-.75z",
|
|
1069
|
-
fillRule: "evenodd",
|
|
1070
|
-
fill: "#3c3c64"
|
|
1071
|
-
}),
|
|
1072
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1073
|
-
id: "Path_476",
|
|
1074
|
-
d: "M8 6a2 2 0 1 1-2-2 2 2 0 0 1 2 2zm7 0a2 2 0 1 1-2-2 2 2 0 0 1 2 2zm5 2a2 2 0 1 0-2-2 2 2 0 0 0 2 2z",
|
|
1075
|
-
fillRule: "evenodd",
|
|
1076
|
-
fill: "#3c3c64"
|
|
1077
|
-
}),
|
|
1078
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
1079
|
-
id: "Path_477",
|
|
1080
|
-
d: "M.5 11a.5.5 0 0 1 .5-.5h82a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z",
|
|
1081
|
-
fillRule: "evenodd",
|
|
1082
|
-
fill: "#3c3c64"
|
|
1083
|
-
})
|
|
1084
|
-
]
|
|
1085
|
-
})
|
|
1086
|
-
});
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
1092
|
const $b0053bc75d27f892$var$defaultContext = {
|
|
1090
1093
|
ScriptEditorComponent: (0, $ab0bf6ee71c94953$export$32efa5142ae8aa01),
|
|
1091
1094
|
enableViewLinkHref: true,
|
|
@@ -1645,6 +1648,9 @@ function $90b0cfd5919312e7$export$ae763f5129c1544a(state) {
|
|
|
1645
1648
|
function $90b0cfd5919312e7$export$e6a428d399561b3f(state) {
|
|
1646
1649
|
return state.ui.hasFractionalVUhResolution;
|
|
1647
1650
|
}
|
|
1651
|
+
function $90b0cfd5919312e7$export$3c947cbaab82b2b8(state) {
|
|
1652
|
+
return state.ui.metadata;
|
|
1653
|
+
}
|
|
1648
1654
|
function $90b0cfd5919312e7$export$15d5f46743a7d01c(state) {
|
|
1649
1655
|
return state.ui.availableLoadZones;
|
|
1650
1656
|
}
|
|
@@ -1661,6 +1667,7 @@ function $90b0cfd5919312e7$export$3eeb5a93131e0579(state) {
|
|
|
1661
1667
|
const $5dd5dedd6ce134dc$export$d4c72bab9d6cc13a = {
|
|
1662
1668
|
initialized: false,
|
|
1663
1669
|
advancedOptionsTab: 'headers',
|
|
1670
|
+
metadata: undefined,
|
|
1664
1671
|
showTestScript: false,
|
|
1665
1672
|
error: null,
|
|
1666
1673
|
isLoading: false,
|
|
@@ -1727,9 +1734,12 @@ const $4016baaeec60d4ee$export$83c693298dde2c4f = (0, $gkIgo$reduxjstoolkit.crea
|
|
|
1727
1734
|
setHasCloudExecution (state, action) {
|
|
1728
1735
|
state.hasCloudExecution = action.payload;
|
|
1729
1736
|
},
|
|
1730
|
-
setHasFractionalVUhResolution (state, action) {
|
|
1737
|
+
/** @deprecated To be replaced by adaptive VUhs */ setHasFractionalVUhResolution (state, action) {
|
|
1731
1738
|
state.hasFractionalVUhResolution = action.payload;
|
|
1732
1739
|
},
|
|
1740
|
+
setMetadata (state, action) {
|
|
1741
|
+
state.metadata = action.payload;
|
|
1742
|
+
},
|
|
1733
1743
|
setAvailableLoadZones (state, action) {
|
|
1734
1744
|
state.availableLoadZones = action.payload;
|
|
1735
1745
|
},
|
|
@@ -1745,7 +1755,7 @@ const $4016baaeec60d4ee$export$95881ffef5b0c248 = $4016baaeec60d4ee$export$83c69
|
|
|
1745
1755
|
const $4016baaeec60d4ee$export$e324594224ef24da = $4016baaeec60d4ee$export$83c693298dde2c4f.actions;
|
|
1746
1756
|
|
|
1747
1757
|
|
|
1748
|
-
const { init: $eeeed770fbbe0766$export$2cd8252107eb640b, setAdvancedOptionsTab: $eeeed770fbbe0766$export$267d608097309f30, setAvailableLoadZones: $eeeed770fbbe0766$export$9f9f33201c1586de, setHasCloudExecution: $eeeed770fbbe0766$export$f89a1b8f393b8bb6, setHasFractionalVUhResolution: $eeeed770fbbe0766$export$92220e1782a52292, setIsLoading: $eeeed770fbbe0766$export$9eaa806651dd33f0, setView: $eeeed770fbbe0766$export$78fa5045d0400717, setIsSaving: $eeeed770fbbe0766$export$ad10cacbaf4608fe, setShowTestScript: $eeeed770fbbe0766$export$8fadc49d0b5909c, setUnsavedChanges: $eeeed770fbbe0766$export$278d42400282afa6 } = (0, $4016baaeec60d4ee$export$e324594224ef24da);
|
|
1758
|
+
const { init: $eeeed770fbbe0766$export$2cd8252107eb640b, setAdvancedOptionsTab: $eeeed770fbbe0766$export$267d608097309f30, setAvailableLoadZones: $eeeed770fbbe0766$export$9f9f33201c1586de, setMetadata: $eeeed770fbbe0766$export$f8685c902e685023, setHasCloudExecution: $eeeed770fbbe0766$export$f89a1b8f393b8bb6, setHasFractionalVUhResolution: $eeeed770fbbe0766$export$92220e1782a52292, setIsLoading: $eeeed770fbbe0766$export$9eaa806651dd33f0, setView: $eeeed770fbbe0766$export$78fa5045d0400717, setIsSaving: $eeeed770fbbe0766$export$ad10cacbaf4608fe, setShowTestScript: $eeeed770fbbe0766$export$8fadc49d0b5909c, setUnsavedChanges: $eeeed770fbbe0766$export$278d42400282afa6 } = (0, $4016baaeec60d4ee$export$e324594224ef24da);
|
|
1749
1759
|
|
|
1750
1760
|
|
|
1751
1761
|
|
|
@@ -2256,6 +2266,9 @@ const $4bac6ee95b8c8b72$export$b3e22bcfd64c1022 = (value, keySelector = (obj)=>o
|
|
|
2256
2266
|
function $4bac6ee95b8c8b72$export$24567f54a9be5ab9(value, precision = 2) {
|
|
2257
2267
|
return Number(Number(value).toFixed(precision));
|
|
2258
2268
|
}
|
|
2269
|
+
const $4bac6ee95b8c8b72$export$c37640da124effef = (num)=>{
|
|
2270
|
+
return $4bac6ee95b8c8b72$export$24567f54a9be5ab9(num * 100, 0);
|
|
2271
|
+
};
|
|
2259
2272
|
const $4bac6ee95b8c8b72$export$19c55c6cefb3b57 = (obj, props)=>{
|
|
2260
2273
|
return Object.fromEntries(Object.entries(obj).filter(([k])=>props.includes(k)));
|
|
2261
2274
|
};
|
|
@@ -5475,7 +5488,7 @@ function $cdee3562a1fa264f$export$9cc0a26cbe829bcb() {
|
|
|
5475
5488
|
}
|
|
5476
5489
|
function $cdee3562a1fa264f$export$e3a1a4f1e85dc208() {
|
|
5477
5490
|
const dispatch = $cdee3562a1fa264f$export$371624ce4da5e319();
|
|
5478
|
-
const { hasCloudExecution: hasCloudExecution = false, hasFractionalVUhResolution: hasFractionalVUhResolution = false, k6Test: k6Test, availableLoadZones: availableLoadZones = [] } = (0, $b0053bc75d27f892$export$8bcb3cb1ba0d67a7)();
|
|
5491
|
+
const { hasCloudExecution: hasCloudExecution = false, hasFractionalVUhResolution: hasFractionalVUhResolution = false, metadata: metadata, k6Test: k6Test, availableLoadZones: availableLoadZones = [] } = (0, $b0053bc75d27f892$export$8bcb3cb1ba0d67a7)();
|
|
5479
5492
|
(0, $gkIgo$react.useEffect)(()=>{
|
|
5480
5493
|
dispatch((0, $eeeed770fbbe0766$export$f89a1b8f393b8bb6)(Boolean(hasCloudExecution)));
|
|
5481
5494
|
}, [
|
|
@@ -5486,7 +5499,13 @@ function $cdee3562a1fa264f$export$e3a1a4f1e85dc208() {
|
|
|
5486
5499
|
dispatch((0, $eeeed770fbbe0766$export$92220e1782a52292)(Boolean(hasFractionalVUhResolution)));
|
|
5487
5500
|
}, [
|
|
5488
5501
|
dispatch,
|
|
5489
|
-
hasFractionalVUhResolution
|
|
5502
|
+
hasFractionalVUhResolution
|
|
5503
|
+
]);
|
|
5504
|
+
(0, $gkIgo$react.useEffect)(()=>{
|
|
5505
|
+
dispatch((0, $eeeed770fbbe0766$export$f8685c902e685023)(metadata));
|
|
5506
|
+
}, [
|
|
5507
|
+
dispatch,
|
|
5508
|
+
metadata
|
|
5490
5509
|
]);
|
|
5491
5510
|
(0, $gkIgo$react.useEffect)(()=>{
|
|
5492
5511
|
const { loadZones: loadZones, config: config, thresholds: thresholds, scenarios: scenarios, name: name, id: id } = new (0, $27b7f69a914929cd$export$1576fc997deee1a4)(k6Test).toObject();
|
|
@@ -14812,7 +14831,7 @@ function $1ae39e1e435a2397$export$9bb8a8c9de09825e({ children: children }) {
|
|
|
14812
14831
|
|
|
14813
14832
|
|
|
14814
14833
|
|
|
14815
|
-
function $00b916e228a936f5$export$f290710bbb710efa({ loading: loading, saving: saving, k6Test: k6Test, hasCloudExecution: hasCloudExecution, hasFractionalVUhResolution: hasFractionalVUhResolution, availableLoadZones: availableLoadZones = [
|
|
14834
|
+
function $00b916e228a936f5$export$f290710bbb710efa({ loading: loading, saving: saving, k6Test: k6Test, metadata: metadata, hasCloudExecution: hasCloudExecution, hasFractionalVUhResolution: hasFractionalVUhResolution, availableLoadZones: availableLoadZones = [
|
|
14816
14835
|
{
|
|
14817
14836
|
id: 11,
|
|
14818
14837
|
available: true,
|
|
@@ -14832,6 +14851,7 @@ function $00b916e228a936f5$export$f290710bbb710efa({ loading: loading, saving: s
|
|
|
14832
14851
|
// create test builder context
|
|
14833
14852
|
const context = {
|
|
14834
14853
|
k6Test: k6Test,
|
|
14854
|
+
metadata: metadata,
|
|
14835
14855
|
hasCloudExecution: hasCloudExecution,
|
|
14836
14856
|
hasFractionalVUhResolution: hasFractionalVUhResolution,
|
|
14837
14857
|
availableLoadZones: availableLoadZones,
|
|
@@ -15387,6 +15407,9 @@ function $1d3d3676f51d1b22$export$353d8c4618aae5e2({ loading: loading, saving: s
|
|
|
15387
15407
|
|
|
15388
15408
|
|
|
15389
15409
|
|
|
15410
|
+
|
|
15411
|
+
|
|
15412
|
+
|
|
15390
15413
|
const $4ec267c59d663827$export$8099ab97743c966c = /*#__PURE__*/ (0, $gkIgo$react.forwardRef)(({ props: props }, ref)=>/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("svg", {
|
|
15391
15414
|
ref: ref,
|
|
15392
15415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -15436,6 +15459,76 @@ const $4ec267c59d663827$export$8099ab97743c966c = /*#__PURE__*/ (0, $gkIgo$react
|
|
|
15436
15459
|
|
|
15437
15460
|
|
|
15438
15461
|
|
|
15462
|
+
const $5d2d10fa1dcc08b7$export$8dedaee0e594ee0e = /*#__PURE__*/ (0, $gkIgo$react.forwardRef)(({ props: props }, ref)=>/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("svg", {
|
|
15463
|
+
ref: ref,
|
|
15464
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15465
|
+
width: "0.84em",
|
|
15466
|
+
height: "1em",
|
|
15467
|
+
viewBox: "0 0 12.798 15.2",
|
|
15468
|
+
preserveAspectRatio: "xMaxYMax meet",
|
|
15469
|
+
...props,
|
|
15470
|
+
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("g", {
|
|
15471
|
+
id: "pin",
|
|
15472
|
+
transform: "translate(-40.9 .1)",
|
|
15473
|
+
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("g", {
|
|
15474
|
+
id: "Group_268",
|
|
15475
|
+
transform: "translate(41)",
|
|
15476
|
+
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)("g", {
|
|
15477
|
+
id: "Group_267",
|
|
15478
|
+
children: [
|
|
15479
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
15480
|
+
id: "Path_320",
|
|
15481
|
+
d: "M165.125 84.483a.586.586 0 0 0-.157-1.161 1.613 1.613 0 0 1-.215.014 1.582 1.582 0 1 1 1.582-1.582 1.6 1.6 0 0 1-.021.257.586.586 0 1 0 1.157.189 2.751 2.751 0 1 0-2.347 2.283z",
|
|
15482
|
+
stroke: "transparent",
|
|
15483
|
+
strokeWidth: "2px",
|
|
15484
|
+
fill: "currentColor",
|
|
15485
|
+
transform: "translate(-158.455 -76.686)"
|
|
15486
|
+
}),
|
|
15487
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
15488
|
+
id: "Path_321",
|
|
15489
|
+
d: "M52.653 376.6a7.1 7.1 0 0 0-1.839-.592.586.586 0 1 0-.233 1.148 3.991 3.991 0 0 1 1.815.671 3.192 3.192 0 0 1-1.466.608 17.874 17.874 0 0 1-7.262 0 3.191 3.191 0 0 1-1.466-.608 3.991 3.991 0 0 1 1.815-.671.586.586 0 1 0-.233-1.148 7.1 7.1 0 0 0-1.839.592 1.443 1.443 0 0 0-.945 1.229c0 .727.708 1.29 2.1 1.672a18.583 18.583 0 0 0 8.389 0c1.4-.383 2.1-.945 2.1-1.672a1.443 1.443 0 0 0-.936-1.229z",
|
|
15490
|
+
stroke: "transparent",
|
|
15491
|
+
strokeWidth: "2px",
|
|
15492
|
+
fill: "currentColor",
|
|
15493
|
+
transform: "translate(-41 -364.981)"
|
|
15494
|
+
}),
|
|
15495
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
15496
|
+
id: "Path_322",
|
|
15497
|
+
d: "M87.573 12.383a.586.586 0 0 0 .991 0 15.922 15.922 0 0 1 1.913-2.316C91.8 8.658 93.164 7.2 93.166 5.038a4.983 4.983 0 0 0-1.5-3.575 5.135 5.135 0 0 0-7.181 0A5 5 0 0 0 83 5.04c0 2.166 1.362 3.625 2.677 5.036a16.1 16.1 0 0 1 1.896 2.307zm.5-11.211a3.9 3.9 0 0 1 3.926 3.867c0 1.7-1.1 2.87-2.373 4.227a22.3 22.3 0 0 0-1.553 1.779 22.551 22.551 0 0 0-1.535-1.768c-1.267-1.359-2.36-2.533-2.362-4.237a3.844 3.844 0 0 1 3.892-3.868z",
|
|
15498
|
+
stroke: "transparent",
|
|
15499
|
+
strokeWidth: "2px",
|
|
15500
|
+
fill: "currentColor",
|
|
15501
|
+
transform: "translate(-81.77)"
|
|
15502
|
+
})
|
|
15503
|
+
]
|
|
15504
|
+
})
|
|
15505
|
+
})
|
|
15506
|
+
})
|
|
15507
|
+
}));
|
|
15508
|
+
|
|
15509
|
+
|
|
15510
|
+
|
|
15511
|
+
|
|
15512
|
+
const $efeb6023758e4c8d$export$4202723ba73439f5 = /*#__PURE__*/ (0, $gkIgo$react.forwardRef)(({ props: props }, ref)=>/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("svg", {
|
|
15513
|
+
ref: ref,
|
|
15514
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15515
|
+
width: "1em",
|
|
15516
|
+
height: "1em",
|
|
15517
|
+
viewBox: "0 0 11.04 11.041",
|
|
15518
|
+
...props,
|
|
15519
|
+
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("g", {
|
|
15520
|
+
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("g", {
|
|
15521
|
+
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
15522
|
+
fill: "currentColor",
|
|
15523
|
+
d: "M11.012 9.461a.431.431 0 1 0-.844.176.451.451 0 0 1-.091.378.438.438 0 0 1-.345.164H1.309a.438.438 0 0 1-.345-.164.451.451 0 0 1-.091-.378 4.765 4.765 0 0 1 4.533-3.774h.229a4.744 4.744 0 0 1 3.832 2.106.431.431 0 1 0 .716-.48A5.61 5.61 0 0 0 7.276 5.28a2.932 2.932 0 1 0-3.51 0A5.609 5.609 0 0 0 .028 9.461a1.31 1.31 0 0 0 1.281 1.58h8.423a1.31 1.31 0 0 0 1.281-1.58zM3.45 2.933A2.07 2.07 0 1 1 5.625 5h-.209A2.073 2.073 0 0 1 3.45 2.933z"
|
|
15524
|
+
})
|
|
15525
|
+
})
|
|
15526
|
+
})
|
|
15527
|
+
}));
|
|
15528
|
+
|
|
15529
|
+
|
|
15530
|
+
|
|
15531
|
+
|
|
15439
15532
|
|
|
15440
15533
|
|
|
15441
15534
|
|
|
@@ -15531,74 +15624,45 @@ function $86a6ac2413d415f3$export$d4e10f46dd803e0a({ loadZones: loadZones = [],
|
|
|
15531
15624
|
|
|
15532
15625
|
|
|
15533
15626
|
|
|
15534
|
-
const $5d2d10fa1dcc08b7$export$8dedaee0e594ee0e = /*#__PURE__*/ (0, $gkIgo$react.forwardRef)(({ props: props }, ref)=>/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("svg", {
|
|
15535
|
-
ref: ref,
|
|
15536
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
15537
|
-
width: "0.84em",
|
|
15538
|
-
height: "1em",
|
|
15539
|
-
viewBox: "0 0 12.798 15.2",
|
|
15540
|
-
preserveAspectRatio: "xMaxYMax meet",
|
|
15541
|
-
...props,
|
|
15542
|
-
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("g", {
|
|
15543
|
-
id: "pin",
|
|
15544
|
-
transform: "translate(-40.9 .1)",
|
|
15545
|
-
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("g", {
|
|
15546
|
-
id: "Group_268",
|
|
15547
|
-
transform: "translate(41)",
|
|
15548
|
-
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)("g", {
|
|
15549
|
-
id: "Group_267",
|
|
15550
|
-
children: [
|
|
15551
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
15552
|
-
id: "Path_320",
|
|
15553
|
-
d: "M165.125 84.483a.586.586 0 0 0-.157-1.161 1.613 1.613 0 0 1-.215.014 1.582 1.582 0 1 1 1.582-1.582 1.6 1.6 0 0 1-.021.257.586.586 0 1 0 1.157.189 2.751 2.751 0 1 0-2.347 2.283z",
|
|
15554
|
-
stroke: "transparent",
|
|
15555
|
-
strokeWidth: "2px",
|
|
15556
|
-
fill: "currentColor",
|
|
15557
|
-
transform: "translate(-158.455 -76.686)"
|
|
15558
|
-
}),
|
|
15559
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
15560
|
-
id: "Path_321",
|
|
15561
|
-
d: "M52.653 376.6a7.1 7.1 0 0 0-1.839-.592.586.586 0 1 0-.233 1.148 3.991 3.991 0 0 1 1.815.671 3.192 3.192 0 0 1-1.466.608 17.874 17.874 0 0 1-7.262 0 3.191 3.191 0 0 1-1.466-.608 3.991 3.991 0 0 1 1.815-.671.586.586 0 1 0-.233-1.148 7.1 7.1 0 0 0-1.839.592 1.443 1.443 0 0 0-.945 1.229c0 .727.708 1.29 2.1 1.672a18.583 18.583 0 0 0 8.389 0c1.4-.383 2.1-.945 2.1-1.672a1.443 1.443 0 0 0-.936-1.229z",
|
|
15562
|
-
stroke: "transparent",
|
|
15563
|
-
strokeWidth: "2px",
|
|
15564
|
-
fill: "currentColor",
|
|
15565
|
-
transform: "translate(-41 -364.981)"
|
|
15566
|
-
}),
|
|
15567
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
15568
|
-
id: "Path_322",
|
|
15569
|
-
d: "M87.573 12.383a.586.586 0 0 0 .991 0 15.922 15.922 0 0 1 1.913-2.316C91.8 8.658 93.164 7.2 93.166 5.038a4.983 4.983 0 0 0-1.5-3.575 5.135 5.135 0 0 0-7.181 0A5 5 0 0 0 83 5.04c0 2.166 1.362 3.625 2.677 5.036a16.1 16.1 0 0 1 1.896 2.307zm.5-11.211a3.9 3.9 0 0 1 3.926 3.867c0 1.7-1.1 2.87-2.373 4.227a22.3 22.3 0 0 0-1.553 1.779 22.551 22.551 0 0 0-1.535-1.768c-1.267-1.359-2.36-2.533-2.362-4.237a3.844 3.844 0 0 1 3.892-3.868z",
|
|
15570
|
-
stroke: "transparent",
|
|
15571
|
-
strokeWidth: "2px",
|
|
15572
|
-
fill: "currentColor",
|
|
15573
|
-
transform: "translate(-81.77)"
|
|
15574
|
-
})
|
|
15575
|
-
]
|
|
15576
|
-
})
|
|
15577
|
-
})
|
|
15578
|
-
})
|
|
15579
|
-
}));
|
|
15580
15627
|
|
|
15581
15628
|
|
|
15629
|
+
const $acf15af1dfd934ff$export$476179e7d34c5ddb = ()=>{
|
|
15630
|
+
const usedLoadZones = (0, $cdee3562a1fa264f$export$9b8881d67105457d)((0, $cd701400f17d4ede$export$62a321f0b5eed932));
|
|
15631
|
+
const availableLoadZones = (0, $cdee3562a1fa264f$export$9b8881d67105457d)((0, $90b0cfd5919312e7$export$15d5f46743a7d01c));
|
|
15632
|
+
return (0, $gkIgo$react.useMemo)(()=>{
|
|
15633
|
+
return usedLoadZones.map((loadZone)=>{
|
|
15634
|
+
const loadZoneData = availableLoadZones.find((item)=>item.k6_load_zone_id === loadZone.loadZone);
|
|
15635
|
+
if (!loadZoneData) return null;
|
|
15636
|
+
return {
|
|
15637
|
+
...loadZoneData,
|
|
15638
|
+
distribution: loadZone.percent,
|
|
15639
|
+
countryCode: (0, $4bac6ee95b8c8b72$export$ea0b53343d95e8c5)(loadZoneData)
|
|
15640
|
+
};
|
|
15641
|
+
}).filter((loadZone)=>loadZone !== null);
|
|
15642
|
+
}, [
|
|
15643
|
+
availableLoadZones,
|
|
15644
|
+
usedLoadZones
|
|
15645
|
+
]);
|
|
15646
|
+
};
|
|
15582
15647
|
|
|
15583
15648
|
|
|
15584
15649
|
|
|
15585
|
-
const $efeb6023758e4c8d$export$4202723ba73439f5 = /*#__PURE__*/ (0, $gkIgo$react.forwardRef)(({ props: props }, ref)=>/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("svg", {
|
|
15586
|
-
ref: ref,
|
|
15587
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
15588
|
-
width: "1em",
|
|
15589
|
-
height: "1em",
|
|
15590
|
-
viewBox: "0 0 11.04 11.041",
|
|
15591
|
-
...props,
|
|
15592
|
-
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("g", {
|
|
15593
|
-
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("g", {
|
|
15594
|
-
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("path", {
|
|
15595
|
-
fill: "currentColor",
|
|
15596
|
-
d: "M11.012 9.461a.431.431 0 1 0-.844.176.451.451 0 0 1-.091.378.438.438 0 0 1-.345.164H1.309a.438.438 0 0 1-.345-.164.451.451 0 0 1-.091-.378 4.765 4.765 0 0 1 4.533-3.774h.229a4.744 4.744 0 0 1 3.832 2.106.431.431 0 1 0 .716-.48A5.61 5.61 0 0 0 7.276 5.28a2.932 2.932 0 1 0-3.51 0A5.609 5.609 0 0 0 .028 9.461a1.31 1.31 0 0 0 1.281 1.58h8.423a1.31 1.31 0 0 0 1.281-1.58zM3.45 2.933A2.07 2.07 0 1 1 5.625 5h-.209A2.073 2.073 0 0 1 3.45 2.933z"
|
|
15597
|
-
})
|
|
15598
|
-
})
|
|
15599
|
-
})
|
|
15600
|
-
}));
|
|
15601
15650
|
|
|
15651
|
+
const $7091d48bbccc61e3$export$eb2fcfdbd7ba97d4 = /*#__PURE__*/ (0, ($parcel$interopDefault($gkIgo$styledcomponents))).div.withConfig({
|
|
15652
|
+
displayName: "TestMetaInformationstyles__Group",
|
|
15653
|
+
componentId: "sc-17lkpin-0"
|
|
15654
|
+
})([
|
|
15655
|
+
"display:flex;align-items:center;margin-right:10px;font-size:12px;color:",
|
|
15656
|
+
";white-space:nowrap;> span{font-weight:600;display:inline-flex;align-items:center;}svg{font-size:13px;color:",
|
|
15657
|
+
";margin-right:5px;}"
|
|
15658
|
+
], ({ theme: theme })=>theme.palette.text.primary, ({ theme: theme })=>(0, $gkIgo$materialuicore.alpha)(theme.palette.text.secondary, 0.5));
|
|
15659
|
+
const $7091d48bbccc61e3$export$42a852a2b6b56249 = /*#__PURE__*/ (0, ($parcel$interopDefault($gkIgo$styledcomponents))).div.withConfig({
|
|
15660
|
+
displayName: "TestMetaInformationstyles__Container",
|
|
15661
|
+
componentId: "sc-17lkpin-1"
|
|
15662
|
+
})([
|
|
15663
|
+
"display:flex;align-items:center;",
|
|
15664
|
+
":last-child{margin-right:0;}"
|
|
15665
|
+
], $7091d48bbccc61e3$export$eb2fcfdbd7ba97d4);
|
|
15602
15666
|
|
|
15603
15667
|
|
|
15604
15668
|
|
|
@@ -15622,97 +15686,138 @@ const $723b70ee4d7f62e8$export$1ae172e61ce3735b = /*#__PURE__*/ (0, $gkIgo$react
|
|
|
15622
15686
|
}));
|
|
15623
15687
|
|
|
15624
15688
|
|
|
15625
|
-
|
|
15626
|
-
|
|
15627
|
-
|
|
15628
|
-
|
|
15629
|
-
|
|
15630
|
-
|
|
15631
|
-
|
|
15632
|
-
|
|
15633
|
-
const
|
|
15634
|
-
|
|
15635
|
-
|
|
15689
|
+
|
|
15690
|
+
|
|
15691
|
+
|
|
15692
|
+
|
|
15693
|
+
|
|
15694
|
+
const $4e99116d1d1b712a$export$f4f5234705b8ee7d = ({ vuh: vuh })=>{
|
|
15695
|
+
const { vuh_usage: vuh_usage = 0, vuh_reduction_rate: vuh_reduction_rate = 0 } = vuh || {};
|
|
15696
|
+
const original = (0, $4bac6ee95b8c8b72$export$24567f54a9be5ab9)(vuh_usage / (1 - vuh_reduction_rate));
|
|
15697
|
+
const discounted = (0, $4bac6ee95b8c8b72$export$24567f54a9be5ab9)(vuh_usage);
|
|
15698
|
+
const reduction = (0, $4bac6ee95b8c8b72$export$c37640da124effef)(vuh_reduction_rate);
|
|
15699
|
+
const reductionText = reduction > 0 ? `; however, you were billed ${discounted} VUh due to a ${reduction}% discount applied based on the size of the test.` : '. This test run was not eligible for any discounts.';
|
|
15700
|
+
return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)($4e99116d1d1b712a$var$Container, {
|
|
15701
|
+
children: [
|
|
15702
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)("span", {
|
|
15703
|
+
children: [
|
|
15704
|
+
"Your test utilized ",
|
|
15705
|
+
original,
|
|
15706
|
+
" Virtual User Hours (VUh)",
|
|
15707
|
+
reductionText
|
|
15708
|
+
]
|
|
15709
|
+
}),
|
|
15710
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $cd402c1b3ca4b836$export$e816d7af81d48a79), {
|
|
15711
|
+
article: "vuhs",
|
|
15712
|
+
children: "Learn more about VUh"
|
|
15713
|
+
})
|
|
15714
|
+
]
|
|
15715
|
+
});
|
|
15716
|
+
};
|
|
15717
|
+
const $4e99116d1d1b712a$var$Container = /*#__PURE__*/ (0, ($parcel$interopDefault($gkIgo$styledcomponents))).div.withConfig({
|
|
15718
|
+
displayName: "VUhTooltipContent__Container",
|
|
15719
|
+
componentId: "sc-1lz5zhl-0"
|
|
15636
15720
|
})([
|
|
15637
|
-
"display:flex;
|
|
15638
|
-
|
|
15639
|
-
|
|
15640
|
-
|
|
15641
|
-
|
|
15642
|
-
|
|
15643
|
-
const
|
|
15644
|
-
const
|
|
15645
|
-
const
|
|
15646
|
-
|
|
15647
|
-
|
|
15648
|
-
|
|
15649
|
-
|
|
15650
|
-
|
|
15651
|
-
|
|
15652
|
-
|
|
15653
|
-
|
|
15654
|
-
|
|
15655
|
-
|
|
15656
|
-
|
|
15657
|
-
|
|
15658
|
-
|
|
15659
|
-
|
|
15660
|
-
|
|
15661
|
-
|
|
15662
|
-
if (formatted.length === 1) return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $gkIgo$reactjsxruntime.Fragment), {
|
|
15663
|
-
children: [
|
|
15664
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("span", {
|
|
15665
|
-
children: formatted
|
|
15666
|
-
}),
|
|
15667
|
-
"\xa0",
|
|
15668
|
-
totalTime >= 60 || totalTime === 0 ? 'min' : 's'
|
|
15669
|
-
]
|
|
15670
|
-
});
|
|
15671
|
-
const [min, s] = formatted;
|
|
15672
|
-
return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $gkIgo$reactjsxruntime.Fragment), {
|
|
15721
|
+
"display:flex;flex-direction:column;gap:12px;"
|
|
15722
|
+
]);
|
|
15723
|
+
|
|
15724
|
+
|
|
15725
|
+
|
|
15726
|
+
const $420b9b2911eb0b31$export$692b9323eea6a0ee = ()=>{
|
|
15727
|
+
const vuh_usage_legacy = (0, $cdee3562a1fa264f$export$9b8881d67105457d)((0, $c5bb589de61e43ba$export$e6bea69880c59e62));
|
|
15728
|
+
const metadata = (0, $cdee3562a1fa264f$export$9b8881d67105457d)((0, $90b0cfd5919312e7$export$3c947cbaab82b2b8));
|
|
15729
|
+
const vuh = metadata === null || metadata === void 0 ? void 0 : metadata.vuh;
|
|
15730
|
+
if (vuh_usage_legacy && !vuh) return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $7091d48bbccc61e3$export$eb2fcfdbd7ba97d4), {
|
|
15731
|
+
children: [
|
|
15732
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $723b70ee4d7f62e8$export$1ae172e61ce3735b), {}),
|
|
15733
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("span", {
|
|
15734
|
+
children: (0, $4bac6ee95b8c8b72$export$24567f54a9be5ab9)(vuh_usage_legacy)
|
|
15735
|
+
}),
|
|
15736
|
+
"\xa0VUh"
|
|
15737
|
+
]
|
|
15738
|
+
});
|
|
15739
|
+
if (!(vuh !== null && vuh !== void 0 && vuh.vuh_usage)) return null;
|
|
15740
|
+
return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $gkIgo$materialuicore.Tooltip), {
|
|
15741
|
+
title: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $4e99116d1d1b712a$export$f4f5234705b8ee7d), {
|
|
15742
|
+
vuh: vuh
|
|
15743
|
+
}),
|
|
15744
|
+
interactive: true,
|
|
15745
|
+
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $7091d48bbccc61e3$export$eb2fcfdbd7ba97d4), {
|
|
15673
15746
|
children: [
|
|
15747
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $723b70ee4d7f62e8$export$1ae172e61ce3735b), {}),
|
|
15674
15748
|
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("span", {
|
|
15675
|
-
children:
|
|
15676
|
-
}),
|
|
15677
|
-
"min\xa0",
|
|
15678
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("span", {
|
|
15679
|
-
children: s
|
|
15749
|
+
children: (0, $4bac6ee95b8c8b72$export$24567f54a9be5ab9)(vuh.vuh_usage)
|
|
15680
15750
|
}),
|
|
15681
|
-
"
|
|
15751
|
+
"\xa0VUh"
|
|
15682
15752
|
]
|
|
15683
|
-
})
|
|
15753
|
+
})
|
|
15754
|
+
});
|
|
15755
|
+
};
|
|
15756
|
+
|
|
15757
|
+
|
|
15758
|
+
|
|
15759
|
+
|
|
15760
|
+
|
|
15761
|
+
|
|
15762
|
+
|
|
15763
|
+
const $2808bbf5fa301afc$export$c57e9b2d8b9e4de = ()=>{
|
|
15764
|
+
const totalTime = (0, $cdee3562a1fa264f$export$9b8881d67105457d)((0, $c5bb589de61e43ba$export$e73da3986effb0a3));
|
|
15765
|
+
const formatted = (0, $gkIgo$react.useMemo)(()=>{
|
|
15766
|
+
return (0, $4bac6ee95b8c8b72$export$5a00511f040384d7)(totalTime).split(' ').map((value)=>(0, $4bac6ee95b8c8b72$export$362b9e721fb12a1b)(parseInt(value)));
|
|
15684
15767
|
}, [
|
|
15685
15768
|
totalTime
|
|
15686
15769
|
]);
|
|
15770
|
+
if (formatted.length === 1) return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)("span", {
|
|
15771
|
+
children: [
|
|
15772
|
+
formatted,
|
|
15773
|
+
" ",
|
|
15774
|
+
totalTime >= 60 || totalTime === 0 ? 'min' : 's'
|
|
15775
|
+
]
|
|
15776
|
+
});
|
|
15777
|
+
const [minutes, seconds] = formatted;
|
|
15778
|
+
return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $gkIgo$reactjsxruntime.Fragment), {
|
|
15779
|
+
children: [
|
|
15780
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("span", {
|
|
15781
|
+
children: minutes
|
|
15782
|
+
}),
|
|
15783
|
+
"min ",
|
|
15784
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)("span", {
|
|
15785
|
+
children: [
|
|
15786
|
+
seconds,
|
|
15787
|
+
"s"
|
|
15788
|
+
]
|
|
15789
|
+
})
|
|
15790
|
+
]
|
|
15791
|
+
});
|
|
15792
|
+
};
|
|
15793
|
+
|
|
15794
|
+
|
|
15795
|
+
const $f8c395600ab098d4$export$93f0f0dfc0a5be37 = ({ className: className })=>{
|
|
15796
|
+
const maxVUs = (0, $cdee3562a1fa264f$export$9b8881d67105457d)((0, $c5bb589de61e43ba$export$b7fc4be04e2b72c4));
|
|
15797
|
+
const loadZones = (0, $acf15af1dfd934ff$export$476179e7d34c5ddb)();
|
|
15687
15798
|
return /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $1ae39e1e435a2397$export$9bb8a8c9de09825e), {
|
|
15688
|
-
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)($
|
|
15799
|
+
children: /*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $7091d48bbccc61e3$export$42a852a2b6b56249), {
|
|
15689
15800
|
className: className,
|
|
15690
15801
|
children: [
|
|
15691
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.
|
|
15692
|
-
|
|
15693
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $723b70ee4d7f62e8$export$1ae172e61ce3735b), {}),
|
|
15694
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("span", {
|
|
15695
|
-
children: (0, $4bac6ee95b8c8b72$export$362b9e721fb12a1b)(vuhs)
|
|
15696
|
-
}),
|
|
15697
|
-
"\xa0VUh"
|
|
15698
|
-
]
|
|
15699
|
-
}),
|
|
15700
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)($02d0d7ea86297262$var$Group, {
|
|
15802
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $420b9b2911eb0b31$export$692b9323eea6a0ee), {}),
|
|
15803
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $7091d48bbccc61e3$export$eb2fcfdbd7ba97d4), {
|
|
15701
15804
|
children: [
|
|
15702
15805
|
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $efeb6023758e4c8d$export$4202723ba73439f5), {}),
|
|
15703
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.
|
|
15704
|
-
children:
|
|
15705
|
-
|
|
15706
|
-
|
|
15806
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)("span", {
|
|
15807
|
+
children: [
|
|
15808
|
+
(0, $4bac6ee95b8c8b72$export$362b9e721fb12a1b)(maxVUs),
|
|
15809
|
+
" Max VUs"
|
|
15810
|
+
]
|
|
15811
|
+
})
|
|
15707
15812
|
]
|
|
15708
15813
|
}),
|
|
15709
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)($
|
|
15814
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $7091d48bbccc61e3$export$eb2fcfdbd7ba97d4), {
|
|
15710
15815
|
children: [
|
|
15711
15816
|
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $4ec267c59d663827$export$8099ab97743c966c), {}),
|
|
15712
|
-
|
|
15817
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $2808bbf5fa301afc$export$c57e9b2d8b9e4de), {})
|
|
15713
15818
|
]
|
|
15714
15819
|
}),
|
|
15715
|
-
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)($
|
|
15820
|
+
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsxs)((0, $7091d48bbccc61e3$export$eb2fcfdbd7ba97d4), {
|
|
15716
15821
|
children: [
|
|
15717
15822
|
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)((0, $5d2d10fa1dcc08b7$export$8dedaee0e594ee0e), {}),
|
|
15718
15823
|
/*#__PURE__*/ (0, $gkIgo$reactjsxruntime.jsx)("span", {
|
|
@@ -15733,6 +15838,8 @@ const $02d0d7ea86297262$export$93f0f0dfc0a5be37 = ({ className: className })=>{
|
|
|
15733
15838
|
|
|
15734
15839
|
|
|
15735
15840
|
|
|
15841
|
+
|
|
15842
|
+
|
|
15736
15843
|
const $52252cf5ff51a4ba$export$398e9b43dc594d8e = (level, theme)=>{
|
|
15737
15844
|
switch(level){
|
|
15738
15845
|
case 'success':
|