@svgrid/enterprise 2.4.0 → 2.5.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 (161) hide show
  1. package/dist/cdn/svgrid-enterprise.svelte-external.js +5917 -5545
  2. package/dist/designer/assets/{index-okIcRP9P.js → index-qL7ir9C7.js} +3 -3
  3. package/dist/designer/assets/{src-CIla2aVG.js → src-96d31O63.js} +259 -228
  4. package/dist/designer/assets/{src-BvsJ00AO.css → src-D-O2F805.css} +1 -1
  5. package/dist/designer/index.html +3 -3
  6. package/dist/node/studio.js +681 -84
  7. package/package.json +3 -3
  8. package/src/SvGridEditPanel.dom.test.ts +174 -0
  9. package/src/SvGridEditPanel.svelte +209 -46
  10. package/src/edit-panel.test.ts +145 -36
  11. package/src/edit-panel.ts +167 -16
  12. package/src/expressions/evaluate.ts +1 -1
  13. package/src/expressions/parse.ts +3 -3
  14. package/src/index.ts +8 -0
  15. package/src/license-core.ts +77 -5
  16. package/src/license-expiry.test.ts +91 -0
  17. package/src/license.ts +31 -2
  18. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/_svelte_metadata.json +1 -0
  19. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/_metadata.json +178 -0
  20. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/attachments-ZrPsKxob.js +3875 -0
  21. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/attachments-ZrPsKxob.js.map +1 -0
  22. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/constants-ACqvWGE2.js +21 -0
  23. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/constants-ACqvWGE2.js.map +1 -0
  24. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/dev-D3w5jt92.js +1938 -0
  25. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/dev-D3w5jt92.js.map +1 -0
  26. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/events-CC2V3H0y.js +205 -0
  27. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/events-CC2V3H0y.js.map +1 -0
  28. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/flags-BXP37tAa.js +18 -0
  29. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/flags-BXP37tAa.js.map +1 -0
  30. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/hydration-DwubnU5b.js +264 -0
  31. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/hydration-DwubnU5b.js.map +1 -0
  32. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/legacy-client-hD7f6PUz.js +697 -0
  33. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/legacy-client-hD7f6PUz.js.map +1 -0
  34. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/package.json +3 -0
  35. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte.js +134 -0
  36. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte.js.map +1 -0
  37. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_animate.js +55 -0
  38. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_animate.js.map +1 -0
  39. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_attachments.js +2 -0
  40. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_compiler.js +46843 -0
  41. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_compiler.js.map +1 -0
  42. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_easing.js +237 -0
  43. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_easing.js.map +1 -0
  44. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_events.js +2 -0
  45. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal.js +4 -0
  46. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal.js.map +1 -0
  47. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_client.js +7 -0
  48. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_disclose-version.js +4 -0
  49. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_disclose-version.js.map +1 -0
  50. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_async.js +5 -0
  51. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_async.js.map +1 -0
  52. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_legacy.js +5 -0
  53. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_legacy.js.map +1 -0
  54. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_tracing.js +5 -0
  55. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_tracing.js.map +1 -0
  56. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_server.js +6 -0
  57. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_legacy.js +83 -0
  58. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_legacy.js.map +1 -0
  59. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_motion.js +559 -0
  60. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_motion.js.map +1 -0
  61. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_reactivity.js +24 -0
  62. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_reactivity.js.map +1 -0
  63. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_reactivity_window.js +122 -0
  64. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_reactivity_window.js.map +1 -0
  65. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_server.js +2 -0
  66. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_store.js +89 -0
  67. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_store.js.map +1 -0
  68. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_transition.js +241 -0
  69. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_transition.js.map +1 -0
  70. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/utils-DBx1SCN6.js +4938 -0
  71. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/utils-DBx1SCN6.js.map +1 -0
  72. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/utils-gjfpSTFS.js +495 -0
  73. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/utils-gjfpSTFS.js.map +1 -0
  74. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/validate-DKoOKg8S.js +190 -0
  75. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/validate-DKoOKg8S.js.map +1 -0
  76. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/version-C0MiR7eR.js +8 -0
  77. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/version-C0MiR7eR.js.map +1 -0
  78. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/warnings-B6Y7P0Q-.js +138 -0
  79. package/src/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/warnings-B6Y7P0Q-.js.map +1 -0
  80. package/src/schema.ts +63 -0
  81. package/src/studio/emit-project.test.ts +191 -0
  82. package/src/studio/emit-project.ts +237 -27
  83. package/src/studio/emit-schema.ts +4 -1
  84. package/src/studio/index.ts +2 -0
  85. package/src/studio/init-flow.test.ts +150 -0
  86. package/src/studio/init-flow.ts +169 -22
  87. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/_svelte_metadata.json +1 -0
  88. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/_metadata.json +178 -0
  89. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/attachments-BOv1rBKp.js +3875 -0
  90. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/attachments-BOv1rBKp.js.map +1 -0
  91. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/constants-B9vgIdCd.js +21 -0
  92. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/constants-B9vgIdCd.js.map +1 -0
  93. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/dev-T1qbW_qD.js +1938 -0
  94. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/dev-T1qbW_qD.js.map +1 -0
  95. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/events-Bo11SfVK.js +205 -0
  96. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/events-Bo11SfVK.js.map +1 -0
  97. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/flags-X7D4vfrZ.js +18 -0
  98. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/flags-X7D4vfrZ.js.map +1 -0
  99. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/hydration-oyUje5i1.js +264 -0
  100. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/hydration-oyUje5i1.js.map +1 -0
  101. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/legacy-client-DeSQgSFm.js +697 -0
  102. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/legacy-client-DeSQgSFm.js.map +1 -0
  103. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/package.json +3 -0
  104. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte.js +134 -0
  105. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte.js.map +1 -0
  106. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_animate.js +55 -0
  107. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_animate.js.map +1 -0
  108. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_attachments.js +2 -0
  109. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_compiler.js +46843 -0
  110. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_compiler.js.map +1 -0
  111. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_easing.js +237 -0
  112. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_easing.js.map +1 -0
  113. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_events.js +2 -0
  114. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal.js +4 -0
  115. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal.js.map +1 -0
  116. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_client.js +7 -0
  117. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_disclose-version.js +4 -0
  118. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_disclose-version.js.map +1 -0
  119. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_async.js +5 -0
  120. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_async.js.map +1 -0
  121. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_legacy.js +5 -0
  122. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_legacy.js.map +1 -0
  123. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_tracing.js +5 -0
  124. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_flags_tracing.js.map +1 -0
  125. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_internal_server.js +6 -0
  126. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_legacy.js +83 -0
  127. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_legacy.js.map +1 -0
  128. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_motion.js +559 -0
  129. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_motion.js.map +1 -0
  130. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_reactivity.js +24 -0
  131. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_reactivity.js.map +1 -0
  132. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_reactivity_window.js +122 -0
  133. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_reactivity_window.js.map +1 -0
  134. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_server.js +2 -0
  135. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_store.js +89 -0
  136. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_store.js.map +1 -0
  137. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_transition.js +241 -0
  138. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/svelte_transition.js.map +1 -0
  139. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/utils-BbWyXNk1.js +4938 -0
  140. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/utils-BbWyXNk1.js.map +1 -0
  141. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/utils-DI_fC7vt.js +495 -0
  142. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/utils-DI_fC7vt.js.map +1 -0
  143. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/validate-Dyr3lQv9.js +190 -0
  144. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/validate-Dyr3lQv9.js.map +1 -0
  145. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/version-_9FHH-LF.js +8 -0
  146. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/version-_9FHH-LF.js.map +1 -0
  147. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/warnings-CUbSPnyP.js +138 -0
  148. package/src/studio/node_modules/.vite/vitest/be65d27ae088a0e03fd8e1331d90b01649464cb6/deps___vitest__/warnings-CUbSPnyP.js.map +1 -0
  149. package/src/studio/project.test.ts +30 -0
  150. package/src/studio/project.ts +72 -8
  151. package/src/studio/samples/crm.ts +11 -2
  152. package/src/studio/samples/insurance.ts +10 -4
  153. package/src/studio/samples/samples.test.ts +36 -0
  154. package/src/studio/samples/shared.ts +14 -0
  155. package/src/studio/samples/support.ts +12 -5
  156. package/src/studio/screen-suites.test.ts +43 -0
  157. package/src/studio/screen-suites.ts +5 -2
  158. package/src/studio/user-error.ts +31 -0
  159. package/src/upgrade-prompt.ts +23 -10
  160. package/src/version.test.ts +17 -0
  161. package/src/version.ts +13 -0
