@peter.naydenov/cuts 2.0.2 → 2.0.3

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 (1029) hide show
  1. package/Changelog.md +5 -0
  2. package/coverage/lcov-report/index.html +1 -1
  3. package/coverage/lcov-report/src/findInstructions.js.html +1 -1
  4. package/coverage/lcov-report/src/index.html +1 -1
  5. package/coverage/lcov-report/src/main.js.html +1 -1
  6. package/coverage/lcov-report/src/methods/hide.js.html +1 -1
  7. package/coverage/lcov-report/src/methods/index.html +1 -1
  8. package/coverage/lcov-report/src/methods/jump.js.html +1 -1
  9. package/coverage/lcov-report/src/methods/jumpBack.js.html +1 -1
  10. package/coverage/lcov-report/src/methods/jumpsReset.js.html +1 -1
  11. package/coverage/lcov-report/src/methods/listShortcuts.js.html +1 -1
  12. package/coverage/lcov-report/src/methods/setScenes.js.html +1 -1
  13. package/coverage/lcov-report/src/methods/show.js.html +1 -1
  14. package/coverage/lcov-report/src/setInstruction.js.html +1 -1
  15. package/package.json +14 -18
  16. package/playwright.config.js +13 -0
  17. package/test/01-findPosition.test.js +119 -0
  18. package/test/02-cuts.test.js +412 -0
  19. package/test-e2e/01-general.test.js +290 -0
  20. package/test-e2e/index.html +30 -0
  21. package/test-e2e/node_modules/.package-lock.json +584 -0
  22. package/test-e2e/node_modules/.vite/deps/@peter__naydenov_log.js +36 -0
  23. package/test-e2e/node_modules/.vite/deps/@peter__naydenov_log.js.map +1 -0
  24. package/test-e2e/node_modules/.vite/deps/@peter__naydenov_shortcuts.js +983 -0
  25. package/test-e2e/node_modules/.vite/deps/@peter__naydenov_shortcuts.js.map +1 -0
  26. package/test-e2e/node_modules/.vite/deps/@peter__naydenov_visual-controller-for-vue3.js +267 -0
  27. package/test-e2e/node_modules/.vite/deps/@peter__naydenov_visual-controller-for-vue3.js.map +1 -0
  28. package/test-e2e/node_modules/.vite/deps/_metadata.json +44 -0
  29. package/test-e2e/node_modules/.vite/deps/ask-for-promise.js +223 -0
  30. package/test-e2e/node_modules/.vite/deps/ask-for-promise.js.map +1 -0
  31. package/test-e2e/node_modules/.vite/deps/package.json +3 -0
  32. package/test-e2e/node_modules/.vite/deps/vue.js +2 -0
  33. package/test-e2e/node_modules/.vite/deps/vue.runtime.esm-bundler-DaROHT9e.js +8579 -0
  34. package/test-e2e/node_modules/.vite/deps/vue.runtime.esm-bundler-DaROHT9e.js.map +1 -0
  35. package/test-e2e/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  36. package/test-e2e/node_modules/@babel/helper-string-parser/README.md +19 -0
  37. package/test-e2e/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
  38. package/test-e2e/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
  39. package/test-e2e/node_modules/@babel/helper-string-parser/package.json +31 -0
  40. package/test-e2e/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  41. package/test-e2e/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  42. package/test-e2e/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  43. package/test-e2e/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  44. package/test-e2e/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  45. package/test-e2e/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  46. package/test-e2e/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  47. package/test-e2e/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  48. package/test-e2e/node_modules/@babel/helper-validator-identifier/package.json +31 -0
  49. package/test-e2e/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  50. package/test-e2e/node_modules/@babel/parser/LICENSE +19 -0
  51. package/test-e2e/node_modules/@babel/parser/README.md +19 -0
  52. package/test-e2e/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  53. package/test-e2e/node_modules/@babel/parser/lib/index.js +14582 -0
  54. package/test-e2e/node_modules/@babel/parser/lib/index.js.map +1 -0
  55. package/test-e2e/node_modules/@babel/parser/package.json +50 -0
  56. package/test-e2e/node_modules/@babel/parser/typings/babel-parser.d.ts +262 -0
  57. package/test-e2e/node_modules/@babel/types/LICENSE +22 -0
  58. package/test-e2e/node_modules/@babel/types/README.md +19 -0
  59. package/test-e2e/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
  60. package/test-e2e/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
  61. package/test-e2e/node_modules/@babel/types/lib/asserts/generated/index.js +1251 -0
  62. package/test-e2e/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
  63. package/test-e2e/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
  64. package/test-e2e/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
  65. package/test-e2e/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
  66. package/test-e2e/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
  67. package/test-e2e/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +31 -0
  68. package/test-e2e/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
  69. package/test-e2e/node_modules/@babel/types/lib/builders/generated/index.js +29 -0
  70. package/test-e2e/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
  71. package/test-e2e/node_modules/@babel/types/lib/builders/generated/lowercase.js +2902 -0
  72. package/test-e2e/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  73. package/test-e2e/node_modules/@babel/types/lib/builders/generated/uppercase.js +272 -0
  74. package/test-e2e/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
  75. package/test-e2e/node_modules/@babel/types/lib/builders/productions.js +12 -0
  76. package/test-e2e/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
  77. package/test-e2e/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
  78. package/test-e2e/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
  79. package/test-e2e/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
  80. package/test-e2e/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
  81. package/test-e2e/node_modules/@babel/types/lib/builders/validateNode.js +21 -0
  82. package/test-e2e/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
  83. package/test-e2e/node_modules/@babel/types/lib/clone/clone.js +12 -0
  84. package/test-e2e/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
  85. package/test-e2e/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
  86. package/test-e2e/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
  87. package/test-e2e/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
  88. package/test-e2e/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
  89. package/test-e2e/node_modules/@babel/types/lib/clone/cloneNode.js +107 -0
  90. package/test-e2e/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
  91. package/test-e2e/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
  92. package/test-e2e/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
  93. package/test-e2e/node_modules/@babel/types/lib/comments/addComment.js +15 -0
  94. package/test-e2e/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
  95. package/test-e2e/node_modules/@babel/types/lib/comments/addComments.js +22 -0
  96. package/test-e2e/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
  97. package/test-e2e/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
  98. package/test-e2e/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
  99. package/test-e2e/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
  100. package/test-e2e/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
  101. package/test-e2e/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
  102. package/test-e2e/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
  103. package/test-e2e/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
  104. package/test-e2e/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
  105. package/test-e2e/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
  106. package/test-e2e/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
  107. package/test-e2e/node_modules/@babel/types/lib/constants/generated/index.js +60 -0
  108. package/test-e2e/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
  109. package/test-e2e/node_modules/@babel/types/lib/constants/index.js +31 -0
  110. package/test-e2e/node_modules/@babel/types/lib/constants/index.js.map +1 -0
  111. package/test-e2e/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
  112. package/test-e2e/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
  113. package/test-e2e/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +65 -0
  114. package/test-e2e/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
  115. package/test-e2e/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
  116. package/test-e2e/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
  117. package/test-e2e/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
  118. package/test-e2e/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
  119. package/test-e2e/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
  120. package/test-e2e/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
  121. package/test-e2e/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
  122. package/test-e2e/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
  123. package/test-e2e/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
  124. package/test-e2e/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
  125. package/test-e2e/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
  126. package/test-e2e/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
  127. package/test-e2e/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
  128. package/test-e2e/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
  129. package/test-e2e/node_modules/@babel/types/lib/converters/toStatement.js +39 -0
  130. package/test-e2e/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
  131. package/test-e2e/node_modules/@babel/types/lib/converters/valueToNode.js +89 -0
  132. package/test-e2e/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
  133. package/test-e2e/node_modules/@babel/types/lib/definitions/core.js +1725 -0
  134. package/test-e2e/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
  135. package/test-e2e/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +11 -0
  136. package/test-e2e/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
  137. package/test-e2e/node_modules/@babel/types/lib/definitions/experimental.js +124 -0
  138. package/test-e2e/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
  139. package/test-e2e/node_modules/@babel/types/lib/definitions/flow.js +495 -0
  140. package/test-e2e/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
  141. package/test-e2e/node_modules/@babel/types/lib/definitions/index.js +106 -0
  142. package/test-e2e/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
  143. package/test-e2e/node_modules/@babel/types/lib/definitions/jsx.js +157 -0
  144. package/test-e2e/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
  145. package/test-e2e/node_modules/@babel/types/lib/definitions/misc.js +31 -0
  146. package/test-e2e/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
  147. package/test-e2e/node_modules/@babel/types/lib/definitions/placeholders.js +27 -0
  148. package/test-e2e/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
  149. package/test-e2e/node_modules/@babel/types/lib/definitions/typescript.js +528 -0
  150. package/test-e2e/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
  151. package/test-e2e/node_modules/@babel/types/lib/definitions/utils.js +296 -0
  152. package/test-e2e/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
  153. package/test-e2e/node_modules/@babel/types/lib/index-legacy.d.ts +2797 -0
  154. package/test-e2e/node_modules/@babel/types/lib/index.d.ts +3617 -0
  155. package/test-e2e/node_modules/@babel/types/lib/index.js +582 -0
  156. package/test-e2e/node_modules/@babel/types/lib/index.js.flow +2650 -0
  157. package/test-e2e/node_modules/@babel/types/lib/index.js.map +1 -0
  158. package/test-e2e/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
  159. package/test-e2e/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
  160. package/test-e2e/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
  161. package/test-e2e/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
  162. package/test-e2e/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
  163. package/test-e2e/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
  164. package/test-e2e/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
  165. package/test-e2e/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
  166. package/test-e2e/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
  167. package/test-e2e/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
  168. package/test-e2e/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
  169. package/test-e2e/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
  170. package/test-e2e/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +66 -0
  171. package/test-e2e/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
  172. package/test-e2e/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +48 -0
  173. package/test-e2e/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +1 -0
  174. package/test-e2e/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +102 -0
  175. package/test-e2e/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
  176. package/test-e2e/node_modules/@babel/types/lib/retrievers/getFunctionName.js +63 -0
  177. package/test-e2e/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +1 -0
  178. package/test-e2e/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +13 -0
  179. package/test-e2e/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
  180. package/test-e2e/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
  181. package/test-e2e/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
  182. package/test-e2e/node_modules/@babel/types/lib/traverse/traverseFast.js +40 -0
  183. package/test-e2e/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
  184. package/test-e2e/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
  185. package/test-e2e/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
  186. package/test-e2e/node_modules/@babel/types/lib/utils/inherit.js +13 -0
  187. package/test-e2e/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
  188. package/test-e2e/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
  189. package/test-e2e/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
  190. package/test-e2e/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
  191. package/test-e2e/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
  192. package/test-e2e/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
  193. package/test-e2e/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
  194. package/test-e2e/node_modules/@babel/types/lib/validators/generated/index.js +2797 -0
  195. package/test-e2e/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
  196. package/test-e2e/node_modules/@babel/types/lib/validators/is.js +27 -0
  197. package/test-e2e/node_modules/@babel/types/lib/validators/is.js.map +1 -0
  198. package/test-e2e/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
  199. package/test-e2e/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
  200. package/test-e2e/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
  201. package/test-e2e/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
  202. package/test-e2e/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
  203. package/test-e2e/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
  204. package/test-e2e/node_modules/@babel/types/lib/validators/isLet.js +13 -0
  205. package/test-e2e/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
  206. package/test-e2e/node_modules/@babel/types/lib/validators/isNode.js +12 -0
  207. package/test-e2e/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
  208. package/test-e2e/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
  209. package/test-e2e/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
  210. package/test-e2e/node_modules/@babel/types/lib/validators/isPlaceholderType.js +15 -0
  211. package/test-e2e/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
  212. package/test-e2e/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
  213. package/test-e2e/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
  214. package/test-e2e/node_modules/@babel/types/lib/validators/isScope.js +18 -0
  215. package/test-e2e/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
  216. package/test-e2e/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
  217. package/test-e2e/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
  218. package/test-e2e/node_modules/@babel/types/lib/validators/isType.js +17 -0
  219. package/test-e2e/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
  220. package/test-e2e/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
  221. package/test-e2e/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
  222. package/test-e2e/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
  223. package/test-e2e/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
  224. package/test-e2e/node_modules/@babel/types/lib/validators/isVar.js +15 -0
  225. package/test-e2e/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
  226. package/test-e2e/node_modules/@babel/types/lib/validators/matchesPattern.js +44 -0
  227. package/test-e2e/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
  228. package/test-e2e/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
  229. package/test-e2e/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
  230. package/test-e2e/node_modules/@babel/types/lib/validators/react/isReactComponent.js +11 -0
  231. package/test-e2e/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
  232. package/test-e2e/node_modules/@babel/types/lib/validators/validate.js +42 -0
  233. package/test-e2e/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
  234. package/test-e2e/node_modules/@babel/types/package.json +39 -0
  235. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/LICENSE +19 -0
  236. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
  237. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +423 -0
  238. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +6 -0
  239. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +464 -0
  240. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +6 -0
  241. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
  242. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/src/scopes.ts +345 -0
  243. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +111 -0
  244. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/src/strings.ts +65 -0
  245. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/src/vlq.ts +55 -0
  246. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts +50 -0
  247. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.cts.map +1 -0
  248. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts +50 -0
  249. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/scopes.d.mts.map +1 -0
  250. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts +9 -0
  251. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.cts.map +1 -0
  252. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts +9 -0
  253. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/sourcemap-codec.d.mts.map +1 -0
  254. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts +16 -0
  255. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/strings.d.cts.map +1 -0
  256. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts +16 -0
  257. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/strings.d.mts.map +1 -0
  258. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts +7 -0
  259. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.cts.map +1 -0
  260. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts +7 -0
  261. package/test-e2e/node_modules/@jridgewell/sourcemap-codec/types/vlq.d.mts.map +1 -0
  262. package/test-e2e/node_modules/@oxc-project/types/LICENSE +22 -0
  263. package/test-e2e/node_modules/@oxc-project/types/README.md +3 -0
  264. package/test-e2e/node_modules/@oxc-project/types/package.json +26 -0
  265. package/test-e2e/node_modules/@oxc-project/types/types.d.ts +1912 -0
  266. package/test-e2e/node_modules/@peter.naydenov/notice/.github/ISSUE_TEMPLATE/bug_report.md +32 -0
  267. package/test-e2e/node_modules/@peter.naydenov/notice/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  268. package/test-e2e/node_modules/@peter.naydenov/notice/CODE_OF_CONDUCT.md +128 -0
  269. package/test-e2e/node_modules/@peter.naydenov/notice/Changelog.md +88 -0
  270. package/test-e2e/node_modules/@peter.naydenov/notice/LICENSE +21 -0
  271. package/test-e2e/node_modules/@peter.naydenov/notice/README.md +294 -0
  272. package/test-e2e/node_modules/@peter.naydenov/notice/SECURITY.md +18 -0
  273. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov-report/base.css +224 -0
  274. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov-report/block-navigation.js +87 -0
  275. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov-report/favicon.png +0 -0
  276. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov-report/index.html +116 -0
  277. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov-report/main.js.html +592 -0
  278. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov-report/prettify.css +1 -0
  279. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov-report/prettify.js +2 -0
  280. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  281. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov-report/sorter.js +196 -0
  282. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/lcov.info +246 -0
  283. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/tmp/coverage-46509-1760816753149-0.json +1 -0
  284. package/test-e2e/node_modules/@peter.naydenov/notice/coverage/tmp/coverage-46510-1760816753116-0.json +1 -0
  285. package/test-e2e/node_modules/@peter.naydenov/notice/dist/notice.cjs +1 -0
  286. package/test-e2e/node_modules/@peter.naydenov/notice/dist/notice.esm.mjs +1 -0
  287. package/test-e2e/node_modules/@peter.naydenov/notice/dist/notice.umd.js +1 -0
  288. package/test-e2e/node_modules/@peter.naydenov/notice/notice-desk.png +0 -0
  289. package/test-e2e/node_modules/@peter.naydenov/notice/package.json +64 -0
  290. package/test-e2e/node_modules/@peter.naydenov/notice/rollup.config.js +37 -0
  291. package/test-e2e/node_modules/@peter.naydenov/notice/src/main.js +168 -0
  292. package/test-e2e/node_modules/@peter.naydenov/notice/tsconfig.json +11 -0
  293. package/test-e2e/node_modules/@peter.naydenov/notice/types/main.d.ts +12 -0
  294. package/test-e2e/node_modules/@peter.naydenov/notice/types/main.d.ts.map +1 -0
  295. package/test-e2e/node_modules/@peter.naydenov/notice/types/src/main.d.ts +12 -0
  296. package/test-e2e/node_modules/@peter.naydenov/notice/types/src/main.d.ts.map +1 -0
  297. package/test-e2e/node_modules/@peter.naydenov/shortcuts/API.md +939 -0
  298. package/test-e2e/node_modules/@peter.naydenov/shortcuts/CODE_OF_CONDUCT.md +84 -0
  299. package/test-e2e/node_modules/@peter.naydenov/shortcuts/CONTRIBUTING.md +476 -0
  300. package/test-e2e/node_modules/@peter.naydenov/shortcuts/Changelog.md +217 -0
  301. package/test-e2e/node_modules/@peter.naydenov/shortcuts/How.to.create.plugins.md +929 -0
  302. package/test-e2e/node_modules/@peter.naydenov/shortcuts/LICENSE +21 -0
  303. package/test-e2e/node_modules/@peter.naydenov/shortcuts/Migration.guide.md +176 -0
  304. package/test-e2e/node_modules/@peter.naydenov/shortcuts/README-v.2.x.x.md +375 -0
  305. package/test-e2e/node_modules/@peter.naydenov/shortcuts/README.md +900 -0
  306. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/main.d.ts +172 -0
  307. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/methods/_normalizeWithPlugins.d.ts +64 -0
  308. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/methods/_readShortcutWithPlugins.d.ts +9 -0
  309. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/methods/_setupPlugin.d.ts +9 -0
  310. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/methods/_systemAction.d.ts +9 -0
  311. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/methods/changeContext.d.ts +9 -0
  312. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/methods/index.d.ts +19 -0
  313. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/methods/listShortcuts.d.ts +2 -0
  314. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/methods/load.d.ts +9 -0
  315. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/methods/unload.d.ts +9 -0
  316. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/click/_findTarget.d.ts +10 -0
  317. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/click/_listenDOM.d.ts +78 -0
  318. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/click/_normalizeShortcutName.d.ts +8 -0
  319. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/click/_readClickEvent.d.ts +2 -0
  320. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/click/_registerShortcutEvents.d.ts +28 -0
  321. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/click/index.d.ts +16 -0
  322. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/form/_defaults.d.ts +17 -0
  323. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/form/_listenDOM.d.ts +68 -0
  324. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/form/_normalizeShortcutName.d.ts +2 -0
  325. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/form/_registerShortcutEvents.d.ts +96 -0
  326. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/form/index.d.ts +9 -0
  327. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/hover/_findTarget.d.ts +10 -0
  328. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/hover/_listenDOM.d.ts +68 -0
  329. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/hover/_normalizeShortcutName.d.ts +2 -0
  330. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/hover/_registerShortcutEvents.d.ts +28 -0
  331. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/hover/index.d.ts +14 -0
  332. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/key/_listenDOM.d.ts +63 -0
  333. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/key/_normalizeShortcutName.d.ts +2 -0
  334. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/key/_readKeyEvent.d.ts +2 -0
  335. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/key/_registerShortcutEvents.d.ts +28 -0
  336. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/key/_specialChars.d.ts +7 -0
  337. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/key/index.d.ts +14 -0
  338. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/scroll/_listenDOM.d.ts +58 -0
  339. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/scroll/_normalizeShortcutName.d.ts +2 -0
  340. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/scroll/_registerShortcutEvents.d.ts +28 -0
  341. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/plugins/scroll/index.d.ts +16 -0
  342. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/shortcuts.cjs +1 -0
  343. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/shortcuts.esm.mjs +1 -0
  344. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/shortcuts.umd.js +1 -0
  345. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/main.d.ts +172 -0
  346. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/methods/_normalizeWithPlugins.d.ts +64 -0
  347. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/methods/_readShortcutWithPlugins.d.ts +9 -0
  348. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/methods/_setupPlugin.d.ts +9 -0
  349. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/methods/_systemAction.d.ts +9 -0
  350. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/methods/changeContext.d.ts +9 -0
  351. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/methods/index.d.ts +19 -0
  352. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/methods/listShortcuts.d.ts +2 -0
  353. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/methods/load.d.ts +9 -0
  354. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/methods/unload.d.ts +9 -0
  355. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/click/_findTarget.d.ts +10 -0
  356. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/click/_listenDOM.d.ts +78 -0
  357. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/click/_normalizeShortcutName.d.ts +8 -0
  358. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/click/_readClickEvent.d.ts +2 -0
  359. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/click/_registerShortcutEvents.d.ts +28 -0
  360. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/click/index.d.ts +16 -0
  361. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/form/_defaults.d.ts +17 -0
  362. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/form/_listenDOM.d.ts +68 -0
  363. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/form/_normalizeShortcutName.d.ts +2 -0
  364. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/form/_registerShortcutEvents.d.ts +96 -0
  365. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/form/index.d.ts +9 -0
  366. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/hover/_findTarget.d.ts +10 -0
  367. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/hover/_listenDOM.d.ts +68 -0
  368. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/hover/_normalizeShortcutName.d.ts +2 -0
  369. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/hover/_registerShortcutEvents.d.ts +28 -0
  370. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/hover/index.d.ts +14 -0
  371. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/key/_listenDOM.d.ts +63 -0
  372. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/key/_normalizeShortcutName.d.ts +2 -0
  373. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/key/_readKeyEvent.d.ts +2 -0
  374. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/key/_registerShortcutEvents.d.ts +28 -0
  375. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/key/_specialChars.d.ts +7 -0
  376. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/key/index.d.ts +14 -0
  377. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/scroll/_listenDOM.d.ts +58 -0
  378. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/scroll/_normalizeShortcutName.d.ts +2 -0
  379. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/scroll/_registerShortcutEvents.d.ts +28 -0
  380. package/test-e2e/node_modules/@peter.naydenov/shortcuts/dist/src/plugins/scroll/index.d.ts +16 -0
  381. package/test-e2e/node_modules/@peter.naydenov/shortcuts/eslint.config.js +80 -0
  382. package/test-e2e/node_modules/@peter.naydenov/shortcuts/html/assets/index-COTh6lXR.css +1 -0
  383. package/test-e2e/node_modules/@peter.naydenov/shortcuts/html/assets/index-DOkKC3NI.js +53 -0
  384. package/test-e2e/node_modules/@peter.naydenov/shortcuts/html/bg.png +0 -0
  385. package/test-e2e/node_modules/@peter.naydenov/shortcuts/html/favicon.ico +0 -0
  386. package/test-e2e/node_modules/@peter.naydenov/shortcuts/html/favicon.svg +5 -0
  387. package/test-e2e/node_modules/@peter.naydenov/shortcuts/html/html.meta.json.gz +0 -0
  388. package/test-e2e/node_modules/@peter.naydenov/shortcuts/html/index.html +32 -0
  389. package/test-e2e/node_modules/@peter.naydenov/shortcuts/index.html +126 -0
  390. package/test-e2e/node_modules/@peter.naydenov/shortcuts/javascript.svg +1 -0
  391. package/test-e2e/node_modules/@peter.naydenov/shortcuts/jsconfig.json +10 -0
  392. package/test-e2e/node_modules/@peter.naydenov/shortcuts/package.json +66 -0
  393. package/test-e2e/node_modules/@peter.naydenov/shortcuts/public/vite.svg +1 -0
  394. package/test-e2e/node_modules/@peter.naydenov/shortcuts/rollup.config.js +40 -0
  395. package/test-e2e/node_modules/@peter.naydenov/shortcuts/shortcuts.png +0 -0
  396. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/main.js +302 -0
  397. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/methods/_normalizeWithPlugins.js +49 -0
  398. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/methods/_readShortcutWithPlugins.js +32 -0
  399. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/methods/_setupPlugin.js +93 -0
  400. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/methods/_systemAction.js +33 -0
  401. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/methods/changeContext.js +68 -0
  402. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/methods/index.js +25 -0
  403. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/methods/listShortcuts.js +34 -0
  404. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/methods/load.js +58 -0
  405. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/methods/unload.js +38 -0
  406. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/click/_findTarget.js +26 -0
  407. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/click/_listenDOM.js +165 -0
  408. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/click/_normalizeShortcutName.js +51 -0
  409. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/click/_readClickEvent.js +24 -0
  410. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/click/_registerShortcutEvents.js +58 -0
  411. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/click/index.js +67 -0
  412. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/form/_defaults.js +28 -0
  413. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/form/_listenDOM.js +127 -0
  414. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/form/_normalizeShortcutName.js +21 -0
  415. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/form/_registerShortcutEvents.js +147 -0
  416. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/form/index.js +58 -0
  417. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/hover/_findTarget.js +26 -0
  418. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/hover/_listenDOM.js +154 -0
  419. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/hover/_normalizeShortcutName.js +21 -0
  420. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/hover/_registerShortcutEvents.js +51 -0
  421. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/hover/index.js +71 -0
  422. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/key/_listenDOM.js +186 -0
  423. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/key/_normalizeShortcutName.js +32 -0
  424. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/key/_readKeyEvent.js +28 -0
  425. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/key/_registerShortcutEvents.js +57 -0
  426. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/key/_specialChars.js +43 -0
  427. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/key/index.js +67 -0
  428. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/scroll/_listenDOM.js +141 -0
  429. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/scroll/_normalizeShortcutName.js +21 -0
  430. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/scroll/_registerShortcutEvents.js +50 -0
  431. package/test-e2e/node_modules/@peter.naydenov/shortcuts/src/plugins/scroll/index.js +61 -0
  432. package/test-e2e/node_modules/@peter.naydenov/shortcuts/style.css +97 -0
  433. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test/01-general.test.js +275 -0
  434. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test/02-key.test.js +473 -0
  435. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test/03-click.test.js +596 -0
  436. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test/04-form.test.js +327 -0
  437. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test/05-hover.test.js +463 -0
  438. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test/06-scroll.test.js +374 -0
  439. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test-helpers/Block.jsx +15 -0
  440. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test-helpers/setup.js +18 -0
  441. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test-helpers/style.css +26 -0
  442. package/test-e2e/node_modules/@peter.naydenov/shortcuts/test-helpers/wait.js +8 -0
  443. package/test-e2e/node_modules/@peter.naydenov/shortcuts/tsconfig.json +24 -0
  444. package/test-e2e/node_modules/@peter.naydenov/shortcuts/vite.config.js +7 -0
  445. package/test-e2e/node_modules/@peter.naydenov/shortcuts/vitest.config.js +23 -0
  446. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/LICENSE +21 -0
  447. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/cypress/fixtures/example.json +5 -0
  448. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/cypress/support/commands.js +25 -0
  449. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/cypress/support/component-index.html +12 -0
  450. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/cypress/support/component.js +27 -0
  451. package/{cypress.config.mjs → test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/cypress.config.js} +2 -3
  452. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/dist/visual-controller-for-vue3.cjs +1 -0
  453. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/dist/visual-controller-for-vue3.esm.mjs +1 -0
  454. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/dist/visual-controller-for-vue3.umd.js +1 -0
  455. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/index.html +13 -0
  456. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/package.json +43 -0
  457. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/public/vite.svg +1 -0
  458. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/readme.md +233 -0
  459. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/rollup.config.js +42 -0
  460. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/src/App.vue +44 -0
  461. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/src/assets/vue.svg +1 -0
  462. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/src/components/HelloWorld.vue +26 -0
  463. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/src/main.js +101 -0
  464. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/src/style.css +90 -0
  465. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/test/01_general.cy.js +98 -0
  466. package/test-e2e/node_modules/@peter.naydenov/visual-controller-for-vue3/vite.config.js +7 -0
  467. package/test-e2e/node_modules/@rolldown/binding-darwin-arm64/README.md +3 -0
  468. package/test-e2e/node_modules/@rolldown/binding-darwin-arm64/package.json +37 -0
  469. package/test-e2e/node_modules/@rolldown/binding-darwin-arm64/rolldown-binding.darwin-arm64.node +0 -0
  470. package/test-e2e/node_modules/@rolldown/pluginutils/LICENSE +25 -0
  471. package/test-e2e/node_modules/@rolldown/pluginutils/README.md +77 -0
  472. package/test-e2e/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.d.ts +90 -0
  473. package/test-e2e/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.js +256 -0
  474. package/test-e2e/node_modules/@rolldown/pluginutils/dist/filter/filter-vite-plugins.d.ts +28 -0
  475. package/test-e2e/node_modules/@rolldown/pluginutils/dist/filter/filter-vite-plugins.js +75 -0
  476. package/test-e2e/node_modules/@rolldown/pluginutils/dist/filter/index.d.ts +3 -0
  477. package/test-e2e/node_modules/@rolldown/pluginutils/dist/filter/index.js +3 -0
  478. package/test-e2e/node_modules/@rolldown/pluginutils/dist/filter/simple-filters.d.ts +71 -0
  479. package/test-e2e/node_modules/@rolldown/pluginutils/dist/filter/simple-filters.js +70 -0
  480. package/test-e2e/node_modules/@rolldown/pluginutils/dist/index.d.ts +1 -0
  481. package/test-e2e/node_modules/@rolldown/pluginutils/dist/index.js +1 -0
  482. package/test-e2e/node_modules/@rolldown/pluginutils/dist/utils.d.ts +2 -0
  483. package/test-e2e/node_modules/@rolldown/pluginutils/dist/utils.js +17 -0
  484. package/test-e2e/node_modules/@rolldown/pluginutils/package.json +37 -0
  485. package/test-e2e/node_modules/@vitejs/plugin-vue/LICENSE +21 -0
  486. package/test-e2e/node_modules/@vitejs/plugin-vue/README.md +278 -0
  487. package/test-e2e/node_modules/@vitejs/plugin-vue/dist/index.d.mts +120 -0
  488. package/test-e2e/node_modules/@vitejs/plugin-vue/dist/index.mjs +1745 -0
  489. package/test-e2e/node_modules/@vitejs/plugin-vue/package.json +65 -0
  490. package/test-e2e/node_modules/@vue/compiler-core/LICENSE +21 -0
  491. package/test-e2e/node_modules/@vue/compiler-core/README.md +1 -0
  492. package/test-e2e/node_modules/@vue/compiler-core/dist/compiler-core.cjs.js +6888 -0
  493. package/test-e2e/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6763 -0
  494. package/test-e2e/node_modules/@vue/compiler-core/dist/compiler-core.d.ts +1100 -0
  495. package/test-e2e/node_modules/@vue/compiler-core/dist/compiler-core.esm-bundler.js +5835 -0
  496. package/test-e2e/node_modules/@vue/compiler-core/index.js +7 -0
  497. package/test-e2e/node_modules/@vue/compiler-core/package.json +58 -0
  498. package/test-e2e/node_modules/@vue/compiler-dom/LICENSE +21 -0
  499. package/test-e2e/node_modules/@vue/compiler-dom/README.md +1 -0
  500. package/test-e2e/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.js +934 -0
  501. package/test-e2e/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +689 -0
  502. package/test-e2e/node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts +45 -0
  503. package/test-e2e/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-browser.js +6644 -0
  504. package/test-e2e/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-browser.prod.js +14 -0
  505. package/test-e2e/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-bundler.js +690 -0
  506. package/test-e2e/node_modules/@vue/compiler-dom/dist/compiler-dom.global.js +6814 -0
  507. package/test-e2e/node_modules/@vue/compiler-dom/dist/compiler-dom.global.prod.js +14 -0
  508. package/test-e2e/node_modules/@vue/compiler-dom/index.js +7 -0
  509. package/test-e2e/node_modules/@vue/compiler-dom/package.json +57 -0
  510. package/test-e2e/node_modules/@vue/compiler-sfc/LICENSE +21 -0
  511. package/test-e2e/node_modules/@vue/compiler-sfc/README.md +79 -0
  512. package/test-e2e/node_modules/@vue/compiler-sfc/dist/compiler-sfc.cjs.js +25619 -0
  513. package/test-e2e/node_modules/@vue/compiler-sfc/dist/compiler-sfc.d.ts +487 -0
  514. package/test-e2e/node_modules/@vue/compiler-sfc/dist/compiler-sfc.esm-browser.js +50833 -0
  515. package/test-e2e/node_modules/@vue/compiler-sfc/package.json +67 -0
  516. package/test-e2e/node_modules/@vue/compiler-ssr/LICENSE +21 -0
  517. package/test-e2e/node_modules/@vue/compiler-ssr/README.md +1 -0
  518. package/test-e2e/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1413 -0
  519. package/test-e2e/node_modules/@vue/compiler-ssr/dist/compiler-ssr.d.ts +4 -0
  520. package/test-e2e/node_modules/@vue/compiler-ssr/package.json +34 -0
  521. package/test-e2e/node_modules/@vue/reactivity/LICENSE +21 -0
  522. package/test-e2e/node_modules/@vue/reactivity/README.md +19 -0
  523. package/test-e2e/node_modules/@vue/reactivity/dist/reactivity.cjs.js +2033 -0
  524. package/test-e2e/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1877 -0
  525. package/test-e2e/node_modules/@vue/reactivity/dist/reactivity.d.ts +756 -0
  526. package/test-e2e/node_modules/@vue/reactivity/dist/reactivity.esm-browser.js +2031 -0
  527. package/test-e2e/node_modules/@vue/reactivity/dist/reactivity.esm-browser.prod.js +5 -0
  528. package/test-e2e/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js +1990 -0
  529. package/test-e2e/node_modules/@vue/reactivity/dist/reactivity.global.js +2087 -0
  530. package/test-e2e/node_modules/@vue/reactivity/dist/reactivity.global.prod.js +5 -0
  531. package/test-e2e/node_modules/@vue/reactivity/index.js +7 -0
  532. package/test-e2e/node_modules/@vue/reactivity/package.json +55 -0
  533. package/test-e2e/node_modules/@vue/runtime-core/LICENSE +21 -0
  534. package/test-e2e/node_modules/@vue/runtime-core/README.md +28 -0
  535. package/test-e2e/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js +8718 -0
  536. package/test-e2e/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6856 -0
  537. package/test-e2e/node_modules/@vue/runtime-core/dist/runtime-core.d.ts +1866 -0
  538. package/test-e2e/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +8647 -0
  539. package/test-e2e/node_modules/@vue/runtime-core/index.js +7 -0
  540. package/test-e2e/node_modules/@vue/runtime-core/package.json +52 -0
  541. package/test-e2e/node_modules/@vue/runtime-dom/LICENSE +21 -0
  542. package/test-e2e/node_modules/@vue/runtime-dom/README.md +13 -0
  543. package/test-e2e/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js +1946 -0
  544. package/test-e2e/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1796 -0
  545. package/test-e2e/node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts +1450 -0
  546. package/test-e2e/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-browser.js +12794 -0
  547. package/test-e2e/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-browser.prod.js +7 -0
  548. package/test-e2e/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +1985 -0
  549. package/test-e2e/node_modules/@vue/runtime-dom/dist/runtime-dom.global.js +12847 -0
  550. package/test-e2e/node_modules/@vue/runtime-dom/dist/runtime-dom.global.prod.js +7 -0
  551. package/test-e2e/node_modules/@vue/runtime-dom/index.js +7 -0
  552. package/test-e2e/node_modules/@vue/runtime-dom/package.json +60 -0
  553. package/test-e2e/node_modules/@vue/server-renderer/LICENSE +21 -0
  554. package/test-e2e/node_modules/@vue/server-renderer/README.md +178 -0
  555. package/test-e2e/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js +1159 -0
  556. package/test-e2e/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +883 -0
  557. package/test-e2e/node_modules/@vue/server-renderer/dist/server-renderer.d.ts +65 -0
  558. package/test-e2e/node_modules/@vue/server-renderer/dist/server-renderer.esm-browser.js +8627 -0
  559. package/test-e2e/node_modules/@vue/server-renderer/dist/server-renderer.esm-browser.prod.js +5 -0
  560. package/test-e2e/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js +1097 -0
  561. package/test-e2e/node_modules/@vue/server-renderer/index.js +7 -0
  562. package/test-e2e/node_modules/@vue/server-renderer/package.json +55 -0
  563. package/test-e2e/node_modules/@vue/shared/LICENSE +21 -0
  564. package/test-e2e/node_modules/@vue/shared/README.md +3 -0
  565. package/test-e2e/node_modules/@vue/shared/dist/shared.cjs.js +612 -0
  566. package/test-e2e/node_modules/@vue/shared/dist/shared.cjs.prod.js +604 -0
  567. package/test-e2e/node_modules/@vue/shared/dist/shared.d.ts +334 -0
  568. package/test-e2e/node_modules/@vue/shared/dist/shared.esm-bundler.js +536 -0
  569. package/test-e2e/node_modules/@vue/shared/index.js +7 -0
  570. package/test-e2e/node_modules/@vue/shared/package.json +47 -0
  571. package/test-e2e/node_modules/ask-for-promise/LICENSE +21 -0
  572. package/test-e2e/node_modules/ask-for-promise/README.md +278 -0
  573. package/test-e2e/node_modules/ask-for-promise/dist/ask-for-promise.cjs +1 -0
  574. package/test-e2e/node_modules/ask-for-promise/dist/ask-for-promise.esm.mjs +1 -0
  575. package/test-e2e/node_modules/ask-for-promise/dist/ask-for-promise.umd.js +1 -0
  576. package/test-e2e/node_modules/ask-for-promise/package.json +77 -0
  577. package/test-e2e/node_modules/ask-for-promise/src/askForPromise.js +277 -0
  578. package/test-e2e/node_modules/ask-for-promise/types/index.d.ts +18 -0
  579. package/test-e2e/node_modules/csstype/LICENSE +19 -0
  580. package/test-e2e/node_modules/csstype/README.md +291 -0
  581. package/test-e2e/node_modules/csstype/index.d.ts +22569 -0
  582. package/test-e2e/node_modules/csstype/index.js.flow +6863 -0
  583. package/test-e2e/node_modules/csstype/package.json +70 -0
  584. package/test-e2e/node_modules/detect-libc/LICENSE +201 -0
  585. package/test-e2e/node_modules/detect-libc/README.md +163 -0
  586. package/test-e2e/node_modules/detect-libc/index.d.ts +14 -0
  587. package/test-e2e/node_modules/detect-libc/lib/detect-libc.js +313 -0
  588. package/test-e2e/node_modules/detect-libc/lib/elf.js +39 -0
  589. package/test-e2e/node_modules/detect-libc/lib/filesystem.js +51 -0
  590. package/test-e2e/node_modules/detect-libc/lib/process.js +24 -0
  591. package/test-e2e/node_modules/detect-libc/package.json +44 -0
  592. package/test-e2e/node_modules/entities/LICENSE +11 -0
  593. package/test-e2e/node_modules/entities/decode.d.ts +3 -0
  594. package/test-e2e/node_modules/entities/decode.js +3 -0
  595. package/test-e2e/node_modules/entities/dist/commonjs/decode-codepoint.d.ts +19 -0
  596. package/test-e2e/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map +1 -0
  597. package/test-e2e/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
  598. package/test-e2e/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
  599. package/test-e2e/node_modules/entities/dist/commonjs/decode.d.ts +205 -0
  600. package/test-e2e/node_modules/entities/dist/commonjs/decode.d.ts.map +1 -0
  601. package/test-e2e/node_modules/entities/dist/commonjs/decode.js +568 -0
  602. package/test-e2e/node_modules/entities/dist/commonjs/decode.js.map +1 -0
  603. package/test-e2e/node_modules/entities/dist/commonjs/encode.d.ts +22 -0
  604. package/test-e2e/node_modules/entities/dist/commonjs/encode.d.ts.map +1 -0
  605. package/test-e2e/node_modules/entities/dist/commonjs/encode.js +92 -0
  606. package/test-e2e/node_modules/entities/dist/commonjs/encode.js.map +1 -0
  607. package/test-e2e/node_modules/entities/dist/commonjs/escape.d.ts +46 -0
  608. package/test-e2e/node_modules/entities/dist/commonjs/escape.d.ts.map +1 -0
  609. package/test-e2e/node_modules/entities/dist/commonjs/escape.js +138 -0
  610. package/test-e2e/node_modules/entities/dist/commonjs/escape.js.map +1 -0
  611. package/test-e2e/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts +2 -0
  612. package/test-e2e/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map +1 -0
  613. package/test-e2e/node_modules/entities/dist/commonjs/generated/decode-data-html.js +7 -0
  614. package/test-e2e/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
  615. package/test-e2e/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts +2 -0
  616. package/test-e2e/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map +1 -0
  617. package/test-e2e/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +7 -0
  618. package/test-e2e/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
  619. package/test-e2e/node_modules/entities/dist/commonjs/generated/encode-html.d.ts +3 -0
  620. package/test-e2e/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map +1 -0
  621. package/test-e2e/node_modules/entities/dist/commonjs/generated/encode-html.js +14 -0
  622. package/test-e2e/node_modules/entities/dist/commonjs/generated/encode-html.js.map +1 -0
  623. package/test-e2e/node_modules/entities/dist/commonjs/index.d.ts +96 -0
  624. package/test-e2e/node_modules/entities/dist/commonjs/index.d.ts.map +1 -0
  625. package/test-e2e/node_modules/entities/dist/commonjs/index.js +131 -0
  626. package/test-e2e/node_modules/entities/dist/commonjs/index.js.map +1 -0
  627. package/test-e2e/node_modules/entities/dist/commonjs/internal/bin-trie-flags.d.ts +17 -0
  628. package/test-e2e/node_modules/entities/dist/commonjs/internal/bin-trie-flags.d.ts.map +1 -0
  629. package/test-e2e/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js +21 -0
  630. package/test-e2e/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js.map +1 -0
  631. package/test-e2e/node_modules/entities/dist/commonjs/internal/decode-shared.d.ts +2 -0
  632. package/test-e2e/node_modules/entities/dist/commonjs/internal/decode-shared.d.ts.map +1 -0
  633. package/test-e2e/node_modules/entities/dist/commonjs/internal/decode-shared.js +31 -0
  634. package/test-e2e/node_modules/entities/dist/commonjs/internal/decode-shared.js.map +1 -0
  635. package/test-e2e/node_modules/entities/dist/commonjs/internal/encode-shared.d.ts +32 -0
  636. package/test-e2e/node_modules/entities/dist/commonjs/internal/encode-shared.d.ts.map +1 -0
  637. package/test-e2e/node_modules/entities/dist/commonjs/internal/encode-shared.js +94 -0
  638. package/test-e2e/node_modules/entities/dist/commonjs/internal/encode-shared.js.map +1 -0
  639. package/test-e2e/node_modules/entities/dist/commonjs/package.json +3 -0
  640. package/test-e2e/node_modules/entities/dist/esm/decode-codepoint.d.ts +19 -0
  641. package/test-e2e/node_modules/entities/dist/esm/decode-codepoint.d.ts.map +1 -0
  642. package/test-e2e/node_modules/entities/dist/esm/decode-codepoint.js +72 -0
  643. package/test-e2e/node_modules/entities/dist/esm/decode-codepoint.js.map +1 -0
  644. package/test-e2e/node_modules/entities/dist/esm/decode.d.ts +205 -0
  645. package/test-e2e/node_modules/entities/dist/esm/decode.d.ts.map +1 -0
  646. package/test-e2e/node_modules/entities/dist/esm/decode.js +554 -0
  647. package/test-e2e/node_modules/entities/dist/esm/decode.js.map +1 -0
  648. package/test-e2e/node_modules/entities/dist/esm/encode.d.ts +22 -0
  649. package/test-e2e/node_modules/entities/dist/esm/encode.d.ts.map +1 -0
  650. package/test-e2e/node_modules/entities/dist/esm/encode.js +88 -0
  651. package/test-e2e/node_modules/entities/dist/esm/encode.js.map +1 -0
  652. package/test-e2e/node_modules/entities/dist/esm/escape.d.ts +46 -0
  653. package/test-e2e/node_modules/entities/dist/esm/escape.d.ts.map +1 -0
  654. package/test-e2e/node_modules/entities/dist/esm/escape.js +134 -0
  655. package/test-e2e/node_modules/entities/dist/esm/escape.js.map +1 -0
  656. package/test-e2e/node_modules/entities/dist/esm/generated/decode-data-html.d.ts +2 -0
  657. package/test-e2e/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map +1 -0
  658. package/test-e2e/node_modules/entities/dist/esm/generated/decode-data-html.js +4 -0
  659. package/test-e2e/node_modules/entities/dist/esm/generated/decode-data-html.js.map +1 -0
  660. package/test-e2e/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts +2 -0
  661. package/test-e2e/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map +1 -0
  662. package/test-e2e/node_modules/entities/dist/esm/generated/decode-data-xml.js +4 -0
  663. package/test-e2e/node_modules/entities/dist/esm/generated/decode-data-xml.js.map +1 -0
  664. package/test-e2e/node_modules/entities/dist/esm/generated/encode-html.d.ts +3 -0
  665. package/test-e2e/node_modules/entities/dist/esm/generated/encode-html.d.ts.map +1 -0
  666. package/test-e2e/node_modules/entities/dist/esm/generated/encode-html.js +11 -0
  667. package/test-e2e/node_modules/entities/dist/esm/generated/encode-html.js.map +1 -0
  668. package/test-e2e/node_modules/entities/dist/esm/index.d.ts +96 -0
  669. package/test-e2e/node_modules/entities/dist/esm/index.d.ts.map +1 -0
  670. package/test-e2e/node_modules/entities/dist/esm/index.js +107 -0
  671. package/test-e2e/node_modules/entities/dist/esm/index.js.map +1 -0
  672. package/test-e2e/node_modules/entities/dist/esm/internal/bin-trie-flags.d.ts +17 -0
  673. package/test-e2e/node_modules/entities/dist/esm/internal/bin-trie-flags.d.ts.map +1 -0
  674. package/test-e2e/node_modules/entities/dist/esm/internal/bin-trie-flags.js +18 -0
  675. package/test-e2e/node_modules/entities/dist/esm/internal/bin-trie-flags.js.map +1 -0
  676. package/test-e2e/node_modules/entities/dist/esm/internal/decode-shared.d.ts +2 -0
  677. package/test-e2e/node_modules/entities/dist/esm/internal/decode-shared.d.ts.map +1 -0
  678. package/test-e2e/node_modules/entities/dist/esm/internal/decode-shared.js +28 -0
  679. package/test-e2e/node_modules/entities/dist/esm/internal/decode-shared.js.map +1 -0
  680. package/test-e2e/node_modules/entities/dist/esm/internal/encode-shared.d.ts +32 -0
  681. package/test-e2e/node_modules/entities/dist/esm/internal/encode-shared.d.ts.map +1 -0
  682. package/test-e2e/node_modules/entities/dist/esm/internal/encode-shared.js +91 -0
  683. package/test-e2e/node_modules/entities/dist/esm/internal/encode-shared.js.map +1 -0
  684. package/test-e2e/node_modules/entities/dist/esm/package.json +3 -0
  685. package/test-e2e/node_modules/entities/escape.d.ts +3 -0
  686. package/test-e2e/node_modules/entities/escape.js +3 -0
  687. package/test-e2e/node_modules/entities/package.json +120 -0
  688. package/test-e2e/node_modules/entities/readme.md +143 -0
  689. package/test-e2e/node_modules/entities/src/decode-codepoint.ts +81 -0
  690. package/test-e2e/node_modules/entities/src/decode.ts +685 -0
  691. package/test-e2e/node_modules/entities/src/encode.ts +93 -0
  692. package/test-e2e/node_modules/entities/src/escape.ts +161 -0
  693. package/test-e2e/node_modules/entities/src/generated/.eslintrc.json +10 -0
  694. package/test-e2e/node_modules/entities/src/generated/decode-data-html.ts +6 -0
  695. package/test-e2e/node_modules/entities/src/generated/decode-data-xml.ts +6 -0
  696. package/test-e2e/node_modules/entities/src/generated/encode-html.ts +17 -0
  697. package/test-e2e/node_modules/entities/src/index.ts +187 -0
  698. package/test-e2e/node_modules/entities/src/internal/bin-trie-flags.ts +16 -0
  699. package/test-e2e/node_modules/entities/src/internal/decode-shared.ts +30 -0
  700. package/test-e2e/node_modules/entities/src/internal/encode-shared.ts +121 -0
  701. package/test-e2e/node_modules/estree-walker/CHANGELOG.md +92 -0
  702. package/test-e2e/node_modules/estree-walker/LICENSE +7 -0
  703. package/test-e2e/node_modules/estree-walker/README.md +48 -0
  704. package/test-e2e/node_modules/estree-walker/dist/esm/estree-walker.js +333 -0
  705. package/test-e2e/node_modules/estree-walker/dist/esm/package.json +1 -0
  706. package/test-e2e/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
  707. package/test-e2e/node_modules/estree-walker/package.json +37 -0
  708. package/test-e2e/node_modules/estree-walker/src/async.js +118 -0
  709. package/test-e2e/node_modules/estree-walker/src/index.js +35 -0
  710. package/test-e2e/node_modules/estree-walker/src/package.json +1 -0
  711. package/test-e2e/node_modules/estree-walker/src/sync.js +118 -0
  712. package/test-e2e/node_modules/estree-walker/src/walker.js +61 -0
  713. package/test-e2e/node_modules/estree-walker/types/async.d.ts +53 -0
  714. package/test-e2e/node_modules/estree-walker/types/index.d.ts +56 -0
  715. package/test-e2e/node_modules/estree-walker/types/sync.d.ts +53 -0
  716. package/test-e2e/node_modules/estree-walker/types/tsconfig.tsbuildinfo +345 -0
  717. package/test-e2e/node_modules/estree-walker/types/walker.d.ts +37 -0
  718. package/test-e2e/node_modules/fdir/LICENSE +7 -0
  719. package/test-e2e/node_modules/fdir/README.md +91 -0
  720. package/test-e2e/node_modules/fdir/dist/index.cjs +588 -0
  721. package/test-e2e/node_modules/fdir/dist/index.d.cts +155 -0
  722. package/test-e2e/node_modules/fdir/dist/index.d.mts +155 -0
  723. package/test-e2e/node_modules/fdir/dist/index.mjs +570 -0
  724. package/test-e2e/node_modules/fdir/package.json +103 -0
  725. package/test-e2e/node_modules/lightningcss/LICENSE +373 -0
  726. package/test-e2e/node_modules/lightningcss/README.md +105 -0
  727. package/test-e2e/node_modules/lightningcss/node/ast.d.ts +9892 -0
  728. package/test-e2e/node_modules/lightningcss/node/ast.js.flow +10539 -0
  729. package/test-e2e/node_modules/lightningcss/node/browserslistToTargets.js +48 -0
  730. package/test-e2e/node_modules/lightningcss/node/composeVisitors.js +450 -0
  731. package/test-e2e/node_modules/lightningcss/node/flags.js +28 -0
  732. package/test-e2e/node_modules/lightningcss/node/index.d.ts +494 -0
  733. package/test-e2e/node_modules/lightningcss/node/index.js +59 -0
  734. package/test-e2e/node_modules/lightningcss/node/index.js.flow +843 -0
  735. package/test-e2e/node_modules/lightningcss/node/index.mjs +4 -0
  736. package/test-e2e/node_modules/lightningcss/node/targets.d.ts +40 -0
  737. package/test-e2e/node_modules/lightningcss/node/targets.js.flow +39 -0
  738. package/test-e2e/node_modules/lightningcss/package.json +110 -0
  739. package/test-e2e/node_modules/lightningcss-darwin-arm64/LICENSE +373 -0
  740. package/test-e2e/node_modules/lightningcss-darwin-arm64/README.md +1 -0
  741. package/test-e2e/node_modules/lightningcss-darwin-arm64/lightningcss.darwin-arm64.node +0 -0
  742. package/test-e2e/node_modules/lightningcss-darwin-arm64/package.json +34 -0
  743. package/test-e2e/node_modules/magic-string/LICENSE +7 -0
  744. package/test-e2e/node_modules/magic-string/README.md +325 -0
  745. package/test-e2e/node_modules/magic-string/dist/magic-string.cjs.d.ts +289 -0
  746. package/test-e2e/node_modules/magic-string/dist/magic-string.cjs.js +1594 -0
  747. package/test-e2e/node_modules/magic-string/dist/magic-string.cjs.js.map +1 -0
  748. package/test-e2e/node_modules/magic-string/dist/magic-string.es.d.mts +289 -0
  749. package/test-e2e/node_modules/magic-string/dist/magic-string.es.mjs +1588 -0
  750. package/test-e2e/node_modules/magic-string/dist/magic-string.es.mjs.map +1 -0
  751. package/test-e2e/node_modules/magic-string/dist/magic-string.umd.js +1682 -0
  752. package/test-e2e/node_modules/magic-string/dist/magic-string.umd.js.map +1 -0
  753. package/test-e2e/node_modules/magic-string/package.json +67 -0
  754. package/test-e2e/node_modules/nanoid/LICENSE +20 -0
  755. package/test-e2e/node_modules/nanoid/README.md +39 -0
  756. package/test-e2e/node_modules/nanoid/async/index.browser.cjs +69 -0
  757. package/test-e2e/node_modules/nanoid/async/index.browser.js +34 -0
  758. package/test-e2e/node_modules/nanoid/async/index.cjs +71 -0
  759. package/test-e2e/node_modules/nanoid/async/index.d.ts +56 -0
  760. package/test-e2e/node_modules/nanoid/async/index.js +35 -0
  761. package/test-e2e/node_modules/nanoid/async/index.native.js +26 -0
  762. package/test-e2e/node_modules/nanoid/async/package.json +12 -0
  763. package/test-e2e/node_modules/nanoid/bin/nanoid.cjs +55 -0
  764. package/test-e2e/node_modules/nanoid/index.browser.cjs +72 -0
  765. package/test-e2e/node_modules/nanoid/index.browser.js +34 -0
  766. package/test-e2e/node_modules/nanoid/index.cjs +85 -0
  767. package/test-e2e/node_modules/nanoid/index.d.cts +91 -0
  768. package/test-e2e/node_modules/nanoid/index.d.ts +91 -0
  769. package/test-e2e/node_modules/nanoid/index.js +45 -0
  770. package/test-e2e/node_modules/nanoid/nanoid.js +1 -0
  771. package/test-e2e/node_modules/nanoid/non-secure/index.cjs +34 -0
  772. package/test-e2e/node_modules/nanoid/non-secure/index.d.ts +33 -0
  773. package/test-e2e/node_modules/nanoid/non-secure/index.js +21 -0
  774. package/test-e2e/node_modules/nanoid/non-secure/package.json +6 -0
  775. package/test-e2e/node_modules/nanoid/package.json +89 -0
  776. package/test-e2e/node_modules/nanoid/url-alphabet/index.cjs +7 -0
  777. package/test-e2e/node_modules/nanoid/url-alphabet/index.js +3 -0
  778. package/test-e2e/node_modules/nanoid/url-alphabet/package.json +6 -0
  779. package/test-e2e/node_modules/picocolors/LICENSE +15 -0
  780. package/test-e2e/node_modules/picocolors/README.md +21 -0
  781. package/test-e2e/node_modules/picocolors/package.json +25 -0
  782. package/test-e2e/node_modules/picocolors/picocolors.browser.js +4 -0
  783. package/test-e2e/node_modules/picocolors/picocolors.d.ts +5 -0
  784. package/test-e2e/node_modules/picocolors/picocolors.js +75 -0
  785. package/test-e2e/node_modules/picocolors/types.d.ts +51 -0
  786. package/test-e2e/node_modules/picomatch/LICENSE +21 -0
  787. package/test-e2e/node_modules/picomatch/README.md +749 -0
  788. package/test-e2e/node_modules/picomatch/index.js +17 -0
  789. package/test-e2e/node_modules/picomatch/lib/constants.js +184 -0
  790. package/test-e2e/node_modules/picomatch/lib/parse.js +1386 -0
  791. package/test-e2e/node_modules/picomatch/lib/picomatch.js +349 -0
  792. package/test-e2e/node_modules/picomatch/lib/scan.js +391 -0
  793. package/test-e2e/node_modules/picomatch/lib/utils.js +72 -0
  794. package/test-e2e/node_modules/picomatch/package.json +82 -0
  795. package/test-e2e/node_modules/picomatch/posix.js +3 -0
  796. package/test-e2e/node_modules/postcss/LICENSE +20 -0
  797. package/test-e2e/node_modules/postcss/README.md +28 -0
  798. package/test-e2e/node_modules/postcss/lib/at-rule.d.ts +139 -0
  799. package/test-e2e/node_modules/postcss/lib/at-rule.js +25 -0
  800. package/test-e2e/node_modules/postcss/lib/comment.d.ts +67 -0
  801. package/test-e2e/node_modules/postcss/lib/comment.js +13 -0
  802. package/test-e2e/node_modules/postcss/lib/container.d.ts +478 -0
  803. package/test-e2e/node_modules/postcss/lib/container.js +447 -0
  804. package/test-e2e/node_modules/postcss/lib/css-syntax-error.d.ts +247 -0
  805. package/test-e2e/node_modules/postcss/lib/css-syntax-error.js +133 -0
  806. package/test-e2e/node_modules/postcss/lib/declaration.d.ts +150 -0
  807. package/test-e2e/node_modules/postcss/lib/declaration.js +24 -0
  808. package/test-e2e/node_modules/postcss/lib/document.d.ts +68 -0
  809. package/test-e2e/node_modules/postcss/lib/document.js +33 -0
  810. package/test-e2e/node_modules/postcss/lib/fromJSON.d.ts +9 -0
  811. package/test-e2e/node_modules/postcss/lib/fromJSON.js +54 -0
  812. package/test-e2e/node_modules/postcss/lib/input.d.ts +226 -0
  813. package/test-e2e/node_modules/postcss/lib/input.js +273 -0
  814. package/test-e2e/node_modules/postcss/lib/lazy-result.d.ts +189 -0
  815. package/test-e2e/node_modules/postcss/lib/lazy-result.js +550 -0
  816. package/test-e2e/node_modules/postcss/lib/list.d.ts +60 -0
  817. package/test-e2e/node_modules/postcss/lib/list.js +58 -0
  818. package/test-e2e/node_modules/postcss/lib/map-generator.js +376 -0
  819. package/test-e2e/node_modules/postcss/lib/no-work-result.d.ts +45 -0
  820. package/test-e2e/node_modules/postcss/lib/no-work-result.js +137 -0
  821. package/test-e2e/node_modules/postcss/lib/node.d.ts +555 -0
  822. package/test-e2e/node_modules/postcss/lib/node.js +449 -0
  823. package/test-e2e/node_modules/postcss/lib/parse.d.ts +9 -0
  824. package/test-e2e/node_modules/postcss/lib/parse.js +42 -0
  825. package/test-e2e/node_modules/postcss/lib/parser.js +611 -0
  826. package/test-e2e/node_modules/postcss/lib/postcss.d.mts +66 -0
  827. package/test-e2e/node_modules/postcss/lib/postcss.d.ts +456 -0
  828. package/test-e2e/node_modules/postcss/lib/postcss.js +101 -0
  829. package/test-e2e/node_modules/postcss/lib/postcss.mjs +30 -0
  830. package/test-e2e/node_modules/postcss/lib/previous-map.d.ts +80 -0
  831. package/test-e2e/node_modules/postcss/lib/previous-map.js +145 -0
  832. package/test-e2e/node_modules/postcss/lib/processor.d.ts +114 -0
  833. package/test-e2e/node_modules/postcss/lib/processor.js +67 -0
  834. package/test-e2e/node_modules/postcss/lib/result.d.ts +204 -0
  835. package/test-e2e/node_modules/postcss/lib/result.js +42 -0
  836. package/test-e2e/node_modules/postcss/lib/root.d.ts +86 -0
  837. package/test-e2e/node_modules/postcss/lib/root.js +61 -0
  838. package/test-e2e/node_modules/postcss/lib/rule.d.ts +126 -0
  839. package/test-e2e/node_modules/postcss/lib/rule.js +27 -0
  840. package/test-e2e/node_modules/postcss/lib/stringifier.d.ts +45 -0
  841. package/test-e2e/node_modules/postcss/lib/stringifier.js +353 -0
  842. package/test-e2e/node_modules/postcss/lib/stringify.d.ts +9 -0
  843. package/test-e2e/node_modules/postcss/lib/stringify.js +11 -0
  844. package/test-e2e/node_modules/postcss/lib/symbols.js +5 -0
  845. package/test-e2e/node_modules/postcss/lib/terminal-highlight.js +70 -0
  846. package/test-e2e/node_modules/postcss/lib/tokenize.js +266 -0
  847. package/test-e2e/node_modules/postcss/lib/warn-once.js +13 -0
  848. package/test-e2e/node_modules/postcss/lib/warning.d.ts +146 -0
  849. package/test-e2e/node_modules/postcss/lib/warning.js +37 -0
  850. package/test-e2e/node_modules/postcss/package.json +88 -0
  851. package/test-e2e/node_modules/rolldown/LICENSE +25 -0
  852. package/test-e2e/node_modules/rolldown/README.md +11 -0
  853. package/test-e2e/node_modules/rolldown/bin/cli.mjs +2 -0
  854. package/test-e2e/node_modules/rolldown/dist/cli.d.mts +1 -0
  855. package/test-e2e/node_modules/rolldown/dist/cli.mjs +1191 -0
  856. package/test-e2e/node_modules/rolldown/dist/config.d.mts +14 -0
  857. package/test-e2e/node_modules/rolldown/dist/config.mjs +4 -0
  858. package/test-e2e/node_modules/rolldown/dist/experimental-index.d.mts +253 -0
  859. package/test-e2e/node_modules/rolldown/dist/experimental-index.mjs +320 -0
  860. package/test-e2e/node_modules/rolldown/dist/experimental-runtime-types.d.ts +98 -0
  861. package/test-e2e/node_modules/rolldown/dist/filter-index.d.mts +196 -0
  862. package/test-e2e/node_modules/rolldown/dist/filter-index.mjs +386 -0
  863. package/test-e2e/node_modules/rolldown/dist/get-log-filter.d.mts +3 -0
  864. package/test-e2e/node_modules/rolldown/dist/get-log-filter.mjs +68 -0
  865. package/test-e2e/node_modules/rolldown/dist/index.d.mts +4 -0
  866. package/test-e2e/node_modules/rolldown/dist/index.mjs +50 -0
  867. package/test-e2e/node_modules/rolldown/dist/parallel-plugin-worker.d.mts +1 -0
  868. package/test-e2e/node_modules/rolldown/dist/parallel-plugin-worker.mjs +28 -0
  869. package/test-e2e/node_modules/rolldown/dist/parallel-plugin.d.mts +13 -0
  870. package/test-e2e/node_modules/rolldown/dist/parallel-plugin.mjs +6 -0
  871. package/test-e2e/node_modules/rolldown/dist/parse-ast-index.d.mts +32 -0
  872. package/test-e2e/node_modules/rolldown/dist/parse-ast-index.mjs +60 -0
  873. package/test-e2e/node_modules/rolldown/dist/plugins-index.d.mts +33 -0
  874. package/test-e2e/node_modules/rolldown/dist/plugins-index.mjs +40 -0
  875. package/test-e2e/node_modules/rolldown/dist/shared/binding-DUEnSb0A.d.mts +1872 -0
  876. package/test-e2e/node_modules/rolldown/dist/shared/binding-s-V_wTpj.mjs +582 -0
  877. package/test-e2e/node_modules/rolldown/dist/shared/bindingify-input-options-DYpBf1OG.mjs +2235 -0
  878. package/test-e2e/node_modules/rolldown/dist/shared/constructors-BaEBnHl3.mjs +68 -0
  879. package/test-e2e/node_modules/rolldown/dist/shared/constructors-DYemMpPL.d.mts +37 -0
  880. package/test-e2e/node_modules/rolldown/dist/shared/define-config-DJOr6Iwt.mjs +6 -0
  881. package/test-e2e/node_modules/rolldown/dist/shared/define-config-DhJZwTRw.d.mts +3795 -0
  882. package/test-e2e/node_modules/rolldown/dist/shared/error-w0u7biK-.mjs +85 -0
  883. package/test-e2e/node_modules/rolldown/dist/shared/get-log-filter-semyr3Lj.d.mts +35 -0
  884. package/test-e2e/node_modules/rolldown/dist/shared/load-config-pmbgQdFU.mjs +120 -0
  885. package/test-e2e/node_modules/rolldown/dist/shared/logging-C6h4g8dA.d.mts +50 -0
  886. package/test-e2e/node_modules/rolldown/dist/shared/logs-D80CXhvg.mjs +180 -0
  887. package/test-e2e/node_modules/rolldown/dist/shared/misc-DJYbNKZX.mjs +21 -0
  888. package/test-e2e/node_modules/rolldown/dist/shared/normalize-string-or-regex-CVvpepxa.mjs +66 -0
  889. package/test-e2e/node_modules/rolldown/dist/shared/parse-BywQARUG.mjs +74 -0
  890. package/test-e2e/node_modules/rolldown/dist/shared/prompt-BYQIwEjg.mjs +845 -0
  891. package/test-e2e/node_modules/rolldown/dist/shared/resolve-tsconfig-CNjJwuKB.mjs +113 -0
  892. package/test-e2e/node_modules/rolldown/dist/shared/rolldown-BLMDGLfI.mjs +40 -0
  893. package/test-e2e/node_modules/rolldown/dist/shared/rolldown-build-DtGk-m96.mjs +3321 -0
  894. package/test-e2e/node_modules/rolldown/dist/shared/transform-Kz3D2LbX.d.mts +149 -0
  895. package/test-e2e/node_modules/rolldown/dist/shared/watch-Cixa7HbR.mjs +374 -0
  896. package/test-e2e/node_modules/rolldown/dist/utils-index.d.mts +376 -0
  897. package/test-e2e/node_modules/rolldown/dist/utils-index.mjs +2414 -0
  898. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/LICENSE +25 -0
  899. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/README.md +83 -0
  900. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.d.ts +90 -0
  901. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/filter/composable-filters.js +256 -0
  902. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/filter/filter-vite-plugins.d.ts +28 -0
  903. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/filter/filter-vite-plugins.js +75 -0
  904. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/filter/index.d.ts +3 -0
  905. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/filter/index.js +3 -0
  906. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/filter/simple-filters.d.ts +71 -0
  907. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/filter/simple-filters.js +70 -0
  908. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/index.d.ts +1 -0
  909. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/index.js +1 -0
  910. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/utils.d.ts +2 -0
  911. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/dist/utils.js +17 -0
  912. package/test-e2e/node_modules/rolldown/node_modules/@rolldown/pluginutils/package.json +37 -0
  913. package/test-e2e/node_modules/rolldown/package.json +153 -0
  914. package/test-e2e/node_modules/source-map-js/LICENSE +28 -0
  915. package/test-e2e/node_modules/source-map-js/README.md +765 -0
  916. package/test-e2e/node_modules/source-map-js/lib/array-set.js +121 -0
  917. package/test-e2e/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  918. package/test-e2e/node_modules/source-map-js/lib/base64.js +67 -0
  919. package/test-e2e/node_modules/source-map-js/lib/binary-search.js +111 -0
  920. package/test-e2e/node_modules/source-map-js/lib/mapping-list.js +79 -0
  921. package/test-e2e/node_modules/source-map-js/lib/quick-sort.js +132 -0
  922. package/test-e2e/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
  923. package/test-e2e/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  924. package/test-e2e/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
  925. package/test-e2e/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  926. package/test-e2e/node_modules/source-map-js/lib/source-node.d.ts +1 -0
  927. package/test-e2e/node_modules/source-map-js/lib/source-node.js +413 -0
  928. package/test-e2e/node_modules/source-map-js/lib/util.js +594 -0
  929. package/test-e2e/node_modules/source-map-js/package.json +71 -0
  930. package/test-e2e/node_modules/source-map-js/source-map.d.ts +104 -0
  931. package/test-e2e/node_modules/source-map-js/source-map.js +8 -0
  932. package/test-e2e/node_modules/tinyglobby/LICENSE +21 -0
  933. package/test-e2e/node_modules/tinyglobby/README.md +25 -0
  934. package/test-e2e/node_modules/tinyglobby/dist/index.cjs +334 -0
  935. package/test-e2e/node_modules/tinyglobby/dist/index.d.cts +148 -0
  936. package/test-e2e/node_modules/tinyglobby/dist/index.d.mts +148 -0
  937. package/test-e2e/node_modules/tinyglobby/dist/index.mjs +306 -0
  938. package/test-e2e/node_modules/tinyglobby/package.json +73 -0
  939. package/test-e2e/node_modules/vite/LICENSE.md +2230 -0
  940. package/test-e2e/node_modules/vite/README.md +20 -0
  941. package/test-e2e/node_modules/vite/bin/openChrome.js +68 -0
  942. package/test-e2e/node_modules/vite/bin/vite.js +79 -0
  943. package/test-e2e/node_modules/vite/client.d.ts +282 -0
  944. package/test-e2e/node_modules/vite/dist/client/client.mjs +1235 -0
  945. package/test-e2e/node_modules/vite/dist/client/env.mjs +18 -0
  946. package/test-e2e/node_modules/vite/dist/node/chunks/build.js +2 -0
  947. package/test-e2e/node_modules/vite/dist/node/chunks/build2.js +5378 -0
  948. package/test-e2e/node_modules/vite/dist/node/chunks/chunk.js +37 -0
  949. package/test-e2e/node_modules/vite/dist/node/chunks/config.js +2 -0
  950. package/test-e2e/node_modules/vite/dist/node/chunks/dist.js +6719 -0
  951. package/test-e2e/node_modules/vite/dist/node/chunks/lib.js +371 -0
  952. package/test-e2e/node_modules/vite/dist/node/chunks/logger.js +322 -0
  953. package/test-e2e/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts +96 -0
  954. package/test-e2e/node_modules/vite/dist/node/chunks/node.js +34785 -0
  955. package/test-e2e/node_modules/vite/dist/node/chunks/optimizer.js +2 -0
  956. package/test-e2e/node_modules/vite/dist/node/chunks/postcss-import.js +467 -0
  957. package/test-e2e/node_modules/vite/dist/node/chunks/preview.js +2 -0
  958. package/test-e2e/node_modules/vite/dist/node/chunks/server.js +2 -0
  959. package/test-e2e/node_modules/vite/dist/node/cli.js +837 -0
  960. package/test-e2e/node_modules/vite/dist/node/index.d.ts +3867 -0
  961. package/test-e2e/node_modules/vite/dist/node/index.js +3 -0
  962. package/test-e2e/node_modules/vite/dist/node/internal.d.ts +2 -0
  963. package/test-e2e/node_modules/vite/dist/node/internal.js +2 -0
  964. package/test-e2e/node_modules/vite/dist/node/module-runner.d.ts +315 -0
  965. package/test-e2e/node_modules/vite/dist/node/module-runner.js +1262 -0
  966. package/test-e2e/node_modules/vite/misc/false.js +1 -0
  967. package/test-e2e/node_modules/vite/misc/true.js +1 -0
  968. package/test-e2e/node_modules/vite/package.json +192 -0
  969. package/test-e2e/node_modules/vite/types/customEvent.d.ts +79 -0
  970. package/test-e2e/node_modules/vite/types/hmrPayload.d.ts +80 -0
  971. package/test-e2e/node_modules/vite/types/hot.d.ts +39 -0
  972. package/test-e2e/node_modules/vite/types/import-meta.d.ts +5 -0
  973. package/test-e2e/node_modules/vite/types/importGlob.d.ts +89 -0
  974. package/test-e2e/node_modules/vite/types/importMeta.d.ts +30 -0
  975. package/test-e2e/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +44 -0
  976. package/test-e2e/node_modules/vite/types/internal/esbuildOptions.d.ts +28 -0
  977. package/test-e2e/node_modules/vite/types/internal/lightningcssOptions.d.ts +18 -0
  978. package/test-e2e/node_modules/vite/types/internal/rollupTypeCompat.d.ts +24 -0
  979. package/test-e2e/node_modules/vite/types/internal/terserOptions.d.ts +11 -0
  980. package/test-e2e/node_modules/vite/types/metadata.d.ts +47 -0
  981. package/test-e2e/node_modules/vue/LICENSE +21 -0
  982. package/test-e2e/node_modules/vue/README.md +58 -0
  983. package/test-e2e/node_modules/vue/compiler-sfc/index.browser.js +1 -0
  984. package/test-e2e/node_modules/vue/compiler-sfc/index.browser.mjs +1 -0
  985. package/test-e2e/node_modules/vue/compiler-sfc/index.d.mts +1 -0
  986. package/test-e2e/node_modules/vue/compiler-sfc/index.d.ts +1 -0
  987. package/test-e2e/node_modules/vue/compiler-sfc/index.js +3 -0
  988. package/test-e2e/node_modules/vue/compiler-sfc/index.mjs +3 -0
  989. package/test-e2e/node_modules/vue/compiler-sfc/package.json +4 -0
  990. package/test-e2e/node_modules/vue/compiler-sfc/register-ts.js +3 -0
  991. package/test-e2e/node_modules/vue/dist/vue.cjs.js +80 -0
  992. package/test-e2e/node_modules/vue/dist/vue.cjs.prod.js +66 -0
  993. package/test-e2e/node_modules/vue/dist/vue.d.mts +7 -0
  994. package/test-e2e/node_modules/vue/dist/vue.d.ts +7 -0
  995. package/test-e2e/node_modules/vue/dist/vue.esm-browser.js +18708 -0
  996. package/test-e2e/node_modules/vue/dist/vue.esm-browser.prod.js +13 -0
  997. package/test-e2e/node_modules/vue/dist/vue.esm-bundler.js +71 -0
  998. package/test-e2e/node_modules/vue/dist/vue.global.js +18588 -0
  999. package/test-e2e/node_modules/vue/dist/vue.global.prod.js +13 -0
  1000. package/test-e2e/node_modules/vue/dist/vue.runtime.esm-browser.js +12817 -0
  1001. package/test-e2e/node_modules/vue/dist/vue.runtime.esm-browser.prod.js +7 -0
  1002. package/test-e2e/node_modules/vue/dist/vue.runtime.esm-bundler.js +26 -0
  1003. package/test-e2e/node_modules/vue/dist/vue.runtime.global.js +12871 -0
  1004. package/test-e2e/node_modules/vue/dist/vue.runtime.global.prod.js +7 -0
  1005. package/test-e2e/node_modules/vue/index.js +7 -0
  1006. package/test-e2e/node_modules/vue/index.mjs +1 -0
  1007. package/test-e2e/node_modules/vue/jsx-runtime/index.d.ts +25 -0
  1008. package/test-e2e/node_modules/vue/jsx-runtime/index.js +15 -0
  1009. package/test-e2e/node_modules/vue/jsx-runtime/index.mjs +12 -0
  1010. package/test-e2e/node_modules/vue/jsx-runtime/package.json +5 -0
  1011. package/test-e2e/node_modules/vue/jsx.d.ts +22 -0
  1012. package/test-e2e/node_modules/vue/package.json +112 -0
  1013. package/test-e2e/node_modules/vue/server-renderer/index.d.mts +1 -0
  1014. package/test-e2e/node_modules/vue/server-renderer/index.d.ts +1 -0
  1015. package/test-e2e/node_modules/vue/server-renderer/index.js +1 -0
  1016. package/test-e2e/node_modules/vue/server-renderer/index.mjs +1 -0
  1017. package/test-e2e/node_modules/vue/server-renderer/package.json +4 -0
  1018. package/test-e2e/package-lock.json +1164 -0
  1019. package/test-e2e/package.json +17 -0
  1020. package/test-e2e/vite.config.js +17 -0
  1021. package/test-results/.last-run.json +4 -0
  1022. package/vite.config.js +12 -2
  1023. package/vitest.config.js +1 -1
  1024. package/cypress/support/component-index.html +0 -11
  1025. package/test/01-general.cy.js +0 -348
  1026. /package/{test → test-e2e}/blue.vue +0 -0
  1027. /package/{test → test-e2e}/dummy.vue +0 -0
  1028. /package/{test → test-e2e}/gray.vue +0 -0
  1029. /package/{test → test-e2e}/red.vue +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"@peter__naydenov_shortcuts.js","names":["t"],"sources":["../../@peter.naydenov/notice/src/main.js","../../@peter.naydenov/shortcuts/dist/shortcuts.esm.mjs"],"sourcesContent":["\"use strict\"\nfunction notice () {\n \n let \n scroll = {'*':[]} // General events with their subscribers\n , scrollOnce = {} // Single events with their subscribers\n , ignore = new Set () // Ignore event names ( general and single )\n , debugFlag = false \n , debugHeader = ''\n ;\n /**\n * Register a regular event.\n * @param {string|Symbol} e - Name of the event;\n * @param {function} fn - Behaviour that will be assigned to this eventName;\n * @returns void\n */\n function on ( e, fn ) {\n if ( !scroll[e] ) scroll[e] = []\n scroll[e].push ( fn )\n } // on func.\n\n /**\n * Register a single event that will be triggered only once.\n * @param {string|Symbol} e - Name of the event; the wildcard '*' is not supported.\n * @param {function} fn - Behaviour that will be executed when the event is triggered.\n */\n function once ( e, fn ) {\n if ( e === '*' ) return // The wildcard '*' doesn't work for 'once' events\n if ( !scrollOnce[e] ) scrollOnce[e] = []\n scrollOnce[e].push ( fn )\n } // once func.\n /**\n * Remove a behavior (function) related to the specified event.\n * If 'fx' is provided, only that specific function will be removed from the event.\n * If 'fx' is not provided, all functions related to the event will be removed.\n * Works with both regular and single events.\n * \n * @param {string|Symbol} e - Name of the event.\n * @param {function} [fx] - Optional. The specific function to be removed.\n */\n function off ( e, fx ) {\n if ( fx ) { // fx is optional\n if ( scroll[e] ) scroll[e] = scroll[e].filter ( fn => fn !== fx )\n if ( scrollOnce[e] ) scrollOnce[e] = scrollOnce[e].filter ( fn => fn !== fx )\n if ( scroll[e] && scroll[e].length === 0 ) delete scroll[e]\n if ( scrollOnce[e] && scrollOnce[e].length === 0 ) delete scroll[e]\n return\n }\n if ( scrollOnce[e] ) delete scrollOnce[e]\n if ( scroll[e] ) delete scroll[e]\n } // off func.\n /**\n * Resets all event-related data structures.\n * Clears all general and single event subscriptions, as well as the ignore list.\n */\n function reset () {\n scroll = {'*':[]}\n scrollOnce = {}\n ignore = new Set ()\n } // reset func.\n /**\n * Enables or disables debug mode.\n * In debug mode, every triggered event prints a message to the console, including the event name and arguments.\n * The header argument is optional and can be used to provide a prefix string for the debug message.\n * @param {boolean} val - Enable or disable debug mode.\n * @param {string} [header] - Optional. The header string for the debug message.\n * @returns void\n */\n function debug ( val, header ) {\n debugFlag = val ? true : false\n if ( header && (typeof header === 'string') ) debugHeader = header\n } // debug func.\n /**\n * Triggers an event and executes all associated functions.\n * \n * @param {string|Symbol} e - Name of the event to be triggered.\n * @param {...*} [args] - Optional. Arguments to be passed to the callback functions.\n * @returns void\n */\n function emit () {\n const [ e, ...args ] = arguments\n if ( debugFlag ) { \n console.log ( `${debugHeader} Event \"${e}\" was triggered.`)\n if ( args.length > 0 ) {\n console.log ( 'Arguments:')\n console.log ( ...args )\n console.log ( '^----' )\n }\n }\n\n function exeCallback ( name ) {\n let stopped = false;\n if ( name === '*' ) return\n if ( ignore.has(name) ) return\n scroll[name].every ( fn => {\n const r = fn ( ...args );\n if ( typeof(r) !== 'string' ) return true\n if ( r.toUpperCase() === 'STOP' ) { \n stopped = true\n return false\n }\n return true\n })\n if ( !stopped ) scroll['*'].forEach ( fn => fn(e,...args) )\n } // exeCallback func.\n\n if ( e === '*' ) { // The wildcard '*' doesn't work for 'once' events\n let evNames = Object.keys ( scroll )\n evNames.forEach ( name => exeCallback(name) )\n return\n }\n if ( scrollOnce[e] ) {\n if ( ignore.has(e) ) return\n scrollOnce[e].forEach ( fn => fn(...args) )\n delete scrollOnce[e]\n }\n if ( scroll[e] ) { \n exeCallback ( e )\n }\n } // emit func.\n /**\n * Enables again specified event.\n * \n * @param {string|Symbol} e - Name of the event to be enabled again; the wildcard '*' is supported.\n * @returns void\n */\n function start ( e ) {\n if ( e === '*' ) { \n ignore.clear ()\n return\n }\n ignore.delete ( e )\n } // start func.\n /**\n * Temporarily disables specified event.\n * \n * @param {string|Symbol} e - Name of the event to be disabled; the wildcard '*' is supported.\n * @returns void\n */\n function stop ( e ) {\n if ( e === '*' ) {\n const \n evNames = Object.keys ( scroll )\n , evOnceNames = Object.keys ( scrollOnce )\n ;\n ignore = new Set ([ ...evOnceNames, ...evNames ])\n return\n }\n ignore.add ( e )\n } // stop func.\n\n return {\n on // Register a event\n , once // Register a single event \n , off // Unregister regular and single events\n , reset // Unregister all events\n , emit // Trigger a event\n , stop // Ignore event for a while\n , start // Remove event from ignore list\n , debug\n }\n} // notice func.\n\n\n\nexport default notice\n\n\n","import t from\"@peter.naydenov/notice\";var e={_normalizeWithPlugins:function(t,e){return function(t){const n=e.shortcuts;Object.keys(n).forEach(e=>{Object.entries(n[e]).forEach(([i,o])=>{const r=t(i);r!==i&&(delete n[e][i],n[e][r]=o)})})}},_readShortcutWithPlugins:function(t,e){return function(n){const{inAPI:i}=t,o=n.split(\":\")[0].toLowerCase().trim(),r=i._systemAction(o,\"none\");let s=n;return-1!==r&&(s=e.plugins[r].shortcutName(n)),s}},_setupPlugin:function(t,e){const{inAPI:n}=t,{currentContext:i,shortcuts:o,exposeShortcut:r,ERROR_EVENT_NAME:s}=e;return function(e){const{prefix:c,_normalizeShortcutName:u,_registerShortcutEvents:l,_listenDOM:a,pluginState:d,deps:p}=e,{resetState:f}=p;d.currentContext=i,d.shortcuts=o,d.exposeShortcut=r,d.ERROR_EVENT_NAME=s;const h={ev:t.ev,extra:t.extra,...p};n._normalizeWithPlugins(u);let m=l(h,d);const g=a(h,d);m>0&&g.start();const v={getPrefix:()=>c,shortcutName:t=>u(t),contextChange:()=>{f(),m=l(h,d),m<1&&g.stop(),m>0&&g.start()},mute:()=>g.stop(),unmute:()=>g.start(),destroy:()=>{g.stop(),f()}};return Object.freeze(v),v}},_systemAction:function(t,e){return function(t,n,i=null){return e.plugins.findIndex(e=>e.getPrefix()===t&&(e[n]&&e[n](i),!0))}},changeContext:function(t,e){const{shortcuts:n,currentContext:i,ERROR_EVENT_NAME:o}=e,{ev:r}=t;return function(t=!1){const s=i.name;if(!t)return r.reset(),void(i.name=null);s!==t&&(n[t]?(n[s]&&r.reset(),i.name=t,e.plugins.forEach(e=>e.contextChange(t)),Object.entries(n[t]).forEach(([t,e])=>{t.includes(\":SETUP\")||e.forEach(e=>r.on(t,e))}),r.on(\"*\",(...t)=>{e.exposeShortcut&&e.exposeShortcut(...t)})):r.emit(o,`Context '${t}' does not exist`))}},listShortcuts:function(t,e){const n=e.shortcuts;return function(t=null){if(null!=t){const e=n[t];return null==e?null:Object.entries(e).map(([t,e])=>t)}return Object.keys(n).map(t=>{const e={};return e.context=t,e.shortcuts=Object.entries(n[t]).map(([t,e])=>t),e})}},load:function(t,e){const{shortcuts:n,plugins:i}=e,{API:{changeContext:o,getContext:r}}=t;return function(t){const e=r(),s=i.map(t=>t.getPrefix().toUpperCase());let c=!1;Object.entries(t).forEach(([t,o])=>{t===e&&(c=!0),n[t]={},Object.entries(o).forEach(([e,o])=>{let r=e;const c=e.toUpperCase().trim(),u=s.map((t,e)=>c.startsWith(t)?e:null).filter(t=>null!==t);if(u.length){const t=u[0];r=i[t].shortcutName(e)}o instanceof Function&&(o=[o]),n[t][r]=o})}),c&&(o(),o(e))}},unload:function(t,e){const{currentContext:n,shortcuts:i,ERROR_EVENT_NAME:o}=e,{ev:r}=t;return function(t){n.name!==t?i[t]?delete i[t]:r.emit(o,`Context '${t}' does not exist`):r.emit(o,`Context '${t}' can't be removed during is current active context. Change the context first`)}}};function n(t,e){const{ev:n,_specialChars:i,_readKeyEvent:o,extra:r,resetState:s}=t,{currentContext:c,streamKeys:u,listenOptions:l}=e;let a=[],d=null,p=!0,f=!1;const h=()=>p=!1,m=()=>p=!0,g=()=>f=!0,v=()=>!1===p;function x(){const t=a.map(t=>[t.join(\"+\")]),i={wait:h,end:m,ignore:g,isWaiting:v,note:c.note,context:c.name,dependencies:r,options:e.listenOptions,viewport:{X:window.scrollX,Y:window.scrollY,width:window.innerWidth,height:window.innerHeight},type:\"key\"};if(!p){const e=`KEY:${t.at(-1).join(\"+\")}`;n.emit(e,i),f&&(a=a.slice(0,-1),f=!1)}if(p){const o=`KEY:${t.join(\",\")}`;n.emit(o,i),f&&(a=a.slice(0,-1),f=!1),a=[],clearTimeout(e.keyIgnore),e.keyIgnore=null,clearTimeout(d),d=null}}function E(n){clearTimeout(d);if(i().hasOwnProperty(n.code))return a.push(o(n,i)),u&&u({key:n.key,context:c.name,note:c.note,dependencies:t.extra}),e.keyIgnore?(clearTimeout(e.keyIgnore),e.keyIgnore=setTimeout(()=>e.keyIgnore=null,l.keyWait),void a.pop()):p&&a.length===e.maxSequence?(x(),void(e.keyIgnore=setTimeout(()=>e.keyIgnore=null,l.keyWait))):void(p?d=setTimeout(x,l.keyWait):x())}function O(n){if(!i().hasOwnProperty(n.code)){if(clearTimeout(d),u&&u({key:n.key,context:c.name,note:c.note,dependencies:t.extra}),e.keyIgnore)return clearTimeout(e.keyIgnore),void(e.keyIgnore=setTimeout(()=>e.keyIgnore=null,l.keyWait));if(a.push(o(n,i)),p&&a.length===e.maxSequence)return x(),void(e.keyIgnore=setTimeout(()=>e.keyIgnore=null,l.keyWait));p?d=setTimeout(x,l.keyWait):x()}}return{start:function(){e.active||(document.addEventListener(\"keydown\",E),document.addEventListener(\"keypress\",O),e.active=!0)},stop:function(){e.active&&(document.removeEventListener(\"keydown\",E),document.removeEventListener(\"keypress\",O),e.active=!1,d&&(clearTimeout(d),d=null),e.keyIgnore&&(clearTimeout(e.keyIgnore),e.keyIgnore=null),a=[],p=!0,f=!1)}}}function i(t){const e=t.toUpperCase(),n=/KEY\\s*\\:/i.test(e),i=e.indexOf(\":\");if(!n)return t;if(e.includes(\"SETUP\"))return\"KEY:SETUP\";return`KEY:${e.slice(i+1).split(\",\").map(t=>t.trim()).map(t=>t.split(\"+\").map(t=>t.trim()).sort().join(\"+\")).join(\",\")}`}function o(t,e){const{shiftKey:n,altKey:i,ctrlKey:o}=t,r=e(),s=t.code.replace(\"Key\",\"\").replace(\"Digit\",\"\"),c=[];return o&&c.push(\"CTRL\"),n&&c.push(\"SHIFT\"),i&&c.push(\"ALT\"),r.hasOwnProperty(s)?c.push(r[s].toUpperCase()):[\"ControlLeft\",\"ControlRight\",\"ShiftLeft\",\"ShiftRight\",\"AltLeft\",\"AltRight\",\"Meta\"].includes(s)||c.push(s.toUpperCase()),c.sort()}function r(t,e){let n=0,i=!1;const o=e.defaultOptions,{regex:r}=t,{currentContext:{name:s},shortcuts:c}=e;return null==s?0:(Object.entries(c[s]).forEach(([s,c])=>{if(!r.test(s))return;if(\"KEY:SETUP\"===s){i=!0;const n=c.reduce((n,i)=>{const o=i({dependencies:t.extra,defaults:structuredClone(e.defaultOptions),options:e.listenOptions});return Object.assign(n,o)},o);return void Object.assign(e.listenOptions,n)}n++;const u=s.slice(4).split(\",\").length;e.maxSequence<u&&(e.maxSequence=u)}),i||Object.assign(e.listenOptions,o),n)}function s(){return{ArrowLeft:\"LEFT\",ArrowUp:\"UP\",ArrowRight:\"RIGHT\",ArrowDown:\"DOWN\",Enter:\"ENTER\",NumpadEnter:\"ENTER\",Escape:\"ESC\",Backspace:\"BACKSPACE\",Space:\"SPACE\",Tab:\"TAB\",Backquote:\"`\",BracketLeft:\"[\",BracketRight:\"]\",Equal:\"=\",Slash:\"/\",Backslash:\"\\\\\",IntlBackslash:\"`\",F1:\"F1\",F2:\"F2\",F3:\"F3\",F4:\"F4\",F5:\"F5\",F6:\"F6\",F7:\"F7\",F8:\"F8\",F9:\"F9\",F10:\"F10\",F11:\"F11\",F12:\"F12\"}}function c(t,e={}){const c={_specialChars:s,_readKeyEvent:o,regex:/KEY\\s*\\:/i},u={active:!1,maxSequence:1,keyIgnore:null,defaultOptions:{keyWait:480},listenOptions:{keyWait:480},streamKeys:!(!e.streamKeys||\"function\"!=typeof e.streamKeys)&&e.streamKeys};return c.resetState=function(){u.active=!1,u.keyIgnore=null,u.maxSequence=1},t({prefix:\"key\",_normalizeShortcutName:i,_registerShortcutEvents:r,_listenDOM:n,pluginState:u,deps:c})}function u(t,e,n){const{listenOptions:{clickTarget:i}}=e,o=n;if(o===document.body)return null;return i.some(t=>o.hasAttribute(t))?o:u(t,e,o.parentNode)}function l(t,e){const{ev:n,_findTarget:i,_readClickEvent:o,extra:r}=t,{listenOptions:s,currentContext:c}=e;let u=null,l=null,a=null,d=null,p=0;function f(){if(!u)return;const{left:t,top:i,width:s,height:f}=u.getBoundingClientRect(),h=window.scrollX,m=window.scrollY,g=o(l,p),v={target:u,x:l.clientX,y:l.clientY,context:c.name,note:c.note,options:e.listenOptions,event:l,dependencies:r,viewport:{X:h,Y:m,width:window.innerWidth,height:window.innerHeight},sizes:{width:s,height:f},position:{x:t,y:i},pagePosition:{x:t+h,y:i+m},type:\"click\"};n.emit(g,v),a=null,d=null,u=null,l=null,p=0}function h(n){let o=e.maxLeftClicks;if(clearTimeout(a),d)return clearTimeout(d),void(d=setTimeout(()=>d=null,s.mouseWait));if(u=i(t,e,n.target),null!=u){if(u&&u.dataset.hasOwnProperty(\"quickClick\")&&(o=1),u&&\"A\"===u.tagName&&(o=1),l=n,p++,p>=o)return f(),void(o>1&&(d=setTimeout(()=>d=null,s.mouseWait)));a=setTimeout(f,s.mouseWait)}}function m(n){let o=e.maxRightClicks;if(clearTimeout(a),d)return clearTimeout(d),void(d=setTimeout(()=>d=null,s.mouseWait));if(u=i(t,e,n.target),null!=u){if(u&&u.dataset.hasOwnProperty(\"quickClick\")&&(o=1),u&&\"A\"===u.tagName&&(o=1),l=n,p++,p>=o)return f(),void(o>1&&(d=setTimeout(()=>d=null,s.mouseWait)));a=setTimeout(f,s.mouseWait)}}return{start:function(){e.active||(window.addEventListener(\"contextmenu\",m),document.addEventListener(\"click\",h),e.active=!0)},stop:function(){e.active&&(window.removeEventListener(\"contextmenu\",m),document.removeEventListener(\"click\",h),e.active=!1,d&&(clearTimeout(d),d=null),u=null,l=null,p=0)}}}function a(t){const e=t.toUpperCase(),n=/CLICK\\s*\\:/i.test(e),i=[\"LEFT\",\"MIDDLE\",\"RIGHT\"],o=[\"ALT\",\"SHIFT\",\"CTRL\"];let r=null,s=0;const c=[],u=e.indexOf(\":\");if(!n)return t;if(e.includes(\"SETUP\"))return\"CLICK:SETUP\";return e.slice(u+1).trim().split(\"-\").map(t=>t.trim()).forEach(t=>{i.includes(t)?r=t:o.includes(t)?c.push(t):isNaN(t)||(s=t)}),`CLICK:${r}-${s}${c.length>0?\"-\":\"\"}${c.sort().join(\"-\")}`}function d(t,e){const{shiftKey:n,altKey:i,ctrlKey:o,key:r,button:s}=t,c=`CLICK:${[\"LEFT\",\"MIDDLE\",\"RIGHT\"][s]}-${e}`,u=[];return o&&u.push(\"CTRL\"),n&&u.push(\"SHIFT\"),i&&u.push(\"ALT\"),u.length>0?`${c}${u.length>0?\"-\":\"\"}${u.sort().join(\"-\")}`:`${c}`}function p(t,e){let n=0,i=!1;const o=e.defaultOptions,{regex:r}=t,{listenOptions:s,currentContext:{name:c},shortcuts:u}=e;return null==c||(Object.entries(u[c]).forEach(([c,u])=>{if(!r.test(c))return;if(\"CLICK:SETUP\"===c){i=!0;const n=u.reduce((n,i)=>{const o=i({dependencies:t.extra,defaults:structuredClone(e.defaultOptions),options:s});return Object.assign(n,o)},o);return void Object.assign(e.listenOptions,n)}n++;const[l,a]=c.slice(6).split(\"-\");\"LEFT\"===l&&e.maxLeftClicks<a&&(e.maxLeftClicks=a),\"RIGHT\"===l&&e.maxRightClicks<a&&(e.maxRightClicks=a)}),i||Object.assign(e.listenOptions,o)),n}function f(t,e={}){const n={_findTarget:u,_readClickEvent:d,regex:/CLICK\\s*\\:/i},i={active:!1,maxLeftClicks:1,maxRightClicks:1,defaultOptions:{mouseWait:320,clickTarget:[\"data-click\",\"href\"]},listenOptions:{mouseWait:320,clickTarget:[\"data-click\",\"href\"]},streamKeys:!(!e.streamKeys||\"function\"!=typeof e.streamKeys)&&e.streamKeys};return n.resetState=function(){},t({prefix:\"click\",_normalizeShortcutName:a,_registerShortcutEvents:p,_listenDOM:l,pluginState:i,deps:n})}function h(t,e){const{ev:n}=t;let i=null;function o(t,e,n,i){const{left:o,top:r,width:s,height:c}=n.target.getBoundingClientRect(),u=window.scrollX,l=window.scrollY;return{target:n.target,context:e.currentContext.name,note:e.currentContext.note,event:n,dependencies:t.extra,options:e.listenOptions,viewport:{X:u,Y:l,width:window.innerWidth,height:window.innerHeight},sizes:{width:s,height:c},position:{x:o,y:r},pagePosition:{x:o+u,y:r+l},type:i}}function r(i){const{callbacks:r,typeFn:s}=e;i.target;const c=o(t,e,i,\"form-in\"),u=`${s(c)}/in`;null!=r[u]&&n.emit(u,c,r[u])}function s(i){const{callbacks:r,typeFn:s}=e,c=o(t,e,i,\"form-out\"),u=`${s(c)}/out`;null!=r[u]&&n.emit(u,c,r[u])}function c(r){const{callbacks:s,typeFn:c}=e,u=o(t,e,r,\"form-instant\"),l=c(u),a=e.wait[`${l}`],d=`${l}/instant`;if(null==s[d])return;if(0===a)return void n.emit(d,u,s[d]);clearTimeout(i),i=setTimeout(()=>n.emit(d,u,s[d]),a)}return{start:function(){e.active||(document.addEventListener(\"focusin\",r),document.addEventListener(\"focusout\",s),document.addEventListener(\"input\",c),e.active=!0)},stop:function(){e.active&&(document.removeEventListener(\"focusin\",r),document.removeEventListener(\"focusout\",s),document.removeEventListener(\"input\",c),e.active=!1,i&&(clearTimeout(i),i=null))}}}function m(t){const e=t.toUpperCase(),n=/FORM\\s*\\:/i.test(e),i=e.indexOf(\":\");if(!n)return t;return`FORM:${e.slice(i+1).trim()}`}function g(t,e){const{regex:n,_defaults:i,ev:o}=t,{currentContext:{name:r,note:s},shortcuts:c,callbacks:u,ERROR_EVENT_NAME:l,defaultOptions:a}=e;let d=[],p=[],f=[],h=0;if(null==r)return!1;if(Object.entries(c[r]).forEach(([i,o])=>{if(n.test(i)){if(i.includes(\"SETUP\")){const n=o.reduce((n,i)=>{const o=i({dependencies:t.extra,defaults:structuredClone(e.defaultOptions),options:e.listenOptions});return Object.assign(n,o)},a);return void Object.assign(e.listenOptions,n)}\"FORM:WATCH\"===i&&(d=o),\"FORM:DEFINE\"===i&&(p=o),\"FORM:ACTION\"===i&&(f=o)}}),0===f.length)return h;const m=new Set;0===p.length&&(p=[i.define]),0===d.length&&(d=[i.watch]);const g=d.map(n=>n({dependencies:t.extra,context:r,note:s,options:e.listenOptions})).reduce((t,e)=>(t.push(e),t),[]);return e.watchList=document.querySelectorAll(g),e.watchList.forEach(n=>{const{left:i,top:o,width:c,height:u}=n.getBoundingClientRect(),l=window.scrollX,a=window.scrollY;return m.add(p[0]({target:n,context:r,note:s,dependencies:t.extra,options:e.listenOptions,viewport:{X:l,Y:a,width:window.innerWidth,height:window.innerHeight},sizes:{width:c,height:u},position:{x:i,y:o},pagePosition:{x:i+l,y:o+a}}))}),e.typeFn=p[0]?p[0]:i.define,f.forEach(n=>{if(!(n instanceof Function))return o.emit(l,\"The 'form:action' should be a function.\"),!1;const i=n({dependencies:t.extra,options:e.listenOptions});if(!(i instanceof Array))return o.emit(l,\"Warning: The 'form:action' function should RETURN an array.\"),!1;i.forEach(({fn:t,type:n,timing:i,wait:r=0})=>{if(m.has(n)&&t instanceof Function){const e=`${n}/${i}`,r=u.hasOwnProperty(e);r?u[e].push(t):u[e]=[t],r||o.on(e,(t,e)=>{e.forEach(e=>{e instanceof Function&&e(t)})})}\"instant\"===i&&(e.wait[`${n}`]=r)})}),h=Object.keys(e.callbacks).length,h}const v={watch:()=>\"input, select, textarea, button, a\",define:({target:t})=>\"checkbox\"===t.type||\"radio\"===t.type?\"checkbox\":\"button\"==t.type||\"submit\"==t.type?\"button\":\"input\"};function x(t,e={}){const n={_defaults:v,regex:/FORM\\s*\\:/i},i={callbacks:{},typeFn:\"\",watchList:[],wait:{},defaultOptions:{},listenOptions:{}};return n.resetState=function(){i.callbacks={},i.typeFn=\"\",i.watchList=[],i.wait={}},t({prefix:\"form\",_normalizeShortcutName:m,_registerShortcutEvents:g,_listenDOM:h,pluginState:i,deps:n})}function E(t,e,n){const{listenOptions:{hoverTarget:i}}=e,o=n;if(o===document.body)return!1;if(o===document)return!1;return i.some(t=>o.hasAttribute(t))?o:E(t,e,o.parentNode)}function O(t,e){const{ev:n,_findTarget:i,resetState:o,extra:r}=t;function s(o){const s=o.clientX,c=o.clientY,{hovered:u,hoverRectangle:l,listenOptions:a,hoverTimer:d,leaveTimer:p,lastEvent:f,lastHoverTarget:h}=e,m=i(t,e,o.target);if(!function(t,e,n){return!!t&&e>=t.left&&e<=t.right&&n>=t.top&&n<=t.bottom}(l,s,c)&&m!==u){if(u&&!m){if(e.hovered=!1,e.hoverRectangle=null,d&&(clearTimeout(d),e.hoverTimer=null),\"off\"===f)return;return void(e.leaveTimer=setTimeout(()=>{n.emit(\"HOVER:OFF\",g(u)),e.leaveTimer=null,e.lastEvent=\"off\"},a.wait))}u&&(n.emit(\"HOVER:OFF\",g(u)),e.leaveTimer=null,e.lastEvent=\"off\"),clearTimeout(p),clearTimeout(d),e.hovered=m,e.hoverRectangle=m.getBoundingClientRect(),e.hoverTimer=setTimeout(()=>{n.emit(\"HOVER:ON\",g(m)),e.hoverTimer=null,e.lastHoverTarget=m,e.lastEvent=\"on\"},a.wait)}function g(t){const{left:n,top:i,width:s,height:c}=t.getBoundingClientRect(),u=window.scrollX,l=window.scrollY;return{target:t,context:e.currentContext.name,note:e.currentContext.note,event:o,dependencies:r,options:e.listenOptions,viewport:{X:u,Y:l,width:window.innerWidth,height:window.innerHeight},sizes:{width:s,height:c},position:{x:n,y:i},pagePosition:{x:n+u,y:i+l},type:\"hover\"}}}return{start:function(){e.active||(document.addEventListener(\"mousemove\",s),e.active=!0)},stop:function(){e.active&&(document.removeEventListener(\"mousemove\",s),o())}}}function y(t){const e=t.toUpperCase(),n=/HOVER\\s*\\:/i.test(e),i=e.indexOf(\":\");if(!n)return t;return`HOVER:${e.slice(i+1).trim()}`}function w(t,e){let n=0,i=!1;const o=e.defaultOptions,{regex:r,_defaults:s,ev:c}=t,{currentContext:{name:u},shortcuts:l,ERROR_EVENT_NAME:a}=e;return null==u||(Object.entries(l[u]).forEach(([s,c])=>{if(r.test(s)){if(\"HOVER:SETUP\"===s){i=!0;const n=c.reduce((n,i)=>{const o=i({dependencies:t.extra,defaults:structuredClone(e.defaultOptions),options:e.listenOptions});return Object.assign(n,o)},o);return void Object.assign(e.listenOptions,n)}n++}}),i||Object.assign(e.listenOptions,o)),n}function T(t,e={}){const n={_findTarget:E,regex:/HOVER\\s*\\:/i},i={active:!1,hovered:!1,hoverRectangle:null,hoverTimer:null,leaveTimer:null,lastEvent:\"\",lastHoverTarget:null,defaultOptions:{hoverTarget:[\"data-hover\"],wait:320},listenOptions:{hoverTarget:[\"data-hover\"],wait:320}};return n.resetState=function(){i.active=!1,i.hovered=!1,i.hoverRectangle=null,clearTimeout(i.hoverTimer),clearTimeout(i.leaveTimer),i.hoverTimer=null,i.leaveTimer=null,i.lastHoverTarget=null},t({prefix:\"hover\",_normalizeShortcutName:y,_registerShortcutEvents:w,_listenDOM:O,pluginState:i,deps:n})}function C(t,e){const{ev:n,resetState:i,extra:o}=t;let r=null,s=null;function c(t){t.clientX,t.clientY;const{lastPosition:i,lastDirection:c,listenOptions:u,currentContext:l}=e,{scrollWait:a,endScrollWait:d,minSpace:p}=u;if(!i)return;let f=null;const h=window.scrollX,m=window.scrollY,g=Math.abs(m-i.y),v=Math.abs(h-i.x);if(g<p&&v<p)return;const x=[];g>=p&&(m>i.y?x.push(\"down\"):x.push(\"up\")),v>=p&&(h>i.x?x.push(\"right\"):x.push(\"left\")),f=x[0]||null;const E=t=>({x:h,y:m,direction:t,context:l.name,note:l.note,dependencies:o,options:e.listenOptions,viewport:{X:h,Y:m,width:window.innerWidth,height:window.innerHeight},type:\"scroll\"});x.forEach(t=>{const e=`SCROLL:${t.toUpperCase()}`;n.emit(e,E(t))}),clearTimeout(r),clearTimeout(s);const O=x[x.length-1]||null;r=setTimeout(()=>{},a),s=setTimeout(()=>n.emit(\"SCROLL:END\",E(O)),d),e.lastPosition={x:h,y:m},e.lastDirection=f}return{start:function(){e.active||(e.lastPosition={x:window.scrollX,y:window.scrollY},window.addEventListener(\"scroll\",c),e.active=!0)},stop:function(){e.active&&(window.removeEventListener(\"scroll\",c),i())}}}function S(t){const e=t.toUpperCase(),n=/SCROLL\\s*\\:/i.test(e),i=e.indexOf(\":\");if(!n)return t;return`SCROLL:${e.slice(i+1).trim()}`}function k(t,e){let n=0,i=!1;const o=e.defaultOptions,{regex:r}=t,{currentContext:{name:s},shortcuts:c}=e;return null==s||(Object.entries(c[s]).forEach(([s,c])=>{if(r.test(s)){if(\"SCROLL:SETUP\"===s){i=!0;const n=c.reduce((n,i)=>{const o=i({dependencies:t.extra,defaults:structuredClone(e.defaultOptions),options:e.listenOptions});return Object.assign(n,o)},o);return void Object.assign(e.listenOptions,n)}n++}}),i||Object.assign(e.listenOptions,o)),n}function R(t,e={}){const n={regex:/SCROLL\\s*\\:/i},i={active:!1,lastPosition:null,lastDirection:null,defaultOptions:{scrollWait:50,endScrollWait:400,minSpace:40},listenOptions:{scrollWait:50,endScrollWait:400,minSpace:40}};return n.resetState=function(){i.active=!1},t({prefix:\"scroll\",_normalizeShortcutName:S,_registerShortcutEvents:k,_listenDOM:C,pluginState:i,deps:n})}function L(n={}){const i={},o={},r=t(),s={currentContext:{name:null,note:null},shortcuts:{},plugins:[],exposeShortcut:!(!n.onShortcut||\"function\"!=typeof n.onShortcut)&&n.onShortcut,ERROR_EVENT_NAME:n.errorEventName?n.errorEventName:\"@shortcuts-error\"},c={ev:r,inAPI:i,API:o,extra:{}};return o.enablePlugin=(t,e={})=>{if(\"function\"!=typeof t)return;const n=t(i._setupPlugin,e),o=n.getPrefix(),r=i._systemAction(o,\"none\");-1===r?(s.plugins.push(n),n.unmute()):(n.destroy(),s.plugins[r].unmute())},o.disablePlugin=t=>{const e=i._systemAction(t,\"destroy\");-1!==e&&s.plugins.splice(e,1)},o.mutePlugin=t=>i._systemAction(t,\"mute\"),o.unmutePlugin=t=>i._systemAction(t,\"unmute\"),o.listPlugins=()=>s.plugins.map(t=>t.getPrefix()),o.getContext=()=>s.currentContext.name,o.getNote=()=>s.currentContext.note,o.setNote=(t=null)=>{\"string\"!=typeof t&&null!=t||(s.currentContext.note=t)},o.pause=(t=\"*\")=>{const e=i._readShortcutWithPlugins(t);r.stop(e)},o.resume=(t=\"*\")=>{const e=i._readShortcutWithPlugins(t);r.start(e)},o.emit=(t,...e)=>r.emit(i._readShortcutWithPlugins(t),...e),o.listContexts=()=>Object.keys(s.shortcuts),o.setDependencies=t=>Object.assign(c.extra,t),o.getDependencies=()=>c.extra,o.reset=function(){r.reset(),o.changeContext(),s.plugins.forEach(t=>t.destroy()),o.listContexts().map(t=>o.unload(t)),c.extra={},s.exposeShortcut=null},Object.entries(e).forEach(([t,e])=>{t.startsWith(\"_\")?i[t]=e(c,s):o[t]=e(c,s)}),o}export{f as pluginClick,x as pluginForm,T as pluginHover,c as pluginKey,R as pluginScroll,L as shortcuts};\n"],"mappings":"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"}
