@danikokonn/yarik-frontend-lib 2.0.49 → 2.0.51

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 (171) hide show
  1. package/dist/components/ActionDialog/ActionDialog.d.ts +1 -2
  2. package/dist/components/ActionDialog/ActionDialog.d.ts.map +1 -1
  3. package/dist/components/ActionDialog/ActionDialog.js +7 -18
  4. package/dist/components/ActionDialog/ActionDialogProps.d.ts +1 -1
  5. package/dist/components/ActionDialog/ActionDialogProps.d.ts.map +1 -1
  6. package/dist/components/ActionDialog/index.d.ts +2 -2
  7. package/dist/components/ActionDialog/index.d.ts.map +1 -1
  8. package/dist/components/ActionDialog/index.js +1 -1
  9. package/dist/components/ColumnSearchInput/ColumnSearchInput.d.ts +1 -2
  10. package/dist/components/ColumnSearchInput/ColumnSearchInput.d.ts.map +1 -1
  11. package/dist/components/ColumnSearchInput/ColumnSearchInput.js +5 -5
  12. package/dist/components/ColumnSearchInput/index.d.ts +2 -2
  13. package/dist/components/ColumnSearchInput/index.d.ts.map +1 -1
  14. package/dist/components/ColumnSearchInput/index.js +1 -1
  15. package/dist/components/DateTimeRangePicker/DateTimeRangePicker.d.ts +2 -3
  16. package/dist/components/DateTimeRangePicker/DateTimeRangePicker.d.ts.map +1 -1
  17. package/dist/components/DateTimeRangePicker/DateTimeRangePicker.js +39 -41
  18. package/dist/components/DateTimeRangePicker/index.d.ts +2 -2
  19. package/dist/components/DateTimeRangePicker/index.d.ts.map +1 -1
  20. package/dist/components/DateTimeRangePicker/index.js +1 -1
  21. package/dist/components/DatetimeRangeInput/DatetimeRangeInput.d.ts +1 -1
  22. package/dist/components/DatetimeRangeInput/DatetimeRangeInput.d.ts.map +1 -1
  23. package/dist/components/DatetimeRangeInput/DatetimeRangeInput.js +36 -42
  24. package/dist/components/DatetimeRangeInput/index.d.ts +2 -2
  25. package/dist/components/DatetimeRangeInput/index.d.ts.map +1 -1
  26. package/dist/components/DatetimeRangeInput/index.js +1 -1
  27. package/dist/components/Footer/Footer.d.ts +1 -2
  28. package/dist/components/Footer/Footer.d.ts.map +1 -1
  29. package/dist/components/Footer/Footer.js +3 -11
  30. package/dist/components/Footer/index.d.ts +1 -1
  31. package/dist/components/Footer/index.d.ts.map +1 -1
  32. package/dist/components/Footer/index.js +1 -1
  33. package/dist/components/IpAddressInput/IpAddressInput.d.ts +1 -2
  34. package/dist/components/IpAddressInput/IpAddressInput.d.ts.map +1 -1
  35. package/dist/components/IpAddressInput/IpAddressInput.js +5 -6
  36. package/dist/components/IpAddressInput/index.d.ts +2 -2
  37. package/dist/components/IpAddressInput/index.d.ts.map +1 -1
  38. package/dist/components/IpAddressInput/index.js +1 -1
  39. package/dist/components/IpAddressSwitchableInput/IpAddressSwitchableInput.d.ts +1 -2
  40. package/dist/components/IpAddressSwitchableInput/IpAddressSwitchableInput.d.ts.map +1 -1
  41. package/dist/components/IpAddressSwitchableInput/IpAddressSwitchableInput.js +2 -1
  42. package/dist/components/IpAddressSwitchableInput/index.d.ts +2 -2
  43. package/dist/components/IpAddressSwitchableInput/index.d.ts.map +1 -1
  44. package/dist/components/IpAddressSwitchableInput/index.js +1 -1
  45. package/dist/components/LocalizedDatetimePicker/LocalizedDatetimePicker.d.ts +1 -2
  46. package/dist/components/LocalizedDatetimePicker/LocalizedDatetimePicker.d.ts.map +1 -1
  47. package/dist/components/LocalizedDatetimePicker/LocalizedDatetimePicker.js +6 -6
  48. package/dist/components/LocalizedDatetimePicker/index.d.ts +2 -2
  49. package/dist/components/LocalizedDatetimePicker/index.d.ts.map +1 -1
  50. package/dist/components/LocalizedDatetimePicker/index.js +1 -1
  51. package/dist/components/Navigation/NavMenu.d.ts +2 -2
  52. package/dist/components/Navigation/NavMenu.d.ts.map +1 -1
  53. package/dist/components/Navigation/NavMenu.js +20 -25
  54. package/dist/components/Navigation/Navigation.d.ts +1 -2
  55. package/dist/components/Navigation/Navigation.d.ts.map +1 -1
  56. package/dist/components/Navigation/Navigation.js +107 -139
  57. package/dist/components/Navigation/index.d.ts +2 -2
  58. package/dist/components/Navigation/index.d.ts.map +1 -1
  59. package/dist/components/Navigation/index.js +1 -1
  60. package/dist/components/NumberRangeInput/NumberRangeInput.d.ts +1 -2
  61. package/dist/components/NumberRangeInput/NumberRangeInput.d.ts.map +1 -1
  62. package/dist/components/NumberRangeInput/NumberRangeInput.js +34 -39
  63. package/dist/components/NumberRangeInput/index.d.ts +2 -2
  64. package/dist/components/NumberRangeInput/index.d.ts.map +1 -1
  65. package/dist/components/NumberRangeInput/index.js +1 -1
  66. package/dist/components/PageWrapper/PageWrapper.d.ts +1 -2
  67. package/dist/components/PageWrapper/PageWrapper.d.ts.map +1 -1
  68. package/dist/components/PageWrapper/PageWrapper.js +4 -7
  69. package/dist/components/PageWrapper/index.d.ts +2 -2
  70. package/dist/components/PageWrapper/index.d.ts.map +1 -1
  71. package/dist/components/PageWrapper/index.js +1 -1
  72. package/dist/components/RichFilterTextField/FilterHistoryMenu.d.ts +1 -2
  73. package/dist/components/RichFilterTextField/FilterHistoryMenu.d.ts.map +1 -1
  74. package/dist/components/RichFilterTextField/FilterHistoryMenu.js +17 -31
  75. package/dist/components/RichFilterTextField/HintOptionsMenu.d.ts +4 -4
  76. package/dist/components/RichFilterTextField/HintOptionsMenu.d.ts.map +1 -1
  77. package/dist/components/RichFilterTextField/HintOptionsMenu.js +8 -10
  78. package/dist/components/RichFilterTextField/RichFilterTextField.d.ts +1 -2
  79. package/dist/components/RichFilterTextField/RichFilterTextField.d.ts.map +1 -1
  80. package/dist/components/RichFilterTextField/RichFilterTextField.js +40 -47
  81. package/dist/components/RichFilterTextField/index.d.ts +2 -2
  82. package/dist/components/RichFilterTextField/index.d.ts.map +1 -1
  83. package/dist/components/RichFilterTextField/index.js +1 -1
  84. package/dist/components/RichFilterTextField/utils.d.ts.map +1 -1
  85. package/dist/components/RichFilterTextField/utils.js +12 -4
  86. package/dist/components/SmartTable/RowContent.d.ts +2 -2
  87. package/dist/components/SmartTable/RowContent.d.ts.map +1 -1
  88. package/dist/components/SmartTable/RowContent.js +29 -31
  89. package/dist/components/SmartTable/SmartTable.d.ts +1 -2
  90. package/dist/components/SmartTable/SmartTable.d.ts.map +1 -1
  91. package/dist/components/SmartTable/SmartTable.js +52 -77
  92. package/dist/components/SmartTable/TableHeader.d.ts +1 -2
  93. package/dist/components/SmartTable/TableHeader.d.ts.map +1 -1
  94. package/dist/components/SmartTable/TableHeader.js +2 -2
  95. package/dist/components/SmartTable/index.d.ts +2 -2
  96. package/dist/components/SmartTable/index.d.ts.map +1 -1
  97. package/dist/components/SmartTable/index.js +1 -1
  98. package/dist/components/SortBtn/SortBtn.d.ts +1 -2
  99. package/dist/components/SortBtn/SortBtn.d.ts.map +1 -1
  100. package/dist/components/SortBtn/SortBtn.js +3 -2
  101. package/dist/components/SortBtn/index.d.ts +2 -2
  102. package/dist/components/SortBtn/index.d.ts.map +1 -1
  103. package/dist/components/SortBtn/index.js +1 -1
  104. package/dist/components/SubtaskItem/SubtaskItem.d.ts +1 -2
  105. package/dist/components/SubtaskItem/SubtaskItem.d.ts.map +1 -1
  106. package/dist/components/SubtaskItem/SubtaskItem.js +47 -57
  107. package/dist/components/SubtaskItem/SubtaskItemProps.d.ts +1 -1
  108. package/dist/components/SubtaskItem/SubtaskItemProps.d.ts.map +1 -1
  109. package/dist/components/SubtaskItem/index.d.ts +2 -2
  110. package/dist/components/SubtaskItem/index.d.ts.map +1 -1
  111. package/dist/components/SubtaskItem/index.js +1 -1
  112. package/dist/components/TaskLoader/TaskLoader.d.ts +1 -2
  113. package/dist/components/TaskLoader/TaskLoader.d.ts.map +1 -1
  114. package/dist/components/TaskLoader/TaskLoader.js +68 -92
  115. package/dist/components/TaskLoader/index.d.ts +2 -2
  116. package/dist/components/TaskLoader/index.d.ts.map +1 -1
  117. package/dist/components/TaskLoader/index.js +1 -1
  118. package/dist/components/TaskStateDialog/TaskStateDialog.d.ts +1 -2
  119. package/dist/components/TaskStateDialog/TaskStateDialog.d.ts.map +1 -1
  120. package/dist/components/TaskStateDialog/TaskStateDialog.js +27 -44
  121. package/dist/components/TaskStateDialog/index.d.ts +2 -2
  122. package/dist/components/TaskStateDialog/index.d.ts.map +1 -1
  123. package/dist/components/TaskStateDialog/index.js +1 -1
  124. package/dist/components/icons/GenerateAndRunIcon.d.ts +1 -2
  125. package/dist/components/icons/GenerateAndRunIcon.d.ts.map +1 -1
  126. package/dist/components/icons/GenerateAndRunIcon.js +4 -24
  127. package/dist/components/icons/GenerateIcon.d.ts +1 -2
  128. package/dist/components/icons/GenerateIcon.d.ts.map +1 -1
  129. package/dist/components/icons/GenerateIcon.js +4 -22
  130. package/dist/components/icons/IntegerIcon.d.ts +1 -2
  131. package/dist/components/icons/IntegerIcon.d.ts.map +1 -1
  132. package/dist/components/icons/IntegerIcon.js +4 -10
  133. package/dist/components/icons/ProcessingIcon.d.ts +1 -2
  134. package/dist/components/icons/ProcessingIcon.d.ts.map +1 -1
  135. package/dist/components/icons/ProcessingIcon.js +2 -12
  136. package/dist/components/icons/QueueIcon.d.ts +1 -2
  137. package/dist/components/icons/QueueIcon.d.ts.map +1 -1
  138. package/dist/components/icons/QueueIcon.js +4 -10
  139. package/dist/components/icons/RangeIcon.d.ts +1 -2
  140. package/dist/components/icons/RangeIcon.d.ts.map +1 -1
  141. package/dist/components/icons/RangeIcon.js +4 -10
  142. package/dist/components/icons/RunIcon.d.ts +1 -2
  143. package/dist/components/icons/RunIcon.d.ts.map +1 -1
  144. package/dist/components/icons/RunIcon.js +4 -13
  145. package/dist/components/icons/TextModeIcon.d.ts.map +1 -1
  146. package/dist/components/icons/TextModeIcon.js +2 -6
  147. package/dist/components/icons/index.d.ts +1 -2
  148. package/dist/components/icons/index.d.ts.map +1 -1
  149. package/dist/components/icons/index.js +1 -2
  150. package/dist/index.d.ts +2 -2
  151. package/dist/index.d.ts.map +1 -1
  152. package/dist/index.js +2 -2
  153. package/dist/providers/AirflowProvider.d.ts +1 -1
  154. package/dist/providers/AirflowProvider.d.ts.map +1 -1
  155. package/dist/providers/AirflowProvider.js +4 -3
  156. package/dist/providers/DagStateProvider.d.ts +1 -1
  157. package/dist/providers/DagStateProvider.d.ts.map +1 -1
  158. package/dist/providers/DagStateProvider.js +4 -3
  159. package/dist/providers/SessionProvider.d.ts +1 -1
  160. package/dist/providers/SessionProvider.d.ts.map +1 -1
  161. package/dist/providers/SessionProvider.js +4 -3
  162. package/dist/providers/SnackBarProvider.d.ts +1 -1
  163. package/dist/providers/SnackBarProvider.d.ts.map +1 -1
  164. package/dist/providers/SnackBarProvider.js +7 -8
  165. package/dist/providers/index.d.ts +4 -4
  166. package/dist/providers/index.d.ts.map +1 -1
  167. package/dist/providers/index.js +4 -4
  168. package/package.json +18 -16
  169. package/dist/components/icons/TreeModeIcon.d.ts +0 -5
  170. package/dist/components/icons/TreeModeIcon.d.ts.map +0 -1
  171. package/dist/components/icons/TreeModeIcon.js +0 -8
