plc-prisma 5.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/README.md +87 -0
  2. package/build/child.js +82915 -0
  3. package/build/index.js +2168 -0
  4. package/build/prisma_schema_build_bg.wasm +0 -0
  5. package/build/public/assets/alert.60ea9f84.svg +5 -0
  6. package/build/public/assets/array.1a36c222.svg +4 -0
  7. package/build/public/assets/boolean.9188b434.svg +4 -0
  8. package/build/public/assets/chevron-down.24f76e3c.svg +3 -0
  9. package/build/public/assets/cross.c2610cf5.svg +11 -0
  10. package/build/public/assets/datetime.a3bf710a.svg +4 -0
  11. package/build/public/assets/download.8d34b65a.svg +4 -0
  12. package/build/public/assets/ellipsis.a8c5a34a.svg +10 -0
  13. package/build/public/assets/enum.7ec0b64c.svg +6 -0
  14. package/build/public/assets/folder.d77b8eaf.svg +6 -0
  15. package/build/public/assets/hamburger.5fdadeac.svg +4 -0
  16. package/build/public/assets/index.js +1 -0
  17. package/build/public/assets/inter-all-400-normal.4c1f8a0d.woff +0 -0
  18. package/build/public/assets/inter-all-600-normal.d0a7c8a9.woff +0 -0
  19. package/build/public/assets/inter-cyrillic-400-normal.ac97a49e.woff2 +0 -0
  20. package/build/public/assets/inter-cyrillic-600-normal.2c917f10.woff2 +0 -0
  21. package/build/public/assets/inter-cyrillic-ext-400-normal.f21a6a97.woff2 +0 -0
  22. package/build/public/assets/inter-cyrillic-ext-600-normal.bb31f197.woff2 +0 -0
  23. package/build/public/assets/inter-greek-400-normal.e9163df8.woff2 +0 -0
  24. package/build/public/assets/inter-greek-600-normal.e644d70f.woff2 +0 -0
  25. package/build/public/assets/inter-greek-ext-400-normal.43addcc8.woff2 +0 -0
  26. package/build/public/assets/inter-greek-ext-600-normal.7f437016.woff2 +0 -0
  27. package/build/public/assets/inter-latin-400-normal.27ae72da.woff2 +0 -0
  28. package/build/public/assets/inter-latin-600-normal.87d718a2.woff2 +0 -0
  29. package/build/public/assets/inter-latin-ext-400-normal.5b02c69a.woff2 +0 -0
  30. package/build/public/assets/inter-latin-ext-600-normal.88feb9e4.woff2 +0 -0
  31. package/build/public/assets/inter-vietnamese-600-normal.8185dacd.woff2 +0 -0
  32. package/build/public/assets/jetbrains-mono-all-400-normal.f86807b7.woff +0 -0
  33. package/build/public/assets/jetbrains-mono-cyrillic-400-normal.1ae57fe2.woff2 +0 -0
  34. package/build/public/assets/jetbrains-mono-latin-400-normal.80a5dc9e.woff2 +0 -0
  35. package/build/public/assets/jetbrains-mono-latin-ext-400-normal.6315c53c.woff2 +0 -0
  36. package/build/public/assets/logotype.a960b169.svg +4 -0
  37. package/build/public/assets/number.85ddf96b.svg +7 -0
  38. package/build/public/assets/object.0ba944a6.svg +5 -0
  39. package/build/public/assets/play.8811691e.svg +6 -0
  40. package/build/public/assets/plus.8fbf7ad3.svg +4 -0
  41. package/build/public/assets/refresh.d5448ccc.svg +4 -0
  42. package/build/public/assets/search.2ed766ce.svg +7 -0
  43. package/build/public/assets/settings.5ad25af2.svg +8 -0
  44. package/build/public/assets/string.ea615a24.svg +4 -0
  45. package/build/public/assets/tick-indeterminate.aec8a44d.svg +3 -0
  46. package/build/public/assets/tick.8cbb6a93.svg +4 -0
  47. package/build/public/assets/vendor.js +393 -0
  48. package/build/public/favicon.svg +5 -0
  49. package/build/public/http/databrowser.js +1 -0
  50. package/build/public/http/splash.js +1 -0
  51. package/build/public/icon-1024.png +0 -0
  52. package/build/public/index.css +1 -0
  53. package/build/public/pages/http/databrowser.html +21 -0
  54. package/build/public/pages/http/splash.html +21 -0
  55. package/build/xdg-open +1066 -0
  56. package/package.json +131 -0
  57. package/preinstall/index.js +7 -0
  58. package/prisma-client/README.md +27 -0
  59. package/prisma-client/edge.d.ts +1 -0
  60. package/prisma-client/edge.js +3 -0
  61. package/prisma-client/extension.d.ts +1 -0
  62. package/prisma-client/extension.js +3 -0
  63. package/prisma-client/index-browser.js +3 -0
  64. package/prisma-client/index.d.ts +1 -0
  65. package/prisma-client/index.js +3 -0
  66. package/prisma-client/package.json +180 -0
  67. package/prisma-client/scripts/colors.js +176 -0
  68. package/prisma-client/scripts/default-deno-edge.ts +10 -0
  69. package/prisma-client/scripts/default-edge.js +12 -0
  70. package/prisma-client/scripts/default-index-browser.js +12 -0
  71. package/prisma-client/scripts/default-index.d.ts +110 -0
  72. package/prisma-client/scripts/get-packed-client.js +12 -0
  73. package/prisma-client/scripts/postinstall.d.ts +5 -0
  74. package/prisma-client/scripts/postinstall.js +404 -0
  75. package/scripts/preinstall-entry.js +10 -0
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M12 9V13" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M12 17H12.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24"
2
+ xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99999 0H0V24H7.99999V21H4.00001V3H7.99999V0ZM16 0V3H19.9999V21H16V24H24V0H16Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24"
2
+ xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.85714 5C3.07006 5 0 8.13402 0 12C0 15.866 3.07006 19 6.85714 19H17.143C20.9299 19 24 15.866 24 12C24 8.13402 20.9299 5 17.143 5H6.85714ZM6.85714 17.25C9.69746 17.25 12 14.8995 12 12C12 9.10051 9.69746 6.75 6.85714 6.75C4.01683 6.75 1.7143 9.10051 1.7143 12C1.7143 14.8995 4.01683 17.25 6.85714 17.25Z" />
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 9 7" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.5 7L8.39711 0.25H0.602886L4.5 7Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg
2
+ width="24"
3
+ height="24"
4
+ viewBox="0 0 24 24"
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ >
7
+ <path
8
+ d="M8.70711 7.29289C8.31658 6.90237 7.68342 6.90237 7.29289 7.29289C6.90237 7.68342 6.90237 8.31658 7.29289 8.70711L8.70711 7.29289ZM15.7782 17.1924C16.1687 17.5829 16.8019 17.5829 17.1924 17.1924C17.5829 16.8019 17.5829 16.1687 17.1924 15.7782L15.7782 17.1924ZM7.29289 15.7782C6.90237 16.1687 6.90237 16.8019 7.29289 17.1924C7.68342 17.5829 8.31658 17.5829 8.70711 17.1924L7.29289 15.7782ZM17.1924 8.70711C17.5829 8.31658 17.5829 7.68342 17.1924 7.29289C16.8019 6.90237 16.1687 6.90237 15.7782 7.29289L17.1924 8.70711ZM7.29289 8.70711L15.7782 17.1924L17.1924 15.7782L8.70711 7.29289L7.29289 8.70711ZM8.70711 17.1924L17.1924 8.70711L15.7782 7.29289L7.29289 15.7782L8.70711 17.1924Z"
9
+ fill="currentColor"
10
+ />
11
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M4 10V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V10H4ZM0 6C0 2.68629 2.68629 0 6 0H18C21.3137 0 24 2.68629 24 6V18C24 21.3137 21.3137 24 18 24H6C2.68629 24 0 21.3137 0 18V6Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.875 16.9722L12 21.25M12 21.25L16.125 16.9722M12 21.25V11.625" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M20.8773 17.125C21.7462 16.5127 22.3978 15.6389 22.7375 14.6303C23.0773 13.6217 23.0874 12.5309 22.7666 11.5162C22.4458 10.5014 21.8107 9.6155 20.9534 8.987C20.0961 8.3585 19.0612 8.02011 17.999 8.02095H16.7398C16.4392 6.84701 15.8767 5.7567 15.0948 4.8321C14.3129 3.90751 13.3319 3.17272 12.2256 2.68306C11.1193 2.1934 9.91659 1.96162 8.70798 2.00518C7.49937 2.04873 6.31637 2.36649 5.24803 2.93452C4.1797 3.50255 3.25387 4.30606 2.54025 5.28455C1.82663 6.26304 1.34382 7.39102 1.12815 8.58356C0.912487 9.77611 0.969594 11.0021 1.29517 12.1694C1.62075 13.3366 2.20632 14.4146 3.00779 15.3222" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg
2
+ viewBox="0 0 24 24"
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ >
5
+ <g>
6
+ <circle cx="6" cy="12" r="2" />
7
+ <circle cx="12" cy="12" r="2" />
8
+ <circle cx="18" cy="12" r="2" />
9
+ </g>
10
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg viewBox="0 0 24 24"
2
+ xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24 4.8H0V0H24V4.8Z" />
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.8 14.4H0V9.60001H16.8V14.4Z" />
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24 24H0V19.2H24V24Z" />
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg
2
+ viewBox="0 0 24 24"
3
+ xmlns="http://www.w3.org/2000/svg"
4
+ >
5
+ <path d="m23.968743,20.378119c0,0.634822 -0.252181,1.243672 -0.701129,1.69262c-0.448948,0.448948 -1.057797,0.701129 -1.69262,0.701129l-19.149988,0c-0.634858,0 -1.24372,-0.252181 -1.692632,-0.701129c-0.448924,-0.448948 -0.701117,-1.057797 -0.701117,-1.69262l0,-16.75624c0,-0.634858 0.252193,-1.24372 0.701117,-1.692632c0.448912,-0.448924 1.057774,-0.701117 1.692632,-0.701117l5.984371,0l2.393749,3.590623l10.771868,0c0.634822,0 1.243672,0.252193 1.69262,0.701117c0.448948,0.448912 0.701129,1.057774 0.701129,1.692632l0,13.165617z"/>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M24 10H0V6H24V10Z" fill="currentColor" />
3
+ <path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M24 18H0V14H24V18Z" fill="currentColor" />
4
+ </svg>