@@ -0,0 +1,267 @@
1
+ import { a as createApp, o as createSSRApp } from "./vue.runtime.esm-bundler-DaROHT9e.js";
2
+ //#region node_modules/ask-for-promise/src/askForPromise.js
3
+ /**
4
+ * @interface AskObject
5
+ * @description Object with promise and related helper functions
6
+ * @property {Promise} promise - Promise object
7
+ * @property {Array<AskObject>|null} [promises] - Array of promises if multiple promises are created
8
+ * @property {Function} done - Resolve function
9
+ * @property {Function} cancel - Reject function
10
+ * @property {Function} each - Callback function to be called for each list item
11
+ * @property {Function} onComplete - Function to be called after promise is resolved
12
+ * @property {Function} timeout - Function to set timeout on promise
13
+ */
14
+ /**
15
+ * Creates object with promise and related helper functions
16
+ * @function askForPromise
17
+ * @param {Array<any>} [list] - List of items that need to have a corresponding promise.(optional)
18
+ * @returns {AskObject} Object with promise and related helper functions
19
+ */
20
+ function askForPromise(list) {
21
+ if (list) return _manyPromises(list);
22
+ else return _singlePromise();
23
+ }
24
+ /**
25
+ * @function sequence
26
+ * @description Executes list of functions that return a promise in sequence.
27
+ * @param {Array<Function>} list - List of functions that return a promise
28
+ * @param {...any} args - Arguments to be passed to each function in the list
29
+ * @returns {AskObject} - Object with promise and related helper functions
30
+ */
31
+ askForPromise.sequence = function promiseInSequence(list, ...args) {
32
+ const task = askForPromise(), result = [];
33
+ function* listGen(n) {
34
+ for (const el of n) yield el;
35
+ }
36
+ const g = listGen(list);
37
+ function wait(n, ...args) {
38
+ if (n.done) {
39
+ task.done(result);
40
+ return;
41
+ }
42
+ n.value(...args).then((r) => {
43
+ result.push(r);
44
+ wait(g.next(), ...args, r);
45
+ });
46
+ }
47
+ wait(g.next(), ...args);
48
+ return task;
49
+ };
50
+ /**
51
+ * @function all
52
+ * @description Executes list of functions that return a promise in parallel.
53
+ * @param {Array<Function>} list - List of functions that return a promise
54
+ * @param {...any} args - Arguments to be passed to each function in the list
55
+ * @returns {AskObject} - Object with promise and related helper functions
56
+ */
57
+ askForPromise.all = function promiseAll(list, ...args) {
58
+ const task = askForPromise(), result = [], r = list.map((n, i) => {
59
+ return typeof n === "function" ? n(...args).then((r) => result[i] = r) : n.then((r) => result[i] = r);
60
+ });
61
+ Promise.all(r).then(() => task.done(result));
62
+ return task;
63
+ };
64
+ /**
65
+ * Creates a single promise with helper functions.
66
+ * @function _singlePromise Creates a single promise
67
+ * @returns {AskObject} Object containing the promise and related helper functions such as:
68
+ * - promise: The promise itself
69
+ * - done: Function to resolve the promise
70
+ * - cancel: Function to reject the promise
71
+ * - each: Function to iterate over a single promise (no-op for a single promise)
72
+ * - onComplete: Function to be called after the promise is resolved
73
+ * - timeout: Function to set a timeout on the promise
74
+ */
75
+ function _singlePromise() {
76
+ let done, cancel;
77
+ const x = new Promise((resolve, reject) => {
78
+ done = resolve;
79
+ cancel = reject;
80
+ });
81
+ /** @type {AskObject} */
82
+ const askObject = {
83
+ promise: x,
84
+ promises: null,
85
+ done,
86
+ cancel,
87
+ each: () => {},
88
+ onComplete: _after(x),
89
+ timeout: () => {}
90
+ };
91
+ askObject.timeout = _timeout(false, askObject);
92
+ askObject.each = (cbFn, ...args) => {
93
+ cbFn({
94
+ value: null,
95
+ done,
96
+ cancel,
97
+ timeout: askObject.timeout
98
+ }, ...args);
99
+ };
100
+ return askObject;
101
+ }
102
+ /**
103
+ * Creates an object with multiple promises and related helper functions.
104
+ * @param {Array<any>} list - List of items that need to have a corresponding promise.
105
+ * @returns {AskObject} Object containing the promises and related helper functions such as:
106
+ * - promise: It's equal to Promise.all (list of promises)
107
+ * - promises: An array of single promise objects
108
+ * - done: Function to resolve all promises
109
+ * - cancel: Function to reject all promises
110
+ * - each: Function to iterate over the promises and call a callback function for each promise
111
+ * - onComplete: Function to be called after all promises are resolved
112
+ * - timeout: Function to set a timeout on all promises
113
+ */
114
+ function _manyPromises(list) {
115
+ let listOfPromiseObjects = list.map((el) => _singlePromise());
116
+ let listOfPromises = listOfPromiseObjects.map((o) => o.promise);
117
+ listOfPromiseObjects["promises"] = listOfPromiseObjects;
118
+ let onComplete = _after(Promise.all(listOfPromises));
119
+ /**
120
+ * Reads the state of a promise
121
+ * @function readPromiseState
122
+ * @description Returns the state of the promise as string: 'pending', 'fulfilled', or 'rejected'
123
+ * @param {Promise} promise - The promise to read the state of
124
+ * @returns {string} The state of the promise as string
125
+ */
126
+ function readPromiseState(promise) {
127
+ let state = "pending";
128
+ promise.then(() => state = "fulfilled").catch(() => state = "rejected");
129
+ return state;
130
+ }
131
+ /**
132
+ * Iterates over the promises and calls the callback function for each.
133
+ * Callback function will receive an object with the following properties:
134
+ * - value: the value associated with the promise
135
+ * - done: the promise resolve function
136
+ * - cancel: the promise reject function
137
+ * - timeout: a function that sets the timeout on the promise
138
+ * @param {function} cbFn - callback function to be called for each promise
139
+ * @param {...any} args - additional arguments to be passed to the callback function
140
+ */
141
+ function each(cbFn, ...args) {
142
+ listOfPromiseObjects.forEach((prom, i) => cbFn({
143
+ value: list[i],
144
+ done: prom.done,
145
+ cancel: prom.cancel,
146
+ timeout: prom.timeout,
147
+ state: readPromiseState(prom.promise)
148
+ }, ...args));
149
+ }
150
+ /** @type {AskObject} */
151
+ const askObject = {
152
+ promise: Promise.all(listOfPromises),
153
+ promises: listOfPromiseObjects,
154
+ done: (response) => {
155
+ listOfPromiseObjects.forEach((o) => o.done(response));
156
+ },
157
+ cancel: (response) => {
158
+ listOfPromiseObjects.forEach((o) => o.cancel(response));
159
+ },
160
+ each,
161
+ onComplete,
162
+ timeout: () => {}
163
+ };
164
+ askObject.timeout = _timeout(true, askObject);
165
+ return askObject;
166
+ }
167
+ /**
168
+ * Creates a function that will be called after promise is resolved
169
+ * @param {Promise} x - The promise
170
+ * @returns {Function} Function to be called after promise is resolved
171
+ */
172
+ function _after(x) {
173
+ /**
174
+ * @function onComplete
175
+ * @description Function to be called after promise is resolved
176
+ * @param {Function} fx - Function to be called after promise is resolved
177
+ * @param {Function|null} [rejectFx] - Optional. Function to be called if promise is rejected
178
+ * @returns {void} - Nothing
179
+ */
180
+ return function onComplete(fx, rejectFx = null) {
181
+ if (rejectFx === null) x.then((res) => fx(res));
182
+ else x.then((res) => fx(res), (res) => rejectFx(res));
183
+ };
184
+ }
185
+ /**
186
+ * Creates a timeout function for the given promise(s) in the AskObject.
187
+ * If `isList` is true, the timeout is applied to the collection of promises,
188
+ * otherwise it is applied to a single promise.
189
+ *
190
+ * When the timeout duration (`ttl`) is reached before the promise(s) resolve,
191
+ * the provided expiration message (`expMsg`) is returned.
192
+ *
193
+ * @param {boolean} isList - Flag indicating if the AskObject contains multiple promises.
194
+ * @param {AskObject} askObject - The AskObject containing the promise(s) to apply the timeout to.
195
+ * @returns {Function} - A function that sets a timeout on the promise(s) and updates the AskObject.
196
+ */
197
+ function _timeout(isList, askObject) {
198
+ let main;
199
+ if (isList) main = Promise.all(askObject.promises.map((o) => o.promise));
200
+ else main = askObject.promise;
201
+ /**
202
+ * @function timeout
203
+ * @description Sets timeout on promise
204
+ * @param {number} ttl - Timeout in milliseconds
205
+ * @param {string|number} expMsg - Message to be returned if timeout occurs
206
+ * @returns {AskObject} - Object with promise and related helper functions
207
+ */
208
+ return function timeout(ttl, expMsg) {
209
+ let timer;
210
+ let timeout = new Promise((resolve, reject) => {
211
+ timer = setTimeout(() => {
212
+ resolve(expMsg);
213
+ Promise.resolve(main);
214
+ }, ttl);
215
+ });
216
+ main.then(() => clearTimeout(timer));
217
+ askObject["onComplete"] = _after(Promise.race([main, timeout]));
218
+ return askObject;
219
+ };
220
+ }
221
+ //#endregion
222
+ //#region node_modules/@peter.naydenov/visual-controller-for-vue3/dist/visual-controller-for-vue3.esm.mjs
223
+ var n = class {
224
+ constructor(e = {}) {
225
+ const n = {};
226
+ return this.dependencies = {
227
+ ...e,
228
+ createApp,
229
+ createSSRApp
230
+ }, {
231
+ publish: this.publish(this.dependencies, n),
232
+ destroy: this.destroy(n),
233
+ getApp: this.getApp(n),
234
+ has: (e) => !!n[e]
235
+ };
236
+ }
237
+ publish(t, r) {
238
+ return function(n, o, s) {
239
+ const i = this.has(s), { createApp: p, createSSRApp: u } = t, { isCustomElement: d } = o, c = askForPromise();
240
+ if (!n) return console.error("Error: Component is undefined"), c.done(!1), c.promise;
241
+ i && this.destroy(s);
242
+ let m, a = document.getElementById(s);
243
+ return a ? (m = "" === a.innerHTML.trim() ? p(n, o) : u(n, o), r[s] = {}, m.provide("dependencies", {
244
+ ...t,
245
+ setupUpdates: (e) => r[s] = e
246
+ }), d && (m.config.isCustomElement = d), m.mount(`#${s}`), c.done(r[s]), c.promise) : (console.error(`Can't find node with id: "${s}"`), c.done(!1), c.promise);
247
+ };
248
+ }
249
+ destroy(e) {
250
+ return function(t) {
251
+ if (e[t]) {
252
+ let r = document.getElementById(t);
253
+ return (0, r.__vue_app__.unmount)(), r.removeAttribute("data-v-app"), delete e[t], !0;
254
+ }
255
+ return !1;
256
+ };
257
+ }
258
+ getApp(e) {
259
+ return function(t) {
260
+ return e[t] || (console.error(`App with id: "${t}" was not found.`), !1);
261
+ };
262
+ }
263
+ };
264
+ //#endregion
265
+ export { n as default };
266
+
267
+ //# sourceMappingURL=@peter__naydenov_visual-controller-for-vue3.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"@peter__naydenov_visual-controller-for-vue3.js","names":["r","t","e"],"sources":["../../ask-for-promise/src/askForPromise.js","../../@peter.naydenov/visual-controller-for-vue3/dist/visual-controller-for-vue3.esm.mjs"],"sourcesContent":["'use strict'\n/*\n askForPromise Description\n ========================\n Returns object with the promise and related helper functions.\n - Created March 12th, 2016;\n - Promise with timeout added July 16th, 2017 (v.1.3.0);\n - askForPromise.all & AskForPromise.sequence added October 15th, 2023(v.1.4.0);\n - jsDocs type definitions added October 27th, 2023(v.1.5.0);\n - Converted to ES6 module January 6th, 2024(v.2.0.0);\n - Massive refactoring of the library. Method 'each' added December 18th, 2024(v.3.0.0);\n*/\n\n\n\n/**\n * @interface AskObject\n * @description Object with promise and related helper functions\n * @property {Promise} promise - Promise object\n * @property {Array<AskObject>|null} [promises] - Array of promises if multiple promises are created\n * @property {Function} done - Resolve function\n * @property {Function} cancel - Reject function\n * @property {Function} each - Callback function to be called for each list item\n * @property {Function} onComplete - Function to be called after promise is resolved\n * @property {Function} timeout - Function to set timeout on promise\n */\n\n\n\n/**\n * Creates object with promise and related helper functions\n * @function askForPromise\n * @param {Array<any>} [list] - List of items that need to have a corresponding promise.(optional)\n * @returns {AskObject} Object with promise and related helper functions\n */\nfunction askForPromise ( list ) {\n if ( list ) return _manyPromises ( list )\n else return _singlePromise ();\n } // askForPromise func.\n\n\n\n/**\n * @function sequence\n * @description Executes list of functions that return a promise in sequence.\n * @param {Array<Function>} list - List of functions that return a promise\n * @param {...any} args - Arguments to be passed to each function in the list\n * @returns {AskObject} - Object with promise and related helper functions\n */\n askForPromise.sequence = function promiseInSequence ( list, ...args ) {\n const \n task = askForPromise ()\n , result = []\n ;\n\n function* listGen ( n ) { for ( const el of n ) { yield el }} \n const g = listGen ( list );\n\n function wait ( n, ...args ) { // Recursive function for calling function list in sequence\n if ( n.done ) {\n task.done ( result )\n return\n }\n n.value (...args).then ( r => {\n result.push ( r )\n wait( g.next(), ...args, r )\n }) \n } // wait func.\n\n wait ( g.next(), ...args ) // Starting with iteration of list\n return task\n} // promiseInSequence func.\n\n\n\n/**\n * @function all\n * @description Executes list of functions that return a promise in parallel.\n * @param {Array<Function>} list - List of functions that return a promise\n * @param {...any} args - Arguments to be passed to each function in the list\n * @returns {AskObject} - Object with promise and related helper functions\n */\naskForPromise.all = function promiseAll ( list, ...args ) {\n const \n task = askForPromise ()\n , result = []\n , r = list.map ( (n,i) => { \n return (typeof n === 'function') ? n(...args).then ( r => result[i] = r ) \n : n.then ( r => result[i] = r )\n })\n ;\n Promise.all ( r ).then ( () => task.done(result) )\n return task\n} // promiseAll func.\n\n\n\n\n\n/**\n * Creates a single promise with helper functions.\n * @function _singlePromise Creates a single promise\n * @returns {AskObject} Object containing the promise and related helper functions such as:\n * - promise: The promise itself\n * - done: Function to resolve the promise\n * - cancel: Function to reject the promise\n * - each: Function to iterate over a single promise (no-op for a single promise)\n * - onComplete: Function to be called after the promise is resolved\n * - timeout: Function to set a timeout on the promise\n */\nfunction _singlePromise () {\n let done, cancel;\n const x = new Promise ( (resolve, reject ) => { \n done = resolve\n cancel = reject\n })\n /** @type {AskObject} */\n const askObject = {\n promise : x\n , promises : null\n , done \n , cancel \n , each : () => {}\n , onComplete : _after(x)\n , timeout : () => {}\n }\n\n askObject.timeout = _timeout ( false, askObject )\n askObject.each = (cbFn, ...args) => { cbFn({value: null, done: done, cancel: cancel, timeout: askObject.timeout}, ...args) }\n \n return askObject\n } // _singlePromise func.\n\n\n\n/**\n * Creates an object with multiple promises and related helper functions.\n * @param {Array<any>} list - List of items that need to have a corresponding promise.\n * @returns {AskObject} Object containing the promises and related helper functions such as:\n * - promise: It's equal to Promise.all (list of promises)\n * - promises: An array of single promise objects\n * - done: Function to resolve all promises\n * - cancel: Function to reject all promises\n * - each: Function to iterate over the promises and call a callback function for each promise\n * - onComplete: Function to be called after all promises are resolved\n * - timeout: Function to set a timeout on all promises\n */\n function _manyPromises ( list ) {\n let listOfPromiseObjects = list.map ( el => _singlePromise() )\n let listOfPromises = listOfPromiseObjects.map ( o => o.promise )\n \n listOfPromiseObjects [ 'promises' ] = listOfPromiseObjects\n let onComplete = _after ( Promise.all (listOfPromises) )\n\n\n\n /**\n * Reads the state of a promise\n * @function readPromiseState\n * @description Returns the state of the promise as string: 'pending', 'fulfilled', or 'rejected'\n * @param {Promise} promise - The promise to read the state of\n * @returns {string} The state of the promise as string\n */\n function readPromiseState ( promise ) {\n let state = 'pending';\n promise.then ( () => state = 'fulfilled' )\n .catch ( () => state = 'rejected' )\n return state\n } // readPromiseState func.\n \n\n\n /**\n * Iterates over the promises and calls the callback function for each.\n * Callback function will receive an object with the following properties:\n * - value: the value associated with the promise\n * - done: the promise resolve function\n * - cancel: the promise reject function\n * - timeout: a function that sets the timeout on the promise\n * @param {function} cbFn - callback function to be called for each promise\n * @param {...any} args - additional arguments to be passed to the callback function\n */\n function each ( cbFn, ...args ) {\n listOfPromiseObjects.forEach ( (prom,i) => cbFn ({\n value:list[i], \n done: prom.done, \n cancel: prom.cancel, \n timeout: prom.timeout, \n state: readPromiseState(prom.promise) \n }, \n ...args\n ))\n } // each func.\n\n\n\n /** @type {AskObject} */\n const askObject = {\n promise : Promise.all ( listOfPromises )\n , promises : listOfPromiseObjects\n , done : ( response ) => { listOfPromiseObjects.forEach ( o => o.done( response ) )}\n , cancel : ( response ) => { listOfPromiseObjects.forEach ( o => o.cancel( response ) )}\n , each\n , onComplete : onComplete\n , timeout : () => {}\n }\n askObject.timeout = _timeout ( true, askObject )\n return askObject\n } // _manyPromises func.\n\n\n\n/**\n * Creates a function that will be called after promise is resolved\n * @param {Promise} x - The promise\n * @returns {Function} Function to be called after promise is resolved\n */\nfunction _after ( x ) {\n/**\n * @function onComplete\n * @description Function to be called after promise is resolved\n * @param {Function} fx - Function to be called after promise is resolved\n * @param {Function|null} [rejectFx] - Optional. Function to be called if promise is rejected\n * @returns {void} - Nothing\n */\nreturn function onComplete ( fx, rejectFx=null ) {\n if ( rejectFx === null ) x.then ( res => fx(res) )\n else x.then ( res => fx(res) , res => rejectFx(res) )\n}} // _after func.\n\n\n\n/**\n * Creates a timeout function for the given promise(s) in the AskObject.\n * If `isList` is true, the timeout is applied to the collection of promises,\n * otherwise it is applied to a single promise.\n * \n * When the timeout duration (`ttl`) is reached before the promise(s) resolve,\n * the provided expiration message (`expMsg`) is returned.\n * \n * @param {boolean} isList - Flag indicating if the AskObject contains multiple promises.\n * @param {AskObject} askObject - The AskObject containing the promise(s) to apply the timeout to.\n * @returns {Function} - A function that sets a timeout on the promise(s) and updates the AskObject.\n */\n\nfunction _timeout ( isList, askObject ) {\n let main;\n \n if ( isList ) main = Promise.all( askObject.promises.map ( o => o.promise ) );\n else main = askObject.promise;\n\n /**\n * @function timeout\n * @description Sets timeout on promise\n * @param {number} ttl - Timeout in milliseconds\n * @param {string|number} expMsg - Message to be returned if timeout occurs\n * @returns {AskObject} - Object with promise and related helper functions\n */\n return function timeout( ttl, expMsg ) {\n let timer;\n let timeout = new Promise ( (resolve, reject) => {\n timer = setTimeout ( () => {\n resolve ( expMsg )\n Promise.resolve ( main )\n }, ttl)\n }); // timeout\n main.then ( () => clearTimeout(timer) ) \n askObject [ 'onComplete'] = _after ( Promise.race ([main, timeout]) )\n return askObject\n }\n } // _timeout func.\n\n\n\nexport default askForPromise\n\n\n","import e from\"ask-for-promise\";import{createSSRApp as t,createApp as r}from\"vue\";class n{constructor(e={}){const n={};return this.dependencies={...e,createApp:r,createSSRApp:t},{publish:this.publish(this.dependencies,n),destroy:this.destroy(n),getApp:this.getApp(n),has:e=>!!n[e]}}publish(t,r){return function(n,o,s){const i=this.has(s),{createApp:p,createSSRApp:u}=t,{isCustomElement:d}=o,c=e();if(!n)return console.error(\"Error: Component is undefined\"),c.done(!1),c.promise;i&&this.destroy(s);let m,a=document.getElementById(s);return a?(m=\"\"===a.innerHTML.trim()?p(n,o):u(n,o),r[s]={},m.provide(\"dependencies\",{...t,setupUpdates:e=>r[s]=e}),d&&(m.config.isCustomElement=d),m.mount(`#${s}`),c.done(r[s]),c.promise):(console.error(`Can't find node with id: \"${s}\"`),c.done(!1),c.promise)}}destroy(e){return function(t){if(e[t]){let r=document.getElementById(t);return(0,r.__vue_app__.unmount)(),r.removeAttribute(\"data-v-app\"),delete e[t],!0}return!1}}getApp(e){return function(t){const r=e[t];return r||(console.error(`App with id: \"${t}\" was not found.`),!1)}}}export{n as default};\n"],"mappings":"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"}
@@ -0,0 +1,44 @@
1
+ {
2
+ "hash": "8bc7a537",
3
+ "configHash": "9b074b2a",
4
+ "lockfileHash": "25e34ce6",
5
+ "browserHash": "2938fc17",
6
+ "optimized": {
7
+ "@peter.naydenov/log": {
8
+ "src": "../../../../node_modules/@peter.naydenov/log/dist/log.esm.mjs",
9
+ "file": "@peter__naydenov_log.js",
10
+ "fileHash": "27db7e74",
11
+ "needsInterop": false
12
+ },
13
+ "@peter.naydenov/shortcuts": {
14
+ "src": "../../@peter.naydenov/shortcuts/dist/shortcuts.esm.mjs",
15
+ "file": "@peter__naydenov_shortcuts.js",
16
+ "fileHash": "5048c5bb",
17
+ "needsInterop": false
18
+ },
19
+ "@peter.naydenov/visual-controller-for-vue3": {
20
+ "src": "../../@peter.naydenov/visual-controller-for-vue3/dist/visual-controller-for-vue3.esm.mjs",
21
+ "file": "@peter__naydenov_visual-controller-for-vue3.js",
22
+ "fileHash": "bc11f36d",
23
+ "needsInterop": false
24
+ },
25
+ "ask-for-promise": {
26
+ "src": "../../../../node_modules/ask-for-promise/src/askForPromise.js",
27
+ "file": "ask-for-promise.js",
28
+ "fileHash": "7a447570",
29
+ "needsInterop": false
30
+ },
31
+ "vue": {
32
+ "src": "../../vue/dist/vue.runtime.esm-bundler.js",
33
+ "file": "vue.js",
34
+ "fileHash": "94e1d333",
35
+ "needsInterop": false
36
+ }
37
+ },
38
+ "chunks": {
39
+ "vue.runtime.esm-bundler-DaROHT9e": {
40
+ "file": "vue.runtime.esm-bundler-DaROHT9e.js",
41
+ "isDynamicEntry": false
42
+ }
43
+ }
44
+ }