@cartanova/qgrid-cli 1.4.0 → 1.5.1

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 (28) hide show
  1. package/bundle/dist/application/qgrid/pool.js +6 -3
  2. package/bundle/dist/application/qgrid/worker.js +1 -1
  3. package/bundle/src/application/qgrid/pool.ts +6 -2
  4. package/bundle/src/application/qgrid/worker.ts +1 -1
  5. package/bundle/web-dist/client/assets/copy-dnxfhGiF.js +1 -0
  6. package/bundle/web-dist/client/assets/index-BVj-Wxnl.css +1 -0
  7. package/bundle/web-dist/client/assets/index-C8rLkdK0.js +116 -0
  8. package/bundle/web-dist/client/assets/logs-BhPrkIxX.js +1 -0
  9. package/bundle/web-dist/client/assets/preload-helper-ca-nBW7U.js +1 -0
  10. package/bundle/web-dist/client/assets/routes-C8VZv8Ii.js +5 -0
  11. package/bundle/web-dist/client/assets/show-QSjdjp8w.js +29 -0
  12. package/bundle/web-dist/client/assets/tokens-BX0VO0Os.js +1 -0
  13. package/bundle/web-dist/client/index.html +3 -2
  14. package/bundle/web-dist/server/assets/copy-C9YkjJVm.js +42 -0
  15. package/bundle/web-dist/server/assets/lazyRouteComponent-Dyl_0WZs.js +1982 -0
  16. package/bundle/web-dist/server/assets/logs-bLRMIO1J.js +244 -0
  17. package/bundle/web-dist/server/assets/{routes-Dx59lTlD.js → routes-qwzTPLE2.js} +14 -388
  18. package/bundle/web-dist/server/assets/{show-BEFi1cKV.js → show-CvoILmu3.js} +237 -33
  19. package/bundle/web-dist/server/assets/{tokens-Dyi6qMmP.js → tokens-BWmL4GfT.js} +2 -40
  20. package/bundle/web-dist/server/entry-server.generated.js +70 -2008
  21. package/dist/cli.js +25 -4
  22. package/package.json +1 -1
  23. package/bundle/web-dist/client/assets/index-BP0XRvKL.css +0 -1
  24. package/bundle/web-dist/client/assets/index-CgXTSTgN.js +0 -116
  25. package/bundle/web-dist/client/assets/routes-DvViUcG1.js +0 -5
  26. package/bundle/web-dist/client/assets/show-CFGLH8f_.js +0 -29
  27. package/bundle/web-dist/client/assets/tokens-Bib8aQbc.js +0 -1
  28. /package/bundle/web-dist/client/assets/{services.generated-CAJQk7Wk.js → services.generated-1X7EKUWg.js} +0 -0
@@ -5,12 +5,13 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/sonamu.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Qgrid</title>
8
- <script type="module" crossorigin src="/assets/index-CgXTSTgN.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-C8rLkdK0.js"></script>
9
9
  <link rel="modulepreload" crossorigin href="/assets/rolldown-runtime-Dw2cE7zH.js">
10
+ <link rel="modulepreload" crossorigin href="/assets/preload-helper-ca-nBW7U.js">
10
11
  <link rel="modulepreload" crossorigin href="/assets/vendor-react-DH4kUfK2.js">
11
12
  <link rel="modulepreload" crossorigin href="/assets/vendor-tanstack-CUxlo6YN.js">
12
13
  <link rel="modulepreload" crossorigin href="/assets/sd.generated-CkJCx4Bp.js">
13
- <link rel="stylesheet" crossorigin href="/assets/index-BP0XRvKL.css">
14
+ <link rel="stylesheet" crossorigin href="/assets/index-BVj-Wxnl.css">
14
15
  </head>
15
16
  <body>
16
17
  <div id="root"></div>
@@ -0,0 +1,42 @@
1
+ import { S as require_react, x as require_jsx_runtime } from "./sd.generated-BeEKgSOs.js";
2
+ require_react();
3
+ var import_jsx_runtime = require_jsx_runtime();
4
+ var lucideCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
5
+ viewBox: "0 0 24 24",
6
+ width: "1.2em",
7
+ height: "1.2em",
8
+ ...props,
9
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
10
+ fill: "none",
11
+ stroke: "currentColor",
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ strokeWidth: 2,
15
+ d: "M20 6L9 17l-5-5"
16
+ })
17
+ });
18
+ //#endregion
19
+ //#region ~icons/lucide/copy.jsx
20
+ var lucideCopy = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", {
21
+ viewBox: "0 0 24 24",
22
+ width: "1.2em",
23
+ height: "1.2em",
24
+ ...props,
25
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", {
26
+ fill: "none",
27
+ stroke: "currentColor",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round",
30
+ strokeWidth: 2,
31
+ children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", {
32
+ width: 14,
33
+ height: 14,
34
+ x: 8,
35
+ y: 8,
36
+ rx: 2,
37
+ ry: 2
38
+ }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" })]
39
+ })
40
+ });
41
+ //#endregion
42
+ export { lucideCheck as n, lucideCopy as t };