@@ -1,3 +1,8 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { getRequest, postRequest } from "@app/http";
3
+ import { useAirflowContext } from "@app/providers/AirflowProvider";
4
+ import { useDagRunStateContext } from "@app/providers/DagStateProvider";
5
+ import { formatDate, formatDuration, getCSRFToken, taskStateText, useDebounce, } from "@app/utils";
1
6
  import AccessTimeSharpIcon from "@mui/icons-material/AccessTimeSharp";
2
7
  import BlockSharpIcon from "@mui/icons-material/BlockSharp";
3
8
  import CheckCircleOutlineRoundedIcon from "@mui/icons-material/CheckCircleOutlineRounded";
@@ -9,24 +14,20 @@ import CircularProgress from "@mui/material/CircularProgress";
9
14
  import IconButton from "@mui/material/IconButton";
10
15
  import Typography from "@mui/material/Typography";
11
16
  import React, { useState } from "react";
12
- import { getRequest, postRequest } from "../../http";
13
- import { useAirflowContext } from "../../providers/AirflowProvider";
14
- import { useDagRunStateContext } from "../../providers/DagStateProvider";
15
- import { formatDate, formatDuration, getCSRFToken, taskStateText, useDebounce, } from "../../utils";
16
- import SubtaskItem from "../SubtaskItem/SubtaskItem";
17
17
  import ProcessingIcon from "../icons/ProcessingIcon";
18
+ import SubtaskItem from "../SubtaskItem/SubtaskItem";
18
19
  const taskStateIcon = (taskState) => {
19
20
  switch (taskState) {
20
21
  case "success":
21
- return React.createElement(CheckCircleOutlineRoundedIcon, { fontSize: "large", color: "success" });
22
+ return _jsx(CheckCircleOutlineRoundedIcon, { fontSize: "large", color: "success" });
22
23
  case "failed":
23
- return React.createElement(ErrorOutlineSharpIcon, { fontSize: "large", color: "error" });
24
+ return _jsx(ErrorOutlineSharpIcon, { fontSize: "large", color: "error" });
24
25
  case "queued":
25
- return React.createElement(AccessTimeSharpIcon, { fontSize: "large" });
26
+ return _jsx(AccessTimeSharpIcon, { fontSize: "large" });
26
27
  case "running":
27
- return React.createElement(CircularProgress, null);
28
+ return _jsx(CircularProgress, {});
28
29
  default:
29
- return React.createElement(BlockSharpIcon, { fontSize: "large" });
30
+ return _jsx(BlockSharpIcon, { fontSize: "large" });
30
31
  }
31
32
  };
32
33
  export default function TaskLoader({ style, subTitle, onUnauthorized, }) {
@@ -249,89 +250,64 @@ export default function TaskLoader({ style, subTitle, onUnauthorized, }) {
249
250
  }, 1550);
250
251
  }
251
252
  }, 200);