@@ -0,0 +1,264 @@
1
+ //#region ../../../../node_modules/.pnpm/svelte@5.55.9_@typescript-eslint+types@8.67.0/node_modules/svelte/src/html-tree-validation.js
2
+ /**
3
+ * Map of elements that have certain elements that are not allowed inside them, in the sense that they will auto-close the parent/ancestor element.
4
+ * Theoretically one could take advantage of it but most of the time it will just result in confusing behavior and break when SSR'd.
5
+ * There are more elements that are invalid inside other elements, but they're not auto-closed and so don't break SSR and are therefore not listed here.
6
+ * @type {Record<string, { direct: string[]} | { descendant: string[]; reset_by?: string[] }>}
7
+ */
8
+ var autoclosing_children = {
9
+ li: { direct: ["li"] },
10
+ dt: {
11
+ descendant: ["dt", "dd"],
12
+ reset_by: ["dl"]
13
+ },
14
+ dd: {
15
+ descendant: ["dt", "dd"],
16
+ reset_by: ["dl"]
17
+ },
18
+ p: { descendant: [
19
+ "address",
20
+ "article",
21
+ "aside",
22
+ "blockquote",
23
+ "div",
24
+ "dl",
25
+ "fieldset",
26
+ "footer",
27
+ "form",
28
+ "h1",
29
+ "h2",
30
+ "h3",
31
+ "h4",
32
+ "h5",
33
+ "h6",
34
+ "header",
35
+ "hgroup",
36
+ "hr",
37
+ "main",
38
+ "menu",
39
+ "nav",
40
+ "ol",
41
+ "p",
42
+ "pre",
43
+ "section",
44
+ "table",
45
+ "ul"
46
+ ] },
47
+ rt: { descendant: ["rt", "rp"] },
48
+ rp: { descendant: ["rt", "rp"] },
49
+ optgroup: { descendant: ["optgroup"] },
50
+ option: { descendant: ["option", "optgroup"] },
51
+ thead: { direct: ["tbody", "tfoot"] },
52
+ tbody: { direct: ["tbody", "tfoot"] },
53
+ tfoot: { direct: ["tbody"] },
54
+ tr: { direct: ["tr", "tbody"] },
55
+ td: { direct: [
56
+ "td",
57
+ "th",
58
+ "tr"
59
+ ] },
60
+ th: { direct: [
61
+ "td",
62
+ "th",
63
+ "tr"
64
+ ] }
65
+ };
66
+ /**
67
+ * Returns true if the tag is either the last in the list of siblings and will be autoclosed,
68
+ * or not allowed inside the parent tag such that it will auto-close it. The latter results
69
+ * in the browser repairing the HTML, which will likely result in an error during hydration.
70
+ * @param {string} current
71
+ * @param {string} [next]
72
+ */
73
+ function closing_tag_omitted(current, next) {
74
+ const disallowed = autoclosing_children[current];
75
+ if (disallowed) {
76
+ if (!next || ("direct" in disallowed ? disallowed.direct : disallowed.descendant).includes(next)) return true;
77
+ }
78
+ return false;
79
+ }
80
+ /**
81
+ * Map of elements that have certain elements that are not allowed inside them, in the sense that the browser will somehow repair the HTML.
82
+ * There are more elements that are invalid inside other elements, but they're not repaired and so don't break SSR and are therefore not listed here.
83
+ * @type {Record<string, { direct: string[]} | { descendant: string[]; reset_by?: string[]; only?: string[] } | { only: string[] }>}
84
+ */
85
+ var disallowed_children = {
86
+ ...autoclosing_children,
87
+ form: { descendant: ["form"] },
88
+ a: { descendant: ["a"] },
89
+ button: { descendant: ["button"] },
90
+ h1: { descendant: [
91
+ "h1",
92
+ "h2",
93
+ "h3",
94
+ "h4",
95
+ "h5",
96
+ "h6"
97
+ ] },
98
+ h2: { descendant: [
99
+ "h1",
100
+ "h2",
101
+ "h3",
102
+ "h4",
103
+ "h5",
104
+ "h6"
105
+ ] },
106
+ h3: { descendant: [
107
+ "h1",
108
+ "h2",
109
+ "h3",
110
+ "h4",
111
+ "h5",
112
+ "h6"
113
+ ] },
114
+ h4: { descendant: [
115
+ "h1",
116
+ "h2",
117
+ "h3",
118
+ "h4",
119
+ "h5",
120
+ "h6"
121
+ ] },
122
+ h5: { descendant: [
123
+ "h1",
124
+ "h2",
125
+ "h3",
126
+ "h4",
127
+ "h5",
128
+ "h6"
129
+ ] },
130
+ h6: { descendant: [
131
+ "h1",
132
+ "h2",
133
+ "h3",
134
+ "h4",
135
+ "h5",
136
+ "h6"
137
+ ] },
138
+ tr: { only: [
139
+ "th",
140
+ "td",
141
+ "style",
142
+ "script",
143
+ "template"
144
+ ] },
145
+ tbody: { only: [
146
+ "tr",
147
+ "style",
148
+ "script",
149
+ "template"
150
+ ] },
151
+ thead: { only: [
152
+ "tr",
153
+ "style",
154
+ "script",
155
+ "template"
156
+ ] },
157
+ tfoot: { only: [
158
+ "tr",
159
+ "style",
160
+ "script",
161
+ "template"
162
+ ] },
163
+ colgroup: { only: ["col", "template"] },
164
+ table: { only: [
165
+ "caption",
166
+ "colgroup",
167
+ "tbody",
168
+ "thead",
169
+ "tfoot",
170
+ "style",
171
+ "script",
172
+ "template"
173
+ ] },
174
+ head: { only: [
175
+ "base",
176
+ "basefont",
177
+ "bgsound",
178
+ "link",
179
+ "meta",
180
+ "title",
181
+ "noscript",
182
+ "noframes",
183
+ "style",
184
+ "script",
185
+ "template"
186
+ ] },
187
+ html: { only: [
188
+ "head",
189
+ "body",
190
+ "frameset"
191
+ ] },
192
+ frameset: { only: ["frame"] },
193
+ "#document": { only: ["html"] }
194
+ };
195
+ /**
196
+ * Returns an error message if the tag is not allowed inside the ancestor tag (which is grandparent and above) such that it will result
197
+ * in the browser repairing the HTML, which will likely result in an error during hydration.
198
+ * @param {string} child_tag
199
+ * @param {string[]} ancestors All nodes starting with the parent, up until the ancestor, which means two entries minimum
200
+ * @param {string} [child_loc]
201
+ * @param {string} [ancestor_loc]
202
+ * @returns {string | null}
203
+ */
204
+ function is_tag_valid_with_ancestor(child_tag, ancestors, child_loc, ancestor_loc) {
205
+ if (child_tag.includes("-")) return null;
206
+ const ancestor_tag = ancestors[ancestors.length - 1];
207
+ const disallowed = disallowed_children[ancestor_tag];
208
+ if (!disallowed) return null;
209
+ if ("reset_by" in disallowed && disallowed.reset_by) for (let i = ancestors.length - 2; i >= 0; i--) {
210
+ if (ancestors[i].includes("-")) return null;
211
+ if (disallowed.reset_by.includes(ancestors[i])) return null;
212
+ }
213
+ if ("descendant" in disallowed && disallowed.descendant.includes(child_tag)) return `${child_loc ? `\`<${child_tag}>\` (${child_loc})` : `\`<${child_tag}>\``} cannot be a descendant of ${ancestor_loc ? `\`<${ancestor_tag}>\` (${ancestor_loc})` : `\`<${ancestor_tag}>\``}`;
214
+ return null;
215
+ }
216
+ /**
217
+ * Returns an error message if the tag is not allowed inside the parent tag such that it will result
218
+ * in the browser repairing the HTML, which will likely result in an error during hydration.
219
+ * @param {string} child_tag
220
+ * @param {string} parent_tag
221
+ * @param {string} [child_loc]
222
+ * @param {string} [parent_loc]
223
+ * @returns {string | null}
224
+ */
225
+ function is_tag_valid_with_parent(child_tag, parent_tag, child_loc, parent_loc) {
226
+ if (child_tag.includes("-") || parent_tag?.includes("-")) return null;
227
+ if (parent_tag === "template") return null;
228
+ const disallowed = disallowed_children[parent_tag];
229
+ const child = child_loc ? `\`<${child_tag}>\` (${child_loc})` : `\`<${child_tag}>\``;
230
+ const parent = parent_loc ? `\`<${parent_tag}>\` (${parent_loc})` : `\`<${parent_tag}>\``;
231
+ if (disallowed) {
232
+ if ("direct" in disallowed && disallowed.direct.includes(child_tag)) return `${child} cannot be a direct child of ${parent}`;
233
+ if ("descendant" in disallowed && disallowed.descendant.includes(child_tag)) return `${child} cannot be a child of ${parent}`;
234
+ if ("only" in disallowed && disallowed.only) {
235
+ if (disallowed.only.includes(child_tag)) return null;
236
+ else return `${child} cannot be a child of ${parent}. \`<${parent_tag}>\` only allows these children: ${disallowed.only.map((d) => `\`<${d}>\``).join(", ")}`;
237
+ }
238
+ }
239
+ switch (child_tag) {
240
+ case "body":
241
+ case "caption":
242
+ case "col":
243
+ case "colgroup":
244
+ case "frameset":
245
+ case "frame":
246
+ case "head":
247
+ case "html": return `${child} cannot be a child of ${parent}`;
248
+ case "thead":
249
+ case "tbody":
250
+ case "tfoot": return `${child} must be the child of a \`<table>\`, not a ${parent}`;
251
+ case "td":
252
+ case "th": return `${child} must be the child of a \`<tr>\`, not a ${parent}`;
253
+ case "tr": return `\`<tr>\` must be the child of a \`<thead>\`, \`<tbody>\`, or \`<tfoot>\`, not a ${parent}`;
254
+ }
255
+ return null;
256
+ }
257
+ //#endregion
258
+ //#region ../../../../node_modules/.pnpm/svelte@5.55.9_@typescript-eslint+types@8.67.0/node_modules/svelte/src/internal/server/hydration.js
259
+ var BLOCK_OPEN = `<!--[-->`;
260
+ var BLOCK_OPEN_ELSE = `<!--[!-->`;
261
+ var BLOCK_CLOSE = `<!--]-->`;
262
+ var EMPTY_COMMENT = `<!---->`;
263
+ //#endregion
264
+ export { closing_tag_omitted as a, EMPTY_COMMENT as i, BLOCK_OPEN as n, is_tag_valid_with_ancestor as o, BLOCK_OPEN_ELSE as r, is_tag_valid_with_parent as s, BLOCK_CLOSE as t };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hydration-oyUje5i1.js","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/svelte@5.55.9_@typescript-eslint+types@8.67.0/node_modules/svelte/src/html-tree-validation.js","../../../../../../../../../node_modules/.pnpm/svelte@5.55.9_@typescript-eslint+types@8.67.0/node_modules/svelte/src/internal/server/hydration.js"],"sourcesContent":["/**\n * Map of elements that have certain elements that are not allowed inside them, in the sense that they will auto-close the parent/ancestor element.\n * Theoretically one could take advantage of it but most of the time it will just result in confusing behavior and break when SSR'd.\n * There are more elements that are invalid inside other elements, but they're not auto-closed and so don't break SSR and are therefore not listed here.\n * @type {Record<string, { direct: string[]} | { descendant: string[]; reset_by?: string[] }>}\n */\nconst autoclosing_children = {\n\t// based on http://developers.whatwg.org/syntax.html#syntax-tag-omission\n\tli: { direct: ['li'] },\n\t// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dt#technical_summary\n\tdt: { descendant: ['dt', 'dd'], reset_by: ['dl'] },\n\tdd: { descendant: ['dt', 'dd'], reset_by: ['dl'] },\n\tp: {\n\t\tdescendant: [\n\t\t\t'address',\n\t\t\t'article',\n\t\t\t'aside',\n\t\t\t'blockquote',\n\t\t\t'div',\n\t\t\t'dl',\n\t\t\t'fieldset',\n\t\t\t'footer',\n\t\t\t'form',\n\t\t\t'h1',\n\t\t\t'h2',\n\t\t\t'h3',\n\t\t\t'h4',\n\t\t\t'h5',\n\t\t\t'h6',\n\t\t\t'header',\n\t\t\t'hgroup',\n\t\t\t'hr',\n\t\t\t'main',\n\t\t\t'menu',\n\t\t\t'nav',\n\t\t\t'ol',\n\t\t\t'p',\n\t\t\t'pre',\n\t\t\t'section',\n\t\t\t'table',\n\t\t\t'ul'\n\t\t]\n\t},\n\trt: { descendant: ['rt', 'rp'] },\n\trp: { descendant: ['rt', 'rp'] },\n\toptgroup: { descendant: ['optgroup'] },\n\toption: { descendant: ['option', 'optgroup'] },\n\tthead: { direct: ['tbody', 'tfoot'] },\n\ttbody: { direct: ['tbody', 'tfoot'] },\n\ttfoot: { direct: ['tbody'] },\n\ttr: { direct: ['tr', 'tbody'] },\n\ttd: { direct: ['td', 'th', 'tr'] },\n\tth: { direct: ['td', 'th', 'tr'] }\n};\n\n/**\n * Returns true if the tag is either the last in the list of siblings and will be autoclosed,\n * or not allowed inside the parent tag such that it will auto-close it. The latter results\n * in the browser repairing the HTML, which will likely result in an error during hydration.\n * @param {string} current\n * @param {string} [next]\n */\nexport function closing_tag_omitted(current, next) {\n\tconst disallowed = autoclosing_children[current];\n\tif (disallowed) {\n\t\tif (\n\t\t\t!next ||\n\t\t\t('direct' in disallowed ? disallowed.direct : disallowed.descendant).includes(next)\n\t\t) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n}\n\n/**\n * Map of elements that have certain elements that are not allowed inside them, in the sense that the browser will somehow repair the HTML.\n * There are more elements that are invalid inside other elements, but they're not repaired and so don't break SSR and are therefore not listed here.\n * @type {Record<string, { direct: string[]} | { descendant: string[]; reset_by?: string[]; only?: string[] } | { only: string[] }>}\n */\nconst disallowed_children = {\n\t...autoclosing_children,\n\t// Strictly speaking, seeing an <option> doesn't mean we're in a <select>, but we assume it here\n\t// option or optgroup does not have an `only` restriction because newer browsers support rich HTML content\n\t// inside option elements. For older browsers, hydration will handle the mismatch.\n\tform: { descendant: ['form'] },\n\ta: { descendant: ['a'] },\n\tbutton: { descendant: ['button'] },\n\th1: { descendant: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] },\n\th2: { descendant: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] },\n\th3: { descendant: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] },\n\th4: { descendant: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] },\n\th5: { descendant: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] },\n\th6: { descendant: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] },\n\n\t// https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intd\n\t// https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incaption\n\t// No special behavior since these rules fall back to \"in body\" mode for\n\t// all except special table nodes which cause bad parsing behavior anyway.\n\n\t// https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intd\n\ttr: { only: ['th', 'td', 'style', 'script', 'template'] },\n\t// https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intbody\n\ttbody: { only: ['tr', 'style', 'script', 'template'] },\n\tthead: { only: ['tr', 'style', 'script', 'template'] },\n\ttfoot: { only: ['tr', 'style', 'script', 'template'] },\n\t// https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incolgroup\n\tcolgroup: { only: ['col', 'template'] },\n\t// https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intable\n\ttable: {\n\t\tonly: ['caption', 'colgroup', 'tbody', 'thead', 'tfoot', 'style', 'script', 'template']\n\t},\n\t// https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inhead\n\thead: {\n\t\tonly: [\n\t\t\t'base',\n\t\t\t'basefont',\n\t\t\t'bgsound',\n\t\t\t'link',\n\t\t\t'meta',\n\t\t\t'title',\n\t\t\t'noscript',\n\t\t\t'noframes',\n\t\t\t'style',\n\t\t\t'script',\n\t\t\t'template'\n\t\t]\n\t},\n\t// https://html.spec.whatwg.org/multipage/semantics.html#the-html-element\n\thtml: { only: ['head', 'body', 'frameset'] },\n\tframeset: { only: ['frame'] },\n\t'#document': { only: ['html'] }\n};\n\n/**\n * Returns an error message if the tag is not allowed inside the ancestor tag (which is grandparent and above) such that it will result\n * in the browser repairing the HTML, which will likely result in an error during hydration.\n * @param {string} child_tag\n * @param {string[]} ancestors All nodes starting with the parent, up until the ancestor, which means two entries minimum\n * @param {string} [child_loc]\n * @param {string} [ancestor_loc]\n * @returns {string | null}\n */\nexport function is_tag_valid_with_ancestor(child_tag, ancestors, child_loc, ancestor_loc) {\n\tif (child_tag.includes('-')) return null; // custom elements can be anything\n\n\tconst ancestor_tag = ancestors[ancestors.length - 1];\n\tconst disallowed = disallowed_children[ancestor_tag];\n\tif (!disallowed) return null;\n\n\tif ('reset_by' in disallowed && disallowed.reset_by) {\n\t\tfor (let i = ancestors.length - 2; i >= 0; i--) {\n\t\t\tconst ancestor = ancestors[i];\n\t\t\tif (ancestor.includes('-')) return null; // custom elements can be anything\n\n\t\t\t// A reset means that forbidden descendants are allowed again\n\t\t\tif (disallowed.reset_by.includes(ancestors[i])) {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t}\n\t}\n\n\tif ('descendant' in disallowed && disallowed.descendant.includes(child_tag)) {\n\t\tconst child = child_loc ? `\\`<${child_tag}>\\` (${child_loc})` : `\\`<${child_tag}>\\``;\n\t\tconst ancestor = ancestor_loc\n\t\t\t? `\\`<${ancestor_tag}>\\` (${ancestor_loc})`\n\t\t\t: `\\`<${ancestor_tag}>\\``;\n\n\t\treturn `${child} cannot be a descendant of ${ancestor}`;\n\t}\n\n\treturn null;\n}\n\n/**\n * Returns an error message if the tag is not allowed inside the parent tag such that it will result\n * in the browser repairing the HTML, which will likely result in an error during hydration.\n * @param {string} child_tag\n * @param {string} parent_tag\n * @param {string} [child_loc]\n * @param {string} [parent_loc]\n * @returns {string | null}\n */\nexport function is_tag_valid_with_parent(child_tag, parent_tag, child_loc, parent_loc) {\n\tif (child_tag.includes('-') || parent_tag?.includes('-')) return null; // custom elements can be anything\n\n\tif (parent_tag === 'template') return null; // no errors or warning should be thrown in immediate children of template tags\n\n\tconst disallowed = disallowed_children[parent_tag];\n\n\tconst child = child_loc ? `\\`<${child_tag}>\\` (${child_loc})` : `\\`<${child_tag}>\\``;\n\tconst parent = parent_loc ? `\\`<${parent_tag}>\\` (${parent_loc})` : `\\`<${parent_tag}>\\``;\n\n\tif (disallowed) {\n\t\tif ('direct' in disallowed && disallowed.direct.includes(child_tag)) {\n\t\t\treturn `${child} cannot be a direct child of ${parent}`;\n\t\t}\n\n\t\tif ('descendant' in disallowed && disallowed.descendant.includes(child_tag)) {\n\t\t\treturn `${child} cannot be a child of ${parent}`;\n\t\t}\n\n\t\tif ('only' in disallowed && disallowed.only) {\n\t\t\tif (disallowed.only.includes(child_tag)) {\n\t\t\t\treturn null;\n\t\t\t} else {\n\t\t\t\treturn `${child} cannot be a child of ${parent}. \\`<${parent_tag}>\\` only allows these children: ${disallowed.only.map((d) => `\\`<${d}>\\``).join(', ')}`;\n\t\t\t}\n\t\t}\n\t}\n\n\t// These tags are only valid with a few parents that have special child\n\t// parsing rules - if we're down here, then none of those matched and\n\t// so we allow it only if we don't know what the parent is, as all other\n\t// cases are invalid (and we only get into this function if we know the parent).\n\tswitch (child_tag) {\n\t\tcase 'body':\n\t\tcase 'caption':\n\t\tcase 'col':\n\t\tcase 'colgroup':\n\t\tcase 'frameset':\n\t\tcase 'frame':\n\t\tcase 'head':\n\t\tcase 'html':\n\t\t\treturn `${child} cannot be a child of ${parent}`;\n\t\tcase 'thead':\n\t\tcase 'tbody':\n\t\tcase 'tfoot':\n\t\t\treturn `${child} must be the child of a \\`<table>\\`, not a ${parent}`;\n\t\tcase 'td':\n\t\tcase 'th':\n\t\t\treturn `${child} must be the child of a \\`<tr>\\`, not a ${parent}`;\n\t\tcase 'tr':\n\t\t\treturn `\\`<tr>\\` must be the child of a \\`<thead>\\`, \\`<tbody>\\`, or \\`<tfoot>\\`, not a ${parent}`;\n\t}\n\n\treturn null;\n}\n","import { HYDRATION_END, HYDRATION_START, HYDRATION_START_ELSE } from '../../constants.js';\n\nexport const BLOCK_OPEN = `<!--${HYDRATION_START}-->`;\nexport const BLOCK_OPEN_ELSE = `<!--${HYDRATION_START_ELSE}-->`;\nexport const BLOCK_CLOSE = `<!--${HYDRATION_END}-->`;\nexport const EMPTY_COMMENT = `<!---->`;\n"],"x_google_ignoreList":[0,1],"mappings":"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"}