252
- return (React.createElement("div", { style: style },
253
- React.createElement(Typography, { variant: "h5", style: {
254
- marginBottom: "1.5rem",
255
- display: "flex",
256
- alignItems: "center",
257
- gap: "0.25rem",
258
- } },
259
- subTitle,
260
- " ",
261
- React.createElement(ProcessingIcon, null)),
262
- React.createElement("div", { style: {
263
- display: "flex",
264
- flexDirection: "column",
265
- justifyContent: "start",
266
- } },
267
- React.createElement("div", { style: { height: "10%", width: "auto", flex: "0 0 auto" } },
268
- React.createElement("div", { style: {
269
- display: "flex",
270
- justifyContent: "space-between",
271
- alignItems: "center",
272
- height: "100%",
273
- } },
274
- React.createElement("div", { style: {
275
- width: "auto",
276
- whiteSpace: "nowrap",
277
- overflow: "hidden",
278
- } },
279
- React.createElement("div", { style: { display: "flex", alignItems: "center", gap: "0.5rem" } },
280
- taskStateIcon(dagRun?.state),
281
- " ",
282
- React.createElement("span", null,
283
- taskStateText(dagRun?.state),
284
- dagRun?.state === "success"
285
- ? (formatEndDate.startsWith("вт") ? " во " : " в ") +
286
- formatEndDate +
287
- " за " +
288
- formatTaskDuration
289
- : ""))),
290
- React.createElement("div", { style: { width: "auto", flex: "0 0 auto" } },
291
- React.createElement("div", { style: {
253
+ return (_jsxs("div", { style: style, children: [_jsxs(Typography, { variant: "h5", style: {
254
+ marginBottom: "1.5rem",
255
+ display: "flex",
256
+ alignItems: "center",
257
+ gap: "0.25rem",
258
+ }, children: [subTitle, " ", _jsx(ProcessingIcon, {})] }), _jsxs("div", { style: {
259
+ display: "flex",
260
+ flexDirection: "column",
261
+ justifyContent: "start",
262
+ }, children: [_jsx("div", { style: { height: "10%", width: "auto", flex: "0 0 auto" }, children: _jsxs("div", { style: {
292
263
  display: "flex",
293
264
  justifyContent: "space-between",
294
- width: "auto",
295
- flex: "0 0 auto",
296
- gap: "0.25rem",
297
- } },
298
- React.createElement(IconButton, { id: "updateTaskStateBtn", color: "default", title: "\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435", size: "small", onClick: (e) => {
299
- setBlockControls(true);
300
- handleClick(e.currentTarget, () => {
301
- fetchState();
302
- updateActiveTask();
303
- }, "around");
304
- }, disabled: !airflowAvailable || blockContols, sx: {
305
- transition: "transform 0.5s linear",
306
- "&.around": {
307
- animation: "rotate-around 0.5s linear 0.1s 3 running",
308
- },
309
- } },
310
- React.createElement(SyncIcon, { fontSize: "large" })),
311
- React.createElement(IconButton, { id: "taskRestartBtn", color: "info", title: "\u041F\u0435\u0440\u0435\u0437\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0437\u0430\u0434\u0430\u0447\u0443", size: "small", disabled: !airflowAvailable ||
312
- dagRun?.state !== "failed" ||
313
- blockContols, onClick: (e) => {
314
- setBlockControls(true);
315
- handleClick(e.currentTarget, handleRestartLoad, "around");
316
- }, sx: {
317
- transition: "transform 0.5s linear",
318
- "&.around": {
319
- animation: "rotate-around 0.5s linear 0.1s 3 running",
320
- },
321
- } },
322
- React.createElement(RestartAltIcon, { fontSize: "large" })),
323
- React.createElement(IconButton, { color: "error", title: "\u041F\u0440\u0435\u0440\u0432\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u0447\u0443", size: "small", disabled: !airflowAvailable ||
324
- dagRun?.state !== "running" ||
325
- blockContols, onClick: () => {
326
- setBlockControls(true);
327
- handleStopLoad();
328
- } },
329
- React.createElement(StopRoundedIcon, { fontSize: "large" })))))),
330
- React.createElement("div", { style: { height: "90%", width: "auto", flex: "0 0 auto" } },
331
- React.createElement("div", { style: { maxHeight: "100%", overflow: "auto" } }, taskInstances?.taskInstances.map((ti, idx) => {
332
- return (React.createElement(SubtaskItem, { key: idx, taskInstance: ti, expanded: idx === activeTaskNumber, expandedLogContainerRef: idx === activeTaskNumber ? logContainerRef : undefined, onShowLogs: handleShowLogs, logs: logs[idx] != null ? logs[idx].content : "" }));
333
- })))),
334
- React.createElement("style", null, `
265
+ alignItems: "center",
266
+ height: "100%",
267
+ }, children: [_jsx("div", { style: {
268
+ width: "auto",
269
+ whiteSpace: "nowrap",
270
+ overflow: "hidden",
271
+ }, children: _jsxs("div", { style: { display: "flex", alignItems: "center", gap: "0.5rem" }, children: [taskStateIcon(dagRun?.state), " ", _jsxs("span", { children: [taskStateText(dagRun?.state), dagRun?.state === "success"
272
+ ? (formatEndDate.startsWith("вт") ? " во " : " в ") +
273
+ formatEndDate +
274
+ " за " +
275
+ formatTaskDuration
276
+ : ""] })] }) }), _jsx("div", { style: { width: "auto", flex: "0 0 auto" }, children: _jsxs("div", { style: {
277
+ display: "flex",
278
+ justifyContent: "space-between",
279
+ width: "auto",
280
+ flex: "0 0 auto",
281
+ gap: "0.25rem",
282
+ }, children: [_jsx(IconButton, { id: "updateTaskStateBtn", color: "default", title: "\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435", size: "small", onClick: (e) => {
283
+ setBlockControls(true);
284
+ handleClick(e.currentTarget, () => {
285
+ fetchState();
286
+ updateActiveTask();
287
+ }, "around");
288
+ }, disabled: !airflowAvailable || blockContols, sx: {
289
+ transition: "transform 0.5s linear",
290
+ "&.around": {
291
+ animation: "rotate-around 0.5s linear 0.1s 3 running",
292
+ },
293
+ }, children: _jsx(SyncIcon, { fontSize: "large" }) }), _jsx(IconButton, { id: "taskRestartBtn", color: "info", title: "\u041F\u0435\u0440\u0435\u0437\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0437\u0430\u0434\u0430\u0447\u0443", size: "small", disabled: !airflowAvailable ||
294
+ dagRun?.state !== "failed" ||
295
+ blockContols, onClick: (e) => {
296
+ setBlockControls(true);
297
+ handleClick(e.currentTarget, handleRestartLoad, "around");
298
+ }, sx: {
299
+ transition: "transform 0.5s linear",
300
+ "&.around": {
301
+ animation: "rotate-around 0.5s linear 0.1s 3 running",
302
+ },
303
+ }, children: _jsx(RestartAltIcon, { fontSize: "large" }) }), _jsx(IconButton, { color: "error", title: "\u041F\u0440\u0435\u0440\u0432\u0430\u0442\u044C \u0437\u0430\u0434\u0430\u0447\u0443", size: "small", disabled: !airflowAvailable ||
304
+ dagRun?.state !== "running" ||
305
+ blockContols, onClick: () => {
306
+ setBlockControls(true);
307
+ handleStopLoad();
308
+ }, children: _jsx(StopRoundedIcon, { fontSize: "large" }) })] }) })] }) }), _jsx("div", { style: { height: "90%", width: "auto", flex: "0 0 auto" }, children: _jsx("div", { style: { maxHeight: "100%", overflow: "auto" }, children: taskInstances?.taskInstances.map((ti, idx) => {
309
+ return (_jsx(SubtaskItem, { taskInstance: ti, expanded: idx === activeTaskNumber, expandedLogContainerRef: idx === activeTaskNumber ? logContainerRef : undefined, onShowLogs: handleShowLogs, logs: logs[idx] != null ? logs[idx].content : "" }, idx));
310
+ }) }) })] }), _jsx("style", { children: `
335
311
  @keyframes rotate-around {
336
312
  from {
337
313
  transform: rotate(0deg);
@@ -340,5 +316,5 @@ export default function TaskLoader({ style, subTitle, onUnauthorized, }) {
340
316
  transform: rotate(-360deg);
341
317
  }
342
318
  }
343
- `)));
319
+ ` })] }));
344
320
  }
@@ -1,5 +1,5 @@
1
- export { default } from "./TaskLoader";
2
1
  export * from "./TaskLoader";
3
- export { default as TaskLoaderProps } from "./TaskLoaderProps";
2
+ export { default } from "./TaskLoader";
4
3
  export * from "./TaskLoaderProps";
4
+ export { type default as TaskLoaderProps } from "./TaskLoaderProps";
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TaskLoader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,cAAc,cAAc,CAAC;AAE7B,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TaskLoader/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,KAAK,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -1,3 +1,3 @@
1
- export { default } from "./TaskLoader";
2
1
  export * from "./TaskLoader";
2
+ export { default } from "./TaskLoader";
3
3
  export * from "./TaskLoaderProps";
@@ -1,4 +1,3 @@
1
- import React from "react";
2
1
  import TaskStateDialogProps from "./TaskStateDialogProps";
3
- export default function TaskStateDialog({ taskTitle, subTitle, appendedTitle, visible, mousePos, disableClosing, additionalControls, disableTransition, onClose, onUnauthorized, }: TaskStateDialogProps): React.JSX.Element;
2
+ export default function TaskStateDialog({ taskTitle, subTitle, appendedTitle, visible, mousePos, disableClosing, additionalControls, disableTransition, onClose, onUnauthorized, }: TaskStateDialogProps): import("react/jsx-runtime").JSX.Element;
4
3
  //# sourceMappingURL=TaskStateDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TaskStateDialog.d.ts","sourceRoot":"","sources":["../../../src/components/TaskStateDialog/TaskStateDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuB1B,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAW1D,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,SAAS,EACT,QAAQ,EACR,aAAa,EACb,OAAO,EACP,QAAQ,EACR,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,OAAO,EACP,cAAc,GACf,EAAE,oBAAoB,qBA8LtB"}
1
+ {"version":3,"file":"TaskStateDialog.d.ts","sourceRoot":"","sources":["../../../src/components/TaskStateDialog/TaskStateDialog.tsx"],"names":[],"mappings":"AAOA,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAwB1D,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,SAAS,EACT,QAAQ,EACR,aAAa,EACb,OAAO,EACP,QAAQ,EACR,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EACjB,OAAO,EACP,cAAc,GACf,EAAE,oBAAoB,2CA8LtB"}
@@ -1,7 +1,10 @@
1
- import React from "react";
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { useTheme } from "@mui/material";
3
3
  import Dialog from "@mui/material/Dialog";
4
4
  import Zoom from "@mui/material/Zoom";
5
+ import React from "react";
6
+ import { useAirflowContext } from "../../providers/AirflowProvider";
7
+ import { useDagRunStateContext } from "../../providers/DagStateProvider";
5
8
  const AppBar = React.lazy(() => import("@mui/material/AppBar"));
6
9
  const Stack = React.lazy(() => import("@mui/material/Stack"));
7
10
  const Toolbar = React.lazy(() => import("@mui/material/Toolbar"));
@@ -12,10 +15,8 @@ const Badge = React.lazy(() => import("@mui/material/Badge"));
12
15
  const CloseIcon = React.lazy(() => import("@mui/icons-material/Close"));
13
16
  const CircularProgress = React.lazy(() => import("@mui/material/CircularProgress"));
14
17
  const TaskLoader = React.lazy(() => import("../TaskLoader/TaskLoader"));
15
- import { useAirflowContext } from "../../providers/AirflowProvider";
16
- import { useDagRunStateContext } from "../../providers/DagStateProvider";
17
18
  const Transition = React.forwardRef(function Transition(props, ref) {
18
- return React.createElement(Zoom, { ref: ref, ...props });
19
+ return _jsx(Zoom, { ref: ref, ...props });
19
20
  });
20
21
  export default function TaskStateDialog({ taskTitle, subTitle, appendedTitle, visible, mousePos, disableClosing, additionalControls, disableTransition, onClose, onUnauthorized, }) {
21
22
  const theme = useTheme();
@@ -42,13 +43,13 @@ export default function TaskStateDialog({ taskTitle, subTitle, appendedTitle, vi
42
43
  const currentTabControls = dagRun &&
43
44
  additionalControls &&
44
45
  additionalControls.find((v) => v.dagId === dagRun.dagId);
45
- const DialogLoadingProgress = () => (React.createElement(CircularProgress, { sx: {
46
+ const DialogLoadingProgress = () => (_jsx(CircularProgress, { sx: {
46
47
  position: "absolute",
47
48
  top: "50%",
48
49
  left: "50%",
49
50
  transform: "translate(-50%, -50%)",
50
51
  }, color: "inherit" }));
51
- return (React.createElement(Dialog, { fullScreen: true, open: visible, onClose: () => onClose(), transitionDuration: 500, slots: {
52
+ return (_jsx(Dialog, { fullScreen: true, open: visible, onClose: () => onClose(), transitionDuration: 500, slots: {
52
53
  transition: disableTransition ? undefined : Transition,
53
54
  }, slotProps: {
54
55
  paper: {
@@ -68,42 +69,24 @@ export default function TaskStateDialog({ taskTitle, subTitle, appendedTitle, vi
68
69
  setLoading(true);
69
70
  },
70
71
  },
71
- } },
72
- React.createElement(React.Suspense, { fallback: React.createElement(React.Fragment, null) },
73
- React.createElement(AppBar, { sx: { position: "relative" }, color: color },
74
- React.createElement(Toolbar, null,
75
- React.createElement(IconButton, { disabled: disableClosing, edge: "start", color: "inherit", onClick: () => onClose(), "aria-label": "close" },
76
- React.createElement(CloseIcon, null)),
77
- React.createElement(Stack, { sx: {
78
- ml: 2,
79
- flex: 1,
80
- flexWrap: "nowrap",
81
- whiteSpace: "nowrap",
82
- textOverflow: "ellipsis",
83
- overflow: "hidden",
84
- }, direction: "row", gap: 1 }, airflowAvailable ? (React.createElement(React.Fragment, null,
85
- React.createElement(Typography, { variant: "h6" }, taskTitle),
86
- appendedTitle && (React.createElement(Tooltip, { title: appendedTitle },
87
- React.createElement(Typography, { color: "orange", variant: "h6" }, appendedTitle))),
88
- React.createElement(Typography, { variant: "h6" }, "\u2014"),
89
- React.createElement(Typography, { variant: "h6" }, dagStateText))) : (React.createElement(Typography, { variant: "h6" },
90
- React.createElement(Tooltip, { title: "Airflow \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D - \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0435 \u0438\u0437\u0432\u0435\u0441\u0442\u043D\u043E\u0435 \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435 \u0437\u0430\u0434\u0430\u0447\u0438" },
91
- React.createElement(Badge, { color: "warning", variant: "dot" }, `${taskTitle} - ${dagStateText}`))))))),
92
- loading ? (React.createElement(DialogLoadingProgress, null)) : (React.createElement(React.Fragment, null, dagRun && taskInstances ? (React.createElement(Stack, { direction: "column", sx: {
93
- justifyContent: "space-between",
94
- height: "-webkit-fill-available",
95
- } },
96
- React.createElement(TaskLoader, { subTitle: subTitle, onUnauthorized: onUnauthorized, style: {
97
- margin: "3rem",
98
- height: "-webkit-fill-available",
99
- } }),
100
- React.createElement(Stack, { spacing: 1, direction: "row", sx: {
101
- justifyContent: "end",
102
- alignItems: "center",
103
- margin: "1.5rem 3rem",
104
- } },
105
- dagRun.state === "success" ? ((currentTabControls?.onSuccess &&
106
- currentTabControls.onSuccess(dagRun.conf?.table_name || "")) || React.createElement(React.Fragment, null)) : (React.createElement(React.Fragment, null)),
107
- dagRun.state === "failed" ? ((currentTabControls?.onFailure &&
108
- currentTabControls.onFailure(dagRun.conf?.rule_uuid || "", dagRun.dagId, dagRun.conf?.start_date || "", dagRun.conf?.end_date || "", dagRun.conf?.table_name || "")) || React.createElement(React.Fragment, null)) : (React.createElement(React.Fragment, null))))) : (React.createElement("span", { style: { margin: "3rem" } }, airflowAvailable && isActive ? (React.createElement(DialogLoadingProgress, null)) : airflowAvailable ? (React.createElement(Typography, null, "\u041D\u0435\u0442 \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u044F")) : (React.createElement(Typography, null, "Airflow \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D")))))))));
72
+ }, children: _jsxs(React.Suspense, { fallback: _jsx(_Fragment, {}), children: [_jsx(AppBar, { sx: { position: "relative" }, color: color, children: _jsxs(Toolbar, { children: [_jsx(IconButton, { disabled: disableClosing, edge: "start", color: "inherit", onClick: () => onClose(), "aria-label": "close", children: _jsx(CloseIcon, {}) }), _jsx(Stack, { sx: {
73
+ ml: 2,
74
+ flex: 1,
75
+ flexWrap: "nowrap",
76
+ whiteSpace: "nowrap",
77
+ textOverflow: "ellipsis",
78
+ overflow: "hidden",
79
+ }, direction: "row", gap: 1, children: airflowAvailable ? (_jsxs(_Fragment, { children: [_jsx(Typography, { variant: "h6", children: taskTitle }), appendedTitle && (_jsx(Tooltip, { title: appendedTitle, children: _jsx(Typography, { color: "orange", variant: "h6", children: appendedTitle }) })), _jsx(Typography, { variant: "h6", children: "\u2014" }), _jsx(Typography, { variant: "h6", children: dagStateText })] })) : (_jsx(Typography, { variant: "h6", children: _jsx(Tooltip, { title: "Airflow \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D - \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0435 \u0438\u0437\u0432\u0435\u0441\u0442\u043D\u043E\u0435 \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435 \u0437\u0430\u0434\u0430\u0447\u0438", children: _jsx(Badge, { color: "warning", variant: "dot", children: `${taskTitle} - ${dagStateText}` }) }) })) })] }) }), loading ? (_jsx(DialogLoadingProgress, {})) : (_jsx(_Fragment, { children: dagRun && taskInstances ? (_jsxs(Stack, { direction: "column", sx: {
80
+ justifyContent: "space-between",
81
+ height: "-webkit-fill-available",
82
+ }, children: [_jsx(TaskLoader, { subTitle: subTitle, onUnauthorized: onUnauthorized, style: {
83
+ margin: "3rem",
84
+ height: "-webkit-fill-available",
85
+ } }), _jsxs(Stack, { spacing: 1, direction: "row", sx: {
86
+ justifyContent: "end",
87
+ alignItems: "center",
88
+ margin: "1.5rem 3rem",
89
+ }, children: [dagRun.state === "success" ? ((currentTabControls?.onSuccess &&
90
+ currentTabControls.onSuccess(dagRun.conf?.table_name || "")) || _jsx(_Fragment, {})) : (_jsx(_Fragment, {})), dagRun.state === "failed" ? ((currentTabControls?.onFailure &&
91
+ currentTabControls.onFailure(dagRun.conf?.rule_uuid || "", dagRun.dagId, dagRun.conf?.start_date || "", dagRun.conf?.end_date || "", dagRun.conf?.table_name || "")) || _jsx(_Fragment, {})) : (_jsx(_Fragment, {}))] })] })) : (_jsx("span", { style: { margin: "3rem" }, children: airflowAvailable && isActive ? (_jsx(DialogLoadingProgress, {})) : airflowAvailable ? (_jsx(Typography, { children: "\u041D\u0435\u0442 \u0441\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u044F" })) : (_jsx(Typography, { children: "Airflow \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D" })) })) }))] }) }));
109
92
  }
@@ -1,5 +1,5 @@
1
- export { default } from "./TaskStateDialog";
2
1
  export * from "./TaskStateDialog";
3
- export { default as TaskStateDialogProps } from "./TaskStateDialogProps";
2
+ export { default } from "./TaskStateDialog";
4
3
  export * from "./TaskStateDialogProps";
4
+ export { type default as TaskStateDialogProps } from "./TaskStateDialogProps";
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TaskStateDialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAElC,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TaskStateDialog/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,cAAc,wBAAwB,CAAC;AACvC,OAAO,EAAE,KAAK,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -1,3 +1,3 @@
1
- export { default } from "./TaskStateDialog";
2
1
  export * from "./TaskStateDialog";
2
+ export { default } from "./TaskStateDialog";
3
3
  export * from "./TaskStateDialogProps";
@@ -1,8 +1,7 @@
1
1
  import { SvgIconOwnProps } from "@mui/material";
2
- import React from "react";
3
2
  interface GenerateAndRunIconProps extends SvgIconOwnProps {
4
3
  disabled?: boolean;
5
4
  }
6
- declare const GenerateAndRunIcon: ({ disabled, ...props }: GenerateAndRunIconProps) => React.JSX.Element;
5
+ declare const GenerateAndRunIcon: ({ disabled, ...props }: GenerateAndRunIconProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default GenerateAndRunIcon;
8
7
  //# sourceMappingURL=GenerateAndRunIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GenerateAndRunIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/GenerateAndRunIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,eAAe,CAAC;AACzE,OAAO,KAAK,MAAM,OAAO,CAAC;AAoH1B,UAAU,uBAAwB,SAAQ,eAAe;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,kBAAkB,GAAI,wBAGzB,uBAAuB,sBAezB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"GenerateAndRunIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/GenerateAndRunIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,eAAe,CAAC;AAoHzE,UAAU,uBAAwB,SAAQ,eAAe;IACvD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,kBAAkB,GAAI,wBAGzB,uBAAuB,4CAezB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -1,32 +1,12 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import { createSvgIcon, useTheme } from "@mui/material";
2
- import React from "react";
3
- const GenerateAndRunSvgIcon = createSvgIcon(React.createElement("svg", { width: "38", height: "38", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 38 38", preserveAspectRatio: "xMidYMid", version: "1.1" },
4
- React.createElement("g", { className: "layer", display: "inline" },
5
- React.createElement("g", { id: "s", transform: "translate(-0.02 -0.02) matrix(1.63693 0 0 1.63225 -3.38016 7.32488)" },
6
- React.createElement("g", { id: "svg_1", transform: "translate(-4.12903 0.709677) matrix(0.6025 0 0 0.666969 4.40055 -6.10281)" },
7
- React.createElement("g", { id: "svg_2" },
8
- React.createElement("path", { d: "m4.38,30.62l0,0c-0.66,0 -1.38,-0.51 -1.38,-1.62l0,-26c0,-1.11 0.72,-1.62 1.38,-1.62c0.29,0 0.57,0.08 0.86,0.25l22.73,13.01c0.54,0.3 0.85,0.79 0.85,1.34c0,0.56 -0.32,1.07 -0.88,1.38l-22.7,13.01c-0.29,0.17 -0.57,0.25 -0.86,0.25zm0.62,-26.82l0,24.4l21.31,-12.21l-21.31,-12.19z", fill: "var(--disabled, #2e7d32)", id: "svg_4", stroke: "#ce5858", strokeWidth: "0", transform: "matrix(1 0 0 1 0 0)" }),
9
- React.createElement("path", { d: "m4.74,2.5c-0.47,-0.28 -0.74,-0.05 -0.74,0.5l0,26c0,0.55 0.27,0.78 0.74,0.5l22.7,-13c0.48,-0.28 0.51,-0.72 0.04,-1l-22.74,-13z", fill: "var(--disabled, #2e7d32)", id: "svg_3", stroke: "#ce5858", strokeWidth: "0", transform: "matrix(1 0 0 1 0 0)" }),
10
- React.createElement("g", { id: "svg_55", transform: "translate(0.0430663 0) matrix(1 0 0 1 6.4897 3.12924e-7)" },
11
- React.createElement("g", { id: "svg_56" },
12
- React.createElement("g", { id: "svg_57" },
13
- React.createElement("path", { d: "m4.41,2.5c-0.47,-0.28 -0.74,-0.05 -0.74,0.5l0,26c0,0.55 0.27,0.78 0.74,0.5l22.7,-13c0.48,-0.28 0.51,-0.72 0.04,-1l-22.74,-13z", fill: "var(--disabled, currentColor)", id: "svg_58", stroke: "#ce5858", strokeWidth: "0", transform: "matrix(1 0 0 1 0 0)" }),
14
- React.createElement("path", { d: "m4.38,30.62l0,0c-0.66,0 -1.38,-0.51 -1.38,-1.62l0,-26c0,-1.11 0.72,-1.62 1.38,-1.62c0.29,0 0.57,0.08 0.86,0.25l22.73,13.01c0.54,0.3 0.85,0.79 0.85,1.34c0,0.56 -0.32,1.07 -0.88,1.38l-22.7,13.01c-0.29,0.17 -0.57,0.25 -0.86,0.25zm0.62,-26.82l0,24.4l21.31,-12.21l-21.31,-12.19z", fill: "var(--disabled, currentColor)", id: "svg_59", stroke: "#ce5858", strokeWidth: "0" }))))),
15
- React.createElement("g", { id: "svg_67", transform: "matrix(1 0 0 1 -0.559006 -0.621116)" },
16
- React.createElement("g", { id: "svg_11", transform: "translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0 -0.0421585) matrix(1.62212 0 0 1.46081 -6.57878 -8.38586)" },
17
- React.createElement("g", { id: "svg_12" },
18
- React.createElement("g", { id: "svg_5" },
19
- React.createElement("line", { fill: "var(--disabled, #2e7d32)", id: "svg_6", stroke: "#ce5858", strokeWidth: "0", x1: "28", x2: "20", y1: "26", y2: "26" }),
20
- React.createElement("path", { d: "m28,27l-8,0c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1l8,0c0.55,0 1,0.45 1,1s-0.45,1 -1,1z", fill: "var(--disabled, #2e7d32)", id: "svg_7", stroke: "#ce5858", strokeWidth: "0" })),
21
- React.createElement("g", { id: "svg_8" },
22
- React.createElement("line", { fill: "var(--disabled, #2e7d32)", id: "svg_9", stroke: "#ce5858", strokeWidth: "0", x1: "24", x2: "24", y1: "22", y2: "30" }),
23
- React.createElement("path", { d: "m24,31c-0.55,0 -1,-0.45 -1,-1l0,-8c0,-0.55 0.45,-1 1,-1s1,0.45 1,1l0,8c0,0.55 -0.45,1 -1,1z", fill: "var(--disabled, #2e7d32)", id: "svg_10", stroke: "#ce5858", strokeWidth: "0" }))))))))), "GenerateAndRunSvgIcon");
3
+ const GenerateAndRunSvgIcon = createSvgIcon(_jsx("svg", { width: "38", height: "38", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 38 38", preserveAspectRatio: "xMidYMid", version: "1.1", children: _jsx("g", { className: "layer", display: "inline", children: _jsx("g", { id: "s", transform: "translate(-0.02 -0.02) matrix(1.63693 0 0 1.63225 -3.38016 7.32488)", children: _jsxs("g", { id: "svg_1", transform: "translate(-4.12903 0.709677) matrix(0.6025 0 0 0.666969 4.40055 -6.10281)", children: [_jsxs("g", { id: "svg_2", children: [_jsx("path", { d: "m4.38,30.62l0,0c-0.66,0 -1.38,-0.51 -1.38,-1.62l0,-26c0,-1.11 0.72,-1.62 1.38,-1.62c0.29,0 0.57,0.08 0.86,0.25l22.73,13.01c0.54,0.3 0.85,0.79 0.85,1.34c0,0.56 -0.32,1.07 -0.88,1.38l-22.7,13.01c-0.29,0.17 -0.57,0.25 -0.86,0.25zm0.62,-26.82l0,24.4l21.31,-12.21l-21.31,-12.19z", fill: "var(--disabled, #2e7d32)", id: "svg_4", stroke: "#ce5858", strokeWidth: "0", transform: "matrix(1 0 0 1 0 0)" }), _jsx("path", { d: "m4.74,2.5c-0.47,-0.28 -0.74,-0.05 -0.74,0.5l0,26c0,0.55 0.27,0.78 0.74,0.5l22.7,-13c0.48,-0.28 0.51,-0.72 0.04,-1l-22.74,-13z", fill: "var(--disabled, #2e7d32)", id: "svg_3", stroke: "#ce5858", strokeWidth: "0", transform: "matrix(1 0 0 1 0 0)" }), _jsx("g", { id: "svg_55", transform: "translate(0.0430663 0) matrix(1 0 0 1 6.4897 3.12924e-7)", children: _jsx("g", { id: "svg_56", children: _jsxs("g", { id: "svg_57", children: [_jsx("path", { d: "m4.41,2.5c-0.47,-0.28 -0.74,-0.05 -0.74,0.5l0,26c0,0.55 0.27,0.78 0.74,0.5l22.7,-13c0.48,-0.28 0.51,-0.72 0.04,-1l-22.74,-13z", fill: "var(--disabled, currentColor)", id: "svg_58", stroke: "#ce5858", strokeWidth: "0", transform: "matrix(1 0 0 1 0 0)" }), _jsx("path", { d: "m4.38,30.62l0,0c-0.66,0 -1.38,-0.51 -1.38,-1.62l0,-26c0,-1.11 0.72,-1.62 1.38,-1.62c0.29,0 0.57,0.08 0.86,0.25l22.73,13.01c0.54,0.3 0.85,0.79 0.85,1.34c0,0.56 -0.32,1.07 -0.88,1.38l-22.7,13.01c-0.29,0.17 -0.57,0.25 -0.86,0.25zm0.62,-26.82l0,24.4l21.31,-12.21l-21.31,-12.19z", fill: "var(--disabled, currentColor)", id: "svg_59", stroke: "#ce5858", strokeWidth: "0" })] }) }) })] }), _jsx("g", { id: "svg_67", transform: "matrix(1 0 0 1 -0.559006 -0.621116)", children: _jsx("g", { id: "svg_11", transform: "translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0 -0.0421585) matrix(1.62212 0 0 1.46081 -6.57878 -8.38586)", children: _jsxs("g", { id: "svg_12", children: [_jsxs("g", { id: "svg_5", children: [_jsx("line", { fill: "var(--disabled, #2e7d32)", id: "svg_6", stroke: "#ce5858", strokeWidth: "0", x1: "28", x2: "20", y1: "26", y2: "26" }), _jsx("path", { d: "m28,27l-8,0c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1l8,0c0.55,0 1,0.45 1,1s-0.45,1 -1,1z", fill: "var(--disabled, #2e7d32)", id: "svg_7", stroke: "#ce5858", strokeWidth: "0" })] }), _jsxs("g", { id: "svg_8", children: [_jsx("line", { fill: "var(--disabled, #2e7d32)", id: "svg_9", stroke: "#ce5858", strokeWidth: "0", x1: "24", x2: "24", y1: "22", y2: "30" }), _jsx("path", { d: "m24,31c-0.55,0 -1,-0.45 -1,-1l0,-8c0,-0.55 0.45,-1 1,-1s1,0.45 1,1l0,8c0,0.55 -0.45,1 -1,1z", fill: "var(--disabled, #2e7d32)", id: "svg_10", stroke: "#ce5858", strokeWidth: "0" })] })] }) }) })] }) }) }) }), "GenerateAndRunSvgIcon");
24
4
  // todo: Обобщить, создать хук
25
5
  const GenerateAndRunIcon = ({ disabled, ...props }) => {
26
6
  const theme = useTheme();
27
- return disabled ? (React.createElement(GenerateAndRunSvgIcon, { sx: {
7
+ return disabled ? (_jsx(GenerateAndRunSvgIcon, { sx: {
28
8
  "--disabled": theme.vars?.palette.action.disabled || theme.palette.action.disabled,
29
9
  ...props.sx,
30
- }, ...props })) : (React.createElement(GenerateAndRunSvgIcon, { ...props }));
10
+ }, ...props })) : (_jsx(GenerateAndRunSvgIcon, { ...props }));
31
11
  };
32
12
  export default GenerateAndRunIcon;
@@ -1,8 +1,7 @@
1
1
  import { SvgIconOwnProps } from "@mui/material";
2
- import React from "react";
3
2
  interface GenerateIconProps extends SvgIconOwnProps {
4
3
  disabled?: boolean;
5
4
  }
6
- declare const GenerateIcon: ({ disabled, ...props }: GenerateIconProps) => React.JSX.Element;
5
+ declare const GenerateIcon: ({ disabled, ...props }: GenerateIconProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default GenerateIcon;
8
7
  //# sourceMappingURL=GenerateIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GenerateIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/GenerateIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,eAAe,CAAC;AACzE,OAAO,KAAK,MAAM,OAAO,CAAC;AAoG1B,UAAU,iBAAkB,SAAQ,eAAe;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,YAAY,GAAI,wBAAwB,iBAAiB,sBAe9D,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"GenerateIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/GenerateIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,eAAe,CAAC;AAoGzE,UAAU,iBAAkB,SAAQ,eAAe;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,YAAY,GAAI,wBAAwB,iBAAiB,4CAe9D,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1,30 +1,12 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import { createSvgIcon, useTheme } from "@mui/material";
2
- import React from "react";
3
- const GenerateSvgIcon = createSvgIcon(React.createElement("svg", { width: "38", height: "38", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 38 38", preserveAspectRatio: "xMidYMid", version: "1.1" },
4
- React.createElement("g", { className: "layer", display: "inline" },
5
- React.createElement("g", { id: "s", transform: "translate(-0.02 -0.02) matrix(1.63693 0 0 1.63225 -3.38016 7.32488)" },
6
- React.createElement("g", { id: "svg_1", transform: "translate(-4.12903 0.709677) matrix(0.6025 0 0 0.666969 4.40055 -6.10281)" },
7
- React.createElement("g", { id: "svg_2" },
8
- React.createElement("g", { id: "svg_55", transform: "translate(0.0430663 0) matrix(1 0 0 1 6.4897 3.12924e-7)" },
9
- React.createElement("g", { id: "svg_56" },
10
- React.createElement("g", { id: "svg_57" },
11
- React.createElement("path", { d: "m4.41,2.5c-0.47,-0.28 -0.74,-0.05 -0.74,0.5l0,26c0,0.55 0.27,0.78 0.74,0.5l22.7,-13c0.48,-0.28 0.51,-0.72 0.04,-1l-22.74,-13z", fill: "var(--disabled, currentColor)", id: "svg_58", stroke: "#ce5858", strokeWidth: "0", transform: "matrix(1 0 0 1 0 0)" }),
12
- React.createElement("path", { d: "m4.38,30.62l0,0c-0.66,0 -1.38,-0.51 -1.38,-1.62l0,-26c0,-1.11 0.72,-1.62 1.38,-1.62c0.29,0 0.57,0.08 0.86,0.25l22.73,13.01c0.54,0.3 0.85,0.79 0.85,1.34c0,0.56 -0.32,1.07 -0.88,1.38l-22.7,13.01c-0.29,0.17 -0.57,0.25 -0.86,0.25zm0.62,-26.82l0,24.4l21.31,-12.21l-21.31,-12.19z", fill: "var(--disabled, currentColor)", id: "svg_59", stroke: "#ce5858", strokeWidth: "0" }))))),
13
- React.createElement("g", { id: "svg_67", transform: "matrix(1 0 0 1 -0.559006 -0.621116)" },
14
- React.createElement("g", { id: "svg_11", transform: "translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0 -0.0421585) matrix(1.62212 0 0 1.46081 -6.57878 -8.38586)" },
15
- React.createElement("g", { id: "svg_12" },
16
- React.createElement("g", { id: "svg_5" },
17
- React.createElement("line", { fill: "var(--disabled, #2e7d32)", id: "svg_6", stroke: "#ce5858", strokeWidth: "0", x1: "28", x2: "20", y1: "26", y2: "26" }),
18
- React.createElement("path", { d: "m28,27l-8,0c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1l8,0c0.55,0 1,0.45 1,1s-0.45,1 -1,1z", fill: "var(--disabled, #2e7d32)", id: "svg_7", stroke: "#ce5858", strokeWidth: "0" })),
19
- React.createElement("g", { id: "svg_8" },
20
- React.createElement("line", { fill: "var(--disabled, #2e7d32)", id: "svg_9", stroke: "#ce5858", strokeWidth: "0", x1: "24", x2: "24", y1: "22", y2: "30" }),
21
- React.createElement("path", { d: "m24,31c-0.55,0 -1,-0.45 -1,-1l0,-8c0,-0.55 0.45,-1 1,-1s1,0.45 1,1l0,8c0,0.55 -0.45,1 -1,1z", fill: "var(--disabled, #2e7d32)", id: "svg_10", stroke: "#ce5858", strokeWidth: "0" }))))))))), "GenerateSvgIcon");
3
+ const GenerateSvgIcon = createSvgIcon(_jsx("svg", { width: "38", height: "38", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 38 38", preserveAspectRatio: "xMidYMid", version: "1.1", children: _jsx("g", { className: "layer", display: "inline", children: _jsx("g", { id: "s", transform: "translate(-0.02 -0.02) matrix(1.63693 0 0 1.63225 -3.38016 7.32488)", children: _jsxs("g", { id: "svg_1", transform: "translate(-4.12903 0.709677) matrix(0.6025 0 0 0.666969 4.40055 -6.10281)", children: [_jsx("g", { id: "svg_2", children: _jsx("g", { id: "svg_55", transform: "translate(0.0430663 0) matrix(1 0 0 1 6.4897 3.12924e-7)", children: _jsx("g", { id: "svg_56", children: _jsxs("g", { id: "svg_57", children: [_jsx("path", { d: "m4.41,2.5c-0.47,-0.28 -0.74,-0.05 -0.74,0.5l0,26c0,0.55 0.27,0.78 0.74,0.5l22.7,-13c0.48,-0.28 0.51,-0.72 0.04,-1l-22.74,-13z", fill: "var(--disabled, currentColor)", id: "svg_58", stroke: "#ce5858", strokeWidth: "0", transform: "matrix(1 0 0 1 0 0)" }), _jsx("path", { d: "m4.38,30.62l0,0c-0.66,0 -1.38,-0.51 -1.38,-1.62l0,-26c0,-1.11 0.72,-1.62 1.38,-1.62c0.29,0 0.57,0.08 0.86,0.25l22.73,13.01c0.54,0.3 0.85,0.79 0.85,1.34c0,0.56 -0.32,1.07 -0.88,1.38l-22.7,13.01c-0.29,0.17 -0.57,0.25 -0.86,0.25zm0.62,-26.82l0,24.4l21.31,-12.21l-21.31,-12.19z", fill: "var(--disabled, currentColor)", id: "svg_59", stroke: "#ce5858", strokeWidth: "0" })] }) }) }) }), _jsx("g", { id: "svg_67", transform: "matrix(1 0 0 1 -0.559006 -0.621116)", children: _jsx("g", { id: "svg_11", transform: "translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0.0421585 0) translate(0 -0.0421585) matrix(1.62212 0 0 1.46081 -6.57878 -8.38586)", children: _jsxs("g", { id: "svg_12", children: [_jsxs("g", { id: "svg_5", children: [_jsx("line", { fill: "var(--disabled, #2e7d32)", id: "svg_6", stroke: "#ce5858", strokeWidth: "0", x1: "28", x2: "20", y1: "26", y2: "26" }), _jsx("path", { d: "m28,27l-8,0c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1l8,0c0.55,0 1,0.45 1,1s-0.45,1 -1,1z", fill: "var(--disabled, #2e7d32)", id: "svg_7", stroke: "#ce5858", strokeWidth: "0" })] }), _jsxs("g", { id: "svg_8", children: [_jsx("line", { fill: "var(--disabled, #2e7d32)", id: "svg_9", stroke: "#ce5858", strokeWidth: "0", x1: "24", x2: "24", y1: "22", y2: "30" }), _jsx("path", { d: "m24,31c-0.55,0 -1,-0.45 -1,-1l0,-8c0,-0.55 0.45,-1 1,-1s1,0.45 1,1l0,8c0,0.55 -0.45,1 -1,1z", fill: "var(--disabled, #2e7d32)", id: "svg_10", stroke: "#ce5858", strokeWidth: "0" })] })] }) }) })] }) }) }) }), "GenerateSvgIcon");
22
4
  // todo: Обобщить, создать хук
23
5
  const GenerateIcon = ({ disabled, ...props }) => {
24
6
  const theme = useTheme();
25
- return disabled ? (React.createElement(GenerateSvgIcon, { sx: {
7
+ return disabled ? (_jsx(GenerateSvgIcon, { sx: {
26
8
  "--disabled": theme.vars?.palette.action.disabled || theme.palette.action.disabled,
27
9
  ...props.sx,
28
- }, ...props })) : (React.createElement(GenerateSvgIcon, { ...props }));
10
+ }, ...props })) : (_jsx(GenerateSvgIcon, { ...props }));
29
11
  };
30
12
  export default GenerateIcon;
@@ -1,8 +1,7 @@
1
1
  import { SvgIconOwnProps } from "@mui/material";
2
- import React from "react";
3
2
  interface IntegerIconProps extends SvgIconOwnProps {
4
3
  disabled?: boolean;
5
4
  }
6
- declare const IntegerIcon: ({ disabled, ...props }: IntegerIconProps) => React.JSX.Element;
5
+ declare const IntegerIcon: ({ disabled, ...props }: IntegerIconProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export default IntegerIcon;
8
7
  //# sourceMappingURL=IntegerIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IntegerIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/IntegerIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,eAAe,CAAC;AACzE,OAAO,KAAK,MAAM,OAAO,CAAC;AAyB1B,UAAU,gBAAiB,SAAQ,eAAe;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,WAAW,GAAI,wBAAwB,gBAAgB,sBAe5D,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"IntegerIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/IntegerIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,eAAe,EAAY,MAAM,eAAe,CAAC;AAyBzE,UAAU,gBAAiB,SAAQ,eAAe;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,WAAW,GAAI,wBAAwB,gBAAgB,4CAe5D,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,18 +1,12 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import { createSvgIcon, useTheme } from "@mui/material";
2
- import React from "react";
3
- const IntegerSvgIcon = createSvgIcon(React.createElement("svg", { fill: "var(--disabled, currentColor)", viewBox: "0 0 32 32", id: "icon", xmlns: "http://www.w3.org/2000/svg", stroke: "var(--disabled, currentColor)" },
4
- React.createElement("g", { id: "SVGRepo_bgCarrier", strokeWidth: "0" }),
5
- React.createElement("g", { id: "SVGRepo_tracerCarrier", strokeLinecap: "round", strokeLinejoin: "round" }),
6
- React.createElement("g", { id: "SVGRepo_iconCarrier" },
7
- React.createElement("path", { d: "M26,12H22v2h4v2H23v2h3v2H22v2h4a2.0027,2.0027,0,0,0,2-2V14A2.0023,2.0023,0,0,0,26,12Z" }),
8
- React.createElement("path", { d: "M19,22H13V18a2.002,2.002,0,0,1,2-2h2V14H13V12h4a2.0023,2.0023,0,0,1,2,2v2a2.0023,2.0023,0,0,1-2,2H15v2h4Z" }),
9
- React.createElement("polygon", { points: "8 20 8 12 6 12 6 13 4 13 4 15 6 15 6 20 4 20 4 22 10 22 10 20 8 20" }))), "IntegerSvgIcon");
3
+ const IntegerSvgIcon = createSvgIcon(_jsxs("svg", { fill: "var(--disabled, currentColor)", viewBox: "0 0 32 32", id: "icon", xmlns: "http://www.w3.org/2000/svg", stroke: "var(--disabled, currentColor)", children: [_jsx("g", { id: "SVGRepo_bgCarrier", strokeWidth: "0" }), _jsx("g", { id: "SVGRepo_tracerCarrier", strokeLinecap: "round", strokeLinejoin: "round" }), _jsxs("g", { id: "SVGRepo_iconCarrier", children: [_jsx("path", { d: "M26,12H22v2h4v2H23v2h3v2H22v2h4a2.0027,2.0027,0,0,0,2-2V14A2.0023,2.0023,0,0,0,26,12Z" }), _jsx("path", { d: "M19,22H13V18a2.002,2.002,0,0,1,2-2h2V14H13V12h4a2.0023,2.0023,0,0,1,2,2v2a2.0023,2.0023,0,0,1-2,2H15v2h4Z" }), _jsx("polygon", { points: "8 20 8 12 6 12 6 13 4 13 4 15 6 15 6 20 4 20 4 22 10 22 10 20 8 20" })] })] }), "IntegerSvgIcon");
10
4
  // todo: Обобщить, создать хук
11
5
  const IntegerIcon = ({ disabled, ...props }) => {
12
6
  const theme = useTheme();
13
- return disabled ? (React.createElement(IntegerSvgIcon, { sx: {
7
+ return disabled ? (_jsx(IntegerSvgIcon, { sx: {
14
8
  "--disabled": theme.vars?.palette.action.disabled || theme.palette.action.disabled,
15
9
  ...props.sx,
16
- }, ...props })) : (React.createElement(IntegerSvgIcon, { ...props }));
10
+ }, ...props })) : (_jsx(IntegerSvgIcon, { ...props }));
17
11
  };
18
12
  export default IntegerIcon;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- export default function ProcessingIcon(): React.JSX.Element;
1
+ export default function ProcessingIcon(): import("react/jsx-runtime").JSX.Element;
3
2
  //# sourceMappingURL=ProcessingIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProcessingIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ProcessingIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,OAAO,UAAU,cAAc,sBAqErC"}
1
+ {"version":3,"file":"ProcessingIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ProcessingIcon.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,cAAc,4CAqErC"}
@@ -1,15 +1,5 @@
1
- import React from "react";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { SvgIcon } from "@mui/material";
3
3
  export default function ProcessingIcon() {
4
- return (React.createElement(SvgIcon, { fontSize: "large" },
5
- React.createElement("svg", { version: "1.0", xmlns: "http://www.w3.org/2000/svg", width: "512.000000pt", height: "512.000000pt", viewBox: "0 0 512.000000 512.000000", preserveAspectRatio: "xMidYMid meet" },
6
- React.createElement("g", { transform: "translate(0.000000,512.000000) scale(0.100000,-0.100000)", fill: "#000000", stroke: "none" },
7
- React.createElement("path", { d: "M1385 4215 l-25 -24 0 -351 0 -351 25 -24 24 -25 1151 0 1151 0 24\r\n 25 25 24 0 351 0 351 -25 24 -24 25 -1151 0 -1151 0 -24 -25z m2215 -375 l0\r\n -240 -1040 0 -1040 0 0 240 0 240 1040 0 1040 0 0 -240z" }),
8
- React.createElement("path", { d: "M924 4068 c-23 -11 -44 -48 -44 -77 0 -10 9 -30 21 -45 l20 -26 -316\r\n 0 -316 0 -24 -25 c-33 -32 -33 -78 0 -110 l24 -25 316 0 316 0 -20 -26 c-44\r\n -56 -8 -134 61 -134 27 0 47 15 135 103 138 138 138 136 0 274 -106 106 -124\r\n 115 -173 91z" }),
9
- React.createElement("path", { d: "M3946 3897 c-34 -34 -34 -79 -1 -112 23 -24 30 -25 143 -25 153 0\r\n 218 -12 319 -61 216 -104 340 -339 305 -580 -26 -181 -143 -340 -305 -418\r\n -101 -49 -166 -61 -319 -61 -113 0 -120 -1 -143 -25 -33 -33 -33 -78 1 -112\r\n l26 -26 161 5 c137 5 174 9 239 30 118 39 203 92 294 182 90 90 143 175 182\r\n 294 22 67 26 94 26 212 0 118 -4 145 -26 212 -39 119 -92 204 -182 294 -91 90\r\n -176 143 -294 182 -65 21 -102 25 -239 30 l-161 5 -26 -26z" }),
10
- React.createElement("path", { d: "M1385 2935 l-25 -24 0 -351 0 -351 25 -24 24 -25 429 0 c419 0 430 0\r\n 456 21 37 29 37 89 0 118 -26 20 -37 21 -400 21 l-374 0 0 240 0 240 1040 0\r\n 1040 0 0 -240 0 -240 -369 0 -370 0 -27 -23 c-20 -17 -27 -33 -27 -57 0 -24 7\r\n -40 27 -57 l27 -23 425 0 425 0 24 25 25 24 0 351 0 351 -25 24 -24 25 -1151\r\n 0 -1151 0 -24 -25z" }),
11
- React.createElement("path", { d: "M835 2629 c-142 -24 -270 -92 -381 -203 -90 -90 -143 -175 -182 -294\r\n -22 -67 -26 -94 -26 -212 0 -118 4 -145 26 -212 39 -119 92 -204 182 -294 91\r\n -90 176 -143 294 -182 65 -21 102 -25 239 -30 l161 -5 26 26 c34 34 34 79 1\r\n 112 -23 24 -30 25 -143 25 -65 0 -145 5 -178 11 -94 17 -213 81 -289 155 -270\r\n 268 -194 725 148 893 100 48 165 61 319 61 113 0 120 1 143 25 16 15 25 36 25\r\n 55 0 19 -9 40 -25 55 -23 24 -28 25 -157 24 -73 -1 -155 -5 -183 -10z" }),
12
- React.createElement("path", { d: "M2505 2295 c-50 -49 -15 -135 55 -135 41 0 80 39 80 80 0 41 -39 80\r\n -80 80 -19 0 -40 -9 -55 -25z" }),
13
- React.createElement("path", { d: "M1385 1655 l-25 -24 0 -351 0 -351 25 -24 24 -25 1151 0 1151 0 24\r\n 25 25 24 0 351 0 351 -25 24 -24 25 -1151 0 -1151 0 -24 -25z m2215 -375 l0\r\n -240 -1040 0 -1040 0 0 240 0 240 1040 0 1040 0 0 -240z" }),
14
- React.createElement("path", { d: "M4604 1508 c-23 -11 -44 -48 -44 -77 0 -10 9 -30 21 -45 l20 -26\r\n -316 0 -316 0 -24 -25 c-33 -32 -33 -78 0 -110 l24 -25 316 0 316 0 -20 -26\r\n c-44 -56 -8 -134 61 -134 27 0 47 15 135 103 90 90 103 107 103 137 0 30 -13\r\n 47 -103 137 -106 106 -124 115 -173 91z" })))));
4
+ return (_jsx(SvgIcon, { fontSize: "large", children: _jsx("svg", { version: "1.0", xmlns: "http://www.w3.org/2000/svg", width: "512.000000pt", height: "512.000000pt", viewBox: "0 0 512.000000 512.000000", preserveAspectRatio: "xMidYMid meet", children: _jsxs("g", { transform: "translate(0.000000,512.000000) scale(0.100000,-0.100000)", fill: "#000000", stroke: "none", children: [_jsx("path", { d: "M1385 4215 l-25 -24 0 -351 0 -351 25 -24 24 -25 1151 0 1151 0 24\r\n 25 25 24 0 351 0 351 -25 24 -24 25 -1151 0 -1151 0 -24 -25z m2215 -375 l0\r\n -240 -1040 0 -1040 0 0 240 0 240 1040 0 1040 0 0 -240z" }), _jsx("path", { d: "M924 4068 c-23 -11 -44 -48 -44 -77 0 -10 9 -30 21 -45 l20 -26 -316\r\n 0 -316 0 -24 -25 c-33 -32 -33 -78 0 -110 l24 -25 316 0 316 0 -20 -26 c-44\r\n -56 -8 -134 61 -134 27 0 47 15 135 103 138 138 138 136 0 274 -106 106 -124\r\n 115 -173 91z" }), _jsx("path", { d: "M3946 3897 c-34 -34 -34 -79 -1 -112 23 -24 30 -25 143 -25 153 0\r\n 218 -12 319 -61 216 -104 340 -339 305 -580 -26 -181 -143 -340 -305 -418\r\n -101 -49 -166 -61 -319 -61 -113 0 -120 -1 -143 -25 -33 -33 -33 -78 1 -112\r\n l26 -26 161 5 c137 5 174 9 239 30 118 39 203 92 294 182 90 90 143 175 182\r\n 294 22 67 26 94 26 212 0 118 -4 145 -26 212 -39 119 -92 204 -182 294 -91 90\r\n -176 143 -294 182 -65 21 -102 25 -239 30 l-161 5 -26 -26z" }), _jsx("path", { d: "M1385 2935 l-25 -24 0 -351 0 -351 25 -24 24 -25 429 0 c419 0 430 0\r\n 456 21 37 29 37 89 0 118 -26 20 -37 21 -400 21 l-374 0 0 240 0 240 1040 0\r\n 1040 0 0 -240 0 -240 -369 0 -370 0 -27 -23 c-20 -17 -27 -33 -27 -57 0 -24 7\r\n -40 27 -57 l27 -23 425 0 425 0 24 25 25 24 0 351 0 351 -25 24 -24 25 -1151\r\n 0 -1151 0 -24 -25z" }), _jsx("path", { d: "M835 2629 c-142 -24 -270 -92 -381 -203 -90 -90 -143 -175 -182 -294\r\n -22 -67 -26 -94 -26 -212 0 -118 4 -145 26 -212 39 -119 92 -204 182 -294 91\r\n -90 176 -143 294 -182 65 -21 102 -25 239 -30 l161 -5 26 26 c34 34 34 79 1\r\n 112 -23 24 -30 25 -143 25 -65 0 -145 5 -178 11 -94 17 -213 81 -289 155 -270\r\n 268 -194 725 148 893 100 48 165 61 319 61 113 0 120 1 143 25 16 15 25 36 25\r\n 55 0 19 -9 40 -25 55 -23 24 -28 25 -157 24 -73 -1 -155 -5 -183 -10z" }), _jsx("path", { d: "M2505 2295 c-50 -49 -15 -135 55 -135 41 0 80 39 80 80 0 41 -39 80\r\n -80 80 -19 0 -40 -9 -55 -25z" }), _jsx("path", { d: "M1385 1655 l-25 -24 0 -351 0 -351 25 -24 24 -25 1151 0 1151 0 24\r\n 25 25 24 0 351 0 351 -25 24 -24 25 -1151 0 -1151 0 -24 -25z m2215 -375 l0\r\n -240 -1040 0 -1040 0 0 240 0 240 1040 0 1040 0 0 -240z" }), _jsx("path", { d: "M4604 1508 c-23 -11 -44 -48 -44 -77 0 -10 9 -30 21 -45 l20 -26\r\n -316 0 -316 0 -24 -25 c-33 -32 -33 -78 0 -110 l24 -25 316 0 316 0 -20 -26\r\n c-44 -56 -8 -134 61 -134 27 0 47 15 135 103 90 90 103 107 103 137 0 30 -13\r\n 47 -103 137 -106 106 -124 115 -173 91z" })] }) }) }));
15
5
  }